browserstack-node-sdk 1.63.1 → 1.63.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/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/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a92_0x442cf1=a92_0x2bb6;function a92_0x2bb6(_0x4fd72d,_0x15437e){const _0x43a429=a92_0x43a4();return a92_0x2bb6=function(_0x2bb649,_0x21ac41){_0x2bb649=_0x2bb649-0xd8;let _0x4c4096=_0x43a429[_0x2bb649];return _0x4c4096;},a92_0x2bb6(_0x4fd72d,_0x15437e);}(function(_0x2b0792,_0x4fdf49){const _0x5de576=a92_0x2bb6,_0x41c815=_0x2b0792();while(!![]){try{const _0x276d2f=parseInt(_0x5de576(0x22c))/0x1+parseInt(_0x5de576(0x25d))/0x2+parseInt(_0x5de576(0x166))/0x3*(-parseInt(_0x5de576(0x162))/0x4)+-parseInt(_0x5de576(0x268))/0x5+parseInt(_0x5de576(0x175))/0x6*(parseInt(_0x5de576(0x14e))/0x7)+-parseInt(_0x5de576(0x271))/0x8*(-parseInt(_0x5de576(0x1f9))/0x9)+parseInt(_0x5de576(0x1fe))/0xa;if(_0x276d2f===_0x4fdf49)break;else _0x41c815['push'](_0x41c815['shift']());}catch(_0x4e4130){_0x41c815['push'](_0x41c815['shift']());}}}(a92_0x43a4,0xb1001));const TestFramework=require(a92_0x442cf1(0x11a)),TestFrameworkState=require(a92_0x442cf1(0x10c)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a92_0x442cf1(0x223)),TestFrameworkInstance=require(a92_0x442cf1(0x112)),CLIUtils=require(a92_0x442cf1(0x1a1)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x442cf1(0x25b)),{isInternalHook}=require(a92_0x442cf1(0x245)),logger=createClassLogger(a92_0x442cf1(0x122)),{v4:uuidv4}=require(a92_0x442cf1(0x134)),util=require(a92_0x442cf1(0x167)),TestInfo=require(a92_0x442cf1(0x253)),GrpcClient=require('../grpcClient'),stackTrace=require(a92_0x442cf1(0x246)),{pickUserFrameFile}=require(a92_0x442cf1(0x19c));class JestTestFramework extends TestFramework{constructor(_0x25e470,_0x2f101b,_0x445a00){const _0x5b7ab7=a92_0x442cf1;super(_0x25e470,_0x2f101b,_0x445a00),this[_0x5b7ab7(0x15f)]=new Map();}['setActiveHook'](_0x1c66b2,_0x1d01d2,_0x4d4115){const _0x380c03=a92_0x442cf1,_0x1a8a5f={};_0x1a8a5f[_0x380c03(0x19b)]=function(_0x2b1d40,_0x693ee0){return _0x2b1d40||_0x693ee0;};const _0xd3c9b8=_0x1a8a5f;if(_0xd3c9b8['Igjgn'](!_0x1c66b2,!_0x1d01d2)){logger['warn'](_0x380c03(0x173)+_0x1c66b2+_0x380c03(0x164)+_0x1d01d2);return;}!this[_0x380c03(0x15f)]['has'](_0x1c66b2)&&this[_0x380c03(0x15f)][_0x380c03(0xfa)](_0x1c66b2,[]);const _0x25603b={'hookUUID':_0x1d01d2,'hookType':_0x4d4115,'startedAt':new Date()['toISOString']()};this[_0x380c03(0x15f)][_0x380c03(0x1ee)](_0x1c66b2)['push'](_0x25603b),logger[_0x380c03(0x1da)](_0x380c03(0x152)+_0x1c66b2+_0x380c03(0x164)+_0x1d01d2+_0x380c03(0x1c5)+_0x4d4115+_0x380c03(0x217)+this[_0x380c03(0x15f)][_0x380c03(0x1ee)](_0x1c66b2)['length']);}[a92_0x442cf1(0x1f2)](_0x406e48,_0x2e0917){const _0x1ee926=a92_0x442cf1,_0x4c8322={};_0x4c8322[_0x1ee926(0x231)]=function(_0x34b184,_0x1c00be){return _0x34b184||_0x1c00be;},_0x4c8322[_0x1ee926(0x273)]=function(_0x15ea92,_0x452214){return _0x15ea92!==_0x452214;},_0x4c8322[_0x1ee926(0x22b)]=function(_0x45fa83,_0x23da2b){return _0x45fa83===_0x23da2b;};const _0x20e885=_0x4c8322;if(_0x20e885[_0x1ee926(0x231)](!_0x406e48,!_0x2e0917)){logger['warn'](_0x1ee926(0x177)+_0x406e48+_0x1ee926(0x164)+_0x2e0917);return;}if(this[_0x1ee926(0x15f)][_0x1ee926(0x1a2)](_0x406e48)){const _0x299058=this[_0x1ee926(0x15f)][_0x1ee926(0x1ee)](_0x406e48),_0x532dc4=_0x299058[_0x1ee926(0x145)](_0x30ca09=>_0x30ca09[_0x1ee926(0x255)]===_0x2e0917);_0x20e885['DIyPr'](_0x532dc4,-0x1)?(_0x299058[_0x1ee926(0x161)](_0x532dc4,0x1),logger['debug'](_0x1ee926(0x207)+_0x406e48+_0x1ee926(0x164)+_0x2e0917+_0x1ee926(0x222)+_0x299058[_0x1ee926(0x213)]),_0x20e885[_0x1ee926(0x22b)](_0x299058[_0x1ee926(0x213)],0x0)&&this[_0x1ee926(0x15f)][_0x1ee926(0x247)](_0x406e48)):logger[_0x1ee926(0x1da)](_0x1ee926(0x1df)+_0x406e48+_0x1ee926(0x164)+_0x2e0917);}}[a92_0x442cf1(0x17b)](_0x18c731){const _0x9a483a=a92_0x442cf1,_0x433fa8={};_0x433fa8[_0x9a483a(0x12f)]=function(_0x1abf0a,_0x2fe17e){return _0x1abf0a>_0x2fe17e;},_0x433fa8['WCzpN']=function(_0x173a53,_0x481151){return _0x173a53-_0x481151;};const _0x5be272=_0x433fa8;if(!_0x18c731)return null;if(this['activeHooks']['has'](_0x18c731)){const _0x34618=this[_0x9a483a(0x15f)][_0x9a483a(0x1ee)](_0x18c731);if(_0x5be272['gbXYQ'](_0x34618['length'],0x0)){const _0x4d76ea=_0x34618[_0x5be272[_0x9a483a(0x20b)](_0x34618[_0x9a483a(0x213)],0x1)];return logger['debug'](_0x9a483a(0x1a4)+_0x18c731+_0x9a483a(0x164)+_0x4d76ea[_0x9a483a(0x255)]+',\x20hookType='+_0x4d76ea[_0x9a483a(0x265)]),_0x4d76ea;}}return null;}async[a92_0x442cf1(0x228)](_0x5cc1ae,_0x4d5269,_0x488743={}){const _0x296c82=a92_0x442cf1,_0x5002da={};_0x5002da[_0x296c82(0x25e)]=_0x296c82(0xf2),_0x5002da[_0x296c82(0x128)]=function(_0x244a4b,_0x139200){return _0x244a4b===_0x139200;},_0x5002da[_0x296c82(0x201)]=function(_0x3c1bd6,_0x22d404){return _0x3c1bd6===_0x22d404;},_0x5002da[_0x296c82(0xdf)]=function(_0x33fe25,_0x55562d){return _0x33fe25||_0x55562d;},_0x5002da[_0x296c82(0x190)]=_0x296c82(0x15d),_0x5002da[_0x296c82(0x150)]=function(_0x144913,_0x530282){return _0x144913===_0x530282;};const _0x1fa6d1=_0x5002da;logger['debug'](_0x296c82(0x1dd)+_0x5cc1ae+_0x296c82(0x104)+_0x4d5269+_0x296c82(0x193)+Object[_0x296c82(0x219)](_0x488743)[_0x296c82(0x1b0)](',')),await super[_0x296c82(0x228)](_0x5cc1ae,_0x4d5269,_0x488743);const _0x531521=this[_0x296c82(0x257)](_0x5cc1ae,_0x4d5269,_0x488743);if(!_0x531521){logger['debug'](_0x1fa6d1['qEsPh']);return;}try{let _0x119c09,_0x339f9d,_0x3cca45;switch(_0x5cc1ae){case TestFrameworkState[_0x296c82(0x17d)]:_0x119c09=_0x488743[_0x296c82(0x11c)];const _0x24e6f3={};_0x24e6f3[_0x296c82(0x241)]=0x2,_0x24e6f3[_0x296c82(0x1d0)]=0x3,logger['debug'](_0x296c82(0x1a7)+_0x4d5269+',\x20testData='+util[_0x296c82(0x24f)](_0x119c09,_0x24e6f3)),_0x3cca45=this['getJestTestIdentifier'](_0x119c09),_0x339f9d=null,logger[_0x296c82(0x1da)](_0x296c82(0x11e)+_0x3cca45+_0x296c82(0x1a3));if(_0x1fa6d1[_0x296c82(0x128)](_0x4d5269,HookState[_0x296c82(0x267)])){logger[_0x296c82(0x1da)](_0x296c82(0x10d)+_0x3cca45);const _0x2bc91d={};_0x2bc91d[_0x296c82(0x24e)]=_0x339f9d,_0x2bc91d[_0x296c82(0xea)]=_0x119c09,_0x2bc91d['testId']=_0x3cca45;const _0x33148f=this[_0x296c82(0x129)](_0x2bc91d),_0x5f0eae={};_0x5f0eae[_0x296c82(0x241)]=0x2,_0x5f0eae['maxArrayLength']=0x3,logger['debug'](_0x296c82(0x230)+util[_0x296c82(0x24f)](_0x33148f,_0x5f0eae)),_0x531521[_0x296c82(0x18a)](_0x33148f),logger[_0x296c82(0x1da)](_0x296c82(0x131)+_0x3cca45),await this[_0x296c82(0x1c0)](_0x531521,_0x3cca45);}else{if(_0x1fa6d1[_0x296c82(0x201)](_0x4d5269,HookState[_0x296c82(0x13b)])){logger['debug'](_0x296c82(0xe9)+_0x3cca45);const _0x4b19fd=_0x531521[_0x296c82(0x22d)]()[_0x296c82(0x1ee)](_0x3cca45);logger[_0x296c82(0x1da)](_0x296c82(0x18d)+util[_0x296c82(0x24f)](Object[_0x296c82(0x219)](_0x1fa6d1['ZhUUj'](_0x4b19fd,{}))));_0x4b19fd&&_0x4b19fd[TestFrameworkConstants[_0x296c82(0x23c)]]?logger['debug'](_0x296c82(0x1a6)+Object['keys'](_0x4b19fd[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x296c82(0x213)]+'\x20files'):logger[_0x296c82(0x1da)](_0x1fa6d1[_0x296c82(0x190)]);const _0x483c99=_0x488743[_0x296c82(0x179)]||null,_0x13ae51={};_0x13ae51[_0x296c82(0x24e)]=_0x339f9d,_0x13ae51[_0x296c82(0xea)]=_0x119c09,_0x13ae51[_0x296c82(0xe2)]=_0x3cca45,_0x13ae51['originalTest']=_0x483c99;const _0x1b8b98=this[_0x296c82(0x1d9)](_0x13ae51),_0x3fa4ee={};_0x3fa4ee[_0x296c82(0x241)]=0x2,_0x3fa4ee[_0x296c82(0x1d0)]=0x3,logger[_0x296c82(0x1da)](_0x296c82(0x1a0)+util[_0x296c82(0x24f)](_0x1b8b98,_0x3fa4ee)),_0x531521[_0x296c82(0x18a)](_0x1b8b98),logger['debug'](_0x296c82(0x105)+_0x3cca45),await this[_0x296c82(0x1c0)](_0x531521,_0x3cca45);}}break;case TestFrameworkState[_0x296c82(0x248)]:if(_0x1fa6d1[_0x296c82(0x150)](_0x4d5269,HookState['POST'])){const _0xb3a896={};_0xb3a896[_0x296c82(0x241)]=0x2,logger['debug'](_0x296c82(0x140)+util[_0x296c82(0x24f)](_0x488743,_0xb3a896)),await this[_0x296c82(0x13f)](_0x531521,_0x5cc1ae,_0x488743);}break;default:if(CLIUtils['matchHookRegex'](_0x5cc1ae[_0x296c82(0x154)]()[_0x296c82(0xfe)]('.')[0x1])){const _0x383c7b={};_0x383c7b[_0x296c82(0x241)]=0x2,_0x383c7b[_0x296c82(0x1d0)]=0x3,logger[_0x296c82(0x1da)](_0x296c82(0x26c)+_0x5cc1ae+_0x296c82(0x104)+_0x4d5269+_0x296c82(0x1cd)+util[_0x296c82(0x24f)](_0x488743[_0x296c82(0x1d3)],_0x383c7b));const _0x294578=await this[_0x296c82(0x111)](_0x531521,_0x5cc1ae,_0x4d5269,_0x488743),_0x5f0037={};_0x5f0037[_0x296c82(0x241)]=0x2,_0x5f0037[_0x296c82(0x1d0)]=0x3,logger[_0x296c82(0x1da)](_0x296c82(0xe7)+util[_0x296c82(0x24f)](_0x294578,_0x5f0037)),_0x531521[_0x296c82(0x18a)](_0x294578);}else logger[_0x296c82(0x1da)](_0x296c82(0x1fd)+_0x5cc1ae+_0x296c82(0x1bb)+_0x4d5269);break;}logger[_0x296c82(0x1da)](_0x296c82(0xd8)+_0x5cc1ae+_0x296c82(0x104)+_0x4d5269);}catch(_0x1214f9){logger[_0x296c82(0x242)](_0x296c82(0x25f)+_0x5cc1ae+_0x296c82(0x104)+_0x4d5269+',\x20exception='+util[_0x296c82(0x19d)](_0x1214f9));}_0x488743[_0x296c82(0x137)]=_0x531521,await this[_0x296c82(0x1ed)](_0x531521,_0x5cc1ae,_0x4d5269,_0x488743);}['getJestTestIdentifier'](_0x308bff){const _0x245ed4=a92_0x442cf1,_0x5c847b={};_0x5c847b[_0x245ed4(0x25c)]=_0x245ed4(0x204);const _0x9e22c9=_0x5c847b;if(_0x308bff&&(_0x308bff['id']||_0x308bff['uuid'])){const _0x4a0d8b=_0x308bff['id']||_0x308bff['uuid'];return logger['debug'](_0x245ed4(0x1f0)+_0x4a0d8b+_0x245ed4(0x249)),_0x4a0d8b;}return logger[_0x245ed4(0x1da)](_0x9e22c9[_0x245ed4(0x25c)]),process[_0x245ed4(0x194)]+_0x245ed4(0x229);}[a92_0x442cf1(0x257)](_0x85f955,_0x128264,_0x2773e8={}){const _0xb8c23f=a92_0x442cf1;let _0x569e9a=null;return _0x569e9a=TestFramework[_0xb8c23f(0xe6)](),!_0x569e9a?(logger[_0xb8c23f(0x1da)](_0xb8c23f(0x180)+_0x85f955),this[_0xb8c23f(0x259)](_0x85f955,_0x2773e8),_0x569e9a=TestFramework[_0xb8c23f(0xe6)](),logger['debug'](_0xb8c23f(0x169)+!!_0x569e9a+_0xb8c23f(0x185)+_0x569e9a?.['getContext']()?.['getId']())):logger[_0xb8c23f(0x1da)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x569e9a[_0xb8c23f(0x19f)]()?.[_0xb8c23f(0xe1)]()),_0x569e9a;}[a92_0x442cf1(0x259)](_0x4a9dc7,_0x10fc24){const _0x1d2c05=a92_0x442cf1,_0xbf672d={};_0xbf672d[_0x1d2c05(0x233)]=_0x1d2c05(0x1c1);const _0x182cac=_0xbf672d;if(TestFramework[_0x1d2c05(0xe6)]()){logger[_0x1d2c05(0x1da)](_0x182cac[_0x1d2c05(0x233)]);return;}const _0xfb63af=CLIUtils['getCurrentInstanceName'](),_0x5702f5=TrackedInstance['createContext'](_0xfb63af);let _0x3ec526=null;logger[_0x1d2c05(0x1da)](_0x1d2c05(0x188)+_0xfb63af+_0x1d2c05(0x26e)+_0x4a9dc7),_0x3ec526=new TestFrameworkInstance(_0x5702f5,this[_0x1d2c05(0x263)](),this[_0x1d2c05(0x262)](),_0x4a9dc7,HookState[_0x1d2c05(0x13a)]),TestFramework[_0x1d2c05(0x186)](_0x5702f5,_0x3ec526),logger['debug'](_0x1d2c05(0x19e)+_0x5702f5[_0x1d2c05(0xe1)]()+_0x1d2c05(0xdd)+_0xfb63af+_0x1d2c05(0xee)+this[_0x1d2c05(0x263)]()[0x0]+_0x1d2c05(0x202)+this[_0x1d2c05(0x262)]()[this[_0x1d2c05(0x263)]()[0x0]]);}[a92_0x442cf1(0x129)](_0x3d1b84){const _0x578eb8=a92_0x442cf1,_0x382763={};_0x382763[_0x578eb8(0x1d2)]=function(_0x47bc96,_0x5ecdf0){return _0x47bc96||_0x5ecdf0;},_0x382763['GfHdn']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x4691da=_0x382763,{testUUID:_0x5a798e,testData:_0x559fcb,testId:_0x9cbbdd}=_0x3d1b84;if(_0x4691da[_0x578eb8(0x1d2)](!_0x559fcb,!_0x9cbbdd))return logger['debug'](_0x4691da[_0x578eb8(0x21e)]),{};const _0x363628=this[_0x578eb8(0x263)]()[0x0],_0x18327b=this[_0x578eb8(0x262)](),_0x5931ef={};_0x5931ef['depth']=0x2,_0x5931ef['maxArrayLength']=0x3,logger[_0x578eb8(0x1da)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x578eb8(0x24f)](_0x559fcb,_0x5931ef));const _0x1a2b82=_0x559fcb?.[_0x578eb8(0x125)]||[],_0x4492e8=this[_0x578eb8(0x1e2)](_0x559fcb),_0x4a48ca=this[_0x578eb8(0x218)](_0x559fcb),_0x47a000=_0x559fcb['fn']?_0x559fcb['fn'][_0x578eb8(0x154)]():_0x559fcb?.[_0x578eb8(0x14f)]?_0x559fcb[_0x578eb8(0x14f)][_0x578eb8(0x232)][_0x578eb8(0x154)]():null,_0x517515=this['getJestTestTags'](_0x559fcb),_0x5711da={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x363628,[TestFrameworkConstants[_0x578eb8(0x18e)]]:_0x18327b[_0x363628],[TestFrameworkConstants[_0x578eb8(0x16b)]]:[],[TestFrameworkConstants[_0x578eb8(0x212)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x578eb8(0x148)]]:TestFrameworkConstants[_0x578eb8(0x21b)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x4492e8,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x4a48ca,[TestFrameworkConstants[_0x578eb8(0x1d7)]]:_0x9cbbdd,[TestFrameworkConstants[_0x578eb8(0x24c)]]:_0x4492e8,[TestFrameworkConstants[_0x578eb8(0x174)]]:_0x4a48ca,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x47a000,[TestFrameworkConstants[_0x578eb8(0xec)]]:_0x517515,[TestFrameworkConstants[_0x578eb8(0x12b)]]:_0x559fcb[_0x578eb8(0x14a)]||new Date()[_0x578eb8(0x200)](),[TestFrameworkConstants[_0x578eb8(0xe0)]]:_0x1a2b82[0x0]||'',[TestFrameworkConstants[_0x578eb8(0x12e)]]:_0x1a2b82,[TestFrameworkConstants[_0x578eb8(0x1db)]]:_0x4492e8,[TestFrameworkConstants[_0x578eb8(0x171)]]:{},[TestFrameworkConstants[_0x578eb8(0xef)]]:{}};_0x559fcb[_0x578eb8(0x14d)]&&(_0x5711da[TestFrameworkConstants[_0x578eb8(0x19a)]]=_0x559fcb[_0x578eb8(0x14d)]);logger[_0x578eb8(0x1da)](_0x578eb8(0x203)+_0x4492e8+_0x578eb8(0x1ce)+_0x9cbbdd+_0x578eb8(0x1ad)+JSON['stringify'](_0x517515)+_0x578eb8(0x1eb)+util[_0x578eb8(0x24f)](_0x1a2b82)+_0x578eb8(0x1ea)+_0x4a48ca);const _0x5e2494={};return _0x5e2494[_0x9cbbdd]=_0x5711da,_0x5e2494;}[a92_0x442cf1(0x1d9)](_0x1f3a24){const _0x1a1a58=a92_0x442cf1,_0x4a2c4a={'GNDXH':function(_0x1a1559,_0x4658a1){return _0x1a1559===_0x4658a1;},'FMoXY':'afterAll','skdUm':function(_0x1c71d2,_0xd2a370){return _0x1c71d2===_0xd2a370;},'AbgKf':_0x1a1a58(0x270),'KoWwM':'ALL','aTrBG':_0x1a1a58(0x244),'uiJaM':function(_0x1d2316,_0x3664c2){return _0x1d2316||_0x3664c2;},'QpZEh':_0x1a1a58(0x226),'GpJyC':_0x1a1a58(0xde),'hXtaZ':function(_0x97ddac,_0x23ed94){return _0x97ddac>_0x23ed94;},'XNkHB':_0x1a1a58(0x196),'mwWNR':function(_0x576d6f,_0x314258){return _0x576d6f===_0x314258;},'UDSiv':_0x1a1a58(0x1b2),'xygeC':function(_0x136820,_0x1a876d){return _0x136820===_0x1a876d;},'yIiKO':_0x1a1a58(0x208),'rdXyR':_0x1a1a58(0x239),'IdQLv':function(_0x5c012c,_0xaade58){return _0x5c012c===_0xaade58;},'PlqaQ':function(_0x236ce7,_0x1750fa){return _0x236ce7!==_0x1750fa;},'uqXgG':function(_0x1a76a0,_0x9deade,_0x1d1e87,_0x1f9bbd){return _0x1a76a0(_0x9deade,_0x1d1e87,_0x1f9bbd);},'gAifF':function(_0x1906a0,_0xb6d3d0){return _0x1906a0>_0xb6d3d0;},'jjbkP':function(_0x45a295,_0x5c89cb){return _0x45a295>_0x5c89cb;},'zdqRB':_0x1a1a58(0x10b)},{testUUID:_0x5c5bd0,testData:_0x50dd2a,testId:_0x43c480}=_0x1f3a24;if(_0x4a2c4a['uiJaM'](!_0x50dd2a,!_0x43c480))return logger['debug'](_0x4a2c4a['QpZEh']),{};const _0x1b40a4=this[_0x1a1a58(0x257)](TestFrameworkState[_0x1a1a58(0x17d)],HookState['POST']),_0x9fca9c=_0x1b40a4[_0x1a1a58(0x22d)]()[_0x1a1a58(0x1ee)](_0x43c480),_0x309050=_0x4a2c4a[_0x1a1a58(0x14c)](_0x9fca9c,{}),_0x27410c=_0x309050?_0x309050[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0xf4677e=_0x309050[TestFrameworkConstants[_0x1a1a58(0x23c)]];logger[_0x1a1a58(0x1da)](_0x1a1a58(0x158)+(_0xf4677e?Object[_0x1a1a58(0x219)](_0xf4677e)[_0x1a1a58(0x213)]:0x0)+_0x1a1a58(0xf6));let _0x4dd04b=_0x4a2c4a[_0x1a1a58(0x1be)];if(_0x50dd2a[_0x1a1a58(0x25a)])_0x4dd04b=_0x50dd2a[_0x1a1a58(0x25a)];else{if(_0x50dd2a[_0x1a1a58(0x1ef)]&&_0x4a2c4a[_0x1a1a58(0x197)](_0x50dd2a['errorsDetailed'][_0x1a1a58(0x213)],0x0))_0x4dd04b=_0x4a2c4a['XNkHB'];else _0x4a2c4a[_0x1a1a58(0x227)](_0x50dd2a[_0x1a1a58(0x136)],_0x4a2c4a[_0x1a1a58(0xe5)])||_0x4a2c4a['xygeC'](_0x50dd2a[_0x1a1a58(0x136)],_0x4a2c4a[_0x1a1a58(0x1ab)])?_0x4dd04b=_0x4a2c4a['yIiKO']:_0x4dd04b=_0x4a2c4a[_0x1a1a58(0x264)];}const _0x480837={..._0x309050,[TestFrameworkConstants[_0x1a1a58(0x148)]]:_0x4dd04b,[TestFrameworkConstants[_0x1a1a58(0xeb)]]:_0x50dd2a[_0x1a1a58(0x24b)]||new Date()[_0x1a1a58(0x200)](),[TestFrameworkConstants[_0x1a1a58(0xdc)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x27410c,[TestFrameworkConstants[_0x1a1a58(0x16e)]]:_0x309050[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x1a1a58(0xef)]]:{}};if(_0x4a2c4a[_0x1a1a58(0x1dc)](_0x4dd04b,_0x4a2c4a[_0x1a1a58(0x13c)])&&_0x50dd2a['errorsDetailed']){const _0x217c6c=this[_0x1a1a58(0x1e8)](_0x50dd2a),_0x9b5005=this['getJestFailureType'](_0x50dd2a),_0x5c4c83=this['getJestFailureData'](_0x50dd2a);_0x480837[TestFrameworkConstants[_0x1a1a58(0xed)]]=_0x9b5005,_0x480837[TestFrameworkConstants[_0x1a1a58(0x258)]]=_0x217c6c,_0x480837[TestFrameworkConstants[_0x1a1a58(0x21d)]]=_0x5c4c83;}_0x4a2c4a[_0x1a1a58(0x274)](_0x50dd2a[_0x1a1a58(0xe4)],undefined)&&(_0x480837[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x50dd2a[_0x1a1a58(0xe4)]);_0x50dd2a[_0x1a1a58(0x14d)]&&(_0x480837[TestFrameworkConstants[_0x1a1a58(0x19a)]]=_0x50dd2a['retryOf']);const _0x23a40f=_0x9fca9c?_0x9fca9c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x330bdb=_0x9fca9c?_0x9fca9c[TestFrameworkConstants[_0x1a1a58(0x133)]]:_0x5c5bd0,_0x21aca6=_0x4a2c4a[_0x1a1a58(0x153)](getManualUploadLogs,_0x23a40f,_0x330bdb,_0x43c480);if(_0x4a2c4a[_0x1a1a58(0x1b6)](_0x21aca6[_0x1a1a58(0x213)],0x0)){const _0x19e350=_0x480837[TestFrameworkConstants[_0x1a1a58(0x16e)]]||[];_0x480837[TestFrameworkConstants[_0x1a1a58(0x16e)]]=[..._0x19e350,..._0x21aca6];}const _0x14cc83=_0x309050[TestFrameworkConstants[_0x1a1a58(0x212)]]||{},_0x46d387=_0x309050[TestFrameworkConstants[_0x1a1a58(0xf7)]]||{},_0x158f8a={..._0x14cc83},_0x3a4ffe=_0x158f8a;Object[_0x1a1a58(0x219)](_0x46d387)[_0x1a1a58(0x17a)](_0x18ff6e=>{const _0xd492a3=_0x1a1a58;!_0x3a4ffe[_0x18ff6e]&&(_0x3a4ffe[_0x18ff6e]=[]);const _0x1081a8=new Set((_0x3a4ffe[_0x18ff6e]||[])[_0xd492a3(0x142)](_0x2f57a4=>_0x2f57a4[TestFrameworkConstants[_0xd492a3(0x184)]]||_0x2f57a4['hook_id']));(_0x46d387[_0x18ff6e]||[])['forEach'](_0x14537a=>{const _0x26e9b0=_0xd492a3,_0x3d5c2c=_0x14537a[TestFrameworkConstants[_0x26e9b0(0x184)]]||_0x14537a['hook_id'];if(!_0x1081a8[_0x26e9b0(0x1a2)](_0x3d5c2c)){const _0x7573dd={..._0x14537a},_0x56273f=_0x7573dd;!_0x56273f[TestFrameworkConstants[_0x26e9b0(0x272)]]&&!_0x56273f[_0x26e9b0(0x11d)]&&(_0x56273f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x56273f[TestFrameworkConstants[_0x26e9b0(0x17e)]]&&!_0x56273f['hook_result']&&(_0x56273f[TestFrameworkConstants[_0x26e9b0(0x17e)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x3a4ffe[_0x18ff6e][_0x26e9b0(0x210)](_0x56273f);}});});if(_0x1f3a24[_0x1a1a58(0x179)]){this[_0x1a1a58(0x110)](_0x1f3a24[_0x1a1a58(0x179)]);const _0x1cc1c6=this[_0x1a1a58(0x163)](_0x1f3a24[_0x1a1a58(0x179)]),_0xa91859=this[_0x1a1a58(0x214)](_0x1f3a24[_0x1a1a58(0x179)]);_0xa91859[_0x1a1a58(0x17a)](_0x341fb2=>{const _0x2230e0=_0x1a1a58,_0x2a3976=_0x1cc1c6['get'](_0x341fb2);if(_0x2a3976&&(_0x4a2c4a['GNDXH'](_0x2a3976[_0x2230e0(0x126)],_0x4a2c4a[_0x2230e0(0xf3)])||_0x4a2c4a[_0x2230e0(0x1aa)](_0x2a3976[_0x2230e0(0x126)],_0x4a2c4a['AbgKf']))){const _0x4e2d35=_0x2a3976[_0x2230e0(0x126)][_0x2230e0(0x240)]()['replace'](_0x4a2c4a['KoWwM'],_0x4a2c4a[_0x2230e0(0xfb)]),_0xa384f7=_0x4e2d35;!_0x3a4ffe[_0xa384f7]&&(_0x3a4ffe[_0xa384f7]=[]);const _0x42995c=_0x3a4ffe[_0xa384f7]['find'](_0x150615=>(_0x150615[TestFrameworkConstants[_0x2230e0(0x184)]]||_0x150615[_0x2230e0(0x1d6)])===_0x341fb2);!_0x42995c&&_0x3a4ffe[_0xa384f7][_0x2230e0(0x210)]({'key':_0xa384f7,[TestFrameworkConstants[_0x2230e0(0x184)]]:_0x341fb2,[TestFrameworkConstants[_0x2230e0(0x17e)]]:TestFrameworkConstants[_0x2230e0(0x172)],[TestFrameworkConstants[_0x2230e0(0x256)]]:new Date()[_0x2230e0(0x200)](),[TestFrameworkConstants[_0x2230e0(0x272)]]:new Date()[_0x2230e0(0x200)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2a3976['name']||_0x2a3976[_0x2230e0(0x126)]+_0x2230e0(0x18f),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x27410c});}});}if(_0x50dd2a[_0x1a1a58(0x176)]&&_0x4a2c4a[_0x1a1a58(0x135)](_0x50dd2a[_0x1a1a58(0x176)][_0x1a1a58(0x213)],0x0))_0x480837[TestFrameworkConstants[_0x1a1a58(0x212)]]=_0x50dd2a['hooks'],logger[_0x1a1a58(0x1da)](_0x4a2c4a[_0x1a1a58(0x17f)]);else _0x4a2c4a[_0x1a1a58(0x135)](Object[_0x1a1a58(0x219)](_0x3a4ffe)[_0x1a1a58(0x213)],0x0)&&(_0x480837[TestFrameworkConstants[_0x1a1a58(0x212)]]=_0x3a4ffe,logger[_0x1a1a58(0x1da)](_0x1a1a58(0x183)+Object[_0x1a1a58(0x219)](_0x3a4ffe)[_0x1a1a58(0x1b0)](',')));const _0x3f95f0=this[_0x1a1a58(0x1e2)](_0x50dd2a);logger[_0x1a1a58(0x1da)](_0x1a1a58(0x1f6)+_0x3f95f0+_0x1a1a58(0x1ce)+_0x43c480+_0x1a1a58(0x181)+_0x4dd04b+_0x1a1a58(0x1d5)+_0x50dd2a[_0x1a1a58(0xe4)]);_0x4a2c4a['GNDXH'](_0x4dd04b,_0x4a2c4a[_0x1a1a58(0x13c)])&&logger['debug'](_0x1a1a58(0x224)+_0x43c480+_0x1a1a58(0x1ae)+_0x480837[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x1a1a58(0x1ec)+_0x480837[TestFrameworkConstants[_0x1a1a58(0x258)]]?.[_0x1a1a58(0x132)](0x0,0xc8));const _0x3c71e8={};return _0x3c71e8[_0x43c480]=_0x480837,_0x3c71e8;}['getJestTestScopes'](_0x46f009){const _0x4aaa1f=a92_0x442cf1,_0x2b4367={};_0x2b4367[_0x4aaa1f(0x1bf)]=function(_0x217097,_0x2969dd){return _0x217097!==_0x2969dd;},_0x2b4367[_0x4aaa1f(0x1ba)]=function(_0x2602c4,_0x143880){return _0x2602c4!==_0x143880;},_0x2b4367[_0x4aaa1f(0x15e)]=_0x4aaa1f(0x168);const _0xc1a34f=_0x2b4367,_0x53c185={};_0x53c185[_0x4aaa1f(0x241)]=0x2,_0x53c185['maxArrayLength']=0x3,logger['debug'](_0x4aaa1f(0x121)+util['inspect'](_0x46f009,_0x53c185));const _0x2195ad=[];if(_0x46f009&&_0x46f009['parent']){let _0x5d4271=_0x46f009['parent'];while(_0x5d4271&&_0x5d4271[_0x4aaa1f(0xfc)]&&_0xc1a34f[_0x4aaa1f(0x1bf)](_0x5d4271[_0x4aaa1f(0xfc)],'')&&_0xc1a34f[_0x4aaa1f(0x1ba)](_0x5d4271[_0x4aaa1f(0xfc)],_0xc1a34f[_0x4aaa1f(0x15e)])){_0x2195ad[_0x4aaa1f(0x210)](_0x5d4271[_0x4aaa1f(0xfc)]),_0x5d4271=_0x5d4271['parent'];}}return _0x2195ad[_0x4aaa1f(0x16f)]();}[a92_0x442cf1(0x1e2)](_0x1acbd8){const _0x47cf22=a92_0x442cf1,_0x3125bc={};_0x3125bc[_0x47cf22(0x1af)]=_0x47cf22(0x251);const _0x1e90bf=_0x3125bc;if(_0x1acbd8['name'])return _0x1acbd8[_0x47cf22(0xfc)];if(_0x1acbd8[_0x47cf22(0x117)])return _0x1acbd8['title'];return _0x1e90bf[_0x47cf22(0x1af)];}[a92_0x442cf1(0x237)](_0x24a2a3){const _0x342341=a92_0x442cf1,_0x304d1c=[];if(_0x24a2a3[_0x342341(0x17c)]&&Array[_0x342341(0x187)](_0x24a2a3[_0x342341(0x17c)]))return _0x24a2a3[_0x342341(0x17c)][_0x342341(0x142)](_0x36c7a7=>_0x36c7a7['startsWith']('@')?_0x36c7a7[_0x342341(0x10e)](0x1):_0x36c7a7);const _0x385194=this[_0x342341(0x1e2)](_0x24a2a3),_0x3360b8=_0x385194[_0x342341(0x1de)](/@(\w+)/g);if(_0x3360b8)return _0x3360b8[_0x342341(0x142)](_0x150648=>_0x150648[_0x342341(0xf5)](0x1));return _0x24a2a3[_0x342341(0x125)]&&Array[_0x342341(0x187)](_0x24a2a3[_0x342341(0x125)])&&_0x24a2a3[_0x342341(0x125)][_0x342341(0x17a)](_0x5dea4e=>{const _0x114394=_0x342341,_0x413d2a=_0x5dea4e[_0x114394(0x1de)](/@(\w+)/g);_0x413d2a&&_0x413d2a[_0x114394(0x17a)](_0x507b17=>{const _0x7fa026=_0x114394,_0x2c41b2=_0x507b17[_0x7fa026(0xf5)](0x1);!_0x304d1c[_0x7fa026(0x10a)](_0x2c41b2)&&_0x304d1c[_0x7fa026(0x210)](_0x2c41b2);});}),_0x304d1c;}[a92_0x442cf1(0x218)](_0x59f226){const _0x31b6cf=a92_0x442cf1,_0x4e5bc9={'cpSbZ':function(_0x146262,_0x30afbe){return _0x146262(_0x30afbe);}};if(_0x59f226[_0x31b6cf(0x10f)])return _0x59f226[_0x31b6cf(0x10f)];if(_0x59f226[_0x31b6cf(0x107)])try{const _0x352e56=stackTrace['parse'](_0x59f226[_0x31b6cf(0x107)]),_0x350639=_0x4e5bc9['cpSbZ'](pickUserFrameFile,_0x352e56);if(_0x350639)return _0x350639;logger[_0x31b6cf(0x1da)](_0x31b6cf(0x149)+_0x352e56[_0x31b6cf(0x213)]+')');}catch(_0x28c23f){logger[_0x31b6cf(0x1da)](_0x31b6cf(0x1c9)+util[_0x31b6cf(0x19d)](_0x28c23f));}return null;}[a92_0x442cf1(0x1e8)](_0x1b73bb){const _0x10af1b=a92_0x442cf1,_0x33d6ee={};_0x33d6ee['CRfGY']=function(_0x57230e,_0x171e5e){return _0x57230e>_0x171e5e;},_0x33d6ee[_0x10af1b(0x11f)]=_0x10af1b(0x205);const _0x299006=_0x33d6ee;if(_0x1b73bb[_0x10af1b(0x1ef)]&&_0x299006['CRfGY'](_0x1b73bb['errorsDetailed']['length'],0x0))return util[_0x10af1b(0x24f)](_0x1b73bb[_0x10af1b(0x1ef)][0x0]);if(_0x1b73bb[_0x10af1b(0x1c4)])return _0x1b73bb['failure_reason'];return _0x299006[_0x10af1b(0x11f)];}[a92_0x442cf1(0x243)](_0x188256){const _0x421b2b=a92_0x442cf1,_0x62392a={};_0x62392a[_0x421b2b(0x16d)]='Assert',_0x62392a['GlooB']=_0x421b2b(0x1f3),_0x62392a['yerSL']=_0x421b2b(0x191);const _0x52b39e=_0x62392a,_0x300ca5=this[_0x421b2b(0x1e8)](_0x188256);if(_0x300ca5&&_0x300ca5[_0x421b2b(0x10a)](_0x52b39e[_0x421b2b(0x16d)]))return _0x52b39e[_0x421b2b(0x1f4)];return _0x52b39e['yerSL'];}[a92_0x442cf1(0x1c6)](_0xf9a448){const _0x57339c=a92_0x442cf1,_0x4bcb3a={'AMOKh':function(_0x280f10,_0x3a96f6){return _0x280f10(_0x3a96f6);},'LlfTD':_0x57339c(0x245),'Tydpf':function(_0xa88908,_0x446715){return _0xa88908!==_0x446715;},'FakNO':_0x57339c(0x11c)},{failureData:_0x551197}=_0x4bcb3a['AMOKh'](require,_0x4bcb3a[_0x57339c(0x26a)]),_0x3403fc=[];return _0x4bcb3a[_0x57339c(0x216)](_0xf9a448['errorsDetailed'],undefined)&&_0x3403fc[_0x57339c(0x210)](_0xf9a448['errorsDetailed'],_0x4bcb3a[_0x57339c(0x215)]),_0x551197['apply'](null,_0x3403fc);}async[a92_0x442cf1(0x111)](_0x251449,_0x295b79,_0x41b438,_0x5a7205){const _0x1b01db=a92_0x442cf1,_0x2d74b5={'rJneN':_0x1b01db(0x1cc),'sXFWi':function(_0xb88f9c){return _0xb88f9c();},'GNLco':function(_0x3f57d2,_0x55ffc3){return _0x3f57d2 in _0x55ffc3;},'oIvke':function(_0x55305c,_0x1a06bb){return _0x55305c in _0x1a06bb;},'cndEg':function(_0xb2ee94,_0x2e2331){return _0xb2ee94===_0x2e2331;},'Kdrct':function(_0x14c8cd,_0x228db5){return _0x14c8cd>_0x228db5;},'qLwvm':_0x1b01db(0x196),'VODWx':_0x1b01db(0x239),'cLjXl':function(_0x2cd813,_0x28d314){return _0x2cd813===_0x28d314;},'HdddJ':_0x1b01db(0x141),'OwXYZ':function(_0x3ed1c2,_0x4b56dc){return _0x3ed1c2>_0x4b56dc;},'ZyfKs':function(_0x520dc,_0x42c82d){return _0x520dc!==_0x42c82d;}},{hookData:_0x30ba24}=_0x5a7205,_0x293eda=_0x41b438[_0x1b01db(0x154)](),_0x38c055=_0x295b79[_0x1b01db(0x154)](),_0x398b4f={};_0x398b4f[_0x1b01db(0x241)]=0x2,_0x398b4f[_0x1b01db(0x1d0)]=0x3,logger[_0x1b01db(0x1da)](_0x1b01db(0x1e5)+_0x38c055+_0x1b01db(0x104)+_0x293eda+_0x1b01db(0x1cd)+util[_0x1b01db(0x24f)](_0x30ba24,_0x398b4f));if(!_0x30ba24)return logger[_0x1b01db(0x1da)](_0x2d74b5[_0x1b01db(0x127)]),{};const _0x358a1b=_0x30ba24[_0x1b01db(0x134)]||_0x30ba24['hookAnalyticsId']||_0x2d74b5[_0x1b01db(0x1ca)](uuidv4),_0x21e780=_0x30ba24[_0x1b01db(0x1a8)]||this[_0x1b01db(0x22e)](_0x30ba24),_0x2a4725=_0x295b79[_0x1b01db(0x154)]()[_0x1b01db(0xfe)]('.')[0x1],_0x37aee5=_0x251449[_0x1b01db(0x22d)]()[_0x1b01db(0x1ee)](_0x21e780),_0x55fc6a=_0x37aee5?_0x37aee5[TestFrameworkConstants[_0x1b01db(0x171)]]||{}:{};logger[_0x1b01db(0x1da)](_0x1b01db(0x1c8)+_0x358a1b+_0x1b01db(0x1ce)+_0x21e780+'\x20(testIdentifier),\x20hookType='+_0x2a4725+_0x1b01db(0x104)+_0x293eda);if(!_0x37aee5)return logger[_0x1b01db(0x1da)](_0x1b01db(0x1e7)+_0x21e780+_0x1b01db(0xf1)),this[_0x1b01db(0x21a)](_0x251449,_0x21e780,_0x295b79,_0x41b438,_0x5a7205),{};let _0x3621d0=_0x37aee5[TestFrameworkConstants[_0x1b01db(0xf7)]];!_0x3621d0&&(_0x3621d0={});!_0x2d74b5[_0x1b01db(0x198)](_0x2a4725,_0x3621d0)&&(_0x3621d0[_0x2a4725]=[]);let _0xfacf3d=_0x37aee5[TestFrameworkConstants[_0x1b01db(0x212)]];!_0xfacf3d&&(_0xfacf3d={});!_0x2d74b5[_0x1b01db(0x23f)](_0x2a4725,_0xfacf3d)&&(_0xfacf3d[_0x2a4725]=[]);const _0x5a28c1={[_0x21e780]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3621d0,[TestFrameworkConstants[_0x1b01db(0x212)]]:_0xfacf3d,[TestFrameworkConstants[_0x1b01db(0x15c)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1b01db(0x262)]()[this[_0x1b01db(0x263)]()[0x0]]||''}};if(_0x2d74b5[_0x1b01db(0xf0)](_0x41b438,HookState['PRE'])){const _0x435f28={'key':_0x2a4725,[TestFrameworkConstants[_0x1b01db(0x184)]]:_0x358a1b,[TestFrameworkConstants[_0x1b01db(0x17e)]]:TestFrameworkConstants[_0x1b01db(0x172)],[TestFrameworkConstants[_0x1b01db(0x256)]]:_0x30ba24[_0x1b01db(0x14a)]||new Date()[_0x1b01db(0x200)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1b01db(0x26d)]]:_0x30ba24['name']||_0x30ba24['hook_type']||_0x2a4725,[TestFrameworkConstants[_0x1b01db(0x171)]]:_0x55fc6a};_0x3621d0[_0x2a4725][_0x1b01db(0x210)](_0x435f28),_0x5a28c1[_0x21e780][TestFrameworkConstants[_0x1b01db(0x199)]]=_0x2a4725;const _0x99d02e={};_0x99d02e[_0x1b01db(0x241)]=0x2,logger[_0x1b01db(0x1da)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x2a4725+_0x1b01db(0x12a)+_0x358a1b+_0x1b01db(0x1ce)+_0x21e780+',\x20hook='+util[_0x1b01db(0x24f)](_0x435f28,_0x99d02e));}else{if(_0x2d74b5[_0x1b01db(0xf0)](_0x41b438,HookState[_0x1b01db(0x13b)])){const _0x50f2bd=_0x30ba24['result']||(_0x30ba24[_0x1b01db(0x1ef)]&&_0x2d74b5['Kdrct'](_0x30ba24[_0x1b01db(0x1ef)]['length'],0x0)?_0x2d74b5[_0x1b01db(0x101)]:_0x2d74b5[_0x1b01db(0x21c)]),_0x6a8771=_0x3621d0[_0x2a4725]||[];logger['debug'](_0x1b01db(0x1b5)+_0x2a4725+_0x1b01db(0x1ce)+_0x21e780+',\x20result='+_0x50f2bd+_0x1b01db(0x151)+_0x6a8771[_0x1b01db(0x213)]);if(_0x2d74b5['cndEg'](_0x6a8771['length'],0x0)&&_0x2d74b5[_0x1b01db(0x209)](_0x295b79,TestFrameworkState[_0x1b01db(0x1d4)]))return logger[_0x1b01db(0x1da)](_0x2d74b5[_0x1b01db(0x1cb)]),this[_0x1b01db(0x21a)](_0x251449,_0x21e780,_0x295b79,_0x41b438,_0x5a7205),{};if(_0x2d74b5[_0x1b01db(0x21f)](_0x6a8771[_0x1b01db(0x213)],0x0)){const _0x38ddd9=_0x6a8771[_0x1b01db(0x20e)]();_0x2d74b5[_0x1b01db(0xf0)](_0x50f2bd,_0x2d74b5[_0x1b01db(0x101)])&&_0x30ba24['errorsDetailed']?(_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x252)]]=this['getJestFailureType'](_0x30ba24),_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x143)]]=this['getJestFailureReason'](_0x30ba24),_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x157)]]=this['getJestFailureData'](_0x30ba24),logger[_0x1b01db(0x1da)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x2a4725+_0x1b01db(0x1ae)+_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x252)]]+_0x1b01db(0x1ec)+_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x143)]]?.[_0x1b01db(0x132)](0x0,0xc8))):_0x38ddd9[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2d74b5[_0x1b01db(0x21c)];_0x2d74b5['ZyfKs'](_0x50f2bd,TestFrameworkConstants[_0x1b01db(0x172)])&&(_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x17e)]]=_0x50f2bd);_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x272)]]=_0x30ba24['finished_at']||new Date()[_0x1b01db(0x200)](),_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x171)]]=_0x55fc6a;const _0x2880ac=_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x184)]];!_0xfacf3d[_0x2a4725]&&(_0xfacf3d[_0x2a4725]=[]);_0xfacf3d[_0x2a4725]['push'](_0x38ddd9),_0x5a28c1[_0x21e780][TestFrameworkConstants[_0x1b01db(0x1c3)]]=_0x2a4725;const _0x379f78={};_0x379f78[_0x1b01db(0x241)]=0x2,logger[_0x1b01db(0x1da)](_0x1b01db(0x23a)+_0x2a4725+_0x1b01db(0x12a)+_0x2880ac+_0x1b01db(0x1ff)+_0x50f2bd+',\x20hook='+util[_0x1b01db(0x24f)](_0x38ddd9,_0x379f78));}}}return _0x5a28c1;}[a92_0x442cf1(0x1fa)](_0x5759a0){const _0x553275=a92_0x442cf1,_0x3f5369={};_0x3f5369['gecVE']=_0x553275(0x102);const _0x562c39=_0x3f5369;try{const _0x4db442=_0x5759a0['test']?this[_0x553275(0x22e)](_0x5759a0['test']):_0x5759a0[_0x553275(0x1d3)][_0x553275(0x1a8)],_0x5b13ba=_0x5759a0[_0x553275(0x137)],_0x2b4564=_0x5b13ba['getContext'](),_0x1f6481=_0x5b13ba[_0x553275(0x22d)]()['get'](_0x4db442);if(!_0x1f6481)return logger[_0x553275(0x1da)](_0x553275(0x1f7)+_0x4db442),{};const {[TestFrameworkConstants[_0x553275(0x15c)]]:_0x3b84ea=this[_0x553275(0x263)]()[0x0]||'',[TestFrameworkConstants[_0x553275(0x18e)]]:_0x1a1bc2=this[_0x553275(0x262)]()[this[_0x553275(0x263)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2052ef='',[TestFrameworkConstants[_0x553275(0xeb)]]:_0x45df01=''}=_0x1f6481,_0x4a4ca8=_0x5b13ba['getCurrentTestState']()[_0x553275(0x154)]()[_0x553275(0xfe)]('.')[0x1],_0xf0dfc9=_0x5b13ba[_0x553275(0x1b3)]()[_0x553275(0x154)]()[_0x553275(0xfe)]('.')[0x1],_0x44215e=global?.['__workerDetails']?.[_0x553275(0xe8)]?.[_0x553275(0x238)]||global[_0x553275(0x250)]||0x0,_0x5bfa78=_0x5b13ba[_0x553275(0x211)](),_0x341b79=Buffer[_0x553275(0xdb)](JSON[_0x553275(0x1cf)](_0x1f6481))[_0x553275(0x154)](_0x562c39[_0x553275(0x11b)]),_0x1e1356={'hash':_0x2b4564[_0x553275(0xe1)](),'threadId':_0x2b4564['getThreadId']()[_0x553275(0x154)](),'processId':_0x2b4564[_0x553275(0xff)]()['toString']()},_0x33ee77={};_0x33ee77[_0x553275(0xe3)]=_0x44215e,_0x33ee77[_0x553275(0x155)]=_0x3b84ea,_0x33ee77[_0x553275(0x261)]=_0x1a1bc2,_0x33ee77[_0x553275(0x1f5)]=_0x4a4ca8,_0x33ee77[_0x553275(0xd9)]=_0xf0dfc9,_0x33ee77[_0x553275(0x1f8)]=_0x2052ef,_0x33ee77[_0x553275(0x22a)]=_0x45df01,_0x33ee77[_0x553275(0x134)]=_0x5bfa78,_0x33ee77[_0x553275(0x18c)]=_0x341b79,_0x33ee77[_0x553275(0x13e)]=_0x1e1356,_0x33ee77[_0x553275(0x103)]=_0x4db442;const _0x4298e5=_0x33ee77;return _0x4298e5;}catch(_0x2fbbc7){return logger[_0x553275(0x242)](_0x553275(0x15b)+util[_0x553275(0x19d)](_0x2fbbc7)),{};}}async[a92_0x442cf1(0x13f)](_0x55e4c9,_0x4a517c,_0x40ebbf){const _0x3681bb=a92_0x442cf1,_0x40d01f={'ZFFpY':function(_0xdda148,_0x213602){return _0xdda148+_0x213602;},'cAVqC':'missing','YqLGe':_0x3681bb(0x144),'JDocw':function(_0x149f6d,_0x578e8f){return _0x149f6d>_0x578e8f;},'GwCZu':function(_0x39568b,_0x2dbc5a,_0x54bfce,_0x8b6e45){return _0x39568b(_0x2dbc5a,_0x54bfce,_0x8b6e45);},'eIuqE':function(_0xd1e833,_0xa1eec5){return _0xd1e833-_0xa1eec5;},'BxEAB':function(_0x2e0d6b,_0x2589c8){return _0x2e0d6b===_0x2589c8;},'wpCaT':function(_0x8b8af6,_0x47edb2){return _0x8b8af6/_0x47edb2;},'uEsaO':function(_0x5a9dbf,_0x561fd1){return _0x5a9dbf<_0x561fd1;},'MTSYy':function(_0x27833a,_0x4fac8a){return _0x27833a*_0x4fac8a;},'yqmRR':function(_0x31072c,_0x34d322){return _0x31072c+_0x34d322;},'VqYMX':function(_0x54152a,_0x525906){return _0x54152a+_0x525906;},'uUmqy':function(_0x3f6e59,_0x180be0){return _0x3f6e59+_0x180be0;},'PBpsO':function(_0x42d2b0,_0x3fcd4e){return _0x42d2b0>_0x3fcd4e;}};try{const _0x4c87e5=_0x40ebbf['testUUID']||_0x40ebbf[_0x3681bb(0xe2)],_0x4ac0fa=Array[_0x3681bb(0xdb)](_0x55e4c9[_0x3681bb(0x22d)]()[_0x3681bb(0x219)]()),_0x8803ad=_0x55e4c9[_0x3681bb(0x22d)]()[_0x3681bb(0x1ee)](_0x4c87e5);if(!_0x8803ad){logger[_0x3681bb(0x1da)](_0x3681bb(0x22f)+_0x4c87e5);return;}const {[TestFrameworkConstants[_0x3681bb(0x15c)]]:_0x22283d='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1105d9=''}=_0x8803ad;let _0x51d1a0=[];_0x8803ad&&_0x8803ad[TestFrameworkConstants[_0x3681bb(0x16e)]]&&Array['isArray'](_0x8803ad[TestFrameworkConstants[_0x3681bb(0x16e)]])?(_0x51d1a0=_0x8803ad[TestFrameworkConstants[_0x3681bb(0x16e)]]||[],logger['debug'](_0x3681bb(0x20d)+_0x51d1a0['length']+_0x3681bb(0x18b)+_0x4c87e5),_0x55e4c9['addMultipleEntries']({[_0x4c87e5]:{[TestFrameworkConstants[_0x3681bb(0x16e)]]:[],[TestFrameworkConstants[_0x3681bb(0x15c)]]:this[_0x3681bb(0x263)]()[0x0]||'',[TestFrameworkConstants[_0x3681bb(0x18e)]]:this['getTestFrameworksVersions']()[this[_0x3681bb(0x263)]()[0x0]]||''}}),logger[_0x3681bb(0x1da)](_0x3681bb(0x165)+_0x4c87e5)):logger[_0x3681bb(0x1da)](_0x3681bb(0x1fb)+_0x4c87e5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x51d1a0[_0x3681bb(0x213)]+_0x3681bb(0x139)+_0x4c87e5);const _0x42939c=_0x51d1a0['filter'](_0x3f78dd=>_0x3f78dd[_0x3681bb(0x16c)]==='TEST_SCREENSHOT');_0x40d01f[_0x3681bb(0x1c2)](_0x42939c[_0x3681bb(0x213)],0x0)&&(logger[_0x3681bb(0x1da)](_0x3681bb(0x1b7)+_0x42939c[_0x3681bb(0x213)]+_0x3681bb(0xda)+_0x4c87e5),_0x42939c['forEach']((_0x5249f9,_0x258054)=>{const _0x345c19=_0x3681bb;logger[_0x345c19(0x1da)](_0x345c19(0x1d8)+_0x40d01f['ZFFpY'](_0x258054,0x1)+'/'+_0x42939c['length']+_0x345c19(0x1f1)+(_0x5249f9[_0x345c19(0x103)]||_0x40d01f[_0x345c19(0x130)])+_0x345c19(0x225)+(_0x5249f9['test_run_uuid']||_0x40d01f[_0x345c19(0x130)])+_0x345c19(0x1e1)+(_0x5249f9[_0x345c19(0x1bd)]||_0x40d01f[_0x345c19(0x1c7)])+',\x20messageLength='+(_0x5249f9[_0x345c19(0x236)]?.[_0x345c19(0x213)]||0x0));}));const _0x3c2e75=_0x8803ad[TestFrameworkConstants[_0x3681bb(0x23c)]]||{},_0x270fff=_0x40d01f['GwCZu'](getMediaArtifactsLogs,_0x3c2e75,null,_0x4c87e5),_0x2ebb6b=(_0x51d1a0||[])['concat'](_0x270fff||[]),_0x319ff9=_0x42939c?.[_0x3681bb(0x213)]||0x0,_0x3d57a4=_0x40d01f[_0x3681bb(0xfd)](_0x51d1a0?.['length']||0x0,_0x319ff9);logger[_0x3681bb(0x1da)](_0x3681bb(0x20c)+_0x4c87e5+_0x3681bb(0x123)+_0x3d57a4+',\x20screenshotLogs:\x20'+_0x319ff9+_0x3681bb(0x113)+(_0x270fff?.[_0x3681bb(0x213)]||0x0)+_0x3681bb(0x15a)+_0x2ebb6b[_0x3681bb(0x213)]);if(!_0x2ebb6b||_0x40d01f[_0x3681bb(0x20a)](_0x2ebb6b['length'],0x0)){logger[_0x3681bb(0x1da)](_0x3681bb(0x115)+_0x4c87e5);return;}const _0x171da2=0x28,_0x364f9d=Math[_0x3681bb(0x109)](_0x40d01f[_0x3681bb(0x26b)](_0x2ebb6b[_0x3681bb(0x213)],_0x171da2));for(let _0x21145a=0x0;_0x40d01f[_0x3681bb(0x220)](_0x21145a,_0x364f9d);_0x21145a++){const _0x387eb8=_0x40d01f[_0x3681bb(0x1d1)](_0x21145a,_0x171da2),_0x5e8665=_0x40d01f['yqmRR'](_0x387eb8,_0x171da2),_0x182abb=_0x2ebb6b[_0x3681bb(0xf5)](_0x387eb8,_0x5e8665),_0x20e449=global?.[_0x3681bb(0x12c)]??0x0,_0x39624e={'platformIndex':_0x20e449,'logs':_0x182abb,'testFrameworkName':_0x22283d,'testFrameworkVersion':_0x1105d9,'testFrameworkState':_0x4a517c[_0x3681bb(0x154)]()['split']('.')[0x1]},_0x1c21ab={};_0x1c21ab[_0x3681bb(0x241)]=0x3,_0x1c21ab[_0x3681bb(0x1d0)]=0x5,logger[_0x3681bb(0x1da)](_0x3681bb(0x234)+_0x40d01f[_0x3681bb(0x20f)](_0x21145a,0x1)+'/'+_0x364f9d+_0x3681bb(0x138)+_0x4c87e5+_0x3681bb(0x1a9)+_0x182abb[_0x3681bb(0x213)]+',\x20platformIndex:\x20'+_0x20e449+',\x20payload:\x20'+util[_0x3681bb(0x24f)](_0x39624e,_0x1c21ab));const _0x13f0d6=await GrpcClient[_0x3681bb(0x23e)]()[_0x3681bb(0x159)](_0x39624e);logger['debug'](_0x3681bb(0x234)+_0x40d01f[_0x3681bb(0x1b4)](_0x21145a,0x1)+'/'+_0x364f9d+_0x3681bb(0x138)+_0x4c87e5+_0x3681bb(0x106)+util[_0x3681bb(0x24f)](_0x13f0d6));}_0x270fff&&_0x40d01f['PBpsO'](_0x270fff[_0x3681bb(0x213)],0x0)&&_0x8803ad[TestFrameworkConstants[_0x3681bb(0x23c)]]&&_0x55e4c9[_0x3681bb(0x18a)]({[_0x4c87e5]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x3681bb(0x15c)]]:this[_0x3681bb(0x263)]()[0x0]||'',[TestFrameworkConstants[_0x3681bb(0x18e)]]:this['getTestFrameworksVersions']()[this[_0x3681bb(0x263)]()[0x0]]||''}}),logger['debug'](_0x3681bb(0x192)+_0x4c87e5+_0x3681bb(0x23b)+_0x364f9d);}catch(_0x20905d){logger[_0x3681bb(0x242)](_0x3681bb(0x269)+(_0x40ebbf[_0x3681bb(0x24e)]||_0x40ebbf[_0x3681bb(0xe2)])+_0x3681bb(0x1bc)+util[_0x3681bb(0x19d)](_0x20905d));}}['storePendingHook'](_0x100360,_0x36ea1f,_0x409d30,_0x4add1e,_0x426217){const _0x11b74b=a92_0x442cf1,_0x1d1169={};_0x1d1169['JyjLK']=function(_0x52a748,_0x2a8207){return _0x52a748===_0x2a8207;},_0x1d1169[_0x11b74b(0x160)]=_0x11b74b(0x270);const _0x535715=_0x1d1169,{hookData:_0x1ac36b}=_0x426217,_0x30579b={'testId':_0x36ea1f,'testFrameworkState':_0x409d30,'hookState':_0x4add1e,'args':_0x426217,'timestamp':new Date()[_0x11b74b(0x200)]()};if(_0x535715['JyjLK'](_0x409d30,TestFrameworkState['BEFORE_ALL'])&&_0x1ac36b){const _0x3b2d08={};_0x3b2d08[_0x11b74b(0x1fc)]=_0x1ac36b[_0x11b74b(0x10f)]||_0x1ac36b['location'],_0x3b2d08['scope']=_0x1ac36b[_0x11b74b(0x182)]||_0x1ac36b['scopes']&&_0x1ac36b['scopes'][0x0]||'',_0x3b2d08[_0x11b74b(0x265)]=_0x535715[_0x11b74b(0x160)],_0x30579b[_0x11b74b(0xf4)]=_0x3b2d08,logger[_0x11b74b(0x1da)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x36ea1f+_0x11b74b(0x114)+_0x30579b[_0x11b74b(0xf4)][_0x11b74b(0x1fc)]+_0x11b74b(0x26f)+_0x30579b[_0x11b74b(0xf4)][_0x11b74b(0x182)]);}_0x100360['addPendingHook'](_0x36ea1f,_0x30579b),logger[_0x11b74b(0x1da)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x36ea1f+_0x11b74b(0x195)+_0x409d30+',\x20hookState:\x20'+_0x4add1e);}async[a92_0x442cf1(0x1c0)](_0x1b1970,_0x28c964){const _0x2087a7=a92_0x442cf1,_0x3c5f31={};_0x3c5f31[_0x2087a7(0x1e0)]=function(_0x3e2297,_0x324be8){return _0x3e2297>_0x324be8;},_0x3c5f31[_0x2087a7(0x1a5)]=function(_0x2aad45,_0x34d4e8){return _0x2aad45===_0x34d4e8;},_0x3c5f31[_0x2087a7(0x147)]=function(_0x2f088e,_0x2dc750){return _0x2f088e===_0x2dc750;},_0x3c5f31[_0x2087a7(0x235)]=function(_0x10425b,_0x107eda){return _0x10425b===_0x107eda;},_0x3c5f31[_0x2087a7(0x14b)]=function(_0x77a316,_0x594a4e){return _0x77a316===_0x594a4e;},_0x3c5f31[_0x2087a7(0x254)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x168533=_0x3c5f31;if(_0x1b1970[_0x2087a7(0x23d)](_0x28c964)){const _0x185df1=_0x1b1970[_0x2087a7(0x206)](_0x28c964);logger[_0x2087a7(0x1da)](_0x2087a7(0x156)+_0x185df1[_0x2087a7(0x213)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x28c964);for(const _0x171786 of _0x185df1){try{const _0x18ba60=await this[_0x2087a7(0x111)](_0x1b1970,_0x171786[_0x2087a7(0x1f5)],_0x171786['hookState'],_0x171786[_0x2087a7(0x24d)]);_0x18ba60&&_0x168533[_0x2087a7(0x1e0)](Object[_0x2087a7(0x219)](_0x18ba60)[_0x2087a7(0x213)],0x0)&&_0x1b1970['addMultipleEntries'](_0x18ba60),await this[_0x2087a7(0x1ed)](_0x1b1970,_0x171786[_0x2087a7(0x1f5)],_0x171786[_0x2087a7(0xd9)],_0x171786['args']);}catch(_0x2ff0d9){logger[_0x2087a7(0x242)](_0x2087a7(0x118)+_0x28c964+_0x2087a7(0x1bc)+_0x2ff0d9);}}_0x1b1970[_0x2087a7(0x170)](_0x28c964),logger['debug'](_0x2087a7(0x260)+_0x28c964);}const _0x2cac39=_0x1b1970[_0x2087a7(0x22d)]()[_0x2087a7(0x1ee)](_0x28c964);if(_0x2cac39){const _0x18ff8f=_0x2cac39[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x2cac39[TestFrameworkConstants[_0x2087a7(0x174)]],_0x23f4ba=_0x2cac39[TestFrameworkConstants[_0x2087a7(0xe0)]]||_0x2cac39[TestFrameworkConstants[_0x2087a7(0x12e)]]&&_0x2cac39[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x18ff8f+',\x20scope:\x20'+_0x23f4ba);const _0x1472e1=_0x1b1970['getAllPendingHookTestIds']();for(const _0x53a0c5 of _0x1472e1){if(_0x168533[_0x2087a7(0x1a5)](_0x53a0c5,_0x28c964))continue;if(_0x1b1970[_0x2087a7(0x23d)](_0x53a0c5)){const _0x54ccdf=_0x1b1970[_0x2087a7(0x206)](_0x53a0c5);for(const _0x3f8131 of _0x54ccdf){if(_0x168533[_0x2087a7(0x147)](_0x3f8131[_0x2087a7(0x1f5)],TestFrameworkState[_0x2087a7(0x1d4)])&&_0x3f8131[_0x2087a7(0xf4)]){const _0x280091=_0x3f8131[_0x2087a7(0xf4)]['filePath'],_0x370922=_0x3f8131[_0x2087a7(0xf4)]['scope'];if(_0x168533[_0x2087a7(0x235)](_0x280091,_0x18ff8f)&&_0x168533[_0x2087a7(0x1a5)](_0x370922,_0x23f4ba)){logger['debug'](_0x2087a7(0xf8)+_0x53a0c5+',\x20currentTestId:\x20'+_0x28c964+_0x2087a7(0x114)+_0x280091+_0x2087a7(0x26f)+_0x370922);_0x3f8131[_0x2087a7(0x24d)]&&_0x3f8131[_0x2087a7(0x24d)][_0x2087a7(0x1d3)]&&(_0x3f8131[_0x2087a7(0x24d)][_0x2087a7(0x1d3)][_0x2087a7(0x1a8)]=_0x28c964,logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x53a0c5+_0x2087a7(0x12d)+_0x28c964));try{const _0x57b632=await this['trackHookEvent'](_0x1b1970,_0x3f8131['testFrameworkState'],_0x3f8131[_0x2087a7(0xd9)],_0x3f8131[_0x2087a7(0x24d)]);_0x57b632&&_0x168533[_0x2087a7(0x1e0)](Object[_0x2087a7(0x219)](_0x57b632)['length'],0x0)&&_0x1b1970[_0x2087a7(0x18a)](_0x57b632);await this[_0x2087a7(0x1ed)](_0x1b1970,_0x3f8131['testFrameworkState'],_0x3f8131[_0x2087a7(0xd9)],_0x3f8131[_0x2087a7(0x24d)]);const _0x46f86f=_0x1b1970[_0x2087a7(0x206)](_0x53a0c5)[_0x2087a7(0x1b1)](_0x3469d6=>_0x3469d6!==_0x3f8131);if(_0x168533[_0x2087a7(0x14b)](_0x46f86f['length'],0x0))_0x1b1970[_0x2087a7(0x170)](_0x53a0c5);else{_0x1b1970[_0x2087a7(0x170)](_0x53a0c5);for(const _0x3e80f0 of _0x46f86f){_0x1b1970[_0x2087a7(0x146)](_0x53a0c5,_0x3e80f0);}}logger[_0x2087a7(0x1da)](_0x168533['PzpmH']);}catch(_0x3ba963){logger[_0x2087a7(0x242)](_0x2087a7(0x1e6)+_0x28c964+_0x2087a7(0x1bc)+_0x3ba963);}}}}}}}}[a92_0x442cf1(0x110)](_0x229421){const _0x297f56=a92_0x442cf1,_0x5abf89={'hApqW':function(_0x34cf42){return _0x34cf42();}};if(!_0x229421||!_0x229421[_0x297f56(0x1ac)])return;_0x229421['parent'][_0x297f56(0x176)]&&Array[_0x297f56(0x187)](_0x229421[_0x297f56(0x1ac)][_0x297f56(0x176)])&&_0x229421[_0x297f56(0x1ac)][_0x297f56(0x176)][_0x297f56(0x17a)](_0x28f670=>{const _0x156f48=_0x297f56;!_0x28f670[_0x156f48(0x119)]&&!_0x28f670[_0x156f48(0x255)]&&(_0x28f670['hookAnalyticsId']=_0x5abf89[_0x156f48(0x100)](uuidv4),_0x28f670[_0x156f48(0x255)]=_0x28f670['hookAnalyticsId'],logger[_0x156f48(0x1da)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x28f670[_0x156f48(0x126)]+_0x156f48(0x164)+_0x28f670[_0x156f48(0x119)]));}),this['mapTestHooks'](_0x229421[_0x297f56(0x1ac)]);}[a92_0x442cf1(0x214)](_0x13c5c1){const _0x5978b0=a92_0x442cf1,_0x4b3466={'Stvcs':function(_0xe76819,_0xbdee75){return _0xe76819(_0xbdee75);}};if(!_0x13c5c1||!_0x13c5c1[_0x5978b0(0x1ac)])return[];const _0x23c34b=[];return _0x13c5c1['parent']['hooks']&&Array['isArray'](_0x13c5c1[_0x5978b0(0x1ac)][_0x5978b0(0x176)])&&_0x13c5c1['parent'][_0x5978b0(0x176)][_0x5978b0(0x17a)](_0x3e6a30=>{const _0x1d519f=_0x5978b0,_0x13bf91=_0x3e6a30[_0x1d519f(0x119)]||_0x3e6a30[_0x1d519f(0x255)];_0x13bf91&&!this[_0x1d519f(0x16a)](_0x3e6a30)&&!_0x4b3466[_0x1d519f(0x189)](isInternalHook,_0x3e6a30['fn'])&&_0x23c34b[_0x1d519f(0x210)](_0x13bf91);}),[..._0x23c34b,...this[_0x5978b0(0x214)](_0x13c5c1[_0x5978b0(0x1ac)])];}[a92_0x442cf1(0x163)](_0x27dd7c){const _0x3664d2=a92_0x442cf1,_0x3b756e={'fxxAJ':function(_0x3dde85,_0x10a7b7){return _0x3dde85(_0x10a7b7);},'YueaB':_0x3664d2(0xde),'FWYpq':function(_0x4e2cf1,_0x13752d){return _0x4e2cf1(_0x13752d);}},_0x3f37be=new Map(),_0x3d47de=_0x5cdb45=>{const _0x47db7e=_0x3664d2,_0x2254a7={'Zbzuz':function(_0x569a7d,_0x1f73ff){const _0xc98572=a92_0x2bb6;return _0x3b756e[_0xc98572(0x1e3)](_0x569a7d,_0x1f73ff);},'kHEfz':_0x3b756e[_0x47db7e(0xf9)]};if(!_0x5cdb45||!_0x5cdb45[_0x47db7e(0x1ac)])return;_0x5cdb45[_0x47db7e(0x1ac)][_0x47db7e(0x176)]&&Array[_0x47db7e(0x187)](_0x5cdb45[_0x47db7e(0x1ac)][_0x47db7e(0x176)])&&_0x5cdb45[_0x47db7e(0x1ac)]['hooks'][_0x47db7e(0x17a)](_0x21bba1=>{const _0x25113b=_0x47db7e,_0x147d20=_0x21bba1[_0x25113b(0x119)]||_0x21bba1[_0x25113b(0x255)];if(_0x147d20&&!this[_0x25113b(0x16a)](_0x21bba1)&&!_0x2254a7['Zbzuz'](isInternalHook,_0x21bba1['fn'])){const _0x1b4c25={};_0x1b4c25[_0x25113b(0x126)]=_0x21bba1[_0x25113b(0x126)]||_0x2254a7[_0x25113b(0x24a)],_0x1b4c25[_0x25113b(0xfc)]=_0x21bba1[_0x25113b(0xfc)]||'\x22'+_0x21bba1[_0x25113b(0x126)]+_0x25113b(0x120),_0x3f37be[_0x25113b(0xfa)](_0x147d20,_0x1b4c25);}}),_0x3b756e[_0x47db7e(0x1e3)](_0x3d47de,_0x5cdb45[_0x47db7e(0x1ac)]);};return _0x3b756e[_0x3664d2(0x1e9)](_0x3d47de,_0x27dd7c),_0x3f37be;}[a92_0x442cf1(0x16a)](_0x169959){const _0x5bb04b=a92_0x442cf1,_0x2a1d09={};_0x2a1d09[_0x5bb04b(0x1b9)]=_0x5bb04b(0x13d),_0x2a1d09['ZjALq']=_0x5bb04b(0x1e4);const _0x5cc1ad=_0x2a1d09;try{const _0x49ad0c=this[_0x5bb04b(0x178)](_0x169959);if(!_0x49ad0c||_0x49ad0c[_0x5bb04b(0x10a)](_0x5cc1ad[_0x5bb04b(0x1b9)]))return!![];return![];}catch(_0x43d365){logger[_0x5bb04b(0x1da)](_0x5cc1ad[_0x5bb04b(0x108)]);}return![];}[a92_0x442cf1(0x178)](_0x3a40cf){const _0x13ee24=a92_0x442cf1,_0x1d1206={'cArIj':function(_0x4fbc2a,_0xb2d173){return _0x4fbc2a(_0xb2d173);}};if(_0x3a40cf[_0x13ee24(0x116)])return _0x3a40cf[_0x13ee24(0x116)];if(_0x3a40cf[_0x13ee24(0x107)])try{const _0x22367d=stackTrace[_0x13ee24(0x221)](_0x3a40cf[_0x13ee24(0x107)]),_0x3fe620=_0x1d1206['cArIj'](pickUserFrameFile,_0x22367d);if(_0x3fe620)return _0x3fe620;logger['debug'](_0x13ee24(0x124)+_0x22367d[_0x13ee24(0x213)]+')');}catch(_0x7ad005){logger[_0x13ee24(0x1da)](_0x13ee24(0x266)+util['format'](_0x7ad005));}return null;}}function a92_0x43a4(){const _0x2e4352=['parent','\x20(testIdentifier),\x20tags=',',\x20failureType=','xEPOF','join','filter','skip','getCurrentHookState','uUmqy','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','gAifF','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','exports','yzLrL','yUptm','\x20&\x20hookState=',',\x20error:\x20','hook_run_uuid','GpJyC','XKQVe','processPendingHooks','trackJestInstance:\x20instance\x20already\x20exists','JDocw','KEY_HOOK_LAST_FINISHED','failure_reason',',\x20hookType=','getJestFailureData','YqLGe','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','sXFWi','HdddJ','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event',',\x20hookData=',',\x20testId=','stringify','maxArrayLength','MTSYy','OANef','hookData','BEFORE_ALL',',\x20duration=','hook_id','KEY_TEST_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','parseJestTestResult','debug','KEY_TEST_RERUN_NAME','IdQLv','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','match','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','MDLur',',\x20hook_run_uuid=','getJestTestName','fxxAJ','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','getJestFailureReason','FWYpq',',\x20filePath=',',\x20scopes=',',\x20failureReason=','runHooks','get','errorsDetailed','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','\x20-\x20test_identifier=','removeActiveHook','AssertionError','GlooB','testFrameworkState','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','startedAt','9URIvHI','createTestFrameworkEventPayload','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','filePath','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','124470WcOKTj',',\x20result=','toISOString','udkVb',',\x20version=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','Unknown\x20error','getPendingHooks','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','skipped','cLjXl','BxEAB','WCzpN','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','pop','VqYMX','push','getRef','KEY_HOOKS_FINISHED','length','getHooksForTest','FakNO','Tydpf',',\x20totalHooks=','getJestTestFilePath','keys','storePendingHook','DEFAULT_TEST_RESULT','VODWx','KEY_TEST_FAILURE','GfHdn','OwXYZ','uEsaO','parse',',\x20remainingHooks=','../../../helpers/classLogger.js','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20test_run_uuid=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','mwWNR','trackEvent',':testAnalyticsId','endedAt','IcdNd','748670DYtOGc','getAllData','getJestTestIdentifier','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KNMDr','code','iGMPq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','lqWHE','message','getJestTestTags','parallelIndex','passed','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20totalBatches:\x20','KEY_TEST_ATTACHMENTS','hasPendingHooks','getInstance','oIvke','toUpperCase','depth','error','getJestFailureType','_ALL','../../../helpers/test-observability/utils','stack-trace','delete','LOG_REPORT','\x22\x20from\x20testData','kHEfz','finished_at','KEY_TEST_NAME','args','testUUID','inspect','__bstackPlatformIndex','Unknown\x20Test','KEY_HOOK_FAILURE_TYPE','../TestInfo.js','PzpmH','hookUUID','KEY_EVENT_STARTED_AT','resolveInstance','KEY_TEST_FAILURE_REASON','trackJestInstance','result','../../../helpers/helper.js','qgfge','707372hYeleI','qEsPh','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','testFrameworkVersion','getTestFrameworksVersions','getTestFrameworks','rdXyR','hookType','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','PRE','6255445bYFvlG','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','LlfTD','wpCaT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_HOOK_NAME',',\x20state=',',\x20scope:\x20','beforeAll','7905104ebbJan','KEY_EVENT_ENDED_AT','DIyPr','PlqaQ','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','hookState','\x20screenshot\x20logs\x20for\x20testId:\x20','from','KEY_TEST_RESULT_AT',',\x20target=','unknown','ZhUUj','KEY_TEST_SCOPE','getId','testId','platformIndex','duration','UDSiv','getTrackedInstance','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','workerInfo','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','testData','KEY_TEST_ENDED_AT','KEY_TEST_TAGS','KEY_TEST_FAILURE_TYPE',',\x20testFramework=','KEY_TEST_META','cndEg',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','FMoXY','hookMetadata','slice','\x20attachments','KEY_HOOKS_STARTED','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','YueaB','set','aTrBG','name','eIuqE','split','getProcessId','hApqW','qLwvm','base64','test_identifier',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20',',\x20response=','asyncError','ZjALq','ceil','includes','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','../state/testFrameworkState.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','substr','file_name','mapTestHooks','trackHookEvent','../instances/testFrameworkInstance.js',',\x20attachmentLogs:\x20',',\x20filePath:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','file','title','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hookAnalyticsId','./testFramework','gecVE','test','event_ended_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','fiiKj','\x22\x20hook','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','JestTestFramework',',\x20consoleLogs:\x20','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','scopes','type','rJneN','CINsT','parseJestTest',',\x20hookId=','KEY_TEST_STARTED_AT','browserstackPlatformIndex','\x20to\x20','KEY_TEST_SCOPES','gbXYQ','cAVqC','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','KEY_TEST_UUID','uuid','jjbkP','status','instance','\x20-\x20testId:\x20','\x20for\x20testId:\x20','NONE','POST','XNkHB','jest-circus','executionContext','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','map','KEY_HOOK_FAILURE_REASON','none','findIndex','addPendingHook','qlfjG','KEY_TEST_RESULT','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','started_at','gHpdl','uiJaM','retryOf','1141CpmizX','body','OrwYq',',\x20hooksListLength=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','uqXgG','toString','testFrameworkName','Processing\x20','KEY_HOOK_FAILURE','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','logCreatedEvent',',\x20totalLogs:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','GHZBP','activeHooks','lUzDy','splice','3133692wzjLfA','buildHookMapFromTest',',\x20hookUUID=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','3yCWdkE','util','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','isJestInternalHook','KEY_TEST_LOGS','kind','zSsvk','KEY_LOGS','reverse','removePendingHooks','KEY_CUSTOM_TAGS','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_TEST_LOCATION','24168TLzCDj','hooks','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getRootParentFile','originalTest','forEach','getActiveHook','tags','TEST','KEY_HOOK_RESULT','zdqRB','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','\x20(testIdentifier),\x20result=','scope','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_HOOK_ID',',\x20contextId=','setTrackedInstance','isArray','trackJestInstance:\x20created\x20instance\x20for\x20target=','Stvcs','addMultipleEntries','\x20logs\x20for\x20testId:\x20','eventJson','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','KEY_TEST_FRAMEWORK_VERSION','\x20hook','OPLOT','UnhandledError','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20',',\x20argsKeys=','pid',',\x20state:\x20','failed','hXtaZ','GNLco','KEY_HOOK_LAST_STARTED','KEY_TEST_RETRY_OF','Igjgn','../../../helpers/stackFrameUtils','format','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','../cliUtils.js','has','\x20(testIdentifier)','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','Wockr','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','test_run_id',',\x20logsInBatch:\x20','skdUm','yIiKO'];a92_0x43a4=function(){return _0x2e4352;};return a92_0x43a4();}module[a92_0x442cf1(0x1b8)]=JestTestFramework;
|
|
1
|
+
const a92_0x5143a8=a92_0xaa97;function a92_0xaa97(_0x46f861,_0x484d86){const _0x495bd9=a92_0x495b();return a92_0xaa97=function(_0xaa9756,_0xb9a42b){_0xaa9756=_0xaa9756-0x1a8;let _0x349609=_0x495bd9[_0xaa9756];return _0x349609;},a92_0xaa97(_0x46f861,_0x484d86);}(function(_0x2faa25,_0x5173ea){const _0x496df0=a92_0xaa97,_0x30a104=_0x2faa25();while(!![]){try{const _0x27b2cf=-parseInt(_0x496df0(0x2ae))/0x1*(parseInt(_0x496df0(0x243))/0x2)+-parseInt(_0x496df0(0x21a))/0x3+-parseInt(_0x496df0(0x303))/0x4+-parseInt(_0x496df0(0x2b4))/0x5+parseInt(_0x496df0(0x2fe))/0x6+-parseInt(_0x496df0(0x30c))/0x7*(-parseInt(_0x496df0(0x2dc))/0x8)+parseInt(_0x496df0(0x286))/0x9;if(_0x27b2cf===_0x5173ea)break;else _0x30a104['push'](_0x30a104['shift']());}catch(_0x2bdbd1){_0x30a104['push'](_0x30a104['shift']());}}}(a92_0x495b,0x58e0c));const TestFramework=require(a92_0x5143a8(0x300)),TestFrameworkState=require(a92_0x5143a8(0x1d8)),HookState=require(a92_0x5143a8(0x26f)),{createClassLogger}=require(a92_0x5143a8(0x260)),TestFrameworkInstance=require(a92_0x5143a8(0x297)),CLIUtils=require(a92_0x5143a8(0x292)),TrackedInstance=require(a92_0x5143a8(0x2a5)),TestFrameworkConstants=require(a92_0x5143a8(0x225)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x5143a8(0x247)),{isInternalHook}=require(a92_0x5143a8(0x2c6)),logger=createClassLogger(a92_0x5143a8(0x211)),{v4:uuidv4}=require('uuid'),util=require(a92_0x5143a8(0x304)),TestInfo=require(a92_0x5143a8(0x25e)),GrpcClient=require(a92_0x5143a8(0x1cc)),stackTrace=require(a92_0x5143a8(0x281)),{pickUserFrameFile}=require(a92_0x5143a8(0x2e8));class JestTestFramework extends TestFramework{constructor(_0x4db14a,_0x1b8e48,_0x9e39db){const _0x28cc6a=a92_0x5143a8;super(_0x4db14a,_0x1b8e48,_0x9e39db),this[_0x28cc6a(0x1fc)]=new Map();}[a92_0x5143a8(0x1e9)](_0x2cc32b,_0x144a6f,_0x1676b5){const _0x3e7903=a92_0x5143a8,_0x57bcf1={};_0x57bcf1[_0x3e7903(0x2e9)]=function(_0x467b62,_0x56a454){return _0x467b62||_0x56a454;};const _0x51a850=_0x57bcf1;if(_0x51a850[_0x3e7903(0x2e9)](!_0x2cc32b,!_0x144a6f)){logger[_0x3e7903(0x31a)](_0x3e7903(0x221)+_0x2cc32b+_0x3e7903(0x2bb)+_0x144a6f);return;}!this[_0x3e7903(0x1fc)][_0x3e7903(0x274)](_0x2cc32b)&&this[_0x3e7903(0x1fc)]['set'](_0x2cc32b,[]);const _0x350673={'hookUUID':_0x144a6f,'hookType':_0x1676b5,'startedAt':new Date()[_0x3e7903(0x2cb)]()};this[_0x3e7903(0x1fc)][_0x3e7903(0x338)](_0x2cc32b)[_0x3e7903(0x1c2)](_0x350673),logger['debug'](_0x3e7903(0x33f)+_0x2cc32b+_0x3e7903(0x2bb)+_0x144a6f+_0x3e7903(0x1c7)+_0x1676b5+',\x20totalHooks='+this['activeHooks'][_0x3e7903(0x338)](_0x2cc32b)[_0x3e7903(0x1e1)]);}[a92_0x5143a8(0x301)](_0x49d2ad,_0x4ff470){const _0x513238=a92_0x5143a8,_0x1be415={};_0x1be415[_0x513238(0x342)]=function(_0x1f641a,_0x4eb9dc){return _0x1f641a||_0x4eb9dc;},_0x1be415[_0x513238(0x2c5)]=function(_0xaeb1db,_0x3713e8){return _0xaeb1db!==_0x3713e8;},_0x1be415['VDplp']=function(_0x3f600b,_0x5abb2f){return _0x3f600b===_0x5abb2f;};const _0x4f4427=_0x1be415;if(_0x4f4427[_0x513238(0x342)](!_0x49d2ad,!_0x4ff470)){logger[_0x513238(0x31a)](_0x513238(0x21f)+_0x49d2ad+_0x513238(0x2bb)+_0x4ff470);return;}if(this[_0x513238(0x1fc)]['has'](_0x49d2ad)){const _0x4c4881=this[_0x513238(0x1fc)][_0x513238(0x338)](_0x49d2ad),_0xe00f53=_0x4c4881['findIndex'](_0x2e9b58=>_0x2e9b58[_0x513238(0x339)]===_0x4ff470);_0x4f4427[_0x513238(0x2c5)](_0xe00f53,-0x1)?(_0x4c4881[_0x513238(0x263)](_0xe00f53,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x49d2ad+_0x513238(0x2bb)+_0x4ff470+_0x513238(0x240)+_0x4c4881[_0x513238(0x1e1)]),_0x4f4427['VDplp'](_0x4c4881[_0x513238(0x1e1)],0x0)&&this[_0x513238(0x1fc)][_0x513238(0x1c1)](_0x49d2ad)):logger[_0x513238(0x346)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x49d2ad+',\x20hookUUID='+_0x4ff470);}}[a92_0x5143a8(0x1f5)](_0x243651){const _0x27e2b0=a92_0x5143a8,_0x35d36b={};_0x35d36b[_0x27e2b0(0x298)]=function(_0x2955be,_0x4ddcd1){return _0x2955be>_0x4ddcd1;},_0x35d36b['kbhOU']=function(_0x1c32ec,_0x127792){return _0x1c32ec-_0x127792;};const _0x17e678=_0x35d36b;if(!_0x243651)return null;if(this[_0x27e2b0(0x1fc)][_0x27e2b0(0x274)](_0x243651)){const _0x4e7455=this[_0x27e2b0(0x1fc)]['get'](_0x243651);if(_0x17e678[_0x27e2b0(0x298)](_0x4e7455['length'],0x0)){const _0x50f603=_0x4e7455[_0x17e678[_0x27e2b0(0x24e)](_0x4e7455[_0x27e2b0(0x1e1)],0x1)];return logger[_0x27e2b0(0x346)](_0x27e2b0(0x2c3)+_0x243651+',\x20hookUUID='+_0x50f603[_0x27e2b0(0x339)]+',\x20hookType='+_0x50f603[_0x27e2b0(0x2fb)]),_0x50f603;}}return null;}async[a92_0x5143a8(0x2b8)](_0x367109,_0x173cc8,_0x3e676d={}){const _0x4e5c6b=a92_0x5143a8,_0x5d1709={};_0x5d1709[_0x4e5c6b(0x23d)]=_0x4e5c6b(0x2e3),_0x5d1709[_0x4e5c6b(0x2d6)]=function(_0x2cf471,_0x258f1c){return _0x2cf471===_0x258f1c;},_0x5d1709[_0x4e5c6b(0x1be)]=function(_0x4f4df3,_0x40ba7f){return _0x4f4df3||_0x40ba7f;},_0x5d1709['mMkof']=_0x4e5c6b(0x1b0),_0x5d1709[_0x4e5c6b(0x236)]=function(_0x3851b2,_0x467f02){return _0x3851b2===_0x467f02;};const _0x3113d9=_0x5d1709;logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x269)+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+_0x4e5c6b(0x343)+Object[_0x4e5c6b(0x325)](_0x3e676d)[_0x4e5c6b(0x314)](',')),await super['trackEvent'](_0x367109,_0x173cc8,_0x3e676d);const _0x5276ce=this[_0x4e5c6b(0x2ce)](_0x367109,_0x173cc8,_0x3e676d);if(!_0x5276ce){logger[_0x4e5c6b(0x346)](_0x3113d9[_0x4e5c6b(0x23d)]);return;}try{let _0x69d8f4,_0x233a15,_0x39f329;switch(_0x367109){case TestFrameworkState[_0x4e5c6b(0x272)]:_0x69d8f4=_0x3e676d[_0x4e5c6b(0x32f)];const _0xa4aab2={};_0xa4aab2[_0x4e5c6b(0x24f)]=0x2,_0xa4aab2['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x26b)+_0x173cc8+_0x4e5c6b(0x215)+util['inspect'](_0x69d8f4,_0xa4aab2)),_0x39f329=this[_0x4e5c6b(0x20a)](_0x69d8f4),_0x233a15=null,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x39f329+'\x20(testIdentifier)');if(_0x3113d9['JJBTq'](_0x173cc8,HookState[_0x4e5c6b(0x233)])){logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x2d4)+_0x39f329);const _0x993372={};_0x993372['testUUID']=_0x233a15,_0x993372['testData']=_0x69d8f4,_0x993372[_0x4e5c6b(0x226)]=_0x39f329;const _0x40329c=this['parseJestTest'](_0x993372),_0x10dbdc={};_0x10dbdc[_0x4e5c6b(0x24f)]=0x2,_0x10dbdc['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1d1)+util[_0x4e5c6b(0x2ef)](_0x40329c,_0x10dbdc)),_0x5276ce[_0x4e5c6b(0x209)](_0x40329c),logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x20e)+_0x39f329),await this['processPendingHooks'](_0x5276ce,_0x39f329);}else{if(_0x3113d9[_0x4e5c6b(0x2d6)](_0x173cc8,HookState[_0x4e5c6b(0x229)])){logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1ea)+_0x39f329);const _0x8bd0b5=_0x5276ce[_0x4e5c6b(0x20d)]()['get'](_0x39f329);logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x4e5c6b(0x2ef)](Object[_0x4e5c6b(0x325)](_0x3113d9[_0x4e5c6b(0x1be)](_0x8bd0b5,{}))));_0x8bd0b5&&_0x8bd0b5[TestFrameworkConstants[_0x4e5c6b(0x232)]]?logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x253)+Object[_0x4e5c6b(0x325)](_0x8bd0b5[TestFrameworkConstants[_0x4e5c6b(0x232)]])[_0x4e5c6b(0x1e1)]+_0x4e5c6b(0x306)):logger['debug'](_0x3113d9['mMkof']);const _0x565df0=_0x3e676d[_0x4e5c6b(0x336)]||null,_0x8f214e={};_0x8f214e[_0x4e5c6b(0x238)]=_0x233a15,_0x8f214e[_0x4e5c6b(0x1ed)]=_0x69d8f4,_0x8f214e[_0x4e5c6b(0x226)]=_0x39f329,_0x8f214e['originalTest']=_0x565df0;const _0x3546b0=this[_0x4e5c6b(0x279)](_0x8f214e),_0x4c029a={};_0x4c029a[_0x4e5c6b(0x24f)]=0x2,_0x4c029a['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x2e1)+util[_0x4e5c6b(0x2ef)](_0x3546b0,_0x4c029a)),_0x5276ce[_0x4e5c6b(0x209)](_0x3546b0),logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x39f329),await this[_0x4e5c6b(0x340)](_0x5276ce,_0x39f329);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x3113d9['gsEZc'](_0x173cc8,HookState[_0x4e5c6b(0x229)])){const _0x11adc1={};_0x11adc1[_0x4e5c6b(0x24f)]=0x2,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x201)+util[_0x4e5c6b(0x2ef)](_0x3e676d,_0x11adc1)),await this[_0x4e5c6b(0x1ab)](_0x5276ce,_0x367109,_0x3e676d);}break;default:if(CLIUtils[_0x4e5c6b(0x2f6)](_0x367109['toString']()[_0x4e5c6b(0x1df)]('.')[0x1])){const _0x18e7d5={};_0x18e7d5['depth']=0x2,_0x18e7d5[_0x4e5c6b(0x2cd)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+',\x20hookData='+util['inspect'](_0x3e676d['hookData'],_0x18e7d5));const _0x38b919=await this[_0x4e5c6b(0x207)](_0x5276ce,_0x367109,_0x173cc8,_0x3e676d),_0x1fa5c={};_0x1fa5c[_0x4e5c6b(0x24f)]=0x2,_0x1fa5c[_0x4e5c6b(0x2cd)]=0x3,logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x4e5c6b(0x2ef)](_0x38b919,_0x1fa5c)),_0x5276ce[_0x4e5c6b(0x209)](_0x38b919);}else logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x23c)+_0x367109+_0x4e5c6b(0x257)+_0x173cc8);break;}logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1bb)+_0x367109+',\x20hookState='+_0x173cc8);}catch(_0x23aa1a){logger[_0x4e5c6b(0x2fa)](_0x4e5c6b(0x2c9)+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+',\x20exception='+util['format'](_0x23aa1a));}_0x3e676d[_0x4e5c6b(0x1b9)]=_0x5276ce,await this[_0x4e5c6b(0x261)](_0x5276ce,_0x367109,_0x173cc8,_0x3e676d);}[a92_0x5143a8(0x20a)](_0x454490){const _0x4464b5=a92_0x5143a8,_0x10d638={};_0x10d638[_0x4464b5(0x2f9)]=_0x4464b5(0x2cf);const _0x158049=_0x10d638;if(_0x454490&&(_0x454490['id']||_0x454490[_0x4464b5(0x21c)])){const _0x4130d5=_0x454490['id']||_0x454490[_0x4464b5(0x21c)];return logger[_0x4464b5(0x346)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x4130d5+_0x4464b5(0x29a)),_0x4130d5;}return logger[_0x4464b5(0x346)](_0x158049[_0x4464b5(0x2f9)]),process[_0x4464b5(0x1e5)]+_0x4464b5(0x31e);}[a92_0x5143a8(0x2ce)](_0x524913,_0x2f8cb7,_0x45dbbb={}){const _0x12efd2=a92_0x5143a8;let _0x393dd8=null;return _0x393dd8=TestFramework[_0x12efd2(0x28b)](),!_0x393dd8?(logger[_0x12efd2(0x346)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x524913),this[_0x12efd2(0x228)](_0x524913,_0x45dbbb),_0x393dd8=TestFramework[_0x12efd2(0x28b)](),logger[_0x12efd2(0x346)](_0x12efd2(0x2b1)+!!_0x393dd8+',\x20contextId='+_0x393dd8?.[_0x12efd2(0x26a)]()?.[_0x12efd2(0x1c5)]())):logger[_0x12efd2(0x346)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x393dd8['getContext']()?.[_0x12efd2(0x1c5)]()),_0x393dd8;}[a92_0x5143a8(0x228)](_0x5198d6,_0x16c0a9){const _0x1ac21e=a92_0x5143a8,_0x36c2d4={};_0x36c2d4['jfPIr']=_0x1ac21e(0x294);const _0xae82c1=_0x36c2d4;if(TestFramework['getTrackedInstance']()){logger[_0x1ac21e(0x346)](_0xae82c1[_0x1ac21e(0x2b7)]);return;}const _0x1253ed=CLIUtils[_0x1ac21e(0x312)](),_0xd29a53=TrackedInstance[_0x1ac21e(0x1ef)](_0x1253ed);let _0x4659c4=null;logger['debug'](_0x1ac21e(0x204)+_0x1253ed+_0x1ac21e(0x202)+_0x5198d6),_0x4659c4=new TestFrameworkInstance(_0xd29a53,this[_0x1ac21e(0x332)](),this[_0x1ac21e(0x2c4)](),_0x5198d6,HookState[_0x1ac21e(0x1b2)]),TestFramework['setTrackedInstance'](_0xd29a53,_0x4659c4),logger[_0x1ac21e(0x346)](_0x1ac21e(0x1f7)+_0xd29a53[_0x1ac21e(0x1c5)]()+_0x1ac21e(0x1f1)+_0x1253ed+_0x1ac21e(0x1ad)+this[_0x1ac21e(0x332)]()[0x0]+_0x1ac21e(0x1d9)+this[_0x1ac21e(0x2c4)]()[this[_0x1ac21e(0x332)]()[0x0]]);}[a92_0x5143a8(0x1c4)](_0x51f730){const _0x3df801=a92_0x5143a8,_0x3523a9={};_0x3523a9[_0x3df801(0x2ee)]=function(_0x6cd97f,_0x294595){return _0x6cd97f||_0x294595;},_0x3523a9['zjnzI']=_0x3df801(0x24b);const _0x965514=_0x3523a9,{testUUID:_0x52c340,testData:_0x1c9e9c,testId:_0x53eb7c}=_0x51f730;if(_0x965514[_0x3df801(0x2ee)](!_0x1c9e9c,!_0x53eb7c))return logger[_0x3df801(0x346)](_0x965514[_0x3df801(0x2a9)]),{};const _0x449fe8=this['getTestFrameworks']()[0x0],_0x33a070=this[_0x3df801(0x2c4)](),_0x2d870f={};_0x2d870f['depth']=0x2,_0x2d870f[_0x3df801(0x2cd)]=0x3,logger[_0x3df801(0x346)](_0x3df801(0x1eb)+util[_0x3df801(0x2ef)](_0x1c9e9c,_0x2d870f));const _0x507cef=_0x1c9e9c?.['scopes']||[],_0x359f16=this[_0x3df801(0x2b2)](_0x1c9e9c),_0xa4697e=this[_0x3df801(0x322)](_0x1c9e9c),_0x32407a=_0x1c9e9c['fn']?_0x1c9e9c['fn'][_0x3df801(0x1f8)]():_0x1c9e9c?.[_0x3df801(0x299)]?_0x1c9e9c[_0x3df801(0x299)][_0x3df801(0x258)]['toString']():null,_0x34caf9=this[_0x3df801(0x264)](_0x1c9e9c),_0x967f0d={[TestFrameworkConstants[_0x3df801(0x1bf)]]:_0x449fe8,[TestFrameworkConstants[_0x3df801(0x23a)]]:_0x33a070[_0x449fe8],[TestFrameworkConstants[_0x3df801(0x23b)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x3df801(0x268)]]:{},[TestFrameworkConstants[_0x3df801(0x262)]]:TestFrameworkConstants[_0x3df801(0x29c)],[TestFrameworkConstants[_0x3df801(0x293)]]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x31f)]]:_0xa4697e,[TestFrameworkConstants[_0x3df801(0x2d2)]]:_0x53eb7c,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x278)]]:_0xa4697e,[TestFrameworkConstants[_0x3df801(0x219)]]:_0x32407a,[TestFrameworkConstants[_0x3df801(0x28a)]]:_0x34caf9,[TestFrameworkConstants[_0x3df801(0x2d7)]]:_0x1c9e9c[_0x3df801(0x2d8)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x3df801(0x305)]]:_0x507cef[0x0]||'',[TestFrameworkConstants[_0x3df801(0x31c)]]:_0x507cef,[TestFrameworkConstants[_0x3df801(0x330)]]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x2e2)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x1c9e9c[_0x3df801(0x2dd)]&&(_0x967f0d[TestFrameworkConstants[_0x3df801(0x214)]]=_0x1c9e9c['retryOf']);logger[_0x3df801(0x346)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x359f16+_0x3df801(0x1e3)+_0x53eb7c+_0x3df801(0x1db)+JSON[_0x3df801(0x2e6)](_0x34caf9)+_0x3df801(0x2d9)+util[_0x3df801(0x2ef)](_0x507cef)+_0x3df801(0x341)+_0xa4697e);const _0x317a42={};return _0x317a42[_0x53eb7c]=_0x967f0d,_0x317a42;}[a92_0x5143a8(0x279)](_0x2c8664){const _0x1432a=a92_0x5143a8,_0xbdd1b={'VCWVN':function(_0x1945c9,_0x4afa9d){return _0x1945c9===_0x4afa9d;},'Smrvd':'afterAll','fOSHZ':function(_0xc2f803,_0x249b45){return _0xc2f803===_0x249b45;},'JzUnj':'beforeAll','trJmd':_0x1432a(0x31b),'rBESX':_0x1432a(0x21e),'NMpgc':function(_0xa0d008,_0x393ebc){return _0xa0d008||_0x393ebc;},'StvCV':_0x1432a(0x2b3),'jasUE':'unknown','SLlpq':function(_0x486b08,_0xff787){return _0x486b08>_0xff787;},'WMqaU':_0x1432a(0x26c),'lTgbl':function(_0x390833,_0x156c76){return _0x390833===_0x156c76;},'VCvGc':_0x1432a(0x335),'nkuBT':_0x1432a(0x27d),'HqNNq':_0x1432a(0x23f),'NVNqW':function(_0x31aa9b,_0x416a49){return _0x31aa9b===_0x416a49;},'blHzp':function(_0x29add0,_0x53e794){return _0x29add0!==_0x53e794;},'uhNGS':function(_0x13ed0f,_0x1e53df,_0x5b2a26,_0x4e5110){return _0x13ed0f(_0x1e53df,_0x5b2a26,_0x4e5110);},'bUbcj':_0x1432a(0x28d)},{testUUID:_0xbdc724,testData:_0x2b67d3,testId:_0x295241}=_0x2c8664;if(_0xbdd1b[_0x1432a(0x277)](!_0x2b67d3,!_0x295241))return logger[_0x1432a(0x346)](_0xbdd1b['StvCV']),{};const _0x283531=this[_0x1432a(0x2ce)](TestFrameworkState['TEST'],HookState[_0x1432a(0x229)]),_0x2edeae=_0x283531[_0x1432a(0x20d)]()[_0x1432a(0x338)](_0x295241),_0x37370e=_0xbdd1b[_0x1432a(0x277)](_0x2edeae,{}),_0x2a4b54=_0x37370e?_0x37370e[TestFrameworkConstants[_0x1432a(0x2e2)]]||{}:{},_0x3f6e18=_0x37370e[TestFrameworkConstants[_0x1432a(0x232)]];logger[_0x1432a(0x346)](_0x1432a(0x244)+(_0x3f6e18?Object['keys'](_0x3f6e18)[_0x1432a(0x1e1)]:0x0)+_0x1432a(0x284));let _0x4910fd=_0xbdd1b[_0x1432a(0x224)];if(_0x2b67d3['result'])_0x4910fd=_0x2b67d3[_0x1432a(0x2cc)];else{if(_0x2b67d3[_0x1432a(0x1d7)]&&_0xbdd1b[_0x1432a(0x2f2)](_0x2b67d3[_0x1432a(0x1d7)]['length'],0x0))_0x4910fd=_0xbdd1b[_0x1432a(0x235)];else _0xbdd1b[_0x1432a(0x295)](_0x2b67d3['status'],_0xbdd1b[_0x1432a(0x21d)])||_0xbdd1b[_0x1432a(0x2b5)](_0x2b67d3[_0x1432a(0x245)],_0xbdd1b['nkuBT'])?_0x4910fd=_0xbdd1b[_0x1432a(0x1c3)]:_0x4910fd=_0xbdd1b[_0x1432a(0x319)];}const _0x6c0cb={..._0x37370e,[TestFrameworkConstants[_0x1432a(0x262)]]:_0x4910fd,[TestFrameworkConstants[_0x1432a(0x25d)]]:_0x2b67d3[_0x1432a(0x307)]||new Date()[_0x1432a(0x2cb)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x1432a(0x2cb)](),[TestFrameworkConstants[_0x1432a(0x2e2)]]:_0x2a4b54,[TestFrameworkConstants[_0x1432a(0x2ea)]]:_0x37370e[TestFrameworkConstants[_0x1432a(0x2ea)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0xbdd1b[_0x1432a(0x329)](_0x4910fd,_0xbdd1b[_0x1432a(0x235)])&&_0x2b67d3['errorsDetailed']){const _0x19774d=this[_0x1432a(0x2ab)](_0x2b67d3),_0x13c6fd=this['getJestFailureType'](_0x2b67d3),_0x4ab172=this[_0x1432a(0x22f)](_0x2b67d3);_0x6c0cb[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x13c6fd,_0x6c0cb[TestFrameworkConstants[_0x1432a(0x252)]]=_0x19774d,_0x6c0cb[TestFrameworkConstants[_0x1432a(0x1b8)]]=_0x4ab172;}_0xbdd1b[_0x1432a(0x26d)](_0x2b67d3['duration'],undefined)&&(_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2a7)]]=_0x2b67d3[_0x1432a(0x1c0)]);_0x2b67d3['retryOf']&&(_0x6c0cb[TestFrameworkConstants[_0x1432a(0x214)]]=_0x2b67d3[_0x1432a(0x2dd)]);const _0x11591c=_0x2edeae?_0x2edeae[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4435f3=_0x2edeae?_0x2edeae[TestFrameworkConstants[_0x1432a(0x248)]]:_0xbdc724,_0x4b2a38=_0xbdd1b[_0x1432a(0x2c8)](getManualUploadLogs,_0x11591c,_0x4435f3,_0x295241);if(_0xbdd1b[_0x1432a(0x2f2)](_0x4b2a38['length'],0x0)){const _0x230a71=_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2ea)]]||[];_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2ea)]]=[..._0x230a71,..._0x4b2a38];}const _0x5b8a61=_0x37370e[TestFrameworkConstants[_0x1432a(0x2a3)]]||{},_0x226257=_0x37370e[TestFrameworkConstants[_0x1432a(0x268)]]||{},_0x12f01b={..._0x5b8a61},_0x33c703=_0x12f01b;Object['keys'](_0x226257)[_0x1432a(0x311)](_0x4b9ba7=>{const _0x4748f2=_0x1432a;!_0x33c703[_0x4b9ba7]&&(_0x33c703[_0x4b9ba7]=[]);const _0x4cf193=new Set((_0x33c703[_0x4b9ba7]||[])[_0x4748f2(0x22b)](_0x4704a2=>_0x4704a2[TestFrameworkConstants['KEY_HOOK_ID']]||_0x4704a2[_0x4748f2(0x1b7)]));(_0x226257[_0x4b9ba7]||[])[_0x4748f2(0x311)](_0x2ed83f=>{const _0x2f6735=_0x4748f2,_0x27d2da=_0x2ed83f[TestFrameworkConstants[_0x2f6735(0x21b)]]||_0x2ed83f[_0x2f6735(0x1b7)];if(!_0x4cf193[_0x2f6735(0x274)](_0x27d2da)){const _0x540f71={..._0x2ed83f},_0x218b07=_0x540f71;!_0x218b07[TestFrameworkConstants[_0x2f6735(0x1a9)]]&&!_0x218b07[_0x2f6735(0x206)]&&(_0x218b07[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x218b07[TestFrameworkConstants[_0x2f6735(0x1c9)]]&&!_0x218b07[_0x2f6735(0x22e)]&&(_0x218b07[TestFrameworkConstants[_0x2f6735(0x1c9)]]=TestFrameworkConstants[_0x2f6735(0x2ac)]),_0x33c703[_0x4b9ba7][_0x2f6735(0x1c2)](_0x218b07);}});});if(_0x2c8664[_0x1432a(0x336)]){this[_0x1432a(0x25f)](_0x2c8664[_0x1432a(0x336)]);const _0x244696=this['buildHookMapFromTest'](_0x2c8664[_0x1432a(0x336)]),_0x2ec9f3=this[_0x1432a(0x2be)](_0x2c8664[_0x1432a(0x336)]);_0x2ec9f3['forEach'](_0x489179=>{const _0xc6fc37=_0x1432a,_0x39c361=_0x244696[_0xc6fc37(0x338)](_0x489179);if(_0x39c361&&(_0xbdd1b[_0xc6fc37(0x2b5)](_0x39c361[_0xc6fc37(0x33d)],_0xbdd1b[_0xc6fc37(0x210)])||_0xbdd1b[_0xc6fc37(0x2f3)](_0x39c361['type'],_0xbdd1b[_0xc6fc37(0x25a)]))){const _0x20dde6=_0x39c361[_0xc6fc37(0x33d)][_0xc6fc37(0x2a4)]()[_0xc6fc37(0x1aa)](_0xbdd1b[_0xc6fc37(0x230)],_0xbdd1b[_0xc6fc37(0x2f1)]),_0x1e1d0c=_0x20dde6;!_0x33c703[_0x1e1d0c]&&(_0x33c703[_0x1e1d0c]=[]);const _0x390e8d=_0x33c703[_0x1e1d0c]['find'](_0x434d80=>(_0x434d80[TestFrameworkConstants[_0xc6fc37(0x21b)]]||_0x434d80[_0xc6fc37(0x1b7)])===_0x489179);!_0x390e8d&&_0x33c703[_0x1e1d0c][_0xc6fc37(0x1c2)]({'key':_0x1e1d0c,[TestFrameworkConstants[_0xc6fc37(0x21b)]]:_0x489179,[TestFrameworkConstants[_0xc6fc37(0x1c9)]]:TestFrameworkConstants[_0xc6fc37(0x2ac)],[TestFrameworkConstants[_0xc6fc37(0x30a)]]:new Date()[_0xc6fc37(0x2cb)](),[TestFrameworkConstants[_0xc6fc37(0x1a9)]]:new Date()[_0xc6fc37(0x2cb)](),[TestFrameworkConstants[_0xc6fc37(0x1ac)]]:[],[TestFrameworkConstants[_0xc6fc37(0x288)]]:_0x39c361[_0xc6fc37(0x1ce)]||_0x39c361[_0xc6fc37(0x33d)]+_0xc6fc37(0x208),[TestFrameworkConstants[_0xc6fc37(0x2e2)]]:_0x2a4b54});}});}if(_0x2b67d3['hooks']&&_0xbdd1b[_0x1432a(0x2f2)](_0x2b67d3[_0x1432a(0x2bd)][_0x1432a(0x1e1)],0x0))_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2a3)]]=_0x2b67d3[_0x1432a(0x2bd)],logger[_0x1432a(0x346)](_0xbdd1b[_0x1432a(0x246)]);else _0xbdd1b['SLlpq'](Object[_0x1432a(0x325)](_0x33c703)[_0x1432a(0x1e1)],0x0)&&(_0x6c0cb[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x33c703,logger[_0x1432a(0x346)](_0x1432a(0x203)+Object[_0x1432a(0x325)](_0x33c703)['join'](',')));const _0x315045=this[_0x1432a(0x2b2)](_0x2b67d3);logger[_0x1432a(0x346)](_0x1432a(0x2ba)+_0x315045+_0x1432a(0x1e3)+_0x295241+'\x20(testIdentifier),\x20result='+_0x4910fd+_0x1432a(0x1dd)+_0x2b67d3[_0x1432a(0x1c0)]);_0xbdd1b[_0x1432a(0x2f3)](_0x4910fd,_0xbdd1b[_0x1432a(0x235)])&&logger['debug'](_0x1432a(0x345)+_0x295241+',\x20failureType='+_0x6c0cb[TestFrameworkConstants[_0x1432a(0x28c)]]+',\x20failureReason='+_0x6c0cb[TestFrameworkConstants[_0x1432a(0x252)]]?.[_0x1432a(0x2d5)](0x0,0xc8));const _0x1bf874={};return _0x1bf874[_0x295241]=_0x6c0cb,_0x1bf874;}['getJestTestScopes'](_0x3cb6b6){const _0x4a56b8=a92_0x5143a8,_0xe34afc={};_0xe34afc[_0x4a56b8(0x30b)]=function(_0x20d321,_0x3f7d9c){return _0x20d321!==_0x3f7d9c;},_0xe34afc[_0x4a56b8(0x27f)]=_0x4a56b8(0x276);const _0x80a1e7=_0xe34afc,_0x255daa={};_0x255daa[_0x4a56b8(0x24f)]=0x2,_0x255daa['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x3cb6b6,_0x255daa));const _0x41381d=[];if(_0x3cb6b6&&_0x3cb6b6[_0x4a56b8(0x302)]){let _0x53c233=_0x3cb6b6[_0x4a56b8(0x302)];while(_0x53c233&&_0x53c233['name']&&_0x80a1e7['uwUFU'](_0x53c233[_0x4a56b8(0x1ce)],'')&&_0x80a1e7['uwUFU'](_0x53c233[_0x4a56b8(0x1ce)],_0x80a1e7[_0x4a56b8(0x27f)])){_0x41381d[_0x4a56b8(0x1c2)](_0x53c233[_0x4a56b8(0x1ce)]),_0x53c233=_0x53c233[_0x4a56b8(0x302)];}}return _0x41381d['reverse']();}[a92_0x5143a8(0x2b2)](_0x424a06){const _0x1e307a=a92_0x5143a8,_0x512def={};_0x512def[_0x1e307a(0x217)]=_0x1e307a(0x231);const _0xee1148=_0x512def;if(_0x424a06[_0x1e307a(0x1ce)])return _0x424a06[_0x1e307a(0x1ce)];if(_0x424a06['title'])return _0x424a06[_0x1e307a(0x327)];return _0xee1148[_0x1e307a(0x217)];}[a92_0x5143a8(0x264)](_0x31068b){const _0x40e2f3=a92_0x5143a8,_0x5e90d0=[];if(_0x31068b[_0x40e2f3(0x29f)]&&Array[_0x40e2f3(0x1af)](_0x31068b[_0x40e2f3(0x29f)]))return _0x31068b[_0x40e2f3(0x29f)][_0x40e2f3(0x22b)](_0x410dbf=>_0x410dbf['startsWith']('@')?_0x410dbf['substr'](0x1):_0x410dbf);const _0x4d90d2=this['getJestTestName'](_0x31068b),_0x5387ba=_0x4d90d2['match'](/@(\w+)/g);if(_0x5387ba)return _0x5387ba[_0x40e2f3(0x22b)](_0x1c7026=>_0x1c7026['slice'](0x1));return _0x31068b[_0x40e2f3(0x1b5)]&&Array[_0x40e2f3(0x1af)](_0x31068b['scopes'])&&_0x31068b[_0x40e2f3(0x1b5)][_0x40e2f3(0x311)](_0x1244c7=>{const _0x1f13f5=_0x40e2f3,_0x56ab1c=_0x1244c7[_0x1f13f5(0x2fd)](/@(\w+)/g);_0x56ab1c&&_0x56ab1c['forEach'](_0x3332da=>{const _0xccd4c1=_0x1f13f5,_0x1394bf=_0x3332da[_0xccd4c1(0x1d3)](0x1);!_0x5e90d0[_0xccd4c1(0x30d)](_0x1394bf)&&_0x5e90d0['push'](_0x1394bf);});}),_0x5e90d0;}[a92_0x5143a8(0x322)](_0x2a8c65){const _0x14b018=a92_0x5143a8,_0x4eb05f={'TNTss':function(_0x40b714,_0x26d989){return _0x40b714(_0x26d989);}};if(_0x2a8c65[_0x14b018(0x1e8)])return _0x2a8c65[_0x14b018(0x1e8)];if(_0x2a8c65[_0x14b018(0x22a)])try{const _0x537e76=stackTrace['parse'](_0x2a8c65[_0x14b018(0x22a)]),_0x2f54b1=_0x4eb05f[_0x14b018(0x315)](pickUserFrameFile,_0x537e76);if(_0x2f54b1)return _0x2f54b1;logger[_0x14b018(0x346)](_0x14b018(0x2e5)+_0x537e76[_0x14b018(0x1e1)]+')');}catch(_0x29d4cc){logger[_0x14b018(0x346)](_0x14b018(0x296)+util[_0x14b018(0x1d4)](_0x29d4cc));}return null;}[a92_0x5143a8(0x2ab)](_0x242922){const _0x3cfd98=a92_0x5143a8,_0x1659cd={};_0x1659cd[_0x3cfd98(0x1ee)]=function(_0x300e4f,_0x2f4546){return _0x300e4f>_0x2f4546;},_0x1659cd['xQBte']=_0x3cfd98(0x317);const _0x2c442b=_0x1659cd;if(_0x242922[_0x3cfd98(0x1d7)]&&_0x2c442b[_0x3cfd98(0x1ee)](_0x242922[_0x3cfd98(0x1d7)][_0x3cfd98(0x1e1)],0x0))return util[_0x3cfd98(0x2ef)](_0x242922['errorsDetailed'][0x0]);if(_0x242922[_0x3cfd98(0x1f0)])return _0x242922['failure_reason'];return _0x2c442b[_0x3cfd98(0x1da)];}['getJestFailureType'](_0x2943e3){const _0x5cb0b6=a92_0x5143a8,_0x363e23={};_0x363e23[_0x5cb0b6(0x2f0)]=_0x5cb0b6(0x249),_0x363e23[_0x5cb0b6(0x1ec)]=_0x5cb0b6(0x1cb),_0x363e23[_0x5cb0b6(0x1bc)]=_0x5cb0b6(0x2bf);const _0x8218c0=_0x363e23,_0x52bff6=this[_0x5cb0b6(0x2ab)](_0x2943e3);if(_0x52bff6&&_0x52bff6[_0x5cb0b6(0x30d)](_0x8218c0[_0x5cb0b6(0x2f0)]))return _0x8218c0[_0x5cb0b6(0x1ec)];return _0x8218c0[_0x5cb0b6(0x1bc)];}['getJestFailureData'](_0x2c2246){const _0x2a22f1=a92_0x5143a8,_0x558edb={'NrhnQ':function(_0x82279f,_0x1ffc6b){return _0x82279f(_0x1ffc6b);},'JqcNk':_0x2a22f1(0x2c6),'mDfEM':function(_0x5561ea,_0x256636){return _0x5561ea!==_0x256636;},'jWJgk':_0x2a22f1(0x32f)},{failureData:_0x39b465}=_0x558edb[_0x2a22f1(0x31d)](require,_0x558edb[_0x2a22f1(0x1d6)]),_0x44db55=[];return _0x558edb['mDfEM'](_0x2c2246[_0x2a22f1(0x1d7)],undefined)&&_0x44db55[_0x2a22f1(0x1c2)](_0x2c2246[_0x2a22f1(0x1d7)],_0x558edb[_0x2a22f1(0x33c)]),_0x39b465[_0x2a22f1(0x273)](null,_0x44db55);}async['trackHookEvent'](_0xe1b059,_0x104204,_0x553d8d,_0x2a683c){const _0x2ae2cf=a92_0x5143a8,_0x482564={'jjtGs':_0x2ae2cf(0x2eb),'GxVnR':function(_0x35931f){return _0x35931f();},'kybJt':function(_0x3aa9ef,_0x112772){return _0x3aa9ef in _0x112772;},'nGFQw':function(_0x4baa4e,_0x188550){return _0x4baa4e in _0x188550;},'BNoIl':function(_0x1e8f05,_0x25eb47){return _0x1e8f05===_0x25eb47;},'atpRn':function(_0x1690a8,_0x136f99){return _0x1690a8===_0x136f99;},'GDINN':function(_0x83210d,_0x57acf1){return _0x83210d>_0x57acf1;},'PeSPb':_0x2ae2cf(0x26c),'PCnAI':_0x2ae2cf(0x23f),'POUmC':_0x2ae2cf(0x29d),'uSBzr':function(_0x1e633e,_0x5885d0){return _0x1e633e>_0x5885d0;},'iahZi':function(_0x37d1b4,_0x40c1b5){return _0x37d1b4!==_0x40c1b5;}},{hookData:_0xb0636a}=_0x2a683c,_0x6e1127=_0x553d8d[_0x2ae2cf(0x1f8)](),_0x1f21a0=_0x104204[_0x2ae2cf(0x1f8)](),_0xe8bb07={};_0xe8bb07[_0x2ae2cf(0x24f)]=0x2,_0xe8bb07[_0x2ae2cf(0x2cd)]=0x3,logger[_0x2ae2cf(0x346)](_0x2ae2cf(0x283)+_0x1f21a0+',\x20hookState='+_0x6e1127+_0x2ae2cf(0x25b)+util[_0x2ae2cf(0x2ef)](_0xb0636a,_0xe8bb07));if(!_0xb0636a)return logger[_0x2ae2cf(0x346)](_0x482564[_0x2ae2cf(0x275)]),{};const _0x4ed57e=_0xb0636a[_0x2ae2cf(0x21c)]||_0xb0636a['hookAnalyticsId']||_0x482564['GxVnR'](uuidv4),_0x580306=_0xb0636a[_0x2ae2cf(0x24d)]||this[_0x2ae2cf(0x20a)](_0xb0636a),_0x397a21=_0x104204['toString']()[_0x2ae2cf(0x1df)]('.')[0x1],_0x518581=_0xe1b059[_0x2ae2cf(0x20d)]()['get'](_0x580306),_0xf599d7=_0x518581?_0x518581[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug'](_0x2ae2cf(0x27b)+_0x4ed57e+_0x2ae2cf(0x1e3)+_0x580306+_0x2ae2cf(0x1f2)+_0x397a21+_0x2ae2cf(0x1e2)+_0x6e1127);if(!_0x518581)return logger['debug'](_0x2ae2cf(0x1d0)+_0x580306+_0x2ae2cf(0x1ff)),this[_0x2ae2cf(0x33b)](_0xe1b059,_0x580306,_0x104204,_0x553d8d,_0x2a683c),{};let _0x11b978=_0x518581[TestFrameworkConstants[_0x2ae2cf(0x268)]];!_0x11b978&&(_0x11b978={});!_0x482564['kybJt'](_0x397a21,_0x11b978)&&(_0x11b978[_0x397a21]=[]);let _0x5aec2e=_0x518581[TestFrameworkConstants[_0x2ae2cf(0x2a3)]];!_0x5aec2e&&(_0x5aec2e={});!_0x482564[_0x2ae2cf(0x1c6)](_0x397a21,_0x5aec2e)&&(_0x5aec2e[_0x397a21]=[]);const _0xa9f41a={[_0x580306]:{[TestFrameworkConstants[_0x2ae2cf(0x268)]]:_0x11b978,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x5aec2e,[TestFrameworkConstants[_0x2ae2cf(0x1bf)]]:this[_0x2ae2cf(0x332)]()[0x0]||'',[TestFrameworkConstants[_0x2ae2cf(0x23a)]]:this[_0x2ae2cf(0x2c4)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0x482564[_0x2ae2cf(0x251)](_0x553d8d,HookState[_0x2ae2cf(0x233)])){const _0x5e9860={'key':_0x397a21,[TestFrameworkConstants[_0x2ae2cf(0x21b)]]:_0x4ed57e,[TestFrameworkConstants[_0x2ae2cf(0x1c9)]]:TestFrameworkConstants[_0x2ae2cf(0x2ac)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0xb0636a[_0x2ae2cf(0x2d8)]||new Date()[_0x2ae2cf(0x2cb)](),[TestFrameworkConstants[_0x2ae2cf(0x1ac)]]:[],[TestFrameworkConstants[_0x2ae2cf(0x288)]]:_0xb0636a['name']||_0xb0636a['hook_type']||_0x397a21,[TestFrameworkConstants[_0x2ae2cf(0x2e2)]]:_0xf599d7};_0x11b978[_0x397a21][_0x2ae2cf(0x1c2)](_0x5e9860),_0xa9f41a[_0x580306][TestFrameworkConstants[_0x2ae2cf(0x2f4)]]=_0x397a21;const _0x3bfd92={};_0x3bfd92[_0x2ae2cf(0x24f)]=0x2,logger[_0x2ae2cf(0x346)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x397a21+_0x2ae2cf(0x1fe)+_0x4ed57e+_0x2ae2cf(0x1e3)+_0x580306+_0x2ae2cf(0x2a8)+util[_0x2ae2cf(0x2ef)](_0x5e9860,_0x3bfd92));}else{if(_0x482564[_0x2ae2cf(0x331)](_0x553d8d,HookState[_0x2ae2cf(0x229)])){const _0x4b33f8=_0xb0636a[_0x2ae2cf(0x2cc)]||(_0xb0636a[_0x2ae2cf(0x1d7)]&&_0x482564['GDINN'](_0xb0636a[_0x2ae2cf(0x1d7)][_0x2ae2cf(0x1e1)],0x0)?_0x482564['PeSPb']:_0x482564['PCnAI']),_0x31e715=_0x11b978[_0x397a21]||[];logger['debug'](_0x2ae2cf(0x1e7)+_0x397a21+',\x20testId='+_0x580306+_0x2ae2cf(0x313)+_0x4b33f8+_0x2ae2cf(0x30f)+_0x31e715['length']);if(_0x482564[_0x2ae2cf(0x331)](_0x31e715['length'],0x0)&&_0x482564[_0x2ae2cf(0x251)](_0x104204,TestFrameworkState[_0x2ae2cf(0x28f)]))return logger[_0x2ae2cf(0x346)](_0x482564[_0x2ae2cf(0x308)]),this[_0x2ae2cf(0x33b)](_0xe1b059,_0x580306,_0x104204,_0x553d8d,_0x2a683c),{};if(_0x482564[_0x2ae2cf(0x267)](_0x31e715[_0x2ae2cf(0x1e1)],0x0)){const _0x2ff06e=_0x31e715[_0x2ae2cf(0x20b)]();_0x482564[_0x2ae2cf(0x331)](_0x4b33f8,_0x482564[_0x2ae2cf(0x24a)])&&_0xb0636a[_0x2ae2cf(0x1d7)]?(_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1e4)]]=this[_0x2ae2cf(0x337)](_0xb0636a),_0x2ff06e[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x2ae2cf(0x2ab)](_0xb0636a),_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x27e)]]=this['getJestFailureData'](_0xb0636a),logger['debug'](_0x2ae2cf(0x30e)+_0x397a21+',\x20failureType='+_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1e4)]]+_0x2ae2cf(0x2ff)+_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1cd)]]?.[_0x2ae2cf(0x2d5)](0x0,0xc8))):_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1c9)]]=_0x482564[_0x2ae2cf(0x32a)];_0x482564[_0x2ae2cf(0x241)](_0x4b33f8,TestFrameworkConstants[_0x2ae2cf(0x2ac)])&&(_0x2ff06e[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x4b33f8);_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1a9)]]=_0xb0636a[_0x2ae2cf(0x307)]||new Date()[_0x2ae2cf(0x2cb)](),_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x2e2)]]=_0xf599d7;const _0x12e8a7=_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x21b)]];!_0x5aec2e[_0x397a21]&&(_0x5aec2e[_0x397a21]=[]);_0x5aec2e[_0x397a21][_0x2ae2cf(0x1c2)](_0x2ff06e),_0xa9f41a[_0x580306][TestFrameworkConstants[_0x2ae2cf(0x290)]]=_0x397a21;const _0x5782a7={};_0x5782a7[_0x2ae2cf(0x24f)]=0x2,logger[_0x2ae2cf(0x346)](_0x2ae2cf(0x227)+_0x397a21+_0x2ae2cf(0x1fe)+_0x12e8a7+_0x2ae2cf(0x313)+_0x4b33f8+_0x2ae2cf(0x2a8)+util[_0x2ae2cf(0x2ef)](_0x2ff06e,_0x5782a7));}}}return _0xa9f41a;}[a92_0x5143a8(0x323)](_0x34982e){const _0xe51ab7=a92_0x5143a8,_0x583e2e={};_0x583e2e[_0xe51ab7(0x2a6)]='base64';const _0x3cbf0e=_0x583e2e;try{const _0x148fd3=_0x34982e['test']?this[_0xe51ab7(0x20a)](_0x34982e['test']):_0x34982e[_0xe51ab7(0x2f7)][_0xe51ab7(0x24d)],_0x26ea53=_0x34982e[_0xe51ab7(0x1b9)],_0x1f11e3=_0x26ea53[_0xe51ab7(0x26a)](),_0x58a559=_0x26ea53[_0xe51ab7(0x20d)]()['get'](_0x148fd3);if(!_0x58a559)return logger[_0xe51ab7(0x346)](_0xe51ab7(0x326)+_0x148fd3),{};const {[TestFrameworkConstants[_0xe51ab7(0x1bf)]]:_0xbdadd=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2ba318=this[_0xe51ab7(0x2c4)]()[this[_0xe51ab7(0x332)]()[0x0]]||'',[TestFrameworkConstants[_0xe51ab7(0x2d7)]]:_0x3b4afe='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x511cf3=''}=_0x58a559,_0x54941a=_0x26ea53[_0xe51ab7(0x2c0)]()['toString']()[_0xe51ab7(0x1df)]('.')[0x1],_0x3c0cd1=_0x26ea53[_0xe51ab7(0x2ec)]()[_0xe51ab7(0x1f8)]()[_0xe51ab7(0x1df)]('.')[0x1],_0x4d51d4=global?.[_0xe51ab7(0x333)]?.[_0xe51ab7(0x2ad)]?.[_0xe51ab7(0x2b0)]||global[_0xe51ab7(0x2fc)]||0x0,_0x5cbc77=_0x26ea53['getRef'](),_0x50d7ff=Buffer[_0xe51ab7(0x1fd)](JSON['stringify'](_0x58a559))[_0xe51ab7(0x1f8)](_0x3cbf0e[_0xe51ab7(0x2a6)]),_0x2bbdd8={'hash':_0x1f11e3[_0xe51ab7(0x1c5)](),'threadId':_0x1f11e3[_0xe51ab7(0x316)]()['toString'](),'processId':_0x1f11e3[_0xe51ab7(0x1ae)]()['toString']()},_0x7ead85={};_0x7ead85[_0xe51ab7(0x324)]=_0x4d51d4,_0x7ead85['testFrameworkName']=_0xbdadd,_0x7ead85[_0xe51ab7(0x1f6)]=_0x2ba318,_0x7ead85[_0xe51ab7(0x216)]=_0x54941a,_0x7ead85[_0xe51ab7(0x266)]=_0x3c0cd1,_0x7ead85[_0xe51ab7(0x2db)]=_0x3b4afe,_0x7ead85[_0xe51ab7(0x2c2)]=_0x511cf3,_0x7ead85[_0xe51ab7(0x21c)]=_0x5cbc77,_0x7ead85[_0xe51ab7(0x1dc)]=_0x50d7ff,_0x7ead85[_0xe51ab7(0x32b)]=_0x2bbdd8,_0x7ead85[_0xe51ab7(0x1e0)]=_0x148fd3;const _0x3fb42b=_0x7ead85;return _0x3fb42b;}catch(_0x26ff55){return logger[_0xe51ab7(0x2fa)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0xe51ab7(0x1d4)](_0x26ff55)),{};}}async[a92_0x5143a8(0x1ab)](_0x13aaff,_0x49a2d2,_0x387d0a){const _0x53bc86=a92_0x5143a8,_0x3f8a6f={'zVOSr':function(_0x4ca08e,_0xba9b7){return _0x4ca08e+_0xba9b7;},'ksUSZ':_0x53bc86(0x2f8),'tVYgK':_0x53bc86(0x22c),'mCJpB':function(_0x11eb30,_0x28c659){return _0x11eb30>_0x28c659;},'FtWeN':function(_0x219e38,_0x39109c,_0x42ba13,_0x2a8918){return _0x219e38(_0x39109c,_0x42ba13,_0x2a8918);},'KFObO':function(_0x2c8b68,_0x2342b9){return _0x2c8b68-_0x2342b9;},'RaPJT':function(_0x109bdf,_0x344648){return _0x109bdf===_0x344648;},'UBNOm':function(_0x59da44,_0x53b1e5){return _0x59da44/_0x53b1e5;},'NBVai':function(_0x346a74,_0x5a4d6e){return _0x346a74<_0x5a4d6e;},'PxHsS':function(_0x244246,_0x55ae95){return _0x244246*_0x55ae95;},'dWzke':function(_0x2e47bc,_0x2c93a9){return _0x2e47bc+_0x2c93a9;},'nxEwo':function(_0x1c1446,_0x198003){return _0x1c1446+_0x198003;}};try{const _0xfac235=_0x387d0a[_0x53bc86(0x238)]||_0x387d0a[_0x53bc86(0x226)],_0x52a46b=Array[_0x53bc86(0x1fd)](_0x13aaff[_0x53bc86(0x20d)]()['keys']()),_0x470aaf=_0x13aaff['getAllData']()[_0x53bc86(0x338)](_0xfac235);if(!_0x470aaf){logger[_0x53bc86(0x346)](_0x53bc86(0x237)+_0xfac235);return;}const {[TestFrameworkConstants[_0x53bc86(0x1bf)]]:_0x2ac055='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x493bc6=''}=_0x470aaf;let _0x3a49f8=[];_0x470aaf&&_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]]&&Array[_0x53bc86(0x1af)](_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]])?(_0x3a49f8=_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]]||[],logger[_0x53bc86(0x346)](_0x53bc86(0x200)+_0x3a49f8['length']+_0x53bc86(0x1b4)+_0xfac235),_0x13aaff[_0x53bc86(0x209)]({[_0xfac235]:{[TestFrameworkConstants[_0x53bc86(0x2ea)]]:[],[TestFrameworkConstants[_0x53bc86(0x1bf)]]:this[_0x53bc86(0x332)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x53bc86(0x2c4)]()[this[_0x53bc86(0x332)]()[0x0]]||''}}),logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xfac235)):logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xfac235);logger['debug'](_0x53bc86(0x223)+_0x3a49f8[_0x53bc86(0x1e1)]+_0x53bc86(0x2bc)+_0xfac235);const _0x2b7fb5=_0x3a49f8[_0x53bc86(0x2b6)](_0x25f58b=>_0x25f58b[_0x53bc86(0x2e7)]===_0x53bc86(0x2da));_0x3f8a6f[_0x53bc86(0x309)](_0x2b7fb5[_0x53bc86(0x1e1)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2b7fb5[_0x53bc86(0x1e1)]+_0x53bc86(0x318)+_0xfac235),_0x2b7fb5[_0x53bc86(0x311)]((_0x4bd16d,_0x1c65b9)=>{const _0x449524=_0x53bc86;logger[_0x449524(0x346)](_0x449524(0x1bd)+_0x3f8a6f[_0x449524(0x205)](_0x1c65b9,0x1)+'/'+_0x2b7fb5[_0x449524(0x1e1)]+'\x20-\x20test_identifier='+(_0x4bd16d[_0x449524(0x1e0)]||_0x3f8a6f[_0x449524(0x242)])+_0x449524(0x220)+(_0x4bd16d[_0x449524(0x270)]||_0x3f8a6f[_0x449524(0x242)])+_0x449524(0x2d0)+(_0x4bd16d['hook_run_uuid']||_0x3f8a6f['tVYgK'])+_0x449524(0x2aa)+(_0x4bd16d[_0x449524(0x310)]?.[_0x449524(0x1e1)]||0x0));}));const _0x2a3dba=_0x470aaf[TestFrameworkConstants[_0x53bc86(0x232)]]||{},_0x24f033=_0x3f8a6f[_0x53bc86(0x32d)](getMediaArtifactsLogs,_0x2a3dba,null,_0xfac235),_0x85dcc6=(_0x3a49f8||[])[_0x53bc86(0x33a)](_0x24f033||[]),_0x17855d=_0x2b7fb5?.[_0x53bc86(0x1e1)]||0x0,_0x35a2ad=_0x3f8a6f['KFObO'](_0x3a49f8?.[_0x53bc86(0x1e1)]||0x0,_0x17855d);logger[_0x53bc86(0x346)](_0x53bc86(0x1d5)+_0xfac235+_0x53bc86(0x1b3)+_0x35a2ad+_0x53bc86(0x255)+_0x17855d+_0x53bc86(0x25c)+(_0x24f033?.[_0x53bc86(0x1e1)]||0x0)+_0x53bc86(0x1f4)+_0x85dcc6[_0x53bc86(0x1e1)]);if(!_0x85dcc6||_0x3f8a6f[_0x53bc86(0x1a8)](_0x85dcc6[_0x53bc86(0x1e1)],0x0)){logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0xfac235);return;}const _0x33003a=0x28,_0x2c3a4d=Math[_0x53bc86(0x321)](_0x3f8a6f['UBNOm'](_0x85dcc6[_0x53bc86(0x1e1)],_0x33003a));for(let _0x1847ab=0x0;_0x3f8a6f['NBVai'](_0x1847ab,_0x2c3a4d);_0x1847ab++){const _0x5ab09a=_0x3f8a6f[_0x53bc86(0x1fb)](_0x1847ab,_0x33003a),_0x299a70=_0x3f8a6f[_0x53bc86(0x205)](_0x5ab09a,_0x33003a),_0x7afdac=_0x85dcc6[_0x53bc86(0x1d3)](_0x5ab09a,_0x299a70),_0x3562cb=global?.['browserstackPlatformIndex']??0x0,_0x27798a={'platformIndex':_0x3562cb,'logs':_0x7afdac,'testFrameworkName':_0x2ac055,'testFrameworkVersion':_0x493bc6,'testFrameworkState':_0x49a2d2[_0x53bc86(0x1f8)]()[_0x53bc86(0x1df)]('.')[0x1]},_0x2826a7={};_0x2826a7[_0x53bc86(0x24f)]=0x3,_0x2826a7[_0x53bc86(0x2cd)]=0x5,logger[_0x53bc86(0x346)](_0x53bc86(0x23e)+_0x3f8a6f[_0x53bc86(0x27c)](_0x1847ab,0x1)+'/'+_0x2c3a4d+_0x53bc86(0x32c)+_0xfac235+_0x53bc86(0x2a2)+_0x7afdac[_0x53bc86(0x1e1)]+',\x20platformIndex:\x20'+_0x3562cb+_0x53bc86(0x344)+util[_0x53bc86(0x2ef)](_0x27798a,_0x2826a7));const _0xdc65f=await GrpcClient[_0x53bc86(0x271)]()[_0x53bc86(0x234)](_0x27798a);logger[_0x53bc86(0x346)](_0x53bc86(0x23e)+_0x3f8a6f[_0x53bc86(0x2df)](_0x1847ab,0x1)+'/'+_0x2c3a4d+_0x53bc86(0x32c)+_0xfac235+_0x53bc86(0x33e)+util[_0x53bc86(0x2ef)](_0xdc65f));}_0x24f033&&_0x3f8a6f['mCJpB'](_0x24f033[_0x53bc86(0x1e1)],0x0)&&_0x470aaf[TestFrameworkConstants[_0x53bc86(0x232)]]&&_0x13aaff[_0x53bc86(0x209)]({[_0xfac235]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x53bc86(0x1bf)]]:this[_0x53bc86(0x332)]()[0x0]||'',[TestFrameworkConstants[_0x53bc86(0x23a)]]:this[_0x53bc86(0x2c4)]()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0xfac235+',\x20totalBatches:\x20'+_0x2c3a4d);}catch(_0x4714e1){logger[_0x53bc86(0x2fa)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x387d0a[_0x53bc86(0x238)]||_0x387d0a[_0x53bc86(0x226)])+_0x53bc86(0x289)+util[_0x53bc86(0x1d4)](_0x4714e1));}}[a92_0x5143a8(0x33b)](_0xf02c08,_0x3a001c,_0x250f1c,_0x4af9a3,_0x48b68f){const _0x14624c=a92_0x5143a8,_0x3d6b6f={};_0x3d6b6f[_0x14624c(0x2af)]=function(_0x108f59,_0x2b1ec2){return _0x108f59===_0x2b1ec2;},_0x3d6b6f['zhSng']='beforeAll';const _0x6a92db=_0x3d6b6f,{hookData:_0x42b296}=_0x48b68f,_0x4ad24b={'testId':_0x3a001c,'testFrameworkState':_0x250f1c,'hookState':_0x4af9a3,'args':_0x48b68f,'timestamp':new Date()['toISOString']()};if(_0x6a92db[_0x14624c(0x2af)](_0x250f1c,TestFrameworkState[_0x14624c(0x28f)])&&_0x42b296){const _0x3211f4={};_0x3211f4[_0x14624c(0x1c8)]=_0x42b296['file_name']||_0x42b296[_0x14624c(0x1e6)],_0x3211f4[_0x14624c(0x1ba)]=_0x42b296[_0x14624c(0x1ba)]||_0x42b296[_0x14624c(0x1b5)]&&_0x42b296[_0x14624c(0x1b5)][0x0]||'',_0x3211f4[_0x14624c(0x2fb)]=_0x6a92db['zhSng'],_0x4ad24b[_0x14624c(0x1ca)]=_0x3211f4,logger[_0x14624c(0x346)](_0x14624c(0x2de)+_0x3a001c+_0x14624c(0x2f5)+_0x4ad24b[_0x14624c(0x1ca)]['filePath']+_0x14624c(0x320)+_0x4ad24b['hookMetadata'][_0x14624c(0x1ba)]);}_0xf02c08[_0x14624c(0x1de)](_0x3a001c,_0x4ad24b),logger[_0x14624c(0x346)](_0x14624c(0x2a0)+_0x3a001c+_0x14624c(0x24c)+_0x250f1c+_0x14624c(0x1d2)+_0x4af9a3);}async[a92_0x5143a8(0x340)](_0xe959b,_0x3de234){const _0x299fb0=a92_0x5143a8,_0x712ba3={};_0x712ba3[_0x299fb0(0x285)]=function(_0x298045,_0x2dd0){return _0x298045>_0x2dd0;},_0x712ba3[_0x299fb0(0x287)]=function(_0x1c3281,_0x1a30ca){return _0x1c3281===_0x1a30ca;},_0x712ba3['fSfkz']=function(_0x44bc24,_0x139406){return _0x44bc24===_0x139406;},_0x712ba3[_0x299fb0(0x2d1)]=function(_0x411cc3,_0x2d6267){return _0x411cc3===_0x2d6267;},_0x712ba3[_0x299fb0(0x20c)]=function(_0x2f2d37,_0x45b675){return _0x2f2d37===_0x45b675;},_0x712ba3[_0x299fb0(0x1fa)]=function(_0x323f89,_0x120ad3){return _0x323f89>_0x120ad3;},_0x712ba3['AKfjJ']=_0x299fb0(0x1cf);const _0x5b2a87=_0x712ba3;if(_0xe959b[_0x299fb0(0x2ed)](_0x3de234)){const _0x4ca792=_0xe959b[_0x299fb0(0x2e0)](_0x3de234);logger[_0x299fb0(0x346)](_0x299fb0(0x334)+_0x4ca792[_0x299fb0(0x1e1)]+_0x299fb0(0x32e)+_0x3de234);for(const _0x25594c of _0x4ca792){try{const _0x243588=await this['trackHookEvent'](_0xe959b,_0x25594c[_0x299fb0(0x216)],_0x25594c['hookState'],_0x25594c['args']);_0x243588&&_0x5b2a87[_0x299fb0(0x285)](Object['keys'](_0x243588)[_0x299fb0(0x1e1)],0x0)&&_0xe959b['addMultipleEntries'](_0x243588),await this[_0x299fb0(0x261)](_0xe959b,_0x25594c[_0x299fb0(0x216)],_0x25594c[_0x299fb0(0x266)],_0x25594c[_0x299fb0(0x2a1)]);}catch(_0x369efa){logger['error'](_0x299fb0(0x2c7)+_0x3de234+_0x299fb0(0x289)+_0x369efa);}}_0xe959b[_0x299fb0(0x22d)](_0x3de234),logger[_0x299fb0(0x346)](_0x299fb0(0x2e4)+_0x3de234);}const _0x2da35f=_0xe959b[_0x299fb0(0x20d)]()[_0x299fb0(0x338)](_0x3de234);if(_0x2da35f){const _0x1652b8=_0x2da35f[TestFrameworkConstants[_0x299fb0(0x31f)]]||_0x2da35f[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x17bd0c=_0x2da35f[TestFrameworkConstants[_0x299fb0(0x305)]]||_0x2da35f[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x2da35f[TestFrameworkConstants[_0x299fb0(0x31c)]][0x0]||'';logger[_0x299fb0(0x346)](_0x299fb0(0x29e)+_0x1652b8+',\x20scope:\x20'+_0x17bd0c);const _0x43cd59=_0xe959b[_0x299fb0(0x2ca)]();for(const _0x2574f9 of _0x43cd59){if(_0x5b2a87[_0x299fb0(0x287)](_0x2574f9,_0x3de234))continue;if(_0xe959b[_0x299fb0(0x2ed)](_0x2574f9)){const _0x1fcb10=_0xe959b[_0x299fb0(0x2e0)](_0x2574f9);for(const _0x1705bb of _0x1fcb10){if(_0x5b2a87[_0x299fb0(0x265)](_0x1705bb[_0x299fb0(0x216)],TestFrameworkState[_0x299fb0(0x28f)])&&_0x1705bb['hookMetadata']){const _0x541efb=_0x1705bb['hookMetadata'][_0x299fb0(0x1c8)],_0x3831e6=_0x1705bb['hookMetadata'][_0x299fb0(0x1ba)];if(_0x5b2a87['sNZNe'](_0x541efb,_0x1652b8)&&_0x5b2a87[_0x299fb0(0x20c)](_0x3831e6,_0x17bd0c)){logger[_0x299fb0(0x346)](_0x299fb0(0x328)+_0x2574f9+_0x299fb0(0x222)+_0x3de234+_0x299fb0(0x2f5)+_0x541efb+',\x20scope:\x20'+_0x3831e6);_0x1705bb[_0x299fb0(0x2a1)]&&_0x1705bb[_0x299fb0(0x2a1)][_0x299fb0(0x2f7)]&&(_0x1705bb[_0x299fb0(0x2a1)][_0x299fb0(0x2f7)][_0x299fb0(0x24d)]=_0x3de234,logger[_0x299fb0(0x346)](_0x299fb0(0x282)+_0x2574f9+_0x299fb0(0x250)+_0x3de234));try{const _0x34a16d=await this[_0x299fb0(0x207)](_0xe959b,_0x1705bb[_0x299fb0(0x216)],_0x1705bb[_0x299fb0(0x266)],_0x1705bb[_0x299fb0(0x2a1)]);_0x34a16d&&_0x5b2a87[_0x299fb0(0x1fa)](Object[_0x299fb0(0x325)](_0x34a16d)[_0x299fb0(0x1e1)],0x0)&&_0xe959b[_0x299fb0(0x209)](_0x34a16d);await this[_0x299fb0(0x261)](_0xe959b,_0x1705bb['testFrameworkState'],_0x1705bb[_0x299fb0(0x266)],_0x1705bb['args']);const _0x1f5580=_0xe959b[_0x299fb0(0x2e0)](_0x2574f9)['filter'](_0x48ae38=>_0x48ae38!==_0x1705bb);if(_0x5b2a87[_0x299fb0(0x20c)](_0x1f5580[_0x299fb0(0x1e1)],0x0))_0xe959b[_0x299fb0(0x22d)](_0x2574f9);else{_0xe959b[_0x299fb0(0x22d)](_0x2574f9);for(const _0xab8400 of _0x1f5580){_0xe959b[_0x299fb0(0x1de)](_0x2574f9,_0xab8400);}}logger['debug'](_0x5b2a87[_0x299fb0(0x1b1)]);}catch(_0x3ec37b){logger[_0x299fb0(0x2fa)](_0x299fb0(0x2c1)+_0x3de234+_0x299fb0(0x289)+_0x3ec37b);}}}}}}}}[a92_0x5143a8(0x25f)](_0x6949b4){const _0x4ed236=a92_0x5143a8,_0x58bd5a={'kRryI':function(_0xaf06eb){return _0xaf06eb();}};if(!_0x6949b4||!_0x6949b4[_0x4ed236(0x302)])return;_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)]&&Array[_0x4ed236(0x1af)](_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)])&&_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)][_0x4ed236(0x311)](_0x5be2d1=>{const _0x11e486=_0x4ed236;!_0x5be2d1['hookAnalyticsId']&&!_0x5be2d1[_0x11e486(0x339)]&&(_0x5be2d1[_0x11e486(0x1f3)]=_0x58bd5a[_0x11e486(0x239)](uuidv4),_0x5be2d1[_0x11e486(0x339)]=_0x5be2d1['hookAnalyticsId'],logger[_0x11e486(0x346)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x5be2d1[_0x11e486(0x33d)]+_0x11e486(0x2bb)+_0x5be2d1[_0x11e486(0x1f3)]));}),this[_0x4ed236(0x25f)](_0x6949b4[_0x4ed236(0x302)]);}[a92_0x5143a8(0x2be)](_0x1f5bfc){const _0x1b1e39=a92_0x5143a8,_0x31ea51={'biVcw':function(_0x54732d,_0x3fb73c){return _0x54732d(_0x3fb73c);}};if(!_0x1f5bfc||!_0x1f5bfc[_0x1b1e39(0x302)])return[];const _0x4625f9=[];return _0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)]&&Array[_0x1b1e39(0x1af)](_0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)])&&_0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)][_0x1b1e39(0x311)](_0x3d5a54=>{const _0x28c9f3=_0x1b1e39,_0x172560=_0x3d5a54[_0x28c9f3(0x1f3)]||_0x3d5a54['hookUUID'];_0x172560&&!this[_0x28c9f3(0x291)](_0x3d5a54)&&!_0x31ea51['biVcw'](isInternalHook,_0x3d5a54['fn'])&&_0x4625f9['push'](_0x172560);}),[..._0x4625f9,...this[_0x1b1e39(0x2be)](_0x1f5bfc[_0x1b1e39(0x302)])];}[a92_0x5143a8(0x28e)](_0x2c31e5){const _0x2207cf=a92_0x5143a8,_0x480cd6={'UnBSr':function(_0xaf121c,_0x136f55){return _0xaf121c(_0x136f55);},'IqIva':_0x2207cf(0x218),'DsvDE':function(_0x456b57,_0x38d46a){return _0x456b57(_0x38d46a);},'XcFyI':function(_0x130cc8,_0x17295a){return _0x130cc8(_0x17295a);}},_0x1cf4e5=new Map(),_0xa88ea9=_0x16502d=>{const _0x2827fd=_0x2207cf,_0x1dcbc9={'LRcPF':function(_0x161a6d,_0x35d8c9){return _0x480cd6['UnBSr'](_0x161a6d,_0x35d8c9);},'jNpZm':_0x480cd6['IqIva']};if(!_0x16502d||!_0x16502d[_0x2827fd(0x302)])return;_0x16502d[_0x2827fd(0x302)][_0x2827fd(0x2bd)]&&Array[_0x2827fd(0x1af)](_0x16502d[_0x2827fd(0x302)]['hooks'])&&_0x16502d[_0x2827fd(0x302)][_0x2827fd(0x2bd)][_0x2827fd(0x311)](_0x1acd79=>{const _0x216cc8=_0x2827fd,_0x31ecf3=_0x1acd79['hookAnalyticsId']||_0x1acd79[_0x216cc8(0x339)];if(_0x31ecf3&&!this['isJestInternalHook'](_0x1acd79)&&!_0x1dcbc9[_0x216cc8(0x1f9)](isInternalHook,_0x1acd79['fn'])){const _0x4258dc={};_0x4258dc[_0x216cc8(0x33d)]=_0x1acd79['type']||_0x1dcbc9[_0x216cc8(0x2b9)],_0x4258dc[_0x216cc8(0x1ce)]=_0x1acd79[_0x216cc8(0x1ce)]||'\x22'+_0x1acd79['type']+_0x216cc8(0x213),_0x1cf4e5[_0x216cc8(0x280)](_0x31ecf3,_0x4258dc);}}),_0x480cd6[_0x2827fd(0x2d3)](_0xa88ea9,_0x16502d[_0x2827fd(0x302)]);};return _0x480cd6['XcFyI'](_0xa88ea9,_0x2c31e5),_0x1cf4e5;}[a92_0x5143a8(0x291)](_0x3da20a){const _0x295185=a92_0x5143a8,_0x40ef={};_0x40ef['PIMTX']='jest-circus',_0x40ef[_0x295185(0x27a)]=_0x295185(0x254);const _0x28d2ed=_0x40ef;try{const _0x1f21a3=this[_0x295185(0x20f)](_0x3da20a);if(!_0x1f21a3||_0x1f21a3[_0x295185(0x30d)](_0x28d2ed[_0x295185(0x29b)]))return!![];return![];}catch(_0x266bd7){logger[_0x295185(0x346)](_0x28d2ed[_0x295185(0x27a)]);}return![];}[a92_0x5143a8(0x20f)](_0x47d0d3){const _0x3a2697=a92_0x5143a8,_0x428409={'cbVrv':function(_0x63382b,_0x522113){return _0x63382b(_0x522113);}};if(_0x47d0d3['file'])return _0x47d0d3['file'];if(_0x47d0d3[_0x3a2697(0x22a)])try{const _0x22a565=stackTrace[_0x3a2697(0x1b6)](_0x47d0d3[_0x3a2697(0x22a)]),_0x19b186=_0x428409[_0x3a2697(0x259)](pickUserFrameFile,_0x22a565);if(_0x19b186)return _0x19b186;logger['debug'](_0x3a2697(0x212)+_0x22a565['length']+')');}catch(_0x328c55){logger[_0x3a2697(0x346)](_0x3a2697(0x26e)+util[_0x3a2697(0x1d4)](_0x328c55));}return null;}}module[a92_0x5143a8(0x256)]=JestTestFramework;function a92_0x495b(){const _0x10bf83=['pid','location','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','file_name','setActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','cwyrD','testData','DxHpC','createContext','failure_reason',',\x20target=','\x20(testIdentifier),\x20hookType=','hookAnalyticsId',',\x20totalLogs:\x20','getActiveHook','testFrameworkVersion','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','toString','LRcPF','jdhLB','PxHsS','activeHooks','from',',\x20hookId=',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20state=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','trackJestInstance:\x20created\x20instance\x20for\x20target=','zVOSr','event_ended_at','trackHookEvent','\x20hook','addMultipleEntries','getJestTestIdentifier','pop','yoFsS','getAllData','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','getRootParentFile','Smrvd','JestTestFramework','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x22\x20hook','KEY_TEST_RETRY_OF',',\x20testData=','testFrameworkState','YDFWf','unknown','KEY_TEST_CODE','1980324FjaeOb','KEY_HOOK_ID','uuid','VCvGc','_ALL','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20test_run_uuid=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20currentTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','jasUE','./constants/testFrameworkConstants.js','testId','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','trackJestInstance','POST','asyncError','map','none','removePendingHooks','hook_result','getJestFailureData','trJmd','Unknown\x20Test','KEY_TEST_ATTACHMENTS','PRE','logCreatedEvent','WMqaU','gsEZc','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','testUUID','kRryI','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_LOGS','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','IZWBa','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','passed',',\x20remainingHooks=','iahZi','ksUSZ','3302tsGQmI','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','status','bUbcj','../../../helpers/helper.js','KEY_TEST_UUID','Assert','PeSPb','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20state:\x20','test_run_id','kbhOU','depth','\x20to\x20','BNoIl','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}',',\x20screenshotLogs:\x20','exports','\x20&\x20hookState=','code','cbVrv','JzUnj',',\x20hookData=',',\x20attachmentLogs:\x20','KEY_TEST_ENDED_AT','../TestInfo.js','mapTestHooks','../../../helpers/classLogger.js','runHooks','KEY_TEST_RESULT','splice','getJestTestTags','fSfkz','hookState','uSBzr','KEY_HOOKS_STARTED','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','failed','blHzp','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','../state/hookState.js','test_run_uuid','getInstance','TEST','apply','has','jjtGs','ROOT_DESCRIBE_BLOCK','NMpgc','KEY_TEST_LOCATION','parseJestTestResult','kWZlq','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','dWzke','skipped','KEY_HOOK_FAILURE','tLXib','set','stack-trace','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','\x20attachments','TrHXp','13767048jYvCWO','IusNz','KEY_HOOK_NAME',',\x20error:\x20','KEY_TEST_TAGS','getTrackedInstance','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','buildHookMapFromTest','BEFORE_ALL','KEY_HOOK_LAST_FINISHED','isJestInternalHook','../cliUtils.js','KEY_AUTOMATE_SESSION_NAME','trackJestInstance:\x20instance\x20already\x20exists','lTgbl','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','../instances/testFrameworkInstance.js','LCVuJ','body','\x22\x20from\x20testData','PIMTX','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','tags','Stored\x20pending\x20hook\x20for\x20testId:\x20','args',',\x20logsInBatch:\x20','KEY_HOOKS_FINISHED','toUpperCase','../instances/trackedInstance.js','PhUan','KEY_TEST_DURATION',',\x20hook=','zjnzI',',\x20messageLength=','getJestFailureReason','DEFAULT_HOOK_RESULT','workerInfo','386LbDmfB','lCrFQ','parallelIndex','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getJestTestName','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','3637410JlPaoa','VCWVN','filter','jfPIr','trackEvent','jNpZm','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20hookUUID=','\x20for\x20testId:\x20','hooks','getHooksForTest','UnhandledError','getCurrentTestState','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','endedAt','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','getTestFrameworksVersions','cpDnd','../../../helpers/test-observability/utils','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','uhNGS','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','getAllPendingHookTestIds','toISOString','result','maxArrayLength','resolveInstance','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hook_run_uuid=','sNZNe','KEY_TEST_ID','DsvDE','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','substring','JJBTq','KEY_TEST_STARTED_AT','started_at',',\x20scopes=','TEST_SCREENSHOT','startedAt','200qZdDmg','retryOf','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','nxEwo','getPendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_CUSTOM_TAGS','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','stringify','kind','../../../helpers/stackFrameUtils','EZUco','KEY_LOGS','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','getCurrentHookState','hasPendingHooks','rRYPO','inspect','Yhzce','rBESX','SLlpq','fOSHZ','KEY_HOOK_LAST_STARTED',',\x20filePath:\x20','matchHookRegex','hookData','missing','ZqqQe','error','hookType','__bstackPlatformIndex','match','4112142sobcfo',',\x20failureReason=','./testFramework','removeActiveHook','parent','694736IYPfxt','util','KEY_TEST_SCOPE','\x20files','finished_at','POUmC','mCJpB','KEY_EVENT_STARTED_AT','uwUFU','97321uZRRoK','includes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20hooksListLength=','message','forEach','getCurrentInstanceName',',\x20result=','join','TNTss','getThreadId','Unknown\x20error','\x20screenshot\x20logs\x20for\x20testId:\x20','HqNNq','warn','ALL','KEY_TEST_SCOPES','NrhnQ',':testAnalyticsId','KEY_TEST_FILE_PATH',',\x20scope:\x20','ceil','getJestTestFilePath','createTestFrameworkEventPayload','platformIndex','keys','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','title','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','NVNqW','PCnAI','executionContext','\x20-\x20testId:\x20','FtWeN','\x20pending\x20hooks\x20for\x20testId:\x20','test','KEY_TEST_RERUN_NAME','atpRn','getTestFrameworks','__workerDetails','Processing\x20','skip','originalTest','getJestFailureType','get','hookUUID','concat','storePendingHook','jWJgk','type',',\x20response=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','processPendingHooks',',\x20filePath=','cRXjr',',\x20argsKeys=',',\x20payload:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','debug','RaPJT','KEY_EVENT_ENDED_AT','replace','sendLogCreatedEvent','KEY_HOOK_LOGS',',\x20testFramework=','getProcessId','isArray','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','AKfjJ','NONE',',\x20consoleLogs:\x20','\x20logs\x20for\x20testId:\x20','scopes','parse','hook_id','KEY_TEST_FAILURE','instance','scope','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','TOLGk','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','RYlDF','KEY_TEST_FRAMEWORK_NAME','duration','delete','push','nkuBT','parseJestTest','getId','nGFQw',',\x20hookType=','filePath','KEY_HOOK_RESULT','hookMetadata','AssertionError','../grpcClient','KEY_HOOK_FAILURE_REASON','name','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20hookState:\x20','slice','format','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','JqcNk','errorsDetailed','../state/testFrameworkState.js',',\x20version=','xQBte','\x20(testIdentifier),\x20tags=','eventJson',',\x20duration=','addPendingHook','split','test_identifier','length',',\x20hookState=',',\x20testId=','KEY_HOOK_FAILURE_TYPE'];a92_0x495b=function(){return _0x10bf83;};return a92_0x495b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93_0x22f49b=a93_0x34c0;function a93_0x34c0(_0x30c925,_0x205379){const _0x48ae2a=a93_0x48ae();return a93_0x34c0=function(_0x34c0a0,_0x31f8a3){_0x34c0a0=_0x34c0a0-0x13e;let _0x19d209=_0x48ae2a[_0x34c0a0];return _0x19d209;},a93_0x34c0(_0x30c925,_0x205379);}(function(_0x336a59,_0x34249f){const _0x8809a6=a93_0x34c0,_0x969abb=_0x336a59();while(!![]){try{const _0x5840c0=-parseInt(_0x8809a6(0x182))/0x1+parseInt(_0x8809a6(0x15a))/0x2+-parseInt(_0x8809a6(0x15e))/0x3*(-parseInt(_0x8809a6(0x18a))/0x4)+parseInt(_0x8809a6(0x18b))/0x5*(-parseInt(_0x8809a6(0x145))/0x6)+-parseInt(_0x8809a6(0x14d))/0x7*(-parseInt(_0x8809a6(0x174))/0x8)+-parseInt(_0x8809a6(0x170))/0x9+-parseInt(_0x8809a6(0x190))/0xa*(-parseInt(_0x8809a6(0x17b))/0xb);if(_0x5840c0===_0x34249f)break;else _0x969abb['push'](_0x969abb['shift']());}catch(_0x129e7d){_0x969abb['push'](_0x969abb['shift']());}}}(a93_0x48ae,0x57592));const path=require(a93_0x22f49b(0x153)),TestFramework=require('./testFramework'),TestFrameworkState=require(a93_0x22f49b(0x161)),HookState=require(a93_0x22f49b(0x15d)),{createClassLogger}=require(a93_0x22f49b(0x186)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a93_0x22f49b(0x191)),TrackedInstance=require(a93_0x22f49b(0x16d)),TestFrameworkConstants=require(a93_0x22f49b(0x172)),util=require(a93_0x22f49b(0x156)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x24cda7,_0x32d653,_0x5ab17f){super(_0x24cda7,_0x32d653,_0x5ab17f);}async[a93_0x22f49b(0x188)](_0x462ae4,_0x30d2df,_0x4c08f3={}){const _0x3e9daf=a93_0x22f49b,_0x1f0f61={};_0x1f0f61[_0x3e9daf(0x16c)]=function(_0x238c25,_0x363aaa){return _0x238c25===_0x363aaa;},_0x1f0f61[_0x3e9daf(0x157)]=function(_0x3c1e9f,_0x34b337){return _0x3c1e9f===_0x34b337;};const _0x47cb24=_0x1f0f61;logger['debug'](_0x3e9daf(0x17d)+_0x462ae4+_0x3e9daf(0x163)+_0x30d2df),await super[_0x3e9daf(0x188)](_0x462ae4,_0x30d2df,_0x4c08f3);const _0x1070ba=this[_0x3e9daf(0x18f)](_0x462ae4,_0x30d2df,_0x4c08f3);if(!_0x1070ba)return;try{if(_0x47cb24[_0x3e9daf(0x16c)](_0x462ae4,TestFrameworkState[_0x3e9daf(0x151)])&&_0x4c08f3[_0x3e9daf(0x175)]){const _0x188c33=_0x47cb24[_0x3e9daf(0x157)](_0x30d2df,HookState[_0x3e9daf(0x146)])?this['parseNewmanTest'](_0x4c08f3[_0x3e9daf(0x175)]):this[_0x3e9daf(0x169)](_0x4c08f3['test']);_0x1070ba[_0x3e9daf(0x193)](_0x188c33);}}catch(_0x28de1f){logger['error'](_0x3e9daf(0x173)+util[_0x3e9daf(0x177)](_0x28de1f));}_0x4c08f3[_0x3e9daf(0x187)]=_0x1070ba,await this[_0x3e9daf(0x189)](_0x1070ba,_0x462ae4,_0x30d2df,_0x4c08f3);}[a93_0x22f49b(0x176)](_0x5dc48b){const _0x4d4a42=a93_0x22f49b,_0x4dc7f9=this[_0x4d4a42(0x14c)]()[0x0],_0x2bf02b={};return _0x2bf02b[_0x5dc48b['uuid']]={[TestFrameworkConstants[_0x4d4a42(0x15c)]]:_0x4dc7f9,[TestFrameworkConstants[_0x4d4a42(0x14e)]]:this[_0x4d4a42(0x18d)]()[_0x4dc7f9],[TestFrameworkConstants[_0x4d4a42(0x147)]]:[],[TestFrameworkConstants[_0x4d4a42(0x16e)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4d4a42(0x14f)]]:TestFrameworkConstants[_0x4d4a42(0x17a)],[TestFrameworkConstants[_0x4d4a42(0x178)]]:_0x5dc48b[_0x4d4a42(0x152)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x5dc48b[_0x4d4a42(0x152)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x5dc48b['name'],[TestFrameworkConstants[_0x4d4a42(0x140)]]:_0x5dc48b[_0x4d4a42(0x17c)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5dc48b[_0x4d4a42(0x167)]||'',[TestFrameworkConstants[_0x4d4a42(0x15f)]]:null,[TestFrameworkConstants[_0x4d4a42(0x143)]]:_0x5dc48b[_0x4d4a42(0x150)]||[],[TestFrameworkConstants[_0x4d4a42(0x192)]]:_0x5dc48b[_0x4d4a42(0x16b)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x4d4a42(0x142)]]:_0x5dc48b[_0x4d4a42(0x160)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5dc48b[_0x4d4a42(0x183)]||[],[TestFrameworkConstants[_0x4d4a42(0x181)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5dc48b[_0x4d4a42(0x165)]||{},[TestFrameworkConstants[_0x4d4a42(0x149)]]:_0x5dc48b[_0x4d4a42(0x17e)]||{}},_0x2bf02b;}['parseNewmanTestResult'](_0xbb27c2){const _0x1db9d4=a93_0x22f49b,_0x244ab8={};_0x244ab8[_0x1db9d4(0x162)]='pending';const _0x102eab=_0x244ab8,_0x3300f3={};return _0x3300f3[_0xbb27c2[_0x1db9d4(0x152)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xbb27c2[_0x1db9d4(0x13f)]||_0x102eab['VTUkM'],[TestFrameworkConstants[_0x1db9d4(0x148)]]:_0xbb27c2[_0x1db9d4(0x141)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0xbb27c2[_0x1db9d4(0x159)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0xbb27c2[_0x1db9d4(0x16a)]||null,[TestFrameworkConstants[_0x1db9d4(0x15b)]]:_0xbb27c2[_0x1db9d4(0x166)]||null},_0x3300f3;}[a93_0x22f49b(0x18f)](_0x196b71){const _0x38f8a0=a93_0x22f49b;let _0x4152a1=TestFramework[_0x38f8a0(0x154)]();if(!_0x4152a1){const _0x15fe0e=TrackedInstance[_0x38f8a0(0x18c)](CLIUtils[_0x38f8a0(0x14b)]());_0x4152a1=new TestFrameworkInstance(_0x15fe0e,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x196b71,HookState[_0x38f8a0(0x158)]),TestFramework[_0x38f8a0(0x144)](_0x15fe0e,_0x4152a1);}return _0x4152a1;}[a93_0x22f49b(0x155)](_0x2c78c6){const _0x52f237=a93_0x22f49b,_0x55e681={};_0x55e681[_0x52f237(0x184)]='base64';const _0x250426=_0x55e681;try{const _0x10965f=_0x2c78c6[_0x52f237(0x175)]?_0x2c78c6['test']['uuid']:null,_0x53c96a=_0x2c78c6['instance'],_0x58b039=_0x53c96a[_0x52f237(0x14a)](),_0x458a24=_0x53c96a['getAllData']()[_0x52f237(0x168)](_0x10965f);if(!_0x458a24)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x131db7='',[TestFrameworkConstants[_0x52f237(0x14e)]]:_0x1e9b34='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x39142d='',[TestFrameworkConstants[_0x52f237(0x148)]]:_0x3bc768=''}=_0x458a24;return{'platformIndex':0x0,'testFrameworkName':_0x131db7,'testFrameworkVersion':_0x1e9b34,'testFrameworkState':_0x53c96a[_0x52f237(0x18e)]()[_0x52f237(0x171)]()[_0x52f237(0x16f)]('.')[0x1],'hookState':_0x53c96a[_0x52f237(0x180)]()[_0x52f237(0x171)]()[_0x52f237(0x16f)]('.')[0x1],'startedAt':_0x39142d,'endedAt':_0x3bc768,'uuid':_0x10965f,'eventJson':Buffer[_0x52f237(0x164)](JSON[_0x52f237(0x13e)](_0x458a24))['toString'](_0x250426[_0x52f237(0x184)]),'executionContext':{'hash':_0x58b039[_0x52f237(0x179)](),'threadId':_0x58b039[_0x52f237(0x17f)]()[_0x52f237(0x171)](),'processId':_0x58b039['getProcessId']()[_0x52f237(0x171)]()}};}catch(_0x557605){return logger['error'](_0x52f237(0x185)+util['format'](_0x557605)),{};}}}function a93_0x48ae(){const _0x2a12d9=['trackEvent:\x20error=','8EoiDZw','test','parseNewmanTest','format','KEY_TEST_ID','getId','DEFAULT_TEST_RESULT','11PecMnp','file_path','trackEvent:\x20state=','meta','getThreadId','getCurrentHookState','KEY_TEST_RERUN_NAME','259709ErSeVL','scopes','Ogsvm','createTestFrameworkEventPayload:\x20error=','../../../helpers/classLogger.js','instance','trackEvent','runHooks','5644ToOiHy','595jqZSsA','createContext','getTestFrameworksVersions','getCurrentTestState','resolveInstance','13535510UoxzJQ','../cliUtils.js','KEY_TEST_STARTED_AT','addMultipleEntries','stringify','result','KEY_TEST_FILE_PATH','finished_at','KEY_TEST_SCOPE','KEY_TEST_TAGS','setTrackedInstance','31614MVUVQI','PRE','KEY_TEST_LOGS','KEY_TEST_ENDED_AT','KEY_TEST_META','getContext','getCurrentInstanceName','getTestFrameworks','2666174MaVXQH','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_RESULT','tags','TEST','uuid','path','getTrackedInstance','createTestFrameworkEventPayload','util','xIbGP','NONE','failure','109892lpICAV','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_NAME','../state/hookState.js','60XaIJHE','KEY_TEST_CODE','scope','../state/testFrameworkState.js','VTUkM','\x20hook=','from','custom_metadata','failure_reason','location','get','parseNewmanTestResult','failure_type','started_at','UsdRT','../instances/trackedInstance.js','KEY_HOOKS_FINISHED','split','5157909lgaCOY','toString','./constants/testFrameworkConstants.js'];a93_0x48ae=function(){return _0x2a12d9;};return a93_0x48ae();}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a94_0x12aa0f=a94_0x46c7;(function(_0x2070af,_0x3be315){const _0x4a44e7=a94_0x46c7,_0x1b16f6=_0x2070af();while(!![]){try{const _0x826cb3=-parseInt(_0x4a44e7(0x99))/0x1*(parseInt(_0x4a44e7(0xac))/0x2)+-parseInt(_0x4a44e7(0xa5))/0x3*(parseInt(_0x4a44e7(0xb0))/0x4)+parseInt(_0x4a44e7(0xb5))/0x5+-parseInt(_0x4a44e7(0xad))/0x6*(parseInt(_0x4a44e7(0x9b))/0x7)+parseInt(_0x4a44e7(0xa9))/0x8+parseInt(_0x4a44e7(0x9c))/0x9+parseInt(_0x4a44e7(0x9d))/0xa*(parseInt(_0x4a44e7(0xaf))/0xb);if(_0x826cb3===_0x3be315)break;else _0x1b16f6['push'](_0x1b16f6['shift']());}catch(_0x3c1758){_0x1b16f6['push'](_0x1b16f6['shift']());}}}(a94_0x11d8,0x50734));function a94_0x46c7(_0xcf239b,_0x4456d5){const _0x11d8b6=a94_0x11d8();return a94_0x46c7=function(_0x46c728,_0x1b066e){_0x46c728=_0x46c728-0x90;let _0x49a6e2=_0x11d8b6[_0x46c728];return _0x49a6e2;},a94_0x46c7(_0xcf239b,_0x4456d5);}const AutomationFramework=require(a94_0x12aa0f(0xba)),{createClassLogger}=require(a94_0x12aa0f(0x96)),AutomationFrameworkState=require(a94_0x12aa0f(0xb3)),CLIUtils=require(a94_0x12aa0f(0xa2)),TrackedInstance=require(a94_0x12aa0f(0xa4)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a94_0x11d8(){const _0x1885e0=['10SaxsRp','PlaywrightAutomationFramework','bsParams','setTrackedInstance','vCZAd','../cliUtils.js','wDgDZ','../instances/trackedInstance.js','45BeIXUd','instance','params','getId','221360HLXBqP',',\x20state=','message','963118RBUyGm','48uctlVc','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','18948149bizGUx','127460mJUOQb','trackEvent','logger','../state/automationFrameworkState.js','uqbZa','612935ybvXrK','exports','getCurrentInstanceName','getTrackedInstance','createContext','./automationFramework.js','getAutomationFrameworkVersion','resolveInstance','\x20target=','trackEvent:\x20automationFrameworkState=','NONE','getAutomationFrameworkName','../../../helpers/classLogger.js','trackPlaywrightInstance','info','1CzCYwV','Ernoi','564599MbHknx','553482zLYMGS'];a94_0x11d8=function(){return _0x1885e0;};return a94_0x11d8();}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a94_0x12aa0f(0x9e));constructor(_0xc2ed55,_0x327734){super(_0xc2ed55,_0x327734);}async[a94_0x12aa0f(0xb1)](_0x3d52e0,_0x4e1b17,_0x2b92e5={}){const _0x430c2a=a94_0x12aa0f,_0x547391={};_0x547391['wDgDZ']=function(_0x4b1ba7,_0x27ef5a){return _0x4b1ba7===_0x27ef5a;};const _0x52dcb8=_0x547391;this[_0x430c2a(0xb2)]['debug'](_0x430c2a(0x93)+_0x3d52e0+'\x20hookState='+_0x4e1b17),await super[_0x430c2a(0xb1)](_0x3d52e0,_0x4e1b17,_0x2b92e5);const _0x1b153d=this[_0x430c2a(0x91)](_0x3d52e0,_0x4e1b17,_0x2b92e5);if(_0x52dcb8[_0x430c2a(0xa3)](_0x1b153d,null))return;_0x2b92e5[_0x430c2a(0xa6)]=_0x1b153d,await this['runHooks'](_0x1b153d,_0x3d52e0,_0x4e1b17,_0x2b92e5);}[a94_0x12aa0f(0x91)](_0x52a9a4,_0x45c76f,_0x421a4d={}){const _0x2b0e36=a94_0x12aa0f,_0x1b8199={};_0x1b8199['vCZAd']=function(_0x5c962f,_0x18142b){return _0x5c962f===_0x18142b;},_0x1b8199[_0x2b0e36(0xb4)]=function(_0x3c3da1,_0x1e9699){return _0x3c3da1===_0x1e9699;};const _0x47a091=_0x1b8199;let _0x4fc1d3=null;return(_0x47a091[_0x2b0e36(0xa1)](_0x52a9a4,AutomationFrameworkState['CREATE'])||_0x47a091['uqbZa'](_0x52a9a4,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x421a4d[_0x2b0e36(0xab)]&&_0x421a4d['message'][_0x2b0e36(0xa7)]&&_0x421a4d['message'][_0x2b0e36(0xa7)][_0x2b0e36(0x9f)])||_0x47a091[_0x2b0e36(0xa1)](_0x52a9a4,AutomationFrameworkState[_0x2b0e36(0x94)]))&&this[_0x2b0e36(0x97)](_0x52a9a4,_0x421a4d),_0x4fc1d3=AutomationFramework[_0x2b0e36(0xb8)](),_0x4fc1d3;}[a94_0x12aa0f(0x97)](_0x56991a,_0x3da81d){const _0x3bbee2=a94_0x12aa0f,_0xed0c3f={};_0xed0c3f[_0x3bbee2(0x9a)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0xa943e9=_0xed0c3f;if(AutomationFramework[_0x3bbee2(0xb8)]()){this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)](_0xa943e9[_0x3bbee2(0x9a)]);return;}const _0x1e3be6=CLIUtils[_0x3bbee2(0xb7)](),_0x4a9238=TrackedInstance[_0x3bbee2(0xb9)](_0x1e3be6);let _0xec6154=null;this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)](_0x3bbee2(0xae)+_0x1e3be6+_0x3bbee2(0xaa)+_0x56991a),_0xec6154=new AutomationFrameworkInstance(_0x4a9238,this[_0x3bbee2(0x95)](),this[_0x3bbee2(0x90)](),_0x56991a),AutomationFramework[_0x3bbee2(0xa0)](_0x4a9238,_0xec6154),this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x4a9238[_0x3bbee2(0xa8)]()+_0x3bbee2(0x92)+_0x1e3be6);}}module[a94_0x12aa0f(0xb6)]=PlaywrightAutomationFramework;
|