browserstack-node-sdk 1.50.9 → 1.50.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x3abb6f=a9_0x2565;(function(_0x3f9a73,_0xba652f){const _0x445eab=a9_0x2565,_0x14a31c=_0x3f9a73();while(!![]){try{const _0x10b6ee=parseInt(_0x445eab(0x170))/0x1*(parseInt(_0x445eab(0x1ab))/0x2)+parseInt(_0x445eab(0xe4))/0x3+-parseInt(_0x445eab(0x1bd))/0x4*(parseInt(_0x445eab(0x1cb))/0x5)+-parseInt(_0x445eab(0x1de))/0x6+parseInt(_0x445eab(0x115))/0x7*(parseInt(_0x445eab(0x148))/0x8)+-parseInt(_0x445eab(0x19b))/0x9*(-parseInt(_0x445eab(0xfb))/0xa)+parseInt(_0x445eab(0x162))/0xb*(-parseInt(_0x445eab(0xf6))/0xc);if(_0x10b6ee===_0xba652f)break;else _0x14a31c['push'](_0x14a31c['shift']());}catch(_0x5edf6d){_0x14a31c['push'](_0x14a31c['shift']());}}}(a9_0x30ba,0xa86ce));function a9_0x30ba(){const _0x272671=['browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','util','lcwTo','Inside\x20browserstack\x20BeforeAll','63248UxSqZx','stringify','setFrameworkDetail','kXLAb','isRunning','QoaSJ','nGsiT','EtGZk','toString','eDCol','Before','patchPageCommandsForAccessibility','__timeout','split','text','UlChs','setConfig','QNuAi','Error:\x20at\x20After\x20(Selenium):\x20','../../helpers/performance/performance-tester','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','flsUl','vpmiX','getGlobal','getId','Error\x20cleaning\x20up\x20close\x20tracker:\x20','138809nAYMdz','__drivers','MIwRc','../../helpers/setKeepAlive','pwPage',',\x20isPlaywrightFlow=','Error\x20cleaning\x20up\x20Playwright\x20close\x20tracker:\x20','LDyuR','Error\x20determining\x20test\x20flow:\x20','__currentTestInfo','pid','../utils/constants','hEtNa','bs:addLog:','1ZlqbDH','faRDX','test_run',',\x22level\x22:\x20\x22','sHgKD','oytbJ','setGlobal','BROWSERSTACK_TESTHUB_JWT','cleanup','uLVQf','startMonitoring','executeAsyncScript','dRUJN','toLowerCase','Error:\x20sendPlatformDetails\x20at\x20After:\x20','CUCUMBER','skipSessionName','../playwright/reporter/test-details.js','getAutomationFramework','browserstackAgentV2','isCliEnabled','Playwright\x20patching\x20initialized\x20for\x20Cucumber-JS','zXTUr','o11ySyncDone','../v2/TestInfo.js','format','sendTestLog:\x20No\x20testId\x20found\x20in\x20testInfo','wwVbt','../playwright/reporter/reporter.js','Cleaned\x20up\x20close\x20tracker','HjFml','catch','../../index','uqMeB','__error_messages__','bstackA11yShouldScan','FHBaL','failed','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','Inside\x20browserstack\x20AfterAll','HOSrq','debug','vhDBA','9TZPZCz','../../helpers/testhub/constants.js','bRkBS','SIHTc','../../helpers/helper','map','RhHvT','../../helpers/test-observability/error-handler','XPliu','PSOvh','executeDeferredCloses','storeLogObjects','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','__skipSessionName','knZXK','tags','285556SvIlvr','TAFkm','thTestRunUuid','After','yiQgg','bootstrap','error','EIyAg','driverCleanup','skipSessionStatus','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','GajAw','setDefaultTimeout','nGBES','BZyNh','currentTest','shift','result','8ZeZqUY','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','QvsXh','AfterStep','qqnVE','trackEvent','../v2/state/hookState','@cucumber/cucumber/lib/index.js','afterTestHook','getInstance','izJpF','Completed\x20Playwright\x20afterTestHook\x20execution','ilxfe','kmaty','1519285OTqqWP','passed','then','pYZMj','cucumber-test','../../helpers/test-observability/sessionHandler','scenario','AvbxP','@playwright/test','status','../../helpers/logger','executeScript','CeIUn','UHzGY','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','ENV_VAR','Passed:\x20','shutdown','oxeUC','2530224deUhzE','name','__sessionFailed','ZmUoJ','NgmSi','../v2/browserstackCLI','info','kEwCO','Patching\x20Playwright','1830798CLwAUm','testCaseStartedId','pickle','PLAYWRIGHT','BSTACK_CONFIG','Performing\x20scan\x20before\x20saving\x20results','Cleaned\x20up\x20Playwright\x20close\x20tracker','FyPjB','parse','\x0aError:\x20','timeout','RJzEp','Error\x20triggering\x20AutomationFramework\x20events:\x20','join','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','\x20|\x20','\x22}}','hOJhB','972qkTfZe','Cucumber-JS','uuid','../v2/state/automationFrameworkState','wMlYv','10238510YmxsdX','XgNEa','../../helpers/test-observability/utils','thJwtToken','../utils/playwright-patcher','Error:\x20cleaning\x20up\x20driver:\x20','TmALH','QUIT','session_','quitCount_','BeforeAll','isAccessibilityPlatform','__skipSessionStatus','Error\x20executing\x20deferred\x20closes:\x20','lodash','closeTracker','beforeTestHook','OSaWO','env','saveTestResults','Executed\x20fallback\x20close\x20tracker\x20cleanup\x20after\x20error','__workerDetails','../../helpers/performance/constants','browserstackSessionName','length','aqRUJ','854ybXTxY','../../helpers/accessibility-automation/helper','push','Patching\x20Selenium','isPageFixture','HciqH','Playwright\x20flow\x20detected\x20-\x20page\x20exists:\x20','finally','PRE','stopMonitoring','Inside\x20browserstack\x20After','thBuildUuid','noFui','getTestUUID','initializePlaywrightPatching','WlGsX','rOrgC','../../helpers/accessibility-automation/scripts','workerInfo','Inside\x20browserstack\x20registerListeners','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','testFramework','pickleStep','fgflw','Error\x20triggering\x20AutomationFramework\x20QUIT\x20PRE\x20event:\x20','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','wVmaq','initQuit','getPackageVersion','../v2/cliUtils','Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','lpKhf','aHkzD','Error\x20initializing\x20Playwright\x20patching:\x20','message','CBTSessionCreated','Error\x20sending\x20log\x20created\x20event:\x20','Bootstrapping\x20BrowserstackCLI\x20for\x20cucumber-js\x20worker\x20process','removeAllListeners','testInfo','FfWZt','jOPVA','@cucumber/cucumber','../../helpers/ai-sdk/autoHealHelper','bstack','Error:\x20at\x20After\x20(Playwright):\x20','test_run_uuid'];a9_0x30ba=function(){return _0x272671;};return a9_0x30ba();}const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra,playwrightSetSessionName,playwrightMarkSessionStatus,nestedKeyValue}=require(a9_0x3abb6f(0x19f)),{TEST_FRAMEWORK_HOOK_TIMEOUT,FRAMEWORKS}=require(a9_0x3abb6f(0x16d)),setKeepAlive=require(a9_0x3abb6f(0x165)),util=require(a9_0x3abb6f(0x145)),PerformanceTester=require(a9_0x3abb6f(0x15b)),{EVENTS:PerformanceEvents}=require(a9_0x3abb6f(0x111)),{commandRepository}=require(a9_0x3abb6f(0x140)),cucumberModule=requireModule(a9_0x3abb6f(0x1c4),a9_0x3abb6f(0x13f)),logger=require(a9_0x3abb6f(0x1d5))['winstonLogger'],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3abb6f(0xfd)),TestDetails=require(a9_0x3abb6f(0x181)),TestInfo=require(a9_0x3abb6f(0x188)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x3abb6f(0x1a2)),MyReporter=require(a9_0x3abb6f(0x18c)),SessionHandler=require(a9_0x3abb6f(0x1d0)),scripts=require(a9_0x3abb6f(0x126)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x3abb6f(0x19c)),{shouldScanTestForAccessibility}=require(a9_0x3abb6f(0x116)),{isUndefined}=require(a9_0x3abb6f(0x109)),helper=require(a9_0x3abb6f(0x19f)),a9_0x291588={};a9_0x291588[a9_0x3abb6f(0x127)]=undefined,a9_0x291588[a9_0x3abb6f(0x1ba)]={},a9_0x291588[a9_0x3abb6f(0x187)]=![],a9_0x291588['pwPage']=null,a9_0x291588[a9_0x3abb6f(0x119)]=![],a9_0x291588[a9_0x3abb6f(0x1ba)]['id']=undefined,a9_0x291588[a9_0x3abb6f(0x1ba)]['testInfo']=undefined;const workerDetails=a9_0x291588;global['__workerDetails']=workerDetails;let playwrightPatcher=null;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x7d329f){const _0x4fa0b0=a9_0x3abb6f,_0x39cbd3={'EtGZk':function(_0x13c6de,_0x3acaa1){return _0x13c6de(_0x3acaa1);},'kmaty':_0x4fa0b0(0x1e3),'RJzEp':_0x4fa0b0(0x18a)},_0x14f652=workerDetails[_0x4fa0b0(0x1ba)][_0x4fa0b0(0x13c)];if(!_0x14f652)return;if(playwrightPatcher)try{const _0x4bbdd6=_0x39cbd3[_0x4fa0b0(0x14f)](require,_0x39cbd3[_0x4fa0b0(0x1ca)]);if(_0x4bbdd6[_0x4fa0b0(0x1c6)]()[_0x4fa0b0(0x14c)]()){const _0x32eeba=_0x14f652[_0x4fa0b0(0xe5)];_0x32eeba?(_0x7d329f[_0x4fa0b0(0xf8)]=_0x32eeba,_0x7d329f[_0x4fa0b0(0x143)]=_0x32eeba,TestInfo[_0x4fa0b0(0x1a6)](_0x32eeba,_0x7d329f)):logger['debug'](_0x39cbd3[_0x4fa0b0(0xef)]);return;}}catch(_0x1f68fe){logger['debug'](_0x4fa0b0(0x139)+util[_0x4fa0b0(0x189)](_0x1f68fe));}await MyReporter['addTestUIDAndReportLog'](_0x14f652,_0x7d329f);}),registerListeners=()=>{const _0x18267e=a9_0x3abb6f,_0x3482be={};_0x3482be[_0x18267e(0xf5)]=_0x18267e(0x128);const _0x1f6bce=_0x3482be;logger['debug'](_0x1f6bce[_0x18267e(0xf5)]),process[_0x18267e(0x13b)](_0x18267e(0x16f)+process[_0x18267e(0x16c)]),process['on']('bs:addLog:'+process[_0x18267e(0x16c)],sendTestLog),PerformanceTester[_0x18267e(0x17a)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3abb6f(0x152)],After=cucumberModule[a9_0x3abb6f(0x1ae)],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x3abb6f(0x105)],AfterStep=cucumberModule[a9_0x3abb6f(0x1c0)],configuration=process[a9_0x3abb6f(0x10d)]['CONFIG'],bstackConfig=process['env'][a9_0x3abb6f(0xe8)];if(configuration!==undefined){const config=JSON[a9_0x3abb6f(0xec)](configuration);isBrowserstackInfra()?(global[a9_0x3abb6f(0x1a8)]=isTrue(config[a9_0x3abb6f(0x180)]),global['__skipSessionStatus']=isTrue(config[a9_0x3abb6f(0x1b4)])):(global[a9_0x3abb6f(0x1a8)]=!![],global[a9_0x3abb6f(0x107)]=!![]);!helper[a9_0x3abb6f(0x131)](a9_0x3abb6f(0x1d3))&&(logger[a9_0x3abb6f(0x199)](a9_0x3abb6f(0x118)),shouldProcessEventForTesthub()?require(a9_0x3abb6f(0x190))[a9_0x3abb6f(0x183)](config,null,!![]):require(a9_0x3abb6f(0x190))['browserstackAgentV2'](config));global['__platformCaps']=config['platformCaps']||{};if(helper['getPackageVersion'](a9_0x3abb6f(0x1d3)))try{logger['debug'](a9_0x3abb6f(0xe3)),playwrightPatcher=require(a9_0x3abb6f(0xff)),playwrightPatcher[a9_0x3abb6f(0x123)](config),logger['debug'](a9_0x3abb6f(0x185));}catch(a9_0xea8530){logger[a9_0x3abb6f(0x199)](a9_0x3abb6f(0x136)+util[a9_0x3abb6f(0x189)](a9_0xea8530));}}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x3abb6f(0xec)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x3abb6f(0x158)](browserStackConfig),commandRepository['setFramework']('cucumber-js'));}global[a9_0x3abb6f(0x154)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x3abb6f(0x1b7)];cucumberModule['setDefaultTimeout']=_0x2959d9=>{const _0x38a6a6=a9_0x3abb6f,_0x1347ff={'PSOvh':function(_0x23df78,_0x242494){return _0x23df78(_0x242494);}};global[_0x38a6a6(0x154)]=_0x2959d9,_0x1347ff[_0x38a6a6(0x1a4)](__setDefaultTimeout,_0x2959d9);};const a9_0x2b9be2={};a9_0x2b9be2['name']=a9_0x3abb6f(0x141),BeforeAll(a9_0x2b9be2,async function(){const _0x3f2c03=a9_0x3abb6f,_0x41e154={'zvjzF':function(_0x4b8cdb,_0x4778f8,_0x48f0f1,_0x255c9d){return _0x4b8cdb(_0x4778f8,_0x48f0f1,_0x255c9d);},'wMlYv':_0x3f2c03(0x195),'IUyut':_0x3f2c03(0xf3),'MIwRc':function(_0x1ab2fb,_0x70b086,_0x4b33b4){return _0x1ab2fb(_0x70b086,_0x4b33b4);},'HOSrq':_0x3f2c03(0x1cc),'yiQgg':_0x3f2c03(0x147),'bRkBS':function(_0x2bdbb1,_0x571cb9){return _0x2bdbb1(_0x571cb9);},'izJpF':_0x3f2c03(0x1e3),'wwVbt':_0x3f2c03(0x132),'UHzGY':_0x3f2c03(0x13a),'FfWZt':function(_0x1f852a){return _0x1f852a();},'PbgPC':function(_0x589796){return _0x589796();},'zXTUr':function(_0x2de127,_0x4ed08){return _0x2de127(_0x4ed08);}};PerformanceTester[_0x3f2c03(0x17a)](),logger[_0x3f2c03(0x199)](_0x41e154[_0x3f2c03(0x1af)]),global[_0x3f2c03(0x192)]=[],global[_0x3f2c03(0x1e0)]=![];if(playwrightPatcher)try{const _0x2c74df=_0x41e154[_0x3f2c03(0x19d)](require,_0x41e154[_0x3f2c03(0x1c7)]),_0x3ed35b=_0x41e154[_0x3f2c03(0x19d)](require,_0x41e154[_0x3f2c03(0x18b)]);_0x2c74df[_0x3f2c03(0x1c6)]()[_0x3f2c03(0x184)]()&&(logger[_0x3f2c03(0x199)](_0x41e154[_0x3f2c03(0x1d8)]),_0x3ed35b[_0x3f2c03(0x14a)](FRAMEWORKS[_0x3f2c03(0x17f)],FRAMEWORKS[_0x3f2c03(0xe7)]),await _0x2c74df[_0x3f2c03(0x1c6)]()[_0x3f2c03(0x1b0)]());}catch(_0x5829ae){logger[_0x3f2c03(0x199)]('Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20'+util[_0x3f2c03(0x189)](_0x5829ae));}_0x41e154[_0x3f2c03(0x13d)](shouldProcessEventForTesthub)&&(_0x41e154['PbgPC'](registerListeners),_0x41e154[_0x3f2c03(0x186)](addRequestSpy,![])),global[_0x3f2c03(0x1b3)]=async()=>{const _0x138c8f=_0x3f2c03;let _0x5dee51=![];try{global['__drivers']&&global[_0x138c8f(0x163)][0x0]&&(await global[_0x138c8f(0x163)][0x0][_0x138c8f(0x103)],_0x5dee51=!![],global[_0x138c8f(0x1e0)]?await _0x41e154['zvjzF'](markSessionStatus,global[_0x138c8f(0x163)][0x0],_0x41e154[_0x138c8f(0xfa)],global[_0x138c8f(0x192)]['join'](_0x41e154['IUyut'])):await _0x41e154[_0x138c8f(0x164)](markSessionStatus,global['__drivers'][0x0],_0x41e154[_0x138c8f(0x198)]));}catch(_0x21873e){logger[_0x138c8f(0x199)](_0x138c8f(0x100)+_0x21873e);}global[_0x138c8f(0x192)]=[],global['__sessionFailed']=![];if(_0x5dee51)try{await global['__drivers'][0x0]['initQuit'](),global[_0x138c8f(0x163)][0x0][_0x138c8f(0x103)][_0x138c8f(0x1cd)](_0x153dcd=>{const _0xe84b18=_0x138c8f;logger[_0xe84b18(0x199)]('Error:\x20in\x20quitting\x20driver\x20'+_0x153dcd[_0xe84b18(0x160)]());})[_0x138c8f(0x18f)](_0x1625d4=>{});}catch(_0x42e4bd){logger[_0x138c8f(0x199)](_0x138c8f(0x129)+_0x42e4bd);}};});const a9_0x53ea77={};a9_0x53ea77['name']='bstack',a9_0x53ea77[a9_0x3abb6f(0xee)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3abb6f(0xf7)],Before(a9_0x53ea77,function(_0x222e06,_0x3ad93b){const _0x1c54b3=a9_0x3abb6f,_0x410323={'NgmSi':function(_0x152cea,_0x5cd443){return _0x152cea>_0x5cd443;},'LDyuR':function(_0x4ac539,_0x14cfb){return _0x4ac539(_0x14cfb);},'HciqH':function(_0x401196,_0x13acc6,_0x18a9c6,_0x1366aa){return _0x401196(_0x13acc6,_0x18a9c6,_0x1366aa);},'UlChs':_0x1c54b3(0x193),'FHBaL':_0x1c54b3(0x1e3),'nGsiT':function(_0x1d8db6,_0x1c17cd){return _0x1d8db6(_0x1c17cd);},'EIyAg':_0x1c54b3(0xf9),'pYZMj':function(_0xc1a1bb,_0xa6d821){return _0xc1a1bb(_0xa6d821);},'SIHTc':_0x1c54b3(0x1c3),'aqRUJ':'Unknown\x20Test','wVmaq':_0x1c54b3(0x1cf),'lcwTo':function(_0xe8f190){return _0xe8f190();},'JYgim':'Inside\x20browserstack\x20Before'};commandRepository['setTestNameForHealingContext'](_0x222e06[_0x1c54b3(0xe6)][_0x1c54b3(0x1df)]),logger[_0x1c54b3(0x199)](_0x410323['JYgim']),new Promise(async _0xe836f3=>{const _0x9167ef=_0x1c54b3;try{global['__drivers']&&_0x410323[_0x9167ef(0x1e2)](global[_0x9167ef(0x163)][_0x9167ef(0x113)],0x1)&&(await global[_0x9167ef(0x1b3)](),global[_0x9167ef(0x163)][_0x9167ef(0x1bb)]()),global[_0x9167ef(0x163)]&&global[_0x9167ef(0x163)][0x0]&&global[_0x9167ef(0x163)][0x0][_0x9167ef(0x104)]&&_0x410323[_0x9167ef(0x1e2)](global[_0x9167ef(0x163)][0x0][_0x9167ef(0x104)],0x0)&&await global[_0x9167ef(0x1b3)]();}catch(_0x1d9ade){logger[_0x9167ef(0x199)]('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x1d9ade);}workerDetails[_0x9167ef(0x1ba)][_0x9167ef(0x13c)]=_0x222e06;if(!playwrightPatcher)try{if(!_0x410323[_0x9167ef(0x169)](isUndefined,_0x222e06[_0x9167ef(0xe6)][_0x9167ef(0x1aa)])){const _0x807ef5=_0x410323[_0x9167ef(0x11a)](shouldScanTestForAccessibility,null,![],_0x222e06['pickle'][_0x9167ef(0x1aa)][_0x9167ef(0x1a0)](({name:_0xb4727f})=>_0xb4727f));globals[_0x9167ef(0x176)](_0x410323[_0x9167ef(0x157)],_0x807ef5);}}catch(_0x29e6f0){logger[_0x9167ef(0x199)](_0x9167ef(0x12e)+util[_0x9167ef(0x189)](_0x29e6f0));}if(playwrightPatcher)try{await playwrightPatcher[_0x9167ef(0x10b)](_0x222e06),global[_0x9167ef(0x110)]&&global[_0x9167ef(0x110)]['pwPage']&&playwrightPatcher[_0x9167ef(0x153)](global['__workerDetails'][_0x9167ef(0x166)]);}catch(_0xea6179){logger['debug']('Error\x20in\x20playwright\x20beforeTestHook:\x20'+util[_0x9167ef(0x189)](_0xea6179));}if(playwrightPatcher)try{const _0x86196d=_0x410323[_0x9167ef(0x169)](require,_0x410323[_0x9167ef(0x194)]),_0x38d8a7=_0x410323[_0x9167ef(0x14e)](require,_0x410323[_0x9167ef(0x1b2)]),_0x29daf1=_0x410323[_0x9167ef(0x1ce)](require,_0x410323[_0x9167ef(0x19e)]);if(_0x86196d['getInstance']()[_0x9167ef(0x14c)]()){const _0x3d584f={'title':_0x222e06[_0x9167ef(0xe6)]['name']||_0x410323[_0x9167ef(0x114)],'titlePath':[_0x222e06[_0x9167ef(0xe6)]['name']||_0x410323['aqRUJ']],'id':_0x222e06[_0x9167ef(0xe5)]||_0x410323[_0x9167ef(0x12f)],'tags':_0x222e06[_0x9167ef(0xe6)][_0x9167ef(0x1aa)]||[],..._0x222e06},_0x14bcc3=_0x3d584f;global[_0x9167ef(0x16b)]=_0x14bcc3,logger[_0x9167ef(0x199)]('Test\x20info\x20prepared\x20for\x20CREATE\x20PRE\x20event:\x20'+_0x222e06[_0x9167ef(0xe6)]['name']);}}catch(_0x321c01){logger[_0x9167ef(0x199)](_0x9167ef(0xf0)+util['format'](_0x321c01));}_0x410323[_0x9167ef(0x146)](_0xe836f3);})['finally'](_0x3ad93b);});function a9_0x2565(_0x247f97,_0x408ba3){const _0x30bacb=a9_0x30ba();return a9_0x2565=function(_0x256557,_0x56ddfd){_0x256557=_0x256557-0xe1;let _0xe28a86=_0x30bacb[_0x256557];return _0xe28a86;},a9_0x2565(_0x247f97,_0x408ba3);}const a9_0x5e08d0={};a9_0x5e08d0[a9_0x3abb6f(0x1df)]=a9_0x3abb6f(0x141),a9_0x5e08d0[a9_0x3abb6f(0xee)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3abb6f(0xf7)],After(a9_0x5e08d0,function(_0x40ebac,_0x571273){const _0x2072c7=a9_0x3abb6f,_0x47a267={'dRUJN':function(_0x19ada3,_0x46adfb){return _0x19ada3>_0x46adfb;},'flsUl':function(_0x1f86f1,_0x4732c2){return _0x1f86f1===_0x4732c2;},'BZyNh':'failed','CeIUn':function(_0x113591,_0x1c2654,_0x27ca5d,_0x1fbacf){return _0x113591(_0x1c2654,_0x27ca5d,_0x1fbacf);},'vmtwT':_0x2072c7(0xf3),'WlGsX':function(_0x518b02,_0x1d51ab,_0x47a178){return _0x518b02(_0x1d51ab,_0x47a178);},'OSaWO':_0x2072c7(0x1cc),'uLVQf':function(_0x353e25,_0x5754fc){return _0x353e25(_0x5754fc);},'ZmUoJ':_0x2072c7(0x1e3),'rOrgC':function(_0x2d3bce,_0xba0919){return _0x2d3bce(_0xba0919);},'oytbJ':'../v2/state/automationFrameworkState','mnXgG':_0x2072c7(0x1c3),'XgNEa':'Unknown\x20Test','EMPTr':_0x2072c7(0x1cf),'vpmiX':_0x2072c7(0x1c8),'faRDX':'Executed\x20deferred\x20closes\x20after\x20QUIT\x20PRE\x20event\x20completion','bxWrd':_0x2072c7(0x18d),'QoaSJ':_0x2072c7(0x133),'aHkzD':_0x2072c7(0x10f),'AzirQ':'../v2/browserstackCLI.js','FyPjB':function(_0x35973a){return _0x35973a();},'GajAw':_0x2072c7(0x138),'ilxfe':_0x2072c7(0x106),'jgwEs':'bstackA11yShouldScan','TAFkm':_0x2072c7(0x15c),'AvbxP':_0x2072c7(0xe9),'USYAj':_0x2072c7(0xf2),'kXLAb':function(_0x3f3b22,_0x3c1069){return _0x3f3b22>_0x3c1069;},'eDCol':function(_0x2905f1){return _0x2905f1();},'lpKhf':_0x2072c7(0x11f)};logger[_0x2072c7(0x199)](_0x47a267[_0x2072c7(0x134)]),workerDetails[_0x2072c7(0x1ba)][_0x2072c7(0x13c)]=_0x40ebac,new Promise(async _0x366683=>{const _0x41ab72=_0x2072c7;let _0x270cbb=![],_0x4ec2c5=![],_0x447814=![];try{global[_0x41ab72(0x163)]&&_0x47a267[_0x41ab72(0x17c)](global[_0x41ab72(0x163)]['length'],0x0)&&(_0x4ec2c5=!![]),playwrightPatcher&&global['__workerDetails']&&global[_0x41ab72(0x110)][_0x41ab72(0x166)]&&(_0x447814=!![],logger['debug'](_0x41ab72(0x11b)+!!global[_0x41ab72(0x110)][_0x41ab72(0x166)]));}catch(_0x3640bf){logger[_0x41ab72(0x199)](_0x41ab72(0x16a)+_0x3640bf);}logger[_0x41ab72(0x199)]('Flow\x20detection:\x20isSeleniumFlow='+_0x4ec2c5+_0x41ab72(0x167)+_0x447814);const _0x15c8cc=_0x40ebac[_0x41ab72(0x1bc)][_0x41ab72(0x1d4)][_0x41ab72(0x150)]()['toLowerCase'](),_0x1a750f=_0x47a267[_0x41ab72(0x15d)](_0x15c8cc,_0x47a267['BZyNh'])||_0x47a267[_0x41ab72(0x15d)](_0x15c8cc,'6'),_0x5510df=_0x1a750f?_0x40ebac[_0x41ab72(0x1bc)]['message']:null;if(_0x1a750f)try{global['__error_messages__'][_0x41ab72(0x117)](_0x40ebac['result']['message']),global['__sessionFailed']=!![];}catch(_0x19660a){logger[_0x41ab72(0x199)](_0x41ab72(0x1a7)+_0x19660a);}if(_0x4ec2c5)try{global[_0x41ab72(0x163)]&&_0x47a267['dRUJN'](global[_0x41ab72(0x163)][_0x41ab72(0x113)],0x1)&&(await global[_0x41ab72(0x1b3)](),global['__drivers'][_0x41ab72(0x1bb)](),global[_0x41ab72(0x192)]=[],global[_0x41ab72(0x1e0)]=![]),global[_0x41ab72(0x163)]&&global[_0x41ab72(0x163)][0x0]&&(await global[_0x41ab72(0x163)][0x0]['session_'],_0x270cbb=!![],!global[_0x41ab72(0x1a8)]&&await global[_0x41ab72(0x163)][0x0][_0x41ab72(0x1d6)](_0x41ab72(0x1d9)+_0x40ebac[_0x41ab72(0xe6)]['name']+_0x41ab72(0xf4)),_0x1a750f?await _0x47a267['CeIUn'](markSessionStatus,global[_0x41ab72(0x163)][0x0],_0x47a267['BZyNh'],global[_0x41ab72(0x192)][_0x41ab72(0xf1)](_0x47a267['vmtwT'])):await _0x47a267[_0x41ab72(0x124)](markSessionStatus,global[_0x41ab72(0x163)][0x0],_0x47a267[_0x41ab72(0x10c)]));}catch(_0x5b1a45){logger[_0x41ab72(0x199)](_0x41ab72(0x15a)+util[_0x41ab72(0x189)](_0x5b1a45));}if(_0x447814)try{try{const _0xc47659=_0x47a267['uLVQf'](require,_0x47a267[_0x41ab72(0x1e1)]),_0x12b0d4=_0x47a267[_0x41ab72(0x125)](require,_0x47a267[_0x41ab72(0x175)]),_0x100cfe=_0x47a267[_0x41ab72(0x179)](require,_0x47a267['mnXgG']);if(_0xc47659['getInstance']()[_0x41ab72(0x14c)]()){const _0x8aa926={'title':_0x40ebac[_0x41ab72(0xe6)][_0x41ab72(0x1df)]||_0x47a267['XgNEa'],'titlePath':[_0x40ebac['pickle'][_0x41ab72(0x1df)]||_0x47a267[_0x41ab72(0xfc)]],'id':_0x40ebac[_0x41ab72(0xe5)]||_0x47a267['EMPTr'],'status':_0x1a750f?_0x47a267[_0x41ab72(0x1b9)]:_0x47a267[_0x41ab72(0x10c)],'error':_0x5510df?{'message':_0x5510df}:null,'tags':_0x40ebac['pickle']['tags']||[],..._0x40ebac},_0x226399=_0x8aa926,_0x397b46={};_0x397b46['testInfo']=_0x226399,_0x397b46[_0x41ab72(0x1d1)]=_0x40ebac,_0x397b46['page']=global[_0x41ab72(0x110)]['pwPage'],_0x397b46[_0x41ab72(0x12a)]=FRAMEWORKS[_0x41ab72(0x17f)],await _0xc47659[_0x41ab72(0x1c6)]()[_0x41ab72(0x182)]()[_0x41ab72(0x1c2)](_0x12b0d4[_0x41ab72(0x102)],_0x100cfe[_0x41ab72(0x11d)],_0x397b46),logger['debug']('AutomationFramework\x20QUIT\x20PRE\x20event\x20completed\x20for\x20test:\x20'+_0x40ebac[_0x41ab72(0xe6)][_0x41ab72(0x1df)]);}}catch(_0x50a065){logger['debug'](_0x41ab72(0x12d)+util[_0x41ab72(0x189)](_0x50a065));}const _0x2c7fb0=_0x1a750f?_0x47a267[_0x41ab72(0x1b9)]:_0x47a267[_0x41ab72(0x10c)];await playwrightPatcher[_0x41ab72(0x1c5)](_0x40ebac,_0x2c7fb0,_0x5510df),logger[_0x41ab72(0x199)](_0x47a267[_0x41ab72(0x15e)]);try{await playwrightPatcher['executeDeferredCloses'](),logger[_0x41ab72(0x199)](_0x47a267[_0x41ab72(0x171)]);}catch(_0x169f34){logger[_0x41ab72(0x199)](_0x41ab72(0x108)+util[_0x41ab72(0x189)](_0x169f34));}try{playwrightPatcher[_0x41ab72(0x10a)][_0x41ab72(0x178)](),logger[_0x41ab72(0x199)](_0x47a267['bxWrd']);}catch(_0x39b2eb){logger[_0x41ab72(0x199)](_0x41ab72(0x161)+util['format'](_0x39b2eb));}}catch(_0x2d40c5){logger[_0x41ab72(0x199)](_0x41ab72(0x142)+util[_0x41ab72(0x189)](_0x2d40c5));try{playwrightPatcher['executeDeferredCloses']&&(await playwrightPatcher['executeDeferredCloses'](),logger[_0x41ab72(0x199)](_0x47a267[_0x41ab72(0x14d)])),playwrightPatcher['closeTracker']&&playwrightPatcher['closeTracker']['cleanup']&&(playwrightPatcher[_0x41ab72(0x10a)][_0x41ab72(0x178)](),logger[_0x41ab72(0x199)](_0x47a267[_0x41ab72(0x135)]));}catch(_0x3c57c6){logger[_0x41ab72(0x199)]('Error\x20in\x20fallback\x20cleanup:\x20'+util[_0x41ab72(0x189)](_0x3c57c6));}}const _0x53b9d3=_0x47a267[_0x41ab72(0x125)](require,_0x47a267['AzirQ']);if(!_0x53b9d3[_0x41ab72(0x1c6)]()['isRunning']())try{if(_0x47a267[_0x41ab72(0xeb)](shouldProcessEventForTesthub)){const _0x34efaa=TestDetails['getTestUUID'](_0x40ebac[_0x41ab72(0xe5)]);let _0x4bd598=null;global[_0x41ab72(0x163)]&&global[_0x41ab72(0x163)][0x0]&&(_0x4bd598=await _0x47a267[_0x41ab72(0x1d7)](sendPlatformDetails,global['__drivers'][0x0],_0x34efaa,!![]));const _0x396087={};_0x396087[_0x41ab72(0xf8)]=_0x34efaa,_0x396087['integrations']=_0x4bd598;const _0x373396=_0x396087,_0x22961b={};_0x22961b['event_type']=_0x47a267[_0x41ab72(0x1b6)],_0x22961b[_0x41ab72(0x172)]=_0x373396,await SessionHandler['uploadEventData'](_0x22961b);}}catch(_0x3d74a4){logger[_0x41ab72(0x199)](_0x41ab72(0x17e)+util['format'](_0x3d74a4));}try{if(globals[_0x41ab72(0x15f)](_0x47a267[_0x41ab72(0x1c9)])&&globals[_0x41ab72(0x15f)](_0x47a267['jgwEs'])){logger[_0x41ab72(0xe1)](_0x47a267[_0x41ab72(0x1ac)]);const _0x700c27=TestDetails[_0x41ab72(0x122)](_0x40ebac[_0x41ab72(0xe5)]),_0x44c80a={};_0x44c80a[_0x41ab72(0x1ad)]=_0x700c27,_0x44c80a[_0x41ab72(0x120)]=process['env'][testHubConstants[_0x41ab72(0x1da)]['BROWSERSTACK_TESTHUB_UUID']],_0x44c80a[_0x41ab72(0xfe)]=process[_0x41ab72(0x10d)][testHubConstants[_0x41ab72(0x1da)][_0x41ab72(0x177)]];const _0x3a2beb=_0x44c80a;logger['debug'](_0x41ab72(0x1be)+JSON[_0x41ab72(0x149)](_0x3a2beb)),logger[_0x41ab72(0x199)](_0x47a267[_0x41ab72(0x1d2)]),global[_0x41ab72(0x163)]&&global[_0x41ab72(0x163)][0x0]&&(logger['debug'](util['format'](await global[_0x41ab72(0x163)][0x0]['executeAsyncScript'](scripts['performScan'],{'method':global[_0x41ab72(0x112)]}))),await global[_0x41ab72(0x163)][0x0][_0x41ab72(0x17b)](scripts[_0x41ab72(0x10e)],_0x3a2beb)),logger['info'](_0x47a267['USYAj']);}}catch(_0x2bb500){logger[_0x41ab72(0x1b1)](_0x41ab72(0x196)+util[_0x41ab72(0x189)](_0x2bb500));}if(_0x270cbb)try{global[_0x41ab72(0x163)][0x0]&&_0x47a267[_0x41ab72(0x14b)](global[_0x41ab72(0x163)][0x0][_0x41ab72(0x104)],0x0)&&await global[_0x41ab72(0x163)][0x0][_0x41ab72(0x130)]();}catch(_0x20e6dd){logger[_0x41ab72(0x199)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x20e6dd);}_0x47a267[_0x41ab72(0x151)](_0x366683);})[_0x2072c7(0x11c)](()=>_0x571273());});const a9_0xca5609={};a9_0xca5609['name']=a9_0x3abb6f(0x141),a9_0xca5609[a9_0x3abb6f(0xee)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3abb6f(0xf7)],AfterStep(a9_0xca5609,function(_0x5e90f5,_0x29eba6){const _0x400f0a=a9_0x3abb6f,_0x23e181={'hEtNa':function(_0x5baf81,_0x49e5f6){return _0x5baf81===_0x49e5f6;},'knZXK':'failed','vhDBA':function(_0x7f0daf,_0xed1e60){return _0x7f0daf===_0xed1e60;},'nGBES':function(_0x241ea4,_0x484c06){return _0x241ea4!==_0x484c06;},'HjFml':function(_0x56e9a3,_0x51ca91,_0x17b061){return _0x56e9a3(_0x51ca91,_0x17b061);},'ALkdo':function(_0x5f474b,_0x41ce42){return _0x5f474b+_0x41ce42;},'XPliu':function(_0x3888b8,_0x46ca1d){return _0x3888b8+_0x46ca1d;},'jOPVA':function(_0x525ae8,_0x4b6f80){return _0x525ae8+_0x4b6f80;},'fgflw':'Failed:\x20','AEYgK':_0x400f0a(0xed),'uqMeB':_0x400f0a(0x1b1),'TmALH':function(_0xa8a5fd,_0x41be91,_0x20d395){return _0xa8a5fd(_0x41be91,_0x20d395);},'oxeUC':function(_0x4b9341,_0x4bf755){return _0x4b9341+_0x4bf755;},'DNVKN':_0x400f0a(0x1db),'RhHvT':_0x400f0a(0xe1),'qqnVE':'Passed','QvsXh':function(_0x13d3b5){return _0x13d3b5();},'RlaKx':'Inside\x20browserstack\x20AfterStep'};logger[_0x400f0a(0x199)](_0x23e181['RlaKx']);const _0x55f795=async(_0x13e667,_0x7b28df)=>{const _0x4490e9=_0x400f0a;global[_0x4490e9(0x163)]&&global[_0x4490e9(0x163)][0x0]&&await global[_0x4490e9(0x163)][0x0]['executeScript'](_0x4490e9(0x144)+_0x13e667+_0x4490e9(0x173)+_0x7b28df+_0x4490e9(0xf4));};new Promise(async _0x3432f7=>{const _0x5f3858=_0x400f0a;try{const _0x2e821f=_0x23e181[_0x5f3858(0x16e)](_0x5e90f5[_0x5f3858(0x1bc)][_0x5f3858(0x1d4)][_0x5f3858(0x150)]()[_0x5f3858(0x17d)](),_0x23e181[_0x5f3858(0x1a9)])||_0x23e181[_0x5f3858(0x19a)](_0x5e90f5[_0x5f3858(0x1bc)]['status'][_0x5f3858(0x150)]()['toLowerCase'](),'6');_0x2e821f?(global[_0x5f3858(0x1e0)]=!![],global[_0x5f3858(0x192)][_0x5f3858(0x117)](_0x5e90f5['result']['message']),_0x23e181[_0x5f3858(0x1b8)](_0x5e90f5[_0x5f3858(0x12b)],undefined)?await _0x23e181['HjFml'](_0x55f795,JSON[_0x5f3858(0x149)](_0x23e181['ALkdo'](_0x23e181[_0x5f3858(0x1a3)](_0x23e181[_0x5f3858(0x13e)](_0x23e181[_0x5f3858(0x12c)],'\x22'+_0x5e90f5[_0x5f3858(0x12b)][_0x5f3858(0x156)]+'\x22\x20'),_0x23e181['AEYgK']),_0x5e90f5['result']['message'])),_0x23e181[_0x5f3858(0x191)]):await _0x23e181[_0x5f3858(0x101)](_0x55f795,JSON['stringify'](_0x23e181[_0x5f3858(0x1a3)](_0x23e181['fgflw'],_0x5e90f5[_0x5f3858(0x1bc)][_0x5f3858(0x137)])),_0x23e181[_0x5f3858(0x191)])):_0x23e181[_0x5f3858(0x1b8)](_0x5e90f5[_0x5f3858(0x12b)],undefined)?await _0x23e181[_0x5f3858(0x18e)](_0x55f795,JSON[_0x5f3858(0x149)](_0x23e181[_0x5f3858(0x1dd)](_0x23e181['DNVKN'],'\x22'+_0x5e90f5[_0x5f3858(0x12b)]['text']+'\x22')),_0x23e181[_0x5f3858(0x1a1)]):await _0x23e181[_0x5f3858(0x18e)](_0x55f795,JSON[_0x5f3858(0x149)](_0x23e181[_0x5f3858(0x1c1)]),_0x23e181['RhHvT']),global[_0x5f3858(0x163)]&&global[_0x5f3858(0x163)][0x0]&&global['__drivers'][0x0][_0x5f3858(0x103)][_0x5f3858(0x1cd)](_0x1e2684=>{})[_0x5f3858(0x18f)](_0x69bdd5=>{const _0x364b29=_0x5f3858;logger['debug'](_0x364b29(0x1b5)+util[_0x364b29(0x189)](_0x69bdd5));});}catch(_0x5a3ffa){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x5a3ffa);}_0x23e181[_0x5f3858(0x1bf)](_0x3432f7);})['finally'](()=>_0x29eba6());});const a9_0xac5588={};a9_0xac5588['name']=a9_0x3abb6f(0x141),a9_0xac5588[a9_0x3abb6f(0xee)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3abb6f(0xf7)],AfterAll(a9_0xac5588,async function(_0x124bca,_0x58ef38){const _0x5c6b43=a9_0x3abb6f,_0x36ef2c={'QNuAi':'4|2|0|1|3','sHgKD':_0x5c6b43(0xea),'kEwCO':function(_0x38853b){return _0x38853b();},'noFui':_0x5c6b43(0x197)};logger['debug'](_0x36ef2c[_0x5c6b43(0x121)]),await new Promise(async _0x118337=>{const _0x3a7f5d=_0x5c6b43,_0x281aec=_0x36ef2c[_0x3a7f5d(0x159)][_0x3a7f5d(0x155)]('|');let _0x36f0f1=0x0;while(!![]){switch(_0x281aec[_0x36f0f1++]){case'0':try{playwrightPatcher&&playwrightPatcher[_0x3a7f5d(0x1a5)]&&(await playwrightPatcher[_0x3a7f5d(0x1a5)](),playwrightPatcher[_0x3a7f5d(0x10a)]&&playwrightPatcher[_0x3a7f5d(0x10a)][_0x3a7f5d(0x178)](),logger[_0x3a7f5d(0x199)](_0x36ef2c[_0x3a7f5d(0x174)]));}catch(_0x4d15fa){logger['debug'](_0x3a7f5d(0x168)+util[_0x3a7f5d(0x189)](_0x4d15fa));}continue;case'1':await global['driverCleanup']();continue;case'2':PerformanceTester[_0x3a7f5d(0x11e)]();continue;case'3':_0x36ef2c[_0x3a7f5d(0xe2)](_0x118337);continue;case'4':await RequestQueueHandler[_0x3a7f5d(0x1c6)]()[_0x3a7f5d(0x1dc)]();continue;}break;}});});
|
|
1
|
+
const a9_0x3e384c=a9_0x2b43;(function(_0x25d490,_0x48722f){const _0x517396=a9_0x2b43,_0x428dd6=_0x25d490();while(!![]){try{const _0x42d584=-parseInt(_0x517396(0x1b1))/0x1+parseInt(_0x517396(0x132))/0x2+-parseInt(_0x517396(0xd5))/0x3+-parseInt(_0x517396(0x184))/0x4+-parseInt(_0x517396(0xec))/0x5*(-parseInt(_0x517396(0x17f))/0x6)+parseInt(_0x517396(0x174))/0x7*(-parseInt(_0x517396(0x12a))/0x8)+parseInt(_0x517396(0x155))/0x9;if(_0x42d584===_0x48722f)break;else _0x428dd6['push'](_0x428dd6['shift']());}catch(_0x4311db){_0x428dd6['push'](_0x428dd6['shift']());}}}(a9_0x3f84,0x4e881));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra,playwrightSetSessionName,playwrightMarkSessionStatus,nestedKeyValue}=require(a9_0x3e384c(0xf8)),{TEST_FRAMEWORK_HOOK_TIMEOUT,FRAMEWORKS}=require(a9_0x3e384c(0x194)),setKeepAlive=require(a9_0x3e384c(0x106)),util=require(a9_0x3e384c(0x1a2)),PerformanceTester=require(a9_0x3e384c(0xfc)),{EVENTS:PerformanceEvents}=require(a9_0x3e384c(0x198)),{commandRepository}=require(a9_0x3e384c(0x11a)),cucumberModule=requireModule(a9_0x3e384c(0xd8),a9_0x3e384c(0x145)),logger=require('../../helpers/logger')[a9_0x3e384c(0x15c)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3e384c(0x104)),TestDetails=require('../playwright/reporter/test-details.js'),TestInfo=require('../v2/TestInfo.js'),RequestQueueHandler=require(a9_0x3e384c(0x136)),{o11yErrorHandler}=require(a9_0x3e384c(0xf2)),MyReporter=require(a9_0x3e384c(0x1a3)),SessionHandler=require(a9_0x3e384c(0x17b)),scripts=require(a9_0x3e384c(0x107)),globals=require(a9_0x3e384c(0x154)),testHubConstants=require(a9_0x3e384c(0x126)),{shouldScanTestForAccessibility}=require(a9_0x3e384c(0x1a6)),{isUndefined}=require(a9_0x3e384c(0x16e)),helper=require(a9_0x3e384c(0xf8)),a9_0x43dfca={};a9_0x43dfca[a9_0x3e384c(0x137)]=undefined,a9_0x43dfca[a9_0x3e384c(0x19e)]={},a9_0x43dfca[a9_0x3e384c(0x101)]=![],a9_0x43dfca['pwPage']=null,a9_0x43dfca[a9_0x3e384c(0x16b)]=![],a9_0x43dfca[a9_0x3e384c(0x19e)]['id']=undefined,a9_0x43dfca[a9_0x3e384c(0x19e)][a9_0x3e384c(0x18f)]=undefined;const workerDetails=a9_0x43dfca;global[a9_0x3e384c(0x156)]=workerDetails;let playwrightPatcher=null;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x2010dc){const _0x2e579e=a9_0x3e384c,_0x8369e2={'SzCNH':function(_0x4b5e77,_0x132695){return _0x4b5e77(_0x132695);},'JaPsV':'../v2/browserstackCLI','vyjDa':_0x2e579e(0x103)},_0x25bab9=workerDetails[_0x2e579e(0x19e)][_0x2e579e(0x18f)];if(!_0x25bab9)return;if(playwrightPatcher)try{const _0x2372a6=_0x8369e2['SzCNH'](require,_0x8369e2['JaPsV']);if(_0x2372a6[_0x2e579e(0xe0)]()[_0x2e579e(0x1b9)]()){const _0x52ad1d=_0x25bab9[_0x2e579e(0x1b8)];_0x52ad1d?(_0x2010dc[_0x2e579e(0x1c9)]=_0x52ad1d,_0x2010dc[_0x2e579e(0xed)]=_0x52ad1d,TestInfo['storeLogObjects'](_0x52ad1d,_0x2010dc)):logger[_0x2e579e(0x114)](_0x8369e2[_0x2e579e(0x1c6)]);return;}}catch(_0x274a90){logger['debug'](_0x2e579e(0xdc)+util[_0x2e579e(0x12c)](_0x274a90));}await MyReporter[_0x2e579e(0xe8)](_0x25bab9,_0x2010dc);}),registerListeners=()=>{const _0x2ebf95=a9_0x3e384c,_0x4872a7={};_0x4872a7[_0x2ebf95(0x1c7)]=_0x2ebf95(0x15f);const _0xfa61b8=_0x4872a7;logger[_0x2ebf95(0x114)](_0xfa61b8['bHdmo']),process[_0x2ebf95(0x181)](_0x2ebf95(0x160)+process[_0x2ebf95(0x195)]),process['on']('bs:addLog:'+process[_0x2ebf95(0x195)],sendTestLog),PerformanceTester[_0x2ebf95(0x111)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3e384c(0x1a1)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x3e384c(0x10e)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x3e384c(0x14c)],configuration=process[a9_0x3e384c(0x19d)][a9_0x3e384c(0xd0)],bstackConfig=process[a9_0x3e384c(0x19d)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x3e384c(0xdf)](configuration);isBrowserstackInfra()?(global[a9_0x3e384c(0x19c)]=isTrue(config['skipSessionName']),global[a9_0x3e384c(0x143)]=isTrue(config[a9_0x3e384c(0x1c3)])):(global[a9_0x3e384c(0x19c)]=!![],global[a9_0x3e384c(0x143)]=!![]);!helper[a9_0x3e384c(0x16a)](a9_0x3e384c(0x134))&&(logger[a9_0x3e384c(0x114)](a9_0x3e384c(0x166)),shouldProcessEventForTesthub()?require(a9_0x3e384c(0x1c2))[a9_0x3e384c(0x1ab)](config,null,!![]):require('../../index')[a9_0x3e384c(0x1ab)](config));global['__platformCaps']=config[a9_0x3e384c(0x171)]||{};if(helper[a9_0x3e384c(0x16a)]('@playwright/test'))try{logger[a9_0x3e384c(0x114)](a9_0x3e384c(0x12f)),playwrightPatcher=require(a9_0x3e384c(0x110)),playwrightPatcher[a9_0x3e384c(0xea)](config),logger[a9_0x3e384c(0x114)](a9_0x3e384c(0xfb));}catch(a9_0x2764c6){logger['debug'](a9_0x3e384c(0xe3)+util['format'](a9_0x2764c6));}}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x3e384c(0x13c)](browserStackConfig),commandRepository[a9_0x3e384c(0x18c)](a9_0x3e384c(0x121)));}global[a9_0x3e384c(0x10a)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x3e384c(0x1b0)];cucumberModule['setDefaultTimeout']=_0x434ad5=>{const _0x5b8421=a9_0x3e384c,_0x3edbda={'FJxem':function(_0x43ae33,_0x245a51){return _0x43ae33(_0x245a51);}};global[_0x5b8421(0x10a)]=_0x434ad5,_0x3edbda['FJxem'](__setDefaultTimeout,_0x434ad5);};const a9_0x1dd608={};a9_0x1dd608[a9_0x3e384c(0x15d)]='bstack',BeforeAll(a9_0x1dd608,async function(){const _0x14e46f=a9_0x3e384c,_0x559613={'hjFTw':function(_0x134d44,_0x11ed1e,_0x541a2f,_0x34b62a){return _0x134d44(_0x11ed1e,_0x541a2f,_0x34b62a);},'TGPGQ':'failed','zeDUR':_0x14e46f(0x11e),'yopjf':function(_0x29c0c6,_0x15114a,_0x32a653){return _0x29c0c6(_0x15114a,_0x32a653);},'zJIZc':_0x14e46f(0x119),'qUimC':_0x14e46f(0x1b3),'KnOAO':function(_0x22a232,_0x14a544){return _0x22a232(_0x14a544);},'aAjAj':'../v2/browserstackCLI','ztvgl':function(_0xb89930,_0x593767){return _0xb89930(_0x593767);},'TkbzK':_0x14e46f(0x1ae),'tDvPX':_0x14e46f(0xda),'pyKwU':function(_0x4176fe){return _0x4176fe();},'nVbNS':function(_0x5e5bfb,_0x54bf74){return _0x5e5bfb(_0x54bf74);}};PerformanceTester[_0x14e46f(0x111)](),logger[_0x14e46f(0x114)](_0x559613[_0x14e46f(0x12b)]),global[_0x14e46f(0xd1)]=[],global[_0x14e46f(0x1aa)]=![];if(playwrightPatcher)try{const _0x891abf=_0x559613[_0x14e46f(0x192)](require,_0x559613[_0x14e46f(0x148)]),_0xddb153=_0x559613[_0x14e46f(0x131)](require,_0x559613['TkbzK']);_0x891abf[_0x14e46f(0xe0)]()[_0x14e46f(0x11d)]()&&(logger[_0x14e46f(0x114)](_0x559613[_0x14e46f(0x179)]),_0xddb153[_0x14e46f(0x1a7)](FRAMEWORKS[_0x14e46f(0x11f)],FRAMEWORKS[_0x14e46f(0x14b)]),await _0x891abf['getInstance']()['bootstrap']());}catch(_0x430bd4){logger['debug'](_0x14e46f(0xf5)+util[_0x14e46f(0x12c)](_0x430bd4));}_0x559613[_0x14e46f(0x1ba)](shouldProcessEventForTesthub)&&(_0x559613[_0x14e46f(0x1ba)](registerListeners),_0x559613[_0x14e46f(0xd2)](addRequestSpy,![])),global[_0x14e46f(0x186)]=async()=>{const _0x1d7bea=_0x14e46f;let _0x509796=![];try{global[_0x1d7bea(0x112)]&&global['__drivers'][0x0]&&(await global[_0x1d7bea(0x112)][0x0][_0x1d7bea(0x115)],_0x509796=!![],global['__sessionFailed']?await _0x559613[_0x1d7bea(0x1a4)](markSessionStatus,global['__drivers'][0x0],_0x559613['TGPGQ'],global[_0x1d7bea(0xd1)][_0x1d7bea(0x163)](_0x559613[_0x1d7bea(0xf1)])):await _0x559613['yopjf'](markSessionStatus,global['__drivers'][0x0],_0x559613[_0x1d7bea(0x158)]));}catch(_0x49ba2b){logger[_0x1d7bea(0x114)](_0x1d7bea(0x1a0)+_0x49ba2b);}global[_0x1d7bea(0xd1)]=[],global['__sessionFailed']=![];if(_0x509796)try{await global[_0x1d7bea(0x112)][0x0][_0x1d7bea(0x14f)](),global[_0x1d7bea(0x112)][0x0]['session_'][_0x1d7bea(0x149)](_0x3a42b2=>{const _0x44d057=_0x1d7bea;logger['debug']('Error:\x20in\x20quitting\x20driver\x20'+_0x3a42b2[_0x44d057(0x17a)]());})[_0x1d7bea(0x1af)](_0x4f19eb=>{});}catch(_0x4b3c08){logger[_0x1d7bea(0x114)](_0x1d7bea(0x1ca)+_0x4b3c08);}};});const a9_0x2ffca2={};function a9_0x3f84(){const _0x56c8b0=['setFrameworkDetail','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Inside\x20browserstack\x20After','__sessionFailed','browserstackAgentV2','BROWSERSTACK_TESTHUB_JWT','getAutomationFramework','../v2/cliUtils','catch','setDefaultTimeout','244913vFbNWJ','WWFnu','Inside\x20browserstack\x20BeforeAll','patchPageCommandsForAccessibility','TuDDK','stopMonitoring','fHTRu','testCaseStartedId','isRunning','pyKwU','NVMFG','mitPf','pickleStep','PdelE','MwWAu','JJHrs','../v2/state/hookState','../../index','skipSessionStatus','executeDeferredCloses','browserstackSessionName','vyjDa','bHdmo','gFEAu','uuid','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','pickle','CONFIG','__error_messages__','nVbNS','\x22}}','PRE','1774158MrvEWj','result','Error:\x20at\x20After\x20(Selenium):\x20','@cucumber/cucumber/lib/index.js','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Bootstrapping\x20BrowserstackCLI\x20for\x20cucumber-js\x20worker\x20process','Failed:\x20','Error\x20sending\x20log\x20created\x20event:\x20','zRUyf','gOhMj','parse','getInstance','Error\x20in\x20fallback\x20cleanup:\x20','rsvbH','Error\x20initializing\x20Playwright\x20patching:\x20','ppWha','cleanup','shift','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','addTestUIDAndReportLog','failed','initializePlaywrightPatching',',\x22level\x22:\x20\x22','1459660FZLuWH','test_run_uuid','../v2/state/automationFrameworkState','PKepJ','Cleaned\x20up\x20close\x20tracker','zeDUR','../../helpers/test-observability/error-handler','Performing\x20scan\x20before\x20saving\x20results','pwPage','Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','Error\x20determining\x20test\x20flow:\x20','ZcAtz','../../helpers/helper','length','saveTestResults','Playwright\x20patching\x20initialized\x20for\x20Cucumber-JS','../../helpers/performance/performance-tester','executeAsyncScript','Inside\x20browserstack\x20AfterStep','bstack','text','o11ySyncDone','Error:\x20at\x20After\x20(Playwright):\x20','sendTestLog:\x20No\x20testId\x20found\x20in\x20testInfo','../../helpers/test-observability/utils','GPKBy','../../helpers/setKeepAlive','../../helpers/accessibility-automation/scripts','rKwcA','closeTracker','__timeout','getGlobal','XGkqn','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','AfterAll','AdmzH','../utils/playwright-patcher','startMonitoring','__drivers','SZbHo','debug','session_','status','page','executeScript','passed','../../helpers/ai-sdk/autoHealHelper','beforeTestHook','Gzaol','isCliEnabled','\x20|\x20','CUCUMBER','Inside\x20browserstack\x20Before','cucumber-js','xQtQN','blpaR','../v2/browserstackCLI.js','bWrlM','../../helpers/testhub/constants.js','itFpe','Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','hxDMz','1385992HXXelS','qUimC','format','acQQM','nyofZ','Patching\x20Playwright','push','ztvgl','497042LsZtee','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','@playwright/test','goTWt','../../helpers/test-observability/requestQueueHandler','workerInfo','stringify','eOWmj','../v2/browserstackCLI','Passed:\x20','setConfig','omGRF','hHhXY','AutomationFramework\x20QUIT\x20PRE\x20event\x20completed\x20for\x20test:\x20','trackEvent','tags','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','__skipSessionStatus','thBuildUuid','@cucumber/cucumber','Completed\x20Playwright\x20afterTestHook\x20execution',',\x20isPlaywrightFlow=','aAjAj','then','omFeB','PLAYWRIGHT','AfterStep','cucumber-test','thJwtToken','initQuit','message','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','oVCKr','BhPFK','../../helpers/globals','7671879wNgSCL','__workerDetails','BUjeT','zJIZc','mZQeP','bstackA11yShouldScan','finally','winstonLogger','name','2|4|3|0|1','Inside\x20browserstack\x20registerListeners','bs:addLog:','nXvqA','Error\x20cleaning\x20up\x20Playwright\x20close\x20tracker:\x20','join','quitCount_','ZtoUS','Patching\x20Selenium','split','IQXtI','khoUJ','getPackageVersion','isPageFixture','map','bhMle','lodash','xOtKk','isAccessibilityPlatform','platformCaps','Passed','Cucumber-JS','7JsueHI','DaIWT','afterTestHook','Flow\x20detection:\x20isSeleniumFlow=','mVRLH','tDvPX','getId','../../helpers/test-observability/sessionHandler','getTestUUID','shutdown','ENV_VAR','12KEUiCB','toLowerCase','removeAllListeners','NevhN','QUIT','1414412fkNfQN','HsItG','driverCleanup','info','wHgST','Unknown\x20Test','fqNOJ','error','setFramework','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','jMcCC','testInfo','Error\x20in\x20playwright\x20beforeTestHook:\x20','CqYaa','KnOAO','BROWSERSTACK_TESTHUB_UUID','../utils/constants','pid','WcySJ','jBJjN','../../helpers/performance/constants','Error:\x20at\x20After\x20Step:\x20','timeout','ziMZk','__skipSessionName','env','currentTest','OoIbW','Error:\x20cleaning\x20up\x20driver:\x20','Before','util','../playwright/reporter/reporter.js','hjFTw','opHSt','../../helpers/accessibility-automation/helper'];a9_0x3f84=function(){return _0x56c8b0;};return a9_0x3f84();}a9_0x2ffca2[a9_0x3e384c(0x15d)]='bstack',a9_0x2ffca2[a9_0x3e384c(0x19a)]=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],Before(a9_0x2ffca2,function(_0x14dd79,_0x28704d){const _0x4841c9=a9_0x3e384c,_0x243e93={'goTWt':function(_0xbaf8bc,_0x115316){return _0xbaf8bc>_0x115316;},'oVCKr':function(_0x4e1d1e,_0x5caac8){return _0x4e1d1e>_0x5caac8;},'Gzaol':function(_0xdcc181,_0x135edb){return _0xdcc181(_0x135edb);},'mZQeP':function(_0x38ea82,_0xfe7e1,_0x527501,_0x514c6d){return _0x38ea82(_0xfe7e1,_0x527501,_0x514c6d);},'TuDDK':_0x4841c9(0x15a),'acQQM':_0x4841c9(0x13a),'XGkqn':_0x4841c9(0xee),'eOWmj':function(_0x12aeb7,_0x21bcac){return _0x12aeb7(_0x21bcac);},'jMcCC':_0x4841c9(0x1c1),'khoUJ':'Unknown\x20Test','omGRF':_0x4841c9(0x14d),'hxDMz':function(_0x1e12ee){return _0x1e12ee();},'EARuQ':_0x4841c9(0x120)};commandRepository['setTestNameForHealingContext'](_0x14dd79[_0x4841c9(0x1cb)]['name']),logger['debug'](_0x243e93['EARuQ']),new Promise(async _0x33a47f=>{const _0x213c4f=_0x4841c9;try{global[_0x213c4f(0x112)]&&_0x243e93[_0x213c4f(0x135)](global[_0x213c4f(0x112)]['length'],0x1)&&(await global[_0x213c4f(0x186)](),global[_0x213c4f(0x112)]['shift']()),global[_0x213c4f(0x112)]&&global[_0x213c4f(0x112)][0x0]&&global[_0x213c4f(0x112)][0x0]['quitCount_']&&_0x243e93[_0x213c4f(0x152)](global[_0x213c4f(0x112)][0x0][_0x213c4f(0x164)],0x0)&&await global['driverCleanup']();}catch(_0x4c52b5){logger[_0x213c4f(0x114)](_0x213c4f(0x18d)+_0x4c52b5);}workerDetails[_0x213c4f(0x19e)][_0x213c4f(0x18f)]=_0x14dd79;if(!playwrightPatcher)try{if(!_0x243e93['Gzaol'](isUndefined,_0x14dd79['pickle'][_0x213c4f(0x141)])){const _0x5b68cf=_0x243e93[_0x213c4f(0x159)](shouldScanTestForAccessibility,null,![],_0x14dd79[_0x213c4f(0x1cb)]['tags'][_0x213c4f(0x16c)](({name:_0x26792b})=>_0x26792b));globals['setGlobal'](_0x243e93[_0x213c4f(0x1b5)],_0x5b68cf);}}catch(_0x5244dc){logger[_0x213c4f(0x114)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x213c4f(0x12c)](_0x5244dc));}if(playwrightPatcher)try{await playwrightPatcher[_0x213c4f(0x11b)](_0x14dd79),global['__workerDetails']&&global['__workerDetails'][_0x213c4f(0xf4)]&&playwrightPatcher[_0x213c4f(0x1b4)](global['__workerDetails'][_0x213c4f(0xf4)]);}catch(_0x26b2ad){logger[_0x213c4f(0x114)](_0x213c4f(0x190)+util[_0x213c4f(0x12c)](_0x26b2ad));}if(playwrightPatcher)try{const _0x174bb7=_0x243e93[_0x213c4f(0x11c)](require,_0x243e93[_0x213c4f(0x12d)]),_0x1daee1=_0x243e93['Gzaol'](require,_0x243e93[_0x213c4f(0x10c)]),_0x205840=_0x243e93[_0x213c4f(0x139)](require,_0x243e93[_0x213c4f(0x18e)]);if(_0x174bb7['getInstance']()[_0x213c4f(0x1b9)]()){const _0x28822d={'title':_0x14dd79['pickle'][_0x213c4f(0x15d)]||_0x243e93[_0x213c4f(0x169)],'titlePath':[_0x14dd79[_0x213c4f(0x1cb)][_0x213c4f(0x15d)]||_0x243e93[_0x213c4f(0x169)]],'id':_0x14dd79[_0x213c4f(0x1b8)]||_0x243e93[_0x213c4f(0x13d)],'tags':_0x14dd79['pickle'][_0x213c4f(0x141)]||[],..._0x14dd79},_0x5e5e03=_0x28822d;global['__currentTestInfo']=_0x5e5e03,logger[_0x213c4f(0x114)]('Test\x20info\x20prepared\x20for\x20CREATE\x20PRE\x20event:\x20'+_0x14dd79[_0x213c4f(0x1cb)]['name']);}}catch(_0x392e1f){logger[_0x213c4f(0x114)]('Error\x20triggering\x20AutomationFramework\x20events:\x20'+util[_0x213c4f(0x12c)](_0x392e1f));}_0x243e93[_0x213c4f(0x129)](_0x33a47f);})['finally'](_0x28704d);});const a9_0x327e5e={};a9_0x327e5e[a9_0x3e384c(0x15d)]=a9_0x3e384c(0xff),a9_0x327e5e[a9_0x3e384c(0x19a)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3e384c(0x173)],After(a9_0x327e5e,function(_0x987687,_0x5b26e6){const _0x4e8a7e=a9_0x3e384c,_0x357f62={'WWFnu':function(_0x20343a,_0x57838d){return _0x20343a>_0x57838d;},'gFEAu':function(_0x240452,_0x2c4362){return _0x240452===_0x2c4362;},'WcySJ':'failed','vDZpV':function(_0x3e7756,_0x35777f){return _0x3e7756===_0x35777f;},'NevhN':function(_0x20b53a,_0x483d62,_0x525f87,_0xcfac1a){return _0x20b53a(_0x483d62,_0x525f87,_0xcfac1a);},'Hqtnj':_0x4e8a7e(0x11e),'fqNOJ':function(_0x55cc9d,_0x146326,_0x461942){return _0x55cc9d(_0x146326,_0x461942);},'aTcoo':_0x4e8a7e(0x119),'omFeB':function(_0x424a4f,_0x5230c8){return _0x424a4f(_0x5230c8);},'GPKBy':_0x4e8a7e(0x13a),'gOhMj':function(_0x20a735,_0x59b1f9){return _0x20a735(_0x59b1f9);},'iaknS':_0x4e8a7e(0xee),'wHgST':_0x4e8a7e(0x1c1),'blpaR':_0x4e8a7e(0x189),'mVRLH':_0x4e8a7e(0x14d),'fHTRu':_0x4e8a7e(0x146),'opHSt':'Executed\x20deferred\x20closes\x20after\x20QUIT\x20PRE\x20event\x20completion','rsvbH':_0x4e8a7e(0xf0),'BhPFK':_0x4e8a7e(0x128),'AdmzH':'Executed\x20fallback\x20close\x20tracker\x20cleanup\x20after\x20error','VSzta':function(_0x39d409,_0xa7e7fa){return _0x39d409(_0xa7e7fa);},'uZcSr':_0x4e8a7e(0x124),'ZtoUS':function(_0x4ccae6){return _0x4ccae6();},'HsItG':'CBTSessionCreated','BUjeT':_0x4e8a7e(0x170),'bhMle':_0x4e8a7e(0x15a),'QqZJf':_0x4e8a7e(0x151),'ZcAtz':_0x4e8a7e(0xf3),'CqYaa':_0x4e8a7e(0xd9),'WiJQK':function(_0x431f1f,_0x50a8df){return _0x431f1f>_0x50a8df;},'bWrlM':_0x4e8a7e(0x1a9)};logger[_0x4e8a7e(0x114)](_0x357f62[_0x4e8a7e(0x125)]),workerDetails[_0x4e8a7e(0x19e)][_0x4e8a7e(0x18f)]=_0x987687,new Promise(async _0x2e1b12=>{const _0x1b475c=_0x4e8a7e;let _0x3f58dd=![],_0xfac5cb=![],_0x54826d=![];try{global[_0x1b475c(0x112)]&&_0x357f62['WWFnu'](global[_0x1b475c(0x112)][_0x1b475c(0xf9)],0x0)&&(_0xfac5cb=!![]),playwrightPatcher&&global[_0x1b475c(0x156)]&&global[_0x1b475c(0x156)][_0x1b475c(0xf4)]&&(_0x54826d=!![],logger[_0x1b475c(0x114)]('Playwright\x20flow\x20detected\x20-\x20page\x20exists:\x20'+!!global[_0x1b475c(0x156)][_0x1b475c(0xf4)]));}catch(_0x1d53e1){logger['debug'](_0x1b475c(0xf6)+_0x1d53e1);}logger[_0x1b475c(0x114)](_0x1b475c(0x177)+_0xfac5cb+_0x1b475c(0x147)+_0x54826d);const _0x5a08e8=_0x987687[_0x1b475c(0xd6)][_0x1b475c(0x116)]['toString']()[_0x1b475c(0x180)](),_0x5d63c0=_0x357f62[_0x1b475c(0x1c8)](_0x5a08e8,_0x357f62[_0x1b475c(0x196)])||_0x357f62['vDZpV'](_0x5a08e8,'6'),_0x5c9ebb=_0x5d63c0?_0x987687[_0x1b475c(0xd6)]['message']:null;if(_0x5d63c0)try{global[_0x1b475c(0xd1)][_0x1b475c(0x130)](_0x987687[_0x1b475c(0xd6)][_0x1b475c(0x150)]),global[_0x1b475c(0x1aa)]=!![];}catch(_0x58a084){logger['debug'](_0x1b475c(0x10d)+_0x58a084);}if(_0xfac5cb)try{global['__drivers']&&_0x357f62[_0x1b475c(0x1b2)](global[_0x1b475c(0x112)][_0x1b475c(0xf9)],0x1)&&(await global[_0x1b475c(0x186)](),global[_0x1b475c(0x112)][_0x1b475c(0xe6)](),global[_0x1b475c(0xd1)]=[],global['__sessionFailed']=![]),global[_0x1b475c(0x112)]&&global[_0x1b475c(0x112)][0x0]&&(await global['__drivers'][0x0][_0x1b475c(0x115)],_0x3f58dd=!![],!global[_0x1b475c(0x19c)]&&await global['__drivers'][0x0][_0x1b475c(0x118)](_0x1b475c(0x133)+_0x987687[_0x1b475c(0x1cb)]['name']+_0x1b475c(0xd3)),_0x5d63c0?await _0x357f62[_0x1b475c(0x182)](markSessionStatus,global['__drivers'][0x0],_0x357f62[_0x1b475c(0x196)],global[_0x1b475c(0xd1)][_0x1b475c(0x163)](_0x357f62['Hqtnj'])):await _0x357f62[_0x1b475c(0x18a)](markSessionStatus,global['__drivers'][0x0],_0x357f62['aTcoo']));}catch(_0x3965b6){logger[_0x1b475c(0x114)](_0x1b475c(0xd7)+util[_0x1b475c(0x12c)](_0x3965b6));}if(_0x54826d)try{try{const _0x163ba4=_0x357f62[_0x1b475c(0x14a)](require,_0x357f62[_0x1b475c(0x105)]),_0x234685=_0x357f62[_0x1b475c(0xde)](require,_0x357f62['iaknS']),_0x17ed4d=_0x357f62[_0x1b475c(0xde)](require,_0x357f62[_0x1b475c(0x188)]);if(_0x163ba4['getInstance']()[_0x1b475c(0x1b9)]()){const _0x1b7e4b={'title':_0x987687[_0x1b475c(0x1cb)][_0x1b475c(0x15d)]||_0x357f62[_0x1b475c(0x123)],'titlePath':[_0x987687[_0x1b475c(0x1cb)]['name']||_0x357f62[_0x1b475c(0x123)]],'id':_0x987687[_0x1b475c(0x1b8)]||_0x357f62[_0x1b475c(0x178)],'status':_0x5d63c0?_0x357f62[_0x1b475c(0x196)]:_0x357f62['aTcoo'],'error':_0x5c9ebb?{'message':_0x5c9ebb}:null,'tags':_0x987687[_0x1b475c(0x1cb)]['tags']||[],..._0x987687},_0x2b0b8e=_0x1b7e4b,_0x15e368={};_0x15e368['testInfo']=_0x2b0b8e,_0x15e368['scenario']=_0x987687,_0x15e368[_0x1b475c(0x117)]=global[_0x1b475c(0x156)][_0x1b475c(0xf4)],_0x15e368['testFramework']=FRAMEWORKS[_0x1b475c(0x11f)],await _0x163ba4[_0x1b475c(0xe0)]()[_0x1b475c(0x1ad)]()[_0x1b475c(0x140)](_0x234685[_0x1b475c(0x183)],_0x17ed4d[_0x1b475c(0xd4)],_0x15e368),logger['debug'](_0x1b475c(0x13f)+_0x987687['pickle'][_0x1b475c(0x15d)]);}}catch(_0x596e59){logger[_0x1b475c(0x114)]('Error\x20triggering\x20AutomationFramework\x20QUIT\x20PRE\x20event:\x20'+util['format'](_0x596e59));}const _0x5a7f79=_0x5d63c0?_0x357f62[_0x1b475c(0x196)]:_0x357f62['aTcoo'];await playwrightPatcher[_0x1b475c(0x176)](_0x987687,_0x5a7f79,_0x5c9ebb),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0x1b7)]);try{await playwrightPatcher[_0x1b475c(0x1c4)](),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0x1a5)]);}catch(_0x40bfb5){logger[_0x1b475c(0x114)]('Error\x20executing\x20deferred\x20closes:\x20'+util[_0x1b475c(0x12c)](_0x40bfb5));}try{playwrightPatcher['closeTracker'][_0x1b475c(0xe5)](),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0xe2)]);}catch(_0x2960fc){logger['debug']('Error\x20cleaning\x20up\x20close\x20tracker:\x20'+util[_0x1b475c(0x12c)](_0x2960fc));}}catch(_0x161857){logger[_0x1b475c(0x114)](_0x1b475c(0x102)+util['format'](_0x161857));try{playwrightPatcher['executeDeferredCloses']&&(await playwrightPatcher[_0x1b475c(0x1c4)](),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0x153)])),playwrightPatcher[_0x1b475c(0x109)]&&playwrightPatcher['closeTracker'][_0x1b475c(0xe5)]&&(playwrightPatcher[_0x1b475c(0x109)][_0x1b475c(0xe5)](),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0x10f)]));}catch(_0x682543){logger[_0x1b475c(0x114)](_0x1b475c(0xe1)+util['format'](_0x682543));}}const _0x444b9a=_0x357f62['VSzta'](require,_0x357f62['uZcSr']);if(!_0x444b9a['getInstance']()[_0x1b475c(0x1b9)]())try{if(_0x357f62['ZtoUS'](shouldProcessEventForTesthub)){const _0x55a3f6=TestDetails[_0x1b475c(0x17c)](_0x987687['testCaseStartedId']);let _0x475fd5=null;global[_0x1b475c(0x112)]&&global[_0x1b475c(0x112)][0x0]&&(_0x475fd5=await _0x357f62['NevhN'](sendPlatformDetails,global[_0x1b475c(0x112)][0x0],_0x55a3f6,!![]));const _0x58509b={};_0x58509b[_0x1b475c(0x1c9)]=_0x55a3f6,_0x58509b['integrations']=_0x475fd5;const _0x4a9040=_0x58509b,_0x32d3cd={};_0x32d3cd['event_type']=_0x357f62[_0x1b475c(0x185)],_0x32d3cd['test_run']=_0x4a9040,await SessionHandler['uploadEventData'](_0x32d3cd);}}catch(_0x2dbe07){logger[_0x1b475c(0x114)]('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util[_0x1b475c(0x12c)](_0x2dbe07));}try{if(globals['getGlobal'](_0x357f62[_0x1b475c(0x157)])&&globals[_0x1b475c(0x10b)](_0x357f62[_0x1b475c(0x16d)])){logger[_0x1b475c(0x187)](_0x357f62['QqZJf']);const _0x39abfb=TestDetails['getTestUUID'](_0x987687['testCaseStartedId']),_0x5c6ab9={};_0x5c6ab9['thTestRunUuid']=_0x39abfb,_0x5c6ab9[_0x1b475c(0x144)]=process['env'][testHubConstants[_0x1b475c(0x17e)][_0x1b475c(0x193)]],_0x5c6ab9[_0x1b475c(0x14e)]=process[_0x1b475c(0x19d)][testHubConstants[_0x1b475c(0x17e)][_0x1b475c(0x1ac)]];const _0x299129=_0x5c6ab9;logger[_0x1b475c(0x114)](_0x1b475c(0x142)+JSON['stringify'](_0x299129)),logger['debug'](_0x357f62[_0x1b475c(0xf7)]),global[_0x1b475c(0x112)]&&global['__drivers'][0x0]&&(logger[_0x1b475c(0x114)](util[_0x1b475c(0x12c)](await global[_0x1b475c(0x112)][0x0]['executeAsyncScript'](scripts['performScan'],{'method':global[_0x1b475c(0x1c5)]}))),await global[_0x1b475c(0x112)][0x0][_0x1b475c(0xfd)](scripts[_0x1b475c(0xfa)],_0x299129)),logger['info'](_0x357f62[_0x1b475c(0x191)]);}}catch(_0x48b269){logger[_0x1b475c(0x18b)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util['format'](_0x48b269));}if(_0x3f58dd)try{global[_0x1b475c(0x112)][0x0]&&_0x357f62['WiJQK'](global[_0x1b475c(0x112)][0x0][_0x1b475c(0x164)],0x0)&&await global['__drivers'][0x0][_0x1b475c(0x14f)]();}catch(_0x29f68e){logger[_0x1b475c(0x114)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x29f68e);}_0x357f62[_0x1b475c(0x165)](_0x2e1b12);})[_0x4e8a7e(0x15b)](()=>_0x5b26e6());});const a9_0x316e45={};a9_0x316e45[a9_0x3e384c(0x15d)]='bstack',a9_0x316e45[a9_0x3e384c(0x19a)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3e384c(0x173)],AfterStep(a9_0x316e45,function(_0x3d371d,_0x7d12aa){const _0x12a04b=a9_0x3e384c,_0x2db146={'DaIWT':function(_0x57854e,_0x193056){return _0x57854e===_0x193056;},'SZbHo':_0x12a04b(0xe9),'PdelE':function(_0x271e85,_0x38023e){return _0x271e85===_0x38023e;},'zRUyf':function(_0x415a9e,_0x14659e){return _0x415a9e!==_0x14659e;},'jBJjN':function(_0x546f4a,_0x44c811,_0x2562af){return _0x546f4a(_0x44c811,_0x2562af);},'OoIbW':function(_0xacf4f3,_0x2864ee){return _0xacf4f3+_0x2864ee;},'xOtKk':function(_0x3e66b5,_0x4ed4bf){return _0x3e66b5+_0x4ed4bf;},'NVMFG':function(_0x31c77f,_0x265621){return _0x31c77f+_0x265621;},'mitPf':_0x12a04b(0xdb),'ppWha':'\x0aError:\x20','hHhXY':_0x12a04b(0x18b),'nyofZ':function(_0x1d67ba,_0x40b945,_0x1108c8){return _0x1d67ba(_0x40b945,_0x1108c8);},'JJHrs':_0x12a04b(0x13b),'MwWAu':'info','rKwcA':_0x12a04b(0x172),'itFpe':function(_0x11b74e){return _0x11b74e();},'IQXtI':_0x12a04b(0xfe)};logger['debug'](_0x2db146[_0x12a04b(0x168)]);const _0x101529=async(_0xac18fd,_0x2971d9)=>{const _0x50bd1e=_0x12a04b;global[_0x50bd1e(0x112)]&&global[_0x50bd1e(0x112)][0x0]&&await global[_0x50bd1e(0x112)][0x0][_0x50bd1e(0x118)](_0x50bd1e(0x1a8)+_0xac18fd+_0x50bd1e(0xeb)+_0x2971d9+'\x22}}');};new Promise(async _0xb5d333=>{const _0x1f74ac=_0x12a04b;try{const _0x909d71=_0x2db146[_0x1f74ac(0x175)](_0x3d371d[_0x1f74ac(0xd6)][_0x1f74ac(0x116)]['toString']()[_0x1f74ac(0x180)](),_0x2db146[_0x1f74ac(0x113)])||_0x2db146[_0x1f74ac(0x1be)](_0x3d371d[_0x1f74ac(0xd6)]['status']['toString']()[_0x1f74ac(0x180)](),'6');_0x909d71?(global[_0x1f74ac(0x1aa)]=!![],global[_0x1f74ac(0xd1)][_0x1f74ac(0x130)](_0x3d371d[_0x1f74ac(0xd6)][_0x1f74ac(0x150)]),_0x2db146[_0x1f74ac(0xdd)](_0x3d371d['pickleStep'],undefined)?await _0x2db146[_0x1f74ac(0x197)](_0x101529,JSON[_0x1f74ac(0x138)](_0x2db146[_0x1f74ac(0x19f)](_0x2db146[_0x1f74ac(0x16f)](_0x2db146[_0x1f74ac(0x1bb)](_0x2db146[_0x1f74ac(0x1bc)],'\x22'+_0x3d371d[_0x1f74ac(0x1bd)][_0x1f74ac(0x100)]+'\x22\x20'),_0x2db146[_0x1f74ac(0xe4)]),_0x3d371d[_0x1f74ac(0xd6)][_0x1f74ac(0x150)])),_0x2db146['hHhXY']):await _0x2db146[_0x1f74ac(0x197)](_0x101529,JSON[_0x1f74ac(0x138)](_0x2db146[_0x1f74ac(0x16f)](_0x2db146['mitPf'],_0x3d371d[_0x1f74ac(0xd6)]['message'])),_0x2db146[_0x1f74ac(0x13e)])):_0x2db146[_0x1f74ac(0xdd)](_0x3d371d[_0x1f74ac(0x1bd)],undefined)?await _0x2db146[_0x1f74ac(0x12e)](_0x101529,JSON[_0x1f74ac(0x138)](_0x2db146['xOtKk'](_0x2db146[_0x1f74ac(0x1c0)],'\x22'+_0x3d371d[_0x1f74ac(0x1bd)][_0x1f74ac(0x100)]+'\x22')),_0x2db146[_0x1f74ac(0x1bf)]):await _0x2db146[_0x1f74ac(0x197)](_0x101529,JSON[_0x1f74ac(0x138)](_0x2db146[_0x1f74ac(0x108)]),_0x2db146[_0x1f74ac(0x1bf)]),global[_0x1f74ac(0x112)]&&global['__drivers'][0x0]&&global[_0x1f74ac(0x112)][0x0]['session_'][_0x1f74ac(0x149)](_0x5d753f=>{})['catch'](_0xba9c7d=>{const _0x388965=_0x1f74ac;logger[_0x388965(0x114)](_0x388965(0xe7)+util['format'](_0xba9c7d));});}catch(_0x22ffb1){logger['debug'](_0x1f74ac(0x199)+_0x22ffb1);}_0x2db146[_0x1f74ac(0x127)](_0xb5d333);})[_0x12a04b(0x15b)](()=>_0x7d12aa());});function a9_0x2b43(_0x2e7459,_0x3b1194){const _0x3f8463=a9_0x3f84();return a9_0x2b43=function(_0x2b4328,_0x47e0ba){_0x2b4328=_0x2b4328-0xd0;let _0x454dbe=_0x3f8463[_0x2b4328];return _0x454dbe;},a9_0x2b43(_0x2e7459,_0x3b1194);}const a9_0x26d8bc={};a9_0x26d8bc['name']=a9_0x3e384c(0xff),a9_0x26d8bc['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],AfterAll(a9_0x26d8bc,async function(_0x1133a8,_0x3bb248){const _0x577bcd=a9_0x3e384c,_0x4d9776={'PKepJ':_0x577bcd(0x15e),'ziMZk':function(_0x5d1b81){return _0x5d1b81();},'nXvqA':'Cleaned\x20up\x20Playwright\x20close\x20tracker','xQtQN':'Inside\x20browserstack\x20AfterAll'};logger[_0x577bcd(0x114)](_0x4d9776[_0x577bcd(0x122)]),await new Promise(async _0x24bc24=>{const _0x294ee3=_0x577bcd,_0x156ade=_0x4d9776[_0x294ee3(0xef)][_0x294ee3(0x167)]('|');let _0x56d26b=0x0;while(!![]){switch(_0x156ade[_0x56d26b++]){case'0':await global[_0x294ee3(0x186)]();continue;case'1':_0x4d9776[_0x294ee3(0x19b)](_0x24bc24);continue;case'2':await RequestQueueHandler[_0x294ee3(0xe0)]()[_0x294ee3(0x17d)]();continue;case'3':try{playwrightPatcher&&playwrightPatcher['executeDeferredCloses']&&(await playwrightPatcher[_0x294ee3(0x1c4)](),playwrightPatcher[_0x294ee3(0x109)]&&playwrightPatcher['closeTracker'][_0x294ee3(0xe5)](),logger[_0x294ee3(0x114)](_0x4d9776[_0x294ee3(0x161)]));}catch(_0x558c25){logger[_0x294ee3(0x114)](_0x294ee3(0x162)+util['format'](_0x558c25));}continue;case'4':PerformanceTester[_0x294ee3(0x1b6)]();continue;}break;}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a10_0x5ed58b=a10_0x835e;function a10_0x57fe(){const _0x21cb60=['failed','CONFIG','skipSessionName','180BcJbzL','__error_messages__','iQAAO','21EQbsGe','passed','1079862ilJBMT','setDefaultTimeout','executeScript','platformCaps','bstack','../../index','status','Error:\x20setting\x20status\x20at\x20After:\x20','__skipSessionName','join','\x20|\x20','name','2543715YFQaQt','2660vzCztM','__timeout','winstonLogger','skipSessionStatus','debug','../../helpers/setKeepAlive','../../helpers/helper','TjIju','\x22}}','9AYDEvK','4859960dhgSlN','__driver','__skipSessionStatus','Error:\x20quiting\x20at\x20After:\x20','env','LOabM','ppxRd','browserstackAgentV2','timeout','initQuit','QLunG','cucumber','806315whErmQ','20vdDnrb','../../helpers/logger','1885ksvLBt','qMfYQ','1245596gbhFnP','kgdcM','Inside\x20browserstack\x20Before','564878PaUfyx','result','parse','RAxjS','After','cucumber/lib/index.js','arxPD','toLowerCase'];a10_0x57fe=function(){return _0x21cb60;};return a10_0x57fe();}(function(_0x39584a,_0x15fa1f){const _0xaaae25=a10_0x835e,_0x1858cf=_0x39584a();while(!![]){try{const _0x18e78f=parseInt(_0xaaae25(0x134))/0x1+parseInt(_0xaaae25(0x13c))/0x2*(-parseInt(_0xaaae25(0x127))/0x3)+parseInt(_0xaaae25(0x159))/0x4*(-parseInt(_0xaaae25(0x137))/0x5)+-parseInt(_0xaaae25(0x14c))/0x6*(-parseInt(_0xaaae25(0x14a))/0x7)+-parseInt(_0xaaae25(0x128))/0x8+-parseInt(_0xaaae25(0x158))/0x9*(parseInt(_0xaaae25(0x135))/0xa)+parseInt(_0xaaae25(0x139))/0xb*(parseInt(_0xaaae25(0x147))/0xc);if(_0x18e78f===_0x15fa1f)break;else _0x1858cf['push'](_0x1858cf['shift']());}catch(_0x576ae6){_0x1858cf['push'](_0x1858cf['shift']());}}}(a10_0x57fe,0xbcf6f));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5ed58b(0x124)),setKeepAlive=require(a10_0x5ed58b(0x123)),cucumberModule=requireModule(a10_0x5ed58b(0x141),a10_0x5ed58b(0x133)),logger=require(a10_0x5ed58b(0x136))[a10_0x5ed58b(0x15b)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x5ed58b(0x140)],configuration=process[a10_0x5ed58b(0x12c)][a10_0x5ed58b(0x145)];if(configuration!==undefined){const config=JSON[a10_0x5ed58b(0x13e)](configuration);isTrue(config[a10_0x5ed58b(0x146)])&&(global[a10_0x5ed58b(0x154)]=!![]),global[a10_0x5ed58b(0x12a)]=isTrue(config[a10_0x5ed58b(0x15c)]),require(a10_0x5ed58b(0x151))[a10_0x5ed58b(0x12f)](config),global['__platformCaps']=config[a10_0x5ed58b(0x14f)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x5ed58b(0x14d)];cucumberModule['setDefaultTimeout']=_0x5878ad=>{const _0x3637f8=a10_0x5ed58b,_0x1fd862={'QUeKS':function(_0x4d7af1,_0x253a60){return _0x4d7af1(_0x253a60);}};global[_0x3637f8(0x15a)]=_0x5878ad,_0x1fd862['QUeKS'](__setDefaultTimeout,_0x5878ad);};function a10_0x835e(_0x371118,_0x3441c1){const _0x57fe4c=a10_0x57fe();return a10_0x835e=function(_0x835e5f,_0x266302){_0x835e5f=_0x835e5f-0x123;let _0x253b0c=_0x57fe4c[_0x835e5f];return _0x253b0c;},a10_0x835e(_0x371118,_0x3441c1);}const a10_0x44ce32={};a10_0x44ce32[a10_0x5ed58b(0x157)]='bstack',Before(a10_0x44ce32,function(){const _0x39e2f6=a10_0x5ed58b,_0x56bcfd={};_0x56bcfd[_0x39e2f6(0x138)]=_0x39e2f6(0x13b);const _0x1644c5=_0x56bcfd;logger['debug'](_0x1644c5[_0x39e2f6(0x138)]),global['__error_messages__']=[];});const a10_0x21d53e={};a10_0x21d53e[a10_0x5ed58b(0x157)]=a10_0x5ed58b(0x150),a10_0x21d53e[a10_0x5ed58b(0x130)]=0x2710,After(a10_0x21d53e,function(_0x1fce29,_0x4a4fee){const _0x2be8d4=a10_0x5ed58b,_0x4d372a={'YcorP':function(_0x20f452,_0x3d80d8){return _0x20f452===_0x3d80d8;},'kgdcM':_0x2be8d4(0x144),'ppxRd':function(_0x1da650,_0x47a86b,_0x13c0e3,_0x5f4ac7){return _0x1da650(_0x47a86b,_0x13c0e3,_0x5f4ac7);},'QLunG':_0x2be8d4(0x156),'iQAAO':function(_0x219adf,_0x11368c,_0x4ac109){return _0x219adf(_0x11368c,_0x4ac109);},'arxPD':_0x2be8d4(0x14b),'TjIju':function(_0x37aa33){return _0x37aa33();},'LOabM':function(_0x24ff48,_0x959b7f){return _0x24ff48(_0x959b7f);},'CBAxC':function(_0x13cb0e){return _0x13cb0e();},'RAxjS':'Inside\x20browserstack\x20After'};logger['debug'](_0x4d372a[_0x2be8d4(0x13f)]),new Promise(async(_0x3e64da,_0xd63f03)=>{const _0x3eea92=_0x2be8d4;let _0xa4e82=![];try{await global['__driver']['session_'],_0xa4e82=!![],!global[_0x3eea92(0x154)]&&await global[_0x3eea92(0x129)][_0x3eea92(0x14e)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x1fce29['pickle'][_0x3eea92(0x157)]+_0x3eea92(0x126)),_0x4d372a['YcorP'](_0x1fce29[_0x3eea92(0x13d)][_0x3eea92(0x152)][_0x3eea92(0x143)](),_0x4d372a['kgdcM'])?await _0x4d372a[_0x3eea92(0x12e)](markSessionStatus,global[_0x3eea92(0x129)],_0x4d372a[_0x3eea92(0x13a)],global[_0x3eea92(0x148)][_0x3eea92(0x155)](_0x4d372a[_0x3eea92(0x132)])):await _0x4d372a[_0x3eea92(0x149)](markSessionStatus,global['__driver'],_0x4d372a[_0x3eea92(0x142)]);}catch(_0x3e157f){logger[_0x3eea92(0x15d)](_0x3eea92(0x153)+_0x3e157f);}if(_0xa4e82)try{await global['__driver'][_0x3eea92(0x131)](),_0x4d372a[_0x3eea92(0x125)](_0x3e64da);}catch(_0x579343){logger[_0x3eea92(0x15d)](_0x3eea92(0x12b)+_0x579343),_0x4d372a[_0x3eea92(0x12d)](_0xd63f03,_0x579343);}else _0x4d372a['CBAxC'](_0xd63f03);})['then'](()=>_0x4a4fee());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a11_0x3ff220=a11_0xa281;(function(_0x1834f2,_0x2beb80){const _0x404baf=a11_0xa281,_0x28dd9e=_0x1834f2();while(!![]){try{const _0x4679b2=parseInt(_0x404baf(0x1cd))/0x1+-parseInt(_0x404baf(0x1c0))/0x2*(parseInt(_0x404baf(0x1c2))/0x3)+-parseInt(_0x404baf(0x1cc))/0x4+-parseInt(_0x404baf(0x1c7))/0x5*(parseInt(_0x404baf(0x1c1))/0x6)+-parseInt(_0x404baf(0x1c4))/0x7+-parseInt(_0x404baf(0x1c3))/0x8*(-parseInt(_0x404baf(0x1ca))/0x9)+parseInt(_0x404baf(0x1cb))/0xa*(parseInt(_0x404baf(0x1c9))/0xb);if(_0x4679b2===_0x2beb80)break;else _0x28dd9e['push'](_0x28dd9e['shift']());}catch(_0x31b96b){_0x28dd9e['push'](_0x28dd9e['shift']());}}}(a11_0x5f20,0xae136));const {requireModule}=require(a11_0x3ff220(0x1c5)),constants=require(a11_0x3ff220(0x1c6));;function a11_0x5f20(){const _0x2fd7bf=['38504IpLPXs','3524241cbqJic','../../helpers/helper','../utils/constants','15IfOEFk','cucumber/lib/index.js','149743SAvcvD','2529wdnKNA','770HShAGv','938332nvrFGc','766506loLOgC','__timeout','98gQlNQb','2616546vEuItA','24969vlsaFe'];a11_0x5f20=function(){return _0x2fd7bf;};return a11_0x5f20();}let cucumberModule=null;function a11_0xa281(_0x4d5124,_0x2d8f01){const _0x5f2092=a11_0x5f20();return a11_0xa281=function(_0xa28153,_0x87e926){_0xa28153=_0xa28153-0x1c0;let _0xbc4ba=_0x5f2092[_0xa28153];return _0xbc4ba;},a11_0xa281(_0x4d5124,_0x2d8f01);}try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js','@cucumber/cucumber');}catch(a11_0x277b85){cucumberModule=requireModule(a11_0x3ff220(0x1c8),'cucumber');}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a11_0x3ff220(0x1ce)]*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';
|
|
2
|
+
'use strict';function a12_0x5588(){const _0x501a2c=['bstackAccesskey','eaWpP','integrations','443','938VUjTvY','AuPLy','Connection\x20established\x20successfully.','435815IVnVQB','HPJIw','BrowserStack\x20access\x20key\x20missing.','bstack-accesskey','VfuVr','PJtVH','QJFMj','replace','split','type','error','2967GCwYVC','NLPnf','https:','718335NcaVdY','exports','HdExd','connect','port','describe','rnZQM','epilogue','integrations-repeater','setupBrowserstackLocal','lHfsF','bstackAccessKey','vtmxF','config','only','LzWqj','hosts','map','9aidoFM','accessKey','3386284QWLqPD','command','options','https','demandOption','trim','31672lEISXl','shZlW','./constants','winstonLogger','browserstackLocal','hWMpJ','vOIRl','302TUOtYE','HkvIL','missing','url','undefined','Integration\x20hosts\x20missing.','812830TfPgdm','every','toString','root','121RFPXDe','687228kHCPCK','browserStackLocalOptions','54IUmZMq','../../helpers/logger','protocol'];a12_0x5588=function(){return _0x501a2c;};return a12_0x5588();}const a12_0x29211f=a12_0x215a;function a12_0x215a(_0x5baed3,_0x2b2675){const _0x5588b8=a12_0x5588();return a12_0x215a=function(_0x215a88,_0x1aed28){_0x215a88=_0x215a88-0x144;let _0x16f4b5=_0x5588b8[_0x215a88];return _0x16f4b5;},a12_0x215a(_0x5baed3,_0x2b2675);}(function(_0x353125,_0x42844b){const _0x33e2c1=a12_0x215a,_0x1345b1=_0x353125();while(!![]){try{const _0x220223=parseInt(_0x33e2c1(0x14d))/0x1+parseInt(_0x33e2c1(0x16e))/0x2*(-parseInt(_0x33e2c1(0x14a))/0x3)+-parseInt(_0x33e2c1(0x161))/0x4+-parseInt(_0x33e2c1(0x185))/0x5*(-parseInt(_0x33e2c1(0x17b))/0x6)+parseInt(_0x33e2c1(0x182))/0x7*(parseInt(_0x33e2c1(0x167))/0x8)+-parseInt(_0x33e2c1(0x15f))/0x9*(-parseInt(_0x33e2c1(0x174))/0xa)+-parseInt(_0x33e2c1(0x178))/0xb*(parseInt(_0x33e2c1(0x179))/0xc);if(_0x220223===_0x42844b)break;else _0x1345b1['push'](_0x1345b1['shift']());}catch(_0x1cd197){_0x1345b1['push'](_0x1345b1['shift']());}}}(a12_0x5588,0x77512));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x29211f(0x17c))[a12_0x29211f(0x16a)],{URL}=require(a12_0x29211f(0x171)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x29211f(0x169)),validHosts=function(_0xdafec7){const _0xd54758=a12_0x29211f;return _0xdafec7[_0xd54758(0x147)](',')[_0xd54758(0x175)](_0x5924de=>{try{new URL(_0x5924de['trim']());}catch(_0x244f45){return![];}return!![];});},parseOnPremHosts=function(_0x2b7124){const _0x38c113=a12_0x29211f,_0x58b70e={};_0x58b70e[_0x38c113(0x186)]=function(_0x55d017,_0x22b98f){return _0x55d017===_0x22b98f;},_0x58b70e[_0x38c113(0x153)]=_0x38c113(0x14c),_0x58b70e[_0x38c113(0x157)]=_0x38c113(0x181),_0x58b70e[_0x38c113(0x16c)]=_0x38c113(0x164);const _0x7f186e=_0x58b70e;return _0x2b7124['split'](',')[_0x38c113(0x15e)](_0x23577d=>{const _0x2d9e02=_0x38c113,_0x5a8b0d=new URL(_0x23577d[_0x2d9e02(0x166)]()),_0x208d7d=_0x5a8b0d['hostname'],_0x2445d3=_0x5a8b0d[_0x2d9e02(0x151)]||(_0x7f186e[_0x2d9e02(0x186)](_0x5a8b0d[_0x2d9e02(0x17d)],_0x7f186e[_0x2d9e02(0x153)])?_0x7f186e[_0x2d9e02(0x157)]:'80'),_0x30fc8b=_0x5a8b0d[_0x2d9e02(0x17d)][_0x2d9e02(0x146)](':',''),_0x7f8a67=_0x7f186e[_0x2d9e02(0x186)](_0x30fc8b,_0x7f186e[_0x2d9e02(0x16c)])?0x1:0x0;return _0x208d7d+','+_0x2445d3+','+_0x7f8a67;});},connectCommandBuilder=function(_0x3ea2bb){const _0xa81378=a12_0x29211f,_0x527379={};_0x527379['AuPLy']='string';const _0x345329=_0x527379,_0x21dffa={};_0x21dffa[_0xa81378(0x152)]=HELP_MESSAGES['options'][_0xa81378(0x158)],_0x21dffa[_0xa81378(0x148)]=_0x345329[_0xa81378(0x183)];const _0x8d197c={};_0x8d197c[_0xa81378(0x152)]=HELP_MESSAGES[_0xa81378(0x163)][_0xa81378(0x15d)],_0x8d197c[_0xa81378(0x148)]=_0x345329[_0xa81378(0x183)],_0x8d197c[_0xa81378(0x165)]=!![];const _0x5216d5={};return _0x5216d5[_0xa81378(0x188)]=_0x21dffa,_0x5216d5[_0xa81378(0x15d)]=_0x8d197c,_0x3ea2bb[_0xa81378(0x163)](_0x5216d5);},connectCommandHandler=async function(_0x5e6960){const _0x427674=a12_0x29211f,_0x42f076={'sAIPZ':_0x427674(0x180),'HkvIL':function(_0x26d1ce,_0x3cea03){return _0x26d1ce===_0x3cea03;},'QJFMj':_0x427674(0x172),'shZlW':_0x427674(0x187),'NLPnf':_0x427674(0x173),'LzWqj':function(_0x40b60f,_0x1c2c87){return _0x40b60f(_0x1c2c87);},'PJtVH':'Hosts\x20not\x20valid','VfuVr':_0x427674(0x155),'vtmxF':_0x427674(0x184),'vOIRl':'Failed\x20to\x20establish\x20connection.'};try{const _0x5a7bf5=new BrowserStackSetup(_0x5e6960,_0x42f076['sAIPZ']);_0x5e6960[_0x427674(0x17e)]&&(_0x5a7bf5['config']['accessKey']=_0x5e6960[_0x427674(0x17e)]);if(_0x42f076[_0x427674(0x16f)](typeof _0x5a7bf5[_0x427674(0x15a)][_0x427674(0x160)],_0x42f076[_0x427674(0x145)])){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x168)]);throw new Error(ERROR_MESSAGES[_0x427674(0x158)][_0x427674(0x170)]);}const _0x45d676=_0x5e6960[_0x427674(0x15d)];if(_0x42f076[_0x427674(0x16f)](typeof _0x45d676,_0x42f076[_0x427674(0x145)])){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x14b)]);throw new Error(ERROR_MESSAGES[_0x427674(0x15d)][_0x427674(0x170)]);}if(!_0x42f076['LzWqj'](validHosts,_0x45d676)){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x144)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x3d4101=_0x42f076[_0x427674(0x15c)](parseOnPremHosts,_0x45d676);_0x5a7bf5[_0x427674(0x15a)][_0x427674(0x16b)]=!![],_0x5a7bf5['config']['browserStackLocalOptions']['localIdentifier']=_0x42f076[_0x427674(0x189)],_0x5a7bf5['config'][_0x427674(0x17a)][_0x427674(0x15b)]=_0x3d4101['join'](','),helper['setProxySettings'](_0x5a7bf5['config']),await _0x5a7bf5[_0x427674(0x156)](),logger['info'](_0x42f076[_0x427674(0x159)]);}catch(_0x38cdfe){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x16d)]);throw new Error(_0x38cdfe[_0x427674(0x176)]());}};function run(_0x10435b){const _0x12e2f2=a12_0x29211f,_0x1af861={};_0x1af861[_0x12e2f2(0x14f)]=_0x12e2f2(0x150),_0x1af861[_0x12e2f2(0x17f)]='help';const _0x2af0b8=_0x1af861;_0x10435b['usage'](HELP_MESSAGES['command'][_0x12e2f2(0x177)])[_0x12e2f2(0x162)](_0x2af0b8['HdExd'],HELP_MESSAGES[_0x12e2f2(0x162)][_0x12e2f2(0x150)],connectCommandBuilder,connectCommandHandler)['demandCommand']()['help'](_0x2af0b8[_0x12e2f2(0x17f)])[_0x12e2f2(0x154)](HELP_MESSAGES[_0x12e2f2(0x162)]['footer']);}module[a12_0x29211f(0x14e)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a13_0x57b1(){var _0x948e41=['2236614YbUapf','2382158BlOovA','7AAQcUj','ERROR_MESSAGES','19869817xWcUKH','5044576wBMwjN','28oHGEIr','1YUpBjK','footer','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','bstackAccessKey','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','360190QWBOCa','options','command','3884754hPeydH','root','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','10EHTayq','missing','connect','invalid','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','806535XambPV','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','HELP_MESSAGES'];a13_0x57b1=function(){return _0x948e41;};return a13_0x57b1();}var a13_0x2b0ba1=a13_0x1eaf;(function(_0x59c652,_0x260f83){var _0x56e35d=a13_0x1eaf,_0x547a84=_0x59c652();while(!![]){try{var _0x21b5fb=-parseInt(_0x56e35d(0xb5))/0x1*(-parseInt(_0x56e35d(0xaf))/0x2)+parseInt(_0x56e35d(0xae))/0x3+-parseInt(_0x56e35d(0xb4))/0x4*(-parseInt(_0x56e35d(0xba))/0x5)+-parseInt(_0x56e35d(0xbd))/0x6*(-parseInt(_0x56e35d(0xb0))/0x7)+-parseInt(_0x56e35d(0xb3))/0x8+parseInt(_0x56e35d(0xc5))/0x9+-parseInt(_0x56e35d(0xc0))/0xa*(parseInt(_0x56e35d(0xb2))/0xb);if(_0x21b5fb===_0x260f83)break;else _0x547a84['push'](_0x547a84['shift']());}catch(_0x1a5eeb){_0x547a84['push'](_0x547a84['shift']());}}}(a13_0x57b1,0xb4eae));var a13_0x4582a3={};a13_0x4582a3[a13_0x2b0ba1(0xb8)]=a13_0x2b0ba1(0xbf),a13_0x4582a3['hosts']=a13_0x2b0ba1(0xb7);function a13_0x1eaf(_0xbc1daf,_0x200ec1){var _0x57b102=a13_0x57b1();return a13_0x1eaf=function(_0x1eafb6,_0x9bc164){_0x1eafb6=_0x1eafb6-0xae;var _0x24001e=_0x57b102[_0x1eafb6];return _0x24001e;},a13_0x1eaf(_0xbc1daf,_0x200ec1);}var a13_0x16cd5c={};a13_0x16cd5c[a13_0x2b0ba1(0xbe)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x16cd5c[a13_0x2b0ba1(0xc2)]=a13_0x2b0ba1(0xc7),a13_0x16cd5c[a13_0x2b0ba1(0xb6)]=a13_0x2b0ba1(0xc6);var a13_0x261582={};a13_0x261582[a13_0x2b0ba1(0xbb)]=a13_0x4582a3,a13_0x261582[a13_0x2b0ba1(0xbc)]=a13_0x16cd5c,exports[a13_0x2b0ba1(0xc8)]=a13_0x261582;var a13_0x2139c9={};a13_0x2139c9[a13_0x2b0ba1(0xc1)]=a13_0x2b0ba1(0xb9);var a13_0x5bb9c0={};a13_0x5bb9c0[a13_0x2b0ba1(0xc1)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x5bb9c0[a13_0x2b0ba1(0xc3)]=a13_0x2b0ba1(0xc4);var a13_0x127f78={};a13_0x127f78[a13_0x2b0ba1(0xb8)]=a13_0x2139c9,a13_0x127f78['hosts']=a13_0x5bb9c0,exports[a13_0x2b0ba1(0xb1)]=a13_0x127f78;
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a14_0x94e7(){const _0x44c9a1=['../../helpers/performance/performance-tester','YjdtI','SXqje','YmJRN','rmSync','NombK','platforms','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','debug','../../helpers/test-observability/utils','4OyFuwC','WurFu','__isPlaywrightInstalled','jest.config.','../../helpers/BrowserStackSetup','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','customCircus.js','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','jest','platform','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','skipSessionName','end','\x20with\x20browserstack\x20jest\x20configs','existsSync','../../helpers/testhub/utils','requirePWModule','npx','testTimeout','join','PUfUQ','jest-circus','KnkWp','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','maxFailures','LlDpm','jest_browserstack.config.js','format','checkAccessibilityPlatformConfig','length','retryTestsOnFailure','qDjPz','abortBuildOnFailure','proxySettings','json','../utils/clientTroubleshootingService','launchBuild','data-hooks.js','readFileSync','exitCode','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','UqOPY','resolve','quSkw','apply','jest-config/build/readConfigFileAndSetRootDir.js','default','setup','error\x20removing\x20tcg\x20config\x20file','../../helpers/helper','BROWSERSTACK_CAPABILITIES','OVZfI','@playwright/test','test-observability','error','jest_browserstack.config.cjs','yZMVU','Preserving\x20user\x27s\x20Jest\x20runner:\x20','parallels__','timeout__','2976762QgQObH','AndKc','parallelsPerPlatform','BVQOC','pRTKe','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','config','testObservability','handleApp','findIndex','startsWith','shouldProcessEventForTesthub','getPackageVersion','GPHXQ','slice','ojxWg','Oxgsj','SDK_SETUP','child\x20process\x20exited\x20with\x20code\x20','customTestRunner.js','45qgIsiH','./test-observability/test-details','BAFXO','nsDJG','capabilities','resolveModule','OHKor','Getting\x20your\x20jest\x20configs\x20from\x20package.json','setupFiles','maxRetries','assign','test_before.setup.js','shutdown','../../helpers/utilities','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','isEmpty','SDK_CLEANUP','../../helpers/performance/constants','customEnvironment.js','mjs','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','../../helpers/test-orchestration/testOrchestrationHandler','testEnvironment','BROWSERSTACK_TEST_OBSERVABILITY_YML','Kupdw','../../helpers/test-observability/constants','@jest/core/build/ReporterDispatcher.js','7274460ansYkp','reporters','AVQtd','Found:\x20','workingDir','getTCGConfigFilePaths','UvkEw','jest.setup.js','customTestRunnerTemplate.js','isNotUndefined','iuBrW','jest-runner-','143NosaDZ','RDfpc','oOiOp','BSTACK_JEST_TEST_ENV','prepareCapabilities','isBrowserstackInfra','path','getPackageType','errorMessage','force','getErrorMessageFromResults','HrhMU','../v2/browserstackCLI','FjarJ','false','isUndefined','cjs',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','sOOzO','@jest/core','13574400JndJLU','../../helpers/testhub/testhubHandler','filterBrowserstackArgs','607332IxETLE','win32','PIsNm','env','start','testContextOptions','runInBand','JKOLC','Xpnct','getHubUrl','--config','findTestFiles','\x0amodule.exports\x20=\x20config;','OhjIm','winstonLogger','IcLvq','writeFileSync',',\x20CLI\x20running:\x20','Reodered\x20Test\x20Files:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','accessibilityOptions','reorderTestFiles','package.json','isRunning','failureThresholdCount','UgsUw','eAexH','YDphl','turboScaleUrl','4280143imUgGU',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20','requireModule','useW3C','EAllN','cwd','parse','USER_CONFIG_DETAILS_PATH','\x20:\x20','YylIk','failFast','cXEXt','isCLIEnabled','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','stringify','accessibility','6oPvHCE','TuvKl','getInstance','1429296GGdZAu','jest-config','setupFilesAfterEnv','ABKJY','Unable\x20to\x20find\x20jest-circus,\x20','true','oAVPZ','../../helpers/playwright-helper','finalExecution','../../helpers/accessibility-automation/helper','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','jvkro','PACKAGE_TYPE','JEST','skipSessionStatus','BROWSERSTACK_TEST_ACCESSIBILITY_YML','maxWorkers','testEnvironmentOptions','platformCaps','setupTCGAuth','inherit','Error\x20while\x20parsing\x20','JBZeO','info','EzNIJ','HNsiz','push','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','FPRcu','jest_browserstack_results.json','isTestOrchestrationEnabled','\x0a\x20\x20\x20\x20\x20\x20','./test-observability/helper','Creating\x20','unlinkSync','rmdirSync','close','196912CKHWXD','Deleted\x20fail-fast\x20state\x20folder:\x20','splice','testSequencer','dCUQr','stop','zotOp','../../helpers/logger','util','logLevel','SYOPT','runner','FRAMEWORKS','../utils/constants','12xEuUgs','jest-runner','customSequencer.js','EVENTS','mXjgV'];a14_0x94e7=function(){return _0x44c9a1;};return a14_0x94e7();}const a14_0x1cbb1b=a14_0x5a2b;(function(_0x3a2ee5,_0x1b77de){const _0x2f5ca1=a14_0x5a2b,_0xe50247=_0x3a2ee5();while(!![]){try{const _0x52c56b=parseInt(_0x2f5ca1(0x218))/0x1*(parseInt(_0x2f5ca1(0x20a))/0x2)+parseInt(_0x2f5ca1(0x163))/0x3*(-parseInt(_0x2f5ca1(0x227))/0x4)+-parseInt(_0x2f5ca1(0x192))/0x5+-parseInt(_0x2f5ca1(0x1e2))/0x6*(-parseInt(_0x2f5ca1(0x1d2))/0x7)+-parseInt(_0x2f5ca1(0x1e5))/0x8*(-parseInt(_0x2f5ca1(0x177))/0x9)+parseInt(_0x2f5ca1(0x1b2))/0xa+parseInt(_0x2f5ca1(0x19e))/0xb*(-parseInt(_0x2f5ca1(0x1b5))/0xc);if(_0x52c56b===_0x1b77de)break;else _0xe50247['push'](_0xe50247['shift']());}catch(_0x12bc6b){_0xe50247['push'](_0xe50247['shift']());}}}(a14_0x94e7,0xe5256));function a14_0x5a2b(_0x1d955f,_0x12b60c){const _0x94e723=a14_0x94e7();return a14_0x5a2b=function(_0x5a2be9,_0x2f171c){_0x5a2be9=_0x5a2be9-0x163;let _0x4af4aa=_0x94e723[_0x5a2be9];return _0x4af4aa;},a14_0x5a2b(_0x1d955f,_0x12b60c);}const fs=require('fs'),path=require(a14_0x1cbb1b(0x1a4)),util=require(a14_0x1cbb1b(0x212)),{spawn}=require('child_process'),logger=require(a14_0x1cbb1b(0x211))[a14_0x1cbb1b(0x1c3)],{default:BrowserStackSetup}=require(a14_0x1cbb1b(0x22b)),helper=require(a14_0x1cbb1b(0x258)),utilities=require(a14_0x1cbb1b(0x184)),constants=require(a14_0x1cbb1b(0x217)),accessibilityHelper=require(a14_0x1cbb1b(0x1ee)),{updateTestRerunConfig}=require(a14_0x1cbb1b(0x205)),testOpsHelper=require(a14_0x1cbb1b(0x226)),{debug}=require(a14_0x1cbb1b(0x226)),TestDetails=require(a14_0x1cbb1b(0x178)),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require(a14_0x1cbb1b(0x1b3)),testhubUtils=require(a14_0x1cbb1b(0x236)),{FRAMEWORKS}=require(a14_0x1cbb1b(0x190)),PerformanceTester=require(a14_0x1cbb1b(0x21d)),PerformanceEvents=require(a14_0x1cbb1b(0x188))[a14_0x1cbb1b(0x21b)],TestOrchestrationHandler=require(a14_0x1cbb1b(0x18c)),BrowserstackCLI=require(a14_0x1cbb1b(0x1aa)),{checkPwandBootstrapCli}=require(a14_0x1cbb1b(0x1ec)),ClientTroubleShootingService=require(a14_0x1cbb1b(0x24a)),{checkAccessibilityPlatformConfig}=require(a14_0x1cbb1b(0x1ee)),getUserJestConfigs=async(_0x8b6f2f,_0x5668f0)=>{const _0x293edd=a14_0x1cbb1b,_0x59af98={'YylIk':_0x293edd(0x254),'SXqje':_0x293edd(0x1e6),'sOOzO':function(_0x32b50c,_0x56e6e5){return _0x32b50c||_0x56e6e5;},'EAllN':function(_0x4129a2,_0x37ef2a){return _0x4129a2(_0x37ef2a);},'Xpnct':_0x293edd(0x1cb),'HNsiz':_0x293edd(0x17e),'eDWFW':_0x293edd(0x18a),'eAexH':_0x293edd(0x1ae),'iuBrW':_0x293edd(0x249)};let _0x34663e;try{_0x34663e=helper[_0x293edd(0x1d4)](_0x59af98[_0x293edd(0x1db)],_0x59af98['SXqje']);}catch{const _0x5a29d8=helper[_0x293edd(0x1d4)](_0x59af98[_0x293edd(0x21f)]);_0x34663e={'default':async _0x17e46e=>{const _0x1622b3=_0x293edd,_0x523d30=await _0x5a29d8['readInitialOptions'](_0x17e46e,{});return _0x523d30[_0x1622b3(0x169)];}};}const _0x10310b=_0x5668f0[_0x293edd(0x16c)](_0x4d230d=>_0x4d230d===_0x293edd(0x1bf));if(!helper[_0x293edd(0x1ad)](_0x8b6f2f[_0x293edd(0x169)])){logger[_0x293edd(0x1fc)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x8b6f2f[_0x293edd(0x169)]),process[_0x293edd(0x1b8)][_0x293edd(0x1d9)]=_0x8b6f2f[_0x293edd(0x169)];const _0x3be486=await(0x0,_0x34663e[_0x293edd(0x255)])(path[_0x293edd(0x251)](_0x8b6f2f['config']));return _0x5668f0[_0x293edd(0x20c)](_0x10310b,0x2),_0x59af98[_0x293edd(0x1b0)](_0x3be486,{});}const _0x3a841c=_0x59af98[_0x293edd(0x1d6)](require,path[_0x293edd(0x23a)](process[_0x293edd(0x1d7)](),_0x59af98[_0x293edd(0x1bd)]));if(_0x3a841c[_0x293edd(0x22f)])return logger[_0x293edd(0x1fc)](_0x59af98[_0x293edd(0x1fe)]),_0x3a841c['jest'];const _0x11cc54=['js',_0x59af98['eDWFW'],_0x59af98[_0x293edd(0x1cf)],_0x59af98[_0x293edd(0x19c)],'ts'];for(const _0x4796b6 of _0x11cc54){const _0xa6ea81=path[_0x293edd(0x23a)](process[_0x293edd(0x1d7)](),_0x293edd(0x22a)+_0x4796b6);if(fs[_0x293edd(0x235)](_0xa6ea81)){process[_0x293edd(0x1b8)][_0x293edd(0x1d9)]=_0xa6ea81;const _0x4382d9=await(0x0,_0x34663e[_0x293edd(0x255)])(_0xa6ea81);return _0x4382d9;}}return{};},getSerial=(_0x1d8cb5,_0x414598)=>{const _0x232132=a14_0x1cbb1b,_0x2621e0={};_0x2621e0['OhjIm']='true',_0x2621e0[_0x232132(0x179)]=function(_0x350a3b,_0x487ff7){return _0x350a3b>_0x487ff7;},_0x2621e0['Oxgsj']=function(_0x5c350e,_0x5cb2e4){return _0x5c350e>_0x5cb2e4;},_0x2621e0['mqTvK']=_0x232132(0x1ac);const _0x2a9e70=_0x2621e0;let _0x25f6d2=_0x2a9e70[_0x232132(0x1c2)];return _0x2a9e70[_0x232132(0x179)](_0x1d8cb5[_0x232132(0x244)],0x1)&&(!_0x414598[_0x232132(0x1bb)]&&(helper[_0x232132(0x1ad)](_0x414598[_0x232132(0x1f5)])||_0x2a9e70[_0x232132(0x173)](_0x414598[_0x232132(0x1f5)],0x1)))&&(_0x25f6d2=_0x2a9e70['mqTvK']),_0x25f6d2;},getMaxWorkers=(_0x57e469,_0x38cb5a,_0x1119e5)=>{const _0x4f427b=a14_0x1cbb1b,_0x5a4d52={'RDfpc':function(_0x468c84,_0xe595c5){return _0x468c84(_0xe595c5);}};let _0xeb4b1a=0x1;if(!helper[_0x4f427b(0x1ad)](_0x38cb5a[_0x4f427b(0x165)]))_0xeb4b1a=_0x5a4d52[_0x4f427b(0x19f)](parseInt,_0x38cb5a[_0x4f427b(0x165)]);else{if(!helper['isUndefined'](_0x57e469[_0x4f427b(0x1f5)]))_0xeb4b1a=_0x57e469[_0x4f427b(0x1f5)];else!helper[_0x4f427b(0x1ad)](_0x1119e5[_0x4f427b(0x1f5)])&&(_0xeb4b1a=_0x1119e5['maxWorkers']);}return _0xeb4b1a;};async function run(_0x32cf71,_0x5aad2c,_0x4b2e26){const _0x2875ed=a14_0x1cbb1b,_0x447ac2={'WurFu':_0x2875ed(0x257),'HrhMU':_0x2875ed(0x22f),'ABKJY':function(_0x3632b4,_0x1ca50d){return _0x3632b4(_0x1ca50d);},'FjarJ':_0x2875ed(0x25b),'PUfUQ':function(_0x443f39,_0x5e3296,_0x3d48bb,_0x269d8e){return _0x443f39(_0x5e3296,_0x3d48bb,_0x269d8e);},'jvkro':function(_0x45fc4e,_0x14d85e){return _0x45fc4e!=_0x14d85e;},'NombK':_0x2875ed(0x1ea),'yZMVU':function(_0x466317,_0x2aa56f,_0x52f9a8){return _0x466317(_0x2aa56f,_0x52f9a8);},'wJAzW':_0x2875ed(0x24f),'cXEXt':function(_0x234a03,_0x3e7c99){return _0x234a03(_0x3e7c99);},'UqOPY':_0x2875ed(0x1ac),'zotOp':function(_0x3f8ed4,_0x598e01){return _0x3f8ed4*_0x598e01;},'YDphl':function(_0x418a56,_0x352f39){return _0x418a56===_0x352f39;},'SYOPT':_0x2875ed(0x25e),'FPRcu':_0x2875ed(0x241),'JKOLC':'customImplements','OHKor':_0x2875ed(0x202),'nsDJG':_0x2875ed(0x176),'lQrPb':_0x2875ed(0x19a),'oAVPZ':_0x2875ed(0x189),'PIsNm':function(_0x4af1c6,_0x1cf46d){return _0x4af1c6!==_0x1cf46d;},'vCmGP':_0x2875ed(0x219),'bUiHU':_0x2875ed(0x19d),'mXjgV':_0x2875ed(0x199),'UvkEw':_0x2875ed(0x21a),'JBZeO':_0x2875ed(0x168),'oOiOp':_0x2875ed(0x23c),'YsSFM':'jest-circus/build/runner.js','YjdtI':function(_0x25b090,_0x4464e3){return _0x25b090(_0x4464e3);},'BVQOC':_0x2875ed(0x25c),'EzNIJ':_0x2875ed(0x24c),'ojxWg':_0x2875ed(0x22d),'AndKc':_0x2875ed(0x182),'Kupdw':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','KnkWp':'playwright','AVQtd':_0x2875ed(0x22e),'OVZfI':'test.setup.js','quSkw':_0x2875ed(0x22c),'IcLvq':'default','YmJRN':_0x2875ed(0x191),'HpvPv':_0x2875ed(0x1b1),'pRTKe':_0x2875ed(0x200),'LlDpm':function(_0xe3db5f,_0x226818){return _0xe3db5f>_0x226818;},'UgsUw':_0x2875ed(0x18b),'CcDtA':_0x2875ed(0x1bf),'TuvKl':_0x2875ed(0x238),'dCUQr':_0x2875ed(0x1b6),'qDjPz':_0x2875ed(0x1f9),'GPHXQ':_0x2875ed(0x209)},_0x55bacd=helper[_0x2875ed(0x16f)](_0x447ac2[_0x2875ed(0x1ab)]);global[_0x2875ed(0x229)]=!!_0x55bacd;helper[_0x2875ed(0x1a3)]()?(await _0x4b2e26['initialize'](_0x32cf71),await helper[_0x2875ed(0x16b)](_0x4b2e26[_0x2875ed(0x169)])):await _0x4b2e26[_0x2875ed(0x1f8)]();await _0x447ac2[_0x2875ed(0x23b)](checkPwandBootstrapCli,_0x55bacd,constants['FRAMEWORKS'][_0x2875ed(0x1f2)],_0x4b2e26);if(!_0x4b2e26['config'])return;_0x447ac2[_0x2875ed(0x1f0)](_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x16a)],null)?process[_0x2875ed(0x1b8)][_0x2875ed(0x18e)]=_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x16a)]:process[_0x2875ed(0x1b8)][_0x2875ed(0x18e)]=_0x447ac2['NombK'];const _0x28a3da=new TestOrchestrationHandler(_0x4b2e26['config']),_0x33655c=await _0x447ac2['yZMVU'](getUserJestConfigs,_0x32cf71,_0x5aad2c);logger[_0x2875ed(0x1fc)](_0x447ac2['wJAzW']);const _0x2d4fb3=Object[_0x2875ed(0x181)]({},_0x33655c);_0x2d4fb3[_0x2875ed(0x1f6)]=Object['assign']({},_0x2d4fb3[_0x2875ed(0x1f6)],{'server':helper[_0x2875ed(0x1be)](_0x4b2e26[_0x2875ed(0x169)]),'environment':_0x33655c[_0x2875ed(0x18d)]}),_0x2d4fb3['testEnvironmentOptions']['browserStackPercyOptions']=_0x447ac2[_0x2875ed(0x1dd)](getPercyOptions,_0x4b2e26[_0x2875ed(0x169)]);const _0x79fe68=helper[_0x2875ed(0x1d5)](_0x4b2e26[_0x2875ed(0x169)]);!helper[_0x2875ed(0x1ad)](_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x1c9)])&&(process['env'][_0x2875ed(0x1c8)]=JSON[_0x2875ed(0x1e0)](_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x1c9)]));if(!BrowserstackCLI['getInstance']()[_0x2875ed(0x1cc)]()){const _0x485c07=await TestHubHandler[_0x2875ed(0x24b)](FRAMEWORKS[_0x2875ed(0x1f2)],_0x4b2e26);}const _0x191c27=helper[_0x2875ed(0x1a2)](_0x4b2e26[_0x2875ed(0x169)],_0x79fe68,constants[_0x2875ed(0x216)][_0x2875ed(0x1f2)]);process[_0x2875ed(0x1b8)][_0x2875ed(0x259)]=JSON['stringify'](_0x191c27);let _0x1f29dc=_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x1e1)];_0x1f29dc=_0x1f29dc||accessibilityHelper[_0x2875ed(0x243)](_0x4b2e26[_0x2875ed(0x169)]),process['env'][_0x2875ed(0x1f4)]=_0x1f29dc,logger[_0x2875ed(0x225)]('[Jest\x20Command]\x20Accessibility\x20enabled:\x20'+_0x1f29dc+_0x2875ed(0x1c6)+BrowserstackCLI[_0x2875ed(0x1e4)]()['isRunning']());if(_0x55bacd)try{const _0x459732=_0x447ac2[_0x2875ed(0x1dd)](checkAccessibilityPlatformConfig,_0x4b2e26[_0x2875ed(0x169)]);process[_0x2875ed(0x1b8)][_0x2875ed(0x1df)]=_0x459732?_0x447ac2[_0x2875ed(0x222)]:_0x447ac2[_0x2875ed(0x250)],logger[_0x2875ed(0x225)]('[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20'+_0x459732+_0x2875ed(0x1af)+process[_0x2875ed(0x1b8)][_0x2875ed(0x1df)]);}catch(_0x101b2b){logger['debug'](_0x2875ed(0x224)+util[_0x2875ed(0x242)](_0x101b2b));}_0x2d4fb3[_0x2875ed(0x1f6)][_0x2875ed(0x17b)]=_0x191c27,_0x2d4fb3[_0x2875ed(0x1f6)]['serial__']=_0x447ac2[_0x2875ed(0x25f)](getSerial,_0x191c27,_0x32cf71),_0x2d4fb3['testEnvironmentOptions'][_0x2875ed(0x261)]=_0x447ac2[_0x2875ed(0x23b)](getMaxWorkers,_0x32cf71,_0x4b2e26['config'],_0x33655c),_0x2d4fb3[_0x2875ed(0x1f6)][_0x2875ed(0x248)]=_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x248)],_0x2d4fb3['testEnvironmentOptions'][_0x2875ed(0x262)]=_0x447ac2[_0x2875ed(0x210)](_0x32cf71[_0x2875ed(0x239)],0x1)||0x1388,_0x2d4fb3[_0x2875ed(0x1f6)]['skipSessionName']=_0x4b2e26[_0x2875ed(0x169)]['testContextOptions'][_0x2875ed(0x232)],_0x2d4fb3[_0x2875ed(0x1f6)][_0x2875ed(0x1f3)]=_0x4b2e26['config'][_0x2875ed(0x1ba)][_0x2875ed(0x1f3)],_0x2d4fb3[_0x2875ed(0x1f6)]['browserStackLogLevel']=_0x4b2e26['config'][_0x2875ed(0x213)],_0x2d4fb3['testEnvironmentOptions'][_0x2875ed(0x1d1)]=_0x4b2e26['config'][_0x2875ed(0x1d1)],_0x2d4fb3[_0x2875ed(0x1f6)][_0x2875ed(0x1f7)]=_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x223)];const _0x4727f8=helper['parseTestOrchestrationOptions'](_0x4b2e26[_0x2875ed(0x169)]);if(!helper[_0x2875ed(0x186)](_0x4727f8)){helper[_0x2875ed(0x19b)](_0x4727f8[_0x2875ed(0x245)])&&(_0x2d4fb3[_0x2875ed(0x1f6)]['retries__']=_0x4727f8['retryTestsOnFailure'][_0x2875ed(0x180)]);if(helper[_0x2875ed(0x19b)](_0x4727f8[_0x2875ed(0x247)])&&helper[_0x2875ed(0x19b)](_0x4727f8['abortBuildOnFailure'][_0x2875ed(0x196)])){const _0x34d5cb={};_0x34d5cb[_0x2875ed(0x1cd)]=_0x4727f8[_0x2875ed(0x247)][_0x2875ed(0x23f)],_0x34d5cb[_0x2875ed(0x196)]=_0x4727f8[_0x2875ed(0x247)][_0x2875ed(0x196)],_0x2d4fb3[_0x2875ed(0x1f6)][_0x2875ed(0x1dc)]=_0x34d5cb;}}let _0x3a1196='';_0x447ac2[_0x2875ed(0x1d0)](helper[_0x2875ed(0x1a5)](),constants[_0x2875ed(0x1f1)]['MODULE'])?_0x3a1196=_0x447ac2[_0x2875ed(0x214)]:_0x3a1196=_0x447ac2[_0x2875ed(0x201)];const _0x7e7742=_0x3a1196,_0x4a9fb1=path['join'](__dirname,_0x447ac2['JKOLC'],_0x447ac2[_0x2875ed(0x17d)]),_0x3b55fe=path[_0x2875ed(0x23a)](__dirname,_0x447ac2['JKOLC'],_0x447ac2[_0x2875ed(0x17a)]),_0x3e1ca1=path[_0x2875ed(0x23a)](__dirname,_0x447ac2[_0x2875ed(0x1bc)],_0x447ac2['lQrPb']);_0x2d4fb3['testEnvironment']&&(process[_0x2875ed(0x1b8)][_0x2875ed(0x1a1)]=_0x2d4fb3[_0x2875ed(0x18d)]);_0x2d4fb3[_0x2875ed(0x18d)]=path[_0x2875ed(0x23a)](__dirname,_0x447ac2[_0x2875ed(0x1bc)],_0x447ac2[_0x2875ed(0x1eb)]);const _0x5e64bd=_0x33655c[_0x2875ed(0x215)];if(_0x5e64bd&&_0x447ac2[_0x2875ed(0x1b7)](_0x5e64bd,_0x447ac2['vCmGP'])){const _0x22a542=_0x5e64bd[_0x2875ed(0x16d)](_0x447ac2['bUiHU'])?_0x5e64bd:_0x2875ed(0x19d)+_0x5e64bd;process[_0x2875ed(0x1b8)]['BSTACK_USER_JEST_RUNNER']=_0x22a542,logger[_0x2875ed(0x1fc)](_0x2875ed(0x260)+_0x22a542);}_0x2d4fb3[_0x2875ed(0x215)]=_0x3b55fe,_0x2d4fb3[_0x2875ed(0x1e7)]=_0x2d4fb3[_0x2875ed(0x1e7)]||[],_0x2d4fb3[_0x2875ed(0x1e7)][_0x2875ed(0x1ff)](path[_0x2875ed(0x23a)](__dirname,_0x447ac2[_0x2875ed(0x21c)]));_0x28a3da['isTestOrchestrationEnabled']()&&(_0x2d4fb3[_0x2875ed(0x20d)]=path[_0x2875ed(0x23a)](__dirname,_0x447ac2[_0x2875ed(0x1bc)],_0x447ac2[_0x2875ed(0x198)]));if(testhubUtils[_0x2875ed(0x16e)]()){let _0x15766e=null;try{_0x15766e=helper['requireModule'](_0x447ac2[_0x2875ed(0x1fb)],_0x447ac2[_0x2875ed(0x1a0)]);}catch(_0x59b487){try{_0x15766e=helper[_0x2875ed(0x1d4)](_0x447ac2['YsSFM'],_0x447ac2['oOiOp']);}catch(_0x6218e3){_0x447ac2[_0x2875ed(0x21e)](debug,_0x2875ed(0x1e9)+_0x6218e3);}}_0x15766e&&(_0x2d4fb3[_0x2875ed(0x1e7)][_0x2875ed(0x1ff)](path['join'](__dirname,_0x447ac2[_0x2875ed(0x166)],_0x447ac2[_0x2875ed(0x1fd)])),_0x2d4fb3['testRunner']=path[_0x2875ed(0x23a)](__dirname,_0x447ac2[_0x2875ed(0x1bc)],_0x447ac2[_0x2875ed(0x172)]));}_0x2d4fb3[_0x2875ed(0x17f)]=_0x2d4fb3['setupFiles']||[];try{helper['requireSeleniumWebdriver'](),_0x2d4fb3['setupFiles']['push'](path['join'](__dirname,_0x447ac2[_0x2875ed(0x164)]));}catch{logger['debug'](_0x447ac2[_0x2875ed(0x18f)]);}try{helper[_0x2875ed(0x237)][_0x2875ed(0x253)](null,[_0x447ac2[_0x2875ed(0x1ab)],_0x447ac2[_0x2875ed(0x23d)]]),logger[_0x2875ed(0x225)](_0x447ac2[_0x2875ed(0x194)]),_0x2d4fb3[_0x2875ed(0x17f)][_0x2875ed(0x1ff)](path[_0x2875ed(0x23a)](__dirname,_0x447ac2[_0x2875ed(0x25a)]));}catch(_0x334df5){logger[_0x2875ed(0x225)](_0x447ac2[_0x2875ed(0x252)],_0x334df5);}_0x2d4fb3[_0x2875ed(0x193)]=_0x2d4fb3[_0x2875ed(0x193)]||[_0x447ac2[_0x2875ed(0x1c4)]],_0x447ac2[_0x2875ed(0x25f)](updateTestRerunConfig,_0x2d4fb3,_0x4b2e26);const _0x4e6b42=fs[_0x2875ed(0x24d)](_0x3e1ca1),_0x3ba22f=helper[_0x2875ed(0x17c)](_0x447ac2[_0x2875ed(0x220)],_0x447ac2['HpvPv']);!_0x3ba22f[_0x2875ed(0x25d)]?fs[_0x2875ed(0x1c5)](_0x2d4fb3['runner'],'\x0a\x20\x20\x20\x20\x20\x20'+_0x4e6b42+_0x2875ed(0x231)+_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x223)][_0x2875ed(0x244)]+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20'):fs[_0x2875ed(0x1c5)](_0x2d4fb3[_0x2875ed(0x215)],_0x2875ed(0x204)+_0x4e6b42+_0x2875ed(0x185)+_0x4b2e26[_0x2875ed(0x169)][_0x2875ed(0x223)][_0x2875ed(0x244)]+_0x2875ed(0x1d3));logger[_0x2875ed(0x1fc)](_0x2875ed(0x206)+_0x7e7742+_0x2875ed(0x234)),fs[_0x2875ed(0x1c5)](_0x7e7742,'const\x20config='+JSON[_0x2875ed(0x1e0)](_0x2d4fb3)+_0x2875ed(0x1c1));if(_0x28a3da[_0x2875ed(0x203)]()){logger[_0x2875ed(0x225)](_0x447ac2[_0x2875ed(0x167)]);const _0x3fee9f=await _0x28a3da[_0x2875ed(0x1c0)](_0x2d4fb3,_0x5aad2c[_0x2875ed(0x171)](0x1),_0x7e7742);logger[_0x2875ed(0x225)](_0x2875ed(0x195)+JSON[_0x2875ed(0x1e0)](_0x3fee9f)+'\x20test\x20files\x20to\x20run.');const _0x49e00a=await _0x28a3da[_0x2875ed(0x1ca)](_0x3fee9f);logger[_0x2875ed(0x225)](_0x2875ed(0x1c7)+JSON[_0x2875ed(0x1e0)](_0x49e00a)),_0x49e00a&&_0x447ac2[_0x2875ed(0x240)](_0x49e00a[_0x2875ed(0x244)],0x0)&&(process[_0x2875ed(0x1b8)]['JEST_TEST_ORDER']=_0x49e00a?.[_0x2875ed(0x23a)](','));}logger[_0x2875ed(0x1fc)](_0x447ac2[_0x2875ed(0x1ce)]);testhubUtils[_0x2875ed(0x16e)]()&&TestDetails[_0x2875ed(0x256)]();helper[_0x2875ed(0x1b4)]({},_0x5aad2c),PerformanceTester[_0x2875ed(0x233)](PerformanceEvents[_0x2875ed(0x174)]);const _0xbe921c=[_0x447ac2[_0x2875ed(0x1a9)],_0x447ac2['CcDtA'],_0x7e7742,..._0x5aad2c['slice'](0x1)],_0x2a2f51=_0x447ac2[_0x2875ed(0x23b)](spawn,_0x447ac2[_0x2875ed(0x1e3)],_0xbe921c,{'shell':_0x447ac2['YDphl'](process[_0x2875ed(0x230)],_0x447ac2[_0x2875ed(0x20e)]),'stdio':_0x447ac2[_0x2875ed(0x246)],'env':Object[_0x2875ed(0x181)]({},process['env'])});_0x2a2f51['on'](_0x447ac2[_0x2875ed(0x170)],async _0x4cabc4=>{const _0x1c3793=_0x2875ed;PerformanceTester[_0x1c3793(0x1b9)](PerformanceEvents[_0x1c3793(0x187)]);try{const {browserstackFolderPath:_0x4fb360,tcgConfigPath:_0x5dcdaa}=helper[_0x1c3793(0x197)]();fs['unlinkSync'](_0x5dcdaa),fs[_0x1c3793(0x208)](_0x4fb360);}catch(_0xca3b21){logger[_0x1c3793(0x225)](_0x447ac2[_0x1c3793(0x228)],_0xca3b21);}process[_0x1c3793(0x24e)]=_0x4cabc4,logger[_0x1c3793(0x225)](_0x1c3793(0x175)+_0x4cabc4),logger[_0x1c3793(0x1fc)]('Deleting\x20'+_0x7e7742);if(helper[_0x1c3793(0x19b)](_0x4727f8)&&helper[_0x1c3793(0x19b)](_0x4727f8['abortBuildOnFailure'])&&fs['existsSync'](_0x4727f8[_0x1c3793(0x247)][_0x1c3793(0x196)]))try{const _0x569d54={};_0x569d54['recursive']=!![],_0x569d54[_0x1c3793(0x1a7)]=!![],fs[_0x1c3793(0x221)](_0x4727f8['abortBuildOnFailure'][_0x1c3793(0x196)],_0x569d54),logger['debug'](_0x1c3793(0x20b)+_0x4727f8[_0x1c3793(0x247)][_0x1c3793(0x196)]);}catch(_0x110d3f){logger['error'](_0x1c3793(0x1ef)+_0x110d3f);}let _0x22231c=null;if(fs['existsSync'](_0x4a9fb1)){_0x22231c=fs[_0x1c3793(0x24d)](_0x4a9fb1);try{_0x22231c=JSON[_0x1c3793(0x1d8)](_0x22231c);}catch(_0x50be97){logger[_0x1c3793(0x225)](_0x1c3793(0x1fa)+_0x4a9fb1+',\x20'+_0x22231c+_0x1c3793(0x1da)+_0x50be97);}fs[_0x1c3793(0x207)](_0x4a9fb1);}fs[_0x1c3793(0x207)](_0x7e7742),fs[_0x1c3793(0x207)](_0x3b55fe),_0x22231c&&(_0x4b2e26[_0x1c3793(0x1a6)]=helper[_0x1c3793(0x1a8)](_0x22231c,_0x447ac2['HrhMU'],_0x4b2e26));const _0x19cb02=BrowserstackCLI[_0x1c3793(0x1de)]();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x1c3793(0x1e4)]()[_0x1c3793(0x20f)]();}catch(_0x2ba2aa){console['log'](_0x2ba2aa),_0x447ac2[_0x1c3793(0x1e8)](debug,_0x1c3793(0x23e)+util[_0x1c3793(0x242)](_0x2ba2aa));}testOpsHelper['printBuildLink'](),TestDetails[_0x1c3793(0x183)](),await utilities[_0x1c3793(0x1ed)](_0x4b2e26,_0x19cb02);});}module['exports']=run;
|
|
2
|
+
'use strict';const a14_0x4b1e73=a14_0x5812;(function(_0x3d2c72,_0x4ec292){const _0x5895c2=a14_0x5812,_0x1d0a48=_0x3d2c72();while(!![]){try{const _0x44edec=-parseInt(_0x5895c2(0x16d))/0x1+-parseInt(_0x5895c2(0x219))/0x2+parseInt(_0x5895c2(0x181))/0x3+-parseInt(_0x5895c2(0x1ba))/0x4*(parseInt(_0x5895c2(0x1a8))/0x5)+parseInt(_0x5895c2(0x1ca))/0x6*(parseInt(_0x5895c2(0x15e))/0x7)+-parseInt(_0x5895c2(0x19d))/0x8*(parseInt(_0x5895c2(0x223))/0x9)+parseInt(_0x5895c2(0x213))/0xa*(parseInt(_0x5895c2(0x168))/0xb);if(_0x44edec===_0x4ec292)break;else _0x1d0a48['push'](_0x1d0a48['shift']());}catch(_0x2f2cc8){_0x1d0a48['push'](_0x1d0a48['shift']());}}}(a14_0x381c,0xeaf9a));function a14_0x5812(_0xa08d69,_0x248193){const _0x381c4f=a14_0x381c();return a14_0x5812=function(_0x581213,_0x4c063a){_0x581213=_0x581213-0x13d;let _0x4d8aef=_0x381c4f[_0x581213];return _0x4d8aef;},a14_0x5812(_0xa08d69,_0x248193);}const fs=require('fs'),path=require('path'),util=require(a14_0x4b1e73(0x14b)),{spawn}=require(a14_0x4b1e73(0x1d1)),logger=require('../../helpers/logger')[a14_0x4b1e73(0x22b)],{default:BrowserStackSetup}=require(a14_0x4b1e73(0x1e3)),helper=require('../../helpers/helper'),utilities=require(a14_0x4b1e73(0x20d)),constants=require(a14_0x4b1e73(0x1d2)),accessibilityHelper=require(a14_0x4b1e73(0x1d4)),{updateTestRerunConfig}=require(a14_0x4b1e73(0x206)),testOpsHelper=require(a14_0x4b1e73(0x20f)),{debug}=require(a14_0x4b1e73(0x20f)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x4b1e73(0x1cf)),TestHubHandler=require(a14_0x4b1e73(0x179)),testhubUtils=require(a14_0x4b1e73(0x18e)),{FRAMEWORKS}=require(a14_0x4b1e73(0x173)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a14_0x4b1e73(0x196))[a14_0x4b1e73(0x1f3)],TestOrchestrationHandler=require(a14_0x4b1e73(0x142)),BrowserstackCLI=require(a14_0x4b1e73(0x17b)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),ClientTroubleShootingService=require(a14_0x4b1e73(0x20c)),{checkAccessibilityPlatformConfig}=require(a14_0x4b1e73(0x1d4)),getUserJestConfigs=async(_0x14090b,_0x565311)=>{const _0x4ea1d7=a14_0x4b1e73,_0x38288a={'cmlKB':'jest-config/build/readConfigFileAndSetRootDir.js','JQnZP':_0x4ea1d7(0x13f),'qpAIO':function(_0x4ef727,_0xe8dd3e){return _0x4ef727||_0xe8dd3e;},'fiRSv':function(_0x5b553c,_0x1103db){return _0x5b553c(_0x1103db);},'KfFli':_0x4ea1d7(0x1fb),'mUyCP':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','vVZyO':'mjs','WoAMe':_0x4ea1d7(0x1d3),'cghaE':_0x4ea1d7(0x193)};let _0x1c934c;try{_0x1c934c=helper[_0x4ea1d7(0x16b)](_0x38288a['cmlKB'],_0x38288a['JQnZP']);}catch{const _0x1412b8=helper[_0x4ea1d7(0x16b)](_0x38288a[_0x4ea1d7(0x19a)]);_0x1c934c={'default':async _0x230e3a=>{const _0x52eb3b=_0x4ea1d7,_0x523175=await _0x1412b8['readInitialOptions'](_0x230e3a,{});return _0x523175[_0x52eb3b(0x208)];}};}const _0xfa8010=_0x565311[_0x4ea1d7(0x1b5)](_0x1237d9=>_0x1237d9===_0x4ea1d7(0x1da));if(!helper[_0x4ea1d7(0x18c)](_0x14090b[_0x4ea1d7(0x208)])){logger[_0x4ea1d7(0x1c2)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x14090b[_0x4ea1d7(0x208)]),process[_0x4ea1d7(0x1aa)][_0x4ea1d7(0x1e7)]=_0x14090b['config'];const _0x114331=await(0x0,_0x1c934c['default'])(path['resolve'](_0x14090b['config']));return _0x565311[_0x4ea1d7(0x17e)](_0xfa8010,0x2),_0x38288a['qpAIO'](_0x114331,{});}const _0x5c6d4f=_0x38288a[_0x4ea1d7(0x1f7)](require,path[_0x4ea1d7(0x205)](process[_0x4ea1d7(0x20e)](),_0x38288a[_0x4ea1d7(0x175)]));if(_0x5c6d4f[_0x4ea1d7(0x1cd)])return logger[_0x4ea1d7(0x1c2)](_0x38288a[_0x4ea1d7(0x202)]),_0x5c6d4f['jest'];const _0xcc7b0f=['js',_0x38288a[_0x4ea1d7(0x21f)],_0x38288a['WoAMe'],_0x38288a[_0x4ea1d7(0x15a)],'ts'];for(const _0x3eea12 of _0xcc7b0f){const _0x949440=path[_0x4ea1d7(0x205)](process[_0x4ea1d7(0x20e)](),_0x4ea1d7(0x1df)+_0x3eea12);if(fs[_0x4ea1d7(0x204)](_0x949440)){process['env'][_0x4ea1d7(0x1e7)]=_0x949440;const _0x4155e1=await(0x0,_0x1c934c[_0x4ea1d7(0x1e9)])(_0x949440);return _0x4155e1;}}return{};},getSerial=(_0x19fbff,_0x21a13c)=>{const _0x41250c=a14_0x4b1e73,_0xf9eb9d={};_0xf9eb9d[_0x41250c(0x209)]=_0x41250c(0x1be),_0xf9eb9d[_0x41250c(0x18d)]=function(_0x5388d7,_0x2a379f){return _0x5388d7>_0x2a379f;},_0xf9eb9d['WfMKM']=function(_0xae0017,_0xe4b1cf){return _0xae0017>_0xe4b1cf;},_0xf9eb9d[_0x41250c(0x1bc)]=_0x41250c(0x1d8);const _0x2a142e=_0xf9eb9d;let _0x1abd12=_0x2a142e['CqyGh'];return _0x2a142e['BHpQQ'](_0x19fbff[_0x41250c(0x164)],0x1)&&(!_0x21a13c['runInBand']&&(helper['isUndefined'](_0x21a13c[_0x41250c(0x1f6)])||_0x2a142e[_0x41250c(0x1de)](_0x21a13c[_0x41250c(0x1f6)],0x1)))&&(_0x1abd12=_0x2a142e[_0x41250c(0x1bc)]),_0x1abd12;},getMaxWorkers=(_0x5ed8b4,_0x480b4d,_0x5382f9)=>{const _0x450ee=a14_0x4b1e73,_0x145595={'isdYT':function(_0x293546,_0x4b4a67){return _0x293546(_0x4b4a67);}};let _0x2f6553=0x1;if(!helper[_0x450ee(0x18c)](_0x480b4d[_0x450ee(0x13d)]))_0x2f6553=_0x145595['isdYT'](parseInt,_0x480b4d['parallelsPerPlatform']);else{if(!helper[_0x450ee(0x18c)](_0x5ed8b4[_0x450ee(0x1f6)]))_0x2f6553=_0x5ed8b4['maxWorkers'];else!helper['isUndefined'](_0x5382f9[_0x450ee(0x1f6)])&&(_0x2f6553=_0x5382f9[_0x450ee(0x1f6)]);}return _0x2f6553;};async function run(_0x3b72c3,_0x1bd58b,_0x5cd224){const _0x3967d0=a14_0x4b1e73,_0x585f79={'qmLAJ':_0x3967d0(0x1cb),'vjFSB':'jest','qHwUm':function(_0x20548c,_0x3ed621){return _0x20548c(_0x3ed621);},'QnWkb':_0x3967d0(0x1d0),'KJiFi':function(_0x91ac8b,_0x12929c,_0xee6226,_0x37d5fe){return _0x91ac8b(_0x12929c,_0xee6226,_0x37d5fe);},'uusRh':function(_0x5ad3a1,_0x46d209){return _0x5ad3a1!=_0x46d209;},'lqqjx':_0x3967d0(0x1be),'noKDi':function(_0x3e9fb4,_0x4579de,_0x3c9334){return _0x3e9fb4(_0x4579de,_0x3c9334);},'jaeJI':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','sMtLi':function(_0x926bf2,_0x1c122e){return _0x926bf2(_0x1c122e);},'ruUMp':function(_0x56d985,_0x48e6a4){return _0x56d985(_0x48e6a4);},'eudEE':_0x3967d0(0x1d8),'ogrhZ':function(_0x56c9f7,_0x14e5b3){return _0x56c9f7*_0x14e5b3;},'QXVPi':function(_0x59e4dc,_0x4a942f){return _0x59e4dc===_0x4a942f;},'aEBea':_0x3967d0(0x1db),'lzTjm':_0x3967d0(0x14c),'JNhFF':'customImplements','SeHlP':_0x3967d0(0x177),'MeaLt':_0x3967d0(0x159),'oARAd':'customTestRunnerTemplate.js','EjVeJ':'customEnvironment.js','BWCie':function(_0x439e8a,_0x5ad412){return _0x439e8a!==_0x5ad412;},'ZsRdi':_0x3967d0(0x1b6),'iratX':'jest-runner-','YMeOJ':_0x3967d0(0x221),'DpZsv':_0x3967d0(0x201),'PiPnb':_0x3967d0(0x1e8),'RodBE':'jest-circus','GNbbf':_0x3967d0(0x1bb),'APrlF':function(_0x2da83c,_0x1995fa){return _0x2da83c(_0x1995fa);},'awtnS':'test-observability','iWbtr':_0x3967d0(0x1a0),'jbvmM':_0x3967d0(0x184),'ZIqJA':_0x3967d0(0x1a3),'sGHvl':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','lbixB':_0x3967d0(0x1a9),'rnSsZ':_0x3967d0(0x203),'WvMYD':_0x3967d0(0x1b3),'GNHKr':_0x3967d0(0x225),'oBiJN':_0x3967d0(0x1e9),'JJZBn':function(_0xda19a8,_0x19adfb,_0x5a8311){return _0xda19a8(_0x19adfb,_0x5a8311);},'HurJW':_0x3967d0(0x1f9),'hfZpJ':_0x3967d0(0x1c3),'vBXgA':_0x3967d0(0x215),'uFBCk':function(_0x3ca1ed,_0x296d7c){return _0x3ca1ed>_0x296d7c;},'TynTF':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','RiHgS':'--config','pjVkP':_0x3967d0(0x212),'jlmoR':function(_0x3dd715,_0x247379){return _0x3dd715===_0x247379;},'wCzjo':'win32','JfFWy':_0x3967d0(0x170),'FBQBG':_0x3967d0(0x195)},_0x110bc5=helper['getPackageVersion'](_0x585f79[_0x3967d0(0x152)]);global['__isPlaywrightInstalled']=!!_0x110bc5;helper[_0x3967d0(0x1a6)]()?(await _0x5cd224[_0x3967d0(0x1c1)](_0x3b72c3),await helper[_0x3967d0(0x149)](_0x5cd224['config'])):await _0x5cd224[_0x3967d0(0x21e)]();await _0x585f79[_0x3967d0(0x17a)](checkPwandBootstrapCli,_0x110bc5,constants['FRAMEWORKS'][_0x3967d0(0x155)],_0x5cd224);if(!_0x5cd224[_0x3967d0(0x208)])return;_0x585f79[_0x3967d0(0x15b)](_0x5cd224[_0x3967d0(0x208)]['testObservability'],null)?process[_0x3967d0(0x1aa)][_0x3967d0(0x186)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x200)]:process['env'][_0x3967d0(0x186)]=_0x585f79['lqqjx'];const _0x20e838=new TestOrchestrationHandler(_0x5cd224['config']),_0x53d2a3=await _0x585f79[_0x3967d0(0x1f5)](getUserJestConfigs,_0x3b72c3,_0x1bd58b);logger[_0x3967d0(0x1c2)](_0x585f79['jaeJI']);const _0x2ab0f6=Object[_0x3967d0(0x1ea)]({},_0x53d2a3);_0x2ab0f6[_0x3967d0(0x16e)]=Object[_0x3967d0(0x1ea)]({},_0x2ab0f6[_0x3967d0(0x16e)],{'server':helper[_0x3967d0(0x140)](_0x5cd224[_0x3967d0(0x208)]),'environment':_0x53d2a3['testEnvironment']}),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x1c7)]=_0x585f79[_0x3967d0(0x161)](getPercyOptions,_0x5cd224[_0x3967d0(0x208)]);const _0x378b15=helper[_0x3967d0(0x146)](_0x5cd224[_0x3967d0(0x208)]);!helper['isUndefined'](_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x166)])&&(process[_0x3967d0(0x1aa)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3967d0(0x14f)](_0x5cd224['config'][_0x3967d0(0x166)]));if(!BrowserstackCLI[_0x3967d0(0x17c)]()['isRunning']()){const _0x1945bf=await TestHubHandler[_0x3967d0(0x15f)](FRAMEWORKS[_0x3967d0(0x155)],_0x5cd224);}const _0x550e9e=helper[_0x3967d0(0x1d5)](_0x5cd224['config'],_0x378b15,constants[_0x3967d0(0x17f)][_0x3967d0(0x155)]);process['env'][_0x3967d0(0x19c)]=JSON[_0x3967d0(0x14f)](_0x550e9e);let _0x24d366=_0x5cd224['config'][_0x3967d0(0x1c0)];_0x24d366=_0x24d366||accessibilityHelper[_0x3967d0(0x1e4)](_0x5cd224[_0x3967d0(0x208)]),process[_0x3967d0(0x1aa)][_0x3967d0(0x1f4)]=_0x24d366,logger[_0x3967d0(0x222)](_0x3967d0(0x1ad)+_0x24d366+_0x3967d0(0x22a)+BrowserstackCLI[_0x3967d0(0x17c)]()['isRunning']());if(_0x110bc5)try{const _0x10a420=_0x585f79[_0x3967d0(0x163)](checkAccessibilityPlatformConfig,_0x5cd224['config']);process[_0x3967d0(0x1aa)][_0x3967d0(0x1c6)]=_0x10a420?_0x585f79['lqqjx']:_0x585f79['eudEE'],logger['debug'](_0x3967d0(0x182)+_0x10a420+_0x3967d0(0x18f)+process[_0x3967d0(0x1aa)][_0x3967d0(0x1c6)]);}catch(_0x168dff){logger[_0x3967d0(0x222)](_0x3967d0(0x162)+util[_0x3967d0(0x150)](_0x168dff));}_0x2ab0f6[_0x3967d0(0x16e)]['capabilities']=_0x550e9e,_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x1ae)]=_0x585f79[_0x3967d0(0x1f5)](getSerial,_0x550e9e,_0x3b72c3),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x148)]=_0x585f79[_0x3967d0(0x17a)](getMaxWorkers,_0x3b72c3,_0x5cd224[_0x3967d0(0x208)],_0x53d2a3),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x14a)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x14a)],_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x218)]=_0x585f79[_0x3967d0(0x1d6)](_0x3b72c3[_0x3967d0(0x1a7)],0x1)||0x1388,_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x15c)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1d7)][_0x3967d0(0x15c)],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x19f)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1d7)][_0x3967d0(0x19f)],_0x2ab0f6[_0x3967d0(0x16e)]['browserStackLogLevel']=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1ab)],_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x21d)]=_0x5cd224[_0x3967d0(0x208)]['turboScaleUrl'],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x1ef)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)];const _0x494710=helper[_0x3967d0(0x1c5)](_0x5cd224['config']);if(!helper[_0x3967d0(0x1ee)](_0x494710)){helper['isNotUndefined'](_0x494710[_0x3967d0(0x1e6)])&&(_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x1f1)]=_0x494710[_0x3967d0(0x1e6)][_0x3967d0(0x20b)]);if(helper['isNotUndefined'](_0x494710['abortBuildOnFailure'])&&helper[_0x3967d0(0x178)](_0x494710[_0x3967d0(0x174)]['workingDir'])){const _0x121e3b={};_0x121e3b[_0x3967d0(0x1fd)]=_0x494710[_0x3967d0(0x174)][_0x3967d0(0x224)],_0x121e3b[_0x3967d0(0x1b9)]=_0x494710[_0x3967d0(0x174)]['workingDir'],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x185)]=_0x121e3b;}}let _0x44826d='';_0x585f79[_0x3967d0(0x1ed)](helper[_0x3967d0(0x16a)](),constants['PACKAGE_TYPE'][_0x3967d0(0x19b)])?_0x44826d=_0x585f79['aEBea']:_0x44826d=_0x585f79[_0x3967d0(0x153)];const _0x393e94=_0x44826d,_0x2a14b7=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79['SeHlP']),_0xe770a3=path['join'](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x198)]),_0xd9f551=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x1a2)]);_0x2ab0f6[_0x3967d0(0x217)]&&(process[_0x3967d0(0x1aa)][_0x3967d0(0x15d)]=_0x2ab0f6[_0x3967d0(0x217)]);_0x2ab0f6[_0x3967d0(0x217)]=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x1fc)]);const _0x24d98e=_0x53d2a3[_0x3967d0(0x187)];if(_0x24d98e&&_0x585f79[_0x3967d0(0x210)](_0x24d98e,_0x585f79[_0x3967d0(0x147)])){const _0x2b73d9=_0x24d98e[_0x3967d0(0x172)](_0x585f79['iratX'])?_0x24d98e:_0x3967d0(0x154)+_0x24d98e;process['env'][_0x3967d0(0x144)]=_0x2b73d9,logger[_0x3967d0(0x1c2)](_0x3967d0(0x1ce)+_0x2b73d9);}_0x2ab0f6[_0x3967d0(0x187)]=_0xe770a3,_0x2ab0f6[_0x3967d0(0x192)]=_0x2ab0f6['setupFilesAfterEnv']||[],_0x2ab0f6['setupFilesAfterEnv'][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x197)]));_0x20e838[_0x3967d0(0x190)]()&&(_0x2ab0f6[_0x3967d0(0x1b4)]=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x141)]));if(testhubUtils[_0x3967d0(0x22c)]()){let _0x45d28c=null;try{_0x45d28c=helper[_0x3967d0(0x16b)](_0x585f79['PiPnb'],_0x585f79['RodBE']);}catch(_0x10f5b0){try{_0x45d28c=helper[_0x3967d0(0x16b)](_0x585f79[_0x3967d0(0x1c4)],_0x585f79[_0x3967d0(0x143)]);}catch(_0x5d678d){_0x585f79[_0x3967d0(0x214)](debug,_0x3967d0(0x194)+_0x5d678d);}}_0x45d28c&&(_0x2ab0f6[_0x3967d0(0x192)][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79['awtnS'],_0x585f79[_0x3967d0(0x1ec)])),_0x2ab0f6[_0x3967d0(0x16c)]=path['join'](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x189)]));}_0x2ab0f6[_0x3967d0(0x211)]=_0x2ab0f6[_0x3967d0(0x211)]||[];try{helper[_0x3967d0(0x1af)](),_0x2ab0f6[_0x3967d0(0x211)][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x1eb)]));}catch{logger['debug'](_0x585f79[_0x3967d0(0x18a)]);}try{helper['requirePWModule'][_0x3967d0(0x1a4)](null,[_0x585f79[_0x3967d0(0x152)],_0x585f79[_0x3967d0(0x1dc)]]),logger[_0x3967d0(0x222)](_0x585f79[_0x3967d0(0x227)]),_0x2ab0f6[_0x3967d0(0x211)]['push'](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x1ff)]));}catch(_0x330678){logger[_0x3967d0(0x222)](_0x585f79[_0x3967d0(0x1b7)],_0x330678);}_0x2ab0f6['reporters']=_0x2ab0f6[_0x3967d0(0x169)]||[_0x585f79[_0x3967d0(0x1ac)]],_0x585f79['JJZBn'](updateTestRerunConfig,_0x2ab0f6,_0x5cd224);const _0x13992d=fs[_0x3967d0(0x1a5)](_0xd9f551),_0x2d2e6c=helper[_0x3967d0(0x1fa)](_0x585f79['HurJW'],_0x585f79['hfZpJ']);!_0x2d2e6c['error']?fs[_0x3967d0(0x1f2)](_0x2ab0f6[_0x3967d0(0x187)],_0x3967d0(0x188)+_0x13992d+_0x3967d0(0x1e1)+_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)]['length']+_0x3967d0(0x167)):fs[_0x3967d0(0x1f2)](_0x2ab0f6[_0x3967d0(0x187)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x13992d+_0x3967d0(0x229)+_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)][_0x3967d0(0x164)]+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20');logger['info']('Creating\x20'+_0x393e94+_0x3967d0(0x21a)),fs[_0x3967d0(0x1f2)](_0x393e94,_0x3967d0(0x157)+JSON[_0x3967d0(0x14f)](_0x2ab0f6)+'\x0amodule.exports\x20=\x20config;');if(_0x20e838[_0x3967d0(0x190)]()){logger[_0x3967d0(0x222)](_0x585f79['vBXgA']);const _0x22ccb3=await _0x20e838[_0x3967d0(0x14e)](_0x2ab0f6,_0x1bd58b[_0x3967d0(0x171)](0x1),_0x393e94);logger[_0x3967d0(0x222)](_0x3967d0(0x156)+JSON[_0x3967d0(0x14f)](_0x22ccb3)+_0x3967d0(0x1e2));const _0xc2a36f=await _0x20e838['reorderTestFiles'](_0x22ccb3);logger[_0x3967d0(0x222)]('Reodered\x20Test\x20Files:\x20'+JSON[_0x3967d0(0x14f)](_0xc2a36f)),_0xc2a36f&&_0x585f79[_0x3967d0(0x191)](_0xc2a36f[_0x3967d0(0x164)],0x0)&&(process[_0x3967d0(0x1aa)][_0x3967d0(0x160)]=_0xc2a36f?.['join'](','));}logger[_0x3967d0(0x1c2)](_0x585f79[_0x3967d0(0x145)]);testhubUtils[_0x3967d0(0x22c)]()&&TestDetails[_0x3967d0(0x1e0)]();helper[_0x3967d0(0x1fe)]({},_0x1bd58b),PerformanceTester[_0x3967d0(0x20a)](PerformanceEvents[_0x3967d0(0x19e)]);const _0x5974d9=[_0x585f79[_0x3967d0(0x207)],_0x585f79[_0x3967d0(0x1e5)],_0x393e94,..._0x1bd58b[_0x3967d0(0x171)](0x1)],_0x50952e=_0x585f79['KJiFi'](spawn,_0x585f79[_0x3967d0(0x1bd)],_0x5974d9,{'shell':_0x585f79[_0x3967d0(0x1cc)](process[_0x3967d0(0x151)],_0x585f79[_0x3967d0(0x1b1)]),'stdio':_0x585f79['JfFWy'],'env':Object['assign']({},process[_0x3967d0(0x1aa)])});_0x50952e['on'](_0x585f79[_0x3967d0(0x1b2)],async _0x2f828a=>{const _0x1f466b=_0x3967d0;PerformanceTester[_0x1f466b(0x1c8)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x22d481,tcgConfigPath:_0x16b37f}=helper[_0x1f466b(0x17d)]();fs['unlinkSync'](_0x16b37f),fs[_0x1f466b(0x199)](_0x22d481);}catch(_0x49d544){logger['debug'](_0x585f79[_0x1f466b(0x1dd)],_0x49d544);}process[_0x1f466b(0x1c9)]=_0x2f828a,logger[_0x1f466b(0x222)]('child\x20process\x20exited\x20with\x20code\x20'+_0x2f828a),logger[_0x1f466b(0x1c2)](_0x1f466b(0x1b8)+_0x393e94);if(helper[_0x1f466b(0x178)](_0x494710)&&helper[_0x1f466b(0x178)](_0x494710[_0x1f466b(0x174)])&&fs['existsSync'](_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)]))try{const _0x104ab9={};_0x104ab9[_0x1f466b(0x14d)]=!![],_0x104ab9[_0x1f466b(0x220)]=!![],fs[_0x1f466b(0x21b)](_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)],_0x104ab9),logger[_0x1f466b(0x222)]('Deleted\x20fail-fast\x20state\x20folder:\x20'+_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)]);}catch(_0x2922b3){logger[_0x1f466b(0x176)](_0x1f466b(0x1f0)+_0x2922b3);}let _0x258a3e=null;if(fs[_0x1f466b(0x204)](_0x2a14b7)){_0x258a3e=fs['readFileSync'](_0x2a14b7);try{_0x258a3e=JSON['parse'](_0x258a3e);}catch(_0x3a28f6){logger[_0x1f466b(0x222)](_0x1f466b(0x183)+_0x2a14b7+',\x20'+_0x258a3e+_0x1f466b(0x1d9)+_0x3a28f6);}fs[_0x1f466b(0x18b)](_0x2a14b7);}fs[_0x1f466b(0x18b)](_0x393e94),fs[_0x1f466b(0x18b)](_0xe770a3),_0x258a3e&&(_0x5cd224[_0x1f466b(0x13e)]=helper[_0x1f466b(0x165)](_0x258a3e,_0x585f79['vjFSB'],_0x5cd224));const _0x3490f9=BrowserstackCLI[_0x1f466b(0x1f8)]();try{await TestHubHandler[_0x1f466b(0x216)](),await BrowserstackCLI[_0x1f466b(0x17c)]()[_0x1f466b(0x216)]();}catch(_0x5afd49){console[_0x1f466b(0x1bf)](_0x5afd49),_0x585f79['qHwUm'](debug,_0x1f466b(0x16f)+util[_0x1f466b(0x150)](_0x5afd49));}testOpsHelper[_0x1f466b(0x180)](),TestDetails[_0x1f466b(0x158)](),await utilities[_0x1f466b(0x228)](_0x5cd224,_0x3490f9);});}module[a14_0x4b1e73(0x21c)]=run;function a14_0x381c(){const _0x16f652=['rnSsZ','finalExecution','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20',',\x20CLI\x20running:\x20','winstonLogger','shouldProcessEventForTesthub','parallelsPerPlatform','errorMessage','jest-config','getHubUrl','DpZsv','../../helpers/test-orchestration/testOrchestrationHandler','RodBE','BSTACK_USER_JEST_RUNNER','TynTF','useW3C','ZsRdi','parallels__','handleApp','proxySettings','util','jest_browserstack.config.js','recursive','findTestFiles','stringify','format','platform','QnWkb','lzTjm','jest-runner-','JEST','Found:\x20','const\x20config=','shutdown','customTestRunner.js','cghaE','uusRh','skipSessionName','BSTACK_JEST_TEST_ENV','79114gvNVZF','launchBuild','JEST_TEST_ORDER','sMtLi','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','ruUMp','length','getErrorMessageFromResults','accessibilityOptions',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','231TGbXBh','reporters','getPackageType','requireModule','testRunner','1757306ljuRXH','testEnvironmentOptions','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','inherit','slice','startsWith','../../helpers/test-observability/constants','abortBuildOnFailure','KfFli','error','jest_browserstack_results.json','isNotUndefined','../../helpers/testhub/testhubHandler','KJiFi','../v2/browserstackCLI','getInstance','getTCGConfigFilePaths','splice','FRAMEWORKS','printBuildLink','5186187YANiUC','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','Error\x20while\x20parsing\x20','customCircus.js','failFast','BROWSERSTACK_TEST_OBSERVABILITY_YML','runner','\x0a\x20\x20\x20\x20\x20\x20','jbvmM','sGHvl','unlinkSync','isUndefined','BHpQQ','../../helpers/testhub/utils',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','isTestOrchestrationEnabled','uFBCk','setupFilesAfterEnv','json','Unable\x20to\x20find\x20jest-circus,\x20','close','../../helpers/performance/constants','YMeOJ','MeaLt','rmdirSync','JQnZP','MODULE','BROWSERSTACK_CAPABILITIES','11735528fDVgMm','SDK_SETUP','skipSessionStatus','data-hooks.js','push','oARAd','test_before.setup.js','apply','readFileSync','isBrowserstackInfra','testTimeout','1086495WYWOXk','playwright','env','logLevel','oBiJN','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','serial__','requireSeleniumWebdriver','platforms','wCzjo','FBQBG','test.setup.js','testSequencer','findIndex','jest-runner','GNHKr','Deleting\x20','workingDir','24JsrsfY','jest-circus/build/runner.js','MKleG','pjVkP','true','log','accessibility','initialize','info','@jest/core','GNbbf','parseTestOrchestrationOptions','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','browserStackPercyOptions','start','exitCode','834hMdBzl','error\x20removing\x20tcg\x20config\x20file','jlmoR','jest','Preserving\x20user\x27s\x20Jest\x20runner:\x20','../../helpers/percy/utils','@playwright/test','child_process','../utils/constants','cjs','../../helpers/accessibility-automation/helper','prepareCapabilities','ogrhZ','testContextOptions','false','\x20:\x20','--config','jest_browserstack.config.cjs','lbixB','qmLAJ','WfMKM','jest.config.','setup','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','\x20test\x20files\x20to\x20run.','../../helpers/BrowserStackSetup','checkAccessibilityPlatformConfig','RiHgS','retryTestsOnFailure','USER_CONFIG_DETAILS_PATH','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','default','assign','ZIqJA','iWbtr','QXVPi','isEmpty','platformCaps','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','retries__','writeFileSync','EVENTS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','noKDi','maxWorkers','fiRSv','isCLIEnabled','@jest/core/build/ReporterDispatcher.js','resolveModule','package.json','EjVeJ','failureThresholdCount','filterBrowserstackArgs','WvMYD','testObservability','customSequencer.js','mUyCP','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','existsSync','join','./test-observability/helper','vjFSB','config','CqyGh','end','maxRetries','../utils/clientTroubleshootingService','../../helpers/utilities','cwd','../../helpers/test-observability/utils','BWCie','setupFiles','npx','1721110XHrCXw','APrlF','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','stop','testEnvironment','timeout__','2847078bihipO','\x20with\x20browserstack\x20jest\x20configs','rmSync','exports','turboScaleUrl','setupTCGAuth','vVZyO','force','jest.setup.js','debug','9AAuRnV','maxFailures','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','JNhFF'];a14_0x381c=function(){return _0x16f652;};return a14_0x381c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a15_0x614ffa=a15_0x3f01;(function(_0x1982f5,_0x3c0835){const _0x101668=a15_0x3f01,_0x5d7e0a=_0x1982f5();while(!![]){try{const _0x1a525f=parseInt(_0x101668(0x102))/0x1+parseInt(_0x101668(0xeb))/0x2*(parseInt(_0x101668(0x101))/0x3)+-parseInt(_0x101668(0xf2))/0x4+parseInt(_0x101668(0xfb))/0x5+parseInt(_0x101668(0xed))/0x6*(parseInt(_0x101668(0x103))/0x7)+parseInt(_0x101668(0xf3))/0x8*(-parseInt(_0x101668(0xfd))/0x9)+parseInt(_0x101668(0xf8))/0xa*(-parseInt(_0x101668(0xf7))/0xb);if(_0x1a525f===_0x3c0835)break;else _0x5d7e0a['push'](_0x5d7e0a['shift']());}catch(_0xd4e0cc){_0x5d7e0a['push'](_0x5d7e0a['shift']());}}}(a15_0x16a4,0x34eda));const path=require('path'),{requireModule}=require(a15_0x614ffa(0xf9));let initJestAdapter;try{initJestAdapter=requireModule(a15_0x614ffa(0xfa),'jest-circus');}catch{initJestAdapter=requireModule(a15_0x614ffa(0xff),a15_0x614ffa(0x100));}function a15_0x16a4(){const _0xe0e46c=['326178GadJvg','join','jest-circus/build/runner.js','jest-circus','1173714dWIBwC','96861ytqHTu','7ispNxk','function','2zFKgwE','exports','1579716wLCufC','requireInternalModule','default','customJestAdapterInit.js','jestAdapterInit','1482952ZaYHth','8SUglSH','initRequireModule','includes','MPzgq','4673097RTNNnD','10DRdOec','../../../helpers/helper','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','1486080sESUey','FEunc'];a15_0x16a4=function(){return _0xe0e46c;};return a15_0x16a4();}function a15_0x3f01(_0x1cdb3e,_0x17170c){const _0x16a4eb=a15_0x16a4();return a15_0x3f01=function(_0x3f01ba,_0x1a54a9){_0x3f01ba=_0x3f01ba-0xea;let _0x27ed71=_0x16a4eb[_0x3f01ba];return _0x27ed71;},a15_0x3f01(_0x1cdb3e,_0x17170c);}initJestAdapter=typeof initJestAdapter===a15_0x614ffa(0xea)?initJestAdapter:initJestAdapter[a15_0x614ffa(0xef)];const FRAMEWORK_INITIALIZER=path[a15_0x614ffa(0xfe)](__dirname,a15_0x614ffa(0xf0));module[a15_0x614ffa(0xec)]=(..._0x1a1170)=>{const _0x551bec=a15_0x614ffa,_0x15edcb={'FEunc':_0x551bec(0xf1),'tQsKq':function(_0x399846,_0x89d15d){return _0x399846===_0x89d15d;},'MPzgq':function(_0x227b26,..._0x38b601){return _0x227b26(..._0x38b601);}};return _0x1a1170[0x3][_0x551bec(0xf4)]=_0x1a1170[0x3][_0x551bec(0xee)],_0x1a1170[0x3][_0x551bec(0xee)]=(..._0x153ec4)=>{const _0x2af496=_0x551bec;if(_0x153ec4[0x0]&&_0x153ec4[0x0][_0x2af496(0xf5)](_0x15edcb[_0x2af496(0xfc)])&&_0x15edcb['tQsKq'](_0x153ec4[0x1],undefined))return _0x1a1170[0x3][_0x2af496(0xf4)](FRAMEWORK_INITIALIZER);return _0x1a1170[0x3][_0x2af496(0xf4)](..._0x153ec4);},_0x15edcb[_0x551bec(0xf6)](initJestAdapter,..._0x1a1170);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a16_0x13f9a1=a16_0xea48;(function(_0x17c11b,_0x5b1817){const _0x3974f9=a16_0xea48,_0x3140d1=_0x17c11b();while(!![]){try{const _0x3486ac=-parseInt(_0x3974f9(0x153))/0x1+-parseInt(_0x3974f9(0x114))/0x2+parseInt(_0x3974f9(0x123))/0x3+-parseInt(_0x3974f9(0x13e))/0x4+parseInt(_0x3974f9(0x149))/0x5+-parseInt(_0x3974f9(0x110))/0x6*(parseInt(_0x3974f9(0x15c))/0x7)+parseInt(_0x3974f9(0x115))/0x8;if(_0x3486ac===_0x5b1817)break;else _0x3140d1['push'](_0x3140d1['shift']());}catch(_0x37a44e){_0x3140d1['push'](_0x3140d1['shift']());}}}(a16_0x108c,0xf40b8));function a16_0xea48(_0x1c2e81,_0x4b06ad){const _0x108c89=a16_0x108c();return a16_0xea48=function(_0xea480c,_0x2a1f73){_0xea480c=_0xea480c-0x102;let _0xae8e8c=_0x108c89[_0xea480c];return _0xae8e8c;},a16_0xea48(_0x1c2e81,_0x4b06ad);}const helper=require('../../../helpers/helper'),constants=require('../../utils/constants'),{isTestObservabilitySession}=require(a16_0x13f9a1(0x155)),RequestQueueHandler=require(a16_0x13f9a1(0x11f)),ObservabilityReporter=require(a16_0x13f9a1(0x104)),testhubUtils=require(a16_0x13f9a1(0x122)),logger=require(a16_0x13f9a1(0x118))[a16_0x13f9a1(0x117)],getTestEnvironment=((()=>{const _0x1b9986=a16_0x13f9a1,_0x47d496={};_0x47d496[_0x1b9986(0x170)]=_0x1b9986(0x146),_0x47d496[_0x1b9986(0x141)]=_0x1b9986(0x10d);const _0x2af2bc=_0x47d496;try{const _0x39e5ba=helper[_0x1b9986(0x140)](_0x2af2bc['vVYHO']);if(_0x39e5ba[_0x1b9986(0x106)])return _0x39e5ba[_0x1b9986(0x106)];const _0x330d6d=helper[_0x1b9986(0x140)](_0x2af2bc[_0x1b9986(0x141)]);if(_0x330d6d[_0x1b9986(0x125)])return _0x330d6d[_0x1b9986(0x125)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x3f95ae=a16_0x13f9a1,_0x19942e={'CbSMb':function(_0x4f85ba,_0xc7f0cb){return _0x4f85ba(_0xc7f0cb);},'fZnbS':'node','COSRl':function(_0x49f3d5,_0x1af0ee){return _0x49f3d5(_0x1af0ee);},'flADZ':_0x3f95ae(0x12c),'vTZfZ':function(_0x3afa26,_0x2aa7fd){return _0x3afa26(_0x2aa7fd);}},_0x23b0f3=_0x19942e[_0x3f95ae(0x132)](getTestEnvironment,{'rootDir':process[_0x3f95ae(0x15d)](),'testEnvironment':process['env'][_0x3f95ae(0x12b)]||_0x19942e[_0x3f95ae(0x16d)]});if(!_0x23b0f3)return _0x19942e['COSRl'](_interopRequireDefault,helper[_0x3f95ae(0x140)](_0x19942e[_0x3f95ae(0x10b)]));return _0x19942e[_0x3f95ae(0x166)](_interopRequireDefault,helper['requireModule'](_0x23b0f3));})()),_seleniumWebdriver2=((()=>{const _0x3331b9=a16_0x13f9a1,_0x1270e3={'NFnvP':function(_0x2ce0d2,_0x5dead9){return _0x2ce0d2(_0x5dead9);}};try{const _0x5b8518=helper[_0x3331b9(0x15e)]();return helper[_0x3331b9(0x142)](),_0x1270e3['NFnvP'](_interopRequireDefault,_0x5b8518);}catch{return null;}})());function _interopRequireDefault(_0x34d78c){return _0x34d78c&&_0x34d78c['__esModule']?_0x34d78c:{'default':_0x34d78c};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x13f9a1(0x138)][a16_0x13f9a1(0x10a)]:null;function a16_0x108c(){const _0x2cbc66=['__jestRetries','timeout__','browserStackGlobals','jest-resolve','LVMts','onTestDone','510595PmUZTV','uxUuC','builder','nestedKeyValue','VQRBI','skipSessionName','ZUKHZ','errors','DwVNJ','pEGou','1683555kBBBMF','percyCaptureMode','../../../helpers/test-observability/utils','platformCaps','__drivers','vyUFs','global','testEnvironmentOptions','test','14mzsIlB','cwd','requireSeleniumWebdriver','__driversArray','test_done','mode','split','driver','teardown','cleanupDrivers','vTZfZ','failFast','capability','testPath','failFastActive','__skipSessionStatus','__webdriver','fZnbS','shouldProcessEventForTesthub','quit','vVYHO','sdwcb','isBrowserstackInfra','BMNmP','handleTestEvent','../test-observability/obsReporter','isArray','resolveTestEnvironment','retries__','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','fUYbY','Builder','flADZ','isTrue','jest-config','debug','hQXlX','2246622qbopma','test_start','VvdsI','exports','277940PphqMN','18152160ppNlwa','skip','winstonLogger','../../../helpers/logger','cleanup','OtJaK','bstack:options','browserstackPercyBestPlatform','../../../helpers/test-orchestration/failfastManager','shouldFailFast','../../../helpers/test-observability/requestQueueHandler','GltdY','2|3|6|0|5|1|4|7','../../../helpers/testhub/utils','5114208rrmTUj','sessionNameProvided','getTestEnvironment','percy','isNotUndefined','failFastOptions','projectName','registerListeners','BSTACK_JEST_TEST_ENV','jest-environment-node','iFdkG','configuration','capabilities','buildName','message','CbSMb','projectConfig','Error\x20in\x20fail-fast\x20test_done\x20handler:','__platformCaps','__timeout','../../../index','default','ltAmr','shutdown','browserStackPercyOptions','TeeXr','browserstackPlatformIndex','2019472PBupQK','name','requireModule','poRtp','modifyCommand'];a16_0x108c=function(){return _0x2cbc66;};return a16_0x108c();}class CustomEnvironment extends _jestUserEnvironment[a16_0x13f9a1(0x138)]{constructor(_0x3a90d){const _0x3f52db=a16_0x13f9a1,_0x35ca96={'GltdY':_0x3f52db(0x16f),'sqbBC':function(_0x55bd69,_0x2f7994){return _0x55bd69+_0x2f7994;},'ZUKHZ':_0x3f52db(0x11b),'PJpJE':function(_0x4033f4,_0x1cce3f){return _0x4033f4(_0x1cce3f);},'XgXmp':_0x3f52db(0x11d),'fUYbY':_0x3f52db(0x121),'TeeXr':'testEnvironmentOptions','BMNmP':_0x3f52db(0x13b),'uxUuC':_0x3f52db(0x126),'VQRBI':_0x3f52db(0x137),'hQXlX':_0x3f52db(0x154),'OtJaK':_0x3f52db(0x11c)};super(_0x3a90d),this[_0x3f52db(0x159)][_0x3f52db(0x136)]=0x0,this['configuration']={};!_0x3a90d['testEnvironmentOptions']&&(_0x3a90d[_0x3f52db(0x15a)]={});if(helper[_0x3f52db(0x172)]()){_0x3a90d[_0x3f52db(0x15a)]=_0x3a90d['projectConfig']?_0x3a90d['projectConfig']['testEnvironmentOptions']:_0x3a90d[_0x3f52db(0x15a)];_seleniumWebdriver2&&(this[_0x3f52db(0x14b)]=new _seleniumWebdriver2[(_0x3f52db(0x138))][(_0x3f52db(0x10a))]());this[_0x3f52db(0x168)]=_0x3a90d[_0x3f52db(0x133)]?_0x3a90d[_0x3f52db(0x133)][_0x3f52db(0x168)]:_0x3a90d[_0x3f52db(0x168)],this['global'][_0x3f52db(0x136)]=_0x35ca96['sqbBC'](_0x3a90d['testEnvironmentOptions'][_0x3f52db(0x144)]||0x1388,constants['BSTACK_DELTA']),this['failFastOptions']=_0x3a90d[_0x3f52db(0x15a)]['failFast'];if(this[_0x3f52db(0x128)]){const _0x277130=this[_0x3f52db(0x168)][_0x35ca96[_0x3f52db(0x14f)]]?.[_0x3f52db(0x130)]||'',_0x294bd0=this[_0x3f52db(0x168)][_0x35ca96[_0x3f52db(0x14f)]]?.[_0x3f52db(0x129)]||'';this[_0x3f52db(0x167)]=new(_0x35ca96['PJpJE'](require,_0x35ca96['XgXmp']))(this['failFastOptions'],_0x277130,_0x294bd0),this[_0x3f52db(0x159)]['failFastActive']=![];}helper[_0x3f52db(0x127)](_0x3a90d['testEnvironmentOptions'][_0x3f52db(0x107)])&&(this[_0x3f52db(0x159)][_0x3f52db(0x143)]=_0x3a90d['testEnvironmentOptions'][_0x3f52db(0x107)]);}if(testhubUtils[_0x3f52db(0x16e)]()){const _0x5b058e=new ObservabilityReporter();_0x5b058e[_0x3f52db(0x12a)]();}this[_0x3f52db(0x159)][_0x3f52db(0x145)]={},this[_0x3f52db(0x12e)]=_0x3a90d[_0x3f52db(0x15a)],this[_0x3f52db(0x12e)]['framework']=constants['FRAMEWORKS']['JEST'],this[_0x3f52db(0x159)][_0x3f52db(0x13d)]=(_0x3a90d[_0x3f52db(0x133)]?_0x3a90d[_0x3f52db(0x133)][_0x3f52db(0x13d)]:_0x3a90d[_0x3f52db(0x13d)])||0x0,this[_0x3f52db(0x159)][_0x3f52db(0x135)]=this[_0x3f52db(0x12e)]&&this[_0x3f52db(0x12e)][_0x3f52db(0x156)]&&Array[_0x3f52db(0x105)](this[_0x3f52db(0x12e)][_0x3f52db(0x156)])&&this[_0x3f52db(0x12e)][_0x3f52db(0x156)][this[_0x3f52db(0x159)][_0x3f52db(0x13d)]]||{};const _0x286153=this[_0x3f52db(0x159)][_0x3f52db(0x13d)],_0x12422d={...this['configuration'],'capability':this['configuration'][_0x3f52db(0x12f)]&&Array[_0x3f52db(0x105)](this[_0x3f52db(0x12e)][_0x3f52db(0x12f)])&&this[_0x3f52db(0x12e)][_0x3f52db(0x12f)][_0x286153]||{},'platformCaps':this[_0x3f52db(0x12e)][_0x3f52db(0x156)]&&Array[_0x3f52db(0x105)](this[_0x3f52db(0x12e)][_0x3f52db(0x156)])&&this[_0x3f52db(0x12e)]['platformCaps'][_0x286153]||{}};delete _0x12422d[_0x3f52db(0x12f)],this[_0x3f52db(0x159)]['jestConfig']=_0x12422d;if(_seleniumWebdriver2){const _0x59a50a=_0x35ca96[_0x3f52db(0x109)][_0x3f52db(0x162)]('|');let _0x301027=0x0;while(!![]){switch(_0x59a50a[_0x301027++]){case'0':this[_0x3f52db(0x159)][_0x3f52db(0x126)]=helper[_0x3f52db(0x14c)](_0x3a90d,[_0x35ca96[_0x3f52db(0x13c)],_0x35ca96[_0x3f52db(0x102)],_0x35ca96[_0x3f52db(0x14a)]]);continue;case'1':helper['isTrue'](this['configuration'][_0x3f52db(0x14e)])?this[_0x3f52db(0x159)][_0x3f52db(0x124)]=!![]:this[_0x3f52db(0x159)][_0x3f52db(0x124)]=![];continue;case'2':this['global'][_0x3f52db(0x157)]=[];continue;case'3':this[_0x3f52db(0x159)][_0x3f52db(0x16c)]=_0x35ca96['PJpJE'](require,_0x35ca96[_0x3f52db(0x14d)])['browserstackAgentV2']({...this[_0x3f52db(0x12e)],'capability':this['capability']||{}},this,testhubUtils[_0x3f52db(0x16e)]());continue;case'4':this[_0x3f52db(0x159)][_0x3f52db(0x16b)]=helper[_0x3f52db(0x10c)](this['configuration']['skipSessionStatus']);continue;case'5':this[_0x3f52db(0x159)]['percyCaptureMode']=helper[_0x3f52db(0x14c)](_0x3a90d,[_0x35ca96[_0x3f52db(0x13c)],_0x35ca96[_0x3f52db(0x102)],_0x35ca96[_0x3f52db(0x10f)]]);continue;case'6':this[_0x3f52db(0x159)]['browserstackPercyBestPlatform']=helper[_0x3f52db(0x14c)](_0x3a90d,[_0x35ca96[_0x3f52db(0x13c)],_0x35ca96[_0x3f52db(0x102)],_0x35ca96[_0x3f52db(0x11a)]]);continue;case'7':this[_0x3f52db(0x159)][_0x3f52db(0x119)]=async()=>{const _0x2cd74a=_0x3f52db;await this[_0x2cd74a(0x159)][_0x2cd74a(0x163)][_0x2cd74a(0x16f)](_0x35ca96[_0x2cd74a(0x120)]);};continue;}break;}}}async[a16_0x13f9a1(0x164)](){const _0x11186f=a16_0x13f9a1;_seleniumWebdriver2&&(await helper[_0x11186f(0x165)](this[_0x11186f(0x159)][_0x11186f(0x15f)]),this['global']['__webdriver'][_0x11186f(0x10a)]=originalBuilder),await RequestQueueHandler['getInstance']()[_0x11186f(0x13a)]();}async['setup'](){}async[a16_0x13f9a1(0x103)](_0x1ed554,_0x168939){const _0x1420ab=a16_0x13f9a1,_0x567f8c={};_0x567f8c[_0x1420ab(0x139)]=function(_0x525d54,_0x28b796){return _0x525d54===_0x28b796;},_0x567f8c[_0x1420ab(0x151)]=_0x1420ab(0x111),_0x567f8c['BIXpE']=function(_0x258a0a,_0x39b532){return _0x258a0a===_0x39b532;},_0x567f8c['LeXWR']=_0x1420ab(0x116),_0x567f8c[_0x1420ab(0x12d)]=function(_0x43ebc5,_0x755794){return _0x43ebc5===_0x755794;},_0x567f8c['sdwcb']=_0x1420ab(0x160),_0x567f8c['pEGou']='\x20>\x20',_0x567f8c[_0x1420ab(0x112)]=function(_0x67abaf,_0x26e14){return _0x67abaf===_0x26e14;},_0x567f8c[_0x1420ab(0x158)]=_0x1420ab(0x134),_0x567f8c[_0x1420ab(0x147)]='teardown';const _0x24aab8=_0x567f8c,{name:_0x8d7975}=_0x1ed554;if(_0x24aab8[_0x1420ab(0x139)](_0x8d7975,_0x24aab8[_0x1420ab(0x151)])){this['global']['testContext']=_0x1ed554['test'];if(_0x24aab8['BIXpE'](this[_0x1420ab(0x159)]['failFastActive'],!![])){const _0x191c3f=_0x1ed554[_0x1420ab(0x15b)][_0x1420ab(0x13f)];logger['info'](_0x1420ab(0x108)+_0x191c3f),_0x1ed554[_0x1420ab(0x15b)][_0x1420ab(0x161)]=_0x24aab8['LeXWR'];}}if(this[_0x1420ab(0x167)]&&_0x24aab8[_0x1420ab(0x12d)](_0x8d7975,_0x24aab8[_0x1420ab(0x171)]))try{const _0x35250f=_0x1ed554[_0x1420ab(0x15b)][_0x1420ab(0x169)]['join'](_0x24aab8[_0x1420ab(0x152)]),_0x3662bb=_0x1ed554['test'][_0x1420ab(0x150)];await this[_0x1420ab(0x167)][_0x1420ab(0x148)](_0x35250f,_0x3662bb);const _0x362c73=await this[_0x1420ab(0x167)][_0x1420ab(0x11e)]();_0x24aab8[_0x1420ab(0x112)](this['global']['failFastActive'],![])&&_0x24aab8['ltAmr'](_0x362c73,!![])&&(this[_0x1420ab(0x159)][_0x1420ab(0x16a)]=!![]);}catch(_0x3d12c7){logger[_0x1420ab(0x10e)](_0x24aab8[_0x1420ab(0x158)],_0x3d12c7[_0x1420ab(0x131)]);}_0x24aab8[_0x1420ab(0x112)](_0x8d7975,_0x24aab8[_0x1420ab(0x147)])&&(this['failFast']&&this[_0x1420ab(0x167)][_0x1420ab(0x119)]());}}module[a16_0x13f9a1(0x113)]=CustomEnvironment;
|
|
1
|
+
const a16_0x425c7b=a16_0x2ce6;(function(_0x397143,_0xd2d5c0){const _0x484bd7=a16_0x2ce6,_0x13d335=_0x397143();while(!![]){try{const _0x4bbebd=-parseInt(_0x484bd7(0x165))/0x1*(parseInt(_0x484bd7(0x168))/0x2)+-parseInt(_0x484bd7(0x1a0))/0x3+parseInt(_0x484bd7(0x1ba))/0x4+-parseInt(_0x484bd7(0x150))/0x5+parseInt(_0x484bd7(0x14f))/0x6+-parseInt(_0x484bd7(0x157))/0x7+parseInt(_0x484bd7(0x171))/0x8;if(_0x4bbebd===_0xd2d5c0)break;else _0x13d335['push'](_0x13d335['shift']());}catch(_0x31fa49){_0x13d335['push'](_0x13d335['shift']());}}}(a16_0x5375,0xe00c8));const helper=require(a16_0x425c7b(0x16a)),constants=require(a16_0x425c7b(0x1a3)),{isTestObservabilitySession}=require(a16_0x425c7b(0x178)),RequestQueueHandler=require(a16_0x425c7b(0x1a9)),ObservabilityReporter=require(a16_0x425c7b(0x196)),testhubUtils=require('../../../helpers/testhub/utils'),logger=require(a16_0x425c7b(0x185))['winstonLogger'],getTestEnvironment=((()=>{const _0x4c25d8=a16_0x425c7b,_0x4f5e29={};_0x4f5e29[_0x4c25d8(0x155)]=_0x4c25d8(0x167),_0x4f5e29[_0x4c25d8(0x17d)]=_0x4c25d8(0x18c);const _0x496819=_0x4f5e29;try{const _0x236464=helper[_0x4c25d8(0x17c)](_0x496819[_0x4c25d8(0x155)]);if(_0x236464[_0x4c25d8(0x186)])return _0x236464[_0x4c25d8(0x186)];const _0x452b76=helper[_0x4c25d8(0x17c)](_0x496819['sGjBq']);if(_0x452b76[_0x4c25d8(0x1b9)])return _0x452b76[_0x4c25d8(0x1b9)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x5f5216=a16_0x425c7b,_0x59f3fd={'uBdMB':function(_0x4b16e4,_0x202333){return _0x4b16e4(_0x202333);},'BtBHi':_0x5f5216(0x16e),'BdmTS':_0x5f5216(0x16b)},_0x49bcd7=_0x59f3fd[_0x5f5216(0x18b)](getTestEnvironment,{'rootDir':process[_0x5f5216(0x19a)](),'testEnvironment':process[_0x5f5216(0x184)][_0x5f5216(0x197)]||_0x59f3fd[_0x5f5216(0x1bb)]});if(!_0x49bcd7)return _0x59f3fd[_0x5f5216(0x18b)](_interopRequireDefault,helper[_0x5f5216(0x17c)](_0x59f3fd[_0x5f5216(0x1b6)]));return _0x59f3fd[_0x5f5216(0x18b)](_interopRequireDefault,helper['requireModule'](_0x49bcd7));})()),_seleniumWebdriver2=((()=>{const _0x5b9195=a16_0x425c7b,_0x5c9692={'xuIHQ':function(_0x1582d3,_0x378d33){return _0x1582d3(_0x378d33);}};try{const _0x178a91=helper[_0x5b9195(0x1b5)]();return helper[_0x5b9195(0x17b)](),_0x5c9692['xuIHQ'](_interopRequireDefault,_0x178a91);}catch{return null;}})());function a16_0x2ce6(_0x238d97,_0x1550b1){const _0x537551=a16_0x5375();return a16_0x2ce6=function(_0x2ce66c,_0x44da63){_0x2ce66c=_0x2ce66c-0x14f;let _0x56f70d=_0x537551[_0x2ce66c];return _0x56f70d;},a16_0x2ce6(_0x238d97,_0x1550b1);}function _interopRequireDefault(_0x5ca5b0){return _0x5ca5b0&&_0x5ca5b0['__esModule']?_0x5ca5b0:{'default':_0x5ca5b0};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x425c7b(0x19f)][a16_0x425c7b(0x17e)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x1f5536){const _0x20a095=a16_0x425c7b,_0x4db2c6={'CwuQF':_0x20a095(0x194),'aonFB':function(_0x4b854a,_0xa859af){return _0x4b854a+_0xa859af;},'VWplw':_0x20a095(0x1b8),'JINEi':function(_0x5471ed,_0x267d6d){return _0x5471ed(_0x267d6d);},'qXnOJ':_0x20a095(0x1a7),'eZsnV':_0x20a095(0x1b4),'YQuMn':_0x20a095(0x19d),'UNgag':_0x20a095(0x163),'UxKOq':_0x20a095(0x162),'MVtew':_0x20a095(0x15b),'VCsDP':_0x20a095(0x161),'SeCKX':function(_0x53d1ca,_0x2150d6){return _0x53d1ca(_0x2150d6);},'dJovS':_0x20a095(0x17a)};super(_0x1f5536),this[_0x20a095(0x1a1)][_0x20a095(0x174)]=0x0,this[_0x20a095(0x18f)]={};!_0x1f5536[_0x20a095(0x19d)]&&(_0x1f5536['testEnvironmentOptions']={});if(helper['isBrowserstackInfra']()){_0x1f5536['testEnvironmentOptions']=_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x19d)]:_0x1f5536[_0x20a095(0x19d)];_seleniumWebdriver2&&(this[_0x20a095(0x19c)]=new _seleniumWebdriver2['default']['Builder']());this[_0x20a095(0x15f)]=_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x15f)]:_0x1f5536[_0x20a095(0x15f)],this[_0x20a095(0x1a1)][_0x20a095(0x174)]=_0x4db2c6[_0x20a095(0x1a5)](_0x1f5536[_0x20a095(0x19d)][_0x20a095(0x1af)]||0x1388,constants['BSTACK_DELTA']),this[_0x20a095(0x153)]=_0x1f5536['testEnvironmentOptions'][_0x20a095(0x159)];if(this[_0x20a095(0x153)]){const _0x4614df=this[_0x20a095(0x15f)][_0x4db2c6[_0x20a095(0x15d)]]?.[_0x20a095(0x15e)]||'',_0x3a0e20=this[_0x20a095(0x15f)][_0x4db2c6[_0x20a095(0x15d)]]?.[_0x20a095(0x19e)]||'';this[_0x20a095(0x159)]=new(_0x4db2c6[_0x20a095(0x1ab)](require,_0x4db2c6[_0x20a095(0x152)]))(this[_0x20a095(0x153)],_0x4614df,_0x3a0e20),this[_0x20a095(0x1a1)][_0x20a095(0x1ac)]=![];}helper[_0x20a095(0x15c)](_0x1f5536[_0x20a095(0x19d)][_0x20a095(0x1b0)])&&(this[_0x20a095(0x1a1)][_0x20a095(0x18d)]=_0x1f5536[_0x20a095(0x19d)]['retries__']);}if(testhubUtils['shouldProcessEventForTesthub']()){const _0x473246=new ObservabilityReporter();_0x473246['registerListeners']();}this[_0x20a095(0x1a1)][_0x20a095(0x192)]={},this[_0x20a095(0x18f)]=_0x1f5536[_0x20a095(0x19d)],this[_0x20a095(0x18f)][_0x20a095(0x193)]=constants['FRAMEWORKS'][_0x20a095(0x1bc)],this[_0x20a095(0x1a1)][_0x20a095(0x180)]=(_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x180)]:_0x1f5536['browserstackPlatformIndex'])||0x0,this[_0x20a095(0x1a1)][_0x20a095(0x151)]=this[_0x20a095(0x18f)]&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)]['platformCaps'])&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)][this[_0x20a095(0x1a1)][_0x20a095(0x180)]]||{};const _0x28d4fc=this['global'][_0x20a095(0x180)],_0x110553={...this[_0x20a095(0x18f)],'capability':this[_0x20a095(0x18f)][_0x20a095(0x156)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)][_0x20a095(0x156)])&&this[_0x20a095(0x18f)][_0x20a095(0x156)][_0x28d4fc]||{},'platformCaps':this[_0x20a095(0x18f)][_0x20a095(0x1aa)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)][_0x20a095(0x1aa)])&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)][_0x28d4fc]||{}};delete _0x110553[_0x20a095(0x156)],this[_0x20a095(0x1a1)][_0x20a095(0x1b2)]=_0x110553;if(_seleniumWebdriver2){const _0x26a7b6=_0x4db2c6[_0x20a095(0x1a6)][_0x20a095(0x190)]('|');let _0x289f9e=0x0;while(!![]){switch(_0x26a7b6[_0x289f9e++]){case'0':this['global']['cleanup']=async()=>{const _0x2fee98=_0x20a095;await this[_0x2fee98(0x1a1)][_0x2fee98(0x188)][_0x2fee98(0x194)](_0x4db2c6[_0x2fee98(0x160)]);};continue;case'1':this[_0x20a095(0x1a1)]['__skipSessionStatus']=helper['isTrue'](this[_0x20a095(0x18f)][_0x20a095(0x198)]);continue;case'2':this[_0x20a095(0x1a1)]['percyCaptureMode']=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6['UNgag'],_0x4db2c6['UxKOq']]);continue;case'3':this[_0x20a095(0x1a1)][_0x20a095(0x15b)]=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6['UNgag'],_0x4db2c6['MVtew']]);continue;case'4':helper['isTrue'](this[_0x20a095(0x18f)][_0x20a095(0x191)])?this[_0x20a095(0x1a1)][_0x20a095(0x170)]=!![]:this[_0x20a095(0x1a1)][_0x20a095(0x170)]=![];continue;case'5':this[_0x20a095(0x1a1)][_0x20a095(0x161)]=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6[_0x20a095(0x187)],_0x4db2c6['VCsDP']]);continue;case'6':this[_0x20a095(0x1a1)][_0x20a095(0x1a4)]=_0x4db2c6[_0x20a095(0x16c)](require,_0x4db2c6['dJovS'])[_0x20a095(0x173)]({...this['configuration'],'capability':this[_0x20a095(0x15f)]||{}},this,testhubUtils[_0x20a095(0x1b1)]());continue;case'7':this[_0x20a095(0x1a1)]['__drivers']=[];continue;}break;}}}async[a16_0x425c7b(0x181)](){const _0x3bbb61=a16_0x425c7b;_seleniumWebdriver2&&(await helper[_0x3bbb61(0x172)](this['global'][_0x3bbb61(0x177)]),this[_0x3bbb61(0x1a1)][_0x3bbb61(0x1a4)]['Builder']=originalBuilder),await RequestQueueHandler[_0x3bbb61(0x1ae)]()[_0x3bbb61(0x175)]();}async[a16_0x425c7b(0x179)](){}async['handleTestEvent'](_0x643d9a,_0xa10e5e){const _0xb380da=a16_0x425c7b,_0xe1abed={};_0xe1abed[_0xb380da(0x18e)]=function(_0x4693fb,_0x5096d2){return _0x4693fb===_0x5096d2;},_0xe1abed[_0xb380da(0x1bd)]='test_start',_0xe1abed['BdxAr']='skip',_0xe1abed[_0xb380da(0x195)]='test_done',_0xe1abed[_0xb380da(0x15a)]=_0xb380da(0x16f),_0xe1abed[_0xb380da(0x189)]=function(_0x5d135e,_0x457374){return _0x5d135e===_0x457374;},_0xe1abed[_0xb380da(0x154)]=_0xb380da(0x1a2),_0xe1abed[_0xb380da(0x183)]=function(_0x8b00c3,_0x1ee65f){return _0x8b00c3===_0x1ee65f;},_0xe1abed[_0xb380da(0x17f)]='teardown';const _0x595b90=_0xe1abed,{name:_0x34c900}=_0x643d9a;if(_0x595b90[_0xb380da(0x18e)](_0x34c900,_0x595b90[_0xb380da(0x1bd)])){this[_0xb380da(0x1a1)][_0xb380da(0x176)]=_0x643d9a[_0xb380da(0x1a8)];if(_0x595b90[_0xb380da(0x18e)](this['global'][_0xb380da(0x1ac)],!![])){const _0xabc38=_0x643d9a[_0xb380da(0x1a8)]['name'];logger['info']('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0xabc38),_0x643d9a[_0xb380da(0x1a8)]['mode']=_0x595b90['BdxAr'];}}if(this[_0xb380da(0x159)]&&_0x595b90[_0xb380da(0x18e)](_0x34c900,_0x595b90[_0xb380da(0x195)]))try{const _0xe68a0=_0x643d9a['test'][_0xb380da(0x16d)][_0xb380da(0x1b3)](_0x595b90['KLpuU']),_0x537794=_0x643d9a[_0xb380da(0x1a8)]['errors'];await this[_0xb380da(0x159)][_0xb380da(0x169)](_0xe68a0,_0x537794);const _0x1fdaee=await this[_0xb380da(0x159)][_0xb380da(0x18a)]();_0x595b90[_0xb380da(0x18e)](this[_0xb380da(0x1a1)][_0xb380da(0x1ac)],![])&&_0x595b90['ncJMz'](_0x1fdaee,!![])&&(this[_0xb380da(0x1a1)][_0xb380da(0x1ac)]=!![]);}catch(_0x1b354c){logger[_0xb380da(0x158)](_0x595b90['ZsDJu'],_0x1b354c[_0xb380da(0x182)]);}_0x595b90[_0xb380da(0x183)](_0x34c900,_0x595b90['DiImQ'])&&(this[_0xb380da(0x159)]&&this['failFast'][_0xb380da(0x199)]());}}module[a16_0x425c7b(0x164)]=CustomEnvironment;function a16_0x5375(){const _0x220577=['../../../helpers/test-observability/utils','setup','../../../index','modifyCommand','requireModule','sGjBq','Builder','DiImQ','browserstackPlatformIndex','teardown','message','pHiFH','env','../../../helpers/logger','resolveTestEnvironment','UNgag','driver','ncJMz','shouldFailFast','uBdMB','jest-config','__jestRetries','iWjch','configuration','split','skipSessionName','browserStackGlobals','framework','quit','TdMRP','../test-observability/obsReporter','BSTACK_JEST_TEST_ENV','skipSessionStatus','cleanup','cwd','YQuMn','builder','testEnvironmentOptions','projectName','default','5235543bKUqCx','global','Error\x20in\x20fail-fast\x20test_done\x20handler:','../../utils/constants','__webdriver','aonFB','eZsnV','../../../helpers/test-orchestration/failfastManager','test','../../../helpers/test-observability/requestQueueHandler','platformCaps','JINEi','failFastActive','isArray','getInstance','timeout__','retries__','shouldProcessEventForTesthub','jestConfig','join','7|6|3|5|2|4|1|0','requireSeleniumWebdriver','BdmTS','nestedKeyValue','bstack:options','getTestEnvironment','6955500SNMgRP','BtBHi','JEST','pKCPQ','4183308SHCzqT','6094490oxPPcq','__platformCaps','qXnOJ','failFastOptions','ZsDJu','zUuBW','capabilities','9185568ybjeeT','debug','failFast','KLpuU','browserstackPercyBestPlatform','isNotUndefined','VWplw','buildName','capability','CwuQF','percy','percyCaptureMode','browserStackPercyOptions','exports','65065emrcfn','projectConfig','jest-resolve','4YmxDPD','onTestDone','../../../helpers/helper','jest-environment-node','SeCKX','testPath','node','\x20>\x20','sessionNameProvided','23104352zOeCbl','cleanupDrivers','browserstackAgentV2','__timeout','shutdown','testContext','__driversArray'];a16_0x5375=function(){return _0x220577;};return a16_0x5375();}
|