browserstack-node-sdk 1.34.4 → 1.34.5

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.
Files changed (126) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -1
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- var a49_0x2e2b6e=a49_0x1485;(function(_0x3c3c47,_0xc1964){var _0x4af846=a49_0x1485,_0xcc8ab0=_0x3c3c47();while(!![]){try{var _0xfa59f9=-parseInt(_0x4af846(0xfa))/0x1+parseInt(_0x4af846(0x100))/0x2+parseInt(_0x4af846(0x113))/0x3+parseInt(_0x4af846(0xd7))/0x4+-parseInt(_0x4af846(0x118))/0x5+parseInt(_0x4af846(0x119))/0x6+parseInt(_0x4af846(0xf5))/0x7*(-parseInt(_0x4af846(0x109))/0x8);if(_0xfa59f9===_0xc1964)break;else _0xcc8ab0['push'](_0xcc8ab0['shift']());}catch(_0x321dfd){_0xcc8ab0['push'](_0xcc8ab0['shift']());}}}(a49_0x5066,0xbc62e));var a49_0x3f29ad={};a49_0x3f29ad['INFO']='shows\x20version\x20information',a49_0x3f29ad[a49_0x2e2b6e(0xc2)]=a49_0x2e2b6e(0xd3);var a49_0x1035e1={};a49_0x1035e1[a49_0x2e2b6e(0x110)]=a49_0x2e2b6e(0x10a);var a49_0x5db70={};a49_0x5db70[a49_0x2e2b6e(0x110)]=a49_0x2e2b6e(0xda);var a49_0x10cc85={};function a49_0x1485(_0x58f8bf,_0x578cfc){var _0x5066ce=a49_0x5066();return a49_0x1485=function(_0x148565,_0x16de4d){_0x148565=_0x148565-0xb4;var _0x52ae4b=_0x5066ce[_0x148565];return _0x52ae4b;},a49_0x1485(_0x58f8bf,_0x578cfc);}a49_0x10cc85[a49_0x2e2b6e(0x110)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a49_0x2909b3={};a49_0x2909b3[a49_0x2e2b6e(0x110)]=a49_0x2e2b6e(0xe1);var a49_0x5bfdab={};a49_0x5bfdab['INFO']=a49_0x2e2b6e(0xe5);function a49_0x5066(){var _0x2bf42c=['CUCUMBER','Run\x20codeceptjs\x20tests\x20on\x20browserstack','SDKTestInitFailedResponse','VANILLA','wss://cdp.browserstack.com/playwright?caps=','AI_PROXY_FAILURE','use','SET_TCG_TOKEN_TIMEOUT','INTEGRATIONS','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_SOCKET_NOT_CONNECTED','OBSERVABILITY_SUPPORTED_FWS','Specify\x20--help\x20for\x20available\x20options','ERR_NAME_NOT_RESOLVED','MODULE','SDKTestTcgtInitSuccessful','625840FazeXD','^[a-zA-Z0-9_.-]*$','SDKTestTcgAuthFailure','Run\x20mocha\x20tests\x20on\x20browserstack','sdk/v1/event','https://hub.browserstack.com/wd/hub','COMMONJS','TCG_AUTH_TIMEOUT','HST','CI_ARTIFACTS_PATH','Run\x20js\x20tests\x20on\x20browserstack','acceptInsecureCerts','ERR_TIMED_OUT','NUDGE_LOCAL_ERRORS','Run\x20nightwatch\x20tests\x20on\x20browserstack','uniqueDependency','AI_INIT_FAILURE','AI_INIT_SUCCESSFUL','commonjs','app-automate','strictFileInteractability','PACKAGE_TYPE','unhandledPromptBehavior','FRAMEWORKS','ERR_ADDRESS_INVALID','mocha','hubUrl','FUNNEL_INSTRUMENTATION_API_URL','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','chromeOptions','7KrghhL','jest','ERR_ADDRESS_UNREACHABLE','timeouts','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','635643XRdwxo','mandatoryDependency','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','browserName','GIT_META_DATA_TRUNCATED','MOCHA','1917256oYZmOR','.aab','PRIVATE_DOMAIN_OR_IP_REGEX','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Playwright','automate','ERR_CONNECTION_REFUSED','TCG_DOWN','Upgrade\x20required','8479480rPtDqy','Run\x20jest\x20tests\x20on\x20browserstack','MAX_GIT_META_DATA_SIZE_IN_BYTES','CUSTOM_ID_REGEX','BSTACK_DELTA','module','codeceptjs','INFO','PERCY_SUPPORTED_FRAMEWORKS','.ipa','3588903FcBVJF','ERR_SOCKS_CONNECTION_FAILED','SHAREABLE_ID_REGEX','cucumber','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','5291705wXPoij','7284960fMGXEK','ERR_CONNECTION_RESET','APP_AUTOMATE','https://api.browserstack.com','ERR_NETWORK_CHANGED','...[TRUNCATED]','ERR_TUNNEL_CONNECTION_FAILED','TCG_URL','CODECEPTJS','VALID_APP_EXTENSION','https://api-cloud.browserstack.com','OBSERVABILITY_UPLOAD_URL','ERR_FAILED','PLAYWRIGHT','SDKTestTcgProxyFailure','ERR_BLOCKED_BY_CLIENT','ROOT_REGEX','SDKTestInvalidTcgAuthResponseWithUserImpact','./browserstack-artifacts/','UPGRADE_REQUIRED','acceptSslCerts','observability','INVALID_INIT_RESP_WITH_USER_IMPACT','exports','firefoxOptions','APP_AUTOMATE_PRODUCTS','AUTOMATE_PRODUCTS','ERR_NAME_RESOLUTION_FAILED','browserVersion','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','HELP','APP_UPLOAD_URL','ERR_PROXY_CONNECTION_FAILED','AUTOLOGCAPTURE_NOTIFICATION','HEALING_LOG_DATA_TIMEOUT'];a49_0x5066=function(){return _0x2bf42c;};return a49_0x5066();}var a49_0x7c5dce={};a49_0x7c5dce[a49_0x2e2b6e(0x110)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a49_0x2ef336={};a49_0x2ef336[a49_0x2e2b6e(0x110)]=a49_0x2e2b6e(0xc8);var a49_0xcd59b0={};a49_0xcd59b0[a49_0x2e2b6e(0x110)]=a49_0x2e2b6e(0x103);var a49_0x5623c6={};a49_0x5623c6[a49_0x2e2b6e(0x110)]=a49_0x2e2b6e(0xc1);var a49_0x4f79cf={};a49_0x4f79cf[a49_0x2e2b6e(0x126)]=a49_0x2e2b6e(0x104),a49_0x4f79cf[a49_0x2e2b6e(0xff)]=a49_0x2e2b6e(0xf0),a49_0x4f79cf['JEST']=a49_0x2e2b6e(0xf6),a49_0x4f79cf['CODECEPT']=a49_0x2e2b6e(0x10f),a49_0x4f79cf[a49_0x2e2b6e(0xc7)]=a49_0x2e2b6e(0x116);var a49_0x393a6e={};a49_0x393a6e['invalidKeys']=a49_0x2e2b6e(0xfc),a49_0x393a6e[a49_0x2e2b6e(0xe6)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x393a6e[a49_0x2e2b6e(0xfb)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x393a6e['invalidTestInputType']=a49_0x2e2b6e(0xd0);var a49_0x5c2a24={};a49_0x5c2a24[a49_0x2e2b6e(0xdd)]=a49_0x2e2b6e(0xe9),a49_0x5c2a24[a49_0x2e2b6e(0xd5)]=a49_0x2e2b6e(0x10e);var a49_0x39c03d={};a49_0x39c03d['VERSION']=a49_0x3f29ad,a49_0x39c03d['JEST']=a49_0x1035e1,a49_0x39c03d['MOCHA']=a49_0x5db70,a49_0x39c03d[a49_0x2e2b6e(0xc7)]=a49_0x10cc85,a49_0x39c03d[a49_0x2e2b6e(0xca)]=a49_0x2909b3,a49_0x39c03d['NIGHTWATCH']=a49_0x5bfdab,a49_0x39c03d[a49_0x2e2b6e(0x126)]=a49_0x7c5dce,a49_0x39c03d[a49_0x2e2b6e(0x121)]=a49_0x2ef336,a49_0x39c03d[a49_0x2e2b6e(0xdf)]=a49_0xcd59b0,a49_0x39c03d[a49_0x2e2b6e(0xcf)]=a49_0x5623c6,a49_0x39c03d[a49_0x2e2b6e(0x10d)]=0xf*0x3c*0x3e8,a49_0x39c03d[a49_0x2e2b6e(0xf1)]=a49_0x2e2b6e(0xdc),a49_0x39c03d[a49_0x2e2b6e(0x120)]='https://tcg.browserstack.com',a49_0x39c03d['TCG_REGION']=a49_0x2e2b6e(0xcd),a49_0x39c03d['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x39c03d['ROOT_CAPS']=[a49_0x2e2b6e(0xe2),'pageLoadStrategy',a49_0x2e2b6e(0xeb),a49_0x2e2b6e(0xed),a49_0x2e2b6e(0xf8),a49_0x2e2b6e(0xfd),a49_0x2e2b6e(0xc0),a49_0x2e2b6e(0xb8),'acceptSslCert',a49_0x2e2b6e(0xf4),a49_0x2e2b6e(0xbc),'edgeOptions','ieOptions'],a49_0x39c03d[a49_0x2e2b6e(0xb4)]=/^[\w-]+:.*$/,a49_0x39c03d[a49_0x2e2b6e(0x102)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x39c03d['BROWSERSTACK_API_URL']=a49_0x2e2b6e(0x11c),a49_0x39c03d[a49_0x2e2b6e(0xc3)]=a49_0x2e2b6e(0x123),a49_0x39c03d[a49_0x2e2b6e(0xf2)]=a49_0x2e2b6e(0xdb),a49_0x39c03d[a49_0x2e2b6e(0xbe)]=[a49_0x2e2b6e(0x105),a49_0x2e2b6e(0xb9)],a49_0x39c03d[a49_0x2e2b6e(0xbd)]=['app-automate',a49_0x2e2b6e(0xb9)],a49_0x39c03d['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a49_0x2e2b6e(0xb9)],a49_0x39c03d[a49_0x2e2b6e(0x124)]='https://upload-observability.browserstack.com',a49_0x39c03d[a49_0x2e2b6e(0xd2)]=[a49_0x2e2b6e(0xf0),a49_0x2e2b6e(0x104)],a49_0x39c03d['AUTOMATE']=[a49_0x2e2b6e(0x105)],a49_0x39c03d[a49_0x2e2b6e(0x11b)]=[a49_0x2e2b6e(0xea)],a49_0x39c03d[a49_0x2e2b6e(0xe4)]=[a49_0x2e2b6e(0x125),a49_0x2e2b6e(0xe3),a49_0x2e2b6e(0x128),a49_0x2e2b6e(0x11d),a49_0x2e2b6e(0xd1),'ERR_CONNECTION_CLOSED',a49_0x2e2b6e(0x11a),a49_0x2e2b6e(0x106),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a49_0x2e2b6e(0xd4),a49_0x2e2b6e(0xef),a49_0x2e2b6e(0xf7),a49_0x2e2b6e(0x11f),'ERR_CONNECTION_TIMED_OUT',a49_0x2e2b6e(0x114),a49_0x2e2b6e(0xf3),a49_0x2e2b6e(0xc4),'ERR_NAME_NOT_RESOLVED',a49_0x2e2b6e(0xbf),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a49_0x39c03d[a49_0x2e2b6e(0x122)]=['.apk',a49_0x2e2b6e(0x101),a49_0x2e2b6e(0x112)],a49_0x39c03d[a49_0x2e2b6e(0x10c)]=a49_0x2e2b6e(0xd8),a49_0x39c03d[a49_0x2e2b6e(0x115)]=a49_0x2e2b6e(0x117),a49_0x39c03d[a49_0x2e2b6e(0xe0)]=a49_0x2e2b6e(0xb6),a49_0x39c03d['PLAYWRIGHT_HUB_URL']=a49_0x2e2b6e(0xcb),a49_0x39c03d[a49_0x2e2b6e(0xee)]=a49_0x4f79cf,a49_0x39c03d[a49_0x2e2b6e(0x111)]=[a49_0x2e2b6e(0xf6),a49_0x2e2b6e(0xf0)],a49_0x39c03d['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a49_0x393a6e,a49_0x39c03d[a49_0x2e2b6e(0xc5)]=a49_0x2e2b6e(0xf9),a49_0x39c03d[a49_0x2e2b6e(0xec)]=a49_0x5c2a24,a49_0x39c03d[a49_0x2e2b6e(0x10b)]=0x40*0x400,a49_0x39c03d[a49_0x2e2b6e(0xfe)]=a49_0x2e2b6e(0x11e),a49_0x39c03d[a49_0x2e2b6e(0xb7)]=a49_0x2e2b6e(0x108),a49_0x39c03d[a49_0x2e2b6e(0x107)]='SDKTestTcgDownResponse',a49_0x39c03d[a49_0x2e2b6e(0xba)]=a49_0x2e2b6e(0xb5),a49_0x39c03d['TCG_AUTH_FAILURE']=a49_0x2e2b6e(0xd9),a49_0x39c03d[a49_0x2e2b6e(0xe8)]=a49_0x2e2b6e(0xd6),a49_0x39c03d[a49_0x2e2b6e(0xe7)]=a49_0x2e2b6e(0xc9),a49_0x39c03d[a49_0x2e2b6e(0xcc)]=a49_0x2e2b6e(0x127),a49_0x39c03d[a49_0x2e2b6e(0xde)]=0x1388,a49_0x39c03d[a49_0x2e2b6e(0xce)]=0x1388,a49_0x39c03d[a49_0x2e2b6e(0xc6)]=0x1388,a49_0x39c03d['HEALING_FAILURE_TIMEOUT']=0x1388,a49_0x39c03d['POLL_HEALING_RESULT_TIMEOUT']=0xc350,module[a49_0x2e2b6e(0xbb)]=a49_0x39c03d;
1
+ var a49_0x48d3ec=a49_0x3986;(function(_0x16fa5b,_0x251261){var _0x9a8555=a49_0x3986,_0x1ab74c=_0x16fa5b();while(!![]){try{var _0x509e6a=-parseInt(_0x9a8555(0xaa))/0x1*(-parseInt(_0x9a8555(0xa2))/0x2)+-parseInt(_0x9a8555(0xd8))/0x3*(-parseInt(_0x9a8555(0x87))/0x4)+parseInt(_0x9a8555(0x77))/0x5*(-parseInt(_0x9a8555(0x80))/0x6)+parseInt(_0x9a8555(0xa3))/0x7*(parseInt(_0x9a8555(0xde))/0x8)+parseInt(_0x9a8555(0x8e))/0x9*(-parseInt(_0x9a8555(0xd0))/0xa)+-parseInt(_0x9a8555(0xdb))/0xb*(parseInt(_0x9a8555(0xa4))/0xc)+-parseInt(_0x9a8555(0xce))/0xd*(-parseInt(_0x9a8555(0xdc))/0xe);if(_0x509e6a===_0x251261)break;else _0x1ab74c['push'](_0x1ab74c['shift']());}catch(_0x37af18){_0x1ab74c['push'](_0x1ab74c['shift']());}}}(a49_0x14f2,0x9c7a8));function a49_0x3986(_0x5c3128,_0x39ab5e){var _0x14f2e0=a49_0x14f2();return a49_0x3986=function(_0x3986dc,_0x4fb9d4){_0x3986dc=_0x3986dc-0x65;var _0x537c78=_0x14f2e0[_0x3986dc];return _0x537c78;},a49_0x3986(_0x5c3128,_0x39ab5e);}var a49_0x1045e7={};a49_0x1045e7['INFO']=a49_0x48d3ec(0xb1),a49_0x1045e7[a49_0x48d3ec(0x7a)]=a49_0x48d3ec(0xdd);var a49_0x45513c={};a49_0x45513c[a49_0x48d3ec(0xc9)]='Run\x20jest\x20tests\x20on\x20browserstack';var a49_0x433614={};a49_0x433614['INFO']=a49_0x48d3ec(0xae);var a49_0x68f884={};a49_0x68f884[a49_0x48d3ec(0xc9)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a49_0x5e7562={};a49_0x5e7562[a49_0x48d3ec(0xc9)]=a49_0x48d3ec(0xb7);var a49_0x322f62={};a49_0x322f62['INFO']=a49_0x48d3ec(0xb4);var a49_0x30e13e={};a49_0x30e13e['INFO']=a49_0x48d3ec(0x7c);var a49_0x5c7d5c={};a49_0x5c7d5c[a49_0x48d3ec(0xc9)]=a49_0x48d3ec(0xc0);var a49_0x23930c={};a49_0x23930c[a49_0x48d3ec(0xc9)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';var a49_0x259696={};a49_0x259696[a49_0x48d3ec(0xc9)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';var a49_0x2f37bb={};a49_0x2f37bb[a49_0x48d3ec(0xad)]=a49_0x48d3ec(0x8d),a49_0x2f37bb[a49_0x48d3ec(0xab)]=a49_0x48d3ec(0xbd),a49_0x2f37bb[a49_0x48d3ec(0xd9)]='jest',a49_0x2f37bb[a49_0x48d3ec(0x8c)]=a49_0x48d3ec(0xc1),a49_0x2f37bb[a49_0x48d3ec(0x8a)]='cucumber';var a49_0x5f0bbd={};a49_0x5f0bbd[a49_0x48d3ec(0x90)]=a49_0x48d3ec(0x76),a49_0x5f0bbd[a49_0x48d3ec(0xca)]=a49_0x48d3ec(0x97),a49_0x5f0bbd['mandatoryDependency']=a49_0x48d3ec(0xd7),a49_0x5f0bbd[a49_0x48d3ec(0xac)]=a49_0x48d3ec(0xb3);var a49_0x5b779d={};a49_0x5b779d[a49_0x48d3ec(0x95)]=a49_0x48d3ec(0xaf),a49_0x5b779d[a49_0x48d3ec(0xc8)]=a49_0x48d3ec(0x6c);var a49_0x363053={};a49_0x363053[a49_0x48d3ec(0xd5)]=a49_0x1045e7,a49_0x363053[a49_0x48d3ec(0xd9)]=a49_0x45513c,a49_0x363053['MOCHA']=a49_0x433614,a49_0x363053[a49_0x48d3ec(0x8a)]=a49_0x68f884,a49_0x363053[a49_0x48d3ec(0x6d)]=a49_0x5e7562,a49_0x363053['NIGHTWATCH']=a49_0x322f62,a49_0x363053[a49_0x48d3ec(0xad)]=a49_0x30e13e,a49_0x363053['CODECEPTJS']=a49_0x5c7d5c,a49_0x363053[a49_0x48d3ec(0xc7)]=a49_0x23930c,a49_0x363053['INTEGRATIONS']=a49_0x259696,a49_0x363053['BSTACK_DELTA']=0xf*0x3c*0x3e8,a49_0x363053[a49_0x48d3ec(0x94)]=a49_0x48d3ec(0x9d),a49_0x363053[a49_0x48d3ec(0xa1)]='https://tcg.browserstack.com',a49_0x363053[a49_0x48d3ec(0x6a)]='use',a49_0x363053[a49_0x48d3ec(0xa6)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x363053['ROOT_CAPS']=[a49_0x48d3ec(0xba),'pageLoadStrategy','strictFileInteractability',a49_0x48d3ec(0x78),a49_0x48d3ec(0x74),a49_0x48d3ec(0x6e),a49_0x48d3ec(0xda),a49_0x48d3ec(0x65),a49_0x48d3ec(0x83),'chromeOptions',a49_0x48d3ec(0xa7),a49_0x48d3ec(0xbc),'ieOptions'],a49_0x363053[a49_0x48d3ec(0xb2)]=/^[\w-]+:.*$/,a49_0x363053[a49_0x48d3ec(0x9a)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x363053[a49_0x48d3ec(0x9b)]=a49_0x48d3ec(0x86),a49_0x363053[a49_0x48d3ec(0x6f)]=a49_0x48d3ec(0x79),a49_0x363053['FUNNEL_INSTRUMENTATION_API_URL']=a49_0x48d3ec(0x81),a49_0x363053[a49_0x48d3ec(0xc6)]=[a49_0x48d3ec(0x8f),a49_0x48d3ec(0xd2)],a49_0x363053[a49_0x48d3ec(0x84)]=['app-automate','observability'],a49_0x363053[a49_0x48d3ec(0x8b)]=[a49_0x48d3ec(0xd2)],a49_0x363053['OBSERVABILITY_UPLOAD_URL']=a49_0x48d3ec(0x7f),a49_0x363053[a49_0x48d3ec(0xb8)]=[a49_0x48d3ec(0xbd),a49_0x48d3ec(0x8d)],a49_0x363053[a49_0x48d3ec(0x72)]=[a49_0x48d3ec(0x8f)],a49_0x363053[a49_0x48d3ec(0xc3)]=['app-automate'],a49_0x363053[a49_0x48d3ec(0x89)]=[a49_0x48d3ec(0xbf),a49_0x48d3ec(0x92),a49_0x48d3ec(0x99),a49_0x48d3ec(0x9e),a49_0x48d3ec(0xbb),'ERR_CONNECTION_CLOSED','ERR_CONNECTION_RESET',a49_0x48d3ec(0xb9),a49_0x48d3ec(0x9f),a49_0x48d3ec(0xcf),a49_0x48d3ec(0x96),a49_0x48d3ec(0xcc),a49_0x48d3ec(0x70),'ERR_TUNNEL_CONNECTION_FAILED',a49_0x48d3ec(0xc2),'ERR_SOCKS_CONNECTION_FAILED',a49_0x48d3ec(0x85),'ERR_PROXY_CONNECTION_FAILED',a49_0x48d3ec(0x96),a49_0x48d3ec(0x75),a49_0x48d3ec(0x82)],a49_0x363053[a49_0x48d3ec(0xdf)]=[a49_0x48d3ec(0x66),'.aab',a49_0x48d3ec(0x7d)],a49_0x363053['CUSTOM_ID_REGEX']=a49_0x48d3ec(0x9c),a49_0x363053['SHAREABLE_ID_REGEX']=a49_0x48d3ec(0xa8),a49_0x363053[a49_0x48d3ec(0xa0)]=a49_0x48d3ec(0xd4),a49_0x363053[a49_0x48d3ec(0x67)]=a49_0x48d3ec(0xa9),a49_0x363053[a49_0x48d3ec(0x69)]=a49_0x2f37bb,a49_0x363053[a49_0x48d3ec(0xc5)]=[a49_0x48d3ec(0xb6),'mocha'],a49_0x363053[a49_0x48d3ec(0x7e)]=a49_0x5f0bbd,a49_0x363053[a49_0x48d3ec(0x98)]=a49_0x48d3ec(0x6b),a49_0x363053[a49_0x48d3ec(0x68)]=a49_0x5b779d,a49_0x363053['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a49_0x363053[a49_0x48d3ec(0x73)]='...[TRUNCATED]',a49_0x363053[a49_0x48d3ec(0xcd)]='Upgrade\x20required',a49_0x363053[a49_0x48d3ec(0xcb)]='SDKTestTcgDownResponse',a49_0x363053[a49_0x48d3ec(0xe0)]=a49_0x48d3ec(0x88),a49_0x363053[a49_0x48d3ec(0xb5)]=a49_0x48d3ec(0x91),a49_0x363053['AI_INIT_SUCCESSFUL']=a49_0x48d3ec(0xa5),a49_0x363053[a49_0x48d3ec(0xd1)]='SDKTestInitFailedResponse',a49_0x363053[a49_0x48d3ec(0xb0)]=a49_0x48d3ec(0x7b),a49_0x363053[a49_0x48d3ec(0x93)]=0x1388,a49_0x363053[a49_0x48d3ec(0xd3)]=0x1388,a49_0x363053[a49_0x48d3ec(0x71)]=0x1388,a49_0x363053[a49_0x48d3ec(0xc4)]=0x1388,a49_0x363053[a49_0x48d3ec(0xbe)]=0xc350,module[a49_0x48d3ec(0xd6)]=a49_0x363053;function a49_0x14f2(){var _0x2c45c1=['firefoxOptions','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','wss://cdp.browserstack.com/playwright?caps=','18782SNOPht','MOCHA','invalidTestInputType','PLAYWRIGHT','Run\x20mocha\x20tests\x20on\x20browserstack','commonjs','AI_PROXY_FAILURE','shows\x20version\x20information','ROOT_REGEX','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','Run\x20nightwatch\x20tests\x20on\x20browserstack','TCG_AUTH_FAILURE','jest','Run\x20js\x20tests\x20on\x20browserstack','OBSERVABILITY_SUPPORTED_FWS','ERR_CONNECTION_REFUSED','acceptInsecureCerts','ERR_SOCKET_NOT_CONNECTED','edgeOptions','mocha','POLL_HEALING_RESULT_TIMEOUT','ERR_FAILED','Run\x20codeceptjs\x20tests\x20on\x20browserstack','codeceptjs','ERR_CONNECTION_TIMED_OUT','APP_AUTOMATE','HEALING_FAILURE_TIMEOUT','PERCY_SUPPORTED_FRAMEWORKS','AUTOMATE_PRODUCTS','HST','MODULE','INFO','uniqueDependency','TCG_DOWN','ERR_ADDRESS_INVALID','UPGRADE_REQUIRED','13mcObQQ','ERR_CONNECTION_FAILED','365410FsttSu','AI_INIT_FAILURE','observability','SET_TCG_TOKEN_TIMEOUT','./browserstack-artifacts/','VERSION','exports','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','38067hLAekD','JEST','browserVersion','3878567WlmLMD','15308230VxFTmM','Specify\x20--help\x20for\x20available\x20options','573568VASZgM','VALID_APP_EXTENSION','INVALID_INIT_RESP_WITH_USER_IMPACT','acceptSslCerts','.apk','PLAYWRIGHT_HUB_URL','PACKAGE_TYPE','FRAMEWORKS','TCG_REGION','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','module','VANILLA','browserName','APP_UPLOAD_URL','ERR_ADDRESS_UNREACHABLE','HEALING_LOG_DATA_TIMEOUT','AUTOMATE','GIT_META_DATA_TRUNCATED','timeouts','ERR_NAME_RESOLUTION_FAILED','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','1880aDPAil','unhandledPromptBehavior','https://api-cloud.browserstack.com','HELP','SDKTestTcgProxyFailure','Run\x20playwright\x20tests\x20on\x20Browserstack','.ipa','PLAYWRIGHT_CONFIG_OPTION_ERRORS','https://upload-observability.browserstack.com','19812XfQsPn','sdk/v1/event','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','acceptSslCert','APP_AUTOMATE_PRODUCTS','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','https://api.browserstack.com','152pVlHCl','SDKTestInvalidTcgAuthResponseWithUserImpact','NUDGE_LOCAL_ERRORS','CUCUMBER','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','CODECEPT','Playwright','27hLRLcl','automate','invalidKeys','SDKTestTcgAuthFailure','ERR_TIMED_OUT','TCG_AUTH_TIMEOUT','hubUrl','COMMONJS','ERR_NAME_NOT_RESOLVED','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','AUTOLOGCAPTURE_NOTIFICATION','ERR_BLOCKED_BY_CLIENT','PRIVATE_DOMAIN_OR_IP_REGEX','BROWSERSTACK_API_URL','^[a-zA-Z0-9_.-]*$','https://hub.browserstack.com/wd/hub','ERR_NETWORK_CHANGED','ERR_CONNECTION_ABORTED','CI_ARTIFACTS_PATH','TCG_URL','66SuVUAg','49ZnrteM','24oslfDe','SDKTestTcgtInitSuccessful','HUB_URL_REGEX'];a49_0x14f2=function(){return _0x2c45c1;};return a49_0x14f2();}
@@ -1 +1 @@
1
- function a50_0x2c23(_0x5946d5,_0x28d21d){const _0x1a8012=a50_0x1a80();return a50_0x2c23=function(_0x2c2322,_0x11c73f){_0x2c2322=_0x2c2322-0x1c7;let _0x495c1c=_0x1a8012[_0x2c2322];return _0x495c1c;},a50_0x2c23(_0x5946d5,_0x28d21d);}function a50_0x1a80(){const _0x2ce2f7=['1264986YooHng','9zuEsfQ','level','7123431Rdrgiq','9404CRFNzh','layout','timezoneOffset','data','3934272uermTg','colouredLayout','./logReportingAPI','630revbbo','UmycB','117896EQiIKi','258024hnWwXN','configure','115rrJTNa','join','28805610qkVujN'];a50_0x1a80=function(){return _0x2ce2f7;};return a50_0x1a80();}const a50_0x28bb48=a50_0x2c23;(function(_0x1a7142,_0x4bbba1){const _0x5c4a80=a50_0x2c23,_0x34d490=_0x1a7142();while(!![]){try{const _0x29f731=-parseInt(_0x5c4a80(0x1d0))/0x1+parseInt(_0x5c4a80(0x1d4))/0x2*(parseInt(_0x5c4a80(0x1c8))/0x3)+-parseInt(_0x5c4a80(0x1cb))/0x4*(parseInt(_0x5c4a80(0x1cd))/0x5)+parseInt(_0x5c4a80(0x1d8))/0x6+-parseInt(_0x5c4a80(0x1d3))/0x7+parseInt(_0x5c4a80(0x1ca))/0x8*(-parseInt(_0x5c4a80(0x1d1))/0x9)+parseInt(_0x5c4a80(0x1cf))/0xa;if(_0x29f731===_0x4bbba1)break;else _0x34d490['push'](_0x34d490['shift']());}catch(_0x53d6bd){_0x34d490['push'](_0x34d490['shift']());}}}(a50_0x1a80,0xb552b));const logReportingAPI=require(a50_0x28bb48(0x1c7)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0xe61f19,_0x3f1020){return _0x138aa7=>{const _0x35508a=a50_0x2c23;BSTestOpsLogger['log']({'level':_0x138aa7[_0x35508a(0x1d2)]?_0x138aa7['level']['levelStr']:null,'message':_0x138aa7[_0x35508a(0x1d7)]?_0x138aa7[_0x35508a(0x1d7)][_0x35508a(0x1ce)]('\x20'):null});};}exports[a50_0x28bb48(0x1cc)]=(_0x3c4dca,_0x3edb8e)=>{const _0x6e907e=a50_0x28bb48,_0xccc9b={'UmycB':function(_0x1e64b1,_0x148c61,_0x10e4a5){return _0x1e64b1(_0x148c61,_0x10e4a5);}};let _0x58880c=_0x3edb8e[_0x6e907e(0x1d9)];return _0x3c4dca['layout']&&(_0x58880c=_0x3edb8e[_0x6e907e(0x1d5)](_0x3c4dca[_0x6e907e(0x1d5)]['type'],_0x3c4dca[_0x6e907e(0x1d5)])),_0xccc9b[_0x6e907e(0x1c9)](BSTestOpsLog4JSAppender,_0x58880c,_0x3c4dca[_0x6e907e(0x1d6)]);};
1
+ function a50_0x45c2(_0x311125,_0xe3f359){const _0x2de1b2=a50_0x2de1();return a50_0x45c2=function(_0x45c211,_0x3ed5af){_0x45c211=_0x45c211-0xe8;let _0x13a52c=_0x2de1b2[_0x45c211];return _0x13a52c;},a50_0x45c2(_0x311125,_0xe3f359);}function a50_0x2de1(){const _0x5a2b86=['3036360sXWgcL','./logReportingAPI','type','1036924iCEZLu','data','timezoneOffset','89560OaDmbm','20lzPSao','levelStr','3sTmMqO','6186636OFvHVJ','10nZzNjl','3822596eiwvac','level','layout','NloxE','218200NJatFF','7700032sAzXCh','configure','colouredLayout'];a50_0x2de1=function(){return _0x5a2b86;};return a50_0x2de1();}const a50_0x5c4194=a50_0x45c2;(function(_0x518361,_0x5d537f){const _0x39efdb=a50_0x45c2,_0x42bd4a=_0x518361();while(!![]){try{const _0x6f4fd8=-parseInt(_0x39efdb(0xf4))/0x1+parseInt(_0x39efdb(0xea))/0x2+parseInt(_0x39efdb(0xf7))/0x3*(-parseInt(_0x39efdb(0xfa))/0x4)+parseInt(_0x39efdb(0xf9))/0x5*(-parseInt(_0x39efdb(0xee))/0x6)+parseInt(_0x39efdb(0xf1))/0x7+parseInt(_0x39efdb(0xeb))/0x8+-parseInt(_0x39efdb(0xf8))/0x9*(-parseInt(_0x39efdb(0xf5))/0xa);if(_0x6f4fd8===_0x5d537f)break;else _0x42bd4a['push'](_0x42bd4a['shift']());}catch(_0x165622){_0x42bd4a['push'](_0x42bd4a['shift']());}}}(a50_0x2de1,0x8327f));const logReportingAPI=require(a50_0x5c4194(0xef)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0xeb9246,_0xae2bc9){return _0xd29395=>{const _0x1f97e9=a50_0x45c2;BSTestOpsLogger['log']({'level':_0xd29395[_0x1f97e9(0xfb)]?_0xd29395['level'][_0x1f97e9(0xf6)]:null,'message':_0xd29395[_0x1f97e9(0xf2)]?_0xd29395[_0x1f97e9(0xf2)]['join']('\x20'):null});};}exports[a50_0x5c4194(0xec)]=(_0x33101b,_0x3b3fb9)=>{const _0x2b55bc=a50_0x5c4194,_0x110d32={'NloxE':function(_0x264596,_0x4f61d0,_0x5ef997){return _0x264596(_0x4f61d0,_0x5ef997);}};let _0x258b07=_0x3b3fb9[_0x2b55bc(0xed)];return _0x33101b[_0x2b55bc(0xe8)]&&(_0x258b07=_0x3b3fb9[_0x2b55bc(0xe8)](_0x33101b[_0x2b55bc(0xe8)][_0x2b55bc(0xf0)],_0x33101b[_0x2b55bc(0xe8)])),_0x110d32[_0x2b55bc(0xe9)](BSTestOpsLog4JSAppender,_0x258b07,_0x33101b[_0x2b55bc(0xf3)]);};
@@ -1 +1 @@
1
- function a51_0x473b(_0x2937e8,_0x54e73a){const _0x5788af=a51_0x5788();return a51_0x473b=function(_0x473ba5,_0x4525f2){_0x473ba5=_0x473ba5-0x89;let _0x5a7833=_0x5788af[_0x473ba5];return _0x5a7833;},a51_0x473b(_0x2937e8,_0x54e73a);}const a51_0xf09e8d=a51_0x473b;function a51_0x5788(){const _0x45bef1=['19155txOsfK','winston-transport','trace','6dhdwpW','debug','3468uLndYp','pid','epzxw','2790OJwpYp','join','DEBUG','82953zhbjuQ','545704KoHEhx','WARN','toUpperCase','711HEnZkq','logToTestOps','warn','INFO','toLowerCase','196aJiasm','emit','3elNqvD','log','26512TNhtbT','5709CBwJAC','info','TRACE','1322325wNiCSI','TEST_LOG','../../helpers/test-observability/constants','3232292ESHnBg'];a51_0x5788=function(){return _0x45bef1;};return a51_0x5788();}(function(_0x52bfbb,_0x30f9fa){const _0x1ecf2e=a51_0x473b,_0x5cb5e6=_0x52bfbb();while(!![]){try{const _0xc42cea=-parseInt(_0x1ecf2e(0x8c))/0x1*(parseInt(_0x1ecf2e(0xa2))/0x2)+parseInt(_0x1ecf2e(0x96))/0x3*(parseInt(_0x1ecf2e(0x8a))/0x4)+-parseInt(_0x1ecf2e(0x92))/0x5+parseInt(_0x1ecf2e(0x99))/0x6*(-parseInt(_0x1ecf2e(0x95))/0x7)+-parseInt(_0x1ecf2e(0x8e))/0x8*(parseInt(_0x1ecf2e(0xa5))/0x9)+-parseInt(_0x1ecf2e(0x9e))/0xa*(-parseInt(_0x1ecf2e(0x8f))/0xb)+-parseInt(_0x1ecf2e(0x9b))/0xc*(-parseInt(_0x1ecf2e(0xa1))/0xd);if(_0xc42cea===_0x30f9fa)break;else _0x5cb5e6['push'](_0x5cb5e6['shift']());}catch(_0x40d0f5){_0x5cb5e6['push'](_0x5cb5e6['shift']());}}}(a51_0x5788,0x78e58));const Transport=require(a51_0xf09e8d(0x97)),{consoleHolder}=require(a51_0xf09e8d(0x94)),a51_0x34da4b={};a51_0x34da4b[a51_0xf09e8d(0xa8)]=a51_0xf09e8d(0xa8),a51_0x34da4b['ERROR']='ERROR',a51_0x34da4b[a51_0xf09e8d(0xa0)]='DEBUG',a51_0x34da4b[a51_0xf09e8d(0x91)]=a51_0xf09e8d(0x91),a51_0x34da4b[a51_0xf09e8d(0xa3)]=a51_0xf09e8d(0xa3);const LOG_LEVELS=a51_0x34da4b;class logPatcher extends Transport{constructor(_0x1597de){super(_0x1597de);}[a51_0xf09e8d(0xa6)]=(_0x2d8694=LOG_LEVELS[a51_0xf09e8d(0xa8)],_0x5ea0f9=[''])=>{const _0x160bfa=a51_0xf09e8d,_0x26f024={};_0x26f024[_0x160bfa(0x9d)]=_0x160bfa(0x93);const _0x154c8f=_0x26f024;consoleHolder[_0x2d8694[_0x160bfa(0x89)]()](..._0x5ea0f9),process[_0x160bfa(0x8b)]('bs:addLog:'+process[_0x160bfa(0x9c)],{'timestamp':new Date()['toISOString'](),'level':_0x2d8694[_0x160bfa(0xa4)](),'message':'\x22'+_0x5ea0f9[_0x160bfa(0x9f)](',\x20')+'\x22','kind':_0x154c8f['epzxw'],'http_response':{}});};[a51_0xf09e8d(0x98)]=(..._0x549e3a)=>{const _0xc86f13=a51_0xf09e8d;this[_0xc86f13(0xa6)](LOG_LEVELS['TRACE'],_0x549e3a);};[a51_0xf09e8d(0x9a)]=(..._0x318d02)=>{const _0x3d21ca=a51_0xf09e8d;this[_0x3d21ca(0xa6)](LOG_LEVELS[_0x3d21ca(0xa0)],_0x318d02);};[a51_0xf09e8d(0x90)]=(..._0x5bce34)=>{const _0x21aaa4=a51_0xf09e8d;this[_0x21aaa4(0xa6)](LOG_LEVELS[_0x21aaa4(0xa8)],_0x5bce34);};[a51_0xf09e8d(0xa7)]=(..._0x2e7090)=>{const _0x21a17b=a51_0xf09e8d;this[_0x21a17b(0xa6)](LOG_LEVELS[_0x21a17b(0xa3)],_0x2e7090);};['error']=(..._0x452f93)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x452f93);};[a51_0xf09e8d(0x8d)]=(..._0x5d029b)=>{const _0x31013c=a51_0xf09e8d;this[_0x31013c(0xa6)](LOG_LEVELS[_0x31013c(0xa8)],_0x5d029b);};};module['exports']=logPatcher;
1
+ const a51_0x4eed9b=a51_0x5af7;(function(_0x4f69e6,_0x54d568){const _0x464029=a51_0x5af7,_0x5b7c8e=_0x4f69e6();while(!![]){try{const _0x228e03=-parseInt(_0x464029(0x99))/0x1*(-parseInt(_0x464029(0x9f))/0x2)+-parseInt(_0x464029(0x9a))/0x3+parseInt(_0x464029(0x93))/0x4+-parseInt(_0x464029(0x95))/0x5*(parseInt(_0x464029(0x98))/0x6)+parseInt(_0x464029(0x9c))/0x7+-parseInt(_0x464029(0x8a))/0x8*(-parseInt(_0x464029(0xa1))/0x9)+parseInt(_0x464029(0xa0))/0xa*(-parseInt(_0x464029(0xa6))/0xb);if(_0x228e03===_0x54d568)break;else _0x5b7c8e['push'](_0x5b7c8e['shift']());}catch(_0x11590c){_0x5b7c8e['push'](_0x5b7c8e['shift']());}}}(a51_0x5294,0xcd9d1));const Transport=require(a51_0x4eed9b(0x94)),{consoleHolder}=require(a51_0x4eed9b(0xa4)),a51_0x3996fd={};function a51_0x5af7(_0x47a32e,_0x44ab81){const _0x52949d=a51_0x5294();return a51_0x5af7=function(_0x5af745,_0xab6e8){_0x5af745=_0x5af745-0x8a;let _0x13f92c=_0x52949d[_0x5af745];return _0x13f92c;},a51_0x5af7(_0x47a32e,_0x44ab81);}a51_0x3996fd[a51_0x4eed9b(0x8d)]=a51_0x4eed9b(0x8d),a51_0x3996fd[a51_0x4eed9b(0xa8)]=a51_0x4eed9b(0xa8),a51_0x3996fd[a51_0x4eed9b(0x96)]='DEBUG',a51_0x3996fd[a51_0x4eed9b(0xab)]=a51_0x4eed9b(0xab),a51_0x3996fd[a51_0x4eed9b(0x8f)]='WARN';function a51_0x5294(){const _0xc211d6=['toUpperCase','../../helpers/test-observability/constants','exports','22726mJZxBc','trace','ERROR','log','logToTestOps','TRACE','4056VCgLSs','toISOString','toLowerCase','INFO','TEST_LOG','WARN','info','warn','ASMtO','161944dGZDHz','winston-transport','104540cmSxrS','DEBUG','pid','258XRLMUI','1ickYAt','489018wcoUcM','error','8639505uHPgpz','emit','bs:addLog:','1767118MweEYZ','6140qaRyfk','18009hHmoog','debug'];a51_0x5294=function(){return _0xc211d6;};return a51_0x5294();}const LOG_LEVELS=a51_0x3996fd;class logPatcher extends Transport{constructor(_0x11232a){super(_0x11232a);}[a51_0x4eed9b(0xaa)]=(_0x389a2f=LOG_LEVELS[a51_0x4eed9b(0x8d)],_0x50f87c=[''])=>{const _0x58adb5=a51_0x4eed9b,_0x2df315={};_0x2df315[_0x58adb5(0x92)]=_0x58adb5(0x8e);const _0x48e3cf=_0x2df315;consoleHolder[_0x389a2f[_0x58adb5(0x8c)]()](..._0x50f87c),process[_0x58adb5(0x9d)](_0x58adb5(0x9e)+process[_0x58adb5(0x97)],{'timestamp':new Date()[_0x58adb5(0x8b)](),'level':_0x389a2f[_0x58adb5(0xa3)](),'message':'\x22'+_0x50f87c['join'](',\x20')+'\x22','kind':_0x48e3cf[_0x58adb5(0x92)],'http_response':{}});};[a51_0x4eed9b(0xa7)]=(..._0x184464)=>{const _0x3f1cde=a51_0x4eed9b;this['logToTestOps'](LOG_LEVELS[_0x3f1cde(0xab)],_0x184464);};[a51_0x4eed9b(0xa2)]=(..._0x435aec)=>{const _0x3238ca=a51_0x4eed9b;this[_0x3238ca(0xaa)](LOG_LEVELS[_0x3238ca(0x96)],_0x435aec);};[a51_0x4eed9b(0x90)]=(..._0x495487)=>{const _0x3ee9d7=a51_0x4eed9b;this[_0x3ee9d7(0xaa)](LOG_LEVELS['INFO'],_0x495487);};[a51_0x4eed9b(0x91)]=(..._0x5e6824)=>{const _0x3386b2=a51_0x4eed9b;this[_0x3386b2(0xaa)](LOG_LEVELS[_0x3386b2(0x8f)],_0x5e6824);};[a51_0x4eed9b(0x9b)]=(..._0x11fd9b)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x11fd9b);};[a51_0x4eed9b(0xa9)]=(..._0x467bba)=>{const _0x1fa0c8=a51_0x4eed9b;this[_0x1fa0c8(0xaa)](LOG_LEVELS[_0x1fa0c8(0x8d)],_0x467bba);};};module[a51_0x4eed9b(0xa5)]=logPatcher;
@@ -1 +1 @@
1
- const a52_0x30c8a7=a52_0x7933;(function(_0x1d5f6e,_0xf73638){const _0x4856f7=a52_0x7933,_0x208d88=_0x1d5f6e();while(!![]){try{const _0x1ba4ba=-parseInt(_0x4856f7(0x11f))/0x1+-parseInt(_0x4856f7(0x12b))/0x2*(parseInt(_0x4856f7(0x133))/0x3)+parseInt(_0x4856f7(0x129))/0x4*(parseInt(_0x4856f7(0x12a))/0x5)+-parseInt(_0x4856f7(0x122))/0x6*(parseInt(_0x4856f7(0x11e))/0x7)+-parseInt(_0x4856f7(0x128))/0x8+parseInt(_0x4856f7(0x121))/0x9*(-parseInt(_0x4856f7(0x131))/0xa)+parseInt(_0x4856f7(0x126))/0xb;if(_0x1ba4ba===_0xf73638)break;else _0x208d88['push'](_0x208d88['shift']());}catch(_0x24eaa9){_0x208d88['push'](_0x208d88['shift']());}}}(a52_0x1e37,0x57145));const Transport=require(a52_0x30c8a7(0x137)),{consoleHolder}=require('../../helpers/test-observability/constants'),a52_0x1a6b07={};a52_0x1a6b07[a52_0x30c8a7(0x12f)]=a52_0x30c8a7(0x12f),a52_0x1a6b07['ERROR']=a52_0x30c8a7(0x134),a52_0x1a6b07[a52_0x30c8a7(0x130)]=a52_0x30c8a7(0x130),a52_0x1a6b07[a52_0x30c8a7(0x11c)]=a52_0x30c8a7(0x11c),a52_0x1a6b07['WARN']=a52_0x30c8a7(0x12e);const LOG_LEVELS=a52_0x1a6b07;function a52_0x1e37(){const _0x46bc6f=['toUpperCase','log','winston-transport','warn','info','toLowerCase','toISOString','ztsXx','logged','YnJZY','bs:addLog:','KWFeO','TRACE','TEST_LOG','7133VrxShT','446237mWnrTb','message','32463CcVJYP','426MStcgX','debug','MluNc','error','13929388Ddlftm','pid','2234808dWEUJW','4LuniOy','2995765DGJlSE','2RHPAVM','exports','logToTestOps','WARN','INFO','DEBUG','1790mKNAeo','trace','195582ZAmgZp','ERROR'];a52_0x1e37=function(){return _0x46bc6f;};return a52_0x1e37();}class logReportingAPI extends Transport{constructor(_0x1514d6){super(_0x1514d6);}[a52_0x30c8a7(0x136)](_0x19faed,_0x5f2183){const _0xd1212=a52_0x30c8a7,_0x361216={'qEOlJ':_0xd1212(0x118),'MluNc':function(_0x285a17,_0x2ca7d4){return _0x285a17(_0x2ca7d4);},'YnJZY':function(_0x56fe64,_0x24897f){return _0x56fe64===_0x24897f;},'ztsXx':'object','nBCiu':function(_0x12e91b){return _0x12e91b();}};_0x361216[_0xd1212(0x124)](setImmediate,()=>{this['emit'](_0x361216['qEOlJ'],_0x19faed);}),_0x361216[_0xd1212(0x119)](typeof _0x19faed,_0x361216[_0xd1212(0x117)])?this[_0xd1212(0x12d)](_0x19faed['level']||LOG_LEVELS[_0xd1212(0x12f)],_0x19faed[_0xd1212(0x120)],![]):this[_0xd1212(0x12d)](LOG_LEVELS[_0xd1212(0x12f)],_0x19faed),_0x5f2183&&_0x361216['nBCiu'](_0x5f2183);}[a52_0x30c8a7(0x12d)]=(_0x22b52f=LOG_LEVELS[a52_0x30c8a7(0x12f)],_0x53b582='',_0x455bfd=!![])=>{const _0x35b671=a52_0x30c8a7,_0x1456ed={};_0x1456ed[_0x35b671(0x11b)]=_0x35b671(0x11d);const _0x7bbc56=_0x1456ed;_0x455bfd&&consoleHolder[_0x22b52f[_0x35b671(0x13a)]()](_0x53b582),process['emit'](_0x35b671(0x11a)+process[_0x35b671(0x127)],{'timestamp':new Date()[_0x35b671(0x13b)](),'level':_0x22b52f[_0x35b671(0x135)](),'message':_0x53b582,'kind':_0x7bbc56[_0x35b671(0x11b)],'http_response':{}});};[a52_0x30c8a7(0x132)]=(_0x7e6bd6,_0x1b431b)=>{const _0x4d1f06=a52_0x30c8a7;this[_0x4d1f06(0x12d)](LOG_LEVELS[_0x4d1f06(0x11c)],_0x7e6bd6);};[a52_0x30c8a7(0x123)]=(_0x333b05,_0x3ae346)=>{const _0x21df22=a52_0x30c8a7;this[_0x21df22(0x12d)](LOG_LEVELS[_0x21df22(0x130)],_0x333b05);};[a52_0x30c8a7(0x139)]=(_0x37fb0c,_0x28aaf7)=>{const _0xf49fec=a52_0x30c8a7;this[_0xf49fec(0x12d)](LOG_LEVELS[_0xf49fec(0x12f)],_0x37fb0c);};[a52_0x30c8a7(0x138)]=(_0x57c5b6,_0x30d896)=>{const _0x568f60=a52_0x30c8a7;this['logToTestOps'](LOG_LEVELS[_0x568f60(0x12e)],_0x57c5b6);};[a52_0x30c8a7(0x125)]=(_0x2f34df,_0x22dcdf)=>{const _0x4ff105=a52_0x30c8a7;this[_0x4ff105(0x12d)](LOG_LEVELS[_0x4ff105(0x134)],_0x2f34df);};}function a52_0x7933(_0x390508,_0x2a36e4){const _0x1e3748=a52_0x1e37();return a52_0x7933=function(_0x793365,_0x1cc620){_0x793365=_0x793365-0x117;let _0x133948=_0x1e3748[_0x793365];return _0x133948;},a52_0x7933(_0x390508,_0x2a36e4);};module[a52_0x30c8a7(0x12c)]=logReportingAPI;
1
+ const a52_0x1ceb89=a52_0x3cc2;(function(_0x4e337f,_0x55a145){const _0x38dc9c=a52_0x3cc2,_0x2dc64f=_0x4e337f();while(!![]){try{const _0x4aba2d=parseInt(_0x38dc9c(0xfc))/0x1*(-parseInt(_0x38dc9c(0xe6))/0x2)+-parseInt(_0x38dc9c(0xf2))/0x3*(-parseInt(_0x38dc9c(0xea))/0x4)+-parseInt(_0x38dc9c(0xf3))/0x5+-parseInt(_0x38dc9c(0x100))/0x6*(-parseInt(_0x38dc9c(0xfe))/0x7)+-parseInt(_0x38dc9c(0xec))/0x8+parseInt(_0x38dc9c(0xee))/0x9+-parseInt(_0x38dc9c(0xf1))/0xa*(-parseInt(_0x38dc9c(0xe2))/0xb);if(_0x4aba2d===_0x55a145)break;else _0x2dc64f['push'](_0x2dc64f['shift']());}catch(_0x3c991e){_0x2dc64f['push'](_0x2dc64f['shift']());}}}(a52_0x5842,0xdc3c9));const Transport=require(a52_0x1ceb89(0xfa)),{consoleHolder}=require(a52_0x1ceb89(0xfb)),a52_0x5f1694={};a52_0x5f1694[a52_0x1ceb89(0xf7)]=a52_0x1ceb89(0xf7),a52_0x5f1694['ERROR']=a52_0x1ceb89(0xdf),a52_0x5f1694[a52_0x1ceb89(0xf8)]=a52_0x1ceb89(0xf8),a52_0x5f1694[a52_0x1ceb89(0xf4)]=a52_0x1ceb89(0xf4),a52_0x5f1694[a52_0x1ceb89(0xde)]='WARN';const LOG_LEVELS=a52_0x5f1694;function a52_0x3cc2(_0x4bff6c,_0x43d473){const _0x584214=a52_0x5842();return a52_0x3cc2=function(_0x3cc2d0,_0x126b5b){_0x3cc2d0=_0x3cc2d0-0xdb;let _0x4c1a13=_0x584214[_0x3cc2d0];return _0x4c1a13;},a52_0x3cc2(_0x4bff6c,_0x43d473);}class logReportingAPI extends Transport{constructor(_0xac4a68){super(_0xac4a68);}[a52_0x1ceb89(0xef)](_0x3058ff,_0x239f62){const _0x399d0e=a52_0x1ceb89,_0x24230c={'PReUC':_0x399d0e(0xff),'GyZWG':function(_0x595888,_0x49732e){return _0x595888(_0x49732e);},'XxUEa':function(_0x274783,_0x29d213){return _0x274783===_0x29d213;},'WAbxD':'object','MnnJZ':function(_0x580434){return _0x580434();}};_0x24230c[_0x399d0e(0xdd)](setImmediate,()=>{const _0x45929d=_0x399d0e;this[_0x45929d(0xf5)](_0x24230c[_0x45929d(0x101)],_0x3058ff);}),_0x24230c['XxUEa'](typeof _0x3058ff,_0x24230c[_0x399d0e(0xf9)])?this['logToTestOps'](_0x3058ff['level']||LOG_LEVELS[_0x399d0e(0xf7)],_0x3058ff[_0x399d0e(0xf0)],![]):this['logToTestOps'](LOG_LEVELS['INFO'],_0x3058ff),_0x239f62&&_0x24230c[_0x399d0e(0xe8)](_0x239f62);}['logToTestOps']=(_0x29b8d2=LOG_LEVELS[a52_0x1ceb89(0xf7)],_0x1aff04='',_0x3d2a6a=!![])=>{const _0x269874=a52_0x1ceb89,_0x23ec3f={};_0x23ec3f[_0x269874(0xe7)]=_0x269874(0xfd);const _0x3be402=_0x23ec3f;_0x3d2a6a&&consoleHolder[_0x29b8d2[_0x269874(0xdb)]()](_0x1aff04),process[_0x269874(0xf5)](_0x269874(0xe5)+process[_0x269874(0xe3)],{'timestamp':new Date()[_0x269874(0xe9)](),'level':_0x29b8d2[_0x269874(0xe4)](),'message':_0x1aff04,'kind':_0x3be402[_0x269874(0xe7)],'http_response':{}});};[a52_0x1ceb89(0xe1)]=(_0xd1d1aa,_0x4e304c)=>{const _0x5488d1=a52_0x1ceb89;this['logToTestOps'](LOG_LEVELS[_0x5488d1(0xf4)],_0xd1d1aa);};[a52_0x1ceb89(0xed)]=(_0x9b23f5,_0x30996a)=>{const _0x1f198a=a52_0x1ceb89;this[_0x1f198a(0xdc)](LOG_LEVELS[_0x1f198a(0xf8)],_0x9b23f5);};[a52_0x1ceb89(0xeb)]=(_0x11000c,_0x6afa93)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x11000c);};[a52_0x1ceb89(0xf6)]=(_0x1e756f,_0x41afb6)=>{const _0xb74202=a52_0x1ceb89;this[_0xb74202(0xdc)](LOG_LEVELS[_0xb74202(0xde)],_0x1e756f);};['error']=(_0x4714f0,_0xd68b0e)=>{const _0x4ec884=a52_0x1ceb89;this['logToTestOps'](LOG_LEVELS[_0x4ec884(0xdf)],_0x4714f0);};};function a52_0x5842(){const _0x391f96=['logToTestOps','GyZWG','WARN','ERROR','exports','trace','65120iqhJrD','pid','toUpperCase','bs:addLog:','6136qaElKX','HXdTi','MnnJZ','toISOString','5576972QYyIhE','info','5455552MzIHdo','debug','9791955JuSGZC','log','message','1180QgVDvm','3gsiVLb','5158610FslVco','TRACE','emit','warn','INFO','DEBUG','WAbxD','winston-transport','../../helpers/test-observability/constants','269YtxaNA','TEST_LOG','165613CCQPqv','logged','66AwkYpU','PReUC','toLowerCase'];a52_0x5842=function(){return _0x391f96;};return a52_0x5842();}module[a52_0x1ceb89(0xe0)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a53_0x3d2a7c=a53_0x1825;(function(_0x11fced,_0x4e06d5){const _0x5a260a=a53_0x1825,_0x1aa52a=_0x11fced();while(!![]){try{const _0x4c1a15=-parseInt(_0x5a260a(0xbe))/0x1+parseInt(_0x5a260a(0xa3))/0x2*(-parseInt(_0x5a260a(0xc1))/0x3)+parseInt(_0x5a260a(0xb6))/0x4*(-parseInt(_0x5a260a(0xb8))/0x5)+-parseInt(_0x5a260a(0xca))/0x6+parseInt(_0x5a260a(0xc6))/0x7*(-parseInt(_0x5a260a(0xc0))/0x8)+parseInt(_0x5a260a(0xb2))/0x9+parseInt(_0x5a260a(0xaa))/0xa;if(_0x4c1a15===_0x4e06d5)break;else _0x1aa52a['push'](_0x1aa52a['shift']());}catch(_0x44710b){_0x1aa52a['push'](_0x1aa52a['shift']());}}}(a53_0x4238,0x71b75));function a53_0x4238(){const _0x58b003=['Config\x20yml\x20is\x20required','98404ffEAVe','file','path','JTeqa','VUyQi','\x20doesn\x27t\x20exist','../../helpers/helper','25661530myLzmC','xWCfv','config','push','configuration','UvRGc','vanilla','../../helpers/BrowserStackSetup','4502655sjfilm','modifyBrowserStackW3CCaps','File\x20','parallelsPerPlatform','48DiSDUP','handleApp','354085cswrIb','join','existsSync','modifyBrowserStackCaps','isUndefined','proxySettings','191837yoAoai','finalExecution','1544wcMHzP','36ThYlcY','getPlatformName','length','../test-runner','lTOnh','11585EkHfsk','platforms','../../helpers/utilities','initialize','3895122ThXCGb','forEach','zebTA','useW3C','finally','cwd'];a53_0x4238=function(){return _0x58b003;};return a53_0x4238();}const fs=require('fs'),path=require(a53_0x3d2a7c(0xa5)),{default:BrowserStackSetup}=require(a53_0x3d2a7c(0xb1)),helper=require(a53_0x3d2a7c(0xa9)),utilities=require(a53_0x3d2a7c(0xc8)),{parallelVanillaRun}=require(a53_0x3d2a7c(0xc4));async function run(_0x3593b5,_0x4aa80c){const _0x299373=a53_0x3d2a7c,_0x4df24b={'JTeqa':_0x299373(0xb0),'UvRGc':function(_0x21d853,_0x28faea){return _0x21d853(_0x28faea);},'StYbX':'File\x20path\x20is\x20required','zebTA':_0x299373(0xa2),'lTOnh':function(_0x149920,_0x1f4914){return _0x149920>_0x1f4914;},'xWCfv':function(_0x357b1c,_0x3b0ca5){return _0x357b1c*_0x3b0ca5;},'VUyQi':function(_0x1a6ef0,_0x148225,_0x41308a){return _0x1a6ef0(_0x148225,_0x41308a);}},_0x2641e6=new BrowserStackSetup(_0x3593b5,_0x4df24b[_0x299373(0xa6)]);await _0x2641e6[_0x299373(0xc9)](),await helper[_0x299373(0xb7)](_0x2641e6[_0x299373(0xac)]);const _0x3b7fef=[];if(helper[_0x299373(0xbc)](_0x3593b5['_'][0x1]))throw _0x4df24b[_0x299373(0xaf)](Error,_0x4df24b['StYbX']);const _0x2b7555=path[_0x299373(0xb9)](process[_0x299373(0xa1)](),_0x3593b5['_'][0x1]);if(!fs[_0x299373(0xba)](_0x2b7555))throw _0x4df24b[_0x299373(0xaf)](Error,_0x299373(0xb4)+_0x3593b5['_'][0x1]+_0x299373(0xa8));if(!_0x2641e6[_0x299373(0xac)])throw _0x4df24b[_0x299373(0xaf)](Error,_0x4df24b[_0x299373(0xcc)]);const _0x1a49b1=helper[_0x299373(0xcd)](_0x2641e6[_0x299373(0xac)]);_0x2641e6[_0x299373(0xac)][_0x299373(0xc7)]&&_0x4df24b[_0x299373(0xc5)](_0x2641e6['config'][_0x299373(0xc7)][_0x299373(0xc3)],0x0)&&_0x2641e6[_0x299373(0xac)]['platforms'][_0x299373(0xcb)]((_0x18d785,_0x43f925)=>{const _0x3a95ab=_0x299373;_0x1a49b1?_0x3b7fef['push'](helper['modifyBrowserStackW3CCaps'](_0x2641e6[_0x3a95ab(0xac)],_0x4df24b['JTeqa'],_0x43f925)):_0x3b7fef['push'](helper[_0x3a95ab(0xbb)](_0x2641e6[_0x3a95ab(0xac)],_0x4df24b[_0x3a95ab(0xa6)],_0x43f925));});let _0xee660,_0x4a7a6c;const _0x40eb13=[];if(_0x4df24b[_0x299373(0xc5)](_0x3b7fef[_0x299373(0xc3)],0x0))_0x3b7fef['forEach']((_0x1a67a9,_0x140c9b)=>{const _0x319a90=_0x299373;_0xee660={'server':helper['getHubUrl'](_0x2641e6['config']),'proxySettings':_0x2641e6[_0x319a90(0xac)][_0x319a90(0xbd)],'platform':helper[_0x319a90(0xc2)](_0x1a67a9),'platformCaps':_0x2641e6['config']['platforms'][_0x140c9b]};const _0x2cc744={'capability':_0x1a67a9,..._0xee660};_0x2cc744[_0x319a90(0xa4)]=_0x2b7555,_0x2cc744['args']=_0x4aa80c;const _0xc43db8={};_0xc43db8[_0x319a90(0xae)]=_0x2cc744,_0x4a7a6c=_0xc43db8,_0x40eb13[_0x319a90(0xad)](_0x4a7a6c);});else{let _0x5cea01;_0x1a49b1?_0x5cea01=helper[_0x299373(0xb3)](_0x2641e6['config'],_0x4df24b[_0x299373(0xa6)],0x0):_0x5cea01=helper[_0x299373(0xbb)](_0x2641e6[_0x299373(0xac)],_0x4df24b[_0x299373(0xa6)],0x0);_0xee660={'server':helper['getHubUrl'](_0x2641e6[_0x299373(0xac)]),'proxySettings':_0x2641e6[_0x299373(0xac)][_0x299373(0xbd)]};const _0x56dbd9={'capability':_0x5cea01,..._0xee660};_0x56dbd9[_0x299373(0xa4)]=_0x2b7555,_0x56dbd9['args']=_0x4aa80c;const _0x598db9={};_0x598db9['configuration']=_0x56dbd9,_0x4a7a6c=_0x598db9,_0x40eb13[_0x299373(0xad)](_0x4a7a6c);}const _0x3b111f=_0x4df24b[_0x299373(0xab)](_0x2641e6[_0x299373(0xac)][_0x299373(0xc7)][_0x299373(0xc3)]||0x1,_0x2641e6[_0x299373(0xac)][_0x299373(0xb5)]||0x1);helper['markSDKSetupComplete'](),_0x4df24b[_0x299373(0xa7)](parallelVanillaRun,_0x40eb13,_0x3b111f)['then'](_0x37f783=>{})[_0x299373(0xce)](async()=>{const _0x42a870=_0x299373;await utilities[_0x42a870(0xbf)](_0x2641e6);});}function a53_0x1825(_0x11bfd7,_0x33592c){const _0x4238c2=a53_0x4238();return a53_0x1825=function(_0x1825db,_0xc31919){_0x1825db=_0x1825db-0xa1;let _0x3fb13a=_0x4238c2[_0x1825db];return _0x3fb13a;},a53_0x1825(_0x11bfd7,_0x33592c);}module['exports']=run;
2
+ 'use strict';function a53_0x5e00(_0x164ec6,_0x5da4bd){const _0x5383a8=a53_0x5383();return a53_0x5e00=function(_0x5e0053,_0x5b9522){_0x5e0053=_0x5e0053-0x1d7;let _0x10641e=_0x5383a8[_0x5e0053];return _0x10641e;},a53_0x5e00(_0x164ec6,_0x5da4bd);}const a53_0x2cd71e=a53_0x5e00;(function(_0x4720aa,_0x8e173c){const _0x386b8c=a53_0x5e00,_0x33fef4=_0x4720aa();while(!![]){try{const _0x91e19b=parseInt(_0x386b8c(0x1ec))/0x1*(parseInt(_0x386b8c(0x1ef))/0x2)+-parseInt(_0x386b8c(0x1ee))/0x3*(-parseInt(_0x386b8c(0x209))/0x4)+parseInt(_0x386b8c(0x1e7))/0x5+-parseInt(_0x386b8c(0x1d9))/0x6*(-parseInt(_0x386b8c(0x1ff))/0x7)+parseInt(_0x386b8c(0x1fd))/0x8+-parseInt(_0x386b8c(0x1f4))/0x9*(parseInt(_0x386b8c(0x1f0))/0xa)+-parseInt(_0x386b8c(0x20a))/0xb;if(_0x91e19b===_0x8e173c)break;else _0x33fef4['push'](_0x33fef4['shift']());}catch(_0x425c52){_0x33fef4['push'](_0x33fef4['shift']());}}}(a53_0x5383,0x73edf));function a53_0x5383(){const _0x1b2e05=['61540qBrhSO','12317756AddQrw','mdYSv','platforms','1866vEFlHJ','OAXaO','parallelsPerPlatform','handleApp','getHubUrl','initialize','finalExecution','forEach','rRdAX','push','HjISF','modifyBrowserStackCaps','file','XUxGb','3526640avcPjz','File\x20','../../helpers/BrowserStackSetup','File\x20path\x20is\x20required','existsSync','43HcvlOD','cwd','21UzHhwr','12598ePfPsT','8484430bValMi','config','useW3C','modifyBrowserStackW3CCaps','9TpitmN','../../helpers/helper','eTTjJ','length','path','configuration','vanilla','join','getPlatformName','6790840iLxSiH','../../helpers/utilities','11487TdZRki','proxySettings','../test-runner','finally','isUndefined','args','Config\x20yml\x20is\x20required','\x20doesn\x27t\x20exist','pwBDw','exports'];a53_0x5383=function(){return _0x1b2e05;};return a53_0x5383();}const fs=require('fs'),path=require(a53_0x2cd71e(0x1f8)),{default:BrowserStackSetup}=require(a53_0x2cd71e(0x1e9)),helper=require(a53_0x2cd71e(0x1f5)),utilities=require(a53_0x2cd71e(0x1fe)),{parallelVanillaRun}=require(a53_0x2cd71e(0x201));async function run(_0x38c476,_0xb9fbc9){const _0x1ee1fb=a53_0x2cd71e,_0x2406cf={'mdYSv':_0x1ee1fb(0x1fa),'HjISF':function(_0x410519,_0x37f1b6){return _0x410519(_0x37f1b6);},'OAXaO':_0x1ee1fb(0x1ea),'eTTjJ':_0x1ee1fb(0x205),'XUxGb':function(_0xa07c33,_0x3c13c1){return _0xa07c33>_0x3c13c1;},'fcEJU':function(_0x4f51db,_0x3c3a45){return _0x4f51db>_0x3c3a45;},'pwBDw':function(_0x39c224,_0xac38bc){return _0x39c224*_0xac38bc;},'rRdAX':function(_0x31cc27,_0x2cafb8,_0x4e0943){return _0x31cc27(_0x2cafb8,_0x4e0943);}},_0xd541c=new BrowserStackSetup(_0x38c476,_0x2406cf['mdYSv']);await _0xd541c[_0x1ee1fb(0x1de)](),await helper[_0x1ee1fb(0x1dc)](_0xd541c[_0x1ee1fb(0x1f1)]);const _0x407097=[];if(helper[_0x1ee1fb(0x203)](_0x38c476['_'][0x1]))throw _0x2406cf[_0x1ee1fb(0x1e3)](Error,_0x2406cf[_0x1ee1fb(0x1da)]);const _0x879b84=path[_0x1ee1fb(0x1fb)](process[_0x1ee1fb(0x1ed)](),_0x38c476['_'][0x1]);if(!fs[_0x1ee1fb(0x1eb)](_0x879b84))throw _0x2406cf['HjISF'](Error,_0x1ee1fb(0x1e8)+_0x38c476['_'][0x1]+_0x1ee1fb(0x206));if(!_0xd541c['config'])throw _0x2406cf[_0x1ee1fb(0x1e3)](Error,_0x2406cf[_0x1ee1fb(0x1f6)]);const _0x3be3ef=helper[_0x1ee1fb(0x1f2)](_0xd541c[_0x1ee1fb(0x1f1)]);_0xd541c[_0x1ee1fb(0x1f1)][_0x1ee1fb(0x1d8)]&&_0x2406cf[_0x1ee1fb(0x1e6)](_0xd541c[_0x1ee1fb(0x1f1)]['platforms'][_0x1ee1fb(0x1f7)],0x0)&&_0xd541c['config'][_0x1ee1fb(0x1d8)]['forEach']((_0x582dd0,_0x4cb6ed)=>{const _0x1f3f65=_0x1ee1fb;_0x3be3ef?_0x407097[_0x1f3f65(0x1e2)](helper[_0x1f3f65(0x1f3)](_0xd541c['config'],_0x2406cf[_0x1f3f65(0x1d7)],_0x4cb6ed)):_0x407097['push'](helper[_0x1f3f65(0x1e4)](_0xd541c[_0x1f3f65(0x1f1)],_0x2406cf[_0x1f3f65(0x1d7)],_0x4cb6ed));});let _0x13e54d,_0x2615ba;const _0x25155a=[];if(_0x2406cf['fcEJU'](_0x407097[_0x1ee1fb(0x1f7)],0x0))_0x407097[_0x1ee1fb(0x1e0)]((_0x529961,_0x414f6d)=>{const _0x5d95da=_0x1ee1fb;_0x13e54d={'server':helper[_0x5d95da(0x1dd)](_0xd541c[_0x5d95da(0x1f1)]),'proxySettings':_0xd541c['config'][_0x5d95da(0x200)],'platform':helper[_0x5d95da(0x1fc)](_0x529961),'platformCaps':_0xd541c[_0x5d95da(0x1f1)][_0x5d95da(0x1d8)][_0x414f6d]};const _0x4c72d4={'capability':_0x529961,..._0x13e54d};_0x4c72d4['file']=_0x879b84,_0x4c72d4[_0x5d95da(0x204)]=_0xb9fbc9;const _0x4b351b={};_0x4b351b['configuration']=_0x4c72d4,_0x2615ba=_0x4b351b,_0x25155a[_0x5d95da(0x1e2)](_0x2615ba);});else{let _0x1e5a3c;_0x3be3ef?_0x1e5a3c=helper[_0x1ee1fb(0x1f3)](_0xd541c['config'],_0x2406cf[_0x1ee1fb(0x1d7)],0x0):_0x1e5a3c=helper[_0x1ee1fb(0x1e4)](_0xd541c['config'],_0x2406cf[_0x1ee1fb(0x1d7)],0x0);_0x13e54d={'server':helper['getHubUrl'](_0xd541c[_0x1ee1fb(0x1f1)]),'proxySettings':_0xd541c['config']['proxySettings']};const _0x41eb74={'capability':_0x1e5a3c,..._0x13e54d};_0x41eb74[_0x1ee1fb(0x1e5)]=_0x879b84,_0x41eb74[_0x1ee1fb(0x204)]=_0xb9fbc9;const _0xaa01ec={};_0xaa01ec[_0x1ee1fb(0x1f9)]=_0x41eb74,_0x2615ba=_0xaa01ec,_0x25155a['push'](_0x2615ba);}const _0x51f01f=_0x2406cf[_0x1ee1fb(0x207)](_0xd541c['config'][_0x1ee1fb(0x1d8)][_0x1ee1fb(0x1f7)]||0x1,_0xd541c[_0x1ee1fb(0x1f1)][_0x1ee1fb(0x1db)]||0x1);helper['markSDKSetupComplete'](),_0x2406cf[_0x1ee1fb(0x1e1)](parallelVanillaRun,_0x25155a,_0x51f01f)['then'](_0x3804c1=>{})[_0x1ee1fb(0x202)](async()=>{const _0x4fc12d=_0x1ee1fb;await utilities[_0x4fc12d(0x1df)](_0xd541c);});}module[a53_0x2cd71e(0x208)]=run;
@@ -1 +1 @@
1
- const a54_0x173511=a54_0x5372;function a54_0x5372(_0x2f8353,_0x13ca30){const _0x47c866=a54_0x47c8();return a54_0x5372=function(_0x537288,_0x187581){_0x537288=_0x537288-0x17b;let _0x1fb500=_0x47c866[_0x537288];return _0x1fb500;},a54_0x5372(_0x2f8353,_0x13ca30);}(function(_0x936eba,_0x400f02){const _0x37d83c=a54_0x5372,_0x979edd=_0x936eba();while(!![]){try{const _0x49fbd8=parseInt(_0x37d83c(0x194))/0x1*(parseInt(_0x37d83c(0x186))/0x2)+-parseInt(_0x37d83c(0x19a))/0x3+-parseInt(_0x37d83c(0x191))/0x4+parseInt(_0x37d83c(0x17f))/0x5+parseInt(_0x37d83c(0x184))/0x6*(parseInt(_0x37d83c(0x189))/0x7)+-parseInt(_0x37d83c(0x18d))/0x8+parseInt(_0x37d83c(0x17e))/0x9;if(_0x49fbd8===_0x400f02)break;else _0x979edd['push'](_0x979edd['shift']());}catch(_0x2b2182){_0x979edd['push'](_0x979edd['shift']());}}}(a54_0x47c8,0xc31f1));function a54_0x47c8(){const _0x545b62=['TIkvE','browserName','Aadjj','BmJYM','qaOxA','10613061oXTztZ','3323815OYXtDE','VEmRB','os_version','browserVersion','deviceName','1230204zsXVYO','MZMYz','4ILBvjJ','device','getCurrentPlatform','21KydMQb','IuUMM','browser','customVariables','7603384jZUMUC','CyLuu','BNvII','iSsZI','361444vcXfbO','platformVersion','VBsvW','389072fXvgOi','exports','platform_version','__platformCaps','Yxtgz','PBGpP','4191711LOaSAV'];a54_0x47c8=function(){return _0x545b62;};return a54_0x47c8();}class BrowserStackSdk{static[a54_0x173511(0x188)](){const _0xfcdf82=a54_0x173511,_0x26fd6a={};_0x26fd6a[_0xfcdf82(0x19b)]=_0xfcdf82(0x181),_0x26fd6a[_0xfcdf82(0x180)]='osVersion',_0x26fd6a[_0xfcdf82(0x17c)]=_0xfcdf82(0x18b),_0x26fd6a[_0xfcdf82(0x190)]=_0xfcdf82(0x19c),_0x26fd6a[_0xfcdf82(0x193)]='browser_version',_0x26fd6a[_0xfcdf82(0x17b)]=_0xfcdf82(0x182),_0x26fd6a[_0xfcdf82(0x18e)]=_0xfcdf82(0x187),_0x26fd6a[_0xfcdf82(0x18f)]=_0xfcdf82(0x183),_0x26fd6a[_0xfcdf82(0x17d)]='platform',_0x26fd6a[_0xfcdf82(0x18a)]='platformName',_0x26fd6a[_0xfcdf82(0x185)]=_0xfcdf82(0x196),_0x26fd6a[_0xfcdf82(0x199)]=_0xfcdf82(0x192),_0x26fd6a[_0xfcdf82(0x198)]=_0xfcdf82(0x18c);const _0x15ff9d=_0x26fd6a,_0x1348c7={};if(global[_0xfcdf82(0x197)]){const _0x5a03c1=global[_0xfcdf82(0x197)],_0x345b2e=_0x5a03c1[_0x15ff9d['TIkvE']]||_0x5a03c1[_0x15ff9d[_0xfcdf82(0x180)]],_0x5ab875=_0x5a03c1[_0x15ff9d['BmJYM']]||_0x5a03c1[_0x15ff9d['iSsZI']],_0x275dfb=_0x5a03c1[_0x15ff9d[_0xfcdf82(0x193)]]||_0x5a03c1[_0x15ff9d['Aadjj']],_0x230f2f=_0x5a03c1[_0x15ff9d['CyLuu']]||_0x5a03c1[_0x15ff9d[_0xfcdf82(0x18f)]],_0x2c33d2=_0x5a03c1[_0x15ff9d[_0xfcdf82(0x17d)]]||_0x5a03c1[_0x15ff9d[_0xfcdf82(0x18a)]],_0x5d28ba=_0x5a03c1[_0x15ff9d[_0xfcdf82(0x185)]]||_0x5a03c1[_0x15ff9d[_0xfcdf82(0x199)]];_0x5a03c1['os']&&(_0x1348c7['os']=_0x5a03c1['os']),_0x345b2e&&(_0x1348c7[_0x15ff9d[_0xfcdf82(0x180)]]=_0x345b2e),_0x5ab875&&(_0x1348c7[_0x15ff9d[_0xfcdf82(0x190)]]=_0x5ab875),_0x275dfb&&(_0x1348c7[_0x15ff9d['Aadjj']]=_0x275dfb),_0x230f2f&&(_0x1348c7[_0x15ff9d[_0xfcdf82(0x18f)]]=_0x230f2f),_0x2c33d2&&(_0x1348c7[_0x15ff9d[_0xfcdf82(0x18a)]]=_0x2c33d2),_0x5d28ba&&(_0x1348c7[_0x15ff9d['PBGpP']]=_0x5d28ba),_0x5a03c1[_0x15ff9d[_0xfcdf82(0x198)]]&&(_0x1348c7[_0x15ff9d[_0xfcdf82(0x198)]]=_0x5a03c1[_0x15ff9d[_0xfcdf82(0x198)]]);}return _0x1348c7;}}module[a54_0x173511(0x195)]=BrowserStackSdk;
1
+ const a54_0x2f76f1=a54_0x38aa;function a54_0x38aa(_0x103128,_0x1fed68){const _0x4f0c85=a54_0x4f0c();return a54_0x38aa=function(_0x38aa02,_0xce687e){_0x38aa02=_0x38aa02-0x188;let _0x44d0a8=_0x4f0c85[_0x38aa02];return _0x44d0a8;},a54_0x38aa(_0x103128,_0x1fed68);}(function(_0x4138c1,_0x2b5794){const _0x1feda1=a54_0x38aa,_0x207b33=_0x4138c1();while(!![]){try{const _0x533897=-parseInt(_0x1feda1(0x19b))/0x1*(parseInt(_0x1feda1(0x18e))/0x2)+-parseInt(_0x1feda1(0x199))/0x3*(parseInt(_0x1feda1(0x18a))/0x4)+parseInt(_0x1feda1(0x196))/0x5*(parseInt(_0x1feda1(0x195))/0x6)+parseInt(_0x1feda1(0x19c))/0x7+-parseInt(_0x1feda1(0x19f))/0x8+parseInt(_0x1feda1(0x18c))/0x9*(parseInt(_0x1feda1(0x1a8))/0xa)+parseInt(_0x1feda1(0x19a))/0xb*(parseInt(_0x1feda1(0x18b))/0xc);if(_0x533897===_0x2b5794)break;else _0x207b33['push'](_0x207b33['shift']());}catch(_0x59a25a){_0x207b33['push'](_0x207b33['shift']());}}}(a54_0x4f0c,0x364c9));function a54_0x4f0c(){const _0x10320=['device','getCurrentPlatform','platform_version','exports','browser_version','KsxHi','jjSjH','4910VrZjpu','__platformCaps','eahFg','EDSEF','RjZSG','12hRcnWC','156RgUFhd','1935UmPBzE','lzEMQ','346LSsvzk','os_version','daxwr','lCQCL','browserVersion','QiEOJ','flpjB','18yhJBEI','158755hapUPL','VYOeE','customVariables','11058rZcVqX','538769MEUKnc','2525ChRupi','886536LXMiFa','browser','browserName','2351208AwbUwh','QLbni'];a54_0x4f0c=function(){return _0x10320;};return a54_0x4f0c();}class BrowserStackSdk{static[a54_0x2f76f1(0x1a2)](){const _0x2ea083=a54_0x2f76f1,_0x18ab8f={};_0x18ab8f[_0x2ea083(0x1a7)]=_0x2ea083(0x18f),_0x18ab8f[_0x2ea083(0x190)]='osVersion',_0x18ab8f['flpjB']=_0x2ea083(0x19d),_0x18ab8f['eahFg']=_0x2ea083(0x19e),_0x18ab8f[_0x2ea083(0x18d)]=_0x2ea083(0x1a5),_0x18ab8f['lCQCL']=_0x2ea083(0x192),_0x18ab8f['atbOh']=_0x2ea083(0x1a1),_0x18ab8f[_0x2ea083(0x1a6)]='deviceName',_0x18ab8f[_0x2ea083(0x193)]='platform',_0x18ab8f[_0x2ea083(0x188)]='platformName',_0x18ab8f[_0x2ea083(0x197)]=_0x2ea083(0x1a3),_0x18ab8f[_0x2ea083(0x1a0)]='platformVersion',_0x18ab8f[_0x2ea083(0x189)]=_0x2ea083(0x198);const _0x4f33fb=_0x18ab8f,_0x550b9d={};if(global[_0x2ea083(0x1a9)]){const _0x110d87=global[_0x2ea083(0x1a9)],_0x3dd6ba=_0x110d87[_0x4f33fb[_0x2ea083(0x1a7)]]||_0x110d87[_0x4f33fb[_0x2ea083(0x190)]],_0x58b0bb=_0x110d87[_0x4f33fb[_0x2ea083(0x194)]]||_0x110d87[_0x4f33fb[_0x2ea083(0x1aa)]],_0x160feb=_0x110d87[_0x4f33fb['lzEMQ']]||_0x110d87[_0x4f33fb[_0x2ea083(0x191)]],_0x418b0a=_0x110d87[_0x4f33fb['atbOh']]||_0x110d87[_0x4f33fb[_0x2ea083(0x1a6)]],_0x6074a1=_0x110d87[_0x4f33fb['QiEOJ']]||_0x110d87[_0x4f33fb[_0x2ea083(0x188)]],_0x2d244c=_0x110d87[_0x4f33fb[_0x2ea083(0x197)]]||_0x110d87[_0x4f33fb[_0x2ea083(0x1a0)]];_0x110d87['os']&&(_0x550b9d['os']=_0x110d87['os']),_0x3dd6ba&&(_0x550b9d[_0x4f33fb[_0x2ea083(0x190)]]=_0x3dd6ba),_0x58b0bb&&(_0x550b9d[_0x4f33fb[_0x2ea083(0x1aa)]]=_0x58b0bb),_0x160feb&&(_0x550b9d[_0x4f33fb['lCQCL']]=_0x160feb),_0x418b0a&&(_0x550b9d[_0x4f33fb[_0x2ea083(0x1a6)]]=_0x418b0a),_0x6074a1&&(_0x550b9d[_0x4f33fb['EDSEF']]=_0x6074a1),_0x2d244c&&(_0x550b9d[_0x4f33fb[_0x2ea083(0x1a0)]]=_0x2d244c),_0x110d87[_0x4f33fb[_0x2ea083(0x189)]]&&(_0x550b9d[_0x4f33fb[_0x2ea083(0x189)]]=_0x110d87[_0x4f33fb[_0x2ea083(0x189)]]);}return _0x550b9d;}}module[a54_0x2f76f1(0x1a4)]=BrowserStackSdk;
@@ -1 +1 @@
1
- function a55_0x56f7(){const _0xce6b3f=['MBzcQ','bnmXx','UlCml','PJXWO','WWdky','constructor','playwright','getLocalConfig','sWBwy','UPGRADE_REQUIRED','browserstackLocal','isTrialGrid','format','getPackageVersion','pBEgd','qtwRr','./percy/utils','RFRZI','percy','getFinalCaps','accessKey','Percy\x20stopped','BROWSERSTACK_PERCY','DsVXC','util','then','../hubAllocationMethods','sanitizeCaps','getHubUrl','env','?caps=','HQQgh','getTurboScaleGridDetails','vpgnd','isRunning','isUndefined','Calling\x20Build\x20Stop\x20from\x20ExitHandler','6732XZeOoi','setupTCGAuth','killSignal','stopBrowserstackLocal','Ihvcj','setLogLevel','selenium-webdriver','debug','JjlnI','./testhub/utils','Error\x20in\x20percy\x20setup\x20','playwrightUrl','yRnSX','push','hBSgS','TCG_DOWN','NOwmK','kzjqZ','uncaughtException','AjEri','Error\x20occured\x20while\x20stopping\x20local\x20binary','AUTOLOGCAPTURE_NOTIFICATION','Vtlnd','2|0|3|1|4','errorMessage','Thlzt','stopPercy','platforms','getUserName','isHealingEnabled','CwElg','SIGABRT','unhandledRejection','VDWGr','intExitHandler','localIdentifier','race','skipSessionStatus','poxnV','XSnKS','6216780GLZPBc','path','setEnvCaps','codeceptjs','true','setProxySettings','readConfig','QbSIK','238AnlOUN','testContextOptions','kRKLb','custom-repeater','cancel','388782jIqpFH','win32','fdvRL','70UTcpkW','4.5.0','EzVlF','ssTtA','djWnD','hubUrl','1614480uNzTEU','error','config','jebwu','compareVersions','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','SIGINT','AgfZO','generateLocalIdentifier','oJmWu','BrowserstackHealingInitFailed','toLowerCase','aevUQ','stop','handleExceptions','tdPxw','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','cliConfig','./ats/helper','9546200PinqDr','IcWBy','FROxN','Error\x20occured\x20while\x20stopping\x20percy','aiHeal:tcgAuth','AI_PROXY_FAILURE','XlxES','ogRnQ','uwYbe','./logger','Local\x20binary\x20started\x20successfully','JayvF','framework','yvBEQ','handled','SIGBREAK','xFVDC','isAuthenticated','proxyUrl','captureError','../helpers/globals','ZaGcj','setUpHubUrl','cNCvc','TCG_AUTH_TIMEOUT','info','fJgBI','wLfYl','uuid','turboScaleOptions','../bin/utils/constants','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','initialize','25|0|35|20|24|26|17|23|19|16|21|30|41|33|9|39|8|42|6|1|34|12|36|3|5|13|31|4|2|43|22|28|18|7|11|29|10|40|38|37|27|14|15|32','urISs','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','unhandledErrors','fnSzB','bind','Local\x20binary\x20stopped','uoACk','./utilities','ggecZ','version','INVALID_INIT_RESP_WITH_USER_IMPACT','selfHeal','512564bZBBPC','XGnUH','dWxuf','split','No\x20config\x20provided.','UDbeF','sdkRunID','SDKTestAttempted','useW3C','dotenv','tcgAuthConfig','qxqsx','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','Error\x20in\x20sending\x20testhub\x20stop:\x20','customRepeaters','isTrue','8210209uqcjer','getLocalIdentifier','setupBrowserstackLocal','OZyeC','status','GLJCj','KRUax','proxyConfig','SIGHUP','isBrowserstackInfra','localOptions','envFile','disableAutoCaptureLogs','ejbcW','ats-repeater','BrowserstackHealing.init\x20method\x20timed\x20out','join','startLocalBinary','requireSeleniumWebdriverCheck','Gkaej','fpNKM','JUGnq','setHandlePWError','TCG_AUTH_FAILURE','TCG_URL','MAEyE','envConfig','tcg\x20config\x20setup\x20successful.','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','parallelsPerPlatform','YcYak','fireFunnelTestEvent','./performance-tester','ACIJZ','Loading\x20environment\x20from:\x20','setupKeepAlive','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','Shutdown\x20triggered\x20by\x20','../../package.json','kDULk','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','UMrda','SIGTERM','platform','skipBinaryInitialisation','SIGQUIT','BROWSERSTACK_TURBOSCALE','../ai-sdk-node/bundle','3HikMqg','toString','default','BHfKe','browserStackLocalOptions','setupPercy','stopLocalBinary','turboScaleUrl','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','message','skipSessionName','AI_INIT_SUCCESSFUL','xuQUy'];a55_0x56f7=function(){return _0xce6b3f;};return a55_0x56f7();}const a55_0x4b7965=a55_0x5361;function a55_0x5361(_0x31ae33,_0x404e2c){const _0x56f759=a55_0x56f7();return a55_0x5361=function(_0x536100,_0x18ae07){_0x536100=_0x536100-0xe0;let _0x449f5f=_0x56f759[_0x536100];return _0x449f5f;},a55_0x5361(_0x31ae33,_0x404e2c);}(function(_0x61a708,_0x13d03f){const _0x25b45a=a55_0x5361,_0x383c83=_0x61a708();while(!![]){try{const _0x5b3222=-parseInt(_0x25b45a(0x147))/0x1*(parseInt(_0x25b45a(0x117))/0x2)+-parseInt(_0x25b45a(0xe5))/0x3*(-parseInt(_0x25b45a(0x196))/0x4)+parseInt(_0x25b45a(0x155))/0x5+-parseInt(_0x25b45a(0x13f))/0x6+parseInt(_0x25b45a(0x1a6))/0x7+parseInt(_0x25b45a(0x168))/0x8+parseInt(_0x25b45a(0x14c))/0x9*(-parseInt(_0x25b45a(0x14f))/0xa);if(_0x5b3222===_0x13d03f)break;else _0x383c83['push'](_0x383c83['shift']());}catch(_0x119338){_0x383c83['push'](_0x383c83['shift']());}}}(a55_0x56f7,0xa56c7));const util=require(a55_0x4b7965(0x10a)),os=require('os'),path=require(a55_0x4b7965(0x140)),dotenv=require(a55_0x4b7965(0x19f)),{v4:uuidv4}=require(a55_0x4b7965(0x184)),constants=require(a55_0x4b7965(0x186)),{isTurboScaleSession}=require(a55_0x4b7965(0x167)),logger=require(a55_0x4b7965(0x171))['winstonLogger'],helper=require('./helper'),utilities=require(a55_0x4b7965(0x191)),percyHelper=require(a55_0x4b7965(0x102)),hubAllocator=require(a55_0x4b7965(0x10c)),PerformanceTester=require(a55_0x4b7965(0x1c6)),{setPercyFlag}=require(a55_0x4b7965(0x120)),TestHubHandler=require('./testhub/testhubHandler'),globals=require(a55_0x4b7965(0x17c)),timeoutPromise=require('./timeoutPromise');class BrowserStackSetup{constructor(_0x42d52e,_0x5ec57e){const _0x70285c=a55_0x4b7965,_0x33d60a={'HQQgh':_0x70285c(0x189),'qdPPH':function(_0x237c5a,_0x337c09){return _0x237c5a===_0x337c09;},'XGnUH':'integrations','wLfYl':'userName\x20or\x20accessKey\x20is\x20not\x20defined','Gkaej':function(_0x2dda7c,_0xaebb5e){return _0x2dda7c===_0xaebb5e;},'vpgnd':_0x70285c(0x165),'djWnD':_0x70285c(0x187),'fdvRL':_0x70285c(0x19a),'JayvF':_0x70285c(0x19d),'uAljX':function(_0x2bf181,_0x2adc8d){return _0x2bf181+_0x2adc8d;},'hcdrn':_0x70285c(0x1c8),'WWdky':_0x70285c(0x1ae),'kRKLb':function(_0x384886,_0xf3793e){return _0x384886!==_0xf3793e;},'ecEPU':_0x70285c(0x14d),'Kgibh':_0x70285c(0x136),'CwElg':_0x70285c(0xe2),'AjEri':_0x70285c(0x177),'kMQzb':function(_0x1634aa,_0x14970a){return _0x1634aa<_0x14970a;},'sWBwy':function(_0x6b7111,_0x501133){return _0x6b7111(_0x501133);},'UlCml':_0x70285c(0x11d),'oJmWu':function(_0x3e781f,_0x3b7fd7){return _0x3e781f===_0x3b7fd7;},'ogRnQ':_0x70285c(0x150),'EzVlF':_0x70285c(0x15b),'nWlgy':'beforeExit','CJKUn':function(_0x35a8e8){return _0x35a8e8();},'fpNKM':_0x70285c(0x1d0)},_0x5ddae5=_0x33d60a[_0x70285c(0x111)][_0x70285c(0x199)]('|');let _0x543315=0x0;while(!![]){switch(_0x5ddae5[_0x543315++]){case'0':this[_0x70285c(0x166)]=helper['setCLICaps'](_0x42d52e);continue;case'1':this[_0x70285c(0x157)][_0x70285c(0x148)][_0x70285c(0x13c)]=!helper['isBrowserstackInfra']()||helper[_0x70285c(0x1a5)](this[_0x70285c(0x157)]['testContextOptions'][_0x70285c(0x13c)]);continue;case'2':if(_0x33d60a['qdPPH'](_0x5ec57e,_0x33d60a[_0x70285c(0x197)]))return;continue;case'3':if(helper[_0x70285c(0x115)](helper[_0x70285c(0x133)](this[_0x70285c(0x157)]))||helper[_0x70285c(0x115)](helper['getAccessKey'](this[_0x70285c(0x157)])))throw new Error(_0x33d60a[_0x70285c(0x183)]);continue;case'4':helper[_0x70285c(0x1bc)](this[_0x70285c(0x157)]);continue;case'5':helper[_0x70285c(0xf9)](this[_0x70285c(0x157)])&&helper[_0x70285c(0x115)](helper[_0x70285c(0x1a7)](this[_0x70285c(0x157)]))&&(!helper[_0x70285c(0x115)](this['config'][_0x70285c(0xe9)])&&_0x33d60a[_0x70285c(0x1b9)](this[_0x70285c(0x157)][_0x70285c(0xe9)][_0x70285c(0xf7)],Object)?!helper[_0x70285c(0x1a5)](this[_0x70285c(0x157)]['browserStackLocalOptions'][_0x70285c(0xe1)])&&(this[_0x70285c(0x157)][_0x70285c(0xe9)][_0x70285c(0x13a)]=helper[_0x70285c(0x15d)]()):this[_0x70285c(0x157)][_0x70285c(0xe9)]={'localIdentifier':helper[_0x70285c(0x15d)]()});continue;case'6':helper['setBrowserstackInfraFromConfig'](this[_0x70285c(0x157)],this['cliConfig']);continue;case'7':(helper[_0x70285c(0x115)](this[_0x70285c(0x157)]['platforms'])||helper[_0x70285c(0x115)](this[_0x70285c(0x157)]['platforms']['length']))&&(helper[_0x70285c(0x115)](this[_0x70285c(0x157)][_0x70285c(0x1c3)])?logger[_0x70285c(0x181)](_0x33d60a[_0x70285c(0x113)]):logger['warn'](_0x33d60a[_0x70285c(0x153)]),this[_0x70285c(0x157)][_0x70285c(0x132)]=[]);continue;case'8':if(helper[_0x70285c(0x115)](this['config']))throw new Error(_0x33d60a[_0x70285c(0x14e)]);continue;case'9':this[_0x70285c(0x119)]=null;continue;case'10':try{process['env']['FRAMEWORK']=_0x42d52e['_'][0x0],utilities[_0x70285c(0x1c5)](_0x33d60a[_0x70285c(0x173)],{},this[_0x70285c(0x157)],this['framework']);}catch(_0x44b7d8){logger[_0x70285c(0x11e)](_0x70285c(0x1ce)+_0x44b7d8);}continue;case'11':if(this[_0x70285c(0x157)][_0x70285c(0x1b1)]){logger['info'](_0x33d60a['uAljX'](_0x33d60a['hcdrn'],this[_0x70285c(0x157)]['envFile']));const _0x4bf4ad={};_0x4bf4ad['path']=this[_0x70285c(0x157)][_0x70285c(0x1b1)],dotenv[_0x70285c(0x157)](_0x4bf4ad);}else dotenv[_0x70285c(0x157)]();continue;case'12':helper[_0x70285c(0x105)](this[_0x70285c(0x157)],this[_0x70285c(0x166)],this[_0x70285c(0x1c0)]);continue;case'13':this[_0x70285c(0x157)][_0x70285c(0xe9)][_0x70285c(0xe1)]=helper[_0x70285c(0x1a5)](this[_0x70285c(0x157)][_0x70285c(0xe9)]['skipBinaryInitialisation']);continue;case'14':process['on'](_0x33d60a[_0x70285c(0xf6)],this['intExitHandler']);continue;case'15':_0x33d60a[_0x70285c(0x149)](process[_0x70285c(0xe0)],_0x33d60a['ecEPU'])?(process['on'](_0x33d60a['Kgibh'],this[_0x70285c(0x139)]),process['on'](_0x33d60a[_0x70285c(0x135)],this[_0x70285c(0x139)])):process['on'](_0x33d60a[_0x70285c(0x12a)],this[_0x70285c(0x139)]);continue;case'16':global[_0x70285c(0x157)]=this[_0x70285c(0x157)];continue;case'17':this[_0x70285c(0x157)][_0x70285c(0x132)]=this[_0x70285c(0x157)][_0x70285c(0x132)]||[];continue;case'18':helper[_0x70285c(0x1b8)](_0x5ec57e)&&(_0x33d60a['kMQzb'](_0x33d60a[_0x70285c(0xfa)](parseInt,helper[_0x70285c(0xff)](_0x33d60a[_0x70285c(0xf4)])),0x3)&&(this[_0x70285c(0x157)][_0x70285c(0x19e)]=![]),_0x33d60a[_0x70285c(0x15e)](helper[_0x70285c(0x159)](helper[_0x70285c(0xff)](_0x33d60a[_0x70285c(0xf4)]),_0x33d60a[_0x70285c(0x16f)]),0x1)&&(this['config']['useW3C']=!![]));continue;case'19':this[_0x70285c(0x12f)]={};continue;case'20':this['browserstackLocal']=null;continue;case'21':global['framework']=_0x5ec57e;continue;case'22':process[_0x70285c(0x10f)][_0x70285c(0xe3)]&&(this['config']['turboScale']=helper[_0x70285c(0x1a5)](process[_0x70285c(0x10f)][_0x70285c(0xe3)]),this[_0x70285c(0x157)][_0x70285c(0x185)]=this[_0x70285c(0x157)][_0x70285c(0x185)]||{});continue;case'23':this[_0x70285c(0x157)]['testContextOptions']=this['config'][_0x70285c(0x148)]||{};continue;case'24':this[_0x70285c(0x104)]=null;continue;case'25':this[_0x70285c(0x18c)]=[];continue;case'26':this[_0x70285c(0x157)]=helper[_0x70285c(0x145)](helper['getConfigPath'](_0x42d52e));continue;case'27':process['on'](_0x33d60a[_0x70285c(0x151)],this[_0x70285c(0x139)]);continue;case'28':if(!helper[_0x70285c(0x1af)]()){try{process[_0x70285c(0x10f)]['FRAMEWORK']=_0x5ec57e,utilities['fireFunnelTestEvent'](_0x33d60a['JayvF'],{},this['config'],this[_0x70285c(0x174)]);}catch(_0xf547aa){logger[_0x70285c(0x11e)](_0x70285c(0x1ce)+_0xf547aa);}return;}continue;case'29':!this[_0x70285c(0x157)][_0x70285c(0x148)]&&(this[_0x70285c(0x157)]['testContextOptions']={});continue;case'30':helper[_0x70285c(0x10d)](this[_0x70285c(0x157)]);continue;case'31':helper[_0x70285c(0x11c)](this[_0x70285c(0x157)],this['cliConfig'],this[_0x70285c(0x1c0)]);continue;case'32':process['on'](_0x33d60a['nWlgy'],this['exitHandler']());continue;case'33':this[_0x70285c(0x19c)]=_0x33d60a['CJKUn'](uuidv4);continue;case'34':this[_0x70285c(0x157)][_0x70285c(0x148)][_0x70285c(0xef)]=!helper['isBrowserstackInfra']()||helper[_0x70285c(0x1a5)](this[_0x70285c(0x157)][_0x70285c(0x148)][_0x70285c(0xef)]);continue;case'35':this[_0x70285c(0x1c0)]=helper[_0x70285c(0x141)]();continue;case'36':!this[_0x70285c(0x157)][_0x70285c(0xe9)]&&(this[_0x70285c(0x157)][_0x70285c(0xe9)]=this['config'][_0x70285c(0x1b0)]||{});continue;case'37':process['on'](_0x33d60a[_0x70285c(0x1ba)],this[_0x70285c(0x139)]);continue;case'38':this[_0x70285c(0x139)]=this[_0x70285c(0x139)][_0x70285c(0x18e)](this);continue;case'39':global[_0x70285c(0x19c)]=this[_0x70285c(0x19c)];continue;case'40':!this['config'][_0x70285c(0x1b2)]&&logger[_0x70285c(0x181)](constants[_0x70285c(0x12c)]);continue;case'41':this[_0x70285c(0x174)]=_0x5ec57e;continue;case'42':if(this['config'][_0x70285c(0x156)])throw new Error(this['config'][_0x70285c(0x156)]);continue;case'43':this['handleExceptions']();continue;}break;}}async[a55_0x4b7965(0x188)](){const _0x4615f7=a55_0x4b7965,_0x5a11ae={'urISs':function(_0x3e3c0e,_0x35067c){return _0x3e3c0e(_0x35067c);},'AgfZO':_0x4615f7(0x1b4),'Ihvcj':_0x4615f7(0x14a),'yvBEQ':'true','VDWGr':function(_0x46ddfe,_0x1ef472){return _0x46ddfe===_0x1ef472;},'IcWBy':_0x4615f7(0xf8),'fJgBI':function(_0x203bd9,_0x5b57fc){return _0x203bd9+_0x5b57fc;},'YdylI':_0x4615f7(0x110),'JjlnI':_0x4615f7(0x142),'uoACk':function(_0x565098,_0xa17ac4){return _0x565098(_0xa17ac4);}};if(_0x5a11ae['urISs'](isTurboScaleSession,this['config'])){const _0x9516b9=await helper[_0x4615f7(0x112)](this['config']);this['config']['turboScaleGridDetails']=_0x9516b9,_0x9516b9[_0x4615f7(0xfd)]&&(this[_0x4615f7(0x157)][_0x4615f7(0xfc)]=!![],this['config'][_0x4615f7(0xe9)][_0x4615f7(0x13a)]=_0x5a11ae[_0x4615f7(0x15c)],this[_0x4615f7(0x157)][_0x4615f7(0xe9)][_0x5a11ae[_0x4615f7(0x11b)]]=_0x9516b9[_0x4615f7(0x1a4)]['join'](','),this['config']['browserStackLocalOptions']['forceLocal']=_0x5a11ae[_0x4615f7(0x175)]),this[_0x4615f7(0x157)]['turboScaleUrl']=_0x9516b9['url'],this[_0x4615f7(0x174)]&&_0x5a11ae[_0x4615f7(0x138)](this[_0x4615f7(0x174)][_0x4615f7(0x160)](),_0x5a11ae[_0x4615f7(0x169)])&&(this[_0x4615f7(0x157)][_0x4615f7(0xec)]=_0x5a11ae[_0x4615f7(0x182)](_0x9516b9[_0x4615f7(0x122)],_0x5a11ae['YdylI'])),constants[_0x4615f7(0x154)]=helper[_0x4615f7(0x10e)](this[_0x4615f7(0x157)]),logger['debug'](_0x4615f7(0x18b)+constants[_0x4615f7(0x154)]);}helper[_0x4615f7(0x144)](this[_0x4615f7(0x157)]),this[_0x4615f7(0x1c9)](),_0x5a11ae[_0x4615f7(0x18a)](setPercyFlag,this),await this[_0x4615f7(0x1a8)](),![_0x5a11ae[_0x4615f7(0x11f)]]['includes'](this[_0x4615f7(0x174)])&&!_0x5a11ae[_0x4615f7(0x190)](isTurboScaleSession,this[_0x4615f7(0x157)])&&await this[_0x4615f7(0x17e)]();}async[a55_0x4b7965(0xea)](){const _0x53ee56=a55_0x4b7965,_0x48c52c={};_0x48c52c['RFRZI']=function(_0x16b917,_0x34aaf8){return _0x16b917===_0x34aaf8;},_0x48c52c[_0x53ee56(0xf3)]='false',_0x48c52c[_0x53ee56(0x130)]=_0x53ee56(0x15a),_0x48c52c[_0x53ee56(0x1c7)]='Percy\x20started\x20successfully',_0x48c52c['aevUQ']=_0x53ee56(0x143),_0x48c52c['tdPxw']='beforeExit';const _0x2dadf8=_0x48c52c;if(helper['isTrue'](this['config']['percy'])&&(!this[_0x53ee56(0x104)]||!this[_0x53ee56(0x104)]['isRunning']()))try{this[_0x53ee56(0x104)]=await percyHelper['startPercy'](this[_0x53ee56(0x157)]);if(!this[_0x53ee56(0x104)]){process['env'][_0x53ee56(0x108)]=_0x2dadf8[_0x53ee56(0xf3)];throw new Error(_0x2dadf8[_0x53ee56(0x130)]);}logger[_0x53ee56(0x181)](_0x2dadf8[_0x53ee56(0x1c7)]),process[_0x53ee56(0x10f)][_0x53ee56(0x108)]=_0x2dadf8[_0x53ee56(0x161)];let _0x43b738=0x0;const _0x38055d=async()=>{const _0x5b6e38=_0x53ee56;_0x43b738++,_0x2dadf8[_0x5b6e38(0x103)](_0x43b738,0x1)&&await this[_0x5b6e38(0x131)]();};process['on'](_0x2dadf8[_0x53ee56(0x164)],_0x38055d);}catch(_0x132e4e){process[_0x53ee56(0x10f)][_0x53ee56(0x108)]=_0x2dadf8[_0x53ee56(0xf3)],logger['debug'](_0x53ee56(0x121)+_0x132e4e);throw new Error(_0x132e4e[_0x53ee56(0xe6)]());}}async['stopPercy'](){const _0x3c6515=a55_0x4b7965,_0x3e60b0={};_0x3e60b0[_0x3c6515(0x12d)]=_0x3c6515(0x107),_0x3e60b0[_0x3c6515(0x1c4)]=_0x3c6515(0x16b);const _0x2349b9=_0x3e60b0;if(this[_0x3c6515(0x104)]&&this[_0x3c6515(0x104)][_0x3c6515(0x114)]())try{await percyHelper[_0x3c6515(0x131)](this['percy']),logger[_0x3c6515(0x181)](_0x2349b9[_0x3c6515(0x12d)]);}catch(_0x2b0482){logger[_0x3c6515(0x156)](_0x2349b9[_0x3c6515(0x1c4)],_0x2b0482[_0x3c6515(0xee)]);}}async[a55_0x4b7965(0x1a8)](){const _0x4aa348=a55_0x4b7965,_0x1c4c45={};_0x1c4c45[_0x4aa348(0x109)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x1c4c45[_0x4aa348(0x1bf)]=_0x4aa348(0x172);const _0x3c9124=_0x1c4c45;if(helper[_0x4aa348(0x1af)]()&&helper['isTrue'](this[_0x4aa348(0x157)][_0x4aa348(0xfc)])&&(!this[_0x4aa348(0xfc)]||!this[_0x4aa348(0xfc)][_0x4aa348(0x114)]()))try{if(this[_0x4aa348(0x157)][_0x4aa348(0xe9)][_0x4aa348(0xe1)]){logger[_0x4aa348(0x11e)](_0x3c9124['DsVXC']);return;}this[_0x4aa348(0xfc)]=await helper[_0x4aa348(0x1b7)](this[_0x4aa348(0x157)]),logger[_0x4aa348(0x181)](_0x3c9124[_0x4aa348(0x1bf)]);}catch(_0x474108){logger[_0x4aa348(0x11e)](_0x474108);throw new Error(_0x474108[_0x4aa348(0xe6)]());}}async[a55_0x4b7965(0x11a)](){const _0x66aab=a55_0x4b7965,_0x248e15={};_0x248e15['JUGnq']=_0x66aab(0x18f),_0x248e15[_0x66aab(0x1cd)]=_0x66aab(0x12b);const _0x5f5689=_0x248e15;if(this['browserstackLocal']&&this['browserstackLocal'][_0x66aab(0x114)]())try{await helper[_0x66aab(0xeb)](this[_0x66aab(0xfc)]),logger['info'](_0x5f5689[_0x66aab(0x1bb)]);}catch(_0x8805d2){logger['error'](_0x5f5689[_0x66aab(0x1cd)],_0x8805d2[_0x66aab(0xee)]);}}async['setUpHubUrl'](){const _0x4d08b7=a55_0x4b7965;await hubAllocator['allocateHub'](this[_0x4d08b7(0x157)]);}async[a55_0x4b7965(0x118)](){const _0x24ac6d=a55_0x4b7965,_0x18e3b0={'UDbeF':function(_0x21c83c,_0x566907){return _0x21c83c(_0x566907);},'OZyeC':_0x24ac6d(0xe4),'XSnKS':function(_0x2ef20c,_0x2440db,_0x42282b,_0x2806a7,_0x2c108c,_0x35479a,_0x25d79c){return _0x2ef20c(_0x2440db,_0x42282b,_0x2806a7,_0x2c108c,_0x35479a,_0x25d79c);},'NOwmK':_0x24ac6d(0x1b5),'QneaK':_0x24ac6d(0x15f),'MBzcQ':function(_0x59945b,_0x512262){return _0x59945b(_0x512262);},'cNCvc':_0x24ac6d(0x1cc),'GLJCj':'BrowserstackHealing.init','xuQUy':function(_0x5de973,_0x110eb0){return _0x5de973===_0x110eb0;},'kzjqZ':_0x24ac6d(0x143),'qtwRr':function(_0x443183,_0x4e89a9){return _0x443183===_0x4e89a9;},'poxnV':function(_0x36ce7c,_0x55b980){return _0x36ce7c===_0x55b980;},'JUdQU':function(_0x34f678,_0x387d96){return _0x34f678===_0x387d96;},'dWxuf':_0x24ac6d(0x1a2),'fnSzB':function(_0x372ccc,_0x284378){return _0x372ccc===_0x284378;},'ssTtA':_0x24ac6d(0x1ca),'qxqsx':_0x24ac6d(0x1c2),'hBSgS':_0x24ac6d(0xed),'UMrda':function(_0xac9e8e,_0xa367e1){return _0xac9e8e>=_0xa367e1;},'uwYbe':function(_0xe49577,_0x5b156e){return _0xe49577<_0x5b156e;},'yRnSX':_0x24ac6d(0x1c1),'BHfKe':_0x24ac6d(0x16c),'KRUax':function(_0x36a991){return _0x36a991();}},_0x4a033c=PerformanceTester['measureWrapper'](_0x18e3b0[_0x24ac6d(0xe8)],async()=>{const _0x573afc=_0x24ac6d;try{const _0x597b6e=new Date(),_0x53523f=helper['getProxyConfigForTcg'](this[_0x573afc(0x157)]),_0xc14729=_0x18e3b0[_0x573afc(0x19b)](require,path[_0x573afc(0x1b6)](__dirname,_0x18e3b0[_0x573afc(0x1a9)])),_0x3c39da=_0x18e3b0[_0x573afc(0x13e)](timeoutPromise,constants[_0x573afc(0x180)],_0x18e3b0[_0x573afc(0x127)],_0x18e3b0['QneaK'],_0x597b6e,this[_0x573afc(0x157)],this[_0x573afc(0x174)]),_0x40f593={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x18e3b0['MBzcQ'](require,_0x18e3b0[_0x573afc(0x17f)])[_0x573afc(0x193)],'methodUsed':_0x18e3b0['GLJCj'],'proxyConfig':_0x53523f,'os':os[_0x573afc(0xe0)]()};if(_0x53523f&&_0x53523f[_0x573afc(0x17a)]){helper[_0x573afc(0x1c5)](constants[_0x573afc(0x16d)],_0x40f593,this[_0x573afc(0x157)],this[_0x573afc(0x174)]);return;}const _0x13002b={};_0x13002b['proxy']=_0x53523f;const _0x23c8e3=await Promise[_0x573afc(0x13b)]([_0xc14729['init'](this[_0x573afc(0x157)][_0x573afc(0x106)],this[_0x573afc(0x157)]['userName'],constants[_0x573afc(0x1be)],_0x18e3b0[_0x573afc(0xf2)](require,_0x18e3b0[_0x573afc(0x17f)])[_0x573afc(0x193)],_0x13002b)[_0x573afc(0x10b)](_0x3765a8=>{const _0x43f19f=_0x573afc;return _0x3c39da[_0x43f19f(0x14b)](),_0x3765a8;}),_0x3c39da]);_0x23c8e3[_0x573afc(0x134)]=_0x18e3b0[_0x573afc(0xf1)](_0x23c8e3[_0x573afc(0x134)],_0x18e3b0[_0x573afc(0x128)])||_0x18e3b0[_0x573afc(0xf1)](_0x23c8e3[_0x573afc(0x134)],!![]);const _0x329709=_0x18e3b0[_0x573afc(0x101)](this[_0x573afc(0x157)][_0x573afc(0x195)],!![])||_0x18e3b0[_0x573afc(0x13d)](this['config']['selfHeal'],_0x18e3b0[_0x573afc(0x128)]);if(_0x18e3b0['JUdQU'](_0x23c8e3['message'],constants[_0x573afc(0xfb)])&&_0x329709)logger['info'](_0x18e3b0[_0x573afc(0x198)]);else{if(!_0x23c8e3[_0x573afc(0x179)]&&_0x18e3b0[_0x573afc(0x18d)](_0x23c8e3['status'],0x1f7)&&_0x329709)logger[_0x573afc(0x181)](_0x18e3b0[_0x573afc(0x152)]),helper[_0x573afc(0x1c5)](constants[_0x573afc(0x126)],_0x40f593,this[_0x573afc(0x157)],this[_0x573afc(0x174)]);else{if(!_0x23c8e3[_0x573afc(0x179)]&&_0x329709){logger[_0x573afc(0x181)](_0x18e3b0[_0x573afc(0x1a1)]);const _0x1d0230={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x18e3b0['MBzcQ'](require,_0x18e3b0[_0x573afc(0x17f)])[_0x573afc(0x193)],'methodUsed':_0x18e3b0[_0x573afc(0x1ab)],'proxyConfig':_0x53523f,'os':os[_0x573afc(0xe0)]()};helper[_0x573afc(0x1c5)](constants[_0x573afc(0x1bd)],_0x1d0230,this['config'],this[_0x573afc(0x174)]);}else{if(_0x23c8e3[_0x573afc(0x179)]&&!_0x23c8e3[_0x573afc(0x134)]&&_0x329709)logger['info'](_0x18e3b0[_0x573afc(0x125)]);else{if(_0x18e3b0['UMrda'](_0x23c8e3[_0x573afc(0x1aa)],0xc8)&&_0x18e3b0[_0x573afc(0x170)](_0x23c8e3[_0x573afc(0x1aa)],0x12c))helper[_0x573afc(0x1c5)](constants[_0x573afc(0xf0)],_0x40f593,this[_0x573afc(0x157)],this['framework']);else{if(_0x18e3b0[_0x573afc(0x1cf)](_0x23c8e3['status'],0x190))_0x40f593[_0x573afc(0x1aa)]=_0x23c8e3[_0x573afc(0x1aa)],helper[_0x573afc(0x1c5)](constants['AI_INIT_FAILURE'],_0x40f593,this[_0x573afc(0x157)],this[_0x573afc(0x174)]);else!_0x23c8e3[_0x573afc(0x1aa)]&&helper['fireFunnelTestEvent'](constants[_0x573afc(0x194)],_0x40f593,this[_0x573afc(0x157)],this[_0x573afc(0x174)]);}}}}}if(_0x23c8e3['isAuthenticated']&&_0x23c8e3[_0x573afc(0x134)]){const _0x23bdc8={};_0x23bdc8[_0x573afc(0x1a0)]=_0x23c8e3;const _0x440b43=_0x23bdc8;_0x53523f&&(_0x440b43[_0x573afc(0x1ad)]=_0x53523f),_0x440b43[_0x573afc(0x174)]=this[_0x573afc(0x174)],_0x440b43['bstackConfig']=this[_0x573afc(0x157)],helper['setupTcgConfigFile'](_0x440b43),logger['debug'](_0x18e3b0[_0x573afc(0x123)]);}}catch(_0x439573){logger[_0x573afc(0x11e)]('Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20'+(_0x439573['message']?_0x439573[_0x573afc(0xee)]:''));}});await _0x18e3b0[_0x24ac6d(0x1ac)](_0x4a033c);}[a55_0x4b7965(0x1c9)](){const _0x473664=a55_0x4b7965,_0x19bbaf={'XlxES':function(_0x5aae16,_0x4b0f2f){return _0x5aae16(_0x4b0f2f);},'pBEgd':'./setKeepAlive'};_0x19bbaf[_0x473664(0x16e)](require,_0x19bbaf[_0x473664(0x100)])();}[a55_0x4b7965(0x163)](){const _0x124e6b=a55_0x4b7965,_0x44cfd9={};_0x44cfd9[_0x124e6b(0x192)]=_0x124e6b(0x137),_0x44cfd9[_0x124e6b(0x178)]=_0x124e6b(0x129);const _0x4eab67=_0x44cfd9,_0x3b8288=_0x60cf85=>{const _0x5b1675=_0x124e6b;logger[_0x5b1675(0x156)](_0x60cf85[_0x5b1675(0xee)]),logger[_0x5b1675(0x11e)](util[_0x5b1675(0xfe)](_0x60cf85)),this[_0x5b1675(0x18c)][_0x5b1675(0x124)](util[_0x5b1675(0xfe)]('%j',_0x60cf85)),PerformanceTester[_0x5b1675(0x17b)](_0x60cf85);};process['on'](_0x4eab67[_0x124e6b(0x192)],_0x3b8288),process['on'](_0x4eab67[_0x124e6b(0x178)],_0x3b8288);}async[a55_0x4b7965(0x139)](_0x3ad2e0){const _0xefc960=a55_0x4b7965,_0x656416={};_0x656416['imlnv']=_0xefc960(0x12e),_0x656416[_0xefc960(0x16a)]=function(_0x47fa67,_0x5188c6){return _0x47fa67+_0x5188c6;},_0x656416[_0xefc960(0xf5)]=_0xefc960(0x176),_0x656416[_0xefc960(0x158)]=function(_0x1a56cd,_0x3d6f2d){return _0x1a56cd+_0x3d6f2d;},_0x656416[_0xefc960(0x1b3)]=_0xefc960(0x1cb);const _0x431d0f=_0x656416,_0x2ae834=_0x431d0f['imlnv'][_0xefc960(0x199)]('|');let _0x19cf97=0x0;while(!![]){switch(_0x2ae834[_0x19cf97++]){case'0':this[_0x431d0f[_0xefc960(0x16a)](_0x431d0f[_0xefc960(0xf5)],_0x3ad2e0)]=!![];continue;case'1':this[_0xefc960(0x119)]=_0x3ad2e0;continue;case'2':if(this[_0x431d0f[_0xefc960(0x158)](_0x431d0f[_0xefc960(0xf5)],_0x3ad2e0)])return;continue;case'3':logger[_0xefc960(0x181)](_0x431d0f['FROxN'](_0x431d0f[_0xefc960(0x1b3)],_0x3ad2e0));continue;case'4':await TestHubHandler[_0xefc960(0x162)](_0x3ad2e0);continue;}break;}}['exitHandler'](){const _0x217d4a=a55_0x4b7965,_0x4cf776={};_0x4cf776['QbSIK']=function(_0x37c5cb,_0x393662){return _0x37c5cb===_0x393662;},_0x4cf776[_0x217d4a(0x17d)]=_0x217d4a(0x116);const _0xa9f578=_0x4cf776;let _0x35f38b=0x0;return async()=>{const _0x375484=_0x217d4a;_0x35f38b++;if(_0xa9f578[_0x375484(0x146)](_0x35f38b,0x1)){helper['checkStopLocalBinaryOnExit'](this[_0x375484(0x174)])&&await this[_0x375484(0x11a)]();try{logger[_0x375484(0x11e)](_0xa9f578[_0x375484(0x17d)]),await TestHubHandler[_0x375484(0x162)](_0x35f38b);}catch(_0x3d05d0){logger[_0x375484(0x11e)](_0x375484(0x1a3)+util[_0x375484(0xfe)](_0x3d05d0));}}};}}exports[a55_0x4b7965(0xe7)]=BrowserStackSetup;
1
+ const a55_0x4205c3=a55_0x550e;(function(_0x5d719e,_0x29eb32){const _0x3ac0f7=a55_0x550e,_0x1739ce=_0x5d719e();while(!![]){try{const _0x3b608b=-parseInt(_0x3ac0f7(0x26e))/0x1*(parseInt(_0x3ac0f7(0x28e))/0x2)+parseInt(_0x3ac0f7(0x236))/0x3*(parseInt(_0x3ac0f7(0x25f))/0x4)+-parseInt(_0x3ac0f7(0x22b))/0x5+parseInt(_0x3ac0f7(0x283))/0x6*(-parseInt(_0x3ac0f7(0x267))/0x7)+parseInt(_0x3ac0f7(0x1fe))/0x8+parseInt(_0x3ac0f7(0x1d1))/0x9*(-parseInt(_0x3ac0f7(0x1d6))/0xa)+parseInt(_0x3ac0f7(0x265))/0xb;if(_0x3b608b===_0x29eb32)break;else _0x1739ce['push'](_0x1739ce['shift']());}catch(_0x51c2f0){_0x1739ce['push'](_0x1739ce['shift']());}}}(a55_0x1518,0x85401));const util=require(a55_0x4205c3(0x1f1)),os=require('os'),path=require('path'),dotenv=require(a55_0x4205c3(0x284)),{v4:uuidv4}=require(a55_0x4205c3(0x1c6)),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require('./ats/helper'),logger=require(a55_0x4205c3(0x226))[a55_0x4205c3(0x256)],helper=require(a55_0x4205c3(0x25a)),utilities=require('./utilities'),percyHelper=require(a55_0x4205c3(0x245)),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require(a55_0x4205c3(0x221)),{setPercyFlag}=require(a55_0x4205c3(0x1ca)),TestHubHandler=require(a55_0x4205c3(0x1ee)),globals=require('../helpers/globals'),timeoutPromise=require(a55_0x4205c3(0x299));function a55_0x550e(_0x5596ad,_0x156101){const _0x151805=a55_0x1518();return a55_0x550e=function(_0x550e8a,_0x185883){_0x550e8a=_0x550e8a-0x1b7;let _0x476473=_0x151805[_0x550e8a];return _0x476473;},a55_0x550e(_0x5596ad,_0x156101);}class BrowserStackSetup{constructor(_0x227240,_0x493d13){const _0x126119=a55_0x4205c3,_0x1c378b={'xsakQ':_0x126119(0x271),'lWfYK':_0x126119(0x244),'yXfSO':function(_0x5cf24b,_0x24a6d9){return _0x5cf24b===_0x24a6d9;},'sqgKj':_0x126119(0x250),'lnsEM':_0x126119(0x1e1),'mCeJI':function(_0x33e22b){return _0x33e22b();},'ZmeLo':_0x126119(0x21e),'XNpfL':_0x126119(0x22c),'EPMCP':function(_0x41395a,_0x515e3f){return _0x41395a===_0x515e3f;},'ADiRP':'SIGINT','xewxx':_0x126119(0x254),'RHGwS':function(_0x18d979,_0x5061c5){return _0x18d979<_0x5061c5;},'YQPIj':function(_0x2abf42,_0x4bd9c2){return _0x2abf42(_0x4bd9c2);},'mzNuw':_0x126119(0x1de),'aOxTl':_0x126119(0x1cc),'WEkph':function(_0x3f5202,_0x4c6919){return _0x3f5202!==_0x4c6919;},'ArKNT':_0x126119(0x202),'ZgDUO':'SIGABRT','ztJRx':_0x126119(0x291),'eeNKu':_0x126119(0x20d),'ZDNAL':_0x126119(0x1d4),'ySjCa':_0x126119(0x29d),'xXvGi':_0x126119(0x227),'dxWRM':function(_0x19b930,_0x55cf65){return _0x19b930+_0x55cf65;},'RqyGS':_0x126119(0x285)},_0x5dedb6=_0x1c378b[_0x126119(0x205)]['split']('|');let _0x4b4809=0x0;while(!![]){switch(_0x5dedb6[_0x4b4809++]){case'0':process['env'][_0x126119(0x24f)]&&(this[_0x126119(0x280)][_0x126119(0x1c3)]=helper[_0x126119(0x1d9)](process[_0x126119(0x20f)][_0x126119(0x24f)]),this[_0x126119(0x280)][_0x126119(0x258)]=this[_0x126119(0x280)][_0x126119(0x258)]||{});continue;case'1':helper[_0x126119(0x1b8)](this[_0x126119(0x280)],this[_0x126119(0x1c1)],this[_0x126119(0x20c)]);continue;case'2':process['on'](_0x1c378b[_0x126119(0x29a)],this[_0x126119(0x290)]());continue;case'3':this[_0x126119(0x235)]=this['intExitHandler'][_0x126119(0x239)](this);continue;case'4':this[_0x126119(0x26b)]=_0x493d13;continue;case'5':if(_0x1c378b['yXfSO'](_0x493d13,_0x1c378b[_0x126119(0x241)]))return;continue;case'6':this['config'][_0x126119(0x294)][_0x126119(0x287)]=helper['isTrue'](this[_0x126119(0x280)][_0x126119(0x294)]['skipBinaryInitialisation']);continue;case'7':this[_0x126119(0x280)]['testContextOptions']['skipSessionStatus']=!helper[_0x126119(0x1fd)]()||helper[_0x126119(0x1d9)](this[_0x126119(0x280)][_0x126119(0x26d)][_0x126119(0x1ec)]);continue;case'8':this['errorMessage']={};continue;case'9':this[_0x126119(0x20c)]=helper[_0x126119(0x246)]();continue;case'10':this[_0x126119(0x247)]=null;continue;case'11':this[_0x126119(0x213)]=null;continue;case'12':helper['sanitizeCaps'](this[_0x126119(0x280)]);continue;case'13':this[_0x126119(0x280)][_0x126119(0x26d)]=this[_0x126119(0x280)][_0x126119(0x26d)]||{};continue;case'14':process['on'](_0x1c378b[_0x126119(0x1eb)],this[_0x126119(0x235)]);continue;case'15':this[_0x126119(0x1c2)]();continue;case'16':this['config'][_0x126119(0x26d)]['skipSessionName']=!helper[_0x126119(0x1fd)]()||helper[_0x126119(0x1d9)](this['config'][_0x126119(0x26d)][_0x126119(0x232)]);continue;case'17':this[_0x126119(0x28a)]=_0x1c378b[_0x126119(0x206)](uuidv4);continue;case'18':if(helper[_0x126119(0x21a)](helper[_0x126119(0x211)](this['config']))||helper[_0x126119(0x21a)](helper[_0x126119(0x262)](this['config'])))throw new Error(_0x1c378b[_0x126119(0x1bc)]);continue;case'19':if(this[_0x126119(0x280)][_0x126119(0x1d7)])throw new Error(this[_0x126119(0x280)][_0x126119(0x1d7)]);continue;case'20':!this[_0x126119(0x280)][_0x126119(0x294)]&&(this['config'][_0x126119(0x294)]=this[_0x126119(0x280)]['localOptions']||{});continue;case'21':this[_0x126119(0x1f8)]=null;continue;case'22':helper[_0x126119(0x1c8)](this[_0x126119(0x280)],this['cliConfig']);continue;case'23':global[_0x126119(0x280)]=this[_0x126119(0x280)];continue;case'24':this[_0x126119(0x280)]=helper[_0x126119(0x1f3)](helper[_0x126119(0x237)](_0x227240));continue;case'25':process['on'](_0x1c378b[_0x126119(0x28b)],this[_0x126119(0x235)]);continue;case'26':helper[_0x126119(0x1b9)](this[_0x126119(0x280)]);continue;case'27':!this[_0x126119(0x280)][_0x126119(0x26d)]&&(this[_0x126119(0x280)]['testContextOptions']={});continue;case'28':global[_0x126119(0x26b)]=_0x493d13;continue;case'29':this[_0x126119(0x280)][_0x126119(0x29c)]=this[_0x126119(0x280)][_0x126119(0x29c)]||[];continue;case'30':helper['getLocalConfig'](this[_0x126119(0x280)])&&helper['isUndefined'](helper['getLocalIdentifier'](this[_0x126119(0x280)]))&&(!helper[_0x126119(0x21a)](this[_0x126119(0x280)][_0x126119(0x294)])&&_0x1c378b[_0x126119(0x22d)](this[_0x126119(0x280)][_0x126119(0x294)][_0x126119(0x24c)],Object)?!helper[_0x126119(0x1d9)](this[_0x126119(0x280)][_0x126119(0x294)]['skipBinaryInitialisation'])&&(this[_0x126119(0x280)]['browserStackLocalOptions'][_0x126119(0x20b)]=helper['generateLocalIdentifier']()):this['config'][_0x126119(0x294)]={'localIdentifier':helper[_0x126119(0x1d5)]()});continue;case'31':helper['setLogLevel'](this[_0x126119(0x280)],this[_0x126119(0x1c1)],this[_0x126119(0x20c)]);continue;case'32':process['on'](_0x1c378b[_0x126119(0x207)],this['intExitHandler']);continue;case'33':if(helper['isUndefined'](this['config']))throw new Error(_0x1c378b[_0x126119(0x1e0)]);continue;case'34':helper[_0x126119(0x1e3)](_0x493d13)&&(_0x1c378b['RHGwS'](_0x1c378b[_0x126119(0x1ef)](parseInt,helper[_0x126119(0x26a)](_0x1c378b['mzNuw'])),0x3)&&(this[_0x126119(0x280)][_0x126119(0x25e)]=![]),_0x1c378b[_0x126119(0x261)](helper[_0x126119(0x270)](helper['getPackageVersion'](_0x1c378b['mzNuw']),_0x1c378b[_0x126119(0x1f0)]),0x1)&&(this['config']['useW3C']=!![]));continue;case'35':this[_0x126119(0x1e4)]=[];continue;case'36':_0x1c378b[_0x126119(0x238)](process[_0x126119(0x1c0)],_0x1c378b[_0x126119(0x27f)])?(process['on'](_0x1c378b[_0x126119(0x210)],this['intExitHandler']),process['on'](_0x1c378b[_0x126119(0x27b)],this[_0x126119(0x235)])):process['on'](_0x1c378b[_0x126119(0x201)],this[_0x126119(0x235)]);continue;case'37':if(!helper['isBrowserstackInfra']()){try{process[_0x126119(0x20f)][_0x126119(0x23e)]=_0x493d13,utilities[_0x126119(0x21d)](_0x1c378b['ZDNAL'],{},this[_0x126119(0x280)],this[_0x126119(0x26b)]);}catch(_0x8bcf1a){logger[_0x126119(0x26c)](_0x126119(0x1df)+_0x8bcf1a);}return;}continue;case'38':global[_0x126119(0x28a)]=this[_0x126119(0x28a)];continue;case'39':this[_0x126119(0x1c1)]=helper[_0x126119(0x1f7)](_0x227240);continue;case'40':(helper['isUndefined'](this['config'][_0x126119(0x29c)])||helper[_0x126119(0x21a)](this[_0x126119(0x280)][_0x126119(0x29c)][_0x126119(0x266)]))&&(helper['isUndefined'](this['config'][_0x126119(0x1ed)])?logger[_0x126119(0x23a)](_0x1c378b[_0x126119(0x204)]):logger[_0x126119(0x298)](_0x1c378b[_0x126119(0x260)]),this[_0x126119(0x280)][_0x126119(0x29c)]=[]);continue;case'41':try{process[_0x126119(0x20f)][_0x126119(0x23e)]=_0x227240['_'][0x0],utilities[_0x126119(0x21d)](_0x1c378b[_0x126119(0x229)],{},this[_0x126119(0x280)],this[_0x126119(0x26b)]);}catch(_0x1c6192){logger[_0x126119(0x26c)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x1c6192);}continue;case'42':!this[_0x126119(0x280)][_0x126119(0x1c4)]&&logger[_0x126119(0x23a)](constants[_0x126119(0x292)]);continue;case'43':if(this[_0x126119(0x280)][_0x126119(0x269)]){logger[_0x126119(0x23a)](_0x1c378b['dxWRM'](_0x1c378b['RqyGS'],this[_0x126119(0x280)][_0x126119(0x269)]));const _0x2472a5={};_0x2472a5[_0x126119(0x29b)]=this[_0x126119(0x280)][_0x126119(0x269)],dotenv[_0x126119(0x280)](_0x2472a5);}else dotenv[_0x126119(0x280)]();continue;}break;}}async['initialize'](){const _0x44bb5d=a55_0x4205c3,_0x492967={'uGVdW':function(_0x4fcc6d,_0x4b27f4){return _0x4fcc6d(_0x4b27f4);},'kwbeE':_0x44bb5d(0x24d),'ybLAb':_0x44bb5d(0x1dc),'ROKqv':_0x44bb5d(0x1ce),'cskwB':function(_0x42784c,_0x12c534){return _0x42784c===_0x12c534;},'aosPJ':_0x44bb5d(0x1cb),'oVDIY':function(_0x1611e3,_0x2dddb0){return _0x1611e3+_0x2dddb0;},'Cupqh':_0x44bb5d(0x234),'InPLQ':function(_0x4d074e,_0x1766d6){return _0x4d074e(_0x1766d6);},'RUfPk':_0x44bb5d(0x1bf),'ijrce':function(_0x2a5b45,_0x34a7ee){return _0x2a5b45(_0x34a7ee);}};if(_0x492967['uGVdW'](isTurboScaleSession,this['config'])){const _0x3f677a=await helper[_0x44bb5d(0x1e5)](this['config']);this[_0x44bb5d(0x280)][_0x44bb5d(0x23c)]=_0x3f677a,_0x3f677a[_0x44bb5d(0x1e7)]&&(this['config'][_0x44bb5d(0x247)]=!![],this[_0x44bb5d(0x280)][_0x44bb5d(0x294)]['localIdentifier']=_0x492967['kwbeE'],this['config'][_0x44bb5d(0x294)][_0x492967[_0x44bb5d(0x1cf)]]=_0x3f677a[_0x44bb5d(0x24e)][_0x44bb5d(0x1dd)](','),this['config']['browserStackLocalOptions']['forceLocal']=_0x492967['ROKqv']),this[_0x44bb5d(0x280)][_0x44bb5d(0x27c)]=_0x3f677a[_0x44bb5d(0x220)],this[_0x44bb5d(0x26b)]&&_0x492967[_0x44bb5d(0x264)](this[_0x44bb5d(0x26b)][_0x44bb5d(0x1ea)](),_0x492967['aosPJ'])&&(this[_0x44bb5d(0x280)][_0x44bb5d(0x27c)]=_0x492967[_0x44bb5d(0x20a)](_0x3f677a[_0x44bb5d(0x218)],_0x492967[_0x44bb5d(0x208)])),constants['hubUrl']=helper[_0x44bb5d(0x1fb)](this[_0x44bb5d(0x280)]),logger[_0x44bb5d(0x26c)](_0x44bb5d(0x1f4)+constants['hubUrl']);}helper[_0x44bb5d(0x1f2)](this[_0x44bb5d(0x280)]),this[_0x44bb5d(0x1c9)](),_0x492967['InPLQ'](setPercyFlag,this),await this['setupBrowserstackLocal'](),![_0x492967[_0x44bb5d(0x23b)]]['includes'](this['framework'])&&!_0x492967[_0x44bb5d(0x2a1)](isTurboScaleSession,this[_0x44bb5d(0x280)])&&await this['setUpHubUrl']();}async[a55_0x4205c3(0x23d)](){const _0x5aae52=a55_0x4205c3,_0x1b565d={};_0x1b565d[_0x5aae52(0x286)]=function(_0x8e8977,_0x198296){return _0x8e8977===_0x198296;},_0x1b565d['IwLeO']=_0x5aae52(0x273),_0x1b565d[_0x5aae52(0x1bb)]=_0x5aae52(0x209),_0x1b565d['IMMDD']=_0x5aae52(0x1c7),_0x1b565d[_0x5aae52(0x25d)]=_0x5aae52(0x1ce),_0x1b565d[_0x5aae52(0x259)]=_0x5aae52(0x244);const _0x39103b=_0x1b565d;if(helper[_0x5aae52(0x1d9)](this['config'][_0x5aae52(0x213)])&&(!this[_0x5aae52(0x213)]||!this[_0x5aae52(0x213)][_0x5aae52(0x293)]()))try{this[_0x5aae52(0x213)]=await percyHelper[_0x5aae52(0x296)](this[_0x5aae52(0x280)]);if(!this[_0x5aae52(0x213)]){process['env'][_0x5aae52(0x22f)]=_0x39103b[_0x5aae52(0x252)];throw new Error(_0x39103b[_0x5aae52(0x1bb)]);}logger[_0x5aae52(0x23a)](_0x39103b[_0x5aae52(0x1bd)]),process[_0x5aae52(0x20f)][_0x5aae52(0x22f)]=_0x39103b['mwLGV'];let _0x37811e=0x0;const _0x20d097=async()=>{const _0x23b06b=_0x5aae52;_0x37811e++,_0x39103b[_0x23b06b(0x286)](_0x37811e,0x1)&&await this[_0x23b06b(0x29e)]();};process['on'](_0x39103b['EswVZ'],_0x20d097);}catch(_0xcb084c){process[_0x5aae52(0x20f)][_0x5aae52(0x22f)]=_0x39103b[_0x5aae52(0x252)],logger['debug']('Error\x20in\x20percy\x20setup\x20'+_0xcb084c);throw new Error(_0xcb084c[_0x5aae52(0x1f6)]());}}async['stopPercy'](){const _0x4be9a8=a55_0x4205c3,_0x39cac2={};_0x39cac2[_0x4be9a8(0x1f9)]='Percy\x20stopped',_0x39cac2[_0x4be9a8(0x282)]=_0x4be9a8(0x1e2);const _0x24e357=_0x39cac2;if(this['percy']&&this[_0x4be9a8(0x213)][_0x4be9a8(0x293)]())try{await percyHelper[_0x4be9a8(0x29e)](this[_0x4be9a8(0x213)]),logger[_0x4be9a8(0x23a)](_0x24e357[_0x4be9a8(0x1f9)]);}catch(_0x1f6695){logger['error'](_0x24e357[_0x4be9a8(0x282)],_0x1f6695[_0x4be9a8(0x276)]);}}async[a55_0x4205c3(0x281)](){const _0x3cd3d5=a55_0x4205c3,_0xcd7cc0={};_0xcd7cc0['uXdLK']='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0xcd7cc0[_0x3cd3d5(0x1db)]=_0x3cd3d5(0x24b);const _0x2d82d8=_0xcd7cc0;if(helper[_0x3cd3d5(0x1fd)]()&&helper['isTrue'](this[_0x3cd3d5(0x280)][_0x3cd3d5(0x247)])&&(!this[_0x3cd3d5(0x247)]||!this[_0x3cd3d5(0x247)]['isRunning']()))try{if(this[_0x3cd3d5(0x280)][_0x3cd3d5(0x294)][_0x3cd3d5(0x287)]){logger[_0x3cd3d5(0x26c)](_0x2d82d8['uXdLK']);return;}this['browserstackLocal']=await helper['startLocalBinary'](this[_0x3cd3d5(0x280)]),logger['info'](_0x2d82d8[_0x3cd3d5(0x1db)]);}catch(_0x1a4f03){logger[_0x3cd3d5(0x26c)](_0x1a4f03);throw new Error(_0x1a4f03[_0x3cd3d5(0x1f6)]());}}async[a55_0x4205c3(0x23f)](){const _0x11a5df=a55_0x4205c3,_0x368e65={};_0x368e65[_0x11a5df(0x279)]=_0x11a5df(0x22a),_0x368e65[_0x11a5df(0x1d2)]=_0x11a5df(0x1cd);const _0x2550b8=_0x368e65;if(this[_0x11a5df(0x247)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x11a5df(0x21c)](this[_0x11a5df(0x247)]),logger['info'](_0x2550b8[_0x11a5df(0x279)]);}catch(_0x588195){logger['error'](_0x2550b8[_0x11a5df(0x1d2)],_0x588195['message']);}}async[a55_0x4205c3(0x24a)](){const _0x5c6427=a55_0x4205c3;await hubAllocator[_0x5c6427(0x274)](this['config']);}async[a55_0x4205c3(0x20e)](){const _0x527597=a55_0x4205c3,_0x25ec53={'ofvbE':function(_0x12f552,_0x22132f){return _0x12f552(_0x22132f);},'qtccl':_0x527597(0x289),'Adbvc':function(_0x2a9152,_0x5d40a0,_0x1c4388,_0x54cd42,_0x28c22d,_0x217dcd,_0x40e1f6){return _0x2a9152(_0x5d40a0,_0x1c4388,_0x54cd42,_0x28c22d,_0x217dcd,_0x40e1f6);},'ZMGlM':_0x527597(0x1e9),'vHSWR':_0x527597(0x216),'gAgWN':'../../package.json','QAIBM':'BrowserstackHealing.init','ChRrt':function(_0x377a80,_0x2c6006){return _0x377a80===_0x2c6006;},'kKJBj':'true','WtPgg':function(_0x10d0c7,_0x44d805){return _0x10d0c7===_0x44d805;},'LxNwT':function(_0x348e0d,_0x43887b){return _0x348e0d===_0x43887b;},'UERQT':_0x527597(0x1da),'mrbtI':'Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','xsJNZ':_0x527597(0x28d),'aVtbi':function(_0x3d58b0,_0x5cf41e){return _0x3d58b0(_0x5cf41e);},'kaNEK':'Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','QqpsQ':function(_0x1761a0,_0x59b4c5){return _0x1761a0>=_0x59b4c5;},'qKchs':function(_0x16650b,_0x492cdb){return _0x16650b<_0x492cdb;},'lNZvt':function(_0x3e197e,_0x46a47a){return _0x3e197e>=_0x46a47a;},'fQYQf':_0x527597(0x233),'TpkOQ':'aiHeal:tcgAuth','GPlVz':function(_0x5ad7d5){return _0x5ad7d5();}},_0xb8ec5a=PerformanceTester['measureWrapper'](_0x25ec53['TpkOQ'],async()=>{const _0x3e30b3=_0x527597;try{const _0xc762d4=new Date(),_0x3cb199=helper[_0x3e30b3(0x278)](this[_0x3e30b3(0x280)]),_0x2d8af2=_0x25ec53[_0x3e30b3(0x253)](require,path[_0x3e30b3(0x1dd)](__dirname,_0x25ec53[_0x3e30b3(0x251)])),_0xb4aed2=_0x25ec53[_0x3e30b3(0x27d)](timeoutPromise,constants[_0x3e30b3(0x29f)],_0x25ec53[_0x3e30b3(0x1d0)],_0x25ec53['vHSWR'],_0xc762d4,this[_0x3e30b3(0x280)],this[_0x3e30b3(0x26b)]),_0x5b8d23={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x25ec53['ofvbE'](require,_0x25ec53[_0x3e30b3(0x224)])[_0x3e30b3(0x1e6)],'methodUsed':_0x25ec53['QAIBM'],'proxyConfig':_0x3cb199,'os':os['platform']()};if(_0x3cb199&&_0x3cb199['proxyUrl']){helper[_0x3e30b3(0x21d)](constants['AI_PROXY_FAILURE'],_0x5b8d23,this[_0x3e30b3(0x280)],this['framework']);return;}const _0x83e09b={};_0x83e09b[_0x3e30b3(0x25c)]=_0x3cb199;const _0x2d7ec0=await Promise[_0x3e30b3(0x1fc)]([_0x2d8af2[_0x3e30b3(0x25b)](this['config'][_0x3e30b3(0x231)],this['config'][_0x3e30b3(0x21b)],constants[_0x3e30b3(0x217)],_0x25ec53['ofvbE'](require,_0x25ec53[_0x3e30b3(0x224)])[_0x3e30b3(0x1e6)],_0x83e09b)[_0x3e30b3(0x268)](_0x2eda1e=>{return _0xb4aed2['cancel'](),_0x2eda1e;}),_0xb4aed2]);_0x2d7ec0[_0x3e30b3(0x28c)]=_0x25ec53[_0x3e30b3(0x22e)](_0x2d7ec0[_0x3e30b3(0x28c)],_0x25ec53[_0x3e30b3(0x200)])||_0x25ec53['WtPgg'](_0x2d7ec0[_0x3e30b3(0x28c)],!![]);const _0x2b6cdd=_0x25ec53[_0x3e30b3(0x242)](this[_0x3e30b3(0x280)]['selfHeal'],!![])||_0x25ec53['ChRrt'](this[_0x3e30b3(0x280)][_0x3e30b3(0x228)],_0x25ec53['kKJBj']);if(_0x25ec53[_0x3e30b3(0x242)](_0x2d7ec0[_0x3e30b3(0x276)],constants[_0x3e30b3(0x272)])&&_0x2b6cdd)logger[_0x3e30b3(0x23a)](_0x25ec53[_0x3e30b3(0x28f)]);else{if(!_0x2d7ec0['isAuthenticated']&&_0x25ec53[_0x3e30b3(0x242)](_0x2d7ec0[_0x3e30b3(0x243)],0x1f7)&&_0x2b6cdd)logger[_0x3e30b3(0x23a)](_0x25ec53[_0x3e30b3(0x1f5)]),helper[_0x3e30b3(0x21d)](constants['TCG_DOWN'],_0x5b8d23,this[_0x3e30b3(0x280)],this['framework']);else{if(!_0x2d7ec0[_0x3e30b3(0x1ba)]&&_0x2b6cdd){logger['info'](_0x25ec53[_0x3e30b3(0x222)]);const _0x478a35={'tcgUrl':constants[_0x3e30b3(0x217)],'sdkVersion':_0x25ec53[_0x3e30b3(0x215)](require,_0x25ec53[_0x3e30b3(0x224)])[_0x3e30b3(0x1e6)],'methodUsed':_0x25ec53[_0x3e30b3(0x1d8)],'proxyConfig':_0x3cb199,'os':os[_0x3e30b3(0x1c0)]()};helper[_0x3e30b3(0x21d)](constants[_0x3e30b3(0x1be)],_0x478a35,this[_0x3e30b3(0x280)],this[_0x3e30b3(0x26b)]);}else{if(_0x2d7ec0['isAuthenticated']&&!_0x2d7ec0['isHealingEnabled']&&_0x2b6cdd)logger[_0x3e30b3(0x23a)](_0x25ec53[_0x3e30b3(0x263)]);else{if(_0x25ec53['QqpsQ'](_0x2d7ec0[_0x3e30b3(0x243)],0xc8)&&_0x25ec53[_0x3e30b3(0x2a0)](_0x2d7ec0[_0x3e30b3(0x243)],0x12c))helper[_0x3e30b3(0x21d)](constants['AI_INIT_SUCCESSFUL'],_0x5b8d23,this[_0x3e30b3(0x280)],this[_0x3e30b3(0x26b)]);else{if(_0x25ec53['lNZvt'](_0x2d7ec0[_0x3e30b3(0x243)],0x190))_0x5b8d23['status']=_0x2d7ec0[_0x3e30b3(0x243)],helper['fireFunnelTestEvent'](constants[_0x3e30b3(0x1ff)],_0x5b8d23,this[_0x3e30b3(0x280)],this[_0x3e30b3(0x26b)]);else!_0x2d7ec0[_0x3e30b3(0x243)]&&helper['fireFunnelTestEvent'](constants[_0x3e30b3(0x27e)],_0x5b8d23,this[_0x3e30b3(0x280)],this[_0x3e30b3(0x26b)]);}}}}}if(_0x2d7ec0[_0x3e30b3(0x1ba)]&&_0x2d7ec0[_0x3e30b3(0x28c)]){const _0x14e9b6={};_0x14e9b6[_0x3e30b3(0x240)]=_0x2d7ec0;const _0x2846e7=_0x14e9b6;_0x3cb199&&(_0x2846e7[_0x3e30b3(0x255)]=_0x3cb199),_0x2846e7['framework']=this[_0x3e30b3(0x26b)],_0x2846e7[_0x3e30b3(0x1e8)]=this[_0x3e30b3(0x280)],helper[_0x3e30b3(0x1c5)](_0x2846e7),logger[_0x3e30b3(0x26c)](_0x25ec53['fQYQf']);}}catch(_0x4fb7a5){logger[_0x3e30b3(0x26c)](_0x3e30b3(0x26f)+(_0x4fb7a5[_0x3e30b3(0x276)]?_0x4fb7a5[_0x3e30b3(0x276)]:''));}});await _0x25ec53['GPlVz'](_0xb8ec5a);}[a55_0x4205c3(0x1c9)](){const _0x1be3c2=a55_0x4205c3,_0x18da17={'rpgBs':function(_0x1cdbd8,_0x31a1fb){return _0x1cdbd8(_0x31a1fb);},'xXEaC':'./setKeepAlive'};_0x18da17[_0x1be3c2(0x257)](require,_0x18da17[_0x1be3c2(0x212)])();}['handleExceptions'](){const _0x113c69=a55_0x4205c3,_0xcca36e={};_0xcca36e['lhbkg']=_0x113c69(0x248),_0xcca36e[_0x113c69(0x230)]=_0x113c69(0x275);const _0x5e9f9e=_0xcca36e,_0x4c69a4=_0x1e9c1a=>{const _0x265d90=_0x113c69;logger[_0x265d90(0x1d7)](_0x1e9c1a[_0x265d90(0x276)]),logger[_0x265d90(0x26c)](util[_0x265d90(0x219)](_0x1e9c1a)),this[_0x265d90(0x1e4)][_0x265d90(0x214)](util['format']('%j',_0x1e9c1a)),PerformanceTester[_0x265d90(0x288)](_0x1e9c1a);};process['on'](_0x5e9f9e[_0x113c69(0x297)],_0x4c69a4),process['on'](_0x5e9f9e[_0x113c69(0x230)],_0x4c69a4);}async[a55_0x4205c3(0x235)](_0x111e7){const _0x4ec7fd=a55_0x4205c3,_0x1b7e73={};_0x1b7e73[_0x4ec7fd(0x1fa)]=_0x4ec7fd(0x295),_0x1b7e73['oTwpV']=function(_0x1923d6,_0x3b9516){return _0x1923d6+_0x3b9516;},_0x1b7e73[_0x4ec7fd(0x1b7)]=_0x4ec7fd(0x223),_0x1b7e73['ADlix']=function(_0x10c65a,_0x38a0d1){return _0x10c65a+_0x38a0d1;},_0x1b7e73[_0x4ec7fd(0x277)]=_0x4ec7fd(0x225);const _0x51898b=_0x1b7e73,_0x22f572=_0x51898b[_0x4ec7fd(0x1fa)]['split']('|');let _0x1715a5=0x0;while(!![]){switch(_0x22f572[_0x1715a5++]){case'0':this['killSignal']=_0x111e7;continue;case'1':await TestHubHandler[_0x4ec7fd(0x21f)](_0x111e7);continue;case'2':logger[_0x4ec7fd(0x23a)](_0x51898b[_0x4ec7fd(0x1d3)](_0x51898b[_0x4ec7fd(0x1b7)],_0x111e7));continue;case'3':this[_0x51898b['ADlix'](_0x51898b[_0x4ec7fd(0x277)],_0x111e7)]=!![];continue;case'4':if(this[_0x51898b[_0x4ec7fd(0x1d3)](_0x51898b[_0x4ec7fd(0x277)],_0x111e7)])return;continue;}break;}}[a55_0x4205c3(0x290)](){const _0x3bb114=a55_0x4205c3,_0x1e977e={};_0x1e977e['RWIwI']=function(_0x4a6ca2,_0x58628e){return _0x4a6ca2===_0x58628e;},_0x1e977e[_0x3bb114(0x203)]=_0x3bb114(0x249);const _0x1ac878=_0x1e977e;let _0x41d394=0x0;return async()=>{const _0x4bbece=_0x3bb114;_0x41d394++;if(_0x1ac878[_0x4bbece(0x27a)](_0x41d394,0x1)){helper['checkStopLocalBinaryOnExit'](this[_0x4bbece(0x26b)])&&await this['stopBrowserstackLocal']();try{logger[_0x4bbece(0x26c)](_0x1ac878[_0x4bbece(0x203)]),await TestHubHandler['stop'](_0x41d394);}catch(_0x2df519){logger['debug']('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0x4bbece(0x219)](_0x2df519));}}};}}exports['default']=BrowserStackSetup;function a55_0x1518(){const _0x25cd37=['qKchs','ijrce','FWvul','getFinalCaps','setHandlePWError','isAuthenticated','mGQTq','ZmeLo','IMMDD','TCG_AUTH_FAILURE','codeceptjs','platform','cliConfig','handleExceptions','turboScale','disableAutoCaptureLogs','setupTcgConfigFile','uuid','Percy\x20started\x20successfully','setBrowserstackInfraFromConfig','setupKeepAlive','./testhub/utils','playwright','4.5.0','Error\x20occured\x20while\x20stopping\x20local\x20binary','true','ybLAb','ZMGlM','5201217nuJnAx','VmuSM','oTwpV','SDKTestAttempted','generateLocalIdentifier','10jQrohx','error','QAIBM','isTrue','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','TfKpE','custom-repeater','join','selenium-webdriver','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','xewxx','SIGTERM','Error\x20occured\x20while\x20stopping\x20percy','requireSeleniumWebdriverCheck','unhandledErrors','getTurboScaleGridDetails','version','isTrialGrid','bstackConfig','BrowserstackHealing.init\x20method\x20timed\x20out','toLowerCase','lnsEM','skipSessionStatus','parallelsPerPlatform','./testhub/testhubHandler','YQPIj','aOxTl','util','setProxySettings','readConfig','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','mrbtI','toString','setCLICaps','killSignal','cQJkA','TfQVR','getHubUrl','race','isBrowserstackInfra','3695224tsiZjW','AI_INIT_FAILURE','kKJBj','eeNKu','win32','HipYX','ySjCa','xsakQ','mCeJI','ADiRP','Cupqh','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','oVDIY','localIdentifier','envConfig','SIGBREAK','setupTCGAuth','env','ZgDUO','getUserName','xXEaC','percy','push','aVtbi','BrowserstackHealingInitFailed','TCG_URL','playwrightUrl','format','isUndefined','userName','stopLocalBinary','fireFunnelTestEvent','userName\x20or\x20accessKey\x20is\x20not\x20defined','stop','url','./performance-tester','xsJNZ','Shutdown\x20triggered\x20by\x20','gAgWN','handled','./logger','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','selfHeal','ZDNAL','Local\x20binary\x20stopped','2016420UZQIsq','SIGHUP','EPMCP','ChRrt','BROWSERSTACK_PERCY','tjHvz','accessKey','skipSessionName','tcg\x20config\x20setup\x20successful.','?caps=','intExitHandler','11676QALUDt','getConfigPath','WEkph','bind','info','RUfPk','turboScaleGridDetails','setupPercy','FRAMEWORK','stopBrowserstackLocal','tcgAuthConfig','sqgKj','LxNwT','status','beforeExit','./percy/utils','setEnvCaps','browserstackLocal','unhandledRejection','Calling\x20Build\x20Stop\x20from\x20ExitHandler','setUpHubUrl','Local\x20binary\x20started\x20successfully','constructor','ats-repeater','customRepeaters','BROWSERSTACK_TURBOSCALE','integrations','qtccl','IwLeO','ofvbE','No\x20config\x20provided.','proxyConfig','winstonLogger','rpgBs','turboScaleOptions','EswVZ','./helper','init','proxy','mwLGV','useW3C','556wdvgxm','xXvGi','yXfSO','getAccessKey','kaNEK','cskwB','14670843dBnjDU','length','2724323yvmlxI','then','envFile','getPackageVersion','framework','debug','testContextOptions','25XwhmSt','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','compareVersions','35|39|9|10|11|24|29|13|8|23|28|12|4|17|21|38|33|19|22|7|16|1|20|18|30|6|31|26|5|15|0|37|34|40|43|27|41|42|3|14|32|25|36|2','UPGRADE_REQUIRED','false','allocateHub','uncaughtException','message','kwWIw','getProxyConfigForTcg','ASyKS','RWIwI','ztJRx','turboScaleUrl','Adbvc','INVALID_INIT_RESP_WITH_USER_IMPACT','ArKNT','config','setupBrowserstackLocal','uwbhJ','6qDxxmU','dotenv','Loading\x20environment\x20from:\x20','KEDTE','skipBinaryInitialisation','captureError','../ai-sdk-node/bundle','sdkRunID','XNpfL','isHealingEnabled','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','33634LYWhfU','UERQT','exitHandler','SIGQUIT','AUTOLOGCAPTURE_NOTIFICATION','isRunning','browserStackLocalOptions','4|3|2|0|1','startPercy','lhbkg','warn','./timeoutPromise','lWfYK','path','platforms','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','stopPercy','TCG_AUTH_TIMEOUT'];a55_0x1518=function(){return _0x25cd37;};return a55_0x1518();}
@@ -1 +1 @@
1
- function a56_0x13c6(){var _0x2b5144=['175fceFou','21knUBRl','API_URL','2TIuTjz','52172Ucljtu','4473yIzvlz','548616CdliuI','1240584IuAWWp','96tkCwcg','https://accessibility.browserstack.com/api','1147223gSgqxY','17216lfpMdu','732114nucfpq','5120sBdeCH'];a56_0x13c6=function(){return _0x2b5144;};return a56_0x13c6();}var a56_0xcf1c71=a56_0x567f;function a56_0x567f(_0x1f1587,_0x3d73c6){var _0x13c606=a56_0x13c6();return a56_0x567f=function(_0x567f6b,_0x3f47fd){_0x567f6b=_0x567f6b-0x1e6;var _0x3c7ace=_0x13c606[_0x567f6b];return _0x3c7ace;},a56_0x567f(_0x1f1587,_0x3d73c6);}(function(_0x1e3d0f,_0x13e6ff){var _0x1a2aab=a56_0x567f,_0x234fe7=_0x1e3d0f();while(!![]){try{var _0x5980b8=-parseInt(_0x1a2aab(0x1eb))/0x1*(parseInt(_0x1a2aab(0x1ec))/0x2)+-parseInt(_0x1a2aab(0x1e6))/0x3+-parseInt(_0x1a2aab(0x1f3))/0x4*(parseInt(_0x1a2aab(0x1e8))/0x5)+parseInt(_0x1a2aab(0x1ef))/0x6+-parseInt(_0x1a2aab(0x1e9))/0x7*(parseInt(_0x1a2aab(0x1ee))/0x8)+parseInt(_0x1a2aab(0x1ed))/0x9*(-parseInt(_0x1a2aab(0x1e7))/0xa)+parseInt(_0x1a2aab(0x1f2))/0xb*(parseInt(_0x1a2aab(0x1f0))/0xc);if(_0x5980b8===_0x13e6ff)break;else _0x234fe7['push'](_0x234fe7['shift']());}catch(_0x5d4bba){_0x234fe7['push'](_0x234fe7['shift']());}}}(a56_0x13c6,0x20baf),exports[a56_0xcf1c71(0x1ea)]=a56_0xcf1c71(0x1f1));
1
+ function a56_0x4642(){var _0x1ecb3=['23801780yAfdON','1MvgplJ','21bitLZb','571794ZBrNRp','2357266clqiKc','5574905Hmkzjr','54OGSBhw','1039131IxFoMk','105288fySoey','https://accessibility.browserstack.com/api','2960576EFRmPn'];a56_0x4642=function(){return _0x1ecb3;};return a56_0x4642();}var a56_0x359f0d=a56_0x5937;function a56_0x5937(_0x3d1a3c,_0x398fb7){var _0x464202=a56_0x4642();return a56_0x5937=function(_0x59371a,_0x4025c2){_0x59371a=_0x59371a-0x12b;var _0x2845d0=_0x464202[_0x59371a];return _0x2845d0;},a56_0x5937(_0x3d1a3c,_0x398fb7);}(function(_0x1fbaaf,_0x2d17a9){var _0xa48681=a56_0x5937,_0x492b06=_0x1fbaaf();while(!![]){try{var _0x18d98a=parseInt(_0xa48681(0x12c))/0x1*(-parseInt(_0xa48681(0x12f))/0x2)+parseInt(_0xa48681(0x131))/0x3*(-parseInt(_0xa48681(0x133))/0x4)+-parseInt(_0xa48681(0x130))/0x5+-parseInt(_0xa48681(0x12e))/0x6+-parseInt(_0xa48681(0x12d))/0x7*(-parseInt(_0xa48681(0x135))/0x8)+parseInt(_0xa48681(0x132))/0x9+parseInt(_0xa48681(0x12b))/0xa;if(_0x18d98a===_0x2d17a9)break;else _0x492b06['push'](_0x492b06['shift']());}catch(_0x1572ec){_0x492b06['push'](_0x492b06['shift']());}}}(a56_0x4642,0xb56e8),exports['API_URL']=a56_0x359f0d(0x134));
@@ -1 +1 @@
1
- const a57_0x45e8d5=a57_0x2596;(function(_0x346ce7,_0x4a1f44){const _0x238983=a57_0x2596,_0x2f219d=_0x346ce7();while(!![]){try{const _0x57c6fc=parseInt(_0x238983(0x1e7))/0x1*(parseInt(_0x238983(0x14b))/0x2)+-parseInt(_0x238983(0x1b6))/0x3+-parseInt(_0x238983(0x1cb))/0x4*(-parseInt(_0x238983(0x156))/0x5)+-parseInt(_0x238983(0x1d0))/0x6+-parseInt(_0x238983(0x171))/0x7+parseInt(_0x238983(0x1bc))/0x8+parseInt(_0x238983(0x163))/0x9*(parseInt(_0x238983(0x191))/0xa);if(_0x57c6fc===_0x4a1f44)break;else _0x2f219d['push'](_0x2f219d['shift']());}catch(_0x1c54d1){_0x2f219d['push'](_0x2f219d['shift']());}}}(a57_0x7a2f,0x38071));function a57_0x2596(_0x5a058a,_0x15d1ce){const _0x7a2f3a=a57_0x7a2f();return a57_0x2596=function(_0x2596d2,_0x1e92d0){_0x2596d2=_0x2596d2-0x14a;let _0x4f25f9=_0x7a2f3a[_0x2596d2];return _0x4f25f9;},a57_0x2596(_0x5a058a,_0x15d1ce);}const path=require(a57_0x45e8d5(0x177)),util=require('util'),bsSetupHelper=require(a57_0x45e8d5(0x1c8)),logger=require(a57_0x45e8d5(0x1b2))[a57_0x45e8d5(0x151)],{API_URL}=require(a57_0x45e8d5(0x1cd)),PerformanceTester=require(a57_0x45e8d5(0x187)),scripts=require(a57_0x45e8d5(0x15c)),globals=require(a57_0x45e8d5(0x1c3));exports['fetchPlatformDetails']=async _0xb62ffc=>{const _0x678cbb=a57_0x45e8d5,_0x3675ad={};_0x3675ad[_0x678cbb(0x1b9)]=function(_0x2128c8,_0x288019){return _0x2128c8===_0x288019;},_0x3675ad[_0x678cbb(0x1aa)]=_0x678cbb(0x159);const _0x29b44c=_0x3675ad;let _0x19b18c={};try{const _0x2936a5=await _0xb62ffc[_0x678cbb(0x152)]();_0x19b18c={'os_name':_0x2936a5['getPlatform'](),'os_version':bsSetupHelper[_0x678cbb(0x1ed)](_0x29b44c[_0x678cbb(0x1b9)](global[_0x678cbb(0x188)],_0x29b44c[_0x678cbb(0x1aa)])),'browser_name':_0x2936a5[_0x678cbb(0x14a)](),'browser_version':_0x2936a5[_0x678cbb(0x1c2)]()};}catch(_0x408658){logger[_0x678cbb(0x1c1)](_0x678cbb(0x19b)+_0x408658);}return _0x19b18c;},exports['isAccessibilityAutomationSession']=()=>{const _0x5ad205=a57_0x45e8d5,_0x502e26={};_0x502e26['yIMUH']=function(_0x496adb,_0x389e9c){return _0x496adb===_0x389e9c;},_0x502e26['YbKHK']=_0x5ad205(0x18c),_0x502e26[_0x5ad205(0x161)]=function(_0x511363,_0x48e2a8){return _0x511363>_0x48e2a8;},_0x502e26[_0x5ad205(0x17d)]=function(_0x4baf7e,_0x3ef118){return _0x4baf7e!==_0x3ef118;},_0x502e26[_0x5ad205(0x1ad)]=_0x5ad205(0x193),_0x502e26[_0x5ad205(0x1c6)]=function(_0x6e9868,_0x591c6e){return _0x6e9868&&_0x591c6e;};const _0x3f5a05=_0x502e26;try{if(!bsSetupHelper[_0x5ad205(0x160)]())return![];const _0x11b3b8=bsSetupHelper[_0x5ad205(0x1e9)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process['env'][_0x5ad205(0x174)]),_0x18a146=_0x3f5a05['yIMUH'](typeof process['env'][_0x5ad205(0x198)],_0x3f5a05['YbKHK'])&&_0x3f5a05[_0x5ad205(0x161)](process[_0x5ad205(0x1de)]['BS_A11Y_JWT'][_0x5ad205(0x197)],0x0)&&_0x3f5a05[_0x5ad205(0x17d)](process['env']['BS_A11Y_JWT'],_0x3f5a05['jmKMK']);return _0x3f5a05[_0x5ad205(0x1c6)](_0x11b3b8,_0x18a146);}catch(_0x942f71){logger[_0x5ad205(0x1c1)](_0x5ad205(0x1e4)+_0x942f71);}return![];},exports[a57_0x45e8d5(0x1bb)]=(_0x318e2b=null,_0x2577d6=!![],_0x4c6c86=[])=>{const _0x3592e8=a57_0x45e8d5,_0x5d95e4={};_0x5d95e4[_0x3592e8(0x1e0)]=function(_0x31ab4c,_0x3c55a4){return _0x31ab4c==_0x3c55a4;},_0x5d95e4[_0x3592e8(0x1dd)]=function(_0x43e85c,_0x41f57b){return _0x43e85c>_0x41f57b;},_0x5d95e4['zudNL']=function(_0x22650e,_0xe96499){return _0x22650e===_0xe96499;},_0x5d95e4['VVeEu']=function(_0x50153f,_0x163594){return _0x50153f&&_0x163594;},_0x5d95e4[_0x3592e8(0x1e6)]=function(_0x311060,_0x211a4b){return _0x311060===_0x211a4b;},_0x5d95e4[_0x3592e8(0x14c)]=function(_0x2e9f7d,_0x3e87e9){return _0x2e9f7d&&_0x3e87e9;};const _0x1fc9ce=_0x5d95e4;if(_0x1fc9ce['sIYlH'](process[_0x3592e8(0x1de)][_0x3592e8(0x168)],null))return!![];try{const _0x5d9998=JSON['parse'](process[_0x3592e8(0x1de)][_0x3592e8(0x168)]),_0x5408d1=Array[_0x3592e8(0x1a2)](_0x5d9998['includeTagsInTestingScope'])?_0x5d9998['includeTagsInTestingScope']:[],_0x25726f=Array[_0x3592e8(0x1a2)](_0x5d9998[_0x3592e8(0x19a)])?_0x5d9998[_0x3592e8(0x19a)]:[];if(bsSetupHelper['isUndefined'](_0x318e2b)){if(_0x1fc9ce['EiVgf'](_0x4c6c86[_0x3592e8(0x197)],0x0)){const _0x4deb9c=_0x25726f[_0x3592e8(0x190)](_0x21aeba=>_0x4c6c86[_0x3592e8(0x15e)](_0x21aeba)),_0x4ed227=_0x1fc9ce[_0x3592e8(0x167)](_0x5408d1[_0x3592e8(0x197)],0x0)||_0x5408d1[_0x3592e8(0x190)](_0x463429=>_0x4c6c86['includes'](_0x463429));return _0x1fc9ce[_0x3592e8(0x1c4)](!_0x4deb9c,_0x4ed227);}return!![];}let _0x114330;_0x2577d6?_0x114330=_0x318e2b[_0x3592e8(0x180)]('/'):_0x114330=_0x318e2b;const _0x5a6d5b=_0x25726f[_0x3592e8(0x190)](_0x35b5ba=>_0x114330[_0x3592e8(0x15e)](_0x35b5ba)),_0xcca95e=_0x1fc9ce[_0x3592e8(0x1e6)](_0x5408d1['length'],0x0)||_0x5408d1[_0x3592e8(0x190)](_0x3506b8=>_0x114330[_0x3592e8(0x15e)](_0x3506b8));return _0x1fc9ce[_0x3592e8(0x14c)](!_0x5a6d5b,_0xcca95e);}catch(_0x3d0c64){logger[_0x3592e8(0x1c1)](_0x3592e8(0x1ba)+util[_0x3592e8(0x18b)](_0x3d0c64));}return![];},exports[a57_0x45e8d5(0x185)]=_0x43ea91=>{const _0x5f1768=a57_0x45e8d5;let _0x314aba=![];try{_0x43ea91[_0x5f1768(0x16c)][_0x5f1768(0x14d)](_0x50d3ed=>{const _0x80fced=_0x5f1768;if(bsSetupHelper[_0x80fced(0x1e9)](_0x50d3ed[_0x80fced(0x183)]))return _0x314aba=!![],!![];});}catch(_0x120501){logger[_0x5f1768(0x1c1)](_0x5f1768(0x15a)+_0x120501);}return _0x314aba||bsSetupHelper['isTrue'](_0x43ea91[_0x5f1768(0x183)]);},exports[a57_0x45e8d5(0x1c0)]=PerformanceTester[a57_0x45e8d5(0x1df)](a57_0x45e8d5(0x158),async function(_0x462250,_0x2c5df4){const _0x2dec90=a57_0x45e8d5,_0x6b32e8={};_0x6b32e8['hMGWX']=_0x2dec90(0x1d4),_0x6b32e8[_0x2dec90(0x1ce)]=_0x2dec90(0x165),_0x6b32e8[_0x2dec90(0x181)]=_0x2dec90(0x17e),_0x6b32e8[_0x2dec90(0x1a8)]=_0x2dec90(0x1ae),_0x6b32e8[_0x2dec90(0x1ef)]='POST',_0x6b32e8[_0x2dec90(0x179)]=_0x2dec90(0x175),_0x6b32e8[_0x2dec90(0x172)]=function(_0x25534d,_0x3db003){return _0x25534d===_0x3db003;},_0x6b32e8[_0x2dec90(0x166)]='Invalid\x20configuration\x20passed.',_0x6b32e8[_0x2dec90(0x17a)]=_0x2dec90(0x1e1);const _0x5331a9=_0x6b32e8,_0x47b67b=bsSetupHelper['getUserName'](_0x462250),_0x3dd423=bsSetupHelper[_0x2dec90(0x1b7)](_0x462250);if(bsSetupHelper['isUndefined'](_0x47b67b)||bsSetupHelper[_0x2dec90(0x16f)](_0x3dd423))return logger[_0x2dec90(0x1d8)](_0x5331a9[_0x2dec90(0x182)]),[null,null];try{let _0x4c6f7b;bsSetupHelper[_0x2dec90(0x16f)](process[_0x2dec90(0x1de)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x4c6f7b={}:_0x4c6f7b=JSON['parse'](process['env'][_0x2dec90(0x168)]);const {name:_0x2e63c0,version:_0x4b1155}=bsSetupHelper[_0x2dec90(0x196)](_0x462250,_0x2c5df4),_0x588c99={'projectName':_0x462250['projectName'],'buildName':_0x462250['buildName']||path[_0x2dec90(0x169)](path[_0x2dec90(0x1d5)](process[_0x2dec90(0x1f0)]())),'startTime':new Date()['toISOString'](),'description':_0x462250[_0x2dec90(0x1c9)]||'','source':{'frameworkName':_0x2c5df4[_0x2dec90(0x15e)](_0x5331a9[_0x2dec90(0x1ce)])?_0x5331a9[_0x2dec90(0x1ce)]:_0x2c5df4,'frameworkVersion':bsSetupHelper[_0x2dec90(0x1be)](_0x2c5df4),'sdkVersion':bsSetupHelper[_0x2dec90(0x17c)](),'language':_0x5331a9[_0x2dec90(0x181)],'testFramework':_0x2e63c0,'testFrameworkVersion':_0x4b1155},'settings':_0x4c6f7b,'versionControl':await bsSetupHelper[_0x2dec90(0x1c5)](),'ciInfo':bsSetupHelper[_0x2dec90(0x199)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x2dec90(0x160)]()},_0x2c49e8={};_0x2c49e8[_0x2dec90(0x1e2)]=_0x47b67b,_0x2c49e8[_0x2dec90(0x1bd)]=_0x3dd423;const _0x1b07cf={};_0x1b07cf[_0x2dec90(0x157)]=_0x5331a9[_0x2dec90(0x1a8)];const _0x4d5ab8={};_0x4d5ab8[_0x2dec90(0x1c7)]=_0x2c49e8,_0x4d5ab8[_0x2dec90(0x1b0)]=_0x1b07cf;const _0x96928f=_0x4d5ab8,_0x5efe35={};_0x5efe35[_0x2dec90(0x162)]=_0x588c99,_0x5efe35[_0x2dec90(0x1a4)]=!![];const _0x50c821=Object['assign'](_0x96928f,_0x5efe35),_0x4544a2=await bsSetupHelper[_0x2dec90(0x19c)](_0x5331a9[_0x2dec90(0x1ef)],_0x5331a9[_0x2dec90(0x179)],_0x50c821,_0x462250,API_URL);let _0x14f887=process[_0x2dec90(0x1de)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x14f887?_0x14f887=JSON[_0x2dec90(0x15d)](process[_0x2dec90(0x1de)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x14f887={},scripts[_0x2dec90(0x194)](_0x4544a2[_0x2dec90(0x1ca)]['data']),scripts['toJson'](),_0x14f887[_0x2dec90(0x1bf)]=_0x4544a2[_0x2dec90(0x1ca)][_0x2dec90(0x1ca)][_0x2dec90(0x1bf)],process['env'][_0x2dec90(0x168)]=JSON[_0x2dec90(0x19d)](_0x14f887),[_0x4544a2['data']['data']['accessibilityToken'],_0x4544a2[_0x2dec90(0x1ca)]['data']['id']];}catch(_0x64fc6){if(_0x64fc6[_0x2dec90(0x16a)])logger[_0x2dec90(0x1d8)](_0x2dec90(0x18a)+_0x64fc6[_0x2dec90(0x16a)][_0x2dec90(0x1e5)]+'\x20'+_0x64fc6[_0x2dec90(0x16a)][_0x2dec90(0x17b)]+'\x20'+JSON[_0x2dec90(0x19d)](_0x64fc6[_0x2dec90(0x16a)][_0x2dec90(0x1ca)]));else{if(_0x5331a9[_0x2dec90(0x172)](_0x64fc6[_0x2dec90(0x16d)],_0x5331a9['RjZee'])){logger[_0x2dec90(0x1d8)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x64fc6['message']||_0x64fc6[_0x2dec90(0x1d2)]));for(const _0x386732 of _0x64fc6[_0x2dec90(0x18e)]){logger[_0x2dec90(0x1d8)](_0x386732['message']);}process[_0x2dec90(0x1de)][_0x2dec90(0x1b4)]=_0x5331a9[_0x2dec90(0x17a)],process[_0x2dec90(0x1de)][_0x2dec90(0x174)]=_0x5331a9[_0x2dec90(0x17a)];}else logger[_0x2dec90(0x1d8)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x64fc6[_0x2dec90(0x16d)]||_0x64fc6[_0x2dec90(0x1d2)]));}return[null,null];}}),exports[a57_0x45e8d5(0x1ec)]=PerformanceTester[a57_0x45e8d5(0x1df)](a57_0x45e8d5(0x155),async function(_0x7e26b2){const _0x404f89=a57_0x45e8d5,_0x298f7d={};_0x298f7d[_0x404f89(0x184)]=function(_0xf196fe,_0x284b1d){return _0xf196fe!==_0x284b1d;},_0x298f7d['CEuqB']=_0x404f89(0x18c),_0x298f7d[_0x404f89(0x14f)]=_0x404f89(0x1d8),_0x298f7d[_0x404f89(0x17f)]=_0x404f89(0x1a0),_0x298f7d[_0x404f89(0x1b5)]=_0x404f89(0x1ae),_0x298f7d[_0x404f89(0x1db)]=_0x404f89(0x1b1),_0x298f7d[_0x404f89(0x1ab)]=_0x404f89(0x19e),_0x298f7d[_0x404f89(0x1b8)]=function(_0x4e261a,_0x552cd9){return _0x4e261a+_0x552cd9;},_0x298f7d[_0x404f89(0x1dc)]=_0x404f89(0x19f),_0x298f7d['QeDTT']=_0x404f89(0x1ea);const _0x52dce9=_0x298f7d;if(bsSetupHelper['isUndefined'](process[_0x404f89(0x1de)][_0x404f89(0x198)])||_0x52dce9[_0x404f89(0x184)](typeof process[_0x404f89(0x1de)][_0x404f89(0x198)],_0x52dce9[_0x404f89(0x1a3)])){const _0x544398={};return _0x544398[_0x404f89(0x1e5)]=_0x52dce9['omFXc'],_0x544398['message']=_0x52dce9['GWxpA'],_0x544398;}const _0x235b9c={'endTime':new Date()[_0x404f89(0x192)]()},_0x29ad89={};_0x29ad89[_0x404f89(0x170)]=_0x404f89(0x16b)+process[_0x404f89(0x1de)][_0x404f89(0x198)],_0x29ad89['Content-Type']=_0x52dce9[_0x404f89(0x1b5)];const _0x40f434={};_0x40f434['headers']=_0x29ad89;const _0x2cffbe=_0x40f434,_0x1a4442={};_0x1a4442[_0x404f89(0x162)]=_0x235b9c,_0x1a4442[_0x404f89(0x1c7)]=null,_0x1a4442[_0x404f89(0x1a4)]=!![];const _0x34e193=Object[_0x404f89(0x1af)](_0x2cffbe,_0x1a4442);try{const _0x213759=await bsSetupHelper['nodeRequest'](_0x52dce9[_0x404f89(0x1db)],_0x52dce9['rSyaa'],_0x34e193,_0x7e26b2,API_URL);if(_0x213759[_0x404f89(0x1ca)][_0x404f89(0x1d8)])throw new Error(_0x52dce9[_0x404f89(0x1b8)](_0x52dce9[_0x404f89(0x1dc)],_0x213759[_0x404f89(0x1ca)][_0x404f89(0x1d8)]));else{logger[_0x404f89(0x1da)](_0x404f89(0x1a6)+new Date()['toISOString']());const _0x34c75b={};return _0x34c75b['status']=_0x52dce9['QeDTT'],_0x34c75b[_0x404f89(0x16d)]='',_0x34c75b;}}catch(_0x4770c3){_0x4770c3[_0x404f89(0x16a)]?logger[_0x404f89(0x1d8)](_0x404f89(0x189)+_0x4770c3['response'][_0x404f89(0x1e5)]+'\x20'+_0x4770c3[_0x404f89(0x16a)][_0x404f89(0x17b)]+'\x20'+JSON[_0x404f89(0x19d)](_0x4770c3[_0x404f89(0x16a)][_0x404f89(0x1ca)])):logger[_0x404f89(0x1d8)](_0x404f89(0x189)+(_0x4770c3['message']||util[_0x404f89(0x18b)](_0x4770c3)));const _0x513aa5={};return _0x513aa5[_0x404f89(0x1e5)]=_0x52dce9[_0x404f89(0x14f)],_0x513aa5[_0x404f89(0x16d)]=_0x4770c3[_0x404f89(0x16d)]||(_0x4770c3[_0x404f89(0x16a)]?_0x4770c3[_0x404f89(0x16a)][_0x404f89(0x1e5)]+':'+_0x4770c3['response']['statusText']:_0x4770c3),_0x513aa5;}}),exports['performScan']=async(_0x247b71,_0x35fbae=null)=>{const _0x2f14ac=a57_0x45e8d5,_0x518c5a={};_0x518c5a[_0x2f14ac(0x18f)]=_0x2f14ac(0x1d3),_0x518c5a[_0x2f14ac(0x18d)]=_0x2f14ac(0x154),_0x518c5a[_0x2f14ac(0x1a9)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.';const _0xc20b69=_0x518c5a;if(!this[_0x2f14ac(0x176)]()||!globals[_0x2f14ac(0x1a7)](_0xc20b69[_0x2f14ac(0x18f)])||!globals[_0x2f14ac(0x1a7)](_0xc20b69[_0x2f14ac(0x18d)])){logger[_0x2f14ac(0x1eb)](_0xc20b69[_0x2f14ac(0x1a9)]);return;}const _0x2496ce={};_0x2496ce[_0x2f14ac(0x150)]=_0x35fbae||global['browserstackSessionName'],logger[_0x2f14ac(0x1c1)](util[_0x2f14ac(0x18b)](await _0x247b71[_0x2f14ac(0x15b)](scripts[_0x2f14ac(0x178)],_0x2496ce)));},exports['getAccessibilityResults']=async(_0x3434e1,_0x6b820a)=>{const _0x590b1e=a57_0x45e8d5,_0x1e77e9={};_0x1e77e9[_0x590b1e(0x1a1)]='isAccessibilityPlatform',_0x1e77e9[_0x590b1e(0x173)]='bstackA11yShouldScan',_0x1e77e9[_0x590b1e(0x1ac)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x1e77e9[_0x590b1e(0x1cf)]='Performing\x20scan\x20before\x20getting\x20results',_0x1e77e9[_0x590b1e(0x1e3)]=_0x590b1e(0x1d9);const _0x271b9a=_0x1e77e9;if(!this[_0x590b1e(0x176)]()||!globals[_0x590b1e(0x1a7)](_0x271b9a[_0x590b1e(0x1a1)])||!globals[_0x590b1e(0x1a7)](_0x271b9a[_0x590b1e(0x173)]))return logger[_0x590b1e(0x1eb)](_0x271b9a[_0x590b1e(0x1ac)]),[];try{logger[_0x590b1e(0x1c1)](_0x271b9a['hADKI']);const _0x2f2c9c={};_0x2f2c9c[_0x590b1e(0x150)]=_0x6b820a[_0x590b1e(0x1a5)],logger[_0x590b1e(0x1c1)](util['format'](await _0x3434e1[_0x590b1e(0x15b)](scripts[_0x590b1e(0x178)],_0x2f2c9c)));const _0xa58b41=await _0x3434e1[_0x590b1e(0x15b)](scripts[_0x590b1e(0x1d6)]);return _0xa58b41;}catch{return logger[_0x590b1e(0x1d8)](_0x271b9a[_0x590b1e(0x1e3)]),[];}},exports[a57_0x45e8d5(0x153)]=async(_0x54b0ce,_0x481ee5)=>{const _0x45e3a0=a57_0x45e8d5,_0x5565df={};_0x5565df['caRGA']=_0x45e3a0(0x1d3),_0x5565df['PzYOH']=_0x45e3a0(0x154),_0x5565df[_0x45e3a0(0x15f)]=_0x45e3a0(0x195),_0x5565df[_0x45e3a0(0x16e)]=_0x45e3a0(0x1d7),_0x5565df[_0x45e3a0(0x186)]=_0x45e3a0(0x1b3);const _0x948348=_0x5565df;if(!this[_0x45e3a0(0x176)]()||!globals[_0x45e3a0(0x1a7)](_0x948348['caRGA'])||!globals['getGlobal'](_0x948348['PzYOH']))return logger['warn'](_0x948348[_0x45e3a0(0x15f)]),{};try{logger[_0x45e3a0(0x1c1)](_0x948348[_0x45e3a0(0x16e)]);const _0x3e4805={};_0x3e4805[_0x45e3a0(0x150)]=_0x481ee5[_0x45e3a0(0x1a5)],logger[_0x45e3a0(0x1c1)](util[_0x45e3a0(0x18b)](await _0x54b0ce[_0x45e3a0(0x15b)](scripts[_0x45e3a0(0x178)],_0x3e4805)));const _0x323a8=await _0x54b0ce[_0x45e3a0(0x15b)](scripts[_0x45e3a0(0x164)]);return _0x323a8;}catch{return logger['error'](_0x948348[_0x45e3a0(0x186)]),{};}},exports[a57_0x45e8d5(0x1f1)]=_0x458b22=>{const _0x3d892f=a57_0x45e8d5,_0x3ba00f={};_0x3ba00f[_0x3d892f(0x1cc)]=function(_0x3089c1,_0x15e0e2){return _0x3089c1===_0x15e0e2;},_0x3ba00f[_0x3d892f(0x1e8)]=_0x3d892f(0x18c),_0x3ba00f[_0x3d892f(0x1d1)]=_0x3d892f(0x1ee);const _0x44afd9=_0x3ba00f;if(_0x458b22&&_0x458b22['script']&&_0x44afd9[_0x3d892f(0x1cc)](typeof _0x458b22[_0x3d892f(0x14e)],_0x44afd9[_0x3d892f(0x1e8)]))return _0x458b22[_0x3d892f(0x14e)][_0x3d892f(0x15e)](_0x44afd9[_0x3d892f(0x1d1)]);return![];};function a57_0x7a2f(){const _0x1c6d2b=['PHfzf','stack','isAccessibilityPlatform','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','resolve','getResults','Performing\x20scan\x20before\x20getting\x20results\x20summary','error','No\x20accessibility\x20results\x20were\x20found.','info','PhkTJ','dWndJ','EiVgf','env','measureWrapper','sIYlH','false','user','RJcCR','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','status','sxZXj','11483EsdOkY','VMVpd','isTrue','success','warn','stopAccessibilityTestRun','getPlatformVersion','browserstack_executor','vrldM','cwd','isBrowserStackCommandExecutor','getBrowserName','42FiKKoM','RoeCo','forEach','script','omFXc','method','winstonLogger','getCapabilities','getAccessibilityResultsSummary','bstackA11yShouldScan','a11y:stop','72295jQILeK','Content-Type','a11y:start','browserstack','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','executeAsyncScript','./scripts','parse','includes','CReoA','isBrowserstackInfra','mKAnj','body','7709553XXCDxz','getResultsSummary','playwright','RjZee','zudNL','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','basename','response','Bearer\x20','platforms','message','DUIYS','isUndefined','Authorization','2654575aMUFbY','gKTqe','tiXkx','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','v2/test_runs','isAccessibilityAutomationSession','path','performScan','oVgOU','iyXqM','statusText','getAgentVersion','HsmvE','javascript','GWxpA','join','bfWYG','hMGWX','accessibility','lVFFw','checkAccessibilityPlatformConfig','YGqDr','../performance-tester','__cloud_provider___','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','format','string','DnVOt','errors','BPeOI','some','10eRTACQ','toISOString','null','parseFromJson','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','getTestFrameworkDetails','length','BS_A11Y_JWT','getCiInfo','excludeTagsInTestingScope','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','nodeRequest','stringify','test_runs/stop','Invalid\x20request:\x20','Build\x20creation\x20had\x20failed.','wSIGu','isArray','CEuqB','json','browserstackSessionName','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','getGlobal','apAnz','kGSdB','oDmVa','rSyaa','QXwTh','jmKMK','application/json','assign','headers','PUT','../logger','No\x20accessibility\x20summary\x20was\x20found.','BROWSERSTACK_TEST_ACCESSIBILITY_YML','GjWYh','1290486MhAbRt','getAccessKey','HjyYw','OSuxs','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','shouldScanTestForAccessibility','97632iBgHef','pass','getPackageVersion','scannerVersion','createAccessibilityTestRun','debug','getBrowserVersion','../globals','VVeEu','getGitMetaData','dpzjq','auth','../helper','buildDescription','data','60JzWcpW','ttigB','./constants','ncNao','hADKI','1727838lVJYRD'];a57_0x7a2f=function(){return _0x1c6d2b;};return a57_0x7a2f();}
1
+ const a57_0x539b18=a57_0x41f8;(function(_0x46f05f,_0x9789fb){const _0x19d45a=a57_0x41f8,_0x9e7149=_0x46f05f();while(!![]){try{const _0x1adc76=-parseInt(_0x19d45a(0xfd))/0x1+parseInt(_0x19d45a(0x13d))/0x2*(parseInt(_0x19d45a(0xdf))/0x3)+-parseInt(_0x19d45a(0xc0))/0x4*(parseInt(_0x19d45a(0x14a))/0x5)+parseInt(_0x19d45a(0xea))/0x6+-parseInt(_0x19d45a(0x137))/0x7+parseInt(_0x19d45a(0x122))/0x8*(-parseInt(_0x19d45a(0x167))/0x9)+parseInt(_0x19d45a(0xd3))/0xa*(parseInt(_0x19d45a(0x131))/0xb);if(_0x1adc76===_0x9789fb)break;else _0x9e7149['push'](_0x9e7149['shift']());}catch(_0x9b8614){_0x9e7149['push'](_0x9e7149['shift']());}}}(a57_0x3695,0xc1aca));const path=require('path'),util=require('util'),bsSetupHelper=require('../helper'),logger=require('../logger')['winstonLogger'],{API_URL}=require(a57_0x539b18(0x168)),PerformanceTester=require('../performance-tester'),scripts=require(a57_0x539b18(0x10f)),globals=require(a57_0x539b18(0x106));function a57_0x3695(){const _0x39a3b1=['env','AbQqN','some','isArray','Performing\x20scan\x20before\x20getting\x20results\x20summary','ARXGJ','dQxPS','status','includeTagsInTestingScope','getResultsSummary','getAccessKey','27wFfdlW','./constants','6181556iNGnUa','MqeVz','UAikV','includes','No\x20accessibility\x20results\x20were\x20found.','getCiInfo','TyGaf','body','projectName','response','format','getPlatformVersion','Build\x20creation\x20had\x20failed.','dSnvb','headers','getAccessibilityResultsSummary','isAccessibilityPlatform','isAccessibilityAutomationSession','isUndefined','37022890nEWPeI','VeFJr','lJAsI','script','RZzmY','browserstack','mQVEG','PZPzQ','getAccessibilityResults','info','EEwFr','join','3aHtfaG','UqZSp','Invalid\x20configuration\x20passed.','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','getUserName','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','FFmbh','length','BOoPS','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','excludeTagsInTestingScope','5673216JaRjGd','method','getPlatform','BROWSERSTACK_TEST_ACCESSIBILITY_YML','browserstack_executor','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','auth','getAgentVersion','KSANt','json','jhDMg','buildDescription','accessibility','CTxAb','measureWrapper','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','sxtcT','toJson','fetchPlatformDetails','179861EAzAnv','user','Content-Type','parseFromJson','getGlobal','parse','accessibilityToken','sWvAz','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','../globals','performScan','zRHwR','errors','No\x20accessibility\x20summary\x20was\x20found.','vklli','message','getPackageVersion','smgGF','./scripts','resolve','PUT','zzMos','Performing\x20scan\x20before\x20getting\x20results','getHostInfo','getBrowserName','error','success','Bearer\x20','sdHQv','forEach','CvQvG','GAODZ','playwright','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','getResults','warn','bstackA11yShouldScan','2050392pSysbq','nodeRequest','edJfg','MEYXm','BS_A11Y_JWT','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','application/json','flPNS','false','Authorization','JdCRB','DPisD','statusText','a11y:stop','11YFoIQx','POST','debug','RafcN','LzYhA','shouldScanTestForAccessibility','10612105wsRKaW','pass','isBrowserstackInfra','basename','toISOString','scannerVersion','311254OAkmna','twyZw','executeAsyncScript','XdNIo','EiXQE','YNJxs','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','fHcQd','browserstackSessionName','kFYiV','stack','__cloud_provider___','stringify','5sDuwly','null','platforms','KBoXY','isTrue','wJVwo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','data','stopAccessibilityTestRun','qFale','checkAccessibilityPlatformConfig','string','getGitMetaData','UYfAe','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','JPRgd','assign','javascript'];a57_0x3695=function(){return _0x39a3b1;};return a57_0x3695();}function a57_0x41f8(_0x16a925,_0x53439d){const _0x369524=a57_0x3695();return a57_0x41f8=function(_0x41f8c3,_0x171824){_0x41f8c3=_0x41f8c3-0xc0;let _0x3ebf1d=_0x369524[_0x41f8c3];return _0x3ebf1d;},a57_0x41f8(_0x16a925,_0x53439d);}exports[a57_0x539b18(0xfc)]=async _0x35f29f=>{const _0x20f82a=a57_0x539b18,_0x63c545={};_0x63c545[_0x20f82a(0x15d)]=function(_0x59be56,_0xd6b9ee){return _0x59be56===_0xd6b9ee;},_0x63c545['FzWcd']=_0x20f82a(0xd8);const _0x387aa8=_0x63c545;let _0x595bb8={};try{const _0x453e7c=await _0x35f29f['getCapabilities']();_0x595bb8={'os_name':_0x453e7c[_0x20f82a(0xec)](),'os_version':bsSetupHelper[_0x20f82a(0xcb)](_0x387aa8[_0x20f82a(0x15d)](global[_0x20f82a(0x148)],_0x387aa8['FzWcd'])),'browser_name':_0x453e7c[_0x20f82a(0x115)](),'browser_version':_0x453e7c['getBrowserVersion']()};}catch(_0x5c7333){logger['debug'](_0x20f82a(0xe2)+_0x5c7333);}return _0x595bb8;},exports[a57_0x539b18(0xd1)]=()=>{const _0x56715f=a57_0x539b18,_0x42edf8={};_0x42edf8[_0x56715f(0x124)]=function(_0x315204,_0x3bef2f){return _0x315204===_0x3bef2f;},_0x42edf8[_0x56715f(0xd7)]=_0x56715f(0x155),_0x42edf8[_0x56715f(0xe0)]=function(_0x3af5ac,_0xaf6f69){return _0x3af5ac>_0xaf6f69;},_0x42edf8['vklli']=function(_0x9381e4,_0x333577){return _0x9381e4!==_0x333577;},_0x42edf8[_0x56715f(0xe5)]=_0x56715f(0x14b),_0x42edf8['lJAsI']=function(_0xe4cf02,_0x274d6b){return _0xe4cf02&&_0x274d6b;};const _0x51c816=_0x42edf8;try{if(!bsSetupHelper['isBrowserstackInfra']())return![];const _0x35c4d7=bsSetupHelper[_0x56715f(0x14e)](process[_0x56715f(0x15c)][_0x56715f(0xed)])||bsSetupHelper[_0x56715f(0x14e)](process['env'][_0x56715f(0xe4)]),_0x34d568=_0x51c816[_0x56715f(0x124)](typeof process['env'][_0x56715f(0x126)],_0x51c816[_0x56715f(0xd7)])&&_0x51c816[_0x56715f(0xe0)](process[_0x56715f(0x15c)][_0x56715f(0x126)]['length'],0x0)&&_0x51c816[_0x56715f(0x10b)](process[_0x56715f(0x15c)][_0x56715f(0x126)],_0x51c816[_0x56715f(0xe5)]);return _0x51c816[_0x56715f(0xd5)](_0x35c4d7,_0x34d568);}catch(_0x3ee439){logger[_0x56715f(0x133)](_0x56715f(0x158)+_0x3ee439);}return![];},exports[a57_0x539b18(0x136)]=(_0x14f341=null,_0x2341b3=!![],_0x1e4260=[])=>{const _0x2f4bfe=a57_0x539b18,_0x2849b8={};_0x2849b8[_0x2f4bfe(0x140)]=function(_0x5f28db,_0xb43f6b){return _0x5f28db==_0xb43f6b;},_0x2849b8[_0x2f4bfe(0x14d)]=function(_0xb3f4e2,_0x2a608e){return _0xb3f4e2>_0x2a608e;},_0x2849b8['wOgsZ']=function(_0x426ac2,_0x4fb94e){return _0x426ac2===_0x4fb94e;},_0x2849b8[_0x2f4bfe(0xcd)]=function(_0x2cfb38,_0x3be5de){return _0x2cfb38&&_0x3be5de;},_0x2849b8['TyGaf']=function(_0x56a920,_0x6d643b){return _0x56a920===_0x6d643b;},_0x2849b8['sWvAz']=function(_0x5ea292,_0x104158){return _0x5ea292&&_0x104158;};const _0x23edf1=_0x2849b8;if(_0x23edf1[_0x2f4bfe(0x140)](process[_0x2f4bfe(0x15c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x4867d8=JSON[_0x2f4bfe(0x102)](process[_0x2f4bfe(0x15c)][_0x2f4bfe(0x143)]),_0x3a79ff=Array[_0x2f4bfe(0x15f)](_0x4867d8[_0x2f4bfe(0x164)])?_0x4867d8[_0x2f4bfe(0x164)]:[],_0x3aa3a0=Array['isArray'](_0x4867d8[_0x2f4bfe(0xe9)])?_0x4867d8[_0x2f4bfe(0xe9)]:[];if(bsSetupHelper[_0x2f4bfe(0xd2)](_0x14f341)){if(_0x23edf1[_0x2f4bfe(0x14d)](_0x1e4260[_0x2f4bfe(0xe6)],0x0)){const _0x29f319=_0x3aa3a0['some'](_0x1a56a9=>_0x1e4260[_0x2f4bfe(0xc3)](_0x1a56a9)),_0x3cc79e=_0x23edf1['wOgsZ'](_0x3a79ff[_0x2f4bfe(0xe6)],0x0)||_0x3a79ff[_0x2f4bfe(0x15e)](_0x3e8ac1=>_0x1e4260[_0x2f4bfe(0xc3)](_0x3e8ac1));return _0x23edf1[_0x2f4bfe(0xcd)](!_0x29f319,_0x3cc79e);}return!![];}let _0x5bc20d;_0x2341b3?_0x5bc20d=_0x14f341[_0x2f4bfe(0xde)]('/'):_0x5bc20d=_0x14f341;const _0x9b18ca=_0x3aa3a0['some'](_0x16d351=>_0x5bc20d['includes'](_0x16d351)),_0x505b8d=_0x23edf1[_0x2f4bfe(0xc6)](_0x3a79ff[_0x2f4bfe(0xe6)],0x0)||_0x3a79ff[_0x2f4bfe(0x15e)](_0x5ee8df=>_0x5bc20d[_0x2f4bfe(0xc3)](_0x5ee8df));return _0x23edf1[_0x2f4bfe(0x104)](!_0x9b18ca,_0x505b8d);}catch(_0x2b44ce){logger[_0x2f4bfe(0x133)](_0x2f4bfe(0x128)+util[_0x2f4bfe(0xca)](_0x2b44ce));}return![];},exports[a57_0x539b18(0x154)]=_0xb619d5=>{const _0x24c850=a57_0x539b18;let _0x48b51a=![];try{_0xb619d5[_0x24c850(0x14c)][_0x24c850(0x11a)](_0x27b88e=>{const _0x573fbb=_0x24c850;if(bsSetupHelper[_0x573fbb(0x14e)](_0x27b88e[_0x573fbb(0xf6)]))return _0x48b51a=!![],!![];});}catch(_0xe8e4f2){logger[_0x24c850(0x133)](_0x24c850(0xf9)+_0xe8e4f2);}return _0x48b51a||bsSetupHelper[_0x24c850(0x14e)](_0xb619d5['accessibility']);},exports['createAccessibilityTestRun']=PerformanceTester[a57_0x539b18(0xf8)]('a11y:start',async function(_0x542f7f,_0x2e1ad6){const _0x721bdd=a57_0x539b18,_0x14f8e9={};_0x14f8e9[_0x721bdd(0x14f)]=_0x721bdd(0x105),_0x14f8e9[_0x721bdd(0xf4)]=_0x721bdd(0x11d),_0x14f8e9[_0x721bdd(0xf7)]=_0x721bdd(0x15b),_0x14f8e9[_0x721bdd(0x134)]=_0x721bdd(0x129),_0x14f8e9[_0x721bdd(0x125)]=_0x721bdd(0x132),_0x14f8e9[_0x721bdd(0xd4)]='v2/test_runs',_0x14f8e9[_0x721bdd(0xf2)]=function(_0x20f94d,_0x5d30f7){return _0x20f94d===_0x5d30f7;},_0x14f8e9[_0x721bdd(0x144)]=_0x721bdd(0xe1),_0x14f8e9[_0x721bdd(0x112)]=_0x721bdd(0x12b);const _0x256c0d=_0x14f8e9,_0x42ad24=bsSetupHelper[_0x721bdd(0xe3)](_0x542f7f),_0xa950cd=bsSetupHelper[_0x721bdd(0x166)](_0x542f7f);if(bsSetupHelper[_0x721bdd(0xd2)](_0x42ad24)||bsSetupHelper[_0x721bdd(0xd2)](_0xa950cd))return logger[_0x721bdd(0x116)](_0x256c0d[_0x721bdd(0x14f)]),[null,null];try{let _0xbe5749;bsSetupHelper[_0x721bdd(0xd2)](process[_0x721bdd(0x15c)][_0x721bdd(0x143)])?_0xbe5749={}:_0xbe5749=JSON[_0x721bdd(0x102)](process[_0x721bdd(0x15c)][_0x721bdd(0x143)]);const {name:_0x1ecff5,version:_0x3eb75b}=bsSetupHelper['getTestFrameworkDetails'](_0x542f7f,_0x2e1ad6),_0x432f5b={'projectName':_0x542f7f[_0x721bdd(0xc8)],'buildName':_0x542f7f['buildName']||path[_0x721bdd(0x13a)](path[_0x721bdd(0x110)](process['cwd']())),'startTime':new Date()[_0x721bdd(0x13b)](),'description':_0x542f7f[_0x721bdd(0xf5)]||'','source':{'frameworkName':_0x2e1ad6[_0x721bdd(0xc3)](_0x256c0d[_0x721bdd(0xf4)])?_0x256c0d[_0x721bdd(0xf4)]:_0x2e1ad6,'frameworkVersion':bsSetupHelper[_0x721bdd(0x10d)](_0x2e1ad6),'sdkVersion':bsSetupHelper[_0x721bdd(0xf1)](),'language':_0x256c0d[_0x721bdd(0xf7)],'testFramework':_0x1ecff5,'testFrameworkVersion':_0x3eb75b},'settings':_0xbe5749,'versionControl':await bsSetupHelper[_0x721bdd(0x156)](),'ciInfo':bsSetupHelper[_0x721bdd(0xc5)](),'hostInfo':bsSetupHelper[_0x721bdd(0x114)](),'browserstackAutomation':bsSetupHelper[_0x721bdd(0x139)]()},_0x112683={};_0x112683[_0x721bdd(0xfe)]=_0x42ad24,_0x112683[_0x721bdd(0x138)]=_0xa950cd;const _0x5ba27b={};_0x5ba27b[_0x721bdd(0xff)]=_0x256c0d['RafcN'];const _0x40ec77={};_0x40ec77[_0x721bdd(0xf0)]=_0x112683,_0x40ec77['headers']=_0x5ba27b;const _0x3122e1=_0x40ec77,_0x591add={};_0x591add[_0x721bdd(0xc7)]=_0x432f5b,_0x591add['json']=!![];const _0x448ee7=Object[_0x721bdd(0x15a)](_0x3122e1,_0x591add),_0x18d6b0=await bsSetupHelper[_0x721bdd(0x123)](_0x256c0d['MEYXm'],_0x256c0d[_0x721bdd(0xd4)],_0x448ee7,_0x542f7f,API_URL);let _0x2fc75e=process[_0x721bdd(0x15c)][_0x721bdd(0x143)];return _0x2fc75e?_0x2fc75e=JSON[_0x721bdd(0x102)](process[_0x721bdd(0x15c)][_0x721bdd(0x143)]):_0x2fc75e={},scripts[_0x721bdd(0x100)](_0x18d6b0[_0x721bdd(0x151)][_0x721bdd(0x151)]),scripts[_0x721bdd(0xfb)](),_0x2fc75e[_0x721bdd(0x13c)]=_0x18d6b0[_0x721bdd(0x151)]['data'][_0x721bdd(0x13c)],process[_0x721bdd(0x15c)][_0x721bdd(0x143)]=JSON['stringify'](_0x2fc75e),[_0x18d6b0['data']['data'][_0x721bdd(0x103)],_0x18d6b0[_0x721bdd(0x151)][_0x721bdd(0x151)]['id']];}catch(_0x4547a8){if(_0x4547a8[_0x721bdd(0xc9)])logger[_0x721bdd(0x116)](_0x721bdd(0x11e)+_0x4547a8[_0x721bdd(0xc9)][_0x721bdd(0x163)]+'\x20'+_0x4547a8['response'][_0x721bdd(0x12f)]+'\x20'+JSON[_0x721bdd(0x149)](_0x4547a8['response']['data']));else{if(_0x256c0d['KSANt'](_0x4547a8['message'],_0x256c0d[_0x721bdd(0x144)])){logger[_0x721bdd(0x116)](_0x721bdd(0x11e)+(_0x4547a8[_0x721bdd(0x10c)]||_0x4547a8['stack']));for(const _0x13ab72 of _0x4547a8[_0x721bdd(0x109)]){logger['error'](_0x13ab72[_0x721bdd(0x10c)]);}process[_0x721bdd(0x15c)][_0x721bdd(0xed)]=_0x256c0d[_0x721bdd(0x112)],process[_0x721bdd(0x15c)][_0x721bdd(0xe4)]=_0x256c0d[_0x721bdd(0x112)];}else logger[_0x721bdd(0x116)](_0x721bdd(0x11e)+(_0x4547a8[_0x721bdd(0x10c)]||_0x4547a8[_0x721bdd(0x147)]));}return[null,null];}}),exports[a57_0x539b18(0x152)]=PerformanceTester[a57_0x539b18(0xf8)](a57_0x539b18(0x130),async function(_0x39b946){const _0x33db7c=a57_0x539b18,_0x2928d9={};_0x2928d9[_0x33db7c(0x12e)]=function(_0x4d228a,_0x3b0fac){return _0x4d228a!==_0x3b0fac;},_0x2928d9['BOoPS']=_0x33db7c(0x155),_0x2928d9[_0x33db7c(0x11c)]=_0x33db7c(0x116),_0x2928d9['zRHwR']=_0x33db7c(0xcc),_0x2928d9[_0x33db7c(0x146)]=_0x33db7c(0x129),_0x2928d9['JdCRB']=_0x33db7c(0x111),_0x2928d9[_0x33db7c(0x141)]='test_runs/stop',_0x2928d9['LzYhA']=function(_0x3860c5,_0x4e7916){return _0x3860c5+_0x4e7916;},_0x2928d9['AfMPt']='Invalid\x20request:\x20',_0x2928d9['dQxPS']=_0x33db7c(0x117);const _0x449cea=_0x2928d9;if(bsSetupHelper['isUndefined'](process[_0x33db7c(0x15c)][_0x33db7c(0x126)])||_0x449cea[_0x33db7c(0x12e)](typeof process[_0x33db7c(0x15c)][_0x33db7c(0x126)],_0x449cea[_0x33db7c(0xe7)])){const _0x1471ec={};return _0x1471ec[_0x33db7c(0x163)]=_0x449cea[_0x33db7c(0x11c)],_0x1471ec['message']=_0x449cea[_0x33db7c(0x108)],_0x1471ec;}const _0x909d8a={'endTime':new Date()[_0x33db7c(0x13b)]()},_0x1ee185={};_0x1ee185[_0x33db7c(0x12c)]=_0x33db7c(0x118)+process['env'][_0x33db7c(0x126)],_0x1ee185['Content-Type']=_0x449cea[_0x33db7c(0x146)];const _0x69d6a0={};_0x69d6a0[_0x33db7c(0xce)]=_0x1ee185;const _0xab90f6=_0x69d6a0,_0x208c28={};_0x208c28[_0x33db7c(0xc7)]=_0x909d8a,_0x208c28[_0x33db7c(0xf0)]=null,_0x208c28[_0x33db7c(0xf3)]=!![];const _0x24f400=Object[_0x33db7c(0x15a)](_0xab90f6,_0x208c28);try{const _0x47869e=await bsSetupHelper[_0x33db7c(0x123)](_0x449cea[_0x33db7c(0x12d)],_0x449cea[_0x33db7c(0x141)],_0x24f400,_0x39b946,API_URL);if(_0x47869e[_0x33db7c(0x151)][_0x33db7c(0x116)])throw new Error(_0x449cea[_0x33db7c(0x135)](_0x449cea['AfMPt'],_0x47869e[_0x33db7c(0x151)]['error']));else{logger[_0x33db7c(0xdc)](_0x33db7c(0x127)+new Date()['toISOString']());const _0x57213a={};return _0x57213a['status']=_0x449cea[_0x33db7c(0x162)],_0x57213a[_0x33db7c(0x10c)]='',_0x57213a;}}catch(_0x59173f){_0x59173f['response']?logger['error'](_0x33db7c(0xef)+_0x59173f[_0x33db7c(0xc9)][_0x33db7c(0x163)]+'\x20'+_0x59173f['response'][_0x33db7c(0x12f)]+'\x20'+JSON[_0x33db7c(0x149)](_0x59173f[_0x33db7c(0xc9)][_0x33db7c(0x151)])):logger[_0x33db7c(0x116)](_0x33db7c(0xef)+(_0x59173f[_0x33db7c(0x10c)]||util[_0x33db7c(0xca)](_0x59173f)));const _0x345cfd={};return _0x345cfd['status']=_0x449cea[_0x33db7c(0x11c)],_0x345cfd[_0x33db7c(0x10c)]=_0x59173f['message']||(_0x59173f[_0x33db7c(0xc9)]?_0x59173f['response'][_0x33db7c(0x163)]+':'+_0x59173f[_0x33db7c(0xc9)][_0x33db7c(0x12f)]:_0x59173f),_0x345cfd;}}),exports[a57_0x539b18(0x107)]=async(_0x5675ed,_0x5d3ba6=null)=>{const _0x8d605c=a57_0x539b18,_0x5701fc={};_0x5701fc[_0x8d605c(0xfa)]='isAccessibilityPlatform',_0x5701fc['MqeVz']='bstackA11yShouldScan',_0x5701fc[_0x8d605c(0x119)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.';const _0x457fd6=_0x5701fc;if(!this['isAccessibilityAutomationSession']()||!globals[_0x8d605c(0x101)](_0x457fd6[_0x8d605c(0xfa)])||!globals[_0x8d605c(0x101)](_0x457fd6[_0x8d605c(0xc1)])){logger[_0x8d605c(0x120)](_0x457fd6[_0x8d605c(0x119)]);return;}const _0x21d327={};_0x21d327['method']=_0x5d3ba6||global[_0x8d605c(0x145)],logger[_0x8d605c(0x133)](util['format'](await _0x5675ed['executeAsyncScript'](scripts['performScan'],_0x21d327)));},exports[a57_0x539b18(0xdb)]=async(_0x2e26e1,_0x179e06)=>{const _0x531607=a57_0x539b18,_0x5a6ea2={};_0x5a6ea2[_0x531607(0xc2)]=_0x531607(0xd0),_0x5a6ea2[_0x531607(0x12a)]=_0x531607(0x121),_0x5a6ea2[_0x531607(0x11b)]=_0x531607(0xe8),_0x5a6ea2[_0x531607(0x142)]=_0x531607(0x113),_0x5a6ea2[_0x531607(0x157)]=_0x531607(0xc4);const _0x5e12a1=_0x5a6ea2;if(!this[_0x531607(0xd1)]()||!globals[_0x531607(0x101)](_0x5e12a1['UAikV'])||!globals[_0x531607(0x101)](_0x5e12a1['flPNS']))return logger['warn'](_0x5e12a1[_0x531607(0x11b)]),[];try{logger[_0x531607(0x133)](_0x5e12a1[_0x531607(0x142)]);const _0x5ef1ec={};_0x5ef1ec[_0x531607(0xeb)]=_0x179e06[_0x531607(0x145)],logger[_0x531607(0x133)](util[_0x531607(0xca)](await _0x2e26e1['executeAsyncScript'](scripts[_0x531607(0x107)],_0x5ef1ec)));const _0x1aac86=await _0x2e26e1[_0x531607(0x13f)](scripts[_0x531607(0x11f)]);return _0x1aac86;}catch{return logger[_0x531607(0x116)](_0x5e12a1[_0x531607(0x157)]),[];}},exports[a57_0x539b18(0xcf)]=async(_0x2e2661,_0x2b3bfe)=>{const _0x2c655a=a57_0x539b18,_0x550c72={};_0x550c72[_0x2c655a(0xdd)]=_0x2c655a(0xd0),_0x550c72[_0x2c655a(0x153)]=_0x2c655a(0x121),_0x550c72[_0x2c655a(0x13e)]=_0x2c655a(0x150),_0x550c72[_0x2c655a(0x161)]=_0x2c655a(0x160),_0x550c72[_0x2c655a(0xda)]=_0x2c655a(0x10a);const _0x39eda7=_0x550c72;if(!this[_0x2c655a(0xd1)]()||!globals[_0x2c655a(0x101)](_0x39eda7[_0x2c655a(0xdd)])||!globals[_0x2c655a(0x101)](_0x39eda7[_0x2c655a(0x153)]))return logger['warn'](_0x39eda7['twyZw']),{};try{logger[_0x2c655a(0x133)](_0x39eda7[_0x2c655a(0x161)]);const _0x52b609={};_0x52b609['method']=_0x2b3bfe['browserstackSessionName'],logger['debug'](util[_0x2c655a(0xca)](await _0x2e2661[_0x2c655a(0x13f)](scripts[_0x2c655a(0x107)],_0x52b609)));const _0x16cbce=await _0x2e2661[_0x2c655a(0x13f)](scripts[_0x2c655a(0x165)]);return _0x16cbce;}catch{return logger['error'](_0x39eda7[_0x2c655a(0xda)]),{};}},exports['isBrowserStackCommandExecutor']=_0xda6d87=>{const _0x3ec3f3=a57_0x539b18,_0x4006ea={};_0x4006ea[_0x3ec3f3(0x10e)]=function(_0x5c19c2,_0x1250b8){return _0x5c19c2===_0x1250b8;},_0x4006ea['JPRgd']=_0x3ec3f3(0x155),_0x4006ea['mQVEG']=_0x3ec3f3(0xee);const _0x3249b1=_0x4006ea;if(_0xda6d87&&_0xda6d87[_0x3ec3f3(0xd6)]&&_0x3249b1[_0x3ec3f3(0x10e)](typeof _0xda6d87[_0x3ec3f3(0xd6)],_0x3249b1[_0x3ec3f3(0x159)]))return _0xda6d87['script'][_0x3ec3f3(0xc3)](_0x3249b1[_0x3ec3f3(0xd9)]);return![];};
@@ -1 +1 @@
1
- function a58_0x20ab(_0x334e7c,_0x357dcd){const _0x49e149=a58_0x49e1();return a58_0x20ab=function(_0x20abfd,_0xfc3629){_0x20abfd=_0x20abfd-0x6e;let _0x4b611f=_0x49e149[_0x20abfd];return _0x4b611f;},a58_0x20ab(_0x334e7c,_0x357dcd);}const a58_0x4a9e1b=a58_0x20ab;(function(_0x45dc4d,_0xabf2c5){const _0x53f618=a58_0x20ab,_0x3b606c=_0x45dc4d();while(!![]){try{const _0x31d55e=parseInt(_0x53f618(0x96))/0x1*(parseInt(_0x53f618(0x71))/0x2)+-parseInt(_0x53f618(0x8b))/0x3*(parseInt(_0x53f618(0x77))/0x4)+-parseInt(_0x53f618(0x8d))/0x5*(-parseInt(_0x53f618(0x99))/0x6)+-parseInt(_0x53f618(0x95))/0x7*(-parseInt(_0x53f618(0x98))/0x8)+parseInt(_0x53f618(0x97))/0x9+-parseInt(_0x53f618(0x75))/0xa+-parseInt(_0x53f618(0x84))/0xb*(parseInt(_0x53f618(0x93))/0xc);if(_0x31d55e===_0xabf2c5)break;else _0x3b606c['push'](_0x3b606c['shift']());}catch(_0xecf409){_0x3b606c['push'](_0x3b606c['shift']());}}}(a58_0x49e1,0x1d20f));const path=require(a58_0x4a9e1b(0x79)),fs=require('fs'),helper=require('../helper');function a58_0x49e1(){const _0x189377=['saveTestResults','commands.json','homedir','browserstackFolderPath','name','.browserstack','toLowerCase','mkdirSync','exports','parseFromJson','132ukNtEC','join','SPbwx','getResults','HAEYo','getResultsSummary','existsSync','258BpsLKQ','shouldWrapCommand','589925EyUNPL','commandsPath','saveResults','scripts','DFbWh','rqFpu','346428Udhjtz','toJson','126uZAhXY','3kNYnZd','1834524VUphak','68776cXndas','6vdvTUR','scan','performScan','fromJson','135768YwmfNI','split','UiXWk','commandsToWrap','1897120UmyVWp','commands','1152vqojmb','1|2|4|6|0|5|3','path'];a58_0x49e1=function(){return _0x189377;};return a58_0x49e1();}class Scripts{constructor(){const _0x50ff82=a58_0x4a9e1b,_0x56f04c={};_0x56f04c[_0x50ff82(0x92)]=_0x50ff82(0x78),_0x56f04c[_0x50ff82(0x88)]=_0x50ff82(0x7f),_0x56f04c[_0x50ff82(0x91)]=_0x50ff82(0x7b);const _0x3c6e5f=_0x56f04c,_0x160f00=_0x3c6e5f['rqFpu'][_0x50ff82(0x72)]('|');let _0x2274f4=0x0;while(!![]){switch(_0x160f00[_0x2274f4++]){case'0':this['browserstackFolderPath']=path[_0x50ff82(0x85)](helper[_0x50ff82(0x7c)](),_0x3c6e5f[_0x50ff82(0x88)]);continue;case'1':this[_0x50ff82(0x6f)]=null;continue;case'2':this[_0x50ff82(0x87)]=null;continue;case'3':this[_0x50ff82(0x70)]();continue;case'4':this[_0x50ff82(0x89)]=null;continue;case'5':this['commandsPath']=path['join'](this[_0x50ff82(0x7d)],_0x3c6e5f[_0x50ff82(0x91)]);continue;case'6':this['saveTestResults']=null;continue;}break;}}[a58_0x4a9e1b(0x83)](_0x61baa0){const _0x501c03=a58_0x4a9e1b;_0x61baa0[_0x501c03(0x90)]&&(this[_0x501c03(0x6f)]=_0x61baa0['scripts'][_0x501c03(0x6e)],this[_0x501c03(0x87)]=_0x61baa0['scripts'][_0x501c03(0x87)],this[_0x501c03(0x89)]=_0x61baa0[_0x501c03(0x90)]['getResultsSummary'],this[_0x501c03(0x7a)]=_0x61baa0[_0x501c03(0x90)][_0x501c03(0x8f)]),this[_0x501c03(0x74)]=_0x61baa0[_0x501c03(0x76)];}[a58_0x4a9e1b(0x8c)](_0x36f5c0){const _0x41455e=a58_0x4a9e1b,_0x14d797={};_0x14d797[_0x41455e(0x73)]=function(_0x3002af,_0x257cf5){return _0x3002af!==_0x257cf5;};const _0x3a9422=_0x14d797;try{return _0x3a9422[_0x41455e(0x73)](this['commandsToWrap']['findIndex'](_0x2598f9=>_0x2598f9[_0x41455e(0x7e)][_0x41455e(0x80)]()===_0x36f5c0[_0x41455e(0x80)]()),-0x1);}catch{}return![];}[a58_0x4a9e1b(0x94)](){const _0x4ceb3c=a58_0x4a9e1b;!fs[_0x4ceb3c(0x8a)](this[_0x4ceb3c(0x7d)])&&fs[_0x4ceb3c(0x81)](this[_0x4ceb3c(0x7d)]),fs['writeFileSync'](this[_0x4ceb3c(0x8e)],JSON['stringify']({'scripts':{'scan':this[_0x4ceb3c(0x6f)],'getResults':this['getResults'],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x4ceb3c(0x7a)]},'commands':this[_0x4ceb3c(0x74)]}));}[a58_0x4a9e1b(0x70)](){const _0x886068=a58_0x4a9e1b,_0x4f74f4={'SPbwx':function(_0x1eba0b,_0x45738a){return _0x1eba0b(_0x45738a);}};fs['existsSync'](this[_0x886068(0x8e)])&&this['parseFromJson'](_0x4f74f4[_0x886068(0x86)](require,this[_0x886068(0x8e)]));}}module[a58_0x4a9e1b(0x82)]=new Scripts();
1
+ const a58_0x26294e=a58_0x142e;(function(_0x4e72bc,_0x31a3f7){const _0x11edf5=a58_0x142e,_0x581a7a=_0x4e72bc();while(!![]){try{const _0x46571e=parseInt(_0x11edf5(0x1a7))/0x1*(parseInt(_0x11edf5(0x19b))/0x2)+parseInt(_0x11edf5(0x1bc))/0x3+parseInt(_0x11edf5(0x199))/0x4+parseInt(_0x11edf5(0x19c))/0x5+-parseInt(_0x11edf5(0x1b5))/0x6+parseInt(_0x11edf5(0x1b1))/0x7*(parseInt(_0x11edf5(0x19a))/0x8)+-parseInt(_0x11edf5(0x1b4))/0x9;if(_0x46571e===_0x31a3f7)break;else _0x581a7a['push'](_0x581a7a['shift']());}catch(_0xaf9ce0){_0x581a7a['push'](_0x581a7a['shift']());}}}(a58_0x25e1,0x886af));function a58_0x142e(_0x591957,_0x81b79b){const _0x25e111=a58_0x25e1();return a58_0x142e=function(_0x142ef4,_0x3a61e2){_0x142ef4=_0x142ef4-0x198;let _0x2efb0c=_0x25e111[_0x142ef4];return _0x2efb0c;},a58_0x142e(_0x591957,_0x81b79b);}const path=require('path'),fs=require('fs'),helper=require(a58_0x26294e(0x1bb));class Scripts{constructor(){const _0x5be3cd=a58_0x26294e,_0x309f6a={};_0x309f6a['XwpAB']=_0x5be3cd(0x1a8),_0x309f6a[_0x5be3cd(0x1ad)]=_0x5be3cd(0x1b9),_0x309f6a[_0x5be3cd(0x1a2)]='.browserstack';const _0x4e64af=_0x309f6a,_0x558665=_0x4e64af[_0x5be3cd(0x1bd)][_0x5be3cd(0x1ac)]('|');let _0x55016f=0x0;while(!![]){switch(_0x558665[_0x55016f++]){case'0':this[_0x5be3cd(0x1b2)]=null;continue;case'1':this[_0x5be3cd(0x1a6)]=null;continue;case'2':this[_0x5be3cd(0x1b3)]=path[_0x5be3cd(0x1aa)](this['browserstackFolderPath'],_0x4e64af[_0x5be3cd(0x1ad)]);continue;case'3':this[_0x5be3cd(0x1b0)]();continue;case'4':this[_0x5be3cd(0x198)]=null;continue;case'5':this[_0x5be3cd(0x19f)]=null;continue;case'6':this[_0x5be3cd(0x19e)]=path['join'](helper[_0x5be3cd(0x1a9)](),_0x4e64af[_0x5be3cd(0x1a2)]);continue;}break;}}[a58_0x26294e(0x1b8)](_0x1cc95f){const _0xacdd40=a58_0x26294e;_0x1cc95f[_0xacdd40(0x1b7)]&&(this['performScan']=_0x1cc95f['scripts'][_0xacdd40(0x19d)],this[_0xacdd40(0x19f)]=_0x1cc95f[_0xacdd40(0x1b7)][_0xacdd40(0x19f)],this[_0xacdd40(0x1a6)]=_0x1cc95f[_0xacdd40(0x1b7)][_0xacdd40(0x1a6)],this[_0xacdd40(0x1b2)]=_0x1cc95f[_0xacdd40(0x1b7)][_0xacdd40(0x1af)]),this['commandsToWrap']=_0x1cc95f['commands'];}[a58_0x26294e(0x1a3)](_0x454ab6){const _0x229287=a58_0x26294e,_0x4b8bf2={};_0x4b8bf2[_0x229287(0x1a4)]=function(_0x49510e,_0x143e96){return _0x49510e!==_0x143e96;};const _0x46f006=_0x4b8bf2;try{return _0x46f006['IvJlp'](this['commandsToWrap']['findIndex'](_0x4c2a62=>_0x4c2a62[_0x229287(0x1ae)]['toLowerCase']()===_0x454ab6['toLowerCase']()),-0x1);}catch{}return![];}[a58_0x26294e(0x1ab)](){const _0x1d958d=a58_0x26294e;!fs['existsSync'](this['browserstackFolderPath'])&&fs[_0x1d958d(0x1a5)](this[_0x1d958d(0x19e)]),fs['writeFileSync'](this[_0x1d958d(0x1b3)],JSON[_0x1d958d(0x1b6)]({'scripts':{'scan':this['performScan'],'getResults':this['getResults'],'getResultsSummary':this[_0x1d958d(0x1a6)],'saveResults':this[_0x1d958d(0x1b2)]},'commands':this[_0x1d958d(0x1ba)]}));}[a58_0x26294e(0x1b0)](){const _0x347782=a58_0x26294e,_0x4938f0={'OpRQJ':function(_0x3d135a,_0x24fca1){return _0x3d135a(_0x24fca1);}};fs[_0x347782(0x1a1)](this[_0x347782(0x1b3)])&&this[_0x347782(0x1b8)](_0x4938f0[_0x347782(0x1a0)](require,this['commandsPath']));}}module['exports']=new Scripts();function a58_0x25e1(){const _0x3dcb67=['XwpAB','performScan','1648908mIEFvb','1103528UkRjAK','527134CRNwHG','1354075BfPQnI','scan','browserstackFolderPath','getResults','OpRQJ','existsSync','mWWPD','shouldWrapCommand','IvJlp','mkdirSync','getResultsSummary','3eRrgGc','4|5|1|0|6|2|3','homedir','join','toJson','split','iNKQL','name','saveResults','fromJson','14Owfwsa','saveTestResults','commandsPath','16788366IyXCqh','2163180ipqbUl','stringify','scripts','parseFromJson','commands.json','commandsToWrap','../helper','3105138HKehPP'];a58_0x25e1=function(){return _0x3dcb67;};return a58_0x25e1();}