browserstack-node-sdk 1.53.4 → 1.53.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/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/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/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/puppeteer-helper.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 a75_0x514b27=a75_0x5f0e;function a75_0x5f0e(_0x299310,_0x32777f){const _0x53916b=a75_0x5391();return a75_0x5f0e=function(_0x5f0e75,_0x4ba8d3){_0x5f0e75=_0x5f0e75-0xfb;let _0x3e351c=_0x53916b[_0x5f0e75];return _0x3e351c;},a75_0x5f0e(_0x299310,_0x32777f);}(function(_0x4f8f1a,_0x378ce4){const _0x4d99bf=a75_0x5f0e,_0x1af5eb=_0x4f8f1a();while(!![]){try{const _0x1f46f1=-parseInt(_0x4d99bf(0x171))/0x1+-parseInt(_0x4d99bf(0x241))/0x2*(-parseInt(_0x4d99bf(0x1cc))/0x3)+-parseInt(_0x4d99bf(0x131))/0x4+parseInt(_0x4d99bf(0x11f))/0x5+-parseInt(_0x4d99bf(0x16f))/0x6*(-parseInt(_0x4d99bf(0x17b))/0x7)+parseInt(_0x4d99bf(0x18b))/0x8*(parseInt(_0x4d99bf(0x226))/0x9)+-parseInt(_0x4d99bf(0x253))/0xa;if(_0x1f46f1===_0x378ce4)break;else _0x1af5eb['push'](_0x1af5eb['shift']());}catch(_0x1aa5cc){_0x1af5eb['push'](_0x1af5eb['shift']());}}}(a75_0x5391,0x35df4));const TestFramework=require(a75_0x514b27(0x10a)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a75_0x514b27(0x159)),{createClassLogger}=require(a75_0x514b27(0x1fc)),TestFrameworkInstance=require(a75_0x514b27(0x17a)),CLIUtils=require(a75_0x514b27(0x143)),TrackedInstance=require(a75_0x514b27(0x203)),TestFrameworkConstants=require(a75_0x514b27(0x1b6)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a75_0x514b27(0x225)),logger=createClassLogger(a75_0x514b27(0x20c)),{v4:uuidv4}=require(a75_0x514b27(0x28f)),util=require(a75_0x514b27(0x179)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a75_0x514b27(0x209)),stackTrace=require(a75_0x514b27(0x170));class JestTestFramework extends TestFramework{constructor(_0x34d5c9,_0x5f4ff2,_0x359f13){const _0x45b568=a75_0x514b27;super(_0x34d5c9,_0x5f4ff2,_0x359f13),this[_0x45b568(0x245)]=new Map();}[a75_0x514b27(0x205)](_0x27801a,_0x18ab83,_0x2e6c6c){const _0x372029=a75_0x514b27,_0x794c3a={};_0x794c3a[_0x372029(0x145)]=function(_0x1e856,_0x5d0605){return _0x1e856||_0x5d0605;};const _0x4c6bab=_0x794c3a;if(_0x4c6bab['twuVg'](!_0x27801a,!_0x18ab83)){logger['warn'](_0x372029(0x1fe)+_0x27801a+',\x20hookUUID='+_0x18ab83);return;}!this['activeHooks'][_0x372029(0x13c)](_0x27801a)&&this[_0x372029(0x245)]['set'](_0x27801a,[]);const _0x513332={'hookUUID':_0x18ab83,'hookType':_0x2e6c6c,'startedAt':new Date()[_0x372029(0x17c)]()};this['activeHooks']['get'](_0x27801a)[_0x372029(0x1ad)](_0x513332),logger[_0x372029(0x287)](_0x372029(0x18c)+_0x27801a+_0x372029(0x1b8)+_0x18ab83+_0x372029(0x1d2)+_0x2e6c6c+',\x20totalHooks='+this[_0x372029(0x245)]['get'](_0x27801a)[_0x372029(0x14b)]);}[a75_0x514b27(0x206)](_0x16208c,_0xca8ce3){const _0x3e97ea=a75_0x514b27,_0x2f6fb8={};_0x2f6fb8[_0x3e97ea(0x212)]=function(_0x2d8ba7,_0x48600c){return _0x2d8ba7||_0x48600c;},_0x2f6fb8[_0x3e97ea(0x153)]=function(_0x202f4a,_0x40a276){return _0x202f4a!==_0x40a276;},_0x2f6fb8[_0x3e97ea(0x1f6)]=function(_0x2c7cfb,_0x5b4303){return _0x2c7cfb===_0x5b4303;};const _0x488ec8=_0x2f6fb8;if(_0x488ec8[_0x3e97ea(0x212)](!_0x16208c,!_0xca8ce3)){logger[_0x3e97ea(0x246)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x16208c+_0x3e97ea(0x1b8)+_0xca8ce3);return;}if(this[_0x3e97ea(0x245)][_0x3e97ea(0x13c)](_0x16208c)){const _0x16de2b=this[_0x3e97ea(0x245)][_0x3e97ea(0x13d)](_0x16208c),_0x5c0b46=_0x16de2b[_0x3e97ea(0x1bc)](_0x91f32a=>_0x91f32a[_0x3e97ea(0x17f)]===_0xca8ce3);_0x488ec8[_0x3e97ea(0x153)](_0x5c0b46,-0x1)?(_0x16de2b[_0x3e97ea(0x25e)](_0x5c0b46,0x1),logger[_0x3e97ea(0x287)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x16208c+_0x3e97ea(0x1b8)+_0xca8ce3+_0x3e97ea(0x27f)+_0x16de2b['length']),_0x488ec8['rJWAW'](_0x16de2b[_0x3e97ea(0x14b)],0x0)&&this[_0x3e97ea(0x245)][_0x3e97ea(0x185)](_0x16208c)):logger[_0x3e97ea(0x287)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x16208c+_0x3e97ea(0x1b8)+_0xca8ce3);}}[a75_0x514b27(0x1d8)](_0x5e8424){const _0x5cb54c=a75_0x514b27,_0x5b98f1={};_0x5b98f1[_0x5cb54c(0x21f)]=function(_0x33a422,_0x36865d){return _0x33a422>_0x36865d;},_0x5b98f1[_0x5cb54c(0x1f5)]=function(_0x248399,_0x5c6a71){return _0x248399-_0x5c6a71;};const _0x354973=_0x5b98f1;if(!_0x5e8424)return null;if(this['activeHooks'][_0x5cb54c(0x13c)](_0x5e8424)){const _0x4ad7eb=this[_0x5cb54c(0x245)][_0x5cb54c(0x13d)](_0x5e8424);if(_0x354973[_0x5cb54c(0x21f)](_0x4ad7eb[_0x5cb54c(0x14b)],0x0)){const _0x4d2c0f=_0x4ad7eb[_0x354973['YNTXZ'](_0x4ad7eb[_0x5cb54c(0x14b)],0x1)];return logger['debug'](_0x5cb54c(0x115)+_0x5e8424+_0x5cb54c(0x1b8)+_0x4d2c0f[_0x5cb54c(0x17f)]+',\x20hookType='+_0x4d2c0f[_0x5cb54c(0x110)]),_0x4d2c0f;}}return null;}async[a75_0x514b27(0x150)](_0xf4a7b5,_0x4f75ec,_0x5ea71f={}){const _0x24572b=a75_0x514b27,_0x564a56={};_0x564a56[_0x24572b(0x288)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x564a56['Uvlxi']=function(_0x43eb14,_0x356656){return _0x43eb14===_0x356656;},_0x564a56[_0x24572b(0x20b)]=function(_0x581735,_0x20e941){return _0x581735===_0x20e941;},_0x564a56[_0x24572b(0x204)]=function(_0x469c16,_0x26ebb2){return _0x469c16||_0x26ebb2;},_0x564a56[_0x24572b(0x161)]=_0x24572b(0x1f8),_0x564a56['HVSdJ']=function(_0x10488f,_0x137901){return _0x10488f===_0x137901;};const _0x38c7c9=_0x564a56;logger[_0x24572b(0x287)](_0x24572b(0x1e9)+_0xf4a7b5+',\x20hookState='+_0x4f75ec+',\x20argsKeys='+Object[_0x24572b(0x1f4)](_0x5ea71f)[_0x24572b(0x192)](',')),await super[_0x24572b(0x150)](_0xf4a7b5,_0x4f75ec,_0x5ea71f);const _0x3c2c4a=this[_0x24572b(0x1be)](_0xf4a7b5,_0x4f75ec,_0x5ea71f);if(!_0x3c2c4a){logger[_0x24572b(0x287)](_0x38c7c9[_0x24572b(0x288)]);return;}try{let _0xb015c2,_0x402145,_0x1167d9;switch(_0xf4a7b5){case TestFrameworkState[_0x24572b(0x142)]:_0xb015c2=_0x5ea71f['test'];const _0x4cad88={};_0x4cad88[_0x24572b(0x233)]=0x2,_0x4cad88[_0x24572b(0x1de)]=0x3,logger[_0x24572b(0x287)](_0x24572b(0x105)+_0x4f75ec+_0x24572b(0x112)+util['inspect'](_0xb015c2,_0x4cad88)),_0x1167d9=this[_0x24572b(0x132)](_0xb015c2),_0x402145=null,logger[_0x24572b(0x287)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x1167d9+'\x20(testIdentifier)');if(_0x38c7c9[_0x24572b(0x23b)](_0x4f75ec,HookState[_0x24572b(0x25f)])){logger[_0x24572b(0x287)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x1167d9);const _0x3d796d={};_0x3d796d[_0x24572b(0x252)]=_0x402145,_0x3d796d[_0x24572b(0x184)]=_0xb015c2,_0x3d796d[_0x24572b(0x1c2)]=_0x1167d9;const _0x5470f0=this[_0x24572b(0x27e)](_0x3d796d),_0x1d133a={};_0x1d133a[_0x24572b(0x233)]=0x2,_0x1d133a[_0x24572b(0x1de)]=0x3,logger[_0x24572b(0x287)](_0x24572b(0x22d)+util[_0x24572b(0x14a)](_0x5470f0,_0x1d133a)),_0x3c2c4a[_0x24572b(0x11c)](_0x5470f0),logger[_0x24572b(0x287)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x1167d9),await this[_0x24572b(0x24e)](_0x3c2c4a,_0x1167d9);}else{if(_0x38c7c9['pYWTN'](_0x4f75ec,HookState[_0x24572b(0x19e)])){logger['debug'](_0x24572b(0x243)+_0x1167d9);const _0xddc4de=_0x3c2c4a[_0x24572b(0x16b)]()['get'](_0x1167d9);logger[_0x24572b(0x287)](_0x24572b(0x28d)+util['inspect'](Object['keys'](_0x38c7c9[_0x24572b(0x204)](_0xddc4de,{}))));_0xddc4de&&_0xddc4de[TestFrameworkConstants[_0x24572b(0x1cf)]]?logger[_0x24572b(0x287)](_0x24572b(0x15d)+Object[_0x24572b(0x1f4)](_0xddc4de[TestFrameworkConstants[_0x24572b(0x1cf)]])['length']+_0x24572b(0x14c)):logger[_0x24572b(0x287)](_0x38c7c9['ioOKM']);const _0x308ade=_0x5ea71f[_0x24572b(0x199)]||null,_0x3d4711={};_0x3d4711[_0x24572b(0x252)]=_0x402145,_0x3d4711[_0x24572b(0x184)]=_0xb015c2,_0x3d4711['testId']=_0x1167d9,_0x3d4711[_0x24572b(0x199)]=_0x308ade;const _0x3c9257=this[_0x24572b(0x215)](_0x3d4711),_0x5e9647={};_0x5e9647['depth']=0x2,_0x5e9647[_0x24572b(0x1de)]=0x3,logger[_0x24572b(0x287)](_0x24572b(0x19a)+util[_0x24572b(0x14a)](_0x3c9257,_0x5e9647)),_0x3c2c4a[_0x24572b(0x11c)](_0x3c9257),logger['debug'](_0x24572b(0x224)+_0x1167d9),await this['processPendingHooks'](_0x3c2c4a,_0x1167d9);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x38c7c9[_0x24572b(0x1e4)](_0x4f75ec,HookState[_0x24572b(0x19e)])){const _0xbf50a0={};_0xbf50a0[_0x24572b(0x233)]=0x2,logger[_0x24572b(0x287)](_0x24572b(0x16a)+util[_0x24572b(0x14a)](_0x5ea71f,_0xbf50a0)),await this['sendLogCreatedEvent'](_0x3c2c4a,_0xf4a7b5,_0x5ea71f);}break;default:if(CLIUtils['matchHookRegex'](_0xf4a7b5[_0x24572b(0x258)]()['split']('.')[0x1])){const _0x554c97={};_0x554c97[_0x24572b(0x233)]=0x2,_0x554c97[_0x24572b(0x1de)]=0x3,logger[_0x24572b(0x287)](_0x24572b(0x28c)+_0xf4a7b5+',\x20hookState='+_0x4f75ec+_0x24572b(0x146)+util['inspect'](_0x5ea71f[_0x24572b(0x208)],_0x554c97));const _0x294495=await this[_0x24572b(0x10c)](_0x3c2c4a,_0xf4a7b5,_0x4f75ec,_0x5ea71f),_0x4910e6={};_0x4910e6[_0x24572b(0x233)]=0x2,_0x4910e6[_0x24572b(0x1de)]=0x3,logger[_0x24572b(0x287)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x24572b(0x14a)](_0x294495,_0x4910e6)),_0x3c2c4a[_0x24572b(0x11c)](_0x294495);}else logger['debug'](_0x24572b(0x130)+_0xf4a7b5+_0x24572b(0x210)+_0x4f75ec);break;}logger[_0x24572b(0x287)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0xf4a7b5+_0x24572b(0x12c)+_0x4f75ec);}catch(_0x4f04d4){logger[_0x24572b(0x12d)](_0x24572b(0xfe)+_0xf4a7b5+_0x24572b(0x12c)+_0x4f75ec+_0x24572b(0x1af)+util[_0x24572b(0x1a5)](_0x4f04d4));}_0x5ea71f[_0x24572b(0x15e)]=_0x3c2c4a,await this[_0x24572b(0x26a)](_0x3c2c4a,_0xf4a7b5,_0x4f75ec,_0x5ea71f);}[a75_0x514b27(0x132)](_0x4a98f0){const _0x423ca4=a75_0x514b27,_0x2e5fec={};_0x2e5fec[_0x423ca4(0x1db)]=_0x423ca4(0x10f);const _0x1adcc2=_0x2e5fec;if(_0x4a98f0&&(_0x4a98f0['id']||_0x4a98f0[_0x423ca4(0x28f)])){const _0x550204=_0x4a98f0['id']||_0x4a98f0[_0x423ca4(0x28f)];return logger[_0x423ca4(0x287)](_0x423ca4(0x18d)+_0x550204+_0x423ca4(0x272)),_0x550204;}return logger[_0x423ca4(0x287)](_0x1adcc2[_0x423ca4(0x1db)]),process['pid']+_0x423ca4(0x1fa);}['resolveInstance'](_0x58a0bb,_0x47a4e1,_0x568c29={}){const _0x15eb2f=a75_0x514b27;let _0x11897b=null;return _0x11897b=TestFramework[_0x15eb2f(0x136)](),!_0x11897b?(logger[_0x15eb2f(0x287)](_0x15eb2f(0x1f3)+_0x58a0bb),this[_0x15eb2f(0x269)](_0x58a0bb,_0x568c29),_0x11897b=TestFramework['getTrackedInstance'](),logger[_0x15eb2f(0x287)](_0x15eb2f(0x14f)+!!_0x11897b+_0x15eb2f(0x284)+_0x11897b?.[_0x15eb2f(0x1dc)]()?.[_0x15eb2f(0x107)]())):logger[_0x15eb2f(0x287)](_0x15eb2f(0x100)+_0x11897b[_0x15eb2f(0x1dc)]()?.[_0x15eb2f(0x107)]()),_0x11897b;}['trackJestInstance'](_0x37aeb7,_0x975c9c){const _0x43dce3=a75_0x514b27,_0xc7ac56={};_0xc7ac56['byqon']=_0x43dce3(0x1ae);const _0x388be7=_0xc7ac56;if(TestFramework['getTrackedInstance']()){logger[_0x43dce3(0x287)](_0x388be7[_0x43dce3(0x149)]);return;}const _0x5c7039=CLIUtils[_0x43dce3(0x21d)](),_0x5c46ca=TrackedInstance[_0x43dce3(0x15f)](_0x5c7039);let _0x17cedc=null;logger['debug'](_0x43dce3(0x254)+_0x5c7039+',\x20state='+_0x37aeb7),_0x17cedc=new TestFrameworkInstance(_0x5c46ca,this[_0x43dce3(0x20d)](),this[_0x43dce3(0x1c1)](),_0x37aeb7,HookState[_0x43dce3(0x238)]),TestFramework[_0x43dce3(0x17d)](_0x5c46ca,_0x17cedc),logger[_0x43dce3(0x287)](_0x43dce3(0x101)+_0x5c46ca[_0x43dce3(0x107)]()+_0x43dce3(0x137)+_0x5c7039+_0x43dce3(0x1a2)+this[_0x43dce3(0x20d)]()[0x0]+',\x20version='+this[_0x43dce3(0x1c1)]()[this[_0x43dce3(0x20d)]()[0x0]]);}[a75_0x514b27(0x27e)](_0x1a66ec){const _0x4d7d0b=a75_0x514b27,_0x401598={};_0x401598[_0x4d7d0b(0x28a)]=function(_0x2388b7,_0x1a0b18){return _0x2388b7||_0x1a0b18;},_0x401598[_0x4d7d0b(0x1cd)]=_0x4d7d0b(0x117);const _0x3d51a3=_0x401598,{testUUID:_0xf4b6a2,testData:_0x2482dd,testId:_0x431306}=_0x1a66ec;if(_0x3d51a3[_0x4d7d0b(0x28a)](!_0x2482dd,!_0x431306))return logger[_0x4d7d0b(0x287)](_0x3d51a3['mxXxn']),{};const _0x59cd23=this[_0x4d7d0b(0x20d)]()[0x0],_0x126f07=this[_0x4d7d0b(0x1c1)](),_0x405faa={};_0x405faa[_0x4d7d0b(0x233)]=0x2,_0x405faa[_0x4d7d0b(0x1de)]=0x3,logger[_0x4d7d0b(0x287)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util['inspect'](_0x2482dd,_0x405faa));const _0x1ea99e=_0x2482dd?.['scopes']||[],_0x2697d2=this[_0x4d7d0b(0x1f2)](_0x2482dd),_0x2480c5=this[_0x4d7d0b(0x1aa)](_0x2482dd),_0x47171d=_0x2482dd['fn']?_0x2482dd['fn']['toString']():_0x2482dd?.[_0x4d7d0b(0x186)]?_0x2482dd[_0x4d7d0b(0x186)][_0x4d7d0b(0x166)]['toString']():null,_0x439a36=this[_0x4d7d0b(0x24c)](_0x2482dd),_0xc06d2e={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x59cd23,[TestFrameworkConstants[_0x4d7d0b(0x27d)]]:_0x126f07[_0x59cd23],[TestFrameworkConstants[_0x4d7d0b(0x1b5)]]:[],[TestFrameworkConstants[_0x4d7d0b(0x1a9)]]:{},[TestFrameworkConstants[_0x4d7d0b(0x14e)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x4d7d0b(0x135)],[TestFrameworkConstants[_0x4d7d0b(0x118)]]:_0x2697d2,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2480c5,[TestFrameworkConstants['KEY_TEST_ID']]:_0x431306,[TestFrameworkConstants[_0x4d7d0b(0x218)]]:_0x2697d2,[TestFrameworkConstants[_0x4d7d0b(0x15a)]]:_0x2480c5,[TestFrameworkConstants[_0x4d7d0b(0x21e)]]:_0x47171d,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x439a36,[TestFrameworkConstants[_0x4d7d0b(0x126)]]:_0x2482dd[_0x4d7d0b(0x255)]||new Date()[_0x4d7d0b(0x17c)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x1ea99e[0x0]||'',[TestFrameworkConstants[_0x4d7d0b(0x156)]]:_0x1ea99e,[TestFrameworkConstants[_0x4d7d0b(0x103)]]:_0x2697d2,[TestFrameworkConstants[_0x4d7d0b(0x21b)]]:{},[TestFrameworkConstants[_0x4d7d0b(0x102)]]:{}};_0x2482dd[_0x4d7d0b(0x1ce)]&&(_0xc06d2e[TestFrameworkConstants[_0x4d7d0b(0x1a4)]]=_0x2482dd[_0x4d7d0b(0x1ce)]);logger[_0x4d7d0b(0x287)](_0x4d7d0b(0x134)+_0x2697d2+',\x20testId='+_0x431306+'\x20(testIdentifier),\x20tags='+JSON[_0x4d7d0b(0x1ed)](_0x439a36)+_0x4d7d0b(0x27a)+util[_0x4d7d0b(0x14a)](_0x1ea99e)+_0x4d7d0b(0x26c)+_0x2480c5);const _0x818b44={};return _0x818b44[_0x431306]=_0xc06d2e,_0x818b44;}['parseJestTestResult'](_0x55e98c){const _0x5a55db=a75_0x514b27,_0x348a46={'GwDme':function(_0x515c78,_0x4bdf5c){return _0x515c78===_0x4bdf5c;},'VlvId':'afterAll','paJXZ':'beforeAll','TUHcH':'ALL','hVByW':_0x5a55db(0x280),'HjQQt':function(_0x525d99,_0x50a040){return _0x525d99||_0x50a040;},'pmjkJ':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','NInVV':_0x5a55db(0x228),'WvwTK':function(_0x1630c0,_0x238437){return _0x1630c0>_0x238437;},'HxUzp':_0x5a55db(0x108),'nhRlh':function(_0x32353a,_0x4d9a93){return _0x32353a===_0x4d9a93;},'VHImy':_0x5a55db(0x167),'nYYDJ':'skipped','JlrsA':_0x5a55db(0x222),'FEnJq':function(_0x4a361d,_0x5725a9){return _0x4a361d===_0x5725a9;},'TAlyo':function(_0x2cf4dd,_0x33d2dd){return _0x2cf4dd!==_0x33d2dd;},'OCKLX':function(_0x31878f,_0x335798,_0x43ea0c,_0x1ad439){return _0x31878f(_0x335798,_0x43ea0c,_0x1ad439);},'CODAD':function(_0x565e8b,_0x1c11a0){return _0x565e8b>_0x1c11a0;},'SwDOF':_0x5a55db(0x168)},{testUUID:_0x3bf306,testData:_0x347c92,testId:_0x10ba17}=_0x55e98c;if(_0x348a46[_0x5a55db(0x251)](!_0x347c92,!_0x10ba17))return logger['debug'](_0x348a46[_0x5a55db(0x1b4)]),{};const _0x3c520e=this['resolveInstance'](TestFrameworkState[_0x5a55db(0x142)],HookState[_0x5a55db(0x19e)]),_0x32b004=_0x3c520e[_0x5a55db(0x16b)]()[_0x5a55db(0x13d)](_0x10ba17),_0x5da3ee=_0x348a46[_0x5a55db(0x251)](_0x32b004,{}),_0x27d793=_0x5da3ee?_0x5da3ee[TestFrameworkConstants[_0x5a55db(0x21b)]]||{}:{},_0x55d76f=_0x5da3ee[TestFrameworkConstants[_0x5a55db(0x1cf)]];logger[_0x5a55db(0x287)](_0x5a55db(0x21a)+(_0x55d76f?Object[_0x5a55db(0x1f4)](_0x55d76f)[_0x5a55db(0x14b)]:0x0)+_0x5a55db(0x223));let _0x51d464=_0x348a46[_0x5a55db(0x19c)];if(_0x347c92[_0x5a55db(0x230)])_0x51d464=_0x347c92['result'];else{if(_0x347c92[_0x5a55db(0x17e)]&&_0x348a46['WvwTK'](_0x347c92[_0x5a55db(0x17e)]['length'],0x0))_0x51d464=_0x348a46[_0x5a55db(0x25d)];else _0x348a46['nhRlh'](_0x347c92[_0x5a55db(0x207)],_0x348a46['VHImy'])||_0x348a46[_0x5a55db(0x140)](_0x347c92[_0x5a55db(0x207)],_0x348a46[_0x5a55db(0x279)])?_0x51d464=_0x348a46['nYYDJ']:_0x51d464=_0x348a46[_0x5a55db(0x259)];}const _0x7c3386={..._0x5da3ee,[TestFrameworkConstants[_0x5a55db(0x18f)]]:_0x51d464,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x347c92[_0x5a55db(0x1c6)]||new Date()[_0x5a55db(0x17c)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x5a55db(0x17c)](),[TestFrameworkConstants[_0x5a55db(0x21b)]]:_0x27d793,[TestFrameworkConstants['KEY_LOGS']]:_0x5da3ee[TestFrameworkConstants[_0x5a55db(0x25c)]]||[],[TestFrameworkConstants[_0x5a55db(0x102)]]:{}};if(_0x348a46[_0x5a55db(0x22f)](_0x51d464,_0x348a46[_0x5a55db(0x25d)])&&_0x347c92[_0x5a55db(0x17e)]){const _0x472a59=this[_0x5a55db(0x1ea)](_0x347c92),_0x3ec227=this[_0x5a55db(0x1d4)](_0x347c92),_0x42ad65=this[_0x5a55db(0x1a1)](_0x347c92);_0x7c3386[TestFrameworkConstants[_0x5a55db(0x155)]]=_0x3ec227,_0x7c3386[TestFrameworkConstants[_0x5a55db(0x23c)]]=_0x472a59,_0x7c3386[TestFrameworkConstants[_0x5a55db(0x244)]]=_0x42ad65;}_0x348a46[_0x5a55db(0x1e1)](_0x347c92[_0x5a55db(0x24b)],undefined)&&(_0x7c3386[TestFrameworkConstants[_0x5a55db(0x221)]]=_0x347c92[_0x5a55db(0x24b)]);_0x347c92[_0x5a55db(0x1ce)]&&(_0x7c3386[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x347c92[_0x5a55db(0x1ce)]);const _0x149911=_0x32b004?_0x32b004[TestFrameworkConstants[_0x5a55db(0x1cf)]]||{}:{},_0x536b6d=_0x32b004?_0x32b004[TestFrameworkConstants['KEY_TEST_UUID']]:_0x3bf306,_0x52da70=_0x348a46['OCKLX'](getManualUploadLogs,_0x149911,_0x536b6d,_0x10ba17);if(_0x348a46[_0x5a55db(0x133)](_0x52da70[_0x5a55db(0x14b)],0x0)){const _0x1987b0=_0x7c3386[TestFrameworkConstants[_0x5a55db(0x25c)]]||[];_0x7c3386[TestFrameworkConstants[_0x5a55db(0x25c)]]=[..._0x1987b0,..._0x52da70];}const _0x2333fd=_0x5da3ee[TestFrameworkConstants[_0x5a55db(0x1a9)]]||{},_0x32e5f1=_0x5da3ee[TestFrameworkConstants[_0x5a55db(0x14e)]]||{},_0x2da9a={..._0x2333fd},_0x474ae8=_0x2da9a;Object[_0x5a55db(0x1f4)](_0x32e5f1)[_0x5a55db(0x1ec)](_0x235f4c=>{const _0x4f94e9=_0x5a55db;!_0x474ae8[_0x235f4c]&&(_0x474ae8[_0x235f4c]=[]);const _0x29587a=new Set((_0x474ae8[_0x235f4c]||[])[_0x4f94e9(0x15b)](_0x845ca4=>_0x845ca4[TestFrameworkConstants[_0x4f94e9(0x23d)]]||_0x845ca4[_0x4f94e9(0x194)]));(_0x32e5f1[_0x235f4c]||[])[_0x4f94e9(0x1ec)](_0x4ef0aa=>{const _0x5a31c0=_0x4f94e9,_0x591fb4=_0x4ef0aa[TestFrameworkConstants[_0x5a31c0(0x23d)]]||_0x4ef0aa[_0x5a31c0(0x194)];if(!_0x29587a[_0x5a31c0(0x13c)](_0x591fb4)){const _0x67a7da={..._0x4ef0aa},_0x379841=_0x67a7da;!_0x379841[TestFrameworkConstants[_0x5a31c0(0x276)]]&&!_0x379841[_0x5a31c0(0x1d7)]&&(_0x379841[TestFrameworkConstants[_0x5a31c0(0x276)]]=new Date()[_0x5a31c0(0x17c)]()),!_0x379841[TestFrameworkConstants[_0x5a31c0(0x20e)]]&&!_0x379841[_0x5a31c0(0x21c)]&&(_0x379841[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x5a31c0(0x242)]),_0x474ae8[_0x235f4c][_0x5a31c0(0x1ad)](_0x379841);}});});if(_0x55e98c[_0x5a55db(0x199)]){this[_0x5a55db(0x193)](_0x55e98c[_0x5a55db(0x199)]);const _0x415ba5=this['buildHookMapFromTest'](_0x55e98c[_0x5a55db(0x199)]),_0x1d3bf2=this[_0x5a55db(0x22a)](_0x55e98c[_0x5a55db(0x199)]);_0x1d3bf2['forEach'](_0x18d47a=>{const _0x14d57f=_0x5a55db,_0x6bfbd7=_0x415ba5[_0x14d57f(0x13d)](_0x18d47a);if(_0x6bfbd7&&(_0x348a46[_0x14d57f(0x140)](_0x6bfbd7[_0x14d57f(0x195)],_0x348a46[_0x14d57f(0x106)])||_0x348a46['GwDme'](_0x6bfbd7[_0x14d57f(0x195)],_0x348a46['paJXZ']))){const _0x311319=_0x6bfbd7[_0x14d57f(0x195)][_0x14d57f(0x1d0)]()[_0x14d57f(0x24f)](_0x348a46['TUHcH'],_0x348a46[_0x14d57f(0x1e3)]),_0x3199fb=_0x311319;!_0x474ae8[_0x3199fb]&&(_0x474ae8[_0x3199fb]=[]);const _0x26d83f=_0x474ae8[_0x3199fb][_0x14d57f(0x11e)](_0x8cfb4a=>(_0x8cfb4a[TestFrameworkConstants[_0x14d57f(0x23d)]]||_0x8cfb4a['hook_id'])===_0x18d47a);!_0x26d83f&&_0x474ae8[_0x3199fb][_0x14d57f(0x1ad)]({'key':_0x3199fb,[TestFrameworkConstants[_0x14d57f(0x23d)]]:_0x18d47a,[TestFrameworkConstants[_0x14d57f(0x20e)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x14d57f(0x17c)](),[TestFrameworkConstants[_0x14d57f(0x276)]]:new Date()[_0x14d57f(0x17c)](),[TestFrameworkConstants[_0x14d57f(0x232)]]:[],[TestFrameworkConstants[_0x14d57f(0x1a6)]]:_0x6bfbd7[_0x14d57f(0x237)]||_0x6bfbd7[_0x14d57f(0x195)]+_0x14d57f(0x11d),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x27d793});}});}if(_0x347c92[_0x5a55db(0x190)]&&_0x348a46[_0x5a55db(0x133)](_0x347c92[_0x5a55db(0x190)][_0x5a55db(0x14b)],0x0))_0x7c3386[TestFrameworkConstants[_0x5a55db(0x1a9)]]=_0x347c92['hooks'],logger[_0x5a55db(0x287)](_0x348a46[_0x5a55db(0x200)]);else _0x348a46[_0x5a55db(0x133)](Object['keys'](_0x474ae8)['length'],0x0)&&(_0x7c3386[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x474ae8,logger[_0x5a55db(0x287)](_0x5a55db(0x144)+Object[_0x5a55db(0x1f4)](_0x474ae8)[_0x5a55db(0x192)](',')));const _0x4eb847=this[_0x5a55db(0x1f2)](_0x347c92);logger[_0x5a55db(0x287)](_0x5a55db(0x120)+_0x4eb847+_0x5a55db(0x217)+_0x10ba17+_0x5a55db(0x1d6)+_0x51d464+_0x5a55db(0x25b)+_0x347c92[_0x5a55db(0x24b)]);_0x348a46[_0x5a55db(0x22f)](_0x51d464,_0x348a46['HxUzp'])&&logger[_0x5a55db(0x287)](_0x5a55db(0x1c7)+_0x10ba17+',\x20failureType='+_0x7c3386[TestFrameworkConstants[_0x5a55db(0x155)]]+_0x5a55db(0x1a3)+_0x7c3386[TestFrameworkConstants[_0x5a55db(0x23c)]]?.[_0x5a55db(0x27c)](0x0,0xc8));const _0x42ae9b={};return _0x42ae9b[_0x10ba17]=_0x7c3386,_0x42ae9b;}[a75_0x514b27(0x266)](_0x2ec2e6){const _0x19bb32=a75_0x514b27,_0x1a7b37={};_0x1a7b37[_0x19bb32(0x267)]=function(_0x5b9159,_0xa728dd){return _0x5b9159!==_0xa728dd;},_0x1a7b37[_0x19bb32(0x239)]=function(_0x47e8b9,_0x4df507){return _0x47e8b9!==_0x4df507;},_0x1a7b37[_0x19bb32(0x188)]=_0x19bb32(0x281);const _0x15148a=_0x1a7b37,_0x13f23d={};_0x13f23d[_0x19bb32(0x233)]=0x2,_0x13f23d['maxArrayLength']=0x3,logger[_0x19bb32(0x287)](_0x19bb32(0x12f)+util[_0x19bb32(0x14a)](_0x2ec2e6,_0x13f23d));const _0x1eb50b=[];if(_0x2ec2e6&&_0x2ec2e6['parent']){let _0x43c90a=_0x2ec2e6[_0x19bb32(0x282)];while(_0x43c90a&&_0x43c90a[_0x19bb32(0x237)]&&_0x15148a[_0x19bb32(0x267)](_0x43c90a['name'],'')&&_0x15148a[_0x19bb32(0x239)](_0x43c90a[_0x19bb32(0x237)],_0x15148a[_0x19bb32(0x188)])){_0x1eb50b[_0x19bb32(0x1ad)](_0x43c90a['name']),_0x43c90a=_0x43c90a['parent'];}}return _0x1eb50b['reverse']();}['getJestTestName'](_0x4271da){const _0x98ef9=a75_0x514b27,_0x51cc3a={};_0x51cc3a[_0x98ef9(0x1da)]=_0x98ef9(0x1f0);const _0x38ba95=_0x51cc3a;if(_0x4271da[_0x98ef9(0x237)])return _0x4271da[_0x98ef9(0x237)];if(_0x4271da[_0x98ef9(0x1fd)])return _0x4271da['title'];return _0x38ba95[_0x98ef9(0x1da)];}[a75_0x514b27(0x24c)](_0x3f8c6c){const _0x16a7c7=a75_0x514b27,_0x2c1dcf=[];if(_0x3f8c6c['tags']&&Array[_0x16a7c7(0x1d3)](_0x3f8c6c['tags']))return _0x3f8c6c[_0x16a7c7(0x213)][_0x16a7c7(0x15b)](_0x3ab0aa=>_0x3ab0aa[_0x16a7c7(0x247)]('@')?_0x3ab0aa[_0x16a7c7(0x16e)](0x1):_0x3ab0aa);const _0x1f0014=this['getJestTestName'](_0x3f8c6c),_0x3580d2=_0x1f0014[_0x16a7c7(0x1ac)](/@(\w+)/g);if(_0x3580d2)return _0x3580d2[_0x16a7c7(0x15b)](_0x2949e3=>_0x2949e3[_0x16a7c7(0x1a7)](0x1));return _0x3f8c6c[_0x16a7c7(0xfd)]&&Array['isArray'](_0x3f8c6c[_0x16a7c7(0xfd)])&&_0x3f8c6c[_0x16a7c7(0xfd)]['forEach'](_0xce72e0=>{const _0x5be2fe=_0x16a7c7,_0x207934=_0xce72e0[_0x5be2fe(0x1ac)](/@(\w+)/g);_0x207934&&_0x207934[_0x5be2fe(0x1ec)](_0x57ef68=>{const _0x10dfb0=_0x5be2fe,_0x4cd2d1=_0x57ef68['slice'](0x1);!_0x2c1dcf[_0x10dfb0(0x13e)](_0x4cd2d1)&&_0x2c1dcf[_0x10dfb0(0x1ad)](_0x4cd2d1);});}),_0x2c1dcf;}[a75_0x514b27(0x1aa)](_0x46e889){const _0x73a1bb=a75_0x514b27,_0x3442a4={'hPkRC':function(_0x334483,_0x4d41f9){return _0x334483(_0x4d41f9);},'MmmpF':_0x73a1bb(0x170)};if(_0x46e889[_0x73a1bb(0x181)])return _0x46e889[_0x73a1bb(0x181)];if(_0x46e889['asyncError']){const _0x8701cf=_0x3442a4[_0x73a1bb(0x289)](require,_0x3442a4[_0x73a1bb(0x128)]);try{const _0x4a3d53=_0x8701cf[_0x73a1bb(0x22e)](_0x46e889[_0x73a1bb(0x1d5)]);if(_0x4a3d53[0x0]&&_0x4a3d53[0x0][_0x73a1bb(0x250)])return _0x4a3d53[0x0][_0x73a1bb(0x250)]();}catch(_0x55a0e1){logger[_0x73a1bb(0x287)](_0x73a1bb(0x257)+util[_0x73a1bb(0x1a5)](_0x55a0e1));}}return null;}[a75_0x514b27(0x1ea)](_0xe62947){const _0x4c1dde=a75_0x514b27,_0x42acf2={};_0x42acf2['gjoBw']=function(_0x3ad9a7,_0x317507){return _0x3ad9a7>_0x317507;},_0x42acf2[_0x4c1dde(0x119)]='Unknown\x20error';const _0x528fdb=_0x42acf2;if(_0xe62947[_0x4c1dde(0x17e)]&&_0x528fdb[_0x4c1dde(0x18a)](_0xe62947[_0x4c1dde(0x17e)][_0x4c1dde(0x14b)],0x0))return util[_0x4c1dde(0x14a)](_0xe62947[_0x4c1dde(0x17e)][0x0]);if(_0xe62947[_0x4c1dde(0x151)])return _0xe62947[_0x4c1dde(0x151)];return _0x528fdb['kgfDx'];}[a75_0x514b27(0x1d4)](_0x46e8ea){const _0x53be20=a75_0x514b27,_0x1154a4={};_0x1154a4['Sbtoc']=_0x53be20(0x147),_0x1154a4['pqvcs']=_0x53be20(0x122),_0x1154a4[_0x53be20(0x285)]=_0x53be20(0x164);const _0x3d55b8=_0x1154a4,_0x5dbbb9=this[_0x53be20(0x1ea)](_0x46e8ea);if(_0x5dbbb9&&_0x5dbbb9['includes'](_0x3d55b8[_0x53be20(0x19f)]))return _0x3d55b8[_0x53be20(0x265)];return _0x3d55b8['NESLH'];}['getJestFailureData'](_0x492775){const _0x50963c=a75_0x514b27,_0x207dee={'WSbpi':function(_0x3d9b4f,_0x115baf){return _0x3d9b4f(_0x115baf);},'tTDlw':_0x50963c(0x225),'kQskI':function(_0x52e7f7,_0x49b23d){return _0x52e7f7!==_0x49b23d;},'ncQWp':_0x50963c(0x157)},{failureData:_0x54c90f}=_0x207dee[_0x50963c(0xfb)](require,_0x207dee[_0x50963c(0x1b0)]),_0x4bf9c5=[];return _0x207dee[_0x50963c(0x271)](_0x492775[_0x50963c(0x17e)],undefined)&&_0x4bf9c5[_0x50963c(0x1ad)](_0x492775['errorsDetailed'],_0x207dee[_0x50963c(0x19b)]),_0x54c90f['apply'](null,_0x4bf9c5);}async[a75_0x514b27(0x10c)](_0x43deeb,_0x3dc06b,_0x3bff65,_0x2454e9){const _0x46d08c=a75_0x514b27,_0xc2541c={'CjeRl':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','HLXFy':function(_0x55cc14){return _0x55cc14();},'JbiSh':function(_0x5ef4f8,_0x183971){return _0x5ef4f8 in _0x183971;},'JacTt':function(_0x1eed31,_0x5128a7){return _0x1eed31 in _0x5128a7;},'AsGge':function(_0x5d1ec2,_0x259752){return _0x5d1ec2===_0x259752;},'vMyfR':function(_0x427e8d,_0xdd55ee){return _0x427e8d>_0xdd55ee;},'hevlI':'failed','IEgMe':_0x46d08c(0x222),'iZAiS':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','rnovM':function(_0x3c1290,_0x3a3419){return _0x3c1290===_0x3a3419;},'imXNB':function(_0x5c94f1,_0x231878){return _0x5c94f1!==_0x231878;}},{hookData:_0x5c7cf8}=_0x2454e9,_0x1aeacb=_0x3bff65[_0x46d08c(0x258)](),_0x16fec8=_0x3dc06b[_0x46d08c(0x258)](),_0x412964={};_0x412964[_0x46d08c(0x233)]=0x2,_0x412964['maxArrayLength']=0x3,logger[_0x46d08c(0x287)](_0x46d08c(0x202)+_0x16fec8+_0x46d08c(0x12c)+_0x1aeacb+_0x46d08c(0x146)+util[_0x46d08c(0x14a)](_0x5c7cf8,_0x412964));if(!_0x5c7cf8)return logger[_0x46d08c(0x287)](_0xc2541c['CjeRl']),{};const _0x5ac12e=_0x5c7cf8[_0x46d08c(0x28f)]||_0x5c7cf8[_0x46d08c(0x290)]||_0xc2541c['HLXFy'](uuidv4),_0x3cd3a0=_0x5c7cf8[_0x46d08c(0x1c8)]||this[_0x46d08c(0x132)](_0x5c7cf8),_0x2701b2=_0x3dc06b[_0x46d08c(0x258)]()[_0x46d08c(0x20a)]('.')[0x1],_0x155970=_0x43deeb[_0x46d08c(0x16b)]()['get'](_0x3cd3a0),_0x2185cd=_0x155970?_0x155970[TestFrameworkConstants[_0x46d08c(0x21b)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x5ac12e+_0x46d08c(0x217)+_0x3cd3a0+_0x46d08c(0x12e)+_0x2701b2+_0x46d08c(0x12c)+_0x1aeacb);if(!_0x155970)return logger[_0x46d08c(0x287)](_0x46d08c(0x113)+_0x3cd3a0+_0x46d08c(0x111)),this[_0x46d08c(0x121)](_0x43deeb,_0x3cd3a0,_0x3dc06b,_0x3bff65,_0x2454e9),{};let _0x5592b2=_0x155970[TestFrameworkConstants[_0x46d08c(0x14e)]];!_0x5592b2&&(_0x5592b2={});!_0xc2541c[_0x46d08c(0x1ca)](_0x2701b2,_0x5592b2)&&(_0x5592b2[_0x2701b2]=[]);let _0x1a18fc=_0x155970[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x1a18fc&&(_0x1a18fc={});!_0xc2541c[_0x46d08c(0x28e)](_0x2701b2,_0x1a18fc)&&(_0x1a18fc[_0x2701b2]=[]);const _0x128b3f={[_0x3cd3a0]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x5592b2,[TestFrameworkConstants[_0x46d08c(0x1a9)]]:_0x1a18fc,[TestFrameworkConstants[_0x46d08c(0x158)]]:this[_0x46d08c(0x20d)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x46d08c(0x1c1)]()[this[_0x46d08c(0x20d)]()[0x0]]||''}};if(_0xc2541c['AsGge'](_0x3bff65,HookState['PRE'])){const _0x24ce49={'key':_0x2701b2,[TestFrameworkConstants[_0x46d08c(0x23d)]]:_0x5ac12e,[TestFrameworkConstants[_0x46d08c(0x20e)]]:TestFrameworkConstants[_0x46d08c(0x242)],[TestFrameworkConstants[_0x46d08c(0x23f)]]:_0x5c7cf8['started_at']||new Date()[_0x46d08c(0x17c)](),[TestFrameworkConstants[_0x46d08c(0x232)]]:[],[TestFrameworkConstants[_0x46d08c(0x1a6)]]:_0x5c7cf8['name']||_0x5c7cf8['hook_type']||_0x2701b2,[TestFrameworkConstants[_0x46d08c(0x21b)]]:_0x2185cd};_0x5592b2[_0x2701b2][_0x46d08c(0x1ad)](_0x24ce49),_0x128b3f[_0x3cd3a0][TestFrameworkConstants[_0x46d08c(0x214)]]=_0x2701b2;const _0x11d6c0={};_0x11d6c0[_0x46d08c(0x233)]=0x2,logger[_0x46d08c(0x287)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x2701b2+_0x46d08c(0x104)+_0x5ac12e+',\x20testId='+_0x3cd3a0+_0x46d08c(0x219)+util[_0x46d08c(0x14a)](_0x24ce49,_0x11d6c0));}else{if(_0xc2541c[_0x46d08c(0x154)](_0x3bff65,HookState[_0x46d08c(0x19e)])){const _0x5ec48b=_0x5c7cf8[_0x46d08c(0x230)]||(_0x5c7cf8['errorsDetailed']&&_0xc2541c[_0x46d08c(0x1bb)](_0x5c7cf8[_0x46d08c(0x17e)][_0x46d08c(0x14b)],0x0)?_0xc2541c[_0x46d08c(0x1e2)]:_0xc2541c[_0x46d08c(0x27b)]),_0x3d20c3=_0x5592b2[_0x2701b2]||[];logger[_0x46d08c(0x287)](_0x46d08c(0x10d)+_0x2701b2+_0x46d08c(0x217)+_0x3cd3a0+_0x46d08c(0x1fb)+_0x5ec48b+_0x46d08c(0x165)+_0x3d20c3[_0x46d08c(0x14b)]);if(_0xc2541c[_0x46d08c(0x154)](_0x3d20c3[_0x46d08c(0x14b)],0x0)&&_0xc2541c[_0x46d08c(0x154)](_0x3dc06b,TestFrameworkState['BEFORE_ALL']))return logger[_0x46d08c(0x287)](_0xc2541c[_0x46d08c(0x138)]),this[_0x46d08c(0x121)](_0x43deeb,_0x3cd3a0,_0x3dc06b,_0x3bff65,_0x2454e9),{};if(_0xc2541c[_0x46d08c(0x1bb)](_0x3d20c3['length'],0x0)){const _0x4d603d=_0x3d20c3[_0x46d08c(0x262)]();_0xc2541c[_0x46d08c(0x1b2)](_0x5ec48b,_0xc2541c['hevlI'])&&_0x5c7cf8[_0x46d08c(0x17e)]?(_0x4d603d[TestFrameworkConstants[_0x46d08c(0x141)]]=this[_0x46d08c(0x1d4)](_0x5c7cf8),_0x4d603d[TestFrameworkConstants[_0x46d08c(0x28b)]]=this['getJestFailureReason'](_0x5c7cf8),_0x4d603d[TestFrameworkConstants[_0x46d08c(0x263)]]=this['getJestFailureData'](_0x5c7cf8),logger[_0x46d08c(0x287)](_0x46d08c(0x277)+_0x2701b2+',\x20failureType='+_0x4d603d[TestFrameworkConstants[_0x46d08c(0x141)]]+_0x46d08c(0x1a3)+_0x4d603d[TestFrameworkConstants[_0x46d08c(0x28b)]]?.[_0x46d08c(0x27c)](0x0,0xc8))):_0x4d603d[TestFrameworkConstants[_0x46d08c(0x20e)]]=_0xc2541c[_0x46d08c(0x27b)];_0xc2541c['imXNB'](_0x5ec48b,TestFrameworkConstants[_0x46d08c(0x242)])&&(_0x4d603d[TestFrameworkConstants[_0x46d08c(0x20e)]]=_0x5ec48b);_0x4d603d[TestFrameworkConstants[_0x46d08c(0x276)]]=_0x5c7cf8[_0x46d08c(0x1c6)]||new Date()['toISOString'](),_0x4d603d[TestFrameworkConstants[_0x46d08c(0x21b)]]=_0x2185cd;const _0x220d2e=_0x4d603d[TestFrameworkConstants[_0x46d08c(0x23d)]];!_0x1a18fc[_0x2701b2]&&(_0x1a18fc[_0x2701b2]=[]);_0x1a18fc[_0x2701b2]['push'](_0x4d603d),_0x128b3f[_0x3cd3a0][TestFrameworkConstants[_0x46d08c(0x182)]]=_0x2701b2;const _0x46481c={};_0x46481c[_0x46d08c(0x233)]=0x2,logger[_0x46d08c(0x287)](_0x46d08c(0x18e)+_0x2701b2+_0x46d08c(0x104)+_0x220d2e+_0x46d08c(0x1fb)+_0x5ec48b+',\x20hook='+util[_0x46d08c(0x14a)](_0x4d603d,_0x46481c));}}}return _0x128b3f;}[a75_0x514b27(0x260)](_0x8c758b){const _0x50adcb=a75_0x514b27,_0x32149f={};_0x32149f['IUDuD']=_0x50adcb(0x169);const _0x4c359a=_0x32149f;try{const _0x420ca8=_0x8c758b[_0x50adcb(0x157)]?this[_0x50adcb(0x132)](_0x8c758b[_0x50adcb(0x157)]):_0x8c758b[_0x50adcb(0x208)][_0x50adcb(0x1c8)],_0x509b2c=_0x8c758b['instance'],_0x10cd8a=_0x509b2c[_0x50adcb(0x1dc)](),_0x42d2bd=_0x509b2c[_0x50adcb(0x16b)]()[_0x50adcb(0x13d)](_0x420ca8);if(!_0x42d2bd)return logger[_0x50adcb(0x287)](_0x50adcb(0x1b1)+_0x420ca8),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4df557=this[_0x50adcb(0x20d)]()[0x0]||'',[TestFrameworkConstants[_0x50adcb(0x27d)]]:_0x134228=this[_0x50adcb(0x1c1)]()[this[_0x50adcb(0x20d)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x23ef53='',[TestFrameworkConstants[_0x50adcb(0x197)]]:_0x2f7dc0=''}=_0x42d2bd,_0x1b782d=_0x509b2c[_0x50adcb(0x123)]()[_0x50adcb(0x258)]()['split']('.')[0x1],_0x4f9ab3=_0x509b2c[_0x50adcb(0x152)]()[_0x50adcb(0x258)]()[_0x50adcb(0x20a)]('.')[0x1],_0xc198ef=global?.['__workerDetails']?.[_0x50adcb(0x1c9)]?.[_0x50adcb(0x1e5)]||global[_0x50adcb(0x124)]||0x0,_0x1960af=_0x509b2c['getRef'](),_0x53e42d=Buffer[_0x50adcb(0x191)](JSON['stringify'](_0x42d2bd))[_0x50adcb(0x258)](_0x4c359a[_0x50adcb(0x283)]),_0x35a251={'hash':_0x10cd8a['getId'](),'threadId':_0x10cd8a[_0x50adcb(0x26d)]()['toString'](),'processId':_0x10cd8a[_0x50adcb(0x11a)]()[_0x50adcb(0x258)]()},_0x1ba282={};_0x1ba282[_0x50adcb(0x24a)]=_0xc198ef,_0x1ba282[_0x50adcb(0x180)]=_0x4df557,_0x1ba282[_0x50adcb(0x1c3)]=_0x134228,_0x1ba282[_0x50adcb(0x114)]=_0x1b782d,_0x1ba282[_0x50adcb(0x1c5)]=_0x4f9ab3,_0x1ba282[_0x50adcb(0x127)]=_0x23ef53,_0x1ba282[_0x50adcb(0x264)]=_0x2f7dc0,_0x1ba282[_0x50adcb(0x28f)]=_0x1960af,_0x1ba282[_0x50adcb(0x172)]=_0x53e42d,_0x1ba282[_0x50adcb(0x1e0)]=_0x35a251,_0x1ba282[_0x50adcb(0x196)]=_0x420ca8;const _0x4b466b=_0x1ba282;return _0x4b466b;}catch(_0x4c065f){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x4c065f)),{};}}async[a75_0x514b27(0x1e7)](_0x21b558,_0x26dac2,_0x5c0ad9){const _0x105efd=a75_0x514b27,_0x199313={'uzDCb':function(_0x2ea07e,_0x1a5d9b){return _0x2ea07e+_0x1a5d9b;},'bnXNh':_0x105efd(0x1a0),'FZbjJ':_0x105efd(0x175),'lRKBD':function(_0x4fd5bb,_0x4e0231){return _0x4fd5bb>_0x4e0231;},'JHJFR':function(_0x193910,_0x43549d,_0x5728d9,_0x456f8a){return _0x193910(_0x43549d,_0x5728d9,_0x456f8a);},'cVhsu':function(_0x32b586,_0x257188){return _0x32b586-_0x257188;},'nxJAC':function(_0x53a399,_0x5065b1){return _0x53a399===_0x5065b1;},'xbTsW':function(_0x4844a8,_0x134947){return _0x4844a8/_0x134947;},'TZGwD':function(_0x2739c1,_0x46a5d6){return _0x2739c1<_0x46a5d6;},'SAGAd':function(_0x363b33,_0x3e1eba){return _0x363b33*_0x3e1eba;},'UofzU':function(_0x3f6fbf,_0x1aa984){return _0x3f6fbf+_0x1aa984;},'rlIOa':function(_0x3a3152,_0x1972c6){return _0x3a3152+_0x1972c6;},'FraPp':function(_0x36671b,_0x2312ee){return _0x36671b>_0x2312ee;}};try{const _0x384d6a=_0x5c0ad9[_0x105efd(0x252)]||_0x5c0ad9['testId'],_0x3a4c56=Array['from'](_0x21b558['getAllData']()['keys']()),_0x329cb3=_0x21b558[_0x105efd(0x16b)]()[_0x105efd(0x13d)](_0x384d6a);if(!_0x329cb3){logger[_0x105efd(0x287)](_0x105efd(0x273)+_0x384d6a);return;}const {[TestFrameworkConstants[_0x105efd(0x158)]]:_0x3530b8='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3296df=''}=_0x329cb3;let _0x5b1421=[];_0x329cb3&&_0x329cb3[TestFrameworkConstants[_0x105efd(0x25c)]]&&Array[_0x105efd(0x1d3)](_0x329cb3[TestFrameworkConstants[_0x105efd(0x25c)]])?(_0x5b1421=_0x329cb3[TestFrameworkConstants[_0x105efd(0x25c)]]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x5b1421['length']+_0x105efd(0xff)+_0x384d6a),_0x21b558[_0x105efd(0x11c)]({[_0x384d6a]:{[TestFrameworkConstants[_0x105efd(0x25c)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x105efd(0x20d)]()[0x0]||'',[TestFrameworkConstants[_0x105efd(0x27d)]]:this[_0x105efd(0x1c1)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x105efd(0x287)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x384d6a)):logger['debug'](_0x105efd(0x160)+_0x384d6a);logger[_0x105efd(0x287)](_0x105efd(0x1d1)+_0x5b1421[_0x105efd(0x14b)]+_0x105efd(0x163)+_0x384d6a);const _0x145664=_0x5b1421[_0x105efd(0x189)](_0x2c58ff=>_0x2c58ff[_0x105efd(0x19d)]===_0x105efd(0x183));_0x199313['lRKBD'](_0x145664[_0x105efd(0x14b)],0x0)&&(logger[_0x105efd(0x287)](_0x105efd(0x187)+_0x145664[_0x105efd(0x14b)]+_0x105efd(0x26f)+_0x384d6a),_0x145664[_0x105efd(0x1ec)]((_0x2093d8,_0x20faf3)=>{const _0x20d149=_0x105efd;logger[_0x20d149(0x287)](_0x20d149(0x1b7)+_0x199313['uzDCb'](_0x20faf3,0x1)+'/'+_0x145664[_0x20d149(0x14b)]+_0x20d149(0x227)+(_0x2093d8[_0x20d149(0x196)]||_0x199313[_0x20d149(0x148)])+_0x20d149(0x1f9)+(_0x2093d8[_0x20d149(0x22c)]||_0x199313['bnXNh'])+',\x20hook_run_uuid='+(_0x2093d8[_0x20d149(0x236)]||_0x199313[_0x20d149(0x261)])+_0x20d149(0x12a)+(_0x2093d8['message']?.['length']||0x0));}));const _0x21f163=_0x329cb3[TestFrameworkConstants[_0x105efd(0x1cf)]]||{},_0x54d695=_0x199313[_0x105efd(0x1ee)](getMediaArtifactsLogs,_0x21f163,null,_0x384d6a),_0x313011=(_0x5b1421||[])[_0x105efd(0x1b3)](_0x54d695||[]),_0xdbda10=_0x145664?.['length']||0x0,_0x49a19a=_0x199313[_0x105efd(0x23a)](_0x5b1421?.[_0x105efd(0x14b)]||0x0,_0xdbda10);logger[_0x105efd(0x287)](_0x105efd(0x22b)+_0x384d6a+',\x20consoleLogs:\x20'+_0x49a19a+_0x105efd(0x173)+_0xdbda10+_0x105efd(0x1df)+(_0x54d695?.[_0x105efd(0x14b)]||0x0)+',\x20totalLogs:\x20'+_0x313011[_0x105efd(0x14b)]);if(!_0x313011||_0x199313[_0x105efd(0x1eb)](_0x313011[_0x105efd(0x14b)],0x0)){logger[_0x105efd(0x287)](_0x105efd(0x216)+_0x384d6a);return;}const _0x4f75c7=0x28,_0x42132c=Math[_0x105efd(0x1c0)](_0x199313['xbTsW'](_0x313011[_0x105efd(0x14b)],_0x4f75c7));for(let _0x5d709a=0x0;_0x199313['TZGwD'](_0x5d709a,_0x42132c);_0x5d709a++){const _0x495825=_0x199313[_0x105efd(0x1bd)](_0x5d709a,_0x4f75c7),_0x2ac68a=_0x199313[_0x105efd(0x201)](_0x495825,_0x4f75c7),_0x1f36fe=_0x313011[_0x105efd(0x1a7)](_0x495825,_0x2ac68a),_0x4d9eb2=global?.[_0x105efd(0x268)]??0x0,_0x125ac0={'platformIndex':_0x4d9eb2,'logs':_0x1f36fe,'testFrameworkName':_0x3530b8,'testFrameworkVersion':_0x3296df,'testFrameworkState':_0x26dac2[_0x105efd(0x258)]()['split']('.')[0x1]},_0x2876b0={};_0x2876b0['depth']=0x3,_0x2876b0[_0x105efd(0x1de)]=0x5,logger[_0x105efd(0x287)](_0x105efd(0x26e)+_0x199313[_0x105efd(0x12b)](_0x5d709a,0x1)+'/'+_0x42132c+_0x105efd(0x1ba)+_0x384d6a+_0x105efd(0x231)+_0x1f36fe[_0x105efd(0x14b)]+_0x105efd(0x176)+_0x4d9eb2+_0x105efd(0x1b9)+util[_0x105efd(0x14a)](_0x125ac0,_0x2876b0));const _0x5b72d0=await GrpcClient[_0x105efd(0x125)]()['logCreatedEvent'](_0x125ac0);logger[_0x105efd(0x287)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x199313[_0x105efd(0x25a)](_0x5d709a,0x1)+'/'+_0x42132c+_0x105efd(0x1ba)+_0x384d6a+_0x105efd(0x11b)+util[_0x105efd(0x14a)](_0x5b72d0));}_0x54d695&&_0x199313[_0x105efd(0x16c)](_0x54d695[_0x105efd(0x14b)],0x0)&&_0x329cb3[TestFrameworkConstants[_0x105efd(0x1cf)]]&&_0x21b558[_0x105efd(0x11c)]({[_0x384d6a]:{[TestFrameworkConstants[_0x105efd(0x1cf)]]:{},[TestFrameworkConstants[_0x105efd(0x158)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x105efd(0x27d)]]:this[_0x105efd(0x1c1)]()[this[_0x105efd(0x20d)]()[0x0]]||''}}),logger[_0x105efd(0x287)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x384d6a+_0x105efd(0x162)+_0x42132c);}catch(_0x497af6){logger[_0x105efd(0x12d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x5c0ad9[_0x105efd(0x252)]||_0x5c0ad9[_0x105efd(0x1c2)])+_0x105efd(0x174)+util['format'](_0x497af6));}}[a75_0x514b27(0x121)](_0x3ea27b,_0x174312,_0x3e3f77,_0x21e981,_0x5025f5){const _0x44e17c=a75_0x514b27,_0x57398e={};_0x57398e[_0x44e17c(0x198)]=function(_0x3f491f,_0x211bb9){return _0x3f491f===_0x211bb9;},_0x57398e[_0x44e17c(0x13a)]=_0x44e17c(0x14d);const _0x50981b=_0x57398e,{hookData:_0x568590}=_0x5025f5,_0x154780={'testId':_0x174312,'testFrameworkState':_0x3e3f77,'hookState':_0x21e981,'args':_0x5025f5,'timestamp':new Date()[_0x44e17c(0x17c)]()};if(_0x50981b[_0x44e17c(0x198)](_0x3e3f77,TestFrameworkState[_0x44e17c(0x129)])&&_0x568590){const _0x1dfed5={};_0x1dfed5[_0x44e17c(0x1a8)]=_0x568590[_0x44e17c(0x181)]||_0x568590['location'],_0x1dfed5[_0x44e17c(0x1e8)]=_0x568590['scope']||_0x568590[_0x44e17c(0xfd)]&&_0x568590[_0x44e17c(0xfd)][0x0]||'',_0x1dfed5[_0x44e17c(0x110)]=_0x50981b[_0x44e17c(0x13a)],_0x154780[_0x44e17c(0x178)]=_0x1dfed5,logger[_0x44e17c(0x287)](_0x44e17c(0x220)+_0x174312+_0x44e17c(0x240)+_0x154780[_0x44e17c(0x178)][_0x44e17c(0x1a8)]+_0x44e17c(0x10b)+_0x154780['hookMetadata'][_0x44e17c(0x1e8)]);}_0x3ea27b[_0x44e17c(0x1ff)](_0x174312,_0x154780),logger[_0x44e17c(0x287)](_0x44e17c(0x1ef)+_0x174312+_0x44e17c(0x13f)+_0x3e3f77+_0x44e17c(0x235)+_0x21e981);}async['processPendingHooks'](_0x465f06,_0x40ad6f){const _0x1e798d=a75_0x514b27,_0x1249ac={};_0x1249ac['cBmtm']=function(_0x45db22,_0x46383a){return _0x45db22>_0x46383a;},_0x1249ac['QBNmM']=function(_0x310783,_0x260837){return _0x310783===_0x260837;},_0x1249ac[_0x1e798d(0x139)]=function(_0x16b5f4,_0x71585d){return _0x16b5f4===_0x71585d;},_0x1249ac[_0x1e798d(0x23e)]=_0x1e798d(0x234);const _0xac2577=_0x1249ac;if(_0x465f06[_0x1e798d(0x24d)](_0x40ad6f)){const _0x44d839=_0x465f06[_0x1e798d(0x10e)](_0x40ad6f);logger[_0x1e798d(0x287)](_0x1e798d(0x1e6)+_0x44d839[_0x1e798d(0x14b)]+_0x1e798d(0x1d9)+_0x40ad6f);for(const _0x5c2cca of _0x44d839){try{const _0x4352f1=await this[_0x1e798d(0x10c)](_0x465f06,_0x5c2cca[_0x1e798d(0x114)],_0x5c2cca[_0x1e798d(0x1c5)],_0x5c2cca[_0x1e798d(0x211)]);_0x4352f1&&_0xac2577[_0x1e798d(0xfc)](Object[_0x1e798d(0x1f4)](_0x4352f1)[_0x1e798d(0x14b)],0x0)&&_0x465f06[_0x1e798d(0x11c)](_0x4352f1),await this[_0x1e798d(0x26a)](_0x465f06,_0x5c2cca[_0x1e798d(0x114)],_0x5c2cca['hookState'],_0x5c2cca['args']);}catch(_0x581036){logger[_0x1e798d(0x12d)](_0x1e798d(0x177)+_0x40ad6f+',\x20error:\x20'+_0x581036);}}_0x465f06[_0x1e798d(0x286)](_0x40ad6f),logger[_0x1e798d(0x287)](_0x1e798d(0x26b)+_0x40ad6f);}const _0x34eb7e=_0x465f06[_0x1e798d(0x16b)]()[_0x1e798d(0x13d)](_0x40ad6f);if(_0x34eb7e){const _0x366890=_0x34eb7e[TestFrameworkConstants[_0x1e798d(0x1f1)]]||_0x34eb7e[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x75d648=_0x34eb7e[TestFrameworkConstants[_0x1e798d(0x1f7)]]||_0x34eb7e[TestFrameworkConstants[_0x1e798d(0x156)]]&&_0x34eb7e[TestFrameworkConstants[_0x1e798d(0x156)]][0x0]||'';logger[_0x1e798d(0x287)](_0x1e798d(0x13b)+_0x366890+_0x1e798d(0x10b)+_0x75d648);const _0x393535=_0x465f06[_0x1e798d(0x248)]();for(const _0x40165a of _0x393535){if(_0xac2577['QBNmM'](_0x40165a,_0x40ad6f))continue;if(_0x465f06[_0x1e798d(0x24d)](_0x40165a)){const _0x327777=_0x465f06[_0x1e798d(0x10e)](_0x40165a);for(const _0x118834 of _0x327777){if(_0xac2577[_0x1e798d(0x256)](_0x118834[_0x1e798d(0x114)],TestFrameworkState[_0x1e798d(0x129)])&&_0x118834[_0x1e798d(0x178)]){const _0x1b3c81=_0x118834['hookMetadata']['filePath'],_0x146ad8=_0x118834[_0x1e798d(0x178)][_0x1e798d(0x1e8)];if(_0xac2577[_0x1e798d(0x256)](_0x1b3c81,_0x366890)&&_0xac2577['dKNov'](_0x146ad8,_0x75d648)){logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x40165a+_0x1e798d(0x1cb)+_0x40ad6f+_0x1e798d(0x240)+_0x1b3c81+_0x1e798d(0x10b)+_0x146ad8);_0x118834[_0x1e798d(0x211)]&&_0x118834['args'][_0x1e798d(0x208)]&&(_0x118834[_0x1e798d(0x211)][_0x1e798d(0x208)]['test_run_id']=_0x40ad6f,logger[_0x1e798d(0x287)](_0x1e798d(0x278)+_0x40165a+'\x20to\x20'+_0x40ad6f));try{const _0x5244a5=await this['trackHookEvent'](_0x465f06,_0x118834[_0x1e798d(0x114)],_0x118834['hookState'],_0x118834[_0x1e798d(0x211)]);_0x5244a5&&_0xac2577['cBmtm'](Object[_0x1e798d(0x1f4)](_0x5244a5)[_0x1e798d(0x14b)],0x0)&&_0x465f06[_0x1e798d(0x11c)](_0x5244a5);await this[_0x1e798d(0x26a)](_0x465f06,_0x118834[_0x1e798d(0x114)],_0x118834[_0x1e798d(0x1c5)],_0x118834[_0x1e798d(0x211)]);const _0x2d41fc=_0x465f06[_0x1e798d(0x10e)](_0x40165a)['filter'](_0x1c5837=>_0x1c5837!==_0x118834);if(_0xac2577[_0x1e798d(0x256)](_0x2d41fc[_0x1e798d(0x14b)],0x0))_0x465f06[_0x1e798d(0x286)](_0x40165a);else{_0x465f06[_0x1e798d(0x286)](_0x40165a);for(const _0x25cd47 of _0x2d41fc){_0x465f06[_0x1e798d(0x1ff)](_0x40165a,_0x25cd47);}}logger['debug'](_0xac2577[_0x1e798d(0x23e)]);}catch(_0x4dddb5){logger['error']('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x40ad6f+',\x20error:\x20'+_0x4dddb5);}}}}}}}}[a75_0x514b27(0x193)](_0x3f659d){const _0x3eba15=a75_0x514b27,_0x363387={'DJXwB':function(_0x4abb30){return _0x4abb30();}};if(!_0x3f659d||!_0x3f659d[_0x3eba15(0x282)])return;_0x3f659d[_0x3eba15(0x282)][_0x3eba15(0x190)]&&Array[_0x3eba15(0x1d3)](_0x3f659d[_0x3eba15(0x282)][_0x3eba15(0x190)])&&_0x3f659d[_0x3eba15(0x282)][_0x3eba15(0x190)][_0x3eba15(0x1ec)](_0x4b5fc4=>{const _0x5e4aff=_0x3eba15;!_0x4b5fc4[_0x5e4aff(0x290)]&&!_0x4b5fc4[_0x5e4aff(0x17f)]&&(_0x4b5fc4[_0x5e4aff(0x290)]=_0x363387['DJXwB'](uuidv4),_0x4b5fc4['hookUUID']=_0x4b5fc4[_0x5e4aff(0x290)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x4b5fc4[_0x5e4aff(0x195)]+',\x20hookUUID='+_0x4b5fc4['hookAnalyticsId']));}),this[_0x3eba15(0x193)](_0x3f659d[_0x3eba15(0x282)]);}[a75_0x514b27(0x22a)](_0x2693b7){const _0xdd47df=a75_0x514b27,_0x42cbac={'NIFya':function(_0x3d8a7f,_0x35df00){return _0x3d8a7f(_0x35df00);}};if(!_0x2693b7||!_0x2693b7[_0xdd47df(0x282)])return[];const _0x2fba4d=[];return _0x2693b7[_0xdd47df(0x282)]['hooks']&&Array[_0xdd47df(0x1d3)](_0x2693b7[_0xdd47df(0x282)]['hooks'])&&_0x2693b7['parent'][_0xdd47df(0x190)][_0xdd47df(0x1ec)](_0x3065aa=>{const _0x547bb5=_0xdd47df,_0x447adf=_0x3065aa[_0x547bb5(0x290)]||_0x3065aa[_0x547bb5(0x17f)];_0x447adf&&!this[_0x547bb5(0x15c)](_0x3065aa)&&!_0x42cbac[_0x547bb5(0x116)](isInternalHook,_0x3065aa['fn'])&&_0x2fba4d[_0x547bb5(0x1ad)](_0x447adf);}),[..._0x2fba4d,...this['getHooksForTest'](_0x2693b7[_0xdd47df(0x282)])];}[a75_0x514b27(0x1bf)](_0x262830){const _0x3ae35d=a75_0x514b27,_0x51e36e={'DLZMS':function(_0x25148c,_0x155c1f){return _0x25148c(_0x155c1f);},'YfiQA':_0x3ae35d(0x228),'HyANg':function(_0x316379,_0x26e527){return _0x316379(_0x26e527);},'eAkCo':function(_0x4cf81d,_0x2d6ce2){return _0x4cf81d(_0x2d6ce2);}},_0x4ad1f7=new Map(),_0x658f9a=_0x146704=>{const _0x37e8bb=_0x3ae35d,_0x2a4041={'qbeTh':function(_0x51c7bd,_0x2c7d8f){return _0x51e36e['DLZMS'](_0x51c7bd,_0x2c7d8f);},'kGYWw':_0x51e36e[_0x37e8bb(0x1c4)]};if(!_0x146704||!_0x146704[_0x37e8bb(0x282)])return;_0x146704[_0x37e8bb(0x282)][_0x37e8bb(0x190)]&&Array['isArray'](_0x146704[_0x37e8bb(0x282)][_0x37e8bb(0x190)])&&_0x146704['parent'][_0x37e8bb(0x190)]['forEach'](_0x5c9040=>{const _0x215edb=_0x37e8bb,_0xe62ca8=_0x5c9040[_0x215edb(0x290)]||_0x5c9040[_0x215edb(0x17f)];if(_0xe62ca8&&!this['isJestInternalHook'](_0x5c9040)&&!_0x2a4041['qbeTh'](isInternalHook,_0x5c9040['fn'])){const _0x35ce29={};_0x35ce29['type']=_0x5c9040['type']||_0x2a4041[_0x215edb(0x275)],_0x35ce29['name']=_0x5c9040[_0x215edb(0x237)]||'\x22'+_0x5c9040['type']+_0x215edb(0x249),_0x4ad1f7[_0x215edb(0x109)](_0xe62ca8,_0x35ce29);}}),_0x51e36e['HyANg'](_0x658f9a,_0x146704['parent']);};return _0x51e36e['eAkCo'](_0x658f9a,_0x262830),_0x4ad1f7;}[a75_0x514b27(0x15c)](_0x4549df){const _0xc4102e=a75_0x514b27,_0x3381be={};_0x3381be[_0xc4102e(0x270)]=_0xc4102e(0x274),_0x3381be[_0xc4102e(0x229)]=_0xc4102e(0x1dd);const _0x27168a=_0x3381be;try{const _0xea1760=this[_0xc4102e(0x20f)](_0x4549df);return _0xea1760&&_0xea1760[_0xc4102e(0x13e)](_0x27168a[_0xc4102e(0x270)]);}catch(_0x534522){logger['debug'](_0x27168a['GKSzZ']);}return![];}[a75_0x514b27(0x20f)](_0x358a18){const _0x3d9176=a75_0x514b27;if(_0x358a18['asyncError'])try{const _0x2008f3=stackTrace['parse'](_0x358a18[_0x3d9176(0x1d5)]);return _0x2008f3[0x0]?_0x2008f3[0x0]['getFileName']():null;}catch(_0x3835cf){logger['debug'](_0x3d9176(0x1ab)+util['format'](_0x3835cf));}if(_0x358a18[_0x3d9176(0x16d)])return _0x358a18[_0x3d9176(0x16d)];return null;}}function a75_0x5391(){const _0x585f7c=['[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','addPendingHook','SwDOF','uzDCb','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','../instances/trackedInstance.js','FuedN','setActiveHook','removeActiveHook','status','hookData','../grpcClient','split','pYWTN','JestTestFramework','getTestFrameworks','KEY_HOOK_RESULT','getRootParentFile','\x20&\x20hookState=','args','MDRrQ','tags','KEY_HOOK_LAST_STARTED','parseJestTestResult','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20',',\x20testId=','KEY_TEST_NAME',',\x20hook=','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_CUSTOM_TAGS','hook_result','getCurrentInstanceName','KEY_TEST_CODE','VJoPr','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','KEY_TEST_DURATION','passed','\x20attachments','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','../../../helpers/test-observability/utils','761193ZykoJh','\x20-\x20test_identifier=','unknown','GKSzZ','getHooksForTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','test_run_uuid','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','parse','FEnJq','result',',\x20logsInBatch:\x20','KEY_HOOK_LOGS','depth','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',',\x20hookState:\x20','hook_run_uuid','name','NONE','TsTlC','cVhsu','Uvlxi','KEY_TEST_FAILURE_REASON','KEY_HOOK_ID','CgVji','KEY_EVENT_STARTED_AT',',\x20filePath:\x20','142wsZAVS','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_TEST_FAILURE','activeHooks','warn','startsWith','getAllPendingHookTestIds','\x22\x20hook','platformIndex','duration','getJestTestTags','hasPendingHooks','processPendingHooks','replace','getFileName','HjQQt','testUUID','9926390pDZLyQ','trackJestInstance:\x20created\x20instance\x20for\x20target=','started_at','QBNmM','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','toString','JlrsA','rlIOa',',\x20duration=','KEY_LOGS','HxUzp','splice','PRE','createTestFrameworkEventPayload','FZbjJ','pop','KEY_HOOK_FAILURE','endedAt','pqvcs','getJestTestScopes','vecWv','browserstackPlatformIndex','trackJestInstance','runHooks','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20filePath=','getThreadId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','\x20screenshot\x20logs\x20for\x20testId:\x20','YJxGe','kQskI','\x22\x20from\x20testData','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','jest-circus','kGYWw','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','nYYDJ',',\x20scopes=','IEgMe','substring','KEY_TEST_FRAMEWORK_VERSION','parseJestTest',',\x20remainingHooks=','_ALL','ROOT_DESCRIBE_BLOCK','parent','IUDuD',',\x20contextId=','NESLH','removePendingHooks','debug','kLnnV','hPkRC','UWdPU','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','JacTt','uuid','hookAnalyticsId','WSbpi','cBmtm','scopes','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','KEY_TEST_META','KEY_TEST_RERUN_NAME',',\x20hookId=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','VlvId','getId','failed','set','./testFramework',',\x20scope:\x20','trackHookEvent','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','getPendingHooks','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','hookType',',\x20storing\x20as\x20pending\x20hook',',\x20testData=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','testFrameworkState','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','NIFya','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','KEY_AUTOMATE_SESSION_NAME','kgfDx','getProcessId',',\x20response=','addMultipleEntries','\x20hook','find','1206500olWtsg','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','storePendingHook','AssertionError','getCurrentTestState','__bstackPlatformIndex','getInstance','KEY_TEST_STARTED_AT','startedAt','MmmpF','BEFORE_ALL',',\x20messageLength=','UofzU',',\x20hookState=','error','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','281524fkcRbr','getJestTestIdentifier','CODAD','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','DEFAULT_TEST_RESULT','getTrackedInstance',',\x20target=','iZAiS','dKNov','XZMPs','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','has','get','includes',',\x20state:\x20','GwDme','KEY_HOOK_FAILURE_TYPE','TEST','../cliUtils.js','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','twuVg',',\x20hookData=','Assert','bnXNh','byqon','inspect','length','\x20files','beforeAll','KEY_HOOKS_STARTED','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','trackEvent','failure_reason','getCurrentHookState','tDLXg','AsGge','KEY_TEST_FAILURE_TYPE','KEY_TEST_SCOPES','test','KEY_TEST_FRAMEWORK_NAME','../state/hookState.js','KEY_TEST_LOCATION','map','isJestInternalHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','instance','createContext','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','ioOKM',',\x20totalBatches:\x20','\x20for\x20testId:\x20','UnhandledError',',\x20hooksListLength=','code','skip','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','base64','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','getAllData','FraPp','file','substr','84NtaVpF','stack-trace','1320esMXoh','eventJson',',\x20screenshotLogs:\x20',',\x20error:\x20','none',',\x20platformIndex:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hookMetadata','util','../instances/testFrameworkInstance.js','192157rAynPp','toISOString','setTrackedInstance','errorsDetailed','hookUUID','testFrameworkName','file_name','KEY_HOOK_LAST_FINISHED','TEST_SCREENSHOT','testData','delete','body','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','BDZmm','filter','gjoBw','40QXoFZv','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_TEST_RESULT','hooks','from','join','mapTestHooks','hook_id','type','test_identifier','KEY_TEST_ENDED_AT','sWoFd','originalTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','ncQWp','NInVV','kind','POST','Sbtoc','missing','getJestFailureData',',\x20testFramework=',',\x20failureReason=','KEY_TEST_RETRY_OF','format','KEY_HOOK_NAME','slice','filePath','KEY_HOOKS_FINISHED','getJestTestFilePath','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','match','push','trackJestInstance:\x20instance\x20already\x20exists',',\x20exception=','tTDlw','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','rnovM','concat','pmjkJ','KEY_TEST_LOGS','./constants/testFrameworkConstants.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20hookUUID=',',\x20payload:\x20','\x20-\x20testId:\x20','vMyfR','findIndex','SAGAd','resolveInstance','buildHookMapFromTest','ceil','getTestFrameworksVersions','testId','testFrameworkVersion','YfiQA','hookState','finished_at','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','test_run_id','workerInfo','JbiSh',',\x20currentTestId:\x20','9993mdpzxG','mxXxn','retryOf','KEY_TEST_ATTACHMENTS','toUpperCase','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20',',\x20hookType=','isArray','getJestFailureType','asyncError','\x20(testIdentifier),\x20result=','event_ended_at','getActiveHook','\x20pending\x20hooks\x20for\x20testId:\x20','QFNEz','ASPaY','getContext','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','maxArrayLength',',\x20attachmentLogs:\x20','executionContext','TAlyo','hevlI','hVByW','HVSdJ','parallelIndex','Processing\x20','sendLogCreatedEvent','scope','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','getJestFailureReason','nxJAC','forEach','stringify','JHJFR','Stored\x20pending\x20hook\x20for\x20testId:\x20','Unknown\x20Test','KEY_TEST_FILE_PATH','getJestTestName','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','keys','YNTXZ','rJWAW','KEY_TEST_SCOPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20test_run_uuid=',':testAnalyticsId',',\x20result=','../../../helpers/classLogger.js','title'];a75_0x5391=function(){return _0x585f7c;};return a75_0x5391();}module['exports']=JestTestFramework;
|
|
1
|
+
const a75_0x3b9529=a75_0x4f70;(function(_0x3acf6a,_0x39357f){const _0x53b660=a75_0x4f70,_0x25a765=_0x3acf6a();while(!![]){try{const _0x4d78cd=parseInt(_0x53b660(0x2b5))/0x1+parseInt(_0x53b660(0x1ca))/0x2*(parseInt(_0x53b660(0x17d))/0x3)+parseInt(_0x53b660(0x1ab))/0x4+parseInt(_0x53b660(0x295))/0x5+parseInt(_0x53b660(0x17a))/0x6*(-parseInt(_0x53b660(0x16a))/0x7)+-parseInt(_0x53b660(0x26e))/0x8*(parseInt(_0x53b660(0x262))/0x9)+-parseInt(_0x53b660(0x1e5))/0xa;if(_0x4d78cd===_0x39357f)break;else _0x25a765['push'](_0x25a765['shift']());}catch(_0x2701ee){_0x25a765['push'](_0x25a765['shift']());}}}(a75_0x1c31,0x3ee41));function a75_0x4f70(_0x20fefa,_0x309ba9){const _0x1c3166=a75_0x1c31();return a75_0x4f70=function(_0x4f7083,_0x1465f7){_0x4f7083=_0x4f7083-0x152;let _0x9fbd50=_0x1c3166[_0x4f7083];return _0x9fbd50;},a75_0x4f70(_0x20fefa,_0x309ba9);}const TestFramework=require(a75_0x3b9529(0x264)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a75_0x3b9529(0x27a)),TestFrameworkInstance=require(a75_0x3b9529(0x2c7)),CLIUtils=require(a75_0x3b9529(0x27f)),TrackedInstance=require(a75_0x3b9529(0x2b9)),TestFrameworkConstants=require(a75_0x3b9529(0x1a1)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a75_0x3b9529(0x29c)),{isInternalHook}=require(a75_0x3b9529(0x2a8)),logger=createClassLogger(a75_0x3b9529(0x257)),{v4:uuidv4}=require('uuid'),util=require(a75_0x3b9529(0x191)),TestInfo=require(a75_0x3b9529(0x174)),GrpcClient=require(a75_0x3b9529(0x1ea)),stackTrace=require(a75_0x3b9529(0x1eb));class JestTestFramework extends TestFramework{constructor(_0x728530,_0x4d5a26,_0x1caa09){const _0x1b0bdb=a75_0x3b9529;super(_0x728530,_0x4d5a26,_0x1caa09),this[_0x1b0bdb(0x153)]=new Map();}[a75_0x3b9529(0x157)](_0x4cd030,_0xf925bf,_0x39dec4){const _0x9ffaba=a75_0x3b9529,_0x20693d={};_0x20693d[_0x9ffaba(0x18f)]=function(_0x17423f,_0x53ea13){return _0x17423f||_0x53ea13;};const _0x53d418=_0x20693d;if(_0x53d418[_0x9ffaba(0x18f)](!_0x4cd030,!_0xf925bf)){logger[_0x9ffaba(0x21e)](_0x9ffaba(0x2d8)+_0x4cd030+_0x9ffaba(0x24e)+_0xf925bf);return;}!this[_0x9ffaba(0x153)][_0x9ffaba(0x1cf)](_0x4cd030)&&this[_0x9ffaba(0x153)][_0x9ffaba(0x27e)](_0x4cd030,[]);const _0x3b43f9={'hookUUID':_0xf925bf,'hookType':_0x39dec4,'startedAt':new Date()[_0x9ffaba(0x19f)]()};this[_0x9ffaba(0x153)][_0x9ffaba(0x297)](_0x4cd030)['push'](_0x3b43f9),logger[_0x9ffaba(0x249)](_0x9ffaba(0x22d)+_0x4cd030+_0x9ffaba(0x24e)+_0xf925bf+_0x9ffaba(0x278)+_0x39dec4+_0x9ffaba(0x234)+this['activeHooks'][_0x9ffaba(0x297)](_0x4cd030)[_0x9ffaba(0x1a7)]);}[a75_0x3b9529(0x25b)](_0x306a69,_0x72cee){const _0x17dc09=a75_0x3b9529,_0x1a8198={};_0x1a8198[_0x17dc09(0x2d6)]=function(_0x431f39,_0x427843){return _0x431f39||_0x427843;},_0x1a8198[_0x17dc09(0x2d7)]=function(_0x1bfa26,_0x1ddbea){return _0x1bfa26!==_0x1ddbea;},_0x1a8198[_0x17dc09(0x213)]=function(_0x3ff040,_0x34eb2b){return _0x3ff040===_0x34eb2b;};const _0x2c78c9=_0x1a8198;if(_0x2c78c9[_0x17dc09(0x2d6)](!_0x306a69,!_0x72cee)){logger['warn']('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x306a69+_0x17dc09(0x24e)+_0x72cee);return;}if(this['activeHooks'][_0x17dc09(0x1cf)](_0x306a69)){const _0x5d75be=this[_0x17dc09(0x153)]['get'](_0x306a69),_0x31bc6c=_0x5d75be['findIndex'](_0x4a5d1d=>_0x4a5d1d[_0x17dc09(0x1fa)]===_0x72cee);_0x2c78c9[_0x17dc09(0x2d7)](_0x31bc6c,-0x1)?(_0x5d75be[_0x17dc09(0x1c7)](_0x31bc6c,0x1),logger[_0x17dc09(0x249)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x306a69+_0x17dc09(0x24e)+_0x72cee+_0x17dc09(0x2be)+_0x5d75be[_0x17dc09(0x1a7)]),_0x2c78c9[_0x17dc09(0x213)](_0x5d75be['length'],0x0)&&this[_0x17dc09(0x153)][_0x17dc09(0x1de)](_0x306a69)):logger[_0x17dc09(0x249)](_0x17dc09(0x171)+_0x306a69+_0x17dc09(0x24e)+_0x72cee);}}[a75_0x3b9529(0x2b6)](_0x268eee){const _0x9cd4a6=a75_0x3b9529,_0x29b6f9={};_0x29b6f9['uatbb']=function(_0x39fe9f,_0x31cea5){return _0x39fe9f>_0x31cea5;},_0x29b6f9[_0x9cd4a6(0x175)]=function(_0x31fc85,_0x303d4d){return _0x31fc85-_0x303d4d;};const _0xa475f2=_0x29b6f9;if(!_0x268eee)return null;if(this[_0x9cd4a6(0x153)][_0x9cd4a6(0x1cf)](_0x268eee)){const _0x75d984=this[_0x9cd4a6(0x153)][_0x9cd4a6(0x297)](_0x268eee);if(_0xa475f2[_0x9cd4a6(0x192)](_0x75d984['length'],0x0)){const _0x134936=_0x75d984[_0xa475f2[_0x9cd4a6(0x175)](_0x75d984[_0x9cd4a6(0x1a7)],0x1)];return logger['debug'](_0x9cd4a6(0x200)+_0x268eee+_0x9cd4a6(0x24e)+_0x134936[_0x9cd4a6(0x1fa)]+_0x9cd4a6(0x278)+_0x134936[_0x9cd4a6(0x24a)]),_0x134936;}}return null;}async['trackEvent'](_0x1fce29,_0x3f3c13,_0x5e0b4c={}){const _0xe238da=a75_0x3b9529,_0x3c4db9={};_0x3c4db9['vPZMW']=_0xe238da(0x2c2),_0x3c4db9['sGwRT']=function(_0x35fb61,_0x35e666){return _0x35fb61===_0x35e666;},_0x3c4db9[_0xe238da(0x236)]=function(_0x2bf1f7,_0x454b32){return _0x2bf1f7||_0x454b32;},_0x3c4db9[_0xe238da(0x259)]=_0xe238da(0x1f4),_0x3c4db9[_0xe238da(0x187)]=function(_0x1b6edb,_0x561bca){return _0x1b6edb===_0x561bca;};const _0x13e274=_0x3c4db9;logger[_0xe238da(0x249)](_0xe238da(0x226)+_0x1fce29+_0xe238da(0x2b4)+_0x3f3c13+_0xe238da(0x293)+Object[_0xe238da(0x190)](_0x5e0b4c)['join'](',')),await super[_0xe238da(0x1f7)](_0x1fce29,_0x3f3c13,_0x5e0b4c);const _0x18490d=this[_0xe238da(0x26d)](_0x1fce29,_0x3f3c13,_0x5e0b4c);if(!_0x18490d){logger[_0xe238da(0x249)](_0x13e274[_0xe238da(0x2c4)]);return;}try{let _0x4cc7e8,_0x1fb869,_0x39452c;switch(_0x1fce29){case TestFrameworkState[_0xe238da(0x1fe)]:_0x4cc7e8=_0x5e0b4c[_0xe238da(0x2b2)];const _0x41014f={};_0x41014f[_0xe238da(0x1c5)]=0x2,_0x41014f[_0xe238da(0x2ac)]=0x3,logger[_0xe238da(0x249)](_0xe238da(0x299)+_0x3f3c13+_0xe238da(0x1df)+util[_0xe238da(0x167)](_0x4cc7e8,_0x41014f)),_0x39452c=this[_0xe238da(0x1b4)](_0x4cc7e8),_0x1fb869=null,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x39452c+_0xe238da(0x1e7));if(_0x13e274[_0xe238da(0x1d5)](_0x3f3c13,HookState[_0xe238da(0x1dd)])){logger['debug'](_0xe238da(0x282)+_0x39452c);const _0x49954b={};_0x49954b[_0xe238da(0x1c9)]=_0x1fb869,_0x49954b[_0xe238da(0x156)]=_0x4cc7e8,_0x49954b['testId']=_0x39452c;const _0x2c8567=this[_0xe238da(0x1cb)](_0x49954b),_0x48636c={};_0x48636c[_0xe238da(0x1c5)]=0x2,_0x48636c['maxArrayLength']=0x3,logger['debug'](_0xe238da(0x163)+util[_0xe238da(0x167)](_0x2c8567,_0x48636c)),_0x18490d['addMultipleEntries'](_0x2c8567),logger[_0xe238da(0x249)](_0xe238da(0x197)+_0x39452c),await this['processPendingHooks'](_0x18490d,_0x39452c);}else{if(_0x13e274[_0xe238da(0x1d5)](_0x3f3c13,HookState[_0xe238da(0x2a3)])){logger[_0xe238da(0x249)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x39452c);const _0x3c7d87=_0x18490d[_0xe238da(0x168)]()[_0xe238da(0x297)](_0x39452c);logger[_0xe238da(0x249)](_0xe238da(0x274)+util[_0xe238da(0x167)](Object[_0xe238da(0x190)](_0x13e274['ouftf'](_0x3c7d87,{}))));_0x3c7d87&&_0x3c7d87[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0xe238da(0x249)](_0xe238da(0x242)+Object['keys'](_0x3c7d87[TestFrameworkConstants[_0xe238da(0x17b)]])[_0xe238da(0x1a7)]+'\x20files'):logger['debug'](_0x13e274['Iyqjr']);const _0x2dd1af=_0x5e0b4c[_0xe238da(0x27c)]||null,_0x5286d6={};_0x5286d6[_0xe238da(0x1c9)]=_0x1fb869,_0x5286d6['testData']=_0x4cc7e8,_0x5286d6[_0xe238da(0x254)]=_0x39452c,_0x5286d6[_0xe238da(0x27c)]=_0x2dd1af;const _0x69fc8=this['parseJestTestResult'](_0x5286d6),_0x47a941={};_0x47a941[_0xe238da(0x1c5)]=0x2,_0x47a941['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0xe238da(0x167)](_0x69fc8,_0x47a941)),_0x18490d[_0xe238da(0x218)](_0x69fc8),logger[_0xe238da(0x249)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x39452c),await this[_0xe238da(0x219)](_0x18490d,_0x39452c);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x13e274[_0xe238da(0x187)](_0x3f3c13,HookState[_0xe238da(0x2a3)])){const _0x51aaf7={};_0x51aaf7[_0xe238da(0x1c5)]=0x2,logger[_0xe238da(0x249)](_0xe238da(0x2cc)+util['inspect'](_0x5e0b4c,_0x51aaf7)),await this['sendLogCreatedEvent'](_0x18490d,_0x1fce29,_0x5e0b4c);}break;default:if(CLIUtils[_0xe238da(0x279)](_0x1fce29[_0xe238da(0x280)]()[_0xe238da(0x2c5)]('.')[0x1])){const _0x46a1a1={};_0x46a1a1[_0xe238da(0x1c5)]=0x2,_0x46a1a1[_0xe238da(0x2ac)]=0x3,logger['debug'](_0xe238da(0x29a)+_0x1fce29+',\x20hookState='+_0x3f3c13+_0xe238da(0x19e)+util[_0xe238da(0x167)](_0x5e0b4c[_0xe238da(0x222)],_0x46a1a1));const _0x52b76a=await this[_0xe238da(0x161)](_0x18490d,_0x1fce29,_0x3f3c13,_0x5e0b4c),_0x30d644={};_0x30d644[_0xe238da(0x1c5)]=0x2,_0x30d644[_0xe238da(0x2ac)]=0x3,logger[_0xe238da(0x249)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util['inspect'](_0x52b76a,_0x30d644)),_0x18490d['addMultipleEntries'](_0x52b76a);}else logger[_0xe238da(0x249)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x1fce29+'\x20&\x20hookState='+_0x3f3c13);break;}logger['debug'](_0xe238da(0x2d4)+_0x1fce29+_0xe238da(0x2b4)+_0x3f3c13);}catch(_0x920cfc){logger[_0xe238da(0x23f)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x1fce29+_0xe238da(0x2b4)+_0x3f3c13+_0xe238da(0x1db)+util['format'](_0x920cfc));}_0x5e0b4c['instance']=_0x18490d,await this['runHooks'](_0x18490d,_0x1fce29,_0x3f3c13,_0x5e0b4c);}[a75_0x3b9529(0x1b4)](_0x44c270){const _0x1f0d50=a75_0x3b9529,_0x655ac2={};_0x655ac2[_0x1f0d50(0x294)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x6101f8=_0x655ac2;if(_0x44c270&&(_0x44c270['id']||_0x44c270[_0x1f0d50(0x1b2)])){const _0x485afd=_0x44c270['id']||_0x44c270[_0x1f0d50(0x1b2)];return logger['debug'](_0x1f0d50(0x261)+_0x485afd+_0x1f0d50(0x272)),_0x485afd;}return logger[_0x1f0d50(0x249)](_0x6101f8[_0x1f0d50(0x294)]),process[_0x1f0d50(0x1be)]+_0x1f0d50(0x169);}[a75_0x3b9529(0x26d)](_0x9b328a,_0xed48d2,_0x10eb53={}){const _0x319abf=a75_0x3b9529;let _0x1c4aec=null;return _0x1c4aec=TestFramework[_0x319abf(0x2c6)](),!_0x1c4aec?(logger[_0x319abf(0x249)](_0x319abf(0x2b8)+_0x9b328a),this[_0x319abf(0x198)](_0x9b328a,_0x10eb53),_0x1c4aec=TestFramework['getTrackedInstance'](),logger[_0x319abf(0x249)](_0x319abf(0x246)+!!_0x1c4aec+_0x319abf(0x2aa)+_0x1c4aec?.[_0x319abf(0x2c3)]()?.[_0x319abf(0x1a4)]())):logger[_0x319abf(0x249)](_0x319abf(0x241)+_0x1c4aec[_0x319abf(0x2c3)]()?.[_0x319abf(0x1a4)]()),_0x1c4aec;}['trackJestInstance'](_0x43da84,_0x25c807){const _0x1d4202=a75_0x3b9529,_0xf04a2c={};_0xf04a2c[_0x1d4202(0x185)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x531a27=_0xf04a2c;if(TestFramework[_0x1d4202(0x2c6)]()){logger[_0x1d4202(0x249)](_0x531a27[_0x1d4202(0x185)]);return;}const _0x467998=CLIUtils['getCurrentInstanceName'](),_0x384032=TrackedInstance[_0x1d4202(0x223)](_0x467998);let _0xc160c5=null;logger[_0x1d4202(0x249)](_0x1d4202(0x21c)+_0x467998+_0x1d4202(0x235)+_0x43da84),_0xc160c5=new TestFrameworkInstance(_0x384032,this[_0x1d4202(0x28a)](),this[_0x1d4202(0x240)](),_0x43da84,HookState[_0x1d4202(0x195)]),TestFramework[_0x1d4202(0x25a)](_0x384032,_0xc160c5),logger[_0x1d4202(0x249)](_0x1d4202(0x15c)+_0x384032[_0x1d4202(0x1a4)]()+',\x20target='+_0x467998+_0x1d4202(0x18b)+this['getTestFrameworks']()[0x0]+_0x1d4202(0x1d1)+this[_0x1d4202(0x240)]()[this[_0x1d4202(0x28a)]()[0x0]]);}[a75_0x3b9529(0x1cb)](_0x548b23){const _0x20ec8e=a75_0x3b9529,_0x44b1f4={};_0x44b1f4[_0x20ec8e(0x28d)]=function(_0x480c3e,_0x2d3e34){return _0x480c3e||_0x2d3e34;},_0x44b1f4[_0x20ec8e(0x17e)]=_0x20ec8e(0x29e);const _0x4d6cd6=_0x44b1f4,{testUUID:_0xf045e,testData:_0x138441,testId:_0x5a25e1}=_0x548b23;if(_0x4d6cd6[_0x20ec8e(0x28d)](!_0x138441,!_0x5a25e1))return logger[_0x20ec8e(0x249)](_0x4d6cd6[_0x20ec8e(0x17e)]),{};const _0x22949f=this[_0x20ec8e(0x28a)]()[0x0],_0x5cc216=this[_0x20ec8e(0x240)](),_0x42c2b3={};_0x42c2b3[_0x20ec8e(0x1c5)]=0x2,_0x42c2b3[_0x20ec8e(0x2ac)]=0x3,logger[_0x20ec8e(0x249)](_0x20ec8e(0x19c)+util['inspect'](_0x138441,_0x42c2b3));const _0x5edb6e=_0x138441?.[_0x20ec8e(0x2dd)]||[],_0x4d95f7=this[_0x20ec8e(0x228)](_0x138441),_0x30bcb3=this['getJestTestFilePath'](_0x138441),_0x552be3=_0x138441['fn']?_0x138441['fn'][_0x20ec8e(0x280)]():_0x138441?.[_0x20ec8e(0x202)]?_0x138441[_0x20ec8e(0x202)][_0x20ec8e(0x265)][_0x20ec8e(0x280)]():null,_0x1b86bd=this[_0x20ec8e(0x277)](_0x138441),_0x2f6399={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x22949f,[TestFrameworkConstants[_0x20ec8e(0x28b)]]:_0x5cc216[_0x22949f],[TestFrameworkConstants[_0x20ec8e(0x229)]]:[],[TestFrameworkConstants[_0x20ec8e(0x1e9)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x20ec8e(0x24c)]]:TestFrameworkConstants[_0x20ec8e(0x1a8)],[TestFrameworkConstants[_0x20ec8e(0x25d)]]:_0x4d95f7,[TestFrameworkConstants[_0x20ec8e(0x2c8)]]:_0x30bcb3,[TestFrameworkConstants[_0x20ec8e(0x23b)]]:_0x5a25e1,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4d95f7,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x30bcb3,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x552be3,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x1b86bd,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x138441[_0x20ec8e(0x220)]||new Date()[_0x20ec8e(0x19f)](),[TestFrameworkConstants[_0x20ec8e(0x252)]]:_0x5edb6e[0x0]||'',[TestFrameworkConstants[_0x20ec8e(0x216)]]:_0x5edb6e,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4d95f7,[TestFrameworkConstants[_0x20ec8e(0x2de)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x138441[_0x20ec8e(0x179)]&&(_0x2f6399[TestFrameworkConstants[_0x20ec8e(0x1f9)]]=_0x138441[_0x20ec8e(0x179)]);logger[_0x20ec8e(0x249)](_0x20ec8e(0x1e8)+_0x4d95f7+_0x20ec8e(0x1c0)+_0x5a25e1+_0x20ec8e(0x1ff)+JSON['stringify'](_0x1b86bd)+',\x20scopes='+util[_0x20ec8e(0x167)](_0x5edb6e)+_0x20ec8e(0x1c2)+_0x30bcb3);const _0x153a02={};return _0x153a02[_0x5a25e1]=_0x2f6399,_0x153a02;}['parseJestTestResult'](_0x3f5cfd){const _0x54c334=a75_0x3b9529,_0x2f5a03={'sGJEs':function(_0x2b4879,_0x222511){return _0x2b4879===_0x222511;},'raDuI':'afterAll','YKKuT':function(_0x90bed5,_0x57ccf4){return _0x90bed5===_0x57ccf4;},'pxNgC':'beforeAll','YhyvT':_0x54c334(0x158),'VuUyY':_0x54c334(0x211),'QRWdL':function(_0x7bdd48,_0xcf1886){return _0x7bdd48||_0xcf1886;},'TgKzo':_0x54c334(0x25f),'TNhPN':function(_0x3790a9,_0x2b6a96){return _0x3790a9||_0x2b6a96;},'uCTeP':_0x54c334(0x1b8),'jMaad':function(_0xaa091a,_0x4e0707){return _0xaa091a>_0x4e0707;},'QZJqu':_0x54c334(0x199),'GIoNh':_0x54c334(0x1b1),'biqvX':function(_0x452b94,_0x1232db){return _0x452b94===_0x1232db;},'ZgeYT':_0x54c334(0x1d0),'EatSz':_0x54c334(0x26c),'XBWyz':function(_0x6a410a,_0x4fd3a0){return _0x6a410a!==_0x4fd3a0;},'bOGfQ':function(_0x3283bc,_0x21dd66,_0x3c0c6b,_0x4680ae){return _0x3283bc(_0x21dd66,_0x3c0c6b,_0x4680ae);},'AhtBP':function(_0x5e3dfd,_0x200395){return _0x5e3dfd>_0x200395;},'jVWzT':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','eNRmt':function(_0x16df6f,_0x24f69a){return _0x16df6f>_0x24f69a;}},{testUUID:_0x5d62e7,testData:_0x38b9d1,testId:_0x3e9304}=_0x3f5cfd;if(_0x2f5a03['QRWdL'](!_0x38b9d1,!_0x3e9304))return logger[_0x54c334(0x249)](_0x2f5a03['TgKzo']),{};const _0x27ae79=this['resolveInstance'](TestFrameworkState[_0x54c334(0x1fe)],HookState[_0x54c334(0x2a3)]),_0x3dae1e=_0x27ae79[_0x54c334(0x168)]()[_0x54c334(0x297)](_0x3e9304),_0x3e7f78=_0x2f5a03['TNhPN'](_0x3dae1e,{}),_0x17de5c=_0x3e7f78?_0x3e7f78[TestFrameworkConstants[_0x54c334(0x2de)]]||{}:{},_0x2bca85=_0x3e7f78[TestFrameworkConstants[_0x54c334(0x17b)]];logger['debug'](_0x54c334(0x19a)+(_0x2bca85?Object[_0x54c334(0x190)](_0x2bca85)[_0x54c334(0x1a7)]:0x0)+'\x20attachments');let _0x1945fc=_0x2f5a03[_0x54c334(0x2bb)];if(_0x38b9d1[_0x54c334(0x221)])_0x1945fc=_0x38b9d1['result'];else{if(_0x38b9d1[_0x54c334(0x1d9)]&&_0x2f5a03['jMaad'](_0x38b9d1['errorsDetailed'][_0x54c334(0x1a7)],0x0))_0x1945fc=_0x2f5a03[_0x54c334(0x267)];else _0x2f5a03[_0x54c334(0x276)](_0x38b9d1[_0x54c334(0x2b1)],_0x2f5a03[_0x54c334(0x1bb)])||_0x2f5a03[_0x54c334(0x214)](_0x38b9d1[_0x54c334(0x2b1)],_0x2f5a03[_0x54c334(0x209)])?_0x1945fc=_0x2f5a03[_0x54c334(0x209)]:_0x1945fc=_0x2f5a03[_0x54c334(0x181)];}const _0x35f135={..._0x3e7f78,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1945fc,[TestFrameworkConstants[_0x54c334(0x298)]]:_0x38b9d1[_0x54c334(0x1fb)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x54c334(0x19f)](),[TestFrameworkConstants[_0x54c334(0x2de)]]:_0x17de5c,[TestFrameworkConstants[_0x54c334(0x189)]]:_0x3e7f78[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x54c334(0x20c)]]:{}};if(_0x2f5a03[_0x54c334(0x1ef)](_0x1945fc,_0x2f5a03['QZJqu'])&&_0x38b9d1[_0x54c334(0x1d9)]){const _0x5f4058=this[_0x54c334(0x1ac)](_0x38b9d1),_0xd7d57b=this['getJestFailureType'](_0x38b9d1),_0x414c59=this[_0x54c334(0x286)](_0x38b9d1);_0x35f135[TestFrameworkConstants[_0x54c334(0x21b)]]=_0xd7d57b,_0x35f135[TestFrameworkConstants[_0x54c334(0x16f)]]=_0x5f4058,_0x35f135[TestFrameworkConstants[_0x54c334(0x26f)]]=_0x414c59;}_0x2f5a03[_0x54c334(0x1dc)](_0x38b9d1[_0x54c334(0x23a)],undefined)&&(_0x35f135[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x38b9d1[_0x54c334(0x23a)]);_0x38b9d1[_0x54c334(0x179)]&&(_0x35f135[TestFrameworkConstants[_0x54c334(0x1f9)]]=_0x38b9d1[_0x54c334(0x179)]);const _0x47abe7=_0x3dae1e?_0x3dae1e[TestFrameworkConstants[_0x54c334(0x17b)]]||{}:{},_0xa8cec4=_0x3dae1e?_0x3dae1e[TestFrameworkConstants[_0x54c334(0x1ae)]]:_0x5d62e7,_0x2e1b85=_0x2f5a03[_0x54c334(0x20b)](getManualUploadLogs,_0x47abe7,_0xa8cec4,_0x3e9304);if(_0x2f5a03[_0x54c334(0x2ce)](_0x2e1b85[_0x54c334(0x1a7)],0x0)){const _0x35488e=_0x35f135[TestFrameworkConstants[_0x54c334(0x189)]]||[];_0x35f135[TestFrameworkConstants['KEY_LOGS']]=[..._0x35488e,..._0x2e1b85];}const _0x151ccf=_0x3e7f78[TestFrameworkConstants[_0x54c334(0x1e9)]]||{},_0x29c025=_0x3e7f78[TestFrameworkConstants[_0x54c334(0x27b)]]||{},_0x1340fd={..._0x151ccf},_0x243c29=_0x1340fd;Object[_0x54c334(0x190)](_0x29c025)['forEach'](_0x490526=>{const _0x38a13c=_0x54c334;!_0x243c29[_0x490526]&&(_0x243c29[_0x490526]=[]);const _0x4bd429=new Set((_0x243c29[_0x490526]||[])['map'](_0x4a565c=>_0x4a565c[TestFrameworkConstants[_0x38a13c(0x1f1)]]||_0x4a565c['hook_id']));(_0x29c025[_0x490526]||[])[_0x38a13c(0x194)](_0x5bfe90=>{const _0x2fa6ab=_0x38a13c,_0x15aa57=_0x5bfe90[TestFrameworkConstants[_0x2fa6ab(0x1f1)]]||_0x5bfe90['hook_id'];if(!_0x4bd429[_0x2fa6ab(0x1cf)](_0x15aa57)){const _0x3e5178={..._0x5bfe90},_0x400b5c=_0x3e5178;!_0x400b5c[TestFrameworkConstants[_0x2fa6ab(0x2db)]]&&!_0x400b5c[_0x2fa6ab(0x152)]&&(_0x400b5c[TestFrameworkConstants[_0x2fa6ab(0x2db)]]=new Date()[_0x2fa6ab(0x19f)]()),!_0x400b5c[TestFrameworkConstants[_0x2fa6ab(0x1f5)]]&&!_0x400b5c[_0x2fa6ab(0x1f3)]&&(_0x400b5c[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x2fa6ab(0x1b7)]),_0x243c29[_0x490526]['push'](_0x400b5c);}});});if(_0x3f5cfd[_0x54c334(0x27c)]){this[_0x54c334(0x182)](_0x3f5cfd[_0x54c334(0x27c)]);const _0x1d5675=this[_0x54c334(0x238)](_0x3f5cfd['originalTest']),_0x31f6e2=this['getHooksForTest'](_0x3f5cfd[_0x54c334(0x27c)]);_0x31f6e2[_0x54c334(0x194)](_0x14c547=>{const _0x26515d=_0x54c334,_0x5ec920=_0x1d5675[_0x26515d(0x297)](_0x14c547);if(_0x5ec920&&(_0x2f5a03['sGJEs'](_0x5ec920[_0x26515d(0x2a9)],_0x2f5a03[_0x26515d(0x270)])||_0x2f5a03[_0x26515d(0x1ef)](_0x5ec920[_0x26515d(0x2a9)],_0x2f5a03['pxNgC']))){const _0x341155=_0x5ec920[_0x26515d(0x2a9)][_0x26515d(0x225)]()[_0x26515d(0x1ec)](_0x2f5a03[_0x26515d(0x21f)],_0x2f5a03[_0x26515d(0x1ad)]),_0x433f1a=_0x341155;!_0x243c29[_0x433f1a]&&(_0x243c29[_0x433f1a]=[]);const _0x1829eb=_0x243c29[_0x433f1a]['find'](_0x3bf76b=>(_0x3bf76b[TestFrameworkConstants['KEY_HOOK_ID']]||_0x3bf76b[_0x26515d(0x1bf)])===_0x14c547);!_0x1829eb&&_0x243c29[_0x433f1a]['push']({'key':_0x433f1a,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x14c547,[TestFrameworkConstants[_0x26515d(0x1f5)]]:TestFrameworkConstants[_0x26515d(0x1b7)],[TestFrameworkConstants[_0x26515d(0x2d2)]]:new Date()[_0x26515d(0x19f)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x26515d(0x19f)](),[TestFrameworkConstants[_0x26515d(0x19d)]]:[],[TestFrameworkConstants[_0x26515d(0x28c)]]:_0x5ec920['name']||_0x5ec920[_0x26515d(0x2a9)]+_0x26515d(0x2d5),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x17de5c});}});}if(_0x38b9d1[_0x54c334(0x28f)]&&_0x2f5a03['jMaad'](_0x38b9d1[_0x54c334(0x28f)][_0x54c334(0x1a7)],0x0))_0x35f135[TestFrameworkConstants[_0x54c334(0x1e9)]]=_0x38b9d1['hooks'],logger['debug'](_0x2f5a03['jVWzT']);else _0x2f5a03['eNRmt'](Object[_0x54c334(0x190)](_0x243c29)['length'],0x0)&&(_0x35f135[TestFrameworkConstants[_0x54c334(0x1e9)]]=_0x243c29,logger[_0x54c334(0x249)](_0x54c334(0x1d7)+Object['keys'](_0x243c29)[_0x54c334(0x260)](',')));const _0x317255=this[_0x54c334(0x228)](_0x38b9d1);logger['debug'](_0x54c334(0x2d0)+_0x317255+',\x20testId='+_0x3e9304+_0x54c334(0x1cd)+_0x1945fc+_0x54c334(0x1e2)+_0x38b9d1[_0x54c334(0x23a)]);_0x2f5a03[_0x54c334(0x276)](_0x1945fc,_0x2f5a03['QZJqu'])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x3e9304+_0x54c334(0x290)+_0x35f135[TestFrameworkConstants[_0x54c334(0x21b)]]+_0x54c334(0x2c9)+_0x35f135[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x54c334(0x18c)](0x0,0xc8));const _0x323eb2={};return _0x323eb2[_0x3e9304]=_0x35f135,_0x323eb2;}[a75_0x3b9529(0x245)](_0x44cfa3){const _0x4e3b81=a75_0x3b9529,_0x1e8aa6={};_0x1e8aa6[_0x4e3b81(0x2a0)]=function(_0x43fef8,_0x40d3cc){return _0x43fef8!==_0x40d3cc;},_0x1e8aa6[_0x4e3b81(0x212)]=function(_0x19f8ad,_0x5c08aa){return _0x19f8ad!==_0x5c08aa;},_0x1e8aa6[_0x4e3b81(0x22e)]=_0x4e3b81(0x29d);const _0x420f30=_0x1e8aa6,_0x1e77bb={};_0x1e77bb['depth']=0x2,_0x1e77bb['maxArrayLength']=0x3,logger[_0x4e3b81(0x249)](_0x4e3b81(0x19b)+util['inspect'](_0x44cfa3,_0x1e77bb));const _0xdba6d1=[];if(_0x44cfa3&&_0x44cfa3[_0x4e3b81(0x271)]){let _0x3a9d08=_0x44cfa3['parent'];while(_0x3a9d08&&_0x3a9d08[_0x4e3b81(0x269)]&&_0x420f30[_0x4e3b81(0x2a0)](_0x3a9d08[_0x4e3b81(0x269)],'')&&_0x420f30[_0x4e3b81(0x212)](_0x3a9d08[_0x4e3b81(0x269)],_0x420f30[_0x4e3b81(0x22e)])){_0xdba6d1['push'](_0x3a9d08['name']),_0x3a9d08=_0x3a9d08['parent'];}}return _0xdba6d1[_0x4e3b81(0x1a2)]();}[a75_0x3b9529(0x228)](_0x121015){const _0x6d64a2=a75_0x3b9529,_0x4ea347={};_0x4ea347['aTPlc']=_0x6d64a2(0x17c);const _0x4a9492=_0x4ea347;if(_0x121015[_0x6d64a2(0x269)])return _0x121015['name'];if(_0x121015[_0x6d64a2(0x183)])return _0x121015[_0x6d64a2(0x183)];return _0x4a9492[_0x6d64a2(0x283)];}['getJestTestTags'](_0x119d89){const _0x575629=a75_0x3b9529,_0x279ae1=[];if(_0x119d89[_0x575629(0x2ad)]&&Array[_0x575629(0x288)](_0x119d89[_0x575629(0x2ad)]))return _0x119d89['tags'][_0x575629(0x1ce)](_0x446148=>_0x446148[_0x575629(0x160)]('@')?_0x446148[_0x575629(0x15e)](0x1):_0x446148);const _0x1efdb1=this[_0x575629(0x228)](_0x119d89),_0x44d0e3=_0x1efdb1[_0x575629(0x284)](/@(\w+)/g);if(_0x44d0e3)return _0x44d0e3[_0x575629(0x1ce)](_0x2e60d3=>_0x2e60d3[_0x575629(0x206)](0x1));return _0x119d89['scopes']&&Array[_0x575629(0x288)](_0x119d89[_0x575629(0x2dd)])&&_0x119d89[_0x575629(0x2dd)][_0x575629(0x194)](_0x1ec79c=>{const _0x34affb=_0x575629,_0x40447a=_0x1ec79c[_0x34affb(0x284)](/@(\w+)/g);_0x40447a&&_0x40447a[_0x34affb(0x194)](_0x48d8f3=>{const _0x12181b=_0x34affb,_0x18aaaa=_0x48d8f3[_0x12181b(0x206)](0x1);!_0x279ae1[_0x12181b(0x23c)](_0x18aaaa)&&_0x279ae1[_0x12181b(0x2bc)](_0x18aaaa);});}),_0x279ae1;}[a75_0x3b9529(0x232)](_0x2b7a58){const _0x1938f7=a75_0x3b9529,_0x34afe1={'MOWsw':function(_0x511094,_0x2d9dab){return _0x511094(_0x2d9dab);},'CWLiC':_0x1938f7(0x1eb)};if(_0x2b7a58[_0x1938f7(0x1e4)])return _0x2b7a58[_0x1938f7(0x1e4)];if(_0x2b7a58[_0x1938f7(0x196)]){const _0xfe1fdc=_0x34afe1['MOWsw'](require,_0x34afe1[_0x1938f7(0x24f)]);try{const _0x4685bd=_0xfe1fdc[_0x1938f7(0x22a)](_0x2b7a58['asyncError']);if(_0x4685bd[0x0]&&_0x4685bd[0x0][_0x1938f7(0x251)])return _0x4685bd[0x0][_0x1938f7(0x251)]();}catch(_0x4d25b0){logger[_0x1938f7(0x249)](_0x1938f7(0x275)+util[_0x1938f7(0x178)](_0x4d25b0));}}return null;}[a75_0x3b9529(0x1ac)](_0x194536){const _0x259b29=a75_0x3b9529,_0x2ac4a8={};_0x2ac4a8['tasJF']=function(_0x8cbc18,_0x52b91c){return _0x8cbc18>_0x52b91c;},_0x2ac4a8[_0x259b29(0x266)]='Unknown\x20error';const _0x48a78f=_0x2ac4a8;if(_0x194536['errorsDetailed']&&_0x48a78f[_0x259b29(0x21a)](_0x194536[_0x259b29(0x1d9)]['length'],0x0))return util[_0x259b29(0x167)](_0x194536['errorsDetailed'][0x0]);if(_0x194536[_0x259b29(0x15a)])return _0x194536[_0x259b29(0x15a)];return _0x48a78f[_0x259b29(0x266)];}[a75_0x3b9529(0x17f)](_0x1a9c78){const _0xe16d7a=a75_0x3b9529,_0x24f708={};_0x24f708[_0xe16d7a(0x1a6)]='Assert',_0x24f708['mVVvH']=_0xe16d7a(0x2a5),_0x24f708[_0xe16d7a(0x2ab)]=_0xe16d7a(0x1fc);const _0x3b1b6a=_0x24f708,_0x498529=this[_0xe16d7a(0x1ac)](_0x1a9c78);if(_0x498529&&_0x498529[_0xe16d7a(0x23c)](_0x3b1b6a[_0xe16d7a(0x1a6)]))return _0x3b1b6a[_0xe16d7a(0x1bd)];return _0x3b1b6a[_0xe16d7a(0x2ab)];}['getJestFailureData'](_0x2698bd){const _0x3369d7=a75_0x3b9529,_0x524606={'TciYr':function(_0x1b5847,_0x58fa2a){return _0x1b5847(_0x58fa2a);},'icTku':_0x3369d7(0x2a8),'HOXqu':function(_0x2d39a0,_0x44fe46){return _0x2d39a0!==_0x44fe46;},'sRVJw':_0x3369d7(0x2b2)},{failureData:_0x2054ac}=_0x524606[_0x3369d7(0x2d9)](require,_0x524606[_0x3369d7(0x244)]),_0x52f1f9=[];return _0x524606[_0x3369d7(0x217)](_0x2698bd[_0x3369d7(0x1d9)],undefined)&&_0x52f1f9[_0x3369d7(0x2bc)](_0x2698bd['errorsDetailed'],_0x524606['sRVJw']),_0x2054ac['apply'](null,_0x52f1f9);}async[a75_0x3b9529(0x161)](_0x1d34bb,_0xd70f4a,_0x22a0b7,_0x573f1c){const _0x576196=a75_0x3b9529,_0x429d34={'RJscV':_0x576196(0x291),'AcDyh':function(_0x47d344){return _0x47d344();},'rVboh':function(_0x564e3c,_0x55f71c){return _0x564e3c in _0x55f71c;},'FvspW':function(_0x4d2543,_0x5d4407){return _0x4d2543===_0x5d4407;},'GlgyF':function(_0x543006,_0x48d0fb){return _0x543006===_0x48d0fb;},'KJSio':function(_0xa56e3c,_0x4bee01){return _0xa56e3c>_0x4bee01;},'GmnUR':_0x576196(0x199),'iCwsx':_0x576196(0x26c),'wArAU':_0x576196(0x2cf),'YPnTf':function(_0x2e6c1a,_0x9b2eff){return _0x2e6c1a>_0x9b2eff;},'XZxuy':function(_0x163497,_0x5de830){return _0x163497===_0x5de830;},'dtnFt':function(_0x23df60,_0x437144){return _0x23df60!==_0x437144;}},{hookData:_0x39be5f}=_0x573f1c,_0x32d2d6=_0x22a0b7[_0x576196(0x280)](),_0x5bd38b=_0xd70f4a[_0x576196(0x280)](),_0xfd8d35={};_0xfd8d35[_0x576196(0x1c5)]=0x2,_0xfd8d35[_0x576196(0x2ac)]=0x3,logger[_0x576196(0x249)](_0x576196(0x16e)+_0x5bd38b+_0x576196(0x2b4)+_0x32d2d6+',\x20hookData='+util[_0x576196(0x167)](_0x39be5f,_0xfd8d35));if(!_0x39be5f)return logger[_0x576196(0x249)](_0x429d34['RJscV']),{};const _0x59f912=_0x39be5f[_0x576196(0x1b2)]||_0x39be5f[_0x576196(0x1e1)]||_0x429d34[_0x576196(0x1b5)](uuidv4),_0x165f49=_0x39be5f[_0x576196(0x250)]||this['getJestTestIdentifier'](_0x39be5f),_0x553712=_0xd70f4a[_0x576196(0x280)]()[_0x576196(0x2c5)]('.')[0x1],_0x387f69=_0x1d34bb[_0x576196(0x168)]()[_0x576196(0x297)](_0x165f49),_0x3df6ab=_0x387f69?_0x387f69[TestFrameworkConstants[_0x576196(0x2de)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x59f912+_0x576196(0x1c0)+_0x165f49+_0x576196(0x207)+_0x553712+_0x576196(0x2b4)+_0x32d2d6);if(!_0x387f69)return logger[_0x576196(0x249)](_0x576196(0x186)+_0x165f49+_0x576196(0x16c)),this[_0x576196(0x258)](_0x1d34bb,_0x165f49,_0xd70f4a,_0x22a0b7,_0x573f1c),{};let _0x471c3=_0x387f69[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x471c3&&(_0x471c3={});!_0x429d34['rVboh'](_0x553712,_0x471c3)&&(_0x471c3[_0x553712]=[]);let _0x2bd8a1=_0x387f69[TestFrameworkConstants[_0x576196(0x1e9)]];!_0x2bd8a1&&(_0x2bd8a1={});!_0x429d34[_0x576196(0x1ee)](_0x553712,_0x2bd8a1)&&(_0x2bd8a1[_0x553712]=[]);const _0x1b4903={[_0x165f49]:{[TestFrameworkConstants[_0x576196(0x27b)]]:_0x471c3,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2bd8a1,[TestFrameworkConstants[_0x576196(0x1da)]]:this[_0x576196(0x28a)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x576196(0x28a)]()[0x0]]||''}};if(_0x429d34[_0x576196(0x1e3)](_0x22a0b7,HookState[_0x576196(0x1dd)])){const _0x5ec91c={'key':_0x553712,[TestFrameworkConstants[_0x576196(0x1f1)]]:_0x59f912,[TestFrameworkConstants[_0x576196(0x1f5)]]:TestFrameworkConstants[_0x576196(0x1b7)],[TestFrameworkConstants[_0x576196(0x2d2)]]:_0x39be5f['started_at']||new Date()[_0x576196(0x19f)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x576196(0x28c)]]:_0x39be5f['name']||_0x39be5f[_0x576196(0x2dc)]||_0x553712,[TestFrameworkConstants[_0x576196(0x2de)]]:_0x3df6ab};_0x471c3[_0x553712][_0x576196(0x2bc)](_0x5ec91c),_0x1b4903[_0x165f49][TestFrameworkConstants[_0x576196(0x1c4)]]=_0x553712;const _0x57c2c1={};_0x57c2c1[_0x576196(0x1c5)]=0x2,logger[_0x576196(0x249)](_0x576196(0x287)+_0x553712+_0x576196(0x2b3)+_0x59f912+',\x20testId='+_0x165f49+_0x576196(0x16b)+util['inspect'](_0x5ec91c,_0x57c2c1));}else{if(_0x429d34['GlgyF'](_0x22a0b7,HookState[_0x576196(0x2a3)])){const _0x59dd45=_0x39be5f[_0x576196(0x221)]||(_0x39be5f[_0x576196(0x1d9)]&&_0x429d34['KJSio'](_0x39be5f['errorsDetailed']['length'],0x0)?_0x429d34[_0x576196(0x289)]:_0x429d34[_0x576196(0x154)]),_0x141d2f=_0x471c3[_0x553712]||[];logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x553712+_0x576196(0x1c0)+_0x165f49+',\x20result='+_0x59dd45+_0x576196(0x15d)+_0x141d2f['length']);if(_0x429d34['FvspW'](_0x141d2f[_0x576196(0x1a7)],0x0)&&_0x429d34['GlgyF'](_0xd70f4a,TestFrameworkState[_0x576196(0x21d)]))return logger[_0x576196(0x249)](_0x429d34[_0x576196(0x22c)]),this[_0x576196(0x258)](_0x1d34bb,_0x165f49,_0xd70f4a,_0x22a0b7,_0x573f1c),{};if(_0x429d34['YPnTf'](_0x141d2f[_0x576196(0x1a7)],0x0)){const _0x1771e7=_0x141d2f[_0x576196(0x162)]();_0x429d34['XZxuy'](_0x59dd45,_0x429d34[_0x576196(0x289)])&&_0x39be5f[_0x576196(0x1d9)]?(_0x1771e7[TestFrameworkConstants[_0x576196(0x2da)]]=this[_0x576196(0x17f)](_0x39be5f),_0x1771e7[TestFrameworkConstants[_0x576196(0x2ca)]]=this[_0x576196(0x1ac)](_0x39be5f),_0x1771e7[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x576196(0x286)](_0x39be5f),logger[_0x576196(0x249)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x553712+_0x576196(0x290)+_0x1771e7[TestFrameworkConstants[_0x576196(0x2da)]]+',\x20failureReason='+_0x1771e7[TestFrameworkConstants[_0x576196(0x2ca)]]?.[_0x576196(0x18c)](0x0,0xc8))):_0x1771e7[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x429d34[_0x576196(0x154)];_0x429d34[_0x576196(0x20d)](_0x59dd45,TestFrameworkConstants[_0x576196(0x1b7)])&&(_0x1771e7[TestFrameworkConstants[_0x576196(0x1f5)]]=_0x59dd45);_0x1771e7[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x39be5f['finished_at']||new Date()[_0x576196(0x19f)](),_0x1771e7[TestFrameworkConstants[_0x576196(0x2de)]]=_0x3df6ab;const _0x164878=_0x1771e7[TestFrameworkConstants['KEY_HOOK_ID']];!_0x2bd8a1[_0x553712]&&(_0x2bd8a1[_0x553712]=[]);_0x2bd8a1[_0x553712][_0x576196(0x2bc)](_0x1771e7),_0x1b4903[_0x165f49][TestFrameworkConstants[_0x576196(0x165)]]=_0x553712;const _0x3250ff={};_0x3250ff[_0x576196(0x1c5)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x553712+',\x20hookId='+_0x164878+_0x576196(0x233)+_0x59dd45+_0x576196(0x16b)+util[_0x576196(0x167)](_0x1771e7,_0x3250ff));}}}return _0x1b4903;}['createTestFrameworkEventPayload'](_0x2720c9){const _0x380c06=a75_0x3b9529,_0x1ac0ed={};_0x1ac0ed['JIuth']=_0x380c06(0x184);const _0x5f2e71=_0x1ac0ed;try{const _0x50a3f7=_0x2720c9[_0x380c06(0x2b2)]?this[_0x380c06(0x1b4)](_0x2720c9[_0x380c06(0x2b2)]):_0x2720c9[_0x380c06(0x222)]['test_run_id'],_0xdd81b7=_0x2720c9[_0x380c06(0x188)],_0x14bf60=_0xdd81b7['getContext'](),_0x28f919=_0xdd81b7[_0x380c06(0x168)]()['get'](_0x50a3f7);if(!_0x28f919)return logger['debug'](_0x380c06(0x247)+_0x50a3f7),{};const {[TestFrameworkConstants[_0x380c06(0x1da)]]:_0x318255=this[_0x380c06(0x28a)]()[0x0]||'',[TestFrameworkConstants[_0x380c06(0x28b)]]:_0x5ab608=this[_0x380c06(0x240)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x380c06(0x2bf)]]:_0x455880='',[TestFrameworkConstants[_0x380c06(0x298)]]:_0x50f83f=''}=_0x28f919,_0x592ce4=_0xdd81b7['getCurrentTestState']()[_0x380c06(0x280)]()[_0x380c06(0x2c5)]('.')[0x1],_0x423cd5=_0xdd81b7[_0x380c06(0x2c1)]()['toString']()[_0x380c06(0x2c5)]('.')[0x1],_0x4c34d4=global?.[_0x380c06(0x1e0)]?.['workerInfo']?.[_0x380c06(0x230)]||global[_0x380c06(0x15b)]||0x0,_0x4832c8=_0xdd81b7[_0x380c06(0x1d8)](),_0x3453ea=Buffer[_0x380c06(0x1cc)](JSON[_0x380c06(0x2d3)](_0x28f919))[_0x380c06(0x280)](_0x5f2e71[_0x380c06(0x2b0)]),_0x4749db={'hash':_0x14bf60[_0x380c06(0x1a4)](),'threadId':_0x14bf60[_0x380c06(0x227)]()[_0x380c06(0x280)](),'processId':_0x14bf60[_0x380c06(0x1ed)]()[_0x380c06(0x280)]()},_0x317f59={};_0x317f59['platformIndex']=_0x4c34d4,_0x317f59[_0x380c06(0x26b)]=_0x318255,_0x317f59[_0x380c06(0x1c6)]=_0x5ab608,_0x317f59['testFrameworkState']=_0x592ce4,_0x317f59[_0x380c06(0x23d)]=_0x423cd5,_0x317f59['startedAt']=_0x455880,_0x317f59[_0x380c06(0x2af)]=_0x50f83f,_0x317f59[_0x380c06(0x1b2)]=_0x4832c8,_0x317f59['eventJson']=_0x3453ea,_0x317f59[_0x380c06(0x268)]=_0x4749db,_0x317f59[_0x380c06(0x2ae)]=_0x50a3f7;const _0x1a04fc=_0x317f59;return _0x1a04fc;}catch(_0x104827){return logger[_0x380c06(0x23f)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x380c06(0x178)](_0x104827)),{};}}async[a75_0x3b9529(0x1d6)](_0x25de59,_0x21af96,_0x1d38b4){const _0x461870=a75_0x3b9529,_0x2f8a7c={'TbSfq':function(_0x550784,_0x55cd2d){return _0x550784+_0x55cd2d;},'eyrkA':_0x461870(0x2d1),'wYDFB':'none','qDtHo':function(_0x1ae9fa,_0x369b30){return _0x1ae9fa>_0x369b30;},'bOVoS':function(_0x132d48,_0xfc1f3e,_0xe4b8b8,_0x24b5f1){return _0x132d48(_0xfc1f3e,_0xe4b8b8,_0x24b5f1);},'aUkUp':function(_0x253f94,_0x4caa26){return _0x253f94-_0x4caa26;},'TQtkg':function(_0x5afb26,_0x439fb4){return _0x5afb26===_0x439fb4;},'jnWyp':function(_0x362057,_0x313e52){return _0x362057/_0x313e52;},'iplSP':function(_0x175812,_0x354063){return _0x175812<_0x354063;},'ZwjLV':function(_0x1239f7,_0xafd409){return _0x1239f7*_0xafd409;},'uOOfo':function(_0xdefa87,_0x1c923f){return _0xdefa87+_0x1c923f;},'ZfcLr':function(_0x341b2b,_0x2c73c4){return _0x341b2b+_0x2c73c4;}};try{const _0x346676=_0x1d38b4[_0x461870(0x1c9)]||_0x1d38b4[_0x461870(0x254)],_0x1f7f90=Array[_0x461870(0x1cc)](_0x25de59['getAllData']()[_0x461870(0x190)]()),_0x4f737a=_0x25de59[_0x461870(0x168)]()['get'](_0x346676);if(!_0x4f737a){logger[_0x461870(0x249)](_0x461870(0x1fd)+_0x346676);return;}const {[TestFrameworkConstants[_0x461870(0x1da)]]:_0x17243c='',[TestFrameworkConstants[_0x461870(0x28b)]]:_0x127a2f=''}=_0x4f737a;let _0x39b5f6=[];_0x4f737a&&_0x4f737a[TestFrameworkConstants[_0x461870(0x189)]]&&Array[_0x461870(0x288)](_0x4f737a[TestFrameworkConstants[_0x461870(0x189)]])?(_0x39b5f6=_0x4f737a[TestFrameworkConstants[_0x461870(0x189)]]||[],logger[_0x461870(0x249)](_0x461870(0x1a0)+_0x39b5f6[_0x461870(0x1a7)]+'\x20logs\x20for\x20testId:\x20'+_0x346676),_0x25de59['addMultipleEntries']({[_0x346676]:{[TestFrameworkConstants[_0x461870(0x189)]]:[],[TestFrameworkConstants[_0x461870(0x1da)]]:this[_0x461870(0x28a)]()[0x0]||'',[TestFrameworkConstants[_0x461870(0x28b)]]:this[_0x461870(0x240)]()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug'](_0x461870(0x176)+_0x346676)):logger[_0x461870(0x249)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x346676);logger[_0x461870(0x249)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x39b5f6['length']+_0x461870(0x1f6)+_0x346676);const _0x59e89d=_0x39b5f6['filter'](_0x5f2d57=>_0x5f2d57[_0x461870(0x2a7)]===_0x461870(0x180));_0x2f8a7c['qDtHo'](_0x59e89d[_0x461870(0x1a7)],0x0)&&(logger[_0x461870(0x249)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x59e89d[_0x461870(0x1a7)]+_0x461870(0x1c1)+_0x346676),_0x59e89d[_0x461870(0x194)]((_0x5dda7f,_0x62abc2)=>{const _0x53bd40=_0x461870;logger['debug'](_0x53bd40(0x1f8)+_0x2f8a7c[_0x53bd40(0x27d)](_0x62abc2,0x1)+'/'+_0x59e89d[_0x53bd40(0x1a7)]+_0x53bd40(0x237)+(_0x5dda7f[_0x53bd40(0x2ae)]||_0x2f8a7c[_0x53bd40(0x203)])+_0x53bd40(0x2a2)+(_0x5dda7f[_0x53bd40(0x2cd)]||_0x2f8a7c['eyrkA'])+_0x53bd40(0x16d)+(_0x5dda7f[_0x53bd40(0x224)]||_0x2f8a7c[_0x53bd40(0x1aa)])+_0x53bd40(0x18e)+(_0x5dda7f[_0x53bd40(0x1b0)]?.[_0x53bd40(0x1a7)]||0x0));}));const _0x3fd135=_0x4f737a[TestFrameworkConstants[_0x461870(0x17b)]]||{},_0x5e08de=_0x2f8a7c['bOVoS'](getMediaArtifactsLogs,_0x3fd135,null,_0x346676),_0x2f1228=(_0x39b5f6||[])[_0x461870(0x164)](_0x5e08de||[]),_0x29495c=_0x59e89d?.[_0x461870(0x1a7)]||0x0,_0x5ce1a4=_0x2f8a7c['aUkUp'](_0x39b5f6?.[_0x461870(0x1a7)]||0x0,_0x29495c);logger[_0x461870(0x249)](_0x461870(0x1c8)+_0x346676+_0x461870(0x20e)+_0x5ce1a4+_0x461870(0x18d)+_0x29495c+',\x20attachmentLogs:\x20'+(_0x5e08de?.[_0x461870(0x1a7)]||0x0)+_0x461870(0x2ba)+_0x2f1228[_0x461870(0x1a7)]);if(!_0x2f1228||_0x2f8a7c[_0x461870(0x1af)](_0x2f1228[_0x461870(0x1a7)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x346676);return;}const _0x4cfa89=0x28,_0xb3f7d=Math[_0x461870(0x1b3)](_0x2f8a7c[_0x461870(0x248)](_0x2f1228[_0x461870(0x1a7)],_0x4cfa89));for(let _0x26deac=0x0;_0x2f8a7c[_0x461870(0x26a)](_0x26deac,_0xb3f7d);_0x26deac++){const _0x2a7a7a=_0x2f8a7c[_0x461870(0x1d2)](_0x26deac,_0x4cfa89),_0xa05d5a=_0x2f8a7c[_0x461870(0x1ba)](_0x2a7a7a,_0x4cfa89),_0x5be736=_0x2f1228[_0x461870(0x206)](_0x2a7a7a,_0xa05d5a),_0x3268a6=global?.[_0x461870(0x24d)]??0x0,_0x4aa638={'platformIndex':_0x3268a6,'logs':_0x5be736,'testFrameworkName':_0x17243c,'testFrameworkVersion':_0x127a2f,'testFrameworkState':_0x21af96[_0x461870(0x280)]()[_0x461870(0x2c5)]('.')[0x1]},_0x22f277={};_0x22f277['depth']=0x3,_0x22f277['maxArrayLength']=0x5,logger[_0x461870(0x249)](_0x461870(0x28e)+_0x2f8a7c[_0x461870(0x1ba)](_0x26deac,0x1)+'/'+_0xb3f7d+_0x461870(0x285)+_0x346676+_0x461870(0x23e)+_0x5be736[_0x461870(0x1a7)]+',\x20platformIndex:\x20'+_0x3268a6+',\x20payload:\x20'+util[_0x461870(0x167)](_0x4aa638,_0x22f277));const _0x2d2322=await GrpcClient['getInstance']()[_0x461870(0x177)](_0x4aa638);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x2f8a7c[_0x461870(0x210)](_0x26deac,0x1)+'/'+_0xb3f7d+_0x461870(0x285)+_0x346676+_0x461870(0x1e6)+util['inspect'](_0x2d2322));}_0x5e08de&&_0x2f8a7c[_0x461870(0x155)](_0x5e08de[_0x461870(0x1a7)],0x0)&&_0x4f737a[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x25de59[_0x461870(0x218)]({[_0x346676]:{[TestFrameworkConstants[_0x461870(0x17b)]]:{},[TestFrameworkConstants[_0x461870(0x1da)]]:this[_0x461870(0x28a)]()[0x0]||'',[TestFrameworkConstants[_0x461870(0x28b)]]:this[_0x461870(0x240)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x461870(0x249)](_0x461870(0x1bc)+_0x346676+_0x461870(0x263)+_0xb3f7d);}catch(_0x4408eb){logger[_0x461870(0x23f)](_0x461870(0x2a6)+(_0x1d38b4[_0x461870(0x1c9)]||_0x1d38b4[_0x461870(0x254)])+_0x461870(0x173)+util[_0x461870(0x178)](_0x4408eb));}}[a75_0x3b9529(0x258)](_0x375a83,_0x59307b,_0x36dd4f,_0x2c198e,_0x11178a){const _0x4c75e8=a75_0x3b9529,_0xa40d58={};_0xa40d58[_0x4c75e8(0x2cb)]=function(_0x272c8e,_0x29195a){return _0x272c8e===_0x29195a;},_0xa40d58[_0x4c75e8(0x1a9)]='beforeAll';const _0x4d9c8d=_0xa40d58,{hookData:_0x23edba}=_0x11178a,_0x5e2bd1={'testId':_0x59307b,'testFrameworkState':_0x36dd4f,'hookState':_0x2c198e,'args':_0x11178a,'timestamp':new Date()[_0x4c75e8(0x19f)]()};if(_0x4d9c8d['NPzmG'](_0x36dd4f,TestFrameworkState[_0x4c75e8(0x21d)])&&_0x23edba){const _0x3e2442={};_0x3e2442[_0x4c75e8(0x170)]=_0x23edba[_0x4c75e8(0x1e4)]||_0x23edba[_0x4c75e8(0x2a1)],_0x3e2442[_0x4c75e8(0x205)]=_0x23edba[_0x4c75e8(0x205)]||_0x23edba[_0x4c75e8(0x2dd)]&&_0x23edba[_0x4c75e8(0x2dd)][0x0]||'',_0x3e2442['hookType']=_0x4d9c8d[_0x4c75e8(0x1a9)],_0x5e2bd1[_0x4c75e8(0x1b6)]=_0x3e2442,logger[_0x4c75e8(0x249)](_0x4c75e8(0x208)+_0x59307b+',\x20filePath:\x20'+_0x5e2bd1[_0x4c75e8(0x1b6)]['filePath']+',\x20scope:\x20'+_0x5e2bd1[_0x4c75e8(0x1b6)][_0x4c75e8(0x205)]);}_0x375a83['addPendingHook'](_0x59307b,_0x5e2bd1),logger[_0x4c75e8(0x249)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x59307b+',\x20state:\x20'+_0x36dd4f+_0x4c75e8(0x243)+_0x2c198e);}async[a75_0x3b9529(0x219)](_0x1ad347,_0x4bb151){const _0x314f1e=a75_0x3b9529,_0x2e58ab={};_0x2e58ab[_0x314f1e(0x24b)]=function(_0x37b19f,_0x379555){return _0x37b19f>_0x379555;},_0x2e58ab[_0x314f1e(0x204)]=function(_0x1bc316,_0x13edb1){return _0x1bc316===_0x13edb1;},_0x2e58ab[_0x314f1e(0x25c)]=function(_0x2a0fe6,_0x399d76){return _0x2a0fe6===_0x399d76;},_0x2e58ab['qPdwA']=function(_0x48c5b7,_0x1c766c){return _0x48c5b7===_0x1c766c;},_0x2e58ab['xAxuw']=function(_0x1b5e98,_0x91607d){return _0x1b5e98>_0x91607d;},_0x2e58ab[_0x314f1e(0x18a)]=function(_0x1802c7,_0x11174b){return _0x1802c7===_0x11174b;},_0x2e58ab[_0x314f1e(0x2b7)]=_0x314f1e(0x231);const _0xe4dd8f=_0x2e58ab;if(_0x1ad347[_0x314f1e(0x22b)](_0x4bb151)){const _0x20d3f6=_0x1ad347[_0x314f1e(0x22f)](_0x4bb151);logger[_0x314f1e(0x249)](_0x314f1e(0x239)+_0x20d3f6[_0x314f1e(0x1a7)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x4bb151);for(const _0x281b7d of _0x20d3f6){try{const _0x344e97=await this[_0x314f1e(0x161)](_0x1ad347,_0x281b7d[_0x314f1e(0x166)],_0x281b7d[_0x314f1e(0x23d)],_0x281b7d[_0x314f1e(0x25e)]);_0x344e97&&_0xe4dd8f['LiuVu'](Object['keys'](_0x344e97)[_0x314f1e(0x1a7)],0x0)&&_0x1ad347[_0x314f1e(0x218)](_0x344e97),await this[_0x314f1e(0x172)](_0x1ad347,_0x281b7d[_0x314f1e(0x166)],_0x281b7d[_0x314f1e(0x23d)],_0x281b7d['args']);}catch(_0x31ed6c){logger[_0x314f1e(0x23f)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x4bb151+',\x20error:\x20'+_0x31ed6c);}}_0x1ad347[_0x314f1e(0x1f2)](_0x4bb151),logger['debug'](_0x314f1e(0x255)+_0x4bb151);}const _0x151563=_0x1ad347['getAllData']()[_0x314f1e(0x297)](_0x4bb151);if(_0x151563){const _0x1c36c3=_0x151563[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x151563[TestFrameworkConstants[_0x314f1e(0x281)]],_0xa01f5d=_0x151563[TestFrameworkConstants[_0x314f1e(0x252)]]||_0x151563[TestFrameworkConstants[_0x314f1e(0x216)]]&&_0x151563[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug'](_0x314f1e(0x2c0)+_0x1c36c3+_0x314f1e(0x215)+_0xa01f5d);const _0x15f97d=_0x1ad347[_0x314f1e(0x201)]();for(const _0x1f87bf of _0x15f97d){if(_0xe4dd8f[_0x314f1e(0x204)](_0x1f87bf,_0x4bb151))continue;if(_0x1ad347[_0x314f1e(0x22b)](_0x1f87bf)){const _0x376426=_0x1ad347[_0x314f1e(0x22f)](_0x1f87bf);for(const _0x28d707 of _0x376426){if(_0xe4dd8f[_0x314f1e(0x204)](_0x28d707[_0x314f1e(0x166)],TestFrameworkState[_0x314f1e(0x21d)])&&_0x28d707[_0x314f1e(0x1b6)]){const _0x4ce1f7=_0x28d707[_0x314f1e(0x1b6)][_0x314f1e(0x170)],_0x548b2b=_0x28d707[_0x314f1e(0x1b6)]['scope'];if(_0xe4dd8f['ebSbF'](_0x4ce1f7,_0x1c36c3)&&_0xe4dd8f['qPdwA'](_0x548b2b,_0xa01f5d)){logger[_0x314f1e(0x249)](_0x314f1e(0x1d4)+_0x1f87bf+_0x314f1e(0x296)+_0x4bb151+',\x20filePath:\x20'+_0x4ce1f7+_0x314f1e(0x215)+_0x548b2b);_0x28d707['args']&&_0x28d707['args']['hookData']&&(_0x28d707[_0x314f1e(0x25e)]['hookData']['test_run_id']=_0x4bb151,logger[_0x314f1e(0x249)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x1f87bf+_0x314f1e(0x1c3)+_0x4bb151));try{const _0x3d8b86=await this['trackHookEvent'](_0x1ad347,_0x28d707['testFrameworkState'],_0x28d707[_0x314f1e(0x23d)],_0x28d707['args']);_0x3d8b86&&_0xe4dd8f['xAxuw'](Object[_0x314f1e(0x190)](_0x3d8b86)[_0x314f1e(0x1a7)],0x0)&&_0x1ad347[_0x314f1e(0x218)](_0x3d8b86);await this[_0x314f1e(0x172)](_0x1ad347,_0x28d707['testFrameworkState'],_0x28d707['hookState'],_0x28d707[_0x314f1e(0x25e)]);const _0x270dae=_0x1ad347[_0x314f1e(0x22f)](_0x1f87bf)[_0x314f1e(0x1a3)](_0xbd41fc=>_0xbd41fc!==_0x28d707);if(_0xe4dd8f[_0x314f1e(0x18a)](_0x270dae['length'],0x0))_0x1ad347[_0x314f1e(0x1f2)](_0x1f87bf);else{_0x1ad347[_0x314f1e(0x1f2)](_0x1f87bf);for(const _0x3896a8 of _0x270dae){_0x1ad347[_0x314f1e(0x1f0)](_0x1f87bf,_0x3896a8);}}logger[_0x314f1e(0x249)](_0xe4dd8f[_0x314f1e(0x2b7)]);}catch(_0x220e28){logger[_0x314f1e(0x23f)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x4bb151+',\x20error:\x20'+_0x220e28);}}}}}}}}[a75_0x3b9529(0x182)](_0x2bab45){const _0x4e5cd3=a75_0x3b9529,_0x311eac={'HOsNl':function(_0x43d7a8){return _0x43d7a8();}};if(!_0x2bab45||!_0x2bab45[_0x4e5cd3(0x271)])return;_0x2bab45['parent'][_0x4e5cd3(0x28f)]&&Array[_0x4e5cd3(0x288)](_0x2bab45[_0x4e5cd3(0x271)][_0x4e5cd3(0x28f)])&&_0x2bab45['parent'][_0x4e5cd3(0x28f)][_0x4e5cd3(0x194)](_0x5ad3aa=>{const _0x5bcf73=_0x4e5cd3;!_0x5ad3aa[_0x5bcf73(0x1e1)]&&!_0x5ad3aa[_0x5bcf73(0x1fa)]&&(_0x5ad3aa[_0x5bcf73(0x1e1)]=_0x311eac[_0x5bcf73(0x1b9)](uuidv4),_0x5ad3aa[_0x5bcf73(0x1fa)]=_0x5ad3aa['hookAnalyticsId'],logger[_0x5bcf73(0x249)](_0x5bcf73(0x193)+_0x5ad3aa[_0x5bcf73(0x2a9)]+',\x20hookUUID='+_0x5ad3aa[_0x5bcf73(0x1e1)]));}),this[_0x4e5cd3(0x182)](_0x2bab45[_0x4e5cd3(0x271)]);}['getHooksForTest'](_0x374281){const _0x29346d=a75_0x3b9529,_0x107540={'NiFFR':function(_0x58116e,_0x4ec2a7){return _0x58116e(_0x4ec2a7);}};if(!_0x374281||!_0x374281[_0x29346d(0x271)])return[];const _0x305a5e=[];return _0x374281[_0x29346d(0x271)][_0x29346d(0x28f)]&&Array[_0x29346d(0x288)](_0x374281['parent'][_0x29346d(0x28f)])&&_0x374281[_0x29346d(0x271)]['hooks'][_0x29346d(0x194)](_0x3ce404=>{const _0x8d08f3=_0x29346d,_0x2a86a7=_0x3ce404[_0x8d08f3(0x1e1)]||_0x3ce404['hookUUID'];_0x2a86a7&&!this['isJestInternalHook'](_0x3ce404)&&!_0x107540[_0x8d08f3(0x29b)](isInternalHook,_0x3ce404['fn'])&&_0x305a5e[_0x8d08f3(0x2bc)](_0x2a86a7);}),[..._0x305a5e,...this[_0x29346d(0x2bd)](_0x374281[_0x29346d(0x271)])];}[a75_0x3b9529(0x238)](_0xd58f8){const _0x33876d=a75_0x3b9529,_0x110c85={'qxkaW':function(_0x426710,_0x292ef6){return _0x426710(_0x292ef6);},'hWcBJ':_0x33876d(0x1b8),'WJwKj':function(_0x1a56ff,_0x46bf98){return _0x1a56ff(_0x46bf98);}},_0x4abaa5=new Map(),_0x3dae8a=_0x451a36=>{const _0x1a8267=_0x33876d;if(!_0x451a36||!_0x451a36['parent'])return;_0x451a36[_0x1a8267(0x271)]['hooks']&&Array['isArray'](_0x451a36[_0x1a8267(0x271)][_0x1a8267(0x28f)])&&_0x451a36[_0x1a8267(0x271)][_0x1a8267(0x28f)][_0x1a8267(0x194)](_0x361bb8=>{const _0x2ce2e5=_0x1a8267,_0x346a1d=_0x361bb8[_0x2ce2e5(0x1e1)]||_0x361bb8[_0x2ce2e5(0x1fa)];if(_0x346a1d&&!this[_0x2ce2e5(0x1d3)](_0x361bb8)&&!_0x110c85['qxkaW'](isInternalHook,_0x361bb8['fn'])){const _0x41dbe9={};_0x41dbe9['type']=_0x361bb8['type']||_0x110c85[_0x2ce2e5(0x20f)],_0x41dbe9[_0x2ce2e5(0x269)]=_0x361bb8[_0x2ce2e5(0x269)]||'\x22'+_0x361bb8['type']+_0x2ce2e5(0x20a),_0x4abaa5['set'](_0x346a1d,_0x41dbe9);}}),_0x110c85['qxkaW'](_0x3dae8a,_0x451a36[_0x1a8267(0x271)]);};return _0x110c85[_0x33876d(0x2a4)](_0x3dae8a,_0xd58f8),_0x4abaa5;}[a75_0x3b9529(0x1d3)](_0x522726){const _0x3a7e72=a75_0x3b9529,_0x1c2ed3={};_0x1c2ed3[_0x3a7e72(0x256)]=_0x3a7e72(0x253),_0x1c2ed3[_0x3a7e72(0x1a5)]=_0x3a7e72(0x29f);const _0x20e9a5=_0x1c2ed3;try{const _0x4ccb3f=this['getRootParentFile'](_0x522726);return _0x4ccb3f&&_0x4ccb3f[_0x3a7e72(0x23c)](_0x20e9a5[_0x3a7e72(0x256)]);}catch(_0xc8040c){logger[_0x3a7e72(0x249)](_0x20e9a5['EDWLV']);}return![];}[a75_0x3b9529(0x273)](_0x393b78){const _0x2d11bb=a75_0x3b9529;if(_0x393b78['asyncError'])try{const _0x474ec4=stackTrace[_0x2d11bb(0x22a)](_0x393b78[_0x2d11bb(0x196)]);return _0x474ec4[0x0]?_0x474ec4[0x0][_0x2d11bb(0x251)]():null;}catch(_0x32bafa){logger[_0x2d11bb(0x249)](_0x2d11bb(0x15f)+util['format'](_0x32bafa));}if(_0x393b78[_0x2d11bb(0x159)])return _0x393b78[_0x2d11bb(0x159)];return null;}}module[a75_0x3b9529(0x292)]=JestTestFramework;function a75_0x1c31(){const _0x27c856=['join','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','1570527BsAryQ',',\x20totalBatches:\x20','./testFramework','code','EGvEZ','QZJqu','executionContext','name','iplSP','testFrameworkName','passed','resolveInstance','8wWpzHn','KEY_TEST_FAILURE','raDuI','parent','\x22\x20from\x20testData','getRootParentFile','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','sGJEs','getJestTestTags',',\x20hookType=','matchHookRegex','../../../helpers/classLogger.js','KEY_HOOKS_STARTED','originalTest','TbSfq','set','../cliUtils.js','toString','KEY_TEST_LOCATION','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','aTPlc','match','\x20-\x20testId:\x20','getJestFailureData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','isArray','GmnUR','getTestFrameworks','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOK_NAME','Biaei','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','hooks',',\x20failureType=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','exports',',\x20argsKeys=','lixeh','1954560ZvFVfG',',\x20currentTestId:\x20','get','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','NiFFR','../../../helpers/helper.js','ROOT_DESCRIBE_BLOCK','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','MDvrf','location',',\x20test_run_uuid=','POST','WJwKj','AssertionError','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','kind','../../../helpers/test-observability/utils','type',',\x20contextId=','bzEai','maxArrayLength','tags','test_identifier','endedAt','JIuth','status','test',',\x20hookId=',',\x20hookState=','88666Exnhhs','getActiveHook','AkXjX','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','../instances/trackedInstance.js',',\x20totalLogs:\x20','uCTeP','push','getHooksForTest',',\x20remainingHooks=','KEY_TEST_STARTED_AT','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','getCurrentHookState','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getContext','vPZMW','split','getTrackedInstance','../instances/testFrameworkInstance.js','KEY_TEST_FILE_PATH',',\x20failureReason=','KEY_HOOK_FAILURE_REASON','NPzmG','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','test_run_uuid','AhtBP','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','missing','KEY_EVENT_STARTED_AT','stringify','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x20hook','MWZDu','DYaiP','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','TciYr','KEY_HOOK_FAILURE_TYPE','KEY_EVENT_ENDED_AT','hook_type','scopes','KEY_CUSTOM_TAGS','event_ended_at','activeHooks','iCwsx','qDtHo','testData','setActiveHook','ALL','file','failure_reason','__bstackPlatformIndex','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20hooksListLength=','substr','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','startsWith','trackHookEvent','pop','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','concat','KEY_HOOK_LAST_FINISHED','testFrameworkState','inspect','getAllData',':testAnalyticsId','2348017KqFrZp',',\x20hook=',',\x20storing\x20as\x20pending\x20hook',',\x20hook_run_uuid=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','filePath','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','runHooks',',\x20error:\x20','../TestInfo.js','tKuIm','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','logCreatedEvent','format','retryOf','6dsnODV','KEY_TEST_ATTACHMENTS','Unknown\x20Test','843SRMoXG','hoThV','getJestFailureType','TEST_SCREENSHOT','EatSz','mapTestHooks','title','base64','DVYSb','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','OhZRQ','instance','KEY_LOGS','gbSaE',',\x20testFramework=','substring',',\x20screenshotLogs:\x20',',\x20messageLength=','rdAxr','keys','util','uatbb','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','forEach','NONE','asyncError','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','trackJestInstance','failed','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','KEY_HOOK_LOGS',',\x20hookData=','toISOString','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','./constants/testFrameworkConstants.js','reverse','filter','getId','EDWLV','MsUqQ','length','DEFAULT_TEST_RESULT','XpTlD','wYDFB','1890900IHXDex','getJestFailureReason','VuUyY','KEY_TEST_UUID','TQtkg','message','skip','uuid','ceil','getJestTestIdentifier','AcDyh','hookMetadata','DEFAULT_HOOK_RESULT','unknown','HOsNl','uOOfo','GIoNh','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','mVVvH','pid','hook_id',',\x20testId=','\x20screenshot\x20logs\x20for\x20testId:\x20',',\x20filePath=','\x20to\x20','KEY_HOOK_LAST_STARTED','depth','testFrameworkVersion','splice','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','testUUID','356nsPDUl','parseJestTest','from','\x20(testIdentifier),\x20result=','map','has','skipped',',\x20version=','ZwjLV','isJestInternalHook','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','sGwRT','sendLogCreatedEvent','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','getRef','errorsDetailed','KEY_TEST_FRAMEWORK_NAME',',\x20exception=','XBWyz','PRE','delete',',\x20testData=','__workerDetails','hookAnalyticsId',',\x20duration=','FvspW','file_name','2347860uZBBEF',',\x20response=','\x20(testIdentifier)','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','KEY_HOOKS_FINISHED','../grpcClient','stack-trace','replace','getProcessId','rVboh','YKKuT','addPendingHook','KEY_HOOK_ID','removePendingHooks','hook_result','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_HOOK_RESULT','\x20for\x20testId:\x20','trackEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_RETRY_OF','hookUUID','finished_at','UnhandledError','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','TEST','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','getAllPendingHookTestIds','body','eyrkA','uoRhY','scope','slice','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','ZgeYT','\x22\x20hook','bOGfQ','KEY_TEST_META','dtnFt',',\x20consoleLogs:\x20','hWcBJ','ZfcLr','_ALL','SxUCw','HxcvA','biqvX',',\x20scope:\x20','KEY_TEST_SCOPES','HOXqu','addMultipleEntries','processPendingHooks','tasJF','KEY_TEST_FAILURE_TYPE','trackJestInstance:\x20created\x20instance\x20for\x20target=','BEFORE_ALL','warn','YhyvT','started_at','result','hookData','createContext','hook_run_uuid','toUpperCase','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','getThreadId','getJestTestName','KEY_TEST_LOGS','parse','hasPendingHooks','wArAU','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','Nvysr','getPendingHooks','parallelIndex','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','getJestTestFilePath',',\x20result=',',\x20totalHooks=',',\x20state=','ouftf','\x20-\x20test_identifier=','buildHookMapFromTest','Processing\x20','duration','KEY_TEST_ID','includes','hookState',',\x20logsInBatch:\x20','error','getTestFrameworksVersions','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20hookState:\x20','icTku','getJestTestScopes','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','jnWyp','debug','hookType','LiuVu','KEY_TEST_RESULT','browserstackPlatformIndex',',\x20hookUUID=','CWLiC','test_run_id','getFileName','KEY_TEST_SCOPE','jest-circus','testId','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','HMcmK','JestTestFramework','storePendingHook','Iyqjr','setTrackedInstance','removeActiveHook','ebSbF','KEY_AUTOMATE_SESSION_NAME','args','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result'];a75_0x1c31=function(){return _0x27c856;};return a75_0x1c31();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a76_0x2201c9=a76_0x5e35;function a76_0x5e35(_0xf2c811,_0x1637ba){const _0x4b8e22=a76_0x4b8e();return a76_0x5e35=function(_0x5e35e2,_0x4bc42d){_0x5e35e2=_0x5e35e2-0x14a;let _0x3a128d=_0x4b8e22[_0x5e35e2];return _0x3a128d;},a76_0x5e35(_0xf2c811,_0x1637ba);}(function(_0x2f0a5b,_0x23f3c8){const _0x23d9ee=a76_0x5e35,_0x4813e6=_0x2f0a5b();while(!![]){try{const _0x11b80c=parseInt(_0x23d9ee(0x174))/0x1+parseInt(_0x23d9ee(0x16a))/0x2+-parseInt(_0x23d9ee(0x164))/0x3+parseInt(_0x23d9ee(0x14b))/0x4*(parseInt(_0x23d9ee(0x16e))/0x5)+-parseInt(_0x23d9ee(0x154))/0x6*(parseInt(_0x23d9ee(0x169))/0x7)+-parseInt(_0x23d9ee(0x15f))/0x8*(parseInt(_0x23d9ee(0x150))/0x9)+parseInt(_0x23d9ee(0x167))/0xa;if(_0x11b80c===_0x23f3c8)break;else _0x4813e6['push'](_0x4813e6['shift']());}catch(_0x6341f6){_0x4813e6['push'](_0x4813e6['shift']());}}}(a76_0x4b8e,0xd7777));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a76_0x2201c9(0x173)),AutomationFrameworkState=require(a76_0x2201c9(0x165)),CLIUtils=require(a76_0x2201c9(0x159)),TrackedInstance=require(a76_0x2201c9(0x161)),AutomationFrameworkInstance=require(a76_0x2201c9(0x15a));function a76_0x4b8e(){const _0x3f7d89=['IkQgi','../../../helpers/classLogger.js','1058085Mlmizf','trackEvent:\x20automationFrameworkState=','8YXfJEr','logger','trackPlaywrightInstance','setTrackedInstance','getAutomationFrameworkName','7946856bpeXht','getAutomationFrameworkVersion','params','USqCD','3462TGjcyW','\x20hookState=','pwCnr','Vkdth','NONE','../cliUtils.js','../instances/automationFrameworkInstance.js','bsParams','info','runHooks','trackEvent','8SWkANq','pvsnf','../instances/trackedInstance.js','getCurrentInstanceName','PLAYWRIGHT_DISPATCH','1377459jXOYwp','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','6910770mtozLW','exports','21077mpEVFo','1320042OGMVxA','message','getTrackedInstance','debug','3882130WbCKFn','trackPlaywrightInstance:\x20instance\x20already\x20exists','resolveInstance','instance'];a76_0x4b8e=function(){return _0x3f7d89;};return a76_0x4b8e();}class PlaywrightAutomationFramework extends AutomationFramework{[a76_0x2201c9(0x14c)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x4dba5a,_0x3d0225){super(_0x4dba5a,_0x3d0225);}async[a76_0x2201c9(0x15e)](_0x3e538b,_0x19f6dd,_0x18d2f0={}){const _0x4be942=a76_0x2201c9,_0x57d6b2={};_0x57d6b2[_0x4be942(0x156)]=function(_0x37c955,_0x345a7d){return _0x37c955===_0x345a7d;};const _0x5695f7=_0x57d6b2;this[_0x4be942(0x14c)][_0x4be942(0x16d)](_0x4be942(0x14a)+_0x3e538b+_0x4be942(0x155)+_0x19f6dd),await super[_0x4be942(0x15e)](_0x3e538b,_0x19f6dd,_0x18d2f0);const _0x263f91=this[_0x4be942(0x170)](_0x3e538b,_0x19f6dd,_0x18d2f0);if(_0x5695f7[_0x4be942(0x156)](_0x263f91,null))return;_0x18d2f0[_0x4be942(0x171)]=_0x263f91,await this[_0x4be942(0x15d)](_0x263f91,_0x3e538b,_0x19f6dd,_0x18d2f0);}[a76_0x2201c9(0x170)](_0x1b5983,_0x2abdc0,_0x3714e1={}){const _0x36ba35=a76_0x2201c9,_0x39516f={};_0x39516f['pvsnf']=function(_0x5512fb,_0x5685d5){return _0x5512fb===_0x5685d5;},_0x39516f['USqCD']=function(_0x1d917c,_0x2f14fa){return _0x1d917c===_0x2f14fa;},_0x39516f[_0x36ba35(0x172)]=function(_0x44f02e,_0x3f3dc4){return _0x44f02e===_0x3f3dc4;};const _0x43cfb1=_0x39516f;let _0x10d033=null;return(_0x43cfb1[_0x36ba35(0x160)](_0x1b5983,AutomationFrameworkState['CREATE'])||_0x43cfb1[_0x36ba35(0x153)](_0x1b5983,AutomationFrameworkState[_0x36ba35(0x163)])&&(_0x3714e1[_0x36ba35(0x16b)]&&_0x3714e1[_0x36ba35(0x16b)][_0x36ba35(0x152)]&&_0x3714e1[_0x36ba35(0x16b)][_0x36ba35(0x152)][_0x36ba35(0x15b)])||_0x43cfb1[_0x36ba35(0x172)](_0x1b5983,AutomationFrameworkState[_0x36ba35(0x158)]))&&this[_0x36ba35(0x14d)](_0x1b5983,_0x3714e1),_0x10d033=AutomationFramework['getTrackedInstance'](),_0x10d033;}[a76_0x2201c9(0x14d)](_0x34bfb3,_0x183d3f){const _0x48ca4a=a76_0x2201c9,_0x6e771d={};_0x6e771d[_0x48ca4a(0x157)]=_0x48ca4a(0x16f);const _0x44de6b=_0x6e771d;if(AutomationFramework[_0x48ca4a(0x16c)]()){this[_0x48ca4a(0x14c)][_0x48ca4a(0x15c)](_0x44de6b[_0x48ca4a(0x157)]);return;}const _0x2e55fd=CLIUtils[_0x48ca4a(0x162)](),_0x5976c1=TrackedInstance['createContext'](_0x2e55fd);let _0x1c2d3b=null;this[_0x48ca4a(0x14c)][_0x48ca4a(0x15c)](_0x48ca4a(0x166)+_0x2e55fd+',\x20state='+_0x34bfb3),_0x1c2d3b=new AutomationFrameworkInstance(_0x5976c1,this[_0x48ca4a(0x14f)](),this[_0x48ca4a(0x151)](),_0x34bfb3),AutomationFramework[_0x48ca4a(0x14e)](_0x5976c1,_0x1c2d3b),this[_0x48ca4a(0x14c)][_0x48ca4a(0x15c)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x5976c1['getId']()+'\x20target='+_0x2e55fd);}}module[a76_0x2201c9(0x168)]=PlaywrightAutomationFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a77_0x34be7a=a77_0x4cdb;function a77_0x4cdb(_0x35c5ca,_0x43342a){const _0x1c7a72=a77_0x1c7a();return a77_0x4cdb=function(_0x4cdbc3,_0x535e36){_0x4cdbc3=_0x4cdbc3-0x113;let _0x5d52ba=_0x1c7a72[_0x4cdbc3];return _0x5d52ba;},a77_0x4cdb(_0x35c5ca,_0x43342a);}function a77_0x1c7a(){const _0x4ae689=['getTestIdentifierFromTestInfo','POST','KEY_TEST_RERUN_NAME','tqvaq','KEY_TEST_RESULT_AT','cVgjw','\x20result=','yOwCf','filePath','TEST_ATTACHMENT','CagCG','ftFGV','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','error','NFHKa','testFrameworkName','fhRXa','getRef','zXDNs','message','status','getCurrentTestState','1042310NFDChG','KEY_TEST_FRAMEWORK_NAME','DEFAULT_TEST_RESULT','mpTbB','KEY_TEST_FAILURE_REASON','eventJson','../cliUtils.js','851465sNfHfl','getProcessId','122229XUBeFF','getTrackedInstance','2073240VpvaFY','OybCn','stack','lzPCr','KEY_TEST_LOGS','expectedStatus','12rRvEeA','KEY_TEST_ENDED_AT','cnCva','KEY_HOOK_LAST_STARTED','KEY_TEST_ID','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','split','jWdUp','path','concat','KEY_TEST_FILE_PATH','KEY_HOOK_LAST_FINISHED','DEFAULT_HOOK_RESULT','RFqLp','qmXYX','GxUYo','getTestDetails','size','VEvCC','../../../helpers/helper.js','KEY_TEST_LOCATION','retry','TEST_SCREENSHOT','FhbtS','fcISQ','trackEvent:\x20found\x20instance,\x20testFrameworkState=','KEY_HOOKS_FINISHED','length','KEY_TEST_UUID','NONE','push','attachments','KEY_EVENT_ENDED_AT','PlaywrightTestFramework','../TestInfo.js','YCnth','getTestUUID','KvvQc','getThreadId','debug','basename','values','file_name','KEY_HOOK_LOGS','duration','finXt','hookState','OBHDK','YIQvC','GJqTh','toString','parsePlaywrightTestResult','HNLfu','Expected\x20to\x20fail,\x20but\x20passed.','endedAt','UmZWa','hirXj','swSIW','getAllData','field_type','trackEvent','multi_dropdown','\x20hookState:\x20','HsleI','KEY_TEST_CODE','IApvA','KEY_LOGS','getTraceFilePaths','539480NtvOKv','cwdQZ','util','qgXWJ','failed','bEwer','khLSW','getTime','parsePlaywrightTestResult:\x20testId=','GdeVv','mVjqP','GFJnZ','createContext','startedAt','FziMP','KEY_HOOK_ID','4266824MkwscA','582693etpVCy','KEY_TEST_SCOPES','../state/hookState.js','IDJhp','description','from','info','createTestFrameworkEventPayload\x20testId:\x20','title','base64',',\x20state=','format','\x20testState:\x20','tekyj','KMXFq','slice','setTestDetails','../instances/trackedInstance.js','KEY_HOOK_FAILURE_REASON','PxonV','KEY_TEST_FAILURE','RGgKS','Error\x20processing\x20trace\x20file\x20','annotations','7aZkpiR','trackPlaywrightInstance','XcWdQ','KEY_EVENT_STARTED_AT','../state/testFrameworkState.js','trim','parallelIndex','Error\x20in\x20createTestFrameworkEventPayload:\x20','instance','KEY_TEST_RESULT','createTestFrameworkEventPayload','rVnVb','\x20instance=','KEY_CUSTOM_TAGS','nuyQu','psANC','test','No\x20reason\x20provided','addMultipleEntries','getInstance','sendLogCreatedEvent:\x20testId=','step','get','qnkCP','mnvGZ','\x20and\x20args\x20=\x20','passed','statSync','testFrameworkVersion','SUKjb','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','startTime','KEY_TEST_RETRY_OF','stringify','PRE','JJYji','errors','skipped','../instances/testFrameworkInstance.js','\x20payload=','\x20testHookState=','\x20\x20and\x20args\x20=\x20','lYscm','runHooks','\x20hookState=','getCurrentHookState','KEY_TEST_STARTED_AT','KEY_HOOK_FAILURE_TYPE','\x20from\x20TestDetails:\x20','./constants/testFrameworkConstants.js','TEST','timedOut','18BDGwYR','getTestFrameworksVersions','kaddg','testUId','steps','hook','err','wtKHY','../../../helpers/test-observability/utils','JFBnT','\x20response=','inspect','result','getCurrentInstanceName','qiaAQ','KEY_HOOKS_STARTED','ceil','logCreatedEvent','33tTOAYI','KEY_TEST_SCOPE','weiKc','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_HOOK_RESULT','sendLogCreatedEvent','getTestFrameworks','twJSE','KEY_TEST_FRAMEWORK_VERSION','getId','toISOString','gCOXx','executionContext','setTrackedInstance','trackHookEvent','resolveInstance','QDJIT','KEY_TEST_ATTACHMENTS','KEY_TEST_NAME','../../playwright/reporter/pwUtils','qsHhI','forEach','\x20target=','sendLogCreatedEvent\x20for\x20testId:\x20','testFrameworkState'];a77_0x1c7a=function(){return _0x4ae689;};return a77_0x1c7a();}(function(_0x374538,_0x40517b){const _0x3fd5e2=a77_0x4cdb,_0xeaafda=_0x374538();while(!![]){try{const _0x4aa721=parseInt(_0x3fd5e2(0x15c))/0x1+-parseInt(_0x3fd5e2(0x1a8))/0x2+-parseInt(_0x3fd5e2(0x1b9))/0x3*(-parseInt(_0x3fd5e2(0x164))/0x4)+-parseInt(_0x3fd5e2(0x15a))/0x5*(-parseInt(_0x3fd5e2(0x205))/0x6)+-parseInt(_0x3fd5e2(0x1d1))/0x7*(parseInt(_0x3fd5e2(0x1b8))/0x8)+parseInt(_0x3fd5e2(0x15e))/0x9+-parseInt(_0x3fd5e2(0x153))/0xa*(parseInt(_0x3fd5e2(0x124))/0xb);if(_0x4aa721===_0x40517b)break;else _0xeaafda['push'](_0xeaafda['shift']());}catch(_0x3c6987){_0xeaafda['push'](_0xeaafda['shift']());}}}(a77_0x1c7a,0x50a87));const TestFramework=require('./testFramework'),TestFrameworkState=require(a77_0x34be7a(0x1d5)),HookState=require(a77_0x34be7a(0x1bb)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a77_0x34be7a(0x1f7)),CLIUtils=require(a77_0x34be7a(0x159)),TrackedInstance=require(a77_0x34be7a(0x1ca)),TestFrameworkConstants=require(a77_0x34be7a(0x202)),logger=createClassLogger(a77_0x34be7a(0x185)),{v4:uuidv4}=require('uuid'),util=require(a77_0x34be7a(0x1aa)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a77_0x34be7a(0x177)),TestInfo=require(a77_0x34be7a(0x186)),GrpcClient=require('../grpcClient'),{removeAnsiColors,getFailureType,failureData}=require(a77_0x34be7a(0x11a)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a77_0x34be7a(0x137)),{findNestedKey,sendTraceZip,validateFilePath}=require(a77_0x34be7a(0x137)),path=require(a77_0x34be7a(0x16c)),fs=require('fs'),helper=require('../../../../src/helpers/helper'),{PLAYWRIGHT_TRACE_LOGS}=require('../../utils/constants');class PlaywrightTestFramework extends TestFramework{constructor(_0x2fb8fa,_0xa9b1bc,_0xc505cd){super(_0x2fb8fa,_0xa9b1bc,_0xc505cd);}async[a77_0x34be7a(0x1a0)](_0x1f097c,_0x5a971b,_0x555be3={}){const _0x19c76b=a77_0x34be7a,_0x2c26dc={'hirXj':function(_0x1d464d,_0x353c34){return _0x1d464d===_0x353c34;},'OybCn':function(_0x26c54b,_0x51d028,_0x648d54){return _0x26c54b(_0x51d028,_0x648d54);},'qDDwX':function(_0x4a46f4,_0x37c188){return _0x4a46f4===_0x37c188;},'GdeVv':_0x19c76b(0x1e1),'UmRVi':'trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s'};super[_0x19c76b(0x1a0)](_0x1f097c,_0x5a971b,_0x555be3);if(_0x2c26dc[_0x19c76b(0x19c)](_0x1f097c,TestFrameworkState[_0x19c76b(0x17a)])){const _0x21a266=TestInfo[_0x19c76b(0x13d)](_0x555be3[_0x19c76b(0x1e1)],_0x555be3[_0x19c76b(0x1e1)][_0x19c76b(0x179)]);TestInfo[_0x19c76b(0x1c9)](_0x21a266,_0x555be3[_0x19c76b(0x11e)],!![]);}const _0x58b040=this[_0x19c76b(0x133)](_0x1f097c,_0x5a971b,_0x555be3);if(!_0x58b040)return;logger[_0x19c76b(0x18b)](_0x19c76b(0x17d)+_0x1f097c+_0x19c76b(0x1fd)+_0x5a971b+'\x20instanceId='+_0x58b040['getRef']());try{if(_0x2c26dc['hirXj'](_0x5a971b,HookState[_0x19c76b(0x1f3)])&&_0x2c26dc[_0x19c76b(0x19c)](_0x1f097c,TestFrameworkState[_0x19c76b(0x203)])){const _0x4f4043=_0x555be3[_0x19c76b(0x1e1)];logger[_0x19c76b(0x18b)](_0x19c76b(0x127)+_0x4f4043['id']+'}');const _0x45fbb6=TestInfo[_0x19c76b(0x188)](_0x2c26dc[_0x19c76b(0x15f)](getTestRunIdentifier,_0x4f4043,_0x555be3['result'][_0x19c76b(0x179)]));_0x58b040['addMultipleEntries'](this['parsePlaywrightTest'](_0x45fbb6,_0x4f4043,_0x555be3[_0x19c76b(0x11e)])),logger[_0x19c76b(0x18b)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x4f4043['id']+',\x20testFrameworkState='+_0x1f097c+_0x19c76b(0x1f9)+_0x5a971b+_0x19c76b(0x1dd)+_0x58b040['getRef']());}if(_0x2c26dc[_0x19c76b(0x19c)](_0x5a971b,HookState[_0x19c76b(0x13e)])&&_0x2c26dc['qDDwX'](_0x1f097c,TestFrameworkState['TEST'])){const _0x26e3db=_0x555be3[_0x19c76b(0x1e1)],_0x2d86e6=_0x555be3[_0x19c76b(0x11e)];logger[_0x19c76b(0x18b)](_0x19c76b(0x149)+_0x26e3db['id']),_0x58b040['addMultipleEntries'](this[_0x19c76b(0x197)](_0x26e3db['id'],_0x2d86e6,_0x26e3db)),await this[_0x19c76b(0x129)](_0x58b040,_0x1f097c,_0x5a971b,_0x2c26dc[_0x19c76b(0x1b1)],_0x555be3);}if(CLIUtils['matchHookRegex'](_0x1f097c['toString']()[_0x19c76b(0x16a)]('.')[0x1])){const _0x243524=await this['trackHookEvent'](_0x58b040,_0x1f097c,_0x5a971b,_0x555be3);_0x58b040[_0x19c76b(0x1e3)](_0x243524);}}catch(_0x395091){logger[_0x19c76b(0x14a)](util['format'](_0x2c26dc['UmRVi'],_0x1f097c,_0x5a971b,_0x555be3[_0x19c76b(0x17f)],_0x395091));}_0x555be3[_0x19c76b(0x1d9)]=_0x58b040,await this[_0x19c76b(0x1fc)](_0x58b040,_0x1f097c,_0x5a971b,_0x555be3);}[a77_0x34be7a(0x133)](_0xb6c6b4,_0x463c1c,_0x43f098={}){const _0xdfc20b=a77_0x34be7a,_0x4c68f7={};_0x4c68f7[_0xdfc20b(0x114)]=function(_0x35d354,_0x16a4d6){return _0x35d354===_0x16a4d6;},_0x4c68f7[_0xdfc20b(0x17b)]=function(_0x4a2a05,_0x2c84d4){return _0x4a2a05===_0x2c84d4;};const _0x5484a7=_0x4c68f7;let _0x369c53=null;return(_0x5484a7[_0xdfc20b(0x114)](_0xb6c6b4,TestFrameworkState['INIT_TEST'])||_0x5484a7[_0xdfc20b(0x17b)](_0xb6c6b4,TestFrameworkState[_0xdfc20b(0x181)]))&&this['trackPlaywrightInstance'](_0xb6c6b4,_0x43f098),_0x369c53=TestFramework[_0xdfc20b(0x15d)](),_0x369c53;}[a77_0x34be7a(0x1d2)](_0x3563c1,_0x442fe0){const _0x2b880d=a77_0x34be7a,_0x92edf8=CLIUtils[_0x2b880d(0x11f)](),_0x24b123=TrackedInstance[_0x2b880d(0x1b4)](_0x92edf8);let _0x1f01e1=null;logger[_0x2b880d(0x1bf)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x92edf8+_0x2b880d(0x1c3)+_0x3563c1),_0x1f01e1=new TestFrameworkInstance(_0x24b123,this[_0x2b880d(0x12a)](),this[_0x2b880d(0x113)](),_0x3563c1,HookState['NONE']),TestFramework[_0x2b880d(0x131)](_0x24b123,_0x1f01e1),logger['info'](_0x2b880d(0x1ef)+_0x24b123[_0x2b880d(0x12d)]()+_0x2b880d(0x13a)+_0x92edf8);}['parsePlaywrightTest'](_0x242026,_0x3ac05b,_0x408460){const _0x152b5a=a77_0x34be7a,_0xe926ed={'fhRXa':function(_0x4d5279,_0x2222f9){return _0x4d5279(_0x2222f9);},'NFHKa':function(_0x1dbd76,_0x47e905){return _0x1dbd76(_0x47e905);},'RGgKS':function(_0x1b5831,_0x29299c){return _0x1b5831(_0x29299c);},'HsleI':function(_0x247673,_0x3f7183,_0x5c0ea0){return _0x247673(_0x3f7183,_0x5c0ea0);},'IApvA':function(_0x2c87c1,_0x2888d6){return _0x2c87c1(_0x2888d6);}},_0x5e2f84=_0xe926ed[_0x152b5a(0x14d)](getPlaywrightTestId,_0x3ac05b),_0x2a2f39=_0xe926ed[_0x152b5a(0x14d)](getPlaywrightTestTitle,_0x3ac05b),_0x4717c3=_0xe926ed[_0x152b5a(0x14b)](getTestTags,_0x3ac05b),_0x296c8e=_0xe926ed[_0x152b5a(0x14b)](getPlaywrightTestCode,_0x3ac05b),_0x3c4189=_0xe926ed[_0x152b5a(0x14b)](getPlaywrightTestFilePath,_0x3ac05b),_0x15e7f9=_0x3c4189+':'+_0xe926ed['RGgKS'](getPlaywrightTestLocation,_0x3ac05b),_0x52d730=_0xe926ed[_0x152b5a(0x1ce)](getPlaywrightTestScope,_0x3ac05b),_0x1ea6b1=_0xe926ed[_0x152b5a(0x1ce)](getPlaywrightTestScopes,_0x3ac05b),_0x2565bf=_0xe926ed[_0x152b5a(0x1ce)](getPlaywrightSessionName,_0x3ac05b),_0x22caab=this[_0x152b5a(0x12a)]()[0x0],_0x2f8d6b=_0xe926ed[_0x152b5a(0x1a3)](getTestRunIdentifier,_0x3ac05b,_0x408460['retry']),_0x56d2c4={[TestFrameworkConstants[_0x152b5a(0x154)]]:_0x22caab,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x152b5a(0x113)]()[_0x22caab],[TestFrameworkConstants[_0x152b5a(0x162)]]:[],[TestFrameworkConstants[_0x152b5a(0x17e)]]:{},[TestFrameworkConstants[_0x152b5a(0x121)]]:{},[TestFrameworkConstants[_0x152b5a(0x180)]]:_0x242026,[TestFrameworkConstants[_0x152b5a(0x1da)]]:TestFrameworkConstants[_0x152b5a(0x155)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x2565bf,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x3c4189,[TestFrameworkConstants[_0x152b5a(0x168)]]:_0x5e2f84,[TestFrameworkConstants[_0x152b5a(0x136)]]:_0x2a2f39,[TestFrameworkConstants[_0x152b5a(0x178)]]:_0x15e7f9,[TestFrameworkConstants[_0x152b5a(0x1a4)]]:_0x296c8e,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x4717c3,[TestFrameworkConstants[_0x152b5a(0x1ff)]]:_0x3ac05b['results'][0x0][_0x152b5a(0x1f0)],[TestFrameworkConstants[_0x152b5a(0x125)]]:_0x52d730,[TestFrameworkConstants[_0x152b5a(0x1ba)]]:_0x1ea6b1,[TestFrameworkConstants[_0x152b5a(0x13f)]]:_0xe926ed[_0x152b5a(0x1a5)](getPlaywrightCustomRerunParam,_0x3ac05b)};TestInfo[_0x152b5a(0x1c9)](_0x2f8d6b,_0x56d2c4);const _0x2f1636={};return _0x2f1636[_0x2f8d6b]=_0x56d2c4,_0x2f1636;}['parsePlaywrightTestResult'](_0x5c1211,_0x2c6f6b,_0x5ebbfd){const _0x3227bc=a77_0x34be7a,_0x5a243d={'lzPCr':function(_0xca144b,_0xa2715d){return _0xca144b(_0xa2715d);},'KMXFq':_0x3227bc(0x146),'twJSE':function(_0x157aaa,_0x203e1f){return _0x157aaa===_0x203e1f;},'SUKjb':function(_0x29b21c,_0x40af31){return _0x29b21c===_0x40af31;},'GxUYo':function(_0x2e0b68,_0xf30ae3){return _0x2e0b68===_0xf30ae3;},'FziMP':_0x3227bc(0x1e2),'lYscm':_0x3227bc(0x1a1),'NZqtH':function(_0x29f09d,_0x396037,_0x454847){return _0x29f09d(_0x396037,_0x454847);},'cnCva':function(_0x755dc,_0x576bb1){return _0x755dc+_0x576bb1;},'VEvCC':function(_0x1c87e8,_0x1b918d){return _0x1c87e8===_0x1b918d;},'ueOLL':_0x3227bc(0x1f6),'psANC':'passed','finXt':'failed','zXDNs':_0x3227bc(0x204),'GJqTh':function(_0x462f69,_0x112d8e){return _0x462f69===_0x112d8e;},'OBHDK':_0x3227bc(0x199),'mVjqP':function(_0xf90514,_0x341f9d,_0x3f1016){return _0xf90514(_0x341f9d,_0x3f1016);},'RFqLp':function(_0x5749e1,_0x273fc8){return _0x5749e1||_0x273fc8;},'CagCG':function(_0x3f5257,_0x20eaa2){return _0x3f5257>_0x20eaa2;},'rVnVb':function(_0x4181dd,_0x1199ba){return _0x4181dd-_0x1199ba;},'yOwCf':function(_0x3d0723,_0x592413,_0x3e21ae){return _0x3d0723(_0x592413,_0x3e21ae);},'XcWdQ':'path','qgXWJ':function(_0x13c004,_0x6a3cc4){return _0x13c004>_0x6a3cc4;},'JFBnT':function(_0xef59e3,_0x1fd01c,_0x39b8b4){return _0xef59e3(_0x1fd01c,_0x39b8b4);}};logger[_0x3227bc(0x18b)](_0x3227bc(0x1b0)+_0x5c1211);const _0x14fb75=_0x5a243d['NZqtH'](getTestRunIdentifier,_0x5ebbfd,_0x2c6f6b[_0x3227bc(0x179)]),_0x1773ed=new Date(_0x2c6f6b[_0x3227bc(0x1f0)]),_0x4c45ec=_0x2c6f6b[_0x3227bc(0x190)],_0x567f28=new Date(_0x5a243d[_0x3227bc(0x166)](_0x1773ed['getTime'](),_0x4c45ec)),_0x1bd80a=_0x2c6f6b[_0x3227bc(0x151)],_0x24778d=TestInfo[_0x3227bc(0x174)](_0x14fb75)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};let _0x565bd6=_0x1bd80a;if(_0x5a243d[_0x3227bc(0x176)](_0x2c6f6b['status'],_0x5ebbfd[_0x3227bc(0x163)]))_0x565bd6=_0x5a243d[_0x3227bc(0x1ee)](_0x2c6f6b['status'],_0x5a243d['ueOLL'])?_0x5a243d['ueOLL']:_0x5a243d[_0x3227bc(0x1e0)];else{(_0x5a243d[_0x3227bc(0x12b)](_0x565bd6,_0x5a243d[_0x3227bc(0x1e0)])||_0x5a243d[_0x3227bc(0x1ee)](_0x565bd6,_0x5a243d[_0x3227bc(0x191)])||_0x5a243d['twJSE'](_0x565bd6,_0x5a243d[_0x3227bc(0x14f)]))&&(_0x565bd6=_0x5a243d[_0x3227bc(0x191)]);if(_0x5a243d[_0x3227bc(0x176)](_0x2c6f6b[_0x3227bc(0x151)],_0x5a243d[_0x3227bc(0x1e0)])&&_0x5a243d[_0x3227bc(0x195)](_0x5ebbfd['expectedStatus'],_0x5a243d[_0x3227bc(0x191)])){const _0x242268={};_0x242268[_0x3227bc(0x150)]=_0x5a243d[_0x3227bc(0x193)],_0x242268[_0x3227bc(0x160)]=_0x5a243d[_0x3227bc(0x193)],_0x2c6f6b[_0x3227bc(0x14a)]=_0x242268,_0x2c6f6b[_0x3227bc(0x1f5)]=[_0x2c6f6b[_0x3227bc(0x14a)]];}}const {failureData:_0xbf604c,logs:_0xff4c10}=_0x5a243d[_0x3227bc(0x1b2)](getFailureData,_0x2c6f6b?.[_0x3227bc(0x1f5)],{}),_0x2c6537={[TestFrameworkConstants[_0x3227bc(0x1cd)]]:_0x5a243d[_0x3227bc(0x171)](_0xbf604c,null),[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x2c6f6b?.[_0x3227bc(0x14a)]&&_0x5a243d['lzPCr'](getFailureType,_0x2c6f6b[_0x3227bc(0x14a)]['message']),[TestFrameworkConstants[_0x3227bc(0x157)]]:_0x2c6f6b?.[_0x3227bc(0x14a)]&&_0x5a243d[_0x3227bc(0x161)](removeAnsiColors,_0x2c6f6b[_0x3227bc(0x14a)][_0x3227bc(0x150)]),[TestFrameworkConstants[_0x3227bc(0x1a6)]]:[],[TestFrameworkConstants[_0x3227bc(0x1da)]]:_0x565bd6,[TestFrameworkConstants[_0x3227bc(0x165)]]:_0x567f28[_0x3227bc(0x12e)](),[TestFrameworkConstants[_0x3227bc(0x141)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x24778d};if(_0x2c6f6b&&_0x5a243d[_0x3227bc(0x147)](_0x2c6f6b[_0x3227bc(0x179)],0x0)){const _0x1cc3c0=TestInfo['getTestUUID'](_0x5a243d['mVjqP'](getTestRunIdentifier,_0x5ebbfd,_0x5a243d[_0x3227bc(0x1dc)](_0x2c6f6b[_0x3227bc(0x179)],0x1)));_0x2c6537[TestFrameworkConstants[_0x3227bc(0x1f1)]]=_0x1cc3c0;}const _0x379c34={};_0x379c34[_0x3227bc(0x1e1)]=_0x5ebbfd;const _0x16ab22=this[_0x3227bc(0x133)](TestFrameworkState[_0x3227bc(0x203)],HookState[_0x3227bc(0x13e)],_0x379c34),_0x5d48f7=_0x16ab22[_0x3227bc(0x19e)]()[_0x3227bc(0x1e7)](_0x14fb75)[TestFrameworkConstants[_0x3227bc(0x180)]],_0x17abe1=[],_0x106df5=_0x5a243d[_0x3227bc(0x144)](findNestedKey,_0x2c6f6b,_0x5a243d[_0x3227bc(0x1d3)]);if(_0x106df5&&_0x5a243d['lzPCr'](validateFilePath,_0x106df5))try{_0x17abe1['push']({'kind':_0x5a243d[_0x3227bc(0x1c7)],'timestamp':new Date()[_0x3227bc(0x12e)](),'test_run_uuid':_0x5d48f7,'file_name':path[_0x3227bc(0x18c)](_0x106df5),'file_size':fs[_0x3227bc(0x1ec)](_0x106df5)[_0x3227bc(0x175)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x4a1aa9){logger[_0x3227bc(0x14a)]('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x106df5+':\x20'+_0x4a1aa9[_0x3227bc(0x150)]);}const _0x17081c=TestInfo[_0x3227bc(0x1a7)](),_0x362624=_0x17081c['filter'](_0xf92df9=>_0xf92df9[_0x3227bc(0x115)]===_0x5d48f7);_0x362624[_0x3227bc(0x139)](_0x29200c=>{const _0x42f23f=_0x3227bc;if(_0x29200c[_0x42f23f(0x145)]&&_0x5a243d[_0x42f23f(0x161)](validateFilePath,_0x29200c[_0x42f23f(0x145)])&&!_0x17abe1['some'](_0x5e743a=>_0x5e743a[_0x42f23f(0x18e)]===path[_0x42f23f(0x18c)](_0x29200c[_0x42f23f(0x145)])))try{_0x17abe1['push']({'kind':_0x5a243d[_0x42f23f(0x1c7)],'timestamp':new Date()[_0x42f23f(0x12e)](),'test_run_uuid':_0x5d48f7,'file_name':path[_0x42f23f(0x18c)](_0x29200c[_0x42f23f(0x145)]),'file_size':fs[_0x42f23f(0x1ec)](_0x29200c[_0x42f23f(0x145)])[_0x42f23f(0x175)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x21bde2){logger[_0x42f23f(0x14a)](_0x42f23f(0x1cf)+_0x29200c['filePath']+_0x42f23f(0x201)+_0x21bde2['message']);}});if(_0x5a243d[_0x3227bc(0x1ab)](_0x17abe1[_0x3227bc(0x17f)],0x0)){const _0x2fae5b=_0x2c6537[TestFrameworkConstants[_0x3227bc(0x1a6)]]||[];_0x2c6537[TestFrameworkConstants[_0x3227bc(0x1a6)]]=[..._0x2fae5b,..._0x17abe1];}const _0x59f22b=TestInfo[_0x3227bc(0x174)](_0x14fb75)[TestFrameworkConstants[_0x3227bc(0x135)]]||{},_0x444a53=_0x5a243d[_0x3227bc(0x11b)](getManualUploadLogs,_0x59f22b,_0x16ab22[_0x3227bc(0x19e)]()['get'](_0x14fb75)[TestFrameworkConstants[_0x3227bc(0x180)]]);if(_0x5a243d[_0x3227bc(0x1ab)](_0x444a53[_0x3227bc(0x17f)],0x0)){const _0x4038d8=_0x2c6537[TestFrameworkConstants[_0x3227bc(0x1a6)]]||[];_0x2c6537[TestFrameworkConstants[_0x3227bc(0x1a6)]]=[..._0x4038d8,..._0x444a53];}const _0x55c950=_0x5ebbfd[_0x3227bc(0x1d0)]||[],_0x2c065f=_0x2c6537[TestFrameworkConstants[_0x3227bc(0x1de)]]||{};_0x55c950['forEach'](_0x2c8a31=>{const _0x120997=_0x3227bc,{type:_0x5f1c15}=_0x2c8a31;let _0x4fd85c=_0x2c8a31[_0x120997(0x1bd)];if(!_0x5f1c15)return;(_0x5a243d['twJSE'](_0x4fd85c,undefined)||_0x5a243d['SUKjb'](_0x4fd85c,null)||_0x5a243d[_0x120997(0x173)](_0x5a243d[_0x120997(0x161)](String,_0x4fd85c)[_0x120997(0x1d6)](),''))&&(_0x4fd85c=_0x5a243d[_0x120997(0x1b6)]);if(!_0x2c065f[_0x5f1c15]){const _0x1e6b14={};_0x1e6b14['field_type']=_0x5a243d[_0x120997(0x1fb)],_0x1e6b14['values']=[],_0x2c065f[_0x5f1c15]=_0x1e6b14;}else!_0x2c065f[_0x5f1c15][_0x120997(0x19f)]&&(_0x2c065f[_0x5f1c15]['field_type']=_0x5a243d[_0x120997(0x1fb)]),!Array['isArray'](_0x2c065f[_0x5f1c15][_0x120997(0x18d)])&&(_0x2c065f[_0x5f1c15][_0x120997(0x18d)]=[]);const _0x136070=_0x5a243d[_0x120997(0x161)](String,_0x4fd85c)[_0x120997(0x16a)](',')['map'](_0x589f70=>_0x589f70[_0x120997(0x1d6)]());_0x2c065f[_0x5f1c15]['values']=[...new Set([..._0x2c065f[_0x5f1c15]['values'],..._0x136070])];}),_0x2c6537[TestFrameworkConstants[_0x3227bc(0x1de)]]=_0x2c065f,TestInfo['setTestDetails'](_0x14fb75,_0x2c6537);const _0x465b5c={};return _0x465b5c[_0x14fb75]=_0x2c6537,_0x465b5c;}async[a77_0x34be7a(0x132)](_0x1f5c87,_0x148e04,_0x3b6ebc,_0x4631ad){const _0x3853d3=a77_0x34be7a,_0x2412b4={'KvvQc':function(_0x34942e,_0x55915d,_0x23d7cc){return _0x34942e(_0x55915d,_0x23d7cc);},'qsHhI':function(_0x43c5bc,_0x145a1b){return _0x43c5bc in _0x145a1b;},'mnvGZ':function(_0x4e8dbb,_0x4a5067){return _0x4e8dbb(_0x4a5067);},'UmZWa':function(_0x36d89e,_0xf14c2c){return _0x36d89e===_0xf14c2c;},'mjixN':function(_0x585071){return _0x585071();},'tSRQH':function(_0x14ab5b,_0x455d5a){return _0x14ab5b===_0x455d5a;},'qiaAQ':function(_0x45bd8d,_0x233805){return _0x45bd8d>_0x233805;},'YCnth':_0x3853d3(0x118),'QDJIT':function(_0x1189ae,_0x46e449){return _0x1189ae(_0x46e449);},'cwdQZ':function(_0x475e89,_0x5258cb){return _0x475e89(_0x5258cb);},'ftFGV':_0x3853d3(0x1ac),'HNLfu':_0x3853d3(0x1eb),'cVgjw':function(_0x3aba75,_0x79d6cc){return _0x3aba75!==_0x79d6cc;},'weiKc':function(_0x2b6721,_0x1ee548){return _0x2b6721+_0x1ee548;},'fcISQ':_0x3853d3(0x117)},_0x354c35=_0x4631ad[_0x3853d3(0x1e1)],_0x5b6f04=_0x4631ad[_0x3853d3(0x1e6)],_0x2a8544=_0x2412b4[_0x3853d3(0x189)](getTestRunIdentifier,_0x354c35,_0x4631ad[_0x3853d3(0x11e)]['retry']),_0x3f56fb=_0x148e04[_0x3853d3(0x196)]()[_0x3853d3(0x16a)]('.')[0x1];let _0x4a7b67=_0x1f5c87['getAllData']()[_0x3853d3(0x1e7)](_0x2a8544)[TestFrameworkConstants[_0x3853d3(0x121)]];!_0x4a7b67&&(_0x4a7b67={});!_0x2412b4[_0x3853d3(0x138)](_0x3f56fb,_0x4a7b67)&&(_0x4a7b67[_0x3f56fb]=[]);let _0x35317e=_0x1f5c87[_0x3853d3(0x19e)]()[_0x3853d3(0x1e7)](_0x2a8544)[TestFrameworkConstants[_0x3853d3(0x17e)]];!_0x35317e&&(_0x35317e={});!_0x2412b4[_0x3853d3(0x138)](_0x3f56fb,_0x35317e)&&(_0x35317e[_0x3f56fb]=[]);const _0x3edbc2={[TestFrameworkConstants[_0x3853d3(0x121)]]:_0x4a7b67,[TestFrameworkConstants[_0x3853d3(0x17e)]]:_0x35317e},_0xd8cbac={};_0xd8cbac[_0x2a8544]=_0x3edbc2;const _0x5ed991=_0xd8cbac,_0x573310=_0x2412b4['mnvGZ'](getPlaywrightTestFilePath,_0x354c35),_0x5b2823=_0x573310+':'+_0x2412b4[_0x3853d3(0x1e9)](getPlaywrightTestLocation,_0x354c35),_0x1d9b8a=TestInfo[_0x3853d3(0x174)](_0x2a8544)[TestFrameworkConstants[_0x3853d3(0x1de)]]||{};if(_0x2412b4[_0x3853d3(0x19b)](_0x3b6ebc,HookState[_0x3853d3(0x1f3)])){const _0x1b9ddc={'key':_0x3f56fb,[TestFrameworkConstants[_0x3853d3(0x1b7)]]:_0x2412b4['mjixN'](uuidv4),[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x3853d3(0x170)],[TestFrameworkConstants[_0x3853d3(0x1d4)]]:_0x5b6f04[_0x3853d3(0x1f0)],[TestFrameworkConstants[_0x3853d3(0x18f)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x5b6f04[_0x3853d3(0x1c1)],[TestFrameworkConstants[_0x3853d3(0x16e)]]:_0x573310,[TestFrameworkConstants[_0x3853d3(0x178)]]:_0x5b2823,[TestFrameworkConstants[_0x3853d3(0x1de)]]:_0x1d9b8a};_0x4a7b67[_0x3f56fb][_0x3853d3(0x182)](_0x1b9ddc),_0x5ed991[_0x2a8544][TestFrameworkConstants[_0x3853d3(0x167)]]=_0x3f56fb,logger['debug'](_0x3853d3(0x169)+_0x3f56fb+'\x20&\x20hook\x20=\x20'+_0x1b9ddc+_0x3853d3(0x1fa)+_0x4631ad);}else{if(_0x2412b4['tSRQH'](_0x3b6ebc,HookState[_0x3853d3(0x13e)])){const _0x19b2df=await _0x4631ad[_0x3853d3(0x11e)],_0x3d3b9a=_0x4a7b67[_0x3f56fb]||[],_0x236e78=_0x4631ad[_0x3853d3(0x1e6)];logger[_0x3853d3(0x18b)]('Hook\x20List\x20in\x20Post\x20'+_0x3d3b9a+_0x3853d3(0x1ea)+_0x4631ad);if(_0x2412b4[_0x3853d3(0x120)](_0x3d3b9a[_0x3853d3(0x17f)],0x0)){const _0x296da3=_0x3d3b9a['pop']();if(_0x236e78['error']){const _0xd1cb74=_0x2412b4[_0x3853d3(0x189)](failureData,_0x236e78[_0x3853d3(0x14a)],_0x2412b4[_0x3853d3(0x187)]);_0x296da3[TestFrameworkConstants[_0x3853d3(0x200)]]=_0x2412b4[_0x3853d3(0x134)](getFailureType,_0x236e78?.[_0x3853d3(0x14a)][_0x3853d3(0x150)]),_0x296da3[TestFrameworkConstants[_0x3853d3(0x1cb)]]=_0x2412b4[_0x3853d3(0x1a9)](removeAnsiColors,_0x236e78?.[_0x3853d3(0x14a)][_0x3853d3(0x150)]),_0x296da3[TestFrameworkConstants[_0x3853d3(0x128)]]=_0x2412b4['ftFGV'],_0x296da3[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0xd1cb74;}else _0x296da3[TestFrameworkConstants[_0x3853d3(0x128)]]=_0x2412b4[_0x3853d3(0x198)];_0x2412b4[_0x3853d3(0x142)](_0x19b2df,TestFrameworkConstants[_0x3853d3(0x170)])&&(_0x296da3[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0x236e78[_0x3853d3(0x14a)]?_0x2412b4[_0x3853d3(0x198)]:_0x2412b4[_0x3853d3(0x148)]);const _0x4c76c6=new Date(_0x236e78[_0x3853d3(0x1f0)]),_0x517b8d=new Date(_0x2412b4[_0x3853d3(0x126)](_0x4c76c6[_0x3853d3(0x1af)](),_0x236e78[_0x3853d3(0x190)]));_0x296da3[TestFrameworkConstants[_0x3853d3(0x184)]]=_0x517b8d[_0x3853d3(0x12e)](),_0x296da3[TestFrameworkConstants[_0x3853d3(0x1de)]]=_0x1d9b8a;const _0x2668bf=_0x296da3[TestFrameworkConstants[_0x3853d3(0x1b7)]];await this[_0x3853d3(0x129)](_0x1f5c87,_0x148e04,_0x2668bf,_0x2412b4[_0x3853d3(0x17c)],_0x4631ad),!_0x35317e[_0x3f56fb]&&(_0x35317e[_0x3f56fb]=[]),_0x35317e[_0x3f56fb][_0x3853d3(0x182)](_0x296da3),_0x5ed991[_0x2a8544][TestFrameworkConstants[_0x3853d3(0x16f)]]=_0x3f56fb;}}}return _0x5ed991;}async[a77_0x34be7a(0x129)](_0xc8e398,_0x3a5ed8,_0x465c56,_0x17b925,_0x58d2b7){const _0x4abe54=a77_0x34be7a,_0x1fa8ed={'GFJnZ':function(_0x57b2a7,_0x1123a9){return _0x57b2a7===_0x1123a9;},'YIQvC':_0x4abe54(0x1e1),'swSIW':function(_0x152cce,_0x5e708d,_0x4c61ca){return _0x152cce(_0x5e708d,_0x4c61ca);},'nuyQu':_0x4abe54(0x183),'mpTbB':function(_0x5de511,_0x22754d,_0x33efe7,_0xf933f9){return _0x5de511(_0x22754d,_0x33efe7,_0xf933f9);},'tekyj':function(_0x380ff7,_0x11c36c,_0x5dcc63){return _0x380ff7(_0x11c36c,_0x5dcc63);},'qnkCP':function(_0x8fa739,_0x26c489,_0xbc9c6b){return _0x8fa739(_0x26c489,_0xbc9c6b);},'QXpHj':function(_0x391e8a,_0x27815c,_0x2ac618){return _0x391e8a(_0x27815c,_0x2ac618);},'rrdQl':function(_0x1274c3,_0x332425){return _0x1274c3/_0x332425;},'tqvaq':function(_0x434979,_0x48d449){return _0x434979<_0x48d449;},'CrHcy':function(_0x2911de,_0x5167d3){return _0x2911de*_0x5167d3;},'IGfcH':function(_0x3399d3,_0x332a8d){return _0x3399d3+_0x332a8d;},'khLSW':function(_0x35a310,_0x54d9da,_0x4d5ec9,_0x2901a0,_0x4daa2c){return _0x35a310(_0x54d9da,_0x4d5ec9,_0x2901a0,_0x4daa2c);},'PxonV':function(_0x30fb76,_0x4f3a46){return _0x30fb76+_0x4f3a46;},'bEwer':function(_0x5c9d2b,_0x156d6c){return _0x5c9d2b+_0x156d6c;},'jWdUp':function(_0x44d926,_0x13f794,_0x59d251,_0x7c9c15){return _0x44d926(_0x13f794,_0x59d251,_0x7c9c15);},'IDJhp':_0x4abe54(0x117),'JJYji':function(_0x207663,_0x31f9cb,_0x3ca932,_0x174764,_0x7aeaa){return _0x207663(_0x31f9cb,_0x3ca932,_0x174764,_0x7aeaa);}};try{if(_0x1fa8ed[_0x4abe54(0x1b3)](_0x17b925,_0x1fa8ed[_0x4abe54(0x194)])){const _0x26cdfa=await _0x58d2b7[_0x4abe54(0x11e)],_0x36d5cc=_0x1fa8ed[_0x4abe54(0x19d)](getTestRunIdentifier,_0x58d2b7[_0x4abe54(0x1e1)],_0x58d2b7[_0x4abe54(0x11e)][_0x4abe54(0x179)]),_0x43fd75=_0x58d2b7['test'];logger[_0x4abe54(0x18b)]('sendLogCreatedEvent:\x20testId='+_0x36d5cc+_0x4abe54(0x143)+util[_0x4abe54(0x11d)](_0x26cdfa));const _0x9d493b=_0xc8e398[_0x4abe54(0x19e)]()[_0x4abe54(0x1e7)](_0x36d5cc)[TestFrameworkConstants[_0x4abe54(0x180)]];await _0x1fa8ed['swSIW'](sendTraceZip,_0x26cdfa,_0x9d493b);const _0x308f50=TestInfo[_0x4abe54(0x174)](_0x36d5cc)[_0x1fa8ed['nuyQu']],_0x4ff848={};if(_0x308f50){!_0x26cdfa[_0x4abe54(0x183)]&&(_0x26cdfa[_0x4abe54(0x183)]=[]);_0x4ff848['attachments']=_0x26cdfa[_0x4abe54(0x183)][_0x4abe54(0x16d)](_0x308f50||[]);const _0x1e9d4c=TestInfo[_0x4abe54(0x174)](_0x36d5cc);delete _0x1e9d4c[_0x1fa8ed[_0x4abe54(0x1df)]],TestInfo['setTestDetails'](_0x36d5cc,_0x1e9d4c);}const {steps:_0x378f52,logs:_0x364430}=_0x1fa8ed[_0x4abe54(0x156)](getStepsAndLogs,_0x26cdfa[_0x4abe54(0x116)],_0xc8e398[_0x4abe54(0x19e)]()['get'](_0x36d5cc)[TestFrameworkConstants[_0x4abe54(0x180)]],_0x1fa8ed[_0x4abe54(0x194)]),_0x4b7480=_0x1fa8ed[_0x4abe54(0x1c6)](getScreenshots,_0x4ff848,_0xc8e398[_0x4abe54(0x19e)]()[_0x4abe54(0x1e7)](_0x36d5cc)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x663665=_0x1fa8ed[_0x4abe54(0x1e8)](getVideos,_0x26cdfa,_0xc8e398[_0x4abe54(0x19e)]()[_0x4abe54(0x1e7)](_0x36d5cc)[TestFrameworkConstants[_0x4abe54(0x180)]]),{_:_0x471d34,logs:_0x45a419}=_0x1fa8ed['QXpHj'](getFailureData,_0x26cdfa[_0x4abe54(0x1f5)],{'test_run_uuid':_0xc8e398[_0x4abe54(0x19e)]()[_0x4abe54(0x1e7)](_0x36d5cc)[TestFrameworkConstants[_0x4abe54(0x180)]]}),_0x4b66aa=TestInfo[_0x4abe54(0x174)](_0x36d5cc)[TestFrameworkConstants[_0x4abe54(0x135)]]||{},_0x1a147f=_0x1fa8ed['swSIW'](getMediaArtifactsLogs,_0x4b66aa,_0xc8e398[_0x4abe54(0x19e)]()[_0x4abe54(0x1e7)](_0x36d5cc)[TestFrameworkConstants[_0x4abe54(0x180)]]),_0x4ce02c=_0xc8e398[_0x4abe54(0x19e)]()['get'](_0x36d5cc),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x37da4c='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1b894e=''}=_0x4ce02c,_0x2406a4=(_0x364430||[])[_0x4abe54(0x16d)](_0x4b7480||[])[_0x4abe54(0x16d)](_0x45a419||[])[_0x4abe54(0x16d)](_0x663665||[])[_0x4abe54(0x16d)](_0x1a147f||[]),_0x4983ca=0x28,_0x1275bf=Math[_0x4abe54(0x122)](_0x1fa8ed['rrdQl'](_0x2406a4[_0x4abe54(0x17f)],_0x4983ca));for(let _0x2d06dd=0x0;_0x1fa8ed[_0x4abe54(0x140)](_0x2d06dd,_0x1275bf);_0x2d06dd++){const _0x20e484=_0x1fa8ed['CrHcy'](_0x2d06dd,_0x4983ca),_0x3e32ee=_0x1fa8ed['IGfcH'](_0x20e484,_0x4983ca),_0x3c2797=_0x2406a4[_0x4abe54(0x1c8)](_0x20e484,_0x3e32ee),_0x1d4b58={'platformIndex':global?.['browserstackPlatformIndex']??0x0,'logs':_0x3c2797,'testFrameworkName':_0x37da4c,'testFrameworkVersion':_0x1b894e,'testFrameworkState':_0x3a5ed8[_0x4abe54(0x196)]()[_0x4abe54(0x16a)]('.')[0x1]};_0x1fa8ed[_0x4abe54(0x1ae)](updatePayloadForTraceLogs,_0x1d4b58,_0x58d2b7,_0x36d5cc,_0xc8e398),logger[_0x4abe54(0x18b)](_0x4abe54(0x13b)+_0x36d5cc+'\x20batch\x20'+_0x1fa8ed[_0x4abe54(0x1cc)](_0x2d06dd,0x1)+'/'+_0x1275bf+_0x4abe54(0x1f8)+util['inspect'](_0x1d4b58));const _0x49e99d=await GrpcClient[_0x4abe54(0x1e4)]()[_0x4abe54(0x123)](_0x1d4b58);logger[_0x4abe54(0x18b)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x36d5cc+'\x20batch\x20'+_0x1fa8ed[_0x4abe54(0x1ad)](_0x2d06dd,0x1)+'/'+_0x1275bf+_0x4abe54(0x11c)+util[_0x4abe54(0x11d)](_0x49e99d));}}else{const {steps:_0x5c2d59,logs:_0x437e1f}=_0x1fa8ed[_0x4abe54(0x16b)](getStepsAndLogs,_0x58d2b7['step'][_0x4abe54(0x116)],_0x465c56,_0x1fa8ed[_0x4abe54(0x1bc)]),_0x5c74b9=_0x1fa8ed[_0x4abe54(0x1c6)](getTestRunIdentifier,_0x58d2b7[_0x4abe54(0x1e1)],_0x58d2b7['result'][_0x4abe54(0x179)]);logger['debug'](_0x4abe54(0x1e5)+_0x5c74b9);const _0x2cebfe=_0xc8e398[_0x4abe54(0x19e)]()[_0x4abe54(0x1e7)](_0x5c74b9),{[TestFrameworkConstants[_0x4abe54(0x154)]]:_0x56f5fd='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1b11fb=''}=_0x2cebfe,_0x527d40={'platformIndex':'0','logs':_0x437e1f,'testFrameworkName':_0x56f5fd,'testFrameworkVersion':_0x1b11fb,'testFrameworkState':_0x3a5ed8[_0x4abe54(0x196)]()['split']('.')[0x1]};_0x1fa8ed[_0x4abe54(0x1f4)](updatePayloadForTraceLogs,_0x527d40,_0x58d2b7,_0x5c74b9,_0xc8e398),logger['debug'](_0x4abe54(0x13b)+_0x5c74b9+_0x4abe54(0x1f8)+util['inspect'](_0x527d40));const _0x3e54cf=await GrpcClient[_0x4abe54(0x1e4)]()['logCreatedEvent'](_0x527d40);}}catch(_0x4700a5){logger['error']('Error\x20in\x20sendLogCreatedEvent:\x20'+util[_0x4abe54(0x1c4)](_0x4700a5));}}[a77_0x34be7a(0x1db)](_0x4834a4){const _0x83ab32=a77_0x34be7a,_0x5f405f={'wtKHY':function(_0x1aec23,_0x2acf06,_0xed0154){return _0x1aec23(_0x2acf06,_0xed0154);},'gCOXx':function(_0x38953e,_0x3dbcac){return _0x38953e<_0x3dbcac;},'qmXYX':_0x83ab32(0x1c2)};try{const _0x1cd7fa=_0x4834a4[_0x83ab32(0x1e1)]['id'],_0x4c3980=_0x5f405f[_0x83ab32(0x119)](getTestRunIdentifier,_0x4834a4[_0x83ab32(0x1e1)],_0x4834a4[_0x83ab32(0x11e)][_0x83ab32(0x179)]),_0x3e9679=_0x4834a4['instance'],_0x5bd496=_0x3e9679['getContext'](),_0x389685=_0x3e9679['getAllData']()['get'](_0x4c3980);logger[_0x83ab32(0x18b)](_0x83ab32(0x1c0)+_0x1cd7fa);const {[TestFrameworkConstants[_0x83ab32(0x154)]]:_0x51e361='',[TestFrameworkConstants[_0x83ab32(0x12c)]]:_0xcc0b65='',[TestFrameworkConstants[_0x83ab32(0x1ff)]]:_0x510ddc='',[TestFrameworkConstants[_0x83ab32(0x165)]]:_0x1ae707=''}=_0x389685,_0x2644cf=_0x3e9679[_0x83ab32(0x152)]()[_0x83ab32(0x196)]()[_0x83ab32(0x16a)]('.')[0x1],_0x2658d7=_0x3e9679[_0x83ab32(0x1fe)]()['toString']()['split']('.')[0x1],_0x1d0601=_0x5f405f[_0x83ab32(0x12f)](_0x4834a4?.[_0x83ab32(0x11e)]?.[_0x83ab32(0x1d7)]??0x0,0x0)?0x0:_0x4834a4?.['result']?.[_0x83ab32(0x1d7)]??0x0,_0x1379e5=_0x3e9679[_0x83ab32(0x14e)](),_0x41204c=Buffer[_0x83ab32(0x1be)](JSON[_0x83ab32(0x1f2)](_0x389685))[_0x83ab32(0x196)](_0x5f405f[_0x83ab32(0x172)]),_0x5eb967={'hash':_0x5bd496[_0x83ab32(0x12d)](),'threadId':_0x5bd496[_0x83ab32(0x18a)]()[_0x83ab32(0x196)](),'processId':_0x5bd496[_0x83ab32(0x15b)]()['toString']()},_0x421f4c={};_0x421f4c['platformIndex']=_0x1d0601,_0x421f4c[_0x83ab32(0x14c)]=_0x51e361,_0x421f4c[_0x83ab32(0x1ed)]=_0xcc0b65,_0x421f4c[_0x83ab32(0x13c)]=_0x2644cf,_0x421f4c[_0x83ab32(0x192)]=_0x2658d7,_0x421f4c[_0x83ab32(0x1b5)]=_0x510ddc,_0x421f4c[_0x83ab32(0x19a)]=_0x1ae707,_0x421f4c['uuid']=_0x1379e5,_0x421f4c[_0x83ab32(0x158)]=_0x41204c,_0x421f4c[_0x83ab32(0x130)]=_0x5eb967;const _0x498104=_0x421f4c;return logger['debug']('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x1cd7fa+_0x83ab32(0x1c5)+_0x2644cf+_0x83ab32(0x1a2)+_0x2658d7),_0x498104;}catch(_0x1a99cf){return logger[_0x83ab32(0x14a)](_0x83ab32(0x1d8)+util[_0x83ab32(0x1c4)](_0x1a99cf)),{};}}}module['exports']=PlaywrightTestFramework;
|
|
1
|
+
const a77_0x577556=a77_0x8e8e;function a77_0x328a(){const _0x15f75a=['OVfcG','results','LQopr','logCreatedEvent','\x20batch\x20','WInVB','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','toString','attachments','getTrackedInstance','failure','createContext','Iyxsp','soVEb','startTime','KEY_TEST_STARTED_AT','9038124EzJQuO','concat','annotations','gydXL','endedAt','values','getThreadId','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','../TestInfo.js','WuWTt','split','KEY_CUSTOM_TAGS','expectedStatus','filePath','KEY_HOOK_FAILURE_TYPE','UDDQT','wALff','retry','\x20instanceId=','parent_id','getTestDetails','KEY_HOOK_LAST_STARTED','5005930XUhcbb','err','\x20testState:\x20','YeQqh','6Bnxcxh','errors','testUId','getTestUUID','2658220sSAMYV','testFrameworkName','CyiIS','164094KCbRDM','No\x20reason\x20provided','SXjws','../../../../src/helpers/helper','TEST_ATTACHMENT','\x20steps\x20for\x20testId=','PRE','steps','ceil','../grpcClient','trackStepEvent:\x20exception=','getTestFrameworksVersions','eventJson','CGbul','set','uuid','KEY_TEST_SCOPES','YnztC','ObVLy','text','KEY_HOOK_ID','length','getAllData','YhxAr','84aMyDEV','logs','getId','trackHookEvent','debug','ykSly','passed','cgFtq','HxkAZ','isArray','uHAUQ','parsePlaywrightTestResult','KEY_TEST_ID','from','NONE','KEY_HOOK_FAILURE_REASON','eoKio','trackPlaywrightInstance','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','multi_dropdown','KEY_TEST_TAGS','KEY_TEST_FRAMEWORK_NAME','\x20from\x20TestDetails:\x20','zQtJC','\x20payload=','file_name','addMultipleEntries','lCbPq','mbGzC','KEY_TEST_FRAMEWORK_VERSION','lkYOi','hookState','KEY_HOOK_LAST_FINISHED','LGXQI','started_at','MAX_NESTED_STEP_DEPTH','lqhDM','resolveInstance','\x20hookState=','../../playwright/reporter/pwUtils','\x20target=','size','skipped','40DHGbJa','oPjHC','getProcessId','KEY_TEST_ATTACHMENTS','TEST_SCREENSHOT','Error\x20in\x20createTestFrameworkEventPayload:\x20','duration','createTestFrameworkEventPayload\x20testId:\x20','AxVge','../../utils/constants','djOia','../state/testFrameworkState.js','get','error','INIT_TEST','getTestFrameworks','step','HtPIo','forEach','getTraceFilePaths','sendLogCreatedEvent','UHKEI','description','fpqHV','statSync','result','getTime','instance','keyword','KEY_LOGS','getCurrentTestState','KEY_TEST_RESULT_AT','15936kIHcWV','testFrameworkState','\x20response=','stack','info','getTestIdentifierFromTestInfo','OHflM','UTxUh','slice','../instances/testFrameworkInstance.js','zjxcz','parsePlaywrightTestResult:\x20extracted\x20','Mhzrq','RhcMH','field_type','KEY_HOOKS_STARTED','\x20&\x20hook\x20=\x20','createTestFrameworkEventPayload','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','format','trackStepEvent:\x20testId=','timedOut','KEY_HOOK_LOGS','DEFAULT_TEST_RESULT','KEY_HOOKS_FINISHED','KEY_TEST_FAILURE','KEY_HOOK_RESULT','ZcHwa','PlaywrightTestFramework','KEY_TEST_FAILURE_TYPE','KEY_HOOK_NAME','platformIndex','../instances/trackedInstance.js','DEFAULT_HOOK_RESULT','../../../helpers/test-observability/utils','hZMbc','NnCLu','title','parallelIndex','xSyNI','Ktixh','pKtYf','KEY_TEST_FAILURE_REASON','base64','BcZov','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','browserstackPlatformIndex','util','IzeAr','KEY_TEST_FILE_PATH','VqZEk','WKkTT','KEY_TEST_UUID','ORhgk','TEST','map','NQfCP','KEY_TEST_LOCATION','trackEvent','message','mdBxF',',\x20testFrameworkState=','trackStepEvent','jtNta','KEY_TEST_RESULT','Expected\x20to\x20fail,\x20but\x20passed.','jJZNq','sendLogCreatedEvent:\x20testId=','KzXMH','MKeQo','GrrqK','getRef','hook','JokUw','trackEvent:\x20found\x20instance,\x20testFrameworkState=','HnhlQ','push','parsePlaywrightTest','failed','16314tBaFRM','sendLogCreatedEvent\x20for\x20testId:\x20','OaujZ','failure_type','stringify','cOJcP','KEY_TEST_SCOPE','exports','test','BePjP','KEY_TEST_CODE','\x20\x20and\x20args\x20=\x20','xgsmS','basename','executionContext','\x20and\x20args\x20=\x20','KEY_HOOK_FAILURE','jMAjU','status','toISOString','getCurrentInstanceName','Eajgn','KEY_EVENT_ENDED_AT','fPIAh','aKgbJ','RBFHm','368LVSnzX','some','inspect','setTestDetails','POST','fftKO','yeBkO','KEY_AUTOMATE_SESSION_NAME','runHooks','22398453HhnLcC'];a77_0x328a=function(){return _0x15f75a;};return a77_0x328a();}(function(_0x3e63ea,_0x271de9){const _0x38ba3=a77_0x8e8e,_0x3c2c89=_0x3e63ea();while(!![]){try{const _0x40cc8a=parseInt(_0x38ba3(0x116))/0x1*(parseInt(_0x38ba3(0x7c))/0x2)+parseInt(_0x38ba3(0xc7))/0x3*(-parseInt(_0x38ba3(0x130))/0x4)+parseInt(_0x38ba3(0x160))/0x5*(parseInt(_0x38ba3(0x164))/0x6)+parseInt(_0x38ba3(0x16b))/0x7*(parseInt(_0x38ba3(0xa7))/0x8)+parseInt(_0x38ba3(0x14a))/0x9+parseInt(_0x38ba3(0x168))/0xa+-parseInt(_0x38ba3(0x139))/0xb;if(_0x40cc8a===_0x271de9)break;else _0x3c2c89['push'](_0x3c2c89['shift']());}catch(_0x3c87e7){_0x3c2c89['push'](_0x3c2c89['shift']());}}}(a77_0x328a,0x85f6b));const TestFramework=require('./testFramework'),TestFrameworkState=require(a77_0x577556(0xb2)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a77_0x577556(0xd0)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a77_0x577556(0xe7)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a77_0x577556(0xe3)),{v4:uuidv4}=require(a77_0x577556(0x17a)),util=require(a77_0x577556(0xf6)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require('../../../helpers/helper.js'),TestInfo=require(a77_0x577556(0x152)),GrpcClient=require(a77_0x577556(0x174)),{removeAnsiColors,getFailureType,failureData}=require(a77_0x577556(0xe9)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a77_0x577556(0xa3)),{findNestedKey,sendTraceZip,validateFilePath}=require(a77_0x577556(0xa3)),path=require('path'),fs=require('fs'),helper=require(a77_0x577556(0x16e)),{PLAYWRIGHT_TRACE_LOGS}=require(a77_0x577556(0xb0));class PlaywrightTestFramework extends TestFramework{constructor(_0x381137,_0x4a3e69,_0x338473){super(_0x381137,_0x4a3e69,_0x338473);}async['trackEvent'](_0x29d882,_0x6243ea,_0x444fd9={}){const _0x471899=a77_0x577556,_0x3ed09c={'fftKO':function(_0x1f9a00,_0x3e9e87){return _0x1f9a00===_0x3e9e87;},'HxkAZ':function(_0x1fc2e8,_0x40feca){return _0x1fc2e8===_0x40feca;},'nxFhU':function(_0x3a7cef,_0x232674){return _0x3a7cef===_0x232674;},'NnCLu':function(_0x1f2c7d,_0x3d03dd,_0x831c59){return _0x1f2c7d(_0x3d03dd,_0x831c59);},'GHXBg':function(_0x48fb33,_0x5f1ac4){return _0x48fb33===_0x5f1ac4;},'jJZNq':function(_0x487916,_0x49f723,_0x3305d9){return _0x487916(_0x49f723,_0x3305d9);},'OHflM':function(_0x1a2050,_0x30b23f,_0x1064e1,_0x3b1fd5){return _0x1a2050(_0x30b23f,_0x1064e1,_0x3b1fd5);},'zQtJC':_0x471899(0x11e),'VqZEk':_0x471899(0x151)};super[_0x471899(0x101)](_0x29d882,_0x6243ea,_0x444fd9);if(_0x3ed09c[_0x471899(0x135)](_0x29d882,TestFrameworkState[_0x471899(0xab)])){const _0x31bdc8=TestInfo[_0x471899(0xcc)](_0x444fd9[_0x471899(0x11e)],_0x444fd9['test'][_0x471899(0x15b)]);TestInfo['setTestDetails'](_0x31bdc8,_0x444fd9['result'],!![]);}if(_0x3ed09c[_0x471899(0x84)](_0x29d882,TestFrameworkState['TEST_STEP'])){this[_0x471899(0x105)](_0x29d882,_0x6243ea,_0x444fd9);return;}const _0x464b50=this[_0x471899(0xa1)](_0x29d882,_0x6243ea,_0x444fd9);if(!_0x464b50)return;logger[_0x471899(0x80)](_0x471899(0x111)+_0x29d882+_0x471899(0xa2)+_0x6243ea+_0x471899(0x15c)+_0x464b50[_0x471899(0x10e)]());try{if(_0x3ed09c['nxFhU'](_0x6243ea,HookState[_0x471899(0x171)])&&_0x3ed09c[_0x471899(0x135)](_0x29d882,TestFrameworkState[_0x471899(0xfd)])){const _0x35b4ec=_0x444fd9[_0x471899(0x11e)];logger['debug']('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x35b4ec['id']+'}');const _0x2b063b=TestInfo[_0x471899(0x167)](_0x3ed09c[_0x471899(0xeb)](getTestRunIdentifier,_0x35b4ec,_0x444fd9[_0x471899(0xc0)]['retry']));_0x464b50[_0x471899(0x96)](this[_0x471899(0x114)](_0x2b063b,_0x35b4ec,_0x444fd9[_0x471899(0xc0)])),logger[_0x471899(0x80)](_0x471899(0x8e)+_0x35b4ec['id']+_0x471899(0x104)+_0x29d882+'\x20testHookState='+_0x6243ea+'\x20instance='+_0x464b50['getRef']());}if(_0x3ed09c[_0x471899(0x84)](_0x6243ea,HookState['POST'])&&_0x3ed09c['GHXBg'](_0x29d882,TestFrameworkState[_0x471899(0xfd)])){const _0x31850f=_0x444fd9[_0x471899(0x11e)],_0x5ecb37=_0x444fd9[_0x471899(0xc0)];logger[_0x471899(0x80)]('trackEvent\x20loading\x20testResults\x20for\x20testId:\x20'+_0x31850f['id']);const _0x461289=_0x3ed09c[_0x471899(0x109)](getTestRunIdentifier,_0x31850f,_0x5ecb37[_0x471899(0x15b)]),_0xf320ca=_0x464b50['getAllData']()[_0x471899(0xb3)](_0x461289)[TestFrameworkConstants[_0x471899(0xfb)]],{steps:_0x936aa0,logs:_0x216f7d}=_0x3ed09c[_0x471899(0xcd)](getStepsAndLogs,_0x5ecb37[_0x471899(0x172)],_0xf320ca,_0x3ed09c[_0x471899(0x93)]);_0x464b50[_0x471899(0x96)](this[_0x471899(0x87)](_0x31850f['id'],_0x5ecb37,_0x31850f,_0x936aa0)),await this[_0x471899(0xbb)](_0x464b50,_0x29d882,_0x6243ea,_0x3ed09c[_0x471899(0x93)],_0x444fd9,_0x216f7d);}if(CLIUtils['matchHookRegex'](_0x29d882[_0x471899(0x141)]()[_0x471899(0x154)]('.')[0x1])){const _0x2bff24=await this[_0x471899(0x7f)](_0x464b50,_0x29d882,_0x6243ea,_0x444fd9);_0x464b50[_0x471899(0x96)](_0x2bff24);}}catch(_0x2121fa){logger[_0x471899(0xb4)](util[_0x471899(0xda)](_0x3ed09c[_0x471899(0xf9)],_0x29d882,_0x6243ea,_0x444fd9[_0x471899(0x79)],_0x2121fa));}_0x444fd9[_0x471899(0xc2)]=_0x464b50,await this[_0x471899(0x138)](_0x464b50,_0x29d882,_0x6243ea,_0x444fd9);}['resolveInstance'](_0x37f424,_0xf07b0d,_0x36f806={}){const _0x36ab23=a77_0x577556,_0xfdb773={};_0xfdb773['Ktixh']=function(_0x335880,_0x4c6bb2){return _0x335880===_0x4c6bb2;},_0xfdb773['BcZov']=function(_0x208e15,_0x3f0a1c){return _0x208e15===_0x3f0a1c;};const _0x595839=_0xfdb773;let _0x3d0e1f=null;return(_0x595839[_0x36ab23(0xef)](_0x37f424,TestFrameworkState[_0x36ab23(0xb5)])||_0x595839[_0x36ab23(0xf3)](_0x37f424,TestFrameworkState['NONE']))&&this[_0x36ab23(0x8d)](_0x37f424,_0x36f806),_0x3d0e1f=TestFramework[_0x36ab23(0x143)](),_0x3d0e1f;}[a77_0x577556(0x8d)](_0x2208fe,_0x47ad10){const _0x25f3d3=a77_0x577556,_0x14c60c=CLIUtils[_0x25f3d3(0x12a)](),_0x5a30be=TrackedInstance[_0x25f3d3(0x145)](_0x14c60c);let _0x232a8a=null;logger[_0x25f3d3(0xcb)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x14c60c+',\x20state='+_0x2208fe),_0x232a8a=new TestFrameworkInstance(_0x5a30be,this[_0x25f3d3(0xb6)](),this[_0x25f3d3(0x176)](),_0x2208fe,HookState[_0x25f3d3(0x8a)]),TestFramework['setTrackedInstance'](_0x5a30be,_0x232a8a),logger[_0x25f3d3(0xcb)](_0x25f3d3(0x140)+_0x5a30be[_0x25f3d3(0x7e)]()+_0x25f3d3(0xa4)+_0x14c60c);}[a77_0x577556(0x114)](_0x1f12c6,_0x4de090,_0xef2ac){const _0x165538=a77_0x577556,_0x118b80={'gydXL':function(_0x238e98,_0x299e27){return _0x238e98(_0x299e27);},'gcqWE':function(_0x40b172,_0x330aa3){return _0x40b172(_0x330aa3);},'YloUq':function(_0x334716,_0x8f00ad){return _0x334716(_0x8f00ad);},'aKgbJ':function(_0x4c7161,_0x35c4a7){return _0x4c7161(_0x35c4a7);},'cOJcP':function(_0x1c7ad7,_0x586dd1){return _0x1c7ad7(_0x586dd1);},'LGXQI':function(_0x3f5d2d,_0x207c40){return _0x3f5d2d(_0x207c40);},'rcjMX':function(_0x2d2923,_0x99a542){return _0x2d2923(_0x99a542);},'HtPIo':function(_0x4ee097,_0x1e4221){return _0x4ee097(_0x1e4221);},'IzeAr':function(_0x1331bc,_0x497632,_0x49c200){return _0x1331bc(_0x497632,_0x49c200);},'pKtYf':function(_0x4401b5,_0xef5b70){return _0x4401b5(_0xef5b70);}},_0x3f54c2=_0x118b80[_0x165538(0x14d)](getPlaywrightTestId,_0x4de090),_0x16b07f=_0x118b80['gcqWE'](getPlaywrightTestTitle,_0x4de090),_0x4028f7=_0x118b80['YloUq'](getTestTags,_0x4de090),_0x3748f0=_0x118b80[_0x165538(0x12e)](getPlaywrightTestCode,_0x4de090),_0x1aff0b=_0x118b80[_0x165538(0x14d)](getPlaywrightTestFilePath,_0x4de090),_0x5b3541=_0x1aff0b+':'+_0x118b80[_0x165538(0x11b)](getPlaywrightTestLocation,_0x4de090),_0x243077=_0x118b80[_0x165538(0x9d)](getPlaywrightTestScope,_0x4de090),_0x4e0451=_0x118b80['rcjMX'](getPlaywrightTestScopes,_0x4de090),_0x5576aa=_0x118b80[_0x165538(0xb8)](getPlaywrightSessionName,_0x4de090),_0x2ca6c5=this[_0x165538(0xb6)]()[0x0],_0x1745ca=_0x118b80[_0x165538(0xf7)](getTestRunIdentifier,_0x4de090,_0xef2ac[_0x165538(0x15b)]),_0x1af433={[TestFrameworkConstants[_0x165538(0x91)]]:_0x2ca6c5,[TestFrameworkConstants[_0x165538(0x99)]]:this[_0x165538(0x176)]()[_0x2ca6c5],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x165538(0xdf)]]:{},[TestFrameworkConstants[_0x165538(0xd6)]]:{},[TestFrameworkConstants[_0x165538(0xfb)]]:_0x1f12c6,[TestFrameworkConstants[_0x165538(0x107)]]:TestFrameworkConstants[_0x165538(0xde)],[TestFrameworkConstants[_0x165538(0x137)]]:_0x5576aa,[TestFrameworkConstants[_0x165538(0xf8)]]:_0x1aff0b,[TestFrameworkConstants[_0x165538(0x88)]]:_0x3f54c2,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x16b07f,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5b3541,[TestFrameworkConstants[_0x165538(0x120)]]:_0x3748f0,[TestFrameworkConstants[_0x165538(0x90)]]:_0x4028f7,[TestFrameworkConstants[_0x165538(0x149)]]:_0x4de090[_0x165538(0x13b)][0x0][_0x165538(0x148)],[TestFrameworkConstants[_0x165538(0x11c)]]:_0x243077,[TestFrameworkConstants[_0x165538(0x17b)]]:_0x4e0451,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x118b80[_0x165538(0xf0)](getPlaywrightCustomRerunParam,_0x4de090)};TestInfo[_0x165538(0x133)](_0x1745ca,_0x1af433);const _0x53ead3={};return _0x53ead3[_0x1745ca]=_0x1af433,_0x53ead3;}[a77_0x577556(0x87)](_0x10020e,_0x1cfee6,_0x439185,_0x529100){const _0x3def15=a77_0x577556,_0x23292d={'ORhgk':function(_0xb8fd59,_0x58100b){return _0xb8fd59(_0x58100b);},'CGbul':_0x3def15(0x16f),'NQfCP':function(_0x11acda,_0x5cf23d){return _0x11acda===_0x5cf23d;},'lkYOi':function(_0x357335,_0x4eac3f){return _0x357335===_0x4eac3f;},'oPjHC':_0x3def15(0x16c),'zozjn':_0x3def15(0x8f),'WKkTT':function(_0x1154d6,_0x1f36cf,_0x5e76e3){return _0x1154d6(_0x1f36cf,_0x5e76e3);},'WuWTt':function(_0x43e409,_0x1f8e18){return _0x43e409+_0x1f8e18;},'RhcMH':function(_0x10d44e,_0x5119bf){return _0x10d44e===_0x5119bf;},'ykSly':_0x3def15(0xa6),'eoKio':_0x3def15(0x82),'GlNir':_0x3def15(0x115),'wKSFt':_0x3def15(0xdc),'beJpS':function(_0x1665c5,_0x1cde88){return _0x1665c5===_0x1cde88;},'BePjP':_0x3def15(0x108),'yeBkO':function(_0x27139c,_0x1fa04b){return _0x27139c||_0x1fa04b;},'cgFtq':function(_0x2d9926,_0x7f07ea){return _0x2d9926(_0x7f07ea);},'ZcHwa':function(_0x4f1910,_0x139cc8){return _0x4f1910>_0x139cc8;},'xgsmS':function(_0xfc9d8d,_0x2ccd28,_0x1693c4){return _0xfc9d8d(_0x2ccd28,_0x1693c4);},'uHAUQ':function(_0x4558ac,_0x3c60b6){return _0x4558ac-_0x3c60b6;},'OVfcG':function(_0x27e886,_0x112e5e,_0x891462,_0x4a4127){return _0x27e886(_0x112e5e,_0x891462,_0x4a4127);},'RBFHm':_0x3def15(0x11e),'jtNta':function(_0x1a7235,_0x295bfa){return _0x1a7235>=_0x295bfa;},'Eajgn':'path','lRfFd':function(_0x33673b,_0x5414cf){return _0x33673b(_0x5414cf);},'zjxcz':function(_0x1b7e69,_0x556d8b,_0x5859d3){return _0x1b7e69(_0x556d8b,_0x5859d3);},'Mhzrq':function(_0x4c19fb,_0x387696){return _0x4c19fb>_0x387696;}};logger[_0x3def15(0x80)]('parsePlaywrightTestResult:\x20testId='+_0x10020e);const _0x55afc0=_0x23292d['WKkTT'](getTestRunIdentifier,_0x439185,_0x1cfee6[_0x3def15(0x15b)]),_0x4155cc=new Date(_0x1cfee6[_0x3def15(0x148)]),_0x49ea14=_0x1cfee6['duration'],_0x4a5de4=new Date(_0x23292d[_0x3def15(0x153)](_0x4155cc[_0x3def15(0xc1)](),_0x49ea14)),_0x49be76=_0x1cfee6['status'],_0x3d1822=TestInfo[_0x3def15(0x15e)](_0x55afc0)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};let _0x34d588=_0x49be76;if(_0x23292d[_0x3def15(0x9a)](_0x1cfee6['status'],_0x439185[_0x3def15(0x156)]))_0x34d588=_0x23292d['RhcMH'](_0x1cfee6['status'],_0x23292d[_0x3def15(0x81)])?_0x23292d[_0x3def15(0x81)]:_0x23292d['eoKio'];else{(_0x23292d[_0x3def15(0xff)](_0x34d588,_0x23292d[_0x3def15(0x8c)])||_0x23292d[_0x3def15(0x9a)](_0x34d588,_0x23292d['GlNir'])||_0x23292d['lkYOi'](_0x34d588,_0x23292d['wKSFt']))&&(_0x34d588=_0x23292d['GlNir']);if(_0x23292d[_0x3def15(0xd4)](_0x1cfee6[_0x3def15(0x128)],_0x23292d[_0x3def15(0x8c)])&&_0x23292d['beJpS'](_0x439185[_0x3def15(0x156)],_0x23292d['GlNir'])){const _0x34402e={};_0x34402e['message']=_0x23292d[_0x3def15(0x11f)],_0x34402e[_0x3def15(0xca)]=_0x23292d[_0x3def15(0x11f)],_0x1cfee6[_0x3def15(0xb4)]=_0x34402e,_0x1cfee6[_0x3def15(0x165)]=[_0x1cfee6[_0x3def15(0xb4)]];}}const {failureData:_0x581257,logs:_0x317bcb}=_0x23292d[_0x3def15(0xfa)](getFailureData,_0x1cfee6?.[_0x3def15(0x165)],{}),_0xf1de3c={[TestFrameworkConstants[_0x3def15(0xe0)]]:_0x23292d[_0x3def15(0x136)](_0x581257,null),[TestFrameworkConstants[_0x3def15(0xe4)]]:_0x1cfee6?.[_0x3def15(0xb4)]&&_0x23292d[_0x3def15(0x83)](getFailureType,_0x1cfee6[_0x3def15(0xb4)]['message']),[TestFrameworkConstants[_0x3def15(0xf1)]]:_0x1cfee6?.['error']&&_0x23292d['ORhgk'](removeAnsiColors,_0x1cfee6[_0x3def15(0xb4)][_0x3def15(0x102)]),[TestFrameworkConstants[_0x3def15(0xc4)]]:[],[TestFrameworkConstants[_0x3def15(0x107)]]:_0x34d588,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4a5de4[_0x3def15(0x129)](),[TestFrameworkConstants[_0x3def15(0xc6)]]:new Date()[_0x3def15(0x129)](),[TestFrameworkConstants[_0x3def15(0x155)]]:_0x3d1822};if(_0x1cfee6&&_0x23292d[_0x3def15(0xe2)](_0x1cfee6[_0x3def15(0x15b)],0x0)){const _0x340c31=TestInfo['getTestUUID'](_0x23292d[_0x3def15(0x122)](getTestRunIdentifier,_0x439185,_0x23292d[_0x3def15(0x86)](_0x1cfee6[_0x3def15(0x15b)],0x1)));_0xf1de3c[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x340c31;}const _0x44c4d9={};_0x44c4d9['test']=_0x439185;const _0x319157=this['resolveInstance'](TestFrameworkState[_0x3def15(0xfd)],HookState['POST'],_0x44c4d9),_0xb80ea2=_0x319157[_0x3def15(0x7a)]()[_0x3def15(0xb3)](_0x55afc0)[TestFrameworkConstants['KEY_TEST_UUID']],_0x335598=_0x529100||_0x23292d[_0x3def15(0x13a)](getStepsAndLogs,_0x1cfee6[_0x3def15(0x172)],_0xb80ea2,_0x23292d[_0x3def15(0x12f)])[_0x3def15(0x172)],_0x355073=new Map();let _0x55ce5b=0x0;const _0xe562dc=[];for(const _0x4999e0 of _0x335598||[]){const _0xc52643=_0x4999e0[_0x3def15(0x15d)]||null;let _0xc595b9;if(_0x23292d[_0x3def15(0xd4)](_0xc52643,null)){if(_0x23292d[_0x3def15(0x106)](_0x55ce5b,TestFrameworkConstants['MAX_TOP_LEVEL_STEPS']))continue;_0xc595b9=0x0,_0x55ce5b++;}else{const _0xcdd4a4=_0x355073[_0x3def15(0xb3)](_0xc52643);if(_0x23292d[_0x3def15(0x9a)](_0xcdd4a4,undefined))continue;_0xc595b9=_0x23292d[_0x3def15(0x153)](_0xcdd4a4,0x1);if(_0x23292d[_0x3def15(0xe2)](_0xc595b9,TestFrameworkConstants[_0x3def15(0x9f)]))continue;}_0x355073[_0x3def15(0x179)](_0x4999e0['id'],_0xc595b9);const _0x7ca30={};_0x7ca30['id']=_0x4999e0['id'],_0x7ca30[_0x3def15(0x15d)]=_0xc52643,_0x7ca30['text']=_0x4999e0[_0x3def15(0x17e)],_0x7ca30[_0x3def15(0xc3)]=_0x4999e0[_0x3def15(0xc3)]||null,_0x7ca30[_0x3def15(0x9e)]=_0x4999e0[_0x3def15(0x9e)],_0x7ca30[_0x3def15(0xad)]=_0x4999e0[_0x3def15(0xad)]??null,_0x7ca30[_0x3def15(0xc0)]=_0x4999e0['result'],_0x7ca30[_0x3def15(0x144)]=_0x4999e0[_0x3def15(0x144)]||null,_0x7ca30['failure_type']=_0x4999e0[_0x3def15(0x119)]||null,_0xe562dc[_0x3def15(0x113)](_0x7ca30);}const _0x2cbad3={};_0x2cbad3[_0x3def15(0x172)]=_0xe562dc,_0xf1de3c[TestFrameworkConstants['KEY_TEST_META']]=_0x2cbad3,logger[_0x3def15(0x80)](_0x3def15(0xd2)+_0xe562dc[_0x3def15(0x79)]+_0x3def15(0x170)+_0x10020e);const _0x183fa9=[],_0x5af49a=_0x23292d[_0x3def15(0xfa)](findNestedKey,_0x1cfee6,_0x23292d[_0x3def15(0x12b)]);if(_0x5af49a&&_0x23292d['lRfFd'](validateFilePath,_0x5af49a))try{_0x183fa9['push']({'kind':_0x23292d[_0x3def15(0x178)],'timestamp':new Date()[_0x3def15(0x129)](),'test_run_uuid':_0xb80ea2,'file_name':path['basename'](_0x5af49a),'file_size':fs[_0x3def15(0xbf)](_0x5af49a)[_0x3def15(0xa5)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x2bf933){logger['error']('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x5af49a+':\x20'+_0x2bf933['message']);}const _0xf47050=TestInfo[_0x3def15(0xba)](),_0x52709f=_0xf47050['filter'](_0x27e6dd=>_0x27e6dd[_0x3def15(0x166)]===_0xb80ea2);_0x52709f[_0x3def15(0xb9)](_0x1d5982=>{const _0x1553f0=_0x3def15;if(_0x1d5982[_0x1553f0(0x157)]&&_0x23292d[_0x1553f0(0xfc)](validateFilePath,_0x1d5982[_0x1553f0(0x157)])&&!_0x183fa9[_0x1553f0(0x131)](_0x36cf3c=>_0x36cf3c[_0x1553f0(0x95)]===path[_0x1553f0(0x123)](_0x1d5982[_0x1553f0(0x157)])))try{_0x183fa9[_0x1553f0(0x113)]({'kind':_0x23292d[_0x1553f0(0x178)],'timestamp':new Date()[_0x1553f0(0x129)](),'test_run_uuid':_0xb80ea2,'file_name':path[_0x1553f0(0x123)](_0x1d5982[_0x1553f0(0x157)]),'file_size':fs[_0x1553f0(0xbf)](_0x1d5982['filePath'])[_0x1553f0(0xa5)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x529e22){logger[_0x1553f0(0xb4)]('Error\x20processing\x20trace\x20file\x20'+_0x1d5982[_0x1553f0(0x157)]+_0x1553f0(0x92)+_0x529e22[_0x1553f0(0x102)]);}});if(_0x23292d[_0x3def15(0xe2)](_0x183fa9[_0x3def15(0x79)],0x0)){const _0x206cf5=_0xf1de3c[TestFrameworkConstants[_0x3def15(0xc4)]]||[];_0xf1de3c[TestFrameworkConstants[_0x3def15(0xc4)]]=[..._0x206cf5,..._0x183fa9];}const _0x2954d8=TestInfo[_0x3def15(0x15e)](_0x55afc0)[TestFrameworkConstants[_0x3def15(0xaa)]]||{},_0x28f28f=_0x23292d[_0x3def15(0xd1)](getManualUploadLogs,_0x2954d8,_0x319157[_0x3def15(0x7a)]()[_0x3def15(0xb3)](_0x55afc0)[TestFrameworkConstants[_0x3def15(0xfb)]]);if(_0x23292d[_0x3def15(0xd3)](_0x28f28f[_0x3def15(0x79)],0x0)){const _0x56db6f=_0xf1de3c[TestFrameworkConstants['KEY_LOGS']]||[];_0xf1de3c[TestFrameworkConstants['KEY_LOGS']]=[..._0x56db6f,..._0x28f28f];}const _0x660b4b=_0x439185[_0x3def15(0x14c)]||[],_0x519bb0=_0xf1de3c[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};_0x660b4b['forEach'](_0x18310d=>{const _0x25e00e=_0x3def15,{type:_0x321838}=_0x18310d;let _0x16afb3=_0x18310d[_0x25e00e(0xbd)];if(!_0x321838)return;(_0x23292d['NQfCP'](_0x16afb3,undefined)||_0x23292d['NQfCP'](_0x16afb3,null)||_0x23292d['lkYOi'](_0x23292d[_0x25e00e(0xfc)](String,_0x16afb3)['trim'](),''))&&(_0x16afb3=_0x23292d[_0x25e00e(0xa8)]);if(!_0x519bb0[_0x321838]){const _0x1dacc1={};_0x1dacc1[_0x25e00e(0xd5)]=_0x23292d['zozjn'],_0x1dacc1[_0x25e00e(0x14f)]=[],_0x519bb0[_0x321838]=_0x1dacc1;}else!_0x519bb0[_0x321838][_0x25e00e(0xd5)]&&(_0x519bb0[_0x321838]['field_type']=_0x23292d['zozjn']),!Array[_0x25e00e(0x85)](_0x519bb0[_0x321838][_0x25e00e(0x14f)])&&(_0x519bb0[_0x321838][_0x25e00e(0x14f)]=[]);const _0x5136e6=_0x23292d[_0x25e00e(0xfc)](String,_0x16afb3)['split'](',')[_0x25e00e(0xfe)](_0x17aa85=>_0x17aa85['trim']());_0x519bb0[_0x321838]['values']=[...new Set([..._0x519bb0[_0x321838][_0x25e00e(0x14f)],..._0x5136e6])];}),_0xf1de3c[TestFrameworkConstants[_0x3def15(0x155)]]=_0x519bb0,TestInfo[_0x3def15(0x133)](_0x55afc0,_0xf1de3c);const _0x400a3f={};return _0x400a3f[_0x55afc0]=_0xf1de3c,_0x400a3f;}[a77_0x577556(0x105)](_0x19e842,_0x3efd66,_0x4b1721){const _0x27cf22=a77_0x577556,_0x285dd7={'xSyNI':function(_0x2d7678,_0x40ab3e){return _0x2d7678||_0x40ab3e;},'UTxUh':function(_0x21a823,_0x4c41dc,_0x407f69){return _0x21a823(_0x4c41dc,_0x407f69);}};try{const {test:_0x2ab79d,result:_0x11d175,step:_0x59712f}=_0x4b1721;if(_0x285dd7[_0x27cf22(0xee)](!_0x2ab79d,!_0x59712f)||!_0x11d175)return;const _0x5759a0=_0x285dd7[_0x27cf22(0xce)](getTestRunIdentifier,_0x2ab79d,_0x11d175[_0x27cf22(0x15b)]);logger[_0x27cf22(0x80)](_0x27cf22(0xdb)+_0x5759a0+_0x27cf22(0xa2)+_0x3efd66+'\x20step=\x22'+_0x59712f[_0x27cf22(0xec)]+'\x22');}catch(_0x5f3561){logger[_0x27cf22(0xb4)](_0x27cf22(0x175)+util[_0x27cf22(0xda)](_0x5f3561));}}async[a77_0x577556(0x7f)](_0x3b69e9,_0x292021,_0x5e8a6c,_0xdffb6f){const _0x685b88=a77_0x577556,_0x57e566={'GrrqK':function(_0x518b9e,_0x42ceea,_0x46f4e9){return _0x518b9e(_0x42ceea,_0x46f4e9);},'lqhDM':function(_0x1487e4,_0x2b1ce3){return _0x1487e4 in _0x2b1ce3;},'onlHU':function(_0x4955c3,_0x3612b1){return _0x4955c3 in _0x3612b1;},'fPIAh':function(_0x1fa0b5,_0x39e902){return _0x1fa0b5(_0x39e902);},'UDDQT':function(_0x771761,_0x33ee75){return _0x771761===_0x33ee75;},'WInVB':function(_0x502e3f){return _0x502e3f();},'JKcTG':function(_0x5d3eed,_0x18db8e){return _0x5d3eed===_0x18db8e;},'mdBxF':function(_0x35a511,_0x4ff8be){return _0x35a511>_0x4ff8be;},'djOia':function(_0x5c22ba,_0x2ba41a,_0x35ff52){return _0x5c22ba(_0x2ba41a,_0x35ff52);},'AxsGa':_0x685b88(0x161),'MKeQo':'failed','AxVge':'passed','UHKEI':function(_0x2801be,_0x2e54d3){return _0x2801be!==_0x2e54d3;},'LQopr':function(_0x188007,_0x9ecf){return _0x188007+_0x9ecf;},'OaujZ':_0x685b88(0x10f)},_0x4e4223=_0xdffb6f['test'],_0x41c2a4=_0xdffb6f[_0x685b88(0xb7)],_0x53cc72=_0x57e566[_0x685b88(0x10d)](getTestRunIdentifier,_0x4e4223,_0xdffb6f[_0x685b88(0xc0)][_0x685b88(0x15b)]),_0x4c3ea7=_0x292021['toString']()['split']('.')[0x1];let _0x562891=_0x3b69e9[_0x685b88(0x7a)]()['get'](_0x53cc72)[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x562891&&(_0x562891={});!_0x57e566[_0x685b88(0xa0)](_0x4c3ea7,_0x562891)&&(_0x562891[_0x4c3ea7]=[]);let _0x29fac8=_0x3b69e9['getAllData']()[_0x685b88(0xb3)](_0x53cc72)[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x29fac8&&(_0x29fac8={});!_0x57e566['onlHU'](_0x4c3ea7,_0x29fac8)&&(_0x29fac8[_0x4c3ea7]=[]);const _0xde8df0={[TestFrameworkConstants[_0x685b88(0xd6)]]:_0x562891,[TestFrameworkConstants[_0x685b88(0xdf)]]:_0x29fac8},_0x262cc1={};_0x262cc1[_0x53cc72]=_0xde8df0;const _0x5c5863=_0x262cc1,_0x6a0046=_0x57e566[_0x685b88(0x12d)](getPlaywrightTestFilePath,_0x4e4223),_0x497b7f=_0x6a0046+':'+_0x57e566[_0x685b88(0x12d)](getPlaywrightTestLocation,_0x4e4223),_0x2595d0=TestInfo[_0x685b88(0x15e)](_0x53cc72)[TestFrameworkConstants[_0x685b88(0x155)]]||{};if(_0x57e566[_0x685b88(0x159)](_0x5e8a6c,HookState[_0x685b88(0x171)])){const _0x48b413={'key':_0x4c3ea7,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x57e566[_0x685b88(0x13f)](uuidv4),[TestFrameworkConstants[_0x685b88(0xe1)]]:TestFrameworkConstants[_0x685b88(0xe8)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x41c2a4[_0x685b88(0x148)],[TestFrameworkConstants[_0x685b88(0xdd)]]:[],[TestFrameworkConstants[_0x685b88(0xe5)]]:_0x41c2a4[_0x685b88(0xec)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x6a0046,[TestFrameworkConstants[_0x685b88(0x100)]]:_0x497b7f,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2595d0};_0x562891[_0x4c3ea7]['push'](_0x48b413),_0x5c5863[_0x53cc72][TestFrameworkConstants[_0x685b88(0x15f)]]=_0x4c3ea7,logger[_0x685b88(0x80)](_0x685b88(0xf4)+_0x4c3ea7+_0x685b88(0xd7)+_0x48b413+_0x685b88(0x121)+_0xdffb6f);}else{if(_0x57e566['JKcTG'](_0x5e8a6c,HookState[_0x685b88(0x134)])){const _0x4c49a2=await _0xdffb6f[_0x685b88(0xc0)],_0x4bbb73=_0x562891[_0x4c3ea7]||[],_0x52c643=_0xdffb6f[_0x685b88(0xb7)];logger[_0x685b88(0x80)]('Hook\x20List\x20in\x20Post\x20'+_0x4bbb73+_0x685b88(0x125)+_0xdffb6f);if(_0x57e566[_0x685b88(0x103)](_0x4bbb73['length'],0x0)){const _0x1e69f2=_0x4bbb73['pop']();if(_0x52c643[_0x685b88(0xb4)]){const _0x39054d=_0x57e566[_0x685b88(0xb1)](failureData,_0x52c643[_0x685b88(0xb4)],_0x57e566['AxsGa']);_0x1e69f2[TestFrameworkConstants[_0x685b88(0x158)]]=_0x57e566[_0x685b88(0x12d)](getFailureType,_0x52c643?.[_0x685b88(0xb4)][_0x685b88(0x102)]),_0x1e69f2[TestFrameworkConstants[_0x685b88(0x8b)]]=_0x57e566['fPIAh'](removeAnsiColors,_0x52c643?.[_0x685b88(0xb4)]['message']),_0x1e69f2[TestFrameworkConstants[_0x685b88(0xe1)]]=_0x57e566['MKeQo'],_0x1e69f2[TestFrameworkConstants[_0x685b88(0x126)]]=_0x39054d;}else _0x1e69f2[TestFrameworkConstants[_0x685b88(0xe1)]]=_0x57e566['AxVge'];_0x57e566[_0x685b88(0xbc)](_0x4c49a2,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x1e69f2[TestFrameworkConstants[_0x685b88(0xe1)]]=!_0x52c643['error']?_0x57e566[_0x685b88(0xaf)]:_0x57e566[_0x685b88(0x10c)]);const _0x3b4745=new Date(_0x52c643[_0x685b88(0x148)]),_0x5405fa=new Date(_0x57e566[_0x685b88(0x13c)](_0x3b4745[_0x685b88(0xc1)](),_0x52c643[_0x685b88(0xad)]));_0x1e69f2[TestFrameworkConstants[_0x685b88(0x12c)]]=_0x5405fa[_0x685b88(0x129)](),_0x1e69f2[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2595d0;const _0x224924=_0x1e69f2[TestFrameworkConstants[_0x685b88(0x78)]];await this['sendLogCreatedEvent'](_0x3b69e9,_0x292021,_0x224924,_0x57e566[_0x685b88(0x118)],_0xdffb6f),!_0x29fac8[_0x4c3ea7]&&(_0x29fac8[_0x4c3ea7]=[]),_0x29fac8[_0x4c3ea7][_0x685b88(0x113)](_0x1e69f2),_0x5c5863[_0x53cc72][TestFrameworkConstants[_0x685b88(0x9c)]]=_0x4c3ea7;}}}return _0x5c5863;}async[a77_0x577556(0xbb)](_0x23629f,_0x240a8e,_0x1f3f03,_0x5cb286,_0x585a78,_0x171c6b){const _0x5764d6=a77_0x577556,_0x2a0941={'ObVLy':function(_0x2b12bb,_0x467b97){return _0x2b12bb===_0x467b97;},'YhxAr':_0x5764d6(0x11e),'CyiIS':function(_0x1ebb5d,_0xfded21,_0x78e898){return _0x1ebb5d(_0xfded21,_0x78e898);},'YeQqh':_0x5764d6(0x142),'mbGzC':function(_0x410284,_0xc1672,_0x2803d6,_0x381320){return _0x410284(_0xc1672,_0x2803d6,_0x381320);},'Iyxsp':function(_0x5bf0e2,_0x147d2d,_0x15333d){return _0x5bf0e2(_0x147d2d,_0x15333d);},'hZMbc':function(_0x5a8d76,_0x360530,_0x14a727){return _0x5a8d76(_0x360530,_0x14a727);},'JokUw':function(_0x1f352f,_0x1d030a){return _0x1f352f/_0x1d030a;},'SXjws':function(_0x4556b3,_0xc7adce){return _0x4556b3<_0xc7adce;},'soVEb':function(_0x5c02f9,_0x3c3b1d){return _0x5c02f9*_0x3c3b1d;},'YnztC':function(_0x22bb02,_0x1bd22d){return _0x22bb02+_0x1bd22d;},'HnhlQ':function(_0xf7da3d,_0x5d7ba7,_0x521819,_0x1445b8,_0x49c4c4){return _0xf7da3d(_0x5d7ba7,_0x521819,_0x1445b8,_0x49c4c4);},'pQvzu':function(_0x4b9085,_0x4c5681){return _0x4b9085+_0x4c5681;},'fpqHV':function(_0x340f62,_0x47c689){return _0x340f62+_0x47c689;},'jMAjU':_0x5764d6(0x10f),'KzXMH':function(_0x58969f,_0x659d0e,_0x22466c){return _0x58969f(_0x659d0e,_0x22466c);}};try{if(_0x2a0941[_0x5764d6(0x17d)](_0x5cb286,_0x2a0941[_0x5764d6(0x7b)])){const _0x97e97a=await _0x585a78['result'],_0x4272e4=_0x2a0941[_0x5764d6(0x16a)](getTestRunIdentifier,_0x585a78[_0x5764d6(0x11e)],_0x585a78[_0x5764d6(0xc0)][_0x5764d6(0x15b)]),_0x520438=_0x585a78['test'];logger[_0x5764d6(0x80)](_0x5764d6(0x10a)+_0x4272e4+'\x20result='+util[_0x5764d6(0x132)](_0x97e97a));const _0xc9eaa9=_0x23629f[_0x5764d6(0x7a)]()[_0x5764d6(0xb3)](_0x4272e4)[TestFrameworkConstants[_0x5764d6(0xfb)]];await _0x2a0941[_0x5764d6(0x16a)](sendTraceZip,_0x97e97a,_0xc9eaa9);const _0xc9e1d7=TestInfo['getTestDetails'](_0x4272e4)[_0x2a0941[_0x5764d6(0x163)]],_0x5d402c={};if(_0xc9e1d7){!_0x97e97a['attachments']&&(_0x97e97a[_0x5764d6(0x142)]=[]);_0x5d402c['attachments']=_0x97e97a[_0x5764d6(0x142)]['concat'](_0xc9e1d7||[]);const _0x36f0b1=TestInfo['getTestDetails'](_0x4272e4);delete _0x36f0b1[_0x2a0941[_0x5764d6(0x163)]],TestInfo['setTestDetails'](_0x4272e4,_0x36f0b1);}const _0x5325ee=_0x171c6b||_0x2a0941[_0x5764d6(0x98)](getStepsAndLogs,_0x97e97a['steps'],_0x23629f[_0x5764d6(0x7a)]()[_0x5764d6(0xb3)](_0x4272e4)[TestFrameworkConstants[_0x5764d6(0xfb)]],_0x2a0941[_0x5764d6(0x7b)])[_0x5764d6(0x7d)],_0x57d0f8=_0x2a0941[_0x5764d6(0x16a)](getScreenshots,_0x5d402c,_0x23629f[_0x5764d6(0x7a)]()[_0x5764d6(0xb3)](_0x4272e4)[TestFrameworkConstants[_0x5764d6(0xfb)]]),_0x56e036=_0x2a0941[_0x5764d6(0x146)](getVideos,_0x97e97a,_0x23629f[_0x5764d6(0x7a)]()[_0x5764d6(0xb3)](_0x4272e4)[TestFrameworkConstants[_0x5764d6(0xfb)]]),{_:_0xbdd24c,logs:_0xfa1272}=_0x2a0941[_0x5764d6(0xea)](getFailureData,_0x97e97a[_0x5764d6(0x165)],{'test_run_uuid':_0x23629f[_0x5764d6(0x7a)]()[_0x5764d6(0xb3)](_0x4272e4)[TestFrameworkConstants['KEY_TEST_UUID']]}),_0x53c3a9=TestInfo['getTestDetails'](_0x4272e4)[TestFrameworkConstants[_0x5764d6(0xaa)]]||{},_0x6a10f1=_0x2a0941[_0x5764d6(0xea)](getMediaArtifactsLogs,_0x53c3a9,_0x23629f['getAllData']()[_0x5764d6(0xb3)](_0x4272e4)[TestFrameworkConstants[_0x5764d6(0xfb)]]),_0x27b018=_0x23629f['getAllData']()['get'](_0x4272e4),{[TestFrameworkConstants[_0x5764d6(0x91)]]:_0x3214dc='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x9abd87=''}=_0x27b018,_0x3e8a59=(_0x5325ee||[])[_0x5764d6(0x14b)](_0x57d0f8||[])[_0x5764d6(0x14b)](_0xfa1272||[])[_0x5764d6(0x14b)](_0x56e036||[])['concat'](_0x6a10f1||[]),_0x3dfaed=0x28,_0x435374=Math[_0x5764d6(0x173)](_0x2a0941[_0x5764d6(0x110)](_0x3e8a59[_0x5764d6(0x79)],_0x3dfaed));for(let _0x603a18=0x0;_0x2a0941[_0x5764d6(0x16d)](_0x603a18,_0x435374);_0x603a18++){const _0x1983ac=_0x2a0941[_0x5764d6(0x147)](_0x603a18,_0x3dfaed),_0xd48f7d=_0x2a0941[_0x5764d6(0x17c)](_0x1983ac,_0x3dfaed),_0x10ee11=_0x3e8a59[_0x5764d6(0xcf)](_0x1983ac,_0xd48f7d),_0x510ae5={'platformIndex':global?.[_0x5764d6(0xf5)]??0x0,'logs':_0x10ee11,'testFrameworkName':_0x3214dc,'testFrameworkVersion':_0x9abd87,'testFrameworkState':_0x240a8e[_0x5764d6(0x141)]()[_0x5764d6(0x154)]('.')[0x1]};_0x2a0941[_0x5764d6(0x112)](updatePayloadForTraceLogs,_0x510ae5,_0x585a78,_0x4272e4,_0x23629f),logger[_0x5764d6(0x80)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x4272e4+'\x20batch\x20'+_0x2a0941['pQvzu'](_0x603a18,0x1)+'/'+_0x435374+_0x5764d6(0x94)+util[_0x5764d6(0x132)](_0x510ae5));const _0x4bada3=await GrpcClient['getInstance']()[_0x5764d6(0x13d)](_0x510ae5);logger['debug'](_0x5764d6(0x117)+_0x4272e4+_0x5764d6(0x13e)+_0x2a0941[_0x5764d6(0xbe)](_0x603a18,0x1)+'/'+_0x435374+_0x5764d6(0xc9)+util[_0x5764d6(0x132)](_0x4bada3));}}else{const {logs:_0x2c5f3e}=_0x2a0941['mbGzC'](getStepsAndLogs,_0x585a78[_0x5764d6(0xb7)][_0x5764d6(0x172)],_0x1f3f03,_0x2a0941[_0x5764d6(0x127)]),_0x219690=_0x2a0941[_0x5764d6(0x10b)](getTestRunIdentifier,_0x585a78[_0x5764d6(0x11e)],_0x585a78[_0x5764d6(0xc0)][_0x5764d6(0x15b)]);logger[_0x5764d6(0x80)]('sendLogCreatedEvent:\x20testId='+_0x219690);const _0x35c7e0=_0x23629f[_0x5764d6(0x7a)]()[_0x5764d6(0xb3)](_0x219690),{[TestFrameworkConstants[_0x5764d6(0x91)]]:_0x59ca47='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5ae7d6=''}=_0x35c7e0,_0x474a0b={'platformIndex':'0','logs':_0x2c5f3e,'testFrameworkName':_0x59ca47,'testFrameworkVersion':_0x5ae7d6,'testFrameworkState':_0x240a8e['toString']()['split']('.')[0x1]};_0x2a0941[_0x5764d6(0x112)](updatePayloadForTraceLogs,_0x474a0b,_0x585a78,_0x219690,_0x23629f),logger[_0x5764d6(0x80)](_0x5764d6(0x117)+_0x219690+'\x20payload='+util[_0x5764d6(0x132)](_0x474a0b));const _0x54303a=await GrpcClient['getInstance']()[_0x5764d6(0x13d)](_0x474a0b);}}catch(_0xaa665f){logger[_0x5764d6(0xb4)]('Error\x20in\x20sendLogCreatedEvent:\x20'+util[_0x5764d6(0xda)](_0xaa665f));}}[a77_0x577556(0xd8)](_0x186c61){const _0x560fa8=a77_0x577556,_0x5089b9={'wALff':function(_0x1e0a72,_0x5cd483,_0x28b5fa){return _0x1e0a72(_0x5cd483,_0x28b5fa);},'lCbPq':function(_0x5a060c,_0xea1de6){return _0x5a060c<_0xea1de6;},'HSfKw':_0x560fa8(0xf2)};try{const _0x445e6f=_0x186c61[_0x560fa8(0x11e)]['id'],_0x50aa75=_0x5089b9[_0x560fa8(0x15a)](getTestRunIdentifier,_0x186c61[_0x560fa8(0x11e)],_0x186c61[_0x560fa8(0xc0)]['retry']),_0x416bf0=_0x186c61['instance'],_0x3fca2e=_0x416bf0['getContext'](),_0x23ca50=_0x416bf0[_0x560fa8(0x7a)]()['get'](_0x50aa75);logger[_0x560fa8(0x80)](_0x560fa8(0xae)+_0x445e6f);const {[TestFrameworkConstants[_0x560fa8(0x91)]]:_0x12e6fb='',[TestFrameworkConstants[_0x560fa8(0x99)]]:_0xcdf546='',[TestFrameworkConstants[_0x560fa8(0x149)]]:_0x30cb24='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4612d7=''}=_0x23ca50,_0xa4e3e9=_0x416bf0[_0x560fa8(0xc5)]()['toString']()[_0x560fa8(0x154)]('.')[0x1],_0x2736a4=_0x416bf0['getCurrentHookState']()[_0x560fa8(0x141)]()[_0x560fa8(0x154)]('.')[0x1],_0x3c12f7=_0x5089b9[_0x560fa8(0x97)](_0x186c61?.[_0x560fa8(0xc0)]?.[_0x560fa8(0xed)]??0x0,0x0)?0x0:_0x186c61?.['result']?.[_0x560fa8(0xed)]??0x0,_0x31345f=_0x416bf0[_0x560fa8(0x10e)](),_0x105c86=Buffer[_0x560fa8(0x89)](JSON[_0x560fa8(0x11a)](_0x23ca50))[_0x560fa8(0x141)](_0x5089b9['HSfKw']),_0x958537={'hash':_0x3fca2e[_0x560fa8(0x7e)](),'threadId':_0x3fca2e[_0x560fa8(0x150)]()[_0x560fa8(0x141)](),'processId':_0x3fca2e[_0x560fa8(0xa9)]()[_0x560fa8(0x141)]()},_0x107958={};_0x107958[_0x560fa8(0xe6)]=_0x3c12f7,_0x107958[_0x560fa8(0x169)]=_0x12e6fb,_0x107958['testFrameworkVersion']=_0xcdf546,_0x107958[_0x560fa8(0xc8)]=_0xa4e3e9,_0x107958[_0x560fa8(0x9b)]=_0x2736a4,_0x107958['startedAt']=_0x30cb24,_0x107958[_0x560fa8(0x14e)]=_0x4612d7,_0x107958['uuid']=_0x31345f,_0x107958[_0x560fa8(0x177)]=_0x105c86,_0x107958[_0x560fa8(0x124)]=_0x958537;const _0x58d21f=_0x107958;return logger[_0x560fa8(0x80)](_0x560fa8(0xd9)+_0x445e6f+_0x560fa8(0x162)+_0xa4e3e9+'\x20hookState:\x20'+_0x2736a4),_0x58d21f;}catch(_0x1787d9){return logger[_0x560fa8(0xb4)](_0x560fa8(0xac)+util[_0x560fa8(0xda)](_0x1787d9)),{};}}}function a77_0x8e8e(_0x18da85,_0x32ff7d){const _0x328ae8=a77_0x328a();return a77_0x8e8e=function(_0x8e8e4,_0x4b9a2b){_0x8e8e4=_0x8e8e4-0x78;let _0x5a2bd2=_0x328ae8[_0x8e8e4];return _0x5a2bd2;},a77_0x8e8e(_0x18da85,_0x32ff7d);}module[a77_0x577556(0x11d)]=PlaywrightTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a78_0x30f028=a78_0x297f;function a78_0x297f(_0x1c39a2,_0x163fe3){const _0x2071ea=a78_0x2071();return a78_0x297f=function(_0x297f5e,_0x4b977b){_0x297f5e=_0x297f5e-0x116;let _0x18ac25=_0x2071ea[_0x297f5e];return _0x18ac25;},a78_0x297f(_0x1c39a2,_0x163fe3);}(function(_0x3b210e,_0x9c7255){const _0x310476=a78_0x297f,_0x4f13a3=_0x3b210e();while(!![]){try{const _0x3644fa=-parseInt(_0x310476(0x133))/0x1*(-parseInt(_0x310476(0x12c))/0x2)+parseInt(_0x310476(0x139))/0x3*(-parseInt(_0x310476(0x135))/0x4)+parseInt(_0x310476(0x11e))/0x5*(parseInt(_0x310476(0x130))/0x6)+-parseInt(_0x310476(0x13a))/0x7*(parseInt(_0x310476(0x128))/0x8)+parseInt(_0x310476(0x127))/0x9*(parseInt(_0x310476(0x13c))/0xa)+-parseInt(_0x310476(0x12f))/0xb*(parseInt(_0x310476(0x118))/0xc)+-parseInt(_0x310476(0x126))/0xd;if(_0x3644fa===_0x9c7255)break;else _0x4f13a3['push'](_0x4f13a3['shift']());}catch(_0x362ca7){_0x4f13a3['push'](_0x4f13a3['shift']());}}}(a78_0x2071,0x735e8));const AutomationFramework=require(a78_0x30f028(0x12e)),{createClassLogger}=require(a78_0x30f028(0x116)),AutomationFrameworkState=require(a78_0x30f028(0x137)),HookState=require(a78_0x30f028(0x131)),CLIUtils=require(a78_0x30f028(0x13b)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a78_0x30f028(0x11d));function a78_0x2071(){const _0x197d49=['zmfwy','../../../helpers/classLogger.js','fIEyT','4632gUwFnB','trackPuppeteerInstance:\x20instance\x20already\x20exists','PuppeteerAutomationFramework','trackPuppeteerInstance','trackEvent:\x20No\x20instance\x20found,\x20skipping\x20tracking','../instances/automationFrameworkInstance.js','5hAiEZm','createContext','logger','getCurrentInstanceName','gHGaf','VFwpq','NONE','trackPuppeteerInstance:\x20created\x20instance\x20for\x20target=','2100007TuzGVj','9hFiPAP','10832BbjGkO','trackEvent','\x20target=','info','1192186RBSvQr','trackEvent:\x20automationFrameworkState=','./automationFramework.js','8261twjLco','3464862BDEnuJ','../state/hookState.js','getAutomationFrameworkVersion','1rwvuTF','getTrackedInstance','1588CyqMSZ','getId','../state/automationFrameworkState.js','\x20hookState=','159iYzifu','3857IpFdlj','../cliUtils.js','5175020UzraCW','exports','PRE','trackPuppeteerInstance:\x20saved\x20instance\x20contextId='];a78_0x2071=function(){return _0x197d49;};return a78_0x2071();}class PuppeteerAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a78_0x30f028(0x11a));constructor(_0x2fb536,_0x3eb743){super(_0x2fb536,_0x3eb743);}async[a78_0x30f028(0x129)](_0x4e7ec8,_0x3b576f,_0x51366e={}){const _0x12c8ad=a78_0x30f028,_0x2a0999={};_0x2a0999['gHmdm']=function(_0x2ac16b,_0x269316){return _0x2ac16b===_0x269316;},_0x2a0999['VFwpq']=_0x12c8ad(0x11c);const _0x11768f=_0x2a0999;this[_0x12c8ad(0x120)]['debug'](_0x12c8ad(0x12d)+_0x4e7ec8+_0x12c8ad(0x138)+_0x3b576f),await super[_0x12c8ad(0x129)](_0x4e7ec8,_0x3b576f,_0x51366e);const _0x7d3ae4=this['resolveInstance'](_0x4e7ec8,_0x3b576f,_0x51366e);if(_0x11768f['gHmdm'](_0x7d3ae4,null)){this[_0x12c8ad(0x120)]['debug'](_0x11768f[_0x12c8ad(0x123)]);return;}_0x51366e['instance']=_0x7d3ae4,await this['runHooks'](_0x7d3ae4,_0x4e7ec8,_0x3b576f,_0x51366e);}['resolveInstance'](_0x2f1caf,_0x94fbdf,_0x3dd8f5={}){const _0x140c72=a78_0x30f028,_0x7c4970={};_0x7c4970[_0x140c72(0x117)]=function(_0xe05b2,_0x2cab44){return _0xe05b2===_0x2cab44;},_0x7c4970['gHGaf']=function(_0x4d1eb3,_0x273816){return _0x4d1eb3===_0x273816;};const _0x26f5e4=_0x7c4970;let _0x49c9c5=null;return(_0x26f5e4[_0x140c72(0x117)](_0x2f1caf,AutomationFrameworkState['CREATE'])&&_0x26f5e4[_0x140c72(0x122)](_0x94fbdf,HookState[_0x140c72(0x13e)])||_0x26f5e4['gHGaf'](_0x2f1caf,AutomationFrameworkState[_0x140c72(0x124)]))&&this['trackPuppeteerInstance'](_0x2f1caf,_0x3dd8f5),_0x49c9c5=AutomationFramework[_0x140c72(0x134)](),_0x49c9c5;}[a78_0x30f028(0x11b)](_0x5e4a2a,_0x14633e){const _0x314431=a78_0x30f028,_0xa06b86={};_0xa06b86[_0x314431(0x140)]=_0x314431(0x119);const _0x27e140=_0xa06b86;if(AutomationFramework[_0x314431(0x134)]()){this['logger'][_0x314431(0x12b)](_0x27e140[_0x314431(0x140)]);return;}const _0x2024cc=CLIUtils[_0x314431(0x121)](),_0x1a3e6b=TrackedInstance[_0x314431(0x11f)](_0x2024cc);let _0x59839d=null;this['logger'][_0x314431(0x12b)](_0x314431(0x125)+_0x2024cc+',\x20state='+_0x5e4a2a),_0x59839d=new AutomationFrameworkInstance(_0x1a3e6b,this['getAutomationFrameworkName'](),this[_0x314431(0x132)](),_0x5e4a2a),AutomationFramework['setTrackedInstance'](_0x1a3e6b,_0x59839d),this[_0x314431(0x120)][_0x314431(0x12b)](_0x314431(0x13f)+_0x1a3e6b[_0x314431(0x136)]()+_0x314431(0x12a)+_0x2024cc);}}module[a78_0x30f028(0x13d)]=PuppeteerAutomationFramework;
|