browserstack-node-sdk 1.65.7 → 1.66.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 (234) 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/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/generated/sdk-messages_pb.d.ts +118 -0
  41. package/generated/sdk-messages_pb.js +908 -0
  42. package/generated/sdk_grpc_pb.d.ts +10 -0
  43. package/generated/sdk_grpc_pb.js +74 -0
  44. package/package.json +1 -1
  45. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  46. package/src/bin/codeceptjs/command.js +1 -1
  47. package/src/bin/codeceptjs/helper.js +1 -1
  48. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  49. package/src/bin/cucumber-js/command.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  52. package/src/bin/cucumber-js/test-observability.js +1 -1
  53. package/src/bin/cucumber-js/test.setup.js +1 -1
  54. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  55. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  56. package/src/bin/detox/a11ySetup.js +1 -0
  57. package/src/bin/detox/command.js +2 -0
  58. package/src/bin/detox/modifyDetoxConf.js +1 -0
  59. package/src/bin/detox/traEmitter.js +1 -0
  60. package/src/bin/integrations/command.js +1 -1
  61. package/src/bin/integrations/constants.js +1 -1
  62. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/jasmine/command.js +1 -1
  64. package/src/bin/jasmine/test.setup.js +1 -1
  65. package/src/bin/jasmine/testRunMap.js +1 -1
  66. package/src/bin/jest/command.js +1 -1
  67. package/src/bin/jest/customImplements/customCircus.js +1 -1
  68. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  69. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  70. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  71. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  72. package/src/bin/jest/jest.setup.js +1 -1
  73. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  74. package/src/bin/jest/test-observability/helper.js +1 -1
  75. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  76. package/src/bin/jest/test-observability/test-details.js +1 -1
  77. package/src/bin/jest/test.setup.js +1 -1
  78. package/src/bin/jest/test_before.setup.js +1 -1
  79. package/src/bin/launcher/launcher.js +1 -1
  80. package/src/bin/load/index.js +1 -1
  81. package/src/bin/load/loadErrors.js +1 -1
  82. package/src/bin/load/loadUtils.js +1 -1
  83. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  84. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  85. package/src/bin/mocha/command.js +1 -1
  86. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  87. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  88. package/src/bin/mocha/test.setup.js +1 -1
  89. package/src/bin/newman/command.js +1 -1
  90. package/src/bin/newman/helper.js +1 -1
  91. package/src/bin/newman/reporter/index.js +1 -1
  92. package/src/bin/newman/scriptRunner.js +1 -1
  93. package/src/bin/nightwatch/command.js +1 -1
  94. package/src/bin/node-generic/client.js +1 -1
  95. package/src/bin/playwright/accessibility-helper.js +1 -1
  96. package/src/bin/playwright/command.js +1 -1
  97. package/src/bin/playwright/globalSetup.js +1 -1
  98. package/src/bin/playwright/mock-process.js +1 -1
  99. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  100. package/src/bin/playwright/patches.js +1 -1
  101. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  102. package/src/bin/playwright/reporter/reporter.js +1 -1
  103. package/src/bin/playwright/reporter/test-details.js +1 -1
  104. package/src/bin/playwright/reporterArgs.js +1 -1
  105. package/src/bin/playwright/sessionDetails.js +1 -1
  106. package/src/bin/puppeteer/patches.js +1 -1
  107. package/src/bin/puppeteer/sessionDetails.js +1 -1
  108. package/src/bin/puppeteer/test.setup.js +1 -1
  109. package/src/bin/runner.js +1 -1
  110. package/src/bin/setup.js +1 -1
  111. package/src/bin/test-runner/index.js +1 -1
  112. package/src/bin/test-runner/runTest.js +1 -1
  113. package/src/bin/test-runner/testWorker.js +1 -1
  114. package/src/bin/testcafe/a11y-runner.js +1 -1
  115. package/src/bin/testcafe/command.js +1 -1
  116. package/src/bin/testcafe/reporter/index.js +1 -1
  117. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  118. package/src/bin/testcafe/session-registry.js +1 -1
  119. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  120. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  121. package/src/bin/testcafe/w3c-driver.js +1 -1
  122. package/src/bin/utils/apiUtilityMethods.js +1 -1
  123. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  124. package/src/bin/utils/constants.js +1 -1
  125. package/src/bin/utils/log4jsAppender.js +1 -1
  126. package/src/bin/utils/logPatcher.js +1 -1
  127. package/src/bin/utils/logReportingAPI.js +1 -1
  128. package/src/bin/utils/playwright-patcher.js +1 -1
  129. package/src/bin/utils/puppeteer-patcher.js +1 -1
  130. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  131. package/src/bin/utils/sharedUtils.js +1 -1
  132. package/src/bin/v2/TestInfo.js +1 -1
  133. package/src/bin/v2/browserstackCLI.js +1 -1
  134. package/src/bin/v2/cliUtils.js +1 -1
  135. package/src/bin/v2/customTagManager.js +1 -1
  136. package/src/bin/v2/eventDispatcher.js +1 -1
  137. package/src/bin/v2/framework/automationFramework.js +1 -1
  138. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  139. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  140. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  141. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  142. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  143. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  144. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  146. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testFramework.js +1 -1
  148. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  149. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  150. package/src/bin/v2/grpcClient.js +1 -1
  151. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  152. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  153. package/src/bin/v2/instances/trackedContext.js +1 -1
  154. package/src/bin/v2/instances/trackedInstance.js +1 -1
  155. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  156. package/src/bin/v2/modules/baseModule.js +1 -1
  157. package/src/bin/v2/modules/loadTestModule.js +1 -1
  158. package/src/bin/v2/modules/observabilityModule.js +1 -1
  159. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  160. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  161. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  162. package/src/bin/v2/modules/testhubModule.js +1 -1
  163. package/src/bin/v2/sdkErrorHandler.js +1 -1
  164. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  165. package/src/bin/v2/state/hookState.js +1 -1
  166. package/src/bin/v2/state/testFrameworkState.js +1 -1
  167. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  168. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  169. package/src/bin/v2/utils/jest-utils.js +1 -1
  170. package/src/bin/vanilla-js/command.js +1 -1
  171. package/src/browserStackSdk.js +1 -1
  172. package/src/detox-driver/a11y.js +574 -0
  173. package/src/detox-driver/allocationDriver.js +26 -0
  174. package/src/detox-driver/cloudPlatformAction.js +111 -0
  175. package/src/detox-driver/environment.js +253 -0
  176. package/src/detox-driver/expect.js +44 -0
  177. package/src/detox-driver/index.js +12 -0
  178. package/src/detox-driver/login-timeout-preload.js +25 -0
  179. package/src/detox-driver/runtimeDriver.js +351 -0
  180. package/src/detox-driver/session-reporter.js +41 -0
  181. package/src/detox-driver/tra-capture.js +81 -0
  182. package/src/helpers/BrowserStackSetup.js +1 -1
  183. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  184. package/src/helpers/accessibility-automation/constants.js +1 -1
  185. package/src/helpers/accessibility-automation/helper.js +1 -1
  186. package/src/helpers/accessibility-automation/scripts.js +1 -1
  187. package/src/helpers/ats/constants.js +1 -1
  188. package/src/helpers/ats/helper.js +1 -1
  189. package/src/helpers/caCertHelper.js +1 -1
  190. package/src/helpers/capsMapping.js +1 -1
  191. package/src/helpers/central-scanner/constants.js +1 -1
  192. package/src/helpers/central-scanner/helpers.js +1 -1
  193. package/src/helpers/classLogger.js +1 -1
  194. package/src/helpers/driverInitErrorReporter.js +1 -1
  195. package/src/helpers/globals.js +1 -1
  196. package/src/helpers/helper.js +1 -1
  197. package/src/helpers/logger.js +1 -1
  198. package/src/helpers/metadata.js +1 -1
  199. package/src/helpers/patchHelper.js +1 -1
  200. package/src/helpers/patchHelpers.js +1 -1
  201. package/src/helpers/percy/Percy.js +1 -1
  202. package/src/helpers/percy/PercyBinary.js +1 -1
  203. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  204. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  205. package/src/helpers/percy/PercySDK.js +1 -1
  206. package/src/helpers/percy/index.js +1 -1
  207. package/src/helpers/percy/utils.js +1 -1
  208. package/src/helpers/performance/constants.js +1 -1
  209. package/src/helpers/performance/performance-tester.js +1 -1
  210. package/src/helpers/playwright-helper.js +1 -1
  211. package/src/helpers/processHelper.js +1 -1
  212. package/src/helpers/puppeteer-helper.js +1 -1
  213. package/src/helpers/request-spy.js +1 -1
  214. package/src/helpers/setKeepAlive.js +1 -1
  215. package/src/helpers/stackFrameUtils.js +1 -1
  216. package/src/helpers/test-observability/constants.js +1 -1
  217. package/src/helpers/test-observability/error-handler.js +1 -1
  218. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  219. package/src/helpers/test-observability/sessionHandler.js +1 -1
  220. package/src/helpers/test-observability/utils.js +1 -1
  221. package/src/helpers/test-orchestration/constants.js +1 -1
  222. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  223. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  224. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  225. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  226. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  227. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  228. package/src/helpers/testhub/constants.js +1 -1
  229. package/src/helpers/testhub/testhubHandler.js +1 -1
  230. package/src/helpers/testhub/utils.js +1 -1
  231. package/src/helpers/utilities.js +1 -1
  232. package/src/helpers/w3cMapping.js +1 -1
  233. package/src/hubAllocationMethods.js +1 -1
  234. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a54_0x42b37e=a54_0x1759;(function(_0x364ca1,_0xf92c06){const _0x465215=a54_0x1759,_0x23cbe8=_0x364ca1();while(!![]){try{const _0x1ad164=-parseInt(_0x465215(0x1d2))/0x1*(-parseInt(_0x465215(0x1ea))/0x2)+-parseInt(_0x465215(0x1e1))/0x3*(-parseInt(_0x465215(0x20f))/0x4)+-parseInt(_0x465215(0x200))/0x5*(parseInt(_0x465215(0x1e2))/0x6)+parseInt(_0x465215(0x1f4))/0x7*(-parseInt(_0x465215(0x203))/0x8)+parseInt(_0x465215(0x1d0))/0x9+parseInt(_0x465215(0x1e9))/0xa*(parseInt(_0x465215(0x1ee))/0xb)+-parseInt(_0x465215(0x1dd))/0xc;if(_0x1ad164===_0xf92c06)break;else _0x23cbe8['push'](_0x23cbe8['shift']());}catch(_0x39e5e4){_0x23cbe8['push'](_0x23cbe8['shift']());}}}(a54_0x5860,0x5a20c));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a54_0x42b37e(0x1e0)),{TEMP_STORE_DIR_NAME}=require(a54_0x42b37e(0x1ca)),{nestedKeyValue}=require(a54_0x42b37e(0x1ed)),logger=require('../../../helpers/logger')[a54_0x42b37e(0x1be)],{getLogDir}=require(a54_0x42b37e(0x20b)),util=require('util'),helper=require(a54_0x42b37e(0x1ed)),{deterministicTestUUID}=require('../../../helpers/test-observability/utils');function a54_0x5860(){const _0x536e09=['env','toString','55ZtEtqX','undefined','InaHI','149928ahAKaU','_test','setAccessibilityPlatformValidation','tests','getTestUUID:\x20could\x20not\x20persist\x20uuid\x20for\x20','Error\x20writing\x20trace\x20file:\x20','axqhG','OmaqI','../../../helpers/logger','BROWSERSTACK_TESTHUB_UUID_SEED','.txt','readdirSync','8VlFihv','rLNaX','getDirPath','kBfTq','utf8','forEach','_integrations.json','DQFXy','kGPYR','yJBTf','writeFileSync','pid','__projectId','getTraceZipDir','Error\x20handling\x20trace\x20file\x20paths:\x20','rMGUQ','zzmkQ','parse','CvSGx','isValidEnvValue','_platformDetails.json','bgdnI','Failed\x20to\x20write\x20platform\x20validation\x20file\x20for\x20test\x20','Failed\x20to\x20parse\x20integrations\x20file\x20for\x20test\x20','rmSync','values','stringify','ZyFvr','homedir','XiGAs','getFilePath','winstonLogger','BS_TESTOPS_BUILD_HASHED_ID','join','exports','filePath','_traceZipPaths.json','jNKZP','getStoreDirPath','mkdirSync','addTraceFilePath','XYEKt','readFileSync','../../../helpers/test-observability/constants','.browserstack','HgCva','recursive','fxugR','setTestDetails','3012390VlOaug','default','727RIiCMb','getProjectIdFromTestInfo','push','Failed\x20to\x20write\x20integrations\x20file\x20for\x20test\x20','wfYXe','getTestRunIdFromTestInfo','setup','trace_','nTNdP','format','string','2406372rZgkjS','existsSync','yYlCj','uuid','2994VbCvgK','297282hGkryn','debug','traceZipPaths','getTraceFilePaths','iWGsk','getTestIdFromTestInfo','getIntegrations','2418630myzVpX','866EKaqGd','Error\x20reading\x20trace\x20file\x20paths:\x20%s','vvlEB','../../../helpers/helper','33WOsaiP','LDfMT','getTestDetails','Defpe','message','endsWith','98liUAin','urIUu','shutdown','RhBKC','getTestUUID','error','setIntegrations','jAgYd','getStoreDirName','getStoreDirSuffix'];a54_0x5860=function(){return _0x536e09;};return a54_0x5860();}function a54_0x1759(_0xdcfa62,_0x4bcfcb){const _0x586081=a54_0x5860();return a54_0x1759=function(_0x175960,_0x95d547){_0x175960=_0x175960-0x1af;let _0x203cc7=_0x586081[_0x175960];return _0x203cc7;},a54_0x1759(_0xdcfa62,_0x4bcfcb);}class TestDetails{static [a54_0x42b37e(0x206)]={};static[a54_0x42b37e(0x1d8)](){const _0x5ebeb0=a54_0x42b37e;this[_0x5ebeb0(0x1f6)]();const _0x6d9601={};_0x6d9601[_0x5ebeb0(0x1cd)]=!![],fs['mkdirSync'](this[_0x5ebeb0(0x211)](),_0x6d9601);const _0x37b258={};_0x37b258[_0x5ebeb0(0x1cd)]=!![],fs[_0x5ebeb0(0x1c6)](this[_0x5ebeb0(0x21c)](),_0x37b258);}static['getStoreDirSuffix'](){const _0x22c07c=a54_0x42b37e,_0x1fbd42={};_0x1fbd42[_0x22c07c(0x212)]=function(_0x297954,_0x23c32b){return _0x297954!==_0x23c32b;},_0x1fbd42[_0x22c07c(0x1ef)]='null',_0x1fbd42['vvlEB']=function(_0x22c035,_0x4f3f04){return _0x22c035!==_0x4f3f04;},_0x1fbd42[_0x22c07c(0x1c8)]=_0x22c07c(0x201),_0x1fbd42[_0x22c07c(0x1bc)]=function(_0x4566be,_0x11c7ac){return _0x4566be===_0x11c7ac;},_0x1fbd42['axqhG']=function(_0x9da096,_0x13f513){return _0x9da096===_0x13f513;},_0x1fbd42[_0x22c07c(0x1c4)]=_0x22c07c(0x1d1);const _0x96031a=_0x1fbd42,_0x2d3db5=process['env'][_0x22c07c(0x20c)],_0x39746a=_0x2d3db5&&_0x96031a['kBfTq'](_0x2d3db5,_0x96031a['LDfMT'])&&_0x96031a[_0x22c07c(0x1ec)](_0x2d3db5,_0x96031a[_0x22c07c(0x1c8)])?_0x2d3db5:process[_0x22c07c(0x1fe)][_0x22c07c(0x1bf)];if(!_0x39746a||_0x96031a['XiGAs'](_0x39746a,_0x96031a[_0x22c07c(0x1c8)])||_0x96031a[_0x22c07c(0x209)](_0x39746a,_0x96031a[_0x22c07c(0x1ef)]))return _0x96031a['jNKZP'];return _0x39746a;}static[a54_0x42b37e(0x1fc)](){const _0x375405=a54_0x42b37e,_0x1d51dd={};_0x1d51dd[_0x375405(0x1e6)]=function(_0x5f4bd2,_0x4b1643){return _0x5f4bd2+_0x4b1643;},_0x1d51dd[_0x375405(0x21e)]=function(_0x47a35b,_0x2d6403){return _0x47a35b+_0x2d6403;};const _0x3eccbb=_0x1d51dd;return _0x3eccbb['iWGsk'](_0x3eccbb[_0x375405(0x21e)](TEMP_STORE_DIR_NAME,'-'),TestDetails[_0x375405(0x1fd)]());}static['getStoreDirPath'](){const _0x41b11a=a54_0x42b37e,_0x43203a={};_0x43203a[_0x41b11a(0x1f7)]=function(_0xf57d24,_0x345a67){return _0xf57d24+_0x345a67;};const _0xe7eb09=_0x43203a;return path[_0x41b11a(0x1c0)](_0xe7eb09['RhBKC'](_0xe7eb09[_0x41b11a(0x1f7)](TEMP_STORE_DIR_NAME,'-'),TestDetails[_0x41b11a(0x1fd)]()));}static[a54_0x42b37e(0x21c)](){const _0x87f2d3=a54_0x42b37e,_0x4da224={};_0x4da224[_0x87f2d3(0x20a)]=_0x87f2d3(0x1e4);const _0x294008=_0x4da224;return path[_0x87f2d3(0x1c0)](this[_0x87f2d3(0x1c5)](),_0x294008[_0x87f2d3(0x20a)]);}static[a54_0x42b37e(0x211)](){return TestDetails['getStoreDirName']();}static[a54_0x42b37e(0x1bd)](_0x14800c){const _0xc1efb4=a54_0x42b37e,_0x23ac15={};_0x23ac15[_0xc1efb4(0x1d6)]=function(_0x45c83b,_0x4e1f49){return _0x45c83b+_0x4e1f49;},_0x23ac15[_0xc1efb4(0x218)]='.json';const _0x5aca1d=_0x23ac15;return path['join'](this[_0xc1efb4(0x211)](),_0x5aca1d['wfYXe'](_0x14800c,_0x5aca1d['yJBTf']));}static[a54_0x42b37e(0x1d7)](_0x1f1f01){const _0x248c87=a54_0x42b37e,_0x17aac6={};_0x17aac6[_0x248c87(0x1fb)]=function(_0x1d41c9,_0x17f08c){return _0x1d41c9+_0x17f08c;};const _0x18470e=_0x17aac6;return _0x18470e[_0x248c87(0x1fb)](_0x18470e[_0x248c87(0x1fb)](this[_0x248c87(0x1e7)](_0x1f1f01),'-'),_0x1f1f01['retry']);}static[a54_0x42b37e(0x1d3)](_0x534126){const _0x57363c=a54_0x42b37e,_0x2c392c={'bgdnI':function(_0x4439c8,_0x815358,_0x53c23a){return _0x4439c8(_0x815358,_0x53c23a);},'FgTpf':'_test','rngWB':'_projectId','InaHI':'project','yYlCj':_0x57363c(0x21b)};return _0x2c392c[_0x57363c(0x1b4)](nestedKeyValue,_0x534126,[_0x2c392c['FgTpf'],_0x2c392c['rngWB']])||_0x2c392c[_0x57363c(0x1b4)](nestedKeyValue,_0x534126,[_0x2c392c[_0x57363c(0x202)],_0x2c392c[_0x57363c(0x1df)]]);}static['getTestIdFromTestInfo'](_0x219937){const _0x436162=a54_0x42b37e,_0x1a1f21={'DQFXy':function(_0xa6883e,_0x5747b5,_0x11c50a){return _0xa6883e(_0x5747b5,_0x11c50a);},'kGPYR':_0x436162(0x204)};return _0x1a1f21[_0x436162(0x216)](nestedKeyValue,_0x219937,[_0x1a1f21[_0x436162(0x217)],'id'])||_0x219937['testId'];}static[a54_0x42b37e(0x1f8)](_0x11407b){const _0x1a08bc=a54_0x42b37e,_0x311983={'ZyFvr':function(_0x35d6b2,_0x3ba980){return _0x35d6b2===_0x3ba980;},'Defpe':_0x1a08bc(0x1dc),'zzmkQ':function(_0x8decae,_0xba576){return _0x8decae(_0xba576);},'pwxFI':function(_0x1210d0){return _0x1210d0();}};if(this[_0x1a08bc(0x206)][_0x11407b]&&_0x311983[_0x1a08bc(0x1ba)](typeof this['tests'][_0x11407b][_0x1a08bc(0x1e0)],_0x311983[_0x1a08bc(0x1f1)]))return this[_0x1a08bc(0x206)][_0x11407b]['uuid'];const _0x5c5b55=process[_0x1a08bc(0x1fe)][_0x1a08bc(0x20c)];if(helper[_0x1a08bc(0x1b2)](_0x5c5b55)){const _0xb3e2c0=_0x311983[_0x1a08bc(0x1af)](deterministicTestUUID,_0x11407b),_0x108cf1={};_0x108cf1['uuid']=_0xb3e2c0,this[_0x1a08bc(0x206)][_0x11407b]=_0x108cf1;try{const _0x5e7763={};_0x5e7763[_0x1a08bc(0x1cd)]=!![],fs[_0x1a08bc(0x1c6)](this[_0x1a08bc(0x211)](),_0x5e7763),fs[_0x1a08bc(0x219)](this[_0x1a08bc(0x1bd)](_0x11407b),JSON[_0x1a08bc(0x1b9)](this[_0x1a08bc(0x206)][_0x11407b]));}catch(_0x3af107){logger[_0x1a08bc(0x1e3)](_0x1a08bc(0x207)+_0x11407b+':\x20'+(_0x3af107&&_0x3af107[_0x1a08bc(0x1f2)]));}return _0xb3e2c0;}const _0x5b07ed=this[_0x1a08bc(0x1bd)](_0x11407b);if(_0x5b07ed&&fs['existsSync'](_0x5b07ed)){const _0x3a8d22=JSON[_0x1a08bc(0x1b0)](fs[_0x1a08bc(0x1c9)](_0x5b07ed)['toString']());return this[_0x1a08bc(0x206)][_0x11407b]=_0x3a8d22,this[_0x1a08bc(0x206)][_0x11407b][_0x1a08bc(0x1e0)];}return this[_0x1a08bc(0x206)][_0x11407b]={'uuid':_0x311983['pwxFI'](uuidv4)},fs[_0x1a08bc(0x219)](_0x5b07ed,JSON[_0x1a08bc(0x1b9)](this[_0x1a08bc(0x206)][_0x11407b])),this[_0x1a08bc(0x206)][_0x11407b][_0x1a08bc(0x1e0)];}static['getAccessibilityPlatformValidation'](_0x362752){const _0x201371=a54_0x42b37e,_0x197489=path[_0x201371(0x1c0)](this['getDirPath'](),_0x362752+_0x201371(0x1b3));if(_0x197489&&fs['existsSync'](_0x197489))return fs['readFileSync'](_0x197489)[_0x201371(0x1ff)]();}static[a54_0x42b37e(0x205)](_0x37671d,_0x51c6bd){const _0x271990=a54_0x42b37e;try{const _0x4a3879=this[_0x271990(0x211)](),_0x3c62d9={};_0x3c62d9[_0x271990(0x1cd)]=!![],fs['mkdirSync'](_0x4a3879,_0x3c62d9);const _0x426647=path[_0x271990(0x1c0)](_0x4a3879,_0x51c6bd+_0x271990(0x1b3));fs[_0x271990(0x219)](_0x426647,_0x37671d[_0x271990(0x1ff)]());}catch(_0x2740bd){logger[_0x271990(0x1e3)](_0x271990(0x1b5)+_0x51c6bd+':\x20'+(_0x2740bd&&_0x2740bd['message']));}}static[a54_0x42b37e(0x1e8)](_0x1e78e8){const _0x3d22bb=a54_0x42b37e,_0x41b1b4=path[_0x3d22bb(0x1c0)](this['getDirPath'](),_0x1e78e8+_0x3d22bb(0x215));if(_0x41b1b4&&fs[_0x3d22bb(0x1de)](_0x41b1b4))try{return JSON[_0x3d22bb(0x1b0)](fs['readFileSync'](_0x41b1b4)[_0x3d22bb(0x1ff)]());}catch(_0x3f893e){return logger['debug'](_0x3d22bb(0x1b6)+_0x1e78e8+':\x20'+(_0x3f893e&&_0x3f893e[_0x3d22bb(0x1f2)])),null;}return null;}static[a54_0x42b37e(0x1fa)](_0x345df6,_0x368e71){const _0x332ab3=a54_0x42b37e,_0x42d41a={};_0x42d41a[_0x332ab3(0x1b1)]=function(_0x593c43,_0x3d25ee){return _0x593c43||_0x3d25ee;};const _0xcf9d2d=_0x42d41a;if(_0xcf9d2d[_0x332ab3(0x1b1)](!_0x345df6,!_0x368e71))return;try{const _0x12a894=this[_0x332ab3(0x211)](),_0x321817={};_0x321817[_0x332ab3(0x1cd)]=!![],fs[_0x332ab3(0x1c6)](_0x12a894,_0x321817);const _0x29c71b=path[_0x332ab3(0x1c0)](_0x12a894,_0x345df6+_0x332ab3(0x215));fs[_0x332ab3(0x219)](_0x29c71b,JSON[_0x332ab3(0x1b9)](_0x368e71));}catch(_0x1f01aa){logger[_0x332ab3(0x1e3)](_0x332ab3(0x1d5)+_0x345df6+':\x20'+(_0x1f01aa&&_0x1f01aa[_0x332ab3(0x1f2)]));}}static['shutdown'](){const _0x63bd7b=a54_0x42b37e,_0x22b5f3={};_0x22b5f3[_0x63bd7b(0x1cd)]=!![],_0x22b5f3['force']=!![],fs[_0x63bd7b(0x1b7)](this['getDirPath'](),_0x22b5f3);}static[a54_0x42b37e(0x1f0)](_0x56b5b6){const _0x1385d4=a54_0x42b37e;if(this[_0x1385d4(0x206)][_0x56b5b6])return this[_0x1385d4(0x206)][_0x56b5b6];const _0x203ff8=this['getFilePath'](_0x56b5b6);if(_0x203ff8&&fs[_0x1385d4(0x1de)](_0x203ff8)){const _0x467e41=JSON[_0x1385d4(0x1b0)](fs[_0x1385d4(0x1c9)](_0x203ff8)[_0x1385d4(0x1ff)]());return this[_0x1385d4(0x206)][_0x56b5b6]=_0x467e41,_0x467e41;}return{};}static[a54_0x42b37e(0x1cf)](_0x365fcd,_0x496ae1){const _0xc81aa=a54_0x42b37e,_0x551cb4=this[_0xc81aa(0x1bd)](_0x365fcd);if(_0x551cb4&&fs[_0xc81aa(0x1de)](_0x551cb4)){const _0x3361d9=JSON[_0xc81aa(0x1b0)](fs[_0xc81aa(0x1c9)](_0x551cb4)[_0xc81aa(0x1ff)]()),_0x7c7e40={..._0x3361d9,..._0x496ae1};this[_0xc81aa(0x206)][_0x365fcd]=_0x7c7e40;}else this[_0xc81aa(0x206)][_0x365fcd]=_0x496ae1;fs['writeFileSync'](_0x551cb4,this[_0xc81aa(0x206)][_0x365fcd]);}static[a54_0x42b37e(0x1c7)](_0x437bb5){const _0x26714c=a54_0x42b37e,_0x251797={};_0x251797[_0x26714c(0x1cc)]=_0x26714c(0x21d);const _0x2449f8=_0x251797;try{const _0x2326f7=process[_0x26714c(0x21a)],_0x3120db=path[_0x26714c(0x1c0)](TestDetails[_0x26714c(0x21c)](),_0x2326f7+_0x26714c(0x1c3));let _0x2b3d96=[];_0x3120db&&fs[_0x26714c(0x1de)](_0x3120db)&&(_0x2b3d96=JSON[_0x26714c(0x1b0)](fs['readFileSync'](_0x3120db)[_0x26714c(0x1ff)]())),!_0x2b3d96['some'](_0x2d681b=>_0x2d681b[_0x26714c(0x1c2)]===_0x437bb5[_0x26714c(0x1c2)])&&(_0x2b3d96[_0x26714c(0x1d4)](_0x437bb5),fs[_0x26714c(0x219)](_0x3120db,JSON['stringify'](_0x2b3d96)));}catch(_0x25e902){logger[_0x26714c(0x1f9)](_0x2449f8['HgCva'],_0x25e902);}}static[a54_0x42b37e(0x1e5)](){const _0xc4f2ef=a54_0x42b37e,_0x3c06eb={};_0x3c06eb[_0xc4f2ef(0x1f5)]='_traceZipPaths.json',_0x3c06eb[_0xc4f2ef(0x210)]=_0xc4f2ef(0x1eb);const _0x1e0970=_0x3c06eb,_0x5ceb49=[];try{const _0x51b00b=TestDetails[_0xc4f2ef(0x21c)]();if(_0x51b00b&&!fs[_0xc4f2ef(0x1de)](_0x51b00b))return _0x5ceb49;const _0x4806c0=fs[_0xc4f2ef(0x20e)](_0x51b00b);_0x4806c0[_0xc4f2ef(0x214)](_0x5d331e=>{const _0x1632e7=_0xc4f2ef;if(_0x5d331e&&_0x5d331e[_0x1632e7(0x1f3)](_0x1e0970['urIUu'])){const _0x431362=JSON['parse'](fs[_0x1632e7(0x1c9)](path['join'](_0x51b00b,_0x5d331e))[_0x1632e7(0x1ff)]());_0x5ceb49[_0x1632e7(0x1d4)](..._0x431362);}});}catch(_0x5e69d9){logger[_0xc4f2ef(0x1f9)](util[_0xc4f2ef(0x1db)](_0x1e0970[_0xc4f2ef(0x210)],_0x5e69d9));}const _0x115940={};return _0x5ceb49['forEach'](_0x252508=>{_0x115940[_0x252508['filePath']]=_0x252508;}),Object[_0xc4f2ef(0x1b8)](_0x115940);}static['appendToTracePaths'](_0x29c1ff,_0x4a4806){const _0x310c36=a54_0x42b37e,_0x38efcd={};_0x38efcd[_0x310c36(0x1da)]=_0x310c36(0x1cb),_0x38efcd[_0x310c36(0x1ce)]=_0x310c36(0x213);const _0x39d400=_0x38efcd;try{const _0x52e01b=path['join'](helper[_0x310c36(0x1bb)](),_0x39d400[_0x310c36(0x1da)]);if(!fs[_0x310c36(0x1de)](_0x52e01b)){const _0x547f71={};_0x547f71[_0x310c36(0x1cd)]=!![],fs[_0x310c36(0x1c6)](_0x52e01b,_0x547f71);}fs['appendFileSync'](path[_0x310c36(0x1c0)](_0x52e01b,_0x310c36(0x1d9)+_0x4a4806+_0x310c36(0x20d)),_0x29c1ff+'\x0a',_0x39d400[_0x310c36(0x1ce)]);}catch(_0x12e8e0){console[_0x310c36(0x1f9)](_0x310c36(0x208)+_0x12e8e0['message']);}}}module[a54_0x42b37e(0x1c1)]=TestDetails;
