browserstack-node-sdk 1.66.0 → 1.66.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/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.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 a96_0x3c1396=a96_0x1d5f;(function(_0x19019a,_0x121d27){const _0x5629ff=a96_0x1d5f,_0x39a4bf=_0x19019a();while(!![]){try{const _0x4c1a92=-parseInt(_0x5629ff(0x1db))/0x1*(parseInt(_0x5629ff(0x1ed))/0x2)+-parseInt(_0x5629ff(0x218))/0x3+parseInt(_0x5629ff(0x268))/0x4+-parseInt(_0x5629ff(0x1a5))/0x5+parseInt(_0x5629ff(0x1e3))/0x6+parseInt(_0x5629ff(0x22f))/0x7*(-parseInt(_0x5629ff(0x165))/0x8)+parseInt(_0x5629ff(0x15e))/0x9;if(_0x4c1a92===_0x121d27)break;else _0x39a4bf['push'](_0x39a4bf['shift']());}catch(_0x2ad58f){_0x39a4bf['push'](_0x39a4bf['shift']());}}}(a96_0x4560,0xd6a47));const TestFramework=require(a96_0x3c1396(0x17a)),TestFrameworkState=require(a96_0x3c1396(0x2a8)),HookState=require(a96_0x3c1396(0x23b)),{createClassLogger}=require(a96_0x3c1396(0x2ab)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a96_0x3c1396(0x253)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x3c1396(0x15a)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x3c1396(0x25b)),{isInternalHook}=require(a96_0x3c1396(0x295)),logger=createClassLogger(a96_0x3c1396(0x149)),{v4:uuidv4}=require(a96_0x3c1396(0x19e)),util=require(a96_0x3c1396(0x19f)),TestInfo=require(a96_0x3c1396(0x1c7)),GrpcClient=require('../grpcClient'),stackTrace=require(a96_0x3c1396(0x1b1)),{pickUserFrameFile}=require(a96_0x3c1396(0x10c));class JestTestFramework extends TestFramework{constructor(_0x12cd35,_0x57aa91,_0x2293b2){const _0xbf5e0f=a96_0x3c1396;super(_0x12cd35,_0x57aa91,_0x2293b2),this[_0xbf5e0f(0x1f7)]=new Map();}[a96_0x3c1396(0x20f)](_0x15bed9,_0x48b10a,_0x4c8a03){const _0x286a4f=a96_0x3c1396,_0x39d9ae={};_0x39d9ae[_0x286a4f(0x27a)]=function(_0x2efb90,_0x1574c9){return _0x2efb90||_0x1574c9;};const _0x26860e=_0x39d9ae;if(_0x26860e['irjhx'](!_0x15bed9,!_0x48b10a)){logger[_0x286a4f(0x1f4)](_0x286a4f(0x141)+_0x15bed9+',\x20hookUUID='+_0x48b10a);return;}!this[_0x286a4f(0x1f7)][_0x286a4f(0x1e2)](_0x15bed9)&&this[_0x286a4f(0x1f7)][_0x286a4f(0x16f)](_0x15bed9,[]);const _0x1c8368={'hookUUID':_0x48b10a,'hookType':_0x4c8a03,'startedAt':new Date()[_0x286a4f(0x161)]()};this[_0x286a4f(0x1f7)][_0x286a4f(0x1d0)](_0x15bed9)['push'](_0x1c8368),logger[_0x286a4f(0x262)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x15bed9+_0x286a4f(0x1fc)+_0x48b10a+_0x286a4f(0x11d)+_0x4c8a03+',\x20totalHooks='+this[_0x286a4f(0x1f7)][_0x286a4f(0x1d0)](_0x15bed9)['length']);}[a96_0x3c1396(0x1b2)](_0x294086,_0x46ab5b){const _0x14d9b7=a96_0x3c1396,_0x404640={};_0x404640['WytRB']=function(_0x3d83c7,_0x5e1155){return _0x3d83c7||_0x5e1155;},_0x404640['KYpJv']=function(_0x112006,_0x51bd7b){return _0x112006!==_0x51bd7b;},_0x404640[_0x14d9b7(0x25d)]=function(_0x5a710a,_0xb6425f){return _0x5a710a===_0xb6425f;};const _0x1f49d0=_0x404640;if(_0x1f49d0[_0x14d9b7(0x131)](!_0x294086,!_0x46ab5b)){logger['warn'](_0x14d9b7(0x27e)+_0x294086+',\x20hookUUID='+_0x46ab5b);return;}if(this[_0x14d9b7(0x1f7)]['has'](_0x294086)){const _0x348602=this[_0x14d9b7(0x1f7)][_0x14d9b7(0x1d0)](_0x294086),_0x5e3f8b=_0x348602['findIndex'](_0x255b15=>_0x255b15[_0x14d9b7(0x13e)]===_0x46ab5b);_0x1f49d0[_0x14d9b7(0x18c)](_0x5e3f8b,-0x1)?(_0x348602['splice'](_0x5e3f8b,0x1),logger[_0x14d9b7(0x262)](_0x14d9b7(0x259)+_0x294086+_0x14d9b7(0x1fc)+_0x46ab5b+',\x20remainingHooks='+_0x348602[_0x14d9b7(0x206)]),_0x1f49d0[_0x14d9b7(0x25d)](_0x348602['length'],0x0)&&this[_0x14d9b7(0x1f7)][_0x14d9b7(0x114)](_0x294086)):logger[_0x14d9b7(0x262)](_0x14d9b7(0x258)+_0x294086+_0x14d9b7(0x1fc)+_0x46ab5b);}}['getActiveHook'](_0x366320){const _0x14ecdc=a96_0x3c1396,_0x59405a={};_0x59405a[_0x14ecdc(0x21d)]=function(_0x5e9826,_0x37bdf2){return _0x5e9826>_0x37bdf2;},_0x59405a[_0x14ecdc(0x1cb)]=function(_0x258034,_0x1ec67e){return _0x258034-_0x1ec67e;};const _0x1e3b50=_0x59405a;if(!_0x366320)return null;if(this[_0x14ecdc(0x1f7)][_0x14ecdc(0x1e2)](_0x366320)){const _0x35adf1=this[_0x14ecdc(0x1f7)][_0x14ecdc(0x1d0)](_0x366320);if(_0x1e3b50['wkcyT'](_0x35adf1[_0x14ecdc(0x206)],0x0)){const _0xf6b9e3=_0x35adf1[_0x1e3b50[_0x14ecdc(0x1cb)](_0x35adf1[_0x14ecdc(0x206)],0x1)];return logger[_0x14ecdc(0x262)](_0x14ecdc(0x180)+_0x366320+_0x14ecdc(0x1fc)+_0xf6b9e3[_0x14ecdc(0x13e)]+_0x14ecdc(0x11d)+_0xf6b9e3[_0x14ecdc(0x28e)]),_0xf6b9e3;}}return null;}async[a96_0x3c1396(0x236)](_0x29f49b,_0x307ac1,_0x532b79={}){const _0x36e56f=a96_0x3c1396,_0x1401cd={};_0x1401cd[_0x36e56f(0x1e9)]=_0x36e56f(0x1d2),_0x1401cd[_0x36e56f(0x1bf)]=function(_0x517ea5,_0x358c7f){return _0x517ea5===_0x358c7f;},_0x1401cd[_0x36e56f(0x280)]=function(_0x5ec65c,_0x4fb96a){return _0x5ec65c===_0x4fb96a;},_0x1401cd[_0x36e56f(0x26d)]=function(_0x4cafb8,_0x13d1ed){return _0x4cafb8||_0x13d1ed;},_0x1401cd[_0x36e56f(0x1e5)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x4a5e0f=_0x1401cd;logger[_0x36e56f(0x262)](_0x36e56f(0x203)+_0x29f49b+_0x36e56f(0x284)+_0x307ac1+_0x36e56f(0x222)+Object[_0x36e56f(0x283)](_0x532b79)[_0x36e56f(0x29e)](',')),await super[_0x36e56f(0x236)](_0x29f49b,_0x307ac1,_0x532b79);const _0x588f6f=this[_0x36e56f(0x238)](_0x29f49b,_0x307ac1,_0x532b79);if(!_0x588f6f){logger[_0x36e56f(0x262)](_0x4a5e0f['gUAGS']);return;}try{let _0x59af29,_0x10800a,_0x3e435c;switch(_0x29f49b){case TestFrameworkState[_0x36e56f(0x1cd)]:_0x59af29=_0x532b79['test'];const _0x24e8a4={};_0x24e8a4[_0x36e56f(0x1c6)]=0x2,_0x24e8a4[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x198)+_0x307ac1+_0x36e56f(0x127)+util[_0x36e56f(0x153)](_0x59af29,_0x24e8a4)),_0x3e435c=this['getJestTestIdentifier'](_0x59af29),_0x10800a=null,logger[_0x36e56f(0x262)](_0x36e56f(0x1ca)+_0x3e435c+_0x36e56f(0x22a));if(_0x4a5e0f[_0x36e56f(0x1bf)](_0x307ac1,HookState[_0x36e56f(0x254)])){logger[_0x36e56f(0x262)](_0x36e56f(0x27f)+_0x3e435c);const _0x3a835e={};_0x3a835e[_0x36e56f(0x138)]=_0x10800a,_0x3a835e[_0x36e56f(0x293)]=_0x59af29,_0x3a835e[_0x36e56f(0x20d)]=_0x3e435c;const _0x203842=this[_0x36e56f(0x2a0)](_0x3a835e),_0x2155dd={};_0x2155dd[_0x36e56f(0x1c6)]=0x2,_0x2155dd[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x197)+util['inspect'](_0x203842,_0x2155dd)),_0x588f6f[_0x36e56f(0x113)](_0x203842),logger[_0x36e56f(0x262)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3e435c),await this[_0x36e56f(0x1b6)](_0x588f6f,_0x3e435c);}else{if(_0x4a5e0f[_0x36e56f(0x280)](_0x307ac1,HookState[_0x36e56f(0x164)])){logger[_0x36e56f(0x262)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x3e435c);const _0x50bc14=_0x588f6f[_0x36e56f(0x1ee)]()['get'](_0x3e435c);logger['debug'](_0x36e56f(0x272)+util[_0x36e56f(0x153)](Object[_0x36e56f(0x283)](_0x4a5e0f['jXEsE'](_0x50bc14,{}))));_0x50bc14&&_0x50bc14[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x36e56f(0x262)](_0x36e56f(0x22d)+Object[_0x36e56f(0x283)](_0x50bc14[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x36e56f(0x117)):logger[_0x36e56f(0x262)](_0x4a5e0f['Tomnm']);const _0x2c40e8=_0x532b79[_0x36e56f(0x1cc)]||null,_0xd29875={};_0xd29875[_0x36e56f(0x138)]=_0x10800a,_0xd29875[_0x36e56f(0x293)]=_0x59af29,_0xd29875[_0x36e56f(0x20d)]=_0x3e435c,_0xd29875[_0x36e56f(0x1cc)]=_0x2c40e8;const _0x507131=this[_0x36e56f(0x298)](_0xd29875),_0xc9d858={};_0xc9d858['depth']=0x2,_0xc9d858[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x23f)+util['inspect'](_0x507131,_0xc9d858)),_0x588f6f['addMultipleEntries'](_0x507131),logger[_0x36e56f(0x262)](_0x36e56f(0x265)+_0x3e435c),await this[_0x36e56f(0x1b6)](_0x588f6f,_0x3e435c);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x4a5e0f['haYRK'](_0x307ac1,HookState[_0x36e56f(0x164)])){const _0x1fc24c={};_0x1fc24c[_0x36e56f(0x1c6)]=0x2,logger[_0x36e56f(0x262)](_0x36e56f(0x13a)+util[_0x36e56f(0x153)](_0x532b79,_0x1fc24c)),await this[_0x36e56f(0x241)](_0x588f6f,_0x29f49b,_0x532b79);}break;default:if(CLIUtils['matchHookRegex'](_0x29f49b[_0x36e56f(0x215)]()[_0x36e56f(0x1af)]('.')[0x1])){const _0x156c7d={};_0x156c7d[_0x36e56f(0x1c6)]=0x2,_0x156c7d[_0x36e56f(0x25f)]=0x3,logger['debug'](_0x36e56f(0x195)+_0x29f49b+',\x20hookState='+_0x307ac1+_0x36e56f(0x109)+util[_0x36e56f(0x153)](_0x532b79[_0x36e56f(0x1ec)],_0x156c7d));const _0x237b01=await this[_0x36e56f(0x24b)](_0x588f6f,_0x29f49b,_0x307ac1,_0x532b79),_0x342aa9={};_0x342aa9[_0x36e56f(0x1c6)]=0x2,_0x342aa9[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x297)+util['inspect'](_0x237b01,_0x342aa9)),_0x588f6f['addMultipleEntries'](_0x237b01);}else logger[_0x36e56f(0x262)](_0x36e56f(0x1a7)+_0x29f49b+_0x36e56f(0x1e8)+_0x307ac1);break;}logger[_0x36e56f(0x262)](_0x36e56f(0x1ac)+_0x29f49b+_0x36e56f(0x284)+_0x307ac1);}catch(_0x39d682){logger[_0x36e56f(0x1cf)](_0x36e56f(0x17f)+_0x29f49b+',\x20hookState='+_0x307ac1+',\x20exception='+util[_0x36e56f(0x158)](_0x39d682));}_0x532b79[_0x36e56f(0x175)]=_0x588f6f,await this[_0x36e56f(0x17c)](_0x588f6f,_0x29f49b,_0x307ac1,_0x532b79);}[a96_0x3c1396(0x292)](_0x26ab2a){const _0x365d46=a96_0x3c1396,_0x3e62a9={};_0x3e62a9[_0x365d46(0x1a1)]=_0x365d46(0x1ab);const _0x618a2=_0x3e62a9;if(_0x26ab2a&&(_0x26ab2a['id']||_0x26ab2a[_0x365d46(0x19e)])){const _0x465707=_0x26ab2a['id']||_0x26ab2a[_0x365d46(0x19e)];return logger[_0x365d46(0x262)](_0x365d46(0x22e)+_0x465707+'\x22\x20from\x20testData'),_0x465707;}return logger[_0x365d46(0x262)](_0x618a2[_0x365d46(0x1a1)]),process[_0x365d46(0x14b)]+_0x365d46(0x22c);}['resolveInstance'](_0x413fc9,_0x22e40b,_0xcfa615={}){const _0x91518e=a96_0x3c1396;let _0x21da69=null;return _0x21da69=TestFramework[_0x91518e(0x1dd)](),!_0x21da69?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x413fc9),this[_0x91518e(0x23a)](_0x413fc9,_0xcfa615),_0x21da69=TestFramework[_0x91518e(0x1dd)](),logger[_0x91518e(0x262)](_0x91518e(0x133)+!!_0x21da69+_0x91518e(0x14e)+_0x21da69?.[_0x91518e(0x1d3)]()?.[_0x91518e(0x16c)]())):logger[_0x91518e(0x262)](_0x91518e(0x1df)+_0x21da69[_0x91518e(0x1d3)]()?.[_0x91518e(0x16c)]()),_0x21da69;}['trackJestInstance'](_0x5a0f74,_0xe80752){const _0xfd95f4=a96_0x3c1396,_0x2169c8={};_0x2169c8[_0xfd95f4(0x247)]=_0xfd95f4(0x289);const _0x5145b0=_0x2169c8;if(TestFramework[_0xfd95f4(0x1dd)]()){logger['debug'](_0x5145b0['UlJBR']);return;}const _0x1e2b26=CLIUtils[_0xfd95f4(0x27d)](),_0x1940a4=TrackedInstance[_0xfd95f4(0x146)](_0x1e2b26);let _0x198eb3=null;logger[_0xfd95f4(0x262)](_0xfd95f4(0x1b5)+_0x1e2b26+_0xfd95f4(0x201)+_0x5a0f74),_0x198eb3=new TestFrameworkInstance(_0x1940a4,this[_0xfd95f4(0x19d)](),this[_0xfd95f4(0x21b)](),_0x5a0f74,HookState[_0xfd95f4(0x1b9)]),TestFramework[_0xfd95f4(0x29c)](_0x1940a4,_0x198eb3),logger[_0xfd95f4(0x262)](_0xfd95f4(0x10e)+_0x1940a4[_0xfd95f4(0x16c)]()+_0xfd95f4(0x266)+_0x1e2b26+_0xfd95f4(0x129)+this[_0xfd95f4(0x19d)]()[0x0]+_0xfd95f4(0x22b)+this[_0xfd95f4(0x21b)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x3c1396(0x2a0)](_0x39578b){const _0x112d4e=a96_0x3c1396,_0xeb456d={};_0xeb456d['yMFSq']=function(_0x3a26e4,_0x36e790){return _0x3a26e4||_0x36e790;},_0xeb456d['bFfJu']=_0x112d4e(0x147);const _0x163574=_0xeb456d,{testUUID:_0x193234,testData:_0x2bf8be,testId:_0x2d2ca1}=_0x39578b;if(_0x163574[_0x112d4e(0x287)](!_0x2bf8be,!_0x2d2ca1))return logger[_0x112d4e(0x262)](_0x163574[_0x112d4e(0x255)]),{};const _0x40fcf2=this[_0x112d4e(0x19d)]()[0x0],_0x187696=this['getTestFrameworksVersions'](),_0x577b1f={};_0x577b1f[_0x112d4e(0x1c6)]=0x2,_0x577b1f[_0x112d4e(0x25f)]=0x3,logger[_0x112d4e(0x262)](_0x112d4e(0x29d)+util[_0x112d4e(0x153)](_0x2bf8be,_0x577b1f));const _0x596f12=_0x2bf8be?.[_0x112d4e(0x21f)]||[],_0x3b336d=this[_0x112d4e(0x184)](_0x2bf8be),_0x5e5d55=this[_0x112d4e(0x27c)](_0x2bf8be),_0x5d8b72=_0x2bf8be['fn']?_0x2bf8be['fn'][_0x112d4e(0x215)]():_0x2bf8be?.[_0x112d4e(0x11c)]?_0x2bf8be['body'][_0x112d4e(0x16d)]['toString']():null,_0x1cce87=this['getJestTestTags'](_0x2bf8be),_0x4a3c9f={[TestFrameworkConstants[_0x112d4e(0x246)]]:_0x40fcf2,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x187696[_0x40fcf2],[TestFrameworkConstants[_0x112d4e(0x225)]]:[],[TestFrameworkConstants[_0x112d4e(0x227)]]:{},[TestFrameworkConstants[_0x112d4e(0x20e)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x112d4e(0x116)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x3b336d,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5e5d55,[TestFrameworkConstants[_0x112d4e(0x233)]]:_0x2d2ca1,[TestFrameworkConstants[_0x112d4e(0x288)]]:_0x3b336d,[TestFrameworkConstants[_0x112d4e(0x26c)]]:_0x5e5d55,[TestFrameworkConstants[_0x112d4e(0x1b0)]]:_0x5d8b72,[TestFrameworkConstants[_0x112d4e(0x230)]]:_0x1cce87,[TestFrameworkConstants[_0x112d4e(0x2b1)]]:_0x2bf8be[_0x112d4e(0x219)]||new Date()[_0x112d4e(0x161)](),[TestFrameworkConstants[_0x112d4e(0x2a7)]]:_0x596f12[0x0]||'',[TestFrameworkConstants[_0x112d4e(0x26f)]]:_0x596f12,[TestFrameworkConstants[_0x112d4e(0x1b3)]]:_0x3b336d,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x112d4e(0x1fb)]]:{}};_0x2bf8be['retryOf']&&(_0x4a3c9f[TestFrameworkConstants[_0x112d4e(0x226)]]=_0x2bf8be[_0x112d4e(0x166)]);logger['debug'](_0x112d4e(0x294)+_0x3b336d+_0x112d4e(0x291)+_0x2d2ca1+'\x20(testIdentifier),\x20tags='+JSON[_0x112d4e(0x10a)](_0x1cce87)+',\x20scopes='+util[_0x112d4e(0x153)](_0x596f12)+_0x112d4e(0x1d9)+_0x5e5d55);const _0x283a20={};return _0x283a20[_0x2d2ca1]=_0x4a3c9f,_0x283a20;}['parseJestTestResult'](_0x58cc0f){const _0x2e34bf=a96_0x3c1396,_0x5bae3a={'CevOD':function(_0x486e0c,_0x57fbe6){return _0x486e0c===_0x57fbe6;},'oYnKt':_0x2e34bf(0x1bc),'TBtLz':function(_0x2fbd5e,_0x23d6fb){return _0x2fbd5e===_0x23d6fb;},'yvHRv':_0x2e34bf(0x167),'lLhfW':_0x2e34bf(0x29b),'OzUny':'_ALL','TRtpq':function(_0x2b4a6d,_0x3be7f4){return _0x2b4a6d||_0x3be7f4;},'UshxO':_0x2e34bf(0x124),'tniyj':'unknown','FfInd':function(_0x2f2fbd,_0x372566){return _0x2f2fbd>_0x372566;},'OkcEu':_0x2e34bf(0x242),'GgVAP':function(_0x48fec3,_0xf140f){return _0x48fec3===_0xf140f;},'siNTt':_0x2e34bf(0x1a3),'PqXOp':function(_0x4da4c0,_0x11a1b3){return _0x4da4c0===_0x11a1b3;},'CHuiS':_0x2e34bf(0x17b),'nUerR':_0x2e34bf(0x188),'OGdPk':function(_0x45fafc,_0x35351d){return _0x45fafc===_0x35351d;},'DTevt':function(_0x2c32d7,_0x40033f){return _0x2c32d7!==_0x40033f;},'smySn':function(_0x4f58e3,_0x6790e6,_0x141bcd,_0x66f94b){return _0x4f58e3(_0x6790e6,_0x141bcd,_0x66f94b);},'LkvWl':function(_0x438f4b,_0x157a92){return _0x438f4b>_0x157a92;},'bFTsQ':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','qBzvx':function(_0x3f1be5,_0x21c3ba){return _0x3f1be5>_0x21c3ba;},'EbztT':function(_0x16ed5c,_0x197c46){return _0x16ed5c===_0x197c46;}},{testUUID:_0x43e2bd,testData:_0x34bdcf,testId:_0x447021}=_0x58cc0f;if(_0x5bae3a[_0x2e34bf(0x214)](!_0x34bdcf,!_0x447021))return logger[_0x2e34bf(0x262)](_0x5bae3a[_0x2e34bf(0x1d8)]),{};const _0x10564c=this[_0x2e34bf(0x238)](TestFrameworkState[_0x2e34bf(0x1cd)],HookState[_0x2e34bf(0x164)]),_0x8846a4=_0x10564c['getAllData']()[_0x2e34bf(0x1d0)](_0x447021),_0x47d972=_0x5bae3a[_0x2e34bf(0x214)](_0x8846a4,{}),_0xc1017e=_0x47d972?_0x47d972[TestFrameworkConstants[_0x2e34bf(0x122)]]||{}:{},_0x3a2918=_0x47d972[TestFrameworkConstants[_0x2e34bf(0x155)]];logger[_0x2e34bf(0x262)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3a2918?Object['keys'](_0x3a2918)[_0x2e34bf(0x206)]:0x0)+_0x2e34bf(0x1c0));let _0x5f1ac5=_0x5bae3a[_0x2e34bf(0x189)];if(_0x34bdcf[_0x2e34bf(0x12c)])_0x5f1ac5=_0x34bdcf[_0x2e34bf(0x12c)];else{if(_0x34bdcf[_0x2e34bf(0x14c)]&&_0x5bae3a[_0x2e34bf(0x143)](_0x34bdcf[_0x2e34bf(0x14c)][_0x2e34bf(0x206)],0x0))_0x5f1ac5=_0x5bae3a[_0x2e34bf(0x182)];else _0x5bae3a['GgVAP'](_0x34bdcf['status'],_0x5bae3a[_0x2e34bf(0x191)])||_0x5bae3a[_0x2e34bf(0x1fd)](_0x34bdcf[_0x2e34bf(0x185)],_0x5bae3a[_0x2e34bf(0x13b)])?_0x5f1ac5=_0x5bae3a['CHuiS']:_0x5f1ac5=_0x5bae3a[_0x2e34bf(0x193)];}const _0x49b7c0={..._0x47d972,[TestFrameworkConstants[_0x2e34bf(0x194)]]:_0x5f1ac5,[TestFrameworkConstants[_0x2e34bf(0x231)]]:_0x34bdcf['finished_at']||new Date()[_0x2e34bf(0x161)](),[TestFrameworkConstants[_0x2e34bf(0x275)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x2e34bf(0x122)]]:_0xc1017e,[TestFrameworkConstants[_0x2e34bf(0x211)]]:_0x47d972[TestFrameworkConstants[_0x2e34bf(0x211)]]||[],[TestFrameworkConstants[_0x2e34bf(0x1fb)]]:{}};if(_0x5bae3a[_0x2e34bf(0x285)](_0x5f1ac5,_0x5bae3a[_0x2e34bf(0x182)])&&_0x34bdcf[_0x2e34bf(0x14c)]){const _0xf9826e=this[_0x2e34bf(0x28d)](_0x34bdcf),_0x12b1a0=this[_0x2e34bf(0x243)](_0x34bdcf),_0xe88359=this['getJestFailureData'](_0x34bdcf);_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x14f)]]=_0x12b1a0,_0x49b7c0[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0xf9826e,_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x299)]]=_0xe88359;}_0x5bae3a[_0x2e34bf(0x244)](_0x34bdcf[_0x2e34bf(0x177)],undefined)&&(_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x10f)]]=_0x34bdcf[_0x2e34bf(0x177)]);_0x34bdcf[_0x2e34bf(0x166)]&&(_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x226)]]=_0x34bdcf['retryOf']);const _0x8ebb55=_0x8846a4?_0x8846a4[TestFrameworkConstants[_0x2e34bf(0x155)]]||{}:{},_0x286d37=_0x8846a4?_0x8846a4[TestFrameworkConstants['KEY_TEST_UUID']]:_0x43e2bd,_0x2f5a85=_0x5bae3a[_0x2e34bf(0x11f)](getManualUploadLogs,_0x8ebb55,_0x286d37,_0x447021);if(_0x5bae3a['LkvWl'](_0x2f5a85[_0x2e34bf(0x206)],0x0)){const _0x3a0258=_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x211)]]||[];_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x211)]]=[..._0x3a0258,..._0x2f5a85];}const _0x3e1acf=_0x47d972[TestFrameworkConstants[_0x2e34bf(0x227)]]||{},_0x6eb3bb=_0x47d972[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x5660de={..._0x3e1acf},_0x1e105d=_0x5660de;Object[_0x2e34bf(0x283)](_0x6eb3bb)[_0x2e34bf(0x2a5)](_0xccb2eb=>{const _0x449b8c=_0x2e34bf;!_0x1e105d[_0xccb2eb]&&(_0x1e105d[_0xccb2eb]=[]);const _0x126e9a=new Set((_0x1e105d[_0xccb2eb]||[])[_0x449b8c(0x10d)](_0x41db7a=>_0x41db7a[TestFrameworkConstants[_0x449b8c(0x18d)]]||_0x41db7a[_0x449b8c(0x216)]));(_0x6eb3bb[_0xccb2eb]||[])[_0x449b8c(0x2a5)](_0x52242b=>{const _0x30cb36=_0x449b8c,_0x3a1f12=_0x52242b[TestFrameworkConstants[_0x30cb36(0x18d)]]||_0x52242b['hook_id'];if(!_0x126e9a['has'](_0x3a1f12)){const _0x4d8c7a={..._0x52242b},_0x45be60=_0x4d8c7a;!_0x45be60[TestFrameworkConstants[_0x30cb36(0x217)]]&&!_0x45be60[_0x30cb36(0x28b)]&&(_0x45be60[TestFrameworkConstants[_0x30cb36(0x217)]]=new Date()[_0x30cb36(0x161)]()),!_0x45be60[TestFrameworkConstants[_0x30cb36(0x223)]]&&!_0x45be60['hook_result']&&(_0x45be60[TestFrameworkConstants[_0x30cb36(0x223)]]=TestFrameworkConstants[_0x30cb36(0x24e)]),_0x1e105d[_0xccb2eb][_0x30cb36(0x1eb)](_0x45be60);}});});if(_0x58cc0f['originalTest']){this[_0x2e34bf(0x220)](_0x58cc0f[_0x2e34bf(0x1cc)]);const _0x236268=this[_0x2e34bf(0x1ef)](_0x58cc0f[_0x2e34bf(0x1cc)]),_0x5c811f=this[_0x2e34bf(0x200)](_0x58cc0f[_0x2e34bf(0x1cc)]);_0x5c811f[_0x2e34bf(0x2a5)](_0x27ef29=>{const _0x567427=_0x2e34bf,_0xc65d29=_0x236268[_0x567427(0x1d0)](_0x27ef29);if(_0xc65d29&&(_0x5bae3a[_0x567427(0x1e1)](_0xc65d29[_0x567427(0x24c)],_0x5bae3a[_0x567427(0x162)])||_0x5bae3a[_0x567427(0x263)](_0xc65d29[_0x567427(0x24c)],_0x5bae3a[_0x567427(0x1f6)]))){const _0x11764a=_0xc65d29[_0x567427(0x24c)][_0x567427(0x192)]()[_0x567427(0x14d)](_0x5bae3a[_0x567427(0x128)],_0x5bae3a[_0x567427(0x250)]),_0x1d47ef=_0x11764a;!_0x1e105d[_0x1d47ef]&&(_0x1e105d[_0x1d47ef]=[]);const _0x15ab3b=_0x1e105d[_0x1d47ef][_0x567427(0x1e7)](_0x394f04=>(_0x394f04[TestFrameworkConstants[_0x567427(0x18d)]]||_0x394f04['hook_id'])===_0x27ef29);!_0x15ab3b&&_0x1e105d[_0x1d47ef][_0x567427(0x1eb)]({'key':_0x1d47ef,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x27ef29,[TestFrameworkConstants[_0x567427(0x223)]]:TestFrameworkConstants[_0x567427(0x24e)],[TestFrameworkConstants[_0x567427(0x16e)]]:new Date()[_0x567427(0x161)](),[TestFrameworkConstants[_0x567427(0x217)]]:new Date()[_0x567427(0x161)](),[TestFrameworkConstants[_0x567427(0x156)]]:[],[TestFrameworkConstants[_0x567427(0x13c)]]:_0xc65d29[_0x567427(0x1de)]||_0xc65d29[_0x567427(0x24c)]+_0x567427(0x24a),[TestFrameworkConstants[_0x567427(0x122)]]:_0xc1017e});}});}if(_0x34bdcf[_0x2e34bf(0x2ad)]&&_0x5bae3a['FfInd'](_0x34bdcf[_0x2e34bf(0x2ad)][_0x2e34bf(0x206)],0x0))_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x227)]]=_0x34bdcf[_0x2e34bf(0x2ad)],logger[_0x2e34bf(0x262)](_0x5bae3a[_0x2e34bf(0x150)]);else _0x5bae3a[_0x2e34bf(0x134)](Object[_0x2e34bf(0x283)](_0x1e105d)[_0x2e34bf(0x206)],0x0)&&(_0x49b7c0[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1e105d,logger[_0x2e34bf(0x262)](_0x2e34bf(0x1f0)+Object[_0x2e34bf(0x283)](_0x1e105d)['join'](',')));const _0x273dd6=this[_0x2e34bf(0x184)](_0x34bdcf);logger[_0x2e34bf(0x262)](_0x2e34bf(0x1f2)+_0x273dd6+_0x2e34bf(0x291)+_0x447021+_0x2e34bf(0x2a2)+_0x5f1ac5+_0x2e34bf(0x142)+_0x34bdcf[_0x2e34bf(0x177)]);_0x5bae3a[_0x2e34bf(0x15d)](_0x5f1ac5,_0x5bae3a['OkcEu'])&&logger[_0x2e34bf(0x262)](_0x2e34bf(0x221)+_0x447021+_0x2e34bf(0x179)+_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x14f)]]+',\x20failureReason='+_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x1ad)]]?.['substring'](0x0,0xc8));const _0x51334b={};return _0x51334b[_0x447021]=_0x49b7c0,_0x51334b;}[a96_0x3c1396(0x2b0)](_0x38dc2f){const _0x7baf75=a96_0x3c1396,_0x114fcb={};_0x114fcb['YdpKH']=function(_0xd06e22,_0x4b069f){return _0xd06e22!==_0x4b069f;},_0x114fcb[_0x7baf75(0x1a2)]='ROOT_DESCRIBE_BLOCK';const _0x3fb1b8=_0x114fcb,_0x3053df={};_0x3053df[_0x7baf75(0x1c6)]=0x2,_0x3053df['maxArrayLength']=0x3,logger[_0x7baf75(0x262)](_0x7baf75(0x282)+util[_0x7baf75(0x153)](_0x38dc2f,_0x3053df));const _0x28bb8c=[];if(_0x38dc2f&&_0x38dc2f['parent']){let _0x8ef7c4=_0x38dc2f['parent'];while(_0x8ef7c4&&_0x8ef7c4['name']&&_0x3fb1b8[_0x7baf75(0x1b8)](_0x8ef7c4['name'],'')&&_0x3fb1b8['YdpKH'](_0x8ef7c4[_0x7baf75(0x1de)],_0x3fb1b8['EHDIf'])){_0x28bb8c[_0x7baf75(0x1eb)](_0x8ef7c4[_0x7baf75(0x1de)]),_0x8ef7c4=_0x8ef7c4[_0x7baf75(0x252)];}}return _0x28bb8c[_0x7baf75(0x232)]();}[a96_0x3c1396(0x184)](_0x1f1023){const _0x1ff47d=a96_0x3c1396,_0x5ed4b4={};_0x5ed4b4[_0x1ff47d(0x168)]=_0x1ff47d(0x126);const _0x369e56=_0x5ed4b4;if(_0x1f1023[_0x1ff47d(0x1de)])return _0x1f1023[_0x1ff47d(0x1de)];if(_0x1f1023[_0x1ff47d(0x267)])return _0x1f1023[_0x1ff47d(0x267)];return _0x369e56[_0x1ff47d(0x168)];}['getJestTestTags'](_0x1a5889){const _0x441215=a96_0x3c1396,_0x32e9dc=[];if(_0x1a5889[_0x441215(0x1c8)]&&Array['isArray'](_0x1a5889['tags']))return _0x1a5889[_0x441215(0x1c8)]['map'](_0x2f81c3=>_0x2f81c3[_0x441215(0x115)]('@')?_0x2f81c3[_0x441215(0x160)](0x1):_0x2f81c3);const _0x4c4349=this[_0x441215(0x184)](_0x1a5889),_0x6162cf=_0x4c4349['match'](/@(\w+)/g);if(_0x6162cf)return _0x6162cf['map'](_0x4924f6=>_0x4924f6[_0x441215(0x190)](0x1));return _0x1a5889['scopes']&&Array['isArray'](_0x1a5889[_0x441215(0x21f)])&&_0x1a5889[_0x441215(0x21f)][_0x441215(0x2a5)](_0x352aa8=>{const _0x58ab0d=_0x441215,_0x40d621=_0x352aa8['match'](/@(\w+)/g);_0x40d621&&_0x40d621[_0x58ab0d(0x2a5)](_0x4a2ae5=>{const _0x4fbe07=_0x58ab0d,_0x412fcd=_0x4a2ae5[_0x4fbe07(0x190)](0x1);!_0x32e9dc[_0x4fbe07(0x130)](_0x412fcd)&&_0x32e9dc[_0x4fbe07(0x1eb)](_0x412fcd);});}),_0x32e9dc;}[a96_0x3c1396(0x27c)](_0x51a14c){const _0x2dd4a7=a96_0x3c1396,_0x458450={'bxWzh':function(_0x6d94b,_0x4e2d9d){return _0x6d94b(_0x4e2d9d);}};if(_0x51a14c[_0x2dd4a7(0x1e4)])return _0x51a14c['file_name'];if(_0x51a14c['asyncError'])try{const _0x32f77c=stackTrace[_0x2dd4a7(0x11b)](_0x51a14c[_0x2dd4a7(0x121)]),_0x26d243=_0x458450[_0x2dd4a7(0x10b)](pickUserFrameFile,_0x32f77c);if(_0x26d243)return _0x26d243;logger['debug'](_0x2dd4a7(0x112)+_0x32f77c[_0x2dd4a7(0x206)]+')');}catch(_0x11e776){logger['debug'](_0x2dd4a7(0x178)+util[_0x2dd4a7(0x158)](_0x11e776));}return null;}[a96_0x3c1396(0x28d)](_0x2162bb){const _0x16b225=a96_0x3c1396,_0x3ec09b={};_0x3ec09b[_0x16b225(0x274)]=function(_0x5a8550,_0x278635){return _0x5a8550>_0x278635;},_0x3ec09b['zqgqG']='Unknown\x20error';const _0x492ea5=_0x3ec09b;if(_0x2162bb[_0x16b225(0x14c)]&&_0x492ea5['ztaaO'](_0x2162bb[_0x16b225(0x14c)]['length'],0x0))return util[_0x16b225(0x153)](_0x2162bb[_0x16b225(0x14c)][0x0]);if(_0x2162bb[_0x16b225(0x234)])return _0x2162bb[_0x16b225(0x234)];return _0x492ea5[_0x16b225(0x18e)];}['getJestFailureType'](_0x379657){const _0x5247ae=a96_0x3c1396,_0x5dba9c={};_0x5dba9c[_0x5247ae(0x17d)]=_0x5247ae(0x21e),_0x5dba9c['AvzSb']=_0x5247ae(0x11e),_0x5dba9c[_0x5247ae(0x139)]=_0x5247ae(0x125);const _0x487bb5=_0x5dba9c,_0x20cadd=this['getJestFailureReason'](_0x379657);if(_0x20cadd&&_0x20cadd[_0x5247ae(0x130)](_0x487bb5[_0x5247ae(0x17d)]))return _0x487bb5[_0x5247ae(0x2ac)];return _0x487bb5[_0x5247ae(0x139)];}[a96_0x3c1396(0x137)](_0x5f5bd0){const _0x50848f=a96_0x3c1396,_0xe98f8d={'TFpVe':function(_0x2b3b8e,_0xe82fd9){return _0x2b3b8e(_0xe82fd9);},'VtSHi':_0x50848f(0x295),'hIczl':function(_0x5391f1,_0x378526){return _0x5391f1!==_0x378526;},'QiLqC':'test'},{failureData:_0x2dc3c0}=_0xe98f8d[_0x50848f(0x148)](require,_0xe98f8d[_0x50848f(0x26e)]),_0x50c4f4=[];return _0xe98f8d[_0x50848f(0x24d)](_0x5f5bd0[_0x50848f(0x14c)],undefined)&&_0x50c4f4[_0x50848f(0x1eb)](_0x5f5bd0[_0x50848f(0x14c)],_0xe98f8d[_0x50848f(0x144)]),_0x2dc3c0['apply'](null,_0x50c4f4);}async[a96_0x3c1396(0x24b)](_0x24183f,_0x5e3964,_0x29d0e8,_0x47d6ff){const _0x276856=a96_0x3c1396,_0x5af9d0={'JdOja':_0x276856(0x270),'fMKXj':function(_0xc98bf){return _0xc98bf();},'shTve':function(_0x1a87c6,_0x3cf186){return _0x1a87c6 in _0x3cf186;},'PccdT':function(_0x30f511,_0x10abf5){return _0x30f511===_0x10abf5;},'OJFFx':function(_0x1a8b0f,_0x1711a6){return _0x1a8b0f>_0x1711a6;},'mSLdv':_0x276856(0x242),'zWWiG':_0x276856(0x188),'JDVcb':_0x276856(0x16a),'RcaIW':function(_0x4c0fa9,_0x324a19){return _0x4c0fa9>_0x324a19;},'yvRDy':function(_0x10d42a,_0x11e74c){return _0x10d42a===_0x11e74c;},'PCGDF':function(_0x302664,_0x165026){return _0x302664!==_0x165026;}},{hookData:_0x6be567}=_0x47d6ff,_0x1f9869=_0x29d0e8[_0x276856(0x215)](),_0x41aa99=_0x5e3964[_0x276856(0x215)](),_0x2c0039={};_0x2c0039[_0x276856(0x1c6)]=0x2,_0x2c0039[_0x276856(0x25f)]=0x3,logger[_0x276856(0x262)](_0x276856(0x1f5)+_0x41aa99+_0x276856(0x284)+_0x1f9869+_0x276856(0x109)+util[_0x276856(0x153)](_0x6be567,_0x2c0039));if(!_0x6be567)return logger['debug'](_0x5af9d0[_0x276856(0x14a)]),{};const _0x1b4b5d=_0x6be567[_0x276856(0x19e)]||_0x6be567[_0x276856(0x186)]||_0x5af9d0[_0x276856(0x123)](uuidv4),_0x5cef63=_0x6be567['test_run_id']||this[_0x276856(0x292)](_0x6be567),_0x471a18=_0x5e3964[_0x276856(0x215)]()[_0x276856(0x1af)]('.')[0x1],_0x51c37e=_0x24183f[_0x276856(0x1ee)]()[_0x276856(0x1d0)](_0x5cef63),_0x11b2b4=_0x51c37e?_0x51c37e[TestFrameworkConstants[_0x276856(0x122)]]||{}:{};logger[_0x276856(0x262)](_0x276856(0x1ff)+_0x1b4b5d+',\x20testId='+_0x5cef63+_0x276856(0x23d)+_0x471a18+_0x276856(0x284)+_0x1f9869);if(!_0x51c37e)return logger[_0x276856(0x262)](_0x276856(0x1ea)+_0x5cef63+_0x276856(0x2a4)),this[_0x276856(0x21c)](_0x24183f,_0x5cef63,_0x5e3964,_0x29d0e8,_0x47d6ff),{};let _0x30a51e=_0x51c37e[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x30a51e&&(_0x30a51e={});!_0x5af9d0[_0x276856(0x16b)](_0x471a18,_0x30a51e)&&(_0x30a51e[_0x471a18]=[]);let _0x2dc3ad=_0x51c37e[TestFrameworkConstants[_0x276856(0x227)]];!_0x2dc3ad&&(_0x2dc3ad={});!_0x5af9d0['shTve'](_0x471a18,_0x2dc3ad)&&(_0x2dc3ad[_0x471a18]=[]);const _0x34026d={[_0x5cef63]:{[TestFrameworkConstants[_0x276856(0x20e)]]:_0x30a51e,[TestFrameworkConstants[_0x276856(0x227)]]:_0x2dc3ad,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x276856(0x145)]]:this['getTestFrameworksVersions']()[this[_0x276856(0x19d)]()[0x0]]||''}};if(_0x5af9d0[_0x276856(0x151)](_0x29d0e8,HookState[_0x276856(0x254)])){const _0x92fe03={'key':_0x471a18,[TestFrameworkConstants[_0x276856(0x18d)]]:_0x1b4b5d,[TestFrameworkConstants[_0x276856(0x223)]]:TestFrameworkConstants[_0x276856(0x24e)],[TestFrameworkConstants[_0x276856(0x16e)]]:_0x6be567['started_at']||new Date()[_0x276856(0x161)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x276856(0x13c)]]:_0x6be567[_0x276856(0x1de)]||_0x6be567[_0x276856(0x235)]||_0x471a18,[TestFrameworkConstants[_0x276856(0x122)]]:_0x11b2b4};_0x30a51e[_0x471a18][_0x276856(0x1eb)](_0x92fe03),_0x34026d[_0x5cef63][TestFrameworkConstants[_0x276856(0x228)]]=_0x471a18;const _0x5aca16={};_0x5aca16[_0x276856(0x1c6)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x471a18+_0x276856(0x17e)+_0x1b4b5d+_0x276856(0x291)+_0x5cef63+_0x276856(0x187)+util[_0x276856(0x153)](_0x92fe03,_0x5aca16));}else{if(_0x5af9d0[_0x276856(0x151)](_0x29d0e8,HookState[_0x276856(0x164)])){const _0x1c89bd=_0x6be567[_0x276856(0x12c)]||(_0x6be567[_0x276856(0x14c)]&&_0x5af9d0[_0x276856(0x1c4)](_0x6be567['errorsDetailed'][_0x276856(0x206)],0x0)?_0x5af9d0['mSLdv']:_0x5af9d0[_0x276856(0x281)]),_0x22979a=_0x30a51e[_0x471a18]||[];logger[_0x276856(0x262)](_0x276856(0x202)+_0x471a18+_0x276856(0x291)+_0x5cef63+',\x20result='+_0x1c89bd+_0x276856(0x2a9)+_0x22979a[_0x276856(0x206)]);if(_0x5af9d0[_0x276856(0x151)](_0x22979a[_0x276856(0x206)],0x0)&&_0x5af9d0[_0x276856(0x151)](_0x5e3964,TestFrameworkState[_0x276856(0x173)]))return logger[_0x276856(0x262)](_0x5af9d0[_0x276856(0x13d)]),this[_0x276856(0x21c)](_0x24183f,_0x5cef63,_0x5e3964,_0x29d0e8,_0x47d6ff),{};if(_0x5af9d0[_0x276856(0x24f)](_0x22979a[_0x276856(0x206)],0x0)){const _0x5ad331=_0x22979a[_0x276856(0x1e0)]();_0x5af9d0['yvRDy'](_0x1c89bd,_0x5af9d0[_0x276856(0x276)])&&_0x6be567[_0x276856(0x14c)]?(_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x6be567),_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x276856(0x28d)](_0x6be567),_0x5ad331[TestFrameworkConstants[_0x276856(0x15c)]]=this[_0x276856(0x137)](_0x6be567),logger[_0x276856(0x262)](_0x276856(0x171)+_0x471a18+_0x276856(0x179)+_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+',\x20failureReason='+_0x5ad331[TestFrameworkConstants[_0x276856(0x181)]]?.['substring'](0x0,0xc8))):_0x5ad331[TestFrameworkConstants[_0x276856(0x223)]]=_0x5af9d0[_0x276856(0x281)];_0x5af9d0[_0x276856(0x159)](_0x1c89bd,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x5ad331[TestFrameworkConstants[_0x276856(0x223)]]=_0x1c89bd);_0x5ad331[TestFrameworkConstants[_0x276856(0x217)]]=_0x6be567[_0x276856(0x12d)]||new Date()[_0x276856(0x161)](),_0x5ad331[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x11b2b4;const _0x111111=_0x5ad331[TestFrameworkConstants[_0x276856(0x18d)]];!_0x2dc3ad[_0x471a18]&&(_0x2dc3ad[_0x471a18]=[]);_0x2dc3ad[_0x471a18][_0x276856(0x1eb)](_0x5ad331),_0x34026d[_0x5cef63][TestFrameworkConstants[_0x276856(0x20c)]]=_0x471a18;const _0x1747d4={};_0x1747d4[_0x276856(0x1c6)]=0x2,logger['debug'](_0x276856(0x196)+_0x471a18+_0x276856(0x17e)+_0x111111+_0x276856(0x251)+_0x1c89bd+_0x276856(0x187)+util['inspect'](_0x5ad331,_0x1747d4));}}}return _0x34026d;}[a96_0x3c1396(0x1ce)](_0x187772){const _0x243129=a96_0x3c1396,_0x16a892={};_0x16a892[_0x243129(0x25c)]=_0x243129(0x152);const _0x101bb4=_0x16a892;try{const _0x24c906=_0x187772[_0x243129(0x154)]?this[_0x243129(0x292)](_0x187772[_0x243129(0x154)]):_0x187772[_0x243129(0x1ec)][_0x243129(0x229)],_0x2ef73a=_0x187772[_0x243129(0x175)],_0x11c182=_0x2ef73a[_0x243129(0x1d3)](),_0x547695=_0x2ef73a[_0x243129(0x1ee)]()['get'](_0x24c906);if(!_0x547695)return logger['debug'](_0x243129(0x19a)+_0x24c906),{};const {[TestFrameworkConstants[_0x243129(0x246)]]:_0x545772=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x243129(0x145)]]:_0x3c75c9=this[_0x243129(0x21b)]()[this[_0x243129(0x19d)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x45ae09='',[TestFrameworkConstants[_0x243129(0x231)]]:_0x61614=''}=_0x547695,_0x1f3b4f=_0x2ef73a[_0x243129(0x224)]()[_0x243129(0x215)]()[_0x243129(0x1af)]('.')[0x1],_0x7ea4c8=_0x2ef73a[_0x243129(0x2a6)]()[_0x243129(0x215)]()[_0x243129(0x1af)]('.')[0x1],_0x11af6b=global?.['__workerDetails']?.[_0x243129(0x248)]?.[_0x243129(0x170)]||global[_0x243129(0x1d1)]||0x0,_0x29a3a8=_0x2ef73a['getRef'](),_0x4f0741=Buffer['from'](JSON[_0x243129(0x10a)](_0x547695))[_0x243129(0x215)](_0x101bb4[_0x243129(0x25c)]),_0x574f07={'hash':_0x11c182['getId'](),'threadId':_0x11c182[_0x243129(0x269)]()[_0x243129(0x215)](),'processId':_0x11c182[_0x243129(0x1f9)]()[_0x243129(0x215)]()},_0x21ffda={};_0x21ffda[_0x243129(0x23e)]=_0x11af6b,_0x21ffda['testFrameworkName']=_0x545772,_0x21ffda[_0x243129(0x1e6)]=_0x3c75c9,_0x21ffda[_0x243129(0x1fa)]=_0x1f3b4f,_0x21ffda[_0x243129(0x25e)]=_0x7ea4c8,_0x21ffda[_0x243129(0x27b)]=_0x45ae09,_0x21ffda['endedAt']=_0x61614,_0x21ffda[_0x243129(0x19e)]=_0x29a3a8,_0x21ffda[_0x243129(0x157)]=_0x4f0741,_0x21ffda[_0x243129(0x26a)]=_0x574f07,_0x21ffda[_0x243129(0x2a1)]=_0x24c906;const _0x4d8fa8=_0x21ffda;return _0x4d8fa8;}catch(_0x4cf041){return logger[_0x243129(0x1cf)](_0x243129(0x204)+util['format'](_0x4cf041)),{};}}async[a96_0x3c1396(0x241)](_0x591a4c,_0x1674f7,_0x1f231a){const _0x39a70c=a96_0x3c1396,_0x51399e={'dioHG':function(_0xdbb9f4,_0x1e2808){return _0xdbb9f4+_0x1e2808;},'VpfPQ':_0x39a70c(0x20a),'YebLx':'none','rkdgx':function(_0x4df9ec,_0x348289){return _0x4df9ec>_0x348289;},'SNFlq':function(_0x2e9d49,_0x502133,_0x1b3c3b,_0x32cddf){return _0x2e9d49(_0x502133,_0x1b3c3b,_0x32cddf);},'YCNLA':function(_0xdbd589,_0x5a80eb){return _0xdbd589-_0x5a80eb;},'Zgueh':function(_0x13f307,_0x411b04){return _0x13f307===_0x411b04;},'oXuKz':function(_0x1133da,_0x3ab1d9){return _0x1133da/_0x3ab1d9;},'UJgSP':function(_0x3b8871,_0x5f57cc){return _0x3b8871<_0x5f57cc;},'sMfLs':function(_0x7c938a,_0x15a748){return _0x7c938a*_0x15a748;},'OHCZw':function(_0x46fbb9,_0x1a84ec){return _0x46fbb9+_0x1a84ec;},'nvLpA':function(_0x1eed76,_0x19aa9f){return _0x1eed76>_0x19aa9f;}};try{const _0x44c22d=_0x1f231a[_0x39a70c(0x138)]||_0x1f231a[_0x39a70c(0x20d)],_0xb7434f=Array[_0x39a70c(0x118)](_0x591a4c[_0x39a70c(0x1ee)]()[_0x39a70c(0x283)]()),_0x459736=_0x591a4c[_0x39a70c(0x1ee)]()['get'](_0x44c22d);if(!_0x459736){logger[_0x39a70c(0x262)](_0x39a70c(0x18b)+_0x44c22d);return;}const {[TestFrameworkConstants[_0x39a70c(0x246)]]:_0x4f471f='',[TestFrameworkConstants[_0x39a70c(0x145)]]:_0xcab186=''}=_0x459736;let _0xc4283c=[];_0x459736&&_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]]&&Array[_0x39a70c(0x1c5)](_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]])?(_0xc4283c=_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]]||[],logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0xc4283c['length']+_0x39a70c(0x1ae)+_0x44c22d),_0x591a4c[_0x39a70c(0x113)]({[_0x44c22d]:{[TestFrameworkConstants[_0x39a70c(0x211)]]:[],[TestFrameworkConstants[_0x39a70c(0x246)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x39a70c(0x145)]]:this[_0x39a70c(0x21b)]()[this[_0x39a70c(0x19d)]()[0x0]]||''}}),logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x44c22d)):logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x44c22d);logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0xc4283c[_0x39a70c(0x206)]+_0x39a70c(0x19c)+_0x44c22d);const _0x273a08=_0xc4283c[_0x39a70c(0x278)](_0x4895cd=>_0x4895cd[_0x39a70c(0x1c2)]===_0x39a70c(0x174));_0x51399e[_0x39a70c(0x261)](_0x273a08[_0x39a70c(0x206)],0x0)&&(logger[_0x39a70c(0x262)](_0x39a70c(0x15f)+_0x273a08['length']+_0x39a70c(0x25a)+_0x44c22d),_0x273a08[_0x39a70c(0x2a5)]((_0x385c47,_0x2f3061)=>{const _0x225e39=_0x39a70c;logger['debug'](_0x225e39(0x120)+_0x51399e[_0x225e39(0x1da)](_0x2f3061,0x1)+'/'+_0x273a08[_0x225e39(0x206)]+'\x20-\x20test_identifier='+(_0x385c47[_0x225e39(0x2a1)]||_0x51399e[_0x225e39(0x12f)])+_0x225e39(0x1b4)+(_0x385c47[_0x225e39(0x1b7)]||_0x51399e[_0x225e39(0x12f)])+',\x20hook_run_uuid='+(_0x385c47[_0x225e39(0x1fe)]||_0x51399e[_0x225e39(0x11a)])+',\x20messageLength='+(_0x385c47['message']?.[_0x225e39(0x206)]||0x0));}));const _0x3e5b87=_0x459736[TestFrameworkConstants[_0x39a70c(0x155)]]||{},_0x125591=_0x51399e[_0x39a70c(0x119)](getMediaArtifactsLogs,_0x3e5b87,null,_0x44c22d),_0x1b06ad=(_0xc4283c||[])[_0x39a70c(0x257)](_0x125591||[]),_0x2f267b=_0x273a08?.[_0x39a70c(0x206)]||0x0,_0x506977=_0x51399e[_0x39a70c(0x1c1)](_0xc4283c?.['length']||0x0,_0x2f267b);logger['debug'](_0x39a70c(0x2ae)+_0x44c22d+_0x39a70c(0x1a4)+_0x506977+',\x20screenshotLogs:\x20'+_0x2f267b+_0x39a70c(0x239)+(_0x125591?.['length']||0x0)+_0x39a70c(0x199)+_0x1b06ad[_0x39a70c(0x206)]);if(!_0x1b06ad||_0x51399e[_0x39a70c(0x207)](_0x1b06ad['length'],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x44c22d);return;}const _0x13b03e=0x28,_0x5a9896=Math[_0x39a70c(0x245)](_0x51399e[_0x39a70c(0x15b)](_0x1b06ad[_0x39a70c(0x206)],_0x13b03e));for(let _0x508148=0x0;_0x51399e[_0x39a70c(0x1ba)](_0x508148,_0x5a9896);_0x508148++){const _0x40f413=_0x51399e[_0x39a70c(0x1bd)](_0x508148,_0x13b03e),_0xd2981d=_0x51399e[_0x39a70c(0x1d5)](_0x40f413,_0x13b03e),_0x45c92e=_0x1b06ad['slice'](_0x40f413,_0xd2981d),_0x159d31=global?.['browserstackPlatformIndex']??0x0,_0x165781={'platformIndex':_0x159d31,'logs':_0x45c92e,'testFrameworkName':_0x4f471f,'testFrameworkVersion':_0xcab186,'testFrameworkState':_0x1674f7[_0x39a70c(0x215)]()[_0x39a70c(0x1af)]('.')[0x1]},_0x8eb37a={};_0x8eb37a[_0x39a70c(0x1c6)]=0x3,_0x8eb37a[_0x39a70c(0x25f)]=0x5,logger[_0x39a70c(0x262)](_0x39a70c(0x1c3)+_0x51399e[_0x39a70c(0x1da)](_0x508148,0x1)+'/'+_0x5a9896+'\x20-\x20testId:\x20'+_0x44c22d+_0x39a70c(0x260)+_0x45c92e[_0x39a70c(0x206)]+_0x39a70c(0x176)+_0x159d31+_0x39a70c(0x1d4)+util[_0x39a70c(0x153)](_0x165781,_0x8eb37a));const _0x2b9e6b=await GrpcClient[_0x39a70c(0x12a)]()[_0x39a70c(0x140)](_0x165781);logger[_0x39a70c(0x262)](_0x39a70c(0x1c3)+_0x51399e[_0x39a70c(0x1da)](_0x508148,0x1)+'/'+_0x5a9896+'\x20-\x20testId:\x20'+_0x44c22d+_0x39a70c(0x29a)+util[_0x39a70c(0x153)](_0x2b9e6b));}_0x125591&&_0x51399e[_0x39a70c(0x163)](_0x125591[_0x39a70c(0x206)],0x0)&&_0x459736[TestFrameworkConstants[_0x39a70c(0x155)]]&&_0x591a4c[_0x39a70c(0x113)]({[_0x44c22d]:{[TestFrameworkConstants[_0x39a70c(0x155)]]:{},[TestFrameworkConstants[_0x39a70c(0x246)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x39a70c(0x145)]]:this[_0x39a70c(0x21b)]()[this[_0x39a70c(0x19d)]()[0x0]]||''}}),logger[_0x39a70c(0x262)](_0x39a70c(0x183)+_0x44c22d+_0x39a70c(0x1d6)+_0x5a9896);}catch(_0x472912){logger[_0x39a70c(0x1cf)](_0x39a70c(0x213)+(_0x1f231a[_0x39a70c(0x138)]||_0x1f231a[_0x39a70c(0x20d)])+',\x20error:\x20'+util[_0x39a70c(0x158)](_0x472912));}}['storePendingHook'](_0x45b10f,_0x1fa2fa,_0x59705f,_0x251f9f,_0x255f04){const _0x184c74=a96_0x3c1396,_0x5aaebd={};_0x5aaebd['rNTrX']=function(_0x54bb58,_0x24fecb){return _0x54bb58===_0x24fecb;},_0x5aaebd['kjJhH']='beforeAll';const _0x481aa0=_0x5aaebd,{hookData:_0x2999a1}=_0x255f04,_0x280657={'testId':_0x1fa2fa,'testFrameworkState':_0x59705f,'hookState':_0x251f9f,'args':_0x255f04,'timestamp':new Date()[_0x184c74(0x161)]()};if(_0x481aa0[_0x184c74(0x21a)](_0x59705f,TestFrameworkState['BEFORE_ALL'])&&_0x2999a1){const _0x3e90ed={};_0x3e90ed['filePath']=_0x2999a1['file_name']||_0x2999a1[_0x184c74(0x277)],_0x3e90ed[_0x184c74(0x12e)]=_0x2999a1['scope']||_0x2999a1[_0x184c74(0x21f)]&&_0x2999a1[_0x184c74(0x21f)][0x0]||'',_0x3e90ed['hookType']=_0x481aa0[_0x184c74(0x205)],_0x280657[_0x184c74(0x13f)]=_0x3e90ed,logger[_0x184c74(0x262)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x1fa2fa+',\x20filePath:\x20'+_0x280657['hookMetadata']['filePath']+_0x184c74(0x1f3)+_0x280657[_0x184c74(0x13f)]['scope']);}_0x45b10f[_0x184c74(0x249)](_0x1fa2fa,_0x280657),logger[_0x184c74(0x262)](_0x184c74(0x279)+_0x1fa2fa+_0x184c74(0x264)+_0x59705f+',\x20hookState:\x20'+_0x251f9f);}async[a96_0x3c1396(0x1b6)](_0x5b661b,_0x2e0825){const _0x3bd9b3=a96_0x3c1396,_0x11ca2b={};_0x11ca2b['YcqLV']=function(_0x131ba9,_0x10909b){return _0x131ba9>_0x10909b;},_0x11ca2b[_0x3bd9b3(0x1a6)]=function(_0x446008,_0x2d68cd){return _0x446008===_0x2d68cd;},_0x11ca2b['ytSID']=function(_0x429be2,_0x17248a){return _0x429be2===_0x17248a;},_0x11ca2b['AMJgc']=function(_0x15aadc,_0x28c664){return _0x15aadc===_0x28c664;},_0x11ca2b['ykYaQ']=function(_0x631f0e,_0x772d25){return _0x631f0e===_0x772d25;},_0x11ca2b[_0x3bd9b3(0x28f)]=function(_0x3ba135,_0x23047c){return _0x3ba135>_0x23047c;},_0x11ca2b[_0x3bd9b3(0x28c)]=function(_0xd1f818,_0x35d5f6){return _0xd1f818===_0x35d5f6;},_0x11ca2b[_0x3bd9b3(0x132)]=_0x3bd9b3(0x256);const _0x3a2c8a=_0x11ca2b;if(_0x5b661b[_0x3bd9b3(0x296)](_0x2e0825)){const _0x4af7d0=_0x5b661b[_0x3bd9b3(0x1bb)](_0x2e0825);logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x135)+_0x4af7d0['length']+_0x3bd9b3(0x19b)+_0x2e0825);for(const _0x29e1f9 of _0x4af7d0){try{const _0xc8c8cd=await this[_0x3bd9b3(0x24b)](_0x5b661b,_0x29e1f9['testFrameworkState'],_0x29e1f9['hookState'],_0x29e1f9['args']);_0xc8c8cd&&_0x3a2c8a[_0x3bd9b3(0x172)](Object['keys'](_0xc8c8cd)[_0x3bd9b3(0x206)],0x0)&&_0x5b661b[_0x3bd9b3(0x113)](_0xc8c8cd),await this[_0x3bd9b3(0x17c)](_0x5b661b,_0x29e1f9[_0x3bd9b3(0x1fa)],_0x29e1f9[_0x3bd9b3(0x25e)],_0x29e1f9[_0x3bd9b3(0x20b)]);}catch(_0x4901bc){logger[_0x3bd9b3(0x1cf)](_0x3bd9b3(0x2af)+_0x2e0825+_0x3bd9b3(0x23c)+_0x4901bc);}}_0x5b661b[_0x3bd9b3(0x271)](_0x2e0825),logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x2a3)+_0x2e0825);}const _0x190dfa=_0x5b661b[_0x3bd9b3(0x1ee)]()[_0x3bd9b3(0x1d0)](_0x2e0825);if(_0x190dfa){const _0x38e034=_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x1a9)]]||_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x26c)]],_0x371c6f=_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x2a7)]]||_0x190dfa[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x26f)]][0x0]||'';logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x210)+_0x38e034+',\x20scope:\x20'+_0x371c6f);const _0x13b190=_0x5b661b[_0x3bd9b3(0x2aa)]();for(const _0x292903 of _0x13b190){if(_0x3a2c8a[_0x3bd9b3(0x1a6)](_0x292903,_0x2e0825))continue;if(_0x5b661b[_0x3bd9b3(0x296)](_0x292903)){const _0x3c5e7d=_0x5b661b[_0x3bd9b3(0x1bb)](_0x292903);for(const _0x1386b3 of _0x3c5e7d){if(_0x3a2c8a[_0x3bd9b3(0x1f1)](_0x1386b3[_0x3bd9b3(0x1fa)],TestFrameworkState['BEFORE_ALL'])&&_0x1386b3['hookMetadata']){const _0x5bb794=_0x1386b3[_0x3bd9b3(0x13f)][_0x3bd9b3(0x286)],_0x27d207=_0x1386b3[_0x3bd9b3(0x13f)][_0x3bd9b3(0x12e)];if(_0x3a2c8a[_0x3bd9b3(0x208)](_0x5bb794,_0x38e034)&&_0x3a2c8a[_0x3bd9b3(0x1a0)](_0x27d207,_0x371c6f)){logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x169)+_0x292903+_0x3bd9b3(0x1d7)+_0x2e0825+_0x3bd9b3(0x28a)+_0x5bb794+_0x3bd9b3(0x1f3)+_0x27d207);_0x1386b3[_0x3bd9b3(0x20b)]&&_0x1386b3['args'][_0x3bd9b3(0x1ec)]&&(_0x1386b3[_0x3bd9b3(0x20b)][_0x3bd9b3(0x1ec)]['test_run_id']=_0x2e0825,logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x1c9)+_0x292903+_0x3bd9b3(0x1f8)+_0x2e0825));try{const _0x151586=await this[_0x3bd9b3(0x24b)](_0x5b661b,_0x1386b3[_0x3bd9b3(0x1fa)],_0x1386b3[_0x3bd9b3(0x25e)],_0x1386b3['args']);_0x151586&&_0x3a2c8a[_0x3bd9b3(0x28f)](Object['keys'](_0x151586)[_0x3bd9b3(0x206)],0x0)&&_0x5b661b[_0x3bd9b3(0x113)](_0x151586);await this[_0x3bd9b3(0x17c)](_0x5b661b,_0x1386b3['testFrameworkState'],_0x1386b3[_0x3bd9b3(0x25e)],_0x1386b3['args']);const _0x4c1e82=_0x5b661b['getPendingHooks'](_0x292903)[_0x3bd9b3(0x278)](_0x58905a=>_0x58905a!==_0x1386b3);if(_0x3a2c8a['IeqNq'](_0x4c1e82['length'],0x0))_0x5b661b['removePendingHooks'](_0x292903);else{_0x5b661b[_0x3bd9b3(0x271)](_0x292903);for(const _0x5a0c2c of _0x4c1e82){_0x5b661b[_0x3bd9b3(0x249)](_0x292903,_0x5a0c2c);}}logger[_0x3bd9b3(0x262)](_0x3a2c8a['IgkPH']);}catch(_0x2a16b1){logger['error'](_0x3bd9b3(0x290)+_0x2e0825+_0x3bd9b3(0x23c)+_0x2a16b1);}}}}}}}}['mapTestHooks'](_0x5ad851){const _0x5b4506=a96_0x3c1396,_0xe39ea8={'jDCuR':function(_0x5ce839){return _0x5ce839();}};if(!_0x5ad851||!_0x5ad851['parent'])return;_0x5ad851['parent']['hooks']&&Array['isArray'](_0x5ad851[_0x5b4506(0x252)][_0x5b4506(0x2ad)])&&_0x5ad851['parent'][_0x5b4506(0x2ad)][_0x5b4506(0x2a5)](_0x47281b=>{const _0x3e5730=_0x5b4506;!_0x47281b[_0x3e5730(0x186)]&&!_0x47281b[_0x3e5730(0x13e)]&&(_0x47281b[_0x3e5730(0x186)]=_0xe39ea8[_0x3e5730(0x273)](uuidv4),_0x47281b[_0x3e5730(0x13e)]=_0x47281b[_0x3e5730(0x186)],logger[_0x3e5730(0x262)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x47281b[_0x3e5730(0x24c)]+',\x20hookUUID='+_0x47281b[_0x3e5730(0x186)]));}),this[_0x5b4506(0x220)](_0x5ad851[_0x5b4506(0x252)]);}[a96_0x3c1396(0x200)](_0x1897ca){const _0x4d94e1=a96_0x3c1396,_0x492a22={'KuILy':function(_0xc125a2,_0x120912){return _0xc125a2(_0x120912);}};if(!_0x1897ca||!_0x1897ca['parent'])return[];const _0x3237b9=[];return _0x1897ca['parent'][_0x4d94e1(0x2ad)]&&Array[_0x4d94e1(0x1c5)](_0x1897ca['parent'][_0x4d94e1(0x2ad)])&&_0x1897ca[_0x4d94e1(0x252)][_0x4d94e1(0x2ad)]['forEach'](_0x516ea7=>{const _0x319557=_0x4d94e1,_0x2e1658=_0x516ea7[_0x319557(0x186)]||_0x516ea7['hookUUID'];_0x2e1658&&!this[_0x319557(0x237)](_0x516ea7)&&!_0x492a22[_0x319557(0x209)](isInternalHook,_0x516ea7['fn'])&&_0x3237b9['push'](_0x2e1658);}),[..._0x3237b9,...this['getHooksForTest'](_0x1897ca[_0x4d94e1(0x252)])];}[a96_0x3c1396(0x1ef)](_0x1d3c30){const _0x20c66f=a96_0x3c1396,_0x1331e8={'yoUdc':function(_0x458bec,_0x406bc4){return _0x458bec(_0x406bc4);},'vKhfB':_0x20c66f(0x240),'oEAfS':function(_0x745816,_0x4e26e5){return _0x745816(_0x4e26e5);}},_0x3b3fbd=new Map(),_0x53dbde=_0x22cda6=>{const _0x1a964a=_0x20c66f,_0x407773={'QmlxT':function(_0xb951b1,_0x5866b5){const _0x52dbe7=a96_0x1d5f;return _0x1331e8[_0x52dbe7(0x18f)](_0xb951b1,_0x5866b5);},'hKzFf':_0x1331e8[_0x1a964a(0x12b)]};if(!_0x22cda6||!_0x22cda6[_0x1a964a(0x252)])return;_0x22cda6['parent']['hooks']&&Array[_0x1a964a(0x1c5)](_0x22cda6[_0x1a964a(0x252)][_0x1a964a(0x2ad)])&&_0x22cda6[_0x1a964a(0x252)][_0x1a964a(0x2ad)][_0x1a964a(0x2a5)](_0x1d0fd1=>{const _0x481ad7=_0x1a964a,_0x1d5646=_0x1d0fd1[_0x481ad7(0x186)]||_0x1d0fd1[_0x481ad7(0x13e)];if(_0x1d5646&&!this['isJestInternalHook'](_0x1d0fd1)&&!_0x407773[_0x481ad7(0x1be)](isInternalHook,_0x1d0fd1['fn'])){const _0x228a6e={};_0x228a6e['type']=_0x1d0fd1[_0x481ad7(0x24c)]||_0x407773['hKzFf'],_0x228a6e['name']=_0x1d0fd1[_0x481ad7(0x1de)]||'\x22'+_0x1d0fd1[_0x481ad7(0x24c)]+_0x481ad7(0x1dc),_0x3b3fbd[_0x481ad7(0x16f)](_0x1d5646,_0x228a6e);}}),_0x1331e8[_0x1a964a(0x18f)](_0x53dbde,_0x22cda6[_0x1a964a(0x252)]);};return _0x1331e8['oEAfS'](_0x53dbde,_0x1d3c30),_0x3b3fbd;}[a96_0x3c1396(0x237)](_0x33cc7a){const _0x41b0bb=a96_0x3c1396,_0x1000e2={};_0x1000e2[_0x41b0bb(0x1a8)]='jest-circus',_0x1000e2['VmGxr']=_0x41b0bb(0x29f);const _0x175cd1=_0x1000e2;try{const _0x21e4c1=this[_0x41b0bb(0x136)](_0x33cc7a);if(!_0x21e4c1||_0x21e4c1[_0x41b0bb(0x130)](_0x175cd1[_0x41b0bb(0x1a8)]))return!![];return![];}catch(_0x5ecc54){logger[_0x41b0bb(0x262)](_0x175cd1[_0x41b0bb(0x1aa)]);}return![];}[a96_0x3c1396(0x136)](_0x3e2dda){const _0x51290b=a96_0x3c1396,_0x505a3d={'pxufZ':function(_0xccf4b0,_0x11ef87){return _0xccf4b0(_0x11ef87);}};if(_0x3e2dda[_0x51290b(0x18a)])return _0x3e2dda['file'];if(_0x3e2dda[_0x51290b(0x121)])try{const _0x5916cf=stackTrace['parse'](_0x3e2dda[_0x51290b(0x121)]),_0x5490e6=_0x505a3d[_0x51290b(0x110)](pickUserFrameFile,_0x5916cf);if(_0x5490e6)return _0x5490e6;logger['debug'](_0x51290b(0x212)+_0x5916cf['length']+')');}catch(_0x1ec879){logger[_0x51290b(0x262)](_0x51290b(0x111)+util[_0x51290b(0x158)](_0x1ec879));}return null;}}module[a96_0x3c1396(0x26b)]=JestTestFramework;function a96_0x1d5f(_0x38025a,_0x3b9abd){const _0x4560c1=a96_0x4560();return a96_0x1d5f=function(_0x1d5f75,_0x57811d){_0x1d5f75=_0x1d5f75-0x109;let _0x5ec993=_0x4560c1[_0x1d5f75];return _0x5ec993;},a96_0x1d5f(_0x38025a,_0x3b9abd);}function a96_0x4560(){const _0x44b5af=['getInstance','vKhfB','result','finished_at','scope','VpfPQ','includes','WytRB','IgkPH','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','qBzvx','Processing\x20','getRootParentFile','getJestFailureData','testUUID','ElARK','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','CHuiS','KEY_HOOK_NAME','JDVcb','hookUUID','hookMetadata','logCreatedEvent','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20duration=','FfInd','QiLqC','KEY_TEST_FRAMEWORK_VERSION','createContext','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','TFpVe','JestTestFramework','JdOja','pid','errorsDetailed','replace',',\x20contextId=','KEY_TEST_FAILURE_TYPE','bFTsQ','PccdT','base64','inspect','test','KEY_TEST_ATTACHMENTS','KEY_HOOK_LOGS','eventJson','format','PCGDF','./constants/testFrameworkConstants.js','oXuKz','KEY_HOOK_FAILURE','EbztT','31698729eFKKhq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','substr','toISOString','oYnKt','nvLpA','POST','8QhTPYg','retryOf','beforeAll','bYXBF','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','shTve','getId','code','KEY_EVENT_STARTED_AT','set','parallelIndex','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','YcqLV','BEFORE_ALL','TEST_SCREENSHOT','instance',',\x20platformIndex:\x20','duration','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20failureType=','./testFramework','skipped','runHooks','wKEyM',',\x20hookId=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','KEY_HOOK_FAILURE_REASON','OkcEu','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestName','status','hookAnalyticsId',',\x20hook=','passed','tniyj','file','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KYpJv','KEY_HOOK_ID','zqgqG','yoUdc','slice','siNTt','toUpperCase','nUerR','KEY_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20totalLogs:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','\x20pending\x20hooks\x20for\x20testId:\x20','\x20for\x20testId:\x20','getTestFrameworks','uuid','util','ykYaQ','tQWJT','EHDIf','skip',',\x20consoleLogs:\x20','7192475ZaryuZ','JYxDE','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','PPlDM','KEY_TEST_FILE_PATH','VmGxr','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','\x20logs\x20for\x20testId:\x20','split','KEY_TEST_CODE','stack-trace','removeActiveHook','KEY_TEST_RERUN_NAME',',\x20test_run_uuid=','trackJestInstance:\x20created\x20instance\x20for\x20target=','processPendingHooks','test_run_uuid','YdpKH','NONE','UJgSP','getPendingHooks','afterAll','sMfLs','QmlxT','dSxvf','\x20attachments','YCNLA','kind','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','OJFFx','isArray','depth','../TestInfo.js','tags','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','bicfF','originalTest','TEST','createTestFrameworkEventPayload','error','get','__bstackPlatformIndex','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getContext',',\x20payload:\x20','OHCZw',',\x20totalBatches:\x20',',\x20currentTestId:\x20','UshxO',',\x20filePath=','dioHG','153929xTZcPx','\x22\x20hook','getTrackedInstance','name','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','pop','CevOD','has','1425120LmFZYf','file_name','Tomnm','testFrameworkVersion','find','\x20&\x20hookState=','gUAGS','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','push','hookData','14FoLxTK','getAllData','buildHookMapFromTest','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','ytSID','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20scope:\x20','warn','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','yvHRv','activeHooks','\x20to\x20','getProcessId','testFrameworkState','KEY_TEST_META',',\x20hookUUID=','PqXOp','hook_run_uuid','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getHooksForTest',',\x20state=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','Error\x20in\x20createTestFrameworkEventPayload:\x20','kjJhH','length','Zgueh','AMJgc','KuILy','missing','args','KEY_HOOK_LAST_FINISHED','testId','KEY_HOOKS_STARTED','setActiveHook','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','KEY_LOGS','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','TRtpq','toString','hook_id','KEY_EVENT_ENDED_AT','1925412nkQetO','started_at','rNTrX','getTestFrameworksVersions','storePendingHook','wkcyT','Assert','scopes','mapTestHooks','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20argsKeys=','KEY_HOOK_RESULT','getCurrentTestState','KEY_TEST_LOGS','KEY_TEST_RETRY_OF','KEY_HOOKS_FINISHED','KEY_HOOK_LAST_STARTED','test_run_id','\x20(testIdentifier)',',\x20version=',':testAnalyticsId','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','4604978MDgtQr','KEY_TEST_TAGS','KEY_TEST_ENDED_AT','reverse','KEY_TEST_ID','failure_reason','hook_type','trackEvent','isJestInternalHook','resolveInstance',',\x20attachmentLogs:\x20','trackJestInstance','../state/hookState.js',',\x20error:\x20','\x20(testIdentifier),\x20hookType=','platformIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','unknown','sendLogCreatedEvent','failed','getJestFailureType','DTevt','ceil','KEY_TEST_FRAMEWORK_NAME','UlJBR','workerInfo','addPendingHook','\x20hook','trackHookEvent','type','hIczl','DEFAULT_HOOK_RESULT','RcaIW','OzUny',',\x20result=','parent','../cliUtils.js','PRE','bFfJu','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','concat','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','\x20screenshot\x20logs\x20for\x20testId:\x20','../../../helpers/helper.js','tqWaL','HCqHp','hookState','maxArrayLength',',\x20logsInBatch:\x20','rkdgx','debug','TBtLz',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20',',\x20target=','title','3740920QFUhqO','getThreadId','executionContext','exports','KEY_TEST_LOCATION','jXEsE','VtSHi','KEY_TEST_SCOPES','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','jDCuR','ztaaO','KEY_TEST_RESULT_AT','mSLdv','location','filter','Stored\x20pending\x20hook\x20for\x20testId:\x20','irjhx','startedAt','getJestTestFilePath','getCurrentInstanceName','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','haYRK','zWWiG','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','keys',',\x20hookState=','OGdPk','filePath','yMFSq','KEY_TEST_NAME','trackJestInstance:\x20instance\x20already\x20exists',',\x20filePath:\x20','event_ended_at','IeqNq','getJestFailureReason','hookType','RfBXA','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20',',\x20testId=','getJestTestIdentifier','testData','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','../../../helpers/test-observability/utils','hasPendingHooks','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','parseJestTestResult','KEY_TEST_FAILURE',',\x20response=','ALL','setTrackedInstance','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','join','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','parseJestTest','test_identifier','\x20(testIdentifier),\x20result=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20storing\x20as\x20pending\x20hook','forEach','getCurrentHookState','KEY_TEST_SCOPE','../state/testFrameworkState.js',',\x20hooksListLength=','getAllPendingHookTestIds','../../../helpers/classLogger.js','AvzSb','hooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','getJestTestScopes','KEY_TEST_STARTED_AT',',\x20hookData=','stringify','bxWzh','../../../helpers/stackFrameUtils','map','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','KEY_TEST_DURATION','pxufZ','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','addMultipleEntries','delete','startsWith','DEFAULT_TEST_RESULT','\x20files','from','SNFlq','YebLx','parse','body',',\x20hookType=','AssertionError','smySn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','asyncError','KEY_CUSTOM_TAGS','fMKXj','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','UnhandledError','Unknown\x20Test',',\x20testData=','lLhfW',',\x20testFramework='];a96_0x4560=function(){return _0x44b5af;};return a96_0x4560();}
|
|
1
|
+
const a96_0x22d845=a96_0x4d5e;function a96_0x4583(){const _0x56c1c6=['trackEvent','../TestInfo.js','addMultipleEntries',',\x20error:\x20','getAllPendingHookTestIds','KEY_TEST_SCOPES','../../../helpers/helper.js','isArray','testFrameworkState','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','logCreatedEvent','reverse','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hookState','ShHMr','OJyjD','error','../../../helpers/classLogger.js','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','../instances/testFrameworkInstance.js','getRootParentFile','cUciO','mapTestHooks','../../../helpers/test-observability/utils','KEY_HOOKS_STARTED','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','storePendingHook','KEY_HOOK_FAILURE_REASON','Blgya','apply','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','OxTUC','testFrameworkName','FBGqV','ozopk','getRef',',\x20state:\x20','RlLUe','workerInfo','KEY_AUTOMATE_SESSION_NAME','getHooksForTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','activeHooks',',\x20argsKeys=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','stringify','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','test_run_id','getJestFailureData','skipped','trackJestInstance','getJestTestScopes','EJUYT','getAllData','removePendingHooks','toString','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','JestTestFramework','test_run_uuid','jgYoe','xIYeo','GtrEQ','eQQNc','get','16gSudnU','BDyqR','HfLVI','sPlvw','\x20(testIdentifier),\x20hookType=','hook_type','3756dXxzqA','vdQou','getCurrentHookState','finished_at','exports','findIndex',',\x20hook_run_uuid=','getJestFailureReason','vbptp','substr','GuehG','parse','KEY_TEST_LOGS','BbWGk','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','NONE',',\x20consoleLogs:\x20','maxArrayLength','AEWJe','push','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','BzgGZ','event_ended_at','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','addPendingHook','aWIvo','aRscw','trackJestInstance:\x20instance\x20already\x20exists','isJestInternalHook','KEY_HOOK_LOGS','warn','getJestTestName','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','PRE','startsWith','KEY_TEST_ENDED_AT','file_name','length','3202380sTWaRo','KEY_TEST_ATTACHMENTS',',\x20screenshotLogs:\x20','name',',\x20testData=',',\x20hook=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','rENZl','getJestFailureType','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','depth','UHuPh','test_identifier','Unknown\x20Test','args','EmWkr','../state/hookState.js','tnnAN','\x20-\x20testId:\x20','startedAt',',\x20hookUUID=','retryOf',',\x20filePath:\x20','testId','KEY_TEST_NAME','KEY_HOOK_ID',',\x20test_run_uuid=',',\x20hookData=','shjQE','hookUUID','gUjiB','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','lFiHc','KEY_EVENT_STARTED_AT','platformIndex','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','originalTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','\x20screenshot\x20logs\x20for\x20testId:\x20','hook_run_uuid','Hikjw','Unknown\x20error','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','ubyXW','\x20files','zJMTM','toUpperCase','aDasn','passed','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','instance','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','\x20attachments','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','EqLeW','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','parallelIndex','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20hookState:\x20','parseJestTestResult','resolveInstance','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getInstance','matchHookRegex','4MMmnsN','getContext','forEach','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','AssertionError','ALL','delete','hookAnalyticsId','substring','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20hooksListLength=','includes','afterAll','filter','getTrackedInstance','beforeAll','pkQhw','status','KEY_TEST_FRAMEWORK_NAME','gnxJK','replace',',\x20testId=','endedAt','yktTa','bGhNx','2083818UBwWET','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','LWObB','POST','bKKew','failure_reason',',\x20hookId=','parent','orUmt','\x20to\x20','KEY_TEST_CODE','sMaBk','KEY_LOGS','buildHookMapFromTest','hDNdm','_ALL','lddEP','KEY_TEST_FAILURE','kpTDW','pop','../cliUtils.js','getJestTestIdentifier','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','eRtPb','createTestFrameworkEventPayload','trackHookEvent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','keys','dLnOy','KEY_HOOK_NAME','WBMiU','concat','location','result','test','KEY_TEST_ID',',\x20totalHooks=','KEY_TEST_FILE_PATH','unknown',',\x20response=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','../instances/trackedInstance.js',',\x20platformIndex:\x20','title','ceil','eDUpM',',\x20failureReason=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_RESULT','started_at','testData','dqhio','nIMar','skip','join','TEST','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','type','getPendingHooks','inspect','BEFORE_ALL',':testAnalyticsId','KEY_TEST_LOCATION','7072533rAjzIo','\x20for\x20testId:\x20',',\x20exception=','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20totalBatches:\x20','browserstackPlatformIndex','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20duration=','YSmvk','\x20hook','KEY_EVENT_ENDED_AT','file','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_TEST_RESULT','Error\x20in\x20createTestFrameworkEventPayload:\x20','filePath','eventJson','getActiveHook','KgLtD','uuid','getTestFrameworks','26670567zcaDXf','split',',\x20hookType=','none','Poing','from','setActiveHook','\x20logs\x20for\x20testId:\x20','getProcessId','scope',',\x20hookState=','XOgzD','stack-trace',',\x20scopes=','match','NunEJ','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','toISOString','hookType','runHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','hookMetadata','AgWzh','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20result=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20messageLength=','missing','dLcbE','hookData',',\x20attachmentLogs:\x20',',\x20scope:\x20','KEY_TEST_SCOPE','Assert','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_RERUN_NAME','failed','300cUZwdj','map','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','PCyHZ','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','set','DEFAULT_HOOK_RESULT','aNtlf','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','iuzoQ','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','omCTn','tags','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','DEFAULT_TEST_RESULT','KEY_TEST_RETRY_OF','pid','duration','Processing\x20','setTrackedInstance','__bstackPlatformIndex','testUUID','juROK',',\x20target=','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','TtKjx','kind','removeActiveHook','KEY_TEST_TAGS','1883399MUtDLx','getId','KEY_TEST_FRAMEWORK_VERSION',',\x20version=','asyncError','debug',',\x20state=','cGRPm','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','ROOT_DESCRIBE_BLOCK','212gFySuD','parseJestTest','\x22\x20hook','trackJestInstance:\x20created\x20instance\x20for\x20target=','aqyPg',',\x20failureType=','body','errorsDetailed','KEY_TEST_META','KgaWa','getTestFrameworksVersions','scopes','KEY_TEST_FAILURE_TYPE','has','aJHjb','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','getThreadId','7116iVSRQC','sendLogCreatedEvent','hook_id','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_STARTED_AT','../grpcClient','createContext','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','format','./constants/testFrameworkConstants.js','getJestTestTags',',\x20testFramework=','\x20&\x20hookState='];a96_0x4583=function(){return _0x56c1c6;};return a96_0x4583();}(function(_0x761a26,_0x229183){const _0xebb915=a96_0x4d5e,_0x59779e=_0x761a26();while(!![]){try{const _0x5094fa=parseInt(_0xebb915(0x1e2))/0x1*(-parseInt(_0xebb915(0x24a))/0x2)+-parseInt(_0xebb915(0x2cb))/0x3*(parseInt(_0xebb915(0x2b0))/0x4)+parseInt(_0xebb915(0x348))/0x5*(parseInt(_0xebb915(0x1f4))/0x6)+parseInt(_0xebb915(0x1d6))/0x7*(-parseInt(_0xebb915(0x244))/0x8)+-parseInt(_0xebb915(0x30b))/0x9+parseInt(_0xebb915(0x270))/0xa+parseInt(_0xebb915(0x321))/0xb;if(_0x5094fa===_0x229183)break;else _0x59779e['push'](_0x59779e['shift']());}catch(_0x47cae5){_0x59779e['push'](_0x59779e['shift']());}}}(a96_0x4583,0x617c6));function a96_0x4d5e(_0x5a3342,_0x5b5e69){const _0x4583e9=a96_0x4583();return a96_0x4d5e=function(_0x4d5ec7,_0x2845a4){_0x4d5ec7=_0x4d5ec7-0x1ba;let _0x51143f=_0x4583e9[_0x4d5ec7];return _0x51143f;},a96_0x4d5e(_0x5a3342,_0x5b5e69);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a96_0x22d845(0x280)),{createClassLogger}=require(a96_0x22d845(0x214)),TestFrameworkInstance=require(a96_0x22d845(0x216)),CLIUtils=require(a96_0x22d845(0x2e0)),TrackedInstance=require(a96_0x22d845(0x2f5)),TestFrameworkConstants=require(a96_0x22d845(0x1fd)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x22d845(0x207)),{isInternalHook}=require(a96_0x22d845(0x21a)),logger=createClassLogger(a96_0x22d845(0x23d)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a96_0x22d845(0x202)),GrpcClient=require(a96_0x22d845(0x1f9)),stackTrace=require(a96_0x22d845(0x32d)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x3750b8,_0xe33a69,_0x37b738){const _0x4059e3=a96_0x22d845;super(_0x3750b8,_0xe33a69,_0x37b738),this[_0x4059e3(0x22e)]=new Map();}[a96_0x22d845(0x327)](_0x169d7f,_0x654f9f,_0x406767){const _0x4f5eee=a96_0x22d845,_0x5043bb={};_0x5043bb[_0x4f5eee(0x246)]=function(_0x403d34,_0x569ce7){return _0x403d34||_0x569ce7;};const _0x3c2cfc=_0x5043bb;if(_0x3c2cfc['HfLVI'](!_0x169d7f,!_0x654f9f)){logger[_0x4f5eee(0x268)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x169d7f+_0x4f5eee(0x284)+_0x654f9f);return;}!this[_0x4f5eee(0x22e)][_0x4f5eee(0x1ef)](_0x169d7f)&&this[_0x4f5eee(0x22e)][_0x4f5eee(0x1ba)](_0x169d7f,[]);const _0x434a05={'hookUUID':_0x654f9f,'hookType':_0x406767,'startedAt':new Date()['toISOString']()};this[_0x4f5eee(0x22e)][_0x4f5eee(0x243)](_0x169d7f)[_0x4f5eee(0x25d)](_0x434a05),logger[_0x4f5eee(0x1db)](_0x4f5eee(0x2a1)+_0x169d7f+',\x20hookUUID='+_0x654f9f+',\x20hookType='+_0x406767+_0x4f5eee(0x2f0)+this['activeHooks'][_0x4f5eee(0x243)](_0x169d7f)[_0x4f5eee(0x26f)]);}[a96_0x22d845(0x1d4)](_0x4e1853,_0x2dd161){const _0xf20501=a96_0x22d845,_0x107af3={};_0x107af3['zJMTM']=function(_0x4b4db9,_0x2b4d2c){return _0x4b4db9||_0x2b4d2c;},_0x107af3['aDasn']=function(_0x5b18a8,_0x44ad1d){return _0x5b18a8!==_0x44ad1d;},_0x107af3[_0xf20501(0x241)]=function(_0x41c47b,_0xfd5657){return _0x41c47b===_0xfd5657;};const _0x183928=_0x107af3;if(_0x183928[_0xf20501(0x29d)](!_0x4e1853,!_0x2dd161)){logger[_0xf20501(0x268)](_0xf20501(0x331)+_0x4e1853+_0xf20501(0x284)+_0x2dd161);return;}if(this[_0xf20501(0x22e)][_0xf20501(0x1ef)](_0x4e1853)){const _0x1e91ad=this[_0xf20501(0x22e)][_0xf20501(0x243)](_0x4e1853),_0xde656b=_0x1e91ad[_0xf20501(0x24f)](_0x28f82b=>_0x28f82b[_0xf20501(0x28d)]===_0x2dd161);_0x183928[_0xf20501(0x29f)](_0xde656b,-0x1)?(_0x1e91ad['splice'](_0xde656b,0x1),logger['debug'](_0xf20501(0x33b)+_0x4e1853+_0xf20501(0x284)+_0x2dd161+',\x20remainingHooks='+_0x1e91ad[_0xf20501(0x26f)]),_0x183928['GtrEQ'](_0x1e91ad[_0xf20501(0x26f)],0x0)&&this[_0xf20501(0x22e)][_0xf20501(0x2b6)](_0x4e1853)):logger['debug'](_0xf20501(0x2a5)+_0x4e1853+_0xf20501(0x284)+_0x2dd161);}}[a96_0x22d845(0x31d)](_0x557c6c){const _0x3ddbb9=a96_0x22d845,_0x397a6b={};_0x397a6b['PCyHZ']=function(_0x19edf7,_0x111758){return _0x19edf7>_0x111758;},_0x397a6b[_0x3ddbb9(0x330)]=function(_0x36d3a1,_0x5c2c34){return _0x36d3a1-_0x5c2c34;};const _0x521897=_0x397a6b;if(!_0x557c6c)return null;if(this[_0x3ddbb9(0x22e)][_0x3ddbb9(0x1ef)](_0x557c6c)){const _0x1fe0e1=this[_0x3ddbb9(0x22e)]['get'](_0x557c6c);if(_0x521897[_0x3ddbb9(0x34b)](_0x1fe0e1[_0x3ddbb9(0x26f)],0x0)){const _0x4fee4d=_0x1fe0e1[_0x521897[_0x3ddbb9(0x330)](_0x1fe0e1[_0x3ddbb9(0x26f)],0x1)];return logger[_0x3ddbb9(0x1db)](_0x3ddbb9(0x2f4)+_0x557c6c+',\x20hookUUID='+_0x4fee4d[_0x3ddbb9(0x28d)]+_0x3ddbb9(0x323)+_0x4fee4d[_0x3ddbb9(0x333)]),_0x4fee4d;}}return null;}async[a96_0x22d845(0x201)](_0x13d3ee,_0x1b5b72,_0x40cc5e={}){const _0x5979a5=a96_0x22d845,_0x13e28f={};_0x13e28f[_0x5979a5(0x337)]=_0x5979a5(0x2b3),_0x13e28f[_0x5979a5(0x1ce)]=function(_0x5f4e4a,_0x2d5ece){return _0x5f4e4a===_0x2d5ece;},_0x13e28f[_0x5979a5(0x263)]=function(_0xcb4a95,_0x4bbbfd){return _0xcb4a95||_0x4bbbfd;},_0x13e28f[_0x5979a5(0x1c1)]=_0x5979a5(0x230),_0x13e28f['vRKUo']=function(_0x5c430f,_0x241f4f){return _0x5c430f===_0x241f4f;};const _0x19626b=_0x13e28f;logger['debug'](_0x5979a5(0x215)+_0x13d3ee+',\x20hookState='+_0x1b5b72+_0x5979a5(0x22f)+Object[_0x5979a5(0x2e7)](_0x40cc5e)[_0x5979a5(0x302)](',')),await super['trackEvent'](_0x13d3ee,_0x1b5b72,_0x40cc5e);const _0xa964b2=this[_0x5979a5(0x2ac)](_0x13d3ee,_0x1b5b72,_0x40cc5e);if(!_0xa964b2){logger['debug'](_0x19626b[_0x5979a5(0x337)]);return;}try{let _0x4e58f4,_0x3102fa,_0x3671da;switch(_0x13d3ee){case TestFrameworkState[_0x5979a5(0x303)]:_0x4e58f4=_0x40cc5e[_0x5979a5(0x2ee)];const _0x3dd3a1={};_0x3dd3a1[_0x5979a5(0x27a)]=0x2,_0x3dd3a1[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x30f)+_0x1b5b72+_0x5979a5(0x274)+util[_0x5979a5(0x307)](_0x4e58f4,_0x3dd3a1)),_0x3671da=this['getJestTestIdentifier'](_0x4e58f4),_0x3102fa=null,logger[_0x5979a5(0x1db)](_0x5979a5(0x258)+_0x3671da+'\x20(testIdentifier)');if(_0x19626b[_0x5979a5(0x1ce)](_0x1b5b72,HookState['PRE'])){logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x3671da);const _0x53c77d={};_0x53c77d['testUUID']=_0x3102fa,_0x53c77d[_0x5979a5(0x2fe)]=_0x4e58f4,_0x53c77d['testId']=_0x3671da;const _0x3caa97=this[_0x5979a5(0x1e3)](_0x53c77d),_0x5dd7ce={};_0x5dd7ce[_0x5979a5(0x27a)]=0x2,_0x5dd7ce[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x345)+util[_0x5979a5(0x307)](_0x3caa97,_0x5dd7ce)),_0xa964b2[_0x5979a5(0x203)](_0x3caa97),logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3671da),await this['processPendingHooks'](_0xa964b2,_0x3671da);}else{if(_0x19626b[_0x5979a5(0x1ce)](_0x1b5b72,HookState['POST'])){logger['debug'](_0x5979a5(0x1c5)+_0x3671da);const _0x16865b=_0xa964b2['getAllData']()[_0x5979a5(0x243)](_0x3671da);logger[_0x5979a5(0x1db)](_0x5979a5(0x1d1)+util[_0x5979a5(0x307)](Object['keys'](_0x19626b['aWIvo'](_0x16865b,{}))));_0x16865b&&_0x16865b[TestFrameworkConstants[_0x5979a5(0x271)]]?logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object['keys'](_0x16865b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x5979a5(0x29c)):logger[_0x5979a5(0x1db)](_0x19626b[_0x5979a5(0x1c1)]);const _0x1c3a91=_0x40cc5e['originalTest']||null,_0x180cde={};_0x180cde[_0x5979a5(0x1cd)]=_0x3102fa,_0x180cde[_0x5979a5(0x2fe)]=_0x4e58f4,_0x180cde[_0x5979a5(0x287)]=_0x3671da,_0x180cde[_0x5979a5(0x294)]=_0x1c3a91;const _0x161dd4=this['parseJestTestResult'](_0x180cde),_0x1752f3={};_0x1752f3['depth']=0x2,_0x1752f3['maxArrayLength']=0x3,logger['debug'](_0x5979a5(0x1be)+util[_0x5979a5(0x307)](_0x161dd4,_0x1752f3)),_0xa964b2[_0x5979a5(0x203)](_0x161dd4),logger[_0x5979a5(0x1db)](_0x5979a5(0x22d)+_0x3671da),await this[_0x5979a5(0x1d0)](_0xa964b2,_0x3671da);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x19626b['vRKUo'](_0x1b5b72,HookState[_0x5979a5(0x2cf)])){const _0x3ba065={};_0x3ba065[_0x5979a5(0x27a)]=0x2,logger[_0x5979a5(0x1db)](_0x5979a5(0x1c0)+util[_0x5979a5(0x307)](_0x40cc5e,_0x3ba065)),await this[_0x5979a5(0x1f5)](_0xa964b2,_0x13d3ee,_0x40cc5e);}break;default:if(CLIUtils[_0x5979a5(0x2af)](_0x13d3ee['toString']()['split']('.')[0x1])){const _0x42a346={};_0x42a346['depth']=0x2,_0x42a346[_0x5979a5(0x25b)]=0x3,logger['debug'](_0x5979a5(0x1f1)+_0x13d3ee+_0x5979a5(0x32b)+_0x1b5b72+_0x5979a5(0x28b)+util[_0x5979a5(0x307)](_0x40cc5e[_0x5979a5(0x340)],_0x42a346));const _0x43e4f7=await this[_0x5979a5(0x2e5)](_0xa964b2,_0x13d3ee,_0x1b5b72,_0x40cc5e),_0x17c479={};_0x17c479[_0x5979a5(0x27a)]=0x2,_0x17c479[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x293)+util[_0x5979a5(0x307)](_0x43e4f7,_0x17c479)),_0xa964b2['addMultipleEntries'](_0x43e4f7);}else logger[_0x5979a5(0x1db)](_0x5979a5(0x2ad)+_0x13d3ee+_0x5979a5(0x200)+_0x1b5b72);break;}logger[_0x5979a5(0x1db)](_0x5979a5(0x232)+_0x13d3ee+_0x5979a5(0x32b)+_0x1b5b72);}catch(_0x341be6){logger[_0x5979a5(0x213)](_0x5979a5(0x1fb)+_0x13d3ee+',\x20hookState='+_0x1b5b72+_0x5979a5(0x30d)+util[_0x5979a5(0x1fc)](_0x341be6));}_0x40cc5e[_0x5979a5(0x2a2)]=_0xa964b2,await this['runHooks'](_0xa964b2,_0x13d3ee,_0x1b5b72,_0x40cc5e);}[a96_0x22d845(0x2e1)](_0x2df719){const _0x27ad29=a96_0x22d845,_0x203a76={};_0x203a76[_0x27ad29(0x2d4)]=_0x27ad29(0x2b9);const _0x5b3acd=_0x203a76;if(_0x2df719&&(_0x2df719['id']||_0x2df719[_0x27ad29(0x31f)])){const _0x405c86=_0x2df719['id']||_0x2df719[_0x27ad29(0x31f)];return logger[_0x27ad29(0x1db)](_0x27ad29(0x2e6)+_0x405c86+'\x22\x20from\x20testData'),_0x405c86;}return logger[_0x27ad29(0x1db)](_0x5b3acd[_0x27ad29(0x2d4)]),process[_0x27ad29(0x1c8)]+_0x27ad29(0x309);}['resolveInstance'](_0x1744d9,_0x4a2d80,_0x14fb5a={}){const _0x1e3220=a96_0x22d845;let _0x320b7e=null;return _0x320b7e=TestFramework[_0x1e3220(0x2c0)](),!_0x320b7e?(logger['debug'](_0x1e3220(0x2bb)+_0x1744d9),this[_0x1e3220(0x236)](_0x1744d9,_0x14fb5a),_0x320b7e=TestFramework['getTrackedInstance'](),logger[_0x1e3220(0x1db)](_0x1e3220(0x318)+!!_0x320b7e+',\x20contextId='+_0x320b7e?.['getContext']()?.['getId']())):logger[_0x1e3220(0x1db)](_0x1e3220(0x222)+_0x320b7e['getContext']()?.[_0x1e3220(0x1d7)]()),_0x320b7e;}[a96_0x22d845(0x236)](_0x3ecd52,_0x33b53d){const _0x5d3636=a96_0x22d845,_0x3a94d6={};_0x3a94d6[_0x5d3636(0x2e8)]=_0x5d3636(0x265);const _0x1b6519=_0x3a94d6;if(TestFramework['getTrackedInstance']()){logger[_0x5d3636(0x1db)](_0x1b6519[_0x5d3636(0x2e8)]);return;}const _0x4f8276=CLIUtils['getCurrentInstanceName'](),_0x1806da=TrackedInstance[_0x5d3636(0x1fa)](_0x4f8276);let _0x31f74f=null;logger['debug'](_0x5d3636(0x1e5)+_0x4f8276+_0x5d3636(0x1dc)+_0x3ecd52),_0x31f74f=new TestFrameworkInstance(_0x1806da,this[_0x5d3636(0x320)](),this['getTestFrameworksVersions'](),_0x3ecd52,HookState[_0x5d3636(0x259)]),TestFramework[_0x5d3636(0x1cb)](_0x1806da,_0x31f74f),logger[_0x5d3636(0x1db)](_0x5d3636(0x261)+_0x1806da[_0x5d3636(0x1d7)]()+_0x5d3636(0x1cf)+_0x4f8276+_0x5d3636(0x1ff)+this[_0x5d3636(0x320)]()[0x0]+_0x5d3636(0x1d9)+this[_0x5d3636(0x1ec)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x22d845(0x1e3)](_0x4742c4){const _0x316680=a96_0x22d845,_0x51a97e={};_0x51a97e[_0x316680(0x28e)]=function(_0x33c5ab,_0x32015f){return _0x33c5ab||_0x32015f;},_0x51a97e['BzgGZ']=_0x316680(0x23c);const _0xff33a0=_0x51a97e,{testUUID:_0x25f6ff,testData:_0x2cc99f,testId:_0x12c8b7}=_0x4742c4;if(_0xff33a0[_0x316680(0x28e)](!_0x2cc99f,!_0x12c8b7))return logger[_0x316680(0x1db)](_0xff33a0[_0x316680(0x25f)]),{};const _0x521fef=this['getTestFrameworks']()[0x0],_0x516052=this['getTestFrameworksVersions'](),_0x5a67cd={};_0x5a67cd[_0x316680(0x27a)]=0x2,_0x5a67cd['maxArrayLength']=0x3,logger['debug'](_0x316680(0x2e2)+util[_0x316680(0x307)](_0x2cc99f,_0x5a67cd));const _0x5a3afa=_0x2cc99f?.[_0x316680(0x1ed)]||[],_0x110ab9=this[_0x316680(0x269)](_0x2cc99f),_0x139604=this['getJestTestFilePath'](_0x2cc99f),_0x1950d7=_0x2cc99f['fn']?_0x2cc99f['fn'][_0x316680(0x23b)]():_0x2cc99f?.[_0x316680(0x1e8)]?_0x2cc99f[_0x316680(0x1e8)]['code'][_0x316680(0x23b)]():null,_0x3dc854=this['getJestTestTags'](_0x2cc99f),_0x3446ee={[TestFrameworkConstants[_0x316680(0x2c4)]]:_0x521fef,[TestFrameworkConstants[_0x316680(0x1d8)]]:_0x516052[_0x521fef],[TestFrameworkConstants[_0x316680(0x256)]]:[],[TestFrameworkConstants[_0x316680(0x1bd)]]:{},[TestFrameworkConstants[_0x316680(0x21b)]]:{},[TestFrameworkConstants[_0x316680(0x319)]]:TestFrameworkConstants[_0x316680(0x1c6)],[TestFrameworkConstants[_0x316680(0x22b)]]:_0x110ab9,[TestFrameworkConstants[_0x316680(0x2f1)]]:_0x139604,[TestFrameworkConstants[_0x316680(0x2ef)]]:_0x12c8b7,[TestFrameworkConstants[_0x316680(0x288)]]:_0x110ab9,[TestFrameworkConstants[_0x316680(0x30a)]]:_0x139604,[TestFrameworkConstants[_0x316680(0x2d6)]]:_0x1950d7,[TestFrameworkConstants[_0x316680(0x1d5)]]:_0x3dc854,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2cc99f[_0x316680(0x2fd)]||new Date()[_0x316680(0x332)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5a3afa[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5a3afa,[TestFrameworkConstants[_0x316680(0x346)]]:_0x110ab9,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x316680(0x1ea)]]:{}};_0x2cc99f[_0x316680(0x285)]&&(_0x3446ee[TestFrameworkConstants[_0x316680(0x1c7)]]=_0x2cc99f[_0x316680(0x285)]);logger[_0x316680(0x1db)](_0x316680(0x2fb)+_0x110ab9+_0x316680(0x2c7)+_0x12c8b7+'\x20(testIdentifier),\x20tags='+JSON[_0x316680(0x231)](_0x3dc854)+_0x316680(0x32e)+util[_0x316680(0x307)](_0x5a3afa)+',\x20filePath='+_0x139604);const _0x6744bc={};return _0x6744bc[_0x12c8b7]=_0x3446ee,_0x6744bc;}[a96_0x22d845(0x2ab)](_0x1687a7){const _0x394203=a96_0x22d845,_0x284591={'BbWGk':function(_0x1398bd,_0x36cebd){return _0x1398bd===_0x36cebd;},'WBMiU':_0x394203(0x2be),'ZDPWV':function(_0x4f2ef4,_0x4d2348){return _0x4f2ef4===_0x4d2348;},'JUtON':'beforeAll','gyLRC':_0x394203(0x2b5),'ApwTl':_0x394203(0x2db),'aqyPg':function(_0x48a68d,_0x569d60){return _0x48a68d||_0x569d60;},'lddEP':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','gBxwj':_0x394203(0x2f2),'EmWkr':function(_0x336e00,_0x1d15a0){return _0x336e00>_0x1d15a0;},'RlLUe':_0x394203(0x347),'ubyXW':_0x394203(0x301),'rENZl':function(_0xc45723,_0x56d963){return _0xc45723===_0x56d963;},'aRscw':_0x394203(0x235),'cGRPm':_0x394203(0x2a0),'eDUpM':function(_0x13d0ed,_0x1623c4){return _0x13d0ed!==_0x1623c4;},'gnxJK':function(_0x4021c6,_0x4c1959,_0x36d750,_0x1ca7cb){return _0x4021c6(_0x4c1959,_0x36d750,_0x1ca7cb);},'YSmvk':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','RtwhN':function(_0x4119b0,_0x15c3d9){return _0x4119b0>_0x15c3d9;}},{testUUID:_0x699b87,testData:_0x34c78a,testId:_0x183082}=_0x1687a7;if(_0x284591[_0x394203(0x1e6)](!_0x34c78a,!_0x183082))return logger[_0x394203(0x1db)](_0x284591[_0x394203(0x2dc)]),{};const _0x5ea0ba=this['resolveInstance'](TestFrameworkState[_0x394203(0x303)],HookState[_0x394203(0x2cf)]),_0x183af2=_0x5ea0ba[_0x394203(0x239)]()[_0x394203(0x243)](_0x183082),_0x1c2c58=_0x284591[_0x394203(0x1e6)](_0x183af2,{}),_0x3c84d6=_0x1c2c58?_0x1c2c58[TestFrameworkConstants[_0x394203(0x1df)]]||{}:{},_0x4f7053=_0x1c2c58[TestFrameworkConstants[_0x394203(0x271)]];logger['debug'](_0x394203(0x221)+(_0x4f7053?Object[_0x394203(0x2e7)](_0x4f7053)['length']:0x0)+_0x394203(0x2a4));let _0x1edb6e=_0x284591['gBxwj'];if(_0x34c78a[_0x394203(0x2ed)])_0x1edb6e=_0x34c78a[_0x394203(0x2ed)];else{if(_0x34c78a[_0x394203(0x1e9)]&&_0x284591[_0x394203(0x27f)](_0x34c78a[_0x394203(0x1e9)][_0x394203(0x26f)],0x0))_0x1edb6e=_0x284591[_0x394203(0x229)];else _0x284591['BbWGk'](_0x34c78a[_0x394203(0x2c3)],_0x284591[_0x394203(0x29b)])||_0x284591[_0x394203(0x277)](_0x34c78a[_0x394203(0x2c3)],_0x284591[_0x394203(0x264)])?_0x1edb6e=_0x284591[_0x394203(0x264)]:_0x1edb6e=_0x284591[_0x394203(0x1dd)];}const _0xfe0e09={..._0x1c2c58,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1edb6e,[TestFrameworkConstants[_0x394203(0x26d)]]:_0x34c78a[_0x394203(0x24d)]||new Date()[_0x394203(0x332)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x394203(0x332)](),[TestFrameworkConstants[_0x394203(0x1df)]]:_0x3c84d6,[TestFrameworkConstants['KEY_LOGS']]:_0x1c2c58[TestFrameworkConstants[_0x394203(0x2d8)]]||[],[TestFrameworkConstants[_0x394203(0x1ea)]]:{}};if(_0x284591['rENZl'](_0x1edb6e,_0x284591['RlLUe'])&&_0x34c78a['errorsDetailed']){const _0x37d215=this[_0x394203(0x251)](_0x34c78a),_0x172ef9=this['getJestFailureType'](_0x34c78a),_0x335760=this[_0x394203(0x234)](_0x34c78a);_0xfe0e09[TestFrameworkConstants[_0x394203(0x1ee)]]=_0x172ef9,_0xfe0e09[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x37d215,_0xfe0e09[TestFrameworkConstants[_0x394203(0x2dd)]]=_0x335760;}_0x284591[_0x394203(0x2f9)](_0x34c78a[_0x394203(0x1c9)],undefined)&&(_0xfe0e09[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x34c78a['duration']);_0x34c78a[_0x394203(0x285)]&&(_0xfe0e09[TestFrameworkConstants[_0x394203(0x1c7)]]=_0x34c78a['retryOf']);const _0x378abe=_0x183af2?_0x183af2[TestFrameworkConstants[_0x394203(0x271)]]||{}:{},_0x5c107c=_0x183af2?_0x183af2[TestFrameworkConstants['KEY_TEST_UUID']]:_0x699b87,_0x330cdc=_0x284591[_0x394203(0x2c5)](getManualUploadLogs,_0x378abe,_0x5c107c,_0x183082);if(_0x284591['EmWkr'](_0x330cdc[_0x394203(0x26f)],0x0)){const _0xa6c221=_0xfe0e09[TestFrameworkConstants[_0x394203(0x2d8)]]||[];_0xfe0e09[TestFrameworkConstants[_0x394203(0x2d8)]]=[..._0xa6c221,..._0x330cdc];}const _0x28c98e=_0x1c2c58[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x2664ba=_0x1c2c58[TestFrameworkConstants[_0x394203(0x21b)]]||{},_0x4dd544={..._0x28c98e},_0x5140d3=_0x4dd544;Object[_0x394203(0x2e7)](_0x2664ba)[_0x394203(0x2b2)](_0x530eef=>{const _0x19c966=_0x394203;!_0x5140d3[_0x530eef]&&(_0x5140d3[_0x530eef]=[]);const _0x314d2a=new Set((_0x5140d3[_0x530eef]||[])['map'](_0x350b14=>_0x350b14[TestFrameworkConstants[_0x19c966(0x289)]]||_0x350b14['hook_id']));(_0x2664ba[_0x530eef]||[])[_0x19c966(0x2b2)](_0x20befc=>{const _0x4d1397=_0x19c966,_0x2ef11b=_0x20befc[TestFrameworkConstants['KEY_HOOK_ID']]||_0x20befc[_0x4d1397(0x1f6)];if(!_0x314d2a[_0x4d1397(0x1ef)](_0x2ef11b)){const _0x39686b={..._0x20befc},_0xf4910c=_0x39686b;!_0xf4910c[TestFrameworkConstants[_0x4d1397(0x316)]]&&!_0xf4910c[_0x4d1397(0x260)]&&(_0xf4910c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x4d1397(0x332)]()),!_0xf4910c[TestFrameworkConstants[_0x4d1397(0x2fc)]]&&!_0xf4910c['hook_result']&&(_0xf4910c[TestFrameworkConstants[_0x4d1397(0x2fc)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x5140d3[_0x530eef][_0x4d1397(0x25d)](_0xf4910c);}});});if(_0x1687a7['originalTest']){this['mapTestHooks'](_0x1687a7['originalTest']);const _0x136f8c=this[_0x394203(0x2d9)](_0x1687a7[_0x394203(0x294)]),_0x2f325d=this[_0x394203(0x22c)](_0x1687a7[_0x394203(0x294)]);_0x2f325d[_0x394203(0x2b2)](_0x2fbb49=>{const _0x3b64c1=_0x394203,_0x50c52d=_0x136f8c[_0x3b64c1(0x243)](_0x2fbb49);if(_0x50c52d&&(_0x284591[_0x3b64c1(0x257)](_0x50c52d[_0x3b64c1(0x305)],_0x284591[_0x3b64c1(0x2ea)])||_0x284591['ZDPWV'](_0x50c52d[_0x3b64c1(0x305)],_0x284591['JUtON']))){const _0x42eb9f=_0x50c52d[_0x3b64c1(0x305)][_0x3b64c1(0x29e)]()[_0x3b64c1(0x2c6)](_0x284591['gyLRC'],_0x284591['ApwTl']),_0x13adcd=_0x42eb9f;!_0x5140d3[_0x13adcd]&&(_0x5140d3[_0x13adcd]=[]);const _0x5d88a7=_0x5140d3[_0x13adcd]['find'](_0x1232de=>(_0x1232de[TestFrameworkConstants[_0x3b64c1(0x289)]]||_0x1232de[_0x3b64c1(0x1f6)])===_0x2fbb49);!_0x5d88a7&&_0x5140d3[_0x13adcd][_0x3b64c1(0x25d)]({'key':_0x13adcd,[TestFrameworkConstants[_0x3b64c1(0x289)]]:_0x2fbb49,[TestFrameworkConstants[_0x3b64c1(0x2fc)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x3b64c1(0x291)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3b64c1(0x316)]]:new Date()[_0x3b64c1(0x332)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x50c52d['name']||_0x50c52d[_0x3b64c1(0x305)]+_0x3b64c1(0x315),[TestFrameworkConstants[_0x3b64c1(0x1df)]]:_0x3c84d6});}});}if(_0x34c78a[_0x394203(0x20b)]&&_0x284591[_0x394203(0x27f)](_0x34c78a[_0x394203(0x20b)][_0x394203(0x26f)],0x0))_0xfe0e09[TestFrameworkConstants[_0x394203(0x1bd)]]=_0x34c78a[_0x394203(0x20b)],logger[_0x394203(0x1db)](_0x284591[_0x394203(0x314)]);else _0x284591['RtwhN'](Object[_0x394203(0x2e7)](_0x5140d3)[_0x394203(0x26f)],0x0)&&(_0xfe0e09[TestFrameworkConstants[_0x394203(0x1bd)]]=_0x5140d3,logger[_0x394203(0x1db)](_0x394203(0x34c)+Object[_0x394203(0x2e7)](_0x5140d3)[_0x394203(0x302)](',')));const _0x3c18dc=this['getJestTestName'](_0x34c78a);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x3c18dc+_0x394203(0x2c7)+_0x183082+_0x394203(0x2cc)+_0x1edb6e+_0x394203(0x313)+_0x34c78a['duration']);_0x284591[_0x394203(0x277)](_0x1edb6e,_0x284591[_0x394203(0x229)])&&logger['debug'](_0x394203(0x2cd)+_0x183082+_0x394203(0x1e7)+_0xfe0e09[TestFrameworkConstants[_0x394203(0x1ee)]]+_0x394203(0x2fa)+_0xfe0e09[TestFrameworkConstants[_0x394203(0x1f2)]]?.[_0x394203(0x2b8)](0x0,0xc8));const _0x14fba3={};return _0x14fba3[_0x183082]=_0xfe0e09,_0x14fba3;}[a96_0x22d845(0x237)](_0x2dcf47){const _0x29bb45=a96_0x22d845,_0x57b594={};_0x57b594[_0x29bb45(0x211)]=function(_0x27217d,_0x52b6bb){return _0x27217d!==_0x52b6bb;},_0x57b594['RKWsj']=function(_0x297094,_0x5624fe){return _0x297094!==_0x5624fe;},_0x57b594[_0x29bb45(0x254)]=_0x29bb45(0x1e1);const _0x1dc32d=_0x57b594,_0x340bb6={};_0x340bb6['depth']=0x2,_0x340bb6[_0x29bb45(0x25b)]=0x3,logger[_0x29bb45(0x1db)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x29bb45(0x307)](_0x2dcf47,_0x340bb6));const _0xa423a1=[];if(_0x2dcf47&&_0x2dcf47[_0x29bb45(0x2d3)]){let _0x44569c=_0x2dcf47['parent'];while(_0x44569c&&_0x44569c[_0x29bb45(0x273)]&&_0x1dc32d[_0x29bb45(0x211)](_0x44569c[_0x29bb45(0x273)],'')&&_0x1dc32d['RKWsj'](_0x44569c[_0x29bb45(0x273)],_0x1dc32d[_0x29bb45(0x254)])){_0xa423a1[_0x29bb45(0x25d)](_0x44569c[_0x29bb45(0x273)]),_0x44569c=_0x44569c[_0x29bb45(0x2d3)];}}return _0xa423a1[_0x29bb45(0x20e)]();}[a96_0x22d845(0x269)](_0x5f531e){const _0x285cab=a96_0x22d845,_0x3470ab={};_0x3470ab[_0x285cab(0x32c)]=_0x285cab(0x27d);const _0x5cdb21=_0x3470ab;if(_0x5f531e['name'])return _0x5f531e[_0x285cab(0x273)];if(_0x5f531e[_0x285cab(0x2f7)])return _0x5f531e[_0x285cab(0x2f7)];return _0x5cdb21['XOgzD'];}[a96_0x22d845(0x1fe)](_0x11db6c){const _0x850633=a96_0x22d845,_0x2a6ec9=[];if(_0x11db6c['tags']&&Array['isArray'](_0x11db6c[_0x850633(0x1c2)]))return _0x11db6c[_0x850633(0x1c2)][_0x850633(0x349)](_0x35980e=>_0x35980e[_0x850633(0x26c)]('@')?_0x35980e[_0x850633(0x253)](0x1):_0x35980e);const _0x294b80=this['getJestTestName'](_0x11db6c),_0x448bb7=_0x294b80[_0x850633(0x32f)](/@(\w+)/g);if(_0x448bb7)return _0x448bb7[_0x850633(0x349)](_0x2e5c6d=>_0x2e5c6d['slice'](0x1));return _0x11db6c[_0x850633(0x1ed)]&&Array['isArray'](_0x11db6c[_0x850633(0x1ed)])&&_0x11db6c['scopes'][_0x850633(0x2b2)](_0x493573=>{const _0x5126e7=_0x850633,_0x5268ee=_0x493573[_0x5126e7(0x32f)](/@(\w+)/g);_0x5268ee&&_0x5268ee[_0x5126e7(0x2b2)](_0x2e4f33=>{const _0x471411=_0x5126e7,_0x592d16=_0x2e4f33['slice'](0x1);!_0x2a6ec9[_0x471411(0x2bd)](_0x592d16)&&_0x2a6ec9[_0x471411(0x25d)](_0x592d16);});}),_0x2a6ec9;}['getJestTestFilePath'](_0x3cd757){const _0x30e59b=a96_0x22d845,_0xd8c0ff={'kfqGf':function(_0x5da639,_0x5f2882){return _0x5da639(_0x5f2882);}};if(_0x3cd757[_0x30e59b(0x26e)])return _0x3cd757[_0x30e59b(0x26e)];if(_0x3cd757[_0x30e59b(0x1da)])try{const _0x20609d=stackTrace[_0x30e59b(0x255)](_0x3cd757[_0x30e59b(0x1da)]),_0x1c1e95=_0xd8c0ff['kfqGf'](pickUserFrameFile,_0x20609d);if(_0x1c1e95)return _0x1c1e95;logger['debug'](_0x30e59b(0x28f)+_0x20609d[_0x30e59b(0x26f)]+')');}catch(_0xb0d9bd){logger[_0x30e59b(0x1db)](_0x30e59b(0x25e)+util[_0x30e59b(0x1fc)](_0xb0d9bd));}return null;}[a96_0x22d845(0x251)](_0x15dbaf){const _0x566f69=a96_0x22d845,_0x46750a={};_0x46750a[_0x566f69(0x23f)]=function(_0x5bc1cd,_0xca8399){return _0x5bc1cd>_0xca8399;},_0x46750a[_0x566f69(0x2ff)]=_0x566f69(0x299);const _0xb92d4b=_0x46750a;if(_0x15dbaf[_0x566f69(0x1e9)]&&_0xb92d4b[_0x566f69(0x23f)](_0x15dbaf[_0x566f69(0x1e9)][_0x566f69(0x26f)],0x0))return util[_0x566f69(0x307)](_0x15dbaf[_0x566f69(0x1e9)][0x0]);if(_0x15dbaf[_0x566f69(0x2d1)])return _0x15dbaf['failure_reason'];return _0xb92d4b[_0x566f69(0x2ff)];}[a96_0x22d845(0x278)](_0xed9a68){const _0x383b66=a96_0x22d845,_0x3fffab={};_0x3fffab[_0x383b66(0x2d0)]=_0x383b66(0x344),_0x3fffab[_0x383b66(0x33f)]=_0x383b66(0x2b4),_0x3fffab[_0x383b66(0x1d2)]='UnhandledError';const _0x442982=_0x3fffab,_0x293e38=this[_0x383b66(0x251)](_0xed9a68);if(_0x293e38&&_0x293e38['includes'](_0x442982[_0x383b66(0x2d0)]))return _0x442982[_0x383b66(0x33f)];return _0x442982[_0x383b66(0x1d2)];}[a96_0x22d845(0x234)](_0x26b9a5){const _0x1462b5=a96_0x22d845,_0x41e4d3={'YdFCr':function(_0xa2f90c,_0x2e5a45){return _0xa2f90c(_0x2e5a45);},'AEWJe':_0x1462b5(0x21a),'cUciO':function(_0x6a6696,_0x2ff86a){return _0x6a6696!==_0x2ff86a;},'iWagK':'test'},{failureData:_0x128e8e}=_0x41e4d3['YdFCr'](require,_0x41e4d3[_0x1462b5(0x25c)]),_0x285250=[];return _0x41e4d3[_0x1462b5(0x218)](_0x26b9a5[_0x1462b5(0x1e9)],undefined)&&_0x285250[_0x1462b5(0x25d)](_0x26b9a5[_0x1462b5(0x1e9)],_0x41e4d3['iWagK']),_0x128e8e[_0x1462b5(0x220)](null,_0x285250);}async[a96_0x22d845(0x2e5)](_0x329de8,_0x41646f,_0x22a6ed,_0x9a2454){const _0x67d38d=a96_0x22d845,_0x21a55d={'shjQE':_0x67d38d(0x20f),'lFiHc':function(_0x145118){return _0x145118();},'nIMar':function(_0x543066,_0xd82682){return _0x543066 in _0xd82682;},'Blgya':function(_0x22fbe5,_0x17c219){return _0x22fbe5===_0x17c219;},'KgLtD':function(_0x3b4ac8,_0x553677){return _0x3b4ac8===_0x553677;},'iuzoQ':function(_0x48a396,_0x22ce42){return _0x48a396>_0x22ce42;},'pkQhw':'failed','BDyqR':_0x67d38d(0x2a0),'sPlvw':function(_0x53ce47,_0x231114){return _0x53ce47===_0x231114;},'OxTUC':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','EqLeW':function(_0x4c2bc2,_0x12bf35){return _0x4c2bc2>_0x12bf35;},'OJyjD':function(_0x242756,_0x4c9e18){return _0x242756!==_0x4c9e18;}},{hookData:_0x1f74f6}=_0x9a2454,_0x3166e7=_0x22a6ed[_0x67d38d(0x23b)](),_0x3aabd8=_0x41646f[_0x67d38d(0x23b)](),_0x129995={};_0x129995['depth']=0x2,_0x129995[_0x67d38d(0x25b)]=0x3,logger[_0x67d38d(0x1db)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x3aabd8+',\x20hookState='+_0x3166e7+',\x20hookData='+util[_0x67d38d(0x307)](_0x1f74f6,_0x129995));if(!_0x1f74f6)return logger[_0x67d38d(0x1db)](_0x21a55d[_0x67d38d(0x28c)]),{};const _0x5ae00c=_0x1f74f6[_0x67d38d(0x31f)]||_0x1f74f6[_0x67d38d(0x2b7)]||_0x21a55d[_0x67d38d(0x290)](uuidv4),_0x63357e=_0x1f74f6[_0x67d38d(0x233)]||this[_0x67d38d(0x2e1)](_0x1f74f6),_0x451ba0=_0x41646f[_0x67d38d(0x23b)]()[_0x67d38d(0x322)]('.')[0x1],_0xab0b67=_0x329de8[_0x67d38d(0x239)]()[_0x67d38d(0x243)](_0x63357e),_0x5688db=_0xab0b67?_0xab0b67[TestFrameworkConstants[_0x67d38d(0x1df)]]||{}:{};logger['debug'](_0x67d38d(0x33c)+_0x5ae00c+_0x67d38d(0x2c7)+_0x63357e+_0x67d38d(0x248)+_0x451ba0+_0x67d38d(0x32b)+_0x3166e7);if(!_0xab0b67)return logger[_0x67d38d(0x1db)](_0x67d38d(0x312)+_0x63357e+',\x20storing\x20as\x20pending\x20hook'),this[_0x67d38d(0x21d)](_0x329de8,_0x63357e,_0x41646f,_0x22a6ed,_0x9a2454),{};let _0x30cc35=_0xab0b67[TestFrameworkConstants[_0x67d38d(0x21b)]];!_0x30cc35&&(_0x30cc35={});!_0x21a55d[_0x67d38d(0x300)](_0x451ba0,_0x30cc35)&&(_0x30cc35[_0x451ba0]=[]);let _0x2993cc=_0xab0b67[TestFrameworkConstants[_0x67d38d(0x1bd)]];!_0x2993cc&&(_0x2993cc={});!_0x21a55d['nIMar'](_0x451ba0,_0x2993cc)&&(_0x2993cc[_0x451ba0]=[]);const _0xb92539={[_0x63357e]:{[TestFrameworkConstants[_0x67d38d(0x21b)]]:_0x30cc35,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2993cc,[TestFrameworkConstants[_0x67d38d(0x2c4)]]:this[_0x67d38d(0x320)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x67d38d(0x320)]()[0x0]]||''}};if(_0x21a55d[_0x67d38d(0x21f)](_0x22a6ed,HookState[_0x67d38d(0x26b)])){const _0x336476={'key':_0x451ba0,[TestFrameworkConstants[_0x67d38d(0x289)]]:_0x5ae00c,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x67d38d(0x1bb)],[TestFrameworkConstants[_0x67d38d(0x291)]]:_0x1f74f6[_0x67d38d(0x2fd)]||new Date()[_0x67d38d(0x332)](),[TestFrameworkConstants[_0x67d38d(0x267)]]:[],[TestFrameworkConstants[_0x67d38d(0x2e9)]]:_0x1f74f6[_0x67d38d(0x273)]||_0x1f74f6[_0x67d38d(0x249)]||_0x451ba0,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5688db};_0x30cc35[_0x451ba0][_0x67d38d(0x25d)](_0x336476),_0xb92539[_0x63357e][TestFrameworkConstants[_0x67d38d(0x1c3)]]=_0x451ba0;const _0x2c9031={};_0x2c9031[_0x67d38d(0x27a)]=0x2,logger[_0x67d38d(0x1db)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x451ba0+_0x67d38d(0x2d2)+_0x5ae00c+_0x67d38d(0x2c7)+_0x63357e+_0x67d38d(0x275)+util[_0x67d38d(0x307)](_0x336476,_0x2c9031));}else{if(_0x21a55d[_0x67d38d(0x31e)](_0x22a6ed,HookState[_0x67d38d(0x2cf)])){const _0x58b240=_0x1f74f6[_0x67d38d(0x2ed)]||(_0x1f74f6[_0x67d38d(0x1e9)]&&_0x21a55d[_0x67d38d(0x1bf)](_0x1f74f6[_0x67d38d(0x1e9)][_0x67d38d(0x26f)],0x0)?_0x21a55d[_0x67d38d(0x2c2)]:_0x21a55d[_0x67d38d(0x245)]),_0x2d18d9=_0x30cc35[_0x451ba0]||[];logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x451ba0+',\x20testId='+_0x63357e+_0x67d38d(0x339)+_0x58b240+_0x67d38d(0x2bc)+_0x2d18d9['length']);if(_0x21a55d[_0x67d38d(0x31e)](_0x2d18d9[_0x67d38d(0x26f)],0x0)&&_0x21a55d[_0x67d38d(0x247)](_0x41646f,TestFrameworkState['BEFORE_ALL']))return logger[_0x67d38d(0x1db)](_0x21a55d[_0x67d38d(0x223)]),this[_0x67d38d(0x21d)](_0x329de8,_0x63357e,_0x41646f,_0x22a6ed,_0x9a2454),{};if(_0x21a55d[_0x67d38d(0x2a6)](_0x2d18d9[_0x67d38d(0x26f)],0x0)){const _0x1fad32=_0x2d18d9[_0x67d38d(0x2df)]();_0x21a55d[_0x67d38d(0x21f)](_0x58b240,_0x21a55d[_0x67d38d(0x2c2)])&&_0x1f74f6['errorsDetailed']?(_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x1f74f6),_0x1fad32[TestFrameworkConstants[_0x67d38d(0x21e)]]=this[_0x67d38d(0x251)](_0x1f74f6),_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x67d38d(0x234)](_0x1f74f6),logger['debug'](_0x67d38d(0x34a)+_0x451ba0+_0x67d38d(0x1e7)+_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x67d38d(0x2fa)+_0x1fad32[TestFrameworkConstants[_0x67d38d(0x21e)]]?.[_0x67d38d(0x2b8)](0x0,0xc8))):_0x1fad32[TestFrameworkConstants[_0x67d38d(0x2fc)]]=_0x21a55d[_0x67d38d(0x245)];_0x21a55d[_0x67d38d(0x212)](_0x58b240,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x1fad32[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x58b240);_0x1fad32[TestFrameworkConstants[_0x67d38d(0x316)]]=_0x1f74f6[_0x67d38d(0x24d)]||new Date()[_0x67d38d(0x332)](),_0x1fad32[TestFrameworkConstants[_0x67d38d(0x1df)]]=_0x5688db;const _0x2637b0=_0x1fad32[TestFrameworkConstants[_0x67d38d(0x289)]];!_0x2993cc[_0x451ba0]&&(_0x2993cc[_0x451ba0]=[]);_0x2993cc[_0x451ba0]['push'](_0x1fad32),_0xb92539[_0x63357e][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x451ba0;const _0x30d487={};_0x30d487['depth']=0x2,logger[_0x67d38d(0x1db)](_0x67d38d(0x335)+_0x451ba0+',\x20hookId='+_0x2637b0+_0x67d38d(0x339)+_0x58b240+',\x20hook='+util[_0x67d38d(0x307)](_0x1fad32,_0x30d487));}}}return _0xb92539;}[a96_0x22d845(0x2e4)](_0x36fd66){const _0xd0a82f=a96_0x22d845,_0x39001a={};_0x39001a[_0xd0a82f(0x226)]='base64';const _0x6d98bf=_0x39001a;try{const _0x79abd=_0x36fd66['test']?this['getJestTestIdentifier'](_0x36fd66[_0xd0a82f(0x2ee)]):_0x36fd66[_0xd0a82f(0x340)][_0xd0a82f(0x233)],_0x1c9f20=_0x36fd66[_0xd0a82f(0x2a2)],_0x429c61=_0x1c9f20[_0xd0a82f(0x2b1)](),_0xa48504=_0x1c9f20[_0xd0a82f(0x239)]()['get'](_0x79abd);if(!_0xa48504)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x79abd),{};const {[TestFrameworkConstants[_0xd0a82f(0x2c4)]]:_0x2c832b=this[_0xd0a82f(0x320)]()[0x0]||'',[TestFrameworkConstants[_0xd0a82f(0x1d8)]]:_0x47367a=this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0xd0a82f(0x1f8)]]:_0x174cd1='',[TestFrameworkConstants[_0xd0a82f(0x26d)]]:_0x24795e=''}=_0xa48504,_0xd65e68=_0x1c9f20['getCurrentTestState']()[_0xd0a82f(0x23b)]()[_0xd0a82f(0x322)]('.')[0x1],_0x3265c2=_0x1c9f20[_0xd0a82f(0x24c)]()[_0xd0a82f(0x23b)]()[_0xd0a82f(0x322)]('.')[0x1],_0x5c930e=global?.['__workerDetails']?.[_0xd0a82f(0x22a)]?.[_0xd0a82f(0x2a8)]||global[_0xd0a82f(0x1cc)]||0x0,_0x296cae=_0x1c9f20[_0xd0a82f(0x227)](),_0x36863c=Buffer[_0xd0a82f(0x326)](JSON[_0xd0a82f(0x231)](_0xa48504))[_0xd0a82f(0x23b)](_0x6d98bf[_0xd0a82f(0x226)]),_0x5c6063={'hash':_0x429c61['getId'](),'threadId':_0x429c61[_0xd0a82f(0x1f3)]()[_0xd0a82f(0x23b)](),'processId':_0x429c61[_0xd0a82f(0x329)]()[_0xd0a82f(0x23b)]()},_0x1ecb39={};_0x1ecb39[_0xd0a82f(0x292)]=_0x5c930e,_0x1ecb39[_0xd0a82f(0x224)]=_0x2c832b,_0x1ecb39['testFrameworkVersion']=_0x47367a,_0x1ecb39[_0xd0a82f(0x209)]=_0xd65e68,_0x1ecb39[_0xd0a82f(0x210)]=_0x3265c2,_0x1ecb39[_0xd0a82f(0x283)]=_0x174cd1,_0x1ecb39[_0xd0a82f(0x2c8)]=_0x24795e,_0x1ecb39[_0xd0a82f(0x31f)]=_0x296cae,_0x1ecb39[_0xd0a82f(0x31c)]=_0x36863c,_0x1ecb39['executionContext']=_0x5c6063,_0x1ecb39[_0xd0a82f(0x27c)]=_0x79abd;const _0x571b6e=_0x1ecb39;return _0x571b6e;}catch(_0x1a7357){return logger[_0xd0a82f(0x213)](_0xd0a82f(0x31a)+util[_0xd0a82f(0x1fc)](_0x1a7357)),{};}}async[a96_0x22d845(0x1f5)](_0x2bdf63,_0xdd47e8,_0x115124){const _0x5ab4a1=a96_0x22d845,_0xae1c29={'yktTa':function(_0x4007af,_0x2cb792){return _0x4007af+_0x2cb792;},'uuXrQ':_0x5ab4a1(0x33e),'Poing':_0x5ab4a1(0x324),'Hikjw':function(_0x14946d,_0xd4a48d){return _0x14946d>_0xd4a48d;},'LWObB':function(_0x55e306,_0x46ddb8,_0x23c5f0,_0x3d6ead){return _0x55e306(_0x46ddb8,_0x23c5f0,_0x3d6ead);},'vbptp':function(_0x4d80b2,_0x8f093){return _0x4d80b2-_0x8f093;},'bGhNx':function(_0x2e9190,_0x4cd5a9){return _0x2e9190===_0x4cd5a9;},'QhlaY':function(_0x5df453,_0x9a43f7){return _0x5df453/_0x9a43f7;},'eRtPb':function(_0x32cb27,_0x4e1876){return _0x32cb27<_0x4e1876;},'cOpCg':function(_0x46efd6,_0xdd4048){return _0x46efd6*_0xdd4048;},'aJHjb':function(_0x1adc04,_0x5b5ed4){return _0x1adc04+_0x5b5ed4;},'tnnAN':function(_0x4241ed,_0x3106f4){return _0x4241ed+_0x3106f4;}};try{const _0x24a723=_0x115124[_0x5ab4a1(0x1cd)]||_0x115124[_0x5ab4a1(0x287)],_0x5e6ad8=Array['from'](_0x2bdf63[_0x5ab4a1(0x239)]()[_0x5ab4a1(0x2e7)]()),_0x3d4915=_0x2bdf63['getAllData']()[_0x5ab4a1(0x243)](_0x24a723);if(!_0x3d4915){logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x279)+_0x24a723);return;}const {[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:_0x56c6ba='',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:_0x1970aa=''}=_0x3d4915;let _0x20cce5=[];_0x3d4915&&_0x3d4915[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x5ab4a1(0x208)](_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x2d8)]])?(_0x20cce5=_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x2d8)]]||[],logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x2ba)+_0x20cce5[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x328)+_0x24a723),_0x2bdf63['addMultipleEntries']({[_0x24a723]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:this[_0x5ab4a1(0x320)]()[0x0]||'',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:this[_0x5ab4a1(0x1ec)]()[this[_0x5ab4a1(0x320)]()[0x0]]||''}}),logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x1c4)+_0x24a723)):logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x33a)+_0x24a723);logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x276)+_0x20cce5[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x30c)+_0x24a723);const _0x2f0422=_0x20cce5[_0x5ab4a1(0x2bf)](_0x6e8e67=>_0x6e8e67[_0x5ab4a1(0x1d3)]==='TEST_SCREENSHOT');_0xae1c29[_0x5ab4a1(0x298)](_0x2f0422[_0x5ab4a1(0x26f)],0x0)&&(logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x295)+_0x2f0422['length']+_0x5ab4a1(0x296)+_0x24a723),_0x2f0422[_0x5ab4a1(0x2b2)]((_0x1809f4,_0x3012dd)=>{const _0x3cb776=_0x5ab4a1;logger[_0x3cb776(0x1db)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0xae1c29[_0x3cb776(0x2c9)](_0x3012dd,0x1)+'/'+_0x2f0422[_0x3cb776(0x26f)]+'\x20-\x20test_identifier='+(_0x1809f4[_0x3cb776(0x27c)]||_0xae1c29['uuXrQ'])+_0x3cb776(0x28a)+(_0x1809f4[_0x3cb776(0x23e)]||_0xae1c29['uuXrQ'])+_0x3cb776(0x250)+(_0x1809f4[_0x3cb776(0x297)]||_0xae1c29[_0x3cb776(0x325)])+_0x3cb776(0x33d)+(_0x1809f4['message']?.[_0x3cb776(0x26f)]||0x0));}));const _0x3305e1=_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x271)]]||{},_0x32cf98=_0xae1c29[_0x5ab4a1(0x2ce)](getMediaArtifactsLogs,_0x3305e1,null,_0x24a723),_0x183595=(_0x20cce5||[])[_0x5ab4a1(0x2eb)](_0x32cf98||[]),_0x23d71c=_0x2f0422?.[_0x5ab4a1(0x26f)]||0x0,_0xfa04ac=_0xae1c29[_0x5ab4a1(0x252)](_0x20cce5?.['length']||0x0,_0x23d71c);logger[_0x5ab4a1(0x1db)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x24a723+_0x5ab4a1(0x25a)+_0xfa04ac+_0x5ab4a1(0x272)+_0x23d71c+_0x5ab4a1(0x341)+(_0x32cf98?.[_0x5ab4a1(0x26f)]||0x0)+',\x20totalLogs:\x20'+_0x183595[_0x5ab4a1(0x26f)]);if(!_0x183595||_0xae1c29[_0x5ab4a1(0x2ca)](_0x183595[_0x5ab4a1(0x26f)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x24a723);return;}const _0x212f1c=0x28,_0x230807=Math[_0x5ab4a1(0x2f8)](_0xae1c29['QhlaY'](_0x183595[_0x5ab4a1(0x26f)],_0x212f1c));for(let _0x48047b=0x0;_0xae1c29[_0x5ab4a1(0x2e3)](_0x48047b,_0x230807);_0x48047b++){const _0x16d5e1=_0xae1c29['cOpCg'](_0x48047b,_0x212f1c),_0x5294c0=_0xae1c29['aJHjb'](_0x16d5e1,_0x212f1c),_0x140893=_0x183595['slice'](_0x16d5e1,_0x5294c0),_0x4e6075=global?.[_0x5ab4a1(0x311)]??0x0,_0x14c7b3={'platformIndex':_0x4e6075,'logs':_0x140893,'testFrameworkName':_0x56c6ba,'testFrameworkVersion':_0x1970aa,'testFrameworkState':_0xdd47e8[_0x5ab4a1(0x23b)]()[_0x5ab4a1(0x322)]('.')[0x1]},_0x55ffa4={};_0x55ffa4[_0x5ab4a1(0x27a)]=0x3,_0x55ffa4[_0x5ab4a1(0x25b)]=0x5,logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x20c)+_0xae1c29[_0x5ab4a1(0x1f0)](_0x48047b,0x1)+'/'+_0x230807+'\x20-\x20testId:\x20'+_0x24a723+',\x20logsInBatch:\x20'+_0x140893[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x2f6)+_0x4e6075+',\x20payload:\x20'+util['inspect'](_0x14c7b3,_0x55ffa4));const _0x2caa82=await GrpcClient[_0x5ab4a1(0x2ae)]()[_0x5ab4a1(0x20d)](_0x14c7b3);logger['debug'](_0x5ab4a1(0x20c)+_0xae1c29[_0x5ab4a1(0x281)](_0x48047b,0x1)+'/'+_0x230807+_0x5ab4a1(0x282)+_0x24a723+_0x5ab4a1(0x2f3)+util['inspect'](_0x2caa82));}_0x32cf98&&_0xae1c29['Hikjw'](_0x32cf98[_0x5ab4a1(0x26f)],0x0)&&_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x271)]]&&_0x2bdf63[_0x5ab4a1(0x203)]({[_0x24a723]:{[TestFrameworkConstants[_0x5ab4a1(0x271)]]:{},[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:this[_0x5ab4a1(0x320)]()[0x0]||'',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:this[_0x5ab4a1(0x1ec)]()[this[_0x5ab4a1(0x320)]()[0x0]]||''}}),logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x2a7)+_0x24a723+_0x5ab4a1(0x310)+_0x230807);}catch(_0x1ce57c){logger[_0x5ab4a1(0x213)](_0x5ab4a1(0x2a9)+(_0x115124[_0x5ab4a1(0x1cd)]||_0x115124['testId'])+_0x5ab4a1(0x204)+util[_0x5ab4a1(0x1fc)](_0x1ce57c));}}['storePendingHook'](_0x17906d,_0x10a788,_0x142a57,_0x19de2f,_0x164b5f){const _0x334753=a96_0x22d845,_0x578402={};_0x578402['SmAXY']=function(_0x1a8af0,_0x537947){return _0x1a8af0===_0x537947;},_0x578402[_0x334753(0x24b)]=_0x334753(0x2c1);const _0x4e39fc=_0x578402,{hookData:_0x6fdf48}=_0x164b5f,_0xa14737={'testId':_0x10a788,'testFrameworkState':_0x142a57,'hookState':_0x19de2f,'args':_0x164b5f,'timestamp':new Date()[_0x334753(0x332)]()};if(_0x4e39fc['SmAXY'](_0x142a57,TestFrameworkState[_0x334753(0x308)])&&_0x6fdf48){const _0x227ef5={};_0x227ef5['filePath']=_0x6fdf48[_0x334753(0x26e)]||_0x6fdf48[_0x334753(0x2ec)],_0x227ef5[_0x334753(0x32a)]=_0x6fdf48[_0x334753(0x32a)]||_0x6fdf48[_0x334753(0x1ed)]&&_0x6fdf48[_0x334753(0x1ed)][0x0]||'',_0x227ef5['hookType']=_0x4e39fc[_0x334753(0x24b)],_0xa14737[_0x334753(0x336)]=_0x227ef5,logger[_0x334753(0x1db)](_0x334753(0x2a3)+_0x10a788+_0x334753(0x286)+_0xa14737[_0x334753(0x336)]['filePath']+',\x20scope:\x20'+_0xa14737[_0x334753(0x336)][_0x334753(0x32a)]);}_0x17906d[_0x334753(0x262)](_0x10a788,_0xa14737),logger[_0x334753(0x1db)](_0x334753(0x30e)+_0x10a788+_0x334753(0x228)+_0x142a57+_0x334753(0x2aa)+_0x19de2f);}async[a96_0x22d845(0x1d0)](_0x7ba6de,_0x26c899){const _0x4bed19=a96_0x22d845,_0x23add4={};_0x23add4[_0x4bed19(0x2de)]=function(_0x398420,_0x187476){return _0x398420>_0x187476;},_0x23add4[_0x4bed19(0x27b)]=function(_0x16d86d,_0x19425c){return _0x16d86d===_0x19425c;},_0x23add4[_0x4bed19(0x2da)]=function(_0x517cb5,_0x576005){return _0x517cb5===_0x576005;},_0x23add4[_0x4bed19(0x225)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x14e0d1=_0x23add4;if(_0x7ba6de['hasPendingHooks'](_0x26c899)){const _0x29801a=_0x7ba6de['getPendingHooks'](_0x26c899);logger[_0x4bed19(0x1db)](_0x4bed19(0x1ca)+_0x29801a[_0x4bed19(0x26f)]+_0x4bed19(0x338)+_0x26c899);for(const _0x3c73d6 of _0x29801a){try{const _0x419fc4=await this['trackHookEvent'](_0x7ba6de,_0x3c73d6[_0x4bed19(0x209)],_0x3c73d6[_0x4bed19(0x210)],_0x3c73d6[_0x4bed19(0x27e)]);_0x419fc4&&_0x14e0d1['kpTDW'](Object[_0x4bed19(0x2e7)](_0x419fc4)[_0x4bed19(0x26f)],0x0)&&_0x7ba6de[_0x4bed19(0x203)](_0x419fc4),await this[_0x4bed19(0x334)](_0x7ba6de,_0x3c73d6[_0x4bed19(0x209)],_0x3c73d6[_0x4bed19(0x210)],_0x3c73d6[_0x4bed19(0x27e)]);}catch(_0x34f56a){logger[_0x4bed19(0x213)](_0x4bed19(0x20a)+_0x26c899+_0x4bed19(0x204)+_0x34f56a);}}_0x7ba6de[_0x4bed19(0x23a)](_0x26c899),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x26c899);}const _0x501af6=_0x7ba6de[_0x4bed19(0x239)]()[_0x4bed19(0x243)](_0x26c899);if(_0x501af6){const _0xc0ed28=_0x501af6[TestFrameworkConstants[_0x4bed19(0x2f1)]]||_0x501af6[TestFrameworkConstants[_0x4bed19(0x30a)]],_0x9707e9=_0x501af6[TestFrameworkConstants[_0x4bed19(0x343)]]||_0x501af6[TestFrameworkConstants[_0x4bed19(0x206)]]&&_0x501af6[TestFrameworkConstants[_0x4bed19(0x206)]][0x0]||'';logger[_0x4bed19(0x1db)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0xc0ed28+',\x20scope:\x20'+_0x9707e9);const _0x2654a4=_0x7ba6de[_0x4bed19(0x205)]();for(const _0x4b8735 of _0x2654a4){if(_0x14e0d1[_0x4bed19(0x27b)](_0x4b8735,_0x26c899))continue;if(_0x7ba6de['hasPendingHooks'](_0x4b8735)){const _0x544565=_0x7ba6de[_0x4bed19(0x306)](_0x4b8735);for(const _0x8f2c58 of _0x544565){if(_0x14e0d1['UHuPh'](_0x8f2c58[_0x4bed19(0x209)],TestFrameworkState[_0x4bed19(0x308)])&&_0x8f2c58['hookMetadata']){const _0x3e9cce=_0x8f2c58[_0x4bed19(0x336)][_0x4bed19(0x31b)],_0x5ab218=_0x8f2c58['hookMetadata'][_0x4bed19(0x32a)];if(_0x14e0d1[_0x4bed19(0x2da)](_0x3e9cce,_0xc0ed28)&&_0x14e0d1[_0x4bed19(0x2da)](_0x5ab218,_0x9707e9)){logger[_0x4bed19(0x1db)](_0x4bed19(0x26a)+_0x4b8735+',\x20currentTestId:\x20'+_0x26c899+_0x4bed19(0x286)+_0x3e9cce+_0x4bed19(0x342)+_0x5ab218);_0x8f2c58[_0x4bed19(0x27e)]&&_0x8f2c58[_0x4bed19(0x27e)][_0x4bed19(0x340)]&&(_0x8f2c58['args']['hookData'][_0x4bed19(0x233)]=_0x26c899,logger[_0x4bed19(0x1db)](_0x4bed19(0x1f7)+_0x4b8735+_0x4bed19(0x2d5)+_0x26c899));try{const _0x40881c=await this[_0x4bed19(0x2e5)](_0x7ba6de,_0x8f2c58[_0x4bed19(0x209)],_0x8f2c58[_0x4bed19(0x210)],_0x8f2c58[_0x4bed19(0x27e)]);_0x40881c&&_0x14e0d1[_0x4bed19(0x2de)](Object[_0x4bed19(0x2e7)](_0x40881c)[_0x4bed19(0x26f)],0x0)&&_0x7ba6de[_0x4bed19(0x203)](_0x40881c);await this[_0x4bed19(0x334)](_0x7ba6de,_0x8f2c58[_0x4bed19(0x209)],_0x8f2c58[_0x4bed19(0x210)],_0x8f2c58[_0x4bed19(0x27e)]);const _0x2bcf09=_0x7ba6de['getPendingHooks'](_0x4b8735)[_0x4bed19(0x2bf)](_0x47904a=>_0x47904a!==_0x8f2c58);if(_0x14e0d1['UHuPh'](_0x2bcf09[_0x4bed19(0x26f)],0x0))_0x7ba6de['removePendingHooks'](_0x4b8735);else{_0x7ba6de[_0x4bed19(0x23a)](_0x4b8735);for(const _0x3ed374 of _0x2bcf09){_0x7ba6de[_0x4bed19(0x262)](_0x4b8735,_0x3ed374);}}logger[_0x4bed19(0x1db)](_0x14e0d1['FBGqV']);}catch(_0x3ded52){logger[_0x4bed19(0x213)](_0x4bed19(0x304)+_0x26c899+_0x4bed19(0x204)+_0x3ded52);}}}}}}}}['mapTestHooks'](_0x5cb7f2){const _0x350a49=a96_0x22d845,_0x5498e={'KgaWa':function(_0xcad395){return _0xcad395();}};if(!_0x5cb7f2||!_0x5cb7f2[_0x350a49(0x2d3)])return;_0x5cb7f2[_0x350a49(0x2d3)][_0x350a49(0x20b)]&&Array[_0x350a49(0x208)](_0x5cb7f2[_0x350a49(0x2d3)]['hooks'])&&_0x5cb7f2[_0x350a49(0x2d3)][_0x350a49(0x20b)][_0x350a49(0x2b2)](_0x1e7dd9=>{const _0x17987c=_0x350a49;!_0x1e7dd9[_0x17987c(0x2b7)]&&!_0x1e7dd9[_0x17987c(0x28d)]&&(_0x1e7dd9[_0x17987c(0x2b7)]=_0x5498e[_0x17987c(0x1eb)](uuidv4),_0x1e7dd9[_0x17987c(0x28d)]=_0x1e7dd9[_0x17987c(0x2b7)],logger[_0x17987c(0x1db)](_0x17987c(0x1de)+_0x1e7dd9[_0x17987c(0x305)]+_0x17987c(0x284)+_0x1e7dd9[_0x17987c(0x2b7)]));}),this[_0x350a49(0x219)](_0x5cb7f2[_0x350a49(0x2d3)]);}[a96_0x22d845(0x22c)](_0x5917b6){const _0x277f06=a96_0x22d845,_0x3e5c53={'aNtlf':function(_0x363863,_0x1f58f2){return _0x363863(_0x1f58f2);}};if(!_0x5917b6||!_0x5917b6['parent'])return[];const _0x3dbd43=[];return _0x5917b6[_0x277f06(0x2d3)][_0x277f06(0x20b)]&&Array[_0x277f06(0x208)](_0x5917b6[_0x277f06(0x2d3)]['hooks'])&&_0x5917b6[_0x277f06(0x2d3)]['hooks']['forEach'](_0x16ec0a=>{const _0xe1bb2d=_0x277f06,_0xfa8950=_0x16ec0a[_0xe1bb2d(0x2b7)]||_0x16ec0a[_0xe1bb2d(0x28d)];_0xfa8950&&!this[_0xe1bb2d(0x266)](_0x16ec0a)&&!_0x3e5c53[_0xe1bb2d(0x1bc)](isInternalHook,_0x16ec0a['fn'])&&_0x3dbd43[_0xe1bb2d(0x25d)](_0xfa8950);}),[..._0x3dbd43,...this[_0x277f06(0x22c)](_0x5917b6[_0x277f06(0x2d3)])];}['buildHookMapFromTest'](_0x45ffe3){const _0x937ac6=a96_0x22d845,_0x10977e={'bVnIr':function(_0x449f9e,_0x5b0aae){return _0x449f9e(_0x5b0aae);},'UjFfG':_0x937ac6(0x2f2),'sMaBk':function(_0x756a92,_0x4d71c6){return _0x756a92(_0x4d71c6);}},_0x178c43=new Map(),_0x5bb28c=_0xb0afaa=>{const _0x21ba0c=_0x937ac6,_0x383274={'tgBpZ':function(_0x43d9a6,_0x5b2ab6){return _0x10977e['bVnIr'](_0x43d9a6,_0x5b2ab6);},'eQQNc':_0x10977e['UjFfG']};if(!_0xb0afaa||!_0xb0afaa['parent'])return;_0xb0afaa['parent'][_0x21ba0c(0x20b)]&&Array[_0x21ba0c(0x208)](_0xb0afaa['parent'][_0x21ba0c(0x20b)])&&_0xb0afaa[_0x21ba0c(0x2d3)][_0x21ba0c(0x20b)][_0x21ba0c(0x2b2)](_0x194152=>{const _0x380dcb=_0x21ba0c,_0x24ee29=_0x194152['hookAnalyticsId']||_0x194152[_0x380dcb(0x28d)];if(_0x24ee29&&!this['isJestInternalHook'](_0x194152)&&!_0x383274['tgBpZ'](isInternalHook,_0x194152['fn'])){const _0x51f51e={};_0x51f51e[_0x380dcb(0x305)]=_0x194152[_0x380dcb(0x305)]||_0x383274[_0x380dcb(0x242)],_0x51f51e[_0x380dcb(0x273)]=_0x194152[_0x380dcb(0x273)]||'\x22'+_0x194152['type']+_0x380dcb(0x1e4),_0x178c43[_0x380dcb(0x1ba)](_0x24ee29,_0x51f51e);}}),_0x10977e['bVnIr'](_0x5bb28c,_0xb0afaa[_0x21ba0c(0x2d3)]);};return _0x10977e[_0x937ac6(0x2d7)](_0x5bb28c,_0x45ffe3),_0x178c43;}[a96_0x22d845(0x266)](_0x58ba84){const _0x47d7b3=a96_0x22d845,_0x4d0431={};_0x4d0431[_0x47d7b3(0x238)]='jest-circus',_0x4d0431[_0x47d7b3(0x240)]=_0x47d7b3(0x21c);const _0x32a479=_0x4d0431;try{const _0x3062a9=this[_0x47d7b3(0x217)](_0x58ba84);if(!_0x3062a9||_0x3062a9[_0x47d7b3(0x2bd)](_0x32a479['EJUYT']))return!![];return![];}catch(_0x41b6d9){logger[_0x47d7b3(0x1db)](_0x32a479[_0x47d7b3(0x240)]);}return![];}['getRootParentFile'](_0x1b4bea){const _0x3f3b8e=a96_0x22d845,_0x33554c={'yxbYn':function(_0x4951da,_0x466056){return _0x4951da(_0x466056);}};if(_0x1b4bea[_0x3f3b8e(0x317)])return _0x1b4bea[_0x3f3b8e(0x317)];if(_0x1b4bea[_0x3f3b8e(0x1da)])try{const _0x4912f4=stackTrace[_0x3f3b8e(0x255)](_0x1b4bea[_0x3f3b8e(0x1da)]),_0xb70f00=_0x33554c['yxbYn'](pickUserFrameFile,_0x4912f4);if(_0xb70f00)return _0xb70f00;logger[_0x3f3b8e(0x1db)](_0x3f3b8e(0x29a)+_0x4912f4[_0x3f3b8e(0x26f)]+')');}catch(_0x6e5aa9){logger[_0x3f3b8e(0x1db)](_0x3f3b8e(0x1e0)+util[_0x3f3b8e(0x1fc)](_0x6e5aa9));}return null;}}module[a96_0x22d845(0x24e)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a97_0xf8568=a97_0x4b65;(function(_0x3a5700,_0x9134b2){const _0x18e007=a97_0x4b65,_0x72bf8a=_0x3a5700();while(!![]){try{const _0xd6441c=parseInt(_0x18e007(0x143))/0x1*(-parseInt(_0x18e007(0x145))/0x2)+parseInt(_0x18e007(0x137))/0x3*(parseInt(_0x18e007(0x14a))/0x4)+parseInt(_0x18e007(0x15e))/0x5*(parseInt(_0x18e007(0x153))/0x6)+parseInt(_0x18e007(0x121))/0x7+parseInt(_0x18e007(0x12c))/0x8*(parseInt(_0x18e007(0x149))/0x9)+-parseInt(_0x18e007(0x142))/0xa+-parseInt(_0x18e007(0x159))/0xb;if(_0xd6441c===_0x9134b2)break;else _0x72bf8a['push'](_0x72bf8a['shift']());}catch(_0x161b54){_0x72bf8a['push'](_0x72bf8a['shift']());}}}(a97_0x2d47,0xdcee0));const path=require(a97_0xf8568(0x163)),TestFramework=require(a97_0xf8568(0x161)),TestFrameworkState=require(a97_0xf8568(0x114)),HookState=require(a97_0xf8568(0x11d)),{createClassLogger}=require(a97_0xf8568(0x13f)),TestFrameworkInstance=require(a97_0xf8568(0x128)),CLIUtils=require(a97_0xf8568(0x133)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a97_0xf8568(0x13c)),logger=createClassLogger(a97_0xf8568(0x118));function a97_0x4b65(_0x17050d,_0x597012){const _0x2d479d=a97_0x2d47();return a97_0x4b65=function(_0x4b651f,_0x8c40a4){_0x4b651f=_0x4b651f-0x112;let _0x3a335f=_0x2d479d[_0x4b651f];return _0x3a335f;},a97_0x4b65(_0x17050d,_0x597012);}function a97_0x2d47(){const _0x330546=['KEY_TEST_FRAMEWORK_VERSION','get','error','36402OChFSE','debug','getId','KEY_TEST_ENDED_AT','PRE','resolveInstance','27878664LWiCtE','result','instance','parseNewmanTest','getTestFrameworks','1435SZlaCV','NONE','KEY_TEST_FRAMEWORK_NAME','./testFramework','toString','path','KEY_TEST_FAILURE_REASON','getContext','../state/testFrameworkState.js','trackEvent','KEY_TEST_TAGS','\x20hook=','NewmanTestFramework','KEY_TEST_LOGS','getCurrentTestState','location','KEY_TEST_RERUN_NAME','../state/hookState.js','from','KEY_TEST_FAILURE','KEY_TEST_FILE_PATH','1382871WFINgm','getAllData','KEY_TEST_META','runHooks','base64','pending','getProcessId','../instances/testFrameworkInstance.js','createTestFrameworkEventPayload','name','BnmYp','248inPDbI','uuid','KEY_TEST_SCOPE','KEY_TEST_UUID','DEFAULT_TEST_RESULT','rlXAx','scope','../cliUtils.js','trackEvent:\x20state=','split','meta','4647qquAQx','TEST','scopes','addMultipleEntries','custom_metadata','util','format','test','../../../helpers/classLogger.js','setTrackedInstance','stringify','13353380zaXngH','1717iICdfQ','KEY_TEST_NAME','492rAhXDq','KEY_HOOKS_STARTED','KEY_HOOKS_FINISHED','getTrackedInstance','487701QPgQUC','4076qZzErV','parseNewmanTestResult','toISOString','failure_reason','KEY_TEST_RESULT','KEY_TEST_ID'];a97_0x2d47=function(){return _0x330546;};return a97_0x2d47();}class NewmanTestFramework extends TestFramework{constructor(_0x185e04,_0x16b301,_0x275658){super(_0x185e04,_0x16b301,_0x275658);}async['trackEvent'](_0x59632f,_0x591e91,_0x3e60d4={}){const _0x1d6656=a97_0xf8568,_0x196f93={};_0x196f93[_0x1d6656(0x12b)]=function(_0x4e7a92,_0x4cba78){return _0x4e7a92===_0x4cba78;};const _0x3c45e5=_0x196f93;logger[_0x1d6656(0x154)](_0x1d6656(0x134)+_0x59632f+_0x1d6656(0x117)+_0x591e91),await super[_0x1d6656(0x115)](_0x59632f,_0x591e91,_0x3e60d4);const _0x4abe89=this['resolveInstance'](_0x59632f,_0x591e91,_0x3e60d4);if(!_0x4abe89)return;try{if(_0x3c45e5[_0x1d6656(0x12b)](_0x59632f,TestFrameworkState[_0x1d6656(0x138)])&&_0x3e60d4[_0x1d6656(0x13e)]){const _0x48c96b=_0x3c45e5[_0x1d6656(0x12b)](_0x591e91,HookState[_0x1d6656(0x157)])?this['parseNewmanTest'](_0x3e60d4['test']):this[_0x1d6656(0x14b)](_0x3e60d4[_0x1d6656(0x13e)]);_0x4abe89[_0x1d6656(0x13a)](_0x48c96b);}}catch(_0x333d21){logger[_0x1d6656(0x152)]('trackEvent:\x20error='+util[_0x1d6656(0x13d)](_0x333d21));}_0x3e60d4[_0x1d6656(0x15b)]=_0x4abe89,await this[_0x1d6656(0x124)](_0x4abe89,_0x59632f,_0x591e91,_0x3e60d4);}[a97_0xf8568(0x15c)](_0x35a1f1){const _0x1fe61d=a97_0xf8568,_0x16e625=this[_0x1fe61d(0x15d)]()[0x0],_0x31f963={};return _0x31f963[_0x35a1f1['uuid']]={[TestFrameworkConstants[_0x1fe61d(0x160)]]:_0x16e625,[TestFrameworkConstants[_0x1fe61d(0x150)]]:this['getTestFrameworksVersions']()[_0x16e625],[TestFrameworkConstants[_0x1fe61d(0x119)]]:[],[TestFrameworkConstants[_0x1fe61d(0x147)]]:{},[TestFrameworkConstants[_0x1fe61d(0x146)]]:{},[TestFrameworkConstants[_0x1fe61d(0x14e)]]:TestFrameworkConstants[_0x1fe61d(0x130)],[TestFrameworkConstants[_0x1fe61d(0x14f)]]:_0x35a1f1['uuid'],[TestFrameworkConstants[_0x1fe61d(0x12f)]]:_0x35a1f1[_0x1fe61d(0x12d)],[TestFrameworkConstants[_0x1fe61d(0x144)]]:_0x35a1f1[_0x1fe61d(0x12a)],[TestFrameworkConstants[_0x1fe61d(0x120)]]:_0x35a1f1['file_path']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x35a1f1[_0x1fe61d(0x11b)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x1fe61d(0x116)]]:_0x35a1f1['tags']||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x35a1f1['started_at']||new Date()[_0x1fe61d(0x14c)](),[TestFrameworkConstants[_0x1fe61d(0x12e)]]:_0x35a1f1[_0x1fe61d(0x132)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x35a1f1[_0x1fe61d(0x139)]||[],[TestFrameworkConstants[_0x1fe61d(0x11c)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x35a1f1[_0x1fe61d(0x13b)]||{},[TestFrameworkConstants[_0x1fe61d(0x123)]]:_0x35a1f1[_0x1fe61d(0x136)]||{}},_0x31f963;}['parseNewmanTestResult'](_0x364315){const _0x133c60=a97_0xf8568,_0x33aaad={};_0x33aaad['EOQmD']=_0x133c60(0x126);const _0x5035de=_0x33aaad,_0x4644e4={};return _0x4644e4[_0x364315[_0x133c60(0x12d)]]={[TestFrameworkConstants[_0x133c60(0x14e)]]:_0x364315[_0x133c60(0x15a)]||_0x5035de['EOQmD'],[TestFrameworkConstants[_0x133c60(0x156)]]:_0x364315['finished_at']||new Date()[_0x133c60(0x14c)](),[TestFrameworkConstants[_0x133c60(0x11f)]]:_0x364315['failure']||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x364315['failure_type']||null,[TestFrameworkConstants[_0x133c60(0x112)]]:_0x364315[_0x133c60(0x14d)]||null},_0x4644e4;}[a97_0xf8568(0x158)](_0x94c6b2){const _0x184f81=a97_0xf8568;let _0x3c864c=TestFramework[_0x184f81(0x148)]();if(!_0x3c864c){const _0x4881c4=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());_0x3c864c=new TestFrameworkInstance(_0x4881c4,this[_0x184f81(0x15d)](),this['getTestFrameworksVersions'](),_0x94c6b2,HookState[_0x184f81(0x15f)]),TestFramework[_0x184f81(0x140)](_0x4881c4,_0x3c864c);}return _0x3c864c;}[a97_0xf8568(0x129)](_0x585b01){const _0x108b45=a97_0xf8568,_0x417112={};_0x417112[_0x108b45(0x131)]=_0x108b45(0x125);const _0xd58f79=_0x417112;try{const _0x4d0add=_0x585b01[_0x108b45(0x13e)]?_0x585b01[_0x108b45(0x13e)][_0x108b45(0x12d)]:null,_0x2c3909=_0x585b01[_0x108b45(0x15b)],_0x3c7f8d=_0x2c3909[_0x108b45(0x113)](),_0x3c813b=_0x2c3909[_0x108b45(0x122)]()[_0x108b45(0x151)](_0x4d0add);if(!_0x3c813b)return{};const {[TestFrameworkConstants[_0x108b45(0x160)]]:_0x47e59b='',[TestFrameworkConstants[_0x108b45(0x150)]]:_0x4baa1e='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x851d7e='',[TestFrameworkConstants[_0x108b45(0x156)]]:_0x239d23=''}=_0x3c813b;return{'platformIndex':0x0,'testFrameworkName':_0x47e59b,'testFrameworkVersion':_0x4baa1e,'testFrameworkState':_0x2c3909[_0x108b45(0x11a)]()[_0x108b45(0x162)]()[_0x108b45(0x135)]('.')[0x1],'hookState':_0x2c3909['getCurrentHookState']()[_0x108b45(0x162)]()['split']('.')[0x1],'startedAt':_0x851d7e,'endedAt':_0x239d23,'uuid':_0x4d0add,'eventJson':Buffer[_0x108b45(0x11e)](JSON[_0x108b45(0x141)](_0x3c813b))['toString'](_0xd58f79[_0x108b45(0x131)]),'executionContext':{'hash':_0x3c7f8d[_0x108b45(0x155)](),'threadId':_0x3c7f8d['getThreadId']()[_0x108b45(0x162)](),'processId':_0x3c7f8d[_0x108b45(0x127)]()['toString']()}};}catch(_0x519c45){return logger[_0x108b45(0x152)]('createTestFrameworkEventPayload:\x20error='+util['format'](_0x519c45)),{};}}}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a98_0x272469=a98_0x3626;(function(_0x4d3177,_0x4057e1){const _0x515a26=a98_0x3626,_0x242cf1=_0x4d3177();while(!![]){try{const _0xb34ecd=parseInt(_0x515a26(0x1e6))/0x1*(parseInt(_0x515a26(0x1e1))/0x2)+parseInt(_0x515a26(0x17e))/0x3*(parseInt(_0x515a26(0x1d7))/0x4)+parseInt(_0x515a26(0x1f9))/0x5*(parseInt(_0x515a26(0x1d1))/0x6)+parseInt(_0x515a26(0x1f0))/0x7+-parseInt(_0x515a26(0x1e5))/0x8*(-parseInt(_0x515a26(0x1f2))/0x9)+parseInt(_0x515a26(0x1a5))/0xa*(-parseInt(_0x515a26(0x1b8))/0xb)+parseInt(_0x515a26(0x190))/0xc;if(_0xb34ecd===_0x4057e1)break;else _0x242cf1['push'](_0x242cf1['shift']());}catch(_0x368530){_0x242cf1['push'](_0x242cf1['shift']());}}}(a98_0x10b5,0x8d6f5));const TestFramework=require(a98_0x272469(0x1cf)),TestFrameworkState=require(a98_0x272469(0x1e9)),HookState=require(a98_0x272469(0x18a)),{createClassLogger}=require(a98_0x272469(0x1af)),TestFrameworkInstance=require(a98_0x272469(0x1c6)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a98_0x272469(0x193)),logger=createClassLogger(a98_0x272469(0x1b2)),util=require(a98_0x272469(0x1c5));class NodeGenericFramework extends TestFramework{constructor(_0x41088d,_0x451cc5,_0xba7cf7){const _0x133da2=a98_0x272469;super(_0x41088d,_0x451cc5,_0xba7cf7),this[_0x133da2(0x181)]=null;}[a98_0x272469(0x1a3)](_0x463248){const _0xb6f507=a98_0x272469;this[_0xb6f507(0x181)]=_0x463248;}[a98_0x272469(0x17c)](){const _0x2e7b86=a98_0x272469;return this[_0x2e7b86(0x181)];}async['trackEvent'](_0x1f857f,_0x377eda,_0x98dded={}){const _0x2f16a7=a98_0x272469,_0xeec112={};_0xeec112[_0x2f16a7(0x1b5)]=_0x2f16a7(0x194),_0xeec112[_0x2f16a7(0x1e0)]=function(_0x3ceaf5,_0x3ff1c9){return _0x3ceaf5===_0x3ff1c9;},_0xeec112[_0x2f16a7(0x1a7)]=function(_0x57760f,_0x5944b2){return _0x57760f===_0x5944b2;};const _0xb8e4ad=_0xeec112;logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x1f857f+'.'+_0x377eda+_0x2f16a7(0x182)+_0x98dded[_0x2f16a7(0x1a4)]?.[_0x2f16a7(0x1de)]),await super[_0x2f16a7(0x1d2)](_0x1f857f,_0x377eda,_0x98dded);const _0x5b1199=this[_0x2f16a7(0x1b0)](_0x1f857f,_0x377eda,_0x98dded);if(!_0x5b1199){logger[_0x2f16a7(0x18f)](_0xb8e4ad['iSgCD']);return;}try{switch(_0x1f857f){case TestFrameworkState[_0x2f16a7(0x1c1)]:{const _0x44aa4d=_0x98dded[_0x2f16a7(0x1a4)],_0x20da4f=_0x44aa4d[_0x2f16a7(0x1de)];if(_0xb8e4ad['rkxkG'](_0x377eda,HookState[_0x2f16a7(0x196)])){logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x20da4f+_0x2f16a7(0x1bf)+_0x44aa4d[_0x2f16a7(0x17b)]);const _0x1b0f88=this[_0x2f16a7(0x1d5)](_0x44aa4d);_0x5b1199['addMultipleEntries'](_0x1b0f88);}else{if(_0xb8e4ad[_0x2f16a7(0x1a7)](_0x377eda,HookState[_0x2f16a7(0x17f)])){logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x20da4f+_0x2f16a7(0x1b9)+_0x44aa4d[_0x2f16a7(0x1f7)]);const _0x543c51=this['parseTestResult'](_0x44aa4d,_0x5b1199);_0x5b1199[_0x2f16a7(0x1a1)](_0x543c51);}}break;}default:logger['debug'](_0x2f16a7(0x1ef)+_0x1f857f+',\x20hookState='+_0x377eda);break;}}catch(_0x488035){logger[_0x2f16a7(0x198)](_0x2f16a7(0x1e8)+_0x1f857f+_0x2f16a7(0x1c4)+_0x377eda+_0x2f16a7(0x1ac)+util['format'](_0x488035));}_0x98dded['instance']=_0x5b1199,await this[_0x2f16a7(0x1b1)](_0x5b1199,_0x1f857f,_0x377eda,_0x98dded);}['resolveInstance'](_0x20cdb2,_0x1f2f2b,_0x1a8fe2={}){const _0x415481=a98_0x272469,_0x5942c1={};_0x5942c1[_0x415481(0x19b)]=_0x415481(0x1a2);const _0x4bad60=_0x5942c1;let _0x3d8138=TestFramework['getTrackedInstance']();if(!_0x3d8138){logger[_0x415481(0x18f)](_0x4bad60[_0x415481(0x19b)]);const _0x3314a2=CLIUtils['getCurrentInstanceName'](),_0x10ab09=TrackedInstance['createContext'](_0x3314a2);_0x3d8138=new TestFrameworkInstance(_0x10ab09,this[_0x415481(0x185)](),this[_0x415481(0x1f1)](),_0x20cdb2,HookState[_0x415481(0x1ce)]),TestFramework[_0x415481(0x1d6)](_0x10ab09,_0x3d8138),logger[_0x415481(0x18f)](_0x415481(0x1f8)+_0x10ab09[_0x415481(0x1d8)]());}return _0x3d8138;}[a98_0x272469(0x1d5)](_0x520584){const _0x2234d6=a98_0x272469,_0x254e11=_0x520584[_0x2234d6(0x1de)],_0x41b5d9=this[_0x2234d6(0x185)]()[0x0],_0x2d369f=this[_0x2234d6(0x1f1)](),_0x45c00e={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x41b5d9,[TestFrameworkConstants[_0x2234d6(0x1c7)]]:_0x2d369f[_0x41b5d9]||'',[TestFrameworkConstants[_0x2234d6(0x1db)]]:_0x520584[_0x2234d6(0x1de)],[TestFrameworkConstants[_0x2234d6(0x1b6)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x2234d6(0x18e)]]:TestFrameworkConstants[_0x2234d6(0x1f3)],[TestFrameworkConstants[_0x2234d6(0x1a0)]]:_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x17a)]]:_0x520584[_0x2234d6(0x19f)],[TestFrameworkConstants[_0x2234d6(0x17d)]]:_0x254e11,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x18c)]]:_0x520584['test_location']||_0x520584[_0x2234d6(0x19f)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x520584[_0x2234d6(0x195)]||null,[TestFrameworkConstants[_0x2234d6(0x1ed)]]:_0x520584[_0x2234d6(0x192)]||[],[TestFrameworkConstants[_0x2234d6(0x1bd)]]:_0x520584[_0x2234d6(0x1cb)]||new Date()[_0x2234d6(0x1c9)](),[TestFrameworkConstants[_0x2234d6(0x1dc)]]:_0x520584['test_scope']||'',[TestFrameworkConstants[_0x2234d6(0x1e2)]]:_0x520584[_0x2234d6(0x180)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x520584[_0x2234d6(0x188)]||_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x1be)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x520584[_0x2234d6(0x1a6)]||{}},_0x2f34f7={};return _0x2f34f7[_0x254e11]=_0x45c00e,_0x2f34f7;}['parseTestResult'](_0x366036,_0x5741ae){const _0x3a0457=a98_0x272469,_0x2f1adb={};_0x2f1adb[_0x3a0457(0x184)]=_0x3a0457(0x1ca),_0x2f1adb[_0x3a0457(0x1d3)]=function(_0x455bed,_0x4544e2){return _0x455bed===_0x4544e2;},_0x2f1adb[_0x3a0457(0x1e4)]=_0x3a0457(0x1eb),_0x2f1adb[_0x3a0457(0x18d)]=_0x3a0457(0x1b7),_0x2f1adb[_0x3a0457(0x197)]='Unknown\x20error',_0x2f1adb[_0x3a0457(0x1ec)]=function(_0x72fa73,_0x55173d){return _0x72fa73!==_0x55173d;};const _0x3adef1=_0x2f1adb,_0xc02b92=_0x366036[_0x3a0457(0x1de)],_0x32155c=_0x5741ae[_0x3a0457(0x1da)]()[_0x3a0457(0x1aa)](_0xc02b92)||{},_0x1188d6={..._0x32155c,[TestFrameworkConstants[_0x3a0457(0x18e)]]:_0x366036[_0x3a0457(0x1f7)]||_0x3adef1['eBOLI'],[TestFrameworkConstants[_0x3a0457(0x1b4)]]:_0x366036[_0x3a0457(0x1c3)]||new Date()[_0x3a0457(0x1c9)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x3a0457(0x1c9)](),[TestFrameworkConstants[_0x3a0457(0x186)]]:_0x32155c[TestFrameworkConstants[_0x3a0457(0x186)]]||[],[TestFrameworkConstants[_0x3a0457(0x1ab)]]:_0x366036['test_meta']||{}};_0x3adef1[_0x3a0457(0x1d3)](_0x366036[_0x3a0457(0x1f7)],_0x3adef1[_0x3a0457(0x1e4)])&&(_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1f6)]]=_0x366036['test_failure_type']||_0x3adef1[_0x3a0457(0x18d)],_0x1188d6[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x366036[_0x3a0457(0x1ea)]||_0x3adef1[_0x3a0457(0x197)],_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1a9)]]=_0x366036[_0x3a0457(0x1b3)]||[]);_0x3adef1[_0x3a0457(0x1ec)](_0x366036[_0x3a0457(0x1ba)],undefined)&&(_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1e7)]]=_0x366036['test_duration']);const _0x2ca455={};return _0x2ca455[_0xc02b92]=_0x1188d6,_0x2ca455;}[a98_0x272469(0x1dd)](_0x3ac328){const _0x49046c=a98_0x272469,_0x8920b3={};_0x8920b3['fGwFZ']=_0x49046c(0x1bb);const _0xa4eb40=_0x8920b3;try{const _0x26bae7=_0x3ac328[_0x49046c(0x1a4)]?.['test_uuid'],_0x4b492d=_0x3ac328[_0x49046c(0x1cd)],_0x56f458=_0x4b492d[_0x49046c(0x1d9)](),_0x42ce4a=_0x4b492d[_0x49046c(0x1da)]()['get'](_0x26bae7);if(!_0x42ce4a)return logger[_0x49046c(0x18f)](_0x49046c(0x19d)+_0x26bae7),{};const {[TestFrameworkConstants[_0x49046c(0x1ee)]]:_0x55b577=this[_0x49046c(0x185)]()[0x0]||'',[TestFrameworkConstants[_0x49046c(0x1c7)]]:_0x41905d=this[_0x49046c(0x1f1)]()[this[_0x49046c(0x185)]()[0x0]]||'',[TestFrameworkConstants[_0x49046c(0x1bd)]]:_0x483ba1='',[TestFrameworkConstants[_0x49046c(0x1b4)]]:_0x15ce3b=''}=_0x42ce4a,_0x438147=_0x4b492d[_0x49046c(0x1c2)]()[_0x49046c(0x1d4)]()[_0x49046c(0x1ad)]('.')[0x1],_0x3652a7=_0x4b492d[_0x49046c(0x19c)]()[_0x49046c(0x1d4)]()[_0x49046c(0x1ad)]('.')[0x1],_0x173b3d=global?.[_0x49046c(0x1cc)]?.[_0x49046c(0x1ae)]?.[_0x49046c(0x1a8)]||global['__bstackPlatformIndex']||0x0,_0x4f6802=_0x4b492d[_0x49046c(0x1f5)](),_0x3056f6=Buffer[_0x49046c(0x187)](JSON[_0x49046c(0x19e)](_0x42ce4a))['toString'](_0xa4eb40[_0x49046c(0x183)]),_0x5f60a7={'hash':_0x56f458[_0x49046c(0x1d8)](),'threadId':_0x56f458[_0x49046c(0x1f4)]()[_0x49046c(0x1d4)](),'processId':_0x56f458[_0x49046c(0x1fa)]()[_0x49046c(0x1d4)]()},_0x1aaa4d={};return _0x1aaa4d[_0x49046c(0x189)]=_0x173b3d,_0x1aaa4d[_0x49046c(0x1df)]=_0x55b577,_0x1aaa4d[_0x49046c(0x1d0)]=_0x41905d,_0x1aaa4d['testFrameworkState']=_0x438147,_0x1aaa4d[_0x49046c(0x1bc)]=_0x3652a7,_0x1aaa4d['startedAt']=_0x483ba1,_0x1aaa4d[_0x49046c(0x199)]=_0x15ce3b,_0x1aaa4d[_0x49046c(0x18b)]=_0x4f6802,_0x1aaa4d[_0x49046c(0x1e3)]=_0x3056f6,_0x1aaa4d['executionContext']=_0x5f60a7,_0x1aaa4d[_0x49046c(0x19a)]=_0x26bae7,_0x1aaa4d;}catch(_0x1c1276){return logger[_0x49046c(0x198)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x49046c(0x1c0)](_0x1c1276)),{};}}}module[a98_0x272469(0x1c8)]=NodeGenericFramework;function a98_0x3626(_0x3c014d,_0x2d03d7){const _0x10b525=a98_0x10b5();return a98_0x3626=function(_0x3626a3,_0x1b3f90){_0x3626a3=_0x3626a3-0x17a;let _0x24aa63=_0x10b525[_0x3626a3];return _0x24aa63;},a98_0x3626(_0x3c014d,_0x2d03d7);}function a98_0x10b5(){const _0x295a54=['PRE','vYKNC','error','endedAt','test_identifier','QJLPD','getCurrentHookState','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','stringify','test_file_path','KEY_AUTOMATE_SESSION_NAME','addMultipleEntries','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','setCurrentTestUUID','testData','772130VuHSlY','test_meta','vRwFk','parallelIndex','KEY_TEST_FAILURE','get','KEY_TEST_META',',\x20error=','split','workerInfo','../../../helpers/classLogger.js','resolveInstance','runHooks','NodeGenericFramework','test_failure','KEY_TEST_ENDED_AT','iSgCD','KEY_TEST_LOGS','UnhandledError','121RCNPMW',',\x20result=','test_duration','base64','hookState','KEY_TEST_STARTED_AT','KEY_CUSTOM_TAGS',',\x20test_name=','format','TEST','getCurrentTestState','test_ended_at',',\x20hookState=','util','../instances/testFrameworkInstance.js','KEY_TEST_FRAMEWORK_VERSION','exports','toISOString','unknown','test_started_at','__workerDetails','instance','NONE','./testFramework','testFrameworkVersion','102WCHJSb','trackEvent','xQnTl','toString','parseTestData','setTrackedInstance','606748ZNmcOU','getId','getContext','getAllData','KEY_TEST_UUID','KEY_TEST_SCOPE','createTestFrameworkEventPayload','test_uuid','testFrameworkName','rkxkG','191698gFISWV','KEY_TEST_SCOPES','eventJson','scmNM','268312lDPTzv','5YwdvVr','KEY_TEST_DURATION','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','../state/testFrameworkState.js','test_failure_reason','failed','aXGLh','KEY_TEST_TAGS','KEY_TEST_FRAMEWORK_NAME','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','920318gwYYBm','getTestFrameworksVersions','90HsCZmD','DEFAULT_TEST_RESULT','getThreadId','getRef','KEY_TEST_FAILURE_TYPE','test_result','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','95905wvlJby','getProcessId','KEY_TEST_FILE_PATH','test_name','getCurrentTestUUID','KEY_TEST_ID','3GPnTWh','POST','test_scopes','_currentTestUUID','\x20for\x20test_uuid=','fGwFZ','eBOLI','getTestFrameworks','KEY_LOGS','from','test_rerun_name','platformIndex','../state/hookState.js','uuid','KEY_TEST_LOCATION','bmASS','KEY_TEST_RESULT','debug','57444xMORaA','info','test_tags','./constants/testFrameworkConstants.js','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','test_code'];a98_0x10b5=function(){return _0x295a54;};return a98_0x10b5();}
|
|
1
|
+
const a98_0x39b444=a98_0x5036;(function(_0x5c4149,_0x2e982c){const _0x5c3f5c=a98_0x5036,_0x120fe9=_0x5c4149();while(!![]){try{const _0x5cb5a8=parseInt(_0x5c3f5c(0x1e5))/0x1+-parseInt(_0x5c3f5c(0x251))/0x2+-parseInt(_0x5c3f5c(0x246))/0x3*(parseInt(_0x5c3f5c(0x20a))/0x4)+parseInt(_0x5c3f5c(0x20f))/0x5*(parseInt(_0x5c3f5c(0x242))/0x6)+parseInt(_0x5c3f5c(0x254))/0x7+-parseInt(_0x5c3f5c(0x211))/0x8+-parseInt(_0x5c3f5c(0x1ef))/0x9*(-parseInt(_0x5c3f5c(0x215))/0xa);if(_0x5cb5a8===_0x2e982c)break;else _0x120fe9['push'](_0x120fe9['shift']());}catch(_0x4f85ec){_0x120fe9['push'](_0x120fe9['shift']());}}}(a98_0x3d14,0x80ede));function a98_0x3d14(){const _0x57b395=['[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','toISOString','./testFramework','parseTestResult','addMultipleEntries','test_result','trackEvent','KEY_TEST_SCOPES','DEFAULT_TEST_RESULT','get','KEY_TEST_META','__bstackPlatformIndex','test_failure_type','executionContext','test_started_at','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','test_location','KEY_TEST_RESULT_AT','gVFnZ',',\x20result=','test_file_path','test_uuid','KEY_TEST_UUID','bXzcd','uuid','ErTQM','40732kvLIgi','toString','test_failure','parseTestData','format','18625QDfTfk','KEY_HOOKS_FINISHED','8420008OfvDFQ','testFrameworkVersion','platformIndex','KEY_TEST_FRAMEWORK_NAME','10jxbkiQ','KEY_CUSTOM_TAGS','KEY_TEST_FRAMEWORK_VERSION','\x20for\x20test_uuid=','test_scope','test_scopes','KEY_TEST_DURATION','stringify','getThreadId','getCurrentTestState','hookState','getTestFrameworks','KEY_TEST_LOCATION','getRef','KEY_HOOKS_STARTED',',\x20test_name=','runHooks','../state/testFrameworkState.js','testFrameworkState','NONE','getId','error','../state/hookState.js','debug','KEY_TEST_NAME',',\x20hookState=','test_code','split','hqRTK','KEY_TEST_STARTED_AT','../instances/testFrameworkInstance.js','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_LOGS','testData','KEY_TEST_LOGS','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','test_rerun_name','KEY_TEST_SCOPE','workerInfo','util','getProcessId','KEY_TEST_CODE','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','KEY_TEST_FAILURE','endedAt','528WRMPcL','parallelIndex',',\x20error=','test_tags','291fcqvIv','test_duration','getCurrentTestUUID','NodeGenericFramework','from','rTYOJ','resolveInstance','exports','omeOx','test_name','KEY_TEST_TAGS','1607696QeRhrX','UnhandledError','setCurrentTestUUID','2511082OEGxZZ','getTrackedInstance','KEY_TEST_FAILURE_TYPE','OZEtB','PRE','KEY_AUTOMATE_SESSION_NAME','Unknown\x20error','_currentTestUUID','base64','KEY_TEST_RESULT','getTestFrameworksVersions','info','ZNAss','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','854887gSsuRa','getAllData','unknown','KEY_TEST_FILE_PATH','test_failure_reason','test_meta','failed','__workerDetails','instance','test_identifier','16477029lDeCqL'];a98_0x3d14=function(){return _0x57b395;};return a98_0x3d14();}const TestFramework=require(a98_0x39b444(0x1f2)),TestFrameworkState=require(a98_0x39b444(0x226)),HookState=require(a98_0x39b444(0x22b)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a98_0x39b444(0x233)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a98_0x39b444(0x249)),util=require(a98_0x39b444(0x23c));class NodeGenericFramework extends TestFramework{constructor(_0xb24596,_0x3d451b,_0x51156c){const _0x3d85c4=a98_0x39b444;super(_0xb24596,_0x3d451b,_0x51156c),this[_0x3d85c4(0x1de)]=null;}[a98_0x39b444(0x253)](_0x11c97b){const _0x507e1f=a98_0x39b444;this[_0x507e1f(0x1de)]=_0x11c97b;}[a98_0x39b444(0x248)](){const _0x2fc6c2=a98_0x39b444;return this[_0x2fc6c2(0x1de)];}async[a98_0x39b444(0x1f6)](_0x1767ee,_0x2b54f5,_0x2166a7={}){const _0x37e736=a98_0x39b444,_0x49ec2e={};_0x49ec2e['rTYOJ']=_0x37e736(0x1f0),_0x49ec2e[_0x37e736(0x207)]=function(_0x3909e6,_0x2448d6){return _0x3909e6===_0x2448d6;};const _0x3c4e0c=_0x49ec2e;logger[_0x37e736(0x1e2)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x1767ee+'.'+_0x2b54f5+_0x37e736(0x218)+_0x2166a7['testData']?.[_0x37e736(0x205)]),await super[_0x37e736(0x1f6)](_0x1767ee,_0x2b54f5,_0x2166a7);const _0x38e95f=this[_0x37e736(0x24c)](_0x1767ee,_0x2b54f5,_0x2166a7);if(!_0x38e95f){logger[_0x37e736(0x22c)](_0x3c4e0c[_0x37e736(0x24b)]);return;}try{switch(_0x1767ee){case TestFrameworkState['TEST']:{const _0x344b73=_0x2166a7[_0x37e736(0x236)],_0xfad64c=_0x344b73[_0x37e736(0x205)];if(_0x3c4e0c[_0x37e736(0x207)](_0x2b54f5,HookState[_0x37e736(0x258)])){logger[_0x37e736(0x1e2)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0xfad64c+_0x37e736(0x224)+_0x344b73[_0x37e736(0x24f)]);const _0x4625fb=this['parseTestData'](_0x344b73);_0x38e95f['addMultipleEntries'](_0x4625fb);}else{if(_0x3c4e0c[_0x37e736(0x207)](_0x2b54f5,HookState['POST'])){logger[_0x37e736(0x1e2)](_0x37e736(0x1e4)+_0xfad64c+_0x37e736(0x203)+_0x344b73[_0x37e736(0x1f5)]);const _0x5efec7=this['parseTestResult'](_0x344b73,_0x38e95f);_0x38e95f[_0x37e736(0x1f4)](_0x5efec7);}}break;}default:logger[_0x37e736(0x22c)](_0x37e736(0x238)+_0x1767ee+',\x20hookState='+_0x2b54f5);break;}}catch(_0x2ecc49){logger[_0x37e736(0x22a)]('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x1767ee+_0x37e736(0x22e)+_0x2b54f5+_0x37e736(0x244)+util['format'](_0x2ecc49));}_0x2166a7['instance']=_0x38e95f,await this[_0x37e736(0x225)](_0x38e95f,_0x1767ee,_0x2b54f5,_0x2166a7);}[a98_0x39b444(0x24c)](_0x1e428e,_0x525904,_0x341dcd={}){const _0x22c896=a98_0x39b444,_0x2bf144={};_0x2bf144[_0x22c896(0x209)]=_0x22c896(0x1ff);const _0xeb97ea=_0x2bf144;let _0x11ea81=TestFramework[_0x22c896(0x255)]();if(!_0x11ea81){logger[_0x22c896(0x22c)](_0xeb97ea[_0x22c896(0x209)]);const _0x219815=CLIUtils['getCurrentInstanceName'](),_0xed7838=TrackedInstance['createContext'](_0x219815);_0x11ea81=new TestFrameworkInstance(_0xed7838,this[_0x22c896(0x220)](),this[_0x22c896(0x1e1)](),_0x1e428e,HookState[_0x22c896(0x228)]),TestFramework['setTrackedInstance'](_0xed7838,_0x11ea81),logger[_0x22c896(0x22c)](_0x22c896(0x23f)+_0xed7838['getId']());}return _0x11ea81;}[a98_0x39b444(0x20d)](_0x4cbdb7){const _0x4d11eb=a98_0x39b444,_0x4cc24f=_0x4cbdb7['test_uuid'],_0x3bb9a0=this[_0x4d11eb(0x220)]()[0x0],_0x4e3a5d=this['getTestFrameworksVersions'](),_0x34897f={[TestFrameworkConstants[_0x4d11eb(0x214)]]:_0x3bb9a0,[TestFrameworkConstants[_0x4d11eb(0x217)]]:_0x4e3a5d[_0x3bb9a0]||'',[TestFrameworkConstants[_0x4d11eb(0x206)]]:_0x4cbdb7['test_uuid'],[TestFrameworkConstants[_0x4d11eb(0x237)]]:[],[TestFrameworkConstants[_0x4d11eb(0x210)]]:{},[TestFrameworkConstants[_0x4d11eb(0x223)]]:{},[TestFrameworkConstants[_0x4d11eb(0x1e0)]]:TestFrameworkConstants[_0x4d11eb(0x1f8)],[TestFrameworkConstants[_0x4d11eb(0x1dc)]]:_0x4cbdb7[_0x4d11eb(0x24f)],[TestFrameworkConstants[_0x4d11eb(0x1e8)]]:_0x4cbdb7[_0x4d11eb(0x204)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x4cc24f,[TestFrameworkConstants[_0x4d11eb(0x22d)]]:_0x4cbdb7['test_name'],[TestFrameworkConstants[_0x4d11eb(0x221)]]:_0x4cbdb7[_0x4d11eb(0x200)]||_0x4cbdb7[_0x4d11eb(0x204)],[TestFrameworkConstants[_0x4d11eb(0x23e)]]:_0x4cbdb7[_0x4d11eb(0x22f)]||null,[TestFrameworkConstants[_0x4d11eb(0x250)]]:_0x4cbdb7[_0x4d11eb(0x245)]||[],[TestFrameworkConstants[_0x4d11eb(0x232)]]:_0x4cbdb7[_0x4d11eb(0x1fe)]||new Date()[_0x4d11eb(0x1f1)](),[TestFrameworkConstants[_0x4d11eb(0x23a)]]:_0x4cbdb7[_0x4d11eb(0x219)]||'',[TestFrameworkConstants[_0x4d11eb(0x1f7)]]:_0x4cbdb7[_0x4d11eb(0x21a)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4cbdb7[_0x4d11eb(0x239)]||_0x4cbdb7['test_name'],[TestFrameworkConstants[_0x4d11eb(0x216)]]:{},[TestFrameworkConstants[_0x4d11eb(0x1fa)]]:_0x4cbdb7[_0x4d11eb(0x1ea)]||{}},_0x5f1c5c={};return _0x5f1c5c[_0x4cc24f]=_0x34897f,_0x5f1c5c;}[a98_0x39b444(0x1f3)](_0x27ad36,_0x20c8b7){const _0x57d1f7=a98_0x39b444,_0x29889d={};_0x29889d[_0x57d1f7(0x1e3)]=_0x57d1f7(0x1e7),_0x29889d[_0x57d1f7(0x231)]=function(_0x5a82df,_0x4a861d){return _0x5a82df===_0x4a861d;},_0x29889d['gVFnZ']=_0x57d1f7(0x1eb),_0x29889d['rTCpJ']=_0x57d1f7(0x252),_0x29889d['UipWL']=_0x57d1f7(0x1dd),_0x29889d[_0x57d1f7(0x257)]=function(_0x5eda31,_0x4b7ce7){return _0x5eda31!==_0x4b7ce7;};const _0x458ef9=_0x29889d,_0x486e28=_0x27ad36[_0x57d1f7(0x205)],_0x2ca984=_0x20c8b7[_0x57d1f7(0x1e6)]()[_0x57d1f7(0x1f9)](_0x486e28)||{},_0x2cd6bc={..._0x2ca984,[TestFrameworkConstants[_0x57d1f7(0x1e0)]]:_0x27ad36[_0x57d1f7(0x1f5)]||_0x458ef9[_0x57d1f7(0x1e3)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x27ad36['test_ended_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x57d1f7(0x201)]]:new Date()[_0x57d1f7(0x1f1)](),[TestFrameworkConstants[_0x57d1f7(0x235)]]:_0x2ca984[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x57d1f7(0x1fa)]]:_0x27ad36[_0x57d1f7(0x1ea)]||{}};_0x458ef9[_0x57d1f7(0x231)](_0x27ad36[_0x57d1f7(0x1f5)],_0x458ef9[_0x57d1f7(0x202)])&&(_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x256)]]=_0x27ad36[_0x57d1f7(0x1fc)]||_0x458ef9['rTCpJ'],_0x2cd6bc[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x27ad36[_0x57d1f7(0x1e9)]||_0x458ef9['UipWL'],_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x240)]]=_0x27ad36[_0x57d1f7(0x20c)]||[]);_0x458ef9[_0x57d1f7(0x257)](_0x27ad36[_0x57d1f7(0x247)],undefined)&&(_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x21b)]]=_0x27ad36[_0x57d1f7(0x247)]);const _0x37b5c7={};return _0x37b5c7[_0x486e28]=_0x2cd6bc,_0x37b5c7;}['createTestFrameworkEventPayload'](_0x159491){const _0x588bb9=a98_0x39b444,_0x59ba20={};_0x59ba20[_0x588bb9(0x24e)]=_0x588bb9(0x1df);const _0x1db933=_0x59ba20;try{const _0x184a49=_0x159491[_0x588bb9(0x236)]?.[_0x588bb9(0x205)],_0xed430=_0x159491[_0x588bb9(0x1ed)],_0x306f3c=_0xed430['getContext'](),_0x34005f=_0xed430[_0x588bb9(0x1e6)]()[_0x588bb9(0x1f9)](_0x184a49);if(!_0x34005f)return logger['debug']('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x184a49),{};const {[TestFrameworkConstants[_0x588bb9(0x214)]]:_0x49b6c0=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x11610e=this[_0x588bb9(0x1e1)]()[this[_0x588bb9(0x220)]()[0x0]]||'',[TestFrameworkConstants[_0x588bb9(0x232)]]:_0x7f5e5c='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xd316ee=''}=_0x34005f,_0x381dc8=_0xed430[_0x588bb9(0x21e)]()[_0x588bb9(0x20b)]()['split']('.')[0x1],_0x2c11b9=_0xed430['getCurrentHookState']()[_0x588bb9(0x20b)]()[_0x588bb9(0x230)]('.')[0x1],_0x2449fa=global?.[_0x588bb9(0x1ec)]?.[_0x588bb9(0x23b)]?.[_0x588bb9(0x243)]||global[_0x588bb9(0x1fb)]||0x0,_0x28c28c=_0xed430[_0x588bb9(0x222)](),_0x42621a=Buffer[_0x588bb9(0x24a)](JSON[_0x588bb9(0x21c)](_0x34005f))['toString'](_0x1db933[_0x588bb9(0x24e)]),_0x5cdc58={'hash':_0x306f3c[_0x588bb9(0x229)](),'threadId':_0x306f3c[_0x588bb9(0x21d)]()[_0x588bb9(0x20b)](),'processId':_0x306f3c[_0x588bb9(0x23d)]()[_0x588bb9(0x20b)]()},_0x4ce509={};return _0x4ce509[_0x588bb9(0x213)]=_0x2449fa,_0x4ce509['testFrameworkName']=_0x49b6c0,_0x4ce509[_0x588bb9(0x212)]=_0x11610e,_0x4ce509[_0x588bb9(0x227)]=_0x381dc8,_0x4ce509[_0x588bb9(0x21f)]=_0x2c11b9,_0x4ce509['startedAt']=_0x7f5e5c,_0x4ce509[_0x588bb9(0x241)]=_0xd316ee,_0x4ce509[_0x588bb9(0x208)]=_0x28c28c,_0x4ce509['eventJson']=_0x42621a,_0x4ce509[_0x588bb9(0x1fd)]=_0x5cdc58,_0x4ce509[_0x588bb9(0x1ee)]=_0x184a49,_0x4ce509;}catch(_0x3663e1){return logger[_0x588bb9(0x22a)](_0x588bb9(0x234)+util[_0x588bb9(0x20e)](_0x3663e1)),{};}}}function a98_0x5036(_0x156392,_0x5b230f){const _0x3d147d=a98_0x3d14();return a98_0x5036=function(_0x5036d0,_0x228260){_0x5036d0=_0x5036d0-0x1dc;let _0x13e9ae=_0x3d147d[_0x5036d0];return _0x13e9ae;},a98_0x5036(_0x156392,_0x5b230f);}module[a98_0x39b444(0x24d)]=NodeGenericFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a99_0x4444(_0x58e4f9,_0x262194){const _0xe8dd66=a99_0xe8dd();return a99_0x4444=function(_0x44448c,_0x309feb){_0x44448c=_0x44448c-0x132;let _0x577433=_0xe8dd66[_0x44448c];return _0x577433;},a99_0x4444(_0x58e4f9,_0x262194);}const a99_0x40c0a8=a99_0x4444;(function(_0x2a11f5,_0x8444b){const _0x49344f=a99_0x4444,_0x149514=_0x2a11f5();while(!![]){try{const _0x35775f=parseInt(_0x49344f(0x14b))/0x1*(-parseInt(_0x49344f(0x148))/0x2)+-parseInt(_0x49344f(0x157))/0x3*(parseInt(_0x49344f(0x133))/0x4)+parseInt(_0x49344f(0x153))/0x5*(parseInt(_0x49344f(0x147))/0x6)+-parseInt(_0x49344f(0x134))/0x7+parseInt(_0x49344f(0x139))/0x8*(parseInt(_0x49344f(0x143))/0x9)+-parseInt(_0x49344f(0x140))/0xa+parseInt(_0x49344f(0x150))/0xb;if(_0x35775f===_0x8444b)break;else _0x149514['push'](_0x149514['shift']());}catch(_0x3985a1){_0x149514['push'](_0x149514['shift']());}}}(a99_0xe8dd,0xc64ef));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a99_0x40c0a8(0x13b)),AutomationFrameworkState=require(a99_0x40c0a8(0x14f)),CLIUtils=require(a99_0x40c0a8(0x149)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a99_0x40c0a8(0x158));class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x40c0a8(0x14c)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x8ebc5,_0x581bf1){super(_0x8ebc5,_0x581bf1);}async[a99_0x40c0a8(0x13e)](_0x221ad7,_0x597c1f,_0x278f37={}){const _0x4121f7=a99_0x40c0a8,_0x43d01e={};_0x43d01e['iQLpN']=function(_0xfdfaa2,_0x4d4f08){return _0xfdfaa2===_0x4d4f08;};const _0x3ce8b5=_0x43d01e;this[_0x4121f7(0x14c)][_0x4121f7(0x156)](_0x4121f7(0x14e)+_0x221ad7+'\x20hookState='+_0x597c1f),await super['trackEvent'](_0x221ad7,_0x597c1f,_0x278f37);const _0x1a81ba=this[_0x4121f7(0x145)](_0x221ad7,_0x597c1f,_0x278f37);if(_0x3ce8b5[_0x4121f7(0x132)](_0x1a81ba,null))return;_0x278f37[_0x4121f7(0x152)]=_0x1a81ba,await this[_0x4121f7(0x135)](_0x1a81ba,_0x221ad7,_0x597c1f,_0x278f37);}[a99_0x40c0a8(0x145)](_0x2111d9,_0x3bbf59,_0x30d2b4={}){const _0x4100b0=a99_0x40c0a8,_0xcc052b={};_0xcc052b[_0x4100b0(0x13d)]=function(_0x2a4345,_0x2a8b50){return _0x2a4345===_0x2a8b50;},_0xcc052b[_0x4100b0(0x155)]=function(_0x2b7596,_0x29300b){return _0x2b7596===_0x29300b;},_0xcc052b[_0x4100b0(0x14d)]=function(_0x47ce5c,_0x2656fd){return _0x47ce5c===_0x2656fd;};const _0x4fd5ac=_0xcc052b;let _0x20d59c=null;return(_0x4fd5ac[_0x4100b0(0x13d)](_0x2111d9,AutomationFrameworkState[_0x4100b0(0x146)])||_0x4fd5ac[_0x4100b0(0x155)](_0x2111d9,AutomationFrameworkState[_0x4100b0(0x13a)])&&(_0x30d2b4[_0x4100b0(0x151)]&&_0x30d2b4[_0x4100b0(0x151)]['params']&&_0x30d2b4[_0x4100b0(0x151)][_0x4100b0(0x141)][_0x4100b0(0x154)])||_0x4fd5ac[_0x4100b0(0x14d)](_0x2111d9,AutomationFrameworkState['NONE']))&&this[_0x4100b0(0x144)](_0x2111d9,_0x30d2b4),_0x20d59c=AutomationFramework[_0x4100b0(0x13f)](),_0x20d59c;}['trackPlaywrightInstance'](_0x16d24c,_0x305f3d){const _0x53bf66=a99_0x40c0a8,_0xf467e7={};_0xf467e7['troXk']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x1d61f8=_0xf467e7;if(AutomationFramework[_0x53bf66(0x13f)]()){this['logger'][_0x53bf66(0x142)](_0x1d61f8[_0x53bf66(0x138)]);return;}const _0x2dd964=CLIUtils['getCurrentInstanceName'](),_0x95fd18=TrackedInstance[_0x53bf66(0x15a)](_0x2dd964);let _0x47c6e2=null;this[_0x53bf66(0x14c)]['info'](_0x53bf66(0x15b)+_0x2dd964+',\x20state='+_0x16d24c),_0x47c6e2=new AutomationFrameworkInstance(_0x95fd18,this[_0x53bf66(0x136)](),this['getAutomationFrameworkVersion'](),_0x16d24c),AutomationFramework[_0x53bf66(0x159)](_0x95fd18,_0x47c6e2),this[_0x53bf66(0x14c)][_0x53bf66(0x142)](_0x53bf66(0x13c)+_0x95fd18[_0x53bf66(0x14a)]()+'\x20target='+_0x2dd964);}}function a99_0xe8dd(){const _0x492587=['message','instance','785uzrIkX','bsParams','YCyCx','debug','2193696zUhMcw','../instances/automationFrameworkInstance.js','setTrackedInstance','createContext','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','iQLpN','4EltagC','7758415OeZoxa','runHooks','getAutomationFrameworkName','exports','troXk','248Gdkggh','PLAYWRIGHT_DISPATCH','../../../helpers/classLogger.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','fidqz','trackEvent','getTrackedInstance','13273320HKqMvu','params','info','262881fWmnvV','trackPlaywrightInstance','resolveInstance','CREATE','37356cKVPNj','2SXZcaq','../cliUtils.js','getId','1547129RcGOBW','logger','eIUvl','trackEvent:\x20automationFrameworkState=','../state/automationFrameworkState.js','40076828OyXaur'];a99_0xe8dd=function(){return _0x492587;};return a99_0xe8dd();}module[a99_0x40c0a8(0x137)]=PlaywrightAutomationFramework;
|