browserstack-node-sdk 1.66.0 → 1.66.1
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_0x32a9fa=a96_0x2d43;(function(_0x575ec0,_0xe918b2){const _0x1468a4=a96_0x2d43,_0x2057e3=_0x575ec0();while(!![]){try{const _0x55c6af=parseInt(_0x1468a4(0x190))/0x1*(parseInt(_0x1468a4(0x154))/0x2)+parseInt(_0x1468a4(0xeb))/0x3*(parseInt(_0x1468a4(0x18c))/0x4)+-parseInt(_0x1468a4(0xca))/0x5*(parseInt(_0x1468a4(0xd2))/0x6)+-parseInt(_0x1468a4(0x101))/0x7+-parseInt(_0x1468a4(0x1c9))/0x8*(parseInt(_0x1468a4(0x129))/0x9)+parseInt(_0x1468a4(0xc0))/0xa*(-parseInt(_0x1468a4(0x1c1))/0xb)+parseInt(_0x1468a4(0xab))/0xc;if(_0x55c6af===_0xe918b2)break;else _0x2057e3['push'](_0x2057e3['shift']());}catch(_0x570f94){_0x2057e3['push'](_0x2057e3['shift']());}}}(a96_0x480e,0xed8d6));const TestFramework=require(a96_0x32a9fa(0x233)),TestFrameworkState=require(a96_0x32a9fa(0x1cf)),HookState=require(a96_0x32a9fa(0x14e)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a96_0x32a9fa(0x110)),CLIUtils=require(a96_0x32a9fa(0x1b9)),TrackedInstance=require(a96_0x32a9fa(0x1b5)),TestFrameworkConstants=require(a96_0x32a9fa(0x11a)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x32a9fa(0x228)),{isInternalHook}=require(a96_0x32a9fa(0x17c)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a96_0x32a9fa(0x163)),GrpcClient=require('../grpcClient'),stackTrace=require(a96_0x32a9fa(0x1a9)),{pickUserFrameFile}=require(a96_0x32a9fa(0xde));class JestTestFramework extends TestFramework{constructor(_0x293a57,_0xb41fd,_0xa8390d){const _0xfdc97=a96_0x32a9fa;super(_0x293a57,_0xb41fd,_0xa8390d),this[_0xfdc97(0x202)]=new Map();}[a96_0x32a9fa(0x13f)](_0x1d87b8,_0x5eadc0,_0x427413){const _0x28b2aa=a96_0x32a9fa,_0x204d1b={};_0x204d1b[_0x28b2aa(0x1ee)]=function(_0x55d862,_0x42c47b){return _0x55d862||_0x42c47b;};const _0x28e62d=_0x204d1b;if(_0x28e62d['OzbPl'](!_0x1d87b8,!_0x5eadc0)){logger[_0x28b2aa(0x19d)](_0x28b2aa(0x21c)+_0x1d87b8+_0x28b2aa(0xcb)+_0x5eadc0);return;}!this[_0x28b2aa(0x202)]['has'](_0x1d87b8)&&this[_0x28b2aa(0x202)][_0x28b2aa(0x206)](_0x1d87b8,[]);const _0x4b17b5={'hookUUID':_0x5eadc0,'hookType':_0x427413,'startedAt':new Date()[_0x28b2aa(0x18e)]()};this['activeHooks'][_0x28b2aa(0x167)](_0x1d87b8)[_0x28b2aa(0xe9)](_0x4b17b5),logger[_0x28b2aa(0x146)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x1d87b8+_0x28b2aa(0xcb)+_0x5eadc0+_0x28b2aa(0x158)+_0x427413+_0x28b2aa(0x170)+this[_0x28b2aa(0x202)][_0x28b2aa(0x167)](_0x1d87b8)[_0x28b2aa(0x155)]);}[a96_0x32a9fa(0x1b3)](_0x256255,_0xeec11a){const _0x48d9a9=a96_0x32a9fa,_0x333181={};_0x333181['RLlxi']=function(_0x4085ed,_0x47f5e7){return _0x4085ed||_0x47f5e7;},_0x333181[_0x48d9a9(0xe0)]=function(_0x1d1af4,_0x4fa59b){return _0x1d1af4!==_0x4fa59b;},_0x333181[_0x48d9a9(0x1a6)]=function(_0x5da177,_0x93adb9){return _0x5da177===_0x93adb9;};const _0x41588e=_0x333181;if(_0x41588e[_0x48d9a9(0x177)](!_0x256255,!_0xeec11a)){logger[_0x48d9a9(0x19d)](_0x48d9a9(0xc4)+_0x256255+_0x48d9a9(0xcb)+_0xeec11a);return;}if(this[_0x48d9a9(0x202)][_0x48d9a9(0x9c)](_0x256255)){const _0x3fbd39=this['activeHooks'][_0x48d9a9(0x167)](_0x256255),_0x54b7f3=_0x3fbd39['findIndex'](_0x17987c=>_0x17987c[_0x48d9a9(0x15b)]===_0xeec11a);_0x41588e[_0x48d9a9(0xe0)](_0x54b7f3,-0x1)?(_0x3fbd39[_0x48d9a9(0x1e4)](_0x54b7f3,0x1),logger[_0x48d9a9(0x146)](_0x48d9a9(0xe4)+_0x256255+_0x48d9a9(0xcb)+_0xeec11a+_0x48d9a9(0x181)+_0x3fbd39[_0x48d9a9(0x155)]),_0x41588e[_0x48d9a9(0x1a6)](_0x3fbd39[_0x48d9a9(0x155)],0x0)&&this['activeHooks'][_0x48d9a9(0x1ec)](_0x256255)):logger[_0x48d9a9(0x146)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x256255+_0x48d9a9(0xcb)+_0xeec11a);}}['getActiveHook'](_0x4b09f5){const _0xa75edb=a96_0x32a9fa,_0x389df8={};_0x389df8[_0xa75edb(0x226)]=function(_0x10e697,_0x3df9f6){return _0x10e697>_0x3df9f6;},_0x389df8[_0xa75edb(0x1ba)]=function(_0x287f65,_0x4911fb){return _0x287f65-_0x4911fb;};const _0x898ded=_0x389df8;if(!_0x4b09f5)return null;if(this[_0xa75edb(0x202)]['has'](_0x4b09f5)){const _0x4ffe86=this[_0xa75edb(0x202)]['get'](_0x4b09f5);if(_0x898ded[_0xa75edb(0x226)](_0x4ffe86['length'],0x0)){const _0x28c27f=_0x4ffe86[_0x898ded['FzJqq'](_0x4ffe86[_0xa75edb(0x155)],0x1)];return logger[_0xa75edb(0x146)](_0xa75edb(0x211)+_0x4b09f5+',\x20hookUUID='+_0x28c27f[_0xa75edb(0x15b)]+_0xa75edb(0x158)+_0x28c27f['hookType']),_0x28c27f;}}return null;}async[a96_0x32a9fa(0xc8)](_0x56aa8a,_0x14de12,_0x1232e9={}){const _0x475dcd=a96_0x32a9fa,_0x2e56af={};_0x2e56af[_0x475dcd(0x1a7)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x2e56af[_0x475dcd(0x222)]=function(_0x5de74c,_0x3ba780){return _0x5de74c===_0x3ba780;},_0x2e56af['HXwpE']=function(_0x5d0a1a,_0x25f329){return _0x5d0a1a||_0x25f329;},_0x2e56af[_0x475dcd(0x16c)]=_0x475dcd(0x1de),_0x2e56af[_0x475dcd(0x1ad)]=function(_0x5542a8,_0x1cbf94){return _0x5542a8===_0x1cbf94;};const _0x42b394=_0x2e56af;logger[_0x475dcd(0x146)](_0x475dcd(0x1b1)+_0x56aa8a+_0x475dcd(0x210)+_0x14de12+_0x475dcd(0xd9)+Object[_0x475dcd(0x17e)](_0x1232e9)[_0x475dcd(0x133)](',')),await super[_0x475dcd(0xc8)](_0x56aa8a,_0x14de12,_0x1232e9);const _0x1f706e=this[_0x475dcd(0x1ac)](_0x56aa8a,_0x14de12,_0x1232e9);if(!_0x1f706e){logger['debug'](_0x42b394[_0x475dcd(0x1a7)]);return;}try{let _0x406cd7,_0x1c73cf,_0x4fad01;switch(_0x56aa8a){case TestFrameworkState[_0x475dcd(0x15e)]:_0x406cd7=_0x1232e9[_0x475dcd(0x224)];const _0x58ae65={};_0x58ae65['depth']=0x2,_0x58ae65[_0x475dcd(0x186)]=0x3,logger[_0x475dcd(0x146)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x14de12+_0x475dcd(0xd8)+util[_0x475dcd(0x1fb)](_0x406cd7,_0x58ae65)),_0x4fad01=this[_0x475dcd(0xc1)](_0x406cd7),_0x1c73cf=null,logger[_0x475dcd(0x146)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x4fad01+_0x475dcd(0x10c));if(_0x42b394[_0x475dcd(0x222)](_0x14de12,HookState[_0x475dcd(0x216)])){logger[_0x475dcd(0x146)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x4fad01);const _0x4aad32={};_0x4aad32[_0x475dcd(0x118)]=_0x1c73cf,_0x4aad32[_0x475dcd(0x198)]=_0x406cd7,_0x4aad32[_0x475dcd(0x225)]=_0x4fad01;const _0x459555=this['parseJestTest'](_0x4aad32),_0x1d73c9={};_0x1d73c9[_0x475dcd(0xb9)]=0x2,_0x1d73c9[_0x475dcd(0x186)]=0x3,logger[_0x475dcd(0x146)](_0x475dcd(0x1be)+util['inspect'](_0x459555,_0x1d73c9)),_0x1f706e[_0x475dcd(0x153)](_0x459555),logger[_0x475dcd(0x146)](_0x475dcd(0xb1)+_0x4fad01),await this[_0x475dcd(0xa5)](_0x1f706e,_0x4fad01);}else{if(_0x42b394['aZfgi'](_0x14de12,HookState[_0x475dcd(0x9d)])){logger[_0x475dcd(0x146)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x4fad01);const _0x46b815=_0x1f706e['getAllData']()[_0x475dcd(0x167)](_0x4fad01);logger[_0x475dcd(0x146)](_0x475dcd(0x1db)+util[_0x475dcd(0x1fb)](Object[_0x475dcd(0x17e)](_0x42b394[_0x475dcd(0x1e7)](_0x46b815,{}))));_0x46b815&&_0x46b815[TestFrameworkConstants[_0x475dcd(0x1c8)]]?logger['debug'](_0x475dcd(0xf0)+Object[_0x475dcd(0x17e)](_0x46b815[TestFrameworkConstants[_0x475dcd(0x1c8)]])['length']+'\x20files'):logger[_0x475dcd(0x146)](_0x42b394['oBHQU']);const _0x1b2c52=_0x1232e9[_0x475dcd(0x215)]||null,_0x548083={};_0x548083[_0x475dcd(0x118)]=_0x1c73cf,_0x548083[_0x475dcd(0x198)]=_0x406cd7,_0x548083[_0x475dcd(0x225)]=_0x4fad01,_0x548083[_0x475dcd(0x215)]=_0x1b2c52;const _0x24d16e=this[_0x475dcd(0x1ef)](_0x548083),_0x2faa32={};_0x2faa32[_0x475dcd(0xb9)]=0x2,_0x2faa32['maxArrayLength']=0x3,logger[_0x475dcd(0x146)](_0x475dcd(0x185)+util[_0x475dcd(0x1fb)](_0x24d16e,_0x2faa32)),_0x1f706e[_0x475dcd(0x153)](_0x24d16e),logger[_0x475dcd(0x146)](_0x475dcd(0x1c7)+_0x4fad01),await this['processPendingHooks'](_0x1f706e,_0x4fad01);}}break;case TestFrameworkState[_0x475dcd(0x1dd)]:if(_0x42b394['eEZXI'](_0x14de12,HookState[_0x475dcd(0x9d)])){const _0x146f1b={};_0x146f1b[_0x475dcd(0xb9)]=0x2,logger['debug'](_0x475dcd(0x1a0)+util[_0x475dcd(0x1fb)](_0x1232e9,_0x146f1b)),await this[_0x475dcd(0x9f)](_0x1f706e,_0x56aa8a,_0x1232e9);}break;default:if(CLIUtils[_0x475dcd(0xfb)](_0x56aa8a['toString']()[_0x475dcd(0x1c2)]('.')[0x1])){const _0x9f68d4={};_0x9f68d4[_0x475dcd(0xb9)]=0x2,_0x9f68d4[_0x475dcd(0x186)]=0x3,logger[_0x475dcd(0x146)](_0x475dcd(0x149)+_0x56aa8a+_0x475dcd(0x210)+_0x14de12+_0x475dcd(0xe6)+util[_0x475dcd(0x1fb)](_0x1232e9['hookData'],_0x9f68d4));const _0xaf4280=await this[_0x475dcd(0x212)](_0x1f706e,_0x56aa8a,_0x14de12,_0x1232e9),_0x21cad9={};_0x21cad9[_0x475dcd(0xb9)]=0x2,_0x21cad9['maxArrayLength']=0x3,logger[_0x475dcd(0x146)](_0x475dcd(0x126)+util[_0x475dcd(0x1fb)](_0xaf4280,_0x21cad9)),_0x1f706e['addMultipleEntries'](_0xaf4280);}else logger[_0x475dcd(0x146)](_0x475dcd(0x189)+_0x56aa8a+_0x475dcd(0x1e1)+_0x14de12);break;}logger[_0x475dcd(0x146)](_0x475dcd(0x128)+_0x56aa8a+_0x475dcd(0x210)+_0x14de12);}catch(_0x3a8690){logger[_0x475dcd(0x1f1)](_0x475dcd(0xf4)+_0x56aa8a+',\x20hookState='+_0x14de12+_0x475dcd(0xb3)+util[_0x475dcd(0x193)](_0x3a8690));}_0x1232e9[_0x475dcd(0xcc)]=_0x1f706e,await this[_0x475dcd(0x124)](_0x1f706e,_0x56aa8a,_0x14de12,_0x1232e9);}[a96_0x32a9fa(0xc1)](_0x3b63cc){const _0x3a8517=a96_0x32a9fa,_0x399c03={};_0x399c03[_0x3a8517(0x14b)]=_0x3a8517(0x1d7);const _0x3d8ead=_0x399c03;if(_0x3b63cc&&(_0x3b63cc['id']||_0x3b63cc['uuid'])){const _0x2a2dd1=_0x3b63cc['id']||_0x3b63cc['uuid'];return logger[_0x3a8517(0x146)](_0x3a8517(0x106)+_0x2a2dd1+_0x3a8517(0x143)),_0x2a2dd1;}return logger[_0x3a8517(0x146)](_0x3d8ead['TYwYi']),process[_0x3a8517(0x180)]+_0x3a8517(0x111);}[a96_0x32a9fa(0x1ac)](_0x26d5ff,_0x39cb5b,_0x2b71ec={}){const _0x3480e2=a96_0x32a9fa;let _0x25d9b3=null;return _0x25d9b3=TestFramework[_0x3480e2(0x137)](),!_0x25d9b3?(logger[_0x3480e2(0x146)](_0x3480e2(0xfa)+_0x26d5ff),this[_0x3480e2(0xcf)](_0x26d5ff,_0x2b71ec),_0x25d9b3=TestFramework[_0x3480e2(0x137)](),logger[_0x3480e2(0x146)](_0x3480e2(0xea)+!!_0x25d9b3+',\x20contextId='+_0x25d9b3?.['getContext']()?.[_0x3480e2(0x1e6)]())):logger[_0x3480e2(0x146)](_0x3480e2(0x1f7)+_0x25d9b3[_0x3480e2(0x194)]()?.['getId']()),_0x25d9b3;}[a96_0x32a9fa(0xcf)](_0x20aaf3,_0x3eb8ee){const _0xebbcf8=a96_0x32a9fa,_0x4b9574={};_0x4b9574[_0xebbcf8(0xfc)]=_0xebbcf8(0x12c);const _0xaba932=_0x4b9574;if(TestFramework['getTrackedInstance']()){logger[_0xebbcf8(0x146)](_0xaba932[_0xebbcf8(0xfc)]);return;}const _0x4d6151=CLIUtils[_0xebbcf8(0x134)](),_0x5d814a=TrackedInstance['createContext'](_0x4d6151);let _0x2555d2=null;logger[_0xebbcf8(0x146)](_0xebbcf8(0xdd)+_0x4d6151+',\x20state='+_0x20aaf3),_0x2555d2=new TestFrameworkInstance(_0x5d814a,this['getTestFrameworks'](),this[_0xebbcf8(0x16e)](),_0x20aaf3,HookState[_0xebbcf8(0x165)]),TestFramework[_0xebbcf8(0x208)](_0x5d814a,_0x2555d2),logger[_0xebbcf8(0x146)](_0xebbcf8(0x1f2)+_0x5d814a['getId']()+',\x20target='+_0x4d6151+',\x20testFramework='+this[_0xebbcf8(0xf6)]()[0x0]+_0xebbcf8(0xee)+this[_0xebbcf8(0x16e)]()[this[_0xebbcf8(0xf6)]()[0x0]]);}[a96_0x32a9fa(0x1b8)](_0x97c4f5){const _0x3520b4=a96_0x32a9fa,_0x1dd6e4={};_0x1dd6e4[_0x3520b4(0x188)]=function(_0x4f51cc,_0x7fd367){return _0x4f51cc||_0x7fd367;},_0x1dd6e4[_0x3520b4(0x1d3)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x1c60e9=_0x1dd6e4,{testUUID:_0x1bf8a8,testData:_0x2448cb,testId:_0x3246b6}=_0x97c4f5;if(_0x1c60e9['JKpIb'](!_0x2448cb,!_0x3246b6))return logger['debug'](_0x1c60e9['xrPgQ']),{};const _0x389885=this[_0x3520b4(0xf6)]()[0x0],_0x4053fd=this[_0x3520b4(0x16e)](),_0x1e3211={};_0x1e3211[_0x3520b4(0xb9)]=0x2,_0x1e3211[_0x3520b4(0x186)]=0x3,logger[_0x3520b4(0x146)](_0x3520b4(0x1a5)+util[_0x3520b4(0x1fb)](_0x2448cb,_0x1e3211));const _0x4c5770=_0x2448cb?.[_0x3520b4(0x14a)]||[],_0x29b4dc=this[_0x3520b4(0xb4)](_0x2448cb),_0x1b1965=this['getJestTestFilePath'](_0x2448cb),_0x40d249=_0x2448cb['fn']?_0x2448cb['fn']['toString']():_0x2448cb?.[_0x3520b4(0x176)]?_0x2448cb[_0x3520b4(0x176)][_0x3520b4(0x136)][_0x3520b4(0x1cc)]():null,_0x116ee8=this[_0x3520b4(0xb8)](_0x2448cb),_0x231dd1={[TestFrameworkConstants[_0x3520b4(0x164)]]:_0x389885,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x4053fd[_0x389885],[TestFrameworkConstants[_0x3520b4(0x1d8)]]:[],[TestFrameworkConstants[_0x3520b4(0xbb)]]:{},[TestFrameworkConstants[_0x3520b4(0x159)]]:{},[TestFrameworkConstants[_0x3520b4(0x1fa)]]:TestFrameworkConstants[_0x3520b4(0xae)],[TestFrameworkConstants[_0x3520b4(0x1af)]]:_0x29b4dc,[TestFrameworkConstants[_0x3520b4(0x1b7)]]:_0x1b1965,[TestFrameworkConstants[_0x3520b4(0x173)]]:_0x3246b6,[TestFrameworkConstants[_0x3520b4(0xa0)]]:_0x29b4dc,[TestFrameworkConstants[_0x3520b4(0x156)]]:_0x1b1965,[TestFrameworkConstants[_0x3520b4(0xed)]]:_0x40d249,[TestFrameworkConstants[_0x3520b4(0x229)]]:_0x116ee8,[TestFrameworkConstants[_0x3520b4(0x10f)]]:_0x2448cb[_0x3520b4(0xa6)]||new Date()[_0x3520b4(0x18e)](),[TestFrameworkConstants[_0x3520b4(0x221)]]:_0x4c5770[0x0]||'',[TestFrameworkConstants[_0x3520b4(0x197)]]:_0x4c5770,[TestFrameworkConstants[_0x3520b4(0x237)]]:_0x29b4dc,[TestFrameworkConstants[_0x3520b4(0x20e)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x2448cb[_0x3520b4(0x207)]&&(_0x231dd1[TestFrameworkConstants[_0x3520b4(0x201)]]=_0x2448cb[_0x3520b4(0x207)]);logger[_0x3520b4(0x146)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x29b4dc+',\x20testId='+_0x3246b6+_0x3520b4(0x1ea)+JSON[_0x3520b4(0x13a)](_0x116ee8)+_0x3520b4(0xc2)+util[_0x3520b4(0x1fb)](_0x4c5770)+_0x3520b4(0x1cb)+_0x1b1965);const _0x24de1e={};return _0x24de1e[_0x3246b6]=_0x231dd1,_0x24de1e;}[a96_0x32a9fa(0x1ef)](_0xb4e0ae){const _0x6baf37=a96_0x32a9fa,_0x398fbe={'VyhrQ':function(_0x5171ce,_0x2ad725){return _0x5171ce===_0x2ad725;},'Noowq':_0x6baf37(0x11d),'eYniZ':'beforeAll','JelIq':_0x6baf37(0x19b),'iWSyy':_0x6baf37(0x144),'cluUY':function(_0x49fe51,_0x3ab914){return _0x49fe51||_0x3ab914;},'FyPrv':_0x6baf37(0x1b6),'ESlUJ':function(_0x1e47b3,_0x268cde){return _0x1e47b3||_0x268cde;},'kVJxz':_0x6baf37(0xbc),'DBpSR':function(_0xaff7bb,_0x8bfbe3){return _0xaff7bb>_0x8bfbe3;},'IRrNz':'failed','ssjup':_0x6baf37(0xb5),'cYFEG':'skipped','XvlIw':'passed','UhgGw':function(_0x2f1cdf,_0x4ef416){return _0x2f1cdf===_0x4ef416;},'MPOeO':function(_0x6b62c5,_0x3bed0f){return _0x6b62c5!==_0x3bed0f;},'psefj':function(_0x1538de,_0xf40a39,_0x165cb1,_0x3f65f8){return _0x1538de(_0xf40a39,_0x165cb1,_0x3f65f8);},'TfgKd':function(_0x275255,_0xcddca8){return _0x275255>_0xcddca8;},'wauxJ':_0x6baf37(0x19c),'VJoAf':function(_0x538e89,_0x3e7104){return _0x538e89>_0x3e7104;}},{testUUID:_0x47b0ec,testData:_0x35a8ee,testId:_0x28d43b}=_0xb4e0ae;if(_0x398fbe['cluUY'](!_0x35a8ee,!_0x28d43b))return logger['debug'](_0x398fbe['FyPrv']),{};const _0x5765d8=this[_0x6baf37(0x1ac)](TestFrameworkState['TEST'],HookState[_0x6baf37(0x9d)]),_0xd7243a=_0x5765d8[_0x6baf37(0xe3)]()['get'](_0x28d43b),_0x2451e8=_0x398fbe['ESlUJ'](_0xd7243a,{}),_0x4ceee5=_0x2451e8?_0x2451e8[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x3460ee=_0x2451e8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x6baf37(0x146)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3460ee?Object[_0x6baf37(0x17e)](_0x3460ee)['length']:0x0)+_0x6baf37(0x1a3));let _0x49ad76=_0x398fbe[_0x6baf37(0xda)];if(_0x35a8ee[_0x6baf37(0xbd)])_0x49ad76=_0x35a8ee['result'];else{if(_0x35a8ee[_0x6baf37(0x131)]&&_0x398fbe[_0x6baf37(0x150)](_0x35a8ee[_0x6baf37(0x131)][_0x6baf37(0x155)],0x0))_0x49ad76=_0x398fbe['IRrNz'];else _0x398fbe['VyhrQ'](_0x35a8ee[_0x6baf37(0xd1)],_0x398fbe[_0x6baf37(0xac)])||_0x398fbe[_0x6baf37(0x18a)](_0x35a8ee['status'],_0x398fbe[_0x6baf37(0x116)])?_0x49ad76=_0x398fbe[_0x6baf37(0x116)]:_0x49ad76=_0x398fbe['XvlIw'];}const _0x3a9145={..._0x2451e8,[TestFrameworkConstants[_0x6baf37(0x1fa)]]:_0x49ad76,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x35a8ee['finished_at']||new Date()[_0x6baf37(0x18e)](),[TestFrameworkConstants[_0x6baf37(0xd4)]]:new Date()[_0x6baf37(0x18e)](),[TestFrameworkConstants[_0x6baf37(0x20e)]]:_0x4ceee5,[TestFrameworkConstants[_0x6baf37(0x1c3)]]:_0x2451e8[TestFrameworkConstants[_0x6baf37(0x1c3)]]||[],[TestFrameworkConstants[_0x6baf37(0x21f)]]:{}};if(_0x398fbe[_0x6baf37(0x172)](_0x49ad76,_0x398fbe['IRrNz'])&&_0x35a8ee['errorsDetailed']){const _0x4027be=this[_0x6baf37(0x140)](_0x35a8ee),_0xc63bbd=this[_0x6baf37(0x20a)](_0x35a8ee),_0x47bb6f=this[_0x6baf37(0x183)](_0x35a8ee);_0x3a9145[TestFrameworkConstants[_0x6baf37(0x227)]]=_0xc63bbd,_0x3a9145[TestFrameworkConstants[_0x6baf37(0x9a)]]=_0x4027be,_0x3a9145[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x47bb6f;}_0x398fbe[_0x6baf37(0x1da)](_0x35a8ee[_0x6baf37(0x18b)],undefined)&&(_0x3a9145[TestFrameworkConstants[_0x6baf37(0xc9)]]=_0x35a8ee[_0x6baf37(0x18b)]);_0x35a8ee[_0x6baf37(0x207)]&&(_0x3a9145[TestFrameworkConstants[_0x6baf37(0x201)]]=_0x35a8ee[_0x6baf37(0x207)]);const _0x45306a=_0xd7243a?_0xd7243a[TestFrameworkConstants[_0x6baf37(0x1c8)]]||{}:{},_0xbb6709=_0xd7243a?_0xd7243a[TestFrameworkConstants[_0x6baf37(0xa4)]]:_0x47b0ec,_0x3c70b6=_0x398fbe[_0x6baf37(0x18d)](getManualUploadLogs,_0x45306a,_0xbb6709,_0x28d43b);if(_0x398fbe['DBpSR'](_0x3c70b6[_0x6baf37(0x155)],0x0)){const _0x583196=_0x3a9145[TestFrameworkConstants[_0x6baf37(0x1c3)]]||[];_0x3a9145[TestFrameworkConstants[_0x6baf37(0x1c3)]]=[..._0x583196,..._0x3c70b6];}const _0x55dbf2=_0x2451e8[TestFrameworkConstants[_0x6baf37(0xbb)]]||{},_0x418004=_0x2451e8[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x531001={..._0x55dbf2},_0x2910a7=_0x531001;Object[_0x6baf37(0x17e)](_0x418004)[_0x6baf37(0x232)](_0x55627a=>{const _0xb4f19b=_0x6baf37;!_0x2910a7[_0x55627a]&&(_0x2910a7[_0x55627a]=[]);const _0x4c4d1d=new Set((_0x2910a7[_0x55627a]||[])['map'](_0x1786b5=>_0x1786b5[TestFrameworkConstants[_0xb4f19b(0x120)]]||_0x1786b5[_0xb4f19b(0x1ae)]));(_0x418004[_0x55627a]||[])[_0xb4f19b(0x232)](_0x40743e=>{const _0x69a71e=_0xb4f19b,_0x1c89b6=_0x40743e[TestFrameworkConstants[_0x69a71e(0x120)]]||_0x40743e[_0x69a71e(0x1ae)];if(!_0x4c4d1d['has'](_0x1c89b6)){const _0x35de6b={..._0x40743e},_0x1280ea=_0x35de6b;!_0x1280ea[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x1280ea[_0x69a71e(0x20b)]&&(_0x1280ea[TestFrameworkConstants[_0x69a71e(0x223)]]=new Date()[_0x69a71e(0x18e)]()),!_0x1280ea[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x1280ea[_0x69a71e(0x200)]&&(_0x1280ea[TestFrameworkConstants[_0x69a71e(0x184)]]=TestFrameworkConstants[_0x69a71e(0x1b2)]),_0x2910a7[_0x55627a][_0x69a71e(0xe9)](_0x1280ea);}});});if(_0xb4e0ae[_0x6baf37(0x215)]){this[_0x6baf37(0x22b)](_0xb4e0ae[_0x6baf37(0x215)]);const _0x1d71cb=this[_0x6baf37(0x1e8)](_0xb4e0ae['originalTest']),_0x239f2d=this[_0x6baf37(0x10e)](_0xb4e0ae[_0x6baf37(0x215)]);_0x239f2d[_0x6baf37(0x232)](_0x1ff4bf=>{const _0x4d9578=_0x6baf37,_0x25a9cf=_0x1d71cb[_0x4d9578(0x167)](_0x1ff4bf);if(_0x25a9cf&&(_0x398fbe['VyhrQ'](_0x25a9cf[_0x4d9578(0xa8)],_0x398fbe['Noowq'])||_0x398fbe[_0x4d9578(0x18a)](_0x25a9cf[_0x4d9578(0xa8)],_0x398fbe[_0x4d9578(0xa1)]))){const _0x1695f4=_0x25a9cf[_0x4d9578(0xa8)][_0x4d9578(0x113)]()['replace'](_0x398fbe['JelIq'],_0x398fbe[_0x4d9578(0x1a1)]),_0x133de7=_0x1695f4;!_0x2910a7[_0x133de7]&&(_0x2910a7[_0x133de7]=[]);const _0x1dbaf0=_0x2910a7[_0x133de7][_0x4d9578(0xe7)](_0x5326cb=>(_0x5326cb[TestFrameworkConstants[_0x4d9578(0x120)]]||_0x5326cb[_0x4d9578(0x1ae)])===_0x1ff4bf);!_0x1dbaf0&&_0x2910a7[_0x133de7]['push']({'key':_0x133de7,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x1ff4bf,[TestFrameworkConstants[_0x4d9578(0x184)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x4d9578(0x1ce)]]:new Date()[_0x4d9578(0x18e)](),[TestFrameworkConstants[_0x4d9578(0x223)]]:new Date()[_0x4d9578(0x18e)](),[TestFrameworkConstants[_0x4d9578(0x192)]]:[],[TestFrameworkConstants[_0x4d9578(0x17b)]]:_0x25a9cf[_0x4d9578(0xad)]||_0x25a9cf['type']+_0x4d9578(0x1aa),[TestFrameworkConstants[_0x4d9578(0x20e)]]:_0x4ceee5});}});}if(_0x35a8ee[_0x6baf37(0x19e)]&&_0x398fbe[_0x6baf37(0xb0)](_0x35a8ee[_0x6baf37(0x19e)][_0x6baf37(0x155)],0x0))_0x3a9145[TestFrameworkConstants[_0x6baf37(0xbb)]]=_0x35a8ee['hooks'],logger['debug'](_0x398fbe[_0x6baf37(0x1d1)]);else _0x398fbe[_0x6baf37(0xf9)](Object['keys'](_0x2910a7)[_0x6baf37(0x155)],0x0)&&(_0x3a9145[TestFrameworkConstants[_0x6baf37(0xbb)]]=_0x2910a7,logger['debug'](_0x6baf37(0x104)+Object['keys'](_0x2910a7)[_0x6baf37(0x133)](',')));const _0x819244=this[_0x6baf37(0xb4)](_0x35a8ee);logger[_0x6baf37(0x146)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x819244+_0x6baf37(0x234)+_0x28d43b+_0x6baf37(0x1e0)+_0x49ad76+_0x6baf37(0x174)+_0x35a8ee[_0x6baf37(0x18b)]);_0x398fbe[_0x6baf37(0x18a)](_0x49ad76,_0x398fbe[_0x6baf37(0x19a)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x28d43b+_0x6baf37(0x236)+_0x3a9145[TestFrameworkConstants[_0x6baf37(0x227)]]+_0x6baf37(0xe5)+_0x3a9145[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x59c38b={};return _0x59c38b[_0x28d43b]=_0x3a9145,_0x59c38b;}[a96_0x32a9fa(0x1ca)](_0x37d42b){const _0x39325c=a96_0x32a9fa,_0x4e9517={};_0x4e9517[_0x39325c(0x1f4)]=function(_0x358c72,_0x5b4a9c){return _0x358c72!==_0x5b4a9c;},_0x4e9517[_0x39325c(0x17f)]='ROOT_DESCRIBE_BLOCK';const _0x3e5b12=_0x4e9517,_0x2df42f={};_0x2df42f[_0x39325c(0xb9)]=0x2,_0x2df42f[_0x39325c(0x186)]=0x3,logger['debug'](_0x39325c(0x1a8)+util[_0x39325c(0x1fb)](_0x37d42b,_0x2df42f));const _0x56510f=[];if(_0x37d42b&&_0x37d42b[_0x39325c(0x105)]){let _0x2ce050=_0x37d42b[_0x39325c(0x105)];while(_0x2ce050&&_0x2ce050[_0x39325c(0xad)]&&_0x3e5b12[_0x39325c(0x1f4)](_0x2ce050[_0x39325c(0xad)],'')&&_0x3e5b12[_0x39325c(0x1f4)](_0x2ce050[_0x39325c(0xad)],_0x3e5b12[_0x39325c(0x17f)])){_0x56510f[_0x39325c(0xe9)](_0x2ce050[_0x39325c(0xad)]),_0x2ce050=_0x2ce050[_0x39325c(0x105)];}}return _0x56510f[_0x39325c(0xb6)]();}[a96_0x32a9fa(0xb4)](_0xe4125e){const _0x4e32e5=a96_0x32a9fa,_0x16fab5={};_0x16fab5[_0x4e32e5(0xa2)]=_0x4e32e5(0x1c5);const _0x17ca36=_0x16fab5;if(_0xe4125e['name'])return _0xe4125e[_0x4e32e5(0xad)];if(_0xe4125e[_0x4e32e5(0x1df)])return _0xe4125e['title'];return _0x17ca36[_0x4e32e5(0xa2)];}[a96_0x32a9fa(0xb8)](_0x4181df){const _0x487cde=a96_0x32a9fa,_0x36daf9=[];if(_0x4181df[_0x487cde(0x1bf)]&&Array[_0x487cde(0x204)](_0x4181df[_0x487cde(0x1bf)]))return _0x4181df[_0x487cde(0x1bf)]['map'](_0x5f09b8=>_0x5f09b8[_0x487cde(0x1bc)]('@')?_0x5f09b8[_0x487cde(0xdb)](0x1):_0x5f09b8);const _0x17e497=this[_0x487cde(0xb4)](_0x4181df),_0xaced94=_0x17e497[_0x487cde(0x142)](/@(\w+)/g);if(_0xaced94)return _0xaced94[_0x487cde(0x15f)](_0x3e63dd=>_0x3e63dd[_0x487cde(0xf2)](0x1));return _0x4181df[_0x487cde(0x14a)]&&Array[_0x487cde(0x204)](_0x4181df[_0x487cde(0x14a)])&&_0x4181df['scopes'][_0x487cde(0x232)](_0x2a8d68=>{const _0x1a56bc=_0x487cde,_0x460871=_0x2a8d68[_0x1a56bc(0x142)](/@(\w+)/g);_0x460871&&_0x460871[_0x1a56bc(0x232)](_0x4ff6ff=>{const _0x84fa24=_0x1a56bc,_0x35776a=_0x4ff6ff['slice'](0x1);!_0x36daf9[_0x84fa24(0x1d0)](_0x35776a)&&_0x36daf9[_0x84fa24(0xe9)](_0x35776a);});}),_0x36daf9;}[a96_0x32a9fa(0x17a)](_0x2ff3dc){const _0x7daedc=a96_0x32a9fa,_0x52c9a9={'QuMLL':function(_0x46db9c,_0x37d786){return _0x46db9c(_0x37d786);}};if(_0x2ff3dc[_0x7daedc(0xdc)])return _0x2ff3dc[_0x7daedc(0xdc)];if(_0x2ff3dc[_0x7daedc(0xbe)])try{const _0x142dbc=stackTrace[_0x7daedc(0x1bd)](_0x2ff3dc[_0x7daedc(0xbe)]),_0x4a054=_0x52c9a9[_0x7daedc(0x152)](pickUserFrameFile,_0x142dbc);if(_0x4a054)return _0x4a054;logger[_0x7daedc(0x146)](_0x7daedc(0x16b)+_0x142dbc[_0x7daedc(0x155)]+')');}catch(_0x394993){logger[_0x7daedc(0x146)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x7daedc(0x193)](_0x394993));}return null;}[a96_0x32a9fa(0x140)](_0x1f1f46){const _0x2d3c06=a96_0x32a9fa,_0x42b8a8={};_0x42b8a8['RTdQA']=function(_0x5cb834,_0x44074b){return _0x5cb834>_0x44074b;},_0x42b8a8[_0x2d3c06(0x12a)]='Unknown\x20error';const _0x4194dd=_0x42b8a8;if(_0x1f1f46[_0x2d3c06(0x131)]&&_0x4194dd['RTdQA'](_0x1f1f46[_0x2d3c06(0x131)][_0x2d3c06(0x155)],0x0))return util[_0x2d3c06(0x1fb)](_0x1f1f46[_0x2d3c06(0x131)][0x0]);if(_0x1f1f46[_0x2d3c06(0x182)])return _0x1f1f46[_0x2d3c06(0x182)];return _0x4194dd[_0x2d3c06(0x12a)];}[a96_0x32a9fa(0x20a)](_0x3e1b94){const _0x2cc6a1=a96_0x32a9fa,_0x5873e4={};_0x5873e4['gkUuo']=_0x2cc6a1(0xbf),_0x5873e4['kHqDE']='AssertionError',_0x5873e4[_0x2cc6a1(0xc5)]=_0x2cc6a1(0xec);const _0x36b13e=_0x5873e4,_0x11fd31=this[_0x2cc6a1(0x140)](_0x3e1b94);if(_0x11fd31&&_0x11fd31[_0x2cc6a1(0x1d0)](_0x36b13e[_0x2cc6a1(0x218)]))return _0x36b13e[_0x2cc6a1(0xc3)];return _0x36b13e[_0x2cc6a1(0xc5)];}['getJestFailureData'](_0x130c32){const _0x34751d=a96_0x32a9fa,_0x506961={'efALF':function(_0x1a1e7a,_0x196dbf){return _0x1a1e7a(_0x196dbf);},'WuTgf':'../../../helpers/test-observability/utils','HAvmc':function(_0x3ec3d3,_0x623f6c){return _0x3ec3d3!==_0x623f6c;},'gUKni':_0x34751d(0x224)},{failureData:_0xef5d2f}=_0x506961['efALF'](require,_0x506961[_0x34751d(0xfe)]),_0x507591=[];return _0x506961['HAvmc'](_0x130c32['errorsDetailed'],undefined)&&_0x507591['push'](_0x130c32['errorsDetailed'],_0x506961['gUKni']),_0xef5d2f[_0x34751d(0x20f)](null,_0x507591);}async[a96_0x32a9fa(0x212)](_0x542eb1,_0x2b2d39,_0x8410f6,_0x4216cc){const _0x56aa65=a96_0x32a9fa,_0x1df964={'opsqo':_0x56aa65(0xaf),'AfZcO':function(_0x7912d4){return _0x7912d4();},'AfOoU':function(_0xbfbdae,_0x17b1cb){return _0xbfbdae in _0x17b1cb;},'sJGwa':function(_0x46e8dd,_0x5dc2ca){return _0x46e8dd in _0x5dc2ca;},'Ebrll':function(_0x12b733,_0x341ab0){return _0x12b733===_0x341ab0;},'ODKfT':function(_0x5e5f6c,_0x4934a3){return _0x5e5f6c===_0x4934a3;},'cMksS':function(_0x106d83,_0x58b784){return _0x106d83>_0x58b784;},'sxoZL':_0x56aa65(0x219),'Bnecd':'passed','cukFu':function(_0x32cf2d,_0x5455f1){return _0x32cf2d===_0x5455f1;},'zycFs':_0x56aa65(0x199),'NYhuq':function(_0x3f212c,_0x15e1f0){return _0x3f212c===_0x15e1f0;},'iZNGu':function(_0x469fa6,_0xf60683){return _0x469fa6!==_0xf60683;}},{hookData:_0x5efc47}=_0x4216cc,_0x4c7c49=_0x8410f6[_0x56aa65(0x1cc)](),_0x2a26d3=_0x2b2d39[_0x56aa65(0x1cc)](),_0x363938={};_0x363938[_0x56aa65(0xb9)]=0x2,_0x363938['maxArrayLength']=0x3,logger[_0x56aa65(0x146)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x2a26d3+_0x56aa65(0x210)+_0x4c7c49+_0x56aa65(0xe6)+util[_0x56aa65(0x1fb)](_0x5efc47,_0x363938));if(!_0x5efc47)return logger[_0x56aa65(0x146)](_0x1df964[_0x56aa65(0xce)]),{};const _0x5f470c=_0x5efc47[_0x56aa65(0x1fd)]||_0x5efc47[_0x56aa65(0x1f3)]||_0x1df964[_0x56aa65(0x178)](uuidv4),_0x259aca=_0x5efc47[_0x56aa65(0x1f0)]||this['getJestTestIdentifier'](_0x5efc47),_0x5a8d88=_0x2b2d39[_0x56aa65(0x1cc)]()[_0x56aa65(0x1c2)]('.')[0x1],_0x51876e=_0x542eb1['getAllData']()[_0x56aa65(0x167)](_0x259aca),_0x2720c4=_0x51876e?_0x51876e[TestFrameworkConstants[_0x56aa65(0x20e)]]||{}:{};logger[_0x56aa65(0x146)](_0x56aa65(0x102)+_0x5f470c+',\x20testId='+_0x259aca+_0x56aa65(0xa3)+_0x5a8d88+_0x56aa65(0x210)+_0x4c7c49);if(!_0x51876e)return logger[_0x56aa65(0x146)](_0x56aa65(0x1d6)+_0x259aca+_0x56aa65(0x205)),this[_0x56aa65(0xef)](_0x542eb1,_0x259aca,_0x2b2d39,_0x8410f6,_0x4216cc),{};let _0x3036c4=_0x51876e[TestFrameworkConstants[_0x56aa65(0x159)]];!_0x3036c4&&(_0x3036c4={});!_0x1df964[_0x56aa65(0x117)](_0x5a8d88,_0x3036c4)&&(_0x3036c4[_0x5a8d88]=[]);let _0x69d8be=_0x51876e[TestFrameworkConstants[_0x56aa65(0xbb)]];!_0x69d8be&&(_0x69d8be={});!_0x1df964['sJGwa'](_0x5a8d88,_0x69d8be)&&(_0x69d8be[_0x5a8d88]=[]);const _0x4a3d11={[_0x259aca]:{[TestFrameworkConstants[_0x56aa65(0x159)]]:_0x3036c4,[TestFrameworkConstants[_0x56aa65(0xbb)]]:_0x69d8be,[TestFrameworkConstants[_0x56aa65(0x164)]]:this[_0x56aa65(0xf6)]()[0x0]||'',[TestFrameworkConstants[_0x56aa65(0xba)]]:this[_0x56aa65(0x16e)]()[this[_0x56aa65(0xf6)]()[0x0]]||''}};if(_0x1df964[_0x56aa65(0x151)](_0x8410f6,HookState[_0x56aa65(0x216)])){const _0x2b7793={'key':_0x5a8d88,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x5f470c,[TestFrameworkConstants[_0x56aa65(0x184)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x56aa65(0x1ce)]]:_0x5efc47[_0x56aa65(0xa6)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x56aa65(0x17b)]]:_0x5efc47[_0x56aa65(0xad)]||_0x5efc47[_0x56aa65(0x1fe)]||_0x5a8d88,[TestFrameworkConstants[_0x56aa65(0x20e)]]:_0x2720c4};_0x3036c4[_0x5a8d88][_0x56aa65(0xe9)](_0x2b7793),_0x4a3d11[_0x259aca][TestFrameworkConstants[_0x56aa65(0x109)]]=_0x5a8d88;const _0x440643={};_0x440643['depth']=0x2,logger[_0x56aa65(0x146)](_0x56aa65(0x1ff)+_0x5a8d88+_0x56aa65(0x15c)+_0x5f470c+_0x56aa65(0x234)+_0x259aca+_0x56aa65(0x1cd)+util['inspect'](_0x2b7793,_0x440643));}else{if(_0x1df964['ODKfT'](_0x8410f6,HookState['POST'])){const _0x1fbcab=_0x5efc47[_0x56aa65(0xbd)]||(_0x5efc47[_0x56aa65(0x131)]&&_0x1df964['cMksS'](_0x5efc47[_0x56aa65(0x131)][_0x56aa65(0x155)],0x0)?_0x1df964['sxoZL']:_0x1df964[_0x56aa65(0x1f5)]),_0x4938da=_0x3036c4[_0x5a8d88]||[];logger[_0x56aa65(0x146)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x5a8d88+_0x56aa65(0x234)+_0x259aca+_0x56aa65(0x1bb)+_0x1fbcab+_0x56aa65(0x20c)+_0x4938da[_0x56aa65(0x155)]);if(_0x1df964[_0x56aa65(0xe1)](_0x4938da['length'],0x0)&&_0x1df964[_0x56aa65(0x151)](_0x2b2d39,TestFrameworkState[_0x56aa65(0xd0)]))return logger['debug'](_0x1df964[_0x56aa65(0x220)]),this[_0x56aa65(0xef)](_0x542eb1,_0x259aca,_0x2b2d39,_0x8410f6,_0x4216cc),{};if(_0x1df964[_0x56aa65(0x230)](_0x4938da[_0x56aa65(0x155)],0x0)){const _0xbecac4=_0x4938da[_0x56aa65(0xb7)]();_0x1df964[_0x56aa65(0x19f)](_0x1fbcab,_0x1df964[_0x56aa65(0x213)])&&_0x5efc47[_0x56aa65(0x131)]?(_0xbecac4[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x56aa65(0x20a)](_0x5efc47),_0xbecac4[TestFrameworkConstants[_0x56aa65(0x16d)]]=this[_0x56aa65(0x140)](_0x5efc47),_0xbecac4[TestFrameworkConstants[_0x56aa65(0x10a)]]=this['getJestFailureData'](_0x5efc47),logger[_0x56aa65(0x146)](_0x56aa65(0x1b0)+_0x5a8d88+_0x56aa65(0x236)+_0xbecac4[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x56aa65(0xe5)+_0xbecac4[TestFrameworkConstants[_0x56aa65(0x16d)]]?.[_0x56aa65(0xc6)](0x0,0xc8))):_0xbecac4[TestFrameworkConstants[_0x56aa65(0x184)]]=_0x1df964[_0x56aa65(0x1f5)];_0x1df964[_0x56aa65(0x11b)](_0x1fbcab,TestFrameworkConstants[_0x56aa65(0x1b2)])&&(_0xbecac4[TestFrameworkConstants[_0x56aa65(0x184)]]=_0x1fbcab);_0xbecac4[TestFrameworkConstants[_0x56aa65(0x223)]]=_0x5efc47[_0x56aa65(0x1a4)]||new Date()[_0x56aa65(0x18e)](),_0xbecac4[TestFrameworkConstants[_0x56aa65(0x20e)]]=_0x2720c4;const _0xc3ffdd=_0xbecac4[TestFrameworkConstants['KEY_HOOK_ID']];!_0x69d8be[_0x5a8d88]&&(_0x69d8be[_0x5a8d88]=[]);_0x69d8be[_0x5a8d88]['push'](_0xbecac4),_0x4a3d11[_0x259aca][TestFrameworkConstants[_0x56aa65(0x17d)]]=_0x5a8d88;const _0x56c1c4={};_0x56c1c4[_0x56aa65(0xb9)]=0x2,logger['debug'](_0x56aa65(0x1f9)+_0x5a8d88+',\x20hookId='+_0xc3ffdd+_0x56aa65(0x1bb)+_0x1fbcab+_0x56aa65(0x1cd)+util[_0x56aa65(0x1fb)](_0xbecac4,_0x56c1c4));}}}return _0x4a3d11;}[a96_0x32a9fa(0x1e2)](_0x1928c2){const _0x300f91=a96_0x32a9fa,_0x21dd61={};_0x21dd61[_0x300f91(0x1e9)]=_0x300f91(0x9b);const _0x2a9e8d=_0x21dd61;try{const _0x4a6022=_0x1928c2['test']?this['getJestTestIdentifier'](_0x1928c2[_0x300f91(0x224)]):_0x1928c2[_0x300f91(0x160)]['test_run_id'],_0x386930=_0x1928c2['instance'],_0x41e415=_0x386930[_0x300f91(0x194)](),_0x289a5d=_0x386930[_0x300f91(0xe3)]()[_0x300f91(0x167)](_0x4a6022);if(!_0x289a5d)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x4a6022),{};const {[TestFrameworkConstants[_0x300f91(0x164)]]:_0x4ed4b1=this[_0x300f91(0xf6)]()[0x0]||'',[TestFrameworkConstants[_0x300f91(0xba)]]:_0x373f15=this[_0x300f91(0x16e)]()[this[_0x300f91(0xf6)]()[0x0]]||'',[TestFrameworkConstants[_0x300f91(0x10f)]]:_0xa9a164='',[TestFrameworkConstants[_0x300f91(0x135)]]:_0x22d413=''}=_0x289a5d,_0x5d6b30=_0x386930[_0x300f91(0x22a)]()['toString']()[_0x300f91(0x1c2)]('.')[0x1],_0x276ad0=_0x386930[_0x300f91(0x1ed)]()[_0x300f91(0x1cc)]()[_0x300f91(0x1c2)]('.')[0x1],_0x5167b3=global?.[_0x300f91(0x11e)]?.[_0x300f91(0x139)]?.[_0x300f91(0xf3)]||global[_0x300f91(0x214)]||0x0,_0x40f5b2=_0x386930[_0x300f91(0x1fc)](),_0x5c50bf=Buffer[_0x300f91(0x138)](JSON[_0x300f91(0x13a)](_0x289a5d))['toString'](_0x2a9e8d['CWbIG']),_0x2a1e5d={'hash':_0x41e415['getId'](),'threadId':_0x41e415[_0x300f91(0x187)]()['toString'](),'processId':_0x41e415['getProcessId']()[_0x300f91(0x1cc)]()},_0x25a099={};_0x25a099['platformIndex']=_0x5167b3,_0x25a099[_0x300f91(0x162)]=_0x4ed4b1,_0x25a099['testFrameworkVersion']=_0x373f15,_0x25a099['testFrameworkState']=_0x5d6b30,_0x25a099['hookState']=_0x276ad0,_0x25a099['startedAt']=_0xa9a164,_0x25a099['endedAt']=_0x22d413,_0x25a099[_0x300f91(0x1fd)]=_0x40f5b2,_0x25a099[_0x300f91(0x11f)]=_0x5c50bf,_0x25a099[_0x300f91(0x21e)]=_0x2a1e5d,_0x25a099[_0x300f91(0xa9)]=_0x4a6022;const _0x5625fa=_0x25a099;return _0x5625fa;}catch(_0x42cbf4){return logger[_0x300f91(0x1f1)](_0x300f91(0xe8)+util[_0x300f91(0x193)](_0x42cbf4)),{};}}async[a96_0x32a9fa(0x9f)](_0x5ebbb1,_0x501c79,_0x1d8ee3){const _0x30a286=a96_0x32a9fa,_0xe9752b={'yOQNf':function(_0x15d834,_0x3b32f5){return _0x15d834+_0x3b32f5;},'XsQSM':_0x30a286(0x191),'QhgWJ':'none','BzupB':function(_0xbdc723,_0x20f5f0){return _0xbdc723>_0x20f5f0;},'NGaEr':function(_0xd370f6,_0x56caaf,_0x398cdb,_0x2ba8b0){return _0xd370f6(_0x56caaf,_0x398cdb,_0x2ba8b0);},'iZELO':function(_0x5a2c22,_0x371429){return _0x5a2c22-_0x371429;},'lqFCK':function(_0x691937,_0x1f3c0b){return _0x691937===_0x1f3c0b;},'WdoBj':function(_0x34cee2,_0x1be050){return _0x34cee2/_0x1be050;},'STtkt':function(_0x27ae7e,_0x50c018){return _0x27ae7e<_0x50c018;},'UoqDn':function(_0x281dab,_0xd880a9){return _0x281dab*_0xd880a9;},'EuGdW':function(_0x3cc78c,_0x3dd3ab){return _0x3cc78c+_0x3dd3ab;},'hzMpT':function(_0x1e6e69,_0x195e2b){return _0x1e6e69>_0x195e2b;}};try{const _0x2aad63=_0x1d8ee3['testUUID']||_0x1d8ee3['testId'],_0x1feda3=Array[_0x30a286(0x138)](_0x5ebbb1['getAllData']()['keys']()),_0x2ff56d=_0x5ebbb1['getAllData']()['get'](_0x2aad63);if(!_0x2ff56d){logger[_0x30a286(0x146)](_0x30a286(0x1d2)+_0x2aad63);return;}const {[TestFrameworkConstants[_0x30a286(0x164)]]:_0x11f566='',[TestFrameworkConstants[_0x30a286(0xba)]]:_0x1a0839=''}=_0x2ff56d;let _0x410292=[];_0x2ff56d&&_0x2ff56d[TestFrameworkConstants[_0x30a286(0x1c3)]]&&Array[_0x30a286(0x204)](_0x2ff56d[TestFrameworkConstants['KEY_LOGS']])?(_0x410292=_0x2ff56d[TestFrameworkConstants[_0x30a286(0x1c3)]]||[],logger[_0x30a286(0x146)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x410292[_0x30a286(0x155)]+'\x20logs\x20for\x20testId:\x20'+_0x2aad63),_0x5ebbb1[_0x30a286(0x153)]({[_0x2aad63]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x30a286(0xf6)]()[0x0]||'',[TestFrameworkConstants[_0x30a286(0xba)]]:this[_0x30a286(0x16e)]()[this[_0x30a286(0xf6)]()[0x0]]||''}}),logger['debug'](_0x30a286(0x15a)+_0x2aad63)):logger[_0x30a286(0x146)](_0x30a286(0xd3)+_0x2aad63);logger[_0x30a286(0x146)](_0x30a286(0x148)+_0x410292[_0x30a286(0x155)]+'\x20for\x20testId:\x20'+_0x2aad63);const _0x1ee11c=_0x410292['filter'](_0x5c3fff=>_0x5c3fff[_0x30a286(0x123)]===_0x30a286(0x1d5));_0xe9752b[_0x30a286(0x179)](_0x1ee11c[_0x30a286(0x155)],0x0)&&(logger[_0x30a286(0x146)](_0x30a286(0xf1)+_0x1ee11c[_0x30a286(0x155)]+_0x30a286(0x161)+_0x2aad63),_0x1ee11c[_0x30a286(0x232)]((_0x17c5ee,_0x173804)=>{const _0xe5e789=_0x30a286;logger[_0xe5e789(0x146)](_0xe5e789(0x157)+_0xe9752b[_0xe5e789(0x11c)](_0x173804,0x1)+'/'+_0x1ee11c[_0xe5e789(0x155)]+_0xe5e789(0x21a)+(_0x17c5ee[_0xe5e789(0xa9)]||_0xe9752b[_0xe5e789(0x14f)])+_0xe5e789(0x141)+(_0x17c5ee[_0xe5e789(0xf8)]||_0xe9752b[_0xe5e789(0x14f)])+_0xe5e789(0x217)+(_0x17c5ee[_0xe5e789(0x21d)]||_0xe9752b[_0xe5e789(0x125)])+_0xe5e789(0x196)+(_0x17c5ee['message']?.[_0xe5e789(0x155)]||0x0));}));const _0x4cd504=_0x2ff56d[TestFrameworkConstants[_0x30a286(0x1c8)]]||{},_0x477608=_0xe9752b[_0x30a286(0x20d)](getMediaArtifactsLogs,_0x4cd504,null,_0x2aad63),_0x1a6907=(_0x410292||[])[_0x30a286(0x13c)](_0x477608||[]),_0x17258f=_0x1ee11c?.[_0x30a286(0x155)]||0x0,_0x45c7c5=_0xe9752b[_0x30a286(0x1f6)](_0x410292?.[_0x30a286(0x155)]||0x0,_0x17258f);logger['debug'](_0x30a286(0x1f8)+_0x2aad63+_0x30a286(0xf7)+_0x45c7c5+_0x30a286(0xcd)+_0x17258f+_0x30a286(0x127)+(_0x477608?.[_0x30a286(0x155)]||0x0)+_0x30a286(0x1eb)+_0x1a6907[_0x30a286(0x155)]);if(!_0x1a6907||_0xe9752b[_0x30a286(0x1b4)](_0x1a6907[_0x30a286(0x155)],0x0)){logger['debug'](_0x30a286(0xdf)+_0x2aad63);return;}const _0x3252d3=0x28,_0x5e4a8e=Math['ceil'](_0xe9752b[_0x30a286(0x147)](_0x1a6907[_0x30a286(0x155)],_0x3252d3));for(let _0x54f266=0x0;_0xe9752b['STtkt'](_0x54f266,_0x5e4a8e);_0x54f266++){const _0x250a55=_0xe9752b[_0x30a286(0x112)](_0x54f266,_0x3252d3),_0x317ad3=_0xe9752b[_0x30a286(0xaa)](_0x250a55,_0x3252d3),_0x109877=_0x1a6907[_0x30a286(0xf2)](_0x250a55,_0x317ad3),_0x207d44=global?.[_0x30a286(0x16f)]??0x0,_0x477f90={'platformIndex':_0x207d44,'logs':_0x109877,'testFrameworkName':_0x11f566,'testFrameworkVersion':_0x1a0839,'testFrameworkState':_0x501c79['toString']()[_0x30a286(0x1c2)]('.')[0x1]},_0x4525e6={};_0x4525e6[_0x30a286(0xb9)]=0x3,_0x4525e6[_0x30a286(0x186)]=0x5,logger[_0x30a286(0x146)](_0x30a286(0x195)+_0xe9752b[_0x30a286(0xaa)](_0x54f266,0x1)+'/'+_0x5e4a8e+_0x30a286(0x21b)+_0x2aad63+_0x30a286(0x1c6)+_0x109877[_0x30a286(0x155)]+',\x20platformIndex:\x20'+_0x207d44+_0x30a286(0xc7)+util[_0x30a286(0x1fb)](_0x477f90,_0x4525e6));const _0x260696=await GrpcClient[_0x30a286(0x132)]()[_0x30a286(0xd5)](_0x477f90);logger[_0x30a286(0x146)](_0x30a286(0x195)+_0xe9752b[_0x30a286(0x11c)](_0x54f266,0x1)+'/'+_0x5e4a8e+'\x20-\x20testId:\x20'+_0x2aad63+',\x20response='+util['inspect'](_0x260696));}_0x477608&&_0xe9752b[_0x30a286(0x16a)](_0x477608[_0x30a286(0x155)],0x0)&&_0x2ff56d[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x5ebbb1[_0x30a286(0x153)]({[_0x2aad63]:{[TestFrameworkConstants[_0x30a286(0x1c8)]]:{},[TestFrameworkConstants[_0x30a286(0x164)]]:this[_0x30a286(0xf6)]()[0x0]||'',[TestFrameworkConstants[_0x30a286(0xba)]]:this[_0x30a286(0x16e)]()[this[_0x30a286(0xf6)]()[0x0]]||''}}),logger[_0x30a286(0x146)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x2aad63+_0x30a286(0x12f)+_0x5e4a8e);}catch(_0x337d76){logger[_0x30a286(0x1f1)](_0x30a286(0xff)+(_0x1d8ee3[_0x30a286(0x118)]||_0x1d8ee3['testId'])+',\x20error:\x20'+util[_0x30a286(0x193)](_0x337d76));}}[a96_0x32a9fa(0xef)](_0x2693e5,_0x3fd578,_0x73a7eb,_0x3af785,_0x3b1c47){const _0x14f952=a96_0x32a9fa,_0x1f98fc={};_0x1f98fc[_0x14f952(0x175)]=function(_0x255720,_0x18b6d0){return _0x255720===_0x18b6d0;},_0x1f98fc[_0x14f952(0x22d)]=_0x14f952(0x13b);const _0x126bca=_0x1f98fc,{hookData:_0x5cc1df}=_0x3b1c47,_0x32e032={'testId':_0x3fd578,'testFrameworkState':_0x73a7eb,'hookState':_0x3af785,'args':_0x3b1c47,'timestamp':new Date()[_0x14f952(0x18e)]()};if(_0x126bca['WVaSX'](_0x73a7eb,TestFrameworkState[_0x14f952(0xd0)])&&_0x5cc1df){const _0x3eeb48={};_0x3eeb48[_0x14f952(0xb2)]=_0x5cc1df['file_name']||_0x5cc1df['location'],_0x3eeb48[_0x14f952(0x119)]=_0x5cc1df[_0x14f952(0x119)]||_0x5cc1df['scopes']&&_0x5cc1df[_0x14f952(0x14a)][0x0]||'',_0x3eeb48[_0x14f952(0xa7)]=_0x126bca[_0x14f952(0x22d)],_0x32e032[_0x14f952(0x10b)]=_0x3eeb48,logger[_0x14f952(0x146)](_0x14f952(0x108)+_0x3fd578+',\x20filePath:\x20'+_0x32e032[_0x14f952(0x10b)]['filePath']+_0x14f952(0x115)+_0x32e032[_0x14f952(0x10b)]['scope']);}_0x2693e5[_0x14f952(0x9e)](_0x3fd578,_0x32e032),logger[_0x14f952(0x146)](_0x14f952(0xd7)+_0x3fd578+_0x14f952(0x12e)+_0x73a7eb+_0x14f952(0x15d)+_0x3af785);}async['processPendingHooks'](_0x4cb405,_0x45baa9){const _0x5ec091=a96_0x32a9fa,_0x5ecea2={};_0x5ecea2[_0x5ec091(0xf5)]=function(_0x5184e7,_0x3a9d6d){return _0x5184e7>_0x3a9d6d;},_0x5ecea2[_0x5ec091(0x1c4)]=function(_0x29ceda,_0x191faf){return _0x29ceda===_0x191faf;},_0x5ecea2['uNQpD']=function(_0x388a86,_0x540c92){return _0x388a86===_0x540c92;},_0x5ecea2['NjBAY']=function(_0xada445,_0x332cb2){return _0xada445===_0x332cb2;},_0x5ecea2[_0x5ec091(0x12b)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x436bb1=_0x5ecea2;if(_0x4cb405[_0x5ec091(0x203)](_0x45baa9)){const _0x2ead58=_0x4cb405[_0x5ec091(0x1dc)](_0x45baa9);logger[_0x5ec091(0x146)](_0x5ec091(0x13d)+_0x2ead58['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x45baa9);for(const _0xe657a7 of _0x2ead58){try{const _0x54054c=await this[_0x5ec091(0x212)](_0x4cb405,_0xe657a7[_0x5ec091(0x103)],_0xe657a7[_0x5ec091(0x100)],_0xe657a7['args']);_0x54054c&&_0x436bb1['tAssk'](Object[_0x5ec091(0x17e)](_0x54054c)['length'],0x0)&&_0x4cb405['addMultipleEntries'](_0x54054c),await this['runHooks'](_0x4cb405,_0xe657a7['testFrameworkState'],_0xe657a7[_0x5ec091(0x100)],_0xe657a7[_0x5ec091(0x14c)]);}catch(_0x1a5214){logger[_0x5ec091(0x1f1)](_0x5ec091(0x145)+_0x45baa9+_0x5ec091(0x1e3)+_0x1a5214);}}_0x4cb405[_0x5ec091(0x12d)](_0x45baa9),logger[_0x5ec091(0x146)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x45baa9);}const _0x24193a=_0x4cb405[_0x5ec091(0xe3)]()['get'](_0x45baa9);if(_0x24193a){const _0x8236ff=_0x24193a[TestFrameworkConstants[_0x5ec091(0x1b7)]]||_0x24193a[TestFrameworkConstants[_0x5ec091(0x156)]],_0x3c8d32=_0x24193a[TestFrameworkConstants[_0x5ec091(0x221)]]||_0x24193a[TestFrameworkConstants[_0x5ec091(0x197)]]&&_0x24193a[TestFrameworkConstants[_0x5ec091(0x197)]][0x0]||'';logger[_0x5ec091(0x146)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x8236ff+_0x5ec091(0x115)+_0x3c8d32);const _0x4fec2d=_0x4cb405[_0x5ec091(0xfd)]();for(const _0xcf242f of _0x4fec2d){if(_0x436bb1[_0x5ec091(0x1c4)](_0xcf242f,_0x45baa9))continue;if(_0x4cb405[_0x5ec091(0x203)](_0xcf242f)){const _0x586827=_0x4cb405[_0x5ec091(0x1dc)](_0xcf242f);for(const _0x186c39 of _0x586827){if(_0x436bb1[_0x5ec091(0x1c4)](_0x186c39[_0x5ec091(0x103)],TestFrameworkState[_0x5ec091(0xd0)])&&_0x186c39[_0x5ec091(0x10b)]){const _0x1fae1f=_0x186c39['hookMetadata'][_0x5ec091(0xb2)],_0x52330e=_0x186c39[_0x5ec091(0x10b)][_0x5ec091(0x119)];if(_0x436bb1[_0x5ec091(0x13e)](_0x1fae1f,_0x8236ff)&&_0x436bb1[_0x5ec091(0x171)](_0x52330e,_0x3c8d32)){logger[_0x5ec091(0x146)](_0x5ec091(0x209)+_0xcf242f+_0x5ec091(0x1d9)+_0x45baa9+_0x5ec091(0x168)+_0x1fae1f+_0x5ec091(0x115)+_0x52330e);_0x186c39[_0x5ec091(0x14c)]&&_0x186c39[_0x5ec091(0x14c)]['hookData']&&(_0x186c39[_0x5ec091(0x14c)][_0x5ec091(0x160)][_0x5ec091(0x1f0)]=_0x45baa9,logger[_0x5ec091(0x146)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0xcf242f+_0x5ec091(0x1ab)+_0x45baa9));try{const _0x3b11a9=await this[_0x5ec091(0x212)](_0x4cb405,_0x186c39[_0x5ec091(0x103)],_0x186c39['hookState'],_0x186c39[_0x5ec091(0x14c)]);_0x3b11a9&&_0x436bb1[_0x5ec091(0xf5)](Object[_0x5ec091(0x17e)](_0x3b11a9)[_0x5ec091(0x155)],0x0)&&_0x4cb405[_0x5ec091(0x153)](_0x3b11a9);await this[_0x5ec091(0x124)](_0x4cb405,_0x186c39['testFrameworkState'],_0x186c39[_0x5ec091(0x100)],_0x186c39['args']);const _0x47aa84=_0x4cb405[_0x5ec091(0x1dc)](_0xcf242f)[_0x5ec091(0x169)](_0xad90ee=>_0xad90ee!==_0x186c39);if(_0x436bb1[_0x5ec091(0x1c4)](_0x47aa84['length'],0x0))_0x4cb405[_0x5ec091(0x12d)](_0xcf242f);else{_0x4cb405[_0x5ec091(0x12d)](_0xcf242f);for(const _0x1661ff of _0x47aa84){_0x4cb405[_0x5ec091(0x9e)](_0xcf242f,_0x1661ff);}}logger[_0x5ec091(0x146)](_0x436bb1[_0x5ec091(0x12b)]);}catch(_0x4f936b){logger[_0x5ec091(0x1f1)](_0x5ec091(0x14d)+_0x45baa9+',\x20error:\x20'+_0x4f936b);}}}}}}}}['mapTestHooks'](_0x12378c){const _0x2387b7=a96_0x32a9fa,_0x212b9f={'zSvAP':function(_0x4527a5){return _0x4527a5();}};if(!_0x12378c||!_0x12378c[_0x2387b7(0x105)])return;_0x12378c[_0x2387b7(0x105)][_0x2387b7(0x19e)]&&Array[_0x2387b7(0x204)](_0x12378c[_0x2387b7(0x105)][_0x2387b7(0x19e)])&&_0x12378c[_0x2387b7(0x105)][_0x2387b7(0x19e)][_0x2387b7(0x232)](_0xa489df=>{const _0x129753=_0x2387b7;!_0xa489df[_0x129753(0x1f3)]&&!_0xa489df['hookUUID']&&(_0xa489df[_0x129753(0x1f3)]=_0x212b9f[_0x129753(0xe2)](uuidv4),_0xa489df[_0x129753(0x15b)]=_0xa489df['hookAnalyticsId'],logger[_0x129753(0x146)](_0x129753(0x1d4)+_0xa489df[_0x129753(0xa8)]+_0x129753(0xcb)+_0xa489df[_0x129753(0x1f3)]));}),this[_0x2387b7(0x22b)](_0x12378c[_0x2387b7(0x105)]);}[a96_0x32a9fa(0x10e)](_0x43eff7){const _0x35f5a9=a96_0x32a9fa,_0x52eeec={'VfhUB':function(_0x25ec84,_0x9788b5){return _0x25ec84(_0x9788b5);}};if(!_0x43eff7||!_0x43eff7[_0x35f5a9(0x105)])return[];const _0x1bfb6e=[];return _0x43eff7[_0x35f5a9(0x105)]['hooks']&&Array[_0x35f5a9(0x204)](_0x43eff7[_0x35f5a9(0x105)][_0x35f5a9(0x19e)])&&_0x43eff7[_0x35f5a9(0x105)]['hooks'][_0x35f5a9(0x232)](_0x13794e=>{const _0x4827bd=_0x35f5a9,_0x2b2f4b=_0x13794e[_0x4827bd(0x1f3)]||_0x13794e[_0x4827bd(0x15b)];_0x2b2f4b&&!this[_0x4827bd(0x1e5)](_0x13794e)&&!_0x52eeec[_0x4827bd(0x22e)](isInternalHook,_0x13794e['fn'])&&_0x1bfb6e[_0x4827bd(0xe9)](_0x2b2f4b);}),[..._0x1bfb6e,...this[_0x35f5a9(0x10e)](_0x43eff7[_0x35f5a9(0x105)])];}[a96_0x32a9fa(0x1e8)](_0x11699f){const _0x93a1b2=a96_0x32a9fa,_0x533fda={'pgYeg':function(_0x35e9df,_0x3edc10){return _0x35e9df(_0x3edc10);},'CsgJO':_0x93a1b2(0xbc),'CSGZR':function(_0x3e3d9a,_0x40d2b8){return _0x3e3d9a(_0x40d2b8);},'WUOIp':function(_0x31f730,_0x5aae1f){return _0x31f730(_0x5aae1f);}},_0x3cee58=new Map(),_0x70baae=_0x248056=>{const _0x39700f=_0x93a1b2,_0x58aa09={'hnIND':function(_0x1ffbcd,_0x7abf4a){const _0x4b41b6=a96_0x2d43;return _0x533fda[_0x4b41b6(0x107)](_0x1ffbcd,_0x7abf4a);},'mGUrY':_0x533fda[_0x39700f(0x22c)]};if(!_0x248056||!_0x248056['parent'])return;_0x248056[_0x39700f(0x105)][_0x39700f(0x19e)]&&Array[_0x39700f(0x204)](_0x248056['parent'][_0x39700f(0x19e)])&&_0x248056[_0x39700f(0x105)][_0x39700f(0x19e)][_0x39700f(0x232)](_0x4ed7a4=>{const _0x21d48b=_0x39700f,_0x2a36a5=_0x4ed7a4[_0x21d48b(0x1f3)]||_0x4ed7a4['hookUUID'];if(_0x2a36a5&&!this[_0x21d48b(0x1e5)](_0x4ed7a4)&&!_0x58aa09[_0x21d48b(0x1c0)](isInternalHook,_0x4ed7a4['fn'])){const _0xd7f361={};_0xd7f361[_0x21d48b(0xa8)]=_0x4ed7a4['type']||_0x58aa09['mGUrY'],_0xd7f361[_0x21d48b(0xad)]=_0x4ed7a4[_0x21d48b(0xad)]||'\x22'+_0x4ed7a4[_0x21d48b(0xa8)]+_0x21d48b(0x1a2),_0x3cee58[_0x21d48b(0x206)](_0x2a36a5,_0xd7f361);}}),_0x533fda[_0x39700f(0x122)](_0x70baae,_0x248056[_0x39700f(0x105)]);};return _0x533fda[_0x93a1b2(0x235)](_0x70baae,_0x11699f),_0x3cee58;}[a96_0x32a9fa(0x1e5)](_0x585d6e){const _0x7554d2=a96_0x32a9fa,_0x15fe18={};_0x15fe18[_0x7554d2(0x231)]=_0x7554d2(0x18f),_0x15fe18[_0x7554d2(0x166)]=_0x7554d2(0x121);const _0x4b6fef=_0x15fe18;try{const _0x3f6069=this[_0x7554d2(0x130)](_0x585d6e);if(!_0x3f6069||_0x3f6069[_0x7554d2(0x1d0)](_0x4b6fef[_0x7554d2(0x231)]))return!![];return![];}catch(_0x69adde){logger['debug'](_0x4b6fef['bYLZV']);}return![];}[a96_0x32a9fa(0x130)](_0x1e1f73){const _0x55336f=a96_0x32a9fa,_0x28b316={'EglYO':function(_0xc66d6c,_0x25d825){return _0xc66d6c(_0x25d825);}};if(_0x1e1f73['file'])return _0x1e1f73[_0x55336f(0x10d)];if(_0x1e1f73[_0x55336f(0xbe)])try{const _0x164645=stackTrace[_0x55336f(0x1bd)](_0x1e1f73[_0x55336f(0xbe)]),_0x4f8e45=_0x28b316[_0x55336f(0xd6)](pickUserFrameFile,_0x164645);if(_0x4f8e45)return _0x4f8e45;logger[_0x55336f(0x146)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x164645[_0x55336f(0x155)]+')');}catch(_0x48019f){logger['debug'](_0x55336f(0x22f)+util[_0x55336f(0x193)](_0x48019f));}return null;}}function a96_0x2d43(_0x31b8b3,_0x44420a){const _0x480e53=a96_0x480e();return a96_0x2d43=function(_0x2d43c1,_0x593eca){_0x2d43c1=_0x2d43c1-0x9a;let _0x4c9b93=_0x480e53[_0x2d43c1];return _0x4c9b93;},a96_0x2d43(_0x31b8b3,_0x44420a);}function a96_0x480e(){const _0x56d943=[',\x20scopes=','kHqDE','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','TgZAl','substring',',\x20payload:\x20','trackEvent','KEY_TEST_DURATION','1939460AAUVfN',',\x20hookUUID=','instance',',\x20screenshotLogs:\x20','opsqo','trackJestInstance','BEFORE_ALL','status','24TxiqOE','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_RESULT_AT','logCreatedEvent','EglYO','Stored\x20pending\x20hook\x20for\x20testId:\x20',',\x20testData=',',\x20argsKeys=','kVJxz','substr','file_name','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/stackFrameUtils','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','QKphl','cukFu','zSvAP','getAllData','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20failureReason=',',\x20hookData=','find','Error\x20in\x20createTestFrameworkEventPayload:\x20','push','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','3qKHPsH','UnhandledError','KEY_TEST_CODE',',\x20version=','storePendingHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','slice','parallelIndex','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','tAssk','getTestFrameworks',',\x20consoleLogs:\x20','test_run_uuid','VJoAf','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','matchHookRegex','gXboc','getAllPendingHookTestIds','WuTgf','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','hookState','6210064zYKCMp','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','testFrameworkState','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','parent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','pgYeg','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','KEY_HOOK_LAST_STARTED','KEY_HOOK_FAILURE','hookMetadata','\x20(testIdentifier)','file','getHooksForTest','KEY_TEST_STARTED_AT','../instances/testFrameworkInstance.js',':testAnalyticsId','UoqDn','toUpperCase','exports',',\x20scope:\x20','cYFEG','AfOoU','testUUID','scope','./constants/testFrameworkConstants.js','iZNGu','yOQNf','afterAll','__workerDetails','eventJson','KEY_HOOK_ID','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','CSGZR','kind','runHooks','QhgWJ','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20attachmentLogs:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','36zOyiuB','VVdVd','cTJBA','trackJestInstance:\x20instance\x20already\x20exists','removePendingHooks',',\x20state:\x20',',\x20totalBatches:\x20','getRootParentFile','errorsDetailed','getInstance','join','getCurrentInstanceName','KEY_TEST_ENDED_AT','code','getTrackedInstance','from','workerInfo','stringify','beforeAll','concat','Processing\x20','uNQpD','setActiveHook','getJestFailureReason',',\x20test_run_uuid=','match','\x22\x20from\x20testData','_ALL','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','debug','WdoBj','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','scopes','TYwYi','args','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','../state/hookState.js','XsQSM','DBpSR','Ebrll','QuMLL','addMultipleEntries','2bEnmuw','length','KEY_TEST_LOCATION','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20hookType=','KEY_HOOKS_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hookUUID',',\x20hookId=',',\x20hookState:\x20','TEST','map','hookData','\x20screenshot\x20logs\x20for\x20testId:\x20','testFrameworkName','../TestInfo.js','KEY_TEST_FRAMEWORK_NAME','NONE','bYLZV','get',',\x20filePath:\x20','filter','hzMpT','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','oBHQU','KEY_HOOK_FAILURE_REASON','getTestFrameworksVersions','browserstackPlatformIndex',',\x20totalHooks=','NjBAY','UhgGw','KEY_TEST_ID',',\x20duration=','WVaSX','body','RLlxi','AfZcO','BzupB','getJestTestFilePath','KEY_HOOK_NAME','../../../helpers/test-observability/utils','KEY_HOOK_LAST_FINISHED','keys','qTIAx','pid',',\x20remainingHooks=','failure_reason','getJestFailureData','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','maxArrayLength','getThreadId','JKpIb','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','VyhrQ','duration','2254708bnTOSY','psefj','toISOString','jest-circus','357261MuNIFz','missing','KEY_HOOK_LOGS','format','getContext','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20messageLength=','KEY_TEST_SCOPES','testData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','IRrNz','ALL','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','warn','hooks','NYhuq','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','iWSyy','\x22\x20hook','\x20attachments','finished_at','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','Gphdh','LmMHS','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','stack-trace','\x20hook','\x20to\x20','resolveInstance','eEZXI','hook_id','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','DEFAULT_HOOK_RESULT','removeActiveHook','lqFCK','../instances/trackedInstance.js','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_TEST_FILE_PATH','parseJestTest','../cliUtils.js','FzJqq',',\x20result=','startsWith','parse','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','tags','hnIND','26323vIIznR','split','KEY_LOGS','dGKnP','Unknown\x20Test',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','KEY_TEST_ATTACHMENTS','2232648oXcQUN','getJestTestScopes',',\x20filePath=','toString',',\x20hook=','KEY_EVENT_STARTED_AT','../state/testFrameworkState.js','includes','wauxJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','xrPgQ','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','TEST_SCREENSHOT','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','KEY_TEST_LOGS',',\x20currentTestId:\x20','MPOeO','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','getPendingHooks','LOG_REPORT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','title','\x20(testIdentifier),\x20result=','\x20&\x20hookState=','createTestFrameworkEventPayload',',\x20error:\x20','splice','isJestInternalHook','getId','HXwpE','buildHookMapFromTest','CWbIG','\x20(testIdentifier),\x20tags=',',\x20totalLogs:\x20','delete','getCurrentHookState','OzbPl','parseJestTestResult','test_run_id','error','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hookAnalyticsId','qKjVW','Bnecd','iZELO','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_TEST_RESULT','inspect','getRef','uuid','hook_type','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','hook_result','KEY_TEST_RETRY_OF','activeHooks','hasPendingHooks','isArray',',\x20storing\x20as\x20pending\x20hook','set','retryOf','setTrackedInstance','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','getJestFailureType','event_ended_at',',\x20hooksListLength=','NGaEr','KEY_CUSTOM_TAGS','apply',',\x20hookState=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','trackHookEvent','sxoZL','__bstackPlatformIndex','originalTest','PRE',',\x20hook_run_uuid=','gkUuo','failed','\x20-\x20test_identifier=','\x20-\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','hook_run_uuid','executionContext','KEY_TEST_META','zycFs','KEY_TEST_SCOPE','aZfgi','KEY_EVENT_ENDED_AT','test','testId','jRrbV','KEY_TEST_FAILURE_TYPE','../../../helpers/helper.js','KEY_TEST_TAGS','getCurrentTestState','mapTestHooks','CsgJO','PXzEK','VfhUB','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','cMksS','QrdQa','forEach','./testFramework',',\x20testId=','WUOIp',',\x20failureType=','KEY_TEST_RERUN_NAME','KEY_TEST_FAILURE_REASON','base64','has','POST','addPendingHook','sendLogCreatedEvent','KEY_TEST_NAME','eYniZ','IJocx','\x20(testIdentifier),\x20hookType=','KEY_TEST_UUID','processPendingHooks','started_at','hookType','type','test_identifier','EuGdW','57384996eSjrbR','ssjup','name','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','TfgKd','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','filePath',',\x20exception=','getJestTestName','skip','reverse','pop','getJestTestTags','depth','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOKS_FINISHED','unknown','result','asyncError','Assert','4910kKiAGB','getJestTestIdentifier'];a96_0x480e=function(){return _0x56d943;};return a96_0x480e();}module[a96_0x32a9fa(0x114)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a97_0x2ce9(){const _0x4f641a=['trackEvent:\x20error=','custom_metadata','iZVCn','getThreadId','7221192Rzdbtz','createTestFrameworkEventPayload:\x20error=','6297709eDTptG','uuid','scope','5rIBzUS','PvRxq','347742AjoKIR','KEY_TEST_META','120piLYiB','exports','error','525mXCWJi','resolveInstance','get','getContext','../state/testFrameworkState.js','1972662ibMbSx','KEY_TEST_FRAMEWORK_VERSION','1077564SLRQzd','KEY_TEST_RESULT','NewmanTestFramework','14jVRwCw','tags','addMultipleEntries','trackEvent:\x20state=','util','3220psKfqh','KEY_TEST_LOGS','KEY_TEST_LOCATION','split','KEY_TEST_CODE','failure','getTrackedInstance','KEY_TEST_UUID','KEY_HOOKS_FINISHED','532768nPIPOq','started_at','format','file_path','../../../helpers/classLogger.js','KEY_TEST_NAME','failure_type','result','jsfxx','getTestFrameworks','parseNewmanTestResult','trackEvent','meta','KEY_TEST_SCOPE','test','KEY_TEST_ID','KEY_TEST_FILE_PATH','TEST','./testFramework','KEY_TEST_FRAMEWORK_NAME','KEY_HOOKS_STARTED','getCurrentHookState','runHooks','../cliUtils.js','KEY_TEST_FAILURE','./constants/testFrameworkConstants.js','from','KEY_CUSTOM_TAGS','cvMHx','../instances/trackedInstance.js','toString','createTestFrameworkEventPayload','KEY_TEST_FAILURE_TYPE','getCurrentTestState','path','getCurrentInstanceName','createContext','debug','toISOString','location','DEFAULT_TEST_RESULT','getProcessId','getTestFrameworksVersions','KEY_TEST_STARTED_AT','setTrackedInstance','pending','KEY_TEST_TAGS','KEY_TEST_ENDED_AT','1OLbkjb','../instances/testFrameworkInstance.js','../state/hookState.js','NONE','instance'];a97_0x2ce9=function(){return _0x4f641a;};return a97_0x2ce9();}const a97_0x10314f=a97_0x57af;(function(_0x3f2cee,_0x59e7d3){const _0xbde128=a97_0x57af,_0x2cca21=_0x3f2cee();while(!![]){try{const _0xe40616=parseInt(_0xbde128(0x17f))/0x1*(-parseInt(_0xbde128(0x19b))/0x2)+-parseInt(_0xbde128(0x194))/0x3*(parseInt(_0xbde128(0x1a3))/0x4)+parseInt(_0xbde128(0x18d))/0x5*(-parseInt(_0xbde128(0x199))/0x6)+parseInt(_0xbde128(0x19e))/0x7*(parseInt(_0xbde128(0x1ac))/0x8)+parseInt(_0xbde128(0x18f))/0x9*(parseInt(_0xbde128(0x191))/0xa)+parseInt(_0xbde128(0x18a))/0xb+parseInt(_0xbde128(0x188))/0xc;if(_0xe40616===_0x59e7d3)break;else _0x2cca21['push'](_0x2cca21['shift']());}catch(_0x68c0e3){_0x2cca21['push'](_0x2cca21['shift']());}}}(a97_0x2ce9,0xba34b));function a97_0x57af(_0x4bc533,_0x1ba770){const _0x2ce975=a97_0x2ce9();return a97_0x57af=function(_0x57af44,_0x1dd99b){_0x57af44=_0x57af44-0x166;let _0x34d741=_0x2ce975[_0x57af44];return _0x34d741;},a97_0x57af(_0x4bc533,_0x1ba770);}const path=require(a97_0x10314f(0x171)),TestFramework=require(a97_0x10314f(0x1be)),TestFrameworkState=require(a97_0x10314f(0x198)),HookState=require(a97_0x10314f(0x181)),{createClassLogger}=require(a97_0x10314f(0x1b0)),TestFrameworkInstance=require(a97_0x10314f(0x180)),CLIUtils=require(a97_0x10314f(0x166)),TrackedInstance=require(a97_0x10314f(0x16c)),TestFrameworkConstants=require(a97_0x10314f(0x168)),util=require(a97_0x10314f(0x1a2)),logger=createClassLogger(a97_0x10314f(0x19d));class NewmanTestFramework extends TestFramework{constructor(_0x808379,_0xadab05,_0x2fd0d4){super(_0x808379,_0xadab05,_0x2fd0d4);}async[a97_0x10314f(0x1b7)](_0x32410d,_0x20b5f6,_0x57240d={}){const _0x20d792=a97_0x10314f,_0x4ee4c7={};_0x4ee4c7['PvRxq']=function(_0x105d82,_0x1733ce){return _0x105d82===_0x1733ce;},_0x4ee4c7[_0x20d792(0x1b4)]=function(_0x323e02,_0x436da6){return _0x323e02===_0x436da6;};const _0xf7e292=_0x4ee4c7;logger[_0x20d792(0x174)](_0x20d792(0x1a1)+_0x32410d+'\x20hook='+_0x20b5f6),await super['trackEvent'](_0x32410d,_0x20b5f6,_0x57240d);const _0x4505ce=this[_0x20d792(0x195)](_0x32410d,_0x20b5f6,_0x57240d);if(!_0x4505ce)return;try{if(_0xf7e292[_0x20d792(0x18e)](_0x32410d,TestFrameworkState[_0x20d792(0x1bd)])&&_0x57240d[_0x20d792(0x1ba)]){const _0x230514=_0xf7e292[_0x20d792(0x1b4)](_0x20b5f6,HookState['PRE'])?this['parseNewmanTest'](_0x57240d[_0x20d792(0x1ba)]):this[_0x20d792(0x1b6)](_0x57240d['test']);_0x4505ce[_0x20d792(0x1a0)](_0x230514);}}catch(_0xb4543c){logger[_0x20d792(0x193)](_0x20d792(0x184)+util[_0x20d792(0x1ae)](_0xb4543c));}_0x57240d[_0x20d792(0x183)]=_0x4505ce,await this[_0x20d792(0x1c2)](_0x4505ce,_0x32410d,_0x20b5f6,_0x57240d);}['parseNewmanTest'](_0x3e3b07){const _0x3b4434=a97_0x10314f,_0x1e9db0=this[_0x3b4434(0x1b5)]()[0x0],_0x2e07e9={};return _0x2e07e9[_0x3e3b07[_0x3b4434(0x18b)]]={[TestFrameworkConstants[_0x3b4434(0x1bf)]]:_0x1e9db0,[TestFrameworkConstants[_0x3b4434(0x19a)]]:this[_0x3b4434(0x179)]()[_0x1e9db0],[TestFrameworkConstants[_0x3b4434(0x1a4)]]:[],[TestFrameworkConstants[_0x3b4434(0x1ab)]]:{},[TestFrameworkConstants[_0x3b4434(0x1c0)]]:{},[TestFrameworkConstants[_0x3b4434(0x19c)]]:TestFrameworkConstants[_0x3b4434(0x177)],[TestFrameworkConstants[_0x3b4434(0x1bb)]]:_0x3e3b07['uuid'],[TestFrameworkConstants[_0x3b4434(0x1aa)]]:_0x3e3b07[_0x3b4434(0x18b)],[TestFrameworkConstants[_0x3b4434(0x1b1)]]:_0x3e3b07['name'],[TestFrameworkConstants[_0x3b4434(0x1bc)]]:_0x3e3b07[_0x3b4434(0x1af)]||'',[TestFrameworkConstants[_0x3b4434(0x1a5)]]:_0x3e3b07[_0x3b4434(0x176)]||'',[TestFrameworkConstants[_0x3b4434(0x1a7)]]:null,[TestFrameworkConstants[_0x3b4434(0x17d)]]:_0x3e3b07[_0x3b4434(0x19f)]||[],[TestFrameworkConstants[_0x3b4434(0x17a)]]:_0x3e3b07[_0x3b4434(0x1ad)]||new Date()[_0x3b4434(0x175)](),[TestFrameworkConstants[_0x3b4434(0x1b9)]]:_0x3e3b07[_0x3b4434(0x18c)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x3e3b07['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x3b4434(0x16a)]]:_0x3e3b07[_0x3b4434(0x185)]||{},[TestFrameworkConstants[_0x3b4434(0x190)]]:_0x3e3b07[_0x3b4434(0x1b8)]||{}},_0x2e07e9;}[a97_0x10314f(0x1b6)](_0x50c783){const _0x3dfc9d=a97_0x10314f,_0x46cfea={};_0x46cfea['cvMHx']=_0x3dfc9d(0x17c);const _0x1f98dd=_0x46cfea,_0x6a925e={};return _0x6a925e[_0x50c783[_0x3dfc9d(0x18b)]]={[TestFrameworkConstants[_0x3dfc9d(0x19c)]]:_0x50c783[_0x3dfc9d(0x1b3)]||_0x1f98dd[_0x3dfc9d(0x16b)],[TestFrameworkConstants[_0x3dfc9d(0x17e)]]:_0x50c783['finished_at']||new Date()[_0x3dfc9d(0x175)](),[TestFrameworkConstants[_0x3dfc9d(0x167)]]:_0x50c783[_0x3dfc9d(0x1a8)]||[],[TestFrameworkConstants[_0x3dfc9d(0x16f)]]:_0x50c783[_0x3dfc9d(0x1b2)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x50c783['failure_reason']||null},_0x6a925e;}[a97_0x10314f(0x195)](_0xf8bb92){const _0x534f89=a97_0x10314f;let _0x5753ac=TestFramework[_0x534f89(0x1a9)]();if(!_0x5753ac){const _0x5df8cf=TrackedInstance[_0x534f89(0x173)](CLIUtils[_0x534f89(0x172)]());_0x5753ac=new TestFrameworkInstance(_0x5df8cf,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0xf8bb92,HookState[_0x534f89(0x182)]),TestFramework[_0x534f89(0x17b)](_0x5df8cf,_0x5753ac);}return _0x5753ac;}[a97_0x10314f(0x16e)](_0x3ca978){const _0xecd399=a97_0x10314f,_0x1f6428={};_0x1f6428['iZVCn']='base64';const _0x493b52=_0x1f6428;try{const _0x4fb078=_0x3ca978[_0xecd399(0x1ba)]?_0x3ca978[_0xecd399(0x1ba)]['uuid']:null,_0x1a3d41=_0x3ca978[_0xecd399(0x183)],_0x5ba5d5=_0x1a3d41[_0xecd399(0x197)](),_0x1df0f7=_0x1a3d41['getAllData']()[_0xecd399(0x196)](_0x4fb078);if(!_0x1df0f7)return{};const {[TestFrameworkConstants[_0xecd399(0x1bf)]]:_0x36375d='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x170f04='',[TestFrameworkConstants[_0xecd399(0x17a)]]:_0x2608bc='',[TestFrameworkConstants[_0xecd399(0x17e)]]:_0x2e1f1a=''}=_0x1df0f7;return{'platformIndex':0x0,'testFrameworkName':_0x36375d,'testFrameworkVersion':_0x170f04,'testFrameworkState':_0x1a3d41[_0xecd399(0x170)]()['toString']()[_0xecd399(0x1a6)]('.')[0x1],'hookState':_0x1a3d41[_0xecd399(0x1c1)]()[_0xecd399(0x16d)]()[_0xecd399(0x1a6)]('.')[0x1],'startedAt':_0x2608bc,'endedAt':_0x2e1f1a,'uuid':_0x4fb078,'eventJson':Buffer[_0xecd399(0x169)](JSON['stringify'](_0x1df0f7))[_0xecd399(0x16d)](_0x493b52[_0xecd399(0x186)]),'executionContext':{'hash':_0x5ba5d5['getId'](),'threadId':_0x5ba5d5[_0xecd399(0x187)]()[_0xecd399(0x16d)](),'processId':_0x5ba5d5[_0xecd399(0x178)]()[_0xecd399(0x16d)]()}};}catch(_0x103ada){return logger[_0xecd399(0x193)](_0xecd399(0x189)+util['format'](_0x103ada)),{};}}}module[a97_0x10314f(0x192)]=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
|
+
function a98_0x56fb(){const _0x22b36c=['info','KEY_TEST_ID','format','getCurrentTestState','6576306NSqJLk','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','workerInfo','test_failure','error','TUUFD','toString','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','KEY_LOGS','testFrameworkName','7WEgwmb','exports','KEY_TEST_FRAMEWORK_VERSION','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','KEY_HOOKS_STARTED','1575miAVCs','getRef','POST','../instances/trackedInstance.js','../cliUtils.js','PRE','9916488tnFSwY','getTestFrameworksVersions',',\x20test_name=','getProcessId','startedAt','parseTestResult','instance','hookState','KEY_TEST_RESULT_AT','KEY_TEST_SCOPE','testData','aQguY','addMultipleEntries','5UCxZBn','from','test_scope','uuid','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','KEY_TEST_FAILURE_REASON','createTestFrameworkEventPayload','KEY_CUSTOM_TAGS','KEY_TEST_UUID','UobIb',',\x20error=','KEY_TEST_DURATION','KEY_TEST_RESULT','AxgeU','platformIndex','test_duration','test_scopes','KEY_TEST_CODE','executionContext','KEY_TEST_LOCATION','KEY_TEST_FRAMEWORK_NAME','Unknown\x20error','getCurrentInstanceName','16686rFOZYD','../state/hookState.js','oPKxt','parseTestData','endedAt',',\x20hookState=','test_identifier','KEY_TEST_ENDED_AT','KEY_TEST_META','test_result','2085452wInVMP','_currentTestUUID','NONE','../../../helpers/classLogger.js','getCurrentTestUUID','DEFAULT_TEST_RESULT','LcPwK','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_LOGS','getTestFrameworks','KEY_TEST_NAME','test_code','329076WCrCPx','base64','./constants/testFrameworkConstants.js','parallelIndex','517838JxfAGJ','test_ended_at','test_uuid','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','UnhandledError','__bstackPlatformIndex','testFrameworkState','runHooks','350yWAlKn','KEY_TEST_SCOPES','trackEvent','JTsRR','resolveInstance','KEY_TEST_RERUN_NAME','createContext','test_meta','846768qOpPMF','stringify','get','getAllData','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','test_tags','test_location','aDzAe','\x20for\x20test_uuid=','getId','[TRACE:node-generic]\x20trackEvent\x20','test_rerun_name','KEY_HOOKS_FINISHED','split','nxrcG','./testFramework','../state/testFrameworkState.js','debug','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','NodeGenericFramework'];a98_0x56fb=function(){return _0x22b36c;};return a98_0x56fb();}function a98_0x49b9(_0x5ba1d3,_0xff76fe){const _0x56fb66=a98_0x56fb();return a98_0x49b9=function(_0x49b9e3,_0x2c8924){_0x49b9e3=_0x49b9e3-0x13e;let _0x2cdc14=_0x56fb66[_0x49b9e3];return _0x2cdc14;},a98_0x49b9(_0x5ba1d3,_0xff76fe);}const a98_0x1294f1=a98_0x49b9;(function(_0x17dc16,_0x164da7){const _0x1275a3=a98_0x49b9,_0x4da6c7=_0x17dc16();while(!![]){try{const _0x8bd6fb=parseInt(_0x1275a3(0x186))/0x1*(parseInt(_0x1275a3(0x1b7))/0x2)+parseInt(_0x1275a3(0x14c))/0x3+-parseInt(_0x1275a3(0x1a7))/0x4+-parseInt(_0x1275a3(0x173))/0x5*(parseInt(_0x1275a3(0x19d))/0x6)+parseInt(_0x1275a3(0x16e))/0x7*(parseInt(_0x1275a3(0x179))/0x8)+parseInt(_0x1275a3(0x1b3))/0x9*(-parseInt(_0x1275a3(0x144))/0xa)+parseInt(_0x1275a3(0x164))/0xb;if(_0x8bd6fb===_0x164da7)break;else _0x4da6c7['push'](_0x4da6c7['shift']());}catch(_0x817c20){_0x4da6c7['push'](_0x4da6c7['shift']());}}}(a98_0x56fb,0xb3f74));const TestFramework=require(a98_0x1294f1(0x15b)),TestFrameworkState=require(a98_0x1294f1(0x15c)),HookState=require(a98_0x1294f1(0x19e)),{createClassLogger}=require(a98_0x1294f1(0x1aa)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a98_0x1294f1(0x177)),TrackedInstance=require(a98_0x1294f1(0x176)),TestFrameworkConstants=require(a98_0x1294f1(0x1b5)),logger=createClassLogger(a98_0x1294f1(0x15f)),util=require('util');class NodeGenericFramework extends TestFramework{constructor(_0x3e342e,_0x2c840d,_0x1b3218){const _0xd9c4ce=a98_0x1294f1;super(_0x3e342e,_0x2c840d,_0x1b3218),this[_0xd9c4ce(0x1a8)]=null;}['setCurrentTestUUID'](_0xe47065){const _0xf634cf=a98_0x1294f1;this[_0xf634cf(0x1a8)]=_0xe47065;}[a98_0x1294f1(0x1ab)](){const _0x34e8e7=a98_0x1294f1;return this[_0x34e8e7(0x1a8)];}async[a98_0x1294f1(0x146)](_0x193b1f,_0x5b56ed,_0x5e6757={}){const _0x292df8=a98_0x1294f1,_0x5f15be={};_0x5f15be[_0x292df8(0x19f)]=_0x292df8(0x171),_0x5f15be[_0x292df8(0x193)]=function(_0x734a8e,_0x4da702){return _0x734a8e===_0x4da702;};const _0x2f1115=_0x5f15be;logger[_0x292df8(0x160)](_0x292df8(0x156)+_0x193b1f+'.'+_0x5b56ed+_0x292df8(0x154)+_0x5e6757['testData']?.[_0x292df8(0x13e)]),await super['trackEvent'](_0x193b1f,_0x5b56ed,_0x5e6757);const _0x2bde01=this['resolveInstance'](_0x193b1f,_0x5b56ed,_0x5e6757);if(!_0x2bde01){logger[_0x292df8(0x15d)](_0x2f1115[_0x292df8(0x19f)]);return;}try{switch(_0x193b1f){case TestFrameworkState['TEST']:{const _0x217199=_0x5e6757[_0x292df8(0x183)],_0x212964=_0x217199[_0x292df8(0x13e)];if(_0x2f1115[_0x292df8(0x193)](_0x5b56ed,HookState[_0x292df8(0x178)])){logger[_0x292df8(0x160)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x212964+_0x292df8(0x17b)+_0x217199['test_name']);const _0x2fd035=this[_0x292df8(0x1a0)](_0x217199);_0x2bde01[_0x292df8(0x185)](_0x2fd035);}else{if(_0x2f1115[_0x292df8(0x193)](_0x5b56ed,HookState[_0x292df8(0x175)])){logger['info'](_0x292df8(0x150)+_0x212964+',\x20result='+_0x217199[_0x292df8(0x1a6)]);const _0x45e9da=this[_0x292df8(0x17e)](_0x217199,_0x2bde01);_0x2bde01[_0x292df8(0x185)](_0x45e9da);}}break;}default:logger[_0x292df8(0x15d)](_0x292df8(0x18a)+_0x193b1f+_0x292df8(0x1a2)+_0x5b56ed);break;}}catch(_0x28d3df){logger[_0x292df8(0x168)]('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x193b1f+_0x292df8(0x1a2)+_0x5b56ed+_0x292df8(0x190)+util[_0x292df8(0x162)](_0x28d3df));}_0x5e6757[_0x292df8(0x17f)]=_0x2bde01,await this[_0x292df8(0x143)](_0x2bde01,_0x193b1f,_0x5b56ed,_0x5e6757);}[a98_0x1294f1(0x148)](_0x307034,_0x436208,_0x438255={}){const _0x1de278=a98_0x1294f1,_0x54a704={};_0x54a704[_0x1de278(0x169)]=_0x1de278(0x13f);const _0x38a125=_0x54a704;let _0x257993=TestFramework['getTrackedInstance']();if(!_0x257993){logger[_0x1de278(0x15d)](_0x38a125[_0x1de278(0x169)]);const _0x5f5d71=CLIUtils[_0x1de278(0x19c)](),_0x53f0a6=TrackedInstance[_0x1de278(0x14a)](_0x5f5d71);_0x257993=new TestFrameworkInstance(_0x53f0a6,this[_0x1de278(0x1b0)](),this[_0x1de278(0x17a)](),_0x307034,HookState[_0x1de278(0x1a9)]),TestFramework['setTrackedInstance'](_0x53f0a6,_0x257993),logger[_0x1de278(0x15d)](_0x1de278(0x165)+_0x53f0a6[_0x1de278(0x155)]());}return _0x257993;}[a98_0x1294f1(0x1a0)](_0x4f73b7){const _0xd55935=a98_0x1294f1,_0x3c0578=_0x4f73b7[_0xd55935(0x13e)],_0x230be0=this[_0xd55935(0x1b0)]()[0x0],_0x3e1d78=this['getTestFrameworksVersions'](),_0x3c08b1={[TestFrameworkConstants[_0xd55935(0x19a)]]:_0x230be0,[TestFrameworkConstants[_0xd55935(0x170)]]:_0x3e1d78[_0x230be0]||'',[TestFrameworkConstants[_0xd55935(0x18e)]]:_0x4f73b7[_0xd55935(0x13e)],[TestFrameworkConstants[_0xd55935(0x1af)]]:[],[TestFrameworkConstants[_0xd55935(0x158)]]:{},[TestFrameworkConstants[_0xd55935(0x172)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xd55935(0x1ac)],[TestFrameworkConstants[_0xd55935(0x1ae)]]:_0x4f73b7['test_name'],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x4f73b7['test_file_path'],[TestFrameworkConstants[_0xd55935(0x161)]]:_0x3c0578,[TestFrameworkConstants[_0xd55935(0x1b1)]]:_0x4f73b7['test_name'],[TestFrameworkConstants[_0xd55935(0x199)]]:_0x4f73b7[_0xd55935(0x152)]||_0x4f73b7['test_file_path'],[TestFrameworkConstants[_0xd55935(0x197)]]:_0x4f73b7[_0xd55935(0x1b2)]||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x4f73b7[_0xd55935(0x151)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x4f73b7['test_started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0xd55935(0x182)]]:_0x4f73b7[_0xd55935(0x188)]||'',[TestFrameworkConstants[_0xd55935(0x145)]]:_0x4f73b7[_0xd55935(0x196)]||[],[TestFrameworkConstants[_0xd55935(0x149)]]:_0x4f73b7[_0xd55935(0x157)]||_0x4f73b7['test_name'],[TestFrameworkConstants[_0xd55935(0x18d)]]:{},[TestFrameworkConstants[_0xd55935(0x1a5)]]:_0x4f73b7[_0xd55935(0x14b)]||{}},_0x13f1c0={};return _0x13f1c0[_0x3c0578]=_0x3c08b1,_0x13f1c0;}[a98_0x1294f1(0x17e)](_0x153e8f,_0x1dd06b){const _0x225bc2=a98_0x1294f1,_0x415ee2={};_0x415ee2['ajEmT']='unknown',_0x415ee2[_0x225bc2(0x153)]=function(_0x42896b,_0x519fe9){return _0x42896b===_0x519fe9;},_0x415ee2['JTsRR']='failed',_0x415ee2[_0x225bc2(0x1ad)]=_0x225bc2(0x140),_0x415ee2['aQguY']=_0x225bc2(0x19b),_0x415ee2['UobIb']=function(_0x244884,_0xcae4fa){return _0x244884!==_0xcae4fa;};const _0x27806f=_0x415ee2,_0x303cc2=_0x153e8f[_0x225bc2(0x13e)],_0x4f99e3=_0x1dd06b[_0x225bc2(0x14f)]()[_0x225bc2(0x14e)](_0x303cc2)||{},_0x3ae493={..._0x4f99e3,[TestFrameworkConstants[_0x225bc2(0x192)]]:_0x153e8f[_0x225bc2(0x1a6)]||_0x27806f['ajEmT'],[TestFrameworkConstants[_0x225bc2(0x1a4)]]:_0x153e8f[_0x225bc2(0x1b8)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x225bc2(0x181)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x225bc2(0x16c)]]:_0x4f99e3[TestFrameworkConstants[_0x225bc2(0x16c)]]||[],[TestFrameworkConstants[_0x225bc2(0x1a5)]]:_0x153e8f[_0x225bc2(0x14b)]||{}};_0x27806f[_0x225bc2(0x153)](_0x153e8f[_0x225bc2(0x1a6)],_0x27806f[_0x225bc2(0x147)])&&(_0x3ae493[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x153e8f['test_failure_type']||_0x27806f['LcPwK'],_0x3ae493[TestFrameworkConstants[_0x225bc2(0x18b)]]=_0x153e8f['test_failure_reason']||_0x27806f[_0x225bc2(0x184)],_0x3ae493[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x153e8f[_0x225bc2(0x167)]||[]);_0x27806f[_0x225bc2(0x18f)](_0x153e8f['test_duration'],undefined)&&(_0x3ae493[TestFrameworkConstants[_0x225bc2(0x191)]]=_0x153e8f[_0x225bc2(0x195)]);const _0x3a114b={};return _0x3a114b[_0x303cc2]=_0x3ae493,_0x3a114b;}[a98_0x1294f1(0x18c)](_0x1a8fde){const _0x3b4062=a98_0x1294f1,_0x2adabb={};_0x2adabb[_0x3b4062(0x15a)]=_0x3b4062(0x1b4);const _0x298dfb=_0x2adabb;try{const _0x140f66=_0x1a8fde[_0x3b4062(0x183)]?.['test_uuid'],_0x425b17=_0x1a8fde[_0x3b4062(0x17f)],_0x44c061=_0x425b17['getContext'](),_0x12dfc2=_0x425b17[_0x3b4062(0x14f)]()[_0x3b4062(0x14e)](_0x140f66);if(!_0x12dfc2)return logger[_0x3b4062(0x15d)](_0x3b4062(0x16b)+_0x140f66),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x53636d=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x3b4062(0x170)]]:_0x39664=this[_0x3b4062(0x17a)]()[this[_0x3b4062(0x1b0)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3a0d62='',[TestFrameworkConstants[_0x3b4062(0x1a4)]]:_0x267f53=''}=_0x12dfc2,_0x2f59e7=_0x425b17[_0x3b4062(0x163)]()[_0x3b4062(0x16a)]()[_0x3b4062(0x159)]('.')[0x1],_0x7d6625=_0x425b17['getCurrentHookState']()['toString']()[_0x3b4062(0x159)]('.')[0x1],_0x42cea6=global?.['__workerDetails']?.[_0x3b4062(0x166)]?.[_0x3b4062(0x1b6)]||global[_0x3b4062(0x141)]||0x0,_0x47c78c=_0x425b17[_0x3b4062(0x174)](),_0x311d31=Buffer[_0x3b4062(0x187)](JSON[_0x3b4062(0x14d)](_0x12dfc2))[_0x3b4062(0x16a)](_0x298dfb['nxrcG']),_0x3d8173={'hash':_0x44c061[_0x3b4062(0x155)](),'threadId':_0x44c061['getThreadId']()['toString'](),'processId':_0x44c061[_0x3b4062(0x17c)]()[_0x3b4062(0x16a)]()},_0x49fabb={};return _0x49fabb[_0x3b4062(0x194)]=_0x42cea6,_0x49fabb[_0x3b4062(0x16d)]=_0x53636d,_0x49fabb['testFrameworkVersion']=_0x39664,_0x49fabb[_0x3b4062(0x142)]=_0x2f59e7,_0x49fabb[_0x3b4062(0x180)]=_0x7d6625,_0x49fabb[_0x3b4062(0x17d)]=_0x3a0d62,_0x49fabb[_0x3b4062(0x1a1)]=_0x267f53,_0x49fabb[_0x3b4062(0x189)]=_0x47c78c,_0x49fabb['eventJson']=_0x311d31,_0x49fabb[_0x3b4062(0x198)]=_0x3d8173,_0x49fabb[_0x3b4062(0x1a3)]=_0x140f66,_0x49fabb;}catch(_0x1f355f){return logger[_0x3b4062(0x168)](_0x3b4062(0x15e)+util[_0x3b4062(0x162)](_0x1f355f)),{};}}}module[a98_0x1294f1(0x16f)]=NodeGenericFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a99_0x3ebc1d=a99_0x5794;(function(_0x2c01dc,_0x2967ba){const _0x272adc=a99_0x5794,_0x36c76e=_0x2c01dc();while(!![]){try{const _0x52ac6c=-parseInt(_0x272adc(0xbb))/0x1*(-parseInt(_0x272adc(0xc6))/0x2)+-parseInt(_0x272adc(0xde))/0x3+-parseInt(_0x272adc(0xbf))/0x4*(-parseInt(_0x272adc(0xb7))/0x5)+-parseInt(_0x272adc(0xbc))/0x6*(-parseInt(_0x272adc(0xb8))/0x7)+parseInt(_0x272adc(0xb5))/0x8*(-parseInt(_0x272adc(0xc9))/0x9)+-parseInt(_0x272adc(0xdb))/0xa*(-parseInt(_0x272adc(0xc5))/0xb)+parseInt(_0x272adc(0xdd))/0xc*(parseInt(_0x272adc(0xce))/0xd);if(_0x52ac6c===_0x2967ba)break;else _0x36c76e['push'](_0x36c76e['shift']());}catch(_0x33e1b9){_0x36c76e['push'](_0x36c76e['shift']());}}}(a99_0x2067,0xd6890));function a99_0x5794(_0x324a7a,_0x4e2a74){const _0x2067cd=a99_0x2067();return a99_0x5794=function(_0x57942b,_0x3d71d2){_0x57942b=_0x57942b-0xb5;let _0x9bfc1=_0x2067cd[_0x57942b];return _0x9bfc1;},a99_0x5794(_0x324a7a,_0x4e2a74);}function a99_0x2067(){const _0x1a3df0=['message','trackEvent','240qewalY','createContext','252DytWCI','4189938MQFNRG','runHooks','info',',\x20state=','CREATE','PlaywrightAutomationFramework','5072ugYHSR','ZLmfd','271725FCDuKc','2814FShZsN','NONE','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','2bvgMTo','8748KYZLwb','resolveInstance','myfuR','108JZAxAV','trackPlaywrightInstance:\x20instance\x20already\x20exists','../state/automationFrameworkState.js','\x20target=','PLAYWRIGHT_DISPATCH','bsParams','333113HKINtl','111052IOEmZi','getId','LokHg','19809iZkUnN','instance','./automationFramework.js','logger','getAutomationFrameworkVersion','482573AdCFHv','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','getAutomationFrameworkName','params','../../../helpers/classLogger.js','nSJjw','trackPlaywrightInstance','trackEvent:\x20automationFrameworkState=','getTrackedInstance','../cliUtils.js','setTrackedInstance'];a99_0x2067=function(){return _0x1a3df0;};return a99_0x2067();}const AutomationFramework=require(a99_0x3ebc1d(0xcb)),{createClassLogger}=require(a99_0x3ebc1d(0xd2)),AutomationFrameworkState=require(a99_0x3ebc1d(0xc1)),CLIUtils=require(a99_0x3ebc1d(0xd7)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a99_0x3ebc1d(0xe3));constructor(_0x4da0ee,_0x535b01){super(_0x4da0ee,_0x535b01);}async[a99_0x3ebc1d(0xda)](_0x48f74e,_0x53aa65,_0x4e8ef2={}){const _0x3df093=a99_0x3ebc1d,_0x5d159d={};_0x5d159d[_0x3df093(0xbe)]=function(_0x3bd581,_0x42635e){return _0x3bd581===_0x42635e;};const _0x5edee6=_0x5d159d;this[_0x3df093(0xcc)]['debug'](_0x3df093(0xd5)+_0x48f74e+'\x20hookState='+_0x53aa65),await super[_0x3df093(0xda)](_0x48f74e,_0x53aa65,_0x4e8ef2);const _0x543c17=this[_0x3df093(0xbd)](_0x48f74e,_0x53aa65,_0x4e8ef2);if(_0x5edee6['myfuR'](_0x543c17,null))return;_0x4e8ef2[_0x3df093(0xca)]=_0x543c17,await this[_0x3df093(0xdf)](_0x543c17,_0x48f74e,_0x53aa65,_0x4e8ef2);}[a99_0x3ebc1d(0xbd)](_0x455213,_0x1659a0,_0x1aa903={}){const _0x573d22=a99_0x3ebc1d,_0x46f4d5={};_0x46f4d5['nSJjw']=function(_0x2818c7,_0x4d1807){return _0x2818c7===_0x4d1807;},_0x46f4d5[_0x573d22(0xb6)]=function(_0x478a97,_0x2447b0){return _0x478a97===_0x2447b0;};const _0x21136b=_0x46f4d5;let _0x482f42=null;return(_0x21136b[_0x573d22(0xd3)](_0x455213,AutomationFrameworkState[_0x573d22(0xe2)])||_0x21136b['nSJjw'](_0x455213,AutomationFrameworkState[_0x573d22(0xc3)])&&(_0x1aa903[_0x573d22(0xd9)]&&_0x1aa903[_0x573d22(0xd9)][_0x573d22(0xd1)]&&_0x1aa903[_0x573d22(0xd9)][_0x573d22(0xd1)][_0x573d22(0xc4)])||_0x21136b[_0x573d22(0xb6)](_0x455213,AutomationFrameworkState[_0x573d22(0xb9)]))&&this[_0x573d22(0xd4)](_0x455213,_0x1aa903),_0x482f42=AutomationFramework[_0x573d22(0xd6)](),_0x482f42;}['trackPlaywrightInstance'](_0x45a830,_0x1aa8c4){const _0x4c9fbb=a99_0x3ebc1d,_0x146dbf={};_0x146dbf['LokHg']=_0x4c9fbb(0xc0);const _0x4e36dd=_0x146dbf;if(AutomationFramework[_0x4c9fbb(0xd6)]()){this['logger'][_0x4c9fbb(0xe0)](_0x4e36dd[_0x4c9fbb(0xc8)]);return;}const _0x5f47e0=CLIUtils['getCurrentInstanceName'](),_0x41184e=TrackedInstance[_0x4c9fbb(0xdc)](_0x5f47e0);let _0x3a9559=null;this[_0x4c9fbb(0xcc)][_0x4c9fbb(0xe0)](_0x4c9fbb(0xcf)+_0x5f47e0+_0x4c9fbb(0xe1)+_0x45a830),_0x3a9559=new AutomationFrameworkInstance(_0x41184e,this[_0x4c9fbb(0xd0)](),this[_0x4c9fbb(0xcd)](),_0x45a830),AutomationFramework[_0x4c9fbb(0xd8)](_0x41184e,_0x3a9559),this[_0x4c9fbb(0xcc)][_0x4c9fbb(0xe0)](_0x4c9fbb(0xba)+_0x41184e[_0x4c9fbb(0xc7)]()+_0x4c9fbb(0xc2)+_0x5f47e0);}}module['exports']=PlaywrightAutomationFramework;
|