1
+ function a58_0x363d(_0x51bdb5,_0x456795){const _0x1fcf1b=a58_0x1fcf();return a58_0x363d=function(_0x363d58,_0x58806d){_0x363d58=_0x363d58-0x1c9;let _0xfb396=_0x1fcf1b[_0x363d58];return _0xfb396;},a58_0x363d(_0x51bdb5,_0x456795);}const a58_0x3c57f1=a58_0x363d;function a58_0x1fcf(){const _0x4a0ce5=['../../../helpers/test-observability/utils','QAqTQ','exports','message','env','error','NWrJn','default','BROWSERSTACK_TESTHUB_UUID_SEED','Error\x20writing\x20trace\x20file:\x20','getStoreDirSuffix','8776MlBSyn','addTraceFilePath','VIkqc','shutdown','string','toString','JiIkf','debug','getDirPath','MHlSu','Failed\x20to\x20write\x20platform\x20validation\x20file\x20for\x20test\x20','setIntegrations','.browserstack','appendFileSync','sdshu','../../../helpers/logger','22372tDfWlT','__projectId','isValidEnvValue','recursive','SXcfm','getTraceZipDir','getIntegrations','_platformDetails.json','uuid','dvPEY','JspYq','5ZVSxgI','pHTRi','zFFWj','jzVrm','getFilePath','FvqYY','null','KcvLp','lsDne','wlDMy','project','join','Failed\x20to\x20write\x20integrations\x20file\x20for\x20test\x20','qcgnN','getTraceFilePaths','setup','44eKbSsZ','getAccessibilityPlatformValidation','2727fZnshK','_test','retry','writeFileSync','98UjyFbJ','../../../helpers/test-observability/constants','undefined','bijVk','GUjIw','_projectId','some','StWDW','getStoreDirPath','getTestIdFromTestInfo','getTestRunIdFromTestInfo','getTestUUID:\x20could\x20not\x20persist\x20uuid\x20for\x20','../../../helpers/helper','2777067znfQvd','getStoreDirName','jDVXP','traceZipPaths','_integrations.json','_traceZipPaths.json','.json','getProjectIdFromTestInfo','testId','setAccessibilityPlatformValidation','stringify','rmSync','mkdirSync','parse','4697844aNmZfJ','1124165fCjour','WqvKh','.txt','filePath','tests','QBRHM','rIJSs','readFileSync','values','Failed\x20to\x20parse\x20integrations\x20file\x20for\x20test\x20','setTestDetails','sWMXf','existsSync','255740kOPAKo','heUeO','1831608ZVePup','AKCXN','forEach','path'];a58_0x1fcf=function(){return _0x4a0ce5;};return a58_0x1fcf();}(function(_0x2c3151,_0xc200e2){const _0x44a6c8=a58_0x363d,_0x3c93f9=_0x2c3151();while(!![]){try{const _0x114a69=parseInt(_0x44a6c8(0x233))/0x1*(parseInt(_0x44a6c8(0x212))/0x2)+-parseInt(_0x44a6c8(0x1d5))/0x3+-parseInt(_0x44a6c8(0x1f3))/0x4*(parseInt(_0x44a6c8(0x21d))/0x5)+parseInt(_0x44a6c8(0x1e3))/0x6+-parseInt(_0x44a6c8(0x1e4))/0x7+parseInt(_0x44a6c8(0x202))/0x8*(parseInt(_0x44a6c8(0x22f))/0x9)+-parseInt(_0x44a6c8(0x1f1))/0xa*(-parseInt(_0x44a6c8(0x22d))/0xb);if(_0x114a69===_0xc200e2)break;else _0x3c93f9['push'](_0x3c93f9['shift']());}catch(_0x5f6862){_0x3c93f9['push'](_0x3c93f9['shift']());}}}(a58_0x1fcf,0xbbea7));const fs=require('fs'),path=require(a58_0x3c57f1(0x1f6)),{v4:uuidv4}=require(a58_0x3c57f1(0x21a)),{TEMP_STORE_DIR_NAME}=require(a58_0x3c57f1(0x1c9)),{nestedKeyValue}=require(a58_0x3c57f1(0x1d4)),logger=require(a58_0x3c57f1(0x211))['winstonLogger'],{getLogDir}=require(a58_0x3c57f1(0x211)),util=require('util'),helper=require(a58_0x3c57f1(0x1d4)),{deterministicTestUUID}=require(a58_0x3c57f1(0x1f7));class TestDetails{static ['tests']={};static[a58_0x3c57f1(0x22c)](){const _0x27bf75=a58_0x3c57f1;this[_0x27bf75(0x205)]();const _0x2be30a={};_0x2be30a[_0x27bf75(0x215)]=!![],fs['mkdirSync'](this[_0x27bf75(0x20a)](),_0x2be30a);const _0x435975={};_0x435975[_0x27bf75(0x215)]=!![],fs['mkdirSync'](this[_0x27bf75(0x217)](),_0x435975);}static[a58_0x3c57f1(0x201)](){const _0x48915c=a58_0x3c57f1,_0x561fb4={};_0x561fb4[_0x48915c(0x222)]=function(_0x8a6335,_0x24b87d){return _0x8a6335!==_0x24b87d;},_0x561fb4[_0x48915c(0x1f8)]=_0x48915c(0x223),_0x561fb4['JiIkf']=_0x48915c(0x1ca),_0x561fb4[_0x48915c(0x1e5)]=function(_0x5dbb42,_0x4367c1){return _0x5dbb42===_0x4367c1;},_0x561fb4[_0x48915c(0x226)]=function(_0x19d78f,_0x146056){return _0x19d78f===_0x146056;},_0x561fb4[_0x48915c(0x224)]=_0x48915c(0x1fe);const _0x6414cb=_0x561fb4,_0x856168=process[_0x48915c(0x1fb)][_0x48915c(0x1ff)],_0x50820a=_0x856168&&_0x6414cb[_0x48915c(0x222)](_0x856168,_0x6414cb[_0x48915c(0x1f8)])&&_0x6414cb[_0x48915c(0x222)](_0x856168,_0x6414cb[_0x48915c(0x208)])?_0x856168:process[_0x48915c(0x1fb)]['BS_TESTOPS_BUILD_HASHED_ID'];if(!_0x50820a||_0x6414cb[_0x48915c(0x1e5)](_0x50820a,_0x6414cb[_0x48915c(0x208)])||_0x6414cb[_0x48915c(0x226)](_0x50820a,_0x6414cb['QAqTQ']))return _0x6414cb[_0x48915c(0x224)];return _0x50820a;}static[a58_0x3c57f1(0x1d6)](){const _0x1f6b8c=a58_0x3c57f1,_0x41b2cc={};_0x41b2cc[_0x1f6b8c(0x21f)]=function(_0x1c1810,_0x39940d){return _0x1c1810+_0x39940d;};const _0xd13dc6=_0x41b2cc;return _0xd13dc6['zFFWj'](_0xd13dc6[_0x1f6b8c(0x21f)](TEMP_STORE_DIR_NAME,'-'),TestDetails['getStoreDirSuffix']());}static[a58_0x3c57f1(0x1d0)](){const _0x32a43e=a58_0x3c57f1,_0x2dc59b={};_0x2dc59b[_0x32a43e(0x216)]=function(_0x47dcac,_0x474381){return _0x47dcac+_0x474381;};const _0x29ac53=_0x2dc59b;return path[_0x32a43e(0x228)](_0x29ac53['SXcfm'](_0x29ac53[_0x32a43e(0x216)](TEMP_STORE_DIR_NAME,'-'),TestDetails[_0x32a43e(0x201)]()));}static[a58_0x3c57f1(0x217)](){const _0x2e99da=a58_0x3c57f1,_0x24570c={};_0x24570c[_0x2e99da(0x21b)]=_0x2e99da(0x1d8);const _0x1ac5d8=_0x24570c;return path['join'](this[_0x2e99da(0x1d0)](),_0x1ac5d8[_0x2e99da(0x21b)]);}static[a58_0x3c57f1(0x20a)](){const _0x4b3a76=a58_0x3c57f1;return TestDetails[_0x4b3a76(0x1d6)]();}static[a58_0x3c57f1(0x221)](_0x3d1c01){const _0x29ad8c=a58_0x3c57f1,_0x211c50={};_0x211c50['StWDW']=function(_0x16a142,_0x386031){return _0x16a142+_0x386031;},_0x211c50[_0x29ad8c(0x21e)]=_0x29ad8c(0x1db);const _0x6d191f=_0x211c50;return path[_0x29ad8c(0x228)](this['getDirPath'](),_0x6d191f[_0x29ad8c(0x1cf)](_0x3d1c01,_0x6d191f['pHTRi']));}static[a58_0x3c57f1(0x1d2)](_0x4e2ab1){const _0x142df4=a58_0x3c57f1,_0x3f47e9={};_0x3f47e9[_0x142df4(0x210)]=function(_0x57555d,_0x500168){return _0x57555d+_0x500168;},_0x3f47e9[_0x142df4(0x220)]=function(_0x3cfee2,_0x79813){return _0x3cfee2+_0x79813;};const _0x41eb1c=_0x3f47e9;return _0x41eb1c[_0x142df4(0x210)](_0x41eb1c['jzVrm'](this[_0x142df4(0x1d1)](_0x4e2ab1),'-'),_0x4e2ab1[_0x142df4(0x231)]);}static[a58_0x3c57f1(0x1dc)](_0x5e9402){const _0x2e963e=a58_0x3c57f1,_0x8833e2={'jDVXP':function(_0x5d7a04,_0x374f6e,_0x4117fe){return _0x5d7a04(_0x374f6e,_0x4117fe);},'AKCXN':_0x2e963e(0x230),'NWrJn':_0x2e963e(0x1cd),'qcgnN':_0x2e963e(0x227),'MHlSu':_0x2e963e(0x213)};return _0x8833e2[_0x2e963e(0x1d7)](nestedKeyValue,_0x5e9402,[_0x8833e2[_0x2e963e(0x1f4)],_0x8833e2[_0x2e963e(0x1fd)]])||_0x8833e2[_0x2e963e(0x1d7)](nestedKeyValue,_0x5e9402,[_0x8833e2[_0x2e963e(0x22a)],_0x8833e2[_0x2e963e(0x20b)]]);}static[a58_0x3c57f1(0x1d1)](_0x4233e3){const _0x5a5df5=a58_0x3c57f1,_0x1fe5c7={'JspYq':function(_0x5397ed,_0x206b5e,_0x328fb4){return _0x5397ed(_0x206b5e,_0x328fb4);},'GUjIw':_0x5a5df5(0x230)};return _0x1fe5c7[_0x5a5df5(0x21c)](nestedKeyValue,_0x4233e3,[_0x1fe5c7[_0x5a5df5(0x1cc)],'id'])||_0x4233e3[_0x5a5df5(0x1dd)];}static['getTestUUID'](_0x2b35ee){const _0x1ba448=a58_0x3c57f1,_0xcb7e3a={'lsDne':function(_0x630316,_0x126f97){return _0x630316===_0x126f97;},'vPPWJ':_0x1ba448(0x206),'LgiTc':function(_0x21cace,_0xb8333a){return _0x21cace(_0xb8333a);},'VIkqc':function(_0x473f63){return _0x473f63();}};if(this[_0x1ba448(0x1e8)][_0x2b35ee]&&_0xcb7e3a[_0x1ba448(0x225)](typeof this[_0x1ba448(0x1e8)][_0x2b35ee]['uuid'],_0xcb7e3a['vPPWJ']))return this['tests'][_0x2b35ee][_0x1ba448(0x21a)];const _0x51d535=process['env'][_0x1ba448(0x1ff)];if(helper[_0x1ba448(0x214)](_0x51d535)){const _0x5011d3=_0xcb7e3a['LgiTc'](deterministicTestUUID,_0x2b35ee),_0x4ed291={};_0x4ed291[_0x1ba448(0x21a)]=_0x5011d3,this[_0x1ba448(0x1e8)][_0x2b35ee]=_0x4ed291;try{const _0x1bac54={};_0x1bac54['recursive']=!![],fs[_0x1ba448(0x1e1)](this['getDirPath'](),_0x1bac54),fs[_0x1ba448(0x232)](this[_0x1ba448(0x221)](_0x2b35ee),JSON[_0x1ba448(0x1df)](this[_0x1ba448(0x1e8)][_0x2b35ee]));}catch(_0x1db8eb){logger['debug'](_0x1ba448(0x1d3)+_0x2b35ee+':\x20'+(_0x1db8eb&&_0x1db8eb['message']));}return _0x5011d3;}const _0x43c02b=this[_0x1ba448(0x221)](_0x2b35ee);if(_0x43c02b&&fs['existsSync'](_0x43c02b)){const _0x36afb5=JSON[_0x1ba448(0x1e2)](fs['readFileSync'](_0x43c02b)[_0x1ba448(0x207)]());return this[_0x1ba448(0x1e8)][_0x2b35ee]=_0x36afb5,this[_0x1ba448(0x1e8)][_0x2b35ee]['uuid'];}return this['tests'][_0x2b35ee]={'uuid':_0xcb7e3a[_0x1ba448(0x204)](uuidv4)},fs[_0x1ba448(0x232)](_0x43c02b,JSON['stringify'](this[_0x1ba448(0x1e8)][_0x2b35ee])),this['tests'][_0x2b35ee][_0x1ba448(0x21a)];}static[a58_0x3c57f1(0x22e)](_0x135a76){const _0x45a571=a58_0x3c57f1,_0x535743=path[_0x45a571(0x228)](this[_0x45a571(0x20a)](),_0x135a76+_0x45a571(0x219));if(_0x535743&&fs[_0x45a571(0x1f0)](_0x535743))return fs[_0x45a571(0x1eb)](_0x535743)[_0x45a571(0x207)]();}static[a58_0x3c57f1(0x1de)](_0x43c944,_0xb141ec){const _0x48cf48=a58_0x3c57f1;try{const _0x103a36=this[_0x48cf48(0x20a)](),_0x402b33={};_0x402b33['recursive']=!![],fs[_0x48cf48(0x1e1)](_0x103a36,_0x402b33);const _0xde310a=path['join'](_0x103a36,_0xb141ec+_0x48cf48(0x219));fs['writeFileSync'](_0xde310a,_0x43c944[_0x48cf48(0x207)]());}catch(_0x38f0e2){logger[_0x48cf48(0x209)](_0x48cf48(0x20c)+_0xb141ec+':\x20'+(_0x38f0e2&&_0x38f0e2[_0x48cf48(0x1fa)]));}}static[a58_0x3c57f1(0x218)](_0x2d3777){const _0x33821f=a58_0x3c57f1,_0x3b5471=path[_0x33821f(0x228)](this[_0x33821f(0x20a)](),_0x2d3777+'_integrations.json');if(_0x3b5471&&fs['existsSync'](_0x3b5471))try{return JSON[_0x33821f(0x1e2)](fs[_0x33821f(0x1eb)](_0x3b5471)[_0x33821f(0x207)]());}catch(_0x4fdd7f){return logger['debug'](_0x33821f(0x1ed)+_0x2d3777+':\x20'+(_0x4fdd7f&&_0x4fdd7f['message'])),null;}return null;}static[a58_0x3c57f1(0x20d)](_0x5e75a9,_0x334284){const _0xcd8570=a58_0x3c57f1,_0x7ec66d={};_0x7ec66d[_0xcd8570(0x1ef)]=function(_0x52ebb7,_0x5987f8){return _0x52ebb7||_0x5987f8;};const _0x3c7555=_0x7ec66d;if(_0x3c7555[_0xcd8570(0x1ef)](!_0x5e75a9,!_0x334284))return;try{const _0x3ebd60=this[_0xcd8570(0x20a)](),_0x2fbaa4={};_0x2fbaa4[_0xcd8570(0x215)]=!![],fs[_0xcd8570(0x1e1)](_0x3ebd60,_0x2fbaa4);const _0x1e113a=path[_0xcd8570(0x228)](_0x3ebd60,_0x5e75a9+_0xcd8570(0x1d9));fs[_0xcd8570(0x232)](_0x1e113a,JSON[_0xcd8570(0x1df)](_0x334284));}catch(_0x47fea7){logger[_0xcd8570(0x209)](_0xcd8570(0x229)+_0x5e75a9+':\x20'+(_0x47fea7&&_0x47fea7[_0xcd8570(0x1fa)]));}}static[a58_0x3c57f1(0x205)](){const _0x42ffe5=a58_0x3c57f1,_0x5ea0f1={};_0x5ea0f1[_0x42ffe5(0x215)]=!![],_0x5ea0f1['force']=!![],fs[_0x42ffe5(0x1e0)](this[_0x42ffe5(0x20a)](),_0x5ea0f1);}static['getTestDetails'](_0x247953){const _0x198bcb=a58_0x3c57f1;if(this[_0x198bcb(0x1e8)][_0x247953])return this[_0x198bcb(0x1e8)][_0x247953];const _0x4f0409=this[_0x198bcb(0x221)](_0x247953);if(_0x4f0409&&fs[_0x198bcb(0x1f0)](_0x4f0409)){const _0x1fdcfd=JSON['parse'](fs['readFileSync'](_0x4f0409)[_0x198bcb(0x207)]());return this[_0x198bcb(0x1e8)][_0x247953]=_0x1fdcfd,_0x1fdcfd;}return{};}static[a58_0x3c57f1(0x1ee)](_0x165b04,_0x18accf){const _0x13c9ad=a58_0x3c57f1,_0x35f04a=this['getFilePath'](_0x165b04);if(_0x35f04a&&fs['existsSync'](_0x35f04a)){const _0x139336=JSON['parse'](fs[_0x13c9ad(0x1eb)](_0x35f04a)[_0x13c9ad(0x207)]()),_0x48d3f2={..._0x139336,..._0x18accf};this[_0x13c9ad(0x1e8)][_0x165b04]=_0x48d3f2;}else this[_0x13c9ad(0x1e8)][_0x165b04]=_0x18accf;fs['writeFileSync'](_0x35f04a,this['tests'][_0x165b04]);}static[a58_0x3c57f1(0x203)](_0x33e8c3){const _0xd4ee47=a58_0x3c57f1,_0x6a70b6={};_0x6a70b6['OtFmP']='Error\x20handling\x20trace\x20file\x20paths:\x20';const _0x58d477=_0x6a70b6;try{const _0x2162c3=process['pid'],_0x395f1b=path[_0xd4ee47(0x228)](TestDetails[_0xd4ee47(0x217)](),_0x2162c3+_0xd4ee47(0x1da));let _0x21595a=[];_0x395f1b&&fs[_0xd4ee47(0x1f0)](_0x395f1b)&&(_0x21595a=JSON[_0xd4ee47(0x1e2)](fs[_0xd4ee47(0x1eb)](_0x395f1b)['toString']())),!_0x21595a[_0xd4ee47(0x1ce)](_0x1a0f93=>_0x1a0f93[_0xd4ee47(0x1e7)]===_0x33e8c3[_0xd4ee47(0x1e7)])&&(_0x21595a['push'](_0x33e8c3),fs[_0xd4ee47(0x232)](_0x395f1b,JSON[_0xd4ee47(0x1df)](_0x21595a)));}catch(_0x181383){logger[_0xd4ee47(0x1fc)](_0x58d477['OtFmP'],_0x181383);}}static[a58_0x3c57f1(0x22b)](){const _0x216af1=a58_0x3c57f1,_0xa7d4f2={};_0xa7d4f2[_0x216af1(0x1f2)]=_0x216af1(0x1da),_0xa7d4f2[_0x216af1(0x1ea)]='Error\x20reading\x20trace\x20file\x20paths:\x20%s';const _0x4ad46f=_0xa7d4f2,_0x5d639e=[];try{const _0x5b1057=TestDetails[_0x216af1(0x217)]();if(_0x5b1057&&!fs[_0x216af1(0x1f0)](_0x5b1057))return _0x5d639e;const _0x271ae0=fs['readdirSync'](_0x5b1057);_0x271ae0[_0x216af1(0x1f5)](_0x111701=>{const _0x376c12=_0x216af1;if(_0x111701&&_0x111701['endsWith'](_0x4ad46f[_0x376c12(0x1f2)])){const _0x357f14=JSON[_0x376c12(0x1e2)](fs['readFileSync'](path[_0x376c12(0x228)](_0x5b1057,_0x111701))[_0x376c12(0x207)]());_0x5d639e['push'](..._0x357f14);}});}catch(_0x35e1e2){logger['error'](util['format'](_0x4ad46f[_0x216af1(0x1ea)],_0x35e1e2));}const _0x517055={};return _0x5d639e[_0x216af1(0x1f5)](_0xe51fe4=>{const _0x22a286=_0x216af1;_0x517055[_0xe51fe4[_0x22a286(0x1e7)]]=_0xe51fe4;}),Object[_0x216af1(0x1ec)](_0x517055);}static['appendToTracePaths'](_0x3c0c67,_0x3912eb){const _0x50eb93=a58_0x3c57f1,_0x590748={};_0x590748[_0x50eb93(0x1e9)]=_0x50eb93(0x20e),_0x590748[_0x50eb93(0x1cb)]='utf8';const _0x5dc16d=_0x590748;try{const _0x582d41=path['join'](helper['homedir'](),_0x5dc16d[_0x50eb93(0x1e9)]);if(!fs['existsSync'](_0x582d41)){const _0x440908={};_0x440908[_0x50eb93(0x215)]=!![],fs[_0x50eb93(0x1e1)](_0x582d41,_0x440908);}fs[_0x50eb93(0x20f)](path['join'](_0x582d41,'trace_'+_0x3912eb+_0x50eb93(0x1e6)),_0x3c0c67+'\x0a',_0x5dc16d[_0x50eb93(0x1cb)]);}catch(_0x3bb015){console['error'](_0x50eb93(0x200)+_0x3bb015[_0x50eb93(0x1fa)]);}}}module[a58_0x3c57f1(0x1f9)]=TestDetails;
@@ -1 +1 @@
1
- 'use strict';const a55_0x36d738=a55_0x16e8;function a55_0x16e8(_0x4759c6,_0x19a2b0){const _0x3292d9=a55_0x3292();return a55_0x16e8=function(_0x16e8e4,_0x15c7ae){_0x16e8e4=_0x16e8e4-0xb0;let _0x32d079=_0x3292d9[_0x16e8e4];return _0x32d079;},a55_0x16e8(_0x4759c6,_0x19a2b0);}(function(_0x477c31,_0x1bf683){const _0x51d41e=a55_0x16e8,_0xf5c3d8=_0x477c31();while(!![]){try{const _0x2f1fee=-parseInt(_0x51d41e(0xbb))/0x1+parseInt(_0x51d41e(0xd6))/0x2+-parseInt(_0x51d41e(0xcb))/0x3*(-parseInt(_0x51d41e(0xb8))/0x4)+-parseInt(_0x51d41e(0xc7))/0x5*(-parseInt(_0x51d41e(0xd8))/0x6)+-parseInt(_0x51d41e(0xe7))/0x7+-parseInt(_0x51d41e(0xc1))/0x8*(-parseInt(_0x51d41e(0xdf))/0x9)+-parseInt(_0x51d41e(0xbf))/0xa;if(_0x2f1fee===_0x1bf683)break;else _0xf5c3d8['push'](_0xf5c3d8['shift']());}catch(_0x54b38d){_0xf5c3d8['push'](_0xf5c3d8['shift']());}}}(a55_0x3292,0x1fe97));function a55_0x3292(){const _0x9688f4=['[BrowserStack]\x20A\x20--reporter\x20flag\x20was\x20passed\x20on\x20the\x20Playwright\x20CLI;\x20it\x20overrides\x20the\x20config\x20reporter.\x20Merged\x20the\x20BrowserStack\x20Observability\x20reporter\x20into\x20it\x20so\x20test\x20events\x20are\x20captured.','DTMVI','sxHgv','dRExV','length','QDThQ','qGYDF','./reporter/reporter.js','8ZJCgIH','join','IGPHZ','170886tfdmis','aIlgf','path','--reporter=','4122130Gdjaus','amixQ','136Yizajw','exports','[BrowserStack]\x20CLI\x20reporter\x20arg\x20after\x20merge:\x20','winstonLogger','JprQI','isArray','137265HXUDQc','prefix','BROWSERSTACK_PW_REPORTER_PATH','split','361281jQWRck','push','string','ybefr','util','includes','FnhiR','slice','warn','debug','hccuq','326644UbZCmk','some','36YBDOFe','../../helpers/logger','WTmLx','pSQPC','platform','startsWith','VtXRl','123471OBPFjL','kqCHP','aApjG','uAAlB','vwekl','[BrowserStack]\x20Failed\x20to\x20merge\x20BrowserStack\x20reporter\x20into\x20CLI\x20--reporter\x20flag:\x20','paZcy','flagIdx','618149KGUutY'];a55_0x3292=function(){return _0x9688f4;};return a55_0x3292();}const path=require(a55_0x36d738(0xbd)),{format}=require(a55_0x36d738(0xcf)),logger=require(a55_0x36d738(0xd9))[a55_0x36d738(0xc4)],BROWSERSTACK_PW_REPORTER_PATH=path[a55_0x36d738(0xb9)](__dirname,a55_0x36d738(0xb7)),INLINE_PREFIXES=[a55_0x36d738(0xbe)],BARE_FLAGS=['--reporter'],stripQuotes=_0x352a63=>{const _0x3f9b15=a55_0x36d738,_0x1d81ad={'WTmLx':function(_0x2e0699,_0x13b26c){return _0x2e0699(_0x13b26c);},'DTMVI':function(_0x19018b,_0x22e074){return _0x19018b>=_0x22e074;},'CBZvF':function(_0xe4e8ea,_0x5f3c14){return _0xe4e8ea-_0x5f3c14;},'dRExV':function(_0x188d37,_0x2434f5){return _0x188d37===_0x2434f5;},'amixQ':function(_0xb0024,_0x536df7){return _0xb0024===_0x536df7;}},_0x43a865=_0x1d81ad[_0x3f9b15(0xda)](String,_0x352a63);if(_0x1d81ad[_0x3f9b15(0xb1)](_0x43a865[_0x3f9b15(0xb4)],0x2)){const _0x5c0497=_0x43a865[0x0],_0x510777=_0x43a865[_0x1d81ad['CBZvF'](_0x43a865['length'],0x1)];if(_0x1d81ad[_0x3f9b15(0xb3)](_0x5c0497,'\x22')&&_0x1d81ad['dRExV'](_0x510777,'\x22')||_0x1d81ad[_0x3f9b15(0xc0)](_0x5c0497,'\x27')&&_0x1d81ad[_0x3f9b15(0xb3)](_0x510777,'\x27'))return _0x43a865[_0x3f9b15(0xd2)](0x1,-0x1);}return _0x43a865;},resolveQuietly=_0x276aa1=>{try{return path['resolve'](_0x276aa1);}catch(_0x40eb62){return null;}},renderValue=(_0x4afb09,_0x2f11ca)=>{const _0x447b01=a55_0x36d738,_0x5d2f65={};_0x5d2f65[_0x447b01(0xba)]=function(_0xc985c4,_0x3e3de8){return _0xc985c4===_0x3e3de8;},_0x5d2f65[_0x447b01(0xde)]='win32';const _0x30b849=_0x5d2f65,_0xa41f06=_0x4afb09[_0x447b01(0xb9)](',');return _0x30b849[_0x447b01(0xba)](_0x2f11ca,_0x30b849[_0x447b01(0xde)])?'\x22'+_0xa41f06+'\x22':_0xa41f06;},buildMergedList=(_0x1d765f,_0x4d1a5c)=>{const _0x1d5575=a55_0x36d738,_0xcf56f8={'kqCHP':function(_0x416657,_0x35e33f){return _0x416657(_0x35e33f);},'sxHgv':function(_0x47cc4f,_0x57388b){return _0x47cc4f===_0x57388b;},'paZcy':function(_0x2f4a6f,_0x556d53){return _0x2f4a6f(_0x556d53);}};if(_0xcf56f8[_0x1d5575(0xe0)](String,_0x4d1a5c)[_0x1d5575(0xd0)](','))return null;const _0x3bcaae=_0xcf56f8[_0x1d5575(0xe0)](stripQuotes,_0x1d765f)[_0x1d5575(0xca)](',')['map'](_0xe079bf=>_0xe079bf['trim']())['filter'](_0xc413d=>_0xc413d[_0x1d5575(0xb4)]>0x0);if(_0xcf56f8[_0x1d5575(0xb2)](_0x3bcaae[_0x1d5575(0xb4)],0x0))return null;const _0xb1da0b=_0xcf56f8[_0x1d5575(0xe5)](resolveQuietly,_0x4d1a5c),_0x4979ca=_0x3bcaae[_0x1d5575(0xd7)](_0x17ff6f=>_0x17ff6f===_0x4d1a5c||_0xb1da0b!==null&&resolveQuietly(_0x17ff6f)===_0xb1da0b);return!_0x4979ca&&_0x3bcaae[_0x1d5575(0xcc)](_0x4d1a5c),_0x3bcaae;},findLastReporterFlag=_0x2e53b8=>{const _0x591302=a55_0x36d738,_0xc7de41={};_0xc7de41['aIlgf']=function(_0x26ef14,_0x21afa1){return _0x26ef14-_0x21afa1;},_0xc7de41[_0x591302(0xe3)]=function(_0xb9aa1d,_0x4e75fc){return _0xb9aa1d>=_0x4e75fc;},_0xc7de41[_0x591302(0xb5)]=function(_0x3dd25f,_0x564eeb){return _0x3dd25f!==_0x564eeb;},_0xc7de41[_0x591302(0xdb)]=_0x591302(0xcd);const _0x46f2d4=_0xc7de41;for(let _0x4938ea=_0x46f2d4[_0x591302(0xbc)](_0x2e53b8['length'],0x1);_0x46f2d4[_0x591302(0xe3)](_0x4938ea,0x0);_0x4938ea--){const _0x4394eb=_0x2e53b8[_0x4938ea];if(_0x46f2d4[_0x591302(0xb5)](typeof _0x4394eb,_0x46f2d4[_0x591302(0xdb)]))continue;const _0x221690=INLINE_PREFIXES['find'](_0x2f69cb=>_0x4394eb[_0x591302(0xdd)](_0x2f69cb));if(_0x221690){const _0x4cc8c8={};return _0x4cc8c8[_0x591302(0xe6)]=_0x4938ea,_0x4cc8c8[_0x591302(0xc8)]=_0x221690,_0x4cc8c8;}if(BARE_FLAGS[_0x591302(0xd0)](_0x4394eb)){const _0x169e18={};return _0x169e18[_0x591302(0xe6)]=_0x4938ea,_0x169e18[_0x591302(0xc8)]=null,_0x169e18;}}return null;},mergeBrowserstackReporterIntoCliReporterFlag=(_0x461913,_0x3a9866={})=>{const _0x253bff=a55_0x36d738,_0x4d43dc={'ybefr':function(_0x4090d3,_0x3ba45e){return _0x4090d3===_0x3ba45e;},'hccuq':function(_0x81653f,_0x59a57d){return _0x81653f(_0x59a57d);},'YeGzI':function(_0x41169d,_0x326dd1){return _0x41169d+_0x326dd1;},'qGYDF':function(_0x581394,_0x52aef7){return _0x581394>=_0x52aef7;},'FnhiR':function(_0x2e29a4,_0x47c32b){return _0x2e29a4!==_0x47c32b;},'JprQI':'string','iIhvr':function(_0x5426ac,_0x47b6c9,_0x6c6e63){return _0x5426ac(_0x47b6c9,_0x6c6e63);},'aApjG':function(_0x1816cd,_0x48f5d7,_0x570f0b){return _0x1816cd(_0x48f5d7,_0x570f0b);},'uAAlB':_0x253bff(0xb0)};try{const {enabled:enabled=!![],reporterPath:reporterPath=BROWSERSTACK_PW_REPORTER_PATH,platform:platform=process[_0x253bff(0xdc)]}=_0x3a9866;if(_0x4d43dc[_0x253bff(0xce)](enabled,![]))return;if(!Array[_0x253bff(0xc6)](_0x461913))return;const _0x383565=_0x4d43dc['hccuq'](findLastReporterFlag,_0x461913);if(_0x4d43dc['ybefr'](_0x383565,null))return;let _0x490816,_0x2fc85a;if(_0x383565[_0x253bff(0xc8)])_0x490816=_0x383565[_0x253bff(0xe6)],_0x2fc85a=_0x461913[_0x383565[_0x253bff(0xe6)]][_0x253bff(0xd2)](_0x383565[_0x253bff(0xc8)][_0x253bff(0xb4)]);else{_0x490816=_0x4d43dc['YeGzI'](_0x383565[_0x253bff(0xe6)],0x1);if(_0x4d43dc[_0x253bff(0xb6)](_0x490816,_0x461913[_0x253bff(0xb4)])||_0x4d43dc[_0x253bff(0xd1)](typeof _0x461913[_0x490816],_0x4d43dc[_0x253bff(0xc5)])||_0x461913[_0x490816][_0x253bff(0xdd)]('-'))return;_0x2fc85a=_0x461913[_0x490816];}const _0xb4360b=_0x4d43dc['iIhvr'](buildMergedList,_0x2fc85a,reporterPath);if(_0x4d43dc[_0x253bff(0xce)](_0xb4360b,null))return;const _0x40a964=_0x4d43dc[_0x253bff(0xe1)](renderValue,_0xb4360b,platform);_0x461913[_0x490816]=_0x383565['prefix']?''+_0x383565['prefix']+_0x40a964:_0x40a964,logger[_0x253bff(0xd3)](_0x4d43dc[_0x253bff(0xe2)]),logger[_0x253bff(0xd4)](_0x253bff(0xc3)+_0x461913[_0x490816]);}catch(_0x3f8d2d){logger[_0x253bff(0xd4)](_0x253bff(0xe4)+_0x4d43dc[_0x253bff(0xd5)](format,_0x3f8d2d));}},a55_0x42539e={};a55_0x42539e['mergeBrowserstackReporterIntoCliReporterFlag']=mergeBrowserstackReporterIntoCliReporterFlag,a55_0x42539e[a55_0x36d738(0xc9)]=BROWSERSTACK_PW_REPORTER_PATH,module[a55_0x36d738(0xc2)]=a55_0x42539e;
1
+ 'use strict';const a59_0x4f50cf=a59_0x442c;(function(_0x4ce687,_0x24f422){const _0xd5e0b6=a59_0x442c,_0x5512ab=_0x4ce687();while(!![]){try{const _0x192648=parseInt(_0xd5e0b6(0x15e))/0x1+parseInt(_0xd5e0b6(0x165))/0x2*(parseInt(_0xd5e0b6(0x156))/0x3)+-parseInt(_0xd5e0b6(0x13a))/0x4*(parseInt(_0xd5e0b6(0x14b))/0x5)+-parseInt(_0xd5e0b6(0x15d))/0x6*(parseInt(_0xd5e0b6(0x145))/0x7)+-parseInt(_0xd5e0b6(0x15a))/0x8+-parseInt(_0xd5e0b6(0x16f))/0x9+parseInt(_0xd5e0b6(0x13e))/0xa;if(_0x192648===_0x24f422)break;else _0x5512ab['push'](_0x5512ab['shift']());}catch(_0x5425fa){_0x5512ab['push'](_0x5512ab['shift']());}}}(a59_0x2d80,0xc2845));function a59_0x442c(_0x18091f,_0x3509aa){const _0x2d80c2=a59_0x2d80();return a59_0x442c=function(_0x442c25,_0x4b9252){_0x442c25=_0x442c25-0x139;let _0x169ec3=_0x2d80c2[_0x442c25];return _0x169ec3;},a59_0x442c(_0x18091f,_0x3509aa);}function a59_0x2d80(){const _0x535825=['isArray','EPmGr','CPLbT','map','join','length','6882bUGfrL','some','FHqxh','./reporter/reporter.js','4831312rAWchE','filter','ooWUb','2389650peyHKz','180588iOkBhw','startsWith','push','find','QPiBg','win32','../../helpers/logger','608OXrsAH','prefix','soXSu','string','QVVjx','exports','trim','split','nIkrQ','platform','7027290KsGJRF','winstonLogger','ZTXiu','bveTe','1695668KUUjss','--reporter=','debug','SCUaX','37700770XLfskw','flagIdx','mergeBrowserstackReporterIntoCliReporterFlag','[BrowserStack]\x20A\x20--reporter\x20flag\x20was\x20passed\x20on\x20the\x20Playwright\x20CLI;\x20it\x20overrides\x20the\x20config\x20reporter.\x20Merged\x20the\x20BrowserStack\x20Observability\x20reporter\x20into\x20it\x20so\x20test\x20events\x20are\x20captured.','resolve','uKniE','BROWSERSTACK_PW_REPORTER_PATH','21dDPNmh','vfPaR','EELTH','warn','VMrZl','slice','15gxOBzr','path','NciVa','[BrowserStack]\x20Failed\x20to\x20merge\x20BrowserStack\x20reporter\x20into\x20CLI\x20--reporter\x20flag:\x20','includes'];a59_0x2d80=function(){return _0x535825;};return a59_0x2d80();}const path=require(a59_0x4f50cf(0x14c)),{format}=require('util'),logger=require(a59_0x4f50cf(0x164))[a59_0x4f50cf(0x170)],BROWSERSTACK_PW_REPORTER_PATH=path[a59_0x4f50cf(0x154)](__dirname,a59_0x4f50cf(0x159)),INLINE_PREFIXES=[a59_0x4f50cf(0x13b)],BARE_FLAGS=['--reporter'],stripQuotes=_0x65b0c7=>{const _0x111094=a59_0x4f50cf,_0x16067e={'PjIjE':function(_0x21fa36,_0x445abb){return _0x21fa36(_0x445abb);},'UUYrF':function(_0x3ee20b,_0x13c663){return _0x3ee20b>=_0x13c663;},'VMrZl':function(_0x46b57f,_0x29d33f){return _0x46b57f-_0x29d33f;},'bhFAR':function(_0x11adb2,_0x50cb57){return _0x11adb2===_0x50cb57;},'QPiBg':function(_0x199089,_0xde1410){return _0x199089===_0xde1410;},'IbEEk':function(_0x209f23,_0x507c37){return _0x209f23===_0x507c37;}},_0x1eea93=_0x16067e['PjIjE'](String,_0x65b0c7);if(_0x16067e['UUYrF'](_0x1eea93[_0x111094(0x155)],0x2)){const _0x266d06=_0x1eea93[0x0],_0x247239=_0x1eea93[_0x16067e[_0x111094(0x149)](_0x1eea93[_0x111094(0x155)],0x1)];if(_0x16067e['bhFAR'](_0x266d06,'\x22')&&_0x16067e['QPiBg'](_0x247239,'\x22')||_0x16067e['IbEEk'](_0x266d06,'\x27')&&_0x16067e[_0x111094(0x162)](_0x247239,'\x27'))return _0x1eea93[_0x111094(0x14a)](0x1,-0x1);}return _0x1eea93;},resolveQuietly=_0x1af76a=>{const _0x40ef1e=a59_0x4f50cf;try{return path[_0x40ef1e(0x142)](_0x1af76a);}catch(_0x597707){return null;}},renderValue=(_0x24fb9e,_0x48d2b3)=>{const _0x247f5c=a59_0x4f50cf,_0x195501={};_0x195501[_0x247f5c(0x139)]=function(_0x7133e,_0x84b372){return _0x7133e===_0x84b372;},_0x195501[_0x247f5c(0x167)]=_0x247f5c(0x163);const _0x550bd5=_0x195501,_0x30b615=_0x24fb9e['join'](',');return _0x550bd5[_0x247f5c(0x139)](_0x48d2b3,_0x550bd5[_0x247f5c(0x167)])?'\x22'+_0x30b615+'\x22':_0x30b615;},buildMergedList=(_0x48ec05,_0x17d5cf)=>{const _0x1ca833=a59_0x4f50cf,_0x667c6a={'ooWUb':function(_0x1f82de,_0x52dfa0){return _0x1f82de(_0x52dfa0);},'PAoBh':function(_0x5386b6,_0x54ee76){return _0x5386b6===_0x54ee76;},'SCUaX':function(_0x5656fd,_0x555b17){return _0x5656fd(_0x555b17);}};if(_0x667c6a[_0x1ca833(0x15c)](String,_0x17d5cf)[_0x1ca833(0x14f)](','))return null;const _0x2f62a3=_0x667c6a[_0x1ca833(0x15c)](stripQuotes,_0x48ec05)[_0x1ca833(0x16c)](',')[_0x1ca833(0x153)](_0x22e39d=>_0x22e39d[_0x1ca833(0x16b)]())[_0x1ca833(0x15b)](_0x527658=>_0x527658['length']>0x0);if(_0x667c6a['PAoBh'](_0x2f62a3[_0x1ca833(0x155)],0x0))return null;const _0x347e4d=_0x667c6a[_0x1ca833(0x13d)](resolveQuietly,_0x17d5cf),_0x51cfdb=_0x2f62a3[_0x1ca833(0x157)](_0x4e373a=>_0x4e373a===_0x17d5cf||_0x347e4d!==null&&resolveQuietly(_0x4e373a)===_0x347e4d);return!_0x51cfdb&&_0x2f62a3[_0x1ca833(0x160)](_0x17d5cf),_0x2f62a3;},findLastReporterFlag=_0x6348ce=>{const _0xef4090=a59_0x4f50cf,_0x15410b={};_0x15410b[_0xef4090(0x169)]=function(_0x634caa,_0x3c3c96){return _0x634caa-_0x3c3c96;},_0x15410b[_0xef4090(0x151)]=function(_0x812b82,_0x668d38){return _0x812b82>=_0x668d38;},_0x15410b[_0xef4090(0x146)]=function(_0x1c332b,_0xdaad96){return _0x1c332b!==_0xdaad96;},_0x15410b[_0xef4090(0x147)]=_0xef4090(0x168);const _0x4db4ed=_0x15410b;for(let _0x5b39a1=_0x4db4ed[_0xef4090(0x169)](_0x6348ce[_0xef4090(0x155)],0x1);_0x4db4ed[_0xef4090(0x151)](_0x5b39a1,0x0);_0x5b39a1--){const _0x20784a=_0x6348ce[_0x5b39a1];if(_0x4db4ed[_0xef4090(0x146)](typeof _0x20784a,_0x4db4ed[_0xef4090(0x147)]))continue;const _0x5b3113=INLINE_PREFIXES[_0xef4090(0x161)](_0x22120e=>_0x20784a[_0xef4090(0x15f)](_0x22120e));if(_0x5b3113){const _0x27e7bc={};return _0x27e7bc[_0xef4090(0x13f)]=_0x5b39a1,_0x27e7bc[_0xef4090(0x166)]=_0x5b3113,_0x27e7bc;}if(BARE_FLAGS[_0xef4090(0x14f)](_0x20784a)){const _0x515eed={};return _0x515eed[_0xef4090(0x13f)]=_0x5b39a1,_0x515eed['prefix']=null,_0x515eed;}}return null;},mergeBrowserstackReporterIntoCliReporterFlag=(_0x9547d9,_0x5c4ff5={})=>{const _0xad6c1e=a59_0x4f50cf,_0x21ce18={'CPLbT':function(_0x342bbd,_0x375d14){return _0x342bbd===_0x375d14;},'uKniE':function(_0xbc2e8c,_0x49839d){return _0xbc2e8c(_0x49839d);},'IMBPl':function(_0x3ab5e7,_0x2f9b26){return _0x3ab5e7+_0x2f9b26;},'IEQTV':function(_0xcf138b,_0x3540ff){return _0xcf138b>=_0x3540ff;},'ZTXiu':function(_0x29f16d,_0x541b33){return _0x29f16d!==_0x541b33;},'FpKxW':'string','vhwOS':function(_0x1c610c,_0x4bba3e,_0x32449d){return _0x1c610c(_0x4bba3e,_0x32449d);},'NciVa':function(_0x30c6aa,_0xbc0144){return _0x30c6aa===_0xbc0144;},'nIkrQ':_0xad6c1e(0x141),'FHqxh':function(_0x18a888,_0x1fc47d){return _0x18a888(_0x1fc47d);}};try{const {enabled:enabled=!![],reporterPath:reporterPath=BROWSERSTACK_PW_REPORTER_PATH,platform:platform=process[_0xad6c1e(0x16e)]}=_0x5c4ff5;if(_0x21ce18['CPLbT'](enabled,![]))return;if(!Array[_0xad6c1e(0x150)](_0x9547d9))return;const _0xf4944d=_0x21ce18[_0xad6c1e(0x143)](findLastReporterFlag,_0x9547d9);if(_0x21ce18[_0xad6c1e(0x152)](_0xf4944d,null))return;let _0x55b817,_0x2d385f;if(_0xf4944d[_0xad6c1e(0x166)])_0x55b817=_0xf4944d[_0xad6c1e(0x13f)],_0x2d385f=_0x9547d9[_0xf4944d[_0xad6c1e(0x13f)]]['slice'](_0xf4944d[_0xad6c1e(0x166)][_0xad6c1e(0x155)]);else{_0x55b817=_0x21ce18['IMBPl'](_0xf4944d['flagIdx'],0x1);if(_0x21ce18['IEQTV'](_0x55b817,_0x9547d9[_0xad6c1e(0x155)])||_0x21ce18[_0xad6c1e(0x171)](typeof _0x9547d9[_0x55b817],_0x21ce18['FpKxW'])||_0x9547d9[_0x55b817][_0xad6c1e(0x15f)]('-'))return;_0x2d385f=_0x9547d9[_0x55b817];}const _0x116766=_0x21ce18['vhwOS'](buildMergedList,_0x2d385f,reporterPath);if(_0x21ce18[_0xad6c1e(0x14d)](_0x116766,null))return;const _0x4743ba=_0x21ce18['vhwOS'](renderValue,_0x116766,platform);_0x9547d9[_0x55b817]=_0xf4944d[_0xad6c1e(0x166)]?''+_0xf4944d[_0xad6c1e(0x166)]+_0x4743ba:_0x4743ba,logger[_0xad6c1e(0x148)](_0x21ce18[_0xad6c1e(0x16d)]),logger[_0xad6c1e(0x13c)]('[BrowserStack]\x20CLI\x20reporter\x20arg\x20after\x20merge:\x20'+_0x9547d9[_0x55b817]);}catch(_0x41f668){logger['debug'](_0xad6c1e(0x14e)+_0x21ce18[_0xad6c1e(0x158)](format,_0x41f668));}},a59_0x43090c={};a59_0x43090c[a59_0x4f50cf(0x140)]=mergeBrowserstackReporterIntoCliReporterFlag,a59_0x43090c[a59_0x4f50cf(0x144)]=BROWSERSTACK_PW_REPORTER_PATH,module[a59_0x4f50cf(0x16a)]=a59_0x43090c;
@@ -1 +1 @@
1
- const a56_0x2eaf1a=a56_0x4db0;(function(_0x12729b,_0x3ff716){const _0x4fcb0e=a56_0x4db0,_0x215c29=_0x12729b();while(!![]){try{const _0xb1b722=-parseInt(_0x4fcb0e(0x1db))/0x1*(parseInt(_0x4fcb0e(0x286))/0x2)+parseInt(_0x4fcb0e(0x21b))/0x3+-parseInt(_0x4fcb0e(0x1bc))/0x4+-parseInt(_0x4fcb0e(0x280))/0x5+-parseInt(_0x4fcb0e(0x293))/0x6*(-parseInt(_0x4fcb0e(0x26b))/0x7)+parseInt(_0x4fcb0e(0x1f4))/0x8+parseInt(_0x4fcb0e(0x1c3))/0x9*(parseInt(_0x4fcb0e(0x207))/0xa);if(_0xb1b722===_0x3ff716)break;else _0x215c29['push'](_0x215c29['shift']());}catch(_0x8832e){_0x215c29['push'](_0x215c29['shift']());}}}(a56_0x4b66,0x5939b));const path=require('path'),url=require(a56_0x2eaf1a(0x1e2)),util=require(a56_0x2eaf1a(0x23a)),helper=require('../../helpers/helper'),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule,isBrowserstackInfra}=require(a56_0x2eaf1a(0x234)),{o11yErrorHandler}=require(a56_0x2eaf1a(0x24f)),{debug,getPlatformDetails}=require(a56_0x2eaf1a(0x1cc)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a56_0x2eaf1a(0x1ce)),{FRAMEWORKS}=require(a56_0x2eaf1a(0x1dd)),logger=require(a56_0x2eaf1a(0x1fc))[a56_0x2eaf1a(0x263)],scripts=require('../../helpers/accessibility-automation/scripts'),{browserStackExecuteDriver}=require(a56_0x2eaf1a(0x236)),AccessibilityHelper=require('./accessibility-helper'),constants=require('../utils/constants'),BrowserstackCLI=require(a56_0x2eaf1a(0x21c)),AutomationFrameworkState=require(a56_0x2eaf1a(0x1e0)),HookState=require(a56_0x2eaf1a(0x27f)),{performScanWithRetry}=require(a56_0x2eaf1a(0x1c4)),ClientTroubleShootingService=require(a56_0x2eaf1a(0x253)),getBrowserNameFromChannel=_0x2ea99e=>{const _0x3df1b0=a56_0x2eaf1a,_0x133a2d={};_0x133a2d[_0x3df1b0(0x240)]=_0x3df1b0(0x25e),_0x133a2d['TSTom']=function(_0x3132ed,_0x42faa3){return _0x3132ed!==_0x42faa3;},_0x133a2d[_0x3df1b0(0x1c6)]=_0x3df1b0(0x1ec),_0x133a2d['QxWQa']=_0x3df1b0(0x22a),_0x133a2d[_0x3df1b0(0x1c9)]=_0x3df1b0(0x267),_0x133a2d['axUcH']=_0x3df1b0(0x28e),_0x133a2d['PkXPP']=function(_0x189cc3,_0x3317cf){return _0x189cc3===_0x3317cf;},_0x133a2d[_0x3df1b0(0x1bf)]=_0x3df1b0(0x1c8),_0x133a2d[_0x3df1b0(0x1e4)]=_0x3df1b0(0x1c5),_0x133a2d[_0x3df1b0(0x27e)]='safari';const _0x31bcbd=_0x133a2d,_0x313be2=_0x31bcbd[_0x3df1b0(0x240)][_0x3df1b0(0x221)]('|');let _0x25ada1=0x0;while(!![]){switch(_0x313be2[_0x25ada1++]){case'0':if(!_0x2ea99e||_0x31bcbd[_0x3df1b0(0x1b9)](typeof _0x2ea99e,_0x31bcbd['sQCLR']))return _0x31bcbd[_0x3df1b0(0x211)];continue;case'1':if(_0x2ea99e[_0x3df1b0(0x276)](_0x31bcbd[_0x3df1b0(0x1c9)]))return _0x31bcbd['AfhRl'];continue;case'2':if(_0x2ea99e[_0x3df1b0(0x276)](_0x31bcbd['axUcH']))return _0x31bcbd[_0x3df1b0(0x1d0)];continue;case'3':if(_0x2ea99e[_0x3df1b0(0x276)](_0x31bcbd[_0x3df1b0(0x211)]))return _0x31bcbd[_0x3df1b0(0x211)];continue;case'4':return _0x2ea99e;case'5':if(_0x31bcbd[_0x3df1b0(0x1e1)](_0x2ea99e,_0x31bcbd['Gvrav']))return _0x31bcbd['Gvrav'];continue;case'6':if(_0x2ea99e[_0x3df1b0(0x276)](_0x31bcbd['UhWpm']))return _0x31bcbd[_0x3df1b0(0x1e4)];continue;case'7':if(_0x2ea99e[_0x3df1b0(0x276)](_0x31bcbd[_0x3df1b0(0x27e)]))return _0x31bcbd[_0x3df1b0(0x27e)];continue;}break;}},getBrowserFromWSEndpoint=_0x566b34=>{const _0x8aa3f2=a56_0x2eaf1a,_0x1f1855={'mPbjQ':_0x8aa3f2(0x28e),'AthHC':function(_0x3c40ca,_0x59bbed){return _0x3c40ca(_0x59bbed);}};try{const _0x4d2ca2=url[_0x8aa3f2(0x23c)](_0x566b34),_0x5d4e0e=new URLSearchParams(_0x4d2ca2[_0x8aa3f2(0x205)]),_0x3f07cd=Object[_0x8aa3f2(0x1ea)](_0x5d4e0e['entries']()),_0x45a6e3=JSON[_0x8aa3f2(0x23c)](_0x3f07cd['caps']);if(_0x45a6e3&&(_0x45a6e3[_0x8aa3f2(0x1ef)]||_0x45a6e3['browserName']))return _0x45a6e3['browser']||_0x45a6e3[_0x8aa3f2(0x242)];return _0x1f1855[_0x8aa3f2(0x1d1)];}catch(_0x36a454){_0x1f1855[_0x8aa3f2(0x1f2)](debug,_0x8aa3f2(0x21f)+_0x36a454[_0x8aa3f2(0x239)]());}},getCloudProviderFromWsEndpoint=_0x455544=>{const _0x368133=a56_0x2eaf1a,_0x50a265={};_0x50a265['PektC']='browserstack',_0x50a265[_0x368133(0x1fd)]=_0x368133(0x1ca);const _0x584228=_0x50a265;if(_0x455544[_0x368133(0x276)](constants[_0x368133(0x213)])||_0x455544[_0x368133(0x276)](constants[_0x368133(0x232)]))return _0x584228['PektC'];return _0x584228['QsDrY'];},a56_0x322901={};function a56_0x4b66(){const _0x5e5a74=['Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','htrho','split','exports','params','platformVersion','yQMtn','Connection','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','sendMessageToServer','platformDetails','chromium','FxxLa','_defaultConnectOptions','fnOVv','vhaBm','isRemote','turboscale','sessionId','BSTACK_ATS_URL','browser_version','../../helpers/helper','Slhee','../../bin/playwright/accessibility-helper','hYthD','POST','toString','util','testInfo','parse','bsSessionId','vVJaS','QYmlu','hpzqD','Cfibj','browserName','apply','_onMessage','currentTest','compareVersions','Device\x20Model\x20is\x20not\x20available','DBkFY','isRunning','test','project','dykPr','GpGzJ','SfNDd','../../helpers/test-observability/error-handler','rEheZ','platform_version','version','../utils/clientTroubleshootingService.js','1.60.0','automate','currentSessionDetails','Page','Error\x20in\x20finding\x20platform\x20details\x20','EEhQq','__workerDetails','bStackParams','pwPage','setupBrowserDetails:\x20browser\x20param\x20is\x20nil;\x20populating\x20playwright\x20fallback\x20so\x20TRA\x20does\x20not\x20render\x20\x22Unknown\x22','0|3|2|6|1|7|5|4','iXpPo','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','playwright-','platformName','winstonLogger','crConnection.js','patch','MhWjd','firefox','env','IFTJb','usOBg','247289QxhTCz','nWYlu','fvJjC','MfwHQ','assign','fcJwb','prototype','myARc','TidRe','ATS_WSS_URL_REGEX','trackEvent','includes','ZmHTt','VlTci','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','WDTIW','_name','PtOte','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','DODJX','../v2/state/hookState.js','1270820emuHwU','use','getInstance','CGQVf','dQjIo','GFjzD','116AbhTEB','bstackPerformA11yScan','cgatm','_type','resolveConnectionClass','getAutomationFramework','Not\x20able\x20to\x20resolve\x20Connection\x20class','debug','chrome','kYQdC','HsitH','reportSessionLinkingIssue','_bstackDispatchPatched','114DsDHiA','function','unknown','Error\x20in\x20importing\x20crConnection','bsParams','DZyPX','TSTom','pXZRM','wNuLQ','2879280tZsKIK','aEpQh','Page\x20Scan\x20result=','Gvrav','dispatch','WQLdm','sVzsM','5047254pHpOsS','../../helpers/accessibility-automation/accessibilityRetryHelper.js','edge','sQCLR','WXosS','webkit','AfhRl','unknown_grid','nrzvf','../../helpers/test-observability/utils','message','../../helpers/accessibility-automation/helper','catch','axUcH','mPbjQ','njkiW','defineProperty','resolve','server','_browserType','trZpj','local_grid','QqlYj','playwright','8306HdQYcn','Qyvbq','../../helpers/test-observability/constants','getFrameworkVersion','YAAdR','../v2/state/automationFrameworkState.js','PkXPP','url','MwoAp','UhWpm','XAAMf','WxQja','channel','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','patchConnection','fromEntries','_connection','string','format','jxuID','browser','zcJcp','WaROX','AthHC','model','1396992WYLMNT','platform','product','vgcfw','jwPFI','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','deviceModel','../../helpers/logger','QsDrY','dispatch\x20instrumentation\x20error\x20(non-fatal):\x20','__driver','info','sjQBj','dMMsx','lib','wsEndpoint','query','HIwgV','10DQNvMB','Failed\x20to\x20perform\x20scan\x20','PLAYWRIGHT_DISPATCH','patchCRConnection','sessionError','aQeEP','bsJfp','BROWSERSTACK_TEST_OBSERVABILITY','getDetails','QHVkb','QxWQa','shouldWrapCommand','BSTACK_URL','mMKtC','RUawj','toLowerCase','connectOptions','capabilities','sLrkg','MqnTx','1243668kPezhc','../v2/browserstackCLI','setupBrowserDetails','aonwW'];a56_0x4b66=function(){return _0x5e5a74;};return a56_0x4b66();}function a56_0x4db0(_0x116e18,_0x426f90){const _0x4b66d2=a56_0x4b66();return a56_0x4db0=function(_0x4db01b,_0x53c5b2){_0x4db01b=_0x4db01b-0x1b8;let _0x322d4b=_0x4b66d2[_0x4db01b];return _0x322d4b;},a56_0x4db0(_0x116e18,_0x426f90);}a56_0x322901['cloudProvider']=undefined,a56_0x322901[a56_0x2eaf1a(0x23d)]=undefined,a56_0x322901[a56_0x2eaf1a(0x1ef)]=undefined,a56_0x322901['browser_version']=undefined,a56_0x322901[a56_0x2eaf1a(0x1f5)]=undefined,a56_0x322901[a56_0x2eaf1a(0x251)]=undefined,a56_0x322901['product']=undefined,a56_0x322901[a56_0x2eaf1a(0x218)]={};class PlaywrightSessionDetails{static ['currentSessionDetails']=a56_0x322901;constructor(){const _0x3a72ef=a56_0x2eaf1a,_0x19dc26={};_0x19dc26[_0x3a72ef(0x270)]=_0x3a72ef(0x260);const _0x445461=_0x19dc26;throw new Error(_0x445461['fcJwb']);}static ['sessionError']=null;static[a56_0x2eaf1a(0x21d)](_0x9661f2,_0x3dc43c,_0xca3080=null){const _0x9b0b57=a56_0x2eaf1a,_0x40c3ee={'rJkoT':_0x9b0b57(0x25d),'EEhQq':function(_0x585ee0){return _0x585ee0();},'rEheZ':'browserstack','myARc':_0x9b0b57(0x1d8),'MwoAp':_0x9b0b57(0x1da),'fnOVv':_0x9b0b57(0x295),'HiqgF':function(_0xa412f5,_0x13ee74){return _0xa412f5===_0x13ee74;},'aQeEP':_0x9b0b57(0x294),'dGrqB':_0x9b0b57(0x227),'aEpQh':function(_0x5c7c7d,_0x4a9c84){return _0x5c7c7d===_0x4a9c84;},'MhWjd':_0x9b0b57(0x247),'WDTIW':function(_0x2d7b5,_0x47e5e8,_0x1ffe17){return _0x2d7b5(_0x47e5e8,_0x1ffe17);},'YAAdR':_0x9b0b57(0x1d6),'IFTJb':_0x9b0b57(0x22c),'htrho':'project','XAAMf':'use','vgcfw':_0x9b0b57(0x217),'WQLdm':function(_0x36b6a6,_0x5efa52){return _0x36b6a6(_0x5efa52);},'Qyvbq':function(_0x29baf4,_0x4aa90d){return _0x29baf4===_0x4aa90d;},'jwPFI':_0x9b0b57(0x230),'zcJcp':_0x9b0b57(0x255),'fVpGx':function(_0x3d92ee,_0x71aeb0){return _0x3d92ee&&_0x71aeb0;},'trZpj':function(_0x4ac2f6){return _0x4ac2f6();},'WxQja':function(_0x3c2cf5,_0x169d37){return _0x3c2cf5(_0x169d37);},'sjQBj':function(_0x374350,_0x5e6907){return _0x374350+_0x5e6907;},'HsitH':_0x9b0b57(0x261),'WXosS':function(_0x3f1f7c,_0x38f0cb){return _0x3f1f7c||_0x38f0cb;},'QqlYj':function(_0x1f200b){return _0x1f200b();},'WMHiG':'setupBrowserDetails'},_0x266255=this;return _0x40c3ee[_0x9b0b57(0x27a)](o11yErrorHandler,async function _0x2ec6eb(_0x2ae579,_0x404cdf,_0x5afa22=null){const _0x90f794=_0x9b0b57;if(!_0x2ae579){logger[_0x90f794(0x28d)](_0x40c3ee['rJkoT']),_0x266255['currentSessionDetails']=Object['assign']({},_0x266255[_0x90f794(0x256)],{'cloudProvider':_0x40c3ee['EEhQq'](isBrowserstackInfra)?_0x40c3ee[_0x90f794(0x250)]:_0x40c3ee['myARc'],'browser':_0x40c3ee[_0x90f794(0x1e3)],'browser_version':_0x40c3ee[_0x90f794(0x22d)]});return;}let _0x5df3b5=_0x2ae579[_0x90f794(0x27b)],_0x19803d=null;_0x2ae579&&_0x40c3ee['HiqgF'](typeof _0x2ae579[_0x90f794(0x252)],_0x40c3ee[_0x90f794(0x20c)])?_0x19803d=_0x2ae579[_0x90f794(0x252)]():logger['debug'](_0x40c3ee['dGrqB']);let _0x266a2c=null;_0x2ae579&&_0x40c3ee[_0x90f794(0x1bd)](typeof _0x2ae579[_0x90f794(0x1f3)],_0x40c3ee[_0x90f794(0x20c)])?_0x266a2c=_0x2ae579[_0x90f794(0x1f3)]():logger[_0x90f794(0x28d)](_0x40c3ee[_0x90f794(0x266)]);let _0x182f73=null,_0x327146=null,_0x3169a7=null,_0x1dacd4=_0x40c3ee[_0x90f794(0x272)];const _0x3acf53=_0x2ae579['_connection']&&_0x40c3ee[_0x90f794(0x1bd)](typeof _0x2ae579[_0x90f794(0x1eb)][_0x90f794(0x22f)],_0x40c3ee[_0x90f794(0x20c)])?_0x2ae579[_0x90f794(0x1eb)][_0x90f794(0x22f)]():![];if(_0x3acf53||global['accessibilityPlatform']&&!process[_0x90f794(0x268)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']){let _0x5da14b=null;_0x40c3ee[_0x90f794(0x27a)](nestedKeyValue,_0x2ae579,[_0x40c3ee[_0x90f794(0x1df)],_0x40c3ee[_0x90f794(0x269)]])?_0x5da14b=_0x2ae579[_0x90f794(0x1d6)]['_defaultConnectOptions']:_0x5da14b=_0x40c3ee[_0x90f794(0x27a)](nestedKeyValue,_0x404cdf,[_0x40c3ee[_0x90f794(0x220)],_0x40c3ee[_0x90f794(0x1e5)],_0x40c3ee[_0x90f794(0x1f7)]]);const _0x10df22=_0x5afa22||_0x5da14b&&_0x5da14b[_0x90f794(0x204)];if(_0x10df22){_0x1dacd4=_0x40c3ee[_0x90f794(0x1c1)](getCloudProviderFromWsEndpoint,_0x10df22);if(_0x40c3ee[_0x90f794(0x1dc)](_0x1dacd4,_0x40c3ee[_0x90f794(0x250)]))_0x3169a7=constants[_0x90f794(0x274)][_0x90f794(0x24a)](_0x10df22)?_0x40c3ee[_0x90f794(0x1f8)]:_0x40c3ee[_0x90f794(0x1f0)],_0x5df3b5=_0x40c3ee[_0x90f794(0x1c1)](getBrowserFromWSEndpoint,_0x10df22)||_0x5df3b5,_0x182f73=_0x266255[_0x90f794(0x256)]['platform'],_0x327146=_0x266255['currentSessionDetails']['platform_version'];else{const _0x255ac3=await _0x40c3ee[_0x90f794(0x259)](getPlatformDetails);_0x182f73=_0x255ac3[_0x90f794(0x262)],_0x327146=_0x255ac3['platformVersion'];}}if(_0x40c3ee['fVpGx'](!_0x182f73,!_0x327146)&&!_0x40c3ee[_0x90f794(0x1d7)](isBrowserstackInfra)){const _0x260e55=await _0x40c3ee['EEhQq'](getPlatformDetails);_0x182f73=_0x260e55[_0x90f794(0x262)],_0x327146=_0x260e55[_0x90f794(0x224)];}}else{_0x404cdf&&_0x404cdf[_0x90f794(0x24b)][_0x90f794(0x281)][_0x90f794(0x1e7)]?_0x5df3b5=_0x40c3ee[_0x90f794(0x1e6)](getBrowserNameFromChannel,_0x404cdf['project'][_0x90f794(0x281)][_0x90f794(0x1e7)]):_0x5df3b5=_0x40c3ee[_0x90f794(0x201)](_0x40c3ee[_0x90f794(0x290)],_0x40c3ee[_0x90f794(0x1c7)](_0x5df3b5,_0x40c3ee['fnOVv'])[_0x90f794(0x216)]());const _0x41a3ed=await _0x40c3ee[_0x90f794(0x1d9)](getPlatformDetails);_0x182f73=_0x41a3ed[_0x90f794(0x262)],_0x327146=_0x41a3ed[_0x90f794(0x224)];}const _0x458ef4={};_0x458ef4[_0x90f794(0x1ef)]=_0x5df3b5,_0x458ef4[_0x90f794(0x233)]=_0x19803d,_0x458ef4[_0x90f794(0x218)]={},_0x458ef4['platform']=_0x182f73,_0x458ef4[_0x90f794(0x251)]=_0x327146,_0x458ef4[_0x90f794(0x1f6)]=_0x3169a7;const _0x909895=_0x458ef4;_0x266a2c&&(_0x909895['capabilities'][_0x90f794(0x1fb)]=_0x266a2c);const _0x396a51={};_0x396a51['cloudProvider']=_0x1dacd4,_0x266255['currentSessionDetails']=Object[_0x90f794(0x26f)]({},_0x266255[_0x90f794(0x256)],_0x396a51,_0x909895);},_0x40c3ee['WMHiG'])(_0x9661f2,_0x3dc43c,_0xca3080);}static[a56_0x2eaf1a(0x265)](){const _0x5e55c2=a56_0x2eaf1a;this[_0x5e55c2(0x1e9)](),this[_0x5e55c2(0x20a)]();}static['patchConnection'](){const _0x1ff2ce=a56_0x2eaf1a,_0x428498={'QYmlu':function(_0x5b2c5d,_0x295778,_0x100c99){return _0x5b2c5d(_0x295778,_0x100c99);},'iXpPo':_0x1ff2ce(0x245),'HIwgV':_0x1ff2ce(0x23b),'SEPUY':'titlePath','hYthD':'__workerDetails','dQjIo':_0x1ff2ce(0x25c),'dykPr':function(_0x40e7f2,_0x3e13a4,_0x518f41){return _0x40e7f2(_0x3e13a4,_0x518f41);},'cgatm':function(_0x289a03,_0x591e60){return _0x289a03===_0x591e60;},'WaROX':_0x1ff2ce(0x257),'sVzsM':function(_0x373e4c,_0x2a874b,_0x520316,_0x3f9f30){return _0x373e4c(_0x2a874b,_0x520316,_0x3f9f30);},'kYQdC':function(_0x2ce2e1,_0x2a6bda){return _0x2ce2e1||_0x2a6bda;},'Slhee':function(_0x46e395,_0x287c98){return _0x46e395(_0x287c98);},'DZyPX':function(_0x3c5ec7,_0x25b4f4){return _0x3c5ec7(_0x25b4f4);},'Qltes':_0x1ff2ce(0x28c),'PtOte':function(_0x2a705b,_0x45f5d2){return _0x2a705b!=_0x45f5d2;},'vhaBm':function(_0x281422){return _0x281422();},'ZmHTt':_0x1ff2ce(0x228),'jxuID':'dispatch','sLrkg':'Successfully\x20patched\x20Connection\x20(sendMessageToServer\x20for\x20a11y,\x20dispatch\x20for\x20o11y)'},_0x2805e7=this;!this[_0x1ff2ce(0x226)]&&(this[_0x1ff2ce(0x226)]=helper[_0x1ff2ce(0x28a)](),!this[_0x1ff2ce(0x226)]&&_0x428498['DZyPX'](debug,_0x428498['Qltes']));const _0xab93b8=this[_0x1ff2ce(0x226)];if(_0x428498[_0x1ff2ce(0x27c)](_0xab93b8,null)&&_0xab93b8[_0x1ff2ce(0x271)][_0x1ff2ce(0x292)])return;try{if(_0x428498[_0x1ff2ce(0x27c)](_0xab93b8,null)){const _0x492572=_0xab93b8[_0x1ff2ce(0x271)][_0x1ff2ce(0x1c0)],_0x3557bf=_0xab93b8[_0x1ff2ce(0x271)][_0x1ff2ce(0x228)];_0x428498[_0x1ff2ce(0x22e)](isAccessibilityAutomationSession)&&Object[_0x1ff2ce(0x1d3)](_0xab93b8['prototype'],_0x428498[_0x1ff2ce(0x277)],{'get':function(){const _0x2996e1=_0x1ff2ce,_0x99ce32={'CGQVf':function(_0x386725,_0x46d61a,_0x58b1c1){const _0x13d1e2=a56_0x4db0;return _0x428498[_0x13d1e2(0x23f)](_0x386725,_0x46d61a,_0x58b1c1);},'dMMsx':_0x428498[_0x2996e1(0x25f)],'JbPcN':_0x428498[_0x2996e1(0x206)],'GpGzJ':_0x428498['SEPUY'],'GFjzD':function(_0x2e7ee5,_0x5e41b7,_0x2600ba){return _0x428498['QYmlu'](_0x2e7ee5,_0x5e41b7,_0x2600ba);},'njkiW':function(_0x1c2462,_0x3fa0f2,_0x20df0e){const _0xfbe855=_0x2996e1;return _0x428498[_0xfbe855(0x23f)](_0x1c2462,_0x3fa0f2,_0x20df0e);},'bsJfp':_0x428498[_0x2996e1(0x237)],'EimfS':_0x428498[_0x2996e1(0x284)],'nrzvf':function(_0x1a9d80,_0x57e0f5,_0x2dbd2a){const _0x1b12ef=_0x2996e1;return _0x428498[_0x1b12ef(0x24c)](_0x1a9d80,_0x57e0f5,_0x2dbd2a);},'sOFfc':function(_0x49e95d,_0x52414e){const _0xc63f14=_0x2996e1;return _0x428498[_0xc63f14(0x288)](_0x49e95d,_0x52414e);},'wNuLQ':_0x428498[_0x2996e1(0x1f1)],'usOBg':function(_0x3ab50a,_0x4f675f,_0x260519,_0xbc4fe8){const _0x2d6cab=_0x2996e1;return _0x428498[_0x2d6cab(0x1c2)](_0x3ab50a,_0x4f675f,_0x260519,_0xbc4fe8);}};return async function(){const _0x3e2e74=_0x2996e1;try{if(!global['bstackPerformA11yScan']&&global['accessibilityPlatform']&&_0x99ce32[_0x3e2e74(0x283)](nestedKeyValue,global[_0x3e2e74(0x25a)],[_0x99ce32[_0x3e2e74(0x202)],_0x99ce32['JbPcN'],_0x99ce32[_0x3e2e74(0x24d)]])&&_0x99ce32[_0x3e2e74(0x285)](shouldScanTestForAccessibility,global[_0x3e2e74(0x25a)][_0x3e2e74(0x245)]['testInfo']['titlePath'],!![])&&scripts[_0x3e2e74(0x212)](arguments[0x1])){logger[_0x3e2e74(0x28d)]('Performing\x20scan\x20for\x20'+arguments[0x1]),global['bstackPerformA11yScan']=!![];const _0x5a7a37=_0x99ce32[_0x3e2e74(0x1d2)](nestedKeyValue,global,[_0x99ce32[_0x3e2e74(0x20d)],_0x99ce32['EimfS']]);_0x5a7a37&&logger['info'](_0x3e2e74(0x1be)+util[_0x3e2e74(0x1ed)](await _0x99ce32[_0x3e2e74(0x1cb)](performScanWithRetry,_0x5a7a37,arguments[0x1]))),_0x99ce32['sOFfc'](arguments[0x0][_0x3e2e74(0x289)],_0x99ce32[_0x3e2e74(0x1bb)])&&global['__driver']&&logger[_0x3e2e74(0x200)]('Driver\x20Scan\x20result='+util[_0x3e2e74(0x1ed)](await _0x99ce32[_0x3e2e74(0x26a)](performScanWithRetry,global[_0x3e2e74(0x1ff)],arguments[0x1],scripts['performScan'])));}}catch(_0x905a6){logger[_0x3e2e74(0x28d)](_0x3e2e74(0x208)+util[_0x3e2e74(0x1ed)](_0x905a6));}return global[_0x3e2e74(0x287)]=![],_0x3557bf[_0x3e2e74(0x243)](this,arguments);};}}),!_0x428498[_0x1ff2ce(0x1b8)](isFalse,process['env'][_0x1ff2ce(0x20e)])&&Object['defineProperty'](_0xab93b8['prototype'],_0x428498[_0x1ff2ce(0x1ee)],{'get':function(){const _0x148eff={'vVJaS':function(_0x292a6c,_0x2c4775){const _0x221259=a56_0x4db0;return _0x428498[_0x221259(0x28f)](_0x292a6c,_0x2c4775);},'Cfibj':function(_0x55e209,_0x21499f){const _0xa3af36=a56_0x4db0;return _0x428498[_0xa3af36(0x235)](_0x55e209,_0x21499f);},'QHVkb':function(_0x4b4575,_0x4c897b){return _0x428498['Slhee'](_0x4b4575,_0x4c897b);},'HIvwJ':function(_0x2b3e2c,_0x6b6b2){const _0x82b929=a56_0x4db0;return _0x428498[_0x82b929(0x235)](_0x2b3e2c,_0x6b6b2);}};return function _0x5a53a6(_0x82f97a){const _0x29e5e4=a56_0x4db0,_0x3882fc=_0x492572[_0x29e5e4(0x243)](this,arguments);try{if(BrowserstackCLI[_0x29e5e4(0x282)]()[_0x29e5e4(0x249)]()){const _0x2750b9={};_0x2750b9[_0x29e5e4(0x1cd)]=_0x82f97a,Promise[_0x29e5e4(0x1d4)](BrowserstackCLI[_0x29e5e4(0x282)]()[_0x29e5e4(0x28b)]()[_0x29e5e4(0x275)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x29e5e4(0x238)],_0x2750b9))[_0x29e5e4(0x1cf)](()=>{});}else{const _0x32fb5b=_0x82f97a&&_0x82f97a[_0x29e5e4(0x223)]&&_0x82f97a[_0x29e5e4(0x223)][_0x29e5e4(0x297)];if(_0x32fb5b){const _0x38ca56=_0x32fb5b[_0x29e5e4(0x231)],_0x20e789=_0x32fb5b[_0x29e5e4(0x229)];_0x148eff[_0x29e5e4(0x23e)](!_0x38ca56,!_0x20e789)&&Promise[_0x29e5e4(0x1d4)](ClientTroubleShootingService[_0x29e5e4(0x291)]())[_0x29e5e4(0x1cf)](()=>{}),_0x20e789&&(_0x148eff[_0x29e5e4(0x241)](debug,_0x29e5e4(0x27d)+_0x20e789[_0x29e5e4(0x239)]()),_0x2805e7[_0x29e5e4(0x256)][_0x29e5e4(0x1f5)]=_0x20e789[_0x29e5e4(0x262)],_0x2805e7[_0x29e5e4(0x256)]['platform_version']=_0x20e789[_0x29e5e4(0x224)]),_0x38ca56&&(_0x148eff[_0x29e5e4(0x210)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x38ca56),_0x2805e7[_0x29e5e4(0x256)][_0x29e5e4(0x23d)]=_0x38ca56);}}}catch(_0x35b586){_0x148eff['HIvwJ'](debug,_0x29e5e4(0x1fe)+(_0x35b586&&_0x35b586[_0x29e5e4(0x239)]?_0x35b586[_0x29e5e4(0x239)]():_0x35b586));}return _0x3882fc;};}}),_0xab93b8[_0x1ff2ce(0x271)][_0x1ff2ce(0x292)]=!![],logger[_0x1ff2ce(0x28d)](_0x428498[_0x1ff2ce(0x219)]);}}catch(_0x1e5336){_0x428498[_0x1ff2ce(0x1b8)](debug,_0x1ff2ce(0x1e8)+_0x1e5336),_0x2805e7[_0x1ff2ce(0x20b)]=_0x1e5336[_0x1ff2ce(0x239)]();}}static['patchCRConnection'](){const _0x46a47a=a56_0x2eaf1a,_0x12f3d7={'RUawj':function(_0x338d74,_0x323304){return _0x338d74(_0x323304);},'pXZRM':function(_0x2d8608,_0x48ad4b){return _0x2d8608(_0x48ad4b);},'morXo':function(_0x52d15a){return _0x52d15a();},'fBjal':function(_0xf75ab6,_0x15bc21){return _0xf75ab6>=_0x15bc21;},'TidRe':_0x46a47a(0x254),'nWYlu':function(_0x14edcb,_0x11ac03){return _0x14edcb(_0x11ac03);},'fvJjC':'CRConnection\x20patch\x20unavailable\x20on\x20PW>=1.60\x20(server-side\x20class\x20not\x20reachable\x20in\x20SDK\x20process);\x20platform/sessionId\x20capture\x20continues\x20via\x20Connection.dispatch','hXMIE':_0x46a47a(0x203),'aonwW':_0x46a47a(0x1d5),'VlTci':_0x46a47a(0x22a),'HGjFa':_0x46a47a(0x264),'MqnTx':function(_0x5057e4,_0x12d4da){return _0x5057e4(_0x12d4da);},'FxxLa':function(_0x56b7d3,_0x3cc420){return _0x56b7d3(_0x3cc420);},'DBkFY':'Not\x20able\x20to\x20import\x20crConnection','MfwHQ':_0x46a47a(0x296),'GTlGk':function(_0x41b7f3,_0x6b9ae3){return _0x41b7f3!=_0x6b9ae3;},'mMKtC':'_onMessage','MBKyV':function(_0x411a0b,_0x2bc3d3){return _0x411a0b(_0x2bc3d3);}},_0x5d8e56=this;if(_0x12f3d7['morXo'](isAccessibilityAutomationSession)){let _0x425e53=null,_0x44083d=![];try{const _0x22bdf3=helper[_0x46a47a(0x1de)](FRAMEWORKS['PLAYWRIGHT']);_0x44083d=_0x12f3d7['fBjal'](helper[_0x46a47a(0x246)](_0x22bdf3,_0x12f3d7[_0x46a47a(0x273)]),0x0);}catch(_0x7a5f0e){_0x12f3d7[_0x46a47a(0x1ba)](debug,'Error\x20evaluating\x20Playwright\x20version\x20for\x20CRConnection\x20patch:\x20'+_0x7a5f0e[_0x46a47a(0x239)]());}if(_0x44083d)_0x12f3d7[_0x46a47a(0x26c)](debug,_0x12f3d7[_0x46a47a(0x26d)]);else try{const _0xd4aed0=path['join'](_0x12f3d7['hXMIE'],_0x12f3d7[_0x46a47a(0x21e)],_0x12f3d7[_0x46a47a(0x278)],_0x12f3d7['HGjFa']),_0x15d6d7=_0x12f3d7[_0x46a47a(0x21a)](importFileFromPWCore,_0xd4aed0);!_0x15d6d7?_0x12f3d7['FxxLa'](debug,_0x12f3d7[_0x46a47a(0x248)]):_0x425e53=_0x15d6d7['CRConnection'];}catch(_0x5f2d2b){_0x12f3d7[_0x46a47a(0x22b)](debug,_0x12f3d7[_0x46a47a(0x26e)]);}try{if(_0x12f3d7['GTlGk'](_0x425e53,null)){const _0xc8652e=_0x425e53['prototype'][_0x46a47a(0x244)];Object[_0x46a47a(0x1d3)](_0x425e53[_0x46a47a(0x271)],_0x12f3d7[_0x46a47a(0x214)],{'get':function(){const _0x597b58={'yQMtn':function(_0x2b5532,_0x5ab5dc){const _0x49ab1c=a56_0x4db0;return _0x12f3d7[_0x49ab1c(0x215)](_0x2b5532,_0x5ab5dc);},'SfNDd':function(_0x3d06f8,_0x51c20d){const _0x10d1dc=a56_0x4db0;return _0x12f3d7[_0x10d1dc(0x1ba)](_0x3d06f8,_0x51c20d);}};return async function _0x1f106b(_0x19f5ed){const _0x54a2d3=a56_0x4db0;try{if(BrowserstackCLI[_0x54a2d3(0x282)]()[_0x54a2d3(0x249)]()){const _0x3fbf0d={};_0x3fbf0d[_0x54a2d3(0x1cd)]=_0x19f5ed,await BrowserstackCLI[_0x54a2d3(0x282)]()[_0x54a2d3(0x28b)]()[_0x54a2d3(0x275)](AutomationFrameworkState[_0x54a2d3(0x209)],HookState[_0x54a2d3(0x238)],_0x3fbf0d),delete _0x19f5ed[_0x54a2d3(0x25b)];}else{const _0x277d9e=_0x19f5ed['bStackParams'];if(_0x277d9e){delete _0x19f5ed[_0x54a2d3(0x25b)];const _0x51e1e3=_0x277d9e[_0x54a2d3(0x231)],_0x243bf5=_0x277d9e[_0x54a2d3(0x229)];_0x243bf5&&(_0x597b58['yQMtn'](debug,_0x54a2d3(0x1fa)+_0x243bf5[_0x54a2d3(0x239)]()),_0x5d8e56[_0x54a2d3(0x256)][_0x54a2d3(0x1f5)]=_0x243bf5['platformName'],_0x5d8e56[_0x54a2d3(0x256)][_0x54a2d3(0x251)]=_0x243bf5[_0x54a2d3(0x224)]),_0x51e1e3&&(_0x597b58[_0x54a2d3(0x225)](debug,_0x54a2d3(0x1f9)+_0x51e1e3),_0x5d8e56[_0x54a2d3(0x256)][_0x54a2d3(0x23d)]=_0x51e1e3);}}}catch(_0x3d7d16){_0x597b58[_0x54a2d3(0x24e)](debug,_0x54a2d3(0x258)+_0x3d7d16['toString']());}return _0xc8652e['apply'](this,arguments);};}});}}catch(_0x3ff290){_0x12f3d7['MBKyV'](debug,_0x46a47a(0x279)+_0x3ff290),_0x5d8e56[_0x46a47a(0x20b)]=_0x3ff290['toString']();}}}static[a56_0x2eaf1a(0x20f)](){const _0x49e74c=a56_0x2eaf1a;return this[_0x49e74c(0x256)];}}module[a56_0x2eaf1a(0x222)]=PlaywrightSessionDetails;
1
+ const a60_0x3bf456=a60_0x1202;(function(_0x29e963,_0x27a6b2){const _0x55cae8=a60_0x1202,_0x33ce12=_0x29e963();while(!![]){try{const _0x7f1855=-parseInt(_0x55cae8(0xf8))/0x1*(parseInt(_0x55cae8(0xe2))/0x2)+parseInt(_0x55cae8(0x143))/0x3*(parseInt(_0x55cae8(0x175))/0x4)+-parseInt(_0x55cae8(0x133))/0x5*(parseInt(_0x55cae8(0x11c))/0x6)+parseInt(_0x55cae8(0xae))/0x7*(parseInt(_0x55cae8(0x14a))/0x8)+-parseInt(_0x55cae8(0x102))/0x9*(-parseInt(_0x55cae8(0xc7))/0xa)+-parseInt(_0x55cae8(0x160))/0xb+parseInt(_0x55cae8(0xd6))/0xc;if(_0x7f1855===_0x27a6b2)break;else _0x33ce12['push'](_0x33ce12['shift']());}catch(_0xf37d48){_0x33ce12['push'](_0x33ce12['shift']());}}}(a60_0x52ba,0x6d028));function a60_0x52ba(){const _0x351f60=['PLAYWRIGHT','dispatch\x20instrumentation\x20error\x20(non-fatal):\x20','_bstackDispatchPatched','BLfrR','browserstack','function','mWevA','282324Awxezq','project','patch','Page','testInfo','BSTACK_ATS_URL','_name','878312vNttDV','UXlMk','catch','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','../../helpers/test-observability/utils','sessionError','iUVoF','orXwl','_onMessage','sgEvJ','compareVersions','bstackPerformA11yScan','epKAF','titlePath','winstonLogger','xnMKE','capabilities','WZRBz','Failed\x20to\x20perform\x20scan\x20','Connection','includes','trackEvent','9701241AmDPyb','performScan','ywiNG','wAaeQ','lCrFX','QTgTo','split','CRConnection\x20patch\x20unavailable\x20on\x20PW>=1.60\x20(server-side\x20class\x20not\x20reachable\x20in\x20SDK\x20process);\x20platform/sessionId\x20capture\x20continues\x20via\x20Connection.dispatch','accessibilityPlatform','safari','server','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','aeCZH','EOuFo','../utils/clientTroubleshootingService.js','QuVjW','product','platformName','frGUt','RLsVu','prototype','4QVKgQe','Error\x20evaluating\x20Playwright\x20version\x20for\x20CRConnection\x20patch:\x20','Performing\x20scan\x20for\x20','crConnection.js','CRConnection','VOoMK','4|3|6|7|1|2|0|5','Not\x20able\x20to\x20resolve\x20Connection\x20class','LQGIV','env','WkmpC','gWVeu','message','playwright','platform','UkIeB','getAutomationFramework','patchConnection','Error\x20in\x20importing\x20crConnection','url','qoftz','35epbziV','defineProperty','wDKOr','isRunning','currentTest','path','bsParams','calny','caps','oYYPI','Eeskx','../../bin/playwright/accessibility-helper','shouldWrapCommand','__driver','yzGQJ','JDwpF','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','../../helpers/test-observability/error-handler','../v2/state/automationFrameworkState.js','TZNsE','POST','browserName','resolve','YJOll','debug','2166800xhmeUR','../../helpers/accessibility-automation/accessibilityRetryHelper.js','CIqzG','BSTACK_URL','../../helpers/accessibility-automation/helper','local_grid','HUGJl','_defaultConnectOptions','DlJlZ','patchCRConnection','../utils/constants','info','COyUW','apply','ZcwOp','9350808rcpdGZ','currentSessionDetails','mWJyd','YIrXl','../../helpers/helper','lruPQ','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','getFrameworkVersion','JMaKA','_type','setupBrowserDetails','entries','116uybLkY','Not\x20able\x20to\x20import\x20crConnection','ATS_WSS_URL_REGEX','fromEntries','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','Page\x20Scan\x20result=','use','nRChL','ckKWU','version','QDKuU','yBaAe','../../helpers/logger','alYct','__workerDetails','grKml','channel','deviceModel','resolveConnectionClass','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','ntUKT','ZHDTp','15010gcFxPU','lib','params','../../helpers/accessibility-automation/scripts','NStDF','webkit','dispatch','FfTxN','QkNQr','assign','36qOpflH','fhaei','izOap','parse','automate','wsEndpoint','nfjVK','platformVersion','string','dJqct','RKeAL','reportSessionLinkingIssue','toLowerCase','./accessibility-helper','platform_version','sessionId','bStackParams','_connection','cNgCo','../v2/state/hookState.js','toString','xnrxh','cloudProvider','chromium','turboscale','ZlbNz','336kZROfR','isRemote','1.60.0','platformDetails','voJfa','edge','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','setupBrowserDetails:\x20browser\x20param\x20is\x20nil;\x20populating\x20playwright\x20fallback\x20so\x20TRA\x20does\x20not\x20render\x20\x22Unknown\x22','Device\x20Model\x20is\x20not\x20available','MFBDQ','CnmaF','bsSessionId','brkCg','browser','PkDgf','nDlyB','ipWvO','Error\x20in\x20finding\x20platform\x20details\x20','../v2/browserstackCLI','chrome','getInstance','sendMessageToServer','gFyZJ','8035bDCQAS','Kcevs','UxkOI','_browserType','ofjGD','xWtVc','unknown','AMtzl','jPjfZ'];a60_0x52ba=function(){return _0x351f60;};return a60_0x52ba();}const path=require(a60_0x3bf456(0xb3)),url=require(a60_0x3bf456(0xac)),util=require('util'),helper=require(a60_0x3bf456(0xda)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule,isBrowserstackInfra}=require(a60_0x3bf456(0xda)),{o11yErrorHandler}=require(a60_0x3bf456(0xbf)),{debug,getPlatformDetails}=require(a60_0x3bf456(0x14e)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a60_0x3bf456(0xcb)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a60_0x3bf456(0xee))[a60_0x3bf456(0x158)],scripts=require(a60_0x3bf456(0xfb)),{browserStackExecuteDriver}=require(a60_0x3bf456(0xb9)),AccessibilityHelper=require(a60_0x3bf456(0x10f)),constants=require(a60_0x3bf456(0xd1)),BrowserstackCLI=require(a60_0x3bf456(0x12e)),AutomationFrameworkState=require(a60_0x3bf456(0xc0)),HookState=require(a60_0x3bf456(0x115)),{performScanWithRetry}=require(a60_0x3bf456(0xc8)),ClientTroubleShootingService=require(a60_0x3bf456(0x16e)),getBrowserNameFromChannel=_0x4e1a29=>{const _0x1a74be=a60_0x3bf456,_0x23c3ea={};_0x23c3ea[_0x1a74be(0xb7)]=_0x1a74be(0x17b),_0x23c3ea[_0x1a74be(0x151)]=function(_0x2823c1,_0x2cc4a7){return _0x2823c1===_0x2cc4a7;},_0x23c3ea[_0x1a74be(0xef)]=_0x1a74be(0xfd),_0x23c3ea['wDKOr']='firefox',_0x23c3ea['suQbI']=_0x1a74be(0x169),_0x23c3ea[_0x1a74be(0x17d)]=_0x1a74be(0x119),_0x23c3ea['ZHDTp']=function(_0x4275d0,_0x4d08de){return _0x4275d0!==_0x4d08de;},_0x23c3ea[_0x1a74be(0x165)]=_0x1a74be(0x10a),_0x23c3ea['HUGJl']=_0x1a74be(0x12f),_0x23c3ea[_0x1a74be(0x180)]=_0x1a74be(0x121);const _0x545ccd=_0x23c3ea,_0x23380b=_0x545ccd[_0x1a74be(0xb7)][_0x1a74be(0x166)]('|');let _0x5e00f3=0x0;while(!![]){switch(_0x23380b[_0x5e00f3++]){case'0':if(_0x545ccd[_0x1a74be(0x151)](_0x4e1a29,_0x545ccd[_0x1a74be(0xef)]))return _0x545ccd[_0x1a74be(0xef)];continue;case'1':if(_0x4e1a29[_0x1a74be(0x15e)](_0x545ccd[_0x1a74be(0xb0)]))return _0x545ccd[_0x1a74be(0xb0)];continue;case'2':if(_0x4e1a29[_0x1a74be(0x15e)](_0x545ccd['suQbI']))return _0x545ccd['suQbI'];continue;case'3':if(_0x4e1a29[_0x1a74be(0x15e)](_0x545ccd['LQGIV']))return _0x545ccd[_0x1a74be(0x17d)];continue;case'4':if(!_0x4e1a29||_0x545ccd[_0x1a74be(0xf7)](typeof _0x4e1a29,_0x545ccd[_0x1a74be(0x165)]))return _0x545ccd[_0x1a74be(0x17d)];continue;case'5':return _0x4e1a29;case'6':if(_0x4e1a29['includes'](_0x545ccd['HUGJl']))return _0x545ccd[_0x1a74be(0xcd)];continue;case'7':if(_0x4e1a29['includes'](_0x545ccd[_0x1a74be(0x180)]))return _0x545ccd[_0x1a74be(0x180)];continue;}break;}},getBrowserFromWSEndpoint=_0x583d54=>{const _0x2dcb24=a60_0x3bf456,_0x58abf2={'BLfrR':_0x2dcb24(0x12f),'QDKuU':function(_0x25d3c6,_0x4cd3e2){return _0x25d3c6(_0x4cd3e2);}};try{const _0x4d6bee=url[_0x2dcb24(0x105)](_0x583d54),_0x4b174d=new URLSearchParams(_0x4d6bee['query']),_0x547274=Object[_0x2dcb24(0xe5)](_0x4b174d[_0x2dcb24(0xe1)]()),_0x395566=JSON['parse'](_0x547274[_0x2dcb24(0xb6)]);if(_0x395566&&(_0x395566[_0x2dcb24(0x129)]||_0x395566[_0x2dcb24(0xc3)]))return _0x395566['browser']||_0x395566[_0x2dcb24(0xc3)];return _0x58abf2[_0x2dcb24(0x13f)];}catch(_0x295916){_0x58abf2[_0x2dcb24(0xec)](debug,_0x2dcb24(0xbe)+_0x295916[_0x2dcb24(0x116)]());}},getCloudProviderFromWsEndpoint=_0x40e6d0=>{const _0x477d4c=a60_0x3bf456,_0x3cabc7={};_0x3cabc7[_0x477d4c(0xf6)]=_0x477d4c(0x140),_0x3cabc7[_0x477d4c(0x142)]='unknown_grid';const _0x2345fe=_0x3cabc7;if(_0x40e6d0['includes'](constants[_0x477d4c(0xca)])||_0x40e6d0['includes'](constants[_0x477d4c(0x148)]))return _0x2345fe[_0x477d4c(0xf6)];return _0x2345fe[_0x477d4c(0x142)];},a60_0x44f77d={};function a60_0x1202(_0x578fd1,_0xc80827){const _0x52ba6d=a60_0x52ba();return a60_0x1202=function(_0x12022e,_0x4283ae){_0x12022e=_0x12022e-0xa5;let _0x1d5329=_0x52ba6d[_0x12022e];return _0x1d5329;},a60_0x1202(_0x578fd1,_0xc80827);}a60_0x44f77d['cloudProvider']=undefined,a60_0x44f77d[a60_0x3bf456(0x127)]=undefined,a60_0x44f77d[a60_0x3bf456(0x129)]=undefined,a60_0x44f77d['browser_version']=undefined,a60_0x44f77d[a60_0x3bf456(0xa7)]=undefined,a60_0x44f77d[a60_0x3bf456(0x110)]=undefined,a60_0x44f77d['product']=undefined,a60_0x44f77d[a60_0x3bf456(0x15a)]={};class PlaywrightSessionDetails{static [a60_0x3bf456(0xd7)]=a60_0x44f77d;constructor(){const _0x20d722=a60_0x3bf456,_0xf64301={};_0xf64301['iUVoF']=_0x20d722(0x122);const _0x2cc2d0=_0xf64301;throw new Error(_0x2cc2d0[_0x20d722(0x150)]);}static [a60_0x3bf456(0x14f)]=null;static[a60_0x3bf456(0xe0)](_0x14efd2,_0x486078,_0x402b0c=null){const _0x2a8100=a60_0x3bf456,_0x51cd15={'dvwjX':_0x2a8100(0x123),'PkDgf':function(_0x4ac8a5){return _0x4ac8a5();},'YIrXl':'browserstack','lCrFX':_0x2a8100(0xcc),'ipWvO':_0x2a8100(0xa6),'EOuFo':_0x2a8100(0x139),'AMtzl':function(_0x8558dc,_0x3d9081){return _0x8558dc===_0x3d9081;},'YJOll':_0x2a8100(0x141),'WZRBz':'Browser\x20is\x20not\x20defined\x20or\x20not\x20available','cNgCo':_0x2a8100(0x124),'ofjGD':function(_0x4ffd0e,_0x42dbea){return _0x4ffd0e===_0x42dbea;},'ywiNG':function(_0x2375c6,_0x4903e5,_0x34216f){return _0x2375c6(_0x4903e5,_0x34216f);},'WkmpC':_0x2a8100(0x136),'ZcwOp':_0x2a8100(0xce),'JDwpF':function(_0x2d2392,_0x3f621c,_0x2bf539){return _0x2d2392(_0x3f621c,_0x2bf539);},'UXlMk':_0x2a8100(0x144),'calny':_0x2a8100(0xe8),'JMaKA':'connectOptions','xWtVc':function(_0x5f1d40,_0x5b2fa5){return _0x5f1d40(_0x5b2fa5);},'yBaAe':function(_0x363c3b,_0x20e333){return _0x363c3b===_0x20e333;},'VMYJg':_0x2a8100(0x11a),'wnVZF':_0x2a8100(0x106),'RBChy':function(_0x4df2f4,_0x3e30a3){return _0x4df2f4&&_0x3e30a3;},'UkIeB':function(_0x4866b4,_0xca5cb4){return _0x4866b4(_0xca5cb4);},'yzGQJ':function(_0x1560f8,_0x37b8ca){return _0x1560f8+_0x37b8ca;},'grKml':'playwright-','Eeskx':function(_0x53094d,_0xe0e4f1){return _0x53094d||_0xe0e4f1;},'tDWzw':function(_0x133343,_0xc29007,_0x231e3e){return _0x133343(_0xc29007,_0x231e3e);},'sgEvJ':_0x2a8100(0xe0)},_0x250ca6=this;return _0x51cd15['tDWzw'](o11yErrorHandler,async function _0x22a49b(_0x39e578,_0x8bbffb,_0x4b4822=null){const _0xd7d46d=_0x2a8100;if(!_0x39e578){logger[_0xd7d46d(0xc6)](_0x51cd15['dvwjX']),_0x250ca6[_0xd7d46d(0xd7)]=Object[_0xd7d46d(0x101)]({},_0x250ca6[_0xd7d46d(0xd7)],{'cloudProvider':_0x51cd15[_0xd7d46d(0x12a)](isBrowserstackInfra)?_0x51cd15['YIrXl']:_0x51cd15[_0xd7d46d(0x164)],'browser':_0x51cd15[_0xd7d46d(0x12c)],'browser_version':_0x51cd15[_0xd7d46d(0x16d)]});return;}let _0x133522=_0x39e578[_0xd7d46d(0x149)],_0x5895a9=null;_0x39e578&&_0x51cd15[_0xd7d46d(0x13a)](typeof _0x39e578[_0xd7d46d(0xeb)],_0x51cd15['YJOll'])?_0x5895a9=_0x39e578[_0xd7d46d(0xeb)]():logger[_0xd7d46d(0xc6)](_0x51cd15[_0xd7d46d(0x15b)]);let _0x1a7c83=null;_0x39e578&&_0x51cd15[_0xd7d46d(0x13a)](typeof _0x39e578['model'],_0x51cd15[_0xd7d46d(0xc5)])?_0x1a7c83=_0x39e578['model']():logger['debug'](_0x51cd15[_0xd7d46d(0x114)]);let _0x483aa4=null,_0x59be9f=null,_0x4466bf=null,_0x503957=_0x51cd15['lCrFX'];const _0xb04d54=_0x39e578[_0xd7d46d(0x113)]&&_0x51cd15[_0xd7d46d(0x137)](typeof _0x39e578[_0xd7d46d(0x113)][_0xd7d46d(0x11d)],_0x51cd15['YJOll'])?_0x39e578['_connection'][_0xd7d46d(0x11d)]():![];if(_0xb04d54||global[_0xd7d46d(0x168)]&&!process[_0xd7d46d(0x17e)][_0xd7d46d(0x14d)]){let _0x4f59c7=null;_0x51cd15[_0xd7d46d(0x162)](nestedKeyValue,_0x39e578,[_0x51cd15[_0xd7d46d(0x17f)],_0x51cd15[_0xd7d46d(0xd5)]])?_0x4f59c7=_0x39e578[_0xd7d46d(0x136)][_0xd7d46d(0xce)]:_0x4f59c7=_0x51cd15[_0xd7d46d(0xbd)](nestedKeyValue,_0x8bbffb,[_0x51cd15[_0xd7d46d(0x14b)],_0x51cd15[_0xd7d46d(0xb5)],_0x51cd15[_0xd7d46d(0xde)]]);const _0x26f929=_0x4b4822||_0x4f59c7&&_0x4f59c7[_0xd7d46d(0x107)];if(_0x26f929){_0x503957=_0x51cd15[_0xd7d46d(0x138)](getCloudProviderFromWsEndpoint,_0x26f929);if(_0x51cd15[_0xd7d46d(0xed)](_0x503957,_0x51cd15[_0xd7d46d(0xd9)]))_0x4466bf=constants[_0xd7d46d(0xe4)]['test'](_0x26f929)?_0x51cd15['VMYJg']:_0x51cd15['wnVZF'],_0x133522=_0x51cd15[_0xd7d46d(0x138)](getBrowserFromWSEndpoint,_0x26f929)||_0x133522,_0x483aa4=_0x250ca6[_0xd7d46d(0xd7)][_0xd7d46d(0xa7)],_0x59be9f=_0x250ca6[_0xd7d46d(0xd7)][_0xd7d46d(0x110)];else{const _0x163309=await _0x51cd15[_0xd7d46d(0x12a)](getPlatformDetails);_0x483aa4=_0x163309[_0xd7d46d(0x171)],_0x59be9f=_0x163309[_0xd7d46d(0x109)];}}if(_0x51cd15['RBChy'](!_0x483aa4,!_0x59be9f)&&!_0x51cd15[_0xd7d46d(0x12a)](isBrowserstackInfra)){const _0x43c3d3=await _0x51cd15['PkDgf'](getPlatformDetails);_0x483aa4=_0x43c3d3['platformName'],_0x59be9f=_0x43c3d3[_0xd7d46d(0x109)];}}else{_0x8bbffb&&_0x8bbffb[_0xd7d46d(0x144)][_0xd7d46d(0xe8)][_0xd7d46d(0xf2)]?_0x133522=_0x51cd15[_0xd7d46d(0xa8)](getBrowserNameFromChannel,_0x8bbffb[_0xd7d46d(0x144)][_0xd7d46d(0xe8)][_0xd7d46d(0xf2)]):_0x133522=_0x51cd15[_0xd7d46d(0xbc)](_0x51cd15[_0xd7d46d(0xf1)],_0x51cd15[_0xd7d46d(0xb8)](_0x133522,_0x51cd15[_0xd7d46d(0x16d)])[_0xd7d46d(0x10e)]());const _0x1c1945=await _0x51cd15[_0xd7d46d(0x12a)](getPlatformDetails);_0x483aa4=_0x1c1945['platformName'],_0x59be9f=_0x1c1945['platformVersion'];}const _0x16bf43={};_0x16bf43['browser']=_0x133522,_0x16bf43['browser_version']=_0x5895a9,_0x16bf43[_0xd7d46d(0x15a)]={},_0x16bf43[_0xd7d46d(0xa7)]=_0x483aa4,_0x16bf43[_0xd7d46d(0x110)]=_0x59be9f,_0x16bf43[_0xd7d46d(0x170)]=_0x4466bf;const _0x2474da=_0x16bf43;_0x1a7c83&&(_0x2474da[_0xd7d46d(0x15a)][_0xd7d46d(0xf3)]=_0x1a7c83);const _0xc214ff={};_0xc214ff[_0xd7d46d(0x118)]=_0x503957,_0x250ca6['currentSessionDetails']=Object[_0xd7d46d(0x101)]({},_0x250ca6[_0xd7d46d(0xd7)],_0xc214ff,_0x2474da);},_0x51cd15[_0x2a8100(0x153)])(_0x14efd2,_0x486078,_0x402b0c);}static[a60_0x3bf456(0x145)](){const _0x248ae1=a60_0x3bf456;this[_0x248ae1(0xaa)](),this[_0x248ae1(0xd0)]();}static[a60_0x3bf456(0xaa)](){const _0x40e85c=a60_0x3bf456,_0xf386ab={'QkNQr':function(_0x31e5a9,_0x979c0,_0x32a544){return _0x31e5a9(_0x979c0,_0x32a544);},'QuVjW':'currentTest','qoftz':_0x40e85c(0x147),'CIqzG':_0x40e85c(0x157),'ckKWU':_0x40e85c(0xf0),'nfjVK':'pwPage','SxrAt':function(_0x5143da,_0x58a898,_0x137d0a){return _0x5143da(_0x58a898,_0x137d0a);},'Kcevs':function(_0x5d501b,_0x21afba){return _0x5d501b===_0x21afba;},'gFyZJ':_0x40e85c(0x146),'izOap':function(_0x4aabe2,_0x4fbfa0,_0x3de3c0,_0x4f96e9){return _0x4aabe2(_0x4fbfa0,_0x3de3c0,_0x4f96e9);},'voJfa':function(_0x5d4118,_0x421c81){return _0x5d4118||_0x421c81;},'RKeAL':function(_0x43a205,_0x4d4e4d){return _0x43a205(_0x4d4e4d);},'COyUW':function(_0x26f387,_0x394a55){return _0x26f387(_0x394a55);},'pzgMC':_0x40e85c(0x17c),'POXYo':function(_0x3332c3,_0x167661){return _0x3332c3!=_0x167661;},'CnmaF':function(_0x5151fc,_0x470402){return _0x5151fc!=_0x470402;},'brkCg':function(_0x4a5e92){return _0x4a5e92();},'MFBDQ':_0x40e85c(0x131),'jPjfZ':function(_0x20aba6,_0x1b74bb){return _0x20aba6(_0x1b74bb);},'TZNsE':_0x40e85c(0xfe),'yoNNF':'Successfully\x20patched\x20Connection\x20(sendMessageToServer\x20for\x20a11y,\x20dispatch\x20for\x20o11y)'},_0x673484=this;!this[_0x40e85c(0x15d)]&&(this['Connection']=helper[_0x40e85c(0xf4)](),!this[_0x40e85c(0x15d)]&&_0xf386ab['COyUW'](debug,_0xf386ab['pzgMC']));const _0x33b300=this[_0x40e85c(0x15d)];if(_0xf386ab['POXYo'](_0x33b300,null)&&_0x33b300[_0x40e85c(0x174)][_0x40e85c(0x13e)])return;try{if(_0xf386ab[_0x40e85c(0x126)](_0x33b300,null)){const _0x572ba4=_0x33b300[_0x40e85c(0x174)][_0x40e85c(0xfe)],_0x33b853=_0x33b300[_0x40e85c(0x174)]['sendMessageToServer'];_0xf386ab[_0x40e85c(0x128)](isAccessibilityAutomationSession)&&Object[_0x40e85c(0xaf)](_0x33b300[_0x40e85c(0x174)],_0xf386ab[_0x40e85c(0x125)],{'get':function(){const _0x4b4931=_0x40e85c,_0x42a0a5={'nRChL':function(_0x2aa936,_0x40fcc7,_0x20fef7){const _0x4f1c5a=a60_0x1202;return _0xf386ab[_0x4f1c5a(0x100)](_0x2aa936,_0x40fcc7,_0x20fef7);},'MNZcB':_0xf386ab[_0x4b4931(0x16f)],'xnMKE':_0xf386ab[_0x4b4931(0xad)],'mWJyd':_0xf386ab[_0x4b4931(0xc9)],'frGUt':_0xf386ab[_0x4b4931(0xea)],'ujHrS':_0xf386ab[_0x4b4931(0x108)],'RLsVu':function(_0x509c18,_0x24f88a,_0x1fad1a){return _0xf386ab['SxrAt'](_0x509c18,_0x24f88a,_0x1fad1a);},'epKAF':function(_0x51413f,_0x2fac9d){const _0x531ad7=_0x4b4931;return _0xf386ab[_0x531ad7(0x134)](_0x51413f,_0x2fac9d);},'aeCZH':_0xf386ab[_0x4b4931(0x132)],'PdSHI':function(_0x1f731b,_0x28dcae,_0x36cb59,_0x1b2f2d){const _0x365ef4=_0x4b4931;return _0xf386ab[_0x365ef4(0x104)](_0x1f731b,_0x28dcae,_0x36cb59,_0x1b2f2d);}};return async function(){const _0x2b6c44=_0x4b4931;try{if(!global[_0x2b6c44(0x155)]&&global[_0x2b6c44(0x168)]&&_0x42a0a5[_0x2b6c44(0xe9)](nestedKeyValue,global['__workerDetails'],[_0x42a0a5['MNZcB'],_0x42a0a5[_0x2b6c44(0x159)],_0x42a0a5[_0x2b6c44(0xd8)]])&&_0x42a0a5[_0x2b6c44(0xe9)](shouldScanTestForAccessibility,global[_0x2b6c44(0xf0)][_0x2b6c44(0xb2)][_0x2b6c44(0x147)][_0x2b6c44(0x157)],!![])&&scripts[_0x2b6c44(0xba)](arguments[0x1])){logger['debug'](_0x2b6c44(0x177)+arguments[0x1]),global[_0x2b6c44(0x155)]=!![];const _0x171a38=_0x42a0a5[_0x2b6c44(0xe9)](nestedKeyValue,global,[_0x42a0a5[_0x2b6c44(0x172)],_0x42a0a5['ujHrS']]);_0x171a38&&logger[_0x2b6c44(0xd2)](_0x2b6c44(0xe7)+util['format'](await _0x42a0a5[_0x2b6c44(0x173)](performScanWithRetry,_0x171a38,arguments[0x1]))),_0x42a0a5[_0x2b6c44(0x156)](arguments[0x0][_0x2b6c44(0xdf)],_0x42a0a5[_0x2b6c44(0x16c)])&&global[_0x2b6c44(0xbb)]&&logger[_0x2b6c44(0xd2)]('Driver\x20Scan\x20result='+util['format'](await _0x42a0a5['PdSHI'](performScanWithRetry,global[_0x2b6c44(0xbb)],arguments[0x1],scripts[_0x2b6c44(0x161)])));}}catch(_0x30b9c3){logger[_0x2b6c44(0xc6)](_0x2b6c44(0x15c)+util['format'](_0x30b9c3));}return global[_0x2b6c44(0x155)]=![],_0x33b853[_0x2b6c44(0xd4)](this,arguments);};}}),!_0xf386ab[_0x40e85c(0x13b)](isFalse,process[_0x40e85c(0x17e)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&Object[_0x40e85c(0xaf)](_0x33b300[_0x40e85c(0x174)],_0xf386ab[_0x40e85c(0xc1)],{'get':function(){return function _0x1ad467(_0x5ea989){const _0x59089c=a60_0x1202,_0x5bb08f=_0x572ba4[_0x59089c(0xd4)](this,arguments);try{if(BrowserstackCLI[_0x59089c(0x130)]()[_0x59089c(0xb1)]()){const _0x4f2b4b={};_0x4f2b4b[_0x59089c(0xa5)]=_0x5ea989,Promise[_0x59089c(0xc4)](BrowserstackCLI['getInstance']()[_0x59089c(0xa9)]()[_0x59089c(0x15f)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x59089c(0xc2)],_0x4f2b4b))['catch'](()=>{});}else{const _0x585b15=_0x5ea989&&_0x5ea989[_0x59089c(0xfa)]&&_0x5ea989[_0x59089c(0xfa)][_0x59089c(0xb4)];if(_0x585b15){const _0x3be7a3=_0x585b15[_0x59089c(0x111)],_0x37fcbd=_0x585b15[_0x59089c(0x11f)];_0xf386ab[_0x59089c(0x120)](!_0x3be7a3,!_0x37fcbd)&&Promise['resolve'](ClientTroubleShootingService[_0x59089c(0x10d)]())[_0x59089c(0x14c)](()=>{}),_0x37fcbd&&(_0xf386ab['RKeAL'](debug,_0x59089c(0xdc)+_0x37fcbd[_0x59089c(0x116)]()),_0x673484[_0x59089c(0xd7)][_0x59089c(0xa7)]=_0x37fcbd[_0x59089c(0x171)],_0x673484[_0x59089c(0xd7)][_0x59089c(0x110)]=_0x37fcbd[_0x59089c(0x109)]),_0x3be7a3&&(_0xf386ab[_0x59089c(0xd3)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x3be7a3),_0x673484[_0x59089c(0xd7)][_0x59089c(0x127)]=_0x3be7a3);}}}catch(_0x4402fd){_0xf386ab[_0x59089c(0x10c)](debug,_0x59089c(0x13d)+(_0x4402fd&&_0x4402fd[_0x59089c(0x116)]?_0x4402fd[_0x59089c(0x116)]():_0x4402fd));}return _0x5bb08f;};}}),_0x33b300['prototype'][_0x40e85c(0x13e)]=!![],logger[_0x40e85c(0xc6)](_0xf386ab['yoNNF']);}}catch(_0x1448f3){_0xf386ab['COyUW'](debug,_0x40e85c(0xe6)+_0x1448f3),_0x673484[_0x40e85c(0x14f)]=_0x1448f3['toString']();}}static[a60_0x3bf456(0xd0)](){const _0x4058f6=a60_0x3bf456,_0x1b52be={'lruPQ':function(_0x11098c,_0x31be8f){return _0x11098c(_0x31be8f);},'ZlbNz':function(_0x4e440a){return _0x4e440a();},'wAaeQ':function(_0x4c1721,_0xc085a9){return _0x4c1721>=_0xc085a9;},'dJqct':_0x4058f6(0x11e),'UxkOI':_0x4058f6(0x167),'xnrxh':_0x4058f6(0xf9),'FfTxN':_0x4058f6(0x16a),'fhaei':_0x4058f6(0x119),'OQvSk':_0x4058f6(0x178),'VOoMK':function(_0x96e47e,_0x160c92){return _0x96e47e(_0x160c92);},'NStDF':_0x4058f6(0xe3),'nDlyB':function(_0x455d6c,_0x507e01){return _0x455d6c(_0x507e01);},'DlJlZ':_0x4058f6(0xab),'YPDNb':function(_0x3e66c8,_0x55c75f){return _0x3e66c8!=_0x55c75f;},'OsAqi':_0x4058f6(0x152)},_0x4e39bc=this;if(_0x1b52be[_0x4058f6(0x11b)](isAccessibilityAutomationSession)){let _0x4acd21=null,_0x50b8d9=![];try{const _0x2a0380=helper[_0x4058f6(0xdd)](FRAMEWORKS[_0x4058f6(0x13c)]);_0x50b8d9=_0x1b52be[_0x4058f6(0x163)](helper[_0x4058f6(0x154)](_0x2a0380,_0x1b52be[_0x4058f6(0x10b)]),0x0);}catch(_0xe04546){_0x1b52be['lruPQ'](debug,_0x4058f6(0x176)+_0xe04546[_0x4058f6(0x116)]());}if(_0x50b8d9)_0x1b52be['lruPQ'](debug,_0x1b52be[_0x4058f6(0x135)]);else try{const _0x54860d=path['join'](_0x1b52be[_0x4058f6(0x117)],_0x1b52be[_0x4058f6(0xff)],_0x1b52be[_0x4058f6(0x103)],_0x1b52be['OQvSk']),_0x4fe717=_0x1b52be[_0x4058f6(0xdb)](importFileFromPWCore,_0x54860d);!_0x4fe717?_0x1b52be[_0x4058f6(0x17a)](debug,_0x1b52be[_0x4058f6(0xfc)]):_0x4acd21=_0x4fe717[_0x4058f6(0x179)];}catch(_0xec603b){_0x1b52be[_0x4058f6(0x12b)](debug,_0x1b52be[_0x4058f6(0xcf)]);}try{if(_0x1b52be['YPDNb'](_0x4acd21,null)){const _0x13545d=_0x4acd21[_0x4058f6(0x174)][_0x4058f6(0x152)];Object[_0x4058f6(0xaf)](_0x4acd21[_0x4058f6(0x174)],_0x1b52be['OsAqi'],{'get':function(){return async function _0x23ea06(_0x17db08){const _0x168fbf=a60_0x1202;try{if(BrowserstackCLI[_0x168fbf(0x130)]()[_0x168fbf(0xb1)]()){const _0x37f9c3={};_0x37f9c3[_0x168fbf(0xa5)]=_0x17db08,await BrowserstackCLI[_0x168fbf(0x130)]()[_0x168fbf(0xa9)]()[_0x168fbf(0x15f)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x168fbf(0xc2)],_0x37f9c3),delete _0x17db08[_0x168fbf(0x112)];}else{const _0x6b5905=_0x17db08[_0x168fbf(0x112)];if(_0x6b5905){delete _0x17db08['bStackParams'];const _0x176ba1=_0x6b5905[_0x168fbf(0x111)],_0x2d84b1=_0x6b5905[_0x168fbf(0x11f)];_0x2d84b1&&(_0x1b52be['lruPQ'](debug,_0x168fbf(0x16b)+_0x2d84b1[_0x168fbf(0x116)]()),_0x4e39bc['currentSessionDetails'][_0x168fbf(0xa7)]=_0x2d84b1['platformName'],_0x4e39bc[_0x168fbf(0xd7)]['platform_version']=_0x2d84b1['platformVersion']),_0x176ba1&&(_0x1b52be[_0x168fbf(0xdb)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x176ba1),_0x4e39bc['currentSessionDetails'][_0x168fbf(0x127)]=_0x176ba1);}}}catch(_0x34436b){_0x1b52be[_0x168fbf(0xdb)](debug,_0x168fbf(0x12d)+_0x34436b[_0x168fbf(0x116)]());}return _0x13545d[_0x168fbf(0xd4)](this,arguments);};}});}}catch(_0xa93879){_0x1b52be['VOoMK'](debug,_0x4058f6(0xf5)+_0xa93879),_0x4e39bc[_0x4058f6(0x14f)]=_0xa93879[_0x4058f6(0x116)]();}}}static['getDetails'](){return this['currentSessionDetails'];}}module['exports']=PlaywrightSessionDetails;
@@ -1 +1 @@
1
- const a57_0x3ca4ed=a57_0x56d9;(function(_0x1c8a29,_0x34416b){const _0x265dcd=a57_0x56d9,_0x8259ad=_0x1c8a29();while(!![]){try{const _0x492d51=parseInt(_0x265dcd(0xa2))/0x1*(-parseInt(_0x265dcd(0x94))/0x2)+-parseInt(_0x265dcd(0xa7))/0x3*(-parseInt(_0x265dcd(0xb3))/0x4)+-parseInt(_0x265dcd(0x9a))/0x5+-parseInt(_0x265dcd(0xa5))/0x6+parseInt(_0x265dcd(0xb4))/0x7+-parseInt(_0x265dcd(0xb0))/0x8+parseInt(_0x265dcd(0xb9))/0x9;if(_0x492d51===_0x34416b)break;else _0x8259ad['push'](_0x8259ad['shift']());}catch(_0x4439c8){_0x8259ad['push'](_0x8259ad['shift']());}}}(a57_0x3a86,0x2f71d));const util=require('util'),logger=require('../../helpers/logger'),{nestedKeyValue,isFalse}=require(a57_0x3ca4ed(0xac)),{o11yErrorHandler}=require(a57_0x3ca4ed(0xa9)),PerformanceTester=require(a57_0x3ca4ed(0x93)),{O11y_EVENTS:PerformanceO11yEvents}=require('../../helpers/performance/constants'),BrowserstackCLI=require(a57_0x3ca4ed(0xb6)),CustomTagManager=require('../v2/customTagManager'),uploadAttachmentsManager=require('../v2/uploadAttachmentsManager'),doo11ySync=PerformanceTester[a57_0x3ca4ed(0xa1)](PerformanceO11yEvents['SYNC'],o11yErrorHandler(async function doo11ySync(_0x2eea52){const _0x37384d=a57_0x3ca4ed,_0x132d05={'bBybq':function(_0x4436ea,_0x2365fe,_0x4b91ac){return _0x4436ea(_0x2365fe,_0x4b91ac);},'EHNFY':'__workerDetails','VpdJh':_0x37384d(0xa3),'AacQl':_0x37384d(0xa0),'PMSWD':'debug'};if(_0x132d05['bBybq'](nestedKeyValue,global,[_0x132d05[_0x37384d(0xb5)],_0x132d05[_0x37384d(0x98)]]))return;await _0x2eea52[_0x37384d(0x9f)](_0x2b3431=>{},_0x37384d(0x9e)+JSON[_0x37384d(0x95)]({'action':_0x132d05[_0x37384d(0x97)],'arguments':{'data':_0x37384d(0xb8)+Date[_0x37384d(0xa4)](),'level':_0x132d05['PMSWD']}})),global[_0x37384d(0x96)][_0x37384d(0xa3)]=!![];},a57_0x3ca4ed(0x9c)));exports['patchBrowserNewPage']=_0x4ed0e0=>{const _0xd3dfef=a57_0x3ca4ed,_0x173962={'ehihu':function(_0x3974b8,_0x215203){return _0x3974b8(_0x215203);},'UNaBS':function(_0x122411,_0x32cfca){return _0x122411(_0x32cfca);},'UdcuP':function(_0x275529,_0x29564f,_0x2db1e8){return _0x275529(_0x29564f,_0x2db1e8);},'yskeo':'__workerDetails'};if(!_0x4ed0e0||_0x4ed0e0[_0xd3dfef(0xb1)])return;const _0x178307=_0x4ed0e0[_0xd3dfef(0xad)]['bind'](_0x4ed0e0);_0x4ed0e0['newPage']=async function _0x37ea08(){const _0x596dd7=_0xd3dfef,_0x1eae94=await _0x178307[_0x596dd7(0xaf)](_0x4ed0e0,arguments);try{!BrowserstackCLI[_0x596dd7(0xab)]()['isRunning']()&&!_0x173962[_0x596dd7(0xaa)](isFalse,process[_0x596dd7(0x9b)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&await _0x173962[_0x596dd7(0xb2)](doo11ySync,_0x1eae94),BrowserstackCLI[_0x596dd7(0xab)]()['isRunning']()&&(_0x1eae94[_0x596dd7(0xa6)]=async(_0x546eca,_0x50f17e,_0x413108=![])=>{const _0x3e2157=_0x596dd7;await CustomTagManager[_0x3e2157(0xa6)](_0x546eca,_0x50f17e,_0x413108);},_0x1eae94[_0x596dd7(0x9d)]=async(_0x252491,_0x2daa6c=![])=>{await uploadAttachmentsManager['uploadAttachments'](_0x252491,_0x2daa6c);});}catch(_0x2d2090){logger[_0x596dd7(0xae)](_0x596dd7(0x99)+util[_0x596dd7(0xb7)](_0x2d2090));}return _0x173962[_0x596dd7(0xa8)](nestedKeyValue,global,[_0x173962[_0x596dd7(0xba)]])&&(global[_0x596dd7(0x96)]['pwPage']=_0x1eae94),_0x1eae94;},_0x4ed0e0[_0xd3dfef(0xb1)]=!![];};function a57_0x56d9(_0x5839d7,_0x113261){const _0x3a86a2=a57_0x3a86();return a57_0x56d9=function(_0x56d9c5,_0x14f9dd){_0x56d9c5=_0x56d9c5-0x93;let _0x4e4153=_0x3a86a2[_0x56d9c5];return _0x4e4153;},a57_0x56d9(_0x5839d7,_0x113261);}function a57_0x3a86(){const _0x505a55=['1241220XZoOMV','setCustomTags','3wQcRjt','UdcuP','../../helpers/test-observability/error-handler','ehihu','getInstance','../../helpers/helper','newPage','debug','apply','3071968cvIlkC','_bstackNewPagePatched','UNaBS','496772UrvSrN','490728HpgHpD','EHNFY','../v2/browserstackCLI','format','ObservabilitySync:','8157861SEFCKy','yskeo','../../helpers/performance/performance-tester','52CFfdVZ','stringify','__workerDetails','AacQl','VpdJh','Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20','215755ineMBp','env','doo11ySync','uploadAttachment','browserstack_executor:\x20','evaluate','annotate','measureWrapper','10476GKWZfa','o11ySyncDone','now'];a57_0x3a86=function(){return _0x505a55;};return a57_0x3a86();}
1
+ const a61_0x31e0eb=a61_0x1f23;function a61_0xb70a(){const _0x35bd12=['_bstackNewPagePatched','../../helpers/helper','../../helpers/logger','now','1335397uyLUdA','nraIV','../v2/browserstackCLI','uploadAttachment','xpUHn','util','doo11ySync','TVdrE','browserstack_executor:\x20','../v2/uploadAttachmentsManager','371244oXdCBb','gbmLq','evaluate','406156MSiEJr','uploadAttachments','SYNC','609144igHJFI','../../helpers/performance/constants','newPage','../../helpers/performance/performance-tester','ctbSx','yshzG','1307556xLkhlE','apply','2894256FGHsvl','debug','bind','ObservabilitySync:','stringify','getInstance','env','isRunning','10eSqPYQ','format','330127WeMHMY','__workerDetails'];a61_0xb70a=function(){return _0x35bd12;};return a61_0xb70a();}function a61_0x1f23(_0xa7be54,_0x35e7de){const _0xb70a4c=a61_0xb70a();return a61_0x1f23=function(_0x1f230c,_0x378c54){_0x1f230c=_0x1f230c-0x139;let _0x1beb97=_0xb70a4c[_0x1f230c];return _0x1beb97;},a61_0x1f23(_0xa7be54,_0x35e7de);}(function(_0x558d40,_0x477bfc){const _0x5a9ce9=a61_0x1f23,_0x2659f1=_0x558d40();while(!![]){try{const _0x28fb2a=parseInt(_0x5a9ce9(0x157))/0x1+parseInt(_0x5a9ce9(0x145))/0x2+-parseInt(_0x5a9ce9(0x14b))/0x3+-parseInt(_0x5a9ce9(0x142))/0x4*(parseInt(_0x5a9ce9(0x155))/0x5)+parseInt(_0x5a9ce9(0x13f))/0x6+-parseInt(_0x5a9ce9(0x15d))/0x7+parseInt(_0x5a9ce9(0x14d))/0x8;if(_0x28fb2a===_0x477bfc)break;else _0x2659f1['push'](_0x2659f1['shift']());}catch(_0x8770d6){_0x2659f1['push'](_0x2659f1['shift']());}}}(a61_0xb70a,0x37d2e));const util=require(a61_0x31e0eb(0x13a)),logger=require(a61_0x31e0eb(0x15b)),{nestedKeyValue,isFalse}=require(a61_0x31e0eb(0x15a)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),PerformanceTester=require(a61_0x31e0eb(0x148)),{O11y_EVENTS:PerformanceO11yEvents}=require(a61_0x31e0eb(0x146)),BrowserstackCLI=require(a61_0x31e0eb(0x15f)),CustomTagManager=require('../v2/customTagManager'),uploadAttachmentsManager=require(a61_0x31e0eb(0x13e)),doo11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a61_0x31e0eb(0x144)],o11yErrorHandler(async function doo11ySync(_0x38aa7b){const _0x1a67d3=a61_0x31e0eb,_0x2cb53b={'ceuVn':function(_0x15ab4e,_0x39c41,_0x45a765){return _0x15ab4e(_0x39c41,_0x45a765);},'xpUHn':_0x1a67d3(0x158),'gbmLq':'o11ySyncDone','bTnxH':'annotate','nraIV':_0x1a67d3(0x14e)};if(_0x2cb53b['ceuVn'](nestedKeyValue,global,[_0x2cb53b[_0x1a67d3(0x139)],_0x2cb53b[_0x1a67d3(0x140)]]))return;await _0x38aa7b[_0x1a67d3(0x141)](_0x4da79b=>{},_0x1a67d3(0x13d)+JSON[_0x1a67d3(0x151)]({'action':_0x2cb53b['bTnxH'],'arguments':{'data':_0x1a67d3(0x150)+Date[_0x1a67d3(0x15c)](),'level':_0x2cb53b[_0x1a67d3(0x15e)]}})),global[_0x1a67d3(0x158)]['o11ySyncDone']=!![];},a61_0x31e0eb(0x13b)));exports['patchBrowserNewPage']=_0x5bdb0f=>{const _0x563686=a61_0x31e0eb,_0x29acc1={'yshzG':function(_0x5a345d,_0x4dcc2a){return _0x5a345d(_0x4dcc2a);},'TVdrE':function(_0x428995,_0x2cc233,_0x5000c2){return _0x428995(_0x2cc233,_0x5000c2);},'ctbSx':'__workerDetails'};if(!_0x5bdb0f||_0x5bdb0f[_0x563686(0x159)])return;const _0x5a2a49=_0x5bdb0f[_0x563686(0x147)][_0x563686(0x14f)](_0x5bdb0f);_0x5bdb0f['newPage']=async function _0x11f1b1(){const _0x2bc754=_0x563686,_0x4180e8=await _0x5a2a49[_0x2bc754(0x14c)](_0x5bdb0f,arguments);try{!BrowserstackCLI[_0x2bc754(0x152)]()[_0x2bc754(0x154)]()&&!_0x29acc1[_0x2bc754(0x14a)](isFalse,process[_0x2bc754(0x153)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&await _0x29acc1[_0x2bc754(0x14a)](doo11ySync,_0x4180e8),BrowserstackCLI[_0x2bc754(0x152)]()[_0x2bc754(0x154)]()&&(_0x4180e8['setCustomTags']=async(_0x19112c,_0x4f5585,_0x580c40=![])=>{await CustomTagManager['setCustomTags'](_0x19112c,_0x4f5585,_0x580c40);},_0x4180e8[_0x2bc754(0x160)]=async(_0x42d16b,_0x3a9b3d=![])=>{const _0x478dac=_0x2bc754;await uploadAttachmentsManager[_0x478dac(0x143)](_0x42d16b,_0x3a9b3d);});}catch(_0xb11603){logger[_0x2bc754(0x14e)]('Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20'+util[_0x2bc754(0x156)](_0xb11603));}return _0x29acc1[_0x2bc754(0x13c)](nestedKeyValue,global,[_0x29acc1[_0x2bc754(0x149)]])&&(global['__workerDetails']['pwPage']=_0x4180e8),_0x4180e8;},_0x5bdb0f[_0x563686(0x159)]=!![];};
@@ -1 +1 @@
1
- const a58_0x582d11=a58_0x30b8;(function(_0xf1b982,_0x59e8fa){const _0x44a0a0=a58_0x30b8,_0x2486ed=_0xf1b982();while(!![]){try{const _0x5f432e=parseInt(_0x44a0a0(0x1fd))/0x1*(parseInt(_0x44a0a0(0x239))/0x2)+-parseInt(_0x44a0a0(0x205))/0x3+parseInt(_0x44a0a0(0x230))/0x4+parseInt(_0x44a0a0(0x236))/0x5+-parseInt(_0x44a0a0(0x1fa))/0x6*(parseInt(_0x44a0a0(0x221))/0x7)+parseInt(_0x44a0a0(0x208))/0x8+-parseInt(_0x44a0a0(0x20d))/0x9;if(_0x5f432e===_0x59e8fa)break;else _0x2486ed['push'](_0x2486ed['shift']());}catch(_0x17963d){_0x2486ed['push'](_0x2486ed['shift']());}}}(a58_0x5810,0x76b19));function a58_0x5810(){const _0x68f88=['browserstack','5266037ZjkjdH','../../helpers/logger','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','../v2/browserstackCLI','mEEGq','function','sJCii','sessionError','patchConnection','bsParams','apply','platformDetails','onmessage','EaHpz','bsSessionId','2773552RThSnq','cloudProvider','Qeavc','unknown_grid','BSTACK_ATS_URL','path','4810035pxbiso','platform','wuiZD','1724018UZQsfN','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','[PuppeteerSessionDetails]\x20Connection\x20patched\x20for\x20session\x20capture','YpMYv','PCASj','hOdWw','OjxAW','getInstance','rbeXp','bUVUh','isRunning','setupBrowserDetails','browserName','pWorH','PtHAi','../v2/state/automationFrameworkState.js','debug','browser_version','result','message','Setting\x20session\x20id\x20received\x20from\x20BS\x20','version','bStackParams','currentSessionDetails','_connection','stringify','6QUuPQl','includes','../v2/state/hookState.js','1fqlKPP','arBcE','_bstackPatched','query','Error\x20in\x20setupBrowserDetails:\x20','url','toString','string','1333131RLHjUm','eRYVJ','browser','2735120XvbAKf','sessionId','getAutomationFramework','platformVersion','params','10588113sQOVeX','../utils/constants','getDetails','POST','mVoDX','fromEntries','platformName','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','winstonLogger','pVnbi','platform_version','automate','util','tVTlR','test','local_grid','PLAYWRIGHT_DISPATCH','Error\x20extracting\x20bsParams\x20from\x20CDP\x20message:\x20','exports'];a58_0x5810=function(){return _0x68f88;};return a58_0x5810();}function a58_0x30b8(_0x2a302a,_0x1ac81f){const _0x58103e=a58_0x5810();return a58_0x30b8=function(_0x30b8d3,_0x41a216){_0x30b8d3=_0x30b8d3-0x1ef;let _0x169d4a=_0x58103e[_0x30b8d3];return _0x169d4a;},a58_0x30b8(_0x2a302a,_0x1ac81f);}const path=require(a58_0x582d11(0x235)),url=require(a58_0x582d11(0x202)),util=require(a58_0x582d11(0x219)),{nestedKeyValue,isFalse}=require('../../helpers/helper'),{debug,getPlatformDetails}=require('../../helpers/test-observability/utils'),logger=require(a58_0x582d11(0x222))[a58_0x582d11(0x215)],constants=require(a58_0x582d11(0x20e)),BrowserstackCLI=require(a58_0x582d11(0x224)),AutomationFrameworkState=require(a58_0x582d11(0x1ef)),HookState=require(a58_0x582d11(0x1fc)),getBrowserFromWSEndpoint=_0x56b143=>{const _0x56d8fb=a58_0x582d11,_0x1e7760={'PCASj':'chrome','OjxAW':function(_0x38e1b9,_0x58c33f){return _0x38e1b9(_0x58c33f);}};try{const _0x2d706f=url['parse'](_0x56b143),_0x472482=new URLSearchParams(_0x2d706f[_0x56d8fb(0x200)]),_0x2e2139=Object[_0x56d8fb(0x212)](_0x472482['entries']()),_0x7a20b2=JSON['parse'](_0x2e2139['caps']);if(_0x7a20b2&&(_0x7a20b2[_0x56d8fb(0x207)]||_0x7a20b2[_0x56d8fb(0x245)]))return _0x7a20b2[_0x56d8fb(0x207)]||_0x7a20b2[_0x56d8fb(0x245)];return _0x1e7760[_0x56d8fb(0x23d)];}catch(_0x440028){_0x1e7760[_0x56d8fb(0x23f)](debug,_0x56d8fb(0x223)+_0x440028['toString']());}},getCloudProviderFromWsEndpoint=_0x1e86ee=>{const _0x17c386=a58_0x582d11,_0x243857={};_0x243857[_0x17c386(0x23e)]=_0x17c386(0x220),_0x243857[_0x17c386(0x247)]=_0x17c386(0x233);const _0x22438f=_0x243857;if(_0x1e86ee[_0x17c386(0x1fb)](constants['BSTACK_URL'])||_0x1e86ee[_0x17c386(0x1fb)](constants[_0x17c386(0x234)]))return _0x22438f['hOdWw'];return _0x22438f[_0x17c386(0x247)];},a58_0x17741f={};a58_0x17741f[a58_0x582d11(0x231)]=undefined,a58_0x17741f[a58_0x582d11(0x22f)]=undefined,a58_0x17741f[a58_0x582d11(0x207)]=undefined,a58_0x17741f[a58_0x582d11(0x1f1)]=undefined,a58_0x17741f[a58_0x582d11(0x237)]=undefined,a58_0x17741f[a58_0x582d11(0x217)]=undefined,a58_0x17741f['product']=undefined,a58_0x17741f['capabilities']={};class PuppeteerSessionDetails{static [a58_0x582d11(0x1f7)]=a58_0x17741f;constructor(){const _0x333b80=a58_0x582d11,_0x937f27={};_0x937f27[_0x333b80(0x227)]=_0x333b80(0x214);const _0x360ad7=_0x937f27;throw new Error(_0x360ad7[_0x333b80(0x227)]);}static [a58_0x582d11(0x228)]=null;static async[a58_0x582d11(0x244)](_0x499c3f,_0x32b415){const _0x3d50e6=a58_0x582d11,_0xac263a={'tVTlR':'chrome','OtoFj':function(_0x2653df,_0x15b3d3){return _0x2653df===_0x15b3d3;},'mEEGq':_0x3d50e6(0x226),'mVoDX':_0x3d50e6(0x21c),'bUVUh':function(_0x124b37,_0x462660){return _0x124b37(_0x462660);},'hYIub':'browserstack','otydo':'turboscale','YpMYv':_0x3d50e6(0x218),'pWorH':function(_0x1161ce){return _0x1161ce();},'wuiZD':function(_0xc1675e){return _0xc1675e();},'DWVza':function(_0x37c113,_0x5c1d79){return _0x37c113(_0x5c1d79);}};try{let _0xd5f4ca=_0xac263a[_0x3d50e6(0x21a)],_0x234409=null;_0x499c3f&&_0xac263a['OtoFj'](typeof _0x499c3f[_0x3d50e6(0x1f5)],_0xac263a[_0x3d50e6(0x225)])&&(_0x234409=await _0x499c3f[_0x3d50e6(0x1f5)]());let _0x3562b4=null,_0x5863fe=null,_0x98fb05=null,_0x50ad34=_0xac263a[_0x3d50e6(0x211)];if(_0x32b415){_0x50ad34=_0xac263a['bUVUh'](getCloudProviderFromWsEndpoint,_0x32b415);if(_0xac263a['OtoFj'](_0x50ad34,_0xac263a['hYIub']))_0x98fb05=constants['ATS_WSS_URL_REGEX']?constants['ATS_WSS_URL_REGEX'][_0x3d50e6(0x21b)](_0x32b415)?_0xac263a['otydo']:_0xac263a[_0x3d50e6(0x23c)]:_0xac263a['YpMYv'],_0xd5f4ca=_0xac263a[_0x3d50e6(0x242)](getBrowserFromWSEndpoint,_0x32b415)||_0xd5f4ca,_0x3562b4=this[_0x3d50e6(0x1f7)][_0x3d50e6(0x237)],_0x5863fe=this[_0x3d50e6(0x1f7)][_0x3d50e6(0x217)];else{const _0x65677a=await _0xac263a[_0x3d50e6(0x246)](getPlatformDetails);_0x3562b4=_0x65677a[_0x3d50e6(0x213)],_0x5863fe=_0x65677a[_0x3d50e6(0x20b)];}}else{const _0x515425=await _0xac263a[_0x3d50e6(0x238)](getPlatformDetails);_0x3562b4=_0x515425[_0x3d50e6(0x213)],_0x5863fe=_0x515425[_0x3d50e6(0x20b)];}const _0x35a3b6={};_0x35a3b6[_0x3d50e6(0x207)]=_0xd5f4ca,_0x35a3b6[_0x3d50e6(0x1f1)]=_0x234409,_0x35a3b6['capabilities']={},_0x35a3b6[_0x3d50e6(0x237)]=_0x3562b4,_0x35a3b6[_0x3d50e6(0x217)]=_0x5863fe,_0x35a3b6['product']=_0x98fb05;const _0x198a4e=_0x35a3b6,_0x432d99={};_0x432d99[_0x3d50e6(0x231)]=_0x50ad34,this[_0x3d50e6(0x1f7)]=Object['assign']({},this['currentSessionDetails'],_0x432d99,_0x198a4e);}catch(_0x56098c){_0xac263a['DWVza'](debug,_0x3d50e6(0x201)+util['format'](_0x56098c)),this[_0x3d50e6(0x228)]=_0x56098c[_0x3d50e6(0x203)]();}}static[a58_0x582d11(0x229)](_0x2e6d58){const _0x486a71=a58_0x582d11,_0x3b9542={'arBcE':function(_0x292cb7,_0x40ea6a){return _0x292cb7===_0x40ea6a;},'rbeXp':_0x486a71(0x204),'EaHpz':function(_0x54150e,_0x4b46b2){return _0x54150e(_0x4b46b2);},'pVnbi':function(_0x524e36,_0x12aefc){return _0x524e36(_0x12aefc);},'Qeavc':function(_0x235629,_0x1f0f47){return _0x235629===_0x1f0f47;},'wykne':function(_0x199952,_0xfadeff){return _0x199952(_0xfadeff);},'xaLAE':_0x486a71(0x23b),'eRYVJ':function(_0x118cff,_0x33e465){return _0x118cff(_0x33e465);}},_0x3861fb=this;try{const _0x496c61=_0x2e6d58[_0x486a71(0x1f8)]||_0x2e6d58['connection'];if(!_0x496c61||_0x496c61[_0x486a71(0x1ff)])return;const _0xc86bc3=_0x496c61[_0x486a71(0x22d)];_0x496c61[_0x486a71(0x22d)]=function(_0x1a2987){const _0xa3b3d7=_0x486a71;try{const _0x3e93a3=_0x3b9542[_0xa3b3d7(0x1fe)](typeof _0x1a2987,_0x3b9542['rbeXp'])?JSON['parse'](_0x1a2987):_0x1a2987,_0x365d2f=_0x3e93a3?.[_0xa3b3d7(0x1f6)]||_0x3e93a3?.['bsParams']||_0x3e93a3?.[_0xa3b3d7(0x20c)]?.[_0xa3b3d7(0x22a)]||_0x3e93a3?.[_0xa3b3d7(0x20c)]?.[_0xa3b3d7(0x1f6)]||_0x3e93a3?.['result']?.['bsParams']||_0x3e93a3?.['result']?.['bStackParams'];if(_0x365d2f){if(BrowserstackCLI[_0xa3b3d7(0x240)]()[_0xa3b3d7(0x243)]()){const _0x15958b={};_0x15958b[_0xa3b3d7(0x1f3)]=_0x3e93a3,BrowserstackCLI[_0xa3b3d7(0x240)]()[_0xa3b3d7(0x20a)]()['trackEvent'](AutomationFrameworkState[_0xa3b3d7(0x21d)],HookState[_0xa3b3d7(0x210)],_0x15958b);}else{const _0x889877=_0x365d2f[_0xa3b3d7(0x209)],_0xd0a408=_0x365d2f[_0xa3b3d7(0x22c)];_0xd0a408&&(_0x3b9542[_0xa3b3d7(0x22e)](debug,_0xa3b3d7(0x23a)+JSON[_0xa3b3d7(0x1f9)](_0xd0a408)),_0x3861fb[_0xa3b3d7(0x1f7)][_0xa3b3d7(0x237)]=_0xd0a408[_0xa3b3d7(0x213)],_0x3861fb[_0xa3b3d7(0x1f7)]['platform_version']=_0xd0a408[_0xa3b3d7(0x20b)]),_0x889877&&(_0x3b9542[_0xa3b3d7(0x216)](debug,_0xa3b3d7(0x1f4)+_0x889877),_0x3861fb['currentSessionDetails'][_0xa3b3d7(0x22f)]=_0x889877);}_0x3b9542[_0xa3b3d7(0x232)](typeof _0x1a2987,_0x3b9542[_0xa3b3d7(0x241)])&&(delete _0x3e93a3[_0xa3b3d7(0x1f6)],delete _0x3e93a3['bsParams'],_0x3e93a3['params']&&(delete _0x3e93a3[_0xa3b3d7(0x20c)][_0xa3b3d7(0x22a)],delete _0x3e93a3[_0xa3b3d7(0x20c)][_0xa3b3d7(0x1f6)]),_0x3e93a3[_0xa3b3d7(0x1f2)]&&(delete _0x3e93a3['result'][_0xa3b3d7(0x22a)],delete _0x3e93a3[_0xa3b3d7(0x1f2)]['bStackParams']));}}catch(_0x3d5e55){_0x3b9542['wykne'](debug,_0xa3b3d7(0x21e)+_0x3d5e55[_0xa3b3d7(0x1f3)]);}return _0xc86bc3?.[_0xa3b3d7(0x22b)](this,arguments);},_0x496c61[_0x486a71(0x1ff)]=!![],logger[_0x486a71(0x1f0)](_0x3b9542['xaLAE']);}catch(_0x1ad639){_0x3b9542[_0x486a71(0x206)](debug,'Error\x20in\x20patchConnection:\x20'+util['format'](_0x1ad639)),_0x3861fb[_0x486a71(0x228)]=_0x1ad639[_0x486a71(0x203)]();}}static[a58_0x582d11(0x20f)](){const _0x5ba380=a58_0x582d11;return this[_0x5ba380(0x1f7)];}}module[a58_0x582d11(0x21f)]=PuppeteerSessionDetails;
1
+ const a62_0x45c243=a62_0x9b0c;(function(_0xf1f42a,_0x43d272){const _0x74977a=a62_0x9b0c,_0x31c236=_0xf1f42a();while(!![]){try{const _0x418804=-parseInt(_0x74977a(0x13f))/0x1*(parseInt(_0x74977a(0x134))/0x2)+-parseInt(_0x74977a(0x126))/0x3*(-parseInt(_0x74977a(0x158))/0x4)+-parseInt(_0x74977a(0x12b))/0x5+-parseInt(_0x74977a(0x12c))/0x6+-parseInt(_0x74977a(0x122))/0x7*(-parseInt(_0x74977a(0x14c))/0x8)+-parseInt(_0x74977a(0x149))/0x9*(parseInt(_0x74977a(0x12d))/0xa)+parseInt(_0x74977a(0x15a))/0xb;if(_0x418804===_0x43d272)break;else _0x31c236['push'](_0x31c236['shift']());}catch(_0x49dda1){_0x31c236['push'](_0x31c236['shift']());}}}(a62_0x13b6,0x5fb30));const path=require(a62_0x45c243(0x16a)),url=require(a62_0x45c243(0x125)),util=require(a62_0x45c243(0x13a)),{nestedKeyValue,isFalse}=require(a62_0x45c243(0x153)),{debug,getPlatformDetails}=require(a62_0x45c243(0x148)),logger=require('../../helpers/logger')['winstonLogger'],constants=require(a62_0x45c243(0x139)),BrowserstackCLI=require(a62_0x45c243(0x151)),AutomationFrameworkState=require(a62_0x45c243(0x12e)),HookState=require('../v2/state/hookState.js'),getBrowserFromWSEndpoint=_0x23a5e6=>{const _0xe16ef5=a62_0x45c243,_0x4262c2={'dtVZL':_0xe16ef5(0x16b),'ebziK':function(_0x29adc1,_0x27cd8f){return _0x29adc1(_0x27cd8f);}};try{const _0x34b983=url['parse'](_0x23a5e6),_0x2fdd20=new URLSearchParams(_0x34b983['query']),_0x58afe6=Object[_0xe16ef5(0x16f)](_0x2fdd20[_0xe16ef5(0x152)]()),_0x30f029=JSON[_0xe16ef5(0x146)](_0x58afe6[_0xe16ef5(0x156)]);if(_0x30f029&&(_0x30f029[_0xe16ef5(0x150)]||_0x30f029['browserName']))return _0x30f029[_0xe16ef5(0x150)]||_0x30f029['browserName'];return _0x4262c2['dtVZL'];}catch(_0x4b1ae5){_0x4262c2[_0xe16ef5(0x161)](debug,_0xe16ef5(0x15e)+_0x4b1ae5[_0xe16ef5(0x140)]());}},getCloudProviderFromWsEndpoint=_0x559912=>{const _0x59dcb2=a62_0x45c243,_0x272b61={};_0x272b61[_0x59dcb2(0x170)]=_0x59dcb2(0x175),_0x272b61[_0x59dcb2(0x155)]=_0x59dcb2(0x138);const _0x282fea=_0x272b61;if(_0x559912[_0x59dcb2(0x13e)](constants[_0x59dcb2(0x178)])||_0x559912[_0x59dcb2(0x13e)](constants[_0x59dcb2(0x160)]))return _0x282fea[_0x59dcb2(0x170)];return _0x282fea[_0x59dcb2(0x155)];},a62_0x5eb36c={};function a62_0x13b6(){const _0x47c662=['message','product','capabilities','includes','122849NVsDch','toString','Setting\x20session\x20id\x20received\x20from\x20BS\x20','stringify','getInstance','WMxZV','local_grid','parse','format','../../helpers/test-observability/utils','9PhMMgu','result','POST','16ccCGtn','AFzeT','assign','JMdzS','browser','../v2/browserstackCLI','entries','../../helpers/helper','platform_version','CxqNp','caps','connection','1468HBYOYc','cwkPH','19317760gnwCdK','onmessage','YTwik','Error\x20in\x20setupBrowserDetails:\x20','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','mQUXp','BSTACK_ATS_URL','ebziK','YisiC','turboscale','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','_bstackPatched','params','platformDetails','nzopJ','bStackParams','path','chrome','bsParams','getDetails','browser_version','fromEntries','CwmHi','sessionError','Error\x20extracting\x20bsParams\x20from\x20CDP\x20message:\x20','trackEvent','yAvMC','browserstack','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','debug','BSTACK_URL','47761kWYmaI','cloudProvider','FsFHf','url','3006HcOJyK','vTHBH','getAutomationFramework','platformVersion','automate','3542040JyeiQb','174666EBzTTO','2709430YMOTGz','../v2/state/automationFrameworkState.js','ATS_WSS_URL_REGEX','string','sdFgA','ZJOOH','setupBrowserDetails','12TlMwwF','version','currentSessionDetails','platform','unknown_grid','../utils/constants','util'];a62_0x13b6=function(){return _0x47c662;};return a62_0x13b6();}function a62_0x9b0c(_0x407d57,_0x14f06b){const _0x13b63e=a62_0x13b6();return a62_0x9b0c=function(_0x9b0c0f,_0x1df788){_0x9b0c0f=_0x9b0c0f-0x122;let _0x4f1929=_0x13b63e[_0x9b0c0f];return _0x4f1929;},a62_0x9b0c(_0x407d57,_0x14f06b);}a62_0x5eb36c[a62_0x45c243(0x123)]=undefined,a62_0x5eb36c['bsSessionId']=undefined,a62_0x5eb36c[a62_0x45c243(0x150)]=undefined,a62_0x5eb36c[a62_0x45c243(0x16e)]=undefined,a62_0x5eb36c[a62_0x45c243(0x137)]=undefined,a62_0x5eb36c[a62_0x45c243(0x154)]=undefined,a62_0x5eb36c[a62_0x45c243(0x13c)]=undefined,a62_0x5eb36c[a62_0x45c243(0x13d)]={};class PuppeteerSessionDetails{static [a62_0x45c243(0x136)]=a62_0x5eb36c;constructor(){const _0x459222=a62_0x45c243,_0x49e2bc={};_0x49e2bc[_0x459222(0x14f)]=_0x459222(0x164);const _0xf6368=_0x49e2bc;throw new Error(_0xf6368['JMdzS']);}static ['sessionError']=null;static async[a62_0x45c243(0x133)](_0x250b0a,_0x5ef9c9){const _0x2e50bf=a62_0x45c243,_0x289b06={'oDvGF':_0x2e50bf(0x16b),'YTwik':function(_0x367835,_0x403602){return _0x367835===_0x403602;},'MAasn':'function','sdFgA':_0x2e50bf(0x145),'WMxZV':function(_0x1b9559,_0x4371a6){return _0x1b9559(_0x4371a6);},'nzopJ':'browserstack','DdgPm':_0x2e50bf(0x163),'YisiC':_0x2e50bf(0x12a),'IJvFt':function(_0x376d05,_0x1b2982){return _0x376d05(_0x1b2982);},'FsFHf':function(_0x3b3e90){return _0x3b3e90();},'cwkPH':function(_0x4a2040){return _0x4a2040();}};try{let _0x21a083=_0x289b06['oDvGF'],_0x475702=null;_0x250b0a&&_0x289b06[_0x2e50bf(0x15c)](typeof _0x250b0a[_0x2e50bf(0x135)],_0x289b06['MAasn'])&&(_0x475702=await _0x250b0a['version']());let _0x365177=null,_0x1dfa31=null,_0x268759=null,_0x4cbf7e=_0x289b06[_0x2e50bf(0x131)];if(_0x5ef9c9){_0x4cbf7e=_0x289b06[_0x2e50bf(0x144)](getCloudProviderFromWsEndpoint,_0x5ef9c9);if(_0x289b06[_0x2e50bf(0x15c)](_0x4cbf7e,_0x289b06[_0x2e50bf(0x168)]))_0x268759=constants[_0x2e50bf(0x12f)]?constants[_0x2e50bf(0x12f)]['test'](_0x5ef9c9)?_0x289b06['DdgPm']:_0x289b06[_0x2e50bf(0x162)]:_0x289b06[_0x2e50bf(0x162)],_0x21a083=_0x289b06['IJvFt'](getBrowserFromWSEndpoint,_0x5ef9c9)||_0x21a083,_0x365177=this[_0x2e50bf(0x136)]['platform'],_0x1dfa31=this[_0x2e50bf(0x136)][_0x2e50bf(0x154)];else{const _0x59a25d=await _0x289b06[_0x2e50bf(0x124)](getPlatformDetails);_0x365177=_0x59a25d['platformName'],_0x1dfa31=_0x59a25d[_0x2e50bf(0x129)];}}else{const _0x4e792b=await _0x289b06[_0x2e50bf(0x159)](getPlatformDetails);_0x365177=_0x4e792b['platformName'],_0x1dfa31=_0x4e792b['platformVersion'];}const _0x3619d9={};_0x3619d9[_0x2e50bf(0x150)]=_0x21a083,_0x3619d9[_0x2e50bf(0x16e)]=_0x475702,_0x3619d9['capabilities']={},_0x3619d9['platform']=_0x365177,_0x3619d9[_0x2e50bf(0x154)]=_0x1dfa31,_0x3619d9['product']=_0x268759;const _0x1ab5b8=_0x3619d9,_0x3d5790={};_0x3d5790[_0x2e50bf(0x123)]=_0x4cbf7e,this[_0x2e50bf(0x136)]=Object[_0x2e50bf(0x14e)]({},this[_0x2e50bf(0x136)],_0x3d5790,_0x1ab5b8);}catch(_0x359afd){_0x289b06[_0x2e50bf(0x144)](debug,_0x2e50bf(0x15d)+util[_0x2e50bf(0x147)](_0x359afd)),this[_0x2e50bf(0x171)]=_0x359afd['toString']();}}static['patchConnection'](_0x3c9861){const _0x2f7210=a62_0x45c243,_0x1b6e97={'ZJOOH':function(_0x5241b2,_0x32b5c7){return _0x5241b2===_0x32b5c7;},'AFzeT':_0x2f7210(0x130),'mQUXp':function(_0x1ce290,_0x919536){return _0x1ce290(_0x919536);},'yAvMC':function(_0x178bca,_0x1bb94b){return _0x178bca(_0x1bb94b);},'vTHBH':'[PuppeteerSessionDetails]\x20Connection\x20patched\x20for\x20session\x20capture'},_0x3db2a6=this;try{const _0x127ec6=_0x3c9861['_connection']||_0x3c9861[_0x2f7210(0x157)];if(!_0x127ec6||_0x127ec6[_0x2f7210(0x165)])return;const _0x3af242=_0x127ec6[_0x2f7210(0x15b)];_0x127ec6[_0x2f7210(0x15b)]=function(_0x3ef5c7){const _0x1fe2f7=_0x2f7210;try{const _0x5868ad=_0x1b6e97['ZJOOH'](typeof _0x3ef5c7,_0x1b6e97[_0x1fe2f7(0x14d)])?JSON[_0x1fe2f7(0x146)](_0x3ef5c7):_0x3ef5c7,_0x19d74a=_0x5868ad?.[_0x1fe2f7(0x169)]||_0x5868ad?.[_0x1fe2f7(0x16c)]||_0x5868ad?.[_0x1fe2f7(0x166)]?.[_0x1fe2f7(0x16c)]||_0x5868ad?.['params']?.[_0x1fe2f7(0x169)]||_0x5868ad?.[_0x1fe2f7(0x14a)]?.[_0x1fe2f7(0x16c)]||_0x5868ad?.[_0x1fe2f7(0x14a)]?.[_0x1fe2f7(0x169)];if(_0x19d74a){if(BrowserstackCLI['getInstance']()['isRunning']()){const _0x4d11d1={};_0x4d11d1['message']=_0x5868ad,BrowserstackCLI[_0x1fe2f7(0x143)]()[_0x1fe2f7(0x128)]()[_0x1fe2f7(0x173)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x1fe2f7(0x14b)],_0x4d11d1);}else{const _0x24d7b8=_0x19d74a['sessionId'],_0x3c1986=_0x19d74a[_0x1fe2f7(0x167)];_0x3c1986&&(_0x1b6e97[_0x1fe2f7(0x15f)](debug,_0x1fe2f7(0x176)+JSON[_0x1fe2f7(0x142)](_0x3c1986)),_0x3db2a6[_0x1fe2f7(0x136)][_0x1fe2f7(0x137)]=_0x3c1986['platformName'],_0x3db2a6[_0x1fe2f7(0x136)][_0x1fe2f7(0x154)]=_0x3c1986[_0x1fe2f7(0x129)]),_0x24d7b8&&(_0x1b6e97['mQUXp'](debug,_0x1fe2f7(0x141)+_0x24d7b8),_0x3db2a6[_0x1fe2f7(0x136)]['bsSessionId']=_0x24d7b8);}_0x1b6e97[_0x1fe2f7(0x132)](typeof _0x3ef5c7,_0x1b6e97['AFzeT'])&&(delete _0x5868ad['bStackParams'],delete _0x5868ad[_0x1fe2f7(0x16c)],_0x5868ad[_0x1fe2f7(0x166)]&&(delete _0x5868ad[_0x1fe2f7(0x166)]['bsParams'],delete _0x5868ad[_0x1fe2f7(0x166)]['bStackParams']),_0x5868ad[_0x1fe2f7(0x14a)]&&(delete _0x5868ad['result']['bsParams'],delete _0x5868ad[_0x1fe2f7(0x14a)][_0x1fe2f7(0x169)]));}}catch(_0x4f9c1d){_0x1b6e97[_0x1fe2f7(0x174)](debug,_0x1fe2f7(0x172)+_0x4f9c1d[_0x1fe2f7(0x13b)]);}return _0x3af242?.['apply'](this,arguments);},_0x127ec6[_0x2f7210(0x165)]=!![],logger[_0x2f7210(0x177)](_0x1b6e97[_0x2f7210(0x127)]);}catch(_0x4dcca6){_0x1b6e97['mQUXp'](debug,'Error\x20in\x20patchConnection:\x20'+util[_0x2f7210(0x147)](_0x4dcca6)),_0x3db2a6[_0x2f7210(0x171)]=_0x4dcca6[_0x2f7210(0x140)]();}}static[a62_0x45c243(0x16d)](){return this['currentSessionDetails'];}}module['exports']=PuppeteerSessionDetails;
@@ -1 +1 @@
1
- function a59_0x2f64(_0x4bf99c,_0x5414c3){const _0x1351ba=a59_0x1351();return a59_0x2f64=function(_0x2f6448,_0x51a286){_0x2f6448=_0x2f6448-0x1ca;let _0x4343ec=_0x1351ba[_0x2f6448];return _0x4343ec;},a59_0x2f64(_0x4bf99c,_0x5414c3);}const a59_0x42698c=a59_0x2f64;(function(_0x1c2084,_0x2e7da4){const _0x4edb7c=a59_0x2f64,_0x21a14d=_0x1c2084();while(!![]){try{const _0x2816dd=parseInt(_0x4edb7c(0x1d0))/0x1*(-parseInt(_0x4edb7c(0x1d8))/0x2)+parseInt(_0x4edb7c(0x1d4))/0x3*(parseInt(_0x4edb7c(0x1f2))/0x4)+-parseInt(_0x4edb7c(0x1ea))/0x5+-parseInt(_0x4edb7c(0x1f1))/0x6+-parseInt(_0x4edb7c(0x1e3))/0x7*(-parseInt(_0x4edb7c(0x1e4))/0x8)+-parseInt(_0x4edb7c(0x1f3))/0x9*(-parseInt(_0x4edb7c(0x1cd))/0xa)+-parseInt(_0x4edb7c(0x1d7))/0xb;if(_0x2816dd===_0x2e7da4)break;else _0x21a14d['push'](_0x21a14d['shift']());}catch(_0x14eee0){_0x21a14d['push'](_0x21a14d['shift']());}}}(a59_0x1351,0xc3c72));const {isTrue,isBrowserstackInfra}=require(a59_0x42698c(0x1e6)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a59_0x42698c(0x1d6)),logger=require(a59_0x42698c(0x1de))['winstonLogger'],{shouldProcessEventForTesthub}=require(a59_0x42698c(0x1e5)),{addRequestSpy}=require(a59_0x42698c(0x1dd)),a59_0x20080d={};a59_0x20080d['workerInfo']=undefined,a59_0x20080d[a59_0x42698c(0x1e9)]={},a59_0x20080d[a59_0x42698c(0x1ef)]=![],a59_0x20080d['pwPage']=null,a59_0x20080d['isPageFixture']=![],a59_0x20080d[a59_0x42698c(0x1e9)]['id']=undefined,a59_0x20080d[a59_0x42698c(0x1e9)]['testInfo']=undefined;const workerDetails=a59_0x20080d;global['__workerDetails']=workerDetails;let puppeteerPatcher=null;setKeepAlive();if(global[a59_0x42698c(0x1e7)])try{isBrowserstackInfra()?(global[a59_0x42698c(0x1ee)]=isTrue(global[a59_0x42698c(0x1e7)]?.[a59_0x42698c(0x1eb)]),global['__skipSessionStatus']=isTrue(global['jestConfig']?.['skipSessionStatus'])):(global[a59_0x42698c(0x1ee)]=!![],global[a59_0x42698c(0x1f0)]=!![]);const helper=require('../../helpers/helper'),puppeteerVersion=helper[a59_0x42698c(0x1d3)](a59_0x42698c(0x1e0))||helper['getPackageVersion']('puppeteer-core');if(puppeteerVersion)try{logger['debug']('[PuppeteerTestSetup]\x20Patching\x20Puppeteer\x20for\x20Jest'),puppeteerPatcher=require('../utils/puppeteer-patcher'),puppeteerPatcher[a59_0x42698c(0x1d2)](global[a59_0x42698c(0x1e7)]),logger[a59_0x42698c(0x1da)]('[PuppeteerTestSetup]\x20Puppeteer\x20patching\x20initialized');}catch(a59_0x28ebbc){logger[a59_0x42698c(0x1da)](a59_0x42698c(0x1d5)+util[a59_0x42698c(0x1e2)](a59_0x28ebbc));}if(puppeteerPatcher)try{const BrowserstackCLI=require(a59_0x42698c(0x1d1)),CLIUtils=require('../v2/cliUtils'),{FRAMEWORKS}=require('../utils/constants');BrowserstackCLI[a59_0x42698c(0x1dc)]()[a59_0x42698c(0x1db)]()&&(logger[a59_0x42698c(0x1da)](a59_0x42698c(0x1ec)),process[a59_0x42698c(0x1cc)][a59_0x42698c(0x1ed)]=a59_0x42698c(0x1e1),CLIUtils[a59_0x42698c(0x1d9)](FRAMEWORKS[a59_0x42698c(0x1cb)],FRAMEWORKS['PUPPETEER']),BrowserstackCLI[a59_0x42698c(0x1dc)]()[a59_0x42698c(0x1df)]()[a59_0x42698c(0x1ce)](_0x56d778=>{const _0x27fe6a=a59_0x42698c;logger[_0x27fe6a(0x1da)](_0x27fe6a(0x1e8)+util[_0x27fe6a(0x1e2)](_0x56d778));}));}catch(a59_0xce2f5){logger['debug'](a59_0x42698c(0x1ca)+util[a59_0x42698c(0x1e2)](a59_0xce2f5));}shouldProcessEventForTesthub()&&addRequestSpy(![]);}catch(a59_0x1e875a){logger[a59_0x42698c(0x1da)](a59_0x42698c(0x1cf)+util[a59_0x42698c(0x1e2)](a59_0x1e875a));}logger[a59_0x42698c(0x1da)]('[PuppeteerTestSetup]\x20Jest-Puppeteer\x20test\x20setup\x20completed');function a59_0x1351(){const _0x48875d=['[PuppeteerTestSetup]\x20Error\x20reading\x20BrowserStack\x20config:\x20','14lqldad','../v2/browserstackCLI','initializePuppeteerPatching','getPackageVersion','13413ohJJjX','[PuppeteerTestSetup]\x20Error\x20initializing\x20Puppeteer\x20patching:\x20','util','4572722cYyYuR','77438ExoKYs','setFrameworkDetail','debug','isCliEnabled','getInstance','../../helpers/test-observability/utils','../../helpers/logger','bootstrap','puppeteer','true','format','7xuBgif','10897864tthOej','../../helpers/testhub/utils','../../helpers/helper','jestConfig','[PuppeteerTestSetup]\x20Error\x20bootstrapping\x20BrowserstackCLI:\x20','currentTest','6717945ChALfb','skipSessionName','[PuppeteerTestSetup]\x20Bootstrapping\x20BrowserstackCLI\x20for\x20Jest\x20worker','BROWSERSTACK_PUPPETEER','__skipSessionName','o11ySyncDone','__skipSessionStatus','1144866MJJmrF','632TWBxKO','1143mIPezG','[PuppeteerTestSetup]\x20Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','JEST','env','96490YWdrVI','catch'];a59_0x1351=function(){return _0x48875d;};return a59_0x1351();}
1
+ const a63_0xebfc29=a63_0x28e1;(function(_0x57cc9b,_0x2870f8){const _0x1614e0=a63_0x28e1,_0x549a03=_0x57cc9b();while(!![]){try{const _0x1d679a=parseInt(_0x1614e0(0x189))/0x1+-parseInt(_0x1614e0(0x198))/0x2+-parseInt(_0x1614e0(0x1a6))/0x3*(parseInt(_0x1614e0(0x185))/0x4)+-parseInt(_0x1614e0(0x1a2))/0x5*(parseInt(_0x1614e0(0x1a5))/0x6)+parseInt(_0x1614e0(0x18d))/0x7+parseInt(_0x1614e0(0x1a7))/0x8+-parseInt(_0x1614e0(0x1b0))/0x9*(-parseInt(_0x1614e0(0x19e))/0xa);if(_0x1d679a===_0x2870f8)break;else _0x549a03['push'](_0x549a03['shift']());}catch(_0x45138a){_0x549a03['push'](_0x549a03['shift']());}}}(a63_0x2316,0x83ecf));function a63_0x28e1(_0x1b5a76,_0xb75fad){const _0x2316c4=a63_0x2316();return a63_0x28e1=function(_0x28e1b3,_0xcb34b7){_0x28e1b3=_0x28e1b3-0x184;let _0x813b94=_0x2316c4[_0x28e1b3];return _0x813b94;},a63_0x28e1(_0x1b5a76,_0xb75fad);}const {isTrue,isBrowserstackInfra}=require(a63_0xebfc29(0x190)),setKeepAlive=require(a63_0xebfc29(0x18c)),util=require(a63_0xebfc29(0x191)),logger=require(a63_0xebfc29(0x18f))[a63_0xebfc29(0x1a0)],{shouldProcessEventForTesthub}=require(a63_0xebfc29(0x19b)),{addRequestSpy}=require(a63_0xebfc29(0x196)),a63_0xa8527a={};a63_0xa8527a['workerInfo']=undefined,a63_0xa8527a[a63_0xebfc29(0x18b)]={},a63_0xa8527a[a63_0xebfc29(0x195)]=![],a63_0xa8527a[a63_0xebfc29(0x193)]=null,a63_0xa8527a[a63_0xebfc29(0x1ad)]=![],a63_0xa8527a[a63_0xebfc29(0x18b)]['id']=undefined,a63_0xa8527a[a63_0xebfc29(0x18b)]['testInfo']=undefined;const workerDetails=a63_0xa8527a;global['__workerDetails']=workerDetails;let puppeteerPatcher=null;function a63_0x2316(){const _0x111ad8=['o11ySyncDone','../../helpers/test-observability/utils','__skipSessionStatus','1600758YPFmdu','bootstrap','initializePuppeteerPatching','../../helpers/testhub/utils','puppeteer-core','[PuppeteerTestSetup]\x20Error\x20initializing\x20Puppeteer\x20patching:\x20','1052270DVAlcR','catch','winstonLogger','isCliEnabled','445385DCHHhn','getInstance','[PuppeteerTestSetup]\x20Error\x20bootstrapping\x20BrowserstackCLI:\x20','42kSNkBK','10407vohKTu','513912lquTtC','[PuppeteerTestSetup]\x20Puppeteer\x20patching\x20initialized','setFrameworkDetail','puppeteer','getPackageVersion','__skipSessionName','isPageFixture','format','[PuppeteerTestSetup]\x20Jest-Puppeteer\x20test\x20setup\x20completed','117ZcgeGE','skipSessionName','../v2/browserstackCLI','[PuppeteerTestSetup]\x20Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','712dgKqhi','[PuppeteerTestSetup]\x20Bootstrapping\x20BrowserstackCLI\x20for\x20Jest\x20worker','[PuppeteerTestSetup]\x20Error\x20reading\x20BrowserStack\x20config:\x20','../v2/cliUtils','883523yzVauh','debug','currentTest','../../helpers/setKeepAlive','1862378BnSfMd','jestConfig','../../helpers/logger','../../helpers/helper','util','BROWSERSTACK_PUPPETEER','pwPage','../utils/puppeteer-patcher'];a63_0x2316=function(){return _0x111ad8;};return a63_0x2316();}setKeepAlive();if(global[a63_0xebfc29(0x18e)])try{isBrowserstackInfra()?(global[a63_0xebfc29(0x1ac)]=isTrue(global[a63_0xebfc29(0x18e)]?.[a63_0xebfc29(0x1b1)]),global['__skipSessionStatus']=isTrue(global[a63_0xebfc29(0x18e)]?.['skipSessionStatus'])):(global['__skipSessionName']=!![],global[a63_0xebfc29(0x197)]=!![]);const helper=require(a63_0xebfc29(0x190)),puppeteerVersion=helper[a63_0xebfc29(0x1ab)](a63_0xebfc29(0x1aa))||helper[a63_0xebfc29(0x1ab)](a63_0xebfc29(0x19c));if(puppeteerVersion)try{logger[a63_0xebfc29(0x18a)]('[PuppeteerTestSetup]\x20Patching\x20Puppeteer\x20for\x20Jest'),puppeteerPatcher=require(a63_0xebfc29(0x194)),puppeteerPatcher[a63_0xebfc29(0x19a)](global[a63_0xebfc29(0x18e)]),logger[a63_0xebfc29(0x18a)](a63_0xebfc29(0x1a8));}catch(a63_0x3ee970){logger[a63_0xebfc29(0x18a)](a63_0xebfc29(0x19d)+util[a63_0xebfc29(0x1ae)](a63_0x3ee970));}if(puppeteerPatcher)try{const BrowserstackCLI=require(a63_0xebfc29(0x1b2)),CLIUtils=require(a63_0xebfc29(0x188)),{FRAMEWORKS}=require('../utils/constants');BrowserstackCLI[a63_0xebfc29(0x1a3)]()[a63_0xebfc29(0x1a1)]()&&(logger[a63_0xebfc29(0x18a)](a63_0xebfc29(0x186)),process['env'][a63_0xebfc29(0x192)]='true',CLIUtils[a63_0xebfc29(0x1a9)](FRAMEWORKS['JEST'],FRAMEWORKS['PUPPETEER']),BrowserstackCLI[a63_0xebfc29(0x1a3)]()[a63_0xebfc29(0x199)]()[a63_0xebfc29(0x19f)](_0x57311a=>{const _0x2d84e8=a63_0xebfc29;logger['debug'](_0x2d84e8(0x1a4)+util[_0x2d84e8(0x1ae)](_0x57311a));}));}catch(a63_0x157b6c){logger[a63_0xebfc29(0x18a)](a63_0xebfc29(0x184)+util[a63_0xebfc29(0x1ae)](a63_0x157b6c));}shouldProcessEventForTesthub()&&addRequestSpy(![]);}catch(a63_0x14c64b){logger[a63_0xebfc29(0x18a)](a63_0xebfc29(0x187)+util['format'](a63_0x14c64b));}logger[a63_0xebfc29(0x18a)](a63_0xebfc29(0x1af));
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a60_0x3c3838=a60_0x1fb1;(function(_0x503d76,_0x58fec4){const _0x1686a6=a60_0x1fb1,_0x1b6741=_0x503d76();while(!![]){try{const _0x451e19=-parseInt(_0x1686a6(0x195))/0x1*(-parseInt(_0x1686a6(0x1e8))/0x2)+parseInt(_0x1686a6(0x1e6))/0x3*(-parseInt(_0x1686a6(0x1f3))/0x4)+-parseInt(_0x1686a6(0x1c8))/0x5*(-parseInt(_0x1686a6(0x1c5))/0x6)+-parseInt(_0x1686a6(0x22c))/0x7+parseInt(_0x1686a6(0x1e7))/0x8*(-parseInt(_0x1686a6(0x1d9))/0x9)+parseInt(_0x1686a6(0x1cc))/0xa*(parseInt(_0x1686a6(0x1c3))/0xb)+parseInt(_0x1686a6(0x23c))/0xc;if(_0x451e19===_0x58fec4)break;else _0x1b6741['push'](_0x1b6741['shift']());}catch(_0x5119e4){_0x1b6741['push'](_0x1b6741['shift']());}}}(a60_0x300b,0x548b5));function a60_0x1fb1(_0x21afaf,_0x589681){const _0x300b8f=a60_0x300b();return a60_0x1fb1=function(_0x1fb19a,_0xfdc384){_0x1fb19a=_0x1fb19a-0x186;let _0x33a01e=_0x300b8f[_0x1fb19a];return _0x33a01e;},a60_0x1fb1(_0x21afaf,_0x589681);}const fs=require('fs'),path=require(a60_0x3c3838(0x1d6)),util=require(a60_0x3c3838(0x1db)),spawn=require(a60_0x3c3838(0x221))['spawn'],{requireModule}=require(a60_0x3c3838(0x1f4)),PerformanceTester=require('../helpers/performance/performance-tester'),PerformanceEvents=require(a60_0x3c3838(0x1c7))[a60_0x3c3838(0x1f7)],helper=require(a60_0x3c3838(0x1f4)),utilities=require(a60_0x3c3838(0x237)),{default:BrowserStackSetup}=require(a60_0x3c3838(0x1a2)),{FRAMEWORKS}=require('../helpers/test-observability/constants'),runIntegrations=require(a60_0x3c3838(0x23f)),yargs=require(a60_0x3c3838(0x1bf)),Constants=require(a60_0x3c3838(0x1ba)),BrowserstackCLI=require(a60_0x3c3838(0x23e)),{isNewman}=require('./newman/helper'),logger=require('../helpers/logger')[a60_0x3c3838(0x212)],origArgs=Object[a60_0x3c3838(0x1a7)]([],process[a60_0x3c3838(0x229)]),captureError=async(_0x1971bb,_0xe326b8,_0x2c3ceb,_0x18fe4f=null,_0x23dea1=![])=>{const _0x22e87f=a60_0x3c3838,_0x67a0df={'fvujI':function(_0xd50f9f,_0x5d756e,_0x55a2b1,_0x1ca49e){return _0xd50f9f(_0x5d756e,_0x55a2b1,_0x1ca49e);},'bZjfc':_0x22e87f(0x1c1),'KhXNz':function(_0x262b67,_0xd30299){return _0x262b67&&_0xd30299;}};let _0x229a4c=![];try{logger[_0x22e87f(0x1e4)](_0x22e87f(0x1a9)+origArgs[_0x22e87f(0x1df)]('\x20')),await _0x67a0df[_0x22e87f(0x1a6)](_0x1971bb,_0xe326b8,_0x18fe4f,_0x2c3ceb);}catch(_0x4dfd57){process[_0x22e87f(0x217)]=0x1,logger[_0x22e87f(0x22b)](util[_0x22e87f(0x243)](_0x4dfd57));const _0x1c9a15={'globalException':util[_0x22e87f(0x243)]('%j',_0x4dfd57)};PerformanceTester[_0x22e87f(0x21f)](PerformanceEvents[_0x22e87f(0x1fb)],![],util['format'](_0x4dfd57));if(helper[_0x22e87f(0x18d)](global['config'])&&helper[_0x22e87f(0x18d)](global[_0x22e87f(0x224)]))return;try{utilities[_0x22e87f(0x1b0)](_0x67a0df[_0x22e87f(0x1a0)],_0x1c9a15,global['config'],global[_0x22e87f(0x224)]);}catch(_0x1d4efc){logger[_0x22e87f(0x230)](_0x22e87f(0x202)+_0x1d4efc[_0x22e87f(0x220)]);}if(!_0x23dea1)try{await BrowserstackCLI[_0x22e87f(0x215)]()[_0x22e87f(0x1fc)](),_0x229a4c=!![];}catch(_0x3742f0){logger['debug'](_0x22e87f(0x1e2)+_0x3742f0['stack']);}try{await helper['sendLogs'](global[_0x22e87f(0x1c0)]);}catch(_0xe83c63){logger[_0x22e87f(0x230)](_0x22e87f(0x239)+_0xe83c63[_0x22e87f(0x220)]);}PerformanceTester[_0x22e87f(0x21f)](PerformanceEvents[_0x22e87f(0x1fb)],![],util[_0x22e87f(0x243)](_0x4dfd57));}finally{_0x67a0df['KhXNz'](!_0x23dea1,!_0x229a4c)&&await BrowserstackCLI[_0x22e87f(0x215)]()['stop'](),PerformanceTester[_0x22e87f(0x222)](PerformanceEvents[_0x22e87f(0x211)]);}};function a60_0x300b(){const _0x862554=['oQcoV','load\x20[subcommand]','usage:\x20$0\x20<command>\x20[args]','disableAutoCaptureLogs','cuAIy','slice','path','xqqSU','../../ats/src/index','7389PhCtdX','command','util','newman','mocha','JmbBs','join','vGaEg','describe','Error\x20stopping\x20CLI\x20before\x20log\x20archive.\x20Stacktrace:\x20','vSokJ','info','alias','27HiSqRm','3920xNLyWo','446YVBMBC','qEUce','node','BVPQn','nUmst','nightwatch','strict','eZHOb','AQukN','JEST','NIGHTWATCH','127736HHnzcG','../helpers/helper','vanilla','getPwChannelLogPath','EVENTS','setTestObservabilityDisable','codeceptjs','version','SDK_SETUP','stop','pw:channel','parserConfiguration','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','INTEGRATIONS','cRjrM','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','push','ywcDN','tJcQB','hBvrP','eWVtS','HST','rCqMM','--package','DEBUG','./jasmine/command','unlinkSync','sACfO','find','mocha/lib/cli/cli.js','SDK_CLEANUP','winstonLogger','Show\x20help','hvoct','getInstance','jest','exitCode','handler','mocha/lib/cli/commands.js','./load/index','homedir','CODECEPTJS','./testcafe/command','pbCdO','end','stack','child_process','start','tdekx','framework','NEWMAN','cIltA','demandCommand','xpwtr','argv','ecenC','error','1691886yFPSSO','./nightwatch/command','DEBUG_FILE','split','debug','RFqLY','--no-package','jasmine','includes','cucumber-js','findAndReplace','../helpers/utilities','xjlie','Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20','PidcU','mRgdE','4745856mBoIvd','getConfigPath','./v2/browserstackCLI','./integrations/command','GnlXN','exitProcess','DGWie','format','./playwright/command','./vanilla-js/command','UcBfW','setBrowserStackAutomationDisable','aNewd','showHelpOnFail','VuRsm','testcafe','-pw:channel','isUndefined','CUCUMBER','TQcck','MOCHA','ats','OAIOo','jlvlq','filter','997beHaGl','existsSync','integrations','eeaGG','fyEGw','some','ncGoJ','VANILLA','Runs\x20the\x20binary\x20with\x20load\x20command','JASMINE','PLAYWRIGHT','bZjfc','./jest/command','../helpers/BrowserStackSetup','wrap','--require','TSRLS','fvujI','assign','./newman/command','Running\x20SDK\x20with\x20args\x20','./codeceptjs/command','hPUdo','NHagw','esZLR','message','-pw:*','fireFunnelTestEvent','Parsing\x20command\x20line\x20arguments','INFO','help','ZmTRJ','pw:*','--no-opts','XfIiA','--opts','AXPxb','./utils/constants','trim','kMzLT','VERSION','KgRWO','yargs','config','SDKTestSuccessful','Icqdt','253uFPZHS','voCkL','6KWiRPl','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','../helpers/performance/constants','2539535FKfQSp','fArUG','XsVeL','./mocha/command','66070efvwHr','zvdoX','playwright','env'];a60_0x300b=function(){return _0x862554;};return a60_0x300b();}try{const browserstackFolderPath=path['join'](helper[a60_0x3c3838(0x21b)](),'.browserstack');if(fs[a60_0x3c3838(0x196)](browserstackFolderPath)){const filePath=path[a60_0x3c3838(0x1df)](browserstackFolderPath,'.local-not-set.json');fs['existsSync'](filePath)&&fs[a60_0x3c3838(0x20d)](filePath);}}catch(a60_0x14c86c){logger[a60_0x3c3838(0x230)](a60_0x3c3838(0x1ff)+a60_0x14c86c[a60_0x3c3838(0x1ae)]);}process[a60_0x3c3838(0x229)][a60_0x3c3838(0x234)](a60_0x3c3838(0x1dd))&&(!process[a60_0x3c3838(0x229)]['includes'](a60_0x3c3838(0x1b8))&&process['argv'][a60_0x3c3838(0x203)](a60_0x3c3838(0x1b6)),!process[a60_0x3c3838(0x229)][a60_0x3c3838(0x20f)](_0x1f3f7e=>_0x1f3f7e['includes']('--config'))&&process[a60_0x3c3838(0x229)][a60_0x3c3838(0x203)]('--no-config'),!process['argv'][a60_0x3c3838(0x234)](a60_0x3c3838(0x20a))&&process[a60_0x3c3838(0x229)][a60_0x3c3838(0x203)](a60_0x3c3838(0x232)),helper[a60_0x3c3838(0x236)](process[a60_0x3c3838(0x229)],a60_0x3c3838(0x1a4),'--mochaRequire'));PerformanceTester[a60_0x3c3838(0x222)](PerformanceEvents[a60_0x3c3838(0x1fb)]);const a60_0x270365={};a60_0x270365['dot-notation']=![];const argv=yargs[a60_0x3c3838(0x1fe)](a60_0x270365)['usage'](a60_0x3c3838(0x1d2))[a60_0x3c3838(0x1e5)]('v',a60_0x3c3838(0x1fa))[a60_0x3c3838(0x1e1)]('v')[a60_0x3c3838(0x1e5)]('h',a60_0x3c3838(0x1b3))['help']('help')[a60_0x3c3838(0x189)](!![],Constants[a60_0x3c3838(0x1bd)]['HELP'])['command'](a60_0x3c3838(0x216),Constants[a60_0x3c3838(0x1f1)]['INFO'],function(_0x192e3d){const _0x1fee93=a60_0x3c3838,_0x86b316={'JmbBs':_0x1fee93(0x216),'xpwtr':function(_0x1646c3,_0xe98f4d,_0x9097a8,_0x3cdd38,_0x1d42db,_0x2dc820){return _0x1646c3(_0xe98f4d,_0x9097a8,_0x3cdd38,_0x1d42db,_0x2dc820);},'tJcQB':function(_0x2886c1,_0x479f44){return _0x2886c1(_0x479f44);},'fArUG':_0x1fee93(0x1a1)},_0x2e0ac0=process[_0x1fee93(0x229)][_0x1fee93(0x1d5)](0x2);helper[_0x1fee93(0x1f8)](),helper['setBrowserStackAutomationDisable'](),_0x192e3d[_0x1fee93(0x1ee)](![]);const _0x1004c7=new BrowserStackSetup(_0x192e3d[_0x1fee93(0x229)],_0x86b316[_0x1fee93(0x1de)]);return _0x86b316[_0x1fee93(0x228)](captureError,_0x86b316[_0x1fee93(0x205)](require,_0x86b316[_0x1fee93(0x1c9)]),_0x192e3d[_0x1fee93(0x229)],_0x1004c7,_0x2e0ac0,!![]);})[a60_0x3c3838(0x1da)]('jasmine',Constants[a60_0x3c3838(0x19e)][a60_0x3c3838(0x1b2)],function(_0x5b6474){const _0x16d9cd=a60_0x3c3838,_0x543cb5={'UcBfW':_0x16d9cd(0x233),'TSRLS':function(_0x58ca2b,_0x2c9d60,_0x2171a2,_0x5de136,_0x199bf0,_0x56154e){return _0x58ca2b(_0x2c9d60,_0x2171a2,_0x5de136,_0x199bf0,_0x56154e);},'tyUoY':function(_0xe6b490,_0x208c0b){return _0xe6b490(_0x208c0b);},'zvdoX':_0x16d9cd(0x20c)},_0x97654e=process['argv']['slice'](0x2);helper[_0x16d9cd(0x1f8)](),helper['setBrowserStackAutomationDisable'](),_0x5b6474[_0x16d9cd(0x1ee)](![]);const _0x399c02=new BrowserStackSetup(_0x5b6474[_0x16d9cd(0x229)],_0x543cb5[_0x16d9cd(0x186)]);return _0x543cb5[_0x16d9cd(0x1a5)](captureError,_0x543cb5['tyUoY'](require,_0x543cb5[_0x16d9cd(0x1cd)]),_0x5b6474[_0x16d9cd(0x229)],_0x399c02,_0x97654e,!![]);})[a60_0x3c3838(0x1da)](a60_0x3c3838(0x1dd),Constants[a60_0x3c3838(0x190)]['INFO'],_0x10d9ad=>{const _0x1fd41e=a60_0x3c3838,_0x1cdb75={'grgtP':function(_0x36f118,_0x149c72,_0x3a1db2,_0x3a8a8a){return _0x36f118(_0x149c72,_0x3a1db2,_0x3a8a8a);},'ecenC':function(_0x5c4305,_0x2cf8ff){return _0x5c4305(_0x2cf8ff);},'vGaEg':_0x1fd41e(0x1cb),'ncGoJ':_0x1fd41e(0x1dd),'odxXH':_0x1fd41e(0x1b1),'Icqdt':function(_0x460dd0,_0x1bd766,_0x537830){return _0x460dd0(_0x1bd766,_0x537830);},'xjlie':'mocha/lib/cli/run.js','BuUJh':_0x1fd41e(0x219),'xqqSU':function(_0x41ce4d,_0x1519bc,_0x213fef){return _0x41ce4d(_0x1519bc,_0x213fef);},'OAIOo':_0x1fd41e(0x210),'hBvrP':function(_0x3af316){return _0x3af316();}};process[_0x1fd41e(0x229)]=process[_0x1fd41e(0x229)]['slice'](0x1),helper[_0x1fd41e(0x1f8)](),helper[_0x1fd41e(0x187)]();const _0x38e1f4=new BrowserStackSetup(_0x10d9ad[_0x1fd41e(0x229)],_0x1cdb75['ncGoJ']);logger[_0x1fd41e(0x230)](_0x1cdb75['odxXH']);const _0xc87773=_0x1cdb75[_0x1fd41e(0x1c2)](requireModule,_0x1cdb75[_0x1fd41e(0x238)],_0x1cdb75[_0x1fd41e(0x19b)]),_0x4ea212=_0x1cdb75[_0x1fd41e(0x1c2)](requireModule,_0x1cdb75['BuUJh'],_0x1cdb75['ncGoJ']);delete _0xc87773[_0x1fd41e(0x218)],_0xc87773[_0x1fd41e(0x218)]=function(_0x28c094){const _0x1c3645=_0x1fd41e;return _0x1cdb75['grgtP'](captureError,_0x1cdb75[_0x1c3645(0x22a)](require,_0x1cdb75[_0x1c3645(0x1e0)]),_0x28c094,_0x38e1f4);},_0x4ea212['run']=_0xc87773;const {main:_0x242a21}=_0x1cdb75[_0x1fd41e(0x1d7)](requireModule,_0x1cdb75[_0x1fd41e(0x192)],_0x1cdb75['ncGoJ']);_0x1cdb75[_0x1fd41e(0x206)](_0x242a21);})[a60_0x3c3838(0x1da)]('cucumber-js',Constants[a60_0x3c3838(0x18e)][a60_0x3c3838(0x1b2)],function(_0x2eccb9){const _0x3d1fde=a60_0x3c3838,_0x2003e0={'cIltA':_0x3d1fde(0x235),'ywcDN':function(_0x5e997a,_0x64742a,_0x1dd5c4,_0x493414,_0x244e4e,_0x3b87a2){return _0x5e997a(_0x64742a,_0x1dd5c4,_0x493414,_0x244e4e,_0x3b87a2);},'eZHOb':function(_0x3aa401,_0x4509df){return _0x3aa401(_0x4509df);},'ZmTRJ':'./cucumber-js/command'},_0x585539=process[_0x3d1fde(0x229)][_0x3d1fde(0x1d5)](0x2),_0x1ba4e7=new BrowserStackSetup(_0x2eccb9[_0x3d1fde(0x229)],_0x2003e0[_0x3d1fde(0x226)]);return _0x2003e0[_0x3d1fde(0x204)](captureError,_0x2003e0[_0x3d1fde(0x1ef)](require,_0x2003e0[_0x3d1fde(0x1b4)]),_0x2eccb9[_0x3d1fde(0x229)],_0x1ba4e7,_0x585539,!![]);})[a60_0x3c3838(0x1da)](a60_0x3c3838(0x1ea),Constants[a60_0x3c3838(0x19c)][a60_0x3c3838(0x1b2)],function(_0x26ace7){const _0x2cafa8=a60_0x3c3838,_0x3e2e69={'AXPxb':_0x2cafa8(0x1f5),'VuRsm':function(_0x3cf551,_0x349e14){return _0x3cf551(_0x349e14);},'NHagw':_0x2cafa8(0x1dc),'XsVeL':function(_0x4d6227,_0x4a3aaa,_0x16bcf5,_0x276b9a,_0x3aa9e7){return _0x4d6227(_0x4a3aaa,_0x16bcf5,_0x276b9a,_0x3aa9e7);},'BVPQn':function(_0x5e467f,_0x3b7345){return _0x5e467f(_0x3b7345);},'pbCdO':_0x2cafa8(0x1a8),'fyEGw':function(_0x40a4c1,_0x52b96e,_0x4900fa,_0x75cb7e,_0x480a7c){return _0x40a4c1(_0x52b96e,_0x4900fa,_0x75cb7e,_0x480a7c);},'sACfO':function(_0x9f6da9,_0x4322f5){return _0x9f6da9(_0x4322f5);},'TQcck':_0x2cafa8(0x245)},_0x475eb5=process['argv'][_0x2cafa8(0x1d5)](0x2),_0x324bb9=new BrowserStackSetup(_0x26ace7[_0x2cafa8(0x229)],_0x3e2e69[_0x2cafa8(0x1b9)]),_0x14b230=_0x324bb9?_0x324bb9[_0x2cafa8(0x1c0)]:null;if(_0x3e2e69[_0x2cafa8(0x18a)](isNewman,_0x14b230))return _0x324bb9[_0x2cafa8(0x224)]=_0x3e2e69[_0x2cafa8(0x1ac)],global[_0x2cafa8(0x224)]=_0x3e2e69['NHagw'],_0x3e2e69[_0x2cafa8(0x1ca)](captureError,_0x3e2e69[_0x2cafa8(0x1eb)](require,_0x3e2e69[_0x2cafa8(0x21e)]),_0x26ace7[_0x2cafa8(0x229)],_0x324bb9,_0x475eb5);return _0x3e2e69[_0x2cafa8(0x199)](captureError,_0x3e2e69[_0x2cafa8(0x20e)](require,_0x3e2e69[_0x2cafa8(0x18f)]),_0x26ace7[_0x2cafa8(0x229)],_0x324bb9,_0x475eb5);})[a60_0x3c3838(0x1da)](a60_0x3c3838(0x1ed),Constants[a60_0x3c3838(0x1f2)][a60_0x3c3838(0x1b2)],function(_0x459cd1){const _0x546b20=a60_0x3c3838,_0x35759e={'XfIiA':_0x546b20(0x1ed),'mRgdE':function(_0x704a84,_0x14a4bc,_0x26deb1,_0x66a390,_0x417316){return _0x704a84(_0x14a4bc,_0x26deb1,_0x66a390,_0x417316);},'DGWie':function(_0x27999c,_0x1aadb5){return _0x27999c(_0x1aadb5);},'cRjrM':_0x546b20(0x22d)},_0x109282=process[_0x546b20(0x229)][_0x546b20(0x1d5)](0x2),_0x5272c8=new BrowserStackSetup(_0x459cd1[_0x546b20(0x229)],_0x35759e[_0x546b20(0x1b7)]);return _0x35759e[_0x546b20(0x23b)](captureError,_0x35759e[_0x546b20(0x242)](require,_0x35759e[_0x546b20(0x201)]),_0x459cd1['argv'],_0x5272c8,_0x109282);})[a60_0x3c3838(0x1da)](a60_0x3c3838(0x1f9),Constants[a60_0x3c3838(0x21c)][a60_0x3c3838(0x1b2)],function(_0x199541){const _0x467866=a60_0x3c3838,_0x4b9a1b={'CFJPc':'codeceptjs','RFqLY':function(_0x581d6a,_0x1087fc,_0x108b1b,_0x21a26d,_0x185d97){return _0x581d6a(_0x1087fc,_0x108b1b,_0x21a26d,_0x185d97);},'qRUaq':function(_0x356418,_0x167a8f){return _0x356418(_0x167a8f);},'hPUdo':_0x467866(0x1aa)},_0x1153c5=process[_0x467866(0x229)]['slice'](0x2),_0x8b122d=new BrowserStackSetup(_0x199541[_0x467866(0x229)],_0x4b9a1b['CFJPc']);return _0x4b9a1b[_0x467866(0x231)](captureError,_0x4b9a1b['qRUaq'](require,_0x4b9a1b[_0x467866(0x1ab)]),_0x199541['argv'],_0x8b122d,_0x1153c5);})[a60_0x3c3838(0x1da)](a60_0x3c3838(0x191),Constants[a60_0x3c3838(0x208)][a60_0x3c3838(0x1b2)],function(_0x362d29){const _0x160661=a60_0x3c3838,_0x2788ca={'kMzLT':function(_0x1f10ff,_0x438d2a,_0x3a4ee8){return _0x1f10ff(_0x438d2a,_0x3a4ee8);},'rCqMM':function(_0x537130,_0x4e1c67){return _0x537130(_0x4e1c67);},'CoZIA':_0x160661(0x1d8)},_0x4f5932=process[_0x160661(0x229)]['slice'](0x2);return _0x2788ca[_0x160661(0x1bc)](captureError,_0x2788ca[_0x160661(0x209)](require,_0x2788ca['CoZIA']),_0x362d29);})['command'](a60_0x3c3838(0x197),Constants[a60_0x3c3838(0x200)][a60_0x3c3838(0x1b2)],function(_0xf233c4){const _0x1ba8b3=a60_0x3c3838,_0x33cc2b={'nUmst':function(_0x55df74,_0x415da0){return _0x55df74(_0x415da0);}};return _0x33cc2b[_0x1ba8b3(0x1ec)](runIntegrations,_0xf233c4);})[a60_0x3c3838(0x1da)](a60_0x3c3838(0x1ce),Constants[a60_0x3c3838(0x19f)]['INFO'],function(_0x435573){const _0x4766b7=a60_0x3c3838,_0x39b4e7={'GnlXN':_0x4766b7(0x1fd),'tdekx':function(_0x26f677,_0x29b578){return _0x26f677&&_0x29b578;},'qEUce':function(_0x23dbd1,_0x1d1561,_0x38f998,_0x373cb8,_0x27911d,_0x2323b5){return _0x23dbd1(_0x1d1561,_0x38f998,_0x373cb8,_0x27911d,_0x2323b5);},'voCkL':function(_0x85a5fd,_0x326c2b){return _0x85a5fd(_0x326c2b);},'eWVtS':_0x4766b7(0x244)},_0xc0ae9e=process[_0x4766b7(0x229)]['slice'](0x2);helper[_0x4766b7(0x23d)](process[_0x4766b7(0x229)])&&(process[_0x4766b7(0x1cf)]['BROWSERSTACK_CONFIG_FILE_PATH']=helper[_0x4766b7(0x23d)](process['argv']));helper['setTestObservabilityDisable'](),helper['setBrowserStackAutomationDisable']();const _0x3a34c6=new BrowserStackSetup(_0x435573[_0x4766b7(0x229)],FRAMEWORKS[_0x4766b7(0x19f)]);try{if(!_0x3a34c6[_0x4766b7(0x1c0)]||!_0x3a34c6[_0x4766b7(0x1c0)][_0x4766b7(0x1d3)]){const _0x2c04d5=_0x39b4e7[_0x4766b7(0x240)],_0x4142d0=process[_0x4766b7(0x1cf)]['DEBUG']||'',_0x4d065b=_0x4142d0[_0x4766b7(0x22f)](',')['map'](_0x5662af=>_0x5662af[_0x4766b7(0x1bb)]())[_0x4766b7(0x194)](Boolean),_0x485f12=_0x4d065b['some'](_0x3431a4=>_0x3431a4===_0x4766b7(0x18c)||_0x3431a4===_0x4766b7(0x1af)||_0x3431a4==='-*'),_0x588260=_0x4d065b[_0x4766b7(0x19a)](_0x50d9b6=>_0x50d9b6===_0x2c04d5||_0x50d9b6===_0x4766b7(0x1b5)||_0x50d9b6==='*');if(_0x39b4e7[_0x4766b7(0x223)](!_0x485f12,!_0x588260)){const _0x5ede51=helper[_0x4766b7(0x1f6)]();_0x5ede51&&(process[_0x4766b7(0x1cf)][_0x4766b7(0x20b)]=_0x4142d0?_0x4142d0+','+_0x2c04d5:_0x2c04d5,!process[_0x4766b7(0x1cf)][_0x4766b7(0x22e)]&&(process['env'][_0x4766b7(0x22e)]=_0x5ede51));}}}catch(_0x198abd){logger['debug']('pw:channel\x20auto-capture\x20seed\x20failed:\x20'+util['format'](_0x198abd));}return _0x39b4e7[_0x4766b7(0x1e9)](captureError,_0x39b4e7[_0x4766b7(0x1c4)](require,_0x39b4e7[_0x4766b7(0x207)]),_0x435573[_0x4766b7(0x229)],_0x3a34c6,_0xc0ae9e,!![]);})['command']('testcafe',Constants['TESTCAFE']['INFO'],function(_0x466e06){const _0x4841c7=a60_0x3c3838,_0x50405c={'PidcU':_0x4841c7(0x18b),'QcLZE':function(_0x5071d9,_0x2aac44,_0x48731d,_0xbdd2bf,_0xc7d267,_0x5aeea2){return _0x5071d9(_0x2aac44,_0x48731d,_0xbdd2bf,_0xc7d267,_0x5aeea2);},'Vgcrr':function(_0x3a9849,_0x967d88){return _0x3a9849(_0x967d88);},'eeaGG':_0x4841c7(0x21d)},_0x44c8f0=process[_0x4841c7(0x229)][_0x4841c7(0x1d5)](0x2),_0x25fed8=new BrowserStackSetup(_0x466e06['argv'],_0x50405c[_0x4841c7(0x23a)]);return _0x50405c['QcLZE'](captureError,_0x50405c['Vgcrr'](require,_0x50405c[_0x4841c7(0x198)]),_0x466e06[_0x4841c7(0x229)],_0x25fed8,_0x44c8f0,!![]);})[a60_0x3c3838(0x1da)](a60_0x3c3838(0x1d1),a60_0x3c3838(0x19d),function(_0x3ed68d){const _0x197f15=a60_0x3c3838,_0x224835={};_0x224835['vSokJ']=_0x197f15(0x1b3),_0x224835[_0x197f15(0x188)]='boolean',_0x224835[_0x197f15(0x1ad)]=_0x197f15(0x213);const _0x452351=_0x224835;return _0x3ed68d[_0x197f15(0x1b3)](![])['option'](_0x452351[_0x197f15(0x1e3)],{'alias':'h','type':_0x452351[_0x197f15(0x188)],'describe':_0x452351['esZLR']})[_0x197f15(0x1ee)](![])[_0x197f15(0x241)](![]);},function(_0x5dcb2b){const _0x2a8070=a60_0x3c3838,_0x2beb68={'hvoct':function(_0x4ec329,_0xb1e7f9,_0x1e2aa2){return _0x4ec329(_0xb1e7f9,_0x1e2aa2);},'oQcoV':function(_0xcf48dc,_0x2c24af){return _0xcf48dc(_0x2c24af);},'KgRWO':_0x2a8070(0x21a)},_0x31b3ff={};return _0x31b3ff['argv']=_0x5dcb2b,_0x2beb68[_0x2a8070(0x214)](captureError,_0x2beb68[_0x2a8070(0x1d0)](require,_0x2beb68[_0x2a8070(0x1be)]),_0x31b3ff);})[a60_0x3c3838(0x1da)](a60_0x3c3838(0x1dc),Constants[a60_0x3c3838(0x225)][a60_0x3c3838(0x1b2)],function(_0x230681){const _0x42b205=a60_0x3c3838,_0x12fa62={'cuAIy':_0x42b205(0x1dc),'AQukN':function(_0x5b5d27,_0x4eaddb,_0x48bceb,_0x4277b2,_0x348576){return _0x5b5d27(_0x4eaddb,_0x48bceb,_0x4277b2,_0x348576);},'jlvlq':function(_0x57f312,_0x538e66){return _0x57f312(_0x538e66);},'CWzWE':_0x42b205(0x1a8)},_0x34ca87=process[_0x42b205(0x229)][_0x42b205(0x1d5)](0x2);helper[_0x42b205(0x1f8)](),helper[_0x42b205(0x187)](),_0x230681[_0x42b205(0x1ee)](![]);const _0x4470b0=new BrowserStackSetup(_0x230681[_0x42b205(0x229)],_0x12fa62[_0x42b205(0x1d4)]);return _0x12fa62[_0x42b205(0x1f0)](captureError,_0x12fa62[_0x42b205(0x193)](require,_0x12fa62['CWzWE']),_0x230681['argv'],_0x4470b0,_0x34ca87);})[a60_0x3c3838(0x227)](0x1,a60_0x3c3838(0x1c6))[a60_0x3c3838(0x1a3)](null)['argv'];!helper[a60_0x3c3838(0x18d)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!=='ats'&&console['error']('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
2
+ 'use strict';const a64_0x4ff3bf=a64_0x3526;(function(_0x25564a,_0x4030b5){const _0x5c9047=a64_0x3526,_0x7e0be4=_0x25564a();while(!![]){try{const _0xd8d62e=-parseInt(_0x5c9047(0x1d1))/0x1+parseInt(_0x5c9047(0x178))/0x2+-parseInt(_0x5c9047(0x1ca))/0x3+parseInt(_0x5c9047(0x1d0))/0x4*(-parseInt(_0x5c9047(0x18f))/0x5)+-parseInt(_0x5c9047(0x1c9))/0x6+parseInt(_0x5c9047(0x20e))/0x7+-parseInt(_0x5c9047(0x1e0))/0x8*(-parseInt(_0x5c9047(0x199))/0x9);if(_0xd8d62e===_0x4030b5)break;else _0x7e0be4['push'](_0x7e0be4['shift']());}catch(_0x57917c){_0x7e0be4['push'](_0x7e0be4['shift']());}}}(a64_0xccd7,0x32bff));const fs=require('fs'),path=require(a64_0x4ff3bf(0x1d7)),util=require(a64_0x4ff3bf(0x172)),spawn=require(a64_0x4ff3bf(0x1a9))[a64_0x4ff3bf(0x209)],{requireModule}=require('../helpers/helper'),PerformanceTester=require(a64_0x4ff3bf(0x162)),PerformanceEvents=require('../helpers/performance/constants')[a64_0x4ff3bf(0x1fe)],helper=require('../helpers/helper'),utilities=require('../helpers/utilities'),{default:BrowserStackSetup}=require(a64_0x4ff3bf(0x1b9)),{FRAMEWORKS}=require(a64_0x4ff3bf(0x176)),runIntegrations=require(a64_0x4ff3bf(0x1b1)),yargs=require(a64_0x4ff3bf(0x165)),Constants=require(a64_0x4ff3bf(0x204)),BrowserstackCLI=require(a64_0x4ff3bf(0x16a)),{isNewman}=require(a64_0x4ff3bf(0x1c0)),logger=require('../helpers/logger')[a64_0x4ff3bf(0x1b0)],origArgs=Object[a64_0x4ff3bf(0x18e)]([],process['argv']),captureError=async(_0x26dfd6,_0x44b1ed,_0x6235a9,_0x15f883=null,_0x3323b6=![])=>{const _0xea4b07=a64_0x4ff3bf,_0x262309={'ACqfx':function(_0x2c6201,_0x20c0ed,_0x2488c0,_0x48db8c){return _0x2c6201(_0x20c0ed,_0x2488c0,_0x48db8c);},'NqCKb':'SDKTestSuccessful','wcaYS':function(_0x4ef0a0,_0x32724d){return _0x4ef0a0&&_0x32724d;}};let _0x5a28f9=![];try{logger['info']('Running\x20SDK\x20with\x20args\x20'+origArgs[_0xea4b07(0x19b)]('\x20')),await _0x262309[_0xea4b07(0x18a)](_0x26dfd6,_0x44b1ed,_0x15f883,_0x6235a9);}catch(_0x4b78f2){process[_0xea4b07(0x1fb)]=0x1,logger[_0xea4b07(0x159)](util[_0xea4b07(0x1b6)](_0x4b78f2));const _0x27bf7f={'globalException':util[_0xea4b07(0x1b6)]('%j',_0x4b78f2)};PerformanceTester[_0xea4b07(0x173)](PerformanceEvents[_0xea4b07(0x16e)],![],util['format'](_0x4b78f2));if(helper['isUndefined'](global[_0xea4b07(0x164)])&&helper[_0xea4b07(0x1f8)](global['framework']))return;try{utilities[_0xea4b07(0x17f)](_0x262309[_0xea4b07(0x1a5)],_0x27bf7f,global[_0xea4b07(0x164)],global[_0xea4b07(0x183)]);}catch(_0x1daac7){logger[_0xea4b07(0x202)](_0xea4b07(0x206)+_0x1daac7[_0xea4b07(0x18b)]);}if(!_0x3323b6)try{await BrowserstackCLI[_0xea4b07(0x1d3)]()[_0xea4b07(0x1df)](),_0x5a28f9=!![];}catch(_0x2aa4d3){logger[_0xea4b07(0x202)](_0xea4b07(0x1f2)+_0x2aa4d3[_0xea4b07(0x18b)]);}try{await helper[_0xea4b07(0x1af)](global['config']);}catch(_0x6824b5){logger[_0xea4b07(0x202)](_0xea4b07(0x1f0)+_0x6824b5[_0xea4b07(0x18b)]);}PerformanceTester['end'](PerformanceEvents[_0xea4b07(0x16e)],![],util['format'](_0x4b78f2));}finally{_0x262309['wcaYS'](!_0x3323b6,!_0x5a28f9)&&await BrowserstackCLI[_0xea4b07(0x1d3)]()[_0xea4b07(0x1df)](),PerformanceTester[_0xea4b07(0x15e)](PerformanceEvents[_0xea4b07(0x1e7)]);}};function a64_0x3526(_0x4dffe0,_0x2de53a){const _0xccd759=a64_0xccd7();return a64_0x3526=function(_0x3526e0,_0x5d69c2){_0x3526e0=_0x3526e0-0x154;let _0x4ef795=_0xccd759[_0x3526e0];return _0x4ef795;},a64_0x3526(_0x4dffe0,_0x2de53a);}try{const browserstackFolderPath=path['join'](helper['homedir'](),a64_0x4ff3bf(0x1e3));if(fs['existsSync'](browserstackFolderPath)){const filePath=path['join'](browserstackFolderPath,a64_0x4ff3bf(0x1c4));fs[a64_0x4ff3bf(0x1f9)](filePath)&&fs[a64_0x4ff3bf(0x163)](filePath);}}catch(a64_0x516bff){logger[a64_0x4ff3bf(0x202)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a64_0x516bff[a64_0x4ff3bf(0x1fc)]);}process['argv'][a64_0x4ff3bf(0x17d)](a64_0x4ff3bf(0x1c2))&&(!process[a64_0x4ff3bf(0x158)]['includes'](a64_0x4ff3bf(0x186))&&process[a64_0x4ff3bf(0x158)][a64_0x4ff3bf(0x1bf)](a64_0x4ff3bf(0x1a7)),!process[a64_0x4ff3bf(0x158)][a64_0x4ff3bf(0x1be)](_0x182536=>_0x182536[a64_0x4ff3bf(0x17d)](a64_0x4ff3bf(0x1de)))&&process[a64_0x4ff3bf(0x158)][a64_0x4ff3bf(0x1bf)](a64_0x4ff3bf(0x16f)),!process[a64_0x4ff3bf(0x158)][a64_0x4ff3bf(0x17d)](a64_0x4ff3bf(0x1d8))&&process[a64_0x4ff3bf(0x158)][a64_0x4ff3bf(0x1bf)](a64_0x4ff3bf(0x1db)),helper[a64_0x4ff3bf(0x20b)](process[a64_0x4ff3bf(0x158)],a64_0x4ff3bf(0x19e),a64_0x4ff3bf(0x1ee)));PerformanceTester[a64_0x4ff3bf(0x15e)](PerformanceEvents['SDK_SETUP']);const a64_0x5bfcf4={};a64_0x5bfcf4[a64_0x4ff3bf(0x167)]=![];const argv=yargs[a64_0x4ff3bf(0x17a)](a64_0x5bfcf4)['usage']('usage:\x20$0\x20<command>\x20[args]')[a64_0x4ff3bf(0x1a2)]('v',a64_0x4ff3bf(0x174))[a64_0x4ff3bf(0x1ed)]('v')[a64_0x4ff3bf(0x1a2)]('h','help')[a64_0x4ff3bf(0x1c7)](a64_0x4ff3bf(0x1c7))['showHelpOnFail'](!![],Constants[a64_0x4ff3bf(0x1ae)][a64_0x4ff3bf(0x1d6)])[a64_0x4ff3bf(0x200)]('jest',Constants['JEST'][a64_0x4ff3bf(0x1cc)],function(_0x6226aa){const _0x5cda7d=a64_0x4ff3bf,_0x5ca518={'yFhQy':'jest','jympQ':function(_0x443a18,_0x3367b5,_0x13a3ee,_0x3ff8ee,_0x59f9b1,_0x2c486f){return _0x443a18(_0x3367b5,_0x13a3ee,_0x3ff8ee,_0x59f9b1,_0x2c486f);},'OsFAI':function(_0x53145c,_0x313198){return _0x53145c(_0x313198);},'RcjBw':'./jest/command'},_0x55e172=process['argv'][_0x5cda7d(0x18d)](0x2);helper[_0x5cda7d(0x1bc)](),helper['setBrowserStackAutomationDisable'](),_0x6226aa[_0x5cda7d(0x1eb)](![]);const _0x39b611=new BrowserStackSetup(_0x6226aa[_0x5cda7d(0x158)],_0x5ca518['yFhQy']);return _0x5ca518[_0x5cda7d(0x1d4)](captureError,_0x5ca518['OsFAI'](require,_0x5ca518[_0x5cda7d(0x189)]),_0x6226aa[_0x5cda7d(0x158)],_0x39b611,_0x55e172,!![]);})['command']('jasmine',Constants['JASMINE'][a64_0x4ff3bf(0x1cc)],function(_0x3055b7){const _0x3348d1=a64_0x4ff3bf,_0x252057={'SzIDs':'jasmine','TGwuB':function(_0x334f0d,_0x2861a7,_0x4d17d3,_0xbdff36,_0x119ab6,_0xb43051){return _0x334f0d(_0x2861a7,_0x4d17d3,_0xbdff36,_0x119ab6,_0xb43051);},'OGnLu':function(_0x149b70,_0x367518){return _0x149b70(_0x367518);},'XURBw':_0x3348d1(0x180)},_0x4410ea=process['argv']['slice'](0x2);helper[_0x3348d1(0x1bc)](),helper[_0x3348d1(0x1fa)](),_0x3055b7['strict'](![]);const _0x3a7e6b=new BrowserStackSetup(_0x3055b7[_0x3348d1(0x158)],_0x252057[_0x3348d1(0x157)]);return _0x252057[_0x3348d1(0x1aa)](captureError,_0x252057[_0x3348d1(0x1dd)](require,_0x252057[_0x3348d1(0x1cd)]),_0x3055b7[_0x3348d1(0x158)],_0x3a7e6b,_0x4410ea,!![]);})[a64_0x4ff3bf(0x200)](a64_0x4ff3bf(0x1c2),Constants[a64_0x4ff3bf(0x195)][a64_0x4ff3bf(0x1cc)],_0x2a41e2=>{const _0x1af9e2=a64_0x4ff3bf,_0xa99e6e={'HXPfM':function(_0x18ed63,_0x27cfab,_0x2d8379,_0x29f9ac){return _0x18ed63(_0x27cfab,_0x2d8379,_0x29f9ac);},'AIwgs':function(_0x3f9fc4,_0x364287){return _0x3f9fc4(_0x364287);},'ccyMS':_0x1af9e2(0x166),'MvxYQ':_0x1af9e2(0x1c2),'qpqhs':_0x1af9e2(0x1b5),'frXNT':function(_0x1a18bf,_0xc41930,_0x1bcd9c){return _0x1a18bf(_0xc41930,_0x1bcd9c);},'SchdP':'mocha/lib/cli/run.js','tLePj':_0x1af9e2(0x193),'fmyVQ':_0x1af9e2(0x191),'bEYXu':function(_0xb66346){return _0xb66346();}};process[_0x1af9e2(0x158)]=process[_0x1af9e2(0x158)][_0x1af9e2(0x18d)](0x1),helper[_0x1af9e2(0x1bc)](),helper[_0x1af9e2(0x1fa)]();const _0x44180c=new BrowserStackSetup(_0x2a41e2[_0x1af9e2(0x158)],_0xa99e6e['MvxYQ']);logger[_0x1af9e2(0x202)](_0xa99e6e['qpqhs']);const _0x54baa9=_0xa99e6e[_0x1af9e2(0x1dc)](requireModule,_0xa99e6e[_0x1af9e2(0x1c1)],_0xa99e6e[_0x1af9e2(0x1b3)]),_0x35bbee=_0xa99e6e[_0x1af9e2(0x1dc)](requireModule,_0xa99e6e[_0x1af9e2(0x1f1)],_0xa99e6e['MvxYQ']);delete _0x54baa9[_0x1af9e2(0x1cf)],_0x54baa9[_0x1af9e2(0x1cf)]=function(_0x4db9f){const _0x2a236e=_0x1af9e2;return _0xa99e6e['HXPfM'](captureError,_0xa99e6e[_0x2a236e(0x1f3)](require,_0xa99e6e[_0x2a236e(0x156)]),_0x4db9f,_0x44180c);},_0x35bbee[_0x1af9e2(0x177)]=_0x54baa9;const {main:_0xbb920d}=_0xa99e6e[_0x1af9e2(0x1dc)](requireModule,_0xa99e6e[_0x1af9e2(0x160)],_0xa99e6e['MvxYQ']);_0xa99e6e[_0x1af9e2(0x155)](_0xbb920d);})[a64_0x4ff3bf(0x200)]('cucumber-js',Constants[a64_0x4ff3bf(0x19a)][a64_0x4ff3bf(0x1cc)],function(_0x1d23fa){const _0x3fb77d=a64_0x4ff3bf,_0x27e5d4={'KPmZp':_0x3fb77d(0x1e8),'rMKwC':function(_0x56678a,_0x3ef2f9,_0x2c09ac,_0x31cde7,_0x152d4f,_0x4fa4c6){return _0x56678a(_0x3ef2f9,_0x2c09ac,_0x31cde7,_0x152d4f,_0x4fa4c6);},'nwpJJ':function(_0x39d642,_0x5e94be){return _0x39d642(_0x5e94be);},'bFdJQ':_0x3fb77d(0x1e2)},_0x5e8fbc=process[_0x3fb77d(0x158)]['slice'](0x2),_0x23263e=new BrowserStackSetup(_0x1d23fa[_0x3fb77d(0x158)],_0x27e5d4[_0x3fb77d(0x170)]);return _0x27e5d4[_0x3fb77d(0x1a0)](captureError,_0x27e5d4[_0x3fb77d(0x1bb)](require,_0x27e5d4['bFdJQ']),_0x1d23fa['argv'],_0x23263e,_0x5e8fbc,!![]);})[a64_0x4ff3bf(0x200)](a64_0x4ff3bf(0x1a6),Constants[a64_0x4ff3bf(0x194)][a64_0x4ff3bf(0x1cc)],function(_0x4b5f55){const _0x1ec0ef=a64_0x4ff3bf,_0x571667={'obnIi':_0x1ec0ef(0x15a),'iFAnm':function(_0x584c92,_0x5b6d73){return _0x584c92(_0x5b6d73);},'cRohS':_0x1ec0ef(0x198),'XWrBs':function(_0x39257d,_0x5c7de7,_0xbec9b5,_0x48333e,_0xf7ddf9){return _0x39257d(_0x5c7de7,_0xbec9b5,_0x48333e,_0xf7ddf9);},'PzsPE':function(_0x45f4d2,_0x2cb80c){return _0x45f4d2(_0x2cb80c);},'QcNSP':_0x1ec0ef(0x1ec),'TvWQb':function(_0x3f3bee,_0x32a78e,_0x12164,_0x51abf4,_0x33f265){return _0x3f3bee(_0x32a78e,_0x12164,_0x51abf4,_0x33f265);},'fxoLg':function(_0x36c941,_0xc109e2){return _0x36c941(_0xc109e2);},'crvIX':_0x1ec0ef(0x1ea)},_0x2f8033=process[_0x1ec0ef(0x158)][_0x1ec0ef(0x18d)](0x2),_0xd23eaa=new BrowserStackSetup(_0x4b5f55['argv'],_0x571667['obnIi']),_0x3bf415=_0xd23eaa?_0xd23eaa['config']:null;if(_0x571667[_0x1ec0ef(0x1ad)](isNewman,_0x3bf415))return _0xd23eaa[_0x1ec0ef(0x183)]=_0x571667[_0x1ec0ef(0x16d)],global[_0x1ec0ef(0x183)]=_0x571667['cRohS'],_0x571667['XWrBs'](captureError,_0x571667['PzsPE'](require,_0x571667['QcNSP']),_0x4b5f55[_0x1ec0ef(0x158)],_0xd23eaa,_0x2f8033);return _0x571667[_0x1ec0ef(0x1ef)](captureError,_0x571667[_0x1ec0ef(0x15d)](require,_0x571667['crvIX']),_0x4b5f55['argv'],_0xd23eaa,_0x2f8033);})[a64_0x4ff3bf(0x200)](a64_0x4ff3bf(0x188),Constants[a64_0x4ff3bf(0x181)][a64_0x4ff3bf(0x1cc)],function(_0x116a98){const _0x410407=a64_0x4ff3bf,_0x2aec86={'zppPo':'nightwatch','JaMhq':function(_0xec6ee6,_0x4b2152,_0x12050a,_0x5ed59b,_0x93a26d){return _0xec6ee6(_0x4b2152,_0x12050a,_0x5ed59b,_0x93a26d);},'GqRny':function(_0x112068,_0x11a9c9){return _0x112068(_0x11a9c9);},'wAGdD':_0x410407(0x185)},_0x43d519=process[_0x410407(0x158)]['slice'](0x2),_0x318a3f=new BrowserStackSetup(_0x116a98[_0x410407(0x158)],_0x2aec86[_0x410407(0x190)]);return _0x2aec86[_0x410407(0x20d)](captureError,_0x2aec86[_0x410407(0x1ab)](require,_0x2aec86['wAGdD']),_0x116a98[_0x410407(0x158)],_0x318a3f,_0x43d519);})['command'](a64_0x4ff3bf(0x17c),Constants[a64_0x4ff3bf(0x1b7)][a64_0x4ff3bf(0x1cc)],function(_0x22da28){const _0x3c9330=a64_0x4ff3bf,_0x4c3e61={'jWDBv':_0x3c9330(0x17c),'IlHjE':function(_0x284021,_0xcb83da,_0x4d8c7e,_0x5eb718,_0x264524){return _0x284021(_0xcb83da,_0x4d8c7e,_0x5eb718,_0x264524);},'lFukF':function(_0x3c5a5c,_0x48aa56){return _0x3c5a5c(_0x48aa56);},'lQRSw':_0x3c9330(0x1f4)},_0x5b0d00=process[_0x3c9330(0x158)][_0x3c9330(0x18d)](0x2),_0x3417bf=new BrowserStackSetup(_0x22da28[_0x3c9330(0x158)],_0x4c3e61[_0x3c9330(0x1d9)]);return _0x4c3e61[_0x3c9330(0x197)](captureError,_0x4c3e61[_0x3c9330(0x1b2)](require,_0x4c3e61[_0x3c9330(0x1f7)]),_0x22da28['argv'],_0x3417bf,_0x5b0d00);})['command'](a64_0x4ff3bf(0x1c8),Constants['DETOX'][a64_0x4ff3bf(0x1cc)],function(_0x228154){const _0x4a701d=a64_0x4ff3bf,_0x44cda4={'KCWFP':_0x4a701d(0x1c8),'dzOmr':function(_0x3fd930,_0xb37ff8,_0x4731c8,_0x3f98ab,_0x4f41b6,_0x5cb8d2){return _0x3fd930(_0xb37ff8,_0x4731c8,_0x3f98ab,_0x4f41b6,_0x5cb8d2);},'YrIpX':function(_0x3d1272,_0x4964e7){return _0x3d1272(_0x4964e7);},'jDOVC':_0x4a701d(0x1c3)},_0x1338e3=process[_0x4a701d(0x158)]['slice'](0x2),_0x32c0a9=new BrowserStackSetup(_0x228154[_0x4a701d(0x158)],_0x44cda4[_0x4a701d(0x196)]);return _0x44cda4[_0x4a701d(0x19d)](captureError,_0x44cda4[_0x4a701d(0x20c)](require,_0x44cda4[_0x4a701d(0x161)]),_0x228154[_0x4a701d(0x158)],_0x32c0a9,_0x1338e3,!![]);})[a64_0x4ff3bf(0x200)](a64_0x4ff3bf(0x169),Constants['HST'][a64_0x4ff3bf(0x1cc)],function(_0x8b59a4){const _0x23217a=a64_0x4ff3bf,_0x252a97={'akpeJ':function(_0x68b854,_0x359d27,_0x45292a){return _0x68b854(_0x359d27,_0x45292a);},'KiHFt':function(_0x4bcc21,_0x4b4888){return _0x4bcc21(_0x4b4888);},'SySwj':_0x23217a(0x179)},_0x189689=process[_0x23217a(0x158)][_0x23217a(0x18d)](0x2);return _0x252a97['akpeJ'](captureError,_0x252a97[_0x23217a(0x15f)](require,_0x252a97[_0x23217a(0x1a8)]),_0x8b59a4);})[a64_0x4ff3bf(0x200)](a64_0x4ff3bf(0x1a3),Constants[a64_0x4ff3bf(0x168)][a64_0x4ff3bf(0x1cc)],function(_0x174ecf){const _0x56c87e=a64_0x4ff3bf,_0x303283={'Kfccq':function(_0x465597,_0x1d269d){return _0x465597(_0x1d269d);}};return _0x303283[_0x56c87e(0x184)](runIntegrations,_0x174ecf);})['command'](a64_0x4ff3bf(0x182),Constants['PLAYWRIGHT'][a64_0x4ff3bf(0x1cc)],function(_0x2ce45e){const _0x395edd=a64_0x4ff3bf,_0x44a33d={'qAlLo':_0x395edd(0x175),'ZAfDe':function(_0x3b429d,_0x57f3dc){return _0x3b429d&&_0x57f3dc;},'dZKBe':function(_0x4b6515,_0x1a1364,_0x4b9bce,_0x4497cb,_0x14fcdc,_0x38a65b){return _0x4b6515(_0x1a1364,_0x4b9bce,_0x4497cb,_0x14fcdc,_0x38a65b);},'HkJDp':function(_0x258f26,_0x43bda){return _0x258f26(_0x43bda);},'ilPFr':_0x395edd(0x1f5)},_0x2b0c48=process[_0x395edd(0x158)][_0x395edd(0x18d)](0x2);helper['getConfigPath'](process[_0x395edd(0x158)])&&(process[_0x395edd(0x1ba)][_0x395edd(0x1e1)]=helper['getConfigPath'](process[_0x395edd(0x158)]));helper[_0x395edd(0x1bc)](),helper[_0x395edd(0x1fa)]();const _0x287a7a=new BrowserStackSetup(_0x2ce45e[_0x395edd(0x158)],FRAMEWORKS[_0x395edd(0x208)]);try{if(!_0x287a7a[_0x395edd(0x164)]||!_0x287a7a[_0x395edd(0x164)][_0x395edd(0x1e5)]){const _0x3e3aa2=_0x44a33d[_0x395edd(0x1da)],_0x2fe423=process['env'][_0x395edd(0x187)]||'',_0x37451d=_0x2fe423['split'](',')[_0x395edd(0x15b)](_0xccd9a4=>_0xccd9a4[_0x395edd(0x18c)]())[_0x395edd(0x1bd)](Boolean),_0x449bad=_0x37451d[_0x395edd(0x201)](_0x497313=>_0x497313==='-pw:channel'||_0x497313===_0x395edd(0x1e6)||_0x497313==='-*'),_0x5d1bad=_0x37451d['some'](_0x3b6e09=>_0x3b6e09===_0x3e3aa2||_0x3b6e09===_0x395edd(0x1ac)||_0x3b6e09==='*');if(_0x44a33d[_0x395edd(0x1f6)](!_0x449bad,!_0x5d1bad)){const _0x511561=helper[_0x395edd(0x1b8)]();_0x511561&&(process['env'][_0x395edd(0x187)]=_0x2fe423?_0x2fe423+','+_0x3e3aa2:_0x3e3aa2,!process[_0x395edd(0x1ba)][_0x395edd(0x17e)]&&(process[_0x395edd(0x1ba)][_0x395edd(0x17e)]=_0x511561));}}}catch(_0x52efd4){logger[_0x395edd(0x202)](_0x395edd(0x1a4)+util[_0x395edd(0x1b6)](_0x52efd4));}return _0x44a33d[_0x395edd(0x171)](captureError,_0x44a33d[_0x395edd(0x1c5)](require,_0x44a33d[_0x395edd(0x1e9)]),_0x2ce45e['argv'],_0x287a7a,_0x2b0c48,!![]);})[a64_0x4ff3bf(0x200)]('testcafe',Constants['TESTCAFE'][a64_0x4ff3bf(0x1cc)],function(_0x482459){const _0x41a50a=a64_0x4ff3bf,_0xd9471c={'UGijA':_0x41a50a(0x1fd),'CWNlf':function(_0x392d4c,_0x2b9f23,_0x4416d0,_0x5762f1,_0x402f16,_0x26f0ad){return _0x392d4c(_0x2b9f23,_0x4416d0,_0x5762f1,_0x402f16,_0x26f0ad);},'FzHDo':function(_0x128fb0,_0x56942a){return _0x128fb0(_0x56942a);},'ygqCW':_0x41a50a(0x1b4)},_0x3d8848=process['argv'][_0x41a50a(0x18d)](0x2),_0x27f45b=new BrowserStackSetup(_0x482459['argv'],_0xd9471c[_0x41a50a(0x19f)]);return _0xd9471c[_0x41a50a(0x20a)](captureError,_0xd9471c['FzHDo'](require,_0xd9471c[_0x41a50a(0x1a1)]),_0x482459[_0x41a50a(0x158)],_0x27f45b,_0x3d8848,!![]);})[a64_0x4ff3bf(0x200)]('load\x20[subcommand]',a64_0x4ff3bf(0x1ff),function(_0x529ef3){const _0x54b52e=a64_0x4ff3bf,_0x48387e={};_0x48387e[_0x54b52e(0x19c)]=_0x54b52e(0x1c7),_0x48387e[_0x54b52e(0x16c)]=_0x54b52e(0x1d2),_0x48387e[_0x54b52e(0x17b)]=_0x54b52e(0x1d5);const _0x54554d=_0x48387e;return _0x529ef3[_0x54b52e(0x1c7)](![])[_0x54b52e(0x1e4)](_0x54554d[_0x54b52e(0x19c)],{'alias':'h','type':_0x54554d[_0x54b52e(0x16c)],'describe':_0x54554d['IpPmh']})[_0x54b52e(0x1eb)](![])['exitProcess'](![]);},function(_0x178482){const _0x2ea43f=a64_0x4ff3bf,_0x1f9d17={'QYJJp':function(_0x45b8eb,_0x42a3f6,_0x2eafdf){return _0x45b8eb(_0x42a3f6,_0x2eafdf);},'xDfeS':function(_0x1b5be0,_0x49b068){return _0x1b5be0(_0x49b068);},'vZCry':_0x2ea43f(0x154)},_0x4ad22={};return _0x4ad22[_0x2ea43f(0x158)]=_0x178482,_0x1f9d17[_0x2ea43f(0x1cb)](captureError,_0x1f9d17['xDfeS'](require,_0x1f9d17[_0x2ea43f(0x203)]),_0x4ad22);})[a64_0x4ff3bf(0x200)]('newman',Constants[a64_0x4ff3bf(0x1c6)][a64_0x4ff3bf(0x1cc)],function(_0x3ba142){const _0x31c644=a64_0x4ff3bf,_0x3ddc4f={'aWAfb':_0x31c644(0x198),'QZttf':function(_0xa336c5,_0x173fd8,_0x2c822c,_0x76af23,_0x3b68f7){return _0xa336c5(_0x173fd8,_0x2c822c,_0x76af23,_0x3b68f7);},'kOaew':function(_0x1b8a1c,_0x328d11){return _0x1b8a1c(_0x328d11);},'KUWKb':'./newman/command'},_0x117d7b=process['argv'][_0x31c644(0x18d)](0x2);helper['setTestObservabilityDisable'](),helper[_0x31c644(0x1fa)](),_0x3ba142['strict'](![]);const _0x421557=new BrowserStackSetup(_0x3ba142['argv'],_0x3ddc4f[_0x31c644(0x15c)]);return _0x3ddc4f['QZttf'](captureError,_0x3ddc4f[_0x31c644(0x16b)](require,_0x3ddc4f[_0x31c644(0x207)]),_0x3ba142[_0x31c644(0x158)],_0x421557,_0x117d7b);})[a64_0x4ff3bf(0x205)](0x1,a64_0x4ff3bf(0x192))['wrap'](null)[a64_0x4ff3bf(0x158)];!helper[a64_0x4ff3bf(0x1f8)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a64_0x4ff3bf(0x169)&&console[a64_0x4ff3bf(0x159)](a64_0x4ff3bf(0x1ce));function a64_0xccd7(){const _0x5ea45b=['playwright','framework','Kfccq','./nightwatch/command','--opts','DEBUG','nightwatch','RcjBw','ACqfx','stack','trim','slice','assign','5LHSngT','zppPo','mocha/lib/cli/cli.js','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','mocha/lib/cli/commands.js','VANILLA','MOCHA','KCWFP','IlHjE','newman','9rigpdq','CUCUMBER','join','wfYrc','dzOmr','--require','UGijA','rMKwC','ygqCW','alias','integrations','pw:channel\x20auto-capture\x20seed\x20failed:\x20','NqCKb','node','--no-opts','SySwj','child_process','TGwuB','GqRny','pw:*','iFAnm','VERSION','sendLogs','winstonLogger','./integrations/command','lFukF','MvxYQ','./testcafe/command','Parsing\x20command\x20line\x20arguments','format','CODECEPTJS','getPwChannelLogPath','../helpers/BrowserStackSetup','env','nwpJJ','setTestObservabilityDisable','filter','find','push','./newman/helper','SchdP','mocha','./detox/command','.local-not-set.json','HkJDp','NEWMAN','help','detox','1630032jVTCGB','426999mRWYrZ','QYJJp','INFO','XURBw','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','handler','464308GsujIJ','140625QNfrwS','boolean','getInstance','jympQ','Show\x20help','HELP','path','--package','jWDBv','qAlLo','--no-package','frXNT','OGnLu','--config','stop','5683048nEjPwJ','BROWSERSTACK_CONFIG_FILE_PATH','./cucumber-js/command','.browserstack','option','disableAutoCaptureLogs','-pw:*','SDK_CLEANUP','cucumber-js','ilPFr','./vanilla-js/command','strict','./newman/command','describe','--mochaRequire','TvWQb','Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20','tLePj','Error\x20stopping\x20CLI\x20before\x20log\x20archive.\x20Stacktrace:\x20','AIwgs','./codeceptjs/command','./playwright/command','ZAfDe','lQRSw','isUndefined','existsSync','setBrowserStackAutomationDisable','exitCode','message','testcafe','EVENTS','Runs\x20the\x20binary\x20with\x20load\x20command','command','some','debug','vZCry','./utils/constants','demandCommand','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','KUWKb','PLAYWRIGHT','spawn','CWNlf','findAndReplace','YrIpX','JaMhq','926345MBxPqI','./load/index','bEYXu','ccyMS','SzIDs','argv','error','vanilla','map','aWAfb','fxoLg','start','KiHFt','fmyVQ','jDOVC','../helpers/performance/performance-tester','unlinkSync','config','yargs','./mocha/command','dot-notation','INTEGRATIONS','ats','./v2/browserstackCLI','kOaew','igpGm','cRohS','SDK_SETUP','--no-config','KPmZp','dZKBe','util','end','version','pw:channel','../helpers/test-observability/constants','run','71724QzZsaO','../../ats/src/index','parserConfiguration','IpPmh','codeceptjs','includes','DEBUG_FILE','fireFunnelTestEvent','./jasmine/command','NIGHTWATCH'];a64_0xccd7=function(){return _0x5ea45b;};return a64_0xccd7();}