browserstack-node-sdk 1.32.6 → 1.32.8
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/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/templates/azureresources/akscluster.json +57 -3
- package/ats/src/templates/azureresources/storageaccount.json +8 -8
- 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/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.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.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/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/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_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/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/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.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/capsMapping.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/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-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a44_0x5a02(_0x1a5d3f,_0x5c3f16){var _0x146cfd=a44_0x146c();return a44_0x5a02=function(_0x5a022,_0x3029c8){_0x5a022=_0x5a022-0x19e;var _0x13b208=_0x146cfd[_0x5a022];return _0x13b208;},a44_0x5a02(_0x1a5d3f,_0x5c3f16);}var a44_0x5d1b16=a44_0x5a02;(function(_0x3f263d,_0x1f191a){var _0x2b3fad=a44_0x5a02,_0x1e41db=_0x3f263d();while(!![]){try{var _0x3cc5fb=-parseInt(_0x2b3fad(0x1ad))/0x1*(parseInt(_0x2b3fad(0x1a0))/0x2)+parseInt(_0x2b3fad(0x1f2))/0x3*(-parseInt(_0x2b3fad(0x1e4))/0x4)+-parseInt(_0x2b3fad(0x1dd))/0x5*(-parseInt(_0x2b3fad(0x1f7))/0x6)+-parseInt(_0x2b3fad(0x1a6))/0x7+-parseInt(_0x2b3fad(0x1bb))/0x8+parseInt(_0x2b3fad(0x1ee))/0x9*(parseInt(_0x2b3fad(0x1cf))/0xa)+parseInt(_0x2b3fad(0x1f1))/0xb;if(_0x3cc5fb===_0x1f191a)break;else _0x1e41db['push'](_0x1e41db['shift']());}catch(_0x4452f8){_0x1e41db['push'](_0x1e41db['shift']());}}}(a44_0x146c,0xc1db7));var a44_0x3ef534={};a44_0x3ef534[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1b5),a44_0x3ef534[a44_0x5d1b16(0x1e9)]=a44_0x5d1b16(0x1f8);var a44_0x2d7b72={};a44_0x2d7b72[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x200);var a44_0x11653d={};a44_0x11653d[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x201);var a44_0x14c154={};a44_0x14c154[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1d5);var a44_0x4876ef={};a44_0x4876ef[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1b2);var a44_0x484aa6={};a44_0x484aa6['INFO']='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a44_0x2377c3={};a44_0x2377c3[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1b8);var a44_0x4e5315={};a44_0x4e5315[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1df);var a44_0x42d888={};function a44_0x146c(){var _0x199a33=['MOCHA','https://upload-observability.browserstack.com','JEST','4426722ChIrDP','Specify\x20--help\x20for\x20available\x20options','APP_AUTOMATE_PRODUCTS','ERR_CONNECTION_CLOSED','pageLoadStrategy','mocha','FUNNEL_INSTRUMENTATION_API_URL','INFO','PRIVATE_DOMAIN_OR_IP_REGEX','Run\x20jest\x20tests\x20on\x20browserstack','Run\x20mocha\x20tests\x20on\x20browserstack','unhandledPromptBehavior','NUDGE_LOCAL_ERRORS','ERR_NETWORK_CHANGED','ERR_TUNNEL_CONNECTION_FAILED','browserVersion','2254342tFPuBP','https://api.browserstack.com','./browserstack-artifacts/','wss://cdp.browserstack.com/playwright?caps=','HUB_URL_REGEX','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','1439305zDsJSb','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','VALID_APP_EXTENSION','AUTOMATE_PRODUCTS','CUSTOM_ID_REGEX','AUTOMATE','timeouts','1tWQsWO','ERR_SOCKS_CONNECTION_FAILED','BROWSERSTACK_API_URL','app-automate','ERR_CONNECTION_FAILED','Run\x20js\x20tests\x20on\x20browserstack','ERR_CONNECTION_RESET','jest','shows\x20version\x20information','PLAYWRIGHT','APP_AUTOMATE','Run\x20playwright\x20tests\x20on\x20Browserstack','PLAYWRIGHT_CONFIG_OPTION_ERRORS','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','3776128ajxrDT','APP_UPLOAD_URL','PERCY_SUPPORTED_FRAMEWORKS','.aab','PLAYWRIGHT_HUB_URL','hubUrl','ROOT_REGEX','browserName','COMMONJS','https://api-cloud.browserstack.com','VANILLA','.apk','ERR_CONNECTION_REFUSED','automate','ieOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','HST','invalidTestInputType','acceptSslCerts','AUTOLOGCAPTURE_NOTIFICATION','13650870trPuhT','edgeOptions','ERR_NAME_NOT_RESOLVED','CI_ARTIFACTS_PATH','observability','PACKAGE_TYPE','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_CONNECTION_ABORTED','ERR_TIMED_OUT','MODULE','SHAREABLE_ID_REGEX','ERR_BLOCKED_BY_CLIENT','exports','ROOT_CAPS','5YRYgWn','ERR_PROXY_CONNECTION_FAILED','Run\x20codeceptjs\x20tests\x20on\x20browserstack','NIGHTWATCH','chromeOptions','ERR_ADDRESS_UNREACHABLE','CODECEPTJS','2840yHxACQ','ERR_NAME_RESOLUTION_FAILED','BSTACK_DELTA','Playwright','OBSERVABILITY_SUPPORTED_FWS','HELP','uniqueDependency','https://hub.browserstack.com/wd/hub','acceptInsecureCerts','OBSERVABILITY_UPLOAD_URL','9HGMarf','invalidKeys','ERR_CONNECTION_TIMED_OUT','12898567SBxztu','2859lIxLYq','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file'];a44_0x146c=function(){return _0x199a33;};return a44_0x146c();}a44_0x42d888[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1ca);var a44_0x3282b1={};a44_0x3282b1[a44_0x5d1b16(0x1b6)]=a44_0x5d1b16(0x1e7),a44_0x3282b1[a44_0x5d1b16(0x1f4)]=a44_0x5d1b16(0x1fc),a44_0x3282b1[a44_0x5d1b16(0x1f6)]='jest';var a44_0x5a3967={};a44_0x5a3967[a44_0x5d1b16(0x1ef)]=a44_0x5d1b16(0x1ba),a44_0x5a3967[a44_0x5d1b16(0x1ea)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a44_0x5a3967['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a44_0x5a3967[a44_0x5d1b16(0x1cc)]=a44_0x5d1b16(0x1f3);var a44_0x50ac5c={};a44_0x50ac5c[a44_0x5d1b16(0x1c3)]='commonjs',a44_0x50ac5c[a44_0x5d1b16(0x1d8)]='module';var a44_0x8dcf6c={};a44_0x8dcf6c['VERSION']=a44_0x3ef534,a44_0x8dcf6c['JEST']=a44_0x2d7b72,a44_0x8dcf6c[a44_0x5d1b16(0x1f4)]=a44_0x11653d,a44_0x8dcf6c['CUCUMBER']=a44_0x14c154,a44_0x8dcf6c[a44_0x5d1b16(0x1c5)]=a44_0x4876ef,a44_0x8dcf6c[a44_0x5d1b16(0x1e0)]=a44_0x484aa6,a44_0x8dcf6c['PLAYWRIGHT']=a44_0x2377c3,a44_0x8dcf6c[a44_0x5d1b16(0x1e3)]=a44_0x4e5315,a44_0x8dcf6c[a44_0x5d1b16(0x1cb)]=a44_0x42d888,a44_0x8dcf6c[a44_0x5d1b16(0x1e6)]=0xf*0x3c*0x3e8,a44_0x8dcf6c[a44_0x5d1b16(0x1c0)]=a44_0x5d1b16(0x1eb),a44_0x8dcf6c[a44_0x5d1b16(0x1a4)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a44_0x8dcf6c[a44_0x5d1b16(0x1dc)]=[a44_0x5d1b16(0x1ec),a44_0x5d1b16(0x1fb),'strictFileInteractability',a44_0x5d1b16(0x202),a44_0x5d1b16(0x1ac),a44_0x5d1b16(0x1c2),a44_0x5d1b16(0x19f),a44_0x5d1b16(0x1cd),'acceptSslCert',a44_0x5d1b16(0x1e1),'firefoxOptions',a44_0x5d1b16(0x1d0),a44_0x5d1b16(0x1c9)],a44_0x8dcf6c[a44_0x5d1b16(0x1c1)]=/^[\w-]+:.*$/,a44_0x8dcf6c[a44_0x5d1b16(0x1ff)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a44_0x8dcf6c[a44_0x5d1b16(0x1af)]=a44_0x5d1b16(0x1a1),a44_0x8dcf6c[a44_0x5d1b16(0x1bc)]=a44_0x5d1b16(0x1c4),a44_0x8dcf6c[a44_0x5d1b16(0x1fd)]='sdk/v1/event',a44_0x8dcf6c[a44_0x5d1b16(0x1a9)]=['automate',a44_0x5d1b16(0x1d3)],a44_0x8dcf6c[a44_0x5d1b16(0x1f9)]=[a44_0x5d1b16(0x1b0),a44_0x5d1b16(0x1d3)],a44_0x8dcf6c['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a44_0x5d1b16(0x1d3)],a44_0x8dcf6c[a44_0x5d1b16(0x1ed)]=a44_0x5d1b16(0x1f5),a44_0x8dcf6c[a44_0x5d1b16(0x1e8)]=[a44_0x5d1b16(0x1fc),'Playwright'],a44_0x8dcf6c[a44_0x5d1b16(0x1ab)]=[a44_0x5d1b16(0x1c8)],a44_0x8dcf6c[a44_0x5d1b16(0x1b7)]=[a44_0x5d1b16(0x1b0)],a44_0x8dcf6c[a44_0x5d1b16(0x203)]=['ERR_FAILED',a44_0x5d1b16(0x1d7),a44_0x5d1b16(0x1da),a44_0x5d1b16(0x204),'ERR_SOCKET_NOT_CONNECTED',a44_0x5d1b16(0x1fa),a44_0x5d1b16(0x1b3),a44_0x5d1b16(0x1c7),a44_0x5d1b16(0x1d6),a44_0x5d1b16(0x1b1),a44_0x5d1b16(0x1d1),'ERR_ADDRESS_INVALID',a44_0x5d1b16(0x1e2),a44_0x5d1b16(0x19e),a44_0x5d1b16(0x1f0),a44_0x5d1b16(0x1ae),a44_0x5d1b16(0x1a5),a44_0x5d1b16(0x1de),a44_0x5d1b16(0x1d1),a44_0x5d1b16(0x1e5),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a44_0x8dcf6c[a44_0x5d1b16(0x1a8)]=[a44_0x5d1b16(0x1c6),a44_0x5d1b16(0x1be),'.ipa'],a44_0x8dcf6c[a44_0x5d1b16(0x1aa)]='^[a-zA-Z0-9_.-]*$',a44_0x8dcf6c[a44_0x5d1b16(0x1d9)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a44_0x8dcf6c[a44_0x5d1b16(0x1d2)]=a44_0x5d1b16(0x1a2),a44_0x8dcf6c[a44_0x5d1b16(0x1bf)]=a44_0x5d1b16(0x1a3),a44_0x8dcf6c['FRAMEWORKS']=a44_0x3282b1,a44_0x8dcf6c[a44_0x5d1b16(0x1bd)]=[a44_0x5d1b16(0x1b4),'mocha'],a44_0x8dcf6c[a44_0x5d1b16(0x1b9)]=a44_0x5a3967,a44_0x8dcf6c[a44_0x5d1b16(0x1ce)]=a44_0x5d1b16(0x1a7),a44_0x8dcf6c[a44_0x5d1b16(0x1d4)]=a44_0x50ac5c,module[a44_0x5d1b16(0x1db)]=a44_0x8dcf6c;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a45_0x108bd1=a45_0x4d06;function a45_0x4d06(_0x3d98cb,_0xda0912){const _0x105033=a45_0x1050();return a45_0x4d06=function(_0x4d06d7,_0x4c9f7b){_0x4d06d7=_0x4d06d7-0x1ad;let _0x3fae6c=_0x105033[_0x4d06d7];return _0x3fae6c;},a45_0x4d06(_0x3d98cb,_0xda0912);}(function(_0x3853c5,_0x5eb676){const _0x178b33=a45_0x4d06,_0xfd70e=_0x3853c5();while(!![]){try{const _0x124bab=-parseInt(_0x178b33(0x1b4))/0x1*(-parseInt(_0x178b33(0x1b1))/0x2)+-parseInt(_0x178b33(0x1ba))/0x3+parseInt(_0x178b33(0x1b5))/0x4*(parseInt(_0x178b33(0x1bb))/0x5)+parseInt(_0x178b33(0x1b0))/0x6*(parseInt(_0x178b33(0x1b8))/0x7)+-parseInt(_0x178b33(0x1bf))/0x8+parseInt(_0x178b33(0x1bd))/0x9+-parseInt(_0x178b33(0x1b6))/0xa*(parseInt(_0x178b33(0x1af))/0xb);if(_0x124bab===_0x5eb676)break;else _0xfd70e['push'](_0xfd70e['shift']());}catch(_0x2916be){_0xfd70e['push'](_0xfd70e['shift']());}}}(a45_0x1050,0xe02fe));const logReportingAPI=require(a45_0x108bd1(0x1b9)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x129313,_0xeac1ce){return _0x29ff66=>{const _0xaef11f=a45_0x4d06;BSTestOpsLogger['log']({'level':_0x29ff66[_0xaef11f(0x1b7)]?_0x29ff66[_0xaef11f(0x1b7)]['levelStr']:null,'message':_0x29ff66[_0xaef11f(0x1c0)]?_0x29ff66['data']['join']('\x20'):null});};}function a45_0x1050(){const _0x5c9fce=['3723615HpZizv','100ZxoSKH','layout','9306162yAMuwQ','type','1372472SSaMkm','data','colouredLayout','configure','5877707kULSwW','10884kpshGt','24602CFioga','timezoneOffset','pHzqd','131WUEotY','180080htHvps','30XsjmxV','level','1498awLNbJ','./logReportingAPI'];a45_0x1050=function(){return _0x5c9fce;};return a45_0x1050();}exports[a45_0x108bd1(0x1ae)]=(_0xe28d6e,_0x39fe26)=>{const _0x23f7cf=a45_0x108bd1,_0x26fc4b={'pHzqd':function(_0x2bcdec,_0x52f62b,_0x549baf){return _0x2bcdec(_0x52f62b,_0x549baf);}};let _0x3b21ce=_0x39fe26[_0x23f7cf(0x1ad)];return _0xe28d6e['layout']&&(_0x3b21ce=_0x39fe26[_0x23f7cf(0x1bc)](_0xe28d6e[_0x23f7cf(0x1bc)][_0x23f7cf(0x1be)],_0xe28d6e[_0x23f7cf(0x1bc)])),_0x26fc4b[_0x23f7cf(0x1b3)](BSTestOpsLog4JSAppender,_0x3b21ce,_0xe28d6e[_0x23f7cf(0x1b2)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a46_0x2d6789=a46_0x287a;(function(_0x268f29,_0x124c9d){const _0x2bc763=a46_0x287a,_0x202ea9=_0x268f29();while(!![]){try{const _0x3b67bb=parseInt(_0x2bc763(0x20a))/0x1*(-parseInt(_0x2bc763(0x1f3))/0x2)+parseInt(_0x2bc763(0x200))/0x3*(-parseInt(_0x2bc763(0x1fd))/0x4)+-parseInt(_0x2bc763(0x205))/0x5+-parseInt(_0x2bc763(0x209))/0x6+parseInt(_0x2bc763(0x1f7))/0x7*(parseInt(_0x2bc763(0x1f2))/0x8)+parseInt(_0x2bc763(0x206))/0x9+parseInt(_0x2bc763(0x1fc))/0xa;if(_0x3b67bb===_0x124c9d)break;else _0x202ea9['push'](_0x202ea9['shift']());}catch(_0x229418){_0x202ea9['push'](_0x202ea9['shift']());}}}(a46_0x1ba2,0x72e53));const Transport=require(a46_0x2d6789(0x210)),{consoleHolder}=require(a46_0x2d6789(0x1f8)),a46_0x5150c3={};function a46_0x1ba2(){const _0x5eba7f=['winston-transport','40axvzNP','8114EcHYFs','error','WARN','emit','1194487PzFWqZ','../../helpers/test-observability/constants','TRACE','DEBUG','join','4682750OSGWac','4mfGIyB','toISOString','log','365082ynJmen','TEST_LOG','INFO','toUpperCase','logToTestOps','1712340IJlbir','3697128esVedi','lovsP','warn','2472504wnaHrJ','95vEBDwO','trace','ERROR','info','exports','debug'];a46_0x1ba2=function(){return _0x5eba7f;};return a46_0x1ba2();}a46_0x5150c3[a46_0x2d6789(0x202)]='INFO',a46_0x5150c3[a46_0x2d6789(0x20c)]=a46_0x2d6789(0x20c),a46_0x5150c3[a46_0x2d6789(0x1fa)]=a46_0x2d6789(0x1fa),a46_0x5150c3['TRACE']=a46_0x2d6789(0x1f9),a46_0x5150c3[a46_0x2d6789(0x1f5)]='WARN';const LOG_LEVELS=a46_0x5150c3;class logPatcher extends Transport{constructor(_0x186cb6){super(_0x186cb6);}[a46_0x2d6789(0x204)]=(_0x1f2bf1=LOG_LEVELS[a46_0x2d6789(0x202)],_0x185001=[''])=>{const _0x2fc56c=a46_0x2d6789,_0x1a8520={};_0x1a8520[_0x2fc56c(0x207)]=_0x2fc56c(0x201);const _0x2153f8=_0x1a8520;consoleHolder[_0x1f2bf1['toLowerCase']()](..._0x185001),process[_0x2fc56c(0x1f6)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x2fc56c(0x1fe)](),'level':_0x1f2bf1[_0x2fc56c(0x203)](),'message':'\x22'+_0x185001[_0x2fc56c(0x1fb)](',\x20')+'\x22','kind':_0x2153f8[_0x2fc56c(0x207)],'http_response':{}});};[a46_0x2d6789(0x20b)]=(..._0x24f393)=>{const _0x52ce34=a46_0x2d6789;this['logToTestOps'](LOG_LEVELS[_0x52ce34(0x1f9)],_0x24f393);};[a46_0x2d6789(0x20f)]=(..._0x1b109d)=>{const _0x7f3a4b=a46_0x2d6789;this[_0x7f3a4b(0x204)](LOG_LEVELS[_0x7f3a4b(0x1fa)],_0x1b109d);};[a46_0x2d6789(0x20d)]=(..._0xbad44d)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0xbad44d);};[a46_0x2d6789(0x208)]=(..._0x12b017)=>{const _0x23d790=a46_0x2d6789;this[_0x23d790(0x204)](LOG_LEVELS['WARN'],_0x12b017);};[a46_0x2d6789(0x1f4)]=(..._0x415531)=>{const _0x27459f=a46_0x2d6789;this[_0x27459f(0x204)](LOG_LEVELS[_0x27459f(0x20c)],_0x415531);};[a46_0x2d6789(0x1ff)]=(..._0x51c0fd)=>{const _0x191f81=a46_0x2d6789;this[_0x191f81(0x204)](LOG_LEVELS['INFO'],_0x51c0fd);};};function a46_0x287a(_0x574d9f,_0x239127){const _0x1ba25f=a46_0x1ba2();return a46_0x287a=function(_0x287a7d,_0x36ce9a){_0x287a7d=_0x287a7d-0x1f2;let _0x27bfd4=_0x1ba25f[_0x287a7d];return _0x27bfd4;},a46_0x287a(_0x574d9f,_0x239127);}module[a46_0x2d6789(0x20e)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a47_0x25d4(){const _0x1865ee=['9DAelQT','6894288PzqEUT','logged','INFO','emit','TRACE','exports','log','4234630yxCaGi','info','5271812gycGzb','4154766kHSFUe','trace','bs:addLog:','warn','toUpperCase','DEBUG','wrlIU','99233ApfYku','../../helpers/test-observability/constants','logToTestOps','TEST_LOG','pid','winston-transport','toISOString','vfPzA','15958lBvMhD','WARN','fOKlu','level','4gMbGVF','QaYqF','5302680swfGth','438sFhWEB','JjpJZ','GfBSu','ERROR','error'];a47_0x25d4=function(){return _0x1865ee;};return a47_0x25d4();}function a47_0xf581(_0x4fbd21,_0x435c31){const _0x25d496=a47_0x25d4();return a47_0xf581=function(_0xf581ea,_0x5b1996){_0xf581ea=_0xf581ea-0x7d;let _0x5e8df4=_0x25d496[_0xf581ea];return _0x5e8df4;},a47_0xf581(_0x4fbd21,_0x435c31);}const a47_0x45ab59=a47_0xf581;(function(_0x2e1922,_0x360537){const _0x399504=a47_0xf581,_0x5c9986=_0x2e1922();while(!![]){try{const _0x5aa607=parseInt(_0x399504(0x8b))/0x1+-parseInt(_0x399504(0x93))/0x2*(-parseInt(_0x399504(0x9a))/0x3)+-parseInt(_0x399504(0x97))/0x4*(-parseInt(_0x399504(0x81))/0x5)+parseInt(_0x399504(0x84))/0x6+-parseInt(_0x399504(0x83))/0x7+parseInt(_0x399504(0xa0))/0x8*(-parseInt(_0x399504(0x9f))/0x9)+-parseInt(_0x399504(0x99))/0xa;if(_0x5aa607===_0x360537)break;else _0x5c9986['push'](_0x5c9986['shift']());}catch(_0x39f75d){_0x5c9986['push'](_0x5c9986['shift']());}}}(a47_0x25d4,0xa0bd0));const Transport=require(a47_0x45ab59(0x90)),{consoleHolder}=require(a47_0x45ab59(0x8c)),a47_0x336d79={};a47_0x336d79[a47_0x45ab59(0xa2)]='INFO',a47_0x336d79[a47_0x45ab59(0x9d)]=a47_0x45ab59(0x9d),a47_0x336d79[a47_0x45ab59(0x89)]='DEBUG',a47_0x336d79['TRACE']=a47_0x45ab59(0x7e),a47_0x336d79[a47_0x45ab59(0x94)]=a47_0x45ab59(0x94);const LOG_LEVELS=a47_0x336d79;class logReportingAPI extends Transport{constructor(_0x58e3ac){super(_0x58e3ac);}[a47_0x45ab59(0x80)](_0x4288e7,_0x10bff5){const _0x53061b=a47_0x45ab59,_0x38f122={'QaYqF':_0x53061b(0xa1),'JjpJZ':function(_0x236f5d,_0x2afd50){return _0x236f5d(_0x2afd50);},'wrlIU':function(_0xe094ed,_0x151a1b){return _0xe094ed===_0x151a1b;},'fOKlu':'object','GfBSu':function(_0x291b8b){return _0x291b8b();}};_0x38f122[_0x53061b(0x9b)](setImmediate,()=>{const _0x1988dd=_0x53061b;this[_0x1988dd(0x7d)](_0x38f122[_0x1988dd(0x98)],_0x4288e7);}),_0x38f122[_0x53061b(0x8a)](typeof _0x4288e7,_0x38f122[_0x53061b(0x95)])?this['logToTestOps'](_0x4288e7[_0x53061b(0x96)]||LOG_LEVELS[_0x53061b(0xa2)],_0x4288e7['message'],![]):this[_0x53061b(0x8d)](LOG_LEVELS['INFO'],_0x4288e7),_0x10bff5&&_0x38f122[_0x53061b(0x9c)](_0x10bff5);}[a47_0x45ab59(0x8d)]=(_0x467b4d=LOG_LEVELS['INFO'],_0x47c4ab='',_0x1c6d19=!![])=>{const _0x560f43=a47_0x45ab59,_0x332b61={};_0x332b61[_0x560f43(0x92)]=_0x560f43(0x8e);const _0x2219f0=_0x332b61;_0x1c6d19&&consoleHolder[_0x467b4d['toLowerCase']()](_0x47c4ab),process[_0x560f43(0x7d)](_0x560f43(0x86)+process[_0x560f43(0x8f)],{'timestamp':new Date()[_0x560f43(0x91)](),'level':_0x467b4d[_0x560f43(0x88)](),'message':_0x47c4ab,'kind':_0x2219f0[_0x560f43(0x92)],'http_response':{}});};[a47_0x45ab59(0x85)]=(_0x150d2e,_0x574818)=>{const _0x38f6d2=a47_0x45ab59;this[_0x38f6d2(0x8d)](LOG_LEVELS[_0x38f6d2(0x7e)],_0x150d2e);};['debug']=(_0x21f8af,_0x2eb19e)=>{const _0x4dbbd6=a47_0x45ab59;this['logToTestOps'](LOG_LEVELS[_0x4dbbd6(0x89)],_0x21f8af);};[a47_0x45ab59(0x82)]=(_0x6a569,_0x55db97)=>{const _0x1dd698=a47_0x45ab59;this['logToTestOps'](LOG_LEVELS[_0x1dd698(0xa2)],_0x6a569);};[a47_0x45ab59(0x87)]=(_0x3bf770,_0x3bf3f8)=>{const _0x27dea7=a47_0x45ab59;this[_0x27dea7(0x8d)](LOG_LEVELS['WARN'],_0x3bf770);};[a47_0x45ab59(0x9e)]=(_0xdc8187,_0x311105)=>{const _0x3e3fad=a47_0x45ab59;this[_0x3e3fad(0x8d)](LOG_LEVELS[_0x3e3fad(0x9d)],_0xdc8187);};};module[a47_0x45ab59(0x7f)]=logReportingAPI;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a48_0x3bd5f0=a48_0x3064;function a48_0x3064(_0x1dca8a,_0x294a26){const _0x206cf8=a48_0x206c();return a48_0x3064=function(_0x3064da,_0x1aca75){_0x3064da=_0x3064da-0xd2;let _0x6d5f9=_0x206cf8[_0x3064da];return _0x6d5f9;},a48_0x3064(_0x1dca8a,_0x294a26);}(function(_0x55dcb7,_0x10f18d){const _0x4985af=a48_0x3064,_0x48dc59=_0x55dcb7();while(!![]){try{const _0x11322f=-parseInt(_0x4985af(0xff))/0x1+parseInt(_0x4985af(0xf0))/0x2+-parseInt(_0x4985af(0xe4))/0x3+-parseInt(_0x4985af(0xea))/0x4*(parseInt(_0x4985af(0xfb))/0x5)+parseInt(_0x4985af(0xe8))/0x6*(parseInt(_0x4985af(0xf8))/0x7)+parseInt(_0x4985af(0xee))/0x8+-parseInt(_0x4985af(0xec))/0x9;if(_0x11322f===_0x10f18d)break;else _0x48dc59['push'](_0x48dc59['shift']());}catch(_0x489b4e){_0x48dc59['push'](_0x48dc59['shift']());}}}(a48_0x206c,0x7d735));const fs=require('fs'),path=require('path'),logger=require(a48_0x3bd5f0(0xfa))[a48_0x3bd5f0(0xd8)],{default:BrowserStackSetup}=require(a48_0x3bd5f0(0xf4)),helper=require(a48_0x3bd5f0(0xef)),constants=require(a48_0x3bd5f0(0xd9)),{parallelVanillaRun}=require(a48_0x3bd5f0(0xe5));async function run(_0x433381,_0x12826a){const _0x4627d2=a48_0x3bd5f0,_0x5bbc64={'YktMu':_0x4627d2(0xdc),'deqGu':function(_0x5a9fda,_0x1cefa7){return _0x5a9fda(_0x1cefa7);},'Bmymx':_0x4627d2(0x103),'eriAy':function(_0x1e8e0d,_0x12e94d){return _0x1e8e0d(_0x12e94d);},'zaWcn':_0x4627d2(0xd7),'bMvbN':function(_0x21bf8a,_0x196ce3){return _0x21bf8a>_0x196ce3;},'uEIgR':function(_0x11e6b4,_0x321b9c){return _0x11e6b4*_0x321b9c;},'IHtAd':function(_0x21d21f,_0x2a3c36,_0x12ad68){return _0x21d21f(_0x2a3c36,_0x12ad68);}},_0x1ca307=new BrowserStackSetup(_0x433381,_0x5bbc64[_0x4627d2(0xe3)]);await _0x1ca307[_0x4627d2(0xe9)](),await helper[_0x4627d2(0xeb)](_0x1ca307[_0x4627d2(0xde)]);const _0x36b282=[];if(helper['isUndefined'](_0x433381['_'][0x1]))throw _0x5bbc64[_0x4627d2(0xf1)](Error,_0x5bbc64[_0x4627d2(0x102)]);const _0x1d3862=path[_0x4627d2(0xed)](process[_0x4627d2(0xdd)](),_0x433381['_'][0x1]);if(!fs[_0x4627d2(0xf7)](_0x1d3862))throw _0x5bbc64['eriAy'](Error,_0x4627d2(0xd5)+_0x433381['_'][0x1]+_0x4627d2(0xe0));if(!_0x1ca307[_0x4627d2(0xde)])throw _0x5bbc64[_0x4627d2(0xf1)](Error,_0x5bbc64[_0x4627d2(0xdf)]);const _0x2d2f4a=helper[_0x4627d2(0x101)](_0x1ca307[_0x4627d2(0xde)]);_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0x100)]&&_0x5bbc64[_0x4627d2(0xdb)](_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0x100)]['length'],0x0)&&_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0x100)][_0x4627d2(0xe6)]((_0x16566d,_0x1b6891)=>{const _0x4407c9=_0x4627d2;_0x2d2f4a?_0x36b282['push'](helper[_0x4407c9(0xf3)](_0x1ca307[_0x4407c9(0xde)],_0x5bbc64['YktMu'],_0x1b6891)):_0x36b282['push'](helper[_0x4407c9(0xf2)](_0x1ca307['config'],_0x5bbc64[_0x4407c9(0xe3)],_0x1b6891));});let _0x333256,_0x2c38f8;const _0x21857a=[];if(_0x5bbc64['bMvbN'](_0x36b282[_0x4627d2(0xe2)],0x0))_0x36b282[_0x4627d2(0xe6)]((_0xfb0432,_0x8cd684)=>{const _0x136701=_0x4627d2;_0x333256={'server':helper[_0x136701(0xf6)](_0x1ca307[_0x136701(0xde)]),'proxySettings':_0x1ca307['config'][_0x136701(0xe7)],'platform':helper[_0x136701(0xf9)](_0xfb0432),'platformCaps':_0x1ca307[_0x136701(0xde)]['platforms'][_0x8cd684]};const _0x299fcf={'capability':_0xfb0432,..._0x333256};_0x299fcf[_0x136701(0xfc)]=_0x1d3862,_0x299fcf['args']=_0x12826a;const _0x47e999={};_0x47e999[_0x136701(0xf5)]=_0x299fcf,_0x2c38f8=_0x47e999,_0x21857a[_0x136701(0xfd)](_0x2c38f8);});else{let _0x59410f;_0x2d2f4a?_0x59410f=helper['modifyBrowserStackW3CCaps'](_0x1ca307[_0x4627d2(0xde)],_0x5bbc64['YktMu'],0x0):_0x59410f=helper[_0x4627d2(0xf2)](_0x1ca307['config'],_0x5bbc64[_0x4627d2(0xe3)],0x0);_0x333256={'server':helper[_0x4627d2(0xf6)](_0x1ca307[_0x4627d2(0xde)]),'proxySettings':_0x1ca307[_0x4627d2(0xde)]['proxySettings']};const _0x319465={'capability':_0x59410f,..._0x333256};_0x319465['file']=_0x1d3862,_0x319465[_0x4627d2(0xe1)]=_0x12826a;const _0x3bb192={};_0x3bb192[_0x4627d2(0xf5)]=_0x319465,_0x2c38f8=_0x3bb192,_0x21857a[_0x4627d2(0xfd)](_0x2c38f8);}const _0x38efeb=_0x5bbc64[_0x4627d2(0xd4)](_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0x100)][_0x4627d2(0xe2)]||0x1,_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0xda)]);helper['markSDKSetupComplete'](),_0x5bbc64[_0x4627d2(0xd3)](parallelVanillaRun,_0x21857a,_0x38efeb)[_0x4627d2(0xfe)](_0x35f389=>{})[_0x4627d2(0xd6)](async()=>{await helper['finalExecution'](_0x1ca307);});}function a48_0x206c(){const _0x2a7b67=['../../helpers/helper','1494402zlFVsG','deqGu','modifyBrowserStackCaps','modifyBrowserStackW3CCaps','../../helpers/BrowserStackSetup','configuration','getHubUrl','existsSync','45787MYZxFN','getPlatformName','../../helpers/logger','55XnVVUp','file','push','then','51897gyQHho','platforms','useW3C','Bmymx','File\x20path\x20is\x20required','exports','IHtAd','uEIgR','File\x20','finally','Config\x20yml\x20is\x20required','winstonLogger','../utils/constants','parallelsPerPlatform','bMvbN','vanilla','cwd','config','zaWcn','\x20doesn\x27t\x20exist','args','length','YktMu','1987761bYkwRV','../test-runner','forEach','proxySettings','942naWKdl','initialize','180132iHAAmK','handleApp','5809203iyGDWs','join','4760168EfLZxq'];a48_0x206c=function(){return _0x2a7b67;};return a48_0x206c();}module[a48_0x3bd5f0(0xd2)]=run;
|
package/src/browserStackSdk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a49_0x3a24(){const _0xeabb64=['WuXsO','browser','zBvhc','12GboURM','6969590FtytYq','2RmQiRg','4BjpLfd','4653AmyFEs','OtgCg','10984170AgdvOj','browser_version','platform_version','sawDC','exports','1237388zGvNho','__platformCaps','deviceName','FAVea','platformName','35582558UnbLRY','KZdIk','ijgQJ','Hxevx','os_version','getCurrentPlatform','browserVersion','EHdCp','platformVersion','jsOAP','7WTPTVo','HxMTn','osVersion','26808gOAznv','JwLTG','831819ohxHLS','CaVBD','17214540yERytB'];a49_0x3a24=function(){return _0xeabb64;};return a49_0x3a24();}const a49_0x25bd15=a49_0x356b;function a49_0x356b(_0xfafd7e,_0x1fbdb3){const _0x3a24bd=a49_0x3a24();return a49_0x356b=function(_0x356b1a,_0x4e8fdf){_0x356b1a=_0x356b1a-0xc0;let _0x5731e0=_0x3a24bd[_0x356b1a];return _0x5731e0;},a49_0x356b(_0xfafd7e,_0x1fbdb3);}(function(_0x5051fc,_0x256fee){const _0x583c57=a49_0x356b,_0x394335=_0x5051fc();while(!![]){try{const _0x2811fa=-parseInt(_0x583c57(0xc2))/0x1*(-parseInt(_0x583c57(0xde))/0x2)+-parseInt(_0x583c57(0xd6))/0x3+-parseInt(_0x583c57(0xdf))/0x4*(-parseInt(_0x583c57(0xdd))/0x5)+-parseInt(_0x583c57(0xe2))/0x6*(-parseInt(_0x583c57(0xd1))/0x7)+-parseInt(_0x583c57(0xd4))/0x8*(-parseInt(_0x583c57(0xe0))/0x9)+-parseInt(_0x583c57(0xd8))/0xa+parseInt(_0x583c57(0xc7))/0xb*(-parseInt(_0x583c57(0xdc))/0xc);if(_0x2811fa===_0x256fee)break;else _0x394335['push'](_0x394335['shift']());}catch(_0xecde50){_0x394335['push'](_0x394335['shift']());}}}(a49_0x3a24,0xea9c3));class BrowserStackSdk{static[a49_0x25bd15(0xcc)](){const _0x231e04=a49_0x25bd15,_0x14e406={};_0x14e406['Hxevx']=_0x231e04(0xcb),_0x14e406[_0x231e04(0xdb)]=_0x231e04(0xd3),_0x14e406[_0x231e04(0xc8)]=_0x231e04(0xda),_0x14e406[_0x231e04(0xd7)]='browserName',_0x14e406[_0x231e04(0xce)]=_0x231e04(0xe3),_0x14e406['WuXsO']=_0x231e04(0xcd),_0x14e406[_0x231e04(0xe1)]='device',_0x14e406[_0x231e04(0xc5)]=_0x231e04(0xc4),_0x14e406['jsOAP']='platform',_0x14e406[_0x231e04(0xc9)]=_0x231e04(0xc6),_0x14e406[_0x231e04(0xd5)]=_0x231e04(0xe4),_0x14e406['sawDC']=_0x231e04(0xcf),_0x14e406[_0x231e04(0xd2)]='customVariables';const _0x2a4d16=_0x14e406,_0x532f94={};if(global[_0x231e04(0xc3)]){const _0x4b3c7c=global[_0x231e04(0xc3)],_0x3e1ee7=_0x4b3c7c[_0x2a4d16[_0x231e04(0xca)]]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xdb)]],_0x58e074=_0x4b3c7c[_0x2a4d16['KZdIk']]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xd7)]],_0x56013c=_0x4b3c7c[_0x2a4d16['EHdCp']]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xd9)]],_0x6b0b38=_0x4b3c7c[_0x2a4d16[_0x231e04(0xe1)]]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xc5)]],_0x5a74a7=_0x4b3c7c[_0x2a4d16[_0x231e04(0xd0)]]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xc9)]],_0x551827=_0x4b3c7c[_0x2a4d16[_0x231e04(0xd5)]]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xc0)]];_0x4b3c7c['os']&&(_0x532f94['os']=_0x4b3c7c['os']),_0x3e1ee7&&(_0x532f94[_0x2a4d16[_0x231e04(0xdb)]]=_0x3e1ee7),_0x58e074&&(_0x532f94[_0x2a4d16['CaVBD']]=_0x58e074),_0x56013c&&(_0x532f94[_0x2a4d16[_0x231e04(0xd9)]]=_0x56013c),_0x6b0b38&&(_0x532f94[_0x2a4d16[_0x231e04(0xc5)]]=_0x6b0b38),_0x5a74a7&&(_0x532f94[_0x2a4d16[_0x231e04(0xc9)]]=_0x5a74a7),_0x551827&&(_0x532f94[_0x2a4d16[_0x231e04(0xc0)]]=_0x551827),_0x4b3c7c[_0x2a4d16[_0x231e04(0xd2)]]&&(_0x532f94[_0x2a4d16[_0x231e04(0xd2)]]=_0x4b3c7c[_0x2a4d16[_0x231e04(0xd2)]]);}return _0x532f94;}}module[a49_0x25bd15(0xc1)]=BrowserStackSdk;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a50_0x1dd6(_0xb6c0f,_0x1568fe){const _0x4517fd=a50_0x4517();return a50_0x1dd6=function(_0x1dd6fd,_0x156d75){_0x1dd6fd=_0x1dd6fd-0x95;let _0x4e3b70=_0x4517fd[_0x1dd6fd];return _0x4e3b70;},a50_0x1dd6(_0xb6c0f,_0x1568fe);}const a50_0x320d0c=a50_0x1dd6;(function(_0x4899c8,_0x37b475){const _0x22bc3a=a50_0x1dd6,_0xa608ab=_0x4899c8();while(!![]){try{const _0x124dfc=parseInt(_0x22bc3a(0x10c))/0x1*(-parseInt(_0x22bc3a(0x99))/0x2)+parseInt(_0x22bc3a(0x10e))/0x3*(-parseInt(_0x22bc3a(0xf9))/0x4)+-parseInt(_0x22bc3a(0x123))/0x5*(parseInt(_0x22bc3a(0x12a))/0x6)+-parseInt(_0x22bc3a(0xc2))/0x7+-parseInt(_0x22bc3a(0xee))/0x8*(parseInt(_0x22bc3a(0xe2))/0x9)+parseInt(_0x22bc3a(0x124))/0xa*(-parseInt(_0x22bc3a(0x103))/0xb)+parseInt(_0x22bc3a(0xf2))/0xc;if(_0x124dfc===_0x37b475)break;else _0xa608ab['push'](_0xa608ab['shift']());}catch(_0x2ec5bc){_0xa608ab['push'](_0xa608ab['shift']());}}}(a50_0x4517,0x8b88a));const util=require(a50_0x320d0c(0x9d)),dotenv=require(a50_0x320d0c(0xa9)),constants=require(a50_0x320d0c(0xaf)),{isTurboScaleSession}=require('./ats/helper'),logger=require('./logger')['winstonLogger'],helper=require(a50_0x320d0c(0xd6)),percyHelper=require(a50_0x320d0c(0xeb)),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require(a50_0x320d0c(0xb7)),SessionHandler=require(a50_0x320d0c(0xd9));function a50_0x4517(){const _0x2be951=['fHnCW','OfTkY','framework','true','aCcFH','1443762fQrWCD','env','handleExceptions','mVcmU','util','bWSHR','beforeExit','initialize','SIGTERM','localOptions','cliConfig','testContextOptions','isRunning','userName\x20or\x20accessKey\x20is\x20not\x20defined','getConfigPath','readConfig','dotenv','FRAMEWORK','4.5.0','getLocalIdentifier','setLogLevel','then','../bin/utils/constants','playwright','Local\x20binary\x20stopped','includes','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','pwuuj','requireSeleniumWebdriverCheck','kpfMZ','./performance-tester','getFinalCaps','getUserName','platforms','codeceptjs','duUfR','iwEkA','localIdentifier','customRepeaters','browserstackLocal','stopPercy','831082rVeAQb','setUpHubUrl','intExitHandler','RQyNC','HUBsS','getTurboScaleGridDetails','setupPercy','message','turboScaleOptions','getAccessKey','exit','path','parallelsPerPlatform','bgLIY','allocateHub','PERCY_SUPPORTED_FRAMEWORKS','QuJsE','fireFunnelTestEvent','?caps=','error','./helper','isBrowserstackInfra','Percy\x20started\x20successfully','./test-observability/sessionHandler','IXWqw','setEnvCaps','disableAutoCaptureLogs','muYKb','isTrue','config','Xtkda','pUHOb','9GRnGru','constructor','exitCode','errorMessage','hubUrl','envFile','euRtk','setupKeepAlive','percy','./percy/utils','skipSessionStatus','stopBrowserstackLocal','5735056bjANzb','unhandledRejection','selenium-webdriver','forceLocal','43717428XOdSLC','EZRya','turboScaleUrl','Error\x20in\x20percy\x20setup\x20','getPackageVersion','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','BROWSERSTACK_TURBOSCALE','9224ZUzfdy','NqUod','qQvcE','generateLocalIdentifier','captureError','push','stop','format','unhandledErrors','info','6908icIxCF','22|23|24|21|9|12|25|30|10|19|15|18|7|11|2|29|4|14|17|27|28|1|0|8|20|16|5|26|3|6|13','isUndefined','sanitizeCaps','AUTOLOGCAPTURE_NOTIFICATION','debug','playwrightUrl','bind','uuWMO','1jKHtCV','ats-repeater','30BuiTNy','cMPUJ','guHEZ','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','LWqui','IGxdZ','rgLKd','setupBrowserstackLocal','join','YStZc','getHubUrl','useW3C','startLocalBinary','SDKTestAttempted','qIIPv','LbIuW','CfHDu','isTrialGrid','length','nKZQE','browserStackLocalOptions','7880fIfbXS','11220aouUII','IfGvk','envConfig','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','Loading\x20environment\x20from:\x20','setCLICaps','2994TlLuMO'];a50_0x4517=function(){return _0x2be951;};return a50_0x4517();}class BrowserStackSetup{constructor(_0x9380b,_0x254fff){const _0x45eca6=a50_0x320d0c,_0x412076={'qeUul':_0x45eca6(0x104),'euRtk':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','qQvcE':_0x45eca6(0x127),'rgLKd':function(_0x1c4b80,_0x1fc147){return _0x1c4b80<_0x1fc147;},'pTOgj':function(_0x427e54,_0x4b6e5c){return _0x427e54(_0x4b6e5c);},'duUfR':_0x45eca6(0xf0),'YStZc':function(_0x12202b,_0x3b47fa){return _0x12202b===_0x3b47fa;},'iwEkA':_0x45eca6(0xab),'bWSHR':'No\x20config\x20provided.','QqGwU':_0x45eca6(0xa6),'LWqui':_0x45eca6(0x11b),'bgLIY':function(_0x5b8396,_0x1ce734){return _0x5b8396+_0x1ce734;},'LbIuW':_0x45eca6(0x128)},_0x4350d6=_0x412076['qeUul']['split']('|');let _0x9bac36=0x0;while(!![]){switch(_0x4350d6[_0x9bac36++]){case'0':(helper['isUndefined'](this[_0x45eca6(0xdf)][_0x45eca6(0xba)])||helper['isUndefined'](this['config'][_0x45eca6(0xba)][_0x45eca6(0x120)]))&&(helper[_0x45eca6(0x105)](this[_0x45eca6(0xdf)][_0x45eca6(0xce)])?logger[_0x45eca6(0x102)](_0x412076[_0x45eca6(0xe8)]):logger['warn'](_0x412076[_0x45eca6(0xfb)]),this[_0x45eca6(0xdf)]['platforms']=[]);continue;case'1':helper[_0x45eca6(0xb5)](_0x254fff)&&(_0x412076[_0x45eca6(0x114)](_0x412076['pTOgj'](parseInt,helper[_0x45eca6(0xf6)](_0x412076[_0x45eca6(0xbc)])),0x3)&&(this[_0x45eca6(0xdf)][_0x45eca6(0x119)]=![]),_0x412076['YStZc'](helper['compareVersions'](helper['getPackageVersion'](_0x412076[_0x45eca6(0xbc)]),_0x412076[_0x45eca6(0xbd)]),0x1)&&(this[_0x45eca6(0xdf)][_0x45eca6(0x119)]=!![]));continue;case'2':if(helper[_0x45eca6(0x105)](this['config']))throw new Error(_0x412076[_0x45eca6(0x9e)]);continue;case'3':helper[_0x45eca6(0xad)](this[_0x45eca6(0xdf)],this[_0x45eca6(0xa3)],this[_0x45eca6(0x126)]);continue;case'4':this[_0x45eca6(0x9b)]();continue;case'5':if(helper[_0x45eca6(0x105)](helper[_0x45eca6(0xb9)](this[_0x45eca6(0xdf)]))||helper[_0x45eca6(0x105)](helper[_0x45eca6(0xcb)](this[_0x45eca6(0xdf)])))throw new Error(_0x412076['QqGwU']);continue;case'6':try{process[_0x45eca6(0x9a)][_0x45eca6(0xaa)]=_0x9380b['_'][0x0],helper[_0x45eca6(0xd3)](_0x412076[_0x45eca6(0x112)],{},this[_0x45eca6(0xdf)],this[_0x45eca6(0x96)]);}catch(_0x5ebee2){logger[_0x45eca6(0x108)](_0x45eca6(0xb3)+_0x5ebee2);}continue;case'7':helper[_0x45eca6(0x106)](this['config']);continue;case'8':if(this[_0x45eca6(0xdf)][_0x45eca6(0xe7)]){logger[_0x45eca6(0x102)](_0x412076[_0x45eca6(0xcf)](_0x412076[_0x45eca6(0x11d)],this[_0x45eca6(0xdf)][_0x45eca6(0xe7)]));const _0x517c86={};_0x517c86[_0x45eca6(0xcd)]=this[_0x45eca6(0xdf)]['envFile'],dotenv[_0x45eca6(0xdf)](_0x517c86);}else dotenv[_0x45eca6(0xdf)]();continue;case'9':this[_0x45eca6(0xea)]=null;continue;case'10':this[_0x45eca6(0xdf)]['testContextOptions'][_0x45eca6(0xec)]=helper[_0x45eca6(0xde)](this[_0x45eca6(0xdf)]['testContextOptions']['skipSessionStatus']);continue;case'11':this[_0x45eca6(0x96)]=_0x254fff;continue;case'12':this[_0x45eca6(0xdf)]=helper[_0x45eca6(0xa8)](helper[_0x45eca6(0xa7)](_0x9380b));continue;case'13':!this[_0x45eca6(0xdf)][_0x45eca6(0xdc)]&&logger['info'](constants[_0x45eca6(0x107)]);continue;case'14':process[_0x45eca6(0x9a)]['BROWSERSTACK_TURBOSCALE']&&(this['config']['turboScale']=helper[_0x45eca6(0xde)](process[_0x45eca6(0x9a)][_0x45eca6(0xf8)]),this['config']['turboScaleOptions']=this[_0x45eca6(0xdf)][_0x45eca6(0xca)]||{});continue;case'15':global[_0x45eca6(0xdf)]=this['config'];continue;case'16':!this[_0x45eca6(0xdf)][_0x45eca6(0xa4)]&&(this['config'][_0x45eca6(0xa4)]={});continue;case'17':helper['setBrowserstackInfraFromConfig'](this[_0x45eca6(0xdf)],this[_0x45eca6(0xa3)]);continue;case'18':global[_0x45eca6(0x96)]=_0x254fff;continue;case'19':this[_0x45eca6(0xe5)]={};continue;case'20':!this[_0x45eca6(0xdf)][_0x45eca6(0x122)]&&(this['config']['browserStackLocalOptions']=this['config'][_0x45eca6(0xa2)]||{});continue;case'21':this[_0x45eca6(0xc0)]=null;continue;case'22':this['unhandledErrors']=[];continue;case'23':this[_0x45eca6(0xa3)]=helper[_0x45eca6(0x129)](_0x9380b);continue;case'24':this[_0x45eca6(0x126)]=helper[_0x45eca6(0xdb)]();continue;case'25':this[_0x45eca6(0xdf)][_0x45eca6(0xba)]=this[_0x45eca6(0xdf)][_0x45eca6(0xba)]||[];continue;case'26':helper['getLocalConfig'](this[_0x45eca6(0xdf)])&&helper[_0x45eca6(0x105)](helper[_0x45eca6(0xac)](this[_0x45eca6(0xdf)]))&&(!helper[_0x45eca6(0x105)](this[_0x45eca6(0xdf)]['browserStackLocalOptions'])&&_0x412076[_0x45eca6(0x117)](this[_0x45eca6(0xdf)][_0x45eca6(0x122)][_0x45eca6(0xe3)],Object)?this['config'][_0x45eca6(0x122)]['localIdentifier']=helper[_0x45eca6(0xfc)]():this['config']['browserStackLocalOptions']={'localIdentifier':helper[_0x45eca6(0xfc)]()});continue;case'27':helper[_0x45eca6(0xb8)](this[_0x45eca6(0xdf)],this[_0x45eca6(0xa3)],this[_0x45eca6(0x126)]);continue;case'28':if(!helper[_0x45eca6(0xd7)]()){try{process[_0x45eca6(0x9a)][_0x45eca6(0xaa)]=_0x254fff,helper[_0x45eca6(0xd3)](_0x412076['LWqui'],{},this[_0x45eca6(0xdf)],this[_0x45eca6(0x96)]);}catch(_0x11c8d4){logger[_0x45eca6(0x108)](_0x45eca6(0xb3)+_0x11c8d4);}return;}continue;case'29':if(this['config']['error'])throw new Error(this[_0x45eca6(0xdf)][_0x45eca6(0xd5)]);continue;case'30':this[_0x45eca6(0xdf)][_0x45eca6(0xa4)]=this['config'][_0x45eca6(0xa4)]||{};continue;}break;}}async[a50_0x320d0c(0xa0)](){const _0x1508d8=a50_0x320d0c,_0x22714c={'guHEZ':function(_0x1584df,_0xe90161){return _0x1584df(_0xe90161);},'IGxdZ':_0x1508d8(0x10d),'IfGvk':'custom-repeater','qIIPv':_0x1508d8(0x97),'skgHq':function(_0x132af3,_0x3fd4fa){return _0x132af3===_0x3fd4fa;},'fHnCW':_0x1508d8(0xb0),'QuJsE':function(_0x56ef7e,_0x15379a){return _0x56ef7e+_0x15379a;},'mVcmU':_0x1508d8(0xd4),'HUBsS':_0x1508d8(0xbb),'lrhln':_0x1508d8(0xa1),'uuWMO':'SIGINT'};if(_0x22714c[_0x1508d8(0x110)](isTurboScaleSession,this[_0x1508d8(0xdf)])){const _0x539c41=await helper[_0x1508d8(0xc7)](this['config']);this[_0x1508d8(0xdf)]['turboScaleGridDetails']=_0x539c41,_0x539c41[_0x1508d8(0x11f)]&&(this[_0x1508d8(0xdf)][_0x1508d8(0xc0)]=!![],this[_0x1508d8(0xdf)]['browserStackLocalOptions'][_0x1508d8(0xbe)]=_0x22714c[_0x1508d8(0x113)],this[_0x1508d8(0xdf)][_0x1508d8(0x122)][_0x22714c[_0x1508d8(0x125)]]=_0x539c41[_0x1508d8(0xbf)][_0x1508d8(0x116)](','),this['config'][_0x1508d8(0x122)][_0x1508d8(0xf1)]=_0x22714c[_0x1508d8(0x11c)]),this['config'][_0x1508d8(0xf4)]=_0x539c41['url'],this['framework']&&_0x22714c['skgHq'](this[_0x1508d8(0x96)]['toLowerCase'](),_0x22714c[_0x1508d8(0x12b)])&&(this[_0x1508d8(0xdf)]['turboScaleUrl']=_0x22714c[_0x1508d8(0xd2)](_0x539c41[_0x1508d8(0x109)],_0x22714c[_0x1508d8(0x9c)])),constants[_0x1508d8(0xe6)]=helper[_0x1508d8(0x118)](this[_0x1508d8(0xdf)]),logger[_0x1508d8(0x108)](_0x1508d8(0xf7)+constants[_0x1508d8(0xe6)]);}helper['setProxySettings'](this['config']),this[_0x1508d8(0xe9)](),constants[_0x1508d8(0xd1)][_0x1508d8(0xb2)](this[_0x1508d8(0x96)])&&await this[_0x1508d8(0xc8)](),await this[_0x1508d8(0x115)](),![_0x22714c[_0x1508d8(0xc6)]][_0x1508d8(0xb2)](this[_0x1508d8(0x96)])&&!_0x22714c['guHEZ'](isTurboScaleSession,this[_0x1508d8(0xdf)])&&await this[_0x1508d8(0xc3)](),process['on'](_0x22714c['lrhln'],this[_0x1508d8(0xc4)][_0x1508d8(0x10a)](this)),process['on'](_0x22714c[_0x1508d8(0x10b)],this[_0x1508d8(0xc4)]['bind'](this));}async[a50_0x320d0c(0xc8)](){const _0x2e096c=a50_0x320d0c,_0x3b9677={};_0x3b9677[_0x2e096c(0x11e)]=function(_0x535cde,_0x59c1a4){return _0x535cde===_0x59c1a4;},_0x3b9677['OfTkY']=_0x2e096c(0x111),_0x3b9677[_0x2e096c(0xda)]=_0x2e096c(0xd8),_0x3b9677[_0x2e096c(0xdd)]=_0x2e096c(0x9f);const _0x112524=_0x3b9677;if(helper['isTrue'](this[_0x2e096c(0xdf)][_0x2e096c(0xea)])&&(!this['percy']||!this[_0x2e096c(0xea)][_0x2e096c(0xa5)]()))try{this['percy']=await percyHelper['startPercy'](this[_0x2e096c(0xdf)]);if(!this['percy'])throw new Error(_0x112524[_0x2e096c(0x95)]);logger['info'](_0x112524[_0x2e096c(0xda)]);let _0x16ae12=0x0;const _0x2572b7=async()=>{const _0x55d561=_0x2e096c;_0x16ae12++,_0x112524[_0x55d561(0x11e)](_0x16ae12,0x1)&&await this['stopPercy']();};process['on'](_0x112524['muYKb'],_0x2572b7);}catch(_0x411d52){logger[_0x2e096c(0x108)](_0x2e096c(0xf5)+_0x411d52);throw new Error(_0x411d52['toString']());}}async[a50_0x320d0c(0xc1)](){const _0x42419c=a50_0x320d0c,_0x77366f={};_0x77366f['jdfQV']='Percy\x20stopped',_0x77366f[_0x42419c(0xe1)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x1fe324=_0x77366f;if(this['percy']&&this[_0x42419c(0xea)][_0x42419c(0xa5)]())try{await percyHelper[_0x42419c(0xc1)](this['percy']),logger[_0x42419c(0x102)](_0x1fe324['jdfQV']);}catch(_0xa5d3b6){logger[_0x42419c(0xd5)](_0x1fe324[_0x42419c(0xe1)],_0xa5d3b6[_0x42419c(0xc9)]);}}async[a50_0x320d0c(0x115)](){const _0x5ccd53=a50_0x320d0c,_0x4a865f={};_0x4a865f[_0x5ccd53(0x98)]=function(_0x25778c,_0x17f572){return _0x25778c===_0x17f572;},_0x4a865f[_0x5ccd53(0xb4)]='Local\x20binary\x20started\x20successfully',_0x4a865f[_0x5ccd53(0x10f)]=_0x5ccd53(0x9f);const _0x1086f0=_0x4a865f;if(helper['isTrue'](this[_0x5ccd53(0xdf)][_0x5ccd53(0xc0)])&&(!this['browserstackLocal']||!this[_0x5ccd53(0xc0)]['isRunning']()))try{this[_0x5ccd53(0xc0)]=await helper[_0x5ccd53(0x11a)](this[_0x5ccd53(0xdf)]),logger[_0x5ccd53(0x102)](_0x1086f0[_0x5ccd53(0xb4)]);let _0x105f29=0x0;const _0x3b9952=async()=>{const _0x203bcd=_0x5ccd53;_0x105f29++,_0x1086f0[_0x203bcd(0x98)](_0x105f29,0x1)&&await this[_0x203bcd(0xed)]();};process['on'](_0x1086f0[_0x5ccd53(0x10f)],_0x3b9952);}catch(_0x125b26){logger['debug'](_0x125b26);throw new Error(_0x125b26['toString']());}}async[a50_0x320d0c(0xed)](){const _0x138337=a50_0x320d0c,_0x1f3d4a={};_0x1f3d4a[_0x138337(0x121)]=_0x138337(0xb1),_0x1f3d4a['NqUod']='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x5c34c5=_0x1f3d4a;if(this[_0x138337(0xc0)]&&this[_0x138337(0xc0)]['isRunning']())try{await helper['stopLocalBinary'](this['browserstackLocal']),logger[_0x138337(0x102)](_0x5c34c5['nKZQE']);}catch(_0x4d78d2){logger['error'](_0x5c34c5[_0x138337(0xfa)],_0x4d78d2[_0x138337(0xc9)]);}}async[a50_0x320d0c(0xc3)](){const _0x43d926=a50_0x320d0c;await hubAllocator[_0x43d926(0xd0)](this[_0x43d926(0xdf)]);}['setupKeepAlive'](){const _0x5240fa=a50_0x320d0c,_0x2a068c={'kpfMZ':function(_0x19ba2d,_0x26748f){return _0x19ba2d(_0x26748f);},'QsiGc':'./setKeepAlive'};_0x2a068c[_0x5240fa(0xb6)](require,_0x2a068c['QsiGc'])();}[a50_0x320d0c(0x9b)](){const _0x3788a1=a50_0x320d0c,_0x3b12ed={};_0x3b12ed[_0x3788a1(0xe0)]=_0x3788a1(0xef),_0x3b12ed[_0x3788a1(0xf3)]='uncaughtException';const _0x4197c6=_0x3b12ed,_0xce57d6=_0x3eec6e=>{const _0x16b64f=_0x3788a1;logger['error'](_0x3eec6e[_0x16b64f(0xc9)]),logger[_0x16b64f(0x108)](util[_0x16b64f(0x100)](_0x3eec6e)),this[_0x16b64f(0x101)][_0x16b64f(0xfe)](util[_0x16b64f(0x100)]('%j',_0x3eec6e)),PerformanceTester[_0x16b64f(0xfd)](_0x3eec6e);};process['on'](_0x4197c6['Xtkda'],_0xce57d6),process['on'](_0x4197c6['EZRya'],_0xce57d6);}['intExitHandler'](){const _0xc79ec0=a50_0x320d0c,_0x386349={'RQyNC':function(_0x2476e5){return _0x2476e5();}},_0x3ba1bb=async()=>{const _0x4356ac=a50_0x1dd6;this[_0x4356ac(0xea)]&&await this['stopPercy'](),this[_0x4356ac(0xc0)]&&await this['stopBrowserstackLocal'](),await SessionHandler[_0x4356ac(0xff)]();};_0x386349[_0xc79ec0(0xc5)](_0x3ba1bb)[_0xc79ec0(0xae)](()=>process[_0xc79ec0(0xcc)](process[_0xc79ec0(0xe4)]));}}exports['default']=BrowserStackSetup;
|
|
1
|
+
const a50_0x19da13=a50_0x5aee;(function(_0x4bcbbb,_0x48c699){const _0x1de3c0=a50_0x5aee,_0x2a1dbf=_0x4bcbbb();while(!![]){try{const _0x282c17=parseInt(_0x1de3c0(0x17a))/0x1*(-parseInt(_0x1de3c0(0x1d7))/0x2)+parseInt(_0x1de3c0(0x1dc))/0x3+-parseInt(_0x1de3c0(0x151))/0x4+parseInt(_0x1de3c0(0x1cf))/0x5+parseInt(_0x1de3c0(0x169))/0x6+parseInt(_0x1de3c0(0x16e))/0x7+-parseInt(_0x1de3c0(0x1a0))/0x8;if(_0x282c17===_0x48c699)break;else _0x2a1dbf['push'](_0x2a1dbf['shift']());}catch(_0x49c477){_0x2a1dbf['push'](_0x2a1dbf['shift']());}}}(a50_0x30fc,0x2e692));function a50_0x5aee(_0x4deb20,_0x2e4caf){const _0x30fc91=a50_0x30fc();return a50_0x5aee=function(_0x5aeecb,_0xb99b92){_0x5aeecb=_0x5aeecb-0x140;let _0x3cc953=_0x30fc91[_0x5aeecb];return _0x3cc953;},a50_0x5aee(_0x4deb20,_0x2e4caf);}const util=require(a50_0x19da13(0x1b0)),dotenv=require(a50_0x19da13(0x166)),constants=require(a50_0x19da13(0x188)),{isTurboScaleSession}=require('./ats/helper'),logger=require(a50_0x19da13(0x164))[a50_0x19da13(0x1c8)],helper=require(a50_0x19da13(0x143)),percyHelper=require(a50_0x19da13(0x165)),hubAllocator=require(a50_0x19da13(0x1ae)),PerformanceTester=require(a50_0x19da13(0x1c3)),SessionHandler=require(a50_0x19da13(0x150));function a50_0x30fc(){const _0x351543=['BCsix','turboScaleUrl','compareVersions','56DwucUr','AUTOLOGCAPTURE_NOTIFICATION','allocateHub','TSskv','getTurboScaleGridDetails','580761RVCVWs','custom-repeater','zZIIU','generateLocalIdentifier','./helper','./setKeepAlive','disableAutoCaptureLogs','Local\x20binary\x20started\x20successfully','warn','customRepeaters','initialize','BcXff','info','browserStackLocalOptions','parallelsPerPlatform','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','handleExceptions','./test-observability/sessionHandler','1220564fXilcf','wPAEM','unhandledRejection','FRAMEWORK','getFinalCaps','skipSessionStatus','selenium-webdriver','error','split','stop','vBFlF','sanitizeCaps','percy','envFile','uyuJZ','xcQfQ','localOptions','env','setupPercy','./logger','./percy/utils','dotenv','turboScale','4.5.0','872082rqpLyY','intExitHandler','then','isBrowserstackInfra','BROWSERSTACK_TURBOSCALE','1714405nvRESx','browserstackLocal','KrwtH','Loading\x20environment\x20from:\x20','bwxPJ','MWqll','codeceptjs','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','platforms','fireFunnelTestEvent','gxLzr','default','784xCzeFI','turboScaleGridDetails','envConfig','Rnfol','join','HYMit','includes','stopPercy','cliConfig','stopLocalBinary','config','forceLocal','setLogLevel','SIGTERM','../bin/utils/constants','ryUHD','path','KlOYY','bPETM','setEnvCaps','No\x20config\x20provided.','?caps=','hEOyB','push','ats-repeater','toString','setCLICaps','getConfigPath','pJaJx','bHspZ','SBNgD','setBrowserstackInfraFromConfig','hVffJ','WJheJ','isUndefined','isTrue','oxcul','testContextOptions','1845096LVjTfl','Error\x20occured\x20while\x20stopping\x20percy','LNdWy','exit','BCjoA','setupBrowserstackLocal','Cnccf','getHubUrl','exitCode','playwrightUrl','beforeExit','setUpHubUrl','message','OXzOT','../hubAllocationMethods','toQuh','util','useW3C','AbImn','playwright','SIGINT','debug','zebUG','stopBrowserstackLocal','Bsejf','pCypi','getPackageVersion','hubUrl','Local\x20binary\x20stopped','isTrialGrid','length','errorMessage','isRunning','constructor','setProxySettings','./performance-tester','bind','getUserName','localIdentifier','Error\x20in\x20percy\x20setup\x20','winstonLogger','toLowerCase','turboScaleOptions','unhandledErrors','xzxwS','SDKTestAttempted','requireSeleniumWebdriverCheck','819895cxtRIk','framework','readConfig','format','setupKeepAlive'];a50_0x30fc=function(){return _0x351543;};return a50_0x30fc();}class BrowserStackSetup{constructor(_0x5ad999,_0x180560){const _0x10634d=a50_0x19da13,_0x328bf5={'SBNgD':'22|27|20|28|10|2|11|17|16|26|13|15|9|14|1|30|19|7|21|0|23|29|25|6|8|12|4|18|3|24|5','WJheJ':_0x10634d(0x18e),'bwxPJ':'userName\x20or\x20accessKey\x20is\x20not\x20defined','JKMkQ':function(_0x291be7,_0x2b201e){return _0x291be7+_0x2b201e;},'Bsejf':_0x10634d(0x171),'zebUG':function(_0x4b59f9,_0x18e750){return _0x4b59f9===_0x18e750;},'bPETM':_0x10634d(0x1cd),'MWqll':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','RmUvk':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','pCypi':function(_0x2be639,_0x373165){return _0x2be639<_0x373165;},'BCsix':function(_0xc0142f,_0x40e6b3){return _0xc0142f(_0x40e6b3);},'ryUHD':_0x10634d(0x157),'AbImn':_0x10634d(0x168)},_0x234d2c=_0x328bf5[_0x10634d(0x198)][_0x10634d(0x159)]('|');let _0x19c059=0x0;while(!![]){switch(_0x234d2c[_0x19c059++]){case'0':helper[_0x10634d(0x155)](this[_0x10634d(0x184)],this[_0x10634d(0x182)],this[_0x10634d(0x17c)]);continue;case'1':if(helper[_0x10634d(0x19c)](this[_0x10634d(0x184)]))throw new Error(_0x328bf5[_0x10634d(0x19b)]);continue;case'2':this[_0x10634d(0x184)]=helper[_0x10634d(0x1d1)](helper[_0x10634d(0x195)](_0x5ad999));continue;case'3':helper[_0x10634d(0x186)](this[_0x10634d(0x184)],this[_0x10634d(0x182)],this[_0x10634d(0x17c)]);continue;case'4':if(helper['isUndefined'](helper[_0x10634d(0x1c5)](this[_0x10634d(0x184)]))||helper[_0x10634d(0x19c)](helper['getAccessKey'](this[_0x10634d(0x184)])))throw new Error(_0x328bf5[_0x10634d(0x172)]);continue;case'5':!this[_0x10634d(0x184)][_0x10634d(0x145)]&&logger[_0x10634d(0x14b)](constants[_0x10634d(0x1d8)]);continue;case'6':if(this[_0x10634d(0x184)][_0x10634d(0x15e)]){logger['info'](_0x328bf5['JKMkQ'](_0x328bf5[_0x10634d(0x1b8)],this[_0x10634d(0x184)][_0x10634d(0x15e)]));const _0x19a903={};_0x19a903[_0x10634d(0x18a)]=this[_0x10634d(0x184)][_0x10634d(0x15e)],dotenv[_0x10634d(0x184)](_0x19a903);}else dotenv[_0x10634d(0x184)]();continue;case'7':process[_0x10634d(0x162)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x10634d(0x184)][_0x10634d(0x167)]=helper[_0x10634d(0x19d)](process['env'][_0x10634d(0x16d)]),this[_0x10634d(0x184)][_0x10634d(0x1ca)]=this[_0x10634d(0x184)][_0x10634d(0x1ca)]||{});continue;case'8':!this[_0x10634d(0x184)]['browserStackLocalOptions']&&(this[_0x10634d(0x184)][_0x10634d(0x14c)]=this[_0x10634d(0x184)][_0x10634d(0x161)]||{});continue;case'9':helper[_0x10634d(0x15c)](this[_0x10634d(0x184)]);continue;case'10':this[_0x10634d(0x15d)]=null;continue;case'11':this['config'][_0x10634d(0x176)]=this[_0x10634d(0x184)][_0x10634d(0x176)]||[];continue;case'12':!this[_0x10634d(0x184)][_0x10634d(0x19f)]&&(this[_0x10634d(0x184)][_0x10634d(0x19f)]={});continue;case'13':global[_0x10634d(0x184)]=this['config'];continue;case'14':this[_0x10634d(0x1d0)]=_0x180560;continue;case'15':global['framework']=_0x180560;continue;case'16':this[_0x10634d(0x184)]['testContextOptions'][_0x10634d(0x156)]=helper[_0x10634d(0x19d)](this[_0x10634d(0x184)]['testContextOptions'][_0x10634d(0x156)]);continue;case'17':this[_0x10634d(0x184)][_0x10634d(0x19f)]=this[_0x10634d(0x184)][_0x10634d(0x19f)]||{};continue;case'18':helper['getLocalConfig'](this['config'])&&helper[_0x10634d(0x19c)](helper['getLocalIdentifier'](this[_0x10634d(0x184)]))&&(!helper['isUndefined'](this[_0x10634d(0x184)][_0x10634d(0x14c)])&&_0x328bf5[_0x10634d(0x1b6)](this[_0x10634d(0x184)][_0x10634d(0x14c)][_0x10634d(0x1c1)],Object)?this[_0x10634d(0x184)][_0x10634d(0x14c)][_0x10634d(0x1c6)]=helper[_0x10634d(0x142)]():this['config'][_0x10634d(0x14c)]={'localIdentifier':helper[_0x10634d(0x142)]()});continue;case'19':this[_0x10634d(0x14f)]();continue;case'20':this[_0x10634d(0x17c)]=helper[_0x10634d(0x18d)]();continue;case'21':helper[_0x10634d(0x199)](this[_0x10634d(0x184)],this[_0x10634d(0x182)]);continue;case'22':this[_0x10634d(0x1cb)]=[];continue;case'23':if(!helper[_0x10634d(0x16c)]()){try{process[_0x10634d(0x162)]['FRAMEWORK']=_0x180560,helper[_0x10634d(0x177)](_0x328bf5[_0x10634d(0x18c)],{},this['config'],this[_0x10634d(0x1d0)]);}catch(_0x7dd8f4){logger[_0x10634d(0x1b5)](_0x10634d(0x14e)+_0x7dd8f4);}return;}continue;case'24':try{process[_0x10634d(0x162)][_0x10634d(0x154)]=_0x5ad999['_'][0x0],helper[_0x10634d(0x177)](_0x328bf5[_0x10634d(0x18c)],{},this['config'],this[_0x10634d(0x1d0)]);}catch(_0x4558b0){logger[_0x10634d(0x1b5)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4558b0);}continue;case'25':(helper[_0x10634d(0x19c)](this[_0x10634d(0x184)][_0x10634d(0x176)])||helper[_0x10634d(0x19c)](this[_0x10634d(0x184)][_0x10634d(0x176)][_0x10634d(0x1be)]))&&(helper[_0x10634d(0x19c)](this['config'][_0x10634d(0x14d)])?logger[_0x10634d(0x14b)](_0x328bf5[_0x10634d(0x173)]):logger[_0x10634d(0x147)](_0x328bf5['RmUvk']),this[_0x10634d(0x184)][_0x10634d(0x176)]=[]);continue;case'26':this[_0x10634d(0x1bf)]={};continue;case'27':this['cliConfig']=helper[_0x10634d(0x194)](_0x5ad999);continue;case'28':this[_0x10634d(0x16f)]=null;continue;case'29':helper[_0x10634d(0x1ce)](_0x180560)&&(_0x328bf5[_0x10634d(0x1b9)](_0x328bf5[_0x10634d(0x1d4)](parseInt,helper['getPackageVersion'](_0x328bf5[_0x10634d(0x189)])),0x3)&&(this[_0x10634d(0x184)]['useW3C']=![]),_0x328bf5[_0x10634d(0x1b6)](helper[_0x10634d(0x1d6)](helper[_0x10634d(0x1ba)](_0x328bf5[_0x10634d(0x189)]),_0x328bf5[_0x10634d(0x1b2)]),0x1)&&(this[_0x10634d(0x184)][_0x10634d(0x1b1)]=!![]));continue;case'30':if(this[_0x10634d(0x184)][_0x10634d(0x158)])throw new Error(this[_0x10634d(0x184)][_0x10634d(0x158)]);continue;}break;}}async[a50_0x19da13(0x149)](){const _0x38ac08=a50_0x19da13,_0x355d6c={'VbOpg':function(_0x25421d,_0x1e0d7a){return _0x25421d(_0x1e0d7a);},'uPmMW':_0x38ac08(0x192),'OXzOT':_0x38ac08(0x140),'zZIIU':'true','vBFlF':function(_0x5c1dec,_0x45c6e4){return _0x5c1dec===_0x45c6e4;},'Cnccf':_0x38ac08(0x1b3),'TSskv':function(_0x220eeb,_0x4eea3d){return _0x220eeb+_0x4eea3d;},'hVffJ':_0x38ac08(0x18f),'YEqeR':_0x38ac08(0x174),'xzxwS':function(_0x911a2,_0x420b95){return _0x911a2(_0x420b95);},'BcXff':_0x38ac08(0x187),'gxLzr':_0x38ac08(0x1b4)};if(_0x355d6c['VbOpg'](isTurboScaleSession,this[_0x38ac08(0x184)])){const _0x3d70bc=await helper[_0x38ac08(0x1db)](this[_0x38ac08(0x184)]);this['config'][_0x38ac08(0x17b)]=_0x3d70bc,_0x3d70bc[_0x38ac08(0x1bd)]&&(this[_0x38ac08(0x184)]['browserstackLocal']=!![],this[_0x38ac08(0x184)][_0x38ac08(0x14c)]['localIdentifier']=_0x355d6c['uPmMW'],this[_0x38ac08(0x184)][_0x38ac08(0x14c)][_0x355d6c[_0x38ac08(0x1ad)]]=_0x3d70bc[_0x38ac08(0x148)][_0x38ac08(0x17e)](','),this[_0x38ac08(0x184)][_0x38ac08(0x14c)][_0x38ac08(0x185)]=_0x355d6c[_0x38ac08(0x141)]),this[_0x38ac08(0x184)][_0x38ac08(0x1d5)]=_0x3d70bc['url'],this[_0x38ac08(0x1d0)]&&_0x355d6c[_0x38ac08(0x15b)](this[_0x38ac08(0x1d0)][_0x38ac08(0x1c9)](),_0x355d6c[_0x38ac08(0x1a6)])&&(this[_0x38ac08(0x184)][_0x38ac08(0x1d5)]=_0x355d6c[_0x38ac08(0x1da)](_0x3d70bc[_0x38ac08(0x1a9)],_0x355d6c[_0x38ac08(0x19a)])),constants['hubUrl']=helper[_0x38ac08(0x1a7)](this[_0x38ac08(0x184)]),logger[_0x38ac08(0x1b5)]('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants[_0x38ac08(0x1bb)]);}helper[_0x38ac08(0x1c2)](this[_0x38ac08(0x184)]),this[_0x38ac08(0x1d3)](),constants['PERCY_SUPPORTED_FRAMEWORKS'][_0x38ac08(0x180)](this[_0x38ac08(0x1d0)])&&await this['setupPercy'](),await this['setupBrowserstackLocal'](),![_0x355d6c['YEqeR']][_0x38ac08(0x180)](this['framework'])&&!_0x355d6c[_0x38ac08(0x1cc)](isTurboScaleSession,this[_0x38ac08(0x184)])&&await this[_0x38ac08(0x1ab)](),process['on'](_0x355d6c[_0x38ac08(0x14a)],this['intExitHandler'][_0x38ac08(0x1c4)](this)),process['on'](_0x355d6c[_0x38ac08(0x178)],this[_0x38ac08(0x16a)]['bind'](this));}async[a50_0x19da13(0x163)](){const _0x42cecc=a50_0x19da13,_0x3bb43a={};_0x3bb43a[_0x42cecc(0x170)]=function(_0x209edb,_0x110be6){return _0x209edb===_0x110be6;},_0x3bb43a[_0x42cecc(0x1a4)]=_0x42cecc(0x175),_0x3bb43a[_0x42cecc(0x197)]='Percy\x20started\x20successfully',_0x3bb43a[_0x42cecc(0x196)]=_0x42cecc(0x1aa);const _0x41e8a6=_0x3bb43a;if(helper['isTrue'](this[_0x42cecc(0x184)][_0x42cecc(0x15d)])&&(!this[_0x42cecc(0x15d)]||!this[_0x42cecc(0x15d)][_0x42cecc(0x1c0)]()))try{this['percy']=await percyHelper['startPercy'](this[_0x42cecc(0x184)]);if(!this[_0x42cecc(0x15d)])throw new Error(_0x41e8a6['BCjoA']);logger[_0x42cecc(0x14b)](_0x41e8a6[_0x42cecc(0x197)]);let _0x515ff4=0x0;const _0x2bff4d=async()=>{_0x515ff4++,_0x41e8a6['KrwtH'](_0x515ff4,0x1)&&await this['stopPercy']();};process['on'](_0x41e8a6[_0x42cecc(0x196)],_0x2bff4d);}catch(_0x4e4fe7){logger[_0x42cecc(0x1b5)](_0x42cecc(0x1c7)+_0x4e4fe7);throw new Error(_0x4e4fe7[_0x42cecc(0x193)]());}}async[a50_0x19da13(0x181)](){const _0x369c55=a50_0x19da13,_0x410352={};_0x410352['Rnfol']='Percy\x20stopped',_0x410352[_0x369c55(0x19e)]=_0x369c55(0x1a1);const _0x102baf=_0x410352;if(this['percy']&&this[_0x369c55(0x15d)][_0x369c55(0x1c0)]())try{await percyHelper[_0x369c55(0x181)](this[_0x369c55(0x15d)]),logger['info'](_0x102baf[_0x369c55(0x17d)]);}catch(_0x37639c){logger['error'](_0x102baf[_0x369c55(0x19e)],_0x37639c[_0x369c55(0x1ac)]);}}async[a50_0x19da13(0x1a5)](){const _0x11da0b=a50_0x19da13,_0x4373b5={};_0x4373b5[_0x11da0b(0x1a2)]=function(_0x49a25f,_0x381985){return _0x49a25f===_0x381985;},_0x4373b5[_0x11da0b(0x18b)]=_0x11da0b(0x146),_0x4373b5['fmuwy']=_0x11da0b(0x1aa);const _0x5e0593=_0x4373b5;if(helper[_0x11da0b(0x19d)](this['config'][_0x11da0b(0x16f)])&&(!this[_0x11da0b(0x16f)]||!this[_0x11da0b(0x16f)][_0x11da0b(0x1c0)]()))try{this['browserstackLocal']=await helper['startLocalBinary'](this[_0x11da0b(0x184)]),logger['info'](_0x5e0593[_0x11da0b(0x18b)]);let _0x1dbdce=0x0;const _0x56e4c9=async()=>{const _0x5d7396=_0x11da0b;_0x1dbdce++,_0x5e0593['LNdWy'](_0x1dbdce,0x1)&&await this[_0x5d7396(0x1b7)]();};process['on'](_0x5e0593['fmuwy'],_0x56e4c9);}catch(_0x1173da){logger[_0x11da0b(0x1b5)](_0x1173da);throw new Error(_0x1173da[_0x11da0b(0x193)]());}}async[a50_0x19da13(0x1b7)](){const _0x57cc4a=a50_0x19da13,_0x45a8bd={};_0x45a8bd[_0x57cc4a(0x160)]=_0x57cc4a(0x1bc),_0x45a8bd['uyuJZ']='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x90c77c=_0x45a8bd;if(this[_0x57cc4a(0x16f)]&&this[_0x57cc4a(0x16f)][_0x57cc4a(0x1c0)]())try{await helper[_0x57cc4a(0x183)](this[_0x57cc4a(0x16f)]),logger['info'](_0x90c77c[_0x57cc4a(0x160)]);}catch(_0x4fa119){logger[_0x57cc4a(0x158)](_0x90c77c[_0x57cc4a(0x15f)],_0x4fa119[_0x57cc4a(0x1ac)]);}}async['setUpHubUrl'](){const _0x302a89=a50_0x19da13;await hubAllocator[_0x302a89(0x1d9)](this[_0x302a89(0x184)]);}['setupKeepAlive'](){const _0x1e4389=a50_0x19da13,_0x54630c={'rnxsg':function(_0x181531,_0x5f0d64){return _0x181531(_0x5f0d64);},'HYMit':_0x1e4389(0x144)};_0x54630c['rnxsg'](require,_0x54630c[_0x1e4389(0x17f)])();}[a50_0x19da13(0x14f)](){const _0x46a966=a50_0x19da13,_0x2e32bc={};_0x2e32bc[_0x46a966(0x190)]=_0x46a966(0x153),_0x2e32bc[_0x46a966(0x152)]='uncaughtException';const _0x4576cb=_0x2e32bc,_0x30781b=_0x4c3f78=>{const _0x189abd=_0x46a966;logger[_0x189abd(0x158)](_0x4c3f78[_0x189abd(0x1ac)]),logger[_0x189abd(0x1b5)](util['format'](_0x4c3f78)),this[_0x189abd(0x1cb)][_0x189abd(0x191)](util[_0x189abd(0x1d2)]('%j',_0x4c3f78)),PerformanceTester['captureError'](_0x4c3f78);};process['on'](_0x4576cb[_0x46a966(0x190)],_0x30781b),process['on'](_0x4576cb['wPAEM'],_0x30781b);}[a50_0x19da13(0x16a)](){const _0x27925f=a50_0x19da13,_0x2a947f={'toQuh':function(_0x29f82f){return _0x29f82f();}},_0xd23b05=async()=>{const _0x250f0c=a50_0x5aee;this[_0x250f0c(0x15d)]&&await this[_0x250f0c(0x181)](),this[_0x250f0c(0x16f)]&&await this[_0x250f0c(0x1b7)](),await SessionHandler[_0x250f0c(0x15a)]();};_0x2a947f[_0x27925f(0x1af)](_0xd23b05)[_0x27925f(0x16b)](()=>process[_0x27925f(0x1a3)](process[_0x27925f(0x1a8)]));}}exports[a50_0x19da13(0x179)]=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a51_0x2e77a4=a51_0x452c;(function(_0xdddbdd,_0x51691e){var _0xf9c036=a51_0x452c,_0x2f0344=_0xdddbdd();while(!![]){try{var _0x5f3c33=parseInt(_0xf9c036(0x1a5))/0x1*(-parseInt(_0xf9c036(0x1ad))/0x2)+parseInt(_0xf9c036(0x1ae))/0x3*(-parseInt(_0xf9c036(0x1a6))/0x4)+-parseInt(_0xf9c036(0x1a7))/0x5+-parseInt(_0xf9c036(0x1aa))/0x6+-parseInt(_0xf9c036(0x1b0))/0x7*(-parseInt(_0xf9c036(0x1a8))/0x8)+-parseInt(_0xf9c036(0x1a9))/0x9+parseInt(_0xf9c036(0x1af))/0xa;if(_0x5f3c33===_0x51691e)break;else _0x2f0344['push'](_0x2f0344['shift']());}catch(_0x3693d5){_0x2f0344['push'](_0x2f0344['shift']());}}}(a51_0x5543,0xeba03),exports[a51_0x2e77a4(0x1ab)]=a51_0x2e77a4(0x1ac));function a51_0x452c(_0x34e20e,_0x5bb55e){var _0x554345=a51_0x5543();return a51_0x452c=function(_0x452c1d,_0x51d179){_0x452c1d=_0x452c1d-0x1a5;var _0x1b1e6c=_0x554345[_0x452c1d];return _0x1b1e6c;},a51_0x452c(_0x34e20e,_0x5bb55e);}function a51_0x5543(){var _0x47693b=['9ZWvfhe','8KFvBVv','8655065HBIevZ','2051056ruNFet','5483592dJHKZU','11211948YWmXUW','API_URL','https://accessibility.browserstack.com/api','152462gFBRkU','2280801gWqPlA','68679310MqJvBO','14zlJYRL'];a51_0x5543=function(){return _0x47693b;};return a51_0x5543();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a52_0x299505=a52_0x1037;function a52_0x4279(){const _0x2780ac=['../globals','No\x20accessibility\x20results\x20were\x20found.','path','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','browserstackSessionName','headers','env','mVEhF','json','error','false','No\x20accessibility\x20summary\x20was\x20found.','uymFm','2386315wCnbqI','4gAvZjk','../logger','GySKA','2930473YUjqZQ','Performing\x20scan\x20before\x20getting\x20results','format','Czana','response','basename','application/json','Invalid\x20configuration\x20passed.','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','v2/test_runs','isBrowserstackInfra','auth','getAccessibilityResultsSummary','util','tlslc','Bearer\x20','jYOoN','data','Tfwzz','forEach','FAqqa','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','excludeTagsInTestingScope','XSzoS','errors','getGlobal','2376672PUNXMd','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','stringify','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','isTrue','YxLQS','join','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','HEUdb','OkoUc','jIUMP','OsYuv','toJson','7731dCWwlc','XktgQ','getGitMetaData','__cloud_provider___','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','statusText','includes','236085FVdSet','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','accessibilityToken','7664544KSqEgj','KkYyR','body','browserstack','cwd','some','KdWrU','a11y:start','SrQKD','assign','isAccessibilityAutomationSession','KCKeW','agqsK','nodeRequest','getResults','17451jpoXcj','warn','LJBFh','IRxfi','getAccessibilityResults','Content-Type','status','OfgCI','debug','message','success','accessibility','getBrowserName','VFUmp','isAccessibilityPlatform','buildName','checkAccessibilityPlatformConfig','a11y:stop','EeZTz','ykRcp','toISOString','winstonLogger','./scripts','kQHzS','smuaT','pmMYp','eyxaK','uqtqP','atHgO','includeTagsInTestingScope','CLDyW','zUptk','getUserName','isArray','gfsJW','bstackA11yShouldScan','isBrowserStackCommandExecutor','performScan','xVpYb','method','isUndefined','parse','shouldScanTestForAccessibility','length','Build\x20creation\x20had\x20failed.','script','platforms','PUT','Invalid\x20request:\x20','projectName','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','playwright','BS_A11Y_JWT','getPlatform','test_runs/stop','kDksT','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','Authorization','pass','stack','YTdtc','12650BNEAiK','Performing\x20scan\x20before\x20getting\x20results\x20summary','getBrowserVersion','GXEGF','30nekctT','cntQC','string','jROhw','LdgPQ','pVkdN','AdnSl','browserstack_executor','dNEcg','getAccessKey','createAccessibilityTestRun','javascript','getAgentVersion','getTestFrameworkDetails','executeAsyncScript','getPlatformVersion'];a52_0x4279=function(){return _0x2780ac;};return a52_0x4279();}(function(_0x15e638,_0x9fde42){const _0x274b1b=a52_0x1037,_0x10232b=_0x15e638();while(!![]){try{const _0x4d63f7=-parseInt(_0x274b1b(0x261))/0x1*(-parseInt(_0x274b1b(0x1ff))/0x2)+-parseInt(_0x274b1b(0x24f))/0x3*(-parseInt(_0x274b1b(0x21d))/0x4)+-parseInt(_0x274b1b(0x21c))/0x5+parseInt(_0x274b1b(0x23a))/0x6+parseInt(_0x274b1b(0x220))/0x7+parseInt(_0x274b1b(0x252))/0x8+parseInt(_0x274b1b(0x248))/0x9*(-parseInt(_0x274b1b(0x1fb))/0xa);if(_0x4d63f7===_0x9fde42)break;else _0x10232b['push'](_0x10232b['shift']());}catch(_0x6c4574){_0x10232b['push'](_0x10232b['shift']());}}}(a52_0x4279,0x86205));const path=require(a52_0x299505(0x211)),util=require(a52_0x299505(0x22d)),bsSetupHelper=require('../helper'),logger=require(a52_0x299505(0x21e))[a52_0x299505(0x276)],{API_URL}=require('./constants'),PerformanceTester=require('../performance-tester'),scripts=require(a52_0x299505(0x277)),globals=require(a52_0x299505(0x20f));function a52_0x1037(_0x1349a9,_0x3d9150){const _0x42794b=a52_0x4279();return a52_0x1037=function(_0x103748,_0x5413a4){_0x103748=_0x103748-0x1d6;let _0x55ab12=_0x42794b[_0x103748];return _0x55ab12;},a52_0x1037(_0x1349a9,_0x3d9150);}exports['fetchPlatformDetails']=async _0x45217d=>{const _0x25969a=a52_0x299505,_0x5109de={};_0x5109de[_0x25969a(0x1da)]=function(_0x25bc7f,_0x2a2813){return _0x25bc7f===_0x2a2813;},_0x5109de[_0x25969a(0x246)]=_0x25969a(0x255);const _0x39796a=_0x5109de;let _0x56b296={};try{const _0x811b6b=await _0x45217d['getCapabilities']();_0x56b296={'os_name':_0x811b6b[_0x25969a(0x1f3)](),'os_version':bsSetupHelper[_0x25969a(0x20e)](_0x39796a[_0x25969a(0x1da)](global[_0x25969a(0x24b)],_0x39796a['OsYuv'])),'browser_name':_0x811b6b[_0x25969a(0x26d)](),'browser_version':_0x811b6b[_0x25969a(0x1fd)]()};}catch(_0x2e3e89){logger[_0x25969a(0x269)](_0x25969a(0x242)+_0x2e3e89);}return _0x56b296;},exports[a52_0x299505(0x25c)]=()=>{const _0x841c06=a52_0x299505,_0x322e82={};_0x322e82[_0x841c06(0x22e)]=function(_0xe43af0,_0x3d53b1){return _0xe43af0===_0x3d53b1;},_0x322e82[_0x841c06(0x1d8)]=_0x841c06(0x201),_0x322e82['xVpYb']=function(_0x3c2218,_0x50fef4){return _0x3c2218>_0x50fef4;},_0x322e82['agqsK']=function(_0x51c04b,_0x3835db){return _0x51c04b!==_0x3835db;},_0x322e82['EeZTz']='null',_0x322e82['OkoUc']=function(_0x3f5e9c,_0x30c297){return _0x3f5e9c&&_0x30c297;};const _0x3434f5=_0x322e82;try{if(!bsSetupHelper[_0x841c06(0x22a)]())return![];const _0x4e4076=bsSetupHelper[_0x841c06(0x23e)](process[_0x841c06(0x215)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process[_0x841c06(0x215)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x1609c9=_0x3434f5[_0x841c06(0x22e)](typeof process['env'][_0x841c06(0x1f2)],_0x3434f5[_0x841c06(0x1d8)])&&_0x3434f5[_0x841c06(0x1e4)](process['env'][_0x841c06(0x1f2)][_0x841c06(0x1e9)],0x0)&&_0x3434f5[_0x841c06(0x25e)](process[_0x841c06(0x215)][_0x841c06(0x1f2)],_0x3434f5[_0x841c06(0x273)]);return _0x3434f5[_0x841c06(0x244)](_0x4e4076,_0x1609c9);}catch(_0x23e841){logger[_0x841c06(0x269)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x23e841);}return![];},exports[a52_0x299505(0x1e8)]=(_0x155452,_0x59b2e8=!![])=>{const _0x368b8b=a52_0x299505,_0x3b3ce0={};_0x3b3ce0[_0x368b8b(0x1fa)]=function(_0x6f8a74,_0x33197b){return _0x6f8a74==_0x33197b;},_0x3b3ce0[_0x368b8b(0x1e0)]=function(_0x348454,_0x4ac056){return _0x348454===_0x4ac056;},_0x3b3ce0[_0x368b8b(0x223)]=function(_0x5dc426,_0x40b719){return _0x5dc426&&_0x40b719;},_0x3b3ce0[_0x368b8b(0x21f)]=_0x368b8b(0x1f0);const _0x353b9e=_0x3b3ce0;if(_0x353b9e[_0x368b8b(0x1fa)](process[_0x368b8b(0x215)][_0x368b8b(0x212)],null))return!![];try{const _0x59967c=JSON[_0x368b8b(0x1e7)](process[_0x368b8b(0x215)][_0x368b8b(0x212)]),_0x70b736=Array[_0x368b8b(0x1df)](_0x59967c['includeTagsInTestingScope'])?_0x59967c[_0x368b8b(0x1db)]:[],_0x58dc22=Array['isArray'](_0x59967c[_0x368b8b(0x236)])?_0x59967c[_0x368b8b(0x236)]:[];let _0x903ff3;_0x59b2e8?_0x903ff3=_0x155452[_0x368b8b(0x240)]('/'):_0x903ff3=_0x155452;const _0x1376d5=_0x58dc22[_0x368b8b(0x257)](_0x43ccf4=>_0x903ff3[_0x368b8b(0x24e)](_0x43ccf4)),_0x246338=_0x353b9e[_0x368b8b(0x1e0)](_0x70b736[_0x368b8b(0x1e9)],0x0)||_0x70b736[_0x368b8b(0x257)](_0x3163b4=>_0x903ff3[_0x368b8b(0x24e)](_0x3163b4));return _0x353b9e['Czana'](!_0x1376d5,_0x246338);}catch(_0x3e841c){logger[_0x368b8b(0x269)](_0x353b9e[_0x368b8b(0x21f)],_0x3e841c);}return![];},exports[a52_0x299505(0x271)]=_0x40286a=>{const _0xd0967c=a52_0x299505;let _0x332ed3=![];try{_0x40286a[_0xd0967c(0x1ec)][_0xd0967c(0x233)](_0x5ba684=>{const _0x3cd7f8=_0xd0967c;if(bsSetupHelper[_0x3cd7f8(0x23e)](_0x5ba684[_0x3cd7f8(0x26c)]))return _0x332ed3=!![],!![];});}catch(_0x1040b4){logger[_0xd0967c(0x269)](_0xd0967c(0x228)+_0x1040b4);}return _0x332ed3;},exports[a52_0x299505(0x209)]=PerformanceTester['measureWrapper'](a52_0x299505(0x259),async function(_0x48d148,_0x2a066e){const _0x14f127=a52_0x299505,_0x2369fc={};_0x2369fc[_0x14f127(0x1fe)]=_0x14f127(0x1f6),_0x2369fc[_0x14f127(0x1dd)]=_0x14f127(0x1f1),_0x2369fc[_0x14f127(0x249)]=_0x14f127(0x20a),_0x2369fc[_0x14f127(0x264)]=_0x14f127(0x226),_0x2369fc['Dqiml']='POST',_0x2369fc[_0x14f127(0x232)]=_0x14f127(0x229),_0x2369fc[_0x14f127(0x200)]=function(_0x30e848,_0x285c5f){return _0x30e848===_0x285c5f;},_0x2369fc[_0x14f127(0x21b)]=_0x14f127(0x227),_0x2369fc[_0x14f127(0x205)]=_0x14f127(0x219);const _0xcb7ce1=_0x2369fc,_0x278a3e=bsSetupHelper[_0x14f127(0x1de)](_0x48d148),_0x4f5e22=bsSetupHelper[_0x14f127(0x208)](_0x48d148);if(bsSetupHelper[_0x14f127(0x1e6)](_0x278a3e)||bsSetupHelper[_0x14f127(0x1e6)](_0x4f5e22))return logger[_0x14f127(0x218)](_0xcb7ce1[_0x14f127(0x1fe)]),[null,null];try{let _0x28bf1a;bsSetupHelper[_0x14f127(0x1e6)](process[_0x14f127(0x215)][_0x14f127(0x212)])?_0x28bf1a={}:_0x28bf1a=JSON[_0x14f127(0x1e7)](process[_0x14f127(0x215)][_0x14f127(0x212)]);const {name:_0x3fd985,version:_0x170776}=bsSetupHelper[_0x14f127(0x20c)](_0x48d148,_0x2a066e),_0x194a08={'projectName':_0x48d148[_0x14f127(0x1ef)],'buildName':_0x48d148[_0x14f127(0x270)]||path[_0x14f127(0x225)](path['resolve'](process[_0x14f127(0x256)]())),'startTime':new Date()[_0x14f127(0x275)](),'description':_0x48d148['buildDescription']||'','source':{'frameworkName':_0x2a066e['includes'](_0xcb7ce1[_0x14f127(0x1dd)])?_0xcb7ce1['zUptk']:_0x2a066e,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x2a066e),'sdkVersion':bsSetupHelper[_0x14f127(0x20b)](),'language':_0xcb7ce1[_0x14f127(0x249)],'testFramework':_0x3fd985,'testFrameworkVersion':_0x170776},'settings':_0x28bf1a,'versionControl':await bsSetupHelper[_0x14f127(0x24a)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x5d66f3={};_0x5d66f3['user']=_0x278a3e,_0x5d66f3[_0x14f127(0x1f8)]=_0x4f5e22;const _0x21f26e={};_0x21f26e['Content-Type']=_0xcb7ce1[_0x14f127(0x264)];const _0x1c5fdd={};_0x1c5fdd[_0x14f127(0x22b)]=_0x5d66f3,_0x1c5fdd[_0x14f127(0x214)]=_0x21f26e;const _0x40e519=_0x1c5fdd,_0x2d407b={};_0x2d407b[_0x14f127(0x254)]=_0x194a08,_0x2d407b[_0x14f127(0x217)]=!![];const _0x1b2a99=Object[_0x14f127(0x25b)](_0x40e519,_0x2d407b),_0x2bb834=await bsSetupHelper[_0x14f127(0x25f)](_0xcb7ce1['Dqiml'],_0xcb7ce1[_0x14f127(0x232)],_0x1b2a99,_0x48d148,API_URL);let _0xb5715f=process[_0x14f127(0x215)][_0x14f127(0x212)];return _0xb5715f?_0xb5715f=JSON[_0x14f127(0x1e7)](process[_0x14f127(0x215)][_0x14f127(0x212)]):_0xb5715f={},scripts['parseFromJson'](_0x2bb834[_0x14f127(0x231)]['data']),scripts[_0x14f127(0x247)](),_0xb5715f['scannerVersion']=_0x2bb834[_0x14f127(0x231)][_0x14f127(0x231)]['scannerVersion'],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x14f127(0x23c)](_0xb5715f),[_0x2bb834[_0x14f127(0x231)][_0x14f127(0x231)][_0x14f127(0x251)],_0x2bb834['data'][_0x14f127(0x231)]['id']];}catch(_0x15883b){if(_0x15883b[_0x14f127(0x224)])logger['error'](_0x14f127(0x23d)+_0x15883b['response']['status']+'\x20'+_0x15883b[_0x14f127(0x224)][_0x14f127(0x24d)]+'\x20'+JSON[_0x14f127(0x23c)](_0x15883b['response']['data']));else{if(_0xcb7ce1[_0x14f127(0x200)](_0x15883b['message'],_0xcb7ce1['uymFm'])){logger[_0x14f127(0x218)](_0x14f127(0x23d)+(_0x15883b[_0x14f127(0x26a)]||_0x15883b[_0x14f127(0x1f9)]));for(const _0x5c938c of _0x15883b[_0x14f127(0x238)]){logger[_0x14f127(0x218)](_0x5c938c[_0x14f127(0x26a)]);}process[_0x14f127(0x215)][_0x14f127(0x241)]=_0xcb7ce1['AdnSl'],process[_0x14f127(0x215)][_0x14f127(0x24c)]=_0xcb7ce1[_0x14f127(0x205)];}else logger[_0x14f127(0x218)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x15883b[_0x14f127(0x26a)]||_0x15883b[_0x14f127(0x1f9)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester['measureWrapper'](a52_0x299505(0x272),async function(_0x2e9415){const _0x137e52=a52_0x299505,_0x1f7ed4={};_0x1f7ed4[_0x137e52(0x230)]=function(_0x136518,_0x411fbd){return _0x136518!==_0x411fbd;},_0x1f7ed4[_0x137e52(0x237)]='string',_0x1f7ed4['ykRcp']=_0x137e52(0x218),_0x1f7ed4['LJBFh']=_0x137e52(0x1ea),_0x1f7ed4['CLDyW']=_0x137e52(0x226),_0x1f7ed4[_0x137e52(0x203)]=_0x137e52(0x1ed),_0x1f7ed4[_0x137e52(0x216)]=_0x137e52(0x1f4),_0x1f7ed4[_0x137e52(0x268)]=function(_0x47d5d8,_0x4960b5){return _0x47d5d8+_0x4960b5;},_0x1f7ed4['YbHrn']=_0x137e52(0x1ee),_0x1f7ed4[_0x137e52(0x23f)]=_0x137e52(0x26b);const _0x7f91af=_0x1f7ed4;if(bsSetupHelper[_0x137e52(0x1e6)](process[_0x137e52(0x215)][_0x137e52(0x1f2)])||_0x7f91af[_0x137e52(0x230)](typeof process['env'][_0x137e52(0x1f2)],_0x7f91af[_0x137e52(0x237)])){const _0x46270f={};return _0x46270f['status']=_0x7f91af['ykRcp'],_0x46270f[_0x137e52(0x26a)]=_0x7f91af[_0x137e52(0x263)],_0x46270f;}const _0x1341e3={'endTime':new Date()[_0x137e52(0x275)]()},_0x472203={};_0x472203[_0x137e52(0x1f7)]=_0x137e52(0x22f)+process[_0x137e52(0x215)]['BS_A11Y_JWT'],_0x472203[_0x137e52(0x266)]=_0x7f91af[_0x137e52(0x1dc)];const _0x357448={};_0x357448[_0x137e52(0x214)]=_0x472203;const _0x2a9265=_0x357448,_0x3935c9={};_0x3935c9['body']=_0x1341e3,_0x3935c9['auth']=null,_0x3935c9[_0x137e52(0x217)]=!![];const _0x2f3285=Object[_0x137e52(0x25b)](_0x2a9265,_0x3935c9);try{const _0x47afd6=await bsSetupHelper[_0x137e52(0x25f)](_0x7f91af[_0x137e52(0x203)],_0x7f91af[_0x137e52(0x216)],_0x2f3285,_0x2e9415,API_URL);if(_0x47afd6[_0x137e52(0x231)][_0x137e52(0x218)])throw new Error(_0x7f91af['OfgCI'](_0x7f91af['YbHrn'],_0x47afd6[_0x137e52(0x231)][_0x137e52(0x218)]));else{logger['info']('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x137e52(0x275)]());const _0x416de0={};return _0x416de0[_0x137e52(0x267)]=_0x7f91af['YxLQS'],_0x416de0[_0x137e52(0x26a)]='',_0x416de0;}}catch(_0x112733){_0x112733[_0x137e52(0x224)]?logger[_0x137e52(0x218)](_0x137e52(0x250)+_0x112733['response'][_0x137e52(0x267)]+'\x20'+_0x112733['response'][_0x137e52(0x24d)]+'\x20'+JSON['stringify'](_0x112733[_0x137e52(0x224)][_0x137e52(0x231)])):logger[_0x137e52(0x218)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x112733[_0x137e52(0x26a)]||util[_0x137e52(0x222)](_0x112733)));const _0x5ef78a={};return _0x5ef78a[_0x137e52(0x267)]=_0x7f91af[_0x137e52(0x274)],_0x5ef78a[_0x137e52(0x26a)]=_0x112733[_0x137e52(0x26a)]||(_0x112733[_0x137e52(0x224)]?_0x112733['response'][_0x137e52(0x267)]+':'+_0x112733['response'][_0x137e52(0x24d)]:_0x112733),_0x5ef78a;}}),exports['performScan']=async(_0x16c265,_0x43fc36=null)=>{const _0x16d23b=a52_0x299505,_0x3b1ec7={};_0x3b1ec7[_0x16d23b(0x25d)]=_0x16d23b(0x26f),_0x3b1ec7[_0x16d23b(0x25a)]=_0x16d23b(0x1e1),_0x3b1ec7[_0x16d23b(0x243)]=_0x16d23b(0x23b);const _0x13e03f=_0x3b1ec7;if(!this[_0x16d23b(0x25c)]()||!globals[_0x16d23b(0x239)](_0x13e03f[_0x16d23b(0x25d)])||!globals[_0x16d23b(0x239)](_0x13e03f[_0x16d23b(0x25a)])){logger[_0x16d23b(0x262)](_0x13e03f[_0x16d23b(0x243)]);return;}const _0x10dd93={};_0x10dd93['method']=_0x43fc36||global[_0x16d23b(0x213)],logger[_0x16d23b(0x269)](util[_0x16d23b(0x222)](await _0x16c265[_0x16d23b(0x20d)](scripts[_0x16d23b(0x1e3)],_0x10dd93)));},exports[a52_0x299505(0x265)]=async(_0x415fc3,_0x1cd546)=>{const _0x2bdf9d=a52_0x299505,_0x5cd794={};_0x5cd794[_0x2bdf9d(0x245)]=_0x2bdf9d(0x26f),_0x5cd794[_0x2bdf9d(0x207)]=_0x2bdf9d(0x1e1),_0x5cd794[_0x2bdf9d(0x202)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x5cd794[_0x2bdf9d(0x258)]=_0x2bdf9d(0x221),_0x5cd794[_0x2bdf9d(0x278)]=_0x2bdf9d(0x210);const _0x2f20ea=_0x5cd794;if(!this[_0x2bdf9d(0x25c)]()||!globals[_0x2bdf9d(0x239)](_0x2f20ea[_0x2bdf9d(0x245)])||!globals[_0x2bdf9d(0x239)](_0x2f20ea[_0x2bdf9d(0x207)]))return logger[_0x2bdf9d(0x262)](_0x2f20ea[_0x2bdf9d(0x202)]),[];try{logger[_0x2bdf9d(0x269)](_0x2f20ea[_0x2bdf9d(0x258)]);const _0x4d1576={};_0x4d1576[_0x2bdf9d(0x1e5)]=_0x1cd546[_0x2bdf9d(0x213)],logger[_0x2bdf9d(0x269)](util[_0x2bdf9d(0x222)](await _0x415fc3[_0x2bdf9d(0x20d)](scripts[_0x2bdf9d(0x1e3)],_0x4d1576)));const _0x4702b4=await _0x415fc3[_0x2bdf9d(0x20d)](scripts[_0x2bdf9d(0x260)]);return _0x4702b4;}catch{return logger[_0x2bdf9d(0x218)](_0x2f20ea[_0x2bdf9d(0x278)]),[];}},exports[a52_0x299505(0x22c)]=async(_0x51c911,_0x26c658)=>{const _0x2b968e=a52_0x299505,_0x47916b={};_0x47916b[_0x2b968e(0x234)]='isAccessibilityPlatform',_0x47916b[_0x2b968e(0x204)]=_0x2b968e(0x1e1),_0x47916b[_0x2b968e(0x1d6)]=_0x2b968e(0x235),_0x47916b[_0x2b968e(0x253)]=_0x2b968e(0x1fc),_0x47916b[_0x2b968e(0x1d9)]=_0x2b968e(0x21a);const _0x52778c=_0x47916b;if(!this[_0x2b968e(0x25c)]()||!globals[_0x2b968e(0x239)](_0x52778c[_0x2b968e(0x234)])||!globals[_0x2b968e(0x239)](_0x52778c[_0x2b968e(0x204)]))return logger[_0x2b968e(0x262)](_0x52778c['smuaT']),{};try{logger[_0x2b968e(0x269)](_0x52778c[_0x2b968e(0x253)]);const _0x35f2ce={};_0x35f2ce['method']=_0x26c658[_0x2b968e(0x213)],logger[_0x2b968e(0x269)](util[_0x2b968e(0x222)](await _0x51c911[_0x2b968e(0x20d)](scripts[_0x2b968e(0x1e3)],_0x35f2ce)));const _0x5c23e6=await _0x51c911[_0x2b968e(0x20d)](scripts['getResultsSummary']);return _0x5c23e6;}catch{return logger['error'](_0x52778c[_0x2b968e(0x1d9)]),{};}},exports[a52_0x299505(0x1e2)]=_0x234614=>{const _0x1fd027=a52_0x299505,_0x2f1d52={};_0x2f1d52[_0x1fd027(0x26e)]=function(_0x4f895e,_0x34bb1d){return _0x4f895e===_0x34bb1d;},_0x2f1d52[_0x1fd027(0x1f5)]=_0x1fd027(0x201),_0x2f1d52['pmMYp']=_0x1fd027(0x206);const _0x264791=_0x2f1d52;if(_0x234614&&_0x234614['script']&&_0x264791['VFUmp'](typeof _0x234614[_0x1fd027(0x1eb)],_0x264791[_0x1fd027(0x1f5)]))return _0x234614[_0x1fd027(0x1eb)]['includes'](_0x264791[_0x1fd027(0x1d7)]);return![];};
|
|
1
|
+
function a52_0x263f(){const _0x4f5ce8=['BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','winstonLogger','eMtth','POST','Build\x20creation\x20had\x20failed.','browserstack_executor','warn','AWlMw','Content-Type','bstackA11yShouldScan','getPlatformVersion','Invalid\x20request:\x20','browserstackSessionName','join','some','includeTagsInTestingScope','RqQgW','HZWXy','test_runs/stop','isBrowserstackInfra','accessibility','pwBKB','format','getGitMetaData','../helper','twpRr','VMkut','getResults','parseFromJson','isBrowserStackCommandExecutor','BROWSERSTACK_TEST_ACCESSIBILITY_YML','info','a11y:start','../performance-tester','JZNgU','getHostInfo','path','OasEs','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','VrKdl','10870PDbPbR','ppctY','getBrowserVersion','json','getTestFrameworkDetails','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','a11y:stop','headers','qryYr','wVqYh','playwright','performScan','body','./constants','length','nodeRequest','GMTWg','shouldScanTestForAccessibility','forEach','isAccessibilityAutomationSession','getUserName','21OnIXTs','JVIQU','sypLe','debug','method','error','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','gKRzK','JBdgr','data','BS_A11Y_JWT','includes','util','fkYep','2118VcxdKD','auth','createAccessibilityTestRun','NOoUM','statusText','env','stringify','shbDB','KPweo','ufTnp','excludeTagsInTestingScope','measureWrapper','rmeRl','null','stack','rvHCI','cwd','status','BSVUW','buildName','26196580Bhfvaa','errors','No\x20accessibility\x20summary\x20was\x20found.','isUndefined','FJNmH','accessibilityToken','buildDescription','getPlatform','KVoCT','ucmQi','resolve','kJEkF','VLbwU','getAgentVersion','jXghh','toISOString','browserstack','Performing\x20scan\x20before\x20getting\x20results\x20summary','platforms','isArray','phheQ','application/json','757288WxkQrd','Performing\x20scan\x20before\x20getting\x20results','HRigW','MvDtz','PUT','129218fgDrdM','assign','../logger','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','projectName','getResultsSummary','executeAsyncScript','VqGZI','4357227VgSmhb','script','pass','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','nxPGQ','181316aOXTNE','isAccessibilityPlatform','success','nZIyI','response','getBrowserName','stopAccessibilityTestRun','YBItN','QCzgB','LQXpA','string','scannerVersion','543944NnfhlE','SkCca','99ZnrIlR','getGlobal','isTrue','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','parse','message'];a52_0x263f=function(){return _0x4f5ce8;};return a52_0x263f();}const a52_0x48cf0a=a52_0x47b6;(function(_0xc317d6,_0x515bbc){const _0x25567f=a52_0x47b6,_0x5b8cd9=_0xc317d6();while(!![]){try{const _0x3390ff=parseInt(_0x25567f(0xd0))/0x1+parseInt(_0x25567f(0xc3))/0x2*(-parseInt(_0x25567f(0x86))/0x3)+parseInt(_0x25567f(0xbe))/0x4+parseInt(_0x25567f(0x71))/0x5*(-parseInt(_0x25567f(0x94))/0x6)+-parseInt(_0x25567f(0xcb))/0x7+parseInt(_0x25567f(0xdc))/0x8*(-parseInt(_0x25567f(0xde))/0x9)+parseInt(_0x25567f(0xa8))/0xa;if(_0x3390ff===_0x515bbc)break;else _0x5b8cd9['push'](_0x5b8cd9['shift']());}catch(_0x5b328b){_0x5b8cd9['push'](_0x5b8cd9['shift']());}}}(a52_0x263f,0x61b63));function a52_0x47b6(_0x359210,_0x44dd9a){const _0x263f3b=a52_0x263f();return a52_0x47b6=function(_0x47b63e,_0x59c663){_0x47b63e=_0x47b63e-0x6b;let _0x3c8d6f=_0x263f3b[_0x47b63e];return _0x3c8d6f;},a52_0x47b6(_0x359210,_0x44dd9a);}const path=require(a52_0x48cf0a(0x6d)),util=require(a52_0x48cf0a(0x92)),bsSetupHelper=require(a52_0x48cf0a(0xfc)),logger=require(a52_0x48cf0a(0xc5))[a52_0x48cf0a(0xe5)],{API_URL}=require(a52_0x48cf0a(0x7e)),PerformanceTester=require(a52_0x48cf0a(0x105)),scripts=require('./scripts'),globals=require('../globals');exports['fetchPlatformDetails']=async _0x408da4=>{const _0x249833=a52_0x48cf0a,_0xa072c6={};_0xa072c6['rnvfm']=function(_0x35631,_0x835b16){return _0x35631===_0x835b16;},_0xa072c6[_0x249833(0xa6)]=_0x249833(0xb8);const _0x1ecd18=_0xa072c6;let _0x4b8f0c={};try{const _0x36eb7d=await _0x408da4['getCapabilities']();_0x4b8f0c={'os_name':_0x36eb7d[_0x249833(0xaf)](),'os_version':bsSetupHelper[_0x249833(0xee)](_0x1ecd18['rnvfm'](global['__cloud_provider___'],_0x1ecd18['BSVUW'])),'browser_name':_0x36eb7d[_0x249833(0xd5)](),'browser_version':_0x36eb7d[_0x249833(0x73)]()};}catch(_0x4118ab){logger[_0x249833(0x89)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x4118ab);}return _0x4b8f0c;},exports[a52_0x48cf0a(0x84)]=()=>{const _0x31e70a=a52_0x48cf0a,_0x318604={};_0x318604[_0x31e70a(0x8e)]=function(_0x3b67ee,_0x3a3173){return _0x3b67ee===_0x3a3173;},_0x318604[_0x31e70a(0xb1)]=_0x31e70a(0xda),_0x318604[_0x31e70a(0x8d)]=function(_0x145461,_0x2244db){return _0x145461>_0x2244db;},_0x318604[_0x31e70a(0xa0)]=function(_0x46f654,_0x22f75e){return _0x46f654!==_0x22f75e;},_0x318604[_0x31e70a(0xf5)]=_0x31e70a(0xa1),_0x318604[_0x31e70a(0xdd)]=function(_0x33bfff,_0x39f30d){return _0x33bfff&&_0x39f30d;};const _0x44c550=_0x318604;try{if(!bsSetupHelper[_0x31e70a(0xf7)]())return![];const _0xb3bc75=bsSetupHelper[_0x31e70a(0xe0)](process['env'][_0x31e70a(0x102)])||bsSetupHelper[_0x31e70a(0xe0)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x1ae4cb=_0x44c550[_0x31e70a(0x8e)](typeof process[_0x31e70a(0x99)][_0x31e70a(0x90)],_0x44c550[_0x31e70a(0xb1)])&&_0x44c550[_0x31e70a(0x8d)](process[_0x31e70a(0x99)][_0x31e70a(0x90)]['length'],0x0)&&_0x44c550[_0x31e70a(0xa0)](process[_0x31e70a(0x99)]['BS_A11Y_JWT'],_0x44c550[_0x31e70a(0xf5)]);return _0x44c550[_0x31e70a(0xdd)](_0xb3bc75,_0x1ae4cb);}catch(_0x33e3e6){logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x33e3e6);}return![];},exports[a52_0x48cf0a(0x82)]=(_0x19adbb,_0x309e88=!![])=>{const _0x403228=a52_0x48cf0a,_0xc29849={};_0xc29849[_0x403228(0x97)]=function(_0x2bca63,_0x41610d){return _0x2bca63==_0x41610d;},_0xc29849[_0x403228(0x72)]=function(_0x4f51c8,_0x4771c3){return _0x4f51c8===_0x4771c3;},_0xc29849['Bkgyc']=function(_0xb5cb5b,_0x2cdaf1){return _0xb5cb5b&&_0x2cdaf1;},_0xc29849[_0x403228(0xd3)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x1c8da5=_0xc29849;if(_0x1c8da5[_0x403228(0x97)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x303ec3=JSON[_0x403228(0xe2)](process[_0x403228(0x99)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0xcff409=Array[_0x403228(0xbb)](_0x303ec3[_0x403228(0xf3)])?_0x303ec3['includeTagsInTestingScope']:[],_0x5841da=Array[_0x403228(0xbb)](_0x303ec3[_0x403228(0x9e)])?_0x303ec3[_0x403228(0x9e)]:[];let _0x3ab19c;_0x309e88?_0x3ab19c=_0x19adbb[_0x403228(0xf1)]('/'):_0x3ab19c=_0x19adbb;const _0x26644f=_0x5841da[_0x403228(0xf2)](_0x514113=>_0x3ab19c[_0x403228(0x91)](_0x514113)),_0x55f3ab=_0x1c8da5[_0x403228(0x72)](_0xcff409[_0x403228(0x7f)],0x0)||_0xcff409[_0x403228(0xf2)](_0x5d4564=>_0x3ab19c[_0x403228(0x91)](_0x5d4564));return _0x1c8da5['Bkgyc'](!_0x26644f,_0x55f3ab);}catch(_0x2ba318){logger[_0x403228(0x89)](_0x1c8da5[_0x403228(0xd3)],_0x2ba318);}return![];},exports['checkAccessibilityPlatformConfig']=_0x33c5e7=>{const _0x2994fc=a52_0x48cf0a;let _0x5d0e83=![];try{_0x33c5e7[_0x2994fc(0xba)][_0x2994fc(0x83)](_0x4c81db=>{const _0x18bf5f=_0x2994fc;if(bsSetupHelper[_0x18bf5f(0xe0)](_0x4c81db[_0x18bf5f(0xf8)]))return _0x5d0e83=!![],!![];});}catch(_0x3c0fe0){logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3c0fe0);}return _0x5d0e83;},exports[a52_0x48cf0a(0x96)]=PerformanceTester['measureWrapper'](a52_0x48cf0a(0x104),async function(_0x14d25f,_0x1e7fbe){const _0x3e452c=a52_0x48cf0a,_0x58c98b={};_0x58c98b[_0x3e452c(0xeb)]=_0x3e452c(0x76),_0x58c98b[_0x3e452c(0x9b)]=_0x3e452c(0x7b),_0x58c98b['vNduD']='javascript',_0x58c98b[_0x3e452c(0xa3)]=_0x3e452c(0xbd),_0x58c98b[_0x3e452c(0xc0)]=_0x3e452c(0xe7),_0x58c98b[_0x3e452c(0xc1)]='v2/test_runs',_0x58c98b['eMtth']=function(_0x43fb84,_0x5a68c){return _0x43fb84===_0x5a68c;},_0x58c98b[_0x3e452c(0x88)]='Invalid\x20configuration\x20passed.',_0x58c98b['VMkut']='false';const _0x3128f6=_0x58c98b,_0x238d42=bsSetupHelper[_0x3e452c(0x85)](_0x14d25f),_0x4bbc05=bsSetupHelper['getAccessKey'](_0x14d25f);if(bsSetupHelper[_0x3e452c(0xab)](_0x238d42)||bsSetupHelper[_0x3e452c(0xab)](_0x4bbc05))return logger[_0x3e452c(0x8b)](_0x3128f6[_0x3e452c(0xeb)]),[null,null];try{let _0x57aa77;bsSetupHelper[_0x3e452c(0xab)](process[_0x3e452c(0x99)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x57aa77={}:_0x57aa77=JSON[_0x3e452c(0xe2)](process[_0x3e452c(0x99)][_0x3e452c(0xce)]);const {name:_0x3add99,version:_0x2788d5}=bsSetupHelper[_0x3e452c(0x75)](_0x14d25f,_0x1e7fbe),_0x17c80c={'projectName':_0x14d25f[_0x3e452c(0xc7)],'buildName':_0x14d25f[_0x3e452c(0xa7)]||path['basename'](path[_0x3e452c(0xb2)](process[_0x3e452c(0xa4)]())),'startTime':new Date()[_0x3e452c(0xb7)](),'description':_0x14d25f[_0x3e452c(0xae)]||'','source':{'frameworkName':_0x1e7fbe['includes'](_0x3128f6[_0x3e452c(0x9b)])?_0x3128f6[_0x3e452c(0x9b)]:_0x1e7fbe,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x1e7fbe),'sdkVersion':bsSetupHelper[_0x3e452c(0xb5)](),'language':_0x3128f6['vNduD'],'testFramework':_0x3add99,'testFrameworkVersion':_0x2788d5},'settings':_0x57aa77,'versionControl':await bsSetupHelper[_0x3e452c(0xfb)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x3e452c(0x6c)](),'browserstackAutomation':bsSetupHelper[_0x3e452c(0xf7)]()},_0x9881d={};_0x9881d['user']=_0x238d42,_0x9881d[_0x3e452c(0xcd)]=_0x4bbc05;const _0x2fb8d9={};_0x2fb8d9[_0x3e452c(0xec)]=_0x3128f6[_0x3e452c(0xa3)];const _0x396554={};_0x396554[_0x3e452c(0x95)]=_0x9881d,_0x396554[_0x3e452c(0x78)]=_0x2fb8d9;const _0x5523f8=_0x396554,_0xc106f7={};_0xc106f7[_0x3e452c(0x7d)]=_0x17c80c,_0xc106f7[_0x3e452c(0x74)]=!![];const _0x299a8a=Object[_0x3e452c(0xc4)](_0x5523f8,_0xc106f7),_0x9eeaa8=await bsSetupHelper[_0x3e452c(0x80)](_0x3128f6[_0x3e452c(0xc0)],_0x3128f6[_0x3e452c(0xc1)],_0x299a8a,_0x14d25f,API_URL);let _0x910f09=process[_0x3e452c(0x99)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x910f09?_0x910f09=JSON[_0x3e452c(0xe2)](process[_0x3e452c(0x99)][_0x3e452c(0xce)]):_0x910f09={},scripts[_0x3e452c(0x100)](_0x9eeaa8[_0x3e452c(0x8f)][_0x3e452c(0x8f)]),scripts['toJson'](),_0x910f09[_0x3e452c(0xdb)]=_0x9eeaa8[_0x3e452c(0x8f)][_0x3e452c(0x8f)]['scannerVersion'],process[_0x3e452c(0x99)][_0x3e452c(0xce)]=JSON[_0x3e452c(0x9a)](_0x910f09),[_0x9eeaa8[_0x3e452c(0x8f)][_0x3e452c(0x8f)][_0x3e452c(0xad)],_0x9eeaa8[_0x3e452c(0x8f)][_0x3e452c(0x8f)]['id']];}catch(_0x5e7f9d){if(_0x5e7f9d[_0x3e452c(0xd4)])logger[_0x3e452c(0x8b)](_0x3e452c(0x6f)+_0x5e7f9d['response'][_0x3e452c(0xa5)]+'\x20'+_0x5e7f9d[_0x3e452c(0xd4)]['statusText']+'\x20'+JSON[_0x3e452c(0x9a)](_0x5e7f9d[_0x3e452c(0xd4)][_0x3e452c(0x8f)]));else{if(_0x3128f6[_0x3e452c(0xe6)](_0x5e7f9d['message'],_0x3128f6[_0x3e452c(0x88)])){logger[_0x3e452c(0x8b)](_0x3e452c(0x6f)+(_0x5e7f9d[_0x3e452c(0xe3)]||_0x5e7f9d[_0x3e452c(0xa2)]));for(const _0x1f77e of _0x5e7f9d[_0x3e452c(0xa9)]){logger[_0x3e452c(0x8b)](_0x1f77e[_0x3e452c(0xe3)]);}process['env'][_0x3e452c(0x102)]=_0x3128f6['VMkut'],process[_0x3e452c(0x99)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x3128f6[_0x3e452c(0xfe)];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x5e7f9d['message']||_0x5e7f9d[_0x3e452c(0xa2)]));}return[null,null];}}),exports[a52_0x48cf0a(0xd6)]=PerformanceTester[a52_0x48cf0a(0x9f)](a52_0x48cf0a(0x77),async function(_0x297a3f){const _0x5ec5d3=a52_0x48cf0a,_0x2c92b9={};_0x2c92b9['FJNmH']=function(_0x76bbd1,_0x3f4634){return _0x76bbd1!==_0x3f4634;},_0x2c92b9[_0x5ec5d3(0x9d)]='string',_0x2c92b9[_0x5ec5d3(0xb4)]=_0x5ec5d3(0x8b),_0x2c92b9[_0x5ec5d3(0xfd)]=_0x5ec5d3(0xe8),_0x2c92b9[_0x5ec5d3(0x79)]='application/json',_0x2c92b9[_0x5ec5d3(0xb0)]=_0x5ec5d3(0xc2),_0x2c92b9[_0x5ec5d3(0x9c)]=_0x5ec5d3(0xf6),_0x2c92b9[_0x5ec5d3(0xd7)]=function(_0x5a5eec,_0x12f8fb){return _0x5a5eec+_0x12f8fb;},_0x2c92b9[_0x5ec5d3(0xf4)]=_0x5ec5d3(0xef),_0x2c92b9[_0x5ec5d3(0x81)]=_0x5ec5d3(0xd2);const _0x57bc92=_0x2c92b9;if(bsSetupHelper[_0x5ec5d3(0xab)](process['env'][_0x5ec5d3(0x90)])||_0x57bc92[_0x5ec5d3(0xac)](typeof process[_0x5ec5d3(0x99)][_0x5ec5d3(0x90)],_0x57bc92[_0x5ec5d3(0x9d)])){const _0x12765f={};return _0x12765f[_0x5ec5d3(0xa5)]=_0x57bc92[_0x5ec5d3(0xb4)],_0x12765f[_0x5ec5d3(0xe3)]=_0x57bc92[_0x5ec5d3(0xfd)],_0x12765f;}const _0x1e7a6e={'endTime':new Date()['toISOString']()},_0x3c2c77={};_0x3c2c77['Authorization']='Bearer\x20'+process[_0x5ec5d3(0x99)][_0x5ec5d3(0x90)],_0x3c2c77[_0x5ec5d3(0xec)]=_0x57bc92[_0x5ec5d3(0x79)];const _0x15b55d={};_0x15b55d[_0x5ec5d3(0x78)]=_0x3c2c77;const _0x1e3871=_0x15b55d,_0x36e771={};_0x36e771[_0x5ec5d3(0x7d)]=_0x1e7a6e,_0x36e771['auth']=null,_0x36e771[_0x5ec5d3(0x74)]=!![];const _0xc02da7=Object[_0x5ec5d3(0xc4)](_0x1e3871,_0x36e771);try{const _0x1873da=await bsSetupHelper['nodeRequest'](_0x57bc92[_0x5ec5d3(0xb0)],_0x57bc92[_0x5ec5d3(0x9c)],_0xc02da7,_0x297a3f,API_URL);if(_0x1873da[_0x5ec5d3(0x8f)][_0x5ec5d3(0x8b)])throw new Error(_0x57bc92[_0x5ec5d3(0xd7)](_0x57bc92[_0x5ec5d3(0xf4)],_0x1873da['data'][_0x5ec5d3(0x8b)]));else{logger[_0x5ec5d3(0x103)](_0x5ec5d3(0xe4)+new Date()[_0x5ec5d3(0xb7)]());const _0x235fd4={};return _0x235fd4['status']=_0x57bc92[_0x5ec5d3(0x81)],_0x235fd4[_0x5ec5d3(0xe3)]='',_0x235fd4;}}catch(_0x390bb5){_0x390bb5[_0x5ec5d3(0xd4)]?logger[_0x5ec5d3(0x8b)](_0x5ec5d3(0xc6)+_0x390bb5[_0x5ec5d3(0xd4)][_0x5ec5d3(0xa5)]+'\x20'+_0x390bb5[_0x5ec5d3(0xd4)]['statusText']+'\x20'+JSON[_0x5ec5d3(0x9a)](_0x390bb5[_0x5ec5d3(0xd4)][_0x5ec5d3(0x8f)])):logger[_0x5ec5d3(0x8b)](_0x5ec5d3(0xc6)+(_0x390bb5[_0x5ec5d3(0xe3)]||util[_0x5ec5d3(0xfa)](_0x390bb5)));const _0x23173b={};return _0x23173b['status']=_0x57bc92[_0x5ec5d3(0xb4)],_0x23173b[_0x5ec5d3(0xe3)]=_0x390bb5[_0x5ec5d3(0xe3)]||(_0x390bb5['response']?_0x390bb5[_0x5ec5d3(0xd4)][_0x5ec5d3(0xa5)]+':'+_0x390bb5[_0x5ec5d3(0xd4)][_0x5ec5d3(0x98)]:_0x390bb5),_0x23173b;}}),exports[a52_0x48cf0a(0x7c)]=async(_0x17da55,_0x30e13e=null)=>{const _0x3c7e11=a52_0x48cf0a,_0xcd5dc7={};_0xcd5dc7[_0x3c7e11(0x70)]=_0x3c7e11(0xd1),_0xcd5dc7[_0x3c7e11(0xcf)]=_0x3c7e11(0xed),_0xcd5dc7[_0x3c7e11(0x7a)]=_0x3c7e11(0x8c);const _0x19c824=_0xcd5dc7;if(!this['isAccessibilityAutomationSession']()||!globals[_0x3c7e11(0xdf)](_0x19c824[_0x3c7e11(0x70)])||!globals['getGlobal'](_0x19c824[_0x3c7e11(0xcf)])){logger[_0x3c7e11(0xea)](_0x19c824[_0x3c7e11(0x7a)]);return;}const _0x4e434a={};_0x4e434a[_0x3c7e11(0x8a)]=_0x30e13e||global[_0x3c7e11(0xf0)],logger[_0x3c7e11(0x89)](util['format'](await _0x17da55[_0x3c7e11(0xc9)](scripts[_0x3c7e11(0x7c)],_0x4e434a)));},exports['getAccessibilityResults']=async(_0x23bae7,_0x477098)=>{const _0x2d030f=a52_0x48cf0a,_0x17e5df={};_0x17e5df['OasEs']=_0x2d030f(0xd1),_0x17e5df[_0x2d030f(0xb3)]='bstackA11yShouldScan',_0x17e5df[_0x2d030f(0x87)]=_0x2d030f(0xe1),_0x17e5df['LQXpA']=_0x2d030f(0xbf),_0x17e5df[_0x2d030f(0xd8)]='No\x20accessibility\x20results\x20were\x20found.';const _0x28664b=_0x17e5df;if(!this[_0x2d030f(0x84)]()||!globals['getGlobal'](_0x28664b[_0x2d030f(0x6e)])||!globals[_0x2d030f(0xdf)](_0x28664b['kJEkF']))return logger[_0x2d030f(0xea)](_0x28664b[_0x2d030f(0x87)]),[];try{logger[_0x2d030f(0x89)](_0x28664b[_0x2d030f(0xd9)]);const _0x548bd8={};_0x548bd8[_0x2d030f(0x8a)]=_0x477098[_0x2d030f(0xf0)],logger['debug'](util[_0x2d030f(0xfa)](await _0x23bae7['executeAsyncScript'](scripts[_0x2d030f(0x7c)],_0x548bd8)));const _0x5ebf80=await _0x23bae7[_0x2d030f(0xc9)](scripts[_0x2d030f(0xff)]);return _0x5ebf80;}catch{return logger[_0x2d030f(0x8b)](_0x28664b['QCzgB']),[];}},exports['getAccessibilityResultsSummary']=async(_0xb63d81,_0x1bc17b)=>{const _0x49b83a=a52_0x48cf0a,_0x24fec7={};_0x24fec7[_0x49b83a(0x93)]='isAccessibilityPlatform',_0x24fec7[_0x49b83a(0xbc)]='bstackA11yShouldScan',_0x24fec7['RxWHW']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x24fec7[_0x49b83a(0xb6)]=_0x49b83a(0xb9),_0x24fec7[_0x49b83a(0x6b)]=_0x49b83a(0xaa);const _0x4ac47c=_0x24fec7;if(!this['isAccessibilityAutomationSession']()||!globals[_0x49b83a(0xdf)](_0x4ac47c['fkYep'])||!globals['getGlobal'](_0x4ac47c[_0x49b83a(0xbc)]))return logger['warn'](_0x4ac47c['RxWHW']),{};try{logger[_0x49b83a(0x89)](_0x4ac47c['jXghh']);const _0x46622e={};_0x46622e[_0x49b83a(0x8a)]=_0x1bc17b['browserstackSessionName'],logger[_0x49b83a(0x89)](util[_0x49b83a(0xfa)](await _0xb63d81[_0x49b83a(0xc9)](scripts['performScan'],_0x46622e)));const _0x3a7ba9=await _0xb63d81[_0x49b83a(0xc9)](scripts[_0x49b83a(0xc8)]);return _0x3a7ba9;}catch{return logger[_0x49b83a(0x8b)](_0x4ac47c[_0x49b83a(0x6b)]),{};}},exports[a52_0x48cf0a(0x101)]=_0x333dc3=>{const _0x549615=a52_0x48cf0a,_0x13b198={};_0x13b198[_0x549615(0xca)]=function(_0x5e355e,_0xceea0){return _0x5e355e===_0xceea0;},_0x13b198['EKXMU']=_0x549615(0xda),_0x13b198[_0x549615(0xf9)]=_0x549615(0xe9);const _0x19422b=_0x13b198;if(_0x333dc3&&_0x333dc3[_0x549615(0xcc)]&&_0x19422b['VqGZI'](typeof _0x333dc3[_0x549615(0xcc)],_0x19422b['EKXMU']))return _0x333dc3[_0x549615(0xcc)][_0x549615(0x91)](_0x19422b[_0x549615(0xf9)]);return![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a53_0x5748e7=a53_0x9cbd;(function(_0x26023c,_0x5b9b4f){const _0x1e8840=a53_0x9cbd,_0x28deb9=_0x26023c();while(!![]){try{const _0x4e2538=-parseInt(_0x1e8840(0x1a8))/0x1+-parseInt(_0x1e8840(0x1cd))/0x2+-parseInt(_0x1e8840(0x1c5))/0x3+-parseInt(_0x1e8840(0x1bf))/0x4*(-parseInt(_0x1e8840(0x1cc))/0x5)+-parseInt(_0x1e8840(0x1c0))/0x6*(-parseInt(_0x1e8840(0x1d0))/0x7)+-parseInt(_0x1e8840(0x1ae))/0x8*(parseInt(_0x1e8840(0x1bd))/0x9)+parseInt(_0x1e8840(0x1be))/0xa;if(_0x4e2538===_0x5b9b4f)break;else _0x28deb9['push'](_0x28deb9['shift']());}catch(_0x435bba){_0x28deb9['push'](_0x28deb9['shift']());}}}(a53_0x1634,0xaacd1));const path=require(a53_0x5748e7(0x1c8)),fs=require('fs'),helper=require(a53_0x5748e7(0x1c1));function a53_0x9cbd(_0x1b888c,_0xec86ab){const _0x163498=a53_0x1634();return a53_0x9cbd=function(_0x9cbd97,_0x5607ca){_0x9cbd97=_0x9cbd97-0x1a7;let _0x53ea1b=_0x163498[_0x9cbd97];return _0x53ea1b;},a53_0x9cbd(_0x1b888c,_0xec86ab);}function a53_0x1634(){const _0x3e42bc=['ZcIID','getResults','scan','split','36pidlDx','32773700QKbbUT','3268JcuMPo','150nuqOsq','../helper','existsSync','4|6|2|1|5|0|3','join','1045755vaNDHa','name','findIndex','path','getResultsSummary','toJson','commands','2335edNXGn','2239052iFEuSy','exports','saveResults','82439DliRjN','commandsPath','568994BXlsMX','fWpQc','performScan','browserstackFolderPath','parseFromJson','Ketsh','2433256HxNtzN','scripts','mkdirSync','saveTestResults','shouldWrapCommand','.browserstack','toLowerCase','commandsToWrap','homedir','gMfny','writeFileSync'];a53_0x1634=function(){return _0x3e42bc;};return a53_0x1634();}class Scripts{constructor(){const _0x4d839=a53_0x5748e7,_0x414bd2={};_0x414bd2[_0x4d839(0x1b7)]=_0x4d839(0x1c3),_0x414bd2[_0x4d839(0x1b9)]='commands.json',_0x414bd2[_0x4d839(0x1a9)]=_0x4d839(0x1b3);const _0x370775=_0x414bd2,_0x287a94=_0x370775['gMfny'][_0x4d839(0x1bc)]('|');let _0x5b81cd=0x0;while(!![]){switch(_0x287a94[_0x5b81cd++]){case'0':this[_0x4d839(0x1a7)]=path[_0x4d839(0x1c4)](this[_0x4d839(0x1ab)],_0x370775['ZcIID']);continue;case'1':this['saveTestResults']=null;continue;case'2':this[_0x4d839(0x1c9)]=null;continue;case'3':this['fromJson']();continue;case'4':this[_0x4d839(0x1aa)]=null;continue;case'5':this[_0x4d839(0x1ab)]=path[_0x4d839(0x1c4)](helper[_0x4d839(0x1b6)](),_0x370775['fWpQc']);continue;case'6':this[_0x4d839(0x1ba)]=null;continue;}break;}}[a53_0x5748e7(0x1ac)](_0x353d40){const _0x39dbea=a53_0x5748e7;_0x353d40[_0x39dbea(0x1af)]&&(this[_0x39dbea(0x1aa)]=_0x353d40[_0x39dbea(0x1af)][_0x39dbea(0x1bb)],this['getResults']=_0x353d40[_0x39dbea(0x1af)][_0x39dbea(0x1ba)],this['getResultsSummary']=_0x353d40[_0x39dbea(0x1af)][_0x39dbea(0x1c9)],this[_0x39dbea(0x1b1)]=_0x353d40[_0x39dbea(0x1af)][_0x39dbea(0x1cf)]),this[_0x39dbea(0x1b5)]=_0x353d40[_0x39dbea(0x1cb)];}[a53_0x5748e7(0x1b2)](_0x445dc9){const _0x1b165c=a53_0x5748e7,_0x121c80={};_0x121c80[_0x1b165c(0x1ad)]=function(_0x42997b,_0x45b6b1){return _0x42997b!==_0x45b6b1;};const _0x46d37e=_0x121c80;try{return _0x46d37e[_0x1b165c(0x1ad)](this[_0x1b165c(0x1b5)][_0x1b165c(0x1c7)](_0x2b4b00=>_0x2b4b00[_0x1b165c(0x1c6)][_0x1b165c(0x1b4)]()===_0x445dc9['toLowerCase']()),-0x1);}catch{}return![];}[a53_0x5748e7(0x1ca)](){const _0x2958b1=a53_0x5748e7;!fs['existsSync'](this[_0x2958b1(0x1ab)])&&fs[_0x2958b1(0x1b0)](this[_0x2958b1(0x1ab)]),fs[_0x2958b1(0x1b8)](this[_0x2958b1(0x1a7)],JSON['stringify']({'scripts':{'scan':this[_0x2958b1(0x1aa)],'getResults':this[_0x2958b1(0x1ba)],'getResultsSummary':this[_0x2958b1(0x1c9)],'saveResults':this[_0x2958b1(0x1b1)]},'commands':this[_0x2958b1(0x1b5)]}));}['fromJson'](){const _0x1ae84c=a53_0x5748e7,_0x4b8646={'aRePQ':function(_0x228504,_0x294672){return _0x228504(_0x294672);}};fs[_0x1ae84c(0x1c2)](this[_0x1ae84c(0x1a7)])&&this[_0x1ae84c(0x1ac)](_0x4b8646['aRePQ'](require,this[_0x1ae84c(0x1a7)]));}}module[a53_0x5748e7(0x1ce)]=new Scripts();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a54_0x53832a=a54_0x17c1;(function(_0x448c43,_0x37665b){var _0x204b68=a54_0x17c1,_0x4e6d33=_0x448c43();while(!![]){try{var _0x289ca3=parseInt(_0x204b68(0x12d))/0x1+-parseInt(_0x204b68(0x12b))/0x2*(parseInt(_0x204b68(0x12c))/0x3)+-parseInt(_0x204b68(0x127))/0x4+parseInt(_0x204b68(0x12a))/0x5*(parseInt(_0x204b68(0x123))/0x6)+parseInt(_0x204b68(0x131))/0x7*(-parseInt(_0x204b68(0x128))/0x8)+-parseInt(_0x204b68(0x130))/0x9*(parseInt(_0x204b68(0x125))/0xa)+parseInt(_0x204b68(0x129))/0xb;if(_0x289ca3===_0x37665b)break;else _0x4e6d33['push'](_0x4e6d33['shift']());}catch(_0x35f4d2){_0x4e6d33['push'](_0x4e6d33['shift']());}}}(a54_0x22b9,0x25b2b));var a54_0x4bc787={};function a54_0x17c1(_0x1c48cc,_0xfc951a){var _0x22b9f6=a54_0x22b9();return a54_0x17c1=function(_0x17c131,_0x354eca){_0x17c131=_0x17c131-0x123;var _0x471251=_0x22b9f6[_0x17c131];return _0x471251;},a54_0x17c1(_0x1c48cc,_0xfc951a);}a54_0x4bc787['BUILDS_DASHBOARD_URL']=a54_0x53832a(0x126),a54_0x4bc787[a54_0x53832a(0x12e)]=a54_0x53832a(0x12f),module[a54_0x53832a(0x124)]=a54_0x4bc787;function a54_0x22b9(){var _0x490dae=['exports','50BJrBeL','https://grid.browserstack.com/dashboard/builds','901032iwEmzW','112avanOi','7502451pIhmiz','186685jkBhBY','6XiMUDb','289917QqCVLA','94699EliNVe','API_ENDPOINT','automate-turboscale/v1','119061evAvnF','76510oeRLcT','18uXFpxk'];a54_0x22b9=function(){return _0x490dae;};return a54_0x22b9();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a55_0x4306e3=a55_0x348a;function a55_0x348a(_0xf6235d,_0x2f999a){const _0x38f2bd=a55_0x38f2();return a55_0x348a=function(_0x348ac0,_0x3e813b){_0x348ac0=_0x348ac0-0x12a;let _0x17729e=_0x38f2bd[_0x348ac0];return _0x17729e;},a55_0x348a(_0xf6235d,_0x2f999a);}(function(_0x296630,_0x30ebe8){const _0x1a3ca0=a55_0x348a,_0x109a51=_0x296630();while(!![]){try{const _0x281041=parseInt(_0x1a3ca0(0x132))/0x1+-parseInt(_0x1a3ca0(0x139))/0x2*(parseInt(_0x1a3ca0(0x130))/0x3)+-parseInt(_0x1a3ca0(0x146))/0x4+-parseInt(_0x1a3ca0(0x135))/0x5*(parseInt(_0x1a3ca0(0x131))/0x6)+parseInt(_0x1a3ca0(0x143))/0x7*(parseInt(_0x1a3ca0(0x12a))/0x8)+parseInt(_0x1a3ca0(0x145))/0x9*(parseInt(_0x1a3ca0(0x141))/0xa)+-parseInt(_0x1a3ca0(0x133))/0xb*(parseInt(_0x1a3ca0(0x12b))/0xc);if(_0x281041===_0x30ebe8)break;else _0x109a51['push'](_0x109a51['shift']());}catch(_0xb82ec4){_0x109a51['push'](_0x109a51['shift']());}}}(a55_0x38f2,0xa8977));function a55_0x38f2(){const _0x4375c2=['jXckt','getTurboScaleOptions','medium','BROWSERSTACK_TURBOSCALE_GRID_NAME','env','gridName','buildTags','3110AqXiHV','turboScaleOptions','124698zILEcc','split','32949ZovPEy','342472IlacFv','112qAdBdT','60OyqMgQ','../../bin/utils/constants','getTurboScaleCaps','isArray','BROWSERSTACK_BUILD_TAGS','3247215Tjwwrx','316218gmZfYd','1082304ulLdGS','881947kaRmuK','getTurboScaleGridName','20UoIIXd','cvuYl','buildPriority','VugBQ','2xRGSKU'];a55_0x38f2=function(){return _0x4375c2;};return a55_0x38f2();}const constants=require(a55_0x4306e3(0x12c));exports[a55_0x4306e3(0x13b)]=()=>{if(!constants['TURBOSCALE_OPTIONS']['options'])return{};return constants['TURBOSCALE_OPTIONS']['options'];},exports[a55_0x4306e3(0x134)]=_0x1b99da=>{const _0x55c61a=a55_0x4306e3,_0xfa0870={};_0xfa0870[_0x55c61a(0x136)]='NO_GRID_NAME_PASSED';const _0x350af5=_0xfa0870;if(_0x1b99da[_0x55c61a(0x142)]&&_0x1b99da['turboScaleOptions'][_0x55c61a(0x13f)])return _0x1b99da[_0x55c61a(0x142)][_0x55c61a(0x13f)];if(process[_0x55c61a(0x13e)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process['env'][_0x55c61a(0x13d)];return _0x350af5[_0x55c61a(0x136)];},exports['isTurboScaleSession']=_0x7fe86f=>{const _0x3421c6=a55_0x4306e3,_0x3f1d23={};_0x3f1d23[_0x3421c6(0x13a)]=function(_0x59873d,_0x1c5ba1){return _0x59873d===_0x1c5ba1;};const _0x4442d9=_0x3f1d23;return _0x7fe86f&&_0x4442d9[_0x3421c6(0x13a)](_0x7fe86f['turboScale'],!![]);},exports[a55_0x4306e3(0x12d)]=(_0x2c615,_0x502c84,_0xd47300)=>{const _0x439ef4=a55_0x4306e3,_0x46d3d1={};_0x46d3d1[_0x439ef4(0x138)]=_0x439ef4(0x13c);const _0x222073=_0x46d3d1,_0x578ad6={};_0x578ad6[_0x439ef4(0x137)]=_0x222073['VugBQ'];_0x2c615[_0x439ef4(0x140)]&&(_0x578ad6[_0x439ef4(0x140)]=Array[_0x439ef4(0x12e)](_0x2c615[_0x439ef4(0x140)])?_0x2c615['buildTags']:_0x2c615[_0x439ef4(0x140)][_0x439ef4(0x144)](','));if(process[_0x439ef4(0x13e)][_0x439ef4(0x12f)])try{_0x578ad6[_0x439ef4(0x140)]=process[_0x439ef4(0x13e)][_0x439ef4(0x12f)][_0x439ef4(0x144)](',');}catch{_0x578ad6[_0x439ef4(0x140)]=process[_0x439ef4(0x13e)][_0x439ef4(0x12f)];}return _0x2c615[_0x439ef4(0x137)]&&(_0x578ad6[_0x439ef4(0x137)]=_0x2c615[_0x439ef4(0x137)]),process[_0x439ef4(0x13e)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x578ad6[_0x439ef4(0x137)]=process[_0x439ef4(0x13e)]['BROWSERSTACK_BUILD_PRIORITY']),_0x578ad6;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a56_0x1a54(){var _0x399698=['browserstack.logLevel','browserstack.projectName','browserstack.buildIdentifier','avdLaunchTimeout','noReset','allowTouchIdEnroll','otherApps','cgJhE','androidInstallTimeout','isHeadless','browserstack.ppp','rErNp','jEzLU','autoWebview','androidInstallPath','safariOpenLinksInBackground','updatedWDABundleId','wdaStartupRetryInterval','adbExecTimeout','avd','11UEGRcN','skipDeviceInitialization','BROWSERSTACK_AUTOMATION','1iahGTc','BROWSERSTACK_USER_NAME','chromedriverExecutable','keyAlias','deviceName','iqrPD','waitForAppScript','BROWSERSTACK_BUILD_NAME','printPageSourceOnFindFailure','automation','CLICapsMapping','launchTimeout','enforceAppInstall','UvWat','skipLogcatCapture','fullReset','intentFlags','useNewWDA','autoAcceptAlerts','avdReadyTimeout','5AVpZda','browserstack.automation','knQYz','nEsdm','parallelsPerPlatform','chromedriverUseSystemExecutable','deviceReadyTimeout','iosInstallPause','androidCoverage','projectName','appWaitDuration','browserstack.rerunTests','mockLocationApp','appWaitPackage','144384ykWYiA','ignoreUnimportantViews','769833oXtHct','remoteAppsCacheLimit','customSSLCert','BROWSERSTACK_APP','webviewDevtoolsPort','disableWindowAnimation','browserstack.app','unicodeKeyboard','ignoreHiddenApiPolicyError','logcatFormat','allowTestPackages','BROWSERSTACK_PROJECT_NAME','IDiKs','tapWithShortPressDuration','BROWSERSTACK_ACCESS_KEY','userName','bundleId','app','FeApo','webDriverAgentUrl','autoDismissAlerts','locale','resetKeyboard','appWaitActivity','2966468eDBPwC','Zwhoe','androidDeviceReadyTimeout','wdaLaunchTimeout','eventTimings','BROWSERSTACK_BUILD_IDENTIFIER','1502958WEtPgi','chromedriverPorts','nDEIx','useKeystore','appActivity','CYGnf','browserstack.local','48yGGIHS','autoWebviewTimeout','optionalIntentArguments','buildIdentifier','browserstack.user_name','AppiumCaps','BROWSERSTACK_LOCAL','avdArgs','52CxOkxq','automationName','qPsCR','chromeOptions','xcodeSigningId','localIdentifier','buildName','browserstackLocal','onQHr','chromedriverArgs','xcodeOrgId','MsuRt','androidScreenshotPath','fJjGW','mTphy','EwDPq','logLevel','ensureWebviewsHavePages','BROWSERSTACK_USERNAME','JJufs','intentCategory','unlockKey','88JoGRCr','browserstack.access_key','keystorePassword','LYtyA','keychainPassword','browserstack.buildName','xvHiF','udid','163177XqhJLx','recreateChromeDriverSessions','gpsEnabled','screenshotWaitTimeout','webkitDebugProxyPort','qqDwK','goFgc','safariIgnoreFraudWarning','keepKeyChains','rerunTests','wdaStartupRetries','browserstack.parallelsPerPlatform','usePrebuiltWDA','3342156egAhXl','wdaConnectionTimeout','aIeqh','browserstack.userName','nativeInstrumentsLib','logcatFilterSpecs','localizableStringsDir','chromedriverChromeMappingFile','2104640ZGewRU','webviewConnectRetries','YuHVn','UUUYl','keyPassword','clearSystemFiles','hCbjJ','unlockType','enableWebviewDetailsCollection','EnvCapsMapping','autoLaunch','allowDelayAdb','useCarthageSsl','accessKey','wdaLocalPort','calendarFormat','remoteAdbHost'];a56_0x1a54=function(){return _0x399698;};return a56_0x1a54();}function a56_0x11a9(_0x2e9d3d,_0x23a2cb){var _0x1a5461=a56_0x1a54();return a56_0x11a9=function(_0x11a946,_0xbf420e){_0x11a946=_0x11a946-0x1c9;var _0x328696=_0x1a5461[_0x11a946];return _0x328696;},a56_0x11a9(_0x2e9d3d,_0x23a2cb);}var a56_0x467c8b=a56_0x11a9;(function(_0x491320,_0x2ece40){var _0x31c395=a56_0x11a9,_0x11dd55=_0x491320();while(!![]){try{var _0x10113f=parseInt(_0x31c395(0x1d6))/0x1*(-parseInt(_0x31c395(0x218))/0x2)+parseInt(_0x31c395(0x252))/0x3+-parseInt(_0x31c395(0x212))/0x4*(-parseInt(_0x31c395(0x1ea))/0x5)+-parseInt(_0x31c395(0x21f))/0x6*(-parseInt(_0x31c395(0x245))/0x7)+-parseInt(_0x31c395(0x23d))/0x8*(parseInt(_0x31c395(0x1fa))/0x9)+parseInt(_0x31c395(0x25a))/0xa*(parseInt(_0x31c395(0x1d3))/0xb)+parseInt(_0x31c395(0x1f8))/0xc*(parseInt(_0x31c395(0x227))/0xd);if(_0x10113f===_0x2ece40)break;else _0x11dd55['push'](_0x11dd55['shift']());}catch(_0x2e42bf){_0x11dd55['push'](_0x11dd55['shift']());}}}(a56_0x1a54,0x9486b),exports[a56_0x467c8b(0x1e0)]=()=>{var _0x1aee0d=a56_0x467c8b,_0x3b0429={};_0x3b0429[_0x1aee0d(0x21a)]=_0x1aee0d(0x223),_0x3b0429['KzzZC']=_0x1aee0d(0x255),_0x3b0429[_0x1aee0d(0x1e3)]=_0x1aee0d(0x23e),_0x3b0429['UrHxc']='browserstack.accessKey',_0x3b0429[_0x1aee0d(0x240)]=_0x1aee0d(0x242),_0x3b0429['fJjGW']=_0x1aee0d(0x26c),_0x3b0429[_0x1aee0d(0x1db)]=_0x1aee0d(0x26d),_0x3b0429[_0x1aee0d(0x236)]=_0x1aee0d(0x1c9),_0x3b0429[_0x1aee0d(0x20c)]=_0x1aee0d(0x250),_0x3b0429[_0x1aee0d(0x23a)]=_0x1aee0d(0x21e),_0x3b0429['rErNp']='browserstack.localIdentifier',_0x3b0429[_0x1aee0d(0x229)]=_0x1aee0d(0x1f5),_0x3b0429['aIeqh']=_0x1aee0d(0x200),_0x3b0429[_0x1aee0d(0x1cb)]=_0x1aee0d(0x26b),_0x3b0429[_0x1aee0d(0x24b)]=_0x1aee0d(0x1eb);var _0x4b898a=_0x3b0429,_0x153888={};return _0x153888[_0x1aee0d(0x209)]=[_0x4b898a[_0x1aee0d(0x21a)],_0x4b898a['KzzZC']],_0x153888[_0x1aee0d(0x267)]=[_0x4b898a['UvWat'],_0x4b898a['UrHxc']],_0x153888[_0x1aee0d(0x22d)]=[_0x4b898a[_0x1aee0d(0x240)]],_0x153888[_0x1aee0d(0x1f3)]=[_0x4b898a[_0x1aee0d(0x234)]],_0x153888[_0x1aee0d(0x222)]=[_0x4b898a[_0x1aee0d(0x1db)]],_0x153888['parallelsPerPlatform']=[_0x4b898a['EwDPq'],_0x4b898a[_0x1aee0d(0x20c)]],_0x153888[_0x1aee0d(0x22e)]=[_0x4b898a['JJufs']],_0x153888['localIdentifier']=[_0x4b898a[_0x1aee0d(0x1ca)]],_0x153888[_0x1aee0d(0x24e)]=[_0x4b898a[_0x1aee0d(0x229)]],_0x153888[_0x1aee0d(0x20b)]=[_0x4b898a[_0x1aee0d(0x254)]],_0x153888[_0x1aee0d(0x237)]=[_0x4b898a[_0x1aee0d(0x1cb)]],_0x153888[_0x1aee0d(0x1df)]=[_0x4b898a['goFgc']],_0x153888;},exports[a56_0x467c8b(0x263)]=()=>{var _0x336474=a56_0x467c8b,_0xdb9e9a={};_0xdb9e9a[_0x336474(0x22f)]=_0x336474(0x239),_0xdb9e9a[_0x336474(0x243)]=_0x336474(0x1d7),_0xdb9e9a[_0x336474(0x235)]=_0x336474(0x208),_0xdb9e9a[_0x336474(0x232)]=_0x336474(0x1dd),_0xdb9e9a[_0x336474(0x24a)]=_0x336474(0x205),_0xdb9e9a[_0x336474(0x25c)]=_0x336474(0x217),_0xdb9e9a[_0x336474(0x260)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0xdb9e9a[_0x336474(0x1ec)]=_0x336474(0x225),_0xdb9e9a[_0x336474(0x213)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0xdb9e9a['nEsdm']='BROWSERSTACK_RERUN_TESTS',_0xdb9e9a[_0x336474(0x25d)]='BROWSERSTACK_APP_ID',_0xdb9e9a[_0x336474(0x272)]=_0x336474(0x1fd),_0xdb9e9a[_0x336474(0x206)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0xdb9e9a[_0x336474(0x21d)]=_0x336474(0x1d5);var _0x5eeaae=_0xdb9e9a,_0x412d5b={};return _0x412d5b[_0x336474(0x209)]=[_0x5eeaae[_0x336474(0x22f)],_0x5eeaae[_0x336474(0x243)]],_0x412d5b['accessKey']=[_0x5eeaae['mTphy']],_0x412d5b['buildName']=[_0x5eeaae[_0x336474(0x232)]],_0x412d5b[_0x336474(0x1f3)]=[_0x5eeaae[_0x336474(0x24a)]],_0x412d5b[_0x336474(0x222)]=[_0x5eeaae[_0x336474(0x25c)]],_0x412d5b[_0x336474(0x1ee)]=[_0x5eeaae[_0x336474(0x260)]],_0x412d5b['browserstackLocal']=[_0x5eeaae[_0x336474(0x1ec)]],_0x412d5b[_0x336474(0x22c)]=[_0x5eeaae[_0x336474(0x213)]],_0x412d5b[_0x336474(0x24e)]=[_0x5eeaae[_0x336474(0x1ed)]],_0x412d5b['app']=[_0x5eeaae[_0x336474(0x25d)],_0x5eeaae['cgJhE']],_0x412d5b[_0x336474(0x237)]=[_0x5eeaae[_0x336474(0x206)]],_0x412d5b[_0x336474(0x1df)]=[_0x5eeaae[_0x336474(0x21d)]],_0x412d5b;},exports[a56_0x467c8b(0x224)]=()=>[a56_0x467c8b(0x228),'platformVersion',a56_0x467c8b(0x1da),'newCommandTimeout',a56_0x467c8b(0x20b),a56_0x467c8b(0x244),'language',a56_0x467c8b(0x20f),'orientation',a56_0x467c8b(0x1cc),a56_0x467c8b(0x26f),a56_0x467c8b(0x1e5),a56_0x467c8b(0x25f),a56_0x467c8b(0x216),'enablePerformanceLogging',a56_0x467c8b(0x271),a56_0x467c8b(0x1de),a56_0x467c8b(0x21c),'appPackage',a56_0x467c8b(0x211),a56_0x467c8b(0x1f7),a56_0x467c8b(0x1f4),a56_0x467c8b(0x1f0),a56_0x467c8b(0x204),a56_0x467c8b(0x1f2),'androidCoverageEndIntent',a56_0x467c8b(0x214),'adbPort','androidDeviceSocket',a56_0x467c8b(0x273),a56_0x467c8b(0x1cd),a56_0x467c8b(0x1d2),a56_0x467c8b(0x26e),a56_0x467c8b(0x1e9),a56_0x467c8b(0x226),a56_0x467c8b(0x21b),'keystorePath',a56_0x467c8b(0x23f),a56_0x467c8b(0x1d9),a56_0x467c8b(0x25e),a56_0x467c8b(0x1d8),a56_0x467c8b(0x230),'chromedriverExecutableDir',a56_0x467c8b(0x259),a56_0x467c8b(0x1ef),'chromedriverPort',a56_0x467c8b(0x219),'chromedriverDisableBuildCheck',a56_0x467c8b(0x220),'intentAction',a56_0x467c8b(0x23b),a56_0x467c8b(0x1e6),a56_0x467c8b(0x221),'dontStopAppOnReset',a56_0x467c8b(0x201),a56_0x467c8b(0x210),'noSign',a56_0x467c8b(0x1f9),'disableAndroidWatchers',a56_0x467c8b(0x22a),a56_0x467c8b(0x246),'nativeWebScreenshot',a56_0x467c8b(0x233),'networkSpeed',a56_0x467c8b(0x247),a56_0x467c8b(0x274),a56_0x467c8b(0x1d1),'localeScript',a56_0x467c8b(0x1d4),'autoGrantPermissions','androidNaturalOrientation','systemPort',a56_0x467c8b(0x26a),'skipUnlock',a56_0x467c8b(0x261),a56_0x467c8b(0x23c),a56_0x467c8b(0x264),a56_0x467c8b(0x1e4),'uninstallOtherPackages',a56_0x467c8b(0x1ff),'buildToolsVersion',a56_0x467c8b(0x1e2),a56_0x467c8b(0x238),a56_0x467c8b(0x1fe),a56_0x467c8b(0x262),a56_0x467c8b(0x1fb),a56_0x467c8b(0x269),a56_0x467c8b(0x20a),a56_0x467c8b(0x1e1),'locationServicesEnabled','locationServicesAuthorized',a56_0x467c8b(0x1e8),a56_0x467c8b(0x20e),a56_0x467c8b(0x256),'nativeWebTap','safariInitialUrl','safariAllowPopups',a56_0x467c8b(0x24c),a56_0x467c8b(0x1ce),a56_0x467c8b(0x24d),a56_0x467c8b(0x258),'processArguments','interKeyDelay','showIOSLog','sendKeyStrategy','webkitResponseTimeout',a56_0x467c8b(0x248),'remoteDebugProxy','enableAsyncExecuteFromHttps','skipLogCapture',a56_0x467c8b(0x249),'fullContextList',a56_0x467c8b(0x1dc),a56_0x467c8b(0x25b),'appName',a56_0x467c8b(0x1fc),a56_0x467c8b(0x207),'scaleFactor',a56_0x467c8b(0x268),'showXcodeLog',a56_0x467c8b(0x1f1),'xcodeConfigFile',a56_0x467c8b(0x241),a56_0x467c8b(0x251),'preventWDAAttachments',a56_0x467c8b(0x20d),'keychainPath',a56_0x467c8b(0x1e7),a56_0x467c8b(0x215),a56_0x467c8b(0x253),a56_0x467c8b(0x231),a56_0x467c8b(0x22b),a56_0x467c8b(0x1cf),'resetOnSessionStartOnly','commandTimeouts',a56_0x467c8b(0x24f),a56_0x467c8b(0x1d0),'connectHardwareKeyboard','maxTypingFrequency','simpleIsVisibleCheck',a56_0x467c8b(0x266),'shouldUseSingletonTestManager','startIWDP',a56_0x467c8b(0x270),a56_0x467c8b(0x202),a56_0x467c8b(0x1f6),a56_0x467c8b(0x203),a56_0x467c8b(0x257),a56_0x467c8b(0x265)]);
|
|
1
|
+
function a56_0x269d(){var _0x22a6de=['wdaLaunchTimeout','autoLaunch','browserstack.automation','autoWebviewTimeout','HvLeB','rALlB','66600UNHEMn','language','preventWDAAttachments','logLevel','BROWSERSTACK_ACCESS_KEY','chromedriverDisableBuildCheck','screenshotWaitTimeout','fullContextList','udid','androidInstallPath','localeScript','wdaLocalPort','wdaConnectionTimeout','BROWSERSTACK_RERUN_TESTS','optionalIntentArguments','enableWebviewDetailsCollection','221RkOWlE','chromedriverPorts','locationServicesEnabled','BrfdP','allowDelayAdb','safariOpenLinksInBackground','webviewDevtoolsPort','browserstack.buildName','updatedWDABundleId','userName','6495104RTyURG','OtGSa','gpsEnabled','10272440KVHoYf','keyAlias','6QIxsfb','dIDHb','useNewWDA','ErutV','UVThP','rerunTests','chromedriverPort','newCommandTimeout','BROWSERSTACK_PARALLELS_PER_PLATFORM','appName','skipUnlock','BROWSERSTACK_BUILD_IDENTIFIER','eventTimings','buildIdentifier','localizableStringsDir','avdReadyTimeout','dgYnz','skipLogcatCapture','startIWDP','showXcodeLog','logcatFormat','browserstack.access_key','UINEM','browserstackLocal','hyJoU','nPrwO','androidCoverage','ignoreUnimportantViews','frEqM','keystorePassword','browserstack.user_name','automationName','useKeystore','launchTimeout','CLICapsMapping','autoGrantPermissions','localIdentifier','safariInitialUrl','appPackage','86204kchKvA','avdArgs','resetKeyboard','allowTestPackages','isHeadless','EnvCapsMapping','androidInstallTimeout','BROWSERSTACK_LOCAL_IDENTIFIER','1402JLGnii','RMfOs','intentFlags','intentAction','Nxgji','enablePerformanceLogging','sendKeyStrategy','browserstack.buildIdentifier','JCnuG','browserstack.userName','autoWebview','intentCategory','PRNDy','xcodeSigningId','browserstack.parallelsPerPlatform','3687615DJZdMj','connectHardwareKeyboard','projectName','noReset','automation','nativeWebTap','sxAaO','appWaitDuration','Nqbcs','unicodeKeyboard','44mkokUq','chromedriverExecutable','keystorePath','scaleFactor','platformVersion','webDriverAgentUrl','UAWCj','xcodeConfigFile','fqCDk','customSSLCert','webkitDebugProxyPort','browserstack.local','safariAllowPopups','appActivity','showIOSLog','BROWSERSTACK_AUTOMATION','BROWSERSTACK_USER_NAME','usePrebuiltWDA','fullReset','noSign','wdaStartupRetries','browserstack.rerunTests','chromeOptions','processArguments','chromedriverExecutableDir','keychainPassword','BROWSERSTACK_LOCAL','deviceName','browserstack.ppp','xcodeOrgId','buildName','appWaitActivity','autoAcceptAlerts','IclzC','rhdnE','chromedriverUseSystemExecutable','skipDeviceInitialization','parallelsPerPlatform','androidScreenshotPath','dontStopAppOnReset','nativeInstrumentsLib','dfZwf','ZwwKY','appWaitPackage','unlockType','buildToolsVersion','ensureWebviewsHavePages','JQBqs','accessKey','deviceReadyTimeout','8119629wIJDBL','resetOnSessionStartOnly','browserstack.logLevel','recreateChromeDriverSessions','androidDeviceSocket','AppiumCaps','adbPort','bundleId','ignoreHiddenApiPolicyError','remoteDebugProxy','sZgFc','browserstack.accessKey','avd','waitForAppScript','keepKeyChains','iosInstallPause','BROWSERSTACK_APP','mockLocationApp','browserstack.localIdentifier','commandTimeouts','BROWSERSTACK_PROJECT_NAME','shouldUseSingletonTestManager','webkitResponseTimeout','45KvaFWG','app','allowTouchIdEnroll','remoteAppsCacheLimit','locationServicesAuthorized','browserstack.projectName'];a56_0x269d=function(){return _0x22a6de;};return a56_0x269d();}var a56_0x202e0e=a56_0x572c;function a56_0x572c(_0x33ebd4,_0x31de60){var _0x269d4f=a56_0x269d();return a56_0x572c=function(_0x572cc1,_0x2590b1){_0x572cc1=_0x572cc1-0x137;var _0x4ffcbc=_0x269d4f[_0x572cc1];return _0x4ffcbc;},a56_0x572c(_0x33ebd4,_0x31de60);}(function(_0x45a155,_0x58864a){var _0x167a91=a56_0x572c,_0x5c92a4=_0x45a155();while(!![]){try{var _0x14aaef=-parseInt(_0x167a91(0x15a))/0x1*(-parseInt(_0x167a91(0x198))/0x2)+-parseInt(_0x167a91(0x1a7))/0x3+-parseInt(_0x167a91(0x190))/0x4*(parseInt(_0x167a91(0x13e))/0x5)+-parseInt(_0x167a91(0x169))/0x6*(parseInt(_0x167a91(0x1e3))/0x7)+-parseInt(_0x167a91(0x164))/0x8+-parseInt(_0x167a91(0x14a))/0x9+-parseInt(_0x167a91(0x167))/0xa*(-parseInt(_0x167a91(0x1b1))/0xb);if(_0x14aaef===_0x58864a)break;else _0x5c92a4['push'](_0x5c92a4['shift']());}catch(_0x4c1f30){_0x5c92a4['push'](_0x5c92a4['shift']());}}}(a56_0x269d,0xd253a),exports[a56_0x202e0e(0x18b)]=()=>{var _0x67e648=a56_0x202e0e,_0x25fe7b={};_0x25fe7b[_0x67e648(0x1da)]=_0x67e648(0x187),_0x25fe7b['sZgFc']=_0x67e648(0x1a1),_0x25fe7b['lAsQB']=_0x67e648(0x17e),_0x25fe7b[_0x67e648(0x179)]=_0x67e648(0x1ee),_0x25fe7b[_0x67e648(0x1d2)]=_0x67e648(0x161),_0x25fe7b[_0x67e648(0x148)]=_0x67e648(0x143),_0x25fe7b[_0x67e648(0x16c)]=_0x67e648(0x19f),_0x25fe7b[_0x67e648(0x1e0)]=_0x67e648(0x1cd),_0x25fe7b['moAEO']=_0x67e648(0x1a6),_0x25fe7b['ZwwKY']=_0x67e648(0x1bc),_0x25fe7b[_0x67e648(0x1a0)]=_0x67e648(0x139),_0x25fe7b['dIDHb']=_0x67e648(0x1c6),_0x25fe7b[_0x67e648(0x182)]='browserstack.app',_0x25fe7b[_0x67e648(0x149)]=_0x67e648(0x1e5),_0x25fe7b[_0x67e648(0x199)]=_0x67e648(0x146);var _0x413d36=_0x25fe7b,_0x587cfa={};return _0x587cfa[_0x67e648(0x163)]=[_0x413d36['dfZwf'],_0x413d36[_0x67e648(0x1ed)]],_0x587cfa[_0x67e648(0x1e1)]=[_0x413d36['lAsQB'],_0x413d36[_0x67e648(0x179)]],_0x587cfa['buildName']=[_0x413d36[_0x67e648(0x1d2)]],_0x587cfa[_0x67e648(0x1a9)]=[_0x413d36['HvLeB']],_0x587cfa[_0x67e648(0x176)]=[_0x413d36[_0x67e648(0x16c)]],_0x587cfa[_0x67e648(0x1d6)]=[_0x413d36[_0x67e648(0x1e0)],_0x413d36['moAEO']],_0x587cfa['browserstackLocal']=[_0x413d36[_0x67e648(0x1db)]],_0x587cfa[_0x67e648(0x18d)]=[_0x413d36[_0x67e648(0x1a0)]],_0x587cfa[_0x67e648(0x16e)]=[_0x413d36[_0x67e648(0x16a)]],_0x587cfa[_0x67e648(0x13f)]=[_0x413d36[_0x67e648(0x182)]],_0x587cfa[_0x67e648(0x14d)]=[_0x413d36[_0x67e648(0x149)]],_0x587cfa['automation']=[_0x413d36[_0x67e648(0x199)]],_0x587cfa;},exports[a56_0x202e0e(0x195)]=()=>{var _0x368bdb=a56_0x202e0e,_0xb1ff90={};_0xb1ff90[_0x368bdb(0x1b9)]='BROWSERSTACK_USERNAME',_0xb1ff90[_0x368bdb(0x1ad)]=_0x368bdb(0x1c1),_0xb1ff90[_0x368bdb(0x16d)]=_0x368bdb(0x14e),_0xb1ff90[_0x368bdb(0x1d3)]='BROWSERSTACK_BUILD_NAME',_0xb1ff90[_0x368bdb(0x19c)]=_0x368bdb(0x13b),_0xb1ff90[_0x368bdb(0x185)]=_0x368bdb(0x174),_0xb1ff90[_0x368bdb(0x1b7)]=_0x368bdb(0x171),_0xb1ff90[_0x368bdb(0x165)]=_0x368bdb(0x1cb),_0xb1ff90[_0x368bdb(0x1af)]=_0x368bdb(0x197),_0xb1ff90[_0x368bdb(0x15d)]=_0x368bdb(0x157),_0xb1ff90[_0x368bdb(0x181)]='BROWSERSTACK_APP_ID',_0xb1ff90[_0x368bdb(0x17f)]=_0x368bdb(0x137),_0xb1ff90['nFZnh']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0xb1ff90[_0x368bdb(0x1a4)]=_0x368bdb(0x1c0);var _0x5d0b05=_0xb1ff90,_0x21178b={};return _0x21178b[_0x368bdb(0x163)]=[_0x5d0b05['fqCDk'],_0x5d0b05[_0x368bdb(0x1ad)]],_0x21178b[_0x368bdb(0x1e1)]=[_0x5d0b05[_0x368bdb(0x16d)]],_0x21178b[_0x368bdb(0x1cf)]=[_0x5d0b05['rhdnE']],_0x21178b['projectName']=[_0x5d0b05['Nxgji']],_0x21178b[_0x368bdb(0x176)]=[_0x5d0b05['frEqM']],_0x21178b['parallelsPerPlatform']=[_0x5d0b05[_0x368bdb(0x1b7)]],_0x21178b[_0x368bdb(0x180)]=[_0x5d0b05[_0x368bdb(0x165)]],_0x21178b[_0x368bdb(0x18d)]=[_0x5d0b05['Nqbcs']],_0x21178b[_0x368bdb(0x16e)]=[_0x5d0b05[_0x368bdb(0x15d)]],_0x21178b['app']=[_0x5d0b05[_0x368bdb(0x181)],_0x5d0b05['UINEM']],_0x21178b[_0x368bdb(0x14d)]=[_0x5d0b05['nFZnh']],_0x21178b[_0x368bdb(0x1ab)]=[_0x5d0b05[_0x368bdb(0x1a4)]],_0x21178b;},exports[a56_0x202e0e(0x1e8)]=()=>[a56_0x202e0e(0x188),a56_0x202e0e(0x1b5),a56_0x202e0e(0x1cc),a56_0x202e0e(0x170),a56_0x202e0e(0x13f),a56_0x202e0e(0x152),a56_0x202e0e(0x14b),'locale','orientation',a56_0x202e0e(0x1a2),a56_0x202e0e(0x1aa),a56_0x202e0e(0x1c3),'clearSystemFiles',a56_0x202e0e(0x175),a56_0x202e0e(0x19d),'otherApps','printPageSourceOnFindFailure',a56_0x202e0e(0x1be),a56_0x202e0e(0x18f),a56_0x202e0e(0x1d0),a56_0x202e0e(0x1dc),a56_0x202e0e(0x1ae),a56_0x202e0e(0x1e2),a56_0x202e0e(0x193),a56_0x202e0e(0x183),'androidCoverageEndIntent','androidDeviceReadyTimeout',a56_0x202e0e(0x1e9),a56_0x202e0e(0x1e7),a56_0x202e0e(0x196),a56_0x202e0e(0x153),a56_0x202e0e(0x1ef),'avdLaunchTimeout',a56_0x202e0e(0x178),a56_0x202e0e(0x191),a56_0x202e0e(0x189),a56_0x202e0e(0x1b3),a56_0x202e0e(0x186),a56_0x202e0e(0x168),'keyPassword',a56_0x202e0e(0x1b2),'chromedriverArgs',a56_0x202e0e(0x1c9),'chromedriverChromeMappingFile',a56_0x202e0e(0x1d4),a56_0x202e0e(0x16f),a56_0x202e0e(0x15b),a56_0x202e0e(0x14f),a56_0x202e0e(0x147),a56_0x202e0e(0x19b),a56_0x202e0e(0x1a3),a56_0x202e0e(0x19a),a56_0x202e0e(0x158),a56_0x202e0e(0x1d8),a56_0x202e0e(0x1b0),a56_0x202e0e(0x192),a56_0x202e0e(0x1c4),a56_0x202e0e(0x184),'disableAndroidWatchers',a56_0x202e0e(0x1c7),a56_0x202e0e(0x1e6),'nativeWebScreenshot',a56_0x202e0e(0x1d7),'networkSpeed',a56_0x202e0e(0x166),a56_0x202e0e(0x194),'adbExecTimeout',a56_0x202e0e(0x154),a56_0x202e0e(0x1d5),a56_0x202e0e(0x18c),'androidNaturalOrientation','systemPort','remoteAdbHost',a56_0x202e0e(0x173),a56_0x202e0e(0x1dd),'unlockKey',a56_0x202e0e(0x145),a56_0x202e0e(0x17a),'uninstallOtherPackages','disableWindowAnimation',a56_0x202e0e(0x1de),'enforceAppInstall',a56_0x202e0e(0x1df),a56_0x202e0e(0x160),a56_0x202e0e(0x159),a56_0x202e0e(0x141),'calendarFormat',a56_0x202e0e(0x1ea),a56_0x202e0e(0x18a),a56_0x202e0e(0x15c),a56_0x202e0e(0x142),a56_0x202e0e(0x1d1),'autoDismissAlerts',a56_0x202e0e(0x1d9),a56_0x202e0e(0x1ac),a56_0x202e0e(0x18e),a56_0x202e0e(0x1bd),'safariIgnoreFraudWarning',a56_0x202e0e(0x15f),a56_0x202e0e(0x1f1),a56_0x202e0e(0x177),a56_0x202e0e(0x1c8),'interKeyDelay',a56_0x202e0e(0x1bf),a56_0x202e0e(0x19e),a56_0x202e0e(0x13d),a56_0x202e0e(0x150),a56_0x202e0e(0x1ec),'enableAsyncExecuteFromHttps','skipLogCapture',a56_0x202e0e(0x1bb),a56_0x202e0e(0x151),a56_0x202e0e(0x1f0),'webviewConnectRetries',a56_0x202e0e(0x172),a56_0x202e0e(0x1ba),'tapWithShortPressDuration',a56_0x202e0e(0x1b4),a56_0x202e0e(0x155),a56_0x202e0e(0x17c),a56_0x202e0e(0x1f2),a56_0x202e0e(0x1b8),a56_0x202e0e(0x1ca),a56_0x202e0e(0x1c2),a56_0x202e0e(0x14c),a56_0x202e0e(0x1b6),'keychainPath',a56_0x202e0e(0x16b),a56_0x202e0e(0x144),a56_0x202e0e(0x156),a56_0x202e0e(0x1ce),a56_0x202e0e(0x1a5),a56_0x202e0e(0x162),a56_0x202e0e(0x1e4),a56_0x202e0e(0x13a),a56_0x202e0e(0x1c5),'wdaStartupRetryInterval',a56_0x202e0e(0x1a8),'maxTypingFrequency','simpleIsVisibleCheck','useCarthageSsl',a56_0x202e0e(0x13c),a56_0x202e0e(0x17b),a56_0x202e0e(0x140),a56_0x202e0e(0x1eb),a56_0x202e0e(0x138),a56_0x202e0e(0x17d),'logcatFilterSpecs',a56_0x202e0e(0x15e)]);
|