browserstack-node-sdk 1.31.25 → 1.32.1

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 (114) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -0
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1 +1 @@
1
- var a43_0x1cdac4=a43_0x58d9;(function(_0x545c89,_0xfe2e0b){var _0x13af45=a43_0x58d9,_0x3063f5=_0x545c89();while(!![]){try{var _0xb38315=parseInt(_0x13af45(0x1f5))/0x1+parseInt(_0x13af45(0x22b))/0x2+-parseInt(_0x13af45(0x1dc))/0x3+-parseInt(_0x13af45(0x1e1))/0x4+parseInt(_0x13af45(0x222))/0x5+parseInt(_0x13af45(0x1d9))/0x6*(-parseInt(_0x13af45(0x20e))/0x7)+-parseInt(_0x13af45(0x207))/0x8;if(_0xb38315===_0xfe2e0b)break;else _0x3063f5['push'](_0x3063f5['shift']());}catch(_0x5f4537){_0x3063f5['push'](_0x3063f5['shift']());}}}(a43_0x1656,0x4799d));function a43_0x1656(){var _0x434fe9=['HST','Run\x20cucumber-js\x20tests\x20on\x20browserstack','JEST','APP_UPLOAD_URL','ERR_CONNECTION_REFUSED','Run\x20jest\x20tests\x20on\x20browserstack','app-automate','browserVersion','^[a-zA-Z0-9_.-]*$','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','3235680jNJIxZ','acceptSslCerts','https://api.browserstack.com','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','mandatoryDependency','ERR_NETWORK_CHANGED','VALID_APP_EXTENSION','7WLJWLC','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','CI_ARTIFACTS_PATH','uniqueDependency','BROWSERSTACK_API_URL','VERSION','NIGHTWATCH','Run\x20js\x20tests\x20on\x20browserstack','acceptInsecureCerts','ROOT_CAPS','mocha','Run\x20nightwatch\x20tests\x20on\x20browserstack','AUTOMATE','ERR_ADDRESS_UNREACHABLE','ERR_TIMED_OUT','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','acceptSslCert','PRIVATE_DOMAIN_OR_IP_REGEX','ERR_NAME_NOT_RESOLVED','sdk/v1/event','591465MVWUKN','AUTOMATE_PRODUCTS','ERR_ADDRESS_INVALID','observability','shows\x20version\x20information','HUB_URL_REGEX','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','firefoxOptions','Run\x20playwright\x20tests\x20on\x20Browserstack','945788RblgWM','VANILLA','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','FRAMEWORKS','browserName','./browserstack-artifacts/','996036ruqtuV','MOCHA','ERR_CONNECTION_ABORTED','7641aEmvVV','INFO','PLAYWRIGHT','OBSERVABILITY_UPLOAD_URL','Run\x20mocha\x20tests\x20on\x20browserstack','1182528iISTSf','https://api-cloud.browserstack.com','invalidTestInputType','ieOptions','BSTACK_DELTA','ERR_TUNNEL_CONNECTION_FAILED','PLAYWRIGHT_CONFIG_OPTION_ERRORS','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','invalidKeys','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','jest','.ipa','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','ERR_FAILED','CUSTOM_ID_REGEX','AUTOLOGCAPTURE_NOTIFICATION','FUNNEL_INSTRUMENTATION_API_URL','https://hub.browserstack.com/wd/hub','ERR_CONNECTION_RESET','ERR_CONNECTION_TIMED_OUT','570735AZPiiB','SHAREABLE_ID_REGEX','.aab','automate','Run\x20codeceptjs\x20tests\x20on\x20browserstack','Playwright','APP_AUTOMATE_PRODUCTS','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$'];a43_0x1656=function(){return _0x434fe9;};return a43_0x1656();}var a43_0x319ff1={};a43_0x319ff1[a43_0x1cdac4(0x1dd)]=a43_0x1cdac4(0x226),a43_0x319ff1['HELP']='Specify\x20--help\x20for\x20available\x20options';var a43_0x1002e3={};a43_0x1002e3[a43_0x1cdac4(0x1dd)]=a43_0x1cdac4(0x202);var a43_0x1d2e27={};a43_0x1d2e27[a43_0x1cdac4(0x1dd)]=a43_0x1cdac4(0x1e0);var a43_0x44fe8b={};a43_0x44fe8b[a43_0x1cdac4(0x1dd)]=a43_0x1cdac4(0x1fe);var a43_0x4f0248={};a43_0x4f0248[a43_0x1cdac4(0x1dd)]=a43_0x1cdac4(0x215);var a43_0x9abc3a={};a43_0x9abc3a[a43_0x1cdac4(0x1dd)]=a43_0x1cdac4(0x219);var a43_0x4d7b1a={};a43_0x4d7b1a['INFO']=a43_0x1cdac4(0x22a);function a43_0x58d9(_0x5ed533,_0x56a8c1){var _0x16566d=a43_0x1656();return a43_0x58d9=function(_0x58d986,_0x2f01bc){_0x58d986=_0x58d986-0x1d6;var _0x51d9d2=_0x16566d[_0x58d986];return _0x51d9d2;},a43_0x58d9(_0x5ed533,_0x56a8c1);}var a43_0x1b38e6={};a43_0x1b38e6[a43_0x1cdac4(0x1dd)]=a43_0x1cdac4(0x1f9);var a43_0x42c45d={};a43_0x42c45d[a43_0x1cdac4(0x1dd)]=a43_0x1cdac4(0x20f);var a43_0x29ea1e={};a43_0x29ea1e[a43_0x1cdac4(0x1de)]=a43_0x1cdac4(0x1fa),a43_0x29ea1e[a43_0x1cdac4(0x1da)]='mocha',a43_0x29ea1e[a43_0x1cdac4(0x1ff)]='jest';var a43_0x9c7a2e={};a43_0x9c7a2e[a43_0x1cdac4(0x1e9)]=a43_0x1cdac4(0x206),a43_0x9c7a2e[a43_0x1cdac4(0x211)]=a43_0x1cdac4(0x1e8),a43_0x9c7a2e[a43_0x1cdac4(0x20b)]=a43_0x1cdac4(0x20a),a43_0x9c7a2e[a43_0x1cdac4(0x1e3)]=a43_0x1cdac4(0x1ea);var a43_0x4f128c={};a43_0x4f128c[a43_0x1cdac4(0x213)]=a43_0x319ff1,a43_0x4f128c['JEST']=a43_0x1002e3,a43_0x4f128c[a43_0x1cdac4(0x1da)]=a43_0x1d2e27,a43_0x4f128c['CUCUMBER']=a43_0x44fe8b,a43_0x4f128c[a43_0x1cdac4(0x22c)]=a43_0x4f0248,a43_0x4f128c[a43_0x1cdac4(0x214)]=a43_0x9abc3a,a43_0x4f128c[a43_0x1cdac4(0x1de)]=a43_0x4d7b1a,a43_0x4f128c['CODECEPTJS']=a43_0x1b38e6,a43_0x4f128c[a43_0x1cdac4(0x1fd)]=a43_0x42c45d,a43_0x4f128c[a43_0x1cdac4(0x1e5)]=0xf*0x3c*0x3e8,a43_0x4f128c['hubUrl']=a43_0x1cdac4(0x1f2),a43_0x4f128c[a43_0x1cdac4(0x227)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a43_0x4f128c[a43_0x1cdac4(0x217)]=[a43_0x1cdac4(0x216),'pageLoadStrategy','strictFileInteractability','unhandledPromptBehavior','timeouts',a43_0x1cdac4(0x1d7),a43_0x1cdac4(0x204),a43_0x1cdac4(0x208),a43_0x1cdac4(0x21e),'chromeOptions',a43_0x1cdac4(0x229),'edgeOptions',a43_0x1cdac4(0x1e4)],a43_0x4f128c['ROOT_REGEX']=/^[\w-]+:.*$/,a43_0x4f128c[a43_0x1cdac4(0x21f)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a43_0x4f128c[a43_0x1cdac4(0x212)]=a43_0x1cdac4(0x209),a43_0x4f128c[a43_0x1cdac4(0x200)]=a43_0x1cdac4(0x1e2),a43_0x4f128c[a43_0x1cdac4(0x1f1)]=a43_0x1cdac4(0x221),a43_0x4f128c[a43_0x1cdac4(0x223)]=[a43_0x1cdac4(0x1f8),a43_0x1cdac4(0x225)],a43_0x4f128c[a43_0x1cdac4(0x1fb)]=[a43_0x1cdac4(0x203),a43_0x1cdac4(0x225)],a43_0x4f128c[a43_0x1cdac4(0x21d)]=[a43_0x1cdac4(0x225)],a43_0x4f128c[a43_0x1cdac4(0x1df)]='https://upload-observability.browserstack.com',a43_0x4f128c['OBSERVABILITY_SUPPORTED_FWS']=[a43_0x1cdac4(0x218),a43_0x1cdac4(0x1fa)],a43_0x4f128c[a43_0x1cdac4(0x21a)]=['automate'],a43_0x4f128c['APP_AUTOMATE']=['app-automate'],a43_0x4f128c['NUDGE_LOCAL_ERRORS']=[a43_0x1cdac4(0x1ee),a43_0x1cdac4(0x21c),'ERR_BLOCKED_BY_CLIENT',a43_0x1cdac4(0x20c),'ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_CLOSED',a43_0x1cdac4(0x1f3),a43_0x1cdac4(0x201),a43_0x1cdac4(0x1db),'ERR_CONNECTION_FAILED',a43_0x1cdac4(0x220),a43_0x1cdac4(0x224),a43_0x1cdac4(0x21b),a43_0x1cdac4(0x1e6),a43_0x1cdac4(0x1f4),'ERR_SOCKS_CONNECTION_FAILED',a43_0x1cdac4(0x228),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED','ERR_NAME_RESOLUTION_FAILED',a43_0x1cdac4(0x1ed)],a43_0x4f128c[a43_0x1cdac4(0x20d)]=['.apk',a43_0x1cdac4(0x1f7),a43_0x1cdac4(0x1ec)],a43_0x4f128c[a43_0x1cdac4(0x1ef)]=a43_0x1cdac4(0x205),a43_0x4f128c[a43_0x1cdac4(0x1f6)]=a43_0x1cdac4(0x1fc),a43_0x4f128c[a43_0x1cdac4(0x210)]=a43_0x1cdac4(0x1d8),a43_0x4f128c['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',a43_0x4f128c[a43_0x1cdac4(0x1d6)]=a43_0x29ea1e,a43_0x4f128c['PERCY_SUPPORTED_FRAMEWORKS']=[a43_0x1cdac4(0x1eb),a43_0x1cdac4(0x218)],a43_0x4f128c[a43_0x1cdac4(0x1e7)]=a43_0x9c7a2e,a43_0x4f128c[a43_0x1cdac4(0x1f0)]=a43_0x1cdac4(0x22d),module['exports']=a43_0x4f128c;
1
+ var a44_0x141c24=a44_0x51fb;function a44_0x51fb(_0x129cfc,_0x296a0c){var _0x1b1ec2=a44_0x1b1e();return a44_0x51fb=function(_0x51fbbe,_0x3b0abf){_0x51fbbe=_0x51fbbe-0x100;var _0x16629b=_0x1b1ec2[_0x51fbbe];return _0x16629b;},a44_0x51fb(_0x129cfc,_0x296a0c);}(function(_0x47a101,_0xc28b4e){var _0x5cc178=a44_0x51fb,_0x5549a1=_0x47a101();while(!![]){try{var _0x9124f8=-parseInt(_0x5cc178(0x118))/0x1+parseInt(_0x5cc178(0x10e))/0x2+-parseInt(_0x5cc178(0x153))/0x3+parseInt(_0x5cc178(0x13a))/0x4+-parseInt(_0x5cc178(0x130))/0x5+parseInt(_0x5cc178(0x10b))/0x6+-parseInt(_0x5cc178(0x159))/0x7*(parseInt(_0x5cc178(0x12e))/0x8);if(_0x9124f8===_0xc28b4e)break;else _0x5549a1['push'](_0x5549a1['shift']());}catch(_0x34238b){_0x5549a1['push'](_0x5549a1['shift']());}}}(a44_0x1b1e,0x3ba7f));var a44_0x235790={};a44_0x235790['INFO']=a44_0x141c24(0x14d),a44_0x235790[a44_0x141c24(0x135)]=a44_0x141c24(0x140);var a44_0x2dae76={};a44_0x2dae76[a44_0x141c24(0x127)]='Run\x20jest\x20tests\x20on\x20browserstack';var a44_0x440fa3={};a44_0x440fa3[a44_0x141c24(0x127)]='Run\x20mocha\x20tests\x20on\x20browserstack';function a44_0x1b1e(){var _0x26241a=['BSTACK_DELTA','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','INFO','ERR_NETWORK_CHANGED','SHAREABLE_ID_REGEX','Playwright','firefoxOptions','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','BROWSERSTACK_API_URL','48728QvuQAR','acceptInsecureCerts','2372725hNuGnp','AUTOLOGCAPTURE_NOTIFICATION','pageLoadStrategy','Run\x20playwright\x20tests\x20on\x20Browserstack','strictFileInteractability','HELP','.aab','Run\x20js\x20tests\x20on\x20browserstack','invalidTestInputType','mocha','604420dhCqVI','https://api-cloud.browserstack.com','AUTOMATE_PRODUCTS','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','PLAYWRIGHT','VERSION','Specify\x20--help\x20for\x20available\x20options','ROOT_CAPS','APP_UPLOAD_URL','browserName','PRIVATE_DOMAIN_OR_IP_REGEX','VALID_APP_EXTENSION','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_BLOCKED_BY_CLIENT','ERR_FAILED','mandatoryDependency','MOCHA','ERR_PROXY_CONNECTION_FAILED','JEST','shows\x20version\x20information','ERR_CONNECTION_REFUSED','ERR_SOCKET_NOT_CONNECTED','VANILLA','exports','HUB_URL_REGEX','195753YNIVyj','APP_AUTOMATE','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','hubUrl','./browserstack-artifacts/','Run\x20nightwatch\x20tests\x20on\x20browserstack','84TRLoYo','ERR_CONNECTION_TIMED_OUT','ERR_TIMED_OUT','ERR_SOCKS_CONNECTION_FAILED','edgeOptions','ERR_CONNECTION_CLOSED','acceptSslCert','.ipa','PLAYWRIGHT_CONFIG_OPTION_ERRORS','CODECEPTJS','NUDGE_LOCAL_ERRORS','https://api.browserstack.com','wss://cdp.browserstack.com/playwright?caps=','CI_ARTIFACTS_PATH','CUCUMBER','ERR_CONNECTION_RESET','2157006gthqQQ','FUNNEL_INSTRUMENTATION_API_URL','https://upload-observability.browserstack.com','899464cWnqkW','acceptSslCerts','.apk','PERCY_SUPPORTED_FRAMEWORKS','https://hub.browserstack.com/wd/hub','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','uniqueDependency','timeouts','ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_ABORTED','103099ZsjYGy','ERR_NAME_NOT_RESOLVED','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','jest','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','automate','ieOptions','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','observability','ERR_CONNECTION_FAILED','sdk/v1/event','app-automate','AUTOMATE'];a44_0x1b1e=function(){return _0x26241a;};return a44_0x1b1e();}var a44_0x1d4c37={};a44_0x1d4c37[a44_0x141c24(0x127)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a44_0x824409={};a44_0x824409[a44_0x141c24(0x127)]=a44_0x141c24(0x137);var a44_0xff76d={};a44_0xff76d['INFO']=a44_0x141c24(0x158);var a44_0xa9cd73={};a44_0xa9cd73[a44_0x141c24(0x127)]=a44_0x141c24(0x133);var a44_0x21f326={};a44_0x21f326[a44_0x141c24(0x127)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a44_0x2b6f4c={};a44_0x2b6f4c[a44_0x141c24(0x127)]=a44_0x141c24(0x126);var a44_0xefec7f={};a44_0xefec7f[a44_0x141c24(0x13e)]=a44_0x141c24(0x12a),a44_0xefec7f[a44_0x141c24(0x14a)]='mocha',a44_0xefec7f[a44_0x141c24(0x14c)]=a44_0x141c24(0x11b);var a44_0x4df1ec={};a44_0x4df1ec['invalidKeys']=a44_0x141c24(0x11a),a44_0x4df1ec[a44_0x141c24(0x114)]=a44_0x141c24(0x146),a44_0x4df1ec[a44_0x141c24(0x149)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a44_0x4df1ec[a44_0x141c24(0x138)]=a44_0x141c24(0x11f);var a44_0x58ca89={};a44_0x58ca89[a44_0x141c24(0x13f)]=a44_0x235790,a44_0x58ca89[a44_0x141c24(0x14c)]=a44_0x2dae76,a44_0x58ca89[a44_0x141c24(0x14a)]=a44_0x440fa3,a44_0x58ca89[a44_0x141c24(0x109)]=a44_0x1d4c37,a44_0x58ca89[a44_0x141c24(0x150)]=a44_0x824409,a44_0x58ca89['NIGHTWATCH']=a44_0xff76d,a44_0x58ca89[a44_0x141c24(0x13e)]=a44_0xa9cd73,a44_0x58ca89[a44_0x141c24(0x104)]=a44_0x21f326,a44_0x58ca89['HST']=a44_0x2b6f4c,a44_0x58ca89[a44_0x141c24(0x125)]=0xf*0x3c*0x3e8,a44_0x58ca89[a44_0x141c24(0x156)]=a44_0x141c24(0x112),a44_0x58ca89[a44_0x141c24(0x152)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a44_0x58ca89[a44_0x141c24(0x141)]=[a44_0x141c24(0x12f),a44_0x141c24(0x132),a44_0x141c24(0x134),'unhandledPromptBehavior',a44_0x141c24(0x115),a44_0x141c24(0x143),'browserVersion',a44_0x141c24(0x10f),a44_0x141c24(0x101),'chromeOptions',a44_0x141c24(0x12b),a44_0x141c24(0x15d),a44_0x141c24(0x11e)],a44_0x58ca89['ROOT_REGEX']=/^[\w-]+:.*$/,a44_0x58ca89[a44_0x141c24(0x144)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a44_0x58ca89[a44_0x141c24(0x12d)]=a44_0x141c24(0x106),a44_0x58ca89[a44_0x141c24(0x142)]=a44_0x141c24(0x13b),a44_0x58ca89[a44_0x141c24(0x10c)]=a44_0x141c24(0x122),a44_0x58ca89[a44_0x141c24(0x13c)]=[a44_0x141c24(0x11d),a44_0x141c24(0x120)],a44_0x58ca89['APP_AUTOMATE_PRODUCTS']=[a44_0x141c24(0x123),a44_0x141c24(0x120)],a44_0x58ca89[a44_0x141c24(0x113)]=['observability'],a44_0x58ca89['OBSERVABILITY_UPLOAD_URL']=a44_0x141c24(0x10d),a44_0x58ca89['OBSERVABILITY_SUPPORTED_FWS']=['mocha',a44_0x141c24(0x12a)],a44_0x58ca89[a44_0x141c24(0x124)]=[a44_0x141c24(0x11d)],a44_0x58ca89[a44_0x141c24(0x154)]=[a44_0x141c24(0x123)],a44_0x58ca89[a44_0x141c24(0x105)]=[a44_0x141c24(0x148),a44_0x141c24(0x15b),a44_0x141c24(0x147),a44_0x141c24(0x128),a44_0x141c24(0x14f),a44_0x141c24(0x100),a44_0x141c24(0x10a),a44_0x141c24(0x14e),a44_0x141c24(0x117),a44_0x141c24(0x121),a44_0x141c24(0x119),'ERR_ADDRESS_INVALID','ERR_ADDRESS_UNREACHABLE',a44_0x141c24(0x116),a44_0x141c24(0x15a),a44_0x141c24(0x15c),a44_0x141c24(0x12c),a44_0x141c24(0x14b),'ERR_NAME_NOT_RESOLVED','ERR_NAME_RESOLUTION_FAILED',a44_0x141c24(0x155)],a44_0x58ca89[a44_0x141c24(0x145)]=[a44_0x141c24(0x110),a44_0x141c24(0x136),a44_0x141c24(0x102)],a44_0x58ca89['CUSTOM_ID_REGEX']='^[a-zA-Z0-9_.-]*$',a44_0x58ca89[a44_0x141c24(0x129)]=a44_0x141c24(0x13d),a44_0x58ca89[a44_0x141c24(0x108)]=a44_0x141c24(0x157),a44_0x58ca89['PLAYWRIGHT_HUB_URL']=a44_0x141c24(0x107),a44_0x58ca89['FRAMEWORKS']=a44_0xefec7f,a44_0x58ca89[a44_0x141c24(0x111)]=['jest',a44_0x141c24(0x139)],a44_0x58ca89[a44_0x141c24(0x103)]=a44_0x4df1ec,a44_0x58ca89[a44_0x141c24(0x131)]=a44_0x141c24(0x11c),module[a44_0x141c24(0x151)]=a44_0x58ca89;
@@ -1 +1 @@
1
- function a44_0x3e87(_0x109610,_0x284608){const _0x251544=a44_0x2515();return a44_0x3e87=function(_0x3e8761,_0x2464bf){_0x3e8761=_0x3e8761-0x66;let _0x1e2c38=_0x251544[_0x3e8761];return _0x1e2c38;},a44_0x3e87(_0x109610,_0x284608);}const a44_0x17a315=a44_0x3e87;(function(_0x4d4711,_0x7e7b33){const _0xf1f0c0=a44_0x3e87,_0x5fa144=_0x4d4711();while(!![]){try{const _0x5f02ff=-parseInt(_0xf1f0c0(0x67))/0x1*(parseInt(_0xf1f0c0(0x75))/0x2)+parseInt(_0xf1f0c0(0x71))/0x3*(parseInt(_0xf1f0c0(0x77))/0x4)+parseInt(_0xf1f0c0(0x74))/0x5*(-parseInt(_0xf1f0c0(0x6c))/0x6)+-parseInt(_0xf1f0c0(0x66))/0x7*(parseInt(_0xf1f0c0(0x7b))/0x8)+-parseInt(_0xf1f0c0(0x6a))/0x9+-parseInt(_0xf1f0c0(0x72))/0xa*(parseInt(_0xf1f0c0(0x69))/0xb)+-parseInt(_0xf1f0c0(0x6b))/0xc*(-parseInt(_0xf1f0c0(0x6f))/0xd);if(_0x5f02ff===_0x7e7b33)break;else _0x5fa144['push'](_0x5fa144['shift']());}catch(_0x1d12df){_0x5fa144['push'](_0x5fa144['shift']());}}}(a44_0x2515,0x82495));const logReportingAPI=require(a44_0x17a315(0x7a)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x285250,_0x1b0cac){return _0x9ce4d5=>{const _0x2067bd=a44_0x3e87;BSTestOpsLogger[_0x2067bd(0x68)]({'level':_0x9ce4d5[_0x2067bd(0x6d)]?_0x9ce4d5[_0x2067bd(0x6d)][_0x2067bd(0x76)]:null,'message':_0x9ce4d5[_0x2067bd(0x73)]?_0x9ce4d5['data'][_0x2067bd(0x78)]('\x20'):null});};}function a44_0x2515(){const _0xb583af=['./logReportingAPI','8VQBYMB','timezoneOffset','5754448glALRd','329tgWdKr','log','9284kUQFsl','7647246nQwsUu','156CAofwj','41088mDqbZu','level','configure','3502135aCdiKn','type','3PjfJQv','11510coYAJw','data','95RAhZpA','1866CqSSKj','levelStr','447156TwUwNN','join','colouredLayout'];a44_0x2515=function(){return _0xb583af;};return a44_0x2515();}exports[a44_0x17a315(0x6e)]=(_0xbfca14,_0x4dc5ee)=>{const _0x2c124d=a44_0x17a315,_0x29fbd3={'RaiHr':function(_0x2b8dfe,_0x56a41a,_0x5c06cc){return _0x2b8dfe(_0x56a41a,_0x5c06cc);}};let _0x3c4d68=_0x4dc5ee[_0x2c124d(0x79)];return _0xbfca14['layout']&&(_0x3c4d68=_0x4dc5ee['layout'](_0xbfca14['layout'][_0x2c124d(0x70)],_0xbfca14['layout'])),_0x29fbd3['RaiHr'](BSTestOpsLog4JSAppender,_0x3c4d68,_0xbfca14[_0x2c124d(0x7c)]);};
1
+ const a45_0x47050b=a45_0x4ee0;function a45_0x4ee0(_0x524c74,_0x3ab372){const _0x489ef1=a45_0x489e();return a45_0x4ee0=function(_0x4ee08f,_0x276f16){_0x4ee08f=_0x4ee08f-0xca;let _0x1a03f2=_0x489ef1[_0x4ee08f];return _0x1a03f2;},a45_0x4ee0(_0x524c74,_0x3ab372);}(function(_0x1b2656,_0x123199){const _0x171cf6=a45_0x4ee0,_0x1e6580=_0x1b2656();while(!![]){try{const _0x1c51bd=parseInt(_0x171cf6(0xdc))/0x1*(-parseInt(_0x171cf6(0xd7))/0x2)+-parseInt(_0x171cf6(0xcb))/0x3*(-parseInt(_0x171cf6(0xcf))/0x4)+parseInt(_0x171cf6(0xdd))/0x5*(-parseInt(_0x171cf6(0xd3))/0x6)+parseInt(_0x171cf6(0xce))/0x7*(-parseInt(_0x171cf6(0xd5))/0x8)+parseInt(_0x171cf6(0xd9))/0x9*(-parseInt(_0x171cf6(0xd2))/0xa)+-parseInt(_0x171cf6(0xcc))/0xb+parseInt(_0x171cf6(0xd1))/0xc;if(_0x1c51bd===_0x123199)break;else _0x1e6580['push'](_0x1e6580['shift']());}catch(_0x12dce1){_0x1e6580['push'](_0x1e6580['shift']());}}}(a45_0x489e,0x63f9a));const logReportingAPI=require(a45_0x47050b(0xd8)),BSTestOpsLogger=new logReportingAPI({});function a45_0x489e(){const _0x3a7b66=['12607olZVJZ','262596eKHVLl','configure','21861984ymOnLv','60980tkfGWW','6bhtzTD','type','56CAnNam','log','6zbecAp','./logReportingAPI','558lEsZtF','join','data','20003ACNrId','3753855sHvSdC','timezoneOffset','colouredLayout','9BCWsgr','4485998tkltEO','layout'];a45_0x489e=function(){return _0x3a7b66;};return a45_0x489e();}function BSTestOpsLog4JSAppender(_0x3ddae2,_0x179136){return _0x2fd625=>{const _0x4e3146=a45_0x4ee0;BSTestOpsLogger[_0x4e3146(0xd6)]({'level':_0x2fd625['level']?_0x2fd625['level']['levelStr']:null,'message':_0x2fd625[_0x4e3146(0xdb)]?_0x2fd625[_0x4e3146(0xdb)][_0x4e3146(0xda)]('\x20'):null});};}exports[a45_0x47050b(0xd0)]=(_0x3ccf49,_0x422abd)=>{const _0x226f88=a45_0x47050b,_0x3a51b9={'RQGLX':function(_0x5428ad,_0x2ba1a7,_0x461b1e){return _0x5428ad(_0x2ba1a7,_0x461b1e);}};let _0x261ffb=_0x422abd[_0x226f88(0xca)];return _0x3ccf49[_0x226f88(0xcd)]&&(_0x261ffb=_0x422abd[_0x226f88(0xcd)](_0x3ccf49[_0x226f88(0xcd)][_0x226f88(0xd4)],_0x3ccf49[_0x226f88(0xcd)])),_0x3a51b9['RQGLX'](BSTestOpsLog4JSAppender,_0x261ffb,_0x3ccf49[_0x226f88(0xde)]);};
@@ -1 +1 @@
1
- const a45_0xbfae0=a45_0x4009;(function(_0x4bca18,_0x597bcf){const _0x41c76a=a45_0x4009,_0x2fe3e4=_0x4bca18();while(!![]){try{const _0x2f7bde=-parseInt(_0x41c76a(0x10d))/0x1+parseInt(_0x41c76a(0x108))/0x2+parseInt(_0x41c76a(0x111))/0x3*(-parseInt(_0x41c76a(0x10f))/0x4)+-parseInt(_0x41c76a(0x105))/0x5+-parseInt(_0x41c76a(0x117))/0x6+parseInt(_0x41c76a(0x11a))/0x7*(parseInt(_0x41c76a(0x100))/0x8)+parseInt(_0x41c76a(0x110))/0x9;if(_0x2f7bde===_0x597bcf)break;else _0x2fe3e4['push'](_0x2fe3e4['shift']());}catch(_0x39aacf){_0x2fe3e4['push'](_0x2fe3e4['shift']());}}}(a45_0xb501,0x826c9));const Transport=require(a45_0xbfae0(0x106)),{consoleHolder}=require('../../helpers/test-observability/constants'),a45_0x464d3e={};a45_0x464d3e['INFO']=a45_0xbfae0(0x116),a45_0x464d3e['ERROR']='ERROR',a45_0x464d3e[a45_0xbfae0(0x115)]='DEBUG',a45_0x464d3e[a45_0xbfae0(0x10c)]=a45_0xbfae0(0x10c),a45_0x464d3e['WARN']=a45_0xbfae0(0x104);function a45_0xb501(){const _0x37fef5=['INFO','2902026rGbHXQ','toLowerCase','TEST_LOG','7xrmMGx','3970936MDIHNf','error','emit','bs:addLog:','WARN','1344560yGGQQE','winston-transport','ERROR','978652yAQKQS','exports','toISOString','warn','TRACE','620946eaKHGq','trace','4KQlKqa','8934687aELxyo','212070EZVcpw','logToTestOps','join','Lscsd','DEBUG'];a45_0xb501=function(){return _0x37fef5;};return a45_0xb501();}const LOG_LEVELS=a45_0x464d3e;class logPatcher extends Transport{constructor(_0x24a4f7){super(_0x24a4f7);}[a45_0xbfae0(0x112)]=(_0x5c19ed=LOG_LEVELS[a45_0xbfae0(0x116)],_0x7f22e=[''])=>{const _0x581b82=a45_0xbfae0,_0xbcf5ac={};_0xbcf5ac[_0x581b82(0x114)]=_0x581b82(0x119);const _0x401475=_0xbcf5ac;consoleHolder[_0x5c19ed[_0x581b82(0x118)]()](..._0x7f22e),process[_0x581b82(0x102)](_0x581b82(0x103)+process['pid'],{'timestamp':new Date()[_0x581b82(0x10a)](),'level':_0x5c19ed['toUpperCase'](),'message':'\x22'+_0x7f22e[_0x581b82(0x113)](',\x20')+'\x22','kind':_0x401475[_0x581b82(0x114)],'http_response':{}});};[a45_0xbfae0(0x10e)]=(..._0x58a0b5)=>{const _0x15ad75=a45_0xbfae0;this[_0x15ad75(0x112)](LOG_LEVELS[_0x15ad75(0x10c)],_0x58a0b5);};['debug']=(..._0xad608d)=>{const _0x2d1b90=a45_0xbfae0;this[_0x2d1b90(0x112)](LOG_LEVELS[_0x2d1b90(0x115)],_0xad608d);};['info']=(..._0x12a12a)=>{const _0x3548f8=a45_0xbfae0;this['logToTestOps'](LOG_LEVELS[_0x3548f8(0x116)],_0x12a12a);};[a45_0xbfae0(0x10b)]=(..._0x40b069)=>{const _0x25665b=a45_0xbfae0;this['logToTestOps'](LOG_LEVELS[_0x25665b(0x104)],_0x40b069);};[a45_0xbfae0(0x101)]=(..._0x32dfb3)=>{const _0x4c3761=a45_0xbfae0;this[_0x4c3761(0x112)](LOG_LEVELS[_0x4c3761(0x107)],_0x32dfb3);};['log']=(..._0x1a0df9)=>{const _0x10ec88=a45_0xbfae0;this[_0x10ec88(0x112)](LOG_LEVELS[_0x10ec88(0x116)],_0x1a0df9);};};function a45_0x4009(_0x9cbea7,_0x3295e8){const _0xb50174=a45_0xb501();return a45_0x4009=function(_0x4009d7,_0x43a053){_0x4009d7=_0x4009d7-0x100;let _0x5c0eb9=_0xb50174[_0x4009d7];return _0x5c0eb9;},a45_0x4009(_0x9cbea7,_0x3295e8);}module[a45_0xbfae0(0x109)]=logPatcher;
1
+ const a46_0x4342b4=a46_0x4055;function a46_0x4055(_0x433691,_0xafb317){const _0x4ea26b=a46_0x4ea2();return a46_0x4055=function(_0x4055e1,_0xe169fb){_0x4055e1=_0x4055e1-0xab;let _0x289d81=_0x4ea26b[_0x4055e1];return _0x289d81;},a46_0x4055(_0x433691,_0xafb317);}function a46_0x4ea2(){const _0x2d4e8d=['538190ijqGoA','WARN','toUpperCase','499704MVqzqS','join','ERROR','133832IzVXit','4hInrtO','59364EOPUjK','emit','INFO','815716HCKeXW','winston-transport','Khkfx','DEBUG','1550916KcnBTf','warn','TEST_LOG','trace','debug','21dlNAhO','toISOString','toLowerCase','TRACE','bs:addLog:','9851kroins','logToTestOps','error'];a46_0x4ea2=function(){return _0x2d4e8d;};return a46_0x4ea2();}(function(_0x117868,_0x2c7c66){const _0x120791=a46_0x4055,_0x4431e1=_0x117868();while(!![]){try{const _0x200be9=parseInt(_0x120791(0xb0))/0x1*(-parseInt(_0x120791(0xba))/0x2)+parseInt(_0x120791(0xbb))/0x3+-parseInt(_0x120791(0xbe))/0x4+parseInt(_0x120791(0xb3))/0x5+parseInt(_0x120791(0xb6))/0x6+-parseInt(_0x120791(0xab))/0x7*(parseInt(_0x120791(0xb9))/0x8)+parseInt(_0x120791(0xc2))/0x9;if(_0x200be9===_0x2c7c66)break;else _0x4431e1['push'](_0x4431e1['shift']());}catch(_0x5a1030){_0x4431e1['push'](_0x4431e1['shift']());}}}(a46_0x4ea2,0x1aaa0));const Transport=require(a46_0x4342b4(0xbf)),{consoleHolder}=require('../../helpers/test-observability/constants'),a46_0x5fa903={};a46_0x5fa903[a46_0x4342b4(0xbd)]=a46_0x4342b4(0xbd),a46_0x5fa903[a46_0x4342b4(0xb8)]='ERROR',a46_0x5fa903['DEBUG']='DEBUG',a46_0x5fa903[a46_0x4342b4(0xae)]=a46_0x4342b4(0xae),a46_0x5fa903[a46_0x4342b4(0xb4)]=a46_0x4342b4(0xb4);const LOG_LEVELS=a46_0x5fa903;class logPatcher extends Transport{constructor(_0x1d7608){super(_0x1d7608);}[a46_0x4342b4(0xb1)]=(_0x32a16b=LOG_LEVELS[a46_0x4342b4(0xbd)],_0x6edce5=[''])=>{const _0x20dab3=a46_0x4342b4,_0x138629={};_0x138629[_0x20dab3(0xc0)]=_0x20dab3(0xc4);const _0x49fe4e=_0x138629;consoleHolder[_0x32a16b[_0x20dab3(0xad)]()](..._0x6edce5),process[_0x20dab3(0xbc)](_0x20dab3(0xaf)+process['pid'],{'timestamp':new Date()[_0x20dab3(0xac)](),'level':_0x32a16b[_0x20dab3(0xb5)](),'message':'\x22'+_0x6edce5[_0x20dab3(0xb7)](',\x20')+'\x22','kind':_0x49fe4e['Khkfx'],'http_response':{}});};[a46_0x4342b4(0xc5)]=(..._0x16b0dd)=>{const _0x5f540a=a46_0x4342b4;this[_0x5f540a(0xb1)](LOG_LEVELS[_0x5f540a(0xae)],_0x16b0dd);};[a46_0x4342b4(0xc6)]=(..._0x455160)=>{const _0x10e6b3=a46_0x4342b4;this[_0x10e6b3(0xb1)](LOG_LEVELS[_0x10e6b3(0xc1)],_0x455160);};['info']=(..._0x3706fc)=>{const _0x209dcc=a46_0x4342b4;this[_0x209dcc(0xb1)](LOG_LEVELS['INFO'],_0x3706fc);};[a46_0x4342b4(0xc3)]=(..._0x19ed3d)=>{const _0x2aba1=a46_0x4342b4;this[_0x2aba1(0xb1)](LOG_LEVELS[_0x2aba1(0xb4)],_0x19ed3d);};[a46_0x4342b4(0xb2)]=(..._0x4ee552)=>{const _0x2c0f14=a46_0x4342b4;this['logToTestOps'](LOG_LEVELS[_0x2c0f14(0xb8)],_0x4ee552);};['log']=(..._0x1e9e77)=>{const _0xae6970=a46_0x4342b4;this[_0xae6970(0xb1)](LOG_LEVELS[_0xae6970(0xbd)],_0x1e9e77);};};module['exports']=logPatcher;
@@ -1 +1 @@
1
- const a46_0x39940a=a46_0x116f;(function(_0x1a72eb,_0x17d840){const _0x400de5=a46_0x116f,_0x25d752=_0x1a72eb();while(!![]){try{const _0x402970=parseInt(_0x400de5(0x1c3))/0x1+-parseInt(_0x400de5(0x1b6))/0x2+parseInt(_0x400de5(0x1d5))/0x3+parseInt(_0x400de5(0x1c6))/0x4*(parseInt(_0x400de5(0x1af))/0x5)+parseInt(_0x400de5(0x1d3))/0x6+parseInt(_0x400de5(0x1cf))/0x7+-parseInt(_0x400de5(0x1a9))/0x8;if(_0x402970===_0x17d840)break;else _0x25d752['push'](_0x25d752['shift']());}catch(_0x453303){_0x25d752['push'](_0x25d752['shift']());}}}(a46_0x520b,0x730ca));function a46_0x116f(_0x572e90,_0x271287){const _0x520b28=a46_0x520b();return a46_0x116f=function(_0x116f97,_0x14e3ba){_0x116f97=_0x116f97-0x1a5;let _0x1aaf6a=_0x520b28[_0x116f97];return _0x1aaf6a;},a46_0x116f(_0x572e90,_0x271287);}const Transport=require(a46_0x39940a(0x1b4)),{consoleHolder}=require(a46_0x39940a(0x1bc)),a46_0x3ba770={};a46_0x3ba770[a46_0x39940a(0x1a7)]='INFO',a46_0x3ba770[a46_0x39940a(0x1b7)]=a46_0x39940a(0x1b7),a46_0x3ba770['DEBUG']='DEBUG',a46_0x3ba770[a46_0x39940a(0x1c5)]=a46_0x39940a(0x1c5),a46_0x3ba770[a46_0x39940a(0x1ac)]=a46_0x39940a(0x1ac);const LOG_LEVELS=a46_0x3ba770;class logReportingAPI extends Transport{constructor(_0x25351d){super(_0x25351d);}[a46_0x39940a(0x1a6)](_0x32d5ad,_0x4d0396){const _0xe97a53=a46_0x39940a,_0x43ce39={'uppAF':'logged','iWXcv':function(_0xec17f1,_0x57c511){return _0xec17f1===_0x57c511;},'tXsjG':'uritC','tnAPD':_0xe97a53(0x1bf),'jrqSj':function(_0x2a637b,_0x401206){return _0x2a637b(_0x401206);},'NzEhH':function(_0x26f9e5,_0x54dd8e){return _0x26f9e5===_0x54dd8e;},'LANmK':_0xe97a53(0x1c9),'jAfov':function(_0x446a49,_0xf8e1c5){return _0x446a49!==_0xf8e1c5;},'xKtov':_0xe97a53(0x1b9),'VumBK':function(_0x6d0bca,_0x5bd8cf){return _0x6d0bca===_0x5bd8cf;},'PmccH':_0xe97a53(0x1ae),'SfduO':_0xe97a53(0x1b0),'jGzGk':function(_0x5dffd7){return _0x5dffd7();}};_0x43ce39[_0xe97a53(0x1ad)](setImmediate,()=>{const _0x4baeff=_0xe97a53,_0x54ff4b={};_0x54ff4b[_0x4baeff(0x1bd)]=_0x43ce39[_0x4baeff(0x1ab)];const _0x17ea75=_0x54ff4b;_0x43ce39[_0x4baeff(0x1d0)](_0x43ce39['tXsjG'],_0x43ce39[_0x4baeff(0x1bb)])?this[_0x4baeff(0x1b5)](_0x17ea75[_0x4baeff(0x1bd)],_0x43d05b):this[_0x4baeff(0x1b5)](_0x43ce39[_0x4baeff(0x1ab)],_0x32d5ad);}),_0x43ce39[_0xe97a53(0x1aa)](typeof _0x32d5ad,_0x43ce39[_0xe97a53(0x1d9)])?_0x43ce39['jAfov'](_0x43ce39[_0xe97a53(0x1c8)],_0x43ce39[_0xe97a53(0x1c8)])?this['logToTestOps'](_0x1f4a92['INFO'],_0x1cf745):this[_0xe97a53(0x1c4)](_0x32d5ad[_0xe97a53(0x1d4)]||LOG_LEVELS[_0xe97a53(0x1a7)],_0x32d5ad[_0xe97a53(0x1c7)],![]):_0x43ce39[_0xe97a53(0x1ba)](_0x43ce39[_0xe97a53(0x1be)],_0x43ce39[_0xe97a53(0x1be)])?this[_0xe97a53(0x1c4)](LOG_LEVELS[_0xe97a53(0x1a7)],_0x32d5ad):this[_0xe97a53(0x1c4)](_0x34f290[_0xe97a53(0x1c5)],_0x5dbb63),_0x4d0396&&(_0x43ce39[_0xe97a53(0x1b8)](_0x43ce39['SfduO'],_0x43ce39[_0xe97a53(0x1d7)])?this[_0xe97a53(0x1c4)](_0xcfe8c5['ERROR'],_0x503786):_0x43ce39[_0xe97a53(0x1d6)](_0x4d0396));}[a46_0x39940a(0x1c4)]=(_0x1ae5d6=LOG_LEVELS['INFO'],_0x1d450b='',_0x16a00b=!![])=>{const _0x2c6cfa=a46_0x39940a,_0x248b9c={'enqvF':function(_0x49fac0){return _0x49fac0();},'MnfHp':function(_0x3cf9fd,_0xa55658){return _0x3cf9fd===_0xa55658;},'hhZHW':_0x2c6cfa(0x1b3),'TPQZe':_0x2c6cfa(0x1a8),'oISWO':_0x2c6cfa(0x1d8)};_0x16a00b&&(_0x248b9c[_0x2c6cfa(0x1b2)](_0x248b9c[_0x2c6cfa(0x1c1)],_0x248b9c[_0x2c6cfa(0x1ca)])?_0x248b9c[_0x2c6cfa(0x1c0)](_0x1b2add):consoleHolder[_0x1ae5d6['toLowerCase']()](_0x1d450b)),process[_0x2c6cfa(0x1b5)]('bs:addLog:'+process[_0x2c6cfa(0x1cc)],{'timestamp':new Date()[_0x2c6cfa(0x1cd)](),'level':_0x1ae5d6['toUpperCase'](),'message':_0x1d450b,'kind':_0x248b9c[_0x2c6cfa(0x1d2)],'http_response':{}});};[a46_0x39940a(0x1a5)]=(_0x1861a8,_0x4f8ea7)=>{const _0x123850=a46_0x39940a;this['logToTestOps'](LOG_LEVELS[_0x123850(0x1c5)],_0x1861a8);};[a46_0x39940a(0x1ce)]=(_0x4faedc,_0x15a824)=>{const _0x59996f=a46_0x39940a;this[_0x59996f(0x1c4)](LOG_LEVELS[_0x59996f(0x1c2)],_0x4faedc);};[a46_0x39940a(0x1b1)]=(_0x1eb9e9,_0x2b1a75)=>{const _0x468bea=a46_0x39940a;this[_0x468bea(0x1c4)](LOG_LEVELS[_0x468bea(0x1a7)],_0x1eb9e9);};[a46_0x39940a(0x1d1)]=(_0x2b196e,_0x166a55)=>{const _0x649673=a46_0x39940a;this[_0x649673(0x1c4)](LOG_LEVELS[_0x649673(0x1ac)],_0x2b196e);};['error']=(_0x29d9a1,_0x2861dc)=>{const _0x6d03=a46_0x39940a;this[_0x6d03(0x1c4)](LOG_LEVELS[_0x6d03(0x1b7)],_0x29d9a1);};};function a46_0x520b(){const _0x1a5aff=['trace','log','INFO','mCfoB','11871432pvIhYS','NzEhH','uppAF','WARN','jrqSj','piGrE','2709585jENWtw','tsYfi','info','MnfHp','pLuYx','winston-transport','emit','1293884DicNDC','ERROR','jAfov','tVhyI','VumBK','tnAPD','../../helpers/test-observability/constants','WQTTr','PmccH','psTEk','enqvF','hhZHW','DEBUG','440774MycnuB','logToTestOps','TRACE','4oTnreu','message','xKtov','object','TPQZe','exports','pid','toISOString','debug','4456704sHAPGO','iWXcv','warn','oISWO','748464lIRHYp','level','2574018SDfqhb','jGzGk','SfduO','TEST_LOG','LANmK'];a46_0x520b=function(){return _0x1a5aff;};return a46_0x520b();}module[a46_0x39940a(0x1cb)]=logReportingAPI;
1
+ const a47_0x2bf68d=a47_0x1e1f;(function(_0x550c75,_0x4a9e20){const _0x30f2d4=a47_0x1e1f,_0x2dec8d=_0x550c75();while(!![]){try{const _0x462ae1=parseInt(_0x30f2d4(0x151))/0x1+-parseInt(_0x30f2d4(0x147))/0x2+parseInt(_0x30f2d4(0x124))/0x3+-parseInt(_0x30f2d4(0x12e))/0x4+-parseInt(_0x30f2d4(0x150))/0x5+-parseInt(_0x30f2d4(0x143))/0x6*(-parseInt(_0x30f2d4(0x120))/0x7)+-parseInt(_0x30f2d4(0x13f))/0x8;if(_0x462ae1===_0x4a9e20)break;else _0x2dec8d['push'](_0x2dec8d['shift']());}catch(_0x4442a8){_0x2dec8d['push'](_0x2dec8d['shift']());}}}(a47_0x4012,0xae06a));function a47_0x4012(){const _0x278771=['322992zWoqyv','cmabj','FbZUt','OgwdF','257556ZVprwM','dSasC','ERROR','aXUvU','120978felTHy','toISOString','jqAqL','error','bs:addLog:','toLowerCase','TEST_LOG','UuIkx','trace','2586675tuViUN','144149MXlWKN','../../helpers/test-observability/constants','dQNUV','TRACE','GfIbz','rNhUl','message','154HIPMFI','aRMLG','Ikdog','WARN','1593105MhIhRR','RfYOL','debug','object','EFfnH','EWYrn','BeYzd','logged','warn','DEBUG','1154192LCEmHa','emit','toUpperCase','dLXwy','level','BiIqV','info','HRXEU','hDUeP','INFO','cPMXV','winston-transport','exports','gelcd','logToTestOps','DPInG','mOxjL'];a47_0x4012=function(){return _0x278771;};return a47_0x4012();}const Transport=require(a47_0x2bf68d(0x139)),{consoleHolder}=require(a47_0x2bf68d(0x152)),a47_0x59db8a={};a47_0x59db8a[a47_0x2bf68d(0x137)]='INFO',a47_0x59db8a[a47_0x2bf68d(0x145)]=a47_0x2bf68d(0x145),a47_0x59db8a[a47_0x2bf68d(0x12d)]=a47_0x2bf68d(0x12d),a47_0x59db8a[a47_0x2bf68d(0x154)]='TRACE',a47_0x59db8a[a47_0x2bf68d(0x123)]=a47_0x2bf68d(0x123);const LOG_LEVELS=a47_0x59db8a;class logReportingAPI extends Transport{constructor(_0x334963){super(_0x334963);}['log'](_0x5370d1,_0x1cc02e){const _0x2f81e5=a47_0x2bf68d,_0x374978={'Ikdog':function(_0x47f0f5,_0x52bae9){return _0x47f0f5===_0x52bae9;},'hDUeP':_0x2f81e5(0x133),'EWYrn':_0x2f81e5(0x12b),'FbZUt':_0x2f81e5(0x14d),'RfYOL':function(_0x56f7ce,_0x1599d6){return _0x56f7ce(_0x1599d6);},'BeYzd':_0x2f81e5(0x127),'OgwdF':function(_0x41f268,_0x19b26b){return _0x41f268!==_0x19b26b;},'UuIkx':_0x2f81e5(0x128),'rNhUl':_0x2f81e5(0x13b),'aRMLG':_0x2f81e5(0x138),'GfIbz':'aHmvt','cmabj':_0x2f81e5(0x144),'mOxjL':function(_0x1a69ec){return _0x1a69ec();}};_0x374978[_0x2f81e5(0x125)](setImmediate,()=>{const _0x1de8c9=_0x2f81e5;_0x374978[_0x1de8c9(0x122)](_0x374978[_0x1de8c9(0x136)],_0x374978[_0x1de8c9(0x136)])?this[_0x1de8c9(0x12f)](_0x374978[_0x1de8c9(0x129)],_0x5370d1):this[_0x1de8c9(0x13c)](_0x34c7d8[_0x1de8c9(0x154)],_0x56bb1d);}),_0x374978[_0x2f81e5(0x122)](typeof _0x5370d1,_0x374978[_0x2f81e5(0x12a)])?_0x374978['OgwdF'](_0x374978[_0x2f81e5(0x14e)],_0x374978[_0x2f81e5(0x156)])?this[_0x2f81e5(0x13c)](_0x5370d1[_0x2f81e5(0x132)]||LOG_LEVELS[_0x2f81e5(0x137)],_0x5370d1[_0x2f81e5(0x11f)],![]):_0xf0edb6[_0xbbc51a[_0x2f81e5(0x14c)]()](_0x2be6fd):_0x374978[_0x2f81e5(0x122)](_0x374978[_0x2f81e5(0x121)],_0x374978[_0x2f81e5(0x121)])?this[_0x2f81e5(0x13c)](LOG_LEVELS[_0x2f81e5(0x137)],_0x5370d1):this[_0x2f81e5(0x12f)](_0x374978[_0x2f81e5(0x129)],_0x2e3afe),_0x1cc02e&&(_0x374978[_0x2f81e5(0x142)](_0x374978[_0x2f81e5(0x155)],_0x374978[_0x2f81e5(0x140)])?_0x374978[_0x2f81e5(0x13e)](_0x1cc02e):(_0x27fe5a&&_0x1181ee[_0x4c6378['toLowerCase']()](_0x484e85),_0x155e6e[_0x2f81e5(0x12f)](_0x2f81e5(0x14b)+_0xdca53a['pid'],{'timestamp':new _0x3e4f64()[_0x2f81e5(0x148)](),'level':_0x2b809b[_0x2f81e5(0x130)](),'message':_0x176da4,'kind':_0x374978[_0x2f81e5(0x141)],'http_response':{}})));}[a47_0x2bf68d(0x13c)]=(_0x101909=LOG_LEVELS['INFO'],_0x2018ba='',_0x5d4454=!![])=>{const _0x15ddd8=a47_0x2bf68d,_0x45f650={};_0x45f650[_0x15ddd8(0x146)]=function(_0x3371b6,_0x4f789e){return _0x3371b6!==_0x4f789e;},_0x45f650[_0x15ddd8(0x153)]=_0x15ddd8(0x135),_0x45f650[_0x15ddd8(0x149)]=_0x15ddd8(0x13d),_0x45f650['dLXwy']='TEST_LOG';const _0x4bfdee=_0x45f650;_0x5d4454&&(_0x4bfdee['aXUvU'](_0x4bfdee[_0x15ddd8(0x153)],_0x4bfdee['jqAqL'])?consoleHolder[_0x101909[_0x15ddd8(0x14c)]()](_0x2018ba):this[_0x15ddd8(0x13c)](_0x4591be[_0x15ddd8(0x123)],_0x1dea6b)),process['emit'](_0x15ddd8(0x14b)+process['pid'],{'timestamp':new Date()[_0x15ddd8(0x148)](),'level':_0x101909[_0x15ddd8(0x130)](),'message':_0x2018ba,'kind':_0x4bfdee[_0x15ddd8(0x131)],'http_response':{}});};[a47_0x2bf68d(0x14f)]=(_0x401862,_0x393bce)=>{const _0x2e17b2=a47_0x2bf68d;this[_0x2e17b2(0x13c)](LOG_LEVELS[_0x2e17b2(0x154)],_0x401862);};[a47_0x2bf68d(0x126)]=(_0x37d8f4,_0x24fe53)=>{const _0x48b6cb=a47_0x2bf68d;this[_0x48b6cb(0x13c)](LOG_LEVELS[_0x48b6cb(0x12d)],_0x37d8f4);};[a47_0x2bf68d(0x134)]=(_0x972784,_0x3c5808)=>{const _0x5346fe=a47_0x2bf68d;this[_0x5346fe(0x13c)](LOG_LEVELS[_0x5346fe(0x137)],_0x972784);};[a47_0x2bf68d(0x12c)]=(_0x2523ea,_0x2ccf55)=>{const _0x39a499=a47_0x2bf68d;this[_0x39a499(0x13c)](LOG_LEVELS[_0x39a499(0x123)],_0x2523ea);};[a47_0x2bf68d(0x14a)]=(_0x2911d7,_0x555a0e)=>{const _0x26d6c4=a47_0x2bf68d;this[_0x26d6c4(0x13c)](LOG_LEVELS['ERROR'],_0x2911d7);};};function a47_0x1e1f(_0x510995,_0x43ac24){const _0x4012fc=a47_0x4012();return a47_0x1e1f=function(_0x1e1f68,_0x2def0b){_0x1e1f68=_0x1e1f68-0x11f;let _0x5a0454=_0x4012fc[_0x1e1f68];return _0x5a0454;},a47_0x1e1f(_0x510995,_0x43ac24);}module[a47_0x2bf68d(0x13a)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a47_0x551c(){const _0x2440be=['useW3C','3555342bgJziD','TMLaZ','File\x20','grFUg','WHViv','hPQmj','JkcLN','join','exports','HNpVy','../../helpers/logger','Config\x20yml\x20is\x20required','szqfI','1471668RJGuld','1530201dOcoKq','modifyBrowserStackCaps','sIRjr','isUndefined','yXiRT','forEach','proxySettings','args','FXdCr','NtiFB','vFJaO','cwd','modifyBrowserStackW3CCaps','IPJGG','noHeb','getHubUrl','TEGej','419176MZDQCx','OoQjF','push','then','vzlCe','43630kenjJf','xRxGH','Gkibj','CpFTI','lApem','ryYYh','acnSf','platforms','fLdkU','ktblj','getPlatformName','EDFsV','fVdSN','../test-runner','NXams','rtmcV','GMrKF','884018QIkuJU','elPKX','initialize','finally','handleApp','gFnoC','CJvRP','VPDZd','\x20doesn\x27t\x20exist','winstonLogger','byWXn','PIdWK','WMgaS','DQGhk','BReMF','config','AwVoY','2253760eNXDjZ','File\x20path\x20is\x20required','KlYHS','EWFPN','pxOKK','KFozw','file','XKFtj','configuration','Oqxij','markSDKSetupComplete','../../helpers/helper','length'];a47_0x551c=function(){return _0x2440be;};return a47_0x551c();}function a47_0x3cfa(_0x4e822c,_0x4bbe32){const _0x551c88=a47_0x551c();return a47_0x3cfa=function(_0x3cfa5f,_0x288a6a){_0x3cfa5f=_0x3cfa5f-0x11a;let _0x7c97f2=_0x551c88[_0x3cfa5f];return _0x7c97f2;},a47_0x3cfa(_0x4e822c,_0x4bbe32);}const a47_0x171ef0=a47_0x3cfa;(function(_0x4e83d0,_0x4dacd4){const _0x2aaaa3=a47_0x3cfa,_0x27b523=_0x4e83d0();while(!![]){try{const _0x1272e8=parseInt(_0x2aaaa3(0x149))/0x1+-parseInt(_0x2aaaa3(0x15f))/0x2+parseInt(_0x2aaaa3(0x138))/0x3+parseInt(_0x2aaaa3(0x11c))/0x4+-parseInt(_0x2aaaa3(0x14e))/0x5+-parseInt(_0x2aaaa3(0x137))/0x6+-parseInt(_0x2aaaa3(0x12a))/0x7;if(_0x1272e8===_0x4dacd4)break;else _0x27b523['push'](_0x27b523['shift']());}catch(_0x76d353){_0x27b523['push'](_0x27b523['shift']());}}}(a47_0x551c,0x467fc));const fs=require('fs'),path=require('path'),logger=require(a47_0x171ef0(0x134))[a47_0x171ef0(0x168)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a47_0x171ef0(0x127)),constants=require('../utils/constants'),{parallelVanillaRun}=require(a47_0x171ef0(0x15b));async function run(_0x550f80,_0x4f9970){const _0xdb1146=a47_0x171ef0,_0x3312ac={'vzlCe':function(_0x21d6e6,_0x13b72e){return _0x21d6e6(_0x13b72e);},'lApem':_0xdb1146(0x135),'CJvRP':'vanilla','NXams':function(_0x12137e,_0xbb6046){return _0x12137e(_0xbb6046);},'WMgaS':_0xdb1146(0x11d),'KlYHS':function(_0x160ec2,_0x1835c9){return _0x160ec2!==_0x1835c9;},'BReMF':_0xdb1146(0x160),'NtiFB':_0xdb1146(0x150),'noHeb':_0xdb1146(0x123),'rtmcV':function(_0x3e7ea9,_0x41b389){return _0x3e7ea9!==_0x41b389;},'hPQmj':_0xdb1146(0x156),'LEHnH':_0xdb1146(0x169),'PIdWK':_0xdb1146(0x15e),'ryYYh':function(_0x1d3deb,_0x266bd6){return _0x1d3deb===_0x266bd6;},'Cfoox':'jGAhb','gFnoC':function(_0x301aeb,_0x4f3344){return _0x301aeb!==_0x4f3344;},'sIRjr':_0xdb1146(0x14f),'JkcLN':_0xdb1146(0x133),'acnSf':function(_0xf8e92a,_0x59cd04){return _0xf8e92a(_0x59cd04);},'FXdCr':'VVQeE','yXiRT':function(_0x7b3a10,_0x4139ae){return _0x7b3a10>_0x4139ae;},'CpFTI':'ItnhG','KFozw':_0xdb1146(0x11b),'WHViv':function(_0x5009ce,_0x48e1b4){return _0x5009ce===_0x48e1b4;},'ktblj':'cXmhR','szqfI':function(_0xde4e1b,_0x5611ad){return _0xde4e1b===_0x5611ad;},'TMLaZ':_0xdb1146(0x11f),'TEGej':_0xdb1146(0x15a),'grFUg':function(_0x1573ab,_0x5a2786){return _0x1573ab===_0x5a2786;},'tmSpG':'CYHzp','IPJGG':_0xdb1146(0x120),'EDFsV':'FmTaS','Oqxij':function(_0xcc4fa5,_0x44b1dc){return _0xcc4fa5*_0x44b1dc;},'OoQjF':function(_0x11bf9d,_0xb9d3d4,_0x5af6e5){return _0x11bf9d(_0xb9d3d4,_0x5af6e5);}},_0x329024=new BrowserStackSetup(_0x550f80,_0x3312ac[_0xdb1146(0x165)]);await _0x329024[_0xdb1146(0x161)](),await helper[_0xdb1146(0x163)](_0x329024[_0xdb1146(0x11a)]);const _0x222b3e=[];if(helper[_0xdb1146(0x13b)](_0x550f80['_'][0x1])){if(_0x3312ac[_0xdb1146(0x153)](_0x3312ac['Cfoox'],_0x3312ac['Cfoox']))throw _0x3312ac[_0xdb1146(0x14d)](Error,_0x3312ac['WMgaS']);else throw _0x3312ac[_0xdb1146(0x14d)](_0x3dfd45,_0x3312ac['lApem']);}const _0x4e4613=path[_0xdb1146(0x131)](process[_0xdb1146(0x143)](),_0x550f80['_'][0x1]);if(!fs['existsSync'](_0x4e4613)){if(_0x3312ac[_0xdb1146(0x164)](_0x3312ac[_0xdb1146(0x13a)],_0x3312ac[_0xdb1146(0x130)]))throw _0x3312ac[_0xdb1146(0x154)](Error,_0xdb1146(0x12c)+_0x550f80['_'][0x1]+'\x20doesn\x27t\x20exist');else{const _0x3697cf={};_0x3697cf[_0xdb1146(0x16c)]=_0x3312ac[_0xdb1146(0x165)];const _0x543e51=_0x3697cf;_0x8cdf3['config']['platforms']['forEach']((_0x5e8bd6,_0x491728)=>{const _0xe058a2=_0xdb1146;_0x52b04e?_0x101ae9['push'](_0x1a7597[_0xe058a2(0x144)](_0x108d40[_0xe058a2(0x11a)],_0x543e51[_0xe058a2(0x16c)],_0x491728)):_0x50177d[_0xe058a2(0x14b)](_0xc28a20[_0xe058a2(0x139)](_0xffa7dc['config'],_0x543e51['DQGhk'],_0x491728));});}}if(!_0x329024['config']){if(_0x3312ac[_0xdb1146(0x153)](_0x3312ac['FXdCr'],_0x3312ac[_0xdb1146(0x140)]))throw _0x3312ac[_0xdb1146(0x154)](Error,_0x3312ac[_0xdb1146(0x152)]);else{_0x45da60={'server':_0x3b6b27[_0xdb1146(0x147)](_0x3e07d6[_0xdb1146(0x11a)]),'proxySettings':_0x23bb7e['config']['proxySettings'],'platform':_0x10c5bb['getPlatformName'](_0x566bb9),'platformCaps':_0x565da1[_0xdb1146(0x11a)]['platforms'][_0x245780]};const _0x16da25={'capability':_0xfc95e5,..._0x52b7d9};_0x16da25[_0xdb1146(0x122)]=_0x306722,_0x16da25[_0xdb1146(0x13f)]=_0x49278c;const _0x40fe={};_0x40fe['configuration']=_0x16da25,_0x39be5d=_0x40fe,_0x3fc993[_0xdb1146(0x14b)](_0x4e6863);}}const _0x373b8d=helper[_0xdb1146(0x129)](_0x329024[_0xdb1146(0x11a)]);if(_0x329024['config'][_0xdb1146(0x155)]&&_0x3312ac[_0xdb1146(0x13c)](_0x329024[_0xdb1146(0x11a)][_0xdb1146(0x155)][_0xdb1146(0x128)],0x0)){if(_0x3312ac[_0xdb1146(0x164)](_0x3312ac[_0xdb1146(0x151)],_0x3312ac[_0xdb1146(0x121)]))_0x329024[_0xdb1146(0x11a)]['platforms'][_0xdb1146(0x13d)]((_0xf7b63f,_0x19906b)=>{const _0x27d955=_0xdb1146,_0x3ede6c={};_0x3ede6c[_0x27d955(0x142)]=_0x3312ac[_0x27d955(0x165)];const _0x419d20=_0x3ede6c;if(_0x3312ac[_0x27d955(0x11e)](_0x3312ac[_0x27d955(0x16d)],_0x3312ac[_0x27d955(0x16d)]))throw _0x3312ac[_0x27d955(0x15c)](_0x5cf7da,_0x3312ac[_0x27d955(0x16b)]);else _0x373b8d?_0x3312ac[_0x27d955(0x11e)](_0x3312ac[_0x27d955(0x141)],_0x3312ac[_0x27d955(0x146)])?_0x222b3e[_0x27d955(0x14b)](helper['modifyBrowserStackW3CCaps'](_0x329024[_0x27d955(0x11a)],_0x3312ac[_0x27d955(0x165)],_0x19906b)):_0x51777e[_0x27d955(0x14b)](_0x406d23['modifyBrowserStackW3CCaps'](_0x10a37b[_0x27d955(0x11a)],_0x3312ac[_0x27d955(0x165)],_0x37c193)):_0x3312ac[_0x27d955(0x15d)](_0x3312ac[_0x27d955(0x12f)],_0x3312ac[_0x27d955(0x12f)])?_0x2aa94f=_0x50b8f9[_0x27d955(0x144)](_0x1711e7[_0x27d955(0x11a)],_0x419d20['vFJaO'],0x0):_0x222b3e['push'](helper['modifyBrowserStackCaps'](_0x329024[_0x27d955(0x11a)],_0x3312ac[_0x27d955(0x165)],_0x19906b));});else{let _0x1793d5;_0x15f33c?_0x1793d5=_0x40e482[_0xdb1146(0x144)](_0xff9d3f[_0xdb1146(0x11a)],_0x3312ac[_0xdb1146(0x165)],0x0):_0x1793d5=_0x5c7cc8[_0xdb1146(0x139)](_0x3efdf0['config'],_0x3312ac[_0xdb1146(0x165)],0x0);_0x5a8b44={'server':_0x5e978b[_0xdb1146(0x147)](_0x286ba7['config']),'proxySettings':_0x52f507[_0xdb1146(0x11a)][_0xdb1146(0x13e)]};const _0x835490={'capability':_0x1793d5,..._0x470cb6};_0x835490[_0xdb1146(0x122)]=_0x40bf51,_0x835490['args']=_0x33de87;const _0x1169ea={};_0x1169ea['configuration']=_0x835490,_0x64f2c7=_0x1169ea,_0x58e65a[_0xdb1146(0x14b)](_0x5c1203);}}let _0x34f19c,_0x51ec37;const _0x7a11cc=[];if(_0x3312ac[_0xdb1146(0x13c)](_0x222b3e[_0xdb1146(0x128)],0x0)){if(_0x3312ac[_0xdb1146(0x12e)](_0x3312ac['ktblj'],_0x3312ac[_0xdb1146(0x157)]))_0x222b3e[_0xdb1146(0x13d)]((_0x20c851,_0x182f9c)=>{const _0x14dd7c=_0xdb1146,_0x36aeb1={};_0x36aeb1[_0x14dd7c(0x166)]=_0x3312ac[_0x14dd7c(0x165)];const _0x281118=_0x36aeb1;if(_0x3312ac['KlYHS'](_0x3312ac['LEHnH'],_0x3312ac[_0x14dd7c(0x16a)])){_0x34f19c={'server':helper[_0x14dd7c(0x147)](_0x329024['config']),'proxySettings':_0x329024[_0x14dd7c(0x11a)]['proxySettings'],'platform':helper[_0x14dd7c(0x158)](_0x20c851),'platformCaps':_0x329024[_0x14dd7c(0x11a)][_0x14dd7c(0x155)][_0x182f9c]};const _0x1f7a1e={'capability':_0x20c851,..._0x34f19c};_0x1f7a1e[_0x14dd7c(0x122)]=_0x4e4613,_0x1f7a1e[_0x14dd7c(0x13f)]=_0x4f9970;const _0x2dcb7d={};_0x2dcb7d[_0x14dd7c(0x124)]=_0x1f7a1e,_0x51ec37=_0x2dcb7d,_0x7a11cc[_0x14dd7c(0x14b)](_0x51ec37);}else _0x4506ff=_0x55e536[_0x14dd7c(0x139)](_0xe89522[_0x14dd7c(0x11a)],_0x281118[_0x14dd7c(0x166)],0x0);});else throw _0x3312ac[_0xdb1146(0x15c)](_0x62bb4d,'File\x20'+_0x4ccfbe['_'][0x1]+_0xdb1146(0x167));}else{if(_0x3312ac[_0xdb1146(0x136)](_0x3312ac[_0xdb1146(0x12b)],_0x3312ac[_0xdb1146(0x148)]))_0x57d3c5[_0xdb1146(0x13d)]((_0x5bb4c8,_0x3c8fc4)=>{const _0x34fdfb=_0xdb1146;_0xf662d5={'server':_0x5626a9[_0x34fdfb(0x147)](_0x20672a['config']),'proxySettings':_0x2d6a72[_0x34fdfb(0x11a)]['proxySettings'],'platform':_0x481ca1[_0x34fdfb(0x158)](_0x5bb4c8),'platformCaps':_0x1fad2b[_0x34fdfb(0x11a)][_0x34fdfb(0x155)][_0x3c8fc4]};const _0x512843={'capability':_0x5bb4c8,..._0x4773c8};_0x512843[_0x34fdfb(0x122)]=_0x4af8d0,_0x512843[_0x34fdfb(0x13f)]=_0x5b26ad;const _0x540122={};_0x540122[_0x34fdfb(0x124)]=_0x512843,_0x34d20f=_0x540122,_0x1c446e[_0x34fdfb(0x14b)](_0x528260);});else{let _0x11ef44;_0x373b8d?_0x3312ac[_0xdb1146(0x12d)](_0x3312ac['tmSpG'],_0x3312ac[_0xdb1146(0x145)])?_0x38d1b1?_0x49d4cc[_0xdb1146(0x14b)](_0x3a6c21[_0xdb1146(0x144)](_0x313bdb['config'],_0x3312ac[_0xdb1146(0x165)],_0xfd4786)):_0x7984da[_0xdb1146(0x14b)](_0x26603a['modifyBrowserStackCaps'](_0x3f5184[_0xdb1146(0x11a)],_0x3312ac[_0xdb1146(0x165)],_0x3bb698)):_0x11ef44=helper[_0xdb1146(0x144)](_0x329024[_0xdb1146(0x11a)],_0x3312ac['CJvRP'],0x0):_0x3312ac[_0xdb1146(0x12d)](_0x3312ac[_0xdb1146(0x159)],_0x3312ac['EDFsV'])?_0x11ef44=helper[_0xdb1146(0x139)](_0x329024[_0xdb1146(0x11a)],_0x3312ac[_0xdb1146(0x165)],0x0):_0x2bacc3[_0xdb1146(0x14b)](_0x58222e[_0xdb1146(0x139)](_0x5196a6['config'],_0x3312ac[_0xdb1146(0x165)],_0x27457d));_0x34f19c={'server':helper[_0xdb1146(0x147)](_0x329024['config']),'proxySettings':_0x329024[_0xdb1146(0x11a)]['proxySettings']};const _0x27173e={'capability':_0x11ef44,..._0x34f19c};_0x27173e[_0xdb1146(0x122)]=_0x4e4613,_0x27173e[_0xdb1146(0x13f)]=_0x4f9970;const _0xb0d9ef={};_0xb0d9ef[_0xdb1146(0x124)]=_0x27173e,_0x51ec37=_0xb0d9ef,_0x7a11cc[_0xdb1146(0x14b)](_0x51ec37);}}const _0x3710d9=_0x3312ac[_0xdb1146(0x125)](_0x329024[_0xdb1146(0x11a)][_0xdb1146(0x155)][_0xdb1146(0x128)]||0x1,_0x329024['config']['parallelsPerPlatform']);helper[_0xdb1146(0x126)](),_0x3312ac[_0xdb1146(0x14a)](parallelVanillaRun,_0x7a11cc,_0x3710d9)[_0xdb1146(0x14c)](_0x5f18fb=>{})[_0xdb1146(0x162)](async()=>{await helper['finalExecution'](_0x329024);});}module[a47_0x171ef0(0x132)]=run;
2
+ 'use strict';function a48_0x1d3d(){const _0x4d19c9=['gyfJP','push','wbqwU','\x20doesn\x27t\x20exist','vfcLk','ghjPE','length','mxMni','parallelsPerPlatform','exports','MISNP','iVgkf','tDSJJ','QoACi','getPlatformName','130744NAEPVb','hocjl','finally','jWoxe','markSDKSetupComplete','then','VfOQS','UdjkS','nRkWN','446593pNAamR','forEach','4020289eXrwcy','args','cwd','modifyBrowserStackCaps','file','proxySettings','gTfyh','JRXpX','existsSync','RyNnw','1953200lkNZqi','NZXRN','join','ZqLSi','isUndefined','aoobi','aWhyT','KxMZF','MDERx','3283810YehgxM','platforms','winstonLogger','zArSC','anXYc','vXYfF','Config\x20yml\x20is\x20required','RJgMq','4KLXgKj','handleApp','getHubUrl','configuration','BsfgM','config','useW3C','../../helpers/BrowserStackSetup','vMszi','CFmYN','208578pjWNin','HwHbk','eYkYL','../../helpers/helper','Flscc','CdYfw','File\x20path\x20is\x20required','aKSEs','File\x20','CtVFl','jvSap','vanilla','gheGX','LTtJo','wtDIB','XFVSl','2182278IzxzoI','DQUXM','initialize','JNFkx','modifyBrowserStackW3CCaps'];a48_0x1d3d=function(){return _0x4d19c9;};return a48_0x1d3d();}const a48_0x3da2e8=a48_0x1657;(function(_0x2520d0,_0x40ebc0){const _0x219fce=a48_0x1657,_0x1af15b=_0x2520d0();while(!![]){try{const _0x5c33fa=parseInt(_0x219fce(0x1d6))/0x1+-parseInt(_0x219fce(0x1cd))/0x2+-parseInt(_0x219fce(0x1a9))/0x3+parseInt(_0x219fce(0x19f))/0x4*(-parseInt(_0x219fce(0x197))/0x5)+parseInt(_0x219fce(0x1b9))/0x6+parseInt(_0x219fce(0x1d8))/0x7+-parseInt(_0x219fce(0x1e2))/0x8;if(_0x5c33fa===_0x40ebc0)break;else _0x1af15b['push'](_0x1af15b['shift']());}catch(_0x4e016b){_0x1af15b['push'](_0x1af15b['shift']());}}}(a48_0x1d3d,0x55297));const fs=require('fs'),path=require('path'),logger=require('../../helpers/logger')[a48_0x3da2e8(0x199)],{default:BrowserStackSetup}=require(a48_0x3da2e8(0x1a6)),helper=require(a48_0x3da2e8(0x1ac)),constants=require('../utils/constants'),{parallelVanillaRun}=require('../test-runner');async function run(_0x58e984,_0x22cd5a){const _0x2e438c=a48_0x3da2e8,_0x178317={'JNFkx':_0x2e438c(0x1b4),'XFVSl':function(_0xada3e2,_0xfca724){return _0xada3e2(_0xfca724);},'jWoxe':_0x2e438c(0x1af),'aKSEs':function(_0x4e17e8,_0x3a628a){return _0x4e17e8(_0x3a628a);},'HwHbk':function(_0x21b402,_0x4ba466){return _0x21b402!==_0x4ba466;},'JRXpX':_0x2e438c(0x1ad),'zArSC':_0x2e438c(0x194),'VfOQS':function(_0xa9b6a3,_0x29a5d1){return _0xa9b6a3===_0x29a5d1;},'wbqwU':_0x2e438c(0x1e1),'vfcLk':_0x2e438c(0x1ab),'aoobi':function(_0x502179,_0x15f0dd){return _0x502179!==_0x15f0dd;},'hocjl':_0x2e438c(0x1e3),'HROZt':function(_0x566a33,_0x4712ed){return _0x566a33(_0x4712ed);},'ZONDx':_0x2e438c(0x19d),'gheGX':'DYTiI','CdYfw':_0x2e438c(0x1ca),'UbHvx':function(_0x174815,_0x3563c2){return _0x174815(_0x3563c2);},'wtDIB':_0x2e438c(0x19e),'ZqLSi':function(_0x5a28f1,_0x20b308){return _0x5a28f1(_0x20b308);},'MISNP':_0x2e438c(0x1a3),'MDERx':function(_0xe1b60b,_0x38ecdb){return _0xe1b60b(_0x38ecdb);},'UdjkS':function(_0x530744,_0xc4cc57){return _0x530744>_0xc4cc57;},'gyfJP':_0x2e438c(0x1ba),'YxYep':function(_0x493f1d,_0x174350){return _0x493f1d!==_0x174350;},'LTtJo':_0x2e438c(0x195),'mxMni':_0x2e438c(0x1c9),'CFmYN':function(_0x14ffb7,_0x1c4073){return _0x14ffb7!==_0x1c4073;},'gTfyh':_0x2e438c(0x1b2),'nRkWN':_0x2e438c(0x1a7),'vXYfF':function(_0x1cb0ae,_0x5caff9){return _0x1cb0ae!==_0x5caff9;},'jvSap':'GSpqy','ghjPE':function(_0x5a90e4,_0x53473a){return _0x5a90e4*_0x53473a;},'anXYc':function(_0x2f9f0c,_0xb063c6,_0x9b0914){return _0x2f9f0c(_0xb063c6,_0x9b0914);}},_0x3fcfba=new BrowserStackSetup(_0x58e984,_0x178317[_0x2e438c(0x1bc)]);await _0x3fcfba[_0x2e438c(0x1bb)](),await helper[_0x2e438c(0x1a0)](_0x3fcfba[_0x2e438c(0x1a4)]);const _0x55ec16=[];if(helper[_0x2e438c(0x192)](_0x58e984['_'][0x1])){if(_0x178317[_0x2e438c(0x1aa)](_0x178317[_0x2e438c(0x1b5)],_0x178317[_0x2e438c(0x1ae)]))throw _0x178317['UbHvx'](Error,_0x178317['jWoxe']);else _0x2098c9[_0x2e438c(0x1a4)][_0x2e438c(0x198)][_0x2e438c(0x1d7)]((_0x2704bd,_0x1c721c)=>{const _0x28c48c=_0x2e438c;_0xde7b3b?_0x14ca03[_0x28c48c(0x1bf)](_0x2dbc9e['modifyBrowserStackW3CCaps'](_0x247657['config'],_0x178317[_0x28c48c(0x1bc)],_0x1c721c)):_0x1a3b30['push'](_0x41ee15[_0x28c48c(0x1db)](_0x4bed88['config'],_0x178317[_0x28c48c(0x1bc)],_0x1c721c));});}const _0x38dcc5=path[_0x2e438c(0x1e4)](process[_0x2e438c(0x1da)](),_0x58e984['_'][0x1]);if(!fs[_0x2e438c(0x1e0)](_0x38dcc5)){if(_0x178317[_0x2e438c(0x1d3)](_0x178317[_0x2e438c(0x1b7)],_0x178317['wtDIB']))throw _0x178317[_0x2e438c(0x1e5)](Error,_0x2e438c(0x1b1)+_0x58e984['_'][0x1]+'\x20doesn\x27t\x20exist');else{let _0x5a736d;_0x399b4a?_0x5a736d=_0x564b87['modifyBrowserStackW3CCaps'](_0x53569f[_0x2e438c(0x1a4)],_0x178317['JNFkx'],0x0):_0x5a736d=_0x85e9ca[_0x2e438c(0x1db)](_0x3a9b8f[_0x2e438c(0x1a4)],_0x178317['JNFkx'],0x0);_0x43cdb9={'server':_0x5e8410[_0x2e438c(0x1a1)](_0xa52aa4[_0x2e438c(0x1a4)]),'proxySettings':_0x2959df[_0x2e438c(0x1a4)][_0x2e438c(0x1dd)]};const _0x9802f7={'capability':_0x5a736d,..._0xe58081};_0x9802f7[_0x2e438c(0x1dc)]=_0x1a234c,_0x9802f7[_0x2e438c(0x1d9)]=_0x34efeb;const _0x13c7a3={};_0x13c7a3[_0x2e438c(0x1a2)]=_0x9802f7,_0x357e7f=_0x13c7a3,_0x40f22b[_0x2e438c(0x1bf)](_0x8512cc);}}if(!_0x3fcfba[_0x2e438c(0x1a4)]){if(_0x178317[_0x2e438c(0x193)](_0x178317[_0x2e438c(0x1c8)],_0x178317[_0x2e438c(0x1c8)]))_0x2af287=_0x46f84f[_0x2e438c(0x1db)](_0x219a92['config'],_0x178317[_0x2e438c(0x1bc)],0x0);else throw _0x178317[_0x2e438c(0x196)](Error,_0x178317['ZONDx']);}const _0x3fb1e9=helper[_0x2e438c(0x1a5)](_0x3fcfba['config']);if(_0x3fcfba[_0x2e438c(0x1a4)][_0x2e438c(0x198)]&&_0x178317['UdjkS'](_0x3fcfba[_0x2e438c(0x1a4)][_0x2e438c(0x198)]['length'],0x0)){if(_0x178317[_0x2e438c(0x1d3)](_0x178317[_0x2e438c(0x1be)],_0x178317[_0x2e438c(0x1be)]))_0x3fcfba['config']['platforms'][_0x2e438c(0x1d7)]((_0x497f18,_0x38dd3d)=>{const _0x46a85c=_0x2e438c,_0x301bc0={'QoACi':function(_0x48538f,_0x212afc){const _0x7ffdc=a48_0x1657;return _0x178317[_0x7ffdc(0x1b0)](_0x48538f,_0x212afc);}};if(_0x178317[_0x46a85c(0x1aa)](_0x178317[_0x46a85c(0x1df)],_0x178317[_0x46a85c(0x19a)])){if(_0x3fb1e9)_0x178317['VfOQS'](_0x178317[_0x46a85c(0x1c0)],_0x178317[_0x46a85c(0x1c0)])?_0x55ec16[_0x46a85c(0x1bf)](helper[_0x46a85c(0x1bd)](_0x3fcfba['config'],_0x178317[_0x46a85c(0x1bc)],_0x38dd3d)):_0x266204=_0x4607f3['modifyBrowserStackW3CCaps'](_0x14c068['config'],_0x178317[_0x46a85c(0x1bc)],0x0);else{if(_0x178317[_0x46a85c(0x1d3)](_0x178317[_0x46a85c(0x1c2)],_0x178317[_0x46a85c(0x1c2)]))_0x55ec16[_0x46a85c(0x1bf)](helper[_0x46a85c(0x1db)](_0x3fcfba['config'],_0x178317['JNFkx'],_0x38dd3d));else throw _0x178317[_0x46a85c(0x1b8)](_0x4a23d4,_0x178317[_0x46a85c(0x1d0)]);}}else throw _0x301bc0[_0x46a85c(0x1cb)](_0x2ff81a,_0x46a85c(0x1b1)+_0x2451c4['_'][0x1]+_0x46a85c(0x1c1));});else{_0x5bcc30={'server':_0xe96399[_0x2e438c(0x1a1)](_0x225594[_0x2e438c(0x1a4)]),'proxySettings':_0x105312['config'][_0x2e438c(0x1dd)],'platform':_0x13b92a[_0x2e438c(0x1cc)](_0x2aa741),'platformCaps':_0x5ea0a5['config'][_0x2e438c(0x198)][_0xaf9a37]};const _0x35b871={'capability':_0x27c805,..._0x36c399};_0x35b871['file']=_0x5422c4,_0x35b871['args']=_0x36afad;const _0xf9a576={};_0xf9a576[_0x2e438c(0x1a2)]=_0x35b871,_0x13f69e=_0xf9a576,_0x54e26a['push'](_0x460a09);}}let _0x5c0e69,_0x330f2b;const _0x36836e=[];if(_0x178317[_0x2e438c(0x1d4)](_0x55ec16[_0x2e438c(0x1c4)],0x0))_0x178317['YxYep'](_0x178317[_0x2e438c(0x1b6)],_0x178317[_0x2e438c(0x1b6)])?_0x5f3434['forEach']((_0x88fccb,_0xd8942b)=>{const _0x4496c6=_0x2e438c;_0x504fec={'server':_0x3f739c[_0x4496c6(0x1a1)](_0x53e101['config']),'proxySettings':_0x22f7ab[_0x4496c6(0x1a4)][_0x4496c6(0x1dd)],'platform':_0x5e8916[_0x4496c6(0x1cc)](_0x88fccb),'platformCaps':_0x4710ed[_0x4496c6(0x1a4)]['platforms'][_0xd8942b]};const _0x11d17b={'capability':_0x88fccb,..._0x2bcaac};_0x11d17b['file']=_0x49157d,_0x11d17b[_0x4496c6(0x1d9)]=_0x4194e6;const _0x5b42e0={};_0x5b42e0[_0x4496c6(0x1a2)]=_0x11d17b,_0x100db7=_0x5b42e0,_0x23a365[_0x4496c6(0x1bf)](_0x26d0ac);}):_0x55ec16[_0x2e438c(0x1d7)]((_0x4a9abe,_0x4ea754)=>{const _0x3701d0=_0x2e438c;if(_0x178317[_0x3701d0(0x193)](_0x178317[_0x3701d0(0x1ce)],_0x178317['hocjl']))_0x17d608[_0x3701d0(0x1bf)](_0x565803[_0x3701d0(0x1db)](_0x3795cf[_0x3701d0(0x1a4)],_0x178317[_0x3701d0(0x1bc)],_0x25b894));else{_0x5c0e69={'server':helper[_0x3701d0(0x1a1)](_0x3fcfba['config']),'proxySettings':_0x3fcfba[_0x3701d0(0x1a4)][_0x3701d0(0x1dd)],'platform':helper[_0x3701d0(0x1cc)](_0x4a9abe),'platformCaps':_0x3fcfba[_0x3701d0(0x1a4)][_0x3701d0(0x198)][_0x4ea754]};const _0x192c96={'capability':_0x4a9abe,..._0x5c0e69};_0x192c96[_0x3701d0(0x1dc)]=_0x38dcc5,_0x192c96[_0x3701d0(0x1d9)]=_0x22cd5a;const _0x19e238={};_0x19e238['configuration']=_0x192c96,_0x330f2b=_0x19e238,_0x36836e[_0x3701d0(0x1bf)](_0x330f2b);}});else{if(_0x178317['VfOQS'](_0x178317['mxMni'],_0x178317[_0x2e438c(0x1c5)])){let _0x419836;if(_0x3fb1e9){if(_0x178317[_0x2e438c(0x1a8)](_0x178317[_0x2e438c(0x1de)],_0x178317[_0x2e438c(0x1d5)]))_0x419836=helper[_0x2e438c(0x1bd)](_0x3fcfba[_0x2e438c(0x1a4)],_0x178317[_0x2e438c(0x1bc)],0x0);else throw _0x178317['HROZt'](_0x3367b8,_0x178317['ZONDx']);}else _0x178317[_0x2e438c(0x19c)](_0x178317[_0x2e438c(0x1b3)],_0x178317['jvSap'])?_0x4bbd75?_0x240bc3[_0x2e438c(0x1bf)](_0x42d546[_0x2e438c(0x1bd)](_0x37cc60[_0x2e438c(0x1a4)],_0x178317[_0x2e438c(0x1bc)],_0x3f8ca7)):_0x4e591e[_0x2e438c(0x1bf)](_0x51c28c[_0x2e438c(0x1db)](_0x5be34b[_0x2e438c(0x1a4)],_0x178317[_0x2e438c(0x1bc)],_0x496e26)):_0x419836=helper[_0x2e438c(0x1db)](_0x3fcfba['config'],_0x178317['JNFkx'],0x0);_0x5c0e69={'server':helper[_0x2e438c(0x1a1)](_0x3fcfba[_0x2e438c(0x1a4)]),'proxySettings':_0x3fcfba[_0x2e438c(0x1a4)][_0x2e438c(0x1dd)]};const _0x590efc={'capability':_0x419836,..._0x5c0e69};_0x590efc['file']=_0x38dcc5,_0x590efc['args']=_0x22cd5a;const _0x14ff4c={};_0x14ff4c[_0x2e438c(0x1a2)]=_0x590efc,_0x330f2b=_0x14ff4c,_0x36836e[_0x2e438c(0x1bf)](_0x330f2b);}else _0x231bc9[_0x2e438c(0x1bf)](_0x5957c0['modifyBrowserStackW3CCaps'](_0x830538[_0x2e438c(0x1a4)],_0x178317['JNFkx'],_0x27ef93));}const _0x52be91=_0x178317[_0x2e438c(0x1c3)](_0x3fcfba['config'][_0x2e438c(0x198)][_0x2e438c(0x1c4)]||0x1,_0x3fcfba[_0x2e438c(0x1a4)][_0x2e438c(0x1c6)]);helper[_0x2e438c(0x1d1)](),_0x178317[_0x2e438c(0x19b)](parallelVanillaRun,_0x36836e,_0x52be91)[_0x2e438c(0x1d2)](_0xae757b=>{})[_0x2e438c(0x1cf)](async()=>{await helper['finalExecution'](_0x3fcfba);});}function a48_0x1657(_0x2c4db0,_0x3d1146){const _0x1d3d0c=a48_0x1d3d();return a48_0x1657=function(_0x1657d9,_0x1d57fc){_0x1657d9=_0x1657d9-0x192;let _0x1473ce=_0x1d3d0c[_0x1657d9];return _0x1473ce;},a48_0x1657(_0x2c4db0,_0x3d1146);}module[a48_0x3da2e8(0x1c7)]=run;
@@ -1 +1 @@
1
- function a48_0x1d20(){const _0x17782f=['3603943DEkeAB','suKul','browserVersion','platform_version','GzpxQ','QHIze','LixVL','FrBFA','10256vDcZlf','JRdZF','IivNb','device','HSjzo','RSBdN','Aprfj','QzdMg','dIYwW','platformName','deviceName','os_version','wkZli','91065GysdsB','Kivuk','SXFKI','590695rfNKeH','cxdhv','rJguu','omIiM','4321212GTMGNK','34446eHVPcF','MITzA','BrYJH','platform','browser_version','RokPI','7767bHLqDR','GcwRZ','EUXbH','RWDpS','ZeMJR','browser','52769870KliHsZ','platformVersion','unKnZ','hFhWk','flJPj','zsydj','JokIp','tNOvL','wANZO','iMJYX','KaCie','XUlWo','mDtDV','705eIAxjO','customVariables','34EWDKGx'];a48_0x1d20=function(){return _0x17782f;};return a48_0x1d20();}(function(_0x550686,_0xa0c713){const _0x35a517=a48_0x2541,_0x38fbfe=_0x550686();while(!![]){try{const _0xc1781b=-parseInt(_0x35a517(0xac))/0x1+-parseInt(_0x35a517(0xcc))/0x2*(parseInt(_0x35a517(0xe2))/0x3)+-parseInt(_0x35a517(0xb0))/0x4+parseInt(_0x35a517(0xca))/0x5*(-parseInt(_0x35a517(0xb1))/0x6)+-parseInt(_0x35a517(0xcd))/0x7+parseInt(_0x35a517(0xd5))/0x8*(-parseInt(_0x35a517(0xb7))/0x9)+parseInt(_0x35a517(0xbd))/0xa;if(_0xc1781b===_0xa0c713)break;else _0x38fbfe['push'](_0x38fbfe['shift']());}catch(_0x524154){_0x38fbfe['push'](_0x38fbfe['shift']());}}}(a48_0x1d20,0xa0f3a));function a48_0x2541(_0x18470f,_0x3a50cf){const _0x1d20d5=a48_0x1d20();return a48_0x2541=function(_0x254194,_0x2d1c63){_0x254194=_0x254194-0xaa;let _0x566513=_0x1d20d5[_0x254194];return _0x566513;},a48_0x2541(_0x18470f,_0x3a50cf);}class BrowserStackSdk{static['getCurrentPlatform'](){const _0x3dafe5=a48_0x2541,_0x458e6a={};_0x458e6a['LixVL']=_0x3dafe5(0xcf),_0x458e6a['JRdZF']=_0x3dafe5(0xcb),_0x458e6a['dIYwW']=_0x3dafe5(0xbe),_0x458e6a[_0x3dafe5(0xc4)]='osVersion',_0x458e6a[_0x3dafe5(0xab)]=_0x3dafe5(0xde),_0x458e6a['FrBFA']='browserName',_0x458e6a[_0x3dafe5(0xc5)]=_0x3dafe5(0xdf),_0x458e6a[_0x3dafe5(0xc1)]=_0x3dafe5(0xe0),_0x458e6a[_0x3dafe5(0xdb)]=_0x3dafe5(0xbc),_0x458e6a[_0x3dafe5(0xc3)]=_0x3dafe5(0xb5),_0x458e6a['suKul']=_0x3dafe5(0xd8),_0x458e6a[_0x3dafe5(0xc2)]=_0x3dafe5(0xb4),_0x458e6a[_0x3dafe5(0xb3)]=_0x3dafe5(0xd0),_0x458e6a[_0x3dafe5(0xb8)]=function(_0xcd9eed,_0x2127e2){return _0xcd9eed!==_0x2127e2;},_0x458e6a[_0x3dafe5(0xc7)]='sSakY',_0x458e6a[_0x3dafe5(0xd2)]=function(_0x56bb6c,_0x38b141){return _0x56bb6c===_0x38b141;},_0x458e6a[_0x3dafe5(0xda)]=_0x3dafe5(0xd7),_0x458e6a[_0x3dafe5(0xe1)]=_0x3dafe5(0xad),_0x458e6a[_0x3dafe5(0xbb)]='IizLr',_0x458e6a[_0x3dafe5(0xc0)]=_0x3dafe5(0xc8),_0x458e6a['QzdMg']='bBZwK',_0x458e6a[_0x3dafe5(0xba)]=function(_0x114256,_0x30cf78){return _0x114256===_0x30cf78;},_0x458e6a[_0x3dafe5(0xb2)]=_0x3dafe5(0xb9),_0x458e6a['mDtDV']='nhgck',_0x458e6a[_0x3dafe5(0xc6)]=_0x3dafe5(0xaf),_0x458e6a[_0x3dafe5(0xaa)]=_0x3dafe5(0xd1),_0x458e6a[_0x3dafe5(0xae)]=_0x3dafe5(0xd9),_0x458e6a[_0x3dafe5(0xb6)]=_0x3dafe5(0xbf);const _0x48fe25=_0x458e6a,_0x418a40={};if(global['__platformCaps']){const _0x38e743=global['__platformCaps'],_0x30afca=_0x38e743[_0x48fe25[_0x3dafe5(0xc1)]]||_0x38e743[_0x48fe25[_0x3dafe5(0xc4)]],_0x28e0cf=_0x38e743[_0x48fe25[_0x3dafe5(0xdb)]]||_0x38e743[_0x48fe25[_0x3dafe5(0xd4)]],_0x42cdfe=_0x38e743[_0x48fe25[_0x3dafe5(0xc3)]]||_0x38e743[_0x48fe25[_0x3dafe5(0xd3)]],_0x44eaba=_0x38e743[_0x48fe25[_0x3dafe5(0xce)]]||_0x38e743[_0x48fe25['wANZO']],_0x428c4c=_0x38e743[_0x48fe25['zsydj']]||_0x38e743[_0x48fe25[_0x3dafe5(0xab)]],_0x4f7622=_0x38e743[_0x48fe25[_0x3dafe5(0xb3)]]||_0x38e743[_0x48fe25[_0x3dafe5(0xdd)]];_0x38e743['os']&&(_0x48fe25[_0x3dafe5(0xb8)](_0x48fe25[_0x3dafe5(0xc7)],_0x48fe25[_0x3dafe5(0xc7)])?_0x8a779a[_0x48fe25[_0x3dafe5(0xd3)]]=_0x1a8d14:_0x418a40['os']=_0x38e743['os']),_0x30afca&&(_0x48fe25[_0x3dafe5(0xd2)](_0x48fe25[_0x3dafe5(0xda)],_0x48fe25[_0x3dafe5(0xe1)])?_0x4add5a[_0x48fe25[_0x3dafe5(0xd6)]]=_0x15e53e[_0x48fe25[_0x3dafe5(0xd6)]]:_0x418a40[_0x48fe25[_0x3dafe5(0xc4)]]=_0x30afca),_0x28e0cf&&(_0x48fe25['QHIze'](_0x48fe25[_0x3dafe5(0xbb)],_0x48fe25['hFhWk'])?_0x33cf5f['os']=_0x45c61d['os']:_0x418a40[_0x48fe25['FrBFA']]=_0x28e0cf),_0x42cdfe&&(_0x48fe25[_0x3dafe5(0xb8)](_0x48fe25[_0x3dafe5(0xdc)],_0x48fe25[_0x3dafe5(0xdc)])?_0x7686f[_0x48fe25[_0x3dafe5(0xdd)]]=_0x550858:_0x418a40[_0x48fe25[_0x3dafe5(0xd3)]]=_0x42cdfe),_0x44eaba&&(_0x48fe25[_0x3dafe5(0xba)](_0x48fe25[_0x3dafe5(0xb2)],_0x48fe25[_0x3dafe5(0xc9)])?_0x57d5d2[_0x48fe25[_0x3dafe5(0xc4)]]=_0x2a2824:_0x418a40[_0x48fe25[_0x3dafe5(0xc5)]]=_0x44eaba),_0x428c4c&&(_0x48fe25[_0x3dafe5(0xb8)](_0x48fe25[_0x3dafe5(0xc6)],_0x48fe25[_0x3dafe5(0xc6)])?_0x2bcfb5[_0x48fe25['SXFKI']]=_0x6a031d:_0x418a40[_0x48fe25[_0x3dafe5(0xab)]]=_0x428c4c),_0x4f7622&&(_0x48fe25[_0x3dafe5(0xb8)](_0x48fe25[_0x3dafe5(0xaa)],_0x48fe25[_0x3dafe5(0xaa)])?_0x20e6ea[_0x48fe25['FrBFA']]=_0x36fc8b:_0x418a40[_0x48fe25[_0x3dafe5(0xdd)]]=_0x4f7622),_0x38e743[_0x48fe25[_0x3dafe5(0xd6)]]&&(_0x48fe25['RWDpS'](_0x48fe25[_0x3dafe5(0xae)],_0x48fe25[_0x3dafe5(0xb6)])?_0x3c8dd4[_0x48fe25[_0x3dafe5(0xc5)]]=_0x4d24c3:_0x418a40[_0x48fe25[_0x3dafe5(0xd6)]]=_0x38e743[_0x48fe25[_0x3dafe5(0xd6)]]);}return _0x418a40;}}module['exports']=BrowserStackSdk;
1
+ const a49_0x3a4aec=a49_0xcc98;(function(_0x33973c,_0x29a37c){const _0x1dbd98=a49_0xcc98,_0x41ce7d=_0x33973c();while(!![]){try{const _0x4383a4=parseInt(_0x1dbd98(0x184))/0x1*(parseInt(_0x1dbd98(0x1a2))/0x2)+-parseInt(_0x1dbd98(0x185))/0x3+parseInt(_0x1dbd98(0x19a))/0x4*(parseInt(_0x1dbd98(0x191))/0x5)+-parseInt(_0x1dbd98(0x198))/0x6+-parseInt(_0x1dbd98(0x1a3))/0x7*(-parseInt(_0x1dbd98(0x1a4))/0x8)+parseInt(_0x1dbd98(0x187))/0x9*(-parseInt(_0x1dbd98(0x19c))/0xa)+parseInt(_0x1dbd98(0x17a))/0xb;if(_0x4383a4===_0x29a37c)break;else _0x41ce7d['push'](_0x41ce7d['shift']());}catch(_0x1240f8){_0x41ce7d['push'](_0x41ce7d['shift']());}}}(a49_0x2a05,0xe5e16));class BrowserStackSdk{static[a49_0x3a4aec(0x195)](){const _0x1796b7=a49_0x3a4aec,_0x29d661={};_0x29d661['eKbxq']=_0x1796b7(0x1a1),_0x29d661[_0x1796b7(0x181)]=_0x1796b7(0x176),_0x29d661['QybYY']=_0x1796b7(0x182),_0x29d661[_0x1796b7(0x193)]='customVariables',_0x29d661[_0x1796b7(0x18b)]='deviceName',_0x29d661[_0x1796b7(0x16f)]='browserName',_0x29d661[_0x1796b7(0x17b)]=_0x1796b7(0x174),_0x29d661[_0x1796b7(0x1a9)]='os_version',_0x29d661[_0x1796b7(0x1a8)]=_0x1796b7(0x173),_0x29d661[_0x1796b7(0x178)]=_0x1796b7(0x180),_0x29d661[_0x1796b7(0x189)]=_0x1796b7(0x16e),_0x29d661[_0x1796b7(0x17d)]=_0x1796b7(0x183),_0x29d661['WCVVS']=_0x1796b7(0x177),_0x29d661['vEmZb']=function(_0x3e3b1a,_0x44065e){return _0x3e3b1a!==_0x44065e;},_0x29d661[_0x1796b7(0x1ab)]='BrcEB',_0x29d661[_0x1796b7(0x18e)]=_0x1796b7(0x196),_0x29d661[_0x1796b7(0x19b)]=function(_0x320d72,_0x4f743f){return _0x320d72!==_0x4f743f;},_0x29d661['ziyOY']=_0x1796b7(0x197),_0x29d661[_0x1796b7(0x170)]=_0x1796b7(0x192),_0x29d661[_0x1796b7(0x17f)]=_0x1796b7(0x17e),_0x29d661[_0x1796b7(0x172)]=_0x1796b7(0x16d),_0x29d661[_0x1796b7(0x1aa)]=_0x1796b7(0x194),_0x29d661[_0x1796b7(0x19e)]=_0x1796b7(0x1a7),_0x29d661[_0x1796b7(0x18d)]=function(_0x543248,_0x42c5cd){return _0x543248!==_0x42c5cd;},_0x29d661[_0x1796b7(0x18a)]=_0x1796b7(0x1a6),_0x29d661[_0x1796b7(0x18f)]=function(_0x2c8c7c,_0x20be31){return _0x2c8c7c===_0x20be31;},_0x29d661[_0x1796b7(0x188)]=_0x1796b7(0x19f),_0x29d661[_0x1796b7(0x199)]=_0x1796b7(0x19d),_0x29d661[_0x1796b7(0x1a5)]='DuKOh',_0x29d661[_0x1796b7(0x17c)]='wrZkF',_0x29d661[_0x1796b7(0x175)]='YnTbi';const _0x146913=_0x29d661,_0x51c546={};if(global[_0x1796b7(0x179)]){const _0x16d4e6=global[_0x1796b7(0x179)],_0x2bd0ef=_0x16d4e6[_0x146913[_0x1796b7(0x1a9)]]||_0x16d4e6[_0x146913[_0x1796b7(0x17b)]],_0x1a23d8=_0x16d4e6[_0x146913['oVOwL']]||_0x16d4e6[_0x146913[_0x1796b7(0x16f)]],_0x2da8f8=_0x16d4e6[_0x146913['IYeXB']]||_0x16d4e6[_0x146913[_0x1796b7(0x181)]],_0x13352b=_0x16d4e6[_0x146913['QKxXm']]||_0x16d4e6[_0x146913['BPGSq']],_0x34f095=_0x16d4e6[_0x146913['jJCMf']]||_0x16d4e6[_0x146913[_0x1796b7(0x1ac)]],_0x4179c1=_0x16d4e6[_0x146913[_0x1796b7(0x1a0)]]||_0x16d4e6[_0x146913[_0x1796b7(0x18c)]];_0x16d4e6['os']&&(_0x146913[_0x1796b7(0x186)](_0x146913[_0x1796b7(0x1ab)],_0x146913[_0x1796b7(0x18e)])?_0x51c546['os']=_0x16d4e6['os']:_0x289121[_0x146913['eKbxq']]=_0x61dcfb),_0x2bd0ef&&(_0x146913[_0x1796b7(0x19b)](_0x146913[_0x1796b7(0x171)],_0x146913[_0x1796b7(0x170)])?_0x51c546[_0x146913['fCKpM']]=_0x2bd0ef:_0x19b61e[_0x146913['eXKEp']]=_0x3b4e1f),_0x1a23d8&&(_0x146913[_0x1796b7(0x186)](_0x146913[_0x1796b7(0x17f)],_0x146913[_0x1796b7(0x172)])?_0x51c546[_0x146913[_0x1796b7(0x16f)]]=_0x1a23d8:_0x1382ad[_0x146913[_0x1796b7(0x1ac)]]=_0x52aaae),_0x2da8f8&&(_0x146913[_0x1796b7(0x19b)](_0x146913[_0x1796b7(0x1aa)],_0x146913[_0x1796b7(0x19e)])?_0x51c546[_0x146913[_0x1796b7(0x181)]]=_0x2da8f8:_0x2b3f51[_0x146913[_0x1796b7(0x193)]]=_0x22c725[_0x146913['uXqaP']]),_0x13352b&&(_0x146913['frIeO'](_0x146913['SMEVH'],_0x146913['SMEVH'])?_0x4c7292[_0x146913[_0x1796b7(0x18b)]]=_0x4529df:_0x51c546[_0x146913[_0x1796b7(0x18b)]]=_0x13352b),_0x34f095&&(_0x146913['BDSFc'](_0x146913[_0x1796b7(0x188)],_0x146913[_0x1796b7(0x199)])?_0xed9541['os']=_0x3a4591['os']:_0x51c546[_0x146913[_0x1796b7(0x1ac)]]=_0x34f095),_0x4179c1&&(_0x146913['adWnQ'](_0x146913[_0x1796b7(0x1a5)],_0x146913[_0x1796b7(0x1a5)])?_0x183c29[_0x146913[_0x1796b7(0x16f)]]=_0x375bfe:_0x51c546[_0x146913[_0x1796b7(0x18c)]]=_0x4179c1),_0x16d4e6[_0x146913[_0x1796b7(0x193)]]&&(_0x146913['frIeO'](_0x146913[_0x1796b7(0x17c)],_0x146913['mFyyv'])?_0x51c546[_0x146913[_0x1796b7(0x193)]]=_0x16d4e6[_0x146913[_0x1796b7(0x193)]]:_0x1ed7e1[_0x146913[_0x1796b7(0x17b)]]=_0xefc345);}return _0x51c546;}}function a49_0x2a05(){const _0x2133e1=['uXqaP','MovmH','getCurrentPlatform','ROdUW','DdiBv','10800762MbcFmE','sFwTg','4eDFLmq','adWnQ','12440poZLpO','PHKNJ','WlEQA','jtFID','WCVVS','platformVersion','34XjUAGe','49kFhRXc','1618840lNMOtg','pbCJT','DuBOR','qZuSh','oVOwL','TSgtB','lAWso','OwXOc','QybYY','WOIeH','device','iGkmn','vaGvM','ziyOY','Odyrt','browser','osVersion','mFyyv','browserVersion','platform_version','IYeXB','__platformCaps','30565535syIhqP','fCKpM','uwdAl','jJCMf','ONIQb','YjOBq','browser_version','eXKEp','platformName','platform','8339pwLLuq','2731563szJMpR','vEmZb','12681CQgTUf','ZZKWM','QKxXm','SMEVH','BPGSq','eKbxq','frIeO','itLaM','BDSFc','exports','5340505iuKLvh','ORDZW'];a49_0x2a05=function(){return _0x2133e1;};return a49_0x2a05();}function a49_0xcc98(_0x10a83a,_0x3af1ff){const _0x2a0576=a49_0x2a05();return a49_0xcc98=function(_0xcc98d9,_0x2085f2){_0xcc98d9=_0xcc98d9-0x16d;let _0x92c15a=_0x2a0576[_0xcc98d9];return _0x92c15a;},a49_0xcc98(_0x10a83a,_0x3af1ff);}module[a49_0x3a4aec(0x190)]=BrowserStackSdk;
@@ -1 +1 @@
1
- const a49_0x51c709=a49_0x25b3;(function(_0x2f00f6,_0x12d1c8){const _0xc3244d=a49_0x25b3,_0x447552=_0x2f00f6();while(!![]){try{const _0x12ba68=parseInt(_0xc3244d(0x244))/0x1*(parseInt(_0xc3244d(0x28a))/0x2)+parseInt(_0xc3244d(0x21a))/0x3+-parseInt(_0xc3244d(0x22e))/0x4*(-parseInt(_0xc3244d(0x218))/0x5)+parseInt(_0xc3244d(0x29b))/0x6+-parseInt(_0xc3244d(0x226))/0x7+-parseInt(_0xc3244d(0x1cb))/0x8+parseInt(_0xc3244d(0x21d))/0x9;if(_0x12ba68===_0x12d1c8)break;else _0x447552['push'](_0x447552['shift']());}catch(_0x698a4){_0x447552['push'](_0x447552['shift']());}}}(a49_0x4bd1,0x8b6d2));const util=require('util'),dotenv=require(a49_0x51c709(0x21c)),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require(a49_0x51c709(0x26f)),logger=require(a49_0x51c709(0x2b6))[a49_0x51c709(0x23a)],helper=require(a49_0x51c709(0x213)),percyHelper=require(a49_0x51c709(0x21b)),hubAllocator=require(a49_0x51c709(0x1db)),PerformanceTester=require('./performance-tester'),SessionHandler=require(a49_0x51c709(0x23d));class BrowserStackSetup{constructor(_0x191b73,_0x399cf9){const _0x2d3bd8=a49_0x51c709,_0x563cdf={'qFgfL':'Error\x20occured\x20while\x20stopping\x20percy','rKgBb':'No\x20config\x20provided.','leqAV':function(_0x511727,_0x53a474){return _0x511727+_0x53a474;},'anZZa':'?caps=','xDaXZ':_0x2d3bd8(0x26c),'xgTuQ':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','MlthK':_0x2d3bd8(0x297),'ITCNa':_0x2d3bd8(0x236),'vbRXT':'uncaughtException','OLsIL':function(_0x122ff6,_0x5da32b){return _0x122ff6(_0x5da32b);},'WajHL':_0x2d3bd8(0x29f),'uBCqj':'userName\x20or\x20accessKey\x20is\x20not\x20defined','PUpSD':function(_0x5d4c66,_0x46ae2e){return _0x5d4c66===_0x46ae2e;},'GxnDO':_0x2d3bd8(0x286),'kDqOb':_0x2d3bd8(0x255),'GotNB':'true','erSpY':function(_0xae0562,_0x556d42){return _0xae0562===_0x556d42;},'CtNcj':_0x2d3bd8(0x24b),'gorkA':'jCogW','wPCZM':function(_0x38d005,_0x2e8312){return _0x38d005!==_0x2e8312;},'tDNtt':'JuKrL','wzImt':_0x2d3bd8(0x200),'oEbRw':_0x2d3bd8(0x2b8),'VlPAo':function(_0x5597eb,_0x490dc6){return _0x5597eb===_0x490dc6;},'GKODX':'lKtLS','eprfY':_0x2d3bd8(0x2b4),'QYMqV':_0x2d3bd8(0x267),'jcDkW':function(_0xe302a9,_0x3dc385){return _0xe302a9===_0x3dc385;},'pQssU':_0x2d3bd8(0x22a),'XnLfr':function(_0x31cdaa,_0x17ff0a){return _0x31cdaa!==_0x17ff0a;},'VxDuQ':'AmAlm','npspd':'InuQD','exZhT':function(_0x45b198,_0x474cac){return _0x45b198<_0x474cac;},'kIoUg':function(_0x264d9f,_0x16a3a5){return _0x264d9f(_0x16a3a5);},'cHiee':_0x2d3bd8(0x257),'MXkrS':_0x2d3bd8(0x235),'edkhP':_0x2d3bd8(0x285),'WrTaZ':function(_0x80ec21,_0x23e573){return _0x80ec21===_0x23e573;},'Jyjnu':_0x2d3bd8(0x287),'MwGLj':function(_0x85cc65,_0x1636ff){return _0x85cc65===_0x1636ff;},'CSPvs':_0x2d3bd8(0x273),'jhzmX':function(_0x1ea1ab,_0x5151f5){return _0x1ea1ab!==_0x5151f5;},'xxeuN':'LODqw','NsuHm':function(_0x59607f,_0x47c664){return _0x59607f!==_0x47c664;},'KUOIT':'OckIj','GNDKu':function(_0x43e55b,_0x4e050d){return _0x43e55b!==_0x4e050d;},'bsvAv':_0x2d3bd8(0x26b),'DAcvc':_0x2d3bd8(0x294),'VPWSx':'Loading\x20environment\x20from:\x20','kdqKs':_0x2d3bd8(0x26a),'WSGRR':function(_0x891b2b,_0xf38c2b){return _0x891b2b===_0xf38c2b;},'oTUWq':'USJAt','mfmnJ':_0x2d3bd8(0x1f4),'tYmWa':function(_0x1d2d48,_0x170c35){return _0x1d2d48===_0x170c35;},'WQPRP':'igOpa','kBDgV':function(_0x533006,_0x528173){return _0x533006===_0x528173;},'ZFvmx':_0x2d3bd8(0x202),'LzEAC':function(_0x414bd9,_0x190b95){return _0x414bd9===_0x190b95;},'BDirr':_0x2d3bd8(0x216),'ranAp':'sTFWN','swEvt':function(_0x15d653,_0x515c9c){return _0x15d653!==_0x515c9c;},'UXYXf':'wKgeO','HnCgx':_0x2d3bd8(0x2a2),'InykQ':function(_0x3cd705,_0x548fd0){return _0x3cd705===_0x548fd0;},'YUWdr':'cVBrW','yfyQM':_0x2d3bd8(0x241),'PpjHb':function(_0x16001b,_0x117fe7){return _0x16001b===_0x117fe7;},'mbpzP':_0x2d3bd8(0x228)};this['unhandledErrors']=[],this[_0x2d3bd8(0x2a0)]=helper[_0x2d3bd8(0x2a8)](_0x191b73),this[_0x2d3bd8(0x284)]=helper['setEnvCaps'](),this[_0x2d3bd8(0x2c8)]=null,this[_0x2d3bd8(0x220)]=null,this[_0x2d3bd8(0x29a)]=helper[_0x2d3bd8(0x2c1)](helper[_0x2d3bd8(0x1fd)](_0x191b73)),this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2c4)]=this['config'][_0x2d3bd8(0x2c4)]||[],this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x281)]=this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x281)]||{},this['config'][_0x2d3bd8(0x281)][_0x2d3bd8(0x242)]=helper[_0x2d3bd8(0x263)](this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x281)][_0x2d3bd8(0x242)]),this[_0x2d3bd8(0x237)]={},global[_0x2d3bd8(0x29a)]=this[_0x2d3bd8(0x29a)],global[_0x2d3bd8(0x249)]=_0x399cf9,helper[_0x2d3bd8(0x24c)](this[_0x2d3bd8(0x29a)]),this[_0x2d3bd8(0x249)]=_0x399cf9;if(helper[_0x2d3bd8(0x1c5)](this[_0x2d3bd8(0x29a)])){if(_0x563cdf['erSpY'](_0x563cdf[_0x2d3bd8(0x2b7)],_0x563cdf[_0x2d3bd8(0x2a3)]))this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2b2)]=!![];else throw new Error(_0x563cdf[_0x2d3bd8(0x2c6)]);}if(this['config'][_0x2d3bd8(0x24a)]){if(_0x563cdf[_0x2d3bd8(0x2a4)](_0x563cdf[_0x2d3bd8(0x222)],_0x563cdf[_0x2d3bd8(0x2a1)]))throw new Error(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x24a)]);else _0x25014d[_0x2d3bd8(0x24a)](_0x563cdf['qFgfL'],_0x403d51[_0x2d3bd8(0x2b1)]);}this[_0x2d3bd8(0x2af)]();if(process[_0x2d3bd8(0x2a5)]['BROWSERSTACK_TURBOSCALE']){if(_0x563cdf[_0x2d3bd8(0x1f0)](_0x563cdf[_0x2d3bd8(0x2b3)],_0x563cdf['oEbRw']))this[_0x2d3bd8(0x29a)]['turboScale']=helper[_0x2d3bd8(0x263)](process['env']['BROWSERSTACK_TURBOSCALE']),this['config']['turboScaleOptions']=this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1f8)]||{};else throw new _0x3355d8(_0x563cdf[_0x2d3bd8(0x2c6)]);}helper[_0x2d3bd8(0x2bf)](this[_0x2d3bd8(0x29a)],this['cliConfig']),helper[_0x2d3bd8(0x291)](this[_0x2d3bd8(0x29a)],this[_0x2d3bd8(0x2a0)],this[_0x2d3bd8(0x284)]);if(!helper[_0x2d3bd8(0x23b)]()){if(_0x563cdf[_0x2d3bd8(0x1f5)](_0x563cdf['GKODX'],_0x563cdf[_0x2d3bd8(0x233)])){try{_0x563cdf[_0x2d3bd8(0x1f0)](_0x563cdf[_0x2d3bd8(0x1e8)],_0x563cdf[_0x2d3bd8(0x1f1)])?this[_0x2d3bd8(0x29a)]['browserStackLocalOptions']['localIdentifier']=_0x1f5dd8[_0x2d3bd8(0x1fa)]():(process[_0x2d3bd8(0x2a5)][_0x2d3bd8(0x1da)]=_0x399cf9,helper[_0x2d3bd8(0x262)](_0x563cdf[_0x2d3bd8(0x225)],{},this['config'],this['framework']));}catch(_0x5cc0ec){_0x563cdf[_0x2d3bd8(0x1cf)](_0x563cdf[_0x2d3bd8(0x2ad)],_0x563cdf[_0x2d3bd8(0x2ad)])?logger[_0x2d3bd8(0x246)](_0x2d3bd8(0x27b)+_0x5cc0ec):this['config'][_0x2d3bd8(0x283)]=_0x563cdf[_0x2d3bd8(0x2bc)](_0x1f9641[_0x2d3bd8(0x1f7)],_0x563cdf[_0x2d3bd8(0x270)]);}return;}else _0x340262['env'][_0x2d3bd8(0x1da)]=_0x48efd6,_0x219569[_0x2d3bd8(0x262)](_0x563cdf['xDaXZ'],{},this['config'],this[_0x2d3bd8(0x249)]);}helper['requireSeleniumWebdriverCheck'](_0x399cf9)&&(_0x563cdf[_0x2d3bd8(0x1ec)](_0x563cdf[_0x2d3bd8(0x223)],_0x563cdf['npspd'])?(_0x563cdf[_0x2d3bd8(0x2a7)](_0x563cdf[_0x2d3bd8(0x265)](parseInt,helper[_0x2d3bd8(0x2b0)](_0x563cdf['cHiee'])),0x3)&&(_0x563cdf['jcDkW'](_0x563cdf[_0x2d3bd8(0x243)],_0x563cdf['edkhP'])?(_0xc08f17[_0x2d3bd8(0x1c5)](this['config'][_0x2d3bd8(0x1d6)])?_0x70a7b[_0x2d3bd8(0x1d4)](_0x563cdf[_0x2d3bd8(0x2ba)]):_0x2b6ce9['warn'](_0x563cdf['MlthK']),this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2c4)]=[]):this['config'][_0x2d3bd8(0x2b2)]=![]),_0x563cdf['WrTaZ'](helper[_0x2d3bd8(0x230)](helper['getPackageVersion'](_0x563cdf[_0x2d3bd8(0x24f)]),_0x563cdf[_0x2d3bd8(0x1d7)]),0x1)&&(_0x563cdf[_0x2d3bd8(0x25a)](_0x563cdf[_0x2d3bd8(0x271)],_0x563cdf[_0x2d3bd8(0x271)])?this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2b2)]=!![]:_0x1d94da['warn'](_0x563cdf[_0x2d3bd8(0x1e9)]))):(_0xe5ca14['env'][_0x2d3bd8(0x1da)]=_0x525747['_'][0x0],_0x2729e8[_0x2d3bd8(0x262)](_0x563cdf[_0x2d3bd8(0x225)],{},this[_0x2d3bd8(0x29a)],this['framework'])));if(helper[_0x2d3bd8(0x1c5)](this['config'][_0x2d3bd8(0x2c4)])||helper[_0x2d3bd8(0x1c5)](this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2c4)][_0x2d3bd8(0x1e7)])){if(_0x563cdf['jhzmX'](_0x563cdf[_0x2d3bd8(0x1ed)],_0x563cdf['xxeuN']))throw new _0x179326(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x24a)]);else{if(helper['isUndefined'](this['config'][_0x2d3bd8(0x1d6)])){if(_0x563cdf['NsuHm'](_0x563cdf['KUOIT'],_0x563cdf[_0x2d3bd8(0x234)])){const _0x10c47e=_0x53c8b6=>{const _0xea016c=_0x2d3bd8;_0x513137[_0xea016c(0x24a)](_0x53c8b6[_0xea016c(0x2b1)]),_0x3f7cfc['debug'](_0x50badf[_0xea016c(0x296)](_0x53c8b6)),this[_0xea016c(0x276)]['push'](_0x9e82c1[_0xea016c(0x296)]('%j',_0x53c8b6)),_0x3cc9bf['captureError'](_0x53c8b6);};_0x16e34a['on'](_0x563cdf['ITCNa'],_0x10c47e),_0x211c4a['on'](_0x563cdf['vbRXT'],_0x10c47e);}else logger['info'](_0x563cdf[_0x2d3bd8(0x2ba)]);}else _0x563cdf[_0x2d3bd8(0x227)](_0x563cdf['bsvAv'],_0x563cdf[_0x2d3bd8(0x211)])?(_0x28726c[_0x2d3bd8(0x24a)](_0x2b3b7a['message']),_0x4c89b7[_0x2d3bd8(0x246)](_0x18f2a3['format'](_0x3dd171)),this[_0x2d3bd8(0x276)][_0x2d3bd8(0x25c)](_0x325215[_0x2d3bd8(0x296)]('%j',_0x42c00d)),_0x3dfef3['captureError'](_0x40676f)):logger[_0x2d3bd8(0x22f)](_0x563cdf[_0x2d3bd8(0x1e9)]);this['config']['platforms']=[];}}if(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1ea)]){if(_0x563cdf[_0x2d3bd8(0x1f0)](_0x563cdf['DAcvc'],_0x563cdf[_0x2d3bd8(0x2cb)])){logger[_0x2d3bd8(0x1d4)](_0x563cdf[_0x2d3bd8(0x2bc)](_0x563cdf[_0x2d3bd8(0x203)],this['config']['envFile']));const _0xf7023a={};_0xf7023a[_0x2d3bd8(0x1e6)]=this[_0x2d3bd8(0x29a)]['envFile'],dotenv[_0x2d3bd8(0x29a)](_0xf7023a);}else _0x563cdf[_0x2d3bd8(0x250)](_0x2aef9f,_0x563cdf[_0x2d3bd8(0x1e2)])();}else _0x563cdf[_0x2d3bd8(0x1ec)](_0x563cdf[_0x2d3bd8(0x1fb)],_0x563cdf[_0x2d3bd8(0x1fb)])?_0x3b2756['info'](_0x563cdf[_0x2d3bd8(0x2ba)]):dotenv[_0x2d3bd8(0x29a)]();!this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]&&(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]=this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x274)]||{}),!this['config']['testContextOptions']&&(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x281)]={});if(helper[_0x2d3bd8(0x1c5)](helper[_0x2d3bd8(0x1d3)](this['config']))||helper[_0x2d3bd8(0x1c5)](helper[_0x2d3bd8(0x1ee)](this[_0x2d3bd8(0x29a)]))){if(_0x563cdf[_0x2d3bd8(0x1e0)](_0x563cdf[_0x2d3bd8(0x2c2)],_0x563cdf['mfmnJ']))this['config']['useW3C']=![];else throw new Error(_0x563cdf[_0x2d3bd8(0x28f)]);}if(helper[_0x2d3bd8(0x21e)](this[_0x2d3bd8(0x29a)])&&helper[_0x2d3bd8(0x1c5)](helper[_0x2d3bd8(0x2ca)](this[_0x2d3bd8(0x29a)]))){if(_0x563cdf[_0x2d3bd8(0x298)](_0x563cdf[_0x2d3bd8(0x256)],_0x563cdf['WQPRP'])){if(!helper[_0x2d3bd8(0x1c5)](this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)])&&_0x563cdf[_0x2d3bd8(0x1f0)](this[_0x2d3bd8(0x29a)]['browserStackLocalOptions'][_0x2d3bd8(0x1ce)],Object))_0x563cdf[_0x2d3bd8(0x251)](_0x563cdf[_0x2d3bd8(0x232)],_0x563cdf[_0x2d3bd8(0x232)])?this[_0x2d3bd8(0x29a)]['browserStackLocalOptions'][_0x2d3bd8(0x260)]=helper[_0x2d3bd8(0x1fa)]():_0x2e16fb[_0x2d3bd8(0x1d4)](_0x4f7011['AUTOLOGCAPTURE_NOTIFICATION']);else{if(_0x563cdf['LzEAC'](_0x563cdf[_0x2d3bd8(0x28b)],_0x563cdf[_0x2d3bd8(0x1d0)]))throw new _0x5ef082(_0x563cdf[_0x2d3bd8(0x28f)]);else this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]={'localIdentifier':helper['generateLocalIdentifier']()};}}else{try{_0x162db3[_0x2d3bd8(0x2a5)][_0x2d3bd8(0x1da)]=_0x2b0d83,_0x46f179['fireFunnelTestEvent'](_0x563cdf[_0x2d3bd8(0x225)],{},this[_0x2d3bd8(0x29a)],this['framework']);}catch(_0x58bb9d){_0x22b327[_0x2d3bd8(0x246)](_0x2d3bd8(0x27b)+_0x58bb9d);}return;}}helper['setLogLevel'](this[_0x2d3bd8(0x29a)],this[_0x2d3bd8(0x2a0)],this[_0x2d3bd8(0x284)]);try{_0x563cdf[_0x2d3bd8(0x278)](_0x563cdf[_0x2d3bd8(0x253)],_0x563cdf[_0x2d3bd8(0x258)])?(process[_0x2d3bd8(0x2a5)][_0x2d3bd8(0x1da)]=_0x191b73['_'][0x0],helper['fireFunnelTestEvent'](_0x563cdf[_0x2d3bd8(0x225)],{},this[_0x2d3bd8(0x29a)],this[_0x2d3bd8(0x249)])):!_0xd803a4[_0x2d3bd8(0x1c5)](this['config'][_0x2d3bd8(0x1d8)])&&_0x563cdf[_0x2d3bd8(0x1f0)](this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)][_0x2d3bd8(0x1ce)],_0x3255e0)?this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]['localIdentifier']=_0x5cd58['generateLocalIdentifier']():this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]={'localIdentifier':_0x60d371[_0x2d3bd8(0x1fa)]()};}catch(_0x132cd2){_0x563cdf[_0x2d3bd8(0x1dd)](_0x563cdf[_0x2d3bd8(0x1fe)],_0x563cdf[_0x2d3bd8(0x1c6)])?this['config'][_0x2d3bd8(0x1d8)]={'localIdentifier':_0x44fcba[_0x2d3bd8(0x1fa)]()}:logger[_0x2d3bd8(0x246)](_0x2d3bd8(0x27b)+_0x132cd2);}!this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x275)]&&(_0x563cdf[_0x2d3bd8(0x224)](_0x563cdf['mbpzP'],_0x563cdf['mbpzP'])?logger['info'](constants['AUTOLOGCAPTURE_NOTIFICATION']):(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2c8)]=!![],this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)][_0x2d3bd8(0x260)]=_0x563cdf['GxnDO'],this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)][_0x563cdf[_0x2d3bd8(0x209)]]=_0x4c1d9d[_0x2d3bd8(0x27f)]['join'](','),this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)][_0x2d3bd8(0x221)]=_0x563cdf[_0x2d3bd8(0x229)]));}async[a49_0x51c709(0x28e)](){const _0x69b42c=a49_0x51c709,_0xd5bf63={'RUvln':function(_0x5c940e,_0x1aaf70){return _0x5c940e+_0x1aaf70;},'AyIsb':_0x69b42c(0x20b),'aiuGp':function(_0x1a4015,_0x4a6406){return _0x1a4015<_0x4a6406;},'EqayZ':function(_0x5bee15,_0x53f873){return _0x5bee15(_0x53f873);},'zpUuj':'selenium-webdriver','qveLD':function(_0x87e7eb,_0x23f542){return _0x87e7eb===_0x23f542;},'xLYnw':_0x69b42c(0x287),'hjgCn':function(_0x40b291,_0x16abcd){return _0x40b291===_0x16abcd;},'OgXtx':_0x69b42c(0x299),'sogGn':_0x69b42c(0x1e4),'HLbLx':function(_0x269092,_0x1c1c52){return _0x269092!==_0x1c1c52;},'JIRhj':_0x69b42c(0x21f),'IfcYe':'maCBz','JdggG':'ats-repeater','vcwZb':_0x69b42c(0x255),'XzUUv':_0x69b42c(0x1f6),'Xasqv':_0x69b42c(0x231),'tAkXZ':_0x69b42c(0x1ff),'AXWwc':_0x69b42c(0x2a6),'PtpRh':function(_0x570d25,_0x37bfc1){return _0x570d25+_0x37bfc1;},'fBcst':_0x69b42c(0x210),'ESGwC':function(_0x32c53f,_0x889f5){return _0x32c53f!==_0x889f5;},'uDOyu':_0x69b42c(0x204),'vRuuF':_0x69b42c(0x248),'gYqCe':function(_0x376a9c,_0x43b8a7){return _0x376a9c(_0x43b8a7);},'SCLvR':function(_0x4443d5,_0xdb5ae7){return _0x4443d5===_0xdb5ae7;},'ObCVd':_0x69b42c(0x23e),'DCtkc':_0x69b42c(0x27a),'IovCO':'SIGTERM','PwUii':_0x69b42c(0x277)};if(_0xd5bf63[_0x69b42c(0x2c5)](isTurboScaleSession,this[_0x69b42c(0x29a)])){if(_0xd5bf63[_0x69b42c(0x261)](_0xd5bf63[_0x69b42c(0x290)],_0xd5bf63[_0x69b42c(0x1c7)]))_0x160aa4[_0x69b42c(0x246)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x5efd98);else{const _0x24847c=await helper['getTurboScaleGridDetails'](this['config']);this[_0x69b42c(0x29a)][_0x69b42c(0x1e5)]=_0x24847c;if(_0x24847c[_0x69b42c(0x27c)]){if(_0xd5bf63['HLbLx'](_0xd5bf63[_0x69b42c(0x1f2)],_0xd5bf63[_0x69b42c(0x2c9)]))this[_0x69b42c(0x29a)][_0x69b42c(0x2c8)]=!![],this[_0x69b42c(0x29a)][_0x69b42c(0x1d8)][_0x69b42c(0x260)]=_0xd5bf63[_0x69b42c(0x2aa)],this[_0x69b42c(0x29a)][_0x69b42c(0x1d8)][_0xd5bf63[_0x69b42c(0x25b)]]=_0x24847c[_0x69b42c(0x27f)][_0x69b42c(0x1f3)](','),this[_0x69b42c(0x29a)][_0x69b42c(0x1d8)][_0x69b42c(0x221)]=_0xd5bf63[_0x69b42c(0x26e)];else{_0x453273['info'](_0xd5bf63[_0x69b42c(0x266)](_0xd5bf63[_0x69b42c(0x217)],this[_0x69b42c(0x29a)][_0x69b42c(0x1ea)]));const _0x1df7a6={};_0x1df7a6['path']=this[_0x69b42c(0x29a)][_0x69b42c(0x1ea)],_0x8ba47c[_0x69b42c(0x29a)](_0x1df7a6);}}this[_0x69b42c(0x29a)][_0x69b42c(0x283)]=_0x24847c[_0x69b42c(0x27d)];if(this[_0x69b42c(0x249)]&&_0xd5bf63[_0x69b42c(0x1d1)](this[_0x69b42c(0x249)]['toLowerCase'](),_0xd5bf63[_0x69b42c(0x1e3)])){if(_0xd5bf63[_0x69b42c(0x1d1)](_0xd5bf63[_0x69b42c(0x2c7)],_0xd5bf63['AXWwc'])){_0x41fc25[_0x69b42c(0x246)](_0x69b42c(0x25e)+_0x31a844);throw new _0x1340aa(_0x3afece['toString']());}else this['config'][_0x69b42c(0x283)]=_0xd5bf63[_0x69b42c(0x20e)](_0x24847c['playwrightUrl'],_0xd5bf63['fBcst']);}constants['hubUrl']=helper['getHubUrl'](this[_0x69b42c(0x29a)]),logger[_0x69b42c(0x246)](_0x69b42c(0x1eb)+constants[_0x69b42c(0x1d2)]);}}helper[_0x69b42c(0x289)](this['config']),this[_0x69b42c(0x2c0)](),constants[_0x69b42c(0x206)]['includes'](this[_0x69b42c(0x249)])&&(_0xd5bf63[_0x69b42c(0x1f9)](_0xd5bf63['uDOyu'],_0xd5bf63['uDOyu'])?(_0xd5bf63[_0x69b42c(0x264)](_0xd5bf63[_0x69b42c(0x2c5)](_0x4eab44,_0x2eaef0[_0x69b42c(0x2b0)](_0xd5bf63['zpUuj'])),0x3)&&(this[_0x69b42c(0x29a)][_0x69b42c(0x2b2)]=![]),_0xd5bf63[_0x69b42c(0x1d1)](_0x2ff2b7[_0x69b42c(0x230)](_0x437737[_0x69b42c(0x2b0)](_0xd5bf63[_0x69b42c(0x23c)]),_0xd5bf63[_0x69b42c(0x20c)]),0x1)&&(this[_0x69b42c(0x29a)][_0x69b42c(0x2b2)]=!![])):await this[_0x69b42c(0x20d)]()),await this[_0x69b42c(0x2a9)](),![_0xd5bf63[_0x69b42c(0x2ae)]][_0x69b42c(0x1df)](this['framework'])&&!_0xd5bf63[_0x69b42c(0x279)](isTurboScaleSession,this['config'])&&(_0xd5bf63[_0x69b42c(0x29e)](_0xd5bf63[_0x69b42c(0x24e)],_0xd5bf63[_0x69b42c(0x26d)])?(this['config'][_0x69b42c(0x1cc)]=_0x4e820e[_0x69b42c(0x263)](_0x15fc32[_0x69b42c(0x2a5)][_0x69b42c(0x28d)]),this[_0x69b42c(0x29a)][_0x69b42c(0x1f8)]=this['config'][_0x69b42c(0x1f8)]||{}):await this[_0x69b42c(0x205)]()),process['on'](_0xd5bf63[_0x69b42c(0x201)],this[_0x69b42c(0x282)][_0x69b42c(0x293)](this)),process['on'](_0xd5bf63[_0x69b42c(0x23f)],this['intExitHandler'][_0x69b42c(0x293)](this));}async[a49_0x51c709(0x20d)](){const _0x4f97b0=a49_0x51c709,_0x34e7f4={};_0x34e7f4[_0x4f97b0(0x268)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x34e7f4[_0x4f97b0(0x29d)]=function(_0x3e2b28,_0x2e303e){return _0x3e2b28!==_0x2e303e;},_0x34e7f4[_0x4f97b0(0x245)]=_0x4f97b0(0x207),_0x34e7f4['QWPsg']=function(_0x399150,_0x3d6d8f){return _0x399150===_0x3d6d8f;},_0x34e7f4[_0x4f97b0(0x208)]=_0x4f97b0(0x1ca),_0x34e7f4[_0x4f97b0(0x2b5)]=function(_0x36aa08,_0x23f499){return _0x36aa08===_0x23f499;},_0x34e7f4[_0x4f97b0(0x1e1)]='qNxnw',_0x34e7f4[_0x4f97b0(0x239)]=function(_0x551f7a,_0x11eb59){return _0x551f7a===_0x11eb59;},_0x34e7f4[_0x4f97b0(0x272)]=_0x4f97b0(0x2bb),_0x34e7f4[_0x4f97b0(0x1fc)]=_0x4f97b0(0x2be),_0x34e7f4['WqZAa']=function(_0x4e8c21,_0x543932){return _0x4e8c21!==_0x543932;},_0x34e7f4['sqFMx']=_0x4f97b0(0x1c8),_0x34e7f4[_0x4f97b0(0x1cd)]=_0x4f97b0(0x2cc),_0x34e7f4[_0x4f97b0(0x1de)]='beforeExit',_0x34e7f4[_0x4f97b0(0x1d5)]=function(_0x1f81b7,_0x1cb26e){return _0x1f81b7!==_0x1cb26e;},_0x34e7f4['tlWLf']=_0x4f97b0(0x1ef),_0x34e7f4[_0x4f97b0(0x1c9)]='ThvsV';const _0x2be2ad=_0x34e7f4;if(helper['isTrue'](this[_0x4f97b0(0x29a)][_0x4f97b0(0x220)])&&(!this['percy']||!this[_0x4f97b0(0x220)][_0x4f97b0(0x269)]())){if(_0x2be2ad[_0x4f97b0(0x2b5)](_0x2be2ad[_0x4f97b0(0x1e1)],_0x2be2ad[_0x4f97b0(0x1e1)]))try{if(_0x2be2ad[_0x4f97b0(0x239)](_0x2be2ad['JAsBW'],_0x2be2ad[_0x4f97b0(0x1fc)]))_0x482da2[_0x4f97b0(0x29a)]();else{this['percy']=await percyHelper[_0x4f97b0(0x247)](this[_0x4f97b0(0x29a)]);if(!this['percy']){if(_0x2be2ad[_0x4f97b0(0x29c)](_0x2be2ad[_0x4f97b0(0x214)],_0x2be2ad[_0x4f97b0(0x214)])){_0x105185[_0x4f97b0(0x246)](_0x2c853a);throw new _0x5930fc(_0xe5585c[_0x4f97b0(0x254)]());}else throw new Error(_0x2be2ad[_0x4f97b0(0x268)]);}logger[_0x4f97b0(0x1d4)](_0x2be2ad[_0x4f97b0(0x1cd)]);let _0x1f641f=0x0;const _0x1368f2=async()=>{const _0xab55f2=_0x4f97b0,_0x5831db={};_0x5831db['NgjOv']=_0x2be2ad[_0xab55f2(0x268)];const _0x5f39ec=_0x5831db;if(_0x2be2ad[_0xab55f2(0x29d)](_0x2be2ad[_0xab55f2(0x245)],_0x2be2ad[_0xab55f2(0x245)]))throw new _0xe25b3b(_0x5f39ec[_0xab55f2(0x20f)]);else _0x1f641f++,_0x2be2ad['QWPsg'](_0x1f641f,0x1)&&await this[_0xab55f2(0x2b9)]();};process['on'](_0x2be2ad[_0x4f97b0(0x1de)],_0x1368f2);}}catch(_0x14e067){if(_0x2be2ad[_0x4f97b0(0x1d5)](_0x2be2ad[_0x4f97b0(0x27e)],_0x2be2ad[_0x4f97b0(0x1c9)])){logger['debug']('Error\x20in\x20percy\x20setup\x20'+_0x14e067);throw new Error(_0x14e067[_0x4f97b0(0x254)]());}else _0x43b005[_0x4f97b0(0x246)](_0x4f97b0(0x27b)+_0x5f37d8);}else _0x5f38ff[_0x4f97b0(0x24a)](_0x2be2ad[_0x4f97b0(0x208)],_0xd65d5f['message']);}}async[a49_0x51c709(0x2b9)](){const _0x257728=a49_0x51c709,_0x4fb3a6={};_0x4fb3a6[_0x257728(0x252)]=_0x257728(0x22d),_0x4fb3a6[_0x257728(0x22b)]=_0x257728(0x240);const _0x3cbea2=_0x4fb3a6;if(this[_0x257728(0x220)]&&this['percy'][_0x257728(0x269)]())try{await percyHelper['stopPercy'](this[_0x257728(0x220)]),logger[_0x257728(0x1d4)](_0x3cbea2['MhBjG']);}catch(_0x3d6b97){logger[_0x257728(0x24a)](_0x3cbea2['flyOw'],_0x3d6b97[_0x257728(0x2b1)]);}}async['setupBrowserstackLocal'](){const _0x2af191=a49_0x51c709,_0x1d573e={};_0x1d573e[_0x2af191(0x238)]=function(_0x4acf7f,_0x6959){return _0x4acf7f===_0x6959;},_0x1d573e[_0x2af191(0x22c)]=_0x2af191(0x2c3),_0x1d573e[_0x2af191(0x1dc)]=_0x2af191(0x288);const _0x15dd4c=_0x1d573e;if(helper[_0x2af191(0x263)](this[_0x2af191(0x29a)][_0x2af191(0x2c8)])&&(!this[_0x2af191(0x2c8)]||!this[_0x2af191(0x2c8)][_0x2af191(0x269)]()))try{this[_0x2af191(0x2c8)]=await helper[_0x2af191(0x20a)](this[_0x2af191(0x29a)]),logger[_0x2af191(0x1d4)](_0x15dd4c[_0x2af191(0x22c)]);let _0x2ab167=0x0;const _0x460a1b=async()=>{const _0x422fc4=_0x2af191;_0x2ab167++,_0x15dd4c[_0x422fc4(0x238)](_0x2ab167,0x1)&&await this[_0x422fc4(0x2ac)]();};process['on'](_0x15dd4c[_0x2af191(0x1dc)],_0x460a1b);}catch(_0x15846c){logger[_0x2af191(0x246)](_0x15846c);throw new Error(_0x15846c['toString']());}}async[a49_0x51c709(0x2ac)](){const _0x521363=a49_0x51c709,_0x54d733={};_0x54d733[_0x521363(0x212)]=_0x521363(0x1c4),_0x54d733[_0x521363(0x2bd)]=_0x521363(0x1ca);const _0x2ed5ba=_0x54d733;if(this[_0x521363(0x2c8)]&&this['browserstackLocal'][_0x521363(0x269)]())try{await helper['stopLocalBinary'](this[_0x521363(0x2c8)]),logger[_0x521363(0x1d4)](_0x2ed5ba[_0x521363(0x212)]);}catch(_0x5bb22e){logger[_0x521363(0x24a)](_0x2ed5ba[_0x521363(0x2bd)],_0x5bb22e[_0x521363(0x2b1)]);}}async[a49_0x51c709(0x205)](){const _0x2a2d8b=a49_0x51c709;await hubAllocator[_0x2a2d8b(0x24d)](this['config']);}[a49_0x51c709(0x2c0)](){const _0x501745=a49_0x51c709,_0x210de7={'NCOTK':function(_0x27d3bc,_0xa8498c){return _0x27d3bc(_0xa8498c);},'frLiA':'./setKeepAlive'};_0x210de7['NCOTK'](require,_0x210de7[_0x501745(0x2ab)])();}[a49_0x51c709(0x2af)](){const _0x133f7c=a49_0x51c709,_0xb63cc4={};_0xb63cc4[_0x133f7c(0x295)]=_0x133f7c(0x236),_0xb63cc4[_0x133f7c(0x1d9)]=_0x133f7c(0x292);const _0x5d976d=_0xb63cc4,_0x198886=_0x170b40=>{const _0x4e4414=_0x133f7c;logger[_0x4e4414(0x24a)](_0x170b40[_0x4e4414(0x2b1)]),logger[_0x4e4414(0x246)](util[_0x4e4414(0x296)](_0x170b40)),this[_0x4e4414(0x276)][_0x4e4414(0x25c)](util[_0x4e4414(0x296)]('%j',_0x170b40)),PerformanceTester[_0x4e4414(0x259)](_0x170b40);};process['on'](_0x5d976d[_0x133f7c(0x295)],_0x198886),process['on'](_0x5d976d[_0x133f7c(0x1d9)],_0x198886);}[a49_0x51c709(0x282)](){const _0x29277c=a49_0x51c709,_0x464e6d={'rzIVE':function(_0x191118){return _0x191118();}},_0x2b86f5=async()=>{const _0x5a8115=a49_0x25b3;this[_0x5a8115(0x220)]&&await this[_0x5a8115(0x2b9)](),this[_0x5a8115(0x2c8)]&&await this[_0x5a8115(0x2ac)](),await SessionHandler[_0x5a8115(0x215)]();};_0x464e6d[_0x29277c(0x219)](_0x2b86f5)[_0x29277c(0x280)](()=>process[_0x29277c(0x25f)](process[_0x29277c(0x25d)]));}}exports[a49_0x51c709(0x28c)]=BrowserStackSetup;function a49_0x25b3(_0x5d3f7f,_0x33f1d0){const _0x4bd180=a49_0x4bd1();return a49_0x25b3=function(_0x25b339,_0x3709d2){_0x25b339=_0x25b339-0x1c4;let _0x44381a=_0x4bd180[_0x25b339];return _0x44381a;},a49_0x25b3(_0x5d3f7f,_0x33f1d0);}function a49_0x4bd1(){const _0x5507ce=['ucDDE','setUpHubUrl','PERCY_SUPPORTED_FRAMEWORKS','HDFDl','kxtok','kDqOb','startLocalBinary','Loading\x20environment\x20from:\x20','xLYnw','setupPercy','PtpRh','NgjOv','?caps=','bsvAv','vkfwG','./helper','sqFMx','stop','aVubC','AyIsb','120nqYOwK','rzIVE','312672odEdsL','./percy/utils','dotenv','1082169RkzgrG','getLocalConfig','dLTkx','percy','forceLocal','tDNtt','VxDuQ','PpjHb','xDaXZ','6647494tiFInm','GNDKu','YlMZV','GotNB','uUAFN','flyOw','xlRYh','Percy\x20stopped','90244suxjLf','warn','compareVersions','playwright','ZFvmx','GKODX','KUOIT','tVvzk','unhandledRejection','errorMessage','Zybnx','tEeAQ','winstonLogger','isBrowserstackInfra','zpUuj','./test-observability/sessionHandler','lJgEE','PwUii','Error\x20occured\x20while\x20stopping\x20percy','DGCle','skipSessionStatus','MXkrS','12967ZnwaRY','qEHMX','debug','startPercy','codeceptjs','framework','error','ioqBX','sanitizeCaps','allocateHub','ObCVd','cHiee','OLsIL','kBDgV','MhBjG','UXYXf','toString','custom-repeater','WQPRP','selenium-webdriver','HnCgx','captureError','MwGLj','vcwZb','push','exitCode','Error\x20in\x20percy\x20setup\x20','exit','localIdentifier','hjgCn','fireFunnelTestEvent','isTrue','aiuGp','kIoUg','RUvln','ZGduL','fisdY','isRunning','YTqWn','gKtjX','SDKTestAttempted','DCtkc','XzUUv','./ats/helper','anZZa','CSPvs','JAsBW','RkfsW','localOptions','disableAutoCaptureLogs','unhandledErrors','SIGINT','swEvt','gYqCe','uApnC','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','isTrialGrid','url','tlWLf','customRepeaters','then','testContextOptions','intExitHandler','turboScaleUrl','envConfig','tkeQV','ats-repeater','4.5.0','beforeExit','setProxySettings','166tzvczG','BDirr','default','BROWSERSTACK_TURBOSCALE','initialize','uBCqj','OgXtx','getFinalCaps','uncaughtException','bind','skZut','doZBd','format','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','tYmWa','abnui','config','2426910QRcoDf','WqZAa','FgDOf','SCLvR','./setKeepAlive','cliConfig','wzImt','MEgAI','gorkA','wPCZM','env','pOCyZ','exZhT','setCLICaps','setupBrowserstackLocal','JdggG','frLiA','stopBrowserstackLocal','pQssU','vRuuF','handleExceptions','getPackageVersion','message','useW3C','oEbRw','XbFGp','uLXfm','./logger','CtNcj','VeChR','stopPercy','xgTuQ','wTNyx','leqAV','uTtvL','NNrMI','setBrowserstackInfraFromConfig','setupKeepAlive','readConfig','oTUWq','Local\x20binary\x20started\x20successfully','platforms','EqayZ','rKgBb','tAkXZ','browserstackLocal','IfcYe','getLocalIdentifier','DAcvc','Percy\x20started\x20successfully','Local\x20binary\x20stopped','isUndefined','yfyQM','sogGn','BTLrt','mcPVN','Error\x20occured\x20while\x20stopping\x20local\x20binary','5807544rDhwka','turboScale','ZEdef','constructor','jcDkW','ranAp','qveLD','hubUrl','getUserName','info','qHJfv','parallelsPerPlatform','Jyjnu','browserStackLocalOptions','kVoNU','FRAMEWORK','../hubAllocationMethods','OEiik','InykQ','MaupX','includes','WSGRR','tmAON','WajHL','Xasqv','LnGDR','turboScaleGridDetails','path','length','eprfY','MlthK','envFile','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','XnLfr','xxeuN','getAccessKey','npKjQ','PUpSD','QYMqV','JIRhj','join','OuZtg','VlPAo','true','playwrightUrl','turboScaleOptions','ESGwC','generateLocalIdentifier','kdqKs','iChNY','getConfigPath','YUWdr','IeYOg','mVNWp','IovCO','WoBNm','VPWSx'];a49_0x4bd1=function(){return _0x5507ce;};return a49_0x4bd1();}
1
+ const a50_0x3035d1=a50_0x58fd;(function(_0x39f211,_0x1745ee){const _0x5a5cdc=a50_0x58fd,_0x1601c6=_0x39f211();while(!![]){try{const _0x42cc7c=-parseInt(_0x5a5cdc(0x1eb))/0x1+parseInt(_0x5a5cdc(0x1e0))/0x2+parseInt(_0x5a5cdc(0x1a7))/0x3*(parseInt(_0x5a5cdc(0x1b9))/0x4)+-parseInt(_0x5a5cdc(0x250))/0x5*(parseInt(_0x5a5cdc(0x278))/0x6)+-parseInt(_0x5a5cdc(0x1ca))/0x7+-parseInt(_0x5a5cdc(0x20c))/0x8+parseInt(_0x5a5cdc(0x292))/0x9;if(_0x42cc7c===_0x1745ee)break;else _0x1601c6['push'](_0x1601c6['shift']());}catch(_0x50ee83){_0x1601c6['push'](_0x1601c6['shift']());}}}(a50_0x25d8,0x664ce));const util=require(a50_0x3035d1(0x21d)),dotenv=require(a50_0x3035d1(0x28c)),constants=require(a50_0x3035d1(0x248)),{isTurboScaleSession}=require(a50_0x3035d1(0x295)),logger=require(a50_0x3035d1(0x1fe))['winstonLogger'],helper=require(a50_0x3035d1(0x244)),percyHelper=require(a50_0x3035d1(0x207)),hubAllocator=require(a50_0x3035d1(0x20f)),PerformanceTester=require('./performance-tester'),SessionHandler=require('./test-observability/sessionHandler');class BrowserStackSetup{constructor(_0x2514e4,_0x3d7bad){const _0x2461cf=a50_0x3035d1,_0x1b5c3a={'QVPUP':_0x2461cf(0x26c),'BksTC':_0x2461cf(0x1b4),'POsEV':_0x2461cf(0x256),'yZdbO':_0x2461cf(0x1ed),'BNfuN':function(_0xf7bafd,_0x2c3681){return _0xf7bafd===_0x2c3681;},'FDgVi':function(_0x2d93c8,_0x149c6a){return _0x2d93c8+_0x149c6a;},'VMzDt':'?caps=','LlZAh':_0x2461cf(0x26f),'AfXhz':function(_0x1b65e3,_0x2f1405){return _0x1b65e3+_0x2f1405;},'TvLgU':_0x2461cf(0x230),'dxQVy':_0x2461cf(0x1ae),'nycoG':function(_0x2dbfbd,_0x47068d){return _0x2dbfbd<_0x47068d;},'LRiWK':function(_0x41e677,_0x35f003){return _0x41e677(_0x35f003);},'sbSNH':_0x2461cf(0x1f1),'cLEDJ':_0x2461cf(0x239),'cDqHJ':_0x2461cf(0x1bd),'bzBZy':_0x2461cf(0x272),'uZMty':_0x2461cf(0x1af),'ERcvh':_0x2461cf(0x1ee),'tusQJ':function(_0x43242e,_0x52515e){return _0x43242e!==_0x52515e;},'LhRTg':_0x2461cf(0x206),'GSUAr':'dtyOJ','kUVoy':function(_0x4923cb,_0x5137d9){return _0x4923cb===_0x5137d9;},'lvlSM':'DeLfP','znihY':'BOAir','EzLoq':_0x2461cf(0x251),'eEIUj':function(_0x23f418,_0x46652c){return _0x23f418!==_0x46652c;},'cmKbb':_0x2461cf(0x1a0),'wmMKF':function(_0x16cb2c,_0x3c79a3){return _0x16cb2c===_0x3c79a3;},'HYNeX':'Bgtus','vLdtm':function(_0x202fb5,_0x53e47f){return _0x202fb5!==_0x53e47f;},'TrVQu':_0x2461cf(0x1ff),'TMTmc':_0x2461cf(0x200),'XNGDB':function(_0x36dc0b,_0x3dd0bc){return _0x36dc0b<_0x3dd0bc;},'SdFgj':function(_0x1d1996,_0x6dcf22){return _0x1d1996(_0x6dcf22);},'GIYLq':function(_0x54c642,_0x55f787){return _0x54c642===_0x55f787;},'jvNMq':_0x2461cf(0x22b),'XjemA':_0x2461cf(0x221),'zVBAr':function(_0x1a93d4,_0x18692e){return _0x1a93d4===_0x18692e;},'dZBIi':_0x2461cf(0x253),'RvkZY':_0x2461cf(0x28a),'wspjX':_0x2461cf(0x275),'QPbfi':_0x2461cf(0x258),'rEceB':_0x2461cf(0x214),'wuJBM':_0x2461cf(0x1f0),'oDkwP':function(_0x11143b,_0x5dfb7c){return _0x11143b!==_0x5dfb7c;},'EvMIY':'ajlYD','LdJRi':function(_0x2e50b1,_0x5c82aa){return _0x2e50b1+_0x5c82aa;},'MupGs':_0x2461cf(0x293),'ijaZE':_0x2461cf(0x20a),'UKVjb':'QZbrc','JkpCW':_0x2461cf(0x296),'wIGxh':_0x2461cf(0x26b),'DxCOM':function(_0x26203f,_0x1c2a59){return _0x26203f===_0x1c2a59;},'lPSXy':_0x2461cf(0x1d6),'DwsSV':_0x2461cf(0x298),'LXeRU':'nbepM','WWEHH':function(_0x2b3a9e,_0x5b837a){return _0x2b3a9e===_0x5b837a;},'kdqDu':_0x2461cf(0x263),'sMvKj':_0x2461cf(0x282),'efjuO':function(_0xf37951,_0x28257d){return _0xf37951===_0x28257d;},'fnjxh':_0x2461cf(0x240)};this[_0x2461cf(0x22e)]=[],this[_0x2461cf(0x299)]=helper[_0x2461cf(0x1c8)](_0x2514e4),this['envConfig']=helper[_0x2461cf(0x20e)](),this[_0x2461cf(0x27b)]=null,this[_0x2461cf(0x1fc)]=null,this[_0x2461cf(0x265)]=helper[_0x2461cf(0x245)](helper[_0x2461cf(0x276)](_0x2514e4)),this[_0x2461cf(0x265)][_0x2461cf(0x21f)]=this[_0x2461cf(0x265)]['platforms']||[],this['config']['testContextOptions']=this[_0x2461cf(0x265)][_0x2461cf(0x257)]||{},this[_0x2461cf(0x265)]['testContextOptions'][_0x2461cf(0x1e2)]=helper[_0x2461cf(0x280)](this[_0x2461cf(0x265)]['testContextOptions'][_0x2461cf(0x1e2)]),this[_0x2461cf(0x234)]={},global[_0x2461cf(0x265)]=this[_0x2461cf(0x265)],global[_0x2461cf(0x1f6)]=_0x3d7bad,helper['sanitizeCaps'](this[_0x2461cf(0x265)]),this[_0x2461cf(0x1f6)]=_0x3d7bad;if(helper['isUndefined'](this[_0x2461cf(0x265)])){if(_0x1b5c3a[_0x2461cf(0x242)](_0x1b5c3a[_0x2461cf(0x1de)],_0x1b5c3a['ERcvh']))throw new Error(_0x1b5c3a['uZMty']);else _0x3a3dc3[_0x2461cf(0x265)]();}if(this[_0x2461cf(0x265)][_0x2461cf(0x1ea)]){if(_0x1b5c3a[_0x2461cf(0x255)](_0x1b5c3a[_0x2461cf(0x1ba)],_0x1b5c3a[_0x2461cf(0x268)]))throw new Error(this[_0x2461cf(0x265)]['error']);else _0x27efbb[_0x2461cf(0x1cd)](_0x1b5c3a[_0x2461cf(0x1e6)]);}this[_0x2461cf(0x21c)]();process[_0x2461cf(0x249)]['BROWSERSTACK_TURBOSCALE']&&(_0x1b5c3a[_0x2461cf(0x247)](_0x1b5c3a['lvlSM'],_0x1b5c3a[_0x2461cf(0x1df)])?(this[_0x2461cf(0x265)][_0x2461cf(0x1b7)]=helper[_0x2461cf(0x280)](process[_0x2461cf(0x249)][_0x2461cf(0x1fa)]),this[_0x2461cf(0x265)][_0x2461cf(0x285)]=this[_0x2461cf(0x265)]['turboScaleOptions']||{}):(this[_0x2461cf(0x265)][_0x2461cf(0x27b)]=!![],this[_0x2461cf(0x265)][_0x2461cf(0x1ac)][_0x2461cf(0x246)]=_0x1b5c3a['BksTC'],this['config']['browserStackLocalOptions'][_0x1b5c3a[_0x2461cf(0x22c)]]=_0x984de2[_0x2461cf(0x1dd)][_0x2461cf(0x260)](','),this[_0x2461cf(0x265)]['browserStackLocalOptions']['forceLocal']=_0x1b5c3a['yZdbO']));helper[_0x2461cf(0x1aa)](this[_0x2461cf(0x265)],this[_0x2461cf(0x299)]),helper['getFinalCaps'](this['config'],this[_0x2461cf(0x299)],this[_0x2461cf(0x1d7)]);if(!helper[_0x2461cf(0x286)]()){if(_0x1b5c3a[_0x2461cf(0x255)](_0x1b5c3a[_0x2461cf(0x1b8)],_0x1b5c3a[_0x2461cf(0x21b)])){try{_0x1b5c3a['eEIUj'](_0x1b5c3a[_0x2461cf(0x204)],_0x1b5c3a['cmKbb'])?(this['config'][_0x2461cf(0x1b7)]=_0x43fdac[_0x2461cf(0x280)](_0x4df15b[_0x2461cf(0x249)][_0x2461cf(0x1fa)]),this[_0x2461cf(0x265)][_0x2461cf(0x285)]=this[_0x2461cf(0x265)][_0x2461cf(0x285)]||{}):(process[_0x2461cf(0x249)]['FRAMEWORK']=_0x3d7bad,helper[_0x2461cf(0x23b)](_0x1b5c3a[_0x2461cf(0x216)],{},this['config'],this[_0x2461cf(0x1f6)]));}catch(_0x1136d6){_0x1b5c3a['wmMKF'](_0x1b5c3a[_0x2461cf(0x21a)],_0x1b5c3a[_0x2461cf(0x21a)])?logger[_0x2461cf(0x25b)](_0x2461cf(0x1ef)+_0x1136d6):!_0x5c1f1f[_0x2461cf(0x235)](this['config'][_0x2461cf(0x1ac)])&&_0x1b5c3a[_0x2461cf(0x242)](this[_0x2461cf(0x265)][_0x2461cf(0x1ac)][_0x2461cf(0x243)],_0x164c8e)?this[_0x2461cf(0x265)][_0x2461cf(0x1ac)][_0x2461cf(0x246)]=_0xd62e6e[_0x2461cf(0x1d0)]():this['config'][_0x2461cf(0x1ac)]={'localIdentifier':_0x484826[_0x2461cf(0x1d0)]()};}return;}else this[_0x2461cf(0x265)][_0x2461cf(0x290)]=_0x1b5c3a[_0x2461cf(0x236)](_0x4b965c['playwrightUrl'],_0x1b5c3a[_0x2461cf(0x1e8)]);}if(helper[_0x2461cf(0x1e3)](_0x3d7bad)){if(_0x1b5c3a[_0x2461cf(0x23f)](_0x1b5c3a[_0x2461cf(0x224)],_0x1b5c3a[_0x2461cf(0x277)])){if(_0x1b5c3a[_0x2461cf(0x225)](_0x1b5c3a[_0x2461cf(0x1c0)](parseInt,helper['getPackageVersion'](_0x1b5c3a['sbSNH'])),0x3)){if(_0x1b5c3a['GIYLq'](_0x1b5c3a['jvNMq'],_0x1b5c3a[_0x2461cf(0x25c)])){_0x49037d['debug'](_0x2d56b4);throw new _0x4529c9(_0x3bf711[_0x2461cf(0x28b)]());}else this[_0x2461cf(0x265)][_0x2461cf(0x212)]=![];}_0x1b5c3a['zVBAr'](helper[_0x2461cf(0x274)](helper['getPackageVersion'](_0x1b5c3a[_0x2461cf(0x232)]),_0x1b5c3a[_0x2461cf(0x210)]),0x1)&&(_0x1b5c3a[_0x2461cf(0x1f4)](_0x1b5c3a[_0x2461cf(0x22d)],_0x1b5c3a[_0x2461cf(0x22d)])?this['config']['useW3C']=!![]:(_0x5edf4c['error'](_0x439b2d[_0x2461cf(0x1d2)]),_0x25e821[_0x2461cf(0x25b)](_0x3ca4be[_0x2461cf(0x1b1)](_0x2eaf08)),this[_0x2461cf(0x22e)][_0x2461cf(0x211)](_0xcca871[_0x2461cf(0x1b1)]('%j',_0x5d3ec6)),_0x5a1328[_0x2461cf(0x1e7)](_0x9efcd7)));}else throw new _0x8ae13b(_0x1b5c3a[_0x2461cf(0x19d)]);}if(helper[_0x2461cf(0x235)](this[_0x2461cf(0x265)]['platforms'])||helper[_0x2461cf(0x235)](this[_0x2461cf(0x265)]['platforms']['length'])){if(_0x1b5c3a['GIYLq'](_0x1b5c3a[_0x2461cf(0x24a)],_0x1b5c3a['wspjX']))_0x4bd21e[_0x2461cf(0x25b)](_0x2461cf(0x1ef)+_0x3c6286);else{if(helper['isUndefined'](this[_0x2461cf(0x265)][_0x2461cf(0x1f8)]))_0x1b5c3a[_0x2461cf(0x23f)](_0x1b5c3a[_0x2461cf(0x229)],_0x1b5c3a[_0x2461cf(0x229)])?_0x224179['info'](_0x1e7a75[_0x2461cf(0x27f)]):logger[_0x2461cf(0x1cd)](_0x1b5c3a['QVPUP']);else{if(_0x1b5c3a[_0x2461cf(0x255)](_0x1b5c3a[_0x2461cf(0x1cc)],_0x1b5c3a[_0x2461cf(0x1cc)])){_0x5b9f53[_0x2461cf(0x1cd)](_0x1b5c3a['AfXhz'](_0x1b5c3a[_0x2461cf(0x213)],this[_0x2461cf(0x265)][_0x2461cf(0x1d4)]));const _0x375a99={};_0x375a99['path']=this[_0x2461cf(0x265)][_0x2461cf(0x1d4)],_0x103790[_0x2461cf(0x265)](_0x375a99);}else logger[_0x2461cf(0x281)](_0x1b5c3a[_0x2461cf(0x20b)]);}this['config'][_0x2461cf(0x21f)]=[];}}if(this[_0x2461cf(0x265)]['envFile']){if(_0x1b5c3a['oDkwP'](_0x1b5c3a['EvMIY'],_0x1b5c3a[_0x2461cf(0x28d)]))throw new _0x46e699(this[_0x2461cf(0x265)][_0x2461cf(0x1ea)]);else{logger[_0x2461cf(0x1cd)](_0x1b5c3a[_0x2461cf(0x271)](_0x1b5c3a[_0x2461cf(0x213)],this[_0x2461cf(0x265)]['envFile']));const _0x37f89d={};_0x37f89d['path']=this[_0x2461cf(0x265)][_0x2461cf(0x1d4)],dotenv[_0x2461cf(0x265)](_0x37f89d);}}else _0x1b5c3a[_0x2461cf(0x1f4)](_0x1b5c3a[_0x2461cf(0x289)],_0x1b5c3a[_0x2461cf(0x222)])?(_0x2d2bd1[_0x2461cf(0x249)]['FRAMEWORK']=_0xeb1d2e['_'][0x0],_0xee9890[_0x2461cf(0x23b)](_0x1b5c3a[_0x2461cf(0x216)],{},this[_0x2461cf(0x265)],this[_0x2461cf(0x1f6)])):dotenv[_0x2461cf(0x265)]();!this[_0x2461cf(0x265)][_0x2461cf(0x1ac)]&&(this[_0x2461cf(0x265)][_0x2461cf(0x1ac)]=this[_0x2461cf(0x265)][_0x2461cf(0x25e)]||{}),!this[_0x2461cf(0x265)][_0x2461cf(0x257)]&&(this[_0x2461cf(0x265)][_0x2461cf(0x257)]={});if(helper['isUndefined'](helper[_0x2461cf(0x1ce)](this[_0x2461cf(0x265)]))||helper[_0x2461cf(0x235)](helper[_0x2461cf(0x1f3)](this[_0x2461cf(0x265)]))){if(_0x1b5c3a[_0x2461cf(0x255)](_0x1b5c3a['UKVjb'],_0x1b5c3a[_0x2461cf(0x25a)]))_0x1b5c3a['nycoG'](_0x1b5c3a[_0x2461cf(0x1bc)](_0x30251b,_0x2363a9['getPackageVersion'](_0x1b5c3a[_0x2461cf(0x232)])),0x3)&&(this[_0x2461cf(0x265)][_0x2461cf(0x212)]=![]),_0x1b5c3a[_0x2461cf(0x242)](_0x1a6cec[_0x2461cf(0x274)](_0x340394['getPackageVersion'](_0x1b5c3a[_0x2461cf(0x232)]),_0x1b5c3a[_0x2461cf(0x210)]),0x1)&&(this[_0x2461cf(0x265)][_0x2461cf(0x212)]=!![]);else throw new Error(_0x1b5c3a[_0x2461cf(0x19d)]);}if(helper[_0x2461cf(0x1c3)](this[_0x2461cf(0x265)])&&helper[_0x2461cf(0x235)](helper['getLocalIdentifier'](this['config']))){if(_0x1b5c3a[_0x2461cf(0x247)](_0x1b5c3a[_0x2461cf(0x227)],_0x1b5c3a['wIGxh']))_0x57c562[_0x2461cf(0x1ea)](_0x1b5c3a[_0x2461cf(0x1c4)],_0x5ea094['message']);else{if(!helper[_0x2461cf(0x235)](this[_0x2461cf(0x265)][_0x2461cf(0x1ac)])&&_0x1b5c3a[_0x2461cf(0x23c)](this['config'][_0x2461cf(0x1ac)]['constructor'],Object))_0x1b5c3a['wmMKF'](_0x1b5c3a['lPSXy'],_0x1b5c3a[_0x2461cf(0x28e)])?this['config'][_0x2461cf(0x1ac)]['localIdentifier']=helper[_0x2461cf(0x1d0)]():_0x38e52a[_0x2461cf(0x1ea)](_0x1b5c3a[_0x2461cf(0x294)],_0x28dceb[_0x2461cf(0x1d2)]);else{if(_0x1b5c3a[_0x2461cf(0x255)](_0x1b5c3a[_0x2461cf(0x1cf)],_0x1b5c3a[_0x2461cf(0x1cf)])){try{_0x221f89[_0x2461cf(0x249)][_0x2461cf(0x28f)]=_0x556f3a,_0x21873a[_0x2461cf(0x23b)](_0x1b5c3a[_0x2461cf(0x216)],{},this[_0x2461cf(0x265)],this['framework']);}catch(_0x21cd5b){_0x2dcf06[_0x2461cf(0x25b)](_0x2461cf(0x1ef)+_0x21cd5b);}return;}else this[_0x2461cf(0x265)][_0x2461cf(0x1ac)]={'localIdentifier':helper['generateLocalIdentifier']()};}}}helper[_0x2461cf(0x287)](this[_0x2461cf(0x265)],this[_0x2461cf(0x299)],this[_0x2461cf(0x1d7)]);try{_0x1b5c3a[_0x2461cf(0x23f)](_0x1b5c3a['LXeRU'],_0x1b5c3a[_0x2461cf(0x1db)])?this[_0x2461cf(0x265)][_0x2461cf(0x212)]=![]:(process[_0x2461cf(0x249)]['FRAMEWORK']=_0x2514e4['_'][0x0],helper['fireFunnelTestEvent'](_0x1b5c3a['dxQVy'],{},this['config'],this[_0x2461cf(0x1f6)]));}catch(_0x4efaff){_0x1b5c3a[_0x2461cf(0x215)](_0x1b5c3a[_0x2461cf(0x1be)],_0x1b5c3a[_0x2461cf(0x1c5)])?this['config']['useW3C']=!![]:logger['debug'](_0x2461cf(0x1ef)+_0x4efaff);}if(!this[_0x2461cf(0x265)][_0x2461cf(0x24e)]){if(_0x1b5c3a[_0x2461cf(0x22a)](_0x1b5c3a[_0x2461cf(0x262)],_0x1b5c3a[_0x2461cf(0x262)]))logger[_0x2461cf(0x1cd)](constants['AUTOLOGCAPTURE_NOTIFICATION']);else throw new _0x5d86df(_0x1b5c3a[_0x2461cf(0x19e)]);}}async[a50_0x3035d1(0x264)](){const _0x2f30ec=a50_0x3035d1,_0x2a4a60={'xfgRV':'SDKTestAttempted','jmhLn':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','TBRFn':'unhandledRejection','vZGgR':'uncaughtException','IdXyB':function(_0x39954b,_0x22e30b){return _0x39954b(_0x22e30b);},'mThrZ':function(_0xcb3483,_0x23120d){return _0xcb3483!==_0x23120d;},'ALFTr':'wfOfQ','rpknL':_0x2f30ec(0x1a6),'PpOPe':function(_0x1115c8,_0x57f516){return _0x1115c8===_0x57f516;},'LPJQN':_0x2f30ec(0x241),'oGGyj':_0x2f30ec(0x1b4),'RQPUo':_0x2f30ec(0x256),'QQeRY':_0x2f30ec(0x1ed),'fQcGb':function(_0x465207,_0x2c15a9){return _0x465207===_0x2c15a9;},'TADwH':'playwright','RQpjp':_0x2f30ec(0x1a4),'BcPHY':'riJeH','JWZQH':function(_0xa2ed99,_0x6c7213){return _0xa2ed99+_0x6c7213;},'RYTMZ':_0x2f30ec(0x1a3),'yjumS':_0x2f30ec(0x24b),'LHQdm':_0x2f30ec(0x20d),'CvpPL':'codeceptjs','JeEOO':_0x2f30ec(0x269),'MwPvv':'lpVCS','DWLhD':_0x2f30ec(0x238),'hePhA':_0x2f30ec(0x26a)};if(_0x2a4a60[_0x2f30ec(0x1f9)](isTurboScaleSession,this[_0x2f30ec(0x265)])){if(_0x2a4a60[_0x2f30ec(0x1b0)](_0x2a4a60['ALFTr'],_0x2a4a60['rpknL'])){const _0x2e10cb=await helper[_0x2f30ec(0x1d9)](this['config']);this['config'][_0x2f30ec(0x1e1)]=_0x2e10cb;if(_0x2e10cb[_0x2f30ec(0x23d)]){if(_0x2a4a60['PpOPe'](_0x2a4a60[_0x2f30ec(0x1da)],_0x2a4a60[_0x2f30ec(0x1da)]))this[_0x2f30ec(0x265)][_0x2f30ec(0x27b)]=!![],this[_0x2f30ec(0x265)]['browserStackLocalOptions']['localIdentifier']=_0x2a4a60['oGGyj'],this[_0x2f30ec(0x265)]['browserStackLocalOptions'][_0x2a4a60[_0x2f30ec(0x1fd)]]=_0x2e10cb[_0x2f30ec(0x1dd)][_0x2f30ec(0x260)](','),this[_0x2f30ec(0x265)][_0x2f30ec(0x1ac)]['forceLocal']=_0x2a4a60[_0x2f30ec(0x1c1)];else{_0x47c349['debug'](_0x2f30ec(0x1f5)+_0x1f0c1d);throw new _0x1fd154(_0x43068a[_0x2f30ec(0x28b)]());}}this[_0x2f30ec(0x265)][_0x2f30ec(0x290)]=_0x2e10cb[_0x2f30ec(0x23a)],this[_0x2f30ec(0x1f6)]&&_0x2a4a60[_0x2f30ec(0x1c2)](this[_0x2f30ec(0x1f6)][_0x2f30ec(0x1f7)](),_0x2a4a60[_0x2f30ec(0x208)])&&(_0x2a4a60['mThrZ'](_0x2a4a60[_0x2f30ec(0x25f)],_0x2a4a60['BcPHY'])?this[_0x2f30ec(0x265)]['turboScaleUrl']=_0x2a4a60[_0x2f30ec(0x266)](_0x2e10cb['playwrightUrl'],_0x2a4a60[_0x2f30ec(0x1cb)]):(_0x22cf3b[_0x2f30ec(0x249)]['FRAMEWORK']=_0x34141d,_0x5427bf[_0x2f30ec(0x23b)](_0x2a4a60[_0x2f30ec(0x254)],{},this[_0x2f30ec(0x265)],this['framework']))),constants['hubUrl']=helper['getHubUrl'](this[_0x2f30ec(0x265)]),logger['debug']('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants[_0x2f30ec(0x279)]);}else this[_0x2f30ec(0x265)]['browserStackLocalOptions'][_0x2f30ec(0x246)]=_0x37f252['generateLocalIdentifier']();}helper[_0x2f30ec(0x202)](this[_0x2f30ec(0x265)]),this[_0x2f30ec(0x1b2)]();constants[_0x2f30ec(0x26e)][_0x2f30ec(0x27a)](this['framework'])&&(_0x2a4a60[_0x2f30ec(0x1b0)](_0x2a4a60[_0x2f30ec(0x27d)],_0x2a4a60[_0x2f30ec(0x1fb)])?await this[_0x2f30ec(0x203)]():_0x10b7b1[_0x2f30ec(0x281)](_0x2a4a60[_0x2f30ec(0x1e9)]));await this[_0x2f30ec(0x218)]();if(![_0x2a4a60[_0x2f30ec(0x1e4)]]['includes'](this[_0x2f30ec(0x1f6)])&&!_0x2a4a60[_0x2f30ec(0x1f9)](isTurboScaleSession,this[_0x2f30ec(0x265)])){if(_0x2a4a60[_0x2f30ec(0x1b0)](_0x2a4a60[_0x2f30ec(0x1ad)],_0x2a4a60[_0x2f30ec(0x1c9)]))await this[_0x2f30ec(0x291)]();else{const _0x195cb1=_0x24a20b=>{const _0xcb8ec0=_0x2f30ec;_0x2d29f2[_0xcb8ec0(0x1ea)](_0x24a20b[_0xcb8ec0(0x1d2)]),_0x344cc2[_0xcb8ec0(0x25b)](_0x5245cd[_0xcb8ec0(0x1b1)](_0x24a20b)),this[_0xcb8ec0(0x22e)][_0xcb8ec0(0x211)](_0x2426ca[_0xcb8ec0(0x1b1)]('%j',_0x24a20b)),_0x2ef288[_0xcb8ec0(0x1e7)](_0x24a20b);};_0x2500be['on'](_0x2a4a60[_0x2f30ec(0x220)],_0x195cb1),_0x4066e8['on'](_0x2a4a60[_0x2f30ec(0x205)],_0x195cb1);}}process['on'](_0x2a4a60[_0x2f30ec(0x24d)],this[_0x2f30ec(0x219)][_0x2f30ec(0x288)](this)),process['on'](_0x2a4a60[_0x2f30ec(0x1d1)],this[_0x2f30ec(0x219)][_0x2f30ec(0x288)](this));}async[a50_0x3035d1(0x203)](){const _0x35ea79=a50_0x3035d1,_0x1b0342={'lmKQY':_0x35ea79(0x19f),'dsAmF':_0x35ea79(0x26c),'bvtxQ':_0x35ea79(0x1f0),'WtdRy':function(_0x128601,_0x39356a){return _0x128601===_0x39356a;},'ZaAeU':_0x35ea79(0x233),'lLpAE':'vfknA','Lebhp':function(_0x25f490,_0x38728c){return _0x25f490(_0x38728c);},'reCCE':_0x35ea79(0x226),'dEYjk':function(_0x3928bd,_0x568c8d){return _0x3928bd!==_0x568c8d;},'QCYVg':_0x35ea79(0x25d),'uivIr':'xaULW','zgpXK':_0x35ea79(0x1d5),'NRdir':function(_0x4b2fa6,_0x3f581c){return _0x4b2fa6===_0x3f581c;},'hlUFY':'exOlv','jytfj':_0x35ea79(0x1d3),'gVRtX':'beforeExit','fsQHV':_0x35ea79(0x283)};if(helper[_0x35ea79(0x280)](this[_0x35ea79(0x265)][_0x35ea79(0x1fc)])&&(!this[_0x35ea79(0x1fc)]||!this['percy'][_0x35ea79(0x1d8)]())){if(_0x1b0342[_0x35ea79(0x1a5)](_0x1b0342[_0x35ea79(0x1b3)],_0x1b0342[_0x35ea79(0x237)]))try{if(_0x1b0342[_0x35ea79(0x1a5)](_0x1b0342[_0x35ea79(0x223)],_0x1b0342[_0x35ea79(0x223)]))throw new _0x51ce1e(_0x1b0342[_0x35ea79(0x22f)]);else{this['percy']=await percyHelper[_0x35ea79(0x267)](this['config']);if(!this[_0x35ea79(0x1fc)]){if(_0x1b0342[_0x35ea79(0x1b5)](_0x1b0342[_0x35ea79(0x21e)],_0x1b0342[_0x35ea79(0x21e)]))throw new Error(_0x1b0342[_0x35ea79(0x22f)]);else _0x43f328[_0x35ea79(0x235)](this[_0x35ea79(0x265)]['parallelsPerPlatform'])?_0xd3c85c['info'](_0x1b0342[_0x35ea79(0x1b6)]):_0x2f38af['warn'](_0x1b0342[_0x35ea79(0x23e)]),this[_0x35ea79(0x265)][_0x35ea79(0x21f)]=[];}logger[_0x35ea79(0x1cd)](_0x1b0342[_0x35ea79(0x27c)]);let _0x242163=0x0;const _0x778de5=async()=>{const _0x5d96f2=_0x35ea79;_0x1b0342[_0x5d96f2(0x1ec)](_0x1b0342['ZaAeU'],_0x1b0342[_0x5d96f2(0x29a)])?_0x36b6b4[_0x5d96f2(0x25b)](_0x5d96f2(0x1ef)+_0x2f012c):(_0x242163++,_0x1b0342[_0x5d96f2(0x1ec)](_0x242163,0x1)&&await this[_0x5d96f2(0x259)]());};process['on'](_0x1b0342[_0x35ea79(0x27e)],_0x778de5);}}catch(_0x1286a4){if(_0x1b0342['dEYjk'](_0x1b0342[_0x35ea79(0x1bf)],_0x1b0342['fsQHV']))_0x1b0342[_0x35ea79(0x1c6)](_0x1bced5,_0x1b0342[_0x35ea79(0x26d)])();else{logger[_0x35ea79(0x25b)](_0x35ea79(0x1f5)+_0x1286a4);throw new Error(_0x1286a4[_0x35ea79(0x28b)]());}}else this[_0x35ea79(0x265)]['browserStackLocalOptions']={'localIdentifier':_0x352db2['generateLocalIdentifier']()};}}async[a50_0x3035d1(0x259)](){const _0x42327f=a50_0x3035d1,_0x74ede4={};_0x74ede4['kSaiE']=_0x42327f(0x1e5),_0x74ede4[_0x42327f(0x284)]=_0x42327f(0x1bd);const _0x448371=_0x74ede4;if(this[_0x42327f(0x1fc)]&&this[_0x42327f(0x1fc)][_0x42327f(0x1d8)]())try{await percyHelper[_0x42327f(0x259)](this[_0x42327f(0x1fc)]),logger['info'](_0x448371[_0x42327f(0x273)]);}catch(_0x5d0c97){logger['error'](_0x448371[_0x42327f(0x284)],_0x5d0c97['message']);}}async[a50_0x3035d1(0x218)](){const _0x26a3cb=a50_0x3035d1,_0x5ec5d1={};_0x5ec5d1['gBONe']=function(_0x1f78b2,_0x53a76e){return _0x1f78b2===_0x53a76e;},_0x5ec5d1[_0x26a3cb(0x24f)]=_0x26a3cb(0x1c7),_0x5ec5d1[_0x26a3cb(0x231)]='beforeExit';const _0x183876=_0x5ec5d1;if(helper[_0x26a3cb(0x280)](this[_0x26a3cb(0x265)][_0x26a3cb(0x27b)])&&(!this['browserstackLocal']||!this[_0x26a3cb(0x27b)][_0x26a3cb(0x1d8)]()))try{this['browserstackLocal']=await helper['startLocalBinary'](this[_0x26a3cb(0x265)]),logger[_0x26a3cb(0x1cd)](_0x183876[_0x26a3cb(0x24f)]);let _0x23ee1d=0x0;const _0x3e22da=async()=>{const _0x518ec0=_0x26a3cb;_0x23ee1d++,_0x183876[_0x518ec0(0x1ab)](_0x23ee1d,0x1)&&await this[_0x518ec0(0x201)]();};process['on'](_0x183876[_0x26a3cb(0x231)],_0x3e22da);}catch(_0x8c1801){logger[_0x26a3cb(0x25b)](_0x8c1801);throw new Error(_0x8c1801[_0x26a3cb(0x28b)]());}}async[a50_0x3035d1(0x201)](){const _0x19e25a=a50_0x3035d1,_0x9cc7a0={};_0x9cc7a0['ETuPq']=_0x19e25a(0x209),_0x9cc7a0['Moxgw']=_0x19e25a(0x272);const _0x2591cc=_0x9cc7a0;if(this['browserstackLocal']&&this[_0x19e25a(0x27b)][_0x19e25a(0x1d8)]())try{await helper[_0x19e25a(0x252)](this[_0x19e25a(0x27b)]),logger[_0x19e25a(0x1cd)](_0x2591cc['ETuPq']);}catch(_0x155da5){logger[_0x19e25a(0x1ea)](_0x2591cc[_0x19e25a(0x228)],_0x155da5[_0x19e25a(0x1d2)]);}}async[a50_0x3035d1(0x291)](){const _0x217489=a50_0x3035d1;await hubAllocator[_0x217489(0x217)](this[_0x217489(0x265)]);}[a50_0x3035d1(0x1b2)](){const _0x4f15aa=a50_0x3035d1,_0x178571={'YnDQE':function(_0x4b5e60,_0x273ecb){return _0x4b5e60(_0x273ecb);},'YepsS':_0x4f15aa(0x226)};_0x178571[_0x4f15aa(0x297)](require,_0x178571[_0x4f15aa(0x24c)])();}[a50_0x3035d1(0x21c)](){const _0x33fb4f=a50_0x3035d1,_0x3470a5={};_0x3470a5[_0x33fb4f(0x1f2)]='unhandledRejection',_0x3470a5[_0x33fb4f(0x1a2)]=_0x33fb4f(0x261);const _0x1d09ae=_0x3470a5,_0x529ab6=_0x4eb93e=>{const _0x3d5dbb=_0x33fb4f;logger['error'](_0x4eb93e['message']),logger['debug'](util[_0x3d5dbb(0x1b1)](_0x4eb93e)),this['unhandledErrors'][_0x3d5dbb(0x211)](util[_0x3d5dbb(0x1b1)]('%j',_0x4eb93e)),PerformanceTester[_0x3d5dbb(0x1e7)](_0x4eb93e);};process['on'](_0x1d09ae['DlGia'],_0x529ab6),process['on'](_0x1d09ae[_0x33fb4f(0x1a2)],_0x529ab6);}[a50_0x3035d1(0x219)](){const _0x54e499=a50_0x3035d1,_0x5c6e24={'LQEwW':function(_0x46a37f){return _0x46a37f();}},_0x48bafd=async()=>{const _0x3dd830=a50_0x58fd;this[_0x3dd830(0x1fc)]&&await this[_0x3dd830(0x259)](),this[_0x3dd830(0x27b)]&&await this[_0x3dd830(0x201)](),await SessionHandler[_0x3dd830(0x1bb)]();};_0x5c6e24[_0x54e499(0x1a8)](_0x48bafd)[_0x54e499(0x1dc)](()=>process[_0x54e499(0x1a1)](process[_0x54e499(0x270)]));}}function a50_0x58fd(_0x27bcc2,_0x22d00f){const _0x25d852=a50_0x25d8();return a50_0x58fd=function(_0x58fdf6,_0x19673d){_0x58fdf6=_0x58fdf6-0x19d;let _0x2d3227=_0x25d852[_0x58fdf6];return _0x2d3227;},a50_0x58fd(_0x27bcc2,_0x22d00f);}exports[a50_0x3035d1(0x1a9)]=BrowserStackSetup;function a50_0x25d8(){const _0x582db7=['xfgRV','tusQJ','custom-repeater','testContextOptions','smLut','stopPercy','UKVjb','debug','XjemA','dKnTC','localOptions','RQpjp','join','uncaughtException','fnjxh','HIDcO','initialize','config','JWZQH','startPercy','GSUAr','eKNrU','SIGINT','kbuRP','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','reCCE','PERCY_SUPPORTED_FRAMEWORKS','userName\x20or\x20accessKey\x20is\x20not\x20defined','exitCode','LdJRi','Error\x20occured\x20while\x20stopping\x20local\x20binary','kSaiE','compareVersions','JKtHJ','getConfigPath','TMTmc','162GahGzB','hubUrl','includes','browserstackLocal','jytfj','yjumS','gVRtX','AUTOLOGCAPTURE_NOTIFICATION','isTrue','warn','vnjHz','ZCjzQ','diDyy','turboScaleOptions','isBrowserstackInfra','setLogLevel','bind','MupGs','BvZaS','toString','dotenv','EvMIY','lPSXy','FRAMEWORK','turboScaleUrl','setUpHubUrl','10840860SDOFUD','MiyFK','bzBZy','./ats/helper','PAyqd','YnDQE','XVAdo','cliConfig','lLpAE','LlZAh','uZMty','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','ireVz','exit','vrhtl','?caps=','qsdQA','dEYjk','Kfzmt','1589847MYpXSW','LQEwW','default','setBrowserstackInfraFromConfig','gBONe','browserStackLocalOptions','JeEOO','SDKTestAttempted','No\x20config\x20provided.','mThrZ','format','setupKeepAlive','QCYVg','ats-repeater','NRdir','dsAmF','turboScale','znihY','4vmOGFD','LhRTg','stop','LRiWK','Error\x20occured\x20while\x20stopping\x20percy','kdqDu','fsQHV','SdFgj','QQeRY','fQcGb','getLocalConfig','cDqHJ','sMvKj','Lebhp','Local\x20binary\x20started\x20successfully','setCLICaps','MwPvv','2311701GJtDTd','RYTMZ','rEceB','info','getUserName','DwsSV','generateLocalIdentifier','hePhA','message','Percy\x20started\x20successfully','envFile','pOZqP','avErG','envConfig','isRunning','getTurboScaleGridDetails','LPJQN','LXeRU','then','customRepeaters','ERcvh','lvlSM','239752wZdrFQ','turboScaleGridDetails','skipSessionStatus','requireSeleniumWebdriverCheck','CvpPL','Percy\x20stopped','QVPUP','captureError','VMzDt','jmhLn','error','15138QtizsR','WtdRy','true','hYHkb','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','selenium-webdriver','DlGia','getAccessKey','wmMKF','Error\x20in\x20percy\x20setup\x20','framework','toLowerCase','parallelsPerPlatform','IdXyB','BROWSERSTACK_TURBOSCALE','LHQdm','percy','RQPUo','./logger','FbMtT','rtBpd','stopBrowserstackLocal','setProxySettings','setupPercy','cmKbb','vZGgR','GtlQF','./percy/utils','TADwH','Local\x20binary\x20stopped','lhreo','wuJBM','4400344OjXNzH','yvNOY','setEnvCaps','../hubAllocationMethods','cLEDJ','push','useW3C','TvLgU','YoJyD','WWEHH','dxQVy','allocateHub','setupBrowserstackLocal','intExitHandler','HYNeX','EzLoq','handleExceptions','util','hlUFY','platforms','TBRFn','xIRzl','ijaZE','zgpXK','TrVQu','XNGDB','./setKeepAlive','JkpCW','Moxgw','QPbfi','efjuO','TJAbL','POsEV','dZBIi','unhandledErrors','lmKQY','Loading\x20environment\x20from:\x20','irsYY','sbSNH','HGOMg','errorMessage','isUndefined','FDgVi','uivIr','SIGTERM','4.5.0','url','fireFunnelTestEvent','DxCOM','isTrialGrid','bvtxQ','vLdtm','GezAX','rCnaI','BNfuN','constructor','./helper','readConfig','localIdentifier','kUVoy','../bin/utils/constants','env','RvkZY','fhBDj','YepsS','DWLhD','disableAutoCaptureLogs','KpQOY','99985uWcVZm','hrdVw','stopLocalBinary','eEVwn'];a50_0x25d8=function(){return _0x582db7;};return a50_0x25d8();}
@@ -1 +1 @@
1
- var a50_0x1f2bfa=a50_0x512d;function a50_0x512d(_0x444857,_0x20f5aa){var _0x50ece5=a50_0x50ec();return a50_0x512d=function(_0x512dd1,_0x5c92ff){_0x512dd1=_0x512dd1-0xcf;var _0x41401b=_0x50ece5[_0x512dd1];return _0x41401b;},a50_0x512d(_0x444857,_0x20f5aa);}(function(_0x483bd4,_0x6f2d32){var _0x35bf16=a50_0x512d,_0x2f9e07=_0x483bd4();while(!![]){try{var _0x210c3e=-parseInt(_0x35bf16(0xd7))/0x1*(-parseInt(_0x35bf16(0xd4))/0x2)+-parseInt(_0x35bf16(0xcf))/0x3*(parseInt(_0x35bf16(0xda))/0x4)+parseInt(_0x35bf16(0xd9))/0x5+-parseInt(_0x35bf16(0xdb))/0x6*(parseInt(_0x35bf16(0xd2))/0x7)+-parseInt(_0x35bf16(0xd1))/0x8+parseInt(_0x35bf16(0xd0))/0x9+parseInt(_0x35bf16(0xd6))/0xa*(parseInt(_0x35bf16(0xd3))/0xb);if(_0x210c3e===_0x6f2d32)break;else _0x2f9e07['push'](_0x2f9e07['shift']());}catch(_0x42106c){_0x2f9e07['push'](_0x2f9e07['shift']());}}}(a50_0x50ec,0xcc535),exports[a50_0x1f2bfa(0xd8)]=a50_0x1f2bfa(0xd5));function a50_0x50ec(){var _0x1e32b0=['629466SnjJOv','https://accessibility.browserstack.com/api','623620YHMxZa','1xBmnRN','API_URL','7404695gzVTGL','12RCeBbK','7355142LIXLKD','1450866GUIALW','983169SxCuAo','10079400LJagqd','7SuOkgw','506DFeJfJ'];a50_0x50ec=function(){return _0x1e32b0;};return a50_0x50ec();}
1
+ function a51_0x1ab4(_0x371dc9,_0x151777){var _0x574cdf=a51_0x574c();return a51_0x1ab4=function(_0x1ab43c,_0xeb08a2){_0x1ab43c=_0x1ab43c-0xd0;var _0x4f0c3f=_0x574cdf[_0x1ab43c];return _0x4f0c3f;},a51_0x1ab4(_0x371dc9,_0x151777);}var a51_0x50c884=a51_0x1ab4;(function(_0x6754eb,_0xa7e89){var _0x1c470c=a51_0x1ab4,_0x1ecc07=_0x6754eb();while(!![]){try{var _0x1911a9=-parseInt(_0x1c470c(0xd3))/0x1+parseInt(_0x1c470c(0xdb))/0x2+-parseInt(_0x1c470c(0xd8))/0x3*(-parseInt(_0x1c470c(0xda))/0x4)+parseInt(_0x1c470c(0xd9))/0x5*(parseInt(_0x1c470c(0xd0))/0x6)+-parseInt(_0x1c470c(0xd6))/0x7*(-parseInt(_0x1c470c(0xd2))/0x8)+-parseInt(_0x1c470c(0xd7))/0x9*(-parseInt(_0x1c470c(0xd4))/0xa)+-parseInt(_0x1c470c(0xd5))/0xb;if(_0x1911a9===_0xa7e89)break;else _0x1ecc07['push'](_0x1ecc07['shift']());}catch(_0x1bdd39){_0x1ecc07['push'](_0x1ecc07['shift']());}}}(a51_0x574c,0x6e1d0),exports['API_URL']=a51_0x50c884(0xd1));function a51_0x574c(){var _0x3fcefc=['313880evRRIn','30sBAZWh','https://accessibility.browserstack.com/api','56eVCnxc','688115LothcS','70zURzPU','8264696Teuxyb','735518DIiSkz','764118QzCgCf','400524XCIaHS','270195WZKdLu','4jhDCyK'];a51_0x574c=function(){return _0x3fcefc;};return a51_0x574c();}