browserstack-node-sdk 1.65.1 → 1.65.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a92_0x2cf1b4=a92_0x3796;(function(_0xcfc96b,_0x2e3dd3){const _0x1961e4=a92_0x3796,_0xe9eb3e=_0xcfc96b();while(!![]){try{const _0x10bce2=parseInt(_0x1961e4(0x1df))/0x1+parseInt(_0x1961e4(0xb8))/0x2*(parseInt(_0x1961e4(0x95))/0x3)+parseInt(_0x1961e4(0x15c))/0x4*(-parseInt(_0x1961e4(0x139))/0x5)+-parseInt(_0x1961e4(0xf8))/0x6*(-parseInt(_0x1961e4(0x7e))/0x7)+-parseInt(_0x1961e4(0x81))/0x8+parseInt(_0x1961e4(0x13f))/0x9+parseInt(_0x1961e4(0x1fe))/0xa*(-parseInt(_0x1961e4(0x1dc))/0xb);if(_0x10bce2===_0x2e3dd3)break;else _0xe9eb3e['push'](_0xe9eb3e['shift']());}catch(_0x3ac2d2){_0xe9eb3e['push'](_0xe9eb3e['shift']());}}}(a92_0x5a85,0x939bb));const TestFramework=require(a92_0x2cf1b4(0x136)),TestFrameworkState=require(a92_0x2cf1b4(0x1a9)),HookState=require(a92_0x2cf1b4(0x147)),{createClassLogger}=require(a92_0x2cf1b4(0x1af)),TestFrameworkInstance=require(a92_0x2cf1b4(0x211)),CLIUtils=require(a92_0x2cf1b4(0x166)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a92_0x2cf1b4(0xf4)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x2cf1b4(0x1d0)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a92_0x2cf1b4(0xc0)),{v4:uuidv4}=require(a92_0x2cf1b4(0x1a4)),util=require(a92_0x2cf1b4(0xcd)),TestInfo=require(a92_0x2cf1b4(0xf3)),GrpcClient=require(a92_0x2cf1b4(0x1fd)),stackTrace=require(a92_0x2cf1b4(0x1ef)),{pickUserFrameFile}=require(a92_0x2cf1b4(0x88));class JestTestFramework extends TestFramework{constructor(_0x208b61,_0x41a2c8,_0x41f63b){const _0x50745e=a92_0x2cf1b4;super(_0x208b61,_0x41a2c8,_0x41f63b),this[_0x50745e(0x120)]=new Map();}[a92_0x2cf1b4(0x11e)](_0x51d7f5,_0x52481c,_0x56d21f){const _0x2fcf81=a92_0x2cf1b4,_0x430a3e={};_0x430a3e[_0x2fcf81(0xbb)]=function(_0x44b247,_0x155e64){return _0x44b247||_0x155e64;};const _0x2bbb04=_0x430a3e;if(_0x2bbb04['lnUVM'](!_0x51d7f5,!_0x52481c)){logger[_0x2fcf81(0x1bc)](_0x2fcf81(0x12b)+_0x51d7f5+_0x2fcf81(0x1c0)+_0x52481c);return;}!this[_0x2fcf81(0x120)]['has'](_0x51d7f5)&&this[_0x2fcf81(0x120)][_0x2fcf81(0x18b)](_0x51d7f5,[]);const _0x2e83a2={'hookUUID':_0x52481c,'hookType':_0x56d21f,'startedAt':new Date()[_0x2fcf81(0x135)]()};this[_0x2fcf81(0x120)][_0x2fcf81(0x1fa)](_0x51d7f5)['push'](_0x2e83a2),logger[_0x2fcf81(0x93)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x51d7f5+_0x2fcf81(0x1c0)+_0x52481c+_0x2fcf81(0x15a)+_0x56d21f+_0x2fcf81(0xad)+this[_0x2fcf81(0x120)][_0x2fcf81(0x1fa)](_0x51d7f5)[_0x2fcf81(0x119)]);}[a92_0x2cf1b4(0x85)](_0x4cd38b,_0x58c80a){const _0x4eada5=a92_0x2cf1b4,_0x227fc6={};_0x227fc6['XAUbE']=function(_0x898381,_0x48538c){return _0x898381||_0x48538c;},_0x227fc6['OXNWL']=function(_0x250107,_0x488796){return _0x250107!==_0x488796;},_0x227fc6['MUigr']=function(_0x3532e7,_0x53e55e){return _0x3532e7===_0x53e55e;};const _0x50b4a9=_0x227fc6;if(_0x50b4a9['XAUbE'](!_0x4cd38b,!_0x58c80a)){logger[_0x4eada5(0x1bc)](_0x4eada5(0xe3)+_0x4cd38b+_0x4eada5(0x1c0)+_0x58c80a);return;}if(this[_0x4eada5(0x120)][_0x4eada5(0x18a)](_0x4cd38b)){const _0x8fae71=this['activeHooks'][_0x4eada5(0x1fa)](_0x4cd38b),_0xed059e=_0x8fae71[_0x4eada5(0x1f5)](_0x2ce306=>_0x2ce306[_0x4eada5(0x128)]===_0x58c80a);_0x50b4a9['OXNWL'](_0xed059e,-0x1)?(_0x8fae71[_0x4eada5(0x20c)](_0xed059e,0x1),logger['debug'](_0x4eada5(0x1f1)+_0x4cd38b+_0x4eada5(0x1c0)+_0x58c80a+_0x4eada5(0x181)+_0x8fae71['length']),_0x50b4a9['MUigr'](_0x8fae71[_0x4eada5(0x119)],0x0)&&this[_0x4eada5(0x120)]['delete'](_0x4cd38b)):logger['debug'](_0x4eada5(0x107)+_0x4cd38b+_0x4eada5(0x1c0)+_0x58c80a);}}[a92_0x2cf1b4(0x1da)](_0x59f8ce){const _0x2ddb17=a92_0x2cf1b4,_0x1ff251={};_0x1ff251[_0x2ddb17(0x15f)]=function(_0x175a8c,_0x3b960d){return _0x175a8c>_0x3b960d;},_0x1ff251['TBpwf']=function(_0x255d3d,_0x46aca3){return _0x255d3d-_0x46aca3;};const _0x209843=_0x1ff251;if(!_0x59f8ce)return null;if(this[_0x2ddb17(0x120)]['has'](_0x59f8ce)){const _0x416698=this[_0x2ddb17(0x120)]['get'](_0x59f8ce);if(_0x209843[_0x2ddb17(0x15f)](_0x416698[_0x2ddb17(0x119)],0x0)){const _0x4f220c=_0x416698[_0x209843[_0x2ddb17(0xac)](_0x416698[_0x2ddb17(0x119)],0x1)];return logger[_0x2ddb17(0x93)](_0x2ddb17(0x132)+_0x59f8ce+_0x2ddb17(0x1c0)+_0x4f220c[_0x2ddb17(0x128)]+_0x2ddb17(0x15a)+_0x4f220c['hookType']),_0x4f220c;}}return null;}async[a92_0x2cf1b4(0x1be)](_0x241679,_0xad8181,_0x4463ed={}){const _0x104bd4=a92_0x2cf1b4,_0x2d3e7b={};_0x2d3e7b[_0x104bd4(0xe4)]=_0x104bd4(0x1a8),_0x2d3e7b[_0x104bd4(0x89)]=function(_0x4ab468,_0x4660f4){return _0x4ab468===_0x4660f4;},_0x2d3e7b[_0x104bd4(0x1c4)]=function(_0xdf109,_0x10c8d8){return _0xdf109===_0x10c8d8;},_0x2d3e7b['hoRDb']=function(_0x2164bd,_0x557505){return _0x2164bd||_0x557505;},_0x2d3e7b[_0x104bd4(0x186)]=_0x104bd4(0x17f);const _0x3ea4ed=_0x2d3e7b;logger[_0x104bd4(0x93)](_0x104bd4(0x137)+_0x241679+_0x104bd4(0x87)+_0xad8181+_0x104bd4(0x146)+Object[_0x104bd4(0x149)](_0x4463ed)[_0x104bd4(0x20e)](',')),await super[_0x104bd4(0x1be)](_0x241679,_0xad8181,_0x4463ed);const _0x1f3ce5=this['resolveInstance'](_0x241679,_0xad8181,_0x4463ed);if(!_0x1f3ce5){logger[_0x104bd4(0x93)](_0x3ea4ed[_0x104bd4(0xe4)]);return;}try{let _0x5908ac,_0x27c519,_0x16daca;switch(_0x241679){case TestFrameworkState['TEST']:_0x5908ac=_0x4463ed[_0x104bd4(0xbd)];const _0x589c1c={};_0x589c1c[_0x104bd4(0x13a)]=0x2,_0x589c1c['maxArrayLength']=0x3,logger[_0x104bd4(0x93)](_0x104bd4(0x161)+_0xad8181+_0x104bd4(0x14d)+util['inspect'](_0x5908ac,_0x589c1c)),_0x16daca=this['getJestTestIdentifier'](_0x5908ac),_0x27c519=null,logger[_0x104bd4(0x93)](_0x104bd4(0xc1)+_0x16daca+'\x20(testIdentifier)');if(_0x3ea4ed[_0x104bd4(0x89)](_0xad8181,HookState[_0x104bd4(0xb4)])){logger[_0x104bd4(0x93)](_0x104bd4(0x1b7)+_0x16daca);const _0x5570ac={};_0x5570ac[_0x104bd4(0x142)]=_0x27c519,_0x5570ac[_0x104bd4(0x178)]=_0x5908ac,_0x5570ac[_0x104bd4(0x140)]=_0x16daca;const _0x2c5b6b=this['parseJestTest'](_0x5570ac),_0x5f2270={};_0x5f2270[_0x104bd4(0x13a)]=0x2,_0x5f2270[_0x104bd4(0x101)]=0x3,logger[_0x104bd4(0x93)](_0x104bd4(0x189)+util['inspect'](_0x2c5b6b,_0x5f2270)),_0x1f3ce5[_0x104bd4(0x131)](_0x2c5b6b),logger[_0x104bd4(0x93)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x16daca),await this['processPendingHooks'](_0x1f3ce5,_0x16daca);}else{if(_0x3ea4ed['zKuiG'](_0xad8181,HookState['POST'])){logger['debug'](_0x104bd4(0x91)+_0x16daca);const _0x582e2a=_0x1f3ce5[_0x104bd4(0xe1)]()[_0x104bd4(0x1fa)](_0x16daca);logger[_0x104bd4(0x93)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x104bd4(0x1bb)](Object[_0x104bd4(0x149)](_0x3ea4ed[_0x104bd4(0x179)](_0x582e2a,{}))));_0x582e2a&&_0x582e2a[TestFrameworkConstants[_0x104bd4(0x11d)]]?logger[_0x104bd4(0x93)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x104bd4(0x149)](_0x582e2a[TestFrameworkConstants[_0x104bd4(0x11d)]])[_0x104bd4(0x119)]+'\x20files'):logger['debug'](_0x3ea4ed['BTMYi']);const _0x5256e1=_0x4463ed[_0x104bd4(0x148)]||null,_0x344a38={};_0x344a38[_0x104bd4(0x142)]=_0x27c519,_0x344a38['testData']=_0x5908ac,_0x344a38['testId']=_0x16daca,_0x344a38[_0x104bd4(0x148)]=_0x5256e1;const _0x4ccdcf=this['parseJestTestResult'](_0x344a38),_0x268678={};_0x268678[_0x104bd4(0x13a)]=0x2,_0x268678[_0x104bd4(0x101)]=0x3,logger['debug'](_0x104bd4(0x19b)+util['inspect'](_0x4ccdcf,_0x268678)),_0x1f3ce5['addMultipleEntries'](_0x4ccdcf),logger[_0x104bd4(0x93)](_0x104bd4(0x1ad)+_0x16daca),await this['processPendingHooks'](_0x1f3ce5,_0x16daca);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x3ea4ed[_0x104bd4(0x1c4)](_0xad8181,HookState[_0x104bd4(0x16c)])){const _0x198cc0={};_0x198cc0['depth']=0x2,logger[_0x104bd4(0x93)](_0x104bd4(0xf9)+util[_0x104bd4(0x1bb)](_0x4463ed,_0x198cc0)),await this['sendLogCreatedEvent'](_0x1f3ce5,_0x241679,_0x4463ed);}break;default:if(CLIUtils[_0x104bd4(0x160)](_0x241679[_0x104bd4(0x99)]()[_0x104bd4(0x134)]('.')[0x1])){const _0xcc6ee3={};_0xcc6ee3[_0x104bd4(0x13a)]=0x2,_0xcc6ee3['maxArrayLength']=0x3,logger[_0x104bd4(0x93)](_0x104bd4(0x17e)+_0x241679+_0x104bd4(0x87)+_0xad8181+_0x104bd4(0x187)+util[_0x104bd4(0x1bb)](_0x4463ed[_0x104bd4(0xd7)],_0xcc6ee3));const _0x4b3e21=await this[_0x104bd4(0x14f)](_0x1f3ce5,_0x241679,_0xad8181,_0x4463ed),_0x3167b5={};_0x3167b5[_0x104bd4(0x13a)]=0x2,_0x3167b5[_0x104bd4(0x101)]=0x3,logger[_0x104bd4(0x93)](_0x104bd4(0xec)+util[_0x104bd4(0x1bb)](_0x4b3e21,_0x3167b5)),_0x1f3ce5['addMultipleEntries'](_0x4b3e21);}else logger[_0x104bd4(0x93)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x241679+_0x104bd4(0xc4)+_0xad8181);break;}logger[_0x104bd4(0x93)](_0x104bd4(0x204)+_0x241679+_0x104bd4(0x87)+_0xad8181);}catch(_0x51a197){logger['error']('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x241679+',\x20hookState='+_0xad8181+',\x20exception='+util[_0x104bd4(0x123)](_0x51a197));}_0x4463ed[_0x104bd4(0x13b)]=_0x1f3ce5,await this['runHooks'](_0x1f3ce5,_0x241679,_0xad8181,_0x4463ed);}[a92_0x2cf1b4(0x172)](_0x2e62e5){const _0x51b05b=a92_0x2cf1b4,_0x41df4c={};_0x41df4c[_0x51b05b(0xfc)]=_0x51b05b(0x7f);const _0x4c790c=_0x41df4c;if(_0x2e62e5&&(_0x2e62e5['id']||_0x2e62e5[_0x51b05b(0x1a4)])){const _0x36ee70=_0x2e62e5['id']||_0x2e62e5['uuid'];return logger['debug'](_0x51b05b(0xa8)+_0x36ee70+_0x51b05b(0x182)),_0x36ee70;}return logger[_0x51b05b(0x93)](_0x4c790c['apWvo']),process[_0x51b05b(0x1b4)]+_0x51b05b(0x12d);}['resolveInstance'](_0x2eaa8e,_0x37959e,_0x6532b4={}){const _0x10c33e=a92_0x2cf1b4;let _0x5802b5=null;return _0x5802b5=TestFramework[_0x10c33e(0xda)](),!_0x5802b5?(logger[_0x10c33e(0x93)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x2eaa8e),this[_0x10c33e(0xfd)](_0x2eaa8e,_0x6532b4),_0x5802b5=TestFramework['getTrackedInstance'](),logger[_0x10c33e(0x93)](_0x10c33e(0x168)+!!_0x5802b5+_0x10c33e(0x150)+_0x5802b5?.[_0x10c33e(0x1d5)]()?.[_0x10c33e(0x158)]())):logger[_0x10c33e(0x93)](_0x10c33e(0xdc)+_0x5802b5[_0x10c33e(0x1d5)]()?.[_0x10c33e(0x158)]()),_0x5802b5;}['trackJestInstance'](_0x31282e,_0x2ebc3d){const _0x592821=a92_0x2cf1b4,_0x6ece37={};_0x6ece37[_0x592821(0x1bf)]=_0x592821(0x171);const _0x4752e0=_0x6ece37;if(TestFramework['getTrackedInstance']()){logger[_0x592821(0x93)](_0x4752e0[_0x592821(0x1bf)]);return;}const _0x354b95=CLIUtils[_0x592821(0x96)](),_0x41fd7b=TrackedInstance[_0x592821(0x145)](_0x354b95);let _0x57f563=null;logger[_0x592821(0x93)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x354b95+_0x592821(0x1b1)+_0x31282e),_0x57f563=new TestFrameworkInstance(_0x41fd7b,this['getTestFrameworks'](),this[_0x592821(0x1f7)](),_0x31282e,HookState[_0x592821(0x1d2)]),TestFramework[_0x592821(0xa1)](_0x41fd7b,_0x57f563),logger[_0x592821(0x93)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x41fd7b['getId']()+_0x592821(0x18f)+_0x354b95+_0x592821(0x1ab)+this[_0x592821(0x9d)]()[0x0]+_0x592821(0x1a3)+this[_0x592821(0x1f7)]()[this[_0x592821(0x9d)]()[0x0]]);}[a92_0x2cf1b4(0x1d3)](_0xc8f17a){const _0x1b1516=a92_0x2cf1b4,_0x3fed14={};_0x3fed14[_0x1b1516(0x1ee)]=function(_0x1228ff,_0x2ff365){return _0x1228ff||_0x2ff365;},_0x3fed14[_0x1b1516(0xb2)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x19153a=_0x3fed14,{testUUID:_0x31001e,testData:_0x71daaf,testId:_0x37d328}=_0xc8f17a;if(_0x19153a[_0x1b1516(0x1ee)](!_0x71daaf,!_0x37d328))return logger['debug'](_0x19153a['EpqKm']),{};const _0x5b43be=this[_0x1b1516(0x9d)]()[0x0],_0x3d5f4c=this[_0x1b1516(0x1f7)](),_0x360fc7={};_0x360fc7['depth']=0x2,_0x360fc7['maxArrayLength']=0x3,logger[_0x1b1516(0x93)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x1b1516(0x1bb)](_0x71daaf,_0x360fc7));const _0x4f56ea=_0x71daaf?.[_0x1b1516(0xe0)]||[],_0x5e5295=this[_0x1b1516(0x195)](_0x71daaf),_0x1495e4=this[_0x1b1516(0xf0)](_0x71daaf),_0x3ec370=_0x71daaf['fn']?_0x71daaf['fn'][_0x1b1516(0x99)]():_0x71daaf?.[_0x1b1516(0x10a)]?_0x71daaf[_0x1b1516(0x10a)]['code'][_0x1b1516(0x99)]():null,_0x4f1cab=this[_0x1b1516(0x1ce)](_0x71daaf),_0x375cfa={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5b43be,[TestFrameworkConstants[_0x1b1516(0xa6)]]:_0x3d5f4c[_0x5b43be],[TestFrameworkConstants[_0x1b1516(0xfa)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x1b1516(0x212)]]:{},[TestFrameworkConstants[_0x1b1516(0x200)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5e5295,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1495e4,[TestFrameworkConstants[_0x1b1516(0xed)]]:_0x37d328,[TestFrameworkConstants[_0x1b1516(0xba)]]:_0x5e5295,[TestFrameworkConstants[_0x1b1516(0x1c1)]]:_0x1495e4,[TestFrameworkConstants[_0x1b1516(0x100)]]:_0x3ec370,[TestFrameworkConstants[_0x1b1516(0xeb)]]:_0x4f1cab,[TestFrameworkConstants[_0x1b1516(0xd9)]]:_0x71daaf[_0x1b1516(0x1d1)]||new Date()[_0x1b1516(0x135)](),[TestFrameworkConstants[_0x1b1516(0x16b)]]:_0x4f56ea[0x0]||'',[TestFrameworkConstants[_0x1b1516(0x18d)]]:_0x4f56ea,[TestFrameworkConstants[_0x1b1516(0x203)]]:_0x5e5295,[TestFrameworkConstants[_0x1b1516(0xce)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x71daaf[_0x1b1516(0xc2)]&&(_0x375cfa[TestFrameworkConstants[_0x1b1516(0x152)]]=_0x71daaf['retryOf']);logger[_0x1b1516(0x93)](_0x1b1516(0x1d9)+_0x5e5295+_0x1b1516(0xe6)+_0x37d328+'\x20(testIdentifier),\x20tags='+JSON[_0x1b1516(0xe5)](_0x4f1cab)+_0x1b1516(0x8a)+util[_0x1b1516(0x1bb)](_0x4f56ea)+_0x1b1516(0x1cc)+_0x1495e4);const _0x62c5f3={};return _0x62c5f3[_0x37d328]=_0x375cfa,_0x62c5f3;}[a92_0x2cf1b4(0x126)](_0x18353d){const _0x501d2d=a92_0x2cf1b4,_0xab61aa={'QNHUQ':function(_0x49eee6,_0x36e008){return _0x49eee6===_0x36e008;},'bFMiR':'afterAll','LNaho':function(_0x3dd674,_0x442cf7){return _0x3dd674===_0x442cf7;},'EVATq':_0x501d2d(0x185),'xasKX':'ALL','BylUE':_0x501d2d(0x109),'qNNMD':function(_0x5a9631,_0x1ee26f){return _0x5a9631||_0x1ee26f;},'Wekqt':_0x501d2d(0x112),'wrOAD':function(_0x5e9eae,_0x5c1da7){return _0x5e9eae||_0x5c1da7;},'sEJFi':_0x501d2d(0x12f),'uGrbj':function(_0x3e1624,_0x1c9665){return _0x3e1624>_0x1c9665;},'jwibM':_0x501d2d(0x104),'cPzGm':'skip','TaIkL':function(_0x4db5bb,_0x5c9668){return _0x4db5bb===_0x5c9668;},'aipnY':_0x501d2d(0x1fb),'GbeXu':_0x501d2d(0x175),'FdvVI':function(_0x2ed716,_0x508207){return _0x2ed716!==_0x508207;},'mnDmp':function(_0x317690,_0x4beac8,_0x2d31e2,_0x562a77){return _0x317690(_0x4beac8,_0x2d31e2,_0x562a77);},'yuWPh':function(_0x52d6ed,_0xeae20b){return _0x52d6ed>_0xeae20b;},'ffLTS':_0x501d2d(0x80),'xazTh':function(_0x423623,_0x49c114){return _0x423623>_0x49c114;},'rBuYT':function(_0x1b475d,_0x12f677){return _0x1b475d===_0x12f677;}},{testUUID:_0x23d06e,testData:_0x5c9049,testId:_0x1f04b5}=_0x18353d;if(_0xab61aa[_0x501d2d(0x94)](!_0x5c9049,!_0x1f04b5))return logger[_0x501d2d(0x93)](_0xab61aa[_0x501d2d(0x1a2)]),{};const _0xef468d=this['resolveInstance'](TestFrameworkState['TEST'],HookState[_0x501d2d(0x16c)]),_0x25bf05=_0xef468d['getAllData']()[_0x501d2d(0x1fa)](_0x1f04b5),_0xe5279b=_0xab61aa[_0x501d2d(0x159)](_0x25bf05,{}),_0x10faef=_0xe5279b?_0xe5279b[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x15c98f=_0xe5279b[TestFrameworkConstants[_0x501d2d(0x11d)]];logger[_0x501d2d(0x93)](_0x501d2d(0x1b6)+(_0x15c98f?Object['keys'](_0x15c98f)['length']:0x0)+_0x501d2d(0x12e));let _0x1b6f7b=_0xab61aa[_0x501d2d(0x190)];if(_0x5c9049['result'])_0x1b6f7b=_0x5c9049[_0x501d2d(0x197)];else{if(_0x5c9049[_0x501d2d(0x11b)]&&_0xab61aa['uGrbj'](_0x5c9049['errorsDetailed'][_0x501d2d(0x119)],0x0))_0x1b6f7b=_0xab61aa[_0x501d2d(0x1b2)];else _0xab61aa[_0x501d2d(0x1a7)](_0x5c9049[_0x501d2d(0x17d)],_0xab61aa[_0x501d2d(0xd4)])||_0xab61aa[_0x501d2d(0x173)](_0x5c9049[_0x501d2d(0x17d)],_0xab61aa[_0x501d2d(0x1ae)])?_0x1b6f7b=_0xab61aa[_0x501d2d(0x1ae)]:_0x1b6f7b=_0xab61aa['GbeXu'];}const _0x5c4d92={..._0xe5279b,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1b6f7b,[TestFrameworkConstants[_0x501d2d(0x1d7)]]:_0x5c9049[_0x501d2d(0x116)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x501d2d(0x174)]]:new Date()[_0x501d2d(0x135)](),[TestFrameworkConstants[_0x501d2d(0xce)]]:_0x10faef,[TestFrameworkConstants[_0x501d2d(0xbc)]]:_0xe5279b[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x501d2d(0x1e9)]]:{}};if(_0xab61aa[_0x501d2d(0x173)](_0x1b6f7b,_0xab61aa[_0x501d2d(0x1b2)])&&_0x5c9049[_0x501d2d(0x11b)]){const _0x89770c=this['getJestFailureReason'](_0x5c9049),_0x551759=this[_0x501d2d(0x102)](_0x5c9049),_0x16b7ce=this[_0x501d2d(0xb3)](_0x5c9049);_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xf1)]]=_0x551759,_0x5c4d92[TestFrameworkConstants[_0x501d2d(0x11c)]]=_0x89770c,_0x5c4d92[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x16b7ce;}_0xab61aa['FdvVI'](_0x5c9049[_0x501d2d(0x1c6)],undefined)&&(_0x5c4d92[TestFrameworkConstants[_0x501d2d(0x164)]]=_0x5c9049[_0x501d2d(0x1c6)]);_0x5c9049['retryOf']&&(_0x5c4d92[TestFrameworkConstants[_0x501d2d(0x152)]]=_0x5c9049[_0x501d2d(0xc2)]);const _0x264a08=_0x25bf05?_0x25bf05[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x240e02=_0x25bf05?_0x25bf05[TestFrameworkConstants['KEY_TEST_UUID']]:_0x23d06e,_0x42c254=_0xab61aa[_0x501d2d(0x98)](getManualUploadLogs,_0x264a08,_0x240e02,_0x1f04b5);if(_0xab61aa[_0x501d2d(0xfe)](_0x42c254[_0x501d2d(0x119)],0x0)){const _0x881f5b=_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xbc)]]||[];_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xbc)]]=[..._0x881f5b,..._0x42c254];}const _0x5bce58=_0xe5279b[TestFrameworkConstants[_0x501d2d(0xc8)]]||{},_0x132ded=_0xe5279b[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x1de1cf={..._0x5bce58},_0x339aef=_0x1de1cf;Object[_0x501d2d(0x149)](_0x132ded)[_0x501d2d(0xd8)](_0x533a8d=>{const _0x441ce7=_0x501d2d;!_0x339aef[_0x533a8d]&&(_0x339aef[_0x533a8d]=[]);const _0x4d9b8d=new Set((_0x339aef[_0x533a8d]||[])[_0x441ce7(0x10f)](_0x388ca4=>_0x388ca4[TestFrameworkConstants[_0x441ce7(0x180)]]||_0x388ca4[_0x441ce7(0x1d8)]));(_0x132ded[_0x533a8d]||[])[_0x441ce7(0xd8)](_0x5f5443=>{const _0x156d19=_0x441ce7,_0x4a5f04=_0x5f5443[TestFrameworkConstants[_0x156d19(0x180)]]||_0x5f5443['hook_id'];if(!_0x4d9b8d[_0x156d19(0x18a)](_0x4a5f04)){const _0x2702ed={..._0x5f5443},_0x31a792=_0x2702ed;!_0x31a792[TestFrameworkConstants[_0x156d19(0x90)]]&&!_0x31a792['event_ended_at']&&(_0x31a792[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x156d19(0x135)]()),!_0x31a792[TestFrameworkConstants[_0x156d19(0x15b)]]&&!_0x31a792[_0x156d19(0xb1)]&&(_0x31a792[TestFrameworkConstants[_0x156d19(0x15b)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x339aef[_0x533a8d][_0x156d19(0xc5)](_0x31a792);}});});if(_0x18353d[_0x501d2d(0x148)]){this[_0x501d2d(0x1e8)](_0x18353d[_0x501d2d(0x148)]);const _0x3528af=this[_0x501d2d(0xa9)](_0x18353d[_0x501d2d(0x148)]),_0x189a74=this[_0x501d2d(0x157)](_0x18353d[_0x501d2d(0x148)]);_0x189a74[_0x501d2d(0xd8)](_0x5ecc11=>{const _0x5f8a17=_0x501d2d,_0x6ad4e1=_0x3528af['get'](_0x5ecc11);if(_0x6ad4e1&&(_0xab61aa['QNHUQ'](_0x6ad4e1[_0x5f8a17(0x144)],_0xab61aa[_0x5f8a17(0x97)])||_0xab61aa[_0x5f8a17(0x1ea)](_0x6ad4e1[_0x5f8a17(0x144)],_0xab61aa[_0x5f8a17(0x10b)]))){const _0x115f59=_0x6ad4e1[_0x5f8a17(0x144)][_0x5f8a17(0xa7)]()[_0x5f8a17(0x83)](_0xab61aa[_0x5f8a17(0x1e1)],_0xab61aa[_0x5f8a17(0xf7)]),_0x22d720=_0x115f59;!_0x339aef[_0x22d720]&&(_0x339aef[_0x22d720]=[]);const _0xd041ce=_0x339aef[_0x22d720][_0x5f8a17(0xe9)](_0x5b62da=>(_0x5b62da[TestFrameworkConstants[_0x5f8a17(0x180)]]||_0x5b62da[_0x5f8a17(0x1d8)])===_0x5ecc11);!_0xd041ce&&_0x339aef[_0x22d720]['push']({'key':_0x22d720,[TestFrameworkConstants[_0x5f8a17(0x180)]]:_0x5ecc11,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x5f8a17(0x15e)]]:new Date()[_0x5f8a17(0x135)](),[TestFrameworkConstants[_0x5f8a17(0x90)]]:new Date()[_0x5f8a17(0x135)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x5f8a17(0x165)]]:_0x6ad4e1[_0x5f8a17(0xaf)]||_0x6ad4e1[_0x5f8a17(0x144)]+_0x5f8a17(0x188),[TestFrameworkConstants[_0x5f8a17(0xce)]]:_0x10faef});}});}if(_0x5c9049[_0x501d2d(0x196)]&&_0xab61aa['uGrbj'](_0x5c9049[_0x501d2d(0x196)][_0x501d2d(0x119)],0x0))_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xc8)]]=_0x5c9049[_0x501d2d(0x196)],logger[_0x501d2d(0x93)](_0xab61aa[_0x501d2d(0x121)]);else _0xab61aa['xazTh'](Object[_0x501d2d(0x149)](_0x339aef)[_0x501d2d(0x119)],0x0)&&(_0x5c4d92[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x339aef,logger[_0x501d2d(0x93)](_0x501d2d(0xd2)+Object['keys'](_0x339aef)['join'](',')));const _0x5446bb=this[_0x501d2d(0x195)](_0x5c9049);logger['debug'](_0x501d2d(0x1c7)+_0x5446bb+_0x501d2d(0xe6)+_0x1f04b5+_0x501d2d(0x177)+_0x1b6f7b+',\x20duration='+_0x5c9049[_0x501d2d(0x1c6)]);_0xab61aa[_0x501d2d(0x14e)](_0x1b6f7b,_0xab61aa[_0x501d2d(0x1b2)])&&logger[_0x501d2d(0x93)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x1f04b5+',\x20failureType='+_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xf1)]]+_0x501d2d(0x18c)+_0x5c4d92[TestFrameworkConstants[_0x501d2d(0x11c)]]?.['substring'](0x0,0xc8));const _0x341d3f={};return _0x341d3f[_0x1f04b5]=_0x5c4d92,_0x341d3f;}[a92_0x2cf1b4(0xb5)](_0x4c5f77){const _0x135913=a92_0x2cf1b4,_0x26dc80={};_0x26dc80[_0x135913(0xc3)]=function(_0x266780,_0x1a13c5){return _0x266780!==_0x1a13c5;},_0x26dc80[_0x135913(0x129)]='ROOT_DESCRIBE_BLOCK';const _0x1f4bbf=_0x26dc80,_0x1e3e21={};_0x1e3e21[_0x135913(0x13a)]=0x2,_0x1e3e21[_0x135913(0x101)]=0x3,logger[_0x135913(0x93)](_0x135913(0xa4)+util[_0x135913(0x1bb)](_0x4c5f77,_0x1e3e21));const _0x45046c=[];if(_0x4c5f77&&_0x4c5f77['parent']){let _0xc49516=_0x4c5f77[_0x135913(0xb0)];while(_0xc49516&&_0xc49516[_0x135913(0xaf)]&&_0x1f4bbf[_0x135913(0xc3)](_0xc49516[_0x135913(0xaf)],'')&&_0x1f4bbf['CWvrC'](_0xc49516[_0x135913(0xaf)],_0x1f4bbf[_0x135913(0x129)])){_0x45046c[_0x135913(0xc5)](_0xc49516[_0x135913(0xaf)]),_0xc49516=_0xc49516[_0x135913(0xb0)];}}return _0x45046c[_0x135913(0xcb)]();}[a92_0x2cf1b4(0x195)](_0x18b1ee){const _0x51d1e1=a92_0x2cf1b4,_0x29ffaf={};_0x29ffaf['afuZc']='Unknown\x20Test';const _0x31bb43=_0x29ffaf;if(_0x18b1ee[_0x51d1e1(0xaf)])return _0x18b1ee[_0x51d1e1(0xaf)];if(_0x18b1ee['title'])return _0x18b1ee[_0x51d1e1(0x13c)];return _0x31bb43[_0x51d1e1(0x1e2)];}[a92_0x2cf1b4(0x1ce)](_0x3c4a1c){const _0x3fda14=a92_0x2cf1b4,_0x4d0d2a=[];if(_0x3c4a1c[_0x3fda14(0x111)]&&Array[_0x3fda14(0xa5)](_0x3c4a1c['tags']))return _0x3c4a1c[_0x3fda14(0x111)]['map'](_0x484636=>_0x484636[_0x3fda14(0x138)]('@')?_0x484636[_0x3fda14(0x124)](0x1):_0x484636);const _0x4c5bcf=this['getJestTestName'](_0x3c4a1c),_0x155fc7=_0x4c5bcf[_0x3fda14(0xea)](/@(\w+)/g);if(_0x155fc7)return _0x155fc7[_0x3fda14(0x10f)](_0x3691ac=>_0x3691ac['slice'](0x1));return _0x3c4a1c[_0x3fda14(0xe0)]&&Array['isArray'](_0x3c4a1c[_0x3fda14(0xe0)])&&_0x3c4a1c[_0x3fda14(0xe0)][_0x3fda14(0xd8)](_0x4a4b93=>{const _0xf72dc0=_0x3fda14,_0x46ae0a=_0x4a4b93[_0xf72dc0(0xea)](/@(\w+)/g);_0x46ae0a&&_0x46ae0a[_0xf72dc0(0xd8)](_0xcef0d2=>{const _0x1dfbd9=_0xf72dc0,_0x1e7fac=_0xcef0d2[_0x1dfbd9(0x1de)](0x1);!_0x4d0d2a[_0x1dfbd9(0x155)](_0x1e7fac)&&_0x4d0d2a[_0x1dfbd9(0xc5)](_0x1e7fac);});}),_0x4d0d2a;}[a92_0x2cf1b4(0xf0)](_0x130eef){const _0x4385c9=a92_0x2cf1b4,_0x4e5898={'zJgvL':function(_0x5163bb,_0x1263e8){return _0x5163bb(_0x1263e8);}};if(_0x130eef[_0x4385c9(0x1bd)])return _0x130eef[_0x4385c9(0x1bd)];if(_0x130eef[_0x4385c9(0x8c)])try{const _0x3b1b47=stackTrace['parse'](_0x130eef[_0x4385c9(0x8c)]),_0x114d56=_0x4e5898['zJgvL'](pickUserFrameFile,_0x3b1b47);if(_0x114d56)return _0x114d56;logger[_0x4385c9(0x93)](_0x4385c9(0x106)+_0x3b1b47[_0x4385c9(0x119)]+')');}catch(_0x7dbc2c){logger[_0x4385c9(0x93)](_0x4385c9(0x14a)+util[_0x4385c9(0x123)](_0x7dbc2c));}return null;}[a92_0x2cf1b4(0x151)](_0x4f3f13){const _0xa420ce=a92_0x2cf1b4,_0x5e4bde={};_0x5e4bde['hipFJ']=function(_0x1cf05f,_0x53394e){return _0x1cf05f>_0x53394e;},_0x5e4bde['qvLXe']=_0xa420ce(0xd6);const _0x4ab13c=_0x5e4bde;if(_0x4f3f13[_0xa420ce(0x11b)]&&_0x4ab13c[_0xa420ce(0x1ca)](_0x4f3f13[_0xa420ce(0x11b)][_0xa420ce(0x119)],0x0))return util[_0xa420ce(0x1bb)](_0x4f3f13['errorsDetailed'][0x0]);if(_0x4f3f13[_0xa420ce(0x11a)])return _0x4f3f13[_0xa420ce(0x11a)];return _0x4ab13c[_0xa420ce(0x86)];}['getJestFailureType'](_0x2c09bc){const _0x170049=a92_0x2cf1b4,_0x335cd8={};_0x335cd8[_0x170049(0xae)]=_0x170049(0x154),_0x335cd8['kVQgg']='AssertionError',_0x335cd8[_0x170049(0x1f0)]=_0x170049(0x162);const _0x3b518f=_0x335cd8,_0x1bd03c=this[_0x170049(0x151)](_0x2c09bc);if(_0x1bd03c&&_0x1bd03c[_0x170049(0x155)](_0x3b518f[_0x170049(0xae)]))return _0x3b518f[_0x170049(0x1ac)];return _0x3b518f[_0x170049(0x1f0)];}[a92_0x2cf1b4(0xb3)](_0x388e0d){const _0x3191cc=a92_0x2cf1b4,_0x128ed8={'DzrEh':function(_0x21d260,_0x1a7b44){return _0x21d260(_0x1a7b44);},'BUsDH':'../../../helpers/test-observability/utils','Ptajw':function(_0x13c97e,_0x4d5f00){return _0x13c97e!==_0x4d5f00;},'VAIIP':_0x3191cc(0xbd)},{failureData:_0x45fd6b}=_0x128ed8[_0x3191cc(0x1f3)](require,_0x128ed8[_0x3191cc(0x214)]),_0x59b47e=[];return _0x128ed8[_0x3191cc(0x210)](_0x388e0d['errorsDetailed'],undefined)&&_0x59b47e[_0x3191cc(0xc5)](_0x388e0d[_0x3191cc(0x11b)],_0x128ed8[_0x3191cc(0x82)]),_0x45fd6b[_0x3191cc(0x191)](null,_0x59b47e);}async[a92_0x2cf1b4(0x14f)](_0x3491bd,_0x8b1bbd,_0x5d6d58,_0x2d0591){const _0x200a42=a92_0x2cf1b4,_0x5bad84={'HaqYi':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','zCebD':function(_0x3750e3){return _0x3750e3();},'riqfA':function(_0xb50805,_0x5e9f2d){return _0xb50805 in _0x5e9f2d;},'eZHxj':function(_0x2f0850,_0x43ceb5){return _0x2f0850 in _0x43ceb5;},'HXGlX':function(_0x1b7ea5,_0x5f1b34){return _0x1b7ea5===_0x5f1b34;},'OrYCD':function(_0x3a3875,_0x45cb23){return _0x3a3875===_0x45cb23;},'esBmB':function(_0x5f2826,_0x5964b1){return _0x5f2826>_0x5964b1;},'otjdD':_0x200a42(0x104),'Vhcjl':_0x200a42(0x175),'YzsKS':function(_0x1ea437,_0x12088a){return _0x1ea437===_0x12088a;},'VwdbV':function(_0x5e2457,_0x41fced){return _0x5e2457===_0x41fced;},'MWnyt':_0x200a42(0xd1),'MVhmB':function(_0x7ce0df,_0xe044a1){return _0x7ce0df>_0xe044a1;},'vDKpJ':function(_0x500bff,_0x3cf994){return _0x500bff===_0x3cf994;},'LLCTe':function(_0x58d22c,_0x5469b7){return _0x58d22c!==_0x5469b7;}},{hookData:_0x720228}=_0x2d0591,_0x40f2b2=_0x5d6d58['toString'](),_0x3a19eb=_0x8b1bbd['toString'](),_0x548d1b={};_0x548d1b['depth']=0x2,_0x548d1b['maxArrayLength']=0x3,logger[_0x200a42(0x93)](_0x200a42(0x117)+_0x3a19eb+',\x20hookState='+_0x40f2b2+_0x200a42(0x187)+util[_0x200a42(0x1bb)](_0x720228,_0x548d1b));if(!_0x720228)return logger[_0x200a42(0x93)](_0x5bad84[_0x200a42(0x8d)]),{};const _0x369a8e=_0x720228['uuid']||_0x720228[_0x200a42(0x1c9)]||_0x5bad84[_0x200a42(0x141)](uuidv4),_0x41993f=_0x720228['test_run_id']||this['getJestTestIdentifier'](_0x720228),_0xa6add3=_0x8b1bbd[_0x200a42(0x99)]()['split']('.')[0x1],_0x59d9f5=_0x3491bd[_0x200a42(0xe1)]()[_0x200a42(0x1fa)](_0x41993f),_0x2c6e34=_0x59d9f5?_0x59d9f5[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x200a42(0x93)](_0x200a42(0x9e)+_0x369a8e+_0x200a42(0xe6)+_0x41993f+_0x200a42(0x17a)+_0xa6add3+_0x200a42(0x87)+_0x40f2b2);if(!_0x59d9f5)return logger[_0x200a42(0x93)](_0x200a42(0x9a)+_0x41993f+',\x20storing\x20as\x20pending\x20hook'),this[_0x200a42(0xca)](_0x3491bd,_0x41993f,_0x8b1bbd,_0x5d6d58,_0x2d0591),{};let _0x57ac14=_0x59d9f5[TestFrameworkConstants[_0x200a42(0x212)]];!_0x57ac14&&(_0x57ac14={});!_0x5bad84[_0x200a42(0x207)](_0xa6add3,_0x57ac14)&&(_0x57ac14[_0xa6add3]=[]);let _0x34305f=_0x59d9f5[TestFrameworkConstants[_0x200a42(0xc8)]];!_0x34305f&&(_0x34305f={});!_0x5bad84[_0x200a42(0x1b9)](_0xa6add3,_0x34305f)&&(_0x34305f[_0xa6add3]=[]);const _0x1ab6a3={[_0x41993f]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x57ac14,[TestFrameworkConstants[_0x200a42(0xc8)]]:_0x34305f,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x200a42(0xa6)]]:this[_0x200a42(0x1f7)]()[this[_0x200a42(0x9d)]()[0x0]]||''}};if(_0x5bad84[_0x200a42(0xbe)](_0x5d6d58,HookState[_0x200a42(0xb4)])){const _0x38d4f4={'key':_0xa6add3,[TestFrameworkConstants[_0x200a42(0x180)]]:_0x369a8e,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x200a42(0xa3)],[TestFrameworkConstants[_0x200a42(0x15e)]]:_0x720228[_0x200a42(0x1d1)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x200a42(0x1b8)]]:[],[TestFrameworkConstants[_0x200a42(0x165)]]:_0x720228[_0x200a42(0xaf)]||_0x720228[_0x200a42(0xd5)]||_0xa6add3,[TestFrameworkConstants[_0x200a42(0xce)]]:_0x2c6e34};_0x57ac14[_0xa6add3][_0x200a42(0xc5)](_0x38d4f4),_0x1ab6a3[_0x41993f][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0xa6add3;const _0x3f1cb5={};_0x3f1cb5[_0x200a42(0x13a)]=0x2,logger[_0x200a42(0x93)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0xa6add3+_0x200a42(0x16e)+_0x369a8e+_0x200a42(0xe6)+_0x41993f+_0x200a42(0xc9)+util['inspect'](_0x38d4f4,_0x3f1cb5));}else{if(_0x5bad84[_0x200a42(0x114)](_0x5d6d58,HookState[_0x200a42(0x16c)])){const _0x26e959=_0x720228[_0x200a42(0x197)]||(_0x720228[_0x200a42(0x11b)]&&_0x5bad84[_0x200a42(0x12c)](_0x720228[_0x200a42(0x11b)][_0x200a42(0x119)],0x0)?_0x5bad84[_0x200a42(0x153)]:_0x5bad84[_0x200a42(0x205)]),_0x443afa=_0x57ac14[_0xa6add3]||[];logger[_0x200a42(0x93)](_0x200a42(0x11f)+_0xa6add3+_0x200a42(0xe6)+_0x41993f+_0x200a42(0x1cf)+_0x26e959+',\x20hooksListLength='+_0x443afa[_0x200a42(0x119)]);if(_0x5bad84['YzsKS'](_0x443afa[_0x200a42(0x119)],0x0)&&_0x5bad84[_0x200a42(0xdd)](_0x8b1bbd,TestFrameworkState['BEFORE_ALL']))return logger[_0x200a42(0x93)](_0x5bad84[_0x200a42(0x1a0)]),this[_0x200a42(0xca)](_0x3491bd,_0x41993f,_0x8b1bbd,_0x5d6d58,_0x2d0591),{};if(_0x5bad84[_0x200a42(0x194)](_0x443afa[_0x200a42(0x119)],0x0)){const _0x3b9a65=_0x443afa[_0x200a42(0x1ff)]();_0x5bad84[_0x200a42(0x20f)](_0x26e959,_0x5bad84[_0x200a42(0x153)])&&_0x720228['errorsDetailed']?(_0x3b9a65[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x720228),_0x3b9a65[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x720228),_0x3b9a65[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x200a42(0xb3)](_0x720228),logger[_0x200a42(0x93)](_0x200a42(0x1fc)+_0xa6add3+_0x200a42(0xbf)+_0x3b9a65[TestFrameworkConstants[_0x200a42(0xcf)]]+_0x200a42(0x18c)+_0x3b9a65[TestFrameworkConstants[_0x200a42(0x19c)]]?.[_0x200a42(0x125)](0x0,0xc8))):_0x3b9a65[TestFrameworkConstants[_0x200a42(0x15b)]]=_0x5bad84[_0x200a42(0x205)];_0x5bad84[_0x200a42(0x1e4)](_0x26e959,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x3b9a65[TestFrameworkConstants[_0x200a42(0x15b)]]=_0x26e959);_0x3b9a65[TestFrameworkConstants[_0x200a42(0x90)]]=_0x720228[_0x200a42(0x116)]||new Date()[_0x200a42(0x135)](),_0x3b9a65[TestFrameworkConstants[_0x200a42(0xce)]]=_0x2c6e34;const _0x181f81=_0x3b9a65[TestFrameworkConstants[_0x200a42(0x180)]];!_0x34305f[_0xa6add3]&&(_0x34305f[_0xa6add3]=[]);_0x34305f[_0xa6add3][_0x200a42(0xc5)](_0x3b9a65),_0x1ab6a3[_0x41993f][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0xa6add3;const _0x550676={};_0x550676[_0x200a42(0x13a)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0xa6add3+_0x200a42(0x16e)+_0x181f81+_0x200a42(0x1cf)+_0x26e959+_0x200a42(0xc9)+util[_0x200a42(0x1bb)](_0x3b9a65,_0x550676));}}}return _0x1ab6a3;}[a92_0x2cf1b4(0xb7)](_0x3b796f){const _0x2bb6a3=a92_0x2cf1b4,_0x5d17de={};_0x5d17de[_0x2bb6a3(0x1aa)]='base64';const _0x1681ff=_0x5d17de;try{const _0x30eea3=_0x3b796f[_0x2bb6a3(0xbd)]?this['getJestTestIdentifier'](_0x3b796f[_0x2bb6a3(0xbd)]):_0x3b796f['hookData'][_0x2bb6a3(0x17c)],_0x35a177=_0x3b796f['instance'],_0x2140c0=_0x35a177[_0x2bb6a3(0x1d5)](),_0x2990c8=_0x35a177[_0x2bb6a3(0xe1)]()[_0x2bb6a3(0x1fa)](_0x30eea3);if(!_0x2990c8)return logger[_0x2bb6a3(0x93)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x30eea3),{};const {[TestFrameworkConstants[_0x2bb6a3(0xd3)]]:_0x16ff4f=this[_0x2bb6a3(0x9d)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1e02cf=this[_0x2bb6a3(0x1f7)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3da632='',[TestFrameworkConstants[_0x2bb6a3(0x1d7)]]:_0x21d439=''}=_0x2990c8,_0x434568=_0x35a177['getCurrentTestState']()['toString']()[_0x2bb6a3(0x134)]('.')[0x1],_0x57925a=_0x35a177['getCurrentHookState']()[_0x2bb6a3(0x99)]()[_0x2bb6a3(0x134)]('.')[0x1],_0x3a0a60=global?.[_0x2bb6a3(0x167)]?.[_0x2bb6a3(0x1c5)]?.[_0x2bb6a3(0xdb)]||global['__bstackPlatformIndex']||0x0,_0x572eb4=_0x35a177[_0x2bb6a3(0x13d)](),_0x47f033=Buffer[_0x2bb6a3(0x169)](JSON[_0x2bb6a3(0xe5)](_0x2990c8))[_0x2bb6a3(0x99)](_0x1681ff[_0x2bb6a3(0x1aa)]),_0x2822fd={'hash':_0x2140c0['getId'](),'threadId':_0x2140c0['getThreadId']()[_0x2bb6a3(0x99)](),'processId':_0x2140c0['getProcessId']()[_0x2bb6a3(0x99)]()},_0x352da0={};_0x352da0[_0x2bb6a3(0x10d)]=_0x3a0a60,_0x352da0[_0x2bb6a3(0x1dd)]=_0x16ff4f,_0x352da0['testFrameworkVersion']=_0x1e02cf,_0x352da0[_0x2bb6a3(0x143)]=_0x434568,_0x352da0[_0x2bb6a3(0x1f2)]=_0x57925a,_0x352da0[_0x2bb6a3(0xdf)]=_0x3da632,_0x352da0['endedAt']=_0x21d439,_0x352da0[_0x2bb6a3(0x1a4)]=_0x572eb4,_0x352da0[_0x2bb6a3(0x8e)]=_0x47f033,_0x352da0[_0x2bb6a3(0x206)]=_0x2822fd,_0x352da0[_0x2bb6a3(0x110)]=_0x30eea3;const _0x3c1838=_0x352da0;return _0x3c1838;}catch(_0x1c38d1){return logger[_0x2bb6a3(0x103)](_0x2bb6a3(0x10c)+util[_0x2bb6a3(0x123)](_0x1c38d1)),{};}}async[a92_0x2cf1b4(0x20d)](_0x1337e2,_0x150e1f,_0x234212){const _0x330beb=a92_0x2cf1b4,_0x29ce78={'PvkJg':function(_0x567714,_0x1cab23){return _0x567714+_0x1cab23;},'QMhcb':_0x330beb(0x1cb),'hGkSM':_0x330beb(0x193),'Hwlxo':function(_0x751f04,_0x598967){return _0x751f04>_0x598967;},'GFzHU':function(_0x643e3e,_0x2c0182,_0x417f3,_0x1c19ba){return _0x643e3e(_0x2c0182,_0x417f3,_0x1c19ba);},'MvPYg':function(_0x54234f,_0x329c86){return _0x54234f-_0x329c86;},'PAZEw':function(_0x57bff1,_0x2bed7c){return _0x57bff1===_0x2bed7c;},'ewofj':function(_0x2ba110,_0x4b119a){return _0x2ba110/_0x4b119a;},'Bzsbw':function(_0x197cad,_0x4a5bae){return _0x197cad<_0x4a5bae;},'GMCQL':function(_0x42eb90,_0x4b34ee){return _0x42eb90*_0x4b34ee;},'reCSO':function(_0x307230,_0x990b72){return _0x307230+_0x990b72;},'bVJvo':function(_0x449f7b,_0x26d43e){return _0x449f7b>_0x26d43e;}};try{const _0x5b17b1=_0x234212[_0x330beb(0x142)]||_0x234212['testId'],_0x364141=Array['from'](_0x1337e2[_0x330beb(0xe1)]()[_0x330beb(0x149)]()),_0x5ec56c=_0x1337e2['getAllData']()['get'](_0x5b17b1);if(!_0x5ec56c){logger['debug'](_0x330beb(0x1e6)+_0x5b17b1);return;}const {[TestFrameworkConstants[_0x330beb(0xd3)]]:_0xd4d1d8='',[TestFrameworkConstants[_0x330beb(0xa6)]]:_0x15569d=''}=_0x5ec56c;let _0x5d4ba7=[];_0x5ec56c&&_0x5ec56c[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x330beb(0xa5)](_0x5ec56c[TestFrameworkConstants['KEY_LOGS']])?(_0x5d4ba7=_0x5ec56c[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x330beb(0x93)](_0x330beb(0x17b)+_0x5d4ba7[_0x330beb(0x119)]+_0x330beb(0x1b5)+_0x5b17b1),_0x1337e2[_0x330beb(0x131)]({[_0x5b17b1]:{[TestFrameworkConstants[_0x330beb(0xbc)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x330beb(0x9d)]()[0x0]||'',[TestFrameworkConstants[_0x330beb(0xa6)]]:this[_0x330beb(0x1f7)]()[this[_0x330beb(0x9d)]()[0x0]]||''}}),logger['debug'](_0x330beb(0x1ba)+_0x5b17b1)):logger[_0x330beb(0x93)](_0x330beb(0x201)+_0x5b17b1);logger[_0x330beb(0x93)](_0x330beb(0x15d)+_0x5d4ba7[_0x330beb(0x119)]+_0x330beb(0xe7)+_0x5b17b1);const _0x4df309=_0x5d4ba7[_0x330beb(0x1e5)](_0x58ccd2=>_0x58ccd2[_0x330beb(0xf5)]===_0x330beb(0xa2));_0x29ce78['Hwlxo'](_0x4df309['length'],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x4df309['length']+_0x330beb(0xfb)+_0x5b17b1),_0x4df309[_0x330beb(0xd8)]((_0x2b5cb9,_0x297211)=>{const _0x7c4607=_0x330beb;logger[_0x7c4607(0x93)](_0x7c4607(0x1ed)+_0x29ce78[_0x7c4607(0xf6)](_0x297211,0x1)+'/'+_0x4df309[_0x7c4607(0x119)]+'\x20-\x20test_identifier='+(_0x2b5cb9[_0x7c4607(0x110)]||_0x29ce78['QMhcb'])+_0x7c4607(0x16f)+(_0x2b5cb9['test_run_uuid']||_0x29ce78[_0x7c4607(0x19f)])+',\x20hook_run_uuid='+(_0x2b5cb9[_0x7c4607(0x20b)]||_0x29ce78[_0x7c4607(0x133)])+_0x7c4607(0x14b)+(_0x2b5cb9[_0x7c4607(0x19e)]?.[_0x7c4607(0x119)]||0x0));}));const _0xb0878f=_0x5ec56c[TestFrameworkConstants[_0x330beb(0x11d)]]||{},_0x20142e=_0x29ce78[_0x330beb(0xc7)](getMediaArtifactsLogs,_0xb0878f,null,_0x5b17b1),_0x55d18f=(_0x5d4ba7||[])['concat'](_0x20142e||[]),_0x1e1609=_0x4df309?.['length']||0x0,_0xd7640b=_0x29ce78[_0x330beb(0x9f)](_0x5d4ba7?.[_0x330beb(0x119)]||0x0,_0x1e1609);logger['debug'](_0x330beb(0x156)+_0x5b17b1+_0x330beb(0x19d)+_0xd7640b+',\x20screenshotLogs:\x20'+_0x1e1609+',\x20attachmentLogs:\x20'+(_0x20142e?.[_0x330beb(0x119)]||0x0)+_0x330beb(0x1f9)+_0x55d18f['length']);if(!_0x55d18f||_0x29ce78[_0x330beb(0x9b)](_0x55d18f[_0x330beb(0x119)],0x0)){logger[_0x330beb(0x93)](_0x330beb(0x1eb)+_0x5b17b1);return;}const _0x1e8711=0x28,_0x17110c=Math[_0x330beb(0xc6)](_0x29ce78[_0x330beb(0x10e)](_0x55d18f[_0x330beb(0x119)],_0x1e8711));for(let _0xdd2f67=0x0;_0x29ce78['Bzsbw'](_0xdd2f67,_0x17110c);_0xdd2f67++){const _0x3873fd=_0x29ce78['GMCQL'](_0xdd2f67,_0x1e8711),_0x4da72b=_0x29ce78['reCSO'](_0x3873fd,_0x1e8711),_0x116f57=_0x55d18f[_0x330beb(0x1de)](_0x3873fd,_0x4da72b),_0x2dea59=global?.[_0x330beb(0x130)]??0x0,_0x47da8c={'platformIndex':_0x2dea59,'logs':_0x116f57,'testFrameworkName':_0xd4d1d8,'testFrameworkVersion':_0x15569d,'testFrameworkState':_0x150e1f[_0x330beb(0x99)]()[_0x330beb(0x134)]('.')[0x1]},_0x54bcee={};_0x54bcee[_0x330beb(0x13a)]=0x3,_0x54bcee[_0x330beb(0x101)]=0x5,logger[_0x330beb(0x93)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x29ce78[_0x330beb(0xf6)](_0xdd2f67,0x1)+'/'+_0x17110c+_0x330beb(0x1f6)+_0x5b17b1+_0x330beb(0xd0)+_0x116f57[_0x330beb(0x119)]+_0x330beb(0x1f8)+_0x2dea59+_0x330beb(0x92)+util[_0x330beb(0x1bb)](_0x47da8c,_0x54bcee));const _0x37a950=await GrpcClient[_0x330beb(0x8b)]()['logCreatedEvent'](_0x47da8c);logger['debug'](_0x330beb(0xa0)+_0x29ce78[_0x330beb(0x176)](_0xdd2f67,0x1)+'/'+_0x17110c+_0x330beb(0x1f6)+_0x5b17b1+_0x330beb(0x105)+util['inspect'](_0x37a950));}_0x20142e&&_0x29ce78['bVJvo'](_0x20142e[_0x330beb(0x119)],0x0)&&_0x5ec56c[TestFrameworkConstants[_0x330beb(0x11d)]]&&_0x1337e2[_0x330beb(0x131)]({[_0x5b17b1]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x330beb(0x9d)]()[0x0]||'',[TestFrameworkConstants[_0x330beb(0xa6)]]:this[_0x330beb(0x1f7)]()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug'](_0x330beb(0x1b3)+_0x5b17b1+',\x20totalBatches:\x20'+_0x17110c);}catch(_0x13980c){logger[_0x330beb(0x103)](_0x330beb(0x12a)+(_0x234212[_0x330beb(0x142)]||_0x234212['testId'])+',\x20error:\x20'+util[_0x330beb(0x123)](_0x13980c));}}[a92_0x2cf1b4(0xca)](_0x553b66,_0x2e6c09,_0x39dbab,_0xf7ea74,_0x326011){const _0xd004bc=a92_0x2cf1b4,_0x38b22b={};_0x38b22b[_0xd004bc(0x16d)]=function(_0x1977f5,_0x313be7){return _0x1977f5===_0x313be7;},_0x38b22b[_0xd004bc(0x1d6)]=_0xd004bc(0x185);const _0x62b037=_0x38b22b,{hookData:_0x21e5de}=_0x326011,_0x4cd498={'testId':_0x2e6c09,'testFrameworkState':_0x39dbab,'hookState':_0xf7ea74,'args':_0x326011,'timestamp':new Date()[_0xd004bc(0x135)]()};if(_0x62b037[_0xd004bc(0x16d)](_0x39dbab,TestFrameworkState[_0xd004bc(0xee)])&&_0x21e5de){const _0x2e6743={};_0x2e6743[_0xd004bc(0xef)]=_0x21e5de[_0xd004bc(0x1bd)]||_0x21e5de['location'],_0x2e6743['scope']=_0x21e5de[_0xd004bc(0x20a)]||_0x21e5de['scopes']&&_0x21e5de[_0xd004bc(0xe0)][0x0]||'',_0x2e6743[_0xd004bc(0x13e)]=_0x62b037[_0xd004bc(0x1d6)],_0x4cd498[_0xd004bc(0x170)]=_0x2e6743,logger[_0xd004bc(0x93)](_0xd004bc(0xab)+_0x2e6c09+_0xd004bc(0x9c)+_0x4cd498['hookMetadata'][_0xd004bc(0xef)]+_0xd004bc(0x163)+_0x4cd498[_0xd004bc(0x170)][_0xd004bc(0x20a)]);}_0x553b66[_0xd004bc(0x1d4)](_0x2e6c09,_0x4cd498),logger[_0xd004bc(0x93)](_0xd004bc(0x1f4)+_0x2e6c09+',\x20state:\x20'+_0x39dbab+_0xd004bc(0x198)+_0xf7ea74);}async[a92_0x2cf1b4(0xe8)](_0x312aa6,_0x1f66d5){const _0x71ef9=a92_0x2cf1b4,_0x16c738={};_0x16c738[_0x71ef9(0x122)]=function(_0x56f62d,_0x27e977){return _0x56f62d>_0x27e977;},_0x16c738['uEfOv']=function(_0x4e7355,_0x4205ad){return _0x4e7355===_0x4205ad;},_0x16c738[_0x71ef9(0x184)]=function(_0x404e8b,_0x21495d){return _0x404e8b===_0x21495d;},_0x16c738[_0x71ef9(0x213)]=function(_0x230f75,_0x22749e){return _0x230f75>_0x22749e;},_0x16c738[_0x71ef9(0x127)]=_0x71ef9(0x1b0);const _0x449302=_0x16c738;if(_0x312aa6['hasPendingHooks'](_0x1f66d5)){const _0x407f8e=_0x312aa6['getPendingHooks'](_0x1f66d5);logger['debug'](_0x71ef9(0x14c)+_0x407f8e[_0x71ef9(0x119)]+_0x71ef9(0xf2)+_0x1f66d5);for(const _0x2683e9 of _0x407f8e){try{const _0x27095e=await this[_0x71ef9(0x14f)](_0x312aa6,_0x2683e9[_0x71ef9(0x143)],_0x2683e9[_0x71ef9(0x1f2)],_0x2683e9[_0x71ef9(0x202)]);_0x27095e&&_0x449302[_0x71ef9(0x122)](Object[_0x71ef9(0x149)](_0x27095e)['length'],0x0)&&_0x312aa6[_0x71ef9(0x131)](_0x27095e),await this[_0x71ef9(0x208)](_0x312aa6,_0x2683e9[_0x71ef9(0x143)],_0x2683e9[_0x71ef9(0x1f2)],_0x2683e9[_0x71ef9(0x202)]);}catch(_0x5883d6){logger['error'](_0x71ef9(0xff)+_0x1f66d5+',\x20error:\x20'+_0x5883d6);}}_0x312aa6[_0x71ef9(0x1c8)](_0x1f66d5),logger[_0x71ef9(0x93)](_0x71ef9(0x16a)+_0x1f66d5);}const _0x322c76=_0x312aa6['getAllData']()[_0x71ef9(0x1fa)](_0x1f66d5);if(_0x322c76){const _0x4db7a2=_0x322c76[TestFrameworkConstants[_0x71ef9(0x1cd)]]||_0x322c76[TestFrameworkConstants[_0x71ef9(0x1c1)]],_0x355eb0=_0x322c76[TestFrameworkConstants[_0x71ef9(0x16b)]]||_0x322c76[TestFrameworkConstants[_0x71ef9(0x18d)]]&&_0x322c76[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x71ef9(0x93)](_0x71ef9(0x1a5)+_0x4db7a2+',\x20scope:\x20'+_0x355eb0);const _0xe67205=_0x312aa6[_0x71ef9(0x1db)]();for(const _0x4c0a70 of _0xe67205){if(_0x449302['uEfOv'](_0x4c0a70,_0x1f66d5))continue;if(_0x312aa6['hasPendingHooks'](_0x4c0a70)){const _0x3b667a=_0x312aa6['getPendingHooks'](_0x4c0a70);for(const _0x2a8bdd of _0x3b667a){if(_0x449302[_0x71ef9(0x199)](_0x2a8bdd['testFrameworkState'],TestFrameworkState[_0x71ef9(0xee)])&&_0x2a8bdd['hookMetadata']){const _0x38ab53=_0x2a8bdd[_0x71ef9(0x170)][_0x71ef9(0xef)],_0x20a35c=_0x2a8bdd[_0x71ef9(0x170)]['scope'];if(_0x449302[_0x71ef9(0x184)](_0x38ab53,_0x4db7a2)&&_0x449302[_0x71ef9(0x199)](_0x20a35c,_0x355eb0)){logger[_0x71ef9(0x93)](_0x71ef9(0x183)+_0x4c0a70+_0x71ef9(0x1ec)+_0x1f66d5+_0x71ef9(0x9c)+_0x38ab53+',\x20scope:\x20'+_0x20a35c);_0x2a8bdd[_0x71ef9(0x202)]&&_0x2a8bdd['args'][_0x71ef9(0xd7)]&&(_0x2a8bdd[_0x71ef9(0x202)]['hookData'][_0x71ef9(0x17c)]=_0x1f66d5,logger[_0x71ef9(0x93)](_0x71ef9(0x1a6)+_0x4c0a70+_0x71ef9(0xde)+_0x1f66d5));try{const _0x9f005b=await this[_0x71ef9(0x14f)](_0x312aa6,_0x2a8bdd[_0x71ef9(0x143)],_0x2a8bdd['hookState'],_0x2a8bdd[_0x71ef9(0x202)]);_0x9f005b&&_0x449302[_0x71ef9(0x213)](Object[_0x71ef9(0x149)](_0x9f005b)[_0x71ef9(0x119)],0x0)&&_0x312aa6[_0x71ef9(0x131)](_0x9f005b);await this[_0x71ef9(0x208)](_0x312aa6,_0x2a8bdd['testFrameworkState'],_0x2a8bdd['hookState'],_0x2a8bdd[_0x71ef9(0x202)]);const _0x401bfe=_0x312aa6['getPendingHooks'](_0x4c0a70)[_0x71ef9(0x1e5)](_0x38decc=>_0x38decc!==_0x2a8bdd);if(_0x449302['glcoY'](_0x401bfe[_0x71ef9(0x119)],0x0))_0x312aa6[_0x71ef9(0x1c8)](_0x4c0a70);else{_0x312aa6['removePendingHooks'](_0x4c0a70);for(const _0x1e8382 of _0x401bfe){_0x312aa6[_0x71ef9(0x1d4)](_0x4c0a70,_0x1e8382);}}logger['debug'](_0x449302[_0x71ef9(0x127)]);}catch(_0x53ee4f){logger['error'](_0x71ef9(0xb6)+_0x1f66d5+',\x20error:\x20'+_0x53ee4f);}}}}}}}}['mapTestHooks'](_0x53c68b){const _0x46d234=a92_0x2cf1b4,_0x49363a={'GUjvM':function(_0x634a78){return _0x634a78();}};if(!_0x53c68b||!_0x53c68b['parent'])return;_0x53c68b[_0x46d234(0xb0)][_0x46d234(0x196)]&&Array[_0x46d234(0xa5)](_0x53c68b[_0x46d234(0xb0)][_0x46d234(0x196)])&&_0x53c68b[_0x46d234(0xb0)][_0x46d234(0x196)]['forEach'](_0x251283=>{const _0xe98900=_0x46d234;!_0x251283[_0xe98900(0x1c9)]&&!_0x251283[_0xe98900(0x128)]&&(_0x251283['hookAnalyticsId']=_0x49363a[_0xe98900(0x1c2)](uuidv4),_0x251283[_0xe98900(0x128)]=_0x251283[_0xe98900(0x1c9)],logger[_0xe98900(0x93)](_0xe98900(0xe2)+_0x251283[_0xe98900(0x144)]+_0xe98900(0x1c0)+_0x251283[_0xe98900(0x1c9)]));}),this['mapTestHooks'](_0x53c68b['parent']);}[a92_0x2cf1b4(0x157)](_0x55e776){const _0x23abd9=a92_0x2cf1b4,_0x1655d1={'EWUlH':function(_0xd9926a,_0x5464d0){return _0xd9926a(_0x5464d0);}};if(!_0x55e776||!_0x55e776[_0x23abd9(0xb0)])return[];const _0x3357ed=[];return _0x55e776[_0x23abd9(0xb0)][_0x23abd9(0x196)]&&Array[_0x23abd9(0xa5)](_0x55e776[_0x23abd9(0xb0)][_0x23abd9(0x196)])&&_0x55e776['parent']['hooks'][_0x23abd9(0xd8)](_0x4d2b2f=>{const _0x76024d=_0x23abd9,_0x4ad25d=_0x4d2b2f[_0x76024d(0x1c9)]||_0x4d2b2f[_0x76024d(0x128)];_0x4ad25d&&!this[_0x76024d(0x115)](_0x4d2b2f)&&!_0x1655d1[_0x76024d(0x1c3)](isInternalHook,_0x4d2b2f['fn'])&&_0x3357ed[_0x76024d(0xc5)](_0x4ad25d);}),[..._0x3357ed,...this[_0x23abd9(0x157)](_0x55e776['parent'])];}[a92_0x2cf1b4(0xa9)](_0x1054b8){const _0xe4687b=a92_0x2cf1b4,_0x813a68={'ZnUTq':function(_0x38a140,_0x39a867){return _0x38a140(_0x39a867);},'RAmYP':_0xe4687b(0x12f),'YLlUn':function(_0x8f497d,_0x5b93d6){return _0x8f497d(_0x5b93d6);}},_0x27d6f9=new Map(),_0x361778=_0x1553fa=>{const _0x5b8855=_0xe4687b,_0x2969b8={'uNmdZ':function(_0x1c719f,_0x99fe5c){const _0x4ec857=a92_0x3796;return _0x813a68[_0x4ec857(0x84)](_0x1c719f,_0x99fe5c);},'tUNAh':_0x813a68[_0x5b8855(0x118)]};if(!_0x1553fa||!_0x1553fa['parent'])return;_0x1553fa[_0x5b8855(0xb0)][_0x5b8855(0x196)]&&Array['isArray'](_0x1553fa['parent'][_0x5b8855(0x196)])&&_0x1553fa['parent'][_0x5b8855(0x196)]['forEach'](_0x13e29d=>{const _0x749d5e=_0x5b8855,_0x32fa78=_0x13e29d[_0x749d5e(0x1c9)]||_0x13e29d[_0x749d5e(0x128)];if(_0x32fa78&&!this[_0x749d5e(0x115)](_0x13e29d)&&!_0x2969b8[_0x749d5e(0x108)](isInternalHook,_0x13e29d['fn'])){const _0x59f336={};_0x59f336[_0x749d5e(0x144)]=_0x13e29d[_0x749d5e(0x144)]||_0x2969b8[_0x749d5e(0x1a1)],_0x59f336[_0x749d5e(0xaf)]=_0x13e29d[_0x749d5e(0xaf)]||'\x22'+_0x13e29d[_0x749d5e(0x144)]+_0x749d5e(0x209),_0x27d6f9[_0x749d5e(0x18b)](_0x32fa78,_0x59f336);}}),_0x813a68['ZnUTq'](_0x361778,_0x1553fa[_0x5b8855(0xb0)]);};return _0x813a68[_0xe4687b(0xaa)](_0x361778,_0x1054b8),_0x27d6f9;}[a92_0x2cf1b4(0x115)](_0x4bcc12){const _0x3002ae=a92_0x2cf1b4,_0x4b0f95={};_0x4b0f95[_0x3002ae(0x1e3)]=_0x3002ae(0x18e),_0x4b0f95['CById']=_0x3002ae(0x192);const _0x237303=_0x4b0f95;try{const _0x3c46be=this['getRootParentFile'](_0x4bcc12);if(!_0x3c46be||_0x3c46be[_0x3002ae(0x155)](_0x237303['sRfvO']))return!![];return![];}catch(_0x5db430){logger[_0x3002ae(0x93)](_0x237303[_0x3002ae(0x8f)]);}return![];}[a92_0x2cf1b4(0xcc)](_0x319de5){const _0x5756b5=a92_0x2cf1b4,_0x210fa2={'PffUU':function(_0x53e21d,_0x37a128){return _0x53e21d(_0x37a128);}};if(_0x319de5[_0x5756b5(0xb9)])return _0x319de5['file'];if(_0x319de5['asyncError'])try{const _0x35fdb3=stackTrace['parse'](_0x319de5[_0x5756b5(0x8c)]),_0x26f74f=_0x210fa2[_0x5756b5(0x1e7)](pickUserFrameFile,_0x35fdb3);if(_0x26f74f)return _0x26f74f;logger[_0x5756b5(0x93)](_0x5756b5(0x113)+_0x35fdb3[_0x5756b5(0x119)]+')');}catch(_0x3a0721){logger['debug'](_0x5756b5(0x19a)+util[_0x5756b5(0x123)](_0x3a0721));}return null;}}module[a92_0x2cf1b4(0x1e0)]=JestTestFramework;function a92_0x3796(_0x5e930f,_0x50eee7){const _0x5a856d=a92_0x5a85();return a92_0x3796=function(_0x379632,_0xf96a6b){_0x379632=_0x379632-0x7e;let _0x184506=_0x5a856d[_0x379632];return _0x184506;},a92_0x3796(_0x5e930f,_0x50eee7);}function a92_0x5a85(){const _0x50263e=['\x20-\x20testId:\x20','getTestFrameworksVersions',',\x20platformIndex:\x20',',\x20totalLogs:\x20','get','skipped','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','../grpcClient','130heokHI','pop','KEY_TEST_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','args','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','Vhcjl','executionContext','riqfA','runHooks','\x22\x20hook','scope','hook_run_uuid','splice','sendLogCreatedEvent','join','vDKpJ','Ptajw','../instances/testFrameworkInstance.js','KEY_HOOKS_STARTED','cwdeg','BUsDH','7BLcCQL','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','2256432GXowwD','VAIIP','replace','ZnUTq','removeActiveHook','qvLXe',',\x20hookState=','../../../helpers/stackFrameUtils','mYftL',',\x20scopes=','getInstance','asyncError','HaqYi','eventJson','CById','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20',',\x20payload:\x20','debug','qNNMD','188796Ksuiib','getCurrentInstanceName','bFMiR','mnDmp','toString','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','PAZEw',',\x20filePath:\x20','getTestFrameworks','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','MvPYg','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','setTrackedInstance','TEST_SCREENSHOT','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','isArray','KEY_TEST_FRAMEWORK_VERSION','toUpperCase','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','buildHookMapFromTest','YLlUn','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','TBpwf',',\x20totalHooks=','WsbXI','name','parent','hook_result','EpqKm','getJestFailureData','PRE','getJestTestScopes','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','createTestFrameworkEventPayload','6eXGkdK','file','KEY_TEST_NAME','lnUVM','KEY_LOGS','test','HXGlX',',\x20failureType=','JestTestFramework','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','retryOf','CWvrC','\x20&\x20hookState=','push','ceil','GFzHU','KEY_HOOKS_FINISHED',',\x20hook=','storePendingHook','reverse','getRootParentFile','util','KEY_CUSTOM_TAGS','KEY_HOOK_FAILURE_TYPE',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_TEST_FRAMEWORK_NAME','cPzGm','hook_type','Unknown\x20error','hookData','forEach','KEY_TEST_STARTED_AT','getTrackedInstance','parallelIndex','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','VwdbV','\x20to\x20','startedAt','scopes','getAllData','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','PsdjM','stringify',',\x20testId=','\x20for\x20testId:\x20','processPendingHooks','find','match','KEY_TEST_TAGS','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','KEY_TEST_ID','BEFORE_ALL','filePath','getJestTestFilePath','KEY_TEST_FAILURE_TYPE','\x20pending\x20hooks\x20for\x20testId:\x20','../TestInfo.js','./constants/testFrameworkConstants.js','kind','PvkJg','BylUE','4144038DNPqLO','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_TEST_LOGS','\x20screenshot\x20logs\x20for\x20testId:\x20','apWvo','trackJestInstance','yuWPh','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_CODE','maxArrayLength','getJestFailureType','error','failed',',\x20response=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','uNmdZ','_ALL','body','EVATq','Error\x20in\x20createTestFrameworkEventPayload:\x20','platformIndex','ewofj','map','test_identifier','tags','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','OrYCD','isJestInternalHook','finished_at','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','RAmYP','length','failure_reason','errorsDetailed','KEY_TEST_FAILURE_REASON','KEY_TEST_ATTACHMENTS','setActiveHook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','activeHooks','ffLTS','MLiGd','format','substr','substring','parseJestTestResult','vcRji','hookUUID','rwbAB','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','esBmB',':testAnalyticsId','\x20attachments','unknown','browserstackPlatformIndex','addMultipleEntries','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','hGkSM','split','toISOString','./testFramework','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','startsWith','120885WXXcit','depth','instance','title','getRef','hookType','323685xLJupq','testId','zCebD','testUUID','testFrameworkState','type','createContext',',\x20argsKeys=','../state/hookState.js','originalTest','keys','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20messageLength=','Processing\x20',',\x20testData=','rBuYT','trackHookEvent',',\x20contextId=','getJestFailureReason','KEY_TEST_RETRY_OF','otjdD','Assert','includes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getHooksForTest','getId','wrOAD',',\x20hookType=','KEY_HOOK_RESULT','80PNNsem','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_EVENT_STARTED_AT','spQAM','matchHookRegex','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','UnhandledError',',\x20scope:\x20','KEY_TEST_DURATION','KEY_HOOK_NAME','../cliUtils.js','__workerDetails','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','from','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_SCOPE','POST','PgjbV',',\x20hookId=',',\x20test_run_uuid=','hookMetadata','trackJestInstance:\x20instance\x20already\x20exists','getJestTestIdentifier','TaIkL','KEY_TEST_RESULT_AT','passed','reCSO','\x20(testIdentifier),\x20result=','testData','hoRDb','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','test_run_id','status','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_HOOK_ID',',\x20remainingHooks=','\x22\x20from\x20testData','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','glcoY','beforeAll','BTMYi',',\x20hookData=','\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','has','set',',\x20failureReason=','KEY_TEST_SCOPES','jest-circus',',\x20target=','sEJFi','apply','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','none','MVhmB','getJestTestName','hooks','result',',\x20hookState:\x20','uEfOv','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_HOOK_FAILURE_REASON',',\x20consoleLogs:\x20','message','QMhcb','MWnyt','tUNAh','Wekqt',',\x20version=','uuid','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','QNHUQ','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','../state/testFrameworkState.js','peecU',',\x20testFramework=','kVQgg','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','aipnY','../../../helpers/classLogger.js','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',',\x20state=','jwibM','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','pid','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_HOOK_LOGS','eZHxj','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','inspect','warn','file_name','trackEvent','NSAgQ',',\x20hookUUID=','KEY_TEST_LOCATION','GUjvM','EWUlH','zKuiG','workerInfo','duration','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','removePendingHooks','hookAnalyticsId','hipFJ','missing',',\x20filePath=','KEY_TEST_FILE_PATH','getJestTestTags',',\x20result=','../../../helpers/helper.js','started_at','NONE','parseJestTest','addPendingHook','getContext','Ujbyq','KEY_TEST_ENDED_AT','hook_id','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getActiveHook','getAllPendingHookTestIds','28369pTmDaW','testFrameworkName','slice','488290YKRmBJ','exports','xasKX','afuZc','sRfvO','LLCTe','filter','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','PffUU','mapTestHooks','KEY_TEST_META','LNaho','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20',',\x20currentTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','hhbwW','stack-trace','lavge','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','hookState','DzrEh','Stored\x20pending\x20hook\x20for\x20testId:\x20','findIndex'];a92_0x5a85=function(){return _0x50263e;};return a92_0x5a85();}
|
|
1
|
+
function a92_0x3c96(_0x5559d1,_0x42a02c){const _0x37b5c9=a92_0x37b5();return a92_0x3c96=function(_0x3c96c0,_0x4615b8){_0x3c96c0=_0x3c96c0-0x1ae;let _0x44583a=_0x37b5c9[_0x3c96c0];return _0x44583a;},a92_0x3c96(_0x5559d1,_0x42a02c);}function a92_0x37b5(){const _0x342026=['get','prkxw','title','\x20pending\x20hooks\x20for\x20testId:\x20','hasPendingHooks',',\x20target=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','Assert','__workerDetails','eventJson','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','body','SRXsq','skip','error','rnGYW',',\x20state:\x20','stringify','eAuiV','XvSGH','cZefU','addPendingHook','\x20-\x20testId:\x20',',\x20filePath=','\x20(testIdentifier),\x20tags=','testData','gQrFT','GMUYU',',\x20attachmentLogs:\x20','KEY_HOOK_LAST_FINISHED','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','status','getInstance','concat','failure_reason',',\x20hookUUID=','parse','createTestFrameworkEventPayload','SeuSE','kind','KEY_TEST_RESULT','9gOGCqI','ceil','includes','qcCtj','KEY_HOOK_LOGS','KEY_TEST_STARTED_AT',',\x20testData=',',\x20exception=','KEY_TEST_ATTACHMENTS','toString','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20storing\x20as\x20pending\x20hook','NONE','test_run_id','duration','length','buildHookMapFromTest','lzbIj','getJestFailureType','getPendingHooks','setActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','VbCso','jmtLu','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','KEY_TEST_FRAMEWORK_NAME','DdZSI','createContext','pop','aeBtz','AssertionError','../state/hookState.js','KEY_TEST_RERUN_NAME','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','substr','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','failed','Rqcct','hooks',',\x20error:\x20','forEach','KEY_TEST_TAGS','hook_id',',\x20totalBatches:\x20','toUpperCase',',\x20failureReason=','resolveInstance','util','532136cnNkst','KEY_TEST_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','hook_type','AwOBK','NXKFh','addMultipleEntries','processPendingHooks',',\x20response=','isJestInternalHook','__bstackPlatformIndex','getJestFailureReason','RVBbx','KEY_HOOK_NAME','KEY_TEST_RETRY_OF','PRE','testFrameworkVersion','KEY_TEST_SCOPES','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',',\x20testFramework=','format','sgamx','KEY_HOOK_RESULT','reverse','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','parseJestTestResult','passed','yKZTC','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','jest-circus','hookType','\x20for\x20testId:\x20','afterAll',',\x20hookId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','apply','getJestTestTags','abxJf','scopes',',\x20failureType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20',':testAnalyticsId','GwWwT','hookState','matchHookRegex','537125lDwQGG','find','inspect','KEY_TEST_RESULT_AT','split','../instances/trackedInstance.js','getTestFrameworksVersions','FnRGv','parent','../../../helpers/stackFrameUtils','\x20(testIdentifier),\x20hookType=','434220jTQvjY','istrD','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','QbcDp','missing','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','parseJestTest','skipped','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','NDLzq','MEvXA',',\x20argsKeys=','getHooksForTest','getJestTestFilePath','testFrameworkState','testUUID','WstFh','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getContext','KEY_HOOK_LAST_STARTED','jMmes','removePendingHooks','../TestInfo.js','type',',\x20logsInBatch:\x20','map','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','POST','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','set','TEST','\x20hook','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','ALL','FxflP','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','AdRcA','UcySP','setTrackedInstance',',\x20totalLogs:\x20','mhdUo','BDplA','\x20to\x20','getJestTestIdentifier','THIQq',',\x20scopes=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=',',\x20hookState:\x20','KEY_TEST_UUID','location','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','KEY_TEST_SCOPE','maxArrayLength','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getAllData','BEFORE_ALL','isArray','wPIZI','KEY_HOOK_FAILURE_REASON','getTrackedInstance','LOG_REPORT','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','testId','file','Error\x20in\x20createTestFrameworkEventPayload:\x20','test','exports','scope','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','depth','\x20(testIdentifier)','keys','has','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20screenshotLogs:\x20','retryOf','cxgxp',',\x20currentTestId:\x20','OygET','KEY_TEST_FILE_PATH','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_LOCATION','HnGQQ',',\x20hookState=','getRootParentFile','warn','getThreadId','KPNIn','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending',',\x20test_run_uuid=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','WViKk','mapTestHooks','KEY_HOOK_FAILURE_TYPE','KEY_HOOK_FAILURE','test_run_uuid','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','../grpcClient','\x20(testIdentifier),\x20result=','activeHooks','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x22\x20from\x20testData','../../../helpers/helper.js','ZmYPI','sendLogCreatedEvent','Zggnm',',\x20hookType=','getActiveHook',',\x20testId=','\x20files','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','uuid','716iIOgaO','CcvXh','asyncError','jiQnZ','\x22\x20hook','startsWith','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',',\x20state=','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','ygabL','KEY_LOGS','hookUUID','PcKnW',',\x20filePath:\x20','KEY_HOOKS_STARTED','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','trackJestInstance','uEetI','yrYUS','join','GTPjy',',\x20hook_run_uuid=','mhxaI','storePendingHook','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','2076012CGzpTf','getId','KEY_CUSTOM_TAGS',',\x20consoleLogs:\x20','args','delete','from','push','7659832GxYuTj',',\x20remainingHooks=','yMAjn','beforeAll','name',',\x20hookData=','workerInfo','UZvYu','parallelIndex','KEY_TEST_META','KtcmZ','started_at','hookAnalyticsId','KEY_HOOKS_FINISHED','gJYTd','\x20-\x20test_identifier=','../instances/testFrameworkInstance.js','KyCHq','JestTestFramework','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','base64','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_FRAMEWORK_VERSION','unknown','KEY_TEST_FAILURE_REASON','getJestTestName','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','trackEvent','OgApI','JlmmE','findIndex','25895hUnSQW','getProcessId','../state/testFrameworkState.js','runHooks','errorsDetailed','finished_at','logCreatedEvent','stack-trace','testFrameworkName','fSfhf','tags','GwRUt','slice','code','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20result=','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','KEY_TEST_LOGS',',\x20version=','../cliUtils.js','TBwha','RBAdd','filter','IsdWf','KEY_EVENT_STARTED_AT','nCNQx','AbIWM','getJestFailureData','fqoOO','getCurrentTestState','7035609dsmvqJ',',\x20totalHooks=','trackHookEvent','result','platformIndex','message','file_name','Processing\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','hookData','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','executionContext','./constants/testFrameworkConstants.js','gmWYv','KEY_TEST_ENDED_AT','toISOString','FjHDo','instance','../../../helpers/test-observability/utils','substring','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','hookMetadata','KEY_HOOK_ID','PFpQn',',\x20hook=','match','pid','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','originalTest','psFSE','removeActiveHook','TEST_SCREENSHOT','AQDsc','dWgph',',\x20duration=','browserstackPlatformIndex','\x20&\x20hookState=','filePath','debug'];a92_0x37b5=function(){return _0x342026;};return a92_0x37b5();}const a92_0x484c7a=a92_0x3c96;(function(_0x21335d,_0x8e3004){const _0x37f716=a92_0x3c96,_0x574fb4=_0x21335d();while(!![]){try{const _0xdf2ecb=parseInt(_0x37f716(0x1e4))/0x1+parseInt(_0x37f716(0x1b5))/0x2+parseInt(_0x37f716(0x27e))/0x3+parseInt(_0x37f716(0x263))/0x4*(-parseInt(_0x37f716(0x2a5))/0x5)+-parseInt(_0x37f716(0x1ef))/0x6+parseInt(_0x37f716(0x2c4))/0x7+parseInt(_0x37f716(0x286))/0x8*(-parseInt(_0x37f716(0x316))/0x9);if(_0xdf2ecb===_0x8e3004)break;else _0x574fb4['push'](_0x574fb4['shift']());}catch(_0x55ee36){_0x574fb4['push'](_0x574fb4['shift']());}}}(a92_0x37b5,0x84aa2));const TestFramework=require('./testFramework'),TestFrameworkState=require(a92_0x484c7a(0x2a7)),HookState=require(a92_0x484c7a(0x338)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x484c7a(0x296)),CLIUtils=require(a92_0x484c7a(0x2b9)),TrackedInstance=require(a92_0x484c7a(0x1e9)),TestFrameworkConstants=require(a92_0x484c7a(0x2d1)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x484c7a(0x259)),{isInternalHook}=require(a92_0x484c7a(0x2d7)),logger=createClassLogger(a92_0x484c7a(0x298)),{v4:uuidv4}=require('uuid'),util=require(a92_0x484c7a(0x1b4)),TestInfo=require(a92_0x484c7a(0x205)),GrpcClient=require(a92_0x484c7a(0x254)),stackTrace=require(a92_0x484c7a(0x2ac)),{pickUserFrameFile}=require(a92_0x484c7a(0x1ed));class JestTestFramework extends TestFramework{constructor(_0x30c0f9,_0x16185b,_0x256ec9){const _0x20e6f7=a92_0x484c7a;super(_0x30c0f9,_0x16185b,_0x256ec9),this[_0x20e6f7(0x256)]=new Map();}[a92_0x484c7a(0x32b)](_0x4cc095,_0x219a07,_0x523ec2){const _0x197724=a92_0x484c7a,_0x4f605f={};_0x4f605f[_0x197724(0x307)]=function(_0x486136,_0x1088b5){return _0x486136||_0x1088b5;};const _0xa06601=_0x4f605f;if(_0xa06601['gQrFT'](!_0x4cc095,!_0x219a07)){logger[_0x197724(0x248)](_0x197724(0x20f)+_0x4cc095+_0x197724(0x310)+_0x219a07);return;}!this[_0x197724(0x256)][_0x197724(0x239)](_0x4cc095)&&this[_0x197724(0x256)][_0x197724(0x20c)](_0x4cc095,[]);const _0x58c311={'hookUUID':_0x219a07,'hookType':_0x523ec2,'startedAt':new Date()[_0x197724(0x2d4)]()};this[_0x197724(0x256)][_0x197724(0x2ed)](_0x4cc095)[_0x197724(0x285)](_0x58c311),logger[_0x197724(0x2ec)](_0x197724(0x2b3)+_0x4cc095+_0x197724(0x310)+_0x219a07+_0x197724(0x25d)+_0x523ec2+_0x197724(0x2c5)+this[_0x197724(0x256)]['get'](_0x4cc095)[_0x197724(0x326)]);}[a92_0x484c7a(0x2e4)](_0x594309,_0x5d6682){const _0x13da8f=a92_0x484c7a,_0x4db414={};_0x4db414[_0x13da8f(0x2ee)]=function(_0x30b934,_0x83ca97){return _0x30b934||_0x83ca97;},_0x4db414[_0x13da8f(0x276)]=function(_0x4c3591,_0x76b15e){return _0x4c3591!==_0x76b15e;},_0x4db414[_0x13da8f(0x215)]=function(_0x4b20e7,_0x195bf0){return _0x4b20e7===_0x195bf0;};const _0x2cc89b=_0x4db414;if(_0x2cc89b[_0x13da8f(0x2ee)](!_0x594309,!_0x5d6682)){logger['warn']('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x594309+_0x13da8f(0x310)+_0x5d6682);return;}if(this[_0x13da8f(0x256)][_0x13da8f(0x239)](_0x594309)){const _0x483344=this[_0x13da8f(0x256)]['get'](_0x594309),_0x20af66=_0x483344[_0x13da8f(0x2a4)](_0x3f5668=>_0x3f5668['hookUUID']===_0x5d6682);_0x2cc89b[_0x13da8f(0x276)](_0x20af66,-0x1)?(_0x483344['splice'](_0x20af66,0x1),logger[_0x13da8f(0x2ec)](_0x13da8f(0x27d)+_0x594309+',\x20hookUUID='+_0x5d6682+_0x13da8f(0x287)+_0x483344[_0x13da8f(0x326)]),_0x2cc89b[_0x13da8f(0x215)](_0x483344[_0x13da8f(0x326)],0x0)&&this[_0x13da8f(0x256)][_0x13da8f(0x283)](_0x594309)):logger[_0x13da8f(0x2ec)](_0x13da8f(0x2f7)+_0x594309+',\x20hookUUID='+_0x5d6682);}}[a92_0x484c7a(0x25e)](_0x69471c){const _0x46bdff=a92_0x484c7a,_0x44f833={};_0x44f833['yKZTC']=function(_0x2e7d83,_0x43bd3e){return _0x2e7d83>_0x43bd3e;},_0x44f833[_0x46bdff(0x21d)]=function(_0x304480,_0xe85ae7){return _0x304480-_0xe85ae7;};const _0x185682=_0x44f833;if(!_0x69471c)return null;if(this[_0x46bdff(0x256)][_0x46bdff(0x239)](_0x69471c)){const _0x1e29ff=this[_0x46bdff(0x256)][_0x46bdff(0x2ed)](_0x69471c);if(_0x185682[_0x46bdff(0x1d1)](_0x1e29ff['length'],0x0)){const _0x589938=_0x1e29ff[_0x185682['THIQq'](_0x1e29ff[_0x46bdff(0x326)],0x1)];return logger[_0x46bdff(0x2ec)](_0x46bdff(0x1f4)+_0x69471c+_0x46bdff(0x310)+_0x589938[_0x46bdff(0x26f)]+_0x46bdff(0x25d)+_0x589938['hookType']),_0x589938;}}return null;}async['trackEvent'](_0x51d5f2,_0x39f68d,_0x3948c8={}){const _0x43f0e9=a92_0x484c7a,_0x2aca7d={};_0x2aca7d['ZmYPI']=_0x43f0e9(0x29b),_0x2aca7d[_0x43f0e9(0x1f9)]=function(_0x6adf6f,_0x47177d){return _0x6adf6f===_0x47177d;},_0x2aca7d['LlAMU']=function(_0x3badb1,_0x2212f5){return _0x3badb1===_0x2212f5;},_0x2aca7d[_0x43f0e9(0x22a)]=function(_0x13850c,_0x569dbb){return _0x13850c||_0x569dbb;},_0x2aca7d['AwOBK']=_0x43f0e9(0x235);const _0x79845d=_0x2aca7d;logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x1f1)+_0x51d5f2+_0x43f0e9(0x246)+_0x39f68d+_0x43f0e9(0x1fa)+Object['keys'](_0x3948c8)['join'](',')),await super[_0x43f0e9(0x2a1)](_0x51d5f2,_0x39f68d,_0x3948c8);const _0x1cffc7=this['resolveInstance'](_0x51d5f2,_0x39f68d,_0x3948c8);if(!_0x1cffc7){logger['debug'](_0x79845d[_0x43f0e9(0x25a)]);return;}try{let _0xdd3f28,_0x1907cf,_0x3bd67a;switch(_0x51d5f2){case TestFrameworkState[_0x43f0e9(0x20d)]:_0xdd3f28=_0x3948c8[_0x43f0e9(0x232)];const _0x1fd450={};_0x1fd450[_0x43f0e9(0x236)]=0x2,_0x1fd450[_0x43f0e9(0x225)]=0x3,logger['debug'](_0x43f0e9(0x1b7)+_0x39f68d+_0x43f0e9(0x31c)+util['inspect'](_0xdd3f28,_0x1fd450)),_0x3bd67a=this[_0x43f0e9(0x21c)](_0xdd3f28),_0x1907cf=null,logger[_0x43f0e9(0x2ec)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x3bd67a+_0x43f0e9(0x237));if(_0x79845d['MEvXA'](_0x39f68d,HookState[_0x43f0e9(0x1c4)])){logger['debug'](_0x43f0e9(0x23c)+_0x3bd67a);const _0x3ecb9c={};_0x3ecb9c[_0x43f0e9(0x1fe)]=_0x1907cf,_0x3ecb9c[_0x43f0e9(0x306)]=_0xdd3f28,_0x3ecb9c[_0x43f0e9(0x22f)]=_0x3bd67a;const _0x5a6386=this[_0x43f0e9(0x1f5)](_0x3ecb9c),_0x26103c={};_0x26103c[_0x43f0e9(0x236)]=0x2,_0x26103c[_0x43f0e9(0x225)]=0x3,logger['debug'](_0x43f0e9(0x321)+util[_0x43f0e9(0x1e6)](_0x5a6386,_0x26103c)),_0x1cffc7[_0x43f0e9(0x1bb)](_0x5a6386),logger['debug'](_0x43f0e9(0x20b)+_0x3bd67a),await this[_0x43f0e9(0x1bc)](_0x1cffc7,_0x3bd67a);}else{if(_0x79845d['LlAMU'](_0x39f68d,HookState['POST'])){logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x320)+_0x3bd67a);const _0x316a03=_0x1cffc7['getAllData']()[_0x43f0e9(0x2ed)](_0x3bd67a);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x43f0e9(0x1e6)](Object[_0x43f0e9(0x238)](_0x79845d[_0x43f0e9(0x22a)](_0x316a03,{}))));_0x316a03&&_0x316a03[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x1f7)+Object['keys'](_0x316a03[TestFrameworkConstants[_0x43f0e9(0x31e)]])[_0x43f0e9(0x326)]+_0x43f0e9(0x260)):logger[_0x43f0e9(0x2ec)](_0x79845d[_0x43f0e9(0x1b9)]);const _0x470eff=_0x3948c8[_0x43f0e9(0x2e2)]||null,_0x24460f={};_0x24460f['testUUID']=_0x1907cf,_0x24460f[_0x43f0e9(0x306)]=_0xdd3f28,_0x24460f[_0x43f0e9(0x22f)]=_0x3bd67a,_0x24460f[_0x43f0e9(0x2e2)]=_0x470eff;const _0x2faee6=this[_0x43f0e9(0x1cf)](_0x24460f),_0x1ebfbe={};_0x1ebfbe[_0x43f0e9(0x236)]=0x2,_0x1ebfbe[_0x43f0e9(0x225)]=0x3,logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x2f3)+util[_0x43f0e9(0x1e6)](_0x2faee6,_0x1ebfbe)),_0x1cffc7[_0x43f0e9(0x1bb)](_0x2faee6),logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x32c)+_0x3bd67a),await this[_0x43f0e9(0x1bc)](_0x1cffc7,_0x3bd67a);}}break;case TestFrameworkState[_0x43f0e9(0x22d)]:if(_0x79845d['LlAMU'](_0x39f68d,HookState[_0x43f0e9(0x20a)])){const _0x2714fb={};_0x2714fb[_0x43f0e9(0x236)]=0x2,logger['debug']('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x43f0e9(0x1e6)](_0x3948c8,_0x2714fb)),await this[_0x43f0e9(0x25b)](_0x1cffc7,_0x51d5f2,_0x3948c8);}break;default:if(CLIUtils[_0x43f0e9(0x1e3)](_0x51d5f2[_0x43f0e9(0x31f)]()[_0x43f0e9(0x1e8)]('.')[0x1])){const _0x503d76={};_0x503d76[_0x43f0e9(0x236)]=0x2,_0x503d76[_0x43f0e9(0x225)]=0x3,logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x2e1)+_0x51d5f2+_0x43f0e9(0x246)+_0x39f68d+_0x43f0e9(0x28b)+util['inspect'](_0x3948c8[_0x43f0e9(0x2ce)],_0x503d76));const _0x4e01c5=await this[_0x43f0e9(0x2c6)](_0x1cffc7,_0x51d5f2,_0x39f68d,_0x3948c8),_0x484758={};_0x484758[_0x43f0e9(0x236)]=0x2,_0x484758[_0x43f0e9(0x225)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x43f0e9(0x1e6)](_0x4e01c5,_0x484758)),_0x1cffc7['addMultipleEntries'](_0x4e01c5);}else logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x2d9)+_0x51d5f2+_0x43f0e9(0x2ea)+_0x39f68d);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x51d5f2+_0x43f0e9(0x246)+_0x39f68d);}catch(_0x310f32){logger[_0x43f0e9(0x2fb)](_0x43f0e9(0x33b)+_0x51d5f2+',\x20hookState='+_0x39f68d+_0x43f0e9(0x31d)+util['format'](_0x310f32));}_0x3948c8[_0x43f0e9(0x2d6)]=_0x1cffc7,await this[_0x43f0e9(0x2a8)](_0x1cffc7,_0x51d5f2,_0x39f68d,_0x3948c8);}[a92_0x484c7a(0x21c)](_0x3ec14a){const _0x16c6be=a92_0x484c7a,_0x46feac={};_0x46feac[_0x16c6be(0x300)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x57f5a1=_0x46feac;if(_0x3ec14a&&(_0x3ec14a['id']||_0x3ec14a[_0x16c6be(0x262)])){const _0x3e9a8f=_0x3ec14a['id']||_0x3ec14a[_0x16c6be(0x262)];return logger[_0x16c6be(0x2ec)](_0x16c6be(0x273)+_0x3e9a8f+_0x16c6be(0x258)),_0x3e9a8f;}return logger[_0x16c6be(0x2ec)](_0x57f5a1['XvSGH']),process[_0x16c6be(0x2df)]+_0x16c6be(0x1e0);}[a92_0x484c7a(0x1b3)](_0x782716,_0x18e6b4,_0x5a5ed4={}){const _0x12d6a0=a92_0x484c7a;let _0x50935c=null;return _0x50935c=TestFramework['getTrackedInstance'](),!_0x50935c?(logger[_0x12d6a0(0x2ec)](_0x12d6a0(0x2cf)+_0x782716),this[_0x12d6a0(0x274)](_0x782716,_0x5a5ed4),_0x50935c=TestFramework[_0x12d6a0(0x22c)](),logger[_0x12d6a0(0x2ec)](_0x12d6a0(0x253)+!!_0x50935c+',\x20contextId='+_0x50935c?.['getContext']()?.[_0x12d6a0(0x27f)]())):logger['debug'](_0x12d6a0(0x214)+_0x50935c['getContext']()?.['getId']()),_0x50935c;}[a92_0x484c7a(0x274)](_0x787e7c,_0x2a50c9){const _0x3407e0=a92_0x484c7a,_0x1a6249={};_0x1a6249[_0x3407e0(0x2bb)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x4ce32b=_0x1a6249;if(TestFramework[_0x3407e0(0x22c)]()){logger[_0x3407e0(0x2ec)](_0x4ce32b[_0x3407e0(0x2bb)]);return;}const _0x5927d8=CLIUtils['getCurrentInstanceName'](),_0x41fe62=TrackedInstance[_0x3407e0(0x334)](_0x5927d8);let _0x2e9996=null;logger[_0x3407e0(0x2ec)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x5927d8+_0x3407e0(0x26a)+_0x787e7c),_0x2e9996=new TestFrameworkInstance(_0x41fe62,this[_0x3407e0(0x2e0)](),this[_0x3407e0(0x1ea)](),_0x787e7c,HookState[_0x3407e0(0x323)]),TestFramework[_0x3407e0(0x217)](_0x41fe62,_0x2e9996),logger['debug'](_0x3407e0(0x1ce)+_0x41fe62[_0x3407e0(0x27f)]()+_0x3407e0(0x2f2)+_0x5927d8+_0x3407e0(0x1c8)+this[_0x3407e0(0x2e0)]()[0x0]+_0x3407e0(0x2b8)+this[_0x3407e0(0x1ea)]()[this[_0x3407e0(0x2e0)]()[0x0]]);}[a92_0x484c7a(0x1f5)](_0x182886){const _0x3b9110=a92_0x484c7a,_0x5275f7={};_0x5275f7[_0x3b9110(0x2a3)]=function(_0x2c9484,_0x277984){return _0x2c9484||_0x277984;},_0x5275f7[_0x3b9110(0x24e)]=_0x3b9110(0x33e);const _0x51dc4d=_0x5275f7,{testUUID:_0x4c97cd,testData:_0x40dbd5,testId:_0x5d4424}=_0x182886;if(_0x51dc4d[_0x3b9110(0x2a3)](!_0x40dbd5,!_0x5d4424))return logger[_0x3b9110(0x2ec)](_0x51dc4d[_0x3b9110(0x24e)]),{};const _0x24e0cf=this['getTestFrameworks']()[0x0],_0x3a733f=this[_0x3b9110(0x1ea)](),_0x144a87={};_0x144a87['depth']=0x2,_0x144a87['maxArrayLength']=0x3,logger[_0x3b9110(0x2ec)](_0x3b9110(0x2b6)+util[_0x3b9110(0x1e6)](_0x40dbd5,_0x144a87));const _0xba6dec=_0x40dbd5?.[_0x3b9110(0x1dc)]||[],_0x53c5ed=this[_0x3b9110(0x29f)](_0x40dbd5),_0x2bbbf6=this[_0x3b9110(0x1fc)](_0x40dbd5),_0x3f5c23=_0x40dbd5['fn']?_0x40dbd5['fn']['toString']():_0x40dbd5?.[_0x3b9110(0x2f8)]?_0x40dbd5[_0x3b9110(0x2f8)][_0x3b9110(0x2b2)][_0x3b9110(0x31f)]():null,_0x3525f9=this[_0x3b9110(0x1da)](_0x40dbd5),_0x1f66e9={[TestFrameworkConstants[_0x3b9110(0x332)]]:_0x24e0cf,[TestFrameworkConstants[_0x3b9110(0x29c)]]:_0x3a733f[_0x24e0cf],[TestFrameworkConstants[_0x3b9110(0x2b7)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x3b9110(0x272)]]:{},[TestFrameworkConstants[_0x3b9110(0x315)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x3b9110(0x27c)]]:_0x53c5ed,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2bbbf6,[TestFrameworkConstants['KEY_TEST_ID']]:_0x5d4424,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x53c5ed,[TestFrameworkConstants[_0x3b9110(0x244)]]:_0x2bbbf6,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x3f5c23,[TestFrameworkConstants[_0x3b9110(0x1ae)]]:_0x3525f9,[TestFrameworkConstants[_0x3b9110(0x31b)]]:_0x40dbd5[_0x3b9110(0x291)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x3b9110(0x224)]]:_0xba6dec[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0xba6dec,[TestFrameworkConstants[_0x3b9110(0x339)]]:_0x53c5ed,[TestFrameworkConstants[_0x3b9110(0x280)]]:{},[TestFrameworkConstants[_0x3b9110(0x28f)]]:{}};_0x40dbd5[_0x3b9110(0x23e)]&&(_0x1f66e9[TestFrameworkConstants[_0x3b9110(0x1c3)]]=_0x40dbd5[_0x3b9110(0x23e)]);logger[_0x3b9110(0x2ec)](_0x3b9110(0x200)+_0x53c5ed+',\x20testId='+_0x5d4424+_0x3b9110(0x305)+JSON[_0x3b9110(0x2fe)](_0x3525f9)+_0x3b9110(0x21e)+util[_0x3b9110(0x1e6)](_0xba6dec)+_0x3b9110(0x304)+_0x2bbbf6);const _0x3d2985={};return _0x3d2985[_0x5d4424]=_0x1f66e9,_0x3d2985;}[a92_0x484c7a(0x1cf)](_0x306116){const _0x16c6e6=a92_0x484c7a,_0x443af0={'BDplA':function(_0x2560a0,_0x2b3f23){return _0x2560a0===_0x2b3f23;},'BgvDu':_0x16c6e6(0x1d6),'mfcRu':'beforeAll','uEetI':_0x16c6e6(0x211),'eAuiV':'_ALL','NXKFh':function(_0x2d9808,_0x45761a){return _0x2d9808||_0x45761a;},'istrD':_0x16c6e6(0x269),'FnRGv':_0x16c6e6(0x29d),'rnGYW':function(_0x50af3c,_0x36ff19){return _0x50af3c>_0x36ff19;},'jMmes':_0x16c6e6(0x33f),'AQDsc':function(_0x40099b,_0x24172b){return _0x40099b===_0x24172b;},'mhdUo':_0x16c6e6(0x2fa),'qcCtj':_0x16c6e6(0x1f6),'WstFh':'passed','AbIWM':function(_0x7783cc,_0x145b26){return _0x7783cc!==_0x145b26;},'QbcDp':function(_0x5befa3,_0x21d94a,_0x26ce7d,_0xdf8637){return _0x5befa3(_0x21d94a,_0x26ce7d,_0xdf8637);},'abxJf':function(_0x25df57,_0x1b2326){return _0x25df57>_0x1b2326;},'KtcmZ':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','GTPjy':function(_0x8ddda6,_0x41435f){return _0x8ddda6>_0x41435f;}},{testUUID:_0x30a1d4,testData:_0x1081a3,testId:_0x5d1008}=_0x306116;if(_0x443af0['NXKFh'](!_0x1081a3,!_0x5d1008))return logger['debug'](_0x443af0[_0x16c6e6(0x1f0)]),{};const _0x3bbd01=this[_0x16c6e6(0x1b3)](TestFrameworkState['TEST'],HookState[_0x16c6e6(0x20a)]),_0x391e71=_0x3bbd01[_0x16c6e6(0x227)]()[_0x16c6e6(0x2ed)](_0x5d1008),_0x581990=_0x443af0[_0x16c6e6(0x1ba)](_0x391e71,{}),_0x1d32b4=_0x581990?_0x581990[TestFrameworkConstants[_0x16c6e6(0x280)]]||{}:{},_0x15cb98=_0x581990[TestFrameworkConstants[_0x16c6e6(0x31e)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x15cb98?Object[_0x16c6e6(0x238)](_0x15cb98)[_0x16c6e6(0x326)]:0x0)+'\x20attachments');let _0x48fe84=_0x443af0[_0x16c6e6(0x1eb)];if(_0x1081a3[_0x16c6e6(0x2c7)])_0x48fe84=_0x1081a3['result'];else{if(_0x1081a3[_0x16c6e6(0x2a9)]&&_0x443af0[_0x16c6e6(0x2fc)](_0x1081a3[_0x16c6e6(0x2a9)][_0x16c6e6(0x326)],0x0))_0x48fe84=_0x443af0[_0x16c6e6(0x203)];else _0x443af0[_0x16c6e6(0x2e6)](_0x1081a3[_0x16c6e6(0x30c)],_0x443af0[_0x16c6e6(0x219)])||_0x443af0[_0x16c6e6(0x21a)](_0x1081a3['status'],_0x443af0['qcCtj'])?_0x48fe84=_0x443af0[_0x16c6e6(0x319)]:_0x48fe84=_0x443af0[_0x16c6e6(0x1ff)];}const _0x149f4e={..._0x581990,[TestFrameworkConstants[_0x16c6e6(0x315)]]:_0x48fe84,[TestFrameworkConstants[_0x16c6e6(0x2d3)]]:_0x1081a3[_0x16c6e6(0x2aa)]||new Date()[_0x16c6e6(0x2d4)](),[TestFrameworkConstants[_0x16c6e6(0x1e7)]]:new Date()[_0x16c6e6(0x2d4)](),[TestFrameworkConstants[_0x16c6e6(0x280)]]:_0x1d32b4,[TestFrameworkConstants[_0x16c6e6(0x26e)]]:_0x581990[TestFrameworkConstants[_0x16c6e6(0x26e)]]||[],[TestFrameworkConstants[_0x16c6e6(0x28f)]]:{}};if(_0x443af0['BDplA'](_0x48fe84,_0x443af0[_0x16c6e6(0x203)])&&_0x1081a3['errorsDetailed']){const _0x146660=this['getJestFailureReason'](_0x1081a3),_0x53a3f9=this[_0x16c6e6(0x329)](_0x1081a3),_0x6de1a8=this['getJestFailureData'](_0x1081a3);_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x2b5)]]=_0x53a3f9,_0x149f4e[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x146660,_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x1b6)]]=_0x6de1a8;}_0x443af0[_0x16c6e6(0x2c0)](_0x1081a3[_0x16c6e6(0x325)],undefined)&&(_0x149f4e[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x1081a3[_0x16c6e6(0x325)]);_0x1081a3[_0x16c6e6(0x23e)]&&(_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x1c3)]]=_0x1081a3['retryOf']);const _0x1c9cbe=_0x391e71?_0x391e71[TestFrameworkConstants[_0x16c6e6(0x31e)]]||{}:{},_0x277b9f=_0x391e71?_0x391e71[TestFrameworkConstants[_0x16c6e6(0x221)]]:_0x30a1d4,_0x570298=_0x443af0[_0x16c6e6(0x1f2)](getManualUploadLogs,_0x1c9cbe,_0x277b9f,_0x5d1008);if(_0x443af0[_0x16c6e6(0x1db)](_0x570298[_0x16c6e6(0x326)],0x0)){const _0x16e48f=_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x26e)]]||[];_0x149f4e[TestFrameworkConstants['KEY_LOGS']]=[..._0x16e48f,..._0x570298];}const _0x430a59=_0x581990[TestFrameworkConstants[_0x16c6e6(0x293)]]||{},_0x50dfab=_0x581990[TestFrameworkConstants[_0x16c6e6(0x272)]]||{},_0x274fda={..._0x430a59},_0x505f7a=_0x274fda;Object[_0x16c6e6(0x238)](_0x50dfab)[_0x16c6e6(0x343)](_0x40238d=>{const _0x52d844=_0x16c6e6;!_0x505f7a[_0x40238d]&&(_0x505f7a[_0x40238d]=[]);const _0x2ccca8=new Set((_0x505f7a[_0x40238d]||[])[_0x52d844(0x208)](_0x24539e=>_0x24539e[TestFrameworkConstants[_0x52d844(0x2db)]]||_0x24539e[_0x52d844(0x1af)]));(_0x50dfab[_0x40238d]||[])[_0x52d844(0x343)](_0x47176c=>{const _0x148225=_0x52d844,_0x19863b=_0x47176c[TestFrameworkConstants[_0x148225(0x2db)]]||_0x47176c['hook_id'];if(!_0x2ccca8[_0x148225(0x239)](_0x19863b)){const _0x1429e2={..._0x47176c},_0x4d822f=_0x1429e2;!_0x4d822f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x4d822f['event_ended_at']&&(_0x4d822f[TestFrameworkConstants[_0x148225(0x1cd)]]=new Date()[_0x148225(0x2d4)]()),!_0x4d822f[TestFrameworkConstants[_0x148225(0x1cb)]]&&!_0x4d822f['hook_result']&&(_0x4d822f[TestFrameworkConstants[_0x148225(0x1cb)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x505f7a[_0x40238d][_0x148225(0x285)](_0x4d822f);}});});if(_0x306116[_0x16c6e6(0x2e2)]){this['mapTestHooks'](_0x306116[_0x16c6e6(0x2e2)]);const _0x4cef0d=this[_0x16c6e6(0x327)](_0x306116[_0x16c6e6(0x2e2)]),_0x1de921=this['getHooksForTest'](_0x306116['originalTest']);_0x1de921[_0x16c6e6(0x343)](_0x519d72=>{const _0x970c2e=_0x16c6e6,_0x1ea8f4=_0x4cef0d[_0x970c2e(0x2ed)](_0x519d72);if(_0x1ea8f4&&(_0x443af0[_0x970c2e(0x21a)](_0x1ea8f4[_0x970c2e(0x206)],_0x443af0['BgvDu'])||_0x443af0[_0x970c2e(0x21a)](_0x1ea8f4[_0x970c2e(0x206)],_0x443af0['mfcRu']))){const _0x2e6bf4=_0x1ea8f4[_0x970c2e(0x206)][_0x970c2e(0x1b1)]()['replace'](_0x443af0[_0x970c2e(0x275)],_0x443af0[_0x970c2e(0x2ff)]),_0x5a97c9=_0x2e6bf4;!_0x505f7a[_0x5a97c9]&&(_0x505f7a[_0x5a97c9]=[]);const _0x15f63c=_0x505f7a[_0x5a97c9][_0x970c2e(0x1e5)](_0x1582d8=>(_0x1582d8[TestFrameworkConstants[_0x970c2e(0x2db)]]||_0x1582d8[_0x970c2e(0x1af)])===_0x519d72);!_0x15f63c&&_0x505f7a[_0x5a97c9][_0x970c2e(0x285)]({'key':_0x5a97c9,[TestFrameworkConstants[_0x970c2e(0x2db)]]:_0x519d72,[TestFrameworkConstants[_0x970c2e(0x1cb)]]:TestFrameworkConstants[_0x970c2e(0x32f)],[TestFrameworkConstants[_0x970c2e(0x2be)]]:new Date()[_0x970c2e(0x2d4)](),[TestFrameworkConstants[_0x970c2e(0x1cd)]]:new Date()[_0x970c2e(0x2d4)](),[TestFrameworkConstants[_0x970c2e(0x31a)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x1ea8f4[_0x970c2e(0x28a)]||_0x1ea8f4[_0x970c2e(0x206)]+_0x970c2e(0x20e),[TestFrameworkConstants[_0x970c2e(0x280)]]:_0x1d32b4});}});}if(_0x1081a3['hooks']&&_0x443af0[_0x16c6e6(0x2fc)](_0x1081a3['hooks'][_0x16c6e6(0x326)],0x0))_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x293)]]=_0x1081a3[_0x16c6e6(0x341)],logger['debug'](_0x443af0[_0x16c6e6(0x290)]);else _0x443af0[_0x16c6e6(0x278)](Object['keys'](_0x505f7a)[_0x16c6e6(0x326)],0x0)&&(_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x293)]]=_0x505f7a,logger[_0x16c6e6(0x2ec)](_0x16c6e6(0x33c)+Object['keys'](_0x505f7a)[_0x16c6e6(0x277)](',')));const _0x371a1c=this[_0x16c6e6(0x29f)](_0x1081a3);logger[_0x16c6e6(0x2ec)](_0x16c6e6(0x243)+_0x371a1c+',\x20testId='+_0x5d1008+_0x16c6e6(0x255)+_0x48fe84+_0x16c6e6(0x2e8)+_0x1081a3[_0x16c6e6(0x325)]);_0x443af0[_0x16c6e6(0x21a)](_0x48fe84,_0x443af0[_0x16c6e6(0x203)])&&logger['debug'](_0x16c6e6(0x223)+_0x5d1008+_0x16c6e6(0x1dd)+_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x2b5)]]+_0x16c6e6(0x1b2)+_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x29e)]]?.['substring'](0x0,0xc8));const _0x50f697={};return _0x50f697[_0x5d1008]=_0x149f4e,_0x50f697;}['getJestTestScopes'](_0x57ab55){const _0x112b83=a92_0x484c7a,_0x2e1287={};_0x2e1287[_0x112b83(0x216)]=function(_0x1ac59b,_0x2aa6c8){return _0x1ac59b!==_0x2aa6c8;},_0x2e1287[_0x112b83(0x266)]=_0x112b83(0x33a);const _0x51f663=_0x2e1287,_0x5322ed={};_0x5322ed[_0x112b83(0x236)]=0x2,_0x5322ed[_0x112b83(0x225)]=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x112b83(0x1e6)](_0x57ab55,_0x5322ed));const _0x2e9608=[];if(_0x57ab55&&_0x57ab55[_0x112b83(0x1ec)]){let _0x20fc36=_0x57ab55['parent'];while(_0x20fc36&&_0x20fc36[_0x112b83(0x28a)]&&_0x51f663[_0x112b83(0x216)](_0x20fc36['name'],'')&&_0x51f663[_0x112b83(0x216)](_0x20fc36[_0x112b83(0x28a)],_0x51f663['jiQnZ'])){_0x2e9608[_0x112b83(0x285)](_0x20fc36['name']),_0x20fc36=_0x20fc36[_0x112b83(0x1ec)];}}return _0x2e9608[_0x112b83(0x1cc)]();}[a92_0x484c7a(0x29f)](_0x59817a){const _0xa04e2=a92_0x484c7a,_0x4fb00a={};_0x4fb00a['vYoVE']='Unknown\x20Test';const _0x2223f8=_0x4fb00a;if(_0x59817a[_0xa04e2(0x28a)])return _0x59817a[_0xa04e2(0x28a)];if(_0x59817a[_0xa04e2(0x2ef)])return _0x59817a[_0xa04e2(0x2ef)];return _0x2223f8['vYoVE'];}[a92_0x484c7a(0x1da)](_0x396e14){const _0x2e5a98=a92_0x484c7a,_0x152c2b=[];if(_0x396e14[_0x2e5a98(0x2af)]&&Array[_0x2e5a98(0x229)](_0x396e14[_0x2e5a98(0x2af)]))return _0x396e14[_0x2e5a98(0x2af)][_0x2e5a98(0x208)](_0x5831ee=>_0x5831ee[_0x2e5a98(0x268)]('@')?_0x5831ee[_0x2e5a98(0x33d)](0x1):_0x5831ee);const _0x3487bc=this[_0x2e5a98(0x29f)](_0x396e14),_0x5c1a2e=_0x3487bc[_0x2e5a98(0x2de)](/@(\w+)/g);if(_0x5c1a2e)return _0x5c1a2e[_0x2e5a98(0x208)](_0x3ee42a=>_0x3ee42a[_0x2e5a98(0x2b1)](0x1));return _0x396e14[_0x2e5a98(0x1dc)]&&Array[_0x2e5a98(0x229)](_0x396e14[_0x2e5a98(0x1dc)])&&_0x396e14[_0x2e5a98(0x1dc)][_0x2e5a98(0x343)](_0x1605b0=>{const _0x44d502=_0x2e5a98,_0x11a557=_0x1605b0[_0x44d502(0x2de)](/@(\w+)/g);_0x11a557&&_0x11a557[_0x44d502(0x343)](_0x17ab52=>{const _0x447bde=_0x44d502,_0x47d815=_0x17ab52[_0x447bde(0x2b1)](0x1);!_0x152c2b[_0x447bde(0x318)](_0x47d815)&&_0x152c2b[_0x447bde(0x285)](_0x47d815);});}),_0x152c2b;}[a92_0x484c7a(0x1fc)](_0x273a5d){const _0x21b666=a92_0x484c7a,_0x414438={'gmWYv':function(_0x2f2c42,_0x1289b2){return _0x2f2c42(_0x1289b2);}};if(_0x273a5d[_0x21b666(0x2ca)])return _0x273a5d[_0x21b666(0x2ca)];if(_0x273a5d[_0x21b666(0x265)])try{const _0x296705=stackTrace[_0x21b666(0x311)](_0x273a5d['asyncError']),_0x425315=_0x414438[_0x21b666(0x2d2)](pickUserFrameFile,_0x296705);if(_0x425315)return _0x425315;logger[_0x21b666(0x2ec)](_0x21b666(0x257)+_0x296705[_0x21b666(0x326)]+')');}catch(_0x498a93){logger[_0x21b666(0x2ec)](_0x21b666(0x299)+util[_0x21b666(0x1c9)](_0x498a93));}return null;}[a92_0x484c7a(0x1c0)](_0x5615f8){const _0x575a02=a92_0x484c7a,_0x3fb5dd={};_0x3fb5dd[_0x575a02(0x2e3)]=function(_0x4f3436,_0x3224cc){return _0x4f3436>_0x3224cc;},_0x3fb5dd[_0x575a02(0x288)]='Unknown\x20error';const _0xdea601=_0x3fb5dd;if(_0x5615f8[_0x575a02(0x2a9)]&&_0xdea601['psFSE'](_0x5615f8[_0x575a02(0x2a9)][_0x575a02(0x326)],0x0))return util['inspect'](_0x5615f8[_0x575a02(0x2a9)][0x0]);if(_0x5615f8[_0x575a02(0x30f)])return _0x5615f8[_0x575a02(0x30f)];return _0xdea601['yMAjn'];}['getJestFailureType'](_0x3cb723){const _0x2c5e0b=a92_0x484c7a,_0x497924={};_0x497924[_0x2c5e0b(0x328)]=_0x2c5e0b(0x2f4),_0x497924[_0x2c5e0b(0x264)]=_0x2c5e0b(0x337),_0x497924[_0x2c5e0b(0x2b0)]=_0x2c5e0b(0x26b);const _0x1fe2a1=_0x497924,_0x26d12b=this[_0x2c5e0b(0x1c0)](_0x3cb723);if(_0x26d12b&&_0x26d12b[_0x2c5e0b(0x318)](_0x1fe2a1[_0x2c5e0b(0x328)]))return _0x1fe2a1['CcvXh'];return _0x1fe2a1[_0x2c5e0b(0x2b0)];}[a92_0x484c7a(0x2c1)](_0x54a197){const _0x3f7834=a92_0x484c7a,_0x5dfd53={'Pycet':function(_0x595468,_0x5405d5){return _0x595468(_0x5405d5);},'qeUGG':_0x3f7834(0x2d7),'Zggnm':function(_0x4434d8,_0x40ffec){return _0x4434d8!==_0x40ffec;},'tyWXV':_0x3f7834(0x232)},{failureData:_0x2fcf99}=_0x5dfd53['Pycet'](require,_0x5dfd53['qeUGG']),_0x15c0bf=[];return _0x5dfd53[_0x3f7834(0x25c)](_0x54a197['errorsDetailed'],undefined)&&_0x15c0bf[_0x3f7834(0x285)](_0x54a197['errorsDetailed'],_0x5dfd53['tyWXV']),_0x2fcf99[_0x3f7834(0x1d9)](null,_0x15c0bf);}async[a92_0x484c7a(0x2c6)](_0x40a19e,_0x20b5bb,_0x4755ef,_0x40e3ac){const _0x3aeb2a=a92_0x484c7a,_0x3f5971={'UZvYu':_0x3aeb2a(0x331),'HnGQQ':function(_0x425262){return _0x425262();},'VbCso':function(_0x2b17ff,_0x371e2d){return _0x2b17ff in _0x371e2d;},'KPNIn':function(_0x9ef4,_0x1d2fb){return _0x9ef4 in _0x1d2fb;},'dWgph':function(_0x2665a5,_0x469e8e){return _0x2665a5===_0x469e8e;},'PcKnW':function(_0x3be935,_0x347c28){return _0x3be935>_0x347c28;},'TBwha':_0x3aeb2a(0x33f),'FjHDo':_0x3aeb2a(0x1d0),'jmtLu':function(_0x1cc36b,_0x24b519){return _0x1cc36b===_0x24b519;},'KyCHq':_0x3aeb2a(0x24b),'SeuSE':function(_0x1fe59d,_0x5cf192){return _0x1fe59d!==_0x5cf192;}},{hookData:_0x29623f}=_0x40e3ac,_0x51a521=_0x4755ef[_0x3aeb2a(0x31f)](),_0x195284=_0x20b5bb['toString'](),_0x580e4f={};_0x580e4f[_0x3aeb2a(0x236)]=0x2,_0x580e4f[_0x3aeb2a(0x225)]=0x3,logger[_0x3aeb2a(0x2ec)](_0x3aeb2a(0x21f)+_0x195284+_0x3aeb2a(0x246)+_0x51a521+_0x3aeb2a(0x28b)+util[_0x3aeb2a(0x1e6)](_0x29623f,_0x580e4f));if(!_0x29623f)return logger['debug'](_0x3f5971[_0x3aeb2a(0x28d)]),{};const _0x317b95=_0x29623f[_0x3aeb2a(0x262)]||_0x29623f[_0x3aeb2a(0x292)]||_0x3f5971[_0x3aeb2a(0x245)](uuidv4),_0x1b1c5f=_0x29623f[_0x3aeb2a(0x324)]||this[_0x3aeb2a(0x21c)](_0x29623f),_0x35d9ac=_0x20b5bb[_0x3aeb2a(0x31f)]()['split']('.')[0x1],_0x31789f=_0x40a19e[_0x3aeb2a(0x227)]()['get'](_0x1b1c5f),_0x4df39e=_0x31789f?_0x31789f[TestFrameworkConstants[_0x3aeb2a(0x280)]]||{}:{};logger[_0x3aeb2a(0x2ec)](_0x3aeb2a(0x226)+_0x317b95+_0x3aeb2a(0x25f)+_0x1b1c5f+_0x3aeb2a(0x1ee)+_0x35d9ac+_0x3aeb2a(0x246)+_0x51a521);if(!_0x31789f)return logger[_0x3aeb2a(0x2ec)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x1b1c5f+_0x3aeb2a(0x322)),this[_0x3aeb2a(0x27b)](_0x40a19e,_0x1b1c5f,_0x20b5bb,_0x4755ef,_0x40e3ac),{};let _0x518d94=_0x31789f[TestFrameworkConstants[_0x3aeb2a(0x272)]];!_0x518d94&&(_0x518d94={});!_0x3f5971[_0x3aeb2a(0x32d)](_0x35d9ac,_0x518d94)&&(_0x518d94[_0x35d9ac]=[]);let _0xbf7c62=_0x31789f[TestFrameworkConstants[_0x3aeb2a(0x293)]];!_0xbf7c62&&(_0xbf7c62={});!_0x3f5971[_0x3aeb2a(0x24a)](_0x35d9ac,_0xbf7c62)&&(_0xbf7c62[_0x35d9ac]=[]);const _0x1e7ea2={[_0x1b1c5f]:{[TestFrameworkConstants[_0x3aeb2a(0x272)]]:_0x518d94,[TestFrameworkConstants[_0x3aeb2a(0x293)]]:_0xbf7c62,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x3aeb2a(0x2e0)]()[0x0]||'',[TestFrameworkConstants[_0x3aeb2a(0x29c)]]:this[_0x3aeb2a(0x1ea)]()[this[_0x3aeb2a(0x2e0)]()[0x0]]||''}};if(_0x3f5971['dWgph'](_0x4755ef,HookState[_0x3aeb2a(0x1c4)])){const _0x1e6a27={'key':_0x35d9ac,[TestFrameworkConstants[_0x3aeb2a(0x2db)]]:_0x317b95,[TestFrameworkConstants[_0x3aeb2a(0x1cb)]]:TestFrameworkConstants[_0x3aeb2a(0x32f)],[TestFrameworkConstants[_0x3aeb2a(0x2be)]]:_0x29623f[_0x3aeb2a(0x291)]||new Date()[_0x3aeb2a(0x2d4)](),[TestFrameworkConstants[_0x3aeb2a(0x31a)]]:[],[TestFrameworkConstants[_0x3aeb2a(0x1c2)]]:_0x29623f[_0x3aeb2a(0x28a)]||_0x29623f[_0x3aeb2a(0x1b8)]||_0x35d9ac,[TestFrameworkConstants[_0x3aeb2a(0x280)]]:_0x4df39e};_0x518d94[_0x35d9ac][_0x3aeb2a(0x285)](_0x1e6a27),_0x1e7ea2[_0x1b1c5f][TestFrameworkConstants[_0x3aeb2a(0x202)]]=_0x35d9ac;const _0x3a2dd7={};_0x3a2dd7[_0x3aeb2a(0x236)]=0x2,logger['debug'](_0x3aeb2a(0x24d)+_0x35d9ac+',\x20hookId='+_0x317b95+_0x3aeb2a(0x25f)+_0x1b1c5f+_0x3aeb2a(0x2dd)+util['inspect'](_0x1e6a27,_0x3a2dd7));}else{if(_0x3f5971[_0x3aeb2a(0x2e7)](_0x4755ef,HookState[_0x3aeb2a(0x20a)])){const _0x5485df=_0x29623f[_0x3aeb2a(0x2c7)]||(_0x29623f['errorsDetailed']&&_0x3f5971[_0x3aeb2a(0x270)](_0x29623f['errorsDetailed']['length'],0x0)?_0x3f5971[_0x3aeb2a(0x2ba)]:_0x3f5971[_0x3aeb2a(0x2d5)]),_0x295648=_0x518d94[_0x35d9ac]||[];logger[_0x3aeb2a(0x2ec)](_0x3aeb2a(0x23a)+_0x35d9ac+_0x3aeb2a(0x25f)+_0x1b1c5f+_0x3aeb2a(0x2b4)+_0x5485df+',\x20hooksListLength='+_0x295648[_0x3aeb2a(0x326)]);if(_0x3f5971[_0x3aeb2a(0x32e)](_0x295648[_0x3aeb2a(0x326)],0x0)&&_0x3f5971['dWgph'](_0x20b5bb,TestFrameworkState[_0x3aeb2a(0x228)]))return logger[_0x3aeb2a(0x2ec)](_0x3f5971[_0x3aeb2a(0x297)]),this[_0x3aeb2a(0x27b)](_0x40a19e,_0x1b1c5f,_0x20b5bb,_0x4755ef,_0x40e3ac),{};if(_0x3f5971[_0x3aeb2a(0x270)](_0x295648['length'],0x0)){const _0x2cc7f2=_0x295648[_0x3aeb2a(0x335)]();_0x3f5971[_0x3aeb2a(0x2e7)](_0x5485df,_0x3f5971[_0x3aeb2a(0x2ba)])&&_0x29623f[_0x3aeb2a(0x2a9)]?(_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x250)]]=this[_0x3aeb2a(0x329)](_0x29623f),_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x22b)]]=this['getJestFailureReason'](_0x29623f),_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x251)]]=this[_0x3aeb2a(0x2c1)](_0x29623f),logger[_0x3aeb2a(0x2ec)](_0x3aeb2a(0x23b)+_0x35d9ac+_0x3aeb2a(0x1dd)+_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x250)]]+_0x3aeb2a(0x1b2)+_0x2cc7f2[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x3aeb2a(0x2d8)](0x0,0xc8))):_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x1cb)]]=_0x3f5971[_0x3aeb2a(0x2d5)];_0x3f5971[_0x3aeb2a(0x313)](_0x5485df,TestFrameworkConstants[_0x3aeb2a(0x32f)])&&(_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x1cb)]]=_0x5485df);_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x1cd)]]=_0x29623f[_0x3aeb2a(0x2aa)]||new Date()[_0x3aeb2a(0x2d4)](),_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x280)]]=_0x4df39e;const _0x58c4c8=_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x2db)]];!_0xbf7c62[_0x35d9ac]&&(_0xbf7c62[_0x35d9ac]=[]);_0xbf7c62[_0x35d9ac][_0x3aeb2a(0x285)](_0x2cc7f2),_0x1e7ea2[_0x1b1c5f][TestFrameworkConstants[_0x3aeb2a(0x30a)]]=_0x35d9ac;const _0x21ff4a={};_0x21ff4a[_0x3aeb2a(0x236)]=0x2,logger['debug'](_0x3aeb2a(0x26c)+_0x35d9ac+_0x3aeb2a(0x1d7)+_0x58c4c8+_0x3aeb2a(0x2b4)+_0x5485df+_0x3aeb2a(0x2dd)+util[_0x3aeb2a(0x1e6)](_0x2cc7f2,_0x21ff4a));}}}return _0x1e7ea2;}[a92_0x484c7a(0x312)](_0x54d366){const _0x2ddd33=a92_0x484c7a,_0x70bdf9={};_0x70bdf9['sgamx']=_0x2ddd33(0x29a);const _0x435cf6=_0x70bdf9;try{const _0x2fc6b1=_0x54d366['test']?this[_0x2ddd33(0x21c)](_0x54d366[_0x2ddd33(0x232)]):_0x54d366['hookData'][_0x2ddd33(0x324)],_0x232dbd=_0x54d366[_0x2ddd33(0x2d6)],_0x5cfc11=_0x232dbd[_0x2ddd33(0x201)](),_0x228804=_0x232dbd[_0x2ddd33(0x227)]()['get'](_0x2fc6b1);if(!_0x228804)return logger[_0x2ddd33(0x2ec)](_0x2ddd33(0x213)+_0x2fc6b1),{};const {[TestFrameworkConstants[_0x2ddd33(0x332)]]:_0x4939ac=this[_0x2ddd33(0x2e0)]()[0x0]||'',[TestFrameworkConstants[_0x2ddd33(0x29c)]]:_0x22ccb0=this[_0x2ddd33(0x1ea)]()[this[_0x2ddd33(0x2e0)]()[0x0]]||'',[TestFrameworkConstants[_0x2ddd33(0x31b)]]:_0xbffa0d='',[TestFrameworkConstants[_0x2ddd33(0x2d3)]]:_0x446727=''}=_0x228804,_0x3d2dd0=_0x232dbd[_0x2ddd33(0x2c3)]()['toString']()['split']('.')[0x1],_0x57f645=_0x232dbd['getCurrentHookState']()['toString']()[_0x2ddd33(0x1e8)]('.')[0x1],_0x23fcee=global?.[_0x2ddd33(0x2f5)]?.[_0x2ddd33(0x28c)]?.[_0x2ddd33(0x28e)]||global[_0x2ddd33(0x1bf)]||0x0,_0x4bd305=_0x232dbd['getRef'](),_0x276b9e=Buffer['from'](JSON[_0x2ddd33(0x2fe)](_0x228804))[_0x2ddd33(0x31f)](_0x435cf6[_0x2ddd33(0x1ca)]),_0xf7b1f2={'hash':_0x5cfc11[_0x2ddd33(0x27f)](),'threadId':_0x5cfc11[_0x2ddd33(0x249)]()[_0x2ddd33(0x31f)](),'processId':_0x5cfc11[_0x2ddd33(0x2a6)]()[_0x2ddd33(0x31f)]()},_0x30a4bd={};_0x30a4bd[_0x2ddd33(0x2c8)]=_0x23fcee,_0x30a4bd[_0x2ddd33(0x2ad)]=_0x4939ac,_0x30a4bd[_0x2ddd33(0x1c5)]=_0x22ccb0,_0x30a4bd[_0x2ddd33(0x1fd)]=_0x3d2dd0,_0x30a4bd[_0x2ddd33(0x1e2)]=_0x57f645,_0x30a4bd['startedAt']=_0xbffa0d,_0x30a4bd['endedAt']=_0x446727,_0x30a4bd[_0x2ddd33(0x262)]=_0x4bd305,_0x30a4bd[_0x2ddd33(0x2f6)]=_0x276b9e,_0x30a4bd[_0x2ddd33(0x2d0)]=_0xf7b1f2,_0x30a4bd['test_identifier']=_0x2fc6b1;const _0x5ced4f=_0x30a4bd;return _0x5ced4f;}catch(_0x56fc24){return logger[_0x2ddd33(0x2fb)](_0x2ddd33(0x231)+util[_0x2ddd33(0x1c9)](_0x56fc24)),{};}}async['sendLogCreatedEvent'](_0x4c3ba3,_0x4015ba,_0x529a40){const _0x45db03=a92_0x484c7a,_0x19b3c6={'PFpQn':function(_0xa6b1ac,_0x4d1418){return _0xa6b1ac+_0x4d1418;},'DBvFE':_0x45db03(0x1f3),'cxgxp':'none','IsdWf':function(_0x2e8aa7,_0x435405){return _0x2e8aa7>_0x435405;},'XDvak':function(_0x59772b,_0x667c81,_0x3e9928,_0x28963e){return _0x59772b(_0x667c81,_0x3e9928,_0x28963e);},'fSfhf':function(_0x171077,_0xfed103){return _0x171077-_0xfed103;},'OgApI':function(_0x33e5af,_0x439752){return _0x33e5af===_0x439752;},'ygabL':function(_0x46611d,_0x436cb4){return _0x46611d/_0x436cb4;},'DdZSI':function(_0x5d11c4,_0x38befa){return _0x5d11c4<_0x38befa;},'PWQYt':function(_0x5283b4,_0x1c9308){return _0x5283b4*_0x1c9308;},'SRXsq':function(_0x18371c,_0x3e7ee3){return _0x18371c+_0x3e7ee3;},'FxflP':function(_0x3564f4,_0x372757){return _0x3564f4+_0x372757;},'OygET':function(_0x2696f0,_0x1d0f9f){return _0x2696f0>_0x1d0f9f;}};try{const _0xa83e55=_0x529a40[_0x45db03(0x1fe)]||_0x529a40[_0x45db03(0x22f)],_0x4d9b28=Array[_0x45db03(0x284)](_0x4c3ba3[_0x45db03(0x227)]()[_0x45db03(0x238)]()),_0x34de05=_0x4c3ba3[_0x45db03(0x227)]()[_0x45db03(0x2ed)](_0xa83e55);if(!_0x34de05){logger['debug'](_0x45db03(0x2cc)+_0xa83e55);return;}const {[TestFrameworkConstants[_0x45db03(0x332)]]:_0x50ec6d='',[TestFrameworkConstants[_0x45db03(0x29c)]]:_0x5c0fa0=''}=_0x34de05;let _0x24b261=[];_0x34de05&&_0x34de05[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x45db03(0x229)](_0x34de05[TestFrameworkConstants['KEY_LOGS']])?(_0x24b261=_0x34de05[TestFrameworkConstants[_0x45db03(0x26e)]]||[],logger[_0x45db03(0x2ec)](_0x45db03(0x261)+_0x24b261['length']+'\x20logs\x20for\x20testId:\x20'+_0xa83e55),_0x4c3ba3['addMultipleEntries']({[_0xa83e55]:{[TestFrameworkConstants[_0x45db03(0x26e)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x45db03(0x29c)]]:this[_0x45db03(0x1ea)]()[this[_0x45db03(0x2e0)]()[0x0]]||''}}),logger[_0x45db03(0x2ec)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xa83e55)):logger['debug'](_0x45db03(0x1d2)+_0xa83e55);logger[_0x45db03(0x2ec)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x24b261[_0x45db03(0x326)]+_0x45db03(0x1d5)+_0xa83e55);const _0x1bb382=_0x24b261[_0x45db03(0x2bc)](_0x29ced0=>_0x29ced0[_0x45db03(0x314)]===_0x45db03(0x2e5));_0x19b3c6[_0x45db03(0x2bd)](_0x1bb382['length'],0x0)&&(logger['debug'](_0x45db03(0x2a0)+_0x1bb382[_0x45db03(0x326)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0xa83e55),_0x1bb382[_0x45db03(0x343)]((_0x137565,_0x507231)=>{const _0x22b01f=_0x45db03;logger[_0x22b01f(0x2ec)](_0x22b01f(0x1de)+_0x19b3c6[_0x22b01f(0x2dc)](_0x507231,0x1)+'/'+_0x1bb382['length']+_0x22b01f(0x295)+(_0x137565['test_identifier']||_0x19b3c6['DBvFE'])+_0x22b01f(0x24c)+(_0x137565[_0x22b01f(0x252)]||_0x19b3c6['DBvFE'])+_0x22b01f(0x279)+(_0x137565['hook_run_uuid']||_0x19b3c6[_0x22b01f(0x23f)])+',\x20messageLength='+(_0x137565[_0x22b01f(0x2c9)]?.[_0x22b01f(0x326)]||0x0));}));const _0x466c16=_0x34de05[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4f656a=_0x19b3c6['XDvak'](getMediaArtifactsLogs,_0x466c16,null,_0xa83e55),_0x4d37c1=(_0x24b261||[])[_0x45db03(0x30e)](_0x4f656a||[]),_0x520e93=_0x1bb382?.[_0x45db03(0x326)]||0x0,_0x5b144d=_0x19b3c6[_0x45db03(0x2ae)](_0x24b261?.['length']||0x0,_0x520e93);logger[_0x45db03(0x2ec)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0xa83e55+_0x45db03(0x281)+_0x5b144d+_0x45db03(0x23d)+_0x520e93+_0x45db03(0x309)+(_0x4f656a?.['length']||0x0)+_0x45db03(0x218)+_0x4d37c1[_0x45db03(0x326)]);if(!_0x4d37c1||_0x19b3c6[_0x45db03(0x2a2)](_0x4d37c1[_0x45db03(0x326)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0xa83e55);return;}const _0x360003=0x28,_0x3a58a7=Math[_0x45db03(0x317)](_0x19b3c6[_0x45db03(0x26d)](_0x4d37c1['length'],_0x360003));for(let _0x42635d=0x0;_0x19b3c6[_0x45db03(0x333)](_0x42635d,_0x3a58a7);_0x42635d++){const _0x371846=_0x19b3c6['PWQYt'](_0x42635d,_0x360003),_0x38a5d3=_0x19b3c6[_0x45db03(0x2f9)](_0x371846,_0x360003),_0x5742b6=_0x4d37c1['slice'](_0x371846,_0x38a5d3),_0x141007=global?.[_0x45db03(0x2e9)]??0x0,_0x23a6df={'platformIndex':_0x141007,'logs':_0x5742b6,'testFrameworkName':_0x50ec6d,'testFrameworkVersion':_0x5c0fa0,'testFrameworkState':_0x4015ba[_0x45db03(0x31f)]()[_0x45db03(0x1e8)]('.')[0x1]},_0x38f046={};_0x38f046[_0x45db03(0x236)]=0x3,_0x38f046[_0x45db03(0x225)]=0x5,logger[_0x45db03(0x2ec)](_0x45db03(0x1d8)+_0x19b3c6[_0x45db03(0x212)](_0x42635d,0x1)+'/'+_0x3a58a7+_0x45db03(0x303)+_0xa83e55+_0x45db03(0x207)+_0x5742b6[_0x45db03(0x326)]+',\x20platformIndex:\x20'+_0x141007+',\x20payload:\x20'+util[_0x45db03(0x1e6)](_0x23a6df,_0x38f046));const _0x28616e=await GrpcClient[_0x45db03(0x30d)]()[_0x45db03(0x2ab)](_0x23a6df);logger['debug'](_0x45db03(0x1d8)+_0x19b3c6[_0x45db03(0x212)](_0x42635d,0x1)+'/'+_0x3a58a7+_0x45db03(0x303)+_0xa83e55+_0x45db03(0x1bd)+util[_0x45db03(0x1e6)](_0x28616e));}_0x4f656a&&_0x19b3c6[_0x45db03(0x241)](_0x4f656a[_0x45db03(0x326)],0x0)&&_0x34de05[TestFrameworkConstants[_0x45db03(0x31e)]]&&_0x4c3ba3[_0x45db03(0x1bb)]({[_0xa83e55]:{[TestFrameworkConstants[_0x45db03(0x31e)]]:{},[TestFrameworkConstants[_0x45db03(0x332)]]:this[_0x45db03(0x2e0)]()[0x0]||'',[TestFrameworkConstants[_0x45db03(0x29c)]]:this[_0x45db03(0x1ea)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x45db03(0x2ec)](_0x45db03(0x209)+_0xa83e55+_0x45db03(0x1b0)+_0x3a58a7);}catch(_0x117863){logger['error'](_0x45db03(0x330)+(_0x529a40[_0x45db03(0x1fe)]||_0x529a40[_0x45db03(0x22f)])+_0x45db03(0x342)+util[_0x45db03(0x1c9)](_0x117863));}}[a92_0x484c7a(0x27b)](_0x1281fb,_0x104500,_0x378c0e,_0x2d8585,_0x532248){const _0x22ae05=a92_0x484c7a,_0x817178={};_0x817178[_0x22ae05(0x340)]=function(_0x545a5d,_0x185e8e){return _0x545a5d===_0x185e8e;},_0x817178['aeBtz']=_0x22ae05(0x289);const _0x198d17=_0x817178,{hookData:_0x2cdb48}=_0x532248,_0x16f535={'testId':_0x104500,'testFrameworkState':_0x378c0e,'hookState':_0x2d8585,'args':_0x532248,'timestamp':new Date()[_0x22ae05(0x2d4)]()};if(_0x198d17[_0x22ae05(0x340)](_0x378c0e,TestFrameworkState['BEFORE_ALL'])&&_0x2cdb48){const _0x242f58={};_0x242f58[_0x22ae05(0x2eb)]=_0x2cdb48[_0x22ae05(0x2ca)]||_0x2cdb48[_0x22ae05(0x222)],_0x242f58[_0x22ae05(0x234)]=_0x2cdb48[_0x22ae05(0x234)]||_0x2cdb48[_0x22ae05(0x1dc)]&&_0x2cdb48[_0x22ae05(0x1dc)][0x0]||'',_0x242f58[_0x22ae05(0x1d4)]=_0x198d17[_0x22ae05(0x336)],_0x16f535[_0x22ae05(0x2da)]=_0x242f58,logger[_0x22ae05(0x2ec)](_0x22ae05(0x210)+_0x104500+_0x22ae05(0x271)+_0x16f535[_0x22ae05(0x2da)][_0x22ae05(0x2eb)]+',\x20scope:\x20'+_0x16f535['hookMetadata'][_0x22ae05(0x234)]);}_0x1281fb[_0x22ae05(0x302)](_0x104500,_0x16f535),logger['debug'](_0x22ae05(0x1df)+_0x104500+_0x22ae05(0x2fd)+_0x378c0e+_0x22ae05(0x220)+_0x2d8585);}async[a92_0x484c7a(0x1bc)](_0x280aae,_0x324346){const _0x1e022d=a92_0x484c7a,_0x40d819={};_0x40d819[_0x1e022d(0x301)]=function(_0x5b8a24,_0x57c32a){return _0x5b8a24>_0x57c32a;},_0x40d819[_0x1e022d(0x2bf)]=function(_0x354814,_0xf6af0e){return _0x354814===_0xf6af0e;},_0x40d819[_0x1e022d(0x2c2)]=function(_0x1556fc,_0x466b77){return _0x1556fc===_0x466b77;},_0x40d819[_0x1e022d(0x1f8)]=function(_0x532e6e,_0x45b39b){return _0x532e6e===_0x45b39b;},_0x40d819[_0x1e022d(0x1e1)]=_0x1e022d(0x1c7);const _0x4ce268=_0x40d819;if(_0x280aae[_0x1e022d(0x2f1)](_0x324346)){const _0x25722a=_0x280aae['getPendingHooks'](_0x324346);logger[_0x1e022d(0x2ec)](_0x1e022d(0x2cb)+_0x25722a[_0x1e022d(0x326)]+_0x1e022d(0x2f0)+_0x324346);for(const _0x43dc34 of _0x25722a){try{const _0x4a3a55=await this[_0x1e022d(0x2c6)](_0x280aae,_0x43dc34[_0x1e022d(0x1fd)],_0x43dc34[_0x1e022d(0x1e2)],_0x43dc34[_0x1e022d(0x282)]);_0x4a3a55&&_0x4ce268[_0x1e022d(0x301)](Object['keys'](_0x4a3a55)[_0x1e022d(0x326)],0x0)&&_0x280aae[_0x1e022d(0x1bb)](_0x4a3a55),await this['runHooks'](_0x280aae,_0x43dc34[_0x1e022d(0x1fd)],_0x43dc34[_0x1e022d(0x1e2)],_0x43dc34['args']);}catch(_0x48523c){logger[_0x1e022d(0x2fb)](_0x1e022d(0x30b)+_0x324346+',\x20error:\x20'+_0x48523c);}}_0x280aae[_0x1e022d(0x204)](_0x324346),logger[_0x1e022d(0x2ec)](_0x1e022d(0x22e)+_0x324346);}const _0x5d512e=_0x280aae[_0x1e022d(0x227)]()['get'](_0x324346);if(_0x5d512e){const _0x1a40d1=_0x5d512e[TestFrameworkConstants[_0x1e022d(0x242)]]||_0x5d512e[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x30f19f=_0x5d512e[TestFrameworkConstants[_0x1e022d(0x224)]]||_0x5d512e[TestFrameworkConstants[_0x1e022d(0x1c6)]]&&_0x5d512e[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x1e022d(0x2ec)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x1a40d1+',\x20scope:\x20'+_0x30f19f);const _0x4b30ab=_0x280aae['getAllPendingHookTestIds']();for(const _0x19230c of _0x4b30ab){if(_0x4ce268[_0x1e022d(0x2bf)](_0x19230c,_0x324346))continue;if(_0x280aae[_0x1e022d(0x2f1)](_0x19230c)){const _0x2956e2=_0x280aae[_0x1e022d(0x32a)](_0x19230c);for(const _0x4169ae of _0x2956e2){if(_0x4ce268[_0x1e022d(0x2bf)](_0x4169ae[_0x1e022d(0x1fd)],TestFrameworkState['BEFORE_ALL'])&&_0x4169ae['hookMetadata']){const _0x3e5b84=_0x4169ae[_0x1e022d(0x2da)][_0x1e022d(0x2eb)],_0x4cfea6=_0x4169ae[_0x1e022d(0x2da)]['scope'];if(_0x4ce268[_0x1e022d(0x2bf)](_0x3e5b84,_0x1a40d1)&&_0x4ce268['fqoOO'](_0x4cfea6,_0x30f19f)){logger[_0x1e022d(0x2ec)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x19230c+_0x1e022d(0x240)+_0x324346+_0x1e022d(0x271)+_0x3e5b84+',\x20scope:\x20'+_0x4cfea6);_0x4169ae['args']&&_0x4169ae['args'][_0x1e022d(0x2ce)]&&(_0x4169ae[_0x1e022d(0x282)][_0x1e022d(0x2ce)][_0x1e022d(0x324)]=_0x324346,logger[_0x1e022d(0x2ec)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x19230c+_0x1e022d(0x21b)+_0x324346));try{const _0x3a2621=await this[_0x1e022d(0x2c6)](_0x280aae,_0x4169ae[_0x1e022d(0x1fd)],_0x4169ae['hookState'],_0x4169ae[_0x1e022d(0x282)]);_0x3a2621&&_0x4ce268[_0x1e022d(0x301)](Object[_0x1e022d(0x238)](_0x3a2621)[_0x1e022d(0x326)],0x0)&&_0x280aae[_0x1e022d(0x1bb)](_0x3a2621);await this[_0x1e022d(0x2a8)](_0x280aae,_0x4169ae['testFrameworkState'],_0x4169ae[_0x1e022d(0x1e2)],_0x4169ae['args']);const _0xa21df7=_0x280aae['getPendingHooks'](_0x19230c)[_0x1e022d(0x2bc)](_0xbd53f8=>_0xbd53f8!==_0x4169ae);if(_0x4ce268[_0x1e022d(0x1f8)](_0xa21df7[_0x1e022d(0x326)],0x0))_0x280aae['removePendingHooks'](_0x19230c);else{_0x280aae['removePendingHooks'](_0x19230c);for(const _0x44901e of _0xa21df7){_0x280aae[_0x1e022d(0x302)](_0x19230c,_0x44901e);}}logger['debug'](_0x4ce268['GwWwT']);}catch(_0x3fe85e){logger['error'](_0x1e022d(0x2cd)+_0x324346+_0x1e022d(0x342)+_0x3fe85e);}}}}}}}}[a92_0x484c7a(0x24f)](_0x4c507b){const _0x1a49f7=a92_0x484c7a,_0x5956f0={'QzuyK':function(_0x35712f){return _0x35712f();}};if(!_0x4c507b||!_0x4c507b[_0x1a49f7(0x1ec)])return;_0x4c507b[_0x1a49f7(0x1ec)]['hooks']&&Array['isArray'](_0x4c507b['parent'][_0x1a49f7(0x341)])&&_0x4c507b[_0x1a49f7(0x1ec)][_0x1a49f7(0x341)]['forEach'](_0x2e2ce2=>{const _0x35bc16=_0x1a49f7;!_0x2e2ce2['hookAnalyticsId']&&!_0x2e2ce2['hookUUID']&&(_0x2e2ce2['hookAnalyticsId']=_0x5956f0['QzuyK'](uuidv4),_0x2e2ce2['hookUUID']=_0x2e2ce2[_0x35bc16(0x292)],logger[_0x35bc16(0x2ec)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x2e2ce2['type']+',\x20hookUUID='+_0x2e2ce2[_0x35bc16(0x292)]));}),this[_0x1a49f7(0x24f)](_0x4c507b[_0x1a49f7(0x1ec)]);}['getHooksForTest'](_0x582edd){const _0x39d462=a92_0x484c7a,_0x11eb76={'GkBXC':function(_0x34d7ba,_0x19bc8d){return _0x34d7ba(_0x19bc8d);}};if(!_0x582edd||!_0x582edd[_0x39d462(0x1ec)])return[];const _0x44b689=[];return _0x582edd['parent'][_0x39d462(0x341)]&&Array[_0x39d462(0x229)](_0x582edd[_0x39d462(0x1ec)][_0x39d462(0x341)])&&_0x582edd[_0x39d462(0x1ec)][_0x39d462(0x341)][_0x39d462(0x343)](_0x56a6c2=>{const _0x2c2c05=_0x39d462,_0x5b51ee=_0x56a6c2[_0x2c2c05(0x292)]||_0x56a6c2[_0x2c2c05(0x26f)];_0x5b51ee&&!this[_0x2c2c05(0x1be)](_0x56a6c2)&&!_0x11eb76['GkBXC'](isInternalHook,_0x56a6c2['fn'])&&_0x44b689['push'](_0x5b51ee);}),[..._0x44b689,...this[_0x39d462(0x1fb)](_0x582edd['parent'])];}['buildHookMapFromTest'](_0x433814){const _0x24f363=a92_0x484c7a,_0x28526b={'gJYTd':function(_0x2d2f52,_0x1a5868){return _0x2d2f52(_0x1a5868);},'FKFqR':_0x24f363(0x29d),'ojzgl':function(_0x1be657,_0x35fabd){return _0x1be657(_0x35fabd);}},_0x3b47ad=new Map(),_0x438a72=_0x287cf6=>{const _0x3a113a=_0x24f363;if(!_0x287cf6||!_0x287cf6[_0x3a113a(0x1ec)])return;_0x287cf6['parent']['hooks']&&Array[_0x3a113a(0x229)](_0x287cf6[_0x3a113a(0x1ec)][_0x3a113a(0x341)])&&_0x287cf6[_0x3a113a(0x1ec)][_0x3a113a(0x341)][_0x3a113a(0x343)](_0x769304=>{const _0x505f6d=_0x3a113a,_0x1e87e1=_0x769304[_0x505f6d(0x292)]||_0x769304[_0x505f6d(0x26f)];if(_0x1e87e1&&!this[_0x505f6d(0x1be)](_0x769304)&&!_0x28526b[_0x505f6d(0x294)](isInternalHook,_0x769304['fn'])){const _0x57caa8={};_0x57caa8[_0x505f6d(0x206)]=_0x769304[_0x505f6d(0x206)]||_0x28526b['FKFqR'],_0x57caa8[_0x505f6d(0x28a)]=_0x769304[_0x505f6d(0x28a)]||'\x22'+_0x769304['type']+_0x505f6d(0x267),_0x3b47ad[_0x505f6d(0x20c)](_0x1e87e1,_0x57caa8);}}),_0x28526b[_0x3a113a(0x294)](_0x438a72,_0x287cf6['parent']);};return _0x28526b['ojzgl'](_0x438a72,_0x433814),_0x3b47ad;}[a92_0x484c7a(0x1be)](_0xdfe59b){const _0x3b4a8b=a92_0x484c7a,_0x27fc78={};_0x27fc78[_0x3b4a8b(0x27a)]=_0x3b4a8b(0x1d3),_0x27fc78[_0x3b4a8b(0x1c1)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0xddfaa9=_0x27fc78;try{const _0x465c5e=this[_0x3b4a8b(0x247)](_0xdfe59b);if(!_0x465c5e||_0x465c5e['includes'](_0xddfaa9[_0x3b4a8b(0x27a)]))return!![];return![];}catch(_0x756b58){logger[_0x3b4a8b(0x2ec)](_0xddfaa9['RVBbx']);}return![];}[a92_0x484c7a(0x247)](_0x7c0da7){const _0x1fdfaa=a92_0x484c7a,_0x1f8226={'GMUYU':function(_0x4020e7,_0x4fc713){return _0x4020e7(_0x4fc713);}};if(_0x7c0da7[_0x1fdfaa(0x230)])return _0x7c0da7[_0x1fdfaa(0x230)];if(_0x7c0da7['asyncError'])try{const _0x4668af=stackTrace[_0x1fdfaa(0x311)](_0x7c0da7['asyncError']),_0xd0b795=_0x1f8226[_0x1fdfaa(0x308)](pickUserFrameFile,_0x4668af);if(_0xd0b795)return _0xd0b795;logger['debug']('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x4668af['length']+')');}catch(_0x6865c2){logger['debug']('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x6865c2));}return null;}}module[a92_0x484c7a(0x233)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a93_0x3c78(){const _0x471122=['162kyAnRn','getThreadId','KEY_TEST_SCOPE','KEY_TEST_FAILURE_REASON','1294461easdah','getTestFrameworksVersions','../../../helpers/classLogger.js','./constants/testFrameworkConstants.js','5954838ZLXjGs','parseNewmanTest','KEY_TEST_FRAMEWORK_NAME','error','531421LEpNIa','getCurrentHookState','762083iKjWec','result','name','3236bFvgGS','toString','../instances/testFrameworkInstance.js','KEY_TEST_META','../state/hookState.js','getAllData','../cliUtils.js','scope','scopes','toISOString','getTestFrameworks','from','KEY_TEST_ID','split','bOaka','KEY_CUSTOM_TAGS','failure_type','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_TAGS','exports','getProcessId','started_at','parseNewmanTestResult','KEY_HOOKS_STARTED','\x20hook=','KEY_TEST_FAILURE','format','KEY_TEST_SCOPES','setTrackedInstance','KEY_TEST_STARTED_AT','505lYqDgl','KEY_TEST_NAME','trackEvent:\x20state=','KEY_TEST_CODE','BqHVt','file_path','addMultipleEntries','PfJWH','trackEvent','24qROfTo','KEY_TEST_RESULT','KEY_TEST_FAILURE_TYPE','runHooks','../instances/trackedInstance.js','getId','getCurrentTestState','NewmanTestFramework','getContext','getTrackedInstance','meta','resolveInstance','getCurrentInstanceName','uuid','10913970fSubmd','KEY_TEST_LOGS','50188cTPBxQ','test','htlcg','path','KEY_HOOKS_FINISHED','DEFAULT_TEST_RESULT','trackEvent:\x20error=','KEY_TEST_RERUN_NAME','createTestFrameworkEventPayload:\x20error='];a93_0x3c78=function(){return _0x471122;};return a93_0x3c78();}const a93_0x25562e=a93_0x66d9;function a93_0x66d9(_0x21220f,_0x2f94fc){const _0x3c7866=a93_0x3c78();return a93_0x66d9=function(_0x66d9eb,_0x91d4ce){_0x66d9eb=_0x66d9eb-0x13c;let _0x344153=_0x3c7866[_0x66d9eb];return _0x344153;},a93_0x66d9(_0x21220f,_0x2f94fc);}(function(_0x3131d2,_0x33aaaf){const _0x4ae07a=a93_0x66d9,_0x2e7579=_0x3131d2();while(!![]){try{const _0x5f26b9=-parseInt(_0x4ae07a(0x141))/0x1+-parseInt(_0x4ae07a(0x17d))/0x2*(parseInt(_0x4ae07a(0x186))/0x3)+parseInt(_0x4ae07a(0x146))/0x4*(parseInt(_0x4ae07a(0x164))/0x5)+parseInt(_0x4ae07a(0x13d))/0x6+-parseInt(_0x4ae07a(0x143))/0x7*(-parseInt(_0x4ae07a(0x16d))/0x8)+parseInt(_0x4ae07a(0x18a))/0x9+parseInt(_0x4ae07a(0x17b))/0xa;if(_0x5f26b9===_0x33aaaf)break;else _0x2e7579['push'](_0x2e7579['shift']());}catch(_0x528f77){_0x2e7579['push'](_0x2e7579['shift']());}}}(a93_0x3c78,0xb6fce));const path=require(a93_0x25562e(0x180)),TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a93_0x25562e(0x14a)),{createClassLogger}=require(a93_0x25562e(0x18c)),TestFrameworkInstance=require(a93_0x25562e(0x148)),CLIUtils=require(a93_0x25562e(0x14c)),TrackedInstance=require(a93_0x25562e(0x171)),TestFrameworkConstants=require(a93_0x25562e(0x13c)),util=require('util'),logger=createClassLogger(a93_0x25562e(0x174));class NewmanTestFramework extends TestFramework{constructor(_0x12aa3b,_0x48fd52,_0x433eb9){super(_0x12aa3b,_0x48fd52,_0x433eb9);}async['trackEvent'](_0x2d6669,_0x4bddab,_0x316237={}){const _0x13a3e1=a93_0x25562e,_0x3f33a1={};_0x3f33a1[_0x13a3e1(0x17f)]=function(_0x126c29,_0x5a288b){return _0x126c29===_0x5a288b;},_0x3f33a1[_0x13a3e1(0x16b)]=function(_0x3c0e38,_0x5d5aa8){return _0x3c0e38===_0x5d5aa8;};const _0x33d566=_0x3f33a1;logger['debug'](_0x13a3e1(0x166)+_0x2d6669+_0x13a3e1(0x15e)+_0x4bddab),await super[_0x13a3e1(0x16c)](_0x2d6669,_0x4bddab,_0x316237);const _0x27de34=this[_0x13a3e1(0x178)](_0x2d6669,_0x4bddab,_0x316237);if(!_0x27de34)return;try{if(_0x33d566[_0x13a3e1(0x17f)](_0x2d6669,TestFrameworkState['TEST'])&&_0x316237['test']){const _0x48886c=_0x33d566[_0x13a3e1(0x16b)](_0x4bddab,HookState['PRE'])?this['parseNewmanTest'](_0x316237[_0x13a3e1(0x17e)]):this[_0x13a3e1(0x15c)](_0x316237[_0x13a3e1(0x17e)]);_0x27de34[_0x13a3e1(0x16a)](_0x48886c);}}catch(_0x4c5d01){logger[_0x13a3e1(0x140)](_0x13a3e1(0x183)+util[_0x13a3e1(0x160)](_0x4c5d01));}_0x316237['instance']=_0x27de34,await this[_0x13a3e1(0x170)](_0x27de34,_0x2d6669,_0x4bddab,_0x316237);}[a93_0x25562e(0x13e)](_0x348cf1){const _0x91c755=a93_0x25562e,_0x4e67c8=this['getTestFrameworks']()[0x0],_0x3596e5={};return _0x3596e5[_0x348cf1[_0x91c755(0x17a)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4e67c8,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x91c755(0x18b)]()[_0x4e67c8],[TestFrameworkConstants[_0x91c755(0x17c)]]:[],[TestFrameworkConstants[_0x91c755(0x181)]]:{},[TestFrameworkConstants[_0x91c755(0x15d)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x91c755(0x182)],[TestFrameworkConstants[_0x91c755(0x152)]]:_0x348cf1[_0x91c755(0x17a)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x348cf1[_0x91c755(0x17a)],[TestFrameworkConstants[_0x91c755(0x165)]]:_0x348cf1[_0x91c755(0x145)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x348cf1[_0x91c755(0x169)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x348cf1['location']||'',[TestFrameworkConstants[_0x91c755(0x167)]]:null,[TestFrameworkConstants[_0x91c755(0x158)]]:_0x348cf1['tags']||[],[TestFrameworkConstants[_0x91c755(0x163)]]:_0x348cf1[_0x91c755(0x15b)]||new Date()[_0x91c755(0x14f)](),[TestFrameworkConstants[_0x91c755(0x188)]]:_0x348cf1[_0x91c755(0x14d)]||'',[TestFrameworkConstants[_0x91c755(0x161)]]:_0x348cf1[_0x91c755(0x14e)]||[],[TestFrameworkConstants[_0x91c755(0x184)]]:null,[TestFrameworkConstants[_0x91c755(0x155)]]:_0x348cf1['custom_metadata']||{},[TestFrameworkConstants[_0x91c755(0x149)]]:_0x348cf1[_0x91c755(0x177)]||{}},_0x3596e5;}[a93_0x25562e(0x15c)](_0x213ba6){const _0x309071=a93_0x25562e,_0x3ff3b4={};_0x3ff3b4[_0x309071(0x154)]='pending';const _0x2a12f9=_0x3ff3b4,_0x27ffa6={};return _0x27ffa6[_0x213ba6[_0x309071(0x17a)]]={[TestFrameworkConstants[_0x309071(0x16e)]]:_0x213ba6[_0x309071(0x144)]||_0x2a12f9[_0x309071(0x154)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x213ba6['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x309071(0x15f)]]:_0x213ba6['failure']||[],[TestFrameworkConstants[_0x309071(0x16f)]]:_0x213ba6[_0x309071(0x156)]||null,[TestFrameworkConstants[_0x309071(0x189)]]:_0x213ba6['failure_reason']||null},_0x27ffa6;}['resolveInstance'](_0x289859){const _0x10cc46=a93_0x25562e;let _0x1ab94d=TestFramework[_0x10cc46(0x176)]();if(!_0x1ab94d){const _0x45962a=TrackedInstance['createContext'](CLIUtils[_0x10cc46(0x179)]());_0x1ab94d=new TestFrameworkInstance(_0x45962a,this[_0x10cc46(0x150)](),this[_0x10cc46(0x18b)](),_0x289859,HookState['NONE']),TestFramework[_0x10cc46(0x162)](_0x45962a,_0x1ab94d);}return _0x1ab94d;}['createTestFrameworkEventPayload'](_0x1738aa){const _0x210e21=a93_0x25562e,_0x2a700b={};_0x2a700b['BqHVt']='base64';const _0x3e7c0a=_0x2a700b;try{const _0x1000f7=_0x1738aa[_0x210e21(0x17e)]?_0x1738aa[_0x210e21(0x17e)]['uuid']:null,_0x36101d=_0x1738aa['instance'],_0x5dc56f=_0x36101d[_0x210e21(0x175)](),_0x2573a2=_0x36101d[_0x210e21(0x14b)]()['get'](_0x1000f7);if(!_0x2573a2)return{};const {[TestFrameworkConstants[_0x210e21(0x13f)]]:_0xc295a2='',[TestFrameworkConstants[_0x210e21(0x157)]]:_0x4410af='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x181450='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4d657f=''}=_0x2573a2;return{'platformIndex':0x0,'testFrameworkName':_0xc295a2,'testFrameworkVersion':_0x4410af,'testFrameworkState':_0x36101d[_0x210e21(0x173)]()[_0x210e21(0x147)]()['split']('.')[0x1],'hookState':_0x36101d[_0x210e21(0x142)]()[_0x210e21(0x147)]()[_0x210e21(0x153)]('.')[0x1],'startedAt':_0x181450,'endedAt':_0x4d657f,'uuid':_0x1000f7,'eventJson':Buffer[_0x210e21(0x151)](JSON['stringify'](_0x2573a2))[_0x210e21(0x147)](_0x3e7c0a[_0x210e21(0x168)]),'executionContext':{'hash':_0x5dc56f[_0x210e21(0x172)](),'threadId':_0x5dc56f[_0x210e21(0x187)]()[_0x210e21(0x147)](),'processId':_0x5dc56f[_0x210e21(0x15a)]()[_0x210e21(0x147)]()}};}catch(_0xe57a83){return logger['error'](_0x210e21(0x185)+util[_0x210e21(0x160)](_0xe57a83)),{};}}}module[a93_0x25562e(0x159)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a94_0x4656(_0x5943aa,_0x3b0102){const _0x2391f1=a94_0x2391();return a94_0x4656=function(_0x4656fc,_0x5273ca){_0x4656fc=_0x4656fc-0xed;let _0x145696=_0x2391f1[_0x4656fc];return _0x145696;},a94_0x4656(_0x5943aa,_0x3b0102);}const a94_0x20fbe1=a94_0x4656;(function(_0x1086a6,_0x335d0e){const _0x1a9522=a94_0x4656,_0x3c3ac4=_0x1086a6();while(!![]){try{const _0x282aac=parseInt(_0x1a9522(0x148))/0x1*(-parseInt(_0x1a9522(0x104))/0x2)+parseInt(_0x1a9522(0x13a))/0x3+parseInt(_0x1a9522(0x137))/0x4*(-parseInt(_0x1a9522(0xf8))/0x5)+-parseInt(_0x1a9522(0x11d))/0x6*(parseInt(_0x1a9522(0x126))/0x7)+-parseInt(_0x1a9522(0xf7))/0x8*(parseInt(_0x1a9522(0x162))/0x9)+-parseInt(_0x1a9522(0xfc))/0xa+parseInt(_0x1a9522(0x15c))/0xb*(parseInt(_0x1a9522(0x103))/0xc);if(_0x282aac===_0x335d0e)break;else _0x3c3ac4['push'](_0x3c3ac4['shift']());}catch(_0x450d99){_0x3c3ac4['push'](_0x3c3ac4['shift']());}}}(a94_0x2391,0x346d2));function a94_0x2391(){const _0x4f4705=['KEY_TEST_UUID','KEY_HOOKS_FINISHED','dlPJN','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','eventJson','error','\x20for\x20test_uuid=','resolveInstance','__bstackPlatformIndex','KEY_TEST_STARTED_AT','8NAASlP','KEY_AUTOMATE_SESSION_NAME','test_failure_reason','847521dnuUjb','./testFramework','../state/hookState.js','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','testData','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','../instances/testFrameworkInstance.js','unknown','test_result','LaiHj','test_duration','debug','setCurrentTestUUID','__workerDetails','8859LqGUCy','KEY_TEST_FAILURE_REASON','workerInfo','KEY_TEST_SCOPES','getProcessId','KEY_TEST_SCOPE','uuid','base64','UnhandledError','XbMyN','executionContext','testFrameworkName','test_file_path','getTestFrameworks','KEY_HOOKS_STARTED','../state/testFrameworkState.js','../instances/trackedInstance.js','KEY_TEST_ENDED_AT','test_meta','RluGF','11QkAyUE','getCurrentInstanceName','getId','instance','test_rerun_name','createContext','126OJiETt','KEY_TEST_FAILURE_TYPE','failed','KEY_TEST_TAGS','hookState','test_tags','parallelIndex','getTestFrameworksVersions','test_location','format','KEY_TEST_FRAMEWORK_VERSION','test_code','getCurrentHookState','from','[TRACE:node-generic]\x20trackEvent\x20','TEST','test_name','POST','223384xUwkMb','1011875tFqpAQ','KEY_CUSTOM_TAGS','util','info','3086140Njvlka','platformIndex','./constants/testFrameworkConstants.js','getCurrentTestState','KEY_TEST_FAILURE','KEY_LOGS','test_failure','18623772JcWtob','46rCLASO','KEY_TEST_NAME','KEY_TEST_DURATION','QJPtw','getThreadId',',\x20hookState=','toISOString','KEY_TEST_FRAMEWORK_NAME','VtmHn','test_scopes','OfdiI','endedAt','test_uuid','NONE',',\x20error=','YXQxQ','addMultipleEntries','parseTestData','test_ended_at','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','startedAt','KEY_TEST_META','exports','trackEvent','KEY_TEST_RESULT_AT','43494ouSjNv','getAllData','parseTestResult','rCWcJ','_currentTestUUID','toString','get','KEY_TEST_RESULT','../../../helpers/classLogger.js','301ghtXrr','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','KEY_TEST_LOCATION','Unknown\x20error','TwBiV','createTestFrameworkEventPayload','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId='];a94_0x2391=function(){return _0x4f4705;};return a94_0x2391();}const TestFramework=require(a94_0x20fbe1(0x13b)),TestFrameworkState=require(a94_0x20fbe1(0x157)),HookState=require(a94_0x20fbe1(0x13c)),{createClassLogger}=require(a94_0x20fbe1(0x125)),TestFrameworkInstance=require(a94_0x20fbe1(0x140)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a94_0x20fbe1(0x158)),TestFrameworkConstants=require(a94_0x20fbe1(0xfe)),logger=createClassLogger('NodeGenericFramework'),util=require(a94_0x20fbe1(0xfa));class NodeGenericFramework extends TestFramework{constructor(_0x578ebc,_0x4c654e,_0x45aa46){const _0x4f57c0=a94_0x20fbe1;super(_0x578ebc,_0x4c654e,_0x45aa46),this[_0x4f57c0(0x121)]=null;}[a94_0x20fbe1(0x146)](_0x438ab6){const _0x45b911=a94_0x20fbe1;this[_0x45b911(0x121)]=_0x438ab6;}['getCurrentTestUUID'](){const _0x5af0ab=a94_0x20fbe1;return this[_0x5af0ab(0x121)];}async['trackEvent'](_0x68a0b6,_0x3c6ff1,_0x2f1469={}){const _0x9e9a21=a94_0x20fbe1,_0x2df246={};_0x2df246[_0x9e9a21(0x12a)]='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x2df246[_0x9e9a21(0x113)]=function(_0x56a5f8,_0xc262e5){return _0x56a5f8===_0xc262e5;},_0x2df246[_0x9e9a21(0x120)]=function(_0x269b80,_0x14d34e){return _0x269b80===_0x14d34e;};const _0x4b2516=_0x2df246;logger[_0x9e9a21(0xfb)](_0x9e9a21(0xf3)+_0x68a0b6+'.'+_0x3c6ff1+_0x9e9a21(0x133)+_0x2f1469[_0x9e9a21(0x13e)]?.[_0x9e9a21(0x110)]),await super[_0x9e9a21(0x11b)](_0x68a0b6,_0x3c6ff1,_0x2f1469);const _0x4e38ff=this[_0x9e9a21(0x134)](_0x68a0b6,_0x3c6ff1,_0x2f1469);if(!_0x4e38ff){logger['debug'](_0x4b2516[_0x9e9a21(0x12a)]);return;}try{switch(_0x68a0b6){case TestFrameworkState[_0x9e9a21(0xf4)]:{const _0x5add0d=_0x2f1469[_0x9e9a21(0x13e)],_0x228e79=_0x5add0d[_0x9e9a21(0x110)];if(_0x4b2516[_0x9e9a21(0x113)](_0x3c6ff1,HookState['PRE'])){logger[_0x9e9a21(0xfb)](_0x9e9a21(0x13d)+_0x228e79+',\x20test_name='+_0x5add0d['test_name']);const _0xb0e424=this['parseTestData'](_0x5add0d);_0x4e38ff[_0x9e9a21(0x114)](_0xb0e424);}else{if(_0x4b2516[_0x9e9a21(0x120)](_0x3c6ff1,HookState[_0x9e9a21(0xf6)])){logger['info']('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x228e79+',\x20result='+_0x5add0d['test_result']);const _0x209b2e=this[_0x9e9a21(0x11f)](_0x5add0d,_0x4e38ff);_0x4e38ff[_0x9e9a21(0x114)](_0x209b2e);}}break;}default:logger['debug'](_0x9e9a21(0x130)+_0x68a0b6+_0x9e9a21(0x109)+_0x3c6ff1);break;}}catch(_0x14fc97){logger[_0x9e9a21(0x132)](_0x9e9a21(0x127)+_0x68a0b6+_0x9e9a21(0x109)+_0x3c6ff1+_0x9e9a21(0x112)+util['format'](_0x14fc97));}_0x2f1469[_0x9e9a21(0x15f)]=_0x4e38ff,await this['runHooks'](_0x4e38ff,_0x68a0b6,_0x3c6ff1,_0x2f1469);}['resolveInstance'](_0x468fce,_0x2e3166,_0x49b9c0={}){const _0x355020=a94_0x20fbe1,_0x92d666={};_0x92d666[_0x355020(0x107)]=_0x355020(0x13f);const _0x4c90de=_0x92d666;let _0x1bf6ce=TestFramework['getTrackedInstance']();if(!_0x1bf6ce){logger[_0x355020(0x145)](_0x4c90de[_0x355020(0x107)]);const _0x48fc75=CLIUtils[_0x355020(0x15d)](),_0xa5510d=TrackedInstance[_0x355020(0x161)](_0x48fc75);_0x1bf6ce=new TestFrameworkInstance(_0xa5510d,this[_0x355020(0x155)](),this['getTestFrameworksVersions'](),_0x468fce,HookState[_0x355020(0x111)]),TestFramework['setTrackedInstance'](_0xa5510d,_0x1bf6ce),logger['debug'](_0x355020(0x12c)+_0xa5510d[_0x355020(0x15e)]());}return _0x1bf6ce;}[a94_0x20fbe1(0x115)](_0x58bf97){const _0x3ec4ba=a94_0x20fbe1,_0x57b119=_0x58bf97['test_uuid'],_0x3247cc=this[_0x3ec4ba(0x155)]()[0x0],_0x119a27=this[_0x3ec4ba(0x169)](),_0x3c6cf0={[TestFrameworkConstants[_0x3ec4ba(0x10b)]]:_0x3247cc,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x119a27[_0x3247cc]||'',[TestFrameworkConstants[_0x3ec4ba(0x12d)]]:_0x58bf97[_0x3ec4ba(0x110)],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x3ec4ba(0x12e)]]:{},[TestFrameworkConstants[_0x3ec4ba(0x156)]]:{},[TestFrameworkConstants[_0x3ec4ba(0x124)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x3ec4ba(0x138)]]:_0x58bf97[_0x3ec4ba(0xf5)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x58bf97[_0x3ec4ba(0x154)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x57b119,[TestFrameworkConstants[_0x3ec4ba(0x105)]]:_0x58bf97[_0x3ec4ba(0xf5)],[TestFrameworkConstants[_0x3ec4ba(0x128)]]:_0x58bf97[_0x3ec4ba(0xed)]||_0x58bf97[_0x3ec4ba(0x154)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x58bf97[_0x3ec4ba(0xf0)]||null,[TestFrameworkConstants[_0x3ec4ba(0x165)]]:_0x58bf97[_0x3ec4ba(0x167)]||[],[TestFrameworkConstants[_0x3ec4ba(0x136)]]:_0x58bf97['test_started_at']||new Date()[_0x3ec4ba(0x10a)](),[TestFrameworkConstants[_0x3ec4ba(0x14d)]]:_0x58bf97['test_scope']||'',[TestFrameworkConstants[_0x3ec4ba(0x14b)]]:_0x58bf97[_0x3ec4ba(0x10d)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x58bf97[_0x3ec4ba(0x160)]||_0x58bf97[_0x3ec4ba(0xf5)],[TestFrameworkConstants[_0x3ec4ba(0xf9)]]:{},[TestFrameworkConstants[_0x3ec4ba(0x119)]]:_0x58bf97[_0x3ec4ba(0x15a)]||{}},_0xec2f07={};return _0xec2f07[_0x57b119]=_0x3c6cf0,_0xec2f07;}[a94_0x20fbe1(0x11f)](_0x568099,_0x535b4a){const _0x4b377d=a94_0x20fbe1,_0x45035e={};_0x45035e[_0x4b377d(0x151)]=_0x4b377d(0x141),_0x45035e[_0x4b377d(0x143)]=function(_0x5506fd,_0x519750){return _0x5506fd===_0x519750;},_0x45035e[_0x4b377d(0x10e)]=_0x4b377d(0x164),_0x45035e[_0x4b377d(0x12f)]=_0x4b377d(0x150),_0x45035e['JWCwk']=_0x4b377d(0x129),_0x45035e[_0x4b377d(0x10c)]=function(_0x19ebd5,_0x5c7eb1){return _0x19ebd5!==_0x5c7eb1;};const _0x49969a=_0x45035e,_0x16d8dc=_0x568099[_0x4b377d(0x110)],_0x2f0634=_0x535b4a['getAllData']()[_0x4b377d(0x123)](_0x16d8dc)||{},_0xc3598={..._0x2f0634,[TestFrameworkConstants[_0x4b377d(0x124)]]:_0x568099['test_result']||_0x49969a[_0x4b377d(0x151)],[TestFrameworkConstants[_0x4b377d(0x159)]]:_0x568099[_0x4b377d(0x116)]||new Date()[_0x4b377d(0x10a)](),[TestFrameworkConstants[_0x4b377d(0x11c)]]:new Date()[_0x4b377d(0x10a)](),[TestFrameworkConstants['KEY_LOGS']]:_0x2f0634[TestFrameworkConstants[_0x4b377d(0x101)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:_0x568099['test_meta']||{}};_0x49969a[_0x4b377d(0x143)](_0x568099[_0x4b377d(0x142)],_0x49969a[_0x4b377d(0x10e)])&&(_0xc3598[TestFrameworkConstants[_0x4b377d(0x163)]]=_0x568099['test_failure_type']||_0x49969a[_0x4b377d(0x12f)],_0xc3598[TestFrameworkConstants[_0x4b377d(0x149)]]=_0x568099[_0x4b377d(0x139)]||_0x49969a['JWCwk'],_0xc3598[TestFrameworkConstants[_0x4b377d(0x100)]]=_0x568099[_0x4b377d(0x102)]||[]);_0x49969a[_0x4b377d(0x10c)](_0x568099[_0x4b377d(0x144)],undefined)&&(_0xc3598[TestFrameworkConstants[_0x4b377d(0x106)]]=_0x568099[_0x4b377d(0x144)]);const _0x533d32={};return _0x533d32[_0x16d8dc]=_0xc3598,_0x533d32;}[a94_0x20fbe1(0x12b)](_0x4baeba){const _0x11da3c=a94_0x20fbe1,_0x50702d={};_0x50702d[_0x11da3c(0x15b)]=_0x11da3c(0x14f);const _0x3a9672=_0x50702d;try{const _0x263f18=_0x4baeba[_0x11da3c(0x13e)]?.['test_uuid'],_0x27013d=_0x4baeba[_0x11da3c(0x15f)],_0x3ad1fb=_0x27013d['getContext'](),_0x238e02=_0x27013d[_0x11da3c(0x11e)]()[_0x11da3c(0x123)](_0x263f18);if(!_0x238e02)return logger[_0x11da3c(0x145)](_0x11da3c(0x117)+_0x263f18),{};const {[TestFrameworkConstants[_0x11da3c(0x10b)]]:_0x5b2641=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x11da3c(0xef)]]:_0x5926e4=this[_0x11da3c(0x169)]()[this[_0x11da3c(0x155)]()[0x0]]||'',[TestFrameworkConstants[_0x11da3c(0x136)]]:_0x121b6c='',[TestFrameworkConstants[_0x11da3c(0x159)]]:_0x2433fb=''}=_0x238e02,_0x14f110=_0x27013d[_0x11da3c(0xff)]()[_0x11da3c(0x122)]()['split']('.')[0x1],_0x40519d=_0x27013d[_0x11da3c(0xf1)]()[_0x11da3c(0x122)]()['split']('.')[0x1],_0xa22fb4=global?.[_0x11da3c(0x147)]?.[_0x11da3c(0x14a)]?.[_0x11da3c(0x168)]||global[_0x11da3c(0x135)]||0x0,_0x559494=_0x27013d['getRef'](),_0x1c525a=Buffer[_0x11da3c(0xf2)](JSON['stringify'](_0x238e02))[_0x11da3c(0x122)](_0x3a9672[_0x11da3c(0x15b)]),_0x227b41={'hash':_0x3ad1fb[_0x11da3c(0x15e)](),'threadId':_0x3ad1fb[_0x11da3c(0x108)]()[_0x11da3c(0x122)](),'processId':_0x3ad1fb[_0x11da3c(0x14c)]()[_0x11da3c(0x122)]()},_0x56cc22={};return _0x56cc22[_0x11da3c(0xfd)]=_0xa22fb4,_0x56cc22[_0x11da3c(0x153)]=_0x5b2641,_0x56cc22['testFrameworkVersion']=_0x5926e4,_0x56cc22['testFrameworkState']=_0x14f110,_0x56cc22[_0x11da3c(0x166)]=_0x40519d,_0x56cc22[_0x11da3c(0x118)]=_0x121b6c,_0x56cc22[_0x11da3c(0x10f)]=_0x2433fb,_0x56cc22[_0x11da3c(0x14e)]=_0x559494,_0x56cc22[_0x11da3c(0x131)]=_0x1c525a,_0x56cc22[_0x11da3c(0x152)]=_0x227b41,_0x56cc22['test_identifier']=_0x263f18,_0x56cc22;}catch(_0x2d7231){return logger[_0x11da3c(0x132)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x11da3c(0xee)](_0x2d7231)),{};}}}module[a94_0x20fbe1(0x11a)]=NodeGenericFramework;
|
|
1
|
+
const a94_0x5cebce=a94_0x4481;(function(_0x28f479,_0x220ff8){const _0x38d307=a94_0x4481,_0x55f64c=_0x28f479();while(!![]){try{const _0x2e5ed4=parseInt(_0x38d307(0xb6))/0x1*(parseInt(_0x38d307(0xf6))/0x2)+-parseInt(_0x38d307(0xed))/0x3+parseInt(_0x38d307(0x8c))/0x4*(parseInt(_0x38d307(0xe0))/0x5)+-parseInt(_0x38d307(0x9a))/0x6*(-parseInt(_0x38d307(0x9c))/0x7)+parseInt(_0x38d307(0xfe))/0x8+parseInt(_0x38d307(0xdd))/0x9*(-parseInt(_0x38d307(0xae))/0xa)+-parseInt(_0x38d307(0xaf))/0xb;if(_0x2e5ed4===_0x220ff8)break;else _0x55f64c['push'](_0x55f64c['shift']());}catch(_0x3f5877){_0x55f64c['push'](_0x55f64c['shift']());}}}(a94_0xc5df,0xa55fa));function a94_0x4481(_0x1f21e4,_0x2e96da){const _0xc5df59=a94_0xc5df();return a94_0x4481=function(_0x4481fd,_0x2a41d1){_0x4481fd=_0x4481fd-0x88;let _0x30dca2=_0xc5df59[_0x4481fd];return _0x30dca2;},a94_0x4481(_0x1f21e4,_0x2e96da);}const TestFramework=require(a94_0x5cebce(0xe5)),TestFrameworkState=require(a94_0x5cebce(0x105)),HookState=require(a94_0x5cebce(0xe1)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a94_0x5cebce(0xdf)),CLIUtils=require(a94_0x5cebce(0xa2)),TrackedInstance=require(a94_0x5cebce(0xd5)),TestFrameworkConstants=require(a94_0x5cebce(0x90)),logger=createClassLogger(a94_0x5cebce(0x9e)),util=require('util');function a94_0xc5df(){const _0x32c003=['hookState','createContext','workerInfo','3424PnFOLO','ZrvhO','KEY_TEST_FRAMEWORK_NAME',',\x20test_name=','test_meta','eventJson','KEY_TEST_DURATION','error','8241960vuzdZG','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_TEST_CODE','resolveInstance','BYDtz','__workerDetails','KEY_LOGS','../state/testFrameworkState.js','test_name','UnhandledError','ruEaq','getAllData','418536EgTDSA','POST','test_file_path','createTestFrameworkEventPayload','./constants/testFrameworkConstants.js','EHEhm','[TRACE:node-generic]\x20trackEvent\x20','KEY_TEST_STARTED_AT','getThreadId','KEY_TEST_FRAMEWORK_VERSION','parallelIndex','ibERT','exports','getRef','76476jBpifK','endedAt','658cInnYW','KEY_TEST_RESULT_AT','NodeGenericFramework','base64',',\x20result=','NONE','../cliUtils.js','format','KEY_AUTOMATE_SESSION_NAME','test_failure','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','getProcessId','KEY_TEST_FAILURE_REASON','Unknown\x20error','_currentTestUUID','getId','TEST','from','213230jKwvXV','8036490apEoON','debug','KEY_HOOKS_STARTED','testData','KEY_TEST_UUID','KEY_TEST_RESULT','executionContext','233wOTbcE','get','KEY_HOOKS_FINISHED',',\x20hookState=','test_duration','addMultipleEntries','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','getCurrentInstanceName','KEY_TEST_SCOPES','getTestFrameworks','test_rerun_name','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','__bstackPlatformIndex','split','test_location','KEY_TEST_ID','test_uuid','lZiJQ','trackEvent','test_failure_type','getCurrentTestState','uuid','failed','KEY_TEST_TAGS','startedAt','test_started_at','KEY_CUSTOM_TAGS','DEFAULT_TEST_RESULT','getTestFrameworksVersions','setTrackedInstance','getContext','../instances/trackedInstance.js','test_scopes','KEY_TEST_META','info','test_result','getTrackedInstance','test_failure_reason','fwUnf','558UVlylR','parseTestResult','../instances/testFrameworkInstance.js','10VzqVGl','../state/hookState.js','KEY_TEST_SCOPE','runHooks','toString','./testFramework','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','KEY_TEST_FILE_PATH','instance','oUyjB','parseTestData','PRE','stringify','319641HJsBlN','testFrameworkName','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','toISOString','KEY_TEST_ENDED_AT','WKISV'];a94_0xc5df=function(){return _0x32c003;};return a94_0xc5df();}class NodeGenericFramework extends TestFramework{constructor(_0x3218b8,_0xe98de9,_0x4b4881){const _0x5b53ca=a94_0x5cebce;super(_0x3218b8,_0xe98de9,_0x4b4881),this[_0x5b53ca(0xaa)]=null;}['setCurrentTestUUID'](_0x3d7a43){const _0x56e98c=a94_0x5cebce;this[_0x56e98c(0xaa)]=_0x3d7a43;}['getCurrentTestUUID'](){const _0x1dbd35=a94_0x5cebce;return this[_0x1dbd35(0xaa)];}async[a94_0x5cebce(0xc8)](_0x162951,_0x1744b1,_0x18534b={}){const _0x18bdaf=a94_0x5cebce,_0x395b73={};_0x395b73[_0x18bdaf(0x97)]=_0x18bdaf(0xa6),_0x395b73['fwUnf']=function(_0x41b82d,_0xcfa8f2){return _0x41b82d===_0xcfa8f2;};const _0x502e04=_0x395b73;logger[_0x18bdaf(0xd8)](_0x18bdaf(0x92)+_0x162951+'.'+_0x1744b1+'\x20for\x20test_uuid='+_0x18534b[_0x18bdaf(0xb2)]?.[_0x18bdaf(0xc6)]),await super[_0x18bdaf(0xc8)](_0x162951,_0x1744b1,_0x18534b);const _0x56dc3e=this[_0x18bdaf(0x101)](_0x162951,_0x1744b1,_0x18534b);if(!_0x56dc3e){logger[_0x18bdaf(0xb0)](_0x502e04['ibERT']);return;}try{switch(_0x162951){case TestFrameworkState[_0x18bdaf(0xac)]:{const _0x3b4a8b=_0x18534b[_0x18bdaf(0xb2)],_0x5c9aca=_0x3b4a8b['test_uuid'];if(_0x502e04[_0x18bdaf(0xdc)](_0x1744b1,HookState[_0x18bdaf(0xeb)])){logger[_0x18bdaf(0xd8)](_0x18bdaf(0xe6)+_0x5c9aca+_0x18bdaf(0xf9)+_0x3b4a8b[_0x18bdaf(0x88)]);const _0x4b414f=this[_0x18bdaf(0xea)](_0x3b4a8b);_0x56dc3e[_0x18bdaf(0xbb)](_0x4b414f);}else{if(_0x502e04[_0x18bdaf(0xdc)](_0x1744b1,HookState[_0x18bdaf(0x8d)])){logger[_0x18bdaf(0xd8)]('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x5c9aca+_0x18bdaf(0xa0)+_0x3b4a8b[_0x18bdaf(0xd9)]);const _0x37bac1=this[_0x18bdaf(0xde)](_0x3b4a8b,_0x56dc3e);_0x56dc3e[_0x18bdaf(0xbb)](_0x37bac1);}}break;}default:logger['debug']('[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state='+_0x162951+_0x18bdaf(0xb9)+_0x1744b1);break;}}catch(_0x1111f6){logger['error'](_0x18bdaf(0xef)+_0x162951+_0x18bdaf(0xb9)+_0x1744b1+',\x20error='+util[_0x18bdaf(0xa3)](_0x1111f6));}_0x18534b[_0x18bdaf(0xe8)]=_0x56dc3e,await this[_0x18bdaf(0xe3)](_0x56dc3e,_0x162951,_0x1744b1,_0x18534b);}[a94_0x5cebce(0x101)](_0x5c0e0e,_0x115b38,_0xf6e5af={}){const _0xb7ba9a=a94_0x5cebce,_0x53774a={};_0x53774a['GaVMC']=_0xb7ba9a(0xbc);const _0x3c26e4=_0x53774a;let _0x4cf466=TestFramework[_0xb7ba9a(0xda)]();if(!_0x4cf466){logger[_0xb7ba9a(0xb0)](_0x3c26e4['GaVMC']);const _0x191509=CLIUtils[_0xb7ba9a(0xbd)](),_0x206c7f=TrackedInstance[_0xb7ba9a(0xf4)](_0x191509);_0x4cf466=new TestFrameworkInstance(_0x206c7f,this[_0xb7ba9a(0xbf)](),this['getTestFrameworksVersions'](),_0x5c0e0e,HookState[_0xb7ba9a(0xa1)]),TestFramework[_0xb7ba9a(0xd3)](_0x206c7f,_0x4cf466),logger[_0xb7ba9a(0xb0)]('[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId='+_0x206c7f[_0xb7ba9a(0xab)]());}return _0x4cf466;}[a94_0x5cebce(0xea)](_0x298d27){const _0x302737=a94_0x5cebce,_0x14cf3b=_0x298d27[_0x302737(0xc6)],_0x12de62=this[_0x302737(0xbf)]()[0x0],_0x543160=this[_0x302737(0xd2)](),_0x2343fc={[TestFrameworkConstants[_0x302737(0xf8)]]:_0x12de62,[TestFrameworkConstants[_0x302737(0x95)]]:_0x543160[_0x12de62]||'',[TestFrameworkConstants[_0x302737(0xb3)]]:_0x298d27['test_uuid'],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x302737(0xb8)]]:{},[TestFrameworkConstants[_0x302737(0xb1)]]:{},[TestFrameworkConstants[_0x302737(0xb4)]]:TestFrameworkConstants[_0x302737(0xd1)],[TestFrameworkConstants[_0x302737(0xa4)]]:_0x298d27[_0x302737(0x88)],[TestFrameworkConstants[_0x302737(0xe7)]]:_0x298d27['test_file_path'],[TestFrameworkConstants[_0x302737(0xc5)]]:_0x14cf3b,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x298d27['test_name'],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x298d27[_0x302737(0xc4)]||_0x298d27[_0x302737(0x8e)],[TestFrameworkConstants[_0x302737(0x100)]]:_0x298d27['test_code']||null,[TestFrameworkConstants[_0x302737(0xcd)]]:_0x298d27['test_tags']||[],[TestFrameworkConstants[_0x302737(0x93)]]:_0x298d27[_0x302737(0xcf)]||new Date()[_0x302737(0xf0)](),[TestFrameworkConstants[_0x302737(0xe2)]]:_0x298d27['test_scope']||'',[TestFrameworkConstants[_0x302737(0xbe)]]:_0x298d27[_0x302737(0xd6)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x298d27[_0x302737(0xc0)]||_0x298d27['test_name'],[TestFrameworkConstants[_0x302737(0xd0)]]:{},[TestFrameworkConstants[_0x302737(0xd7)]]:_0x298d27[_0x302737(0xfa)]||{}},_0x4523fd={};return _0x4523fd[_0x14cf3b]=_0x2343fc,_0x4523fd;}[a94_0x5cebce(0xde)](_0x324156,_0x28628c){const _0xb0cf03=a94_0x5cebce,_0x4af8b9={};_0x4af8b9[_0xb0cf03(0x8a)]='unknown',_0x4af8b9[_0xb0cf03(0xf2)]=function(_0x528e45,_0x12d09d){return _0x528e45===_0x12d09d;},_0x4af8b9[_0xb0cf03(0x91)]=_0xb0cf03(0xcc),_0x4af8b9[_0xb0cf03(0xe9)]=_0xb0cf03(0x89),_0x4af8b9[_0xb0cf03(0xf7)]=_0xb0cf03(0xa9),_0x4af8b9[_0xb0cf03(0x102)]=function(_0x1f732c,_0x3a5820){return _0x1f732c!==_0x3a5820;};const _0x2d3f37=_0x4af8b9,_0x4c491c=_0x324156[_0xb0cf03(0xc6)],_0x5b62bd=_0x28628c[_0xb0cf03(0x8b)]()['get'](_0x4c491c)||{},_0x3256a1={..._0x5b62bd,[TestFrameworkConstants[_0xb0cf03(0xb4)]]:_0x324156[_0xb0cf03(0xd9)]||_0x2d3f37[_0xb0cf03(0x8a)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x324156['test_ended_at']||new Date()[_0xb0cf03(0xf0)](),[TestFrameworkConstants[_0xb0cf03(0x9d)]]:new Date()[_0xb0cf03(0xf0)](),[TestFrameworkConstants[_0xb0cf03(0x104)]]:_0x5b62bd[TestFrameworkConstants[_0xb0cf03(0x104)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:_0x324156[_0xb0cf03(0xfa)]||{}};_0x2d3f37[_0xb0cf03(0xf2)](_0x324156[_0xb0cf03(0xd9)],_0x2d3f37[_0xb0cf03(0x91)])&&(_0x3256a1[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x324156[_0xb0cf03(0xc9)]||_0x2d3f37[_0xb0cf03(0xe9)],_0x3256a1[TestFrameworkConstants[_0xb0cf03(0xa8)]]=_0x324156[_0xb0cf03(0xdb)]||_0x2d3f37[_0xb0cf03(0xf7)],_0x3256a1[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x324156[_0xb0cf03(0xa5)]||[]);_0x2d3f37[_0xb0cf03(0x102)](_0x324156[_0xb0cf03(0xba)],undefined)&&(_0x3256a1[TestFrameworkConstants[_0xb0cf03(0xfc)]]=_0x324156[_0xb0cf03(0xba)]);const _0x54baa3={};return _0x54baa3[_0x4c491c]=_0x3256a1,_0x54baa3;}[a94_0x5cebce(0x8f)](_0x5d6cd3){const _0x4b600c=a94_0x5cebce,_0x1ef265={};_0x1ef265[_0x4b600c(0xc7)]=_0x4b600c(0x9f);const _0x1854ce=_0x1ef265;try{const _0x262a13=_0x5d6cd3[_0x4b600c(0xb2)]?.['test_uuid'],_0x118802=_0x5d6cd3[_0x4b600c(0xe8)],_0x4f16c0=_0x118802[_0x4b600c(0xd4)](),_0x422791=_0x118802['getAllData']()[_0x4b600c(0xb7)](_0x262a13);if(!_0x422791)return logger[_0x4b600c(0xb0)](_0x4b600c(0xc1)+_0x262a13),{};const {[TestFrameworkConstants[_0x4b600c(0xf8)]]:_0x3d3132=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x4b600c(0x95)]]:_0x3ba796=this[_0x4b600c(0xd2)]()[this[_0x4b600c(0xbf)]()[0x0]]||'',[TestFrameworkConstants[_0x4b600c(0x93)]]:_0x23cbfd='',[TestFrameworkConstants[_0x4b600c(0xf1)]]:_0x2bce72=''}=_0x422791,_0x1bb4ab=_0x118802[_0x4b600c(0xca)]()['toString']()[_0x4b600c(0xc3)]('.')[0x1],_0x2e08c2=_0x118802['getCurrentHookState']()[_0x4b600c(0xe4)]()[_0x4b600c(0xc3)]('.')[0x1],_0x92f7c1=global?.[_0x4b600c(0x103)]?.[_0x4b600c(0xf5)]?.[_0x4b600c(0x96)]||global[_0x4b600c(0xc2)]||0x0,_0x568b47=_0x118802[_0x4b600c(0x99)](),_0x3b5865=Buffer[_0x4b600c(0xad)](JSON[_0x4b600c(0xec)](_0x422791))[_0x4b600c(0xe4)](_0x1854ce['lZiJQ']),_0x42bb55={'hash':_0x4f16c0[_0x4b600c(0xab)](),'threadId':_0x4f16c0[_0x4b600c(0x94)]()[_0x4b600c(0xe4)](),'processId':_0x4f16c0[_0x4b600c(0xa7)]()[_0x4b600c(0xe4)]()},_0x52ab8e={};return _0x52ab8e['platformIndex']=_0x92f7c1,_0x52ab8e[_0x4b600c(0xee)]=_0x3d3132,_0x52ab8e['testFrameworkVersion']=_0x3ba796,_0x52ab8e['testFrameworkState']=_0x1bb4ab,_0x52ab8e[_0x4b600c(0xf3)]=_0x2e08c2,_0x52ab8e[_0x4b600c(0xce)]=_0x23cbfd,_0x52ab8e[_0x4b600c(0x9b)]=_0x2bce72,_0x52ab8e[_0x4b600c(0xcb)]=_0x568b47,_0x52ab8e[_0x4b600c(0xfb)]=_0x3b5865,_0x52ab8e[_0x4b600c(0xb5)]=_0x42bb55,_0x52ab8e['test_identifier']=_0x262a13,_0x52ab8e;}catch(_0x32fc46){return logger[_0x4b600c(0xfd)](_0x4b600c(0xff)+util[_0x4b600c(0xa3)](_0x32fc46)),{};}}}module[a94_0x5cebce(0x98)]=NodeGenericFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a95_0x19173d=a95_0x4b45;function a95_0x4b45(_0x52362e,_0x95271){const _0x462396=a95_0x4623();return a95_0x4b45=function(_0x4b451d,_0x367446){_0x4b451d=_0x4b451d-0x1eb;let _0x1fde47=_0x462396[_0x4b451d];return _0x1fde47;},a95_0x4b45(_0x52362e,_0x95271);}(function(_0x2b75f8,_0x4ffab4){const _0x4dc58b=a95_0x4b45,_0x2087cc=_0x2b75f8();while(!![]){try{const _0x1bd751=parseInt(_0x4dc58b(0x205))/0x1+-parseInt(_0x4dc58b(0x217))/0x2*(-parseInt(_0x4dc58b(0x211))/0x3)+-parseInt(_0x4dc58b(0x1f8))/0x4*(-parseInt(_0x4dc58b(0x214))/0x5)+-parseInt(_0x4dc58b(0x1f1))/0x6+-parseInt(_0x4dc58b(0x213))/0x7*(-parseInt(_0x4dc58b(0x201))/0x8)+-parseInt(_0x4dc58b(0x207))/0x9*(-parseInt(_0x4dc58b(0x1fe))/0xa)+-parseInt(_0x4dc58b(0x215))/0xb;if(_0x1bd751===_0x4ffab4)break;else _0x2087cc['push'](_0x2087cc['shift']());}catch(_0x593f7d){_0x2087cc['push'](_0x2087cc['shift']());}}}(a95_0x4623,0x8794e));const AutomationFramework=require(a95_0x19173d(0x1f6)),{createClassLogger}=require(a95_0x19173d(0x208)),AutomationFrameworkState=require(a95_0x19173d(0x1fa)),CLIUtils=require(a95_0x19173d(0x1ec)),TrackedInstance=require(a95_0x19173d(0x20e)),AutomationFrameworkInstance=require(a95_0x19173d(0x20a));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a95_0x19173d(0x1ef));constructor(_0x474152,_0x44530c){super(_0x474152,_0x44530c);}async['trackEvent'](_0x1bc89b,_0x38de5f,_0x3b24ea={}){const _0x381bfd=a95_0x19173d,_0x18c58d={};_0x18c58d[_0x381bfd(0x1f7)]=function(_0x36adc9,_0x26a274){return _0x36adc9===_0x26a274;};const _0x5dcad2=_0x18c58d;this['logger'][_0x381bfd(0x206)](_0x381bfd(0x203)+_0x1bc89b+_0x381bfd(0x1f9)+_0x38de5f),await super[_0x381bfd(0x1fd)](_0x1bc89b,_0x38de5f,_0x3b24ea);const _0x5004c0=this[_0x381bfd(0x1f3)](_0x1bc89b,_0x38de5f,_0x3b24ea);if(_0x5dcad2['RYfQZ'](_0x5004c0,null))return;_0x3b24ea[_0x381bfd(0x202)]=_0x5004c0,await this['runHooks'](_0x5004c0,_0x1bc89b,_0x38de5f,_0x3b24ea);}[a95_0x19173d(0x1f3)](_0x20e33c,_0x3f7957,_0x36e578={}){const _0x1a1023=a95_0x19173d,_0x53ff92={};_0x53ff92['IAvqx']=function(_0x2a3736,_0x25f834){return _0x2a3736===_0x25f834;},_0x53ff92['eZWad']=function(_0x3c4001,_0x44fb5f){return _0x3c4001===_0x44fb5f;};const _0xf1bab1=_0x53ff92;let _0x4cb183=null;return(_0xf1bab1['IAvqx'](_0x20e33c,AutomationFrameworkState[_0x1a1023(0x212)])||_0xf1bab1[_0x1a1023(0x209)](_0x20e33c,AutomationFrameworkState[_0x1a1023(0x20c)])&&(_0x36e578['message']&&_0x36e578[_0x1a1023(0x1ed)][_0x1a1023(0x20f)]&&_0x36e578[_0x1a1023(0x1ed)][_0x1a1023(0x20f)][_0x1a1023(0x1ff)])||_0xf1bab1[_0x1a1023(0x204)](_0x20e33c,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x20e33c,_0x36e578),_0x4cb183=AutomationFramework[_0x1a1023(0x20d)](),_0x4cb183;}['trackPlaywrightInstance'](_0x23ffe2,_0x5cc146){const _0x24d3fc=a95_0x19173d,_0xd59c69={};_0xd59c69[_0x24d3fc(0x1f0)]=_0x24d3fc(0x1f2);const _0x541d4d=_0xd59c69;if(AutomationFramework[_0x24d3fc(0x20d)]()){this[_0x24d3fc(0x1fc)][_0x24d3fc(0x1fb)](_0x541d4d[_0x24d3fc(0x1f0)]);return;}const _0x122c88=CLIUtils['getCurrentInstanceName'](),_0x283b87=TrackedInstance[_0x24d3fc(0x20b)](_0x122c88);let _0x54918b=null;this[_0x24d3fc(0x1fc)]['info'](_0x24d3fc(0x1ee)+_0x122c88+_0x24d3fc(0x200)+_0x23ffe2),_0x54918b=new AutomationFrameworkInstance(_0x283b87,this[_0x24d3fc(0x1f5)](),this['getAutomationFrameworkVersion'](),_0x23ffe2),AutomationFramework[_0x24d3fc(0x210)](_0x283b87,_0x54918b),this[_0x24d3fc(0x1fc)]['info'](_0x24d3fc(0x1eb)+_0x283b87['getId']()+_0x24d3fc(0x1f4)+_0x122c88);}}function a95_0x4623(){const _0x39b8c7=['trackEvent','20NFKVko','bsParams',',\x20state=','297984ookdEs','instance','trackEvent:\x20automationFrameworkState=','eZWad','495220eQWDlx','debug','1182969zodWBp','../../../helpers/classLogger.js','IAvqx','../instances/automationFrameworkInstance.js','createContext','PLAYWRIGHT_DISPATCH','getTrackedInstance','../instances/trackedInstance.js','params','setTrackedInstance','10365NczUOk','CREATE','63ASokqq','5fLNTSd','10155156VaNrJl','exports','454wJdauI','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../cliUtils.js','message','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','PlaywrightAutomationFramework','gLCqN','5753592tAwxLV','trackPlaywrightInstance:\x20instance\x20already\x20exists','resolveInstance','\x20target=','getAutomationFrameworkName','./automationFramework.js','RYfQZ','2239404iVnRnS','\x20hookState=','../state/automationFrameworkState.js','info','logger'];a95_0x4623=function(){return _0x39b8c7;};return a95_0x4623();}module[a95_0x19173d(0x216)]=PlaywrightAutomationFramework;
|