browserstack-node-sdk 1.51.0 → 1.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a97_0x13b562=a97_0x4ecc;(function(_0x142775,_0x40bb56){const _0x2a6582=a97_0x4ecc,_0x32e7dc=_0x142775();while(!![]){try{const _0x5803a8=-parseInt(_0x2a6582(0x1ac))/0x1+parseInt(_0x2a6582(0x205))/0x2+parseInt(_0x2a6582(0x1eb))/0x3*(-parseInt(_0x2a6582(0x1ef))/0x4)+parseInt(_0x2a6582(0x192))/0x5*(parseInt(_0x2a6582(0x14a))/0x6)+-parseInt(_0x2a6582(0x16b))/0x7*(-parseInt(_0x2a6582(0x16c))/0x8)+parseInt(_0x2a6582(0x171))/0x9+parseInt(_0x2a6582(0x206))/0xa;if(_0x5803a8===_0x40bb56)break;else _0x32e7dc['push'](_0x32e7dc['shift']());}catch(_0x4458d0){_0x32e7dc['push'](_0x32e7dc['shift']());}}}(a97_0x1bdb,0x96256));const path=require(a97_0x13b562(0x1c7)),util=require(a97_0x13b562(0x1a1)),crypto=require(a97_0x13b562(0x168)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a97_0x13b562(0x175)),logger=require(a97_0x13b562(0x1fc))[a97_0x13b562(0x17d)],{o11yClassErrorHandler}=require(a97_0x13b562(0x184)),TestInfo=require(a97_0x13b562(0x147)),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require(a97_0x13b562(0x1f2)),a97_0x3d89d9={};function a97_0x4ecc(_0x19d847,_0x55dbca){const _0x1bdb64=a97_0x1bdb();return a97_0x4ecc=function(_0x4ecced,_0x35a31d){_0x4ecced=_0x4ecced-0x147;let _0x44ca8c=_0x1bdb64[_0x4ecced];return _0x44ca8c;},a97_0x4ecc(_0x19d847,_0x55dbca);}function a97_0x1bdb(){const _0x24c6ca=['WJvhW','title','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','result','gdufH','hooks','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','kWPcQ','TfnXN','pid','File\x20path\x20could\x20not\x20be\x20found','VGsLP','finishedAt','ecFZu','cQGSP','getRootParentFile','WqVKf','beforeAll','failure_reason','expanded','path','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','test','debug','eoTth','NnbFC','kDfTM','bVqkU','toString','YzDqo','error','inspect','getHookRunEventData','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','configureGit','uuid',',\x20hookUUID:\x20','TestRunSkipped','failure_backtrace','__jestCurrentTestIdentifier','bnERI','HookRunStarted','recreateIdentifierFromTestInfo','XJjuN','failure_reason_expanded','displayName','jest','parse','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','root',':jest-','skipped','DIMWx','pQnkj','kJGNB','sEKOn','3rThlVI','sxXBR','__workerDetails','GTtnF','1489592lobrbK','testIdentifier','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','stack-trace','unknown','getTestIdentifier','hex','SxuHT','pending','KMYwP','MshwQ','RTwvO','failed','../../../helpers/logger.js','relative','AOLIz','afterEach','apply','failure_data','oAejV','err','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','1296998kCHjIB','8589440dVBfPy','../TestInfo.js','AFTER_ALL','gtXYL','6702nOZXJL','VqGnV','format','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','HookRunFinished','OmIyO','fullName','getFileName','isJestInternalHook','PMWNP','hook','dkwlc','dqiOb','Exception\x20in\x20createTestFrameworkData:\x20','Creating\x20hook\x20data\x20for\x20eventType:\x20',',\x20testIdentifier:\x20','asyncError','createJestTestIdentifier','KsdJL','passed','Exception\x20in\x20getHookRunEventData:\x20','name','fVQOq','afterAll','toUpperCase','exports','createTestFrameworkData','YFhjM','[jestUtils]\x20Error\x20creating\x20identifier:\x20','md5','crypto','beforeEach','file','21twIXiq','178672YsvYyY','_gitConfigured','fuCCN','parent','_gitConfigPath','3110895znWSob','ozJzE','gjbEK','zndub','../../../helpers/helper.js','testPath','VBYlc','RuVYj','currentTest','csWCc','zzFbm','SGkYz','winstonLogger','match','started_at','[jestUtils]\x20Created\x20identifier:\x20','getHierarchy','getTime','XXxBw','../../../helpers/test-observability/error-handler.js','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','Unknown\x20Test','getName','createIdentifierFromJestTest',',\x20testRunId:\x20','ROOT_DESCRIBE_BLOCK','includes','browserstack-node-agent/src/bin/jest','getState','NBVDh','extractTestFilePath','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','update','835empehe','tXyqi','backtrace','stack','createHash','vkAUV','javascript','aDPaM','OlzcQ','[jestUtils]\x20No\x20test\x20object\x20provided','clearHooksMap','Qlctg','call','kXwuc','jIrdx','util','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','XVWDF','jest-circus','createHookData','\x20from\x20compositeKey:\x20','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','errorsDetailed','expect','BNKcW','split','1119243lapnnX','DyxfX','length','toISOString','\x22\x20hook\x20for\x20\x22','JFJhd','push'];a97_0x1bdb=function(){return _0x24c6ca;};return a97_0x1bdb();}a97_0x3d89d9[a97_0x13b562(0x1c4)]='BEFORE_ALL',a97_0x3d89d9[a97_0x13b562(0x161)]=a97_0x13b562(0x148),a97_0x3d89d9[a97_0x13b562(0x169)]='BEFORE_EACH',a97_0x3d89d9[a97_0x13b562(0x1ff)]='AFTER_EACH';const HOOK_TYPES_MAP=a97_0x3d89d9,hooksMap={};class JestUtils{constructor(){const _0x4952ca=a97_0x13b562;this[_0x4952ca(0x16d)]=![],this[_0x4952ca(0x170)]=null;}async['createTestFrameworkData'](_0x5025d7,_0x4f0f73,_0x49ce1d='TestRunFinished',_0x2823e1=undefined){const _0x4337fb=a97_0x13b562,_0x40aca2={'oAejV':_0x4337fb(0x1c8),'KMYwP':_0x4337fb(0x1a4),'ozJzE':function(_0x5b0cbc,_0x37af18){return _0x5b0cbc||_0x37af18;},'gtXYL':_0x4337fb(0x1bd),'sxXBR':function(_0x182404,_0x55ac66){return _0x182404!==_0x55ac66;},'ecFZu':_0x4337fb(0x1c9),'KsdJL':_0x4337fb(0x203),'fuCCN':function(_0x5a9d9a,_0x13c3cc){return _0x5a9d9a!==_0x13c3cc;},'VBYlc':_0x4337fb(0x1f7),'SGkYz':function(_0x396587,_0x2cef3e){return _0x396587===_0x2cef3e;},'pQnkj':_0x4337fb(0x1d8),'VGsLP':_0x4337fb(0x1e6),'XVWDF':function(_0x2af888,_0x1a24cb){return _0x2af888>_0x1a24cb;},'DIMWx':_0x4337fb(0x1fb),'WqVKf':_0x4337fb(0x15d),'YFhjM':function(_0x16f32e,_0x29a5ff){return _0x16f32e-_0x29a5ff;},'DyxfX':_0x4337fb(0x198),'JqwRk':function(_0x1548b8,_0xa08276){return _0x1548b8>_0xa08276;},'SxuHT':_0x4337fb(0x1e1),'OlzcQ':function(_0x29fbf4,_0x3dcfd3){return _0x29fbf4(_0x3dcfd3);},'GTtnF':function(_0x4868de,_0x370b29){return _0x4868de===_0x370b29;},'kJGNB':'TestRunFinished','RXsum':function(_0x1b7902,_0x95bbfe){return _0x1b7902===_0x95bbfe;}};logger[_0x4337fb(0x1ca)](_0x4337fb(0x1b9)+_0x49ce1d+_0x4337fb(0x159)+_0x4f0f73);try{if(!_0x5025d7)return logger[_0x4337fb(0x1ca)](_0x40aca2[_0x4337fb(0x202)]),null;if(_0x5025d7['fn']&&_0x5025d7['fn'][_0x4337fb(0x1cf)]()['match'](/browserstack internal helper hook/))return null;await this['configureGit']();let _0x3257d6;try{_0x3257d6=this[_0x4337fb(0x1c2)](_0x5025d7);if(_0x3257d6&&_0x3257d6[_0x4337fb(0x18b)](_0x40aca2[_0x4337fb(0x1f8)]))return null;}catch(_0x5157dd){logger['debug'](_0x4337fb(0x1a2)+util[_0x4337fb(0x14c)](_0x5157dd)),_0x3257d6=null;}const _0x329507=this[_0x4337fb(0x181)](_0x5025d7),_0x2a7bf8=this[_0x4337fb(0x187)](_0x5025d7),_0x2f5c8b=_0x40aca2[_0x4337fb(0x172)](_0x3257d6,_0x40aca2[_0x4337fb(0x149)]);let _0x1f7661=[];const _0x17801b=_0x5025d7[_0x4337fb(0x1a8)]||_0x5025d7['errors'];if(_0x40aca2['sxXBR'](_0x17801b,undefined))_0x1f7661=[_0x17801b,_0x40aca2[_0x4337fb(0x1c0)]];else _0x40aca2['sxXBR'](_0x2823e1,undefined)&&(_0x1f7661=[_0x2823e1,_0x40aca2[_0x4337fb(0x15c)]]);const _0x1f8d26=_0x40aca2[_0x4337fb(0x1ec)](_0x17801b,undefined)?util[_0x4337fb(0x1d2)](_0x17801b[0x0]):_0x40aca2[_0x4337fb(0x16e)](_0x2823e1,undefined)?_0x2823e1[_0x4337fb(0x1cf)]():undefined;let _0x2d9fbb=_0x40aca2[_0x4337fb(0x177)];if(_0x40aca2[_0x4337fb(0x17c)](_0x49ce1d,_0x40aca2[_0x4337fb(0x1e8)]))_0x2d9fbb=_0x40aca2[_0x4337fb(0x1be)];else _0x17801b&&_0x40aca2[_0x4337fb(0x1a3)](_0x17801b[_0x4337fb(0x1ae)],0x0)?_0x2d9fbb=_0x40aca2[_0x4337fb(0x1e7)]:_0x2d9fbb=_0x40aca2[_0x4337fb(0x1c3)];let _0x3df0b0=null;if(_0x40aca2[_0x4337fb(0x1ec)](_0x5025d7['duration'],undefined))_0x3df0b0=_0x5025d7['duration'];else(_0x49ce1d[_0x4337fb(0x17e)](/Finished/)||_0x49ce1d[_0x4337fb(0x17e)](/Skipped/))&&(_0x5025d7[_0x4337fb(0x17f)]&&(_0x3df0b0=_0x40aca2[_0x4337fb(0x165)](Date['now'](),new Date(_0x5025d7[_0x4337fb(0x17f)])[_0x4337fb(0x182)]())));const _0x165cb6=_0x5025d7['fn']?_0x5025d7['fn']['toString']():null,_0x231f08={'id':_0x4f0f73,'uuid':_0x4f0f73,'startedAt':_0x5025d7['started_at']||new Date()['toISOString'](),'finishedAt':_0x49ce1d[_0x4337fb(0x17e)](/Finished/)||_0x49ce1d[_0x4337fb(0x17e)](/Skipped/)?new Date()[_0x4337fb(0x1af)]():null,'type':_0x40aca2[_0x4337fb(0x1c0)],'body':{'lang':_0x40aca2[_0x4337fb(0x1ad)],'code':_0x165cb6},'name':_0x2a7bf8,'errorsDetailed':_0x40aca2['JqwRk'](_0x17801b?.['length'],0x0)?_0x17801b[0x0]:_0x17801b?_0x17801b:undefined,'scopes':_0x329507,'file_name':_0x2f5c8b,'location':_0x2f5c8b,'vc_filepath':this[_0x4337fb(0x170)]&&_0x3257d6?path[_0x4337fb(0x1fd)](this[_0x4337fb(0x170)],_0x3257d6):null,'framework':_0x40aca2[_0x4337fb(0x1f6)],'result':_0x2d9fbb,'failure_reason':_0x1f8d26,'duration_in_ms':_0x3df0b0,'failure':failureData['apply'](null,_0x1f7661),'failure_type':!_0x1f8d26?null:_0x40aca2[_0x4337fb(0x19a)](getFailureType,_0x1f8d26),'retry_of':_0x5025d7['retryOf']||null,'customRerunParam':{'rerun_name':_0x2a7bf8}};_0x40aca2['SGkYz'](_0x49ce1d,_0x40aca2[_0x4337fb(0x1e8)])&&!_0x231f08['startedAt']&&(_0x231f08['startedAt']=_0x231f08[_0x4337fb(0x1bf)]);const _0x203902=_0x231f08['failure']&&_0x231f08['failure'][0x0];return _0x203902&&(_0x231f08[_0x4337fb(0x1d9)]=_0x203902[_0x4337fb(0x194)],_0x231f08[_0x4337fb(0x1df)]=_0x203902[_0x4337fb(0x1c6)]),(_0x40aca2[_0x4337fb(0x1ee)](_0x49ce1d,_0x40aca2[_0x4337fb(0x1e9)])||_0x40aca2['RXsum'](_0x49ce1d,_0x40aca2[_0x4337fb(0x1e8)]))&&(_0x5025d7['hooks']&&(_0x231f08['hooks']=_0x5025d7[_0x4337fb(0x1b8)])),_0x231f08;}catch(_0x3da847){return logger['debug'](_0x4337fb(0x157)+util[_0x4337fb(0x14c)](_0x3da847)),null;}}async[a97_0x13b562(0x1a5)](_0x5c2ac4,_0x51ad1c,_0x297b4b,_0x1d33fb){const _0x3033c7=a97_0x13b562,_0x2b0f1a={'fVQOq':_0x3033c7(0x185),'AOLIz':_0x3033c7(0x1a4),'YzDqo':_0x3033c7(0x18c),'RTwvO':_0x3033c7(0x1f3),'fsznX':_0x3033c7(0x1f7),'RuVYj':function(_0x5a0ec2,_0x1e9e29){return _0x5a0ec2===_0x1e9e29;},'kDfTM':_0x3033c7(0x14e),'csWCc':function(_0x10d666,_0x593094){return _0x10d666>_0x593094;},'zzFbm':_0x3033c7(0x1fb),'zWtgV':function(_0x7bc883,_0x3c14f6){return _0x7bc883(_0x3c14f6);},'XJjuN':_0x3033c7(0x1c9),'PMWNP':'passed','kXwuc':_0x3033c7(0x154),'Qlctg':'javascript','TZgSk':'jest','dakTT':_0x3033c7(0x1dc)};logger[_0x3033c7(0x1ca)](_0x3033c7(0x158)+_0x297b4b+_0x3033c7(0x1d7)+_0x51ad1c+_0x3033c7(0x189)+_0x1d33fb);try{if(!_0x5c2ac4)return logger['debug'](_0x2b0f1a[_0x3033c7(0x160)]),null;if(this[_0x3033c7(0x152)](_0x5c2ac4))return null;await this[_0x3033c7(0x1d5)]();let _0x55a5fc=null;try{_0x55a5fc=this['getRootParentFile'](_0x5c2ac4);if(_0x55a5fc&&_0x55a5fc['includes'](_0x2b0f1a[_0x3033c7(0x1fe)]))return null;if(_0x55a5fc&&_0x55a5fc[_0x3033c7(0x18b)](_0x2b0f1a[_0x3033c7(0x1d0)]))return null;}catch(_0x17c9da){logger[_0x3033c7(0x1ca)](_0x3033c7(0x190)+util[_0x3033c7(0x14c)](_0x17c9da));}const _0x1813a3=this['getName'](_0x5c2ac4),_0x971418=_0x5c2ac4['type']||_0x2b0f1a[_0x3033c7(0x1fa)],_0x5ce8db=HOOK_TYPES_MAP[_0x971418]||_0x971418[_0x3033c7(0x162)](),_0x351926=_0x5c2ac4[_0x3033c7(0x16f)]&&_0x5c2ac4[_0x3033c7(0x16f)]['name']?_0x5c2ac4[_0x3033c7(0x16f)][_0x3033c7(0x15f)]:'';let _0xe18196=_0x2b0f1a['fsznX'],_0x453fc7=null,_0x3710f8=null,_0x1118c8=null,_0x58fde1=null;_0x2b0f1a[_0x3033c7(0x178)](_0x297b4b,_0x2b0f1a[_0x3033c7(0x1cd)])&&(_0x58fde1=new Date()[_0x3033c7(0x1af)](),_0x5c2ac4[_0x3033c7(0x1a8)]&&_0x2b0f1a[_0x3033c7(0x17a)](_0x5c2ac4[_0x3033c7(0x1a8)]['length'],0x0)?(_0xe18196=_0x2b0f1a[_0x3033c7(0x17b)],_0x3710f8=util[_0x3033c7(0x1d2)](_0x5c2ac4[_0x3033c7(0x1a8)][0x0]),_0x453fc7=_0x2b0f1a['zWtgV'](getFailureType,_0x3710f8),_0x1118c8=failureData[_0x3033c7(0x200)](null,[_0x5c2ac4[_0x3033c7(0x1a8)],_0x2b0f1a[_0x3033c7(0x1de)]])):_0xe18196=_0x2b0f1a[_0x3033c7(0x153)]);const _0x4c61e8={'uuid':_0x51ad1c,'type':_0x2b0f1a[_0x3033c7(0x19f)],'hook_type':_0x5ce8db,'name':_0x1813a3,'body':{'lang':_0x2b0f1a[_0x3033c7(0x19d)],'code':_0x5c2ac4['fn']?_0x5c2ac4['fn']['toString']():null},'tags':[],'test_run_id':_0x1d33fb,'scope':_0x351926,'scopes':[_0x351926],'file_name':_0x55a5fc,'location':_0x55a5fc,'vc_filepath':this['_gitConfigPath']&&_0x55a5fc?path['relative'](this['_gitConfigPath'],_0x55a5fc):null,'result':_0xe18196,'started_at':_0x5c2ac4['started_at']||new Date()[_0x3033c7(0x1af)](),'finished_at':_0x58fde1,'failure_type':_0x453fc7,'failure_reason':_0x3710f8,'failure_data':_0x1118c8,'framework':_0x2b0f1a['TZgSk']};return _0x2b0f1a[_0x3033c7(0x178)](_0x297b4b,_0x2b0f1a['dakTT'])&&(hooksMap[_0x1d33fb]?hooksMap[_0x1d33fb][_0x3033c7(0x1b2)](_0x4c61e8):hooksMap[_0x1d33fb]=[_0x4c61e8]),_0x4c61e8;}catch(_0x4a1fde){return logger[_0x3033c7(0x1ca)]('Exception\x20in\x20createHookData:\x20'+util[_0x3033c7(0x14c)](_0x4a1fde)),null;}}[a97_0x13b562(0x1d3)](_0x41969a,_0x44ac5b,_0x4d57be){const _0x4de8b2=a97_0x13b562,_0x618363={'BNKcW':function(_0x19dbc1,_0x164233){return _0x19dbc1>_0x164233;},'zndub':_0x4de8b2(0x1fb),'XXxBw':function(_0x51b7c3,_0x3a738e){return _0x51b7c3(_0x3a738e);},'gPYBJ':_0x4de8b2(0x1c9),'VqGnV':_0x4de8b2(0x15d)};try{const _0x1b1df3=hooksMap[_0x41969a];if(!_0x1b1df3)return null;const _0x33f67b=_0x1b1df3['find'](_0x48bf4e=>_0x48bf4e[_0x4de8b2(0x1d6)]===_0x44ac5b);if(!_0x33f67b)return null;return _0x33f67b['finished_at']=new Date()[_0x4de8b2(0x1af)](),_0x4d57be[_0x4de8b2(0x1a8)]&&_0x618363[_0x4de8b2(0x1aa)](_0x4d57be['errorsDetailed'][_0x4de8b2(0x1ae)],0x0)?(_0x33f67b[_0x4de8b2(0x1b6)]=_0x618363[_0x4de8b2(0x174)],_0x33f67b[_0x4de8b2(0x1c5)]=util['inspect'](_0x4d57be['errorsDetailed'][0x0]),_0x33f67b['failure_type']=_0x618363[_0x4de8b2(0x183)](getFailureType,_0x33f67b[_0x4de8b2(0x1c5)]),_0x33f67b[_0x4de8b2(0x201)]=failureData[_0x4de8b2(0x200)](null,[_0x4d57be[_0x4de8b2(0x1a8)],_0x618363['gPYBJ']])):_0x33f67b[_0x4de8b2(0x1b6)]=_0x618363[_0x4de8b2(0x14b)],_0x33f67b;}catch(_0x141076){return logger['debug'](_0x4de8b2(0x15e)+util[_0x4de8b2(0x14c)](_0x141076)),null;}}[a97_0x13b562(0x187)](_0x3dda4c){const _0x26f91f=a97_0x13b562,_0x4a37d7={};_0x4a37d7[_0x26f91f(0x14f)]=function(_0x56231e,_0x3e41c2){return _0x56231e!==_0x3e41c2;},_0x4a37d7[_0x26f91f(0x1f9)]='test',_0x4a37d7[_0x26f91f(0x197)]=_0x26f91f(0x186);const _0xa4448=_0x4a37d7;if(_0xa4448[_0x26f91f(0x14f)](_0x3dda4c['type'],_0xa4448[_0x26f91f(0x1f9)]))return'\x22'+_0x3dda4c['type']+_0x26f91f(0x1b0)+(_0x3dda4c['parent']&&_0x3dda4c[_0x26f91f(0x16f)][_0x26f91f(0x15f)])+'\x22';return _0x3dda4c['name']||_0xa4448['vkAUV'];}[a97_0x13b562(0x181)](_0x372fa4){const _0xdc5720=a97_0x13b562,_0x261c4b={};_0x261c4b['bVqkU']=function(_0x46aa45,_0x50d223){return _0x46aa45!==_0x50d223;},_0x261c4b[_0xdc5720(0x173)]=function(_0x214b95,_0x1c3eda){return _0x214b95!==_0x1c3eda;},_0x261c4b[_0xdc5720(0x199)]=_0xdc5720(0x18a);const _0x2cb160=_0x261c4b,_0x3b470a=[];if(_0x372fa4&&_0x372fa4[_0xdc5720(0x16f)]){let _0x2d3b9b=_0x372fa4[_0xdc5720(0x16f)];while(_0x2d3b9b&&_0x2d3b9b[_0xdc5720(0x15f)]&&_0x2cb160[_0xdc5720(0x1ce)](_0x2d3b9b[_0xdc5720(0x15f)],'')&&_0x2cb160[_0xdc5720(0x173)](_0x2d3b9b[_0xdc5720(0x15f)],_0x2cb160['aDPaM'])){_0x3b470a[_0xdc5720(0x1b2)](_0x2d3b9b[_0xdc5720(0x15f)]),_0x2d3b9b=_0x2d3b9b[_0xdc5720(0x16f)];}}return _0x3b470a['reverse'](),_0x3b470a;}['getRootParentFile'](_0xf9ff35){const _0x17d9be=a97_0x13b562;if(_0xf9ff35[_0x17d9be(0x15a)])try{const _0x476486=stackTrace['parse'][_0x17d9be(0x19e)](stackTrace,_0xf9ff35[_0x17d9be(0x15a)]);if(_0x476486[0x0]&&_0x476486[0x0][_0x17d9be(0x151)])return _0x476486[0x0][_0x17d9be(0x151)]();}catch(_0x17fe58){logger['debug'](_0x17d9be(0x1b5)+util['format'](_0x17fe58));}if(_0xf9ff35['file'])return _0xf9ff35[_0x17d9be(0x16a)];return null;}[a97_0x13b562(0x152)](_0x5dbab4){const _0x488e87=a97_0x13b562,_0x31d465={};_0x31d465[_0x488e87(0x1a0)]=_0x488e87(0x1a4),_0x31d465[_0x488e87(0x1b3)]=function(_0x2bc7df,_0x2380d6){return _0x2bc7df===_0x2380d6;},_0x31d465[_0x488e87(0x1bb)]=_0x488e87(0x18a);const _0x3a5a60=_0x31d465;try{const _0x2936b3=this[_0x488e87(0x1c2)](_0x5dbab4);if(_0x2936b3&&_0x2936b3[_0x488e87(0x18b)](_0x3a5a60[_0x488e87(0x1a0)]))return!![];if(!_0x2936b3){const _0x5cb94a=_0x5dbab4[_0x488e87(0x16f)]&&_0x5dbab4[_0x488e87(0x16f)][_0x488e87(0x15f)];if(_0x3a5a60['WJvhW'](_0x5cb94a,_0x3a5a60[_0x488e87(0x1bb)]))return!![];}}catch(_0x2ddab7){logger[_0x488e87(0x1ca)](_0x488e87(0x14d)+util['format'](_0x2ddab7));}return![];}[a97_0x13b562(0x1f4)](_0x236943=null){const _0x31bc86=a97_0x13b562;try{const _0x28102d=_0x236943||global[_0x31bc86(0x1ed)]||{};if(global[_0x31bc86(0x1da)])return global[_0x31bc86(0x1da)];if(_0x28102d?.['currentTest']?.['testAnalyticsId'])return _0x28102d[_0x31bc86(0x179)]['testAnalyticsId'];if(_0x28102d?.[_0x31bc86(0x179)]?.['id'])return _0x28102d[_0x31bc86(0x179)]['id'];return null;}catch(_0x5371ab){return logger[_0x31bc86(0x1ca)](_0x31bc86(0x204)+util[_0x31bc86(0x14c)](_0x5371ab)),null;}}async[a97_0x13b562(0x1d5)](){const _0xaea27a=a97_0x13b562,_0x8c133b={'dqiOb':function(_0x2dfeac){return _0x2dfeac();}};if(this[_0xaea27a(0x16d)])return this[_0xaea27a(0x170)];const _0x35c927=await _0x8c133b[_0xaea27a(0x156)](getGitMetaData);_0x35c927&&(this['_gitConfigPath']=_0x35c927[_0xaea27a(0x1e4)]),this['_gitConfigured']=!![];}[a97_0x13b562(0x19c)](_0x3eaa9f){hooksMap[_0x3eaa9f]&&delete hooksMap[_0x3eaa9f];}[a97_0x13b562(0x18f)](_0x44ec7e){const _0x56ba74=a97_0x13b562,_0x3d47ce={'cQGSP':_0x56ba74(0x1a4),'eoTth':function(_0x7ab1bc,_0x9705ae){return _0x7ab1bc(_0x9705ae);},'gdufH':_0x56ba74(0x1a9)};if(_0x44ec7e[_0x56ba74(0x16a)])return _0x44ec7e['file'];if(_0x44ec7e['asyncError']){try{const _0x3b48f7=stackTrace[_0x56ba74(0x1e2)](_0x44ec7e[_0x56ba74(0x15a)]);if(_0x3b48f7[0x0]&&_0x3b48f7[0x0]['getFileName']){const _0x1feb15=_0x3b48f7[0x0][_0x56ba74(0x151)]();if(_0x1feb15&&!_0x1feb15[_0x56ba74(0x18b)](_0x3d47ce[_0x56ba74(0x1c1)]))return _0x1feb15;}}catch(_0x321368){logger['debug']('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util[_0x56ba74(0x14c)](_0x321368));}if(_0x44ec7e[_0x56ba74(0x15a)][_0x56ba74(0x195)]){const _0x1be2b1=_0x44ec7e['asyncError']['stack'][_0x56ba74(0x1ab)]('\x0a');for(const _0x4ae96b of _0x1be2b1){const _0xbc6dc6=_0x4ae96b[_0x56ba74(0x17e)](/at (.+?):\d+:\d+/);if(_0xbc6dc6&&_0xbc6dc6[0x1]&&!_0xbc6dc6[0x1][_0x56ba74(0x18b)](_0x3d47ce['cQGSP']))return _0xbc6dc6[0x1];}}}let _0x3b5b7e=_0x44ec7e[_0x56ba74(0x16f)];while(_0x3b5b7e){if(_0x3b5b7e[_0x56ba74(0x16a)])return _0x3b5b7e[_0x56ba74(0x16a)];if(_0x3b5b7e[_0x56ba74(0x15a)])try{const _0x2f054a=stackTrace[_0x56ba74(0x1e2)](_0x3b5b7e[_0x56ba74(0x15a)]);if(_0x2f054a[0x0]&&_0x2f054a[0x0][_0x56ba74(0x151)]){const _0x274ff7=_0x2f054a[0x0][_0x56ba74(0x151)]();if(_0x274ff7&&!_0x274ff7[_0x56ba74(0x18b)](_0x3d47ce[_0x56ba74(0x1c1)]))return _0x274ff7;}}catch(_0x2dee7a){}_0x3b5b7e=_0x3b5b7e['parent'];}try{const _0x3238b2=_0x3d47ce[_0x56ba74(0x1cb)](require,_0x3d47ce[_0x56ba74(0x1b7)]);if(_0x3238b2&&_0x3238b2[_0x56ba74(0x18d)]){const _0xfd76d0=_0x3238b2['getState']();if(_0xfd76d0&&_0xfd76d0['testPath'])return _0xfd76d0['testPath'];}}catch(_0x587e48){logger['debug'](_0x56ba74(0x1e3)+util[_0x56ba74(0x14c)](_0x587e48));}return null;}[a97_0x13b562(0x15b)](_0x1b58e9){const _0x1ec775=a97_0x13b562,_0x597851={};_0x597851[_0x1ec775(0x155)]=_0x1ec775(0x1f1),_0x597851[_0x1ec775(0x1db)]=function(_0x227959,_0x16fa83){return _0x227959!==_0x16fa83;},_0x597851['NnbFC']=_0x1ec775(0x18a),_0x597851[_0x1ec775(0x1ba)]=_0x1ec775(0x1a4),_0x597851[_0x1ec775(0x18e)]=_0x1ec775(0x167),_0x597851[_0x1ec775(0x1ea)]=_0x1ec775(0x1f5);const _0x36458a=_0x597851;try{if(!_0x1b58e9)return logger[_0x1ec775(0x1d1)](_0x36458a[_0x1ec775(0x155)]),null;const _0x4e1747=_0x1b58e9[_0x1ec775(0x150)]||_0x1b58e9['name']||_0x1b58e9[_0x1ec775(0x1b4)]||_0x1b58e9[_0x1ec775(0x1e0)];let _0x16b2bc=_0x4e1747;if(_0x1b58e9[_0x1ec775(0x16f)]&&_0x1b58e9[_0x1ec775(0x16f)][_0x1ec775(0x15f)]&&_0x36458a[_0x1ec775(0x1db)](_0x1b58e9[_0x1ec775(0x16f)][_0x1ec775(0x15f)],_0x36458a[_0x1ec775(0x1cc)])){const _0x44f246=_0x1b58e9['name']||_0x1b58e9[_0x1ec775(0x1b4)];_0x44f246&&(_0x16b2bc=_0x1b58e9[_0x1ec775(0x16f)][_0x1ec775(0x15f)]+'\x20'+_0x44f246);}let _0x25ad86=_0x1b58e9['testPath'];if(!_0x25ad86&&_0x1b58e9[_0x1ec775(0x15a)]){try{const _0x336861=stackTrace['parse'](_0x1b58e9[_0x1ec775(0x15a)]);if(_0x336861[0x0]&&_0x336861[0x0][_0x1ec775(0x151)]){const _0x1d277a=_0x336861[0x0]['getFileName']();_0x1d277a&&!_0x1d277a[_0x1ec775(0x18b)](_0x36458a['kWPcQ'])&&(_0x25ad86=_0x1d277a);}}catch(_0x44d750){logger[_0x1ec775(0x1ca)](_0x1ec775(0x1d4)+util[_0x1ec775(0x14c)](_0x44d750));}if(!_0x25ad86&&_0x1b58e9[_0x1ec775(0x15a)][_0x1ec775(0x195)]){const _0x221479=_0x1b58e9[_0x1ec775(0x15a)][_0x1ec775(0x195)][_0x1ec775(0x1ab)]('\x0a');for(const _0x276321 of _0x221479){const _0x4cce71=_0x276321['match'](/at (.+?):\d+:\d+/);if(_0x4cce71&&_0x4cce71[0x1]&&!_0x4cce71[0x1][_0x1ec775(0x18b)](_0x36458a['kWPcQ'])){_0x25ad86=_0x4cce71[0x1];break;}}}}const _0x53e2da=_0x25ad86+'::'+_0x16b2bc,_0x55876c=crypto[_0x1ec775(0x196)](_0x36458a[_0x1ec775(0x18e)])[_0x1ec775(0x191)](_0x53e2da)['digest'](_0x36458a['sEKOn'])['substring'](0x0,0x8),_0x4cdba9=process[_0x1ec775(0x1bc)]+_0x1ec775(0x1e5)+_0x55876c;return logger['debug'](_0x1ec775(0x180)+_0x4cdba9+_0x1ec775(0x1a6)+_0x53e2da),_0x4cdba9;}catch(_0x192a26){return logger['error'](_0x1ec775(0x166)+util['format'](_0x192a26)),null;}}[a97_0x13b562(0x188)](_0x984f0c){const _0x284428=a97_0x13b562,_0x17ef8a={};_0x17ef8a[_0x284428(0x1b1)]=_0x284428(0x19b);const _0xcaab0e=_0x17ef8a;if(!_0x984f0c)return logger[_0x284428(0x1ca)](_0xcaab0e[_0x284428(0x1b1)]),null;const _0x22de72=this[_0x284428(0x18f)](_0x984f0c),_0x54feeb={};_0x54feeb['name']=_0x984f0c[_0x284428(0x15f)]||_0x984f0c['title'],_0x54feeb[_0x284428(0x16f)]=_0x984f0c[_0x284428(0x16f)],_0x54feeb[_0x284428(0x176)]=_0x22de72,_0x54feeb[_0x284428(0x15a)]=_0x984f0c['asyncError'];const _0xaf5a5d=_0x54feeb;return this[_0x284428(0x15b)](_0xaf5a5d);}[a97_0x13b562(0x1dd)](_0x23851f,_0x4f02e5=null){const _0x26a3cf=a97_0x13b562,_0x46e791={};_0x46e791[_0x26a3cf(0x193)]='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0xc9b928=_0x46e791;if(!_0x23851f)return logger[_0x26a3cf(0x1ca)](_0xc9b928[_0x26a3cf(0x193)]),_0x4f02e5;if(_0x23851f['testIdentifier'])return logger[_0x26a3cf(0x1ca)](_0x26a3cf(0x1a7)+_0x23851f[_0x26a3cf(0x1f0)]),_0x23851f['testIdentifier'];return this[_0x26a3cf(0x15b)](_0x23851f)||_0x4f02e5;}}module[a97_0x13b562(0x163)]=o11yClassErrorHandler(JestUtils,['configureGit',a97_0x13b562(0x181),a97_0x13b562(0x1c2),a97_0x13b562(0x187),a97_0x13b562(0x152),a97_0x13b562(0x1f4),a97_0x13b562(0x164),a97_0x13b562(0x1a5),a97_0x13b562(0x1d3),a97_0x13b562(0x19c),a97_0x13b562(0x18f),a97_0x13b562(0x15b),a97_0x13b562(0x188),a97_0x13b562(0x1dd)]);
|
|
1
|
+
const a97_0x20bad1=a97_0x8850;function a97_0x48ab(){const _0x37d36c=['name','testPath','backtrace','expect','PQKKg','startedAt',':jest-','getRootParentFile','../../../helpers/test-observability/error-handler.js','stack','rEAla','title','CVapW','errorsDetailed','oHGTz','\x20from\x20compositeKey:\x20','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','finishedAt','getHierarchy','eBSbt','tmWSw','9KpFOfP','JzGbc','Exception\x20in\x20createTestFrameworkData:\x20','iuKFX','match','OUSRV','quGZy','Creating\x20hook\x20data\x20for\x20eventType:\x20','reverse','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','type','DbtSS','diymb','errors','ZaBYY','javascript','pKBXG','pending','parse','recreateIdentifierFromTestInfo','jZuRc','length','Unknown\x20Test','failure_reason','RFqkJ','[jestUtils]\x20Error\x20creating\x20identifier:\x20','ROOT_DESCRIBE_BLOCK','BEFORE_ALL','started_at','createTestFrameworkData','NQPta','WEpki','asyncError','cDXgP','beforeAll','525580thmpwH','path','VwNOy','42jPqQzq','md5','mIMHf','exports','getTestIdentifier','[jestUtils]\x20Created\x20identifier:\x20','AFTER_ALL','AFTER_EACH',',\x20hookUUID:\x20','JFuhc','[jestUtils]\x20No\x20test\x20object\x20provided','extractTestFilePath','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','skipped','createJestTestIdentifier','eRIlm','createHookData','FsJhl','testAnalyticsId','MUZFn','TestRunSkipped','util','debug','../../../helpers/helper.js','IrsUM','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','failure_reason_expanded','hCMNT','ayFfP','hooks','substring','currentTest','169392gazxGy','jest','finished_at','result','TestRunFinished','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','getHookRunEventData','retryOf','efMTr','uPaZh','clearHooksMap','pkoAT','gyvwK','afUCW','crypto','../../../helpers/logger.js','configureGit','inspect','eWMYW','bbIXg','duration','ufBCa','push','error','bfkOe','expanded','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','__jestCurrentTestIdentifier','14940gTazWK','AgFpX','NfeQf','BEFORE_EACH','digest','parent','isJestInternalHook','format','now','GeiEf','toUpperCase','cusMq','call','KVZiR','apply','CKlar','includes','luHWf','cjggl','failed','HookRunStarted','Exception\x20in\x20createHookData:\x20','relative','browserstack-node-agent/src/bin/jest','dqgwJ','File\x20path\x20could\x20not\x20be\x20found','err','TuvLL','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','2kPgxJW','AYYnE','split','273832Zekliz','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','_gitConfigured','Lvelw','getName','1365390HiKEzC','YBIxG','sDjBD','getState','jest-circus','toString','hex','_gitConfigPath','oCxsG','passed',',\x20testRunId:\x20','testIdentifier','fullName','xAQJS','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','rQYmd','file','afterEach','154424OtGbxE','getFileName','toISOString','326403KFTvNS','displayName','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','ylvNs','iMcQW','dYDLK','rlgSH','failure','KKOEk','test','__workerDetails','HookRunFinished'];a97_0x48ab=function(){return _0x37d36c;};return a97_0x48ab();}function a97_0x8850(_0x86fc76,_0x54e15b){const _0x48ab43=a97_0x48ab();return a97_0x8850=function(_0x88503c,_0x3cde33){_0x88503c=_0x88503c-0xa7;let _0x4600e7=_0x48ab43[_0x88503c];return _0x4600e7;},a97_0x8850(_0x86fc76,_0x54e15b);}(function(_0x258026,_0x14c2a0){const _0x23422c=a97_0x8850,_0x5dd9f2=_0x258026();while(!![]){try{const _0x1a5c29=-parseInt(_0x23422c(0xbd))/0x1+-parseInt(_0x23422c(0xda))/0x2*(-parseInt(_0x23422c(0xf7))/0x3)+-parseInt(_0x23422c(0xdd))/0x4+parseInt(_0x23422c(0x13b))/0x5+-parseInt(_0x23422c(0x15e))/0x6*(-parseInt(_0x23422c(0x13e))/0x7)+-parseInt(_0x23422c(0xf4))/0x8+parseInt(_0x23422c(0x118))/0x9*(-parseInt(_0x23422c(0xe2))/0xa);if(_0x1a5c29===_0x14c2a0)break;else _0x5dd9f2['push'](_0x5dd9f2['shift']());}catch(_0x168d69){_0x5dd9f2['push'](_0x5dd9f2['shift']());}}}(a97_0x48ab,0x232c5));const path=require(a97_0x20bad1(0x13c)),util=require(a97_0x20bad1(0x153)),crypto=require(a97_0x20bad1(0xaf)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a97_0x20bad1(0x155)),logger=require(a97_0x20bad1(0xb0))['winstonLogger'],{o11yClassErrorHandler}=require(a97_0x20bad1(0x10b)),TestInfo=require('../TestInfo.js'),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require('stack-trace'),a97_0x3d0487={};a97_0x3d0487[a97_0x20bad1(0x13a)]=a97_0x20bad1(0x133),a97_0x3d0487['afterAll']=a97_0x20bad1(0x144),a97_0x3d0487['beforeEach']=a97_0x20bad1(0xc0),a97_0x3d0487[a97_0x20bad1(0xf3)]=a97_0x20bad1(0x145);const HOOK_TYPES_MAP=a97_0x3d0487,hooksMap={};class JestUtils{constructor(){const _0x16ef7d=a97_0x20bad1;this[_0x16ef7d(0xdf)]=![],this[_0x16ef7d(0xe9)]=null;}async[a97_0x20bad1(0x135)](_0x405868,_0x634e3,_0x16dca6=a97_0x20bad1(0x162),_0x529309=undefined){const _0x1c9719=a97_0x20bad1,_0x5ac927={'luHWf':_0x1c9719(0x14a),'uPaZh':'jest-circus','rQYmd':function(_0x45fdbb,_0x2220ea){return _0x45fdbb||_0x2220ea;},'afUCW':_0x1c9719(0xd6),'iMcQW':function(_0x40847f,_0xfecca2){return _0x40847f!==_0xfecca2;},'gyvwK':_0x1c9719(0x100),'ayFfP':function(_0x3138c2,_0x3ee3f8){return _0x3138c2!==_0x3ee3f8;},'bbIXg':_0x1c9719(0xd7),'xAQJS':function(_0xc35885,_0x590132){return _0xc35885!==_0x590132;},'iuKFX':_0x1c9719(0x129),'bfkOe':function(_0x21a648,_0x337652){return _0x21a648===_0x337652;},'IrsUM':_0x1c9719(0x152),'FsJhl':_0x1c9719(0x14b),'pkoAT':function(_0x42d73d,_0x296e61){return _0x42d73d>_0x296e61;},'AYYnE':_0x1c9719(0xd0),'PQKKg':_0x1c9719(0xeb),'tmWSw':function(_0x3331bc,_0x565370){return _0x3331bc-_0x565370;},'DbtSS':'javascript','efMTr':function(_0x38db19,_0xf468c){return _0x38db19>_0xf468c;},'KKOEk':_0x1c9719(0x15f),'KVZiR':function(_0x1f2128,_0x260373){return _0x1f2128(_0x260373);},'kclHf':function(_0x3d3277,_0x1639cb){return _0x3d3277===_0x1639cb;},'eBSbt':function(_0x30f7f4,_0x361d8d){return _0x30f7f4===_0x361d8d;},'vuYXB':_0x1c9719(0x162),'NQPta':function(_0x10866e,_0x2ed679){return _0x10866e===_0x2ed679;}};logger['debug']('Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20'+_0x16dca6+',\x20testIdentifier:\x20'+_0x634e3);try{if(!_0x405868)return logger['debug'](_0x5ac927[_0x1c9719(0xce)]),null;if(_0x405868['fn']&&_0x405868['fn'][_0x1c9719(0xe7)]()['match'](/browserstack internal helper hook/))return null;await this[_0x1c9719(0xb1)]();let _0x508ed8;try{_0x508ed8=this[_0x1c9719(0x10a)](_0x405868);if(_0x508ed8&&_0x508ed8[_0x1c9719(0xcd)](_0x5ac927[_0x1c9719(0xaa)]))return null;}catch(_0x178413){logger['debug'](_0x1c9719(0xd9)+util[_0x1c9719(0xc4)](_0x178413)),_0x508ed8=null;}const _0x5c974f=this[_0x1c9719(0x115)](_0x405868),_0x3c730c=this[_0x1c9719(0xe1)](_0x405868),_0x456f08=_0x5ac927[_0x1c9719(0xf1)](_0x508ed8,_0x5ac927[_0x1c9719(0xae)]);let _0x3c4a7b=[];const _0x180894=_0x405868[_0x1c9719(0x110)]||_0x405868[_0x1c9719(0x125)];if(_0x5ac927['iMcQW'](_0x180894,undefined))_0x3c4a7b=[_0x180894,_0x5ac927[_0x1c9719(0xad)]];else _0x5ac927[_0x1c9719(0x15a)](_0x529309,undefined)&&(_0x3c4a7b=[_0x529309,_0x5ac927[_0x1c9719(0xb4)]]);const _0x53aa34=_0x5ac927[_0x1c9719(0x15a)](_0x180894,undefined)?util[_0x1c9719(0xb2)](_0x180894[0x0]):_0x5ac927[_0x1c9719(0xef)](_0x529309,undefined)?_0x529309[_0x1c9719(0xe7)]():undefined;let _0x2d8a03=_0x5ac927[_0x1c9719(0x11b)];if(_0x5ac927[_0x1c9719(0xb9)](_0x16dca6,_0x5ac927[_0x1c9719(0x156)]))_0x2d8a03=_0x5ac927[_0x1c9719(0x14f)];else _0x180894&&_0x5ac927[_0x1c9719(0xac)](_0x180894[_0x1c9719(0x12d)],0x0)?_0x2d8a03=_0x5ac927[_0x1c9719(0xdb)]:_0x2d8a03=_0x5ac927[_0x1c9719(0x107)];let _0x1df9d8=null;if(_0x5ac927[_0x1c9719(0xfb)](_0x405868[_0x1c9719(0xb5)],undefined))_0x1df9d8=_0x405868[_0x1c9719(0xb5)];else(_0x16dca6[_0x1c9719(0x11c)](/Finished/)||_0x16dca6['match'](/Skipped/))&&(_0x405868[_0x1c9719(0x134)]&&(_0x1df9d8=_0x5ac927[_0x1c9719(0x117)](Date[_0x1c9719(0xc5)](),new Date(_0x405868['started_at'])['getTime']())));const _0x5f24c8=_0x405868['fn']?_0x405868['fn'][_0x1c9719(0xe7)]():null,_0x495627={'id':_0x634e3,'uuid':_0x634e3,'startedAt':_0x405868[_0x1c9719(0x134)]||new Date()[_0x1c9719(0xf6)](),'finishedAt':_0x16dca6[_0x1c9719(0x11c)](/Finished/)||_0x16dca6[_0x1c9719(0x11c)](/Skipped/)?new Date()[_0x1c9719(0xf6)]():null,'type':_0x5ac927[_0x1c9719(0xad)],'body':{'lang':_0x5ac927[_0x1c9719(0x123)],'code':_0x5f24c8},'name':_0x3c730c,'errorsDetailed':_0x5ac927[_0x1c9719(0xa9)](_0x180894?.[_0x1c9719(0x12d)],0x0)?_0x180894[0x0]:_0x180894?_0x180894:undefined,'scopes':_0x5c974f,'file_name':_0x456f08,'location':_0x456f08,'vc_filepath':this['_gitConfigPath']&&_0x508ed8?path[_0x1c9719(0xd3)](this[_0x1c9719(0xe9)],_0x508ed8):null,'framework':_0x5ac927[_0x1c9719(0xff)],'result':_0x2d8a03,'failure_reason':_0x53aa34,'duration_in_ms':_0x1df9d8,'failure':failureData['apply'](null,_0x3c4a7b),'failure_type':!_0x53aa34?null:_0x5ac927[_0x1c9719(0xca)](getFailureType,_0x53aa34),'retry_of':_0x405868[_0x1c9719(0xa8)]||null,'customRerunParam':{'rerun_name':_0x3c730c}};_0x5ac927['kclHf'](_0x16dca6,_0x5ac927[_0x1c9719(0x156)])&&!_0x495627[_0x1c9719(0x108)]&&(_0x495627[_0x1c9719(0x108)]=_0x495627[_0x1c9719(0x114)]);const _0x481683=_0x495627['failure']&&_0x495627[_0x1c9719(0xfe)][0x0];return _0x481683&&(_0x495627['failure_backtrace']=_0x481683[_0x1c9719(0x105)],_0x495627[_0x1c9719(0x158)]=_0x481683[_0x1c9719(0xba)]),(_0x5ac927[_0x1c9719(0x116)](_0x16dca6,_0x5ac927['vuYXB'])||_0x5ac927[_0x1c9719(0x136)](_0x16dca6,_0x5ac927[_0x1c9719(0x156)]))&&(_0x405868[_0x1c9719(0x15b)]&&(_0x495627[_0x1c9719(0x15b)]=_0x405868[_0x1c9719(0x15b)])),_0x495627;}catch(_0x37b71e){return logger[_0x1c9719(0x154)](_0x1c9719(0x11a)+util['format'](_0x37b71e)),null;}}async[a97_0x20bad1(0x14e)](_0x2f6d24,_0x335a66,_0x211a25,_0x423f6a){const _0x4862da=a97_0x20bad1,_0x48167d={'cusMq':'No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','AgFpX':'jest-circus','MYPIj':_0x4862da(0xd4),'abCiX':'unknown','WEpki':_0x4862da(0x129),'diymb':function(_0x229172,_0x2ddb26){return _0x229172===_0x2ddb26;},'STcID':_0x4862da(0x102),'pKBXG':function(_0x942020,_0x2c9714){return _0x942020>_0x2c9714;},'OUSRV':_0x4862da(0xd0),'CKlar':function(_0x3eead3,_0x5c6226){return _0x3eead3(_0x5c6226);},'JFuhc':_0x4862da(0x100),'cDXgP':_0x4862da(0xeb),'dYDLK':'hook','ufBCa':_0x4862da(0x127),'eRIlm':_0x4862da(0x15f),'jZuRc':function(_0x452048,_0x1defc5){return _0x452048===_0x1defc5;},'mIMHf':_0x4862da(0xd1)};logger[_0x4862da(0x154)](_0x4862da(0x11f)+_0x211a25+_0x4862da(0x146)+_0x335a66+_0x4862da(0xec)+_0x423f6a);try{if(!_0x2f6d24)return logger[_0x4862da(0x154)](_0x48167d[_0x4862da(0xc8)]),null;if(this[_0x4862da(0xc3)](_0x2f6d24))return null;await this[_0x4862da(0xb1)]();let _0x175232=null;try{_0x175232=this[_0x4862da(0x10a)](_0x2f6d24);if(_0x175232&&_0x175232['includes'](_0x48167d[_0x4862da(0xbe)]))return null;if(_0x175232&&_0x175232[_0x4862da(0xcd)](_0x48167d['MYPIj']))return null;}catch(_0x721a58){logger[_0x4862da(0x154)](_0x4862da(0x163)+util[_0x4862da(0xc4)](_0x721a58));}const _0x1c969c=this[_0x4862da(0xe1)](_0x2f6d24),_0x8ebc21=_0x2f6d24[_0x4862da(0x122)]||_0x48167d['abCiX'],_0x2528af=HOOK_TYPES_MAP[_0x8ebc21]||_0x8ebc21[_0x4862da(0xc7)](),_0x21532e=_0x2f6d24[_0x4862da(0xc2)]&&_0x2f6d24[_0x4862da(0xc2)][_0x4862da(0x103)]?_0x2f6d24[_0x4862da(0xc2)][_0x4862da(0x103)]:'';let _0x532a0d=_0x48167d[_0x4862da(0x137)],_0x5bc5fc=null,_0x507ff3=null,_0x25e336=null,_0x442963=null;_0x48167d[_0x4862da(0x124)](_0x211a25,_0x48167d['STcID'])&&(_0x442963=new Date()[_0x4862da(0xf6)](),_0x2f6d24[_0x4862da(0x110)]&&_0x48167d[_0x4862da(0x128)](_0x2f6d24[_0x4862da(0x110)][_0x4862da(0x12d)],0x0)?(_0x532a0d=_0x48167d[_0x4862da(0x11d)],_0x507ff3=util[_0x4862da(0xb2)](_0x2f6d24[_0x4862da(0x110)][0x0]),_0x5bc5fc=_0x48167d[_0x4862da(0xcc)](getFailureType,_0x507ff3),_0x25e336=failureData[_0x4862da(0xcb)](null,[_0x2f6d24[_0x4862da(0x110)],_0x48167d[_0x4862da(0x147)]])):_0x532a0d=_0x48167d[_0x4862da(0x139)]);const _0x281ac1={'uuid':_0x335a66,'type':_0x48167d[_0x4862da(0xfc)],'hook_type':_0x2528af,'name':_0x1c969c,'body':{'lang':_0x48167d[_0x4862da(0xb6)],'code':_0x2f6d24['fn']?_0x2f6d24['fn'][_0x4862da(0xe7)]():null},'tags':[],'test_run_id':_0x423f6a,'scope':_0x21532e,'scopes':[_0x21532e],'file_name':_0x175232,'location':_0x175232,'vc_filepath':this[_0x4862da(0xe9)]&&_0x175232?path[_0x4862da(0xd3)](this['_gitConfigPath'],_0x175232):null,'result':_0x532a0d,'started_at':_0x2f6d24[_0x4862da(0x134)]||new Date()[_0x4862da(0xf6)](),'finished_at':_0x442963,'failure_type':_0x5bc5fc,'failure_reason':_0x507ff3,'failure_data':_0x25e336,'framework':_0x48167d[_0x4862da(0x14d)]};return _0x48167d[_0x4862da(0x12c)](_0x211a25,_0x48167d[_0x4862da(0x140)])&&(hooksMap[_0x423f6a]?hooksMap[_0x423f6a][_0x4862da(0xb7)](_0x281ac1):hooksMap[_0x423f6a]=[_0x281ac1]),_0x281ac1;}catch(_0x4b4baa){return logger[_0x4862da(0x154)](_0x4862da(0xd2)+util[_0x4862da(0xc4)](_0x4b4baa)),null;}}[a97_0x20bad1(0xa7)](_0x2a78e9,_0x4826d4,_0x2e5d4c){const _0x78f0fa=a97_0x20bad1,_0x140c36={'oCxsG':function(_0x1e8070,_0x557a4d){return _0x1e8070>_0x557a4d;},'aFkLT':_0x78f0fa(0xd0),'VwNOy':function(_0x536b2e,_0x30e37a){return _0x536b2e(_0x30e37a);},'GeiEf':'test','CVapW':_0x78f0fa(0xeb)};try{const _0x475593=hooksMap[_0x2a78e9];if(!_0x475593)return null;const _0x383ed5=_0x475593['find'](_0x402ce3=>_0x402ce3['uuid']===_0x4826d4);if(!_0x383ed5)return null;return _0x383ed5[_0x78f0fa(0x160)]=new Date()[_0x78f0fa(0xf6)](),_0x2e5d4c[_0x78f0fa(0x110)]&&_0x140c36[_0x78f0fa(0xea)](_0x2e5d4c[_0x78f0fa(0x110)]['length'],0x0)?(_0x383ed5[_0x78f0fa(0x161)]=_0x140c36['aFkLT'],_0x383ed5['failure_reason']=util[_0x78f0fa(0xb2)](_0x2e5d4c[_0x78f0fa(0x110)][0x0]),_0x383ed5['failure_type']=_0x140c36[_0x78f0fa(0x13d)](getFailureType,_0x383ed5[_0x78f0fa(0x12f)]),_0x383ed5['failure_data']=failureData['apply'](null,[_0x2e5d4c['errorsDetailed'],_0x140c36[_0x78f0fa(0xc6)]])):_0x383ed5[_0x78f0fa(0x161)]=_0x140c36[_0x78f0fa(0x10f)],_0x383ed5;}catch(_0x39cc11){return logger[_0x78f0fa(0x154)]('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x78f0fa(0xc4)](_0x39cc11)),null;}}[a97_0x20bad1(0xe1)](_0x4a47af){const _0x25d974=a97_0x20bad1,_0x3ea43d={};_0x3ea43d[_0x25d974(0x111)]=function(_0x4c6b6a,_0x405213){return _0x4c6b6a!==_0x405213;},_0x3ea43d[_0x25d974(0xd5)]=_0x25d974(0x100),_0x3ea43d[_0x25d974(0x159)]=_0x25d974(0x12e);const _0x2656ea=_0x3ea43d;if(_0x2656ea['oHGTz'](_0x4a47af[_0x25d974(0x122)],_0x2656ea['dqgwJ']))return'\x22'+_0x4a47af[_0x25d974(0x122)]+'\x22\x20hook\x20for\x20\x22'+(_0x4a47af[_0x25d974(0xc2)]&&_0x4a47af[_0x25d974(0xc2)]['name'])+'\x22';return _0x4a47af[_0x25d974(0x103)]||_0x2656ea[_0x25d974(0x159)];}[a97_0x20bad1(0x115)](_0xa87954){const _0x146226=a97_0x20bad1,_0x358acf={};_0x358acf[_0x146226(0x11e)]=function(_0x2378eb,_0x36f935){return _0x2378eb!==_0x36f935;},_0x358acf[_0x146226(0xe3)]=function(_0x3767e1,_0x5c6b64){return _0x3767e1!==_0x5c6b64;},_0x358acf['EKbtL']='ROOT_DESCRIBE_BLOCK';const _0xf9d318=_0x358acf,_0x37889b=[];if(_0xa87954&&_0xa87954[_0x146226(0xc2)]){let _0x2a4e30=_0xa87954[_0x146226(0xc2)];while(_0x2a4e30&&_0x2a4e30[_0x146226(0x103)]&&_0xf9d318[_0x146226(0x11e)](_0x2a4e30[_0x146226(0x103)],'')&&_0xf9d318[_0x146226(0xe3)](_0x2a4e30[_0x146226(0x103)],_0xf9d318['EKbtL'])){_0x37889b[_0x146226(0xb7)](_0x2a4e30[_0x146226(0x103)]),_0x2a4e30=_0x2a4e30[_0x146226(0xc2)];}}return _0x37889b[_0x146226(0x120)](),_0x37889b;}[a97_0x20bad1(0x10a)](_0x3adf8a){const _0x1780a5=a97_0x20bad1;if(_0x3adf8a[_0x1780a5(0x138)])try{const _0x148271=stackTrace[_0x1780a5(0x12a)][_0x1780a5(0xc9)](stackTrace,_0x3adf8a[_0x1780a5(0x138)]);if(_0x148271[0x0]&&_0x148271[0x0][_0x1780a5(0xf5)])return _0x148271[0x0][_0x1780a5(0xf5)]();}catch(_0x54c9f5){logger[_0x1780a5(0x154)](_0x1780a5(0x113)+util[_0x1780a5(0xc4)](_0x54c9f5));}if(_0x3adf8a[_0x1780a5(0xf2)])return _0x3adf8a[_0x1780a5(0xf2)];return null;}['isJestInternalHook'](_0x15ba28){const _0x549641=a97_0x20bad1,_0x233855={};_0x233855['JzGbc']=_0x549641(0xe6),_0x233855['ZaBYY']=function(_0x4e2132,_0x45d034){return _0x4e2132===_0x45d034;},_0x233855['dIpxH']=_0x549641(0x132);const _0x25d8de=_0x233855;try{const _0x6dde27=this[_0x549641(0x10a)](_0x15ba28);if(_0x6dde27&&_0x6dde27[_0x549641(0xcd)](_0x25d8de[_0x549641(0x119)]))return!![];if(!_0x6dde27){const _0x4520bb=_0x15ba28[_0x549641(0xc2)]&&_0x15ba28[_0x549641(0xc2)][_0x549641(0x103)];if(_0x25d8de[_0x549641(0x126)](_0x4520bb,_0x25d8de['dIpxH']))return!![];}}catch(_0x31df35){logger[_0x549641(0x154)](_0x549641(0xf9)+util[_0x549641(0xc4)](_0x31df35));}return![];}[a97_0x20bad1(0x142)](_0x4ad3f2=null){const _0x248d91=a97_0x20bad1;try{const _0x30e663=_0x4ad3f2||global[_0x248d91(0x101)]||{};if(global[_0x248d91(0xbc)])return global[_0x248d91(0xbc)];if(_0x30e663?.[_0x248d91(0x15d)]?.[_0x248d91(0x150)])return _0x30e663[_0x248d91(0x15d)][_0x248d91(0x150)];if(_0x30e663?.[_0x248d91(0x15d)]?.['id'])return _0x30e663[_0x248d91(0x15d)]['id'];return null;}catch(_0x2e1d80){return logger[_0x248d91(0x154)](_0x248d91(0x121)+util[_0x248d91(0xc4)](_0x2e1d80)),null;}}async[a97_0x20bad1(0xb1)](){const _0x416003=a97_0x20bad1,_0xc3ee6d={'BDmuy':function(_0x11f161){return _0x11f161();}};if(this[_0x416003(0xdf)])return this[_0x416003(0xe9)];const _0x4b2460=await _0xc3ee6d['BDmuy'](getGitMetaData);_0x4b2460&&(this[_0x416003(0xe9)]=_0x4b2460['root']),this[_0x416003(0xdf)]=!![];}[a97_0x20bad1(0xab)](_0x18ad73){hooksMap[_0x18ad73]&&delete hooksMap[_0x18ad73];}[a97_0x20bad1(0x149)](_0x4697b9){const _0x36ac84=a97_0x20bad1,_0x17e12b={'sDjBD':_0x36ac84(0xe6),'RFqkJ':function(_0x1fd4bc,_0x2491e6){return _0x1fd4bc(_0x2491e6);},'rEAla':_0x36ac84(0x106)};if(_0x4697b9[_0x36ac84(0xf2)])return _0x4697b9[_0x36ac84(0xf2)];if(_0x4697b9[_0x36ac84(0x138)]){try{const _0x23748a=stackTrace[_0x36ac84(0x12a)](_0x4697b9[_0x36ac84(0x138)]);if(_0x23748a[0x0]&&_0x23748a[0x0][_0x36ac84(0xf5)]){const _0x584738=_0x23748a[0x0][_0x36ac84(0xf5)]();if(_0x584738&&!_0x584738[_0x36ac84(0xcd)](_0x17e12b[_0x36ac84(0xe4)]))return _0x584738;}}catch(_0x39a648){logger[_0x36ac84(0x154)](_0x36ac84(0xde)+util[_0x36ac84(0xc4)](_0x39a648));}if(_0x4697b9[_0x36ac84(0x138)][_0x36ac84(0x10c)]){const _0x2ecf7c=_0x4697b9['asyncError']['stack'][_0x36ac84(0xdc)]('\x0a');for(const _0x5e3ac2 of _0x2ecf7c){const _0x10f335=_0x5e3ac2[_0x36ac84(0x11c)](/at (.+?):\d+:\d+/);if(_0x10f335&&_0x10f335[0x1]&&!_0x10f335[0x1]['includes'](_0x17e12b[_0x36ac84(0xe4)]))return _0x10f335[0x1];}}}let _0x9c0566=_0x4697b9[_0x36ac84(0xc2)];while(_0x9c0566){if(_0x9c0566['file'])return _0x9c0566[_0x36ac84(0xf2)];if(_0x9c0566[_0x36ac84(0x138)])try{const _0x45d8a0=stackTrace[_0x36ac84(0x12a)](_0x9c0566[_0x36ac84(0x138)]);if(_0x45d8a0[0x0]&&_0x45d8a0[0x0][_0x36ac84(0xf5)]){const _0x5d0807=_0x45d8a0[0x0][_0x36ac84(0xf5)]();if(_0x5d0807&&!_0x5d0807['includes'](_0x17e12b['sDjBD']))return _0x5d0807;}}catch(_0x117974){}_0x9c0566=_0x9c0566[_0x36ac84(0xc2)];}try{const _0x464122=_0x17e12b[_0x36ac84(0x130)](require,_0x17e12b[_0x36ac84(0x10d)]);if(_0x464122&&_0x464122[_0x36ac84(0xe5)]){const _0x35ed55=_0x464122[_0x36ac84(0xe5)]();if(_0x35ed55&&_0x35ed55[_0x36ac84(0x104)])return _0x35ed55[_0x36ac84(0x104)];}}catch(_0x387f70){logger[_0x36ac84(0x154)]('[jestUtils]\x20expect.getState()\x20not\x20available:\x20'+util['format'](_0x387f70));}return null;}[a97_0x20bad1(0x14c)](_0x27b268){const _0x6648ab=a97_0x20bad1,_0x360fcd={};_0x360fcd[_0x6648ab(0xe0)]=_0x6648ab(0xbb),_0x360fcd[_0x6648ab(0xbf)]=function(_0x56398f,_0x46f339){return _0x56398f!==_0x46f339;},_0x360fcd[_0x6648ab(0xd8)]=_0x6648ab(0x132),_0x360fcd[_0x6648ab(0xb3)]=_0x6648ab(0xe6),_0x360fcd['rlgSH']=_0x6648ab(0x13f),_0x360fcd[_0x6648ab(0x151)]=_0x6648ab(0xe8);const _0x49a72d=_0x360fcd;try{if(!_0x27b268)return logger[_0x6648ab(0xb8)](_0x49a72d[_0x6648ab(0xe0)]),null;const _0x382c8f=_0x27b268[_0x6648ab(0xee)]||_0x27b268[_0x6648ab(0x103)]||_0x27b268[_0x6648ab(0x10e)]||_0x27b268[_0x6648ab(0xf8)];let _0x26a12c=_0x382c8f;if(_0x27b268[_0x6648ab(0xc2)]&&_0x27b268['parent'][_0x6648ab(0x103)]&&_0x49a72d['NfeQf'](_0x27b268[_0x6648ab(0xc2)][_0x6648ab(0x103)],_0x49a72d[_0x6648ab(0xd8)])){const _0x3a6052=_0x27b268['name']||_0x27b268['title'];_0x3a6052&&(_0x26a12c=_0x27b268[_0x6648ab(0xc2)][_0x6648ab(0x103)]+'\x20'+_0x3a6052);}let _0x26001e=_0x27b268['testPath'];if(!_0x26001e&&_0x27b268['asyncError']){try{const _0x284af9=stackTrace[_0x6648ab(0x12a)](_0x27b268[_0x6648ab(0x138)]);if(_0x284af9[0x0]&&_0x284af9[0x0][_0x6648ab(0xf5)]){const _0x1e5d7d=_0x284af9[0x0]['getFileName']();_0x1e5d7d&&!_0x1e5d7d[_0x6648ab(0xcd)](_0x49a72d[_0x6648ab(0xb3)])&&(_0x26001e=_0x1e5d7d);}}catch(_0x1800fe){logger[_0x6648ab(0x154)]('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util[_0x6648ab(0xc4)](_0x1800fe));}if(!_0x26001e&&_0x27b268['asyncError'][_0x6648ab(0x10c)]){const _0x2854e5=_0x27b268['asyncError'][_0x6648ab(0x10c)][_0x6648ab(0xdc)]('\x0a');for(const _0x36ea4b of _0x2854e5){const _0x2dc264=_0x36ea4b[_0x6648ab(0x11c)](/at (.+?):\d+:\d+/);if(_0x2dc264&&_0x2dc264[0x1]&&!_0x2dc264[0x1][_0x6648ab(0xcd)](_0x49a72d[_0x6648ab(0xb3)])){_0x26001e=_0x2dc264[0x1];break;}}}}const _0x3c31f2=_0x26001e+'::'+_0x26a12c,_0x432a34=crypto['createHash'](_0x49a72d[_0x6648ab(0xfd)])['update'](_0x3c31f2)[_0x6648ab(0xc1)](_0x49a72d[_0x6648ab(0x151)])[_0x6648ab(0x15c)](0x0,0x8),_0x19f222=process['pid']+_0x6648ab(0x109)+_0x432a34;return logger['debug'](_0x6648ab(0x143)+_0x19f222+_0x6648ab(0x112)+_0x3c31f2),_0x19f222;}catch(_0x51dfb1){return logger[_0x6648ab(0xb8)](_0x6648ab(0x131)+util[_0x6648ab(0xc4)](_0x51dfb1)),null;}}['createIdentifierFromJestTest'](_0x3d913e){const _0x351edf=a97_0x20bad1,_0x8107e={};_0x8107e['ylvNs']=_0x351edf(0x148);const _0x3128ff=_0x8107e;if(!_0x3d913e)return logger['debug'](_0x3128ff[_0x351edf(0xfa)]),null;const _0x41ebe9=this[_0x351edf(0x149)](_0x3d913e),_0x67c3c1={};_0x67c3c1[_0x351edf(0x103)]=_0x3d913e['name']||_0x3d913e[_0x351edf(0x10e)],_0x67c3c1[_0x351edf(0xc2)]=_0x3d913e[_0x351edf(0xc2)],_0x67c3c1[_0x351edf(0x104)]=_0x41ebe9,_0x67c3c1[_0x351edf(0x138)]=_0x3d913e['asyncError'];const _0x227f9d=_0x67c3c1;return this[_0x351edf(0x14c)](_0x227f9d);}[a97_0x20bad1(0x12b)](_0x1e20e1,_0x576c93=null){const _0x15049b=a97_0x20bad1,_0x31e71c={};_0x31e71c[_0x15049b(0xcf)]=_0x15049b(0xf0);const _0x34e8a8=_0x31e71c;if(!_0x1e20e1)return logger[_0x15049b(0x154)](_0x34e8a8[_0x15049b(0xcf)]),_0x576c93;if(_0x1e20e1['testIdentifier'])return logger[_0x15049b(0x154)](_0x15049b(0x157)+_0x1e20e1['testIdentifier']),_0x1e20e1[_0x15049b(0xed)];return this[_0x15049b(0x14c)](_0x1e20e1)||_0x576c93;}}module[a97_0x20bad1(0x141)]=o11yClassErrorHandler(JestUtils,[a97_0x20bad1(0xb1),a97_0x20bad1(0x115),a97_0x20bad1(0x10a),'getName','isJestInternalHook','getTestIdentifier',a97_0x20bad1(0x135),'createHookData',a97_0x20bad1(0xa7),a97_0x20bad1(0xab),'extractTestFilePath','createJestTestIdentifier','createIdentifierFromJestTest',a97_0x20bad1(0x12b)]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a98_0x847823=a98_0x200d;function a98_0x56c3(){const _0x429af5=['pWOUm','430690XLWkKQ','end','then','537195wDtwfO','\x20doesn\x27t\x20exist','95993JETARt','File\x20path\x20is\x20required','isUndefined','exports','VgLzW','file','qitHe','4egZjAF','getHubUrl','8027883jWcLEy','110NDpynp','wDnqv','RlHie','getPlatformName','args','modifyBrowserStackCaps','../test-runner','2198654HsRJFJ','platforms','../../helpers/BrowserStackSetup','../../helpers/testhub/testhubHandler','File\x20','finalExecution','useW3C','EVENTS','handleApp','../../helpers/performance/performance-tester','join','launchBuild','parallelsPerPlatform','configuration','push','30HIHAwT','modifyBrowserStackW3CCaps','6686281kfSTiP','config','forEach','vanilla','CaylT','8hLDnFz','UkoXa','SDK_CLEANUP','length','776415zhojXV','../../helpers/performance/constants','path','proxySettings','start'];a98_0x56c3=function(){return _0x429af5;};return a98_0x56c3();}function a98_0x200d(_0x475df1,_0x2473ee){const _0x56c3e1=a98_0x56c3();return a98_0x200d=function(_0x200d04,_0x4a7b5a){_0x200d04=_0x200d04-0x85;let _0x14732d=_0x56c3e1[_0x200d04];return _0x14732d;},a98_0x200d(_0x475df1,_0x2473ee);}(function(_0x5b0395,_0x1ee873){const _0xb5a9dc=a98_0x200d,_0x217b31=_0x5b0395();while(!![]){try{const _0x563e2c=parseInt(_0xb5a9dc(0xb9))/0x1+parseInt(_0xb5a9dc(0x94))/0x2+-parseInt(_0xb5a9dc(0xae))/0x3*(-parseInt(_0xb5a9dc(0x8a))/0x4)+-parseInt(_0xb5a9dc(0xb7))/0x5*(-parseInt(_0xb5a9dc(0xa3))/0x6)+parseInt(_0xb5a9dc(0xa5))/0x7*(-parseInt(_0xb5a9dc(0xaa))/0x8)+-parseInt(_0xb5a9dc(0x8c))/0x9+-parseInt(_0xb5a9dc(0xb4))/0xa*(-parseInt(_0xb5a9dc(0x8d))/0xb);if(_0x563e2c===_0x1ee873)break;else _0x217b31['push'](_0x217b31['shift']());}catch(_0x2ae74e){_0x217b31['push'](_0x217b31['shift']());}}}(a98_0x56c3,0x8c578));const fs=require('fs'),path=require(a98_0x847823(0xb0)),{default:BrowserStackSetup}=require(a98_0x847823(0x96)),helper=require('../../helpers/helper'),PerformanceTester=require(a98_0x847823(0x9d)),PerformanceEvents=require(a98_0x847823(0xaf))[a98_0x847823(0x9b)],utilities=require('../../helpers/utilities'),{parallelVanillaRun}=require(a98_0x847823(0x93)),TestHubHandler=require(a98_0x847823(0x97));async function run(_0x1d161d,_0x397c0f,_0x344f95){const _0x574e88=a98_0x847823,_0x31c79d={'CaylT':_0x574e88(0xa8),'qitHe':function(_0xa5731e,_0x271ad2){return _0xa5731e(_0x271ad2);},'xEsvu':_0x574e88(0xba),'UkoXa':function(_0x4e899e,_0x4c0eba){return _0x4e899e(_0x4c0eba);},'RlHie':'Config\x20yml\x20is\x20required','SfLyK':function(_0x36d63d,_0x734fdf){return _0x36d63d>_0x734fdf;},'pWOUm':function(_0x4dc9a8,_0x57ef9e){return _0x4dc9a8>_0x57ef9e;},'VgLzW':function(_0x4d7dbc,_0x17c6fc){return _0x4d7dbc*_0x17c6fc;},'wDnqv':function(_0x382603,_0x10578d,_0x44196f){return _0x382603(_0x10578d,_0x44196f);}};await _0x344f95['initialize'](_0x1d161d),await helper[_0x574e88(0x9c)](_0x344f95['config']);const _0x58a6a6=[];if(helper[_0x574e88(0x85)](_0x1d161d['_'][0x1]))throw _0x31c79d[_0x574e88(0x89)](Error,_0x31c79d['xEsvu']);const _0x580094=path[_0x574e88(0x9e)](process['cwd'](),_0x1d161d['_'][0x1]);if(!fs['existsSync'](_0x580094))throw _0x31c79d['qitHe'](Error,_0x574e88(0x98)+_0x1d161d['_'][0x1]+_0x574e88(0xb8));if(!_0x344f95['config'])throw _0x31c79d[_0x574e88(0xab)](Error,_0x31c79d[_0x574e88(0x8f)]);const _0xb3ef0f=helper[_0x574e88(0x9a)](_0x344f95[_0x574e88(0xa6)]);_0x344f95['config'][_0x574e88(0x95)]&&_0x31c79d['SfLyK'](_0x344f95['config']['platforms']['length'],0x0)&&_0x344f95['config'][_0x574e88(0x95)][_0x574e88(0xa7)]((_0x3e4faa,_0x590d5f)=>{const _0x180e48=_0x574e88;_0xb3ef0f?_0x58a6a6[_0x180e48(0xa2)](helper['modifyBrowserStackW3CCaps'](_0x344f95[_0x180e48(0xa6)],_0x31c79d['CaylT'],_0x590d5f)):_0x58a6a6['push'](helper[_0x180e48(0x92)](_0x344f95['config'],_0x31c79d[_0x180e48(0xa9)],_0x590d5f));});let _0x191ff2,_0x191816;const _0x1e0f2f=[];if(_0x31c79d[_0x574e88(0xb3)](_0x58a6a6[_0x574e88(0xad)],0x0))_0x58a6a6['forEach']((_0x28ab84,_0x264ea3)=>{const _0x2c1b4f=_0x574e88,_0x279b40={};_0x279b40['index']=_0x264ea3,_0x191ff2={'server':helper[_0x2c1b4f(0x8b)](_0x344f95[_0x2c1b4f(0xa6)]),'proxySettings':_0x344f95[_0x2c1b4f(0xa6)][_0x2c1b4f(0xb1)],'platform':helper[_0x2c1b4f(0x90)](_0x28ab84),'platformCaps':Object['assign'](_0x279b40,_0x344f95[_0x2c1b4f(0xa6)][_0x2c1b4f(0x95)][_0x264ea3])};const _0x4c261e={'capability':_0x28ab84,..._0x191ff2};_0x4c261e[_0x2c1b4f(0x88)]=_0x580094,_0x4c261e[_0x2c1b4f(0x91)]=_0x397c0f;const _0x4d83f4={};_0x4d83f4['configuration']=_0x4c261e,_0x191816=_0x4d83f4,_0x1e0f2f[_0x2c1b4f(0xa2)](_0x191816);});else{let _0x78907f;_0xb3ef0f?_0x78907f=helper[_0x574e88(0xa4)](_0x344f95[_0x574e88(0xa6)],_0x31c79d[_0x574e88(0xa9)],0x0):_0x78907f=helper[_0x574e88(0x92)](_0x344f95[_0x574e88(0xa6)],_0x31c79d[_0x574e88(0xa9)],0x0);_0x191ff2={'server':helper[_0x574e88(0x8b)](_0x344f95['config']),'proxySettings':_0x344f95[_0x574e88(0xa6)]['proxySettings']};const _0x42a94a={'capability':_0x78907f,..._0x191ff2};_0x42a94a['file']=_0x580094,_0x42a94a[_0x574e88(0x91)]=_0x397c0f;const _0x4d5593={};_0x4d5593[_0x574e88(0xa1)]=_0x42a94a,_0x191816=_0x4d5593,_0x1e0f2f[_0x574e88(0xa2)](_0x191816);}const _0x24f4bd=await TestHubHandler[_0x574e88(0x9f)](_0x31c79d['CaylT'],_0x344f95),_0x37073d=_0x31c79d[_0x574e88(0x87)](_0x344f95[_0x574e88(0xa6)][_0x574e88(0x95)]['length']||0x1,_0x344f95[_0x574e88(0xa6)][_0x574e88(0xa0)]||0x1);PerformanceTester[_0x574e88(0xb5)](PerformanceEvents['SDK_SETUP']),_0x31c79d[_0x574e88(0x8e)](parallelVanillaRun,_0x1e0f2f,_0x37073d)[_0x574e88(0xb6)](_0x330671=>{})['finally'](async()=>{const _0x54c494=_0x574e88;PerformanceTester[_0x54c494(0xb2)](PerformanceEvents[_0x54c494(0xac)]),await utilities[_0x54c494(0x99)](_0x344f95);});}module[a98_0x847823(0x86)]=run;
|
package/src/browserStackSdk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a99_0x7f5358=a99_0x4afa;(function(_0x282e83,_0x11c490){const _0x4e8a27=a99_0x4afa,_0x3e89ad=_0x282e83();while(!![]){try{const _0x37f7df=parseInt(_0x4e8a27(0x98))/0x1*(-parseInt(_0x4e8a27(0x9a))/0x2)+parseInt(_0x4e8a27(0x91))/0x3+parseInt(_0x4e8a27(0x82))/0x4*(-parseInt(_0x4e8a27(0x7a))/0x5)+parseInt(_0x4e8a27(0x94))/0x6+parseInt(_0x4e8a27(0x8e))/0x7*(-parseInt(_0x4e8a27(0x99))/0x8)+-parseInt(_0x4e8a27(0x9e))/0x9*(-parseInt(_0x4e8a27(0x8c))/0xa)+-parseInt(_0x4e8a27(0x7f))/0xb;if(_0x37f7df===_0x11c490)break;else _0x3e89ad['push'](_0x3e89ad['shift']());}catch(_0x17988c){_0x3e89ad['push'](_0x3e89ad['shift']());}}}(a99_0x3e7b,0x8ac93));const TestMetadata=require(a99_0x7f5358(0x7b));class BrowserStackSdk{static[a99_0x7f5358(0x8d)](){const _0x3dde91=a99_0x7f5358,_0x443dba={};_0x443dba['JbNyi']=_0x3dde91(0x9f),_0x443dba[_0x3dde91(0x9d)]=_0x3dde91(0x7c),_0x443dba[_0x3dde91(0x92)]=_0x3dde91(0x8a),_0x443dba['dMJAy']=_0x3dde91(0x8f),_0x443dba[_0x3dde91(0x8b)]=_0x3dde91(0x88),_0x443dba[_0x3dde91(0x95)]=_0x3dde91(0x93),_0x443dba[_0x3dde91(0x86)]=_0x3dde91(0x7e),_0x443dba[_0x3dde91(0xa2)]=_0x3dde91(0x80),_0x443dba[_0x3dde91(0x96)]=_0x3dde91(0x9c),_0x443dba[_0x3dde91(0x90)]=_0x3dde91(0x83),_0x443dba[_0x3dde91(0x84)]='platform_version',_0x443dba[_0x3dde91(0x7d)]=_0x3dde91(0xa1),_0x443dba[_0x3dde91(0x97)]=_0x3dde91(0x89);const _0x3223f8=_0x443dba,_0x15fa51={};if(global['__platformCaps']){const _0x537d67=global[_0x3dde91(0x9b)],_0x14551c=_0x537d67[_0x3223f8[_0x3dde91(0x81)]]||_0x537d67[_0x3223f8[_0x3dde91(0x9d)]],_0x5c3a44=_0x537d67[_0x3223f8['aXQgz']]||_0x537d67[_0x3223f8['dMJAy']],_0x17664d=_0x537d67[_0x3223f8[_0x3dde91(0x8b)]]||_0x537d67[_0x3223f8[_0x3dde91(0x95)]],_0x257013=_0x537d67[_0x3223f8[_0x3dde91(0x86)]]||_0x537d67[_0x3223f8[_0x3dde91(0xa2)]],_0xac11c9=_0x537d67[_0x3223f8[_0x3dde91(0x96)]]||_0x537d67[_0x3223f8[_0x3dde91(0x90)]],_0x1857a6=_0x537d67[_0x3223f8[_0x3dde91(0x84)]]||_0x537d67[_0x3223f8['Sofly']];_0x537d67['os']&&(_0x15fa51['os']=_0x537d67['os']),_0x14551c&&(_0x15fa51[_0x3223f8[_0x3dde91(0x9d)]]=_0x14551c),_0x5c3a44&&(_0x15fa51[_0x3223f8[_0x3dde91(0x85)]]=_0x5c3a44),_0x17664d&&(_0x15fa51[_0x3223f8[_0x3dde91(0x95)]]=_0x17664d),_0x257013&&(_0x15fa51[_0x3223f8[_0x3dde91(0xa2)]]=_0x257013),_0xac11c9&&(_0x15fa51[_0x3223f8[_0x3dde91(0x90)]]=_0xac11c9),_0x1857a6&&(_0x15fa51[_0x3223f8['Sofly']]=_0x1857a6),_0x537d67[_0x3223f8[_0x3dde91(0x97)]]&&(_0x15fa51[_0x3223f8[_0x3dde91(0x97)]]=_0x537d67[_0x3223f8[_0x3dde91(0x97)]]);}return _0x15fa51;}static[a99_0x7f5358(0x87)](_0x201b44={}){TestMetadata['set'](_0x201b44);}}module[a99_0x7f5358(0xa0)]=BrowserStackSdk;function a99_0x4afa(_0xd6ef39,_0x2b2c38){const _0x3e7b60=a99_0x3e7b();return a99_0x4afa=function(_0x4afa52,_0x451b80){_0x4afa52=_0x4afa52-0x7a;let _0x21f16f=_0x3e7b60[_0x4afa52];return _0x21f16f;},a99_0x4afa(_0xd6ef39,_0x2b2c38);}function a99_0x3e7b(){const _0x4cf74f=['390951jrBBZd','deviceName','JbNyi','322756kspSKs','platformName','UzqAK','dMJAy','muCxI','setTestMetadata','browser_version','customVariables','browser','SGFgv','4945870DGUoNW','getCurrentPlatform','1643999cKMgbS','browserName','qONDR','1929675exOknb','aXQgz','browserVersion','4088928ZSHkqK','WXvnY','jETir','QcMyY','1wZAFaP','8uOpKxa','1820398piDsRJ','__platformCaps','platform','eiNcJ','18HzjlTR','os_version','exports','platformVersion','TZCum','35SWamAL','./helpers/metadata','osVersion','Sofly','device'];a99_0x3e7b=function(){return _0x4cf74f;};return a99_0x3e7b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a100_0x34c40c=a100_0x5c70;(function(_0x3aebef,_0x11fa19){const _0x4a889d=a100_0x5c70,_0x5632d1=_0x3aebef();while(!![]){try{const _0x236116=-parseInt(_0x4a889d(0x13d))/0x1*(parseInt(_0x4a889d(0x144))/0x2)+-parseInt(_0x4a889d(0xdc))/0x3+parseInt(_0x4a889d(0x171))/0x4+parseInt(_0x4a889d(0xce))/0x5+-parseInt(_0x4a889d(0xf5))/0x6+parseInt(_0x4a889d(0x188))/0x7+-parseInt(_0x4a889d(0x189))/0x8;if(_0x236116===_0x11fa19)break;else _0x5632d1['push'](_0x5632d1['shift']());}catch(_0x517463){_0x5632d1['push'](_0x5632d1['shift']());}}}(a100_0x1c44,0xc9b95));function a100_0x5c70(_0xf804aa,_0x4b3e0b){const _0x1c44a0=a100_0x1c44();return a100_0x5c70=function(_0x5c709e,_0x327acc){_0x5c709e=_0x5c709e-0xc2;let _0xadf8c3=_0x1c44a0[_0x5c709e];return _0xadf8c3;},a100_0x5c70(_0xf804aa,_0x4b3e0b);}function a100_0x1c44(){const _0x20d54c=['tcg\x20config\x20setup\x20successful.','YZnxQ','GqfBz','setupKeepAlive','turboScaleUrl','uncaughtException','4GjgxqD','envConfig','oGnvw','isTrue','18|7|1|15|2|21|6|20|10|9|5|3|11|8|19|17|14|22|16|12|4|23|0|13','allocateHub','TCG_AUTH_FAILURE','232588tfIZiT','ZTVbb','yAEeu','SDK_CLEANUP','message','Qsvdd','isHealingEnabled','efkMm','Error\x20in\x20percy\x20setup\x20','warn','selenium-webdriver','cMmha','HfeLO','UlypD','platforms','../bin/utils/apiUtilityMethods','Error\x20in\x20writing\x20events\x20to\x20file\x20','../bin/v2/modules/loadTestModule','sdkRunId','isLTSSession','getPackageVersion','reportProcessInterruptionSituation','TCG_URL','oMbOV','VBAMe','setupBrowserstackLocal','isBrowserstackInfra','setEnvCaps','readConfig','kdBxc','WPvXm','MZpXA','errorMessage','Local\x20binary\x20stopped','MkaAc','end','Zxmtf','mPTSC','AUTOLOGCAPTURE_NOTIFICATION','SDK\x20run\x20started\x20with\x20id:\x20','close','setBrowserstackInfraFromConfig','url','miRSo','../../package.json','2712804bmjzEI','HUB_MANAGEMENT','FRAMEWORK','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','xoauK','MAZEA','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','skipBinaryInitialisation','assign','disableAutoCaptureLogs','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','Error\x20in\x20sending\x20testhub\x20stop:\x20','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','./utilities','?caps=','exitHandler','BROWSERSTACK_PERCY','fireFunnelTestEvent','tcgAuthConfig','false','ZDloF','kWuJF','nXtfz','7734769EvFPQF','5280328QifNYa','dSDGU','hxMow','normalizeTestReportingEnvVars','GEarN','isNotUndefined','proxyConfig','__isPuppeteerInstalled','parallelsPerPlatform','xuTwJ','intExitHandler','handled','configPath','SDKTestAttempted','AI_INIT_SUCCESSFUL','../bin/v2/browserstackCLI','SIGQUIT','proxyUrl','events.json','default','AI_PROXY_FAILURE','ZQIFh','FLsFG','EDumh','split','lhArc','setupTcgConfigFile','captureError','skipSessionStatus','getTurboScaleGridDetails','unhandledErrors','WEOJw','platform','custom-repeater','bTQCw','ekdUw','WHjDL','startPercy','selfHeal','setProxySettings','wVBFf','isUndefined','setLogLevel','measureWrapper','ats-repeater','BcslZ','./performance/constants','checkStopLocalBinaryOnExit','isAuthenticated','turboScale','status','stringify','handleExceptions','dcUnl','turboScaleGridDetails','isTrialGrid','browserstackLocal','OyYJj','kuHpt','version','1|3|6|5|4|0|7|2','isRunning','beforeExit','compareVersions','killSignal','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','./logger','env','requireSeleniumWebdriverCheck','sbQZo','includes','getLocalIdentifier','./timeoutPromise','heyrM','gbQSJ','debug','toString','isEnabled','oypVd','info','./performance/performance-tester','QEaLE','3224730qcaDnt','length','../hubAllocationMethods','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','stop','mIhBZ','localIdentifier','join','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','measures','UCUmd','skipSessionName','framework','true','870834NENHDo','getCentralUser','CliDt','statusCode','format','setupTCGAuth','isTurboScaleSession','getConfigPath','turboScaleOptions','YCseI','gnbVc','setHandlePWError','hubUrl','UPGRADE_REQUIRED','generateLocalIdentifier','QcDxY','path','rlNzT','stopLocalBinary','stopBrowserstackLocal','./testhub/utils','kTeMG','setCLICaps','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','SIGBREAK','1118148pdeXBk','uTbjV','vZcBP','zhPfv','getProxyConfigForTcg','config','sendToEDS','PHcSg','rCKIT','BROWSERSTACK_TURBOSCALE','\x20with\x20response\x20','getHubUrl','uuid','getAccessKey','playwrightUrl','rEiud','Hchnz','CxQmU','playwright','cliConfig','setupPercy','proxy','INVALID_INIT_RESP_WITH_USER_IMPACT','BZmwY','exceptions','../ai-sdk-node/bundle','browserStackLocalOptions','BrowserstackHealingInitFailed','YpUXj','SEFJm','Percy\x20stopped','error','\x20with\x20error\x20','sanitizeCaps','aiHeal:tcgAuth','accessKey','win32','winstonLogger','percy','Shutdown\x20triggered\x20by\x20','setLogDir','useW3C','unhandledRejection','startMonitoring','./setKeepAlive','../bin/utils/clientTroubleshootingService','Percy\x20started\x20successfully','4|2|0|3|1','getInstance','init','race','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','userName\x20or\x20accessKey\x20is\x20not\x20defined','reportFinalDetectionState','./testhub/testhubHandler','WrrAr','stopPercy','SIGHUP','Local\x20binary\x20started\x20successfully','SIGINT','kRgjB','xKygL','YNTFm','testContextOptions','finalize','hIntO'];a100_0x1c44=function(){return _0x20d54c;};return a100_0x1c44();}const util=require('util'),os=require('os'),path=require(a100_0x34c40c(0xec)),{v4:uuidv4}=require(a100_0x34c40c(0x101)),fs=require('fs'),constants=require('../bin/utils/constants'),logger=require(a100_0x34c40c(0x1cb))[a100_0x34c40c(0x11a)],fileLogger=require(a100_0x34c40c(0x1cb))['fileLogger'],{getLogDir}=require(a100_0x34c40c(0x1cb)),helper=require('./helper'),utilities=require(a100_0x34c40c(0x17e)),percyHelper=require('./percy/utils'),hubAllocator=require(a100_0x34c40c(0xd0)),PerformanceTester=require(a100_0x34c40c(0xcc)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x34c40c(0x1b7)),{setPercyFlag}=require(a100_0x34c40c(0xf0)),TestHubHandler=require(a100_0x34c40c(0x12b)),timeoutPromise=require(a100_0x34c40c(0xc4)),BrowserstackCLI=require(a100_0x34c40c(0x198)),LoadTestModule=require(a100_0x34c40c(0x155)),{getEdsInstrumentationAPIUrl}=require(a100_0x34c40c(0x153)),ClientTroubleShootingService=require(a100_0x34c40c(0x122));class BrowserStackSetup{constructor(_0x2dfef5,_0xfc83ba){const _0x2adf8f=a100_0x34c40c,_0x3f45b2={'UTjFa':_0x2adf8f(0x141),'miRSo':function(_0x177073){return _0x177073();},'HfeLO':'No\x20config\x20provided.'},_0x12ca6a=_0x3f45b2['UTjFa'][_0x2adf8f(0x1a1)]('|');let _0x6f4a02=0x0;while(!![]){switch(_0x12ca6a[_0x6f4a02++]){case'0':helper[_0x2adf8f(0x1b3)](this[_0x2adf8f(0xfa)],this['cliConfig'],this['envConfig']);continue;case'1':this['envConfig']=helper[_0x2adf8f(0x15f)]();continue;case'2':this[_0x2adf8f(0x11b)]=null;continue;case'3':this[_0x2adf8f(0x156)]=_0x3f45b2[_0x2adf8f(0x16f)](uuidv4);continue;case'4':helper['getFinalCaps'](this[_0x2adf8f(0xfa)],this[_0x2adf8f(0x108)],this[_0x2adf8f(0x13e)]);continue;case'5':this[_0x2adf8f(0x164)]={};continue;case'6':this[_0x2adf8f(0xfa)]=helper[_0x2adf8f(0x160)](this[_0x2adf8f(0x195)]);continue;case'7':helper[_0x2adf8f(0x18c)]();continue;case'8':global[_0x2adf8f(0xda)]=_0xfc83ba;continue;case'9':this[_0x2adf8f(0xfa)][_0x2adf8f(0x134)]=this[_0x2adf8f(0xfa)][_0x2adf8f(0x134)]||{};continue;case'10':this[_0x2adf8f(0xfa)][_0x2adf8f(0x152)]=this[_0x2adf8f(0xfa)][_0x2adf8f(0x152)]||[];continue;case'11':this['framework']=_0xfc83ba;continue;case'12':this[_0x2adf8f(0xfa)][_0x2adf8f(0x134)][_0x2adf8f(0xd9)]=!helper['isBrowserstackInfra']()||helper[_0x2adf8f(0x140)](this['config'][_0x2adf8f(0x134)]['skipSessionName']);continue;case'13':PerformanceTester[_0x2adf8f(0x120)]();continue;case'14':helper[_0x2adf8f(0x16d)](this[_0x2adf8f(0xfa)],this[_0x2adf8f(0x108)]);continue;case'15':this['browserstackLocal']=null;continue;case'16':this['config'][_0x2adf8f(0x134)][_0x2adf8f(0x1a5)]=!helper[_0x2adf8f(0x15e)]()||helper['isTrue'](this[_0x2adf8f(0xfa)][_0x2adf8f(0x134)][_0x2adf8f(0x1a5)]);continue;case'17':if(this[_0x2adf8f(0xfa)][_0x2adf8f(0x114)])throw new Error(this[_0x2adf8f(0xfa)][_0x2adf8f(0x114)]);continue;case'18':this[_0x2adf8f(0x1a7)]=[];continue;case'19':if(helper[_0x2adf8f(0x1b2)](this['config']))throw new Error(_0x3f45b2[_0x2adf8f(0x150)]);continue;case'20':this['cliConfig']=helper[_0x2adf8f(0xf2)](_0x2dfef5);continue;case'21':this['configPath']=helper[_0x2adf8f(0xe3)](_0x2dfef5);continue;case'22':helper['setCredentialsFromYmlConfig'](this[_0x2adf8f(0xfa)]);continue;case'23':helper[_0x2adf8f(0x11d)](this[_0x2adf8f(0xfa)]);continue;}break;}}['preInitialize'](_0x589603){const _0xde6cc9=a100_0x34c40c,_0x50ef08={'mIhBZ':_0xde6cc9(0x129),'FLsFG':function(_0x193e77,_0x13b675){return _0x193e77===_0x13b675;},'WEOJw':function(_0x482d58,_0x262547){return _0x482d58===_0x262547;},'xoauK':'integrations','heyrM':_0xde6cc9(0x196),'hIntO':function(_0x3dc9bc,_0x5e7be6){return _0x3dc9bc<_0x5e7be6;},'nXtfz':function(_0x3b5dc3,_0x5d2eed){return _0x3b5dc3(_0x5d2eed);},'WPvXm':_0xde6cc9(0x14e),'oGnvw':function(_0x29a716,_0x4e73b8){return _0x29a716===_0x4e73b8;},'Zxmtf':'4.5.0','gnbVc':_0xde6cc9(0x128),'wVBFf':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','uTbjV':'SIGTERM','xuTwJ':_0xde6cc9(0x130),'gbQSJ':_0xde6cc9(0x12e),'kRgjB':function(_0x2d3114,_0x3e6922){return _0x2d3114!==_0x3e6922;},'mPTSC':_0xde6cc9(0x119),'vZcBP':'SIGABRT','Qsvdd':_0xde6cc9(0x199),'GqfBz':_0xde6cc9(0xf4),'kTeMG':_0xde6cc9(0x1c7)},_0x458d46=this[_0xde6cc9(0xda)];global[_0xde6cc9(0xfa)]=this[_0xde6cc9(0xfa)],helper[_0xde6cc9(0x116)](this['config']),this[_0xde6cc9(0x1c9)]=null,global['sdkRunId']=this['sdkRunId'],logger[_0xde6cc9(0xcb)](_0xde6cc9(0x16b)+this[_0xde6cc9(0x156)]),!this[_0xde6cc9(0xfa)][_0xde6cc9(0x10f)]&&(this[_0xde6cc9(0xfa)]['browserStackLocalOptions']=this[_0xde6cc9(0xfa)]['localOptions']||{});if(helper[_0xde6cc9(0x1b2)](helper['getUserName'](this[_0xde6cc9(0xfa)]))||helper['isUndefined'](helper[_0xde6cc9(0x102)](this[_0xde6cc9(0xfa)])))throw new Error(_0x50ef08[_0xde6cc9(0xd3)]);helper['getLocalConfig'](this[_0xde6cc9(0xfa)])&&helper[_0xde6cc9(0x1b2)](helper[_0xde6cc9(0xc3)](this[_0xde6cc9(0xfa)]))&&(!helper[_0xde6cc9(0x1b2)](this[_0xde6cc9(0xfa)][_0xde6cc9(0x10f)])&&_0x50ef08[_0xde6cc9(0x19f)](this[_0xde6cc9(0xfa)][_0xde6cc9(0x10f)]['constructor'],Object)?!helper[_0xde6cc9(0x140)](this[_0xde6cc9(0xfa)][_0xde6cc9(0x10f)][_0xde6cc9(0x178)])&&(this[_0xde6cc9(0xfa)]['browserStackLocalOptions'][_0xde6cc9(0xd4)]=helper[_0xde6cc9(0xea)]()):this[_0xde6cc9(0xfa)][_0xde6cc9(0x10f)]={'localIdentifier':helper[_0xde6cc9(0xea)]()});this[_0xde6cc9(0xfa)]['browserStackLocalOptions'][_0xde6cc9(0x178)]=helper[_0xde6cc9(0x140)](this[_0xde6cc9(0xfa)]['browserStackLocalOptions'][_0xde6cc9(0x178)]),helper[_0xde6cc9(0xe7)](this[_0xde6cc9(0xfa)]);if(_0x50ef08[_0xde6cc9(0x1a8)](_0x458d46,_0x50ef08[_0xde6cc9(0x175)]))return;this[_0xde6cc9(0x1bd)]();process['env'][_0xde6cc9(0xfe)]&&(this[_0xde6cc9(0xfa)][_0xde6cc9(0x1ba)]=helper[_0xde6cc9(0x140)](process['env'][_0xde6cc9(0xfe)]),this['config'][_0xde6cc9(0xe4)]=this[_0xde6cc9(0xfa)]['turboScaleOptions']||{});helper['isTurboScaleSession'](this[_0xde6cc9(0xfa)])&&(process[_0xde6cc9(0x1cc)][_0xde6cc9(0xfe)]=!![]);LoadTestModule[_0xde6cc9(0x157)](this[_0xde6cc9(0xfa)])&&logger['debug'](_0xde6cc9(0x17b)+this[_0xde6cc9(0x156)]);if(!helper[_0xde6cc9(0x15e)]()){try{process[_0xde6cc9(0x1cc)][_0xde6cc9(0x173)]=_0x458d46,utilities[_0xde6cc9(0x182)](_0x50ef08[_0xde6cc9(0xc5)],{},this['config'],this['framework']);}catch(_0x387541){logger[_0xde6cc9(0xc7)](_0xde6cc9(0x17d)+_0x387541);}return;}if(helper[_0xde6cc9(0x1cd)](_0x458d46)){if(global['__isPlaywrightInstalled']||global[_0xde6cc9(0x190)])return;_0x50ef08[_0xde6cc9(0x136)](_0x50ef08[_0xde6cc9(0x187)](parseInt,helper[_0xde6cc9(0x158)](_0x50ef08['WPvXm'])),0x3)&&(this[_0xde6cc9(0xfa)]['useW3C']=![]),_0x50ef08[_0xde6cc9(0x13f)](helper[_0xde6cc9(0x1c8)](helper[_0xde6cc9(0x158)](_0x50ef08[_0xde6cc9(0x162)]),_0x50ef08[_0xde6cc9(0x168)]),0x1)&&(this[_0xde6cc9(0xfa)][_0xde6cc9(0x11e)]=!![]);}(helper[_0xde6cc9(0x1b2)](this[_0xde6cc9(0xfa)][_0xde6cc9(0x152)])||helper[_0xde6cc9(0x1b2)](this['config']['platforms'][_0xde6cc9(0xcf)]))&&(helper[_0xde6cc9(0x1b2)](this['config'][_0xde6cc9(0x191)])?logger[_0xde6cc9(0xcb)](_0x50ef08[_0xde6cc9(0xe6)]):logger[_0xde6cc9(0x14d)](_0x50ef08[_0xde6cc9(0x1b1)]),this['config'][_0xde6cc9(0x152)]=[]);!this[_0xde6cc9(0xfa)]['testContextOptions']&&(this[_0xde6cc9(0xfa)][_0xde6cc9(0x134)]={});try{process[_0xde6cc9(0x1cc)][_0xde6cc9(0x173)]=_0x589603['_'][0x0],utilities[_0xde6cc9(0x182)](_0x50ef08[_0xde6cc9(0xc5)],{},this['config'],this['framework']);}catch(_0x1e79c9){logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x1e79c9);}!this[_0xde6cc9(0xfa)][_0xde6cc9(0x17a)]&&logger[_0xde6cc9(0xcb)](constants[_0xde6cc9(0x16a)]),this['intExitHandler']=this[_0xde6cc9(0x193)]['bind'](this),process['on'](_0x50ef08[_0xde6cc9(0xf6)],this[_0xde6cc9(0x193)]),process['on'](_0x50ef08[_0xde6cc9(0x192)],this['intExitHandler']),process['on'](_0x50ef08[_0xde6cc9(0xc6)],this['intExitHandler']),_0x50ef08[_0xde6cc9(0x131)](process[_0xde6cc9(0x1a9)],_0x50ef08[_0xde6cc9(0x169)])?(process['on'](_0x50ef08[_0xde6cc9(0xf7)],this[_0xde6cc9(0x193)]),process['on'](_0x50ef08[_0xde6cc9(0x149)],this[_0xde6cc9(0x193)])):process['on'](_0x50ef08[_0xde6cc9(0x139)],this[_0xde6cc9(0x193)]),process['on'](_0x50ef08[_0xde6cc9(0xf1)],this['exitHandler']());}async['initialize'](_0x133a96){const _0x45c6dc=a100_0x34c40c,_0xa1cbaf={'kdBxc':_0x45c6dc(0x1b5),'efRVO':_0x45c6dc(0x1aa),'Icvuo':_0x45c6dc(0xdb),'EWWQT':function(_0xe8bbc8,_0x422152){return _0xe8bbc8===_0x422152;},'rEiud':_0x45c6dc(0x107),'EQpXK':function(_0x2312b8,_0x5d9b6b){return _0x2312b8+_0x5d9b6b;},'FrjFo':_0x45c6dc(0x17f),'oMbOV':function(_0x1e0ae0,_0x29b00c){return _0x1e0ae0(_0x29b00c);},'dcUnl':'codeceptjs'};this['preInitialize'](_0x133a96);if(helper[_0x45c6dc(0xe2)](this[_0x45c6dc(0xfa)])){const _0x6273b0=await helper[_0x45c6dc(0x1a6)](this[_0x45c6dc(0xfa)]);this[_0x45c6dc(0xfa)][_0x45c6dc(0x1bf)]=_0x6273b0,_0x6273b0[_0x45c6dc(0x1c0)]&&helper[_0x45c6dc(0x18e)](this[_0x45c6dc(0xfa)][_0x45c6dc(0x1c1)])&&helper['isTrue'](this['config'][_0x45c6dc(0x1c1)])&&(this[_0x45c6dc(0xfa)][_0x45c6dc(0x10f)][_0x45c6dc(0xd4)]=_0xa1cbaf[_0x45c6dc(0x161)],this[_0x45c6dc(0xfa)][_0x45c6dc(0x10f)][_0xa1cbaf['efRVO']]=_0x6273b0['customRepeaters'][_0x45c6dc(0xd5)](','),this['config']['browserStackLocalOptions']['forceLocal']=_0xa1cbaf['Icvuo']),this[_0x45c6dc(0xfa)][_0x45c6dc(0x13b)]=_0x6273b0[_0x45c6dc(0x16e)],this['framework']&&_0xa1cbaf['EWWQT'](this[_0x45c6dc(0xda)]['toLowerCase'](),_0xa1cbaf[_0x45c6dc(0x104)])?this[_0x45c6dc(0xfa)][_0x45c6dc(0x13b)]=_0xa1cbaf['EQpXK'](_0x6273b0[_0x45c6dc(0x103)],_0xa1cbaf['FrjFo']):constants[_0x45c6dc(0xe8)]=helper[_0x45c6dc(0x100)](this[_0x45c6dc(0xfa)]),logger[_0x45c6dc(0xc7)](_0x45c6dc(0xd1)+constants[_0x45c6dc(0xe8)]);}helper[_0x45c6dc(0x1b0)](this[_0x45c6dc(0xfa)]),this[_0x45c6dc(0x13a)](),_0xa1cbaf[_0x45c6dc(0x15b)](setPercyFlag,this),await this[_0x45c6dc(0x15d)](),![_0xa1cbaf[_0x45c6dc(0x1be)],_0xa1cbaf[_0x45c6dc(0x104)]][_0x45c6dc(0xc2)](this[_0x45c6dc(0xda)])&&!helper['isTurboScaleSession'](this[_0x45c6dc(0xfa)])&&!helper[_0x45c6dc(0xdd)]()['central_scanner']&&await this['setUpHubUrl']();}async[a100_0x34c40c(0x109)](){const _0x165ed0=a100_0x34c40c,_0x370989={};_0x370989[_0x165ed0(0x105)]=function(_0x59cb59,_0x204905){return _0x59cb59===_0x204905;},_0x370989[_0x165ed0(0xe5)]=_0x165ed0(0x184),_0x370989[_0x165ed0(0x12c)]=_0x165ed0(0xf3),_0x370989[_0x165ed0(0x18a)]=_0x165ed0(0x123),_0x370989['sLmiA']='true',_0x370989[_0x165ed0(0x18d)]=_0x165ed0(0x1c7);const _0x587bc0=_0x370989;if(helper['isTrue'](this['config']['percy'])&&(!this[_0x165ed0(0x11b)]||!this[_0x165ed0(0x11b)]['isRunning']()))try{this[_0x165ed0(0x11b)]=await percyHelper[_0x165ed0(0x1ae)](this[_0x165ed0(0xfa)]);if(!this[_0x165ed0(0x11b)]){process[_0x165ed0(0x1cc)][_0x165ed0(0x181)]=_0x587bc0[_0x165ed0(0xe5)];throw new Error(_0x587bc0[_0x165ed0(0x12c)]);}logger[_0x165ed0(0xcb)](_0x587bc0[_0x165ed0(0x18a)]),process[_0x165ed0(0x1cc)]['BROWSERSTACK_PERCY']=_0x587bc0['sLmiA'];let _0x37ef4d=0x0;const _0x4bc994=async()=>{const _0x240a94=_0x165ed0;_0x37ef4d++,_0x587bc0[_0x240a94(0x105)](_0x37ef4d,0x1)&&await this['stopPercy']();};process['on'](_0x587bc0['GEarN'],_0x4bc994);}catch(_0x2031bd){process[_0x165ed0(0x1cc)]['BROWSERSTACK_PERCY']=_0x587bc0[_0x165ed0(0xe5)],logger[_0x165ed0(0xc7)](_0x165ed0(0x14c)+_0x2031bd);throw new Error(_0x2031bd[_0x165ed0(0xc8)]());}}async[a100_0x34c40c(0x12d)](){const _0x38f696=a100_0x34c40c,_0x34c74d={};_0x34c74d[_0x38f696(0x186)]=_0x38f696(0x113),_0x34c74d[_0x38f696(0xed)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x33ec5b=_0x34c74d;if(this[_0x38f696(0x11b)]&&this[_0x38f696(0x11b)][_0x38f696(0x1c6)]())try{await percyHelper[_0x38f696(0x12d)](this[_0x38f696(0x11b)]),logger[_0x38f696(0xcb)](_0x33ec5b[_0x38f696(0x186)]);}catch(_0xfc0cde){logger[_0x38f696(0x114)](_0x33ec5b[_0x38f696(0xed)],_0xfc0cde['message']);}}async[a100_0x34c40c(0x15d)](){const _0x399aa8=a100_0x34c40c,_0x4c4470={};_0x4c4470[_0x399aa8(0x1ce)]=_0x399aa8(0x177),_0x4c4470[_0x399aa8(0x1c2)]=_0x399aa8(0x12f);const _0x13a400=_0x4c4470;if(helper['isBrowserstackInfra']()&&helper['isTrue'](this[_0x399aa8(0xfa)][_0x399aa8(0x1c1)])&&(!this[_0x399aa8(0x1c1)]||!this[_0x399aa8(0x1c1)][_0x399aa8(0x1c6)]()))try{if(this[_0x399aa8(0xfa)][_0x399aa8(0x10f)]['skipBinaryInitialisation']){logger[_0x399aa8(0xc7)](_0x13a400['sbQZo']);return;}this['browserstackLocal']=await helper['startLocalBinary'](this[_0x399aa8(0xfa)]),logger[_0x399aa8(0xcb)](_0x13a400['OyYJj']);}catch(_0x4b6740){logger[_0x399aa8(0xc7)](_0x4b6740);throw new Error(_0x4b6740[_0x399aa8(0xc8)]());}}async[a100_0x34c40c(0xef)](){const _0x1096f7=a100_0x34c40c,_0x9312d2={};_0x9312d2[_0x1096f7(0x176)]=_0x1096f7(0x165),_0x9312d2[_0x1096f7(0x1ab)]='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x4dacec=_0x9312d2;if(this[_0x1096f7(0x1c1)]&&this[_0x1096f7(0x1c1)][_0x1096f7(0x1c6)]())try{await helper[_0x1096f7(0xee)](this[_0x1096f7(0x1c1)]),logger[_0x1096f7(0xcb)](_0x4dacec[_0x1096f7(0x176)]);}catch(_0x178506){logger[_0x1096f7(0x114)](_0x4dacec[_0x1096f7(0x1ab)],_0x178506[_0x1096f7(0x148)]);}}async['setUpHubUrl'](){const _0x3bf710=a100_0x34c40c;return PerformanceTester[_0x3bf710(0x1b4)](PerformanceAutEvents[_0x3bf710(0x172)],async()=>{const _0x11eb3c=_0x3bf710;await hubAllocator[_0x11eb3c(0x142)](this[_0x11eb3c(0xfa)]);})();}async[a100_0x34c40c(0xe1)](){const _0x12af74=a100_0x34c40c,_0x178161={'YNTFm':function(_0x5621ea,_0x1058ba){return _0x5621ea(_0x1058ba);},'VBAMe':_0x12af74(0x10e),'PHcSg':function(_0x356006,_0x161de5,_0x3a6f9f,_0x2a899c,_0x195afb,_0x42cb6e,_0x14cb3d){return _0x356006(_0x161de5,_0x3a6f9f,_0x2a899c,_0x195afb,_0x42cb6e,_0x14cb3d);},'rydrt':'BrowserstackHealing.init\x20method\x20timed\x20out','YpUXj':_0x12af74(0x110),'yAEeu':function(_0x437084,_0x19f904){return _0x437084(_0x19f904);},'cMmha':_0x12af74(0x170),'UlypD':'BrowserstackHealing.init','BZmwY':function(_0x364a0d,_0xfc748){return _0x364a0d===_0xfc748;},'BcslZ':_0x12af74(0xdb),'ZTVbb':function(_0x44a5ff,_0x57c2fa){return _0x44a5ff===_0x57c2fa;},'SdKvp':_0x12af74(0x1ca),'hxMow':'Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','ZDloF':_0x12af74(0x174),'CliDt':function(_0x5a0a8c,_0x27947d){return _0x5a0a8c(_0x27947d);},'KOUjC':_0x12af74(0xd6),'WHjDL':function(_0x4024a8,_0x28b8a2){return _0x4024a8>=_0x28b8a2;},'MwADX':function(_0x22fccf,_0x24cd2a){return _0x22fccf<_0x24cd2a;},'QcDxY':_0x12af74(0x137),'oypVd':_0x12af74(0x117),'ZpOFV':function(_0x10b1c9){return _0x10b1c9();}},_0xc58efc=PerformanceTester['measureWrapper'](_0x178161[_0x12af74(0xca)],async()=>{const _0x3cee0c=_0x12af74;try{const _0xf34e4a=new Date(),_0x27cfe5=helper[_0x3cee0c(0xf9)](this[_0x3cee0c(0xfa)]),_0x34cb51=_0x178161[_0x3cee0c(0x133)](require,path[_0x3cee0c(0xd5)](__dirname,_0x178161[_0x3cee0c(0x15c)])),_0x243ac6=_0x178161[_0x3cee0c(0xfc)](timeoutPromise,constants['TCG_AUTH_TIMEOUT'],_0x178161['rydrt'],_0x178161[_0x3cee0c(0x111)],_0xf34e4a,this[_0x3cee0c(0xfa)],this[_0x3cee0c(0xda)]),_0x58d1fa={'tcgUrl':constants[_0x3cee0c(0x15a)],'sdkVersion':_0x178161[_0x3cee0c(0x146)](require,_0x178161[_0x3cee0c(0x14f)])['version'],'methodUsed':_0x178161[_0x3cee0c(0x151)],'proxyConfig':_0x27cfe5,'os':os[_0x3cee0c(0x1a9)]()};if(_0x27cfe5&&_0x27cfe5[_0x3cee0c(0x19a)]){utilities[_0x3cee0c(0x182)](constants[_0x3cee0c(0x19d)],_0x58d1fa,this[_0x3cee0c(0xfa)],this[_0x3cee0c(0xda)]);return;}const _0x4e916e={};_0x4e916e[_0x3cee0c(0x10a)]=_0x27cfe5;const _0xd89f22=await Promise[_0x3cee0c(0x127)]([_0x34cb51[_0x3cee0c(0x126)](this[_0x3cee0c(0xfa)][_0x3cee0c(0x118)],this[_0x3cee0c(0xfa)]['userName'],constants[_0x3cee0c(0x15a)],_0x178161[_0x3cee0c(0x133)](require,_0x178161[_0x3cee0c(0x14f)])[_0x3cee0c(0x1c4)],_0x4e916e)['then'](_0x2c48a7=>{return _0x243ac6['cancel'](),_0x2c48a7;}),_0x243ac6]);_0xd89f22[_0x3cee0c(0x14a)]=_0x178161[_0x3cee0c(0x10c)](_0xd89f22[_0x3cee0c(0x14a)],_0x178161[_0x3cee0c(0x1b6)])||_0x178161['BZmwY'](_0xd89f22['isHealingEnabled'],!![]);const _0x1e5be1=_0x178161['BZmwY'](this[_0x3cee0c(0xfa)][_0x3cee0c(0x1af)],!![])||_0x178161[_0x3cee0c(0x10c)](this['config'][_0x3cee0c(0x1af)],_0x178161[_0x3cee0c(0x1b6)]);if(_0x178161['ZTVbb'](_0xd89f22['message'],constants[_0x3cee0c(0xe9)])&&_0x1e5be1)logger[_0x3cee0c(0xcb)](_0x178161['SdKvp']);else{if(!_0xd89f22[_0x3cee0c(0x1b9)]&&_0x178161[_0x3cee0c(0x145)](_0xd89f22[_0x3cee0c(0x1bb)],0x1f7)&&_0x1e5be1)logger['info'](_0x178161[_0x3cee0c(0x18b)]),utilities[_0x3cee0c(0x182)](constants['TCG_DOWN'],_0x58d1fa,this['config'],this[_0x3cee0c(0xda)]);else{if(!_0xd89f22[_0x3cee0c(0x1b9)]&&_0x1e5be1){logger[_0x3cee0c(0xcb)](_0x178161[_0x3cee0c(0x185)]);const _0x59878b={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x178161[_0x3cee0c(0xde)](require,_0x178161[_0x3cee0c(0x14f)])[_0x3cee0c(0x1c4)],'methodUsed':_0x178161['UlypD'],'proxyConfig':_0x27cfe5,'os':os[_0x3cee0c(0x1a9)]()};utilities[_0x3cee0c(0x182)](constants[_0x3cee0c(0x143)],_0x59878b,this['config'],this['framework']);}else{if(_0xd89f22[_0x3cee0c(0x1b9)]&&!_0xd89f22[_0x3cee0c(0x14a)]&&_0x1e5be1)logger[_0x3cee0c(0xcb)](_0x178161['KOUjC']);else{if(_0x178161[_0x3cee0c(0x1ad)](_0xd89f22[_0x3cee0c(0x1bb)],0xc8)&&_0x178161['MwADX'](_0xd89f22[_0x3cee0c(0x1bb)],0x12c))utilities[_0x3cee0c(0x182)](constants[_0x3cee0c(0x197)],_0x58d1fa,this['config'],this[_0x3cee0c(0xda)]);else{if(_0x178161[_0x3cee0c(0x1ad)](_0xd89f22[_0x3cee0c(0x1bb)],0x190))_0x58d1fa[_0x3cee0c(0x1bb)]=_0xd89f22['status'],utilities[_0x3cee0c(0x182)](constants['AI_INIT_FAILURE'],_0x58d1fa,this[_0x3cee0c(0xfa)],this[_0x3cee0c(0xda)]);else!_0xd89f22[_0x3cee0c(0x1bb)]&&utilities['fireFunnelTestEvent'](constants[_0x3cee0c(0x10b)],_0x58d1fa,this[_0x3cee0c(0xfa)],this[_0x3cee0c(0xda)]);}}}}}if(_0xd89f22['isAuthenticated']&&_0xd89f22['isHealingEnabled']){const _0x35c86b={};_0x35c86b[_0x3cee0c(0x183)]=_0xd89f22;const _0x53c845=_0x35c86b;_0x27cfe5&&(_0x53c845[_0x3cee0c(0x18f)]=_0x27cfe5),_0x53c845[_0x3cee0c(0xda)]=this['framework'],_0x53c845['bstackConfig']=this['config'],helper[_0x3cee0c(0x1a3)](_0x53c845),logger[_0x3cee0c(0xc7)](_0x178161[_0x3cee0c(0xeb)]);}}catch(_0x549f02){logger[_0x3cee0c(0xc7)]('Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20'+(_0x549f02['message']?_0x549f02[_0x3cee0c(0x148)]:''));}});await _0x178161['ZpOFV'](_0xc58efc);}[a100_0x34c40c(0x13a)](){const _0x245ff4=a100_0x34c40c,_0x34cb20={'MZpXA':function(_0x4e41bf,_0x283d86){return _0x4e41bf(_0x283d86);},'efkMm':_0x245ff4(0x121)};_0x34cb20[_0x245ff4(0x163)](require,_0x34cb20[_0x245ff4(0x14b)])();}[a100_0x34c40c(0x1bd)](){const _0x10f818=a100_0x34c40c,_0x53f701={};_0x53f701[_0x10f818(0x106)]=_0x10f818(0x124),_0x53f701[_0x10f818(0xd8)]=_0x10f818(0x11f),_0x53f701[_0x10f818(0x1a0)]=_0x10f818(0x13c);const _0x375fe3=_0x53f701,_0x12604e=_0x2cddb0=>{const _0x59f0f8=_0x10f818,_0x3d2052=_0x375fe3[_0x59f0f8(0x106)][_0x59f0f8(0x1a1)]('|');let _0xe4e2f0=0x0;while(!![]){switch(_0x3d2052[_0xe4e2f0++]){case'0':this[_0x59f0f8(0x1a7)]['push'](util['format']('%j',_0x2cddb0));continue;case'1':ClientTroubleShootingService['reportFinalDetectionState']();continue;case'2':logger[_0x59f0f8(0xc7)](util[_0x59f0f8(0xe0)](_0x2cddb0));continue;case'3':PerformanceTester[_0x59f0f8(0x1a4)](_0x2cddb0);continue;case'4':logger[_0x59f0f8(0x114)](_0x2cddb0[_0x59f0f8(0x148)]);continue;}break;}};process['on'](_0x375fe3[_0x10f818(0xd8)],_0x12604e),process['on'](_0x375fe3[_0x10f818(0x1a0)],_0x12604e);}async[a100_0x34c40c(0x193)](_0x4d0c36){const _0x2272a1=a100_0x34c40c,_0x2c66ad={};_0x2c66ad[_0x2272a1(0x19e)]=_0x2272a1(0x1c5),_0x2c66ad[_0x2272a1(0x1a2)]=function(_0x1c9ad4,_0x507d5e){return _0x1c9ad4+_0x507d5e;},_0x2c66ad[_0x2272a1(0xfd)]=_0x2272a1(0x194),_0x2c66ad[_0x2272a1(0x132)]=function(_0x19280a,_0x3a9715){return _0x19280a+_0x3a9715;},_0x2c66ad[_0x2272a1(0x112)]=function(_0x49cf4a,_0x24dc3d){return _0x49cf4a+_0x24dc3d;},_0x2c66ad['kuHpt']=_0x2272a1(0x11c);const _0x2afe37=_0x2c66ad,_0x574895=_0x2afe37[_0x2272a1(0x19e)][_0x2272a1(0x1a1)]('|');let _0x536838=0x0;while(!![]){switch(_0x574895[_0x536838++]){case'0':await TestHubHandler['stop'](_0x4d0c36);continue;case'1':if(this[_0x2afe37['lhArc'](_0x2afe37[_0x2272a1(0xfd)],_0x4d0c36)])return;continue;case'2':await BrowserstackCLI['getInstance']()[_0x2272a1(0xd2)]();continue;case'3':this[_0x2afe37[_0x2272a1(0x132)](_0x2afe37[_0x2272a1(0xfd)],_0x4d0c36)]=!![];continue;case'4':await ClientTroubleShootingService[_0x2272a1(0x159)](_0x4d0c36);continue;case'5':this[_0x2272a1(0x1c9)]=_0x4d0c36;continue;case'6':logger[_0x2272a1(0xcb)](_0x2afe37[_0x2272a1(0x112)](_0x2afe37[_0x2272a1(0x1c3)],_0x4d0c36));continue;case'7':await ClientTroubleShootingService[_0x2272a1(0x12a)]();continue;}break;}}[a100_0x34c40c(0x180)](){const _0x27fcb1=a100_0x34c40c,_0x20b57f={'zhPfv':function(_0x490fe6,_0x318037){return _0x490fe6===_0x318037;},'QEaLE':'Calling\x20Build\x20Stop\x20from\x20ExitHandler','ekdUw':function(_0x52afca,_0x4d4a43){return _0x52afca>_0x4d4a43;},'gNavr':function(_0x1e2e78,_0x5f5446){return _0x1e2e78>_0x5f5446;},'MkaAc':function(_0x255406,_0x2c4942){return _0x255406(_0x2c4942);},'YZnxQ':function(_0x10709b,_0x282776){return _0x10709b(_0x282776);},'sLpyL':function(_0xe0e6fe){return _0xe0e6fe();},'amFVt':_0x27fcb1(0x19b)};let _0x3bd02d=0x0;return async()=>{const _0x484260=_0x27fcb1;_0x3bd02d++;if(_0x20b57f[_0x484260(0xf8)](_0x3bd02d,0x1)){helper[_0x484260(0x1b8)](this[_0x484260(0xda)])&&await this[_0x484260(0xef)]();try{logger[_0x484260(0xc7)](_0x20b57f[_0x484260(0xcd)]),await TestHubHandler['stop'](_0x3bd02d),await ClientTroubleShootingService['reportFinalDetectionState'](),await BrowserstackCLI[_0x484260(0x125)]()[_0x484260(0xd2)]('1');}catch(_0xcbd578){logger[_0x484260(0xc7)](_0x484260(0x17c)+util['format'](_0xcbd578));}PerformanceTester[_0x484260(0x167)](PerformanceEvents[_0x484260(0x147)]);if(PerformanceTester[_0x484260(0xc9)]()){const {measures:_0x54c753,errors:_0x2588a9}=await PerformanceTester[_0x484260(0x135)](),_0x4903a5={};if(_0x54c753&&_0x20b57f[_0x484260(0x1ac)](_0x54c753[_0x484260(0xcf)],0x0)||_0x2588a9&&_0x20b57f['gNavr'](_0x2588a9['length'],0x0)){const _0x29db96={};_0x29db96[_0x484260(0xd7)]=_0x54c753,_0x29db96[_0x484260(0x10d)]=_0x2588a9,Object[_0x484260(0x179)](_0x4903a5,_0x29db96);}try{const _0x3b4eba=await helper[_0x484260(0xfb)](_0x4903a5,this['config']);logger[_0x484260(0xc7)]('Data\x20sent\x20successfully\x20to\x20'+_0x20b57f[_0x484260(0x166)](getEdsInstrumentationAPIUrl,'')+_0x484260(0xff)+_0x3b4eba[_0x484260(0xdf)]);}catch(_0x489e44){logger[_0x484260(0xc7)]('Failed\x20to\x20send\x20data\x20to\x20'+_0x20b57f[_0x484260(0x138)](getEdsInstrumentationAPIUrl,'')+_0x484260(0x115)+util[_0x484260(0xe0)](_0x489e44));}try{fs['writeFileSync'](path[_0x484260(0xd5)](_0x20b57f['sLpyL'](getLogDir),_0x20b57f['amFVt']),JSON[_0x484260(0x1bc)](_0x4903a5));}catch(_0x2f3697){logger['debug'](_0x484260(0x154)+_0x2f3697);}}}logger&&logger[_0x484260(0x16c)](),fileLogger&&fileLogger['close']();};}}exports[a100_0x34c40c(0x19c)]=BrowserStackSetup;
|
|
1
|
+
const a100_0x3a20c4=a100_0x54c1;function a100_0x1884(){const _0x3401e2=['pSPWu','writeFileSync','setHandlePWError','ZIszn','FRfwZ','EsGRW','Calling\x20Build\x20Stop\x20from\x20ExitHandler','setupBrowserstackLocal','BTomU','eSNgA','947112BnVLtD','getTurboScaleGridDetails','format','./setKeepAlive','184nOvmME','mwVvM','getLocalIdentifier','QldXQ','handled','unhandledErrors','setLogDir','configPath','env','getPackageVersion','./testhub/testhubHandler','WvOeh','allocateHub','end','url','SIGBREAK','9|10|22|2|18|1|11|7|23|14|13|8|5|12|3|17|15|19|20|6|21|16|4|0','277720kjFlXX','zttdd','FkBBB','setCredentialsFromYmlConfig','setupTCGAuth','sanitizeCaps','../bin/v2/modules/loadTestModule','version','compareVersions','jhCPK','Percy\x20stopped','setupKeepAlive','startPercy','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','normalizeTestReportingEnvVars','push','isTrue','SIGTERM','VSllO','TCG_AUTH_FAILURE','testContextOptions','race','BROWSERSTACK_TURBOSCALE','browserStackLocalOptions','startMonitoring','events.json','CIyAA','unhandledRejection','Error\x20occured\x20while\x20stopping\x20percy','TCG_DOWN','true','./percy/utils','xHtCO','sdkRunId','./logger','uuid','isAuthenticated','getAccessKey','../../package.json','jtsWo','skipSessionName','SIGABRT','YFTSJ','getLocalConfig','integrations','SIGINT','ZRQHY','parallelsPerPlatform','stopPercy','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','selenium-webdriver','BrowserstackHealingInitFailed','toString','skipBinaryInitialisation','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','SIGHUP','then','RfAaV','SDKTestAttempted','measureWrapper','useW3C','hDMnx','mZUFV','setupPercy','playwright','wXZIO','LQIdr','XioAW','fileLogger','Kwycb','gzWAe','piXNm','./testhub/utils','startLocalBinary','Local\x20binary\x20stopped','beforeExit','captureError','playwrightUrl','IYImz','livDp','zMloz','isRunning','aiHeal:tcgAuth','5|6|1|4|7|2|0|3','assign','isEnabled','codeceptjs','setUpHubUrl','evLfw','disableAutoCaptureLogs','preInitialize','aSkrW','proxy','length','generateLocalIdentifier','reportFinalDetectionState','228087VyQnQg','XIBdM','TCG_URL','uncaughtException','OeitU','config','close','buAFk','requireSeleniumWebdriverCheck','QHtUU','selfHeal','soMpH','exitHandler','UgZtd','Shutdown\x20triggered\x20by\x20','getInstance','sendToEDS','MjzRC','TCG_AUTH_TIMEOUT','Failed\x20to\x20send\x20data\x20to\x20','BROWSERSTACK_PERCY','info','bstackConfig','2309510dFWfoe','Error\x20occured\x20while\x20stopping\x20local\x20binary','localOptions','__isPuppeteerInstalled','vbCws','Error\x20in\x20percy\x20setup\x20','turboScaleGridDetails','status','false','../ai-sdk-node/bundle','4.5.0','killSignal','NnfhG','dAZWS','UGVfD','setupTcgConfigFile','isBrowserstackInfra','setCLICaps','Oiqka','2152480IqQAcL','yltQX','isTrialGrid','BDBEo','\x20with\x20error\x20','gzoSc','reportProcessInterruptionSituation','getConfigPath','hZttc','XQcyU','lKFrT','5AZUEZK','eBQDt','Khswx','warn','CzFMC','./utilities','localIdentifier','./performance/performance-tester','WnkYp','BffdK','SDK_CLEANUP','xzyhX','isHealingEnabled','stop','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','QPElc','vKlpZ','jWapc','browserstackLocal','message','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','join','finalize','turboScaleUrl','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','3910878uCGOOm','skipSessionStatus','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','__isPlaywrightInstalled','SIGQUIT','exceptions','../bin/utils/clientTroubleshootingService','envConfig','fCgBn','isUndefined','hubUrl','iBywj','../bin/v2/browserstackCLI','getFinalCaps','turboScaleOptions','fireFunnelTestEvent','percy','lUhpx','SHGhH','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','isTurboScaleSession','userName\x20or\x20accessKey\x20is\x20not\x20defined','qbdTm','turboScale','win32','isNotUndefined','toLowerCase','Percy\x20started\x20successfully','BrowserstackHealing.init','AQKrK','platform','getUserName','setBrowserstackInfraFromConfig','2868gteRlm','isLTSSession','./helper','slqUt','debug','split','BrowserstackHealing.init\x20method\x20timed\x20out','tcgAuthConfig','stringify','measures','Data\x20sent\x20successfully\x20to\x20','platforms','Error\x20in\x20writing\x20events\x20to\x20file\x20','getHubUrl','readConfig','tyMOc','INVALID_INIT_RESP_WITH_USER_IMPACT','handleExceptions','\x20with\x20response\x20','Local\x20binary\x20started\x20successfully','cliConfig','1377RBoFXA','getProxyConfigForTcg','error','FRAMEWORK','framework','zsUSx','AUTOLOGCAPTURE_NOTIFICATION','dtgpv','intExitHandler','fGDMW','cWMQE','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','stopLocalBinary','PGfJp'];a100_0x1884=function(){return _0x3401e2;};return a100_0x1884();}function a100_0x54c1(_0xc773ae,_0x299cd2){const _0x1884ea=a100_0x1884();return a100_0x54c1=function(_0x54c135,_0x40bf54){_0x54c135=_0x54c135-0x66;let _0x5eed6a=_0x1884ea[_0x54c135];return _0x5eed6a;},a100_0x54c1(_0xc773ae,_0x299cd2);}(function(_0x3d8fb4,_0x44e654){const _0x3c1e49=a100_0x54c1,_0xf3adda=_0x3d8fb4();while(!![]){try{const _0x1e9f6d=parseInt(_0x3c1e49(0x9c))/0x1+parseInt(_0x3c1e49(0x87))/0x2+-parseInt(_0x3c1e49(0x6f))/0x3*(-parseInt(_0x3c1e49(0x16c))/0x4)+parseInt(_0x3c1e49(0x131))/0x5*(-parseInt(_0x3c1e49(0x14b))/0x6)+-parseInt(_0x3c1e49(0x113))/0x7+parseInt(_0x3c1e49(0x8b))/0x8*(parseInt(_0x3c1e49(0xfc))/0x9)+-parseInt(_0x3c1e49(0x126))/0xa;if(_0x1e9f6d===_0x44e654)break;else _0xf3adda['push'](_0xf3adda['shift']());}catch(_0x1d1c29){_0xf3adda['push'](_0xf3adda['shift']());}}}(a100_0x1884,0x71d65));const util=require('util'),os=require('os'),path=require('path'),{v4:uuidv4}=require(a100_0x3a20c4(0xbf)),fs=require('fs'),constants=require('../bin/utils/constants'),logger=require('./logger')['winstonLogger'],fileLogger=require(a100_0x3a20c4(0xbe))[a100_0x3a20c4(0xe0)],{getLogDir}=require('./logger'),helper=require(a100_0x3a20c4(0x16e)),utilities=require(a100_0x3a20c4(0x136)),percyHelper=require(a100_0x3a20c4(0xbb)),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require(a100_0x3a20c4(0x138)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a100_0x3a20c4(0xe4)),TestHubHandler=require(a100_0x3a20c4(0x95)),timeoutPromise=require('./timeoutPromise'),BrowserstackCLI=require(a100_0x3a20c4(0x157)),LoadTestModule=require(a100_0x3a20c4(0xa2)),{getEdsInstrumentationAPIUrl}=require('../bin/utils/apiUtilityMethods'),ClientTroubleShootingService=require(a100_0x3a20c4(0x151));class BrowserStackSetup{constructor(_0x91d80,_0x3c0130){const _0x348c1f=a100_0x3a20c4,_0x3422da={'UQvzX':_0x348c1f(0x9b),'xzyhX':'No\x20config\x20provided.','Khswx':function(_0x245af1){return _0x245af1();}},_0x3a4532=_0x3422da['UQvzX'][_0x348c1f(0x171)]('|');let _0x1a4886=0x0;while(!![]){switch(_0x3a4532[_0x1a4886++]){case'0':PerformanceTester[_0x348c1f(0xb4)]();continue;case'1':this['configPath']=helper[_0x348c1f(0x12d)](_0x91d80);continue;case'2':this[_0x348c1f(0x143)]=null;continue;case'3':if(helper['isUndefined'](this[_0x348c1f(0x101)]))throw new Error(_0x3422da[_0x348c1f(0x13c)]);continue;case'4':helper['setLogLevel'](this[_0x348c1f(0x101)],this[_0x348c1f(0x6e)],this[_0x348c1f(0x152)]);continue;case'5':this[_0x348c1f(0x73)]=_0x3c0130;continue;case'6':this['config'][_0x348c1f(0xb0)][_0x348c1f(0xc4)]=!helper[_0x348c1f(0x123)]()||helper[_0x348c1f(0xac)](this[_0x348c1f(0x101)][_0x348c1f(0xb0)][_0x348c1f(0xc4)]);continue;case'7':this['cliConfig']=helper[_0x348c1f(0x124)](_0x91d80);continue;case'8':this['sdkRunId']=_0x3422da[_0x348c1f(0x133)](uuidv4);continue;case'9':this['unhandledErrors']=[];continue;case'10':helper[_0x348c1f(0xaa)]();continue;case'11':this[_0x348c1f(0x101)]=helper[_0x348c1f(0x68)](this[_0x348c1f(0x92)]);continue;case'12':global[_0x348c1f(0x73)]=_0x3c0130;continue;case'13':this['errorMessage']={};continue;case'14':this['config'][_0x348c1f(0xb0)]=this[_0x348c1f(0x101)][_0x348c1f(0xb0)]||{};continue;case'15':helper[_0x348c1f(0x16b)](this['config'],this[_0x348c1f(0x6e)]);continue;case'16':helper[_0x348c1f(0x91)](this[_0x348c1f(0x101)]);continue;case'17':if(this[_0x348c1f(0x101)][_0x348c1f(0x71)])throw new Error(this[_0x348c1f(0x101)]['error']);continue;case'18':this[_0x348c1f(0x15b)]=null;continue;case'19':helper[_0x348c1f(0x9f)](this['config']);continue;case'20':this['config'][_0x348c1f(0xb0)][_0x348c1f(0x14c)]=!helper[_0x348c1f(0x123)]()||helper[_0x348c1f(0xac)](this[_0x348c1f(0x101)][_0x348c1f(0xb0)][_0x348c1f(0x14c)]);continue;case'21':helper[_0x348c1f(0x158)](this[_0x348c1f(0x101)],this[_0x348c1f(0x6e)],this['envConfig']);continue;case'22':this['envConfig']=helper['setEnvCaps']();continue;case'23':this[_0x348c1f(0x101)][_0x348c1f(0x177)]=this[_0x348c1f(0x101)][_0x348c1f(0x177)]||[];continue;}break;}}[a100_0x3a20c4(0xf6)](_0x52803c){const _0x2d3cc7=a100_0x3a20c4,_0x26248e={'RfAaV':_0x2d3cc7(0x160),'WrTvq':function(_0x5e9e34,_0x5a0ee1){return _0x5e9e34===_0x5a0ee1;},'zttdd':function(_0x203a2f,_0xd359fc){return _0x203a2f===_0xd359fc;},'vFyKY':_0x2d3cc7(0xc8),'AQKrK':_0x2d3cc7(0xd6),'QldXQ':function(_0x30527c,_0x14683f){return _0x30527c<_0x14683f;},'FRfwZ':function(_0x2b2c00,_0x2e0817){return _0x2b2c00(_0x2e0817);},'MjzRC':_0x2d3cc7(0xce),'dAZWS':_0x2d3cc7(0x11d),'zMloz':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','jWapc':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','OeitU':_0x2d3cc7(0xad),'WnkYp':_0x2d3cc7(0xc9),'WvOeh':_0x2d3cc7(0xd3),'SIQiQ':function(_0x1101c0,_0x35abd1){return _0x1101c0!==_0x35abd1;},'jtsWo':_0x2d3cc7(0x163),'evLfw':_0x2d3cc7(0xc5),'vKlpZ':_0x2d3cc7(0x14f),'xHtCO':_0x2d3cc7(0x9a),'UgZtd':'beforeExit'},_0x33f710=this['framework'];global['config']=this['config'],helper[_0x2d3cc7(0xa1)](this['config']),this['killSignal']=null,global[_0x2d3cc7(0xbd)]=this['sdkRunId'],logger[_0x2d3cc7(0x111)]('SDK\x20run\x20started\x20with\x20id:\x20'+this['sdkRunId']),!this[_0x2d3cc7(0x101)][_0x2d3cc7(0xb3)]&&(this[_0x2d3cc7(0x101)][_0x2d3cc7(0xb3)]=this['config'][_0x2d3cc7(0x115)]||{});if(helper['isUndefined'](helper[_0x2d3cc7(0x16a)](this[_0x2d3cc7(0x101)]))||helper['isUndefined'](helper[_0x2d3cc7(0xc1)](this[_0x2d3cc7(0x101)])))throw new Error(_0x26248e[_0x2d3cc7(0xd5)]);helper[_0x2d3cc7(0xc7)](this[_0x2d3cc7(0x101)])&&helper[_0x2d3cc7(0x154)](helper[_0x2d3cc7(0x8d)](this['config']))&&(!helper[_0x2d3cc7(0x154)](this['config'][_0x2d3cc7(0xb3)])&&_0x26248e['WrTvq'](this[_0x2d3cc7(0x101)][_0x2d3cc7(0xb3)]['constructor'],Object)?!helper[_0x2d3cc7(0xac)](this['config'][_0x2d3cc7(0xb3)]['skipBinaryInitialisation'])&&(this['config'][_0x2d3cc7(0xb3)]['localIdentifier']=helper[_0x2d3cc7(0xfa)]()):this['config'][_0x2d3cc7(0xb3)]={'localIdentifier':helper[_0x2d3cc7(0xfa)]()});this[_0x2d3cc7(0x101)][_0x2d3cc7(0xb3)][_0x2d3cc7(0xd1)]=helper[_0x2d3cc7(0xac)](this[_0x2d3cc7(0x101)]['browserStackLocalOptions'][_0x2d3cc7(0xd1)]),helper[_0x2d3cc7(0x7f)](this[_0x2d3cc7(0x101)]);if(_0x26248e[_0x2d3cc7(0x9d)](_0x33f710,_0x26248e['vFyKY']))return;this['handleExceptions']();process['env'][_0x2d3cc7(0xb2)]&&(this[_0x2d3cc7(0x101)][_0x2d3cc7(0x162)]=helper[_0x2d3cc7(0xac)](process[_0x2d3cc7(0x93)][_0x2d3cc7(0xb2)]),this[_0x2d3cc7(0x101)][_0x2d3cc7(0x159)]=this[_0x2d3cc7(0x101)][_0x2d3cc7(0x159)]||{});helper[_0x2d3cc7(0x15f)](this['config'])&&(process['env'][_0x2d3cc7(0xb2)]=!![]);LoadTestModule[_0x2d3cc7(0x16d)](this[_0x2d3cc7(0x101)])&&logger[_0x2d3cc7(0x170)](_0x2d3cc7(0x14d)+this[_0x2d3cc7(0xbd)]);if(!helper[_0x2d3cc7(0x123)]()){try{process[_0x2d3cc7(0x93)][_0x2d3cc7(0x72)]=_0x33f710,utilities[_0x2d3cc7(0x15a)](_0x26248e['AQKrK'],{},this[_0x2d3cc7(0x101)],this[_0x2d3cc7(0x73)]);}catch(_0x3fb335){logger[_0x2d3cc7(0x170)](_0x2d3cc7(0x7a)+_0x3fb335);}return;}if(helper[_0x2d3cc7(0x104)](_0x33f710)){if(global[_0x2d3cc7(0x14e)]||global[_0x2d3cc7(0x116)])return;_0x26248e[_0x2d3cc7(0x8e)](_0x26248e[_0x2d3cc7(0x81)](parseInt,helper[_0x2d3cc7(0x94)](_0x26248e[_0x2d3cc7(0x10d)])),0x3)&&(this['config'][_0x2d3cc7(0xd8)]=![]),_0x26248e['WrTvq'](helper[_0x2d3cc7(0xa4)](helper['getPackageVersion'](_0x26248e['MjzRC']),_0x26248e[_0x2d3cc7(0x120)]),0x1)&&(this[_0x2d3cc7(0x101)][_0x2d3cc7(0xd8)]=!![]);}(helper[_0x2d3cc7(0x154)](this[_0x2d3cc7(0x101)][_0x2d3cc7(0x177)])||helper[_0x2d3cc7(0x154)](this[_0x2d3cc7(0x101)][_0x2d3cc7(0x177)][_0x2d3cc7(0xf9)]))&&(helper[_0x2d3cc7(0x154)](this[_0x2d3cc7(0x101)][_0x2d3cc7(0xcb)])?logger[_0x2d3cc7(0x111)](_0x26248e[_0x2d3cc7(0xec)]):logger[_0x2d3cc7(0x134)](_0x26248e[_0x2d3cc7(0x142)]),this[_0x2d3cc7(0x101)]['platforms']=[]);!this['config'][_0x2d3cc7(0xb0)]&&(this['config'][_0x2d3cc7(0xb0)]={});try{process[_0x2d3cc7(0x93)][_0x2d3cc7(0x72)]=_0x52803c['_'][0x0],utilities[_0x2d3cc7(0x15a)](_0x26248e[_0x2d3cc7(0x168)],{},this['config'],this[_0x2d3cc7(0x73)]);}catch(_0x358552){logger[_0x2d3cc7(0x170)](_0x2d3cc7(0x7a)+_0x358552);}!this['config'][_0x2d3cc7(0xf5)]&&logger[_0x2d3cc7(0x111)](constants[_0x2d3cc7(0x75)]),this[_0x2d3cc7(0x77)]=this[_0x2d3cc7(0x77)]['bind'](this),process['on'](_0x26248e[_0x2d3cc7(0x100)],this[_0x2d3cc7(0x77)]),process['on'](_0x26248e[_0x2d3cc7(0x139)],this[_0x2d3cc7(0x77)]),process['on'](_0x26248e[_0x2d3cc7(0x96)],this[_0x2d3cc7(0x77)]),_0x26248e['SIQiQ'](process[_0x2d3cc7(0x169)],_0x26248e[_0x2d3cc7(0xc3)])?(process['on'](_0x26248e[_0x2d3cc7(0xf4)],this[_0x2d3cc7(0x77)]),process['on'](_0x26248e[_0x2d3cc7(0x141)],this[_0x2d3cc7(0x77)])):process['on'](_0x26248e[_0x2d3cc7(0xbc)],this['intExitHandler']),process['on'](_0x26248e[_0x2d3cc7(0x109)],this[_0x2d3cc7(0x108)]());}async['initialize'](_0x28eed6){const _0x153c0b=a100_0x3a20c4,_0x4318c2={'Kwycb':'ats-repeater','XioAW':'custom-repeater','mfFdl':_0x153c0b(0xba),'buAFk':function(_0x53497b,_0x16384d){return _0x53497b===_0x16384d;},'NnfhG':_0x153c0b(0xdc),'ZRQHY':function(_0x320c7c,_0x4035f){return _0x320c7c+_0x4035f;},'QPElc':'?caps=','pSPWu':function(_0x1f76ac,_0x828515){return _0x1f76ac(_0x828515);},'SHGhH':_0x153c0b(0xf2)};this[_0x153c0b(0xf6)](_0x28eed6);if(helper[_0x153c0b(0x15f)](this['config'])){const _0x4d2775=await helper[_0x153c0b(0x88)](this['config']);this[_0x153c0b(0x101)][_0x153c0b(0x119)]=_0x4d2775,_0x4d2775[_0x153c0b(0x128)]&&helper[_0x153c0b(0x164)](this[_0x153c0b(0x101)][_0x153c0b(0x143)])&&helper[_0x153c0b(0xac)](this[_0x153c0b(0x101)][_0x153c0b(0x143)])&&(this[_0x153c0b(0x101)][_0x153c0b(0xb3)][_0x153c0b(0x137)]=_0x4318c2[_0x153c0b(0xe1)],this[_0x153c0b(0x101)][_0x153c0b(0xb3)][_0x4318c2[_0x153c0b(0xdf)]]=_0x4d2775['customRepeaters'][_0x153c0b(0x147)](','),this[_0x153c0b(0x101)]['browserStackLocalOptions']['forceLocal']=_0x4318c2['mfFdl']),this[_0x153c0b(0x101)][_0x153c0b(0x149)]=_0x4d2775[_0x153c0b(0x99)],this[_0x153c0b(0x73)]&&_0x4318c2[_0x153c0b(0x103)](this[_0x153c0b(0x73)][_0x153c0b(0x165)](),_0x4318c2[_0x153c0b(0x11f)])?this['config']['turboScaleUrl']=_0x4318c2[_0x153c0b(0xca)](_0x4d2775[_0x153c0b(0xe9)],_0x4318c2[_0x153c0b(0x140)]):constants[_0x153c0b(0x155)]=helper[_0x153c0b(0x67)](this[_0x153c0b(0x101)]),logger[_0x153c0b(0x170)](_0x153c0b(0x13f)+constants[_0x153c0b(0x155)]);}helper['setProxySettings'](this[_0x153c0b(0x101)]),this['setupKeepAlive'](),_0x4318c2[_0x153c0b(0x7d)](setPercyFlag,this),await this[_0x153c0b(0x84)](),![_0x4318c2[_0x153c0b(0x15d)],_0x4318c2[_0x153c0b(0x11f)]]['includes'](this[_0x153c0b(0x73)])&&!helper[_0x153c0b(0x15f)](this[_0x153c0b(0x101)])&&!helper['getCentralUser']()['central_scanner']&&await this['setUpHubUrl']();}async[a100_0x3a20c4(0xdb)](){const _0x280c83=a100_0x3a20c4,_0x3c806e={};_0x3c806e[_0x280c83(0x12e)]=function(_0xecdfb0,_0x3f29c0){return _0xecdfb0===_0x3f29c0;},_0x3c806e[_0x280c83(0x161)]=_0x280c83(0x11b),_0x3c806e['BTomU']=_0x280c83(0x14a),_0x3c806e[_0x280c83(0x130)]=_0x280c83(0x166),_0x3c806e[_0x280c83(0x80)]=_0x280c83(0xba),_0x3c806e[_0x280c83(0xd9)]=_0x280c83(0xe7);const _0x1794c3=_0x3c806e;if(helper[_0x280c83(0xac)](this[_0x280c83(0x101)][_0x280c83(0x15b)])&&(!this[_0x280c83(0x15b)]||!this[_0x280c83(0x15b)][_0x280c83(0xed)]()))try{this[_0x280c83(0x15b)]=await percyHelper[_0x280c83(0xa8)](this[_0x280c83(0x101)]);if(!this['percy']){process[_0x280c83(0x93)][_0x280c83(0x110)]=_0x1794c3[_0x280c83(0x161)];throw new Error(_0x1794c3[_0x280c83(0x85)]);}logger[_0x280c83(0x111)](_0x1794c3['lKFrT']),process[_0x280c83(0x93)][_0x280c83(0x110)]=_0x1794c3[_0x280c83(0x80)];let _0x47dd10=0x0;const _0x4ce99e=async()=>{const _0x418727=_0x280c83;_0x47dd10++,_0x1794c3['hZttc'](_0x47dd10,0x1)&&await this[_0x418727(0xcc)]();};process['on'](_0x1794c3[_0x280c83(0xd9)],_0x4ce99e);}catch(_0x438a18){process[_0x280c83(0x93)]['BROWSERSTACK_PERCY']=_0x1794c3['qbdTm'],logger[_0x280c83(0x170)](_0x280c83(0x118)+_0x438a18);throw new Error(_0x438a18['toString']());}}async['stopPercy'](){const _0x361cec=a100_0x3a20c4,_0x1c2eec={};_0x1c2eec['gzoSc']=_0x361cec(0xa6),_0x1c2eec['yRzZm']=_0x361cec(0xb8);const _0x5129b1=_0x1c2eec;if(this['percy']&&this[_0x361cec(0x15b)]['isRunning']())try{await percyHelper[_0x361cec(0xcc)](this[_0x361cec(0x15b)]),logger[_0x361cec(0x111)](_0x5129b1[_0x361cec(0x12b)]);}catch(_0x5f1c2e){logger[_0x361cec(0x71)](_0x5129b1['yRzZm'],_0x5f1c2e[_0x361cec(0x144)]);}}async[a100_0x3a20c4(0x84)](){const _0xc2e7ac=a100_0x3a20c4,_0xe89bed={};_0xe89bed[_0xc2e7ac(0x135)]=_0xc2e7ac(0xa9),_0xe89bed['fCgBn']=_0xc2e7ac(0x6d);const _0x23d0d1=_0xe89bed;if(helper[_0xc2e7ac(0x123)]()&&helper[_0xc2e7ac(0xac)](this[_0xc2e7ac(0x101)][_0xc2e7ac(0x143)])&&(!this[_0xc2e7ac(0x143)]||!this['browserstackLocal']['isRunning']()))try{if(this[_0xc2e7ac(0x101)][_0xc2e7ac(0xb3)][_0xc2e7ac(0xd1)]){logger['debug'](_0x23d0d1['CzFMC']);return;}this[_0xc2e7ac(0x143)]=await helper[_0xc2e7ac(0xe5)](this['config']),logger['info'](_0x23d0d1[_0xc2e7ac(0x153)]);}catch(_0x5be91a){logger['debug'](_0x5be91a);throw new Error(_0x5be91a[_0xc2e7ac(0xd0)]());}}async['stopBrowserstackLocal'](){const _0x2e6d50=a100_0x3a20c4,_0x25fa33={};_0x25fa33[_0x2e6d50(0x74)]=_0x2e6d50(0xe6),_0x25fa33[_0x2e6d50(0x107)]=_0x2e6d50(0x114);const _0x303da4=_0x25fa33;if(this[_0x2e6d50(0x143)]&&this[_0x2e6d50(0x143)][_0x2e6d50(0xed)]())try{await helper[_0x2e6d50(0x7b)](this['browserstackLocal']),logger[_0x2e6d50(0x111)](_0x303da4['zsUSx']);}catch(_0x955d6e){logger[_0x2e6d50(0x71)](_0x303da4['soMpH'],_0x955d6e[_0x2e6d50(0x144)]);}}async[a100_0x3a20c4(0xf3)](){const _0x380d13=a100_0x3a20c4;return PerformanceTester[_0x380d13(0xd7)](PerformanceAutEvents['HUB_MANAGEMENT'],async()=>{const _0x2ce50b=_0x380d13;await hubAllocator[_0x2ce50b(0x97)](this[_0x2ce50b(0x101)]);})();}async[a100_0x3a20c4(0xa0)](){const _0xba8184=a100_0x3a20c4,_0x15a2c2={'VSllO':function(_0x58317a,_0x36489d){return _0x58317a(_0x36489d);},'QHtUU':_0xba8184(0x11c),'CIyAA':function(_0x23fb26,_0x1f61b4,_0x9da6d4,_0x1276a1,_0x215eca,_0xfe7e71,_0x260c12){return _0x23fb26(_0x1f61b4,_0x9da6d4,_0x1276a1,_0x215eca,_0xfe7e71,_0x260c12);},'Oiqka':_0xba8184(0x172),'EsGRW':_0xba8184(0xcf),'eSNgA':_0xba8184(0xc2),'LQIdr':_0xba8184(0x167),'fpyiK':function(_0x54ee4e,_0x2e7ef8){return _0x54ee4e(_0x2e7ef8);},'JsNeA':function(_0x36ef96,_0x5d1264){return _0x36ef96===_0x5d1264;},'aSkrW':'true','XQcyU':function(_0x391cfa,_0x18d935){return _0x391cfa===_0x18d935;},'hOaUc':function(_0x3a6f9c,_0x47b217){return _0x3a6f9c===_0x47b217;},'jhCPK':function(_0x4d1ede,_0x56d2b8){return _0x4d1ede===_0x56d2b8;},'piXNm':_0xba8184(0x146),'UGVfD':function(_0x189451,_0x1fd24c){return _0x189451===_0x1fd24c;},'slqUt':_0xba8184(0xd2),'wXZIO':_0xba8184(0x145),'ojHcw':function(_0x25ee02,_0x54d273){return _0x25ee02(_0x54d273);},'RaYrZ':_0xba8184(0xcd),'tyMOc':function(_0x5442fb,_0x151750){return _0x5442fb>=_0x151750;},'cWMQE':function(_0x16604f,_0x2ebede){return _0x16604f<_0x2ebede;},'ykamz':function(_0x1390e1,_0x2198fb){return _0x1390e1>=_0x2198fb;},'vbCws':'tcg\x20config\x20setup\x20successful.','PGfJp':_0xba8184(0xee),'livDp':function(_0x3ca3bd){return _0x3ca3bd();}},_0x1ff360=PerformanceTester[_0xba8184(0xd7)](_0x15a2c2[_0xba8184(0x7c)],async()=>{const _0x2b6e2e=_0xba8184;try{const _0x33ae69=new Date(),_0x56e7e8=helper[_0x2b6e2e(0x70)](this[_0x2b6e2e(0x101)]),_0x11ffb5=_0x15a2c2[_0x2b6e2e(0xae)](require,path[_0x2b6e2e(0x147)](__dirname,_0x15a2c2[_0x2b6e2e(0x105)])),_0x31d769=_0x15a2c2[_0x2b6e2e(0xb6)](timeoutPromise,constants[_0x2b6e2e(0x10e)],_0x15a2c2[_0x2b6e2e(0x125)],_0x15a2c2[_0x2b6e2e(0x82)],_0x33ae69,this[_0x2b6e2e(0x101)],this[_0x2b6e2e(0x73)]),_0x42c509={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x15a2c2['VSllO'](require,_0x15a2c2['eSNgA'])[_0x2b6e2e(0xa3)],'methodUsed':_0x15a2c2[_0x2b6e2e(0xde)],'proxyConfig':_0x56e7e8,'os':os[_0x2b6e2e(0x169)]()};if(_0x56e7e8&&_0x56e7e8['proxyUrl']){utilities[_0x2b6e2e(0x15a)](constants['AI_PROXY_FAILURE'],_0x42c509,this[_0x2b6e2e(0x101)],this[_0x2b6e2e(0x73)]);return;}const _0x50bfed={};_0x50bfed[_0x2b6e2e(0xf8)]=_0x56e7e8;const _0xd5c2bf=await Promise[_0x2b6e2e(0xb1)]([_0x11ffb5['init'](this[_0x2b6e2e(0x101)]['accessKey'],this[_0x2b6e2e(0x101)]['userName'],constants[_0x2b6e2e(0xfe)],_0x15a2c2['fpyiK'](require,_0x15a2c2[_0x2b6e2e(0x86)])[_0x2b6e2e(0xa3)],_0x50bfed)[_0x2b6e2e(0xd4)](_0x3018ad=>{return _0x31d769['cancel'](),_0x3018ad;}),_0x31d769]);_0xd5c2bf[_0x2b6e2e(0x13d)]=_0x15a2c2['JsNeA'](_0xd5c2bf[_0x2b6e2e(0x13d)],_0x15a2c2[_0x2b6e2e(0xf7)])||_0x15a2c2[_0x2b6e2e(0x12f)](_0xd5c2bf[_0x2b6e2e(0x13d)],!![]);const _0x164811=_0x15a2c2['hOaUc'](this['config'][_0x2b6e2e(0x106)],!![])||_0x15a2c2['hOaUc'](this['config']['selfHeal'],_0x15a2c2[_0x2b6e2e(0xf7)]);if(_0x15a2c2[_0x2b6e2e(0xa5)](_0xd5c2bf[_0x2b6e2e(0x144)],constants['UPGRADE_REQUIRED'])&&_0x164811)logger[_0x2b6e2e(0x111)](_0x15a2c2[_0x2b6e2e(0xe3)]);else{if(!_0xd5c2bf['isAuthenticated']&&_0x15a2c2[_0x2b6e2e(0x121)](_0xd5c2bf[_0x2b6e2e(0x11a)],0x1f7)&&_0x164811)logger[_0x2b6e2e(0x111)](_0x15a2c2[_0x2b6e2e(0x16f)]),utilities['fireFunnelTestEvent'](constants[_0x2b6e2e(0xb9)],_0x42c509,this['config'],this['framework']);else{if(!_0xd5c2bf['isAuthenticated']&&_0x164811){logger[_0x2b6e2e(0x111)](_0x15a2c2[_0x2b6e2e(0xdd)]);const _0x1cf401={'tcgUrl':constants[_0x2b6e2e(0xfe)],'sdkVersion':_0x15a2c2['ojHcw'](require,_0x15a2c2['eSNgA'])[_0x2b6e2e(0xa3)],'methodUsed':_0x15a2c2['LQIdr'],'proxyConfig':_0x56e7e8,'os':os[_0x2b6e2e(0x169)]()};utilities[_0x2b6e2e(0x15a)](constants[_0x2b6e2e(0xaf)],_0x1cf401,this['config'],this[_0x2b6e2e(0x73)]);}else{if(_0xd5c2bf[_0x2b6e2e(0xc0)]&&!_0xd5c2bf[_0x2b6e2e(0x13d)]&&_0x164811)logger[_0x2b6e2e(0x111)](_0x15a2c2['RaYrZ']);else{if(_0x15a2c2[_0x2b6e2e(0x69)](_0xd5c2bf[_0x2b6e2e(0x11a)],0xc8)&&_0x15a2c2[_0x2b6e2e(0x79)](_0xd5c2bf[_0x2b6e2e(0x11a)],0x12c))utilities[_0x2b6e2e(0x15a)](constants['AI_INIT_SUCCESSFUL'],_0x42c509,this['config'],this[_0x2b6e2e(0x73)]);else{if(_0x15a2c2['ykamz'](_0xd5c2bf[_0x2b6e2e(0x11a)],0x190))_0x42c509[_0x2b6e2e(0x11a)]=_0xd5c2bf[_0x2b6e2e(0x11a)],utilities[_0x2b6e2e(0x15a)](constants['AI_INIT_FAILURE'],_0x42c509,this[_0x2b6e2e(0x101)],this[_0x2b6e2e(0x73)]);else!_0xd5c2bf[_0x2b6e2e(0x11a)]&&utilities['fireFunnelTestEvent'](constants[_0x2b6e2e(0x6a)],_0x42c509,this[_0x2b6e2e(0x101)],this[_0x2b6e2e(0x73)]);}}}}}if(_0xd5c2bf['isAuthenticated']&&_0xd5c2bf['isHealingEnabled']){const _0x50c89e={};_0x50c89e[_0x2b6e2e(0x173)]=_0xd5c2bf;const _0x37264a=_0x50c89e;_0x56e7e8&&(_0x37264a['proxyConfig']=_0x56e7e8),_0x37264a['framework']=this['framework'],_0x37264a[_0x2b6e2e(0x112)]=this[_0x2b6e2e(0x101)],helper[_0x2b6e2e(0x122)](_0x37264a),logger[_0x2b6e2e(0x170)](_0x15a2c2[_0x2b6e2e(0x117)]);}}catch(_0x117ea0){logger[_0x2b6e2e(0x170)](_0x2b6e2e(0x15e)+(_0x117ea0[_0x2b6e2e(0x144)]?_0x117ea0[_0x2b6e2e(0x144)]:''));}});await _0x15a2c2[_0xba8184(0xeb)](_0x1ff360);}[a100_0x3a20c4(0xa7)](){const _0xbc747c=a100_0x3a20c4,_0x2a1fd0={'ZpiJE':function(_0x274d03,_0x2e7e56){return _0x274d03(_0x2e7e56);},'mwVvM':_0xbc747c(0x8a)};_0x2a1fd0['ZpiJE'](require,_0x2a1fd0[_0xbc747c(0x8c)])();}[a100_0x3a20c4(0x6b)](){const _0x4ff3fc=a100_0x3a20c4,_0xf09412={};_0xf09412[_0x4ff3fc(0x127)]='0|3|2|1|4',_0xf09412[_0x4ff3fc(0x9e)]=_0x4ff3fc(0xb7),_0xf09412[_0x4ff3fc(0x78)]=_0x4ff3fc(0xff);const _0x457f5e=_0xf09412,_0x5398e0=_0xe5a8e5=>{const _0x3ff3a0=_0x4ff3fc,_0x580859=_0x457f5e['yltQX'][_0x3ff3a0(0x171)]('|');let _0x2b86a1=0x0;while(!![]){switch(_0x580859[_0x2b86a1++]){case'0':logger[_0x3ff3a0(0x71)](_0xe5a8e5['message']);continue;case'1':PerformanceTester[_0x3ff3a0(0xe8)](_0xe5a8e5);continue;case'2':this[_0x3ff3a0(0x90)][_0x3ff3a0(0xab)](util[_0x3ff3a0(0x89)]('%j',_0xe5a8e5));continue;case'3':logger[_0x3ff3a0(0x170)](util[_0x3ff3a0(0x89)](_0xe5a8e5));continue;case'4':ClientTroubleShootingService[_0x3ff3a0(0xfb)]();continue;}break;}};process['on'](_0x457f5e['FkBBB'],_0x5398e0),process['on'](_0x457f5e[_0x4ff3fc(0x78)],_0x5398e0);}async['intExitHandler'](_0x327b90){const _0x26f30e=a100_0x3a20c4,_0x47e6a7={};_0x47e6a7[_0x26f30e(0x13a)]=_0x26f30e(0xef),_0x47e6a7[_0x26f30e(0xe2)]=function(_0x4f05a4,_0x3a4f28){return _0x4f05a4+_0x3a4f28;},_0x47e6a7[_0x26f30e(0x132)]=_0x26f30e(0x10a),_0x47e6a7[_0x26f30e(0x15c)]=_0x26f30e(0x8f),_0x47e6a7['XIBdM']=function(_0x4c8b45,_0x27a091){return _0x4c8b45+_0x27a091;};const _0x2495d4=_0x47e6a7,_0x50e8e8=_0x2495d4['BffdK'][_0x26f30e(0x171)]('|');let _0x500beb=0x0;while(!![]){switch(_0x50e8e8[_0x500beb++]){case'0':await ClientTroubleShootingService[_0x26f30e(0xfb)]();continue;case'1':logger[_0x26f30e(0x111)](_0x2495d4[_0x26f30e(0xe2)](_0x2495d4['eBQDt'],_0x327b90));continue;case'2':await TestHubHandler[_0x26f30e(0x13e)](_0x327b90);continue;case'3':await BrowserstackCLI[_0x26f30e(0x10b)]()[_0x26f30e(0x13e)]();continue;case'4':this[_0x26f30e(0x11e)]=_0x327b90;continue;case'5':if(this[_0x2495d4['gzWAe'](_0x2495d4[_0x26f30e(0x15c)],_0x327b90)])return;continue;case'6':this[_0x2495d4[_0x26f30e(0xfd)](_0x2495d4['lUhpx'],_0x327b90)]=!![];continue;case'7':await ClientTroubleShootingService[_0x26f30e(0x12c)](_0x327b90);continue;}break;}}[a100_0x3a20c4(0x108)](){const _0x57c1ae=a100_0x3a20c4,_0x323126={'BDBEo':function(_0x4357fa,_0x3cd2d7){return _0x4357fa===_0x3cd2d7;},'YFTSJ':_0x57c1ae(0x83),'YGuuT':function(_0x4b7596,_0x17c26c){return _0x4b7596>_0x17c26c;},'dtgpv':function(_0x5f108c,_0x153230){return _0x5f108c>_0x153230;},'IYImz':function(_0x4aa539,_0x3c3fe2){return _0x4aa539(_0x3c3fe2);},'iBywj':function(_0x221024){return _0x221024();},'mZUFV':_0x57c1ae(0xb5)};let _0xa71243=0x0;return async()=>{const _0x4426ea=_0x57c1ae;_0xa71243++;if(_0x323126[_0x4426ea(0x129)](_0xa71243,0x1)){helper['checkStopLocalBinaryOnExit'](this[_0x4426ea(0x73)])&&await this['stopBrowserstackLocal']();try{logger['debug'](_0x323126[_0x4426ea(0xc6)]),await TestHubHandler[_0x4426ea(0x13e)](_0xa71243),await ClientTroubleShootingService['reportFinalDetectionState'](),await BrowserstackCLI[_0x4426ea(0x10b)]()[_0x4426ea(0x13e)]('1');}catch(_0x39df84){logger[_0x4426ea(0x170)]('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util['format'](_0x39df84));}PerformanceTester[_0x4426ea(0x98)](PerformanceEvents[_0x4426ea(0x13b)]);if(PerformanceTester[_0x4426ea(0xf1)]()){const {measures:_0x1f33ce,errors:_0x5e60d1}=await PerformanceTester[_0x4426ea(0x148)](),_0x470718={};if(_0x1f33ce&&_0x323126['YGuuT'](_0x1f33ce[_0x4426ea(0xf9)],0x0)||_0x5e60d1&&_0x323126[_0x4426ea(0x76)](_0x5e60d1['length'],0x0)){const _0x54d6f1={};_0x54d6f1[_0x4426ea(0x175)]=_0x1f33ce,_0x54d6f1[_0x4426ea(0x150)]=_0x5e60d1,Object[_0x4426ea(0xf0)](_0x470718,_0x54d6f1);}try{const _0x572827=await helper[_0x4426ea(0x10c)](_0x470718,this[_0x4426ea(0x101)]);logger[_0x4426ea(0x170)](_0x4426ea(0x176)+_0x323126[_0x4426ea(0xea)](getEdsInstrumentationAPIUrl,'')+_0x4426ea(0x6c)+_0x572827['statusCode']);}catch(_0x33e377){logger[_0x4426ea(0x170)](_0x4426ea(0x10f)+_0x323126[_0x4426ea(0xea)](getEdsInstrumentationAPIUrl,'')+_0x4426ea(0x12a)+util[_0x4426ea(0x89)](_0x33e377));}try{fs[_0x4426ea(0x7e)](path['join'](_0x323126[_0x4426ea(0x156)](getLogDir),_0x323126[_0x4426ea(0xda)]),JSON[_0x4426ea(0x174)](_0x470718));}catch(_0x5c8dba){logger['debug'](_0x4426ea(0x66)+_0x5c8dba);}}}logger&&logger['close'](),fileLogger&&fileLogger[_0x4426ea(0x102)]();};}}exports['default']=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a101_0x232e7d=a101_0x5819;(function(_0x2a6160,_0x8e9245){const _0x21d8c6=a101_0x5819,_0x294ec9=_0x2a6160();while(!![]){try{const _0x13891f=parseInt(_0x21d8c6(0x247))/0x1*(parseInt(_0x21d8c6(0x228))/0x2)+-parseInt(_0x21d8c6(0x267))/0x3+-parseInt(_0x21d8c6(0x1d6))/0x4*(parseInt(_0x21d8c6(0x26b))/0x5)+-parseInt(_0x21d8c6(0x25b))/0x6+parseInt(_0x21d8c6(0x278))/0x7+-parseInt(_0x21d8c6(0x20b))/0x8*(-parseInt(_0x21d8c6(0x27e))/0x9)+-parseInt(_0x21d8c6(0x218))/0xa;if(_0x13891f===_0x8e9245)break;else _0x294ec9['push'](_0x294ec9['shift']());}catch(_0x14e9a7){_0x294ec9['push'](_0x294ec9['shift']());}}}(a101_0x5182,0x96619));const util=require(a101_0x232e7d(0x235)),logger=require(a101_0x232e7d(0x280))['winstonLogger'],accessibilityHelper=require(a101_0x232e7d(0x1e5)),globals=require('../globals'),scripts=require(a101_0x232e7d(0x1ef)),PerformanceTester=require(a101_0x232e7d(0x1cc)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require('../../bin/v2/browserstackCLI');function a101_0x5819(_0x1fa675,_0x25d309){const _0x518254=a101_0x5182();return a101_0x5819=function(_0x581957,_0x34c7ed){_0x581957=_0x581957-0x1c6;let _0x1bdb76=_0x518254[_0x581957];return _0x1bdb76;},a101_0x5819(_0x1fa675,_0x25d309);}let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a101_0x59d12a){logger[a101_0x232e7d(0x1f6)](a101_0x232e7d(0x21e));}const a101_0x590ae9={};a101_0x590ae9[a101_0x232e7d(0x216)]=0x1,a101_0x590ae9[a101_0x232e7d(0x1f8)]=0x7530,a101_0x590ae9[a101_0x232e7d(0x1d0)]=0x7530;const RETRY_CONFIG=a101_0x590ae9,setConfigTimeout=(_0x53158c,_0x381e30=null)=>{const _0x2b297d=a101_0x232e7d,_0x2e08aa={'ooIPv':function(_0x250275,_0xce26d){return _0x250275===_0xce26d;},'zsSYG':_0x2b297d(0x24b),'bbcpB':function(_0x331b81,_0x2ebc21){return _0x331b81*_0x2ebc21;},'eXZEY':function(_0x412c66,_0x478c68){return _0x412c66(_0x478c68);},'ieBeY':function(_0x152e55,_0x55d523){return _0x152e55*_0x55d523;}};if(BrowserstackCLI[_0x2b297d(0x1df)]()[_0x2b297d(0x221)]()&&BrowserstackCLI[_0x2b297d(0x1df)]()[_0x2b297d(0x261)]()){const _0x3014d6=BrowserstackCLI['getInstance']()['getAccessibilityModule']()[_0x2b297d(0x253)],_0x2ea30d=_0x3014d6['options']['capabilitiesList']||[];for(const _0x5c8355 of _0x2ea30d){_0x2e08aa[_0x2b297d(0x204)](_0x5c8355['name'],_0x2e08aa[_0x2b297d(0x23e)])&&_0x2e08aa[_0x2b297d(0x204)](_0x381e30,null)&&(_0x53158c['timeoutMs']=_0x2e08aa['bbcpB'](_0x2e08aa[_0x2b297d(0x20c)](parseInt,_0x5c8355[_0x2b297d(0x27b)]),0x3e8));}}else process[_0x2b297d(0x27f)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']&&(_0x53158c[_0x2b297d(0x1f8)]=_0x2e08aa['ieBeY'](_0x2e08aa[_0x2b297d(0x20c)](parseInt,process['env'][_0x2b297d(0x259)]),0x3e8));},detectDriverType=_0x2e4095=>{const _0x2bcab6=a101_0x232e7d,_0x3d2580={};_0x3d2580[_0x2bcab6(0x1e2)]=_0x2bcab6(0x20d),_0x3d2580['eenZN']=function(_0x572716,_0x46c007){return _0x572716===_0x46c007;},_0x3d2580[_0x2bcab6(0x1d9)]=_0x2bcab6(0x25a),_0x3d2580[_0x2bcab6(0x24f)]=_0x2bcab6(0x27d),_0x3d2580[_0x2bcab6(0x244)]=function(_0x1bc19c,_0x4c10ab){return _0x1bc19c===_0x4c10ab;},_0x3d2580[_0x2bcab6(0x225)]=function(_0x2921f8,_0x282eaf){return _0x2921f8===_0x282eaf;},_0x3d2580['gJiRX']=_0x2bcab6(0x21b),_0x3d2580[_0x2bcab6(0x1f0)]='Page',_0x3d2580[_0x2bcab6(0x27a)]=_0x2bcab6(0x286),_0x3d2580[_0x2bcab6(0x26d)]='Playwright',_0x3d2580['dhBIp']='playwright-codecept-driver',_0x3d2580[_0x2bcab6(0x21a)]=function(_0x356338,_0x5e0e6b){return _0x356338||_0x5e0e6b;},_0x3d2580[_0x2bcab6(0x20f)]=_0x2bcab6(0x25d);const _0x35cc61=_0x3d2580;if(!_0x2e4095){const _0x5b645d={};return _0x5b645d[_0x2bcab6(0x26c)]=![],_0x5b645d[_0x2bcab6(0x265)]=_0x35cc61[_0x2bcab6(0x1e2)],_0x5b645d;}if(_0x35cc61['eenZN'](typeof _0x2e4095['evaluate'],_0x35cc61['sEgot'])&&_0x35cc61[_0x2bcab6(0x1d2)](typeof _0x2e4095[_0x2bcab6(0x262)],_0x35cc61[_0x2bcab6(0x1d9)])&&_0x35cc61['eenZN'](typeof _0x2e4095['goto'],_0x35cc61[_0x2bcab6(0x1d9)])){const _0x84b934={};return _0x84b934[_0x2bcab6(0x26c)]=!![],_0x84b934[_0x2bcab6(0x265)]=_0x35cc61[_0x2bcab6(0x24f)],_0x84b934;}if(_0x35cc61[_0x2bcab6(0x244)](typeof _0x2e4095[_0x2bcab6(0x22d)],_0x35cc61[_0x2bcab6(0x1d9)])&&_0x35cc61[_0x2bcab6(0x225)](typeof _0x2e4095['getCapabilities'],_0x35cc61['sEgot'])){const _0x129873={};return _0x129873[_0x2bcab6(0x26c)]=![],_0x129873[_0x2bcab6(0x265)]=_0x35cc61[_0x2bcab6(0x268)],_0x129873;}const _0x3d32bd=_0x2e4095[_0x2bcab6(0x1f9)]?.['name'];if(_0x35cc61[_0x2bcab6(0x225)](_0x3d32bd,_0x35cc61[_0x2bcab6(0x1f0)])){const _0x5dd05e={};return _0x5dd05e[_0x2bcab6(0x26c)]=!![],_0x5dd05e[_0x2bcab6(0x265)]=_0x35cc61[_0x2bcab6(0x24f)],_0x5dd05e;}if(_0x35cc61['iKnjH'](_0x3d32bd,_0x35cc61[_0x2bcab6(0x27a)])){const _0x29d251={};return _0x29d251[_0x2bcab6(0x26c)]=![],_0x29d251[_0x2bcab6(0x265)]=_0x35cc61[_0x2bcab6(0x268)],_0x29d251;}if(_0x35cc61[_0x2bcab6(0x1d2)](_0x3d32bd,_0x35cc61[_0x2bcab6(0x26d)])){const _0x3f733d={};return _0x3f733d['isPlaywright']=!![],_0x3f733d[_0x2bcab6(0x265)]=_0x35cc61[_0x2bcab6(0x237)],_0x3f733d;}logger[_0x2bcab6(0x26e)](_0x2bcab6(0x1cb)+_0x35cc61[_0x2bcab6(0x21a)](_0x3d32bd,_0x35cc61['eOfgG']));const _0x175dac={};return _0x175dac[_0x2bcab6(0x26c)]=![],_0x175dac[_0x2bcab6(0x265)]=_0x35cc61[_0x2bcab6(0x1e2)],_0x175dac;},withTimeout=(_0x21134b,_0x2116b1)=>{const _0x307572=a101_0x232e7d;return Promise[_0x307572(0x1d1)]([_0x21134b,new Promise((_0x4c1171,_0x507327)=>setTimeout(()=>_0x507327(new Error(_0x307572(0x226)+_0x2116b1+'ms')),_0x2116b1))]);};function a101_0x5182(){const _0x212e8d=['YlYmn','jAmIw','setScriptTimeout','getRetryConfig','maxRetries','rejected','7289250LYDzCp','\x20-\x20not\x20applicable','AZNUq','selenium-webdriver','driverType','getGlobal','Playwright\x20accessibility\x20helper\x20not\x20available',').\x20Error:\x20','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','isRunning','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','FmpHt','Operation\x20timed\x20out\x20after\x20','BBEiK','2vyxZja','LPEKl','message','EAVQx','reason','executeAsyncScript','atSRx','):\x20','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','Accessibility\x20results\x20retrieval\x20attempt\x20','VzcRG','sGasR','PERFORM_SCAN','util','uznWf','dhBIp','playwright-codecept-driver','IqrtR','UtcSm','bIaNY','vSvvL','bstackA11yShouldScan','zsSYG','QrQkt','CdxMz','getCurrentUrl','saveTestResults','\x20completed\x20successfully.','iKnjH',').\x20Last\x20error:\x20','manage','907432rgeJVh','pZRgr','IENVC','vwFux','scannerProcessingTimeout','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','setSeleniumScriptTimeout','performScan','ZpqTO','taSfB','isAccessibilityPlatform','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','accessibilityConfig','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','JTyVB','currentTest','getAccessibilityResultsSummary','mQuqk','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','function','4105380kaeOIq','Unknown\x20error','undefined','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','SfQaL','VeQMJ','getAccessibilityModule','url','measureWrapper','kXywp','type','setPlaywrightScriptTimeout','1100685wijWXg','gJiRX','nKZvk','timeouts','5heZyNs','isPlaywright','QwNaq','warn','browserstackSessionName','getAccessibilityResultsSummaryWithRetry','fulfilled','rLQMm','Skipping\x20timeout\x20setting\x20for\x20','DjqeB','tiQVI','Comprehensive\x20accessibility\x20scan\x20failed\x20(','scanSucceeded','7760599GVpGtz','DtjST','yrRMQ','value','yDory','playwright-page','396iMQKcz','env','../logger','performScanWithRetry','page','YNzJO',',\x20cannot\x20perform\x20scan\x20with\x20retry.','getAccessibilityResultsWithRetry','WebDriver','YuXKg','ynIzH','KLFhb','PtrGX','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','Accessibility\x20results\x20save\x20attempt\x20','RmBdE','Unknown\x20driver/page\x20type:\x20','../performance/performance-tester','xJLdq','summary','isPlaywrightPage','defaultTimeoutMs','race','eenZN','\x20failed\x20for\x20method:\x20','isAccessibilityAutomationSession','error','3270856TvVvFI','setDefaultTimeout','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','sEgot','getSession','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','info','lwKMF','getInstance','accessibilityPlatform','SRClN','XZGzx','getId',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','./helper',')\x20with\x20error:\x20','bstackA11yScanOptions','bpyZf','Macdm','lASEl','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','XDDlC','Hpdbt','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','./scripts','wpsOM','max','RfTUB','status','setTimeouts','ms\x20using\x20setTimeouts\x20API','debug','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','timeoutMs','constructor','dasvE','isSeleniumDriver','Accessibility\x20scan\x20attempt\x20','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','fdgyz','unknown_method','\x20failed\x20(','EkbJY','ehPqO','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','ooIPv','results','EuYco','qdjKT','allSettled','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','stringify','217752aESxLU','eXZEY','unknown','XTfMb','eOfgG','browserStackEvaluate','dpWdo'];a101_0x5182=function(){return _0x212e8d;};return a101_0x5182();}exports['performScanWithRetry']=async(_0x5433f6,_0x5eecbe=null,_0x5f33d6=null,_0x5a84b7=![],_0x20be6d=null)=>{const _0x130f58=a101_0x232e7d,_0x24f3f6={'Hpdbt':function(_0x9de94f,_0x34e29d){return _0x9de94f&&_0x34e29d;},'xJLdq':function(_0x941414,_0x45fcfa,_0x351635){return _0x941414(_0x45fcfa,_0x351635);},'xndvN':function(_0x13fbbb,_0x16f421){return _0x13fbbb===_0x16f421;},'EkbJY':_0x130f58(0x238),'ehPqO':function(_0x10f501,_0x5eac8d){return _0x10f501(_0x5eac8d);},'IENVC':function(_0x2f5790,_0x324d17){return _0x2f5790||_0x324d17;},'qdjKT':function(_0x5f2196,_0x38be51){return _0x5f2196===_0x38be51;},'lwKMF':_0x130f58(0x251),'PtrGX':function(_0x3f359e,_0xea113c){return _0x3f359e!==_0xea113c;},'dasvE':_0x130f58(0x23d),'kXywp':_0x130f58(0x1db),'uAFgZ':_0x130f58(0x1ff),'JTyVB':function(_0x1d5530,_0x55f9c3){return _0x1d5530===_0x55f9c3;},'rLQMm':_0x130f58(0x25a),'vSvvL':function(_0x3f8d51,_0x252fcc){return _0x3f8d51===_0x252fcc;},'mQuqk':function(_0x338153,_0x12aa68){return _0x338153===_0x12aa68;},'VHnCg':function(_0x3f67f0,_0x2ff721){return _0x3f67f0<=_0x2ff721;},'EuYco':function(_0x114e39,_0x538e12){return _0x114e39+_0x538e12;},'xeWuh':function(_0x1f8940,_0x1f8b9e){return _0x1f8940+_0x1f8b9e;},'KLFhb':'Unknown\x20error'},{isPlaywright:_0x224ff9,type:_0x26d116}=_0x24f3f6[_0x130f58(0x202)](detectDriverType,_0x5433f6),_0xd09522=_0x5a84b7?_0x24f3f6[_0x130f58(0x249)](_0x20be6d,{}):global[_0x130f58(0x1e7)]||{},_0x3beb44=_0x224ff9?global[_0x130f58(0x1e0)]&&(_0x5a84b7||_0x24f3f6[_0x130f58(0x207)](global[_0x130f58(0x23d)],!![])):accessibilityHelper[_0x130f58(0x1d4)]()&&globals['getGlobal'](_0x24f3f6[_0x130f58(0x1de)])&&(_0x5a84b7||_0x24f3f6[_0x130f58(0x1c7)](globals['getGlobal'](_0x24f3f6[_0x130f58(0x1fa)]),![]));if(!_0x3beb44)return _0x224ff9&&global[_0x130f58(0x1e0)]&&_0x24f3f6['qdjKT'](global[_0x130f58(0x23d)],![])||!_0x224ff9&&globals[_0x130f58(0x21d)](_0x24f3f6[_0x130f58(0x1de)])&&_0x24f3f6[_0x130f58(0x207)](globals[_0x130f58(0x21d)](_0x24f3f6[_0x130f58(0x1fa)]),![])?logger[_0x130f58(0x1f6)](_0x24f3f6[_0x130f58(0x264)]):logger['warn'](_0x130f58(0x25e)+_0x26d116+_0x130f58(0x284)),![];const _0x5b76cc=_0x5eecbe||global[_0x130f58(0x26f)]||_0x24f3f6['uAFgZ'];let _0x51353e=null;const _0x57dd7e={'testhub_btcer_uuid':global['__workerDetails']?.[_0x130f58(0x256)]?.['id'],'url':_0x24f3f6[_0x130f58(0x255)](typeof _0x5433f6['url'],_0x24f3f6[_0x130f58(0x272)])?await _0x5433f6[_0x130f58(0x262)]():_0x24f3f6[_0x130f58(0x23c)](typeof _0x5433f6[_0x130f58(0x241)],_0x24f3f6[_0x130f58(0x272)])?await _0x5433f6['getCurrentUrl']():'','automate_session_id':_0x24f3f6[_0x130f58(0x258)](typeof _0x5433f6[_0x130f58(0x1da)],_0x24f3f6[_0x130f58(0x272)])?(await _0x5433f6[_0x130f58(0x1da)]())[_0x130f58(0x1e3)]():''};for(let _0x22eb11=0x1;_0x24f3f6['VHnCg'](_0x22eb11,_0x24f3f6[_0x130f58(0x206)](RETRY_CONFIG[_0x130f58(0x216)],0x1));_0x22eb11++){try{return logger[_0x130f58(0x1f6)]('Accessibility\x20scan\x20attempt\x20'+_0x22eb11+'/'+_0x24f3f6['xeWuh'](RETRY_CONFIG[_0x130f58(0x216)],0x1)+'\x20for\x20method:\x20'+_0x5b76cc+'\x20('+_0x26d116+')'),await PerformanceTester[_0x130f58(0x263)](PerformanceA11yEvents[_0x130f58(0x234)],async()=>{const _0x2e62bd=_0x130f58;let _0x163e38;if(_0x24f3f6[_0x2e62bd(0x1ed)](_0x224ff9,playwrightA11yHelper)){_0x24f3f6['xJLdq'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x5433f6,RETRY_CONFIG[_0x2e62bd(0x1f8)]);let _0x34186f=_0x5433f6;_0x24f3f6['xndvN'](_0x26d116,_0x24f3f6[_0x2e62bd(0x201)])&&(_0x34186f=_0x5433f6[_0x2e62bd(0x282)]),_0x163e38=await _0x24f3f6['xJLdq'](withTimeout,playwrightA11yHelper[_0x2e62bd(0x24e)](_0x34186f,_0x5b76cc,_0xd09522),RETRY_CONFIG[_0x2e62bd(0x1f8)]),await exports[_0x2e62bd(0x266)](_0x5433f6,RETRY_CONFIG[_0x2e62bd(0x1d0)]);}else await exports[_0x2e62bd(0x24d)](_0x5433f6,RETRY_CONFIG[_0x2e62bd(0x1f8)]),_0x163e38=await _0x24f3f6[_0x2e62bd(0x1cd)](withTimeout,accessibilityHelper[_0x2e62bd(0x24e)](_0x5433f6,_0x5b76cc,_0x5a84b7,_0xd09522),RETRY_CONFIG[_0x2e62bd(0x1f8)]),await exports['setSeleniumScriptTimeout'](_0x5433f6,RETRY_CONFIG[_0x2e62bd(0x1d0)]);logger[_0x2e62bd(0x1f6)]('Scan\x20attempt\x20'+_0x22eb11+_0x2e62bd(0x243));},{'command':_0x5b76cc,..._0x57dd7e})(),logger[_0x130f58(0x1dd)](_0x130f58(0x1dc)+_0x22eb11+'.'),!![];}catch(_0x3c787b){_0x51353e=_0x3c787b,logger[_0x130f58(0x1f6)](_0x130f58(0x1fc)+_0x22eb11+_0x130f58(0x1d3)+_0x5b76cc+'\x20('+_0x26d116+').\x20Error:\x20'+_0x3c787b[_0x130f58(0x22a)]);}}return logger[_0x130f58(0x1d5)](_0x130f58(0x24c)+_0x5b76cc+'\x20('+_0x26d116+_0x130f58(0x1e6)+(_0x51353e?.['message']||_0x24f3f6[_0x130f58(0x1c6)])),![];},exports[a101_0x232e7d(0x285)]=async(_0x3fee92,_0x295dfc)=>{const _0x38e6d4=a101_0x232e7d,_0x452895={'ShbKD':function(_0x560876,_0x2c8e7f){return _0x560876(_0x2c8e7f);},'bpyZf':_0x38e6d4(0x251),'lASEl':function(_0x5f1b46,_0x47b791){return _0x5f1b46<=_0x47b791;},'jzopg':function(_0x3bfbc5,_0x5a4643){return _0x3bfbc5+_0x5a4643;},'LPEKl':function(_0x5a6830,_0x4a98d2){return _0x5a6830+_0x4a98d2;},'UtcSm':function(_0x570c0b,_0x3f06c5){return _0x570c0b&&_0x3f06c5;},'YNzJO':function(_0xb94554,_0x521eeb,_0xdd7dca){return _0xb94554(_0x521eeb,_0xdd7dca);},'dpWdo':function(_0x376611,_0x3d9dbc,_0x28d922){return _0x376611(_0x3d9dbc,_0x28d922);},'QrQkt':_0x38e6d4(0x25c)},{isPlaywright:_0xf61f80,type:_0x5eda5e}=_0x452895['ShbKD'](detectDriverType,_0x3fee92),_0x382aeb=_0xf61f80?_0x295dfc[_0x38e6d4(0x1e0)]:accessibilityHelper[_0x38e6d4(0x1d4)]()&&globals[_0x38e6d4(0x21d)](_0x452895[_0x38e6d4(0x1e8)]);if(!_0x382aeb)return logger['warn'](_0x38e6d4(0x25e)+_0x5eda5e+_0x38e6d4(0x224)),[];let _0x40c971=null;for(let _0x8f6c18=0x1;_0x452895[_0x38e6d4(0x1ea)](_0x8f6c18,_0x452895['jzopg'](RETRY_CONFIG[_0x38e6d4(0x216)],0x1));_0x8f6c18++){try{logger[_0x38e6d4(0x1f6)](_0x38e6d4(0x231)+_0x8f6c18+'/'+_0x452895[_0x38e6d4(0x229)](RETRY_CONFIG[_0x38e6d4(0x216)],0x1)+'\x20('+_0x5eda5e+')');let _0x4d9af3;return _0x452895[_0x38e6d4(0x23a)](_0xf61f80,playwrightA11yHelper)?(_0x452895[_0x38e6d4(0x283)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x3fee92,RETRY_CONFIG[_0x38e6d4(0x1f8)]),_0x4d9af3=await _0x452895['dpWdo'](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x3fee92),RETRY_CONFIG[_0x38e6d4(0x1f8)]),await exports['setPlaywrightScriptTimeout'](_0x3fee92,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x38e6d4(0x24d)](_0x3fee92,RETRY_CONFIG[_0x38e6d4(0x1f8)]),_0x4d9af3=await _0x452895[_0x38e6d4(0x211)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x3fee92,_0x295dfc),RETRY_CONFIG[_0x38e6d4(0x1f8)]),await exports[_0x38e6d4(0x24d)](_0x3fee92,RETRY_CONFIG[_0x38e6d4(0x1d0)])),logger[_0x38e6d4(0x1dd)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x8f6c18+'\x20('+_0x5eda5e+')'),_0x4d9af3;}catch(_0x44e7e7){_0x40c971=_0x44e7e7,logger[_0x38e6d4(0x26e)](_0x38e6d4(0x231)+_0x8f6c18+'\x20failed\x20('+_0x5eda5e+_0x38e6d4(0x21f)+_0x44e7e7['message']);}}return logger['error'](_0x38e6d4(0x254)+_0x5eda5e+').\x20Last\x20error:\x20'+(_0x40c971?.['message']||_0x452895[_0x38e6d4(0x23f)])),[];},exports[a101_0x232e7d(0x270)]=async(_0xe82e31,_0x27d441)=>{const _0x329152=a101_0x232e7d,_0x516409={'vwFux':function(_0x4d9d37,_0x421cc2){return _0x4d9d37(_0x421cc2);},'RfTUB':_0x329152(0x251),'taSfB':function(_0x71ec5a,_0x30fa18){return _0x71ec5a<=_0x30fa18;},'VzcRG':function(_0x2700e2,_0x797a73){return _0x2700e2+_0x797a73;},'WtQat':function(_0x63ea83,_0x1ea753){return _0x63ea83+_0x1ea753;},'CdxMz':function(_0x3a7fcd,_0x3f33b4){return _0x3a7fcd&&_0x3f33b4;},'uznWf':function(_0x39b79,_0x3cc1b0,_0x42363b){return _0x39b79(_0x3cc1b0,_0x42363b);},'VyBox':function(_0x3d2d8a,_0x1ca2bb,_0x5bc64f){return _0x3d2d8a(_0x1ca2bb,_0x5bc64f);},'tiQVI':'Unknown\x20error'},{isPlaywright:_0x1b76f3,type:_0x3e2b7d}=_0x516409[_0x329152(0x24a)](detectDriverType,_0xe82e31),_0x3807cb=_0x1b76f3?_0x27d441['accessibilityPlatform']:accessibilityHelper[_0x329152(0x1d4)]()&&globals[_0x329152(0x21d)](_0x516409[_0x329152(0x1f2)]);if(!_0x3807cb)return logger[_0x329152(0x26e)](_0x329152(0x25e)+_0x3e2b7d+_0x329152(0x1e4)),{};let _0x4ec177=null;for(let _0x11f8ce=0x1;_0x516409[_0x329152(0x250)](_0x11f8ce,_0x516409[_0x329152(0x232)](RETRY_CONFIG[_0x329152(0x216)],0x1));_0x11f8ce++){try{logger['debug']('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x11f8ce+'/'+_0x516409['WtQat'](RETRY_CONFIG[_0x329152(0x216)],0x1)+'\x20('+_0x3e2b7d+')');let _0x4f1326;return _0x516409[_0x329152(0x240)](_0x1b76f3,playwrightA11yHelper)?(_0x516409['uznWf'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0xe82e31,RETRY_CONFIG[_0x329152(0x1f8)]),_0x4f1326=await _0x516409[_0x329152(0x236)](withTimeout,playwrightA11yHelper[_0x329152(0x257)](_0xe82e31),RETRY_CONFIG[_0x329152(0x1f8)]),await exports['setPlaywrightScriptTimeout'](_0xe82e31,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0xe82e31,RETRY_CONFIG[_0x329152(0x1f8)]),_0x4f1326=await _0x516409['VyBox'](withTimeout,accessibilityHelper[_0x329152(0x257)](_0xe82e31,_0x27d441),RETRY_CONFIG['timeoutMs']),await exports[_0x329152(0x24d)](_0xe82e31,RETRY_CONFIG['defaultTimeoutMs'])),logger['info'](_0x329152(0x222)+_0x11f8ce+'\x20('+_0x3e2b7d+')'),_0x4f1326;}catch(_0x2b07f6){_0x4ec177=_0x2b07f6,logger[_0x329152(0x26e)](_0x329152(0x220)+_0x11f8ce+_0x329152(0x200)+_0x3e2b7d+_0x329152(0x21f)+_0x2b07f6[_0x329152(0x22a)]);}}return logger[_0x329152(0x1d5)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x3e2b7d+_0x329152(0x245)+(_0x4ec177?.[_0x329152(0x22a)]||_0x516409[_0x329152(0x275)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x42275f,_0x39e472,_0x1ce5ed=null)=>{const _0x5d4893=a101_0x232e7d,_0x513712={'pZRgr':function(_0x5ae539,_0x15a3ba){return _0x5ae539(_0x15a3ba);},'fdgyz':function(_0x3f5bf8,_0x21ed09){return _0x3f5bf8===_0x21ed09;},'XTfMb':_0x5d4893(0x271),'YuXKg':function(_0x5b1e65,_0x1671ab){return _0x5b1e65===_0x1671ab;},'sGasR':_0x5d4893(0x217),'wyitQ':_0x5d4893(0x252)},{isPlaywright:_0x26d503,type:_0x554405}=_0x513712[_0x5d4893(0x248)](detectDriverType,_0x42275f),_0x52fd59={};_0x52fd59[_0x5d4893(0x277)]=![],_0x52fd59[_0x5d4893(0x205)]=[],_0x52fd59[_0x5d4893(0x1ce)]={},_0x52fd59['error']=null,_0x52fd59[_0x5d4893(0x21c)]=_0x554405;const _0x12761f=_0x52fd59;try{_0x12761f[_0x5d4893(0x277)]=await exports[_0x5d4893(0x281)](_0x42275f,_0x1ce5ed);if(_0x12761f['scanSucceeded']){const [_0x578241,_0x39aaf9]=await Promise[_0x5d4893(0x208)]([exports[_0x5d4893(0x285)](_0x42275f,_0x39e472),exports[_0x5d4893(0x270)](_0x42275f,_0x39e472)]);_0x12761f[_0x5d4893(0x205)]=_0x513712[_0x5d4893(0x1fe)](_0x578241['status'],_0x513712['XTfMb'])?_0x578241[_0x5d4893(0x27b)]:[],_0x12761f[_0x5d4893(0x1ce)]=_0x513712[_0x5d4893(0x1fe)](_0x39aaf9[_0x5d4893(0x1f3)],_0x513712[_0x5d4893(0x20e)])?_0x39aaf9[_0x5d4893(0x27b)]:{},_0x513712[_0x5d4893(0x287)](_0x578241['status'],_0x513712[_0x5d4893(0x233)])&&logger[_0x5d4893(0x26e)](_0x5d4893(0x1fd)+_0x554405+_0x5d4893(0x22f)+_0x578241[_0x5d4893(0x22c)]?.[_0x5d4893(0x22a)]),_0x513712['fdgyz'](_0x39aaf9[_0x5d4893(0x1f3)],_0x513712[_0x5d4893(0x233)])&&logger[_0x5d4893(0x26e)](_0x5d4893(0x1c8)+_0x554405+_0x5d4893(0x22f)+_0x39aaf9[_0x5d4893(0x22c)]?.[_0x5d4893(0x22a)]);}}catch(_0x5b5ae0){_0x12761f[_0x5d4893(0x1d5)]=_0x5b5ae0[_0x5d4893(0x22a)]||_0x513712['wyitQ'],logger[_0x5d4893(0x1d5)](_0x5d4893(0x276)+_0x554405+'):\x20'+_0x12761f[_0x5d4893(0x1d5)]);}return _0x12761f;},exports['updateRetryConfig']=_0x40c96c=>{const _0x40d130=a101_0x232e7d,_0x34edb3={};_0x34edb3['GYbdN']=function(_0x23c85b,_0x1bd635){return _0x23c85b!==_0x1bd635;},_0x34edb3[_0x40d130(0x22b)]=function(_0x5d2ddd,_0x594531){return _0x5d2ddd!==_0x594531;};const _0x3087cd=_0x34edb3;_0x3087cd['GYbdN'](_0x40c96c['maxRetries'],undefined)&&(RETRY_CONFIG[_0x40d130(0x216)]=Math[_0x40d130(0x1f1)](0x0,_0x40c96c['maxRetries'])),_0x3087cd['EAVQx'](_0x40c96c[_0x40d130(0x1f8)],undefined)&&(RETRY_CONFIG[_0x40d130(0x1f8)]=Math[_0x40d130(0x1f1)](0x3e8,_0x40c96c[_0x40d130(0x1f8)])),logger[_0x40d130(0x1f6)]('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON[_0x40d130(0x20a)](RETRY_CONFIG));},exports[a101_0x232e7d(0x215)]=()=>{const _0x215cf9={...RETRY_CONFIG};return _0x215cf9;},exports[a101_0x232e7d(0x1cf)]=_0x3a9056=>{const _0x350f41=a101_0x232e7d,_0x6cf9e3={'ynIzH':function(_0x54ae49,_0x5dc317){return _0x54ae49(_0x5dc317);}};return _0x6cf9e3[_0x350f41(0x288)](detectDriverType,_0x3a9056)[_0x350f41(0x26c)];},exports[a101_0x232e7d(0x1fb)]=_0x45e15a=>{const _0x1bb350=a101_0x232e7d,_0x1a5152={'atSRx':function(_0x3e2403,_0x594897){return _0x3e2403(_0x594897);},'kmToT':function(_0x2e6c32,_0x4b3c06){return _0x2e6c32===_0x4b3c06;},'RmBdE':'selenium-webdriver'},{isPlaywright:_0x26121e,type:_0x524460}=_0x1a5152[_0x1bb350(0x22e)](detectDriverType,_0x45e15a);return!_0x26121e&&_0x1a5152['kmToT'](_0x524460,_0x1a5152[_0x1bb350(0x1ca)]);},exports[a101_0x232e7d(0x266)]=async(_0x268b1d,_0xbfcd59=null)=>{const _0xa9e5a2=a101_0x232e7d,_0x3beca6={'bIaNY':function(_0x2c1a62,_0xe34377){return _0x2c1a62(_0xe34377);},'GiMWS':function(_0x568094,_0x355e45){return _0x568094===_0x355e45;},'Macdm':_0xa9e5a2(0x25a)},{isPlaywright:_0x1f1800,type:_0x514d9b}=_0x3beca6[_0xa9e5a2(0x23b)](detectDriverType,_0x268b1d);if(!_0x1f1800)return logger['debug'](_0xa9e5a2(0x273)+_0x514d9b+_0xa9e5a2(0x219)),!![];const _0x1e4734=_0xbfcd59||RETRY_CONFIG[_0xa9e5a2(0x1d0)];try{return _0x268b1d&&_0x3beca6['GiMWS'](typeof _0x268b1d['setDefaultTimeout'],_0x3beca6[_0xa9e5a2(0x1e9)])&&(await _0x268b1d[_0xa9e5a2(0x1d7)](_0x1e4734),logger['debug']('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x1e4734+'ms')),!![];}catch(_0x53ad4f){return logger[_0xa9e5a2(0x26e)](_0xa9e5a2(0x203)+_0x53ad4f[_0xa9e5a2(0x22a)]),![];}},exports[a101_0x232e7d(0x24d)]=async(_0x1c1a4d,_0x2e81bb=null)=>{const _0x254ad7=a101_0x232e7d,_0x123e78={};_0x123e78['YlYmn']=_0x254ad7(0x1d8),_0x123e78[_0x254ad7(0x25f)]=function(_0x2fb9d1,_0x9cdf95){return _0x2fb9d1===_0x9cdf95;},_0x123e78[_0x254ad7(0x213)]=_0x254ad7(0x25a),_0x123e78['BBEiK']=function(_0x209df7,_0x21903f){return _0x209df7===_0x21903f;},_0x123e78[_0x254ad7(0x279)]=function(_0xafb80,_0x245e1a){return _0xafb80===_0x245e1a;},_0x123e78[_0x254ad7(0x27c)]=_0x254ad7(0x209),_0x123e78['HgAQz']=_0x254ad7(0x1eb);const _0x335f7d=_0x123e78;if(!exports[_0x254ad7(0x1fb)](_0x1c1a4d))return logger[_0x254ad7(0x26e)](_0x335f7d[_0x254ad7(0x212)]),![];const _0x4fa5b7=_0x2e81bb||RETRY_CONFIG[_0x254ad7(0x1d0)];try{if(_0x1c1a4d&&_0x335f7d[_0x254ad7(0x25f)](typeof _0x1c1a4d[_0x254ad7(0x246)],_0x335f7d[_0x254ad7(0x213)])){const _0x45b0dc=_0x1c1a4d['manage']();if(_0x45b0dc&&_0x335f7d[_0x254ad7(0x227)](typeof _0x45b0dc[_0x254ad7(0x26a)],_0x335f7d[_0x254ad7(0x213)]))await _0x45b0dc['timeouts']()[_0x254ad7(0x214)](_0x4fa5b7),logger[_0x254ad7(0x1f6)](_0x254ad7(0x230)+_0x4fa5b7+'ms\x20using\x20timeouts()\x20API');else{if(_0x45b0dc&&_0x335f7d[_0x254ad7(0x25f)](typeof _0x45b0dc[_0x254ad7(0x1f4)],_0x335f7d['jAmIw'])){const _0x2e38ac={};_0x2e38ac['script']=_0x4fa5b7,await _0x45b0dc['setTimeouts'](_0x2e38ac),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x4fa5b7+_0x254ad7(0x1f5));}else{if(_0x45b0dc&&_0x335f7d[_0x254ad7(0x279)](typeof _0x45b0dc[_0x254ad7(0x214)],_0x335f7d[_0x254ad7(0x213)]))await _0x45b0dc[_0x254ad7(0x214)](_0x4fa5b7),logger[_0x254ad7(0x1f6)](_0x254ad7(0x230)+_0x4fa5b7+'ms\x20using\x20setScriptTimeout\x20API');else return logger[_0x254ad7(0x1f6)](_0x335f7d[_0x254ad7(0x27c)]),!![];}}}else return logger[_0x254ad7(0x1f6)](_0x335f7d['HgAQz']),!![];return!![];}catch(_0xd2c8a9){return logger[_0x254ad7(0x26e)](_0x254ad7(0x1ee)+_0xd2c8a9[_0x254ad7(0x22a)]),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x32d3cd,_0x1c5f0c)=>{const _0x3d7688=a101_0x232e7d,_0x3a8e2d={'cagbg':function(_0x43397f,_0x51d839){return _0x43397f(_0x51d839);},'WkJbT':_0x3d7688(0x251),'nKZvk':function(_0x3ecb18,_0x34274a){return _0x3ecb18<=_0x34274a;},'IqrtR':function(_0x55ddff,_0x14087a){return _0x55ddff+_0x14087a;},'SRClN':function(_0x5eecc5,_0x7970ab){return _0x5eecc5+_0x7970ab;},'XDDlC':function(_0x48ec42,_0x2fc295){return _0x48ec42&&_0x2fc295;},'VeQMJ':function(_0x5c8487,_0x46a9fd,_0x51328b){return _0x5c8487(_0x46a9fd,_0x51328b);},'XReUo':function(_0x4ed649,_0x530273,_0xa5d50c){return _0x4ed649(_0x530273,_0xa5d50c);},'DjqeB':'Unknown\x20error'},{isPlaywright:_0x1e6c1a,type:_0xf2c5fb}=_0x3a8e2d['cagbg'](detectDriverType,_0x32d3cd),_0x44965e=_0x1e6c1a?global[_0x3d7688(0x1e0)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x3d7688(0x21d)](_0x3a8e2d['WkJbT']);if(!_0x44965e)return logger[_0x3d7688(0x26e)](_0x3d7688(0x25e)+_0xf2c5fb+_0x3d7688(0x223)),![];let _0x44efd9=null;for(let _0x413d15=0x1;_0x3a8e2d[_0x3d7688(0x269)](_0x413d15,_0x3a8e2d[_0x3d7688(0x239)](RETRY_CONFIG[_0x3d7688(0x216)],0x1));_0x413d15++){try{return logger[_0x3d7688(0x1f6)](_0x3d7688(0x1c9)+_0x413d15+'/'+_0x3a8e2d[_0x3d7688(0x1e1)](RETRY_CONFIG[_0x3d7688(0x216)],0x1)+'\x20('+_0xf2c5fb+')'),_0x3a8e2d[_0x3d7688(0x1ec)](_0x1e6c1a,playwrightA11yHelper)?(_0x3a8e2d[_0x3d7688(0x260)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3d7688(0x266)](_0x32d3cd,RETRY_CONFIG[_0x3d7688(0x1f8)]),await _0x3a8e2d[_0x3d7688(0x260)](withTimeout,playwrightA11yHelper[_0x3d7688(0x210)](_0x32d3cd,scripts[_0x3d7688(0x242)],_0x1c5f0c),RETRY_CONFIG[_0x3d7688(0x1f8)]),await exports[_0x3d7688(0x266)](_0x32d3cd,RETRY_CONFIG[_0x3d7688(0x1d0)])):(await exports[_0x3d7688(0x24d)](_0x32d3cd,RETRY_CONFIG['timeoutMs']),await _0x3a8e2d['XReUo'](withTimeout,_0x32d3cd[_0x3d7688(0x22d)](scripts['saveTestResults'],_0x1c5f0c),RETRY_CONFIG[_0x3d7688(0x1f8)]),await exports['setSeleniumScriptTimeout'](_0x32d3cd,RETRY_CONFIG['defaultTimeoutMs'])),logger['info']('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x413d15+'\x20('+_0xf2c5fb+')'),!![];}catch(_0x51e276){_0x44efd9=_0x51e276,logger[_0x3d7688(0x26e)](_0x3d7688(0x1c9)+_0x413d15+_0x3d7688(0x200)+_0xf2c5fb+_0x3d7688(0x21f)+_0x51e276[_0x3d7688(0x22a)]);}}return logger[_0x3d7688(0x1d5)](_0x3d7688(0x1f7)+_0xf2c5fb+_0x3d7688(0x245)+(_0x44efd9?.[_0x3d7688(0x22a)]||_0x3a8e2d[_0x3d7688(0x274)])),![];};
|
|
1
|
+
const a101_0x28b837=a101_0x1f21;(function(_0x3caf25,_0x4a6190){const _0x3cdc94=a101_0x1f21,_0x4db605=_0x3caf25();while(!![]){try{const _0x1e58ba=-parseInt(_0x3cdc94(0x1b9))/0x1+parseInt(_0x3cdc94(0x261))/0x2+parseInt(_0x3cdc94(0x1bd))/0x3+parseInt(_0x3cdc94(0x1eb))/0x4*(parseInt(_0x3cdc94(0x22b))/0x5)+-parseInt(_0x3cdc94(0x20a))/0x6+parseInt(_0x3cdc94(0x271))/0x7+-parseInt(_0x3cdc94(0x1dc))/0x8;if(_0x1e58ba===_0x4a6190)break;else _0x4db605['push'](_0x4db605['shift']());}catch(_0x567a20){_0x4db605['push'](_0x4db605['shift']());}}}(a101_0x36c0,0x5a11e));const util=require(a101_0x28b837(0x1fe)),logger=require(a101_0x28b837(0x1ba))[a101_0x28b837(0x1c7)],accessibilityHelper=require(a101_0x28b837(0x1df)),globals=require(a101_0x28b837(0x1bc)),scripts=require('./scripts'),PerformanceTester=require(a101_0x28b837(0x264)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require(a101_0x28b837(0x205));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a101_0x426cc8){logger[a101_0x28b837(0x1ca)](a101_0x28b837(0x1d0));}function a101_0x36c0(){const _0x3949f3=['executeAsyncScript','fpZrS','RQrij','Accessibility\x20retry\x20configuration\x20updated:\x20','getSession','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','setSeleniumScriptTimeout','env','script','WnpdB','driverType','scannerProcessingTimeout','allSettled','info','BtnXF','\x20completed\x20successfully.','HztTa','jdmwS','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','DIMKm','setTimeouts','nsGBP','setDefaultTimeout','kVSqm','timeouts','JZdAA','kIFYR','defaultTimeoutMs','MZRPt','Playwright','30GgnYud',',\x20cannot\x20perform\x20scan\x20with\x20retry.','performScan','warn','value','OXVyE','Unknown\x20driver/page\x20type:\x20','GRcfG','gEeGz','ms\x20using\x20setTimeouts\x20API','UxhRu','BSNnB','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','YYjIs','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','getAccessibilityResultsWithRetry','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','unknown_method','isPlaywright','accessibilityPlatform','ms\x20using\x20setScriptTimeout\x20API','stringify','uKAjd','constructor','LDoip','getAccessibilityModule','reason','AkeLt','scanSucceeded','Accessibility\x20results\x20retrieval\x20attempt\x20','UcqbV','lzpeX','type','isRunning','Page','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','Accessibility\x20scan\x20attempt\x20','bstackA11yShouldScan','mCwnY',').\x20Last\x20error:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','race','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','HNQSg','getAccessibilityResults','nFAGq','XbzpA','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','manage','DxenL','getInstance','accessibilityConfig','1069216egFtOY','__workerDetails','isAccessibilityAutomationSession','../performance/performance-tester','playwright-codecept-driver','results','UHHvj','setScriptTimeout','function','Accessibility\x20results\x20save\x20attempt\x20','PyJuu',').\x20Error:\x20','xssDC','timeoutMs','XNgeb','saveTestResults','1957935oRnoNB','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','NbsOI','wMySo','error','Unknown\x20error','SRCVy','OMUHD','getAccessibilityResultsSummary','eChWb','dDEoY','setPlaywrightScriptTimeout','jmXZQ','Gpuxr','currentTest','AvMSY','isPlaywrightPage','3001NzcuEv','../logger','fulfilled','../globals','998370ZXmYPH','xtZtI','oiVKv','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','getCurrentUrl','oKxQw','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','isSeleniumDriver','\x20-\x20not\x20applicable','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','winstonLogger','sXXhT','qrkkk','debug','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','getAccessibilityResultsSummaryWithRetry','bstackA11yScanOptions','performComprehensiveAccessibilityScanWithRetry','summary','Playwright\x20accessibility\x20helper\x20not\x20available','url','getCapabilities','):\x20','nPssj','saveAccessibilityResultsWithRetry','aZBPR','maxRetries','Fmpun','nxlss','pDNbm','hKnpQ','2178608SkzyeW','message','browserStackEvaluate','./helper',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','kQZax','rIEUr','aBuVb','getId','OGpyN','page','bLclI','name','vVQAN','\x20for\x20method:\x20','50208bOmuQo','selenium-webdriver','unknown','RyMAi','qFyYx','heumb','MRjht','Thwye','kqIOC','dKwMB','evaluate','vMBBd','getGlobal','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','Comprehensive\x20accessibility\x20scan\x20failed\x20(','\x20failed\x20(','RgmJP','isAccessibilityPlatform','performScanWithRetry','util','zXsfX','TgYdC',')\x20with\x20error:\x20','status','measureWrapper','rejected','../../bin/v2/browserstackCLI','browserstackSessionName','Skipping\x20timeout\x20setting\x20for\x20',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','3468972EqbVmC','max','getRetryConfig'];a101_0x36c0=function(){return _0x3949f3;};return a101_0x36c0();}const a101_0x574371={};a101_0x574371[a101_0x28b837(0x1d7)]=0x1,a101_0x574371['timeoutMs']=0x7530,a101_0x574371['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a101_0x574371,setConfigTimeout=(_0x511750,_0x570299=null)=>{const _0x471193=a101_0x28b837,_0x2e115d={'AvMSY':function(_0x9f9864,_0x4476b1){return _0x9f9864===_0x4476b1;},'qFyYx':_0x471193(0x218),'JZdAA':function(_0x59f657,_0x238226){return _0x59f657===_0x238226;},'kIFYR':function(_0x3d1558,_0x75f0e4){return _0x3d1558*_0x75f0e4;},'nxlss':function(_0x138b0b,_0x4b5546){return _0x138b0b(_0x4b5546);}};if(BrowserstackCLI[_0x471193(0x25f)]()[_0x471193(0x24c)]()&&BrowserstackCLI[_0x471193(0x25f)]()['getAccessibilityModule']()){const _0x21c2be=BrowserstackCLI[_0x471193(0x25f)]()[_0x471193(0x244)]()[_0x471193(0x260)],_0x29d31a=_0x21c2be['options']['capabilitiesList']||[];for(const _0x210ca1 of _0x29d31a){_0x2e115d[_0x471193(0x1b7)](_0x210ca1['name'],_0x2e115d[_0x471193(0x1ef)])&&_0x2e115d[_0x471193(0x226)](_0x570299,null)&&(_0x511750['timeoutMs']=_0x2e115d[_0x471193(0x227)](_0x2e115d[_0x471193(0x1d9)](parseInt,_0x210ca1[_0x471193(0x22f)]),0x3e8));}}else process[_0x471193(0x214)][_0x471193(0x255)]&&(_0x511750[_0x471193(0x26e)]=_0x2e115d[_0x471193(0x227)](_0x2e115d[_0x471193(0x1d9)](parseInt,process[_0x471193(0x214)][_0x471193(0x255)]),0x3e8));},detectDriverType=_0x1ca44d=>{const _0x2f2445=a101_0x28b837,_0x1a10e1={};_0x1a10e1[_0x2f2445(0x1fb)]=_0x2f2445(0x1ed),_0x1a10e1[_0x2f2445(0x258)]=function(_0x1259ac,_0xcf8fc8){return _0x1259ac===_0xcf8fc8;},_0x1a10e1['uKAjd']=_0x2f2445(0x269),_0x1a10e1['OXVyE']=function(_0x17676f,_0x3138c7){return _0x17676f===_0x3138c7;},_0x1a10e1[_0x2f2445(0x1f4)]='playwright-page',_0x1a10e1['zLTHs']=function(_0x40c4f0,_0x51d4e7){return _0x40c4f0===_0x51d4e7;},_0x1a10e1[_0x2f2445(0x24a)]=function(_0x4114ff,_0x2eac62){return _0x4114ff===_0x2eac62;},_0x1a10e1[_0x2f2445(0x1f6)]='selenium-webdriver',_0x1a10e1[_0x2f2445(0x1d6)]=_0x2f2445(0x24d),_0x1a10e1[_0x2f2445(0x20e)]=function(_0x1847a8,_0x48a60c){return _0x1847a8===_0x48a60c;},_0x1a10e1[_0x2f2445(0x278)]='WebDriver',_0x1a10e1['PyJuu']=_0x2f2445(0x22a),_0x1a10e1['sFbXB']=_0x2f2445(0x265),_0x1a10e1[_0x2f2445(0x1f3)]=function(_0x13c18d,_0x2b8191){return _0x13c18d||_0x2b8191;},_0x1a10e1[_0x2f2445(0x224)]='undefined';const _0x3adbfa=_0x1a10e1;if(!_0x1ca44d){const _0x147ae0={};return _0x147ae0[_0x2f2445(0x23d)]=![],_0x147ae0[_0x2f2445(0x24b)]=_0x3adbfa[_0x2f2445(0x1fb)],_0x147ae0;}if(_0x3adbfa['HNQSg'](typeof _0x1ca44d[_0x2f2445(0x1f5)],_0x3adbfa['uKAjd'])&&_0x3adbfa['OXVyE'](typeof _0x1ca44d[_0x2f2445(0x1d1)],_0x3adbfa[_0x2f2445(0x241)])&&_0x3adbfa[_0x2f2445(0x230)](typeof _0x1ca44d['goto'],_0x3adbfa[_0x2f2445(0x241)])){const _0xb031d1={};return _0xb031d1['isPlaywright']=!![],_0xb031d1[_0x2f2445(0x24b)]=_0x3adbfa[_0x2f2445(0x1f4)],_0xb031d1;}if(_0x3adbfa['zLTHs'](typeof _0x1ca44d[_0x2f2445(0x20d)],_0x3adbfa['uKAjd'])&&_0x3adbfa[_0x2f2445(0x24a)](typeof _0x1ca44d[_0x2f2445(0x1d2)],_0x3adbfa[_0x2f2445(0x241)])){const _0x3b990f={};return _0x3b990f['isPlaywright']=![],_0x3b990f[_0x2f2445(0x24b)]=_0x3adbfa[_0x2f2445(0x1f6)],_0x3b990f;}const _0x2c4238=_0x1ca44d[_0x2f2445(0x242)]?.[_0x2f2445(0x1e8)];if(_0x3adbfa[_0x2f2445(0x230)](_0x2c4238,_0x3adbfa[_0x2f2445(0x1d6)])){const _0x1d76cf={};return _0x1d76cf[_0x2f2445(0x23d)]=!![],_0x1d76cf[_0x2f2445(0x24b)]=_0x3adbfa[_0x2f2445(0x1f4)],_0x1d76cf;}if(_0x3adbfa[_0x2f2445(0x20e)](_0x2c4238,_0x3adbfa[_0x2f2445(0x278)])){const _0x4d07ab={};return _0x4d07ab[_0x2f2445(0x23d)]=![],_0x4d07ab['type']=_0x3adbfa[_0x2f2445(0x1f6)],_0x4d07ab;}if(_0x3adbfa['zLTHs'](_0x2c4238,_0x3adbfa[_0x2f2445(0x26b)])){const _0x3e554a={};return _0x3e554a[_0x2f2445(0x23d)]=!![],_0x3e554a['type']=_0x3adbfa['sFbXB'],_0x3e554a;}logger['warn'](_0x2f2445(0x231)+_0x3adbfa[_0x2f2445(0x1f3)](_0x2c4238,_0x3adbfa['kVSqm']));const _0x2e4e4c={};return _0x2e4e4c['isPlaywright']=![],_0x2e4e4c['type']=_0x3adbfa['RgmJP'],_0x2e4e4c;},withTimeout=(_0x4f0529,_0x3a089e)=>{const _0x197470=a101_0x28b837;return Promise[_0x197470(0x256)]([_0x4f0529,new Promise((_0x1dddfa,_0x8059d4)=>setTimeout(()=>_0x8059d4(new Error('Operation\x20timed\x20out\x20after\x20'+_0x3a089e+'ms')),_0x3a089e))]);};function a101_0x1f21(_0x242f53,_0x28e0c5){const _0x36c06f=a101_0x36c0();return a101_0x1f21=function(_0x1f2186,_0x1b611a){_0x1f2186=_0x1f2186-0x1b6;let _0x5092ee=_0x36c06f[_0x1f2186];return _0x5092ee;},a101_0x1f21(_0x242f53,_0x28e0c5);}exports[a101_0x28b837(0x1fd)]=async(_0xb7e766,_0x5e3044=null,_0x40df40=null,_0x20c3a6=![],_0x15e2f0=null)=>{const _0x99e133=a101_0x28b837,_0x13d570={'jwwFn':function(_0x5b3902,_0x51e226){return _0x5b3902&&_0x51e226;},'UcqbV':function(_0x1c3371,_0x33e7eb,_0x14d8be){return _0x1c3371(_0x33e7eb,_0x14d8be);},'mCwnY':function(_0x14568a,_0x587165){return _0x14568a===_0x587165;},'DxenL':_0x99e133(0x265),'UHHvj':function(_0x12490f,_0x107b7a,_0x49ee7b){return _0x12490f(_0x107b7a,_0x49ee7b);},'BtnXF':function(_0x1b890b,_0x35faac){return _0x1b890b(_0x35faac);},'LDoip':function(_0x4c4700,_0x52f7a2){return _0x4c4700||_0x52f7a2;},'jmXZQ':_0x99e133(0x1fc),'pDNbm':function(_0x521bd5,_0x1df017){return _0x521bd5!==_0x1df017;},'TgYdC':_0x99e133(0x252),'sXXhT':function(_0x2777bf,_0x1d80a2){return _0x2777bf===_0x1d80a2;},'GRcfG':_0x99e133(0x237),'krZZQ':_0x99e133(0x23c),'XNgeb':function(_0x4ddafc,_0x3ce222){return _0x4ddafc===_0x3ce222;},'gEeGz':_0x99e133(0x269),'eChWb':function(_0x1c21b0,_0x180f0a){return _0x1c21b0<=_0x180f0a;},'vVQAN':function(_0x4b8670,_0x511973){return _0x4b8670+_0x511973;},'teXMY':_0x99e133(0x276)},{isPlaywright:_0x3a944d,type:_0x1f5c65}=_0x13d570[_0x99e133(0x21b)](detectDriverType,_0xb7e766),_0x1d93e2=_0x20c3a6?_0x13d570[_0x99e133(0x243)](_0x15e2f0,{}):global[_0x99e133(0x1cd)]||{},_0x4787ff=_0x3a944d?global[_0x99e133(0x23e)]&&(_0x20c3a6||_0x13d570['mCwnY'](global[_0x99e133(0x252)],!![])):accessibilityHelper[_0x99e133(0x263)]()&&globals[_0x99e133(0x1f7)](_0x13d570['jmXZQ'])&&(_0x20c3a6||_0x13d570[_0x99e133(0x1da)](globals[_0x99e133(0x1f7)](_0x13d570[_0x99e133(0x200)]),![]));if(!_0x4787ff)return _0x3a944d&&global[_0x99e133(0x23e)]&&_0x13d570[_0x99e133(0x253)](global[_0x99e133(0x252)],![])||!_0x3a944d&&globals[_0x99e133(0x1f7)](_0x13d570[_0x99e133(0x27d)])&&_0x13d570[_0x99e133(0x1c8)](globals[_0x99e133(0x1f7)](_0x13d570[_0x99e133(0x200)]),![])?logger[_0x99e133(0x1ca)](_0x13d570[_0x99e133(0x232)]):logger['warn'](_0x99e133(0x1c3)+_0x1f5c65+_0x99e133(0x22c)),![];const _0x29af78=_0x5e3044||global[_0x99e133(0x206)]||_0x13d570['krZZQ'];let _0x16980d=null;const _0x55ef3b={'testhub_btcer_uuid':global[_0x99e133(0x262)]?.[_0x99e133(0x1b6)]?.['id'],'url':_0x13d570[_0x99e133(0x26f)](typeof _0xb7e766[_0x99e133(0x1d1)],_0x13d570[_0x99e133(0x233)])?await _0xb7e766['url']():_0x13d570[_0x99e133(0x26f)](typeof _0xb7e766[_0x99e133(0x1c1)],_0x13d570[_0x99e133(0x233)])?await _0xb7e766[_0x99e133(0x1c1)]():'','automate_session_id':_0x13d570['mCwnY'](typeof _0xb7e766['getSession'],_0x13d570[_0x99e133(0x233)])?(await _0xb7e766[_0x99e133(0x211)]())[_0x99e133(0x1e4)]():''};for(let _0x220a84=0x1;_0x13d570[_0x99e133(0x27a)](_0x220a84,_0x13d570[_0x99e133(0x1e9)](RETRY_CONFIG[_0x99e133(0x1d7)],0x1));_0x220a84++){try{return logger['debug'](_0x99e133(0x251)+_0x220a84+'/'+_0x13d570[_0x99e133(0x1e9)](RETRY_CONFIG[_0x99e133(0x1d7)],0x1)+_0x99e133(0x1ea)+_0x29af78+'\x20('+_0x1f5c65+')'),await PerformanceTester[_0x99e133(0x203)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x206929=_0x99e133;let _0x15bf05;if(_0x13d570['jwwFn'](_0x3a944d,playwrightA11yHelper)){_0x13d570[_0x206929(0x249)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x206929(0x27c)](_0xb7e766,RETRY_CONFIG[_0x206929(0x26e)]);let _0xe0ca1e=_0xb7e766;_0x13d570[_0x206929(0x253)](_0x1f5c65,_0x13d570[_0x206929(0x25e)])&&(_0xe0ca1e=_0xb7e766[_0x206929(0x1e6)]),_0x15bf05=await _0x13d570['UcqbV'](withTimeout,playwrightA11yHelper[_0x206929(0x22d)](_0xe0ca1e,_0x29af78,_0x1d93e2),RETRY_CONFIG[_0x206929(0x26e)]),await exports[_0x206929(0x27c)](_0xb7e766,RETRY_CONFIG[_0x206929(0x228)]);}else await exports[_0x206929(0x213)](_0xb7e766,RETRY_CONFIG[_0x206929(0x26e)]),_0x15bf05=await _0x13d570[_0x206929(0x267)](withTimeout,accessibilityHelper[_0x206929(0x22d)](_0xb7e766,_0x29af78,_0x20c3a6,_0x1d93e2),RETRY_CONFIG[_0x206929(0x26e)]),await exports['setSeleniumScriptTimeout'](_0xb7e766,RETRY_CONFIG[_0x206929(0x228)]);logger[_0x206929(0x1ca)]('Scan\x20attempt\x20'+_0x220a84+_0x206929(0x21c));},{'command':_0x29af78,..._0x55ef3b})(),logger['info'](_0x99e133(0x23b)+_0x220a84+'.'),!![];}catch(_0xd97174){_0x16980d=_0xd97174,logger[_0x99e133(0x1ca)](_0x99e133(0x251)+_0x220a84+'\x20failed\x20for\x20method:\x20'+_0x29af78+'\x20('+_0x1f5c65+_0x99e133(0x26c)+_0xd97174[_0x99e133(0x1dd)]);}}return logger[_0x99e133(0x275)](_0x99e133(0x1cb)+_0x29af78+'\x20('+_0x1f5c65+_0x99e133(0x201)+(_0x16980d?.['message']||_0x13d570['teXMY'])),![];},exports[a101_0x28b837(0x23a)]=async(_0x3e4fa6,_0x1f8945)=>{const _0xd4acda=a101_0x28b837,_0x514a06={'kQZax':function(_0x8b4e8,_0x5b6b3c){return _0x8b4e8(_0x5b6b3c);},'PdGHN':_0xd4acda(0x1fc),'Dzmcu':function(_0x12e385,_0x4330a){return _0x12e385<=_0x4330a;},'OGpyN':function(_0x1c4f72,_0x52d402){return _0x1c4f72+_0x52d402;},'nFAGq':function(_0x59fe2c,_0x39d38a){return _0x59fe2c&&_0x39d38a;},'xssDC':function(_0x3d9462,_0x3dfef0,_0x2bdda6){return _0x3d9462(_0x3dfef0,_0x2bdda6);},'YgDDT':function(_0x191954,_0x4da5a7,_0x342fe5){return _0x191954(_0x4da5a7,_0x342fe5);},'JAySG':_0xd4acda(0x276)},{isPlaywright:_0x3a6be1,type:_0x245b80}=_0x514a06[_0xd4acda(0x1e1)](detectDriverType,_0x3e4fa6),_0x280806=_0x3a6be1?_0x1f8945[_0xd4acda(0x23e)]:accessibilityHelper[_0xd4acda(0x263)]()&&globals['getGlobal'](_0x514a06['PdGHN']);if(!_0x280806)return logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x245b80+_0xd4acda(0x208)),[];let _0x100ef4=null;for(let _0x22377d=0x1;_0x514a06['Dzmcu'](_0x22377d,_0x514a06[_0xd4acda(0x1e5)](RETRY_CONFIG[_0xd4acda(0x1d7)],0x1));_0x22377d++){try{logger[_0xd4acda(0x1ca)](_0xd4acda(0x248)+_0x22377d+'/'+_0x514a06['OGpyN'](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x245b80+')');let _0x55a52d;return _0x514a06[_0xd4acda(0x25a)](_0x3a6be1,playwrightA11yHelper)?(_0x514a06[_0xd4acda(0x26d)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x3e4fa6,RETRY_CONFIG[_0xd4acda(0x26e)]),_0x55a52d=await _0x514a06['YgDDT'](withTimeout,playwrightA11yHelper[_0xd4acda(0x259)](_0x3e4fa6),RETRY_CONFIG[_0xd4acda(0x26e)]),await exports['setPlaywrightScriptTimeout'](_0x3e4fa6,RETRY_CONFIG[_0xd4acda(0x228)])):(await exports[_0xd4acda(0x213)](_0x3e4fa6,RETRY_CONFIG[_0xd4acda(0x26e)]),_0x55a52d=await _0x514a06['YgDDT'](withTimeout,accessibilityHelper[_0xd4acda(0x259)](_0x3e4fa6,_0x1f8945),RETRY_CONFIG[_0xd4acda(0x26e)]),await exports[_0xd4acda(0x213)](_0x3e4fa6,RETRY_CONFIG[_0xd4acda(0x228)])),logger[_0xd4acda(0x21a)](_0xd4acda(0x25c)+_0x22377d+'\x20('+_0x245b80+')'),_0x55a52d;}catch(_0x58515d){_0x100ef4=_0x58515d,logger[_0xd4acda(0x22e)](_0xd4acda(0x248)+_0x22377d+_0xd4acda(0x1fa)+_0x245b80+_0xd4acda(0x26c)+_0x58515d[_0xd4acda(0x1dd)]);}}return logger['error']('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x245b80+').\x20Last\x20error:\x20'+(_0x100ef4?.[_0xd4acda(0x1dd)]||_0x514a06['JAySG'])),[];},exports[a101_0x28b837(0x1cc)]=async(_0x5a5f48,_0x19d06d)=>{const _0x3cba64=a101_0x28b837,_0x568bce={'qrkkk':function(_0x82978f,_0x3a7ec5){return _0x82978f(_0x3a7ec5);},'rwXvV':_0x3cba64(0x1fc),'Gpuxr':function(_0x2fcc1b,_0x103532){return _0x2fcc1b<=_0x103532;},'xtZtI':function(_0x2c1ec8,_0x4b10ec){return _0x2c1ec8+_0x4b10ec;},'wMySo':function(_0x5bdca2,_0x11d7d6){return _0x5bdca2&&_0x11d7d6;},'Thwye':function(_0x59480f,_0xd04705,_0x143e64){return _0x59480f(_0xd04705,_0x143e64);},'nPssj':function(_0x570693,_0x56feb5,_0x43f44d){return _0x570693(_0x56feb5,_0x43f44d);},'UxhRu':_0x3cba64(0x276)},{isPlaywright:_0x37f5df,type:_0x287e20}=_0x568bce[_0x3cba64(0x1c9)](detectDriverType,_0x5a5f48),_0x4a4a87=_0x37f5df?_0x19d06d['accessibilityPlatform']:accessibilityHelper[_0x3cba64(0x263)]()&&globals[_0x3cba64(0x1f7)](_0x568bce['rwXvV']);if(!_0x4a4a87)return logger[_0x3cba64(0x22e)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x287e20+_0x3cba64(0x1e0)),{};let _0x704e93=null;for(let _0x3068c9=0x1;_0x568bce[_0x3cba64(0x27e)](_0x3068c9,_0x568bce['xtZtI'](RETRY_CONFIG[_0x3cba64(0x1d7)],0x1));_0x3068c9++){try{logger[_0x3cba64(0x1ca)](_0x3cba64(0x212)+_0x3068c9+'/'+_0x568bce[_0x3cba64(0x1be)](RETRY_CONFIG[_0x3cba64(0x1d7)],0x1)+'\x20('+_0x287e20+')');let _0x5bc98b;return _0x568bce[_0x3cba64(0x274)](_0x37f5df,playwrightA11yHelper)?(_0x568bce['Thwye'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x5a5f48,RETRY_CONFIG['timeoutMs']),_0x5bc98b=await _0x568bce[_0x3cba64(0x1f2)](withTimeout,playwrightA11yHelper[_0x3cba64(0x279)](_0x5a5f48),RETRY_CONFIG['timeoutMs']),await exports[_0x3cba64(0x27c)](_0x5a5f48,RETRY_CONFIG[_0x3cba64(0x228)])):(await exports[_0x3cba64(0x213)](_0x5a5f48,RETRY_CONFIG[_0x3cba64(0x26e)]),_0x5bc98b=await _0x568bce[_0x3cba64(0x1d4)](withTimeout,accessibilityHelper[_0x3cba64(0x279)](_0x5a5f48,_0x19d06d),RETRY_CONFIG[_0x3cba64(0x26e)]),await exports[_0x3cba64(0x213)](_0x5a5f48,RETRY_CONFIG[_0x3cba64(0x228)])),logger[_0x3cba64(0x21a)](_0x3cba64(0x1c6)+_0x3068c9+'\x20('+_0x287e20+')'),_0x5bc98b;}catch(_0x22f5c7){_0x704e93=_0x22f5c7,logger[_0x3cba64(0x22e)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x3068c9+_0x3cba64(0x1fa)+_0x287e20+').\x20Error:\x20'+_0x22f5c7['message']);}}return logger[_0x3cba64(0x275)](_0x3cba64(0x257)+_0x287e20+').\x20Last\x20error:\x20'+(_0x704e93?.[_0x3cba64(0x1dd)]||_0x568bce[_0x3cba64(0x235)])),{};},exports[a101_0x28b837(0x1ce)]=async(_0x5cdef5,_0x4267fa,_0x57dbe7=null)=>{const _0x528c39=a101_0x28b837,_0x12af96={'jdmwS':function(_0x433eed,_0x5ada20){return _0x433eed(_0x5ada20);},'heumb':function(_0x588a9a,_0x14d5d4){return _0x588a9a===_0x14d5d4;},'BSNnB':_0x528c39(0x1bb),'MEnKU':function(_0x447fe9,_0x4e6a4f){return _0x447fe9===_0x4e6a4f;},'NbsOI':function(_0x34594e,_0x1dd615){return _0x34594e===_0x1dd615;},'SGktr':_0x528c39(0x204),'Fmpun':function(_0x2b153a,_0x146e5e){return _0x2b153a===_0x146e5e;},'cVqkf':_0x528c39(0x24e)},{isPlaywright:_0x6bbcc1,type:_0x2d6bbd}=_0x12af96[_0x528c39(0x21e)](detectDriverType,_0x5cdef5),_0x39dd77={};_0x39dd77[_0x528c39(0x247)]=![],_0x39dd77[_0x528c39(0x266)]=[],_0x39dd77[_0x528c39(0x1cf)]={},_0x39dd77[_0x528c39(0x275)]=null,_0x39dd77[_0x528c39(0x217)]=_0x2d6bbd;const _0x51814c=_0x39dd77;try{_0x51814c[_0x528c39(0x247)]=await exports[_0x528c39(0x1fd)](_0x5cdef5,_0x57dbe7);if(_0x51814c[_0x528c39(0x247)]){const [_0x122e44,_0x546c20]=await Promise[_0x528c39(0x219)]([exports['getAccessibilityResultsWithRetry'](_0x5cdef5,_0x4267fa),exports[_0x528c39(0x1cc)](_0x5cdef5,_0x4267fa)]);_0x51814c[_0x528c39(0x266)]=_0x12af96[_0x528c39(0x1f0)](_0x122e44[_0x528c39(0x202)],_0x12af96[_0x528c39(0x236)])?_0x122e44['value']:[],_0x51814c[_0x528c39(0x1cf)]=_0x12af96['MEnKU'](_0x546c20[_0x528c39(0x202)],_0x12af96[_0x528c39(0x236)])?_0x546c20[_0x528c39(0x22f)]:{},_0x12af96[_0x528c39(0x273)](_0x122e44[_0x528c39(0x202)],_0x12af96['SGktr'])&&logger[_0x528c39(0x22e)]('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x2d6bbd+_0x528c39(0x1d3)+_0x122e44['reason']?.[_0x528c39(0x1dd)]),_0x12af96[_0x528c39(0x1d8)](_0x546c20['status'],_0x12af96['SGktr'])&&logger[_0x528c39(0x22e)](_0x528c39(0x1c0)+_0x2d6bbd+_0x528c39(0x1d3)+_0x546c20[_0x528c39(0x245)]?.['message']);}}catch(_0x3040f9){_0x51814c['error']=_0x3040f9[_0x528c39(0x1dd)]||_0x12af96['cVqkf'],logger[_0x528c39(0x275)](_0x528c39(0x1f9)+_0x2d6bbd+_0x528c39(0x1d3)+_0x51814c[_0x528c39(0x275)]);}return _0x51814c;},exports['updateRetryConfig']=_0x505159=>{const _0x4da0b4=a101_0x28b837,_0x46d8cd={};_0x46d8cd[_0x4da0b4(0x238)]=function(_0x5de39b,_0x24e000){return _0x5de39b!==_0x24e000;},_0x46d8cd['HztTa']=function(_0x29df7f,_0x41136f){return _0x29df7f!==_0x41136f;};const _0x428a81=_0x46d8cd;_0x428a81[_0x4da0b4(0x238)](_0x505159[_0x4da0b4(0x1d7)],undefined)&&(RETRY_CONFIG[_0x4da0b4(0x1d7)]=Math[_0x4da0b4(0x20b)](0x0,_0x505159[_0x4da0b4(0x1d7)])),_0x428a81[_0x4da0b4(0x21d)](_0x505159[_0x4da0b4(0x26e)],undefined)&&(RETRY_CONFIG[_0x4da0b4(0x26e)]=Math['max'](0x3e8,_0x505159[_0x4da0b4(0x26e)])),logger[_0x4da0b4(0x1ca)](_0x4da0b4(0x210)+JSON[_0x4da0b4(0x240)](RETRY_CONFIG));},exports[a101_0x28b837(0x20c)]=()=>{const _0x2f65e7={...RETRY_CONFIG};return _0x2f65e7;},exports[a101_0x28b837(0x1b8)]=_0x4fb00b=>{const _0x19cc67=a101_0x28b837,_0x350814={'DIMKm':function(_0x3d3637,_0x9dcb16){return _0x3d3637(_0x9dcb16);}};return _0x350814[_0x19cc67(0x220)](detectDriverType,_0x4fb00b)[_0x19cc67(0x23d)];},exports[a101_0x28b837(0x1c4)]=_0x534304=>{const _0x37f8fe=a101_0x28b837,_0x1f66b9={'RQrij':function(_0x2d1565,_0x547f5b){return _0x2d1565(_0x547f5b);},'sjFHZ':function(_0x51a668,_0x5bf4ef){return _0x51a668===_0x5bf4ef;},'zXsfX':_0x37f8fe(0x1ec)},{isPlaywright:_0x29b96a,type:_0x1cf15c}=_0x1f66b9[_0x37f8fe(0x20f)](detectDriverType,_0x534304);return!_0x29b96a&&_0x1f66b9['sjFHZ'](_0x1cf15c,_0x1f66b9[_0x37f8fe(0x1ff)]);},exports[a101_0x28b837(0x27c)]=async(_0x1ccb71,_0x537e2a=null)=>{const _0x46a346=a101_0x28b837,_0x59057a={'SRCVy':function(_0x4af130,_0x46b229){return _0x4af130(_0x46b229);},'oiVKv':function(_0x30deef,_0x2853a3){return _0x30deef===_0x2853a3;},'XbzpA':'function'},{isPlaywright:_0x3bbfab,type:_0x4480a8}=_0x59057a[_0x46a346(0x277)](detectDriverType,_0x1ccb71);if(!_0x3bbfab)return logger['debug'](_0x46a346(0x207)+_0x4480a8+_0x46a346(0x1c5)),!![];const _0x37e577=_0x537e2a||RETRY_CONFIG[_0x46a346(0x228)];try{return _0x1ccb71&&_0x59057a[_0x46a346(0x1bf)](typeof _0x1ccb71[_0x46a346(0x223)],_0x59057a[_0x46a346(0x25b)])&&(await _0x1ccb71[_0x46a346(0x223)](_0x37e577),logger['debug'](_0x46a346(0x272)+_0x37e577+'ms')),!![];}catch(_0x311947){return logger[_0x46a346(0x22e)](_0x46a346(0x21f)+_0x311947[_0x46a346(0x1dd)]),![];}},exports['setSeleniumScriptTimeout']=async(_0x22884d,_0x49decf=null)=>{const _0x55109a=a101_0x28b837,_0x8d1e48={};_0x8d1e48[_0x55109a(0x1e2)]=_0x55109a(0x1f8),_0x8d1e48['JCLIf']=function(_0x1e8dc5,_0xa1e559){return _0x1e8dc5===_0xa1e559;},_0x8d1e48[_0x55109a(0x216)]='function',_0x8d1e48['oKxQw']=function(_0x493256,_0x2682d1){return _0x493256===_0x2682d1;},_0x8d1e48[_0x55109a(0x27b)]=function(_0x4e06f5,_0x1f68c){return _0x4e06f5===_0x1f68c;},_0x8d1e48[_0x55109a(0x1ee)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x8d1e48['MRjht']=_0x55109a(0x209);const _0x59d06b=_0x8d1e48;if(!exports[_0x55109a(0x1c4)](_0x22884d))return logger[_0x55109a(0x22e)](_0x59d06b[_0x55109a(0x1e2)]),![];const _0x1a1c71=_0x49decf||RETRY_CONFIG[_0x55109a(0x228)];try{if(_0x22884d&&_0x59d06b['JCLIf'](typeof _0x22884d[_0x55109a(0x25d)],_0x59d06b[_0x55109a(0x216)])){const _0x4f6a7f=_0x22884d[_0x55109a(0x25d)]();if(_0x4f6a7f&&_0x59d06b[_0x55109a(0x1c2)](typeof _0x4f6a7f['timeouts'],_0x59d06b[_0x55109a(0x216)]))await _0x4f6a7f[_0x55109a(0x225)]()[_0x55109a(0x268)](_0x1a1c71),logger[_0x55109a(0x1ca)](_0x55109a(0x250)+_0x1a1c71+'ms\x20using\x20timeouts()\x20API');else{if(_0x4f6a7f&&_0x59d06b[_0x55109a(0x27b)](typeof _0x4f6a7f[_0x55109a(0x221)],_0x59d06b['WnpdB'])){const _0xeedc98={};_0xeedc98[_0x55109a(0x215)]=_0x1a1c71,await _0x4f6a7f['setTimeouts'](_0xeedc98),logger[_0x55109a(0x1ca)](_0x55109a(0x250)+_0x1a1c71+_0x55109a(0x234));}else{if(_0x4f6a7f&&_0x59d06b[_0x55109a(0x1c2)](typeof _0x4f6a7f[_0x55109a(0x268)],_0x59d06b[_0x55109a(0x216)]))await _0x4f6a7f[_0x55109a(0x268)](_0x1a1c71),logger[_0x55109a(0x1ca)](_0x55109a(0x250)+_0x1a1c71+_0x55109a(0x23f));else return logger[_0x55109a(0x1ca)](_0x59d06b[_0x55109a(0x1ee)]),!![];}}}else return logger['debug'](_0x59d06b[_0x55109a(0x1f1)]),!![];return!![];}catch(_0x4952df){return logger[_0x55109a(0x22e)]('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x4952df[_0x55109a(0x1dd)]),![];}},exports[a101_0x28b837(0x1d5)]=async(_0x1ae141,_0x59ec9c)=>{const _0x8a02b2=a101_0x28b837,_0x5cb9a5={'MZRPt':function(_0x26a263,_0x42aa90){return _0x26a263(_0x42aa90);},'AkeLt':_0x8a02b2(0x1fc),'nsGBP':function(_0x4a5a31,_0x5e2a04){return _0x4a5a31<=_0x5e2a04;},'aBuVb':function(_0x23112a,_0xd69c70){return _0x23112a+_0xd69c70;},'asCzI':function(_0x2060a2,_0x144d67){return _0x2060a2+_0x144d67;},'hKnpQ':function(_0xe840bc,_0xe4836b){return _0xe840bc&&_0xe4836b;},'bLclI':function(_0x2d5b41,_0x4b4e36,_0x4d2ea4){return _0x2d5b41(_0x4b4e36,_0x4d2ea4);},'Mdzmg':_0x8a02b2(0x276)},{isPlaywright:_0x301f0f,type:_0x2973ee}=_0x5cb9a5[_0x8a02b2(0x229)](detectDriverType,_0x1ae141),_0x1bf450=_0x301f0f?global[_0x8a02b2(0x23e)]:accessibilityHelper[_0x8a02b2(0x263)]()&&globals[_0x8a02b2(0x1f7)](_0x5cb9a5[_0x8a02b2(0x246)]);if(!_0x1bf450)return logger[_0x8a02b2(0x22e)](_0x8a02b2(0x1c3)+_0x2973ee+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x58ba5b=null;for(let _0xba7429=0x1;_0x5cb9a5[_0x8a02b2(0x222)](_0xba7429,_0x5cb9a5[_0x8a02b2(0x1e3)](RETRY_CONFIG[_0x8a02b2(0x1d7)],0x1));_0xba7429++){try{return logger[_0x8a02b2(0x1ca)](_0x8a02b2(0x26a)+_0xba7429+'/'+_0x5cb9a5['asCzI'](RETRY_CONFIG[_0x8a02b2(0x1d7)],0x1)+'\x20('+_0x2973ee+')'),_0x5cb9a5[_0x8a02b2(0x1db)](_0x301f0f,playwrightA11yHelper)?(_0x5cb9a5['bLclI'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x8a02b2(0x27c)](_0x1ae141,RETRY_CONFIG[_0x8a02b2(0x26e)]),await _0x5cb9a5[_0x8a02b2(0x1e7)](withTimeout,playwrightA11yHelper[_0x8a02b2(0x1de)](_0x1ae141,scripts[_0x8a02b2(0x270)],_0x59ec9c),RETRY_CONFIG[_0x8a02b2(0x26e)]),await exports[_0x8a02b2(0x27c)](_0x1ae141,RETRY_CONFIG[_0x8a02b2(0x228)])):(await exports['setSeleniumScriptTimeout'](_0x1ae141,RETRY_CONFIG['timeoutMs']),await _0x5cb9a5[_0x8a02b2(0x1e7)](withTimeout,_0x1ae141[_0x8a02b2(0x20d)](scripts['saveTestResults'],_0x59ec9c),RETRY_CONFIG[_0x8a02b2(0x26e)]),await exports[_0x8a02b2(0x213)](_0x1ae141,RETRY_CONFIG[_0x8a02b2(0x228)])),logger[_0x8a02b2(0x21a)](_0x8a02b2(0x24f)+_0xba7429+'\x20('+_0x2973ee+')'),!![];}catch(_0x1ca9d8){_0x58ba5b=_0x1ca9d8,logger[_0x8a02b2(0x22e)](_0x8a02b2(0x26a)+_0xba7429+'\x20failed\x20('+_0x2973ee+_0x8a02b2(0x26c)+_0x1ca9d8[_0x8a02b2(0x1dd)]);}}return logger[_0x8a02b2(0x275)](_0x8a02b2(0x239)+_0x2973ee+_0x8a02b2(0x254)+(_0x58ba5b?.['message']||_0x5cb9a5['Mdzmg'])),![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a102_0x5cc539=a102_0x3f1a;function a102_0x1f70(){var _0x3efc37=['min_version_browserstack','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','API_URL','playwright-chromium','1828ImXCSz','7yCEozc','Chrome','50310bTDGhF','18.4','MINIMUM_CHROMEFORTESTING_VERSION','Safari','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','1048xjYfjP','5558924TCledy','chromium','https://accessibility.browserstack.com/api','22ZVCgqY','3149720tmlPBN','requires_chrome_options_check','6558966gAxGrc','min_version_non_browserstack','chromefortesting','100','25308470VJXIYn','1672GCyljJ','2590668HpHZSP','display_name','ACCESSIBILITY_SUPPORTED_BROWSERS'];a102_0x1f70=function(){return _0x3efc37;};return a102_0x1f70();}(function(_0x48ea00,_0x5dc2f2){var _0xe6b1f=a102_0x3f1a,_0x4e8d7b=_0x48ea00();while(!![]){try{var _0x44f402=parseInt(_0xe6b1f(0x96))/0x1*(parseInt(_0xe6b1f(0x9e))/0x2)+-parseInt(_0xe6b1f(0x8f))/0x3+-parseInt(_0xe6b1f(0x9f))/0x4+-parseInt(_0xe6b1f(0x87))/0x5+parseInt(_0xe6b1f(0x89))/0x6*(-parseInt(_0xe6b1f(0x97))/0x7)+-parseInt(_0xe6b1f(0x8e))/0x8*(parseInt(_0xe6b1f(0x99))/0x9)+-parseInt(_0xe6b1f(0x8d))/0xa*(-parseInt(_0xe6b1f(0x86))/0xb);if(_0x44f402===_0x5dc2f2)break;else _0x4e8d7b['push'](_0x4e8d7b['shift']());}catch(_0x59addb){_0x4e8d7b['push'](_0x4e8d7b['shift']());}}}(a102_0x1f70,0xd5970),exports[a102_0x5cc539(0x94)]=a102_0x5cc539(0xa1),exports[a102_0x5cc539(0x93)]='94',exports[a102_0x5cc539(0x9d)]=a102_0x5cc539(0x8c),exports[a102_0x5cc539(0x9b)]='141',exports['MINIMUM_SAFARI_VERSION']=a102_0x5cc539(0x9a));var a102_0x27d4cd={};a102_0x27d4cd[a102_0x5cc539(0x90)]=a102_0x5cc539(0x98),a102_0x27d4cd['min_version_browserstack']=0x5e,a102_0x27d4cd[a102_0x5cc539(0x8a)]=0x64,a102_0x27d4cd[a102_0x5cc539(0x88)]=!![];var a102_0x135d9f={};a102_0x135d9f['display_name']=a102_0x5cc539(0x98),a102_0x135d9f[a102_0x5cc539(0x92)]=0x5e,a102_0x135d9f[a102_0x5cc539(0x8a)]=0x64,a102_0x135d9f[a102_0x5cc539(0x88)]=!![];var a102_0x1d87e1={};a102_0x1d87e1['display_name']=a102_0x5cc539(0x98),a102_0x1d87e1[a102_0x5cc539(0x92)]=0x5e,a102_0x1d87e1[a102_0x5cc539(0x8a)]=0x64,a102_0x1d87e1['requires_chrome_options_check']=!![];var a102_0xbddfcb={};function a102_0x3f1a(_0xa3bd0e,_0x452602){var _0x1f7009=a102_0x1f70();return a102_0x3f1a=function(_0x3f1a35,_0x4c291c){_0x3f1a35=_0x3f1a35-0x86;var _0x343c69=_0x1f7009[_0x3f1a35];return _0x343c69;},a102_0x3f1a(_0xa3bd0e,_0x452602);}a102_0xbddfcb['display_name']='ChromeForTesting',a102_0xbddfcb[a102_0x5cc539(0x92)]=0x8d,a102_0xbddfcb[a102_0x5cc539(0x8a)]=0x8d,a102_0xbddfcb[a102_0x5cc539(0x88)]=!![];var a102_0x53ff24={};a102_0x53ff24[a102_0x5cc539(0x90)]=a102_0x5cc539(0x9c),a102_0x53ff24['min_version_browserstack']=18.4,a102_0x53ff24[a102_0x5cc539(0x8a)]=18.4,a102_0x53ff24[a102_0x5cc539(0x88)]=![];var a102_0x4639be={};a102_0x4639be['chrome']=a102_0x27d4cd,a102_0x4639be[a102_0x5cc539(0xa0)]=a102_0x135d9f,a102_0x4639be[a102_0x5cc539(0x95)]=a102_0x1d87e1,a102_0x4639be[a102_0x5cc539(0x8b)]=a102_0xbddfcb,a102_0x4639be['safari']=a102_0x53ff24,exports[a102_0x5cc539(0x91)]=a102_0x4639be;
|