browserstack-node-sdk 1.53.4 → 1.53.6
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
|
-
function a97_0x1557(){const _0x1f7867=['xCLlC','BvheT','Asikd','72QjMNhX','bQgFd','debug','passed','createTestFrameworkData','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','aVGhd','rlLvw','file','qEqTm','\x20from\x20compositeKey:\x20','DKFrn','RlJtl','kvmYj','length','../../../helpers/logger.js','BqsPX','update','fullName','uuid','1068426pbdfDp','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','XgAdY',',\x20hookUUID:\x20','GdMvi','createIdentifierFromJestTest','UhMTA','duration','error','pid','6MoRJDl','LNgxr','expect','retryOf','recreateIdentifierFromTestInfo','started_at','wpnYm','UHuRB','beforeAll','errors','pGOId','26005pWPUvC','KvHIw','ROpfK','isJestInternalHook','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','DQzlX','hooks','pending','_gitConfigPath','__jestCurrentTestIdentifier','toUpperCase','bBkJQ','beforeEach','getName','_gitConfigured','QkPzA','createHookData','gXNfL','push','failure','path','273508Vlcshj','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','displayName','XMcax','dHaNQ','HVluI','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','getTime','GEaKl','PzTFj','../../../helpers/test-observability/error-handler.js','crypto','HHbnR','parent','getState','pYjUA','1349960uTmNWx','testPath','OPVZc','match','reverse','ylsWd','HookRunFinished','substring','toString','failure_backtrace','asyncError','jest-circus','turOk','../TestInfo.js','UbHfy','format','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','AFTER_EACH','name','cZALe','CqqLU','getHookRunEventData','ROOT_DESCRIBE_BLOCK','test','afterAll','ifkzA','configureGit','22136gfvuBe','lXPpX','testIdentifier','getHierarchy','CRpYE','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','split','md5',',\x20testRunId:\x20','TestRunFinished','currentTest','__workerDetails','File\x20path\x20could\x20not\x20be\x20found','../../../helpers/test-observability/utils','includes','aSlOD','uzNuu','iwVuN','Exception\x20in\x20createTestFrameworkData:\x20','getRootParentFile','stack','toISOString','apply','fLkKM','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','backtrace','find','err','XGEdn','failure_type','sZHXb','zafnV','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','parse','digest','[jestUtils]\x20Created\x20identifier:\x20','startedAt','browserstack-node-agent/src/bin/jest','inspect','Unknown\x20Test','7pYdUTZ','eqAFn','failure_data','javascript','failure_reason_expanded','ZPuek','errorsDetailed','extractTestFilePath','BYZQp','type','expanded','pBNWQ','HookRunStarted','BEFORE_EACH','failed','ahQqW','2107720HEEeaP','TestRunSkipped','clearHooksMap','relative','now','iZXXi','title','EVwtl','testAnalyticsId','htYPB','root','[jestUtils]\x20No\x20test\x20object\x20provided','Exception\x20in\x20getHookRunEventData:\x20','pjTPL','[jestUtils]\x20Error\x20creating\x20identifier:\x20','failure_reason','390820OqYkDT','createJestTestIdentifier','exports','result','geIpJ','getTestIdentifier','HYWhh','getFileName','vSRQo','hook','finishedAt','Exception\x20in\x20createHookData:\x20','jest'];a97_0x1557=function(){return _0x1f7867;};return a97_0x1557();}const a97_0x29e13a=a97_0x213b;(function(_0x1817c4,_0x23474c){const _0x2583bd=a97_0x213b,_0x2147d5=_0x1817c4();while(!![]){try{const _0x18899e=parseInt(_0x2583bd(0xd9))/0x1+-parseInt(_0x2583bd(0xee))/0x2*(parseInt(_0x2583bd(0xce))/0x3)+parseInt(_0x2583bd(0x161))/0x4+parseInt(_0x2583bd(0xfe))/0x5+parseInt(_0x2583bd(0xc4))/0x6*(-parseInt(_0x2583bd(0x141))/0x7)+-parseInt(_0x2583bd(0x119))/0x8*(-parseInt(_0x2583bd(0xb0))/0x9)+parseInt(_0x2583bd(0x151))/0xa;if(_0x18899e===_0x23474c)break;else _0x2147d5['push'](_0x2147d5['shift']());}catch(_0x2623d2){_0x2147d5['push'](_0x2147d5['shift']());}}}(a97_0x1557,0x2abb7));function a97_0x213b(_0x39c9fa,_0x266bc1){const _0x1557f4=a97_0x1557();return a97_0x213b=function(_0x213bb8,_0x3e9e47){_0x213bb8=_0x213bb8-0xa8;let _0x3686d9=_0x1557f4[_0x213bb8];return _0x3686d9;},a97_0x213b(_0x39c9fa,_0x266bc1);}const path=require(a97_0x29e13a(0xed)),util=require('util'),crypto=require(a97_0x29e13a(0xf9)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require(a97_0x29e13a(0xbf))['winstonLogger'],{o11yClassErrorHandler}=require(a97_0x29e13a(0xf8)),TestInfo=require(a97_0x29e13a(0x10b)),{failureData,getFailureType}=require(a97_0x29e13a(0x126)),stackTrace=require('stack-trace'),a97_0x57b590={};a97_0x57b590[a97_0x29e13a(0xd6)]='BEFORE_ALL',a97_0x57b590[a97_0x29e13a(0x116)]='AFTER_ALL',a97_0x57b590[a97_0x29e13a(0xe5)]=a97_0x29e13a(0x14e),a97_0x57b590['afterEach']=a97_0x29e13a(0x10f);const HOOK_TYPES_MAP=a97_0x57b590,hooksMap={};class JestUtils{constructor(){const _0x2ead71=a97_0x29e13a;this['_gitConfigured']=![],this[_0x2ead71(0xe1)]=null;}async[a97_0x29e13a(0xb4)](_0x158109,_0x2fe6f0,_0x31a858='TestRunFinished',_0x42cf93=undefined){const _0x19479e=a97_0x29e13a,_0x44d336={'Asikd':_0x19479e(0xef),'ilxsH':_0x19479e(0x109),'ifkzA':function(_0xf7e7bc,_0x1fdb60){return _0xf7e7bc||_0x1fdb60;},'GdMvi':_0x19479e(0x125),'pjTPL':function(_0x1e396e,_0x3f3e94){return _0x1e396e!==_0x3f3e94;},'ROpfK':'test','HHbnR':function(_0x1090b5,_0x19a6dd){return _0x1090b5!==_0x19a6dd;},'dHaNQ':_0x19479e(0x134),'IGrNx':function(_0x98c312,_0xdd5ba7){return _0x98c312!==_0xdd5ba7;},'zafnV':_0x19479e(0xe0),'RlJtl':function(_0x226e99,_0x2daab0){return _0x226e99===_0x2daab0;},'pBNWQ':_0x19479e(0x152),'lXPpX':'skipped','BqsPX':function(_0x441845,_0x1c5c0c){return _0x441845>_0x1c5c0c;},'cZALe':_0x19479e(0x14f),'QkPzA':'passed','DKFrn':function(_0xf50e87,_0x533f8b){return _0xf50e87!==_0x533f8b;},'bQgFd':function(_0xa8a60e,_0x370127){return _0xa8a60e-_0x370127;},'fLkKM':_0x19479e(0x144),'TDPVy':function(_0x8406e8,_0x92842f){return _0x8406e8>_0x92842f;},'turOk':_0x19479e(0xac),'ylsWd':function(_0x3a9052,_0x2bc5f4){return _0x3a9052(_0x2bc5f4);},'UhMTA':function(_0x52150c,_0x487cc1){return _0x52150c===_0x487cc1;},'ZPuek':function(_0xa54f5a,_0x214684){return _0xa54f5a===_0x214684;},'sZHXb':_0x19479e(0x122),'KSXhC':function(_0x408dc4,_0x14b042){return _0x408dc4===_0x14b042;}};logger[_0x19479e(0xb2)]('Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20'+_0x31a858+',\x20testIdentifier:\x20'+_0x2fe6f0);try{if(!_0x158109)return logger[_0x19479e(0xb2)](_0x44d336[_0x19479e(0xaf)]),null;if(_0x158109['fn']&&_0x158109['fn']['toString']()[_0x19479e(0x101)](/browserstack internal helper hook/))return null;await this['configureGit']();let _0x2ef185;try{_0x2ef185=this[_0x19479e(0x12c)](_0x158109);if(_0x2ef185&&_0x2ef185[_0x19479e(0x127)](_0x44d336['ilxsH']))return null;}catch(_0x31a66f){logger[_0x19479e(0xb2)]('Failed\x20to\x20get\x20root\x20parent\x20file:\x20'+util[_0x19479e(0x10d)](_0x31a66f)),_0x2ef185=null;}const _0x17440e=this[_0x19479e(0x11c)](_0x158109),_0x58e213=this[_0x19479e(0xe6)](_0x158109),_0x45b14b=_0x44d336[_0x19479e(0x117)](_0x2ef185,_0x44d336[_0x19479e(0xc8)]);let _0x35a6e5=[];const _0x3b6509=_0x158109['errorsDetailed']||_0x158109[_0x19479e(0xd7)];if(_0x44d336[_0x19479e(0x15e)](_0x3b6509,undefined))_0x35a6e5=[_0x3b6509,_0x44d336[_0x19479e(0xdb)]];else _0x44d336[_0x19479e(0xfa)](_0x42cf93,undefined)&&(_0x35a6e5=[_0x42cf93,_0x44d336[_0x19479e(0xf2)]]);const _0x432c9e=_0x44d336['IGrNx'](_0x3b6509,undefined)?util[_0x19479e(0x13f)](_0x3b6509[0x0]):_0x44d336[_0x19479e(0x15e)](_0x42cf93,undefined)?_0x42cf93[_0x19479e(0x106)]():undefined;let _0x4be835=_0x44d336[_0x19479e(0x138)];if(_0x44d336[_0x19479e(0xbc)](_0x31a858,_0x44d336['pBNWQ']))_0x4be835=_0x44d336[_0x19479e(0x11a)];else _0x3b6509&&_0x44d336[_0x19479e(0xc0)](_0x3b6509['length'],0x0)?_0x4be835=_0x44d336[_0x19479e(0x111)]:_0x4be835=_0x44d336[_0x19479e(0xe8)];let _0x484d38=null;if(_0x44d336[_0x19479e(0xbb)](_0x158109['duration'],undefined))_0x484d38=_0x158109[_0x19479e(0xcb)];else(_0x31a858['match'](/Finished/)||_0x31a858[_0x19479e(0x101)](/Skipped/))&&(_0x158109[_0x19479e(0xd3)]&&(_0x484d38=_0x44d336[_0x19479e(0xb1)](Date[_0x19479e(0x155)](),new Date(_0x158109[_0x19479e(0xd3)])[_0x19479e(0xf5)]())));const _0x581e10=_0x158109['fn']?_0x158109['fn']['toString']():null,_0x1ecf6c={'id':_0x2fe6f0,'uuid':_0x2fe6f0,'startedAt':_0x158109['started_at']||new Date()[_0x19479e(0x12e)](),'finishedAt':_0x31a858['match'](/Finished/)||_0x31a858[_0x19479e(0x101)](/Skipped/)?new Date()[_0x19479e(0x12e)]():null,'type':_0x44d336[_0x19479e(0xdb)],'body':{'lang':_0x44d336[_0x19479e(0x130)],'code':_0x581e10},'name':_0x58e213,'errorsDetailed':_0x44d336['TDPVy'](_0x3b6509?.[_0x19479e(0xbe)],0x0)?_0x3b6509[0x0]:_0x3b6509?_0x3b6509:undefined,'scopes':_0x17440e,'file_name':_0x45b14b,'location':_0x45b14b,'vc_filepath':this[_0x19479e(0xe1)]&&_0x2ef185?path[_0x19479e(0x154)](this[_0x19479e(0xe1)],_0x2ef185):null,'framework':_0x44d336[_0x19479e(0x10a)],'result':_0x4be835,'failure_reason':_0x432c9e,'duration_in_ms':_0x484d38,'failure':failureData['apply'](null,_0x35a6e5),'failure_type':!_0x432c9e?null:_0x44d336[_0x19479e(0x103)](getFailureType,_0x432c9e),'retry_of':_0x158109[_0x19479e(0xd1)]||null,'customRerunParam':{'rerun_name':_0x58e213}};_0x44d336[_0x19479e(0xca)](_0x31a858,_0x44d336[_0x19479e(0x14c)])&&!_0x1ecf6c[_0x19479e(0x13d)]&&(_0x1ecf6c[_0x19479e(0x13d)]=_0x1ecf6c[_0x19479e(0xaa)]);const _0x3a209b=_0x1ecf6c[_0x19479e(0xec)]&&_0x1ecf6c[_0x19479e(0xec)][0x0];return _0x3a209b&&(_0x1ecf6c[_0x19479e(0x107)]=_0x3a209b[_0x19479e(0x132)],_0x1ecf6c[_0x19479e(0x145)]=_0x3a209b[_0x19479e(0x14b)]),(_0x44d336[_0x19479e(0x146)](_0x31a858,_0x44d336[_0x19479e(0x137)])||_0x44d336['KSXhC'](_0x31a858,_0x44d336[_0x19479e(0x14c)]))&&(_0x158109['hooks']&&(_0x1ecf6c[_0x19479e(0xdf)]=_0x158109['hooks'])),_0x1ecf6c;}catch(_0x82b032){return logger['debug'](_0x19479e(0x12b)+util[_0x19479e(0x10d)](_0x82b032)),null;}}async[a97_0x29e13a(0xe9)](_0x2e0ab0,_0xbbd7ff,_0x320295,_0x5aa154){const _0x7b2030=a97_0x29e13a,_0x57cc5a={'GEaKl':_0x7b2030(0xdd),'CTbTs':_0x7b2030(0x109),'XGEdn':_0x7b2030(0x13e),'DQzlX':'unknown','rlLvw':_0x7b2030(0xe0),'PzTFj':function(_0x19659c,_0x5d838a){return _0x19659c===_0x5d838a;},'iwVuN':_0x7b2030(0x104),'jnQHS':function(_0x47ee25,_0x57988d){return _0x47ee25>_0x57988d;},'pYjUA':_0x7b2030(0x14f),'OPVZc':function(_0x512960,_0x2e3c87){return _0x512960(_0x2e3c87);},'gXNfL':_0x7b2030(0x115),'vSRQo':_0x7b2030(0xb3),'ahQqW':_0x7b2030(0xa9),'CqqLU':_0x7b2030(0x144),'iZXXi':_0x7b2030(0xac),'BvheT':function(_0x570e5b,_0x375e39){return _0x570e5b===_0x375e39;},'geIpJ':_0x7b2030(0x14d)};logger[_0x7b2030(0xb2)]('Creating\x20hook\x20data\x20for\x20eventType:\x20'+_0x320295+_0x7b2030(0xc7)+_0xbbd7ff+_0x7b2030(0x121)+_0x5aa154);try{if(!_0x2e0ab0)return logger[_0x7b2030(0xb2)](_0x57cc5a[_0x7b2030(0xf6)]),null;if(this[_0x7b2030(0xdc)](_0x2e0ab0))return null;await this[_0x7b2030(0x118)]();let _0x3a7cc6=null;try{_0x3a7cc6=this['getRootParentFile'](_0x2e0ab0);if(_0x3a7cc6&&_0x3a7cc6[_0x7b2030(0x127)](_0x57cc5a['CTbTs']))return null;if(_0x3a7cc6&&_0x3a7cc6['includes'](_0x57cc5a[_0x7b2030(0x135)]))return null;}catch(_0x76e4e8){logger[_0x7b2030(0xb2)](_0x7b2030(0xf4)+util['format'](_0x76e4e8));}const _0xdc4d2f=this[_0x7b2030(0xe6)](_0x2e0ab0),_0x2e0adf=_0x2e0ab0[_0x7b2030(0x14a)]||_0x57cc5a[_0x7b2030(0xde)],_0x32e145=HOOK_TYPES_MAP[_0x2e0adf]||_0x2e0adf[_0x7b2030(0xe3)](),_0x3ede39=_0x2e0ab0['parent']&&_0x2e0ab0[_0x7b2030(0xfb)][_0x7b2030(0x110)]?_0x2e0ab0[_0x7b2030(0xfb)][_0x7b2030(0x110)]:'';let _0x558717=_0x57cc5a[_0x7b2030(0xb7)],_0x3f56ed=null,_0x3a41b9=null,_0x4637ac=null,_0x2b0364=null;_0x57cc5a[_0x7b2030(0xf7)](_0x320295,_0x57cc5a[_0x7b2030(0x12a)])&&(_0x2b0364=new Date()[_0x7b2030(0x12e)](),_0x2e0ab0[_0x7b2030(0x147)]&&_0x57cc5a['jnQHS'](_0x2e0ab0[_0x7b2030(0x147)][_0x7b2030(0xbe)],0x0)?(_0x558717=_0x57cc5a[_0x7b2030(0xfd)],_0x3a41b9=util[_0x7b2030(0x13f)](_0x2e0ab0[_0x7b2030(0x147)][0x0]),_0x3f56ed=_0x57cc5a[_0x7b2030(0x100)](getFailureType,_0x3a41b9),_0x4637ac=failureData[_0x7b2030(0x12f)](null,[_0x2e0ab0['errorsDetailed'],_0x57cc5a[_0x7b2030(0xea)]])):_0x558717=_0x57cc5a[_0x7b2030(0xa8)]);const _0x4526fb={'uuid':_0xbbd7ff,'type':_0x57cc5a[_0x7b2030(0x150)],'hook_type':_0x32e145,'name':_0xdc4d2f,'body':{'lang':_0x57cc5a[_0x7b2030(0x112)],'code':_0x2e0ab0['fn']?_0x2e0ab0['fn'][_0x7b2030(0x106)]():null},'tags':[],'test_run_id':_0x5aa154,'scope':_0x3ede39,'scopes':[_0x3ede39],'file_name':_0x3a7cc6,'location':_0x3a7cc6,'vc_filepath':this[_0x7b2030(0xe1)]&&_0x3a7cc6?path[_0x7b2030(0x154)](this[_0x7b2030(0xe1)],_0x3a7cc6):null,'result':_0x558717,'started_at':_0x2e0ab0[_0x7b2030(0xd3)]||new Date()[_0x7b2030(0x12e)](),'finished_at':_0x2b0364,'failure_type':_0x3f56ed,'failure_reason':_0x3a41b9,'failure_data':_0x4637ac,'framework':_0x57cc5a[_0x7b2030(0x156)]};return _0x57cc5a[_0x7b2030(0xae)](_0x320295,_0x57cc5a[_0x7b2030(0x165)])&&(hooksMap[_0x5aa154]?hooksMap[_0x5aa154][_0x7b2030(0xeb)](_0x4526fb):hooksMap[_0x5aa154]=[_0x4526fb]),_0x4526fb;}catch(_0x2d29ed){return logger[_0x7b2030(0xb2)](_0x7b2030(0xab)+util[_0x7b2030(0x10d)](_0x2d29ed)),null;}}['getHookRunEventData'](_0x4dcce1,_0x3be8ad,_0x27534a){const _0x466c42=a97_0x29e13a,_0x3727bb={'qEqTm':function(_0x5df0fb,_0x5f01fd){return _0x5df0fb>_0x5f01fd;},'wfmvj':'failed','GfRvQ':function(_0xf3daf3,_0x242c10){return _0xf3daf3(_0x242c10);},'htYPB':_0x466c42(0x115),'XgAdY':_0x466c42(0xb3)};try{const _0x4d40a5=hooksMap[_0x4dcce1];if(!_0x4d40a5)return null;const _0x343143=_0x4d40a5[_0x466c42(0x133)](_0x33c7c3=>_0x33c7c3[_0x466c42(0xc3)]===_0x3be8ad);if(!_0x343143)return null;return _0x343143['finished_at']=new Date()[_0x466c42(0x12e)](),_0x27534a['errorsDetailed']&&_0x3727bb[_0x466c42(0xb9)](_0x27534a[_0x466c42(0x147)][_0x466c42(0xbe)],0x0)?(_0x343143[_0x466c42(0x164)]=_0x3727bb['wfmvj'],_0x343143[_0x466c42(0x160)]=util[_0x466c42(0x13f)](_0x27534a[_0x466c42(0x147)][0x0]),_0x343143[_0x466c42(0x136)]=_0x3727bb['GfRvQ'](getFailureType,_0x343143[_0x466c42(0x160)]),_0x343143[_0x466c42(0x143)]=failureData[_0x466c42(0x12f)](null,[_0x27534a[_0x466c42(0x147)],_0x3727bb[_0x466c42(0x15a)]])):_0x343143['result']=_0x3727bb[_0x466c42(0xc6)],_0x343143;}catch(_0x16132d){return logger[_0x466c42(0xb2)](_0x466c42(0x15d)+util[_0x466c42(0x10d)](_0x16132d)),null;}}['getName'](_0x5c205f){const _0x105201=a97_0x29e13a,_0x3d2b28={};_0x3d2b28[_0x105201(0x11d)]=function(_0x1dac50,_0x49667e){return _0x1dac50!==_0x49667e;},_0x3d2b28[_0x105201(0xd4)]=_0x105201(0x115),_0x3d2b28[_0x105201(0x10c)]=_0x105201(0x140);const _0x4fecea=_0x3d2b28;if(_0x4fecea['CRpYE'](_0x5c205f['type'],_0x4fecea[_0x105201(0xd4)]))return'\x22'+_0x5c205f[_0x105201(0x14a)]+'\x22\x20hook\x20for\x20\x22'+(_0x5c205f['parent']&&_0x5c205f[_0x105201(0xfb)][_0x105201(0x110)])+'\x22';return _0x5c205f['name']||_0x4fecea[_0x105201(0x10c)];}[a97_0x29e13a(0x11c)](_0x4a831a){const _0x374135=a97_0x29e13a,_0x5a3000={};_0x5a3000[_0x374135(0xe4)]=function(_0x49c6ef,_0x5991bf){return _0x49c6ef!==_0x5991bf;},_0x5a3000[_0x374135(0x149)]=function(_0x5c3c31,_0x1fb6bd){return _0x5c3c31!==_0x1fb6bd;},_0x5a3000[_0x374135(0xd5)]=_0x374135(0x114);const _0x3322a5=_0x5a3000,_0x54b8c6=[];if(_0x4a831a&&_0x4a831a['parent']){let _0x2fbc93=_0x4a831a[_0x374135(0xfb)];while(_0x2fbc93&&_0x2fbc93[_0x374135(0x110)]&&_0x3322a5['bBkJQ'](_0x2fbc93[_0x374135(0x110)],'')&&_0x3322a5[_0x374135(0x149)](_0x2fbc93[_0x374135(0x110)],_0x3322a5[_0x374135(0xd5)])){_0x54b8c6['push'](_0x2fbc93[_0x374135(0x110)]),_0x2fbc93=_0x2fbc93['parent'];}}return _0x54b8c6[_0x374135(0x102)](),_0x54b8c6;}[a97_0x29e13a(0x12c)](_0x567052){const _0x421de9=a97_0x29e13a;if(_0x567052[_0x421de9(0x108)])try{const _0x304bf4=stackTrace[_0x421de9(0x13a)]['call'](stackTrace,_0x567052[_0x421de9(0x108)]);if(_0x304bf4[0x0]&&_0x304bf4[0x0][_0x421de9(0x168)])return _0x304bf4[0x0][_0x421de9(0x168)]();}catch(_0x19f321){logger[_0x421de9(0xb2)](_0x421de9(0x131)+util['format'](_0x19f321));}if(_0x567052[_0x421de9(0xb8)])return _0x567052['file'];return null;}['isJestInternalHook'](_0x2386e8){const _0x489b08=a97_0x29e13a,_0x2d384b={};_0x2d384b[_0x489b08(0x158)]=_0x489b08(0x109),_0x2d384b[_0x489b08(0xf3)]=function(_0x17bb9f,_0x576814){return _0x17bb9f===_0x576814;},_0x2d384b[_0x489b08(0xbd)]=_0x489b08(0x114);const _0x41267b=_0x2d384b;try{const _0x501988=this[_0x489b08(0x12c)](_0x2386e8);if(_0x501988&&_0x501988[_0x489b08(0x127)](_0x41267b[_0x489b08(0x158)]))return!![];if(!_0x501988){const _0x513f15=_0x2386e8[_0x489b08(0xfb)]&&_0x2386e8[_0x489b08(0xfb)][_0x489b08(0x110)];if(_0x41267b[_0x489b08(0xf3)](_0x513f15,_0x41267b[_0x489b08(0xbd)]))return!![];}}catch(_0x604220){logger['debug'](_0x489b08(0x11e)+util[_0x489b08(0x10d)](_0x604220));}return![];}[a97_0x29e13a(0x166)](_0x96541d=null){const _0x22ed69=a97_0x29e13a;try{const _0x4f009e=_0x96541d||global[_0x22ed69(0x124)]||{};if(global[_0x22ed69(0xe2)])return global[_0x22ed69(0xe2)];if(_0x4f009e?.['currentTest']?.['testAnalyticsId'])return _0x4f009e[_0x22ed69(0x123)][_0x22ed69(0x159)];if(_0x4f009e?.[_0x22ed69(0x123)]?.['id'])return _0x4f009e[_0x22ed69(0x123)]['id'];return null;}catch(_0x57f768){return logger[_0x22ed69(0xb2)](_0x22ed69(0xc5)+util['format'](_0x57f768)),null;}}async[a97_0x29e13a(0x118)](){const _0x2e9362=a97_0x29e13a,_0x2ae17e={'eqAFn':function(_0x23860f){return _0x23860f();}};if(this['_gitConfigured'])return this['_gitConfigPath'];const _0x35b546=await _0x2ae17e[_0x2e9362(0x142)](getGitMetaData);_0x35b546&&(this[_0x2e9362(0xe1)]=_0x35b546[_0x2e9362(0x15b)]),this[_0x2e9362(0xe7)]=!![];}['clearHooksMap'](_0xa08d62){hooksMap[_0xa08d62]&&delete hooksMap[_0xa08d62];}[a97_0x29e13a(0x148)](_0x5b03ac){const _0x1cd496=a97_0x29e13a,_0x5f2fc4={'aSlOD':_0x1cd496(0x109),'tWvhh':function(_0x8faa6c,_0x1f0be2){return _0x8faa6c(_0x1f0be2);},'LNgxr':_0x1cd496(0xd0)};if(_0x5b03ac['file'])return _0x5b03ac['file'];if(_0x5b03ac[_0x1cd496(0x108)]){try{const _0x1a3bac=stackTrace[_0x1cd496(0x13a)](_0x5b03ac['asyncError']);if(_0x1a3bac[0x0]&&_0x1a3bac[0x0][_0x1cd496(0x168)]){const _0x3496e5=_0x1a3bac[0x0][_0x1cd496(0x168)]();if(_0x3496e5&&!_0x3496e5[_0x1cd496(0x127)](_0x5f2fc4[_0x1cd496(0x128)]))return _0x3496e5;}}catch(_0x1f4c85){logger[_0x1cd496(0xb2)](_0x1cd496(0xb5)+util[_0x1cd496(0x10d)](_0x1f4c85));}if(_0x5b03ac[_0x1cd496(0x108)][_0x1cd496(0x12d)]){const _0x55bb5c=_0x5b03ac['asyncError'][_0x1cd496(0x12d)][_0x1cd496(0x11f)]('\x0a');for(const _0x33852c of _0x55bb5c){const _0x278338=_0x33852c[_0x1cd496(0x101)](/at (.+?):\d+:\d+/);if(_0x278338&&_0x278338[0x1]&&!_0x278338[0x1][_0x1cd496(0x127)](_0x5f2fc4[_0x1cd496(0x128)]))return _0x278338[0x1];}}}let _0x5d9fe2=_0x5b03ac['parent'];while(_0x5d9fe2){if(_0x5d9fe2['file'])return _0x5d9fe2[_0x1cd496(0xb8)];if(_0x5d9fe2['asyncError'])try{const _0x321999=stackTrace[_0x1cd496(0x13a)](_0x5d9fe2[_0x1cd496(0x108)]);if(_0x321999[0x0]&&_0x321999[0x0]['getFileName']){const _0x16e56f=_0x321999[0x0][_0x1cd496(0x168)]();if(_0x16e56f&&!_0x16e56f['includes'](_0x5f2fc4[_0x1cd496(0x128)]))return _0x16e56f;}}catch(_0xace7dc){}_0x5d9fe2=_0x5d9fe2[_0x1cd496(0xfb)];}try{const _0x4b2004=_0x5f2fc4['tWvhh'](require,_0x5f2fc4[_0x1cd496(0xcf)]);if(_0x4b2004&&_0x4b2004[_0x1cd496(0xfc)]){const _0x3c63ef=_0x4b2004[_0x1cd496(0xfc)]();if(_0x3c63ef&&_0x3c63ef[_0x1cd496(0xff)])return _0x3c63ef[_0x1cd496(0xff)];}}catch(_0x26f868){logger[_0x1cd496(0xb2)]('[jestUtils]\x20expect.getState()\x20not\x20available:\x20'+util[_0x1cd496(0x10d)](_0x26f868));}return null;}[a97_0x29e13a(0x162)](_0xa91dbc){const _0x73cfce=a97_0x29e13a,_0x34685b={};_0x34685b[_0x73cfce(0x167)]=_0x73cfce(0x139),_0x34685b[_0x73cfce(0xb6)]=function(_0x218384,_0x2a3c7e){return _0x218384!==_0x2a3c7e;},_0x34685b[_0x73cfce(0x129)]=_0x73cfce(0x114),_0x34685b['XMcax']='jest-circus',_0x34685b[_0x73cfce(0xad)]=_0x73cfce(0x120),_0x34685b['EfxZO']='hex';const _0x5d5cb7=_0x34685b;try{if(!_0xa91dbc)return logger[_0x73cfce(0xcc)](_0x5d5cb7[_0x73cfce(0x167)]),null;const _0x691d68=_0xa91dbc[_0x73cfce(0xc2)]||_0xa91dbc[_0x73cfce(0x110)]||_0xa91dbc[_0x73cfce(0x157)]||_0xa91dbc[_0x73cfce(0xf0)];let _0x5e4e63=_0x691d68;if(_0xa91dbc[_0x73cfce(0xfb)]&&_0xa91dbc['parent'][_0x73cfce(0x110)]&&_0x5d5cb7[_0x73cfce(0xb6)](_0xa91dbc[_0x73cfce(0xfb)][_0x73cfce(0x110)],_0x5d5cb7['uzNuu'])){const _0x21cdb2=_0xa91dbc[_0x73cfce(0x110)]||_0xa91dbc[_0x73cfce(0x157)];_0x21cdb2&&(_0x5e4e63=_0xa91dbc[_0x73cfce(0xfb)][_0x73cfce(0x110)]+'\x20'+_0x21cdb2);}let _0xeff368=_0xa91dbc['testPath'];if(!_0xeff368&&_0xa91dbc[_0x73cfce(0x108)]){try{const _0x1e06f6=stackTrace['parse'](_0xa91dbc[_0x73cfce(0x108)]);if(_0x1e06f6[0x0]&&_0x1e06f6[0x0][_0x73cfce(0x168)]){const _0x2e9ccd=_0x1e06f6[0x0][_0x73cfce(0x168)]();_0x2e9ccd&&!_0x2e9ccd['includes'](_0x5d5cb7['XMcax'])&&(_0xeff368=_0x2e9ccd);}}catch(_0x8da7f5){logger[_0x73cfce(0xb2)](_0x73cfce(0xb5)+util['format'](_0x8da7f5));}if(!_0xeff368&&_0xa91dbc['asyncError'][_0x73cfce(0x12d)]){const _0x726cae=_0xa91dbc[_0x73cfce(0x108)][_0x73cfce(0x12d)][_0x73cfce(0x11f)]('\x0a');for(const _0x2fa85b of _0x726cae){const _0xd38a98=_0x2fa85b[_0x73cfce(0x101)](/at (.+?):\d+:\d+/);if(_0xd38a98&&_0xd38a98[0x1]&&!_0xd38a98[0x1][_0x73cfce(0x127)](_0x5d5cb7[_0x73cfce(0xf1)])){_0xeff368=_0xd38a98[0x1];break;}}}}const _0x9c4a17=_0xeff368+'::'+_0x5e4e63,_0xe7b2ca=crypto['createHash'](_0x5d5cb7[_0x73cfce(0xad)])[_0x73cfce(0xc1)](_0x9c4a17)[_0x73cfce(0x13b)](_0x5d5cb7['EfxZO'])[_0x73cfce(0x105)](0x0,0x8),_0x4970e5=process[_0x73cfce(0xcd)]+':jest-'+_0xe7b2ca;return logger[_0x73cfce(0xb2)](_0x73cfce(0x13c)+_0x4970e5+_0x73cfce(0xba)+_0x9c4a17),_0x4970e5;}catch(_0x1c64f0){return logger['error'](_0x73cfce(0x15f)+util[_0x73cfce(0x10d)](_0x1c64f0)),null;}}[a97_0x29e13a(0xc9)](_0x198616){const _0x28c2e2=a97_0x29e13a,_0x3d6489={};_0x3d6489[_0x28c2e2(0xda)]=_0x28c2e2(0x15c);const _0x380e8c=_0x3d6489;if(!_0x198616)return logger['debug'](_0x380e8c[_0x28c2e2(0xda)]),null;const _0x4689d7=this['extractTestFilePath'](_0x198616),_0x40bad3={};_0x40bad3['name']=_0x198616[_0x28c2e2(0x110)]||_0x198616['title'],_0x40bad3[_0x28c2e2(0xfb)]=_0x198616[_0x28c2e2(0xfb)],_0x40bad3[_0x28c2e2(0xff)]=_0x4689d7,_0x40bad3[_0x28c2e2(0x108)]=_0x198616[_0x28c2e2(0x108)];const _0x5b2a29=_0x40bad3;return this[_0x28c2e2(0x162)](_0x5b2a29);}[a97_0x29e13a(0xd2)](_0x5c2f80,_0x4b70fb=null){const _0x4eeba2=a97_0x29e13a,_0x22a1ff={};_0x22a1ff['pGOId']='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x3831cb=_0x22a1ff;if(!_0x5c2f80)return logger[_0x4eeba2(0xb2)](_0x3831cb[_0x4eeba2(0xd8)]),_0x4b70fb;if(_0x5c2f80[_0x4eeba2(0x11b)])return logger[_0x4eeba2(0xb2)](_0x4eeba2(0x10e)+_0x5c2f80[_0x4eeba2(0x11b)]),_0x5c2f80[_0x4eeba2(0x11b)];return this['createJestTestIdentifier'](_0x5c2f80)||_0x4b70fb;}}module[a97_0x29e13a(0x163)]=o11yClassErrorHandler(JestUtils,[a97_0x29e13a(0x118),a97_0x29e13a(0x11c),'getRootParentFile','getName',a97_0x29e13a(0xdc),a97_0x29e13a(0x166),a97_0x29e13a(0xb4),a97_0x29e13a(0xe9),a97_0x29e13a(0x113),a97_0x29e13a(0x153),a97_0x29e13a(0x148),a97_0x29e13a(0x162),a97_0x29e13a(0xc9),a97_0x29e13a(0xd2)]);
|
|
1
|
+
const a97_0x18ef75=a97_0x965f;(function(_0x3e511a,_0x272603){const _0x4411d3=a97_0x965f,_0x4e807a=_0x3e511a();while(!![]){try{const _0x1be872=-parseInt(_0x4411d3(0x94))/0x1*(parseInt(_0x4411d3(0xf0))/0x2)+parseInt(_0x4411d3(0x127))/0x3*(-parseInt(_0x4411d3(0xe7))/0x4)+-parseInt(_0x4411d3(0x141))/0x5+parseInt(_0x4411d3(0xff))/0x6*(parseInt(_0x4411d3(0x140))/0x7)+-parseInt(_0x4411d3(0xab))/0x8*(parseInt(_0x4411d3(0xd7))/0x9)+parseInt(_0x4411d3(0x9a))/0xa*(-parseInt(_0x4411d3(0x9d))/0xb)+parseInt(_0x4411d3(0x93))/0xc;if(_0x1be872===_0x272603)break;else _0x4e807a['push'](_0x4e807a['shift']());}catch(_0x5916b9){_0x4e807a['push'](_0x4e807a['shift']());}}}(a97_0x2fac,0x5a954));function a97_0x2fac(){const _0x2f24fb=['retryOf','getState','includes','seIZZ','TnmoW','asyncError','eOSLb','\x20from\x20compositeKey:\x20','failure_data','errorsDetailed','result','XNCpK','call','3519lZDsot','TEuAO','currentTest','split','expect','failure_reason','duration','getName','testPath','KwKKr','afterEach','uuid','Exception\x20in\x20createHookData:\x20','test','HookRunFinished','_gitConfigured','2480QhCSKy','md5','eyXCs','obXsq','AJPrs','createTestFrameworkData','update','HYpJv','_gitConfigPath','474654uxJIkk','crypto','DLdWr','cDADn','dPclr','gndDp','format','iYYrB','pid','rkJYH','digest','toUpperCase','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','debug','qYHOs','288gMmxcq','failure','ZcbJD','passed','testAnalyticsId','parent','XOmyL','IuWPW','length','createJestTestIdentifier','push','path','gZChB','../../../helpers/test-observability/error-handler.js','Creating\x20hook\x20data\x20for\x20eventType:\x20','aOYdO','uOYIH','beforeEach','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','unknown','startedAt','configureGit','pending','match','uOjJO','UgxRp','getTestIdentifier','file','../TestInfo.js','pNtGi','root','KiRUw','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','parse','sBoYE','[jestUtils]\x20Created\x20identifier:\x20','QknOE','toString','hooks','TestRunFinished','243BKPDua','iJruD','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','OYLzo','errors','Unknown\x20Test','exports','eFCNv','GxZjy','jmgTt',',\x20testRunId:\x20','clearHooksMap','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','isJestInternalHook','oDvGO','recreateIdentifierFromTestInfo','getHookRunEventData','MTcGN','find','wpiDK','AFSSb','afterAll','jest-circus','title','28364GolySE','2446665Ukbsmd','haOHo','UEWJJ',',\x20hookUUID:\x20','apply','vJhoD','vWazP','stack','reverse','extractTestFilePath','VtKvZ','toISOString','Exception\x20in\x20createTestFrameworkData:\x20','JaZJY','syqqv','MnSTN','__jestCurrentTestIdentifier','22098984lZVJcX','2KZbjxe','__workerDetails','nkTrB','nRZZe','ulnHz','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','110aAdBRZ','util','fdpfr','650452ROmAjs','HookRunStarted','relative','getFileName','UrwtA','uRtJB','BEFORE_EACH','LhcCU','substring','failure_backtrace','getHierarchy','type','jest',':jest-','8ELJWUP','Exception\x20in\x20getHookRunEventData:\x20','RWpgv','MXdqx','testIdentifier','getRootParentFile','getTime','BEFORE_ALL','inspect','ROOT_DESCRIBE_BLOCK','createIdentifierFromJestTest','createHookData','\x22\x20hook\x20for\x20\x22','finishedAt','started_at','javascript','vXbVp','failure_type','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','Ovpva','failed','ffqwx','name','winstonLogger','UqUFk','hex','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','fullName','hook','WEDjB','skipped'];a97_0x2fac=function(){return _0x2f24fb;};return a97_0x2fac();}const path=require(a97_0x18ef75(0x10a)),util=require(a97_0x18ef75(0x9b)),crypto=require(a97_0x18ef75(0xf1)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require('../../../helpers/logger.js')[a97_0x18ef75(0xc2)],{o11yClassErrorHandler}=require(a97_0x18ef75(0x10c)),TestInfo=require(a97_0x18ef75(0x11b)),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require('stack-trace'),a97_0x3f6504={};a97_0x3f6504['beforeAll']=a97_0x18ef75(0xb2),a97_0x3f6504[a97_0x18ef75(0x13d)]='AFTER_ALL',a97_0x3f6504[a97_0x18ef75(0x110)]=a97_0x18ef75(0xa3),a97_0x3f6504[a97_0x18ef75(0xe1)]='AFTER_EACH';function a97_0x965f(_0x4ceb88,_0x486ead){const _0x2face4=a97_0x2fac();return a97_0x965f=function(_0x965fdf,_0x228f9f){_0x965fdf=_0x965fdf-0x8b;let _0x28b13e=_0x2face4[_0x965fdf];return _0x28b13e;},a97_0x965f(_0x4ceb88,_0x486ead);}const HOOK_TYPES_MAP=a97_0x3f6504,hooksMap={};class JestUtils{constructor(){this['_gitConfigured']=![],this['_gitConfigPath']=null;}async[a97_0x18ef75(0xec)](_0x103489,_0x25f063,_0x1d0b1f=a97_0x18ef75(0x126),_0xd1940d=undefined){const _0x3cf489=a97_0x18ef75,_0x4e3b7={'HYpJv':'No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','VtKvZ':_0x3cf489(0x13e),'cvFUu':function(_0x236a35,_0x3951f6){return _0x236a35||_0x3951f6;},'cDADn':'File\x20path\x20could\x20not\x20be\x20found','jmgTt':function(_0x3210e1,_0x21e8d2){return _0x3210e1!==_0x21e8d2;},'XNCpK':_0x3cf489(0xe4),'IuWPW':function(_0x3082f8,_0x15c7d3){return _0x3082f8!==_0x15c7d3;},'Ovpva':'err','KiRUw':function(_0xbe9ad0,_0x15aa94){return _0xbe9ad0!==_0x15aa94;},'sBoYE':_0x3cf489(0x115),'WEDjB':function(_0x3b39f5,_0x20cd05){return _0x3b39f5===_0x20cd05;},'obXsq':'TestRunSkipped','QknOE':_0x3cf489(0xc9),'OYLzo':function(_0xc1d17c,_0x1ff2d3){return _0xc1d17c>_0x1ff2d3;},'LhcCU':_0x3cf489(0xbf),'eOSLb':_0x3cf489(0x102),'qYHOs':function(_0x210776,_0x1895d7){return _0x210776!==_0x1895d7;},'gndDp':function(_0x257a01,_0x4ea16e){return _0x257a01-_0x4ea16e;},'uRtJB':'javascript','KwKKr':function(_0x4f6b66,_0x18bfe7){return _0x4f6b66>_0x18bfe7;},'MFRpa':_0x3cf489(0xa9),'KjBzu':function(_0x3d6323,_0x213cdf){return _0x3d6323(_0x213cdf);},'syqqv':function(_0x2c68ff,_0x151d5b){return _0x2c68ff===_0x151d5b;},'oDvGO':function(_0x2a6526,_0xa0ef64){return _0x2a6526===_0xa0ef64;},'yDDHs':'TestRunFinished'};logger['debug'](_0x3cf489(0xfc)+_0x1d0b1f+',\x20testIdentifier:\x20'+_0x25f063);try{if(!_0x103489)return logger[_0x3cf489(0xfd)](_0x4e3b7[_0x3cf489(0xee)]),null;if(_0x103489['fn']&&_0x103489['fn'][_0x3cf489(0x124)]()[_0x3cf489(0x116)](/browserstack internal helper hook/))return null;await this[_0x3cf489(0x114)]();let _0x28474d;try{_0x28474d=this[_0x3cf489(0xb0)](_0x103489);if(_0x28474d&&_0x28474d[_0x3cf489(0xcc)](_0x4e3b7[_0x3cf489(0x8c)]))return null;}catch(_0x516385){logger[_0x3cf489(0xfd)](_0x3cf489(0x11f)+util[_0x3cf489(0xf6)](_0x516385)),_0x28474d=null;}const _0x5ed3b0=this[_0x3cf489(0xa7)](_0x103489),_0x4cb91d=this[_0x3cf489(0xde)](_0x103489),_0x8447d=_0x4e3b7['cvFUu'](_0x28474d,_0x4e3b7[_0x3cf489(0xf3)]);let _0x550698=[];const _0xee9561=_0x103489[_0x3cf489(0xd3)]||_0x103489[_0x3cf489(0x12c)];if(_0x4e3b7[_0x3cf489(0x131)](_0xee9561,undefined))_0x550698=[_0xee9561,_0x4e3b7[_0x3cf489(0xd5)]];else _0x4e3b7[_0x3cf489(0x106)](_0xd1940d,undefined)&&(_0x550698=[_0xd1940d,_0x4e3b7[_0x3cf489(0xbe)]]);const _0x556932=_0x4e3b7[_0x3cf489(0x11e)](_0xee9561,undefined)?util['inspect'](_0xee9561[0x0]):_0x4e3b7[_0x3cf489(0x106)](_0xd1940d,undefined)?_0xd1940d[_0x3cf489(0x124)]():undefined;let _0x40e5a7=_0x4e3b7[_0x3cf489(0x121)];if(_0x4e3b7[_0x3cf489(0xc8)](_0x1d0b1f,_0x4e3b7['obXsq']))_0x40e5a7=_0x4e3b7[_0x3cf489(0x123)];else _0xee9561&&_0x4e3b7[_0x3cf489(0x12b)](_0xee9561[_0x3cf489(0x107)],0x0)?_0x40e5a7=_0x4e3b7[_0x3cf489(0xa4)]:_0x40e5a7=_0x4e3b7[_0x3cf489(0xd0)];let _0x209ab6=null;if(_0x4e3b7[_0x3cf489(0xfe)](_0x103489[_0x3cf489(0xdd)],undefined))_0x209ab6=_0x103489[_0x3cf489(0xdd)];else(_0x1d0b1f[_0x3cf489(0x116)](/Finished/)||_0x1d0b1f['match'](/Skipped/))&&(_0x103489[_0x3cf489(0xb9)]&&(_0x209ab6=_0x4e3b7[_0x3cf489(0xf5)](Date['now'](),new Date(_0x103489['started_at'])[_0x3cf489(0xb1)]())));const _0x5526a9=_0x103489['fn']?_0x103489['fn'][_0x3cf489(0x124)]():null,_0x3fbb2d={'id':_0x25f063,'uuid':_0x25f063,'startedAt':_0x103489[_0x3cf489(0xb9)]||new Date()[_0x3cf489(0x8d)](),'finishedAt':_0x1d0b1f[_0x3cf489(0x116)](/Finished/)||_0x1d0b1f[_0x3cf489(0x116)](/Skipped/)?new Date()[_0x3cf489(0x8d)]():null,'type':_0x4e3b7[_0x3cf489(0xd5)],'body':{'lang':_0x4e3b7[_0x3cf489(0xa2)],'code':_0x5526a9},'name':_0x4cb91d,'errorsDetailed':_0x4e3b7[_0x3cf489(0xe0)](_0xee9561?.[_0x3cf489(0x107)],0x0)?_0xee9561[0x0]:_0xee9561?_0xee9561:undefined,'scopes':_0x5ed3b0,'file_name':_0x8447d,'location':_0x8447d,'vc_filepath':this[_0x3cf489(0xef)]&&_0x28474d?path[_0x3cf489(0x9f)](this[_0x3cf489(0xef)],_0x28474d):null,'framework':_0x4e3b7['MFRpa'],'result':_0x40e5a7,'failure_reason':_0x556932,'duration_in_ms':_0x209ab6,'failure':failureData['apply'](null,_0x550698),'failure_type':!_0x556932?null:_0x4e3b7['KjBzu'](getFailureType,_0x556932),'retry_of':_0x103489[_0x3cf489(0xca)]||null,'customRerunParam':{'rerun_name':_0x4cb91d}};_0x4e3b7[_0x3cf489(0x90)](_0x1d0b1f,_0x4e3b7[_0x3cf489(0xea)])&&!_0x3fbb2d[_0x3cf489(0x113)]&&(_0x3fbb2d[_0x3cf489(0x113)]=_0x3fbb2d[_0x3cf489(0xb8)]);const _0xbee37b=_0x3fbb2d['failure']&&_0x3fbb2d[_0x3cf489(0x100)][0x0];return _0xbee37b&&(_0x3fbb2d[_0x3cf489(0xa6)]=_0xbee37b['backtrace'],_0x3fbb2d['failure_reason_expanded']=_0xbee37b['expanded']),(_0x4e3b7[_0x3cf489(0x136)](_0x1d0b1f,_0x4e3b7['yDDHs'])||_0x4e3b7[_0x3cf489(0x90)](_0x1d0b1f,_0x4e3b7[_0x3cf489(0xea)]))&&(_0x103489[_0x3cf489(0x125)]&&(_0x3fbb2d['hooks']=_0x103489[_0x3cf489(0x125)])),_0x3fbb2d;}catch(_0x2db142){return logger[_0x3cf489(0xfd)](_0x3cf489(0x8e)+util[_0x3cf489(0xf6)](_0x2db142)),null;}}async[a97_0x18ef75(0xb6)](_0x2e36ee,_0x21f3d7,_0x1bf61a,_0x398b4b){const _0x1b19ac=a97_0x18ef75,_0x10e36c={'ZcbJD':_0x1b19ac(0x99),'AJPrs':'jest-circus','DLdWr':'browserstack-node-agent/src/bin/jest','MXdqx':_0x1b19ac(0x112),'vXbVp':_0x1b19ac(0x115),'ulnHz':function(_0x2b41ec,_0x38335d){return _0x2b41ec===_0x38335d;},'wpiDK':_0x1b19ac(0xe5),'gZChB':function(_0x4ae831,_0xb61e0f){return _0x4ae831>_0xb61e0f;},'RUMjL':'failed','AFSSb':function(_0x135b4c,_0x2fecf4){return _0x135b4c(_0x2fecf4);},'eFCNv':_0x1b19ac(0xe4),'vWazP':_0x1b19ac(0x102),'MnSTN':_0x1b19ac(0xc7),'TEuAO':_0x1b19ac(0xba),'UgxRp':_0x1b19ac(0xa9),'nkTrB':_0x1b19ac(0x9e)};logger[_0x1b19ac(0xfd)](_0x1b19ac(0x10d)+_0x1bf61a+_0x1b19ac(0x144)+_0x21f3d7+_0x1b19ac(0x132)+_0x398b4b);try{if(!_0x2e36ee)return logger[_0x1b19ac(0xfd)](_0x10e36c[_0x1b19ac(0x101)]),null;if(this[_0x1b19ac(0x135)](_0x2e36ee))return null;await this[_0x1b19ac(0x114)]();let _0x41d437=null;try{_0x41d437=this[_0x1b19ac(0xb0)](_0x2e36ee);if(_0x41d437&&_0x41d437[_0x1b19ac(0xcc)](_0x10e36c[_0x1b19ac(0xeb)]))return null;if(_0x41d437&&_0x41d437[_0x1b19ac(0xcc)](_0x10e36c[_0x1b19ac(0xf2)]))return null;}catch(_0x495bc7){logger[_0x1b19ac(0xfd)](_0x1b19ac(0x12a)+util[_0x1b19ac(0xf6)](_0x495bc7));}const _0x6bf90f=this['getName'](_0x2e36ee),_0x3d0aca=_0x2e36ee[_0x1b19ac(0xa8)]||_0x10e36c[_0x1b19ac(0xae)],_0x4909d7=HOOK_TYPES_MAP[_0x3d0aca]||_0x3d0aca[_0x1b19ac(0xfb)](),_0x223d71=_0x2e36ee[_0x1b19ac(0x104)]&&_0x2e36ee[_0x1b19ac(0x104)]['name']?_0x2e36ee[_0x1b19ac(0x104)][_0x1b19ac(0xc1)]:'';let _0x4529c1=_0x10e36c[_0x1b19ac(0xbb)],_0x55bd96=null,_0x43ed69=null,_0x719149=null,_0x293853=null;_0x10e36c[_0x1b19ac(0x98)](_0x1bf61a,_0x10e36c[_0x1b19ac(0x13b)])&&(_0x293853=new Date()[_0x1b19ac(0x8d)](),_0x2e36ee[_0x1b19ac(0xd3)]&&_0x10e36c[_0x1b19ac(0x10b)](_0x2e36ee['errorsDetailed'][_0x1b19ac(0x107)],0x0)?(_0x4529c1=_0x10e36c['RUMjL'],_0x43ed69=util['inspect'](_0x2e36ee['errorsDetailed'][0x0]),_0x55bd96=_0x10e36c[_0x1b19ac(0x13c)](getFailureType,_0x43ed69),_0x719149=failureData[_0x1b19ac(0x145)](null,[_0x2e36ee[_0x1b19ac(0xd3)],_0x10e36c[_0x1b19ac(0x12f)]])):_0x4529c1=_0x10e36c[_0x1b19ac(0x147)]);const _0x47c75f={'uuid':_0x21f3d7,'type':_0x10e36c[_0x1b19ac(0x91)],'hook_type':_0x4909d7,'name':_0x6bf90f,'body':{'lang':_0x10e36c[_0x1b19ac(0xd8)],'code':_0x2e36ee['fn']?_0x2e36ee['fn'][_0x1b19ac(0x124)]():null},'tags':[],'test_run_id':_0x398b4b,'scope':_0x223d71,'scopes':[_0x223d71],'file_name':_0x41d437,'location':_0x41d437,'vc_filepath':this['_gitConfigPath']&&_0x41d437?path[_0x1b19ac(0x9f)](this[_0x1b19ac(0xef)],_0x41d437):null,'result':_0x4529c1,'started_at':_0x2e36ee[_0x1b19ac(0xb9)]||new Date()[_0x1b19ac(0x8d)](),'finished_at':_0x293853,'failure_type':_0x55bd96,'failure_reason':_0x43ed69,'failure_data':_0x719149,'framework':_0x10e36c[_0x1b19ac(0x118)]};return _0x10e36c['ulnHz'](_0x1bf61a,_0x10e36c[_0x1b19ac(0x96)])&&(hooksMap[_0x398b4b]?hooksMap[_0x398b4b][_0x1b19ac(0x109)](_0x47c75f):hooksMap[_0x398b4b]=[_0x47c75f]),_0x47c75f;}catch(_0x45c9bb){return logger[_0x1b19ac(0xfd)](_0x1b19ac(0xe3)+util[_0x1b19ac(0xf6)](_0x45c9bb)),null;}}[a97_0x18ef75(0x138)](_0x561af2,_0x26147b,_0x57ec3d){const _0x1b71cf=a97_0x18ef75,_0x516c4e={'MTcGN':function(_0x4ab980,_0x31435e){return _0x4ab980>_0x31435e;},'uOYIH':_0x1b71cf(0xbf),'GxZjy':function(_0x591704,_0x83e786){return _0x591704(_0x83e786);},'rkJYH':_0x1b71cf(0xe4),'eyXCs':'passed'};try{const _0x47f6d9=hooksMap[_0x561af2];if(!_0x47f6d9)return null;const _0x9ec9aa=_0x47f6d9[_0x1b71cf(0x13a)](_0x197597=>_0x197597[_0x1b71cf(0xe2)]===_0x26147b);if(!_0x9ec9aa)return null;return _0x9ec9aa['finished_at']=new Date()['toISOString'](),_0x57ec3d['errorsDetailed']&&_0x516c4e[_0x1b71cf(0x139)](_0x57ec3d[_0x1b71cf(0xd3)][_0x1b71cf(0x107)],0x0)?(_0x9ec9aa[_0x1b71cf(0xd4)]=_0x516c4e[_0x1b71cf(0x10f)],_0x9ec9aa[_0x1b71cf(0xdc)]=util[_0x1b71cf(0xb3)](_0x57ec3d['errorsDetailed'][0x0]),_0x9ec9aa[_0x1b71cf(0xbc)]=_0x516c4e[_0x1b71cf(0x130)](getFailureType,_0x9ec9aa[_0x1b71cf(0xdc)]),_0x9ec9aa[_0x1b71cf(0xd2)]=failureData['apply'](null,[_0x57ec3d[_0x1b71cf(0xd3)],_0x516c4e[_0x1b71cf(0xf9)]])):_0x9ec9aa[_0x1b71cf(0xd4)]=_0x516c4e[_0x1b71cf(0xe9)],_0x9ec9aa;}catch(_0x811ea0){return logger[_0x1b71cf(0xfd)](_0x1b71cf(0xac)+util[_0x1b71cf(0xf6)](_0x811ea0)),null;}}[a97_0x18ef75(0xde)](_0x2e142e){const _0x16bcd9=a97_0x18ef75,_0x2e5c91={};_0x2e5c91[_0x16bcd9(0x146)]=function(_0x45bc7d,_0x65a483){return _0x45bc7d!==_0x65a483;},_0x2e5c91[_0x16bcd9(0x105)]=_0x16bcd9(0xe4),_0x2e5c91[_0x16bcd9(0x128)]=_0x16bcd9(0x12d);const _0x9c26ce=_0x2e5c91;if(_0x9c26ce['vJhoD'](_0x2e142e[_0x16bcd9(0xa8)],_0x9c26ce[_0x16bcd9(0x105)]))return'\x22'+_0x2e142e[_0x16bcd9(0xa8)]+_0x16bcd9(0xb7)+(_0x2e142e[_0x16bcd9(0x104)]&&_0x2e142e[_0x16bcd9(0x104)]['name'])+'\x22';return _0x2e142e[_0x16bcd9(0xc1)]||_0x9c26ce[_0x16bcd9(0x128)];}[a97_0x18ef75(0xa7)](_0xf92361){const _0x5e8c4c=a97_0x18ef75,_0x2636ee={};_0x2636ee['nRZZe']=function(_0x24bc5c,_0x39a90e){return _0x24bc5c!==_0x39a90e;},_0x2636ee[_0x5e8c4c(0x142)]=function(_0xbeff3b,_0xc38240){return _0xbeff3b!==_0xc38240;},_0x2636ee[_0x5e8c4c(0x143)]=_0x5e8c4c(0xb4);const _0x19bb72=_0x2636ee,_0x40c253=[];if(_0xf92361&&_0xf92361[_0x5e8c4c(0x104)]){let _0x2c1eb9=_0xf92361[_0x5e8c4c(0x104)];while(_0x2c1eb9&&_0x2c1eb9[_0x5e8c4c(0xc1)]&&_0x19bb72[_0x5e8c4c(0x97)](_0x2c1eb9[_0x5e8c4c(0xc1)],'')&&_0x19bb72[_0x5e8c4c(0x142)](_0x2c1eb9[_0x5e8c4c(0xc1)],_0x19bb72[_0x5e8c4c(0x143)])){_0x40c253[_0x5e8c4c(0x109)](_0x2c1eb9[_0x5e8c4c(0xc1)]),_0x2c1eb9=_0x2c1eb9['parent'];}}return _0x40c253[_0x5e8c4c(0x149)](),_0x40c253;}[a97_0x18ef75(0xb0)](_0x1487fd){const _0x338a8f=a97_0x18ef75;if(_0x1487fd[_0x338a8f(0xcf)])try{const _0x119477=stackTrace[_0x338a8f(0x120)][_0x338a8f(0xd6)](stackTrace,_0x1487fd[_0x338a8f(0xcf)]);if(_0x119477[0x0]&&_0x119477[0x0][_0x338a8f(0xa0)])return _0x119477[0x0]['getFileName']();}catch(_0x4e9eb3){logger[_0x338a8f(0xfd)](_0x338a8f(0x111)+util[_0x338a8f(0xf6)](_0x4e9eb3));}if(_0x1487fd[_0x338a8f(0x11a)])return _0x1487fd[_0x338a8f(0x11a)];return null;}[a97_0x18ef75(0x135)](_0x23261c){const _0x38e3a8=a97_0x18ef75,_0x3ad601={};_0x3ad601['iYYrB']=_0x38e3a8(0x13e),_0x3ad601[_0x38e3a8(0xad)]=function(_0xd290d2,_0x594fde){return _0xd290d2===_0x594fde;},_0x3ad601[_0x38e3a8(0xf4)]=_0x38e3a8(0xb4);const _0x300e33=_0x3ad601;try{const _0x32ad52=this['getRootParentFile'](_0x23261c);if(_0x32ad52&&_0x32ad52[_0x38e3a8(0xcc)](_0x300e33[_0x38e3a8(0xf7)]))return!![];if(!_0x32ad52){const _0xc7c52c=_0x23261c[_0x38e3a8(0x104)]&&_0x23261c['parent'][_0x38e3a8(0xc1)];if(_0x300e33['RWpgv'](_0xc7c52c,_0x300e33['dPclr']))return!![];}}catch(_0x4904a3){logger[_0x38e3a8(0xfd)](_0x38e3a8(0x134)+util[_0x38e3a8(0xf6)](_0x4904a3));}return![];}[a97_0x18ef75(0x119)](_0x351f83=null){const _0x504233=a97_0x18ef75;try{const _0x31ff4c=_0x351f83||global[_0x504233(0x95)]||{};if(global['__jestCurrentTestIdentifier'])return global[_0x504233(0x92)];if(_0x31ff4c?.['currentTest']?.[_0x504233(0x103)])return _0x31ff4c[_0x504233(0xd9)]['testAnalyticsId'];if(_0x31ff4c?.['currentTest']?.['id'])return _0x31ff4c['currentTest']['id'];return null;}catch(_0x38aa23){return logger[_0x504233(0xfd)](_0x504233(0xbd)+util[_0x504233(0xf6)](_0x38aa23)),null;}}async['configureGit'](){const _0x58eea8=a97_0x18ef75,_0xf68a8e={'TnmoW':function(_0x2ef1e3){return _0x2ef1e3();}};if(this[_0x58eea8(0xe6)])return this[_0x58eea8(0xef)];const _0x320c27=await _0xf68a8e[_0x58eea8(0xce)](getGitMetaData);_0x320c27&&(this[_0x58eea8(0xef)]=_0x320c27[_0x58eea8(0x11d)]),this[_0x58eea8(0xe6)]=!![];}['clearHooksMap'](_0x4fc4cb){hooksMap[_0x4fc4cb]&&delete hooksMap[_0x4fc4cb];}['extractTestFilePath'](_0x25b76e){const _0x271f10=a97_0x18ef75,_0x280176={'UrwtA':'jest-circus','mXWpP':function(_0x785e44,_0x3ee5fb){return _0x785e44(_0x3ee5fb);},'uOjJO':_0x271f10(0xdb)};if(_0x25b76e[_0x271f10(0x11a)])return _0x25b76e[_0x271f10(0x11a)];if(_0x25b76e[_0x271f10(0xcf)]){try{const _0x2684e3=stackTrace[_0x271f10(0x120)](_0x25b76e['asyncError']);if(_0x2684e3[0x0]&&_0x2684e3[0x0][_0x271f10(0xa0)]){const _0x14e456=_0x2684e3[0x0][_0x271f10(0xa0)]();if(_0x14e456&&!_0x14e456[_0x271f10(0xcc)](_0x280176['UrwtA']))return _0x14e456;}}catch(_0x1478a1){logger['debug'](_0x271f10(0x129)+util[_0x271f10(0xf6)](_0x1478a1));}if(_0x25b76e[_0x271f10(0xcf)][_0x271f10(0x148)]){const _0x40a9fd=_0x25b76e['asyncError'][_0x271f10(0x148)][_0x271f10(0xda)]('\x0a');for(const _0x59f167 of _0x40a9fd){const _0x40dcc0=_0x59f167[_0x271f10(0x116)](/at (.+?):\d+:\d+/);if(_0x40dcc0&&_0x40dcc0[0x1]&&!_0x40dcc0[0x1]['includes'](_0x280176[_0x271f10(0xa1)]))return _0x40dcc0[0x1];}}}let _0x3599c8=_0x25b76e[_0x271f10(0x104)];while(_0x3599c8){if(_0x3599c8[_0x271f10(0x11a)])return _0x3599c8[_0x271f10(0x11a)];if(_0x3599c8[_0x271f10(0xcf)])try{const _0x4c9e5a=stackTrace[_0x271f10(0x120)](_0x3599c8[_0x271f10(0xcf)]);if(_0x4c9e5a[0x0]&&_0x4c9e5a[0x0][_0x271f10(0xa0)]){const _0x487cf2=_0x4c9e5a[0x0][_0x271f10(0xa0)]();if(_0x487cf2&&!_0x487cf2['includes'](_0x280176[_0x271f10(0xa1)]))return _0x487cf2;}}catch(_0x4d953c){}_0x3599c8=_0x3599c8[_0x271f10(0x104)];}try{const _0x401c36=_0x280176['mXWpP'](require,_0x280176[_0x271f10(0x117)]);if(_0x401c36&&_0x401c36[_0x271f10(0xcb)]){const _0x3b45a1=_0x401c36[_0x271f10(0xcb)]();if(_0x3b45a1&&_0x3b45a1[_0x271f10(0xdf)])return _0x3b45a1[_0x271f10(0xdf)];}}catch(_0x5a6d38){logger[_0x271f10(0xfd)](_0x271f10(0xc5)+util['format'](_0x5a6d38));}return null;}[a97_0x18ef75(0x108)](_0x53ae81){const _0x53c9be=a97_0x18ef75,_0x4f3f21={};_0x4f3f21[_0x53c9be(0x11c)]='[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier',_0x4f3f21[_0x53c9be(0x8f)]=function(_0x8765f1,_0x202d67){return _0x8765f1!==_0x202d67;},_0x4f3f21[_0x53c9be(0x9c)]=_0x53c9be(0xb4),_0x4f3f21[_0x53c9be(0x10e)]=_0x53c9be(0x13e),_0x4f3f21[_0x53c9be(0xc0)]=_0x53c9be(0xe8),_0x4f3f21['UqUFk']=_0x53c9be(0xc4);const _0x21d1ce=_0x4f3f21;try{if(!_0x53ae81)return logger['error'](_0x21d1ce[_0x53c9be(0x11c)]),null;const _0x7c484b=_0x53ae81[_0x53c9be(0xc6)]||_0x53ae81['name']||_0x53ae81[_0x53c9be(0x13f)]||_0x53ae81['displayName'];let _0x4cf11c=_0x7c484b;if(_0x53ae81[_0x53c9be(0x104)]&&_0x53ae81[_0x53c9be(0x104)][_0x53c9be(0xc1)]&&_0x21d1ce[_0x53c9be(0x8f)](_0x53ae81['parent']['name'],_0x21d1ce[_0x53c9be(0x9c)])){const _0x32d537=_0x53ae81[_0x53c9be(0xc1)]||_0x53ae81['title'];_0x32d537&&(_0x4cf11c=_0x53ae81[_0x53c9be(0x104)][_0x53c9be(0xc1)]+'\x20'+_0x32d537);}let _0xfaf0f9=_0x53ae81[_0x53c9be(0xdf)];if(!_0xfaf0f9&&_0x53ae81['asyncError']){try{const _0x338326=stackTrace[_0x53c9be(0x120)](_0x53ae81[_0x53c9be(0xcf)]);if(_0x338326[0x0]&&_0x338326[0x0][_0x53c9be(0xa0)]){const _0x578fad=_0x338326[0x0][_0x53c9be(0xa0)]();_0x578fad&&!_0x578fad[_0x53c9be(0xcc)](_0x21d1ce[_0x53c9be(0x10e)])&&(_0xfaf0f9=_0x578fad);}}catch(_0x5df20f){logger[_0x53c9be(0xfd)](_0x53c9be(0x129)+util[_0x53c9be(0xf6)](_0x5df20f));}if(!_0xfaf0f9&&_0x53ae81[_0x53c9be(0xcf)][_0x53c9be(0x148)]){const _0x52b9d6=_0x53ae81[_0x53c9be(0xcf)][_0x53c9be(0x148)][_0x53c9be(0xda)]('\x0a');for(const _0x122af7 of _0x52b9d6){const _0x1c098a=_0x122af7['match'](/at (.+?):\d+:\d+/);if(_0x1c098a&&_0x1c098a[0x1]&&!_0x1c098a[0x1][_0x53c9be(0xcc)](_0x21d1ce[_0x53c9be(0x10e)])){_0xfaf0f9=_0x1c098a[0x1];break;}}}}const _0x4e71d2=_0xfaf0f9+'::'+_0x4cf11c,_0x1480db=crypto['createHash'](_0x21d1ce[_0x53c9be(0xc0)])[_0x53c9be(0xed)](_0x4e71d2)[_0x53c9be(0xfa)](_0x21d1ce[_0x53c9be(0xc3)])[_0x53c9be(0xa5)](0x0,0x8),_0x197822=process[_0x53c9be(0xf8)]+_0x53c9be(0xaa)+_0x1480db;return logger[_0x53c9be(0xfd)](_0x53c9be(0x122)+_0x197822+_0x53c9be(0xd1)+_0x4e71d2),_0x197822;}catch(_0x2f5b61){return logger['error']('[jestUtils]\x20Error\x20creating\x20identifier:\x20'+util[_0x53c9be(0xf6)](_0x2f5b61)),null;}}[a97_0x18ef75(0xb5)](_0x43ab0f){const _0x3fd349=a97_0x18ef75,_0x1a23f1={};_0x1a23f1['tFFNY']='[jestUtils]\x20No\x20test\x20object\x20provided';const _0x58923e=_0x1a23f1;if(!_0x43ab0f)return logger[_0x3fd349(0xfd)](_0x58923e['tFFNY']),null;const _0x153b78=this['extractTestFilePath'](_0x43ab0f),_0x579452={};_0x579452[_0x3fd349(0xc1)]=_0x43ab0f[_0x3fd349(0xc1)]||_0x43ab0f[_0x3fd349(0x13f)],_0x579452['parent']=_0x43ab0f[_0x3fd349(0x104)],_0x579452[_0x3fd349(0xdf)]=_0x153b78,_0x579452[_0x3fd349(0xcf)]=_0x43ab0f[_0x3fd349(0xcf)];const _0x3622fd=_0x579452;return this[_0x3fd349(0x108)](_0x3622fd);}[a97_0x18ef75(0x137)](_0x4a5fb0,_0x196e0b=null){const _0x4faaf7=a97_0x18ef75,_0x383697={};_0x383697[_0x4faaf7(0xcd)]='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x2b3a52=_0x383697;if(!_0x4a5fb0)return logger[_0x4faaf7(0xfd)](_0x2b3a52[_0x4faaf7(0xcd)]),_0x196e0b;if(_0x4a5fb0['testIdentifier'])return logger[_0x4faaf7(0xfd)]('[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20'+_0x4a5fb0[_0x4faaf7(0xaf)]),_0x4a5fb0[_0x4faaf7(0xaf)];return this[_0x4faaf7(0x108)](_0x4a5fb0)||_0x196e0b;}}module[a97_0x18ef75(0x12e)]=o11yClassErrorHandler(JestUtils,[a97_0x18ef75(0x114),a97_0x18ef75(0xa7),a97_0x18ef75(0xb0),'getName',a97_0x18ef75(0x135),a97_0x18ef75(0x119),'createTestFrameworkData',a97_0x18ef75(0xb6),a97_0x18ef75(0x138),a97_0x18ef75(0x133),a97_0x18ef75(0x8b),a97_0x18ef75(0x108),a97_0x18ef75(0xb5),a97_0x18ef75(0x137)]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';
|
|
2
|
+
'use strict';const a98_0x2626c4=a98_0x4ea3;(function(_0x2bf83f,_0x54284c){const _0x2b6924=a98_0x4ea3,_0x58816b=_0x2bf83f();while(!![]){try{const _0x54f517=-parseInt(_0x2b6924(0x140))/0x1*(-parseInt(_0x2b6924(0x155))/0x2)+parseInt(_0x2b6924(0x144))/0x3*(parseInt(_0x2b6924(0x142))/0x4)+parseInt(_0x2b6924(0x147))/0x5+parseInt(_0x2b6924(0x15b))/0x6*(-parseInt(_0x2b6924(0x145))/0x7)+parseInt(_0x2b6924(0x12a))/0x8+-parseInt(_0x2b6924(0x128))/0x9*(-parseInt(_0x2b6924(0x146))/0xa)+-parseInt(_0x2b6924(0x13f))/0xb;if(_0x54f517===_0x54284c)break;else _0x58816b['push'](_0x58816b['shift']());}catch(_0x331964){_0x58816b['push'](_0x58816b['shift']());}}}(a98_0x31c0,0xe116b));function a98_0x31c0(){const _0x3e7eeb=['modifyBrowserStackCaps','assign','useW3C','../../helpers/helper','config','handleApp','Config\x20yml\x20is\x20required','args','configuration','TFsCW','../../helpers/testhub/testhubHandler','jQLHL','parallelsPerPlatform','33575080xqBvoK','1GPSpeE','nSkSB','20KufilC','../../helpers/BrowserStackSetup','254370xTqDXn','4474204ONYsHd','3562320MDbjqM','3070110XiUvUo','forEach','getPlatformName','exports','proxySettings','\x20doesn\x27t\x20exist','hetbx','launchBuild','gWjZR','WjXXO','existsSync','uhogm','File\x20','../../helpers/performance/performance-tester','2722246BvCJpI','EVENTS','SDK_SETUP','file','../../helpers/utilities','getHubUrl','6dNVmum','isUndefined','cwd','45auFsnK','platforms','3465280FqMfAg','finalExecution','push','../test-runner','modifyBrowserStackW3CCaps','initialize','length','start'];a98_0x31c0=function(){return _0x3e7eeb;};return a98_0x31c0();}const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require(a98_0x2626c4(0x143)),helper=require(a98_0x2626c4(0x135)),PerformanceTester=require(a98_0x2626c4(0x154)),PerformanceEvents=require('../../helpers/performance/constants')[a98_0x2626c4(0x156)],utilities=require(a98_0x2626c4(0x159)),{parallelVanillaRun}=require(a98_0x2626c4(0x12d)),TestHubHandler=require(a98_0x2626c4(0x13c));function a98_0x4ea3(_0xb920a9,_0xe8496e){const _0x31c0c6=a98_0x31c0();return a98_0x4ea3=function(_0x4ea38c,_0x285989){_0x4ea38c=_0x4ea38c-0x127;let _0x4cf61e=_0x31c0c6[_0x4ea38c];return _0x4cf61e;},a98_0x4ea3(_0xb920a9,_0xe8496e);}async function run(_0x2cf48d,_0x450ed8,_0x59dab9){const _0x272fba=a98_0x2626c4,_0x2998d6={'jQLHL':'vanilla','UcCtm':function(_0x1b5e81,_0x4498db){return _0x1b5e81(_0x4498db);},'mECfg':'File\x20path\x20is\x20required','uhogm':function(_0xda1211,_0x10e69d){return _0xda1211(_0x10e69d);},'nSkSB':function(_0x480ec5,_0x2e1db3){return _0x480ec5(_0x2e1db3);},'JADjr':_0x272fba(0x138),'hetbx':function(_0x476ffd,_0x117dbc){return _0x476ffd>_0x117dbc;},'gWjZR':function(_0x12df4f,_0x73dea5){return _0x12df4f>_0x73dea5;},'WjXXO':function(_0x19a9f7,_0x3b2a4e){return _0x19a9f7*_0x3b2a4e;},'TFsCW':function(_0x2868e7,_0x419a59,_0x223bd6){return _0x2868e7(_0x419a59,_0x223bd6);}};await _0x59dab9[_0x272fba(0x12f)](_0x2cf48d),await helper[_0x272fba(0x137)](_0x59dab9[_0x272fba(0x136)]);const _0xa3b9a9=[];if(helper[_0x272fba(0x15c)](_0x2cf48d['_'][0x1]))throw _0x2998d6['UcCtm'](Error,_0x2998d6['mECfg']);const _0x558c5b=path['join'](process[_0x272fba(0x127)](),_0x2cf48d['_'][0x1]);if(!fs[_0x272fba(0x151)](_0x558c5b))throw _0x2998d6[_0x272fba(0x152)](Error,_0x272fba(0x153)+_0x2cf48d['_'][0x1]+_0x272fba(0x14c));if(!_0x59dab9[_0x272fba(0x136)])throw _0x2998d6[_0x272fba(0x141)](Error,_0x2998d6['JADjr']);const _0x1f341a=helper[_0x272fba(0x134)](_0x59dab9[_0x272fba(0x136)]);_0x59dab9['config']['platforms']&&_0x2998d6[_0x272fba(0x14d)](_0x59dab9[_0x272fba(0x136)]['platforms']['length'],0x0)&&_0x59dab9[_0x272fba(0x136)][_0x272fba(0x129)][_0x272fba(0x148)]((_0x65aea7,_0x508868)=>{const _0x434771=_0x272fba;_0x1f341a?_0xa3b9a9[_0x434771(0x12c)](helper[_0x434771(0x12e)](_0x59dab9[_0x434771(0x136)],_0x2998d6[_0x434771(0x13d)],_0x508868)):_0xa3b9a9[_0x434771(0x12c)](helper[_0x434771(0x132)](_0x59dab9['config'],_0x2998d6['jQLHL'],_0x508868));});let _0x2ed1e4,_0x2140ff;const _0x2819b9=[];if(_0x2998d6[_0x272fba(0x14f)](_0xa3b9a9[_0x272fba(0x130)],0x0))_0xa3b9a9[_0x272fba(0x148)]((_0x1109c0,_0x5a2471)=>{const _0x4eb62f=_0x272fba,_0x15cb67={};_0x15cb67['index']=_0x5a2471,_0x2ed1e4={'server':helper[_0x4eb62f(0x15a)](_0x59dab9[_0x4eb62f(0x136)]),'proxySettings':_0x59dab9[_0x4eb62f(0x136)][_0x4eb62f(0x14b)],'platform':helper[_0x4eb62f(0x149)](_0x1109c0),'platformCaps':Object[_0x4eb62f(0x133)](_0x15cb67,_0x59dab9[_0x4eb62f(0x136)][_0x4eb62f(0x129)][_0x5a2471])};const _0x5967b8={'capability':_0x1109c0,..._0x2ed1e4};_0x5967b8[_0x4eb62f(0x158)]=_0x558c5b,_0x5967b8[_0x4eb62f(0x139)]=_0x450ed8;const _0x80193={};_0x80193[_0x4eb62f(0x13a)]=_0x5967b8,_0x2140ff=_0x80193,_0x2819b9[_0x4eb62f(0x12c)](_0x2140ff);});else{let _0x485827;_0x1f341a?_0x485827=helper[_0x272fba(0x12e)](_0x59dab9['config'],_0x2998d6[_0x272fba(0x13d)],0x0):_0x485827=helper[_0x272fba(0x132)](_0x59dab9[_0x272fba(0x136)],_0x2998d6[_0x272fba(0x13d)],0x0);_0x2ed1e4={'server':helper[_0x272fba(0x15a)](_0x59dab9['config']),'proxySettings':_0x59dab9[_0x272fba(0x136)][_0x272fba(0x14b)]};const _0x2419e0={'capability':_0x485827,..._0x2ed1e4};_0x2419e0[_0x272fba(0x158)]=_0x558c5b,_0x2419e0['args']=_0x450ed8;const _0x386a80={};_0x386a80[_0x272fba(0x13a)]=_0x2419e0,_0x2140ff=_0x386a80,_0x2819b9[_0x272fba(0x12c)](_0x2140ff);}const _0x123d0c=await TestHubHandler[_0x272fba(0x14e)](_0x2998d6[_0x272fba(0x13d)],_0x59dab9),_0x59fac2=_0x2998d6[_0x272fba(0x150)](_0x59dab9[_0x272fba(0x136)][_0x272fba(0x129)][_0x272fba(0x130)]||0x1,_0x59dab9[_0x272fba(0x136)][_0x272fba(0x13e)]||0x1);PerformanceTester['end'](PerformanceEvents[_0x272fba(0x157)]),_0x2998d6[_0x272fba(0x13b)](parallelVanillaRun,_0x2819b9,_0x59fac2)['then'](_0x1592f2=>{})['finally'](async()=>{const _0x4ff283=_0x272fba;PerformanceTester[_0x4ff283(0x131)](PerformanceEvents['SDK_CLEANUP']),await utilities[_0x4ff283(0x12b)](_0x59dab9);});}module[a98_0x2626c4(0x14a)]=run;
|
package/src/browserStackSdk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a99_0x4adb1e=a99_0xb857;(function(_0xe68636,_0x47f3fc){const _0xd91952=a99_0xb857,_0x4b319e=_0xe68636();while(!![]){try{const _0x597514=-parseInt(_0xd91952(0x130))/0x1*(-parseInt(_0xd91952(0x136))/0x2)+-parseInt(_0xd91952(0x127))/0x3*(parseInt(_0xd91952(0x112))/0x4)+parseInt(_0xd91952(0x115))/0x5*(-parseInt(_0xd91952(0x131))/0x6)+parseInt(_0xd91952(0x111))/0x7+-parseInt(_0xd91952(0x12d))/0x8*(-parseInt(_0xd91952(0x133))/0x9)+parseInt(_0xd91952(0x129))/0xa*(-parseInt(_0xd91952(0x120))/0xb)+-parseInt(_0xd91952(0x11d))/0xc*(-parseInt(_0xd91952(0x128))/0xd);if(_0x597514===_0x47f3fc)break;else _0x4b319e['push'](_0x4b319e['shift']());}catch(_0x56ab11){_0x4b319e['push'](_0x4b319e['shift']());}}}(a99_0x1cfc,0x83d3c));const TestMetadata=require(a99_0x4adb1e(0x12c));function a99_0xb857(_0x29f25b,_0x58d27c){const _0x1cfc1e=a99_0x1cfc();return a99_0xb857=function(_0xb85718,_0x208cae){_0xb85718=_0xb85718-0x111;let _0x5d5c9c=_0x1cfc1e[_0xb85718];return _0x5d5c9c;},a99_0xb857(_0x29f25b,_0x58d27c);}function a99_0x1cfc(){const _0x556f56=['exports','77RiInqb','browserName','platform_version','os_version','deviceName','jZJTN','DyDXx','4701isoaai','1136681OsXUEH','837050QQMVmE','TurFz','MHABQ','./helpers/metadata','8ITuxjT','platformVersion','ciiPY','129587jOMCDU','6BBfWZE','sBYfr','3904515emQtHe','browser_version','JxxAC','4YlhHlx','setTestMetadata','device','6165978Bpvfse','1900cjynmx','getCurrentPlatform','Xjbnb','266935ifvjLs','__platformCaps','ObpUA','platformName','set','IfcGr','customVariables','mEStm','48OPknYA','Awqsk'];a99_0x1cfc=function(){return _0x556f56;};return a99_0x1cfc();}class BrowserStackSdk{static[a99_0x4adb1e(0x113)](){const _0x143d4d=a99_0x4adb1e,_0x3c9226={};_0x3c9226['jZJTN']=_0x143d4d(0x123),_0x3c9226[_0x143d4d(0x11a)]='osVersion',_0x3c9226[_0x143d4d(0x11c)]='browser',_0x3c9226[_0x143d4d(0x126)]=_0x143d4d(0x121),_0x3c9226['fQECP']=_0x143d4d(0x134),_0x3c9226['JxxAC']='browserVersion',_0x3c9226[_0x143d4d(0x117)]=_0x143d4d(0x138),_0x3c9226['sBYfr']=_0x143d4d(0x124),_0x3c9226[_0x143d4d(0x11e)]='platform',_0x3c9226['MHABQ']=_0x143d4d(0x118),_0x3c9226[_0x143d4d(0x114)]=_0x143d4d(0x122),_0x3c9226[_0x143d4d(0x12f)]=_0x143d4d(0x12e),_0x3c9226[_0x143d4d(0x12a)]=_0x143d4d(0x11b);const _0x26dfcc=_0x3c9226,_0x5d721f={};if(global[_0x143d4d(0x116)]){const _0x4fefaf=global[_0x143d4d(0x116)],_0x3b04d7=_0x4fefaf[_0x26dfcc[_0x143d4d(0x125)]]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x11a)]],_0x32ad7e=_0x4fefaf[_0x26dfcc['mEStm']]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x126)]],_0xbdd417=_0x4fefaf[_0x26dfcc['fQECP']]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x135)]],_0x53d83d=_0x4fefaf[_0x26dfcc['ObpUA']]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x132)]],_0x478c55=_0x4fefaf[_0x26dfcc[_0x143d4d(0x11e)]]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x12b)]],_0x24a415=_0x4fefaf[_0x26dfcc[_0x143d4d(0x114)]]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x12f)]];_0x4fefaf['os']&&(_0x5d721f['os']=_0x4fefaf['os']),_0x3b04d7&&(_0x5d721f[_0x26dfcc['IfcGr']]=_0x3b04d7),_0x32ad7e&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x126)]]=_0x32ad7e),_0xbdd417&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x135)]]=_0xbdd417),_0x53d83d&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x132)]]=_0x53d83d),_0x478c55&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x12b)]]=_0x478c55),_0x24a415&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x12f)]]=_0x24a415),_0x4fefaf[_0x26dfcc['TurFz']]&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x12a)]]=_0x4fefaf[_0x26dfcc[_0x143d4d(0x12a)]]);}return _0x5d721f;}static[a99_0x4adb1e(0x137)](_0xa9b1fe={}){const _0x86f5b8=a99_0x4adb1e;TestMetadata[_0x86f5b8(0x119)](_0xa9b1fe);}}module[a99_0x4adb1e(0x11f)]=BrowserStackSdk;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a100_0x15c127=a100_0x7b4e;(function(_0x5c8316,_0x188063){const _0x1d3a81=a100_0x7b4e,_0x166a99=_0x5c8316();while(!![]){try{const _0x432b06=parseInt(_0x1d3a81(0x19f))/0x1+parseInt(_0x1d3a81(0xba))/0x2*(parseInt(_0x1d3a81(0xe5))/0x3)+parseInt(_0x1d3a81(0x10a))/0x4*(parseInt(_0x1d3a81(0xf3))/0x5)+-parseInt(_0x1d3a81(0x184))/0x6+parseInt(_0x1d3a81(0x10b))/0x7+-parseInt(_0x1d3a81(0x112))/0x8+-parseInt(_0x1d3a81(0x119))/0x9*(parseInt(_0x1d3a81(0x133))/0xa);if(_0x432b06===_0x188063)break;else _0x166a99['push'](_0x166a99['shift']());}catch(_0x578b69){_0x166a99['push'](_0x166a99['shift']());}}}(a100_0x4e0c,0x81cd5));function a100_0x7b4e(_0x48e675,_0x290065){const _0x4e0cf9=a100_0x4e0c();return a100_0x7b4e=function(_0x7b4e0c,_0xdb8681){_0x7b4e0c=_0x7b4e0c-0xb2;let _0x5c286e=_0x4e0cf9[_0x7b4e0c];return _0x5c286e;},a100_0x7b4e(_0x48e675,_0x290065);}const util=require(a100_0x15c127(0xeb)),os=require('os'),path=require(a100_0x15c127(0x1a2)),{v4:uuidv4}=require(a100_0x15c127(0x107)),fs=require('fs'),constants=require(a100_0x15c127(0x10e)),logger=require(a100_0x15c127(0xbc))[a100_0x15c127(0x15d)],fileLogger=require(a100_0x15c127(0xbc))[a100_0x15c127(0x178)],{getLogDir}=require('./logger'),helper=require(a100_0x15c127(0xc5)),utilities=require('./utilities'),percyHelper=require('./percy/utils'),hubAllocator=require(a100_0x15c127(0x138)),PerformanceTester=require(a100_0x15c127(0xc4)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x15c127(0xd7)),{setPercyFlag}=require(a100_0x15c127(0x13d)),TestHubHandler=require(a100_0x15c127(0x1bb)),timeoutPromise=require(a100_0x15c127(0x1a0)),BrowserstackCLI=require(a100_0x15c127(0x1a8)),LoadTestModule=require(a100_0x15c127(0x1ac)),{getEdsInstrumentationAPIUrl}=require(a100_0x15c127(0x157)),ClientTroubleShootingService=require(a100_0x15c127(0xee));class BrowserStackSetup{constructor(_0x25485c,_0x3e8087){const _0x4dcd2d=a100_0x15c127,_0x4811d4={'muqMk':_0x4dcd2d(0x152),'gvyvg':_0x4dcd2d(0x135),'txhiI':function(_0x2b5987){return _0x2b5987();}},_0x183007=_0x4811d4[_0x4dcd2d(0x144)][_0x4dcd2d(0xb9)]('|');let _0x544b94=0x0;while(!![]){switch(_0x183007[_0x544b94++]){case'0':this[_0x4dcd2d(0xef)]=null;continue;case'1':helper[_0x4dcd2d(0x19b)](this[_0x4dcd2d(0xd8)]);continue;case'2':helper[_0x4dcd2d(0x102)](this[_0x4dcd2d(0xd8)]);continue;case'3':this[_0x4dcd2d(0xf2)]=[];continue;case'4':this[_0x4dcd2d(0xd8)]['platforms']=this[_0x4dcd2d(0xd8)][_0x4dcd2d(0xca)]||[];continue;case'5':helper['setBrowserstackInfraFromConfig'](this[_0x4dcd2d(0xd8)],this['cliConfig']);continue;case'6':this[_0x4dcd2d(0xd8)]=helper[_0x4dcd2d(0xb7)](this['configPath']);continue;case'7':if(helper['isUndefined'](this['config']))throw new Error(_0x4811d4[_0x4dcd2d(0xf1)]);continue;case'8':this[_0x4dcd2d(0x173)]=helper[_0x4dcd2d(0xe4)](_0x25485c);continue;case'9':helper[_0x4dcd2d(0x117)](this[_0x4dcd2d(0xd8)],this['cliConfig'],this[_0x4dcd2d(0x191)]);continue;case'10':this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)][_0x4dcd2d(0x18a)]=!helper[_0x4dcd2d(0x1b3)]()||helper[_0x4dcd2d(0x165)](this['config'][_0x4dcd2d(0x19c)]['skipSessionStatus']);continue;case'11':this[_0x4dcd2d(0x148)]=_0x3e8087;continue;case'12':this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)][_0x4dcd2d(0x145)]=!helper[_0x4dcd2d(0x1b3)]()||helper['isTrue'](this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)][_0x4dcd2d(0x145)]);continue;case'13':global[_0x4dcd2d(0x148)]=_0x3e8087;continue;case'14':this['percy']=null;continue;case'15':helper[_0x4dcd2d(0x13e)](this['config'],this['cliConfig'],this[_0x4dcd2d(0x191)]);continue;case'16':this[_0x4dcd2d(0x1b9)]=_0x4811d4[_0x4dcd2d(0x166)](uuidv4);continue;case'17':PerformanceTester[_0x4dcd2d(0xfa)]();continue;case'18':if(this['config']['error'])throw new Error(this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x150)]);continue;case'19':helper['normalizeTestReportingEnvVars']();continue;case'20':this[_0x4dcd2d(0xea)]={};continue;case'21':this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)]=this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)]||{};continue;case'22':this[_0x4dcd2d(0x191)]=helper[_0x4dcd2d(0x111)]();continue;case'23':this[_0x4dcd2d(0x1b4)]=helper[_0x4dcd2d(0x105)](_0x25485c);continue;}break;}}['preInitialize'](_0x50605b){const _0x5324cf=a100_0x15c127,_0x3a6fee={'AyKjk':_0x5324cf(0x140),'ypymR':function(_0x4fce6a,_0x578d06){return _0x4fce6a===_0x578d06;},'zynEZ':_0x5324cf(0x1ba),'fshDT':_0x5324cf(0x127),'cQWni':function(_0x2e413c,_0x565300){return _0x2e413c<_0x565300;},'aYvTq':function(_0x40c7d7,_0x17ad71){return _0x40c7d7(_0x17ad71);},'duzuD':'selenium-webdriver','sbbiQ':'4.5.0','KKuTk':_0x5324cf(0x114),'biTym':_0x5324cf(0x1a4),'IYQHG':_0x5324cf(0x11c),'unLlM':_0x5324cf(0xc6),'fPmqj':_0x5324cf(0x13f),'qvlkG':function(_0x33d09b,_0x496e55){return _0x33d09b!==_0x496e55;},'QpeSF':_0x5324cf(0x1a3),'VwFAR':'SIGABRT','GtoER':_0x5324cf(0x132),'casaT':_0x5324cf(0x143),'JlOBR':'beforeExit'},_0x3ec974=this[_0x5324cf(0x148)];global[_0x5324cf(0xd8)]=this[_0x5324cf(0xd8)],helper[_0x5324cf(0x128)](this['config']),this[_0x5324cf(0xc2)]=null,global[_0x5324cf(0x1b9)]=this['sdkRunId'],logger[_0x5324cf(0x180)](_0x5324cf(0x161)+this['sdkRunId']),!this[_0x5324cf(0xd8)][_0x5324cf(0x14b)]&&(this['config'][_0x5324cf(0x14b)]=this['config'][_0x5324cf(0x197)]||{});if(helper['isUndefined'](helper['getUserName'](this[_0x5324cf(0xd8)]))||helper['isUndefined'](helper[_0x5324cf(0x129)](this[_0x5324cf(0xd8)])))throw new Error(_0x3a6fee[_0x5324cf(0x1ae)]);helper[_0x5324cf(0x185)](this['config'])&&helper[_0x5324cf(0x162)](helper[_0x5324cf(0xc0)](this[_0x5324cf(0xd8)]))&&(!helper[_0x5324cf(0x162)](this[_0x5324cf(0xd8)][_0x5324cf(0x14b)])&&_0x3a6fee[_0x5324cf(0xe9)](this['config']['browserStackLocalOptions'][_0x5324cf(0x151)],Object)?!helper[_0x5324cf(0x165)](this[_0x5324cf(0xd8)][_0x5324cf(0x14b)]['skipBinaryInitialisation'])&&(this['config']['browserStackLocalOptions'][_0x5324cf(0xdf)]=helper[_0x5324cf(0x12e)]()):this['config'][_0x5324cf(0x14b)]={'localIdentifier':helper['generateLocalIdentifier']()});this[_0x5324cf(0xd8)]['browserStackLocalOptions'][_0x5324cf(0xf9)]=helper['isTrue'](this[_0x5324cf(0xd8)][_0x5324cf(0x14b)][_0x5324cf(0xf9)]),helper[_0x5324cf(0x124)](this[_0x5324cf(0xd8)]);if(_0x3a6fee['ypymR'](_0x3ec974,_0x3a6fee['zynEZ']))return;this['handleExceptions']();process[_0x5324cf(0x1bd)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x5324cf(0xd8)][_0x5324cf(0x16d)]=helper[_0x5324cf(0x165)](process['env'][_0x5324cf(0xbe)]),this[_0x5324cf(0xd8)][_0x5324cf(0x11a)]=this[_0x5324cf(0xd8)][_0x5324cf(0x11a)]||{});helper['isTurboScaleSession'](this['config'])&&(process[_0x5324cf(0x1bd)][_0x5324cf(0xbe)]=!![]);LoadTestModule[_0x5324cf(0xe3)](this[_0x5324cf(0xd8)])&&logger[_0x5324cf(0x16e)]('LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20'+this['sdkRunId']);if(!helper[_0x5324cf(0x1b3)]()){try{process[_0x5324cf(0x1bd)][_0x5324cf(0x179)]=_0x3ec974,utilities[_0x5324cf(0x186)](_0x3a6fee[_0x5324cf(0xdb)],{},this[_0x5324cf(0xd8)],this[_0x5324cf(0x148)]);}catch(_0x2f5a4d){logger[_0x5324cf(0x16e)](_0x5324cf(0x15a)+_0x2f5a4d);}return;}if(helper['requireSeleniumWebdriverCheck'](_0x3ec974)){if(global[_0x5324cf(0x146)]||global[_0x5324cf(0xc9)])return;_0x3a6fee[_0x5324cf(0x172)](_0x3a6fee[_0x5324cf(0xfc)](parseInt,helper[_0x5324cf(0xd1)](_0x3a6fee[_0x5324cf(0x10c)])),0x3)&&(this['config']['useW3C']=![]),_0x3a6fee['ypymR'](helper[_0x5324cf(0x123)](helper['getPackageVersion'](_0x3a6fee[_0x5324cf(0x10c)]),_0x3a6fee[_0x5324cf(0x130)]),0x1)&&(this['config'][_0x5324cf(0x1b8)]=!![]);}(helper[_0x5324cf(0x162)](this[_0x5324cf(0xd8)][_0x5324cf(0xca)])||helper[_0x5324cf(0x162)](this[_0x5324cf(0xd8)][_0x5324cf(0xca)][_0x5324cf(0x103)]))&&(helper['isUndefined'](this[_0x5324cf(0xd8)][_0x5324cf(0xe8)])?logger[_0x5324cf(0x180)](_0x3a6fee['KKuTk']):logger['warn'](_0x3a6fee['biTym']),this[_0x5324cf(0xd8)][_0x5324cf(0xca)]=[]);!this[_0x5324cf(0xd8)][_0x5324cf(0x19c)]&&(this[_0x5324cf(0xd8)][_0x5324cf(0x19c)]={});try{process[_0x5324cf(0x1bd)][_0x5324cf(0x179)]=_0x50605b['_'][0x0],utilities['fireFunnelTestEvent'](_0x3a6fee[_0x5324cf(0xdb)],{},this[_0x5324cf(0xd8)],this[_0x5324cf(0x148)]);}catch(_0xc6eb9c){logger[_0x5324cf(0x16e)](_0x5324cf(0x15a)+_0xc6eb9c);}!this[_0x5324cf(0xd8)][_0x5324cf(0x115)]&&logger[_0x5324cf(0x180)](constants[_0x5324cf(0xe0)]),this[_0x5324cf(0x13a)]=this[_0x5324cf(0x13a)][_0x5324cf(0x122)](this),process['on'](_0x3a6fee['IYQHG'],this[_0x5324cf(0x13a)]),process['on'](_0x3a6fee[_0x5324cf(0x13c)],this['intExitHandler']),process['on'](_0x3a6fee['fPmqj'],this['intExitHandler']),_0x3a6fee['qvlkG'](process['platform'],_0x3a6fee[_0x5324cf(0xde)])?(process['on'](_0x3a6fee['VwFAR'],this['intExitHandler']),process['on'](_0x3a6fee[_0x5324cf(0x100)],this[_0x5324cf(0x13a)])):process['on'](_0x3a6fee['casaT'],this['intExitHandler']),process['on'](_0x3a6fee[_0x5324cf(0x116)],this[_0x5324cf(0x136)]());}async[a100_0x15c127(0x170)](_0x4530c5){const _0x12612=a100_0x15c127,_0x2305a6={'XyYhI':'ats-repeater','tvZvI':_0x12612(0xbd),'ZTBsh':_0x12612(0x125),'zBMrw':function(_0x18bcd3,_0x1b3c3e){return _0x18bcd3===_0x1b3c3e;},'VrxyW':_0x12612(0x192),'IUKlD':function(_0x2451c3,_0x1d1313){return _0x2451c3+_0x1d1313;},'jKLDH':_0x12612(0xb4),'VJyDo':function(_0x25e627,_0x1ed5b9){return _0x25e627(_0x1ed5b9);},'zSLtc':_0x12612(0x1bc)};this['preInitialize'](_0x4530c5);if(helper[_0x12612(0x137)](this[_0x12612(0xd8)])){const _0x38e24a=await helper[_0x12612(0x177)](this[_0x12612(0xd8)]);this[_0x12612(0xd8)][_0x12612(0x12b)]=_0x38e24a,_0x38e24a[_0x12612(0x194)]&&helper['isNotUndefined'](this[_0x12612(0xd8)][_0x12612(0xef)])&&helper[_0x12612(0x165)](this[_0x12612(0xd8)][_0x12612(0xef)])&&(this[_0x12612(0xd8)][_0x12612(0x14b)]['localIdentifier']=_0x2305a6[_0x12612(0x158)],this['config'][_0x12612(0x14b)][_0x2305a6[_0x12612(0xcc)]]=_0x38e24a[_0x12612(0xcf)][_0x12612(0xbf)](','),this[_0x12612(0xd8)][_0x12612(0x14b)][_0x12612(0x1b2)]=_0x2305a6[_0x12612(0x14f)]),this['config']['turboScaleUrl']=_0x38e24a[_0x12612(0xf6)],this[_0x12612(0x148)]&&_0x2305a6[_0x12612(0x12d)](this[_0x12612(0x148)][_0x12612(0x12f)](),_0x2305a6['VrxyW'])?this['config'][_0x12612(0x1a1)]=_0x2305a6[_0x12612(0x163)](_0x38e24a['playwrightUrl'],_0x2305a6[_0x12612(0xfb)]):constants[_0x12612(0x141)]=helper[_0x12612(0x1a9)](this[_0x12612(0xd8)]),logger[_0x12612(0x16e)](_0x12612(0x17c)+constants[_0x12612(0x141)]);}helper['setProxySettings'](this['config']),this[_0x12612(0xf4)](),_0x2305a6[_0x12612(0x182)](setPercyFlag,this),await this['setupBrowserstackLocal'](),![_0x2305a6[_0x12612(0x147)],_0x2305a6[_0x12612(0xd5)]][_0x12612(0x17f)](this[_0x12612(0x148)])&&!helper['isTurboScaleSession'](this[_0x12612(0xd8)])&&!helper[_0x12612(0xd3)]()[_0x12612(0x175)]&&await this[_0x12612(0x17b)]();}async[a100_0x15c127(0xda)](){const _0x31fb80=a100_0x15c127,_0x815bed={};_0x815bed[_0x31fb80(0x154)]=function(_0x328736,_0x409541){return _0x328736===_0x409541;},_0x815bed[_0x31fb80(0x164)]=_0x31fb80(0x11e),_0x815bed[_0x31fb80(0x131)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x815bed[_0x31fb80(0x11b)]=_0x31fb80(0x118),_0x815bed[_0x31fb80(0xb8)]=_0x31fb80(0x125),_0x815bed['IsnwW']=_0x31fb80(0x16f);const _0x57a408=_0x815bed;if(helper['isTrue'](this[_0x31fb80(0xd8)][_0x31fb80(0x183)])&&(!this['percy']||!this[_0x31fb80(0x183)][_0x31fb80(0xc8)]()))try{this['percy']=await percyHelper[_0x31fb80(0x193)](this[_0x31fb80(0xd8)]);if(!this[_0x31fb80(0x183)]){process[_0x31fb80(0x1bd)]['BROWSERSTACK_PERCY']=_0x57a408[_0x31fb80(0x164)];throw new Error(_0x57a408[_0x31fb80(0x131)]);}logger[_0x31fb80(0x180)](_0x57a408['JxTRR']),process[_0x31fb80(0x1bd)][_0x31fb80(0x108)]=_0x57a408['fhmPy'];let _0x2e3276=0x0;const _0xbd8e12=async()=>{const _0x53acd6=_0x31fb80;_0x2e3276++,_0x57a408[_0x53acd6(0x154)](_0x2e3276,0x1)&&await this[_0x53acd6(0x14c)]();};process['on'](_0x57a408['IsnwW'],_0xbd8e12);}catch(_0x56624f){process[_0x31fb80(0x1bd)]['BROWSERSTACK_PERCY']=_0x57a408['EKtWu'],logger[_0x31fb80(0x16e)]('Error\x20in\x20percy\x20setup\x20'+_0x56624f);throw new Error(_0x56624f['toString']());}}async[a100_0x15c127(0x14c)](){const _0x43580c=a100_0x15c127,_0xf67611={};_0xf67611[_0x43580c(0x110)]='Percy\x20stopped',_0xf67611[_0x43580c(0x1b1)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x416610=_0xf67611;if(this['percy']&&this[_0x43580c(0x183)][_0x43580c(0xc8)]())try{await percyHelper[_0x43580c(0x14c)](this[_0x43580c(0x183)]),logger['info'](_0x416610[_0x43580c(0x110)]);}catch(_0x462ec9){logger[_0x43580c(0x150)](_0x416610[_0x43580c(0x1b1)],_0x462ec9['message']);}}async[a100_0x15c127(0xe6)](){const _0x5e5d3d=a100_0x15c127,_0x319195={};_0x319195[_0x5e5d3d(0x168)]=_0x5e5d3d(0xd4),_0x319195[_0x5e5d3d(0x18d)]=_0x5e5d3d(0xd2);const _0x44dd86=_0x319195;if(helper[_0x5e5d3d(0x1b3)]()&&helper[_0x5e5d3d(0x165)](this[_0x5e5d3d(0xd8)][_0x5e5d3d(0xef)])&&(!this[_0x5e5d3d(0xef)]||!this['browserstackLocal'][_0x5e5d3d(0xc8)]()))try{if(this['config']['browserStackLocalOptions'][_0x5e5d3d(0xf9)]){logger[_0x5e5d3d(0x16e)](_0x44dd86['hGBhe']);return;}this[_0x5e5d3d(0xef)]=await helper[_0x5e5d3d(0x15e)](this[_0x5e5d3d(0xd8)]),logger[_0x5e5d3d(0x180)](_0x44dd86[_0x5e5d3d(0x18d)]);}catch(_0x53d27c){logger[_0x5e5d3d(0x16e)](_0x53d27c);throw new Error(_0x53d27c[_0x5e5d3d(0xf8)]());}}async[a100_0x15c127(0x1a7)](){const _0x75b8d4=a100_0x15c127,_0x23e807={};_0x23e807[_0x75b8d4(0xd6)]=_0x75b8d4(0x19e),_0x23e807['siSZv']=_0x75b8d4(0x18b);const _0x45a447=_0x23e807;if(this['browserstackLocal']&&this[_0x75b8d4(0xef)][_0x75b8d4(0xc8)]())try{await helper[_0x75b8d4(0x15b)](this[_0x75b8d4(0xef)]),logger['info'](_0x45a447['xADfe']);}catch(_0x1dfc5e){logger[_0x75b8d4(0x150)](_0x45a447['siSZv'],_0x1dfc5e[_0x75b8d4(0x10f)]);}}async['setUpHubUrl'](){const _0x487347=a100_0x15c127;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x487347(0x149)],async()=>{const _0x112d8f=_0x487347;await hubAllocator[_0x112d8f(0xb3)](this[_0x112d8f(0xd8)]);})();}async[a100_0x15c127(0xf7)](){const _0x11ccf2=a100_0x15c127,_0x3ff63d={'glCKb':function(_0x33fcd9,_0x560e28){return _0x33fcd9(_0x560e28);},'sBzQv':_0x11ccf2(0x1a6),'sdcMK':function(_0x4bd965,_0x3b64eb,_0x17bded,_0x122cea,_0x4c65ba,_0x2e438f,_0x39cd50){return _0x4bd965(_0x3b64eb,_0x17bded,_0x122cea,_0x4c65ba,_0x2e438f,_0x39cd50);},'smMqh':'BrowserstackHealing.init\x20method\x20timed\x20out','PfXnk':_0x11ccf2(0x126),'fKktc':function(_0x4f3915,_0x1f7807){return _0x4f3915(_0x1f7807);},'KThnK':'../../package.json','eFXWC':'BrowserstackHealing.init','Dcbhu':function(_0x1e7cbd,_0x4b11e1){return _0x1e7cbd(_0x4b11e1);},'pfGCK':function(_0x24b6f0,_0x286982){return _0x24b6f0===_0x286982;},'XLdKY':_0x11ccf2(0x125),'iBlHp':function(_0x252be7,_0x37629e){return _0x252be7===_0x37629e;},'vTDWc':function(_0x49db87,_0x22c1cc){return _0x49db87===_0x22c1cc;},'sRePg':'Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','BfFBM':function(_0x2f42aa,_0x3ca77c){return _0x2f42aa===_0x3ca77c;},'bTAbN':'Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','VnGyJ':'Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','Oerqr':function(_0x40ce80,_0x30196e){return _0x40ce80(_0x30196e);},'EXFxf':_0x11ccf2(0xc3),'xtDuG':function(_0xdeea53,_0x13cff8){return _0xdeea53>=_0x13cff8;},'aHdtl':function(_0x1969dd,_0x42935a){return _0x1969dd<_0x42935a;},'eRXPQ':function(_0x2831a0,_0x532799){return _0x2831a0>=_0x532799;},'RrxIS':'tcg\x20config\x20setup\x20successful.','nDPDS':_0x11ccf2(0x1be),'WWnEn':function(_0x52ba67){return _0x52ba67();}},_0x4d2d86=PerformanceTester[_0x11ccf2(0x16c)](_0x3ff63d[_0x11ccf2(0x15f)],async()=>{const _0x41eb73=_0x11ccf2;try{const _0x2d0e6a=new Date(),_0xa57793=helper[_0x41eb73(0x176)](this[_0x41eb73(0xd8)]),_0x2cac3b=_0x3ff63d[_0x41eb73(0x196)](require,path['join'](__dirname,_0x3ff63d[_0x41eb73(0xc7)])),_0x70cd32=_0x3ff63d[_0x41eb73(0x190)](timeoutPromise,constants[_0x41eb73(0xff)],_0x3ff63d[_0x41eb73(0x1ad)],_0x3ff63d[_0x41eb73(0xb6)],_0x2d0e6a,this[_0x41eb73(0xd8)],this[_0x41eb73(0x148)]),_0x7e707f={'tcgUrl':constants[_0x41eb73(0xdc)],'sdkVersion':_0x3ff63d['fKktc'](require,_0x3ff63d[_0x41eb73(0x189)])[_0x41eb73(0x17d)],'methodUsed':_0x3ff63d[_0x41eb73(0x101)],'proxyConfig':_0xa57793,'os':os['platform']()};if(_0xa57793&&_0xa57793['proxyUrl']){utilities['fireFunnelTestEvent'](constants[_0x41eb73(0x14e)],_0x7e707f,this['config'],this[_0x41eb73(0x148)]);return;}const _0x376b6e={};_0x376b6e[_0x41eb73(0xf0)]=_0xa57793;const _0x16fda1=await Promise[_0x41eb73(0x1a5)]([_0x2cac3b[_0x41eb73(0x104)](this['config']['accessKey'],this[_0x41eb73(0xd8)][_0x41eb73(0x14d)],constants['TCG_URL'],_0x3ff63d[_0x41eb73(0xb5)](require,_0x3ff63d[_0x41eb73(0x189)])[_0x41eb73(0x17d)],_0x376b6e)['then'](_0x710607=>{return _0x70cd32['cancel'](),_0x710607;}),_0x70cd32]);_0x16fda1[_0x41eb73(0xce)]=_0x3ff63d[_0x41eb73(0x1af)](_0x16fda1[_0x41eb73(0xce)],_0x3ff63d[_0x41eb73(0x16b)])||_0x3ff63d[_0x41eb73(0x1af)](_0x16fda1['isHealingEnabled'],!![]);const _0x2abb07=_0x3ff63d[_0x41eb73(0xec)](this['config'][_0x41eb73(0x153)],!![])||_0x3ff63d['vTDWc'](this[_0x41eb73(0xd8)][_0x41eb73(0x153)],_0x3ff63d[_0x41eb73(0x16b)]);if(_0x3ff63d['iBlHp'](_0x16fda1['message'],constants[_0x41eb73(0x12c)])&&_0x2abb07)logger[_0x41eb73(0x180)](_0x3ff63d[_0x41eb73(0x10d)]);else{if(!_0x16fda1['isAuthenticated']&&_0x3ff63d[_0x41eb73(0x134)](_0x16fda1[_0x41eb73(0xcd)],0x1f7)&&_0x2abb07)logger[_0x41eb73(0x180)](_0x3ff63d[_0x41eb73(0x18f)]),utilities[_0x41eb73(0x186)](constants['TCG_DOWN'],_0x7e707f,this[_0x41eb73(0xd8)],this[_0x41eb73(0x148)]);else{if(!_0x16fda1[_0x41eb73(0x195)]&&_0x2abb07){logger['info'](_0x3ff63d[_0x41eb73(0x17e)]);const _0x194f57={'tcgUrl':constants[_0x41eb73(0xdc)],'sdkVersion':_0x3ff63d[_0x41eb73(0x13b)](require,_0x3ff63d[_0x41eb73(0x189)])[_0x41eb73(0x17d)],'methodUsed':_0x3ff63d[_0x41eb73(0x101)],'proxyConfig':_0xa57793,'os':os['platform']()};utilities[_0x41eb73(0x186)](constants[_0x41eb73(0xc1)],_0x194f57,this['config'],this[_0x41eb73(0x148)]);}else{if(_0x16fda1[_0x41eb73(0x195)]&&!_0x16fda1[_0x41eb73(0xce)]&&_0x2abb07)logger[_0x41eb73(0x180)](_0x3ff63d[_0x41eb73(0xdd)]);else{if(_0x3ff63d[_0x41eb73(0x1b7)](_0x16fda1[_0x41eb73(0xcd)],0xc8)&&_0x3ff63d[_0x41eb73(0x121)](_0x16fda1[_0x41eb73(0xcd)],0x12c))utilities['fireFunnelTestEvent'](constants[_0x41eb73(0x174)],_0x7e707f,this['config'],this[_0x41eb73(0x148)]);else{if(_0x3ff63d[_0x41eb73(0xd0)](_0x16fda1[_0x41eb73(0xcd)],0x190))_0x7e707f['status']=_0x16fda1[_0x41eb73(0xcd)],utilities['fireFunnelTestEvent'](constants['AI_INIT_FAILURE'],_0x7e707f,this[_0x41eb73(0xd8)],this[_0x41eb73(0x148)]);else!_0x16fda1[_0x41eb73(0xcd)]&&utilities['fireFunnelTestEvent'](constants['INVALID_INIT_RESP_WITH_USER_IMPACT'],_0x7e707f,this[_0x41eb73(0xd8)],this[_0x41eb73(0x148)]);}}}}}if(_0x16fda1[_0x41eb73(0x195)]&&_0x16fda1[_0x41eb73(0xce)]){const _0x58a3b3={};_0x58a3b3[_0x41eb73(0xed)]=_0x16fda1;const _0x507e92=_0x58a3b3;_0xa57793&&(_0x507e92[_0x41eb73(0xfe)]=_0xa57793),_0x507e92['framework']=this[_0x41eb73(0x148)],_0x507e92[_0x41eb73(0xb2)]=this['config'],helper[_0x41eb73(0x11f)](_0x507e92),logger['debug'](_0x3ff63d[_0x41eb73(0x142)]);}}catch(_0xb5acdb){logger['debug'](_0x41eb73(0x18c)+(_0xb5acdb[_0x41eb73(0x10f)]?_0xb5acdb[_0x41eb73(0x10f)]:''));}});await _0x3ff63d[_0x11ccf2(0x16a)](_0x4d2d86);}['setupKeepAlive'](){const _0x36fdc6=a100_0x15c127,_0x5534f8={'qzSJq':function(_0x5f2f50,_0x4fea55){return _0x5f2f50(_0x4fea55);},'OeELE':_0x36fdc6(0x169)};_0x5534f8[_0x36fdc6(0x18e)](require,_0x5534f8['OeELE'])();}[a100_0x15c127(0x139)](){const _0xcb76d0=a100_0x15c127,_0x1169a1={};_0x1169a1['zcyuB']=_0xcb76d0(0x120),_0x1169a1[_0xcb76d0(0x109)]=_0xcb76d0(0xd9),_0x1169a1[_0xcb76d0(0xfd)]='uncaughtException';const _0x4e09fa=_0x1169a1,_0x8d7ea5=_0x19a5fe=>{const _0x5681b2=_0xcb76d0,_0x123d13=_0x4e09fa[_0x5681b2(0x1b6)][_0x5681b2(0xb9)]('|');let _0xc509b5=0x0;while(!![]){switch(_0x123d13[_0xc509b5++]){case'0':this[_0x5681b2(0xf2)][_0x5681b2(0x15c)](util[_0x5681b2(0xe7)]('%j',_0x19a5fe));continue;case'1':logger[_0x5681b2(0x16e)](util[_0x5681b2(0xe7)](_0x19a5fe));continue;case'2':PerformanceTester[_0x5681b2(0x181)](_0x19a5fe);continue;case'3':logger[_0x5681b2(0x150)](_0x19a5fe[_0x5681b2(0x10f)]);continue;case'4':ClientTroubleShootingService[_0x5681b2(0x159)]();continue;}break;}};process['on'](_0x4e09fa['sqDbW'],_0x8d7ea5),process['on'](_0x4e09fa[_0xcb76d0(0xfd)],_0x8d7ea5);}async[a100_0x15c127(0x13a)](_0x3e5caf){const _0x440673=a100_0x15c127,_0x360704={};_0x360704[_0x440673(0x14a)]=_0x440673(0x198),_0x360704[_0x440673(0xbb)]=function(_0x1748eb,_0x3ca39b){return _0x1748eb+_0x3ca39b;},_0x360704[_0x440673(0x1b0)]=_0x440673(0x19d),_0x360704[_0x440673(0x12a)]='Shutdown\x20triggered\x20by\x20';const _0x293b54=_0x360704,_0x4cd768=_0x293b54[_0x440673(0x14a)][_0x440673(0xb9)]('|');let _0x4e571f=0x0;while(!![]){switch(_0x4cd768[_0x4e571f++]){case'0':await ClientTroubleShootingService[_0x440673(0x160)](_0x3e5caf);continue;case'1':await ClientTroubleShootingService[_0x440673(0x159)]();continue;case'2':this[_0x293b54[_0x440673(0xbb)](_0x293b54[_0x440673(0x1b0)],_0x3e5caf)]=!![];continue;case'3':this['killSignal']=_0x3e5caf;continue;case'4':logger['info'](_0x293b54[_0x440673(0xbb)](_0x293b54[_0x440673(0x12a)],_0x3e5caf));continue;case'5':await BrowserstackCLI['getInstance']()[_0x440673(0x188)]();continue;case'6':if(this[_0x293b54[_0x440673(0xbb)](_0x293b54['thANR'],_0x3e5caf)])return;continue;case'7':await TestHubHandler['stop'](_0x3e5caf);continue;}break;}}[a100_0x15c127(0x136)](){const _0xa388ac=a100_0x15c127,_0x47e030={'gkcOe':function(_0x49ae47,_0x156637){return _0x49ae47===_0x156637;},'lhBvP':'Calling\x20Build\x20Stop\x20from\x20ExitHandler','uDSvg':function(_0x5b5a42,_0x13e983){return _0x5b5a42>_0x13e983;},'pQhru':function(_0x304aca,_0x21a697){return _0x304aca(_0x21a697);},'DJXOk':function(_0x5babd0){return _0x5babd0();},'SGIOh':_0xa388ac(0x11d)};let _0x1b1cb2=0x0;return async()=>{const _0x174332=_0xa388ac;_0x1b1cb2++;if(_0x47e030['gkcOe'](_0x1b1cb2,0x1)){helper[_0x174332(0x1aa)](this[_0x174332(0x148)])&&await this['stopBrowserstackLocal']();try{logger[_0x174332(0x16e)](_0x47e030[_0x174332(0x199)]),await TestHubHandler[_0x174332(0x188)](_0x1b1cb2),await ClientTroubleShootingService[_0x174332(0x159)](),await BrowserstackCLI[_0x174332(0xe2)]()[_0x174332(0x188)]('1');}catch(_0x41839b){logger[_0x174332(0x16e)]('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0x174332(0xe7)](_0x41839b));}PerformanceTester['end'](PerformanceEvents[_0x174332(0x187)]);if(PerformanceTester['isEnabled']()){const {measures:_0x56a355,errors:_0xce4820}=await PerformanceTester[_0x174332(0x19a)](),_0x469982={};if(_0x56a355&&_0x47e030[_0x174332(0xf5)](_0x56a355[_0x174332(0x103)],0x0)||_0xce4820&&_0x47e030['uDSvg'](_0xce4820[_0x174332(0x103)],0x0)){const _0x2828a3={};_0x2828a3[_0x174332(0x1b5)]=_0x56a355,_0x2828a3[_0x174332(0x155)]=_0xce4820,Object[_0x174332(0xe1)](_0x469982,_0x2828a3);}try{const _0x2d9e41=await helper['sendToEDS'](_0x469982,this[_0x174332(0xd8)]);logger[_0x174332(0x16e)](_0x174332(0x113)+_0x47e030[_0x174332(0x1ab)](getEdsInstrumentationAPIUrl,'')+_0x174332(0x156)+_0x2d9e41[_0x174332(0xcb)]);}catch(_0x4ef17c){logger[_0x174332(0x16e)]('Failed\x20to\x20send\x20data\x20to\x20'+_0x47e030[_0x174332(0x1ab)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20error\x20'+util['format'](_0x4ef17c));}try{fs[_0x174332(0x167)](path[_0x174332(0xbf)](_0x47e030['DJXOk'](getLogDir),_0x47e030['SGIOh']),JSON[_0x174332(0x106)](_0x469982));}catch(_0xd30bd7){logger['debug'](_0x174332(0x17a)+_0xd30bd7);}}}logger&&logger[_0x174332(0x171)](),fileLogger&&fileLogger['close']();};}}exports['default']=BrowserStackSetup;function a100_0x4e0c(){const _0x33e0c4=['aHdtl','bind','compareVersions','setHandlePWError','true','BrowserstackHealingInitFailed','SDKTestAttempted','sanitizeCaps','getAccessKey','zWOol','turboScaleGridDetails','UPGRADE_REQUIRED','zBMrw','generateLocalIdentifier','toLowerCase','sbbiQ','dtgyK','SIGQUIT','31300cRSNPY','BfFBM','No\x20config\x20provided.','exitHandler','isTurboScaleSession','../hubAllocationMethods','handleExceptions','intExitHandler','Oerqr','unLlM','./testhub/utils','setLogLevel','SIGHUP','userName\x20or\x20accessKey\x20is\x20not\x20defined','hubUrl','RrxIS','SIGBREAK','muqMk','skipSessionName','__isPlaywrightInstalled','zSLtc','framework','HUB_MANAGEMENT','icxNr','browserStackLocalOptions','stopPercy','userName','AI_PROXY_FAILURE','ZTBsh','error','constructor','3|19|22|0|14|8|6|23|4|21|20|16|11|13|7|18|5|2|10|12|9|1|15|17','selfHeal','TMOAd','exceptions','\x20with\x20response\x20','../bin/utils/apiUtilityMethods','XyYhI','reportFinalDetectionState','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','stopLocalBinary','push','winstonLogger','startLocalBinary','nDPDS','reportProcessInterruptionSituation','SDK\x20run\x20started\x20with\x20id:\x20','isUndefined','IUKlD','EKtWu','isTrue','txhiI','writeFileSync','hGBhe','./setKeepAlive','WWnEn','XLdKY','measureWrapper','turboScale','debug','beforeExit','initialize','close','cQWni','configPath','AI_INIT_SUCCESSFUL','central_scanner','getProxyConfigForTcg','getTurboScaleGridDetails','fileLogger','FRAMEWORK','Error\x20in\x20writing\x20events\x20to\x20file\x20','setUpHubUrl','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','version','VnGyJ','includes','info','captureError','VJyDo','percy','1269870LbaWxI','getLocalConfig','fireFunnelTestEvent','SDK_CLEANUP','stop','KThnK','skipSessionStatus','Error\x20occured\x20while\x20stopping\x20local\x20binary','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','MheBk','qzSJq','bTAbN','sdcMK','envConfig','playwright','startPercy','isTrialGrid','isAuthenticated','glCKb','localOptions','6|2|4|3|0|7|1|5','lhBvP','finalize','setLogDir','testContextOptions','handled','Local\x20binary\x20stopped','280950TmBBWU','./timeoutPromise','turboScaleUrl','path','win32','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','race','../ai-sdk-node/bundle','stopBrowserstackLocal','../bin/v2/browserstackCLI','getHubUrl','checkStopLocalBinaryOnExit','pQhru','../bin/v2/modules/loadTestModule','smMqh','AyKjk','pfGCK','thANR','jCqpp','forceLocal','isBrowserstackInfra','cliConfig','measures','zcyuB','xtDuG','useW3C','sdkRunId','integrations','./testhub/testhubHandler','codeceptjs','env','aiHeal:tcgAuth','bstackConfig','allocateHub','?caps=','Dcbhu','PfXnk','readConfig','fhmPy','split','1602QuHvvS','zbrHe','./logger','custom-repeater','BROWSERSTACK_TURBOSCALE','join','getLocalIdentifier','TCG_AUTH_FAILURE','killSignal','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','./performance/performance-tester','./helper','SIGINT','sBzQv','isRunning','__isPuppeteerInstalled','platforms','statusCode','tvZvI','status','isHealingEnabled','customRepeaters','eRXPQ','getPackageVersion','Local\x20binary\x20started\x20successfully','getCentralUser','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','VrxyW','xADfe','./performance/constants','config','unhandledRejection','setupPercy','fshDT','TCG_URL','EXFxf','QpeSF','localIdentifier','AUTOLOGCAPTURE_NOTIFICATION','assign','getInstance','isLTSSession','getConfigPath','2430ZxNkWb','setupBrowserstackLocal','format','parallelsPerPlatform','ypymR','errorMessage','util','iBlHp','tcgAuthConfig','../bin/utils/clientTroubleshootingService','browserstackLocal','proxy','gvyvg','unhandledErrors','30HZjqVj','setupKeepAlive','uDSvg','url','setupTCGAuth','toString','skipBinaryInitialisation','startMonitoring','jKLDH','aYvTq','iKQxe','proxyConfig','TCG_AUTH_TIMEOUT','GtoER','eFXWC','setCredentialsFromYmlConfig','length','init','setCLICaps','stringify','uuid','BROWSERSTACK_PERCY','sqDbW','282812hnmvXo','643188iUiITq','duzuD','sRePg','../bin/utils/constants','message','zQyoC','setEnvCaps','2365184ammdCO','Data\x20sent\x20successfully\x20to\x20','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','disableAutoCaptureLogs','JlOBR','getFinalCaps','Percy\x20started\x20successfully','1170QOvuTB','turboScaleOptions','JxTRR','SIGTERM','events.json','false','setupTcgConfigFile','3|1|0|2|4'];a100_0x4e0c=function(){return _0x33e0c4;};return a100_0x4e0c();}
|
|
1
|
+
const a100_0x42159d=a100_0x491c;(function(_0x26d474,_0x4ebcd4){const _0x428989=a100_0x491c,_0x107ac3=_0x26d474();while(!![]){try{const _0x4f6675=parseInt(_0x428989(0x1e1))/0x1+parseInt(_0x428989(0x22d))/0x2*(parseInt(_0x428989(0x271))/0x3)+-parseInt(_0x428989(0x1e8))/0x4+-parseInt(_0x428989(0x26d))/0x5*(-parseInt(_0x428989(0x211))/0x6)+-parseInt(_0x428989(0x197))/0x7+-parseInt(_0x428989(0x281))/0x8*(parseInt(_0x428989(0x1a7))/0x9)+parseInt(_0x428989(0x205))/0xa;if(_0x4f6675===_0x4ebcd4)break;else _0x107ac3['push'](_0x107ac3['shift']());}catch(_0x13f9b2){_0x107ac3['push'](_0x107ac3['shift']());}}}(a100_0x379d,0xbc861));function a100_0x379d(){const _0x3ba651=['skipSessionStatus','sdkRunId','proxyConfig','setLogLevel','getPackageVersion','wuirA','TAakH','WpSJf','AUTOLOGCAPTURE_NOTIFICATION','sqUlg','userName','4.5.0','getHubUrl','__isPuppeteerInstalled','QyQWq','QDDRA','10388DbZGja','./testhub/testhubHandler','ojwQg','./testhub/utils','SDK_CLEANUP','proxyUrl','getConfigPath','skipSessionName','selfHeal','BROWSERSTACK_PERCY','platform','SDKTestAttempted','turboScaleGridDetails','playwright','kgona','XYXSc','132534xcgUck','integrations','forceLocal','fileLogger','TCG_URL','JnjEA','generateLocalIdentifier','push','SIGBREAK','qudtS','3|4|1|7|6|0|5|2','env','finalize','unhandledErrors','setUpHubUrl','intExitHandler','Percy\x20stopped','setProxySettings','useW3C','isHealingEnabled','XRxVE','includes','FTvFJ','setupTcgConfigFile','../ai-sdk-node/bundle','preInitialize','./performance/performance-tester','isAuthenticated','isEnabled','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','AI_INIT_SUCCESSFUL','split','ejICp','JFeMZ','BrowserstackHealingInitFailed','userName\x20or\x20accessKey\x20is\x20not\x20defined','LZGEy','race','handled','getProxyConfigForTcg','skipBinaryInitialisation','killSignal','../../package.json','config','initialize','RpoXH','ITvaA','RQDmp','Belbk','browserstackLocal','turboScaleOptions','enNbo','setupPercy','bhPnB','vsIGj','gndae','Calling\x20Build\x20Stop\x20from\x20ExitHandler','hiWeB','1157203tyDXwl','isUndefined','UiWXS','./performance/constants','unhandledRejection','TCG_DOWN','No\x20config\x20provided.','3128140BCKxik','AZpyD','setLogDir','BrowserstackHealing.init\x20method\x20timed\x20out','IpYjA','Error\x20occured\x20while\x20stopping\x20local\x20binary','getInstance','supQG','tykap','cliConfig','isBrowserstackInfra','SIGABRT','AzOAY','ZtPZJ','FyjKc','assign','INVALID_INIT_RESP_WITH_USER_IMPACT','./timeoutPromise','bind','Data\x20sent\x20successfully\x20to\x20','browserStackLocalOptions','nuxwv','reportFinalDetectionState','ats-repeater','close','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','win32','percy','oEBqn','240440VykFiZ','stopBrowserstackLocal','info','ApnpP','YfjTO','end','startLocalBinary','tcgAuthConfig','\x20with\x20error\x20','BcgMl','default','./logger','3558648LGrHUe','join','bIWuz','startMonitoring','beforeExit','jaoHh','BwvDO','gZcQu','path','TCG_AUTH_FAILURE','message','init','length','winstonLogger','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','isRunning','configPath','AI_INIT_FAILURE','../bin/v2/browserstackCLI','localOptions','constructor','Olpud','FRAMEWORK','dAntW','debug','selenium-webdriver','xwNUC','allocateHub','66cxhSsp','__isPlaywrightInstalled','envConfig','axAAX','false','Error\x20in\x20writing\x20events\x20to\x20file\x20','isLTSSession','FNfQi','toLowerCase','BhFJr','status','JqCYl','measureWrapper','UInCH','toString','mhMbE','gZPeU','OeoGr','testContextOptions','qDQyK','compareVersions','handleExceptions','QoRvv','CEZXG','getLocalIdentifier','tcg\x20config\x20setup\x20successful.','../bin/v2/modules/loadTestModule','warn','getTurboScaleGridDetails','SIGHUP','miVCP','localIdentifier','framework','format','version','isTurboScaleSession','events.json','true','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','\x20with\x20response\x20','error','JPNex','exitHandler','ndFPA','captureError','FUNIH','stopPercy','setEnvCaps','parallelsPerPlatform','setupBrowserstackLocal','turboScaleUrl','./setKeepAlive','SIGINT','stop','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','stringify','HUB_MANAGEMENT','getFinalCaps','../hubAllocationMethods','isTrialGrid','qkNMh','url','WQYGm','platforms','10tOVhTm','aiHeal:tcgAuth','then','fireFunnelTestEvent','56061zYQcCV','../bin/utils/constants','XdWGq','normalizeTestReportingEnvVars','lVWBz','Error\x20in\x20sending\x20testhub\x20stop:\x20','BROWSERSTACK_TURBOSCALE','NaQtZ','codeceptjs','Error\x20in\x20percy\x20setup\x20','Failed\x20to\x20send\x20data\x20to\x20','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','Error\x20occured\x20while\x20stopping\x20percy','TCG_AUTH_TIMEOUT','stopLocalBinary','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','776UZtNNt','BrowserstackHealing.init','hubUrl','checkStopLocalBinaryOnExit','isTrue','oxgNm','customRepeaters','setBrowserstackInfraFromConfig','getUserName','uncaughtException'];a100_0x379d=function(){return _0x3ba651;};return a100_0x379d();}function a100_0x491c(_0x5f05cf,_0x458180){const _0x379d6c=a100_0x379d();return a100_0x491c=function(_0x491cb6,_0x1491ca){_0x491cb6=_0x491cb6-0x181;let _0x53b474=_0x379d6c[_0x491cb6];return _0x53b474;},a100_0x491c(_0x5f05cf,_0x458180);}const util=require('util'),os=require('os'),path=require(a100_0x42159d(0x219)),{v4:uuidv4}=require('uuid'),fs=require('fs'),constants=require(a100_0x42159d(0x272)),logger=require(a100_0x42159d(0x210))[a100_0x42159d(0x21e)],fileLogger=require(a100_0x42159d(0x210))[a100_0x42159d(0x1aa)],{getLogDir}=require(a100_0x42159d(0x210)),helper=require('./helper'),utilities=require('./utilities'),percyHelper=require('./percy/utils'),hubAllocator=require(a100_0x42159d(0x267)),PerformanceTester=require(a100_0x42159d(0x1c1)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x42159d(0x1e4)),{setPercyFlag}=require(a100_0x42159d(0x19a)),TestHubHandler=require(a100_0x42159d(0x198)),timeoutPromise=require(a100_0x42159d(0x1f9)),BrowserstackCLI=require(a100_0x42159d(0x223)),LoadTestModule=require(a100_0x42159d(0x247)),{getEdsInstrumentationAPIUrl}=require('../bin/utils/apiUtilityMethods'),ClientTroubleShootingService=require('../bin/utils/clientTroubleshootingService');class BrowserStackSetup{constructor(_0x4cf7e4,_0xf00c88){const _0x24e5a4=a100_0x42159d,_0x12431e={'bhPnB':'19|10|1|12|4|20|8|15|23|9|5|21|17|2|11|18|16|14|7|13|6|3|0|22','JPNex':_0x24e5a4(0x1e7),'YfjTO':function(_0x203e1a){return _0x203e1a();}},_0x3673ee=_0x12431e[_0x24e5a4(0x1dc)][_0x24e5a4(0x1c6)]('|');let _0x2bf563=0x0;while(!![]){switch(_0x3673ee[_0x2bf563++]){case'0':helper[_0x24e5a4(0x18a)](this['config'],this['cliConfig'],this['envConfig']);continue;case'1':this[_0x24e5a4(0x22f)]=helper[_0x24e5a4(0x25c)]();continue;case'2':global[_0x24e5a4(0x24d)]=_0xf00c88;continue;case'3':helper[_0x24e5a4(0x1ea)](this[_0x24e5a4(0x1d2)]);continue;case'4':this[_0x24e5a4(0x203)]=null;continue;case'5':this['errorMessage']={};continue;case'6':helper[_0x24e5a4(0x266)](this[_0x24e5a4(0x1d2)],this['cliConfig'],this[_0x24e5a4(0x22f)]);continue;case'7':this['config'][_0x24e5a4(0x23f)][_0x24e5a4(0x187)]=!helper[_0x24e5a4(0x1f2)]()||helper['isTrue'](this['config'][_0x24e5a4(0x23f)][_0x24e5a4(0x187)]);continue;case'8':this[_0x24e5a4(0x1d2)]=helper['readConfig'](this['configPath']);continue;case'9':this['config'][_0x24e5a4(0x23f)]=this[_0x24e5a4(0x1d2)]['testContextOptions']||{};continue;case'10':helper[_0x24e5a4(0x274)]();continue;case'11':if(helper[_0x24e5a4(0x1e2)](this['config']))throw new Error(_0x12431e[_0x24e5a4(0x256)]);continue;case'12':this[_0x24e5a4(0x1d8)]=null;continue;case'13':this['config'][_0x24e5a4(0x23f)]['skipSessionName']=!helper[_0x24e5a4(0x1f2)]()||helper[_0x24e5a4(0x181)](this[_0x24e5a4(0x1d2)][_0x24e5a4(0x23f)][_0x24e5a4(0x19e)]);continue;case'14':helper['setCredentialsFromYmlConfig'](this[_0x24e5a4(0x1d2)]);continue;case'15':this[_0x24e5a4(0x1f1)]=helper['setCLICaps'](_0x4cf7e4);continue;case'16':helper[_0x24e5a4(0x184)](this['config'],this[_0x24e5a4(0x1f1)]);continue;case'17':this[_0x24e5a4(0x24d)]=_0xf00c88;continue;case'18':if(this['config']['error'])throw new Error(this['config'][_0x24e5a4(0x255)]);continue;case'19':this['unhandledErrors']=[];continue;case'20':this[_0x24e5a4(0x221)]=helper[_0x24e5a4(0x19d)](_0x4cf7e4);continue;case'21':this[_0x24e5a4(0x188)]=_0x12431e[_0x24e5a4(0x209)](uuidv4);continue;case'22':PerformanceTester[_0x24e5a4(0x214)]();continue;case'23':this[_0x24e5a4(0x1d2)][_0x24e5a4(0x26c)]=this[_0x24e5a4(0x1d2)][_0x24e5a4(0x26c)]||[];continue;}break;}}[a100_0x42159d(0x1c0)](_0x5c2ec6){const _0x18d7df=a100_0x42159d,_0x368477={'CEZXG':_0x18d7df(0x1ca),'BcgMl':function(_0x456278,_0x1cb381){return _0x456278===_0x1cb381;},'Belbk':_0x18d7df(0x1a8),'ndFPA':_0x18d7df(0x1a2),'oEBqn':function(_0x24f98c,_0x47b125){return _0x24f98c<_0x47b125;},'lVWBz':function(_0x4139e2,_0x33fe78){return _0x4139e2(_0x33fe78);},'JqCYl':_0x18d7df(0x22a),'hiWeB':_0x18d7df(0x192),'vsIGj':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','NCUgo':_0x18d7df(0x1c4),'AzOAY':'SIGTERM','sqUlg':_0x18d7df(0x261),'AZpyD':_0x18d7df(0x24a),'UInCH':function(_0x38a00b,_0x2fdb16){return _0x38a00b!==_0x2fdb16;},'mzEoK':_0x18d7df(0x202),'XTUho':_0x18d7df(0x1f3),'qudtS':'SIGQUIT','VRmSu':_0x18d7df(0x1af),'LZGEy':_0x18d7df(0x215)},_0x4caeb0=this[_0x18d7df(0x24d)];global[_0x18d7df(0x1d2)]=this['config'],helper['sanitizeCaps'](this[_0x18d7df(0x1d2)]),this[_0x18d7df(0x1d0)]=null,global['sdkRunId']=this[_0x18d7df(0x188)],logger[_0x18d7df(0x207)]('SDK\x20run\x20started\x20with\x20id:\x20'+this[_0x18d7df(0x188)]),!this[_0x18d7df(0x1d2)]['browserStackLocalOptions']&&(this['config']['browserStackLocalOptions']=this[_0x18d7df(0x1d2)][_0x18d7df(0x224)]||{});if(helper['isUndefined'](helper[_0x18d7df(0x185)](this['config']))||helper['isUndefined'](helper['getAccessKey'](this[_0x18d7df(0x1d2)])))throw new Error(_0x368477[_0x18d7df(0x244)]);helper['getLocalConfig'](this[_0x18d7df(0x1d2)])&&helper[_0x18d7df(0x1e2)](helper[_0x18d7df(0x245)](this[_0x18d7df(0x1d2)]))&&(!helper['isUndefined'](this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)])&&_0x368477['BcgMl'](this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)][_0x18d7df(0x225)],Object)?!helper[_0x18d7df(0x181)](this['config'][_0x18d7df(0x1fc)][_0x18d7df(0x1cf)])&&(this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)][_0x18d7df(0x24c)]=helper['generateLocalIdentifier']()):this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)]={'localIdentifier':helper[_0x18d7df(0x1ad)]()});this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)][_0x18d7df(0x1cf)]=helper[_0x18d7df(0x181)](this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)][_0x18d7df(0x1cf)]),helper['setHandlePWError'](this[_0x18d7df(0x1d2)]);if(_0x368477[_0x18d7df(0x20e)](_0x4caeb0,_0x368477[_0x18d7df(0x1d7)]))return;this[_0x18d7df(0x242)]();process[_0x18d7df(0x1b2)]['BROWSERSTACK_TURBOSCALE']&&(this['config']['turboScale']=helper[_0x18d7df(0x181)](process['env'][_0x18d7df(0x277)]),this[_0x18d7df(0x1d2)][_0x18d7df(0x1d9)]=this[_0x18d7df(0x1d2)]['turboScaleOptions']||{});helper[_0x18d7df(0x250)](this[_0x18d7df(0x1d2)])&&(process[_0x18d7df(0x1b2)][_0x18d7df(0x277)]=!![]);LoadTestModule[_0x18d7df(0x233)](this[_0x18d7df(0x1d2)])&&logger[_0x18d7df(0x229)]('LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20'+this[_0x18d7df(0x188)]);if(!helper[_0x18d7df(0x1f2)]()){try{process[_0x18d7df(0x1b2)][_0x18d7df(0x227)]=_0x4caeb0,utilities[_0x18d7df(0x270)](_0x368477[_0x18d7df(0x258)],{},this[_0x18d7df(0x1d2)],this[_0x18d7df(0x24d)]);}catch(_0x483ad4){logger[_0x18d7df(0x229)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x483ad4);}return;}if(helper['requireSeleniumWebdriverCheck'](_0x4caeb0)){if(global[_0x18d7df(0x22e)]||global[_0x18d7df(0x194)])return;_0x368477[_0x18d7df(0x204)](_0x368477[_0x18d7df(0x275)](parseInt,helper['getPackageVersion'](_0x368477[_0x18d7df(0x238)])),0x3)&&(this[_0x18d7df(0x1d2)]['useW3C']=![]),_0x368477['BcgMl'](helper[_0x18d7df(0x241)](helper[_0x18d7df(0x18b)](_0x368477['JqCYl']),_0x368477[_0x18d7df(0x1e0)]),0x1)&&(this[_0x18d7df(0x1d2)][_0x18d7df(0x1b9)]=!![]);}(helper[_0x18d7df(0x1e2)](this[_0x18d7df(0x1d2)][_0x18d7df(0x26c)])||helper[_0x18d7df(0x1e2)](this['config'][_0x18d7df(0x26c)][_0x18d7df(0x21d)]))&&(helper['isUndefined'](this[_0x18d7df(0x1d2)][_0x18d7df(0x25d)])?logger['info'](_0x368477[_0x18d7df(0x1dd)]):logger[_0x18d7df(0x248)](_0x368477['NCUgo']),this[_0x18d7df(0x1d2)][_0x18d7df(0x26c)]=[]);!this[_0x18d7df(0x1d2)][_0x18d7df(0x23f)]&&(this[_0x18d7df(0x1d2)][_0x18d7df(0x23f)]={});try{process['env'][_0x18d7df(0x227)]=_0x5c2ec6['_'][0x0],utilities[_0x18d7df(0x270)](_0x368477['ndFPA'],{},this[_0x18d7df(0x1d2)],this[_0x18d7df(0x24d)]);}catch(_0x25f891){logger[_0x18d7df(0x229)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x25f891);}!this['config']['disableAutoCaptureLogs']&&logger[_0x18d7df(0x207)](constants[_0x18d7df(0x18f)]),this[_0x18d7df(0x1b6)]=this[_0x18d7df(0x1b6)][_0x18d7df(0x1fa)](this),process['on'](_0x368477[_0x18d7df(0x1f4)],this[_0x18d7df(0x1b6)]),process['on'](_0x368477[_0x18d7df(0x190)],this['intExitHandler']),process['on'](_0x368477[_0x18d7df(0x1e9)],this[_0x18d7df(0x1b6)]),_0x368477[_0x18d7df(0x23a)](process[_0x18d7df(0x1a1)],_0x368477['mzEoK'])?(process['on'](_0x368477['XTUho'],this['intExitHandler']),process['on'](_0x368477[_0x18d7df(0x1b0)],this['intExitHandler'])):process['on'](_0x368477['VRmSu'],this['intExitHandler']),process['on'](_0x368477[_0x18d7df(0x1cb)],this['exitHandler']());}async[a100_0x42159d(0x1d3)](_0xb029c1){const _0x3fd412=a100_0x42159d,_0x54e57c={'hRFNf':_0x3fd412(0x1ff),'OwuDx':'custom-repeater','BLsAF':_0x3fd412(0x252),'LyXkE':function(_0x28c1c7,_0x36dd97){return _0x28c1c7===_0x36dd97;},'XRxVE':_0x3fd412(0x1a4),'ZXcFj':function(_0x343c36,_0x36f5d6){return _0x343c36+_0x36f5d6;},'jaoHh':'?caps=','dNWNr':function(_0x558e6c,_0x38081f){return _0x558e6c(_0x38081f);},'ojwQg':_0x3fd412(0x279)};this[_0x3fd412(0x1c0)](_0xb029c1);if(helper['isTurboScaleSession'](this[_0x3fd412(0x1d2)])){const _0x3b0af4=await helper[_0x3fd412(0x249)](this['config']);this[_0x3fd412(0x1d2)][_0x3fd412(0x1a3)]=_0x3b0af4,_0x3b0af4[_0x3fd412(0x268)]&&helper['isNotUndefined'](this[_0x3fd412(0x1d2)][_0x3fd412(0x1d8)])&&helper[_0x3fd412(0x181)](this[_0x3fd412(0x1d2)][_0x3fd412(0x1d8)])&&(this['config'][_0x3fd412(0x1fc)]['localIdentifier']=_0x54e57c['hRFNf'],this[_0x3fd412(0x1d2)][_0x3fd412(0x1fc)][_0x54e57c['OwuDx']]=_0x3b0af4[_0x3fd412(0x183)][_0x3fd412(0x212)](','),this[_0x3fd412(0x1d2)][_0x3fd412(0x1fc)][_0x3fd412(0x1a9)]=_0x54e57c['BLsAF']),this['config'][_0x3fd412(0x25f)]=_0x3b0af4[_0x3fd412(0x26a)],this['framework']&&_0x54e57c['LyXkE'](this[_0x3fd412(0x24d)][_0x3fd412(0x235)](),_0x54e57c[_0x3fd412(0x1bb)])?this[_0x3fd412(0x1d2)][_0x3fd412(0x25f)]=_0x54e57c['ZXcFj'](_0x3b0af4['playwrightUrl'],_0x54e57c[_0x3fd412(0x216)]):constants[_0x3fd412(0x283)]=helper[_0x3fd412(0x193)](this[_0x3fd412(0x1d2)]),logger[_0x3fd412(0x229)](_0x3fd412(0x27c)+constants[_0x3fd412(0x283)]);}helper[_0x3fd412(0x1b8)](this['config']),this['setupKeepAlive'](),_0x54e57c['dNWNr'](setPercyFlag,this),await this[_0x3fd412(0x25e)](),![_0x54e57c[_0x3fd412(0x199)],_0x54e57c[_0x3fd412(0x1bb)]][_0x3fd412(0x1bc)](this[_0x3fd412(0x24d)])&&!helper['isTurboScaleSession'](this[_0x3fd412(0x1d2)])&&!helper['getCentralUser']()['central_scanner']&&await this[_0x3fd412(0x1b5)]();}async[a100_0x42159d(0x1db)](){const _0x5e70d4=a100_0x42159d,_0x3ca8bd={};_0x3ca8bd[_0x5e70d4(0x1fd)]=function(_0xa654f9,_0x4f1d20){return _0xa654f9===_0x4f1d20;},_0x3ca8bd[_0x5e70d4(0x18c)]=_0x5e70d4(0x231),_0x3ca8bd[_0x5e70d4(0x196)]=_0x5e70d4(0x280),_0x3ca8bd[_0x5e70d4(0x24b)]='Percy\x20started\x20successfully',_0x3ca8bd[_0x5e70d4(0x1d4)]=_0x5e70d4(0x252),_0x3ca8bd[_0x5e70d4(0x1da)]=_0x5e70d4(0x215);const _0xa1b19f=_0x3ca8bd;if(helper['isTrue'](this[_0x5e70d4(0x1d2)]['percy'])&&(!this[_0x5e70d4(0x203)]||!this[_0x5e70d4(0x203)][_0x5e70d4(0x220)]()))try{this[_0x5e70d4(0x203)]=await percyHelper['startPercy'](this[_0x5e70d4(0x1d2)]);if(!this[_0x5e70d4(0x203)]){process[_0x5e70d4(0x1b2)][_0x5e70d4(0x1a0)]=_0xa1b19f[_0x5e70d4(0x18c)];throw new Error(_0xa1b19f['QDDRA']);}logger['info'](_0xa1b19f[_0x5e70d4(0x24b)]),process[_0x5e70d4(0x1b2)][_0x5e70d4(0x1a0)]=_0xa1b19f[_0x5e70d4(0x1d4)];let _0x3cca30=0x0;const _0x105388=async()=>{const _0x477f65=_0x5e70d4;_0x3cca30++,_0xa1b19f[_0x477f65(0x1fd)](_0x3cca30,0x1)&&await this['stopPercy']();};process['on'](_0xa1b19f[_0x5e70d4(0x1da)],_0x105388);}catch(_0x1507f1){process[_0x5e70d4(0x1b2)][_0x5e70d4(0x1a0)]=_0xa1b19f[_0x5e70d4(0x18c)],logger['debug'](_0x5e70d4(0x27a)+_0x1507f1);throw new Error(_0x1507f1[_0x5e70d4(0x23b)]());}}async[a100_0x42159d(0x25b)](){const _0x2f8725=a100_0x42159d,_0x43560f={};_0x43560f[_0x2f8725(0x218)]=_0x2f8725(0x1b7),_0x43560f[_0x2f8725(0x1e3)]=_0x2f8725(0x27d);const _0x3d8cd7=_0x43560f;if(this[_0x2f8725(0x203)]&&this[_0x2f8725(0x203)][_0x2f8725(0x220)]())try{await percyHelper['stopPercy'](this['percy']),logger['info'](_0x3d8cd7[_0x2f8725(0x218)]);}catch(_0x1ee9f1){logger[_0x2f8725(0x255)](_0x3d8cd7['UiWXS'],_0x1ee9f1[_0x2f8725(0x21b)]);}}async[a100_0x42159d(0x25e)](){const _0x5c58d=a100_0x42159d,_0xe3f001={};_0xe3f001[_0x5c58d(0x240)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0xe3f001['dAntW']='Local\x20binary\x20started\x20successfully';const _0x58ba09=_0xe3f001;if(helper[_0x5c58d(0x1f2)]()&&helper[_0x5c58d(0x181)](this[_0x5c58d(0x1d2)]['browserstackLocal'])&&(!this[_0x5c58d(0x1d8)]||!this[_0x5c58d(0x1d8)][_0x5c58d(0x220)]()))try{if(this[_0x5c58d(0x1d2)][_0x5c58d(0x1fc)][_0x5c58d(0x1cf)]){logger['debug'](_0x58ba09['qDQyK']);return;}this[_0x5c58d(0x1d8)]=await helper[_0x5c58d(0x20b)](this[_0x5c58d(0x1d2)]),logger['info'](_0x58ba09[_0x5c58d(0x228)]);}catch(_0x1c9303){logger[_0x5c58d(0x229)](_0x1c9303);throw new Error(_0x1c9303[_0x5c58d(0x23b)]());}}async[a100_0x42159d(0x206)](){const _0x1cc4f5=a100_0x42159d,_0xb862e8={};_0xb862e8[_0x1cc4f5(0x1de)]='Local\x20binary\x20stopped',_0xb862e8['supQG']=_0x1cc4f5(0x1ed);const _0x470044=_0xb862e8;if(this[_0x1cc4f5(0x1d8)]&&this[_0x1cc4f5(0x1d8)][_0x1cc4f5(0x220)]())try{await helper[_0x1cc4f5(0x27f)](this['browserstackLocal']),logger['info'](_0x470044[_0x1cc4f5(0x1de)]);}catch(_0x4b7dbc){logger[_0x1cc4f5(0x255)](_0x470044[_0x1cc4f5(0x1ef)],_0x4b7dbc[_0x1cc4f5(0x21b)]);}}async['setUpHubUrl'](){const _0xa66064=a100_0x42159d;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0xa66064(0x265)],async()=>{const _0x50e7fc=_0xa66064;await hubAllocator[_0x50e7fc(0x22c)](this[_0x50e7fc(0x1d2)]);})();}async['setupTCGAuth'](){const _0x502ccd=a100_0x42159d,_0x16a60e={'Olpud':function(_0x1c55c5,_0x12251e){return _0x1c55c5(_0x12251e);},'BwvDO':_0x502ccd(0x1bf),'WpSJf':function(_0x4baef0,_0x2d3c1c,_0x291df9,_0x90c818,_0x48c16b,_0x59afd5,_0x587525){return _0x4baef0(_0x2d3c1c,_0x291df9,_0x90c818,_0x48c16b,_0x59afd5,_0x587525);},'RQDmp':_0x502ccd(0x1eb),'OeoGr':_0x502ccd(0x1c9),'TAakH':_0x502ccd(0x1d1),'NaQtZ':_0x502ccd(0x282),'JFeMZ':function(_0x994f20,_0x42b20f){return _0x994f20===_0x42b20f;},'gZPeU':_0x502ccd(0x252),'ejICp':function(_0x1fcb60,_0x31c2a5){return _0x1fcb60===_0x31c2a5;},'npEIN':_0x502ccd(0x263),'kgona':function(_0x372aee,_0x36c558){return _0x372aee===_0x36c558;},'IJBKP':_0x502ccd(0x21f),'bIWuz':_0x502ccd(0x201),'FTvFJ':function(_0x41e484,_0x4bc634){return _0x41e484(_0x4bc634);},'lMFkk':'Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','ITvaA':function(_0x346a60,_0x5a89c0){return _0x346a60>=_0x5a89c0;},'BhFJr':function(_0x1b387e,_0xcaa99d){return _0x1b387e<_0xcaa99d;},'ApnpP':_0x502ccd(0x246),'xwNUC':_0x502ccd(0x26e),'haYAC':function(_0x2c5c59){return _0x2c5c59();}},_0x2c7a92=PerformanceTester[_0x502ccd(0x239)](_0x16a60e[_0x502ccd(0x22b)],async()=>{const _0x379d9e=_0x502ccd;try{const _0x51d667=new Date(),_0x1a8c69=helper[_0x379d9e(0x1ce)](this[_0x379d9e(0x1d2)]),_0x408a20=_0x16a60e[_0x379d9e(0x226)](require,path['join'](__dirname,_0x16a60e[_0x379d9e(0x217)])),_0x3009e6=_0x16a60e[_0x379d9e(0x18e)](timeoutPromise,constants[_0x379d9e(0x27e)],_0x16a60e[_0x379d9e(0x1d6)],_0x16a60e[_0x379d9e(0x23e)],_0x51d667,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]),_0x35fe33={'tcgUrl':constants[_0x379d9e(0x1ab)],'sdkVersion':_0x16a60e[_0x379d9e(0x226)](require,_0x16a60e[_0x379d9e(0x18d)])[_0x379d9e(0x24f)],'methodUsed':_0x16a60e[_0x379d9e(0x278)],'proxyConfig':_0x1a8c69,'os':os['platform']()};if(_0x1a8c69&&_0x1a8c69[_0x379d9e(0x19c)]){utilities[_0x379d9e(0x270)](constants['AI_PROXY_FAILURE'],_0x35fe33,this['config'],this[_0x379d9e(0x24d)]);return;}const _0x4050fe={};_0x4050fe['proxy']=_0x1a8c69;const _0x5bc3c2=await Promise[_0x379d9e(0x1cc)]([_0x408a20[_0x379d9e(0x21c)](this[_0x379d9e(0x1d2)]['accessKey'],this[_0x379d9e(0x1d2)][_0x379d9e(0x191)],constants[_0x379d9e(0x1ab)],_0x16a60e[_0x379d9e(0x226)](require,_0x16a60e['TAakH'])[_0x379d9e(0x24f)],_0x4050fe)[_0x379d9e(0x26f)](_0x5d5527=>{return _0x3009e6['cancel'](),_0x5d5527;}),_0x3009e6]);_0x5bc3c2['isHealingEnabled']=_0x16a60e[_0x379d9e(0x1c8)](_0x5bc3c2[_0x379d9e(0x1ba)],_0x16a60e[_0x379d9e(0x23d)])||_0x16a60e[_0x379d9e(0x1c8)](_0x5bc3c2[_0x379d9e(0x1ba)],!![]);const _0x24b8d4=_0x16a60e['JFeMZ'](this[_0x379d9e(0x1d2)]['selfHeal'],!![])||_0x16a60e[_0x379d9e(0x1c7)](this[_0x379d9e(0x1d2)][_0x379d9e(0x19f)],_0x16a60e['gZPeU']);if(_0x16a60e[_0x379d9e(0x1c7)](_0x5bc3c2[_0x379d9e(0x21b)],constants['UPGRADE_REQUIRED'])&&_0x24b8d4)logger[_0x379d9e(0x207)](_0x16a60e['npEIN']);else{if(!_0x5bc3c2[_0x379d9e(0x1c2)]&&_0x16a60e[_0x379d9e(0x1a5)](_0x5bc3c2[_0x379d9e(0x237)],0x1f7)&&_0x24b8d4)logger[_0x379d9e(0x207)](_0x16a60e['IJBKP']),utilities['fireFunnelTestEvent'](constants[_0x379d9e(0x1e6)],_0x35fe33,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]);else{if(!_0x5bc3c2[_0x379d9e(0x1c2)]&&_0x24b8d4){logger[_0x379d9e(0x207)](_0x16a60e[_0x379d9e(0x213)]);const _0x5d0f09={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x16a60e[_0x379d9e(0x1bd)](require,_0x16a60e[_0x379d9e(0x18d)])[_0x379d9e(0x24f)],'methodUsed':_0x16a60e[_0x379d9e(0x278)],'proxyConfig':_0x1a8c69,'os':os[_0x379d9e(0x1a1)]()};utilities[_0x379d9e(0x270)](constants[_0x379d9e(0x21a)],_0x5d0f09,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]);}else{if(_0x5bc3c2[_0x379d9e(0x1c2)]&&!_0x5bc3c2[_0x379d9e(0x1ba)]&&_0x24b8d4)logger[_0x379d9e(0x207)](_0x16a60e['lMFkk']);else{if(_0x16a60e[_0x379d9e(0x1d5)](_0x5bc3c2['status'],0xc8)&&_0x16a60e[_0x379d9e(0x236)](_0x5bc3c2[_0x379d9e(0x237)],0x12c))utilities[_0x379d9e(0x270)](constants[_0x379d9e(0x1c5)],_0x35fe33,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]);else{if(_0x16a60e[_0x379d9e(0x1d5)](_0x5bc3c2[_0x379d9e(0x237)],0x190))_0x35fe33[_0x379d9e(0x237)]=_0x5bc3c2['status'],utilities[_0x379d9e(0x270)](constants[_0x379d9e(0x222)],_0x35fe33,this[_0x379d9e(0x1d2)],this['framework']);else!_0x5bc3c2[_0x379d9e(0x237)]&&utilities[_0x379d9e(0x270)](constants[_0x379d9e(0x1f8)],_0x35fe33,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]);}}}}}if(_0x5bc3c2[_0x379d9e(0x1c2)]&&_0x5bc3c2[_0x379d9e(0x1ba)]){const _0x27f952={};_0x27f952[_0x379d9e(0x20c)]=_0x5bc3c2;const _0x2a4688=_0x27f952;_0x1a8c69&&(_0x2a4688[_0x379d9e(0x189)]=_0x1a8c69),_0x2a4688[_0x379d9e(0x24d)]=this['framework'],_0x2a4688['bstackConfig']=this['config'],helper[_0x379d9e(0x1be)](_0x2a4688),logger['debug'](_0x16a60e[_0x379d9e(0x208)]);}}catch(_0x50614a){logger['debug'](_0x379d9e(0x253)+(_0x50614a[_0x379d9e(0x21b)]?_0x50614a['message']:''));}});await _0x16a60e['haYAC'](_0x2c7a92);}['setupKeepAlive'](){const _0x42559a=a100_0x42159d,_0xe0207={'WQYGm':function(_0x4eb4b7,_0x10c3a7){return _0x4eb4b7(_0x10c3a7);},'IpYjA':_0x42559a(0x260)};_0xe0207[_0x42559a(0x26b)](require,_0xe0207[_0x42559a(0x1ec)])();}['handleExceptions'](){const _0xc916b7=a100_0x42159d,_0x1913cf={};_0x1913cf[_0xc916b7(0x234)]='2|4|0|3|1',_0x1913cf[_0xc916b7(0x269)]=_0xc916b7(0x1e5),_0x1913cf[_0xc916b7(0x1f0)]=_0xc916b7(0x186);const _0x191191=_0x1913cf,_0x2339f2=_0x1a4b5f=>{const _0x93740=_0xc916b7,_0x4eb285=_0x191191[_0x93740(0x234)][_0x93740(0x1c6)]('|');let _0x529ffa=0x0;while(!![]){switch(_0x4eb285[_0x529ffa++]){case'0':this[_0x93740(0x1b4)][_0x93740(0x1ae)](util[_0x93740(0x24e)]('%j',_0x1a4b5f));continue;case'1':ClientTroubleShootingService[_0x93740(0x1fe)]();continue;case'2':logger['error'](_0x1a4b5f[_0x93740(0x21b)]);continue;case'3':PerformanceTester[_0x93740(0x259)](_0x1a4b5f);continue;case'4':logger[_0x93740(0x229)](util[_0x93740(0x24e)](_0x1a4b5f));continue;}break;}};process['on'](_0x191191[_0xc916b7(0x269)],_0x2339f2),process['on'](_0x191191[_0xc916b7(0x1f0)],_0x2339f2);}async[a100_0x42159d(0x1b6)](_0x59fa54){const _0x5cd216=a100_0x42159d,_0x11f4a5={};_0x11f4a5['rgVmG']=_0x5cd216(0x1b1),_0x11f4a5[_0x5cd216(0x243)]=function(_0x323e06,_0x441d85){return _0x323e06+_0x441d85;},_0x11f4a5['XYXSc']='Shutdown\x20triggered\x20by\x20',_0x11f4a5[_0x5cd216(0x1f5)]=_0x5cd216(0x1cd),_0x11f4a5[_0x5cd216(0x182)]=function(_0x25831c,_0x1b7fda){return _0x25831c+_0x1b7fda;};const _0x4a2a10=_0x11f4a5,_0x13091b=_0x4a2a10['rgVmG'][_0x5cd216(0x1c6)]('|');let _0x2baf80=0x0;while(!![]){switch(_0x13091b[_0x2baf80++]){case'0':await TestHubHandler[_0x5cd216(0x262)](_0x59fa54);continue;case'1':logger['info'](_0x4a2a10[_0x5cd216(0x243)](_0x4a2a10[_0x5cd216(0x1a6)],_0x59fa54));continue;case'2':await BrowserstackCLI[_0x5cd216(0x1ee)]()[_0x5cd216(0x262)]();continue;case'3':if(this[_0x4a2a10[_0x5cd216(0x243)](_0x4a2a10['ZtPZJ'],_0x59fa54)])return;continue;case'4':this[_0x4a2a10[_0x5cd216(0x182)](_0x4a2a10[_0x5cd216(0x1f5)],_0x59fa54)]=!![];continue;case'5':await ClientTroubleShootingService[_0x5cd216(0x1fe)]();continue;case'6':await ClientTroubleShootingService['reportProcessInterruptionSituation'](_0x59fa54);continue;case'7':this[_0x5cd216(0x1d0)]=_0x59fa54;continue;}break;}}[a100_0x42159d(0x257)](){const _0x4e5b88=a100_0x42159d,_0x5ce273={'mhMbE':function(_0x301241,_0xcd78){return _0x301241===_0xcd78;},'JnjEA':_0x4e5b88(0x1df),'XdWGq':function(_0x11df54,_0x139215){return _0x11df54>_0x139215;},'QyQWq':function(_0x32ff33,_0x206965){return _0x32ff33(_0x206965);},'axAAX':function(_0x99dbb0,_0x133eff){return _0x99dbb0(_0x133eff);},'FUNIH':function(_0x3473a6){return _0x3473a6();},'FyjKc':_0x4e5b88(0x251)};let _0x508480=0x0;return async()=>{const _0x5b45e5=_0x4e5b88;_0x508480++;if(_0x5ce273[_0x5b45e5(0x23c)](_0x508480,0x1)){helper[_0x5b45e5(0x284)](this[_0x5b45e5(0x24d)])&&await this['stopBrowserstackLocal']();try{logger['debug'](_0x5ce273[_0x5b45e5(0x1ac)]),await TestHubHandler[_0x5b45e5(0x262)](_0x508480),await ClientTroubleShootingService['reportFinalDetectionState'](),await BrowserstackCLI['getInstance']()[_0x5b45e5(0x262)]('1');}catch(_0x1e3244){logger[_0x5b45e5(0x229)](_0x5b45e5(0x276)+util[_0x5b45e5(0x24e)](_0x1e3244));}PerformanceTester[_0x5b45e5(0x20a)](PerformanceEvents[_0x5b45e5(0x19b)]);if(PerformanceTester[_0x5b45e5(0x1c3)]()){const {measures:_0x25c82b,errors:_0x45f9b3}=await PerformanceTester[_0x5b45e5(0x1b3)](),_0x5bc933={};if(_0x25c82b&&_0x5ce273['XdWGq'](_0x25c82b['length'],0x0)||_0x45f9b3&&_0x5ce273[_0x5b45e5(0x273)](_0x45f9b3['length'],0x0)){const _0x489564={};_0x489564['measures']=_0x25c82b,_0x489564['exceptions']=_0x45f9b3,Object[_0x5b45e5(0x1f7)](_0x5bc933,_0x489564);}try{const _0x477faf=await helper['sendToEDS'](_0x5bc933,this[_0x5b45e5(0x1d2)]);logger[_0x5b45e5(0x229)](_0x5b45e5(0x1fb)+_0x5ce273[_0x5b45e5(0x195)](getEdsInstrumentationAPIUrl,'')+_0x5b45e5(0x254)+_0x477faf['statusCode']);}catch(_0x36af6c){logger['debug'](_0x5b45e5(0x27b)+_0x5ce273[_0x5b45e5(0x230)](getEdsInstrumentationAPIUrl,'')+_0x5b45e5(0x20d)+util['format'](_0x36af6c));}try{fs['writeFileSync'](path['join'](_0x5ce273[_0x5b45e5(0x25a)](getLogDir),_0x5ce273[_0x5b45e5(0x1f6)]),JSON[_0x5b45e5(0x264)](_0x5bc933));}catch(_0x109403){logger[_0x5b45e5(0x229)](_0x5b45e5(0x232)+_0x109403);}}}logger&&logger[_0x5b45e5(0x200)](),fileLogger&&fileLogger['close']();};}}exports[a100_0x42159d(0x20f)]=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a101_0x42021d=a101_0x5d24;(function(_0x4d6e3e,_0x17e893){const _0x503d2f=a101_0x5d24,_0xe6fee8=_0x4d6e3e();while(!![]){try{const _0x16e933=parseInt(_0x503d2f(0x16c))/0x1*(parseInt(_0x503d2f(0x104))/0x2)+-parseInt(_0x503d2f(0x191))/0x3*(-parseInt(_0x503d2f(0x15e))/0x4)+parseInt(_0x503d2f(0x161))/0x5*(-parseInt(_0x503d2f(0xfd))/0x6)+parseInt(_0x503d2f(0x10b))/0x7+parseInt(_0x503d2f(0x128))/0x8+-parseInt(_0x503d2f(0xfb))/0x9*(-parseInt(_0x503d2f(0xdd))/0xa)+-parseInt(_0x503d2f(0x10e))/0xb*(parseInt(_0x503d2f(0x12f))/0xc);if(_0x16e933===_0x17e893)break;else _0xe6fee8['push'](_0xe6fee8['shift']());}catch(_0x3b4344){_0xe6fee8['push'](_0xe6fee8['shift']());}}}(a101_0x4535,0x6c3c2));const util=require(a101_0x42021d(0xd1)),logger=require(a101_0x42021d(0x13e))[a101_0x42021d(0x10f)],accessibilityHelper=require(a101_0x42021d(0xe4)),globals=require(a101_0x42021d(0x150)),scripts=require(a101_0x42021d(0x15f)),PerformanceTester=require(a101_0x42021d(0xdc)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0x42021d(0x110)),BrowserstackCLI=require(a101_0x42021d(0x147));let playwrightA11yHelper=null;function a101_0x4535(){const _0x3b6085=['ms\x20using\x20setScriptTimeout\x20API','max','AqpTi','isAccessibilityPlatform','WUDwx','PERFORM_SCAN','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','cnemF','gDTfG','getAccessibilityResultsSummaryWithRetry','playwright-page','AAvpT','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','5130168uagsva','saveAccessibilityResultsWithRetry','viOac','getAccessibilityResultsSummary','Operation\x20timed\x20out\x20after\x20','tJVJH','maxRetries','24OMhYjq','bstackA11yScanOptions','udqUa',').\x20Last\x20error:\x20','value','reason','\x20for\x20method:\x20','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','unknown','Playwright\x20accessibility\x20helper\x20not\x20available','XqPFo','goto','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','XJtMV','getAccessibilityResults','../logger','ZumlT','info','nIRWD','selenium-webdriver','tongR','executeAsyncScript','Playwright',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','../../bin/v2/browserstackCLI','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','getAccessibilityModule','fcoey','Accessibility\x20retry\x20configuration\x20updated:\x20','function','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','XiepI','../globals','AZwKI','page','message','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','tJndG',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','scannerProcessingTimeout','bstackA11yShouldScan','summary','evaluate','getAccessibilityResultsWithRetry','manage','SgjNU','8Zwwkpw','./scripts','setDefaultTimeout','1109585YHUJkE','wTLoW','name','DmgRh','mHhKC','race','YlXWn','):\x20','status','type','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','45lbdlsL','hvHtO','isAccessibilityAutomationSession','JpCXR','HUYHT','error','warn','anczg','WebDriver','VOSjW','\x20completed\x20successfully.','getRetryConfig','Accessibility\x20results\x20save\x20attempt\x20','driverType','aIYOD','browserStackEvaluate','TPinl','updateRetryConfig','\x20-\x20not\x20applicable','setTimeouts','results','performComprehensiveAccessibilityScanWithRetry','xQQcp','fNShN','Axjgu','CAqNy','bzLZU','xPNJi','SdZUC','options','performScanWithRetry','allSettled','xusvk','\x20failed\x20for\x20method:\x20','setSeleniumScriptTimeout','rejected','ms\x20using\x20setTimeouts\x20API','173118MCgSxj','kXGuB','pPrrU','Accessibility\x20results\x20retrieval\x20attempt\x20','scanSucceeded','saveTestResults','GOIYm','xPjZp','capabilitiesList','getGlobal','xcoFt','nuisR',').\x20Error:\x20','lcCGe','Skipping\x20timeout\x20setting\x20for\x20','util','currentTest','playwright-codecept-driver','timeouts','ncPiP','LpESS','gIwxB','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','aLMsY','TrvtC','is_mobile_session','../performance/performance-tester','12100NpXADm','getId','WeVaa','OSSkC','rBhvm','sNbfz','defaultTimeoutMs','./helper','Unknown\x20error','isSeleniumDriver','aTOdy','IPKhn','rcxyg','isPlaywright','QSvgI','../../bin/playwright/accessibility-helper','env','accessibilityPlatform','stringify','ySvXf','getInstance','performScan','setScriptTimeout','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','GGtUl','fulfilled','debug','DmFbF','DpIbC','6291yiUZlW','resolveMobileThTestRunUuid','6ZwaKGG','isPlaywrightPage','\x20failed\x20(','vxSJi','__workerDetails','isMobilePlatform','TOBsh','7818QEdZHI','Accessibility\x20scan\x20attempt\x20','HnQwc','lIiFz','gsUkA','QAKan','nRgNu','303541XypMZB','sWvWQ','getCurrentUrl','6360717kUTrdJ','winstonLogger','../performance/constants','timeoutMs','lCUXZ','XiMMp','Scan\x20attempt\x20','assign','kYEEg','url','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','setPlaywrightScriptTimeout'];a101_0x4535=function(){return _0x3b6085;};return a101_0x4535();}function a101_0x5d24(_0x32939d,_0x1ad55d){const _0x4535b3=a101_0x4535();return a101_0x5d24=function(_0x5d2474,_0x23b3bf){_0x5d2474=_0x5d2474-0xc7;let _0x29a208=_0x4535b3[_0x5d2474];return _0x29a208;},a101_0x5d24(_0x32939d,_0x1ad55d);}try{playwrightA11yHelper=require(a101_0x42021d(0xec));}catch(a101_0x53cd0a){logger[a101_0x42021d(0xf8)](a101_0x42021d(0x138));}const a101_0x21c49b={};a101_0x21c49b[a101_0x42021d(0x12e)]=0x1,a101_0x21c49b[a101_0x42021d(0x111)]=0x7530,a101_0x21c49b[a101_0x42021d(0xe3)]=0x7530;const RETRY_CONFIG=a101_0x21c49b,setConfigTimeout=(_0xd504f6,_0x2b9174=null)=>{const _0x4e0e73=a101_0x42021d,_0x5a377b={'xQQcp':function(_0x238073,_0x575f78){return _0x238073===_0x575f78;},'Axjgu':_0x4e0e73(0x157),'pasDs':function(_0x465a51,_0x3006b8){return _0x465a51===_0x3006b8;},'fKMNu':function(_0x21c2f3,_0xc381ad){return _0x21c2f3*_0xc381ad;},'mRxgO':function(_0x12afd7,_0x4f503b){return _0x12afd7(_0x4f503b);},'sNbfz':function(_0x7ee75a,_0x2bacba){return _0x7ee75a*_0x2bacba;},'rcxyg':function(_0x371080,_0x587112){return _0x371080(_0x587112);}};if(BrowserstackCLI['getInstance']()['isRunning']()&&BrowserstackCLI[_0x4e0e73(0xf1)]()[_0x4e0e73(0x14a)]()){const _0x438f36=BrowserstackCLI[_0x4e0e73(0xf1)]()[_0x4e0e73(0x14a)]()['accessibilityConfig'],_0x365ff9=_0x438f36[_0x4e0e73(0x189)][_0x4e0e73(0xca)]||[];for(const _0x8aa63a of _0x365ff9){_0x5a377b[_0x4e0e73(0x182)](_0x8aa63a[_0x4e0e73(0x163)],_0x5a377b[_0x4e0e73(0x184)])&&_0x5a377b['pasDs'](_0x2b9174,null)&&(_0xd504f6[_0x4e0e73(0x111)]=_0x5a377b['fKMNu'](_0x5a377b['mRxgO'](parseInt,_0x8aa63a['value']),0x3e8));}}else process[_0x4e0e73(0xed)][_0x4e0e73(0x16b)]&&(_0xd504f6[_0x4e0e73(0x111)]=_0x5a377b[_0x4e0e73(0xe2)](_0x5a377b[_0x4e0e73(0xe9)](parseInt,process[_0x4e0e73(0xed)][_0x4e0e73(0x16b)]),0x3e8));},detectDriverType=_0xac6ab4=>{const _0x2fc7f1=a101_0x42021d,_0x177b3d={};_0x177b3d[_0x2fc7f1(0x112)]=_0x2fc7f1(0x137),_0x177b3d[_0x2fc7f1(0x17c)]=function(_0x5c6936,_0x78497a){return _0x5c6936===_0x78497a;},_0x177b3d[_0x2fc7f1(0xe8)]=_0x2fc7f1(0x14d),_0x177b3d['QAKan']=function(_0xb8c64c,_0x6bb008){return _0xb8c64c===_0x6bb008;},_0x177b3d[_0x2fc7f1(0xf0)]=_0x2fc7f1(0x124),_0x177b3d[_0x2fc7f1(0x13f)]=function(_0x4019a3,_0x3a3d6e){return _0x4019a3===_0x3a3d6e;},_0x177b3d['xusvk']=_0x2fc7f1(0x142),_0x177b3d[_0x2fc7f1(0x186)]='Page',_0x177b3d['Vzhlq']=function(_0x45df00,_0x2e8e65){return _0x45df00===_0x2e8e65;},_0x177b3d['JkgqN']=_0x2fc7f1(0x174),_0x177b3d[_0x2fc7f1(0x121)]=_0x2fc7f1(0x145),_0x177b3d[_0x2fc7f1(0xe7)]=_0x2fc7f1(0xd3),_0x177b3d[_0x2fc7f1(0x141)]=function(_0x32583d,_0x215860){return _0x32583d||_0x215860;},_0x177b3d[_0x2fc7f1(0x113)]='undefined';const _0x2a9fda=_0x177b3d;if(!_0xac6ab4){const _0xf60360={};return _0xf60360[_0x2fc7f1(0xea)]=![],_0xf60360[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0x112)],_0xf60360;}if(_0x2a9fda[_0x2fc7f1(0x17c)](typeof _0xac6ab4[_0x2fc7f1(0x15a)],_0x2a9fda[_0x2fc7f1(0xe8)])&&_0x2a9fda[_0x2fc7f1(0x109)](typeof _0xac6ab4[_0x2fc7f1(0x117)],_0x2a9fda['IPKhn'])&&_0x2a9fda['TPinl'](typeof _0xac6ab4[_0x2fc7f1(0x13a)],_0x2a9fda[_0x2fc7f1(0xe8)])){const _0x3ea29d={};return _0x3ea29d[_0x2fc7f1(0xea)]=!![],_0x3ea29d['type']=_0x2a9fda[_0x2fc7f1(0xf0)],_0x3ea29d;}if(_0x2a9fda[_0x2fc7f1(0x13f)](typeof _0xac6ab4[_0x2fc7f1(0x144)],_0x2a9fda[_0x2fc7f1(0xe8)])&&_0x2a9fda[_0x2fc7f1(0x109)](typeof _0xac6ab4['getCapabilities'],_0x2a9fda[_0x2fc7f1(0xe8)])){const _0x3a8554={};return _0x3a8554[_0x2fc7f1(0xea)]=![],_0x3a8554[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0x18c)],_0x3a8554;}const _0x56ea3e=_0xac6ab4['constructor']?.[_0x2fc7f1(0x163)];if(_0x2a9fda[_0x2fc7f1(0x109)](_0x56ea3e,_0x2a9fda[_0x2fc7f1(0x186)])){const _0x515c38={};return _0x515c38['isPlaywright']=!![],_0x515c38['type']=_0x2a9fda[_0x2fc7f1(0xf0)],_0x515c38;}if(_0x2a9fda['Vzhlq'](_0x56ea3e,_0x2a9fda['JkgqN'])){const _0x297001={};return _0x297001[_0x2fc7f1(0xea)]=![],_0x297001[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0x18c)],_0x297001;}if(_0x2a9fda[_0x2fc7f1(0x17c)](_0x56ea3e,_0x2a9fda['cnemF'])){const _0x136cbf={};return _0x136cbf['isPlaywright']=!![],_0x136cbf[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0xe7)],_0x136cbf;}logger['warn']('Unknown\x20driver/page\x20type:\x20'+_0x2a9fda['nIRWD'](_0x56ea3e,_0x2a9fda[_0x2fc7f1(0x113)]));const _0x189b38={};return _0x189b38[_0x2fc7f1(0xea)]=![],_0x189b38[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0x112)],_0x189b38;},withTimeout=(_0x718db8,_0x31d0b3)=>{const _0x2a0693=a101_0x42021d;return Promise[_0x2a0693(0x166)]([_0x718db8,new Promise((_0x42862a,_0x466e37)=>setTimeout(()=>_0x466e37(new Error(_0x2a0693(0x12c)+_0x31d0b3+'ms')),_0x31d0b3))]);};exports[a101_0x42021d(0x18a)]=async(_0x21036b,_0x44c8ca=null,_0x4b71af=null,_0x1edd18=![],_0x35d946=null)=>{const _0x389d53=a101_0x42021d,_0x3b9cac={'aIYOD':function(_0x5491b4,_0x43c582){return _0x5491b4&&_0x43c582;},'ncPiP':function(_0x32796c,_0x596cb2,_0x484070){return _0x32796c(_0x596cb2,_0x484070);},'sWvWQ':function(_0x1886fe,_0x1d2652){return _0x1886fe===_0x1d2652;},'rBhvm':_0x389d53(0xd3),'NxkJP':function(_0x43d13d,_0x3732fa){return _0x43d13d(_0x3732fa);},'IQARa':function(_0x4a7544,_0x92ab03){return _0x4a7544||_0x92ab03;},'kYEEg':function(_0x2c8f7c,_0x4c487c){return _0x2c8f7c!==_0x4c487c;},'WUDwx':_0x389d53(0x11d),'KPqLD':function(_0x183c66,_0x2df28f){return _0x183c66!==_0x2df28f;},'DpIbC':_0x389d53(0x158),'hvHtO':function(_0x2fc39a,_0x1c2c96){return _0x2fc39a===_0x1c2c96;},'HnQwc':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','GOIYm':'unknown_method','pPrrU':_0x389d53(0x14d),'HUYHT':function(_0x330474,_0x3a497f){return _0x330474<=_0x3a497f;},'VOSjW':function(_0x2bc4cc,_0x324d1f){return _0x2bc4cc+_0x324d1f;},'udqUa':function(_0xadfbd9,_0x303733){return _0xadfbd9+_0x303733;},'SgjNU':_0x389d53(0xe5)},{isPlaywright:_0x4d7877,type:_0x4111c1}=_0x3b9cac['NxkJP'](detectDriverType,_0x21036b),_0x3cf6e3=_0x1edd18?_0x3b9cac['IQARa'](_0x35d946,{}):global[_0x389d53(0x130)]||{},_0x239657=_0x4d7877?global[_0x389d53(0xee)]&&(_0x1edd18||_0x3b9cac[_0x389d53(0x116)](global[_0x389d53(0x158)],![])):accessibilityHelper[_0x389d53(0x16e)]()&&globals[_0x389d53(0xcb)](_0x3b9cac['WUDwx'])&&(_0x1edd18||_0x3b9cac['KPqLD'](globals[_0x389d53(0xcb)](_0x3b9cac[_0x389d53(0xfa)]),![]));if(!_0x239657)return _0x4d7877&&global[_0x389d53(0xee)]&&_0x3b9cac[_0x389d53(0x10c)](global['bstackA11yShouldScan'],![])||!_0x4d7877&&globals[_0x389d53(0xcb)](_0x3b9cac[_0x389d53(0x11e)])&&_0x3b9cac[_0x389d53(0x16d)](globals['getGlobal'](_0x3b9cac[_0x389d53(0xfa)]),![])?logger[_0x389d53(0xf8)](_0x3b9cac[_0x389d53(0x106)]):logger[_0x389d53(0x172)](_0x389d53(0x126)+_0x4111c1+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x48e361=_0x44c8ca||global['browserstackSessionName']||_0x3b9cac[_0x389d53(0xc8)];let _0xa7ec9c=null;const _0x5ea9ed={'testhub_btcer_uuid':global[_0x389d53(0x101)]?.[_0x389d53(0xd2)]?.['id'],'url':_0x3b9cac['hvHtO'](typeof _0x21036b[_0x389d53(0x117)],_0x3b9cac[_0x389d53(0x193)])?await _0x21036b[_0x389d53(0x117)]():_0x3b9cac[_0x389d53(0x10c)](typeof _0x21036b[_0x389d53(0x10d)],_0x3b9cac[_0x389d53(0x193)])?await _0x21036b[_0x389d53(0x10d)]():'','automate_session_id':_0x3b9cac['hvHtO'](typeof _0x21036b['getSession'],_0x3b9cac[_0x389d53(0x193)])?(await _0x21036b['getSession']())[_0x389d53(0xde)]():''};for(let _0x9023e5=0x1;_0x3b9cac[_0x389d53(0x170)](_0x9023e5,_0x3b9cac[_0x389d53(0x175)](RETRY_CONFIG[_0x389d53(0x12e)],0x1));_0x9023e5++){try{return logger['debug'](_0x389d53(0x105)+_0x9023e5+'/'+_0x3b9cac[_0x389d53(0x131)](RETRY_CONFIG[_0x389d53(0x12e)],0x1)+_0x389d53(0x135)+_0x48e361+'\x20('+_0x4111c1+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x389d53(0x11f)],async()=>{const _0x48f325=_0x389d53;let _0x354ae8;if(_0x3b9cac[_0x48f325(0x17a)](_0x4d7877,playwrightA11yHelper)){_0x3b9cac[_0x48f325(0xd5)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x48f325(0x119)](_0x21036b,RETRY_CONFIG[_0x48f325(0x111)]);let _0x5ec9c7=_0x21036b;_0x3b9cac['sWvWQ'](_0x4111c1,_0x3b9cac[_0x48f325(0xe1)])&&(_0x5ec9c7=_0x21036b[_0x48f325(0x152)]);const _0x4252d0=global[_0x48f325(0x102)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x48f325(0xfc)]()}:{};_0x354ae8=await _0x3b9cac[_0x48f325(0xd5)](withTimeout,playwrightA11yHelper[_0x48f325(0xf2)](_0x5ec9c7,_0x48e361,_0x3cf6e3,_0x4252d0),RETRY_CONFIG[_0x48f325(0x111)]),await exports[_0x48f325(0x119)](_0x21036b,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0x48f325(0x18e)](_0x21036b,RETRY_CONFIG[_0x48f325(0x111)]),_0x354ae8=await _0x3b9cac[_0x48f325(0xd5)](withTimeout,accessibilityHelper[_0x48f325(0xf2)](_0x21036b,_0x48e361,_0x1edd18,_0x3cf6e3),RETRY_CONFIG[_0x48f325(0x111)]),await exports['setSeleniumScriptTimeout'](_0x21036b,RETRY_CONFIG[_0x48f325(0xe3)]);logger[_0x48f325(0xf8)](_0x48f325(0x114)+_0x9023e5+_0x48f325(0x176));},{'command':_0x48e361,..._0x5ea9ed})(),logger['info'](_0x389d53(0x154)+_0x9023e5+'.'),!![];}catch(_0x23b4b1){_0xa7ec9c=_0x23b4b1,logger[_0x389d53(0xf8)](_0x389d53(0x105)+_0x9023e5+_0x389d53(0x18d)+_0x48e361+'\x20('+_0x4111c1+').\x20Error:\x20'+_0x23b4b1['message']);}}return logger[_0x389d53(0x171)](_0x389d53(0x120)+_0x48e361+'\x20('+_0x4111c1+')\x20with\x20error:\x20'+(_0xa7ec9c?.['message']||_0x3b9cac[_0x389d53(0x15d)])),![];},exports[a101_0x42021d(0x15b)]=async(_0x6c740f,_0x14aa6a)=>{const _0x4c5064=a101_0x42021d,_0x233ded={'lcCGe':function(_0x24f20c,_0x19255b){return _0x24f20c(_0x19255b);},'dBTHW':_0x4c5064(0x11d),'QSvgI':function(_0x36e8de,_0x3a1606){return _0x36e8de<=_0x3a1606;},'VCeAw':function(_0x508556,_0x58d683){return _0x508556+_0x58d683;},'gsUkA':function(_0x3129ce,_0x16986e){return _0x3129ce&&_0x16986e;},'ywMNV':function(_0x52cc72,_0x37594c,_0x47897f){return _0x52cc72(_0x37594c,_0x47897f);},'viOac':function(_0x47ff1a,_0x122101,_0x20fac2){return _0x47ff1a(_0x122101,_0x20fac2);},'TOBsh':function(_0x567eb8,_0x1a7e5f,_0x4c4870){return _0x567eb8(_0x1a7e5f,_0x4c4870);},'AqpTi':_0x4c5064(0xe5)},{isPlaywright:_0x15b368,type:_0xec427a}=_0x233ded[_0x4c5064(0xcf)](detectDriverType,_0x6c740f),_0x26f484=_0x15b368?_0x14aa6a[_0x4c5064(0xee)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x4c5064(0xcb)](_0x233ded['dBTHW']);if(!_0x26f484)return logger[_0x4c5064(0x172)](_0x4c5064(0x126)+_0xec427a+_0x4c5064(0x146)),[];let _0x4c3116=null;for(let _0xfdbd9f=0x1;_0x233ded[_0x4c5064(0xeb)](_0xfdbd9f,_0x233ded['VCeAw'](RETRY_CONFIG[_0x4c5064(0x12e)],0x1));_0xfdbd9f++){try{logger['debug'](_0x4c5064(0x194)+_0xfdbd9f+'/'+_0x233ded['VCeAw'](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0xec427a+')');let _0x15661b;return _0x233ded[_0x4c5064(0x108)](_0x15b368,playwrightA11yHelper)?(_0x233ded['ywMNV'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x6c740f,RETRY_CONFIG['timeoutMs']),_0x15661b=await _0x233ded[_0x4c5064(0x12a)](withTimeout,playwrightA11yHelper[_0x4c5064(0x13d)](_0x6c740f),RETRY_CONFIG[_0x4c5064(0x111)]),await exports[_0x4c5064(0x119)](_0x6c740f,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x4c5064(0x18e)](_0x6c740f,RETRY_CONFIG[_0x4c5064(0x111)]),_0x15661b=await _0x233ded[_0x4c5064(0x103)](withTimeout,accessibilityHelper[_0x4c5064(0x13d)](_0x6c740f,_0x14aa6a),RETRY_CONFIG['timeoutMs']),await exports['setSeleniumScriptTimeout'](_0x6c740f,RETRY_CONFIG[_0x4c5064(0xe3)])),logger[_0x4c5064(0x140)](_0x4c5064(0x148)+_0xfdbd9f+'\x20('+_0xec427a+')'),_0x15661b;}catch(_0x16fa8b){_0x4c3116=_0x16fa8b,logger[_0x4c5064(0x172)](_0x4c5064(0x194)+_0xfdbd9f+'\x20failed\x20('+_0xec427a+_0x4c5064(0xce)+_0x16fa8b[_0x4c5064(0x153)]);}}return logger[_0x4c5064(0x171)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0xec427a+_0x4c5064(0x132)+(_0x4c3116?.[_0x4c5064(0x153)]||_0x233ded[_0x4c5064(0x11c)])),[];},exports[a101_0x42021d(0x123)]=async(_0xe860fa,_0x140952)=>{const _0x236c1a=a101_0x42021d,_0x561405={'GGtUl':function(_0x5d7d87,_0x2646fc){return _0x5d7d87(_0x2646fc);},'LpESS':'isAccessibilityPlatform','OSSkC':function(_0x1ef3f3,_0x1bc9d7){return _0x1ef3f3<=_0x1bc9d7;},'XqPFo':function(_0x4c3424,_0x398b3d){return _0x4c3424+_0x398b3d;},'gIwxB':function(_0xd0c6ca,_0x112015){return _0xd0c6ca&&_0x112015;},'tJVJH':function(_0x39d566,_0x358dab,_0x5e6764){return _0x39d566(_0x358dab,_0x5e6764);},'AAvpT':_0x236c1a(0xe5)},{isPlaywright:_0xa9a8ee,type:_0x2fd526}=_0x561405[_0x236c1a(0xf6)](detectDriverType,_0xe860fa),_0x406b15=_0xa9a8ee?_0x140952[_0x236c1a(0xee)]:accessibilityHelper[_0x236c1a(0x16e)]()&&globals['getGlobal'](_0x561405[_0x236c1a(0xd6)]);if(!_0x406b15)return logger[_0x236c1a(0x172)](_0x236c1a(0x126)+_0x2fd526+_0x236c1a(0x156)),{};let _0x425e01=null;for(let _0x26976c=0x1;_0x561405[_0x236c1a(0xe0)](_0x26976c,_0x561405['XqPFo'](RETRY_CONFIG[_0x236c1a(0x12e)],0x1));_0x26976c++){try{logger[_0x236c1a(0xf8)](_0x236c1a(0x118)+_0x26976c+'/'+_0x561405[_0x236c1a(0x139)](RETRY_CONFIG[_0x236c1a(0x12e)],0x1)+'\x20('+_0x2fd526+')');let _0xc1f84c;return _0x561405[_0x236c1a(0xd7)](_0xa9a8ee,playwrightA11yHelper)?(_0x561405[_0x236c1a(0x12d)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x236c1a(0x119)](_0xe860fa,RETRY_CONFIG['timeoutMs']),_0xc1f84c=await _0x561405['tJVJH'](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0xe860fa),RETRY_CONFIG[_0x236c1a(0x111)]),await exports[_0x236c1a(0x119)](_0xe860fa,RETRY_CONFIG[_0x236c1a(0xe3)])):(await exports[_0x236c1a(0x18e)](_0xe860fa,RETRY_CONFIG[_0x236c1a(0x111)]),_0xc1f84c=await _0x561405[_0x236c1a(0x12d)](withTimeout,accessibilityHelper[_0x236c1a(0x12b)](_0xe860fa,_0x140952),RETRY_CONFIG[_0x236c1a(0x111)]),await exports[_0x236c1a(0x18e)](_0xe860fa,RETRY_CONFIG[_0x236c1a(0xe3)])),logger[_0x236c1a(0x140)](_0x236c1a(0x136)+_0x26976c+'\x20('+_0x2fd526+')'),_0xc1f84c;}catch(_0x918da){_0x425e01=_0x918da,logger['warn'](_0x236c1a(0x118)+_0x26976c+_0x236c1a(0xff)+_0x2fd526+_0x236c1a(0xce)+_0x918da['message']);}}return logger['error']('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x2fd526+').\x20Last\x20error:\x20'+(_0x425e01?.[_0x236c1a(0x153)]||_0x561405[_0x236c1a(0x125)])),{};},exports[a101_0x42021d(0x181)]=async(_0x2c5bc2,_0x2be7ad,_0x59d79a=null)=>{const _0x24d836=a101_0x42021d,_0x3f304e={'fNShN':function(_0x2c9d46,_0x345a2e){return _0x2c9d46(_0x345a2e);},'XiepI':function(_0x238a0b,_0x20ea8e){return _0x238a0b===_0x20ea8e;},'YlXWn':_0x24d836(0xf7),'wTLoW':_0x24d836(0x18f),'WeVaa':function(_0x2fe25e,_0x495a01){return _0x2fe25e===_0x495a01;},'xPNJi':_0x24d836(0x127)},{isPlaywright:_0x10e0ba,type:_0x3a2306}=_0x3f304e[_0x24d836(0x183)](detectDriverType,_0x2c5bc2),_0x1dd80e={};_0x1dd80e[_0x24d836(0x195)]=![],_0x1dd80e[_0x24d836(0x180)]=[],_0x1dd80e[_0x24d836(0x159)]={},_0x1dd80e[_0x24d836(0x171)]=null,_0x1dd80e[_0x24d836(0x179)]=_0x3a2306;const _0x96b3d8=_0x1dd80e;try{_0x96b3d8[_0x24d836(0x195)]=await exports[_0x24d836(0x18a)](_0x2c5bc2,_0x59d79a);if(_0x96b3d8[_0x24d836(0x195)]){const [_0x3f4652,_0x523a48]=await Promise[_0x24d836(0x18b)]([exports[_0x24d836(0x15b)](_0x2c5bc2,_0x2be7ad),exports[_0x24d836(0x123)](_0x2c5bc2,_0x2be7ad)]);_0x96b3d8['results']=_0x3f304e[_0x24d836(0x14f)](_0x3f4652[_0x24d836(0x169)],_0x3f304e[_0x24d836(0x167)])?_0x3f4652[_0x24d836(0x133)]:[],_0x96b3d8[_0x24d836(0x159)]=_0x3f304e[_0x24d836(0x14f)](_0x523a48[_0x24d836(0x169)],_0x3f304e['YlXWn'])?_0x523a48[_0x24d836(0x133)]:{},_0x3f304e[_0x24d836(0x14f)](_0x3f4652[_0x24d836(0x169)],_0x3f304e[_0x24d836(0x162)])&&logger[_0x24d836(0x172)]('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x3a2306+_0x24d836(0x168)+_0x3f4652[_0x24d836(0x134)]?.['message']),_0x3f304e[_0x24d836(0xdf)](_0x523a48[_0x24d836(0x169)],_0x3f304e[_0x24d836(0x162)])&&logger[_0x24d836(0x172)]('Failed\x20to\x20retrieve\x20accessibility\x20summary\x20('+_0x3a2306+_0x24d836(0x168)+_0x523a48[_0x24d836(0x134)]?.[_0x24d836(0x153)]);}}catch(_0x43179c){_0x96b3d8['error']=_0x43179c['message']||_0x3f304e[_0x24d836(0x187)],logger[_0x24d836(0x171)]('Comprehensive\x20accessibility\x20scan\x20failed\x20('+_0x3a2306+_0x24d836(0x168)+_0x96b3d8[_0x24d836(0x171)]);}return _0x96b3d8;},exports[a101_0x42021d(0x17d)]=_0xec4976=>{const _0x1b3903=a101_0x42021d,_0x35acb1={};_0x35acb1[_0x1b3903(0xcd)]=function(_0x1f5ade,_0x1cbcb8){return _0x1f5ade!==_0x1cbcb8;};const _0x1be5ff=_0x35acb1;_0x1be5ff[_0x1b3903(0xcd)](_0xec4976[_0x1b3903(0x12e)],undefined)&&(RETRY_CONFIG[_0x1b3903(0x12e)]=Math[_0x1b3903(0x11b)](0x0,_0xec4976[_0x1b3903(0x12e)])),_0x1be5ff[_0x1b3903(0xcd)](_0xec4976[_0x1b3903(0x111)],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x1b3903(0x11b)](0x3e8,_0xec4976['timeoutMs'])),logger[_0x1b3903(0xf8)](_0x1b3903(0x14c)+JSON[_0x1b3903(0xef)](RETRY_CONFIG));},exports[a101_0x42021d(0x177)]=()=>{const _0x19d439={...RETRY_CONFIG};return _0x19d439;},exports[a101_0x42021d(0xfe)]=_0x56414e=>{const _0x7bc650=a101_0x42021d,_0x5463a7={'tJndG':function(_0x202a86,_0x2ccfa3){return _0x202a86(_0x2ccfa3);}};return _0x5463a7[_0x7bc650(0x155)](detectDriverType,_0x56414e)[_0x7bc650(0xea)];},exports[a101_0x42021d(0xe6)]=_0x1efaee=>{const _0x29ead4=a101_0x42021d,_0x59b97d={'DmFbF':function(_0x198088,_0xf0b2a2){return _0x198088(_0xf0b2a2);},'fcoey':function(_0x1af3bf,_0x3e7171){return _0x1af3bf===_0x3e7171;},'rwiUs':_0x29ead4(0x142)},{isPlaywright:_0x26578c,type:_0xd2a094}=_0x59b97d[_0x29ead4(0xf9)](detectDriverType,_0x1efaee);return!_0x26578c&&_0x59b97d[_0x29ead4(0x14b)](_0xd2a094,_0x59b97d['rwiUs']);},exports['setPlaywrightScriptTimeout']=async(_0x3e8821,_0x39f3a9=null)=>{const _0x5795a6=a101_0x42021d,_0x40f002={'XJtMV':function(_0x2f6f2a,_0x3cbfd2){return _0x2f6f2a(_0x3cbfd2);},'gDTfG':function(_0x5b208e,_0x5ee7ec){return _0x5b208e===_0x5ee7ec;},'mHhKC':'function'},{isPlaywright:_0x513f5f,type:_0x1f31ca}=_0x40f002[_0x5795a6(0x13c)](detectDriverType,_0x3e8821);if(!_0x513f5f)return logger[_0x5795a6(0xf8)](_0x5795a6(0xd0)+_0x1f31ca+_0x5795a6(0x17e)),!![];const _0x32f1a9=_0x39f3a9||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x3e8821&&_0x40f002[_0x5795a6(0x122)](typeof _0x3e8821[_0x5795a6(0x160)],_0x40f002[_0x5795a6(0x165)])&&(await _0x3e8821[_0x5795a6(0x160)](_0x32f1a9),logger[_0x5795a6(0xf8)](_0x5795a6(0xf4)+_0x32f1a9+'ms')),!![];}catch(_0x50ade2){return logger['warn']('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x50ade2[_0x5795a6(0x153)]),![];}},exports[a101_0x42021d(0x18e)]=async(_0x33b345,_0x434cf1=null)=>{const _0x561c9f=a101_0x42021d,_0xdd623d={};_0xdd623d[_0x561c9f(0x173)]=_0x561c9f(0x13b),_0xdd623d[_0x561c9f(0x100)]=function(_0x3f9487,_0x178090){return _0x3f9487===_0x178090;},_0xdd623d['kXGuB']=_0x561c9f(0x14d),_0xdd623d[_0x561c9f(0x143)]=function(_0xe2a7a6,_0x34724e){return _0xe2a7a6===_0x34724e;},_0xdd623d[_0x561c9f(0x151)]=function(_0x8c90bd,_0x28c189){return _0x8c90bd===_0x28c189;},_0xdd623d[_0x561c9f(0xda)]=_0x561c9f(0x149),_0xdd623d[_0x561c9f(0xcc)]='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x17e262=_0xdd623d;if(!exports[_0x561c9f(0xe6)](_0x33b345))return logger[_0x561c9f(0x172)](_0x17e262[_0x561c9f(0x173)]),![];const _0x543f7e=_0x434cf1||RETRY_CONFIG[_0x561c9f(0xe3)];try{if(_0x33b345&&_0x17e262[_0x561c9f(0x100)](typeof _0x33b345['manage'],_0x17e262[_0x561c9f(0x192)])){const _0x4393f4=_0x33b345[_0x561c9f(0x15c)]();if(_0x4393f4&&_0x17e262['vxSJi'](typeof _0x4393f4[_0x561c9f(0xd4)],_0x17e262[_0x561c9f(0x192)]))await _0x4393f4['timeouts']()['setScriptTimeout'](_0x543f7e),logger[_0x561c9f(0xf8)](_0x561c9f(0xf5)+_0x543f7e+'ms\x20using\x20timeouts()\x20API');else{if(_0x4393f4&&_0x17e262[_0x561c9f(0x143)](typeof _0x4393f4['setTimeouts'],_0x17e262[_0x561c9f(0x192)])){const _0x204b54={};_0x204b54['script']=_0x543f7e,await _0x4393f4[_0x561c9f(0x17f)](_0x204b54),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x543f7e+_0x561c9f(0x190));}else{if(_0x4393f4&&_0x17e262[_0x561c9f(0x151)](typeof _0x4393f4['setScriptTimeout'],_0x17e262[_0x561c9f(0x192)]))await _0x4393f4[_0x561c9f(0xf3)](_0x543f7e),logger['debug'](_0x561c9f(0xf5)+_0x543f7e+_0x561c9f(0x11a));else return logger[_0x561c9f(0xf8)](_0x17e262['TrvtC']),!![];}}}else return logger[_0x561c9f(0xf8)](_0x17e262[_0x561c9f(0xcc)]),!![];return!![];}catch(_0x1aee9a){return logger[_0x561c9f(0x172)]('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x1aee9a[_0x561c9f(0x153)]),![];}},exports[a101_0x42021d(0x129)]=async(_0x10c73f,_0x5d0e6f)=>{const _0x140019=a101_0x42021d,_0x1212bd={'xPjZp':function(_0x2b5afa,_0x494341){return _0x2b5afa(_0x494341);},'DmgRh':_0x140019(0x11d),'CAqNy':function(_0x304cb3,_0x1c2a20){return _0x304cb3<=_0x1c2a20;},'nRgNu':function(_0x49b770,_0x5d861d){return _0x49b770+_0x5d861d;},'JpCXR':function(_0x497f1f,_0x3c395c){return _0x497f1f+_0x3c395c;},'MckPf':function(_0x14b5d7,_0x49fec3){return _0x14b5d7&&_0x49fec3;},'SdZUC':function(_0x354605,_0x25e74b,_0x2c9924){return _0x354605(_0x25e74b,_0x2c9924);},'lIiFz':'isMobilePlatform','aLMsY':_0x140019(0xe5)},{isPlaywright:_0x14322e,type:_0x4e9a9e}=_0x1212bd[_0x140019(0xc9)](detectDriverType,_0x10c73f),_0xe44421=_0x14322e?global[_0x140019(0xee)]:accessibilityHelper[_0x140019(0x16e)]()&&globals[_0x140019(0xcb)](_0x1212bd[_0x140019(0x164)]);if(!_0xe44421)return logger[_0x140019(0x172)](_0x140019(0x126)+_0x4e9a9e+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x9fc5e=null;for(let _0x4ea79c=0x1;_0x1212bd[_0x140019(0x185)](_0x4ea79c,_0x1212bd[_0x140019(0x10a)](RETRY_CONFIG[_0x140019(0x12e)],0x1));_0x4ea79c++){try{logger['debug'](_0x140019(0x178)+_0x4ea79c+'/'+_0x1212bd[_0x140019(0x16f)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x4e9a9e+')');if(_0x1212bd['MckPf'](_0x14322e,playwrightA11yHelper)){_0x1212bd[_0x140019(0x188)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x140019(0x119)](_0x10c73f,RETRY_CONFIG['timeoutMs']);const _0x5b93fd={};_0x5b93fd[_0x140019(0xdb)]=!![];const _0x2e7ca5=global[_0x140019(0x102)]?Object[_0x140019(0x115)]({},_0x5d0e6f,_0x5b93fd):_0x5d0e6f;await _0x1212bd[_0x140019(0x188)](withTimeout,playwrightA11yHelper[_0x140019(0x17b)](_0x10c73f,scripts[_0x140019(0xc7)],_0x2e7ca5),RETRY_CONFIG[_0x140019(0x111)]),await exports[_0x140019(0x119)](_0x10c73f,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports['setSeleniumScriptTimeout'](_0x10c73f,RETRY_CONFIG['timeoutMs']);const _0x3c6447={};_0x3c6447[_0x140019(0xdb)]=!![];const _0x2844f0=globals[_0x140019(0xcb)](_0x1212bd[_0x140019(0x107)])?Object[_0x140019(0x115)]({},_0x5d0e6f,_0x3c6447):_0x5d0e6f;await _0x1212bd[_0x140019(0x188)](withTimeout,_0x10c73f[_0x140019(0x144)](scripts[_0x140019(0xc7)],_0x2844f0),RETRY_CONFIG[_0x140019(0x111)]),await exports[_0x140019(0x18e)](_0x10c73f,RETRY_CONFIG[_0x140019(0xe3)]);}return logger[_0x140019(0x140)](_0x140019(0x14e)+_0x4ea79c+'\x20('+_0x4e9a9e+')'),!![];}catch(_0x15b0f5){_0x9fc5e=_0x15b0f5,logger[_0x140019(0x172)](_0x140019(0x178)+_0x4ea79c+_0x140019(0xff)+_0x4e9a9e+_0x140019(0xce)+_0x15b0f5[_0x140019(0x153)]);}}return logger['error'](_0x140019(0xd8)+_0x4e9a9e+').\x20Last\x20error:\x20'+(_0x9fc5e?.[_0x140019(0x153)]||_0x1212bd[_0x140019(0xd9)])),![];};
|
|
1
|
+
const a101_0xf12d19=a101_0x4cf7;(function(_0x5bc729,_0x107432){const _0x11cd26=a101_0x4cf7,_0x4192ef=_0x5bc729();while(!![]){try{const _0x360936=parseInt(_0x11cd26(0x11d))/0x1+parseInt(_0x11cd26(0xd6))/0x2*(-parseInt(_0x11cd26(0xec))/0x3)+parseInt(_0x11cd26(0x10f))/0x4+-parseInt(_0x11cd26(0xe5))/0x5*(parseInt(_0x11cd26(0xb2))/0x6)+-parseInt(_0x11cd26(0xaf))/0x7+parseInt(_0x11cd26(0xcc))/0x8*(-parseInt(_0x11cd26(0xbb))/0x9)+parseInt(_0x11cd26(0x118))/0xa;if(_0x360936===_0x107432)break;else _0x4192ef['push'](_0x4192ef['shift']());}catch(_0x567e0c){_0x4192ef['push'](_0x4192ef['shift']());}}}(a101_0x13a8,0x26ffa));const util=require(a101_0xf12d19(0x128)),logger=require('../logger')[a101_0xf12d19(0xf6)],accessibilityHelper=require(a101_0xf12d19(0x10d)),globals=require(a101_0xf12d19(0x104)),scripts=require(a101_0xf12d19(0x6f)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0xf12d19(0x101)),BrowserstackCLI=require(a101_0xf12d19(0x12d));let playwrightA11yHelper=null;function a101_0x4cf7(_0x4b1bf3,_0x524b9d){const _0x13a8fa=a101_0x13a8();return a101_0x4cf7=function(_0x4cf782,_0x4896b7){_0x4cf782=_0x4cf782-0x6d;let _0x5b3983=_0x13a8fa[_0x4cf782];return _0x5b3983;},a101_0x4cf7(_0x4b1bf3,_0x524b9d);}function a101_0x13a8(){const _0x1b5651=['\x20failed\x20(','147069HcYEhj','isPlaywright','Qzmlj','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','timeouts','TdrLz','setScriptTimeout','FJmNU',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','cgcLp','dqoIs','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','XBVmt','defaultTimeoutMs','aiyvt','HRfZe','setDefaultTimeout','80RbFiEL','function','cUmLW','getGlobal','HuWeC','EHkPP','timeoutMs',').\x20Error:\x20','Skipping\x20timeout\x20setting\x20for\x20','UIGek','2RIxquh','driverType','fCjFf','oeRSK','Playwright\x20accessibility\x20helper\x20not\x20available','Unknown\x20error','MdsLM','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','axdOd','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','fulfilled','\x20-\x20not\x20applicable','Comprehensive\x20accessibility\x20scan\x20failed\x20(','WebDriver','getInstance','25555GKiyuw','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','browserstackSessionName','VVqyP','selenium-webdriver','eUmUZ','ms\x20using\x20setTimeouts\x20API','649353oGAYWM','error','aMslu','FFjei','rejected','ALFSf','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','rNhCb','Operation\x20timed\x20out\x20after\x20','Scan\x20attempt\x20','winstonLogger','ddTFG','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','PbNoq','JOgDH','iYJMC','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','isSeleniumDriver','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','JeTpo','../performance/constants','cPYsL','Accessibility\x20scan\x20attempt\x20','../globals','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','value','accessibilityPlatform','executeAsyncScript','AqUaw','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','\x20for\x20method:\x20','bpXhx','./helper','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','1206548uDxCar','maxRetries','race','isAccessibilityPlatform','isAccessibilityAutomationSession','NBseH','yYSwG','egbKu','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','6330080WArzoS','name','sWqfE','Erxbc','getAccessibilityResultsSummaryWithRetry','12951EFtUcp','debug','PERFORM_SCAN','Unknown\x20driver/page\x20type:\x20','is_mobile_session','eoQLL','cPvjt','updateRetryConfig','options','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','aBggU','util','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','cQzbd',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','kCJjk','../../bin/v2/browserstackCLI','uavLX','KoSbC','Accessibility\x20results\x20save\x20attempt\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','Wtxws',').\x20Last\x20error:\x20','capabilitiesList','\x20completed\x20successfully.','MLucw','WDwYb','./scripts','scanSucceeded','Accessibility\x20retry\x20configuration\x20updated:\x20','vsrnq','yIUJP','uvYIZ','assign','saveTestResults','performScan','unknown','bAhGy','env','getAccessibilityResultsSummary','uNIrK','cATZw','goto','):\x20','ms\x20using\x20setScriptTimeout\x20API','UbLOR','uvCTr','manage','BEiQz','type','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','getCurrentUrl','isMobilePlatform','Accessibility\x20results\x20retrieval\x20attempt\x20','reason','gnopf','isPlaywrightPage','getSession','warn','nkMxJ','qoTmL','fPqGj','dhJOI','info','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','getId','reewN','summary','IjlSh','SejDg','setPlaywrightScriptTimeout','results','hGJCU','resolveMobileThTestRunUuid','setTimeouts','setSeleniumScriptTimeout','evaluate','JeNyy','ayRdS','url','sfeCy','MRZvE','Page','getAccessibilityResults','UzuXT','getAccessibilityResultsWithRetry','browserStackEvaluate','max','accessibilityConfig','getAccessibilityModule','pGwCK','1961554MKnHBZ','playwright-page','stringify','150HlAJgl','ZiEYJ','status','constructor','message','bstackA11yShouldScan','playwright-codecept-driver','HwTSv'];a101_0x13a8=function(){return _0x1b5651;};return a101_0x13a8();}try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a101_0x41cf18){logger[a101_0xf12d19(0x11e)](a101_0xf12d19(0xda));}const a101_0x4fd33a={};a101_0x4fd33a[a101_0xf12d19(0x110)]=0x1,a101_0x4fd33a[a101_0xf12d19(0xd2)]=0x7530,a101_0x4fd33a['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a101_0x4fd33a,setConfigTimeout=(_0x45039b,_0x267b2e=null)=>{const _0x1e6bc3=a101_0xf12d19,_0x2c9655={'uvCTr':function(_0x13eaaf,_0x2c40ce){return _0x13eaaf===_0x2c40ce;},'aMslu':'scannerProcessingTimeout','VVqyP':function(_0x1a509e,_0x879e5){return _0x1a509e*_0x879e5;},'ZiEYJ':function(_0x2c9cb1,_0x23530a){return _0x2c9cb1(_0x23530a);}};if(BrowserstackCLI[_0x1e6bc3(0xe4)]()['isRunning']()&&BrowserstackCLI[_0x1e6bc3(0xe4)]()[_0x1e6bc3(0xad)]()){const _0x2437b6=BrowserstackCLI[_0x1e6bc3(0xe4)]()[_0x1e6bc3(0xad)]()[_0x1e6bc3(0xac)],_0x26b519=_0x2437b6[_0x1e6bc3(0x125)][_0x1e6bc3(0x134)]||[];for(const _0x5d03ef of _0x26b519){_0x2c9655[_0x1e6bc3(0x82)](_0x5d03ef['name'],_0x2c9655[_0x1e6bc3(0xee)])&&_0x2c9655[_0x1e6bc3(0x82)](_0x267b2e,null)&&(_0x45039b[_0x1e6bc3(0xd2)]=_0x2c9655['VVqyP'](_0x2c9655[_0x1e6bc3(0xb3)](parseInt,_0x5d03ef['value']),0x3e8));}}else process[_0x1e6bc3(0x7a)][_0x1e6bc3(0x105)]&&(_0x45039b[_0x1e6bc3(0xd2)]=_0x2c9655[_0x1e6bc3(0xe8)](_0x2c9655[_0x1e6bc3(0xb3)](parseInt,process[_0x1e6bc3(0x7a)][_0x1e6bc3(0x105)]),0x3e8));},detectDriverType=_0x7e335e=>{const _0x2ff4d4=a101_0xf12d19,_0x1a560a={};_0x1a560a[_0x2ff4d4(0xc5)]=_0x2ff4d4(0x78),_0x1a560a[_0x2ff4d4(0xca)]=function(_0x5e90db,_0x17c89d){return _0x5e90db===_0x17c89d;},_0x1a560a[_0x2ff4d4(0x74)]=_0x2ff4d4(0xcd),_0x1a560a['UbLOR']=function(_0x36147b,_0x3d4f8f){return _0x36147b===_0x3d4f8f;},_0x1a560a['rNhCb']=_0x2ff4d4(0xb0),_0x1a560a[_0x2ff4d4(0xdc)]=function(_0x525751,_0x45e62b){return _0x525751===_0x45e62b;},_0x1a560a['fCjFf']=function(_0x4c388c,_0x290279){return _0x4c388c===_0x290279;},_0x1a560a[_0x2ff4d4(0xf1)]=_0x2ff4d4(0xe9),_0x1a560a[_0x2ff4d4(0x132)]=function(_0x1ec399,_0x5cae28){return _0x1ec399===_0x5cae28;},_0x1a560a[_0x2ff4d4(0x12a)]=_0x2ff4d4(0xa6),_0x1a560a[_0x2ff4d4(0x122)]=_0x2ff4d4(0xe3),_0x1a560a['ubAFe']=function(_0x31b83a,_0x3907f1){return _0x31b83a===_0x3907f1;},_0x1a560a[_0x2ff4d4(0x99)]='Playwright',_0x1a560a[_0x2ff4d4(0x90)]=_0x2ff4d4(0xb8),_0x1a560a[_0x2ff4d4(0x72)]=function(_0x16dfe8,_0x1722db){return _0x16dfe8||_0x1722db;},_0x1a560a['XBVmt']='undefined';const _0x5e73f3=_0x1a560a;if(!_0x7e335e){const _0x11f8e6={};return _0x11f8e6['isPlaywright']=![],_0x11f8e6[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xc5)],_0x11f8e6;}if(_0x5e73f3[_0x2ff4d4(0xca)](typeof _0x7e335e[_0x2ff4d4(0xa0)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0x81)](typeof _0x7e335e[_0x2ff4d4(0xa3)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0x81)](typeof _0x7e335e[_0x2ff4d4(0x7e)],_0x5e73f3[_0x2ff4d4(0x74)])){const _0x2d4a45={};return _0x2d4a45[_0x2ff4d4(0xbc)]=!![],_0x2d4a45[_0x2ff4d4(0x85)]=_0x5e73f3['rNhCb'],_0x2d4a45;}if(_0x5e73f3['MdsLM'](typeof _0x7e335e[_0x2ff4d4(0x108)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0xd8)](typeof _0x7e335e['getCapabilities'],_0x5e73f3[_0x2ff4d4(0x74)])){const _0x3c8b65={};return _0x3c8b65[_0x2ff4d4(0xbc)]=![],_0x3c8b65[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf1)],_0x3c8b65;}const _0x1d14fe=_0x7e335e[_0x2ff4d4(0xb5)]?.[_0x2ff4d4(0x119)];if(_0x5e73f3[_0x2ff4d4(0x132)](_0x1d14fe,_0x5e73f3['cQzbd'])){const _0x2fd74f={};return _0x2fd74f[_0x2ff4d4(0xbc)]=!![],_0x2fd74f[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf3)],_0x2fd74f;}if(_0x5e73f3['Wtxws'](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0x122)])){const _0x175d40={};return _0x175d40[_0x2ff4d4(0xbc)]=![],_0x175d40[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf1)],_0x175d40;}if(_0x5e73f3['ubAFe'](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0x99)])){const _0x190619={};return _0x190619[_0x2ff4d4(0xbc)]=!![],_0x190619[_0x2ff4d4(0x85)]=_0x5e73f3['qoTmL'],_0x190619;}logger['warn'](_0x2ff4d4(0x120)+_0x5e73f3[_0x2ff4d4(0x72)](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0xc7)]));const _0x24885e={};return _0x24885e['isPlaywright']=![],_0x24885e[_0x2ff4d4(0x85)]=_0x5e73f3['dqoIs'],_0x24885e;},withTimeout=(_0xedd432,_0xc31c3b)=>{const _0x45b4a2=a101_0xf12d19;return Promise[_0x45b4a2(0x111)]([_0xedd432,new Promise((_0x2c21e9,_0x4e3045)=>setTimeout(()=>_0x4e3045(new Error(_0x45b4a2(0xf4)+_0xc31c3b+'ms')),_0xc31c3b))]);};exports['performScanWithRetry']=async(_0x1f1ec3,_0x2a7bd9=null,_0x35367a=null,_0x451c05=![],_0x591643=null)=>{const _0x2d12d5=a101_0xf12d19,_0x30c68b={'tvmnO':function(_0x4002b0,_0x1a344b){return _0x4002b0&&_0x1a344b;},'MLucw':function(_0x16d801,_0x301af3,_0x38b276){return _0x16d801(_0x301af3,_0x38b276);},'FFjei':function(_0x454619,_0x35b2d6){return _0x454619===_0x35b2d6;},'cgcLp':'playwright-codecept-driver','nkMxJ':function(_0x54e50f,_0x13748f,_0x34e0fe){return _0x54e50f(_0x13748f,_0x34e0fe);},'zZTSY':function(_0x154474,_0x35534b){return _0x154474(_0x35534b);},'eWeQn':function(_0x34d4db,_0x2dc760){return _0x34d4db||_0x2dc760;},'KfrPH':function(_0x9e3b76,_0x35d146){return _0x9e3b76!==_0x35d146;},'Erxbc':_0x2d12d5(0x112),'aBggU':_0x2d12d5(0xb7),'hqlcD':function(_0x14adaf,_0x30e8c7){return _0x14adaf===_0x30e8c7;},'cUmLW':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','pGwCK':'unknown_method','eUmUZ':function(_0x2a3b9d,_0x354dba){return _0x2a3b9d===_0x354dba;},'AqUaw':'function','ogTPN':function(_0x8b6920,_0x5ad78d){return _0x8b6920===_0x5ad78d;},'WDwYb':function(_0x291d81,_0x449e23){return _0x291d81<=_0x449e23;},'oeRSK':function(_0x1cd8e9,_0xe294da){return _0x1cd8e9+_0xe294da;},'MRZvE':_0x2d12d5(0xdb)},{isPlaywright:_0x168332,type:_0x5a1bc0}=_0x30c68b['zZTSY'](detectDriverType,_0x1f1ec3),_0x37b5b9=_0x451c05?_0x30c68b['eWeQn'](_0x591643,{}):global['bstackA11yScanOptions']||{},_0x363996=_0x168332?global[_0x2d12d5(0x107)]&&(_0x451c05||_0x30c68b['KfrPH'](global[_0x2d12d5(0xb7)],![])):accessibilityHelper[_0x2d12d5(0x113)]()&&globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x11b)])&&(_0x451c05||_0x30c68b['KfrPH'](globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x127)]),![]));if(!_0x363996)return _0x168332&&global['accessibilityPlatform']&&_0x30c68b[_0x2d12d5(0xef)](global[_0x2d12d5(0xb7)],![])||!_0x168332&&globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x11b)])&&_0x30c68b['hqlcD'](globals['getGlobal'](_0x30c68b['aBggU']),![])?logger[_0x2d12d5(0x11e)](_0x30c68b[_0x2d12d5(0xce)]):logger[_0x2d12d5(0x8e)](_0x2d12d5(0x117)+_0x5a1bc0+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x22673d=_0x2a7bd9||global[_0x2d12d5(0xe7)]||_0x30c68b[_0x2d12d5(0xae)];let _0x162403=null;const _0x3d70ee={'testhub_btcer_uuid':global['__workerDetails']?.['currentTest']?.['id'],'url':_0x30c68b[_0x2d12d5(0xea)](typeof _0x1f1ec3[_0x2d12d5(0xa3)],_0x30c68b[_0x2d12d5(0x109)])?await _0x1f1ec3[_0x2d12d5(0xa3)]():_0x30c68b[_0x2d12d5(0xef)](typeof _0x1f1ec3[_0x2d12d5(0x87)],_0x30c68b[_0x2d12d5(0x109)])?await _0x1f1ec3[_0x2d12d5(0x87)]():'','automate_session_id':_0x30c68b['ogTPN'](typeof _0x1f1ec3[_0x2d12d5(0x8d)],_0x30c68b[_0x2d12d5(0x109)])?(await _0x1f1ec3[_0x2d12d5(0x8d)]())[_0x2d12d5(0x95)]():''};for(let _0x1dc7fc=0x1;_0x30c68b[_0x2d12d5(0x6e)](_0x1dc7fc,_0x30c68b['oeRSK'](RETRY_CONFIG['maxRetries'],0x1));_0x1dc7fc++){try{return logger[_0x2d12d5(0x11e)](_0x2d12d5(0x103)+_0x1dc7fc+'/'+_0x30c68b[_0x2d12d5(0xd9)](RETRY_CONFIG['maxRetries'],0x1)+_0x2d12d5(0x10b)+_0x22673d+'\x20('+_0x5a1bc0+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d12d5(0x11f)],async()=>{const _0x58d249=_0x2d12d5;let _0x2d743c;if(_0x30c68b['tvmnO'](_0x168332,playwrightA11yHelper)){_0x30c68b[_0x58d249(0x6d)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x1f1ec3,RETRY_CONFIG[_0x58d249(0xd2)]);let _0x55b8d=_0x1f1ec3;_0x30c68b[_0x58d249(0xef)](_0x5a1bc0,_0x30c68b[_0x58d249(0xc4)])&&(_0x55b8d=_0x1f1ec3['page']);const _0x410018=global[_0x58d249(0x88)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x58d249(0x9d)]()}:{};_0x2d743c=await _0x30c68b[_0x58d249(0x6d)](withTimeout,playwrightA11yHelper[_0x58d249(0x77)](_0x55b8d,_0x22673d,_0x37b5b9,_0x410018),RETRY_CONFIG['timeoutMs']),await exports[_0x58d249(0x9a)](_0x1f1ec3,RETRY_CONFIG[_0x58d249(0xc8)]);}else await exports[_0x58d249(0x9f)](_0x1f1ec3,RETRY_CONFIG['timeoutMs']),_0x2d743c=await _0x30c68b[_0x58d249(0x8f)](withTimeout,accessibilityHelper[_0x58d249(0x77)](_0x1f1ec3,_0x22673d,_0x451c05,_0x37b5b9),RETRY_CONFIG['timeoutMs']),await exports[_0x58d249(0x9f)](_0x1f1ec3,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x58d249(0x11e)](_0x58d249(0xf5)+_0x1dc7fc+_0x58d249(0x135));},{'command':_0x22673d,..._0x3d70ee})(),logger[_0x2d12d5(0x93)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x1dc7fc+'.'),!![];}catch(_0x20d2eb){_0x162403=_0x20d2eb,logger[_0x2d12d5(0x11e)](_0x2d12d5(0x103)+_0x1dc7fc+'\x20failed\x20for\x20method:\x20'+_0x22673d+'\x20('+_0x5a1bc0+_0x2d12d5(0xd3)+_0x20d2eb[_0x2d12d5(0xb6)]);}}return logger[_0x2d12d5(0xed)](_0x2d12d5(0x126)+_0x22673d+'\x20('+_0x5a1bc0+')\x20with\x20error:\x20'+(_0x162403?.[_0x2d12d5(0xb6)]||_0x30c68b[_0x2d12d5(0xa5)])),![];},exports[a101_0xf12d19(0xa9)]=async(_0x18cc84,_0x123431)=>{const _0x51c97d=a101_0xf12d19,_0xb24000={'xtHtG':function(_0xb11b98,_0x4c3704){return _0xb11b98(_0x4c3704);},'yIUJP':_0x51c97d(0x112),'hGJCU':function(_0x5aa7c9,_0x18185e){return _0x5aa7c9<=_0x18185e;},'DfFVZ':function(_0x197f8e,_0x422d45){return _0x197f8e+_0x422d45;},'bAhGy':function(_0x37f340,_0x560ef8){return _0x37f340+_0x560ef8;},'FJmNU':function(_0xdd7e35,_0x307c88){return _0xdd7e35&&_0x307c88;},'EHkPP':function(_0x25f552,_0x2fd5c6,_0x158aef){return _0x25f552(_0x2fd5c6,_0x158aef);},'eGdPY':function(_0x48f58a,_0x33bb9b,_0x30dbe3){return _0x48f58a(_0x33bb9b,_0x30dbe3);},'ODnwd':_0x51c97d(0xdb)},{isPlaywright:_0x30f5a8,type:_0x4bf37e}=_0xb24000['xtHtG'](detectDriverType,_0x18cc84),_0x2ce75f=_0x30f5a8?_0x123431[_0x51c97d(0x107)]:accessibilityHelper[_0x51c97d(0x113)]()&&globals[_0x51c97d(0xcf)](_0xb24000[_0x51c97d(0x73)]);if(!_0x2ce75f)return logger[_0x51c97d(0x8e)](_0x51c97d(0x117)+_0x4bf37e+_0x51c97d(0xc3)),[];let _0x5cfa5b=null;for(let _0x57cee5=0x1;_0xb24000[_0x51c97d(0x9c)](_0x57cee5,_0xb24000['DfFVZ'](RETRY_CONFIG['maxRetries'],0x1));_0x57cee5++){try{logger[_0x51c97d(0x11e)](_0x51c97d(0x89)+_0x57cee5+'/'+_0xb24000[_0x51c97d(0x79)](RETRY_CONFIG[_0x51c97d(0x110)],0x1)+'\x20('+_0x4bf37e+')');let _0x1812d1;return _0xb24000[_0x51c97d(0xc2)](_0x30f5a8,playwrightA11yHelper)?(_0xb24000[_0x51c97d(0xd1)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x51c97d(0x9a)](_0x18cc84,RETRY_CONFIG[_0x51c97d(0xd2)]),_0x1812d1=await _0xb24000['eGdPY'](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x18cc84),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x18cc84,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0x18cc84,RETRY_CONFIG['timeoutMs']),_0x1812d1=await _0xb24000[_0x51c97d(0xd1)](withTimeout,accessibilityHelper[_0x51c97d(0xa7)](_0x18cc84,_0x123431),RETRY_CONFIG[_0x51c97d(0xd2)]),await exports[_0x51c97d(0x9f)](_0x18cc84,RETRY_CONFIG[_0x51c97d(0xc8)])),logger[_0x51c97d(0x93)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x57cee5+'\x20('+_0x4bf37e+')'),_0x1812d1;}catch(_0x52b824){_0x5cfa5b=_0x52b824,logger[_0x51c97d(0x8e)](_0x51c97d(0x89)+_0x57cee5+_0x51c97d(0xba)+_0x4bf37e+_0x51c97d(0xd3)+_0x52b824[_0x51c97d(0xb6)]);}}return logger[_0x51c97d(0xed)](_0x51c97d(0xdf)+_0x4bf37e+_0x51c97d(0x133)+(_0x5cfa5b?.[_0x51c97d(0xb6)]||_0xb24000['ODnwd'])),[];},exports[a101_0xf12d19(0x11c)]=async(_0x13024d,_0x379a3c)=>{const _0x93279c=a101_0xf12d19,_0x3bb19d={'JeTpo':function(_0x4ce34f,_0x3aaba4){return _0x4ce34f(_0x3aaba4);},'IQzWh':_0x93279c(0x112),'sfeCy':function(_0x1f49b3,_0x1dfee7){return _0x1f49b3<=_0x1dfee7;},'cATZw':function(_0x5c9ce3,_0x3f591f){return _0x5c9ce3+_0x3f591f;},'fPqGj':function(_0x203843,_0x4b7314){return _0x203843&&_0x4b7314;},'HwTSv':function(_0x5248ab,_0x12727c,_0x4cdac7){return _0x5248ab(_0x12727c,_0x4cdac7);},'cPvjt':function(_0x153568,_0x1e802c,_0x32e86d){return _0x153568(_0x1e802c,_0x32e86d);},'gnopf':'Unknown\x20error'},{isPlaywright:_0x3c9963,type:_0x2518fe}=_0x3bb19d[_0x93279c(0x100)](detectDriverType,_0x13024d),_0xb130db=_0x3c9963?_0x379a3c[_0x93279c(0x107)]:accessibilityHelper[_0x93279c(0x113)]()&&globals[_0x93279c(0xcf)](_0x3bb19d['IQzWh']);if(!_0xb130db)return logger[_0x93279c(0x8e)](_0x93279c(0x117)+_0x2518fe+_0x93279c(0x12b)),{};let _0x2f3d19=null;for(let _0x47a708=0x1;_0x3bb19d[_0x93279c(0xa4)](_0x47a708,_0x3bb19d[_0x93279c(0x7d)](RETRY_CONFIG[_0x93279c(0x110)],0x1));_0x47a708++){try{logger[_0x93279c(0x11e)](_0x93279c(0xe6)+_0x47a708+'/'+_0x3bb19d[_0x93279c(0x7d)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x2518fe+')');let _0x1bfd92;return _0x3bb19d[_0x93279c(0x91)](_0x3c9963,playwrightA11yHelper)?(_0x3bb19d[_0x93279c(0xb9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x93279c(0x9a)](_0x13024d,RETRY_CONFIG[_0x93279c(0xd2)]),_0x1bfd92=await _0x3bb19d[_0x93279c(0x123)](withTimeout,playwrightA11yHelper[_0x93279c(0x7b)](_0x13024d),RETRY_CONFIG[_0x93279c(0xd2)]),await exports[_0x93279c(0x9a)](_0x13024d,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x93279c(0x9f)](_0x13024d,RETRY_CONFIG[_0x93279c(0xd2)]),_0x1bfd92=await _0x3bb19d[_0x93279c(0xb9)](withTimeout,accessibilityHelper[_0x93279c(0x7b)](_0x13024d,_0x379a3c),RETRY_CONFIG[_0x93279c(0xd2)]),await exports['setSeleniumScriptTimeout'](_0x13024d,RETRY_CONFIG[_0x93279c(0xc8)])),logger['info'](_0x93279c(0xf2)+_0x47a708+'\x20('+_0x2518fe+')'),_0x1bfd92;}catch(_0x2669e9){_0x2f3d19=_0x2669e9,logger['warn'](_0x93279c(0xe6)+_0x47a708+_0x93279c(0xba)+_0x2518fe+_0x93279c(0xd3)+_0x2669e9[_0x93279c(0xb6)]);}}return logger['error'](_0x93279c(0xdd)+_0x2518fe+').\x20Last\x20error:\x20'+(_0x2f3d19?.['message']||_0x3bb19d[_0x93279c(0x8b)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x520d18,_0x1f1fe6,_0x11bb03=null)=>{const _0x1e53e4=a101_0xf12d19,_0xb62d9a={'NBseH':function(_0x3de25a,_0x2c9c65){return _0x3de25a(_0x2c9c65);},'egbKu':function(_0x488bf8,_0xb2574){return _0x488bf8===_0xb2574;},'kCJjk':_0x1e53e4(0xe0),'uNIrK':_0x1e53e4(0xf0),'ddTFG':function(_0x2006f3,_0x491975){return _0x2006f3===_0x491975;},'aiyvt':_0x1e53e4(0xf8)},{isPlaywright:_0x15cc4c,type:_0x5bf378}=_0xb62d9a[_0x1e53e4(0x114)](detectDriverType,_0x520d18),_0x5bb267={};_0x5bb267[_0x1e53e4(0x70)]=![],_0x5bb267[_0x1e53e4(0x9b)]=[],_0x5bb267[_0x1e53e4(0x97)]={},_0x5bb267[_0x1e53e4(0xed)]=null,_0x5bb267[_0x1e53e4(0xd7)]=_0x5bf378;const _0x921b34=_0x5bb267;try{_0x921b34[_0x1e53e4(0x70)]=await exports['performScanWithRetry'](_0x520d18,_0x11bb03);if(_0x921b34['scanSucceeded']){const [_0x172d0b,_0x1e2f5d]=await Promise['allSettled']([exports['getAccessibilityResultsWithRetry'](_0x520d18,_0x1f1fe6),exports[_0x1e53e4(0x11c)](_0x520d18,_0x1f1fe6)]);_0x921b34[_0x1e53e4(0x9b)]=_0xb62d9a['egbKu'](_0x172d0b[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x12c)])?_0x172d0b[_0x1e53e4(0x106)]:[],_0x921b34[_0x1e53e4(0x97)]=_0xb62d9a['egbKu'](_0x1e2f5d[_0x1e53e4(0xb4)],_0xb62d9a['kCJjk'])?_0x1e2f5d[_0x1e53e4(0x106)]:{},_0xb62d9a[_0x1e53e4(0x116)](_0x172d0b[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x7c)])&&logger[_0x1e53e4(0x8e)](_0x1e53e4(0x10e)+_0x5bf378+'):\x20'+_0x172d0b[_0x1e53e4(0x8a)]?.[_0x1e53e4(0xb6)]),_0xb62d9a[_0x1e53e4(0xf7)](_0x1e2f5d[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x7c)])&&logger['warn'](_0x1e53e4(0xc6)+_0x5bf378+_0x1e53e4(0x7f)+_0x1e2f5d['reason']?.[_0x1e53e4(0xb6)]);}}catch(_0x5a51f8){_0x921b34['error']=_0x5a51f8[_0x1e53e4(0xb6)]||_0xb62d9a[_0x1e53e4(0xc9)],logger[_0x1e53e4(0xed)](_0x1e53e4(0xe2)+_0x5bf378+_0x1e53e4(0x7f)+_0x921b34[_0x1e53e4(0xed)]);}return _0x921b34;},exports[a101_0xf12d19(0x124)]=_0x15172d=>{const _0x8f757b=a101_0xf12d19,_0x2205ee={};_0x2205ee['DbDHl']=function(_0x248261,_0x4508fd){return _0x248261!==_0x4508fd;},_0x2205ee[_0x8f757b(0xa2)]=function(_0x36bcee,_0x1a2154){return _0x36bcee!==_0x1a2154;};const _0x32884e=_0x2205ee;_0x32884e['DbDHl'](_0x15172d[_0x8f757b(0x110)],undefined)&&(RETRY_CONFIG[_0x8f757b(0x110)]=Math['max'](0x0,_0x15172d['maxRetries'])),_0x32884e[_0x8f757b(0xa2)](_0x15172d[_0x8f757b(0xd2)],undefined)&&(RETRY_CONFIG[_0x8f757b(0xd2)]=Math[_0x8f757b(0xab)](0x3e8,_0x15172d[_0x8f757b(0xd2)])),logger[_0x8f757b(0x11e)](_0x8f757b(0x71)+JSON[_0x8f757b(0xb1)](RETRY_CONFIG));},exports['getRetryConfig']=()=>{const _0xf8a71d={...RETRY_CONFIG};return _0xf8a71d;},exports[a101_0xf12d19(0x8c)]=_0x2801bb=>{const _0x2df37d=a101_0xf12d19,_0x408c07={'sWqfE':function(_0x4de776,_0xe449f2){return _0x4de776(_0xe449f2);}};return _0x408c07[_0x2df37d(0x11a)](detectDriverType,_0x2801bb)[_0x2df37d(0xbc)];},exports[a101_0xf12d19(0xfe)]=_0x33d1d0=>{const _0x266b37=a101_0xf12d19,_0x85238f={'yYSwG':function(_0x3d0f0f,_0x13815b){return _0x3d0f0f(_0x13815b);},'IjlSh':function(_0x18c1bb,_0x6d2867){return _0x18c1bb===_0x6d2867;},'djKfJ':_0x266b37(0xe9)},{isPlaywright:_0x25a03d,type:_0x35cc8d}=_0x85238f[_0x266b37(0x115)](detectDriverType,_0x33d1d0);return!_0x25a03d&&_0x85238f[_0x266b37(0x98)](_0x35cc8d,_0x85238f['djKfJ']);},exports[a101_0xf12d19(0x9a)]=async(_0x3e6bcc,_0x3b5fbe=null)=>{const _0x409f40=a101_0xf12d19,_0x2de47f={'axdOd':function(_0x2ce016,_0x3fe860){return _0x2ce016(_0x3fe860);},'qLNIJ':function(_0x571a08,_0x1a66fc){return _0x571a08===_0x1a66fc;},'HuWeC':_0x409f40(0xcd)},{isPlaywright:_0x547589,type:_0x2688f0}=_0x2de47f[_0x409f40(0xde)](detectDriverType,_0x3e6bcc);if(!_0x547589)return logger[_0x409f40(0x11e)](_0x409f40(0xd4)+_0x2688f0+_0x409f40(0xe1)),!![];const _0x5c31dc=_0x3b5fbe||RETRY_CONFIG[_0x409f40(0xc8)];try{return _0x3e6bcc&&_0x2de47f['qLNIJ'](typeof _0x3e6bcc[_0x409f40(0xcb)],_0x2de47f[_0x409f40(0xd0)])&&(await _0x3e6bcc['setDefaultTimeout'](_0x5c31dc),logger[_0x409f40(0x11e)](_0x409f40(0x129)+_0x5c31dc+'ms')),!![];}catch(_0x23245e){return logger[_0x409f40(0x8e)](_0x409f40(0xfd)+_0x23245e[_0x409f40(0xb6)]),![];}},exports[a101_0xf12d19(0x9f)]=async(_0xc05291,_0x4fa561=null)=>{const _0x2058f3=a101_0xf12d19,_0x33134b={};_0x33134b[_0x2058f3(0x96)]=_0x2058f3(0xfc),_0x33134b[_0x2058f3(0xfb)]=function(_0x92cc9f,_0x6a0df2){return _0x92cc9f===_0x6a0df2;},_0x33134b['dhJOI']='function',_0x33134b[_0x2058f3(0xc0)]=function(_0xf57196,_0x387951){return _0xf57196===_0x387951;},_0x33134b[_0x2058f3(0x84)]=function(_0x3afc1e,_0x4018bc){return _0x3afc1e===_0x4018bc;},_0x33134b[_0x2058f3(0x12e)]=function(_0x425e86,_0x9faaa8){return _0x425e86===_0x9faaa8;},_0x33134b[_0x2058f3(0x12f)]=_0x2058f3(0xff),_0x33134b[_0x2058f3(0x10c)]=_0x2058f3(0x86);const _0x5099b1=_0x33134b;if(!exports[_0x2058f3(0xfe)](_0xc05291))return logger[_0x2058f3(0x8e)](_0x5099b1[_0x2058f3(0x96)]),![];const _0x13bc41=_0x4fa561||RETRY_CONFIG[_0x2058f3(0xc8)];try{if(_0xc05291&&_0x5099b1[_0x2058f3(0xfb)](typeof _0xc05291['manage'],_0x5099b1[_0x2058f3(0x92)])){const _0x283541=_0xc05291[_0x2058f3(0x83)]();if(_0x283541&&_0x5099b1[_0x2058f3(0xc0)](typeof _0x283541[_0x2058f3(0xbf)],_0x5099b1[_0x2058f3(0x92)]))await _0x283541[_0x2058f3(0xbf)]()[_0x2058f3(0xc1)](_0x13bc41),logger[_0x2058f3(0x11e)](_0x2058f3(0x94)+_0x13bc41+'ms\x20using\x20timeouts()\x20API');else{if(_0x283541&&_0x5099b1[_0x2058f3(0x84)](typeof _0x283541['setTimeouts'],_0x5099b1['dhJOI'])){const _0x9eab55={};_0x9eab55['script']=_0x13bc41,await _0x283541[_0x2058f3(0x9e)](_0x9eab55),logger[_0x2058f3(0x11e)](_0x2058f3(0x94)+_0x13bc41+_0x2058f3(0xeb));}else{if(_0x283541&&_0x5099b1[_0x2058f3(0x12e)](typeof _0x283541[_0x2058f3(0xc1)],_0x5099b1['dhJOI']))await _0x283541['setScriptTimeout'](_0x13bc41),logger[_0x2058f3(0x11e)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x13bc41+_0x2058f3(0x80));else return logger[_0x2058f3(0x11e)](_0x5099b1['KoSbC']),!![];}}}else return logger[_0x2058f3(0x11e)](_0x5099b1[_0x2058f3(0x10c)]),!![];return!![];}catch(_0xba0bac){return logger['warn']('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0xba0bac['message']),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x4a3d8f,_0x5d3b1f)=>{const _0x5aedd4=a101_0xf12d19,_0x5c9189={'JOgDH':function(_0x28b3d6,_0x456aa1){return _0x28b3d6(_0x456aa1);},'StGXb':_0x5aedd4(0x112),'xeUkK':function(_0x4855e3,_0x10e9b4){return _0x4855e3<=_0x10e9b4;},'UIGek':function(_0x5de797,_0x10e7e2){return _0x5de797+_0x10e7e2;},'cPYsL':function(_0x5e307c,_0x5b74db){return _0x5e307c+_0x5b74db;},'UzuXT':function(_0x25c5c0,_0x30efce){return _0x25c5c0&&_0x30efce;},'PbNoq':function(_0x5c2574,_0x19b486,_0x53b981){return _0x5c2574(_0x19b486,_0x53b981);},'Qzmlj':function(_0x41deec,_0x574c0b,_0x1f30c4){return _0x41deec(_0x574c0b,_0x1f30c4);},'YVPSo':_0x5aedd4(0x88),'JeNyy':function(_0xd991e4,_0x407321,_0x5093e7){return _0xd991e4(_0x407321,_0x5093e7);},'LlSUU':_0x5aedd4(0xdb)},{isPlaywright:_0x36b05a,type:_0x176448}=_0x5c9189[_0x5aedd4(0xfa)](detectDriverType,_0x4a3d8f),_0x3fe7c9=_0x36b05a?global[_0x5aedd4(0x107)]:accessibilityHelper[_0x5aedd4(0x113)]()&&globals[_0x5aedd4(0xcf)](_0x5c9189['StGXb']);if(!_0x3fe7c9)return logger[_0x5aedd4(0x8e)](_0x5aedd4(0x117)+_0x176448+_0x5aedd4(0x131)),![];let _0x59bc36=null;for(let _0x1be367=0x1;_0x5c9189['xeUkK'](_0x1be367,_0x5c9189[_0x5aedd4(0xd5)](RETRY_CONFIG['maxRetries'],0x1));_0x1be367++){try{logger['debug'](_0x5aedd4(0x130)+_0x1be367+'/'+_0x5c9189[_0x5aedd4(0x102)](RETRY_CONFIG[_0x5aedd4(0x110)],0x1)+'\x20('+_0x176448+')');if(_0x5c9189[_0x5aedd4(0xa8)](_0x36b05a,playwrightA11yHelper)){_0x5c9189[_0x5aedd4(0xf9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5aedd4(0x9a)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xd2)]);const _0x5e9e4d={};_0x5e9e4d[_0x5aedd4(0x121)]=!![];const _0xa87463=global[_0x5aedd4(0x88)]?Object[_0x5aedd4(0x75)]({},_0x5d3b1f,_0x5e9e4d):_0x5d3b1f;await _0x5c9189[_0x5aedd4(0xbd)](withTimeout,playwrightA11yHelper[_0x5aedd4(0xaa)](_0x4a3d8f,scripts[_0x5aedd4(0x76)],_0xa87463),RETRY_CONFIG['timeoutMs']),await exports[_0x5aedd4(0x9a)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xc8)]);}else{await exports[_0x5aedd4(0x9f)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xd2)]);const _0x574492={};_0x574492[_0x5aedd4(0x121)]=!![];const _0x2b763c=globals[_0x5aedd4(0xcf)](_0x5c9189['YVPSo'])?Object['assign']({},_0x5d3b1f,_0x574492):_0x5d3b1f;await _0x5c9189[_0x5aedd4(0xa1)](withTimeout,_0x4a3d8f[_0x5aedd4(0x108)](scripts['saveTestResults'],_0x2b763c),RETRY_CONFIG[_0x5aedd4(0xd2)]),await exports[_0x5aedd4(0x9f)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xc8)]);}return logger['info'](_0x5aedd4(0xbe)+_0x1be367+'\x20('+_0x176448+')'),!![];}catch(_0x47fdda){_0x59bc36=_0x47fdda,logger['warn']('Accessibility\x20results\x20save\x20attempt\x20'+_0x1be367+'\x20failed\x20('+_0x176448+_0x5aedd4(0xd3)+_0x47fdda[_0x5aedd4(0xb6)]);}}return logger[_0x5aedd4(0xed)](_0x5aedd4(0x10a)+_0x176448+_0x5aedd4(0x133)+(_0x59bc36?.[_0x5aedd4(0xb6)]||_0x5c9189['LlSUU'])),![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a102_0x20eb(_0x273d4c,_0x362ae0){var _0x55a69d=a102_0x55a6();return a102_0x20eb=function(_0x20eb8f,_0x187c95){_0x20eb8f=_0x20eb8f-0xd1;var _0x439331=_0x55a69d[_0x20eb8f];return _0x439331;},a102_0x20eb(_0x273d4c,_0x362ae0);}var a102_0x3e3b33=a102_0x20eb;(function(_0x3623ef,_0x5f4bef){var _0xb14d31=a102_0x20eb,_0x14e7ac=_0x3623ef();while(!![]){try{var _0x1f9533=-parseInt(_0xb14d31(0xd2))/0x1*(-parseInt(_0xb14d31(0xe0))/0x2)+-parseInt(_0xb14d31(0xe8))/0x3*(parseInt(_0xb14d31(0xdc))/0x4)+parseInt(_0xb14d31(0xd4))/0x5+parseInt(_0xb14d31(0xe3))/0x6+-parseInt(_0xb14d31(0xd5))/0x7+parseInt(_0xb14d31(0xe4))/0x8+-parseInt(_0xb14d31(0xde))/0x9;if(_0x1f9533===_0x5f4bef)break;else _0x14e7ac['push'](_0x14e7ac['shift']());}catch(_0x5dbe2c){_0x14e7ac['push'](_0x14e7ac['shift']());}}}(a102_0x55a6,0xbb1ce),exports[a102_0x3e3b33(0xd6)]=a102_0x3e3b33(0xd9),exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a102_0x3e3b33(0xd1),exports[a102_0x3e3b33(0xdd)]=a102_0x3e3b33(0xe1),exports[a102_0x3e3b33(0xe7)]='18.4');var a102_0x7b5f61={};a102_0x7b5f61[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xe2),a102_0x7b5f61[a102_0x3e3b33(0xdb)]=0x5e,a102_0x7b5f61[a102_0x3e3b33(0xd3)]=0x64,a102_0x7b5f61[a102_0x3e3b33(0xda)]=!![];var a102_0xdbb85b={};a102_0xdbb85b['display_name']='Chrome',a102_0xdbb85b[a102_0x3e3b33(0xdb)]=0x5e,a102_0xdbb85b[a102_0x3e3b33(0xd3)]=0x64,a102_0xdbb85b[a102_0x3e3b33(0xda)]=!![];var a102_0x15cd1e={};a102_0x15cd1e[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xe2),a102_0x15cd1e[a102_0x3e3b33(0xdb)]=0x5e,a102_0x15cd1e[a102_0x3e3b33(0xd3)]=0x64,a102_0x15cd1e[a102_0x3e3b33(0xda)]=!![];var a102_0x2c5eab={};a102_0x2c5eab[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xd7),a102_0x2c5eab[a102_0x3e3b33(0xdb)]=0x8d,a102_0x2c5eab['min_version_non_browserstack']=0x8d,a102_0x2c5eab[a102_0x3e3b33(0xda)]=!![];var a102_0x1e00de={};a102_0x1e00de[a102_0x3e3b33(0xe5)]='Safari',a102_0x1e00de[a102_0x3e3b33(0xdb)]=18.4,a102_0x1e00de[a102_0x3e3b33(0xd3)]=18.4,a102_0x1e00de['requires_chrome_options_check']=![];var a102_0x779646={};a102_0x779646[a102_0x3e3b33(0xe9)]=a102_0x7b5f61,a102_0x779646[a102_0x3e3b33(0xdf)]=a102_0xdbb85b,a102_0x779646['playwright-chromium']=a102_0x15cd1e,a102_0x779646[a102_0x3e3b33(0xd8)]=a102_0x2c5eab,a102_0x779646['safari']=a102_0x1e00de,exports[a102_0x3e3b33(0xe6)]=a102_0x779646;function a102_0x55a6(){var _0x130d81=['17859573FRobgS','chromium','834KqLliL','141','Chrome','6437766JbwDNc','2064600nTDqAV','display_name','ACCESSIBILITY_SUPPORTED_BROWSERS','MINIMUM_SAFARI_VERSION','3eqgbpm','chrome','100','2809WHzGCN','min_version_non_browserstack','7489020JrPDTW','7298641LAzcHD','API_URL','ChromeForTesting','chromefortesting','https://accessibility.browserstack.com/api','requires_chrome_options_check','min_version_browserstack','826876wFNbWN','MINIMUM_CHROMEFORTESTING_VERSION'];a102_0x55a6=function(){return _0x130d81;};return a102_0x55a6();}
|