browserstack-node-sdk 1.70.0 → 1.70.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/mochaTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/runStateStore.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a5_0x2d09(){const _0x4d3ce3=['HookRunStarted','ryuVj','JJFpj','steps','name','status','16230KSivbM','extractStepContainers','hooks','gNRRj','SzbAb','../../../bin/v2/TestInfo.js','../../utils/constants','sendHook','getInstance','testCaseAttemptDataMap','oWTNi','cwd','ensureCLIInitialized','testCaseStartedId','onTestRunFinished','testSteps','eavLU','koUsz','feature','\x20\x20\x20\x20','icyks','XvOuo','FAILED','stepDefinition','message','1334966vpOFVv','bootstrap','pickleMap','log','testCaseStarted','finished','eventBroadcaster','INIT_TEST','hook','logTestRunFinished','toISOString','testCaseFinished','xKpsn','6fONOXg','pickle','setFrameworkDetail','YsPgM','testStepStarted','iizAz','createHookData','assign','WDOXV','testStepFinished',',\x20binSessionId:\x20','Executing\x20tests\x20for\x20','pickleId','parse','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','Wrgiu','onSource','UNDEFINED','flat','Kfwky','hook_type','result','format','No\x20BROWSERSTACK_CLI_BIN_SESSION_ID\x20found,\x20CLI\x20not\x20available','yBDGO','MfmYd','sourceLocation','getTestCaseAttempt','path','GOfLf','isCLIReady:\x20Error\x20checking\x20CLI\x20readiness:\x20','774530dynaqV','uri','onGherkinDocument','ucvLk','DIoAl','UNKNOWN','testCaseId','debug','function','PASSED','WWKqn','eWzKC','484OrntoO','4|3|0|1|2','PENDING','QuRFZ','eventDataCollector','testRunFinished','text','LYgYC','hkpkm','yqJOj','gherkinDocument','testCaseAttempt','DtfHX','../../v2/browserstackCLI.js','push','trackEvent','clGNY','finished_at','1626736dekrqf','NbqwD','children','capability','LOG_REPORT','1172488RTnVln','failure','../../v2/cliUtils','supportCodeLibrary','processEnvelope','duration','values','map','LPzjD','toLowerCase','source','binSessionId','sendTestRunEventForCucumber','305cWsYYc','keyword','testCase','getTestFramework','../../../helpers/test-observability/error-handler','Exception\x20in\x20logTestCaseFinished\x20(console\x20report);\x20continuing\x20to\x20TestRunFinished:\x20','getTestUUID','testCases','onPickle','testUUID','TEST','scenario','rGTAJ','TestRunFinished','uKkWU','uAxwZ','CONFIG','BROWSERSTACK_CLI_BIN_SESSION_ID','Bootstrapping\x20CLI\x20in\x20formatter\x20with\x20binSessionId:\x20','isRunning','../../playwright/reporter/test-details.js','isCliEnabled','CNjNE','hjXSr','seconds','JZmwJ','TezHO','AMBIGUOUS','testCaseMap','onStepDefinition','../../../helpers/testhub/utils.js','pickleStepId','util','background','LExli','vXKzX','PCAQQ','onTestRunStarted','../../v2/utils/cucumber-utils.js','onTestStepStarted','test','testRunStarted','POST','../../v2/state/hookState.js','isCLIReady','actionLocation','rule','getGherkinStepMap','testStepId','exception','EQISE','logTestCaseFinished','\x20-\x20','finishedAt','_envelopeQueue','AzoRX','45Bsmvem','wUUag','PTBSG','IMQCg','gherkinDocumentMap','find','onTestCase','clBEQ','CLI\x20bootstrap\x20completed\x20-\x20isRunning:\x20','failed','HookRunFinished','SKIPPED','onHook','4826136vQbgMd','cucumber','bOvNv','PxjFX','ulsHd','KIHGE','testStepResult','../../../helpers/helper','onTestCaseFinished','forEach','onTestStepFinished','toString','failureType','incrementCounter','isBstackHook','@cucumber/cucumber','CLI\x20already\x20running\x20-\x20binSessionId:\x20','report','pEzsH','oLhSF','cucumber-js/test.setup.js','env','1358163KEwCye','mCLAc','exports','PRE','__platform','onTestCaseStarted','fEEFH','getGherkinDocument','setup','type','snippetBuilder','cliInitPromise','then'];a5_0x2d09=function(){return _0x4d3ce3;};return a5_0x2d09();}const a5_0x5e70f3=a5_0x260b;function a5_0x260b(_0x2b4f53,_0x345ec2){const _0x2d099d=a5_0x2d09();return a5_0x260b=function(_0x260b02,_0x3ef5a4){_0x260b02=_0x260b02-0x1d7;let _0x199c01=_0x2d099d[_0x260b02];return _0x199c01;},a5_0x260b(_0x2b4f53,_0x345ec2);}(function(_0x608f18,_0x1cbd52){const _0x10a1a3=a5_0x260b,_0xacc0c2=_0x608f18();while(!![]){try{const _0x2e5e9d=parseInt(_0x10a1a3(0x222))/0x1+parseInt(_0x10a1a3(0x24e))/0x2+parseInt(_0x10a1a3(0x25b))/0x3*(parseInt(_0x10a1a3(0x298))/0x4)+parseInt(_0x10a1a3(0x2aa))/0x5*(-parseInt(_0x10a1a3(0x235))/0x6)+parseInt(_0x10a1a3(0x20c))/0x7+parseInt(_0x10a1a3(0x29d))/0x8*(parseInt(_0x10a1a3(0x1ff))/0x9)+-parseInt(_0x10a1a3(0x27a))/0xa*(parseInt(_0x10a1a3(0x286))/0xb);if(_0x2e5e9d===_0x1cbd52)break;else _0xacc0c2['push'](_0xacc0c2['shift']());}catch(_0x3d278d){_0xacc0c2['push'](_0xacc0c2['shift']());}}}(a5_0x2d09,0xa80ca));const {requireModule,getPlatformName,nestedKeyValue,isUndefined,isBrowserstackInfra}=require(a5_0x5e70f3(0x213)),util=require(a5_0x5e70f3(0x1e7)),{Formatter,formatterHelpers,Status}=requireModule(a5_0x5e70f3(0x21b)),TestDetails=require(a5_0x5e70f3(0x1db)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a5_0x5e70f3(0x2ae)),{shouldProcessEventForTesthub}=require(a5_0x5e70f3(0x1e5)),BrowserstackCLI=require(a5_0x5e70f3(0x293)),TestFrameworkState=require('../../v2/state/testFrameworkState.js'),HookState=require(a5_0x5e70f3(0x1f2)),CucumberUtils=require(a5_0x5e70f3(0x1ed)),TestInfo=require(a5_0x5e70f3(0x23a)),testObservabilityReporter=new TestObservabilityReporter(),cucumberUtils=new CucumberUtils(),logger=require('../../../helpers/logger')['winstonLogger'],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x21f4d1){const _0x6c92aa=a5_0x5e70f3,_0x35d243={};_0x35d243[_0x6c92aa(0x246)]='envelope';const _0x4f75c1=_0x35d243;super(_0x21f4d1),this[_0x6c92aa(0x21d)]={},this[_0x6c92aa(0x1fd)]=Promise['resolve'](),_0x21f4d1[_0x6c92aa(0x254)]['on'](_0x4f75c1[_0x6c92aa(0x246)],_0xca80d6=>{const _0x214e50=_0x6c92aa;this['_envelopeQueue']=this[_0x214e50(0x1fd)][_0x214e50(0x22e)](()=>this[_0x214e50(0x2a1)](_0xca80d6,_0x21f4d1))['catch'](_0x4b05e3=>logger[_0x214e50(0x281)]('Exception\x20in\x20processEnvelope:\x20'+util[_0x214e50(0x271)](_0x4b05e3)));});}async[a5_0x5e70f3(0x2a1)](_0x24168b,_0x355a18){const _0x190005=a5_0x5e70f3;switch(!![]){case!!_0x24168b[_0x190005(0x1f0)]:await this[_0x190005(0x1ec)](_0x24168b[_0x190005(0x1f0)]);break;case!!_0x24168b[_0x190005(0x28b)]:await this[_0x190005(0x243)](_0x24168b[_0x190005(0x28b)]);break;case!!_0x24168b[_0x190005(0x252)]:await this[_0x190005(0x227)](_0x24168b[_0x190005(0x252)],_0x355a18,_0x24168b);break;case!!_0x24168b[_0x190005(0x259)]:await this[_0x190005(0x214)](_0x24168b[_0x190005(0x259)],_0x355a18,_0x24168b);break;case!!_0x24168b['testStepStarted']:await this[_0x190005(0x1ee)](_0x24168b['testStepStarted'],_0x355a18);break;case!!_0x24168b['testStepFinished']:await this['onTestStepFinished'](_0x24168b[_0x190005(0x264)],_0x355a18);break;case!!_0x24168b[_0x190005(0x256)]:this[_0x190005(0x20b)](_0x24168b['hook']);break;case!!_0x24168b[_0x190005(0x2ac)]:this[_0x190005(0x205)](_0x24168b[_0x190005(0x2ac)]);break;case!!_0x24168b[_0x190005(0x25c)]:this['onPickle'](_0x24168b[_0x190005(0x25c)]);break;case!!_0x24168b[_0x190005(0x290)]:this[_0x190005(0x27c)](_0x24168b[_0x190005(0x290)]);break;}}async[a5_0x5e70f3(0x253)](){const _0x172698=a5_0x5e70f3,_0x516c2e={};_0x516c2e[_0x172698(0x1eb)]=function(_0x5cca0b,_0x3877cd){return _0x5cca0b===_0x3877cd;},_0x516c2e[_0x172698(0x24a)]=_0x172698(0x282);const _0x5d4a9c=_0x516c2e;await this[_0x172698(0x1fd)],_0x5d4a9c[_0x172698(0x1eb)](typeof super[_0x172698(0x253)],_0x5d4a9c['XvOuo'])&&await super['finished']();}['onHook'](_0x51c9cf){const _0x4861b2=a5_0x5e70f3;this['report'][_0x4861b2(0x237)]=Object[_0x4861b2(0x262)]([],this[_0x4861b2(0x21d)][_0x4861b2(0x237)]||[]),this[_0x4861b2(0x21d)]['hooks']['push'](_0x51c9cf);}[a5_0x5e70f3(0x2b2)](_0x1daa86){const _0x1a08ac=a5_0x5e70f3;this[_0x1a08ac(0x21d)][_0x1a08ac(0x25c)]=Object[_0x1a08ac(0x262)]([],this['report'][_0x1a08ac(0x25c)]||[],[_0x1daa86]),this[_0x1a08ac(0x21d)][_0x1a08ac(0x25c)][_0x1a08ac(0x294)](_0x1daa86);}[a5_0x5e70f3(0x27c)](_0x4b48bc){const _0x5ccf7f=a5_0x5e70f3;this[_0x5ccf7f(0x21d)][_0x5ccf7f(0x290)]=Object['assign']([],this['report'][_0x5ccf7f(0x290)]||[],[_0x4b48bc]),this['report']['gherkinDocument'][_0x5ccf7f(0x294)](_0x4b48bc);}[a5_0x5e70f3(0x26b)](_0x2e43f0){const _0x3f05fa=a5_0x5e70f3;this[_0x3f05fa(0x21d)][_0x3f05fa(0x2a7)]=_0x2e43f0;}[a5_0x5e70f3(0x1e4)](_0x44720d){const _0x508886=a5_0x5e70f3;this[_0x508886(0x21d)][_0x508886(0x24c)]=Object[_0x508886(0x262)]([],this[_0x508886(0x21d)][_0x508886(0x24c)]||[],[_0x44720d]),this[_0x508886(0x21d)][_0x508886(0x24c)][_0x508886(0x294)](_0x44720d);}['onTestCase'](_0x25adbe){const _0x47d817=a5_0x5e70f3;this[_0x47d817(0x21d)][_0x47d817(0x2b1)]=Object['assign']([],this[_0x47d817(0x21d)]['testCases']||[],[_0x25adbe]),this[_0x47d817(0x21d)][_0x47d817(0x2b1)][_0x47d817(0x294)](_0x25adbe);}[a5_0x5e70f3(0x1fa)](_0xfc5c5a){const _0x481415=a5_0x5e70f3,_0x124d38={'PxjFX':function(_0x280efb,_0x393d6a){return _0x280efb!==_0x393d6a;},'RWgrz':'bstack','LYgYC':function(_0x264852,_0x545a56){return _0x264852+_0x545a56;},'eavLU':function(_0x1d9e2e,_0x4c3a95){return _0x1d9e2e+_0x4c3a95;},'icyks':function(_0x134049,_0xcf0dba){return _0x134049+_0xcf0dba;},'CNjNE':function(_0x1fcf9c,_0x3764b0){return _0x1fcf9c+_0x3764b0;},'AzoRX':_0x481415(0x248),'ulsHd':_0x481415(0x1fb),'wUUag':function(_0x3aeed3,_0x28e970){return _0x3aeed3===_0x28e970;},'yBDGO':_0x481415(0x24b),'IMQCg':function(_0x52cdd1,_0x5bb751,_0x3ad24e){return _0x52cdd1(_0x5bb751,_0x3ad24e);},'WWKqn':_0x481415(0x270),'bOvNv':_0x481415(0x24d),'LPzjD':function(_0x27586e,_0x3d8517){return _0x27586e+_0x3d8517;},'JZmwJ':function(_0x5a0308,_0xc9418f){return _0x5a0308+_0xc9418f;}};_0x124d38['PxjFX'](global[_0x481415(0x226)],undefined)&&this[_0x481415(0x251)](_0x124d38[_0x481415(0x249)](_0x124d38['eavLU']('\x0a',global[_0x481415(0x226)]),'\x0a'));const _0x326cc2=this['eventDataCollector'][_0x481415(0x276)](_0xfc5c5a[_0x481415(0x242)]);this[_0x481415(0x251)](_0x124d38[_0x481415(0x2a5)](_0x124d38[_0x481415(0x2a5)](_0x124d38['JZmwJ'](_0x124d38[_0x481415(0x1e0)]('\x20\x20',_0x326cc2[_0x481415(0x290)][_0x481415(0x247)][_0x481415(0x233)]),_0x124d38['ulsHd']),_0x326cc2[_0x481415(0x25c)]['name']),'\x0a'));const _0x561c50={};_0x561c50[_0x481415(0x240)]=this[_0x481415(0x240)],_0x561c50[_0x481415(0x22c)]=this[_0x481415(0x22c)],_0x561c50[_0x481415(0x2a0)]=this[_0x481415(0x2a0)],_0x561c50[_0x481415(0x291)]=_0x326cc2;const _0x5a9c2d=formatterHelpers['parseTestCaseAttempt'](_0x561c50);let _0x33f6b1=![];_0x5a9c2d[_0x481415(0x244)][_0x481415(0x215)](_0x50ccc2=>{const _0x17ab02=_0x481415;if(_0x124d38[_0x17ab02(0x20f)](_0x50ccc2[_0x17ab02(0x233)],_0x124d38['RWgrz'])&&!this[_0x17ab02(0x21a)](_0x50ccc2)){totalTests+=0x1,this[_0x17ab02(0x251)](_0x124d38[_0x17ab02(0x28d)](_0x124d38[_0x17ab02(0x28d)](_0x124d38[_0x17ab02(0x245)](_0x124d38['icyks'](_0x124d38[_0x17ab02(0x1dd)](_0x124d38[_0x17ab02(0x1fe)],_0x50ccc2[_0x17ab02(0x2ab)]),_0x50ccc2[_0x17ab02(0x28c)]||''),_0x124d38[_0x17ab02(0x210)]),Status[_0x50ccc2[_0x17ab02(0x270)][_0x17ab02(0x234)]]),'\x0a')),this[_0x17ab02(0x219)](Status[_0x50ccc2[_0x17ab02(0x270)]['status']]);if(_0x124d38[_0x17ab02(0x200)](Status[_0x50ccc2[_0x17ab02(0x270)][_0x17ab02(0x234)]],_0x124d38[_0x17ab02(0x273)])){_0x33f6b1=!![];const _0x49fefa=_0x124d38[_0x17ab02(0x202)](nestedKeyValue,_0x50ccc2,[_0x124d38[_0x17ab02(0x284)],_0x124d38[_0x17ab02(0x20e)]]);_0x49fefa&&(testsErrorMessage[_0x124d38['eavLU'](_0x124d38['CNjNE'](_0x326cc2['gherkinDocument'][_0x17ab02(0x247)][_0x17ab02(0x233)],_0x124d38[_0x17ab02(0x210)]),_0x326cc2[_0x17ab02(0x25c)][_0x17ab02(0x233)])]=_0x49fefa,this['log'](_0x124d38[_0x17ab02(0x2a5)](_0x49fefa,'\x0a')));}}}),_0x33f6b1&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a5_0x5e70f3(0x257)](_0x1e06ed){}[a5_0x5e70f3(0x21a)](_0x553259){const _0x18a1a9=a5_0x5e70f3,_0xa025={};_0xa025[_0x18a1a9(0x2b9)]=function(_0x27ce97,_0x15ac5e){return _0x27ce97!==_0x15ac5e;},_0xa025[_0x18a1a9(0x285)]=_0x18a1a9(0x220);const _0xda6d1=_0xa025;if(_0xda6d1[_0x18a1a9(0x2b9)](_0x553259[_0x18a1a9(0x275)],undefined))return![];if(_0x553259[_0x18a1a9(0x1f4)]&&_0x553259[_0x18a1a9(0x1f4)][_0x18a1a9(0x27b)]['includes'](_0xda6d1[_0x18a1a9(0x285)]))return!![];return![];}['incrementCounter'](_0x1f2bc1){const _0x1430a0=a5_0x5e70f3,_0x4963bf={};_0x4963bf[_0x1430a0(0x289)]=_0x1430a0(0x24b),_0x4963bf[_0x1430a0(0x2b8)]=_0x1430a0(0x283),_0x4963bf[_0x1430a0(0x25a)]=_0x1430a0(0x20a),_0x4963bf[_0x1430a0(0x299)]=_0x1430a0(0x288),_0x4963bf[_0x1430a0(0x260)]=_0x1430a0(0x26c),_0x4963bf[_0x1430a0(0x228)]=_0x1430a0(0x27f),_0x4963bf[_0x1430a0(0x25e)]=_0x1430a0(0x1e2);const _0x3485cc=_0x4963bf;switch(_0x1f2bc1){case _0x3485cc[_0x1430a0(0x289)]:testsFailed+=0x1;break;case _0x3485cc['uKkWU']:testsPassed+=0x1;break;case _0x3485cc[_0x1430a0(0x25a)]:testsSkipped+=0x1;break;case _0x3485cc['NbqwD']:testsPending+=0x1;break;case _0x3485cc[_0x1430a0(0x260)]:testsUndefined+=0x1;break;case _0x3485cc[_0x1430a0(0x228)]:testsUnknown+=0x1;break;case _0x3485cc[_0x1430a0(0x25e)]:testsAmbiguous+=0x1;break;default:break;}}async[a5_0x5e70f3(0x1ec)](_0x1791d7){const _0x37dc10=a5_0x5e70f3,_0x4e1988={'YWrum':function(_0xa2522,_0x2f8125){return _0xa2522!==_0x2f8125;},'DtfHX':function(_0x195b22,_0x45aebd){return _0x195b22!==_0x45aebd;},'oWTNi':function(_0x431a72){return _0x431a72();},'mCLAc':function(_0x40d249,_0x2c022f){return _0x40d249(_0x2c022f);},'eQeQW':function(_0x3eba6e,_0x37029b){return _0x3eba6e+_0x37029b;},'SzbAb':function(_0x501c5a){return _0x501c5a();},'EQISE':_0x37dc10(0x20d)};let _0x41e0dc;if(_0x4e1988['YWrum'](process[_0x37dc10(0x221)][_0x37dc10(0x1d7)],undefined)){const _0x5ec2d9=JSON[_0x37dc10(0x268)](process[_0x37dc10(0x221)][_0x37dc10(0x1d7)]);_0x41e0dc=_0x5ec2d9[_0x37dc10(0x29b)];}_0x4e1988[_0x37dc10(0x292)](_0x41e0dc,undefined)&&_0x4e1988[_0x37dc10(0x23f)](isBrowserstackInfra)&&(global['__platform']=_0x4e1988[_0x37dc10(0x223)](getPlatformName,_0x41e0dc),this[_0x37dc10(0x251)](_0x4e1988['eQeQW'](_0x37dc10(0x266)+global[_0x37dc10(0x226)],'\x0a'))),_0x4e1988[_0x37dc10(0x239)](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0x37dc10(0x21d)][_0x37dc10(0x1f0)]=_0x1791d7,BrowserstackCLI[_0x37dc10(0x23d)]()[_0x37dc10(0x1dc)]()&&await this[_0x37dc10(0x1f3)]()&&(TestInfo[_0x37dc10(0x22a)](_0x4e1988[_0x37dc10(0x1f9)]),await BrowserstackCLI[_0x37dc10(0x23d)]()[_0x37dc10(0x2ad)]()[_0x37dc10(0x295)](TestFrameworkState[_0x37dc10(0x255)],HookState[_0x37dc10(0x225)],{})));}[a5_0x5e70f3(0x243)](_0x1b25d3){const _0x5c4783=a5_0x5e70f3;this[_0x5c4783(0x21d)][_0x5c4783(0x28b)]=_0x1b25d3,this['logTestRunFinished'](_0x1b25d3);}async[a5_0x5e70f3(0x227)](_0x29ad1a,_0x422991,_0x40be22){const _0x53187b=a5_0x5e70f3,_0x45cb2a={'ryuVj':function(_0x39ea91,_0x45a1c1){return _0x39ea91(_0x45a1c1);},'DIoAl':'TestRunStarted','gNRRj':function(_0x34ff21,_0x163481){return _0x34ff21&&_0x163481;}};testSuites+=0x1;if(_0x45cb2a[_0x53187b(0x230)](shouldProcessEventForTesthub,_0x45cb2a['DIoAl']))try{this[_0x53187b(0x21d)][_0x53187b(0x252)]=this[_0x53187b(0x21d)][_0x53187b(0x252)]||{},this['report']['testCaseStarted'][_0x29ad1a['id']]=_0x29ad1a;let _0x4f406e=null;BrowserstackCLI[_0x53187b(0x23d)]()[_0x53187b(0x1dc)]()&&await this[_0x53187b(0x1f3)]()?_0x4f406e=TestInfo['getTestUUID'](_0x29ad1a['id']):_0x4f406e=TestDetails[_0x53187b(0x2b0)](_0x29ad1a['id']);_testCasesData[_0x29ad1a['id']]=Object[_0x53187b(0x262)]({},_0x40be22);const _0x21d1c6=this['report'],_0x3da65c=_0x29ad1a['testCaseId'],_0x1c6439=_0x21d1c6[_0x53187b(0x2b1)]['find'](_0x1a8276=>_0x1a8276['id']===_0x3da65c)[_0x53187b(0x267)],_0x2225bb=_0x21d1c6['pickle'][_0x53187b(0x204)](_0xba71b7=>_0xba71b7['id']===_0x1c6439),_0x4ee6c6=_0x21d1c6[_0x53187b(0x290)][_0x53187b(0x204)](_0x2593a0=>_0x2593a0[_0x53187b(0x27b)]===_0x2225bb[_0x53187b(0x27b)]),_0x527188=_0x4ee6c6[_0x53187b(0x247)],_0x32cad4={'uuid':_0x4f406e,'startedAt':new Date()[_0x53187b(0x258)]()};if(_0x2225bb){const _0x3961c8={};_0x3961c8[_0x53187b(0x233)]=_0x2225bb[_0x53187b(0x233)],_0x32cad4[_0x53187b(0x2b5)]=_0x3961c8;}if(_0x45cb2a[_0x53187b(0x238)](_0x4ee6c6,_0x527188)){const _0x2a92a1={};_0x2a92a1[_0x53187b(0x277)]=_0x4ee6c6['uri'],_0x2a92a1['name']=_0x527188[_0x53187b(0x233)],_0x2a92a1['description']=_0x527188['description'],_0x32cad4[_0x53187b(0x247)]=_0x2a92a1;}_tests[_0x3da65c]=_0x32cad4;if(BrowserstackCLI['getInstance']()[_0x53187b(0x1dc)]()&&await this[_0x53187b(0x1f3)]()){const _0x36f6d5=await cucumberUtils['createTestFrameworkData'](_0x32cad4,_0x2225bb,_0x40be22,_0x4ee6c6,_0x29ad1a['id'],_0x45cb2a['DIoAl']),_0xca3670={};_0xca3670[_0x53187b(0x1ef)]=_0x36f6d5,await BrowserstackCLI['getInstance']()[_0x53187b(0x2ad)]()[_0x53187b(0x295)](TestFrameworkState[_0x53187b(0x2b4)],HookState['PRE'],_0xca3670);return;}await testObservabilityReporter['sendTestRunEventForCucumber'](_0x40be22,_0x4ee6c6,_0x2225bb,_0x45cb2a[_0x53187b(0x27e)],_0x32cad4);}catch(_0x45ce89){logger[_0x53187b(0x281)](_0x53187b(0x269)+util[_0x53187b(0x271)](_0x45ce89)+'\x20');}}async['onTestCaseFinished'](_0x44eb2e,_0x19aac1,_0x247005){const _0x2789e3=a5_0x5e70f3,_0x32f63a={'LExli':function(_0x37775f,_0xd9b5c6){return _0x37775f(_0xd9b5c6);},'vXKzX':_0x2789e3(0x2b7),'ucvLk':_0x2789e3(0x1ef)};try{this[_0x2789e3(0x1fa)](_0x44eb2e);}catch(_0x38e934){logger['debug'](_0x2789e3(0x2af)+util[_0x2789e3(0x271)](_0x38e934));}if(_0x32f63a[_0x2789e3(0x1e9)](shouldProcessEventForTesthub,_0x32f63a[_0x2789e3(0x1ea)]))try{this['report'][_0x2789e3(0x259)]=this['report'][_0x2789e3(0x259)]||{},this['report'][_0x2789e3(0x259)][_0x44eb2e['testCaseStartedId']]=_0x44eb2e,_testCasesData[_0x247005['id']]=Object['assign']({},_0x247005);const _0x186393=_0x44eb2e[_0x2789e3(0x242)],_0x232107=_0x19aac1[_0x2789e3(0x28a)][_0x2789e3(0x23e)][_0x186393][_0x2789e3(0x280)],_0x111200=_0x19aac1['eventDataCollector'][_0x2789e3(0x1e3)][_0x232107],_0x5a8d7f=_0x111200[_0x2789e3(0x267)],_0x2ecfa4=_0x19aac1[_0x2789e3(0x28a)][_0x2789e3(0x250)][_0x5a8d7f],_0x4a8d30=this[_0x2789e3(0x229)](_0x19aac1,_0x2ecfa4),_0x35eeac=_0x4a8d30[_0x2789e3(0x247)],_0x27ddb6=_tests[_0x232107];_0x27ddb6&&(delete _tests[_0x232107],_0x27ddb6[_0x2789e3(0x1fc)]=new Date()[_0x2789e3(0x258)]());if(BrowserstackCLI[_0x2789e3(0x23d)]()[_0x2789e3(0x1dc)]()&&await this[_0x2789e3(0x1f3)]()){const _0x2a9a8e=await cucumberUtils['createTestFrameworkData'](_0x27ddb6,_0x2ecfa4,_0x247005,_0x4a8d30,_0x186393,_0x32f63a[_0x2789e3(0x1ea)]),_0x123f75={};_0x123f75['test']=_0x2a9a8e,await BrowserstackCLI[_0x2789e3(0x23d)]()[_0x2789e3(0x2ad)]()['trackEvent'](TestFrameworkState['TEST'],HookState[_0x2789e3(0x1f1)],_0x123f75);const _0x20ceac={};_0x20ceac[_0x2789e3(0x2b3)]=_0x44eb2e[_0x2789e3(0x242)],_0x20ceac[_0x2789e3(0x22b)]=_0x32f63a[_0x2789e3(0x27d)],await BrowserstackCLI[_0x2789e3(0x23d)]()[_0x2789e3(0x2ad)]()['trackEvent'](TestFrameworkState[_0x2789e3(0x29c)],HookState[_0x2789e3(0x1f1)],_0x20ceac);return;}await testObservabilityReporter[_0x2789e3(0x2a9)](_0x247005,_0x4a8d30,_0x2ecfa4,_0x32f63a[_0x2789e3(0x1ea)],_0x27ddb6);}catch(_0x286099){logger[_0x2789e3(0x281)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x2789e3(0x271)](_0x286099));}}async['onTestStepStarted'](_0x3d8472,_0x1a0476){const _0x280f5d=a5_0x5e70f3,_0x4e7d20={'MfmYd':function(_0x289fb2,_0x41c3de){return _0x289fb2(_0x41c3de);},'TezHO':_0x280f5d(0x22f),'WDOXV':function(_0x1a2926,_0x442e67){return _0x1a2926!==_0x442e67;},'KIHGE':_0x280f5d(0x1f7)};if(_0x4e7d20[_0x280f5d(0x274)](shouldProcessEventForTesthub,_0x4e7d20[_0x280f5d(0x1e1)]))try{this[_0x280f5d(0x21d)][_0x280f5d(0x25f)]=this['report'][_0x280f5d(0x25f)]||{},this[_0x280f5d(0x21d)][_0x280f5d(0x25f)][_0x3d8472['testCaseStartedId']]=_0x3d8472;const _0x3d2a65=_0x3d8472['testCaseStartedId'],_0x3fcd7a=_0x1a0476[_0x280f5d(0x28a)][_0x280f5d(0x23e)][_0x3d2a65]['testCaseId'],_0x170a66=this['report'][_0x280f5d(0x2b1)][_0x280f5d(0x204)](_0x132a0c=>_0x132a0c['id']===_0x3fcd7a)['pickleId'],_0xc4088f=this['report'][_0x280f5d(0x25c)]['find'](_0x339dbc=>_0x339dbc['id']===_0x170a66),_0x5a9667=this[_0x280f5d(0x21d)]['testCases'][_0x280f5d(0x204)](_0x51181e=>_0x51181e['id']===_0x3fcd7a)[_0x280f5d(0x244)],_0x553e0e=this[_0x280f5d(0x21d)][_0x280f5d(0x25f)][_0x3d2a65][_0x280f5d(0x1f7)],_0x4121ca=_0x5a9667['find'](_0x5f2db5=>_0x5f2db5['id']===_0x553e0e)[_0x280f5d(0x1e6)],_0x3b3662=_0xc4088f[_0x280f5d(0x232)][_0x280f5d(0x204)](_0xb7d5f1=>_0xb7d5f1['id']===_0x4121ca);if(_0x4121ca&&_tests[_0x3fcd7a]&&_0x4e7d20[_0x280f5d(0x263)](_tests[_0x3fcd7a][_0x4e7d20[_0x280f5d(0x211)]],_0x553e0e)){_tests[_0x3fcd7a][_0x4e7d20[_0x280f5d(0x211)]]=_0x553e0e;const _0x4eddf3={};_0x4eddf3['steps']=[];const _0x1b963e=_tests[_0x3fcd7a]||_0x4eddf3;_0x1b963e&&!_0x1b963e[_0x280f5d(0x232)]&&(_0x1b963e['steps']=[]),_0x1b963e['steps']['push']({'id':_0x3b3662['id'],'text':_0x3b3662[_0x280f5d(0x28c)],'started_at':new Date()[_0x280f5d(0x258)]()}),_tests[_0x3fcd7a]=_0x1b963e;}if(BrowserstackCLI[_0x280f5d(0x23d)]()[_0x280f5d(0x1dc)]()&&await this['isCLIReady']()){const _0x247816=await cucumberUtils['createHookData'](this[_0x280f5d(0x21d)],_0x3d2a65,_0x4e7d20[_0x280f5d(0x1e1)],_0x5a9667,_0x553e0e,_tests[_0x3fcd7a]);_0x247816&&await BrowserstackCLI['getInstance']()[_0x280f5d(0x2ad)]()[_0x280f5d(0x295)](TestFrameworkState[_0x247816[_0x280f5d(0x26f)]],HookState['PRE'],{'hookData':_0x247816,'testUUID':_0x3d8472[_0x280f5d(0x242)]});return;}await testObservabilityReporter[_0x280f5d(0x23c)](this[_0x280f5d(0x21d)],_0x3d2a65,_0x4e7d20[_0x280f5d(0x1e1)],_0x5a9667,_0x553e0e,_tests[_0x3fcd7a]);}catch(_0x4873c6){logger['debug']('Exception\x20in\x20onTestStepStarted\x20event:\x20'+util[_0x280f5d(0x271)](_0x4873c6));}}async[a5_0x5e70f3(0x216)](_0x2806bf,_0x38669c){const _0x5007eb=a5_0x5e70f3,_0x1bc0df={'Wrgiu':function(_0x457759,_0x2070db){return _0x457759===_0x2070db;},'hkpkm':_0x5007eb(0x287),'GOfLf':function(_0x41d31f,_0x5c93b8){return _0x41d31f(_0x5c93b8);},'yqJOj':_0x5007eb(0x209),'PTBSG':function(_0x250440,_0x4288ce){return _0x250440===_0x4288ce;},'LxQyB':_0x5007eb(0x208),'pEzsH':function(_0x342291,_0x359efa){return _0x342291===_0x359efa;},'clGNY':'UnhandledError','clBEQ':'testStepId','eiFhw':_0x5007eb(0x22f),'oLhSF':'hook'};this['report'][_0x5007eb(0x264)]=this[_0x5007eb(0x21d)][_0x5007eb(0x264)]||{},this[_0x5007eb(0x21d)][_0x5007eb(0x264)][_0x2806bf[_0x5007eb(0x242)]]=_0x2806bf;if(_0x1bc0df[_0x5007eb(0x278)](shouldProcessEventForTesthub,_0x1bc0df[_0x5007eb(0x28f)]))try{const _0x550560=_0x2806bf[_0x5007eb(0x242)],_0x4b1c14=_0x38669c[_0x5007eb(0x28a)]['testCaseAttemptDataMap'][_0x550560][_0x5007eb(0x280)],_0x25eb28=_0x38669c[_0x5007eb(0x28a)][_0x5007eb(0x1e3)][_0x4b1c14],_0x1ec7f6=_0x25eb28[_0x5007eb(0x267)],_0x19f0e9=_0x38669c[_0x5007eb(0x28a)][_0x5007eb(0x250)][_0x1ec7f6],_0x2c817f=_0x2806bf[_0x5007eb(0x1f7)],_0x352f62=_0x25eb28[_0x5007eb(0x244)],_0x501dc=this['eventDataCollector']['getTestCaseAttempt'](_0x550560),_0x186b5d=_0x352f62['find'](_0xe43667=>_0xe43667['id']===_0x2c817f)[_0x5007eb(0x1e6)];let _0x1db3d6,_0x491ae5;_0x2806bf[_0x5007eb(0x212)]&&_0x1bc0df[_0x5007eb(0x201)](_0x2806bf[_0x5007eb(0x212)][_0x5007eb(0x234)][_0x5007eb(0x217)]()[_0x5007eb(0x2a6)](),_0x1bc0df['LxQyB'])&&(_0x1db3d6=_0x1bc0df['Wrgiu'](_0x2806bf['testStepResult'][_0x5007eb(0x1f8)],undefined)?_0x2806bf['testStepResult'][_0x5007eb(0x24d)]:_0x2806bf['testStepResult']['exception'][_0x5007eb(0x24d)],_0x491ae5=_0x1bc0df[_0x5007eb(0x21e)](_0x2806bf['testStepResult']['exception'],undefined)?_0x1bc0df[_0x5007eb(0x296)]:_0x2806bf[_0x5007eb(0x212)][_0x5007eb(0x24d)]);if(_0x186b5d&&_tests[_0x4b1c14][_0x1bc0df[_0x5007eb(0x206)]]){const _0x1bff5f=_0x19f0e9[_0x5007eb(0x232)][_0x5007eb(0x204)](_0x42858b=>_0x42858b['id']===_0x186b5d),_0x580cec={};_0x580cec[_0x5007eb(0x232)]=[];const _0x2c5299=_tests[_0x4b1c14]||_0x580cec;!_0x2c5299[_0x5007eb(0x232)]?_0x2c5299['steps']=[{'id':_0x1bff5f['id'],'text':_0x1bff5f['text'],'finished_at':new Date()[_0x5007eb(0x258)](),'result':_0x2806bf['testStepResult'][_0x5007eb(0x234)],'duration':_0x2806bf[_0x5007eb(0x212)][_0x5007eb(0x2a2)][_0x5007eb(0x1df)],'failure':_0x1db3d6,'failureType':_0x491ae5}]:_0x2c5299[_0x5007eb(0x232)][_0x5007eb(0x215)](_0x155203=>{const _0x53a753=_0x5007eb;if(_0x1bc0df[_0x53a753(0x26a)](_0x155203['id'],_0x1bff5f['id'])){const _0x49c1d1=_0x1bc0df[_0x53a753(0x28e)]['split']('|');let _0x1c5118=0x0;while(!![]){switch(_0x49c1d1[_0x1c5118++]){case'0':_0x155203[_0x53a753(0x2a2)]=_0x2806bf[_0x53a753(0x212)][_0x53a753(0x2a2)][_0x53a753(0x1df)];continue;case'1':_0x155203[_0x53a753(0x29e)]=_0x1db3d6;continue;case'2':_0x155203[_0x53a753(0x218)]=_0x491ae5;continue;case'3':_0x155203[_0x53a753(0x270)]=_0x2806bf[_0x53a753(0x212)][_0x53a753(0x234)];continue;case'4':_0x155203[_0x53a753(0x297)]=new Date()['toISOString']();continue;}break;}}}),_tests[_0x4b1c14]=_0x2c5299;}delete _tests[_0x4b1c14][_0x1bc0df['clBEQ']];if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await this[_0x5007eb(0x1f3)]()){const _0x3f62b3=await cucumberUtils[_0x5007eb(0x261)](this[_0x5007eb(0x21d)],_0x550560,_0x1bc0df['eiFhw'],_0x352f62,_0x2c817f,_tests[_0x4b1c14]);if(_0x3f62b3){await BrowserstackCLI[_0x5007eb(0x23d)]()[_0x5007eb(0x2ad)]()[_0x5007eb(0x295)](TestFrameworkState[_0x3f62b3[_0x5007eb(0x26f)]],HookState[_0x5007eb(0x1f1)],{'hookData':_0x3f62b3,'testUUID':_0x2806bf[_0x5007eb(0x242)]});const _0x3c87fa={};_0x3c87fa[_0x5007eb(0x2b3)]=_0x2806bf[_0x5007eb(0x242)],_0x3c87fa['type']=_0x1bc0df[_0x5007eb(0x21f)],await BrowserstackCLI['getInstance']()[_0x5007eb(0x2ad)]()[_0x5007eb(0x295)](TestFrameworkState[_0x5007eb(0x29c)],HookState['POST'],_0x3c87fa);}return;}await testObservabilityReporter[_0x5007eb(0x23c)](this[_0x5007eb(0x21d)],_0x550560,_0x1bc0df[_0x5007eb(0x28f)],_0x352f62,_0x2c817f,_tests[_0x4b1c14]);}catch(_0x5b2555){logger[_0x5007eb(0x281)]('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x5007eb(0x271)](_0x5b2555));}}[a5_0x5e70f3(0x1f6)](_0x20545e){const _0x5e35cf=a5_0x5e70f3,_0x26b985={};return _0x20545e['feature'][_0x5e35cf(0x29a)][_0x5e35cf(0x2a4)](this[_0x5e35cf(0x236)])[_0x5e35cf(0x26d)]()['forEach'](_0x112e2e=>_0x112e2e['steps'][_0x5e35cf(0x215)](_0x2d5d57=>_0x26b985[_0x2d5d57['id']]=_0x2d5d57)),_0x26b985;}[a5_0x5e70f3(0x236)](_0x96a7cf){const _0x7adf02=a5_0x5e70f3,_0x58581e={'Kfwky':function(_0x379b7a,_0x508980){return _0x379b7a(_0x508980);}};if(!_0x58581e[_0x7adf02(0x26e)](isUndefined,_0x96a7cf[_0x7adf02(0x1e8)]))return[_0x96a7cf[_0x7adf02(0x1e8)]];else{if(!_0x58581e[_0x7adf02(0x26e)](isUndefined,_0x96a7cf[_0x7adf02(0x1f5)]))return _0x96a7cf[_0x7adf02(0x1f5)]['children'][_0x7adf02(0x2a4)](_0xe9d337=>!isUndefined(_0xe9d337[_0x7adf02(0x1e8)])?_0xe9d337[_0x7adf02(0x1e8)]:_0xe9d337[_0x7adf02(0x2b5)]);};return[_0x96a7cf[_0x7adf02(0x2b5)]];}[a5_0x5e70f3(0x229)](_0x323996,_0x3de23e){const _0x3d4e98=a5_0x5e70f3;return Object[_0x3d4e98(0x2a3)](_0x323996[_0x3d4e98(0x28a)][_0x3d4e98(0x203)])[_0x3d4e98(0x204)](_0x486508=>_0x486508[_0x3d4e98(0x27b)]===_0x3de23e['uri']);}async[a5_0x5e70f3(0x241)](){const _0x2d8b35=a5_0x5e70f3;if(this[_0x2d8b35(0x22d)])return this[_0x2d8b35(0x22d)];return this['cliInitPromise']=this['_performCLIInitialization'](),this[_0x2d8b35(0x22d)];}async['_performCLIInitialization'](){const _0x25c317=a5_0x5e70f3,_0x3defc7={'hjXSr':_0x25c317(0x272),'JJFpj':function(_0x4120d5,_0x5ddb41){return _0x4120d5(_0x5ddb41);},'zuEym':_0x25c317(0x29f),'rGTAJ':_0x25c317(0x23b)};try{const _0x33ad1e=BrowserstackCLI[_0x25c317(0x23d)]();if(_0x33ad1e[_0x25c317(0x1da)]())return logger[_0x25c317(0x281)](_0x25c317(0x21c)+_0x33ad1e[_0x25c317(0x2a8)]),!![];const _0x4339ea=process[_0x25c317(0x221)][_0x25c317(0x1d8)];if(!_0x4339ea)return logger[_0x25c317(0x281)](_0x3defc7[_0x25c317(0x1de)]),![];const _0x4e7c28=_0x3defc7[_0x25c317(0x231)](require,_0x3defc7['zuEym']),{FRAMEWORKS:_0x49e159}=_0x3defc7[_0x25c317(0x231)](require,_0x3defc7[_0x25c317(0x2b6)]);return _0x4e7c28[_0x25c317(0x25d)](_0x49e159['CUCUMBER'],_0x49e159['PLAYWRIGHT']),logger[_0x25c317(0x281)](_0x25c317(0x1d9)+_0x4339ea),await _0x33ad1e[_0x25c317(0x24f)](),logger[_0x25c317(0x281)](_0x25c317(0x207)+_0x33ad1e[_0x25c317(0x1da)]()+_0x25c317(0x265)+_0x33ad1e['binSessionId']),_0x33ad1e[_0x25c317(0x1da)]();}catch(_0x2f2857){return logger[_0x25c317(0x281)]('Error\x20initializing\x20CLI\x20in\x20formatter:\x20'+util[_0x25c317(0x271)](_0x2f2857)),![];}}async[a5_0x5e70f3(0x1f3)](){const _0x16a530=a5_0x5e70f3;try{return await this[_0x16a530(0x241)](),BrowserstackCLI['getInstance']()[_0x16a530(0x1da)]();}catch(_0x3dce37){return logger['debug'](_0x16a530(0x279)+util[_0x16a530(0x271)](_0x3dce37)),![];}}}module[a5_0x5e70f3(0x224)]=o11yClassErrorHandler(BrowserstackFormatter,[a5_0x5e70f3(0x227),a5_0x5e70f3(0x214),a5_0x5e70f3(0x1ee),a5_0x5e70f3(0x216),a5_0x5e70f3(0x1ec),a5_0x5e70f3(0x243),a5_0x5e70f3(0x236),a5_0x5e70f3(0x229),a5_0x5e70f3(0x1f6)]);
|
|
1
|
+
const a5_0x4c3381=a5_0x5615;(function(_0x1e654a,_0x450f0c){const _0x47420f=a5_0x5615,_0x39c115=_0x1e654a();while(!![]){try{const _0x22c6e6=parseInt(_0x47420f(0xc2))/0x1+-parseInt(_0x47420f(0xab))/0x2+parseInt(_0x47420f(0x129))/0x3*(-parseInt(_0x47420f(0x11c))/0x4)+-parseInt(_0x47420f(0x9f))/0x5*(-parseInt(_0x47420f(0x12c))/0x6)+parseInt(_0x47420f(0x92))/0x7*(-parseInt(_0x47420f(0xac))/0x8)+-parseInt(_0x47420f(0xf1))/0x9*(-parseInt(_0x47420f(0xdf))/0xa)+parseInt(_0x47420f(0x88))/0xb*(-parseInt(_0x47420f(0x133))/0xc);if(_0x22c6e6===_0x450f0c)break;else _0x39c115['push'](_0x39c115['shift']());}catch(_0x555518){_0x39c115['push'](_0x39c115['shift']());}}}(a5_0x3cf3,0xb6884));function a5_0x3cf3(){const _0x5b2a8c=['UYHBE','onTestCaseStarted','map','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','createHookData','406858IynBzj','getTestFramework','../../../helpers/testhub/utils.js','type','testUUID','testCases','push','hooks','UNKNOWN','failureType','../../v2/utils/cucumber-utils.js','pickle','CONFIG','testRunFinished','PVTUR','util','supportCodeLibrary','resolve','function','finishedAt','testCase','QnOwv','fvTFH','snippetBuilder','binSessionId','../../v2/state/hookState.js','onTestRunFinished','Executing\x20tests\x20for\x20','exception','841430JhqBfO','POST','DHGAK','testCaseFinished','ybqEM','duration','ensureCLIInitialized','actionLocation','onPickle','BROWSERSTACK_CLI_BIN_SESSION_ID','rXwDC','createTestFrameworkData','daBCR','yUxAc','../../playwright/reporter/test-details.js','@cucumber/cucumber','report','pickleStepId','99TgsWzz','getGherkinStepMap','eventDataCollector','Bootstrapping\x20CLI\x20in\x20formatter\x20with\x20binSessionId:\x20','onSource','result','trackEvent','UnhandledError','values','cGTeE','PPyZZ','eZULq','testCaseId','dJdSG','onGherkinDocument','sendTestRunEventForCucumber','failed','find','isBstackHook','pickleId','testCaseAttemptDataMap','getTestUUID','stepDefinition','toISOString','GJaPG','rzlgB','ctqjE','No\x20BROWSERSTACK_CLI_BIN_SESSION_ID\x20found,\x20CLI\x20not\x20available','testStepResult','envelope','capability','assign','RCrvO','eapoP','fDZSR','lGkZQ','../../../bin/v2/TestInfo.js','parse','ZfJOs','CMltz','flat','\x20\x20\x20\x20','pickleMap','28SaFRoT','forEach','pauHV','CLI\x20already\x20running\x20-\x20binSessionId:\x20','background','name','UNDEFINED','yNRhA','../../v2/cliUtils','includes','onTestCaseFinished','../../../helpers/logger','onTestStepFinished','197814pUUzNs','setup','../../v2/browserstackCLI.js','8478588BERWLb','eqnpq','parseTestCaseAttempt','log','dzxIB','TestRunStarted','onStepDefinition','14516052wrWcFi','NMcJu','isCliEnabled','TEST','testCaseMap','message','status','byisN','format','../../v2/state/testFrameworkState.js','PdunH','hook','aVKWI','fNxYq','PRE','PLAYWRIGHT','isRunning','Exception\x20in\x20processEnvelope:\x20','getGherkinDocument','sendHook','source','kdMup','feature','onHook','scenario','Exception\x20in\x20onTestStepFinished\x20event:\x20','rEMBo','mnavD','finished','onTestStepStarted','DQdGJ','getTestCaseAttempt','pSHfy','PENDING','sZPZS','env','LOG_REPORT','test','\x20-\x20','children','getInstance','_performCLIInitialization','testCaseStarted','TestRunFinished','logTestCaseFinished','ykMjG','cliInitPromise','cucumber','jpcNA','extractStepContainers','then','fmeOg','haSWI','11tMmZaL','testStepId','../test-observability.js','cwd','rule','cucumber-js/test.setup.js','steps','testCaseAttempt','HieNw','testRunStarted','105QPKicw','bstack','testStepStarted','SDLkl','../../../helpers/test-observability/error-handler',',\x20binSessionId:\x20','LsrQK','seconds','failure','NBdEL','HookRunStarted','ZSDLB','gherkinDocument','5sYWmML','debug','uri','EjPDK','onTestRunStarted','incrementCounter','testStepFinished','catch','isCLIReady','CUCUMBER','logTestRunFinished','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','599910rTVAQo','14232yKlUof','description','lcxST','kMctl','NwsiV','isCLIReady:\x20Error\x20checking\x20CLI\x20readiness:\x20','exports','hook_type','_envelopeQueue','text','onTestCase','testCaseStartedId','__platform','processEnvelope','Exception\x20in\x20logTestCaseFinished\x20(console\x20report);\x20continuing\x20to\x20TestRunFinished:\x20','keyword','testSteps'];a5_0x3cf3=function(){return _0x5b2a8c;};return a5_0x3cf3();}function a5_0x5615(_0x17aacb,_0x142a47){const _0x3cf314=a5_0x3cf3();return a5_0x5615=function(_0x5615a4,_0x1aec00){_0x5615a4=_0x5615a4-0x78;let _0x259064=_0x3cf314[_0x5615a4];return _0x259064;},a5_0x5615(_0x17aacb,_0x142a47);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined,isBrowserstackInfra}=require('../../../helpers/helper'),util=require(a5_0x4c3381(0xd1)),{Formatter,formatterHelpers,Status}=requireModule(a5_0x4c3381(0xee)),TestDetails=require(a5_0x4c3381(0xed)),TestObservabilityReporter=require(a5_0x4c3381(0x8a)),{o11yClassErrorHandler}=require(a5_0x4c3381(0x96)),{shouldProcessEventForTesthub}=require(a5_0x4c3381(0xc4)),BrowserstackCLI=require(a5_0x4c3381(0x12b)),TestFrameworkState=require(a5_0x4c3381(0x13c)),HookState=require(a5_0x4c3381(0xdb)),CucumberUtils=require(a5_0x4c3381(0xcc)),TestInfo=require(a5_0x4c3381(0x115)),testObservabilityReporter=new TestObservabilityReporter(),cucumberUtils=new CucumberUtils(),logger=require(a5_0x4c3381(0x127))['winstonLogger'],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x1680d5){const _0x1a832d=a5_0x4c3381,_0x430f2e={};_0x430f2e['dzxIB']=_0x1a832d(0x10e);const _0x4a6fea=_0x430f2e;super(_0x1680d5),this[_0x1a832d(0xef)]={},this[_0x1a832d(0xb4)]=Promise[_0x1a832d(0xd3)](),_0x1680d5['eventBroadcaster']['on'](_0x4a6fea[_0x1a832d(0x130)],_0x1effac=>{const _0x5b9ccc=_0x1a832d;this[_0x5b9ccc(0xb4)]=this[_0x5b9ccc(0xb4)][_0x5b9ccc(0x85)](()=>this['processEnvelope'](_0x1effac,_0x1680d5))[_0x5b9ccc(0xa6)](_0x6161=>logger[_0x5b9ccc(0xa0)](_0x5b9ccc(0x144)+util['format'](_0x6161)));});}async[a5_0x4c3381(0xb9)](_0x26f5b9,_0x2818f4){const _0x21fa82=a5_0x4c3381;switch(!![]){case!!_0x26f5b9[_0x21fa82(0x91)]:await this[_0x21fa82(0xa3)](_0x26f5b9[_0x21fa82(0x91)]);break;case!!_0x26f5b9[_0x21fa82(0xcf)]:await this[_0x21fa82(0xdc)](_0x26f5b9[_0x21fa82(0xcf)]);break;case!!_0x26f5b9[_0x21fa82(0x7d)]:await this[_0x21fa82(0xbe)](_0x26f5b9['testCaseStarted'],_0x2818f4,_0x26f5b9);break;case!!_0x26f5b9['testCaseFinished']:await this[_0x21fa82(0x126)](_0x26f5b9['testCaseFinished'],_0x2818f4,_0x26f5b9);break;case!!_0x26f5b9[_0x21fa82(0x94)]:await this['onTestStepStarted'](_0x26f5b9['testStepStarted'],_0x2818f4);break;case!!_0x26f5b9[_0x21fa82(0xa5)]:await this[_0x21fa82(0x128)](_0x26f5b9[_0x21fa82(0xa5)],_0x2818f4);break;case!!_0x26f5b9[_0x21fa82(0x13e)]:this[_0x21fa82(0x14a)](_0x26f5b9[_0x21fa82(0x13e)]);break;case!!_0x26f5b9[_0x21fa82(0xd6)]:this[_0x21fa82(0xb6)](_0x26f5b9['testCase']);break;case!!_0x26f5b9[_0x21fa82(0xcd)]:this[_0x21fa82(0xe7)](_0x26f5b9[_0x21fa82(0xcd)]);break;case!!_0x26f5b9['gherkinDocument']:this['onGherkinDocument'](_0x26f5b9['gherkinDocument']);break;}}async[a5_0x4c3381(0x14f)](){const _0x10c965=a5_0x4c3381,_0xa1291a={};_0xa1291a[_0x10c965(0xd8)]=function(_0x577e38,_0x284640){return _0x577e38===_0x284640;},_0xa1291a[_0x10c965(0x112)]=_0x10c965(0xd4);const _0x8644eb=_0xa1291a;await this[_0x10c965(0xb4)],_0x8644eb[_0x10c965(0xd8)](typeof super['finished'],_0x8644eb[_0x10c965(0x112)])&&await super['finished']();}[a5_0x4c3381(0x14a)](_0x48b883){const _0xbb5ae7=a5_0x4c3381;this[_0xbb5ae7(0xef)][_0xbb5ae7(0xc9)]=Object[_0xbb5ae7(0x110)]([],this['report'][_0xbb5ae7(0xc9)]||[]),this[_0xbb5ae7(0xef)]['hooks'][_0xbb5ae7(0xc8)](_0x48b883);}[a5_0x4c3381(0xe7)](_0x23348e){const _0x57abe6=a5_0x4c3381;this[_0x57abe6(0xef)][_0x57abe6(0xcd)]=Object['assign']([],this[_0x57abe6(0xef)]['pickle']||[],[_0x23348e]),this['report'][_0x57abe6(0xcd)][_0x57abe6(0xc8)](_0x23348e);}[a5_0x4c3381(0xff)](_0x213bb7){const _0x19b181=a5_0x4c3381;this[_0x19b181(0xef)][_0x19b181(0x9e)]=Object[_0x19b181(0x110)]([],this[_0x19b181(0xef)]['gherkinDocument']||[],[_0x213bb7]),this[_0x19b181(0xef)][_0x19b181(0x9e)][_0x19b181(0xc8)](_0x213bb7);}[a5_0x4c3381(0xf5)](_0x3e8a69){const _0x2e56f7=a5_0x4c3381;this['report'][_0x2e56f7(0x147)]=_0x3e8a69;}[a5_0x4c3381(0x132)](_0x44dc9e){const _0x38c30=a5_0x4c3381;this[_0x38c30(0xef)]['stepDefinition']=Object[_0x38c30(0x110)]([],this[_0x38c30(0xef)][_0x38c30(0x107)]||[],[_0x44dc9e]),this[_0x38c30(0xef)][_0x38c30(0x107)][_0x38c30(0xc8)](_0x44dc9e);}[a5_0x4c3381(0xb6)](_0x293025){const _0x186b83=a5_0x4c3381;this[_0x186b83(0xef)][_0x186b83(0xc7)]=Object[_0x186b83(0x110)]([],this[_0x186b83(0xef)][_0x186b83(0xc7)]||[],[_0x293025]),this['report']['testCases'][_0x186b83(0xc8)](_0x293025);}[a5_0x4c3381(0x7f)](_0x5a7734){const _0x5b5f4c=a5_0x4c3381,_0x33ad72={'sZPZS':function(_0x430624,_0x42cf63){return _0x430624!==_0x42cf63;},'CWAZY':_0x5b5f4c(0x93),'PPyZZ':function(_0x33ba2d,_0x45d342){return _0x33ba2d+_0x45d342;},'lGkZQ':function(_0x5f2a30,_0x201147){return _0x5f2a30+_0x201147;},'eqnpq':function(_0x2bb703,_0x2803e2){return _0x2bb703+_0x2803e2;},'daBCR':_0x5b5f4c(0x11a),'SDLkl':_0x5b5f4c(0x79),'PdunH':function(_0x458d63,_0x27fad7){return _0x458d63===_0x27fad7;},'ACvMi':'FAILED','DHGAK':function(_0x226c33,_0x3e8a93,_0x3c7244){return _0x226c33(_0x3e8a93,_0x3c7244);},'KzBGS':_0x5b5f4c(0xf6),'mnavD':_0x5b5f4c(0x138),'PVTUR':function(_0x45d89e,_0x1245f3){return _0x45d89e+_0x1245f3;},'aVKWI':function(_0x313bdc,_0x176e3a){return _0x313bdc+_0x176e3a;},'ZfJOs':function(_0x49f9ff,_0x508dcb){return _0x49f9ff+_0x508dcb;}};_0x33ad72[_0x5b5f4c(0x155)](global[_0x5b5f4c(0xb8)],undefined)&&this[_0x5b5f4c(0x12f)](_0x33ad72[_0x5b5f4c(0x114)](_0x33ad72[_0x5b5f4c(0x114)]('\x0a',global[_0x5b5f4c(0xb8)]),'\x0a'));const _0x267f8b=this[_0x5b5f4c(0xf3)][_0x5b5f4c(0x152)](_0x5a7734[_0x5b5f4c(0xb7)]);this['log'](_0x33ad72[_0x5b5f4c(0xd0)](_0x33ad72[_0x5b5f4c(0x13f)](_0x33ad72[_0x5b5f4c(0x114)](_0x33ad72[_0x5b5f4c(0x117)]('\x20\x20',_0x267f8b[_0x5b5f4c(0x9e)][_0x5b5f4c(0x149)][_0x5b5f4c(0x121)]),_0x33ad72['SDLkl']),_0x267f8b['pickle']['name']),'\x0a'));const _0x5a33c8={};_0x5a33c8[_0x5b5f4c(0x8b)]=this['cwd'],_0x5a33c8[_0x5b5f4c(0xd9)]=this[_0x5b5f4c(0xd9)],_0x5a33c8[_0x5b5f4c(0xd2)]=this[_0x5b5f4c(0xd2)],_0x5a33c8[_0x5b5f4c(0x8f)]=_0x267f8b;const _0x4f217a=formatterHelpers[_0x5b5f4c(0x12e)](_0x5a33c8);let _0x4aef9b=![];_0x4f217a[_0x5b5f4c(0xbc)][_0x5b5f4c(0x11d)](_0x3a4209=>{const _0x2ea576=_0x5b5f4c;if(_0x33ad72[_0x2ea576(0x155)](_0x3a4209[_0x2ea576(0x121)],_0x33ad72['CWAZY'])&&!this[_0x2ea576(0x103)](_0x3a4209)){totalTests+=0x1,this[_0x2ea576(0x12f)](_0x33ad72[_0x2ea576(0xfb)](_0x33ad72[_0x2ea576(0x114)](_0x33ad72['PPyZZ'](_0x33ad72['eqnpq'](_0x33ad72[_0x2ea576(0x114)](_0x33ad72[_0x2ea576(0xeb)],_0x3a4209[_0x2ea576(0xbb)]),_0x3a4209[_0x2ea576(0xb5)]||''),_0x33ad72[_0x2ea576(0x95)]),Status[_0x3a4209[_0x2ea576(0xf6)][_0x2ea576(0x139)]]),'\x0a')),this['incrementCounter'](Status[_0x3a4209['result'][_0x2ea576(0x139)]]);if(_0x33ad72[_0x2ea576(0x13d)](Status[_0x3a4209[_0x2ea576(0xf6)][_0x2ea576(0x139)]],_0x33ad72['ACvMi'])){_0x4aef9b=!![];const _0x2e1366=_0x33ad72[_0x2ea576(0xe1)](nestedKeyValue,_0x3a4209,[_0x33ad72['KzBGS'],_0x33ad72[_0x2ea576(0x14e)]]);_0x2e1366&&(testsErrorMessage[_0x33ad72[_0x2ea576(0x12d)](_0x33ad72[_0x2ea576(0x114)](_0x267f8b[_0x2ea576(0x9e)][_0x2ea576(0x149)][_0x2ea576(0x121)],_0x33ad72[_0x2ea576(0x95)]),_0x267f8b['pickle'][_0x2ea576(0x121)])]=_0x2e1366,this[_0x2ea576(0x12f)](_0x33ad72[_0x2ea576(0x12d)](_0x2e1366,'\x0a')));}}}),_0x4aef9b&&(testSuitesFailed+=0x1),this[_0x5b5f4c(0x12f)]('\x0a');}[a5_0x4c3381(0xa9)](_0x388922){}['isBstackHook'](_0x2dc238){const _0x4b1e11=a5_0x4c3381,_0x30bb29={};_0x30bb29[_0x4b1e11(0x13a)]=function(_0x3f72cf,_0x32c90){return _0x3f72cf!==_0x32c90;},_0x30bb29[_0x4b1e11(0x109)]=_0x4b1e11(0x8d);const _0x1b4868=_0x30bb29;if(_0x1b4868[_0x4b1e11(0x13a)](_0x2dc238['sourceLocation'],undefined))return![];if(_0x2dc238[_0x4b1e11(0xe6)]&&_0x2dc238[_0x4b1e11(0xe6)][_0x4b1e11(0xa1)][_0x4b1e11(0x125)](_0x1b4868[_0x4b1e11(0x109)]))return!![];return![];}[a5_0x4c3381(0xa4)](_0x381c73){const _0x34d0ed=a5_0x4c3381,_0x20f2d4={};_0x20f2d4[_0x34d0ed(0x111)]='FAILED',_0x20f2d4['rXwDC']='PASSED',_0x20f2d4[_0x34d0ed(0x10b)]='SKIPPED',_0x20f2d4[_0x34d0ed(0xa2)]=_0x34d0ed(0x154),_0x20f2d4[_0x34d0ed(0x83)]=_0x34d0ed(0x122),_0x20f2d4['fRHLr']=_0x34d0ed(0xca),_0x20f2d4[_0x34d0ed(0x14d)]='AMBIGUOUS';const _0x2e0b64=_0x20f2d4;switch(_0x381c73){case _0x2e0b64['RCrvO']:testsFailed+=0x1;break;case _0x2e0b64[_0x34d0ed(0xe9)]:testsPassed+=0x1;break;case _0x2e0b64[_0x34d0ed(0x10b)]:testsSkipped+=0x1;break;case _0x2e0b64[_0x34d0ed(0xa2)]:testsPending+=0x1;break;case _0x2e0b64['jpcNA']:testsUndefined+=0x1;break;case _0x2e0b64['fRHLr']:testsUnknown+=0x1;break;case _0x2e0b64[_0x34d0ed(0x14d)]:testsAmbiguous+=0x1;break;default:break;}}async['onTestRunStarted'](_0x409f46){const _0x4b2aee=a5_0x4c3381,_0x1c3548={'ZuyxJ':function(_0x2a2baf,_0x36764b){return _0x2a2baf!==_0x36764b;},'NMcJu':function(_0xe9ffe3,_0x31310a){return _0xe9ffe3!==_0x31310a;},'pSHfy':function(_0x316bde){return _0x316bde();},'cGTeE':function(_0x1605be,_0x3e3489){return _0x1605be(_0x3e3489);},'eZULq':function(_0x529f53,_0x3a0e8d){return _0x529f53+_0x3a0e8d;},'ybqEM':_0x4b2aee(0x82)};let _0x2736b7;if(_0x1c3548['ZuyxJ'](process[_0x4b2aee(0x156)][_0x4b2aee(0xce)],undefined)){const _0x1be1fe=JSON[_0x4b2aee(0x116)](process[_0x4b2aee(0x156)]['CONFIG']);_0x2736b7=_0x1be1fe[_0x4b2aee(0x10f)];}_0x1c3548[_0x4b2aee(0x134)](_0x2736b7,undefined)&&_0x1c3548[_0x4b2aee(0x153)](isBrowserstackInfra)&&(global['__platform']=_0x1c3548[_0x4b2aee(0xfa)](getPlatformName,_0x2736b7),this[_0x4b2aee(0x12f)](_0x1c3548[_0x4b2aee(0xfc)](_0x4b2aee(0xdd)+global[_0x4b2aee(0xb8)],'\x0a'))),_0x1c3548[_0x4b2aee(0x153)](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0x4b2aee(0xef)][_0x4b2aee(0x91)]=_0x409f46,BrowserstackCLI['getInstance']()['isCliEnabled']()&&await this[_0x4b2aee(0xa7)]()&&(TestInfo[_0x4b2aee(0x12a)](_0x1c3548[_0x4b2aee(0xe3)]),await BrowserstackCLI[_0x4b2aee(0x7b)]()[_0x4b2aee(0xc3)]()['trackEvent'](TestFrameworkState['INIT_TEST'],HookState[_0x4b2aee(0x141)],{})));}[a5_0x4c3381(0xdc)](_0x51949e){const _0x261faa=a5_0x4c3381;this['report'][_0x261faa(0xcf)]=_0x51949e,this['logTestRunFinished'](_0x51949e);}async['onTestCaseStarted'](_0x4cf6be,_0x491f9b,_0x1453c6){const _0x429b0f=a5_0x4c3381,_0xd5ec3a={'DQdGJ':function(_0x4c3d41,_0x5ba826){return _0x4c3d41(_0x5ba826);},'kdMup':_0x429b0f(0x131),'NBdEL':function(_0x19b05f,_0xe96f6d){return _0x19b05f&&_0xe96f6d;}};testSuites+=0x1;if(_0xd5ec3a[_0x429b0f(0x151)](shouldProcessEventForTesthub,_0xd5ec3a[_0x429b0f(0x148)]))try{this[_0x429b0f(0xef)]['testCaseStarted']=this['report'][_0x429b0f(0x7d)]||{},this[_0x429b0f(0xef)][_0x429b0f(0x7d)][_0x4cf6be['id']]=_0x4cf6be;let _0xd5bea0=null;BrowserstackCLI[_0x429b0f(0x7b)]()[_0x429b0f(0x135)]()&&await this['isCLIReady']()?_0xd5bea0=TestInfo[_0x429b0f(0x106)](_0x4cf6be['id']):_0xd5bea0=TestDetails[_0x429b0f(0x106)](_0x4cf6be['id']);_testCasesData[_0x4cf6be['id']]=Object['assign']({},_0x1453c6);const _0x554289=this[_0x429b0f(0xef)],_0x4a1c62=_0x4cf6be[_0x429b0f(0xfd)],_0x57ce2c=_0x554289[_0x429b0f(0xc7)][_0x429b0f(0x102)](_0x290bf9=>_0x290bf9['id']===_0x4a1c62)[_0x429b0f(0x104)],_0x4a5ba4=_0x554289['pickle'][_0x429b0f(0x102)](_0x762293=>_0x762293['id']===_0x57ce2c),_0x381d00=_0x554289[_0x429b0f(0x9e)]['find'](_0x3447fe=>_0x3447fe[_0x429b0f(0xa1)]===_0x4a5ba4['uri']),_0x2daf5d=_0x381d00[_0x429b0f(0x149)],_0x49c660={'uuid':_0xd5bea0,'startedAt':new Date()[_0x429b0f(0x108)]()};if(_0x4a5ba4){const _0x24d488={};_0x24d488['name']=_0x4a5ba4[_0x429b0f(0x121)],_0x49c660['scenario']=_0x24d488;}if(_0xd5ec3a[_0x429b0f(0x9b)](_0x381d00,_0x2daf5d)){const _0x117581={};_0x117581['path']=_0x381d00[_0x429b0f(0xa1)],_0x117581[_0x429b0f(0x121)]=_0x2daf5d['name'],_0x117581[_0x429b0f(0xad)]=_0x2daf5d['description'],_0x49c660[_0x429b0f(0x149)]=_0x117581;}_tests[_0x4a1c62]=_0x49c660;if(BrowserstackCLI[_0x429b0f(0x7b)]()[_0x429b0f(0x135)]()&&await this[_0x429b0f(0xa7)]()){const _0xa5f320=await cucumberUtils[_0x429b0f(0xea)](_0x49c660,_0x4a5ba4,_0x1453c6,_0x381d00,_0x4cf6be['id'],_0xd5ec3a[_0x429b0f(0x148)]),_0xf2f35={};_0xf2f35[_0x429b0f(0x78)]=_0xa5f320,await BrowserstackCLI[_0x429b0f(0x7b)]()['getTestFramework']()[_0x429b0f(0xf7)](TestFrameworkState[_0x429b0f(0x136)],HookState[_0x429b0f(0x141)],_0xf2f35);return;}await testObservabilityReporter[_0x429b0f(0x100)](_0x1453c6,_0x381d00,_0x4a5ba4,_0xd5ec3a[_0x429b0f(0x148)],_0x49c660);}catch(_0x325e58){logger[_0x429b0f(0xa0)](_0x429b0f(0xc0)+util[_0x429b0f(0x13b)](_0x325e58)+'\x20');}}async[a5_0x4c3381(0x126)](_0x4849ce,_0x18ba87,_0xe56a98){const _0x4cc6a1=a5_0x4c3381,_0x37c88a={'fDZSR':function(_0x4584c7,_0x252205){return _0x4584c7(_0x252205);},'pauHV':_0x4cc6a1(0x7e),'jXVWA':'test'};try{this['logTestCaseFinished'](_0x4849ce);}catch(_0x68fdf3){logger[_0x4cc6a1(0xa0)](_0x4cc6a1(0xba)+util[_0x4cc6a1(0x13b)](_0x68fdf3));}if(_0x37c88a[_0x4cc6a1(0x113)](shouldProcessEventForTesthub,_0x37c88a[_0x4cc6a1(0x11e)]))try{this[_0x4cc6a1(0xef)][_0x4cc6a1(0xe2)]=this[_0x4cc6a1(0xef)]['testCaseFinished']||{},this[_0x4cc6a1(0xef)][_0x4cc6a1(0xe2)][_0x4849ce[_0x4cc6a1(0xb7)]]=_0x4849ce,_testCasesData[_0xe56a98['id']]=Object['assign']({},_0xe56a98);const _0x5084a9=_0x4849ce[_0x4cc6a1(0xb7)],_0x4c5bc6=_0x18ba87[_0x4cc6a1(0xf3)]['testCaseAttemptDataMap'][_0x5084a9][_0x4cc6a1(0xfd)],_0x2055dd=_0x18ba87[_0x4cc6a1(0xf3)][_0x4cc6a1(0x137)][_0x4c5bc6],_0x42a4f3=_0x2055dd[_0x4cc6a1(0x104)],_0x2c9eb1=_0x18ba87[_0x4cc6a1(0xf3)][_0x4cc6a1(0x11b)][_0x42a4f3],_0x5b0a42=this['getGherkinDocument'](_0x18ba87,_0x2c9eb1),_0x567857=_0x5b0a42[_0x4cc6a1(0x149)],_0x210bda=_tests[_0x4c5bc6];_0x210bda&&(delete _tests[_0x4c5bc6],_0x210bda[_0x4cc6a1(0xd5)]=new Date()[_0x4cc6a1(0x108)]());if(BrowserstackCLI[_0x4cc6a1(0x7b)]()[_0x4cc6a1(0x135)]()&&await this[_0x4cc6a1(0xa7)]()){const _0x341160=await cucumberUtils[_0x4cc6a1(0xea)](_0x210bda,_0x2c9eb1,_0xe56a98,_0x5b0a42,_0x5084a9,_0x37c88a['pauHV']),_0x55b53f={};_0x55b53f[_0x4cc6a1(0x78)]=_0x341160,await BrowserstackCLI[_0x4cc6a1(0x7b)]()[_0x4cc6a1(0xc3)]()[_0x4cc6a1(0xf7)](TestFrameworkState[_0x4cc6a1(0x136)],HookState['POST'],_0x55b53f);const _0x50c066={};_0x50c066['testUUID']=_0x4849ce[_0x4cc6a1(0xb7)],_0x50c066[_0x4cc6a1(0xc5)]=_0x37c88a['jXVWA'],await BrowserstackCLI[_0x4cc6a1(0x7b)]()[_0x4cc6a1(0xc3)]()[_0x4cc6a1(0xf7)](TestFrameworkState[_0x4cc6a1(0x157)],HookState[_0x4cc6a1(0xe0)],_0x50c066);return;}await testObservabilityReporter[_0x4cc6a1(0x100)](_0xe56a98,_0x5b0a42,_0x2c9eb1,_0x37c88a[_0x4cc6a1(0x11e)],_0x210bda);}catch(_0x2a4425){logger[_0x4cc6a1(0xa0)](_0x4cc6a1(0xaa)+util[_0x4cc6a1(0x13b)](_0x2a4425));}}async['onTestStepStarted'](_0x463998,_0x1c3181){const _0x390b33=a5_0x4c3381,_0x2708bb={'dJdSG':function(_0x2be46a,_0x2e4605){return _0x2be46a(_0x2e4605);},'yUxAc':_0x390b33(0x9c),'qXILa':function(_0x561b53,_0x5d0d49){return _0x561b53!==_0x5d0d49;},'NwsiV':'testStepId'};if(_0x2708bb[_0x390b33(0xfe)](shouldProcessEventForTesthub,_0x2708bb['yUxAc']))try{this[_0x390b33(0xef)][_0x390b33(0x94)]=this[_0x390b33(0xef)][_0x390b33(0x94)]||{},this[_0x390b33(0xef)]['testStepStarted'][_0x463998[_0x390b33(0xb7)]]=_0x463998;const _0x30e58b=_0x463998[_0x390b33(0xb7)],_0x206938=_0x1c3181[_0x390b33(0xf3)][_0x390b33(0x105)][_0x30e58b]['testCaseId'],_0x42abff=this[_0x390b33(0xef)][_0x390b33(0xc7)][_0x390b33(0x102)](_0x44435a=>_0x44435a['id']===_0x206938)[_0x390b33(0x104)],_0xd40919=this[_0x390b33(0xef)][_0x390b33(0xcd)][_0x390b33(0x102)](_0x2018aa=>_0x2018aa['id']===_0x42abff),_0x1dac0d=this[_0x390b33(0xef)][_0x390b33(0xc7)][_0x390b33(0x102)](_0x1c7f7c=>_0x1c7f7c['id']===_0x206938)[_0x390b33(0xbc)],_0x185c0f=this[_0x390b33(0xef)][_0x390b33(0x94)][_0x30e58b]['testStepId'],_0x48b90f=_0x1dac0d[_0x390b33(0x102)](_0x29e24e=>_0x29e24e['id']===_0x185c0f)[_0x390b33(0xf0)],_0x3bd0b0=_0xd40919[_0x390b33(0x8e)][_0x390b33(0x102)](_0x3dc9cf=>_0x3dc9cf['id']===_0x48b90f);if(_0x48b90f&&_tests[_0x206938]&&_0x2708bb['qXILa'](_tests[_0x206938][_0x2708bb[_0x390b33(0xb0)]],_0x185c0f)){_tests[_0x206938][_0x2708bb[_0x390b33(0xb0)]]=_0x185c0f;const _0x295316={};_0x295316[_0x390b33(0x8e)]=[];const _0x3d7b94=_tests[_0x206938]||_0x295316;_0x3d7b94&&!_0x3d7b94['steps']&&(_0x3d7b94[_0x390b33(0x8e)]=[]),_0x3d7b94[_0x390b33(0x8e)][_0x390b33(0xc8)]({'id':_0x3bd0b0['id'],'text':_0x3bd0b0[_0x390b33(0xb5)],'started_at':new Date()[_0x390b33(0x108)]()}),_tests[_0x206938]=_0x3d7b94;}if(BrowserstackCLI[_0x390b33(0x7b)]()[_0x390b33(0x135)]()&&await this[_0x390b33(0xa7)]()){const _0x2cd945=await cucumberUtils['createHookData'](this[_0x390b33(0xef)],_0x30e58b,_0x2708bb['yUxAc'],_0x1dac0d,_0x185c0f,_tests[_0x206938]);_0x2cd945&&await BrowserstackCLI[_0x390b33(0x7b)]()['getTestFramework']()[_0x390b33(0xf7)](TestFrameworkState[_0x2cd945[_0x390b33(0xb3)]],HookState[_0x390b33(0x141)],{'hookData':_0x2cd945,'testUUID':_0x463998[_0x390b33(0xb7)]});return;}await testObservabilityReporter[_0x390b33(0x146)](this['report'],_0x30e58b,_0x2708bb[_0x390b33(0xec)],_0x1dac0d,_0x185c0f,_tests[_0x206938]);}catch(_0x44ee3a){logger[_0x390b33(0xa0)]('Exception\x20in\x20onTestStepStarted\x20event:\x20'+util[_0x390b33(0x13b)](_0x44ee3a));}}async[a5_0x4c3381(0x128)](_0x1c1023,_0x7c9e24){const _0x1e3337=a5_0x4c3381,_0x4f694b={'ykMjG':function(_0xcb3663,_0x3a5d1d){return _0xcb3663===_0x3a5d1d;},'haSWI':'3|4|1|2|0','ZSDLB':function(_0x302f11,_0x13c5f0){return _0x302f11(_0x13c5f0);},'rzlgB':'HookRunFinished','yNRhA':_0x1e3337(0x101),'UYHBE':function(_0x2de714,_0x2c1b0f){return _0x2de714===_0x2c1b0f;},'LsrQK':function(_0x4eaa7d,_0xa26f01){return _0x4eaa7d===_0xa26f01;},'kMctl':_0x1e3337(0xf8),'lcxST':_0x1e3337(0x89),'HieNw':_0x1e3337(0x9c),'DOQNo':'hook'};this['report'][_0x1e3337(0xa5)]=this[_0x1e3337(0xef)]['testStepFinished']||{},this[_0x1e3337(0xef)][_0x1e3337(0xa5)][_0x1c1023[_0x1e3337(0xb7)]]=_0x1c1023;if(_0x4f694b[_0x1e3337(0x9d)](shouldProcessEventForTesthub,_0x4f694b[_0x1e3337(0x10a)]))try{const _0x49779d=_0x1c1023['testCaseStartedId'],_0x294461=_0x7c9e24['eventDataCollector'][_0x1e3337(0x105)][_0x49779d][_0x1e3337(0xfd)],_0x2b3915=_0x7c9e24[_0x1e3337(0xf3)]['testCaseMap'][_0x294461],_0x6d0b5b=_0x2b3915[_0x1e3337(0x104)],_0x3b381d=_0x7c9e24[_0x1e3337(0xf3)][_0x1e3337(0x11b)][_0x6d0b5b],_0x323663=_0x1c1023[_0x1e3337(0x89)],_0x11bb9b=_0x2b3915[_0x1e3337(0xbc)],_0x28127c=this['eventDataCollector'][_0x1e3337(0x152)](_0x49779d),_0x4681be=_0x11bb9b['find'](_0x16a9d1=>_0x16a9d1['id']===_0x323663)[_0x1e3337(0xf0)];let _0x418d10,_0x5efd4b;_0x1c1023['testStepResult']&&_0x4f694b[_0x1e3337(0x80)](_0x1c1023[_0x1e3337(0x10d)][_0x1e3337(0x139)]['toString']()['toLowerCase'](),_0x4f694b[_0x1e3337(0x123)])&&(_0x418d10=_0x4f694b[_0x1e3337(0xbd)](_0x1c1023[_0x1e3337(0x10d)]['exception'],undefined)?_0x1c1023[_0x1e3337(0x10d)][_0x1e3337(0x138)]:_0x1c1023[_0x1e3337(0x10d)][_0x1e3337(0xde)][_0x1e3337(0x138)],_0x5efd4b=_0x4f694b[_0x1e3337(0x98)](_0x1c1023[_0x1e3337(0x10d)][_0x1e3337(0xde)],undefined)?_0x4f694b[_0x1e3337(0xaf)]:_0x1c1023[_0x1e3337(0x10d)]['message']);if(_0x4681be&&_tests[_0x294461][_0x4f694b[_0x1e3337(0xae)]]){const _0x382cde=_0x3b381d['steps'][_0x1e3337(0x102)](_0x2a6a4d=>_0x2a6a4d['id']===_0x4681be),_0x3d2390={};_0x3d2390[_0x1e3337(0x8e)]=[];const _0xbaf6a9=_tests[_0x294461]||_0x3d2390;!_0xbaf6a9[_0x1e3337(0x8e)]?_0xbaf6a9['steps']=[{'id':_0x382cde['id'],'text':_0x382cde[_0x1e3337(0xb5)],'finished_at':new Date()[_0x1e3337(0x108)](),'result':_0x1c1023[_0x1e3337(0x10d)][_0x1e3337(0x139)],'duration':_0x1c1023[_0x1e3337(0x10d)][_0x1e3337(0xe4)][_0x1e3337(0x99)],'failure':_0x418d10,'failureType':_0x5efd4b}]:_0xbaf6a9['steps'][_0x1e3337(0x11d)](_0x335656=>{const _0x128fc6=_0x1e3337;if(_0x4f694b[_0x128fc6(0x80)](_0x335656['id'],_0x382cde['id'])){const _0x13187e=_0x4f694b[_0x128fc6(0x87)]['split']('|');let _0x2d1482=0x0;while(!![]){switch(_0x13187e[_0x2d1482++]){case'0':_0x335656[_0x128fc6(0xcb)]=_0x5efd4b;continue;case'1':_0x335656['duration']=_0x1c1023[_0x128fc6(0x10d)][_0x128fc6(0xe4)][_0x128fc6(0x99)];continue;case'2':_0x335656[_0x128fc6(0x9a)]=_0x418d10;continue;case'3':_0x335656['finished_at']=new Date()['toISOString']();continue;case'4':_0x335656[_0x128fc6(0xf6)]=_0x1c1023['testStepResult'][_0x128fc6(0x139)];continue;}break;}}}),_tests[_0x294461]=_0xbaf6a9;}delete _tests[_0x294461][_0x4f694b[_0x1e3337(0xae)]];if(BrowserstackCLI['getInstance']()[_0x1e3337(0x135)]()&&await this[_0x1e3337(0xa7)]()){const _0x21bf9e=await cucumberUtils[_0x1e3337(0xc1)](this[_0x1e3337(0xef)],_0x49779d,_0x4f694b[_0x1e3337(0x90)],_0x11bb9b,_0x323663,_tests[_0x294461]);if(_0x21bf9e){await BrowserstackCLI[_0x1e3337(0x7b)]()[_0x1e3337(0xc3)]()['trackEvent'](TestFrameworkState[_0x21bf9e[_0x1e3337(0xb3)]],HookState['POST'],{'hookData':_0x21bf9e,'testUUID':_0x1c1023['testCaseStartedId']});const _0x817ba1={};_0x817ba1[_0x1e3337(0xc6)]=_0x1c1023[_0x1e3337(0xb7)],_0x817ba1[_0x1e3337(0xc5)]=_0x4f694b['DOQNo'],await BrowserstackCLI[_0x1e3337(0x7b)]()['getTestFramework']()[_0x1e3337(0xf7)](TestFrameworkState[_0x1e3337(0x157)],HookState[_0x1e3337(0xe0)],_0x817ba1);}return;}await testObservabilityReporter[_0x1e3337(0x146)](this['report'],_0x49779d,_0x4f694b['rzlgB'],_0x11bb9b,_0x323663,_tests[_0x294461]);}catch(_0x220264){logger[_0x1e3337(0xa0)](_0x1e3337(0x14c)+util[_0x1e3337(0x13b)](_0x220264));}}['getGherkinStepMap'](_0x433486){const _0xb0559e=a5_0x4c3381,_0x3798e9={};return _0x433486[_0xb0559e(0x149)][_0xb0559e(0x7a)][_0xb0559e(0xbf)](this['extractStepContainers'])[_0xb0559e(0x119)]()[_0xb0559e(0x11d)](_0x52deed=>_0x52deed[_0xb0559e(0x8e)]['forEach'](_0x458530=>_0x3798e9[_0x458530['id']]=_0x458530)),_0x3798e9;}[a5_0x4c3381(0x84)](_0x10ed0a){const _0x4cf56e=a5_0x4c3381,_0x422335={'YSHbF':function(_0x2e966f,_0x4ca067){return _0x2e966f(_0x4ca067);},'CMltz':function(_0x28c6df,_0x43e890){return _0x28c6df(_0x43e890);}};if(!_0x422335['YSHbF'](isUndefined,_0x10ed0a['background']))return[_0x10ed0a[_0x4cf56e(0x120)]];else{if(!_0x422335[_0x4cf56e(0x118)](isUndefined,_0x10ed0a[_0x4cf56e(0x8c)]))return _0x10ed0a[_0x4cf56e(0x8c)][_0x4cf56e(0x7a)][_0x4cf56e(0xbf)](_0x16875d=>!isUndefined(_0x16875d['background'])?_0x16875d['background']:_0x16875d[_0x4cf56e(0x14b)]);};return[_0x10ed0a[_0x4cf56e(0x14b)]];}['getGherkinDocument'](_0x414496,_0x5c8433){const _0x4a9776=a5_0x4c3381;return Object[_0x4a9776(0xf9)](_0x414496[_0x4a9776(0xf3)]['gherkinDocumentMap'])['find'](_0x3ae069=>_0x3ae069[_0x4a9776(0xa1)]===_0x5c8433[_0x4a9776(0xa1)]);}async[a5_0x4c3381(0xe5)](){const _0x2c3517=a5_0x4c3381;if(this['cliInitPromise'])return this[_0x2c3517(0x81)];return this[_0x2c3517(0x81)]=this[_0x2c3517(0x7c)](),this[_0x2c3517(0x81)];}async[a5_0x4c3381(0x7c)](){const _0x10fa27=a5_0x4c3381,_0x206c34={'fNxYq':_0x10fa27(0x10c),'QnOwv':function(_0x4c343e,_0x589188){return _0x4c343e(_0x589188);},'aArUo':_0x10fa27(0x124),'fmeOg':'../../utils/constants'};try{const _0x86b1e8=BrowserstackCLI[_0x10fa27(0x7b)]();if(_0x86b1e8[_0x10fa27(0x143)]())return logger['debug'](_0x10fa27(0x11f)+_0x86b1e8[_0x10fa27(0xda)]),!![];const _0x5833d4=process[_0x10fa27(0x156)][_0x10fa27(0xe8)];if(!_0x5833d4)return logger[_0x10fa27(0xa0)](_0x206c34[_0x10fa27(0x140)]),![];const _0x3a57df=_0x206c34['QnOwv'](require,_0x206c34['aArUo']),{FRAMEWORKS:_0x4a6c6e}=_0x206c34[_0x10fa27(0xd7)](require,_0x206c34[_0x10fa27(0x86)]);return _0x3a57df['setFrameworkDetail'](_0x4a6c6e[_0x10fa27(0xa8)],_0x4a6c6e[_0x10fa27(0x142)]),logger[_0x10fa27(0xa0)](_0x10fa27(0xf4)+_0x5833d4),await _0x86b1e8['bootstrap'](),logger[_0x10fa27(0xa0)]('CLI\x20bootstrap\x20completed\x20-\x20isRunning:\x20'+_0x86b1e8[_0x10fa27(0x143)]()+_0x10fa27(0x97)+_0x86b1e8['binSessionId']),_0x86b1e8['isRunning']();}catch(_0x5e66fd){return logger[_0x10fa27(0xa0)]('Error\x20initializing\x20CLI\x20in\x20formatter:\x20'+util['format'](_0x5e66fd)),![];}}async[a5_0x4c3381(0xa7)](){const _0x34ffb3=a5_0x4c3381;try{return await this[_0x34ffb3(0xe5)](),BrowserstackCLI[_0x34ffb3(0x7b)]()['isRunning']();}catch(_0x241d1c){return logger[_0x34ffb3(0xa0)](_0x34ffb3(0xb1)+util[_0x34ffb3(0x13b)](_0x241d1c)),![];}}}module[a5_0x4c3381(0xb2)]=o11yClassErrorHandler(BrowserstackFormatter,['onTestCaseStarted',a5_0x4c3381(0x126),a5_0x4c3381(0x150),a5_0x4c3381(0x128),a5_0x4c3381(0xa3),a5_0x4c3381(0xdc),a5_0x4c3381(0x84),a5_0x4c3381(0x145),a5_0x4c3381(0xf2)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a6_0xd9e1b7=a6_0x4d3e;function a6_0x2bc1(){const _0x3932eb=['63RvZhMa','8793cEJlpZ','BHLZE','vfepZ','PENDING','3932380KVNBpj','86157wOfslQ','YnNmN','PWvjC','env','UNKNOWN','gherkinDocument','bmtCt','text','pickle','wfGwK','actionLocation','cucumber','status','ziTAC','sourceLocation','HEHZR','ITJRV','499854GKxMSd','../../../helpers/helper','line','stack','undefined','log','\x20\x20\x20\x20','result','GKmJj','ggPZX','getStepLineToPickledStepMap','3122337OXxXnZ','qRnju','PASSED','FAILED','fiFYl','feature','qBLPD','eventBroadcaster','wmdTS','cucumber/lib/formatter/helpers/pickle_parser.js','CjWHi','jjzsJ','hOhAe','IybSE','includes','12424lJUtLZ','test-run-started','wWuJO','exception','CONFIG','logTestCaseFinished','uSPZv','AgZbj','toUpperCase','\x20\x20\x20\x20BEFORE\x20-\x20','SKIPPED','659072wuQMyN','TNNCp','eventDataCollector','dLsIq','Executing\x20tests\x20for\x20','ivxKg','name','nODRV','wmoTR','cucumber-js/test_old.setup.js','\x20-\x20','ycQOA','capability','test-run-finished','5093308ARsAyd','Xlbvs','getTestCaseData','exports','uri','poIzQ','UNDEFINED','__platform','test-case-started','\x20\x20\x20\x20AFTER\x20-\x20','vdzmf','test-step-started','AyxGU','stepResults','steps'];a6_0x2bc1=function(){return _0x3932eb;};return a6_0x2bc1();}(function(_0x18fcad,_0x524c55){const _0x560f22=a6_0x4d3e,_0x56f537=_0x18fcad();while(!![]){try{const _0x340f59=parseInt(_0x560f22(0x1eb))/0x1+parseInt(_0x560f22(0x1c8))/0x2+-parseInt(_0x560f22(0x207))/0x3+parseInt(_0x560f22(0x1d6))/0x4+parseInt(_0x560f22(0x1ea))/0x5+parseInt(_0x560f22(0x1fc))/0x6*(parseInt(_0x560f22(0x1e5))/0x7)+-parseInt(_0x560f22(0x1bd))/0x8*(parseInt(_0x560f22(0x1e6))/0x9);if(_0x340f59===_0x524c55)break;else _0x56f537['push'](_0x56f537['shift']());}catch(_0x5e5df5){_0x56f537['push'](_0x56f537['shift']());}}}(a6_0x2bc1,0xa2e51));function a6_0x4d3e(_0x182843,_0x209778){const _0x2bc186=a6_0x2bc1();return a6_0x4d3e=function(_0x4d3e7b,_0x4b8358){_0x4d3e7b=_0x4d3e7b-0x1b6;let _0x442079=_0x2bc186[_0x4d3e7b];return _0x442079;},a6_0x4d3e(_0x182843,_0x209778);}const {requireModule,getPlatformName,nestedKeyValue}=require(a6_0xd9e1b7(0x1fd)),{Formatter}=requireModule(a6_0xd9e1b7(0x1f6)),pickleParser=requireModule(a6_0xd9e1b7(0x1b7),a6_0xd9e1b7(0x1f6));class BrowserstackFormatter extends Formatter{constructor(_0x51ffe6){const _0x476045=a6_0xd9e1b7,_0xa610b6={'BHLZE':function(_0x51af2c,_0x485b94){return _0x51af2c!==_0x485b94;},'uSPZv':function(_0x3eeef8,_0x43bc6f){return _0x3eeef8!==_0x43bc6f;},'GKmJj':function(_0x42efcb,_0x3429dc){return _0x42efcb(_0x3429dc);},'PWvjC':_0x476045(0x1be),'Xlbvs':_0x476045(0x1de),'ycQOA':'test-case-finished','sRGNw':_0x476045(0x1d5),'AWvgq':_0x476045(0x1e1)};super(_0x51ffe6),_0x51ffe6[_0x476045(0x20e)]['on'](_0xa610b6[_0x476045(0x1ed)],()=>{const _0x1b84fa=_0x476045;let _0x4bfe97;if(_0xa610b6[_0x1b84fa(0x1e7)](process[_0x1b84fa(0x1ee)]['CONFIG'],undefined)){const _0x282f71=JSON['parse'](process['env'][_0x1b84fa(0x1c1)]);_0x4bfe97=_0x282f71[_0x1b84fa(0x1d4)];}_0xa610b6[_0x1b84fa(0x1c3)](_0x4bfe97,undefined)&&(global['__platform']=_0xa610b6[_0x1b84fa(0x204)](getPlatformName,_0x4bfe97),console['log'](_0x1b84fa(0x1cc)+global[_0x1b84fa(0x1dd)]));}),_0x51ffe6[_0x476045(0x20e)]['on'](_0xa610b6[_0x476045(0x1d7)],()=>{testSuites+=0x1;}),_0x51ffe6[_0x476045(0x20e)]['on'](_0xa610b6[_0x476045(0x1d3)],_0x3a056c=>{const _0x222233=_0x476045;this[_0x222233(0x1c2)](_0x3a056c);}),_0x51ffe6[_0x476045(0x20e)]['on'](_0xa610b6['sRGNw'],()=>{totalTests-=0x2;}),_0x51ffe6[_0x476045(0x20e)]['on'](_0xa610b6['AWvgq'],()=>{totalTests+=0x1;});}[a6_0xd9e1b7(0x1c2)](_0x34a963){const _0x1e6032=a6_0xd9e1b7,_0xfa3aa7={'IybSE':_0x1e6032(0x20a),'ekzIB':_0x1e6032(0x209),'CpBBB':_0x1e6032(0x1c7),'qBLPD':_0x1e6032(0x1e9),'yuasV':_0x1e6032(0x1dc),'ivxKg':_0x1e6032(0x1ef),'AgZbj':'AMBIGUOUS','HEHZR':function(_0xb7d9b1,_0x93aa5e){return _0xb7d9b1+_0x93aa5e;},'ggPZX':function(_0x34893f,_0x4bc810){return _0x34893f+_0x4bc810;},'YnNmN':_0x1e6032(0x202),'CjWHi':_0x1e6032(0x1d2),'vdzmf':function(_0x5e3f8f,_0x1ef66c){return _0x5e3f8f(_0x1ef66c);},'wfGwK':_0x1e6032(0x1d1),'bmtCt':function(_0x2ae356,_0x1e91fe){return _0x2ae356(_0x1e91fe);},'vfepZ':_0x1e6032(0x1df),'hOhAe':_0x1e6032(0x1c6),'ziTAC':function(_0x39e8a0,_0xf553c7){return _0x39e8a0===_0xf553c7;},'TNNCp':function(_0x3d429c,_0x2ad4dc,_0x3a9aa6){return _0x3d429c(_0x2ad4dc,_0x3a9aa6);},'fiFYl':'result','dLsIq':_0x1e6032(0x1c0),'AyxGU':_0x1e6032(0x1ff),'qRnju':function(_0x67d28,_0x5c5c0b){return _0x67d28!==_0x5c5c0b;},'wmdTS':function(_0x5accdb,_0x1a468f){return _0x5accdb+_0x1a468f;},'iHhMU':function(_0x45eee8,_0x2d7cc0){return _0x45eee8!==_0x2d7cc0;},'wWuJO':_0x1e6032(0x200),'jjzsJ':function(_0x285c5d,_0xdf951f){return _0x285c5d+_0xdf951f;},'splIQ':function(_0x2b8fa6,_0x552ef0){return _0x2b8fa6<_0x552ef0;},'nODRV':function(_0x5c295d,_0x56cfc5){return _0x5c295d+_0x56cfc5;},'ITJRV':function(_0xd3160b,_0x5d94d){return _0xd3160b+_0x5d94d;},'wmoTR':function(_0x5b0156,_0x3f82a0){return _0x5b0156===_0x3f82a0;},'JfiHv':function(_0x132dba,_0x45ae40){return _0x132dba+_0x45ae40;},'poIzQ':function(_0x5a76ea,_0x4cc432){return _0x5a76ea+_0x4cc432;}};let _0x2a8265=![];function _0x5f22b0(_0x6185b1){const _0x52d559=_0x1e6032;switch(_0x6185b1){case _0xfa3aa7['IybSE']:testsFailed+=0x1;break;case _0xfa3aa7['ekzIB']:testsPassed+=0x1;break;case _0xfa3aa7['CpBBB']:testsSkipped+=0x1;break;case _0xfa3aa7[_0x52d559(0x20d)]:testsPending+=0x1;break;case _0xfa3aa7['yuasV']:testsUndefined+=0x1;break;case _0xfa3aa7[_0x52d559(0x1cd)]:testsUnknown+=0x1;break;case _0xfa3aa7[_0x52d559(0x1c4)]:testsAmbiguous+=0x1;break;default:break;}}_0xfa3aa7[_0x1e6032(0x208)](global['__platform'],undefined)&&console['log'](_0xfa3aa7['wmdTS'](_0xfa3aa7['HEHZR']('\x0a',global[_0x1e6032(0x1dd)]),'\x0a'));let _0x5d6d9b=![];if(_0xfa3aa7['iHhMU'](typeof this['eventDataCollector'][_0x1e6032(0x1d8)],_0xfa3aa7[_0x1e6032(0x1bf)])){var _0x4f589e=this['eventDataCollector'][_0x1e6032(0x1d8)](_0x34a963[_0x1e6032(0x1f9)]),_0x13495b=_0x4f589e[_0x1e6032(0x1f3)],_0x30b035=_0x4f589e['testCase'];console[_0x1e6032(0x201)](_0xfa3aa7['ggPZX']('\x20\x20',_0x13495b[_0x1e6032(0x1ce)]));var _0x2e70b3=(0x0,pickleParser[_0x1e6032(0x206)])(_0x13495b);_0x30b035[_0x1e6032(0x1e4)]['forEach'](function(_0x419b0e){const _0x226561=_0x1e6032;if(_0x419b0e[_0x226561(0x1f5)]&&_0x419b0e['sourceLocation'])_0x2a8265=!![],console['log'](_0xfa3aa7[_0x226561(0x1fa)](_0xfa3aa7[_0x226561(0x1fa)](_0xfa3aa7[_0x226561(0x205)](_0xfa3aa7[_0x226561(0x1ec)],_0x2e70b3[_0x419b0e[_0x226561(0x1f9)]['line']][_0x226561(0x1f2)]),_0xfa3aa7[_0x226561(0x1b8)]),_0x419b0e[_0x226561(0x203)][_0x226561(0x1f7)][_0x226561(0x1c5)]())),_0xfa3aa7['vdzmf'](_0x5f22b0,_0x419b0e['result'][_0x226561(0x1f7)][_0x226561(0x1c5)]());else _0x419b0e[_0x226561(0x1f5)]&&(!_0x419b0e[_0x226561(0x1f5)][_0x226561(0x1da)][_0x226561(0x1bc)](_0xfa3aa7['wfGwK'])&&(_0xfa3aa7[_0x226561(0x1f1)](_0x5f22b0,_0x419b0e['result']['status'][_0x226561(0x1c5)]()),_0x2a8265?console[_0x226561(0x201)](_0xfa3aa7['HEHZR'](_0xfa3aa7[_0x226561(0x1e8)],_0x419b0e[_0x226561(0x203)][_0x226561(0x1f7)][_0x226561(0x1c5)]())):console[_0x226561(0x201)](_0xfa3aa7[_0x226561(0x205)](_0xfa3aa7['hOhAe'],_0x419b0e[_0x226561(0x203)][_0x226561(0x1f7)]['toUpperCase']()))));if(_0xfa3aa7[_0x226561(0x1f8)](_0x419b0e[_0x226561(0x203)][_0x226561(0x1f7)][_0x226561(0x1c5)](),_0xfa3aa7['IybSE'])){const _0x4c4895=_0xfa3aa7[_0x226561(0x1c9)](nestedKeyValue,_0x419b0e,[_0xfa3aa7[_0x226561(0x20b)],_0xfa3aa7[_0x226561(0x1cb)],_0xfa3aa7['AyxGU']]);_0x4c4895&&(testsErrorMessage[_0x13495b[_0x226561(0x1ce)]]=_0x4c4895,console[_0x226561(0x201)](_0xfa3aa7[_0x226561(0x1fa)](_0x4c4895,'\x0a'))),_0x5d6d9b=!![];}});}else{const _0x42f166=this[_0x1e6032(0x1ca)]['getTestCaseAttempt'](_0x34a963);console['log'](_0xfa3aa7[_0x1e6032(0x205)](_0xfa3aa7[_0x1e6032(0x205)](_0xfa3aa7[_0x1e6032(0x1b9)]('\x20\x20',_0x42f166['gherkinDocument'][_0x1e6032(0x20c)][_0x1e6032(0x1ce)]),_0xfa3aa7[_0x1e6032(0x1b8)]),_0x42f166[_0x1e6032(0x1f3)][_0x1e6032(0x1ce)]));const _0x25e936=(0x0,pickleParser[_0x1e6032(0x206)])(_0x42f166[_0x1e6032(0x1f3)]),_0x3425cb=_0x42f166['testCase'][_0x1e6032(0x1e4)],_0x560c75=_0x42f166[_0x1e6032(0x1e3)],_0x281b18=_0x3425cb['length'];for(let _0x47b355=0x0;_0xfa3aa7['splIQ'](_0x47b355,_0x281b18);_0x47b355++){const _0x49e0b6=_0x3425cb[_0x47b355];if(_0x49e0b6[_0x1e6032(0x1f5)]&&_0x49e0b6[_0x1e6032(0x1f9)])_0x2a8265=!![],console['log'](_0xfa3aa7[_0x1e6032(0x1b6)](_0xfa3aa7[_0x1e6032(0x1cf)](_0xfa3aa7[_0x1e6032(0x1fb)](_0xfa3aa7[_0x1e6032(0x1ec)],_0x25e936[_0x49e0b6[_0x1e6032(0x1f9)][_0x1e6032(0x1fe)]][_0x1e6032(0x1f2)]),_0xfa3aa7['CjWHi']),_0x560c75[_0x47b355][_0x1e6032(0x1f7)][_0x1e6032(0x1c5)]())),_0xfa3aa7[_0x1e6032(0x1e0)](_0x5f22b0,_0x560c75[_0x47b355][_0x1e6032(0x1f7)]['toUpperCase']());else _0x49e0b6[_0x1e6032(0x1f5)]&&(!_0x49e0b6[_0x1e6032(0x1f5)][_0x1e6032(0x1da)][_0x1e6032(0x1bc)](_0xfa3aa7[_0x1e6032(0x1f4)])&&(_0xfa3aa7[_0x1e6032(0x1e0)](_0x5f22b0,_0x560c75[_0x47b355][_0x1e6032(0x1f7)][_0x1e6032(0x1c5)]()),_0x2a8265?console[_0x1e6032(0x201)](_0xfa3aa7[_0x1e6032(0x1cf)](_0xfa3aa7[_0x1e6032(0x1e8)],_0x560c75[_0x47b355][_0x1e6032(0x1f7)][_0x1e6032(0x1c5)]())):console[_0x1e6032(0x201)](_0xfa3aa7['nODRV'](_0xfa3aa7[_0x1e6032(0x1ba)],_0x560c75[_0x47b355][_0x1e6032(0x1f7)][_0x1e6032(0x1c5)]()))));if(_0xfa3aa7[_0x1e6032(0x1d0)](_0x560c75[_0x47b355][_0x1e6032(0x1f7)]['toUpperCase'](),_0xfa3aa7[_0x1e6032(0x1bb)])){_0x5d6d9b=!![];const _0x2638f2=_0xfa3aa7[_0x1e6032(0x1c9)](nestedKeyValue,_0x560c75[_0x47b355],[_0xfa3aa7[_0x1e6032(0x1cb)],_0xfa3aa7[_0x1e6032(0x1e2)]]);_0x2638f2&&(testsErrorMessage[_0xfa3aa7['JfiHv'](_0xfa3aa7['ggPZX'](_0x42f166[_0x1e6032(0x1f0)]['feature']['name'],_0xfa3aa7[_0x1e6032(0x1b8)]),_0x42f166[_0x1e6032(0x1f3)]['name'])]=_0x2638f2,console[_0x1e6032(0x201)](_0xfa3aa7[_0x1e6032(0x1db)](_0x2638f2,'\x0a')));}}}_0x5d6d9b&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a6_0xd9e1b7(0x1d9)]=BrowserstackFormatter;
|
|
1
|
+
const a6_0x2f0df0=a6_0x5488;function a6_0x5488(_0x327582,_0x5c0390){const _0xeae3c2=a6_0xeae3();return a6_0x5488=function(_0x5488d7,_0x33f251){_0x5488d7=_0x5488d7-0x15b;let _0x5773e5=_0xeae3c2[_0x5488d7];return _0x5773e5;},a6_0x5488(_0x327582,_0x5c0390);}(function(_0xeac569,_0x470045){const _0x79a241=a6_0x5488,_0x54e592=_0xeac569();while(!![]){try{const _0x2a4d37=parseInt(_0x79a241(0x177))/0x1*(-parseInt(_0x79a241(0x18d))/0x2)+-parseInt(_0x79a241(0x198))/0x3*(-parseInt(_0x79a241(0x161))/0x4)+-parseInt(_0x79a241(0x1a2))/0x5*(-parseInt(_0x79a241(0x195))/0x6)+-parseInt(_0x79a241(0x199))/0x7+parseInt(_0x79a241(0x182))/0x8*(parseInt(_0x79a241(0x18b))/0x9)+-parseInt(_0x79a241(0x169))/0xa+parseInt(_0x79a241(0x174))/0xb*(parseInt(_0x79a241(0x189))/0xc);if(_0x2a4d37===_0x470045)break;else _0x54e592['push'](_0x54e592['shift']());}catch(_0x565ee1){_0x54e592['push'](_0x54e592['shift']());}}}(a6_0xeae3,0x87880));const {requireModule,getPlatformName,nestedKeyValue}=require(a6_0x2f0df0(0x1a3)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a6_0x2f0df0(0x168),a6_0x2f0df0(0x17a));class BrowserstackFormatter extends Formatter{constructor(_0x184a17){const _0x2ec57f=a6_0x2f0df0,_0xfc7a1a={'JRpIL':function(_0x52aea3,_0xbf04e5){return _0x52aea3!==_0xbf04e5;},'Xcnto':function(_0xc72e44,_0x1cf920){return _0xc72e44!==_0x1cf920;},'mFuyT':function(_0x22a16f,_0x37c420){return _0x22a16f(_0x37c420);},'CiXdc':_0x2ec57f(0x18e),'mNLpU':_0x2ec57f(0x16d),'ufzxa':_0x2ec57f(0x1ab),'bOnHB':'test-run-finished','rPuUU':_0x2ec57f(0x1a7)};super(_0x184a17),_0x184a17[_0x2ec57f(0x160)]['on'](_0xfc7a1a[_0x2ec57f(0x15f)],()=>{const _0x2bd5d7=_0x2ec57f;let _0x5804b7;if(_0xfc7a1a[_0x2bd5d7(0x16b)](process[_0x2bd5d7(0x19d)][_0x2bd5d7(0x192)],undefined)){const _0x4daa41=JSON[_0x2bd5d7(0x18f)](process[_0x2bd5d7(0x19d)][_0x2bd5d7(0x192)]);_0x5804b7=_0x4daa41['capability'];}_0xfc7a1a[_0x2bd5d7(0x180)](_0x5804b7,undefined)&&(global['__platform']=_0xfc7a1a[_0x2bd5d7(0x190)](getPlatformName,_0x5804b7),console[_0x2bd5d7(0x17b)]('Executing\x20tests\x20for\x20'+global[_0x2bd5d7(0x1b3)]));}),_0x184a17[_0x2ec57f(0x160)]['on'](_0xfc7a1a['mNLpU'],()=>{testSuites+=0x1;}),_0x184a17[_0x2ec57f(0x160)]['on'](_0xfc7a1a['ufzxa'],_0x9601b=>{const _0x100cbf=_0x2ec57f;this[_0x100cbf(0x171)](_0x9601b);}),_0x184a17['eventBroadcaster']['on'](_0xfc7a1a['bOnHB'],()=>{totalTests-=0x2;}),_0x184a17[_0x2ec57f(0x160)]['on'](_0xfc7a1a[_0x2ec57f(0x1b2)],()=>{totalTests+=0x1;});}[a6_0x2f0df0(0x171)](_0x5a801e){const _0x4b9ac2=a6_0x2f0df0,_0x2e17d4={'jrCMh':_0x4b9ac2(0x163),'UIofy':_0x4b9ac2(0x166),'KMSyY':_0x4b9ac2(0x17e),'YAQJf':'PENDING','UpKCT':_0x4b9ac2(0x17f),'AOHmK':_0x4b9ac2(0x16c),'PrTmC':_0x4b9ac2(0x183),'TjiwV':function(_0x41e738,_0xb0ddd4){return _0x41e738+_0xb0ddd4;},'nKffY':'\x20\x20\x20\x20','vnXsl':_0x4b9ac2(0x196),'mNXWd':function(_0x3e4b78,_0x4abb4b){return _0x3e4b78(_0x4abb4b);},'whMvx':'cucumber-js/test_old.setup.js','XitPZ':function(_0x5048b3,_0x2ed311){return _0x5048b3+_0x2ed311;},'NeqjM':_0x4b9ac2(0x178),'GoALw':_0x4b9ac2(0x194),'Jkfoj':function(_0x51dca3,_0x262c31){return _0x51dca3===_0x262c31;},'yfwkN':function(_0xfed570,_0x3697e1,_0x81918e){return _0xfed570(_0x3697e1,_0x81918e);},'wqndY':_0x4b9ac2(0x170),'PLYYQ':_0x4b9ac2(0x1a0),'ZJmkR':_0x4b9ac2(0x188),'WhHLx':function(_0xd8f3f6,_0x1f264a){return _0xd8f3f6!==_0x1f264a;},'AXDJY':function(_0xe2ea85,_0x7d5636){return _0xe2ea85+_0x7d5636;},'IOsca':function(_0x1d9d4c,_0x543a9d){return _0x1d9d4c+_0x543a9d;},'gMSzT':_0x4b9ac2(0x18c),'LROSv':function(_0x4583cd,_0x151f0c){return _0x4583cd+_0x151f0c;},'VXCsQ':function(_0x4105c9,_0x11e086){return _0x4105c9<_0x11e086;},'lDWbk':function(_0x3fe6a2,_0x34c957){return _0x3fe6a2+_0x34c957;},'THBum':function(_0x1691c9,_0x3c2853){return _0x1691c9+_0x3c2853;},'AOMKo':function(_0x179cd3,_0x3e08cc){return _0x179cd3+_0x3e08cc;},'GucDS':function(_0x3bd253,_0x3eb469){return _0x3bd253(_0x3eb469);},'EGKeE':function(_0x46513a,_0x20bce){return _0x46513a+_0x20bce;},'rimAp':function(_0x26ff87,_0x541fc5){return _0x26ff87+_0x541fc5;}};let _0x21ed7c=![];function _0x171422(_0x2c47e4){const _0x2f2da5=_0x4b9ac2;switch(_0x2c47e4){case _0x2e17d4[_0x2f2da5(0x1ae)]:testsFailed+=0x1;break;case _0x2e17d4['UIofy']:testsPassed+=0x1;break;case _0x2e17d4[_0x2f2da5(0x1b0)]:testsSkipped+=0x1;break;case _0x2e17d4[_0x2f2da5(0x17c)]:testsPending+=0x1;break;case _0x2e17d4[_0x2f2da5(0x197)]:testsUndefined+=0x1;break;case _0x2e17d4[_0x2f2da5(0x184)]:testsUnknown+=0x1;break;case _0x2e17d4[_0x2f2da5(0x164)]:testsAmbiguous+=0x1;break;default:break;}}_0x2e17d4['WhHLx'](global['__platform'],undefined)&&console[_0x4b9ac2(0x17b)](_0x2e17d4[_0x4b9ac2(0x1aa)](_0x2e17d4[_0x4b9ac2(0x19f)]('\x0a',global[_0x4b9ac2(0x1b3)]),'\x0a'));let _0x53309f=![];if(_0x2e17d4[_0x4b9ac2(0x16e)](typeof this[_0x4b9ac2(0x191)][_0x4b9ac2(0x1a8)],_0x2e17d4[_0x4b9ac2(0x1a1)])){var _0x5e8a0c=this[_0x4b9ac2(0x191)]['getTestCaseData'](_0x5a801e[_0x4b9ac2(0x1ad)]),_0x2b842c=_0x5e8a0c['pickle'],_0x2a8eff=_0x5e8a0c[_0x4b9ac2(0x16f)];console[_0x4b9ac2(0x17b)](_0x2e17d4[_0x4b9ac2(0x1aa)]('\x20\x20',_0x2b842c[_0x4b9ac2(0x15e)]));var _0x35b9ef=(0x0,pickleParser[_0x4b9ac2(0x186)])(_0x2b842c);_0x2a8eff[_0x4b9ac2(0x15c)][_0x4b9ac2(0x181)](function(_0x32a58c){const _0x41fc3b=_0x4b9ac2;if(_0x32a58c['actionLocation']&&_0x32a58c[_0x41fc3b(0x1ad)])_0x21ed7c=!![],console[_0x41fc3b(0x17b)](_0x2e17d4[_0x41fc3b(0x15d)](_0x2e17d4['TjiwV'](_0x2e17d4[_0x41fc3b(0x15d)](_0x2e17d4[_0x41fc3b(0x19a)],_0x35b9ef[_0x32a58c['sourceLocation'][_0x41fc3b(0x1a6)]][_0x41fc3b(0x167)]),_0x2e17d4[_0x41fc3b(0x162)]),_0x32a58c['result'][_0x41fc3b(0x1ac)][_0x41fc3b(0x1af)]())),_0x2e17d4[_0x41fc3b(0x1b4)](_0x171422,_0x32a58c[_0x41fc3b(0x170)][_0x41fc3b(0x1ac)]['toUpperCase']());else _0x32a58c[_0x41fc3b(0x165)]&&(!_0x32a58c[_0x41fc3b(0x165)]['uri'][_0x41fc3b(0x19e)](_0x2e17d4[_0x41fc3b(0x179)])&&(_0x2e17d4[_0x41fc3b(0x1b4)](_0x171422,_0x32a58c[_0x41fc3b(0x170)][_0x41fc3b(0x1ac)]['toUpperCase']()),_0x21ed7c?console[_0x41fc3b(0x17b)](_0x2e17d4[_0x41fc3b(0x187)](_0x2e17d4['NeqjM'],_0x32a58c[_0x41fc3b(0x170)][_0x41fc3b(0x1ac)]['toUpperCase']())):console[_0x41fc3b(0x17b)](_0x2e17d4[_0x41fc3b(0x15d)](_0x2e17d4[_0x41fc3b(0x18a)],_0x32a58c['result'][_0x41fc3b(0x1ac)][_0x41fc3b(0x1af)]()))));if(_0x2e17d4[_0x41fc3b(0x173)](_0x32a58c[_0x41fc3b(0x170)][_0x41fc3b(0x1ac)][_0x41fc3b(0x1af)](),_0x2e17d4[_0x41fc3b(0x1ae)])){const _0x372be4=_0x2e17d4[_0x41fc3b(0x1a5)](nestedKeyValue,_0x32a58c,[_0x2e17d4[_0x41fc3b(0x19c)],_0x2e17d4[_0x41fc3b(0x1a4)],_0x2e17d4['ZJmkR']]);_0x372be4&&(testsErrorMessage[_0x2b842c[_0x41fc3b(0x15e)]]=_0x372be4,console[_0x41fc3b(0x17b)](_0x2e17d4[_0x41fc3b(0x187)](_0x372be4,'\x0a'))),_0x53309f=!![];}});}else{const _0x2efefb=this[_0x4b9ac2(0x191)][_0x4b9ac2(0x1b1)](_0x5a801e);console[_0x4b9ac2(0x17b)](_0x2e17d4[_0x4b9ac2(0x19f)](_0x2e17d4[_0x4b9ac2(0x1aa)](_0x2e17d4[_0x4b9ac2(0x176)]('\x20\x20',_0x2efefb[_0x4b9ac2(0x15b)][_0x4b9ac2(0x16a)][_0x4b9ac2(0x15e)]),_0x2e17d4[_0x4b9ac2(0x162)]),_0x2efefb[_0x4b9ac2(0x19b)][_0x4b9ac2(0x15e)]));const _0x345a7d=(0x0,pickleParser[_0x4b9ac2(0x186)])(_0x2efefb[_0x4b9ac2(0x19b)]),_0x165180=_0x2efefb['testCase'][_0x4b9ac2(0x15c)],_0x232e54=_0x2efefb['stepResults'],_0x1d0d9e=_0x165180[_0x4b9ac2(0x175)];for(let _0x5d4829=0x0;_0x2e17d4['VXCsQ'](_0x5d4829,_0x1d0d9e);_0x5d4829++){const _0x31dd20=_0x165180[_0x5d4829];if(_0x31dd20['actionLocation']&&_0x31dd20[_0x4b9ac2(0x1ad)])_0x21ed7c=!![],console['log'](_0x2e17d4['lDWbk'](_0x2e17d4[_0x4b9ac2(0x1a9)](_0x2e17d4[_0x4b9ac2(0x185)](_0x2e17d4[_0x4b9ac2(0x19a)],_0x345a7d[_0x31dd20[_0x4b9ac2(0x1ad)]['line']][_0x4b9ac2(0x167)]),_0x2e17d4[_0x4b9ac2(0x162)]),_0x232e54[_0x5d4829]['status'][_0x4b9ac2(0x1af)]())),_0x2e17d4['mNXWd'](_0x171422,_0x232e54[_0x5d4829][_0x4b9ac2(0x1ac)][_0x4b9ac2(0x1af)]());else _0x31dd20['actionLocation']&&(!_0x31dd20['actionLocation']['uri'][_0x4b9ac2(0x19e)](_0x2e17d4['whMvx'])&&(_0x2e17d4['GucDS'](_0x171422,_0x232e54[_0x5d4829]['status'][_0x4b9ac2(0x1af)]()),_0x21ed7c?console[_0x4b9ac2(0x17b)](_0x2e17d4['THBum'](_0x2e17d4['NeqjM'],_0x232e54[_0x5d4829]['status'][_0x4b9ac2(0x1af)]())):console[_0x4b9ac2(0x17b)](_0x2e17d4['THBum'](_0x2e17d4[_0x4b9ac2(0x18a)],_0x232e54[_0x5d4829][_0x4b9ac2(0x1ac)][_0x4b9ac2(0x1af)]()))));if(_0x2e17d4[_0x4b9ac2(0x173)](_0x232e54[_0x5d4829][_0x4b9ac2(0x1ac)][_0x4b9ac2(0x1af)](),_0x2e17d4[_0x4b9ac2(0x1ae)])){_0x53309f=!![];const _0x4ebb62=_0x2e17d4[_0x4b9ac2(0x1a5)](nestedKeyValue,_0x232e54[_0x5d4829],[_0x2e17d4[_0x4b9ac2(0x1a4)],_0x2e17d4['ZJmkR']]);_0x4ebb62&&(testsErrorMessage[_0x2e17d4[_0x4b9ac2(0x17d)](_0x2e17d4[_0x4b9ac2(0x172)](_0x2efefb[_0x4b9ac2(0x15b)]['feature'][_0x4b9ac2(0x15e)],_0x2e17d4[_0x4b9ac2(0x162)]),_0x2efefb['pickle'][_0x4b9ac2(0x15e)])]=_0x4ebb62,console['log'](_0x2e17d4[_0x4b9ac2(0x19f)](_0x4ebb62,'\x0a')));}}}_0x53309f&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a6_0xeae3(){const _0x29f376=['getTestCaseAttempt','rPuUU','__platform','mNXWd','gherkinDocument','steps','TjiwV','name','CiXdc','eventBroadcaster','8FMkdXn','vnXsl','FAILED','PrTmC','actionLocation','PASSED','text','cucumber/lib/formatter/helpers/pickle_parser.js','10197630aOfyaX','feature','JRpIL','UNKNOWN','test-case-started','WhHLx','testCase','result','logTestCaseFinished','rimAp','Jkfoj','4114WixsVg','length','LROSv','100KOGiZe','\x20\x20\x20\x20AFTER\x20-\x20','whMvx','cucumber','log','YAQJf','EGKeE','SKIPPED','UNDEFINED','Xcnto','forEach','2615608OcuAbG','AMBIGUOUS','AOHmK','AOMKo','getStepLineToPickledStepMap','XitPZ','stack','22212QXYqAX','GoALw','27wjTmpY','undefined','14342PLPoCc','test-run-started','parse','mFuyT','eventDataCollector','CONFIG','exports','\x20\x20\x20\x20BEFORE\x20-\x20','102HrryaC','\x20-\x20','UpKCT','1444263vShmEw','3515085AhJPBW','nKffY','pickle','wqndY','env','includes','IOsca','exception','gMSzT','46525zwjIlY','../../../helpers/helper','PLYYQ','yfwkN','line','test-step-started','getTestCaseData','THBum','AXDJY','test-case-finished','status','sourceLocation','jrCMh','toUpperCase','KMSyY'];a6_0xeae3=function(){return _0x29f376;};return a6_0xeae3();}module[a6_0x2f0df0(0x193)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a7_0x372124=a7_0x4f7e;function a7_0x4f7e(_0x4987f6,_0x18341e){const _0x29bb14=a7_0x29bb();return a7_0x4f7e=function(_0x4f7e50,_0x261160){_0x4f7e50=_0x4f7e50-0x116;let _0x3dc6dc=_0x29bb14[_0x4f7e50];return _0x3dc6dc;},a7_0x4f7e(_0x4987f6,_0x18341e);}function a7_0x29bb(){const _0x1f4580=['cccxf','OOEKd','AssertionError','tmJky','ZdnZK','includes','pmGtx','children','Exception\x20in\x20getHookRunEventData:\x20','hKQmd','ldtOO','yhNcn','ASkPV','KMkrx','uuid','pnuAE','1268zsyQzU','16UdvCOE','examples','testStepResult','rUizq','CUCUMBER','xErLa','aAxfa','HookRunFinished','hooks','Exception\x20in\x20sendHook:\x20','PvXuT','testCaseStartedId','4078338xmHaTy','Byfrj','feature','TestRunFinished','hook_run','Lwurj','ceaCo','find','util','UKHJW','failureType','join','relative','astNodeIds','failed','match','forEach','SaJQo','bLSWR','skipped','length','cells','sendHook','configureGit','getScenarioExamples','uri','zPXVC','FHLnx','strip-ansi','ambEz','scenario','failure_reason','../playwright/reporter/test-details','map','uploadEventData','68535TXugEq','DwGCV','duration_in_ms','timestamp','107661cwyfmU','split','path','HookRunStarted','hook','result','JyvLG','AAXPL','name','format','ZDHsW','failure','yYdtI','getCucumberHookType','pending','test_run','getHooksListForTest','hniXg','getHookResult','flatMap','LDgta','hookId','23206832ZWedRr','backtrace','cucumber','4EOiTYv','DKTXQ','nanos','../../helpers/helper','hwJEM','failure_data','tableBody','PwNAG','BEFORE_EACH','ceKQt','SWMQW','_gitConfigured','toISOString','passed','event_type','ToAkg','thGTY','push','970nqKuWf','wDkeK','sourceReference','debug','sendTestRunEventForCucumber','CnQps','failureData','value','1145DMHfov','../../helpers/logger','cSdVe','every','Pnzud','qcIgY','GPfZS','javascript','message','toLowerCase','TlDdf','getHookRunEventData','_gitConfigPath','LjTId','FAILED','2858550bSRpmm','status','testStepFinished','appendTesthubParams','../../helpers/test-observability/sessionHandler','toString','rule','exports','1354633lnjUXv','updateTestStatus','tags','failure_type','lLBcI','teifZ','tagExpression','AFTER_EACH','testCaseFinished'];a7_0x29bb=function(){return _0x1f4580;};return a7_0x29bb();}(function(_0x43c88f,_0x15fabb){const _0x445d81=a7_0x4f7e,_0x4c2076=_0x43c88f();while(!![]){try{const _0x530ecb=parseInt(_0x445d81(0x122))/0x1*(parseInt(_0x445d81(0x13b))/0x2)+parseInt(_0x445d81(0x164))/0x3+-parseInt(_0x445d81(0x185))/0x4*(-parseInt(_0x445d81(0x155))/0x5)+parseInt(_0x445d81(0x192))/0x6+-parseInt(_0x445d81(0x16c))/0x7*(-parseInt(_0x445d81(0x186))/0x8)+parseInt(_0x445d81(0x11e))/0x9*(parseInt(_0x445d81(0x14d))/0xa)+-parseInt(_0x445d81(0x138))/0xb;if(_0x530ecb===_0x15fabb)break;else _0x4c2076['push'](_0x4c2076['shift']());}catch(_0x18632d){_0x4c2076['push'](_0x4c2076['shift']());}}}(a7_0x29bb,0xe4a15));const path=require(a7_0x372124(0x124)),util=require(a7_0x372124(0x19a)),hooksMap={},SessionHandler=require(a7_0x372124(0x168)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue,deriveCucumberHookName,isSdkSetupHook}=require(a7_0x372124(0x13e)),logger=require(a7_0x372124(0x156))['winstonLogger'],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a7_0x372124(0x11b));this['_gitConfigured']=![],this[a7_0x372124(0x161)]=null;class TestObservabilityReporter{async[a7_0x372124(0x151)](_0x82da47,_0x5a88f4,_0x2f566c,_0x3f59f8,_0x2f5550){const _0x34e082=a7_0x372124,_0x353f64={'urNNR':function(_0x1d1217,_0x1cd528){return _0x1d1217===_0x1cd528;},'CnQps':_0x34e082(0x163),'DwGCV':_0x34e082(0x1a0),'tmJky':function(_0x1f6182,_0x1a99da){return _0x1f6182===_0x1a99da;},'LjTId':'SKIPPED','ceaCo':_0x34e082(0x1a5),'FHLnx':function(_0x1a1f4b,_0x4ad72a){return _0x1a1f4b||_0x4ad72a;},'lLBcI':function(_0x167c62,_0x2c69ea){return _0x167c62+_0x2c69ea;},'teifZ':function(_0x206771,_0x204bc5){return _0x206771+_0x204bc5;},'NGkth':function(_0x1cdc0a,_0xe36930){return _0x1cdc0a+_0xe36930;},'ZDHsW':'test','HEOcq':_0x34e082(0x15c),'KMkrx':_0x34e082(0x13a),'yYdtI':_0x34e082(0x130),'Lwurj':_0x34e082(0x148),'LDgta':function(_0x25bca9,_0x2167ca){return _0x25bca9!==_0x2167ca;},'Pnzud':function(_0x4c50db,_0x21738d){return _0x4c50db/_0x21738d;},'CGivS':function(_0x583e99,_0x8f5b8a){return _0x583e99===_0x8f5b8a;},'xRzQe':_0x34e082(0x117),'GfPLv':function(_0x16ff8f,_0xa4ef84){return _0x16ff8f(_0xa4ef84);},'yhNcn':'unknown','xErLa':function(_0x1f613c,_0x521b65){return _0x1f613c(_0x521b65);},'ceKQt':_0x34e082(0x177),'AAXPL':'UnhandledError','SWMQW':_0x34e082(0x195),'UKHJW':function(_0x771078,_0xb2b0eb){return _0x771078>_0xb2b0eb;}},{feature:_0x3531de,scenario:_0x3d7495,steps:_0x26e394,uuid:_0x18ff50,startedAt:_0x2c0eab,finishedAt:_0x2cd261}=_0x353f64[_0x34e082(0x116)](_0x2f5550,{}),_0x7d02d9=this[_0x34e082(0x1aa)](_0x5a88f4,_0x2f566c);await this[_0x34e082(0x1a9)]();const _0x300a09=_0x7d02d9?_0x353f64[_0x34e082(0x170)](_0x353f64[_0x34e082(0x171)](_0x353f64['NGkth'](_0x2f566c[_0x34e082(0x12a)],'\x20('),_0x7d02d9[_0x34e082(0x19d)](',\x20')),')'):_0x2f566c[_0x34e082(0x12a)],_0x1dad32={'uuid':_0x18ff50,'started_at':_0x2c0eab,'finished_at':_0x2cd261,'type':_0x353f64[_0x34e082(0x12c)],'body':{'lang':_0x353f64['HEOcq'],'code':null},'name':_0x300a09,'scopes':[_0x3531de&&_0x3531de[_0x34e082(0x12a)]?_0x3531de['name']:''],'tags':_0x2f566c[_0x34e082(0x16e)]?_0x2f566c[_0x34e082(0x16e)]['map'](({name:_0x5f227e})=>_0x5f227e):[],'file_name':_0x2f566c['uri'],'location':_0x2f566c[_0x34e082(0x1ab)],'vc_filepath':this[_0x34e082(0x161)]&&_0x2f566c[_0x34e082(0x1ab)]?path[_0x34e082(0x19e)](this[_0x34e082(0x161)],_0x2f566c[_0x34e082(0x1ab)]):null,'framework':_0x353f64[_0x34e082(0x182)],'result':_0x353f64[_0x34e082(0x12e)],'meta':{'feature':_0x3531de,'scenario':_0x3d7495,'steps':_0x26e394,'examples':_0x7d02d9},'customRerunParam':{'rerun_name':_0x300a09}};if(_0x82da47[_0x34e082(0x174)]&&_0x26e394){const _0x5ad5ac=_0x82da47[_0x34e082(0x174)];let _0x2e3ac2=_0x353f64[_0x34e082(0x197)];_0x26e394[_0x34e082(0x158)](_0x5f14bc=>{const _0x5936ae=_0x34e082;if(_0x353f64['urNNR'](_0x5f14bc[_0x5936ae(0x127)],_0x353f64[_0x5936ae(0x152)]))return _0x2e3ac2=_0x353f64[_0x5936ae(0x11f)],_0x5ad5ac[_0x5936ae(0x12d)]=_0x5f14bc[_0x5936ae(0x12d)],_0x5ad5ac[_0x5936ae(0x19c)]=_0x5f14bc[_0x5936ae(0x19c)],![];else{if(_0x353f64[_0x5936ae(0x178)](_0x5f14bc['result'],_0x353f64[_0x5936ae(0x162)]))return _0x2e3ac2=_0x353f64[_0x5936ae(0x198)],![];}return!![];}),_0x1dad32['finished_at']=new Date()[_0x34e082(0x147)](),_0x1dad32[_0x34e082(0x127)]=_0x2e3ac2;_0x5ad5ac[_0x34e082(0x121)]&&_0x353f64[_0x34e082(0x136)](_0x5ad5ac[_0x34e082(0x121)][_0x34e082(0x13d)],undefined)?_0x1dad32['duration_in_ms']=_0x353f64[_0x34e082(0x159)](_0x5ad5ac['timestamp'][_0x34e082(0x13d)],0xf4240):_0x1dad32[_0x34e082(0x120)]=undefined;if(_0x353f64['CGivS'](_0x2e3ac2,_0x353f64[_0x34e082(0x11f)])){const {default:_0x5b358b}=await import(_0x353f64['xRzQe']);_0x1dad32[_0x34e082(0x12d)]=[{'backtrace':[_0x5ad5ac[_0x34e082(0x12d)]?_0x353f64['GfPLv'](_0x5b358b,_0x5ad5ac[_0x34e082(0x12d)]):_0x353f64[_0x34e082(0x180)]]}],_0x1dad32[_0x34e082(0x11a)]=_0x5ad5ac['failure']?_0x353f64[_0x34e082(0x18b)](_0x5b358b,_0x5ad5ac['failure']):_0x5ad5ac[_0x34e082(0x15d)],_0x5ad5ac[_0x34e082(0x19c)]&&(_0x1dad32['failure_type']=_0x5ad5ac[_0x34e082(0x19c)][_0x34e082(0x1a1)](/AssertError/)?_0x353f64[_0x34e082(0x144)]:_0x353f64[_0x34e082(0x129)]);}}if(_0x353f64['CGivS'](_0x3f59f8,_0x353f64[_0x34e082(0x145)])){const _0x5df7f1=this[_0x34e082(0x132)](_0x82da47[_0x34e082(0x174)][_0x34e082(0x191)]);_0x5df7f1&&_0x353f64[_0x34e082(0x19b)](_0x5df7f1['length'],0x0)&&(_0x1dad32[_0x34e082(0x18e)]=_0x5df7f1,this[_0x34e082(0x16d)](_0x82da47[_0x34e082(0x174)][_0x34e082(0x191)],_0x1dad32));}testhubUtils[_0x34e082(0x167)](_0x1dad32,_0x3f59f8,'',FRAMEWORKS[_0x34e082(0x18a)]);const _0x46f4cc={};_0x46f4cc['event_type']=_0x3f59f8,_0x46f4cc[_0x34e082(0x131)]=_0x1dad32;const _0x468dfe=_0x46f4cc;await SessionHandler[_0x34e082(0x11d)](_0x468dfe);}[a7_0x372124(0x16d)](_0x19e2e5,_0x4d30e4){const _0x4713ac=a7_0x372124,_0x19cd8d={};_0x19cd8d['NdbRo']=function(_0x72b660,_0x55903e){return _0x72b660 instanceof _0x55903e;},_0x19cd8d[_0x4713ac(0x142)]=function(_0x2f4d8f,_0x949443){return _0x2f4d8f===_0x949443;},_0x19cd8d[_0x4713ac(0x184)]=_0x4713ac(0x1a0),_0x19cd8d['AqRfL']='3|4|2|0|1';const _0x58c107=_0x19cd8d,_0x8c4ea7=hooksMap[_0x19e2e5];if(_0x58c107['NdbRo'](_0x8c4ea7,Array))for(const _0x4b2b04 of _0x8c4ea7){if(_0x58c107['PwNAG'](_0x4b2b04[_0x4713ac(0x127)],_0x58c107[_0x4713ac(0x184)])){const _0x4ed2ec=_0x58c107['AqRfL'][_0x4713ac(0x123)]('|');let _0x5d75e3=0x0;while(!![]){switch(_0x4ed2ec[_0x5d75e3++]){case'0':_0x4d30e4[_0x4713ac(0x16f)]=_0x4b2b04[_0x4713ac(0x16f)];continue;case'1':return _0x4d30e4;case'2':_0x4d30e4[_0x4713ac(0x11a)]=_0x58c107['NdbRo'](_0x4b2b04[_0x4713ac(0x140)],Array)?_0x4b2b04[_0x4713ac(0x140)][0x0][_0x4713ac(0x139)][_0x4713ac(0x19d)]('\x0a'):'';continue;case'3':_0x4d30e4[_0x4713ac(0x127)]=_0x4b2b04[_0x4713ac(0x127)];continue;case'4':_0x4d30e4['failure']=_0x4b2b04['failure_data'];continue;}break;}}};}[a7_0x372124(0x132)](_0x1a9027){const _0x3ba038=a7_0x372124;if(hooksMap[_0x1a9027])return hooksMap[_0x1a9027]['map'](_0xacc24a=>_0xacc24a[_0x3ba038(0x183)]);return[];}[a7_0x372124(0x160)](_0x5c5bfb,_0x46d6de,_0x580215,_0x434096,_0x17b1e1,_0x5c540f){const _0x223fa5=a7_0x372124,_0x35a273={'Byfrj':function(_0x543a2a,_0x31814e){return _0x543a2a===_0x31814e;},'bLSWR':_0x223fa5(0x18d),'TlDdf':function(_0x3259b0,_0x2186e7,_0x319b43){return _0x3259b0(_0x2186e7,_0x319b43);},'hKQmd':_0x223fa5(0x14f),'cccxf':_0x223fa5(0x1ab),'ldtOO':_0x223fa5(0x130),'fvCIB':_0x223fa5(0x126),'GhsGt':function(_0x33cd24,_0x41bfc5,_0x4883df,_0x34ef4c){return _0x33cd24(_0x41bfc5,_0x4883df,_0x34ef4c);},'ZdnZK':_0x223fa5(0x119),'thGTY':'name','wDkeK':_0x223fa5(0x15c),'OOEKd':'feature','MiYJO':_0x223fa5(0x13a)};try{if(_0x35a273[_0x223fa5(0x193)](_0x580215,_0x35a273[_0x223fa5(0x1a4)])){const _0x141712=new Date()['toISOString'](),_0x2f9c41=hooksMap[_0x46d6de];if(!_0x2f9c41)return;const _0x3d6c40=_0x2f9c41[_0x223fa5(0x199)](_0x45f03c=>_0x45f03c[_0x223fa5(0x183)]===_0x434096['id']);if(!_0x3d6c40)return;const _0x4fa3c4=this[_0x223fa5(0x134)](_0x5c5bfb,_0x46d6de);_0x3d6c40[_0x223fa5(0x127)]=_0x4fa3c4[_0x223fa5(0x165)],_0x3d6c40['finished_at']=_0x141712,_0x3d6c40[_0x223fa5(0x16f)]=_0x4fa3c4[_0x223fa5(0x19c)];const _0x30e185={};return _0x30e185[_0x223fa5(0x139)]=_0x4fa3c4[_0x223fa5(0x153)],_0x3d6c40[_0x223fa5(0x140)]=[_0x30e185],_0x3d6c40;}const _0x443674=TestDetails['getTestUUID'](_0x46d6de),_0x5fa8cb=_0x5c5bfb[_0x223fa5(0x18e)][_0x223fa5(0x199)](_0x5a0ea4=>_0x5a0ea4['id']===_0x434096[_0x223fa5(0x137)]),_0x21b00d=_0x35a273[_0x223fa5(0x15f)](nestedKeyValue,_0x5fa8cb,[_0x35a273[_0x223fa5(0x17e)],_0x35a273[_0x223fa5(0x175)]]),_0x3f296d=new Date()[_0x223fa5(0x147)](),_0x3a3cfe=_0x35a273[_0x223fa5(0x17f)],_0x430356=_0x5fa8cb['tagExpression']?_0x5fa8cb[_0x223fa5(0x172)]['split']('\x20')['filter'](_0x4cdee4=>_0x4cdee4[_0x223fa5(0x17a)]('@')):[],_0x5a5aea={'uuid':_0x434096['id'],'type':_0x35a273['fvCIB'],'hook_type':_0x5c540f,'name':_0x35a273['GhsGt'](deriveCucumberHookName,_0x5fa8cb[_0x223fa5(0x12a)],_0x5c540f,_0x35a273['TlDdf'](nestedKeyValue,_0x17b1e1,[_0x35a273[_0x223fa5(0x179)],_0x35a273[_0x223fa5(0x14b)]])),'body':{'lang':_0x35a273[_0x223fa5(0x14e)],'code':null},'tags':_0x430356,'test_run_id':_0x443674,'scope':_0x35a273['TlDdf'](nestedKeyValue,_0x17b1e1,[_0x35a273[_0x223fa5(0x176)],_0x35a273[_0x223fa5(0x14b)]]),'scopes':[_0x35a273[_0x223fa5(0x15f)](nestedKeyValue,_0x17b1e1,[_0x35a273[_0x223fa5(0x176)],_0x35a273[_0x223fa5(0x14b)]])||''],'file_name':_0x21b00d,'location':_0x21b00d,'vc_filepath':this[_0x223fa5(0x161)]&&_0x21b00d?path['relative'](this[_0x223fa5(0x161)],_0x21b00d):null,'result':_0x3a3cfe,'started_at':_0x3f296d,'framework':_0x35a273['MiYJO']};return _0x5a5aea;}catch(_0x3cc605){logger['debug'](_0x223fa5(0x17d)+util[_0x223fa5(0x12b)](_0x3cc605)+'\x20');}}async[a7_0x372124(0x1a8)](_0x2b17ed,_0xf3b11f,_0x5231e7,_0x2f522e,_0x1107fb,_0x2c241b){const _0x474e31=a7_0x372124,_0x641e91={'ASkPV':function(_0x2da3ea,_0x139437,_0x47d4c2){return _0x2da3ea(_0x139437,_0x47d4c2);},'ToAkg':'sourceReference','DKuPZ':_0x474e31(0x1ab),'DAPLS':function(_0x19f130,_0x3a9bb5,_0xc1afe5){return _0x19f130(_0x3a9bb5,_0xc1afe5);},'GPfZS':function(_0x1b0490,_0x5db5e6){return _0x1b0490===_0x5db5e6;},'cSdVe':_0x474e31(0x125)};try{const _0x13e2f7=_0x2f522e[_0x474e31(0x199)](_0x10b0e4=>_0x10b0e4['id']===_0x1107fb);if(!_0x13e2f7[_0x474e31(0x137)])return;const _0x587874=this[_0x474e31(0x12f)](_0x2f522e,_0x13e2f7),_0x2ee9ac=this['getHookRunEventData'](_0x2b17ed,_0xf3b11f,_0x5231e7,_0x13e2f7,_0x2c241b,_0x587874);if(!_0x2ee9ac)return;const _0x366397=_0x2b17ed[_0x474e31(0x18e)][_0x474e31(0x199)](_0x28bf9f=>_0x28bf9f['id']===_0x13e2f7[_0x474e31(0x137)]),_0x4ea5d1=_0x641e91[_0x474e31(0x181)](nestedKeyValue,_0x366397,[_0x641e91[_0x474e31(0x14a)],_0x641e91['DKuPZ']]);if(_0x641e91['DAPLS'](isSdkSetupHook,_0x4ea5d1,_0x2ee9ac[_0x474e31(0x12a)]))return;_0x641e91[_0x474e31(0x15b)](_0x5231e7,_0x641e91[_0x474e31(0x157)])&&(hooksMap[_0xf3b11f]?hooksMap[_0xf3b11f][_0x474e31(0x14c)](_0x2ee9ac):hooksMap[_0xf3b11f]=[_0x2ee9ac]);if(!_0x4ea5d1)return;const _0x36bdb5={};_0x36bdb5[_0x474e31(0x149)]=_0x5231e7,_0x36bdb5[_0x474e31(0x196)]=_0x2ee9ac;const _0x174136=_0x36bdb5;await SessionHandler[_0x474e31(0x11d)](_0x174136);}catch(_0x4e676f){logger[_0x474e31(0x150)](_0x474e31(0x18f)+util[_0x474e31(0x12b)](_0x4e676f)+'\x20');}}[a7_0x372124(0x134)](_0xc20c9e,_0x5595b0){const _0x358a14=a7_0x372124,_0x3bb8ac={};_0x3bb8ac[_0x358a14(0x18c)]=function(_0x39b15e,_0x4f9800){return _0x39b15e===_0x4f9800;},_0x3bb8ac[_0x358a14(0x133)]=_0x358a14(0x1a0),_0x3bb8ac[_0x358a14(0x13c)]='UnhandledError',_0x3bb8ac[_0x358a14(0x13f)]=_0x358a14(0x177),_0x3bb8ac[_0x358a14(0x15a)]=function(_0x300e34,_0xb9b5ba){return _0x300e34||_0xb9b5ba;};const _0xe9f265=_0x3bb8ac,_0x44c6e5=_0xc20c9e[_0x358a14(0x166)][_0x5595b0][_0x358a14(0x188)];let _0x32364a,_0x3ba4fb;return _0x44c6e5&&_0xe9f265[_0x358a14(0x18c)](_0x44c6e5[_0x358a14(0x165)][_0x358a14(0x169)]()['toLowerCase'](),_0xe9f265[_0x358a14(0x133)])&&(_0x32364a=_0xe9f265[_0x358a14(0x18c)](_0x44c6e5['exception'],undefined)?_0x44c6e5[_0x358a14(0x15d)]:_0x44c6e5['exception'][_0x358a14(0x15d)],_0x3ba4fb=_0xe9f265[_0x358a14(0x18c)](_0x44c6e5['exception'],undefined)?_0xe9f265[_0x358a14(0x13c)]:_0x44c6e5[_0x358a14(0x15d)][_0x358a14(0x1a1)](/Assert/)?_0xe9f265[_0x358a14(0x13f)]:_0xe9f265['DKTXQ']),{'status':_0x44c6e5[_0x358a14(0x165)][_0x358a14(0x15e)](),'failureType':_0xe9f265[_0x358a14(0x15a)](_0x3ba4fb,null),'failureData':!_0x32364a?null:[_0x32364a]};}[a7_0x372124(0x12f)](_0x5509f1,_0x52d2f0){const _0x1645c0=a7_0x372124,_0x39ae1c={};_0x39ae1c['PvXuT']=function(_0x5c1c7a,_0x4c1e29){return _0x5c1c7a===_0x4c1e29;},_0x39ae1c[_0x1645c0(0x128)]=_0x1645c0(0x173),_0x39ae1c[_0x1645c0(0x189)]=_0x1645c0(0x143);const _0x10e5c5=_0x39ae1c;let _0x2ea71b=![];for(const _0x35b855 of _0x5509f1){_0x35b855['pickleStepId']&&(_0x2ea71b=!![]);if(_0x10e5c5[_0x1645c0(0x190)](_0x52d2f0['id'],_0x35b855['id']))return _0x2ea71b?_0x10e5c5[_0x1645c0(0x128)]:_0x10e5c5[_0x1645c0(0x189)];}}[a7_0x372124(0x1aa)]=(_0xf3426e,_0x3e99f7)=>{const _0x2bc35d=a7_0x372124,_0x20a267={};_0x20a267[_0x2bc35d(0x1ac)]=function(_0xf4f071,_0x4086f6){return _0xf4f071===_0x4086f6;},_0x20a267[_0x2bc35d(0x1a3)]=function(_0x1629a3,_0x273ae4){return _0x1629a3===_0x273ae4;},_0x20a267['pmGtx']=function(_0xd3ab32,_0x2c116b){return _0xd3ab32>_0x2c116b;};const _0xf8c785=_0x20a267;if(!(_0x3e99f7[_0x2bc35d(0x19f)]&&_0xf8c785[_0x2bc35d(0x17b)](_0x3e99f7['astNodeIds'][_0x2bc35d(0x1a6)],0x1)))return;const _0x10f34b=_0x3e99f7['astNodeIds'][0x0],_0x46f64b=_0x3e99f7['astNodeIds'][0x1],_0x444b53=_0xf3426e['feature']&&_0xf3426e[_0x2bc35d(0x194)][_0x2bc35d(0x17c)]?_0xf3426e['feature'][_0x2bc35d(0x17c)]:undefined;let _0x112dd2=[];_0x444b53&&_0x444b53[_0x2bc35d(0x1a2)](_0x47bf9b=>{const _0xa128e7=_0x2bc35d,_0x5cdd43={'wPTHD':function(_0x6508c4,_0x4eec1a){return _0xf8c785['zPXVC'](_0x6508c4,_0x4eec1a);}};if(_0x47bf9b[_0xa128e7(0x16a)])_0x47bf9b[_0xa128e7(0x16a)][_0xa128e7(0x17c)]['forEach'](_0x1de495=>{const _0x364d39=_0xa128e7;if(_0x1de495['scenario']&&_0x5cdd43['wPTHD'](_0x1de495[_0x364d39(0x119)]['id'],_0x10f34b)&&_0x1de495[_0x364d39(0x119)][_0x364d39(0x187)]){const _0x3c4b93=_0x1de495[_0x364d39(0x119)][_0x364d39(0x187)][_0x364d39(0x135)](_0x592dc4=>_0x592dc4[_0x364d39(0x141)])['find'](_0x53a919=>_0x53a919['id']===_0x46f64b);let _0xf1bf78;_0x3c4b93&&_0x3c4b93[_0x364d39(0x1a7)]?_0xf1bf78=_0x3c4b93[_0x364d39(0x1a7)][_0x364d39(0x11c)](_0x4e48ff=>_0x4e48ff[_0x364d39(0x154)]):_0xf1bf78=[],_0xf1bf78&&(_0x112dd2=_0xf1bf78);}});else{if(_0x47bf9b[_0xa128e7(0x119)]&&_0xf8c785[_0xa128e7(0x1a3)](_0x47bf9b['scenario']['id'],_0x10f34b)&&_0x47bf9b[_0xa128e7(0x119)][_0xa128e7(0x187)]){const _0x5710f7=_0x47bf9b[_0xa128e7(0x119)][_0xa128e7(0x187)]['flatMap'](_0x4340c3=>_0x4340c3[_0xa128e7(0x141)])[_0xa128e7(0x199)](_0x203d25=>_0x203d25['id']===_0x46f64b);let _0x20b7dc;_0x5710f7&&_0x5710f7['cells']?_0x20b7dc=_0x5710f7[_0xa128e7(0x1a7)][_0xa128e7(0x11c)](_0x360d2c=>_0x360d2c[_0xa128e7(0x154)]):_0x20b7dc=[],_0x20b7dc&&(_0x112dd2=_0x20b7dc);}}});if(_0x112dd2['length'])return _0x112dd2;return;};async[a7_0x372124(0x1a9)](){const _0x5bf1fe=a7_0x372124,_0x364813={'ambEz':function(_0x2e3395){return _0x2e3395();}};if(this[_0x5bf1fe(0x146)])return this['_gitConfigPath'];const _0x51c883=await _0x364813[_0x5bf1fe(0x118)](getGitMetaData);_0x51c883&&(this[_0x5bf1fe(0x161)]=_0x51c883['root']),this[_0x5bf1fe(0x146)]=!![];}}module[a7_0x372124(0x16b)]=o11yClassErrorHandler(TestObservabilityReporter,[a7_0x372124(0x1a9),a7_0x372124(0x1aa),a7_0x372124(0x12f),a7_0x372124(0x134),a7_0x372124(0x1a8),a7_0x372124(0x160),a7_0x372124(0x151)]);
|
|
1
|
+
const a7_0x163a9e=a7_0x45fb;(function(_0x366b92,_0xaeb222){const _0x5d436b=a7_0x45fb,_0x3b39d2=_0x366b92();while(!![]){try{const _0x40418a=-parseInt(_0x5d436b(0x201))/0x1+-parseInt(_0x5d436b(0x23c))/0x2+parseInt(_0x5d436b(0x1e9))/0x3+-parseInt(_0x5d436b(0x1f8))/0x4+parseInt(_0x5d436b(0x1f1))/0x5*(parseInt(_0x5d436b(0x269))/0x6)+parseInt(_0x5d436b(0x25c))/0x7+-parseInt(_0x5d436b(0x1ed))/0x8*(-parseInt(_0x5d436b(0x200))/0x9);if(_0x40418a===_0xaeb222)break;else _0x3b39d2['push'](_0x3b39d2['shift']());}catch(_0x3a8ea9){_0x3b39d2['push'](_0x3b39d2['shift']());}}}(a7_0x13fd,0xb08fe));const path=require(a7_0x163a9e(0x1ef)),util=require(a7_0x163a9e(0x1fe)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a7_0x163a9e(0x224)),{getGitMetaData,isUndefined,nestedKeyValue,deriveCucumberHookName,isSdkSetupHook}=require(a7_0x163a9e(0x270)),logger=require(a7_0x163a9e(0x255))[a7_0x163a9e(0x1d1)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a7_0x163a9e(0x25f)),TestDetails=require('../playwright/reporter/test-details');function a7_0x13fd(){const _0x2cda40=['failed','eYQNL','result','wRIlw','debug','failureData','486116ycelXE','getCucumberHookType','cucumber','tagExpression','sourceReference','relative','util','WEPem','40419QInqvh','1297577JOakIs','wrznJ','sendHook','FAILED','uuid','uOACg','astNodeIds','tags','VEUUj','toString','xZfMH','length','KDUxW','fTFpB','examples','FpRKB','root','value','DvDsF','strip-ansi','testStepResult','TestRunFinished','VDHut','Cegvt','hooks','FnzVQ','HookRunFinished','hookId','failure_data','children','XcZrM','failure_reason','awQbR','finished_at','ZLCDC','../../helpers/testhub/utils','match','gEocN','pickleStepId','odgha','scenario','WWMiU','omyYx','map','hook','getHooksListForTest','nanos','Bnjqx','timestamp','getHookRunEventData','event_type','ajkUU','pending','updateTestStatus','Exception\x20in\x20getHookRunEventData:\x20','gyEOm','oKNWK','toLowerCase','QsUSO','841322RsmuVP','getTestUUID','MCrAP','CUCUMBER','format','getScenarioExamples','tableBody','mekij','yQeip','mRxcf','kPCzy','UbtSE','testCaseFinished','duration_in_ms','cells','aflBi','_gitConfigured','javascript','duPAA','BEFORE_EACH','test_run','ypLbQ','forEach','name','Qyjph','../../helpers/logger','QDThS','agARa','status','every','orZRo','UnhandledError','2220393RrRijU','sendTestRunEventForCucumber','rule','../../helpers/test-observability/constants.js','EDNMX','testCaseStartedId','passed','find','AssertionError','flatMap','iAdZK','LDJzQ','zzTJE','6hAkXIa','mWaOr','qhXap','includes','NHCcd','hook_run','configureGit','../../helpers/helper','AFTER_EACH','join','winstonLogger','testStepFinished','toISOString','message','NCCmx','exception','_gitConfigPath','SKIPPED','failure','uri','kcrqq','backtrace','push','nUtVv','cDPYk','filter','AQjyq','failureType','CJyXl','AePno','failure_type','uploadEventData','feature','getHookResult','816579VLZTYQ','mlDjI','split','TPKAX','3352BgXluw','KVeLf','path','exports','459220lPBRki'];a7_0x13fd=function(){return _0x2cda40;};return a7_0x13fd();}function a7_0x45fb(_0x467bd9,_0x3488bb){const _0x13fd80=a7_0x13fd();return a7_0x45fb=function(_0x45fb0b,_0x553897){_0x45fb0b=_0x45fb0b-0x1cf;let _0x32582f=_0x13fd80[_0x45fb0b];return _0x32582f;},a7_0x45fb(_0x467bd9,_0x3488bb);}this[a7_0x163a9e(0x24c)]=![],this[a7_0x163a9e(0x1d7)]=null;class TestObservabilityReporter{async[a7_0x163a9e(0x25d)](_0x254392,_0x389175,_0x1741a5,_0x5000ff,_0x2ef0cc){const _0xb533cc=a7_0x163a9e,_0x4b97f1={'Bnjqx':function(_0x24c942,_0x38f61e){return _0x24c942===_0x38f61e;},'qhXap':_0xb533cc(0x204),'mWaOr':_0xb533cc(0x1f2),'UbtSE':function(_0x30e494,_0x3c1fa4){return _0x30e494===_0x3c1fa4;},'yQeip':_0xb533cc(0x1d8),'awQbR':'skipped','AePno':function(_0x52175d,_0x4fde77){return _0x52175d||_0x4fde77;},'mlDjI':function(_0x15a8bd,_0x5e9cc2){return _0x15a8bd+_0x5e9cc2;},'ajkUU':'test','agARa':_0xb533cc(0x24d),'cDPYk':_0xb533cc(0x1fa),'aflBi':_0xb533cc(0x235),'MCrAP':_0xb533cc(0x262),'NCCmx':function(_0x34ad0c,_0x37466e){return _0x34ad0c!==_0x37466e;},'WEPem':function(_0x3c1987,_0x2607e7){return _0x3c1987/_0x2607e7;},'QDThS':function(_0x224bee,_0x4f5b42){return _0x224bee===_0x4f5b42;},'wRIlw':_0xb533cc(0x214),'KDUxW':function(_0x94f0ae,_0x54f998){return _0x94f0ae(_0x54f998);},'kcrqq':'unknown','KVeLf':function(_0x54944a,_0x3e5ac3){return _0x54944a(_0x3e5ac3);},'iwmJN':_0xb533cc(0x264),'omyYx':_0xb533cc(0x25b),'ZLCDC':_0xb533cc(0x216),'mekij':function(_0x367416,_0x12e87b){return _0x367416>_0x12e87b;}},{feature:_0x3d6e79,scenario:_0x568ecc,steps:_0x24fd36,uuid:_0x38ed22,startedAt:_0x85991a,finishedAt:_0x4829b3}=_0x4b97f1[_0xb533cc(0x1e4)](_0x2ef0cc,{}),_0x2e0f91=this[_0xb533cc(0x241)](_0x389175,_0x1741a5);await this[_0xb533cc(0x26f)]();const _0xe46cfd=_0x2e0f91?_0x4b97f1[_0xb533cc(0x1ea)](_0x4b97f1['mlDjI'](_0x4b97f1[_0xb533cc(0x1ea)](_0x1741a5['name'],'\x20('),_0x2e0f91[_0xb533cc(0x1d0)](',\x20')),')'):_0x1741a5[_0xb533cc(0x253)],_0x131ce0={'uuid':_0x38ed22,'started_at':_0x85991a,'finished_at':_0x4829b3,'type':_0x4b97f1[_0xb533cc(0x234)],'body':{'lang':_0x4b97f1[_0xb533cc(0x257)],'code':null},'name':_0xe46cfd,'scopes':[_0x3d6e79&&_0x3d6e79[_0xb533cc(0x253)]?_0x3d6e79['name']:''],'tags':_0x1741a5[_0xb533cc(0x208)]?_0x1741a5[_0xb533cc(0x208)][_0xb533cc(0x22c)](({name:_0x37e039})=>_0x37e039):[],'file_name':_0x1741a5['uri'],'location':_0x1741a5['uri'],'vc_filepath':this['_gitConfigPath']&&_0x1741a5[_0xb533cc(0x1da)]?path[_0xb533cc(0x1fd)](this[_0xb533cc(0x1d7)],_0x1741a5[_0xb533cc(0x1da)]):null,'framework':_0x4b97f1[_0xb533cc(0x1df)],'result':_0x4b97f1[_0xb533cc(0x24b)],'meta':{'feature':_0x3d6e79,'scenario':_0x568ecc,'steps':_0x24fd36,'examples':_0x2e0f91},'customRerunParam':{'rerun_name':_0xe46cfd}};if(_0x254392[_0xb533cc(0x248)]&&_0x24fd36){const _0x2d6ac0=_0x254392[_0xb533cc(0x248)];let _0x1462c2=_0x4b97f1[_0xb533cc(0x23e)];_0x24fd36[_0xb533cc(0x259)](_0x1d4223=>{const _0x2ea6fd=_0xb533cc;if(_0x4b97f1[_0x2ea6fd(0x230)](_0x1d4223[_0x2ea6fd(0x1f4)],_0x4b97f1[_0x2ea6fd(0x26b)]))return _0x1462c2=_0x4b97f1[_0x2ea6fd(0x26a)],_0x2d6ac0[_0x2ea6fd(0x1d9)]=_0x1d4223[_0x2ea6fd(0x1d9)],_0x2d6ac0[_0x2ea6fd(0x1e2)]=_0x1d4223[_0x2ea6fd(0x1e2)],![];else{if(_0x4b97f1[_0x2ea6fd(0x247)](_0x1d4223[_0x2ea6fd(0x1f4)],_0x4b97f1[_0x2ea6fd(0x244)]))return _0x1462c2=_0x4b97f1[_0x2ea6fd(0x221)],![];}return!![];}),_0x131ce0[_0xb533cc(0x222)]=new Date()[_0xb533cc(0x1d3)](),_0x131ce0[_0xb533cc(0x1f4)]=_0x1462c2;_0x2d6ac0[_0xb533cc(0x231)]&&_0x4b97f1[_0xb533cc(0x1d5)](_0x2d6ac0[_0xb533cc(0x231)][_0xb533cc(0x22f)],undefined)?_0x131ce0[_0xb533cc(0x249)]=_0x4b97f1[_0xb533cc(0x1ff)](_0x2d6ac0[_0xb533cc(0x231)][_0xb533cc(0x22f)],0xf4240):_0x131ce0[_0xb533cc(0x249)]=undefined;if(_0x4b97f1[_0xb533cc(0x256)](_0x1462c2,_0x4b97f1[_0xb533cc(0x26a)])){const {default:_0x3f7116}=await import(_0x4b97f1[_0xb533cc(0x1f5)]);_0x131ce0['failure']=[{'backtrace':[_0x2d6ac0[_0xb533cc(0x1d9)]?_0x4b97f1[_0xb533cc(0x20d)](_0x3f7116,_0x2d6ac0['failure']):_0x4b97f1[_0xb533cc(0x1db)]]}],_0x131ce0[_0xb533cc(0x220)]=_0x2d6ac0[_0xb533cc(0x1d9)]?_0x4b97f1[_0xb533cc(0x1ee)](_0x3f7116,_0x2d6ac0[_0xb533cc(0x1d9)]):_0x2d6ac0['message'],_0x2d6ac0['failureType']&&(_0x131ce0[_0xb533cc(0x1e5)]=_0x2d6ac0[_0xb533cc(0x1e2)][_0xb533cc(0x225)](/AssertError/)?_0x4b97f1['iwmJN']:_0x4b97f1[_0xb533cc(0x22b)]);}}if(_0x4b97f1[_0xb533cc(0x256)](_0x5000ff,_0x4b97f1[_0xb533cc(0x223)])){const _0x45fe0d=this[_0xb533cc(0x22e)](_0x254392[_0xb533cc(0x248)][_0xb533cc(0x261)]);_0x45fe0d&&_0x4b97f1[_0xb533cc(0x243)](_0x45fe0d[_0xb533cc(0x20c)],0x0)&&(_0x131ce0['hooks']=_0x45fe0d,this[_0xb533cc(0x236)](_0x254392[_0xb533cc(0x248)][_0xb533cc(0x261)],_0x131ce0));}testhubUtils['appendTesthubParams'](_0x131ce0,_0x5000ff,'',FRAMEWORKS[_0xb533cc(0x23f)]);const _0x4e52c5={};_0x4e52c5['event_type']=_0x5000ff,_0x4e52c5[_0xb533cc(0x250)]=_0x131ce0;const _0x14e604=_0x4e52c5;await SessionHandler[_0xb533cc(0x1e6)](_0x14e604);}['updateTestStatus'](_0x3b5f0d,_0xb82854){const _0x3a6329=a7_0x163a9e,_0x3d5147={};_0x3d5147['ypLbQ']=function(_0x228926,_0x4ff37f){return _0x228926 instanceof _0x4ff37f;},_0x3d5147[_0x3a6329(0x20e)]=function(_0x3e92ef,_0x14b7e4){return _0x3e92ef===_0x14b7e4;},_0x3d5147[_0x3a6329(0x254)]=_0x3a6329(0x1f2),_0x3d5147['jlShV']='1|3|0|4|2',_0x3d5147[_0x3a6329(0x245)]=function(_0x1a0a44,_0xcf784a){return _0x1a0a44 instanceof _0xcf784a;};const _0x3b70df=_0x3d5147,_0x4db21b=hooksMap[_0x3b5f0d];if(_0x3b70df[_0x3a6329(0x251)](_0x4db21b,Array))for(const _0x5d973d of _0x4db21b){if(_0x3b70df[_0x3a6329(0x20e)](_0x5d973d[_0x3a6329(0x1f4)],_0x3b70df[_0x3a6329(0x254)])){const _0x1bbebe=_0x3b70df['jlShV'][_0x3a6329(0x1eb)]('|');let _0x417fb9=0x0;while(!![]){switch(_0x1bbebe[_0x417fb9++]){case'0':_0xb82854['failure_reason']=_0x3b70df['mRxcf'](_0x5d973d[_0x3a6329(0x21d)],Array)?_0x5d973d[_0x3a6329(0x21d)][0x0][_0x3a6329(0x1dc)][_0x3a6329(0x1d0)]('\x0a'):'';continue;case'1':_0xb82854[_0x3a6329(0x1f4)]=_0x5d973d[_0x3a6329(0x1f4)];continue;case'2':return _0xb82854;case'3':_0xb82854[_0x3a6329(0x1d9)]=_0x5d973d[_0x3a6329(0x21d)];continue;case'4':_0xb82854['failure_type']=_0x5d973d[_0x3a6329(0x1e5)];continue;}break;}}};}['getHooksListForTest'](_0xc7e37b){const _0x1442b7=a7_0x163a9e;if(hooksMap[_0xc7e37b])return hooksMap[_0xc7e37b][_0x1442b7(0x22c)](_0x57b6ce=>_0x57b6ce[_0x1442b7(0x205)]);return[];}[a7_0x163a9e(0x232)](_0x514236,_0x73ee65,_0x23c1e0,_0x6ec28c,_0x94152e,_0x18eb6d){const _0x332569=a7_0x163a9e,_0x2750ab={'TPKAX':function(_0x239df3,_0x4fc263){return _0x239df3===_0x4fc263;},'DvDsF':_0x332569(0x21b),'kPCzy':function(_0xb2954f,_0x1d70cf,_0x465ffd){return _0xb2954f(_0x1d70cf,_0x465ffd);},'AQjyq':_0x332569(0x1fc),'FnzVQ':'uri','uwhVF':'pending','duPAA':_0x332569(0x22d),'orZRo':function(_0x27d500,_0x365cfb,_0x41c4c1,_0x33735a){return _0x27d500(_0x365cfb,_0x41c4c1,_0x33735a);},'uOACg':_0x332569(0x229),'xZfMH':'name','iAdZK':'javascript','VDHut':function(_0x411550,_0x3d6662,_0x3941e9){return _0x411550(_0x3d6662,_0x3941e9);},'WWMiU':_0x332569(0x1e7),'QsUSO':_0x332569(0x1fa)};try{if(_0x2750ab[_0x332569(0x1ec)](_0x23c1e0,_0x2750ab[_0x332569(0x213)])){const _0x368d47=new Date()['toISOString'](),_0x4256a5=hooksMap[_0x73ee65];if(!_0x4256a5)return;const _0x4c6b0b=_0x4256a5[_0x332569(0x263)](_0x31242a=>_0x31242a['uuid']===_0x6ec28c['id']);if(!_0x4c6b0b)return;const _0x5ccfad=this[_0x332569(0x1e8)](_0x514236,_0x73ee65);_0x4c6b0b['result']=_0x5ccfad[_0x332569(0x258)],_0x4c6b0b[_0x332569(0x222)]=_0x368d47,_0x4c6b0b[_0x332569(0x1e5)]=_0x5ccfad[_0x332569(0x1e2)];const _0xd3dde4={};return _0xd3dde4[_0x332569(0x1dc)]=_0x5ccfad[_0x332569(0x1f7)],_0x4c6b0b[_0x332569(0x21d)]=[_0xd3dde4],_0x4c6b0b;}const _0x5cc929=TestDetails[_0x332569(0x23d)](_0x73ee65),_0x48b37b=_0x514236['hooks'][_0x332569(0x263)](_0x5aadae=>_0x5aadae['id']===_0x6ec28c[_0x332569(0x21c)]),_0x2ed405=_0x2750ab[_0x332569(0x246)](nestedKeyValue,_0x48b37b,[_0x2750ab[_0x332569(0x1e1)],_0x2750ab[_0x332569(0x21a)]]),_0x1d48c7=new Date()[_0x332569(0x1d3)](),_0x1bedd1=_0x2750ab['uwhVF'],_0x4e6298=_0x48b37b['tagExpression']?_0x48b37b[_0x332569(0x1fb)][_0x332569(0x1eb)]('\x20')[_0x332569(0x1e0)](_0x5f525b=>_0x5f525b[_0x332569(0x26c)]('@')):[],_0x56d53c={'uuid':_0x6ec28c['id'],'type':_0x2750ab[_0x332569(0x24e)],'hook_type':_0x18eb6d,'name':_0x2750ab[_0x332569(0x25a)](deriveCucumberHookName,_0x48b37b[_0x332569(0x253)],_0x18eb6d,_0x2750ab[_0x332569(0x246)](nestedKeyValue,_0x94152e,[_0x2750ab[_0x332569(0x206)],_0x2750ab['xZfMH']])),'body':{'lang':_0x2750ab[_0x332569(0x266)],'code':null},'tags':_0x4e6298,'test_run_id':_0x5cc929,'scope':_0x2750ab[_0x332569(0x217)](nestedKeyValue,_0x94152e,[_0x2750ab[_0x332569(0x22a)],_0x2750ab[_0x332569(0x20b)]]),'scopes':[_0x2750ab['VDHut'](nestedKeyValue,_0x94152e,[_0x2750ab[_0x332569(0x22a)],_0x2750ab[_0x332569(0x20b)]])||''],'file_name':_0x2ed405,'location':_0x2ed405,'vc_filepath':this[_0x332569(0x1d7)]&&_0x2ed405?path[_0x332569(0x1fd)](this[_0x332569(0x1d7)],_0x2ed405):null,'result':_0x1bedd1,'started_at':_0x1d48c7,'framework':_0x2750ab[_0x332569(0x23b)]};return _0x56d53c;}catch(_0x36b10e){logger[_0x332569(0x1f6)](_0x332569(0x237)+util[_0x332569(0x240)](_0x36b10e)+'\x20');}}async[a7_0x163a9e(0x203)](_0x67fc63,_0xa2b54d,_0x50203f,_0x24a5d2,_0x15a1e4,_0x14ebfc){const _0x8c7fb1=a7_0x163a9e,_0x20ccdd={'odgha':function(_0x313ab8,_0x78ed0e,_0x21a330){return _0x313ab8(_0x78ed0e,_0x21a330);},'nUtVv':_0x8c7fb1(0x1fc),'YPMqy':_0x8c7fb1(0x1da),'EDNMX':function(_0x5c41a6,_0x53540a){return _0x5c41a6===_0x53540a;},'FpRKB':'HookRunStarted'};try{const _0x3865c2=_0x24a5d2[_0x8c7fb1(0x263)](_0x9843ec=>_0x9843ec['id']===_0x15a1e4);if(!_0x3865c2[_0x8c7fb1(0x21c)])return;const _0x46e2a0=this[_0x8c7fb1(0x1f9)](_0x24a5d2,_0x3865c2),_0x4a5d28=this[_0x8c7fb1(0x232)](_0x67fc63,_0xa2b54d,_0x50203f,_0x3865c2,_0x14ebfc,_0x46e2a0);if(!_0x4a5d28)return;const _0x39d5af=_0x67fc63[_0x8c7fb1(0x219)][_0x8c7fb1(0x263)](_0x22707b=>_0x22707b['id']===_0x3865c2[_0x8c7fb1(0x21c)]),_0x1612b0=_0x20ccdd[_0x8c7fb1(0x228)](nestedKeyValue,_0x39d5af,[_0x20ccdd[_0x8c7fb1(0x1de)],_0x20ccdd['YPMqy']]);if(_0x20ccdd[_0x8c7fb1(0x228)](isSdkSetupHook,_0x1612b0,_0x4a5d28['name']))return;_0x20ccdd[_0x8c7fb1(0x260)](_0x50203f,_0x20ccdd[_0x8c7fb1(0x210)])&&(hooksMap[_0xa2b54d]?hooksMap[_0xa2b54d][_0x8c7fb1(0x1dd)](_0x4a5d28):hooksMap[_0xa2b54d]=[_0x4a5d28]);if(!_0x1612b0)return;const _0x2001fa={};_0x2001fa[_0x8c7fb1(0x233)]=_0x50203f,_0x2001fa[_0x8c7fb1(0x26e)]=_0x4a5d28;const _0x40c101=_0x2001fa;await SessionHandler[_0x8c7fb1(0x1e6)](_0x40c101);}catch(_0x30068a){logger[_0x8c7fb1(0x1f6)]('Exception\x20in\x20sendHook:\x20'+util[_0x8c7fb1(0x240)](_0x30068a)+'\x20');}}[a7_0x163a9e(0x1e8)](_0x5b40ba,_0x24d913){const _0xd42e3a=a7_0x163a9e,_0x461af2={};_0x461af2[_0xd42e3a(0x1e3)]=function(_0x2cee08,_0x2e9cb1){return _0x2cee08===_0x2e9cb1;},_0x461af2[_0xd42e3a(0x267)]='failed',_0x461af2['NHCcd']=function(_0x4a1405,_0x4d0b84){return _0x4a1405===_0x4d0b84;},_0x461af2[_0xd42e3a(0x239)]=function(_0x2a3b2c,_0x235386){return _0x2a3b2c===_0x235386;},_0x461af2[_0xd42e3a(0x226)]='UnhandledError',_0x461af2[_0xd42e3a(0x21f)]=_0xd42e3a(0x264),_0x461af2[_0xd42e3a(0x209)]=function(_0x2ca686,_0x2bea66){return _0x2ca686||_0x2bea66;};const _0x45f834=_0x461af2,_0x56e949=_0x5b40ba[_0xd42e3a(0x1d2)][_0x24d913][_0xd42e3a(0x215)];let _0x1b1b26,_0x1e8efd;return _0x56e949&&_0x45f834['CJyXl'](_0x56e949[_0xd42e3a(0x258)][_0xd42e3a(0x20a)]()['toLowerCase'](),_0x45f834['LDJzQ'])&&(_0x1b1b26=_0x45f834[_0xd42e3a(0x26d)](_0x56e949[_0xd42e3a(0x1d6)],undefined)?_0x56e949[_0xd42e3a(0x1d4)]:_0x56e949[_0xd42e3a(0x1d6)][_0xd42e3a(0x1d4)],_0x1e8efd=_0x45f834[_0xd42e3a(0x239)](_0x56e949['exception'],undefined)?_0x45f834[_0xd42e3a(0x226)]:_0x56e949[_0xd42e3a(0x1d4)][_0xd42e3a(0x225)](/Assert/)?_0x45f834[_0xd42e3a(0x21f)]:_0x45f834[_0xd42e3a(0x226)]),{'status':_0x56e949['status'][_0xd42e3a(0x23a)](),'failureType':_0x45f834['VEUUj'](_0x1e8efd,null),'failureData':!_0x1b1b26?null:[_0x1b1b26]};}[a7_0x163a9e(0x1f9)](_0x91864d,_0x24c746){const _0x53630f=a7_0x163a9e,_0x1a601b={};_0x1a601b[_0x53630f(0x1f3)]=function(_0x20fbd4,_0xe40e17){return _0x20fbd4===_0xe40e17;},_0x1a601b['sTJCM']=_0x53630f(0x1cf),_0x1a601b['zzTJE']=_0x53630f(0x24f);const _0x48b7a1=_0x1a601b;let _0x27b4de=![];for(const _0x317c0f of _0x91864d){_0x317c0f[_0x53630f(0x227)]&&(_0x27b4de=!![]);if(_0x48b7a1[_0x53630f(0x1f3)](_0x24c746['id'],_0x317c0f['id']))return _0x27b4de?_0x48b7a1['sTJCM']:_0x48b7a1[_0x53630f(0x268)];}}[a7_0x163a9e(0x241)]=(_0x38c9d0,_0x317bf8)=>{const _0x2fca3a=a7_0x163a9e,_0x534dfe={};_0x534dfe[_0x2fca3a(0x218)]=function(_0x11e5e7,_0x1cbad8){return _0x11e5e7===_0x1cbad8;},_0x534dfe[_0x2fca3a(0x202)]=function(_0x12c9f8,_0x5a33a1){return _0x12c9f8>_0x5a33a1;};const _0x4eb13d=_0x534dfe;if(!(_0x317bf8['astNodeIds']&&_0x4eb13d[_0x2fca3a(0x202)](_0x317bf8[_0x2fca3a(0x207)][_0x2fca3a(0x20c)],0x1)))return;const _0x1c84a1=_0x317bf8[_0x2fca3a(0x207)][0x0],_0x28b817=_0x317bf8['astNodeIds'][0x1],_0x29df9f=_0x38c9d0[_0x2fca3a(0x1e7)]&&_0x38c9d0[_0x2fca3a(0x1e7)][_0x2fca3a(0x21e)]?_0x38c9d0[_0x2fca3a(0x1e7)][_0x2fca3a(0x21e)]:undefined;let _0x35da61=[];_0x29df9f&&_0x29df9f[_0x2fca3a(0x252)](_0x466517=>{const _0x25d240=_0x2fca3a;if(_0x466517[_0x25d240(0x25e)])_0x466517['rule'][_0x25d240(0x21e)]['forEach'](_0xe28b53=>{const _0x113761=_0x25d240;if(_0xe28b53[_0x113761(0x229)]&&_0x4eb13d[_0x113761(0x218)](_0xe28b53['scenario']['id'],_0x1c84a1)&&_0xe28b53['scenario'][_0x113761(0x20f)]){const _0x304f28=_0xe28b53['scenario'][_0x113761(0x20f)][_0x113761(0x265)](_0x2fe530=>_0x2fe530[_0x113761(0x242)])[_0x113761(0x263)](_0x2eea92=>_0x2eea92['id']===_0x28b817);let _0xe239b0;_0x304f28&&_0x304f28[_0x113761(0x24a)]?_0xe239b0=_0x304f28[_0x113761(0x24a)][_0x113761(0x22c)](_0xc5c72c=>_0xc5c72c[_0x113761(0x212)]):_0xe239b0=[],_0xe239b0&&(_0x35da61=_0xe239b0);}});else{if(_0x466517[_0x25d240(0x229)]&&_0x4eb13d['Cegvt'](_0x466517[_0x25d240(0x229)]['id'],_0x1c84a1)&&_0x466517['scenario'][_0x25d240(0x20f)]){const _0x21555f=_0x466517[_0x25d240(0x229)][_0x25d240(0x20f)][_0x25d240(0x265)](_0x3ae3d0=>_0x3ae3d0[_0x25d240(0x242)])[_0x25d240(0x263)](_0x5897e2=>_0x5897e2['id']===_0x28b817);let _0x32d9b2;_0x21555f&&_0x21555f['cells']?_0x32d9b2=_0x21555f[_0x25d240(0x24a)][_0x25d240(0x22c)](_0x30011d=>_0x30011d['value']):_0x32d9b2=[],_0x32d9b2&&(_0x35da61=_0x32d9b2);}}});if(_0x35da61[_0x2fca3a(0x20c)])return _0x35da61;return;};async[a7_0x163a9e(0x26f)](){const _0x388240=a7_0x163a9e,_0x4a3f79={'gyEOm':function(_0x4c25e4){return _0x4c25e4();}};if(this[_0x388240(0x24c)])return this[_0x388240(0x1d7)];const _0x3f287c=await _0x4a3f79[_0x388240(0x238)](getGitMetaData);_0x3f287c&&(this['_gitConfigPath']=_0x3f287c[_0x388240(0x211)]),this['_gitConfigured']=!![];}}module[a7_0x163a9e(0x1f0)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit',a7_0x163a9e(0x241),a7_0x163a9e(0x1f9),a7_0x163a9e(0x1e8),a7_0x163a9e(0x203),a7_0x163a9e(0x232),a7_0x163a9e(0x25d)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a8_0x1c8936=a8_0x2b19;function a8_0x4a7e(){const _0x12ebf1=['../../helpers/logger','Error\x20in\x20fallback\x20cleanup:\x20','dbUth','result','format','ENV_VAR','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','PRE','error','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/driverInitErrorReporter','RlUrS','util','klYHi','../v2/TestInfo.js','stack','thTestRunUuid','../../helpers/globals','Error\x20determining\x20test\x20flow:\x20','AwwoS','Executed\x20fallback\x20close\x20tracker\x20cleanup\x20after\x20error','uuid','isCliEnabled','lodash','cucumber-test','pickle','../../helpers/test-observability/sessionHandler','kdRZY','Meefr','McNFi','../v2/state/automationFrameworkState','saveTestResults','parse','../../helpers/helper','__skipSessionName','push','sEgcL','chCIT','../playwright/reporter/test-details.js','BeforeAll','testFramework','test_run_uuid','CglsD','browserstackAgentV2','pwPage','getPackageVersion','QUIT','executeScript','../utils/constants','Patching\x20Selenium','bs:addLog:','Nrntx','Executed\x20deferred\x20closes\x20after\x20QUIT\x20PRE\x20event\x20completion','testCaseStartedId','Error\x20cleaning\x20up\x20close\x20tracker:\x20','platformIndex','Cucumber-JS','removeAllListeners','Error:\x20quiting\x20driver\x20at\x20After:\x20','pid','JnHLQ','Inside\x20browserstack\x20After','Error\x20in\x20playwright\x20beforeTestHook:\x20','info','Inside\x20browserstack\x20Before','tRJLo','is_mobile_session','Test\x20info\x20prepared\x20for\x20CREATE\x20PRE\x20event:\x20','env','QeRXE','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','@cucumber/cucumber/lib/index.js','CcbOm','sendTestLog:\x20No\x20testId\x20found\x20in\x20testInfo','Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','1436031cuNqkf','hQHbY','finally','160060fOzMPy','Error:\x20at\x20After\x20(Selenium):\x20','@playwright/test','Error:\x20sendPlatformDetails\x20at\x20After:\x20','join','KHyOv','bHidB','lHfxG','ePSoF','ujpBS','toString','jmyyz','browserstackSessionName','RqcxD','43547oyUmxs','bstackA11yShouldScan','session_','ayFsf','afterTestHook','cucumber-js','trackEvent','wuftl','Error\x20sending\x20log\x20created\x20event:\x20','tags','LyrvT','__drivers','lYQaT','zzbRq','Inside\x20browserstack\x20BeforeAll','\x0aError:\x20','MlWmc','BFYKB','BsdYe','6810246VQfXpP','installAll','bstack','nEfhG','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','Error:\x20cleaning\x20up\x20driver:\x20','o11ySyncDone','timeout','3000628zuQwyi','813282xoVNSx','wFBPm',',\x22level\x22:\x20\x22','uploadEventData','CvZaq','2307736YbBpmZ','Failed:\x20','MyCtt','ahTJo','getInstance','../../helpers/performance/performance-tester','setFrameworkDetail','getGlobal','../../helpers/setKeepAlive','startMonitoring','../v2/browserstackCLI','PORMe','workerInfo','PLAYWRIGHT','935KPbBVr','isMobilePlatform','\x22}}','browserstackPlatformIndex','\x20|\x20','getTestUUID','performScan','quitCount_','testInfo','__timeout','currentTest','__skipSessionStatus','../v2/browserstackCLI.js','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','../../helpers/test-observability/utils','driverCleanup','executeDeferredCloses','BpibE','ZmcjT','../playwright/reporter/reporter.js','../../helpers/accessibility-automation/scripts','../../helpers/accessibility-automation/helper','passed','PJMEH','Qkklv','debug','name','Error\x20initializing\x20Playwright\x20patching:\x20','../../helpers/test-observability/requestQueueHandler','dpkon','lfNut','../v2/cliUtils','Mfxzd','GdODQ','fFwxy','pickleStep','isAccessibilityPlatform','../../index','wUSgw','__workerDetails','ZXRCN','2qYEZZU','DdwyR','integrations','catch','ArLEj','sCwpI','dTZWC','Inside\x20browserstack\x20registerListeners','WbqZF','TkNbS','4|0|3|2|1','pFQcF','message','storeLogObjects','beforeTestHook','TSZQu','then','CUCUMBER','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','cleanup','bootstrap','5Uhvrkq','Playwright\x20patching\x20initialized\x20for\x20Cucumber-JS','toLowerCase','Unknown\x20Test','WMfFD','__error_messages__','cFSCZ','getAutomationFramework','stopMonitoring','hPKCF','ShsKU','status','setDefaultTimeout','../v2/state/hookState','After','fWBDV','__currentTestInfo','EtnMv','test_run','shift','skipSessionStatus','CMUne','stringify','isRunning','Inside\x20browserstack\x20AfterStep','patchPageCommandsForAccessibility','35RQLNbI','driver\x20session\x20resolution\x20failed\x20during\x20cleanup:\x20','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','initializePlaywrightPatching','CONFIG','Inside\x20browserstack\x20AfterAll','qfbwz','failed','Bootstrapping\x20BrowserstackCLI\x20for\x20cucumber-js\x20worker\x20process','Before','skipSessionName','executeAsyncScript','KZrOX','driver-init\x20capture\x20install\x20failed:\x20','length','yclLv','thJwtToken','aMpTb','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','kvDXT','Cleaned\x20up\x20Playwright\x20close\x20tracker','@cucumber/cucumber','QuZRQ','wjoTy','split','AfterAll','closeTracker','scenario',',\x20isPlaywrightFlow=','__sessionFailed','shYlc','initQuit'];a8_0x4a7e=function(){return _0x12ebf1;};return a8_0x4a7e();}(function(_0x5d2e3f,_0x586c75){const _0x22e3dc=a8_0x2b19,_0x5da63f=_0x5d2e3f();while(!![]){try{const _0x1b8a22=parseInt(_0x22e3dc(0xff))/0x1*(parseInt(_0x22e3dc(0x157))/0x2)+parseInt(_0x22e3dc(0x1f1))/0x3+-parseInt(_0x22e3dc(0x11a))/0x4+-parseInt(_0x22e3dc(0x16c))/0x5*(-parseInt(_0x22e3dc(0x11b))/0x6)+parseInt(_0x22e3dc(0x186))/0x7*(parseInt(_0x22e3dc(0x120))/0x8)+parseInt(_0x22e3dc(0x112))/0x9+-parseInt(_0x22e3dc(0xf1))/0xa*(parseInt(_0x22e3dc(0x12e))/0xb);if(_0x1b8a22===_0x586c75)break;else _0x5da63f['push'](_0x5da63f['shift']());}catch(_0x5247b8){_0x5da63f['push'](_0x5da63f['shift']());}}}(a8_0x4a7e,0xb6295));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra,playwrightSetSessionName,playwrightMarkSessionStatus,nestedKeyValue}=require('../../helpers/helper'),{TEST_FRAMEWORK_HOOK_TIMEOUT,FRAMEWORKS}=require(a8_0x1c8936(0x1d6)),setKeepAlive=require(a8_0x1c8936(0x128)),util=require(a8_0x1c8936(0x1b2)),PerformanceTester=require(a8_0x1c8936(0x125)),{EVENTS:PerformanceEvents}=require('../../helpers/performance/constants'),cucumberModule=requireModule(a8_0x1c8936(0x1ed),a8_0x1c8936(0x19b)),logger=require(a8_0x1c8936(0x1a6))['winstonLogger'],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a8_0x1c8936(0x13c)),TestDetails=require(a8_0x1c8936(0x1cc)),TestInfo=require(a8_0x1c8936(0x1b4)),RequestQueueHandler=require(a8_0x1c8936(0x14a)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a8_0x1c8936(0x141)),SessionHandler=require(a8_0x1c8936(0x1c0)),scripts=require(a8_0x1c8936(0x142)),globals=require(a8_0x1c8936(0x1b7)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a8_0x1c8936(0x143)),{isUndefined}=require(a8_0x1c8936(0x1bd)),helper=require(a8_0x1c8936(0x1c7));try{require(a8_0x1c8936(0x1b0))[a8_0x1c8936(0x113)](a8_0x1c8936(0x104));}catch(a8_0x3ceca5){logger[a8_0x1c8936(0x147)](a8_0x1c8936(0x193)+(a8_0x3ceca5&&a8_0x3ceca5['message']));}const a8_0x288666={};a8_0x288666[a8_0x1c8936(0x12c)]=undefined,a8_0x288666[a8_0x1c8936(0x138)]={},a8_0x288666[a8_0x1c8936(0x118)]=![],a8_0x288666[a8_0x1c8936(0x1d2)]=null,a8_0x288666['isPageFixture']=![],a8_0x288666[a8_0x1c8936(0x138)]['id']=undefined,a8_0x288666[a8_0x1c8936(0x138)][a8_0x1c8936(0x136)]=undefined;const workerDetails=a8_0x288666;global[a8_0x1c8936(0x155)]=workerDetails;let playwrightPatcher=null;shouldProcessEventForTesthub()&&patchConsoleLogger();function a8_0x2b19(_0x570f20,_0xf7912){const _0x4a7e6c=a8_0x4a7e();return a8_0x2b19=function(_0x2b19eb,_0x8ae93f){_0x2b19eb=_0x2b19eb-0xf1;let _0x29ef67=_0x4a7e6c[_0x2b19eb];return _0x29ef67;},a8_0x2b19(_0x570f20,_0xf7912);}const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x638d69){const _0x4ea897=a8_0x1c8936,_0x2e8ebf={'MlWmc':function(_0x351e0c,_0x154d63){return _0x351e0c(_0x154d63);},'chCIT':'../v2/browserstackCLI','dbUth':_0x4ea897(0x1ef)},_0x2f7ec9=workerDetails[_0x4ea897(0x138)][_0x4ea897(0x136)];if(!_0x2f7ec9)return;if(playwrightPatcher)try{const _0x50b211=_0x2e8ebf[_0x4ea897(0x10f)](require,_0x2e8ebf[_0x4ea897(0x1cb)]);if(_0x50b211['getInstance']()[_0x4ea897(0x183)]()){const _0x1b5253=_0x2f7ec9[_0x4ea897(0x1db)];_0x1b5253?(_0x638d69[_0x4ea897(0x1bb)]=_0x1b5253,_0x638d69[_0x4ea897(0x1cf)]=_0x1b5253,TestInfo[_0x4ea897(0x164)](_0x1b5253,_0x638d69)):logger[_0x4ea897(0x147)](_0x2e8ebf[_0x4ea897(0x1a8)]);return;}}catch(_0x1949a3){logger[_0x4ea897(0x147)](_0x4ea897(0x107)+util[_0x4ea897(0x1aa)](_0x1949a3));}await MyReporter['addTestUIDAndReportLog'](_0x2f7ec9,_0x638d69);}),registerListeners=()=>{const _0x5cb0bb=a8_0x1c8936,_0x4a499b={};_0x4a499b[_0x5cb0bb(0x150)]=_0x5cb0bb(0x15e);const _0x470fc5=_0x4a499b;logger[_0x5cb0bb(0x147)](_0x470fc5['fFwxy']),process[_0x5cb0bb(0x1df)]('bs:addLog:'+process[_0x5cb0bb(0x1e1)]),process['on'](_0x5cb0bb(0x1d8)+process[_0x5cb0bb(0x1e1)],sendTestLog),PerformanceTester[_0x5cb0bb(0x129)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a8_0x1c8936(0x18f)],After=cucumberModule[a8_0x1c8936(0x17a)],AfterAll=cucumberModule[a8_0x1c8936(0x19f)],BeforeAll=cucumberModule[a8_0x1c8936(0x1cd)],AfterStep=cucumberModule['AfterStep'],configuration=process[a8_0x1c8936(0x1ea)][a8_0x1c8936(0x18a)];if(configuration!==undefined){const config=JSON[a8_0x1c8936(0x1c6)](configuration);isBrowserstackInfra()?(global[a8_0x1c8936(0x1c8)]=isTrue(config[a8_0x1c8936(0x190)]),global[a8_0x1c8936(0x139)]=isTrue(config[a8_0x1c8936(0x180)])):(global[a8_0x1c8936(0x1c8)]=!![],global[a8_0x1c8936(0x139)]=!![]);!helper[a8_0x1c8936(0x1d3)]('@playwright/test')&&(logger[a8_0x1c8936(0x147)](a8_0x1c8936(0x1d7)),shouldProcessEventForTesthub()?require(a8_0x1c8936(0x153))[a8_0x1c8936(0x1d1)](config,null,!![]):require(a8_0x1c8936(0x153))[a8_0x1c8936(0x1d1)](config));global['__platformCaps']=config['platformCaps']||{},global[a8_0x1c8936(0x131)]=config[a8_0x1c8936(0x1dd)];if(helper[a8_0x1c8936(0x1d3)](a8_0x1c8936(0xf3)))try{logger[a8_0x1c8936(0x147)]('Patching\x20Playwright'),playwrightPatcher=require('../utils/playwright-patcher'),playwrightPatcher[a8_0x1c8936(0x189)](config),logger[a8_0x1c8936(0x147)](a8_0x1c8936(0x16d));}catch(a8_0xfa7136){logger[a8_0x1c8936(0x147)](a8_0x1c8936(0x149)+util[a8_0x1c8936(0x1aa)](a8_0xfa7136));}}global[a8_0x1c8936(0x137)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a8_0x1c8936(0x178)]=_0x4386da=>{const _0x3329ac=a8_0x1c8936,_0x4590a8={'TkNbS':function(_0x77b856,_0x19c691){return _0x77b856(_0x19c691);}};global[_0x3329ac(0x137)]=_0x4386da,_0x4590a8[_0x3329ac(0x160)](__setDefaultTimeout,_0x4386da);};const a8_0x3ab0f5={};a8_0x3ab0f5['name']=a8_0x1c8936(0x114),BeforeAll(a8_0x3ab0f5,async function(){const _0x4e3c15=a8_0x1c8936,_0x57752d={'BpibE':function(_0x26efb7,_0x506a9d,_0x960e65,_0x17fe9c){return _0x26efb7(_0x506a9d,_0x960e65,_0x17fe9c);},'jmyyz':_0x4e3c15(0x18d),'Nofpw':_0x4e3c15(0x132),'McNFi':function(_0x536a30,_0x44550b,_0x54746a){return _0x536a30(_0x44550b,_0x54746a);},'RlUrS':_0x4e3c15(0x144),'WbqZF':_0x4e3c15(0x10d),'RqcxD':function(_0x2c324e,_0x5d68dd){return _0x2c324e(_0x5d68dd);},'eZjYO':'../v2/browserstackCLI','zzbRq':_0x4e3c15(0x14d),'cFSCZ':_0x4e3c15(0x18e),'sCwpI':function(_0x2ca2ee){return _0x2ca2ee();},'MsKIg':function(_0x9880f4){return _0x9880f4();},'FzOSl':function(_0x3c8c6c,_0x338186){return _0x3c8c6c(_0x338186);}};PerformanceTester[_0x4e3c15(0x129)](),logger['debug'](_0x57752d[_0x4e3c15(0x15f)]),global[_0x4e3c15(0x171)]=[],global[_0x4e3c15(0x1a3)]=![];if(playwrightPatcher)try{const _0x550cae=_0x57752d['RqcxD'](require,_0x57752d['eZjYO']),_0x16b837=_0x57752d[_0x4e3c15(0xfe)](require,_0x57752d[_0x4e3c15(0x10c)]);_0x550cae[_0x4e3c15(0x124)]()[_0x4e3c15(0x1bc)]()&&(logger[_0x4e3c15(0x147)](_0x57752d[_0x4e3c15(0x172)]),_0x16b837[_0x4e3c15(0x126)](FRAMEWORKS[_0x4e3c15(0x168)],FRAMEWORKS[_0x4e3c15(0x12d)]),await _0x550cae[_0x4e3c15(0x124)]()[_0x4e3c15(0x16b)]());}catch(_0x12330d){logger[_0x4e3c15(0x147)](_0x4e3c15(0x1f0)+util[_0x4e3c15(0x1aa)](_0x12330d));}_0x57752d[_0x4e3c15(0x15c)](shouldProcessEventForTesthub)&&(_0x57752d['MsKIg'](registerListeners),_0x57752d['FzOSl'](addRequestSpy,![])),global[_0x4e3c15(0x13d)]=async()=>{const _0x1e82ed=_0x4e3c15;let _0xb10057=![];try{global[_0x1e82ed(0x10a)]&&global[_0x1e82ed(0x10a)][0x0]&&(await global[_0x1e82ed(0x10a)][0x0][_0x1e82ed(0x101)],_0xb10057=!![],global[_0x1e82ed(0x1a3)]?await _0x57752d[_0x1e82ed(0x13f)](markSessionStatus,global[_0x1e82ed(0x10a)][0x0],_0x57752d[_0x1e82ed(0xfc)],global['__error_messages__'][_0x1e82ed(0xf5)](_0x57752d['Nofpw'])):await _0x57752d[_0x1e82ed(0x1c3)](markSessionStatus,global[_0x1e82ed(0x10a)][0x0],_0x57752d[_0x1e82ed(0x1b1)]));}catch(_0x5ac6f2){logger[_0x1e82ed(0x147)](_0x1e82ed(0x117)+_0x5ac6f2);}global['__error_messages__']=[],global[_0x1e82ed(0x1a3)]=![];if(_0xb10057)try{await global[_0x1e82ed(0x10a)][0x0][_0x1e82ed(0x1a5)](),global['__drivers'][0x0]['session_'][_0x1e82ed(0x167)](_0x3608a7=>{const _0x510390=_0x1e82ed;logger[_0x510390(0x147)]('Error:\x20in\x20quitting\x20driver\x20'+_0x3608a7['getId']());})[_0x1e82ed(0x15a)](_0x639b6=>{const _0x96e9b7=_0x1e82ed;logger[_0x96e9b7(0x147)](_0x96e9b7(0x187)+(_0x639b6&&_0x639b6[_0x96e9b7(0x1b5)]||_0x639b6));});}catch(_0x2f12d0){logger[_0x1e82ed(0x147)](_0x1e82ed(0x198)+_0x2f12d0);}};});const a8_0x532680={};a8_0x532680['name']=a8_0x1c8936(0x114),a8_0x532680['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a8_0x1c8936(0x1de)],Before(a8_0x532680,function(_0x328cb8,_0x12915e){const _0x27a2f1=a8_0x1c8936,_0x2011bf={'wuftl':function(_0x1e2b13,_0x2cf630){return _0x1e2b13>_0x2cf630;},'bHidB':function(_0x2ae244,_0xde23f0){return _0x2ae244(_0xde23f0);},'bzoyr':function(_0x3f4b1f,_0x40bfd5,_0x5bc25b,_0x2049e5){return _0x3f4b1f(_0x40bfd5,_0x5bc25b,_0x2049e5);},'dTZWC':_0x27a2f1(0x100),'QuZRQ':function(_0x3e0155,_0x2cbbc0){return _0x3e0155(_0x2cbbc0);},'BFYKB':_0x27a2f1(0x12a),'GNryK':'../v2/state/automationFrameworkState','JnHLQ':function(_0x571120,_0xe60998){return _0x571120(_0xe60998);},'aMpTb':_0x27a2f1(0x179),'nEfhG':_0x27a2f1(0x16f),'NmZFi':_0x27a2f1(0x1be),'wFBPm':function(_0x389f76){return _0x389f76();},'ZXRCN':_0x27a2f1(0x1e6)};logger[_0x27a2f1(0x147)](_0x2011bf[_0x27a2f1(0x156)]),new Promise(async _0x53acd1=>{const _0xc58d57=_0x27a2f1;try{global[_0xc58d57(0x10a)]&&_0x2011bf[_0xc58d57(0x106)](global[_0xc58d57(0x10a)]['length'],0x1)&&(await global[_0xc58d57(0x13d)](),global[_0xc58d57(0x10a)][_0xc58d57(0x17f)]()),global[_0xc58d57(0x10a)]&&global[_0xc58d57(0x10a)][0x0]&&global['__drivers'][0x0][_0xc58d57(0x135)]&&_0x2011bf[_0xc58d57(0x106)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global[_0xc58d57(0x13d)]();}catch(_0x218a46){logger[_0xc58d57(0x147)](_0xc58d57(0x169)+_0x218a46);}workerDetails[_0xc58d57(0x138)]['testInfo']=_0x328cb8;if(!playwrightPatcher){try{if(!_0x2011bf[_0xc58d57(0xf7)](isUndefined,_0x328cb8[_0xc58d57(0x1bf)][_0xc58d57(0x108)])){const _0x44acac=_0x2011bf['bzoyr'](shouldScanTestForAccessibility,null,![],_0x328cb8['pickle'][_0xc58d57(0x108)]['map'](({name:_0x2157e1})=>_0x2157e1));globals['setGlobal'](_0x2011bf[_0xc58d57(0x15d)],_0x44acac);}}catch(_0x26e2fd){logger[_0xc58d57(0x147)](_0xc58d57(0x188)+util['format'](_0x26e2fd));}workerDetails['currentTest'][_0xc58d57(0x1b6)]=TestDetails[_0xc58d57(0x133)](_0x328cb8[_0xc58d57(0x1db)]);}if(playwrightPatcher)try{await playwrightPatcher[_0xc58d57(0x165)](_0x328cb8),global[_0xc58d57(0x155)]&&global[_0xc58d57(0x155)][_0xc58d57(0x1d2)]&&playwrightPatcher[_0xc58d57(0x185)](global[_0xc58d57(0x155)][_0xc58d57(0x1d2)]);}catch(_0x2e5fed){logger[_0xc58d57(0x147)](_0xc58d57(0x1e4)+util['format'](_0x2e5fed));}if(playwrightPatcher)try{const _0x2d57cf=_0x2011bf['QuZRQ'](require,_0x2011bf[_0xc58d57(0x110)]),_0x5e2ffa=_0x2011bf[_0xc58d57(0x19c)](require,_0x2011bf['GNryK']),_0x1a536f=_0x2011bf[_0xc58d57(0x1e2)](require,_0x2011bf[_0xc58d57(0x197)]);if(_0x2d57cf['getInstance']()[_0xc58d57(0x183)]()){const _0x4e9dd9={'title':_0x328cb8['pickle'][_0xc58d57(0x148)]||_0x2011bf['nEfhG'],'titlePath':[_0x328cb8[_0xc58d57(0x1bf)][_0xc58d57(0x148)]||_0x2011bf[_0xc58d57(0x115)]],'id':_0x328cb8[_0xc58d57(0x1db)]||_0x2011bf['NmZFi'],'tags':_0x328cb8['pickle'][_0xc58d57(0x108)]||[],..._0x328cb8},_0x564e88=_0x4e9dd9;global[_0xc58d57(0x17c)]=_0x564e88,logger[_0xc58d57(0x147)](_0xc58d57(0x1e9)+_0x328cb8[_0xc58d57(0x1bf)][_0xc58d57(0x148)]);}}catch(_0x1593ac){logger[_0xc58d57(0x147)]('Error\x20triggering\x20AutomationFramework\x20events:\x20'+util[_0xc58d57(0x1aa)](_0x1593ac));}_0x2011bf[_0xc58d57(0x11c)](_0x53acd1);})[_0x27a2f1(0x1f3)](_0x12915e);});const a8_0x53ca0f={};a8_0x53ca0f['name']='bstack',a8_0x53ca0f[a8_0x1c8936(0x119)]=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],After(a8_0x53ca0f,function(_0x3ec45d,_0x1d9c83){const _0x3f6d65=a8_0x1c8936,_0x7da52b={'lfNut':function(_0x245f09,_0x5c29e2){return _0x245f09>_0x5c29e2;},'MyCtt':function(_0x1f9bd7,_0x3209ab){return _0x1f9bd7===_0x3209ab;},'yclLv':'failed','YPyxb':function(_0x2a7acc,_0x59f105){return _0x2a7acc===_0x59f105;},'QeRXE':function(_0x274344,_0x53a428,_0x18d9c4,_0x39f479){return _0x274344(_0x53a428,_0x18d9c4,_0x39f479);},'ShsKU':_0x3f6d65(0x132),'FLxjt':function(_0x5b01b8,_0x3594c3,_0x402902){return _0x5b01b8(_0x3594c3,_0x402902);},'ArLEj':_0x3f6d65(0x144),'qfbwz':function(_0x59f414,_0x32097e){return _0x59f414(_0x32097e);},'WMfFD':_0x3f6d65(0x12a),'ahTJo':function(_0x2ab999,_0x145e59){return _0x2ab999(_0x145e59);},'UdYjT':_0x3f6d65(0x1c4),'wjoTy':'../v2/state/hookState','ZmcjT':'Unknown\x20Test','klYHi':_0x3f6d65(0x1be),'lHfxG':'Completed\x20Playwright\x20afterTestHook\x20execution','komOo':_0x3f6d65(0x1da),'sEgcL':'Cleaned\x20up\x20close\x20tracker','shYlc':'Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','fWBDV':_0x3f6d65(0x1ba),'Qkklv':function(_0x13ee22,_0x50b510){return _0x13ee22(_0x50b510);},'kdRZY':_0x3f6d65(0x13a),'ePSoF':function(_0x44ea19){return _0x44ea19();},'GSzVI':function(_0x3a436,_0x43f605,_0x501c57,_0xc83f58,_0x549f77){return _0x3a436(_0x43f605,_0x501c57,_0xc83f58,_0x549f77);},'CMUne':'CBTSessionCreated','KHyOv':_0x3f6d65(0x152),'pFQcF':_0x3f6d65(0x100),'ayFsf':_0x3f6d65(0x116),'dpkon':'Performing\x20scan\x20before\x20saving\x20results','oSPRD':_0x3f6d65(0x12f),'EtnMv':_0x3f6d65(0x1af),'tRJLo':function(_0x3117d7,_0x22e690){return _0x3117d7>_0x22e690;},'KZrOX':_0x3f6d65(0x1e3)};logger[_0x3f6d65(0x147)](_0x7da52b[_0x3f6d65(0x192)]),workerDetails[_0x3f6d65(0x138)][_0x3f6d65(0x136)]=_0x3ec45d,new Promise(async _0x4d5194=>{const _0x157255=_0x3f6d65;let _0x4ca786=![],_0x3eacd0=![],_0x4b3825=![];try{global['__drivers']&&_0x7da52b[_0x157255(0x14c)](global[_0x157255(0x10a)][_0x157255(0x194)],0x0)&&(_0x3eacd0=!![]),playwrightPatcher&&global['__workerDetails']&&global[_0x157255(0x155)][_0x157255(0x1d2)]&&(_0x4b3825=!![],logger[_0x157255(0x147)]('Playwright\x20flow\x20detected\x20-\x20page\x20exists:\x20'+!!global['__workerDetails'][_0x157255(0x1d2)]));}catch(_0x461ff8){logger[_0x157255(0x147)](_0x157255(0x1b8)+_0x461ff8);}logger[_0x157255(0x147)]('Flow\x20detection:\x20isSeleniumFlow='+_0x3eacd0+_0x157255(0x1a2)+_0x4b3825);const _0x468843=_0x3ec45d['result'][_0x157255(0x177)][_0x157255(0xfb)]()[_0x157255(0x16e)](),_0x10f999=_0x7da52b[_0x157255(0x122)](_0x468843,_0x7da52b['yclLv'])||_0x7da52b['YPyxb'](_0x468843,'6'),_0x14e080=_0x10f999?_0x3ec45d['result']['message']:null;if(_0x10f999)try{global[_0x157255(0x171)][_0x157255(0x1c9)](_0x3ec45d[_0x157255(0x1a9)]['message']),global[_0x157255(0x1a3)]=!![];}catch(_0xbe473e){logger[_0x157255(0x147)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0xbe473e);}if(_0x3eacd0)try{global[_0x157255(0x10a)]&&_0x7da52b[_0x157255(0x14c)](global['__drivers'][_0x157255(0x194)],0x1)&&(await global['driverCleanup'](),global[_0x157255(0x10a)][_0x157255(0x17f)](),global[_0x157255(0x171)]=[],global['__sessionFailed']=![]),global[_0x157255(0x10a)]&&global['__drivers'][0x0]&&(await global[_0x157255(0x10a)][0x0]['session_'],_0x4ca786=!![],!global[_0x157255(0x1c8)]&&await global[_0x157255(0x10a)][0x0][_0x157255(0x1d5)](_0x157255(0x1ec)+_0x3ec45d['pickle'][_0x157255(0x148)]+_0x157255(0x130)),_0x10f999?await _0x7da52b[_0x157255(0x1eb)](markSessionStatus,global[_0x157255(0x10a)][0x0],_0x7da52b[_0x157255(0x195)],global[_0x157255(0x171)][_0x157255(0xf5)](_0x7da52b[_0x157255(0x176)])):await _0x7da52b['FLxjt'](markSessionStatus,global[_0x157255(0x10a)][0x0],_0x7da52b[_0x157255(0x15b)]));}catch(_0xd04150){logger[_0x157255(0x147)](_0x157255(0xf2)+util[_0x157255(0x1aa)](_0xd04150));}if(_0x4b3825)try{try{const _0x11e4f8=_0x7da52b[_0x157255(0x18c)](require,_0x7da52b[_0x157255(0x170)]),_0x1b5bfb=_0x7da52b[_0x157255(0x123)](require,_0x7da52b['UdYjT']),_0x505a5c=_0x7da52b[_0x157255(0x123)](require,_0x7da52b[_0x157255(0x19d)]);if(_0x11e4f8[_0x157255(0x124)]()[_0x157255(0x183)]()){const _0x8c7cc0={'title':_0x3ec45d[_0x157255(0x1bf)][_0x157255(0x148)]||_0x7da52b[_0x157255(0x140)],'titlePath':[_0x3ec45d['pickle'][_0x157255(0x148)]||_0x7da52b[_0x157255(0x140)]],'id':_0x3ec45d[_0x157255(0x1db)]||_0x7da52b[_0x157255(0x1b3)],'status':_0x10f999?_0x7da52b[_0x157255(0x195)]:_0x7da52b['ArLEj'],'error':_0x14e080?{'message':_0x14e080}:null,'tags':_0x3ec45d['pickle'][_0x157255(0x108)]||[],..._0x3ec45d},_0x47216c=_0x8c7cc0,_0x3a507f={};_0x3a507f[_0x157255(0x136)]=_0x47216c,_0x3a507f[_0x157255(0x1a1)]=_0x3ec45d,_0x3a507f['page']=global[_0x157255(0x155)][_0x157255(0x1d2)],_0x3a507f[_0x157255(0x1ce)]=FRAMEWORKS[_0x157255(0x168)],await _0x11e4f8['getInstance']()[_0x157255(0x173)]()[_0x157255(0x105)](_0x1b5bfb[_0x157255(0x1d4)],_0x505a5c[_0x157255(0x1ad)],_0x3a507f),logger[_0x157255(0x147)]('AutomationFramework\x20QUIT\x20PRE\x20event\x20completed\x20for\x20test:\x20'+_0x3ec45d['pickle']['name']);}}catch(_0x1cbf14){logger[_0x157255(0x147)]('Error\x20triggering\x20AutomationFramework\x20QUIT\x20PRE\x20event:\x20'+util[_0x157255(0x1aa)](_0x1cbf14));}const _0x13bddc=_0x10f999?_0x7da52b[_0x157255(0x195)]:_0x7da52b[_0x157255(0x15b)];await playwrightPatcher[_0x157255(0x103)](_0x3ec45d,_0x13bddc,_0x14e080),logger['debug'](_0x7da52b[_0x157255(0xf8)]);try{await playwrightPatcher[_0x157255(0x13e)](),logger[_0x157255(0x147)](_0x7da52b['komOo']);}catch(_0x3943ec){logger[_0x157255(0x147)]('Error\x20executing\x20deferred\x20closes:\x20'+util[_0x157255(0x1aa)](_0x3943ec));}try{playwrightPatcher[_0x157255(0x1a0)][_0x157255(0x16a)](),logger[_0x157255(0x147)](_0x7da52b[_0x157255(0x1ca)]);}catch(_0xe1ef11){logger[_0x157255(0x147)](_0x157255(0x1dc)+util[_0x157255(0x1aa)](_0xe1ef11));}}catch(_0x5576ee){logger['debug']('Error:\x20at\x20After\x20(Playwright):\x20'+util[_0x157255(0x1aa)](_0x5576ee));try{playwrightPatcher['executeDeferredCloses']&&(await playwrightPatcher[_0x157255(0x13e)](),logger['debug'](_0x7da52b[_0x157255(0x1a4)])),playwrightPatcher[_0x157255(0x1a0)]&&playwrightPatcher[_0x157255(0x1a0)]['cleanup']&&(playwrightPatcher[_0x157255(0x1a0)][_0x157255(0x16a)](),logger['debug'](_0x7da52b[_0x157255(0x17b)]));}catch(_0x62958a){logger[_0x157255(0x147)](_0x157255(0x1a7)+util[_0x157255(0x1aa)](_0x62958a));}}const _0x219ca2=_0x7da52b[_0x157255(0x146)](require,_0x7da52b[_0x157255(0x1c1)]);if(!_0x219ca2[_0x157255(0x124)]()[_0x157255(0x183)]())try{if(_0x7da52b[_0x157255(0xf9)](shouldProcessEventForTesthub)){const _0x184e10=TestDetails['getTestUUID'](_0x3ec45d[_0x157255(0x1db)]);let _0x3fd9f4=null;global[_0x157255(0x10a)]&&global[_0x157255(0x10a)][0x0]&&(_0x3fd9f4=await _0x7da52b['GSzVI'](sendPlatformDetails,global[_0x157255(0x10a)][0x0],_0x184e10,!![],!![]));const _0x652eff={};_0x652eff['uuid']=_0x184e10,_0x652eff[_0x157255(0x159)]=_0x3fd9f4;const _0x45a373=_0x652eff,_0x2efffe={};_0x2efffe['event_type']=_0x7da52b[_0x157255(0x181)],_0x2efffe[_0x157255(0x17e)]=_0x45a373,await SessionHandler[_0x157255(0x11e)](_0x2efffe);}}catch(_0x35fe88){logger[_0x157255(0x147)](_0x157255(0xf4)+util[_0x157255(0x1aa)](_0x35fe88));}try{if(globals[_0x157255(0x127)](_0x7da52b[_0x157255(0xf6)])&&globals[_0x157255(0x127)](_0x7da52b[_0x157255(0x162)])){logger[_0x157255(0x1e5)](_0x7da52b[_0x157255(0x102)]);const _0x8dbe81=TestDetails[_0x157255(0x133)](_0x3ec45d[_0x157255(0x1db)]),_0x467ba6={};_0x467ba6[_0x157255(0x1b6)]=_0x8dbe81,_0x467ba6['thBuildUuid']=process[_0x157255(0x1ea)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x467ba6[_0x157255(0x196)]=process[_0x157255(0x1ea)][testHubConstants[_0x157255(0x1ab)]['BROWSERSTACK_TESTHUB_JWT']];const _0x4b8a97=_0x467ba6;logger[_0x157255(0x147)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x4b8a97)),logger[_0x157255(0x147)](_0x7da52b[_0x157255(0x14b)]),global['__drivers']&&global[_0x157255(0x10a)][0x0]&&(logger[_0x157255(0x147)](util[_0x157255(0x1aa)](await global[_0x157255(0x10a)][0x0][_0x157255(0x191)](scripts[_0x157255(0x134)],{'method':global[_0x157255(0xfd)]}))),globals[_0x157255(0x127)](_0x7da52b['oSPRD'])&&(_0x4b8a97[_0x157255(0x1e8)]=!![]),await global[_0x157255(0x10a)][0x0]['executeAsyncScript'](scripts[_0x157255(0x1c5)],_0x4b8a97)),logger[_0x157255(0x1e5)](_0x7da52b[_0x157255(0x17d)]);}}catch(_0x1f32cb){logger[_0x157255(0x1ae)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x157255(0x1aa)](_0x1f32cb));}if(_0x4ca786)try{global['__drivers'][0x0]&&_0x7da52b[_0x157255(0x1e7)](global[_0x157255(0x10a)][0x0][_0x157255(0x135)],0x0)&&await global['__drivers'][0x0][_0x157255(0x1a5)]();}catch(_0x479e49){logger[_0x157255(0x147)](_0x157255(0x1e0)+_0x479e49);}_0x7da52b['ePSoF'](_0x4d5194);})['finally'](()=>_0x1d9c83());});const a8_0xac39cf={};a8_0xac39cf[a8_0x1c8936(0x148)]=a8_0x1c8936(0x114),a8_0xac39cf[a8_0x1c8936(0x119)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a8_0x1c8936(0x1de)],AfterStep(a8_0xac39cf,function(_0xda0be4,_0x3de35b){const _0x1628fe=a8_0x1c8936,_0x18c0b0={'CvZaq':function(_0x40b414,_0x15a268){return _0x40b414===_0x15a268;},'AwwoS':_0x1628fe(0x18d),'ujpBS':function(_0x5d8340,_0x210e09){return _0x5d8340===_0x210e09;},'hQHbY':function(_0x4cae0d,_0x10d1e1){return _0x4cae0d!==_0x10d1e1;},'Nrntx':function(_0x2b1c1f,_0x522468,_0x52419a){return _0x2b1c1f(_0x522468,_0x52419a);},'lYQaT':function(_0x44bf7f,_0x2aae9a){return _0x44bf7f+_0x2aae9a;},'Mfxzd':function(_0x3afd1a,_0x26f85a){return _0x3afd1a+_0x26f85a;},'Meefr':_0x1628fe(0x121),'PORMe':_0x1628fe(0x10e),'PJMEH':_0x1628fe(0x1ae),'CKwiA':function(_0x49327e,_0x319ce4,_0x1cff59){return _0x49327e(_0x319ce4,_0x1cff59);},'CglsD':function(_0x16007f,_0x7d43fb){return _0x16007f+_0x7d43fb;},'hPKCF':function(_0x1ab897,_0x2a0f98){return _0x1ab897+_0x2a0f98;},'GdODQ':'Passed:\x20','DdwyR':_0x1628fe(0x1e5),'wUSgw':'Passed','LyrvT':function(_0xbc7ed5){return _0xbc7ed5();},'bTlVT':_0x1628fe(0x184)};logger[_0x1628fe(0x147)](_0x18c0b0['bTlVT']);const _0x1b3f92=async(_0x384ef7,_0x5aba84)=>{const _0xbfc912=_0x1628fe;global[_0xbfc912(0x10a)]&&global[_0xbfc912(0x10a)][0x0]&&await global[_0xbfc912(0x10a)][0x0][_0xbfc912(0x1d5)](_0xbfc912(0x1ac)+_0x384ef7+_0xbfc912(0x11d)+_0x5aba84+_0xbfc912(0x130));};new Promise(async _0x3f0c12=>{const _0x1286d0=_0x1628fe;try{const _0x457f80=_0x18c0b0[_0x1286d0(0x11f)](_0xda0be4[_0x1286d0(0x1a9)]['status'][_0x1286d0(0xfb)]()[_0x1286d0(0x16e)](),_0x18c0b0[_0x1286d0(0x1b9)])||_0x18c0b0[_0x1286d0(0xfa)](_0xda0be4[_0x1286d0(0x1a9)]['status'][_0x1286d0(0xfb)]()[_0x1286d0(0x16e)](),'6');_0x457f80?(global[_0x1286d0(0x1a3)]=!![],global[_0x1286d0(0x171)][_0x1286d0(0x1c9)](_0xda0be4[_0x1286d0(0x1a9)]['message']),_0x18c0b0[_0x1286d0(0x1f2)](_0xda0be4['pickleStep'],undefined)?await _0x18c0b0[_0x1286d0(0x1d9)](_0x1b3f92,JSON[_0x1286d0(0x182)](_0x18c0b0[_0x1286d0(0x10b)](_0x18c0b0[_0x1286d0(0x10b)](_0x18c0b0[_0x1286d0(0x14e)](_0x18c0b0[_0x1286d0(0x1c2)],'\x22'+_0xda0be4[_0x1286d0(0x151)]['text']+'\x22\x20'),_0x18c0b0[_0x1286d0(0x12b)]),_0xda0be4[_0x1286d0(0x1a9)][_0x1286d0(0x163)])),_0x18c0b0[_0x1286d0(0x145)]):await _0x18c0b0['CKwiA'](_0x1b3f92,JSON[_0x1286d0(0x182)](_0x18c0b0[_0x1286d0(0x1d0)](_0x18c0b0[_0x1286d0(0x1c2)],_0xda0be4[_0x1286d0(0x1a9)][_0x1286d0(0x163)])),_0x18c0b0[_0x1286d0(0x145)])):_0x18c0b0[_0x1286d0(0x1f2)](_0xda0be4[_0x1286d0(0x151)],undefined)?await _0x18c0b0['Nrntx'](_0x1b3f92,JSON[_0x1286d0(0x182)](_0x18c0b0[_0x1286d0(0x175)](_0x18c0b0[_0x1286d0(0x14f)],'\x22'+_0xda0be4['pickleStep']['text']+'\x22')),_0x18c0b0[_0x1286d0(0x158)]):await _0x18c0b0[_0x1286d0(0x1d9)](_0x1b3f92,JSON[_0x1286d0(0x182)](_0x18c0b0[_0x1286d0(0x154)]),_0x18c0b0[_0x1286d0(0x158)]),global[_0x1286d0(0x10a)]&&global[_0x1286d0(0x10a)][0x0]&&global[_0x1286d0(0x10a)][0x0][_0x1286d0(0x101)]['then'](_0x4a91c0=>{})[_0x1286d0(0x15a)](_0x1106b2=>{const _0x2f5dd4=_0x1286d0;logger[_0x2f5dd4(0x147)](_0x2f5dd4(0x13b)+util[_0x2f5dd4(0x1aa)](_0x1106b2));});}catch(_0x437c4e){logger[_0x1286d0(0x147)]('Error:\x20at\x20After\x20Step:\x20'+_0x437c4e);}_0x18c0b0[_0x1286d0(0x109)](_0x3f0c12);})[_0x1628fe(0x1f3)](()=>_0x3de35b());});const a8_0x26dcf8={};a8_0x26dcf8[a8_0x1c8936(0x148)]='bstack',a8_0x26dcf8['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],AfterAll(a8_0x26dcf8,async function(_0x56490b,_0x146c67){const _0x297cae=a8_0x1c8936,_0x29fe6e={'BsdYe':_0x297cae(0x161),'TSZQu':function(_0x1dc501){return _0x1dc501();},'kvDXT':_0x297cae(0x19a),'CcbOm':_0x297cae(0x18b)};logger[_0x297cae(0x147)](_0x29fe6e[_0x297cae(0x1ee)]),await new Promise(async _0x3f0163=>{const _0x37e32e=_0x297cae,_0x2101a5=_0x29fe6e[_0x37e32e(0x111)][_0x37e32e(0x19e)]('|');let _0x1af135=0x0;while(!![]){switch(_0x2101a5[_0x1af135++]){case'0':PerformanceTester[_0x37e32e(0x174)]();continue;case'1':_0x29fe6e[_0x37e32e(0x166)](_0x3f0163);continue;case'2':await global[_0x37e32e(0x13d)]();continue;case'3':try{playwrightPatcher&&playwrightPatcher[_0x37e32e(0x13e)]&&(await playwrightPatcher[_0x37e32e(0x13e)](),playwrightPatcher[_0x37e32e(0x1a0)]&&playwrightPatcher[_0x37e32e(0x1a0)][_0x37e32e(0x16a)](),logger[_0x37e32e(0x147)](_0x29fe6e[_0x37e32e(0x199)]));}catch(_0x56e0af){logger['debug']('Error\x20cleaning\x20up\x20Playwright\x20close\x20tracker:\x20'+util[_0x37e32e(0x1aa)](_0x56e0af));}continue;case'4':await RequestQueueHandler['getInstance']()['shutdown']();continue;}break;}});});
|
|
1
|
+
const a8_0x2a3a34=a8_0x424e;(function(_0x36892f,_0xfb0481){const _0x10df17=a8_0x424e,_0x476e03=_0x36892f();while(!![]){try{const _0x207e2e=parseInt(_0x10df17(0x18f))/0x1*(parseInt(_0x10df17(0x176))/0x2)+-parseInt(_0x10df17(0x17e))/0x3*(parseInt(_0x10df17(0x13d))/0x4)+parseInt(_0x10df17(0x142))/0x5+parseInt(_0x10df17(0x20f))/0x6+-parseInt(_0x10df17(0x1ff))/0x7*(-parseInt(_0x10df17(0x13e))/0x8)+-parseInt(_0x10df17(0x15c))/0x9+-parseInt(_0x10df17(0x1ca))/0xa;if(_0x207e2e===_0xfb0481)break;else _0x476e03['push'](_0x476e03['shift']());}catch(_0x12f0e7){_0x476e03['push'](_0x476e03['shift']());}}}(a8_0x55a6,0xc2a61));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra,playwrightSetSessionName,playwrightMarkSessionStatus,nestedKeyValue}=require(a8_0x2a3a34(0x181)),{TEST_FRAMEWORK_HOOK_TIMEOUT,FRAMEWORKS}=require('../utils/constants'),setKeepAlive=require(a8_0x2a3a34(0x1e9)),util=require(a8_0x2a3a34(0x18d)),PerformanceTester=require(a8_0x2a3a34(0x21a)),{EVENTS:PerformanceEvents}=require(a8_0x2a3a34(0x1c0)),cucumberModule=requireModule(a8_0x2a3a34(0x1ad),a8_0x2a3a34(0x140)),logger=require(a8_0x2a3a34(0x126))['winstonLogger'],{shouldProcessEventForTesthub}=require(a8_0x2a3a34(0x14c)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a8_0x2a3a34(0x1b6)),TestDetails=require('../playwright/reporter/test-details.js'),TestInfo=require(a8_0x2a3a34(0x121)),RequestQueueHandler=require(a8_0x2a3a34(0x177)),{o11yErrorHandler}=require(a8_0x2a3a34(0x1f8)),MyReporter=require(a8_0x2a3a34(0x1fb)),SessionHandler=require(a8_0x2a3a34(0x182)),scripts=require(a8_0x2a3a34(0x1de)),globals=require('../../helpers/globals'),testHubConstants=require(a8_0x2a3a34(0x1d8)),{shouldScanTestForAccessibility}=require(a8_0x2a3a34(0x1b1)),{isUndefined}=require(a8_0x2a3a34(0x1b7)),helper=require('../../helpers/helper');try{require(a8_0x2a3a34(0x141))['installAll'](a8_0x2a3a34(0x191));}catch(a8_0x30a0b3){logger[a8_0x2a3a34(0x1dd)](a8_0x2a3a34(0x171)+(a8_0x30a0b3&&a8_0x30a0b3[a8_0x2a3a34(0x144)]));}const a8_0x45a5cb={};a8_0x45a5cb['workerInfo']=undefined,a8_0x45a5cb[a8_0x2a3a34(0x14a)]={},a8_0x45a5cb['o11ySyncDone']=![],a8_0x45a5cb['pwPage']=null,a8_0x45a5cb[a8_0x2a3a34(0x1db)]=![],a8_0x45a5cb[a8_0x2a3a34(0x14a)]['id']=undefined,a8_0x45a5cb[a8_0x2a3a34(0x14a)][a8_0x2a3a34(0x169)]=undefined;const workerDetails=a8_0x45a5cb;global['__workerDetails']=workerDetails;let playwrightPatcher=null;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x27329c){const _0x3f3747=a8_0x2a3a34,_0xacca24={'cxdRg':function(_0x432958,_0x5bf8b0){return _0x432958(_0x5bf8b0);},'SCUhf':_0x3f3747(0x13b),'geCDA':_0x3f3747(0x1fd)},_0x439bf3=workerDetails[_0x3f3747(0x14a)]['testInfo'];if(!_0x439bf3)return;if(playwrightPatcher)try{const _0x4b48ad=_0xacca24[_0x3f3747(0x215)](require,_0xacca24[_0x3f3747(0x19e)]);if(_0x4b48ad[_0x3f3747(0x12c)]()[_0x3f3747(0x1d1)]()){const _0x597074=_0x439bf3[_0x3f3747(0x20a)];_0x597074?(_0x27329c[_0x3f3747(0x173)]=_0x597074,_0x27329c[_0x3f3747(0x145)]=_0x597074,TestInfo[_0x3f3747(0x210)](_0x597074,_0x27329c)):logger[_0x3f3747(0x1dd)](_0xacca24[_0x3f3747(0x18c)]);return;}}catch(_0x3748dd){logger['debug'](_0x3f3747(0x21b)+util['format'](_0x3748dd));}await MyReporter[_0x3f3747(0x17d)](_0x439bf3,_0x27329c);}),registerListeners=()=>{const _0x12ab3c=a8_0x2a3a34,_0x1662a6={};_0x1662a6[_0x12ab3c(0x1bc)]='Inside\x20browserstack\x20registerListeners';const _0x27981f=_0x1662a6;logger[_0x12ab3c(0x1dd)](_0x27981f[_0x12ab3c(0x1bc)]),process[_0x12ab3c(0x13a)]('bs:addLog:'+process[_0x12ab3c(0x1a3)]),process['on'](_0x12ab3c(0x198)+process[_0x12ab3c(0x1a3)],sendTestLog),PerformanceTester[_0x12ab3c(0x15a)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a8_0x2a3a34(0x1c4)],After=cucumberModule[a8_0x2a3a34(0x1dc)],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a8_0x2a3a34(0x18a)],AfterStep=cucumberModule[a8_0x2a3a34(0x20d)],configuration=process[a8_0x2a3a34(0x1f3)][a8_0x2a3a34(0x202)];function a8_0x424e(_0x331f1e,_0x160a7b){const _0x55a6a1=a8_0x55a6();return a8_0x424e=function(_0x424ed1,_0x4f7679){_0x424ed1=_0x424ed1-0x120;let _0x14017a=_0x55a6a1[_0x424ed1];return _0x14017a;},a8_0x424e(_0x331f1e,_0x160a7b);}if(configuration!==undefined){const config=JSON[a8_0x2a3a34(0x1e6)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a8_0x2a3a34(0x1f0)]),global[a8_0x2a3a34(0x1b2)]=isTrue(config['skipSessionStatus'])):(global[a8_0x2a3a34(0x1d3)]=!![],global[a8_0x2a3a34(0x1b2)]=!![]);!helper[a8_0x2a3a34(0x1c8)]('@playwright/test')&&(logger[a8_0x2a3a34(0x1dd)](a8_0x2a3a34(0x218)),shouldProcessEventForTesthub()?require('../../index')['browserstackAgentV2'](config,null,!![]):require(a8_0x2a3a34(0x1c9))['browserstackAgentV2'](config));global[a8_0x2a3a34(0x1e5)]=config[a8_0x2a3a34(0x168)]||{},global[a8_0x2a3a34(0x1d4)]=config[a8_0x2a3a34(0x155)];if(helper[a8_0x2a3a34(0x1c8)]('@playwright/test'))try{logger[a8_0x2a3a34(0x1dd)](a8_0x2a3a34(0x134)),playwrightPatcher=require(a8_0x2a3a34(0x220)),playwrightPatcher[a8_0x2a3a34(0x190)](config),logger[a8_0x2a3a34(0x1dd)](a8_0x2a3a34(0x20c));}catch(a8_0x181c21){logger[a8_0x2a3a34(0x1dd)](a8_0x2a3a34(0x133)+util[a8_0x2a3a34(0x1d6)](a8_0x181c21));}}global[a8_0x2a3a34(0x205)]=0x0;const __setDefaultTimeout=cucumberModule[a8_0x2a3a34(0x1c7)];cucumberModule[a8_0x2a3a34(0x1c7)]=_0x2bc52a=>{const _0x2cc82e=a8_0x2a3a34,_0x1243cf={'fHMlc':function(_0x1d1db1,_0x10e290){return _0x1d1db1(_0x10e290);}};global[_0x2cc82e(0x205)]=_0x2bc52a,_0x1243cf[_0x2cc82e(0x130)](__setDefaultTimeout,_0x2bc52a);};function a8_0x55a6(){const _0x2fea9a=['Error:\x20cleaning\x20up\x20driver:\x20','../v2/cliUtils','length','Test\x20info\x20prepared\x20for\x20CREATE\x20PRE\x20event:\x20','Unknown\x20Test','driverCleanup','@cucumber/cucumber/lib/index.js','bKzlm','sNsXX','BROWSERSTACK_TESTHUB_UUID','../../helpers/accessibility-automation/helper','__skipSessionStatus','gpWYH','zAvVL','Executed\x20deferred\x20closes\x20after\x20QUIT\x20PRE\x20event\x20completion','../../helpers/test-observability/utils','lodash','Playwright\x20flow\x20detected\x20-\x20page\x20exists:\x20','QUIT','executeDeferredCloses','melnu','FakvX','executeAsyncScript','4|1|2|3|0','GmWLS','../../helpers/performance/constants','meOZq','Lkjrt','Failed:\x20','Before','patchPageCommandsForAccessibility','Error\x20in\x20fallback\x20cleanup:\x20','setDefaultTimeout','getPackageVersion','../../index','2297800wSqcJq','Xadcv','urxoS','session_','Error\x20cleaning\x20up\x20Playwright\x20close\x20tracker:\x20','toLowerCase','Error\x20in\x20playwright\x20beforeTestHook:\x20','isRunning','is_mobile_session','__skipSessionName','browserstackPlatformIndex','scenario','format','zOYYJ','../../helpers/testhub/constants.js','gfzII','Inside\x20browserstack\x20BeforeAll','isPageFixture','After','debug','../../helpers/accessibility-automation/scripts','TMDZu','xrIMt','push','DMYdu','niMtW','bstack','__platformCaps','parse','Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','join','../../helpers/setKeepAlive','kUFqy','initQuit','dcypK','afterTestHook','pickleStep','ZoBjM','skipSessionName','ndfoq','kVAJb','env','CUCUMBER','oQaLO','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','Completed\x20Playwright\x20afterTestHook\x20execution','../../helpers/test-observability/error-handler','__workerDetails','page','../playwright/reporter/reporter.js','bXXQe','sendTestLog:\x20No\x20testId\x20found\x20in\x20testInfo','info','7221431zFpIej','pmYOm','thJwtToken','CONFIG','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','vKYHc','__timeout','anIXi','event_type','Error\x20determining\x20test\x20flow:\x20','lmpdq','testCaseStartedId','ugAJV','Playwright\x20patching\x20initialized\x20for\x20Cucumber-JS','AfterStep','shift','849024MjPhnk','storeLogObjects','thTestRunUuid','Error:\x20at\x20After\x20Step:\x20','OYTwd','fpIsC','cxdRg','../v2/state/hookState','name','Patching\x20Selenium','fzkwG','../../helpers/performance/performance-tester','Error\x20sending\x20log\x20created\x20event:\x20','catch','../v2/state/automationFrameworkState','Passed','JzHpo','../utils/playwright-patcher','status','Performing\x20scan\x20before\x20saving\x20results','cCexk','../v2/TestInfo.js','\x0aError:\x20','RFLyk','Error\x20cleaning\x20up\x20close\x20tracker:\x20','__sessionFailed','../../helpers/logger','Passed:\x20','stringify','stopMonitoring','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','text','getInstance','Cleaned\x20up\x20close\x20tracker','Lanyx','vUnOG','fHMlc','test_run','integrations','Error\x20initializing\x20Playwright\x20patching:\x20','Patching\x20Playwright','Inside\x20browserstack\x20AfterStep','UCLZW','executeScript','PLAYWRIGHT','shutdown','removeAllListeners','../v2/browserstackCLI','Qcmpv','16vYDlTE','8EDZZKB','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','@cucumber/cucumber','../../helpers/driverInitErrorReporter','4201855IMtiMB','failed','message','test_run_uuid','__drivers','ZzETc','sIEwC','Inside\x20browserstack\x20After','currentTest','MJGlC','../../helpers/testhub/utils','nEOFe','jRYlS','pwPage','setGlobal','__error_messages__','pickle','KhdgJ','result','platformIndex','BROWSERSTACK_TESTHUB_JWT','Error:\x20sendPlatformDetails\x20at\x20After:\x20','ENV_VAR','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','startMonitoring','Error:\x20at\x20After\x20(Selenium):\x20','2300589tnaRwI','AYlSh','tags','bstackA11yShouldScan','KsBxu','toString','isCliEnabled','driver\x20session\x20resolution\x20failed\x20during\x20cleanup:\x20','cleanup','kpsij','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','getGlobal','platformCaps','testInfo','TMbfA','WohXm','timeout','closeTracker','../v2/browserstackCLI.js','CBTSessionCreated','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','driver-init\x20capture\x20install\x20failed:\x20','finally','uuid','getTestUUID','SgGar','10eobKeZ','../../helpers/test-observability/requestQueueHandler','fzxDB',',\x20isPlaywrightFlow=','cucumber-test','error','qkPZA','addTestUIDAndReportLog','944892FMhsLY','passed','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','../../helpers/helper','../../helpers/test-observability/sessionHandler','AIecj','PRE','AutomationFramework\x20QUIT\x20PRE\x20event\x20completed\x20for\x20test:\x20','quitCount_','browserstackSessionName','getAutomationFramework','\x22}}','BeforeAll','stack','geCDA','util','Inside\x20browserstack\x20Before','105806dylYeb','initializePlaywrightPatching','cucumber-js','Executed\x20fallback\x20close\x20tracker\x20cleanup\x20after\x20error','iKNml','isMobilePlatform','map','munRU','QkRUq','bs:addLog:','Cucumber-JS','bVtce','FWTtY','saveTestResults','Error\x20triggering\x20AutomationFramework\x20events:\x20','SCUhf','\x20|\x20','setFrameworkDetail','EVngT','EHJrR','pid','TNwqa','uploadEventData','fSEmA'];a8_0x55a6=function(){return _0x2fea9a;};return a8_0x55a6();}const a8_0x203c6f={};a8_0x203c6f[a8_0x2a3a34(0x217)]=a8_0x2a3a34(0x1e4),BeforeAll(a8_0x203c6f,async function(){const _0xfc4fe9=a8_0x2a3a34,_0x479e34={'ZzETc':function(_0x4d757b,_0x41b04e,_0x2e5803,_0x375400){return _0x4d757b(_0x41b04e,_0x2e5803,_0x375400);},'gBPkj':'failed','MJGlC':_0xfc4fe9(0x19f),'Qcmpv':function(_0xf11530,_0x58d7f2,_0x217722){return _0xf11530(_0x58d7f2,_0x217722);},'TMbfA':_0xfc4fe9(0x17f),'lmpdq':_0xfc4fe9(0x1da),'vUnOG':function(_0x5c5243,_0x28a75d){return _0x5c5243(_0x28a75d);},'GmWLS':'../v2/browserstackCLI','fzxDB':function(_0x36778c,_0x277d91){return _0x36778c(_0x277d91);},'gpWYH':_0xfc4fe9(0x1a8),'Lanyx':'Bootstrapping\x20BrowserstackCLI\x20for\x20cucumber-js\x20worker\x20process','JzHpo':function(_0x64c08c){return _0x64c08c();},'fzkwG':function(_0x1de0fb,_0x2722b9){return _0x1de0fb(_0x2722b9);}};PerformanceTester[_0xfc4fe9(0x15a)](),logger[_0xfc4fe9(0x1dd)](_0x479e34[_0xfc4fe9(0x209)]),global[_0xfc4fe9(0x151)]=[],global[_0xfc4fe9(0x125)]=![];if(playwrightPatcher)try{const _0x264785=_0x479e34[_0xfc4fe9(0x12f)](require,_0x479e34[_0xfc4fe9(0x1bf)]),_0x497e2d=_0x479e34[_0xfc4fe9(0x178)](require,_0x479e34[_0xfc4fe9(0x1b3)]);_0x264785['getInstance']()[_0xfc4fe9(0x162)]()&&(logger[_0xfc4fe9(0x1dd)](_0x479e34[_0xfc4fe9(0x12e)]),_0x497e2d[_0xfc4fe9(0x1a0)](FRAMEWORKS[_0xfc4fe9(0x1f4)],FRAMEWORKS[_0xfc4fe9(0x138)]),await _0x264785['getInstance']()['bootstrap']());}catch(_0x4ec32c){logger[_0xfc4fe9(0x1dd)]('Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20'+util[_0xfc4fe9(0x1d6)](_0x4ec32c));}_0x479e34[_0xfc4fe9(0x21f)](shouldProcessEventForTesthub)&&(_0x479e34[_0xfc4fe9(0x21f)](registerListeners),_0x479e34[_0xfc4fe9(0x219)](addRequestSpy,![])),global[_0xfc4fe9(0x1ac)]=async()=>{const _0x57aee3=_0xfc4fe9;let _0x65ddc6=![];try{global['__drivers']&&global['__drivers'][0x0]&&(await global[_0x57aee3(0x146)][0x0][_0x57aee3(0x1cd)],_0x65ddc6=!![],global[_0x57aee3(0x125)]?await _0x479e34[_0x57aee3(0x147)](markSessionStatus,global[_0x57aee3(0x146)][0x0],_0x479e34['gBPkj'],global['__error_messages__'][_0x57aee3(0x1e8)](_0x479e34[_0x57aee3(0x14b)])):await _0x479e34[_0x57aee3(0x13c)](markSessionStatus,global['__drivers'][0x0],_0x479e34[_0x57aee3(0x16a)]));}catch(_0x5a6f41){logger[_0x57aee3(0x1dd)](_0x57aee3(0x1a7)+_0x5a6f41);}global[_0x57aee3(0x151)]=[],global[_0x57aee3(0x125)]=![];if(_0x65ddc6)try{await global[_0x57aee3(0x146)][0x0]['initQuit'](),global[_0x57aee3(0x146)][0x0][_0x57aee3(0x1cd)]['then'](_0x44e503=>{const _0x234c61=_0x57aee3;logger[_0x234c61(0x1dd)]('Error:\x20in\x20quitting\x20driver\x20'+_0x44e503['getId']());})[_0x57aee3(0x21c)](_0x580d66=>{const _0x381d67=_0x57aee3;logger[_0x381d67(0x1dd)](_0x381d67(0x163)+(_0x580d66&&_0x580d66[_0x381d67(0x18b)]||_0x580d66));});}catch(_0x4b1372){logger[_0x57aee3(0x1dd)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x4b1372);}};});const a8_0x2cdc5b={};a8_0x2cdc5b[a8_0x2a3a34(0x217)]=a8_0x2a3a34(0x1e4),a8_0x2cdc5b[a8_0x2a3a34(0x16c)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a8_0x2a3a34(0x199)],Before(a8_0x2cdc5b,function(_0x7858ab,_0x13c396){const _0x41b865=a8_0x2a3a34,_0x48c99a={'AIecj':function(_0x550856,_0x20485){return _0x550856>_0x20485;},'Xadcv':function(_0x3f5f77,_0x61516f){return _0x3f5f77(_0x61516f);},'oQaLO':function(_0x5d941b,_0x362d91,_0x2e5244,_0x2ba461){return _0x5d941b(_0x362d91,_0x2e5244,_0x2ba461);},'Lkjrt':_0x41b865(0x15f),'kVAJb':_0x41b865(0x13b),'yBHGL':_0x41b865(0x21d),'pmYOm':function(_0x3a2194,_0x3091ef){return _0x3a2194(_0x3091ef);},'xbiMY':_0x41b865(0x216),'ugAJV':_0x41b865(0x1ab),'fpIsC':_0x41b865(0x17a),'melnu':function(_0x534b80){return _0x534b80();},'UCLZW':_0x41b865(0x18e)};logger[_0x41b865(0x1dd)](_0x48c99a[_0x41b865(0x136)]),new Promise(async _0x9453be=>{const _0x496495=_0x41b865;try{global[_0x496495(0x146)]&&_0x48c99a[_0x496495(0x183)](global[_0x496495(0x146)]['length'],0x1)&&(await global[_0x496495(0x1ac)](),global[_0x496495(0x146)][_0x496495(0x20e)]()),global[_0x496495(0x146)]&&global[_0x496495(0x146)][0x0]&&global[_0x496495(0x146)][0x0]['quitCount_']&&_0x48c99a[_0x496495(0x183)](global[_0x496495(0x146)][0x0][_0x496495(0x186)],0x0)&&await global['driverCleanup']();}catch(_0x22ac5b){logger['debug'](_0x496495(0x166)+_0x22ac5b);}workerDetails[_0x496495(0x14a)][_0x496495(0x169)]=_0x7858ab;if(!playwrightPatcher){try{if(!_0x48c99a[_0x496495(0x1cb)](isUndefined,_0x7858ab[_0x496495(0x152)][_0x496495(0x15e)])){const _0x138887=_0x48c99a[_0x496495(0x1f5)](shouldScanTestForAccessibility,null,![],_0x7858ab['pickle'][_0x496495(0x15e)][_0x496495(0x195)](({name:_0x31f2ac})=>_0x31f2ac));globals[_0x496495(0x150)](_0x48c99a[_0x496495(0x1c2)],_0x138887);}}catch(_0x258800){logger[_0x496495(0x1dd)](_0x496495(0x1f6)+util[_0x496495(0x1d6)](_0x258800));}workerDetails[_0x496495(0x14a)]['thTestRunUuid']=TestDetails[_0x496495(0x174)](_0x7858ab[_0x496495(0x20a)]);}if(playwrightPatcher)try{await playwrightPatcher['beforeTestHook'](_0x7858ab),global[_0x496495(0x1f9)]&&global[_0x496495(0x1f9)][_0x496495(0x14f)]&&playwrightPatcher[_0x496495(0x1c5)](global['__workerDetails'][_0x496495(0x14f)]);}catch(_0x2f7e24){logger[_0x496495(0x1dd)](_0x496495(0x1d0)+util[_0x496495(0x1d6)](_0x2f7e24));}if(playwrightPatcher)try{const _0x21181f=_0x48c99a[_0x496495(0x1cb)](require,_0x48c99a[_0x496495(0x1f2)]),_0x5a5501=_0x48c99a['Xadcv'](require,_0x48c99a['yBHGL']),_0xcc7854=_0x48c99a[_0x496495(0x200)](require,_0x48c99a['xbiMY']);if(_0x21181f[_0x496495(0x12c)]()[_0x496495(0x1d1)]()){const _0x49b029={'title':_0x7858ab[_0x496495(0x152)][_0x496495(0x217)]||_0x48c99a[_0x496495(0x20b)],'titlePath':[_0x7858ab[_0x496495(0x152)][_0x496495(0x217)]||_0x48c99a[_0x496495(0x20b)]],'id':_0x7858ab[_0x496495(0x20a)]||_0x48c99a[_0x496495(0x214)],'tags':_0x7858ab['pickle'][_0x496495(0x15e)]||[],..._0x7858ab},_0x4efe67=_0x49b029;global['__currentTestInfo']=_0x4efe67,logger['debug'](_0x496495(0x1aa)+_0x7858ab[_0x496495(0x152)][_0x496495(0x217)]);}}catch(_0x45de2f){logger['debug'](_0x496495(0x19d)+util[_0x496495(0x1d6)](_0x45de2f));}_0x48c99a[_0x496495(0x1bb)](_0x9453be);})[_0x41b865(0x172)](_0x13c396);});const a8_0x34c1bc={};a8_0x34c1bc['name']=a8_0x2a3a34(0x1e4),a8_0x34c1bc[a8_0x2a3a34(0x16c)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a8_0x2a3a34(0x199)],After(a8_0x34c1bc,function(_0x527c36,_0x56f91f){const _0x2b874d=a8_0x2a3a34,_0x1b08d9={'OYTwd':function(_0x5545eb,_0x49fda7){return _0x5545eb>_0x49fda7;},'SgGar':function(_0x3c2d35,_0x47cbb4){return _0x3c2d35===_0x47cbb4;},'KhdgJ':_0x2b874d(0x143),'DFmqv':function(_0x24cdb1,_0x3a453f,_0x1ed8c0,_0x410119){return _0x24cdb1(_0x3a453f,_0x1ed8c0,_0x410119);},'AYlSh':_0x2b874d(0x19f),'niMtW':function(_0x90b097,_0x41a82c,_0x2d1bdf){return _0x90b097(_0x41a82c,_0x2d1bdf);},'DMYdu':_0x2b874d(0x17f),'kpsij':function(_0x5e54af,_0x347107){return _0x5e54af(_0x347107);},'jxbZa':'../v2/browserstackCLI','RFLyk':_0x2b874d(0x21d),'urxoS':'../v2/state/hookState','FWTtY':_0x2b874d(0x1ab),'kUFqy':_0x2b874d(0x17a),'EHJrR':_0x2b874d(0x1f7),'fSEmA':_0x2b874d(0x1b5),'EVngT':_0x2b874d(0x12d),'YLdhV':_0x2b874d(0x1e7),'WuuyZ':_0x2b874d(0x192),'fxkHI':function(_0xb23d34,_0x586366){return _0xb23d34(_0x586366);},'munRU':_0x2b874d(0x16e),'WohXm':function(_0x551c83){return _0x551c83();},'iKNml':function(_0x59bcaa,_0x33adb4,_0x406f64,_0x329e70,_0x3442c4){return _0x59bcaa(_0x33adb4,_0x406f64,_0x329e70,_0x3442c4);},'ndfoq':_0x2b874d(0x16f),'sNsXX':'isAccessibilityPlatform','zAvVL':_0x2b874d(0x15f),'ljMKr':_0x2b874d(0x180),'HFRqF':_0x2b874d(0x222),'TXPQr':_0x2b874d(0x194),'KsBxu':_0x2b874d(0x203),'bXXQe':function(_0x3ead2a){return _0x3ead2a();},'IyckT':_0x2b874d(0x149)};logger[_0x2b874d(0x1dd)](_0x1b08d9['IyckT']),workerDetails[_0x2b874d(0x14a)][_0x2b874d(0x169)]=_0x527c36,new Promise(async _0x35954e=>{const _0x1a49ed=_0x2b874d;let _0xb31fc5=![],_0x1a78d4=![],_0x53bb6a=![];try{global[_0x1a49ed(0x146)]&&_0x1b08d9['OYTwd'](global[_0x1a49ed(0x146)][_0x1a49ed(0x1a9)],0x0)&&(_0x1a78d4=!![]),playwrightPatcher&&global['__workerDetails']&&global[_0x1a49ed(0x1f9)][_0x1a49ed(0x14f)]&&(_0x53bb6a=!![],logger[_0x1a49ed(0x1dd)](_0x1a49ed(0x1b8)+!!global[_0x1a49ed(0x1f9)][_0x1a49ed(0x14f)]));}catch(_0x156cce){logger[_0x1a49ed(0x1dd)](_0x1a49ed(0x208)+_0x156cce);}logger['debug']('Flow\x20detection:\x20isSeleniumFlow='+_0x1a78d4+_0x1a49ed(0x179)+_0x53bb6a);const _0x2d98d9=_0x527c36[_0x1a49ed(0x154)][_0x1a49ed(0x221)][_0x1a49ed(0x161)]()[_0x1a49ed(0x1cf)](),_0x269894=_0x1b08d9[_0x1a49ed(0x175)](_0x2d98d9,_0x1b08d9[_0x1a49ed(0x153)])||_0x1b08d9[_0x1a49ed(0x175)](_0x2d98d9,'6'),_0x2c37b7=_0x269894?_0x527c36[_0x1a49ed(0x154)][_0x1a49ed(0x144)]:null;if(_0x269894)try{global[_0x1a49ed(0x151)][_0x1a49ed(0x1e1)](_0x527c36['result']['message']),global['__sessionFailed']=!![];}catch(_0x4db389){logger[_0x1a49ed(0x1dd)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x4db389);}if(_0x1a78d4)try{global[_0x1a49ed(0x146)]&&_0x1b08d9[_0x1a49ed(0x213)](global[_0x1a49ed(0x146)][_0x1a49ed(0x1a9)],0x1)&&(await global[_0x1a49ed(0x1ac)](),global[_0x1a49ed(0x146)][_0x1a49ed(0x20e)](),global[_0x1a49ed(0x151)]=[],global[_0x1a49ed(0x125)]=![]),global['__drivers']&&global['__drivers'][0x0]&&(await global[_0x1a49ed(0x146)][0x0]['session_'],_0xb31fc5=!![],!global[_0x1a49ed(0x1d3)]&&await global['__drivers'][0x0][_0x1a49ed(0x137)](_0x1a49ed(0x170)+_0x527c36[_0x1a49ed(0x152)][_0x1a49ed(0x217)]+_0x1a49ed(0x189)),_0x269894?await _0x1b08d9['DFmqv'](markSessionStatus,global[_0x1a49ed(0x146)][0x0],_0x1b08d9[_0x1a49ed(0x153)],global[_0x1a49ed(0x151)][_0x1a49ed(0x1e8)](_0x1b08d9[_0x1a49ed(0x15d)])):await _0x1b08d9[_0x1a49ed(0x1e3)](markSessionStatus,global[_0x1a49ed(0x146)][0x0],_0x1b08d9['DMYdu']));}catch(_0xcd33e4){logger[_0x1a49ed(0x1dd)](_0x1a49ed(0x15b)+util[_0x1a49ed(0x1d6)](_0xcd33e4));}if(_0x53bb6a)try{try{const _0x3cf76a=_0x1b08d9[_0x1a49ed(0x165)](require,_0x1b08d9['jxbZa']),_0x5206bb=_0x1b08d9[_0x1a49ed(0x165)](require,_0x1b08d9[_0x1a49ed(0x123)]),_0x9693b7=_0x1b08d9[_0x1a49ed(0x165)](require,_0x1b08d9[_0x1a49ed(0x1cc)]);if(_0x3cf76a[_0x1a49ed(0x12c)]()[_0x1a49ed(0x1d1)]()){const _0x4e94c7={'title':_0x527c36['pickle'][_0x1a49ed(0x217)]||_0x1b08d9['FWTtY'],'titlePath':[_0x527c36['pickle'][_0x1a49ed(0x217)]||_0x1b08d9[_0x1a49ed(0x19b)]],'id':_0x527c36[_0x1a49ed(0x20a)]||_0x1b08d9[_0x1a49ed(0x1ea)],'status':_0x269894?_0x1b08d9['KhdgJ']:_0x1b08d9[_0x1a49ed(0x1e2)],'error':_0x2c37b7?{'message':_0x2c37b7}:null,'tags':_0x527c36[_0x1a49ed(0x152)]['tags']||[],..._0x527c36},_0xbd1b96=_0x4e94c7,_0x17827={};_0x17827['testInfo']=_0xbd1b96,_0x17827[_0x1a49ed(0x1d5)]=_0x527c36,_0x17827[_0x1a49ed(0x1fa)]=global[_0x1a49ed(0x1f9)]['pwPage'],_0x17827['testFramework']=FRAMEWORKS['CUCUMBER'],await _0x3cf76a['getInstance']()[_0x1a49ed(0x188)]()['trackEvent'](_0x5206bb[_0x1a49ed(0x1b9)],_0x9693b7[_0x1a49ed(0x184)],_0x17827),logger[_0x1a49ed(0x1dd)](_0x1a49ed(0x185)+_0x527c36[_0x1a49ed(0x152)][_0x1a49ed(0x217)]);}}catch(_0x12baec){logger[_0x1a49ed(0x1dd)]('Error\x20triggering\x20AutomationFramework\x20QUIT\x20PRE\x20event:\x20'+util[_0x1a49ed(0x1d6)](_0x12baec));}const _0x3d4ca2=_0x269894?_0x1b08d9[_0x1a49ed(0x153)]:_0x1b08d9[_0x1a49ed(0x1e2)];await playwrightPatcher[_0x1a49ed(0x1ed)](_0x527c36,_0x3d4ca2,_0x2c37b7),logger[_0x1a49ed(0x1dd)](_0x1b08d9[_0x1a49ed(0x1a2)]);try{await playwrightPatcher[_0x1a49ed(0x1ba)](),logger[_0x1a49ed(0x1dd)](_0x1b08d9[_0x1a49ed(0x1a6)]);}catch(_0x1f32fe){logger[_0x1a49ed(0x1dd)]('Error\x20executing\x20deferred\x20closes:\x20'+util[_0x1a49ed(0x1d6)](_0x1f32fe));}try{playwrightPatcher[_0x1a49ed(0x16d)][_0x1a49ed(0x164)](),logger[_0x1a49ed(0x1dd)](_0x1b08d9[_0x1a49ed(0x1a1)]);}catch(_0x2fdf40){logger['debug'](_0x1a49ed(0x124)+util[_0x1a49ed(0x1d6)](_0x2fdf40));}}catch(_0x1ce6d9){logger[_0x1a49ed(0x1dd)]('Error:\x20at\x20After\x20(Playwright):\x20'+util[_0x1a49ed(0x1d6)](_0x1ce6d9));try{playwrightPatcher[_0x1a49ed(0x1ba)]&&(await playwrightPatcher['executeDeferredCloses'](),logger[_0x1a49ed(0x1dd)](_0x1b08d9['YLdhV'])),playwrightPatcher[_0x1a49ed(0x16d)]&&playwrightPatcher[_0x1a49ed(0x16d)][_0x1a49ed(0x164)]&&(playwrightPatcher[_0x1a49ed(0x16d)][_0x1a49ed(0x164)](),logger[_0x1a49ed(0x1dd)](_0x1b08d9['WuuyZ']));}catch(_0xf2826e){logger['debug'](_0x1a49ed(0x1c6)+util[_0x1a49ed(0x1d6)](_0xf2826e));}}const _0x1cb790=_0x1b08d9['fxkHI'](require,_0x1b08d9[_0x1a49ed(0x196)]);if(!_0x1cb790['getInstance']()['isRunning']())try{if(_0x1b08d9[_0x1a49ed(0x16b)](shouldProcessEventForTesthub)){const _0x32f6f0=TestDetails[_0x1a49ed(0x174)](_0x527c36[_0x1a49ed(0x20a)]);let _0x3fa24c=null;global[_0x1a49ed(0x146)]&&global[_0x1a49ed(0x146)][0x0]&&(_0x3fa24c=await _0x1b08d9[_0x1a49ed(0x193)](sendPlatformDetails,global[_0x1a49ed(0x146)][0x0],_0x32f6f0,!![],!![]));const _0x4c4820={};_0x4c4820['uuid']=_0x32f6f0,_0x4c4820[_0x1a49ed(0x132)]=_0x3fa24c;const _0xacf23d=_0x4c4820,_0x15cc7f={};_0x15cc7f[_0x1a49ed(0x207)]=_0x1b08d9[_0x1a49ed(0x1f1)],_0x15cc7f[_0x1a49ed(0x131)]=_0xacf23d,await SessionHandler[_0x1a49ed(0x1a5)](_0x15cc7f);}}catch(_0xfdb0c){logger[_0x1a49ed(0x1dd)](_0x1a49ed(0x157)+util[_0x1a49ed(0x1d6)](_0xfdb0c));}try{if(globals['getGlobal'](_0x1b08d9[_0x1a49ed(0x1af)])&&globals[_0x1a49ed(0x167)](_0x1b08d9[_0x1a49ed(0x1b4)])){logger[_0x1a49ed(0x1fe)](_0x1b08d9['ljMKr']);const _0xd2318b=TestDetails[_0x1a49ed(0x174)](_0x527c36[_0x1a49ed(0x20a)]),_0x550d8d={};_0x550d8d[_0x1a49ed(0x211)]=_0xd2318b,_0x550d8d['thBuildUuid']=process[_0x1a49ed(0x1f3)][testHubConstants['ENV_VAR'][_0x1a49ed(0x1b0)]],_0x550d8d[_0x1a49ed(0x201)]=process[_0x1a49ed(0x1f3)][testHubConstants[_0x1a49ed(0x158)][_0x1a49ed(0x156)]];const _0x4a216c=_0x550d8d;logger[_0x1a49ed(0x1dd)](_0x1a49ed(0x12a)+JSON[_0x1a49ed(0x128)](_0x4a216c)),logger[_0x1a49ed(0x1dd)](_0x1b08d9['HFRqF']),global['__drivers']&&global['__drivers'][0x0]&&(logger[_0x1a49ed(0x1dd)](util[_0x1a49ed(0x1d6)](await global[_0x1a49ed(0x146)][0x0][_0x1a49ed(0x1bd)](scripts['performScan'],{'method':global[_0x1a49ed(0x187)]}))),globals[_0x1a49ed(0x167)](_0x1b08d9['TXPQr'])&&(_0x4a216c[_0x1a49ed(0x1d2)]=!![]),await global['__drivers'][0x0][_0x1a49ed(0x1bd)](scripts[_0x1a49ed(0x19c)],_0x4a216c)),logger[_0x1a49ed(0x1fe)](_0x1b08d9[_0x1a49ed(0x160)]);}}catch(_0x443258){logger[_0x1a49ed(0x17b)](_0x1a49ed(0x13f)+util[_0x1a49ed(0x1d6)](_0x443258));}if(_0xb31fc5)try{global[_0x1a49ed(0x146)][0x0]&&_0x1b08d9['OYTwd'](global[_0x1a49ed(0x146)][0x0][_0x1a49ed(0x186)],0x0)&&await global['__drivers'][0x0][_0x1a49ed(0x1eb)]();}catch(_0x3785c7){logger[_0x1a49ed(0x1dd)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x3785c7);}_0x1b08d9[_0x1a49ed(0x1fc)](_0x35954e);})[_0x2b874d(0x172)](()=>_0x56f91f());});const a8_0x442d11={};a8_0x442d11[a8_0x2a3a34(0x217)]=a8_0x2a3a34(0x1e4),a8_0x442d11['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a8_0x2a3a34(0x199)],AfterStep(a8_0x442d11,function(_0x22cb76,_0x4d5a68){const _0x2fd5df=a8_0x2a3a34,_0x34b22e={'zOYYJ':function(_0x4c67c9,_0x2ce857){return _0x4c67c9===_0x2ce857;},'xrIMt':_0x2fd5df(0x143),'vKYHc':function(_0xb688f1,_0x3b8fe7){return _0xb688f1!==_0x3b8fe7;},'dcypK':function(_0x14544f,_0x13de5a,_0x475dd7){return _0x14544f(_0x13de5a,_0x475dd7);},'sIEwC':function(_0x2bac3c,_0x436710){return _0x2bac3c+_0x436710;},'bKzlm':_0x2fd5df(0x1c3),'nEOFe':_0x2fd5df(0x122),'TNwqa':_0x2fd5df(0x17b),'QkRUq':function(_0x45067b,_0x10b7eb,_0x32bad3){return _0x45067b(_0x10b7eb,_0x32bad3);},'cCexk':function(_0x1069fb,_0x190882){return _0x1069fb!==_0x190882;},'bVtce':function(_0x7d01a5,_0x1e51b9,_0x4f7ea2){return _0x7d01a5(_0x1e51b9,_0x4f7ea2);},'meOZq':function(_0x42f7ba,_0x59a3f7){return _0x42f7ba+_0x59a3f7;},'Pcbnv':_0x2fd5df(0x127),'gfzII':_0x2fd5df(0x1fe),'jRYlS':function(_0x59f590,_0x1a1d9d,_0x5d6dd6){return _0x59f590(_0x1a1d9d,_0x5d6dd6);},'epGyw':_0x2fd5df(0x21e),'HoYjJ':function(_0x40562f){return _0x40562f();},'anIXi':_0x2fd5df(0x135)};logger['debug'](_0x34b22e[_0x2fd5df(0x206)]);const _0x31ad15=async(_0x202dff,_0x17e09c)=>{const _0x14650b=_0x2fd5df;global[_0x14650b(0x146)]&&global[_0x14650b(0x146)][0x0]&&await global[_0x14650b(0x146)][0x0][_0x14650b(0x137)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x202dff+',\x22level\x22:\x20\x22'+_0x17e09c+_0x14650b(0x189));};new Promise(async _0x172f81=>{const _0x564748=_0x2fd5df;try{const _0x4032d5=_0x34b22e[_0x564748(0x1d7)](_0x22cb76[_0x564748(0x154)][_0x564748(0x221)][_0x564748(0x161)]()[_0x564748(0x1cf)](),_0x34b22e[_0x564748(0x1e0)])||_0x34b22e[_0x564748(0x1d7)](_0x22cb76[_0x564748(0x154)][_0x564748(0x221)][_0x564748(0x161)]()['toLowerCase'](),'6');_0x4032d5?(global[_0x564748(0x125)]=!![],global[_0x564748(0x151)][_0x564748(0x1e1)](_0x22cb76[_0x564748(0x154)]['message']),_0x34b22e[_0x564748(0x204)](_0x22cb76[_0x564748(0x1ee)],undefined)?await _0x34b22e[_0x564748(0x1ec)](_0x31ad15,JSON[_0x564748(0x128)](_0x34b22e[_0x564748(0x148)](_0x34b22e['sIEwC'](_0x34b22e[_0x564748(0x148)](_0x34b22e['bKzlm'],'\x22'+_0x22cb76[_0x564748(0x1ee)][_0x564748(0x12b)]+'\x22\x20'),_0x34b22e[_0x564748(0x14d)]),_0x22cb76[_0x564748(0x154)][_0x564748(0x144)])),_0x34b22e['TNwqa']):await _0x34b22e[_0x564748(0x197)](_0x31ad15,JSON[_0x564748(0x128)](_0x34b22e[_0x564748(0x148)](_0x34b22e[_0x564748(0x1ae)],_0x22cb76[_0x564748(0x154)][_0x564748(0x144)])),_0x34b22e[_0x564748(0x1a4)])):_0x34b22e[_0x564748(0x120)](_0x22cb76[_0x564748(0x1ee)],undefined)?await _0x34b22e[_0x564748(0x19a)](_0x31ad15,JSON[_0x564748(0x128)](_0x34b22e[_0x564748(0x1c1)](_0x34b22e['Pcbnv'],'\x22'+_0x22cb76[_0x564748(0x1ee)][_0x564748(0x12b)]+'\x22')),_0x34b22e[_0x564748(0x1d9)]):await _0x34b22e[_0x564748(0x14e)](_0x31ad15,JSON[_0x564748(0x128)](_0x34b22e['epGyw']),_0x34b22e[_0x564748(0x1d9)]),global[_0x564748(0x146)]&&global[_0x564748(0x146)][0x0]&&global[_0x564748(0x146)][0x0][_0x564748(0x1cd)]['then'](_0x4b2efe=>{})[_0x564748(0x21c)](_0x157f74=>{const _0x9aac98=_0x564748;logger[_0x9aac98(0x1dd)](_0x9aac98(0x159)+util[_0x9aac98(0x1d6)](_0x157f74));});}catch(_0xde55af){logger[_0x564748(0x1dd)](_0x564748(0x212)+_0xde55af);}_0x34b22e['HoYjJ'](_0x172f81);})['finally'](()=>_0x4d5a68());});const a8_0x3a6bdb={};a8_0x3a6bdb[a8_0x2a3a34(0x217)]=a8_0x2a3a34(0x1e4),a8_0x3a6bdb['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a8_0x2a3a34(0x199)],AfterAll(a8_0x3a6bdb,async function(_0xec0f9a,_0x2489bf){const _0x4cae42=a8_0x2a3a34,_0x8c195f={'PPeKW':_0x4cae42(0x1be),'ZoBjM':function(_0x115d66){return _0x115d66();},'TMDZu':'Cleaned\x20up\x20Playwright\x20close\x20tracker','qkPZA':'Inside\x20browserstack\x20AfterAll'};logger[_0x4cae42(0x1dd)](_0x8c195f[_0x4cae42(0x17c)]),await new Promise(async _0x473894=>{const _0x5aac74=_0x4cae42,_0x4883fb=_0x8c195f['PPeKW']['split']('|');let _0x53bf91=0x0;while(!![]){switch(_0x4883fb[_0x53bf91++]){case'0':_0x8c195f[_0x5aac74(0x1ef)](_0x473894);continue;case'1':PerformanceTester[_0x5aac74(0x129)]();continue;case'2':try{playwrightPatcher&&playwrightPatcher[_0x5aac74(0x1ba)]&&(await playwrightPatcher[_0x5aac74(0x1ba)](),playwrightPatcher[_0x5aac74(0x16d)]&&playwrightPatcher[_0x5aac74(0x16d)][_0x5aac74(0x164)](),logger[_0x5aac74(0x1dd)](_0x8c195f[_0x5aac74(0x1df)]));}catch(_0x52a85e){logger[_0x5aac74(0x1dd)](_0x5aac74(0x1ce)+util[_0x5aac74(0x1d6)](_0x52a85e));}continue;case'3':await global[_0x5aac74(0x1ac)]();continue;case'4':await RequestQueueHandler[_0x5aac74(0x12c)]()[_0x5aac74(0x139)]();continue;}break;}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a9_0x520761=a9_0x15f3;(function(_0x149ae3,_0x861265){const _0x1500cd=a9_0x15f3,_0x37cb3e=_0x149ae3();while(!![]){try{const _0x6d8c58=-parseInt(_0x1500cd(0x7b))/0x1+parseInt(_0x1500cd(0xaa))/0x2*(parseInt(_0x1500cd(0xa7))/0x3)+parseInt(_0x1500cd(0x8d))/0x4+parseInt(_0x1500cd(0xa1))/0x5*(parseInt(_0x1500cd(0x75))/0x6)+parseInt(_0x1500cd(0x8a))/0x7+-parseInt(_0x1500cd(0x8b))/0x8+-parseInt(_0x1500cd(0x7a))/0x9*(-parseInt(_0x1500cd(0x80))/0xa);if(_0x6d8c58===_0x861265)break;else _0x37cb3e['push'](_0x37cb3e['shift']());}catch(_0x2d33b3){_0x37cb3e['push'](_0x37cb3e['shift']());}}}(a9_0x56b4,0xee2fa));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a9_0x520761(0x85)),setKeepAlive=require(a9_0x520761(0x9e)),cucumberModule=requireModule(a9_0x520761(0x7d),a9_0x520761(0x9d)),logger=require('../../helpers/logger')['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x520761(0x8c)],After=cucumberModule[a9_0x520761(0x8f)],configuration=process[a9_0x520761(0xaf)][a9_0x520761(0x77)];if(configuration!==undefined){const config=JSON[a9_0x520761(0x9c)](configuration);isTrue(config[a9_0x520761(0xae)])&&(global[a9_0x520761(0x82)]=!![]),global[a9_0x520761(0x95)]=isTrue(config[a9_0x520761(0xb1)]),require(a9_0x520761(0x90))['browserstackAgentV2'](config),global[a9_0x520761(0xa2)]=config['platformCaps']||{};}function a9_0x15f3(_0x1c0ebc,_0x500fcc){const _0x56b482=a9_0x56b4();return a9_0x15f3=function(_0x15f3fa,_0x11c1a3){_0x15f3fa=_0x15f3fa-0x75;let _0x1ca0db=_0x56b482[_0x15f3fa];return _0x1ca0db;},a9_0x15f3(_0x1c0ebc,_0x500fcc);}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];function a9_0x56b4(){const _0x19e456=['passed','failed','3xaLmbu','arguments','rQtJK','302lYbimp','bstack','Npuka','pvAbm','skipSessionName','env','nSCKt','skipSessionStatus','3063306pyMxdv','debug','CONFIG','name','status','261hjKNPq','1397100FTgZey','pickle','cucumber/lib/index.js','cqqip','ERMYq','471290JunUnL','session_','__skipSessionName','action','toLowerCase','../../helpers/helper','XnKeK','browserstack_executor:\x20','eBEws','__error_messages__','3638180TIeLrW','12730688ahqhUM','Before','6267452Vutawf','setSessionName','After','../../index','then','Error:\x20setting\x20status\x20at\x20After:\x20','stringify','RlZeR','__skipSessionStatus','xhYic','__timeout','__driver','timeout','Error:\x20quiting\x20at\x20After:\x20','result','parse','cucumber','../../helpers/setKeepAlive','oCWgP','executeScript','5fezLZy','__platformCaps','join','Inside\x20browserstack\x20After'];a9_0x56b4=function(){return _0x19e456;};return a9_0x56b4();}cucumberModule['setDefaultTimeout']=_0x481b4d=>{const _0x2da0c6=a9_0x520761,_0x3cba2d={'ERMYq':function(_0xb86195,_0x208521){return _0xb86195(_0x208521);}};global[_0x2da0c6(0x97)]=_0x481b4d,_0x3cba2d[_0x2da0c6(0x7f)](__setDefaultTimeout,_0x481b4d);};const a9_0x26d0d4={};a9_0x26d0d4[a9_0x520761(0x78)]=a9_0x520761(0xab),Before(a9_0x26d0d4,function(){const _0x568d3c=a9_0x520761,_0x158a2b={};_0x158a2b[_0x568d3c(0xad)]='Inside\x20browserstack\x20Before';const _0x376687=_0x158a2b;logger[_0x568d3c(0x76)](_0x376687[_0x568d3c(0xad)]),global[_0x568d3c(0x89)]=[];});const a9_0x37db5d={};a9_0x37db5d['name']=a9_0x520761(0xab),a9_0x37db5d[a9_0x520761(0x99)]=0x2710,After(a9_0x37db5d,function(_0x23b24f,_0x4d7a4f){const _0x35f6a4=a9_0x520761,_0x39c270={'rQtJK':_0x35f6a4(0x8e),'eBEws':function(_0x5bb68b,_0x7d549a){return _0x5bb68b===_0x7d549a;},'oCWgP':_0x35f6a4(0xa6),'XnKeK':function(_0x11d90d,_0x2141eb,_0x5d62da,_0xae6805){return _0x11d90d(_0x2141eb,_0x5d62da,_0xae6805);},'Npuka':'\x20|\x20','xhYic':function(_0x20654f,_0xfbfb3b,_0x32a6ba){return _0x20654f(_0xfbfb3b,_0x32a6ba);},'btKhc':_0x35f6a4(0xa5),'nSCKt':function(_0x4c0de5){return _0x4c0de5();},'EQqOA':function(_0x26112a,_0x2db7a9){return _0x26112a(_0x2db7a9);},'RlZeR':function(_0x2f5b63){return _0x2f5b63();},'cqqip':_0x35f6a4(0xa4)};logger['debug'](_0x39c270[_0x35f6a4(0x7e)]),new Promise(async(_0x10a51c,_0x2d2a0a)=>{const _0xd54269=_0x35f6a4;let _0x2b9ca1=![];try{await global['__driver'][_0xd54269(0x81)],_0x2b9ca1=!![];if(!global[_0xd54269(0x82)]){const _0x5eb3ff={};_0x5eb3ff[_0xd54269(0x78)]=_0x23b24f[_0xd54269(0x7c)][_0xd54269(0x78)];const _0x264073={};_0x264073[_0xd54269(0x83)]=_0x39c270[_0xd54269(0xa9)],_0x264073[_0xd54269(0xa8)]=_0x5eb3ff;const _0x3777f5=_0x264073;await global[_0xd54269(0x98)][_0xd54269(0xa0)](_0xd54269(0x87)+JSON[_0xd54269(0x93)](_0x3777f5));}_0x39c270[_0xd54269(0x88)](_0x23b24f[_0xd54269(0x9b)][_0xd54269(0x79)][_0xd54269(0x84)](),_0x39c270[_0xd54269(0x9f)])?await _0x39c270[_0xd54269(0x86)](markSessionStatus,global[_0xd54269(0x98)],_0x39c270[_0xd54269(0x9f)],global['__error_messages__'][_0xd54269(0xa3)](_0x39c270[_0xd54269(0xac)])):await _0x39c270[_0xd54269(0x96)](markSessionStatus,global[_0xd54269(0x98)],_0x39c270['btKhc']);}catch(_0x42b4c8){logger['debug'](_0xd54269(0x92)+_0x42b4c8);}if(_0x2b9ca1)try{await global['__driver']['initQuit'](),_0x39c270[_0xd54269(0xb0)](_0x10a51c);}catch(_0x34610e){logger[_0xd54269(0x76)](_0xd54269(0x9a)+_0x34610e),_0x39c270['EQqOA'](_0x2d2a0a,_0x34610e);}else _0x39c270[_0xd54269(0x94)](_0x2d2a0a);})[_0x35f6a4(0x91)](()=>_0x4d7a4f());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x15e3e0=a10_0x2dd0;(function(_0x5dd61,_0x4055a2){const _0x2ab8ad=a10_0x2dd0,_0x5bbc99=_0x5dd61();while(!![]){try{const _0x5579bf=parseInt(_0x2ab8ad(0x142))/0x1*(parseInt(_0x2ab8ad(0x140))/0x2)+-parseInt(_0x2ab8ad(0x149))/0x3+parseInt(_0x2ab8ad(0x146))/0x4*(-parseInt(_0x2ab8ad(0x148))/0x5)+-parseInt(_0x2ab8ad(0x143))/0x6+-parseInt(_0x2ab8ad(0x14d))/0x7+-parseInt(_0x2ab8ad(0x14c))/0x8+parseInt(_0x2ab8ad(0x13e))/0x9;if(_0x5579bf===_0x4055a2)break;else _0x5bbc99['push'](_0x5bbc99['shift']());}catch(_0xb88595){_0x5bbc99['push'](_0x5bbc99['shift']());}}}(a10_0x5ef4,0x9f34b));function a10_0x5ef4(){const _0x432d5f=['@cucumber/cucumber/lib/index.js','21392550XChzvk','cucumber','86USNDIo','../utils/constants','25261QpPfPR','7024008aotuJw','cucumber/lib/index.js','__timeout','153340LySlJz','setDefaultTimeout','25fNViFJ','3428574FmGSPH','BSTACK_DELTA','@cucumber/cucumber','2137168TJJMOc','271033WNZUuy'];a10_0x5ef4=function(){return _0x432d5f;};return a10_0x5ef4();}const {requireModule}=require('../../helpers/helper'),constants=require(a10_0x15e3e0(0x141));let cucumberModule=null;function a10_0x2dd0(_0x1bfd92,_0x21c86){const _0x5ef43a=a10_0x5ef4();return a10_0x2dd0=function(_0x2dd092,_0x4b2cf4){_0x2dd092=_0x2dd092-0x13e;let _0x3388b7=_0x5ef43a[_0x2dd092];return _0x3388b7;},a10_0x2dd0(_0x1bfd92,_0x21c86);}try{cucumberModule=requireModule(a10_0x15e3e0(0x14e),a10_0x15e3e0(0x14b));}catch(a10_0xe2484c){cucumberModule=requireModule(a10_0x15e3e0(0x144),a10_0x15e3e0(0x13f));}const userValue=global[a10_0x15e3e0(0x145)]||0x0;(userValue===0x0||userValue<constants[a10_0x15e3e0(0x14a)])&&cucumberModule[a10_0x15e3e0(0x147)](constants[a10_0x15e3e0(0x14a)]);
|