browserstack-node-sdk 1.65.4 → 1.65.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/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/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a54_0x4617df=a54_0x2e6a;(function(_0x10b9d2,_0x37c8bb){const _0x1665f7=a54_0x2e6a,_0x1637f7=_0x10b9d2();while(!![]){try{const _0x541853=-parseInt(_0x1665f7(0x217))/0x1*(parseInt(_0x1665f7(0x1d5))/0x2)+parseInt(_0x1665f7(0x205))/0x3+-parseInt(_0x1665f7(0x1ef))/0x4+parseInt(_0x1665f7(0x1e9))/0x5*(-parseInt(_0x1665f7(0x20a))/0x6)+parseInt(_0x1665f7(0x1d0))/0x7*(parseInt(_0x1665f7(0x201))/0x8)+parseInt(_0x1665f7(0x226))/0x9+parseInt(_0x1665f7(0x22c))/0xa;if(_0x541853===_0x37c8bb)break;else _0x1637f7['push'](_0x1637f7['shift']());}catch(_0x4687a1){_0x1637f7['push'](_0x1637f7['shift']());}}}(a54_0x2700,0x2088b));function a54_0x2e6a(_0x2fb745,_0x1bffa4){const _0x270075=a54_0x2700();return a54_0x2e6a=function(_0x2e6a23,_0x349459){_0x2e6a23=_0x2e6a23-0x1cc;let _0x4dd1fb=_0x270075[_0x2e6a23];return _0x4dd1fb;},a54_0x2e6a(_0x2fb745,_0x1bffa4);}const fs=require('fs'),path=require(a54_0x4617df(0x1e5)),{v4:uuidv4}=require(a54_0x4617df(0x1fe)),{TEMP_STORE_DIR_NAME}=require(a54_0x4617df(0x1e2)),{nestedKeyValue}=require(a54_0x4617df(0x1f7)),logger=require(a54_0x4617df(0x228))[a54_0x4617df(0x231)],{getLogDir}=require(a54_0x4617df(0x228)),util=require(a54_0x4617df(0x1de)),helper=require(a54_0x4617df(0x1f7));class TestDetails{static [a54_0x4617df(0x214)]={};static[a54_0x4617df(0x1d4)](){const _0x485969=a54_0x4617df;this[_0x485969(0x1f6)]();const _0x47b484={};_0x47b484[_0x485969(0x1fa)]=!![],fs[_0x485969(0x224)](this[_0x485969(0x1df)](),_0x47b484);const _0x23b5a0={};_0x23b5a0[_0x485969(0x1fa)]=!![],fs[_0x485969(0x224)](this[_0x485969(0x1fc)](),_0x23b5a0);}static[a54_0x4617df(0x230)](){const _0xc0e5f0=a54_0x4617df,_0x446308={};_0x446308[_0xc0e5f0(0x1ff)]=function(_0x4c5001,_0x28c6de){return _0x4c5001===_0x28c6de;},_0x446308['jucVB']='undefined',_0x446308[_0xc0e5f0(0x22b)]=function(_0x5824f3,_0x27760a){return _0x5824f3===_0x27760a;},_0x446308['YknLm']='null',_0x446308[_0xc0e5f0(0x20d)]='default';const _0x5af55d=_0x446308,_0x5dc91e=process[_0xc0e5f0(0x211)][_0xc0e5f0(0x213)];if(!_0x5dc91e||_0x5af55d[_0xc0e5f0(0x1ff)](_0x5dc91e,_0x5af55d[_0xc0e5f0(0x223)])||_0x5af55d['BBoGj'](_0x5dc91e,_0x5af55d[_0xc0e5f0(0x1f1)]))return _0x5af55d[_0xc0e5f0(0x20d)];return _0x5dc91e;}static[a54_0x4617df(0x219)](){const _0x49b1cf=a54_0x4617df,_0x3a71e5={};_0x3a71e5[_0x49b1cf(0x20c)]=function(_0x36f5b7,_0x1f1534){return _0x36f5b7+_0x1f1534;};const _0x343c64=_0x3a71e5;return _0x343c64[_0x49b1cf(0x20c)](_0x343c64[_0x49b1cf(0x20c)](TEMP_STORE_DIR_NAME,'-'),TestDetails['getStoreDirSuffix']());}static[a54_0x4617df(0x1d7)](){const _0x4889b5=a54_0x4617df,_0x15178c={};_0x15178c[_0x4889b5(0x210)]=function(_0x3a49e2,_0x5cd7e8){return _0x3a49e2+_0x5cd7e8;},_0x15178c[_0x4889b5(0x1d8)]=function(_0x12e6e6,_0x4ef38b){return _0x12e6e6+_0x4ef38b;};const _0x43ead1=_0x15178c;return path[_0x4889b5(0x1f9)](_0x43ead1[_0x4889b5(0x210)](_0x43ead1[_0x4889b5(0x1d8)](TEMP_STORE_DIR_NAME,'-'),TestDetails['getStoreDirSuffix']()));}static[a54_0x4617df(0x1fc)](){const _0x19c75b=a54_0x4617df,_0x41caa9={};_0x41caa9[_0x19c75b(0x1ee)]=_0x19c75b(0x202);const _0x1f00aa=_0x41caa9;return path[_0x19c75b(0x1f9)](this[_0x19c75b(0x1d7)](),_0x1f00aa[_0x19c75b(0x1ee)]);}static[a54_0x4617df(0x1df)](){const _0x36c961=a54_0x4617df;return TestDetails[_0x36c961(0x219)]();}static[a54_0x4617df(0x204)](_0x5a92de){const _0x341506=a54_0x4617df,_0x3ab5bc={};_0x3ab5bc['VIMjp']=function(_0x3325fe,_0x555969){return _0x3325fe+_0x555969;},_0x3ab5bc[_0x341506(0x1ed)]='.json';const _0x5ef0ba=_0x3ab5bc;return path[_0x341506(0x1f9)](this[_0x341506(0x1df)](),_0x5ef0ba[_0x341506(0x1db)](_0x5a92de,_0x5ef0ba[_0x341506(0x1ed)]));}static['getTestRunIdFromTestInfo'](_0x210a20){const _0x277528=a54_0x4617df,_0x23634e={};_0x23634e[_0x277528(0x215)]=function(_0x4bd3f1,_0xec1185){return _0x4bd3f1+_0xec1185;};const _0x22064c=_0x23634e;return _0x22064c[_0x277528(0x215)](_0x22064c['XCLSp'](this[_0x277528(0x21a)](_0x210a20),'-'),_0x210a20['retry']);}static[a54_0x4617df(0x1f2)](_0x289802){const _0x4cfba8=a54_0x4617df,_0x172ca1={'NSTHN':function(_0x4a9c62,_0x2cea64,_0x26823c){return _0x4a9c62(_0x2cea64,_0x26823c);},'KUtBC':_0x4cfba8(0x1d3),'KEJzt':_0x4cfba8(0x1e0),'Xzhsf':function(_0x4fda03,_0x40de5d,_0x4000f2){return _0x4fda03(_0x40de5d,_0x4000f2);},'iMsma':'project','VKIZe':_0x4cfba8(0x1f3)};return _0x172ca1[_0x4cfba8(0x22d)](nestedKeyValue,_0x289802,[_0x172ca1[_0x4cfba8(0x212)],_0x172ca1[_0x4cfba8(0x21f)]])||_0x172ca1[_0x4cfba8(0x1d1)](nestedKeyValue,_0x289802,[_0x172ca1[_0x4cfba8(0x216)],_0x172ca1['VKIZe']]);}static[a54_0x4617df(0x21a)](_0xdf67e4){const _0x451cb0=a54_0x4617df,_0x22f8af={'aLWdc':function(_0x5b367c,_0x9c4174,_0x20dd92){return _0x5b367c(_0x9c4174,_0x20dd92);},'oSeGL':_0x451cb0(0x1d3)};return _0x22f8af[_0x451cb0(0x22e)](nestedKeyValue,_0xdf67e4,[_0x22f8af[_0x451cb0(0x21d)],'id'])||_0xdf67e4[_0x451cb0(0x1e4)];}static[a54_0x4617df(0x20b)](_0x39234b){const _0x587dc1=a54_0x4617df,_0x327ea8={'zVcTF':function(_0x25c07a,_0x346d8c){return _0x25c07a===_0x346d8c;},'jhxWs':'string','KWVkl':function(_0x245359){return _0x245359();}};if(this['tests'][_0x39234b]&&_0x327ea8[_0x587dc1(0x207)](typeof this['tests'][_0x39234b][_0x587dc1(0x1fe)],_0x327ea8['jhxWs']))return this['tests'][_0x39234b][_0x587dc1(0x1fe)];const _0x5643ec=this[_0x587dc1(0x204)](_0x39234b);if(_0x5643ec&&fs['existsSync'](_0x5643ec)){const _0x538dd6=JSON[_0x587dc1(0x22a)](fs['readFileSync'](_0x5643ec)['toString']());return this['tests'][_0x39234b]=_0x538dd6,this[_0x587dc1(0x214)][_0x39234b][_0x587dc1(0x1fe)];}return this[_0x587dc1(0x214)][_0x39234b]={'uuid':_0x327ea8[_0x587dc1(0x21e)](uuidv4)},fs[_0x587dc1(0x1fd)](_0x5643ec,JSON[_0x587dc1(0x1e7)](this['tests'][_0x39234b])),this['tests'][_0x39234b][_0x587dc1(0x1fe)];}static[a54_0x4617df(0x225)](_0x1ddf6c){const _0x5b0f9c=a54_0x4617df,_0x12f205=path[_0x5b0f9c(0x1f9)](this[_0x5b0f9c(0x1df)](),_0x1ddf6c+_0x5b0f9c(0x21b));if(_0x12f205&&fs[_0x5b0f9c(0x220)](_0x12f205))return fs['readFileSync'](_0x12f205)[_0x5b0f9c(0x1dd)]();}static[a54_0x4617df(0x1da)](_0x5b07ac,_0x3f660f){const _0xc8e1de=a54_0x4617df;try{const _0x1569c7=this[_0xc8e1de(0x1df)](),_0x1ff0c5={};_0x1ff0c5[_0xc8e1de(0x1fa)]=!![],fs[_0xc8e1de(0x224)](_0x1569c7,_0x1ff0c5);const _0x431997=path['join'](_0x1569c7,_0x3f660f+_0xc8e1de(0x21b));fs[_0xc8e1de(0x1fd)](_0x431997,_0x5b07ac['toString']());}catch(_0x4046e9){logger[_0xc8e1de(0x221)](_0xc8e1de(0x1cd)+_0x3f660f+':\x20'+(_0x4046e9&&_0x4046e9[_0xc8e1de(0x21c)]));}}static['getIntegrations'](_0x1ef7da){const _0x88101d=a54_0x4617df,_0x232ab4=path[_0x88101d(0x1f9)](this[_0x88101d(0x1df)](),_0x1ef7da+_0x88101d(0x218));if(_0x232ab4&&fs[_0x88101d(0x220)](_0x232ab4))try{return JSON[_0x88101d(0x22a)](fs['readFileSync'](_0x232ab4)[_0x88101d(0x1dd)]());}catch(_0x5efffe){return logger[_0x88101d(0x221)](_0x88101d(0x1d2)+_0x1ef7da+':\x20'+(_0x5efffe&&_0x5efffe['message'])),null;}return null;}static['setIntegrations'](_0x356fad,_0x54ea12){const _0x28c857=a54_0x4617df,_0x1aabde={};_0x1aabde[_0x28c857(0x206)]=function(_0x38e361,_0x3427bf){return _0x38e361||_0x3427bf;};const _0x323bd9=_0x1aabde;if(_0x323bd9[_0x28c857(0x206)](!_0x356fad,!_0x54ea12))return;try{const _0x4757bc=this[_0x28c857(0x1df)](),_0x189ff4={};_0x189ff4['recursive']=!![],fs[_0x28c857(0x224)](_0x4757bc,_0x189ff4);const _0x4dae5a=path[_0x28c857(0x1f9)](_0x4757bc,_0x356fad+'_integrations.json');fs['writeFileSync'](_0x4dae5a,JSON[_0x28c857(0x1e7)](_0x54ea12));}catch(_0x42a192){logger[_0x28c857(0x221)](_0x28c857(0x1e8)+_0x356fad+':\x20'+(_0x42a192&&_0x42a192[_0x28c857(0x21c)]));}}static['shutdown'](){const _0x148dac=a54_0x4617df,_0x636eeb={};_0x636eeb[_0x148dac(0x1fa)]=!![],_0x636eeb[_0x148dac(0x1ce)]=!![],fs[_0x148dac(0x1e1)](this[_0x148dac(0x1df)](),_0x636eeb);}static[a54_0x4617df(0x22f)](_0x113fd4){const _0x102ee3=a54_0x4617df;if(this[_0x102ee3(0x214)][_0x113fd4])return this['tests'][_0x113fd4];const _0x5d36e2=this[_0x102ee3(0x204)](_0x113fd4);if(_0x5d36e2&&fs[_0x102ee3(0x220)](_0x5d36e2)){const _0x22ec6a=JSON[_0x102ee3(0x22a)](fs['readFileSync'](_0x5d36e2)[_0x102ee3(0x1dd)]());return this[_0x102ee3(0x214)][_0x113fd4]=_0x22ec6a,_0x22ec6a;}return{};}static[a54_0x4617df(0x1fb)](_0x92ecc5,_0x147fce){const _0x5dcbc1=a54_0x4617df,_0x1ab5b8=this['getFilePath'](_0x92ecc5);if(_0x1ab5b8&&fs[_0x5dcbc1(0x220)](_0x1ab5b8)){const _0x3096e0=JSON[_0x5dcbc1(0x22a)](fs[_0x5dcbc1(0x222)](_0x1ab5b8)['toString']()),_0x1b9e31={..._0x3096e0,..._0x147fce};this[_0x5dcbc1(0x214)][_0x92ecc5]=_0x1b9e31;}else this[_0x5dcbc1(0x214)][_0x92ecc5]=_0x147fce;fs[_0x5dcbc1(0x1fd)](_0x1ab5b8,this[_0x5dcbc1(0x214)][_0x92ecc5]);}static[a54_0x4617df(0x1d6)](_0x51db88){const _0x2832d0=a54_0x4617df,_0x215718={};_0x215718[_0x2832d0(0x1f0)]='Error\x20handling\x20trace\x20file\x20paths:\x20';const _0x177425=_0x215718;try{const _0x31fd92=process[_0x2832d0(0x20e)],_0x3fb1bd=path[_0x2832d0(0x1f9)](TestDetails[_0x2832d0(0x1fc)](),_0x31fd92+'_traceZipPaths.json');let _0x4f5346=[];_0x3fb1bd&&fs[_0x2832d0(0x220)](_0x3fb1bd)&&(_0x4f5346=JSON[_0x2832d0(0x22a)](fs['readFileSync'](_0x3fb1bd)[_0x2832d0(0x1dd)]())),!_0x4f5346[_0x2832d0(0x203)](_0x544c9c=>_0x544c9c[_0x2832d0(0x20f)]===_0x51db88[_0x2832d0(0x20f)])&&(_0x4f5346[_0x2832d0(0x1dc)](_0x51db88),fs[_0x2832d0(0x1fd)](_0x3fb1bd,JSON[_0x2832d0(0x1e7)](_0x4f5346)));}catch(_0x54a0f8){logger[_0x2832d0(0x1ec)](_0x177425['ICVck'],_0x54a0f8);}}static['getTraceFilePaths'](){const _0x351d04=a54_0x4617df,_0x25b9af={};_0x25b9af['iiVmi']=_0x351d04(0x1f8),_0x25b9af[_0x351d04(0x229)]=_0x351d04(0x1cc);const _0xf4a210=_0x25b9af,_0x4c2771=[];try{const _0x89b1de=TestDetails[_0x351d04(0x1fc)]();if(_0x89b1de&&!fs[_0x351d04(0x220)](_0x89b1de))return _0x4c2771;const _0xae901f=fs[_0x351d04(0x1cf)](_0x89b1de);_0xae901f[_0x351d04(0x1e3)](_0x2a9bf3=>{const _0x164eaa=_0x351d04;if(_0x2a9bf3&&_0x2a9bf3[_0x164eaa(0x1f4)](_0xf4a210[_0x164eaa(0x227)])){const _0xc12827=JSON[_0x164eaa(0x22a)](fs[_0x164eaa(0x222)](path[_0x164eaa(0x1f9)](_0x89b1de,_0x2a9bf3))[_0x164eaa(0x1dd)]());_0x4c2771[_0x164eaa(0x1dc)](..._0xc12827);}});}catch(_0x3b47bb){logger[_0x351d04(0x1ec)](util[_0x351d04(0x1f5)](_0xf4a210[_0x351d04(0x229)],_0x3b47bb));}const _0x5ec429={};return _0x4c2771[_0x351d04(0x1e3)](_0x31f065=>{_0x5ec429[_0x31f065['filePath']]=_0x31f065;}),Object['values'](_0x5ec429);}static[a54_0x4617df(0x209)](_0x19bc7c,_0x6b3cfb){const _0x3996ec=a54_0x4617df,_0x23ecf0={};_0x23ecf0[_0x3996ec(0x200)]='.browserstack',_0x23ecf0[_0x3996ec(0x1e6)]=_0x3996ec(0x1d9);const _0x24cc62=_0x23ecf0;try{const _0x15e23f=path[_0x3996ec(0x1f9)](helper[_0x3996ec(0x1ea)](),_0x24cc62['fTXKO']);if(!fs[_0x3996ec(0x220)](_0x15e23f)){const _0x36e4f7={};_0x36e4f7[_0x3996ec(0x1fa)]=!![],fs['mkdirSync'](_0x15e23f,_0x36e4f7);}fs['appendFileSync'](path[_0x3996ec(0x1f9)](_0x15e23f,'trace_'+_0x6b3cfb+_0x3996ec(0x1eb)),_0x19bc7c+'\x0a',_0x24cc62[_0x3996ec(0x1e6)]);}catch(_0x5c6c9e){console[_0x3996ec(0x1ec)](_0x3996ec(0x208)+_0x5c6c9e['message']);}}}module[a54_0x4617df(0x232)]=TestDetails;function a54_0x2700(){const _0x5411bf=['existsSync','debug','readFileSync','jucVB','mkdirSync','getAccessibilityPlatformValidation','540441iJMWbg','iiVmi','../../../helpers/logger','bVSzM','parse','BBoGj','790500LrXwPw','NSTHN','aLWdc','getTestDetails','getStoreDirSuffix','winstonLogger','exports','Error\x20reading\x20trace\x20file\x20paths:\x20%s','Failed\x20to\x20write\x20platform\x20validation\x20file\x20for\x20test\x20','force','readdirSync','105WPLcIy','Xzhsf','Failed\x20to\x20parse\x20integrations\x20file\x20for\x20test\x20','_test','setup','22588qfGvoL','addTraceFilePath','getStoreDirPath','IXShz','utf8','setAccessibilityPlatformValidation','VIMjp','push','toString','util','getDirPath','_projectId','rmSync','../../../helpers/test-observability/constants','forEach','testId','path','oVFaB','stringify','Failed\x20to\x20write\x20integrations\x20file\x20for\x20test\x20','5RrAyIO','homedir','.txt','error','uryIL','VqyXF','873056GPONWd','ICVck','YknLm','getProjectIdFromTestInfo','__projectId','endsWith','format','shutdown','../../../helpers/helper','_traceZipPaths.json','join','recursive','setTestDetails','getTraceZipDir','writeFileSync','uuid','KKEuC','fTXKO','63112yxsTEk','traceZipPaths','some','getFilePath','478458ykGihf','SQsxV','zVcTF','Error\x20writing\x20trace\x20file:\x20','appendToTracePaths','189090uXIuVk','getTestUUID','XUctZ','ajhdI','pid','filePath','aZsSI','env','KUtBC','BS_TESTOPS_BUILD_HASHED_ID','tests','XCLSp','iMsma','3YsosgL','_integrations.json','getStoreDirName','getTestIdFromTestInfo','_platformDetails.json','message','oSeGL','KWVkl','KEJzt'];a54_0x2700=function(){return _0x5411bf;};return a54_0x2700();}
|
|
1
|
+
const a54_0x3f2602=a54_0x149b;(function(_0x163a9a,_0x4161c8){const _0x16b4f2=a54_0x149b,_0x4a52b2=_0x163a9a();while(!![]){try{const _0x2ff563=-parseInt(_0x16b4f2(0x1ec))/0x1+parseInt(_0x16b4f2(0x1f9))/0x2*(parseInt(_0x16b4f2(0x1ce))/0x3)+-parseInt(_0x16b4f2(0x1dc))/0x4+-parseInt(_0x16b4f2(0x1bb))/0x5+parseInt(_0x16b4f2(0x1c1))/0x6*(parseInt(_0x16b4f2(0x1c2))/0x7)+-parseInt(_0x16b4f2(0x1c8))/0x8+parseInt(_0x16b4f2(0x223))/0x9*(parseInt(_0x16b4f2(0x1c0))/0xa);if(_0x2ff563===_0x4161c8)break;else _0x4a52b2['push'](_0x4a52b2['shift']());}catch(_0x2599cd){_0x4a52b2['push'](_0x4a52b2['shift']());}}}(a54_0x154c,0xb8442));const fs=require('fs'),path=require(a54_0x3f2602(0x1df)),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require(a54_0x3f2602(0x1ee)),{nestedKeyValue}=require('../../../helpers/helper'),logger=require(a54_0x3f2602(0x1e9))[a54_0x3f2602(0x1fc)],{getLogDir}=require(a54_0x3f2602(0x1e9)),util=require('util'),helper=require(a54_0x3f2602(0x1d4)),{deterministicTestUUID}=require('../../../helpers/test-observability/utils');function a54_0x149b(_0x1c802a,_0xfb3a01){const _0x154cfe=a54_0x154c();return a54_0x149b=function(_0x149bbb,_0x3ee49f){_0x149bbb=_0x149bbb-0x1b8;let _0x2171c=_0x154cfe[_0x149bbb];return _0x2171c;},a54_0x149b(_0x1c802a,_0xfb3a01);}class TestDetails{static ['tests']={};static['setup'](){const _0x72aed5=a54_0x3f2602;this[_0x72aed5(0x222)]();const _0x2cce1f={};_0x2cce1f[_0x72aed5(0x1bc)]=!![],fs[_0x72aed5(0x1e3)](this[_0x72aed5(0x210)](),_0x2cce1f);const _0x590c34={};_0x590c34['recursive']=!![],fs[_0x72aed5(0x1e3)](this['getTraceZipDir'](),_0x590c34);}static[a54_0x3f2602(0x21f)](){const _0x460d5b=a54_0x3f2602,_0x33da57={};_0x33da57[_0x460d5b(0x1e6)]=function(_0x13c15c,_0x3c1bc7){return _0x13c15c!==_0x3c1bc7;},_0x33da57[_0x460d5b(0x1d3)]=_0x460d5b(0x1f0),_0x33da57['nnxxa']=function(_0x164f6c,_0x3f1756){return _0x164f6c!==_0x3f1756;},_0x33da57[_0x460d5b(0x21b)]='undefined',_0x33da57[_0x460d5b(0x20e)]=function(_0x5096c9,_0x40cef3){return _0x5096c9===_0x40cef3;},_0x33da57['cWVhs']=function(_0x5e48c3,_0x17d840){return _0x5e48c3===_0x17d840;},_0x33da57[_0x460d5b(0x1e4)]=_0x460d5b(0x1e1);const _0x2fdd81=_0x33da57,_0x239220=process[_0x460d5b(0x1b9)][_0x460d5b(0x1d0)],_0x58b3c8=_0x239220&&_0x2fdd81['ksCrf'](_0x239220,_0x2fdd81[_0x460d5b(0x1d3)])&&_0x2fdd81[_0x460d5b(0x1f1)](_0x239220,_0x2fdd81[_0x460d5b(0x21b)])?_0x239220:process[_0x460d5b(0x1b9)][_0x460d5b(0x1f6)];if(!_0x58b3c8||_0x2fdd81[_0x460d5b(0x20e)](_0x58b3c8,_0x2fdd81[_0x460d5b(0x21b)])||_0x2fdd81[_0x460d5b(0x1fa)](_0x58b3c8,_0x2fdd81[_0x460d5b(0x1d3)]))return _0x2fdd81['yHiTo'];return _0x58b3c8;}static[a54_0x3f2602(0x214)](){const _0x3c012b=a54_0x3f2602,_0xe93aba={};_0xe93aba[_0x3c012b(0x1e5)]=function(_0x52b7c1,_0x18d0c2){return _0x52b7c1+_0x18d0c2;},_0xe93aba[_0x3c012b(0x1cf)]=function(_0x18c891,_0x5beefc){return _0x18c891+_0x5beefc;};const _0x3642a4=_0xe93aba;return _0x3642a4[_0x3c012b(0x1e5)](_0x3642a4[_0x3c012b(0x1cf)](TEMP_STORE_DIR_NAME,'-'),TestDetails[_0x3c012b(0x21f)]());}static[a54_0x3f2602(0x1e2)](){const _0x54073c=a54_0x3f2602,_0x360d2d={};_0x360d2d[_0x54073c(0x1b8)]=function(_0x141b01,_0x539670){return _0x141b01+_0x539670;},_0x360d2d[_0x54073c(0x20a)]=function(_0x447cc5,_0x41477b){return _0x447cc5+_0x41477b;};const _0x3b1e75=_0x360d2d;return path['join'](_0x3b1e75[_0x54073c(0x1b8)](_0x3b1e75['PDYRF'](TEMP_STORE_DIR_NAME,'-'),TestDetails[_0x54073c(0x21f)]()));}static[a54_0x3f2602(0x213)](){const _0x43fe6d=a54_0x3f2602,_0x288bfb={};_0x288bfb[_0x43fe6d(0x203)]='traceZipPaths';const _0x43e7c6=_0x288bfb;return path['join'](this[_0x43fe6d(0x1e2)](),_0x43e7c6['sorPF']);}static['getDirPath'](){const _0x12356e=a54_0x3f2602;return TestDetails[_0x12356e(0x214)]();}static[a54_0x3f2602(0x1f5)](_0x3f0aa7){const _0x13938c=a54_0x3f2602,_0x2b36bc={};_0x2b36bc[_0x13938c(0x1be)]=function(_0x280acc,_0xfe5deb){return _0x280acc+_0xfe5deb;},_0x2b36bc[_0x13938c(0x1c4)]=_0x13938c(0x1ff);const _0x19e794=_0x2b36bc;return path['join'](this[_0x13938c(0x210)](),_0x19e794['UjJpZ'](_0x3f0aa7,_0x19e794[_0x13938c(0x1c4)]));}static[a54_0x3f2602(0x1ba)](_0x3a6eb1){const _0x25e90b=a54_0x3f2602,_0x5dd17b={};_0x5dd17b[_0x25e90b(0x202)]=function(_0x2d16c1,_0x596605){return _0x2d16c1+_0x596605;};const _0x46d463=_0x5dd17b;return _0x46d463[_0x25e90b(0x202)](_0x46d463[_0x25e90b(0x202)](this['getTestIdFromTestInfo'](_0x3a6eb1),'-'),_0x3a6eb1['retry']);}static[a54_0x3f2602(0x20d)](_0x2b83e0){const _0x388bdb=a54_0x3f2602,_0x3e6789={'yVDnB':function(_0x5c9f7b,_0x1d5d6c,_0x300353){return _0x5c9f7b(_0x1d5d6c,_0x300353);},'mLmdU':_0x388bdb(0x1ed),'HOlWA':'_projectId','uFZzN':function(_0x1b0ad6,_0x25bf84,_0x2e2b28){return _0x1b0ad6(_0x25bf84,_0x2e2b28);},'NtTvj':'project','nvdmq':'__projectId'};return _0x3e6789[_0x388bdb(0x1f3)](nestedKeyValue,_0x2b83e0,[_0x3e6789[_0x388bdb(0x1d2)],_0x3e6789[_0x388bdb(0x205)]])||_0x3e6789[_0x388bdb(0x204)](nestedKeyValue,_0x2b83e0,[_0x3e6789['NtTvj'],_0x3e6789[_0x388bdb(0x1cc)]]);}static['getTestIdFromTestInfo'](_0x5578cb){const _0x70f804=a54_0x3f2602,_0x299c89={'wTXFX':function(_0x40c02d,_0x352cd3,_0x27f94d){return _0x40c02d(_0x352cd3,_0x27f94d);},'UCQiY':'_test'};return _0x299c89[_0x70f804(0x221)](nestedKeyValue,_0x5578cb,[_0x299c89[_0x70f804(0x1c6)],'id'])||_0x5578cb[_0x70f804(0x20b)];}static[a54_0x3f2602(0x1bd)](_0x421836){const _0x5bb94d=a54_0x3f2602,_0x500b71={'kVVjx':function(_0x446667,_0x59432d){return _0x446667===_0x59432d;},'FAuUY':'string','pMZQr':function(_0x26588b,_0x5475cb){return _0x26588b(_0x5475cb);},'dMjaH':function(_0x59c217){return _0x59c217();}};if(this[_0x5bb94d(0x215)][_0x421836]&&_0x500b71[_0x5bb94d(0x1ca)](typeof this[_0x5bb94d(0x215)][_0x421836]['uuid'],_0x500b71[_0x5bb94d(0x1d5)]))return this[_0x5bb94d(0x215)][_0x421836][_0x5bb94d(0x1e7)];const _0x557e7c=process[_0x5bb94d(0x1b9)][_0x5bb94d(0x1d0)];if(helper[_0x5bb94d(0x1fd)](_0x557e7c)){const _0x370e62=_0x500b71[_0x5bb94d(0x200)](deterministicTestUUID,_0x421836),_0x199740={};_0x199740[_0x5bb94d(0x1e7)]=_0x370e62,this[_0x5bb94d(0x215)][_0x421836]=_0x199740;try{const _0x26c07e={};_0x26c07e[_0x5bb94d(0x1bc)]=!![],fs[_0x5bb94d(0x1e3)](this['getDirPath'](),_0x26c07e),fs[_0x5bb94d(0x211)](this[_0x5bb94d(0x1f5)](_0x421836),JSON[_0x5bb94d(0x1c9)](this['tests'][_0x421836]));}catch(_0x4fa35a){logger[_0x5bb94d(0x206)](_0x5bb94d(0x20f)+_0x421836+':\x20'+(_0x4fa35a&&_0x4fa35a['message']));}return _0x370e62;}const _0x1c4ddb=this[_0x5bb94d(0x1f5)](_0x421836);if(_0x1c4ddb&&fs['existsSync'](_0x1c4ddb)){const _0x23caad=JSON['parse'](fs[_0x5bb94d(0x21c)](_0x1c4ddb)[_0x5bb94d(0x21d)]());return this[_0x5bb94d(0x215)][_0x421836]=_0x23caad,this['tests'][_0x421836][_0x5bb94d(0x1e7)];}return this[_0x5bb94d(0x215)][_0x421836]={'uuid':_0x500b71['dMjaH'](uuidv4)},fs[_0x5bb94d(0x211)](_0x1c4ddb,JSON[_0x5bb94d(0x1c9)](this[_0x5bb94d(0x215)][_0x421836])),this[_0x5bb94d(0x215)][_0x421836][_0x5bb94d(0x1e7)];}static[a54_0x3f2602(0x220)](_0x97e4f5){const _0x4715ba=a54_0x3f2602,_0xe726f0=path[_0x4715ba(0x1d8)](this['getDirPath'](),_0x97e4f5+_0x4715ba(0x1d7));if(_0xe726f0&&fs[_0x4715ba(0x208)](_0xe726f0))return fs[_0x4715ba(0x21c)](_0xe726f0)[_0x4715ba(0x21d)]();}static[a54_0x3f2602(0x1d6)](_0x46b40b,_0x1656c1){const _0x38639c=a54_0x3f2602;try{const _0x457113=this[_0x38639c(0x210)](),_0x5dae02={};_0x5dae02[_0x38639c(0x1bc)]=!![],fs[_0x38639c(0x1e3)](_0x457113,_0x5dae02);const _0x4c3ee7=path['join'](_0x457113,_0x1656c1+'_platformDetails.json');fs['writeFileSync'](_0x4c3ee7,_0x46b40b[_0x38639c(0x21d)]());}catch(_0x65339f){logger[_0x38639c(0x206)](_0x38639c(0x1dd)+_0x1656c1+':\x20'+(_0x65339f&&_0x65339f[_0x38639c(0x1cb)]));}}static[a54_0x3f2602(0x21e)](_0x38f85d){const _0x5c4e90=a54_0x3f2602,_0xb930e=path[_0x5c4e90(0x1d8)](this[_0x5c4e90(0x210)](),_0x38f85d+_0x5c4e90(0x209));if(_0xb930e&&fs[_0x5c4e90(0x208)](_0xb930e))try{return JSON[_0x5c4e90(0x21a)](fs['readFileSync'](_0xb930e)[_0x5c4e90(0x21d)]());}catch(_0x22e90a){return logger[_0x5c4e90(0x206)](_0x5c4e90(0x216)+_0x38f85d+':\x20'+(_0x22e90a&&_0x22e90a[_0x5c4e90(0x1cb)])),null;}return null;}static[a54_0x3f2602(0x1d9)](_0x4bd633,_0x33bfc0){const _0x3c42c6=a54_0x3f2602,_0x38fbb9={};_0x38fbb9['pGfwh']=function(_0x8a9a2f,_0x27a665){return _0x8a9a2f||_0x27a665;};const _0x160050=_0x38fbb9;if(_0x160050[_0x3c42c6(0x1c5)](!_0x4bd633,!_0x33bfc0))return;try{const _0xb1e1c8=this['getDirPath'](),_0x5f51f0={};_0x5f51f0[_0x3c42c6(0x1bc)]=!![],fs[_0x3c42c6(0x1e3)](_0xb1e1c8,_0x5f51f0);const _0x3f90ed=path['join'](_0xb1e1c8,_0x4bd633+_0x3c42c6(0x209));fs[_0x3c42c6(0x211)](_0x3f90ed,JSON[_0x3c42c6(0x1c9)](_0x33bfc0));}catch(_0x2b02cd){logger[_0x3c42c6(0x206)](_0x3c42c6(0x1c3)+_0x4bd633+':\x20'+(_0x2b02cd&&_0x2b02cd['message']));}}static['shutdown'](){const _0x3b0ebf=a54_0x3f2602,_0xf4ef49={};_0xf4ef49['recursive']=!![],_0xf4ef49[_0x3b0ebf(0x1bf)]=!![],fs['rmSync'](this['getDirPath'](),_0xf4ef49);}static[a54_0x3f2602(0x207)](_0x574d6a){const _0x41a1d7=a54_0x3f2602;if(this[_0x41a1d7(0x215)][_0x574d6a])return this[_0x41a1d7(0x215)][_0x574d6a];const _0x5402cb=this[_0x41a1d7(0x1f5)](_0x574d6a);if(_0x5402cb&&fs[_0x41a1d7(0x208)](_0x5402cb)){const _0x29f36d=JSON['parse'](fs[_0x41a1d7(0x21c)](_0x5402cb)[_0x41a1d7(0x21d)]());return this[_0x41a1d7(0x215)][_0x574d6a]=_0x29f36d,_0x29f36d;}return{};}static[a54_0x3f2602(0x224)](_0x5e10f4,_0x43e781){const _0xa30a7f=a54_0x3f2602,_0x6b3674=this[_0xa30a7f(0x1f5)](_0x5e10f4);if(_0x6b3674&&fs[_0xa30a7f(0x208)](_0x6b3674)){const _0x39e886=JSON[_0xa30a7f(0x21a)](fs[_0xa30a7f(0x21c)](_0x6b3674)[_0xa30a7f(0x21d)]()),_0x162048={..._0x39e886,..._0x43e781};this[_0xa30a7f(0x215)][_0x5e10f4]=_0x162048;}else this[_0xa30a7f(0x215)][_0x5e10f4]=_0x43e781;fs[_0xa30a7f(0x211)](_0x6b3674,this[_0xa30a7f(0x215)][_0x5e10f4]);}static[a54_0x3f2602(0x1c7)](_0x201a8a){const _0x53eb5b=a54_0x3f2602,_0x1caf11={};_0x1caf11[_0x53eb5b(0x1de)]=_0x53eb5b(0x1f7);const _0x48e76c=_0x1caf11;try{const _0x411708=process['pid'],_0x16078c=path[_0x53eb5b(0x1d8)](TestDetails[_0x53eb5b(0x213)](),_0x411708+_0x53eb5b(0x212));let _0x30ff99=[];_0x16078c&&fs['existsSync'](_0x16078c)&&(_0x30ff99=JSON[_0x53eb5b(0x21a)](fs[_0x53eb5b(0x21c)](_0x16078c)[_0x53eb5b(0x21d)]())),!_0x30ff99['some'](_0x707542=>_0x707542['filePath']===_0x201a8a[_0x53eb5b(0x1f8)])&&(_0x30ff99['push'](_0x201a8a),fs[_0x53eb5b(0x211)](_0x16078c,JSON[_0x53eb5b(0x1c9)](_0x30ff99)));}catch(_0x397cea){logger[_0x53eb5b(0x219)](_0x48e76c[_0x53eb5b(0x1de)],_0x397cea);}}static[a54_0x3f2602(0x201)](){const _0x1f3ab6=a54_0x3f2602,_0x24b809={};_0x24b809[_0x1f3ab6(0x1e0)]=_0x1f3ab6(0x212),_0x24b809[_0x1f3ab6(0x1da)]=_0x1f3ab6(0x1e8);const _0x3c319a=_0x24b809,_0x1f676f=[];try{const _0x1f8bbe=TestDetails[_0x1f3ab6(0x213)]();if(_0x1f8bbe&&!fs[_0x1f3ab6(0x208)](_0x1f8bbe))return _0x1f676f;const _0x4ba948=fs[_0x1f3ab6(0x1fb)](_0x1f8bbe);_0x4ba948['forEach'](_0x43c822=>{const _0x50accb=_0x1f3ab6;if(_0x43c822&&_0x43c822[_0x50accb(0x1ea)](_0x3c319a[_0x50accb(0x1e0)])){const _0x406560=JSON[_0x50accb(0x21a)](fs[_0x50accb(0x21c)](path['join'](_0x1f8bbe,_0x43c822))[_0x50accb(0x21d)]());_0x1f676f[_0x50accb(0x20c)](..._0x406560);}});}catch(_0x18e608){logger[_0x1f3ab6(0x219)](util[_0x1f3ab6(0x1eb)](_0x3c319a['BtLVU'],_0x18e608));}const _0x591f07={};return _0x1f676f[_0x1f3ab6(0x1f2)](_0x598908=>{const _0x29e5a8=_0x1f3ab6;_0x591f07[_0x598908[_0x29e5a8(0x1f8)]]=_0x598908;}),Object['values'](_0x591f07);}static[a54_0x3f2602(0x217)](_0x4ad08a,_0x5c2de7){const _0x18ca5a=a54_0x3f2602,_0x47ff71={};_0x47ff71['lRbTX']=_0x18ca5a(0x1fe),_0x47ff71[_0x18ca5a(0x1f4)]=_0x18ca5a(0x1cd);const _0x360196=_0x47ff71;try{const _0x4de1a4=path[_0x18ca5a(0x1d8)](helper['homedir'](),_0x360196[_0x18ca5a(0x218)]);if(!fs[_0x18ca5a(0x208)](_0x4de1a4)){const _0x370603={};_0x370603[_0x18ca5a(0x1bc)]=!![],fs[_0x18ca5a(0x1e3)](_0x4de1a4,_0x370603);}fs[_0x18ca5a(0x1db)](path['join'](_0x4de1a4,'trace_'+_0x5c2de7+_0x18ca5a(0x1ef)),_0x4ad08a+'\x0a',_0x360196['UBZui']);}catch(_0xc0b6b2){console[_0x18ca5a(0x219)](_0x18ca5a(0x1d1)+_0xc0b6b2[_0x18ca5a(0x1cb)]);}}}function a54_0x154c(){const _0x43de40=['appendToTracePaths','lRbTX','error','parse','sLAiQ','readFileSync','toString','getIntegrations','getStoreDirSuffix','getAccessibilityPlatformValidation','wTXFX','shutdown','1035vpiokE','setTestDetails','dfVEm','env','getTestRunIdFromTestInfo','3536390maODDJ','recursive','getTestUUID','UjJpZ','force','171610KyWfTJ','474384RDcGgQ','49Uvytym','Failed\x20to\x20write\x20integrations\x20file\x20for\x20test\x20','XjWrV','pGfwh','UCQiY','addTraceFilePath','2610872XiNXqh','stringify','kVVjx','message','nvdmq','utf8','1057647veVxUz','iJxES','BROWSERSTACK_TESTHUB_UUID_SEED','Error\x20writing\x20trace\x20file:\x20','mLmdU','AHFhU','../../../helpers/helper','FAuUY','setAccessibilityPlatformValidation','_platformDetails.json','join','setIntegrations','BtLVU','appendFileSync','2780116tRDPhf','Failed\x20to\x20write\x20platform\x20validation\x20file\x20for\x20test\x20','RYgus','path','XluQx','default','getStoreDirPath','mkdirSync','yHiTo','TdIHt','ksCrf','uuid','Error\x20reading\x20trace\x20file\x20paths:\x20%s','../../../helpers/logger','endsWith','format','1101190XgeFmc','_test','../../../helpers/test-observability/constants','.txt','null','nnxxa','forEach','yVDnB','UBZui','getFilePath','BS_TESTOPS_BUILD_HASHED_ID','Error\x20handling\x20trace\x20file\x20paths:\x20','filePath','6fuxvLb','cWVhs','readdirSync','winstonLogger','isValidEnvValue','.browserstack','.json','pMZQr','getTraceFilePaths','ZcsvU','sorPF','uFZzN','HOlWA','debug','getTestDetails','existsSync','_integrations.json','PDYRF','testId','push','getProjectIdFromTestInfo','trZYs','getTestUUID:\x20could\x20not\x20persist\x20uuid\x20for\x20','getDirPath','writeFileSync','_traceZipPaths.json','getTraceZipDir','getStoreDirName','tests','Failed\x20to\x20parse\x20integrations\x20file\x20for\x20test\x20'];a54_0x154c=function(){return _0x43de40;};return a54_0x154c();}module['exports']=TestDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';
|
|
1
|
+
'use strict';function a55_0x4474(_0x4d2b90,_0x5018fc){const _0x55bcb7=a55_0x55bc();return a55_0x4474=function(_0x447459,_0x5c61ad){_0x447459=_0x447459-0x1ac;let _0x2fabfe=_0x55bcb7[_0x447459];return _0x2fabfe;},a55_0x4474(_0x4d2b90,_0x5018fc);}function a55_0x55bc(){const _0xe4ca0c=['4UavtFR','win32','some','platform','[BrowserStack]\x20CLI\x20reporter\x20arg\x20after\x20merge:\x20','slice','winstonLogger','PGojq','sbYWe','OcItT','includes','EYYfO','trim','lzxOf','filter','exports','warn','prefix','--reporter=','QfUrI','18944USuNKf','2340716dCxQAH','yyuHn','debug','3360316rQNkQR','./reporter/reporter.js','isArray','MRzTB','map','TJxTA','path','17272530pnZjKp','startsWith','join','akofz','string','NvjAX','find','ncVvN','util','../../helpers/logger','[BrowserStack]\x20A\x20--reporter\x20flag\x20was\x20passed\x20on\x20the\x20Playwright\x20CLI;\x20it\x20overrides\x20the\x20config\x20reporter.\x20Merged\x20the\x20BrowserStack\x20Observability\x20reporter\x20into\x20it\x20so\x20test\x20events\x20are\x20captured.','NTfGA','push','4689Yovfpm','resolve','vMcgT','aGmDu','NZGcz','883776dRflsb','BROWSERSTACK_PW_REPORTER_PATH','9342995nagrzi','jcgrl','ppdcK','WKNfo','mergeBrowserstackReporterIntoCliReporterFlag','length','4696ZrdrhP','18rheZyq','flagIdx','MtCvm'];a55_0x55bc=function(){return _0xe4ca0c;};return a55_0x55bc();}const a55_0x3ad57c=a55_0x4474;(function(_0x3ae8af,_0xabbd84){const _0x17edc4=a55_0x4474,_0x3cfa70=_0x3ae8af();while(!![]){try{const _0x2d8763=parseInt(_0x17edc4(0x1cd))/0x1+-parseInt(_0x17edc4(0x1d1))/0x2+-parseInt(_0x17edc4(0x1ad))/0x3+parseInt(_0x17edc4(0x1b9))/0x4*(parseInt(_0x17edc4(0x1af))/0x5)+parseInt(_0x17edc4(0x1b6))/0x6*(-parseInt(_0x17edc4(0x1ce))/0x7)+parseInt(_0x17edc4(0x1b5))/0x8*(parseInt(_0x17edc4(0x1e5))/0x9)+parseInt(_0x17edc4(0x1d8))/0xa;if(_0x2d8763===_0xabbd84)break;else _0x3cfa70['push'](_0x3cfa70['shift']());}catch(_0x5777bb){_0x3cfa70['push'](_0x3cfa70['shift']());}}}(a55_0x55bc,0xe6275));const path=require(a55_0x3ad57c(0x1d7)),{format}=require(a55_0x3ad57c(0x1e0)),logger=require(a55_0x3ad57c(0x1e1))[a55_0x3ad57c(0x1bf)],BROWSERSTACK_PW_REPORTER_PATH=path[a55_0x3ad57c(0x1da)](__dirname,a55_0x3ad57c(0x1d2)),INLINE_PREFIXES=[a55_0x3ad57c(0x1cb)],BARE_FLAGS=['--reporter'],stripQuotes=_0x4cef4d=>{const _0x1d51a4=a55_0x3ad57c,_0x27e815={'WKNfo':function(_0x5798e1,_0x9fba17){return _0x5798e1(_0x9fba17);},'aGmDu':function(_0x16990e,_0x37ef69){return _0x16990e>=_0x37ef69;},'lzxOf':function(_0x1be259,_0x174f6a){return _0x1be259-_0x174f6a;},'akofz':function(_0x1ec276,_0x86cbb7){return _0x1ec276===_0x86cbb7;},'EYYfO':function(_0x36702f,_0x54552f){return _0x36702f===_0x54552f;},'QfUrI':function(_0x2007dd,_0x51ec79){return _0x2007dd===_0x51ec79;}},_0x1b1b85=_0x27e815[_0x1d51a4(0x1b2)](String,_0x4cef4d);if(_0x27e815[_0x1d51a4(0x1e8)](_0x1b1b85['length'],0x2)){const _0x5eb5ad=_0x1b1b85[0x0],_0x275380=_0x1b1b85[_0x27e815[_0x1d51a4(0x1c6)](_0x1b1b85['length'],0x1)];if(_0x27e815[_0x1d51a4(0x1db)](_0x5eb5ad,'\x22')&&_0x27e815[_0x1d51a4(0x1db)](_0x275380,'\x22')||_0x27e815[_0x1d51a4(0x1c4)](_0x5eb5ad,'\x27')&&_0x27e815[_0x1d51a4(0x1cc)](_0x275380,'\x27'))return _0x1b1b85[_0x1d51a4(0x1be)](0x1,-0x1);}return _0x1b1b85;},resolveQuietly=_0x1d67ec=>{const _0xe4605e=a55_0x3ad57c;try{return path[_0xe4605e(0x1e6)](_0x1d67ec);}catch(_0xdc6632){return null;}},renderValue=(_0x46e888,_0x357fef)=>{const _0x2be128=a55_0x3ad57c,_0x20f2e0={};_0x20f2e0[_0x2be128(0x1c1)]=function(_0x30a1ad,_0x3da1a9){return _0x30a1ad===_0x3da1a9;},_0x20f2e0[_0x2be128(0x1e3)]=_0x2be128(0x1ba);const _0x5af56d=_0x20f2e0,_0x121f30=_0x46e888[_0x2be128(0x1da)](',');return _0x5af56d[_0x2be128(0x1c1)](_0x357fef,_0x5af56d[_0x2be128(0x1e3)])?'\x22'+_0x121f30+'\x22':_0x121f30;},buildMergedList=(_0x5a628b,_0x5e8604)=>{const _0x6d5b1f=a55_0x3ad57c,_0x403782={'MtCvm':function(_0x285868,_0xe0da91){return _0x285868(_0xe0da91);},'vhbbX':function(_0x21eab6,_0x479880){return _0x21eab6===_0x479880;}};if(_0x403782[_0x6d5b1f(0x1b8)](String,_0x5e8604)['includes'](','))return null;const _0x2561fd=_0x403782['MtCvm'](stripQuotes,_0x5a628b)['split'](',')[_0x6d5b1f(0x1d5)](_0x5cafb9=>_0x5cafb9[_0x6d5b1f(0x1c5)]())[_0x6d5b1f(0x1c7)](_0x4016f4=>_0x4016f4[_0x6d5b1f(0x1b4)]>0x0);if(_0x403782['vhbbX'](_0x2561fd[_0x6d5b1f(0x1b4)],0x0))return null;const _0x312983=_0x403782[_0x6d5b1f(0x1b8)](resolveQuietly,_0x5e8604),_0x2e8c39=_0x2561fd[_0x6d5b1f(0x1bb)](_0x474272=>_0x474272===_0x5e8604||_0x312983!==null&&resolveQuietly(_0x474272)===_0x312983);return!_0x2e8c39&&_0x2561fd[_0x6d5b1f(0x1e4)](_0x5e8604),_0x2561fd;},findLastReporterFlag=_0x43620e=>{const _0x4ecaae=a55_0x3ad57c,_0x4f33a0={};_0x4f33a0[_0x4ecaae(0x1d4)]=function(_0x37cba4,_0x47fefa){return _0x37cba4-_0x47fefa;},_0x4f33a0[_0x4ecaae(0x1c2)]=function(_0x9b0c19,_0xf967fb){return _0x9b0c19>=_0xf967fb;},_0x4f33a0[_0x4ecaae(0x1c0)]=function(_0xb7e4de,_0x346066){return _0xb7e4de!==_0x346066;},_0x4f33a0[_0x4ecaae(0x1e7)]='string';const _0x58eb53=_0x4f33a0;for(let _0x4607b9=_0x58eb53[_0x4ecaae(0x1d4)](_0x43620e[_0x4ecaae(0x1b4)],0x1);_0x58eb53['OcItT'](_0x4607b9,0x0);_0x4607b9--){const _0x94dc1d=_0x43620e[_0x4607b9];if(_0x58eb53['PGojq'](typeof _0x94dc1d,_0x58eb53[_0x4ecaae(0x1e7)]))continue;const _0x4cd919=INLINE_PREFIXES[_0x4ecaae(0x1de)](_0x531280=>_0x94dc1d[_0x4ecaae(0x1d9)](_0x531280));if(_0x4cd919){const _0x529c5e={};return _0x529c5e[_0x4ecaae(0x1b7)]=_0x4607b9,_0x529c5e[_0x4ecaae(0x1ca)]=_0x4cd919,_0x529c5e;}if(BARE_FLAGS[_0x4ecaae(0x1c3)](_0x94dc1d)){const _0x3282e0={};return _0x3282e0['flagIdx']=_0x4607b9,_0x3282e0[_0x4ecaae(0x1ca)]=null,_0x3282e0;}}return null;},mergeBrowserstackReporterIntoCliReporterFlag=(_0x5edae0,_0x157549={})=>{const _0x14035c=a55_0x3ad57c,_0x33b632={'ncVvN':function(_0x292fc9,_0x108b96){return _0x292fc9===_0x108b96;},'NZGcz':function(_0x43bb61,_0xfada5){return _0x43bb61(_0xfada5);},'ppdcK':function(_0x4db05b,_0x40715a){return _0x4db05b+_0x40715a;},'jcgrl':function(_0x3c817a,_0x3faa34){return _0x3c817a>=_0x3faa34;},'kcfdu':function(_0x589e55,_0x270be0){return _0x589e55!==_0x270be0;},'TJxTA':_0x14035c(0x1dc),'yyuHn':function(_0x29599c,_0x19eb0e,_0x3e50a1){return _0x29599c(_0x19eb0e,_0x3e50a1);},'NvjAX':function(_0x163bd3,_0x148b9f){return _0x163bd3===_0x148b9f;},'sGcah':_0x14035c(0x1e2)};try{const {enabled:enabled=!![],reporterPath:reporterPath=BROWSERSTACK_PW_REPORTER_PATH,platform:platform=process[_0x14035c(0x1bc)]}=_0x157549;if(_0x33b632[_0x14035c(0x1df)](enabled,![]))return;if(!Array[_0x14035c(0x1d3)](_0x5edae0))return;const _0x3a8366=_0x33b632[_0x14035c(0x1ac)](findLastReporterFlag,_0x5edae0);if(_0x33b632[_0x14035c(0x1df)](_0x3a8366,null))return;let _0x243775,_0x505672;if(_0x3a8366[_0x14035c(0x1ca)])_0x243775=_0x3a8366[_0x14035c(0x1b7)],_0x505672=_0x5edae0[_0x3a8366[_0x14035c(0x1b7)]][_0x14035c(0x1be)](_0x3a8366[_0x14035c(0x1ca)][_0x14035c(0x1b4)]);else{_0x243775=_0x33b632[_0x14035c(0x1b1)](_0x3a8366['flagIdx'],0x1);if(_0x33b632[_0x14035c(0x1b0)](_0x243775,_0x5edae0['length'])||_0x33b632['kcfdu'](typeof _0x5edae0[_0x243775],_0x33b632[_0x14035c(0x1d6)])||_0x5edae0[_0x243775]['startsWith']('-'))return;_0x505672=_0x5edae0[_0x243775];}const _0x49e95b=_0x33b632['yyuHn'](buildMergedList,_0x505672,reporterPath);if(_0x33b632[_0x14035c(0x1dd)](_0x49e95b,null))return;const _0x481dc6=_0x33b632[_0x14035c(0x1cf)](renderValue,_0x49e95b,platform);_0x5edae0[_0x243775]=_0x3a8366[_0x14035c(0x1ca)]?''+_0x3a8366[_0x14035c(0x1ca)]+_0x481dc6:_0x481dc6,logger[_0x14035c(0x1c9)](_0x33b632['sGcah']),logger[_0x14035c(0x1d0)](_0x14035c(0x1bd)+_0x5edae0[_0x243775]);}catch(_0x393039){logger[_0x14035c(0x1d0)]('[BrowserStack]\x20Failed\x20to\x20merge\x20BrowserStack\x20reporter\x20into\x20CLI\x20--reporter\x20flag:\x20'+_0x33b632['NZGcz'](format,_0x393039));}},a55_0x318344={};a55_0x318344[a55_0x3ad57c(0x1b3)]=mergeBrowserstackReporterIntoCliReporterFlag,a55_0x318344[a55_0x3ad57c(0x1ae)]=BROWSERSTACK_PW_REPORTER_PATH,module[a55_0x3ad57c(0x1c8)]=a55_0x318344;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a56_0x5c0990=a56_0x49a1;(function(_0x1e2f7e,_0xba55b9){const _0x1e20bb=a56_0x49a1,_0x3987e1=_0x1e2f7e();while(!![]){try{const _0x4b6c2e=parseInt(_0x1e20bb(0x1f6))/0x1*(-parseInt(_0x1e20bb(0x1bb))/0x2)+parseInt(_0x1e20bb(0x192))/0x3*(parseInt(_0x1e20bb(0x170))/0x4)+-parseInt(_0x1e20bb(0x18e))/0x5*(-parseInt(_0x1e20bb(0x1b7))/0x6)+-parseInt(_0x1e20bb(0x167))/0x7+parseInt(_0x1e20bb(0x131))/0x8*(parseInt(_0x1e20bb(0x1c3))/0x9)+parseInt(_0x1e20bb(0x156))/0xa*(-parseInt(_0x1e20bb(0x18f))/0xb)+parseInt(_0x1e20bb(0x1f4))/0xc;if(_0x4b6c2e===_0xba55b9)break;else _0x3987e1['push'](_0x3987e1['shift']());}catch(_0x438c51){_0x3987e1['push'](_0x3987e1['shift']());}}}(a56_0x3c00,0x96d40));const path=require(a56_0x5c0990(0x185)),url=require(a56_0x5c0990(0x1b2)),util=require('util'),helper=require(a56_0x5c0990(0x1c4)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule,isBrowserstackInfra}=require(a56_0x5c0990(0x1c4)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a56_0x5c0990(0x1df)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a56_0x5c0990(0x153)),{FRAMEWORKS}=require(a56_0x5c0990(0x1e3)),logger=require(a56_0x5c0990(0x135))[a56_0x5c0990(0x1af)],scripts=require(a56_0x5c0990(0x1b8)),{browserStackExecuteDriver}=require(a56_0x5c0990(0x150)),AccessibilityHelper=require(a56_0x5c0990(0x1be)),constants=require(a56_0x5c0990(0x179)),BrowserstackCLI=require(a56_0x5c0990(0x193)),AutomationFrameworkState=require(a56_0x5c0990(0x18a)),HookState=require(a56_0x5c0990(0x186)),{performScanWithRetry}=require(a56_0x5c0990(0x132)),ClientTroubleShootingService=require(a56_0x5c0990(0x152)),getBrowserNameFromChannel=_0x3f3337=>{const _0x543de5=a56_0x5c0990,_0x50359a={};_0x50359a[_0x543de5(0x1f9)]=_0x543de5(0x136),_0x50359a[_0x543de5(0x19a)]=_0x543de5(0x1aa),_0x50359a[_0x543de5(0x12f)]=_0x543de5(0x14e),_0x50359a[_0x543de5(0x195)]=_0x543de5(0x1cd),_0x50359a[_0x543de5(0x17f)]=function(_0xb22880,_0x58da64){return _0xb22880===_0x58da64;},_0x50359a['OznlM']=_0x543de5(0x1ce),_0x50359a[_0x543de5(0x1cb)]=function(_0x392e45,_0xc19827){return _0x392e45!==_0xc19827;},_0x50359a[_0x543de5(0x1b5)]=_0x543de5(0x1ea),_0x50359a[_0x543de5(0x1a3)]='chromium',_0x50359a[_0x543de5(0x183)]='edge';const _0x1ce0b2=_0x50359a,_0x323e36=_0x1ce0b2['oJpZd'][_0x543de5(0x15b)]('|');let _0x39c5fe=0x0;while(!![]){switch(_0x323e36[_0x39c5fe++]){case'0':if(_0x3f3337[_0x543de5(0x188)](_0x1ce0b2[_0x543de5(0x19a)]))return _0x1ce0b2[_0x543de5(0x19a)];continue;case'1':if(_0x3f3337[_0x543de5(0x188)](_0x1ce0b2[_0x543de5(0x12f)]))return _0x1ce0b2[_0x543de5(0x12f)];continue;case'2':if(_0x3f3337['includes'](_0x1ce0b2[_0x543de5(0x195)]))return _0x1ce0b2['TcMiy'];continue;case'3':if(_0x1ce0b2[_0x543de5(0x17f)](_0x3f3337,_0x1ce0b2[_0x543de5(0x1b6)]))return _0x1ce0b2[_0x543de5(0x1b6)];continue;case'4':return _0x3f3337;case'5':if(!_0x3f3337||_0x1ce0b2[_0x543de5(0x1cb)](typeof _0x3f3337,_0x1ce0b2['UXwha']))return _0x1ce0b2[_0x543de5(0x1a3)];continue;case'6':if(_0x3f3337[_0x543de5(0x188)](_0x1ce0b2[_0x543de5(0x1a3)]))return _0x1ce0b2[_0x543de5(0x1a3)];continue;case'7':if(_0x3f3337[_0x543de5(0x188)](_0x1ce0b2[_0x543de5(0x183)]))return _0x1ce0b2[_0x543de5(0x183)];continue;}break;}},getBrowserFromWSEndpoint=_0x3dba06=>{const _0x4034d9=a56_0x5c0990,_0x2a24f7={'PpuHi':_0x4034d9(0x14e),'yWgAU':function(_0x6bee89,_0x3cda7a){return _0x6bee89(_0x3cda7a);}};try{const _0x896ee1=url[_0x4034d9(0x1d2)](_0x3dba06),_0x3520bc=new URLSearchParams(_0x896ee1['query']),_0x5da334=Object[_0x4034d9(0x172)](_0x3520bc[_0x4034d9(0x12d)]()),_0xe83dd9=JSON[_0x4034d9(0x1d2)](_0x5da334[_0x4034d9(0x1b0)]);if(_0xe83dd9&&(_0xe83dd9['browser']||_0xe83dd9[_0x4034d9(0x168)]))return _0xe83dd9['browser']||_0xe83dd9[_0x4034d9(0x168)];return _0x2a24f7['PpuHi'];}catch(_0x528d6f){_0x2a24f7[_0x4034d9(0x1ee)](debug,_0x4034d9(0x1fa)+_0x528d6f[_0x4034d9(0x1ec)]());}},getCloudProviderFromWsEndpoint=_0x54debc=>{const _0x5e4b6a=a56_0x5c0990,_0x5835d2={};_0x5835d2[_0x5e4b6a(0x1f8)]=_0x5e4b6a(0x1bf),_0x5835d2[_0x5e4b6a(0x1cf)]='unknown_grid';const _0x36c7e3=_0x5835d2;if(_0x54debc[_0x5e4b6a(0x188)](constants[_0x5e4b6a(0x1b4)])||_0x54debc['includes'](constants[_0x5e4b6a(0x138)]))return _0x36c7e3[_0x5e4b6a(0x1f8)];return _0x36c7e3[_0x5e4b6a(0x1cf)];},a56_0x2742a3={};a56_0x2742a3[a56_0x5c0990(0x1f7)]=undefined,a56_0x2742a3[a56_0x5c0990(0x154)]=undefined,a56_0x2742a3[a56_0x5c0990(0x1ff)]=undefined,a56_0x2742a3['browser_version']=undefined,a56_0x2742a3[a56_0x5c0990(0x189)]=undefined,a56_0x2742a3[a56_0x5c0990(0x1a9)]=undefined,a56_0x2742a3[a56_0x5c0990(0x1d6)]=undefined,a56_0x2742a3[a56_0x5c0990(0x1d0)]={};class PlaywrightSessionDetails{static [a56_0x5c0990(0x139)]=a56_0x2742a3;constructor(){const _0xc7d4ab=a56_0x5c0990,_0xaf75e7={};_0xaf75e7[_0xc7d4ab(0x148)]=_0xc7d4ab(0x1a8);const _0x92c0ca=_0xaf75e7;throw new Error(_0x92c0ca[_0xc7d4ab(0x148)]);}static [a56_0x5c0990(0x1ae)]=null;static[a56_0x5c0990(0x162)](_0xa7b2e6,_0x3644ec,_0x5686f7=null){const _0x2aa03c=a56_0x5c0990,_0x5137f4={'AuREj':_0x2aa03c(0x1c7),'TOXLm':function(_0x1a8129){return _0x1a8129();},'EofqA':_0x2aa03c(0x1bf),'fikZN':'local_grid','wcTer':_0x2aa03c(0x1ac),'nfoTw':_0x2aa03c(0x1ca),'ptliZ':function(_0x69697c,_0xe62f5e){return _0x69697c===_0xe62f5e;},'pWiuO':_0x2aa03c(0x1e7),'tVhZx':_0x2aa03c(0x159),'kCXDN':_0x2aa03c(0x16a),'EDXig':function(_0x4c9352,_0x3764b1){return _0x4c9352===_0x3764b1;},'WWxEv':function(_0x1e1976,_0x56d82a,_0x47c8ad){return _0x1e1976(_0x56d82a,_0x47c8ad);},'RlQyq':_0x2aa03c(0x1d3),'vGLjM':'_defaultConnectOptions','WTWsV':'project','TVXAB':_0x2aa03c(0x1dc),'OzgMU':_0x2aa03c(0x173),'mJPFj':function(_0x4e2e93,_0x58e457){return _0x4e2e93(_0x58e457);},'zPOZy':_0x2aa03c(0x1c5),'HAkdf':'automate','LqTEN':function(_0x57f19a,_0x43505e){return _0x57f19a(_0x43505e);},'LgTQm':function(_0x415b75){return _0x415b75();},'OYhuN':function(_0x5aad5a,_0x2372ae){return _0x5aad5a&&_0x2372ae;},'GgUKp':function(_0x519cab){return _0x519cab();},'lzczA':function(_0x5c7fdf,_0xc92af2){return _0x5c7fdf+_0xc92af2;},'HUntT':_0x2aa03c(0x1db),'qbppo':function(_0x127bd4,_0x94c280){return _0x127bd4||_0x94c280;},'RocdW':function(_0x51cf7a,_0x4e465c,_0x589fbe){return _0x51cf7a(_0x4e465c,_0x589fbe);},'hHfZF':_0x2aa03c(0x162)},_0x10f984=this;return _0x5137f4[_0x2aa03c(0x146)](o11yErrorHandler,async function _0x35cb5a(_0x250fd1,_0x34f539,_0x42100b=null){const _0x3b7132=_0x2aa03c;if(!_0x250fd1){logger[_0x3b7132(0x1d4)](_0x5137f4[_0x3b7132(0x196)]),_0x10f984['currentSessionDetails']=Object[_0x3b7132(0x147)]({},_0x10f984[_0x3b7132(0x139)],{'cloudProvider':_0x5137f4[_0x3b7132(0x12e)](isBrowserstackInfra)?_0x5137f4[_0x3b7132(0x143)]:_0x5137f4['fikZN'],'browser':_0x5137f4[_0x3b7132(0x1ef)],'browser_version':_0x5137f4[_0x3b7132(0x137)]});return;}let _0x388356=_0x250fd1[_0x3b7132(0x1f1)],_0xa66a4=null;_0x250fd1&&_0x5137f4[_0x3b7132(0x18b)](typeof _0x250fd1['version'],_0x5137f4['pWiuO'])?_0xa66a4=_0x250fd1['version']():logger[_0x3b7132(0x1d4)](_0x5137f4[_0x3b7132(0x160)]);let _0x3bfad1=null;_0x250fd1&&_0x5137f4[_0x3b7132(0x18b)](typeof _0x250fd1[_0x3b7132(0x1b1)],_0x5137f4['pWiuO'])?_0x3bfad1=_0x250fd1[_0x3b7132(0x1b1)]():logger[_0x3b7132(0x1d4)](_0x5137f4[_0x3b7132(0x16e)]);let _0x437ad3=null,_0xc6ba27=null,_0x5cbe6e=null,_0x112621=_0x5137f4['fikZN'];const _0x5bb06a=_0x250fd1[_0x3b7132(0x16f)]&&_0x5137f4[_0x3b7132(0x1d1)](typeof _0x250fd1['_connection'][_0x3b7132(0x181)],_0x5137f4[_0x3b7132(0x191)])?_0x250fd1[_0x3b7132(0x16f)][_0x3b7132(0x181)]():![];if(_0x5bb06a||global[_0x3b7132(0x18d)]&&!process[_0x3b7132(0x13a)][_0x3b7132(0x1e0)]){let _0x232b17=null;_0x5137f4[_0x3b7132(0x171)](nestedKeyValue,_0x250fd1,[_0x5137f4[_0x3b7132(0x16c)],_0x5137f4[_0x3b7132(0x17c)]])?_0x232b17=_0x250fd1['_browserType'][_0x3b7132(0x14f)]:_0x232b17=_0x5137f4[_0x3b7132(0x171)](nestedKeyValue,_0x34f539,[_0x5137f4[_0x3b7132(0x169)],_0x5137f4[_0x3b7132(0x175)],_0x5137f4[_0x3b7132(0x177)]]);const _0x51fb45=_0x42100b||_0x232b17&&_0x232b17[_0x3b7132(0x1c2)];if(_0x51fb45){_0x112621=_0x5137f4[_0x3b7132(0x1bc)](getCloudProviderFromWsEndpoint,_0x51fb45);if(_0x5137f4[_0x3b7132(0x1d1)](_0x112621,_0x5137f4[_0x3b7132(0x143)]))_0x5cbe6e=constants[_0x3b7132(0x19d)][_0x3b7132(0x17d)](_0x51fb45)?_0x5137f4[_0x3b7132(0x198)]:_0x5137f4[_0x3b7132(0x134)],_0x388356=_0x5137f4[_0x3b7132(0x144)](getBrowserFromWSEndpoint,_0x51fb45)||_0x388356,_0x437ad3=_0x10f984[_0x3b7132(0x139)]['platform'],_0xc6ba27=_0x10f984[_0x3b7132(0x139)]['platform_version'];else{const _0x4c361b=await _0x5137f4[_0x3b7132(0x1ad)](getPlatformDetails);_0x437ad3=_0x4c361b[_0x3b7132(0x182)],_0xc6ba27=_0x4c361b[_0x3b7132(0x140)];}}if(_0x5137f4[_0x3b7132(0x1ab)](!_0x437ad3,!_0xc6ba27)&&!_0x5137f4[_0x3b7132(0x1ad)](isBrowserstackInfra)){const _0x2c9d72=await _0x5137f4['GgUKp'](getPlatformDetails);_0x437ad3=_0x2c9d72['platformName'],_0xc6ba27=_0x2c9d72[_0x3b7132(0x140)];}}else{_0x34f539&&_0x34f539[_0x3b7132(0x1b9)]['use'][_0x3b7132(0x14b)]?_0x388356=_0x5137f4[_0x3b7132(0x144)](getBrowserNameFromChannel,_0x34f539['project'][_0x3b7132(0x1dc)][_0x3b7132(0x14b)]):_0x388356=_0x5137f4[_0x3b7132(0x180)](_0x5137f4[_0x3b7132(0x1e2)],_0x5137f4[_0x3b7132(0x1e4)](_0x388356,_0x5137f4[_0x3b7132(0x137)])[_0x3b7132(0x14a)]());const _0x2f653=await _0x5137f4[_0x3b7132(0x12e)](getPlatformDetails);_0x437ad3=_0x2f653[_0x3b7132(0x182)],_0xc6ba27=_0x2f653['platformVersion'];}const _0x4d9a4f={};_0x4d9a4f[_0x3b7132(0x1ff)]=_0x388356,_0x4d9a4f[_0x3b7132(0x1f0)]=_0xa66a4,_0x4d9a4f[_0x3b7132(0x1d0)]={},_0x4d9a4f['platform']=_0x437ad3,_0x4d9a4f['platform_version']=_0xc6ba27,_0x4d9a4f['product']=_0x5cbe6e;const _0x3e7bfb=_0x4d9a4f;_0x3bfad1&&(_0x3e7bfb[_0x3b7132(0x1d0)][_0x3b7132(0x161)]=_0x3bfad1);const _0x32d4a={};_0x32d4a[_0x3b7132(0x1f7)]=_0x112621,_0x10f984[_0x3b7132(0x139)]=Object['assign']({},_0x10f984[_0x3b7132(0x139)],_0x32d4a,_0x3e7bfb);},_0x5137f4[_0x2aa03c(0x145)])(_0xa7b2e6,_0x3644ec,_0x5686f7);}static[a56_0x5c0990(0x1a1)](){this['patchConnection'](),this['patchCRConnection']();}static['patchConnection'](){const _0x18b4f1=a56_0x5c0990,_0x489c1e={'vtfPm':function(_0x230149,_0x3af8e6,_0x162def){return _0x230149(_0x3af8e6,_0x162def);},'OmPHg':_0x18b4f1(0x19c),'sQOAA':'testInfo','dVVba':_0x18b4f1(0x1a2),'wLMfp':_0x18b4f1(0x1d5),'hxwQx':_0x18b4f1(0x1c1),'NxqAE':function(_0x2e9598,_0x446008){return _0x2e9598===_0x446008;},'nJmch':_0x18b4f1(0x157),'BuCll':function(_0x809a76,_0x47c40b,_0x4a3544,_0x1812f4){return _0x809a76(_0x47c40b,_0x4a3544,_0x1812f4);},'TQfmz':function(_0x5642a8,_0x580173){return _0x5642a8||_0x580173;},'prWDt':function(_0x4dd54f,_0x2ef826){return _0x4dd54f(_0x2ef826);},'Uflvj':function(_0x29742f,_0x10229e){return _0x29742f(_0x10229e);},'QXHuy':_0x18b4f1(0x16b),'WyZou':function(_0x4a4409,_0x5a6b68){return _0x4a4409!=_0x5a6b68;},'fddrk':function(_0x198ae0){return _0x198ae0();},'BdWaz':_0x18b4f1(0x1f3),'klNlz':_0x18b4f1(0x14d),'AXjDC':_0x18b4f1(0x17a),'LvAfT':function(_0x43a812,_0x5798ef){return _0x43a812(_0x5798ef);}},_0xf55884=this;!this[_0x18b4f1(0x17e)]&&(this['Connection']=helper[_0x18b4f1(0x1e8)](),!this['Connection']&&_0x489c1e[_0x18b4f1(0x197)](debug,_0x489c1e[_0x18b4f1(0x149)]));const _0x55c245=this[_0x18b4f1(0x17e)];if(_0x489c1e[_0x18b4f1(0x16d)](_0x55c245,null)&&_0x55c245[_0x18b4f1(0x1e5)]['_bstackDispatchPatched'])return;try{if(_0x489c1e[_0x18b4f1(0x16d)](_0x55c245,null)){const _0x4d5cd8=_0x55c245[_0x18b4f1(0x1e5)][_0x18b4f1(0x14d)],_0x4bb223=_0x55c245[_0x18b4f1(0x1e5)][_0x18b4f1(0x1f3)];_0x489c1e['fddrk'](isAccessibilityAutomationSession)&&Object[_0x18b4f1(0x133)](_0x55c245[_0x18b4f1(0x1e5)],_0x489c1e[_0x18b4f1(0x142)],{'get':function(){return async function(){const _0x32f00a=a56_0x49a1;try{if(!global[_0x32f00a(0x190)]&&global[_0x32f00a(0x18d)]&&_0x489c1e[_0x32f00a(0x1d9)](nestedKeyValue,global['__workerDetails'],[_0x489c1e['OmPHg'],_0x489c1e[_0x32f00a(0x1d7)],_0x489c1e[_0x32f00a(0x200)]])&&_0x489c1e[_0x32f00a(0x1d9)](shouldScanTestForAccessibility,global[_0x32f00a(0x1d5)][_0x32f00a(0x19c)][_0x32f00a(0x1e9)][_0x32f00a(0x1a2)],!![])&&scripts[_0x32f00a(0x13d)](arguments[0x1])){logger['debug'](_0x32f00a(0x1fb)+arguments[0x1]),global[_0x32f00a(0x190)]=!![];const _0x43b2d1=_0x489c1e[_0x32f00a(0x1d9)](nestedKeyValue,global,[_0x489c1e[_0x32f00a(0x155)],_0x489c1e['hxwQx']]);_0x43b2d1&&logger[_0x32f00a(0x15e)]('Page\x20Scan\x20result='+util[_0x32f00a(0x130)](await _0x489c1e[_0x32f00a(0x1d9)](performScanWithRetry,_0x43b2d1,arguments[0x1]))),_0x489c1e[_0x32f00a(0x1c9)](arguments[0x0][_0x32f00a(0x19f)],_0x489c1e[_0x32f00a(0x166)])&&global[_0x32f00a(0x1a4)]&&logger['info']('Driver\x20Scan\x20result='+util[_0x32f00a(0x130)](await _0x489c1e['BuCll'](performScanWithRetry,global[_0x32f00a(0x1a4)],arguments[0x1],scripts[_0x32f00a(0x141)])));}}catch(_0x5bc749){logger['debug'](_0x32f00a(0x1fe)+util['format'](_0x5bc749));}return global[_0x32f00a(0x190)]=![],_0x4bb223['apply'](this,arguments);};}}),!_0x489c1e[_0x18b4f1(0x197)](isFalse,process[_0x18b4f1(0x13a)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&Object[_0x18b4f1(0x133)](_0x55c245[_0x18b4f1(0x1e5)],_0x489c1e[_0x18b4f1(0x1e6)],{'get':function(){const _0x9ebb79={'PPqvr':function(_0x11bacd,_0x43f185){return _0x489c1e['TQfmz'](_0x11bacd,_0x43f185);},'LwDAR':function(_0x165239,_0x58084f){const _0x52d08f=a56_0x49a1;return _0x489c1e[_0x52d08f(0x197)](_0x165239,_0x58084f);},'IdCzZ':function(_0x2cbac3,_0x27cc15){return _0x489c1e['prWDt'](_0x2cbac3,_0x27cc15);},'PaoCN':function(_0x2e04b5,_0x41a22e){const _0x3fa469=a56_0x49a1;return _0x489c1e[_0x3fa469(0x1dd)](_0x2e04b5,_0x41a22e);}};return function _0x5795fb(_0x28f786){const _0x5c5451=a56_0x49a1,_0xbb8a1e=_0x4d5cd8[_0x5c5451(0x1a0)](this,arguments);try{if(BrowserstackCLI[_0x5c5451(0x1b3)]()[_0x5c5451(0x1d8)]()){const _0x41ff74={};_0x41ff74[_0x5c5451(0x15a)]=_0x28f786,Promise['resolve'](BrowserstackCLI['getInstance']()['getAutomationFramework']()[_0x5c5451(0x163)](AutomationFrameworkState[_0x5c5451(0x174)],HookState['POST'],_0x41ff74))[_0x5c5451(0x1a6)](()=>{});}else{const _0x58497f=_0x28f786&&_0x28f786[_0x5c5451(0x187)]&&_0x28f786['params'][_0x5c5451(0x17b)];if(_0x58497f){const _0x338246=_0x58497f['sessionId'],_0xff0fea=_0x58497f[_0x5c5451(0x15f)];_0x9ebb79[_0x5c5451(0x158)](!_0x338246,!_0xff0fea)&&Promise[_0x5c5451(0x1c6)](ClientTroubleShootingService[_0x5c5451(0x1f2)]())[_0x5c5451(0x1a6)](()=>{}),_0xff0fea&&(_0x9ebb79[_0x5c5451(0x18c)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0xff0fea[_0x5c5451(0x1ec)]()),_0xf55884[_0x5c5451(0x139)][_0x5c5451(0x189)]=_0xff0fea[_0x5c5451(0x182)],_0xf55884['currentSessionDetails'][_0x5c5451(0x1a9)]=_0xff0fea[_0x5c5451(0x140)]),_0x338246&&(_0x9ebb79[_0x5c5451(0x1c0)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x338246),_0xf55884[_0x5c5451(0x139)][_0x5c5451(0x154)]=_0x338246);}}}catch(_0x3e6496){_0x9ebb79[_0x5c5451(0x1da)](debug,'dispatch\x20instrumentation\x20error\x20(non-fatal):\x20'+(_0x3e6496&&_0x3e6496['toString']?_0x3e6496[_0x5c5451(0x1ec)]():_0x3e6496));}return _0xbb8a1e;};}}),_0x55c245[_0x18b4f1(0x1e5)][_0x18b4f1(0x164)]=!![],logger[_0x18b4f1(0x1d4)](_0x489c1e['AXjDC']);}}catch(_0x4682ed){_0x489c1e[_0x18b4f1(0x13f)](debug,'Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20'+_0x4682ed),_0xf55884[_0x18b4f1(0x1ae)]=_0x4682ed[_0x18b4f1(0x1ec)]();}}static[a56_0x5c0990(0x1de)](){const _0x2e5e53=a56_0x5c0990,_0x37199f={'PwFlZ':function(_0x2bfd2f,_0x8e0670){return _0x2bfd2f(_0x8e0670);},'LtZcI':function(_0x5d9311,_0x5143f9){return _0x5d9311(_0x5143f9);},'RHeya':function(_0x5b2bb5){return _0x5b2bb5();},'FYnOl':function(_0x26c666,_0x23ed09){return _0x26c666>=_0x23ed09;},'gSrtE':_0x2e5e53(0x19e),'tIGJY':function(_0x401187,_0x13c118){return _0x401187(_0x13c118);},'lwiUZ':'CRConnection\x20patch\x20unavailable\x20on\x20PW>=1.60\x20(server-side\x20class\x20not\x20reachable\x20in\x20SDK\x20process);\x20platform/sessionId\x20capture\x20continues\x20via\x20Connection.dispatch','CGlLz':_0x2e5e53(0x12c),'bmwJw':_0x2e5e53(0x184),'FzvmS':_0x2e5e53(0x1c8),'nZgqd':_0x2e5e53(0x19b),'mReiM':function(_0x2b4073,_0x4ae75c){return _0x2b4073(_0x4ae75c);},'TBMpi':function(_0x590eb2,_0x14e080){return _0x590eb2(_0x14e080);},'oxQpI':_0x2e5e53(0x15c),'AiTLF':function(_0x2486bd,_0x2e7fb8){return _0x2486bd(_0x2e7fb8);},'ZkvyU':'Error\x20in\x20importing\x20crConnection','DdLUC':function(_0x482815,_0xee4359){return _0x482815!=_0xee4359;},'cVNQW':_0x2e5e53(0x165),'TCIBv':function(_0xadc42f,_0x487b94){return _0xadc42f(_0x487b94);}},_0x4bb8cb=this;if(_0x37199f[_0x2e5e53(0x1f5)](isAccessibilityAutomationSession)){let _0x4f95d3=null,_0x3a5cee=![];try{const _0x1e43ae=helper['getFrameworkVersion'](FRAMEWORKS[_0x2e5e53(0x1a7)]);_0x3a5cee=_0x37199f[_0x2e5e53(0x13b)](helper['compareVersions'](_0x1e43ae,_0x37199f['gSrtE']),0x0);}catch(_0x21d789){_0x37199f['tIGJY'](debug,'Error\x20evaluating\x20Playwright\x20version\x20for\x20CRConnection\x20patch:\x20'+_0x21d789[_0x2e5e53(0x1ec)]());}if(_0x3a5cee)_0x37199f['LtZcI'](debug,_0x37199f['lwiUZ']);else try{const _0x4c5f82=path['join'](_0x37199f['CGlLz'],_0x37199f['bmwJw'],_0x37199f[_0x2e5e53(0x1ed)],_0x37199f[_0x2e5e53(0x1ba)]),_0x1385e0=_0x37199f['mReiM'](importFileFromPWCore,_0x4c5f82);!_0x1385e0?_0x37199f[_0x2e5e53(0x176)](debug,_0x37199f['oxQpI']):_0x4f95d3=_0x1385e0[_0x2e5e53(0x1e1)];}catch(_0x31784e){_0x37199f[_0x2e5e53(0x13e)](debug,_0x37199f['ZkvyU']);}try{if(_0x37199f[_0x2e5e53(0x15d)](_0x4f95d3,null)){const _0x1ca854=_0x4f95d3[_0x2e5e53(0x1e5)]['_onMessage'];Object[_0x2e5e53(0x133)](_0x4f95d3['prototype'],_0x37199f[_0x2e5e53(0x1fc)],{'get':function(){const _0x4d53bf={'hOpkR':function(_0x870230,_0x38831b){const _0x291cfd=a56_0x49a1;return _0x37199f[_0x291cfd(0x1eb)](_0x870230,_0x38831b);},'NtUtI':function(_0x14dc3d,_0x22ef27){const _0x42caf8=a56_0x49a1;return _0x37199f[_0x42caf8(0x1bd)](_0x14dc3d,_0x22ef27);},'uGvmz':function(_0xd527a1,_0x372981){const _0xe4f5e1=a56_0x49a1;return _0x37199f[_0xe4f5e1(0x1eb)](_0xd527a1,_0x372981);}};return async function _0x2299c4(_0x516daf){const _0xe95f01=a56_0x49a1;try{if(BrowserstackCLI[_0xe95f01(0x1b3)]()[_0xe95f01(0x1d8)]()){const _0x5d6408={};_0x5d6408[_0xe95f01(0x15a)]=_0x516daf,await BrowserstackCLI['getInstance']()[_0xe95f01(0x151)]()[_0xe95f01(0x163)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0xe95f01(0x1fd)],_0x5d6408),delete _0x516daf[_0xe95f01(0x1a5)];}else{const _0x210e88=_0x516daf[_0xe95f01(0x1a5)];if(_0x210e88){delete _0x516daf['bStackParams'];const _0x41a5b7=_0x210e88['sessionId'],_0x9ff7da=_0x210e88[_0xe95f01(0x15f)];_0x9ff7da&&(_0x4d53bf[_0xe95f01(0x14c)](debug,'Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20'+_0x9ff7da[_0xe95f01(0x1ec)]()),_0x4bb8cb[_0xe95f01(0x139)][_0xe95f01(0x189)]=_0x9ff7da[_0xe95f01(0x182)],_0x4bb8cb[_0xe95f01(0x139)][_0xe95f01(0x1a9)]=_0x9ff7da[_0xe95f01(0x140)]),_0x41a5b7&&(_0x4d53bf[_0xe95f01(0x178)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x41a5b7),_0x4bb8cb[_0xe95f01(0x139)]['bsSessionId']=_0x41a5b7);}}}catch(_0x3c7b5f){_0x4d53bf['uGvmz'](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x3c7b5f[_0xe95f01(0x1ec)]());}return _0x1ca854[_0xe95f01(0x1a0)](this,arguments);};}});}}catch(_0x41aa8f){_0x37199f[_0x2e5e53(0x199)](debug,_0x2e5e53(0x194)+_0x41aa8f),_0x4bb8cb['sessionError']=_0x41aa8f[_0x2e5e53(0x1ec)]();}}}static[a56_0x5c0990(0x13c)](){const _0x4dfa7c=a56_0x5c0990;return this[_0x4dfa7c(0x139)];}}module[a56_0x5c0990(0x1cc)]=PlaywrightSessionDetails;function a56_0x49a1(_0x17c30f,_0x207b9d){const _0x3c00de=a56_0x3c00();return a56_0x49a1=function(_0x49a18a,_0x2f4ecf){_0x49a18a=_0x49a18a-0x12c;let _0x214ba9=_0x3c00de[_0x49a18a];return _0x214ba9;},a56_0x49a1(_0x17c30f,_0x207b9d);}function a56_0x3c00(){const _0x137e19=['CRConnection','HUntT','../../helpers/test-observability/constants','qbppo','prototype','klNlz','function','resolveConnectionClass','testInfo','string','PwFlZ','toString','FzvmS','yWgAU','wcTer','browser_version','_name','reportSessionLinkingIssue','sendMessageToServer','8317992IvgiME','RHeya','629ltXZSn','cloudProvider','QvZwH','oJpZd','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','Performing\x20scan\x20for\x20','cVNQW','POST','Failed\x20to\x20perform\x20scan\x20','browser','dVVba','lib','entries','TOXLm','wVnfN','format','1176rgTXnU','../../helpers/accessibility-automation/accessibilityRetryHelper.js','defineProperty','HAkdf','../../helpers/logger','5|6|1|7|2|0|3|4','nfoTw','BSTACK_ATS_URL','currentSessionDetails','env','FYnOl','getDetails','shouldWrapCommand','AiTLF','LvAfT','platformVersion','performScan','BdWaz','EofqA','LqTEN','hHfZF','RocdW','assign','mbRQu','QXHuy','toLowerCase','channel','hOpkR','dispatch','chrome','_defaultConnectOptions','../../bin/playwright/accessibility-helper','getAutomationFramework','../utils/clientTroubleshootingService.js','../../helpers/accessibility-automation/helper','bsSessionId','wLMfp','70WXbiiQ','Page','PPqvr','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','message','split','Not\x20able\x20to\x20import\x20crConnection','DdLUC','info','platformDetails','tVhZx','deviceModel','setupBrowserDetails','trackEvent','_bstackDispatchPatched','_onMessage','nJmch','5642826cHKppK','browserName','WTWsV','Device\x20Model\x20is\x20not\x20available','Not\x20able\x20to\x20resolve\x20Connection\x20class','RlQyq','WyZou','kCXDN','_connection','1235100OGITXn','WWxEv','fromEntries','connectOptions','PLAYWRIGHT_DISPATCH','TVXAB','TBMpi','OzgMU','NtUtI','../utils/constants','Successfully\x20patched\x20Connection\x20(sendMessageToServer\x20for\x20a11y,\x20dispatch\x20for\x20o11y)','bsParams','vGLjM','test','Connection','KhPLk','lzczA','isRemote','platformName','AnMkY','server','path','../v2/state/hookState.js','params','includes','platform','../v2/state/automationFrameworkState.js','ptliZ','LwDAR','accessibilityPlatform','2510wQWZyL','1627703EjkDHF','bstackPerformA11yScan','pWiuO','6BGmbwt','../v2/browserstackCLI','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','TcMiy','AuREj','prWDt','zPOZy','TCIBv','BWOuv','crConnection.js','currentTest','ATS_WSS_URL_REGEX','1.60.0','_type','apply','patch','titlePath','sQwGd','__driver','bStackParams','catch','PLAYWRIGHT','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','platform_version','safari','OYhuN','playwright','LgTQm','sessionError','winstonLogger','caps','model','url','getInstance','BSTACK_URL','UXwha','OznlM','9012qehafW','../../helpers/accessibility-automation/scripts','project','nZgqd','1914dzHMqc','mJPFj','LtZcI','./accessibility-helper','browserstack','IdCzZ','pwPage','wsEndpoint','61038RQKgrh','../../helpers/helper','turboscale','resolve','setupBrowserDetails:\x20browser\x20param\x20is\x20nil;\x20populating\x20playwright\x20fallback\x20so\x20TRA\x20does\x20not\x20render\x20\x22Unknown\x22','chromium','NxqAE','unknown','JCiWM','exports','firefox','webkit','EpTIX','capabilities','EDXig','parse','_browserType','debug','__workerDetails','product','sQOAA','isRunning','vtfPm','PaoCN','playwright-','use','Uflvj','patchCRConnection','../../helpers/test-observability/utils','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE'];a56_0x3c00=function(){return _0x137e19;};return a56_0x3c00();}
|
|
1
|
+
const a56_0x4461fd=a56_0x5caa;(function(_0x55dce0,_0x287dcd){const _0x4a8ac7=a56_0x5caa,_0x44b014=_0x55dce0();while(!![]){try{const _0x458340=parseInt(_0x4a8ac7(0xd8))/0x1+parseInt(_0x4a8ac7(0x132))/0x2*(-parseInt(_0x4a8ac7(0xc2))/0x3)+parseInt(_0x4a8ac7(0x14b))/0x4+parseInt(_0x4a8ac7(0x124))/0x5*(-parseInt(_0x4a8ac7(0x118))/0x6)+parseInt(_0x4a8ac7(0xe6))/0x7*(parseInt(_0x4a8ac7(0xc9))/0x8)+-parseInt(_0x4a8ac7(0xbf))/0x9*(-parseInt(_0x4a8ac7(0xfd))/0xa)+parseInt(_0x4a8ac7(0x151))/0xb*(-parseInt(_0x4a8ac7(0xf9))/0xc);if(_0x458340===_0x287dcd)break;else _0x44b014['push'](_0x44b014['shift']());}catch(_0x197fad){_0x44b014['push'](_0x44b014['shift']());}}}(a56_0x991b,0x9d3f9));const path=require('path'),url=require(a56_0x4461fd(0xe3)),util=require(a56_0x4461fd(0x100)),helper=require(a56_0x4461fd(0x166)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule,isBrowserstackInfra}=require(a56_0x4461fd(0x166)),{o11yErrorHandler}=require(a56_0x4461fd(0x103)),{debug,getPlatformDetails}=require(a56_0x4461fd(0x120)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a56_0x4461fd(0x116)),{FRAMEWORKS}=require(a56_0x4461fd(0x172)),logger=require(a56_0x4461fd(0x14e))[a56_0x4461fd(0xfb)],scripts=require('../../helpers/accessibility-automation/scripts'),{browserStackExecuteDriver}=require(a56_0x4461fd(0x168)),AccessibilityHelper=require(a56_0x4461fd(0x150)),constants=require('../utils/constants'),BrowserstackCLI=require('../v2/browserstackCLI'),AutomationFrameworkState=require(a56_0x4461fd(0xe2)),HookState=require(a56_0x4461fd(0xd6)),{performScanWithRetry}=require('../../helpers/accessibility-automation/accessibilityRetryHelper.js'),ClientTroubleShootingService=require(a56_0x4461fd(0x176)),getBrowserNameFromChannel=_0x2bb2a6=>{const _0x587f26=a56_0x4461fd,_0x58387b={};_0x58387b[_0x587f26(0x130)]='0|5|7|4|3|1|6|2',_0x58387b[_0x587f26(0xca)]=function(_0x5a16eb,_0x595be9){return _0x5a16eb!==_0x595be9;},_0x58387b[_0x587f26(0x13f)]=_0x587f26(0x16e),_0x58387b[_0x587f26(0x101)]=_0x587f26(0x110),_0x58387b[_0x587f26(0x175)]=_0x587f26(0x163),_0x58387b[_0x587f26(0x133)]=_0x587f26(0x11c),_0x58387b[_0x587f26(0x11f)]=_0x587f26(0x107),_0x58387b[_0x587f26(0x127)]=function(_0x15e0c0,_0x2bd76d){return _0x15e0c0===_0x2bd76d;},_0x58387b[_0x587f26(0x174)]=_0x587f26(0xc5),_0x58387b[_0x587f26(0x15a)]='chrome';const _0x36e0b3=_0x58387b,_0x5baf6a=_0x36e0b3[_0x587f26(0x130)]['split']('|');let _0x6b1af1=0x0;while(!![]){switch(_0x5baf6a[_0x6b1af1++]){case'0':if(!_0x2bb2a6||_0x36e0b3[_0x587f26(0xca)](typeof _0x2bb2a6,_0x36e0b3[_0x587f26(0x13f)]))return _0x36e0b3['FwkCG'];continue;case'1':if(_0x2bb2a6['includes'](_0x36e0b3[_0x587f26(0x175)]))return _0x36e0b3[_0x587f26(0x175)];continue;case'2':return _0x2bb2a6;case'3':if(_0x2bb2a6['includes'](_0x36e0b3['Zqspl']))return _0x36e0b3[_0x587f26(0x133)];continue;case'4':if(_0x2bb2a6['includes'](_0x36e0b3[_0x587f26(0x11f)]))return _0x36e0b3['lTXKK'];continue;case'5':if(_0x2bb2a6['includes'](_0x36e0b3[_0x587f26(0x101)]))return _0x36e0b3[_0x587f26(0x101)];continue;case'6':if(_0x36e0b3[_0x587f26(0x127)](_0x2bb2a6,_0x36e0b3['JuVOW']))return _0x36e0b3['JuVOW'];continue;case'7':if(_0x2bb2a6[_0x587f26(0xfc)](_0x36e0b3[_0x587f26(0x15a)]))return _0x36e0b3[_0x587f26(0x15a)];continue;}break;}},getBrowserFromWSEndpoint=_0x54a6b8=>{const _0x19d9a5=a56_0x4461fd,_0x1b7efa={'zWvpE':'chrome','zNyGW':function(_0x284e0f,_0x127f8d){return _0x284e0f(_0x127f8d);}};try{const _0x4e60f0=url['parse'](_0x54a6b8),_0x4e6678=new URLSearchParams(_0x4e60f0[_0x19d9a5(0x188)]),_0x54cee0=Object['fromEntries'](_0x4e6678[_0x19d9a5(0x161)]()),_0x1016e7=JSON[_0x19d9a5(0x141)](_0x54cee0[_0x19d9a5(0x17a)]);if(_0x1016e7&&(_0x1016e7[_0x19d9a5(0x11a)]||_0x1016e7[_0x19d9a5(0x155)]))return _0x1016e7[_0x19d9a5(0x11a)]||_0x1016e7[_0x19d9a5(0x155)];return _0x1b7efa[_0x19d9a5(0x185)];}catch(_0x72bae6){_0x1b7efa[_0x19d9a5(0x18f)](debug,_0x19d9a5(0x15d)+_0x72bae6[_0x19d9a5(0x182)]());}},getCloudProviderFromWsEndpoint=_0x179d59=>{const _0x395fa7=a56_0x4461fd,_0x1ceadc={};_0x1ceadc[_0x395fa7(0x162)]=_0x395fa7(0x143),_0x1ceadc[_0x395fa7(0xf6)]='unknown_grid';const _0x3d3728=_0x1ceadc;if(_0x179d59[_0x395fa7(0xfc)](constants[_0x395fa7(0x144)])||_0x179d59[_0x395fa7(0xfc)](constants[_0x395fa7(0x105)]))return _0x3d3728[_0x395fa7(0x162)];return _0x3d3728['swzGX'];},a56_0x2d76f6={};a56_0x2d76f6[a56_0x4461fd(0xd7)]=undefined,a56_0x2d76f6['bsSessionId']=undefined,a56_0x2d76f6[a56_0x4461fd(0x11a)]=undefined,a56_0x2d76f6[a56_0x4461fd(0x170)]=undefined,a56_0x2d76f6['platform']=undefined,a56_0x2d76f6[a56_0x4461fd(0x184)]=undefined,a56_0x2d76f6[a56_0x4461fd(0xdc)]=undefined,a56_0x2d76f6[a56_0x4461fd(0x149)]={};class PlaywrightSessionDetails{static [a56_0x4461fd(0x136)]=a56_0x2d76f6;constructor(){const _0x48b389=a56_0x4461fd,_0x39a74e={};_0x39a74e['vepDm']=_0x48b389(0xc3);const _0x3eb428=_0x39a74e;throw new Error(_0x3eb428[_0x48b389(0xd3)]);}static [a56_0x4461fd(0x14f)]=null;static['setupBrowserDetails'](_0x504bc6,_0xb94615,_0x387649=null){const _0x1c0b93=a56_0x4461fd,_0x2c4caf={'KEViX':_0x1c0b93(0x171),'cnFRl':function(_0x22ae30){return _0x22ae30();},'yDvAK':_0x1c0b93(0x143),'wgVcM':_0x1c0b93(0x114),'Zjocy':'playwright','ixhMG':'unknown','ISnuC':function(_0x4efc14,_0x539355){return _0x4efc14===_0x539355;},'sIjMy':_0x1c0b93(0xf3),'DASOK':_0x1c0b93(0x13c),'mNNgC':function(_0x51338c,_0x31fb8b){return _0x51338c===_0x31fb8b;},'qJeLh':_0x1c0b93(0x10e),'oMxjF':function(_0x289511,_0x329073){return _0x289511===_0x329073;},'MwzYj':function(_0x2eb8a5,_0x148f22,_0x27a457){return _0x2eb8a5(_0x148f22,_0x27a457);},'nacOc':'_browserType','CbOVN':_0x1c0b93(0x156),'oTpGS':_0x1c0b93(0xd2),'DssTs':_0x1c0b93(0xec),'FwuFI':_0x1c0b93(0x165),'OLlph':function(_0x4967e1,_0x2cef05){return _0x4967e1(_0x2cef05);},'SNdhd':'turboscale','mssyc':_0x1c0b93(0xeb),'KafrN':function(_0x381840){return _0x381840();},'rEvce':function(_0x3a6e2c,_0x1f3675){return _0x3a6e2c&&_0x1f3675;},'NQtmp':function(_0x58d17c,_0x1157be){return _0x58d17c+_0x1157be;},'wCTDL':_0x1c0b93(0xe4),'SfPUq':function(_0x4f7a01,_0x359535){return _0x4f7a01||_0x359535;},'DorOT':_0x1c0b93(0x12b)},_0x5d14dd=this;return _0x2c4caf[_0x1c0b93(0x16c)](o11yErrorHandler,async function _0x598bd8(_0x204dcd,_0x17138f,_0x59021b=null){const _0x40c565=_0x1c0b93;if(!_0x204dcd){logger[_0x40c565(0x16a)](_0x2c4caf[_0x40c565(0x121)]),_0x5d14dd['currentSessionDetails']=Object[_0x40c565(0x159)]({},_0x5d14dd[_0x40c565(0x136)],{'cloudProvider':_0x2c4caf[_0x40c565(0xd9)](isBrowserstackInfra)?_0x2c4caf[_0x40c565(0x15f)]:_0x2c4caf['wgVcM'],'browser':_0x2c4caf['Zjocy'],'browser_version':_0x2c4caf['ixhMG']});return;}let _0x1361aa=_0x204dcd[_0x40c565(0x167)],_0x10f433=null;_0x204dcd&&_0x2c4caf[_0x40c565(0x13d)](typeof _0x204dcd[_0x40c565(0x177)],_0x2c4caf[_0x40c565(0x102)])?_0x10f433=_0x204dcd[_0x40c565(0x177)]():logger[_0x40c565(0x16a)](_0x2c4caf['DASOK']);let _0x1ffd8e=null;_0x204dcd&&_0x2c4caf[_0x40c565(0x138)](typeof _0x204dcd['model'],_0x2c4caf[_0x40c565(0x102)])?_0x1ffd8e=_0x204dcd[_0x40c565(0xf7)]():logger[_0x40c565(0x16a)](_0x2c4caf['qJeLh']);let _0x1aec76=null,_0xdab222=null,_0x52e727=null,_0x246078=_0x2c4caf[_0x40c565(0xf0)];const _0x45f409=_0x204dcd[_0x40c565(0x11e)]&&_0x2c4caf[_0x40c565(0x142)](typeof _0x204dcd[_0x40c565(0x11e)][_0x40c565(0x15c)],_0x2c4caf[_0x40c565(0x102)])?_0x204dcd[_0x40c565(0x11e)][_0x40c565(0x15c)]():![];if(_0x45f409||global[_0x40c565(0xf8)]&&!process[_0x40c565(0x131)][_0x40c565(0xf5)]){let _0x5414b8=null;_0x2c4caf[_0x40c565(0x16c)](nestedKeyValue,_0x204dcd,[_0x2c4caf['nacOc'],_0x2c4caf[_0x40c565(0xf4)]])?_0x5414b8=_0x204dcd['_browserType']['_defaultConnectOptions']:_0x5414b8=_0x2c4caf['MwzYj'](nestedKeyValue,_0x17138f,[_0x2c4caf[_0x40c565(0x17c)],_0x2c4caf[_0x40c565(0x115)],_0x2c4caf[_0x40c565(0xbb)]]);const _0x31cbb2=_0x59021b||_0x5414b8&&_0x5414b8[_0x40c565(0xcc)];if(_0x31cbb2){_0x246078=_0x2c4caf['OLlph'](getCloudProviderFromWsEndpoint,_0x31cbb2);if(_0x2c4caf[_0x40c565(0x142)](_0x246078,_0x2c4caf['yDvAK']))_0x52e727=constants[_0x40c565(0x10c)][_0x40c565(0x10b)](_0x31cbb2)?_0x2c4caf[_0x40c565(0xc4)]:_0x2c4caf[_0x40c565(0x13e)],_0x1361aa=_0x2c4caf[_0x40c565(0x14c)](getBrowserFromWSEndpoint,_0x31cbb2)||_0x1361aa,_0x1aec76=_0x5d14dd[_0x40c565(0x136)]['platform'],_0xdab222=_0x5d14dd[_0x40c565(0x136)][_0x40c565(0x184)];else{const _0x5030f6=await _0x2c4caf[_0x40c565(0xbe)](getPlatformDetails);_0x1aec76=_0x5030f6[_0x40c565(0x128)],_0xdab222=_0x5030f6[_0x40c565(0x16b)];}}if(_0x2c4caf[_0x40c565(0xdf)](!_0x1aec76,!_0xdab222)&&!_0x2c4caf['KafrN'](isBrowserstackInfra)){const _0x37b241=await _0x2c4caf[_0x40c565(0xd9)](getPlatformDetails);_0x1aec76=_0x37b241['platformName'],_0xdab222=_0x37b241['platformVersion'];}}else{_0x17138f&&_0x17138f[_0x40c565(0xd2)][_0x40c565(0xec)][_0x40c565(0xdb)]?_0x1361aa=_0x2c4caf[_0x40c565(0x14c)](getBrowserNameFromChannel,_0x17138f[_0x40c565(0xd2)][_0x40c565(0xec)][_0x40c565(0xdb)]):_0x1361aa=_0x2c4caf['NQtmp'](_0x2c4caf[_0x40c565(0x109)],_0x2c4caf['SfPUq'](_0x1361aa,_0x2c4caf[_0x40c565(0x11d)])[_0x40c565(0x178)]());const _0x302ccd=await _0x2c4caf[_0x40c565(0xbe)](getPlatformDetails);_0x1aec76=_0x302ccd[_0x40c565(0x128)],_0xdab222=_0x302ccd[_0x40c565(0x16b)];}const _0x5cf4db={};_0x5cf4db['browser']=_0x1361aa,_0x5cf4db[_0x40c565(0x170)]=_0x10f433,_0x5cf4db[_0x40c565(0x149)]={},_0x5cf4db[_0x40c565(0x146)]=_0x1aec76,_0x5cf4db[_0x40c565(0x184)]=_0xdab222,_0x5cf4db[_0x40c565(0xdc)]=_0x52e727;const _0x522008=_0x5cf4db;_0x1ffd8e&&(_0x522008['capabilities']['deviceModel']=_0x1ffd8e);const _0x3c859e={};_0x3c859e[_0x40c565(0xd7)]=_0x246078,_0x5d14dd[_0x40c565(0x136)]=Object[_0x40c565(0x159)]({},_0x5d14dd[_0x40c565(0x136)],_0x3c859e,_0x522008);},_0x2c4caf[_0x1c0b93(0xc0)])(_0x504bc6,_0xb94615,_0x387649);}static['patch'](){const _0x4b1385=a56_0x4461fd;this['patchConnection'](),this[_0x4b1385(0xdd)]();}static[a56_0x4461fd(0x158)](){const _0x18fd75=a56_0x4461fd,_0x2d10b7={'FLnhE':function(_0x576846,_0x1ba454,_0x112650){return _0x576846(_0x1ba454,_0x112650);},'EeAhJ':_0x18fd75(0xda),'BzgYO':'testInfo','YOqAO':'titlePath','lpjoK':function(_0x4d95e6,_0x1605fc,_0x40cab1){return _0x4d95e6(_0x1605fc,_0x40cab1);},'IULMM':'__workerDetails','HuOGP':_0x18fd75(0xf2),'VLHui':function(_0x3b96b3,_0x44221c){return _0x3b96b3===_0x44221c;},'gypZy':_0x18fd75(0xbc),'qZiig':function(_0x39c895,_0x1be9fc,_0x5a0972,_0x303a39){return _0x39c895(_0x1be9fc,_0x5a0972,_0x303a39);},'neNbf':function(_0x5b782f,_0x3b74f2){return _0x5b782f||_0x3b74f2;},'xgvka':function(_0xeefba4,_0x292fad){return _0xeefba4(_0x292fad);},'FiVav':_0x18fd75(0x173),'GWApn':function(_0x1ac754,_0x468248){return _0x1ac754!=_0x468248;},'nenAF':function(_0x1eb4ef){return _0x1eb4ef();},'CVmuo':'sendMessageToServer','SXeCy':function(_0x256604,_0x4e9e08){return _0x256604(_0x4e9e08);},'GmxZT':_0x18fd75(0x152),'bugOZ':_0x18fd75(0x111)},_0x1ca126=this;!this[_0x18fd75(0xe8)]&&(this[_0x18fd75(0xe8)]=helper['resolveConnectionClass'](),!this[_0x18fd75(0xe8)]&&_0x2d10b7['xgvka'](debug,_0x2d10b7[_0x18fd75(0xcf)]));const _0xd875b=this[_0x18fd75(0xe8)];if(_0x2d10b7[_0x18fd75(0x157)](_0xd875b,null)&&_0xd875b['prototype'][_0x18fd75(0xc1)])return;try{if(_0x2d10b7[_0x18fd75(0x157)](_0xd875b,null)){const _0x6b78a4=_0xd875b[_0x18fd75(0x123)]['dispatch'],_0x3b9b16=_0xd875b[_0x18fd75(0x123)][_0x18fd75(0x112)];_0x2d10b7[_0x18fd75(0xea)](isAccessibilityAutomationSession)&&Object['defineProperty'](_0xd875b['prototype'],_0x2d10b7[_0x18fd75(0x106)],{'get':function(){return async function(){const _0x56f505=a56_0x5caa;try{if(!global[_0x56f505(0x137)]&&global[_0x56f505(0xf8)]&&_0x2d10b7[_0x56f505(0x108)](nestedKeyValue,global['__workerDetails'],[_0x2d10b7[_0x56f505(0x11b)],_0x2d10b7[_0x56f505(0x135)],_0x2d10b7[_0x56f505(0x153)]])&&_0x2d10b7[_0x56f505(0x108)](shouldScanTestForAccessibility,global[_0x56f505(0xbd)][_0x56f505(0xda)][_0x56f505(0x18e)][_0x56f505(0xc6)],!![])&&scripts[_0x56f505(0xee)](arguments[0x1])){logger[_0x56f505(0x16a)](_0x56f505(0x18c)+arguments[0x1]),global[_0x56f505(0x137)]=!![];const _0x3a9083=_0x2d10b7[_0x56f505(0x129)](nestedKeyValue,global,[_0x2d10b7[_0x56f505(0xce)],_0x2d10b7[_0x56f505(0x119)]]);_0x3a9083&&logger[_0x56f505(0x15b)]('Page\x20Scan\x20result='+util[_0x56f505(0xff)](await _0x2d10b7[_0x56f505(0x108)](performScanWithRetry,_0x3a9083,arguments[0x1]))),_0x2d10b7[_0x56f505(0xe0)](arguments[0x0]['_type'],_0x2d10b7[_0x56f505(0x126)])&&global[_0x56f505(0x160)]&&logger[_0x56f505(0x15b)]('Driver\x20Scan\x20result='+util[_0x56f505(0xff)](await _0x2d10b7[_0x56f505(0x169)](performScanWithRetry,global['__driver'],arguments[0x1],scripts[_0x56f505(0xf1)])));}}catch(_0x48aa0e){logger['debug'](_0x56f505(0x10d)+util[_0x56f505(0xff)](_0x48aa0e));}return global[_0x56f505(0x137)]=![],_0x3b9b16['apply'](this,arguments);};}}),!_0x2d10b7['SXeCy'](isFalse,process[_0x18fd75(0x131)][_0x18fd75(0x18b)])&&Object[_0x18fd75(0x18a)](_0xd875b[_0x18fd75(0x123)],_0x2d10b7[_0x18fd75(0x17d)],{'get':function(){const _0x491593={'zSDPH':function(_0x530cf4,_0x36ceef){return _0x2d10b7['neNbf'](_0x530cf4,_0x36ceef);},'SKPDA':function(_0x40d2fe,_0x285ac3){return _0x2d10b7['xgvka'](_0x40d2fe,_0x285ac3);},'MNowo':function(_0x3b5216,_0x2864d8){return _0x2d10b7['xgvka'](_0x3b5216,_0x2864d8);}};return function _0x49258e(_0x260bee){const _0x532720=a56_0x5caa,_0x5bb073=_0x6b78a4[_0x532720(0x16d)](this,arguments);try{if(BrowserstackCLI[_0x532720(0x14a)]()[_0x532720(0xcd)]()){const _0x17ca79={};_0x17ca79[_0x532720(0x186)]=_0x260bee,Promise[_0x532720(0x17f)](BrowserstackCLI[_0x532720(0x14a)]()[_0x532720(0x113)]()[_0x532720(0x117)](AutomationFrameworkState[_0x532720(0x122)],HookState[_0x532720(0x189)],_0x17ca79))[_0x532720(0x17e)](()=>{});}else{const _0x24ab5d=_0x260bee&&_0x260bee[_0x532720(0xcb)]&&_0x260bee[_0x532720(0xcb)][_0x532720(0xe7)];if(_0x24ab5d){const _0x3e1d5a=_0x24ab5d[_0x532720(0x140)],_0x33c7e8=_0x24ab5d[_0x532720(0x125)];_0x491593[_0x532720(0x13b)](!_0x3e1d5a,!_0x33c7e8)&&Promise[_0x532720(0x17f)](ClientTroubleShootingService[_0x532720(0x17b)]())['catch'](()=>{}),_0x33c7e8&&(_0x491593['SKPDA'](debug,_0x532720(0xd4)+_0x33c7e8[_0x532720(0x182)]()),_0x1ca126['currentSessionDetails'][_0x532720(0x146)]=_0x33c7e8[_0x532720(0x128)],_0x1ca126[_0x532720(0x136)][_0x532720(0x184)]=_0x33c7e8['platformVersion']),_0x3e1d5a&&(_0x491593[_0x532720(0xed)](debug,_0x532720(0x10f)+_0x3e1d5a),_0x1ca126['currentSessionDetails']['bsSessionId']=_0x3e1d5a);}}}catch(_0x18ac69){_0x491593[_0x532720(0x12a)](debug,'dispatch\x20instrumentation\x20error\x20(non-fatal):\x20'+(_0x18ac69&&_0x18ac69[_0x532720(0x182)]?_0x18ac69[_0x532720(0x182)]():_0x18ac69));}return _0x5bb073;};}}),_0xd875b[_0x18fd75(0x123)]['_bstackDispatchPatched']=!![],logger[_0x18fd75(0x16a)](_0x2d10b7['bugOZ']);}}catch(_0x7be0f7){_0x2d10b7[_0x18fd75(0x12f)](debug,_0x18fd75(0xd1)+_0x7be0f7),_0x1ca126[_0x18fd75(0x14f)]=_0x7be0f7[_0x18fd75(0x182)]();}}static[a56_0x4461fd(0xdd)](){const _0x58dcf7=a56_0x4461fd,_0x1d65a0={'OtTks':function(_0xcb70c2,_0x5137eb){return _0xcb70c2(_0x5137eb);},'zoDdp':function(_0x2aaab5,_0x4f552e){return _0x2aaab5(_0x4f552e);},'jBTXd':function(_0x48157d,_0x36c3d7){return _0x48157d(_0x36c3d7);},'ThLhJ':function(_0x2700dc){return _0x2700dc();},'Fhqcw':function(_0x514f8c,_0x2cd76c){return _0x514f8c>=_0x2cd76c;},'TggNV':_0x58dcf7(0xef),'BEpdI':function(_0x37f28a,_0x1ccf75){return _0x37f28a(_0x1ccf75);},'bDwuk':_0x58dcf7(0xe9),'lMTzz':'lib','eoJNI':_0x58dcf7(0xfe),'ZVoCC':_0x58dcf7(0x110),'zwGos':_0x58dcf7(0x13a),'gicLp':'Not\x20able\x20to\x20import\x20crConnection','iNbZq':function(_0x4bfe27,_0x1799fe){return _0x4bfe27(_0x1799fe);},'mSXLo':_0x58dcf7(0xc8),'qDwoh':function(_0x3ce9f0,_0x30ee4a){return _0x3ce9f0!=_0x30ee4a;},'HEYIB':_0x58dcf7(0x18d)},_0x5efdf2=this;if(_0x1d65a0[_0x58dcf7(0x179)](isAccessibilityAutomationSession)){let _0x499d35=null,_0x579c34=![];try{const _0x48d28e=helper['getFrameworkVersion'](FRAMEWORKS[_0x58dcf7(0xfa)]);_0x579c34=_0x1d65a0[_0x58dcf7(0x15e)](helper[_0x58dcf7(0x187)](_0x48d28e,_0x1d65a0['TggNV']),0x0);}catch(_0x4b92c0){_0x1d65a0[_0x58dcf7(0x164)](debug,'Error\x20evaluating\x20Playwright\x20version\x20for\x20CRConnection\x20patch:\x20'+_0x4b92c0[_0x58dcf7(0x182)]());}if(_0x579c34)_0x1d65a0[_0x58dcf7(0xc7)](debug,_0x1d65a0[_0x58dcf7(0x12d)]);else try{const _0x2d1af3=path['join'](_0x1d65a0[_0x58dcf7(0x183)],_0x1d65a0[_0x58dcf7(0x139)],_0x1d65a0[_0x58dcf7(0x145)],_0x1d65a0[_0x58dcf7(0x147)]),_0x49faa6=_0x1d65a0[_0x58dcf7(0xe1)](importFileFromPWCore,_0x2d1af3);!_0x49faa6?_0x1d65a0['BEpdI'](debug,_0x1d65a0[_0x58dcf7(0x180)]):_0x499d35=_0x49faa6['CRConnection'];}catch(_0x24002e){_0x1d65a0['iNbZq'](debug,_0x1d65a0[_0x58dcf7(0xde)]);}try{if(_0x1d65a0[_0x58dcf7(0x10a)](_0x499d35,null)){const _0x3efdb9=_0x499d35[_0x58dcf7(0x123)][_0x58dcf7(0x18d)];Object[_0x58dcf7(0x18a)](_0x499d35[_0x58dcf7(0x123)],_0x1d65a0[_0x58dcf7(0x154)],{'get':function(){const _0x2deefd={'zmuJh':function(_0x8c0e70,_0x520abe){return _0x1d65a0['OtTks'](_0x8c0e70,_0x520abe);},'CjLsc':function(_0x1b5d08,_0x25fade){const _0x3335ab=a56_0x5caa;return _0x1d65a0[_0x3335ab(0xe1)](_0x1b5d08,_0x25fade);},'ILFSK':function(_0x290d88,_0x3f43b5){const _0x22ad6e=a56_0x5caa;return _0x1d65a0[_0x22ad6e(0xd0)](_0x290d88,_0x3f43b5);}};return async function _0x135a59(_0x3ed855){const _0x47a20c=a56_0x5caa;try{if(BrowserstackCLI[_0x47a20c(0x14a)]()[_0x47a20c(0xcd)]()){const _0x54d0cd={};_0x54d0cd[_0x47a20c(0x186)]=_0x3ed855,await BrowserstackCLI[_0x47a20c(0x14a)]()['getAutomationFramework']()['trackEvent'](AutomationFrameworkState[_0x47a20c(0x122)],HookState[_0x47a20c(0x189)],_0x54d0cd),delete _0x3ed855[_0x47a20c(0xe5)];}else{const _0x5df4cf=_0x3ed855['bStackParams'];if(_0x5df4cf){delete _0x3ed855[_0x47a20c(0xe5)];const _0x2cffb5=_0x5df4cf['sessionId'],_0x3376c4=_0x5df4cf[_0x47a20c(0x125)];_0x3376c4&&(_0x2deefd[_0x47a20c(0x12e)](debug,'Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20'+_0x3376c4[_0x47a20c(0x182)]()),_0x5efdf2[_0x47a20c(0x136)][_0x47a20c(0x146)]=_0x3376c4[_0x47a20c(0x128)],_0x5efdf2[_0x47a20c(0x136)]['platform_version']=_0x3376c4[_0x47a20c(0x16b)]),_0x2cffb5&&(_0x2deefd[_0x47a20c(0x181)](debug,_0x47a20c(0x104)+_0x2cffb5),_0x5efdf2[_0x47a20c(0x136)][_0x47a20c(0xd5)]=_0x2cffb5);}}}catch(_0x329224){_0x2deefd[_0x47a20c(0x12c)](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x329224[_0x47a20c(0x182)]());}return _0x3efdb9[_0x47a20c(0x16d)](this,arguments);};}});}}catch(_0x35cc96){_0x1d65a0[_0x58dcf7(0x16f)](debug,_0x58dcf7(0x148)+_0x35cc96),_0x5efdf2[_0x58dcf7(0x14f)]=_0x35cc96[_0x58dcf7(0x182)]();}}}static[a56_0x4461fd(0x134)](){return this['currentSessionDetails'];}}function a56_0x5caa(_0x4ce6a6,_0x24dd58){const _0x991bff=a56_0x991b();return a56_0x5caa=function(_0x5caa21,_0x32fe05){_0x5caa21=_0x5caa21-0xbb;let _0x2238c6=_0x991bff[_0x5caa21];return _0x2238c6;},a56_0x5caa(_0x4ce6a6,_0x24dd58);}module[a56_0x4461fd(0x14d)]=PlaywrightSessionDetails;function a56_0x991b(){const _0x5cc2a3=['lpjoK','SKPDA','setupBrowserDetails','ILFSK','bDwuk','zmuJh','xgvka','dkiTL','env','2147026KIOawI','Zqspl','getDetails','BzgYO','currentSessionDetails','bstackPerformA11yScan','mNNgC','eoJNI','crConnection.js','zSDPH','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','ISnuC','mssyc','FlgSe','sessionId','parse','oMxjF','browserstack','BSTACK_URL','ZVoCC','platform','zwGos','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','capabilities','getInstance','5066644zgVXIy','OLlph','exports','../../helpers/logger','sessionError','./accessibility-helper','121bXsugc','dispatch','YOqAO','HEYIB','browserName','_defaultConnectOptions','GWApn','patchConnection','assign','FoAPg','info','isRemote','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','Fhqcw','yDvAK','__driver','entries','ItaOI','safari','OtTks','connectOptions','../../helpers/helper','_name','../../bin/playwright/accessibility-helper','qZiig','debug','platformVersion','MwzYj','apply','string','iNbZq','browser_version','setupBrowserDetails:\x20browser\x20param\x20is\x20nil;\x20populating\x20playwright\x20fallback\x20so\x20TRA\x20does\x20not\x20render\x20\x22Unknown\x22','../../helpers/test-observability/constants','Not\x20able\x20to\x20resolve\x20Connection\x20class','JuVOW','kBoLR','../utils/clientTroubleshootingService.js','version','toLowerCase','ThLhJ','caps','reportSessionLinkingIssue','oTpGS','GmxZT','catch','resolve','gicLp','CjLsc','toString','lMTzz','platform_version','zWvpE','message','compareVersions','query','POST','defineProperty','BROWSERSTACK_TEST_OBSERVABILITY','Performing\x20scan\x20for\x20','_onMessage','testInfo','zNyGW','FwuFI','Page','__workerDetails','KafrN','9slMtCW','DorOT','_bstackDispatchPatched','3folfEa','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','SNdhd','webkit','titlePath','BEpdI','Error\x20in\x20importing\x20crConnection','133288neUUFN','YDWCg','params','wsEndpoint','isRunning','IULMM','FiVav','jBTXd','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','project','vepDm','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','bsSessionId','../v2/state/hookState.js','cloudProvider','428647KkUCqb','cnFRl','currentTest','channel','product','patchCRConnection','mSXLo','rEvce','VLHui','zoDdp','../v2/state/automationFrameworkState.js','url','playwright-','bStackParams','532jHLXCH','bsParams','Connection','CRConnection\x20patch\x20unavailable\x20on\x20PW>=1.60\x20(server-side\x20class\x20not\x20reachable\x20in\x20SDK\x20process);\x20platform/sessionId\x20capture\x20continues\x20via\x20Connection.dispatch','nenAF','automate','use','MNowo','shouldWrapCommand','1.60.0','wgVcM','performScan','pwPage','function','CbOVN','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','swzGX','model','accessibilityPlatform','2417244ZDuIxu','PLAYWRIGHT','winstonLogger','includes','10130290aIsqPW','server','format','util','FwkCG','sIjMy','../../helpers/test-observability/error-handler','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','BSTACK_ATS_URL','CVmuo','edge','FLnhE','wCTDL','qDwoh','test','ATS_WSS_URL_REGEX','Failed\x20to\x20perform\x20scan\x20','Device\x20Model\x20is\x20not\x20available','Setting\x20session\x20id\x20received\x20from\x20BS\x20','chromium','Successfully\x20patched\x20Connection\x20(sendMessageToServer\x20for\x20a11y,\x20dispatch\x20for\x20o11y)','sendMessageToServer','getAutomationFramework','local_grid','DssTs','../../helpers/accessibility-automation/helper','trackEvent','6FHlbin','HuOGP','browser','EeAhJ','firefox','ixhMG','_connection','lTXKK','../../helpers/test-observability/utils','KEViX','PLAYWRIGHT_DISPATCH','prototype','205820bpfwDY','platformDetails','gypZy','UfklT','platformName'];a56_0x991b=function(){return _0x5cc2a3;};return a56_0x991b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a57_0x2cf129=a57_0x2ebd;function a57_0xb750(){const _0x5d7093=['debug','715449cBGGri','../../helpers/helper','uploadAttachment','UsxmF','../../helpers/test-observability/error-handler','uploadAttachments','hlryM','tHGte','setCustomTags','uJgQH','isRunning','getInstance','BROWSERSTACK_TEST_OBSERVABILITY','6735022tsMgKH','2597465sKdLjf','../v2/uploadAttachmentsManager','util','doo11ySync','5493200vVIFSf','VrGWq','measureWrapper','stringify','8676LOAQKJ','ObservabilitySync:','_bstackNewPagePatched','annotate','Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20','4437108Nciiqv','921876DngGes','DZEDS','../../helpers/performance/constants','XazzA','bind','__workerDetails','o11ySyncDone','now','../../helpers/performance/performance-tester','MaVMB','pwPage','../v2/browserstackCLI','SYNC','patchBrowserNewPage','newPage','browserstack_executor:\x20','8TftACl','apply'];a57_0xb750=function(){return _0x5d7093;};return a57_0xb750();}function a57_0x2ebd(_0x468bac,_0x41b510){const _0xb75050=a57_0xb750();return a57_0x2ebd=function(_0x2ebdf1,_0x316360){_0x2ebdf1=_0x2ebdf1-0x15d;let _0x262a4e=_0xb75050[_0x2ebdf1];return _0x262a4e;},a57_0x2ebd(_0x468bac,_0x41b510);}(function(_0x1b7377,_0x36ba22){const _0x425326=a57_0x2ebd,_0x1c74bb=_0x1b7377();while(!![]){try{const _0x3ce4e0=parseInt(_0x425326(0x164))/0x1+-parseInt(_0x425326(0x180))/0x2+parseInt(_0x425326(0x17f))/0x3+-parseInt(_0x425326(0x176))/0x4+-parseInt(_0x425326(0x172))/0x5+-parseInt(_0x425326(0x17a))/0x6+-parseInt(_0x425326(0x171))/0x7*(-parseInt(_0x425326(0x161))/0x8);if(_0x3ce4e0===_0x36ba22)break;else _0x1c74bb['push'](_0x1c74bb['shift']());}catch(_0x2a8844){_0x1c74bb['push'](_0x1c74bb['shift']());}}}(a57_0xb750,0xc3aae));const util=require(a57_0x2cf129(0x174)),logger=require('../../helpers/logger'),{nestedKeyValue,isFalse}=require(a57_0x2cf129(0x165)),{o11yErrorHandler}=require(a57_0x2cf129(0x168)),PerformanceTester=require(a57_0x2cf129(0x188)),{O11y_EVENTS:PerformanceO11yEvents}=require(a57_0x2cf129(0x182)),BrowserstackCLI=require(a57_0x2cf129(0x18b)),CustomTagManager=require('../v2/customTagManager'),uploadAttachmentsManager=require(a57_0x2cf129(0x173)),doo11ySync=PerformanceTester[a57_0x2cf129(0x178)](PerformanceO11yEvents[a57_0x2cf129(0x15d)],o11yErrorHandler(async function doo11ySync(_0x497059){const _0x2a9f04=a57_0x2cf129,_0x3ce4a3={'uJgQH':function(_0x9be5f9,_0x40591a,_0x5f148d){return _0x9be5f9(_0x40591a,_0x5f148d);},'tHGte':_0x2a9f04(0x185),'hlryM':_0x2a9f04(0x186),'DZEDS':_0x2a9f04(0x17d),'MaVMB':'debug'};if(_0x3ce4a3[_0x2a9f04(0x16d)](nestedKeyValue,global,[_0x3ce4a3[_0x2a9f04(0x16b)],_0x3ce4a3[_0x2a9f04(0x16a)]]))return;await _0x497059['evaluate'](_0x4c0df3=>{},_0x2a9f04(0x160)+JSON[_0x2a9f04(0x179)]({'action':_0x3ce4a3[_0x2a9f04(0x181)],'arguments':{'data':_0x2a9f04(0x17b)+Date[_0x2a9f04(0x187)](),'level':_0x3ce4a3[_0x2a9f04(0x189)]}})),global[_0x2a9f04(0x185)][_0x2a9f04(0x186)]=!![];},a57_0x2cf129(0x175)));exports[a57_0x2cf129(0x15e)]=_0x3e2bdc=>{const _0x28c4b2=a57_0x2cf129,_0x3bac13={'UsxmF':function(_0x28d5d4,_0x425a06){return _0x28d5d4(_0x425a06);},'TDqHt':function(_0x7d8f15,_0x43bb89){return _0x7d8f15(_0x43bb89);},'VrGWq':function(_0x1ed4f1,_0x4338b5,_0x4f5a3a){return _0x1ed4f1(_0x4338b5,_0x4f5a3a);},'XazzA':_0x28c4b2(0x185)};if(!_0x3e2bdc||_0x3e2bdc[_0x28c4b2(0x17c)])return;const _0x4adab5=_0x3e2bdc[_0x28c4b2(0x15f)][_0x28c4b2(0x184)](_0x3e2bdc);_0x3e2bdc[_0x28c4b2(0x15f)]=async function _0x4c2ca3(){const _0x532e4d=_0x28c4b2,_0x3cbcf3=await _0x4adab5[_0x532e4d(0x162)](_0x3e2bdc,arguments);try{!BrowserstackCLI[_0x532e4d(0x16f)]()[_0x532e4d(0x16e)]()&&!_0x3bac13[_0x532e4d(0x167)](isFalse,process['env'][_0x532e4d(0x170)])&&await _0x3bac13['TDqHt'](doo11ySync,_0x3cbcf3),BrowserstackCLI[_0x532e4d(0x16f)]()['isRunning']()&&(_0x3cbcf3[_0x532e4d(0x16c)]=async(_0x231609,_0x2173bc,_0x1d5d1a=![])=>{const _0x346040=_0x532e4d;await CustomTagManager[_0x346040(0x16c)](_0x231609,_0x2173bc,_0x1d5d1a);},_0x3cbcf3[_0x532e4d(0x166)]=async(_0xcb8cc1,_0x3c7462=![])=>{const _0x3a8e57=_0x532e4d;await uploadAttachmentsManager[_0x3a8e57(0x169)](_0xcb8cc1,_0x3c7462);});}catch(_0x2f7ad0){logger[_0x532e4d(0x163)](_0x532e4d(0x17e)+util['format'](_0x2f7ad0));}return _0x3bac13[_0x532e4d(0x177)](nestedKeyValue,global,[_0x3bac13[_0x532e4d(0x183)]])&&(global[_0x532e4d(0x185)][_0x532e4d(0x18a)]=_0x3cbcf3),_0x3cbcf3;},_0x3e2bdc[_0x28c4b2(0x17c)]=!![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a58_0x2b1a50=a58_0x5ca0;(function(_0x587f8b,_0x4ecdd2){const _0x1b6ba8=a58_0x5ca0,_0x4b09c5=_0x587f8b();while(!![]){try{const _0x57b39e=-parseInt(_0x1b6ba8(0x1f6))/0x1*(parseInt(_0x1b6ba8(0x1f5))/0x2)+parseInt(_0x1b6ba8(0x1d9))/0x3*(parseInt(_0x1b6ba8(0x200))/0x4)+parseInt(_0x1b6ba8(0x1ba))/0x5*(parseInt(_0x1b6ba8(0x1c5))/0x6)+parseInt(_0x1b6ba8(0x1c1))/0x7+-parseInt(_0x1b6ba8(0x1e4))/0x8*(parseInt(_0x1b6ba8(0x1c8))/0x9)+parseInt(_0x1b6ba8(0x1e9))/0xa+-parseInt(_0x1b6ba8(0x1a6))/0xb;if(_0x57b39e===_0x4ecdd2)break;else _0x4b09c5['push'](_0x4b09c5['shift']());}catch(_0x35eff1){_0x4b09c5['push'](_0x4b09c5['shift']());}}}(a58_0x464e,0x92ade));const path=require(a58_0x2b1a50(0x1b6)),url=require(a58_0x2b1a50(0x1bd)),util=require(a58_0x2b1a50(0x1c3)),{nestedKeyValue,isFalse}=require(a58_0x2b1a50(0x1b2)),{debug,getPlatformDetails}=require('../../helpers/test-observability/utils'),logger=require(a58_0x2b1a50(0x1bb))[a58_0x2b1a50(0x1ea)],constants=require('../utils/constants'),BrowserstackCLI=require(a58_0x2b1a50(0x1a2)),AutomationFrameworkState=require(a58_0x2b1a50(0x1e6)),HookState=require(a58_0x2b1a50(0x1f4)),getBrowserFromWSEndpoint=_0x26b90e=>{const _0x3d2cfd=a58_0x2b1a50,_0x116e2f={'HVQMr':_0x3d2cfd(0x1ec),'KNSoz':function(_0x4bf262,_0x42d035){return _0x4bf262(_0x42d035);}};try{const _0x1737e4=url['parse'](_0x26b90e),_0x58bb44=new URLSearchParams(_0x1737e4[_0x3d2cfd(0x1f7)]),_0xb1134f=Object[_0x3d2cfd(0x1eb)](_0x58bb44['entries']()),_0xcd5b6e=JSON[_0x3d2cfd(0x1ed)](_0xb1134f[_0x3d2cfd(0x1f3)]);if(_0xcd5b6e&&(_0xcd5b6e[_0x3d2cfd(0x1dd)]||_0xcd5b6e['browserName']))return _0xcd5b6e[_0x3d2cfd(0x1dd)]||_0xcd5b6e['browserName'];return _0x116e2f[_0x3d2cfd(0x1a8)];}catch(_0x3282c2){_0x116e2f[_0x3d2cfd(0x1ad)](debug,_0x3d2cfd(0x1e8)+_0x3282c2[_0x3d2cfd(0x1af)]());}},getCloudProviderFromWsEndpoint=_0x3507d7=>{const _0x1329c5=a58_0x2b1a50,_0x4e8bc={};_0x4e8bc[_0x1329c5(0x1d2)]=_0x1329c5(0x1a5),_0x4e8bc[_0x1329c5(0x1d3)]=_0x1329c5(0x1f8);const _0x31022e=_0x4e8bc;if(_0x3507d7['includes'](constants[_0x1329c5(0x1d5)])||_0x3507d7[_0x1329c5(0x1cb)](constants['BSTACK_ATS_URL']))return _0x31022e[_0x1329c5(0x1d2)];return _0x31022e['YdjSL'];},a58_0x2367cc={};a58_0x2367cc[a58_0x2b1a50(0x1d8)]=undefined,a58_0x2367cc['bsSessionId']=undefined,a58_0x2367cc['browser']=undefined,a58_0x2367cc[a58_0x2b1a50(0x1b3)]=undefined,a58_0x2367cc['platform']=undefined,a58_0x2367cc['platform_version']=undefined,a58_0x2367cc[a58_0x2b1a50(0x1cc)]=undefined,a58_0x2367cc[a58_0x2b1a50(0x1fd)]={};function a58_0x5ca0(_0x233beb,_0x3c1160){const _0x464ecd=a58_0x464e();return a58_0x5ca0=function(_0x5ca045,_0xde2cb2){_0x5ca045=_0x5ca045-0x1a2;let _0x336782=_0x464ecd[_0x5ca045];return _0x336782;},a58_0x5ca0(_0x233beb,_0x3c1160);}class PuppeteerSessionDetails{static [a58_0x2b1a50(0x1a3)]=a58_0x2367cc;constructor(){const _0x17c8bf=a58_0x2b1a50,_0x166a92={};_0x166a92[_0x17c8bf(0x1b9)]=_0x17c8bf(0x1aa);const _0x146aa3=_0x166a92;throw new Error(_0x146aa3[_0x17c8bf(0x1b9)]);}static [a58_0x2b1a50(0x1fb)]=null;static async[a58_0x2b1a50(0x1b8)](_0x3a943f,_0x2e77c3){const _0xed8304=a58_0x2b1a50,_0x29c618={'VfXrN':_0xed8304(0x1ec),'nlRQG':function(_0x428a7b,_0x5765b9){return _0x428a7b===_0x5765b9;},'uoDwF':'function','lhDZO':_0xed8304(0x1cf),'RgPcH':function(_0x36a798,_0x24bd3b){return _0x36a798(_0x24bd3b);},'dJvzJ':_0xed8304(0x1a5),'KKjbb':_0xed8304(0x1ef),'BdkPe':'automate','CydRY':function(_0x58102c,_0x32d271){return _0x58102c(_0x32d271);},'kbUIl':function(_0x206483){return _0x206483();},'BPWDD':function(_0x55854e,_0x19178a){return _0x55854e(_0x19178a);}};try{let _0x183699=_0x29c618['VfXrN'],_0x1c9277=null;_0x3a943f&&_0x29c618['nlRQG'](typeof _0x3a943f[_0xed8304(0x1c7)],_0x29c618[_0xed8304(0x1ee)])&&(_0x1c9277=await _0x3a943f[_0xed8304(0x1c7)]());let _0x562f4d=null,_0x3e0dbf=null,_0x42090d=null,_0xf0cfd2=_0x29c618[_0xed8304(0x1d7)];if(_0x2e77c3){_0xf0cfd2=_0x29c618['RgPcH'](getCloudProviderFromWsEndpoint,_0x2e77c3);if(_0x29c618[_0xed8304(0x201)](_0xf0cfd2,_0x29c618[_0xed8304(0x1d6)]))_0x42090d=constants[_0xed8304(0x1b5)]?constants[_0xed8304(0x1b5)]['test'](_0x2e77c3)?_0x29c618[_0xed8304(0x1e3)]:_0x29c618[_0xed8304(0x1fc)]:_0x29c618['BdkPe'],_0x183699=_0x29c618[_0xed8304(0x1e2)](getBrowserFromWSEndpoint,_0x2e77c3)||_0x183699,_0x562f4d=this[_0xed8304(0x1a3)][_0xed8304(0x1f2)],_0x3e0dbf=this[_0xed8304(0x1a3)][_0xed8304(0x1fa)];else{const _0x341c08=await _0x29c618[_0xed8304(0x1b0)](getPlatformDetails);_0x562f4d=_0x341c08[_0xed8304(0x1d4)],_0x3e0dbf=_0x341c08[_0xed8304(0x1c2)];}}else{const _0x5b8002=await _0x29c618[_0xed8304(0x1b0)](getPlatformDetails);_0x562f4d=_0x5b8002['platformName'],_0x3e0dbf=_0x5b8002[_0xed8304(0x1c2)];}const _0x29bc90={};_0x29bc90[_0xed8304(0x1dd)]=_0x183699,_0x29bc90[_0xed8304(0x1b3)]=_0x1c9277,_0x29bc90[_0xed8304(0x1fd)]={},_0x29bc90[_0xed8304(0x1f2)]=_0x562f4d,_0x29bc90['platform_version']=_0x3e0dbf,_0x29bc90[_0xed8304(0x1cc)]=_0x42090d;const _0x3754df=_0x29bc90,_0x39d712={};_0x39d712['cloudProvider']=_0xf0cfd2,this[_0xed8304(0x1a3)]=Object[_0xed8304(0x1e7)]({},this[_0xed8304(0x1a3)],_0x39d712,_0x3754df);}catch(_0x4ffac2){_0x29c618[_0xed8304(0x1e5)](debug,_0xed8304(0x1cd)+util['format'](_0x4ffac2)),this[_0xed8304(0x1fb)]=_0x4ffac2[_0xed8304(0x1af)]();}}static[a58_0x2b1a50(0x1ff)](_0x2de959){const _0x3f911d=a58_0x2b1a50,_0x32b30d={'VbTnG':function(_0x4dbb90,_0x2ade2c){return _0x4dbb90===_0x2ade2c;},'uwOuj':'string','TKIGo':function(_0x2eb78b,_0x3c51d3){return _0x2eb78b(_0x3c51d3);},'lPZtH':function(_0x40f33c,_0xe6d818){return _0x40f33c===_0xe6d818;},'tZNCx':_0x3f911d(0x1d0),'oJXau':function(_0x325ff8,_0x108fce){return _0x325ff8(_0x108fce);}},_0x366782=this;try{const _0x1b1165=_0x2de959[_0x3f911d(0x1ae)]||_0x2de959[_0x3f911d(0x1ce)];if(!_0x1b1165||_0x1b1165[_0x3f911d(0x1b1)])return;const _0x56f153=_0x1b1165[_0x3f911d(0x1ac)];_0x1b1165[_0x3f911d(0x1ac)]=function(_0x286b03){const _0xc7ce13=_0x3f911d;try{const _0x54d929=_0x32b30d['VbTnG'](typeof _0x286b03,_0x32b30d['uwOuj'])?JSON[_0xc7ce13(0x1ed)](_0x286b03):_0x286b03,_0x210955=_0x54d929?.['bStackParams']||_0x54d929?.[_0xc7ce13(0x1ab)]||_0x54d929?.[_0xc7ce13(0x1e1)]?.[_0xc7ce13(0x1ab)]||_0x54d929?.[_0xc7ce13(0x1e1)]?.[_0xc7ce13(0x1c0)]||_0x54d929?.['result']?.[_0xc7ce13(0x1ab)]||_0x54d929?.[_0xc7ce13(0x1b4)]?.[_0xc7ce13(0x1c0)];if(_0x210955){if(BrowserstackCLI[_0xc7ce13(0x1da)]()[_0xc7ce13(0x1bc)]()){const _0x54ee2b={};_0x54ee2b[_0xc7ce13(0x1f1)]=_0x54d929,BrowserstackCLI['getInstance']()[_0xc7ce13(0x1a9)]()[_0xc7ce13(0x1db)](AutomationFrameworkState[_0xc7ce13(0x1f0)],HookState[_0xc7ce13(0x1de)],_0x54ee2b);}else{const _0x31bad0=_0x210955[_0xc7ce13(0x1b7)],_0x1004ab=_0x210955[_0xc7ce13(0x1ca)];_0x1004ab&&(_0x32b30d[_0xc7ce13(0x1df)](debug,_0xc7ce13(0x1be)+JSON[_0xc7ce13(0x1c9)](_0x1004ab)),_0x366782[_0xc7ce13(0x1a3)][_0xc7ce13(0x1f2)]=_0x1004ab[_0xc7ce13(0x1d4)],_0x366782[_0xc7ce13(0x1a3)][_0xc7ce13(0x1fa)]=_0x1004ab['platformVersion']),_0x31bad0&&(_0x32b30d['TKIGo'](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x31bad0),_0x366782[_0xc7ce13(0x1a3)][_0xc7ce13(0x1d1)]=_0x31bad0);}_0x32b30d[_0xc7ce13(0x1bf)](typeof _0x286b03,_0x32b30d[_0xc7ce13(0x1a4)])&&(delete _0x54d929[_0xc7ce13(0x1c0)],delete _0x54d929[_0xc7ce13(0x1ab)],_0x54d929[_0xc7ce13(0x1e1)]&&(delete _0x54d929[_0xc7ce13(0x1e1)][_0xc7ce13(0x1ab)],delete _0x54d929['params']['bStackParams']),_0x54d929[_0xc7ce13(0x1b4)]&&(delete _0x54d929[_0xc7ce13(0x1b4)][_0xc7ce13(0x1ab)],delete _0x54d929[_0xc7ce13(0x1b4)]['bStackParams']));}}catch(_0x56a20d){_0x32b30d[_0xc7ce13(0x1df)](debug,_0xc7ce13(0x1f9)+_0x56a20d[_0xc7ce13(0x1f1)]);}return _0x56f153?.[_0xc7ce13(0x1c6)](this,arguments);},_0x1b1165[_0x3f911d(0x1b1)]=!![],logger[_0x3f911d(0x1a7)](_0x32b30d[_0x3f911d(0x1fe)]);}catch(_0xa70834){_0x32b30d['oJXau'](debug,_0x3f911d(0x1dc)+util['format'](_0xa70834)),_0x366782['sessionError']=_0xa70834[_0x3f911d(0x1af)]();}}static[a58_0x2b1a50(0x1e0)](){return this['currentSessionDetails'];}}module[a58_0x2b1a50(0x1c4)]=PuppeteerSessionDetails;function a58_0x464e(){const _0x15cbb3=['bsParams','onmessage','KNSoz','_connection','toString','kbUIl','_bstackPatched','../../helpers/helper','browser_version','result','ATS_WSS_URL_REGEX','path','sessionId','setupBrowserDetails','lesXg','15BTDEND','../../helpers/logger','isRunning','url','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','lPZtH','bStackParams','3921218bhMTtQ','platformVersion','util','exports','1829454dnFZtE','apply','version','6214221CXrllE','stringify','platformDetails','includes','product','Error\x20in\x20setupBrowserDetails:\x20','connection','local_grid','[PuppeteerSessionDetails]\x20Connection\x20patched\x20for\x20session\x20capture','bsSessionId','HzFjr','YdjSL','platformName','BSTACK_URL','dJvzJ','lhDZO','cloudProvider','328689FpLijg','getInstance','trackEvent','Error\x20in\x20patchConnection:\x20','browser','POST','TKIGo','getDetails','params','CydRY','KKjbb','8LCOgdQ','BPWDD','../v2/state/automationFrameworkState.js','assign','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','4456250HrNvUZ','winstonLogger','fromEntries','chrome','parse','uoDwF','turboscale','PLAYWRIGHT_DISPATCH','message','platform','caps','../v2/state/hookState.js','280792TclwzH','3geAjsy','query','unknown_grid','Error\x20extracting\x20bsParams\x20from\x20CDP\x20message:\x20','platform_version','sessionError','BdkPe','capabilities','tZNCx','patchConnection','12IBDhcd','nlRQG','../v2/browserstackCLI','currentSessionDetails','uwOuj','browserstack','5904360mPPbSx','debug','HVQMr','getAutomationFramework','Invalid\x20constructor,\x20please\x20use\x20static\x20methods'];a58_0x464e=function(){return _0x15cbb3;};return a58_0x464e();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a59_0x295e9b=a59_0x5e74;(function(_0x2a70ff,_0x2cd050){const _0x5380bd=a59_0x5e74,_0x5dd1d8=_0x2a70ff();while(!![]){try{const _0x50efa0=parseInt(_0x5380bd(0x135))/0x1*(parseInt(_0x5380bd(0x139))/0x2)+-parseInt(_0x5380bd(0x12b))/0x3+parseInt(_0x5380bd(0x140))/0x4*(parseInt(_0x5380bd(0x132))/0x5)+parseInt(_0x5380bd(0x12e))/0x6*(-parseInt(_0x5380bd(0x133))/0x7)+parseInt(_0x5380bd(0x13e))/0x8*(parseInt(_0x5380bd(0x11e))/0x9)+parseInt(_0x5380bd(0x147))/0xa*(parseInt(_0x5380bd(0x12c))/0xb)+-parseInt(_0x5380bd(0x13a))/0xc*(parseInt(_0x5380bd(0x122))/0xd);if(_0x50efa0===_0x2cd050)break;else _0x5dd1d8['push'](_0x5dd1d8['shift']());}catch(_0x34d862){_0x5dd1d8['push'](_0x5dd1d8['shift']());}}}(a59_0x1474,0x9b288));const {isTrue,isBrowserstackInfra}=require(a59_0x295e9b(0x11f)),setKeepAlive=require(a59_0x295e9b(0x14c)),util=require(a59_0x295e9b(0x12f)),logger=require(a59_0x295e9b(0x124))[a59_0x295e9b(0x149)],{shouldProcessEventForTesthub}=require(a59_0x295e9b(0x146)),{addRequestSpy}=require(a59_0x295e9b(0x11d)),a59_0x332f85={};function a59_0x5e74(_0x3340e0,_0x337f6f){const _0x1474d7=a59_0x1474();return a59_0x5e74=function(_0x5e74e8,_0x1e8228){_0x5e74e8=_0x5e74e8-0x11c;let _0x16c0af=_0x1474d7[_0x5e74e8];return _0x16c0af;},a59_0x5e74(_0x3340e0,_0x337f6f);}a59_0x332f85[a59_0x295e9b(0x12a)]=undefined,a59_0x332f85[a59_0x295e9b(0x13c)]={},a59_0x332f85[a59_0x295e9b(0x13d)]=![],a59_0x332f85[a59_0x295e9b(0x13b)]=null,a59_0x332f85[a59_0x295e9b(0x138)]=![],a59_0x332f85[a59_0x295e9b(0x13c)]['id']=undefined,a59_0x332f85[a59_0x295e9b(0x13c)]['testInfo']=undefined;const workerDetails=a59_0x332f85;global['__workerDetails']=workerDetails;function a59_0x1474(){const _0xb910a9=['jestConfig','[PuppeteerTestSetup]\x20Patching\x20Puppeteer\x20for\x20Jest','puppeteer','setFrameworkDetail','catch','workerInfo','2309874rvfYtl','5240609ZjMeBq','[PuppeteerTestSetup]\x20Error\x20initializing\x20Puppeteer\x20patching:\x20','24XgcJKL','util','puppeteer-core','[PuppeteerTestSetup]\x20Error\x20bootstrapping\x20BrowserstackCLI:\x20','22430zhiukC','2080113KzpRMb','initializePuppeteerPatching','1iTObhN','env','debug','isPageFixture','2113732gIxdBo','24996ycxTpn','pwPage','currentTest','o11ySyncDone','24ACtxWt','../utils/constants','596KPEigQ','bootstrap','getInstance','PUPPETEER','__skipSessionStatus','[PuppeteerTestSetup]\x20Error\x20reading\x20BrowserStack\x20config:\x20','../../helpers/testhub/utils','20QdQRfR','format','winstonLogger','../v2/cliUtils','[PuppeteerTestSetup]\x20Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','../../helpers/setKeepAlive','[PuppeteerTestSetup]\x20Jest-Puppeteer\x20test\x20setup\x20completed','../../helpers/test-observability/utils','3603645sRVXKL','../../helpers/helper','[PuppeteerTestSetup]\x20Bootstrapping\x20BrowserstackCLI\x20for\x20Jest\x20worker','getPackageVersion','8021rpDuZH','BROWSERSTACK_PUPPETEER','../../helpers/logger'];a59_0x1474=function(){return _0xb910a9;};return a59_0x1474();}let puppeteerPatcher=null;setKeepAlive();if(global['jestConfig'])try{isBrowserstackInfra()?(global['__skipSessionName']=isTrue(global['jestConfig']?.['skipSessionName']),global['__skipSessionStatus']=isTrue(global[a59_0x295e9b(0x125)]?.['skipSessionStatus'])):(global['__skipSessionName']=!![],global[a59_0x295e9b(0x144)]=!![]);const helper=require(a59_0x295e9b(0x11f)),puppeteerVersion=helper[a59_0x295e9b(0x121)](a59_0x295e9b(0x127))||helper[a59_0x295e9b(0x121)](a59_0x295e9b(0x130));if(puppeteerVersion)try{logger['debug'](a59_0x295e9b(0x126)),puppeteerPatcher=require('../utils/puppeteer-patcher'),puppeteerPatcher[a59_0x295e9b(0x134)](global[a59_0x295e9b(0x125)]),logger[a59_0x295e9b(0x137)]('[PuppeteerTestSetup]\x20Puppeteer\x20patching\x20initialized');}catch(a59_0x5a4cc2){logger[a59_0x295e9b(0x137)](a59_0x295e9b(0x12d)+util[a59_0x295e9b(0x148)](a59_0x5a4cc2));}if(puppeteerPatcher)try{const BrowserstackCLI=require('../v2/browserstackCLI'),CLIUtils=require(a59_0x295e9b(0x14a)),{FRAMEWORKS}=require(a59_0x295e9b(0x13f));BrowserstackCLI[a59_0x295e9b(0x142)]()['isCliEnabled']()&&(logger[a59_0x295e9b(0x137)](a59_0x295e9b(0x120)),process[a59_0x295e9b(0x136)][a59_0x295e9b(0x123)]='true',CLIUtils[a59_0x295e9b(0x128)](FRAMEWORKS['JEST'],FRAMEWORKS[a59_0x295e9b(0x143)]),BrowserstackCLI[a59_0x295e9b(0x142)]()[a59_0x295e9b(0x141)]()[a59_0x295e9b(0x129)](_0x2bd60d=>{const _0xb720cd=a59_0x295e9b;logger[_0xb720cd(0x137)](_0xb720cd(0x131)+util['format'](_0x2bd60d));}));}catch(a59_0x4413eb){logger[a59_0x295e9b(0x137)](a59_0x295e9b(0x14b)+util[a59_0x295e9b(0x148)](a59_0x4413eb));}shouldProcessEventForTesthub()&&addRequestSpy(![]);}catch(a59_0x37a51c){logger['debug'](a59_0x295e9b(0x145)+util['format'](a59_0x37a51c));}logger[a59_0x295e9b(0x137)](a59_0x295e9b(0x11c));
|
package/src/bin/runner.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a60_0x38e6ad=a60_0x45ff;(function(_0x3fad2d,_0x309534){const _0x4c835c=a60_0x45ff,_0x13f6c9=_0x3fad2d();while(!![]){try{const _0x3e0629=-parseInt(_0x4c835c(0x1e9))/0x1*(parseInt(_0x4c835c(0x1d1))/0x2)+parseInt(_0x4c835c(0x167))/0x3*(-parseInt(_0x4c835c(0x1a2))/0x4)+-parseInt(_0x4c835c(0x1df))/0x5+-parseInt(_0x4c835c(0x1c1))/0x6*(-parseInt(_0x4c835c(0x19a))/0x7)+-parseInt(_0x4c835c(0x1ed))/0x8*(parseInt(_0x4c835c(0x1b8))/0x9)+-parseInt(_0x4c835c(0x1f9))/0xa*(parseInt(_0x4c835c(0x1b4))/0xb)+parseInt(_0x4c835c(0x195))/0xc;if(_0x3e0629===_0x309534)break;else _0x13f6c9['push'](_0x13f6c9['shift']());}catch(_0x29a327){_0x13f6c9['push'](_0x13f6c9['shift']());}}}(a60_0x56b3,0xed252));const fs=require('fs'),path=require(a60_0x38e6ad(0x1cd)),util=require('util'),spawn=require(a60_0x38e6ad(0x16d))[a60_0x38e6ad(0x175)],{requireModule}=require('../helpers/helper'),PerformanceTester=require(a60_0x38e6ad(0x1e7)),PerformanceEvents=require(a60_0x38e6ad(0x19f))[a60_0x38e6ad(0x162)],helper=require('../helpers/helper'),utilities=require(a60_0x38e6ad(0x1d8)),{default:BrowserStackSetup}=require(a60_0x38e6ad(0x1c9)),{FRAMEWORKS}=require(a60_0x38e6ad(0x154)),runIntegrations=require(a60_0x38e6ad(0x185)),yargs=require('yargs'),Constants=require(a60_0x38e6ad(0x1e0)),BrowserstackCLI=require(a60_0x38e6ad(0x18f)),{isNewman}=require(a60_0x38e6ad(0x164)),logger=require(a60_0x38e6ad(0x171))[a60_0x38e6ad(0x1b5)],origArgs=Object[a60_0x38e6ad(0x1af)]([],process[a60_0x38e6ad(0x192)]),captureError=async(_0x3db494,_0x554dbe,_0x43e968,_0x432004=null,_0x42bf88=![])=>{const _0x41fdc3=a60_0x38e6ad,_0x900c1e={'XozXk':function(_0x3eb82d,_0x23187d,_0x2eb088,_0x5d30ff){return _0x3eb82d(_0x23187d,_0x2eb088,_0x5d30ff);},'mEvrL':_0x41fdc3(0x1cf),'OlOnj':function(_0x263d03,_0x31d869){return _0x263d03&&_0x31d869;}};let _0x476678=![];try{logger[_0x41fdc3(0x166)](_0x41fdc3(0x156)+origArgs[_0x41fdc3(0x174)]('\x20')),await _0x900c1e[_0x41fdc3(0x1a1)](_0x3db494,_0x554dbe,_0x432004,_0x43e968);}catch(_0x10ee7f){process[_0x41fdc3(0x18b)]=0x1,logger[_0x41fdc3(0x1a9)](util[_0x41fdc3(0x182)](_0x10ee7f));const _0x3b5261={'globalException':util[_0x41fdc3(0x182)]('%j',_0x10ee7f)};PerformanceTester[_0x41fdc3(0x1be)](PerformanceEvents[_0x41fdc3(0x1e3)],![],util[_0x41fdc3(0x182)](_0x10ee7f));if(helper[_0x41fdc3(0x1aa)](global[_0x41fdc3(0x1c4)])&&helper[_0x41fdc3(0x1aa)](global[_0x41fdc3(0x18a)]))return;try{utilities[_0x41fdc3(0x160)](_0x900c1e[_0x41fdc3(0x1e6)],_0x3b5261,global[_0x41fdc3(0x1c4)],global[_0x41fdc3(0x18a)]);}catch(_0x160fbd){logger[_0x41fdc3(0x203)](_0x41fdc3(0x1bb)+_0x160fbd[_0x41fdc3(0x1dd)]);}if(!_0x42bf88)try{await BrowserstackCLI['getInstance']()['stop'](),_0x476678=!![];}catch(_0x5249f4){logger['debug'](_0x41fdc3(0x1cc)+_0x5249f4[_0x41fdc3(0x1dd)]);}try{await helper[_0x41fdc3(0x202)](global[_0x41fdc3(0x1c4)]);}catch(_0x1770fe){logger[_0x41fdc3(0x203)](_0x41fdc3(0x204)+_0x1770fe[_0x41fdc3(0x1dd)]);}PerformanceTester[_0x41fdc3(0x1be)](PerformanceEvents[_0x41fdc3(0x1e3)],![],util['format'](_0x10ee7f));}finally{_0x900c1e[_0x41fdc3(0x184)](!_0x42bf88,!_0x476678)&&await BrowserstackCLI[_0x41fdc3(0x19e)]()[_0x41fdc3(0x1c3)](),PerformanceTester[_0x41fdc3(0x178)](PerformanceEvents[_0x41fdc3(0x1cb)]);}};try{const browserstackFolderPath=path['join'](helper[a60_0x38e6ad(0x177)](),'.browserstack');if(fs[a60_0x38e6ad(0x1a0)](browserstackFolderPath)){const filePath=path[a60_0x38e6ad(0x174)](browserstackFolderPath,a60_0x38e6ad(0x17a));fs['existsSync'](filePath)&&fs['unlinkSync'](filePath);}}catch(a60_0x5c17f1){logger[a60_0x38e6ad(0x203)](a60_0x38e6ad(0x17f)+a60_0x5c17f1[a60_0x38e6ad(0x199)]);}process[a60_0x38e6ad(0x192)][a60_0x38e6ad(0x1bc)](a60_0x38e6ad(0x1d0))&&(!process[a60_0x38e6ad(0x192)][a60_0x38e6ad(0x1bc)]('--opts')&&process[a60_0x38e6ad(0x192)][a60_0x38e6ad(0x1c2)](a60_0x38e6ad(0x1c0)),!process[a60_0x38e6ad(0x192)][a60_0x38e6ad(0x189)](_0x18da6e=>_0x18da6e[a60_0x38e6ad(0x1bc)](a60_0x38e6ad(0x169)))&&process[a60_0x38e6ad(0x192)][a60_0x38e6ad(0x1c2)](a60_0x38e6ad(0x1b1)),!process[a60_0x38e6ad(0x192)][a60_0x38e6ad(0x1bc)](a60_0x38e6ad(0x1fa))&&process['argv'][a60_0x38e6ad(0x1c2)](a60_0x38e6ad(0x1e2)),helper['findAndReplace'](process[a60_0x38e6ad(0x192)],a60_0x38e6ad(0x158),a60_0x38e6ad(0x1ad)));PerformanceTester[a60_0x38e6ad(0x178)](PerformanceEvents['SDK_SETUP']);function a60_0x45ff(_0x1288e0,_0x5673b8){const _0x56b3e7=a60_0x56b3();return a60_0x45ff=function(_0x45ffe9,_0x3a09e8){_0x45ffe9=_0x45ffe9-0x152;let _0x102cb8=_0x56b3e7[_0x45ffe9];return _0x102cb8;},a60_0x45ff(_0x1288e0,_0x5673b8);}const a60_0x471ddb={};function a60_0x56b3(){const _0x2a9133=['config','nightwatch','./load/index','split','filter','../helpers/BrowserStackSetup','CBXjN','SDK_CLEANUP','Error\x20stopping\x20CLI\x20before\x20log\x20archive.\x20Stacktrace:\x20','path','command','SDKTestSuccessful','mocha','1088980WoNkpU','some','LtOlc','alias','Runs\x20the\x20binary\x20with\x20load\x20command','TESTCAFE','NIWlv','../helpers/utilities','ZJeol','UDoVn','zSaHF','setTestObservabilityDisable','stack','node','1468835TDDRLi','./utils/constants','MOCHA','--no-package','SDK_SETUP','./playwright/command','PLAYWRIGHT','mEvrL','../helpers/performance/performance-tester','owSCa','1gPsUle','strict','pw:channel','jasmine','1489872FdktOk','run','INTEGRATIONS','PrBgg','vphWT','WEUgc','./codeceptjs/command','uZznn','INFO','usage','./cucumber-js/command','VANILLA','399010xNJLcJ','--package','jest','version','mocha/lib/cli/run.js','rugvs','NIGHTWATCH','MqSqQ','bWBsK','sendLogs','debug','Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20','./mocha/command','kXEfo','testcafe','help','GHsSk','../helpers/test-observability/constants','VERSION','Running\x20SDK\x20with\x20args\x20','HsqUG','--require','QlRjs','BROWSERSTACK_CONFIG_FILE_PATH','kktlt','DEBUG','trim','showHelpOnFail','option','fireFunnelTestEvent','map','EVENTS','cucumber-js','./newman/helper','RIgLw','info','9czICoB','pw:*','--config','codeceptjs','./jest/command','dot-notation','child_process','gvCoO','ZawEq','UeZAP','../helpers/logger','wrap','iTymE','join','spawn','mocha/lib/cli/commands.js','homedir','start','CODECEPTJS','.local-not-set.json','slice','MEkeG','sPOwO','NyAqU','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','mocha/lib/cli/cli.js','ybpbH','format','JASMINE','OlOnj','./integrations/command','UXdXM','playwright','GveOo','find','framework','exitCode','load\x20[subcommand]','NEWMAN','nYFCI','./v2/browserstackCLI','parserConfiguration','BDYKb','argv','handler','env','37496796glmfUT','-pw:*','TVnzS','./nightwatch/command','message','7AtBRzV','pyHuv','-pw:channel','QkNLn','getInstance','../helpers/performance/constants','existsSync','XozXk','46572mwecnJ','idFHz','vPuax','./newman/command','getConfigPath','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','Show\x20help','error','isUndefined','FLnFc','./vanilla-js/command','--mochaRequire','ats','assign','boolean','--no-config','tssBd','vlqlt','374lnmHqy','winstonLogger','integrations','newman','81AqoXns','sOPRe','pw:channel\x20auto-capture\x20seed\x20failed:\x20','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','includes','./testcafe/command','end','setBrowserStackAutomationDisable','--no-opts','10515234UqyeHp','push','stop'];a60_0x56b3=function(){return _0x2a9133;};return a60_0x56b3();}a60_0x471ddb[a60_0x38e6ad(0x16c)]=![];const argv=yargs[a60_0x38e6ad(0x190)](a60_0x471ddb)[a60_0x38e6ad(0x1f6)]('usage:\x20$0\x20<command>\x20[args]')['alias']('v',a60_0x38e6ad(0x1fc))['describe']('v')[a60_0x38e6ad(0x1d4)]('h',a60_0x38e6ad(0x152))['help'](a60_0x38e6ad(0x152))[a60_0x38e6ad(0x15e)](!![],Constants[a60_0x38e6ad(0x155)]['HELP'])[a60_0x38e6ad(0x1ce)]('jest',Constants['JEST']['INFO'],function(_0x1a1d7e){const _0x4b2124=a60_0x38e6ad,_0x23a63a={'BrIYe':_0x4b2124(0x1fb),'FLnFc':function(_0x5b5f26,_0x1bb554,_0x569bd1,_0x1a640c,_0xfbe2b0,_0x26492e){return _0x5b5f26(_0x1bb554,_0x569bd1,_0x1a640c,_0xfbe2b0,_0x26492e);},'DdwJY':function(_0xc1716c,_0x233c6a){return _0xc1716c(_0x233c6a);},'pyHuv':_0x4b2124(0x16b)},_0x370ecb=process[_0x4b2124(0x192)][_0x4b2124(0x17b)](0x2);helper[_0x4b2124(0x1dc)](),helper['setBrowserStackAutomationDisable'](),_0x1a1d7e[_0x4b2124(0x1ea)](![]);const _0x254aeb=new BrowserStackSetup(_0x1a1d7e[_0x4b2124(0x192)],_0x23a63a['BrIYe']);return _0x23a63a[_0x4b2124(0x1ab)](captureError,_0x23a63a['DdwJY'](require,_0x23a63a[_0x4b2124(0x19b)]),_0x1a1d7e[_0x4b2124(0x192)],_0x254aeb,_0x370ecb,!![]);})[a60_0x38e6ad(0x1ce)](a60_0x38e6ad(0x1ec),Constants[a60_0x38e6ad(0x183)][a60_0x38e6ad(0x1f5)],function(_0x281a20){const _0x386359=a60_0x38e6ad,_0x34bf71={'RajUV':'jasmine','NyAqU':function(_0x429741,_0x5c5491,_0x20bb52,_0x36241f,_0x4c5778,_0x32f276){return _0x429741(_0x5c5491,_0x20bb52,_0x36241f,_0x4c5778,_0x32f276);},'iRQkS':function(_0x147fa5,_0xf2ba89){return _0x147fa5(_0xf2ba89);},'ZJeol':'./jasmine/command'},_0xff9fa4=process['argv'][_0x386359(0x17b)](0x2);helper[_0x386359(0x1dc)](),helper[_0x386359(0x1bf)](),_0x281a20[_0x386359(0x1ea)](![]);const _0x5cea53=new BrowserStackSetup(_0x281a20[_0x386359(0x192)],_0x34bf71['RajUV']);return _0x34bf71[_0x386359(0x17e)](captureError,_0x34bf71['iRQkS'](require,_0x34bf71[_0x386359(0x1d9)]),_0x281a20[_0x386359(0x192)],_0x5cea53,_0xff9fa4,!![]);})[a60_0x38e6ad(0x1ce)](a60_0x38e6ad(0x1d0),Constants[a60_0x38e6ad(0x1e1)][a60_0x38e6ad(0x1f5)],_0x39e8a8=>{const _0x52da8c=a60_0x38e6ad,_0x5beec9={'AaMsf':function(_0x259fca,_0x282d4f,_0x58727b,_0x3913f5){return _0x259fca(_0x282d4f,_0x58727b,_0x3913f5);},'AMuPS':function(_0x2fec8c,_0x4e9ad4){return _0x2fec8c(_0x4e9ad4);},'rugvs':_0x52da8c(0x205),'kktlt':_0x52da8c(0x1d0),'idFHz':'Parsing\x20command\x20line\x20arguments','CBXjN':function(_0x21d078,_0x3de4c6,_0xc18304){return _0x21d078(_0x3de4c6,_0xc18304);},'PrBgg':_0x52da8c(0x1fd),'tssBd':function(_0x20073b,_0x39445c,_0x384f28){return _0x20073b(_0x39445c,_0x384f28);},'HsqUG':_0x52da8c(0x176),'UeZAP':_0x52da8c(0x180),'KZpsx':function(_0x31989e){return _0x31989e();}};process[_0x52da8c(0x192)]=process[_0x52da8c(0x192)][_0x52da8c(0x17b)](0x1),helper['setTestObservabilityDisable'](),helper['setBrowserStackAutomationDisable']();const _0x7655d7=new BrowserStackSetup(_0x39e8a8[_0x52da8c(0x192)],_0x5beec9[_0x52da8c(0x15b)]);logger[_0x52da8c(0x203)](_0x5beec9[_0x52da8c(0x1a3)]);const _0x4b6db4=_0x5beec9[_0x52da8c(0x1ca)](requireModule,_0x5beec9[_0x52da8c(0x1f0)],_0x5beec9['kktlt']),_0x59d38c=_0x5beec9[_0x52da8c(0x1b2)](requireModule,_0x5beec9[_0x52da8c(0x157)],_0x5beec9[_0x52da8c(0x15b)]);delete _0x4b6db4[_0x52da8c(0x193)],_0x4b6db4[_0x52da8c(0x193)]=function(_0x895c8e){const _0x103927=_0x52da8c;return _0x5beec9['AaMsf'](captureError,_0x5beec9['AMuPS'](require,_0x5beec9[_0x103927(0x1fe)]),_0x895c8e,_0x7655d7);},_0x59d38c[_0x52da8c(0x1ee)]=_0x4b6db4;const {main:_0x3d2c75}=_0x5beec9[_0x52da8c(0x1b2)](requireModule,_0x5beec9[_0x52da8c(0x170)],_0x5beec9[_0x52da8c(0x15b)]);_0x5beec9['KZpsx'](_0x3d2c75);})[a60_0x38e6ad(0x1ce)](a60_0x38e6ad(0x163),Constants['CUCUMBER'][a60_0x38e6ad(0x1f5)],function(_0x23738a){const _0x4a1c57=a60_0x38e6ad,_0x46885f={'UDoVn':_0x4a1c57(0x163),'vlqlt':function(_0x1f561d,_0x385486,_0x20b0d1,_0x43627a,_0x303234,_0xc8c6c3){return _0x1f561d(_0x385486,_0x20b0d1,_0x43627a,_0x303234,_0xc8c6c3);},'vphWT':function(_0x1f653e,_0x2028ea){return _0x1f653e(_0x2028ea);},'sOPRe':_0x4a1c57(0x1f7)},_0x56bbc9=process[_0x4a1c57(0x192)][_0x4a1c57(0x17b)](0x2),_0x40c390=new BrowserStackSetup(_0x23738a[_0x4a1c57(0x192)],_0x46885f[_0x4a1c57(0x1da)]);return _0x46885f[_0x4a1c57(0x1b3)](captureError,_0x46885f[_0x4a1c57(0x1f1)](require,_0x46885f[_0x4a1c57(0x1b9)]),_0x23738a[_0x4a1c57(0x192)],_0x40c390,_0x56bbc9,!![]);})[a60_0x38e6ad(0x1ce)](a60_0x38e6ad(0x1de),Constants[a60_0x38e6ad(0x1f8)]['INFO'],function(_0x1846cc){const _0x400e3c=a60_0x38e6ad,_0x45041d={'NCZCO':'vanilla','BDYKb':function(_0x9747f8,_0x16c852){return _0x9747f8(_0x16c852);},'vPuax':'newman','MqSqQ':function(_0x1b9207,_0x5e398b,_0x4685b5,_0x39565f,_0x3e30c7){return _0x1b9207(_0x5e398b,_0x4685b5,_0x39565f,_0x3e30c7);},'QeKmF':function(_0x5e769c,_0x56478f){return _0x5e769c(_0x56478f);},'vRkIS':'./newman/command','bWBsK':function(_0x4c2f6f,_0x1ee586,_0x7d23b9,_0x1106c3,_0x23d97c){return _0x4c2f6f(_0x1ee586,_0x7d23b9,_0x1106c3,_0x23d97c);},'OliHd':_0x400e3c(0x1ac)},_0x2c7d87=process[_0x400e3c(0x192)]['slice'](0x2),_0x5a8993=new BrowserStackSetup(_0x1846cc[_0x400e3c(0x192)],_0x45041d['NCZCO']),_0x43702b=_0x5a8993?_0x5a8993[_0x400e3c(0x1c4)]:null;if(_0x45041d['BDYKb'](isNewman,_0x43702b))return _0x5a8993[_0x400e3c(0x18a)]=_0x45041d['vPuax'],global[_0x400e3c(0x18a)]=_0x45041d[_0x400e3c(0x1a4)],_0x45041d[_0x400e3c(0x200)](captureError,_0x45041d['QeKmF'](require,_0x45041d['vRkIS']),_0x1846cc['argv'],_0x5a8993,_0x2c7d87);return _0x45041d[_0x400e3c(0x201)](captureError,_0x45041d[_0x400e3c(0x191)](require,_0x45041d['OliHd']),_0x1846cc[_0x400e3c(0x192)],_0x5a8993,_0x2c7d87);})['command'](a60_0x38e6ad(0x1c5),Constants[a60_0x38e6ad(0x1ff)][a60_0x38e6ad(0x1f5)],function(_0x43d807){const _0x59357a=a60_0x38e6ad,_0x406f89={'QlRjs':'nightwatch','RIgLw':function(_0x55bc88,_0x17615a,_0x23a41c,_0x48174e,_0x326e2f){return _0x55bc88(_0x17615a,_0x23a41c,_0x48174e,_0x326e2f);},'nYFCI':function(_0xb01910,_0x4c8002){return _0xb01910(_0x4c8002);},'NIWlv':_0x59357a(0x198)},_0x3136d2=process[_0x59357a(0x192)][_0x59357a(0x17b)](0x2),_0x2ab148=new BrowserStackSetup(_0x43d807[_0x59357a(0x192)],_0x406f89[_0x59357a(0x159)]);return _0x406f89[_0x59357a(0x165)](captureError,_0x406f89[_0x59357a(0x18e)](require,_0x406f89[_0x59357a(0x1d7)]),_0x43d807[_0x59357a(0x192)],_0x2ab148,_0x3136d2);})['command'](a60_0x38e6ad(0x16a),Constants[a60_0x38e6ad(0x179)][a60_0x38e6ad(0x1f5)],function(_0x9b25bc){const _0x3bcc18=a60_0x38e6ad,_0x407745={'DKFSa':'codeceptjs','UXdXM':function(_0x2fb6fc,_0x63aaa7,_0x3b13e0,_0x2586e0,_0x505496){return _0x2fb6fc(_0x63aaa7,_0x3b13e0,_0x2586e0,_0x505496);},'GHsSk':function(_0x59c44c,_0x14a71d){return _0x59c44c(_0x14a71d);},'kXEfo':_0x3bcc18(0x1f3)},_0x44a15c=process[_0x3bcc18(0x192)]['slice'](0x2),_0x517472=new BrowserStackSetup(_0x9b25bc[_0x3bcc18(0x192)],_0x407745['DKFSa']);return _0x407745[_0x3bcc18(0x186)](captureError,_0x407745[_0x3bcc18(0x153)](require,_0x407745[_0x3bcc18(0x206)]),_0x9b25bc[_0x3bcc18(0x192)],_0x517472,_0x44a15c);})['command']('ats',Constants['HST'][a60_0x38e6ad(0x1f5)],function(_0x3d03ee){const _0x48a6bc=a60_0x38e6ad,_0x5c5659={'Xmfcm':function(_0x43943f,_0x1213d5,_0x2377bc){return _0x43943f(_0x1213d5,_0x2377bc);},'GveOo':function(_0x4972dc,_0x22066f){return _0x4972dc(_0x22066f);},'PFIVz':'../../ats/src/index'},_0x483efe=process[_0x48a6bc(0x192)][_0x48a6bc(0x17b)](0x2);return _0x5c5659['Xmfcm'](captureError,_0x5c5659[_0x48a6bc(0x188)](require,_0x5c5659['PFIVz']),_0x3d03ee);})[a60_0x38e6ad(0x1ce)](a60_0x38e6ad(0x1b6),Constants[a60_0x38e6ad(0x1ef)][a60_0x38e6ad(0x1f5)],function(_0x33af9f){const _0x464092={'axMxS':function(_0x3f58e2,_0xb140e1){return _0x3f58e2(_0xb140e1);}};return _0x464092['axMxS'](runIntegrations,_0x33af9f);})[a60_0x38e6ad(0x1ce)](a60_0x38e6ad(0x187),Constants[a60_0x38e6ad(0x1e5)]['INFO'],function(_0x4a37ac){const _0x32fbea=a60_0x38e6ad,_0x3d54ee={'gvCoO':_0x32fbea(0x1eb),'TVnzS':function(_0xf7d5bc,_0x569921){return _0xf7d5bc&&_0x569921;},'ASGYD':function(_0x1ae1ed,_0x552704,_0x4faa5e,_0x44c472,_0x420647,_0x334aef){return _0x1ae1ed(_0x552704,_0x4faa5e,_0x44c472,_0x420647,_0x334aef);},'ybpbH':function(_0x4ab462,_0x38cdfb){return _0x4ab462(_0x38cdfb);},'ZawEq':_0x32fbea(0x1e4)},_0x418054=process[_0x32fbea(0x192)][_0x32fbea(0x17b)](0x2);helper['getConfigPath'](process[_0x32fbea(0x192)])&&(process[_0x32fbea(0x194)][_0x32fbea(0x15a)]=helper[_0x32fbea(0x1a6)](process[_0x32fbea(0x192)]));helper[_0x32fbea(0x1dc)](),helper[_0x32fbea(0x1bf)]();const _0x25f468=new BrowserStackSetup(_0x4a37ac['argv'],FRAMEWORKS[_0x32fbea(0x1e5)]);try{if(!_0x25f468[_0x32fbea(0x1c4)]||!_0x25f468[_0x32fbea(0x1c4)]['disableAutoCaptureLogs']){const _0x45eaf0=_0x3d54ee[_0x32fbea(0x16e)],_0x2ebc4e=process[_0x32fbea(0x194)][_0x32fbea(0x15c)]||'',_0x3499f7=_0x2ebc4e[_0x32fbea(0x1c7)](',')[_0x32fbea(0x161)](_0x2e6a9a=>_0x2e6a9a[_0x32fbea(0x15d)]())[_0x32fbea(0x1c8)](Boolean),_0x17be41=_0x3499f7[_0x32fbea(0x1d2)](_0x2594ec=>_0x2594ec===_0x32fbea(0x19c)||_0x2594ec===_0x32fbea(0x196)||_0x2594ec==='-*'),_0x36e4a7=_0x3499f7[_0x32fbea(0x1d2)](_0x5067f3=>_0x5067f3===_0x45eaf0||_0x5067f3===_0x32fbea(0x168)||_0x5067f3==='*');if(_0x3d54ee[_0x32fbea(0x197)](!_0x17be41,!_0x36e4a7)){const _0x2da6a1=helper['getPwChannelLogPath']();_0x2da6a1&&(process[_0x32fbea(0x194)]['DEBUG']=_0x2ebc4e?_0x2ebc4e+','+_0x45eaf0:_0x45eaf0,!process[_0x32fbea(0x194)]['DEBUG_FILE']&&(process[_0x32fbea(0x194)]['DEBUG_FILE']=_0x2da6a1));}}}catch(_0x55c48d){logger[_0x32fbea(0x203)](_0x32fbea(0x1ba)+util[_0x32fbea(0x182)](_0x55c48d));}return _0x3d54ee['ASGYD'](captureError,_0x3d54ee[_0x32fbea(0x181)](require,_0x3d54ee[_0x32fbea(0x16f)]),_0x4a37ac[_0x32fbea(0x192)],_0x25f468,_0x418054,!![]);})['command'](a60_0x38e6ad(0x207),Constants[a60_0x38e6ad(0x1d6)][a60_0x38e6ad(0x1f5)],function(_0xb354be){const _0x13a003=a60_0x38e6ad,_0x11dc86={'owSCa':_0x13a003(0x207),'LtOlc':function(_0x39dabc,_0x2a7a2d,_0x24622e,_0x585703,_0x31a78e,_0x3534c7){return _0x39dabc(_0x2a7a2d,_0x24622e,_0x585703,_0x31a78e,_0x3534c7);},'WEUgc':function(_0x54da79,_0xeaa1ce){return _0x54da79(_0xeaa1ce);},'WwKRR':_0x13a003(0x1bd)},_0x587af2=process[_0x13a003(0x192)][_0x13a003(0x17b)](0x2),_0x147d40=new BrowserStackSetup(_0xb354be['argv'],_0x11dc86[_0x13a003(0x1e8)]);return _0x11dc86[_0x13a003(0x1d3)](captureError,_0x11dc86[_0x13a003(0x1f2)](require,_0x11dc86['WwKRR']),_0xb354be[_0x13a003(0x192)],_0x147d40,_0x587af2,!![]);})['command'](a60_0x38e6ad(0x18c),a60_0x38e6ad(0x1d5),function(_0x4ce8ef){const _0x55d883=a60_0x38e6ad,_0x4fb3e2={};_0x4fb3e2['PKFUl']='help',_0x4fb3e2[_0x55d883(0x17c)]=_0x55d883(0x1b0),_0x4fb3e2['iTymE']=_0x55d883(0x1a8);const _0x18a966=_0x4fb3e2;return _0x4ce8ef[_0x55d883(0x152)](![])[_0x55d883(0x15f)](_0x18a966['PKFUl'],{'alias':'h','type':_0x18a966[_0x55d883(0x17c)],'describe':_0x18a966[_0x55d883(0x173)]})[_0x55d883(0x1ea)](![])['exitProcess'](![]);},function(_0x296d9f){const _0x5449a5=a60_0x38e6ad,_0xb3987c={'hMyWk':function(_0x236700,_0x1320ff,_0x2a5f89){return _0x236700(_0x1320ff,_0x2a5f89);},'RPauu':function(_0x20bba0,_0x2a7474){return _0x20bba0(_0x2a7474);},'QkNLn':_0x5449a5(0x1c6)},_0x14691e={};return _0x14691e[_0x5449a5(0x192)]=_0x296d9f,_0xb3987c['hMyWk'](captureError,_0xb3987c['RPauu'](require,_0xb3987c[_0x5449a5(0x19d)]),_0x14691e);})[a60_0x38e6ad(0x1ce)](a60_0x38e6ad(0x1b7),Constants[a60_0x38e6ad(0x18d)][a60_0x38e6ad(0x1f5)],function(_0x35b19b){const _0x5a1f26=a60_0x38e6ad,_0x15bb63={'rSrJV':_0x5a1f26(0x1b7),'zSaHF':function(_0x985ec,_0x4a314f,_0x4d8635,_0x5a1908,_0x311e3d){return _0x985ec(_0x4a314f,_0x4d8635,_0x5a1908,_0x311e3d);},'uZznn':function(_0x20cdc9,_0x37c412){return _0x20cdc9(_0x37c412);},'sPOwO':_0x5a1f26(0x1a5)},_0x4ea402=process[_0x5a1f26(0x192)][_0x5a1f26(0x17b)](0x2);helper[_0x5a1f26(0x1dc)](),helper['setBrowserStackAutomationDisable'](),_0x35b19b[_0x5a1f26(0x1ea)](![]);const _0x4955eb=new BrowserStackSetup(_0x35b19b['argv'],_0x15bb63['rSrJV']);return _0x15bb63[_0x5a1f26(0x1db)](captureError,_0x15bb63[_0x5a1f26(0x1f4)](require,_0x15bb63[_0x5a1f26(0x17d)]),_0x35b19b[_0x5a1f26(0x192)],_0x4955eb,_0x4ea402);})['demandCommand'](0x1,a60_0x38e6ad(0x1a7))[a60_0x38e6ad(0x172)](null)[a60_0x38e6ad(0x192)];!helper[a60_0x38e6ad(0x1aa)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a60_0x38e6ad(0x1ae)&&console[a60_0x38e6ad(0x1a9)]('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
|
|
2
|
+
'use strict';const a60_0xa8bee8=a60_0x3fa3;(function(_0x582340,_0x1e2490){const _0x3c5f1f=a60_0x3fa3,_0x327682=_0x582340();while(!![]){try{const _0x31f389=-parseInt(_0x3c5f1f(0x1e4))/0x1*(parseInt(_0x3c5f1f(0x185))/0x2)+-parseInt(_0x3c5f1f(0x218))/0x3*(-parseInt(_0x3c5f1f(0x220))/0x4)+parseInt(_0x3c5f1f(0x1d3))/0x5+-parseInt(_0x3c5f1f(0x1d9))/0x6*(-parseInt(_0x3c5f1f(0x193))/0x7)+-parseInt(_0x3c5f1f(0x1c6))/0x8+parseInt(_0x3c5f1f(0x215))/0x9+-parseInt(_0x3c5f1f(0x184))/0xa*(parseInt(_0x3c5f1f(0x196))/0xb);if(_0x31f389===_0x1e2490)break;else _0x327682['push'](_0x327682['shift']());}catch(_0x3168ff){_0x327682['push'](_0x327682['shift']());}}}(a60_0x5d0b,0x98244));const fs=require('fs'),path=require(a60_0xa8bee8(0x20a)),util=require('util'),spawn=require(a60_0xa8bee8(0x201))[a60_0xa8bee8(0x186)],{requireModule}=require(a60_0xa8bee8(0x1c8)),PerformanceTester=require(a60_0xa8bee8(0x203)),PerformanceEvents=require(a60_0xa8bee8(0x1e7))['EVENTS'],helper=require(a60_0xa8bee8(0x1c8)),utilities=require(a60_0xa8bee8(0x1ba)),{default:BrowserStackSetup}=require(a60_0xa8bee8(0x1af)),{FRAMEWORKS}=require(a60_0xa8bee8(0x1f9)),runIntegrations=require('./integrations/command'),yargs=require('yargs'),Constants=require(a60_0xa8bee8(0x1a8)),BrowserstackCLI=require('./v2/browserstackCLI'),{isNewman}=require('./newman/helper'),logger=require(a60_0xa8bee8(0x1c9))[a60_0xa8bee8(0x222)],origArgs=Object[a60_0xa8bee8(0x1dc)]([],process['argv']),captureError=async(_0x592207,_0x15a4e4,_0x5581ab,_0x49add2=null,_0x12ed51=![])=>{const _0x1d0c2e=a60_0xa8bee8,_0x2392e8={'PWUFh':function(_0x4984c5,_0x2a7f25,_0x2e9adb,_0x53fda9){return _0x4984c5(_0x2a7f25,_0x2e9adb,_0x53fda9);},'TBcrb':_0x1d0c2e(0x1e8),'TvYHp':function(_0x4f04d7,_0x2f39a7){return _0x4f04d7&&_0x2f39a7;}};let _0x1f7af3=![];try{logger[_0x1d0c2e(0x1e6)](_0x1d0c2e(0x1c7)+origArgs[_0x1d0c2e(0x1e9)]('\x20')),await _0x2392e8['PWUFh'](_0x592207,_0x15a4e4,_0x49add2,_0x5581ab);}catch(_0xee2557){process[_0x1d0c2e(0x212)]=0x1,logger['error'](util['format'](_0xee2557));const _0x4447e1={'globalException':util[_0x1d0c2e(0x1a1)]('%j',_0xee2557)};PerformanceTester[_0x1d0c2e(0x1aa)](PerformanceEvents[_0x1d0c2e(0x1a9)],![],util[_0x1d0c2e(0x1a1)](_0xee2557));if(helper[_0x1d0c2e(0x183)](global[_0x1d0c2e(0x1c4)])&&helper[_0x1d0c2e(0x183)](global[_0x1d0c2e(0x1b4)]))return;try{utilities['fireFunnelTestEvent'](_0x2392e8[_0x1d0c2e(0x1e1)],_0x4447e1,global[_0x1d0c2e(0x1c4)],global[_0x1d0c2e(0x1b4)]);}catch(_0x37b15f){logger[_0x1d0c2e(0x21f)](_0x1d0c2e(0x19d)+_0x37b15f[_0x1d0c2e(0x1a4)]);}if(!_0x12ed51)try{await BrowserstackCLI[_0x1d0c2e(0x1f2)]()[_0x1d0c2e(0x18e)](),_0x1f7af3=!![];}catch(_0x21c239){logger['debug'](_0x1d0c2e(0x1fb)+_0x21c239[_0x1d0c2e(0x1a4)]);}try{await helper[_0x1d0c2e(0x17f)](global[_0x1d0c2e(0x1c4)]);}catch(_0x33d301){logger['debug'](_0x1d0c2e(0x1f6)+_0x33d301['stack']);}PerformanceTester[_0x1d0c2e(0x1aa)](PerformanceEvents[_0x1d0c2e(0x1a9)],![],util[_0x1d0c2e(0x1a1)](_0xee2557));}finally{_0x2392e8[_0x1d0c2e(0x1ec)](!_0x12ed51,!_0x1f7af3)&&await BrowserstackCLI[_0x1d0c2e(0x1f2)]()[_0x1d0c2e(0x18e)](),PerformanceTester[_0x1d0c2e(0x1c5)](PerformanceEvents[_0x1d0c2e(0x1f7)]);}};function a60_0x3fa3(_0xa029b8,_0x3730d2){const _0x5d0b88=a60_0x5d0b();return a60_0x3fa3=function(_0x3fa303,_0x4f55e0){_0x3fa303=_0x3fa303-0x179;let _0x375289=_0x5d0b88[_0x3fa303];return _0x375289;},a60_0x3fa3(_0xa029b8,_0x3730d2);}try{const browserstackFolderPath=path[a60_0xa8bee8(0x1e9)](helper[a60_0xa8bee8(0x180)](),a60_0xa8bee8(0x18d));if(fs[a60_0xa8bee8(0x1a7)](browserstackFolderPath)){const filePath=path[a60_0xa8bee8(0x1e9)](browserstackFolderPath,'.local-not-set.json');fs[a60_0xa8bee8(0x1a7)](filePath)&&fs[a60_0xa8bee8(0x200)](filePath);}}catch(a60_0x448bcf){logger[a60_0xa8bee8(0x21f)](a60_0xa8bee8(0x198)+a60_0x448bcf[a60_0xa8bee8(0x202)]);}process[a60_0xa8bee8(0x211)]['includes'](a60_0xa8bee8(0x18a))&&(!process[a60_0xa8bee8(0x211)][a60_0xa8bee8(0x1e2)](a60_0xa8bee8(0x192))&&process[a60_0xa8bee8(0x211)]['push'](a60_0xa8bee8(0x1d4)),!process['argv']['find'](_0x6c4d18=>_0x6c4d18[a60_0xa8bee8(0x1e2)]('--config'))&&process[a60_0xa8bee8(0x211)][a60_0xa8bee8(0x18c)](a60_0xa8bee8(0x181)),!process[a60_0xa8bee8(0x211)]['includes'](a60_0xa8bee8(0x1de))&&process[a60_0xa8bee8(0x211)][a60_0xa8bee8(0x18c)](a60_0xa8bee8(0x1c1)),helper['findAndReplace'](process['argv'],'--require',a60_0xa8bee8(0x1ef)));PerformanceTester[a60_0xa8bee8(0x1c5)](PerformanceEvents[a60_0xa8bee8(0x1a9)]);const a60_0x12ae4b={};a60_0x12ae4b['dot-notation']=![];const argv=yargs[a60_0xa8bee8(0x19c)](a60_0x12ae4b)['usage']('usage:\x20$0\x20<command>\x20[args]')[a60_0xa8bee8(0x17e)]('v','version')[a60_0xa8bee8(0x1a5)]('v')[a60_0xa8bee8(0x17e)]('h','help')['help']('help')[a60_0xa8bee8(0x21e)](!![],Constants[a60_0xa8bee8(0x189)][a60_0xa8bee8(0x1ca)])['command'](a60_0xa8bee8(0x1cb),Constants[a60_0xa8bee8(0x1b0)][a60_0xa8bee8(0x213)],function(_0x53a229){const _0x2fc585=a60_0xa8bee8,_0x4d6cd1={'qyQxr':_0x2fc585(0x1cb),'FxeFi':function(_0x36b487,_0x5642ad,_0x44d497,_0x3797b1,_0x5d75e2,_0x515886){return _0x36b487(_0x5642ad,_0x44d497,_0x3797b1,_0x5d75e2,_0x515886);},'FOKns':function(_0x36b540,_0x585a7e){return _0x36b540(_0x585a7e);},'wtOad':'./jest/command'},_0x17ac2d=process[_0x2fc585(0x211)][_0x2fc585(0x1a0)](0x2);helper[_0x2fc585(0x20d)](),helper[_0x2fc585(0x204)](),_0x53a229[_0x2fc585(0x197)](![]);const _0x446f35=new BrowserStackSetup(_0x53a229[_0x2fc585(0x211)],_0x4d6cd1[_0x2fc585(0x224)]);return _0x4d6cd1[_0x2fc585(0x214)](captureError,_0x4d6cd1[_0x2fc585(0x1b7)](require,_0x4d6cd1[_0x2fc585(0x1ff)]),_0x53a229[_0x2fc585(0x211)],_0x446f35,_0x17ac2d,!![]);})[a60_0xa8bee8(0x1be)]('jasmine',Constants[a60_0xa8bee8(0x1d6)][a60_0xa8bee8(0x213)],function(_0x3791d3){const _0x2885f8=a60_0xa8bee8,_0x4e0f40={'xhIHS':'jasmine','bgFmv':function(_0x231621,_0x9062a9,_0x19935b,_0x5d95bc,_0x4a1772,_0x426017){return _0x231621(_0x9062a9,_0x19935b,_0x5d95bc,_0x4a1772,_0x426017);},'NAGNp':function(_0x593cf2,_0x23d194){return _0x593cf2(_0x23d194);},'TNmyq':_0x2885f8(0x208)},_0x3c821b=process['argv'][_0x2885f8(0x1a0)](0x2);helper[_0x2885f8(0x20d)](),helper['setBrowserStackAutomationDisable'](),_0x3791d3[_0x2885f8(0x197)](![]);const _0x549b2d=new BrowserStackSetup(_0x3791d3[_0x2885f8(0x211)],_0x4e0f40['xhIHS']);return _0x4e0f40['bgFmv'](captureError,_0x4e0f40[_0x2885f8(0x179)](require,_0x4e0f40[_0x2885f8(0x1b3)]),_0x3791d3['argv'],_0x549b2d,_0x3c821b,!![]);})[a60_0xa8bee8(0x1be)]('mocha',Constants[a60_0xa8bee8(0x1a3)]['INFO'],_0x2a4ec3=>{const _0x2e78ea=a60_0xa8bee8,_0x18cfea={'MqIQi':function(_0x4fb434,_0x32cb33,_0xdacda2,_0x32ebed){return _0x4fb434(_0x32cb33,_0xdacda2,_0x32ebed);},'tAvpa':function(_0x5b3d30,_0x59627a){return _0x5b3d30(_0x59627a);},'tzLpT':'./mocha/command','hWjBd':_0x2e78ea(0x18a),'JTIzd':_0x2e78ea(0x225),'cDdiJ':function(_0x1410b2,_0x2d2f7d,_0x3e79d6){return _0x1410b2(_0x2d2f7d,_0x3e79d6);},'RJKzQ':_0x2e78ea(0x1fa),'Xqvpv':_0x2e78ea(0x18f),'pOucp':_0x2e78ea(0x1bc),'fngVP':function(_0x49ca77){return _0x49ca77();}};process[_0x2e78ea(0x211)]=process[_0x2e78ea(0x211)][_0x2e78ea(0x1a0)](0x1),helper[_0x2e78ea(0x20d)](),helper['setBrowserStackAutomationDisable']();const _0xd4d62e=new BrowserStackSetup(_0x2a4ec3['argv'],_0x18cfea[_0x2e78ea(0x1ae)]);logger[_0x2e78ea(0x21f)](_0x18cfea[_0x2e78ea(0x20b)]);const _0x14d53b=_0x18cfea['cDdiJ'](requireModule,_0x18cfea[_0x2e78ea(0x187)],_0x18cfea[_0x2e78ea(0x1ae)]),_0x6c976c=_0x18cfea[_0x2e78ea(0x1fe)](requireModule,_0x18cfea['Xqvpv'],_0x18cfea['hWjBd']);delete _0x14d53b[_0x2e78ea(0x1bd)],_0x14d53b[_0x2e78ea(0x1bd)]=function(_0x5460f9){const _0x3b78e5=_0x2e78ea;return _0x18cfea['MqIQi'](captureError,_0x18cfea[_0x3b78e5(0x1e0)](require,_0x18cfea[_0x3b78e5(0x1bf)]),_0x5460f9,_0xd4d62e);},_0x6c976c['run']=_0x14d53b;const {main:_0x1c2074}=_0x18cfea[_0x2e78ea(0x1fe)](requireModule,_0x18cfea[_0x2e78ea(0x221)],_0x18cfea['hWjBd']);_0x18cfea[_0x2e78ea(0x182)](_0x1c2074);})[a60_0xa8bee8(0x1be)]('cucumber-js',Constants['CUCUMBER'][a60_0xa8bee8(0x213)],function(_0x4a694d){const _0x38317c=a60_0xa8bee8,_0x31bcc0={'vUuZQ':'cucumber-js','RhSiv':function(_0x1889ee,_0xa9395a,_0x1fdf8d,_0x3772e7,_0x59e3f5,_0x3a296c){return _0x1889ee(_0xa9395a,_0x1fdf8d,_0x3772e7,_0x59e3f5,_0x3a296c);},'VgmmH':function(_0xfc9b8,_0x267293){return _0xfc9b8(_0x267293);},'VvyTC':_0x38317c(0x188)},_0x43e31e=process[_0x38317c(0x211)]['slice'](0x2),_0x4def2b=new BrowserStackSetup(_0x4a694d['argv'],_0x31bcc0[_0x38317c(0x1c3)]);return _0x31bcc0['RhSiv'](captureError,_0x31bcc0['VgmmH'](require,_0x31bcc0[_0x38317c(0x1bb)]),_0x4a694d['argv'],_0x4def2b,_0x43e31e,!![]);})[a60_0xa8bee8(0x1be)](a60_0xa8bee8(0x195),Constants[a60_0xa8bee8(0x1d1)][a60_0xa8bee8(0x213)],function(_0x54648b){const _0x5c2f50=a60_0xa8bee8,_0x52b0a7={'msrTo':_0x5c2f50(0x1ad),'xNCBC':function(_0x341e8c,_0x5d276b){return _0x341e8c(_0x5d276b);},'CycDa':_0x5c2f50(0x19b),'LtrGG':function(_0x135e8b,_0x2264df,_0x167546,_0x22f289,_0x1f3fa9){return _0x135e8b(_0x2264df,_0x167546,_0x22f289,_0x1f3fa9);},'snAQl':function(_0x1b5834,_0x118ed8){return _0x1b5834(_0x118ed8);},'aterb':'./newman/command','gnyCO':_0x5c2f50(0x1d7)},_0xaf138a=process[_0x5c2f50(0x211)][_0x5c2f50(0x1a0)](0x2),_0x5f1201=new BrowserStackSetup(_0x54648b[_0x5c2f50(0x211)],_0x52b0a7[_0x5c2f50(0x1b6)]),_0x340987=_0x5f1201?_0x5f1201[_0x5c2f50(0x1c4)]:null;if(_0x52b0a7[_0x5c2f50(0x1dd)](isNewman,_0x340987))return _0x5f1201['framework']=_0x52b0a7[_0x5c2f50(0x1fc)],global[_0x5c2f50(0x1b4)]=_0x52b0a7['CycDa'],_0x52b0a7['LtrGG'](captureError,_0x52b0a7[_0x5c2f50(0x1b5)](require,_0x52b0a7[_0x5c2f50(0x194)]),_0x54648b[_0x5c2f50(0x211)],_0x5f1201,_0xaf138a);return _0x52b0a7[_0x5c2f50(0x1df)](captureError,_0x52b0a7[_0x5c2f50(0x1dd)](require,_0x52b0a7[_0x5c2f50(0x1ab)]),_0x54648b['argv'],_0x5f1201,_0xaf138a);})[a60_0xa8bee8(0x1be)](a60_0xa8bee8(0x1c0),Constants[a60_0xa8bee8(0x21b)][a60_0xa8bee8(0x213)],function(_0x48a43d){const _0x3cb5e1=a60_0xa8bee8,_0x434378={'nMpUL':'nightwatch','OFadG':function(_0x3175e7,_0x6f3d7f,_0x19e9f5,_0x456bd5,_0x5ded39){return _0x3175e7(_0x6f3d7f,_0x19e9f5,_0x456bd5,_0x5ded39);},'WKVCX':function(_0x25dabc,_0x1da171){return _0x25dabc(_0x1da171);},'KucwW':_0x3cb5e1(0x1f8)},_0x5cc029=process[_0x3cb5e1(0x211)][_0x3cb5e1(0x1a0)](0x2),_0x159c6e=new BrowserStackSetup(_0x48a43d[_0x3cb5e1(0x211)],_0x434378[_0x3cb5e1(0x219)]);return _0x434378['OFadG'](captureError,_0x434378['WKVCX'](require,_0x434378['KucwW']),_0x48a43d['argv'],_0x159c6e,_0x5cc029);})['command'](a60_0xa8bee8(0x1f4),Constants[a60_0xa8bee8(0x1eb)]['INFO'],function(_0x49a369){const _0x9816dc=a60_0xa8bee8,_0x3cf314={'hEayx':_0x9816dc(0x1f4),'UXOkM':function(_0x5bed3d,_0x5039f4,_0x3ef904,_0x3edf8b,_0x4d44f1){return _0x5bed3d(_0x5039f4,_0x3ef904,_0x3edf8b,_0x4d44f1);},'QdCzS':function(_0x125958,_0x3ba2d1){return _0x125958(_0x3ba2d1);},'zdfDO':'./codeceptjs/command'},_0x16bc46=process[_0x9816dc(0x211)][_0x9816dc(0x1a0)](0x2),_0x547bdd=new BrowserStackSetup(_0x49a369[_0x9816dc(0x211)],_0x3cf314[_0x9816dc(0x17c)]);return _0x3cf314[_0x9816dc(0x19a)](captureError,_0x3cf314['QdCzS'](require,_0x3cf314[_0x9816dc(0x19e)]),_0x49a369['argv'],_0x547bdd,_0x16bc46);})['command'](a60_0xa8bee8(0x216),Constants[a60_0xa8bee8(0x1cc)][a60_0xa8bee8(0x213)],function(_0xe36dec){const _0x23f21b=a60_0xa8bee8,_0x4581a6={'XwCnB':function(_0x2c04dc,_0x2fd17f,_0x577f7b){return _0x2c04dc(_0x2fd17f,_0x577f7b);},'lOdQZ':function(_0x4831d4,_0xf024b1){return _0x4831d4(_0xf024b1);},'HqBcZ':_0x23f21b(0x223)},_0x214ac9=process[_0x23f21b(0x211)][_0x23f21b(0x1a0)](0x2);return _0x4581a6[_0x23f21b(0x21c)](captureError,_0x4581a6[_0x23f21b(0x1c2)](require,_0x4581a6[_0x23f21b(0x18b)]),_0xe36dec);})[a60_0xa8bee8(0x1be)](a60_0xa8bee8(0x1b1),Constants[a60_0xa8bee8(0x1d8)][a60_0xa8bee8(0x213)],function(_0x5af2c8){const _0x48139b=a60_0xa8bee8,_0x50bad5={'KApig':function(_0x217e24,_0x5623a6){return _0x217e24(_0x5623a6);}};return _0x50bad5[_0x48139b(0x1d2)](runIntegrations,_0x5af2c8);})[a60_0xa8bee8(0x1be)](a60_0xa8bee8(0x21d),Constants[a60_0xa8bee8(0x190)][a60_0xa8bee8(0x213)],function(_0x3e4d48){const _0xb79309=a60_0xa8bee8,_0x59ea59={'yfMSy':_0xb79309(0x1ce),'lZuVN':function(_0x5907cc,_0xef5297){return _0x5907cc&&_0xef5297;},'rPRmF':function(_0x43920e,_0x37fb0e,_0x1be16e,_0x5b891c,_0x28a876,_0xa24a5e){return _0x43920e(_0x37fb0e,_0x1be16e,_0x5b891c,_0x28a876,_0xa24a5e);},'yDOZd':function(_0x4d7feb,_0x1ea5c0){return _0x4d7feb(_0x1ea5c0);},'RaYTW':_0xb79309(0x1a6)},_0x22951d=process[_0xb79309(0x211)][_0xb79309(0x1a0)](0x2);helper['getConfigPath'](process[_0xb79309(0x211)])&&(process[_0xb79309(0x21a)][_0xb79309(0x20c)]=helper[_0xb79309(0x206)](process[_0xb79309(0x211)]));helper[_0xb79309(0x20d)](),helper[_0xb79309(0x204)]();const _0x1f2bdb=new BrowserStackSetup(_0x3e4d48[_0xb79309(0x211)],FRAMEWORKS[_0xb79309(0x190)]);try{if(!_0x1f2bdb[_0xb79309(0x1c4)]||!_0x1f2bdb[_0xb79309(0x1c4)][_0xb79309(0x1b8)]){const _0x14ddac=_0x59ea59[_0xb79309(0x209)],_0x4f7504=process[_0xb79309(0x21a)][_0xb79309(0x1d0)]||'',_0xf4076d=_0x4f7504[_0xb79309(0x19f)](',')[_0xb79309(0x1fd)](_0x1392d3=>_0x1392d3[_0xb79309(0x1ac)]())[_0xb79309(0x199)](Boolean),_0x6cf802=_0xf4076d[_0xb79309(0x1b9)](_0x26c468=>_0x26c468===_0xb79309(0x191)||_0x26c468==='-pw:*'||_0x26c468==='-*'),_0x1e0fdc=_0xf4076d[_0xb79309(0x1b9)](_0x4399e2=>_0x4399e2===_0x14ddac||_0x4399e2===_0xb79309(0x1cf)||_0x4399e2==='*');if(_0x59ea59[_0xb79309(0x1a2)](!_0x6cf802,!_0x1e0fdc)){const _0x16afe0=helper['getPwChannelLogPath']();_0x16afe0&&(process[_0xb79309(0x21a)][_0xb79309(0x1d0)]=_0x4f7504?_0x4f7504+','+_0x14ddac:_0x14ddac,!process[_0xb79309(0x21a)][_0xb79309(0x1cd)]&&(process[_0xb79309(0x21a)][_0xb79309(0x1cd)]=_0x16afe0));}}}catch(_0x48611b){logger[_0xb79309(0x21f)]('pw:channel\x20auto-capture\x20seed\x20failed:\x20'+util[_0xb79309(0x1a1)](_0x48611b));}return _0x59ea59['rPRmF'](captureError,_0x59ea59[_0xb79309(0x207)](require,_0x59ea59[_0xb79309(0x1f5)]),_0x3e4d48[_0xb79309(0x211)],_0x1f2bdb,_0x22951d,!![]);})[a60_0xa8bee8(0x1be)](a60_0xa8bee8(0x1f3),Constants['TESTCAFE'][a60_0xa8bee8(0x213)],function(_0x37ab5e){const _0x13d89d=a60_0xa8bee8,_0x1db3dd={'BSXNV':'testcafe','VWwKd':function(_0x25a30f,_0x446571,_0x44ddb5,_0xd7858a,_0x2af3b3,_0x35c8a4){return _0x25a30f(_0x446571,_0x44ddb5,_0xd7858a,_0x2af3b3,_0x35c8a4);},'rDbhQ':function(_0x23c187,_0x40ffcb){return _0x23c187(_0x40ffcb);},'nYgez':_0x13d89d(0x205)},_0x19734e=process['argv'][_0x13d89d(0x1a0)](0x2),_0x3d8fbf=new BrowserStackSetup(_0x37ab5e['argv'],_0x1db3dd[_0x13d89d(0x210)]);return _0x1db3dd[_0x13d89d(0x17a)](captureError,_0x1db3dd[_0x13d89d(0x217)](require,_0x1db3dd['nYgez']),_0x37ab5e[_0x13d89d(0x211)],_0x3d8fbf,_0x19734e,!![]);})['command']('load\x20[subcommand]','Runs\x20the\x20binary\x20with\x20load\x20command',function(_0xacd94f){const _0x1f561d=a60_0xa8bee8,_0x284ee8={};_0x284ee8['QIWNB']=_0x1f561d(0x1ea),_0x284ee8['MaTTs']='boolean',_0x284ee8['ktjVM']=_0x1f561d(0x1f0);const _0x5d2129=_0x284ee8;return _0xacd94f[_0x1f561d(0x1ea)](![])[_0x1f561d(0x1f1)](_0x5d2129[_0x1f561d(0x17b)],{'alias':'h','type':_0x5d2129['MaTTs'],'describe':_0x5d2129[_0x1f561d(0x1b2)]})[_0x1f561d(0x197)](![])['exitProcess'](![]);},function(_0x445f5d){const _0x2efe2b=a60_0xa8bee8,_0x472251={'UUWEP':function(_0x2e48cd,_0x478bfe,_0x4a902f){return _0x2e48cd(_0x478bfe,_0x4a902f);},'gRiON':function(_0x11256a,_0x100fa7){return _0x11256a(_0x100fa7);},'PMWJE':'./load/index'},_0x3d2b25={};return _0x3d2b25[_0x2efe2b(0x211)]=_0x445f5d,_0x472251['UUWEP'](captureError,_0x472251[_0x2efe2b(0x1ed)](require,_0x472251[_0x2efe2b(0x1e5)]),_0x3d2b25);})[a60_0xa8bee8(0x1be)](a60_0xa8bee8(0x19b),Constants['NEWMAN']['INFO'],function(_0x5cfe0e){const _0x1638c8=a60_0xa8bee8,_0x320c85={'hnECm':'newman','FBQGq':function(_0x5e8aae,_0x3aa907,_0x4a8672,_0x2c7ae3,_0x32cdfb){return _0x5e8aae(_0x3aa907,_0x4a8672,_0x2c7ae3,_0x32cdfb);},'tDwqx':function(_0x23fc22,_0x30f0cc){return _0x23fc22(_0x30f0cc);},'KyGfR':_0x1638c8(0x1e3)},_0x10d6b0=process[_0x1638c8(0x211)][_0x1638c8(0x1a0)](0x2);helper[_0x1638c8(0x20d)](),helper[_0x1638c8(0x204)](),_0x5cfe0e['strict'](![]);const _0x409650=new BrowserStackSetup(_0x5cfe0e[_0x1638c8(0x211)],_0x320c85['hnECm']);return _0x320c85[_0x1638c8(0x1d5)](captureError,_0x320c85['tDwqx'](require,_0x320c85[_0x1638c8(0x1da)]),_0x5cfe0e[_0x1638c8(0x211)],_0x409650,_0x10d6b0);})[a60_0xa8bee8(0x20f)](0x1,a60_0xa8bee8(0x1ee))[a60_0xa8bee8(0x20e)](null)['argv'];function a60_0x5d0b(){const _0x34b3db=['-pw:channel','--opts','679994esVGBS','aterb','node','3517393PBMaQh','strict','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','filter','UXOkM','newman','parserConfiguration','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','zdfDO','split','slice','format','lZuVN','MOCHA','stack','describe','./playwright/command','existsSync','./utils/constants','SDK_SETUP','end','gnyCO','trim','vanilla','hWjBd','../helpers/BrowserStackSetup','JEST','integrations','ktjVM','TNmyq','framework','snAQl','msrTo','FOKns','disableAutoCaptureLogs','some','../helpers/utilities','VvyTC','mocha/lib/cli/cli.js','handler','command','tzLpT','nightwatch','--no-package','lOdQZ','vUuZQ','config','start','5865600TLFuLo','Running\x20SDK\x20with\x20args\x20','../helpers/helper','../helpers/logger','HELP','jest','HST','DEBUG_FILE','pw:channel','pw:*','DEBUG','VANILLA','KApig','1091610QpdEux','--no-opts','FBQGq','JASMINE','./vanilla-js/command','INTEGRATIONS','54aLnmOW','KyGfR','error','assign','xNCBC','--package','LtrGG','tAvpa','TBcrb','includes','./newman/command','16600MTolIB','PMWJE','info','../helpers/performance/constants','SDKTestSuccessful','join','help','CODECEPTJS','TvYHp','gRiON','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','--mochaRequire','Show\x20help','option','getInstance','testcafe','codeceptjs','RaYTW','Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20','SDK_CLEANUP','./nightwatch/command','../helpers/test-observability/constants','mocha/lib/cli/run.js','Error\x20stopping\x20CLI\x20before\x20log\x20archive.\x20Stacktrace:\x20','CycDa','map','cDdiJ','wtOad','unlinkSync','child_process','message','../helpers/performance/performance-tester','setBrowserStackAutomationDisable','./testcafe/command','getConfigPath','yDOZd','./jasmine/command','yfMSy','path','JTIzd','BROWSERSTACK_CONFIG_FILE_PATH','setTestObservabilityDisable','wrap','demandCommand','BSXNV','argv','exitCode','INFO','FxeFi','6194295BLhwlk','ats','rDbhQ','744729yhMujA','nMpUL','env','NIGHTWATCH','XwCnB','playwright','showHelpOnFail','debug','4XmiGRN','pOucp','winstonLogger','../../ats/src/index','qyQxr','Parsing\x20command\x20line\x20arguments','NAGNp','VWwKd','QIWNB','hEayx','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','alias','sendLogs','homedir','--no-config','fngVP','isUndefined','20ljgAMV','4rBJEok','spawn','RJKzQ','./cucumber-js/command','VERSION','mocha','HqBcZ','push','.browserstack','stop','mocha/lib/cli/commands.js','PLAYWRIGHT'];a60_0x5d0b=function(){return _0x34b3db;};return a60_0x5d0b();}!helper[a60_0xa8bee8(0x183)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a60_0xa8bee8(0x216)&&console[a60_0xa8bee8(0x1db)](a60_0xa8bee8(0x17d));
|