browserstack-node-sdk 1.50.1 → 1.50.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a65_0x36e312=a65_0x4e4a;(function(_0x2e8772,_0x106a93){const _0x4c5790=a65_0x4e4a,_0x3c217e=_0x2e8772();while(!![]){try{const _0x10114a=parseInt(_0x4c5790(0x224))/0x1+parseInt(_0x4c5790(0x228))/0x2+parseInt(_0x4c5790(0x216))/0x3*(parseInt(_0x4c5790(0x1fd))/0x4)+parseInt(_0x4c5790(0x23b))/0x5+parseInt(_0x4c5790(0x21d))/0x6*(-parseInt(_0x4c5790(0x22c))/0x7)+parseInt(_0x4c5790(0x222))/0x8+-parseInt(_0x4c5790(0x22b))/0x9;if(_0x10114a===_0x106a93)break;else _0x3c217e['push'](_0x3c217e['shift']());}catch(_0x42c7f5){_0x3c217e['push'](_0x3c217e['shift']());}}}(a65_0x2afb,0x39ee2));const BrowserstackCLI=require(a65_0x36e312(0x223)),helper=require('../../helpers/helper'),AutomationFramework=require('./framework/automationFramework'),TestFrameworkConstants=require(a65_0x36e312(0x215)),PlaywrightDriverModule=require(a65_0x36e312(0x235)),TestInfo=require(a65_0x36e312(0x1f8)),TestHubModule=require(a65_0x36e312(0x203)),{createClassLogger}=require(a65_0x36e312(0x206)),logger=createClassLogger(a65_0x36e312(0x237));function a65_0x4e4a(_0x4f7fca,_0x1509f0){const _0x2afb9f=a65_0x2afb();return a65_0x4e4a=function(_0x4e4ae7,_0x371dfc){_0x4e4ae7=_0x4e4ae7-0x1ee;let _0x44ef02=_0x2afb9f[_0x4e4ae7];return _0x44ef02;},a65_0x4e4a(_0x4f7fca,_0x1509f0);}class CustomTagManager{static [a65_0x36e312(0x21e)]={};static [a65_0x36e312(0x1f0)]={};static['setCustomTags'](_0x5888af,_0x50b017,_0x1befb3=![]){const _0x583ddc=a65_0x36e312,_0x127919={'wmxnn':function(_0x4b0e29,_0xfe3ca){return _0x4b0e29!==_0xfe3ca;},'UAUuJ':_0x583ddc(0x225),'sEQGt':_0x583ddc(0x1fb),'sBkBR':_0x583ddc(0x22f),'zBWEe':function(_0x3b4e8e,_0x8d82c2){return _0x3b4e8e===_0x8d82c2;},'aWgxg':_0x583ddc(0x1ef),'KJVaT':function(_0x2d1a45,_0x5f14fd){return _0x2d1a45===_0x5f14fd;},'NnUZM':_0x583ddc(0x209),'dHgZa':'multi_dropdown','ItGkw':_0x583ddc(0x1f1),'qanLc':function(_0xfbd335,_0x39835e){return _0xfbd335(_0x39835e);},'TUJRf':'./cliUtils','MkeuE':_0x583ddc(0x21c),'FfuVM':'CustomTagManager.setCustomTags:\x20No\x20testIdentifier\x20found\x20for\x20Jest+Playwright.\x20This\x20may\x20occur\x20if\x20setCustomTags\x20is\x20called\x20outside\x20test\x20context.','fXKqO':'CustomTagManager.setCustomTags:\x20TestFramework\x20not\x20available\x20for\x20Jest+Playwright','NidYk':function(_0xdc936,_0x5780dd){return _0xdc936(_0x5780dd);},'FxqdY':'./state/testFrameworkState','zazbO':'./state/hookState','pUchi':_0x583ddc(0x1f7)};if(_0x127919['wmxnn'](typeof _0x5888af,_0x127919['UAUuJ']))throw new Error(_0x127919['sEQGt']);if(_0x127919[_0x583ddc(0x233)](typeof _0x50b017,_0x127919[_0x583ddc(0x20d)]))throw new Error(_0x127919[_0x583ddc(0x204)]);if(_0x127919['zBWEe'](_0x5888af[_0x583ddc(0x202)](),''))throw new Error(_0x127919[_0x583ddc(0x1fc)]);if(_0x127919[_0x583ddc(0x22d)](_0x50b017[_0x583ddc(0x202)](),''))throw new Error(_0x127919[_0x583ddc(0x207)]);const _0x2390a8=helper['parseCommaSeparatedValues'](_0x50b017);if(_0x1befb3){const _0x9732f1=BrowserstackCLI[_0x583ddc(0x23c)]()[_0x583ddc(0x1f5)][TestHubModule[_0x583ddc(0x1f2)]];if(_0x9732f1){const _0x5015d9=_0x9732f1?.[_0x583ddc(0x21f)]?.['toObject']()?.[_0x583ddc(0x23a)];TestInfo[_0x583ddc(0x212)](_0x5015d9);const _0x3f3b40=TestInfo[_0x583ddc(0x208)](_0x5015d9),_0x2a2063=_0x3f3b40[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};if(!_0x2a2063[_0x5888af]){const _0x3cb6af={};_0x3cb6af[_0x583ddc(0x227)]=_0x127919[_0x583ddc(0x220)],_0x3cb6af[_0x583ddc(0x20c)]=[..._0x2390a8],_0x2a2063[_0x5888af]=_0x3cb6af;}else _0x2a2063[_0x5888af][_0x583ddc(0x20c)]=[..._0x2390a8];_0x3f3b40[TestFrameworkConstants[_0x583ddc(0x213)]]=_0x2a2063,TestInfo[_0x583ddc(0x20a)](_0x5015d9,_0x3f3b40),!this[_0x583ddc(0x21e)][_0x5015d9]&&(this[_0x583ddc(0x21e)][_0x5015d9]={}),this[_0x583ddc(0x21e)][_0x5015d9][_0x5888af]=[..._0x2390a8];}}else{let _0x1ada7a;const _0x2855da=global[_0x583ddc(0x23d)];let _0x535eee=![];if(_0x2855da&&_0x2855da[_0x583ddc(0x226)](_0x127919[_0x583ddc(0x200)]))_0x535eee=!![],_0x1ada7a=_0x2855da;else try{const _0x315c3a=_0x127919[_0x583ddc(0x20e)](require,_0x127919[_0x583ddc(0x234)]);if(BrowserstackCLI[_0x583ddc(0x23c)]()['isRunning']()){const _0x5ab48d=_0x315c3a[_0x583ddc(0x1ee)]();if(_0x127919[_0x583ddc(0x229)](_0x5ab48d?.[_0x583ddc(0x1f9)]?.[_0x583ddc(0x23f)](),_0x127919[_0x583ddc(0x21a)])){const _0x1b4203=AutomationFramework[_0x583ddc(0x21b)]();_0x1ada7a=AutomationFramework[_0x583ddc(0x217)](_0x1b4203,PlaywrightDriverModule[_0x583ddc(0x1fa)],''),_0x1ada7a&&_0x1ada7a[_0x583ddc(0x226)](_0x127919[_0x583ddc(0x200)])&&(_0x535eee=!![]);}}}catch(_0x597a51){logger[_0x583ddc(0x1fe)](_0x583ddc(0x23e)+_0x597a51);}if(_0x535eee){if(!_0x1ada7a)throw new Error(_0x127919['FfuVM']);const _0x46be1b=BrowserstackCLI[_0x583ddc(0x23c)]()[_0x583ddc(0x205)]();if(!_0x46be1b)throw new Error(_0x127919[_0x583ddc(0x238)]);const _0x10be4e=_0x127919[_0x583ddc(0x201)](require,_0x127919['FxqdY']),_0x2d122c=_0x127919[_0x583ddc(0x201)](require,_0x127919['zazbO']),_0x2f40a4=_0x46be1b[_0x583ddc(0x219)](_0x10be4e['TEST'],_0x2d122c[_0x583ddc(0x1f4)]);if(!_0x2f40a4)throw new Error(_0x127919['pUchi']);const _0x4d6041=_0x2f40a4[_0x583ddc(0x236)]()[_0x583ddc(0x1ff)](_0x1ada7a)||{},_0x405d7c=_0x4d6041[TestFrameworkConstants[_0x583ddc(0x213)]]||{};logger[_0x583ddc(0x1fe)](_0x583ddc(0x20b)+_0x1ada7a+_0x583ddc(0x240)+_0x5888af+_0x583ddc(0x22e)+JSON[_0x583ddc(0x231)](_0x2390a8)+',\x20existingTags='+JSON[_0x583ddc(0x231)](_0x405d7c));if(!_0x405d7c[_0x5888af]){const _0x2b5516={};_0x2b5516[_0x583ddc(0x227)]=_0x127919['dHgZa'],_0x2b5516[_0x583ddc(0x20c)]=[..._0x2390a8],_0x405d7c[_0x5888af]=_0x2b5516,logger[_0x583ddc(0x1fe)](_0x583ddc(0x239)+_0x5888af+_0x583ddc(0x1f3)+JSON[_0x583ddc(0x231)](_0x2390a8));}else _0x405d7c[_0x5888af][_0x583ddc(0x20c)]=[..._0x2390a8],logger[_0x583ddc(0x1fe)](_0x583ddc(0x221)+_0x5888af+_0x583ddc(0x218)+JSON[_0x583ddc(0x231)](_0x2390a8));const _0x51afd6={[TestFrameworkConstants[_0x583ddc(0x213)]]:_0x405d7c},_0x5dd982={};_0x5dd982[_0x1ada7a]=_0x51afd6,_0x2f40a4[_0x583ddc(0x230)](_0x5dd982),logger['debug'](_0x583ddc(0x210)+_0x1ada7a+',\x20finalTags='+JSON[_0x583ddc(0x231)](_0x405d7c)),!this[_0x583ddc(0x1f0)][_0x1ada7a]&&(this[_0x583ddc(0x1f0)][_0x1ada7a]={}),this[_0x583ddc(0x1f0)][_0x1ada7a][_0x5888af]=[..._0x2390a8];}else{const _0x1a59e7=global[_0x583ddc(0x20f)]?.['currentTest']?.[_0x583ddc(0x211)];if(!_0x1a59e7){const _0x27be66=AutomationFramework['getTrackedInstance']();_0x1ada7a=AutomationFramework[_0x583ddc(0x217)](_0x27be66,PlaywrightDriverModule[_0x583ddc(0x1fa)],'');}else _0x1ada7a=TestInfo[_0x583ddc(0x1f6)](_0x1a59e7,_0x1a59e7[_0x583ddc(0x214)]);const _0x460788=TestInfo[_0x583ddc(0x208)](_0x1ada7a),_0x2f5c63=_0x460788[TestFrameworkConstants[_0x583ddc(0x213)]]||{};if(!_0x2f5c63[_0x5888af]){const _0x3b5be6={};_0x3b5be6['field_type']=_0x127919[_0x583ddc(0x220)],_0x3b5be6[_0x583ddc(0x20c)]=[..._0x2390a8],_0x2f5c63[_0x5888af]=_0x3b5be6;}else _0x2f5c63[_0x5888af][_0x583ddc(0x20c)]=[..._0x2390a8];_0x460788[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2f5c63,TestInfo['setTestDetails'](_0x1ada7a,_0x460788),!this['testLevelTags'][_0x1ada7a]&&(this['testLevelTags'][_0x1ada7a]={}),this[_0x583ddc(0x1f0)][_0x1ada7a][_0x5888af]=[..._0x2390a8];}}}static[a65_0x36e312(0x22a)](){const _0x2e66e4=a65_0x36e312,_0x39da82={...this[_0x2e66e4(0x21e)]};return _0x39da82;}static['getTestLevelTags'](){const _0x2c2eac=a65_0x36e312,_0x9e7b8f={...this[_0x2c2eac(0x1f0)]};return _0x9e7b8f;}static[a65_0x36e312(0x232)](){const _0x581129=a65_0x36e312;this[_0x581129(0x21e)]={},this['testLevelTags']={};}}function a65_0x2afb(){const _0x3c222f=['getTestDetails','Custom\x20tag\x20value\x20cannot\x20be\x20empty','setTestDetails','[CustomTagManager]\x20setCustomTags:\x20Jest+Playwright\x20-\x20testIdentifier=','values','UAUuJ','qanLc','__workerDetails','[CustomTagManager]\x20setCustomTags:\x20Stored\x20customTags\x20in\x20instance\x20memory\x20for\x20testIdentifier=','testInfo','getTestUUID','KEY_CUSTOM_TAGS','retry','./framework/constants/testFrameworkConstants','30pZquiE','getState','\x20with\x20new\x20values=','resolveInstance','MkeuE','getTrackedInstance','jest','6odMqDy','buildLevelTags','testhubConfig','dHgZa','[CustomTagManager]\x20setCustomTags:\x20Updated\x20existing\x20tag\x20key=','302912rGuytI','./browserstackCLI','73838jEvnjx','string','includes','field_type','642834ObDQcz','zBWEe','getBuildLevelTags','3190518OQUrUw','2791593VAoCzD','KJVaT',',\x20values=','Custom\x20tag\x20value\x20must\x20be\x20a\x20string','addMultipleEntries','stringify','clearTags','wmxnn','TUJRf','./modules/playwrightDriverModule','getAllData','CustomTagManager','fXKqO','[CustomTagManager]\x20setCustomTags:\x20Created\x20new\x20tag\x20key=','buildHashedId','927470Wplsgm','getInstance','__jestCurrentTestIdentifier','CustomTagManager.setCustomTags\x20:\x20Error\x20detecting\x20Jest+Playwright:\x20','toLowerCase',',\x20key=','getTestFrameworkDetail','Custom\x20tag\x20key\x20cannot\x20be\x20empty','testLevelTags',':jest-','MODULE_NAME','\x20with\x20values=','POST','modules','getTestIdentifierFromTestInfo','CustomTagManager.setCustomTags:\x20Instance\x20not\x20available\x20for\x20Jest+Playwright','./TestInfo','name','KEY_TEST_ID','Custom\x20tag\x20key\x20must\x20be\x20a\x20string','aWgxg','148788DTOKpq','debug','get','ItGkw','NidYk','trim','./modules/testhubModule','sBkBR','getTestFramework','../../helpers/classLogger','NnUZM'];a65_0x2afb=function(){return _0x3c222f;};return a65_0x2afb();}module['exports']=CustomTagManager;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a66_0x4faba6=a66_0x45d0;(function(_0x167562,_0x3c69e9){const _0x194354=a66_0x45d0,_0x4e7d2d=_0x167562();while(!![]){try{const _0xa159d8=-parseInt(_0x194354(0x93))/0x1+parseInt(_0x194354(0x9b))/0x2*(parseInt(_0x194354(0x9d))/0x3)+parseInt(_0x194354(0xa0))/0x4*(parseInt(_0x194354(0x92))/0x5)+-parseInt(_0x194354(0xa1))/0x6+parseInt(_0x194354(0x98))/0x7+-parseInt(_0x194354(0x97))/0x8+parseInt(_0x194354(0x9f))/0x9*(parseInt(_0x194354(0x9a))/0xa);if(_0xa159d8===_0x3c69e9)break;else _0x4e7d2d['push'](_0x4e7d2d['shift']());}catch(_0x49b7b6){_0x4e7d2d['push'](_0x4e7d2d['shift']());}}}(a66_0x479c,0xaefe9));function a66_0x45d0(_0x408cca,_0x327e85){const _0x479ccb=a66_0x479c();return a66_0x45d0=function(_0x45d018,_0x1e4f86){_0x45d018=_0x45d018-0x91;let _0x12a31d=_0x479ccb[_0x45d018];return _0x12a31d;},a66_0x45d0(_0x408cca,_0x327e85);}const {createClassLogger}=require(a66_0x4faba6(0x99));class EventDispatcher{static #instance=null;constructor(){const _0x4f0b63=a66_0x4faba6;this[_0x4f0b63(0x94)]={};}static[a66_0x4faba6(0x95)](){return!EventDispatcher.#instance&&(EventDispatcher.#instance=new EventDispatcher()),EventDispatcher.#instance;}[a66_0x4faba6(0x96)](_0x28252f,_0x2cd83e){const _0x5e70e9=a66_0x4faba6;!this['observers'][_0x28252f]&&(this['observers'][_0x28252f]=[]),this[_0x5e70e9(0x94)][_0x28252f]['push'](_0x2cd83e);}async[a66_0x4faba6(0x9c)](_0x4d25c8,_0x51d284){const _0x5061c4=a66_0x4faba6,_0x24e76f={'qMZDM':function(_0x43c355,_0x1271d0){return _0x43c355(_0x1271d0);}};if(this['observers'][_0x4d25c8]){for(const _0x2369af of this['observers'][_0x4d25c8]){await _0x24e76f[_0x5061c4(0x9e)](_0x2369af,_0x51d284);}return;}}}const eventDispatcher=EventDispatcher[a66_0x4faba6(0x95)]();function a66_0x479c(){const _0x5d435c=['observers','getInstance','registerObserver','3714984ScGhVB','9432276Hwqnfw','../../helpers/classLogger.js','10SgKtqF','14bZTvCm','notifyObserver','132348NpWFao','qMZDM','6196185wGmYPw','1286716hKhRAn','5301216fhWCZv','exports','15mBEGqG','1245096aARwdq'];a66_0x479c=function(){return _0x5d435c;};return a66_0x479c();}Object['freeze'](eventDispatcher),module[a66_0x4faba6(0x91)]=eventDispatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a67_0x2c03(_0x3e0dc9,_0x1a5b46){const _0x32624c=a67_0x3262();return a67_0x2c03=function(_0x2c03b7,_0x48aa5a){_0x2c03b7=_0x2c03b7-0x1a9;let _0x43f0bb=_0x32624c[_0x2c03b7];return _0x43f0bb;},a67_0x2c03(_0x3e0dc9,_0x1a5b46);}const a67_0x1267e9=a67_0x2c03;(function(_0x3374f6,_0x6d0637){const _0x2586c9=a67_0x2c03,_0x5b632c=_0x3374f6();while(!![]){try{const _0x3ae0ba=-parseInt(_0x2586c9(0x1af))/0x1*(parseInt(_0x2586c9(0x1b4))/0x2)+-parseInt(_0x2586c9(0x1b1))/0x3*(-parseInt(_0x2586c9(0x1c0))/0x4)+-parseInt(_0x2586c9(0x1cb))/0x5*(parseInt(_0x2586c9(0x1bb))/0x6)+-parseInt(_0x2586c9(0x1c6))/0x7+parseInt(_0x2586c9(0x1ce))/0x8+-parseInt(_0x2586c9(0x1b3))/0x9+parseInt(_0x2586c9(0x1cd))/0xa;if(_0x3ae0ba===_0x6d0637)break;else _0x5b632c['push'](_0x5b632c['shift']());}catch(_0xa572dd){_0x5b632c['push'](_0x5b632c['shift']());}}}(a67_0x3262,0x2b387));const {createClassLogger}=require(a67_0x1267e9(0x1b2)),util=require('util'),eventDispatcher=require(a67_0x1267e9(0x1b9)),CLIUtils=require(a67_0x1267e9(0x1b7)),TrackedInstance=require('../instances/trackedInstance.js'),logger=createClassLogger(a67_0x1267e9(0x1b6));class AutomationFramework{static [a67_0x1267e9(0x1b5)]=new Map();static ['KEY_AUTOMATION_SESSIONS']=a67_0x1267e9(0x1ca);static [a67_0x1267e9(0x1c1)]=a67_0x1267e9(0x1c9);constructor(_0x33a016,_0x2c6e1a){const _0x4d8a37=a67_0x1267e9;this[_0x4d8a37(0x1bd)]=_0x33a016,this[_0x4d8a37(0x1aa)]=_0x2c6e1a;}[a67_0x1267e9(0x1bc)](){const _0x30cad0=a67_0x1267e9;return this[_0x30cad0(0x1bd)];}[a67_0x1267e9(0x1c4)](){const _0x19ecba=a67_0x1267e9;return this[_0x19ecba(0x1aa)];}async[a67_0x1267e9(0x1ad)](_0x2dca83,_0x29a93e,_0x4cc225={}){const _0x212209=a67_0x1267e9;logger[_0x212209(0x1b8)](_0x212209(0x1c5)+_0x2dca83+_0x212209(0x1b0)+_0x29a93e);}async[a67_0x1267e9(0x1c2)](_0x50339a,_0x4b9ba1,_0x4168dd,_0x19f9d4={}){const _0x5e5b50=a67_0x1267e9,_0x3d542d=CLIUtils['getHookRegistryKey'](_0x4b9ba1,_0x4168dd);_0x50339a&&_0x50339a[_0x5e5b50(0x1ac)](_0x4b9ba1),await eventDispatcher[_0x5e5b50(0x1bf)](_0x3d542d,_0x19f9d4);}static[a67_0x1267e9(0x1ab)](_0x490e4d,_0xa0b763,_0x219e64){const _0x178b02=a67_0x1267e9;eventDispatcher['registerObserver'](CLIUtils[_0x178b02(0x1cc)](_0x490e4d,_0xa0b763),_0x219e64);}static['setTrackedInstance'](_0x2fc402,_0x2c7dc7){const _0x58b359=a67_0x1267e9;AutomationFramework[_0x58b359(0x1b5)][_0x58b359(0x1c8)](_0x2fc402['getId'](),_0x2c7dc7);}static[a67_0x1267e9(0x1ba)](){const _0x32d65d=a67_0x1267e9,_0x33ebd8=TrackedInstance[_0x32d65d(0x1cf)](CLIUtils['getCurrentInstanceName']());return AutomationFramework['instances'][_0x32d65d(0x1ae)](_0x33ebd8[_0x32d65d(0x1c3)]());}static[a67_0x1267e9(0x1ac)](_0x55455d,_0x27da52,_0x49e42e){const _0x279e90=a67_0x1267e9;_0x55455d[_0x279e90(0x1c7)]()['set'](_0x27da52,_0x49e42e);}static[a67_0x1267e9(0x1a9)](_0x10dfb1,_0x104eae){return _0x10dfb1['getAllData']()['get'](_0x104eae);}}module[a67_0x1267e9(0x1be)]=AutomationFramework;function a67_0x3262(){const _0x477bd9=['debug','../eventDispatcher.js','getTrackedInstance','308514BAUvpV','getAutomationFrameworkName','automationFrameworkName','exports','notifyObserver','9892UMPnDs','KEY_NON_BROWSERSTACK_AUTOMATION_SESSIONS','runHooks','getId','getAutomationFrameworkVersion','trackEvent:\x20automationFrameworkState=','280091TSQqub','getAllData','set','non_browserstack_automation_sessions','automation_sessions','30CbHhvR','getHookRegistryKey','5258410gRQvqc','2106640oHzkVS','createContext','getState','automationFrameworkVersion','registerObserver','setState','trackEvent','get','142357dUEsly','\x20hookState=','57toOszn','../../../helpers/classLogger.js','1514187gXZCnh','2Tvrmlv','instances','AutomationFramework','../cliUtils.js'];a67_0x3262=function(){return _0x477bd9;};return a67_0x3262();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a68_0x15ea9c=a68_0x13fc;function a68_0x13fc(_0x17bc0d,_0x4b2322){const _0x11b8a1=a68_0x11b8();return a68_0x13fc=function(_0x13fcda,_0x51efcb){_0x13fcda=_0x13fcda-0xc1;let _0x1a2219=_0x11b8a1[_0x13fcda];return _0x1a2219;},a68_0x13fc(_0x17bc0d,_0x4b2322);}(function(_0x1672ed,_0x1e43a8){const _0x959bdf=a68_0x13fc,_0x360f7f=_0x1672ed();while(!![]){try{const _0xb66359=-parseInt(_0x959bdf(0xe0))/0x1*(parseInt(_0x959bdf(0xce))/0x2)+parseInt(_0x959bdf(0xc1))/0x3*(-parseInt(_0x959bdf(0xc4))/0x4)+parseInt(_0x959bdf(0xd6))/0x5*(-parseInt(_0x959bdf(0xd5))/0x6)+-parseInt(_0x959bdf(0xd7))/0x7+parseInt(_0x959bdf(0xc2))/0x8*(parseInt(_0x959bdf(0xc5))/0x9)+parseInt(_0x959bdf(0xdf))/0xa+parseInt(_0x959bdf(0xc9))/0xb;if(_0xb66359===_0x1e43a8)break;else _0x360f7f['push'](_0x360f7f['shift']());}catch(_0x587ba3){_0x360f7f['push'](_0x360f7f['shift']());}}}(a68_0x11b8,0x466b4));const a68_0x4c7bf7={};function a68_0x11b8(){const _0x37d596=['COMMAND_QUIT','KEY_HUB_URL','699830AYJuho','523639QjTbUS','1077bUmGRo','16gkUbon','quit','2308KMnqHN','1420047WBaIsu','screenshot','KEY_PLATFORM_INDEX','framework_session_id','7763811YiRolj','input_capabilities','capabilities','hub_url','started_at','2KxGGsJ','KEY_FRAMEWORK_SESSION_ID','newsession','COMMAND_W3C_EXECUTE_SCRIPT_ASYNC','w3cexecutescriptasync','KEY_ENDED_AT','ENV_BROWSERSTACK_PLATFORM_INDEX','11514pVINIG','75SVbSMd','303429fEMIMa','w3cexecutescript','is_browserstack_hub','KEY_INPUT_CAPABILITIES','COMMAND_SCREENSHOT','exports'];a68_0x11b8=function(){return _0x37d596;};return a68_0x11b8();}a68_0x4c7bf7[a68_0x15ea9c(0xd4)]='BROWSERSTACK_PLATFORM_INDEX',a68_0x4c7bf7[a68_0x15ea9c(0xde)]=a68_0x15ea9c(0xcc),a68_0x4c7bf7[a68_0x15ea9c(0xcf)]=a68_0x15ea9c(0xc8),a68_0x4c7bf7[a68_0x15ea9c(0xda)]=a68_0x15ea9c(0xca),a68_0x4c7bf7['KEY_CAPABILITIES']=a68_0x15ea9c(0xcb),a68_0x4c7bf7['KEY_IS_BROWSERSTACK_HUB']=a68_0x15ea9c(0xd9),a68_0x4c7bf7['KEY_STARTED_AT']=a68_0x15ea9c(0xcd),a68_0x4c7bf7[a68_0x15ea9c(0xd3)]='ended_at',a68_0x4c7bf7[a68_0x15ea9c(0xc7)]='platform_index',a68_0x4c7bf7['COMMAND_NEW_SESSION']=a68_0x15ea9c(0xd0),a68_0x4c7bf7['COMMAND_GET']='get',a68_0x4c7bf7[a68_0x15ea9c(0xdb)]=a68_0x15ea9c(0xc6),a68_0x4c7bf7['COMMAND_W3C_EXECUTE_SCRIPT']=a68_0x15ea9c(0xd8),a68_0x4c7bf7[a68_0x15ea9c(0xd1)]=a68_0x15ea9c(0xd2),a68_0x4c7bf7[a68_0x15ea9c(0xdd)]=a68_0x15ea9c(0xc3);const AutomationFrameworkConstants=a68_0x4c7bf7;module[a68_0x15ea9c(0xdc)]=AutomationFrameworkConstants;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a69_0x5bd4(){const _0x26c54c=['test_meta','test_scopes','KEY_TEST_ATTACHMENTS','120XbVIxO','2665352ExIYnl','^(BEFORE_|AFTER_)','TEST_LOG','KEY_AUTOMATE_SESSION_STATUS','test_hooks_finished','KEY_HOOK_FAILURE_TYPE','57508JlxWmh','KEY_TEST_SCOPE','KEY_FILE_PATH','test_hook_last_finished','file_name','KEY_HOOKS_STARTED','pending','KEY_TEST_CODE','TEST_SCREENSHOT','event_ended_at','DEFAULT_TEST_RESULT','KEY_EVENT_STARTED_AT','KEY_HOOK_LAST_STARTED','hook_result','test_location','KEY_CUSTOM_TAGS','hook_name','KEY_SESSION_NAME','test_session_name','KEY_TEST_NAME','KEY_PLATFORM_INDEX','KEY_TEST_RESULT_AT','111046PltQBg','4007339VRjBFw','event_started_at','13778VyLEVn','platform_index','KEY_TEST_LOGS','KEY_TEST_ID','hook_failure','9XCSIUP','test_failure_type','1njgXjd','142070jZBTHv','KEY_TEST_ENDED_AT','KEY_HOOK_FAILURE_REASON','test_scope','KEY_TEST_RERUN_NAME','KEY_HOOKS_FINISHED','KIND_SCREENSHOT','test_attachments','test_uuid','KEY_TEST_FRAMEWORK_VERSION','test_tags','KEY_TEST_UUID','KEY_FILE_NAME','KEY_TEST_TAGS','KEY_FILE_LEVEL','test_logs','test_file_path','DEFAULT_HOOK_RESULT','file_level','automate_session_name','4YlUjJJ','KEY_FILE_SIZE','hook_failure_reason','hook_failure_type','retry_of','KEY_HOOK_ID','KEY_TEST_META','test_framework_name','KIND_LOG','test_hooks_started','KEY_TEST_RETRY_OF','test_result_at','146274qtKVgB','test_hook_last_started','automate_session_status','828prULZQ','KEY_HOOK_LAST_FINISHED','test_result','logs','exports','1090DTOYCN','KEY_TEST_FILE_PATH','KEY_AUTOMATE_SESSION_REASON','hook_logs','test_failure','test_name'];a69_0x5bd4=function(){return _0x26c54c;};return a69_0x5bd4();}const a69_0x130ffe=a69_0x5649;function a69_0x5649(_0x39c110,_0x471b1a){const _0x5bd443=a69_0x5bd4();return a69_0x5649=function(_0x5649ed,_0x11a4f3){_0x5649ed=_0x5649ed-0xae;let _0x201ff9=_0x5bd443[_0x5649ed];return _0x201ff9;},a69_0x5649(_0x39c110,_0x471b1a);}(function(_0x2623d3,_0xb3ebf0){const _0x3c589c=a69_0x5649,_0x4cf259=_0x2623d3();while(!![]){try{const _0x329ada=parseInt(_0x3c589c(0xf9))/0x1*(parseInt(_0x3c589c(0xf2))/0x2)+parseInt(_0x3c589c(0xc1))/0x3*(-parseInt(_0x3c589c(0xb5))/0x4)+parseInt(_0x3c589c(0xfa))/0x5*(-parseInt(_0x3c589c(0xd2))/0x6)+-parseInt(_0x3c589c(0xf0))/0x7+parseInt(_0x3c589c(0xd3))/0x8*(parseInt(_0x3c589c(0xf7))/0x9)+parseInt(_0x3c589c(0xc9))/0xa*(parseInt(_0x3c589c(0xd9))/0xb)+-parseInt(_0x3c589c(0xc4))/0xc*(-parseInt(_0x3c589c(0xef))/0xd);if(_0x329ada===_0xb3ebf0)break;else _0x4cf259['push'](_0x4cf259['shift']());}catch(_0x541754){_0x4cf259['push'](_0x4cf259['shift']());}}}(a69_0x5bd4,0x4ba21));const a69_0x43264a={};a69_0x43264a[a69_0x130ffe(0x105)]=a69_0x130ffe(0x102),a69_0x43264a[a69_0x130ffe(0xf5)]='test_id',a69_0x43264a[a69_0x130ffe(0xec)]=a69_0x130ffe(0xce),a69_0x43264a[a69_0x130ffe(0xca)]=a69_0x130ffe(0xb1),a69_0x43264a[a69_0x130ffe(0xae)]=a69_0x130ffe(0x104),a69_0x43264a['KEY_TEST_RESULT']=a69_0x130ffe(0xc6),a69_0x43264a[a69_0x130ffe(0xee)]=a69_0x130ffe(0xc0),a69_0x43264a['KEY_TEST_STARTED_AT']='test_started_at',a69_0x43264a[a69_0x130ffe(0xfb)]='test_ended_at',a69_0x43264a['KEY_TEST_LOCATION']=a69_0x130ffe(0xe7),a69_0x43264a[a69_0x130ffe(0xda)]=a69_0x130ffe(0xfd),a69_0x43264a['KEY_TEST_SCOPES']=a69_0x130ffe(0xd0),a69_0x43264a['KEY_TEST_FRAMEWORK_NAME']=a69_0x130ffe(0xbc),a69_0x43264a[a69_0x130ffe(0x103)]='test_framework_version',a69_0x43264a[a69_0x130ffe(0xe0)]='test_code',a69_0x43264a[a69_0x130ffe(0xfe)]='test_rerun_name',a69_0x43264a[a69_0x130ffe(0xbf)]=a69_0x130ffe(0xb9),a69_0x43264a[a69_0x130ffe(0xed)]=a69_0x130ffe(0xf3),a69_0x43264a['KEY_TEST_FAILURE']=a69_0x130ffe(0xcd),a69_0x43264a['KEY_TEST_FAILURE_TYPE']=a69_0x130ffe(0xf8),a69_0x43264a['KEY_TEST_FAILURE_REASON']='test_failure_reason',a69_0x43264a[a69_0x130ffe(0xf4)]=a69_0x130ffe(0xb0),a69_0x43264a[a69_0x130ffe(0xbb)]=a69_0x130ffe(0xcf),a69_0x43264a[a69_0x130ffe(0xea)]=a69_0x130ffe(0xeb),a69_0x43264a['KEY_AUTOMATE_SESSION_NAME']=a69_0x130ffe(0xb4),a69_0x43264a[a69_0x130ffe(0xd6)]=a69_0x130ffe(0xc3),a69_0x43264a[a69_0x130ffe(0xcb)]='automate_session_reason',a69_0x43264a[a69_0x130ffe(0xe4)]=a69_0x130ffe(0xf1),a69_0x43264a['KEY_EVENT_ENDED_AT']=a69_0x130ffe(0xe2),a69_0x43264a[a69_0x130ffe(0xba)]='hook_id',a69_0x43264a['KEY_HOOK_RESULT']=a69_0x130ffe(0xe6),a69_0x43264a[a69_0x130ffe(0xd8)]=a69_0x130ffe(0xb8),a69_0x43264a[a69_0x130ffe(0xfc)]=a69_0x130ffe(0xb7),a69_0x43264a['KEY_HOOK_FAILURE']=a69_0x130ffe(0xf6),a69_0x43264a['KEY_HOOK_LOGS']=a69_0x130ffe(0xcc),a69_0x43264a['KEY_HOOK_NAME']=a69_0x130ffe(0xe9),a69_0x43264a[a69_0x130ffe(0xe3)]=a69_0x130ffe(0xdf),a69_0x43264a[a69_0x130ffe(0xb2)]='pending',a69_0x43264a[a69_0x130ffe(0x100)]=a69_0x130ffe(0xe1),a69_0x43264a[a69_0x130ffe(0xbd)]=a69_0x130ffe(0xd5),a69_0x43264a['HOOK_REGEX']=a69_0x130ffe(0xd4),a69_0x43264a[a69_0x130ffe(0xde)]=a69_0x130ffe(0xbe),a69_0x43264a[a69_0x130ffe(0xff)]=a69_0x130ffe(0xd7),a69_0x43264a[a69_0x130ffe(0xe5)]=a69_0x130ffe(0xc2),a69_0x43264a[a69_0x130ffe(0xc5)]=a69_0x130ffe(0xdc),a69_0x43264a['KEY_LOGS']=a69_0x130ffe(0xc7),a69_0x43264a[a69_0x130ffe(0xe8)]='custom_metadata',a69_0x43264a[a69_0x130ffe(0xd1)]=a69_0x130ffe(0x101),a69_0x43264a[a69_0x130ffe(0xb6)]='file_size',a69_0x43264a[a69_0x130ffe(0x106)]=a69_0x130ffe(0xdd),a69_0x43264a[a69_0x130ffe(0xdb)]='file_path',a69_0x43264a[a69_0x130ffe(0xaf)]=a69_0x130ffe(0xb3);const TestFrameworkConstants=a69_0x43264a;module[a69_0x130ffe(0xc8)]=TestFrameworkConstants;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70_0x30be63=a70_0x2753;(function(_0x2621ca,_0x1677a3){const _0x1f3c3e=a70_0x2753,_0x220ba0=_0x2621ca();while(!![]){try{const _0x4e1362=parseInt(_0x1f3c3e(0x23f))/0x1*(parseInt(_0x1f3c3e(0x214))/0x2)+parseInt(_0x1f3c3e(0x25d))/0x3+-parseInt(_0x1f3c3e(0x231))/0x4+parseInt(_0x1f3c3e(0x26c))/0x5*(parseInt(_0x1f3c3e(0x212))/0x6)+parseInt(_0x1f3c3e(0x215))/0x7*(-parseInt(_0x1f3c3e(0x235))/0x8)+parseInt(_0x1f3c3e(0x1c8))/0x9*(-parseInt(_0x1f3c3e(0x263))/0xa)+-parseInt(_0x1f3c3e(0x203))/0xb*(-parseInt(_0x1f3c3e(0x1ef))/0xc);if(_0x4e1362===_0x1677a3)break;else _0x220ba0['push'](_0x220ba0['shift']());}catch(_0x4a2f47){_0x220ba0['push'](_0x220ba0['shift']());}}}(a70_0x2396,0x1e056));const TestFramework=require(a70_0x30be63(0x250)),TestFrameworkState=require(a70_0x30be63(0x1f8)),HookState=require(a70_0x30be63(0x268)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x30be63(0x1df)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x30be63(0x1d7)),logger=createClassLogger('CucumberTestFramework'),{v4:uuidv4}=require(a70_0x30be63(0x21b)),util=require(a70_0x30be63(0x25f)),TestInfo=require(a70_0x30be63(0x22e)),GrpcClient=require('../grpcClient');class CucumberTestFramework extends TestFramework{constructor(_0x46a94c,_0x1afcbf,_0x2d9b83){super(_0x46a94c,_0x1afcbf,_0x2d9b83);}async['trackEvent'](_0x250719,_0x25fa0c,_0xc13a06={}){const _0x5982f5=a70_0x30be63,_0xf9a0ee={};_0xf9a0ee[_0x5982f5(0x1e1)]=_0x5982f5(0x260),_0xf9a0ee[_0x5982f5(0x20b)]=function(_0x432437,_0x45bd51){return _0x432437===_0x45bd51;},_0xf9a0ee[_0x5982f5(0x27c)]=function(_0x3535b5,_0x3eaf0a){return _0x3535b5===_0x3eaf0a;},_0xf9a0ee['FkNdt']=function(_0x1440a4,_0x2fd6d8){return _0x1440a4===_0x2fd6d8;},_0xf9a0ee[_0x5982f5(0x218)]=_0x5982f5(0x20a);const _0x1daa0d=_0xf9a0ee;await super[_0x5982f5(0x1ca)](_0x250719,_0x25fa0c,_0xc13a06);const _0x41dfea=this['resolveInstance'](_0x250719,_0x25fa0c,_0xc13a06);if(!_0x41dfea){logger[_0x5982f5(0x24b)](_0x1daa0d[_0x5982f5(0x1e1)]);return;}try{let _0x2c9d5d,_0x1d484a;switch(_0x250719){case TestFrameworkState['TEST']:_0x2c9d5d=_0xc13a06[_0x5982f5(0x1ba)],_0x1d484a=TestInfo[_0x5982f5(0x24a)](_0x2c9d5d['id']);if(_0x1daa0d[_0x5982f5(0x20b)](_0x25fa0c,HookState[_0x5982f5(0x1ea)])){logger['debug'](_0x5982f5(0x1ee)+_0x2c9d5d['id']);const _0xfb0e0={};_0xfb0e0[_0x5982f5(0x219)]=_0x1d484a,_0xfb0e0[_0x5982f5(0x267)]=_0x2c9d5d,_0x41dfea[_0x5982f5(0x1cd)](this[_0x5982f5(0x24d)](_0xfb0e0)),logger[_0x5982f5(0x24b)](_0x5982f5(0x24e)+_0x2c9d5d['id']),await this[_0x5982f5(0x20d)](_0x41dfea,_0x2c9d5d['id']);}else{if(_0x1daa0d[_0x5982f5(0x27c)](_0x25fa0c,HookState[_0x5982f5(0x206)])){const _0x4d4080={};_0x4d4080['testUUID']=_0x1d484a,_0x4d4080[_0x5982f5(0x267)]=_0x2c9d5d,_0x41dfea[_0x5982f5(0x1cd)](this[_0x5982f5(0x254)](_0x4d4080)),await this['processPendingHooks'](_0x41dfea,_0x2c9d5d['id']);}}break;case TestFrameworkState[_0x5982f5(0x20e)]:_0x1daa0d[_0x5982f5(0x1bc)](_0x25fa0c,HookState[_0x5982f5(0x206)])&&await this[_0x5982f5(0x213)](_0x41dfea,_0x250719,_0xc13a06);break;default:if(CLIUtils[_0x5982f5(0x1b4)](_0x250719['toString']()['split']('.')[0x1])){const _0x50fc6b=await this[_0x5982f5(0x201)](_0x41dfea,_0x250719,_0x25fa0c,_0xc13a06);_0x41dfea[_0x5982f5(0x1cd)](_0x50fc6b);}else logger[_0x5982f5(0x24b)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x250719+_0x5982f5(0x26a)+_0x25fa0c);break;}}catch(_0x1dbd43){logger[_0x5982f5(0x1b0)](util[_0x5982f5(0x232)](_0x1daa0d['rTGNA'],_0x250719,_0x25fa0c,_0xc13a06[_0x5982f5(0x221)],_0x1dbd43));}_0xc13a06['instance']=_0x41dfea,await this[_0x5982f5(0x273)](_0x41dfea,_0x250719,_0x25fa0c,_0xc13a06);}[a70_0x30be63(0x22b)](_0x1e2266,_0xfa85ea,_0x1b12ad={}){const _0x145573=a70_0x30be63,_0x31d749={};_0x31d749['fbpIM']=function(_0x26f76c,_0xe52ecb){return _0x26f76c===_0xe52ecb;},_0x31d749[_0x145573(0x222)]=function(_0x48c3dc,_0x54e5d2){return _0x48c3dc===_0x54e5d2;};const _0x17d263=_0x31d749;let _0x40ca6f=null;return(_0x17d263['fbpIM'](_0x1e2266,TestFrameworkState['INIT_TEST'])||_0x17d263[_0x145573(0x222)](_0x1e2266,TestFrameworkState[_0x145573(0x258)]))&&this['trackCucumberInstance'](_0x1e2266,_0x1b12ad),_0x40ca6f=TestFramework[_0x145573(0x20f)](),_0x40ca6f;}[a70_0x30be63(0x271)](_0x19ff8b,_0x18ea78){const _0x5916bd=a70_0x30be63,_0x1e5381=CLIUtils[_0x5916bd(0x237)](),_0x35d563=TrackedInstance[_0x5916bd(0x1b6)](_0x1e5381);let _0x2eedb2=null;logger[_0x5916bd(0x24b)](_0x5916bd(0x21f)+_0x1e5381+',\x20state='+_0x19ff8b),_0x2eedb2=new TestFrameworkInstance(_0x35d563,this[_0x5916bd(0x210)](),this[_0x5916bd(0x241)](),_0x19ff8b,HookState[_0x5916bd(0x258)]),TestFramework[_0x5916bd(0x1e0)](_0x35d563,_0x2eedb2),logger[_0x5916bd(0x24b)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0x35d563[_0x5916bd(0x1c0)]()+'\x20target='+_0x1e5381);}['parseCucumberTest'](_0xfa9cf){const _0x146e93=a70_0x30be63,_0x59f85a={};_0x59f85a[_0x146e93(0x1be)]=_0x146e93(0x1b7);const _0xe81d03=_0x59f85a,{testUUID:_0x54aec2,testData:_0x26f1bf}=_0xfa9cf;if(!_0x26f1bf||!_0x26f1bf[_0x146e93(0x21b)])return logger['debug'](_0xe81d03['uMlhC']),{};const _0x28657e=_0x54aec2,_0x4a4a70=_0x26f1bf[_0x146e93(0x21b)],_0x361de1=this[_0x146e93(0x210)]()[0x0],_0x2165cf=this[_0x146e93(0x241)](),_0x24a2a4={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x361de1,[TestFrameworkConstants[_0x146e93(0x21e)]]:_0x2165cf[_0x361de1],[TestFrameworkConstants[_0x146e93(0x20c)]]:[],[TestFrameworkConstants[_0x146e93(0x1b1)]]:{},[TestFrameworkConstants[_0x146e93(0x22f)]]:{},[TestFrameworkConstants[_0x146e93(0x21c)]]:_0x28657e,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x146e93(0x1cf)],[TestFrameworkConstants[_0x146e93(0x1e6)]]:_0x26f1bf[_0x146e93(0x1c9)]||'',[TestFrameworkConstants[_0x146e93(0x1f0)]]:_0x26f1bf[_0x146e93(0x1d1)]||'',[TestFrameworkConstants[_0x146e93(0x1fd)]]:_0x4a4a70,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x26f1bf['name']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x26f1bf['location']||'',[TestFrameworkConstants[_0x146e93(0x1c5)]]:_0x26f1bf[_0x146e93(0x226)]?.['code']||null,[TestFrameworkConstants[_0x146e93(0x25b)]]:_0x26f1bf[_0x146e93(0x233)]||[],[TestFrameworkConstants[_0x146e93(0x261)]]:_0x26f1bf[_0x146e93(0x27b)]||new Date()[_0x146e93(0x1db)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x26f1bf[_0x146e93(0x1ed)]?.[0x0]||'',[TestFrameworkConstants[_0x146e93(0x223)]]:_0x26f1bf[_0x146e93(0x1ed)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x26f1bf['customRerunParam']?.[_0x146e93(0x24f)]||_0x26f1bf[_0x146e93(0x1c9)]||'',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x146e93(0x275)]]:_0x26f1bf[_0x146e93(0x229)]||{}};TestInfo['setTestDetails'](_0x4a4a70,_0x24a2a4),logger['debug'](_0x146e93(0x277)+_0x26f1bf[_0x146e93(0x1c9)]+'\x20with\x20UUID:\x20'+_0x28657e);const _0x127706={};return _0x127706[_0x4a4a70]=_0x24a2a4,_0x127706;}[a70_0x30be63(0x254)](_0x3bfa70){const _0x2a7861=a70_0x30be63,_0xeb669f={'JoDbM':_0x2a7861(0x1e2),'QMTnn':_0x2a7861(0x1c7),'qUmjj':function(_0x59a74f,_0x2cc389){return _0x59a74f===_0x2cc389;},'khsok':_0x2a7861(0x249),'jfqri':'UnhandledError','oLENx':function(_0x3e3488,_0x54a083,_0x5ad6c5){return _0x3e3488(_0x54a083,_0x5ad6c5);},'gAUgX':function(_0x111e3d,_0x597edc){return _0x111e3d>_0x597edc;}},{testUUID:_0x458e96,testData:_0x1cc55b}=_0x3bfa70;if(!_0x1cc55b||!_0x1cc55b[_0x2a7861(0x21b)])return logger[_0x2a7861(0x24b)](_0xeb669f[_0x2a7861(0x242)]),{};const _0xff08c6=this[_0x2a7861(0x22b)](TestFrameworkState[_0x2a7861(0x1cb)],HookState['POST']),_0x15ba2a=_0x1cc55b['uuid'],_0x343aba=TestInfo[_0x2a7861(0x1e9)](_0x15ba2a)||{},_0x367e16=_0x343aba?_0x343aba[TestFrameworkConstants[_0x2a7861(0x200)]]||{}:{},_0x240152={..._0x343aba,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1cc55b[_0x2a7861(0x1e3)]||_0xeb669f[_0x2a7861(0x23c)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1cc55b[_0x2a7861(0x230)]||new Date()[_0x2a7861(0x1db)](),[TestFrameworkConstants[_0x2a7861(0x26f)]]:new Date()[_0x2a7861(0x1db)](),[TestFrameworkConstants[_0x2a7861(0x200)]]:_0x367e16,[TestFrameworkConstants[_0x2a7861(0x1f9)]]:[],[TestFrameworkConstants[_0x2a7861(0x275)]]:_0x1cc55b[_0x2a7861(0x229)]||{}};_0xeb669f['qUmjj'](_0x1cc55b['result'],_0xeb669f[_0x2a7861(0x211)])&&_0x1cc55b[_0x2a7861(0x266)]&&(_0x240152[TestFrameworkConstants[_0x2a7861(0x26b)]]=_0x1cc55b[_0x2a7861(0x248)]||_0xeb669f[_0x2a7861(0x228)],_0x240152[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x1cc55b[_0x2a7861(0x272)]||'',_0x240152[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x1cc55b[_0x2a7861(0x266)]);const _0x694ab8=TestInfo[_0x2a7861(0x1e9)](_0x15ba2a)[TestFrameworkConstants[_0x2a7861(0x1bd)]]||{},_0x111403=_0xeb669f[_0x2a7861(0x1d2)](getManualUploadLogs,_0x694ab8,_0xff08c6['getAllData']()[_0x2a7861(0x251)](_0x15ba2a)[TestFrameworkConstants[_0x2a7861(0x21c)]]);if(_0xeb669f[_0x2a7861(0x1c6)](_0x111403[_0x2a7861(0x221)],0x0)){const _0xf852ec=_0x240152[TestFrameworkConstants[_0x2a7861(0x1f9)]]||[];_0x240152[TestFrameworkConstants[_0x2a7861(0x1f9)]]=[..._0xf852ec,..._0x111403];}_0x1cc55b[_0x2a7861(0x1f1)]&&_0xeb669f[_0x2a7861(0x1c6)](_0x1cc55b['hooks'][_0x2a7861(0x221)],0x0)&&(_0x240152[TestFrameworkConstants[_0x2a7861(0x1b1)]]=_0x1cc55b[_0x2a7861(0x1f1)]);TestInfo['setTestDetails'](_0x15ba2a,_0x240152),logger[_0x2a7861(0x24b)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x1cc55b[_0x2a7861(0x1c9)]+_0x2a7861(0x1bb)+_0x1cc55b[_0x2a7861(0x1e3)]);const _0x2fa3fa={};return _0x2fa3fa[_0x15ba2a]=_0x240152,_0x2fa3fa;}async[a70_0x30be63(0x201)](_0x5c0b62,_0x5b1962,_0x53e8d0,_0x5b12a6){const _0x5da13d=a70_0x30be63,_0x4f9606={'BiARM':_0x5da13d(0x276),'aFTIx':function(_0x17496c){return _0x17496c();},'QGkoI':function(_0x5a1596,_0x360b88){return _0x5a1596 in _0x360b88;},'gBcbH':function(_0x5af996,_0x378a5d){return _0x5af996===_0x378a5d;},'oTuVI':function(_0x14525a,_0x938e3c){return _0x14525a>_0x938e3c;},'QiqYt':function(_0x55e578,_0xa836ff){return _0x55e578===_0xa836ff;},'yeCVH':_0x5da13d(0x249),'lrwtY':'UnhandledError','jSmyC':_0x5da13d(0x252),'ImMnl':function(_0x53e127,_0x13a6f2){return _0x53e127!==_0x13a6f2;}},{hookData:_0x1389c5}=_0x5b12a6;if(!_0x1389c5)return logger[_0x5da13d(0x24b)](_0x4f9606[_0x5da13d(0x1da)]),{};const _0x416ce5=_0x1389c5['uuid']||_0x4f9606['aFTIx'](uuidv4),_0x25a591=_0x1389c5[_0x5da13d(0x278)],_0x344d2a=_0x5b1962[_0x5da13d(0x1f4)]()[_0x5da13d(0x240)]('.')[0x1],_0x5d12e9=TestInfo[_0x5da13d(0x1e9)](_0x25a591)[TestFrameworkConstants[_0x5da13d(0x200)]]||{},_0x13d5cf=_0x5c0b62[_0x5da13d(0x1d9)]()[_0x5da13d(0x251)](_0x25a591);if(!_0x13d5cf)return logger[_0x5da13d(0x24b)](_0x5da13d(0x255)+_0x25a591+',\x20storing\x20as\x20pending\x20hook'),this[_0x5da13d(0x1d3)](_0x5c0b62,_0x25a591,_0x5b1962,_0x53e8d0,_0x5b12a6),{};let _0x5a3ca7=_0x13d5cf[TestFrameworkConstants[_0x5da13d(0x22f)]];!_0x5a3ca7&&(_0x5a3ca7={});!_0x4f9606[_0x5da13d(0x224)](_0x344d2a,_0x5a3ca7)&&(_0x5a3ca7[_0x344d2a]=[]);let _0x3de2aa=_0x13d5cf[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x3de2aa&&(_0x3de2aa={});!_0x4f9606[_0x5da13d(0x224)](_0x344d2a,_0x3de2aa)&&(_0x3de2aa[_0x344d2a]=[]);const _0x4c7cc0={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x5a3ca7,[TestFrameworkConstants[_0x5da13d(0x1b1)]]:_0x3de2aa},_0x1ddb23={};_0x1ddb23[_0x25a591]=_0x4c7cc0;const _0x38c65f=_0x1ddb23;if(_0x4f9606['gBcbH'](_0x53e8d0,HookState[_0x5da13d(0x1ea)])){const _0x4459cb={[TestFrameworkConstants[_0x5da13d(0x264)]]:_0x416ce5,[TestFrameworkConstants[_0x5da13d(0x1fc)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x5da13d(0x25c)]]:_0x1389c5['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x5da13d(0x259)]]:_0x1389c5[_0x5da13d(0x1b5)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5d12e9};_0x4459cb[_0x5da13d(0x204)]=_0x344d2a;const _0x1fddb1=_0x4459cb;_0x5a3ca7[_0x344d2a][_0x5da13d(0x247)](_0x1fddb1),_0x38c65f[_0x25a591][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x344d2a,logger[_0x5da13d(0x24b)](_0x5da13d(0x257)+_0x344d2a+'\x20&\x20hook\x20=\x20'+_0x1fddb1+_0x5da13d(0x246)+_0x5b12a6);}else{if(_0x4f9606[_0x5da13d(0x238)](_0x53e8d0,HookState[_0x5da13d(0x206)])){const _0x2149c0=_0x1389c5['result'],_0x237e0f=_0x5a3ca7[_0x344d2a]||[];logger[_0x5da13d(0x24b)](_0x5da13d(0x1ce)+_0x237e0f+_0x5da13d(0x25e)+_0x5b12a6);if(_0x4f9606['oTuVI'](_0x237e0f[_0x5da13d(0x221)],0x0)){const _0x5ac099=_0x237e0f[_0x5da13d(0x202)]();_0x4f9606['QiqYt'](_0x1389c5['result'],_0x4f9606[_0x5da13d(0x23a)])&&_0x1389c5['failure_data']?(_0x5ac099[TestFrameworkConstants[_0x5da13d(0x1b3)]]=_0x1389c5[_0x5da13d(0x248)]||_0x4f9606[_0x5da13d(0x22d)],_0x5ac099[TestFrameworkConstants[_0x5da13d(0x1f3)]]=_0x1389c5['failure_reason']||'',_0x5ac099[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x1389c5[_0x5da13d(0x22a)]):_0x5ac099[TestFrameworkConstants[_0x5da13d(0x1fc)]]=_0x4f9606[_0x5da13d(0x265)];_0x4f9606[_0x5da13d(0x1d0)](_0x2149c0,TestFrameworkConstants[_0x5da13d(0x25a)])&&(_0x5ac099[TestFrameworkConstants[_0x5da13d(0x1fc)]]=_0x2149c0);_0x5ac099[TestFrameworkConstants[_0x5da13d(0x27a)]]=_0x1389c5[_0x5da13d(0x21a)]||new Date()['toISOString'](),_0x5ac099[TestFrameworkConstants[_0x5da13d(0x200)]]=_0x5d12e9;const _0x3f2a48=_0x5ac099[TestFrameworkConstants['KEY_HOOK_ID']];!_0x3de2aa[_0x344d2a]&&(_0x3de2aa[_0x344d2a]=[]),_0x3de2aa[_0x344d2a][_0x5da13d(0x247)](_0x5ac099),_0x38c65f[_0x25a591][TestFrameworkConstants[_0x5da13d(0x239)]]=_0x344d2a;}}}return logger['debug'](_0x5da13d(0x1ff)+_0x1389c5[_0x5da13d(0x1b5)]+_0x5da13d(0x1eb)+_0x416ce5+_0x5da13d(0x1ae)+_0x25a591),_0x38c65f;}[a70_0x30be63(0x1ec)](_0x321ed){const _0x2d7a46=a70_0x30be63,_0x39d750={};_0x39d750[_0x2d7a46(0x1b2)]=_0x2d7a46(0x236);const _0x9ec005=_0x39d750;try{const _0x5ae240=_0x321ed[_0x2d7a46(0x1ba)]?_0x321ed[_0x2d7a46(0x1ba)]['id']:_0x321ed[_0x2d7a46(0x270)][_0x2d7a46(0x278)],_0x150af4=_0x321ed['instance'],_0x306182=_0x150af4[_0x2d7a46(0x209)](),_0x308af0=_0x150af4[_0x2d7a46(0x1d9)]()['get'](_0x5ae240);if(!_0x308af0)return logger[_0x2d7a46(0x24b)](_0x2d7a46(0x244)+_0x5ae240),{};logger[_0x2d7a46(0x24b)](_0x2d7a46(0x1f7)+_0x5ae240);const {[TestFrameworkConstants[_0x2d7a46(0x1d5)]]:_0x26b15c='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2efaef='',[TestFrameworkConstants[_0x2d7a46(0x261)]]:_0x2ffe7e='',[TestFrameworkConstants[_0x2d7a46(0x227)]]:_0x56f403=''}=_0x308af0,_0x1ba085=_0x150af4[_0x2d7a46(0x1dd)]()['toString']()[_0x2d7a46(0x240)]('.')[0x1],_0x23467d=_0x150af4[_0x2d7a46(0x1d4)]()[_0x2d7a46(0x1f4)]()[_0x2d7a46(0x240)]('.')[0x1],_0x4c6e5f=global?.['__workerDetails']?.[_0x2d7a46(0x245)]?.[_0x2d7a46(0x1dc)],_0x1cc1c2=_0x150af4[_0x2d7a46(0x1c1)](),_0xf7eb62=Buffer[_0x2d7a46(0x220)](JSON[_0x2d7a46(0x225)](_0x308af0))[_0x2d7a46(0x1f4)](_0x9ec005[_0x2d7a46(0x1b2)]),_0x47d8b2={'hash':_0x306182[_0x2d7a46(0x1c0)](),'threadId':_0x306182[_0x2d7a46(0x1fb)]()['toString'](),'processId':_0x306182['getProcessId']()[_0x2d7a46(0x1f4)]()},_0x5a2e6d={};_0x5a2e6d[_0x2d7a46(0x205)]=_0x4c6e5f,_0x5a2e6d[_0x2d7a46(0x23d)]=_0x26b15c,_0x5a2e6d[_0x2d7a46(0x243)]=_0x2efaef,_0x5a2e6d[_0x2d7a46(0x23e)]=_0x1ba085,_0x5a2e6d[_0x2d7a46(0x1d6)]=_0x23467d,_0x5a2e6d[_0x2d7a46(0x27b)]=_0x2ffe7e,_0x5a2e6d[_0x2d7a46(0x1f6)]=_0x56f403,_0x5a2e6d[_0x2d7a46(0x21b)]=_0x1cc1c2,_0x5a2e6d['eventJson']=_0xf7eb62,_0x5a2e6d[_0x2d7a46(0x1fa)]=_0x47d8b2;const _0x3a4e4c=_0x5a2e6d;return logger[_0x2d7a46(0x24b)](_0x2d7a46(0x1de)+_0x5ae240+_0x2d7a46(0x1e5)+_0x1ba085+'\x20hookState:\x20'+_0x23467d),_0x3a4e4c;}catch(_0x527846){return logger['error'](_0x2d7a46(0x1d8)+util['format'](_0x527846)),{};}}async[a70_0x30be63(0x213)](_0x50826d,_0xae0254,_0x261cf7){const _0x45da3d=a70_0x30be63,_0xd560a2={'MDjaJ':function(_0x4c4a80,_0x2aae60,_0x1603e6){return _0x4c4a80(_0x2aae60,_0x1603e6);},'Gvsxz':function(_0x4c7c2d,_0x17be25){return _0x4c7c2d===_0x17be25;},'gFBzD':_0x45da3d(0x1e4),'kSXGz':function(_0x5d03df,_0x4cc546){return _0x5d03df/_0x4cc546;},'GHLre':function(_0x4c862c,_0x247686){return _0x4c862c<_0x247686;},'EwUiE':function(_0x1f3f02,_0x43f229){return _0x1f3f02*_0x43f229;},'fAMTh':function(_0x28fdd2,_0x4b85ee){return _0x28fdd2+_0x4b85ee;},'lsTBh':function(_0x5437dc,_0x47a2cf){return _0x5437dc+_0x47a2cf;},'ANnrE':_0x45da3d(0x1bf)};try{const _0x3724e5=_0x261cf7[_0x45da3d(0x219)],_0x548e7a=_0x50826d['getAllData']()['get'](_0x3724e5),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x30b4f6='',[TestFrameworkConstants[_0x45da3d(0x21e)]]:_0x37ae59=''}=_0x548e7a,_0x464ea0=TestInfo[_0x45da3d(0x274)](_0x3724e5),_0x2e570b=TestInfo[_0x45da3d(0x1e9)](_0x3724e5)[TestFrameworkConstants[_0x45da3d(0x1bd)]]||{},_0x560539=_0xd560a2['MDjaJ'](getMediaArtifactsLogs,_0x2e570b,_0x50826d[_0x45da3d(0x1d9)]()[_0x45da3d(0x251)](_0x3724e5)[TestFrameworkConstants[_0x45da3d(0x21c)]]),_0xdf26df=(_0x464ea0||[])[_0x45da3d(0x24c)](_0x560539||[]);if(!_0xdf26df||_0xd560a2['Gvsxz'](_0xdf26df['length'],0x0)){logger[_0x45da3d(0x24b)](_0xd560a2['gFBzD']);return;}const _0x32a146=0x28,_0x2ae740=Math[_0x45da3d(0x22c)](_0xd560a2['kSXGz'](_0xdf26df['length'],_0x32a146));for(let _0x561253=0x0;_0xd560a2[_0x45da3d(0x1b9)](_0x561253,_0x2ae740);_0x561253++){const _0x2c5af9=_0xd560a2[_0x45da3d(0x26e)](_0x561253,_0x32a146),_0x21d0d2=_0xd560a2[_0x45da3d(0x217)](_0x2c5af9,_0x32a146),_0x5658a5=_0xdf26df[_0x45da3d(0x1af)](_0x2c5af9,_0x21d0d2),_0xaac7c3={'platformIndex':'0','logs':_0x5658a5,'testFrameworkName':_0x30b4f6,'testFrameworkVersion':_0x37ae59,'testFrameworkState':_0xae0254[_0x45da3d(0x1f4)]()[_0x45da3d(0x240)]('.')[0x1]};logger['debug'](_0x45da3d(0x216)+_0x3724e5+_0x45da3d(0x26d)+_0xd560a2[_0x45da3d(0x217)](_0x561253,0x1)+'/'+_0x2ae740+_0x45da3d(0x253)+util[_0x45da3d(0x21d)](_0xaac7c3));const _0x4d54ae=await GrpcClient[_0x45da3d(0x279)]()[_0x45da3d(0x1f5)](_0xaac7c3);logger['debug'](_0x45da3d(0x216)+_0x3724e5+'\x20batch\x20'+_0xd560a2[_0x45da3d(0x1e8)](_0x561253,0x1)+'/'+_0x2ae740+_0x45da3d(0x1cc)+util['inspect'](_0x4d54ae));}}catch(_0x161ff9){logger['error'](_0x45da3d(0x23b)+util[_0x45da3d(0x232)](_0x161ff9));}logger[_0x45da3d(0x24b)](_0xd560a2[_0x45da3d(0x269)]);}[a70_0x30be63(0x1d3)](_0x4dc2a9,_0x10dcb3,_0x3c2be0,_0x37142c,_0x125fc5){const _0x593933=a70_0x30be63,_0x472583={'testId':_0x10dcb3,'testFrameworkState':_0x3c2be0,'hookState':_0x37142c,'args':_0x125fc5,'timestamp':new Date()[_0x593933(0x1db)]()};_0x4dc2a9[_0x593933(0x256)](_0x10dcb3,_0x472583),logger[_0x593933(0x24b)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x10dcb3+',\x20state:\x20'+_0x3c2be0+_0x593933(0x1fe)+_0x37142c);}async['processPendingHooks'](_0xcd1349,_0x518d69){const _0x314ebb=a70_0x30be63,_0x59ac0d={};_0x59ac0d[_0x314ebb(0x1c3)]=function(_0x27a4bb,_0x1064b8){return _0x27a4bb>_0x1064b8;};const _0x279079=_0x59ac0d;if(!_0xcd1349[_0x314ebb(0x234)](_0x518d69))return;const _0x104f22=_0xcd1349[_0x314ebb(0x1b8)](_0x518d69);logger[_0x314ebb(0x24b)](_0x314ebb(0x1c2)+_0x104f22[_0x314ebb(0x221)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x518d69);for(const _0x5263ef of _0x104f22){try{const _0x1e05ea=await this['trackHookEvent'](_0xcd1349,_0x5263ef[_0x314ebb(0x23e)],_0x5263ef['hookState'],_0x5263ef[_0x314ebb(0x1e7)]);_0x1e05ea&&_0x279079[_0x314ebb(0x1c3)](Object[_0x314ebb(0x1c4)](_0x1e05ea)[_0x314ebb(0x221)],0x0)&&_0xcd1349[_0x314ebb(0x1cd)](_0x1e05ea),await this['runHooks'](_0xcd1349,_0x5263ef[_0x314ebb(0x23e)],_0x5263ef[_0x314ebb(0x1d6)],_0x5263ef['args']);}catch(_0x11c9e9){logger[_0x314ebb(0x1b0)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x518d69+_0x314ebb(0x207)+_0x11c9e9);}}_0xcd1349[_0x314ebb(0x208)](_0x518d69),logger[_0x314ebb(0x24b)](_0x314ebb(0x1f2)+_0x518d69);}}function a70_0x2753(_0x505ebb,_0x325380){const _0x2396c9=a70_0x2396();return a70_0x2753=function(_0x27538f,_0xc66dec){_0x27538f=_0x27538f-0x1ae;let _0x290d24=_0x2396c9[_0x27538f];return _0x290d24;},a70_0x2753(_0x505ebb,_0x325380);}module[a70_0x30be63(0x262)]=CucumberTestFramework;function a70_0x2396(){const _0x9cc4bd=['KEY_TEST_RESULT_AT','hookData','trackCucumberInstance','failure_reason','runHooks','readLogObjects','KEY_TEST_META','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','Parsed\x20cucumber\x20test:\x20','test_run_id','getInstance','KEY_EVENT_ENDED_AT','startedAt','trzDA','\x20for\x20test:\x20','slice','error','KEY_HOOKS_FINISHED','UfpgM','KEY_HOOK_FAILURE_TYPE','matchHookRegex','hook_type','createContext','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','getPendingHooks','GHLre','test','\x20with\x20result:\x20','FkNdt','KEY_TEST_ATTACHMENTS','uMlhC','Cucumber\x20log\x20created\x20event','getId','getRef','Processing\x20','ZBjGc','keys','KEY_TEST_CODE','gAUgX','unknown','2144466FOSSHU','name','trackEvent','TEST','\x20response=','addMultipleEntries','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','DEFAULT_TEST_RESULT','ImMnl','file_name','oLENx','storePendingHook','getCurrentHookState','KEY_TEST_FRAMEWORK_NAME','hookState','../../../helpers/helper.js','Error\x20in\x20createTestFrameworkEventPayload:\x20','getAllData','BiARM','toISOString','parallelIndex','getCurrentTestState','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','../instances/testFrameworkInstance.js','setTrackedInstance','kOPoJ','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','result','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','\x20testState:\x20','KEY_AUTOMATE_SESSION_NAME','args','lsTBh','getTestDetails','PRE','\x20with\x20id\x20','createTestFrameworkEventPayload','scopes','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','12FgqhOi','KEY_TEST_FILE_PATH','hooks','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_FAILURE_REASON','toString','logCreatedEvent','endedAt','createTestFrameworkEventPayload\x20testId:\x20','../state/testFrameworkState.js','KEY_LOGS','executionContext','getThreadId','KEY_HOOK_RESULT','KEY_TEST_ID',',\x20hookState:\x20','Tracked\x20cucumber\x20hook\x20event:\x20','KEY_CUSTOM_TAGS','trackHookEvent','pop','1517417ydAxDT','key','platformIndex','POST',',\x20error:\x20','removePendingHooks','getContext','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','aEGJw','KEY_TEST_LOGS','processPendingHooks','LOG_REPORT','getTrackedInstance','getTestFrameworks','khsok','32814dXsBLg','sendLogCreatedEvent','27302ZDhAUO','7DgShAH','sendLogCreatedEvent:\x20for\x20testId:\x20','fAMTh','rTGNA','testUUID','finished_at','uuid','KEY_TEST_UUID','inspect','KEY_TEST_FRAMEWORK_VERSION','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','from','length','tsRkw','KEY_TEST_SCOPES','QGkoI','stringify','body','KEY_TEST_ENDED_AT','jfqri','meta','failure_data','resolveInstance','ceil','lrwtY','../TestInfo.js','KEY_HOOKS_STARTED','finishedAt','342776mnRSlX','format','tags','hasPendingHooks','217096bnTfqE','base64','getCurrentInstanceName','gBcbH','KEY_HOOK_LAST_FINISHED','yeCVH','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','QMTnn','testFrameworkName','testFrameworkState','5ZZzNWv','split','getTestFrameworksVersions','JoDbM','testFrameworkVersion','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','workerInfo','\x20\x20and\x20args\x20=\x20','push','failure_type','failed','getTestUUID','debug','concat','parseCucumberTest','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','rerun_name','./testFramework','get','passed','\x20payload=','parseCucumberTestResult','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','addPendingHook','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','NONE','KEY_HOOK_NAME','DEFAULT_HOOK_RESULT','KEY_TEST_TAGS','KEY_EVENT_STARTED_AT','459060rctXoP','\x20and\x20args\x20=\x20','util','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_STARTED_AT','exports','10zHxXyU','KEY_HOOK_ID','jSmyC','failure','testData','../state/hookState.js','ANnrE','\x20&\x20hookState=','KEY_TEST_FAILURE_TYPE','105yJdHyd','\x20batch\x20','EwUiE'];a70_0x2396=function(){return _0x9cc4bd;};return a70_0x2396();}
|
|
1
|
+
const a70_0x33e8ae=a70_0x1b75;(function(_0x4d52d2,_0x2b8939){const _0x11c047=a70_0x1b75,_0x1f5395=_0x4d52d2();while(!![]){try{const _0x37f690=-parseInt(_0x11c047(0xa1))/0x1+parseInt(_0x11c047(0x93))/0x2*(-parseInt(_0x11c047(0xbe))/0x3)+parseInt(_0x11c047(0xf1))/0x4*(-parseInt(_0x11c047(0xa4))/0x5)+-parseInt(_0x11c047(0xd0))/0x6+parseInt(_0x11c047(0x8c))/0x7*(parseInt(_0x11c047(0x150))/0x8)+parseInt(_0x11c047(0x10b))/0x9*(parseInt(_0x11c047(0x147))/0xa)+parseInt(_0x11c047(0x102))/0xb;if(_0x37f690===_0x2b8939)break;else _0x1f5395['push'](_0x1f5395['shift']());}catch(_0x56767b){_0x1f5395['push'](_0x1f5395['shift']());}}}(a70_0x2697,0xb88fe));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x33e8ae(0xe8)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x33e8ae(0x81)),TestFrameworkInstance=require(a70_0x33e8ae(0x80)),CLIUtils=require(a70_0x33e8ae(0xa9)),TrackedInstance=require(a70_0x33e8ae(0xb0)),TestFrameworkConstants=require(a70_0x33e8ae(0x9c)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x33e8ae(0xf7)),logger=createClassLogger(a70_0x33e8ae(0xe0)),{v4:uuidv4}=require(a70_0x33e8ae(0xbd)),util=require('util'),TestInfo=require(a70_0x33e8ae(0x89)),GrpcClient=require(a70_0x33e8ae(0xc0));class CucumberTestFramework extends TestFramework{constructor(_0x31b77e,_0x57f2b4,_0x49b966){super(_0x31b77e,_0x57f2b4,_0x49b966);}async[a70_0x33e8ae(0x9e)](_0x25a718,_0x333079,_0x5f4ebb={}){const _0x408d8c=a70_0x33e8ae,_0x56ca5d={};_0x56ca5d[_0x408d8c(0x82)]='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x56ca5d[_0x408d8c(0x98)]=function(_0x171984,_0x691eab){return _0x171984===_0x691eab;},_0x56ca5d[_0x408d8c(0x103)]=_0x408d8c(0xce);const _0x32e4ab=_0x56ca5d;await super[_0x408d8c(0x9e)](_0x25a718,_0x333079,_0x5f4ebb);const _0x5d10d0=this[_0x408d8c(0x13a)](_0x25a718,_0x333079,_0x5f4ebb);if(!_0x5d10d0){logger['debug'](_0x32e4ab[_0x408d8c(0x82)]);return;}try{let _0x1de961,_0x582eae;switch(_0x25a718){case TestFrameworkState[_0x408d8c(0xf0)]:_0x1de961=_0x5f4ebb['test'],_0x582eae=TestInfo[_0x408d8c(0xc8)](_0x1de961['id']);if(_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState[_0x408d8c(0x13c)])){logger['debug'](_0x408d8c(0x149)+_0x1de961['id']);const _0x1e623d={};_0x1e623d[_0x408d8c(0xc2)]=_0x582eae,_0x1e623d[_0x408d8c(0x12e)]=_0x1de961,_0x5d10d0[_0x408d8c(0xc4)](this[_0x408d8c(0x11b)](_0x1e623d)),logger[_0x408d8c(0x124)](_0x408d8c(0xd1)+_0x1de961['id']),await this[_0x408d8c(0x14c)](_0x5d10d0,_0x1de961['id']);}else{if(_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState['POST'])){const _0x237349={};_0x237349[_0x408d8c(0xc2)]=_0x582eae,_0x237349[_0x408d8c(0x12e)]=_0x1de961,_0x5d10d0[_0x408d8c(0xc4)](this[_0x408d8c(0xb5)](_0x237349)),await this['processPendingHooks'](_0x5d10d0,_0x1de961['id']);}}break;case TestFrameworkState[_0x408d8c(0x141)]:_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState[_0x408d8c(0x99)])&&await this['sendLogCreatedEvent'](_0x5d10d0,_0x25a718,_0x5f4ebb);break;default:if(CLIUtils['matchHookRegex'](_0x25a718[_0x408d8c(0x151)]()[_0x408d8c(0x84)]('.')[0x1])){const _0x2a143c=await this[_0x408d8c(0x12d)](_0x5d10d0,_0x25a718,_0x333079,_0x5f4ebb);_0x5d10d0[_0x408d8c(0xc4)](_0x2a143c);}else logger[_0x408d8c(0x124)](_0x408d8c(0x119)+_0x25a718+_0x408d8c(0x9a)+_0x333079);break;}}catch(_0x303e7c){logger[_0x408d8c(0x139)](util['format'](_0x32e4ab[_0x408d8c(0x103)],_0x25a718,_0x333079,_0x5f4ebb['length'],_0x303e7c));}_0x5f4ebb['instance']=_0x5d10d0,await this[_0x408d8c(0xea)](_0x5d10d0,_0x25a718,_0x333079,_0x5f4ebb);}[a70_0x33e8ae(0x13a)](_0x12e2d8,_0x57b6b5,_0x56cd95={}){const _0x1b9f70=a70_0x33e8ae,_0x55f014={};_0x55f014['LvUHl']=function(_0x1e8847,_0x6bc0b3){return _0x1e8847===_0x6bc0b3;},_0x55f014['aWxqa']=function(_0x4d0321,_0x5c2535){return _0x4d0321===_0x5c2535;};const _0x1a73af=_0x55f014;let _0xb58558=null;return(_0x1a73af[_0x1b9f70(0x14f)](_0x12e2d8,TestFrameworkState[_0x1b9f70(0xde)])||_0x1a73af[_0x1b9f70(0xf3)](_0x12e2d8,TestFrameworkState[_0x1b9f70(0x109)]))&&this[_0x1b9f70(0xd5)](_0x12e2d8,_0x56cd95),_0xb58558=TestFramework[_0x1b9f70(0x9f)](),_0xb58558;}[a70_0x33e8ae(0xd5)](_0x48244e,_0x189623){const _0x1d3f7f=a70_0x33e8ae,_0x3904fe=CLIUtils['getCurrentInstanceName'](),_0x58f72c=TrackedInstance['createContext'](_0x3904fe);let _0x42f30a=null;logger[_0x1d3f7f(0x124)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x3904fe+_0x1d3f7f(0x129)+_0x48244e),_0x42f30a=new TestFrameworkInstance(_0x58f72c,this[_0x1d3f7f(0x121)](),this['getTestFrameworksVersions'](),_0x48244e,HookState['NONE']),TestFramework[_0x1d3f7f(0xb8)](_0x58f72c,_0x42f30a),logger['debug'](_0x1d3f7f(0x14b)+_0x58f72c[_0x1d3f7f(0x132)]()+_0x1d3f7f(0x90)+_0x3904fe);}[a70_0x33e8ae(0x11b)](_0x318000){const _0x2ccc94=a70_0x33e8ae,_0x48d489={};_0x48d489['nhKdL']=_0x2ccc94(0x138);const _0xcef6d=_0x48d489,{testUUID:_0x55ffbd,testData:_0x85c219}=_0x318000;if(!_0x85c219||!_0x85c219['uuid'])return logger[_0x2ccc94(0x124)](_0xcef6d[_0x2ccc94(0xeb)]),{};const _0x20e2b1=_0x55ffbd,_0x4eef19=_0x85c219[_0x2ccc94(0xbd)],_0x188e58=this['getTestFrameworks']()[0x0],_0x27b7e5=this['getTestFrameworksVersions'](),_0x101562={[TestFrameworkConstants[_0x2ccc94(0xa8)]]:_0x188e58,[TestFrameworkConstants[_0x2ccc94(0xd7)]]:_0x27b7e5[_0x188e58],[TestFrameworkConstants[_0x2ccc94(0xa7)]]:[],[TestFrameworkConstants[_0x2ccc94(0x8b)]]:{},[TestFrameworkConstants[_0x2ccc94(0x122)]]:{},[TestFrameworkConstants[_0x2ccc94(0xec)]]:_0x20e2b1,[TestFrameworkConstants[_0x2ccc94(0xfe)]]:TestFrameworkConstants[_0x2ccc94(0x12f)],[TestFrameworkConstants[_0x2ccc94(0x134)]]:_0x85c219['name']||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x85c219[_0x2ccc94(0xb1)]||'',[TestFrameworkConstants[_0x2ccc94(0x13f)]]:_0x4eef19,[TestFrameworkConstants[_0x2ccc94(0x106)]]:_0x85c219[_0x2ccc94(0xed)]||'',[TestFrameworkConstants[_0x2ccc94(0xd3)]]:_0x85c219[_0x2ccc94(0x131)]||'',[TestFrameworkConstants[_0x2ccc94(0x10d)]]:_0x85c219[_0x2ccc94(0xff)]?.[_0x2ccc94(0x7e)]||null,[TestFrameworkConstants[_0x2ccc94(0xf8)]]:_0x85c219[_0x2ccc94(0x13b)]||[],[TestFrameworkConstants[_0x2ccc94(0xf5)]]:_0x85c219[_0x2ccc94(0x111)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x2ccc94(0xdc)]]:_0x85c219[_0x2ccc94(0x11f)]?.[0x0]||'',[TestFrameworkConstants[_0x2ccc94(0xcc)]]:_0x85c219[_0x2ccc94(0x11f)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x85c219['customRerunParam']?.[_0x2ccc94(0xd8)]||_0x85c219[_0x2ccc94(0xed)]||'',[TestFrameworkConstants[_0x2ccc94(0x7f)]]:{},[TestFrameworkConstants[_0x2ccc94(0x126)]]:_0x85c219[_0x2ccc94(0xe2)]||{}};TestInfo[_0x2ccc94(0x107)](_0x4eef19,_0x101562),logger['debug'](_0x2ccc94(0x144)+_0x85c219[_0x2ccc94(0xed)]+_0x2ccc94(0xa3)+_0x20e2b1);const _0x11f31d={};return _0x11f31d[_0x4eef19]=_0x101562,_0x11f31d;}[a70_0x33e8ae(0xb5)](_0x68a7b3){const _0x32e341=a70_0x33e8ae,_0x1c6dd6={'LNWxK':_0x32e341(0x87),'ONSfS':_0x32e341(0xaa),'vBgAA':function(_0x3346eb,_0x4f3e0a){return _0x3346eb===_0x4f3e0a;},'oXRco':_0x32e341(0x125),'BGJkM':'UnhandledError','QgUKM':function(_0x5223db,_0x1207cf,_0x57977d){return _0x5223db(_0x1207cf,_0x57977d);},'JtQaB':function(_0x40a05a,_0x4e9918){return _0x40a05a>_0x4e9918;}},{testUUID:_0x795081,testData:_0x1d5251}=_0x68a7b3;if(!_0x1d5251||!_0x1d5251['uuid'])return logger['debug'](_0x1c6dd6[_0x32e341(0x118)]),{};const _0x17d8e3=this[_0x32e341(0x13a)](TestFrameworkState[_0x32e341(0xf0)],HookState['POST']),_0x5206cb=_0x1d5251[_0x32e341(0xbd)],_0x1e9746=TestInfo[_0x32e341(0xd4)](_0x5206cb)||{},_0x57c48d=_0x1e9746?_0x1e9746[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x508bb1={..._0x1e9746,[TestFrameworkConstants[_0x32e341(0xfe)]]:_0x1d5251[_0x32e341(0xfb)]||_0x1c6dd6[_0x32e341(0x86)],[TestFrameworkConstants[_0x32e341(0xc9)]]:_0x1d5251[_0x32e341(0x105)]||new Date()[_0x32e341(0xc1)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x32e341(0xc1)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x57c48d,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x32e341(0x126)]]:_0x1d5251['meta']||{}};_0x1c6dd6[_0x32e341(0xee)](_0x1d5251['result'],_0x1c6dd6['oXRco'])&&_0x1d5251['failure']&&(_0x508bb1[TestFrameworkConstants[_0x32e341(0xcf)]]=_0x1d5251['failure_type']||_0x1c6dd6[_0x32e341(0xfa)],_0x508bb1[TestFrameworkConstants[_0x32e341(0x143)]]=_0x1d5251['failure_reason']||'',_0x508bb1[TestFrameworkConstants[_0x32e341(0x91)]]=_0x1d5251[_0x32e341(0x130)]);const _0x5d0734=TestInfo[_0x32e341(0xd4)](_0x5206cb)[TestFrameworkConstants[_0x32e341(0x100)]]||{},_0x2efe71=_0x1c6dd6[_0x32e341(0x8a)](getManualUploadLogs,_0x5d0734,_0x17d8e3[_0x32e341(0x8f)]()[_0x32e341(0xca)](_0x5206cb)[TestFrameworkConstants[_0x32e341(0xec)]]);if(_0x1c6dd6[_0x32e341(0xba)](_0x2efe71[_0x32e341(0xe7)],0x0)){const _0x5567ca=_0x508bb1[TestFrameworkConstants[_0x32e341(0xa5)]]||[];_0x508bb1[TestFrameworkConstants['KEY_LOGS']]=[..._0x5567ca,..._0x2efe71];}_0x1d5251[_0x32e341(0x85)]&&_0x1c6dd6['JtQaB'](_0x1d5251[_0x32e341(0x85)]['length'],0x0)&&(_0x508bb1[TestFrameworkConstants[_0x32e341(0x8b)]]=_0x1d5251[_0x32e341(0x85)]);TestInfo[_0x32e341(0x107)](_0x5206cb,_0x508bb1),logger['debug'](_0x32e341(0xc5)+_0x1d5251[_0x32e341(0xed)]+_0x32e341(0x135)+_0x1d5251[_0x32e341(0xfb)]);const _0x520d69={};return _0x520d69[_0x5206cb]=_0x508bb1,_0x520d69;}async[a70_0x33e8ae(0x12d)](_0x3755ab,_0x27c913,_0x25ac5e,_0x1f27cc){const _0xb7484d=a70_0x33e8ae,_0x527236={'avosB':_0xb7484d(0xe6),'UXSvy':function(_0x21479b){return _0x21479b();},'wotyX':function(_0x247895,_0x216ef0){return _0x247895 in _0x216ef0;},'TbcbJ':function(_0xa5381d,_0x5bb23b){return _0xa5381d===_0x5bb23b;},'AjGAp':function(_0x134961,_0x5c0411){return _0x134961===_0x5c0411;},'YqeYr':function(_0x157962,_0x2d94bc){return _0x157962>_0x2d94bc;},'SiiJz':function(_0x494826,_0x20f69e){return _0x494826===_0x20f69e;},'Wxgkv':'failed','DruJc':_0xb7484d(0xa0),'ZyyZc':'passed','vEJbt':function(_0x16f50b,_0x71b428){return _0x16f50b!==_0x71b428;}},{hookData:_0x50547d}=_0x1f27cc;if(!_0x50547d)return logger[_0xb7484d(0x124)](_0x527236['avosB']),{};const _0x4067e5=_0x50547d[_0xb7484d(0xbd)]||_0x527236[_0xb7484d(0x92)](uuidv4),_0x358ce2=_0x50547d[_0xb7484d(0x10c)],_0x25c141=_0x27c913['toString']()[_0xb7484d(0x84)]('.')[0x1],_0xd0c3f2=TestInfo['getTestDetails'](_0x358ce2)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x3fcd7b=_0x3755ab[_0xb7484d(0x8f)]()[_0xb7484d(0xca)](_0x358ce2);if(!_0x3fcd7b)return logger['debug'](_0xb7484d(0xaf)+_0x358ce2+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x3755ab,_0x358ce2,_0x27c913,_0x25ac5e,_0x1f27cc),{};let _0x50f5f0=_0x3fcd7b[TestFrameworkConstants[_0xb7484d(0x122)]];!_0x50f5f0&&(_0x50f5f0={});!_0x527236[_0xb7484d(0x7d)](_0x25c141,_0x50f5f0)&&(_0x50f5f0[_0x25c141]=[]);let _0x5ba20e=_0x3fcd7b[TestFrameworkConstants[_0xb7484d(0x8b)]];!_0x5ba20e&&(_0x5ba20e={});!_0x527236[_0xb7484d(0x7d)](_0x25c141,_0x5ba20e)&&(_0x5ba20e[_0x25c141]=[]);const _0x46d649={[TestFrameworkConstants[_0xb7484d(0x122)]]:_0x50f5f0,[TestFrameworkConstants[_0xb7484d(0x8b)]]:_0x5ba20e},_0x3c3edf={};_0x3c3edf[_0x358ce2]=_0x46d649;const _0x5d1fea=_0x3c3edf;if(_0x527236[_0xb7484d(0x128)](_0x25ac5e,HookState['PRE'])){const _0x402734={[TestFrameworkConstants[_0xb7484d(0x94)]]:_0x4067e5,[TestFrameworkConstants[_0xb7484d(0xac)]]:TestFrameworkConstants[_0xb7484d(0xdd)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x50547d['started_at'],[TestFrameworkConstants[_0xb7484d(0xb3)]]:[],[TestFrameworkConstants[_0xb7484d(0x7b)]]:_0x50547d[_0xb7484d(0x7c)],[TestFrameworkConstants[_0xb7484d(0x7f)]]:_0xd0c3f2};_0x402734[_0xb7484d(0xb9)]=_0x25c141;const _0x598dc4=_0x402734;_0x50f5f0[_0x25c141][_0xb7484d(0x123)](_0x598dc4),_0x5d1fea[_0x358ce2][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x25c141,logger[_0xb7484d(0x124)](_0xb7484d(0xd9)+_0x25c141+_0xb7484d(0xcb)+_0x598dc4+_0xb7484d(0xdb)+_0x1f27cc);}else{if(_0x527236['AjGAp'](_0x25ac5e,HookState['POST'])){const _0x5ec482=_0x50547d[_0xb7484d(0xfb)],_0x2dabfa=_0x50f5f0[_0x25c141]||[];logger[_0xb7484d(0x124)](_0xb7484d(0x8d)+_0x2dabfa+_0xb7484d(0x11e)+_0x1f27cc);if(_0x527236[_0xb7484d(0xbb)](_0x2dabfa[_0xb7484d(0xe7)],0x0)){const _0x4409dd=_0x2dabfa[_0xb7484d(0xe1)]();_0x527236[_0xb7484d(0x101)](_0x50547d['result'],_0x527236['Wxgkv'])&&_0x50547d[_0xb7484d(0xf6)]?(_0x4409dd[TestFrameworkConstants[_0xb7484d(0x145)]]=_0x50547d[_0xb7484d(0x10f)]||_0x527236[_0xb7484d(0x9b)],_0x4409dd[TestFrameworkConstants[_0xb7484d(0xb7)]]=_0x50547d[_0xb7484d(0x11c)]||'',_0x4409dd[TestFrameworkConstants[_0xb7484d(0xef)]]=_0x50547d[_0xb7484d(0xf6)]):_0x4409dd[TestFrameworkConstants[_0xb7484d(0xac)]]=_0x527236[_0xb7484d(0x117)];_0x527236[_0xb7484d(0x13d)](_0x5ec482,TestFrameworkConstants[_0xb7484d(0xdd)])&&(_0x4409dd[TestFrameworkConstants[_0xb7484d(0xac)]]=_0x5ec482);_0x4409dd[TestFrameworkConstants[_0xb7484d(0x142)]]=_0x50547d[_0xb7484d(0x12c)]||new Date()[_0xb7484d(0xc1)](),_0x4409dd[TestFrameworkConstants[_0xb7484d(0x7f)]]=_0xd0c3f2;const _0x6dfd4a=_0x4409dd[TestFrameworkConstants[_0xb7484d(0x94)]];!_0x5ba20e[_0x25c141]&&(_0x5ba20e[_0x25c141]=[]),_0x5ba20e[_0x25c141][_0xb7484d(0x123)](_0x4409dd),_0x5d1fea[_0x358ce2][TestFrameworkConstants[_0xb7484d(0xe9)]]=_0x25c141;}}}return logger[_0xb7484d(0x124)](_0xb7484d(0xae)+_0x50547d[_0xb7484d(0x7c)]+_0xb7484d(0x136)+_0x4067e5+_0xb7484d(0x96)+_0x358ce2),_0x5d1fea;}[a70_0x33e8ae(0x14a)](_0x1b59ae){const _0x4c6883=a70_0x33e8ae,_0x5818c9={};_0x5818c9[_0x4c6883(0x113)]='base64';const _0x486e99=_0x5818c9;try{const _0x411c37=_0x1b59ae[_0x4c6883(0x12a)]?_0x1b59ae['test']['id']:_0x1b59ae[_0x4c6883(0xf9)][_0x4c6883(0x10c)],_0x7205ed=_0x1b59ae['instance'],_0x498e5c=_0x7205ed['getContext'](),_0x2c1f63=_0x7205ed[_0x4c6883(0x8f)]()[_0x4c6883(0xca)](_0x411c37);if(!_0x2c1f63)return logger[_0x4c6883(0x124)](_0x4c6883(0x137)+_0x411c37),{};logger[_0x4c6883(0x124)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x411c37);const {[TestFrameworkConstants[_0x4c6883(0xa8)]]:_0x359f34='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x333180='',[TestFrameworkConstants[_0x4c6883(0xf5)]]:_0x5a279b='',[TestFrameworkConstants[_0x4c6883(0xc9)]]:_0x20fb20=''}=_0x2c1f63,_0x40edb8=_0x7205ed[_0x4c6883(0xfd)]()['toString']()[_0x4c6883(0x84)]('.')[0x1],_0x1d086a=_0x7205ed['getCurrentHookState']()[_0x4c6883(0x151)]()[_0x4c6883(0x84)]('.')[0x1],_0x4f4a72=global?.['__workerDetails']?.[_0x4c6883(0x9d)]?.[_0x4c6883(0x11d)],_0x445982=_0x7205ed[_0x4c6883(0x14e)](),_0x3ff77a=Buffer[_0x4c6883(0x11a)](JSON[_0x4c6883(0xb4)](_0x2c1f63))[_0x4c6883(0x151)](_0x486e99[_0x4c6883(0x113)]),_0x2acbd0={'hash':_0x498e5c['getId'](),'threadId':_0x498e5c[_0x4c6883(0x13e)]()['toString'](),'processId':_0x498e5c[_0x4c6883(0xe4)]()[_0x4c6883(0x151)]()},_0x262db5={};_0x262db5[_0x4c6883(0x10a)]=_0x4f4a72,_0x262db5[_0x4c6883(0xd6)]=_0x359f34,_0x262db5[_0x4c6883(0xc3)]=_0x333180,_0x262db5[_0x4c6883(0xd2)]=_0x40edb8,_0x262db5[_0x4c6883(0xb2)]=_0x1d086a,_0x262db5[_0x4c6883(0x111)]=_0x5a279b,_0x262db5[_0x4c6883(0xbc)]=_0x20fb20,_0x262db5[_0x4c6883(0xbd)]=_0x445982,_0x262db5[_0x4c6883(0x120)]=_0x3ff77a,_0x262db5[_0x4c6883(0x108)]=_0x2acbd0;const _0x2d10a7=_0x262db5;return logger[_0x4c6883(0x124)](_0x4c6883(0x83)+_0x411c37+_0x4c6883(0x110)+_0x40edb8+_0x4c6883(0x104)+_0x1d086a),_0x2d10a7;}catch(_0x6123d4){return logger[_0x4c6883(0x139)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x4c6883(0x14d)](_0x6123d4)),{};}}async[a70_0x33e8ae(0xa2)](_0x18bd00,_0x215910,_0x552019){const _0x273742=a70_0x33e8ae,_0x876adb={'iusvo':function(_0x52d2ce,_0x42165c,_0x4a07d4){return _0x52d2ce(_0x42165c,_0x4a07d4);},'oMScY':function(_0x495ec4,_0x3466dc){return _0x495ec4===_0x3466dc;},'dUSqz':_0x273742(0xcd),'vzpkP':function(_0x144971,_0x3e8a49){return _0x144971/_0x3e8a49;},'FRRpL':function(_0x47a33d,_0x4ccb02){return _0x47a33d<_0x4ccb02;},'DFSmE':function(_0x5582c4,_0x19291f){return _0x5582c4*_0x19291f;},'gHSAY':function(_0x118e62,_0x535e68){return _0x118e62+_0x535e68;},'TjzPj':function(_0x3a4ab3,_0x627994){return _0x3a4ab3+_0x627994;},'TFHFL':'Cucumber\x20log\x20created\x20event'};try{const _0x11fc0=_0x552019[_0x273742(0xc2)],_0x37e8cd=_0x18bd00[_0x273742(0x8f)]()['get'](_0x11fc0),{[TestFrameworkConstants[_0x273742(0xa8)]]:_0x54149d='',[TestFrameworkConstants[_0x273742(0xd7)]]:_0x109d4a=''}=_0x37e8cd,_0x4ee869=TestInfo[_0x273742(0xe5)](_0x11fc0),_0x5bde7c=TestInfo[_0x273742(0xd4)](_0x11fc0)[TestFrameworkConstants[_0x273742(0x100)]]||{},_0x52a86d=_0x876adb[_0x273742(0xab)](getMediaArtifactsLogs,_0x5bde7c,_0x18bd00['getAllData']()[_0x273742(0xca)](_0x11fc0)[TestFrameworkConstants[_0x273742(0xec)]]),_0x256547=(_0x4ee869||[])[_0x273742(0xda)](_0x52a86d||[]);if(!_0x256547||_0x876adb['oMScY'](_0x256547[_0x273742(0xe7)],0x0)){logger[_0x273742(0x124)](_0x876adb[_0x273742(0x116)]);return;}const _0x23c94d=0x28,_0x4ec84b=Math[_0x273742(0x8e)](_0x876adb[_0x273742(0xc7)](_0x256547[_0x273742(0xe7)],_0x23c94d));for(let _0x2952ac=0x0;_0x876adb[_0x273742(0x10e)](_0x2952ac,_0x4ec84b);_0x2952ac++){const _0x6a6cb0=_0x876adb[_0x273742(0xdf)](_0x2952ac,_0x23c94d),_0x1d37fd=_0x876adb['gHSAY'](_0x6a6cb0,_0x23c94d),_0x3167e2=_0x256547['slice'](_0x6a6cb0,_0x1d37fd),_0x4b80eb={'platformIndex':'0','logs':_0x3167e2,'testFrameworkName':_0x54149d,'testFrameworkVersion':_0x109d4a,'testFrameworkState':_0x215910[_0x273742(0x151)]()[_0x273742(0x84)]('.')[0x1]};logger[_0x273742(0x124)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x11fc0+'\x20batch\x20'+_0x876adb['gHSAY'](_0x2952ac,0x1)+'/'+_0x4ec84b+_0x273742(0xf4)+util[_0x273742(0x88)](_0x4b80eb));const _0x1f19be=await GrpcClient[_0x273742(0xc6)]()[_0x273742(0xad)](_0x4b80eb);logger[_0x273742(0x124)](_0x273742(0x114)+_0x11fc0+'\x20batch\x20'+_0x876adb[_0x273742(0xfc)](_0x2952ac,0x1)+'/'+_0x4ec84b+_0x273742(0x115)+util[_0x273742(0x88)](_0x1f19be));}}catch(_0x443ed6){logger['error'](_0x273742(0x133)+util[_0x273742(0x14d)](_0x443ed6));}logger[_0x273742(0x124)](_0x876adb[_0x273742(0xbf)]);}[a70_0x33e8ae(0xf2)](_0x29e6b3,_0xa0246d,_0x3d9d7a,_0x52cd14,_0x551d06){const _0x1a1e68=a70_0x33e8ae,_0x56bcf8={'testId':_0xa0246d,'testFrameworkState':_0x3d9d7a,'hookState':_0x52cd14,'args':_0x551d06,'timestamp':new Date()[_0x1a1e68(0xc1)]()};_0x29e6b3['addPendingHook'](_0xa0246d,_0x56bcf8),logger[_0x1a1e68(0x124)](_0x1a1e68(0xb6)+_0xa0246d+_0x1a1e68(0x112)+_0x3d9d7a+_0x1a1e68(0x12b)+_0x52cd14);}async[a70_0x33e8ae(0x14c)](_0x447bde,_0xef2c27){const _0x4ef64b=a70_0x33e8ae,_0x356f7f={};_0x356f7f[_0x4ef64b(0x95)]=function(_0x133a9f,_0x2742b9){return _0x133a9f>_0x2742b9;};const _0x1c6b4f=_0x356f7f;if(!_0x447bde[_0x4ef64b(0x140)](_0xef2c27))return;const _0x5cb0cb=_0x447bde['getPendingHooks'](_0xef2c27);logger[_0x4ef64b(0x124)]('Processing\x20'+_0x5cb0cb['length']+_0x4ef64b(0xe3)+_0xef2c27);for(const _0x4a472f of _0x5cb0cb){try{const _0x1093f4=await this[_0x4ef64b(0x12d)](_0x447bde,_0x4a472f[_0x4ef64b(0xd2)],_0x4a472f[_0x4ef64b(0xb2)],_0x4a472f['args']);_0x1093f4&&_0x1c6b4f[_0x4ef64b(0x95)](Object['keys'](_0x1093f4)[_0x4ef64b(0xe7)],0x0)&&_0x447bde[_0x4ef64b(0xc4)](_0x1093f4),await this[_0x4ef64b(0xea)](_0x447bde,_0x4a472f[_0x4ef64b(0xd2)],_0x4a472f['hookState'],_0x4a472f[_0x4ef64b(0x127)]);}catch(_0x726ee7){logger[_0x4ef64b(0x139)](_0x4ef64b(0x97)+_0xef2c27+',\x20error:\x20'+_0x726ee7);}}_0x447bde[_0x4ef64b(0xa6)](_0xef2c27),logger[_0x4ef64b(0x124)](_0x4ef64b(0x148)+_0xef2c27);}}function a70_0x1b75(_0x3246f1,_0x5c3f54){const _0x269776=a70_0x2697();return a70_0x1b75=function(_0x1b75a8,_0x33353e){_0x1b75a8=_0x1b75a8-0x7b;let _0x1f1bf5=_0x269776[_0x1b75a8];return _0x1f1bf5;},a70_0x1b75(_0x3246f1,_0x5c3f54);}module[a70_0x33e8ae(0x146)]=CucumberTestFramework;function a70_0x2697(){const _0x551165=['KEY_TEST_FAILURE','UXSvy','3762nCufsL','KEY_HOOK_ID','jnwHb','\x20for\x20test:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','AFtcU','POST','\x20&\x20hookState=','DruJc','./constants/testFrameworkConstants.js','workerInfo','trackEvent','getTrackedInstance','UnhandledError','125661KxAXUW','sendLogCreatedEvent','\x20with\x20UUID:\x20','7486755GLDpta','KEY_LOGS','removePendingHooks','KEY_TEST_LOGS','KEY_TEST_FRAMEWORK_NAME','../cliUtils.js','unknown','iusvo','KEY_HOOK_RESULT','logCreatedEvent','Tracked\x20cucumber\x20hook\x20event:\x20','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','../instances/trackedInstance.js','file_name','hookState','KEY_HOOK_LOGS','stringify','parseCucumberTestResult','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_FAILURE_REASON','setTrackedInstance','key','JtQaB','YqeYr','endedAt','uuid','426nbjIen','TFHFL','../grpcClient','toISOString','testUUID','testFrameworkVersion','addMultipleEntries','Updated\x20cucumber\x20test\x20result:\x20','getInstance','vzpkP','getTestUUID','KEY_TEST_ENDED_AT','get','\x20&\x20hook\x20=\x20','KEY_TEST_SCOPES','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_FAILURE_TYPE','8383854lPVSps','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','testFrameworkState','KEY_TEST_LOCATION','getTestDetails','trackCucumberInstance','testFrameworkName','KEY_TEST_FRAMEWORK_VERSION','rerun_name','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','concat','\x20\x20and\x20args\x20=\x20','KEY_TEST_SCOPE','DEFAULT_HOOK_RESULT','INIT_TEST','DFSmE','CucumberTestFramework','pop','meta','\x20pending\x20hooks\x20for\x20testId:\x20','getProcessId','readLogObjects','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','length','../state/testFrameworkState.js','KEY_HOOK_LAST_FINISHED','runHooks','nhKdL','KEY_TEST_UUID','name','vBgAA','KEY_HOOK_FAILURE','TEST','4peaIwW','storePendingHook','aWxqa','\x20payload=','KEY_TEST_STARTED_AT','failure_data','../../../helpers/helper.js','KEY_TEST_TAGS','hookData','BGJkM','result','TjzPj','getCurrentTestState','KEY_TEST_RESULT','body','KEY_TEST_ATTACHMENTS','SiiJz','23413225zHsMEb','oxZgd','\x20hookState:\x20','finishedAt','KEY_TEST_NAME','setTestDetails','executionContext','NONE','platformIndex','1233MqqjSY','test_run_id','KEY_TEST_CODE','FRRpL','failure_type','\x20testState:\x20','startedAt',',\x20state:\x20','uFwWE','sendLogCreatedEvent:\x20for\x20testId:\x20','\x20response=','dUSqz','ZyyZc','LNWxK','trackEvent:\x20unsupported\x20testFrameworkState=','from','parseCucumberTest','failure_reason','parallelIndex','\x20and\x20args\x20=\x20','scopes','eventJson','getTestFrameworks','KEY_HOOKS_STARTED','push','debug','failed','KEY_TEST_META','args','TbcbJ',',\x20state=','test',',\x20hookState:\x20','finished_at','trackHookEvent','testData','DEFAULT_TEST_RESULT','failure','location','getId','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','KEY_AUTOMATE_SESSION_NAME','\x20with\x20result:\x20','\x20with\x20id\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','error','resolveInstance','tags','PRE','vEJbt','getThreadId','KEY_TEST_ID','hasPendingHooks','LOG_REPORT','KEY_EVENT_ENDED_AT','KEY_TEST_FAILURE_REASON','Parsed\x20cucumber\x20test:\x20','KEY_HOOK_FAILURE_TYPE','exports','31660HIucLt','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','createTestFrameworkEventPayload','trackCucumberInstance:\x20saved\x20instance\x20contextId=','processPendingHooks','format','getRef','LvUHl','24oqZvkZ','toString','KEY_HOOK_NAME','hook_type','wotyX','code','KEY_CUSTOM_TAGS','../instances/testFrameworkInstance.js','../../../helpers/classLogger.js','zkMGf','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','split','hooks','ONSfS','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','inspect','../TestInfo.js','QgUKM','KEY_HOOKS_FINISHED','3456068pkwxiI','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','ceil','getAllData','\x20target='];a70_0x2697=function(){return _0x551165;};return a70_0x2697();}
|