browserstack-node-sdk 1.50.5 → 1.50.7
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 +2 -2
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/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/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/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/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.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/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/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/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/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a71_0x441d34=a71_0x1c70;(function(_0xef06d2,_0x1e0d9c){const _0x5cdfb2=a71_0x1c70,_0x5d235a=_0xef06d2();while(!![]){try{const _0x3e1fd6=-parseInt(_0x5cdfb2(0x33a))/0x1*(parseInt(_0x5cdfb2(0x272))/0x2)+-parseInt(_0x5cdfb2(0x1dd))/0x3*(parseInt(_0x5cdfb2(0x246))/0x4)+-parseInt(_0x5cdfb2(0x1ec))/0x5*(-parseInt(_0x5cdfb2(0x312))/0x6)+-parseInt(_0x5cdfb2(0x24d))/0x7+-parseInt(_0x5cdfb2(0x31d))/0x8*(-parseInt(_0x5cdfb2(0x2b0))/0x9)+parseInt(_0x5cdfb2(0x1f7))/0xa*(-parseInt(_0x5cdfb2(0x212))/0xb)+parseInt(_0x5cdfb2(0x242))/0xc;if(_0x3e1fd6===_0x1e0d9c)break;else _0x5d235a['push'](_0x5d235a['shift']());}catch(_0x650019){_0x5d235a['push'](_0x5d235a['shift']());}}}(a71_0xda3e,0x50648));function a71_0x1c70(_0x41150c,_0x109541){const _0xda3e90=a71_0xda3e();return a71_0x1c70=function(_0x1c70c1,_0x267a38){_0x1c70c1=_0x1c70c1-0x1a7;let _0x512187=_0xda3e90[_0x1c70c1];return _0x512187;},a71_0x1c70(_0x41150c,_0x109541);}const TestFramework=require(a71_0x441d34(0x2b9)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x441d34(0x28d)),{createClassLogger}=require(a71_0x441d34(0x1ee)),TestFrameworkInstance=require(a71_0x441d34(0x2c4)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a71_0x441d34(0x20b)),TestFrameworkConstants=require(a71_0x441d34(0x22d)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x441d34(0x2b6)),logger=createClassLogger(a71_0x441d34(0x1b0)),{v4:uuidv4}=require(a71_0x441d34(0x32e)),util=require(a71_0x441d34(0x236)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),stackTrace=require(a71_0x441d34(0x1d2));class JestTestFramework extends TestFramework{constructor(_0x5beeff,_0x434577,_0x277441){const _0x23afd4=a71_0x441d34;super(_0x5beeff,_0x434577,_0x277441),this[_0x23afd4(0x237)]=new Map();}['setActiveHook'](_0x470691,_0x374f75,_0x50178a){const _0x35391a=a71_0x441d34,_0x18be2e={};_0x18be2e[_0x35391a(0x21f)]=function(_0x50b865,_0x472c58){return _0x50b865||_0x472c58;};const _0x15e2ca=_0x18be2e;if(_0x15e2ca[_0x35391a(0x21f)](!_0x470691,!_0x374f75)){logger[_0x35391a(0x215)](_0x35391a(0x319)+_0x470691+_0x35391a(0x216)+_0x374f75);return;}!this[_0x35391a(0x237)][_0x35391a(0x1d6)](_0x470691)&&this[_0x35391a(0x237)][_0x35391a(0x1b2)](_0x470691,[]);const _0x4c1054={'hookUUID':_0x374f75,'hookType':_0x50178a,'startedAt':new Date()[_0x35391a(0x317)]()};this[_0x35391a(0x237)][_0x35391a(0x2b3)](_0x470691)[_0x35391a(0x26d)](_0x4c1054),logger[_0x35391a(0x2fe)](_0x35391a(0x1bf)+_0x470691+_0x35391a(0x216)+_0x374f75+_0x35391a(0x213)+_0x50178a+_0x35391a(0x28a)+this[_0x35391a(0x237)][_0x35391a(0x2b3)](_0x470691)[_0x35391a(0x1f8)]);}['removeActiveHook'](_0x1a7ae2,_0x1ae802){const _0x2f0a42=a71_0x441d34,_0x5ad5fc={};_0x5ad5fc[_0x2f0a42(0x1b3)]=function(_0x44ace9,_0x7ac77c){return _0x44ace9||_0x7ac77c;},_0x5ad5fc[_0x2f0a42(0x21d)]=function(_0x10f1e0,_0x55f615){return _0x10f1e0!==_0x55f615;},_0x5ad5fc[_0x2f0a42(0x2ac)]=function(_0x4d3b91,_0x1b2f90){return _0x4d3b91===_0x1b2f90;};const _0x1044be=_0x5ad5fc;if(_0x1044be[_0x2f0a42(0x1b3)](!_0x1a7ae2,!_0x1ae802)){logger['warn'](_0x2f0a42(0x1e5)+_0x1a7ae2+',\x20hookUUID='+_0x1ae802);return;}if(this['activeHooks'][_0x2f0a42(0x1d6)](_0x1a7ae2)){const _0x1a6a87=this['activeHooks'][_0x2f0a42(0x2b3)](_0x1a7ae2),_0x33768e=_0x1a6a87[_0x2f0a42(0x1b9)](_0x4df79e=>_0x4df79e['hookUUID']===_0x1ae802);_0x1044be[_0x2f0a42(0x21d)](_0x33768e,-0x1)?(_0x1a6a87[_0x2f0a42(0x2d2)](_0x33768e,0x1),logger[_0x2f0a42(0x2fe)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x1a7ae2+_0x2f0a42(0x216)+_0x1ae802+_0x2f0a42(0x280)+_0x1a6a87[_0x2f0a42(0x1f8)]),_0x1044be[_0x2f0a42(0x2ac)](_0x1a6a87[_0x2f0a42(0x1f8)],0x0)&&this[_0x2f0a42(0x237)][_0x2f0a42(0x1ca)](_0x1a7ae2)):logger[_0x2f0a42(0x2fe)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x1a7ae2+_0x2f0a42(0x216)+_0x1ae802);}}[a71_0x441d34(0x2f7)](_0x3e431c){const _0x26220e=a71_0x441d34,_0x5c494d={};_0x5c494d['xULVi']=function(_0x2c5308,_0x51325d){return _0x2c5308>_0x51325d;},_0x5c494d[_0x26220e(0x324)]=function(_0x1f4d10,_0x1f1854){return _0x1f4d10-_0x1f1854;};const _0x153737=_0x5c494d;if(!_0x3e431c)return null;if(this[_0x26220e(0x237)][_0x26220e(0x1d6)](_0x3e431c)){const _0x705927=this[_0x26220e(0x237)][_0x26220e(0x2b3)](_0x3e431c);if(_0x153737[_0x26220e(0x30e)](_0x705927[_0x26220e(0x1f8)],0x0)){const _0x3e238b=_0x705927[_0x153737['iJJnH'](_0x705927[_0x26220e(0x1f8)],0x1)];return logger[_0x26220e(0x2fe)](_0x26220e(0x303)+_0x3e431c+_0x26220e(0x216)+_0x3e238b[_0x26220e(0x222)]+_0x26220e(0x213)+_0x3e238b[_0x26220e(0x337)]),_0x3e238b;}}return null;}async[a71_0x441d34(0x26a)](_0x43e981,_0x411d79,_0x2b2f8b={}){const _0x121c31=a71_0x441d34,_0x35f985={};_0x35f985[_0x121c31(0x1fe)]=_0x121c31(0x233),_0x35f985[_0x121c31(0x27b)]=function(_0x4b968e,_0x3b2ddf){return _0x4b968e===_0x3b2ddf;},_0x35f985[_0x121c31(0x329)]=function(_0x53fb7b,_0x272b28){return _0x53fb7b===_0x272b28;},_0x35f985['ealVX']=function(_0x522428,_0x52994a){return _0x522428||_0x52994a;},_0x35f985[_0x121c31(0x332)]=_0x121c31(0x20c),_0x35f985[_0x121c31(0x2bd)]=function(_0x53383f,_0x2746fd){return _0x53383f===_0x2746fd;};const _0x1c13f8=_0x35f985;logger[_0x121c31(0x2fe)](_0x121c31(0x2af)+_0x43e981+',\x20hookState='+_0x411d79+_0x121c31(0x22b)+Object[_0x121c31(0x259)](_0x2b2f8b)['join'](',')),await super[_0x121c31(0x26a)](_0x43e981,_0x411d79,_0x2b2f8b);const _0x22ecf1=this[_0x121c31(0x2ce)](_0x43e981,_0x411d79,_0x2b2f8b);if(!_0x22ecf1){logger['debug'](_0x1c13f8[_0x121c31(0x1fe)]);return;}try{let _0x323ac2,_0x41bdd9,_0x5d7e10;switch(_0x43e981){case TestFrameworkState[_0x121c31(0x2f8)]:_0x323ac2=_0x2b2f8b[_0x121c31(0x1ce)];const _0xc75c84={};_0xc75c84['depth']=0x2,_0xc75c84[_0x121c31(0x269)]=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x1e1)+_0x411d79+_0x121c31(0x25f)+util[_0x121c31(0x21e)](_0x323ac2,_0xc75c84)),_0x5d7e10=this['getJestTestIdentifier'](_0x323ac2),_0x41bdd9=null,logger['debug'](_0x121c31(0x1f3)+_0x5d7e10+_0x121c31(0x288));if(_0x1c13f8[_0x121c31(0x27b)](_0x411d79,HookState[_0x121c31(0x27c)])){logger[_0x121c31(0x2fe)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x5d7e10);const _0x488ee9={};_0x488ee9[_0x121c31(0x2c9)]=_0x41bdd9,_0x488ee9[_0x121c31(0x318)]=_0x323ac2,_0x488ee9[_0x121c31(0x2ca)]=_0x5d7e10;const _0x32ece9=this[_0x121c31(0x203)](_0x488ee9),_0x467dad={};_0x467dad[_0x121c31(0x251)]=0x2,_0x467dad['maxArrayLength']=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x267)+util[_0x121c31(0x21e)](_0x32ece9,_0x467dad)),_0x22ecf1[_0x121c31(0x230)](_0x32ece9),logger[_0x121c31(0x2fe)](_0x121c31(0x335)+_0x5d7e10),await this[_0x121c31(0x28e)](_0x22ecf1,_0x5d7e10);}else{if(_0x1c13f8['SEsWd'](_0x411d79,HookState['POST'])){logger[_0x121c31(0x2fe)](_0x121c31(0x326)+_0x5d7e10);const _0x37e306=_0x22ecf1[_0x121c31(0x27e)]()[_0x121c31(0x2b3)](_0x5d7e10);logger[_0x121c31(0x2fe)](_0x121c31(0x302)+util['inspect'](Object[_0x121c31(0x259)](_0x1c13f8['ealVX'](_0x37e306,{}))));_0x37e306&&_0x37e306[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x121c31(0x2fe)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x121c31(0x259)](_0x37e306[TestFrameworkConstants[_0x121c31(0x219)]])[_0x121c31(0x1f8)]+_0x121c31(0x2a9)):logger['debug'](_0x1c13f8[_0x121c31(0x332)]);const _0x3caa34=_0x2b2f8b[_0x121c31(0x226)]||null,_0x6921ed={};_0x6921ed[_0x121c31(0x2c9)]=_0x41bdd9,_0x6921ed[_0x121c31(0x318)]=_0x323ac2,_0x6921ed['testId']=_0x5d7e10,_0x6921ed[_0x121c31(0x226)]=_0x3caa34;const _0x188a1c=this[_0x121c31(0x23d)](_0x6921ed),_0x2e7e98={};_0x2e7e98[_0x121c31(0x251)]=0x2,_0x2e7e98['maxArrayLength']=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x244)+util[_0x121c31(0x21e)](_0x188a1c,_0x2e7e98)),_0x22ecf1['addMultipleEntries'](_0x188a1c),logger[_0x121c31(0x2fe)](_0x121c31(0x1de)+_0x5d7e10),await this[_0x121c31(0x28e)](_0x22ecf1,_0x5d7e10);}}break;case TestFrameworkState[_0x121c31(0x1b8)]:if(_0x1c13f8['ikJXw'](_0x411d79,HookState[_0x121c31(0x262)])){const _0x3ab153={};_0x3ab153[_0x121c31(0x251)]=0x2,logger[_0x121c31(0x2fe)](_0x121c31(0x309)+util[_0x121c31(0x21e)](_0x2b2f8b,_0x3ab153)),await this['sendLogCreatedEvent'](_0x22ecf1,_0x43e981,_0x2b2f8b);}break;default:if(CLIUtils[_0x121c31(0x1bd)](_0x43e981[_0x121c31(0x1eb)]()['split']('.')[0x1])){const _0x1e675d={};_0x1e675d[_0x121c31(0x251)]=0x2,_0x1e675d[_0x121c31(0x269)]=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x24c)+_0x43e981+',\x20hookState='+_0x411d79+',\x20hookData='+util[_0x121c31(0x21e)](_0x2b2f8b['hookData'],_0x1e675d));const _0x5d36b2=await this['trackHookEvent'](_0x22ecf1,_0x43e981,_0x411d79,_0x2b2f8b),_0x2fd67b={};_0x2fd67b[_0x121c31(0x251)]=0x2,_0x2fd67b[_0x121c31(0x269)]=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x1ac)+util['inspect'](_0x5d36b2,_0x2fd67b)),_0x22ecf1['addMultipleEntries'](_0x5d36b2);}else logger[_0x121c31(0x2fe)](_0x121c31(0x252)+_0x43e981+_0x121c31(0x31b)+_0x411d79);break;}logger[_0x121c31(0x2fe)](_0x121c31(0x1b6)+_0x43e981+_0x121c31(0x295)+_0x411d79);}catch(_0x4be494){logger['error']('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x43e981+_0x121c31(0x295)+_0x411d79+_0x121c31(0x1d4)+util[_0x121c31(0x2d7)](_0x4be494));}_0x2b2f8b['instance']=_0x22ecf1,await this[_0x121c31(0x307)](_0x22ecf1,_0x43e981,_0x411d79,_0x2b2f8b);}[a71_0x441d34(0x25c)](_0xdbab6d){const _0x1119fa=a71_0x441d34,_0x4a1053={};_0x4a1053[_0x1119fa(0x2d3)]=_0x1119fa(0x2be);const _0x4ba1f7=_0x4a1053;if(_0xdbab6d&&(_0xdbab6d['id']||_0xdbab6d[_0x1119fa(0x32e)])){const _0x36293c=_0xdbab6d['id']||_0xdbab6d[_0x1119fa(0x32e)];return logger[_0x1119fa(0x2fe)](_0x1119fa(0x287)+_0x36293c+_0x1119fa(0x20d)),_0x36293c;}return logger[_0x1119fa(0x2fe)](_0x4ba1f7[_0x1119fa(0x2d3)]),process[_0x1119fa(0x20e)]+_0x1119fa(0x2de);}[a71_0x441d34(0x2ce)](_0x5cd509,_0x2fa70b,_0x25706a={}){const _0x18284a=a71_0x441d34;let _0x3ffd99=null;return _0x3ffd99=TestFramework[_0x18284a(0x1fa)](),!_0x3ffd99?(logger[_0x18284a(0x2fe)](_0x18284a(0x282)+_0x5cd509),this[_0x18284a(0x2a1)](_0x5cd509,_0x25706a),_0x3ffd99=TestFramework['getTrackedInstance'](),logger[_0x18284a(0x2fe)](_0x18284a(0x33e)+!!_0x3ffd99+',\x20contextId='+_0x3ffd99?.['getContext']()?.[_0x18284a(0x331)]())):logger['debug'](_0x18284a(0x25a)+_0x3ffd99[_0x18284a(0x32f)]()?.[_0x18284a(0x331)]()),_0x3ffd99;}[a71_0x441d34(0x2a1)](_0x41f022,_0x4f9557){const _0x17de7d=a71_0x441d34,_0x36ee31={};_0x36ee31[_0x17de7d(0x2b4)]=_0x17de7d(0x221);const _0x5b9776=_0x36ee31;if(TestFramework[_0x17de7d(0x1fa)]()){logger[_0x17de7d(0x2fe)](_0x5b9776[_0x17de7d(0x2b4)]);return;}const _0x3b61ac=CLIUtils[_0x17de7d(0x29e)](),_0x3e3b25=TrackedInstance['createContext'](_0x3b61ac);let _0x2a513b=null;logger[_0x17de7d(0x2fe)](_0x17de7d(0x1d3)+_0x3b61ac+_0x17de7d(0x294)+_0x41f022),_0x2a513b=new TestFrameworkInstance(_0x3e3b25,this[_0x17de7d(0x2d5)](),this[_0x17de7d(0x20f)](),_0x41f022,HookState[_0x17de7d(0x2f4)]),TestFramework[_0x17de7d(0x1c7)](_0x3e3b25,_0x2a513b),logger[_0x17de7d(0x2fe)](_0x17de7d(0x31c)+_0x3e3b25[_0x17de7d(0x331)]()+_0x17de7d(0x25e)+_0x3b61ac+_0x17de7d(0x1a9)+this[_0x17de7d(0x2d5)]()[0x0]+_0x17de7d(0x29f)+this[_0x17de7d(0x20f)]()[this[_0x17de7d(0x2d5)]()[0x0]]);}['parseJestTest'](_0x1ea890){const _0xf64507=a71_0x441d34,_0xf62113={};_0xf62113[_0xf64507(0x28c)]=function(_0x5379a5,_0xb7bbcd){return _0x5379a5||_0xb7bbcd;},_0xf62113['fsoYm']=_0xf64507(0x231);const _0x48ff82=_0xf62113,{testUUID:_0x207fc1,testData:_0x337b9a,testId:_0x3e09c1}=_0x1ea890;if(_0x48ff82[_0xf64507(0x28c)](!_0x337b9a,!_0x3e09c1))return logger[_0xf64507(0x2fe)](_0x48ff82[_0xf64507(0x2e9)]),{};const _0x1bebdd=this['getTestFrameworks']()[0x0],_0x4982f0=this[_0xf64507(0x20f)](),_0x29e3d7={};_0x29e3d7[_0xf64507(0x251)]=0x2,_0x29e3d7[_0xf64507(0x269)]=0x3,logger[_0xf64507(0x2fe)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0xf64507(0x21e)](_0x337b9a,_0x29e3d7));const _0x3c0cf0=_0x337b9a?.[_0xf64507(0x1f6)]||[],_0xcef6fe=this[_0xf64507(0x33b)](_0x337b9a),_0x4e1147=this[_0xf64507(0x1cb)](_0x337b9a),_0x5ac697=_0x337b9a['fn']?_0x337b9a['fn'][_0xf64507(0x1eb)]():null,_0x404e39=this['getJestTestTags'](_0x337b9a),_0x54d75a={[TestFrameworkConstants[_0xf64507(0x1db)]]:_0x1bebdd,[TestFrameworkConstants[_0xf64507(0x333)]]:_0x4982f0[_0x1bebdd],[TestFrameworkConstants[_0xf64507(0x261)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0xf64507(0x1ff)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xf64507(0x1c9)],[TestFrameworkConstants[_0xf64507(0x25d)]]:_0xcef6fe,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x4e1147,[TestFrameworkConstants[_0xf64507(0x1ae)]]:_0x3e09c1,[TestFrameworkConstants[_0xf64507(0x225)]]:_0xcef6fe,[TestFrameworkConstants[_0xf64507(0x2cc)]]:_0x4e1147,[TestFrameworkConstants[_0xf64507(0x2e8)]]:_0x5ac697,[TestFrameworkConstants[_0xf64507(0x270)]]:_0x404e39,[TestFrameworkConstants[_0xf64507(0x256)]]:_0x337b9a[_0xf64507(0x200)]||new Date()[_0xf64507(0x317)](),[TestFrameworkConstants[_0xf64507(0x314)]]:_0x3c0cf0[0x0]||'',[TestFrameworkConstants[_0xf64507(0x2b8)]]:_0x3c0cf0,[TestFrameworkConstants[_0xf64507(0x2e6)]]:_0xcef6fe,[TestFrameworkConstants[_0xf64507(0x1f1)]]:{},[TestFrameworkConstants[_0xf64507(0x258)]]:{}};_0x337b9a['retryOf']&&(_0x54d75a[TestFrameworkConstants[_0xf64507(0x1ad)]]=_0x337b9a[_0xf64507(0x1a7)]);logger[_0xf64507(0x2fe)](_0xf64507(0x2a3)+_0xcef6fe+_0xf64507(0x279)+_0x3e09c1+'\x20(testIdentifier),\x20tags='+JSON[_0xf64507(0x283)](_0x404e39)+_0xf64507(0x2ea)+util[_0xf64507(0x21e)](_0x3c0cf0)+',\x20filePath='+_0x4e1147);const _0x263492={};return _0x263492[_0x3e09c1]=_0x54d75a,_0x263492;}[a71_0x441d34(0x23d)](_0x80aedc){const _0x5a4f6c=a71_0x441d34,_0x5bce10={'Mektj':function(_0x290259,_0x280c91){return _0x290259===_0x280c91;},'iApBr':_0x5a4f6c(0x2f0),'wNgqR':function(_0x56f95d,_0x258e74){return _0x56f95d===_0x258e74;},'nOjAT':_0x5a4f6c(0x1e9),'EmOBt':_0x5a4f6c(0x2dc),'mCARl':_0x5a4f6c(0x2cb),'lURBI':function(_0x353f51,_0x2de8b4){return _0x353f51||_0x2de8b4;},'GlRby':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','SevXI':function(_0x1e2c83,_0x119cf9){return _0x1e2c83||_0x119cf9;},'OaiER':_0x5a4f6c(0x245),'ZwhVc':function(_0x212c6d,_0x53c53d){return _0x212c6d>_0x53c53d;},'iyTFr':'failed','jwnvW':_0x5a4f6c(0x260),'FLNOc':_0x5a4f6c(0x32b),'ckSnr':_0x5a4f6c(0x1bb),'jlwiD':function(_0x463bf5,_0x37d729){return _0x463bf5!==_0x37d729;},'JKJWb':function(_0x4c4fa6,_0x55b004,_0x441ad7,_0x396267){return _0x4c4fa6(_0x55b004,_0x441ad7,_0x396267);},'lTMuR':function(_0x38300a,_0x45c1af){return _0x38300a>_0x45c1af;},'qNXVK':_0x5a4f6c(0x23f)},{testUUID:_0x21c638,testData:_0x303568,testId:_0x2b57b6}=_0x80aedc;if(_0x5bce10['lURBI'](!_0x303568,!_0x2b57b6))return logger[_0x5a4f6c(0x2fe)](_0x5bce10[_0x5a4f6c(0x264)]),{};const _0xb800ee=this[_0x5a4f6c(0x2ce)](TestFrameworkState[_0x5a4f6c(0x2f8)],HookState[_0x5a4f6c(0x262)]),_0x1093ca=_0xb800ee[_0x5a4f6c(0x27e)]()[_0x5a4f6c(0x2b3)](_0x2b57b6),_0x360e8b=_0x5bce10[_0x5a4f6c(0x323)](_0x1093ca,{}),_0x3a3bbd=_0x360e8b?_0x360e8b[TestFrameworkConstants[_0x5a4f6c(0x1f1)]]||{}:{},_0x582d4a=_0x360e8b[TestFrameworkConstants[_0x5a4f6c(0x219)]];logger[_0x5a4f6c(0x2fe)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x582d4a?Object[_0x5a4f6c(0x259)](_0x582d4a)['length']:0x0)+_0x5a4f6c(0x1b7));let _0x2396d1=_0x5bce10[_0x5a4f6c(0x1d8)];if(_0x303568['result'])_0x2396d1=_0x303568[_0x5a4f6c(0x285)];else{if(_0x303568[_0x5a4f6c(0x2ec)]&&_0x5bce10['ZwhVc'](_0x303568[_0x5a4f6c(0x2ec)][_0x5a4f6c(0x1f8)],0x0))_0x2396d1=_0x5bce10[_0x5a4f6c(0x1a8)];else _0x5bce10['wNgqR'](_0x303568[_0x5a4f6c(0x339)],_0x5bce10[_0x5a4f6c(0x33d)])||_0x5bce10[_0x5a4f6c(0x2ad)](_0x303568['status'],_0x5bce10[_0x5a4f6c(0x291)])?_0x2396d1=_0x5bce10[_0x5a4f6c(0x291)]:_0x2396d1=_0x5bce10['ckSnr'];}const _0x1fac45={..._0x360e8b,[TestFrameworkConstants[_0x5a4f6c(0x204)]]:_0x2396d1,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x303568[_0x5a4f6c(0x2b2)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x5a4f6c(0x1da)]]:new Date()[_0x5a4f6c(0x317)](),[TestFrameworkConstants[_0x5a4f6c(0x1f1)]]:_0x3a3bbd,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5a4f6c(0x258)]]:{}};if(_0x5bce10[_0x5a4f6c(0x2ad)](_0x2396d1,_0x5bce10[_0x5a4f6c(0x1a8)])&&_0x303568[_0x5a4f6c(0x2ec)]){const _0x13fb9=this[_0x5a4f6c(0x1d7)](_0x303568),_0x10863d=this[_0x5a4f6c(0x33c)](_0x303568),_0xa7f5de=this[_0x5a4f6c(0x274)](_0x303568);_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2a5)]]=_0x10863d,_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2d0)]]=_0x13fb9,_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2c5)]]=_0xa7f5de;}_0x5bce10['jlwiD'](_0x303568[_0x5a4f6c(0x1d9)],undefined)&&(_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x20a)]]=_0x303568[_0x5a4f6c(0x1d9)]);_0x303568[_0x5a4f6c(0x1a7)]&&(_0x1fac45[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x303568[_0x5a4f6c(0x1a7)]);const _0x4d3c3e=_0x1093ca?_0x1093ca[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x2606e6=_0x1093ca?_0x1093ca[TestFrameworkConstants['KEY_TEST_UUID']]:_0x21c638,_0x4448d3=_0x5bce10['JKJWb'](getManualUploadLogs,_0x4d3c3e,_0x2606e6,_0x2b57b6);if(_0x5bce10['ZwhVc'](_0x4448d3[_0x5a4f6c(0x1f8)],0x0)){const _0x2502b9=_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x1c6)]]||[];_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x1c6)]]=[..._0x2502b9,..._0x4448d3];}const _0x25d5a1=_0x360e8b[TestFrameworkConstants[_0x5a4f6c(0x297)]]||{},_0x422193=_0x360e8b[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3853d6={..._0x25d5a1},_0x1dbbf5=_0x3853d6;Object[_0x5a4f6c(0x259)](_0x422193)['forEach'](_0x68c451=>{const _0x4f168a=_0x5a4f6c;!_0x1dbbf5[_0x68c451]&&(_0x1dbbf5[_0x68c451]=[]);const _0x4ca860=new Set((_0x1dbbf5[_0x68c451]||[])[_0x4f168a(0x2ef)](_0x485a62=>_0x485a62[TestFrameworkConstants['KEY_HOOK_ID']]||_0x485a62[_0x4f168a(0x23a)]));(_0x422193[_0x68c451]||[])[_0x4f168a(0x2a2)](_0x5001ad=>{const _0x544e02=_0x4f168a,_0x5a3edf=_0x5001ad[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5001ad[_0x544e02(0x23a)];if(!_0x4ca860[_0x544e02(0x1d6)](_0x5a3edf)){const _0x533c3c={..._0x5001ad},_0x241465=_0x533c3c;!_0x241465[TestFrameworkConstants[_0x544e02(0x2f3)]]&&!_0x241465['event_ended_at']&&(_0x241465[TestFrameworkConstants[_0x544e02(0x2f3)]]=new Date()[_0x544e02(0x317)]()),!_0x241465[TestFrameworkConstants[_0x544e02(0x2ba)]]&&!_0x241465['hook_result']&&(_0x241465[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x544e02(0x2ed)]),_0x1dbbf5[_0x68c451][_0x544e02(0x26d)](_0x241465);}});});if(_0x80aedc[_0x5a4f6c(0x226)]){this[_0x5a4f6c(0x257)](_0x80aedc[_0x5a4f6c(0x226)]);const _0x57608e=this[_0x5a4f6c(0x1e8)](_0x80aedc[_0x5a4f6c(0x226)]),_0x43e065=this[_0x5a4f6c(0x305)](_0x80aedc['originalTest']);_0x43e065[_0x5a4f6c(0x2a2)](_0x4c5bd9=>{const _0xbb42d7=_0x5a4f6c,_0x159d9e=_0x57608e[_0xbb42d7(0x2b3)](_0x4c5bd9);if(_0x159d9e&&(_0x5bce10[_0xbb42d7(0x1c0)](_0x159d9e[_0xbb42d7(0x2fc)],_0x5bce10[_0xbb42d7(0x298)])||_0x5bce10[_0xbb42d7(0x2ad)](_0x159d9e[_0xbb42d7(0x2fc)],_0x5bce10['nOjAT']))){const _0x22db19=_0x159d9e[_0xbb42d7(0x2fc)][_0xbb42d7(0x263)]()[_0xbb42d7(0x31e)](_0x5bce10[_0xbb42d7(0x218)],_0x5bce10[_0xbb42d7(0x30b)]),_0x1ba78a=_0x22db19;!_0x1dbbf5[_0x1ba78a]&&(_0x1dbbf5[_0x1ba78a]=[]);const _0x48a1de=_0x1dbbf5[_0x1ba78a][_0xbb42d7(0x32a)](_0x90fa93=>(_0x90fa93[TestFrameworkConstants[_0xbb42d7(0x2fa)]]||_0x90fa93['hook_id'])===_0x4c5bd9);!_0x48a1de&&_0x1dbbf5[_0x1ba78a][_0xbb42d7(0x26d)]({'key':_0x1ba78a,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4c5bd9,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0xbb42d7(0x2ed)],[TestFrameworkConstants[_0xbb42d7(0x28f)]]:new Date()[_0xbb42d7(0x317)](),[TestFrameworkConstants[_0xbb42d7(0x2f3)]]:new Date()[_0xbb42d7(0x317)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0xbb42d7(0x2c6)]]:_0x159d9e[_0xbb42d7(0x306)]||_0x159d9e[_0xbb42d7(0x2fc)]+_0xbb42d7(0x248),[TestFrameworkConstants[_0xbb42d7(0x1f1)]]:_0x3a3bbd});}});}if(_0x303568['hooks']&&_0x5bce10[_0x5a4f6c(0x1c8)](_0x303568[_0x5a4f6c(0x1c1)][_0x5a4f6c(0x1f8)],0x0))_0x1fac45[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x303568['hooks'],logger[_0x5a4f6c(0x2fe)](_0x5bce10[_0x5a4f6c(0x217)]);else _0x5bce10[_0x5a4f6c(0x210)](Object[_0x5a4f6c(0x259)](_0x1dbbf5)[_0x5a4f6c(0x1f8)],0x0)&&(_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x297)]]=_0x1dbbf5,logger[_0x5a4f6c(0x2fe)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x5a4f6c(0x259)](_0x1dbbf5)[_0x5a4f6c(0x320)](',')));const _0x54f700=this[_0x5a4f6c(0x33b)](_0x303568);logger[_0x5a4f6c(0x2fe)](_0x5a4f6c(0x2cd)+_0x54f700+_0x5a4f6c(0x279)+_0x2b57b6+_0x5a4f6c(0x1d0)+_0x2396d1+_0x5a4f6c(0x207)+_0x303568['duration']);_0x5bce10[_0x5a4f6c(0x2ad)](_0x2396d1,_0x5bce10['iyTFr'])&&logger[_0x5a4f6c(0x2fe)](_0x5a4f6c(0x1e2)+_0x2b57b6+_0x5a4f6c(0x239)+_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2a5)]]+_0x5a4f6c(0x338)+_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2d0)]]?.[_0x5a4f6c(0x2ab)](0x0,0xc8));const _0x2c3bb5={};return _0x2c3bb5[_0x2b57b6]=_0x1fac45,_0x2c3bb5;}[a71_0x441d34(0x205)](_0x2827c6){const _0xd55a90=a71_0x441d34,_0x2eb005={};_0x2eb005['TQLJe']=function(_0x1cff0e,_0x1bc9aa){return _0x1cff0e!==_0x1bc9aa;},_0x2eb005[_0xd55a90(0x234)]=_0xd55a90(0x1fd);const _0x496e46=_0x2eb005,_0x1968ca={};_0x1968ca[_0xd55a90(0x251)]=0x2,_0x1968ca[_0xd55a90(0x269)]=0x3,logger[_0xd55a90(0x2fe)](_0xd55a90(0x1fb)+util[_0xd55a90(0x21e)](_0x2827c6,_0x1968ca));const _0x55b6ee=[];if(_0x2827c6&&_0x2827c6[_0xd55a90(0x2f9)]){let _0x4676ea=_0x2827c6[_0xd55a90(0x2f9)];while(_0x4676ea&&_0x4676ea[_0xd55a90(0x306)]&&_0x496e46[_0xd55a90(0x2e3)](_0x4676ea[_0xd55a90(0x306)],'')&&_0x496e46[_0xd55a90(0x2e3)](_0x4676ea[_0xd55a90(0x306)],_0x496e46[_0xd55a90(0x234)])){_0x55b6ee['push'](_0x4676ea[_0xd55a90(0x306)]),_0x4676ea=_0x4676ea[_0xd55a90(0x2f9)];}}return _0x55b6ee[_0xd55a90(0x23e)]();}[a71_0x441d34(0x33b)](_0x1b9430){const _0x325fa2=a71_0x441d34,_0x3d9ea3={};_0x3d9ea3[_0x325fa2(0x29b)]='Unknown\x20Test';const _0x48d1ec=_0x3d9ea3;if(_0x1b9430[_0x325fa2(0x306)])return _0x1b9430[_0x325fa2(0x306)];if(_0x1b9430[_0x325fa2(0x284)])return _0x1b9430['title'];return _0x48d1ec[_0x325fa2(0x29b)];}[a71_0x441d34(0x2a7)](_0x3e9438){const _0x590a09=a71_0x441d34,_0xab916=[];if(_0x3e9438[_0x590a09(0x273)]&&Array[_0x590a09(0x31f)](_0x3e9438[_0x590a09(0x273)]))return _0x3e9438[_0x590a09(0x273)][_0x590a09(0x2ef)](_0x14ff09=>_0x14ff09[_0x590a09(0x201)]('@')?_0x14ff09[_0x590a09(0x2d8)](0x1):_0x14ff09);const _0x222f73=this[_0x590a09(0x33b)](_0x3e9438),_0x95a7c0=_0x222f73['match'](/@(\w+)/g);if(_0x95a7c0)return _0x95a7c0[_0x590a09(0x2ef)](_0x5a6af7=>_0x5a6af7[_0x590a09(0x1b4)](0x1));return _0x3e9438[_0x590a09(0x1f6)]&&Array[_0x590a09(0x31f)](_0x3e9438[_0x590a09(0x1f6)])&&_0x3e9438[_0x590a09(0x1f6)]['forEach'](_0x567406=>{const _0x5ce7cb=_0x590a09,_0x6c1c63=_0x567406[_0x5ce7cb(0x1f5)](/@(\w+)/g);_0x6c1c63&&_0x6c1c63[_0x5ce7cb(0x2a2)](_0x29fdb6=>{const _0x21d28b=_0x5ce7cb,_0x1b6dc1=_0x29fdb6['slice'](0x1);!_0xab916[_0x21d28b(0x1fc)](_0x1b6dc1)&&_0xab916[_0x21d28b(0x26d)](_0x1b6dc1);});}),_0xab916;}[a71_0x441d34(0x1cb)](_0x2b543d){const _0x547c9f=a71_0x441d34,_0x2a2de0={'zMmjr':function(_0x23e1e6,_0x183b78){return _0x23e1e6(_0x183b78);},'vFExZ':_0x547c9f(0x1d2)};if(_0x2b543d[_0x547c9f(0x27f)])return _0x2b543d[_0x547c9f(0x27f)];if(_0x2b543d['asyncError']){const _0x560fc9=_0x2a2de0[_0x547c9f(0x224)](require,_0x2a2de0[_0x547c9f(0x1aa)]);try{const _0x361548=_0x560fc9[_0x547c9f(0x265)](_0x2b543d[_0x547c9f(0x1e6)]);if(_0x361548[0x0]&&_0x361548[0x0]['getFileName'])return _0x361548[0x0][_0x547c9f(0x1df)]();}catch(_0x4ebc1c){logger[_0x547c9f(0x2fe)](_0x547c9f(0x2f5)+util[_0x547c9f(0x2d7)](_0x4ebc1c));}}return null;}[a71_0x441d34(0x1d7)](_0x500e6f){const _0x3c7cc1=a71_0x441d34,_0x1615cf={};_0x1615cf[_0x3c7cc1(0x2b1)]=function(_0x1dcf89,_0x5e5f95){return _0x1dcf89>_0x5e5f95;},_0x1615cf['nLvqT']='Unknown\x20error';const _0x6ca543=_0x1615cf;if(_0x500e6f[_0x3c7cc1(0x2ec)]&&_0x6ca543['htXbS'](_0x500e6f[_0x3c7cc1(0x2ec)][_0x3c7cc1(0x1f8)],0x0))return util['inspect'](_0x500e6f[_0x3c7cc1(0x2ec)][0x0]);if(_0x500e6f['failure_reason'])return _0x500e6f['failure_reason'];return _0x6ca543['nLvqT'];}['getJestFailureType'](_0x2b8670){const _0x52002d=a71_0x441d34,_0x5029b9={};_0x5029b9[_0x52002d(0x300)]='Assert',_0x5029b9[_0x52002d(0x31a)]=_0x52002d(0x2e7),_0x5029b9['RaONd']=_0x52002d(0x29c);const _0x2ad4f7=_0x5029b9,_0x50d341=this[_0x52002d(0x1d7)](_0x2b8670);if(_0x50d341&&_0x50d341[_0x52002d(0x1fc)](_0x2ad4f7['okdlW']))return _0x2ad4f7[_0x52002d(0x31a)];return _0x2ad4f7[_0x52002d(0x334)];}[a71_0x441d34(0x274)](_0x4d5eaf){const _0x7208c7=a71_0x441d34,_0xba8d9f={'xIdQA':function(_0x21a798,_0x42fa32){return _0x21a798(_0x42fa32);},'IHVCa':_0x7208c7(0x2b6),'IKqSa':function(_0x41f5f9,_0x43e459){return _0x41f5f9!==_0x43e459;},'RJFPZ':_0x7208c7(0x1ce)},{failureData:_0x567fd0}=_0xba8d9f[_0x7208c7(0x2ae)](require,_0xba8d9f[_0x7208c7(0x321)]),_0x41110f=[];return _0xba8d9f[_0x7208c7(0x1cf)](_0x4d5eaf[_0x7208c7(0x2ec)],undefined)&&_0x41110f[_0x7208c7(0x26d)](_0x4d5eaf[_0x7208c7(0x2ec)],_0xba8d9f[_0x7208c7(0x220)]),_0x567fd0[_0x7208c7(0x292)](null,_0x41110f);}async[a71_0x441d34(0x229)](_0x21298d,_0x5562,_0x1a9341,_0x543e64){const _0x39d2c0=a71_0x441d34,_0x2fbaf2={'VLKTN':_0x39d2c0(0x29d),'RuCzZ':function(_0x5332e8){return _0x5332e8();},'OFJuz':function(_0x124dfc,_0x20ab9e){return _0x124dfc in _0x20ab9e;},'faxkk':function(_0x231634,_0x359313){return _0x231634===_0x359313;},'IsuNh':function(_0x5912f7,_0x5a8877){return _0x5912f7>_0x5a8877;},'oGCmY':_0x39d2c0(0x243),'BaUoC':_0x39d2c0(0x1bb),'dWbeh':function(_0x422f2f,_0x252232){return _0x422f2f>_0x252232;},'mtEVz':function(_0x3a8457,_0x35308b){return _0x3a8457===_0x35308b;},'LXRXy':function(_0x249517,_0x241cc0){return _0x249517!==_0x241cc0;}},{hookData:_0x3b8a6a}=_0x543e64,_0x1240ea=_0x1a9341['toString'](),_0x203fa7=_0x5562[_0x39d2c0(0x1eb)](),_0x5e708c={};_0x5e708c[_0x39d2c0(0x251)]=0x2,_0x5e708c[_0x39d2c0(0x269)]=0x3,logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x1f9)+_0x203fa7+_0x39d2c0(0x295)+_0x1240ea+',\x20hookData='+util[_0x39d2c0(0x21e)](_0x3b8a6a,_0x5e708c));if(!_0x3b8a6a)return logger[_0x39d2c0(0x2fe)](_0x2fbaf2[_0x39d2c0(0x2fd)]),{};const _0x7fb47=_0x3b8a6a[_0x39d2c0(0x32e)]||_0x3b8a6a[_0x39d2c0(0x202)]||_0x2fbaf2[_0x39d2c0(0x2b7)](uuidv4),_0x35c87b=_0x3b8a6a[_0x39d2c0(0x24b)]||this[_0x39d2c0(0x25c)](_0x3b8a6a),_0x5efe02=_0x5562[_0x39d2c0(0x1eb)]()['split']('.')[0x1],_0x3bc994=_0x21298d['getAllData']()[_0x39d2c0(0x2b3)](_0x35c87b),_0x4d9a00=_0x3bc994?_0x3bc994[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x1e3)+_0x7fb47+',\x20testId='+_0x35c87b+_0x39d2c0(0x2dd)+_0x5efe02+_0x39d2c0(0x295)+_0x1240ea);if(!_0x3bc994)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x35c87b+',\x20storing\x20as\x20pending\x20hook'),this[_0x39d2c0(0x1b1)](_0x21298d,_0x35c87b,_0x5562,_0x1a9341,_0x543e64),{};let _0x2a21fb=_0x3bc994[TestFrameworkConstants[_0x39d2c0(0x1ff)]];!_0x2a21fb&&(_0x2a21fb={});!_0x2fbaf2['OFJuz'](_0x5efe02,_0x2a21fb)&&(_0x2a21fb[_0x5efe02]=[]);let _0xf8bcff=_0x3bc994[TestFrameworkConstants[_0x39d2c0(0x297)]];!_0xf8bcff&&(_0xf8bcff={});!_0x2fbaf2['OFJuz'](_0x5efe02,_0xf8bcff)&&(_0xf8bcff[_0x5efe02]=[]);const _0x3c8dca={[TestFrameworkConstants[_0x39d2c0(0x1ff)]]:_0x2a21fb,[TestFrameworkConstants[_0x39d2c0(0x297)]]:_0xf8bcff},_0x5f2328={};_0x5f2328[_0x35c87b]=_0x3c8dca;const _0x155081=_0x5f2328;if(_0x2fbaf2[_0x39d2c0(0x2c0)](_0x1a9341,HookState[_0x39d2c0(0x27c)])){const _0x4d4bfe={'key':_0x5efe02,[TestFrameworkConstants[_0x39d2c0(0x2fa)]]:_0x7fb47,[TestFrameworkConstants[_0x39d2c0(0x2ba)]]:TestFrameworkConstants[_0x39d2c0(0x2ed)],[TestFrameworkConstants[_0x39d2c0(0x28f)]]:_0x3b8a6a[_0x39d2c0(0x200)]||new Date()[_0x39d2c0(0x317)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x39d2c0(0x2c6)]]:_0x3b8a6a[_0x39d2c0(0x306)]||_0x3b8a6a[_0x39d2c0(0x228)]||_0x5efe02,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4d9a00};_0x2a21fb[_0x5efe02]['push'](_0x4d4bfe),_0x155081[_0x35c87b][TestFrameworkConstants[_0x39d2c0(0x28b)]]=_0x5efe02;const _0x3170ff={};_0x3170ff[_0x39d2c0(0x251)]=0x2,logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x268)+_0x5efe02+',\x20hookId='+_0x7fb47+_0x39d2c0(0x279)+_0x35c87b+_0x39d2c0(0x209)+util[_0x39d2c0(0x21e)](_0x4d4bfe,_0x3170ff));}else{if(_0x2fbaf2['faxkk'](_0x1a9341,HookState['POST'])){const _0xd5e405=_0x3b8a6a[_0x39d2c0(0x285)]||(_0x3b8a6a[_0x39d2c0(0x2ec)]&&_0x2fbaf2[_0x39d2c0(0x1d1)](_0x3b8a6a[_0x39d2c0(0x2ec)][_0x39d2c0(0x1f8)],0x0)?_0x2fbaf2[_0x39d2c0(0x290)]:_0x2fbaf2[_0x39d2c0(0x1f4)]),_0x3e06d3=_0x2a21fb[_0x5efe02]||[];logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x206)+_0x5efe02+',\x20testId='+_0x35c87b+_0x39d2c0(0x25b)+_0xd5e405+_0x39d2c0(0x1ed)+_0x3e06d3[_0x39d2c0(0x1f8)]);if(_0x2fbaf2['dWbeh'](_0x3e06d3[_0x39d2c0(0x1f8)],0x0)){const _0x487842=_0x3e06d3[_0x39d2c0(0x240)]();_0x2fbaf2['mtEVz'](_0xd5e405,_0x2fbaf2[_0x39d2c0(0x290)])&&_0x3b8a6a[_0x39d2c0(0x2ec)]?(_0x487842[TestFrameworkConstants[_0x39d2c0(0x223)]]=this[_0x39d2c0(0x33c)](_0x3b8a6a),_0x487842[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x39d2c0(0x1d7)](_0x3b8a6a),_0x487842[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x39d2c0(0x274)](_0x3b8a6a),logger[_0x39d2c0(0x2fe)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x5efe02+_0x39d2c0(0x239)+_0x487842[TestFrameworkConstants[_0x39d2c0(0x223)]]+',\x20failureReason='+_0x487842[TestFrameworkConstants[_0x39d2c0(0x1e4)]]?.[_0x39d2c0(0x2ab)](0x0,0xc8))):_0x487842[TestFrameworkConstants[_0x39d2c0(0x2ba)]]=_0x2fbaf2[_0x39d2c0(0x1f4)];_0x2fbaf2[_0x39d2c0(0x327)](_0xd5e405,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x487842[TestFrameworkConstants[_0x39d2c0(0x2ba)]]=_0xd5e405);_0x487842[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x3b8a6a[_0x39d2c0(0x2b2)]||new Date()[_0x39d2c0(0x317)](),_0x487842[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x4d9a00;const _0x4f6452=_0x487842[TestFrameworkConstants[_0x39d2c0(0x2fa)]];!_0xf8bcff[_0x5efe02]&&(_0xf8bcff[_0x5efe02]=[]);_0xf8bcff[_0x5efe02][_0x39d2c0(0x26d)](_0x487842),_0x155081[_0x35c87b][TestFrameworkConstants[_0x39d2c0(0x30a)]]=_0x5efe02;const _0x1a37dd={};_0x1a37dd['depth']=0x2,logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x328)+_0x5efe02+_0x39d2c0(0x275)+_0x4f6452+',\x20result='+_0xd5e405+',\x20hook='+util['inspect'](_0x487842,_0x1a37dd));}}}const _0x1a2185={};return _0x1a2185[_0x39d2c0(0x251)]=0x2,_0x1a2185[_0x39d2c0(0x269)]=0x3,logger[_0x39d2c0(0x2fe)]('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x3b8a6a[_0x39d2c0(0x228)]||_0x5efe02)+_0x39d2c0(0x275)+_0x7fb47+_0x39d2c0(0x279)+_0x35c87b+_0x39d2c0(0x255)+util[_0x39d2c0(0x21e)](_0x155081,_0x1a2185)),_0x155081;}[a71_0x441d34(0x325)](_0x352fa2){const _0x9abf28=a71_0x441d34,_0x23de96={};_0x23de96['FVNkg']=_0x9abf28(0x293);const _0x1a7582=_0x23de96;try{const _0x54bd7c=_0x352fa2[_0x9abf28(0x1ce)]?this[_0x9abf28(0x25c)](_0x352fa2['test']):_0x352fa2['hookData'][_0x9abf28(0x24b)],_0x3b7d2a=_0x352fa2[_0x9abf28(0x1cc)],_0x5a6049=_0x3b7d2a[_0x9abf28(0x32f)](),_0xc80921=_0x3b7d2a[_0x9abf28(0x27e)]()[_0x9abf28(0x2b3)](_0x54bd7c);if(!_0xc80921)return logger[_0x9abf28(0x2fe)](_0x9abf28(0x308)+_0x54bd7c),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5ad0e9='',[TestFrameworkConstants[_0x9abf28(0x333)]]:_0x1725a8='',[TestFrameworkConstants[_0x9abf28(0x256)]]:_0x25556c='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x57ce19=''}=_0xc80921,_0x234a7b=_0x3b7d2a[_0x9abf28(0x301)]()[_0x9abf28(0x1eb)]()[_0x9abf28(0x238)]('.')[0x1],_0x1101a2=_0x3b7d2a[_0x9abf28(0x27a)]()['toString']()[_0x9abf28(0x238)]('.')[0x1],_0x5de24f=global?.[_0x9abf28(0x26b)]?.['workerInfo']?.[_0x9abf28(0x21b)],_0x400748=_0x3b7d2a['getRef'](),_0x19263d=Buffer[_0x9abf28(0x278)](JSON[_0x9abf28(0x283)](_0xc80921))[_0x9abf28(0x1eb)](_0x1a7582['FVNkg']),_0x4d3d5f={'hash':_0x5a6049[_0x9abf28(0x331)](),'threadId':_0x5a6049[_0x9abf28(0x2e1)]()[_0x9abf28(0x1eb)](),'processId':_0x5a6049[_0x9abf28(0x1b5)]()['toString']()},_0x2e0c52={};_0x2e0c52[_0x9abf28(0x1c5)]=_0x5de24f,_0x2e0c52['testFrameworkName']=_0x5ad0e9,_0x2e0c52[_0x9abf28(0x2cf)]=_0x1725a8,_0x2e0c52['testFrameworkState']=_0x234a7b,_0x2e0c52['hookState']=_0x1101a2,_0x2e0c52[_0x9abf28(0x276)]=_0x25556c,_0x2e0c52['endedAt']=_0x57ce19,_0x2e0c52[_0x9abf28(0x32e)]=_0x400748,_0x2e0c52[_0x9abf28(0x24f)]=_0x19263d,_0x2e0c52['executionContext']=_0x4d3d5f,_0x2e0c52[_0x9abf28(0x1e0)]=_0x54bd7c;const _0x25d85c=_0x2e0c52;return _0x25d85c;}catch(_0x42b567){return logger['error'](_0x9abf28(0x2e5)+util[_0x9abf28(0x2d7)](_0x42b567)),{};}}async[a71_0x441d34(0x1d5)](_0x1492ab,_0x2f3b9b,_0x3ef9a2){const _0x5d18a7=a71_0x441d34,_0x1235ae={'GyjGM':function(_0x952bed,_0x3bc26b){return _0x952bed+_0x3bc26b;},'BtWbA':_0x5d18a7(0x2a6),'StTGZ':'none','CbRPB':function(_0xeb229f,_0x16f696){return _0xeb229f>_0x16f696;},'rJXpD':function(_0x416e97,_0xb542c2,_0x2347cc,_0x2430af){return _0x416e97(_0xb542c2,_0x2347cc,_0x2430af);},'JvPWQ':function(_0x495e10,_0x593f10){return _0x495e10-_0x593f10;},'LoKGH':function(_0x295654,_0x4155ee){return _0x295654===_0x4155ee;},'bFFJV':function(_0x380b0e,_0x175e90){return _0x380b0e/_0x175e90;},'xTVZR':function(_0x442221,_0x5827d5){return _0x442221<_0x5827d5;},'ZUzrO':function(_0x353bf7,_0xad312e){return _0x353bf7*_0xad312e;},'cPWLv':function(_0x53da77,_0x478fe8){return _0x53da77+_0x478fe8;},'hPRKL':function(_0xbf1c3e,_0x2d0fb7){return _0xbf1c3e>_0x2d0fb7;}};try{const _0x155e74=_0x3ef9a2[_0x5d18a7(0x2c9)]||_0x3ef9a2[_0x5d18a7(0x2ca)],_0x572d7d=Array[_0x5d18a7(0x278)](_0x1492ab[_0x5d18a7(0x27e)]()[_0x5d18a7(0x259)]()),_0x1d6c92=_0x1492ab[_0x5d18a7(0x27e)]()[_0x5d18a7(0x2b3)](_0x155e74);if(!_0x1d6c92){logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x2ee)+_0x155e74);return;}const {[TestFrameworkConstants[_0x5d18a7(0x1db)]]:_0x2b9230='',[TestFrameworkConstants[_0x5d18a7(0x333)]]:_0x482923=''}=_0x1d6c92;let _0x448e59=[];if(_0x1d6c92&&_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x1c6)]]&&Array[_0x5d18a7(0x31f)](_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x1c6)]])){_0x448e59=_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x1c6)]]||[],logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x30c)+_0x448e59['length']+_0x5d18a7(0x289)+_0x155e74);const _0x14af43={[TestFrameworkConstants[_0x5d18a7(0x1c6)]]:[]},_0x1aa0a5={};_0x1aa0a5[_0x155e74]=_0x14af43,_0x1492ab[_0x5d18a7(0x230)](_0x1aa0a5),logger['debug'](_0x5d18a7(0x2a4)+_0x155e74);}else logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x2c7)+_0x155e74);logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x27d)+_0x448e59[_0x5d18a7(0x1f8)]+'\x20for\x20testId:\x20'+_0x155e74);const _0x5e5282=_0x448e59['filter'](_0x1dc409=>_0x1dc409[_0x5d18a7(0x2ff)]===_0x5d18a7(0x1ab));_0x1235ae['CbRPB'](_0x5e5282['length'],0x0)&&(logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x2c8)+_0x5e5282[_0x5d18a7(0x1f8)]+_0x5d18a7(0x2da)+_0x155e74),_0x5e5282[_0x5d18a7(0x2a2)]((_0x311dcc,_0x10c238)=>{const _0x4dbd0d=_0x5d18a7;logger['debug'](_0x4dbd0d(0x2d6)+_0x1235ae[_0x4dbd0d(0x24a)](_0x10c238,0x1)+'/'+_0x5e5282[_0x4dbd0d(0x1f8)]+_0x4dbd0d(0x2fb)+(_0x311dcc[_0x4dbd0d(0x1e0)]||_0x1235ae[_0x4dbd0d(0x1cd)])+',\x20test_run_uuid='+(_0x311dcc[_0x4dbd0d(0x29a)]||_0x1235ae['BtWbA'])+_0x4dbd0d(0x24e)+(_0x311dcc[_0x4dbd0d(0x286)]||_0x1235ae['StTGZ'])+_0x4dbd0d(0x271)+(_0x311dcc['message']?.['length']||0x0));}));const _0x2076db=_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x219)]]||{},_0x4bc2d9=_0x1235ae[_0x5d18a7(0x26c)](getMediaArtifactsLogs,_0x2076db,null,_0x155e74),_0x8d962a=(_0x448e59||[])[_0x5d18a7(0x22e)](_0x4bc2d9||[]),_0x53100d=_0x5e5282?.[_0x5d18a7(0x1f8)]||0x0,_0x5d7a95=_0x1235ae[_0x5d18a7(0x310)](_0x448e59?.['length']||0x0,_0x53100d);logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x316)+_0x155e74+_0x5d18a7(0x2d4)+_0x5d7a95+_0x5d18a7(0x2e0)+_0x53100d+',\x20attachmentLogs:\x20'+(_0x4bc2d9?.[_0x5d18a7(0x1f8)]||0x0)+_0x5d18a7(0x299)+_0x8d962a[_0x5d18a7(0x1f8)]);if(!_0x8d962a||_0x1235ae[_0x5d18a7(0x214)](_0x8d962a['length'],0x0)){logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x2f1)+_0x155e74);return;}const _0x380954=0x28,_0x5176d4=Math[_0x5d18a7(0x304)](_0x1235ae[_0x5d18a7(0x21c)](_0x8d962a['length'],_0x380954));for(let _0x4ab4bb=0x0;_0x1235ae[_0x5d18a7(0x2e2)](_0x4ab4bb,_0x5176d4);_0x4ab4bb++){const _0x5b5d9f=_0x1235ae[_0x5d18a7(0x1ba)](_0x4ab4bb,_0x380954),_0x5dcb17=_0x1235ae[_0x5d18a7(0x24a)](_0x5b5d9f,_0x380954),_0x32c0a2=_0x8d962a['slice'](_0x5b5d9f,_0x5dcb17),_0x14afe4=global?.[_0x5d18a7(0x26b)]?.[_0x5d18a7(0x211)]?.['parallelIndex']||0x0,_0x4339ac={'platformIndex':_0x14afe4,'logs':_0x32c0a2,'testFrameworkName':_0x2b9230,'testFrameworkVersion':_0x482923,'testFrameworkState':_0x2f3b9b['toString']()[_0x5d18a7(0x238)]('.')[0x1]},_0x1eb37b={};_0x1eb37b[_0x5d18a7(0x251)]=0x3,_0x1eb37b[_0x5d18a7(0x269)]=0x5,logger[_0x5d18a7(0x2fe)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x1235ae[_0x5d18a7(0x24a)](_0x4ab4bb,0x1)+'/'+_0x5176d4+_0x5d18a7(0x311)+_0x155e74+',\x20logsInBatch:\x20'+_0x32c0a2[_0x5d18a7(0x1f8)]+_0x5d18a7(0x313)+_0x14afe4+_0x5d18a7(0x2d1)+util['inspect'](_0x4339ac,_0x1eb37b));const _0x26f2ca=await GrpcClient[_0x5d18a7(0x22c)]()[_0x5d18a7(0x1bc)](_0x4339ac);logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x1af)+_0x1235ae[_0x5d18a7(0x1c2)](_0x4ab4bb,0x1)+'/'+_0x5176d4+'\x20-\x20testId:\x20'+_0x155e74+',\x20response='+util['inspect'](_0x26f2ca));}if(_0x4bc2d9&&_0x1235ae[_0x5d18a7(0x266)](_0x4bc2d9[_0x5d18a7(0x1f8)],0x0)&&_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x219)]]){const _0x2aef6e={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x29d654={};_0x29d654[_0x155e74]=_0x2aef6e,_0x1492ab[_0x5d18a7(0x230)](_0x29d654);}logger[_0x5d18a7(0x2fe)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x155e74+_0x5d18a7(0x322)+_0x5176d4);}catch(_0x1792d7){logger[_0x5d18a7(0x227)](_0x5d18a7(0x1f0)+(_0x3ef9a2[_0x5d18a7(0x2c9)]||_0x3ef9a2[_0x5d18a7(0x2ca)])+',\x20error:\x20'+util[_0x5d18a7(0x2d7)](_0x1792d7));}}[a71_0x441d34(0x1b1)](_0x29799b,_0x30f341,_0x5347d3,_0x4f9624,_0x2f5be7){const _0x227290=a71_0x441d34,_0x5e1b1b={};_0x5e1b1b[_0x227290(0x2c1)]=function(_0x487ea0,_0x182c58){return _0x487ea0===_0x182c58;},_0x5e1b1b[_0x227290(0x2c3)]=_0x227290(0x1e9);const _0x3d4c02=_0x5e1b1b,{hookData:_0x3a444c}=_0x2f5be7,_0x2e7625={'testId':_0x30f341,'testFrameworkState':_0x5347d3,'hookState':_0x4f9624,'args':_0x2f5be7,'timestamp':new Date()[_0x227290(0x317)]()};if(_0x3d4c02[_0x227290(0x2c1)](_0x5347d3,TestFrameworkState['BEFORE_ALL'])&&_0x3a444c){const _0x54c65f={};_0x54c65f[_0x227290(0x281)]=_0x3a444c['file_name']||_0x3a444c[_0x227290(0x1ef)],_0x54c65f[_0x227290(0x2a8)]=_0x3a444c[_0x227290(0x2a8)]||_0x3a444c[_0x227290(0x1f6)]&&_0x3a444c['scopes'][0x0]||'',_0x54c65f[_0x227290(0x337)]=_0x3d4c02['BgKJv'],_0x2e7625[_0x227290(0x315)]=_0x54c65f,logger[_0x227290(0x2fe)](_0x227290(0x26f)+_0x30f341+_0x227290(0x30f)+_0x2e7625[_0x227290(0x315)][_0x227290(0x281)]+_0x227290(0x2bc)+_0x2e7625['hookMetadata'][_0x227290(0x2a8)]);}_0x29799b[_0x227290(0x32d)](_0x30f341,_0x2e7625),logger[_0x227290(0x2fe)](_0x227290(0x2f2)+_0x30f341+',\x20state:\x20'+_0x5347d3+_0x227290(0x32c)+_0x4f9624);}async[a71_0x441d34(0x28e)](_0x38f041,_0x5cfcaa){const _0x5d2788=a71_0x441d34,_0x40e3e2={};_0x40e3e2[_0x5d2788(0x2eb)]=function(_0x552ff8,_0x37111b){return _0x552ff8>_0x37111b;},_0x40e3e2['DMNgb']=_0x5d2788(0x2d9),_0x40e3e2['vwXza']=function(_0x46f9df,_0xdd8c15){return _0x46f9df===_0xdd8c15;},_0x40e3e2[_0x5d2788(0x2a0)]=_0x5d2788(0x2b5),_0x40e3e2[_0x5d2788(0x2f6)]=_0x5d2788(0x253);const _0x2d37c2=_0x40e3e2;if(_0x38f041[_0x5d2788(0x23b)](_0x5cfcaa)){const _0x661a2a=_0x38f041['getPendingHooks'](_0x5cfcaa);logger[_0x5d2788(0x2fe)](_0x5d2788(0x1e7)+_0x661a2a[_0x5d2788(0x1f8)]+_0x5d2788(0x235)+_0x5cfcaa);for(const _0x1c2dbb of _0x661a2a){try{const _0x33a808=await this[_0x5d2788(0x229)](_0x38f041,_0x1c2dbb['testFrameworkState'],_0x1c2dbb[_0x5d2788(0x1f2)],_0x1c2dbb['args']);_0x33a808&&_0x2d37c2[_0x5d2788(0x2eb)](Object['keys'](_0x33a808)[_0x5d2788(0x1f8)],0x0)&&_0x38f041[_0x5d2788(0x230)](_0x33a808),await this[_0x5d2788(0x307)](_0x38f041,_0x1c2dbb[_0x5d2788(0x208)],_0x1c2dbb['hookState'],_0x1c2dbb[_0x5d2788(0x330)]);}catch(_0x19cc6d){logger[_0x5d2788(0x227)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x5cfcaa+_0x5d2788(0x2e4)+_0x19cc6d);}}_0x38f041[_0x5d2788(0x241)](_0x5cfcaa),logger['debug'](_0x5d2788(0x336)+_0x5cfcaa);}const _0x41d55a=_0x38f041[_0x5d2788(0x27e)]()['get'](_0x5cfcaa);if(_0x41d55a){const _0x4c48df=_0x41d55a[TestFrameworkConstants[_0x5d2788(0x21a)]]||_0x41d55a[TestFrameworkConstants[_0x5d2788(0x2cc)]],_0x56d227=_0x41d55a[TestFrameworkConstants[_0x5d2788(0x314)]]||_0x41d55a[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x41d55a[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x5d2788(0x2fe)](_0x2d37c2['DMNgb']);const _0x4af7f5=_0x38f041[_0x5d2788(0x30d)]();for(const _0x4c18ed of _0x4af7f5){if(_0x2d37c2['vwXza'](_0x4c18ed,_0x5cfcaa))continue;if(_0x38f041[_0x5d2788(0x23b)](_0x4c18ed)){const _0x22b118=_0x38f041['getPendingHooks'](_0x4c18ed);for(const _0x221060 of _0x22b118){if(_0x2d37c2[_0x5d2788(0x1be)](_0x221060[_0x5d2788(0x208)],TestFrameworkState[_0x5d2788(0x2df)])&&_0x221060['hookMetadata']){const _0x347693=_0x221060[_0x5d2788(0x315)][_0x5d2788(0x281)],_0x4e4ce2=_0x221060['hookMetadata'][_0x5d2788(0x2a8)];if(_0x2d37c2[_0x5d2788(0x1be)](_0x347693,_0x4c48df)&&_0x2d37c2[_0x5d2788(0x1be)](_0x4e4ce2,_0x56d227)){logger[_0x5d2788(0x2fe)](_0x5d2788(0x232)+_0x4c18ed+_0x5d2788(0x296)+_0x5cfcaa+',\x20filePath:\x20'+_0x347693+_0x5d2788(0x2bc)+_0x4e4ce2);_0x221060[_0x5d2788(0x330)]&&_0x221060[_0x5d2788(0x330)][_0x5d2788(0x254)]&&(_0x221060[_0x5d2788(0x330)][_0x5d2788(0x254)][_0x5d2788(0x24b)]=_0x5cfcaa,logger[_0x5d2788(0x2fe)](_0x5d2788(0x1c4)+_0x4c18ed+_0x5d2788(0x1ea)+_0x5cfcaa));try{const _0x306799=await this[_0x5d2788(0x229)](_0x38f041,_0x221060[_0x5d2788(0x208)],_0x221060['hookState'],_0x221060['args']);_0x306799&&_0x2d37c2['GtQSW'](Object[_0x5d2788(0x259)](_0x306799)['length'],0x0)&&_0x38f041[_0x5d2788(0x230)](_0x306799);await this['runHooks'](_0x38f041,_0x221060['testFrameworkState'],_0x221060[_0x5d2788(0x1f2)],_0x221060[_0x5d2788(0x330)]);const _0x566621=_0x38f041[_0x5d2788(0x2aa)](_0x4c18ed)[_0x5d2788(0x2db)](_0x34fc89=>_0x34fc89!==_0x221060);if(_0x2d37c2[_0x5d2788(0x1be)](_0x566621[_0x5d2788(0x1f8)],0x0))_0x38f041[_0x5d2788(0x241)](_0x4c18ed);else{_0x38f041[_0x5d2788(0x241)](_0x4c18ed);for(const _0x1f045a of _0x566621){_0x38f041[_0x5d2788(0x32d)](_0x4c18ed,_0x1f045a);}}logger[_0x5d2788(0x2fe)](_0x2d37c2[_0x5d2788(0x2a0)]);}catch(_0x29a337){logger['error'](_0x2d37c2[_0x5d2788(0x2f6)]);}}}}}}}}[a71_0x441d34(0x257)](_0x2954d9){const _0x5ce0c2=a71_0x441d34,_0x256a8b={'sofia':function(_0xb960e0){return _0xb960e0();}};if(!_0x2954d9||!_0x2954d9[_0x5ce0c2(0x2f9)])return;_0x2954d9[_0x5ce0c2(0x2f9)][_0x5ce0c2(0x1c1)]&&Array['isArray'](_0x2954d9[_0x5ce0c2(0x2f9)]['hooks'])&&_0x2954d9['parent'][_0x5ce0c2(0x1c1)]['forEach'](_0x426aec=>{const _0xe9bc15=_0x5ce0c2;!_0x426aec[_0xe9bc15(0x202)]&&!_0x426aec[_0xe9bc15(0x222)]&&(_0x426aec['hookAnalyticsId']=_0x256a8b['sofia'](uuidv4),_0x426aec[_0xe9bc15(0x222)]=_0x426aec[_0xe9bc15(0x202)],logger[_0xe9bc15(0x2fe)](_0xe9bc15(0x2c2)+_0x426aec[_0xe9bc15(0x2fc)]+_0xe9bc15(0x216)+_0x426aec[_0xe9bc15(0x202)]));}),this[_0x5ce0c2(0x257)](_0x2954d9[_0x5ce0c2(0x2f9)]);}[a71_0x441d34(0x305)](_0x1aab52){const _0x333fcd=a71_0x441d34,_0x45f230={'xpWJQ':function(_0x4162cd,_0x488e42){return _0x4162cd(_0x488e42);}};if(!_0x1aab52||!_0x1aab52[_0x333fcd(0x2f9)])return[];const _0xfe3e9b=[];return _0x1aab52[_0x333fcd(0x2f9)][_0x333fcd(0x1c1)]&&Array[_0x333fcd(0x31f)](_0x1aab52[_0x333fcd(0x2f9)][_0x333fcd(0x1c1)])&&_0x1aab52[_0x333fcd(0x2f9)][_0x333fcd(0x1c1)][_0x333fcd(0x2a2)](_0x220c63=>{const _0x2fdf7e=_0x333fcd,_0x33f2cd=_0x220c63['hookAnalyticsId']||_0x220c63['hookUUID'];_0x33f2cd&&!this[_0x2fdf7e(0x2bf)](_0x220c63)&&!_0x45f230[_0x2fdf7e(0x23c)](isInternalHook,_0x220c63['fn'])&&_0xfe3e9b[_0x2fdf7e(0x26d)](_0x33f2cd);}),[..._0xfe3e9b,...this[_0x333fcd(0x305)](_0x1aab52['parent'])];}[a71_0x441d34(0x1e8)](_0x1493f8){const _0x29defd=a71_0x441d34,_0x2db70e={'TWVNH':function(_0x1eb7d5,_0x8cc2ba){return _0x1eb7d5(_0x8cc2ba);},'gYQIp':_0x29defd(0x245)},_0x383f0f=new Map(),_0x213f5c=_0x477d7a=>{const _0x1bb1f6=_0x29defd;if(!_0x477d7a||!_0x477d7a['parent'])return;_0x477d7a[_0x1bb1f6(0x2f9)]['hooks']&&Array[_0x1bb1f6(0x31f)](_0x477d7a[_0x1bb1f6(0x2f9)]['hooks'])&&_0x477d7a[_0x1bb1f6(0x2f9)][_0x1bb1f6(0x1c1)][_0x1bb1f6(0x2a2)](_0x1f6c29=>{const _0x43d061=_0x1bb1f6,_0x274d9f=_0x1f6c29[_0x43d061(0x202)]||_0x1f6c29[_0x43d061(0x222)];if(_0x274d9f&&!this[_0x43d061(0x2bf)](_0x1f6c29)&&!_0x2db70e['TWVNH'](isInternalHook,_0x1f6c29['fn'])){const _0x58ebb8={};_0x58ebb8[_0x43d061(0x2fc)]=_0x1f6c29['type']||_0x2db70e[_0x43d061(0x277)],_0x58ebb8[_0x43d061(0x306)]=_0x1f6c29[_0x43d061(0x306)]||'\x22'+_0x1f6c29['type']+_0x43d061(0x22f),_0x383f0f['set'](_0x274d9f,_0x58ebb8);}}),_0x2db70e[_0x1bb1f6(0x247)](_0x213f5c,_0x477d7a[_0x1bb1f6(0x2f9)]);};return _0x2db70e[_0x29defd(0x247)](_0x213f5c,_0x1493f8),_0x383f0f;}['isJestInternalHook'](_0x35bfab){const _0x194dc0=a71_0x441d34,_0x4033a9={};_0x4033a9[_0x194dc0(0x22a)]=_0x194dc0(0x249),_0x4033a9[_0x194dc0(0x2bb)]=_0x194dc0(0x1dc);const _0x3e0272=_0x4033a9;try{const _0x53db7c=this['getRootParentFile'](_0x35bfab);return _0x53db7c&&_0x53db7c[_0x194dc0(0x1fc)](_0x3e0272[_0x194dc0(0x22a)]);}catch(_0x2139ab){logger['debug'](_0x3e0272[_0x194dc0(0x2bb)]);}return![];}[a71_0x441d34(0x250)](_0x2935de){const _0x44dde9=a71_0x441d34;if(_0x2935de[_0x44dde9(0x1e6)])try{const _0x51dae5=stackTrace[_0x44dde9(0x265)](_0x2935de['asyncError']);return _0x51dae5[0x0]?_0x51dae5[0x0][_0x44dde9(0x1df)]():null;}catch(_0x475976){logger[_0x44dde9(0x2fe)](_0x44dde9(0x1c3)+util[_0x44dde9(0x2d7)](_0x475976));}if(_0x2935de['file'])return _0x2935de[_0x44dde9(0x26e)];return null;}}function a71_0xda3e(){const _0x17703d=['getAllData','file_name',',\x20remainingHooks=','filePath','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','stringify','title','result','hook_run_uuid','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','\x20(testIdentifier)','\x20logs\x20for\x20testId:\x20',',\x20totalHooks=','KEY_HOOK_LAST_STARTED','KGQLb','../state/hookState.js','processPendingHooks','KEY_EVENT_STARTED_AT','oGCmY','FLNOc','apply','base64',',\x20state=',',\x20hookState=',',\x20currentTestId:\x20','KEY_HOOKS_FINISHED','iApBr',',\x20totalLogs:\x20','test_run_uuid','emGUR','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','getCurrentInstanceName',',\x20version=','YvJsn','trackJestInstance','forEach','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_FAILURE_TYPE','missing','getJestTestTags','scope','\x20files','getPendingHooks','substring','tLkXC','wNgqR','xIdQA','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','271494gQOqDa','htXbS','finished_at','get','vjSHs','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','../../../helpers/test-observability/utils','RuCzZ','KEY_TEST_SCOPES','./testFramework','KEY_HOOK_RESULT','bUuDI',',\x20scope:\x20','ikJXw','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','isJestInternalHook','faxkk','QJMBb','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','BgKJv','../instances/testFrameworkInstance.js','KEY_TEST_FAILURE','KEY_HOOK_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','testUUID','testId','_ALL','KEY_TEST_LOCATION','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','resolveInstance','testFrameworkVersion','KEY_TEST_FAILURE_REASON',',\x20payload:\x20','splice','UTPEv',',\x20consoleLogs:\x20','getTestFrameworks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','format','substr','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','\x20screenshot\x20logs\x20for\x20testId:\x20','filter','ALL','\x20(testIdentifier),\x20hookType=',':testAnalyticsId','BEFORE_ALL',',\x20screenshotLogs:\x20','getThreadId','xTVZR','TQLJe',',\x20error:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_RERUN_NAME','AssertionError','KEY_TEST_CODE','fsoYm',',\x20scopes=','GtQSW','errorsDetailed','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','map','afterAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_EVENT_ENDED_AT','NONE','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','fISXl','getActiveHook','TEST','parent','KEY_HOOK_ID','\x20-\x20test_identifier=','type','VLKTN','debug','kind','okdlW','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','ceil','getHooksForTest','name','runHooks','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_HOOK_LAST_FINISHED','mCARl','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','getAllPendingHookTestIds','xULVi',',\x20filePath:\x20','JvPWQ','\x20-\x20testId:\x20','824526OcSnWk',',\x20platformIndex:\x20','KEY_TEST_SCOPE','hookMetadata','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','toISOString','testData','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','rAeKa','\x20&\x20hookState=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','152TSzGUc','replace','isArray','join','IHVCa',',\x20totalBatches:\x20','SevXI','iJJnH','createTestFrameworkEventPayload','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','LXRXy','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','SEsWd','find','skipped',',\x20hookState:\x20','addPendingHook','uuid','getContext','args','getId','RQpft','KEY_TEST_FRAMEWORK_VERSION','RaONd','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','hookType',',\x20failureReason=','status','40623SnLVFJ','getJestTestName','getJestFailureType','jwnvW','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','retryOf','iyTFr',',\x20testFramework=','vFExZ','TEST_SCREENSHOT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','KEY_TEST_RETRY_OF','KEY_TEST_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','JestTestFramework','storePendingHook','set','rtQNp','slice','getProcessId','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x20attachments','LOG_REPORT','findIndex','ZUzrO','passed','logCreatedEvent','matchHookRegex','vwXza','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','Mektj','hooks','cPWLv','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','platformIndex','KEY_LOGS','setTrackedInstance','lTMuR','DEFAULT_TEST_RESULT','delete','getJestTestFilePath','instance','BtWbA','test','IKqSa','\x20(testIdentifier),\x20result=','IsuNh','stack-trace','trackJestInstance:\x20created\x20instance\x20for\x20target=',',\x20exception=','sendLogCreatedEvent','has','getJestFailureReason','OaiER','duration','KEY_TEST_RESULT_AT','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','834297CXgfbN','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getFileName','test_identifier','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','asyncError','Processing\x20','buildHookMapFromTest','beforeAll','\x20to\x20','toString','20wgpvFc',',\x20hooksListLength=','../../../helpers/classLogger.js','location','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_CUSTOM_TAGS','hookState','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','BaUoC','match','scopes','410nFUbwd','length','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','getTrackedInstance','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','includes','ROOT_DESCRIBE_BLOCK','TXQFE','KEY_HOOKS_STARTED','started_at','startsWith','hookAnalyticsId','parseJestTest','KEY_TEST_RESULT','getJestTestScopes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20duration=','testFrameworkState',',\x20hook=','KEY_TEST_DURATION','../instances/trackedInstance.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','\x22\x20from\x20testData','pid','getTestFrameworksVersions','ZwhVc','workerInfo','136565dOFAIy',',\x20hookType=','LoKGH','warn',',\x20hookUUID=','qNXVK','EmOBt','KEY_TEST_ATTACHMENTS','KEY_TEST_FILE_PATH','parallelIndex','bFFJV','JPhtT','inspect','aAUQI','RJFPZ','trackJestInstance:\x20instance\x20already\x20exists','hookUUID','KEY_HOOK_FAILURE_TYPE','zMmjr','KEY_TEST_NAME','originalTest','error','hook_type','trackHookEvent','MvBYQ',',\x20argsKeys=','getInstance','./constants/testFrameworkConstants.js','concat','\x22\x20hook','addMultipleEntries','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','jFZiW','\x20pending\x20hooks\x20for\x20testId:\x20','util','activeHooks','split',',\x20failureType=','hook_id','hasPendingHooks','xpWJQ','parseJestTestResult','reverse','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','pop','removePendingHooks','12866316zSagea','failed','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','unknown','8isSYxd','TWVNH','\x20hook','jest-circus','GyjGM','test_run_id','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','3044461DTLqHR',',\x20hook_run_uuid=','eventJson','getRootParentFile','depth','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','hookData',',\x20updates=','KEY_TEST_STARTED_AT','mapTestHooks','KEY_TEST_META','keys','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=',',\x20result=','getJestTestIdentifier','KEY_AUTOMATE_SESSION_NAME',',\x20target=',',\x20testData=','skip','KEY_TEST_LOGS','POST','toUpperCase','GlRby','parse','hPRKL','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','maxArrayLength','trackEvent','__workerDetails','rJXpD','push','file','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','KEY_TEST_TAGS',',\x20messageLength=','18VhSZOa','tags','getJestFailureData',',\x20hookId=','startedAt','gYQIp','from',',\x20testId=','getCurrentHookState','ChRrl','PRE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'];a71_0xda3e=function(){return _0x17703d;};return a71_0xda3e();}module['exports']=JestTestFramework;
|
|
1
|
+
const a71_0x15adaf=a71_0xe5c1;function a71_0xe5c1(_0x4ef102,_0x353201){const _0x31369d=a71_0x3136();return a71_0xe5c1=function(_0xe5c1b,_0x58b4a7){_0xe5c1b=_0xe5c1b-0x1b9;let _0xa21216=_0x31369d[_0xe5c1b];return _0xa21216;},a71_0xe5c1(_0x4ef102,_0x353201);}(function(_0x11ac2d,_0x16991e){const _0xe4c6f9=a71_0xe5c1,_0x52622a=_0x11ac2d();while(!![]){try{const _0x64f505=-parseInt(_0xe4c6f9(0x1c9))/0x1*(-parseInt(_0xe4c6f9(0x207))/0x2)+-parseInt(_0xe4c6f9(0x29e))/0x3*(parseInt(_0xe4c6f9(0x287))/0x4)+parseInt(_0xe4c6f9(0x24c))/0x5+parseInt(_0xe4c6f9(0x254))/0x6+parseInt(_0xe4c6f9(0x21c))/0x7*(parseInt(_0xe4c6f9(0x242))/0x8)+-parseInt(_0xe4c6f9(0x2d6))/0x9+parseInt(_0xe4c6f9(0x342))/0xa*(-parseInt(_0xe4c6f9(0x2cd))/0xb);if(_0x64f505===_0x16991e)break;else _0x52622a['push'](_0x52622a['shift']());}catch(_0x33bcea){_0x52622a['push'](_0x52622a['shift']());}}}(a71_0x3136,0x1d73e));const TestFramework=require(a71_0x15adaf(0x339)),TestFrameworkState=require(a71_0x15adaf(0x2f2)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a71_0x15adaf(0x22b)),TestFrameworkInstance=require(a71_0x15adaf(0x341)),CLIUtils=require(a71_0x15adaf(0x2a0)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x15adaf(0x2b8)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x15adaf(0x349)),util=require(a71_0x15adaf(0x274)),TestInfo=require(a71_0x15adaf(0x261)),GrpcClient=require(a71_0x15adaf(0x1e0)),stackTrace=require(a71_0x15adaf(0x1cb));function a71_0x3136(){const _0x20dc23=['1182577iAuWPJ','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','prWaw','BNkFd','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','jest-circus','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','1099242UNomod',',\x20testId=','join','UjxpO','getJestFailureData','KEY_HOOKS_STARTED','afterAll','kCIEg','processPendingHooks','forEach','getAllPendingHookTestIds','\x20attachments','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hooksListLength=','BEFORE_ALL','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','passed','zYBlM','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getAllData','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','keys','maxArrayLength','KEY_HOOK_ID','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KfAbj','../state/testFrameworkState.js','trackEvent','hook_id','\x22\x20from\x20testData','getJestTestScopes','Processing\x20','removeActiveHook','\x20-\x20testId:\x20','includes','message','filePath','trackJestInstance','emnol','KEY_TEST_RETRY_OF','hookAnalyticsId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','RgxKy','substring','rGGAV','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','EkJVN','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','removePendingHooks',',\x20error:\x20','KEY_TEST_FAILURE','runHooks',',\x20hookId=','trackHookEvent','mMpke',',\x20screenshotLogs:\x20','match','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','KEY_TEST_STARTED_AT',',\x20hookState=',',\x20hook_run_uuid=','SEhOh','tags','\x20(testIdentifier),\x20result=',',\x20platformIndex:\x20',',\x20failureReason=','zWfbx','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_HOOKS_FINISHED','KEY_TEST_FRAMEWORK_VERSION','getJestFailureType','KEY_HOOK_FAILURE_REASON','\x20(testIdentifier),\x20tags=','jDAMC','KEY_TEST_FILE_PATH','hook_result','TuIiT','toISOString','test','format','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','activeHooks','test_run_uuid','KEY_TEST_SCOPES','getInstance','getContext','\x20&\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','started_at','toUpperCase','testId','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','test_run_id','pid',',\x20payload:\x20','splice','./testFramework','originalTest',',\x20failureType=','AQlXG','FzYkn','__workerDetails','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','failure_reason','../instances/testFrameworkInstance.js','10DHDXDJ','orjPq','storePendingHook','getFileName','asyncError','beforeAll','KEY_TEST_SCOPE','uuid','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','PeSkw','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','retryOf','push','getProcessId','AssertionError','YEVIL','POST','bmpLf','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','endedAt','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','duration','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','5eahNmM','title','stack-trace','hookState','trackJestInstance:\x20instance\x20already\x20exists','map',',\x20filePath=','ROOT_DESCRIBE_BLOCK','toString','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',':testAnalyticsId','QJSqi','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','location','getRootParentFile','qLcdm','KEY_TEST_TAGS','KEY_TEST_ATTACHMENTS','hook_type','name','instance','getJestTestTags','Stored\x20pending\x20hook\x20for\x20testId:\x20','../grpcClient','Unknown\x20Test','qwhDM',',\x20state=','executionContext','scopes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','parseJestTest','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookData=','exports','nSUUX','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','hookData','kind','has','isArray',',\x20argsKeys=','NONE','XfCHI','uhfCG',',\x20consoleLogs:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_EVENT_ENDED_AT','set','hQrAz','_ALL','eJpTW','oDjoI','jeVNW','TEST_SCREENSHOT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','stringify','xgpKr','split','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','2942MdHrFB','ZHjAc','KEY_HOOK_LOGS',',\x20hookUUID=','none',',\x20result=','Error\x20in\x20createTestFrameworkEventPayload:\x20','getJestFailureReason','parallelIndex',',\x20version=','TEST','addMultipleEntries','getJestTestIdentifier',',\x20response=',',\x20test_run_uuid=','\x20screenshot\x20logs\x20for\x20testId:\x20','Unknown\x20error','depth','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','KEY_CUSTOM_TAGS','VoMqd','7rZKEEM','\x22\x20hook','JbfSx',',\x20storing\x20as\x20pending\x20hook','scope','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','test_identifier','\x20(testIdentifier),\x20hookType=','exMrh','parse','hookMetadata','KEY_TEST_RESULT','inspect','bqCPM',',\x20hook=','../../../helpers/classLogger.js','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','errorsDetailed','PKQPC','testUUID','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','XlLvg','apply','dLIsY','unknown','KEY_TEST_CODE','getId','setTrackedInstance','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','resolveInstance','LmHrK','KEY_HOOK_LAST_STARTED',',\x20testData=','args','\x20hook','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','1015912efeoeE','length','getTestFrameworks','workerInfo','status','VhVHT',',\x20scopes=','KEY_HOOK_NAME','addPendingHook','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','711445yikggD','testFrameworkState','yjaLR','UzvIH','testFrameworkVersion','startsWith','substr','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','876666MOQNBm','KEY_HOOK_LAST_FINISHED','vnQHe','FBpSJ','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','oGLxQ','getTestFrameworksVersions','hookUUID',',\x20totalBatches:\x20','mrNZO','parseJestTestResult','get','../../../helpers/test-observability/utils','../TestInfo.js','ZDfnN','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','PRE','KEY_HOOK_RESULT','reverse','getTrackedInstance','mapTestHooks',',\x20attachmentLogs:\x20','JaszZ',',\x20messageLength=','from','uebme','hooks','KEY_TEST_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','getPendingHooks','DtFbL','util',',\x20updates=','XVNVJ','trackJestInstance:\x20created\x20instance\x20for\x20target=','LTJGf','KEY_TEST_RESULT_AT','sendLogCreatedEvent','getActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','JgvYI',',\x20remainingHooks=','GCkZt','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','PTMTJ','KEY_HOOK_FAILURE_TYPE','error','pop','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','WbpMR','289844XRGCnH','testFrameworkName','skip','hookType','HMPIC','finished_at','gXucy','ALL','KEY_TEST_FAILURE_REASON','MjEXj','UlYUA','KEY_TEST_NAME','aLHly','getRef','\x20(testIdentifier)','XkjEP','debug','KEY_TEST_LOCATION','getCurrentTestState','\x20for\x20testId:\x20','zAqIV','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','KEY_EVENT_STARTED_AT','3mzWuUA','LOG_REPORT','../cliUtils.js','buildHookMapFromTest','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','getJestTestName',',\x20testFramework=','concat',',\x20target=','\x20files','parent','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_LOGS','XQtmz','filter','platformIndex','event_ended_at','getJestTestFilePath','result','KEY_TEST_META','file_name','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','file','getHooksForTest','yRQCb','../../../helpers/helper.js','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','BzodD','delete','eventJson','type','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','UnhandledError','eNwgF','iriKO','slice','ceil','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_LOGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','TAqSX','createTestFrameworkEventPayload','isJestInternalHook','NbNle'];a71_0x3136=function(){return _0x20dc23;};return a71_0x3136();}class JestTestFramework extends TestFramework{constructor(_0x58cedc,_0xc757fd,_0x4509d5){super(_0x58cedc,_0xc757fd,_0x4509d5),this['activeHooks']=new Map();}['setActiveHook'](_0x290387,_0x88a538,_0x528c74){const _0x153fe2=a71_0x15adaf,_0x56d767={};_0x56d767[_0x153fe2(0x1b9)]=function(_0x26d842,_0x69ab56){return _0x26d842||_0x69ab56;};const _0x18825c=_0x56d767;if(_0x18825c[_0x153fe2(0x1b9)](!_0x290387,!_0x88a538)){logger['warn'](_0x153fe2(0x241)+_0x290387+_0x153fe2(0x20a)+_0x88a538);return;}!this[_0x153fe2(0x32a)][_0x153fe2(0x1f2)](_0x290387)&&this['activeHooks'][_0x153fe2(0x1fb)](_0x290387,[]);const _0x3c2ab0={'hookUUID':_0x88a538,'hookType':_0x528c74,'startedAt':new Date()[_0x153fe2(0x326)]()};this[_0x153fe2(0x32a)]['get'](_0x290387)[_0x153fe2(0x1be)](_0x3c2ab0),logger[_0x153fe2(0x297)](_0x153fe2(0x2ce)+_0x290387+_0x153fe2(0x20a)+_0x88a538+',\x20hookType='+_0x528c74+',\x20totalHooks='+this[_0x153fe2(0x32a)][_0x153fe2(0x25f)](_0x290387)[_0x153fe2(0x243)]);}[a71_0x15adaf(0x2f8)](_0x54da52,_0x4ce11f){const _0x5482f1=a71_0x15adaf,_0x310850={};_0x310850['yjaLR']=function(_0x62fb0,_0x3fa818){return _0x62fb0||_0x3fa818;},_0x310850[_0x5482f1(0x2dd)]=function(_0xd3e6a8,_0x5d797a){return _0xd3e6a8!==_0x5d797a;},_0x310850[_0x5482f1(0x278)]=function(_0x504c33,_0x14d2c8){return _0x504c33===_0x14d2c8;};const _0xc274a6=_0x310850;if(_0xc274a6[_0x5482f1(0x24e)](!_0x54da52,!_0x4ce11f)){logger['warn'](_0x5482f1(0x206)+_0x54da52+',\x20hookUUID='+_0x4ce11f);return;}if(this[_0x5482f1(0x32a)][_0x5482f1(0x1f2)](_0x54da52)){const _0x32bb3a=this['activeHooks']['get'](_0x54da52),_0x1f92d4=_0x32bb3a['findIndex'](_0x42c9b8=>_0x42c9b8[_0x5482f1(0x25b)]===_0x4ce11f);_0xc274a6['kCIEg'](_0x1f92d4,-0x1)?(_0x32bb3a[_0x5482f1(0x338)](_0x1f92d4,0x1),logger[_0x5482f1(0x297)](_0x5482f1(0x1c4)+_0x54da52+_0x5482f1(0x20a)+_0x4ce11f+_0x5482f1(0x27e)+_0x32bb3a[_0x5482f1(0x243)]),_0xc274a6[_0x5482f1(0x278)](_0x32bb3a[_0x5482f1(0x243)],0x0)&&this[_0x5482f1(0x32a)][_0x5482f1(0x2bb)](_0x54da52)):logger[_0x5482f1(0x297)](_0x5482f1(0x1f9)+_0x54da52+',\x20hookUUID='+_0x4ce11f);}}[a71_0x15adaf(0x27b)](_0x35ee80){const _0x476ed1=a71_0x15adaf,_0x73812c={};_0x73812c[_0x476ed1(0x2ac)]=function(_0x4333af,_0x5e28ff){return _0x4333af>_0x5e28ff;},_0x73812c[_0x476ed1(0x22e)]=function(_0x2a9846,_0x26bc83){return _0x2a9846-_0x26bc83;};const _0x166094=_0x73812c;if(!_0x35ee80)return null;if(this[_0x476ed1(0x32a)][_0x476ed1(0x1f2)](_0x35ee80)){const _0x45ab68=this[_0x476ed1(0x32a)]['get'](_0x35ee80);if(_0x166094[_0x476ed1(0x2ac)](_0x45ab68[_0x476ed1(0x243)],0x0)){const _0x146b75=_0x45ab68[_0x166094[_0x476ed1(0x22e)](_0x45ab68[_0x476ed1(0x243)],0x1)];return logger[_0x476ed1(0x297)](_0x476ed1(0x29c)+_0x35ee80+',\x20hookUUID='+_0x146b75['hookUUID']+',\x20hookType='+_0x146b75[_0x476ed1(0x28a)]),_0x146b75;}}return null;}async[a71_0x15adaf(0x2f3)](_0xb0e862,_0xd3293e,_0x35392e={}){const _0x586faa=a71_0x15adaf,_0xda15c0={};_0xda15c0['exMrh']=_0x586faa(0x2b4),_0xda15c0[_0x586faa(0x2c1)]=function(_0x15b4da,_0x165a21){return _0x15b4da===_0x165a21;},_0xda15c0[_0x586faa(0x233)]=function(_0x22151c,_0x4c802b){return _0x22151c||_0x4c802b;},_0xda15c0[_0x586faa(0x28d)]=_0x586faa(0x1ea),_0xda15c0[_0x586faa(0x208)]=function(_0x308ad6,_0x40020e){return _0x308ad6===_0x40020e;};const _0xa887a2=_0xda15c0;logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0xb0e862+_0x586faa(0x314)+_0xd3293e+_0x586faa(0x1f4)+Object[_0x586faa(0x2ed)](_0x35392e)[_0x586faa(0x2d8)](',')),await super[_0x586faa(0x2f3)](_0xb0e862,_0xd3293e,_0x35392e);const _0x4b0c8a=this[_0x586faa(0x23b)](_0xb0e862,_0xd3293e,_0x35392e);if(!_0x4b0c8a){logger[_0x586faa(0x297)](_0xa887a2[_0x586faa(0x224)]);return;}try{let _0x446089,_0x9f582a,_0x377915;switch(_0xb0e862){case TestFrameworkState[_0x586faa(0x211)]:_0x446089=_0x35392e[_0x586faa(0x327)];const _0x3fc5dc={};_0x3fc5dc['depth']=0x2,_0x3fc5dc[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x330)+_0xd3293e+_0x586faa(0x23e)+util['inspect'](_0x446089,_0x3fc5dc)),_0x377915=this['getJestTestIdentifier'](_0x446089),_0x9f582a=null,logger['debug'](_0x586faa(0x334)+_0x377915+_0x586faa(0x295));if(_0xa887a2[_0x586faa(0x2c1)](_0xd3293e,HookState[_0x586faa(0x265)])){logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x377915);const _0x5aa438={};_0x5aa438[_0x586faa(0x22f)]=_0x9f582a,_0x5aa438['testData']=_0x446089,_0x5aa438['testId']=_0x377915;const _0x46d00a=this[_0x586faa(0x1e7)](_0x5aa438),_0x217d09={};_0x217d09[_0x586faa(0x218)]=0x2,_0x217d09[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x27c)+util[_0x586faa(0x228)](_0x46d00a,_0x217d09)),_0x4b0c8a[_0x586faa(0x212)](_0x46d00a),logger[_0x586faa(0x297)](_0x586faa(0x2f0)+_0x377915),await this['processPendingHooks'](_0x4b0c8a,_0x377915);}else{if(_0xa887a2['iriKO'](_0xd3293e,HookState['POST'])){logger[_0x586faa(0x297)](_0x586faa(0x1bb)+_0x377915);const _0x171025=_0x4b0c8a[_0x586faa(0x2eb)]()[_0x586faa(0x25f)](_0x377915);logger[_0x586faa(0x297)](_0x586faa(0x2c6)+util[_0x586faa(0x228)](Object[_0x586faa(0x2ed)](_0xa887a2[_0x586faa(0x233)](_0x171025,{}))));_0x171025&&_0x171025[TestFrameworkConstants[_0x586faa(0x1da)]]?logger['debug'](_0x586faa(0x264)+Object[_0x586faa(0x2ed)](_0x171025[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x586faa(0x243)]+_0x586faa(0x2a8)):logger[_0x586faa(0x297)](_0xa887a2[_0x586faa(0x28d)]);const _0x47fcf1=_0x35392e[_0x586faa(0x33a)]||null,_0x5c171e={};_0x5c171e[_0x586faa(0x22f)]=_0x9f582a,_0x5c171e['testData']=_0x446089,_0x5c171e[_0x586faa(0x333)]=_0x377915,_0x5c171e[_0x586faa(0x33a)]=_0x47fcf1;const _0x650a9a=this[_0x586faa(0x25e)](_0x5c171e),_0xf004dc={};_0xf004dc[_0x586faa(0x218)]=0x2,_0xf004dc[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x2ea)+util[_0x586faa(0x228)](_0x650a9a,_0xf004dc)),_0x4b0c8a[_0x586faa(0x212)](_0x650a9a),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x377915),await this[_0x586faa(0x2de)](_0x4b0c8a,_0x377915);}}break;case TestFrameworkState[_0x586faa(0x29f)]:if(_0xa887a2[_0x586faa(0x208)](_0xd3293e,HookState[_0x586faa(0x1c2)])){const _0x268c9d={};_0x268c9d[_0x586faa(0x218)]=0x2,logger[_0x586faa(0x297)](_0x586faa(0x1e8)+util['inspect'](_0x35392e,_0x268c9d)),await this['sendLogCreatedEvent'](_0x4b0c8a,_0xb0e862,_0x35392e);}break;default:if(CLIUtils['matchHookRegex'](_0xb0e862['toString']()[_0x586faa(0x205)]('.')[0x1])){const _0x16f957={};_0x16f957[_0x586faa(0x218)]=0x2,_0x16f957['maxArrayLength']=0x3,logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xb0e862+_0x586faa(0x314)+_0xd3293e+_0x586faa(0x1eb)+util[_0x586faa(0x228)](_0x35392e[_0x586faa(0x1f0)],_0x16f957));const _0x3336ef=await this[_0x586faa(0x30e)](_0x4b0c8a,_0xb0e862,_0xd3293e,_0x35392e),_0x1c809b={};_0x1c809b['depth']=0x2,_0x1c809b[_0x586faa(0x2ee)]=0x3,logger['debug'](_0x586faa(0x23a)+util['inspect'](_0x3336ef,_0x1c809b)),_0x4b0c8a[_0x586faa(0x212)](_0x3336ef);}else logger[_0x586faa(0x297)](_0x586faa(0x2be)+_0xb0e862+_0x586faa(0x32f)+_0xd3293e);break;}logger[_0x586faa(0x297)](_0x586faa(0x1ef)+_0xb0e862+_0x586faa(0x314)+_0xd3293e);}catch(_0x53fcce){logger['error'](_0x586faa(0x1c6)+_0xb0e862+_0x586faa(0x314)+_0xd3293e+',\x20exception='+util[_0x586faa(0x328)](_0x53fcce));}_0x35392e['instance']=_0x4b0c8a,await this[_0x586faa(0x30c)](_0x4b0c8a,_0xb0e862,_0xd3293e,_0x35392e);}[a71_0x15adaf(0x213)](_0x33a663){const _0x483c26=a71_0x15adaf,_0x339920={};_0x339920[_0x483c26(0x26b)]=_0x483c26(0x2e2);const _0x4f91e5=_0x339920;if(_0x33a663&&(_0x33a663['id']||_0x33a663[_0x483c26(0x349)])){const _0x866ae=_0x33a663['id']||_0x33a663[_0x483c26(0x349)];return logger[_0x483c26(0x297)](_0x483c26(0x2a3)+_0x866ae+_0x483c26(0x2f5)),_0x866ae;}return logger[_0x483c26(0x297)](_0x4f91e5[_0x483c26(0x26b)]),process[_0x483c26(0x336)]+_0x483c26(0x1d3);}['resolveInstance'](_0x1d5772,_0x330530,_0x339c27={}){const _0x2f83b9=a71_0x15adaf;let _0x2cf11d=null;return _0x2cf11d=TestFramework['getTrackedInstance'](),!_0x2cf11d?(logger['debug'](_0x2f83b9(0x307)+_0x1d5772),this[_0x2f83b9(0x2fd)](_0x1d5772,_0x339c27),_0x2cf11d=TestFramework[_0x2f83b9(0x268)](),logger[_0x2f83b9(0x297)](_0x2f83b9(0x2a2)+!!_0x2cf11d+',\x20contextId='+_0x2cf11d?.[_0x2f83b9(0x32e)]()?.[_0x2f83b9(0x238)]())):logger[_0x2f83b9(0x297)](_0x2f83b9(0x22c)+_0x2cf11d[_0x2f83b9(0x32e)]()?.['getId']()),_0x2cf11d;}[a71_0x15adaf(0x2fd)](_0x51aced,_0x580fd3){const _0x569215=a71_0x15adaf,_0x65443e={};_0x65443e['vnQHe']=_0x569215(0x1cd);const _0x1b1bb9=_0x65443e;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x1b1bb9[_0x569215(0x256)]);return;}const _0x10ea53=CLIUtils['getCurrentInstanceName'](),_0x144dc3=TrackedInstance['createContext'](_0x10ea53);let _0x2718e2=null;logger[_0x569215(0x297)](_0x569215(0x277)+_0x10ea53+_0x569215(0x1e3)+_0x51aced),_0x2718e2=new TestFrameworkInstance(_0x144dc3,this[_0x569215(0x244)](),this['getTestFrameworksVersions'](),_0x51aced,HookState[_0x569215(0x1f5)]),TestFramework[_0x569215(0x239)](_0x144dc3,_0x2718e2),logger[_0x569215(0x297)](_0x569215(0x24b)+_0x144dc3[_0x569215(0x238)]()+_0x569215(0x2a7)+_0x10ea53+_0x569215(0x2a5)+this['getTestFrameworks']()[0x0]+_0x569215(0x210)+this[_0x569215(0x25a)]()[this[_0x569215(0x244)]()[0x0]]);}[a71_0x15adaf(0x1e7)](_0x5d753a){const _0x15abfb=a71_0x15adaf,_0x2740c1={};_0x2740c1['AkAzf']=function(_0x5f2167,_0x2c2aec){return _0x5f2167||_0x2c2aec;},_0x2740c1[_0x15abfb(0x1d4)]=_0x15abfb(0x280);const _0x3107d9=_0x2740c1,{testUUID:_0x273de8,testData:_0x5468ad,testId:_0x5169f9}=_0x5d753a;if(_0x3107d9['AkAzf'](!_0x5468ad,!_0x5169f9))return logger[_0x15abfb(0x297)](_0x3107d9['QJSqi']),{};const _0x1ab77d=this[_0x15abfb(0x244)]()[0x0],_0x519dc2=this['getTestFrameworksVersions'](),_0x4d0149={};_0x4d0149[_0x15abfb(0x218)]=0x2,_0x4d0149[_0x15abfb(0x2ee)]=0x3,logger[_0x15abfb(0x297)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x15abfb(0x228)](_0x5468ad,_0x4d0149));const _0x554e52=_0x5468ad?.['scopes']||[],_0x5dce13=this[_0x15abfb(0x2a4)](_0x5468ad),_0x28b8e2=this[_0x15abfb(0x2b0)](_0x5468ad),_0x3d5410=_0x5468ad['fn']?_0x5468ad['fn'][_0x15abfb(0x1d1)]():null,_0x4cead6=this[_0x15abfb(0x1de)](_0x5468ad),_0x4e0f2a={[TestFrameworkConstants[_0x15abfb(0x1e9)]]:_0x1ab77d,[TestFrameworkConstants[_0x15abfb(0x31e)]]:_0x519dc2[_0x1ab77d],[TestFrameworkConstants[_0x15abfb(0x2c5)]]:[],[TestFrameworkConstants[_0x15abfb(0x31d)]]:{},[TestFrameworkConstants[_0x15abfb(0x2db)]]:{},[TestFrameworkConstants[_0x15abfb(0x227)]]:TestFrameworkConstants[_0x15abfb(0x263)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5dce13,[TestFrameworkConstants[_0x15abfb(0x323)]]:_0x28b8e2,[TestFrameworkConstants[_0x15abfb(0x270)]]:_0x5169f9,[TestFrameworkConstants[_0x15abfb(0x292)]]:_0x5dce13,[TestFrameworkConstants[_0x15abfb(0x298)]]:_0x28b8e2,[TestFrameworkConstants[_0x15abfb(0x237)]]:_0x3d5410,[TestFrameworkConstants[_0x15abfb(0x1d9)]]:_0x4cead6,[TestFrameworkConstants[_0x15abfb(0x313)]]:_0x5468ad[_0x15abfb(0x331)]||new Date()[_0x15abfb(0x326)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x554e52[0x0]||'',[TestFrameworkConstants[_0x15abfb(0x32c)]]:_0x554e52,[TestFrameworkConstants[_0x15abfb(0x2e5)]]:_0x5dce13,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x15abfb(0x2b2)]]:{}};_0x5468ad[_0x15abfb(0x1bd)]&&(_0x4e0f2a[TestFrameworkConstants[_0x15abfb(0x2ff)]]=_0x5468ad[_0x15abfb(0x1bd)]);logger[_0x15abfb(0x297)](_0x15abfb(0x33f)+_0x5dce13+_0x15abfb(0x2d7)+_0x5169f9+_0x15abfb(0x321)+JSON[_0x15abfb(0x203)](_0x4cead6)+_0x15abfb(0x248)+util[_0x15abfb(0x228)](_0x554e52)+_0x15abfb(0x1cf)+_0x28b8e2);const _0x58f8cb={};return _0x58f8cb[_0x5169f9]=_0x4e0f2a,_0x58f8cb;}[a71_0x15adaf(0x25e)](_0x1b40b1){const _0x42e93e=a71_0x15adaf,_0x28bcb6={'Asesz':function(_0x23f46b,_0x124c5c){return _0x23f46b===_0x124c5c;},'qLcdm':_0x42e93e(0x2dc),'haIJF':function(_0x55c1dc,_0xd67484){return _0x55c1dc===_0xd67484;},'uhfCG':_0x42e93e(0x347),'ZDfnN':_0x42e93e(0x28e),'WbpMR':_0x42e93e(0x1fd),'HMPIC':function(_0x1f6fff,_0x2d7518){return _0x1f6fff||_0x2d7518;},'QuCCb':_0x42e93e(0x1d2),'rGGAV':function(_0x4d0327,_0x3f502c){return _0x4d0327||_0x3f502c;},'JgvYI':'unknown','STQUZ':function(_0x2b0428,_0x10c6d4){return _0x2b0428>_0x10c6d4;},'jDAMC':'failed','orjPq':function(_0x47f4c3,_0x213b1d){return _0x47f4c3===_0x213b1d;},'kpBJm':_0x42e93e(0x289),'oGLxQ':function(_0x5587b1,_0x3c7f60){return _0x5587b1===_0x3c7f60;},'mrNZO':'skipped','MciyZ':_0x42e93e(0x2e7),'VEJia':function(_0x42f647,_0x401589){return _0x42f647!==_0x401589;},'eNwgF':function(_0x17895b,_0x315838,_0x4564e2,_0x4ab128){return _0x17895b(_0x315838,_0x4564e2,_0x4ab128);},'zAqIV':function(_0x4c1927,_0x259567){return _0x4c1927>_0x259567;},'YEVIL':_0x42e93e(0x221),'bqCPM':function(_0xa3b84e,_0x2315ac){return _0xa3b84e>_0x2315ac;},'PTMTJ':function(_0x5ceab2,_0x18ea8e){return _0x5ceab2===_0x18ea8e;}},{testUUID:_0xd852a1,testData:_0x5d950e,testId:_0x33f318}=_0x1b40b1;if(_0x28bcb6[_0x42e93e(0x28b)](!_0x5d950e,!_0x33f318))return logger[_0x42e93e(0x297)](_0x28bcb6['QuCCb']),{};const _0x442105=this['resolveInstance'](TestFrameworkState['TEST'],HookState[_0x42e93e(0x1c2)]),_0x3ad1ff=_0x442105[_0x42e93e(0x2eb)]()['get'](_0x33f318),_0x52d947=_0x28bcb6[_0x42e93e(0x304)](_0x3ad1ff,{}),_0x3c7f5e=_0x52d947?_0x52d947[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x4d8a39=_0x52d947[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x42e93e(0x297)](_0x42e93e(0x230)+(_0x4d8a39?Object['keys'](_0x4d8a39)['length']:0x0)+_0x42e93e(0x2e1));let _0x1b7ab0=_0x28bcb6[_0x42e93e(0x27d)];if(_0x5d950e[_0x42e93e(0x2b1)])_0x1b7ab0=_0x5d950e[_0x42e93e(0x2b1)];else{if(_0x5d950e[_0x42e93e(0x22d)]&&_0x28bcb6['STQUZ'](_0x5d950e[_0x42e93e(0x22d)][_0x42e93e(0x243)],0x0))_0x1b7ab0=_0x28bcb6[_0x42e93e(0x322)];else _0x28bcb6[_0x42e93e(0x343)](_0x5d950e[_0x42e93e(0x246)],_0x28bcb6['kpBJm'])||_0x28bcb6['oGLxQ'](_0x5d950e[_0x42e93e(0x246)],_0x28bcb6['mrNZO'])?_0x1b7ab0=_0x28bcb6[_0x42e93e(0x25d)]:_0x1b7ab0=_0x28bcb6['MciyZ'];}const _0x272f1a={..._0x52d947,[TestFrameworkConstants[_0x42e93e(0x227)]]:_0x1b7ab0,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5d950e['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x42e93e(0x279)]]:new Date()[_0x42e93e(0x326)](),[TestFrameworkConstants[_0x42e93e(0x21a)]]:_0x3c7f5e,[TestFrameworkConstants[_0x42e93e(0x2ab)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x28bcb6[_0x42e93e(0x259)](_0x1b7ab0,_0x28bcb6[_0x42e93e(0x322)])&&_0x5d950e[_0x42e93e(0x22d)]){const _0x2593e8=this[_0x42e93e(0x20e)](_0x5d950e),_0x5ea7d1=this[_0x42e93e(0x31f)](_0x5d950e),_0x38826f=this['getJestFailureData'](_0x5d950e);_0x272f1a[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x5ea7d1,_0x272f1a[TestFrameworkConstants[_0x42e93e(0x28f)]]=_0x2593e8,_0x272f1a[TestFrameworkConstants[_0x42e93e(0x30b)]]=_0x38826f;}_0x28bcb6['VEJia'](_0x5d950e[_0x42e93e(0x1c7)],undefined)&&(_0x272f1a[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x5d950e[_0x42e93e(0x1c7)]);_0x5d950e['retryOf']&&(_0x272f1a[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x5d950e[_0x42e93e(0x1bd)]);const _0x381552=_0x3ad1ff?_0x3ad1ff[TestFrameworkConstants[_0x42e93e(0x1da)]]||{}:{},_0x37699e=_0x3ad1ff?_0x3ad1ff[TestFrameworkConstants['KEY_TEST_UUID']]:_0xd852a1,_0x2eed1f=_0x28bcb6[_0x42e93e(0x2c0)](getManualUploadLogs,_0x381552,_0x37699e,_0x33f318);if(_0x28bcb6[_0x42e93e(0x29b)](_0x2eed1f[_0x42e93e(0x243)],0x0)){const _0x53131c=_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2ab)]]||[];_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2ab)]]=[..._0x53131c,..._0x2eed1f];}const _0x5f507e=_0x52d947[TestFrameworkConstants[_0x42e93e(0x31d)]]||{},_0x38939e=_0x52d947[TestFrameworkConstants[_0x42e93e(0x2db)]]||{},_0x1db82b={..._0x5f507e},_0x5e6de0=_0x1db82b;Object[_0x42e93e(0x2ed)](_0x38939e)[_0x42e93e(0x2df)](_0x38accf=>{const _0x39ccc7=_0x42e93e;!_0x5e6de0[_0x38accf]&&(_0x5e6de0[_0x38accf]=[]);const _0x10a6b6=new Set((_0x5e6de0[_0x38accf]||[])[_0x39ccc7(0x1ce)](_0x89a0c1=>_0x89a0c1[TestFrameworkConstants[_0x39ccc7(0x2ef)]]||_0x89a0c1[_0x39ccc7(0x2f4)]));(_0x38939e[_0x38accf]||[])[_0x39ccc7(0x2df)](_0x4ff2c5=>{const _0x504bc7=_0x39ccc7,_0x113ecc=_0x4ff2c5[TestFrameworkConstants[_0x504bc7(0x2ef)]]||_0x4ff2c5['hook_id'];if(!_0x10a6b6[_0x504bc7(0x1f2)](_0x113ecc)){const _0x30acb2={..._0x4ff2c5},_0x3e3b92=_0x30acb2;!_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x1fa)]]&&!_0x3e3b92[_0x504bc7(0x2af)]&&(_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x1fa)]]=new Date()[_0x504bc7(0x326)]()),!_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x266)]]&&!_0x3e3b92[_0x504bc7(0x324)]&&(_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x266)]]=TestFrameworkConstants[_0x504bc7(0x2d2)]),_0x5e6de0[_0x38accf][_0x504bc7(0x1be)](_0x3e3b92);}});});if(_0x1b40b1['originalTest']){this['mapTestHooks'](_0x1b40b1[_0x42e93e(0x33a)]);const _0x4e6eec=this[_0x42e93e(0x2a1)](_0x1b40b1[_0x42e93e(0x33a)]),_0x5d4d5f=this[_0x42e93e(0x2b6)](_0x1b40b1[_0x42e93e(0x33a)]);_0x5d4d5f[_0x42e93e(0x2df)](_0xb70792=>{const _0x3dd328=_0x42e93e,_0x17994d=_0x4e6eec[_0x3dd328(0x25f)](_0xb70792);if(_0x17994d&&(_0x28bcb6['Asesz'](_0x17994d[_0x3dd328(0x2bd)],_0x28bcb6[_0x3dd328(0x1d8)])||_0x28bcb6['haIJF'](_0x17994d[_0x3dd328(0x2bd)],_0x28bcb6[_0x3dd328(0x1f7)]))){const _0x58b1f8=_0x17994d[_0x3dd328(0x2bd)][_0x3dd328(0x332)]()['replace'](_0x28bcb6[_0x3dd328(0x262)],_0x28bcb6[_0x3dd328(0x286)]),_0x2ae22f=_0x58b1f8;!_0x5e6de0[_0x2ae22f]&&(_0x5e6de0[_0x2ae22f]=[]);const _0x4219c2=_0x5e6de0[_0x2ae22f]['find'](_0x1d32e1=>(_0x1d32e1[TestFrameworkConstants[_0x3dd328(0x2ef)]]||_0x1d32e1[_0x3dd328(0x2f4)])===_0xb70792);!_0x4219c2&&_0x5e6de0[_0x2ae22f]['push']({'key':_0x2ae22f,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xb70792,[TestFrameworkConstants[_0x3dd328(0x266)]]:TestFrameworkConstants[_0x3dd328(0x2d2)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x3dd328(0x326)](),[TestFrameworkConstants[_0x3dd328(0x209)]]:[],[TestFrameworkConstants[_0x3dd328(0x249)]]:_0x17994d[_0x3dd328(0x1dc)]||_0x17994d[_0x3dd328(0x2bd)]+_0x3dd328(0x240),[TestFrameworkConstants[_0x3dd328(0x21a)]]:_0x3c7f5e});}});}if(_0x5d950e['hooks']&&_0x28bcb6['STQUZ'](_0x5d950e['hooks'][_0x42e93e(0x243)],0x0))_0x272f1a[TestFrameworkConstants[_0x42e93e(0x31d)]]=_0x5d950e[_0x42e93e(0x26f)],logger[_0x42e93e(0x297)](_0x28bcb6[_0x42e93e(0x1c1)]);else _0x28bcb6[_0x42e93e(0x229)](Object[_0x42e93e(0x2ed)](_0x5e6de0)['length'],0x0)&&(_0x272f1a[TestFrameworkConstants[_0x42e93e(0x31d)]]=_0x5e6de0,logger[_0x42e93e(0x297)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x42e93e(0x2ed)](_0x5e6de0)[_0x42e93e(0x2d8)](',')));const _0x555f6d=this[_0x42e93e(0x2a4)](_0x5d950e);logger['debug'](_0x42e93e(0x2d3)+_0x555f6d+_0x42e93e(0x2d7)+_0x33f318+_0x42e93e(0x318)+_0x1b7ab0+',\x20duration='+_0x5d950e[_0x42e93e(0x1c7)]);_0x28bcb6[_0x42e93e(0x281)](_0x1b7ab0,_0x28bcb6[_0x42e93e(0x322)])&&logger[_0x42e93e(0x297)](_0x42e93e(0x1c8)+_0x33f318+_0x42e93e(0x33b)+_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2c7)]]+_0x42e93e(0x31a)+_0x272f1a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x42e93e(0x303)](0x0,0xc8));const _0x3addf5={};return _0x3addf5[_0x33f318]=_0x272f1a,_0x3addf5;}[a71_0x15adaf(0x2f6)](_0x3b71b6){const _0x47bc72=a71_0x15adaf,_0x3eb012={};_0x3eb012[_0x47bc72(0x2d0)]=function(_0x1ee0a7,_0x5d2ab2){return _0x1ee0a7!==_0x5d2ab2;},_0x3eb012[_0x47bc72(0x24f)]=_0x47bc72(0x1d0);const _0xd580fd=_0x3eb012,_0x298cef={};_0x298cef[_0x47bc72(0x218)]=0x2,_0x298cef[_0x47bc72(0x2ee)]=0x3,logger[_0x47bc72(0x297)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x47bc72(0x228)](_0x3b71b6,_0x298cef));const _0x4bd1b4=[];if(_0x3b71b6&&_0x3b71b6[_0x47bc72(0x2a9)]){let _0x4a1e53=_0x3b71b6[_0x47bc72(0x2a9)];while(_0x4a1e53&&_0x4a1e53[_0x47bc72(0x1dc)]&&_0xd580fd[_0x47bc72(0x2d0)](_0x4a1e53[_0x47bc72(0x1dc)],'')&&_0xd580fd[_0x47bc72(0x2d0)](_0x4a1e53[_0x47bc72(0x1dc)],_0xd580fd[_0x47bc72(0x24f)])){_0x4bd1b4[_0x47bc72(0x1be)](_0x4a1e53[_0x47bc72(0x1dc)]),_0x4a1e53=_0x4a1e53['parent'];}}return _0x4bd1b4[_0x47bc72(0x267)]();}['getJestTestName'](_0x365b2f){const _0x15f557=a71_0x15adaf,_0x51d163={};_0x51d163[_0x15f557(0x21e)]=_0x15f557(0x1e1);const _0x9cb4c6=_0x51d163;if(_0x365b2f[_0x15f557(0x1dc)])return _0x365b2f[_0x15f557(0x1dc)];if(_0x365b2f[_0x15f557(0x1ca)])return _0x365b2f['title'];return _0x9cb4c6[_0x15f557(0x21e)];}[a71_0x15adaf(0x1de)](_0x55cb9a){const _0xeb31e9=a71_0x15adaf,_0x39c6f1=[];if(_0x55cb9a[_0xeb31e9(0x317)]&&Array[_0xeb31e9(0x1f3)](_0x55cb9a[_0xeb31e9(0x317)]))return _0x55cb9a['tags']['map'](_0x23f91f=>_0x23f91f[_0xeb31e9(0x251)]('@')?_0x23f91f[_0xeb31e9(0x252)](0x1):_0x23f91f);const _0x33246b=this[_0xeb31e9(0x2a4)](_0x55cb9a),_0x3d7e58=_0x33246b[_0xeb31e9(0x311)](/@(\w+)/g);if(_0x3d7e58)return _0x3d7e58['map'](_0x3c3c72=>_0x3c3c72[_0xeb31e9(0x2c2)](0x1));return _0x55cb9a[_0xeb31e9(0x1e5)]&&Array['isArray'](_0x55cb9a[_0xeb31e9(0x1e5)])&&_0x55cb9a[_0xeb31e9(0x1e5)][_0xeb31e9(0x2df)](_0x2dca17=>{const _0x13319b=_0xeb31e9,_0x39a6a9=_0x2dca17['match'](/@(\w+)/g);_0x39a6a9&&_0x39a6a9[_0x13319b(0x2df)](_0x4ba6ac=>{const _0x3683f6=_0x13319b,_0x38b7ed=_0x4ba6ac[_0x3683f6(0x2c2)](0x1);!_0x39c6f1[_0x3683f6(0x2fa)](_0x38b7ed)&&_0x39c6f1[_0x3683f6(0x1be)](_0x38b7ed);});}),_0x39c6f1;}[a71_0x15adaf(0x2b0)](_0x41e740){const _0x349582=a71_0x15adaf,_0x43f371={'UjxpO':function(_0x3e3703,_0x3dcdeb){return _0x3e3703(_0x3dcdeb);},'LmHrK':_0x349582(0x1cb)};if(_0x41e740[_0x349582(0x2b3)])return _0x41e740[_0x349582(0x2b3)];if(_0x41e740[_0x349582(0x346)]){const _0x24ac0a=_0x43f371[_0x349582(0x2d9)](require,_0x43f371[_0x349582(0x23c)]);try{const _0x645d57=_0x24ac0a[_0x349582(0x225)](_0x41e740['asyncError']);if(_0x645d57[0x0]&&_0x645d57[0x0][_0x349582(0x345)])return _0x645d57[0x0]['getFileName']();}catch(_0x2d7ee4){logger[_0x349582(0x297)](_0x349582(0x253)+util[_0x349582(0x328)](_0x2d7ee4));}}return null;}[a71_0x15adaf(0x20e)](_0x245302){const _0x5d3883=a71_0x15adaf,_0x4440a6={};_0x4440a6[_0x5d3883(0x2b7)]=function(_0x404762,_0x153efc){return _0x404762>_0x153efc;},_0x4440a6[_0x5d3883(0x200)]=_0x5d3883(0x217);const _0x26fe7b=_0x4440a6;if(_0x245302[_0x5d3883(0x22d)]&&_0x26fe7b['yRQCb'](_0x245302[_0x5d3883(0x22d)][_0x5d3883(0x243)],0x0))return util['inspect'](_0x245302[_0x5d3883(0x22d)][0x0]);if(_0x245302[_0x5d3883(0x340)])return _0x245302[_0x5d3883(0x340)];return _0x26fe7b['jeVNW'];}[a71_0x15adaf(0x31f)](_0x4db9af){const _0x31e5ec=a71_0x15adaf,_0x1ce718={};_0x1ce718['zYBlM']='Assert',_0x1ce718['xgpKr']=_0x31e5ec(0x1c0),_0x1ce718[_0x31e5ec(0x2f1)]=_0x31e5ec(0x2bf);const _0x30968e=_0x1ce718,_0x4a03fd=this[_0x31e5ec(0x20e)](_0x4db9af);if(_0x4a03fd&&_0x4a03fd[_0x31e5ec(0x2fa)](_0x30968e[_0x31e5ec(0x2e8)]))return _0x30968e[_0x31e5ec(0x204)];return _0x30968e[_0x31e5ec(0x2f1)];}[a71_0x15adaf(0x2da)](_0x223a76){const _0x13e89d=a71_0x15adaf,_0x5202ee={'ZAOgX':function(_0x14785a,_0x5a52e0){return _0x14785a(_0x5a52e0);},'UlYUA':_0x13e89d(0x260),'GOAHt':function(_0x1b9668,_0x227f81){return _0x1b9668!==_0x227f81;},'XfCHI':_0x13e89d(0x327)},{failureData:_0x3adef9}=_0x5202ee['ZAOgX'](require,_0x5202ee[_0x13e89d(0x291)]),_0x3c4eaa=[];return _0x5202ee['GOAHt'](_0x223a76[_0x13e89d(0x22d)],undefined)&&_0x3c4eaa[_0x13e89d(0x1be)](_0x223a76[_0x13e89d(0x22d)],_0x5202ee[_0x13e89d(0x1f6)]),_0x3adef9[_0x13e89d(0x234)](null,_0x3c4eaa);}async[a71_0x15adaf(0x30e)](_0x63bd,_0x340b00,_0x511784,_0x3ff15b){const _0x208e6b=a71_0x15adaf,_0x243bda={'zWfbx':_0x208e6b(0x2d5),'XkjEP':function(_0x3c2176){return _0x3c2176();},'FBpSJ':function(_0x598a6f,_0x2f9f55){return _0x598a6f in _0x2f9f55;},'AQlXG':function(_0x1a54ef,_0x1b853f){return _0x1a54ef in _0x1b853f;},'XVNVJ':function(_0x50a7a0,_0x4ad87c){return _0x50a7a0===_0x4ad87c;},'nSUUX':function(_0x709fba,_0x32a235){return _0x709fba>_0x32a235;},'FOAAe':'failed','NbNle':_0x208e6b(0x2e7),'kezkT':function(_0x9a077d,_0x48cf05){return _0x9a077d!==_0x48cf05;}},{hookData:_0x58d034}=_0x3ff15b,_0x36ab4d=_0x511784[_0x208e6b(0x1d1)](),_0x51aa6c=_0x340b00['toString'](),_0x386268={};_0x386268[_0x208e6b(0x218)]=0x2,_0x386268[_0x208e6b(0x2ee)]=0x3,logger[_0x208e6b(0x297)](_0x208e6b(0x2ec)+_0x51aa6c+_0x208e6b(0x314)+_0x36ab4d+',\x20hookData='+util['inspect'](_0x58d034,_0x386268));if(!_0x58d034)return logger[_0x208e6b(0x297)](_0x243bda[_0x208e6b(0x31b)]),{};const _0x9961e1=_0x58d034['uuid']||_0x58d034[_0x208e6b(0x300)]||_0x243bda[_0x208e6b(0x296)](uuidv4),_0x2187f9=_0x58d034['test_run_id']||this[_0x208e6b(0x213)](_0x58d034),_0x2e00a5=_0x340b00[_0x208e6b(0x1d1)]()[_0x208e6b(0x205)]('.')[0x1],_0x599763=_0x63bd[_0x208e6b(0x2eb)]()[_0x208e6b(0x25f)](_0x2187f9),_0x14b72d=_0x599763?_0x599763[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x223)+_0x2e00a5+_0x208e6b(0x314)+_0x36ab4d);if(!_0x599763)return logger[_0x208e6b(0x297)](_0x208e6b(0x329)+_0x2187f9+_0x208e6b(0x21f)),this[_0x208e6b(0x344)](_0x63bd,_0x2187f9,_0x340b00,_0x511784,_0x3ff15b),{};let _0x1a465d=_0x599763[TestFrameworkConstants[_0x208e6b(0x2db)]];!_0x1a465d&&(_0x1a465d={});!_0x243bda[_0x208e6b(0x257)](_0x2e00a5,_0x1a465d)&&(_0x1a465d[_0x2e00a5]=[]);let _0x3fd9d8=_0x599763[TestFrameworkConstants[_0x208e6b(0x31d)]];!_0x3fd9d8&&(_0x3fd9d8={});!_0x243bda[_0x208e6b(0x33c)](_0x2e00a5,_0x3fd9d8)&&(_0x3fd9d8[_0x2e00a5]=[]);const _0x2dc9e9={[TestFrameworkConstants[_0x208e6b(0x2db)]]:_0x1a465d,[TestFrameworkConstants[_0x208e6b(0x31d)]]:_0x3fd9d8},_0x3e6a33={};_0x3e6a33[_0x2187f9]=_0x2dc9e9;const _0x29ccb6=_0x3e6a33;if(_0x243bda['XVNVJ'](_0x511784,HookState[_0x208e6b(0x265)])){const _0x6a5385={'key':_0x2e00a5,[TestFrameworkConstants[_0x208e6b(0x2ef)]]:_0x9961e1,[TestFrameworkConstants[_0x208e6b(0x266)]]:TestFrameworkConstants[_0x208e6b(0x2d2)],[TestFrameworkConstants[_0x208e6b(0x29d)]]:_0x58d034[_0x208e6b(0x331)]||new Date()[_0x208e6b(0x326)](),[TestFrameworkConstants[_0x208e6b(0x209)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x58d034[_0x208e6b(0x1dc)]||_0x58d034['hook_type']||_0x2e00a5,[TestFrameworkConstants[_0x208e6b(0x21a)]]:_0x14b72d};_0x1a465d[_0x2e00a5][_0x208e6b(0x1be)](_0x6a5385),_0x29ccb6[_0x2187f9][TestFrameworkConstants[_0x208e6b(0x23d)]]=_0x2e00a5;const _0x154bb6={};_0x154bb6[_0x208e6b(0x218)]=0x2,logger[_0x208e6b(0x297)](_0x208e6b(0x258)+_0x2e00a5+_0x208e6b(0x30d)+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x22a)+util[_0x208e6b(0x228)](_0x6a5385,_0x154bb6));}else{if(_0x243bda[_0x208e6b(0x276)](_0x511784,HookState[_0x208e6b(0x1c2)])){const _0x5a0b7e=_0x58d034['result']||(_0x58d034[_0x208e6b(0x22d)]&&_0x243bda[_0x208e6b(0x1ed)](_0x58d034['errorsDetailed'][_0x208e6b(0x243)],0x0)?_0x243bda['FOAAe']:_0x243bda[_0x208e6b(0x2cc)]),_0x10e5b0=_0x1a465d[_0x2e00a5]||[];logger[_0x208e6b(0x297)](_0x208e6b(0x1d5)+_0x2e00a5+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x20c)+_0x5a0b7e+_0x208e6b(0x2e3)+_0x10e5b0[_0x208e6b(0x243)]);if(_0x243bda[_0x208e6b(0x1ed)](_0x10e5b0['length'],0x0)){const _0x422e1e=_0x10e5b0[_0x208e6b(0x284)]();_0x243bda[_0x208e6b(0x276)](_0x5a0b7e,_0x243bda['FOAAe'])&&_0x58d034[_0x208e6b(0x22d)]?(_0x422e1e[TestFrameworkConstants[_0x208e6b(0x282)]]=this[_0x208e6b(0x31f)](_0x58d034),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x320)]]=this[_0x208e6b(0x20e)](_0x58d034),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x1ee)]]=this['getJestFailureData'](_0x58d034),logger[_0x208e6b(0x297)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x2e00a5+_0x208e6b(0x33b)+_0x422e1e[TestFrameworkConstants[_0x208e6b(0x282)]]+_0x208e6b(0x31a)+_0x422e1e[TestFrameworkConstants[_0x208e6b(0x320)]]?.['substring'](0x0,0xc8))):_0x422e1e[TestFrameworkConstants[_0x208e6b(0x266)]]=_0x243bda[_0x208e6b(0x2cc)];_0x243bda['kezkT'](_0x5a0b7e,TestFrameworkConstants[_0x208e6b(0x2d2)])&&(_0x422e1e[TestFrameworkConstants[_0x208e6b(0x266)]]=_0x5a0b7e);_0x422e1e[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x58d034[_0x208e6b(0x28c)]||new Date()['toISOString'](),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x21a)]]=_0x14b72d;const _0xeba106=_0x422e1e[TestFrameworkConstants[_0x208e6b(0x2ef)]];!_0x3fd9d8[_0x2e00a5]&&(_0x3fd9d8[_0x2e00a5]=[]);_0x3fd9d8[_0x2e00a5][_0x208e6b(0x1be)](_0x422e1e),_0x29ccb6[_0x2187f9][TestFrameworkConstants[_0x208e6b(0x255)]]=_0x2e00a5;const _0x2cce48={};_0x2cce48[_0x208e6b(0x218)]=0x2,logger[_0x208e6b(0x297)](_0x208e6b(0x31c)+_0x2e00a5+_0x208e6b(0x30d)+_0xeba106+_0x208e6b(0x20c)+_0x5a0b7e+_0x208e6b(0x22a)+util[_0x208e6b(0x228)](_0x422e1e,_0x2cce48));}}}const _0x413fed={};return _0x413fed[_0x208e6b(0x218)]=0x2,_0x413fed[_0x208e6b(0x2ee)]=0x3,logger[_0x208e6b(0x297)](_0x208e6b(0x2c8)+(_0x58d034[_0x208e6b(0x1db)]||_0x2e00a5)+',\x20hookId='+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x275)+util[_0x208e6b(0x228)](_0x29ccb6,_0x413fed)),_0x29ccb6;}[a71_0x15adaf(0x2ca)](_0xb7d6be){const _0x4fc1f8=a71_0x15adaf,_0x28acf7={};_0x28acf7['oDjoI']='base64';const _0x4445ec=_0x28acf7;try{const _0x1cf1bf=_0xb7d6be[_0x4fc1f8(0x327)]?this[_0x4fc1f8(0x213)](_0xb7d6be['test']):_0xb7d6be[_0x4fc1f8(0x1f0)][_0x4fc1f8(0x335)],_0x403b0b=_0xb7d6be[_0x4fc1f8(0x1dd)],_0x56b1ec=_0x403b0b['getContext'](),_0x299790=_0x403b0b[_0x4fc1f8(0x2eb)]()['get'](_0x1cf1bf);if(!_0x299790)return logger[_0x4fc1f8(0x297)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1cf1bf),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x11852a='',[TestFrameworkConstants[_0x4fc1f8(0x31e)]]:_0x2220f1='',[TestFrameworkConstants[_0x4fc1f8(0x313)]]:_0x336356='',[TestFrameworkConstants[_0x4fc1f8(0x2e9)]]:_0x1dd2a0=''}=_0x299790,_0x22eda8=_0x403b0b[_0x4fc1f8(0x299)]()[_0x4fc1f8(0x1d1)]()[_0x4fc1f8(0x205)]('.')[0x1],_0x6fc5c5=_0x403b0b['getCurrentHookState']()['toString']()[_0x4fc1f8(0x205)]('.')[0x1],_0xa03890=global?.[_0x4fc1f8(0x33e)]?.[_0x4fc1f8(0x245)]?.[_0x4fc1f8(0x20f)],_0x194cb3=_0x403b0b[_0x4fc1f8(0x294)](),_0x823a12=Buffer['from'](JSON[_0x4fc1f8(0x203)](_0x299790))[_0x4fc1f8(0x1d1)](_0x4445ec[_0x4fc1f8(0x1ff)]),_0x29278d={'hash':_0x56b1ec['getId'](),'threadId':_0x56b1ec['getThreadId']()[_0x4fc1f8(0x1d1)](),'processId':_0x56b1ec[_0x4fc1f8(0x1bf)]()['toString']()},_0x639527={};_0x639527[_0x4fc1f8(0x2ae)]=_0xa03890,_0x639527[_0x4fc1f8(0x288)]=_0x11852a,_0x639527[_0x4fc1f8(0x250)]=_0x2220f1,_0x639527['testFrameworkState']=_0x22eda8,_0x639527[_0x4fc1f8(0x1cc)]=_0x6fc5c5,_0x639527['startedAt']=_0x336356,_0x639527[_0x4fc1f8(0x1c5)]=_0x1dd2a0,_0x639527[_0x4fc1f8(0x349)]=_0x194cb3,_0x639527[_0x4fc1f8(0x2bc)]=_0x823a12,_0x639527[_0x4fc1f8(0x1e4)]=_0x29278d,_0x639527['test_identifier']=_0x1cf1bf;const _0x57d515=_0x639527;return _0x57d515;}catch(_0x34ad77){return logger[_0x4fc1f8(0x283)](_0x4fc1f8(0x20d)+util[_0x4fc1f8(0x328)](_0x34ad77)),{};}}async[a71_0x15adaf(0x27a)](_0xe0030a,_0x586965,_0x30ff55){const _0x33c12f=a71_0x15adaf,_0x3e76f5={'iJLAu':function(_0x4f1d01,_0x90eea7){return _0x4f1d01+_0x90eea7;},'TuIiT':'missing','SEhOh':_0x33c12f(0x20b),'TAqSX':function(_0x3c8a10,_0x348369){return _0x3c8a10>_0x348369;},'VoMqd':function(_0x346ab6,_0x45c34b,_0x43c766,_0x5747d4){return _0x346ab6(_0x45c34b,_0x43c766,_0x5747d4);},'GCkZt':function(_0x2c732d,_0x3dd2c2){return _0x2c732d-_0x3dd2c2;},'ZmfRS':function(_0x370cbb,_0x4162db){return _0x370cbb===_0x4162db;},'DtFbL':function(_0x261929,_0x48bfe3){return _0x261929/_0x48bfe3;},'dLIsY':function(_0xcbd99b,_0x2b6131){return _0xcbd99b<_0x2b6131;},'BNkFd':function(_0xb11e58,_0x15cc36){return _0xb11e58*_0x15cc36;},'RgxKy':function(_0x2502ce,_0x11b3e6){return _0x2502ce+_0x11b3e6;},'cExma':function(_0x513fc1,_0x51c938){return _0x513fc1+_0x51c938;}};try{const _0x6e81c0=_0x30ff55[_0x33c12f(0x22f)]||_0x30ff55[_0x33c12f(0x333)],_0x2412aa=Array[_0x33c12f(0x26d)](_0xe0030a[_0x33c12f(0x2eb)]()['keys']()),_0x4bc1e1=_0xe0030a[_0x33c12f(0x2eb)]()[_0x33c12f(0x25f)](_0x6e81c0);if(!_0x4bc1e1){logger['debug'](_0x33c12f(0x1bc)+_0x6e81c0);return;}const {[TestFrameworkConstants[_0x33c12f(0x1e9)]]:_0x41b67d='',[TestFrameworkConstants[_0x33c12f(0x31e)]]:_0x1eaadf=''}=_0x4bc1e1;let _0x5be686=[];if(_0x4bc1e1&&_0x4bc1e1[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x33c12f(0x1f3)](_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x2ab)]])){_0x5be686=_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x2ab)]]||[],logger[_0x33c12f(0x297)](_0x33c12f(0x285)+_0x5be686['length']+'\x20logs\x20for\x20testId:\x20'+_0x6e81c0);const _0x58ed19={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x54549d={};_0x54549d[_0x6e81c0]=_0x58ed19,_0xe0030a[_0x33c12f(0x212)](_0x54549d),logger['debug'](_0x33c12f(0x301)+_0x6e81c0);}else logger[_0x33c12f(0x297)](_0x33c12f(0x1ba)+_0x6e81c0);logger[_0x33c12f(0x297)](_0x33c12f(0x2c4)+_0x5be686[_0x33c12f(0x243)]+_0x33c12f(0x29a)+_0x6e81c0);const _0xa6ae61=_0x5be686[_0x33c12f(0x2ad)](_0x4474e5=>_0x4474e5[_0x33c12f(0x1f1)]===_0x33c12f(0x201));_0x3e76f5['TAqSX'](_0xa6ae61[_0x33c12f(0x243)],0x0)&&(logger['debug'](_0x33c12f(0x1e6)+_0xa6ae61[_0x33c12f(0x243)]+_0x33c12f(0x216)+_0x6e81c0),_0xa6ae61['forEach']((_0x359e9a,_0x24f182)=>{const _0x21110c=_0x33c12f;logger[_0x21110c(0x297)](_0x21110c(0x202)+_0x3e76f5['iJLAu'](_0x24f182,0x1)+'/'+_0xa6ae61[_0x21110c(0x243)]+'\x20-\x20test_identifier='+(_0x359e9a[_0x21110c(0x222)]||_0x3e76f5['TuIiT'])+_0x21110c(0x215)+(_0x359e9a[_0x21110c(0x32b)]||_0x3e76f5[_0x21110c(0x325)])+_0x21110c(0x315)+(_0x359e9a['hook_run_uuid']||_0x3e76f5[_0x21110c(0x316)])+_0x21110c(0x26c)+(_0x359e9a[_0x21110c(0x2fb)]?.[_0x21110c(0x243)]||0x0));}));const _0x1b3f67=_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x1da)]]||{},_0x2a5687=_0x3e76f5[_0x33c12f(0x21b)](getMediaArtifactsLogs,_0x1b3f67,null,_0x6e81c0),_0x5cd8f8=(_0x5be686||[])[_0x33c12f(0x2a6)](_0x2a5687||[]),_0x3d1076=_0xa6ae61?.['length']||0x0,_0x49ce75=_0x3e76f5[_0x33c12f(0x27f)](_0x5be686?.['length']||0x0,_0x3d1076);logger[_0x33c12f(0x297)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x6e81c0+_0x33c12f(0x1f8)+_0x49ce75+_0x33c12f(0x310)+_0x3d1076+_0x33c12f(0x26a)+(_0x2a5687?.[_0x33c12f(0x243)]||0x0)+',\x20totalLogs:\x20'+_0x5cd8f8[_0x33c12f(0x243)]);if(!_0x5cd8f8||_0x3e76f5['ZmfRS'](_0x5cd8f8[_0x33c12f(0x243)],0x0)){logger[_0x33c12f(0x297)](_0x33c12f(0x219)+_0x6e81c0);return;}const _0x4d4f04=0x28,_0x4d3c10=Math[_0x33c12f(0x2c3)](_0x3e76f5[_0x33c12f(0x273)](_0x5cd8f8[_0x33c12f(0x243)],_0x4d4f04));for(let _0x588010=0x0;_0x3e76f5[_0x33c12f(0x235)](_0x588010,_0x4d3c10);_0x588010++){const _0x3e220d=_0x3e76f5[_0x33c12f(0x2d1)](_0x588010,_0x4d4f04),_0x491c2a=_0x3e76f5[_0x33c12f(0x302)](_0x3e220d,_0x4d4f04),_0x15ae02=_0x5cd8f8[_0x33c12f(0x2c2)](_0x3e220d,_0x491c2a),_0x292d64=global?.[_0x33c12f(0x33e)]?.[_0x33c12f(0x245)]?.[_0x33c12f(0x20f)]||0x0,_0x509f30={'platformIndex':_0x292d64,'logs':_0x15ae02,'testFrameworkName':_0x41b67d,'testFrameworkVersion':_0x1eaadf,'testFrameworkState':_0x586965['toString']()['split']('.')[0x1]},_0x36f4ea={};_0x36f4ea['depth']=0x3,_0x36f4ea[_0x33c12f(0x2ee)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x3e76f5[_0x33c12f(0x302)](_0x588010,0x1)+'/'+_0x4d3c10+_0x33c12f(0x2f9)+_0x6e81c0+',\x20logsInBatch:\x20'+_0x15ae02[_0x33c12f(0x243)]+_0x33c12f(0x319)+_0x292d64+_0x33c12f(0x337)+util['inspect'](_0x509f30,_0x36f4ea));const _0x300fb4=await GrpcClient[_0x33c12f(0x32d)]()['logCreatedEvent'](_0x509f30);logger[_0x33c12f(0x297)](_0x33c12f(0x271)+_0x3e76f5['cExma'](_0x588010,0x1)+'/'+_0x4d3c10+_0x33c12f(0x2f9)+_0x6e81c0+_0x33c12f(0x214)+util['inspect'](_0x300fb4));}if(_0x2a5687&&_0x3e76f5[_0x33c12f(0x2c9)](_0x2a5687[_0x33c12f(0x243)],0x0)&&_0x4bc1e1[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x1f84fa={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x490e9e={};_0x490e9e[_0x6e81c0]=_0x1f84fa,_0xe0030a[_0x33c12f(0x212)](_0x490e9e);}logger[_0x33c12f(0x297)](_0x33c12f(0x34a)+_0x6e81c0+_0x33c12f(0x25c)+_0x4d3c10);}catch(_0x58f679){logger['error'](_0x33c12f(0x231)+(_0x30ff55['testUUID']||_0x30ff55['testId'])+_0x33c12f(0x30a)+util[_0x33c12f(0x328)](_0x58f679));}}[a71_0x15adaf(0x344)](_0x5eb882,_0x4c916a,_0x5abc41,_0x5e16e6,_0xf3aad9){const _0x2d88e9=a71_0x15adaf,_0x5d5f7e={};_0x5d5f7e['zvuNR']=function(_0x1ae33b,_0xbebc0e){return _0x1ae33b===_0xbebc0e;},_0x5d5f7e[_0x2d88e9(0x306)]='beforeAll';const _0x8e7d93=_0x5d5f7e,{hookData:_0x2cead8}=_0xf3aad9,_0x4363eb={'testId':_0x4c916a,'testFrameworkState':_0x5abc41,'hookState':_0x5e16e6,'args':_0xf3aad9,'timestamp':new Date()[_0x2d88e9(0x326)]()};if(_0x8e7d93['zvuNR'](_0x5abc41,TestFrameworkState[_0x2d88e9(0x2e4)])&&_0x2cead8){const _0x2a7187={};_0x2a7187[_0x2d88e9(0x2fc)]=_0x2cead8[_0x2d88e9(0x2b3)]||_0x2cead8[_0x2d88e9(0x1d6)],_0x2a7187[_0x2d88e9(0x220)]=_0x2cead8[_0x2d88e9(0x220)]||_0x2cead8[_0x2d88e9(0x1e5)]&&_0x2cead8['scopes'][0x0]||'',_0x2a7187[_0x2d88e9(0x28a)]=_0x8e7d93[_0x2d88e9(0x306)],_0x4363eb[_0x2d88e9(0x226)]=_0x2a7187,logger[_0x2d88e9(0x297)](_0x2d88e9(0x2b9)+_0x4c916a+',\x20filePath:\x20'+_0x4363eb[_0x2d88e9(0x226)][_0x2d88e9(0x2fc)]+',\x20scope:\x20'+_0x4363eb[_0x2d88e9(0x226)]['scope']);}_0x5eb882[_0x2d88e9(0x24a)](_0x4c916a,_0x4363eb),logger[_0x2d88e9(0x297)](_0x2d88e9(0x1df)+_0x4c916a+',\x20state:\x20'+_0x5abc41+',\x20hookState:\x20'+_0x5e16e6);}async['processPendingHooks'](_0x5c6c1d,_0x426bf1){const _0x102301=a71_0x15adaf,_0x8927c={};_0x8927c[_0x102301(0x1fe)]=function(_0xec9e67,_0x4c2798){return _0xec9e67>_0x4c2798;},_0x8927c[_0x102301(0x33d)]=_0x102301(0x2e6),_0x8927c[_0x102301(0x290)]=function(_0x287fe8,_0x4ba4f8){return _0x287fe8===_0x4ba4f8;},_0x8927c[_0x102301(0x1fc)]=function(_0x1baadb,_0x211bd7){return _0x1baadb>_0x211bd7;},_0x8927c[_0x102301(0x293)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x8927c[_0x102301(0x26e)]=_0x102301(0x312);const _0x20f3ec=_0x8927c;if(_0x5c6c1d['hasPendingHooks'](_0x426bf1)){const _0x38a301=_0x5c6c1d[_0x102301(0x272)](_0x426bf1);logger['debug'](_0x102301(0x2f7)+_0x38a301['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x426bf1);for(const _0x3e342e of _0x38a301){try{const _0x461fa9=await this[_0x102301(0x30e)](_0x5c6c1d,_0x3e342e['testFrameworkState'],_0x3e342e['hookState'],_0x3e342e[_0x102301(0x23f)]);_0x461fa9&&_0x20f3ec[_0x102301(0x1fe)](Object[_0x102301(0x2ed)](_0x461fa9)['length'],0x0)&&_0x5c6c1d[_0x102301(0x212)](_0x461fa9),await this[_0x102301(0x30c)](_0x5c6c1d,_0x3e342e[_0x102301(0x24d)],_0x3e342e[_0x102301(0x1cc)],_0x3e342e[_0x102301(0x23f)]);}catch(_0x5d3109){logger[_0x102301(0x283)](_0x102301(0x2cf)+_0x426bf1+_0x102301(0x30a)+_0x5d3109);}}_0x5c6c1d['removePendingHooks'](_0x426bf1),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x426bf1);}const _0x3e3e88=_0x5c6c1d[_0x102301(0x2eb)]()['get'](_0x426bf1);if(_0x3e3e88){const _0x4f9fc1=_0x3e3e88[TestFrameworkConstants[_0x102301(0x323)]]||_0x3e3e88[TestFrameworkConstants[_0x102301(0x298)]],_0xdcd900=_0x3e3e88[TestFrameworkConstants[_0x102301(0x348)]]||_0x3e3e88[TestFrameworkConstants[_0x102301(0x32c)]]&&_0x3e3e88[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x102301(0x297)](_0x20f3ec[_0x102301(0x33d)]);const _0x5666ae=_0x5c6c1d[_0x102301(0x2e0)]();for(const _0x54311d of _0x5666ae){if(_0x20f3ec[_0x102301(0x290)](_0x54311d,_0x426bf1))continue;if(_0x5c6c1d['hasPendingHooks'](_0x54311d)){const _0x5c6528=_0x5c6c1d['getPendingHooks'](_0x54311d);for(const _0x296a60 of _0x5c6528){if(_0x20f3ec[_0x102301(0x290)](_0x296a60[_0x102301(0x24d)],TestFrameworkState[_0x102301(0x2e4)])&&_0x296a60[_0x102301(0x226)]){const _0x3be294=_0x296a60[_0x102301(0x226)][_0x102301(0x2fc)],_0x11c97d=_0x296a60[_0x102301(0x226)][_0x102301(0x220)];if(_0x20f3ec[_0x102301(0x290)](_0x3be294,_0x4f9fc1)&&_0x20f3ec[_0x102301(0x290)](_0x11c97d,_0xdcd900)){logger['debug'](_0x102301(0x232)+_0x54311d+',\x20currentTestId:\x20'+_0x426bf1+',\x20filePath:\x20'+_0x3be294+',\x20scope:\x20'+_0x11c97d);_0x296a60[_0x102301(0x23f)]&&_0x296a60[_0x102301(0x23f)][_0x102301(0x1f0)]&&(_0x296a60[_0x102301(0x23f)][_0x102301(0x1f0)][_0x102301(0x335)]=_0x426bf1,logger[_0x102301(0x297)](_0x102301(0x305)+_0x54311d+'\x20to\x20'+_0x426bf1));try{const _0x1249f5=await this['trackHookEvent'](_0x5c6c1d,_0x296a60[_0x102301(0x24d)],_0x296a60[_0x102301(0x1cc)],_0x296a60[_0x102301(0x23f)]);_0x1249f5&&_0x20f3ec['hQrAz'](Object[_0x102301(0x2ed)](_0x1249f5)['length'],0x0)&&_0x5c6c1d[_0x102301(0x212)](_0x1249f5);await this[_0x102301(0x30c)](_0x5c6c1d,_0x296a60[_0x102301(0x24d)],_0x296a60[_0x102301(0x1cc)],_0x296a60['args']);const _0x457bf7=_0x5c6c1d[_0x102301(0x272)](_0x54311d)[_0x102301(0x2ad)](_0x1d9644=>_0x1d9644!==_0x296a60);if(_0x20f3ec[_0x102301(0x290)](_0x457bf7[_0x102301(0x243)],0x0))_0x5c6c1d[_0x102301(0x309)](_0x54311d);else{_0x5c6c1d[_0x102301(0x309)](_0x54311d);for(const _0x3d92ae of _0x457bf7){_0x5c6c1d[_0x102301(0x24a)](_0x54311d,_0x3d92ae);}}logger[_0x102301(0x297)](_0x20f3ec['aLHly']);}catch(_0x31cd42){logger[_0x102301(0x283)](_0x20f3ec[_0x102301(0x26e)]);}}}}}}}}[a71_0x15adaf(0x269)](_0x5f3ea9){const _0x33ab2c=a71_0x15adaf,_0x4e46fd={'emnol':function(_0x26c9c1){return _0x26c9c1();}};if(!_0x5f3ea9||!_0x5f3ea9[_0x33ab2c(0x2a9)])return;_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)]&&Array['isArray'](_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)])&&_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)][_0x33ab2c(0x2df)](_0x1961a7=>{const _0x3ef1de=_0x33ab2c;!_0x1961a7[_0x3ef1de(0x300)]&&!_0x1961a7[_0x3ef1de(0x25b)]&&(_0x1961a7[_0x3ef1de(0x300)]=_0x4e46fd[_0x3ef1de(0x2fe)](uuidv4),_0x1961a7['hookUUID']=_0x1961a7['hookAnalyticsId'],logger[_0x3ef1de(0x297)](_0x3ef1de(0x308)+_0x1961a7[_0x3ef1de(0x2bd)]+',\x20hookUUID='+_0x1961a7[_0x3ef1de(0x300)]));}),this['mapTestHooks'](_0x5f3ea9[_0x33ab2c(0x2a9)]);}['getHooksForTest'](_0x3e80d6){const _0x2dfa4d=a71_0x15adaf,_0xb74826={'BzodD':function(_0x308a87,_0x2a1210){return _0x308a87(_0x2a1210);}};if(!_0x3e80d6||!_0x3e80d6[_0x2dfa4d(0x2a9)])return[];const _0x1df3db=[];return _0x3e80d6[_0x2dfa4d(0x2a9)]['hooks']&&Array['isArray'](_0x3e80d6[_0x2dfa4d(0x2a9)][_0x2dfa4d(0x26f)])&&_0x3e80d6['parent'][_0x2dfa4d(0x26f)][_0x2dfa4d(0x2df)](_0x159f0d=>{const _0x3f0b23=_0x2dfa4d,_0x37e89a=_0x159f0d['hookAnalyticsId']||_0x159f0d[_0x3f0b23(0x25b)];_0x37e89a&&!this[_0x3f0b23(0x2cb)](_0x159f0d)&&!_0xb74826[_0x3f0b23(0x2ba)](isInternalHook,_0x159f0d['fn'])&&_0x1df3db['push'](_0x37e89a);}),[..._0x1df3db,...this[_0x2dfa4d(0x2b6)](_0x3e80d6['parent'])];}[a71_0x15adaf(0x2a1)](_0x200f24){const _0x1d7ee4=a71_0x15adaf,_0x20e77a={'VhVHT':function(_0x1b009a,_0x200a37){return _0x1b009a(_0x200a37);},'qwhDM':_0x1d7ee4(0x236),'mMpke':function(_0x4f46c4,_0x143230){return _0x4f46c4(_0x143230);}},_0x48a6ef=new Map(),_0x52c486=_0x52629d=>{const _0x1ed1fc=_0x1d7ee4;if(!_0x52629d||!_0x52629d[_0x1ed1fc(0x2a9)])return;_0x52629d['parent']['hooks']&&Array[_0x1ed1fc(0x1f3)](_0x52629d[_0x1ed1fc(0x2a9)][_0x1ed1fc(0x26f)])&&_0x52629d['parent'][_0x1ed1fc(0x26f)][_0x1ed1fc(0x2df)](_0x39c09c=>{const _0x2311eb=_0x1ed1fc,_0x538b57=_0x39c09c['hookAnalyticsId']||_0x39c09c[_0x2311eb(0x25b)];if(_0x538b57&&!this[_0x2311eb(0x2cb)](_0x39c09c)&&!_0x20e77a['VhVHT'](isInternalHook,_0x39c09c['fn'])){const _0x47a60e={};_0x47a60e[_0x2311eb(0x2bd)]=_0x39c09c[_0x2311eb(0x2bd)]||_0x20e77a[_0x2311eb(0x1e2)],_0x47a60e[_0x2311eb(0x1dc)]=_0x39c09c[_0x2311eb(0x1dc)]||'\x22'+_0x39c09c[_0x2311eb(0x2bd)]+_0x2311eb(0x21d),_0x48a6ef[_0x2311eb(0x1fb)](_0x538b57,_0x47a60e);}}),_0x20e77a[_0x1ed1fc(0x247)](_0x52c486,_0x52629d[_0x1ed1fc(0x2a9)]);};return _0x20e77a[_0x1d7ee4(0x30f)](_0x52c486,_0x200f24),_0x48a6ef;}[a71_0x15adaf(0x2cb)](_0x377f5a){const _0x2cd615=a71_0x15adaf,_0x54d188={};_0x54d188['MyGJa']=_0x2cd615(0x2d4),_0x54d188[_0x2cd615(0x1c3)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x4eeaf1=_0x54d188;try{const _0x2b5a72=this[_0x2cd615(0x1d7)](_0x377f5a);return _0x2b5a72&&_0x2b5a72[_0x2cd615(0x2fa)](_0x4eeaf1['MyGJa']);}catch(_0x206262){logger[_0x2cd615(0x297)](_0x4eeaf1['bmpLf']);}return![];}[a71_0x15adaf(0x1d7)](_0x133bbc){const _0x31b641=a71_0x15adaf;if(_0x133bbc[_0x31b641(0x346)])try{const _0x5d7c5d=stackTrace[_0x31b641(0x225)](_0x133bbc[_0x31b641(0x346)]);return _0x5d7c5d[0x0]?_0x5d7c5d[0x0][_0x31b641(0x345)]():null;}catch(_0x374af1){logger['debug'](_0x31b641(0x2aa)+util[_0x31b641(0x328)](_0x374af1));}if(_0x133bbc[_0x31b641(0x2b5)])return _0x133bbc[_0x31b641(0x2b5)];return null;}}module[a71_0x15adaf(0x1ec)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72_0x29e64f=a72_0x20f3;(function(_0x77f8a0,_0x4d3808){const _0x2e0328=a72_0x20f3,_0x2d44a6=_0x77f8a0();while(!![]){try{const _0x5619e0=parseInt(_0x2e0328(0x124))/0x1*(-parseInt(_0x2e0328(0x12d))/0x2)+parseInt(_0x2e0328(0x125))/0x3+-parseInt(_0x2e0328(0x117))/0x4*(parseInt(_0x2e0328(0x137))/0x5)+-parseInt(_0x2e0328(0x12e))/0x6+-parseInt(_0x2e0328(0x12a))/0x7+-parseInt(_0x2e0328(0x11a))/0x8+parseInt(_0x2e0328(0x132))/0x9;if(_0x5619e0===_0x4d3808)break;else _0x2d44a6['push'](_0x2d44a6['shift']());}catch(_0x2525c8){_0x2d44a6['push'](_0x2d44a6['shift']());}}}(a72_0xd0b5,0xe300d));function a72_0xd0b5(){const _0x4d37f7=['JecsT','runHooks','30070413kRjIVE','trackEvent','PgIDl','message','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','229560iZEVKS','PlaywrightAutomationFramework','exports','PLAYWRIGHT_DISPATCH','getAutomationFrameworkVersion','info','DXXrU','12EjneLc','trackEvent:\x20automationFrameworkState=','createContext','4751872LNJHsU',',\x20state=','resolveInstance','\x20hookState=','DNWrT','debug','./automationFramework.js','getId','../state/automationFrameworkState.js','NONE','1XmphIM','1446552pIfaAb','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','logger','params','\x20target=','2539313XehiHD','getTrackedInstance','CREATE','1416314WSSFdm','6545400FSyBFu','trackPlaywrightInstance'];a72_0xd0b5=function(){return _0x4d37f7;};return a72_0xd0b5();}const AutomationFramework=require(a72_0x29e64f(0x120)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x29e64f(0x122)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a72_0x20f3(_0x438c45,_0x35a5d8){const _0xd0b5b3=a72_0xd0b5();return a72_0x20f3=function(_0x20f367,_0x225b8f){_0x20f367=_0x20f367-0x112;let _0xc6792c=_0xd0b5b3[_0x20f367];return _0xc6792c;},a72_0x20f3(_0x438c45,_0x35a5d8);}class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x29e64f(0x127)]=createClassLogger(a72_0x29e64f(0x138));constructor(_0x5aac6c,_0x2bb45b){super(_0x5aac6c,_0x2bb45b);}async['trackEvent'](_0x389fac,_0x25acc8,_0x2ad025={}){const _0x55e396=a72_0x29e64f,_0x2973ad={};_0x2973ad[_0x55e396(0x11e)]=function(_0x291bbe,_0x1b7ae){return _0x291bbe===_0x1b7ae;};const _0x1a438c=_0x2973ad;this[_0x55e396(0x127)][_0x55e396(0x11f)](_0x55e396(0x118)+_0x389fac+_0x55e396(0x11d)+_0x25acc8),await super[_0x55e396(0x133)](_0x389fac,_0x25acc8,_0x2ad025);const _0x5032ee=this[_0x55e396(0x11c)](_0x389fac,_0x25acc8,_0x2ad025);if(_0x1a438c[_0x55e396(0x11e)](_0x5032ee,null))return;_0x2ad025['instance']=_0x5032ee,await this[_0x55e396(0x131)](_0x5032ee,_0x389fac,_0x25acc8,_0x2ad025);}[a72_0x29e64f(0x11c)](_0x5709ef,_0x4e2a56,_0x525600={}){const _0xbbc7ca=a72_0x29e64f,_0x239e56={};_0x239e56[_0xbbc7ca(0x130)]=function(_0xaf7b22,_0x18d23c){return _0xaf7b22===_0x18d23c;},_0x239e56[_0xbbc7ca(0x134)]=function(_0x4ef8a6,_0x47a3bb){return _0x4ef8a6===_0x47a3bb;};const _0x3af681=_0x239e56;let _0x59bbb4=null;return(_0x3af681['JecsT'](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x12c)])||_0x3af681[_0xbbc7ca(0x130)](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x113)])&&(_0x525600[_0xbbc7ca(0x135)]&&_0x525600[_0xbbc7ca(0x135)][_0xbbc7ca(0x128)]&&_0x525600[_0xbbc7ca(0x135)][_0xbbc7ca(0x128)]['bsParams'])||_0x3af681[_0xbbc7ca(0x134)](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x123)]))&&this[_0xbbc7ca(0x12f)](_0x5709ef,_0x525600),_0x59bbb4=AutomationFramework['getTrackedInstance'](),_0x59bbb4;}['trackPlaywrightInstance'](_0x486199,_0x568261){const _0x21ddaa=a72_0x29e64f,_0x3f77ad={};_0x3f77ad[_0x21ddaa(0x116)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x44da2b=_0x3f77ad;if(AutomationFramework[_0x21ddaa(0x12b)]()){this[_0x21ddaa(0x127)][_0x21ddaa(0x115)](_0x44da2b[_0x21ddaa(0x116)]);return;}const _0x11b90e=CLIUtils['getCurrentInstanceName'](),_0x1ef721=TrackedInstance[_0x21ddaa(0x119)](_0x11b90e);let _0x3dfbd2=null;this[_0x21ddaa(0x127)]['info'](_0x21ddaa(0x136)+_0x11b90e+_0x21ddaa(0x11b)+_0x486199),_0x3dfbd2=new AutomationFrameworkInstance(_0x1ef721,this['getAutomationFrameworkName'](),this[_0x21ddaa(0x114)](),_0x486199),AutomationFramework['setTrackedInstance'](_0x1ef721,_0x3dfbd2),this['logger'][_0x21ddaa(0x115)](_0x21ddaa(0x126)+_0x1ef721[_0x21ddaa(0x121)]()+_0x21ddaa(0x129)+_0x11b90e);}}module[a72_0x29e64f(0x112)]=PlaywrightAutomationFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a73_0x2049(){const _0x1da22e=['getTestFrameworks','VtBEz','get','size','KEY_TEST_FILE_PATH','TEST','78221wPbojQ','../../utils/constants','\x20and\x20args\x20=\x20','QKnWy','../../playwright/reporter/pwUtils','getThreadId','../../../../src/helpers/helper','KEY_HOOK_LAST_STARTED','file_name','__workerDetails','trackPlaywrightInstance','uvuBC','DEFAULT_HOOK_RESULT','\x20result=','instance','FHcMi','KEY_TEST_ATTACHMENTS','endedAt','field_type','zahFu','muadK','getTestUUID','KEY_HOOKS_STARTED','logCreatedEvent','LGorc','Error\x20processing\x20direct\x20trace\x20file\x20','52975CokWnt','64tQZeUG','sendLogCreatedEvent','toString','workerInfo','stack','jkdIt','getInstance','../grpcClient','HeOLT','errors','getTrackedInstance','result','getContext','VkcVe','DcVZB','KEY_TEST_FRAMEWORK_VERSION','addMultipleEntries','dgDvJ','setTrackedInstance','KEY_TEST_FAILURE_REASON','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','expectedStatus','forEach','Error\x20processing\x20trace\x20file\x20','dLHyJ','KEY_TEST_RESULT_AT','iPRIb','sendLogCreatedEvent:\x20testId=','rvWrX','passed','wYUlU','ftUxq','xdboX','veHjJ','KEY_TEST_FAILURE','\x20target=','Qfwzz','slice','SOoRF','testUId','Emjqg','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','getProcessId','KEY_LOGS','ZJzfj','filter','filePath','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','hEVNV','ZFDSM','LZbso','setTestDetails','KEY_TEST_FRAMEWORK_NAME','push','1348419dCqHIP','parsePlaywrightTestResult:\x20testId=','19698cHoWhu','12EIEtgx','KEY_TEST_RETRY_OF','toISOString','getTraceFilePaths','resolveInstance','BEOea','KEY_TEST_LOGS','pop','failed','LrmOG','err','TnQsl','NONE','results','step','description','executionContext','xFkSL','../instances/testFrameworkInstance.js','getTestIdentifierFromTestInfo','KFbKq','info','KEY_TEST_ENDED_AT','20HEUrdP','duration','KEY_HOOKS_FINISHED','createTestFrameworkEventPayload\x20testId:\x20','../../../helpers/helper.js','ceil','Hook\x20List\x20in\x20Post\x20','453537bHFzSq','fodlK','../TestInfo.js','status','title','OMGpl','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','startTime','TsNRR','oVFsk','2847410ZtFMuV','2532dAvLlJ','../cliUtils.js','basename','KEY_TEST_RESULT','../../../helpers/test-observability/utils','stringify','\x20response=','path','split','DxTrk','concat','KEY_HOOK_RESULT','createContext','\x20&\x20hook\x20=\x20','wKFQQ','retry','1185204pjIvko','HeOeu','exports','KEY_HOOK_NAME','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','trackHookEvent','KEY_TEST_UUID','\x20batch\x20','getTestDetails','iDheH','WyYzj','kToVm','lkgEe','format','eventJson','parsePlaywrightTest','length','2Daiqrk','sendLogCreatedEvent\x20for\x20testId:\x20','getRef','Error\x20in\x20sendLogCreatedEvent:\x20','ojgvp','Error\x20in\x20createTestFrameworkEventPayload:\x20','TQgHN','kRYTb','attachments','message','error','map','OEfTO','testFrameworkName','tjiJq','XMQTz','Sllgi','KEY_TEST_NAME','util','KCnES','getCurrentTestState','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_TAGS','inspect','../../../helpers/classLogger.js','parallelIndex','values','hook','No\x20reason\x20provided','../state/hookState.js','test','1446882eUTrbV','KEY_TEST_RERUN_NAME','femfj','./testFramework','KEY_HOOK_LAST_FINISHED','KEY_HOOK_LOGS','XHQXE','getAllData','getCurrentInstanceName','36CZmXfq','runHooks','KEY_HOOK_FAILURE_TYPE','dWzsV','BdUyp','trackEvent','../state/testFrameworkState.js','getTestFrameworksVersions','\x20payload=','statSync','trim','debug','PRE','KEY_TEST_STARTED_AT','AnibO','multi_dropdown','lltcg','KEY_EVENT_ENDED_AT','KEY_CUSTOM_TAGS','KEY_TEST_SCOPES','POST'];a73_0x2049=function(){return _0x1da22e;};return a73_0x2049();}const a73_0x2f433f=a73_0x1617;(function(_0x2b16e9,_0x21245c){const _0x4f33d4=a73_0x1617,_0x5dfa47=_0x2b16e9();while(!![]){try{const _0x2ea0e7=parseInt(_0x4f33d4(0x1a8))/0x1*(parseInt(_0x4f33d4(0x1f5))/0x2)+-parseInt(_0x4f33d4(0x1e4))/0x3*(-parseInt(_0x4f33d4(0x1ab))/0x4)+parseInt(_0x4f33d4(0x1c2))/0x5*(parseInt(_0x4f33d4(0x214))/0x6)+parseInt(_0x4f33d4(0x1c9))/0x7*(parseInt(_0x4f33d4(0x172))/0x8)+-parseInt(_0x4f33d4(0x21d))/0x9*(-parseInt(_0x4f33d4(0x1d3))/0xa)+parseInt(_0x4f33d4(0x157))/0xb*(parseInt(_0x4f33d4(0x1d4))/0xc)+-parseInt(_0x4f33d4(0x171))/0xd*(parseInt(_0x4f33d4(0x1aa))/0xe);if(_0x2ea0e7===_0x21245c)break;else _0x5dfa47['push'](_0x5dfa47['shift']());}catch(_0x428cfb){_0x5dfa47['push'](_0x5dfa47['shift']());}}}(a73_0x2049,0xe131f));const TestFramework=require(a73_0x2f433f(0x217)),TestFrameworkState=require(a73_0x2f433f(0x223)),HookState=require(a73_0x2f433f(0x212)),{createClassLogger}=require(a73_0x2f433f(0x20d)),TestFrameworkInstance=require(a73_0x2f433f(0x1bd)),CLIUtils=require(a73_0x2f433f(0x1d5)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger('PlaywrightTestFramework'),{v4:uuidv4}=require('uuid'),util=require(a73_0x2f433f(0x207)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x2f433f(0x1c6)),TestInfo=require(a73_0x2f433f(0x1cb)),GrpcClient=require(a73_0x2f433f(0x179)),{removeAnsiColors,getFailureType,failureData}=require(a73_0x2f433f(0x1d8)),{getFailureData,getTestTags,getTestRunIdentifier}=require('../../playwright/reporter/pwUtils'),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x2f433f(0x15b)),path=require(a73_0x2f433f(0x1db)),fs=require('fs'),helper=require(a73_0x2f433f(0x15d)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x2f433f(0x158));function a73_0x1617(_0x28a6eb,_0x350990){const _0x204968=a73_0x2049();return a73_0x1617=function(_0x161794,_0xb6471d){_0x161794=_0x161794-0x14e;let _0x36538b=_0x204968[_0x161794];return _0x36538b;},a73_0x1617(_0x28a6eb,_0x350990);}class PlaywrightTestFramework extends TestFramework{constructor(_0x28401b,_0x3a9b3a,_0x3d638d){super(_0x28401b,_0x3a9b3a,_0x3d638d);}async[a73_0x2f433f(0x222)](_0x2d2a52,_0x30b0e0,_0x268680={}){const _0x59bfa=a73_0x2f433f,_0x3db38c={'DcVZB':function(_0x569ac9,_0x1bf9d7){return _0x569ac9===_0x1bf9d7;},'KCnES':function(_0x376d26,_0x1dbbf9,_0x2532f3){return _0x376d26(_0x1dbbf9,_0x2532f3);},'Qfwzz':function(_0x6a7e96,_0x4bb911){return _0x6a7e96===_0x4bb911;},'tYxTo':_0x59bfa(0x213),'KeXUJ':'trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s'};super['trackEvent'](_0x2d2a52,_0x30b0e0,_0x268680);if(_0x3db38c['DcVZB'](_0x2d2a52,TestFrameworkState['TEST_SCREENSHOT'])){const _0xfa15be=TestInfo[_0x59bfa(0x1be)](_0x268680[_0x59bfa(0x213)],_0x268680[_0x59bfa(0x213)][_0x59bfa(0x1e3)]);TestInfo['setTestDetails'](_0xfa15be,_0x268680[_0x59bfa(0x17d)],!![]);}const _0xb31502=this[_0x59bfa(0x1af)](_0x2d2a52,_0x30b0e0,_0x268680);if(!_0xb31502)return;logger['debug']('trackEvent:\x20found\x20instance,\x20testFrameworkState='+_0x2d2a52+'\x20hookState='+_0x30b0e0+'\x20instanceId='+_0xb31502[_0x59bfa(0x1f7)]());try{if(_0x3db38c[_0x59bfa(0x180)](_0x30b0e0,HookState['PRE'])&&_0x3db38c['DcVZB'](_0x2d2a52,TestFrameworkState[_0x59bfa(0x156)])){const _0x335fbc=_0x268680['test'];logger[_0x59bfa(0x228)](_0x59bfa(0x20a)+_0x335fbc['id']+'}');const _0x42d2ee=TestInfo[_0x59bfa(0x16c)](_0x3db38c[_0x59bfa(0x208)](getTestRunIdentifier,_0x335fbc,_0x268680['result'][_0x59bfa(0x1e3)]));_0xb31502[_0x59bfa(0x182)](this[_0x59bfa(0x1f3)](_0x42d2ee,_0x335fbc,_0x268680[_0x59bfa(0x17d)])),logger['debug'](_0x59bfa(0x19b)+_0x335fbc['id']+',\x20testFrameworkState='+_0x2d2a52+'\x20testHookState='+_0x30b0e0+'\x20instance='+_0xb31502['getRef']());}if(_0x3db38c[_0x59bfa(0x196)](_0x30b0e0,HookState[_0x59bfa(0x150)])&&_0x3db38c[_0x59bfa(0x180)](_0x2d2a52,TestFrameworkState[_0x59bfa(0x156)])){const _0x45243e=_0x268680[_0x59bfa(0x213)],_0x284cb2=_0x268680[_0x59bfa(0x17d)];logger[_0x59bfa(0x228)](_0x59bfa(0x1e8)+_0x45243e['id']),_0xb31502[_0x59bfa(0x182)](this['parsePlaywrightTestResult'](_0x45243e['id'],_0x284cb2,_0x45243e)),await this[_0x59bfa(0x173)](_0xb31502,_0x2d2a52,_0x30b0e0,_0x3db38c['tYxTo'],_0x268680);}if(CLIUtils['matchHookRegex'](_0x2d2a52['toString']()['split']('.')[0x1])){const _0x152c02=await this[_0x59bfa(0x1e9)](_0xb31502,_0x2d2a52,_0x30b0e0,_0x268680);_0xb31502['addMultipleEntries'](_0x152c02);}}catch(_0x2a21cc){logger[_0x59bfa(0x1ff)](util[_0x59bfa(0x1f1)](_0x3db38c['KeXUJ'],_0x2d2a52,_0x30b0e0,_0x268680[_0x59bfa(0x1f4)],_0x2a21cc));}_0x268680[_0x59bfa(0x165)]=_0xb31502,await this[_0x59bfa(0x21e)](_0xb31502,_0x2d2a52,_0x30b0e0,_0x268680);}[a73_0x2f433f(0x1af)](_0x5dd911,_0x8648e1,_0x50eeca={}){const _0x10c583=a73_0x2f433f,_0x303cec={};_0x303cec[_0x10c583(0x1b6)]=function(_0x480703,_0x4fd67a){return _0x480703===_0x4fd67a;},_0x303cec[_0x10c583(0x1ee)]=function(_0x2b2275,_0x1223a3){return _0x2b2275===_0x1223a3;};const _0x4bd5e4=_0x303cec;let _0x491bd4=null;return(_0x4bd5e4[_0x10c583(0x1b6)](_0x5dd911,TestFrameworkState['INIT_TEST'])||_0x4bd5e4[_0x10c583(0x1ee)](_0x5dd911,TestFrameworkState[_0x10c583(0x1b7)]))&&this['trackPlaywrightInstance'](_0x5dd911,_0x50eeca),_0x491bd4=TestFramework[_0x10c583(0x17c)](),_0x491bd4;}[a73_0x2f433f(0x161)](_0x58a684,_0x41f3c5){const _0x204a3a=a73_0x2f433f,_0x9ec8a5=CLIUtils[_0x204a3a(0x21c)](),_0x418a99=TrackedInstance[_0x204a3a(0x1e0)](_0x9ec8a5);let _0xb15053=null;logger[_0x204a3a(0x1c0)](_0x204a3a(0x1cf)+_0x9ec8a5+',\x20state='+_0x58a684),_0xb15053=new TestFrameworkInstance(_0x418a99,this[_0x204a3a(0x151)](),this['getTestFrameworksVersions'](),_0x58a684,HookState[_0x204a3a(0x1b7)]),TestFramework[_0x204a3a(0x184)](_0x418a99,_0xb15053),logger['info'](_0x204a3a(0x186)+_0x418a99['getId']()+_0x204a3a(0x195)+_0x9ec8a5);}['parsePlaywrightTest'](_0xa4623d,_0x39742e,_0x59d118){const _0x1eb059=a73_0x2f433f,_0x573289={'tjiJq':function(_0x1f1486,_0x4c930b){return _0x1f1486(_0x4c930b);},'XMQTz':function(_0x5275eb,_0x31099b){return _0x5275eb(_0x31099b);},'kRYTb':function(_0xe215fd,_0x1156fb){return _0xe215fd(_0x1156fb);},'SOoRF':function(_0x4a88a4,_0x4ceb33){return _0x4a88a4(_0x4ceb33);},'FHcMi':function(_0x197b19,_0x4a92f0,_0xd766e1){return _0x197b19(_0x4a92f0,_0xd766e1);}},_0x2b562a=_0x573289[_0x1eb059(0x203)](getPlaywrightTestId,_0x39742e),_0x4001b4=_0x573289[_0x1eb059(0x203)](getPlaywrightTestTitle,_0x39742e),_0x19e355=_0x573289[_0x1eb059(0x203)](getTestTags,_0x39742e),_0x1940fc=_0x573289[_0x1eb059(0x204)](getPlaywrightTestCode,_0x39742e),_0x5d38ad=_0x573289[_0x1eb059(0x204)](getPlaywrightTestFilePath,_0x39742e),_0x4e37d5=_0x5d38ad+':'+_0x573289[_0x1eb059(0x1fc)](getPlaywrightTestLocation,_0x39742e),_0x555cd3=_0x573289[_0x1eb059(0x203)](getPlaywrightTestScope,_0x39742e),_0x209038=_0x573289[_0x1eb059(0x198)](getPlaywrightTestScopes,_0x39742e),_0x192ae7=_0x573289[_0x1eb059(0x204)](getPlaywrightSessionName,_0x39742e),_0x3abfc9=this[_0x1eb059(0x151)]()[0x0],_0xf9a492=_0x573289[_0x1eb059(0x166)](getTestRunIdentifier,_0x39742e,_0x59d118[_0x1eb059(0x1e3)]),_0x3bd74={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3abfc9,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1eb059(0x224)]()[_0x3abfc9],[TestFrameworkConstants[_0x1eb059(0x1b1)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x1eb059(0x1ea)]]:_0xa4623d,[TestFrameworkConstants[_0x1eb059(0x1d7)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x192ae7,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5d38ad,[TestFrameworkConstants['KEY_TEST_ID']]:_0x2b562a,[TestFrameworkConstants[_0x1eb059(0x206)]]:_0x4001b4,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x4e37d5,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x1940fc,[TestFrameworkConstants[_0x1eb059(0x20b)]]:_0x19e355,[TestFrameworkConstants[_0x1eb059(0x22a)]]:_0x39742e[_0x1eb059(0x1b8)][0x0][_0x1eb059(0x1d0)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x555cd3,[TestFrameworkConstants[_0x1eb059(0x14f)]]:_0x209038,[TestFrameworkConstants[_0x1eb059(0x215)]]:_0x573289[_0x1eb059(0x198)](getPlaywrightCustomRerunParam,_0x39742e)};TestInfo[_0x1eb059(0x1a5)](_0xf9a492,_0x3bd74);const _0x52f882={};return _0x52f882[_0xf9a492]=_0x3bd74,_0x52f882;}['parsePlaywrightTestResult'](_0x1eae1f,_0x335d98,_0xe7e391){const _0x174982=a73_0x2f433f,_0x5dbb8a={'jIcvk':function(_0x9cb1c3,_0x5a78ae){return _0x9cb1c3(_0x5a78ae);},'Sllgi':'TEST_ATTACHMENT','dgDvJ':function(_0x5d451f,_0x48d1a6){return _0x5d451f===_0x48d1a6;},'ZJzfj':function(_0x504dee,_0x6da453){return _0x504dee===_0x6da453;},'hOUtP':function(_0x2fa513,_0x4a8d0d){return _0x2fa513===_0x4a8d0d;},'uvuBC':function(_0x30a8d2,_0x581261){return _0x30a8d2(_0x581261);},'gaYyr':_0x174982(0x211),'femfj':_0x174982(0x22c),'yCMuZ':function(_0x189746,_0x46596c){return _0x189746(_0x46596c);},'VkcVe':function(_0x1a6ae3,_0x521c52,_0x166bbf){return _0x1a6ae3(_0x521c52,_0x166bbf);},'EGqND':function(_0x282842,_0x4a24b5){return _0x282842+_0x4a24b5;},'LGorc':function(_0x4804f4,_0x16b883){return _0x4804f4===_0x16b883;},'HeOeu':'skipped','iPRIb':_0x174982(0x18f),'lltcg':function(_0x4cda7d,_0x2d2ad2){return _0x4cda7d===_0x2d2ad2;},'LZbso':function(_0x39470a,_0x327fc6){return _0x39470a===_0x327fc6;},'LrmOG':_0x174982(0x1b3),'yjaGU':'timedOut','hEVNV':function(_0x3d4b49,_0x331554){return _0x3d4b49===_0x331554;},'ftUxq':'Expected\x20to\x20fail,\x20but\x20passed.','Emjqg':function(_0x243117,_0x29a91b){return _0x243117||_0x29a91b;},'wKFQQ':function(_0x1d3700,_0x412d5a){return _0x1d3700(_0x412d5a);},'XHQXE':function(_0x2e9cf7,_0x5d0e2e){return _0x2e9cf7>_0x5d0e2e;},'BEOea':function(_0xa4c53e,_0x47cd10){return _0xa4c53e-_0x47cd10;},'zahFu':function(_0x2ee63e,_0x556b67,_0x3fb0d6){return _0x2ee63e(_0x556b67,_0x3fb0d6);},'iDheH':_0x174982(0x1db),'DxTrk':function(_0x295b14,_0x3462a2){return _0x295b14(_0x3462a2);}};logger[_0x174982(0x228)](_0x174982(0x1a9)+_0x1eae1f);const _0x315fd9=_0x5dbb8a[_0x174982(0x17f)](getTestRunIdentifier,_0xe7e391,_0x335d98[_0x174982(0x1e3)]),_0x51a8c0=new Date(_0x335d98['startTime']),_0x112181=_0x335d98[_0x174982(0x1c3)],_0x23ec5a=new Date(_0x5dbb8a['EGqND'](_0x51a8c0['getTime'](),_0x112181)),_0x5e1a7f=_0x335d98[_0x174982(0x1cc)],_0x18b93a=TestInfo[_0x174982(0x1ec)](_0x315fd9)[TestFrameworkConstants[_0x174982(0x14e)]]||{};let _0x450b62=_0x5e1a7f;if(_0x5dbb8a[_0x174982(0x19e)](_0x335d98[_0x174982(0x1cc)],_0xe7e391[_0x174982(0x187)]))_0x450b62=_0x5dbb8a[_0x174982(0x16f)](_0x335d98[_0x174982(0x1cc)],_0x5dbb8a[_0x174982(0x1e5)])?_0x5dbb8a['HeOeu']:_0x5dbb8a[_0x174982(0x18c)];else{(_0x5dbb8a[_0x174982(0x22d)](_0x450b62,_0x5dbb8a[_0x174982(0x18c)])||_0x5dbb8a[_0x174982(0x1a4)](_0x450b62,_0x5dbb8a[_0x174982(0x1b4)])||_0x5dbb8a[_0x174982(0x16f)](_0x450b62,_0x5dbb8a['yjaGU']))&&(_0x450b62=_0x5dbb8a['LrmOG']);if(_0x5dbb8a[_0x174982(0x1a2)](_0x335d98[_0x174982(0x1cc)],_0x5dbb8a[_0x174982(0x18c)])&&_0x5dbb8a['LZbso'](_0xe7e391[_0x174982(0x187)],_0x5dbb8a[_0x174982(0x1b4)])){const _0x1683d3={};_0x1683d3['message']=_0x5dbb8a[_0x174982(0x191)],_0x1683d3[_0x174982(0x176)]=_0x5dbb8a[_0x174982(0x191)],_0x335d98[_0x174982(0x1ff)]=_0x1683d3,_0x335d98[_0x174982(0x17b)]=[_0x335d98[_0x174982(0x1ff)]];}}const {failureData:_0xebea7e,logs:_0x5339bb}=_0x5dbb8a['VkcVe'](getFailureData,_0x335d98?.[_0x174982(0x17b)],{}),_0x5c1457={[TestFrameworkConstants[_0x174982(0x194)]]:_0x5dbb8a[_0x174982(0x19a)](_0xebea7e,null),[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x335d98?.[_0x174982(0x1ff)]&&_0x5dbb8a['yCMuZ'](getFailureType,_0x335d98[_0x174982(0x1ff)][_0x174982(0x1fe)]),[TestFrameworkConstants[_0x174982(0x185)]]:_0x335d98?.[_0x174982(0x1ff)]&&_0x5dbb8a[_0x174982(0x1e2)](removeAnsiColors,_0x335d98[_0x174982(0x1ff)][_0x174982(0x1fe)]),[TestFrameworkConstants[_0x174982(0x19d)]]:[],[TestFrameworkConstants[_0x174982(0x1d7)]]:_0x450b62,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x23ec5a['toISOString'](),[TestFrameworkConstants[_0x174982(0x18b)]]:new Date()[_0x174982(0x1ad)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x18b93a};if(_0x335d98&&_0x5dbb8a[_0x174982(0x21a)](_0x335d98[_0x174982(0x1e3)],0x0)){const _0x9c569d=TestInfo[_0x174982(0x16c)](_0x5dbb8a[_0x174982(0x17f)](getTestRunIdentifier,_0xe7e391,_0x5dbb8a[_0x174982(0x1b0)](_0x335d98[_0x174982(0x1e3)],0x1)));_0x5c1457[TestFrameworkConstants[_0x174982(0x1ac)]]=_0x9c569d;}const _0x4d9f79={};_0x4d9f79['test']=_0xe7e391;const _0xaca099=this[_0x174982(0x1af)](TestFrameworkState[_0x174982(0x156)],HookState[_0x174982(0x150)],_0x4d9f79),_0x53f790=_0xaca099['getAllData']()['get'](_0x315fd9)[TestFrameworkConstants[_0x174982(0x1ea)]],_0x23e8ef=[],_0x44daae=_0x5dbb8a[_0x174982(0x16a)](findNestedKey,_0x335d98,_0x5dbb8a[_0x174982(0x1ed)]);if(_0x44daae&&_0x5dbb8a[_0x174982(0x1dd)](validateFilePath,_0x44daae))try{_0x23e8ef['push']({'kind':_0x5dbb8a[_0x174982(0x205)],'timestamp':new Date()[_0x174982(0x1ad)](),'test_run_uuid':_0x53f790,'file_name':path[_0x174982(0x1d6)](_0x44daae),'file_size':fs[_0x174982(0x226)](_0x44daae)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x5314a7){logger[_0x174982(0x1ff)](_0x174982(0x170)+_0x44daae+':\x20'+_0x5314a7[_0x174982(0x1fe)]);}const _0x5599f5=TestInfo[_0x174982(0x1ae)](),_0x1464ac=_0x5599f5[_0x174982(0x19f)](_0x34fc80=>_0x34fc80[_0x174982(0x199)]===_0x53f790);_0x1464ac[_0x174982(0x188)](_0x25a4ce=>{const _0x2eab01=_0x174982;if(_0x25a4ce[_0x2eab01(0x1a0)]&&_0x5dbb8a['jIcvk'](validateFilePath,_0x25a4ce[_0x2eab01(0x1a0)])&&!_0x23e8ef['some'](_0x1c9d4e=>_0x1c9d4e[_0x2eab01(0x15f)]===path[_0x2eab01(0x1d6)](_0x25a4ce[_0x2eab01(0x1a0)])))try{_0x23e8ef['push']({'kind':_0x5dbb8a[_0x2eab01(0x205)],'timestamp':new Date()[_0x2eab01(0x1ad)](),'test_run_uuid':_0x53f790,'file_name':path[_0x2eab01(0x1d6)](_0x25a4ce[_0x2eab01(0x1a0)]),'file_size':fs[_0x2eab01(0x226)](_0x25a4ce['filePath'])[_0x2eab01(0x154)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x8a4b9c){logger[_0x2eab01(0x1ff)](_0x2eab01(0x189)+_0x25a4ce['filePath']+'\x20from\x20TestDetails:\x20'+_0x8a4b9c['message']);}});if(_0x5dbb8a[_0x174982(0x21a)](_0x23e8ef[_0x174982(0x1f4)],0x0)){const _0x5229ac=_0x5c1457[TestFrameworkConstants[_0x174982(0x19d)]]||[];_0x5c1457[TestFrameworkConstants['KEY_LOGS']]=[..._0x5229ac,..._0x23e8ef];}const _0x52f0ba=TestInfo[_0x174982(0x1ec)](_0x315fd9)[TestFrameworkConstants[_0x174982(0x167)]]||{},_0xe6efdd=_0x5dbb8a['VkcVe'](getManualUploadLogs,_0x52f0ba,_0xaca099[_0x174982(0x21b)]()[_0x174982(0x153)](_0x315fd9)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x5dbb8a[_0x174982(0x21a)](_0xe6efdd[_0x174982(0x1f4)],0x0)){const _0x55ab0c=_0x5c1457[TestFrameworkConstants[_0x174982(0x19d)]]||[];_0x5c1457[TestFrameworkConstants[_0x174982(0x19d)]]=[..._0x55ab0c,..._0xe6efdd];}const _0x1958a3=_0xe7e391['annotations']||[],_0x16c5a4=_0x5c1457[TestFrameworkConstants[_0x174982(0x14e)]]||{};_0x1958a3[_0x174982(0x188)](_0x38803a=>{const _0x132749=_0x174982,{type:_0x5a3383}=_0x38803a;let _0x16468e=_0x38803a[_0x132749(0x1ba)];if(!_0x5a3383)return;(_0x5dbb8a[_0x132749(0x183)](_0x16468e,undefined)||_0x5dbb8a[_0x132749(0x19e)](_0x16468e,null)||_0x5dbb8a['hOUtP'](_0x5dbb8a[_0x132749(0x162)](String,_0x16468e)[_0x132749(0x227)](),''))&&(_0x16468e=_0x5dbb8a['gaYyr']);if(!_0x16c5a4[_0x5a3383]){const _0x3deb52={};_0x3deb52['field_type']=_0x5dbb8a[_0x132749(0x216)],_0x3deb52[_0x132749(0x20f)]=[],_0x16c5a4[_0x5a3383]=_0x3deb52;}else!_0x16c5a4[_0x5a3383][_0x132749(0x169)]&&(_0x16c5a4[_0x5a3383][_0x132749(0x169)]=_0x5dbb8a[_0x132749(0x216)]),!Array['isArray'](_0x16c5a4[_0x5a3383][_0x132749(0x20f)])&&(_0x16c5a4[_0x5a3383][_0x132749(0x20f)]=[]);const _0x2fb724=_0x5dbb8a['yCMuZ'](String,_0x16468e)[_0x132749(0x1dc)](',')[_0x132749(0x200)](_0x3a3e24=>_0x3a3e24[_0x132749(0x227)]());_0x16c5a4[_0x5a3383]['values']=[...new Set([..._0x16c5a4[_0x5a3383][_0x132749(0x20f)],..._0x2fb724])];}),_0x5c1457[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x16c5a4,TestInfo['setTestDetails'](_0x315fd9,_0x5c1457);const _0x2c9de7={};return _0x2c9de7[_0x315fd9]=_0x5c1457,_0x2c9de7;}async[a73_0x2f433f(0x1e9)](_0x1b32e6,_0x21279f,_0x2a167e,_0x324095){const _0x1cd979=a73_0x2f433f,_0x3d7b0b={'jkdIt':function(_0x595c95,_0x5c5a56,_0x1d4aad){return _0x595c95(_0x5c5a56,_0x1d4aad);},'kvNfJ':function(_0x4f5008,_0x1e56ad){return _0x4f5008 in _0x1e56ad;},'AnibO':function(_0x1c3f6d,_0x21a434){return _0x1c3f6d in _0x21a434;},'KFbKq':function(_0x200954,_0x40fbdc){return _0x200954(_0x40fbdc);},'OEfTO':function(_0x155582,_0x149814){return _0x155582(_0x149814);},'dGUlC':function(_0x5a4672,_0x4b5acd){return _0x5a4672===_0x4b5acd;},'dWzsV':function(_0x5c4ce2){return _0x5c4ce2();},'BycfS':function(_0x351ebe,_0x1445f8){return _0x351ebe===_0x1445f8;},'AWtuw':function(_0x4d150a,_0x51b426){return _0x4d150a>_0x51b426;},'OMGpl':function(_0x39919c,_0x43cd77,_0x5539e8){return _0x39919c(_0x43cd77,_0x5539e8);},'oVFsk':_0x1cd979(0x1b5),'TQgHN':function(_0x294d60,_0x5e0573){return _0x294d60(_0x5e0573);},'wYUlU':_0x1cd979(0x1b3),'HeOLT':_0x1cd979(0x18f),'kSpAu':function(_0x3e4e01,_0x187949){return _0x3e4e01!==_0x187949;},'fdHKe':function(_0x259d82,_0x48e549){return _0x259d82+_0x48e549;},'xdboX':'hook'},_0x306918=_0x324095['test'],_0x3ef58b=_0x324095[_0x1cd979(0x1b9)],_0x3fbe78=_0x3d7b0b[_0x1cd979(0x177)](getTestRunIdentifier,_0x306918,_0x324095[_0x1cd979(0x17d)]['retry']),_0x133d83=_0x21279f[_0x1cd979(0x174)]()[_0x1cd979(0x1dc)]('.')[0x1];let _0x108433=_0x1b32e6[_0x1cd979(0x21b)]()[_0x1cd979(0x153)](_0x3fbe78)[TestFrameworkConstants[_0x1cd979(0x16d)]];!_0x108433&&(_0x108433={});!_0x3d7b0b['kvNfJ'](_0x133d83,_0x108433)&&(_0x108433[_0x133d83]=[]);let _0x344619=_0x1b32e6[_0x1cd979(0x21b)]()[_0x1cd979(0x153)](_0x3fbe78)[TestFrameworkConstants[_0x1cd979(0x1c4)]];!_0x344619&&(_0x344619={});!_0x3d7b0b[_0x1cd979(0x22b)](_0x133d83,_0x344619)&&(_0x344619[_0x133d83]=[]);const _0x43c4dc={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x108433,[TestFrameworkConstants[_0x1cd979(0x1c4)]]:_0x344619},_0x4de398={};_0x4de398[_0x3fbe78]=_0x43c4dc;const _0x3abd75=_0x4de398,_0x5d6036=_0x3d7b0b[_0x1cd979(0x1bf)](getPlaywrightTestFilePath,_0x306918),_0x58cb56=_0x5d6036+':'+_0x3d7b0b[_0x1cd979(0x201)](getPlaywrightTestLocation,_0x306918),_0x4ead03=TestInfo[_0x1cd979(0x1ec)](_0x3fbe78)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};if(_0x3d7b0b['dGUlC'](_0x2a167e,HookState[_0x1cd979(0x229)])){const _0xe83798={'key':_0x133d83,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x3d7b0b[_0x1cd979(0x220)](uuidv4),[TestFrameworkConstants[_0x1cd979(0x1df)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x3ef58b[_0x1cd979(0x1d0)],[TestFrameworkConstants[_0x1cd979(0x219)]]:[],[TestFrameworkConstants[_0x1cd979(0x1e7)]]:_0x3ef58b[_0x1cd979(0x1cd)],[TestFrameworkConstants[_0x1cd979(0x155)]]:_0x5d6036,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x58cb56,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4ead03};_0x108433[_0x133d83][_0x1cd979(0x1a7)](_0xe83798),_0x3abd75[_0x3fbe78][TestFrameworkConstants[_0x1cd979(0x15e)]]=_0x133d83,logger['debug']('Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x133d83+_0x1cd979(0x1e1)+_0xe83798+'\x20\x20and\x20args\x20=\x20'+_0x324095);}else{if(_0x3d7b0b['BycfS'](_0x2a167e,HookState[_0x1cd979(0x150)])){const _0x2d05bb=await _0x324095[_0x1cd979(0x17d)],_0x4c0f54=_0x108433[_0x133d83]||[],_0xed28f2=_0x324095[_0x1cd979(0x1b9)];logger['debug'](_0x1cd979(0x1c8)+_0x4c0f54+_0x1cd979(0x159)+_0x324095);if(_0x3d7b0b['AWtuw'](_0x4c0f54[_0x1cd979(0x1f4)],0x0)){const _0x57bcb0=_0x4c0f54[_0x1cd979(0x1b2)]();if(_0xed28f2[_0x1cd979(0x1ff)]){const _0x50c7c7=_0x3d7b0b[_0x1cd979(0x1ce)](failureData,_0xed28f2[_0x1cd979(0x1ff)],_0x3d7b0b[_0x1cd979(0x1d2)]);_0x57bcb0[TestFrameworkConstants[_0x1cd979(0x21f)]]=_0x3d7b0b[_0x1cd979(0x201)](getFailureType,_0xed28f2?.['error']['message']),_0x57bcb0[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x3d7b0b[_0x1cd979(0x1fb)](removeAnsiColors,_0xed28f2?.[_0x1cd979(0x1ff)][_0x1cd979(0x1fe)]),_0x57bcb0[TestFrameworkConstants[_0x1cd979(0x1df)]]=_0x3d7b0b[_0x1cd979(0x190)],_0x57bcb0[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x50c7c7;}else _0x57bcb0[TestFrameworkConstants[_0x1cd979(0x1df)]]=_0x3d7b0b[_0x1cd979(0x17a)];_0x3d7b0b['kSpAu'](_0x2d05bb,TestFrameworkConstants[_0x1cd979(0x163)])&&(_0x57bcb0[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0xed28f2[_0x1cd979(0x1ff)]?_0x3d7b0b[_0x1cd979(0x17a)]:_0x3d7b0b[_0x1cd979(0x190)]);const _0x2b5fc2=new Date(_0xed28f2[_0x1cd979(0x1d0)]),_0x48c9d0=new Date(_0x3d7b0b['fdHKe'](_0x2b5fc2['getTime'](),_0xed28f2[_0x1cd979(0x1c3)]));_0x57bcb0[TestFrameworkConstants[_0x1cd979(0x22e)]]=_0x48c9d0['toISOString'](),_0x57bcb0[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x4ead03;const _0x2b5da1=_0x57bcb0[TestFrameworkConstants['KEY_HOOK_ID']];await this[_0x1cd979(0x173)](_0x1b32e6,_0x21279f,_0x2b5da1,_0x3d7b0b[_0x1cd979(0x192)],_0x324095),!_0x344619[_0x133d83]&&(_0x344619[_0x133d83]=[]),_0x344619[_0x133d83][_0x1cd979(0x1a7)](_0x57bcb0),_0x3abd75[_0x3fbe78][TestFrameworkConstants[_0x1cd979(0x218)]]=_0x133d83;}}}return _0x3abd75;}async[a73_0x2f433f(0x173)](_0x1d0519,_0x456ca8,_0x4d5cae,_0x3275d6,_0x3e8edb){const _0x103ecb=a73_0x2f433f,_0x4ed3a5={'ZFDSM':function(_0x44a35b,_0x45c9e8){return _0x44a35b===_0x45c9e8;},'VtBEz':_0x103ecb(0x213),'TsNRR':function(_0x267585,_0x57024e,_0x25d5ed){return _0x267585(_0x57024e,_0x25d5ed);},'fodlK':function(_0x355167,_0x2da021,_0x2f6c0b){return _0x355167(_0x2da021,_0x2f6c0b);},'dLHyJ':'attachments','FDqYA':function(_0x576918,_0x1157b5,_0x3b3a60,_0x59a62c){return _0x576918(_0x1157b5,_0x3b3a60,_0x59a62c);},'rQgWX':function(_0x441e03,_0x273a5c){return _0x441e03/_0x273a5c;},'xFkSL':function(_0xb79725,_0x42e5b9){return _0xb79725<_0x42e5b9;},'lsaiv':function(_0x53a9d6,_0x5c443c){return _0x53a9d6*_0x5c443c;},'kToVm':function(_0x45ce5d,_0x4b8a07){return _0x45ce5d+_0x4b8a07;},'muadK':function(_0x1c7228,_0x210621,_0x30cc77,_0x9448a5,_0x18234a){return _0x1c7228(_0x210621,_0x30cc77,_0x9448a5,_0x18234a);},'BdUyp':function(_0x401bf5,_0x24eac4){return _0x401bf5+_0x24eac4;},'ojgvp':function(_0x3eca80,_0x4cff93,_0x3157db,_0xac767a){return _0x3eca80(_0x4cff93,_0x3157db,_0xac767a);},'rvWrX':_0x103ecb(0x210),'lkgEe':function(_0x216e62,_0x24adc1,_0x1a8f4c,_0x9454b3,_0x1bdc82){return _0x216e62(_0x24adc1,_0x1a8f4c,_0x9454b3,_0x1bdc82);}};try{if(_0x4ed3a5[_0x103ecb(0x1a3)](_0x3275d6,_0x4ed3a5['VtBEz'])){const _0x6db38f=await _0x3e8edb[_0x103ecb(0x17d)],_0x21f72b=_0x4ed3a5[_0x103ecb(0x1d1)](getTestRunIdentifier,_0x3e8edb[_0x103ecb(0x213)],_0x3e8edb[_0x103ecb(0x17d)][_0x103ecb(0x1e3)]),_0x39585e=_0x3e8edb[_0x103ecb(0x213)];logger[_0x103ecb(0x228)](_0x103ecb(0x18d)+_0x21f72b+_0x103ecb(0x164)+util['inspect'](_0x6db38f));const _0x53d8f5=_0x1d0519[_0x103ecb(0x21b)]()['get'](_0x21f72b)[TestFrameworkConstants[_0x103ecb(0x1ea)]];await _0x4ed3a5[_0x103ecb(0x1ca)](sendTraceZip,_0x6db38f,_0x53d8f5);const _0xaf31f=TestInfo[_0x103ecb(0x1ec)](_0x21f72b)[_0x4ed3a5['dLHyJ']],_0x175a63={};if(_0xaf31f){!_0x6db38f['attachments']&&(_0x6db38f['attachments']=[]);_0x175a63[_0x103ecb(0x1fd)]=_0x6db38f[_0x103ecb(0x1fd)][_0x103ecb(0x1de)](_0xaf31f||[]);const _0x2f4612=TestInfo[_0x103ecb(0x1ec)](_0x21f72b);delete _0x2f4612[_0x4ed3a5[_0x103ecb(0x18a)]],TestInfo[_0x103ecb(0x1a5)](_0x21f72b,_0x2f4612);}const {steps:_0x1ab32a,logs:_0x223e00}=_0x4ed3a5['FDqYA'](getStepsAndLogs,_0x6db38f['steps'],_0x1d0519['getAllData']()['get'](_0x21f72b)[TestFrameworkConstants[_0x103ecb(0x1ea)]],_0x4ed3a5[_0x103ecb(0x152)]),_0x4ab974=_0x4ed3a5['fodlK'](getScreenshots,_0x175a63,_0x1d0519[_0x103ecb(0x21b)]()[_0x103ecb(0x153)](_0x21f72b)[TestFrameworkConstants[_0x103ecb(0x1ea)]]),_0x3173b8=_0x4ed3a5[_0x103ecb(0x1d1)](getVideos,_0x6db38f,_0x1d0519[_0x103ecb(0x21b)]()['get'](_0x21f72b)[TestFrameworkConstants[_0x103ecb(0x1ea)]]),{_:_0x779bcd,logs:_0x414e86}=_0x4ed3a5[_0x103ecb(0x1ca)](getFailureData,_0x6db38f[_0x103ecb(0x17b)],{'test_run_uuid':_0x1d0519[_0x103ecb(0x21b)]()[_0x103ecb(0x153)](_0x21f72b)[TestFrameworkConstants[_0x103ecb(0x1ea)]]}),_0x383fc8=TestInfo[_0x103ecb(0x1ec)](_0x21f72b)[TestFrameworkConstants[_0x103ecb(0x167)]]||{},_0x556ff1=_0x4ed3a5[_0x103ecb(0x1d1)](getMediaArtifactsLogs,_0x383fc8,_0x1d0519['getAllData']()[_0x103ecb(0x153)](_0x21f72b)[TestFrameworkConstants[_0x103ecb(0x1ea)]]),_0x454850=_0x1d0519['getAllData']()['get'](_0x21f72b),{[TestFrameworkConstants[_0x103ecb(0x1a6)]]:_0x5e4d78='',[TestFrameworkConstants[_0x103ecb(0x181)]]:_0x3146eb=''}=_0x454850,_0x245bc9=(_0x223e00||[])[_0x103ecb(0x1de)](_0x4ab974||[])[_0x103ecb(0x1de)](_0x414e86||[])[_0x103ecb(0x1de)](_0x3173b8||[])[_0x103ecb(0x1de)](_0x556ff1||[]),_0x34f64f=0x28,_0x2f8927=Math[_0x103ecb(0x1c7)](_0x4ed3a5['rQgWX'](_0x245bc9[_0x103ecb(0x1f4)],_0x34f64f));for(let _0x592a41=0x0;_0x4ed3a5[_0x103ecb(0x1bc)](_0x592a41,_0x2f8927);_0x592a41++){const _0x2a90f0=_0x4ed3a5['lsaiv'](_0x592a41,_0x34f64f),_0x5ccbae=_0x4ed3a5[_0x103ecb(0x1ef)](_0x2a90f0,_0x34f64f),_0x416a7b=_0x245bc9[_0x103ecb(0x197)](_0x2a90f0,_0x5ccbae),_0x3e0273={'platformIndex':'0','logs':_0x416a7b,'testFrameworkName':_0x5e4d78,'testFrameworkVersion':_0x3146eb,'testFrameworkState':_0x456ca8[_0x103ecb(0x174)]()[_0x103ecb(0x1dc)]('.')[0x1]};_0x4ed3a5[_0x103ecb(0x16b)](updatePayloadForTraceLogs,_0x3e0273,_0x3e8edb,_0x21f72b,_0x1d0519),logger['debug'](_0x103ecb(0x1f6)+_0x21f72b+_0x103ecb(0x1eb)+_0x4ed3a5[_0x103ecb(0x221)](_0x592a41,0x1)+'/'+_0x2f8927+_0x103ecb(0x225)+util['inspect'](_0x3e0273));const _0xeeab6e=await GrpcClient[_0x103ecb(0x178)]()[_0x103ecb(0x16e)](_0x3e0273);logger['debug']('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x21f72b+_0x103ecb(0x1eb)+_0x4ed3a5['BdUyp'](_0x592a41,0x1)+'/'+_0x2f8927+_0x103ecb(0x1da)+util[_0x103ecb(0x20c)](_0xeeab6e));}}else{const {steps:_0x4e676b,logs:_0x308fc8}=_0x4ed3a5[_0x103ecb(0x1f9)](getStepsAndLogs,_0x3e8edb[_0x103ecb(0x1b9)]['steps'],_0x4d5cae,_0x4ed3a5[_0x103ecb(0x18e)]),_0x1f73bb=_0x4ed3a5[_0x103ecb(0x1d1)](getTestRunIdentifier,_0x3e8edb['test'],_0x3e8edb[_0x103ecb(0x17d)][_0x103ecb(0x1e3)]);logger[_0x103ecb(0x228)](_0x103ecb(0x18d)+_0x1f73bb);const _0x138c78=_0x1d0519[_0x103ecb(0x21b)]()[_0x103ecb(0x153)](_0x1f73bb),{[TestFrameworkConstants[_0x103ecb(0x1a6)]]:_0x29acd3='',[TestFrameworkConstants[_0x103ecb(0x181)]]:_0x268ffa=''}=_0x138c78,_0x1dd38c={'platformIndex':'0','logs':_0x308fc8,'testFrameworkName':_0x29acd3,'testFrameworkVersion':_0x268ffa,'testFrameworkState':_0x456ca8[_0x103ecb(0x174)]()[_0x103ecb(0x1dc)]('.')[0x1]};_0x4ed3a5[_0x103ecb(0x1f0)](updatePayloadForTraceLogs,_0x1dd38c,_0x3e8edb,_0x1f73bb,_0x1d0519),logger[_0x103ecb(0x228)](_0x103ecb(0x1f6)+_0x1f73bb+_0x103ecb(0x225)+util[_0x103ecb(0x20c)](_0x1dd38c));const _0x1dfe27=await GrpcClient['getInstance']()[_0x103ecb(0x16e)](_0x1dd38c);}}catch(_0x5bb002){logger['error'](_0x103ecb(0x1f8)+util[_0x103ecb(0x1f1)](_0x5bb002));}}['createTestFrameworkEventPayload'](_0x2120e8){const _0x280a21=a73_0x2f433f,_0x5e9556={'veHjJ':function(_0x39272c,_0x1ab2f6,_0x1c1787){return _0x39272c(_0x1ab2f6,_0x1c1787);},'QKnWy':'base64'};try{const _0x75e804=_0x2120e8[_0x280a21(0x213)]['id'],_0x7a4c7=_0x5e9556[_0x280a21(0x193)](getTestRunIdentifier,_0x2120e8[_0x280a21(0x213)],_0x2120e8[_0x280a21(0x17d)][_0x280a21(0x1e3)]),_0x3368f9=_0x2120e8['instance'],_0x4a70ac=_0x3368f9[_0x280a21(0x17e)](),_0x3a62ae=_0x3368f9[_0x280a21(0x21b)]()[_0x280a21(0x153)](_0x7a4c7);logger[_0x280a21(0x228)](_0x280a21(0x1c5)+_0x75e804);const {[TestFrameworkConstants[_0x280a21(0x1a6)]]:_0x1c4c34='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5f50d8='',[TestFrameworkConstants[_0x280a21(0x22a)]]:_0x441358='',[TestFrameworkConstants[_0x280a21(0x1c1)]]:_0x2702cd=''}=_0x3a62ae,_0x179d18=_0x3368f9[_0x280a21(0x209)]()['toString']()['split']('.')[0x1],_0x307cdd=_0x3368f9['getCurrentHookState']()[_0x280a21(0x174)]()['split']('.')[0x1],_0x5cfe41=global?.[_0x280a21(0x160)]?.[_0x280a21(0x175)]?.[_0x280a21(0x20e)],_0x22763d=_0x3368f9['getRef'](),_0x4ebdd3=Buffer['from'](JSON[_0x280a21(0x1d9)](_0x3a62ae))['toString'](_0x5e9556[_0x280a21(0x15a)]),_0x3dd6ef={'hash':_0x4a70ac['getId'](),'threadId':_0x4a70ac[_0x280a21(0x15c)]()[_0x280a21(0x174)](),'processId':_0x4a70ac[_0x280a21(0x19c)]()[_0x280a21(0x174)]()},_0x29ccbd={};_0x29ccbd['platformIndex']=_0x5cfe41,_0x29ccbd[_0x280a21(0x202)]=_0x1c4c34,_0x29ccbd['testFrameworkVersion']=_0x5f50d8,_0x29ccbd['testFrameworkState']=_0x179d18,_0x29ccbd['hookState']=_0x307cdd,_0x29ccbd['startedAt']=_0x441358,_0x29ccbd[_0x280a21(0x168)]=_0x2702cd,_0x29ccbd['uuid']=_0x22763d,_0x29ccbd[_0x280a21(0x1f2)]=_0x4ebdd3,_0x29ccbd[_0x280a21(0x1bb)]=_0x3dd6ef;const _0x12b464=_0x29ccbd;return logger[_0x280a21(0x228)](_0x280a21(0x1a1)+_0x75e804+'\x20testState:\x20'+_0x179d18+'\x20hookState:\x20'+_0x307cdd),_0x12b464;}catch(_0x46675d){return logger[_0x280a21(0x1ff)](_0x280a21(0x1fa)+util['format'](_0x46675d)),{};}}}module[a73_0x2f433f(0x1e6)]=PlaywrightTestFramework;
|
|
1
|
+
const a73_0x2fe7bc=a73_0x2b5c;function a73_0x4665(){const _0xffeeca=['DEFAULT_HOOK_RESULT','startTime','EMOEr','4741936eUvwLK','error','attachments','startedAt','../../../helpers/helper.js','iSbJH','KEY_TEST_ID','slice','toISOString','SuduW','test','BkEBk','wKDBl','MfQhI','trackPlaywrightInstance','split','passed','sXyPH','AGIiS','getContext','stack','message','1360532tQAcIr','wuLsh','concat','workerInfo','NONE','mlJBT','ilzCP','__workerDetails','sendLogCreatedEvent:\x20testId=','platformIndex','KEY_AUTOMATE_SESSION_NAME','getCurrentHookState','ENpUU','KEY_TEST_FAILURE','KEY_TEST_RERUN_NAME','getId','\x20instance=','JuMsm','GBSLk','OuAPR',',\x20testFrameworkState=','HrMaF','sendLogCreatedEvent','getTestUUID','parallelIndex','DEFAULT_TEST_RESULT','values','setTestDetails','trackEvent','format','KEY_HOOK_FAILURE_TYPE','../../utils/constants','GeORV','executionContext','CkahS','BejKr','./testFramework','logCreatedEvent','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','parsePlaywrightTestResult','WYtgE','\x20from\x20TestDetails:\x20','expectedStatus','zUdoI','TEST','getProcessId','cVYRL','filter','\x20testHookState=','getThreadId','KEY_TEST_FRAMEWORK_VERSION','3636QxAaEZ','\x20payload=','\x20target=','title','oiOBE','POST','KEY_HOOKS_STARTED','KEY_TEST_STARTED_AT','../../../helpers/test-observability/utils','instance','RcfiP','Poxgu','util','\x20hookState:\x20','nuqCe','parsePlaywrightTest','mDOjc','klfyZ','KEY_CUSTOM_TAGS','eZVUk','paUoX','createTestFrameworkEventPayload','addMultipleEntries','KEY_TEST_LOGS','../../playwright/reporter/pwUtils','getTraceFilePaths','setTrackedInstance','toString','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','fizmE','Hook\x20List\x20in\x20Post\x20','RiJyT','endedAt','../../../../src/helpers/helper','KEY_TEST_ENDED_AT','getTestDetails','KEY_TEST_FRAMEWORK_NAME','path','eventJson','uXidA','KEY_TEST_RESULT_AT','exports','../grpcClient','getTestIdentifierFromTestInfo','duration','6689970CIFgmc','Error\x20in\x20sendLogCreatedEvent:\x20','\x20testState:\x20','length','pxYtk','BKXLD','MpZIr','KEY_HOOK_NAME','KEY_HOOK_RESULT','KEY_HOOK_FAILURE_REASON','KEY_HOOK_LAST_STARTED','KEY_LOGS','sendLogCreatedEvent\x20for\x20testId:\x20','uuid','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_LOCATION','getTime','hook','getAllData','inspect','KEY_TEST_NAME','rxYIQ','testUId','Fxvfc','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20\x20and\x20args\x20=\x20','../state/testFrameworkState.js','createContext','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','isArray','parsePlaywrightTestResult:\x20testId=','matchHookRegex','Error\x20processing\x20direct\x20trace\x20file\x20','getCurrentTestState','lnHVI','Aophx','KEY_TEST_FAILURE_TYPE','some','failed','step','MszQE','get','steps','testFrameworkVersion','pop','RhRcQ','trim','zklUG','ttHEc','getInstance','fdQwT','pgAIx','field_type','errors','KEY_TEST_CODE','2052904ekacey','KEY_HOOK_LAST_FINISHED','wuFkI','No\x20reason\x20provided','results','347711LPislm','HapHw','KEY_TEST_FILE_PATH','ajfpn','statSync','runHooks','multi_dropdown','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','debug','trackHookEvent','retry','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','euuci','TEST_ATTACHMENT','from','LiUbh','annotations','KEY_TEST_SCOPE','../cliUtils.js','filePath','result','KEY_TEST_UUID','Iqoeo','3522441qeyXqZ','resolveInstance','getTrackedInstance','KxtaU','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','MvfHx','trackEvent:\x20found\x20instance,\x20testFrameworkState=','timedOut','jCkLJ','KEY_TEST_ATTACHMENTS','\x20batch\x20','OAass','info','jwYYM','rNTNM','Ntoay','getTestFrameworks','description','../instances/testFrameworkInstance.js','file_name','../TestInfo.js','status','KEY_HOOK_FAILURE','KEY_TEST_RESULT','size','basename','createTestFrameworkEventPayload\x20testId:\x20','push','835YXIUnP','KEY_HOOKS_FINISHED','KEY_EVENT_ENDED_AT','err','stringify','xIumN','getRef'];a73_0x4665=function(){return _0xffeeca;};return a73_0x4665();}(function(_0x2a6424,_0x27ef1a){const _0x3d7f6e=a73_0x2b5c,_0x58b388=_0x2a6424();while(!![]){try{const _0x475a68=-parseInt(_0x3d7f6e(0x1ac))/0x1+parseInt(_0x3d7f6e(0x1a7))/0x2+-parseInt(_0x3d7f6e(0x1c3))/0x3+-parseInt(_0x3d7f6e(0x1ff))/0x4+-parseInt(_0x3d7f6e(0x1df))/0x5*(parseInt(_0x3d7f6e(0x232))/0x6)+parseInt(_0x3d7f6e(0x25f))/0x7+parseInt(_0x3d7f6e(0x1e9))/0x8;if(_0x475a68===_0x27ef1a)break;else _0x58b388['push'](_0x58b388['shift']());}catch(_0x1850f3){_0x58b388['push'](_0x58b388['shift']());}}}(a73_0x4665,0x9557f));const TestFramework=require(a73_0x2fe7bc(0x223)),TestFrameworkState=require(a73_0x2fe7bc(0x18a)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a73_0x2fe7bc(0x1d5)),CLIUtils=require(a73_0x2fe7bc(0x1be)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger('PlaywrightTestFramework'),{v4:uuidv4}=require(a73_0x2fe7bc(0x26c)),util=require(a73_0x2fe7bc(0x23e)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x2fe7bc(0x1ed)),TestInfo=require(a73_0x2fe7bc(0x1d7)),GrpcClient=require(a73_0x2fe7bc(0x25c)),{removeAnsiColors,getFailureType,failureData}=require(a73_0x2fe7bc(0x23a)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x2fe7bc(0x24a)),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x2fe7bc(0x24a)),path=require(a73_0x2fe7bc(0x257)),fs=require('fs'),helper=require(a73_0x2fe7bc(0x253)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x2fe7bc(0x21e));function a73_0x2b5c(_0x1c4d99,_0x3b5766){const _0x4665aa=a73_0x4665();return a73_0x2b5c=function(_0x2b5c92,_0x3f2921){_0x2b5c92=_0x2b5c92-0x184;let _0xf93864=_0x4665aa[_0x2b5c92];return _0xf93864;},a73_0x2b5c(_0x1c4d99,_0x3b5766);}class PlaywrightTestFramework extends TestFramework{constructor(_0x23b144,_0x4659a3,_0x1f86a3){super(_0x23b144,_0x4659a3,_0x1f86a3);}async[a73_0x2fe7bc(0x21b)](_0x2b3770,_0x5c94f7,_0x33e7c4={}){const _0x2ccc4b=a73_0x2fe7bc,_0x4f36eb={'ilzCP':function(_0x359ef0,_0x30423f){return _0x359ef0===_0x30423f;},'wuLsh':function(_0x171d07,_0x1eba6a,_0x9e812){return _0x171d07(_0x1eba6a,_0x9e812);},'cVYRL':function(_0x6cd3c1,_0x20cc58){return _0x6cd3c1===_0x20cc58;},'pgAIx':_0x2ccc4b(0x1f3),'WYtgE':_0x2ccc4b(0x1b3)};super['trackEvent'](_0x2b3770,_0x5c94f7,_0x33e7c4);if(_0x4f36eb['ilzCP'](_0x2b3770,TestFrameworkState['TEST_SCREENSHOT'])){const _0x5fd757=TestInfo[_0x2ccc4b(0x25d)](_0x33e7c4[_0x2ccc4b(0x1f3)],_0x33e7c4[_0x2ccc4b(0x1f3)][_0x2ccc4b(0x1b6)]);TestInfo[_0x2ccc4b(0x21a)](_0x5fd757,_0x33e7c4['result'],!![]);}const _0x3bec92=this[_0x2ccc4b(0x1c4)](_0x2b3770,_0x5c94f7,_0x33e7c4);if(!_0x3bec92)return;logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x1c9)+_0x2b3770+'\x20hookState='+_0x5c94f7+'\x20instanceId='+_0x3bec92[_0x2ccc4b(0x1e5)]());try{if(_0x4f36eb['ilzCP'](_0x5c94f7,HookState['PRE'])&&_0x4f36eb[_0x2ccc4b(0x205)](_0x2b3770,TestFrameworkState[_0x2ccc4b(0x22b)])){const _0x521750=_0x33e7c4[_0x2ccc4b(0x1f3)];logger['debug']('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x521750['id']+'}');const _0x17b23b=TestInfo['getTestUUID'](_0x4f36eb[_0x2ccc4b(0x200)](getTestRunIdentifier,_0x521750,_0x33e7c4[_0x2ccc4b(0x1c0)][_0x2ccc4b(0x1b6)]));_0x3bec92[_0x2ccc4b(0x248)](this['parsePlaywrightTest'](_0x17b23b,_0x521750,_0x33e7c4[_0x2ccc4b(0x1c0)])),logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x18c)+_0x521750['id']+_0x2ccc4b(0x213)+_0x2b3770+_0x2ccc4b(0x22f)+_0x5c94f7+_0x2ccc4b(0x20f)+_0x3bec92[_0x2ccc4b(0x1e5)]());}if(_0x4f36eb[_0x2ccc4b(0x22d)](_0x5c94f7,HookState[_0x2ccc4b(0x237)])&&_0x4f36eb[_0x2ccc4b(0x205)](_0x2b3770,TestFrameworkState[_0x2ccc4b(0x22b)])){const _0x1b1d35=_0x33e7c4[_0x2ccc4b(0x1f3)],_0x4059f9=_0x33e7c4['result'];logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x1b7)+_0x1b1d35['id']),_0x3bec92[_0x2ccc4b(0x248)](this['parsePlaywrightTestResult'](_0x1b1d35['id'],_0x4059f9,_0x1b1d35)),await this[_0x2ccc4b(0x215)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x4f36eb[_0x2ccc4b(0x1a3)],_0x33e7c4);}if(CLIUtils[_0x2ccc4b(0x18f)](_0x2b3770[_0x2ccc4b(0x24d)]()['split']('.')[0x1])){const _0x3286b8=await this[_0x2ccc4b(0x1b5)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x33e7c4);_0x3bec92['addMultipleEntries'](_0x3286b8);}}catch(_0x2468db){logger['error'](util['format'](_0x4f36eb[_0x2ccc4b(0x227)],_0x2b3770,_0x5c94f7,_0x33e7c4[_0x2ccc4b(0x262)],_0x2468db));}_0x33e7c4[_0x2ccc4b(0x23b)]=_0x3bec92,await this[_0x2ccc4b(0x1b1)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x33e7c4);}[a73_0x2fe7bc(0x1c4)](_0x42860e,_0x5c158d,_0x3d4910={}){const _0x1e04f6=a73_0x2fe7bc,_0x458152={};_0x458152[_0x1e04f6(0x185)]=function(_0x502f70,_0x36ef14){return _0x502f70===_0x36ef14;},_0x458152[_0x1e04f6(0x20b)]=function(_0x51c1e5,_0x380d57){return _0x51c1e5===_0x380d57;};const _0xe5686a=_0x458152;let _0x43d213=null;return(_0xe5686a[_0x1e04f6(0x185)](_0x42860e,TestFrameworkState['INIT_TEST'])||_0xe5686a[_0x1e04f6(0x20b)](_0x42860e,TestFrameworkState[_0x1e04f6(0x203)]))&&this[_0x1e04f6(0x1f7)](_0x42860e,_0x3d4910),_0x43d213=TestFramework[_0x1e04f6(0x1c5)](),_0x43d213;}['trackPlaywrightInstance'](_0x2ef7ed,_0x4918d9){const _0xbe8484=a73_0x2fe7bc,_0x225195=CLIUtils['getCurrentInstanceName'](),_0x4c01c1=TrackedInstance[_0xbe8484(0x18b)](_0x225195);let _0x19fddf=null;logger[_0xbe8484(0x1cf)](_0xbe8484(0x188)+_0x225195+',\x20state='+_0x2ef7ed),_0x19fddf=new TestFrameworkInstance(_0x4c01c1,this[_0xbe8484(0x1d3)](),this['getTestFrameworksVersions'](),_0x2ef7ed,HookState[_0xbe8484(0x203)]),TestFramework[_0xbe8484(0x24c)](_0x4c01c1,_0x19fddf),logger[_0xbe8484(0x1cf)](_0xbe8484(0x24e)+_0x4c01c1['getId']()+_0xbe8484(0x234)+_0x225195);}[a73_0x2fe7bc(0x241)](_0x5e8c6f,_0x9ae51,_0x697200){const _0x55591c=a73_0x2fe7bc,_0x3def17={'jwYYM':function(_0x162a03,_0x25317f){return _0x162a03(_0x25317f);},'zUdoI':function(_0x328953,_0x1aff94){return _0x328953(_0x1aff94);},'klfyZ':function(_0x28e44a,_0x5ace5b){return _0x28e44a(_0x5ace5b);},'eOddi':function(_0x4672f5,_0x24d015){return _0x4672f5(_0x24d015);},'HrMaF':function(_0x22be89,_0x2034c1){return _0x22be89(_0x2034c1);},'wuFkI':function(_0x51ecdd,_0x6247fc,_0xe59a84){return _0x51ecdd(_0x6247fc,_0xe59a84);},'wKDBl':function(_0x28e0cf,_0x356231){return _0x28e0cf(_0x356231);}},_0xd9cb5=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestId,_0x9ae51),_0x153e76=_0x3def17['zUdoI'](getPlaywrightTestTitle,_0x9ae51),_0x39b30f=_0x3def17['klfyZ'](getTestTags,_0x9ae51),_0x297d20=_0x3def17[_0x55591c(0x22a)](getPlaywrightTestCode,_0x9ae51),_0x5ad0b8=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestFilePath,_0x9ae51),_0x59fc7f=_0x5ad0b8+':'+_0x3def17['eOddi'](getPlaywrightTestLocation,_0x9ae51),_0x32a802=_0x3def17[_0x55591c(0x214)](getPlaywrightTestScope,_0x9ae51),_0x15a262=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestScopes,_0x9ae51),_0x3eef2b=_0x3def17[_0x55591c(0x243)](getPlaywrightSessionName,_0x9ae51),_0x4b30db=this[_0x55591c(0x1d3)]()[0x0],_0x199798=_0x3def17[_0x55591c(0x1a9)](getTestRunIdentifier,_0x9ae51,_0x697200[_0x55591c(0x1b6)]),_0x5efe4d={[TestFrameworkConstants[_0x55591c(0x256)]]:_0x4b30db,[TestFrameworkConstants[_0x55591c(0x231)]]:this['getTestFrameworksVersions']()[_0x4b30db],[TestFrameworkConstants[_0x55591c(0x249)]]:[],[TestFrameworkConstants[_0x55591c(0x1e0)]]:{},[TestFrameworkConstants[_0x55591c(0x238)]]:{},[TestFrameworkConstants[_0x55591c(0x1c1)]]:_0x5e8c6f,[TestFrameworkConstants[_0x55591c(0x1da)]]:TestFrameworkConstants[_0x55591c(0x218)],[TestFrameworkConstants[_0x55591c(0x209)]]:_0x3eef2b,[TestFrameworkConstants[_0x55591c(0x1ae)]]:_0x5ad0b8,[TestFrameworkConstants[_0x55591c(0x1ef)]]:_0xd9cb5,[TestFrameworkConstants[_0x55591c(0x184)]]:_0x153e76,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x59fc7f,[TestFrameworkConstants[_0x55591c(0x1a6)]]:_0x297d20,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x39b30f,[TestFrameworkConstants[_0x55591c(0x239)]]:_0x9ae51[_0x55591c(0x1ab)][0x0][_0x55591c(0x1e7)],[TestFrameworkConstants[_0x55591c(0x1bd)]]:_0x32a802,[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x15a262,[TestFrameworkConstants[_0x55591c(0x20d)]]:_0x3def17[_0x55591c(0x1f5)](getPlaywrightCustomRerunParam,_0x9ae51)};TestInfo[_0x55591c(0x21a)](_0x199798,_0x5efe4d);const _0x5e38aa={};return _0x5e38aa[_0x199798]=_0x5efe4d,_0x5e38aa;}[a73_0x2fe7bc(0x226)](_0xb2d706,_0x1d1f4e,_0x507efc){const _0x8b6b9c=a73_0x2fe7bc,_0x4db0b2={'xIumN':function(_0x6a2494,_0x52463a){return _0x6a2494(_0x52463a);},'Iqoeo':_0x8b6b9c(0x1b9),'GeORV':function(_0x55c1ae,_0x574c46){return _0x55c1ae===_0x574c46;},'BcCFG':function(_0x2043d4,_0x4916ee){return _0x2043d4===_0x4916ee;},'Poxgu':function(_0x51b69f,_0x364d4b){return _0x51b69f===_0x364d4b;},'zklUG':function(_0x36a2ef,_0x33164b){return _0x36a2ef(_0x33164b);},'AGIiS':_0x8b6b9c(0x1aa),'fizmE':_0x8b6b9c(0x1b2),'MszQE':function(_0x506e80,_0x2b5fe6){return _0x506e80(_0x2b5fe6);},'GBSLk':function(_0x42f4b0,_0xd22ab7,_0x10274c){return _0x42f4b0(_0xd22ab7,_0x10274c);},'ozcpk':function(_0x3f990e,_0x1ea1dc){return _0x3f990e+_0x1ea1dc;},'MpZIr':'skipped','JuMsm':_0x8b6b9c(0x1f9),'oiOBE':function(_0x1a0289,_0x3e57ea){return _0x1a0289===_0x3e57ea;},'TRZJl':function(_0x5644a9,_0x337490){return _0x5644a9===_0x337490;},'eZVUk':'failed','uXidA':_0x8b6b9c(0x1ca),'CEoGu':function(_0x311630,_0xd0c2b5){return _0x311630===_0xd0c2b5;},'mlJBT':'Expected\x20to\x20fail,\x20but\x20passed.','EMOEr':function(_0x4db8e4,_0x47aca0,_0x1646aa){return _0x4db8e4(_0x47aca0,_0x1646aa);},'MvfHx':function(_0x4ac58f,_0x22307a){return _0x4ac58f||_0x22307a;},'ajfpn':function(_0x13d78f,_0x3e70ab){return _0x13d78f(_0x3e70ab);},'CkahS':function(_0x1b09f5,_0x25200f){return _0x1b09f5(_0x25200f);},'VlPWB':function(_0x403c71,_0x4a9df2){return _0x403c71>_0x4a9df2;},'IGGwX':function(_0x56441b,_0x1059af){return _0x56441b-_0x1059af;},'RhRcQ':_0x8b6b9c(0x257),'WweCo':function(_0x56702e,_0x2a9d9a){return _0x56702e>_0x2a9d9a;}};logger[_0x8b6b9c(0x1b4)](_0x8b6b9c(0x18e)+_0xb2d706);const _0x4df510=_0x4db0b2['GBSLk'](getTestRunIdentifier,_0x507efc,_0x1d1f4e[_0x8b6b9c(0x1b6)]),_0x52cf02=new Date(_0x1d1f4e[_0x8b6b9c(0x1e7)]),_0x13bb88=_0x1d1f4e['duration'],_0x113721=new Date(_0x4db0b2['ozcpk'](_0x52cf02['getTime'](),_0x13bb88)),_0x28be50=_0x1d1f4e['status'],_0x4a4e70=TestInfo['getTestDetails'](_0x4df510)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};let _0x34e98d=_0x28be50;if(_0x4db0b2['BcCFG'](_0x1d1f4e[_0x8b6b9c(0x1d8)],_0x507efc[_0x8b6b9c(0x229)]))_0x34e98d=_0x4db0b2[_0x8b6b9c(0x21f)](_0x1d1f4e[_0x8b6b9c(0x1d8)],_0x4db0b2[_0x8b6b9c(0x265)])?_0x4db0b2[_0x8b6b9c(0x265)]:_0x4db0b2[_0x8b6b9c(0x210)];else{(_0x4db0b2[_0x8b6b9c(0x236)](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x210)])||_0x4db0b2['TRZJl'](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x245)])||_0x4db0b2[_0x8b6b9c(0x21f)](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x259)]))&&(_0x34e98d=_0x4db0b2[_0x8b6b9c(0x245)]);if(_0x4db0b2['Poxgu'](_0x1d1f4e['status'],_0x4db0b2[_0x8b6b9c(0x210)])&&_0x4db0b2['CEoGu'](_0x507efc[_0x8b6b9c(0x229)],_0x4db0b2[_0x8b6b9c(0x245)])){const _0xbb9046={};_0xbb9046[_0x8b6b9c(0x1fe)]=_0x4db0b2[_0x8b6b9c(0x204)],_0xbb9046[_0x8b6b9c(0x1fd)]=_0x4db0b2[_0x8b6b9c(0x204)],_0x1d1f4e[_0x8b6b9c(0x1ea)]=_0xbb9046,_0x1d1f4e[_0x8b6b9c(0x1a5)]=[_0x1d1f4e[_0x8b6b9c(0x1ea)]];}}const {failureData:_0x23109a,logs:_0x5e6dd1}=_0x4db0b2[_0x8b6b9c(0x1e8)](getFailureData,_0x1d1f4e?.[_0x8b6b9c(0x1a5)],{}),_0x5c8021={[TestFrameworkConstants[_0x8b6b9c(0x20c)]]:_0x4db0b2[_0x8b6b9c(0x1c8)](_0x23109a,null),[TestFrameworkConstants[_0x8b6b9c(0x194)]]:_0x1d1f4e?.['error']&&_0x4db0b2[_0x8b6b9c(0x1af)](getFailureType,_0x1d1f4e[_0x8b6b9c(0x1ea)][_0x8b6b9c(0x1fe)]),[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x1d1f4e?.[_0x8b6b9c(0x1ea)]&&_0x4db0b2[_0x8b6b9c(0x221)](removeAnsiColors,_0x1d1f4e['error']['message']),[TestFrameworkConstants[_0x8b6b9c(0x26a)]]:[],[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x34e98d,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x113721[_0x8b6b9c(0x1f1)](),[TestFrameworkConstants[_0x8b6b9c(0x25a)]]:new Date()[_0x8b6b9c(0x1f1)](),[TestFrameworkConstants[_0x8b6b9c(0x244)]]:_0x4a4e70};if(_0x1d1f4e&&_0x4db0b2['VlPWB'](_0x1d1f4e[_0x8b6b9c(0x1b6)],0x0)){const _0x461814=TestInfo[_0x8b6b9c(0x216)](_0x4db0b2[_0x8b6b9c(0x1e8)](getTestRunIdentifier,_0x507efc,_0x4db0b2['IGGwX'](_0x1d1f4e[_0x8b6b9c(0x1b6)],0x1)));_0x5c8021[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x461814;}const _0x2995bb={};_0x2995bb[_0x8b6b9c(0x1f3)]=_0x507efc;const _0x2b4e21=this[_0x8b6b9c(0x1c4)](TestFrameworkState[_0x8b6b9c(0x22b)],HookState[_0x8b6b9c(0x237)],_0x2995bb),_0x129d5a=_0x2b4e21[_0x8b6b9c(0x271)]()[_0x8b6b9c(0x199)](_0x4df510)[TestFrameworkConstants[_0x8b6b9c(0x1c1)]],_0x3a301a=[],_0x3b4af0=_0x4db0b2[_0x8b6b9c(0x1e8)](findNestedKey,_0x1d1f4e,_0x4db0b2[_0x8b6b9c(0x19d)]);if(_0x3b4af0&&_0x4db0b2[_0x8b6b9c(0x19f)](validateFilePath,_0x3b4af0))try{_0x3a301a[_0x8b6b9c(0x1de)]({'kind':_0x4db0b2['Iqoeo'],'timestamp':new Date()[_0x8b6b9c(0x1f1)](),'test_run_uuid':_0x129d5a,'file_name':path['basename'](_0x3b4af0),'file_size':fs['statSync'](_0x3b4af0)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x3525c9){logger[_0x8b6b9c(0x1ea)](_0x8b6b9c(0x190)+_0x3b4af0+':\x20'+_0x3525c9['message']);}const _0x1ec3d1=TestInfo[_0x8b6b9c(0x24b)](),_0x35e12c=_0x1ec3d1[_0x8b6b9c(0x22e)](_0x371999=>_0x371999[_0x8b6b9c(0x186)]===_0x129d5a);_0x35e12c['forEach'](_0xed3c0a=>{const _0x1d8cdf=_0x8b6b9c;if(_0xed3c0a[_0x1d8cdf(0x1bf)]&&_0x4db0b2[_0x1d8cdf(0x1e4)](validateFilePath,_0xed3c0a[_0x1d8cdf(0x1bf)])&&!_0x3a301a[_0x1d8cdf(0x195)](_0x3505b6=>_0x3505b6[_0x1d8cdf(0x1d6)]===path[_0x1d8cdf(0x1dc)](_0xed3c0a[_0x1d8cdf(0x1bf)])))try{_0x3a301a[_0x1d8cdf(0x1de)]({'kind':_0x4db0b2[_0x1d8cdf(0x1c2)],'timestamp':new Date()[_0x1d8cdf(0x1f1)](),'test_run_uuid':_0x129d5a,'file_name':path[_0x1d8cdf(0x1dc)](_0xed3c0a[_0x1d8cdf(0x1bf)]),'file_size':fs[_0x1d8cdf(0x1b0)](_0xed3c0a[_0x1d8cdf(0x1bf)])[_0x1d8cdf(0x1db)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x1e1b8e){logger[_0x1d8cdf(0x1ea)]('Error\x20processing\x20trace\x20file\x20'+_0xed3c0a[_0x1d8cdf(0x1bf)]+_0x1d8cdf(0x228)+_0x1e1b8e['message']);}});if(_0x4db0b2['VlPWB'](_0x3a301a[_0x8b6b9c(0x262)],0x0)){const _0x1fa5e0=_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x26a)]]||[];_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x26a)]]=[..._0x1fa5e0,..._0x3a301a];}const _0x2c6342=TestInfo[_0x8b6b9c(0x255)](_0x4df510)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4ee1f1=_0x4db0b2[_0x8b6b9c(0x211)](getManualUploadLogs,_0x2c6342,_0x2b4e21[_0x8b6b9c(0x271)]()[_0x8b6b9c(0x199)](_0x4df510)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x4db0b2['WweCo'](_0x4ee1f1['length'],0x0)){const _0x4046de=_0x5c8021[TestFrameworkConstants['KEY_LOGS']]||[];_0x5c8021[TestFrameworkConstants['KEY_LOGS']]=[..._0x4046de,..._0x4ee1f1];}const _0x2dea34=_0x507efc[_0x8b6b9c(0x1bc)]||[],_0x23203d=_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x244)]]||{};_0x2dea34['forEach'](_0x3b5b2c=>{const _0x359b89=_0x8b6b9c,{type:_0x3ec603}=_0x3b5b2c;let _0xfc9b5b=_0x3b5b2c[_0x359b89(0x1d4)];if(!_0x3ec603)return;(_0x4db0b2[_0x359b89(0x21f)](_0xfc9b5b,undefined)||_0x4db0b2['BcCFG'](_0xfc9b5b,null)||_0x4db0b2[_0x359b89(0x23d)](_0x4db0b2[_0x359b89(0x19f)](String,_0xfc9b5b)[_0x359b89(0x19e)](),''))&&(_0xfc9b5b=_0x4db0b2[_0x359b89(0x1fb)]);if(!_0x23203d[_0x3ec603]){const _0x59c1c5={};_0x59c1c5[_0x359b89(0x1a4)]=_0x4db0b2[_0x359b89(0x24f)],_0x59c1c5[_0x359b89(0x219)]=[],_0x23203d[_0x3ec603]=_0x59c1c5;}else!_0x23203d[_0x3ec603][_0x359b89(0x1a4)]&&(_0x23203d[_0x3ec603][_0x359b89(0x1a4)]=_0x4db0b2[_0x359b89(0x24f)]),!Array[_0x359b89(0x18d)](_0x23203d[_0x3ec603][_0x359b89(0x219)])&&(_0x23203d[_0x3ec603][_0x359b89(0x219)]=[]);const _0x3f61db=_0x4db0b2[_0x359b89(0x198)](String,_0xfc9b5b)[_0x359b89(0x1f8)](',')['map'](_0x531eb7=>_0x531eb7[_0x359b89(0x19e)]());_0x23203d[_0x3ec603][_0x359b89(0x219)]=[...new Set([..._0x23203d[_0x3ec603]['values'],..._0x3f61db])];}),_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x244)]]=_0x23203d,TestInfo[_0x8b6b9c(0x21a)](_0x4df510,_0x5c8021);const _0x33d83c={};return _0x33d83c[_0x4df510]=_0x5c8021,_0x33d83c;}async[a73_0x2fe7bc(0x1b5)](_0x8b7596,_0x3e8a1a,_0x1753dc,_0x10f545){const _0x19dbfa=a73_0x2fe7bc,_0x3ba10d={'Fxvfc':function(_0x16498a,_0xec1e0c,_0x17a5c7){return _0x16498a(_0xec1e0c,_0x17a5c7);},'KAYFV':function(_0x5cc86e,_0x18fe10){return _0x5cc86e in _0x18fe10;},'KxtaU':function(_0x557aa8,_0x20ac52){return _0x557aa8 in _0x20ac52;},'hbNdq':function(_0x19387c,_0x176524){return _0x19387c(_0x176524);},'nuqCe':function(_0x57fff2,_0x3b929c){return _0x57fff2(_0x3b929c);},'BKXLD':function(_0x2b5924,_0x4bbefe){return _0x2b5924===_0x4bbefe;},'RcfiP':function(_0x11729c){return _0x11729c();},'Aophx':function(_0x24836c,_0x3d8318){return _0x24836c>_0x3d8318;},'RiJyT':_0x19dbfa(0x1e2),'HapHw':function(_0xe6b537,_0x3e8311){return _0xe6b537(_0x3e8311);},'Ntoay':_0x19dbfa(0x196),'ttHEc':_0x19dbfa(0x1f9),'cfQXu':function(_0x1869ba,_0x3db42e){return _0x1869ba!==_0x3db42e;},'mDOjc':function(_0xf3c105,_0x1d89e8){return _0xf3c105+_0x1d89e8;},'lnHVI':'hook'},_0x44cfaf=_0x10f545['test'],_0x45ec50=_0x10f545[_0x19dbfa(0x197)],_0x448016=_0x3ba10d['Fxvfc'](getTestRunIdentifier,_0x44cfaf,_0x10f545[_0x19dbfa(0x1c0)][_0x19dbfa(0x1b6)]),_0x39043a=_0x3e8a1a[_0x19dbfa(0x24d)]()[_0x19dbfa(0x1f8)]('.')[0x1];let _0x36883a=_0x8b7596[_0x19dbfa(0x271)]()['get'](_0x448016)[TestFrameworkConstants[_0x19dbfa(0x238)]];!_0x36883a&&(_0x36883a={});!_0x3ba10d['KAYFV'](_0x39043a,_0x36883a)&&(_0x36883a[_0x39043a]=[]);let _0x17efed=_0x8b7596[_0x19dbfa(0x271)]()[_0x19dbfa(0x199)](_0x448016)[TestFrameworkConstants[_0x19dbfa(0x1e0)]];!_0x17efed&&(_0x17efed={});!_0x3ba10d[_0x19dbfa(0x1c6)](_0x39043a,_0x17efed)&&(_0x17efed[_0x39043a]=[]);const _0xadb016={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x36883a,[TestFrameworkConstants[_0x19dbfa(0x1e0)]]:_0x17efed},_0xaf5424={};_0xaf5424[_0x448016]=_0xadb016;const _0x502307=_0xaf5424,_0x4b5bfb=_0x3ba10d['hbNdq'](getPlaywrightTestFilePath,_0x44cfaf),_0x4e1de4=_0x4b5bfb+':'+_0x3ba10d[_0x19dbfa(0x240)](getPlaywrightTestLocation,_0x44cfaf),_0x5b935a=TestInfo[_0x19dbfa(0x255)](_0x448016)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};if(_0x3ba10d[_0x19dbfa(0x264)](_0x1753dc,HookState['PRE'])){const _0x2566ab={'key':_0x39043a,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x3ba10d[_0x19dbfa(0x23c)](uuidv4),[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x45ec50[_0x19dbfa(0x1e7)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x19dbfa(0x266)]]:_0x45ec50[_0x19dbfa(0x235)],[TestFrameworkConstants[_0x19dbfa(0x1ae)]]:_0x4b5bfb,[TestFrameworkConstants[_0x19dbfa(0x26e)]]:_0x4e1de4,[TestFrameworkConstants[_0x19dbfa(0x244)]]:_0x5b935a};_0x36883a[_0x39043a]['push'](_0x2566ab),_0x502307[_0x448016][TestFrameworkConstants[_0x19dbfa(0x269)]]=_0x39043a,logger['debug'](_0x19dbfa(0x1c7)+_0x39043a+'\x20&\x20hook\x20=\x20'+_0x2566ab+_0x19dbfa(0x189)+_0x10f545);}else{if(_0x3ba10d[_0x19dbfa(0x264)](_0x1753dc,HookState[_0x19dbfa(0x237)])){const _0x1bd1cf=await _0x10f545[_0x19dbfa(0x1c0)],_0x89e545=_0x36883a[_0x39043a]||[],_0x4dcc34=_0x10f545[_0x19dbfa(0x197)];logger[_0x19dbfa(0x1b4)](_0x19dbfa(0x250)+_0x89e545+'\x20and\x20args\x20=\x20'+_0x10f545);if(_0x3ba10d[_0x19dbfa(0x193)](_0x89e545[_0x19dbfa(0x262)],0x0)){const _0x5b0a72=_0x89e545[_0x19dbfa(0x19c)]();if(_0x4dcc34['error']){const _0x17f0fa=_0x3ba10d[_0x19dbfa(0x187)](failureData,_0x4dcc34['error'],_0x3ba10d[_0x19dbfa(0x251)]);_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x21d)]]=_0x3ba10d[_0x19dbfa(0x1ad)](getFailureType,_0x4dcc34?.[_0x19dbfa(0x1ea)][_0x19dbfa(0x1fe)]),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x268)]]=_0x3ba10d[_0x19dbfa(0x240)](removeAnsiColors,_0x4dcc34?.['error'][_0x19dbfa(0x1fe)]),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=_0x3ba10d[_0x19dbfa(0x1d2)],_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x1d9)]]=_0x17f0fa;}else _0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=_0x3ba10d[_0x19dbfa(0x1a0)];_0x3ba10d['cfQXu'](_0x1bd1cf,TestFrameworkConstants[_0x19dbfa(0x1e6)])&&(_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=!_0x4dcc34[_0x19dbfa(0x1ea)]?_0x3ba10d['ttHEc']:_0x3ba10d[_0x19dbfa(0x1d2)]);const _0x2d8a05=new Date(_0x4dcc34[_0x19dbfa(0x1e7)]),_0x3dce32=new Date(_0x3ba10d[_0x19dbfa(0x242)](_0x2d8a05[_0x19dbfa(0x26f)](),_0x4dcc34[_0x19dbfa(0x25e)]));_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x1e1)]]=_0x3dce32[_0x19dbfa(0x1f1)](),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x244)]]=_0x5b935a;const _0x2a2184=_0x5b0a72[TestFrameworkConstants['KEY_HOOK_ID']];await this['sendLogCreatedEvent'](_0x8b7596,_0x3e8a1a,_0x2a2184,_0x3ba10d[_0x19dbfa(0x192)],_0x10f545),!_0x17efed[_0x39043a]&&(_0x17efed[_0x39043a]=[]),_0x17efed[_0x39043a]['push'](_0x5b0a72),_0x502307[_0x448016][TestFrameworkConstants[_0x19dbfa(0x1a8)]]=_0x39043a;}}}return _0x502307;}async['sendLogCreatedEvent'](_0x6b2aa9,_0x48024d,_0x68cbde,_0x3fc577,_0xe315fe){const _0x25a174=a73_0x2fe7bc,_0x432f5d={'sXyPH':function(_0x83f3cc,_0x2e6c3a){return _0x83f3cc===_0x2e6c3a;},'SuduW':_0x25a174(0x1f3),'MfQhI':function(_0x4466a1,_0x1aab5c,_0x27ceae){return _0x4466a1(_0x1aab5c,_0x27ceae);},'LiUbh':_0x25a174(0x1eb),'euuci':function(_0x50169c,_0x416b00,_0x4fb420,_0x4d8b32){return _0x50169c(_0x416b00,_0x4fb420,_0x4d8b32);},'jCkLJ':function(_0x3df48f,_0x482c4e,_0x357b87){return _0x3df48f(_0x482c4e,_0x357b87);},'OAass':function(_0x49c8e6,_0x4d1b67){return _0x49c8e6/_0x4d1b67;},'OuAPR':function(_0x1751d1,_0x27ca9e){return _0x1751d1<_0x27ca9e;},'pxYtk':function(_0x5bc2f6,_0x35298f){return _0x5bc2f6*_0x35298f;},'BejKr':function(_0x4d6a33,_0x2237c6){return _0x4d6a33+_0x2237c6;},'paUoX':function(_0x48d5b1,_0x30fa7c,_0x38e370,_0x14debc,_0x31351f){return _0x48d5b1(_0x30fa7c,_0x38e370,_0x14debc,_0x31351f);},'iSbJH':function(_0x40fa08,_0x409e77){return _0x40fa08+_0x409e77;},'fdQwT':function(_0x236d13,_0x18e519,_0x429161,_0x1a5566){return _0x236d13(_0x18e519,_0x429161,_0x1a5566);},'dhmTs':_0x25a174(0x270),'rNTNM':function(_0x5f31e9,_0x236015,_0x20e312){return _0x5f31e9(_0x236015,_0x20e312);}};try{if(_0x432f5d[_0x25a174(0x1fa)](_0x3fc577,_0x432f5d[_0x25a174(0x1f2)])){const _0x45743c=await _0xe315fe['result'],_0x44db7=_0x432f5d['MfQhI'](getTestRunIdentifier,_0xe315fe[_0x25a174(0x1f3)],_0xe315fe[_0x25a174(0x1c0)]['retry']),_0x5662b0=_0xe315fe[_0x25a174(0x1f3)];logger[_0x25a174(0x1b4)](_0x25a174(0x207)+_0x44db7+'\x20result='+util['inspect'](_0x45743c));const _0x42294b=_0x6b2aa9['getAllData']()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants['KEY_TEST_UUID']];await _0x432f5d[_0x25a174(0x1f6)](sendTraceZip,_0x45743c,_0x42294b);const _0x4ef2e3=TestInfo['getTestDetails'](_0x44db7)[_0x432f5d['LiUbh']],_0x90bffa={};if(_0x4ef2e3){!_0x45743c['attachments']&&(_0x45743c[_0x25a174(0x1eb)]=[]);_0x90bffa[_0x25a174(0x1eb)]=_0x45743c[_0x25a174(0x1eb)]['concat'](_0x4ef2e3||[]);const _0x2170fc=TestInfo[_0x25a174(0x255)](_0x44db7);delete _0x2170fc[_0x432f5d[_0x25a174(0x1bb)]],TestInfo[_0x25a174(0x21a)](_0x44db7,_0x2170fc);}const {steps:_0x1b5291,logs:_0x1104c5}=_0x432f5d[_0x25a174(0x1b8)](getStepsAndLogs,_0x45743c[_0x25a174(0x19a)],_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]],_0x432f5d[_0x25a174(0x1f2)]),_0x496fc2=_0x432f5d[_0x25a174(0x1f6)](getScreenshots,_0x90bffa,_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),_0x3b9e31=_0x432f5d[_0x25a174(0x1cb)](getVideos,_0x45743c,_0x6b2aa9[_0x25a174(0x271)]()['get'](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),{_:_0x4d1316,logs:_0x7442ec}=_0x432f5d[_0x25a174(0x1cb)](getFailureData,_0x45743c[_0x25a174(0x1a5)],{'test_run_uuid':_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]}),_0x3819a1=TestInfo[_0x25a174(0x255)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1cc)]]||{},_0x942311=_0x432f5d[_0x25a174(0x1f6)](getMediaArtifactsLogs,_0x3819a1,_0x6b2aa9[_0x25a174(0x271)]()['get'](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),_0x57d639=_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7),{[TestFrameworkConstants[_0x25a174(0x256)]]:_0x38ddff='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x226301=''}=_0x57d639,_0x5c0873=(_0x1104c5||[])[_0x25a174(0x201)](_0x496fc2||[])['concat'](_0x7442ec||[])[_0x25a174(0x201)](_0x3b9e31||[])[_0x25a174(0x201)](_0x942311||[]),_0x2352cc=0x28,_0x19eeab=Math['ceil'](_0x432f5d[_0x25a174(0x1ce)](_0x5c0873[_0x25a174(0x262)],_0x2352cc));for(let _0x5a53c8=0x0;_0x432f5d[_0x25a174(0x212)](_0x5a53c8,_0x19eeab);_0x5a53c8++){const _0x40dfca=_0x432f5d[_0x25a174(0x263)](_0x5a53c8,_0x2352cc),_0x351367=_0x432f5d['BejKr'](_0x40dfca,_0x2352cc),_0x125008=_0x5c0873[_0x25a174(0x1f0)](_0x40dfca,_0x351367),_0x358137={'platformIndex':'0','logs':_0x125008,'testFrameworkName':_0x38ddff,'testFrameworkVersion':_0x226301,'testFrameworkState':_0x48024d[_0x25a174(0x24d)]()[_0x25a174(0x1f8)]('.')[0x1]};_0x432f5d[_0x25a174(0x246)](updatePayloadForTraceLogs,_0x358137,_0xe315fe,_0x44db7,_0x6b2aa9),logger[_0x25a174(0x1b4)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x44db7+_0x25a174(0x1cd)+_0x432f5d[_0x25a174(0x222)](_0x5a53c8,0x1)+'/'+_0x19eeab+'\x20payload='+util[_0x25a174(0x272)](_0x358137));const _0x510106=await GrpcClient[_0x25a174(0x1a1)]()['logCreatedEvent'](_0x358137);logger['debug'](_0x25a174(0x26b)+_0x44db7+_0x25a174(0x1cd)+_0x432f5d[_0x25a174(0x1ee)](_0x5a53c8,0x1)+'/'+_0x19eeab+'\x20response='+util['inspect'](_0x510106));}}else{const {steps:_0x290506,logs:_0x32c05d}=_0x432f5d[_0x25a174(0x1a2)](getStepsAndLogs,_0xe315fe['step']['steps'],_0x68cbde,_0x432f5d['dhmTs']),_0x328b33=_0x432f5d[_0x25a174(0x1d1)](getTestRunIdentifier,_0xe315fe[_0x25a174(0x1f3)],_0xe315fe[_0x25a174(0x1c0)][_0x25a174(0x1b6)]);logger[_0x25a174(0x1b4)](_0x25a174(0x207)+_0x328b33);const _0x15c698=_0x6b2aa9['getAllData']()['get'](_0x328b33),{[TestFrameworkConstants[_0x25a174(0x256)]]:_0x4c7e73='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5c2022=''}=_0x15c698,_0x5cc3c0={'platformIndex':'0','logs':_0x32c05d,'testFrameworkName':_0x4c7e73,'testFrameworkVersion':_0x5c2022,'testFrameworkState':_0x48024d[_0x25a174(0x24d)]()[_0x25a174(0x1f8)]('.')[0x1]};_0x432f5d[_0x25a174(0x246)](updatePayloadForTraceLogs,_0x5cc3c0,_0xe315fe,_0x328b33,_0x6b2aa9),logger[_0x25a174(0x1b4)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x328b33+_0x25a174(0x233)+util[_0x25a174(0x272)](_0x5cc3c0));const _0x377edf=await GrpcClient['getInstance']()[_0x25a174(0x224)](_0x5cc3c0);}}catch(_0x54ff09){logger[_0x25a174(0x1ea)](_0x25a174(0x260)+util[_0x25a174(0x21c)](_0x54ff09));}}[a73_0x2fe7bc(0x247)](_0x73fc0e){const _0x23d47e=a73_0x2fe7bc,_0x1105ed={'BkEBk':function(_0x206121,_0x3b7856,_0x5aea1a){return _0x206121(_0x3b7856,_0x5aea1a);},'updCk':'base64'};try{const _0x325811=_0x73fc0e[_0x23d47e(0x1f3)]['id'],_0x426a8a=_0x1105ed[_0x23d47e(0x1f4)](getTestRunIdentifier,_0x73fc0e[_0x23d47e(0x1f3)],_0x73fc0e[_0x23d47e(0x1c0)]['retry']),_0x1a60b9=_0x73fc0e[_0x23d47e(0x23b)],_0x1f4080=_0x1a60b9[_0x23d47e(0x1fc)](),_0x390ff4=_0x1a60b9[_0x23d47e(0x271)]()[_0x23d47e(0x199)](_0x426a8a);logger[_0x23d47e(0x1b4)](_0x23d47e(0x1dd)+_0x325811);const {[TestFrameworkConstants[_0x23d47e(0x256)]]:_0x46c0a5='',[TestFrameworkConstants[_0x23d47e(0x231)]]:_0x361622='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x37263d='',[TestFrameworkConstants[_0x23d47e(0x254)]]:_0x460e79=''}=_0x390ff4,_0xa2d69c=_0x1a60b9[_0x23d47e(0x191)]()['toString']()[_0x23d47e(0x1f8)]('.')[0x1],_0x20834d=_0x1a60b9[_0x23d47e(0x20a)]()[_0x23d47e(0x24d)]()[_0x23d47e(0x1f8)]('.')[0x1],_0x81aaad=global?.[_0x23d47e(0x206)]?.[_0x23d47e(0x202)]?.[_0x23d47e(0x217)],_0x48151c=_0x1a60b9[_0x23d47e(0x1e5)](),_0x2c4e45=Buffer[_0x23d47e(0x1ba)](JSON[_0x23d47e(0x1e3)](_0x390ff4))[_0x23d47e(0x24d)](_0x1105ed['updCk']),_0x4efca5={'hash':_0x1f4080[_0x23d47e(0x20e)](),'threadId':_0x1f4080[_0x23d47e(0x230)]()[_0x23d47e(0x24d)](),'processId':_0x1f4080[_0x23d47e(0x22c)]()[_0x23d47e(0x24d)]()},_0x187c56={};_0x187c56[_0x23d47e(0x208)]=_0x81aaad,_0x187c56['testFrameworkName']=_0x46c0a5,_0x187c56[_0x23d47e(0x19b)]=_0x361622,_0x187c56['testFrameworkState']=_0xa2d69c,_0x187c56['hookState']=_0x20834d,_0x187c56[_0x23d47e(0x1ec)]=_0x37263d,_0x187c56[_0x23d47e(0x252)]=_0x460e79,_0x187c56[_0x23d47e(0x26c)]=_0x48151c,_0x187c56[_0x23d47e(0x258)]=_0x2c4e45,_0x187c56[_0x23d47e(0x220)]=_0x4efca5;const _0x2c2b22=_0x187c56;return logger[_0x23d47e(0x1b4)](_0x23d47e(0x225)+_0x325811+_0x23d47e(0x261)+_0xa2d69c+_0x23d47e(0x23f)+_0x20834d),_0x2c2b22;}catch(_0x4bccd3){return logger[_0x23d47e(0x1ea)](_0x23d47e(0x26d)+util[_0x23d47e(0x21c)](_0x4bccd3)),{};}}}module[a73_0x2fe7bc(0x25b)]=PlaywrightTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a74_0xbc0f55=a74_0x2138;(function(_0x5d5d40,_0x2c8538){const _0x4053cd=a74_0x2138,_0xe31202=_0x5d5d40();while(!![]){try{const _0x59dec8=parseInt(_0x4053cd(0x1d0))/0x1*(parseInt(_0x4053cd(0x1b4))/0x2)+-parseInt(_0x4053cd(0x1c4))/0x3*(parseInt(_0x4053cd(0x1bc))/0x4)+parseInt(_0x4053cd(0x1df))/0x5*(-parseInt(_0x4053cd(0x1de))/0x6)+parseInt(_0x4053cd(0x1d3))/0x7*(parseInt(_0x4053cd(0x1b6))/0x8)+parseInt(_0x4053cd(0x1cf))/0x9+parseInt(_0x4053cd(0x1ce))/0xa*(parseInt(_0x4053cd(0x1c1))/0xb)+-parseInt(_0x4053cd(0x1b9))/0xc;if(_0x59dec8===_0x2c8538)break;else _0xe31202['push'](_0xe31202['shift']());}catch(_0x6c2832){_0xe31202['push'](_0xe31202['shift']());}}}(a74_0x5414,0x6e320));function a74_0x2138(_0x1aa2eb,_0x3e9906){const _0x5414d8=a74_0x5414();return a74_0x2138=function(_0x2138f3,_0x334424){_0x2138f3=_0x2138f3-0x1b3;let _0x156d4a=_0x5414d8[_0x2138f3];return _0x156d4a;},a74_0x2138(_0x1aa2eb,_0x3e9906);}const CLIUtils=require(a74_0xbc0f55(0x1d7)),eventDispatcher=require('../eventDispatcher'),TestFrameworkInstance=require(a74_0xbc0f55(0x1d2)),TrackedContext=require(a74_0xbc0f55(0x1bd)),TestFrameworkState=require(a74_0xbc0f55(0x1da)),HookState=require(a74_0xbc0f55(0x1c2)),{createClassLogger}=require(a74_0xbc0f55(0x1bb)),TrackedInstance=require(a74_0xbc0f55(0x1d6)),logger=createClassLogger(a74_0xbc0f55(0x1cc));function a74_0x5414(){const _0x193bea=['getHookRegistryKey','198SrUkow','../state/hookState','get','1467hJJRPx','set','binSessionId','runHooks','setState','setCurrentTestState','has','setInstance','TestFramework','exports','122420JjqUBK','4954437NXIMFi','33413OJBdEP','setTrackedInstance','../instances/testFrameworkInstance','59843dOdqWw','testFrameworks','trackEvent:\x20testFrameworkState=','../instances/trackedInstance','../cliUtils','notifyObserver','getState','../state/testFrameworkState','testFrameworkVersions','getTrackedInstance','getAllData','9906YmAuHB','1355oyOVXM','hasState','getId','22WNWjUm','__bstack_test_framework_instances__','392fMMWkI','getInstances','getTestFrameworksVersions','3941244bvznqO','instances','../../../helpers/classLogger','2700jEQTbH','../instances/trackedContext','registerObserver',';\x20hookState='];a74_0x5414=function(){return _0x193bea;};return a74_0x5414();}!global[a74_0xbc0f55(0x1b5)]&&(global['__bstack_test_framework_instances__']=new Map());class TestFramework{static get[a74_0xbc0f55(0x1ba)](){const _0x13fa6e=a74_0xbc0f55;return global[_0x13fa6e(0x1b5)];}[a74_0xbc0f55(0x1d4)]=[];[a74_0xbc0f55(0x1db)]={};[a74_0xbc0f55(0x1c6)]=null;constructor(_0x150383,_0x4377ac,_0x29b28c){const _0x5634c1=a74_0xbc0f55;this[_0x5634c1(0x1d4)]=_0x150383,this[_0x5634c1(0x1db)]=_0x4377ac,this[_0x5634c1(0x1c6)]=_0x29b28c;}[a74_0xbc0f55(0x1b7)](){const _0x1c8eba=a74_0xbc0f55;return TestFramework[_0x1c8eba(0x1ba)];}[a74_0xbc0f55(0x1cb)](_0x1cb57b,_0x5113dc){const _0x43d2e2=a74_0xbc0f55;TestFramework[_0x43d2e2(0x1ba)]['set'](_0x1cb57b[_0x43d2e2(0x1b3)],_0x5113dc);}static[a74_0xbc0f55(0x1dc)](){const _0x10d3fb=a74_0xbc0f55,_0x1c399c=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());return TestFramework[_0x10d3fb(0x1ba)]['get'](_0x1c399c[_0x10d3fb(0x1b3)]());}static[a74_0xbc0f55(0x1d1)](_0x4430a9,_0xe5e630){const _0xdf92a5=a74_0xbc0f55;TestFramework[_0xdf92a5(0x1ba)]['set'](_0x4430a9['getId'](),_0xe5e630);}[a74_0xbc0f55(0x1b8)](){return this['testFrameworkVersions'];}['getTestFrameworks'](){return this['testFrameworks'];}['trackEvent'](_0x2ad584,_0x2221f9,_0x4d9a64={}){const _0x4beb10=a74_0xbc0f55;logger['debug'](_0x4beb10(0x1d5)+_0x2ad584+_0x4beb10(0x1bf)+_0x2221f9);}async[a74_0xbc0f55(0x1c7)](_0x1eb79a,_0x54c19d,_0x40cdf9,_0x2c1958={}){const _0x27c651=a74_0xbc0f55,_0x398b9a=CLIUtils[_0x27c651(0x1c0)](_0x54c19d,_0x40cdf9);_0x1eb79a[_0x27c651(0x1c9)](_0x54c19d),_0x1eb79a['setCurrentHookState'](_0x40cdf9),await eventDispatcher[_0x27c651(0x1d8)](_0x398b9a,_0x2c1958);}static[a74_0xbc0f55(0x1be)](_0x4fe34b,_0x2b7531,_0x31282a){const _0x4bfc7b=a74_0xbc0f55;eventDispatcher[_0x4bfc7b(0x1be)](CLIUtils[_0x4bfc7b(0x1c0)](_0x4fe34b,_0x2b7531),_0x31282a);}static[a74_0xbc0f55(0x1d9)](_0x2badd0,_0x3cb74e){const _0x59c921=a74_0xbc0f55;return _0x2badd0['getAllData']()[_0x59c921(0x1c3)](_0x3cb74e);}static[a74_0xbc0f55(0x1c8)](_0x5bf61a,_0x31c468,_0x55bd05){const _0x6ae804=a74_0xbc0f55;_0x5bf61a[_0x6ae804(0x1dd)]()[_0x6ae804(0x1c5)](_0x31c468,_0x55bd05);}static[a74_0xbc0f55(0x1e0)](_0x204a0e,_0x549448){const _0xd9c861=a74_0xbc0f55;return _0x204a0e[_0xd9c861(0x1dd)]()[_0xd9c861(0x1ca)](_0x549448);}}module[a74_0xbc0f55(0x1cd)]=TestFramework;
|