browserstack-node-sdk 1.58.0 → 1.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +3 -3
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/assets/report.html +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/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/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 a91_0x5ca2eb=a91_0x4e56;(function(_0x550b3d,_0x2abde3){const _0x7023dd=a91_0x4e56,_0x2ddbff=_0x550b3d();while(!![]){try{const _0x2008f8=-parseInt(_0x7023dd(0x324))/0x1+-parseInt(_0x7023dd(0x279))/0x2+parseInt(_0x7023dd(0x1ec))/0x3*(-parseInt(_0x7023dd(0x2fa))/0x4)+parseInt(_0x7023dd(0x266))/0x5*(parseInt(_0x7023dd(0x311))/0x6)+-parseInt(_0x7023dd(0x1cd))/0x7*(parseInt(_0x7023dd(0x216))/0x8)+-parseInt(_0x7023dd(0x243))/0x9*(-parseInt(_0x7023dd(0x31c))/0xa)+parseInt(_0x7023dd(0x2f3))/0xb*(parseInt(_0x7023dd(0x245))/0xc);if(_0x2008f8===_0x2abde3)break;else _0x2ddbff['push'](_0x2ddbff['shift']());}catch(_0x2c5d0b){_0x2ddbff['push'](_0x2ddbff['shift']());}}}(a91_0x2310,0xc0c7a));const TestFramework=require(a91_0x5ca2eb(0x255)),TestFrameworkState=require(a91_0x5ca2eb(0x33e)),HookState=require(a91_0x5ca2eb(0x2e3)),{createClassLogger}=require(a91_0x5ca2eb(0x286)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a91_0x5ca2eb(0x2dc)),TrackedInstance=require(a91_0x5ca2eb(0x233)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x5ca2eb(0x322)),{isInternalHook}=require(a91_0x5ca2eb(0x317)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a91_0x5ca2eb(0x2d9)),util=require(a91_0x5ca2eb(0x2f0)),TestInfo=require(a91_0x5ca2eb(0x353)),GrpcClient=require(a91_0x5ca2eb(0x349)),stackTrace=require(a91_0x5ca2eb(0x241)),{pickUserFrameFile}=require(a91_0x5ca2eb(0x25b));class JestTestFramework extends TestFramework{constructor(_0x37fecd,_0x472847,_0x3e329c){super(_0x37fecd,_0x472847,_0x3e329c),this['activeHooks']=new Map();}['setActiveHook'](_0xb76943,_0x1f04ea,_0x50e9a6){const _0x3d06f3=a91_0x5ca2eb,_0x4dc8b8={};_0x4dc8b8['kzmcQ']=function(_0x38b788,_0x217067){return _0x38b788||_0x217067;};const _0x1d9755=_0x4dc8b8;if(_0x1d9755[_0x3d06f3(0x312)](!_0xb76943,!_0x1f04ea)){logger[_0x3d06f3(0x1d2)](_0x3d06f3(0x347)+_0xb76943+_0x3d06f3(0x24d)+_0x1f04ea);return;}!this['activeHooks'][_0x3d06f3(0x2a9)](_0xb76943)&&this[_0x3d06f3(0x1f7)][_0x3d06f3(0x1ca)](_0xb76943,[]);const _0x139b27={'hookUUID':_0x1f04ea,'hookType':_0x50e9a6,'startedAt':new Date()['toISOString']()};this[_0x3d06f3(0x1f7)][_0x3d06f3(0x2c6)](_0xb76943)[_0x3d06f3(0x1cf)](_0x139b27),logger[_0x3d06f3(0x346)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0xb76943+_0x3d06f3(0x24d)+_0x1f04ea+_0x3d06f3(0x27d)+_0x50e9a6+',\x20totalHooks='+this[_0x3d06f3(0x1f7)][_0x3d06f3(0x2c6)](_0xb76943)[_0x3d06f3(0x1c6)]);}[a91_0x5ca2eb(0x213)](_0x4c2229,_0xc9866c){const _0x1206c4=a91_0x5ca2eb,_0x3e5492={};_0x3e5492[_0x1206c4(0x268)]=function(_0x329598,_0x587505){return _0x329598||_0x587505;},_0x3e5492[_0x1206c4(0x26f)]=function(_0x36dbb2,_0x24c667){return _0x36dbb2!==_0x24c667;},_0x3e5492[_0x1206c4(0x22b)]=function(_0x2c1342,_0x363d60){return _0x2c1342===_0x363d60;};const _0x527632=_0x3e5492;if(_0x527632[_0x1206c4(0x268)](!_0x4c2229,!_0xc9866c)){logger[_0x1206c4(0x1d2)](_0x1206c4(0x2d8)+_0x4c2229+_0x1206c4(0x24d)+_0xc9866c);return;}if(this['activeHooks'][_0x1206c4(0x2a9)](_0x4c2229)){const _0x19307c=this[_0x1206c4(0x1f7)][_0x1206c4(0x2c6)](_0x4c2229),_0x2fde3d=_0x19307c[_0x1206c4(0x1e2)](_0x211b44=>_0x211b44['hookUUID']===_0xc9866c);_0x527632[_0x1206c4(0x26f)](_0x2fde3d,-0x1)?(_0x19307c[_0x1206c4(0x27c)](_0x2fde3d,0x1),logger[_0x1206c4(0x346)](_0x1206c4(0x1fe)+_0x4c2229+_0x1206c4(0x24d)+_0xc9866c+',\x20remainingHooks='+_0x19307c['length']),_0x527632[_0x1206c4(0x22b)](_0x19307c[_0x1206c4(0x1c6)],0x0)&&this[_0x1206c4(0x1f7)][_0x1206c4(0x1f2)](_0x4c2229)):logger[_0x1206c4(0x346)](_0x1206c4(0x2c8)+_0x4c2229+',\x20hookUUID='+_0xc9866c);}}[a91_0x5ca2eb(0x2cf)](_0xdfc820){const _0x54be63=a91_0x5ca2eb,_0x6869c9={};_0x6869c9['JRwxO']=function(_0x988ffc,_0x3cb4db){return _0x988ffc>_0x3cb4db;},_0x6869c9[_0x54be63(0x215)]=function(_0x12f892,_0xdce60){return _0x12f892-_0xdce60;};const _0x3d9274=_0x6869c9;if(!_0xdfc820)return null;if(this[_0x54be63(0x1f7)][_0x54be63(0x2a9)](_0xdfc820)){const _0x2497d6=this[_0x54be63(0x1f7)][_0x54be63(0x2c6)](_0xdfc820);if(_0x3d9274[_0x54be63(0x29c)](_0x2497d6[_0x54be63(0x1c6)],0x0)){const _0x551e4d=_0x2497d6[_0x3d9274[_0x54be63(0x215)](_0x2497d6[_0x54be63(0x1c6)],0x1)];return logger[_0x54be63(0x346)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0xdfc820+_0x54be63(0x24d)+_0x551e4d[_0x54be63(0x1c1)]+_0x54be63(0x27d)+_0x551e4d[_0x54be63(0x1d6)]),_0x551e4d;}}return null;}async[a91_0x5ca2eb(0x211)](_0x8b3b3c,_0x2640e6,_0x516b06={}){const _0x26580f=a91_0x5ca2eb,_0x31d8a3={};_0x31d8a3[_0x26580f(0x2e6)]=_0x26580f(0x2ee),_0x31d8a3[_0x26580f(0x2a2)]=function(_0x29582b,_0x2daf59){return _0x29582b===_0x2daf59;},_0x31d8a3[_0x26580f(0x22f)]=function(_0xa6a80e,_0x116084){return _0xa6a80e||_0x116084;},_0x31d8a3[_0x26580f(0x249)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x31d8a3[_0x26580f(0x238)]=function(_0x4290d3,_0x1df783){return _0x4290d3===_0x1df783;};const _0x4264d7=_0x31d8a3;logger[_0x26580f(0x346)](_0x26580f(0x2e8)+_0x8b3b3c+_0x26580f(0x23a)+_0x2640e6+_0x26580f(0x2b2)+Object[_0x26580f(0x237)](_0x516b06)[_0x26580f(0x2e0)](',')),await super[_0x26580f(0x211)](_0x8b3b3c,_0x2640e6,_0x516b06);const _0x491df1=this[_0x26580f(0x2bc)](_0x8b3b3c,_0x2640e6,_0x516b06);if(!_0x491df1){logger[_0x26580f(0x346)](_0x4264d7[_0x26580f(0x2e6)]);return;}try{let _0x151f44,_0x3b247f,_0x449ea3;switch(_0x8b3b3c){case TestFrameworkState['TEST']:_0x151f44=_0x516b06[_0x26580f(0x20b)];const _0x13bbc0={};_0x13bbc0[_0x26580f(0x226)]=0x2,_0x13bbc0[_0x26580f(0x20f)]=0x3,logger['debug'](_0x26580f(0x1c8)+_0x2640e6+_0x26580f(0x32c)+util['inspect'](_0x151f44,_0x13bbc0)),_0x449ea3=this[_0x26580f(0x338)](_0x151f44),_0x3b247f=null,logger[_0x26580f(0x346)](_0x26580f(0x315)+_0x449ea3+_0x26580f(0x2fb));if(_0x4264d7[_0x26580f(0x2a2)](_0x2640e6,HookState[_0x26580f(0x34a)])){logger[_0x26580f(0x346)](_0x26580f(0x231)+_0x449ea3);const _0x415d8f={};_0x415d8f[_0x26580f(0x2e1)]=_0x3b247f,_0x415d8f[_0x26580f(0x2ca)]=_0x151f44,_0x415d8f['testId']=_0x449ea3;const _0x1ff471=this['parseJestTest'](_0x415d8f),_0x423390={};_0x423390[_0x26580f(0x226)]=0x2,_0x423390[_0x26580f(0x20f)]=0x3,logger[_0x26580f(0x346)](_0x26580f(0x1f1)+util['inspect'](_0x1ff471,_0x423390)),_0x491df1[_0x26580f(0x25c)](_0x1ff471),logger[_0x26580f(0x346)](_0x26580f(0x26a)+_0x449ea3),await this[_0x26580f(0x24c)](_0x491df1,_0x449ea3);}else{if(_0x4264d7['FmwJq'](_0x2640e6,HookState[_0x26580f(0x2af)])){logger[_0x26580f(0x346)](_0x26580f(0x337)+_0x449ea3);const _0x142b10=_0x491df1[_0x26580f(0x2a6)]()[_0x26580f(0x2c6)](_0x449ea3);logger[_0x26580f(0x346)](_0x26580f(0x21e)+util[_0x26580f(0x1eb)](Object[_0x26580f(0x237)](_0x4264d7[_0x26580f(0x22f)](_0x142b10,{}))));_0x142b10&&_0x142b10[TestFrameworkConstants[_0x26580f(0x1d1)]]?logger['debug'](_0x26580f(0x275)+Object[_0x26580f(0x237)](_0x142b10[TestFrameworkConstants[_0x26580f(0x1d1)]])[_0x26580f(0x1c6)]+_0x26580f(0x205)):logger[_0x26580f(0x346)](_0x4264d7[_0x26580f(0x249)]);const _0xff721f=_0x516b06[_0x26580f(0x292)]||null,_0x515f7f={};_0x515f7f['testUUID']=_0x3b247f,_0x515f7f[_0x26580f(0x2ca)]=_0x151f44,_0x515f7f[_0x26580f(0x2f2)]=_0x449ea3,_0x515f7f['originalTest']=_0xff721f;const _0x234623=this[_0x26580f(0x2b7)](_0x515f7f),_0x9454c7={};_0x9454c7[_0x26580f(0x226)]=0x2,_0x9454c7[_0x26580f(0x20f)]=0x3,logger[_0x26580f(0x346)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x26580f(0x1eb)](_0x234623,_0x9454c7)),_0x491df1[_0x26580f(0x25c)](_0x234623),logger[_0x26580f(0x346)](_0x26580f(0x302)+_0x449ea3),await this[_0x26580f(0x24c)](_0x491df1,_0x449ea3);}}break;case TestFrameworkState[_0x26580f(0x28c)]:if(_0x4264d7['RrVrO'](_0x2640e6,HookState[_0x26580f(0x2af)])){const _0x4d4c1b={};_0x4d4c1b[_0x26580f(0x226)]=0x2,logger[_0x26580f(0x346)](_0x26580f(0x300)+util[_0x26580f(0x1eb)](_0x516b06,_0x4d4c1b)),await this[_0x26580f(0x2d7)](_0x491df1,_0x8b3b3c,_0x516b06);}break;default:if(CLIUtils[_0x26580f(0x306)](_0x8b3b3c['toString']()[_0x26580f(0x288)]('.')[0x1])){const _0x20d1e0={};_0x20d1e0['depth']=0x2,_0x20d1e0['maxArrayLength']=0x3,logger['debug'](_0x26580f(0x246)+_0x8b3b3c+_0x26580f(0x23a)+_0x2640e6+_0x26580f(0x289)+util[_0x26580f(0x1eb)](_0x516b06['hookData'],_0x20d1e0));const _0x4a31c1=await this[_0x26580f(0x2f7)](_0x491df1,_0x8b3b3c,_0x2640e6,_0x516b06),_0x23929c={};_0x23929c[_0x26580f(0x226)]=0x2,_0x23929c[_0x26580f(0x20f)]=0x3,logger[_0x26580f(0x346)](_0x26580f(0x30c)+util[_0x26580f(0x1eb)](_0x4a31c1,_0x23929c)),_0x491df1[_0x26580f(0x25c)](_0x4a31c1);}else logger[_0x26580f(0x346)](_0x26580f(0x214)+_0x8b3b3c+_0x26580f(0x2f1)+_0x2640e6);break;}logger['debug'](_0x26580f(0x204)+_0x8b3b3c+_0x26580f(0x23a)+_0x2640e6);}catch(_0x478f18){logger[_0x26580f(0x281)](_0x26580f(0x2d2)+_0x8b3b3c+',\x20hookState='+_0x2640e6+',\x20exception='+util[_0x26580f(0x23b)](_0x478f18));}_0x516b06[_0x26580f(0x1d3)]=_0x491df1,await this[_0x26580f(0x305)](_0x491df1,_0x8b3b3c,_0x2640e6,_0x516b06);}[a91_0x5ca2eb(0x338)](_0x138f96){const _0x397857=a91_0x5ca2eb,_0x36180a={};_0x36180a[_0x397857(0x34b)]=_0x397857(0x1c5);const _0x501628=_0x36180a;if(_0x138f96&&(_0x138f96['id']||_0x138f96[_0x397857(0x2d9)])){const _0x5d8668=_0x138f96['id']||_0x138f96[_0x397857(0x2d9)];return logger['debug'](_0x397857(0x21a)+_0x5d8668+_0x397857(0x33a)),_0x5d8668;}return logger[_0x397857(0x346)](_0x501628[_0x397857(0x34b)]),process[_0x397857(0x2e7)]+_0x397857(0x330);}[a91_0x5ca2eb(0x2bc)](_0x451ee4,_0x1f3235,_0x209b76={}){const _0x390200=a91_0x5ca2eb;let _0x31cd33=null;return _0x31cd33=TestFramework[_0x390200(0x1d9)](),!_0x31cd33?(logger[_0x390200(0x346)](_0x390200(0x2b5)+_0x451ee4),this[_0x390200(0x272)](_0x451ee4,_0x209b76),_0x31cd33=TestFramework[_0x390200(0x1d9)](),logger[_0x390200(0x346)](_0x390200(0x1e1)+!!_0x31cd33+',\x20contextId='+_0x31cd33?.[_0x390200(0x232)]()?.['getId']())):logger[_0x390200(0x346)](_0x390200(0x22a)+_0x31cd33['getContext']()?.['getId']()),_0x31cd33;}['trackJestInstance'](_0x4e3b19,_0x3a7dd5){const _0x530dad=a91_0x5ca2eb,_0x57f4b5={};_0x57f4b5[_0x530dad(0x1ee)]=_0x530dad(0x277);const _0x1c16a8=_0x57f4b5;if(TestFramework[_0x530dad(0x1d9)]()){logger[_0x530dad(0x346)](_0x1c16a8[_0x530dad(0x1ee)]);return;}const _0x1fe356=CLIUtils['getCurrentInstanceName'](),_0x5da530=TrackedInstance['createContext'](_0x1fe356);let _0xe794f2=null;logger[_0x530dad(0x346)](_0x530dad(0x2f5)+_0x1fe356+_0x530dad(0x284)+_0x4e3b19),_0xe794f2=new TestFrameworkInstance(_0x5da530,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x4e3b19,HookState[_0x530dad(0x221)]),TestFramework['setTrackedInstance'](_0x5da530,_0xe794f2),logger[_0x530dad(0x346)](_0x530dad(0x207)+_0x5da530[_0x530dad(0x280)]()+',\x20target='+_0x1fe356+_0x530dad(0x2b4)+this[_0x530dad(0x1cb)]()[0x0]+_0x530dad(0x1f4)+this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x2a56cd){const _0xe5c3a0=a91_0x5ca2eb,_0x42e4f6={};_0x42e4f6[_0xe5c3a0(0x239)]=function(_0x23eb10,_0x26325e){return _0x23eb10||_0x26325e;},_0x42e4f6['AVHpe']=_0xe5c3a0(0x351);const _0x3c07f6=_0x42e4f6,{testUUID:_0x457c67,testData:_0x226f25,testId:_0x459af1}=_0x2a56cd;if(_0x3c07f6['mTqoV'](!_0x226f25,!_0x459af1))return logger[_0xe5c3a0(0x346)](_0x3c07f6[_0xe5c3a0(0x2b6)]),{};const _0x36d3f8=this['getTestFrameworks']()[0x0],_0x2e19d5=this[_0xe5c3a0(0x1cc)](),_0x2d4f45={};_0x2d4f45[_0xe5c3a0(0x226)]=0x2,_0x2d4f45[_0xe5c3a0(0x20f)]=0x3,logger[_0xe5c3a0(0x346)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0xe5c3a0(0x1eb)](_0x226f25,_0x2d4f45));const _0x1f3e62=_0x226f25?.[_0xe5c3a0(0x309)]||[],_0x2153a9=this['getJestTestName'](_0x226f25),_0x26f4a4=this[_0xe5c3a0(0x2df)](_0x226f25),_0x7dc971=_0x226f25['fn']?_0x226f25['fn']['toString']():_0x226f25?.[_0xe5c3a0(0x1d8)]?_0x226f25[_0xe5c3a0(0x1d8)][_0xe5c3a0(0x220)][_0xe5c3a0(0x1da)]():null,_0x45e493=this[_0xe5c3a0(0x218)](_0x226f25),_0x2dff0e={[TestFrameworkConstants[_0xe5c3a0(0x1c7)]]:_0x36d3f8,[TestFrameworkConstants[_0xe5c3a0(0x240)]]:_0x2e19d5[_0x36d3f8],[TestFrameworkConstants[_0xe5c3a0(0x2a4)]]:[],[TestFrameworkConstants[_0xe5c3a0(0x2cc)]]:{},[TestFrameworkConstants[_0xe5c3a0(0x2be)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xe5c3a0(0x33b)],[TestFrameworkConstants[_0xe5c3a0(0x242)]]:_0x2153a9,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x26f4a4,[TestFrameworkConstants[_0xe5c3a0(0x340)]]:_0x459af1,[TestFrameworkConstants[_0xe5c3a0(0x235)]]:_0x2153a9,[TestFrameworkConstants[_0xe5c3a0(0x2c5)]]:_0x26f4a4,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x7dc971,[TestFrameworkConstants[_0xe5c3a0(0x294)]]:_0x45e493,[TestFrameworkConstants[_0xe5c3a0(0x313)]]:_0x226f25[_0xe5c3a0(0x222)]||new Date()[_0xe5c3a0(0x31d)](),[TestFrameworkConstants[_0xe5c3a0(0x1de)]]:_0x1f3e62[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1f3e62,[TestFrameworkConstants[_0xe5c3a0(0x228)]]:_0x2153a9,[TestFrameworkConstants[_0xe5c3a0(0x1d4)]]:{},[TestFrameworkConstants[_0xe5c3a0(0x2d1)]]:{}};_0x226f25['retryOf']&&(_0x2dff0e[TestFrameworkConstants[_0xe5c3a0(0x203)]]=_0x226f25[_0xe5c3a0(0x1c2)]);logger[_0xe5c3a0(0x346)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x2153a9+_0xe5c3a0(0x27f)+_0x459af1+'\x20(testIdentifier),\x20tags='+JSON[_0xe5c3a0(0x285)](_0x45e493)+_0xe5c3a0(0x32a)+util[_0xe5c3a0(0x1eb)](_0x1f3e62)+_0xe5c3a0(0x244)+_0x26f4a4);const _0x2c34d7={};return _0x2c34d7[_0x459af1]=_0x2dff0e,_0x2c34d7;}['parseJestTestResult'](_0xe507f){const _0x454347=a91_0x5ca2eb,_0x4126b0={'qxHXj':function(_0x116a5c,_0x1cfa03){return _0x116a5c===_0x1cfa03;},'pvsOt':_0x454347(0x320),'nbwGq':_0x454347(0x319),'zTxLZ':_0x454347(0x2ad),'xJjRa':_0x454347(0x31a),'HgXsv':function(_0x4d81b5,_0x3c49c2){return _0x4d81b5||_0x3c49c2;},'ZHiIy':_0x454347(0x307),'lMxFO':_0x454347(0x32e),'TeUdo':function(_0x19c143,_0x397033){return _0x19c143>_0x397033;},'kIdAP':'failed','TOxZw':function(_0x354599,_0x202075){return _0x354599===_0x202075;},'AIVVw':_0x454347(0x2fe),'zSnzB':function(_0x44d48c,_0x4f3a74){return _0x44d48c===_0x4f3a74;},'FrVxK':_0x454347(0x32d),'SGpjS':'passed','nBMut':function(_0x3b2cab,_0xebe7e0){return _0x3b2cab!==_0xebe7e0;},'PEQhd':function(_0x1f71dd,_0x1dd70d,_0x362a51,_0x3f5a75){return _0x1f71dd(_0x1dd70d,_0x362a51,_0x3f5a75);},'QZqJe':function(_0x20b97b,_0x1b3a50){return _0x20b97b>_0x1b3a50;},'RkztB':function(_0x33f401,_0x4cf9e6){return _0x33f401>_0x4cf9e6;},'vIMiF':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','kmHHc':function(_0x1973d9,_0x255012){return _0x1973d9>_0x255012;}},{testUUID:_0x2faa63,testData:_0x2b4dcc,testId:_0x6e37c5}=_0xe507f;if(_0x4126b0[_0x454347(0x25f)](!_0x2b4dcc,!_0x6e37c5))return logger[_0x454347(0x346)](_0x4126b0[_0x454347(0x2b8)]),{};const _0x4857be=this['resolveInstance'](TestFrameworkState[_0x454347(0x23c)],HookState['POST']),_0x55422c=_0x4857be[_0x454347(0x2a6)]()[_0x454347(0x2c6)](_0x6e37c5),_0x441e62=_0x4126b0[_0x454347(0x25f)](_0x55422c,{}),_0xa93331=_0x441e62?_0x441e62[TestFrameworkConstants[_0x454347(0x1d4)]]||{}:{},_0x1483a4=_0x441e62[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x454347(0x346)](_0x454347(0x269)+(_0x1483a4?Object[_0x454347(0x237)](_0x1483a4)['length']:0x0)+_0x454347(0x206));let _0x5ab1b0=_0x4126b0[_0x454347(0x2c2)];if(_0x2b4dcc[_0x454347(0x2ed)])_0x5ab1b0=_0x2b4dcc[_0x454347(0x2ed)];else{if(_0x2b4dcc[_0x454347(0x2c4)]&&_0x4126b0[_0x454347(0x34d)](_0x2b4dcc[_0x454347(0x2c4)][_0x454347(0x1c6)],0x0))_0x5ab1b0=_0x4126b0[_0x454347(0x287)];else _0x4126b0['TOxZw'](_0x2b4dcc[_0x454347(0x274)],_0x4126b0[_0x454347(0x2a7)])||_0x4126b0[_0x454347(0x21b)](_0x2b4dcc[_0x454347(0x274)],_0x4126b0['FrVxK'])?_0x5ab1b0=_0x4126b0[_0x454347(0x2ea)]:_0x5ab1b0=_0x4126b0[_0x454347(0x1ed)];}const _0x47da0a={..._0x441e62,[TestFrameworkConstants[_0x454347(0x23f)]]:_0x5ab1b0,[TestFrameworkConstants[_0x454347(0x30a)]]:_0x2b4dcc[_0x454347(0x200)]||new Date()[_0x454347(0x31d)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x454347(0x1d4)]]:_0xa93331,[TestFrameworkConstants['KEY_LOGS']]:_0x441e62[TestFrameworkConstants[_0x454347(0x293)]]||[],[TestFrameworkConstants[_0x454347(0x2d1)]]:{}};if(_0x4126b0['TOxZw'](_0x5ab1b0,_0x4126b0[_0x454347(0x287)])&&_0x2b4dcc[_0x454347(0x2c4)]){const _0x3afcf3=this['getJestFailureReason'](_0x2b4dcc),_0x456b90=this[_0x454347(0x29d)](_0x2b4dcc),_0x46fdd9=this[_0x454347(0x301)](_0x2b4dcc);_0x47da0a[TestFrameworkConstants[_0x454347(0x26d)]]=_0x456b90,_0x47da0a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x3afcf3,_0x47da0a[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x46fdd9;}_0x4126b0[_0x454347(0x2ce)](_0x2b4dcc[_0x454347(0x316)],undefined)&&(_0x47da0a[TestFrameworkConstants[_0x454347(0x28a)]]=_0x2b4dcc[_0x454347(0x316)]);_0x2b4dcc[_0x454347(0x1c2)]&&(_0x47da0a[TestFrameworkConstants[_0x454347(0x203)]]=_0x2b4dcc['retryOf']);const _0x333da9=_0x55422c?_0x55422c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x3ba59e=_0x55422c?_0x55422c[TestFrameworkConstants[_0x454347(0x227)]]:_0x2faa63,_0x57faea=_0x4126b0[_0x454347(0x2f4)](getManualUploadLogs,_0x333da9,_0x3ba59e,_0x6e37c5);if(_0x4126b0[_0x454347(0x328)](_0x57faea['length'],0x0)){const _0x3dd613=_0x47da0a[TestFrameworkConstants['KEY_LOGS']]||[];_0x47da0a[TestFrameworkConstants[_0x454347(0x293)]]=[..._0x3dd613,..._0x57faea];}const _0x551f0a=_0x441e62[TestFrameworkConstants[_0x454347(0x2cc)]]||{},_0x195ca8=_0x441e62[TestFrameworkConstants[_0x454347(0x2be)]]||{},_0x59bd25={..._0x551f0a},_0x28ec95=_0x59bd25;Object[_0x454347(0x237)](_0x195ca8)['forEach'](_0x3c508c=>{const _0x1abc04=_0x454347;!_0x28ec95[_0x3c508c]&&(_0x28ec95[_0x3c508c]=[]);const _0x315e78=new Set((_0x28ec95[_0x3c508c]||[])[_0x1abc04(0x236)](_0xfde02e=>_0xfde02e[TestFrameworkConstants[_0x1abc04(0x2e4)]]||_0xfde02e[_0x1abc04(0x270)]));(_0x195ca8[_0x3c508c]||[])[_0x1abc04(0x21c)](_0x3dfffd=>{const _0x50bd18=_0x1abc04,_0x92a15c=_0x3dfffd[TestFrameworkConstants[_0x50bd18(0x2e4)]]||_0x3dfffd[_0x50bd18(0x270)];if(!_0x315e78[_0x50bd18(0x2a9)](_0x92a15c)){const _0x1c9144={..._0x3dfffd},_0x4fca63=_0x1c9144;!_0x4fca63[TestFrameworkConstants[_0x50bd18(0x28d)]]&&!_0x4fca63[_0x50bd18(0x2c3)]&&(_0x4fca63[TestFrameworkConstants[_0x50bd18(0x28d)]]=new Date()['toISOString']()),!_0x4fca63[TestFrameworkConstants[_0x50bd18(0x252)]]&&!_0x4fca63[_0x50bd18(0x2a8)]&&(_0x4fca63[TestFrameworkConstants[_0x50bd18(0x252)]]=TestFrameworkConstants[_0x50bd18(0x2d4)]),_0x28ec95[_0x3c508c]['push'](_0x4fca63);}});});if(_0xe507f[_0x454347(0x292)]){this[_0x454347(0x264)](_0xe507f[_0x454347(0x292)]);const _0x10777e=this[_0x454347(0x21f)](_0xe507f[_0x454347(0x292)]),_0x545e3b=this['getHooksForTest'](_0xe507f['originalTest']);_0x545e3b['forEach'](_0x177088=>{const _0x4b995f=_0x454347,_0x2c085d=_0x10777e[_0x4b995f(0x2c6)](_0x177088);if(_0x2c085d&&(_0x4126b0[_0x4b995f(0x2c0)](_0x2c085d[_0x4b995f(0x210)],_0x4126b0[_0x4b995f(0x2fc)])||_0x4126b0[_0x4b995f(0x2c0)](_0x2c085d[_0x4b995f(0x210)],_0x4126b0[_0x4b995f(0x225)]))){const _0x5b0c8d=_0x2c085d[_0x4b995f(0x210)][_0x4b995f(0x263)]()['replace'](_0x4126b0[_0x4b995f(0x2ec)],_0x4126b0[_0x4b995f(0x1c4)]),_0x3dd34b=_0x5b0c8d;!_0x28ec95[_0x3dd34b]&&(_0x28ec95[_0x3dd34b]=[]);const _0x3cb9ee=_0x28ec95[_0x3dd34b][_0x4b995f(0x333)](_0x38136c=>(_0x38136c[TestFrameworkConstants[_0x4b995f(0x2e4)]]||_0x38136c[_0x4b995f(0x270)])===_0x177088);!_0x3cb9ee&&_0x28ec95[_0x3dd34b][_0x4b995f(0x1cf)]({'key':_0x3dd34b,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x177088,[TestFrameworkConstants[_0x4b995f(0x252)]]:TestFrameworkConstants[_0x4b995f(0x2d4)],[TestFrameworkConstants[_0x4b995f(0x219)]]:new Date()[_0x4b995f(0x31d)](),[TestFrameworkConstants[_0x4b995f(0x28d)]]:new Date()[_0x4b995f(0x31d)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2c085d[_0x4b995f(0x254)]||_0x2c085d['type']+_0x4b995f(0x299),[TestFrameworkConstants[_0x4b995f(0x1d4)]]:_0xa93331});}});}if(_0x2b4dcc[_0x454347(0x2db)]&&_0x4126b0['RkztB'](_0x2b4dcc['hooks'][_0x454347(0x1c6)],0x0))_0x47da0a[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x2b4dcc['hooks'],logger[_0x454347(0x346)](_0x4126b0['vIMiF']);else _0x4126b0[_0x454347(0x30d)](Object[_0x454347(0x237)](_0x28ec95)[_0x454347(0x1c6)],0x0)&&(_0x47da0a[TestFrameworkConstants[_0x454347(0x2cc)]]=_0x28ec95,logger['debug'](_0x454347(0x282)+Object['keys'](_0x28ec95)[_0x454347(0x2e0)](',')));const _0x59b6fe=this[_0x454347(0x24b)](_0x2b4dcc);logger[_0x454347(0x346)](_0x454347(0x261)+_0x59b6fe+',\x20testId='+_0x6e37c5+'\x20(testIdentifier),\x20result='+_0x5ab1b0+_0x454347(0x314)+_0x2b4dcc[_0x454347(0x316)]);_0x4126b0[_0x454347(0x21b)](_0x5ab1b0,_0x4126b0[_0x454347(0x287)])&&logger['debug'](_0x454347(0x331)+_0x6e37c5+',\x20failureType='+_0x47da0a[TestFrameworkConstants[_0x454347(0x26d)]]+_0x454347(0x323)+_0x47da0a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x1ae934={};return _0x1ae934[_0x6e37c5]=_0x47da0a,_0x1ae934;}[a91_0x5ca2eb(0x26e)](_0xf17fd0){const _0x27e373=a91_0x5ca2eb,_0xdbdd88={};_0xdbdd88[_0x27e373(0x1c9)]=function(_0x3d8f9d,_0x47f8bc){return _0x3d8f9d!==_0x47f8bc;},_0xdbdd88['ryifb']=function(_0x42385b,_0x213fab){return _0x42385b!==_0x213fab;},_0xdbdd88[_0x27e373(0x2ae)]=_0x27e373(0x24e);const _0x58c6eb=_0xdbdd88,_0x3b0094={};_0x3b0094[_0x27e373(0x226)]=0x2,_0x3b0094[_0x27e373(0x20f)]=0x3,logger[_0x27e373(0x346)](_0x27e373(0x2a3)+util[_0x27e373(0x1eb)](_0xf17fd0,_0x3b0094));const _0x3eb0e6=[];if(_0xf17fd0&&_0xf17fd0[_0x27e373(0x223)]){let _0x294900=_0xf17fd0[_0x27e373(0x223)];while(_0x294900&&_0x294900['name']&&_0x58c6eb[_0x27e373(0x1c9)](_0x294900[_0x27e373(0x254)],'')&&_0x58c6eb[_0x27e373(0x304)](_0x294900['name'],_0x58c6eb[_0x27e373(0x2ae)])){_0x3eb0e6[_0x27e373(0x1cf)](_0x294900[_0x27e373(0x254)]),_0x294900=_0x294900[_0x27e373(0x223)];}}return _0x3eb0e6[_0x27e373(0x262)]();}[a91_0x5ca2eb(0x24b)](_0x5e780c){const _0x4b022d=a91_0x5ca2eb,_0x573aee={};_0x573aee['qQVvd']='Unknown\x20Test';const _0xfd77bd=_0x573aee;if(_0x5e780c['name'])return _0x5e780c[_0x4b022d(0x254)];if(_0x5e780c[_0x4b022d(0x339)])return _0x5e780c[_0x4b022d(0x339)];return _0xfd77bd[_0x4b022d(0x1db)];}[a91_0x5ca2eb(0x218)](_0x344c1c){const _0x5182b7=a91_0x5ca2eb,_0x4d6ee3=[];if(_0x344c1c['tags']&&Array[_0x5182b7(0x2e5)](_0x344c1c[_0x5182b7(0x290)]))return _0x344c1c[_0x5182b7(0x290)][_0x5182b7(0x236)](_0x58bbce=>_0x58bbce[_0x5182b7(0x247)]('@')?_0x58bbce[_0x5182b7(0x30b)](0x1):_0x58bbce);const _0x121c3e=this[_0x5182b7(0x24b)](_0x344c1c),_0x110429=_0x121c3e[_0x5182b7(0x258)](/@(\w+)/g);if(_0x110429)return _0x110429['map'](_0x5106ab=>_0x5106ab['slice'](0x1));return _0x344c1c[_0x5182b7(0x309)]&&Array['isArray'](_0x344c1c[_0x5182b7(0x309)])&&_0x344c1c[_0x5182b7(0x309)]['forEach'](_0x1aff08=>{const _0x40e2e9=_0x5182b7,_0x53865d=_0x1aff08['match'](/@(\w+)/g);_0x53865d&&_0x53865d[_0x40e2e9(0x21c)](_0x5c71d0=>{const _0x5dd37a=_0x40e2e9,_0xc15f16=_0x5c71d0['slice'](0x1);!_0x4d6ee3['includes'](_0xc15f16)&&_0x4d6ee3[_0x5dd37a(0x1cf)](_0xc15f16);});}),_0x4d6ee3;}[a91_0x5ca2eb(0x2df)](_0x5ab4bb){const _0x352cf9=a91_0x5ca2eb,_0x14e879={'eGOTr':function(_0x5da3de,_0x1e2cf1){return _0x5da3de(_0x1e2cf1);}};if(_0x5ab4bb['file_name'])return _0x5ab4bb[_0x352cf9(0x2ef)];if(_0x5ab4bb[_0x352cf9(0x2a1)])try{const _0x554193=stackTrace[_0x352cf9(0x27a)](_0x5ab4bb[_0x352cf9(0x2a1)]),_0x5cfe7b=_0x14e879[_0x352cf9(0x29f)](pickUserFrameFile,_0x554193);if(_0x5cfe7b)return _0x5cfe7b;logger[_0x352cf9(0x346)](_0x352cf9(0x2e2)+_0x554193[_0x352cf9(0x1c6)]+')');}catch(_0x3f78d9){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x352cf9(0x23b)](_0x3f78d9));}return null;}[a91_0x5ca2eb(0x29a)](_0x773660){const _0x34a337=a91_0x5ca2eb,_0x425737={};_0x425737[_0x34a337(0x23d)]=function(_0x44fbb2,_0x50e378){return _0x44fbb2>_0x50e378;},_0x425737[_0x34a337(0x259)]=_0x34a337(0x2fd);const _0x506e01=_0x425737;if(_0x773660[_0x34a337(0x2c4)]&&_0x506e01[_0x34a337(0x23d)](_0x773660['errorsDetailed'][_0x34a337(0x1c6)],0x0))return util[_0x34a337(0x1eb)](_0x773660[_0x34a337(0x2c4)][0x0]);if(_0x773660[_0x34a337(0x296)])return _0x773660[_0x34a337(0x296)];return _0x506e01['TIfaY'];}[a91_0x5ca2eb(0x29d)](_0x4ff838){const _0x88a3df=a91_0x5ca2eb,_0x47ce20={};_0x47ce20[_0x88a3df(0x2f8)]='Assert',_0x47ce20[_0x88a3df(0x342)]='AssertionError',_0x47ce20[_0x88a3df(0x1f8)]=_0x88a3df(0x2ba);const _0x506bff=_0x47ce20,_0x4e63cf=this[_0x88a3df(0x29a)](_0x4ff838);if(_0x4e63cf&&_0x4e63cf[_0x88a3df(0x2b9)](_0x506bff[_0x88a3df(0x2f8)]))return _0x506bff[_0x88a3df(0x342)];return _0x506bff[_0x88a3df(0x1f8)];}[a91_0x5ca2eb(0x301)](_0x20ee6b){const _0x381e80=a91_0x5ca2eb,_0x3ed8e1={'DWxLr':function(_0x5cd508,_0x178e02){return _0x5cd508(_0x178e02);},'ndSzb':_0x381e80(0x317),'CXfST':function(_0x564881,_0x5eeed3){return _0x564881!==_0x5eeed3;},'DoSWY':_0x381e80(0x20b)},{failureData:_0x18a855}=_0x3ed8e1[_0x381e80(0x352)](require,_0x3ed8e1[_0x381e80(0x28f)]),_0xb4d038=[];return _0x3ed8e1[_0x381e80(0x283)](_0x20ee6b[_0x381e80(0x2c4)],undefined)&&_0xb4d038[_0x381e80(0x1cf)](_0x20ee6b[_0x381e80(0x2c4)],_0x3ed8e1[_0x381e80(0x2bb)]),_0x18a855[_0x381e80(0x265)](null,_0xb4d038);}async[a91_0x5ca2eb(0x2f7)](_0x475b39,_0x421a9a,_0x1d855a,_0x37a9bd){const _0x2975bc=a91_0x5ca2eb,_0x55fe82={'VEDgJ':_0x2975bc(0x2da),'irWtl':function(_0x47499e){return _0x47499e();},'iywnY':function(_0x2cf631,_0x1eca85){return _0x2cf631 in _0x1eca85;},'IBUIG':function(_0x12fa00,_0x3316d1){return _0x12fa00 in _0x3316d1;},'XYTrf':function(_0x19bd14,_0x2d37bf){return _0x19bd14===_0x2d37bf;},'uIZEz':function(_0x56b47f,_0x3ecb30){return _0x56b47f>_0x3ecb30;},'DIEhw':'failed','DsFhS':_0x2975bc(0x33c),'VvSPm':function(_0x547e3f,_0x5efb84){return _0x547e3f===_0x5efb84;},'xiTEw':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','LItau':function(_0x52a6a3,_0x38a47b){return _0x52a6a3>_0x38a47b;},'wJoTy':function(_0xd81b13,_0x3dc317){return _0xd81b13===_0x3dc317;},'CtgAv':function(_0x332b4e,_0x27dfa1){return _0x332b4e!==_0x27dfa1;}},{hookData:_0x4a2eed}=_0x37a9bd,_0x15547b=_0x1d855a['toString'](),_0x4f1b78=_0x421a9a[_0x2975bc(0x1da)](),_0x1a37e1={};_0x1a37e1[_0x2975bc(0x226)]=0x2,_0x1a37e1[_0x2975bc(0x20f)]=0x3,logger[_0x2975bc(0x346)](_0x2975bc(0x327)+_0x4f1b78+_0x2975bc(0x23a)+_0x15547b+',\x20hookData='+util[_0x2975bc(0x1eb)](_0x4a2eed,_0x1a37e1));if(!_0x4a2eed)return logger[_0x2975bc(0x346)](_0x55fe82[_0x2975bc(0x2b3)]),{};const _0x8dff51=_0x4a2eed[_0x2975bc(0x2d9)]||_0x4a2eed[_0x2975bc(0x1fb)]||_0x55fe82[_0x2975bc(0x2bd)](uuidv4),_0x2ac407=_0x4a2eed['test_run_id']||this[_0x2975bc(0x338)](_0x4a2eed),_0x5e6f58=_0x421a9a['toString']()[_0x2975bc(0x288)]('.')[0x1],_0x1f98eb=_0x475b39[_0x2975bc(0x2a6)]()['get'](_0x2ac407),_0x18621e=_0x1f98eb?_0x1f98eb[TestFrameworkConstants[_0x2975bc(0x1d4)]]||{}:{};logger['debug'](_0x2975bc(0x345)+_0x8dff51+_0x2975bc(0x27f)+_0x2ac407+'\x20(testIdentifier),\x20hookType='+_0x5e6f58+_0x2975bc(0x23a)+_0x15547b);if(!_0x1f98eb)return logger['debug'](_0x2975bc(0x276)+_0x2ac407+_0x2975bc(0x212)),this[_0x2975bc(0x32f)](_0x475b39,_0x2ac407,_0x421a9a,_0x1d855a,_0x37a9bd),{};let _0x29b996=_0x1f98eb[TestFrameworkConstants[_0x2975bc(0x2be)]];!_0x29b996&&(_0x29b996={});!_0x55fe82['iywnY'](_0x5e6f58,_0x29b996)&&(_0x29b996[_0x5e6f58]=[]);let _0x387330=_0x1f98eb[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x387330&&(_0x387330={});!_0x55fe82[_0x2975bc(0x329)](_0x5e6f58,_0x387330)&&(_0x387330[_0x5e6f58]=[]);const _0x35e066={[_0x2ac407]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x29b996,[TestFrameworkConstants[_0x2975bc(0x2cc)]]:_0x387330,[TestFrameworkConstants[_0x2975bc(0x1c7)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2975bc(0x240)]]:this[_0x2975bc(0x1cc)]()[this[_0x2975bc(0x1cb)]()[0x0]]||''}};if(_0x55fe82[_0x2975bc(0x208)](_0x1d855a,HookState[_0x2975bc(0x34a)])){const _0x35314f={'key':_0x5e6f58,[TestFrameworkConstants[_0x2975bc(0x2e4)]]:_0x8dff51,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x2975bc(0x2d4)],[TestFrameworkConstants[_0x2975bc(0x219)]]:_0x4a2eed['started_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x2975bc(0x2a0)]]:_0x4a2eed['name']||_0x4a2eed[_0x2975bc(0x26b)]||_0x5e6f58,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x18621e};_0x29b996[_0x5e6f58][_0x2975bc(0x1cf)](_0x35314f),_0x35e066[_0x2ac407][TestFrameworkConstants[_0x2975bc(0x2c1)]]=_0x5e6f58;const _0x3b62f9={};_0x3b62f9['depth']=0x2,logger[_0x2975bc(0x346)](_0x2975bc(0x2d0)+_0x5e6f58+_0x2975bc(0x2bf)+_0x8dff51+_0x2975bc(0x27f)+_0x2ac407+',\x20hook='+util[_0x2975bc(0x1eb)](_0x35314f,_0x3b62f9));}else{if(_0x55fe82['XYTrf'](_0x1d855a,HookState[_0x2975bc(0x2af)])){const _0x345cf9=_0x4a2eed['result']||(_0x4a2eed[_0x2975bc(0x2c4)]&&_0x55fe82['uIZEz'](_0x4a2eed['errorsDetailed']['length'],0x0)?_0x55fe82['DIEhw']:_0x55fe82[_0x2975bc(0x256)]),_0x3f30da=_0x29b996[_0x5e6f58]||[];logger[_0x2975bc(0x346)](_0x2975bc(0x260)+_0x5e6f58+_0x2975bc(0x27f)+_0x2ac407+_0x2975bc(0x1f3)+_0x345cf9+_0x2975bc(0x278)+_0x3f30da['length']);if(_0x55fe82['VvSPm'](_0x3f30da[_0x2975bc(0x1c6)],0x0)&&_0x55fe82[_0x2975bc(0x208)](_0x421a9a,TestFrameworkState['BEFORE_ALL']))return logger[_0x2975bc(0x346)](_0x55fe82['xiTEw']),this[_0x2975bc(0x32f)](_0x475b39,_0x2ac407,_0x421a9a,_0x1d855a,_0x37a9bd),{};if(_0x55fe82[_0x2975bc(0x1c3)](_0x3f30da[_0x2975bc(0x1c6)],0x0)){const _0x18e492=_0x3f30da[_0x2975bc(0x1e6)]();_0x55fe82['wJoTy'](_0x345cf9,_0x55fe82[_0x2975bc(0x1f6)])&&_0x4a2eed[_0x2975bc(0x2c4)]?(_0x18e492[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x2975bc(0x29d)](_0x4a2eed),_0x18e492[TestFrameworkConstants[_0x2975bc(0x29e)]]=this[_0x2975bc(0x29a)](_0x4a2eed),_0x18e492[TestFrameworkConstants[_0x2975bc(0x24f)]]=this['getJestFailureData'](_0x4a2eed),logger['debug'](_0x2975bc(0x308)+_0x5e6f58+',\x20failureType='+_0x18e492[TestFrameworkConstants[_0x2975bc(0x224)]]+_0x2975bc(0x323)+_0x18e492[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x2975bc(0x335)](0x0,0xc8))):_0x18e492[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x55fe82[_0x2975bc(0x256)];_0x55fe82[_0x2975bc(0x34e)](_0x345cf9,TestFrameworkConstants[_0x2975bc(0x2d4)])&&(_0x18e492[TestFrameworkConstants[_0x2975bc(0x252)]]=_0x345cf9);_0x18e492[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4a2eed[_0x2975bc(0x200)]||new Date()[_0x2975bc(0x31d)](),_0x18e492[TestFrameworkConstants[_0x2975bc(0x1d4)]]=_0x18621e;const _0x2acf0c=_0x18e492[TestFrameworkConstants[_0x2975bc(0x2e4)]];!_0x387330[_0x5e6f58]&&(_0x387330[_0x5e6f58]=[]);_0x387330[_0x5e6f58][_0x2975bc(0x1cf)](_0x18e492),_0x35e066[_0x2ac407][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x5e6f58;const _0x14c6f7={};_0x14c6f7[_0x2975bc(0x226)]=0x2,logger[_0x2975bc(0x346)](_0x2975bc(0x298)+_0x5e6f58+_0x2975bc(0x2bf)+_0x2acf0c+_0x2975bc(0x1f3)+_0x345cf9+',\x20hook='+util[_0x2975bc(0x1eb)](_0x18e492,_0x14c6f7));}}}return _0x35e066;}[a91_0x5ca2eb(0x33f)](_0x5d1471){const _0x3e81db=a91_0x5ca2eb,_0x14985b={};_0x14985b[_0x3e81db(0x2eb)]=_0x3e81db(0x209);const _0x304b4d=_0x14985b;try{const _0x1e6457=_0x5d1471[_0x3e81db(0x20b)]?this[_0x3e81db(0x338)](_0x5d1471[_0x3e81db(0x20b)]):_0x5d1471[_0x3e81db(0x22c)]['test_run_id'],_0x53f918=_0x5d1471[_0x3e81db(0x1d3)],_0x1ed687=_0x53f918[_0x3e81db(0x232)](),_0x438272=_0x53f918[_0x3e81db(0x2a6)]()['get'](_0x1e6457);if(!_0x438272)return logger[_0x3e81db(0x346)](_0x3e81db(0x28e)+_0x1e6457),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5f54b2=this[_0x3e81db(0x1cb)]()[0x0]||'',[TestFrameworkConstants[_0x3e81db(0x240)]]:_0x3886ac=this[_0x3e81db(0x1cc)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x3e81db(0x313)]]:_0x442b5d='',[TestFrameworkConstants[_0x3e81db(0x30a)]]:_0x44ea8d=''}=_0x438272,_0x426afe=_0x53f918['getCurrentTestState']()[_0x3e81db(0x1da)]()[_0x3e81db(0x288)]('.')[0x1],_0x1e072b=_0x53f918[_0x3e81db(0x1ef)]()[_0x3e81db(0x1da)]()[_0x3e81db(0x288)]('.')[0x1],_0x474de5=global?.[_0x3e81db(0x336)]?.['workerInfo']?.['parallelIndex']||global['__bstackPlatformIndex']||0x0,_0x4d0275=_0x53f918[_0x3e81db(0x332)](),_0x23bb67=Buffer[_0x3e81db(0x229)](JSON[_0x3e81db(0x285)](_0x438272))[_0x3e81db(0x1da)](_0x304b4d['FwQKG']),_0x4d6566={'hash':_0x1ed687[_0x3e81db(0x280)](),'threadId':_0x1ed687[_0x3e81db(0x343)]()['toString'](),'processId':_0x1ed687['getProcessId']()['toString']()},_0x3e2cdc={};_0x3e2cdc['platformIndex']=_0x474de5,_0x3e2cdc[_0x3e81db(0x350)]=_0x5f54b2,_0x3e2cdc['testFrameworkVersion']=_0x3886ac,_0x3e2cdc[_0x3e81db(0x310)]=_0x426afe,_0x3e2cdc[_0x3e81db(0x321)]=_0x1e072b,_0x3e2cdc[_0x3e81db(0x326)]=_0x442b5d,_0x3e2cdc[_0x3e81db(0x1e3)]=_0x44ea8d,_0x3e2cdc[_0x3e81db(0x2d9)]=_0x4d0275,_0x3e2cdc['eventJson']=_0x23bb67,_0x3e2cdc[_0x3e81db(0x32b)]=_0x4d6566,_0x3e2cdc[_0x3e81db(0x29b)]=_0x1e6457;const _0x49657b=_0x3e2cdc;return _0x49657b;}catch(_0x5d411c){return logger['error'](_0x3e81db(0x1ff)+util['format'](_0x5d411c)),{};}}async['sendLogCreatedEvent'](_0x49c35d,_0x2228ee,_0x143184){const _0x1cd4db=a91_0x5ca2eb,_0x2f4e80={'kxakJ':function(_0x14ef29,_0x5073dd){return _0x14ef29+_0x5073dd;},'WFUaj':_0x1cd4db(0x21d),'ZaELM':'none','adoNi':function(_0x4cb1eb,_0x40a274){return _0x4cb1eb>_0x40a274;},'aSrzc':function(_0x51cc05,_0x193dac,_0x47b6d0,_0x47bec7){return _0x51cc05(_0x193dac,_0x47b6d0,_0x47bec7);},'QAZfD':function(_0x1cb17c,_0x4abb48){return _0x1cb17c-_0x4abb48;},'eLetJ':function(_0x585821,_0x50a112){return _0x585821===_0x50a112;},'sAVgh':function(_0x3d96cb,_0x21d8b1){return _0x3d96cb/_0x21d8b1;},'xBlok':function(_0x259489,_0x3916ae){return _0x259489<_0x3916ae;},'YHYbN':function(_0x13b87e,_0x17ea08){return _0x13b87e*_0x17ea08;}};try{const _0x2fb834=_0x143184[_0x1cd4db(0x2e1)]||_0x143184['testId'],_0x1abf57=Array[_0x1cd4db(0x229)](_0x49c35d['getAllData']()[_0x1cd4db(0x237)]()),_0x2194b5=_0x49c35d['getAllData']()[_0x1cd4db(0x2c6)](_0x2fb834);if(!_0x2194b5){logger[_0x1cd4db(0x346)](_0x1cd4db(0x1e0)+_0x2fb834);return;}const {[TestFrameworkConstants[_0x1cd4db(0x1c7)]]:_0x4da78a='',[TestFrameworkConstants[_0x1cd4db(0x240)]]:_0x3b8f0e=''}=_0x2194b5;let _0x271505=[];_0x2194b5&&_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x293)]]&&Array[_0x1cd4db(0x2e5)](_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x293)]])?(_0x271505=_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x293)]]||[],logger[_0x1cd4db(0x346)](_0x1cd4db(0x2c7)+_0x271505[_0x1cd4db(0x1c6)]+'\x20logs\x20for\x20testId:\x20'+_0x2fb834),_0x49c35d[_0x1cd4db(0x25c)]({[_0x2fb834]:{[TestFrameworkConstants[_0x1cd4db(0x293)]]:[],[TestFrameworkConstants[_0x1cd4db(0x1c7)]]:this[_0x1cd4db(0x1cb)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1cd4db(0x1cc)]()[this[_0x1cd4db(0x1cb)]()[0x0]]||''}}),logger['debug'](_0x1cd4db(0x24a)+_0x2fb834)):logger[_0x1cd4db(0x346)](_0x1cd4db(0x1d0)+_0x2fb834);logger[_0x1cd4db(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x271505[_0x1cd4db(0x1c6)]+_0x1cd4db(0x2a5)+_0x2fb834);const _0x3bf9b9=_0x271505[_0x1cd4db(0x201)](_0x212860=>_0x212860[_0x1cd4db(0x28b)]==='TEST_SCREENSHOT');_0x2f4e80[_0x1cd4db(0x1dc)](_0x3bf9b9[_0x1cd4db(0x1c6)],0x0)&&(logger['debug'](_0x1cd4db(0x25d)+_0x3bf9b9[_0x1cd4db(0x1c6)]+_0x1cd4db(0x31e)+_0x2fb834),_0x3bf9b9[_0x1cd4db(0x21c)]((_0x55bcec,_0x15acdd)=>{const _0xa5befc=_0x1cd4db;logger[_0xa5befc(0x346)](_0xa5befc(0x1e4)+_0x2f4e80[_0xa5befc(0x2f9)](_0x15acdd,0x1)+'/'+_0x3bf9b9['length']+_0xa5befc(0x291)+(_0x55bcec[_0xa5befc(0x29b)]||_0x2f4e80[_0xa5befc(0x2cd)])+',\x20test_run_uuid='+(_0x55bcec[_0xa5befc(0x230)]||_0x2f4e80['WFUaj'])+_0xa5befc(0x25e)+(_0x55bcec['hook_run_uuid']||_0x2f4e80[_0xa5befc(0x354)])+',\x20messageLength='+(_0x55bcec['message']?.['length']||0x0));}));const _0x866cb8=_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x1d1)]]||{},_0x558b56=_0x2f4e80[_0x1cd4db(0x20d)](getMediaArtifactsLogs,_0x866cb8,null,_0x2fb834),_0x52f145=(_0x271505||[])['concat'](_0x558b56||[]),_0x4669a8=_0x3bf9b9?.[_0x1cd4db(0x1c6)]||0x0,_0xd8a344=_0x2f4e80[_0x1cd4db(0x2d6)](_0x271505?.['length']||0x0,_0x4669a8);logger[_0x1cd4db(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x2fb834+',\x20consoleLogs:\x20'+_0xd8a344+_0x1cd4db(0x271)+_0x4669a8+_0x1cd4db(0x2ff)+(_0x558b56?.[_0x1cd4db(0x1c6)]||0x0)+_0x1cd4db(0x1f0)+_0x52f145[_0x1cd4db(0x1c6)]);if(!_0x52f145||_0x2f4e80[_0x1cd4db(0x2ac)](_0x52f145[_0x1cd4db(0x1c6)],0x0)){logger[_0x1cd4db(0x346)](_0x1cd4db(0x2c9)+_0x2fb834);return;}const _0x13af5c=0x28,_0x5a8826=Math['ceil'](_0x2f4e80[_0x1cd4db(0x22d)](_0x52f145['length'],_0x13af5c));for(let _0x194e28=0x0;_0x2f4e80[_0x1cd4db(0x26c)](_0x194e28,_0x5a8826);_0x194e28++){const _0x36c077=_0x2f4e80['YHYbN'](_0x194e28,_0x13af5c),_0x4c3be2=_0x2f4e80[_0x1cd4db(0x2f9)](_0x36c077,_0x13af5c),_0x517a93=_0x52f145[_0x1cd4db(0x20c)](_0x36c077,_0x4c3be2),_0x1aa71f=global?.[_0x1cd4db(0x2e9)]??0x0,_0x194793={'platformIndex':_0x1aa71f,'logs':_0x517a93,'testFrameworkName':_0x4da78a,'testFrameworkVersion':_0x3b8f0e,'testFrameworkState':_0x2228ee['toString']()[_0x1cd4db(0x288)]('.')[0x1]},_0x39a560={};_0x39a560['depth']=0x3,_0x39a560[_0x1cd4db(0x20f)]=0x5,logger['debug'](_0x1cd4db(0x1d5)+_0x2f4e80[_0x1cd4db(0x2f9)](_0x194e28,0x1)+'/'+_0x5a8826+'\x20-\x20testId:\x20'+_0x2fb834+_0x1cd4db(0x202)+_0x517a93[_0x1cd4db(0x1c6)]+_0x1cd4db(0x22e)+_0x1aa71f+_0x1cd4db(0x34c)+util[_0x1cd4db(0x1eb)](_0x194793,_0x39a560));const _0x797e8e=await GrpcClient[_0x1cd4db(0x1f5)]()[_0x1cd4db(0x248)](_0x194793);logger[_0x1cd4db(0x346)](_0x1cd4db(0x1d5)+_0x2f4e80[_0x1cd4db(0x2f9)](_0x194e28,0x1)+'/'+_0x5a8826+_0x1cd4db(0x1e9)+_0x2fb834+_0x1cd4db(0x20a)+util[_0x1cd4db(0x1eb)](_0x797e8e));}_0x558b56&&_0x2f4e80[_0x1cd4db(0x1dc)](_0x558b56[_0x1cd4db(0x1c6)],0x0)&&_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x1d1)]]&&_0x49c35d[_0x1cd4db(0x25c)]({[_0x2fb834]:{[TestFrameworkConstants[_0x1cd4db(0x1d1)]]:{},[TestFrameworkConstants[_0x1cd4db(0x1c7)]]:this[_0x1cd4db(0x1cb)]()[0x0]||'',[TestFrameworkConstants[_0x1cd4db(0x240)]]:this[_0x1cd4db(0x1cc)]()[this[_0x1cd4db(0x1cb)]()[0x0]]||''}}),logger[_0x1cd4db(0x346)](_0x1cd4db(0x2de)+_0x2fb834+_0x1cd4db(0x334)+_0x5a8826);}catch(_0x31c2bb){logger[_0x1cd4db(0x281)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x143184['testUUID']||_0x143184[_0x1cd4db(0x2f2)])+_0x1cd4db(0x2b0)+util['format'](_0x31c2bb));}}['storePendingHook'](_0x564faa,_0x45a718,_0x494fdb,_0x26424a,_0x1977d3){const _0x4ab204=a91_0x5ca2eb,_0xe8bd4={};_0xe8bd4[_0x4ab204(0x257)]=function(_0x8cddd1,_0x1f3785){return _0x8cddd1===_0x1f3785;},_0xe8bd4[_0x4ab204(0x2d5)]=_0x4ab204(0x319);const _0x217599=_0xe8bd4,{hookData:_0x3cc722}=_0x1977d3,_0x1d2e9c={'testId':_0x45a718,'testFrameworkState':_0x494fdb,'hookState':_0x26424a,'args':_0x1977d3,'timestamp':new Date()[_0x4ab204(0x31d)]()};if(_0x217599[_0x4ab204(0x257)](_0x494fdb,TestFrameworkState[_0x4ab204(0x1ea)])&&_0x3cc722){const _0xdf8a44={};_0xdf8a44[_0x4ab204(0x234)]=_0x3cc722[_0x4ab204(0x2ef)]||_0x3cc722[_0x4ab204(0x217)],_0xdf8a44[_0x4ab204(0x27b)]=_0x3cc722['scope']||_0x3cc722[_0x4ab204(0x309)]&&_0x3cc722[_0x4ab204(0x309)][0x0]||'',_0xdf8a44['hookType']=_0x217599[_0x4ab204(0x2d5)],_0x1d2e9c['hookMetadata']=_0xdf8a44,logger[_0x4ab204(0x346)](_0x4ab204(0x341)+_0x45a718+_0x4ab204(0x1fa)+_0x1d2e9c[_0x4ab204(0x1d7)][_0x4ab204(0x234)]+_0x4ab204(0x1fd)+_0x1d2e9c['hookMetadata'][_0x4ab204(0x27b)]);}_0x564faa[_0x4ab204(0x355)](_0x45a718,_0x1d2e9c),logger[_0x4ab204(0x346)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x45a718+_0x4ab204(0x1e7)+_0x494fdb+',\x20hookState:\x20'+_0x26424a);}async['processPendingHooks'](_0xc56459,_0x53d8d1){const _0x4b92b1=a91_0x5ca2eb,_0x36e79e={};_0x36e79e[_0x4b92b1(0x31f)]=function(_0x3ea347,_0x2e93d4){return _0x3ea347>_0x2e93d4;},_0x36e79e[_0x4b92b1(0x2b1)]=function(_0x4c6cb6,_0x174815){return _0x4c6cb6===_0x174815;},_0x36e79e[_0x4b92b1(0x1dd)]=function(_0x15df3f,_0x31bdcb){return _0x15df3f===_0x31bdcb;},_0x36e79e[_0x4b92b1(0x325)]=function(_0x5ed3b9,_0x2412b9){return _0x5ed3b9>_0x2412b9;},_0x36e79e[_0x4b92b1(0x318)]=function(_0x11c59b,_0x4d1b06){return _0x11c59b===_0x4d1b06;},_0x36e79e[_0x4b92b1(0x348)]=_0x4b92b1(0x267);const _0x2b4cc1=_0x36e79e;if(_0xc56459[_0x4b92b1(0x30f)](_0x53d8d1)){const _0x3b4f53=_0xc56459[_0x4b92b1(0x34f)](_0x53d8d1);logger[_0x4b92b1(0x346)](_0x4b92b1(0x1f9)+_0x3b4f53[_0x4b92b1(0x1c6)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x53d8d1);for(const _0x398155 of _0x3b4f53){try{const _0x4ac7ef=await this[_0x4b92b1(0x2f7)](_0xc56459,_0x398155['testFrameworkState'],_0x398155['hookState'],_0x398155['args']);_0x4ac7ef&&_0x2b4cc1[_0x4b92b1(0x31f)](Object[_0x4b92b1(0x237)](_0x4ac7ef)[_0x4b92b1(0x1c6)],0x0)&&_0xc56459['addMultipleEntries'](_0x4ac7ef),await this[_0x4b92b1(0x305)](_0xc56459,_0x398155[_0x4b92b1(0x310)],_0x398155[_0x4b92b1(0x321)],_0x398155[_0x4b92b1(0x1fc)]);}catch(_0x4ac674){logger[_0x4b92b1(0x281)](_0x4b92b1(0x303)+_0x53d8d1+_0x4b92b1(0x2b0)+_0x4ac674);}}_0xc56459['removePendingHooks'](_0x53d8d1),logger[_0x4b92b1(0x346)](_0x4b92b1(0x250)+_0x53d8d1);}const _0x1a6b67=_0xc56459['getAllData']()[_0x4b92b1(0x2c6)](_0x53d8d1);if(_0x1a6b67){const _0x39b969=_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x2d3)]]||_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x2c5)]],_0x4acaf6=_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x1de)]]||_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x2dd)]]&&_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x2dd)]][0x0]||'';logger[_0x4b92b1(0x346)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x39b969+_0x4b92b1(0x1fd)+_0x4acaf6);const _0x11399f=_0xc56459['getAllPendingHookTestIds']();for(const _0x1a027b of _0x11399f){if(_0x2b4cc1[_0x4b92b1(0x2b1)](_0x1a027b,_0x53d8d1))continue;if(_0xc56459[_0x4b92b1(0x30f)](_0x1a027b)){const _0x32c705=_0xc56459['getPendingHooks'](_0x1a027b);for(const _0x36fe82 of _0x32c705){if(_0x2b4cc1['WdnNX'](_0x36fe82[_0x4b92b1(0x310)],TestFrameworkState['BEFORE_ALL'])&&_0x36fe82[_0x4b92b1(0x1d7)]){const _0x3a6aed=_0x36fe82[_0x4b92b1(0x1d7)][_0x4b92b1(0x234)],_0x3cf133=_0x36fe82[_0x4b92b1(0x1d7)][_0x4b92b1(0x27b)];if(_0x2b4cc1[_0x4b92b1(0x2b1)](_0x3a6aed,_0x39b969)&&_0x2b4cc1[_0x4b92b1(0x1dd)](_0x3cf133,_0x4acaf6)){logger['debug'](_0x4b92b1(0x273)+_0x1a027b+_0x4b92b1(0x33d)+_0x53d8d1+_0x4b92b1(0x1fa)+_0x3a6aed+_0x4b92b1(0x1fd)+_0x3cf133);_0x36fe82[_0x4b92b1(0x1fc)]&&_0x36fe82[_0x4b92b1(0x1fc)][_0x4b92b1(0x22c)]&&(_0x36fe82[_0x4b92b1(0x1fc)][_0x4b92b1(0x22c)][_0x4b92b1(0x1e8)]=_0x53d8d1,logger[_0x4b92b1(0x346)](_0x4b92b1(0x20e)+_0x1a027b+_0x4b92b1(0x1ce)+_0x53d8d1));try{const _0x16287c=await this['trackHookEvent'](_0xc56459,_0x36fe82[_0x4b92b1(0x310)],_0x36fe82['hookState'],_0x36fe82[_0x4b92b1(0x1fc)]);_0x16287c&&_0x2b4cc1[_0x4b92b1(0x325)](Object[_0x4b92b1(0x237)](_0x16287c)['length'],0x0)&&_0xc56459['addMultipleEntries'](_0x16287c);await this[_0x4b92b1(0x305)](_0xc56459,_0x36fe82[_0x4b92b1(0x310)],_0x36fe82[_0x4b92b1(0x321)],_0x36fe82['args']);const _0x4645fb=_0xc56459[_0x4b92b1(0x34f)](_0x1a027b)['filter'](_0x49ba86=>_0x49ba86!==_0x36fe82);if(_0x2b4cc1[_0x4b92b1(0x318)](_0x4645fb[_0x4b92b1(0x1c6)],0x0))_0xc56459[_0x4b92b1(0x31b)](_0x1a027b);else{_0xc56459[_0x4b92b1(0x31b)](_0x1a027b);for(const _0x2db374 of _0x4645fb){_0xc56459[_0x4b92b1(0x355)](_0x1a027b,_0x2db374);}}logger[_0x4b92b1(0x346)](_0x2b4cc1[_0x4b92b1(0x348)]);}catch(_0x57d3cb){logger[_0x4b92b1(0x281)](_0x4b92b1(0x251)+_0x53d8d1+_0x4b92b1(0x2b0)+_0x57d3cb);}}}}}}}}[a91_0x5ca2eb(0x264)](_0xc244e9){const _0xbd9229=a91_0x5ca2eb,_0x563479={'JbLGr':function(_0x16ab6d){return _0x16ab6d();}};if(!_0xc244e9||!_0xc244e9[_0xbd9229(0x223)])return;_0xc244e9[_0xbd9229(0x223)][_0xbd9229(0x2db)]&&Array[_0xbd9229(0x2e5)](_0xc244e9[_0xbd9229(0x223)][_0xbd9229(0x2db)])&&_0xc244e9[_0xbd9229(0x223)]['hooks'][_0xbd9229(0x21c)](_0x33dace=>{const _0xca3e7b=_0xbd9229;!_0x33dace[_0xca3e7b(0x1fb)]&&!_0x33dace['hookUUID']&&(_0x33dace[_0xca3e7b(0x1fb)]=_0x563479[_0xca3e7b(0x30e)](uuidv4),_0x33dace[_0xca3e7b(0x1c1)]=_0x33dace[_0xca3e7b(0x1fb)],logger[_0xca3e7b(0x346)](_0xca3e7b(0x2cb)+_0x33dace[_0xca3e7b(0x210)]+',\x20hookUUID='+_0x33dace[_0xca3e7b(0x1fb)]));}),this[_0xbd9229(0x264)](_0xc244e9[_0xbd9229(0x223)]);}[a91_0x5ca2eb(0x253)](_0x3bf3d8){const _0x36c870=a91_0x5ca2eb,_0x52d868={'nUwFC':function(_0x3a0a3e,_0x274b47){return _0x3a0a3e(_0x274b47);}};if(!_0x3bf3d8||!_0x3bf3d8[_0x36c870(0x223)])return[];const _0xe7eb19=[];return _0x3bf3d8[_0x36c870(0x223)][_0x36c870(0x2db)]&&Array['isArray'](_0x3bf3d8['parent'][_0x36c870(0x2db)])&&_0x3bf3d8[_0x36c870(0x223)][_0x36c870(0x2db)][_0x36c870(0x21c)](_0x3a6d74=>{const _0x2a76c8=_0x36c870,_0x4f0c38=_0x3a6d74[_0x2a76c8(0x1fb)]||_0x3a6d74[_0x2a76c8(0x1c1)];_0x4f0c38&&!this['isJestInternalHook'](_0x3a6d74)&&!_0x52d868[_0x2a76c8(0x295)](isInternalHook,_0x3a6d74['fn'])&&_0xe7eb19['push'](_0x4f0c38);}),[..._0xe7eb19,...this[_0x36c870(0x253)](_0x3bf3d8[_0x36c870(0x223)])];}[a91_0x5ca2eb(0x21f)](_0x473c19){const _0x3b8653=a91_0x5ca2eb,_0x30f7f5={'zUMhc':function(_0x3ed3e4,_0x1b8139){return _0x3ed3e4(_0x1b8139);},'CquYO':_0x3b8653(0x32e),'HVfOp':function(_0x564609,_0xfb332d){return _0x564609(_0xfb332d);},'NmnJC':function(_0x568781,_0x2b6001){return _0x568781(_0x2b6001);}},_0x47561b=new Map(),_0x32ddd2=_0x5cb026=>{const _0x5ef950=_0x3b8653;if(!_0x5cb026||!_0x5cb026[_0x5ef950(0x223)])return;_0x5cb026[_0x5ef950(0x223)][_0x5ef950(0x2db)]&&Array[_0x5ef950(0x2e5)](_0x5cb026[_0x5ef950(0x223)][_0x5ef950(0x2db)])&&_0x5cb026['parent'][_0x5ef950(0x2db)][_0x5ef950(0x21c)](_0x404133=>{const _0xe3396b=_0x5ef950,_0x2b8421=_0x404133[_0xe3396b(0x1fb)]||_0x404133[_0xe3396b(0x1c1)];if(_0x2b8421&&!this[_0xe3396b(0x1e5)](_0x404133)&&!_0x30f7f5[_0xe3396b(0x1df)](isInternalHook,_0x404133['fn'])){const _0x4f0f79={};_0x4f0f79[_0xe3396b(0x210)]=_0x404133[_0xe3396b(0x210)]||_0x30f7f5['CquYO'],_0x4f0f79[_0xe3396b(0x254)]=_0x404133[_0xe3396b(0x254)]||'\x22'+_0x404133[_0xe3396b(0x210)]+_0xe3396b(0x344),_0x47561b[_0xe3396b(0x1ca)](_0x2b8421,_0x4f0f79);}}),_0x30f7f5[_0x5ef950(0x2aa)](_0x32ddd2,_0x5cb026[_0x5ef950(0x223)]);};return _0x30f7f5['NmnJC'](_0x32ddd2,_0x473c19),_0x47561b;}[a91_0x5ca2eb(0x1e5)](_0x245357){const _0x265f62=a91_0x5ca2eb,_0x56eff3={};_0x56eff3[_0x265f62(0x25a)]='jest-circus',_0x56eff3[_0x265f62(0x2ab)]=_0x265f62(0x297);const _0x12a864=_0x56eff3;try{const _0x359e68=this['getRootParentFile'](_0x245357);if(!_0x359e68||_0x359e68[_0x265f62(0x2b9)](_0x12a864[_0x265f62(0x25a)]))return!![];return![];}catch(_0x5be3ba){logger['debug'](_0x12a864[_0x265f62(0x2ab)]);}return![];}['getRootParentFile'](_0x2e5bc0){const _0x290742=a91_0x5ca2eb,_0x2601f1={'OkTKw':function(_0x3bb288,_0x577243){return _0x3bb288(_0x577243);}};if(_0x2e5bc0[_0x290742(0x23e)])return _0x2e5bc0[_0x290742(0x23e)];if(_0x2e5bc0[_0x290742(0x2a1)])try{const _0x8a3bc5=stackTrace[_0x290742(0x27a)](_0x2e5bc0[_0x290742(0x2a1)]),_0x4db5dc=_0x2601f1['OkTKw'](pickUserFrameFile,_0x8a3bc5);if(_0x4db5dc)return _0x4db5dc;logger[_0x290742(0x346)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x8a3bc5[_0x290742(0x1c6)]+')');}catch(_0x25e8c6){logger[_0x290742(0x346)](_0x290742(0x27e)+util[_0x290742(0x23b)](_0x25e8c6));}return null;}}module[a91_0x5ca2eb(0x2f6)]=JestTestFramework;function a91_0x4e56(_0x134336,_0x2f750c){const _0x2310e2=a91_0x2310();return a91_0x4e56=function(_0x4e5643,_0x4bcd2e){_0x4e5643=_0x4e5643-0x1c1;let _0x3e1c65=_0x2310e2[_0x4e5643];return _0x3e1c65;},a91_0x4e56(_0x134336,_0x2f750c);}function a91_0x2310(){const _0x4501a5=['kzmcQ','KEY_TEST_STARTED_AT',',\x20duration=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','duration','../../../helpers/test-observability/utils','Ociig','beforeAll','_ALL','removePendingHooks','10YRSfFf','toISOString','\x20screenshot\x20logs\x20for\x20testId:\x20','OghsU','afterAll','hookState','../../../helpers/helper.js',',\x20failureReason=','1421116XeLHTo','ZBpOV','startedAt','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','QZqJe','IBUIG',',\x20scopes=','executionContext',',\x20testData=','skipped','unknown','storePendingHook',':testAnalyticsId','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getRef','find',',\x20totalBatches:\x20','substring','__workerDetails','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getJestTestIdentifier','title','\x22\x20from\x20testData','DEFAULT_TEST_RESULT','passed',',\x20currentTestId:\x20','../state/testFrameworkState.js','createTestFrameworkEventPayload','KEY_TEST_ID','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','YDVDQ','getThreadId','\x22\x20hook','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','debug','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','hOqak','../grpcClient','PRE','ZpFMV',',\x20payload:\x20','TeUdo','CtgAv','getPendingHooks','testFrameworkName','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','DWxLr','../TestInfo.js','ZaELM','addPendingHook','hookUUID','retryOf','LItau','xJjRa','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','length','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','jWGWf','set','getTestFrameworks','getTestFrameworksVersions','14gyaCQQ','\x20to\x20','push','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_ATTACHMENTS','warn','instance','KEY_CUSTOM_TAGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','hookType','hookMetadata','body','getTrackedInstance','toString','qQVvd','adoNi','WdnNX','KEY_TEST_SCOPE','zUMhc','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','findIndex','endedAt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','isJestInternalHook','pop',',\x20state:\x20','test_run_id','\x20-\x20testId:\x20','BEFORE_ALL','inspect','2817YlkSWB','SGpjS','ercSQ','getCurrentHookState',',\x20totalLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','delete',',\x20result=',',\x20version=','getInstance','DIEhw','activeHooks','tJeoG','Processing\x20',',\x20filePath:\x20','hookAnalyticsId','args',',\x20scope:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','Error\x20in\x20createTestFrameworkEventPayload:\x20','finished_at','filter',',\x20logsInBatch:\x20','KEY_TEST_RETRY_OF','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x20files','\x20attachments','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','XYTrf','base64',',\x20response=','test','slice','aSrzc','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','maxArrayLength','type','trackEvent',',\x20storing\x20as\x20pending\x20hook','removeActiveHook','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','nUlCF','4039288DFYaSZ','location','getJestTestTags','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','zSnzB','forEach','missing','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','buildHookMapFromTest','code','NONE','started_at','parent','KEY_HOOK_FAILURE_TYPE','nbwGq','depth','KEY_TEST_UUID','KEY_TEST_RERUN_NAME','from','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','PJBes','hookData','sAVgh',',\x20platformIndex:\x20','DqKbe','test_run_uuid','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','getContext','../instances/trackedInstance.js','filePath','KEY_TEST_NAME','map','keys','RrVrO','mTqoV',',\x20hookState=','format','TEST','MRGim','file','KEY_TEST_RESULT','KEY_TEST_FRAMEWORK_VERSION','stack-trace','KEY_AUTOMATE_SESSION_NAME','11585961nHuixV',',\x20filePath=','292632huAAIU','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','startsWith','logCreatedEvent','vhjvq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getJestTestName','processPendingHooks',',\x20hookUUID=','ROOT_DESCRIBE_BLOCK','KEY_HOOK_FAILURE','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','KEY_HOOK_RESULT','getHooksForTest','name','./testFramework','DsFhS','omBEh','match','TIfaY','CoYVM','../../../helpers/stackFrameUtils','addMultipleEntries','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20',',\x20hook_run_uuid=','HgXsv','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','reverse','toUpperCase','mapTestHooks','apply','539535dXjBKr','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','JxPxd','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','hook_type','xBlok','KEY_TEST_FAILURE_TYPE','getJestTestScopes','JIwmX','hook_id',',\x20screenshotLogs:\x20','trackJestInstance','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','status','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','trackJestInstance:\x20instance\x20already\x20exists',',\x20hooksListLength=','853436ZhKcqT','parse','scope','splice',',\x20hookType=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20testId=','getId','error','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','CXfST',',\x20state=','stringify','../../../helpers/classLogger.js','kIdAP','split',',\x20hookData=','KEY_TEST_DURATION','kind','LOG_REPORT','KEY_EVENT_ENDED_AT','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','ndSzb','tags','\x20-\x20test_identifier=','originalTest','KEY_LOGS','KEY_TEST_TAGS','nUwFC','failure_reason','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','\x20hook','getJestFailureReason','test_identifier','JRwxO','getJestFailureType','KEY_HOOK_FAILURE_REASON','eGOTr','KEY_HOOK_NAME','asyncError','FmwJq','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_LOGS','\x20for\x20testId:\x20','getAllData','AIVVw','hook_result','has','HVfOp','DszKH','eLetJ','ALL','BVmUO','POST',',\x20error:\x20','eoWMn',',\x20argsKeys=','VEDgJ',',\x20testFramework=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','AVHpe','parseJestTestResult','ZHiIy','includes','UnhandledError','DoSWY','resolveInstance','irWtl','KEY_HOOKS_STARTED',',\x20hookId=','qxHXj','KEY_HOOK_LAST_STARTED','lMxFO','event_ended_at','errorsDetailed','KEY_TEST_LOCATION','get','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','testData','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_HOOKS_FINISHED','WFUaj','nBMut','getActiveHook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_TEST_FILE_PATH','DEFAULT_HOOK_RESULT','qyKMg','QAZfD','sendLogCreatedEvent','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','uuid','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hooks','../cliUtils.js','KEY_TEST_SCOPES','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestFilePath','join','testUUID','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','../state/hookState.js','KEY_HOOK_ID','isArray','zPwbh','pid','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','browserstackPlatformIndex','FrVxK','FwQKG','zTxLZ','result','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','file_name','util','\x20&\x20hookState=','testId','1287fkZARg','PEQhd','trackJestInstance:\x20created\x20instance\x20for\x20target=','exports','trackHookEvent','VSyJM','kxakJ','3480AaZTfN','\x20(testIdentifier)','pvsOt','Unknown\x20error','skip',',\x20attachmentLogs:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','getJestFailureData','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','ryifb','runHooks','matchHookRegex','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','scopes','KEY_TEST_ENDED_AT','substr','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','kmHHc','JbLGr','hasPendingHooks','testFrameworkState','18rkPFfx'];a91_0x2310=function(){return _0x4501a5;};return a91_0x2310();}
|
|
1
|
+
function a91_0x57df(_0x5561c9,_0x104ee1){const _0x4d70a7=a91_0x4d70();return a91_0x57df=function(_0x57df45,_0x4092cd){_0x57df45=_0x57df45-0xdc;let _0x418c23=_0x4d70a7[_0x57df45];return _0x418c23;},a91_0x57df(_0x5561c9,_0x104ee1);}const a91_0x1c6d18=a91_0x57df;(function(_0x2a10ad,_0x32b5cc){const _0x542dbb=a91_0x57df,_0x33906c=_0x2a10ad();while(!![]){try{const _0x32e78c=-parseInt(_0x542dbb(0xef))/0x1*(parseInt(_0x542dbb(0x197))/0x2)+-parseInt(_0x542dbb(0xe3))/0x3+parseInt(_0x542dbb(0x165))/0x4*(parseInt(_0x542dbb(0x1a9))/0x5)+parseInt(_0x542dbb(0x1c8))/0x6+parseInt(_0x542dbb(0x265))/0x7+-parseInt(_0x542dbb(0x1a3))/0x8+-parseInt(_0x542dbb(0x22c))/0x9*(-parseInt(_0x542dbb(0x179))/0xa);if(_0x32e78c===_0x32b5cc)break;else _0x33906c['push'](_0x33906c['shift']());}catch(_0x2338d3){_0x33906c['push'](_0x33906c['shift']());}}}(a91_0x4d70,0x3f336));const TestFramework=require(a91_0x1c6d18(0x14b)),TestFrameworkState=require(a91_0x1c6d18(0x1fa)),HookState=require(a91_0x1c6d18(0x22f)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a91_0x1c6d18(0xe9)),CLIUtils=require(a91_0x1c6d18(0x1d2)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x1c6d18(0x145)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a91_0x1c6d18(0x1d0)),{v4:uuidv4}=require(a91_0x1c6d18(0x19c)),util=require(a91_0x1c6d18(0x21c)),TestInfo=require(a91_0x1c6d18(0x1bb)),GrpcClient=require(a91_0x1c6d18(0x1b0)),stackTrace=require(a91_0x1c6d18(0x151)),{pickUserFrameFile}=require(a91_0x1c6d18(0x155));class JestTestFramework extends TestFramework{constructor(_0x4bc443,_0x45f4eb,_0x281c45){const _0xfaeaaa=a91_0x1c6d18;super(_0x4bc443,_0x45f4eb,_0x281c45),this[_0xfaeaaa(0x130)]=new Map();}[a91_0x1c6d18(0x233)](_0xaffd1,_0x5ca604,_0x39ad8b){const _0x48d6f4=a91_0x1c6d18,_0xe9d66b={};_0xe9d66b[_0x48d6f4(0x101)]=function(_0x26e1ed,_0x480cd8){return _0x26e1ed||_0x480cd8;};const _0x521e18=_0xe9d66b;if(_0x521e18[_0x48d6f4(0x101)](!_0xaffd1,!_0x5ca604)){logger['warn']('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0xaffd1+_0x48d6f4(0x237)+_0x5ca604);return;}!this[_0x48d6f4(0x130)][_0x48d6f4(0x242)](_0xaffd1)&&this[_0x48d6f4(0x130)][_0x48d6f4(0xfd)](_0xaffd1,[]);const _0x39c9f8={'hookUUID':_0x5ca604,'hookType':_0x39ad8b,'startedAt':new Date()[_0x48d6f4(0x160)]()};this[_0x48d6f4(0x130)]['get'](_0xaffd1)[_0x48d6f4(0x204)](_0x39c9f8),logger[_0x48d6f4(0x120)](_0x48d6f4(0x1b3)+_0xaffd1+_0x48d6f4(0x237)+_0x5ca604+_0x48d6f4(0x229)+_0x39ad8b+_0x48d6f4(0x210)+this['activeHooks'][_0x48d6f4(0x14c)](_0xaffd1)[_0x48d6f4(0x1e6)]);}[a91_0x1c6d18(0x203)](_0x394e97,_0x3ebfab){const _0x34c996=a91_0x1c6d18,_0x4df402={};_0x4df402[_0x34c996(0x202)]=function(_0x2ae821,_0x21535b){return _0x2ae821||_0x21535b;},_0x4df402['YdAQq']=function(_0x169de6,_0x55e14b){return _0x169de6!==_0x55e14b;},_0x4df402['aVfTg']=function(_0x2e889c,_0x15d4f1){return _0x2e889c===_0x15d4f1;};const _0x8b472b=_0x4df402;if(_0x8b472b[_0x34c996(0x202)](!_0x394e97,!_0x3ebfab)){logger[_0x34c996(0xf0)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x394e97+_0x34c996(0x237)+_0x3ebfab);return;}if(this[_0x34c996(0x130)]['has'](_0x394e97)){const _0x22f3e2=this[_0x34c996(0x130)]['get'](_0x394e97),_0x1502bb=_0x22f3e2[_0x34c996(0x256)](_0x3c2d8c=>_0x3c2d8c[_0x34c996(0x228)]===_0x3ebfab);_0x8b472b[_0x34c996(0x13f)](_0x1502bb,-0x1)?(_0x22f3e2[_0x34c996(0x270)](_0x1502bb,0x1),logger[_0x34c996(0x120)](_0x34c996(0x176)+_0x394e97+_0x34c996(0x237)+_0x3ebfab+_0x34c996(0xf9)+_0x22f3e2[_0x34c996(0x1e6)]),_0x8b472b[_0x34c996(0x1ab)](_0x22f3e2[_0x34c996(0x1e6)],0x0)&&this[_0x34c996(0x130)][_0x34c996(0x199)](_0x394e97)):logger[_0x34c996(0x120)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x394e97+_0x34c996(0x237)+_0x3ebfab);}}[a91_0x1c6d18(0x118)](_0x5568ac){const _0x14344f=a91_0x1c6d18,_0x57595e={};_0x57595e['biyVe']=function(_0x2aba82,_0x408ae1){return _0x2aba82>_0x408ae1;},_0x57595e['oEjjD']=function(_0x5da573,_0x15c70f){return _0x5da573-_0x15c70f;};const _0x46caee=_0x57595e;if(!_0x5568ac)return null;if(this['activeHooks'][_0x14344f(0x242)](_0x5568ac)){const _0x4c258c=this[_0x14344f(0x130)][_0x14344f(0x14c)](_0x5568ac);if(_0x46caee[_0x14344f(0x11e)](_0x4c258c[_0x14344f(0x1e6)],0x0)){const _0xf5ad36=_0x4c258c[_0x46caee['oEjjD'](_0x4c258c['length'],0x1)];return logger[_0x14344f(0x120)](_0x14344f(0x224)+_0x5568ac+_0x14344f(0x237)+_0xf5ad36[_0x14344f(0x228)]+_0x14344f(0x229)+_0xf5ad36[_0x14344f(0x17c)]),_0xf5ad36;}}return null;}async[a91_0x1c6d18(0x12b)](_0x47a459,_0x49995c,_0x21f529={}){const _0x14082a=a91_0x1c6d18,_0x373e3e={};_0x373e3e[_0x14082a(0x121)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x373e3e[_0x14082a(0x100)]=function(_0x103d3b,_0x18a875){return _0x103d3b===_0x18a875;},_0x373e3e['pXLuf']=function(_0x373e4e,_0x2c9e07){return _0x373e4e||_0x2c9e07;},_0x373e3e[_0x14082a(0x244)]=_0x14082a(0x193);const _0x45694a=_0x373e3e;logger[_0x14082a(0x120)](_0x14082a(0x1e4)+_0x47a459+_0x14082a(0x114)+_0x49995c+_0x14082a(0x1c0)+Object[_0x14082a(0x13c)](_0x21f529)[_0x14082a(0x20e)](',')),await super[_0x14082a(0x12b)](_0x47a459,_0x49995c,_0x21f529);const _0x478ba6=this[_0x14082a(0x251)](_0x47a459,_0x49995c,_0x21f529);if(!_0x478ba6){logger[_0x14082a(0x120)](_0x45694a[_0x14082a(0x121)]);return;}try{let _0x21285a,_0x2c2e22,_0x265dfa;switch(_0x47a459){case TestFrameworkState[_0x14082a(0x1f5)]:_0x21285a=_0x21f529[_0x14082a(0x1c5)];const _0x205c2a={};_0x205c2a[_0x14082a(0x20c)]=0x2,_0x205c2a[_0x14082a(0xfc)]=0x3,logger[_0x14082a(0x120)](_0x14082a(0x177)+_0x49995c+_0x14082a(0x1d6)+util[_0x14082a(0x1bf)](_0x21285a,_0x205c2a)),_0x265dfa=this[_0x14082a(0x13b)](_0x21285a),_0x2c2e22=null,logger[_0x14082a(0x120)](_0x14082a(0x1cd)+_0x265dfa+_0x14082a(0x213));if(_0x45694a[_0x14082a(0x100)](_0x49995c,HookState[_0x14082a(0x134)])){logger[_0x14082a(0x120)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x265dfa);const _0x2d522d={};_0x2d522d[_0x14082a(0x264)]=_0x2c2e22,_0x2d522d['testData']=_0x21285a,_0x2d522d[_0x14082a(0x18c)]=_0x265dfa;const _0x2a1380=this[_0x14082a(0x128)](_0x2d522d),_0x3d67a2={};_0x3d67a2[_0x14082a(0x20c)]=0x2,_0x3d67a2['maxArrayLength']=0x3,logger['debug'](_0x14082a(0x153)+util[_0x14082a(0x1bf)](_0x2a1380,_0x3d67a2)),_0x478ba6[_0x14082a(0x186)](_0x2a1380),logger[_0x14082a(0x120)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x265dfa),await this[_0x14082a(0x21b)](_0x478ba6,_0x265dfa);}else{if(_0x45694a[_0x14082a(0x100)](_0x49995c,HookState[_0x14082a(0x222)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x265dfa);const _0x197276=_0x478ba6[_0x14082a(0x1f8)]()[_0x14082a(0x14c)](_0x265dfa);logger['debug'](_0x14082a(0xea)+util[_0x14082a(0x1bf)](Object[_0x14082a(0x13c)](_0x45694a[_0x14082a(0x124)](_0x197276,{}))));_0x197276&&_0x197276[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x14082a(0x120)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x14082a(0x13c)](_0x197276[TestFrameworkConstants[_0x14082a(0x215)]])['length']+_0x14082a(0x123)):logger[_0x14082a(0x120)](_0x45694a['kFGaL']);const _0x14524f=_0x21f529[_0x14082a(0x1a8)]||null,_0xca8e65={};_0xca8e65[_0x14082a(0x264)]=_0x2c2e22,_0xca8e65[_0x14082a(0x23a)]=_0x21285a,_0xca8e65[_0x14082a(0x18c)]=_0x265dfa,_0xca8e65[_0x14082a(0x1a8)]=_0x14524f;const _0x160510=this[_0x14082a(0x23d)](_0xca8e65),_0x274bb1={};_0x274bb1[_0x14082a(0x20c)]=0x2,_0x274bb1[_0x14082a(0xfc)]=0x3,logger[_0x14082a(0x120)](_0x14082a(0x104)+util[_0x14082a(0x1bf)](_0x160510,_0x274bb1)),_0x478ba6[_0x14082a(0x186)](_0x160510),logger[_0x14082a(0x120)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x265dfa),await this[_0x14082a(0x21b)](_0x478ba6,_0x265dfa);}}break;case TestFrameworkState[_0x14082a(0x1c6)]:if(_0x45694a['witlG'](_0x49995c,HookState[_0x14082a(0x222)])){const _0x1bcb59={};_0x1bcb59['depth']=0x2,logger[_0x14082a(0x120)](_0x14082a(0x1b1)+util['inspect'](_0x21f529,_0x1bcb59)),await this[_0x14082a(0x105)](_0x478ba6,_0x47a459,_0x21f529);}break;default:if(CLIUtils['matchHookRegex'](_0x47a459[_0x14082a(0x1a1)]()[_0x14082a(0x12e)]('.')[0x1])){const _0x17e23e={};_0x17e23e[_0x14082a(0x20c)]=0x2,_0x17e23e[_0x14082a(0xfc)]=0x3,logger[_0x14082a(0x120)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x47a459+_0x14082a(0x114)+_0x49995c+_0x14082a(0x196)+util['inspect'](_0x21f529['hookData'],_0x17e23e));const _0x1f7326=await this['trackHookEvent'](_0x478ba6,_0x47a459,_0x49995c,_0x21f529),_0x49d695={};_0x49d695[_0x14082a(0x20c)]=0x2,_0x49d695[_0x14082a(0xfc)]=0x3,logger[_0x14082a(0x120)](_0x14082a(0x1e1)+util['inspect'](_0x1f7326,_0x49d695)),_0x478ba6[_0x14082a(0x186)](_0x1f7326);}else logger[_0x14082a(0x120)](_0x14082a(0x116)+_0x47a459+'\x20&\x20hookState='+_0x49995c);break;}logger[_0x14082a(0x120)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x47a459+',\x20hookState='+_0x49995c);}catch(_0x3dcd03){logger['error']('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x47a459+',\x20hookState='+_0x49995c+_0x14082a(0xfe)+util[_0x14082a(0xf8)](_0x3dcd03));}_0x21f529[_0x14082a(0xe5)]=_0x478ba6,await this[_0x14082a(0x1fe)](_0x478ba6,_0x47a459,_0x49995c,_0x21f529);}[a91_0x1c6d18(0x13b)](_0x58f552){const _0x35aa4e=a91_0x1c6d18,_0x2e7dc4={};_0x2e7dc4['qkfDB']=_0x35aa4e(0xe7);const _0xe2b593=_0x2e7dc4;if(_0x58f552&&(_0x58f552['id']||_0x58f552[_0x35aa4e(0x19c)])){const _0x4c098=_0x58f552['id']||_0x58f552[_0x35aa4e(0x19c)];return logger[_0x35aa4e(0x120)](_0x35aa4e(0x26a)+_0x4c098+_0x35aa4e(0x194)),_0x4c098;}return logger['debug'](_0xe2b593[_0x35aa4e(0x22e)]),process[_0x35aa4e(0xeb)]+_0x35aa4e(0x221);}[a91_0x1c6d18(0x251)](_0x29cf0a,_0x2742fc,_0x57a3d4={}){const _0x5f497b=a91_0x1c6d18;let _0x12d001=null;return _0x12d001=TestFramework[_0x5f497b(0x1f9)](),!_0x12d001?(logger[_0x5f497b(0x120)](_0x5f497b(0x1a0)+_0x29cf0a),this[_0x5f497b(0x16b)](_0x29cf0a,_0x57a3d4),_0x12d001=TestFramework['getTrackedInstance'](),logger[_0x5f497b(0x120)](_0x5f497b(0xe2)+!!_0x12d001+_0x5f497b(0x119)+_0x12d001?.[_0x5f497b(0x166)]()?.[_0x5f497b(0xf6)]())):logger['debug'](_0x5f497b(0x24f)+_0x12d001[_0x5f497b(0x166)]()?.[_0x5f497b(0xf6)]()),_0x12d001;}[a91_0x1c6d18(0x16b)](_0x4dc32e,_0x2deef6){const _0x2ca3d4=a91_0x1c6d18,_0x1c96ba={};_0x1c96ba[_0x2ca3d4(0x111)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x596d3d=_0x1c96ba;if(TestFramework[_0x2ca3d4(0x1f9)]()){logger[_0x2ca3d4(0x120)](_0x596d3d['jrMEx']);return;}const _0x1d863c=CLIUtils[_0x2ca3d4(0x1ba)](),_0x131beb=TrackedInstance[_0x2ca3d4(0x260)](_0x1d863c);let _0x12e03d=null;logger[_0x2ca3d4(0x120)](_0x2ca3d4(0x1ee)+_0x1d863c+_0x2ca3d4(0x18e)+_0x4dc32e),_0x12e03d=new TestFrameworkInstance(_0x131beb,this[_0x2ca3d4(0x247)](),this['getTestFrameworksVersions'](),_0x4dc32e,HookState[_0x2ca3d4(0x149)]),TestFramework[_0x2ca3d4(0xfb)](_0x131beb,_0x12e03d),logger['debug']('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x131beb[_0x2ca3d4(0xf6)]()+_0x2ca3d4(0x125)+_0x1d863c+_0x2ca3d4(0x24e)+this[_0x2ca3d4(0x247)]()[0x0]+_0x2ca3d4(0x1f7)+this[_0x2ca3d4(0x267)]()[this[_0x2ca3d4(0x247)]()[0x0]]);}[a91_0x1c6d18(0x128)](_0x292c9e){const _0x310270=a91_0x1c6d18,_0x55edb8={};_0x55edb8[_0x310270(0x191)]=function(_0x2fe651,_0x56c4fb){return _0x2fe651||_0x56c4fb;},_0x55edb8[_0x310270(0x1a4)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x59ac20=_0x55edb8,{testUUID:_0x4c4765,testData:_0x4b9e40,testId:_0xe6ce9c}=_0x292c9e;if(_0x59ac20[_0x310270(0x191)](!_0x4b9e40,!_0xe6ce9c))return logger['debug'](_0x59ac20[_0x310270(0x1a4)]),{};const _0x20f7a2=this[_0x310270(0x247)]()[0x0],_0x113b95=this[_0x310270(0x267)](),_0x3a366d={};_0x3a366d['depth']=0x2,_0x3a366d[_0x310270(0xfc)]=0x3,logger[_0x310270(0x120)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x310270(0x1bf)](_0x4b9e40,_0x3a366d));const _0xa4145=_0x4b9e40?.['scopes']||[],_0x52969b=this['getJestTestName'](_0x4b9e40),_0x1a74c4=this[_0x310270(0x23e)](_0x4b9e40),_0x1ebf39=_0x4b9e40['fn']?_0x4b9e40['fn'][_0x310270(0x1a1)]():_0x4b9e40?.[_0x310270(0x183)]?_0x4b9e40[_0x310270(0x183)][_0x310270(0x167)]['toString']():null,_0xb190ae=this[_0x310270(0x136)](_0x4b9e40),_0x2f44a1={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x20f7a2,[TestFrameworkConstants[_0x310270(0x227)]]:_0x113b95[_0x20f7a2],[TestFrameworkConstants[_0x310270(0xfa)]]:[],[TestFrameworkConstants[_0x310270(0x152)]]:{},[TestFrameworkConstants[_0x310270(0x19a)]]:{},[TestFrameworkConstants[_0x310270(0x23c)]]:TestFrameworkConstants[_0x310270(0x1fb)],[TestFrameworkConstants[_0x310270(0x1b4)]]:_0x52969b,[TestFrameworkConstants[_0x310270(0x14f)]]:_0x1a74c4,[TestFrameworkConstants[_0x310270(0x249)]]:_0xe6ce9c,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x52969b,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x1a74c4,[TestFrameworkConstants[_0x310270(0x13d)]]:_0x1ebf39,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0xb190ae,[TestFrameworkConstants[_0x310270(0xde)]]:_0x4b9e40[_0x310270(0x26f)]||new Date()[_0x310270(0x160)](),[TestFrameworkConstants[_0x310270(0x24d)]]:_0xa4145[0x0]||'',[TestFrameworkConstants[_0x310270(0x147)]]:_0xa4145,[TestFrameworkConstants[_0x310270(0x141)]]:_0x52969b,[TestFrameworkConstants[_0x310270(0x14d)]]:{},[TestFrameworkConstants[_0x310270(0x250)]]:{}};_0x4b9e40[_0x310270(0x16f)]&&(_0x2f44a1[TestFrameworkConstants[_0x310270(0x262)]]=_0x4b9e40[_0x310270(0x16f)]);logger[_0x310270(0x120)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x52969b+_0x310270(0x22d)+_0xe6ce9c+_0x310270(0x1c4)+JSON[_0x310270(0x174)](_0xb190ae)+_0x310270(0x243)+util[_0x310270(0x1bf)](_0xa4145)+_0x310270(0x1cf)+_0x1a74c4);const _0x253661={};return _0x253661[_0xe6ce9c]=_0x2f44a1,_0x253661;}[a91_0x1c6d18(0x23d)](_0x4c7e37){const _0x3d47b0=a91_0x1c6d18,_0x4f6933={'mNLuP':function(_0x24ef89,_0x285ab0){return _0x24ef89===_0x285ab0;},'tZONE':_0x3d47b0(0x14a),'Phpkk':_0x3d47b0(0x1b7),'RxVlC':_0x3d47b0(0x258),'PjsTe':_0x3d47b0(0xed),'mNNGM':function(_0x330cab,_0x568008){return _0x330cab||_0x568008;},'vPsaa':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','enEGV':_0x3d47b0(0x1dd),'uSOMQ':function(_0xee698a,_0x3bdd83){return _0xee698a>_0x3bdd83;},'Iyvgr':_0x3d47b0(0x239),'ZVxxB':function(_0x4c26ee,_0x151cfb){return _0x4c26ee===_0x151cfb;},'JvjNX':_0x3d47b0(0x13a),'ThyZw':function(_0x26d399,_0x23c45c){return _0x26d399===_0x23c45c;},'YjDOJ':_0x3d47b0(0x12d),'xiEJB':_0x3d47b0(0x108),'drhYa':function(_0x19d4a0,_0x44c836){return _0x19d4a0===_0x44c836;},'DjuHz':function(_0x372dbf,_0x5cb57c){return _0x372dbf!==_0x5cb57c;},'AncAH':function(_0x53bec4,_0x4a70a1,_0x396c05,_0x30a0e5){return _0x53bec4(_0x4a70a1,_0x396c05,_0x30a0e5);},'AcFuo':function(_0x334626,_0x2df369){return _0x334626>_0x2df369;},'tCEAY':_0x3d47b0(0x257),'nzEph':function(_0x21d7b8,_0x261519){return _0x21d7b8===_0x261519;}},{testUUID:_0x3ba7cf,testData:_0xf5224f,testId:_0x512613}=_0x4c7e37;if(_0x4f6933[_0x3d47b0(0x169)](!_0xf5224f,!_0x512613))return logger[_0x3d47b0(0x120)](_0x4f6933['vPsaa']),{};const _0x4c545c=this[_0x3d47b0(0x251)](TestFrameworkState[_0x3d47b0(0x1f5)],HookState['POST']),_0xa61b86=_0x4c545c[_0x3d47b0(0x1f8)]()['get'](_0x512613),_0x4816b5=_0x4f6933[_0x3d47b0(0x169)](_0xa61b86,{}),_0x580ed8=_0x4816b5?_0x4816b5[TestFrameworkConstants[_0x3d47b0(0x14d)]]||{}:{},_0x16b905=_0x4816b5[TestFrameworkConstants[_0x3d47b0(0x215)]];logger[_0x3d47b0(0x120)](_0x3d47b0(0xee)+(_0x16b905?Object[_0x3d47b0(0x13c)](_0x16b905)[_0x3d47b0(0x1e6)]:0x0)+_0x3d47b0(0x16e));let _0x20dc84=_0x4f6933[_0x3d47b0(0x271)];if(_0xf5224f[_0x3d47b0(0x161)])_0x20dc84=_0xf5224f[_0x3d47b0(0x161)];else{if(_0xf5224f[_0x3d47b0(0x148)]&&_0x4f6933[_0x3d47b0(0x182)](_0xf5224f[_0x3d47b0(0x148)]['length'],0x0))_0x20dc84=_0x4f6933[_0x3d47b0(0x1d4)];else _0x4f6933['ZVxxB'](_0xf5224f[_0x3d47b0(0x12a)],_0x4f6933['JvjNX'])||_0x4f6933[_0x3d47b0(0x217)](_0xf5224f['status'],_0x4f6933[_0x3d47b0(0xff)])?_0x20dc84=_0x4f6933[_0x3d47b0(0xff)]:_0x20dc84=_0x4f6933[_0x3d47b0(0x110)];}const _0x4712b2={..._0x4816b5,[TestFrameworkConstants[_0x3d47b0(0x23c)]]:_0x20dc84,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xf5224f[_0x3d47b0(0x20a)]||new Date()[_0x3d47b0(0x160)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x3d47b0(0x160)](),[TestFrameworkConstants[_0x3d47b0(0x14d)]]:_0x580ed8,[TestFrameworkConstants[_0x3d47b0(0x157)]]:_0x4816b5[TestFrameworkConstants[_0x3d47b0(0x157)]]||[],[TestFrameworkConstants[_0x3d47b0(0x250)]]:{}};if(_0x4f6933[_0x3d47b0(0x25f)](_0x20dc84,_0x4f6933[_0x3d47b0(0x1d4)])&&_0xf5224f[_0x3d47b0(0x148)]){const _0x140391=this[_0x3d47b0(0x208)](_0xf5224f),_0x421d61=this[_0x3d47b0(0x1ec)](_0xf5224f),_0x55cf64=this['getJestFailureData'](_0xf5224f);_0x4712b2[TestFrameworkConstants[_0x3d47b0(0x16a)]]=_0x421d61,_0x4712b2[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x140391,_0x4712b2[TestFrameworkConstants[_0x3d47b0(0x132)]]=_0x55cf64;}_0x4f6933['DjuHz'](_0xf5224f[_0x3d47b0(0x135)],undefined)&&(_0x4712b2[TestFrameworkConstants[_0x3d47b0(0x252)]]=_0xf5224f[_0x3d47b0(0x135)]);_0xf5224f[_0x3d47b0(0x16f)]&&(_0x4712b2[TestFrameworkConstants[_0x3d47b0(0x262)]]=_0xf5224f[_0x3d47b0(0x16f)]);const _0x512b16=_0xa61b86?_0xa61b86[TestFrameworkConstants[_0x3d47b0(0x215)]]||{}:{},_0x5dd37c=_0xa61b86?_0xa61b86[TestFrameworkConstants['KEY_TEST_UUID']]:_0x3ba7cf,_0x515930=_0x4f6933[_0x3d47b0(0x21f)](getManualUploadLogs,_0x512b16,_0x5dd37c,_0x512613);if(_0x4f6933[_0x3d47b0(0xe6)](_0x515930[_0x3d47b0(0x1e6)],0x0)){const _0x1a5b41=_0x4712b2[TestFrameworkConstants['KEY_LOGS']]||[];_0x4712b2[TestFrameworkConstants['KEY_LOGS']]=[..._0x1a5b41,..._0x515930];}const _0x588652=_0x4816b5[TestFrameworkConstants[_0x3d47b0(0x152)]]||{},_0x4d316e=_0x4816b5[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x464be7={..._0x588652},_0x44a780=_0x464be7;Object[_0x3d47b0(0x13c)](_0x4d316e)[_0x3d47b0(0x170)](_0x272950=>{const _0x38ac6a=_0x3d47b0;!_0x44a780[_0x272950]&&(_0x44a780[_0x272950]=[]);const _0x14fd0b=new Set((_0x44a780[_0x272950]||[])[_0x38ac6a(0x164)](_0x52e53e=>_0x52e53e[TestFrameworkConstants['KEY_HOOK_ID']]||_0x52e53e[_0x38ac6a(0xe1)]));(_0x4d316e[_0x272950]||[])[_0x38ac6a(0x170)](_0x10da03=>{const _0x5632e8=_0x38ac6a,_0x23d83d=_0x10da03[TestFrameworkConstants[_0x5632e8(0x192)]]||_0x10da03[_0x5632e8(0xe1)];if(!_0x14fd0b[_0x5632e8(0x242)](_0x23d83d)){const _0x2c3f57={..._0x10da03},_0x410d05=_0x2c3f57;!_0x410d05[TestFrameworkConstants[_0x5632e8(0x1db)]]&&!_0x410d05['event_ended_at']&&(_0x410d05[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x5632e8(0x160)]()),!_0x410d05[TestFrameworkConstants[_0x5632e8(0xf7)]]&&!_0x410d05[_0x5632e8(0x25a)]&&(_0x410d05[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x5632e8(0x1f3)]),_0x44a780[_0x272950][_0x5632e8(0x204)](_0x410d05);}});});if(_0x4c7e37[_0x3d47b0(0x1a8)]){this[_0x3d47b0(0x261)](_0x4c7e37[_0x3d47b0(0x1a8)]);const _0x54e6dd=this[_0x3d47b0(0x20d)](_0x4c7e37[_0x3d47b0(0x1a8)]),_0x20f84d=this[_0x3d47b0(0x206)](_0x4c7e37['originalTest']);_0x20f84d['forEach'](_0x5d85f0=>{const _0x1ca2d0=_0x3d47b0,_0x3905b5=_0x54e6dd[_0x1ca2d0(0x14c)](_0x5d85f0);if(_0x3905b5&&(_0x4f6933[_0x1ca2d0(0x24b)](_0x3905b5[_0x1ca2d0(0x10a)],_0x4f6933[_0x1ca2d0(0x1a7)])||_0x4f6933['mNLuP'](_0x3905b5[_0x1ca2d0(0x10a)],_0x4f6933[_0x1ca2d0(0x246)]))){const _0xce06bf=_0x3905b5['type'][_0x1ca2d0(0x1d1)]()[_0x1ca2d0(0x1d5)](_0x4f6933['RxVlC'],_0x4f6933[_0x1ca2d0(0x220)]),_0x11f9bd=_0xce06bf;!_0x44a780[_0x11f9bd]&&(_0x44a780[_0x11f9bd]=[]);const _0x36d5b6=_0x44a780[_0x11f9bd][_0x1ca2d0(0x245)](_0x5d21d6=>(_0x5d21d6[TestFrameworkConstants[_0x1ca2d0(0x192)]]||_0x5d21d6[_0x1ca2d0(0xe1)])===_0x5d85f0);!_0x36d5b6&&_0x44a780[_0x11f9bd]['push']({'key':_0x11f9bd,[TestFrameworkConstants[_0x1ca2d0(0x192)]]:_0x5d85f0,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x1ca2d0(0xe0)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1ca2d0(0x1db)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1ca2d0(0x142)]]:_0x3905b5[_0x1ca2d0(0x269)]||_0x3905b5[_0x1ca2d0(0x10a)]+_0x1ca2d0(0x24a),[TestFrameworkConstants[_0x1ca2d0(0x14d)]]:_0x580ed8});}});}if(_0xf5224f['hooks']&&_0x4f6933[_0x3d47b0(0xe6)](_0xf5224f[_0x3d47b0(0x12c)]['length'],0x0))_0x4712b2[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0xf5224f[_0x3d47b0(0x12c)],logger[_0x3d47b0(0x120)](_0x4f6933['tCEAY']);else _0x4f6933['uSOMQ'](Object[_0x3d47b0(0x13c)](_0x44a780)[_0x3d47b0(0x1e6)],0x0)&&(_0x4712b2[TestFrameworkConstants[_0x3d47b0(0x152)]]=_0x44a780,logger['debug'](_0x3d47b0(0x234)+Object[_0x3d47b0(0x13c)](_0x44a780)[_0x3d47b0(0x20e)](',')));const _0x3eefad=this['getJestTestName'](_0xf5224f);logger[_0x3d47b0(0x120)](_0x3d47b0(0x17e)+_0x3eefad+_0x3d47b0(0x22d)+_0x512613+_0x3d47b0(0x131)+_0x20dc84+',\x20duration='+_0xf5224f[_0x3d47b0(0x135)]);_0x4f6933['nzEph'](_0x20dc84,_0x4f6933[_0x3d47b0(0x1d4)])&&logger[_0x3d47b0(0x120)](_0x3d47b0(0x17f)+_0x512613+_0x3d47b0(0x181)+_0x4712b2[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x3d47b0(0x106)+_0x4712b2[TestFrameworkConstants[_0x3d47b0(0x240)]]?.['substring'](0x0,0xc8));const _0x323296={};return _0x323296[_0x512613]=_0x4712b2,_0x323296;}[a91_0x1c6d18(0x12f)](_0x3cc66d){const _0x3c51c1=a91_0x1c6d18,_0xcb992f={};_0xcb992f[_0x3c51c1(0x18f)]=function(_0x5711f4,_0x37c0f1){return _0x5711f4!==_0x37c0f1;},_0xcb992f[_0x3c51c1(0x219)]=_0x3c51c1(0x268);const _0x337c10=_0xcb992f,_0x33495c={};_0x33495c[_0x3c51c1(0x20c)]=0x2,_0x33495c[_0x3c51c1(0xfc)]=0x3,logger['debug'](_0x3c51c1(0x236)+util['inspect'](_0x3cc66d,_0x33495c));const _0x33a418=[];if(_0x3cc66d&&_0x3cc66d[_0x3c51c1(0x10b)]){let _0x2a28b3=_0x3cc66d[_0x3c51c1(0x10b)];while(_0x2a28b3&&_0x2a28b3[_0x3c51c1(0x269)]&&_0x337c10['oUeBu'](_0x2a28b3[_0x3c51c1(0x269)],'')&&_0x337c10['oUeBu'](_0x2a28b3[_0x3c51c1(0x269)],_0x337c10['NnguW'])){_0x33a418['push'](_0x2a28b3[_0x3c51c1(0x269)]),_0x2a28b3=_0x2a28b3['parent'];}}return _0x33a418[_0x3c51c1(0x162)]();}['getJestTestName'](_0x571043){const _0x106ee8=a91_0x1c6d18,_0x5bb2c8={};_0x5bb2c8['fwdIT']='Unknown\x20Test';const _0x3e897b=_0x5bb2c8;if(_0x571043[_0x106ee8(0x269)])return _0x571043[_0x106ee8(0x269)];if(_0x571043[_0x106ee8(0x225)])return _0x571043[_0x106ee8(0x225)];return _0x3e897b[_0x106ee8(0x1cc)];}[a91_0x1c6d18(0x136)](_0x1639ab){const _0x1df31c=a91_0x1c6d18,_0x2af4ee=[];if(_0x1639ab['tags']&&Array[_0x1df31c(0x13e)](_0x1639ab[_0x1df31c(0x205)]))return _0x1639ab['tags'][_0x1df31c(0x164)](_0x552564=>_0x552564[_0x1df31c(0x102)]('@')?_0x552564[_0x1df31c(0x266)](0x1):_0x552564);const _0x4575a7=this[_0x1df31c(0x1c1)](_0x1639ab),_0x1c5fd5=_0x4575a7[_0x1df31c(0x21d)](/@(\w+)/g);if(_0x1c5fd5)return _0x1c5fd5[_0x1df31c(0x164)](_0x5e235e=>_0x5e235e[_0x1df31c(0x11d)](0x1));return _0x1639ab[_0x1df31c(0x1c7)]&&Array[_0x1df31c(0x13e)](_0x1639ab[_0x1df31c(0x1c7)])&&_0x1639ab[_0x1df31c(0x1c7)][_0x1df31c(0x170)](_0x15dd50=>{const _0x102377=_0x1df31c,_0xfbb217=_0x15dd50[_0x102377(0x21d)](/@(\w+)/g);_0xfbb217&&_0xfbb217[_0x102377(0x170)](_0x578479=>{const _0x2d24b1=_0x102377,_0x5f0ff9=_0x578479[_0x2d24b1(0x11d)](0x1);!_0x2af4ee['includes'](_0x5f0ff9)&&_0x2af4ee[_0x2d24b1(0x204)](_0x5f0ff9);});}),_0x2af4ee;}['getJestTestFilePath'](_0x57fe12){const _0x2cd2c2=a91_0x1c6d18,_0x26bbe1={'BiLFd':function(_0x2a73b8,_0x47894a){return _0x2a73b8(_0x47894a);}};if(_0x57fe12[_0x2cd2c2(0x17d)])return _0x57fe12[_0x2cd2c2(0x17d)];if(_0x57fe12[_0x2cd2c2(0x143)])try{const _0x92907d=stackTrace['parse'](_0x57fe12[_0x2cd2c2(0x143)]),_0x528f91=_0x26bbe1[_0x2cd2c2(0x254)](pickUserFrameFile,_0x92907d);if(_0x528f91)return _0x528f91;logger[_0x2cd2c2(0x120)](_0x2cd2c2(0x11f)+_0x92907d[_0x2cd2c2(0x1e6)]+')');}catch(_0x5272e1){logger[_0x2cd2c2(0x120)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x2cd2c2(0xf8)](_0x5272e1));}return null;}[a91_0x1c6d18(0x208)](_0x2ab1e3){const _0xaf2f6c=a91_0x1c6d18,_0x54cb1a={};_0x54cb1a['CocdU']=function(_0x8402cd,_0x402c59){return _0x8402cd>_0x402c59;},_0x54cb1a[_0xaf2f6c(0x1dc)]='Unknown\x20error';const _0x3db2fb=_0x54cb1a;if(_0x2ab1e3[_0xaf2f6c(0x148)]&&_0x3db2fb[_0xaf2f6c(0x1a2)](_0x2ab1e3[_0xaf2f6c(0x148)][_0xaf2f6c(0x1e6)],0x0))return util[_0xaf2f6c(0x1bf)](_0x2ab1e3['errorsDetailed'][0x0]);if(_0x2ab1e3[_0xaf2f6c(0x163)])return _0x2ab1e3[_0xaf2f6c(0x163)];return _0x3db2fb['MRvpr'];}[a91_0x1c6d18(0x1ec)](_0x40827e){const _0x5b966d=a91_0x1c6d18,_0x33475c={};_0x33475c[_0x5b966d(0x15a)]=_0x5b966d(0x1d9),_0x33475c[_0x5b966d(0x241)]=_0x5b966d(0x1b2),_0x33475c[_0x5b966d(0x1e7)]=_0x5b966d(0x184);const _0x1cc227=_0x33475c,_0xe57eed=this['getJestFailureReason'](_0x40827e);if(_0xe57eed&&_0xe57eed[_0x5b966d(0x1e9)](_0x1cc227[_0x5b966d(0x15a)]))return _0x1cc227[_0x5b966d(0x241)];return _0x1cc227[_0x5b966d(0x1e7)];}[a91_0x1c6d18(0x1f1)](_0xe3d93f){const _0x4b2e24=a91_0x1c6d18,_0x467115={'AiqtY':function(_0xff8ffb,_0x59dbea){return _0xff8ffb(_0x59dbea);},'TBSRt':_0x4b2e24(0x11b),'IqrFS':function(_0x4db628,_0x37b9a2){return _0x4db628!==_0x37b9a2;},'XnYcr':_0x4b2e24(0x1c5)},{failureData:_0x2d92be}=_0x467115[_0x4b2e24(0x1d8)](require,_0x467115['TBSRt']),_0x3ae4ef=[];return _0x467115[_0x4b2e24(0x1e8)](_0xe3d93f[_0x4b2e24(0x148)],undefined)&&_0x3ae4ef[_0x4b2e24(0x204)](_0xe3d93f[_0x4b2e24(0x148)],_0x467115[_0x4b2e24(0x1f0)]),_0x2d92be['apply'](null,_0x3ae4ef);}async[a91_0x1c6d18(0x259)](_0x285274,_0x2a12fc,_0x5fd7be,_0x144dcb){const _0x579b82=a91_0x1c6d18,_0x561740={'JpDWy':_0x579b82(0x1ca),'wEfew':function(_0x10b478){return _0x10b478();},'PrCxq':function(_0x1861e5,_0x546c73){return _0x1861e5 in _0x546c73;},'JTthW':function(_0x508972,_0x5901d9){return _0x508972 in _0x5901d9;},'CwoVF':function(_0x48f099,_0x1b355d){return _0x48f099===_0x1b355d;},'inYov':function(_0x41717c,_0x20cfc4){return _0x41717c===_0x20cfc4;},'TohIH':function(_0x17225f,_0x12d2bd){return _0x17225f>_0x12d2bd;},'agzLG':_0x579b82(0x239),'BolAF':_0x579b82(0x108),'Tcjlr':function(_0x3de0bd,_0x115220){return _0x3de0bd===_0x115220;},'LoHHX':_0x579b82(0x26c),'IiIBl':function(_0x5cc524,_0xe7f78d){return _0x5cc524===_0xe7f78d;},'yWeCt':function(_0x491dab,_0x38415d){return _0x491dab!==_0x38415d;}},{hookData:_0x2f8616}=_0x144dcb,_0x156108=_0x5fd7be[_0x579b82(0x1a1)](),_0x3f2d29=_0x2a12fc[_0x579b82(0x1a1)](),_0x1f6ca7={};_0x1f6ca7[_0x579b82(0x20c)]=0x2,_0x1f6ca7[_0x579b82(0xfc)]=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x3f2d29+_0x579b82(0x114)+_0x156108+',\x20hookData='+util['inspect'](_0x2f8616,_0x1f6ca7));if(!_0x2f8616)return logger[_0x579b82(0x120)](_0x561740['JpDWy']),{};const _0x14ef91=_0x2f8616[_0x579b82(0x19c)]||_0x2f8616['hookAnalyticsId']||_0x561740[_0x579b82(0x189)](uuidv4),_0xdc36b=_0x2f8616[_0x579b82(0x1ed)]||this['getJestTestIdentifier'](_0x2f8616),_0xbb5b83=_0x2a12fc[_0x579b82(0x1a1)]()['split']('.')[0x1],_0x1128f2=_0x285274['getAllData']()['get'](_0xdc36b),_0x2034c4=_0x1128f2?_0x1128f2[TestFrameworkConstants[_0x579b82(0x14d)]]||{}:{};logger[_0x579b82(0x120)](_0x579b82(0x22a)+_0x14ef91+_0x579b82(0x22d)+_0xdc36b+_0x579b82(0x159)+_0xbb5b83+_0x579b82(0x114)+_0x156108);if(!_0x1128f2)return logger['debug'](_0x579b82(0x253)+_0xdc36b+_0x579b82(0x107)),this[_0x579b82(0xf3)](_0x285274,_0xdc36b,_0x2a12fc,_0x5fd7be,_0x144dcb),{};let _0x14072b=_0x1128f2[TestFrameworkConstants[_0x579b82(0x19a)]];!_0x14072b&&(_0x14072b={});!_0x561740[_0x579b82(0x1b8)](_0xbb5b83,_0x14072b)&&(_0x14072b[_0xbb5b83]=[]);let _0x2fb406=_0x1128f2[TestFrameworkConstants[_0x579b82(0x152)]];!_0x2fb406&&(_0x2fb406={});!_0x561740[_0x579b82(0x138)](_0xbb5b83,_0x2fb406)&&(_0x2fb406[_0xbb5b83]=[]);const _0x2edc05={[_0xdc36b]:{[TestFrameworkConstants[_0x579b82(0x19a)]]:_0x14072b,[TestFrameworkConstants[_0x579b82(0x152)]]:_0x2fb406,[TestFrameworkConstants[_0x579b82(0x10e)]]:this[_0x579b82(0x247)]()[0x0]||'',[TestFrameworkConstants[_0x579b82(0x227)]]:this[_0x579b82(0x267)]()[this[_0x579b82(0x247)]()[0x0]]||''}};if(_0x561740['CwoVF'](_0x5fd7be,HookState[_0x579b82(0x134)])){const _0xe1cc0b={'key':_0xbb5b83,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x14ef91,[TestFrameworkConstants[_0x579b82(0xf7)]]:TestFrameworkConstants[_0x579b82(0x1f3)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x2f8616['started_at']||new Date()[_0x579b82(0x160)](),[TestFrameworkConstants[_0x579b82(0x1fc)]]:[],[TestFrameworkConstants[_0x579b82(0x142)]]:_0x2f8616['name']||_0x2f8616['hook_type']||_0xbb5b83,[TestFrameworkConstants[_0x579b82(0x14d)]]:_0x2034c4};_0x14072b[_0xbb5b83]['push'](_0xe1cc0b),_0x2edc05[_0xdc36b][TestFrameworkConstants[_0x579b82(0x15e)]]=_0xbb5b83;const _0x15197b={};_0x15197b[_0x579b82(0x20c)]=0x2,logger[_0x579b82(0x120)](_0x579b82(0x1a5)+_0xbb5b83+_0x579b82(0x230)+_0x14ef91+_0x579b82(0x22d)+_0xdc36b+_0x579b82(0x18b)+util['inspect'](_0xe1cc0b,_0x15197b));}else{if(_0x561740[_0x579b82(0x1de)](_0x5fd7be,HookState['POST'])){const _0x488058=_0x2f8616[_0x579b82(0x161)]||(_0x2f8616[_0x579b82(0x148)]&&_0x561740[_0x579b82(0x122)](_0x2f8616[_0x579b82(0x148)][_0x579b82(0x1e6)],0x0)?_0x561740[_0x579b82(0x25d)]:_0x561740[_0x579b82(0x1e2)]),_0xadb409=_0x14072b[_0xbb5b83]||[];logger[_0x579b82(0x120)](_0x579b82(0x16d)+_0xbb5b83+_0x579b82(0x22d)+_0xdc36b+_0x579b82(0x24c)+_0x488058+',\x20hooksListLength='+_0xadb409[_0x579b82(0x1e6)]);if(_0x561740[_0x579b82(0x1de)](_0xadb409[_0x579b82(0x1e6)],0x0)&&_0x561740[_0x579b82(0x23f)](_0x2a12fc,TestFrameworkState[_0x579b82(0x171)]))return logger[_0x579b82(0x120)](_0x561740[_0x579b82(0x200)]),this[_0x579b82(0xf3)](_0x285274,_0xdc36b,_0x2a12fc,_0x5fd7be,_0x144dcb),{};if(_0x561740[_0x579b82(0x122)](_0xadb409['length'],0x0)){const _0x5e202a=_0xadb409[_0x579b82(0x223)]();_0x561740['IiIBl'](_0x488058,_0x561740['agzLG'])&&_0x2f8616['errorsDetailed']?(_0x5e202a[TestFrameworkConstants[_0x579b82(0x195)]]=this[_0x579b82(0x1ec)](_0x2f8616),_0x5e202a[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x579b82(0x208)](_0x2f8616),_0x5e202a[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x579b82(0x1f1)](_0x2f8616),logger[_0x579b82(0x120)](_0x579b82(0x1b6)+_0xbb5b83+_0x579b82(0x181)+_0x5e202a[TestFrameworkConstants[_0x579b82(0x195)]]+',\x20failureReason='+_0x5e202a[TestFrameworkConstants[_0x579b82(0x15c)]]?.['substring'](0x0,0xc8))):_0x5e202a[TestFrameworkConstants[_0x579b82(0xf7)]]=_0x561740[_0x579b82(0x1e2)];_0x561740['yWeCt'](_0x488058,TestFrameworkConstants[_0x579b82(0x1f3)])&&(_0x5e202a[TestFrameworkConstants[_0x579b82(0xf7)]]=_0x488058);_0x5e202a[TestFrameworkConstants[_0x579b82(0x1db)]]=_0x2f8616[_0x579b82(0x20a)]||new Date()[_0x579b82(0x160)](),_0x5e202a[TestFrameworkConstants[_0x579b82(0x14d)]]=_0x2034c4;const _0x5995b2=_0x5e202a[TestFrameworkConstants['KEY_HOOK_ID']];!_0x2fb406[_0xbb5b83]&&(_0x2fb406[_0xbb5b83]=[]);_0x2fb406[_0xbb5b83][_0x579b82(0x204)](_0x5e202a),_0x2edc05[_0xdc36b][TestFrameworkConstants[_0x579b82(0x113)]]=_0xbb5b83;const _0x4d0be8={};_0x4d0be8[_0x579b82(0x20c)]=0x2,logger[_0x579b82(0x120)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0xbb5b83+_0x579b82(0x230)+_0x5995b2+',\x20result='+_0x488058+_0x579b82(0x18b)+util[_0x579b82(0x1bf)](_0x5e202a,_0x4d0be8));}}}return _0x2edc05;}[a91_0x1c6d18(0x1ae)](_0x41c157){const _0x2b8733=a91_0x1c6d18,_0x3e8d0d={};_0x3e8d0d[_0x2b8733(0x232)]='base64';const _0x22babe=_0x3e8d0d;try{const _0x851e06=_0x41c157[_0x2b8733(0x1c5)]?this[_0x2b8733(0x13b)](_0x41c157['test']):_0x41c157[_0x2b8733(0x1f2)][_0x2b8733(0x1ed)],_0x3d6752=_0x41c157[_0x2b8733(0xe5)],_0xf9f6dc=_0x3d6752[_0x2b8733(0x166)](),_0x43e97d=_0x3d6752[_0x2b8733(0x1f8)]()[_0x2b8733(0x14c)](_0x851e06);if(!_0x43e97d)return logger[_0x2b8733(0x120)](_0x2b8733(0x173)+_0x851e06),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x48d09=this[_0x2b8733(0x247)]()[0x0]||'',[TestFrameworkConstants[_0x2b8733(0x227)]]:_0x584a71=this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x2b8733(0xde)]]:_0x160c24='',[TestFrameworkConstants[_0x2b8733(0x156)]]:_0x5d5424=''}=_0x43e97d,_0x1f3d4a=_0x3d6752[_0x2b8733(0x18d)]()[_0x2b8733(0x1a1)]()[_0x2b8733(0x12e)]('.')[0x1],_0x4a5e7d=_0x3d6752[_0x2b8733(0x15b)]()[_0x2b8733(0x1a1)]()[_0x2b8733(0x12e)]('.')[0x1],_0x42f880=global?.[_0x2b8733(0x175)]?.[_0x2b8733(0x238)]?.[_0x2b8733(0xe8)]||global['__bstackPlatformIndex']||0x0,_0x583adf=_0x3d6752['getRef'](),_0x309e0b=Buffer[_0x2b8733(0x115)](JSON[_0x2b8733(0x174)](_0x43e97d))['toString'](_0x22babe[_0x2b8733(0x232)]),_0x5c3b0f={'hash':_0xf9f6dc[_0x2b8733(0xf6)](),'threadId':_0xf9f6dc[_0x2b8733(0x1af)]()[_0x2b8733(0x1a1)](),'processId':_0xf9f6dc[_0x2b8733(0x144)]()['toString']()},_0x23ad3b={};_0x23ad3b['platformIndex']=_0x42f880,_0x23ad3b[_0x2b8733(0x188)]=_0x48d09,_0x23ad3b[_0x2b8733(0x1ad)]=_0x584a71,_0x23ad3b[_0x2b8733(0x1ef)]=_0x1f3d4a,_0x23ad3b[_0x2b8733(0x20f)]=_0x4a5e7d,_0x23ad3b[_0x2b8733(0x1da)]=_0x160c24,_0x23ad3b[_0x2b8733(0x1fd)]=_0x5d5424,_0x23ad3b[_0x2b8733(0x19c)]=_0x583adf,_0x23ad3b['eventJson']=_0x309e0b,_0x23ad3b[_0x2b8733(0x140)]=_0x5c3b0f,_0x23ad3b['test_identifier']=_0x851e06;const _0xef81be=_0x23ad3b;return _0xef81be;}catch(_0x124d58){return logger[_0x2b8733(0x218)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x2b8733(0xf8)](_0x124d58)),{};}}async[a91_0x1c6d18(0x105)](_0x4cb814,_0x1d4dfc,_0x2909d9){const _0x11f67e=a91_0x1c6d18,_0x486122={'jcAkT':function(_0x43b15c,_0x51cc88){return _0x43b15c+_0x51cc88;},'eNfLd':_0x11f67e(0xdf),'IvssY':_0x11f67e(0x255),'QPzuP':function(_0x30e890,_0x5e1dba){return _0x30e890>_0x5e1dba;},'KXPRC':function(_0x5dd5e5,_0x1dd734,_0x5e6db8,_0x4b0478){return _0x5dd5e5(_0x1dd734,_0x5e6db8,_0x4b0478);},'dPVlR':function(_0x2c7b75,_0x33b32d){return _0x2c7b75-_0x33b32d;},'RgSwZ':function(_0x175546,_0x3bc5aa){return _0x175546===_0x3bc5aa;},'zoWhZ':function(_0xd57028,_0x3fa648){return _0xd57028/_0x3fa648;},'nOmDy':function(_0x5330b7,_0x4bc3e6){return _0x5330b7<_0x4bc3e6;},'dPdmC':function(_0x4753fd,_0x188fd1){return _0x4753fd*_0x188fd1;},'EpSWy':function(_0x96781e,_0x26d9db){return _0x96781e>_0x26d9db;}};try{const _0x100ca9=_0x2909d9[_0x11f67e(0x264)]||_0x2909d9[_0x11f67e(0x18c)],_0x28c907=Array[_0x11f67e(0x115)](_0x4cb814[_0x11f67e(0x1f8)]()['keys']()),_0x44a5d7=_0x4cb814[_0x11f67e(0x1f8)]()['get'](_0x100ca9);if(!_0x44a5d7){logger[_0x11f67e(0x120)](_0x11f67e(0x17a)+_0x100ca9);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2ecaeb='',[TestFrameworkConstants[_0x11f67e(0x227)]]:_0x4231a2=''}=_0x44a5d7;let _0x38a1cc=[];_0x44a5d7&&_0x44a5d7[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x11f67e(0x13e)](_0x44a5d7[TestFrameworkConstants['KEY_LOGS']])?(_0x38a1cc=_0x44a5d7[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x11f67e(0x120)](_0x11f67e(0x1cb)+_0x38a1cc[_0x11f67e(0x1e6)]+'\x20logs\x20for\x20testId:\x20'+_0x100ca9),_0x4cb814['addMultipleEntries']({[_0x100ca9]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x11f67e(0x10e)]]:this[_0x11f67e(0x247)]()[0x0]||'',[TestFrameworkConstants[_0x11f67e(0x227)]]:this['getTestFrameworksVersions']()[this[_0x11f67e(0x247)]()[0x0]]||''}}),logger['debug'](_0x11f67e(0x1eb)+_0x100ca9)):logger[_0x11f67e(0x120)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x100ca9);logger[_0x11f67e(0x120)](_0x11f67e(0x19e)+_0x38a1cc[_0x11f67e(0x1e6)]+_0x11f67e(0x133)+_0x100ca9);const _0x36ee90=_0x38a1cc[_0x11f67e(0x1ce)](_0x439c9e=>_0x439c9e[_0x11f67e(0x127)]===_0x11f67e(0x178));_0x486122[_0x11f67e(0xdc)](_0x36ee90[_0x11f67e(0x1e6)],0x0)&&(logger[_0x11f67e(0x120)](_0x11f67e(0x1bd)+_0x36ee90[_0x11f67e(0x1e6)]+_0x11f67e(0x1ac)+_0x100ca9),_0x36ee90[_0x11f67e(0x170)]((_0x12b54f,_0x124209)=>{const _0x2e2acf=_0x11f67e;logger[_0x2e2acf(0x120)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x486122[_0x2e2acf(0x17b)](_0x124209,0x1)+'/'+_0x36ee90['length']+_0x2e2acf(0x22b)+(_0x12b54f[_0x2e2acf(0x20b)]||_0x486122[_0x2e2acf(0x10f)])+_0x2e2acf(0x198)+(_0x12b54f['test_run_uuid']||_0x486122[_0x2e2acf(0x10f)])+_0x2e2acf(0xec)+(_0x12b54f[_0x2e2acf(0x185)]||_0x486122['IvssY'])+',\x20messageLength='+(_0x12b54f[_0x2e2acf(0x1bc)]?.['length']||0x0));}));const _0x2930c9=_0x44a5d7[TestFrameworkConstants[_0x11f67e(0x215)]]||{},_0x49c871=_0x486122[_0x11f67e(0x1b5)](getMediaArtifactsLogs,_0x2930c9,null,_0x100ca9),_0x3d971d=(_0x38a1cc||[])[_0x11f67e(0x26d)](_0x49c871||[]),_0x4598e0=_0x36ee90?.[_0x11f67e(0x1e6)]||0x0,_0x4948d9=_0x486122[_0x11f67e(0x26e)](_0x38a1cc?.[_0x11f67e(0x1e6)]||0x0,_0x4598e0);logger[_0x11f67e(0x120)](_0x11f67e(0x158)+_0x100ca9+_0x11f67e(0x19d)+_0x4948d9+_0x11f67e(0xdd)+_0x4598e0+_0x11f67e(0x10c)+(_0x49c871?.['length']||0x0)+',\x20totalLogs:\x20'+_0x3d971d[_0x11f67e(0x1e6)]);if(!_0x3d971d||_0x486122[_0x11f67e(0x235)](_0x3d971d[_0x11f67e(0x1e6)],0x0)){logger[_0x11f67e(0x120)](_0x11f67e(0xe4)+_0x100ca9);return;}const _0x18e696=0x28,_0x2175ce=Math[_0x11f67e(0x1c3)](_0x486122[_0x11f67e(0x21e)](_0x3d971d[_0x11f67e(0x1e6)],_0x18e696));for(let _0x2eb44a=0x0;_0x486122[_0x11f67e(0x11c)](_0x2eb44a,_0x2175ce);_0x2eb44a++){const _0xd4fe21=_0x486122[_0x11f67e(0x137)](_0x2eb44a,_0x18e696),_0x4887f6=_0x486122[_0x11f67e(0x17b)](_0xd4fe21,_0x18e696),_0x5d5df5=_0x3d971d[_0x11f67e(0x11d)](_0xd4fe21,_0x4887f6),_0x712ee3=global?.[_0x11f67e(0x129)]??0x0,_0x3bee6d={'platformIndex':_0x712ee3,'logs':_0x5d5df5,'testFrameworkName':_0x2ecaeb,'testFrameworkVersion':_0x4231a2,'testFrameworkState':_0x1d4dfc['toString']()[_0x11f67e(0x12e)]('.')[0x1]},_0x53868b={};_0x53868b['depth']=0x3,_0x53868b[_0x11f67e(0xfc)]=0x5,logger[_0x11f67e(0x120)](_0x11f67e(0x21a)+_0x486122[_0x11f67e(0x17b)](_0x2eb44a,0x1)+'/'+_0x2175ce+_0x11f67e(0x214)+_0x100ca9+_0x11f67e(0x14e)+_0x5d5df5['length']+_0x11f67e(0xf1)+_0x712ee3+_0x11f67e(0x19f)+util[_0x11f67e(0x1bf)](_0x3bee6d,_0x53868b));const _0x1b305b=await GrpcClient[_0x11f67e(0x201)]()[_0x11f67e(0x190)](_0x3bee6d);logger[_0x11f67e(0x120)](_0x11f67e(0x21a)+_0x486122['jcAkT'](_0x2eb44a,0x1)+'/'+_0x2175ce+'\x20-\x20testId:\x20'+_0x100ca9+_0x11f67e(0x23b)+util[_0x11f67e(0x1bf)](_0x1b305b));}_0x49c871&&_0x486122[_0x11f67e(0x211)](_0x49c871[_0x11f67e(0x1e6)],0x0)&&_0x44a5d7[TestFrameworkConstants[_0x11f67e(0x215)]]&&_0x4cb814[_0x11f67e(0x186)]({[_0x100ca9]:{[TestFrameworkConstants[_0x11f67e(0x215)]]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x11f67e(0x227)]]:this[_0x11f67e(0x267)]()[this[_0x11f67e(0x247)]()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x100ca9+_0x11f67e(0x1e0)+_0x2175ce);}catch(_0x2c378a){logger[_0x11f67e(0x218)](_0x11f67e(0x263)+(_0x2909d9[_0x11f67e(0x264)]||_0x2909d9['testId'])+_0x11f67e(0x172)+util[_0x11f67e(0xf8)](_0x2c378a));}}['storePendingHook'](_0x48210e,_0x462f7c,_0x345ec1,_0x1c9a82,_0x15c26a){const _0x3f049e=a91_0x1c6d18,_0x2da19d={};_0x2da19d[_0x3f049e(0x1d7)]=function(_0x53fd24,_0x40cca9){return _0x53fd24===_0x40cca9;},_0x2da19d[_0x3f049e(0xf2)]=_0x3f049e(0x1b7);const _0x186259=_0x2da19d,{hookData:_0x47d4f8}=_0x15c26a,_0x4e89b5={'testId':_0x462f7c,'testFrameworkState':_0x345ec1,'hookState':_0x1c9a82,'args':_0x15c26a,'timestamp':new Date()['toISOString']()};if(_0x186259[_0x3f049e(0x1d7)](_0x345ec1,TestFrameworkState[_0x3f049e(0x171)])&&_0x47d4f8){const _0x411e5d={};_0x411e5d[_0x3f049e(0x1f4)]=_0x47d4f8['file_name']||_0x47d4f8['location'],_0x411e5d[_0x3f049e(0x146)]=_0x47d4f8['scope']||_0x47d4f8[_0x3f049e(0x1c7)]&&_0x47d4f8['scopes'][0x0]||'',_0x411e5d['hookType']=_0x186259['oRYrb'],_0x4e89b5[_0x3f049e(0x25e)]=_0x411e5d,logger[_0x3f049e(0x120)](_0x3f049e(0x150)+_0x462f7c+_0x3f049e(0x1e3)+_0x4e89b5[_0x3f049e(0x25e)][_0x3f049e(0x1f4)]+_0x3f049e(0x25c)+_0x4e89b5[_0x3f049e(0x25e)][_0x3f049e(0x146)]);}_0x48210e[_0x3f049e(0x1e5)](_0x462f7c,_0x4e89b5),logger['debug'](_0x3f049e(0x168)+_0x462f7c+_0x3f049e(0x117)+_0x345ec1+_0x3f049e(0x248)+_0x1c9a82);}async[a91_0x1c6d18(0x21b)](_0x41d944,_0x2cf20f){const _0x146bb3=a91_0x1c6d18,_0x2d5809={};_0x2d5809['OsFSL']=function(_0x9934b3,_0xe01b12){return _0x9934b3>_0xe01b12;},_0x2d5809['sfCQX']=function(_0xc89be5,_0xc9d40d){return _0xc89be5===_0xc9d40d;},_0x2d5809['fBMFF']=function(_0x2ee91e,_0x1d6b94){return _0x2ee91e===_0x1d6b94;},_0x2d5809['nbYeP']=function(_0x22dcd2,_0x131468){return _0x22dcd2>_0x131468;},_0x2d5809[_0x146bb3(0x1c9)]=function(_0x20e121,_0x5d19b8){return _0x20e121===_0x5d19b8;},_0x2d5809[_0x146bb3(0x1f6)]=_0x146bb3(0x216);const _0x1bc08b=_0x2d5809;if(_0x41d944[_0x146bb3(0x11a)](_0x2cf20f)){const _0x3537fe=_0x41d944['getPendingHooks'](_0x2cf20f);logger[_0x146bb3(0x120)](_0x146bb3(0x103)+_0x3537fe[_0x146bb3(0x1e6)]+_0x146bb3(0x231)+_0x2cf20f);for(const _0x5cd26c of _0x3537fe){try{const _0x518a23=await this[_0x146bb3(0x259)](_0x41d944,_0x5cd26c[_0x146bb3(0x1ef)],_0x5cd26c[_0x146bb3(0x20f)],_0x5cd26c[_0x146bb3(0x1be)]);_0x518a23&&_0x1bc08b[_0x146bb3(0xf4)](Object['keys'](_0x518a23)['length'],0x0)&&_0x41d944[_0x146bb3(0x186)](_0x518a23),await this[_0x146bb3(0x1fe)](_0x41d944,_0x5cd26c[_0x146bb3(0x1ef)],_0x5cd26c[_0x146bb3(0x20f)],_0x5cd26c['args']);}catch(_0x454db0){logger[_0x146bb3(0x218)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x2cf20f+',\x20error:\x20'+_0x454db0);}}_0x41d944[_0x146bb3(0x112)](_0x2cf20f),logger[_0x146bb3(0x120)](_0x146bb3(0x16c)+_0x2cf20f);}const _0x1708ba=_0x41d944[_0x146bb3(0x1f8)]()['get'](_0x2cf20f);if(_0x1708ba){const _0x308634=_0x1708ba[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x1708ba[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x10305d=_0x1708ba[TestFrameworkConstants[_0x146bb3(0x24d)]]||_0x1708ba[TestFrameworkConstants[_0x146bb3(0x147)]]&&_0x1708ba[TestFrameworkConstants[_0x146bb3(0x147)]][0x0]||'';logger[_0x146bb3(0x120)](_0x146bb3(0x126)+_0x308634+',\x20scope:\x20'+_0x10305d);const _0x4dd782=_0x41d944[_0x146bb3(0x180)]();for(const _0x358baa of _0x4dd782){if(_0x1bc08b[_0x146bb3(0x212)](_0x358baa,_0x2cf20f))continue;if(_0x41d944[_0x146bb3(0x11a)](_0x358baa)){const _0x208d44=_0x41d944[_0x146bb3(0x10d)](_0x358baa);for(const _0x1ea97d of _0x208d44){if(_0x1bc08b[_0x146bb3(0x212)](_0x1ea97d[_0x146bb3(0x1ef)],TestFrameworkState['BEFORE_ALL'])&&_0x1ea97d['hookMetadata']){const _0x265f23=_0x1ea97d[_0x146bb3(0x25e)][_0x146bb3(0x1f4)],_0x1dab23=_0x1ea97d[_0x146bb3(0x25e)]['scope'];if(_0x1bc08b['sfCQX'](_0x265f23,_0x308634)&&_0x1bc08b[_0x146bb3(0x19b)](_0x1dab23,_0x10305d)){logger[_0x146bb3(0x120)](_0x146bb3(0x209)+_0x358baa+',\x20currentTestId:\x20'+_0x2cf20f+_0x146bb3(0x1e3)+_0x265f23+_0x146bb3(0x25c)+_0x1dab23);_0x1ea97d['args']&&_0x1ea97d[_0x146bb3(0x1be)][_0x146bb3(0x1f2)]&&(_0x1ea97d[_0x146bb3(0x1be)][_0x146bb3(0x1f2)][_0x146bb3(0x1ed)]=_0x2cf20f,logger['debug'](_0x146bb3(0x154)+_0x358baa+'\x20to\x20'+_0x2cf20f));try{const _0x40f515=await this[_0x146bb3(0x259)](_0x41d944,_0x1ea97d[_0x146bb3(0x1ef)],_0x1ea97d[_0x146bb3(0x20f)],_0x1ea97d[_0x146bb3(0x1be)]);_0x40f515&&_0x1bc08b[_0x146bb3(0x1a6)](Object[_0x146bb3(0x13c)](_0x40f515)[_0x146bb3(0x1e6)],0x0)&&_0x41d944[_0x146bb3(0x186)](_0x40f515);await this[_0x146bb3(0x1fe)](_0x41d944,_0x1ea97d['testFrameworkState'],_0x1ea97d['hookState'],_0x1ea97d[_0x146bb3(0x1be)]);const _0x1e0c0a=_0x41d944['getPendingHooks'](_0x358baa)[_0x146bb3(0x1ce)](_0x494691=>_0x494691!==_0x1ea97d);if(_0x1bc08b[_0x146bb3(0x1c9)](_0x1e0c0a['length'],0x0))_0x41d944[_0x146bb3(0x112)](_0x358baa);else{_0x41d944[_0x146bb3(0x112)](_0x358baa);for(const _0x15b3a6 of _0x1e0c0a){_0x41d944[_0x146bb3(0x1e5)](_0x358baa,_0x15b3a6);}}logger[_0x146bb3(0x120)](_0x1bc08b[_0x146bb3(0x1f6)]);}catch(_0x5c743e){logger[_0x146bb3(0x218)](_0x146bb3(0x1ea)+_0x2cf20f+_0x146bb3(0x172)+_0x5c743e);}}}}}}}}[a91_0x1c6d18(0x261)](_0x5c081c){const _0xb6f5da=a91_0x1c6d18,_0x1dd0f5={'GJeVB':function(_0x2ca934){return _0x2ca934();}};if(!_0x5c081c||!_0x5c081c[_0xb6f5da(0x10b)])return;_0x5c081c[_0xb6f5da(0x10b)]['hooks']&&Array['isArray'](_0x5c081c[_0xb6f5da(0x10b)][_0xb6f5da(0x12c)])&&_0x5c081c[_0xb6f5da(0x10b)][_0xb6f5da(0x12c)][_0xb6f5da(0x170)](_0x38bc4a=>{const _0x3a57de=_0xb6f5da;!_0x38bc4a[_0x3a57de(0x1b9)]&&!_0x38bc4a[_0x3a57de(0x228)]&&(_0x38bc4a['hookAnalyticsId']=_0x1dd0f5[_0x3a57de(0x139)](uuidv4),_0x38bc4a[_0x3a57de(0x228)]=_0x38bc4a[_0x3a57de(0x1b9)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x38bc4a[_0x3a57de(0x10a)]+_0x3a57de(0x237)+_0x38bc4a['hookAnalyticsId']));}),this[_0xb6f5da(0x261)](_0x5c081c[_0xb6f5da(0x10b)]);}[a91_0x1c6d18(0x206)](_0x36f4dd){const _0x453de0=a91_0x1c6d18,_0x45100d={'Mpldc':function(_0x2c31bc,_0x1b9f9a){return _0x2c31bc(_0x1b9f9a);}};if(!_0x36f4dd||!_0x36f4dd['parent'])return[];const _0x32b937=[];return _0x36f4dd[_0x453de0(0x10b)][_0x453de0(0x12c)]&&Array[_0x453de0(0x13e)](_0x36f4dd['parent']['hooks'])&&_0x36f4dd['parent'][_0x453de0(0x12c)]['forEach'](_0x7e66b=>{const _0x4cd3a0=_0x453de0,_0x299898=_0x7e66b[_0x4cd3a0(0x1b9)]||_0x7e66b[_0x4cd3a0(0x228)];_0x299898&&!this[_0x4cd3a0(0x1d3)](_0x7e66b)&&!_0x45100d[_0x4cd3a0(0x109)](isInternalHook,_0x7e66b['fn'])&&_0x32b937['push'](_0x299898);}),[..._0x32b937,...this[_0x453de0(0x206)](_0x36f4dd['parent'])];}[a91_0x1c6d18(0x20d)](_0xfad659){const _0x14e096=a91_0x1c6d18,_0x4d9cf2={'tvuIN':function(_0x4f73af,_0x465fb9){return _0x4f73af(_0x465fb9);},'hMKVw':_0x14e096(0x1dd),'tMhuc':function(_0x2239dc,_0xc6315d){return _0x2239dc(_0xc6315d);}},_0x7e0bed=new Map(),_0x124189=_0x4698bd=>{const _0x5310ab=_0x14e096;if(!_0x4698bd||!_0x4698bd[_0x5310ab(0x10b)])return;_0x4698bd[_0x5310ab(0x10b)]['hooks']&&Array[_0x5310ab(0x13e)](_0x4698bd[_0x5310ab(0x10b)][_0x5310ab(0x12c)])&&_0x4698bd['parent'][_0x5310ab(0x12c)][_0x5310ab(0x170)](_0x2a3e39=>{const _0x2acfde=_0x5310ab,_0x1db23c=_0x2a3e39[_0x2acfde(0x1b9)]||_0x2a3e39['hookUUID'];if(_0x1db23c&&!this['isJestInternalHook'](_0x2a3e39)&&!_0x4d9cf2[_0x2acfde(0x207)](isInternalHook,_0x2a3e39['fn'])){const _0x31cf79={};_0x31cf79[_0x2acfde(0x10a)]=_0x2a3e39[_0x2acfde(0x10a)]||_0x4d9cf2[_0x2acfde(0x226)],_0x31cf79[_0x2acfde(0x269)]=_0x2a3e39[_0x2acfde(0x269)]||'\x22'+_0x2a3e39['type']+_0x2acfde(0x1df),_0x7e0bed[_0x2acfde(0xfd)](_0x1db23c,_0x31cf79);}}),_0x4d9cf2[_0x5310ab(0x25b)](_0x124189,_0x4698bd[_0x5310ab(0x10b)]);};return _0x4d9cf2[_0x14e096(0x207)](_0x124189,_0xfad659),_0x7e0bed;}[a91_0x1c6d18(0x1d3)](_0x4043ca){const _0x441c74=a91_0x1c6d18,_0x5b0380={};_0x5b0380[_0x441c74(0x18a)]='jest-circus',_0x5b0380['OdeKa']=_0x441c74(0x15d);const _0x55d91e=_0x5b0380;try{const _0x8d3820=this[_0x441c74(0x187)](_0x4043ca);if(!_0x8d3820||_0x8d3820[_0x441c74(0x1e9)](_0x55d91e[_0x441c74(0x18a)]))return!![];return![];}catch(_0x9626e2){logger['debug'](_0x55d91e[_0x441c74(0xf5)]);}return![];}[a91_0x1c6d18(0x187)](_0x2280aa){const _0x146b49=a91_0x1c6d18,_0x4860e9={'GmvOJ':function(_0x3dd7e5,_0x246e2a){return _0x3dd7e5(_0x246e2a);}};if(_0x2280aa['file'])return _0x2280aa[_0x146b49(0x26b)];if(_0x2280aa[_0x146b49(0x143)])try{const _0x2ba218=stackTrace['parse'](_0x2280aa[_0x146b49(0x143)]),_0xfffcfd=_0x4860e9[_0x146b49(0x1c2)](pickUserFrameFile,_0x2ba218);if(_0xfffcfd)return _0xfffcfd;logger[_0x146b49(0x120)](_0x146b49(0x1aa)+_0x2ba218[_0x146b49(0x1e6)]+')');}catch(_0x1d3d4e){logger[_0x146b49(0x120)](_0x146b49(0x1ff)+util[_0x146b49(0xf8)](_0x1d3d4e));}return null;}}module[a91_0x1c6d18(0x15f)]=JestTestFramework;function a91_0x4d70(){const _0xef9c32=['[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','args','inspect',',\x20argsKeys=','getJestTestName','GmvOJ','ceil','\x20(testIdentifier),\x20tags=','test','LOG_REPORT','scopes','384390ZYoLtk','Prccd','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','fwdIT','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','filter',',\x20filePath=','JestTestFramework','toUpperCase','../cliUtils.js','isJestInternalHook','Iyvgr','replace',',\x20testData=','ZCyJo','AiqtY','Assert','startedAt','KEY_EVENT_ENDED_AT','MRvpr','unknown','inYov','\x22\x20hook',',\x20totalBatches:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','BolAF',',\x20filePath:\x20','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','addPendingHook','length','YmGzJ','IqrFS','includes','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getJestFailureType','test_run_id','trackJestInstance:\x20created\x20instance\x20for\x20target=','testFrameworkState','XnYcr','getJestFailureData','hookData','DEFAULT_HOOK_RESULT','filePath','TEST','QZvUP',',\x20version=','getAllData','getTrackedInstance','../state/testFrameworkState.js','DEFAULT_TEST_RESULT','KEY_HOOK_LOGS','endedAt','runHooks','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','LoHHX','getInstance','mdLcD','removeActiveHook','push','tags','getHooksForTest','tvuIN','getJestFailureReason','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','finished_at','test_identifier','depth','buildHookMapFromTest','join','hookState',',\x20totalHooks=','EpSWy','sfCQX','\x20(testIdentifier)','\x20-\x20testId:\x20','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','ThyZw','error','NnguW','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','processPendingHooks','util','match','zoWhZ','AncAH','PjsTe',':testAnalyticsId','POST','pop','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','title','hMKVw','KEY_TEST_FRAMEWORK_VERSION','hookUUID',',\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','\x20-\x20test_identifier=','16812VZCghX',',\x20testId=','qkfDB','../state/hookState.js',',\x20hookId=','\x20pending\x20hooks\x20for\x20testId:\x20','YfKXT','setActiveHook','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','RgSwZ','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20',',\x20hookUUID=','workerInfo','failed','testData',',\x20response=','KEY_TEST_RESULT','parseJestTestResult','getJestTestFilePath','Tcjlr','KEY_TEST_FAILURE_REASON','bmoYY','has',',\x20scopes=','kFGaL','find','Phpkk','getTestFrameworks',',\x20hookState:\x20','KEY_TEST_ID','\x20hook','mNLuP',',\x20result=','KEY_TEST_SCOPE',',\x20testFramework=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_TEST_META','resolveInstance','KEY_TEST_DURATION','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','BiLFd','none','findIndex','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','ALL','trackHookEvent','hook_result','tMhuc',',\x20scope:\x20','agzLG','hookMetadata','drhYa','createContext','mapTestHooks','KEY_TEST_RETRY_OF','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','testUUID','1712109melBZX','substr','getTestFrameworksVersions','ROOT_DESCRIBE_BLOCK','name','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','file','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','concat','dPVlR','started_at','splice','enEGV','QPzuP',',\x20screenshotLogs:\x20','KEY_TEST_STARTED_AT','missing','KEY_EVENT_STARTED_AT','hook_id','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','875478KfWPpz','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','instance','AcFuo','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','parallelIndex','../instances/testFrameworkInstance.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','pid',',\x20hook_run_uuid=','_ALL','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','1blhHfw','warn',',\x20platformIndex:\x20','oRYrb','storePendingHook','OsFSL','OdeKa','getId','KEY_HOOK_RESULT','format',',\x20remainingHooks=','KEY_TEST_LOGS','setTrackedInstance','maxArrayLength','set',',\x20exception=','YjDOJ','witlG','bdcrd','startsWith','Processing\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','sendLogCreatedEvent',',\x20failureReason=',',\x20storing\x20as\x20pending\x20hook','passed','Mpldc','type','parent',',\x20attachmentLogs:\x20','getPendingHooks','KEY_TEST_FRAMEWORK_NAME','eNfLd','xiEJB','jrMEx','removePendingHooks','KEY_HOOK_LAST_FINISHED',',\x20hookState=','from','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20state:\x20','getActiveHook',',\x20contextId=','hasPendingHooks','../../../helpers/test-observability/utils','nOmDy','slice','biyVe','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','debug','GkxSq','TohIH','\x20files','pXLuf',',\x20target=','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','kind','parseJestTest','browserstackPlatformIndex','status','trackEvent','hooks','skipped','split','getJestTestScopes','activeHooks','\x20(testIdentifier),\x20result=','KEY_TEST_FAILURE','\x20for\x20testId:\x20','PRE','duration','getJestTestTags','dPdmC','JTthW','GJeVB','skip','getJestTestIdentifier','keys','KEY_TEST_CODE','isArray','YdAQq','executionContext','KEY_TEST_RERUN_NAME','KEY_HOOK_NAME','asyncError','getProcessId','../../../helpers/helper.js','scope','KEY_TEST_SCOPES','errorsDetailed','NONE','afterAll','./testFramework','get','KEY_CUSTOM_TAGS',',\x20logsInBatch:\x20','KEY_TEST_FILE_PATH','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','stack-trace','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','../../../helpers/stackFrameUtils','KEY_TEST_ENDED_AT','KEY_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','\x20(testIdentifier),\x20hookType=','RCoiI','getCurrentHookState','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KEY_HOOK_LAST_STARTED','exports','toISOString','result','reverse','failure_reason','map','456124nbvKuc','getContext','code','Stored\x20pending\x20hook\x20for\x20testId:\x20','mNNGM','KEY_TEST_FAILURE_TYPE','trackJestInstance','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','\x20attachments','retryOf','forEach','BEFORE_ALL',',\x20error:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','stringify','__workerDetails','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','TEST_SCREENSHOT','1600TtkhSQ','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','jcAkT','hookType','file_name','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getAllPendingHookTestIds',',\x20failureType=','uSOMQ','body','UnhandledError','hook_run_uuid','addMultipleEntries','getRootParentFile','testFrameworkName','wEfew','bggmG',',\x20hook=','testId','getCurrentTestState',',\x20state=','oUeBu','logCreatedEvent','bTpJi','KEY_HOOK_ID','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','\x22\x20from\x20testData','KEY_HOOK_FAILURE_TYPE',',\x20hookData=','118532DcsiHE',',\x20test_run_uuid=','delete','KEY_HOOKS_STARTED','fBMFF','uuid',',\x20consoleLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20',',\x20payload:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','toString','CocdU','892808HiwMmx','LNFoK','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','nbYeP','tZONE','originalTest','5QHlKxH','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','aVfTg','\x20screenshot\x20logs\x20for\x20testId:\x20','testFrameworkVersion','createTestFrameworkEventPayload','getThreadId','../grpcClient','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','AssertionError','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','KEY_AUTOMATE_SESSION_NAME','KXPRC','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','beforeAll','PrCxq','hookAnalyticsId','getCurrentInstanceName','../TestInfo.js','message'];a91_0x4d70=function(){return _0xef9c32;};return a91_0x4d70();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a92_0x4da2(){const _0x3b8108=['failure','KEY_HOOKS_STARTED','getId','trackEvent:\x20state=','KEY_TEST_ENDED_AT','2958536urDKCd','failure_type','KEY_TEST_FILE_PATH','from','KEY_TEST_RESULT','PRE','tPcWV','\x20hook=','4491162dffzyz','wLjuu','getContext','TEST','./testFramework','NewmanTestFramework','getCurrentInstanceName','KEY_TEST_FRAMEWORK_VERSION','trackEvent','KEY_TEST_UUID','stringify','meta','tags','KEY_TEST_FRAMEWORK_NAME','../instances/testFrameworkInstance.js','trackEvent:\x20error=','KEY_CUSTOM_TAGS','path','instance','runHooks','scope','KEY_TEST_CODE','KEY_TEST_LOGS','resolveInstance','split','getTestFrameworksVersions','../instances/trackedInstance.js','28326hjjhZL','KEY_TEST_FAILURE_TYPE','get','setTrackedInstance','KEY_TEST_LOCATION','getTestFrameworks','968810CEmYbV','toString','debug','pending','scopes','KEY_TEST_META','parseNewmanTest','createTestFrameworkEventPayload','parseNewmanTestResult','NONE','../state/testFrameworkState.js','format','kbAMI','KEY_TEST_SCOPES','result','955920JhdlbV','KEY_TEST_RERUN_NAME','addMultipleEntries','custom_metadata','uuid','getCurrentHookState','./constants/testFrameworkConstants.js','272238EfkVww','51wEFCbs','KEY_TEST_STARTED_AT','createContext','4650534txWAvc','KEY_TEST_ID','createTestFrameworkEventPayload:\x20error=','../cliUtils.js','getTrackedInstance','DEFAULT_TEST_RESULT','KEY_TEST_FAILURE','test','finished_at','../state/hookState.js','started_at','error','getThreadId','toISOString'];a92_0x4da2=function(){return _0x3b8108;};return a92_0x4da2();}const a92_0x192466=a92_0x3a8c;function a92_0x3a8c(_0x1f0a7f,_0x34f276){const _0x4da256=a92_0x4da2();return a92_0x3a8c=function(_0x3a8c10,_0x4036f2){_0x3a8c10=_0x3a8c10-0x103;let _0x56fd5c=_0x4da256[_0x3a8c10];return _0x56fd5c;},a92_0x3a8c(_0x1f0a7f,_0x34f276);}(function(_0x53ac8b,_0x22d9ae){const _0x14d62b=a92_0x3a8c,_0x401d0c=_0x53ac8b();while(!![]){try{const _0x433983=parseInt(_0x14d62b(0x10c))/0x1+parseInt(_0x14d62b(0x146))/0x2*(parseInt(_0x14d62b(0x10d))/0x3)+parseInt(_0x14d62b(0x105))/0x4+parseInt(_0x14d62b(0x14c))/0x5+-parseInt(_0x14d62b(0x12b))/0x6+parseInt(_0x14d62b(0x110))/0x7+-parseInt(_0x14d62b(0x123))/0x8;if(_0x433983===_0x22d9ae)break;else _0x401d0c['push'](_0x401d0c['shift']());}catch(_0xcea4a9){_0x401d0c['push'](_0x401d0c['shift']());}}}(a92_0x4da2,0x780f9));const path=require(a92_0x192466(0x13c)),TestFramework=require(a92_0x192466(0x12f)),TestFrameworkState=require(a92_0x192466(0x156)),HookState=require(a92_0x192466(0x119)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x192466(0x139)),CLIUtils=require(a92_0x192466(0x113)),TrackedInstance=require(a92_0x192466(0x145)),TestFrameworkConstants=require(a92_0x192466(0x10b)),util=require('util'),logger=createClassLogger(a92_0x192466(0x130));class NewmanTestFramework extends TestFramework{constructor(_0x4793bd,_0x391f9f,_0x75efae){super(_0x4793bd,_0x391f9f,_0x75efae);}async[a92_0x192466(0x133)](_0x197976,_0x49ed6a,_0x42a9b6={}){const _0x370bff=a92_0x192466,_0x2d248b={};_0x2d248b[_0x370bff(0x129)]=function(_0x5941bc,_0x5b4958){return _0x5941bc===_0x5b4958;};const _0x542aab=_0x2d248b;logger[_0x370bff(0x14e)](_0x370bff(0x121)+_0x197976+_0x370bff(0x12a)+_0x49ed6a),await super[_0x370bff(0x133)](_0x197976,_0x49ed6a,_0x42a9b6);const _0x2c05de=this[_0x370bff(0x142)](_0x197976,_0x49ed6a,_0x42a9b6);if(!_0x2c05de)return;try{if(_0x542aab[_0x370bff(0x129)](_0x197976,TestFrameworkState[_0x370bff(0x12e)])&&_0x42a9b6[_0x370bff(0x117)]){const _0xb12a7=_0x542aab['tPcWV'](_0x49ed6a,HookState[_0x370bff(0x128)])?this[_0x370bff(0x152)](_0x42a9b6['test']):this[_0x370bff(0x154)](_0x42a9b6['test']);_0x2c05de[_0x370bff(0x107)](_0xb12a7);}}catch(_0x20fe83){logger[_0x370bff(0x11b)](_0x370bff(0x13a)+util[_0x370bff(0x157)](_0x20fe83));}_0x42a9b6[_0x370bff(0x13d)]=_0x2c05de,await this[_0x370bff(0x13e)](_0x2c05de,_0x197976,_0x49ed6a,_0x42a9b6);}[a92_0x192466(0x152)](_0x1a0f03){const _0xd0b09a=a92_0x192466,_0x4022fe=this[_0xd0b09a(0x14b)]()[0x0],_0x421f33={};return _0x421f33[_0x1a0f03[_0xd0b09a(0x109)]]={[TestFrameworkConstants[_0xd0b09a(0x138)]]:_0x4022fe,[TestFrameworkConstants[_0xd0b09a(0x132)]]:this[_0xd0b09a(0x144)]()[_0x4022fe],[TestFrameworkConstants[_0xd0b09a(0x141)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0xd0b09a(0x11f)]]:{},[TestFrameworkConstants[_0xd0b09a(0x127)]]:TestFrameworkConstants[_0xd0b09a(0x115)],[TestFrameworkConstants[_0xd0b09a(0x111)]]:_0x1a0f03[_0xd0b09a(0x109)],[TestFrameworkConstants[_0xd0b09a(0x134)]]:_0x1a0f03[_0xd0b09a(0x109)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x1a0f03['name'],[TestFrameworkConstants[_0xd0b09a(0x125)]]:_0x1a0f03['file_path']||'',[TestFrameworkConstants[_0xd0b09a(0x14a)]]:_0x1a0f03['location']||'',[TestFrameworkConstants[_0xd0b09a(0x140)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x1a0f03[_0xd0b09a(0x137)]||[],[TestFrameworkConstants[_0xd0b09a(0x10e)]]:_0x1a0f03[_0xd0b09a(0x11a)]||new Date()[_0xd0b09a(0x11d)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x1a0f03[_0xd0b09a(0x13f)]||'',[TestFrameworkConstants[_0xd0b09a(0x103)]]:_0x1a0f03[_0xd0b09a(0x150)]||[],[TestFrameworkConstants[_0xd0b09a(0x106)]]:null,[TestFrameworkConstants[_0xd0b09a(0x13b)]]:_0x1a0f03[_0xd0b09a(0x108)]||{},[TestFrameworkConstants[_0xd0b09a(0x151)]]:_0x1a0f03[_0xd0b09a(0x136)]||{}},_0x421f33;}[a92_0x192466(0x154)](_0x1b1356){const _0x5ca918=a92_0x192466,_0x4fd1c2={};_0x4fd1c2[_0x5ca918(0x158)]=_0x5ca918(0x14f);const _0x5479fc=_0x4fd1c2,_0x58a610={};return _0x58a610[_0x1b1356['uuid']]={[TestFrameworkConstants[_0x5ca918(0x127)]]:_0x1b1356[_0x5ca918(0x104)]||_0x5479fc[_0x5ca918(0x158)],[TestFrameworkConstants[_0x5ca918(0x122)]]:_0x1b1356[_0x5ca918(0x118)]||new Date()[_0x5ca918(0x11d)](),[TestFrameworkConstants[_0x5ca918(0x116)]]:_0x1b1356[_0x5ca918(0x11e)]||[],[TestFrameworkConstants[_0x5ca918(0x147)]]:_0x1b1356[_0x5ca918(0x124)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x1b1356['failure_reason']||null},_0x58a610;}[a92_0x192466(0x142)](_0x283f8f){const _0x4cb26a=a92_0x192466;let _0x4561fd=TestFramework[_0x4cb26a(0x114)]();if(!_0x4561fd){const _0x8717f0=TrackedInstance[_0x4cb26a(0x10f)](CLIUtils[_0x4cb26a(0x131)]());_0x4561fd=new TestFrameworkInstance(_0x8717f0,this[_0x4cb26a(0x14b)](),this['getTestFrameworksVersions'](),_0x283f8f,HookState[_0x4cb26a(0x155)]),TestFramework[_0x4cb26a(0x149)](_0x8717f0,_0x4561fd);}return _0x4561fd;}[a92_0x192466(0x153)](_0x23d3da){const _0x8fa7a3=a92_0x192466,_0x39707c={};_0x39707c[_0x8fa7a3(0x12c)]='base64';const _0xf00901=_0x39707c;try{const _0x1de019=_0x23d3da[_0x8fa7a3(0x117)]?_0x23d3da[_0x8fa7a3(0x117)]['uuid']:null,_0x4ed3fa=_0x23d3da[_0x8fa7a3(0x13d)],_0x4ab636=_0x4ed3fa[_0x8fa7a3(0x12d)](),_0x3d01f2=_0x4ed3fa['getAllData']()[_0x8fa7a3(0x148)](_0x1de019);if(!_0x3d01f2)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0xf31c27='',[TestFrameworkConstants[_0x8fa7a3(0x132)]]:_0x1ee318='',[TestFrameworkConstants[_0x8fa7a3(0x10e)]]:_0x183356='',[TestFrameworkConstants[_0x8fa7a3(0x122)]]:_0x101615=''}=_0x3d01f2;return{'platformIndex':0x0,'testFrameworkName':_0xf31c27,'testFrameworkVersion':_0x1ee318,'testFrameworkState':_0x4ed3fa['getCurrentTestState']()[_0x8fa7a3(0x14d)]()['split']('.')[0x1],'hookState':_0x4ed3fa[_0x8fa7a3(0x10a)]()[_0x8fa7a3(0x14d)]()[_0x8fa7a3(0x143)]('.')[0x1],'startedAt':_0x183356,'endedAt':_0x101615,'uuid':_0x1de019,'eventJson':Buffer[_0x8fa7a3(0x126)](JSON[_0x8fa7a3(0x135)](_0x3d01f2))['toString'](_0xf00901[_0x8fa7a3(0x12c)]),'executionContext':{'hash':_0x4ab636[_0x8fa7a3(0x120)](),'threadId':_0x4ab636[_0x8fa7a3(0x11c)]()[_0x8fa7a3(0x14d)](),'processId':_0x4ab636['getProcessId']()[_0x8fa7a3(0x14d)]()}};}catch(_0x59dff5){return logger[_0x8fa7a3(0x11b)](_0x8fa7a3(0x112)+util[_0x8fa7a3(0x157)](_0x59dff5)),{};}}}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a93_0x14a3(){const _0x31b5ca=['trackEvent','logger',',\x20state=','getAutomationFrameworkName','exports','trackEvent:\x20automationFrameworkState=','CREATE','693GQipvO','getCurrentInstanceName','nTJHL','params','debug','6vVKGBd','40JiUIsC','getTrackedInstance','164915VFaVST','message','../state/automationFrameworkState.js','30612948zputdG','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../instances/automationFrameworkInstance.js','\x20target=','2735970RWRfUw','11enAtgE','36BvxxJY','trackPlaywrightInstance:\x20instance\x20already\x20exists','uDnKp','NONE','954321HiMiUG','329463nFPXDa','bCWnL','setTrackedInstance','EsCjC','71624GehhHf','info','../instances/trackedInstance.js','QBFNM','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','resolveInstance','bsParams','createContext','../cliUtils.js','getAutomationFrameworkVersion','499683PkfsKw','trackPlaywrightInstance','./automationFramework.js'];a93_0x14a3=function(){return _0x31b5ca;};return a93_0x14a3();}function a93_0x3c7b(_0x1c204c,_0x351189){const _0x14a36d=a93_0x14a3();return a93_0x3c7b=function(_0x3c7bc3,_0x33a89f){_0x3c7bc3=_0x3c7bc3-0x69;let _0xa3911=_0x14a36d[_0x3c7bc3];return _0xa3911;},a93_0x3c7b(_0x1c204c,_0x351189);}const a93_0x51011f=a93_0x3c7b;(function(_0x2968af,_0x552b65){const _0x4756f5=a93_0x3c7b,_0x40d769=_0x2968af();while(!![]){try{const _0x4c9209=-parseInt(_0x4756f5(0x6e))/0x1+-parseInt(_0x4756f5(0x8c))/0x2*(parseInt(_0x4756f5(0x7d))/0x3)+-parseInt(_0x4756f5(0x6a))/0x4*(parseInt(_0x4756f5(0x8f))/0x5)+parseInt(_0x4756f5(0x96))/0x6+parseInt(_0x4756f5(0x87))/0x7*(-parseInt(_0x4756f5(0x73))/0x8)+-parseInt(_0x4756f5(0x6f))/0x9*(-parseInt(_0x4756f5(0x8d))/0xa)+-parseInt(_0x4756f5(0x69))/0xb*(-parseInt(_0x4756f5(0x92))/0xc);if(_0x4c9209===_0x552b65)break;else _0x40d769['push'](_0x40d769['shift']());}catch(_0x30f9f8){_0x40d769['push'](_0x40d769['shift']());}}}(a93_0x14a3,0x7e0d0));const AutomationFramework=require(a93_0x51011f(0x7f)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a93_0x51011f(0x91)),CLIUtils=require(a93_0x51011f(0x7b)),TrackedInstance=require(a93_0x51011f(0x75)),AutomationFrameworkInstance=require(a93_0x51011f(0x94));class PlaywrightAutomationFramework extends AutomationFramework{[a93_0x51011f(0x81)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x4f6f84,_0x46819a){super(_0x4f6f84,_0x46819a);}async[a93_0x51011f(0x80)](_0x5da214,_0x197b3c,_0x76b40b={}){const _0x21b367=a93_0x51011f,_0x3be34a={};_0x3be34a[_0x21b367(0x76)]=function(_0xc63019,_0x56a178){return _0xc63019===_0x56a178;};const _0x3f96b2=_0x3be34a;this[_0x21b367(0x81)][_0x21b367(0x8b)](_0x21b367(0x85)+_0x5da214+'\x20hookState='+_0x197b3c),await super[_0x21b367(0x80)](_0x5da214,_0x197b3c,_0x76b40b);const _0x102b09=this[_0x21b367(0x78)](_0x5da214,_0x197b3c,_0x76b40b);if(_0x3f96b2['QBFNM'](_0x102b09,null))return;_0x76b40b['instance']=_0x102b09,await this['runHooks'](_0x102b09,_0x5da214,_0x197b3c,_0x76b40b);}[a93_0x51011f(0x78)](_0x330526,_0x2b9ffa,_0x1b714e={}){const _0x4f5ba1=a93_0x51011f,_0x4a90d9={};_0x4a90d9[_0x4f5ba1(0x89)]=function(_0x28c1a6,_0x5d48dd){return _0x28c1a6===_0x5d48dd;},_0x4a90d9['bCWnL']=function(_0x1590ae,_0x33d87b){return _0x1590ae===_0x33d87b;},_0x4a90d9[_0x4f5ba1(0x72)]=function(_0x8d54f4,_0x444779){return _0x8d54f4===_0x444779;};const _0xf54f04=_0x4a90d9;let _0x5cd2f3=null;return(_0xf54f04['nTJHL'](_0x330526,AutomationFrameworkState[_0x4f5ba1(0x86)])||_0xf54f04[_0x4f5ba1(0x70)](_0x330526,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x1b714e[_0x4f5ba1(0x90)]&&_0x1b714e[_0x4f5ba1(0x90)][_0x4f5ba1(0x8a)]&&_0x1b714e[_0x4f5ba1(0x90)][_0x4f5ba1(0x8a)][_0x4f5ba1(0x79)])||_0xf54f04['EsCjC'](_0x330526,AutomationFrameworkState[_0x4f5ba1(0x6d)]))&&this[_0x4f5ba1(0x7e)](_0x330526,_0x1b714e),_0x5cd2f3=AutomationFramework[_0x4f5ba1(0x8e)](),_0x5cd2f3;}[a93_0x51011f(0x7e)](_0x5f02f0,_0x41ca42){const _0x7a450f=a93_0x51011f,_0x2284ef={};_0x2284ef[_0x7a450f(0x6c)]=_0x7a450f(0x6b);const _0x5467e1=_0x2284ef;if(AutomationFramework[_0x7a450f(0x8e)]()){this[_0x7a450f(0x81)][_0x7a450f(0x74)](_0x5467e1[_0x7a450f(0x6c)]);return;}const _0x1333d9=CLIUtils[_0x7a450f(0x88)](),_0x13aa4d=TrackedInstance[_0x7a450f(0x7a)](_0x1333d9);let _0x781184=null;this[_0x7a450f(0x81)]['info'](_0x7a450f(0x77)+_0x1333d9+_0x7a450f(0x82)+_0x5f02f0),_0x781184=new AutomationFrameworkInstance(_0x13aa4d,this[_0x7a450f(0x83)](),this[_0x7a450f(0x7c)](),_0x5f02f0),AutomationFramework[_0x7a450f(0x71)](_0x13aa4d,_0x781184),this[_0x7a450f(0x81)][_0x7a450f(0x74)](_0x7a450f(0x93)+_0x13aa4d['getId']()+_0x7a450f(0x95)+_0x1333d9);}}module[a93_0x51011f(0x84)]=PlaywrightAutomationFramework;
|