browserstack-node-sdk 1.69.0 → 1.70.0

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 (223) 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/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a70_0xc9a257=a70_0x561b;(function(_0x2f55e0,_0x575064){const _0x2663da=a70_0x561b,_0x4fdc5b=_0x2f55e0();while(!![]){try{const _0x3bae6c=parseInt(_0x2663da(0x27e))/0x1*(parseInt(_0x2663da(0x22b))/0x2)+parseInt(_0x2663da(0x252))/0x3+-parseInt(_0x2663da(0x237))/0x4*(-parseInt(_0x2663da(0x211))/0x5)+parseInt(_0x2663da(0x2e8))/0x6+-parseInt(_0x2663da(0x259))/0x7+parseInt(_0x2663da(0x25a))/0x8*(parseInt(_0x2663da(0x203))/0x9)+-parseInt(_0x2663da(0x26a))/0xa*(parseInt(_0x2663da(0x2fb))/0xb);if(_0x3bae6c===_0x575064)break;else _0x4fdc5b['push'](_0x4fdc5b['shift']());}catch(_0x536dfd){_0x4fdc5b['push'](_0x4fdc5b['shift']());}}}(a70_0x2254,0x4761e));function a70_0x2254(){const _0x32709b=['[BrowserStack\x20SDK]\x20TestCafe\x20local\x20run\x20failed:\x20','slice','xEhLW','hzmcq','QItxR','cHBsG','tc.close\x20error:\x20','commands','Jmdcw','[testcafe-keepalive]\x20ping\x20failed\x20for\x20','Accessibility,\x20and\x20Percy\x20all\x20require\x20the\x20binary.\x0a','TUgrN','fqmvL','configPath','SlRCJ','isBuffer','PVVIJ','platformIndex','uIEaP','BROWSERSTACK_RERUN','src','PzEyF','816780XEfakE','parse','../v2/cliUtils','GkTTD','lPWQY','ePhDX','module','2387490NOrlIk','1139624MAzSXY','info','test','YBPaT','finalExecution','chrome:','[BrowserStack\x20SDK]\x20browserstack.yml\x20has\x20no\x20`platforms:`\x20—\x20nothing\x20to\x20run.\x0a','[BrowserStack\x20SDK]\x20TestCafe\x20run\x20failed\x20on\x20platform[','alwaysMatch','mBrJN','browserstackLocal','testcafe/command.js:\x20no\x20browser\x20arg\x20found\x20in\x20CLI\x20—\x20defaulting\x20local\x20run\x20to\x20chrome','./stdout-interceptor','wKQeE','2|0|3|4|1','testcafe/command.js:\x20starting\x20platform[','6791570wKTFcV','DriverInit\x20returned\x20no\x20capabilities','ynrGL','exports','driver','eKIaP','--browsers','xnYpO','.\x20Pattern:\x20','lMecw','testcafe/command.js:\x20cliConfig.platforms\x20is\x20empty;\x20falling\x20back\x20to\x20yml-loaded\x20browserstackSetup.config.platforms\x20(n=','[BrowserStack\x20SDK]\x20TestCafe\x20rerun\x20filter\x20from\x20binary\x20is\x20not\x20a\x20valid\x20regex:\x20','BrowserstackCLI.bootstrap()\x20completed\x20but\x20binary\x20is\x20not\x20running','BrowserstackCLI.stop\x20error:\x20','concurrency','capabilities','data','[BrowserStack\x20SDK]\x20Failed\x20to\x20load\x20testcafe:\x20','hJjMd','BrowserStack\x20config\x20file\x20(browserstack.yml)\x20not\x20found.','16nrIBvo','testcafe/command.js:\x20platform[','testSources','createRunner','type','\x20before\x20runner.run()\x20completed','markStatus','message','WnmbX',']\x20BrowserStack\x20session=','--browsers=','qbcSE','qDXLc','znlvL','EAtnq','filter','resolve',']\x20runner.run()\x20timed\x20out\x20after\x20','-b=','\x20→\x20','getHubUrl','catch','UKuCo','from','setBrowserstackConfig','[BrowserStack\x20SDK]\x20No\x20test\x20source\x20given.\x20Usage:\x20browserstack-node-sdk\x20testcafe\x20<test-path>\x0a','LHvKa','MgSvC','getCapabilities','Lsssg','testcafe/command.js:\x20accessibility\x20commandsToWrap\x20not\x20available,\x20skipping\x20TestController\x20patch','trim','kXlMl','HPGnM','\x20(meta=','testcafe/command.js:\x20applied\x20rerun\x20filter\x20','getMethod','RpWCh',',\x20concurrency=',']\x20(','stop','UGfXF','warn','wjKqs','s\x20—\x20abandoning\x20to\x20per-platform\x20cleanup','utf8','sessionId','firefox:headless',']\x20run\x20failed\x20—\x20','desiredCapabilities','finalizeOrphans\x20error:\x20','install','[BrowserStack\x20SDK]\x20Percy\x20is\x20not\x20yet\x20supported\x20for\x20TestCafe\x20—\x20per-test\x20snapshot\x20instrumentation\x20is\x20in\x20development.\x20Remove\x20`percy`\x20from\x20browserstack.yml\x20or\x20wait\x20for\x20the\x20next\x20release\x20that\x20wires\x20it.','getConfig','isRunning','match','function','cliConfig','./w3c-driver','removeListener','uTKEn','Htnem','Aborted\x20by\x20','getInstance','neUpi',']:\x20','WbERo','connection','driverInit','run','stringify','browsers','Ovvlj','index.js','testcafe','szWCN','uCmSI','KXtfg','initialize','CmKdy','getTestFramework','url','edge','DRFqm','finalizeOrphans','fNLsH','KMAGb','AnTUd','nPPmI','cuZRF','env','browserstackAutomation','config','getModule','BoQng','testcafe/command.js:\x20local\x20run\x20failed\x20—\x20','race','length','register','cwd','TestCafe\x20runner\x20exited\x20with\x20code\x20','s\x20timeout\x20(idleTimeout\x20+\x2060s)','DxvFL','exitCode','getRerunTestGrep','constructor','3291132YpfrCO','SIGTERM','percy','chrome:headless','../../helpers/test-observability/utils','getCurrentUrl','getName','hubUrl','wDVoH','HjyBZ','TsDkD','commandsToWrap','iYuVo','bOfCH','passed','uThyv','unref','has','winstonLogger','22xQuMSw','includes','yHHCo','zRlnj','Iyyna','dczBN','INSqY','fvAYD','toLowerCase','firefox','krroT','FLLoC','depth','error','testcafe/command.js:\x20markStatus\x20failed\x20for\x20platform[','isArray','close','util','code','uUUrr','bxnOw','commandsList','LJYAn','../../helpers/utilities','fgmQI','IEHcw','stderr','uHmAR','[BrowserStack\x20SDK]\x20Binary\x20failed\x20to\x20start:\x20','[testcafe]\x20provisioning\x20session\x20for\x20platform[','KcFJo','wtBcT','reporter','stack','jvutE','9PfQXHE','name',']\x20—\x20cannot\x20open\x20BrowserStack\x20session','toString','xEqyE','startsWith','firefox:','RBOMv','[testcafe]\x20platform[','options','quitAll','Aborting\x20TestCafe\x20run\x20—\x20capability\x20resolution,\x20build\x20creation,\x20Observability,\x20','projectToken','isCLIEnabled','5bfJuaM','push','rcPjh','failed','bYBQe','string','false','platforms','VZZeX','accessibilityConfig','VmGtW','bs-local.com','map','testcafe/command.js:\x20TestCafeConfig\x20RPC\x20failed\x20(non-rerun\x20run,\x20continuing\x20without\x20filter)','testcafe/command.js:\x20TestCafeConfig\x20RPC\x20failed\x20during\x20rerun:\x20','write','raWyo','inspect','udUtc','VWrBh','../../helpers/logger','SIGINT','JtuOj','default',']\x20hubUrl=','JxkaN','66338RXXGKn','xLObU','../v2/browserstackCLI','ARwYe','pGmZi','kill','spec','ZfXfC','BbYsx','finalExecution\x20error:\x20','wvDLv','debug','1991308acNtzY','../../helpers/helper','testCafeConfig','rqeEb','vUZKp'];a70_0x2254=function(){return _0x32709b;};return a70_0x2254();}const path=require('path'),logger=require(a70_0xc9a257(0x225))[a70_0xc9a257(0x2fa)],helper=require(a70_0xc9a257(0x238)),utilities=require(a70_0xc9a257(0x1f7)),CLIUtils=require(a70_0xc9a257(0x254)),BrowserstackCLI=require(a70_0xc9a257(0x22d)),GrpcClient=require('../v2/grpcClient'),{printBuildLink}=require(a70_0xc9a257(0x2ec)),registry=require('./session-registry'),detectPeerDeps=()=>{const _0x354e66=a70_0xc9a257,_0x5a9659={};_0x5a9659[_0x354e66(0x22c)]=_0x354e66(0x2c8),_0x5a9659[_0x354e66(0x248)]='testcafe\x20is\x20not\x20installed\x20in\x20your\x20project.\x20Run\x20\x27npm\x20install\x20--save-dev\x20testcafe\x27\x20before\x20using\x20\x27browserstack-node-sdk\x20testcafe\x27.';const _0x52bee9=_0x5a9659;try{require[_0x354e66(0x28e)](_0x52bee9[_0x354e66(0x22c)],{'paths':[process[_0x354e66(0x2e1)]()]});}catch(_0x449300){throw new Error(_0x52bee9[_0x354e66(0x248)]);}},loadTestCafeFactory=()=>{const _0x4ac83b=a70_0xc9a257,_0x5e297b={'TBXJm':'testcafe','Lsssg':function(_0x2a0083,_0x95e7f6){return _0x2a0083(_0x95e7f6);}},_0x1f73c2=require['resolve'](_0x5e297b['TBXJm'],{'paths':[process['cwd']()]});return _0x5e297b[_0x4ac83b(0x29b)](require,_0x1f73c2);},w3cDriver=require(a70_0xc9a257(0x2b8)),KNOWN_LOCAL_BROWSERS=new Set(['chrome','chromium',a70_0xc9a257(0x1e9),'safari',a70_0xc9a257(0x2d0),'ie','opera',a70_0xc9a257(0x2eb),a70_0xc9a257(0x2ad),'remote']),looksLikeBrowserArg=_0x8f1ade=>{const _0x5f3a70=a70_0xc9a257,_0x4bbc81={};_0x4bbc81['VZZeX']=_0x5f3a70(0x268),_0x4bbc81['zRlnj']=function(_0x4ed3b5,_0x2d8477){return _0x4ed3b5!==_0x2d8477;},_0x4bbc81[_0x5f3a70(0x2a9)]='string',_0x4bbc81[_0x5f3a70(0x273)]=_0x5f3a70(0x25f),_0x4bbc81[_0x5f3a70(0x2e4)]=_0x5f3a70(0x209);const _0x90355f=_0x4bbc81,_0x4bb6cd=_0x90355f[_0x5f3a70(0x219)]['split']('|');let _0x5d6f88=0x0;while(!![]){switch(_0x4bb6cd[_0x5d6f88++]){case'0':if(_0x8f1ade['includes'](':')&&!_0x8f1ade[_0x5f3a70(0x2fc)]('/'))return!![];continue;case'1':return![];case'2':if(_0x90355f[_0x5f3a70(0x2fe)](typeof _0x8f1ade,_0x90355f[_0x5f3a70(0x2a9)]))return![];continue;case'3':if(KNOWN_LOCAL_BROWSERS[_0x5f3a70(0x2f9)](_0x8f1ade['toLowerCase']()))return!![];continue;case'4':if(_0x8f1ade[_0x5f3a70(0x208)](_0x90355f[_0x5f3a70(0x273)])||_0x8f1ade[_0x5f3a70(0x208)](_0x90355f['DxvFL']))return!![];continue;}break;}},_CONCURRENCY_PATTERN=/^(?:--concurrency|-c)(?:=(\d+))?$/,filterArgs=_0x4e3845=>{const _0x4a9bf1=a70_0xc9a257,_0x407441={'qbcSE':function(_0x5f1d9d,_0xd96d17){return _0x5f1d9d<_0xd96d17;},'krroT':function(_0x2fe5c8,_0x4ef8b2){return _0x2fe5c8===_0x4ef8b2;},'xEhLW':_0x4a9bf1(0x270),'raWyo':_0x4a9bf1(0x288),'rqeEb':'-b=','iaMQc':function(_0x453c67,_0x13415a,_0x40dfa0){return _0x453c67(_0x13415a,_0x40dfa0);},'znlvL':function(_0x3d312f,_0x52919b){return _0x3d312f+_0x52919b;},'UGfXF':function(_0x461de6,_0x349d04){return _0x461de6+_0x349d04;},'igtKF':function(_0x4f9f5f,_0xe28dcf,_0x5bd552){return _0x4f9f5f(_0xe28dcf,_0x5bd552);},'MgSvC':function(_0x30e32a,_0x7b004b,_0x1c9524){return _0x30e32a(_0x7b004b,_0x1c9524);},'wDVoH':function(_0x2f5b22,_0x59f345){return _0x2f5b22(_0x59f345);}},_0x5eeec9=[];let _0x29ff5d;for(let _0x4ceef1=0x0;_0x407441[_0x4a9bf1(0x289)](_0x4ceef1,_0x4e3845['length']);_0x4ceef1++){const _0x336bb1=_0x4e3845[_0x4ceef1];if(_0x407441['krroT'](_0x336bb1,'-b')||_0x407441[_0x4a9bf1(0x1ea)](_0x336bb1,_0x407441[_0x4a9bf1(0x23e)])){_0x4ceef1++;continue;}if(_0x336bb1[_0x4a9bf1(0x208)](_0x407441[_0x4a9bf1(0x221)])||_0x336bb1[_0x4a9bf1(0x208)](_0x407441[_0x4a9bf1(0x23a)]))continue;const _0x124bc7=_0x336bb1[_0x4a9bf1(0x2b5)](_CONCURRENCY_PATTERN);if(_0x124bc7){if(_0x124bc7[0x1]){_0x29ff5d=_0x407441['iaMQc'](parseInt,_0x124bc7[0x1],0xa);continue;}if(_0x4e3845[_0x407441[_0x4a9bf1(0x28b)](_0x4ceef1,0x1)]&&/^\d+$/[_0x4a9bf1(0x25c)](_0x4e3845[_0x407441[_0x4a9bf1(0x2a7)](_0x4ceef1,0x1)])){_0x29ff5d=_0x407441['igtKF'](parseInt,_0x4e3845[_0x407441[_0x4a9bf1(0x28b)](_0x4ceef1,0x1)],0xa),_0x4ceef1++;continue;}continue;}const _0x4091fd=_0x336bb1[_0x4a9bf1(0x2b5)](/^-c(\d+)$/);if(_0x4091fd){_0x29ff5d=_0x407441[_0x4a9bf1(0x299)](parseInt,_0x4091fd[0x1],0xa);continue;}if(_0x407441[_0x4a9bf1(0x2f0)](looksLikeBrowserArg,_0x336bb1))continue;_0x5eeec9[_0x4a9bf1(0x212)](_0x336bb1);}const _0x2e1f93={};return _0x2e1f93[_0x4a9bf1(0x280)]=_0x5eeec9,_0x2e1f93['concurrency']=_0x29ff5d,_0x2e1f93;},parseCapabilities=_0x4b1824=>{const _0x25dc6a=a70_0xc9a257,_0x69caa6={};_0x69caa6[_0x25dc6a(0x21b)]=_0x25dc6a(0x26b),_0x69caa6['GlDMv']=_0x25dc6a(0x2ab);const _0x1805d1=_0x69caa6,_0x3181c8=_0x4b1824['getCapabilities']&&_0x4b1824[_0x25dc6a(0x29a)]()||_0x4b1824[_0x25dc6a(0x279)];if(!_0x3181c8)throw new Error(_0x1805d1[_0x25dc6a(0x21b)]);const _0x387099=Buffer[_0x25dc6a(0x24b)](_0x3181c8)?_0x3181c8:Buffer[_0x25dc6a(0x295)](_0x3181c8),_0x1d86ef=JSON[_0x25dc6a(0x253)](_0x387099[_0x25dc6a(0x206)](_0x1805d1['GlDMv'])[_0x25dc6a(0x29d)]());if(_0x1d86ef[_0x25dc6a(0x2af)])return _0x1d86ef['desiredCapabilities'];if(_0x1d86ef[_0x25dc6a(0x279)]&&_0x1d86ef[_0x25dc6a(0x279)][_0x25dc6a(0x262)])return _0x1d86ef[_0x25dc6a(0x279)][_0x25dc6a(0x262)];return _0x1d86ef;};async function provisionSession(_0x4259a9,_0x4b9555){const _0x31f074=a70_0xc9a257,_0x546c9={'uDfLB':_0x31f074(0x2c8),'oiekm':function(_0x37e125,_0x4cf9d2){return _0x37e125(_0x4cf9d2);}};logger[_0x31f074(0x25b)](_0x31f074(0x1fd)+_0x4b9555+']');const _0xb755ef=await _0x4259a9['createBrowserConnection'](),_0x181833=await GrpcClient[_0x31f074(0x2bd)]()[_0x31f074(0x2c2)]({'platformIndex':_0x4b9555,'ref':_0x546c9['uDfLB'],'userInputParams':Buffer[_0x31f074(0x295)](JSON['stringify']({})),'hubUrl':''}),_0x5bb382=_0x546c9['oiekm'](parseCapabilities,_0x181833),_0x1fc5c1=(_0x181833[_0x31f074(0x292)]&&_0x181833['getHubUrl']()||_0x181833[_0x31f074(0x2ef)]||'')[_0x31f074(0x29d)]()||BrowserstackCLI[_0x31f074(0x2bd)]()?.['getConfig']()?.[_0x31f074(0x2ef)]||process['env']['BROWSERSTACK_HUB_URL'];if(!_0x1fc5c1)throw new Error('[testcafe]\x20DriverInit\x20returned\x20no\x20hubUrl\x20for\x20platform['+_0x4b9555+_0x31f074(0x205));logger[_0x31f074(0x25b)]('[testcafe]\x20platform['+_0x4b9555+_0x31f074(0x229)+_0x1fc5c1);const _0xd6faea={};_0xd6faea[_0x31f074(0x2ef)]=_0x1fc5c1,_0xd6faea['capabilities']=_0x5bb382;const {driver:_0x4f9377,sessionId:_0x528f5d}=await w3cDriver['openSession'](_0xd6faea);await _0x4f9377['navigateTo'](_0xb755ef['url']);const _0x493ee8={};_0x493ee8[_0x31f074(0x24d)]=_0x4b9555,_0x493ee8[_0x31f074(0x26e)]=_0x4f9377,_0x493ee8[_0x31f074(0x2ac)]=_0x528f5d,_0x493ee8[_0x31f074(0x2c1)]=_0xb755ef,_0x493ee8[_0x31f074(0x279)]=_0x5bb382,_0x493ee8[_0x31f074(0x2ef)]=_0x1fc5c1,registry[_0x31f074(0x2e0)](_0x493ee8),logger['info'](_0x31f074(0x20b)+_0x4b9555+_0x31f074(0x287)+_0x528f5d+_0x31f074(0x291)+_0xb755ef[_0x31f074(0x2cf)]);const _0x5b8f69={};return _0x5b8f69[_0x31f074(0x2c1)]=_0xb755ef,_0x5b8f69[_0x31f074(0x2ac)]=_0x528f5d,_0x5b8f69[_0x31f074(0x26e)]=_0x4f9377,_0x5b8f69[_0x31f074(0x24d)]=_0x4b9555,_0x5b8f69[_0x31f074(0x279)]=_0x5bb382,_0x5b8f69['hubUrl']=_0x1fc5c1,_0x5b8f69;}async function run(_0x5c8726,_0x14faae,_0x14cca1){const _0x2029c6=a70_0xc9a257,_0x1edbec={'CmKdy':function(_0x1f5204,_0x805da7){return _0x1f5204(_0x805da7);},'wKQeE':function(_0x5bd272,_0x206bb9,_0x39ed9b){return _0x5bd272(_0x206bb9,_0x39ed9b);},'bYBQe':function(_0x183f90,_0x56a02e){return _0x183f90===_0x56a02e;},'BoQng':_0x2029c6(0x2b6),'RpWCh':function(_0x3ba6a1,_0x5a87d6){return _0x3ba6a1/_0x5a87d6;},'EAtnq':function(_0x5b1e42,_0x48bf6f){return _0x5b1e42(_0x48bf6f);},'vUZKp':'unknown\x20error\x20(falsy)','Jmdcw':function(_0x26f98b,_0x54ce49){return _0x26f98b===_0x54ce49;},'IEHcw':_0x2029c6(0x216),'iYuVo':function(_0x10f741,_0x5ecdb4){return _0x10f741===_0x5ecdb4;},'Iyyna':function(_0x2990f4,_0x2afa8d){return _0x2990f4(_0x2afa8d);},'uCmSI':_0x2029c6(0x1f1),'JtuOj':function(_0x305f41){return _0x305f41();},'wvDLv':_0x2029c6(0x27d),'JxkaN':function(_0x23f128,_0x54882f){return _0x23f128===_0x54882f;},'BbYsx':_0x2029c6(0x217),'WnmbX':function(_0x5c047c,_0x3f2d99){return _0x5c047c(_0x3f2d99);},'PVVIJ':function(_0x5d663b,_0x41f2a9){return _0x5d663b===_0x41f2a9;},'qDXLc':function(_0x1f6182,_0x11fb3c){return _0x1f6182===_0x11fb3c;},'Htnem':function(_0x180009,_0x3e604d){return _0x180009(_0x3e604d);},'TsDkD':function(_0x42806c,_0x71373){return _0x42806c===_0x71373;},'KXtfg':function(_0x52e115,_0x49479f){return _0x52e115&&_0x49479f;},'ArFRy':function(_0x3eba5f,_0x1fc003){return _0x3eba5f!==_0x1fc003;},'rKfek':'testcafe/command.js:\x20forcing\x20browserstackLocal=true\x20(TestCafe\x20hammerhead\x20requires\x20Local\x20tunnel\x20for\x20bs-local.com\x20reachability\x20from\x20remote\x20browsers)','bxnOw':_0x2029c6(0x2c8),'QItxR':_0x2029c6(0x276),'Ovvlj':function(_0x1231e4,_0x388e11){return _0x1231e4+_0x388e11;},'jvutE':_0x2029c6(0x20e),'pGmZi':_0x2029c6(0x246),'nPPmI':function(_0x4eb847,_0x32f4a4){return _0x4eb847||_0x32f4a4;},'neUpi':function(_0x7c6bcc,_0xd31903){return _0x7c6bcc===_0xd31903;},'udUtc':function(_0x36f32d,_0x3b4cae){return _0x36f32d>_0x3b4cae;},'xiEdj':function(_0x1b05d5,_0x2004c7){return _0x1b05d5===_0x2004c7;},'VnJQb':_0x2029c6(0x260),'cuZRF':_0x2029c6(0x2b2),'PzEyF':function(_0x3fadb0,_0x5c8a6d){return _0x3fadb0+_0x5c8a6d;},'AnTUd':function(_0x43f243,_0x2257d8){return _0x43f243(_0x2257d8);},'TUgrN':function(_0x3af430,_0x3ac5de){return _0x3af430===_0x3ac5de;},'WbERo':_0x2029c6(0x297),'ARwYe':function(_0x1b5af4,_0x25837c){return _0x1b5af4||_0x25837c;},'mBrJN':_0x2029c6(0x228),'FLLoC':_0x2029c6(0x21c),'uTKEn':_0x2029c6(0x266),'SlRCJ':function(_0x5794f9,_0x3f70e5){return _0x5794f9>_0x3f70e5;},'uIEaP':function(_0x565dc5,_0x50b2ae){return _0x565dc5(_0x50b2ae);},'fgmQI':'./testcafe-action-patcher','xEqyE':_0x2029c6(0x29c),'wtBcT':function(_0x3217c5,_0x450476){return _0x3217c5+_0x450476;},'iNQAZ':'[BrowserStack\x20SDK]\x20TestCafeConfig\x20RPC\x20failed\x20during\x20rerun\x20—\x20cannot\x20determine\x20test\x20filter.\x20Aborting.\x0a','uHmAR':_0x2029c6(0x21e),'yHHCo':'reporter','INSqY':_0x2029c6(0x2c7),'KcFJo':function(_0x32edc0,_0x656ddc){return _0x32edc0===_0x656ddc;},'dczBN':function(_0x1e4a93,_0x163587){return _0x1e4a93===_0x163587;},'GkTTD':function(_0x57bdd1,_0x5e5047){return _0x57bdd1(_0x5e5047);},'eGmzs':'testcafe/command.js:\x20browserstackAutomation=false\x20—\x20running\x20TestCafe\x20LOCALLY\x20(no\x20remote\x20session)\x20and\x20reporting\x20to\x20TRA\x20only','szWCN':function(_0x5429e6,_0x1a0e70){return _0x5429e6<_0x1a0e70;},'uThyv':function(_0x1ec599,_0x4d5287){return _0x1ec599===_0x4d5287;},'UKuCo':_0x2029c6(0x270),'LHvKa':_0x2029c6(0x288),'RBOMv':_0x2029c6(0x290),'bOfCH':function(_0x1be5cb,_0x1b1f13){return _0x1be5cb===_0x1b1f13;},'HPGnM':'chrome','DRFqm':_0x2029c6(0x265),'lPWQY':_0x2029c6(0x231),'FvlVK':function(_0x4b7d97,_0x1070c7){return _0x4b7d97===_0x1070c7;},'HjyBZ':'number','bkpZy':function(_0x57bc6c,_0x3eb34c){return _0x57bc6c>_0x3eb34c;},'eKIaP':function(_0xc172a1){return _0xc172a1();},'uUUrr':function(_0x16c5a5,_0x473846){return _0x16c5a5+_0x473846;},'YBPaT':function(_0x4dbf73,_0x223dca,_0x3d1290){return _0x4dbf73(_0x223dca,_0x3d1290);},'KMAGb':function(_0x4fbced,_0x11e35a){return _0x4fbced>_0x11e35a;},'hJjMd':function(_0x1c9e32,_0x2c10d2){return _0x1c9e32*_0x2c10d2;},'kXlMl':function(_0x126b05,_0x27ee1a){return _0x126b05+_0x27ee1a;},'ZfXfC':function(_0x1fd07b,_0x3a1970){return _0x1fd07b!==_0x3a1970;},'gujvP':function(_0x2740ad,_0x1d66dc){return _0x2740ad===_0x1d66dc;},'xnYpO':_0x2029c6(0x2f6),'cHBsG':_0x2029c6(0x214),'fvAYD':function(_0x34131b,_0x49230b){return _0x34131b!==_0x49230b;},'ElZUn':function(_0x302dd6,_0x49eedb){return _0x302dd6===_0x49eedb;},'WdHBX':function(_0x3557a8,_0xe7fdb8){return _0x3557a8===_0xe7fdb8;},'VWrBh':function(_0x1e3927){return _0x1e3927();}};_0x1edbec[_0x2029c6(0x227)](detectPeerDeps);if(!_0x14cca1[_0x2029c6(0x2da)]){logger['error'](_0x1edbec[_0x2029c6(0x235)]);return;}const _0x314614=_0x14cca1[_0x2029c6(0x2da)],_0xeaf41f=_0x1edbec[_0x2029c6(0x22a)](_0x314614[_0x2029c6(0x2d9)],![])||_0x1edbec[_0x2029c6(0x244)](_0x314614[_0x2029c6(0x2d9)],_0x1edbec[_0x2029c6(0x233)])||_0x1edbec[_0x2029c6(0x22a)](_0x1edbec[_0x2029c6(0x286)](String,_0x314614[_0x2029c6(0x2d9)]||'')[_0x2029c6(0x1e8)](),_0x1edbec[_0x2029c6(0x233)]),_0x4fd9d8=_0x1edbec[_0x2029c6(0x22a)](_0x314614[_0x2029c6(0x264)],![])||_0x1edbec[_0x2029c6(0x24c)](_0x314614[_0x2029c6(0x264)],_0x1edbec['BbYsx'])||_0x1edbec[_0x2029c6(0x28a)](_0x1edbec[_0x2029c6(0x2bb)](String,_0x1edbec[_0x2029c6(0x2f2)](_0x314614[_0x2029c6(0x264)],undefined)?'':_0x314614['browserstackLocal'])[_0x2029c6(0x1e8)](),_0x1edbec[_0x2029c6(0x233)]);_0x1edbec[_0x2029c6(0x2cb)](!_0xeaf41f,!_0x4fd9d8)&&_0x1edbec['ArFRy'](_0x314614[_0x2029c6(0x264)],!![])&&(logger[_0x2029c6(0x25b)](_0x1edbec['rKfek']),_0x314614[_0x2029c6(0x264)]=!![]);await _0x14cca1[_0x2029c6(0x2cc)](_0x5c8726),CLIUtils['setFrameworkDetail'](_0x1edbec[_0x2029c6(0x1f4)],_0x1edbec[_0x2029c6(0x1f4)]),BrowserstackCLI[_0x2029c6(0x2bd)]()[_0x2029c6(0x296)](_0x14cca1[_0x2029c6(0x2da)],_0x14cca1[_0x2029c6(0x249)],_0x14cca1[_0x2029c6(0x2b7)]);try{await BrowserstackCLI[_0x2029c6(0x2bd)]()['bootstrap']();if(!BrowserstackCLI[_0x2029c6(0x2bd)]()[_0x2029c6(0x2b4)]())throw new Error(_0x1edbec[_0x2029c6(0x240)]);}catch(_0x179fa1){process['stderr'][_0x2029c6(0x220)](_0x1edbec[_0x2029c6(0x2c6)](_0x1edbec[_0x2029c6(0x2c6)](_0x2029c6(0x1fc)+_0x179fa1[_0x2029c6(0x285)]+'\x0a',_0x1edbec[_0x2029c6(0x202)]),_0x1edbec[_0x2029c6(0x22f)])),logger[_0x2029c6(0x1ed)]('testcafe/command.js:\x20bootstrap\x20failed\x20—\x20'+(_0x179fa1[_0x2029c6(0x201)]||_0x179fa1)),process[_0x2029c6(0x2e5)]=0x1;return;}const _0x231b0a=BrowserstackCLI[_0x2029c6(0x2bd)]()[_0x2029c6(0x2b3)](),_0x1e7da0=_0x14cca1['config']||{};let _0x3d7867=_0x1edbec[_0x2029c6(0x2d6)](_0x231b0a,_0x1e7da0)||{},_0x2076c9=Array['isArray'](_0x3d7867[_0x2029c6(0x218)])?_0x3d7867[_0x2029c6(0x218)]:[];_0x1edbec[_0x2029c6(0x2be)](_0x2076c9['length'],0x0)&&Array[_0x2029c6(0x1ef)](_0x1e7da0[_0x2029c6(0x218)])&&_0x1edbec[_0x2029c6(0x223)](_0x1e7da0[_0x2029c6(0x218)]['length'],0x0)&&(logger['warn'](_0x2029c6(0x274)+_0x1e7da0['platforms']['length']+')'),_0x3d7867=_0x1e7da0,_0x2076c9=_0x1e7da0[_0x2029c6(0x218)]);if(_0x1edbec['xiEdj'](_0x2076c9[_0x2029c6(0x2df)],0x0)){process['stderr'][_0x2029c6(0x220)](_0x1edbec['VnJQb']),process[_0x2029c6(0x2e5)]=0x1;return;}if(_0x1edbec[_0x2029c6(0x244)](_0x3d7867[_0x2029c6(0x2ea)],!![])||_0x3d7867[_0x2029c6(0x2ea)]&&_0x3d7867[_0x2029c6(0x2ea)][_0x2029c6(0x20f)]){const _0x2bdc4f=_0x1edbec[_0x2029c6(0x2d7)];process[_0x2029c6(0x1fa)][_0x2029c6(0x220)](_0x1edbec[_0x2029c6(0x251)](_0x2bdc4f,'\x0a')),logger[_0x2029c6(0x2a8)](_0x2bdc4f);}const {testSources:_0x346f2c,concurrency:_0x43b5d2}=_0x1edbec[_0x2029c6(0x2d5)](filterArgs,_0x14faae[_0x2029c6(0x23d)](0x1));if(_0x1edbec[_0x2029c6(0x247)](_0x346f2c[_0x2029c6(0x2df)],0x0)){process[_0x2029c6(0x1fa)]['write'](_0x1edbec[_0x2029c6(0x2c0)]),process['exitCode']=0x1;return;}logger[_0x2029c6(0x25b)]('testcafe/command.js:\x20testSources='+JSON[_0x2029c6(0x2c4)](_0x346f2c)+',\x20platforms='+_0x2076c9['length']+_0x2029c6(0x2a4)+_0x1edbec[_0x2029c6(0x22e)](_0x43b5d2,_0x1edbec[_0x2029c6(0x263)]));let _0x1e41ae;try{_0x1e41ae=_0x1edbec[_0x2029c6(0x227)](loadTestCafeFactory);}catch(_0x5bc317){process[_0x2029c6(0x1fa)][_0x2029c6(0x220)](_0x2029c6(0x27b)+_0x5bc317['message']+'\x0a'),process[_0x2029c6(0x2e5)]=0x1;return;}const _0x1e9f37=await _0x1edbec[_0x2029c6(0x286)](_0x1e41ae,_0x1edbec[_0x2029c6(0x1eb)]);let _0x1c1b76=0x1;const _0x1cf60b=0x7530,_0x494da2=[],_0x1496a1=(_0x3f96d7,_0x1068a4)=>{const _0x28fdbe=_0x2029c6,_0x64875a={'tVQCt':function(_0xfb163e,_0x11d3f3){const _0x3d1872=a70_0x561b;return _0x1edbec[_0x3d1872(0x2cd)](_0xfb163e,_0x11d3f3);}},_0x368925=_0x1edbec[_0x28fdbe(0x267)](setInterval,async()=>{const _0x16f234=_0x28fdbe;try{await _0x3f96d7[_0x16f234(0x2ed)]();}catch(_0xb0b560){logger[_0x16f234(0x236)](_0x16f234(0x245)+_0x1068a4+':\x20'+_0xb0b560[_0x16f234(0x285)]+'\x20—\x20stopping\x20pings\x20for\x20this\x20session'),_0x64875a['tVQCt'](clearInterval,_0x368925);}},_0x1cf60b);_0x1edbec[_0x28fdbe(0x215)](typeof _0x368925[_0x28fdbe(0x2f8)],_0x1edbec[_0x28fdbe(0x2dc)])&&_0x368925[_0x28fdbe(0x2f8)](),_0x494da2[_0x28fdbe(0x212)](_0x368925);},_0x2ab325=()=>{const _0x1a2248=_0x2029c6;for(const _0xea03a3 of _0x494da2){_0x1edbec[_0x1a2248(0x2cd)](clearInterval,_0xea03a3);}_0x494da2[_0x1a2248(0x2df)]=0x0;};_0x1c1b76=0x0;const _0x4f4e88=_0x1edbec[_0x2029c6(0x286)](require,_0x1edbec[_0x2029c6(0x2ba)]);_0x4f4e88[_0x2029c6(0x2b1)]();try{const _0x36df77=BrowserstackCLI['getInstance']()['getAccessibilityModule']&&BrowserstackCLI['getInstance']()['getAccessibilityModule'](),_0x472ef9=_0x36df77&&_0x36df77[_0x2029c6(0x21a)]&&_0x36df77[_0x2029c6(0x21a)][_0x2029c6(0x20c)]&&_0x36df77[_0x2029c6(0x21a)][_0x2029c6(0x20c)][_0x2029c6(0x2f3)]&&(_0x36df77['accessibilityConfig'][_0x2029c6(0x20c)][_0x2029c6(0x2f3)][_0x2029c6(0x1f5)]||_0x36df77['accessibilityConfig'][_0x2029c6(0x20c)]['commandsToWrap'][_0x2029c6(0x243)]);if(Array[_0x2029c6(0x1ef)](_0x472ef9)&&_0x1edbec[_0x2029c6(0x24a)](_0x472ef9[_0x2029c6(0x2df)],0x0)){const _0x7966a6=_0x1edbec[_0x2029c6(0x24e)](require,_0x1edbec[_0x2029c6(0x1f8)]),_0x545c25=_0x472ef9[_0x2029c6(0x21d)](_0x31686a=>({'name':_0x31686a[_0x2029c6(0x2ee)]&&_0x31686a[_0x2029c6(0x2ee)]()||_0x31686a[_0x2029c6(0x204)],'module':_0x31686a['getModule']&&_0x31686a[_0x2029c6(0x2db)]()||_0x31686a[_0x2029c6(0x258)],'method':_0x31686a[_0x2029c6(0x2a2)]&&_0x31686a['getMethod']()||_0x31686a['method']}));_0x7966a6['install'](_0x545c25);}else logger[_0x2029c6(0x236)](_0x1edbec[_0x2029c6(0x207)]);}catch(_0x4f76e4){logger[_0x2029c6(0x236)]('testcafe/command.js:\x20accessibility\x20patch\x20failed:\x20'+(_0x4f76e4[_0x2029c6(0x285)]||_0x4f76e4));}let _0x512442='',_0xe46d85=null;try{const _0x135993=await GrpcClient['getInstance']()[_0x2029c6(0x239)]();_0x512442=_0x135993[_0x2029c6(0x2e6)]&&_0x135993[_0x2029c6(0x2e6)]()||_0x135993['rerunTestGrep']||'';if(_0x512442)try{_0xe46d85=new RegExp(_0x512442),logger['info'](_0x2029c6(0x2a1)+_0x512442);}catch(_0x853e92){const _0x37dd58=_0x2029c6(0x275)+_0x853e92[_0x2029c6(0x285)]+_0x2029c6(0x272)+_0x512442;process[_0x2029c6(0x1fa)][_0x2029c6(0x220)](_0x1edbec[_0x2029c6(0x1ff)](_0x37dd58,'\x0a')),logger[_0x2029c6(0x1ed)](_0x37dd58),process[_0x2029c6(0x2e5)]=0x1;return;}}catch(_0x339e6c){if(process[_0x2029c6(0x2d8)][_0x2029c6(0x24f)]){const _0x543693=_0x1edbec['iNQAZ'];process[_0x2029c6(0x1fa)]['write'](_0x543693),logger[_0x2029c6(0x1ed)](_0x2029c6(0x21f)+_0x339e6c['message']),process['exitCode']=0x1;return;}logger[_0x2029c6(0x236)](_0x1edbec[_0x2029c6(0x1fb)],_0x339e6c);}const _0x300a9c=_0x1edbec['Htnem'](require,path[_0x2029c6(0x28e)](__dirname,_0x1edbec[_0x2029c6(0x2fd)],_0x1edbec[_0x2029c6(0x1e6)])),_0x794be8=_0x1edbec[_0x2029c6(0x247)](_0x3d7867[_0x2029c6(0x2d9)],![])||_0x1edbec[_0x2029c6(0x1fe)](_0x3d7867['browserstackAutomation'],_0x1edbec[_0x2029c6(0x233)])||_0x1edbec[_0x2029c6(0x1e5)](_0x1edbec[_0x2029c6(0x255)](String,_0x3d7867['browserstackAutomation']||'')[_0x2029c6(0x1e8)](),_0x1edbec['BbYsx']);if(_0x794be8){logger[_0x2029c6(0x25b)](_0x1edbec['eGmzs']);const _0x1f8c80=[];for(let _0x6610e1=0x0;_0x1edbec[_0x2029c6(0x2c9)](_0x6610e1,_0x14faae[_0x2029c6(0x2df)]);_0x6610e1++){const _0x8f1bde=_0x14faae[_0x6610e1];if(_0x1edbec[_0x2029c6(0x2f4)](_0x8f1bde,'-b')||_0x1edbec[_0x2029c6(0x2f7)](_0x8f1bde,_0x1edbec[_0x2029c6(0x294)])){_0x14faae[_0x1edbec['wtBcT'](_0x6610e1,0x1)]&&_0x1f8c80[_0x2029c6(0x212)](_0x14faae[_0x1edbec[_0x2029c6(0x2c6)](_0x6610e1,0x1)]);_0x6610e1++;continue;}if(_0x8f1bde[_0x2029c6(0x208)](_0x1edbec[_0x2029c6(0x298)])){_0x1f8c80[_0x2029c6(0x212)](_0x8f1bde[_0x2029c6(0x23d)](_0x1edbec[_0x2029c6(0x298)][_0x2029c6(0x2df)]));continue;}if(_0x8f1bde[_0x2029c6(0x208)](_0x1edbec[_0x2029c6(0x20a)])){_0x1f8c80['push'](_0x8f1bde['slice'](_0x1edbec[_0x2029c6(0x20a)][_0x2029c6(0x2df)]));continue;}_0x1edbec[_0x2029c6(0x2cd)](looksLikeBrowserArg,_0x8f1bde)&&_0x1f8c80[_0x2029c6(0x212)](_0x8f1bde);}_0x1edbec[_0x2029c6(0x2f5)](_0x1f8c80[_0x2029c6(0x2df)],0x0)&&(_0x1f8c80[_0x2029c6(0x212)](_0x1edbec[_0x2029c6(0x29f)]),logger[_0x2029c6(0x25b)](_0x1edbec[_0x2029c6(0x2d1)]));let _0x1f9cc6=0x1;try{const _0x539fd8=_0x1e9f37['createRunner']();_0x539fd8[_0x2029c6(0x250)](_0x346f2c),_0x539fd8[_0x2029c6(0x2c5)](_0x1f8c80),_0x539fd8['reporter']([_0x1edbec['lPWQY'],_0x300a9c]),_0x1edbec['FvlVK'](typeof _0x43b5d2,_0x1edbec[_0x2029c6(0x2f1)])&&_0x1edbec['bkpZy'](_0x43b5d2,0x0)&&_0x539fd8[_0x2029c6(0x278)](_0x43b5d2),_0xe46d85&&_0x539fd8['filter'](_0x176cd8=>_0xe46d85['test'](_0x176cd8)),_0x1f9cc6=await _0x539fd8[_0x2029c6(0x2c3)](),logger[_0x2029c6(0x25b)]('testcafe/command.js:\x20local\x20run\x20finished\x20with\x20exit='+_0x1f9cc6);}catch(_0x442306){logger['error'](_0x2029c6(0x2dd)+(_0x442306[_0x2029c6(0x201)]||_0x442306)),process[_0x2029c6(0x1fa)][_0x2029c6(0x220)](_0x2029c6(0x23c)+_0x442306['message']+'\x0a'),_0x1f9cc6=0x1;}finally{_0x1c1b76=_0x1f9cc6;try{_0x4f4e88['uninstall']();}catch(_0x164700){}try{await _0x1e9f37[_0x2029c6(0x1f0)]();}catch(_0x27671a){logger[_0x2029c6(0x236)](_0x2029c6(0x242)+_0x27671a['message']);}try{const _0x359c2d=BrowserstackCLI[_0x2029c6(0x2bd)]()[_0x2029c6(0x2ce)]();_0x359c2d&&_0x1edbec['TsDkD'](typeof _0x359c2d[_0x2029c6(0x2d2)],_0x1edbec[_0x2029c6(0x2dc)])&&await _0x359c2d[_0x2029c6(0x2d2)]();}catch(_0x28b6d4){logger['debug'](_0x2029c6(0x2b0)+_0x28b6d4[_0x2029c6(0x285)]);}const _0xc6a492=BrowserstackCLI['isCLIEnabled']();await BrowserstackCLI[_0x2029c6(0x2bd)]()[_0x2029c6(0x2a6)]()['catch'](_0x20feb3=>{const _0x3949bb=_0x2029c6;logger[_0x3949bb(0x236)]('BrowserstackCLI.stop\x20error:\x20'+_0x20feb3['message']);}),_0x1edbec[_0x2029c6(0x26f)](printBuildLink),await utilities[_0x2029c6(0x25e)](_0x14cca1,_0xc6a492)['catch'](_0x44627c=>{const _0x3112c7=_0x2029c6;logger[_0x3112c7(0x236)]('finalExecution\x20error:\x20'+_0x44627c[_0x3112c7(0x285)]);}),process['exitCode']=_0x1c1b76,logger['info']('testcafe/command.js:\x20exit\x20code='+_0x1c1b76);}return;}try{for(let _0x5f77d5=0x0;_0x1edbec[_0x2029c6(0x2c9)](_0x5f77d5,_0x2076c9[_0x2029c6(0x2df)]);_0x5f77d5++){logger['info'](_0x2029c6(0x269)+_0x5f77d5+_0x2029c6(0x2a5)+_0x1edbec[_0x2029c6(0x1f3)](_0x5f77d5,0x1)+'/'+_0x2076c9[_0x2029c6(0x2df)]+')');let _0x21f933=0x1,_0x30a0b6=null,_0x4587ae=null;try{_0x30a0b6=await _0x1edbec['wKQeE'](provisionSession,_0x1e9f37,_0x5f77d5),_0x1edbec[_0x2029c6(0x25d)](_0x1496a1,_0x30a0b6['driver'],_0x30a0b6['sessionId']);const _0x5b6060=_0x1e9f37[_0x2029c6(0x281)]();_0x5b6060[_0x2029c6(0x250)](_0x346f2c),_0x5b6060[_0x2029c6(0x2c5)]([_0x30a0b6[_0x2029c6(0x2c1)]]),_0x5b6060[_0x2029c6(0x200)]([_0x1edbec[_0x2029c6(0x256)],_0x300a9c]);_0x1edbec[_0x2029c6(0x2f2)](typeof _0x43b5d2,_0x1edbec[_0x2029c6(0x2f1)])&&_0x1edbec[_0x2029c6(0x2d4)](_0x43b5d2,0x0)&&_0x5b6060['concurrency'](_0x43b5d2);_0xe46d85&&_0x5b6060[_0x2029c6(0x28d)](_0x4041df=>_0xe46d85[_0x2029c6(0x25c)](_0x4041df));const _0x12b050=_0x3d7867&&_0x3d7867['idleTimeout']||0x12c,_0x550f53=_0x1edbec[_0x2029c6(0x27c)](_0x1edbec[_0x2029c6(0x29e)](_0x12b050,0x3c),0x3e8);_0x21f933=await Promise[_0x2029c6(0x2de)]([_0x5b6060['run'](),new Promise(_0x148e17=>setTimeout(()=>{const _0x4e0772=_0x2029c6;logger['warn'](_0x4e0772(0x27f)+_0x5f77d5+_0x4e0772(0x28f)+_0x1edbec[_0x4e0772(0x2a3)](_0x550f53,0x3e8)+_0x4e0772(0x2aa)),_0x4587ae='runner.run()\x20exceeded\x20'+_0x1edbec['RpWCh'](_0x550f53,0x3e8)+_0x4e0772(0x2e3),_0x1edbec[_0x4e0772(0x28c)](_0x148e17,0x1);},_0x550f53))]),logger[_0x2029c6(0x25b)](_0x2029c6(0x27f)+_0x5f77d5+']\x20finished\x20with\x20exit='+_0x21f933),_0x1edbec['ArFRy'](_0x21f933,0x0)&&!_0x4587ae&&(_0x4587ae=_0x2029c6(0x2e2)+_0x21f933);}catch(_0x269165){const _0x26d08a=((()=>{const _0x5004be=_0x2029c6;if(!_0x269165)return _0x1edbec[_0x5004be(0x23b)];if(_0x1edbec[_0x5004be(0x244)](typeof _0x269165,_0x1edbec[_0x5004be(0x1f9)]))return _0x269165;if(_0x1edbec['iYuVo'](typeof _0x269165[_0x5004be(0x285)],_0x1edbec['IEHcw'])&&_0x269165[_0x5004be(0x285)])return _0x269165[_0x5004be(0x285)];try{return JSON[_0x5004be(0x2c4)](_0x269165[_0x5004be(0x285)]??_0x269165,null,0x2);}catch(_0xf4bacd){const _0xe86b00={};return _0xe86b00[_0x5004be(0x1ec)]=0x4,_0x1edbec[_0x5004be(0x1e4)](require,_0x1edbec[_0x5004be(0x2ca)])[_0x5004be(0x222)](_0x269165['message']??_0x269165,_0xe86b00);}})()),_0xe34ab5={};_0xe34ab5[_0x2029c6(0x1f2)]=_0x269165&&_0x269165[_0x2029c6(0x1f2)],_0xe34ab5[_0x2029c6(0x282)]=_0x269165&&_0x269165['type'],_0xe34ab5[_0x2029c6(0x27a)]=_0x269165&&_0x269165[_0x2029c6(0x27a)],_0xe34ab5[_0x2029c6(0x204)]=_0x269165&&_0x269165[_0x2029c6(0x204)],_0xe34ab5[_0x2029c6(0x2e7)]=_0x269165&&_0x269165[_0x2029c6(0x2e7)]&&_0x269165[_0x2029c6(0x2e7)][_0x2029c6(0x204)];const _0x58cdb2=_0xe34ab5;logger[_0x2029c6(0x1ed)](_0x2029c6(0x27f)+_0x5f77d5+_0x2029c6(0x2ae)+_0x26d08a+_0x2029c6(0x2a0)+JSON[_0x2029c6(0x2c4)](_0x58cdb2)+')\x0a'+(_0x269165&&_0x269165['stack']||'')),process[_0x2029c6(0x1fa)][_0x2029c6(0x220)](_0x2029c6(0x261)+_0x5f77d5+']:\x20'+_0x26d08a+'\x0a'),_0x21f933=0x1,_0x4587ae=_0x26d08a;}finally{try{if(_0x30a0b6&&_0x1edbec[_0x2029c6(0x232)](_0x30a0b6['platformIndex'],undefined)){const _0x8a9448=_0x1edbec['gujvP'](_0x21f933,0x0)?_0x1edbec[_0x2029c6(0x271)]:_0x1edbec[_0x2029c6(0x241)],_0x88443e=_0x4587ae;registry[_0x2029c6(0x284)](_0x30a0b6['platformIndex'],_0x8a9448,_0x88443e);}}catch(_0xc5d825){logger[_0x2029c6(0x2a8)](_0x2029c6(0x1ee)+_0x5f77d5+_0x2029c6(0x2bf)+_0xc5d825[_0x2029c6(0x285)]);}await registry['quitAll'](),_0x1edbec[_0x2029c6(0x227)](_0x2ab325);}_0x1edbec[_0x2029c6(0x1e7)](_0x21f933,0x0)&&_0x1edbec['ElZUn'](_0x1c1b76,0x0)&&(_0x1c1b76=_0x21f933);}}finally{try{_0x4f4e88['uninstall']();}catch(_0x4204e6){}try{await _0x1e9f37[_0x2029c6(0x1f0)]();}catch(_0x3d6522){logger[_0x2029c6(0x236)](_0x2029c6(0x242)+_0x3d6522[_0x2029c6(0x285)]);}try{const _0x802264=BrowserstackCLI[_0x2029c6(0x2bd)]()[_0x2029c6(0x2ce)]();_0x802264&&_0x1edbec['WdHBX'](typeof _0x802264[_0x2029c6(0x2d2)],_0x1edbec['BoQng'])&&await _0x802264['finalizeOrphans']();}catch(_0x468b14){logger[_0x2029c6(0x236)](_0x2029c6(0x2b0)+_0x468b14[_0x2029c6(0x285)]);}const _0x377625=BrowserstackCLI[_0x2029c6(0x210)]();await BrowserstackCLI['getInstance']()[_0x2029c6(0x2a6)]()[_0x2029c6(0x293)](_0x1f4c95=>{const _0x3a672f=_0x2029c6;logger[_0x3a672f(0x236)](_0x3a672f(0x277)+_0x1f4c95[_0x3a672f(0x285)]);}),_0x1edbec[_0x2029c6(0x224)](printBuildLink),await utilities[_0x2029c6(0x25e)](_0x14cca1,_0x377625)[_0x2029c6(0x293)](_0x2b0f64=>{const _0x516b8a=_0x2029c6;logger[_0x516b8a(0x236)](_0x516b8a(0x234)+_0x2b0f64[_0x516b8a(0x285)]);}),process['exitCode']=_0x1c1b76,logger[_0x2029c6(0x25b)]('testcafe/command.js:\x20exit\x20code='+_0x1c1b76);}}let _isExiting=![];const propagateSignal=_0x4ce397=>{const _0x36ea25=a70_0xc9a257,_0x257b57={};_0x257b57[_0x36ea25(0x2d3)]=_0x36ea25(0x214),_0x257b57['ePhDX']='SIGINT',_0x257b57['ynrGL']=_0x36ea25(0x2e9);const _0x1b3e02=_0x257b57;if(_isExiting)return;_isExiting=!![],((async()=>{const _0x51be0c=_0x36ea25;try{const _0x34766f=registry['listEntries']();for(const _0x3234da of _0x34766f){try{registry['markStatus'](_0x3234da[_0x51be0c(0x24d)],_0x1b3e02[_0x51be0c(0x2d3)],_0x51be0c(0x2bc)+_0x4ce397+_0x51be0c(0x283));}catch(_0x56841c){}}await Promise[_0x51be0c(0x2de)]([registry[_0x51be0c(0x20d)](),new Promise(_0x309327=>setTimeout(_0x309327,0x1388))]);}catch(_0x9ef645){}process['removeListener'](_0x1b3e02[_0x51be0c(0x257)],_sigintHandler),process[_0x51be0c(0x2b9)](_0x1b3e02[_0x51be0c(0x26c)],_sigtermHandler),process[_0x51be0c(0x230)](process['pid'],_0x4ce397);})());};function _sigintHandler(){const _0xa764f=a70_0xc9a257,_0x92a62f={'LJYAn':function(_0x56e844,_0x355bb7){return _0x56e844(_0x355bb7);},'stbDc':'SIGINT'};_0x92a62f[_0xa764f(0x1f6)](propagateSignal,_0x92a62f['stbDc']);}function _sigtermHandler(){const _0x1952c9=a70_0xc9a257,_0x40c052={'hzmcq':function(_0x4a7a45,_0x4a2bfb){return _0x4a7a45(_0x4a2bfb);},'rcPjh':'SIGTERM'};_0x40c052[_0x1952c9(0x23f)](propagateSignal,_0x40c052[_0x1952c9(0x213)]);}function a70_0x561b(_0x3e6591,_0x3ddae1){const _0x225463=a70_0x2254();return a70_0x561b=function(_0x561b82,_0x2eb526){_0x561b82=_0x561b82-0x1e4;let _0x11cef3=_0x225463[_0x561b82];return _0x11cef3;},a70_0x561b(_0x3e6591,_0x3ddae1);}process['on'](a70_0xc9a257(0x226),_sigintHandler),process['on'](a70_0xc9a257(0x2e9),_sigtermHandler),module[a70_0xc9a257(0x26d)]=run;
2
+ 'use strict';const a70_0x204b10=a70_0x4921;(function(_0x158d3a,_0x451374){const _0xe78d07=a70_0x4921,_0x1ed8ba=_0x158d3a();while(!![]){try{const _0x22f9cf=-parseInt(_0xe78d07(0x1da))/0x1+-parseInt(_0xe78d07(0x20a))/0x2*(-parseInt(_0xe78d07(0x1f7))/0x3)+parseInt(_0xe78d07(0x1f5))/0x4*(-parseInt(_0xe78d07(0x178))/0x5)+-parseInt(_0xe78d07(0x12d))/0x6*(-parseInt(_0xe78d07(0x166))/0x7)+-parseInt(_0xe78d07(0x205))/0x8*(-parseInt(_0xe78d07(0x12b))/0x9)+-parseInt(_0xe78d07(0x115))/0xa+parseInt(_0xe78d07(0x194))/0xb;if(_0x22f9cf===_0x451374)break;else _0x1ed8ba['push'](_0x1ed8ba['shift']());}catch(_0x369ba5){_0x1ed8ba['push'](_0x1ed8ba['shift']());}}}(a70_0x1d90,0x42af7));const path=require(a70_0x204b10(0x1cf)),logger=require(a70_0x204b10(0x17e))[a70_0x204b10(0x122)],helper=require(a70_0x204b10(0x13e)),utilities=require(a70_0x204b10(0x15b)),CLIUtils=require(a70_0x204b10(0x15a)),BrowserstackCLI=require(a70_0x204b10(0x1c7)),GrpcClient=require('../v2/grpcClient'),{printBuildLink}=require(a70_0x204b10(0x222)),registry=require(a70_0x204b10(0x136)),detectPeerDeps=()=>{const _0x1adadb=a70_0x204b10,_0x55a11a={};_0x55a11a[_0x1adadb(0x1fd)]=_0x1adadb(0x1df),_0x55a11a[_0x1adadb(0x169)]='testcafe\x20is\x20not\x20installed\x20in\x20your\x20project.\x20Run\x20\x27npm\x20install\x20--save-dev\x20testcafe\x27\x20before\x20using\x20\x27browserstack-node-sdk\x20testcafe\x27.';const _0x92ca90=_0x55a11a;try{require[_0x1adadb(0x1e2)](_0x92ca90['ZRJET'],{'paths':[process[_0x1adadb(0x131)]()]});}catch(_0xe0d2a5){throw new Error(_0x92ca90['DHaSL']);}},loadTestCafeFactory=()=>{const _0x1a6a5f=a70_0x204b10,_0x89e0d0={'hbvKl':_0x1a6a5f(0x1df),'nmqvI':function(_0x400b8c,_0x275756){return _0x400b8c(_0x275756);}},_0x751192=require[_0x1a6a5f(0x1e2)](_0x89e0d0[_0x1a6a5f(0x227)],{'paths':[process['cwd']()]});return _0x89e0d0[_0x1a6a5f(0x117)](require,_0x751192);},w3cDriver=require(a70_0x204b10(0x201)),KNOWN_LOCAL_BROWSERS=new Set([a70_0x204b10(0x121),a70_0x204b10(0x191),a70_0x204b10(0x16d),a70_0x204b10(0x161),a70_0x204b10(0x1dd),'ie',a70_0x204b10(0x18d),a70_0x204b10(0x204),a70_0x204b10(0x137),a70_0x204b10(0x20e)]),looksLikeBrowserArg=_0x5b6ffa=>{const _0x3d3a1d=a70_0x204b10,_0x3058ca={};_0x3058ca[_0x3d3a1d(0x21c)]=_0x3d3a1d(0x13d),_0x3058ca[_0x3d3a1d(0x1f9)]=_0x3d3a1d(0x19a),_0x3058ca[_0x3d3a1d(0x183)]='firefox:',_0x3058ca[_0x3d3a1d(0x21e)]=function(_0x1cbde1,_0x5ea6ee){return _0x1cbde1!==_0x5ea6ee;},_0x3058ca[_0x3d3a1d(0x1d1)]=_0x3d3a1d(0x1c4);const _0x2dcb3c=_0x3058ca,_0x2ad0f6=_0x2dcb3c['ElkjO'][_0x3d3a1d(0x1a3)]('|');let _0x4fc7dc=0x0;while(!![]){switch(_0x2ad0f6[_0x4fc7dc++]){case'0':if(_0x5b6ffa[_0x3d3a1d(0x1bb)](_0x2dcb3c[_0x3d3a1d(0x1f9)])||_0x5b6ffa[_0x3d3a1d(0x1bb)](_0x2dcb3c[_0x3d3a1d(0x183)]))return!![];continue;case'1':if(KNOWN_LOCAL_BROWSERS[_0x3d3a1d(0x118)](_0x5b6ffa[_0x3d3a1d(0x1fc)]()))return!![];continue;case'2':if(_0x5b6ffa[_0x3d3a1d(0x168)](':')&&!_0x5b6ffa['includes']('/'))return!![];continue;case'3':if(_0x2dcb3c[_0x3d3a1d(0x21e)](typeof _0x5b6ffa,_0x2dcb3c[_0x3d3a1d(0x1d1)]))return![];continue;case'4':return![];}break;}},_CONCURRENCY_PATTERN=/^(?:--concurrency|-c)(?:=(\d+))?$/,filterArgs=_0x554313=>{const _0x45c5c8=a70_0x204b10,_0x5c0adc={'SzCJV':function(_0x1df960,_0x3bf018){return _0x1df960<_0x3bf018;},'hoYzA':function(_0x13bb0f,_0x3e85cd){return _0x13bb0f===_0x3e85cd;},'qYmWb':_0x45c5c8(0x218),'tICVJ':'--browsers=','ibdcA':_0x45c5c8(0x1c6),'SaLBv':function(_0x15d533,_0x34811e,_0x159302){return _0x15d533(_0x34811e,_0x159302);},'qgAtk':function(_0x35c935,_0x3bb075){return _0x35c935+_0x3bb075;},'VtEyw':function(_0x5c1970,_0x51863f,_0x5b9c9){return _0x5c1970(_0x51863f,_0x5b9c9);},'GFkfX':function(_0xa414a2,_0x2ab99f){return _0xa414a2(_0x2ab99f);}},_0x100ee8=[];let _0x2891ea;for(let _0x5d96cb=0x0;_0x5c0adc['SzCJV'](_0x5d96cb,_0x554313[_0x45c5c8(0x15d)]);_0x5d96cb++){const _0x4f04fb=_0x554313[_0x5d96cb];if(_0x5c0adc[_0x45c5c8(0x158)](_0x4f04fb,'-b')||_0x5c0adc[_0x45c5c8(0x158)](_0x4f04fb,_0x5c0adc[_0x45c5c8(0x124)])){_0x5d96cb++;continue;}if(_0x4f04fb[_0x45c5c8(0x1bb)](_0x5c0adc['tICVJ'])||_0x4f04fb[_0x45c5c8(0x1bb)](_0x5c0adc['ibdcA']))continue;const _0x4a1a03=_0x4f04fb[_0x45c5c8(0x21f)](_CONCURRENCY_PATTERN);if(_0x4a1a03){if(_0x4a1a03[0x1]){_0x2891ea=_0x5c0adc[_0x45c5c8(0x189)](parseInt,_0x4a1a03[0x1],0xa);continue;}if(_0x554313[_0x5c0adc['qgAtk'](_0x5d96cb,0x1)]&&/^\d+$/[_0x45c5c8(0x1ef)](_0x554313[_0x5c0adc[_0x45c5c8(0x1ec)](_0x5d96cb,0x1)])){_0x2891ea=_0x5c0adc[_0x45c5c8(0x189)](parseInt,_0x554313[_0x5c0adc[_0x45c5c8(0x1ec)](_0x5d96cb,0x1)],0xa),_0x5d96cb++;continue;}continue;}const _0x29a530=_0x4f04fb[_0x45c5c8(0x21f)](/^-c(\d+)$/);if(_0x29a530){_0x2891ea=_0x5c0adc['VtEyw'](parseInt,_0x29a530[0x1],0xa);continue;}if(_0x5c0adc['GFkfX'](looksLikeBrowserArg,_0x4f04fb))continue;_0x100ee8[_0x45c5c8(0x1ba)](_0x4f04fb);}const _0x274cf9={};return _0x274cf9[_0x45c5c8(0x1f3)]=_0x100ee8,_0x274cf9[_0x45c5c8(0x1b4)]=_0x2891ea,_0x274cf9;},parseCapabilities=_0x3cf31e=>{const _0x3344e2=a70_0x204b10,_0x3e09a7={};_0x3e09a7[_0x3344e2(0x18c)]=_0x3344e2(0x1c8),_0x3e09a7[_0x3344e2(0x19d)]=_0x3344e2(0x186);const _0x4c8dbf=_0x3e09a7,_0x4f3399=_0x3cf31e[_0x3344e2(0x1ac)]&&_0x3cf31e[_0x3344e2(0x1ac)]()||_0x3cf31e[_0x3344e2(0x16a)];if(!_0x4f3399)throw new Error(_0x4c8dbf[_0x3344e2(0x18c)]);const _0x3bcf96=Buffer[_0x3344e2(0x210)](_0x4f3399)?_0x4f3399:Buffer[_0x3344e2(0x216)](_0x4f3399),_0x4d5c74=JSON[_0x3344e2(0x11e)](_0x3bcf96['toString'](_0x4c8dbf[_0x3344e2(0x19d)])[_0x3344e2(0x199)]());if(_0x4d5c74[_0x3344e2(0x1d3)])return _0x4d5c74[_0x3344e2(0x1d3)];if(_0x4d5c74[_0x3344e2(0x16a)]&&_0x4d5c74[_0x3344e2(0x16a)][_0x3344e2(0x220)])return _0x4d5c74['capabilities'][_0x3344e2(0x220)];return _0x4d5c74;};async function provisionSession(_0x3a299e,_0x1c357f){const _0x142d64=a70_0x204b10,_0x222350={'bvHRO':_0x142d64(0x1df),'iiJVv':function(_0x516be6,_0x43b27e){return _0x516be6(_0x43b27e);}};logger[_0x142d64(0x1b7)](_0x142d64(0x150)+_0x1c357f+']');const _0x33154e=await _0x3a299e[_0x142d64(0x1d7)](),_0x4f940d=await GrpcClient[_0x142d64(0x1ea)]()['driverInit']({'platformIndex':_0x1c357f,'ref':_0x222350['bvHRO'],'userInputParams':Buffer[_0x142d64(0x216)](JSON[_0x142d64(0x196)]({})),'hubUrl':''}),_0x52d8fd=_0x222350[_0x142d64(0x139)](parseCapabilities,_0x4f940d),_0x16db6b=(_0x4f940d[_0x142d64(0x123)]&&_0x4f940d['getHubUrl']()||_0x4f940d[_0x142d64(0x208)]||'')[_0x142d64(0x199)]()||BrowserstackCLI['getInstance']()?.[_0x142d64(0x157)]()?.[_0x142d64(0x208)]||process[_0x142d64(0x154)]['BROWSERSTACK_HUB_URL'];if(!_0x16db6b)throw new Error(_0x142d64(0x1c2)+_0x1c357f+_0x142d64(0x129));logger[_0x142d64(0x1b7)](_0x142d64(0x1a4)+_0x1c357f+']\x20hubUrl='+_0x16db6b);const _0xb8f077={};_0xb8f077[_0x142d64(0x208)]=_0x16db6b,_0xb8f077['capabilities']=_0x52d8fd;const {driver:_0x4ace12,sessionId:_0x230a04}=await w3cDriver[_0x142d64(0x17d)](_0xb8f077);await _0x4ace12[_0x142d64(0x18f)](_0x33154e[_0x142d64(0x1af)]);const _0x37e669={};_0x37e669[_0x142d64(0x176)]=_0x1c357f,_0x37e669[_0x142d64(0x145)]=_0x4ace12,_0x37e669['sessionId']=_0x230a04,_0x37e669[_0x142d64(0x1a9)]=_0x33154e,_0x37e669[_0x142d64(0x16a)]=_0x52d8fd,_0x37e669['hubUrl']=_0x16db6b,registry[_0x142d64(0x12f)](_0x37e669),logger[_0x142d64(0x1b7)](_0x142d64(0x1a4)+_0x1c357f+_0x142d64(0x213)+_0x230a04+'\x20→\x20'+_0x33154e[_0x142d64(0x1af)]);const _0x3aef3b={};return _0x3aef3b[_0x142d64(0x1a9)]=_0x33154e,_0x3aef3b['sessionId']=_0x230a04,_0x3aef3b[_0x142d64(0x145)]=_0x4ace12,_0x3aef3b['platformIndex']=_0x1c357f,_0x3aef3b[_0x142d64(0x16a)]=_0x52d8fd,_0x3aef3b['hubUrl']=_0x16db6b,_0x3aef3b;}async function run(_0x236fd1,_0x29e727,_0x211087){const _0x57f396=a70_0x204b10,_0x1b88c1={'CSVmG':function(_0x22bddc,_0x4fa968){return _0x22bddc(_0x4fa968);},'YVJyv':function(_0x2d9c3b,_0x4484c3,_0x2b0852){return _0x2d9c3b(_0x4484c3,_0x2b0852);},'eSOsC':function(_0x314250,_0x1abe74){return _0x314250===_0x1abe74;},'HTPLj':'function','rMaNc':function(_0xfaf115,_0x15cb14){return _0xfaf115(_0x15cb14);},'IYMXd':function(_0x189763,_0x388915){return _0x189763/_0x388915;},'McsEN':function(_0xbbfa16,_0xd52173){return _0xbbfa16/_0xd52173;},'BRHoW':function(_0x2a772a,_0x474db5){return _0x2a772a(_0x474db5);},'hrJhj':_0x57f396(0x1bc),'UseNr':function(_0x5a537e,_0x4f83bd){return _0x5a537e===_0x4f83bd;},'ZlMAG':_0x57f396(0x1c4),'TtJiB':'util','nAqCh':function(_0x14b967){return _0x14b967();},'pwFKU':_0x57f396(0x12e),'DsrJy':function(_0x22efc5,_0x3e470a){return _0x22efc5===_0x3e470a;},'ScJOl':function(_0x1ac45b,_0x7b3468){return _0x1ac45b===_0x7b3468;},'yrllK':_0x57f396(0x130),'mWaUC':function(_0x21a4b7,_0x4efa29){return _0x21a4b7===_0x4efa29;},'EoyWd':function(_0x4759f3,_0x300ec5){return _0x4759f3(_0x300ec5);},'yOvQe':function(_0x3ef856,_0x320abb){return _0x3ef856===_0x320abb;},'pMAuU':function(_0x506545,_0x146ed0){return _0x506545===_0x146ed0;},'UZBee':function(_0x116506,_0xb7956){return _0x116506===_0xb7956;},'iskxf':function(_0x3fbc17,_0x46e6fc){return _0x3fbc17&&_0x46e6fc;},'MSAgk':function(_0x4dc0c0,_0x20f2ea){return _0x4dc0c0!==_0x20f2ea;},'Eckeo':_0x57f396(0x1ad),'nunPt':'testcafe','iTKGQ':_0x57f396(0x135),'VecWx':function(_0x439849,_0x1c8cb7){return _0x439849+_0x1c8cb7;},'zActg':function(_0x170d8f,_0x502661){return _0x170d8f+_0x502661;},'DOFay':_0x57f396(0x190),'ZmIRc':_0x57f396(0x163),'yrfwv':function(_0x2f072b,_0x1e0e61){return _0x2f072b||_0x1e0e61;},'MVETl':function(_0x179d48,_0xc8aad5){return _0x179d48===_0xc8aad5;},'URFXJ':function(_0x46493d,_0x40c8b4){return _0x46493d>_0x40c8b4;},'mGspc':'[BrowserStack\x20SDK]\x20browserstack.yml\x20has\x20no\x20`platforms:`\x20—\x20nothing\x20to\x20run.\x0a','MEGod':_0x57f396(0x11f),'gZXXs':function(_0x48658e,_0x5d7731){return _0x48658e+_0x5d7731;},'Ktpma':function(_0x5a8473,_0x5240ca){return _0x5a8473===_0x5240ca;},'gkibj':'[BrowserStack\x20SDK]\x20No\x20test\x20source\x20given.\x20Usage:\x20browserstack-node-sdk\x20testcafe\x20<test-path>\x0a','PqoOf':function(_0x5f0315,_0xe41134){return _0x5f0315||_0xe41134;},'LdLCD':_0x57f396(0x12a),'Paxnt':_0x57f396(0x13a),'FwHTQ':function(_0x278601,_0x2b66e3){return _0x278601(_0x2b66e3);},'krwdx':_0x57f396(0x1ff),'AOflk':function(_0x1cde55,_0x52eda8){return _0x1cde55>_0x52eda8;},'TNnJR':_0x57f396(0x167),'UvYtO':_0x57f396(0x170),'YVrAi':'[BrowserStack\x20SDK]\x20TestCafeConfig\x20RPC\x20failed\x20during\x20rerun\x20—\x20cannot\x20determine\x20test\x20filter.\x20Aborting.\x0a','XXUKb':_0x57f396(0x13f),'fSzKR':_0x57f396(0x141),'xsfJE':'index.js','yQsgp':function(_0xe73390,_0x2a86a1){return _0xe73390===_0x2a86a1;},'vDdXU':function(_0x55813f,_0x46b57a){return _0x55813f===_0x46b57a;},'eNeit':function(_0x1ac9e4,_0x190b0e){return _0x1ac9e4(_0x190b0e);},'XJOJq':_0x57f396(0x17f),'UshIv':function(_0x3a3c74,_0x362b77){return _0x3a3c74<_0x362b77;},'ltXEW':function(_0x38331d,_0x4ef1b2){return _0x38331d===_0x4ef1b2;},'mWJPn':_0x57f396(0x218),'UcnIn':function(_0x3da15d,_0x14aafb){return _0x3da15d+_0x14aafb;},'CMRNJ':_0x57f396(0x184),'rAydX':_0x57f396(0x1c6),'JPATT':_0x57f396(0x121),'HGiHi':_0x57f396(0x14a),'LWiRB':'spec','TeozP':function(_0x45e497,_0x3c2616){return _0x45e497===_0x3c2616;},'RiQKr':'number','huuNp':function(_0x5553fb,_0x4532cc){return _0x5553fb>_0x4532cc;},'WEDKP':function(_0x37d6af,_0x2ec863){return _0x37d6af===_0x2ec863;},'sFTcS':function(_0x263163,_0x3d66fe){return _0x263163<_0x3d66fe;},'uaCRl':function(_0x433ef0,_0x1101c2){return _0x433ef0+_0x1101c2;},'msdVY':function(_0x951312,_0x3fb799,_0x53ec4d){return _0x951312(_0x3fb799,_0x53ec4d);},'beceJ':function(_0x58e586,_0x52dcea){return _0x58e586>_0x52dcea;},'rjdbl':function(_0x1f81f2,_0x4dd8b0){return _0x1f81f2*_0x4dd8b0;},'PFyJF':function(_0x2025e2,_0x56923d){return _0x2025e2!==_0x56923d;},'hDOXl':function(_0x2dd856,_0x47afd5){return _0x2dd856===_0x47afd5;},'ZBldk':_0x57f396(0x20c),'CawLm':_0x57f396(0x21b),'pKBUc':function(_0x7e09fd){return _0x7e09fd();}};_0x1b88c1[_0x57f396(0x20b)](detectPeerDeps);if(!_0x211087[_0x57f396(0x15f)]){logger['error'](_0x1b88c1['pwFKU']);return;}const _0x51ef7d=_0x211087['config'],_0x421bd9=_0x1b88c1[_0x57f396(0x200)](_0x51ef7d[_0x57f396(0x224)],![])||_0x1b88c1[_0x57f396(0x1d8)](_0x51ef7d[_0x57f396(0x224)],_0x1b88c1[_0x57f396(0x1db)])||_0x1b88c1[_0x57f396(0x144)](_0x1b88c1['EoyWd'](String,_0x51ef7d[_0x57f396(0x224)]||'')[_0x57f396(0x1fc)](),_0x1b88c1['yrllK']),_0x10f33c=_0x1b88c1[_0x57f396(0x173)](_0x51ef7d['browserstackLocal'],![])||_0x1b88c1[_0x57f396(0x200)](_0x51ef7d[_0x57f396(0x179)],_0x1b88c1[_0x57f396(0x1db)])||_0x1b88c1[_0x57f396(0x1e8)](_0x1b88c1[_0x57f396(0x133)](String,_0x1b88c1[_0x57f396(0x14b)](_0x51ef7d[_0x57f396(0x179)],undefined)?'':_0x51ef7d[_0x57f396(0x179)])[_0x57f396(0x1fc)](),_0x1b88c1[_0x57f396(0x1db)]);_0x1b88c1['iskxf'](!_0x421bd9,!_0x10f33c)&&_0x1b88c1[_0x57f396(0x1f8)](_0x51ef7d[_0x57f396(0x179)],!![])&&(logger[_0x57f396(0x1b7)](_0x1b88c1['Eckeo']),_0x51ef7d[_0x57f396(0x179)]=!![]);await _0x211087[_0x57f396(0x202)](_0x236fd1),CLIUtils[_0x57f396(0x211)](_0x1b88c1[_0x57f396(0x146)],_0x1b88c1[_0x57f396(0x146)]),BrowserstackCLI[_0x57f396(0x1ea)]()[_0x57f396(0x1d9)](_0x211087[_0x57f396(0x15f)],_0x211087['configPath'],_0x211087[_0x57f396(0x1ce)]);try{await BrowserstackCLI[_0x57f396(0x1ea)]()['bootstrap']();if(!BrowserstackCLI[_0x57f396(0x1ea)]()[_0x57f396(0x18b)]())throw new Error(_0x1b88c1['iTKGQ']);}catch(_0x192a70){process['stderr'][_0x57f396(0x11a)](_0x1b88c1[_0x57f396(0x15e)](_0x1b88c1[_0x57f396(0x1e7)](_0x57f396(0x1dc)+_0x192a70[_0x57f396(0x1c9)]+'\x0a',_0x1b88c1[_0x57f396(0x206)]),_0x1b88c1['ZmIRc'])),logger[_0x57f396(0x226)](_0x57f396(0x209)+(_0x192a70[_0x57f396(0x14d)]||_0x192a70)),process['exitCode']=0x1;return;}const _0xc7a8bd=BrowserstackCLI[_0x57f396(0x1ea)]()[_0x57f396(0x157)](),_0x57c495=_0x211087[_0x57f396(0x15f)]||{};let _0x46fa95=_0x1b88c1['yrfwv'](_0xc7a8bd,_0x57c495)||{},_0x1a4ff0=Array[_0x57f396(0x1c1)](_0x46fa95[_0x57f396(0x1f0)])?_0x46fa95['platforms']:[];_0x1b88c1[_0x57f396(0x1bd)](_0x1a4ff0['length'],0x0)&&Array[_0x57f396(0x1c1)](_0x57c495['platforms'])&&_0x1b88c1['URFXJ'](_0x57c495[_0x57f396(0x1f0)][_0x57f396(0x15d)],0x0)&&(logger[_0x57f396(0x113)]('testcafe/command.js:\x20cliConfig.platforms\x20is\x20empty;\x20falling\x20back\x20to\x20yml-loaded\x20browserstackSetup.config.platforms\x20(n='+_0x57c495[_0x57f396(0x1f0)][_0x57f396(0x15d)]+')'),_0x46fa95=_0x57c495,_0x1a4ff0=_0x57c495[_0x57f396(0x1f0)]);if(_0x1b88c1[_0x57f396(0x1bd)](_0x1a4ff0[_0x57f396(0x15d)],0x0)){process[_0x57f396(0x1be)][_0x57f396(0x11a)](_0x1b88c1['mGspc']),process['exitCode']=0x1;return;}if(_0x1b88c1['DsrJy'](_0x46fa95[_0x57f396(0x16f)],!![])||_0x46fa95[_0x57f396(0x16f)]&&_0x46fa95['percy'][_0x57f396(0x20f)]){const _0x247719=_0x1b88c1[_0x57f396(0x159)];process[_0x57f396(0x1be)][_0x57f396(0x11a)](_0x1b88c1[_0x57f396(0x193)](_0x247719,'\x0a')),logger[_0x57f396(0x113)](_0x247719);}const {testSources:_0x5a69d4,concurrency:_0x548036}=_0x1b88c1[_0x57f396(0x151)](filterArgs,_0x29e727['slice'](0x1));if(_0x1b88c1[_0x57f396(0x188)](_0x5a69d4[_0x57f396(0x15d)],0x0)){process['stderr'][_0x57f396(0x11a)](_0x1b88c1['gkibj']),process['exitCode']=0x1;return;}logger[_0x57f396(0x1b7)](_0x57f396(0x219)+JSON[_0x57f396(0x196)](_0x5a69d4)+_0x57f396(0x1b6)+_0x1a4ff0['length']+_0x57f396(0x1a8)+_0x1b88c1[_0x57f396(0x149)](_0x548036,_0x1b88c1[_0x57f396(0x212)]));let _0x4e02ff;try{_0x4e02ff=_0x1b88c1[_0x57f396(0x20b)](loadTestCafeFactory);}catch(_0x3f82c5){process[_0x57f396(0x1be)]['write'](_0x57f396(0x1d0)+_0x3f82c5[_0x57f396(0x1c9)]+'\x0a'),process[_0x57f396(0x1b5)]=0x1;return;}const _0x5ef07b=await _0x1b88c1['EoyWd'](_0x4e02ff,_0x1b88c1[_0x57f396(0x1b1)]);let _0x3abe78=0x1;const _0x295a97=0x7530,_0x547f2c=[],_0x5e0c14=(_0xc8e3eb,_0x7f67e4)=>{const _0x558aec=_0x57f396,_0x1685a4={'vhnDI':function(_0x51131d,_0x47189a){const _0x177c8c=a70_0x4921;return _0x1b88c1[_0x177c8c(0x180)](_0x51131d,_0x47189a);}},_0x2b2910=_0x1b88c1[_0x558aec(0x1b2)](setInterval,async()=>{const _0x1fd1d9=_0x558aec;try{await _0xc8e3eb[_0x1fd1d9(0x11d)]();}catch(_0x1e0c8b){logger[_0x1fd1d9(0x12c)](_0x1fd1d9(0x1c0)+_0x7f67e4+':\x20'+_0x1e0c8b[_0x1fd1d9(0x1c9)]+'\x20—\x20stopping\x20pings\x20for\x20this\x20session'),_0x1685a4[_0x1fd1d9(0x1e9)](clearInterval,_0x2b2910);}},_0x295a97);_0x1b88c1[_0x558aec(0x14f)](typeof _0x2b2910[_0x558aec(0x15c)],_0x1b88c1[_0x558aec(0x1a7)])&&_0x2b2910[_0x558aec(0x15c)](),_0x547f2c[_0x558aec(0x1ba)](_0x2b2910);},_0x8738ca=()=>{const _0x97815=_0x57f396;for(const _0x30de93 of _0x547f2c){_0x1b88c1['rMaNc'](clearInterval,_0x30de93);}_0x547f2c[_0x97815(0x15d)]=0x0;};_0x3abe78=0x0;const _0x161dfd=_0x1b88c1[_0x57f396(0x1d5)](require,_0x1b88c1['krwdx']);_0x161dfd['install']();try{const _0x1f9304=BrowserstackCLI[_0x57f396(0x1ea)]()['getAccessibilityModule']&&BrowserstackCLI['getInstance']()['getAccessibilityModule'](),_0x2a7b0a=_0x1f9304&&_0x1f9304[_0x57f396(0x177)]&&_0x1f9304[_0x57f396(0x177)]['options']&&_0x1f9304[_0x57f396(0x177)]['options'][_0x57f396(0x17b)]&&(_0x1f9304[_0x57f396(0x177)][_0x57f396(0x143)]['commandsToWrap'][_0x57f396(0x214)]||_0x1f9304[_0x57f396(0x177)]['options']['commandsToWrap']['commands']);if(Array[_0x57f396(0x1c1)](_0x2a7b0a)&&_0x1b88c1['AOflk'](_0x2a7b0a[_0x57f396(0x15d)],0x0)){const _0x1ea01b=_0x1b88c1['FwHTQ'](require,_0x1b88c1['TNnJR']),_0x22305a=_0x2a7b0a['map'](_0x49267a=>({'name':_0x49267a[_0x57f396(0x156)]&&_0x49267a[_0x57f396(0x156)]()||_0x49267a[_0x57f396(0x1f2)],'module':_0x49267a[_0x57f396(0x11c)]&&_0x49267a[_0x57f396(0x11c)]()||_0x49267a[_0x57f396(0x225)],'method':_0x49267a[_0x57f396(0x1ee)]&&_0x49267a[_0x57f396(0x1ee)]()||_0x49267a[_0x57f396(0x181)]}));_0x1ea01b['install'](_0x22305a);}else logger[_0x57f396(0x12c)](_0x1b88c1[_0x57f396(0x147)]);}catch(_0x50e1e5){logger['debug'](_0x57f396(0x14e)+(_0x50e1e5[_0x57f396(0x1c9)]||_0x50e1e5));}let _0x254a3e='',_0x4931e4=null;try{const _0x34a727=await GrpcClient[_0x57f396(0x1ea)]()[_0x57f396(0x1a6)]();_0x254a3e=_0x34a727['getRerunTestGrep']&&_0x34a727[_0x57f396(0x164)]()||_0x34a727[_0x57f396(0x162)]||'';if(_0x254a3e)try{_0x4931e4=new RegExp(_0x254a3e),logger[_0x57f396(0x1b7)](_0x57f396(0x1eb)+_0x254a3e);}catch(_0x1a0d6e){const _0x42cfec=_0x57f396(0x1de)+_0x1a0d6e[_0x57f396(0x1c9)]+'.\x20Pattern:\x20'+_0x254a3e;process[_0x57f396(0x1be)][_0x57f396(0x11a)](_0x1b88c1['gZXXs'](_0x42cfec,'\x0a')),logger['error'](_0x42cfec),process[_0x57f396(0x1b5)]=0x1;return;}}catch(_0x491baa){if(process[_0x57f396(0x154)][_0x57f396(0x127)]){const _0x5da044=_0x1b88c1[_0x57f396(0x1e4)];process['stderr'][_0x57f396(0x11a)](_0x5da044),logger['error'](_0x57f396(0x16e)+_0x491baa['message']),process[_0x57f396(0x1b5)]=0x1;return;}logger[_0x57f396(0x12c)](_0x1b88c1[_0x57f396(0x1a0)],_0x491baa);}const _0x5de775=_0x1b88c1[_0x57f396(0x151)](require,path[_0x57f396(0x1e2)](__dirname,_0x1b88c1[_0x57f396(0x187)],_0x1b88c1[_0x57f396(0x1aa)])),_0x5c2773=_0x1b88c1['yQsgp'](_0x46fa95[_0x57f396(0x224)],![])||_0x1b88c1[_0x57f396(0x1d8)](_0x46fa95[_0x57f396(0x224)],_0x1b88c1[_0x57f396(0x1db)])||_0x1b88c1[_0x57f396(0x195)](_0x1b88c1[_0x57f396(0x1cd)](String,_0x46fa95[_0x57f396(0x224)]||'')[_0x57f396(0x1fc)](),_0x1b88c1[_0x57f396(0x1db)]);if(_0x5c2773){logger[_0x57f396(0x1b7)](_0x1b88c1[_0x57f396(0x1e6)]);const _0x399e21=[];for(let _0x1acd13=0x0;_0x1b88c1[_0x57f396(0x1f1)](_0x1acd13,_0x29e727[_0x57f396(0x15d)]);_0x1acd13++){const _0x515e23=_0x29e727[_0x1acd13];if(_0x1b88c1[_0x57f396(0x207)](_0x515e23,'-b')||_0x1b88c1['vDdXU'](_0x515e23,_0x1b88c1['mWJPn'])){_0x29e727[_0x1b88c1['zActg'](_0x1acd13,0x1)]&&_0x399e21['push'](_0x29e727[_0x1b88c1[_0x57f396(0x20d)](_0x1acd13,0x1)]);_0x1acd13++;continue;}if(_0x515e23[_0x57f396(0x1bb)](_0x1b88c1['CMRNJ'])){_0x399e21[_0x57f396(0x1ba)](_0x515e23[_0x57f396(0x172)](_0x1b88c1[_0x57f396(0x153)][_0x57f396(0x15d)]));continue;}if(_0x515e23[_0x57f396(0x1bb)](_0x1b88c1[_0x57f396(0x148)])){_0x399e21['push'](_0x515e23[_0x57f396(0x172)](_0x1b88c1[_0x57f396(0x148)][_0x57f396(0x15d)]));continue;}_0x1b88c1[_0x57f396(0x1cd)](looksLikeBrowserArg,_0x515e23)&&_0x399e21[_0x57f396(0x1ba)](_0x515e23);}_0x1b88c1[_0x57f396(0x1bd)](_0x399e21[_0x57f396(0x15d)],0x0)&&(_0x399e21['push'](_0x1b88c1[_0x57f396(0x1ae)]),logger['info'](_0x1b88c1[_0x57f396(0x19f)]));let _0xdb4674=0x1;try{const _0x1b29ed=_0x5ef07b[_0x57f396(0x19c)]();_0x1b29ed['src'](_0x5a69d4),_0x1b29ed[_0x57f396(0x126)](_0x399e21),_0x1b29ed[_0x57f396(0x141)]([_0x1b88c1[_0x57f396(0x160)],_0x5de775]),_0x1b88c1[_0x57f396(0x13c)](typeof _0x548036,_0x1b88c1[_0x57f396(0x1d4)])&&_0x1b88c1['huuNp'](_0x548036,0x0)&&_0x1b29ed[_0x57f396(0x1b4)](_0x548036),_0x4931e4&&_0x1b29ed['filter'](_0x1fb6b7=>_0x4931e4['test'](_0x1fb6b7)),_0xdb4674=await _0x1b29ed[_0x57f396(0x1d6)](),logger[_0x57f396(0x1b7)](_0x57f396(0x138)+_0xdb4674);}catch(_0x32abab){logger[_0x57f396(0x226)](_0x57f396(0x18e)+(_0x32abab[_0x57f396(0x14d)]||_0x32abab)),process['stderr'][_0x57f396(0x11a)](_0x57f396(0x1a5)+_0x32abab[_0x57f396(0x1c9)]+'\x0a'),_0xdb4674=0x1;}finally{_0x3abe78=_0xdb4674;try{_0x161dfd[_0x57f396(0x116)]();}catch(_0xfff0ae){}try{await _0x5ef07b[_0x57f396(0x1e3)]();}catch(_0x44bf03){logger[_0x57f396(0x12c)]('tc.close\x20error:\x20'+_0x44bf03[_0x57f396(0x1c9)]);}try{const _0x164173=BrowserstackCLI['getInstance']()[_0x57f396(0x175)]();_0x164173&&_0x1b88c1['WEDKP'](typeof _0x164173['finalizeOrphans'],_0x1b88c1[_0x57f396(0x1a7)])&&await _0x164173[_0x57f396(0x1a1)]();}catch(_0x43343a){logger['debug'](_0x57f396(0x1d2)+_0x43343a[_0x57f396(0x1c9)]);}const _0x2dca16=BrowserstackCLI[_0x57f396(0x21a)]();await BrowserstackCLI[_0x57f396(0x1ea)]()[_0x57f396(0x221)]()['catch'](_0x323db1=>{const _0x440ac7=_0x57f396;logger[_0x440ac7(0x12c)](_0x440ac7(0x1cb)+_0x323db1[_0x440ac7(0x1c9)]);}),_0x1b88c1[_0x57f396(0x20b)](printBuildLink),await utilities[_0x57f396(0x152)](_0x211087,_0x2dca16)[_0x57f396(0x155)](_0xec7d46=>{const _0x37e93a=_0x57f396;logger[_0x37e93a(0x12c)](_0x37e93a(0x14c)+_0xec7d46[_0x37e93a(0x1c9)]);}),process[_0x57f396(0x1b5)]=_0x3abe78,logger[_0x57f396(0x1b7)]('testcafe/command.js:\x20exit\x20code='+_0x3abe78);}return;}try{for(let _0x407faa=0x0;_0x1b88c1['sFTcS'](_0x407faa,_0x1a4ff0[_0x57f396(0x15d)]);_0x407faa++){logger[_0x57f396(0x1b7)]('testcafe/command.js:\x20starting\x20platform['+_0x407faa+_0x57f396(0x1f6)+_0x1b88c1[_0x57f396(0x197)](_0x407faa,0x1)+'/'+_0x1a4ff0[_0x57f396(0x15d)]+')');let _0x53015b=0x1,_0x3df72b=null,_0x5d9939=null;try{_0x3df72b=await _0x1b88c1[_0x57f396(0x1cc)](provisionSession,_0x5ef07b,_0x407faa),_0x1b88c1['msdVY'](_0x5e0c14,_0x3df72b[_0x57f396(0x145)],_0x3df72b[_0x57f396(0x1e5)]);const _0x1639e4=_0x5ef07b['createRunner']();_0x1639e4[_0x57f396(0x192)](_0x5a69d4),_0x1639e4['browsers']([_0x3df72b[_0x57f396(0x1a9)]]),_0x1639e4[_0x57f396(0x141)]([_0x1b88c1['LWiRB'],_0x5de775]);_0x1b88c1[_0x57f396(0x1ca)](typeof _0x548036,_0x1b88c1[_0x57f396(0x1d4)])&&_0x1b88c1[_0x57f396(0x171)](_0x548036,0x0)&&_0x1639e4['concurrency'](_0x548036);_0x4931e4&&_0x1639e4[_0x57f396(0x1b9)](_0x1ea074=>_0x4931e4[_0x57f396(0x1ef)](_0x1ea074));const _0x5668d5=_0x46fa95&&_0x46fa95[_0x57f396(0x142)]||0x12c,_0x20d3e1=_0x1b88c1[_0x57f396(0x13b)](_0x1b88c1[_0x57f396(0x1e7)](_0x5668d5,0x3c),0x3e8);_0x53015b=await Promise[_0x57f396(0x182)]([_0x1639e4['run'](),new Promise(_0x3f212e=>setTimeout(()=>{const _0x2395f9=_0x57f396;logger[_0x2395f9(0x113)]('testcafe/command.js:\x20platform['+_0x407faa+']\x20runner.run()\x20timed\x20out\x20after\x20'+_0x1b88c1['IYMXd'](_0x20d3e1,0x3e8)+_0x2395f9(0x134)),_0x5d9939=_0x2395f9(0x1c3)+_0x1b88c1[_0x2395f9(0x1fa)](_0x20d3e1,0x3e8)+_0x2395f9(0x21d),_0x1b88c1[_0x2395f9(0x133)](_0x3f212e,0x1);},_0x20d3e1))]),logger['info'](_0x57f396(0x19b)+_0x407faa+_0x57f396(0x119)+_0x53015b),_0x1b88c1[_0x57f396(0x203)](_0x53015b,0x0)&&!_0x5d9939&&(_0x5d9939=_0x57f396(0x140)+_0x53015b);}catch(_0x69ea6b){const _0x4f8414=((()=>{const _0x38a4cb=_0x57f396;if(!_0x69ea6b)return _0x1b88c1['hrJhj'];if(_0x1b88c1[_0x38a4cb(0x1ca)](typeof _0x69ea6b,_0x1b88c1[_0x38a4cb(0x1c5)]))return _0x69ea6b;if(_0x1b88c1[_0x38a4cb(0x1ca)](typeof _0x69ea6b[_0x38a4cb(0x1c9)],_0x1b88c1[_0x38a4cb(0x1c5)])&&_0x69ea6b[_0x38a4cb(0x1c9)])return _0x69ea6b['message'];try{return JSON[_0x38a4cb(0x196)](_0x69ea6b['message']??_0x69ea6b,null,0x2);}catch(_0x226c92){const _0x844b17={};return _0x844b17[_0x38a4cb(0x19e)]=0x4,_0x1b88c1['BRHoW'](require,_0x1b88c1['TtJiB'])[_0x38a4cb(0x174)](_0x69ea6b[_0x38a4cb(0x1c9)]??_0x69ea6b,_0x844b17);}})()),_0x473080={};_0x473080[_0x57f396(0x198)]=_0x69ea6b&&_0x69ea6b[_0x57f396(0x198)],_0x473080[_0x57f396(0x1ab)]=_0x69ea6b&&_0x69ea6b[_0x57f396(0x1ab)],_0x473080[_0x57f396(0x16c)]=_0x69ea6b&&_0x69ea6b[_0x57f396(0x16c)],_0x473080[_0x57f396(0x1f2)]=_0x69ea6b&&_0x69ea6b['name'],_0x473080[_0x57f396(0x1b3)]=_0x69ea6b&&_0x69ea6b[_0x57f396(0x1b3)]&&_0x69ea6b['constructor'][_0x57f396(0x1f2)];const _0x3f7241=_0x473080;logger[_0x57f396(0x226)](_0x57f396(0x19b)+_0x407faa+']\x20run\x20failed\x20—\x20'+_0x4f8414+'\x20(meta='+JSON[_0x57f396(0x196)](_0x3f7241)+')\x0a'+(_0x69ea6b&&_0x69ea6b['stack']||'')),process['stderr']['write'](_0x57f396(0x1fb)+_0x407faa+']:\x20'+_0x4f8414+'\x0a'),_0x53015b=0x1,_0x5d9939=_0x4f8414;}finally{try{if(_0x3df72b&&_0x1b88c1[_0x57f396(0x203)](_0x3df72b[_0x57f396(0x176)],undefined)){const _0x319d84=_0x1b88c1[_0x57f396(0x17c)](_0x53015b,0x0)?_0x1b88c1[_0x57f396(0x132)]:_0x1b88c1[_0x57f396(0x1bf)],_0x291540=_0x5d9939;registry[_0x57f396(0x217)](_0x3df72b[_0x57f396(0x176)],_0x319d84,_0x291540);}}catch(_0x985521){logger[_0x57f396(0x113)](_0x57f396(0x18a)+_0x407faa+_0x57f396(0x1a2)+_0x985521['message']);}await registry['quitAll'](),_0x1b88c1[_0x57f396(0x20b)](_0x8738ca);}_0x1b88c1['PFyJF'](_0x53015b,0x0)&&_0x1b88c1[_0x57f396(0x1e8)](_0x3abe78,0x0)&&(_0x3abe78=_0x53015b);}}finally{try{_0x161dfd[_0x57f396(0x116)]();}catch(_0xc73040){}try{await _0x5ef07b[_0x57f396(0x1e3)]();}catch(_0x3f0552){logger[_0x57f396(0x12c)](_0x57f396(0x1ed)+_0x3f0552[_0x57f396(0x1c9)]);}try{const _0x1b6c88=BrowserstackCLI[_0x57f396(0x1ea)]()[_0x57f396(0x175)]();_0x1b6c88&&_0x1b88c1['DsrJy'](typeof _0x1b6c88[_0x57f396(0x1a1)],_0x1b88c1['HTPLj'])&&await _0x1b6c88[_0x57f396(0x1a1)]();}catch(_0x556b4e){logger[_0x57f396(0x12c)](_0x57f396(0x1d2)+_0x556b4e[_0x57f396(0x1c9)]);}const _0x9555ad=BrowserstackCLI[_0x57f396(0x21a)]();await BrowserstackCLI[_0x57f396(0x1ea)]()[_0x57f396(0x221)]()[_0x57f396(0x155)](_0x570839=>{const _0x2becb7=_0x57f396;logger[_0x2becb7(0x12c)](_0x2becb7(0x1cb)+_0x570839[_0x2becb7(0x1c9)]);}),_0x1b88c1[_0x57f396(0x165)](printBuildLink),await utilities['finalExecution'](_0x211087,_0x9555ad)[_0x57f396(0x155)](_0x97d9d3=>{const _0xd159c2=_0x57f396;logger[_0xd159c2(0x12c)](_0xd159c2(0x14c)+_0x97d9d3[_0xd159c2(0x1c9)]);}),process[_0x57f396(0x1b5)]=_0x3abe78,logger[_0x57f396(0x1b7)](_0x57f396(0x1b8)+_0x3abe78);}}let _isExiting=![];function a70_0x1d90(){const _0x227c92=['finalExecution','CMRNJ','env','catch','getName','getConfig','hoYzA','MEGod','../v2/cliUtils','../../helpers/utilities','unref','length','VecWx','config','LWiRB','safari','rerunTestGrep','Accessibility,\x20and\x20Percy\x20all\x20require\x20the\x20binary.\x0a','getRerunTestGrep','pKBUc','101927odgzQf','./testcafe-action-patcher','includes','DHaSL','capabilities','removeListener','data','firefox','testcafe/command.js:\x20TestCafeConfig\x20RPC\x20failed\x20during\x20rerun:\x20','percy','testcafe/command.js:\x20accessibility\x20commandsToWrap\x20not\x20available,\x20skipping\x20TestController\x20patch','beceJ','slice','yOvQe','inspect','getTestFramework','platformIndex','accessibilityConfig','627860kjNmTX','browserstackLocal','listEntries','commandsToWrap','hDOXl','openSession','../../helpers/logger','testcafe/command.js:\x20browserstackAutomation=false\x20—\x20running\x20TestCafe\x20LOCALLY\x20(no\x20remote\x20session)\x20and\x20reporting\x20to\x20TRA\x20only','CSVmG','method','race','fqpeb','--browsers=','RWuOn','utf8','fSzKR','Ktpma','SaLBv','testcafe/command.js:\x20markStatus\x20failed\x20for\x20platform[','isRunning','moVYr','opera','testcafe/command.js:\x20local\x20run\x20failed\x20—\x20','navigateTo','Aborting\x20TestCafe\x20run\x20—\x20capability\x20resolution,\x20build\x20creation,\x20Observability,\x20','chromium','src','gZXXs','9832559kuSaYx','vDdXU','stringify','uaCRl','code','trim','chrome:','testcafe/command.js:\x20platform[','createRunner','EjRbf','depth','HGiHi','XXUKb','finalizeOrphans',']:\x20','split','[testcafe]\x20platform[','[BrowserStack\x20SDK]\x20TestCafe\x20local\x20run\x20failed:\x20','testCafeConfig','HTPLj',',\x20concurrency=','connection','xsfJE','type','getCapabilities','testcafe/command.js:\x20forcing\x20browserstackLocal=true\x20(TestCafe\x20hammerhead\x20requires\x20Local\x20tunnel\x20for\x20bs-local.com\x20reachability\x20from\x20remote\x20browsers)','JPATT','url','RkeDl','Paxnt','YVJyv','constructor','concurrency','exitCode',',\x20platforms=','info','testcafe/command.js:\x20exit\x20code=','filter','push','startsWith','unknown\x20error\x20(falsy)','MVETl','stderr','CawLm','[testcafe-keepalive]\x20ping\x20failed\x20for\x20','isArray','[testcafe]\x20DriverInit\x20returned\x20no\x20hubUrl\x20for\x20platform[','runner.run()\x20exceeded\x20','string','ZlMAG','-b=','../v2/browserstackCLI','DriverInit\x20returned\x20no\x20capabilities','message','UseNr','BrowserstackCLI.stop\x20error:\x20','msdVY','eNeit','cliConfig','path','[BrowserStack\x20SDK]\x20Failed\x20to\x20load\x20testcafe:\x20','tpZHQ','finalizeOrphans\x20error:\x20','desiredCapabilities','RiQKr','FwHTQ','run','createBrowserConnection','ScJOl','setBrowserstackConfig','229673OfqDic','yrllK','[BrowserStack\x20SDK]\x20Binary\x20failed\x20to\x20start:\x20','edge','[BrowserStack\x20SDK]\x20TestCafe\x20rerun\x20filter\x20from\x20binary\x20is\x20not\x20a\x20valid\x20regex:\x20','testcafe','pid','fIkDI','resolve','close','YVrAi','sessionId','XJOJq','zActg','pMAuU','vhnDI','getInstance','testcafe/command.js:\x20applied\x20rerun\x20filter\x20','qgAtk','tc.close\x20error:\x20','getMethod','test','platforms','UshIv','name','testSources','exports','8UyXXrk',']\x20(','11673BVHadY','MSAgk','krKnB','McsEN','[BrowserStack\x20SDK]\x20TestCafe\x20run\x20failed\x20on\x20platform[','toLowerCase','ZRJET','quitAll','./stdout-interceptor','DsrJy','./w3c-driver','initialize','PFyJF','chrome:headless','136DbkNhc','DOFay','ltXEW','hubUrl','testcafe/command.js:\x20bootstrap\x20failed\x20—\x20','18DpnZPO','nAqCh','passed','UcnIn','remote','projectToken','isBuffer','setFrameworkDetail','LdLCD',']\x20BrowserStack\x20session=','commandsList','\x20before\x20runner.run()\x20completed','from','markStatus','--browsers','testcafe/command.js:\x20testSources=','isCLIEnabled','failed','ElkjO','s\x20timeout\x20(idleTimeout\x20+\x2060s)','BdDHW','match','alwaysMatch','stop','../../helpers/test-observability/utils','SIGINT','browserstackAutomation','module','error','hbvKl','warn','ORNXm','2708520zKIMmJ','uninstall','nmqvI','has',']\x20finished\x20with\x20exit=','write','zfDhA','getModule','getCurrentUrl','parse','[BrowserStack\x20SDK]\x20Percy\x20is\x20not\x20yet\x20supported\x20for\x20TestCafe\x20—\x20per-test\x20snapshot\x20instrumentation\x20is\x20in\x20development.\x20Remove\x20`percy`\x20from\x20browserstack.yml\x20or\x20wait\x20for\x20the\x20next\x20release\x20that\x20wires\x20it.','FhBVk','chrome','winstonLogger','getHubUrl','qYmWb','kill','browsers','BROWSERSTACK_RERUN','SIGTERM',']\x20—\x20cannot\x20open\x20BrowserStack\x20session','default','27657hQEsBZ','debug','18sDHcbF','BrowserStack\x20config\x20file\x20(browserstack.yml)\x20not\x20found.','register','false','cwd','ZBldk','BRHoW','s\x20—\x20abandoning\x20to\x20per-platform\x20cleanup','BrowserstackCLI.bootstrap()\x20completed\x20but\x20binary\x20is\x20not\x20running','./session-registry','firefox:headless','testcafe/command.js:\x20local\x20run\x20finished\x20with\x20exit=','iiJVv','bs-local.com','rjdbl','TeozP','3|2|1|0|4','../../helpers/helper','testcafe/command.js:\x20TestCafeConfig\x20RPC\x20failed\x20(non-rerun\x20run,\x20continuing\x20without\x20filter)','TestCafe\x20runner\x20exited\x20with\x20code\x20','reporter','idleTimeout','options','mWaUC','driver','nunPt','UvYtO','rAydX','PqoOf','testcafe/command.js:\x20no\x20browser\x20arg\x20found\x20in\x20CLI\x20—\x20defaulting\x20local\x20run\x20to\x20chrome','UZBee','finalExecution\x20error:\x20','stack','testcafe/command.js:\x20accessibility\x20patch\x20failed:\x20','eSOsC','[testcafe]\x20provisioning\x20session\x20for\x20platform[','rMaNc'];a70_0x1d90=function(){return _0x227c92;};return a70_0x1d90();}const propagateSignal=_0x414af3=>{const _0x19896c=a70_0x204b10,_0xba99ca={};_0xba99ca['zfDhA']=_0x19896c(0x21b),_0xba99ca['cgGbR']=_0x19896c(0x223),_0xba99ca[_0x19896c(0x1b0)]=_0x19896c(0x128);const _0x2834c2=_0xba99ca;if(_isExiting)return;_isExiting=!![],((async()=>{const _0x125938=_0x19896c;try{const _0x23b193=registry[_0x125938(0x17a)]();for(const _0x3538dd of _0x23b193){try{registry[_0x125938(0x217)](_0x3538dd[_0x125938(0x176)],_0x2834c2[_0x125938(0x11b)],'Aborted\x20by\x20'+_0x414af3+_0x125938(0x215));}catch(_0x55c42d){}}await Promise['race']([registry[_0x125938(0x1fe)](),new Promise(_0x3719b7=>setTimeout(_0x3719b7,0x1388))]);}catch(_0xdada9b){}process[_0x125938(0x16b)](_0x2834c2['cgGbR'],_sigintHandler),process[_0x125938(0x16b)](_0x2834c2[_0x125938(0x1b0)],_sigtermHandler),process[_0x125938(0x125)](process[_0x125938(0x1e0)],_0x414af3);})());};function a70_0x4921(_0x5dee75,_0x168a06){const _0x1d900a=a70_0x1d90();return a70_0x4921=function(_0x492133,_0x4acd2e){_0x492133=_0x492133-0x113;let _0x1484ca=_0x1d900a[_0x492133];return _0x1484ca;},a70_0x4921(_0x5dee75,_0x168a06);}function _sigintHandler(){const _0x21ea22=a70_0x204b10,_0x1ea87b={'FhBVk':function(_0x1fb7fa,_0x5d073e){return _0x1fb7fa(_0x5d073e);},'fIkDI':_0x21ea22(0x223)};_0x1ea87b[_0x21ea22(0x120)](propagateSignal,_0x1ea87b[_0x21ea22(0x1e1)]);}function _sigtermHandler(){const _0x56ef62=a70_0x204b10,_0x5433db={'RWuOn':function(_0x417789,_0x2b300e){return _0x417789(_0x2b300e);},'ORNXm':'SIGTERM'};_0x5433db[_0x56ef62(0x185)](propagateSignal,_0x5433db[_0x56ef62(0x114)]);}process['on'](a70_0x204b10(0x223),_sigintHandler),process['on'](a70_0x204b10(0x128),_sigtermHandler),module[a70_0x204b10(0x1f4)]=run;
@@ -1 +1 @@
1
- 'use strict';function a71_0xbbe7(){const _0x49b4e5=['[testcafe-reporter]\x20QUIT/POST\x20trackEvent\x20failed\x20for\x20userAgent=','4InDNLJ','UuZYS','../../v2/browserstackCLI','currentTaskInfo','cDDgt','../session-registry','userAgent','trackEvent','sessionId','listEntries','\x20browsers','stack','skippedCount','AFTER_ALL','rJOon','ylJKS','exports','length','pcNqS','UJGRL','map','info','../../v2/TestInfo','isArray','[testcafe-reporter]\x20reportTestStart:\x20','fixtureName','QUIT','AFTER_EACH','meta','658434UsXgvD','winstonLogger','test','iterAllInstances','testStartInfo','testCount','\x20tests\x20across\x20','31591467DxSZmV','message','isInteger','[testcafe-reporter]\x20swallowed\x20error\x20in\x20','debug','POST','7368774OznfYW','userAgents','sbTDy','\x20@\x20','durationMs','getAutomationFramework','TEST','skipped','lUhHw','BEFORE_ALL','name','capabilities','nFsbg','YVkWX','pop','bkUSY','BEFORE_EACH','handler','2593287shcIwt','quarantine','HqoMj','1136324XhfjyU','push','instance','startTime','testRunInfo','fixtureStack','6742472WkkkEM','BYSRz','INIT_TEST','../../v2/framework/testcafeAutomationFramework','gJSAt','endTime','2rRWGIV','1526415MFGfrZ','PRE','testcafe','hubUrl','getInstance','properties','taskStructure','testName','isRunning','platformIndex','errs','getTestFramework','VauGt','unknown','CREATE','./tcUtils','fixturePath','unstable','FPIZY','[testcafe-reporter]\x20reportTestDone:\x20','10FBWzpX'];a71_0xbbe7=function(){return _0x49b4e5;};return a71_0xbbe7();}const a71_0x11656d=a71_0x3f8b;function a71_0x3f8b(_0x49d775,_0x2fa385){const _0xbbe731=a71_0xbbe7();return a71_0x3f8b=function(_0x3f8ba1,_0x1e26e7){_0x3f8ba1=_0x3f8ba1-0x98;let _0x1c67d8=_0xbbe731[_0x3f8ba1];return _0x1c67d8;},a71_0x3f8b(_0x49d775,_0x2fa385);}(function(_0x24a1ec,_0x188648){const _0x57e19b=a71_0x3f8b,_0x2eef63=_0x24a1ec();while(!![]){try{const _0xf917c4=-parseInt(_0x57e19b(0xb2))/0x1*(parseInt(_0x57e19b(0xa6))/0x2)+-parseInt(_0x57e19b(0xa3))/0x3+parseInt(_0x57e19b(0xc9))/0x4*(-parseInt(_0x57e19b(0xb3))/0x5)+-parseInt(_0x57e19b(0xf3))/0x6+parseInt(_0x57e19b(0xe6))/0x7+parseInt(_0x57e19b(0xac))/0x8+-parseInt(_0x57e19b(0xed))/0x9*(-parseInt(_0x57e19b(0xc7))/0xa);if(_0xf917c4===_0x188648)break;else _0x2eef63['push'](_0x2eef63['shift']());}catch(_0x9dd23a){_0x2eef63['push'](_0x2eef63['shift']());}}}(a71_0xbbe7,0xdede5));const path=require('path'),{getTestIdentifier,getFixtureIdentifier,synthesizeTestObject,getScreenshotPaths,formatError}=require(a71_0x11656d(0xc2)),logger=require('../../../helpers/logger')[a71_0x11656d(0xe7)],BrowserstackCLI=require(a71_0x11656d(0xcb)),TestFrameworkState=require('../../v2/state/testFrameworkState'),AutomationFrameworkState=require('../../v2/state/automationFrameworkState'),HookState=require('../../v2/state/hookState'),TestInfo=require(a71_0x11656d(0xdf)),AutomationFramework=require('../../v2/framework/automationFramework'),TestCafeAutomationFramework=require(a71_0x11656d(0xaf)),sessionRegistry=require(a71_0x11656d(0xce));module[a71_0x11656d(0xd9)]=function(_0x418aa0){const _0x2a72c7=a71_0x11656d,_0x3eb0e5={'FPIZY':function(_0x41b034,..._0x6c2da4){return _0x41b034(..._0x6c2da4);},'ylJKS':_0x2a72c7(0xa2),'YqlNs':_0x2a72c7(0xb5),'bkUSY':function(_0x3e8c45,_0x1f6fc6){return _0x3e8c45===_0x1f6fc6;},'BYSRz':'function','HtfTl':function(_0x2ce358,_0x51d049){return _0x2ce358===_0x51d049;},'rJOon':function(_0x5c553e,_0x3b1f31){return _0x5c553e<_0x3b1f31;},'UJGRL':function(_0x9ef9a3,_0x57c9ba){return _0x9ef9a3||_0x57c9ba;},'nFsbg':function(_0x5d5709,_0x1450aa){return _0x5d5709===_0x1450aa;},'vcZow':function(_0x527e4,_0x578520){return _0x527e4-_0x578520;},'gJSAt':_0x2a72c7(0xc0),'VauGt':function(_0x4bbd5f,_0x5a346d,_0x2ac29f){return _0x4bbd5f(_0x5a346d,_0x2ac29f);},'TmdKy':function(_0x217eb2,_0x48eed9){return _0x217eb2===_0x48eed9;},'HqoMj':function(_0x2bfeb6,_0x3f454d){return _0x2bfeb6(_0x3f454d);},'lUhHw':function(_0x15c9e7,_0x56df3f){return _0x15c9e7(_0x56df3f);},'NdDoK':function(_0x1cd483,_0x4befd8,_0x50b784){return _0x1cd483(_0x4befd8,_0x50b784);},'pcNqS':function(_0x167462,_0x5352a4){return _0x167462===_0x5352a4;},'UuZYS':function(_0x253e32,_0x41d86e){return _0x253e32(_0x41d86e);},'cDDgt':function(_0x47e4d6,_0x40b095){return _0x47e4d6===_0x40b095;},'sbTDy':function(_0x25dc11,_0x131664){return _0x25dc11+_0x131664;},'JJBWC':function(_0x1e0ae8,_0x260bb8){return _0x1e0ae8(_0x260bb8);},'YVkWX':function(_0x2182a2,_0x3a6c9a){return _0x2182a2(_0x3a6c9a);}},_0x51b2bd={'options':_0x3eb0e5['UJGRL'](_0x418aa0,{}),'fixtureStack':[],'currentTaskInfo':null},_0x5304ed=_0x12541e=>async(..._0x2d4458)=>{const _0x44bd40=_0x2a72c7;try{return await _0x3eb0e5[_0x44bd40(0xc5)](_0x12541e,..._0x2d4458);}catch(_0x1838c8){logger['error'](_0x44bd40(0xf0)+(_0x12541e['name']||_0x3eb0e5[_0x44bd40(0xd8)])+':\x20'+(_0x1838c8[_0x44bd40(0xd4)]||_0x1838c8));}};return{'reportTaskStart':_0x3eb0e5['HqoMj'](_0x5304ed,async function _0x4ae875(_0x53d16c,_0x121d2e,_0x53eb0c,_0xe59b6b,_0x2f81e0){const _0x3abd17=_0x2a72c7,_0x565f6b={};_0x565f6b[_0x3abd17(0xa9)]=_0x53d16c,_0x565f6b['userAgents']=_0x121d2e,_0x565f6b[_0x3abd17(0xeb)]=_0x53eb0c,_0x565f6b[_0x3abd17(0xb9)]=_0xe59b6b,_0x565f6b[_0x3abd17(0xb8)]=_0x2f81e0,_0x51b2bd['currentTaskInfo']=_0x565f6b,logger[_0x3abd17(0xde)]('[testcafe-reporter]\x20reportTaskStart:\x20'+_0x53eb0c+_0x3abd17(0xec)+_0x121d2e['length']+_0x3abd17(0xd3)),TestInfo['setup']&&TestInfo['setup'](_0x3eb0e5['YqlNs']);if(!BrowserstackCLI[_0x3abd17(0xb7)]()||!BrowserstackCLI[_0x3abd17(0xb7)]()[_0x3abd17(0xbb)]())return;const _0x58dbea=BrowserstackCLI[_0x3abd17(0xb7)](),_0x237ccc=_0x58dbea[_0x3abd17(0xbe)]();if(_0x237ccc&&_0x3eb0e5['bkUSY'](typeof _0x237ccc['trackEvent'],_0x3eb0e5['BYSRz'])){const _0x56e1be={};_0x56e1be['startTime']=_0x53d16c,_0x56e1be[_0x3abd17(0xf4)]=_0x121d2e,_0x56e1be[_0x3abd17(0xeb)]=_0x53eb0c,_0x56e1be['taskStructure']=_0xe59b6b,await _0x237ccc[_0x3abd17(0xd0)](TestFrameworkState[_0x3abd17(0xae)],HookState['PRE'],_0x56e1be);}const _0xb949aa=_0x58dbea[_0x3abd17(0xf8)](),_0x24b8b9=sessionRegistry[_0x3abd17(0xd2)]();if(_0xb949aa&&_0x3eb0e5['HtfTl'](typeof _0xb949aa[_0x3abd17(0xd0)],_0x3eb0e5[_0x3abd17(0xad)]))for(let _0x5cbe92=0x0;_0x3eb0e5[_0x3abd17(0xd7)](_0x5cbe92,(_0x121d2e||[])[_0x3abd17(0xda)]);_0x5cbe92++){const _0x5c2e0e=_0x121d2e[_0x5cbe92],_0x2fb414=_0x24b8b9[_0x5cbe92]||{};await _0xb949aa[_0x3abd17(0xd0)](AutomationFrameworkState[_0x3abd17(0xc1)],HookState['POST'],{'userAgent':_0x5c2e0e,'startTime':_0x53d16c,'driver':_0x2fb414['driver'],'sessionId':_0x2fb414[_0x3abd17(0xd1)],'platformIndex':Number[_0x3abd17(0xef)](_0x2fb414['platformIndex'])?_0x2fb414[_0x3abd17(0xbc)]:_0x5cbe92,'capabilities':_0x2fb414[_0x3abd17(0x9c)]||{},'hubUrl':_0x2fb414[_0x3abd17(0xb6)]||''});}}),'reportFixtureStart':_0x3eb0e5[_0x2a72c7(0x99)](_0x5304ed,async function _0x273df8(_0x34ffe1,_0x22243c,_0x345716){const _0x1ce742=_0x2a72c7,_0x566041={'name':_0x34ffe1,'path':_0x22243c,'meta':_0x3eb0e5[_0x1ce742(0xdc)](_0x345716,{})};_0x51b2bd[_0x1ce742(0xab)][_0x1ce742(0xa7)](_0x566041),logger['debug']('[testcafe-reporter]\x20reportFixtureStart:\x20'+_0x34ffe1+_0x1ce742(0xf6)+_0x22243c);if(BrowserstackCLI[_0x1ce742(0xb7)]()&&BrowserstackCLI[_0x1ce742(0xb7)]()[_0x1ce742(0xbb)]()){const _0x51eacc=BrowserstackCLI[_0x1ce742(0xb7)](),_0x4170d3=_0x51eacc[_0x1ce742(0xbe)]();if(_0x4170d3&&_0x3eb0e5[_0x1ce742(0x9d)](typeof _0x4170d3[_0x1ce742(0xd0)],_0x3eb0e5[_0x1ce742(0xad)])){const _0xecd2d5=_0x51b2bd[_0x1ce742(0xcc)]&&_0x51b2bd[_0x1ce742(0xcc)][_0x1ce742(0xf4)]||[],_0x3dd3b3={'fixture':_0x566041,'fixtureIdentifier':_0x3eb0e5['FPIZY'](getFixtureIdentifier,_0x566041),'userAgents':_0xecd2d5};await _0x4170d3[_0x1ce742(0xd0)](TestFrameworkState['BEFORE_ALL'],HookState[_0x1ce742(0xb4)],_0x3dd3b3),await _0x4170d3[_0x1ce742(0xd0)](TestFrameworkState[_0x1ce742(0x9a)],HookState[_0x1ce742(0xf2)],_0x3dd3b3);}}}),'reportTestStart':_0x3eb0e5['JJBWC'](_0x5304ed,async function _0x5c43e5(_0x3f7d65,_0x1abe8c,_0x3b84ae){const _0x4229bc=_0x2a72c7,_0x1dfe23=_0x51b2bd[_0x4229bc(0xab)][_0x3eb0e5['vcZow'](_0x51b2bd[_0x4229bc(0xab)][_0x4229bc(0xda)],0x1)]||{'name':_0x3eb0e5[_0x4229bc(0xb0)],'path':_0x3eb0e5[_0x4229bc(0xb0)]},_0x4a6142={};_0x4a6142['fixtureName']=_0x1dfe23['name'],_0x4a6142[_0x4229bc(0xc3)]=_0x1dfe23['path'],_0x4a6142[_0x4229bc(0xba)]=_0x3f7d65,_0x4a6142[_0x4229bc(0xe5)]=_0x1abe8c;const _0x273566=_0x3eb0e5[_0x4229bc(0xc5)](synthesizeTestObject,_0x4a6142);logger[_0x4229bc(0xf1)](_0x4229bc(0xe1)+_0x3eb0e5[_0x4229bc(0xbf)](getTestIdentifier,_0x273566,0x0));const _0x1809f7=_0x51b2bd[_0x4229bc(0xcc)]&&_0x51b2bd[_0x4229bc(0xcc)][_0x4229bc(0xf4)]||[];if(BrowserstackCLI[_0x4229bc(0xb7)]()&&BrowserstackCLI[_0x4229bc(0xb7)]()[_0x4229bc(0xbb)]()){const _0x4e1174=BrowserstackCLI[_0x4229bc(0xb7)](),_0x45b086=_0x4e1174[_0x4229bc(0xbe)]();if(_0x45b086&&_0x3eb0e5['TmdKy'](typeof _0x45b086[_0x4229bc(0xd0)],_0x3eb0e5[_0x4229bc(0xad)])){const _0xa6bb73={'fixture':_0x1dfe23,'test':_0x273566,'fixtureIdentifier':_0x3eb0e5[_0x4229bc(0xa5)](getFixtureIdentifier,_0x1dfe23),'userAgents':_0x1809f7};await _0x45b086['trackEvent'](TestFrameworkState[_0x4229bc(0xa1)],HookState[_0x4229bc(0xb4)],_0xa6bb73),await _0x45b086['trackEvent'](TestFrameworkState[_0x4229bc(0xa1)],HookState[_0x4229bc(0xf2)],_0xa6bb73);const _0x15bc1c={};_0x15bc1c[_0x4229bc(0xe8)]=_0x273566,_0x15bc1c[_0x4229bc(0xea)]=_0x3b84ae,_0x15bc1c[_0x4229bc(0xe5)]=_0x1abe8c,_0x15bc1c[_0x4229bc(0xf4)]=_0x1809f7,await _0x45b086['trackEvent'](TestFrameworkState[_0x4229bc(0xf9)],HookState[_0x4229bc(0xb4)],_0x15bc1c);}}}),'reportTestDone':_0x3eb0e5[_0x2a72c7(0x9e)](_0x5304ed,async function _0xe1a329(_0x2b49e5,_0x43550a,_0x5c2e88){const _0x307ecc=_0x2a72c7,_0x264638=_0x51b2bd[_0x307ecc(0xab)][_0x3eb0e5['vcZow'](_0x51b2bd[_0x307ecc(0xab)][_0x307ecc(0xda)],0x1)]||{'name':_0x3eb0e5[_0x307ecc(0xb0)],'path':_0x3eb0e5[_0x307ecc(0xb0)]},_0xf9dd08={};_0xf9dd08[_0x307ecc(0xe2)]=_0x264638[_0x307ecc(0x9b)],_0xf9dd08[_0x307ecc(0xc3)]=_0x264638['path'],_0xf9dd08[_0x307ecc(0xba)]=_0x2b49e5,_0xf9dd08[_0x307ecc(0xe5)]=_0x5c2e88;const _0x297555=_0x3eb0e5['lUhHw'](synthesizeTestObject,_0xf9dd08),_0x1b2388=Array[_0x307ecc(0xe0)](_0x43550a&&_0x43550a['errs'])?_0x43550a['errs'][_0x307ecc(0xdd)](formatError)['filter'](Boolean):[],_0x1c4754=_0x3eb0e5['lUhHw'](getScreenshotPaths,_0x43550a)[_0x307ecc(0xdd)](_0x9c49d=>({'screenshotPath':_0x9c49d})),_0x448263={};_0x448263[_0x307ecc(0xf7)]=_0x43550a&&_0x43550a[_0x307ecc(0xf7)]||0x0,_0x448263[_0x307ecc(0x98)]=!!(_0x43550a&&_0x43550a[_0x307ecc(0x98)]),_0x448263[_0x307ecc(0xbd)]=_0x1b2388,_0x448263['screenshots']=_0x1c4754,_0x448263[_0x307ecc(0xc4)]=!!(_0x43550a&&_0x43550a[_0x307ecc(0xc4)]),_0x448263[_0x307ecc(0xa4)]=_0x43550a&&_0x43550a['quarantine'];const _0x2a925a=_0x448263;logger[_0x307ecc(0xf1)](_0x307ecc(0xc6)+_0x3eb0e5['NdDoK'](getTestIdentifier,_0x297555,0x0)+'\x20(errs='+_0x1b2388[_0x307ecc(0xda)]+',\x20skipped='+_0x2a925a[_0x307ecc(0x98)]+')');const _0xe4adc6=_0x51b2bd[_0x307ecc(0xcc)]&&_0x51b2bd[_0x307ecc(0xcc)][_0x307ecc(0xf4)]||[];if(BrowserstackCLI[_0x307ecc(0xb7)]()&&BrowserstackCLI[_0x307ecc(0xb7)]()[_0x307ecc(0xbb)]()){const _0x1f6320=BrowserstackCLI[_0x307ecc(0xb7)](),_0x53707d=_0x1f6320[_0x307ecc(0xbe)]();if(_0x53707d&&_0x3eb0e5[_0x307ecc(0xdb)](typeof _0x53707d[_0x307ecc(0xd0)],_0x3eb0e5[_0x307ecc(0xad)])){const _0x29fdfb={};_0x29fdfb[_0x307ecc(0xe8)]=_0x297555,_0x29fdfb[_0x307ecc(0xaa)]=_0x2a925a,_0x29fdfb[_0x307ecc(0xe5)]=_0x5c2e88,_0x29fdfb['userAgents']=_0xe4adc6,await _0x53707d[_0x307ecc(0xd0)](TestFrameworkState['TEST'],HookState[_0x307ecc(0xf2)],_0x29fdfb);const _0x4de9b8={'fixture':_0x264638,'test':_0x297555,'fixtureIdentifier':_0x3eb0e5[_0x307ecc(0xca)](getFixtureIdentifier,_0x264638),'userAgents':_0xe4adc6};await _0x53707d['trackEvent'](TestFrameworkState[_0x307ecc(0xe4)],HookState[_0x307ecc(0xb4)],_0x4de9b8),await _0x53707d[_0x307ecc(0xd0)](TestFrameworkState[_0x307ecc(0xe4)],HookState[_0x307ecc(0xf2)],_0x4de9b8);}}}),'reportTaskDone':_0x3eb0e5[_0x2a72c7(0x9e)](_0x5304ed,async function _0x9b9475(_0x2e5c27,_0xe38841,_0x5b474a,_0x56a66b){const _0x2bd273=_0x2a72c7;while(_0x51b2bd[_0x2bd273(0xab)][_0x2bd273(0xda)]){const _0x237d21=_0x51b2bd[_0x2bd273(0xab)][_0x2bd273(0x9f)]();if(BrowserstackCLI['getInstance']()&&BrowserstackCLI[_0x2bd273(0xb7)]()[_0x2bd273(0xbb)]()){const _0x2e40e5=BrowserstackCLI[_0x2bd273(0xb7)](),_0x1fcfac=_0x2e40e5[_0x2bd273(0xbe)]();if(_0x1fcfac&&_0x3eb0e5[_0x2bd273(0xa0)](typeof _0x1fcfac['trackEvent'],_0x3eb0e5['BYSRz'])){const _0x50c62c=_0x51b2bd[_0x2bd273(0xcc)]&&_0x51b2bd[_0x2bd273(0xcc)]['userAgents']||[],_0x5ca4de={'fixture':_0x237d21,'fixtureIdentifier':_0x3eb0e5['FPIZY'](getFixtureIdentifier,_0x237d21),'userAgents':_0x50c62c};await _0x1fcfac[_0x2bd273(0xd0)](TestFrameworkState[_0x2bd273(0xd6)],HookState['PRE'],_0x5ca4de),await _0x1fcfac[_0x2bd273(0xd0)](TestFrameworkState['AFTER_ALL'],HookState[_0x2bd273(0xf2)],_0x5ca4de);}}}if(BrowserstackCLI[_0x2bd273(0xb7)]()&&BrowserstackCLI[_0x2bd273(0xb7)]()[_0x2bd273(0xbb)]()){const _0x3099ce=BrowserstackCLI[_0x2bd273(0xb7)](),_0x56c9f9=_0x3099ce['getAutomationFramework']();if(_0x56c9f9&&_0x3eb0e5[_0x2bd273(0xcd)](typeof _0x56c9f9[_0x2bd273(0xd0)],_0x3eb0e5[_0x2bd273(0xad)]))for(const {userAgent:_0x425449,platformIndex:_0x112cd2,instance:_0x42c1d9}of TestCafeAutomationFramework[_0x2bd273(0xe9)]()){try{const _0x146a06={};_0x146a06[_0x2bd273(0xcf)]=_0x425449,_0x146a06[_0x2bd273(0xbc)]=_0x112cd2,_0x146a06[_0x2bd273(0xb1)]=_0x2e5c27,_0x146a06[_0x2bd273(0xa8)]=_0x42c1d9,await _0x56c9f9['trackEvent'](AutomationFrameworkState[_0x2bd273(0xe3)],HookState[_0x2bd273(0xf2)],_0x146a06);}catch(_0x4b776d){logger['error'](_0x2bd273(0xc8)+_0x425449+'#'+_0x112cd2+':\x20'+_0x4b776d[_0x2bd273(0xee)]);}TestCafeAutomationFramework['removeInstance'](_0x425449,_0x112cd2);}}logger[_0x2bd273(0xde)]('[testcafe-reporter]\x20reportTaskDone:\x20passed='+_0xe38841+'\x20warnings='+(_0x5b474a&&_0x5b474a[_0x2bd273(0xda)])+'\x20totalDuration='+(_0x56a66b&&_0x3eb0e5[_0x2bd273(0xf5)](_0x3eb0e5[_0x2bd273(0xf5)](_0x56a66b['failedCount'],_0x56a66b['passedCount']),_0x56a66b[_0x2bd273(0xd5)])));})};};
1
+ 'use strict';const a71_0x509578=a71_0x10ea;function a71_0x10ea(_0x437769,_0xc719d0){const _0x256582=a71_0x2565();return a71_0x10ea=function(_0x10ea46,_0x44cfef){_0x10ea46=_0x10ea46-0xed;let _0x1814db=_0x256582[_0x10ea46];return _0x1814db;},a71_0x10ea(_0x437769,_0xc719d0);}(function(_0x343d16,_0x486ceb){const _0x54dcfc=a71_0x10ea,_0x749c79=_0x343d16();while(!![]){try{const _0x40785a=parseInt(_0x54dcfc(0x117))/0x1+parseInt(_0x54dcfc(0xfe))/0x2+parseInt(_0x54dcfc(0x149))/0x3+-parseInt(_0x54dcfc(0x11d))/0x4+-parseInt(_0x54dcfc(0x146))/0x5+-parseInt(_0x54dcfc(0x121))/0x6+parseInt(_0x54dcfc(0x115))/0x7*(-parseInt(_0x54dcfc(0x136))/0x8);if(_0x40785a===_0x486ceb)break;else _0x749c79['push'](_0x749c79['shift']());}catch(_0x4682c7){_0x749c79['push'](_0x749c79['shift']());}}}(a71_0x2565,0xeba90));function a71_0x2565(){const _0x30e631=['lJUQK','getTestFramework','skipped','skEyJ','filter','./tcUtils','../../v2/framework/testcafeAutomationFramework','Exnvk','unknown','unstable','EuvmE','setup','platformIndex','mQviS','stack','screenshots','jVswR','[testcafe-reporter]\x20reportTestDone:\x20','224288FUXYFh','durationMs','\x20totalDuration=','pop','../../v2/state/automationFrameworkState','exports','startTime','AFTER_EACH','RIoAU','errs','fixtureStack','map','skippedCount','mjARw','testName','currentTaskInfo','2883525pOppCd','info','GVpXD','1568160vyloAK','[testcafe-reporter]\x20reportTaskStart:\x20','isRunning','\x20tests\x20across\x20','../../v2/TestInfo','MFKiq','endTime','qzYbW','[testcafe-reporter]\x20reportFixtureStart:\x20','BDHUN','BEFORE_EACH','INIT_TEST','getInstance','../../v2/browserstackCLI','fllaz','[testcafe-reporter]\x20reportTaskDone:\x20passed=','[testcafe-reporter]\x20swallowed\x20error\x20in\x20','driver','../../v2/state/hookState','meta','winstonLogger','instance','capabilities','../../v2/state/testFrameworkState','listEntries','yEnrx','AlSMG','test','properties','testCount','3014884sWaPDI','error','passedCount','failedCount','PRE','name','\x20warnings=','xOzjb','hIVlD','QUIT','length','fixtureName','testRunInfo','debug','AFTER_ALL','kWPJx','taskStructure','path','userAgent','fixturePath','[testcafe-reporter]\x20QUIT/POST\x20trackEvent\x20failed\x20for\x20userAgent=','quarantine','../../v2/framework/automationFramework','70JkwAWc','BEFORE_ALL','1467745PMEuzA','sessionId','VyhUA','getAutomationFramework','userAgents','POST','54068lduHck','YwLsH','trackEvent','dePkU','9972366vcqcld','TEST','function'];a71_0x2565=function(){return _0x30e631;};return a71_0x2565();}const path=require('path'),{getTestIdentifier,getFixtureIdentifier,synthesizeTestObject,getScreenshotPaths,formatError}=require(a71_0x509578(0x129)),logger=require('../../../helpers/logger')[a71_0x509578(0xf4)],BrowserstackCLI=require(a71_0x509578(0xed)),TestFrameworkState=require(a71_0x509578(0xf7)),AutomationFrameworkState=require(a71_0x509578(0x13a)),HookState=require(a71_0x509578(0xf2)),TestInfo=require(a71_0x509578(0x14d)),AutomationFramework=require(a71_0x509578(0x114)),TestCafeAutomationFramework=require(a71_0x509578(0x12a)),sessionRegistry=require('../session-registry');module[a71_0x509578(0x13b)]=function(_0x541438){const _0x141c6f=a71_0x509578,_0x599ea8={'qzYbW':function(_0x28fee6,..._0x20b2f7){return _0x28fee6(..._0x20b2f7);},'Exnvk':'handler','dePkU':'testcafe','GVpXD':function(_0x3fa052,_0x5a05ee){return _0x3fa052===_0x5a05ee;},'xOzjb':_0x141c6f(0x123),'BDHUN':function(_0x4cf0c5,_0x14741a){return _0x4cf0c5<_0x14741a;},'psovR':function(_0x5e7b44,_0x4e286c){return _0x5e7b44||_0x4e286c;},'jVswR':function(_0x1041c0,_0x20e4d1){return _0x1041c0(_0x20e4d1);},'fllaz':function(_0x1a52dd,_0x15ee85){return _0x1a52dd-_0x15ee85;},'VyhUA':_0x141c6f(0x12c),'AlSMG':function(_0x5e28e0,_0x3a3725){return _0x5e28e0(_0x3a3725);},'MFKiq':function(_0x19f744,_0x963b04,_0xddf220){return _0x19f744(_0x963b04,_0xddf220);},'hIVlD':function(_0x26b3fe,_0xcee24){return _0x26b3fe===_0xcee24;},'lJUQK':function(_0x4ad7cd,_0x58643e){return _0x4ad7cd(_0x58643e);},'kWPJx':function(_0x4cb13e,_0x288a6e){return _0x4cb13e(_0x288a6e);},'mjARw':function(_0x5a77e2,_0x2745a6){return _0x5a77e2(_0x2745a6);},'EuvmE':function(_0x15688e,_0x1614af,_0x3d5a92){return _0x15688e(_0x1614af,_0x3d5a92);},'PkMtA':function(_0x40f156,_0x515871){return _0x40f156===_0x515871;},'skEyJ':function(_0x3b9d22,_0x3e3cd5){return _0x3b9d22(_0x3e3cd5);},'mQviS':function(_0x278a99,_0x43888b){return _0x278a99+_0x43888b;},'yEnrx':function(_0x399133,_0x21ba34){return _0x399133||_0x21ba34;},'RIoAU':function(_0x384dda,_0x32ab3f){return _0x384dda(_0x32ab3f);},'YwLsH':function(_0x49d56a,_0x3d932e){return _0x49d56a(_0x3d932e);}},_0x4b887a={'options':_0x599ea8[_0x141c6f(0xf9)](_0x541438,{}),'fixtureStack':[],'currentTaskInfo':null},_0x19622c=_0x2149a0=>async(..._0x973090)=>{const _0x51a12b=_0x141c6f;try{return await _0x599ea8[_0x51a12b(0x150)](_0x2149a0,..._0x973090);}catch(_0x273c14){logger[_0x51a12b(0xff)](_0x51a12b(0xf0)+(_0x2149a0[_0x51a12b(0x103)]||_0x599ea8[_0x51a12b(0x12b)])+':\x20'+(_0x273c14[_0x51a12b(0x132)]||_0x273c14));}};return{'reportTaskStart':_0x599ea8['skEyJ'](_0x19622c,async function _0x250295(_0x3bf2a5,_0x35985b,_0x827ef3,_0x22e0d1,_0x2d8612){const _0x3ab3e6=_0x141c6f,_0x17d314={};_0x17d314[_0x3ab3e6(0x13c)]=_0x3bf2a5,_0x17d314[_0x3ab3e6(0x11b)]=_0x35985b,_0x17d314['testCount']=_0x827ef3,_0x17d314['taskStructure']=_0x22e0d1,_0x17d314[_0x3ab3e6(0xfc)]=_0x2d8612,_0x4b887a[_0x3ab3e6(0x145)]=_0x17d314,logger[_0x3ab3e6(0x147)](_0x3ab3e6(0x14a)+_0x827ef3+_0x3ab3e6(0x14c)+_0x35985b[_0x3ab3e6(0x108)]+'\x20browsers'),TestInfo[_0x3ab3e6(0x12f)]&&TestInfo[_0x3ab3e6(0x12f)](_0x599ea8[_0x3ab3e6(0x120)]);if(!BrowserstackCLI['getInstance']()||!BrowserstackCLI[_0x3ab3e6(0x155)]()[_0x3ab3e6(0x14b)]())return;const _0x41acc7=BrowserstackCLI[_0x3ab3e6(0x155)](),_0x2d165b=_0x41acc7[_0x3ab3e6(0x125)]();if(_0x2d165b&&_0x599ea8['GVpXD'](typeof _0x2d165b['trackEvent'],_0x599ea8[_0x3ab3e6(0x105)])){const _0x16e65d={};_0x16e65d[_0x3ab3e6(0x13c)]=_0x3bf2a5,_0x16e65d[_0x3ab3e6(0x11b)]=_0x35985b,_0x16e65d[_0x3ab3e6(0xfd)]=_0x827ef3,_0x16e65d[_0x3ab3e6(0x10e)]=_0x22e0d1,await _0x2d165b[_0x3ab3e6(0x11f)](TestFrameworkState[_0x3ab3e6(0x154)],HookState[_0x3ab3e6(0x102)],_0x16e65d);}const _0x549cd1=_0x41acc7['getAutomationFramework'](),_0x5d649e=sessionRegistry[_0x3ab3e6(0xf8)]();if(_0x549cd1&&_0x599ea8[_0x3ab3e6(0x148)](typeof _0x549cd1[_0x3ab3e6(0x11f)],_0x599ea8[_0x3ab3e6(0x105)]))for(let _0x5577a6=0x0;_0x599ea8[_0x3ab3e6(0x152)](_0x5577a6,(_0x35985b||[])['length']);_0x5577a6++){const _0x5e789f=_0x35985b[_0x5577a6],_0x145fd6=_0x5d649e[_0x5577a6]||{};await _0x549cd1[_0x3ab3e6(0x11f)](AutomationFrameworkState['CREATE'],HookState[_0x3ab3e6(0x11c)],{'userAgent':_0x5e789f,'startTime':_0x3bf2a5,'driver':_0x145fd6[_0x3ab3e6(0xf1)],'sessionId':_0x145fd6[_0x3ab3e6(0x118)],'platformIndex':Number['isInteger'](_0x145fd6[_0x3ab3e6(0x130)])?_0x145fd6['platformIndex']:_0x5577a6,'capabilities':_0x145fd6[_0x3ab3e6(0xf6)]||{},'hubUrl':_0x145fd6['hubUrl']||''});}}),'reportFixtureStart':_0x599ea8['qzYbW'](_0x19622c,async function _0x5a79b0(_0x8a165e,_0xa5837c,_0x300325){const _0x3437f2=_0x141c6f,_0x362fb3={'name':_0x8a165e,'path':_0xa5837c,'meta':_0x599ea8['psovR'](_0x300325,{})};_0x4b887a[_0x3437f2(0x140)]['push'](_0x362fb3),logger[_0x3437f2(0x10b)](_0x3437f2(0x151)+_0x8a165e+'\x20@\x20'+_0xa5837c);if(BrowserstackCLI[_0x3437f2(0x155)]()&&BrowserstackCLI[_0x3437f2(0x155)]()['isRunning']()){const _0x260a3c=BrowserstackCLI['getInstance'](),_0x2256f0=_0x260a3c['getTestFramework']();if(_0x2256f0&&_0x599ea8[_0x3437f2(0x148)](typeof _0x2256f0[_0x3437f2(0x11f)],_0x599ea8[_0x3437f2(0x105)])){const _0xd1f674=_0x4b887a[_0x3437f2(0x145)]&&_0x4b887a[_0x3437f2(0x145)][_0x3437f2(0x11b)]||[],_0x2b553d={'fixture':_0x362fb3,'fixtureIdentifier':_0x599ea8[_0x3437f2(0x134)](getFixtureIdentifier,_0x362fb3),'userAgents':_0xd1f674};await _0x2256f0[_0x3437f2(0x11f)](TestFrameworkState['BEFORE_ALL'],HookState[_0x3437f2(0x102)],_0x2b553d),await _0x2256f0['trackEvent'](TestFrameworkState[_0x3437f2(0x116)],HookState[_0x3437f2(0x11c)],_0x2b553d);}}}),'reportTestStart':_0x599ea8[_0x141c6f(0x13e)](_0x19622c,async function _0x1edcff(_0x2de3b5,_0x1aa33b,_0x51bcc6){const _0x2ac71b=_0x141c6f,_0x31108c=_0x4b887a['fixtureStack'][_0x599ea8[_0x2ac71b(0xee)](_0x4b887a['fixtureStack']['length'],0x1)]||{'name':_0x599ea8[_0x2ac71b(0x119)],'path':_0x599ea8['VyhUA']},_0x31e9f9={};_0x31e9f9[_0x2ac71b(0x109)]=_0x31108c[_0x2ac71b(0x103)],_0x31e9f9[_0x2ac71b(0x111)]=_0x31108c[_0x2ac71b(0x10f)],_0x31e9f9[_0x2ac71b(0x144)]=_0x2de3b5,_0x31e9f9[_0x2ac71b(0xf3)]=_0x1aa33b;const _0x155208=_0x599ea8[_0x2ac71b(0xfa)](synthesizeTestObject,_0x31e9f9);logger[_0x2ac71b(0x10b)]('[testcafe-reporter]\x20reportTestStart:\x20'+_0x599ea8[_0x2ac71b(0x14e)](getTestIdentifier,_0x155208,0x0));const _0x1537ae=_0x4b887a[_0x2ac71b(0x145)]&&_0x4b887a[_0x2ac71b(0x145)][_0x2ac71b(0x11b)]||[];if(BrowserstackCLI['getInstance']()&&BrowserstackCLI['getInstance']()[_0x2ac71b(0x14b)]()){const _0x2a879b=BrowserstackCLI['getInstance'](),_0x2faebd=_0x2a879b[_0x2ac71b(0x125)]();if(_0x2faebd&&_0x599ea8[_0x2ac71b(0x106)](typeof _0x2faebd['trackEvent'],_0x599ea8[_0x2ac71b(0x105)])){const _0x24b5ff={'fixture':_0x31108c,'test':_0x155208,'fixtureIdentifier':_0x599ea8[_0x2ac71b(0x124)](getFixtureIdentifier,_0x31108c),'userAgents':_0x1537ae};await _0x2faebd[_0x2ac71b(0x11f)](TestFrameworkState[_0x2ac71b(0x153)],HookState['PRE'],_0x24b5ff),await _0x2faebd[_0x2ac71b(0x11f)](TestFrameworkState[_0x2ac71b(0x153)],HookState[_0x2ac71b(0x11c)],_0x24b5ff);const _0x5e35bf={};_0x5e35bf[_0x2ac71b(0xfb)]=_0x155208,_0x5e35bf['testStartInfo']=_0x51bcc6,_0x5e35bf[_0x2ac71b(0xf3)]=_0x1aa33b,_0x5e35bf[_0x2ac71b(0x11b)]=_0x1537ae,await _0x2faebd[_0x2ac71b(0x11f)](TestFrameworkState[_0x2ac71b(0x122)],HookState[_0x2ac71b(0x102)],_0x5e35bf);}}}),'reportTestDone':_0x599ea8[_0x141c6f(0x11e)](_0x19622c,async function _0x2cd80c(_0x4c5112,_0x5bc57d,_0x36bfcd){const _0x1e2fd3=_0x141c6f,_0x103853=_0x4b887a[_0x1e2fd3(0x140)][_0x599ea8[_0x1e2fd3(0xee)](_0x4b887a[_0x1e2fd3(0x140)][_0x1e2fd3(0x108)],0x1)]||{'name':_0x599ea8[_0x1e2fd3(0x119)],'path':_0x599ea8[_0x1e2fd3(0x119)]},_0x354e4f={};_0x354e4f[_0x1e2fd3(0x109)]=_0x103853['name'],_0x354e4f[_0x1e2fd3(0x111)]=_0x103853['path'],_0x354e4f[_0x1e2fd3(0x144)]=_0x4c5112,_0x354e4f[_0x1e2fd3(0xf3)]=_0x36bfcd;const _0x41f24b=_0x599ea8[_0x1e2fd3(0x10d)](synthesizeTestObject,_0x354e4f),_0x237770=Array['isArray'](_0x5bc57d&&_0x5bc57d[_0x1e2fd3(0x13f)])?_0x5bc57d[_0x1e2fd3(0x13f)][_0x1e2fd3(0x141)](formatError)[_0x1e2fd3(0x128)](Boolean):[],_0x292db1=_0x599ea8[_0x1e2fd3(0x143)](getScreenshotPaths,_0x5bc57d)[_0x1e2fd3(0x141)](_0x1ce4a1=>({'screenshotPath':_0x1ce4a1})),_0x1f5993={};_0x1f5993[_0x1e2fd3(0x137)]=_0x5bc57d&&_0x5bc57d[_0x1e2fd3(0x137)]||0x0,_0x1f5993[_0x1e2fd3(0x126)]=!!(_0x5bc57d&&_0x5bc57d['skipped']),_0x1f5993[_0x1e2fd3(0x13f)]=_0x237770,_0x1f5993[_0x1e2fd3(0x133)]=_0x292db1,_0x1f5993[_0x1e2fd3(0x12d)]=!!(_0x5bc57d&&_0x5bc57d[_0x1e2fd3(0x12d)]),_0x1f5993[_0x1e2fd3(0x113)]=_0x5bc57d&&_0x5bc57d['quarantine'];const _0xd66803=_0x1f5993;logger['debug'](_0x1e2fd3(0x135)+_0x599ea8[_0x1e2fd3(0x12e)](getTestIdentifier,_0x41f24b,0x0)+'\x20(errs='+_0x237770['length']+',\x20skipped='+_0xd66803[_0x1e2fd3(0x126)]+')');const _0x5b6eea=_0x4b887a[_0x1e2fd3(0x145)]&&_0x4b887a['currentTaskInfo'][_0x1e2fd3(0x11b)]||[];if(BrowserstackCLI['getInstance']()&&BrowserstackCLI[_0x1e2fd3(0x155)]()[_0x1e2fd3(0x14b)]()){const _0x3aa5e1=BrowserstackCLI[_0x1e2fd3(0x155)](),_0x45b9be=_0x3aa5e1[_0x1e2fd3(0x125)]();if(_0x45b9be&&_0x599ea8['PkMtA'](typeof _0x45b9be[_0x1e2fd3(0x11f)],_0x599ea8['xOzjb'])){const _0x4b1893={};_0x4b1893[_0x1e2fd3(0xfb)]=_0x41f24b,_0x4b1893[_0x1e2fd3(0x10a)]=_0xd66803,_0x4b1893['meta']=_0x36bfcd,_0x4b1893[_0x1e2fd3(0x11b)]=_0x5b6eea,await _0x45b9be[_0x1e2fd3(0x11f)](TestFrameworkState[_0x1e2fd3(0x122)],HookState[_0x1e2fd3(0x11c)],_0x4b1893);const _0x175a90={'fixture':_0x103853,'test':_0x41f24b,'fixtureIdentifier':_0x599ea8[_0x1e2fd3(0x127)](getFixtureIdentifier,_0x103853),'userAgents':_0x5b6eea};await _0x45b9be[_0x1e2fd3(0x11f)](TestFrameworkState['AFTER_EACH'],HookState['PRE'],_0x175a90),await _0x45b9be[_0x1e2fd3(0x11f)](TestFrameworkState[_0x1e2fd3(0x13d)],HookState['POST'],_0x175a90);}}}),'reportTaskDone':_0x599ea8[_0x141c6f(0x124)](_0x19622c,async function _0x4467f4(_0x66c7e0,_0x1e0e9b,_0x2c60d0,_0x3d7841){const _0x4372ff=_0x141c6f;while(_0x4b887a['fixtureStack'][_0x4372ff(0x108)]){const _0x1423a0=_0x4b887a[_0x4372ff(0x140)][_0x4372ff(0x139)]();if(BrowserstackCLI[_0x4372ff(0x155)]()&&BrowserstackCLI[_0x4372ff(0x155)]()[_0x4372ff(0x14b)]()){const _0x392c57=BrowserstackCLI['getInstance'](),_0x3f7e28=_0x392c57['getTestFramework']();if(_0x3f7e28&&_0x599ea8['PkMtA'](typeof _0x3f7e28['trackEvent'],_0x599ea8[_0x4372ff(0x105)])){const _0x3ba476=_0x4b887a[_0x4372ff(0x145)]&&_0x4b887a[_0x4372ff(0x145)][_0x4372ff(0x11b)]||[],_0x19347d={'fixture':_0x1423a0,'fixtureIdentifier':_0x599ea8['jVswR'](getFixtureIdentifier,_0x1423a0),'userAgents':_0x3ba476};await _0x3f7e28[_0x4372ff(0x11f)](TestFrameworkState[_0x4372ff(0x10c)],HookState[_0x4372ff(0x102)],_0x19347d),await _0x3f7e28[_0x4372ff(0x11f)](TestFrameworkState[_0x4372ff(0x10c)],HookState[_0x4372ff(0x11c)],_0x19347d);}}}if(BrowserstackCLI['getInstance']()&&BrowserstackCLI['getInstance']()['isRunning']()){const _0x228162=BrowserstackCLI[_0x4372ff(0x155)](),_0x162399=_0x228162[_0x4372ff(0x11a)]();if(_0x162399&&_0x599ea8[_0x4372ff(0x106)](typeof _0x162399[_0x4372ff(0x11f)],_0x599ea8[_0x4372ff(0x105)]))for(const {userAgent:_0x522bef,platformIndex:_0x2bdb07,instance:_0x2c51f3}of TestCafeAutomationFramework['iterAllInstances']()){try{const _0xf4db45={};_0xf4db45[_0x4372ff(0x110)]=_0x522bef,_0xf4db45[_0x4372ff(0x130)]=_0x2bdb07,_0xf4db45[_0x4372ff(0x14f)]=_0x66c7e0,_0xf4db45[_0x4372ff(0xf5)]=_0x2c51f3,await _0x162399['trackEvent'](AutomationFrameworkState[_0x4372ff(0x107)],HookState[_0x4372ff(0x11c)],_0xf4db45);}catch(_0x1723a3){logger[_0x4372ff(0xff)](_0x4372ff(0x112)+_0x522bef+'#'+_0x2bdb07+':\x20'+_0x1723a3['message']);}TestCafeAutomationFramework['removeInstance'](_0x522bef,_0x2bdb07);}}logger[_0x4372ff(0x147)](_0x4372ff(0xef)+_0x1e0e9b+_0x4372ff(0x104)+(_0x2c60d0&&_0x2c60d0[_0x4372ff(0x108)])+_0x4372ff(0x138)+(_0x3d7841&&_0x599ea8[_0x4372ff(0x131)](_0x599ea8[_0x4372ff(0x131)](_0x3d7841[_0x4372ff(0x101)],_0x3d7841[_0x4372ff(0x100)]),_0x3d7841[_0x4372ff(0x142)])));})};};
@@ -1 +1 @@
1
- 'use strict';function a72_0x43ca(_0x226209,_0x1c215d){const _0x2b911e=a72_0x2b91();return a72_0x43ca=function(_0x43ca4b,_0x258a90){_0x43ca4b=_0x43ca4b-0x12c;let _0x39df67=_0x2b911e[_0x43ca4b];return _0x39df67;},a72_0x43ca(_0x226209,_0x1c215d);}const a72_0x2073e2=a72_0x43ca;(function(_0x37f1d2,_0x4e4cf4){const _0x19c172=a72_0x43ca,_0x235e6=_0x37f1d2();while(!![]){try{const _0x1595a1=parseInt(_0x19c172(0x149))/0x1*(-parseInt(_0x19c172(0x14c))/0x2)+parseInt(_0x19c172(0x138))/0x3*(-parseInt(_0x19c172(0x140))/0x4)+-parseInt(_0x19c172(0x13e))/0x5+-parseInt(_0x19c172(0x12e))/0x6+-parseInt(_0x19c172(0x154))/0x7*(-parseInt(_0x19c172(0x141))/0x8)+-parseInt(_0x19c172(0x133))/0x9*(-parseInt(_0x19c172(0x152))/0xa)+-parseInt(_0x19c172(0x146))/0xb*(-parseInt(_0x19c172(0x135))/0xc);if(_0x1595a1===_0x4e4cf4)break;else _0x235e6['push'](_0x235e6['shift']());}catch(_0x14c92c){_0x235e6['push'](_0x235e6['shift']());}}}(a72_0x2b91,0x7d46c));function getTestIdentifier(_0x3a9c9d,_0x2942ce){const _0xd008dd=a72_0x43ca,_0x518eeb={};_0x518eeb['fKYKc']='unknown';const _0x5354ab=_0x518eeb,_0x12606c=_0x3a9c9d&&_0x3a9c9d[_0xd008dd(0x132)]&&_0x3a9c9d[_0xd008dd(0x132)][_0xd008dd(0x12d)]||_0x5354ab[_0xd008dd(0x134)],_0x4c402d=_0x3a9c9d&&_0x3a9c9d['fixture']&&_0x3a9c9d[_0xd008dd(0x132)][_0xd008dd(0x139)]||_0x5354ab[_0xd008dd(0x134)],_0x4228d1=_0x3a9c9d&&_0x3a9c9d['name']||_0x5354ab[_0xd008dd(0x134)],_0x3ef74d=_0x12606c+'::'+_0x4c402d+'::'+_0x4228d1;return _0x2942ce?_0x3ef74d+_0xd008dd(0x155)+_0x2942ce:_0x3ef74d;}function getFixtureIdentifier(_0x14fa14){const _0x2b43e9=a72_0x43ca,_0x4cd33d={};_0x4cd33d[_0x2b43e9(0x144)]=_0x2b43e9(0x14e);const _0x1ed976=_0x4cd33d,_0x57f800=_0x14fa14&&_0x14fa14['path']||_0x1ed976[_0x2b43e9(0x144)],_0x3cf747=_0x14fa14&&_0x14fa14[_0x2b43e9(0x139)]||_0x1ed976[_0x2b43e9(0x144)];return _0x57f800+'::'+_0x3cf747;}function synthesizeTestObject({fixtureName:_0x51a8bb,fixturePath:_0x3aaf4b,testName:_0x4f085e,meta:_0x5ce760}){const _0x14dee3=a72_0x43ca,_0x5b69c4={};_0x5b69c4['CwRUS']=function(_0x370c03,_0xdf5128){return _0x370c03||_0xdf5128;};const _0x376c0d=_0x5b69c4,_0x3bce9c={};return _0x3bce9c[_0x14dee3(0x139)]=_0x51a8bb,_0x3bce9c['path']=_0x3aaf4b,{'name':_0x4f085e,'meta':_0x376c0d[_0x14dee3(0x148)](_0x5ce760,{}),'fixture':_0x3bce9c};}function getScreenshotPaths(_0x185cfe){const _0x5b0492=a72_0x43ca;if(!_0x185cfe||!Array['isArray'](_0x185cfe[_0x5b0492(0x150)]))return[];return _0x185cfe[_0x5b0492(0x150)][_0x5b0492(0x136)](_0x4e4008=>_0x4e4008&&(_0x4e4008['screenshotPath']||_0x4e4008[_0x5b0492(0x153)])||null)[_0x5b0492(0x130)](Boolean);}function a72_0x2b91(){const _0x35fafe=['name','exports','fnEQi','formatError','PVYmf','2556910yrOrGR','function','412owcqZb','16vbNqfk','synthesizeTestObject','YhePk','vxeWn','code','21547482qPcKmL','renderSync','CwRUS','900297bZyger','callsite','stackFilter','2rskswq','YPgOZ','unknown','TestCafeError','screenshots','getTestIdentifier','10PIuERu','screenshotPathForPDF','405874ayoNyx','::retry','getScreenshotPaths','path','773376kQBAPV','getFixtureIdentifier','filter','formattedMessage','fixture','2622447fVVZtI','fKYKc','12blyLbU','map','errMsg','9102ugyxXM'];a72_0x2b91=function(){return _0x35fafe;};return a72_0x2b91();}function formatError(_0x2dd7be){const _0x30e408=a72_0x43ca,_0x2416d6={'PVYmf':_0x30e408(0x14f),'YhePk':function(_0x4349f1,_0x3a087a){return _0x4349f1(_0x3a087a);},'ZTobI':function(_0xcea6f3,_0x4d7b54){return _0xcea6f3(_0x4d7b54);}};if(!_0x2dd7be)return null;return{'type':_0x2dd7be[_0x30e408(0x145)]||_0x2416d6[_0x30e408(0x13d)],'message':_0x2dd7be[_0x30e408(0x131)]||_0x2dd7be[_0x30e408(0x137)]||_0x2416d6[_0x30e408(0x143)](String,_0x2dd7be),'stack':_0x2416d6['ZTobI'](_tryRenderCallsite,_0x2dd7be)};}function _tryRenderCallsite(_0x466e78){const _0x3e3568=a72_0x43ca,_0x1287b1={};_0x1287b1[_0x3e3568(0x14d)]=function(_0x8311a1,_0x3479d4){return _0x8311a1===_0x3479d4;},_0x1287b1[_0x3e3568(0x13b)]=_0x3e3568(0x13f);const _0x374c9e=_0x1287b1;try{if(_0x466e78&&_0x466e78[_0x3e3568(0x14a)]&&_0x374c9e['YPgOZ'](typeof _0x466e78[_0x3e3568(0x14a)][_0x3e3568(0x147)],_0x374c9e[_0x3e3568(0x13b)])){const _0x3e7b7f={};return _0x3e7b7f[_0x3e3568(0x14b)]=()=>!![],_0x466e78[_0x3e3568(0x14a)][_0x3e3568(0x147)](_0x3e7b7f);}}catch(_0x4bb562){}return'';}const a72_0x203834={};a72_0x203834[a72_0x2073e2(0x151)]=getTestIdentifier,a72_0x203834[a72_0x2073e2(0x12f)]=getFixtureIdentifier,a72_0x203834[a72_0x2073e2(0x142)]=synthesizeTestObject,a72_0x203834[a72_0x2073e2(0x12c)]=getScreenshotPaths,a72_0x203834[a72_0x2073e2(0x13c)]=formatError,module[a72_0x2073e2(0x13a)]=a72_0x203834;
1
+ 'use strict';const a72_0x50a38b=a72_0x53de;(function(_0x36d4db,_0x242afa){const _0x1688db=a72_0x53de,_0x2d6bc4=_0x36d4db();while(!![]){try{const _0x7092df=-parseInt(_0x1688db(0xc2))/0x1*(-parseInt(_0x1688db(0xd8))/0x2)+-parseInt(_0x1688db(0xd1))/0x3+-parseInt(_0x1688db(0xc3))/0x4+-parseInt(_0x1688db(0xd9))/0x5+-parseInt(_0x1688db(0xd5))/0x6*(-parseInt(_0x1688db(0xdf))/0x7)+parseInt(_0x1688db(0xcf))/0x8+parseInt(_0x1688db(0xd2))/0x9*(-parseInt(_0x1688db(0xde))/0xa);if(_0x7092df===_0x242afa)break;else _0x2d6bc4['push'](_0x2d6bc4['shift']());}catch(_0xa1b541){_0x2d6bc4['push'](_0x2d6bc4['shift']());}}}(a72_0x3e0c,0x6abec));function getTestIdentifier(_0x2f3984,_0x4ef452){const _0x5f2144=a72_0x53de,_0x161374={};_0x161374['FVIyZ']=_0x5f2144(0xd0);const _0x3fc66b=_0x161374,_0x3c589d=_0x2f3984&&_0x2f3984[_0x5f2144(0xc7)]&&_0x2f3984[_0x5f2144(0xc7)][_0x5f2144(0xc1)]||_0x3fc66b[_0x5f2144(0xcb)],_0x1f4dab=_0x2f3984&&_0x2f3984[_0x5f2144(0xc7)]&&_0x2f3984[_0x5f2144(0xc7)][_0x5f2144(0xc6)]||_0x3fc66b['FVIyZ'],_0x448573=_0x2f3984&&_0x2f3984[_0x5f2144(0xc6)]||_0x3fc66b[_0x5f2144(0xcb)],_0x569021=_0x3c589d+'::'+_0x1f4dab+'::'+_0x448573;return _0x4ef452?_0x569021+'::retry'+_0x4ef452:_0x569021;}function getFixtureIdentifier(_0xa56379){const _0x24164d=a72_0x53de,_0x4252cc={};_0x4252cc[_0x24164d(0xca)]=_0x24164d(0xd0);const _0x2d223f=_0x4252cc,_0x1b2eed=_0xa56379&&_0xa56379[_0x24164d(0xc1)]||_0x2d223f[_0x24164d(0xca)],_0x569264=_0xa56379&&_0xa56379['name']||_0x2d223f['eWLCN'];return _0x1b2eed+'::'+_0x569264;}function a72_0x53de(_0x32c7ab,_0x5cb2d2){const _0x3e0ccc=a72_0x3e0c();return a72_0x53de=function(_0x53dee8,_0x322e76){_0x53dee8=_0x53dee8-0xbe;let _0x322932=_0x3e0ccc[_0x53dee8];return _0x322932;},a72_0x53de(_0x32c7ab,_0x5cb2d2);}function synthesizeTestObject({fixtureName:_0x55646d,fixturePath:_0xe6defc,testName:_0x106f3a,meta:_0x367825}){const _0x55cd7a=a72_0x53de,_0x45debc={};_0x45debc[_0x55cd7a(0xbe)]=function(_0x4dd8cb,_0x3da17a){return _0x4dd8cb||_0x3da17a;};const _0x304299=_0x45debc,_0x1dee6a={};return _0x1dee6a['name']=_0x55646d,_0x1dee6a[_0x55cd7a(0xc1)]=_0xe6defc,{'name':_0x106f3a,'meta':_0x304299[_0x55cd7a(0xbe)](_0x367825,{}),'fixture':_0x1dee6a};}function getScreenshotPaths(_0x2d99e5){const _0x8692c3=a72_0x53de;if(!_0x2d99e5||!Array['isArray'](_0x2d99e5[_0x8692c3(0xdd)]))return[];return _0x2d99e5['screenshots'][_0x8692c3(0xdc)](_0x388d06=>_0x388d06&&(_0x388d06['screenshotPath']||_0x388d06['screenshotPathForPDF'])||null)[_0x8692c3(0xce)](Boolean);}function formatError(_0x5a20b4){const _0x36f148=a72_0x53de,_0xc2d3b0={'KhmOn':_0x36f148(0xc9),'olTnX':function(_0x422216,_0x120a5c){return _0x422216(_0x120a5c);}};if(!_0x5a20b4)return null;return{'type':_0x5a20b4['code']||_0xc2d3b0[_0x36f148(0xdb)],'message':_0x5a20b4[_0x36f148(0xd3)]||_0x5a20b4[_0x36f148(0xc4)]||_0xc2d3b0[_0x36f148(0xd6)](String,_0x5a20b4),'stack':_0xc2d3b0['olTnX'](_tryRenderCallsite,_0x5a20b4)};}function _tryRenderCallsite(_0x1f26ab){const _0x2347b1=a72_0x53de,_0x1eca21={};_0x1eca21[_0x2347b1(0xd7)]=function(_0x1c0642,_0x104a3d){return _0x1c0642===_0x104a3d;},_0x1eca21[_0x2347b1(0xcc)]=_0x2347b1(0xd4);const _0x2f384c=_0x1eca21;try{if(_0x1f26ab&&_0x1f26ab[_0x2347b1(0xda)]&&_0x2f384c[_0x2347b1(0xd7)](typeof _0x1f26ab[_0x2347b1(0xda)][_0x2347b1(0xc0)],_0x2f384c[_0x2347b1(0xcc)])){const _0x12fab2={};return _0x12fab2[_0x2347b1(0xc5)]=()=>!![],_0x1f26ab[_0x2347b1(0xda)]['renderSync'](_0x12fab2);}}catch(_0x3e0e54){}return'';}const a72_0x4623e3={};a72_0x4623e3[a72_0x50a38b(0xcd)]=getTestIdentifier,a72_0x4623e3['getFixtureIdentifier']=getFixtureIdentifier,a72_0x4623e3['synthesizeTestObject']=synthesizeTestObject,a72_0x4623e3[a72_0x50a38b(0xc8)]=getScreenshotPaths,a72_0x4623e3['formatError']=formatError,module[a72_0x50a38b(0xbf)]=a72_0x4623e3;function a72_0x3e0c(){const _0x4bb11c=['AesUn','2fPnCVj','1026995RAlQPV','callsite','KhmOn','map','screenshots','5100XbtWVZ','3328199fjFJgc','GvDhA','exports','renderSync','path','210320kioWEP','51220wYADGK','errMsg','stackFilter','name','fixture','getScreenshotPaths','TestCafeError','eWLCN','FVIyZ','IQNox','getTestIdentifier','filter','6950120xLchfc','unknown','945480UAmmjl','10305TJESPH','formattedMessage','function','6xWPySg','olTnX'];a72_0x3e0c=function(){return _0x4bb11c;};return a72_0x3e0c();}
@@ -1 +1 @@
1
- 'use strict';const a73_0x43dc60=a73_0x3be2;(function(_0x188069,_0x9315cc){const _0x55ee=a73_0x3be2,_0x2798bd=_0x188069();while(!![]){try{const _0x3abe84=-parseInt(_0x55ee(0x143))/0x1*(-parseInt(_0x55ee(0x142))/0x2)+parseInt(_0x55ee(0x13d))/0x3+-parseInt(_0x55ee(0x138))/0x4+-parseInt(_0x55ee(0x110))/0x5+parseInt(_0x55ee(0x11f))/0x6+parseInt(_0x55ee(0x132))/0x7+-parseInt(_0x55ee(0x11e))/0x8;if(_0x3abe84===_0x9315cc)break;else _0x2798bd['push'](_0x2798bd['shift']());}catch(_0x266fc7){_0x2798bd['push'](_0x2798bd['shift']());}}}(a73_0x12bd,0x63743));const got=require('got'),logger=require('../../helpers/logger')[a73_0x43dc60(0x112)],{BROWSERSTACK_API_URL}=require(a73_0x43dc60(0x103)),_entries=[];function register(_0x17a602){const _0x628c77=a73_0x43dc60,_0x5affa6={};_0x5affa6[_0x628c77(0x116)]=_0x628c77(0x118),_0x5affa6[_0x628c77(0x113)]='TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker';const _0x16aa6e=_0x5affa6,_0x3f9e04={'status':_0x16aa6e[_0x628c77(0x116)],'reason':_0x16aa6e[_0x628c77(0x113)],..._0x17a602};_entries['push'](_0x3f9e04);}function a73_0x3be2(_0x469d16,_0x128f00){const _0x12bd28=a73_0x12bd();return a73_0x3be2=function(_0x3be222,_0x1c0b64){_0x3be222=_0x3be222-0xff;let _0x538f18=_0x12bd28[_0x3be222];return _0x538f18;},a73_0x3be2(_0x469d16,_0x128f00);}function listEntries(){return _entries['slice']();}function markStatus(_0x3b4f11,_0x35ad54,_0x5b91ca){const _0x2cc506=a73_0x43dc60,_0x2afc70={};_0x2afc70[_0x2cc506(0x106)]=function(_0x35b2e,_0xf2128a){return _0x35b2e===_0xf2128a;};const _0x50350b=_0x2afc70;for(const _0x3853df of _entries){if(_0x50350b[_0x2cc506(0x106)](_0x3853df[_0x2cc506(0x141)],_0x3b4f11))return _0x3853df[_0x2cc506(0x11b)]=_0x35ad54,_0x5b91ca&&(_0x3853df[_0x2cc506(0x135)]=_0x5b91ca),!![];}return![];}function _resolveCreds(_0xb68896){const _0x135c63=a73_0x43dc60,_0x2cb0ab={'BJcGR':function(_0x15bac6,_0x300dea){return _0x15bac6(_0x300dea);},'cQTHe':function(_0x3aecf4,_0x49766b){return _0x3aecf4(_0x49766b);},'hOuOY':function(_0x18888d,_0x3189ba){return _0x18888d(_0x3189ba);}};try{if(_0xb68896){const _0x429e24=_0x2cb0ab[_0x135c63(0x122)](String,_0xb68896)['trim'](),_0x3c63dd=/^https?:\/\//i[_0x135c63(0x12d)](_0x429e24)?_0x429e24:_0x135c63(0x12a)+_0x429e24[_0x135c63(0x13f)](/^\/+/,''),_0x133306=new URL(_0x3c63dd);if(_0x133306['username']||_0x133306['password'])return{'username':_0x2cb0ab['cQTHe'](decodeURIComponent,_0x133306[_0x135c63(0x114)]||''),'password':_0x2cb0ab[_0x135c63(0x137)](decodeURIComponent,_0x133306[_0x135c63(0x125)]||'')};}}catch(_0x4517a2){}const _0x1dcc82={};return _0x1dcc82['username']=process[_0x135c63(0x101)][_0x135c63(0x10f)]||'',_0x1dcc82[_0x135c63(0x125)]=process[_0x135c63(0x101)][_0x135c63(0x13a)]||'',_0x1dcc82;}async function _markViaRestApi(_0x1d8d41){const _0x9d9465=a73_0x43dc60,_0x5c3f32={'ODMJD':function(_0x13b14f,_0x4e3e76){return _0x13b14f(_0x4e3e76);},'cuczh':function(_0x57f80b,_0x2fe96a){return _0x57f80b||_0x2fe96a;},'KpFUb':'failed','pgBLO':_0x9d9465(0x13b),'cVtQD':function(_0x2e1966,_0x3536db){return _0x2e1966>=_0x3536db;},'OBXyM':function(_0x1aeb06,_0x44a39e){return _0x1aeb06<_0x44a39e;}},{username:_0x44fedf,password:_0x45db7a}=_0x5c3f32[_0x9d9465(0x11a)](_resolveCreds,_0x1d8d41['hubUrl']);if(_0x5c3f32[_0x9d9465(0x130)](!_0x44fedf,!_0x45db7a))return logger['warn'](_0x9d9465(0x121)+_0x1d8d41[_0x9d9465(0x100)]+_0x9d9465(0x123)),![];const _0x148770=BROWSERSTACK_API_URL+'/automate/sessions/'+_0x1d8d41[_0x9d9465(0x100)]+_0x9d9465(0x119);try{const _0x496942={};_0x496942[_0x9d9465(0x11b)]=_0x1d8d41[_0x9d9465(0x11b)]||_0x5c3f32[_0x9d9465(0x136)],_0x496942[_0x9d9465(0x135)]=_0x1d8d41['reason']||'';const _0x2c45ee={};_0x2c45ee[_0x9d9465(0x105)]=0x7530;const _0x4642db={};_0x4642db[_0x9d9465(0x114)]=_0x44fedf,_0x4642db[_0x9d9465(0x125)]=_0x45db7a,_0x4642db['json']=_0x496942,_0x4642db['responseType']=_0x5c3f32['pgBLO'],_0x4642db['throwHttpErrors']=![],_0x4642db[_0x9d9465(0x133)]=_0x2c45ee;const _0x2e7c00=await got[_0x9d9465(0x117)](_0x148770,_0x4642db);if(_0x5c3f32[_0x9d9465(0x13e)](_0x2e7c00['statusCode'],0xc8)&&_0x5c3f32[_0x9d9465(0x124)](_0x2e7c00[_0x9d9465(0xff)],0x12c))return logger[_0x9d9465(0x12c)](_0x9d9465(0x111)+_0x1d8d41['status']+_0x9d9465(0x131)+_0x1d8d41[_0x9d9465(0x100)]),!![];return logger[_0x9d9465(0x128)](_0x9d9465(0x10c)+_0x2e7c00[_0x9d9465(0xff)]+_0x9d9465(0x10a)+_0x1d8d41[_0x9d9465(0x100)]+':\x20'+JSON['stringify'](_0x2e7c00[_0x9d9465(0x10d)])['slice'](0x0,0xc8)),![];}catch(_0x2af1f0){return logger[_0x9d9465(0x128)](_0x9d9465(0x12e)+_0x1d8d41['sessionId']+':\x20'+_0x2af1f0[_0x9d9465(0x10b)]),![];}}async function quitAll(){const _0x30f885=a73_0x43dc60,_0x48515c={'HCmTv':function(_0x25db97,_0x2c3b0b){return _0x25db97===_0x2c3b0b;},'jgpaS':'function','GgDay':_0x30f885(0x107),'ZErao':_0x30f885(0x118),'YaRAr':function(_0x1963e1,_0x35343a){return _0x1963e1(_0x35343a);}};try{for(const _0x3e8ca2 of _entries){let _0x381777=![];try{if(_0x3e8ca2['driver']&&_0x48515c[_0x30f885(0x115)](typeof _0x3e8ca2[_0x30f885(0x12b)][_0x30f885(0x134)],_0x48515c['jgpaS'])){const _0x248114={};_0x248114[_0x30f885(0x109)]=_0x48515c[_0x30f885(0x129)],_0x248114[_0x30f885(0x104)]={},_0x248114[_0x30f885(0x104)][_0x30f885(0x11b)]=_0x3e8ca2[_0x30f885(0x11b)]||_0x48515c[_0x30f885(0x102)],_0x248114[_0x30f885(0x104)][_0x30f885(0x135)]=_0x3e8ca2[_0x30f885(0x135)]||'';const _0x31c542=_0x30f885(0x10e)+JSON[_0x30f885(0x12f)](_0x248114);await _0x3e8ca2[_0x30f885(0x12b)][_0x30f885(0x134)](_0x31c542),_0x381777=!![],logger[_0x30f885(0x12c)](_0x30f885(0x11c)+_0x3e8ca2[_0x30f885(0x11b)]+_0x30f885(0x131)+_0x3e8ca2[_0x30f885(0x100)]);}}catch(_0x2acd8f){logger[_0x30f885(0x128)](_0x30f885(0x120)+_0x3e8ca2[_0x30f885(0x100)]+'\x20(will\x20retry\x20via\x20REST):\x20'+_0x2acd8f['message']);}!_0x381777&&await _0x48515c[_0x30f885(0x140)](_markViaRestApi,_0x3e8ca2);try{_0x3e8ca2[_0x30f885(0x12b)]&&_0x48515c[_0x30f885(0x115)](typeof _0x3e8ca2[_0x30f885(0x12b)][_0x30f885(0x127)],_0x48515c['jgpaS'])&&await _0x3e8ca2[_0x30f885(0x12b)]['quit']();}catch(_0x23393b){logger['warn'](_0x30f885(0x13c)+_0x3e8ca2[_0x30f885(0x100)]+':\x20'+_0x23393b['message']);}}}finally{_entries[_0x30f885(0x11d)]=0x0;}}const a73_0x571171={};a73_0x571171[a73_0x43dc60(0x139)]=register,a73_0x571171['listEntries']=listEntries,a73_0x571171[a73_0x43dc60(0x126)]=markStatus,a73_0x571171['quitAll']=quitAll,module[a73_0x43dc60(0x108)]=a73_0x571171;function a73_0x12bd(){const _0x3c1076=['replace','YaRAr','platformIndex','167710vdIlhC','3cQCsXj','statusCode','sessionId','env','ZErao','../utils/constants','arguments','request','PpZMr','setSessionStatus','exports','action','\x20for\x20','message','[session-registry]\x20REST\x20mark\x20HTTP\x20','body','browserstack_executor:\x20','BROWSERSTACK_USERNAME','1196920nONGJq','[session-registry]\x20REST\x20setSessionStatus(','winstonLogger','smgUw','username','HCmTv','SkiXL','put','failed','.json','ODMJD','status','[session-registry]\x20executeScript\x20setSessionStatus(','length','1050368FeNFta','4264668ObczAV','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','BJcGR',':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY','OBXyM','password','markStatus','quit','warn','GgDay','https://','driver','info','test','[session-registry]\x20REST\x20mark\x20failed\x20for\x20','stringify','cuczh',')\x20OK\x20for\x20','1245125BQXnmR','timeout','executeScript','reason','KpFUb','hOuOY','1506112JqRbsB','register','BROWSERSTACK_ACCESS_KEY','json','[session-registry]\x20driver.quit\x20failed\x20for\x20','43059TJDEIC','cVtQD'];a73_0x12bd=function(){return _0x3c1076;};return a73_0x12bd();}
1
+ 'use strict';const a73_0xb6d201=a73_0x5450;(function(_0x1ec7de,_0x171bef){const _0x2ac084=a73_0x5450,_0x27533b=_0x1ec7de();while(!![]){try{const _0x5bfa46=-parseInt(_0x2ac084(0x238))/0x1+parseInt(_0x2ac084(0x1f4))/0x2+parseInt(_0x2ac084(0x203))/0x3+parseInt(_0x2ac084(0x235))/0x4+parseInt(_0x2ac084(0x21a))/0x5+-parseInt(_0x2ac084(0x225))/0x6*(-parseInt(_0x2ac084(0x1fd))/0x7)+parseInt(_0x2ac084(0x231))/0x8*(-parseInt(_0x2ac084(0x218))/0x9);if(_0x5bfa46===_0x171bef)break;else _0x27533b['push'](_0x27533b['shift']());}catch(_0x58515a){_0x27533b['push'](_0x27533b['shift']());}}}(a73_0x5a13,0xc3257));function a73_0x5a13(){const _0x17e32a=['225138YPBTCe','fpEqr','password','slice','sessionId','\x20for\x20','responseType','register','message','7LhXVHQ','quit','request','executeScript','test','throwHttpErrors','3424617EzHAaL','browserstack_executor:\x20','https://','quitAll','status','reason','[session-registry]\x20REST\x20setSessionStatus(','push','put','username','BqdLT','trim','driver','efZzz','Yhgjb','/automate/sessions/','UtyIf','statusCode','BROWSERSTACK_USERNAME',')\x20OK\x20for\x20','Oyhhh','2848581rGFlXw','length','3098605aovZsp','jtGrD','listEntries','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','[session-registry]\x20driver.quit\x20failed\x20for\x20','got','.json','replace','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','wXdNM','action','4612170Bqyeew','arguments','SjvZv','../../helpers/logger','function','exports','wcMgl','NvlxC','env','[session-registry]\x20REST\x20mark\x20failed\x20for\x20','IxtXs','../utils/constants','72nMfsRK','warn','failed','timeout','6276644HZETLA','info','stringify','563785QNgfVP','json','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','body','[session-registry]\x20REST\x20mark\x20HTTP\x20'];a73_0x5a13=function(){return _0x17e32a;};return a73_0x5a13();}const got=require(a73_0xb6d201(0x21f)),logger=require(a73_0xb6d201(0x228))['winstonLogger'],{BROWSERSTACK_API_URL}=require(a73_0xb6d201(0x230)),_entries=[];function register(_0x2f2b10){const _0x4040b0=a73_0xb6d201,_0x403dad={};_0x403dad[_0x4040b0(0x217)]=_0x4040b0(0x233),_0x403dad[_0x4040b0(0x20d)]=_0x4040b0(0x1f1);const _0x2248b3=_0x403dad,_0xbdafe3={'status':_0x2248b3[_0x4040b0(0x217)],'reason':_0x2248b3[_0x4040b0(0x20d)],..._0x2f2b10};_entries[_0x4040b0(0x20a)](_0xbdafe3);}function a73_0x5450(_0x511959,_0x518182){const _0x5a1306=a73_0x5a13();return a73_0x5450=function(_0x5450d1,_0x2fa694){_0x5450d1=_0x5450d1-0x1f0;let _0x469d66=_0x5a1306[_0x5450d1];return _0x469d66;},a73_0x5450(_0x511959,_0x518182);}function listEntries(){const _0x1b9558=a73_0xb6d201;return _entries[_0x1b9558(0x1f7)]();}function markStatus(_0x1a1d7e,_0x45abe7,_0x589eb7){const _0x4b3d24=a73_0xb6d201,_0x4623c6={};_0x4623c6[_0x4b3d24(0x21b)]=function(_0x1dacf6,_0x5d7cd0){return _0x1dacf6===_0x5d7cd0;};const _0x269c24=_0x4623c6;for(const _0x2f0b00 of _entries){if(_0x269c24[_0x4b3d24(0x21b)](_0x2f0b00['platformIndex'],_0x1a1d7e))return _0x2f0b00[_0x4b3d24(0x207)]=_0x45abe7,_0x589eb7&&(_0x2f0b00[_0x4b3d24(0x208)]=_0x589eb7),!![];}return![];}function _resolveCreds(_0x2351bb){const _0x387806=a73_0xb6d201,_0xf7efd7={'SjvZv':function(_0x3f0aa5,_0x5b4bc5){return _0x3f0aa5(_0x5b4bc5);},'Yhgjb':function(_0x303c8e,_0x847f51){return _0x303c8e(_0x847f51);}};try{if(_0x2351bb){const _0x334ca6=_0xf7efd7[_0x387806(0x227)](String,_0x2351bb)[_0x387806(0x20e)](),_0x1c3767=/^https?:\/\//i[_0x387806(0x201)](_0x334ca6)?_0x334ca6:_0x387806(0x205)+_0x334ca6[_0x387806(0x221)](/^\/+/,''),_0x33d38f=new URL(_0x1c3767);if(_0x33d38f[_0x387806(0x20c)]||_0x33d38f['password'])return{'username':_0xf7efd7[_0x387806(0x227)](decodeURIComponent,_0x33d38f[_0x387806(0x20c)]||''),'password':_0xf7efd7[_0x387806(0x211)](decodeURIComponent,_0x33d38f['password']||'')};}}catch(_0x5b7e18){}const _0x2ada20={};return _0x2ada20['username']=process[_0x387806(0x22d)][_0x387806(0x215)]||'',_0x2ada20[_0x387806(0x1f6)]=process[_0x387806(0x22d)]['BROWSERSTACK_ACCESS_KEY']||'',_0x2ada20;}async function _markViaRestApi(_0xf6f74f){const _0x1aabc3=a73_0xb6d201,_0x290a58={'UtyIf':function(_0x261b45,_0x28b14a){return _0x261b45(_0x28b14a);},'NvlxC':function(_0xaf8b89,_0x4e95f7){return _0xaf8b89||_0x4e95f7;},'IxtXs':_0x1aabc3(0x233),'dzAGd':_0x1aabc3(0x1f0),'wcMgl':function(_0x3d9d51,_0x407f7){return _0x3d9d51>=_0x407f7;},'lbMlY':function(_0x4acc04,_0x5957f4){return _0x4acc04<_0x5957f4;}},{username:_0x5dbf7d,password:_0x3508c3}=_0x290a58[_0x1aabc3(0x213)](_resolveCreds,_0xf6f74f['hubUrl']);if(_0x290a58[_0x1aabc3(0x22c)](!_0x5dbf7d,!_0x3508c3))return logger[_0x1aabc3(0x232)](_0x1aabc3(0x21d)+_0xf6f74f[_0x1aabc3(0x1f8)]+':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY'),![];const _0x456891=BROWSERSTACK_API_URL+_0x1aabc3(0x212)+_0xf6f74f[_0x1aabc3(0x1f8)]+_0x1aabc3(0x220);try{const _0x1f54df={};_0x1f54df[_0x1aabc3(0x207)]=_0xf6f74f['status']||_0x290a58[_0x1aabc3(0x22f)],_0x1f54df[_0x1aabc3(0x208)]=_0xf6f74f['reason']||'';const _0x511502={};_0x511502[_0x1aabc3(0x1ff)]=0x7530;const _0x48a650={};_0x48a650[_0x1aabc3(0x20c)]=_0x5dbf7d,_0x48a650[_0x1aabc3(0x1f6)]=_0x3508c3,_0x48a650[_0x1aabc3(0x1f0)]=_0x1f54df,_0x48a650[_0x1aabc3(0x1fa)]=_0x290a58['dzAGd'],_0x48a650[_0x1aabc3(0x202)]=![],_0x48a650[_0x1aabc3(0x234)]=_0x511502;const _0x223eb=await got[_0x1aabc3(0x20b)](_0x456891,_0x48a650);if(_0x290a58[_0x1aabc3(0x22b)](_0x223eb[_0x1aabc3(0x214)],0xc8)&&_0x290a58['lbMlY'](_0x223eb[_0x1aabc3(0x214)],0x12c))return logger[_0x1aabc3(0x236)](_0x1aabc3(0x209)+_0xf6f74f[_0x1aabc3(0x207)]+_0x1aabc3(0x216)+_0xf6f74f[_0x1aabc3(0x1f8)]),!![];return logger[_0x1aabc3(0x232)](_0x1aabc3(0x1f3)+_0x223eb[_0x1aabc3(0x214)]+_0x1aabc3(0x1f9)+_0xf6f74f['sessionId']+':\x20'+JSON[_0x1aabc3(0x237)](_0x223eb[_0x1aabc3(0x1f2)])[_0x1aabc3(0x1f7)](0x0,0xc8)),![];}catch(_0x12c06a){return logger[_0x1aabc3(0x232)](_0x1aabc3(0x22e)+_0xf6f74f[_0x1aabc3(0x1f8)]+':\x20'+_0x12c06a[_0x1aabc3(0x1fc)]),![];}}async function quitAll(){const _0x1d4a68=a73_0xb6d201,_0x5863b6={'fpEqr':function(_0x343d15,_0x260e6d){return _0x343d15===_0x260e6d;},'tRRLz':_0x1d4a68(0x229),'efZzz':'setSessionStatus','aiMhE':_0x1d4a68(0x233),'espSM':function(_0x114dae,_0x3f2cf5){return _0x114dae(_0x3f2cf5);},'wXdNM':function(_0x479952,_0x33e07e){return _0x479952===_0x33e07e;}};try{for(const _0x2f59c0 of _entries){let _0x966a3a=![];try{if(_0x2f59c0[_0x1d4a68(0x20f)]&&_0x5863b6[_0x1d4a68(0x1f5)](typeof _0x2f59c0['driver'][_0x1d4a68(0x200)],_0x5863b6['tRRLz'])){const _0x1b65f4={};_0x1b65f4[_0x1d4a68(0x224)]=_0x5863b6[_0x1d4a68(0x210)],_0x1b65f4[_0x1d4a68(0x226)]={},_0x1b65f4[_0x1d4a68(0x226)][_0x1d4a68(0x207)]=_0x2f59c0['status']||_0x5863b6['aiMhE'],_0x1b65f4[_0x1d4a68(0x226)][_0x1d4a68(0x208)]=_0x2f59c0[_0x1d4a68(0x208)]||'';const _0x5049c6=_0x1d4a68(0x204)+JSON[_0x1d4a68(0x237)](_0x1b65f4);await _0x2f59c0['driver'][_0x1d4a68(0x200)](_0x5049c6),_0x966a3a=!![],logger['info']('[session-registry]\x20executeScript\x20setSessionStatus('+_0x2f59c0[_0x1d4a68(0x207)]+_0x1d4a68(0x216)+_0x2f59c0[_0x1d4a68(0x1f8)]);}}catch(_0x54230b){logger['warn'](_0x1d4a68(0x222)+_0x2f59c0[_0x1d4a68(0x1f8)]+'\x20(will\x20retry\x20via\x20REST):\x20'+_0x54230b[_0x1d4a68(0x1fc)]);}!_0x966a3a&&await _0x5863b6['espSM'](_markViaRestApi,_0x2f59c0);try{_0x2f59c0[_0x1d4a68(0x20f)]&&_0x5863b6[_0x1d4a68(0x223)](typeof _0x2f59c0[_0x1d4a68(0x20f)][_0x1d4a68(0x1fe)],_0x5863b6['tRRLz'])&&await _0x2f59c0[_0x1d4a68(0x20f)]['quit']();}catch(_0x16b928){logger['warn'](_0x1d4a68(0x21e)+_0x2f59c0['sessionId']+':\x20'+_0x16b928[_0x1d4a68(0x1fc)]);}}}finally{_entries[_0x1d4a68(0x219)]=0x0;}}const a73_0x4f97d5={};a73_0x4f97d5[a73_0xb6d201(0x1fb)]=register,a73_0x4f97d5[a73_0xb6d201(0x21c)]=listEntries,a73_0x4f97d5['markStatus']=markStatus,a73_0x4f97d5[a73_0xb6d201(0x206)]=quitAll,module[a73_0xb6d201(0x22a)]=a73_0x4f97d5;
@@ -1 +1 @@
1
- 'use strict';const a74_0x1b8ab8=a74_0x3b6e;(function(_0x180674,_0x3efc37){const _0x33836b=a74_0x3b6e,_0x17501b=_0x180674();while(!![]){try{const _0x254aeb=-parseInt(_0x33836b(0x9c))/0x1*(-parseInt(_0x33836b(0x72))/0x2)+parseInt(_0x33836b(0x75))/0x3*(parseInt(_0x33836b(0x85))/0x4)+parseInt(_0x33836b(0x70))/0x5*(-parseInt(_0x33836b(0xae))/0x6)+parseInt(_0x33836b(0x6c))/0x7+parseInt(_0x33836b(0x8e))/0x8+-parseInt(_0x33836b(0xb7))/0x9+-parseInt(_0x33836b(0x88))/0xa*(parseInt(_0x33836b(0x6f))/0xb);if(_0x254aeb===_0x3efc37)break;else _0x17501b['push'](_0x17501b['shift']());}catch(_0x55117c){_0x17501b['push'](_0x17501b['shift']());}}}(a74_0x21e8,0x449fb));const {v4:uuidv4}=require(a74_0x1b8ab8(0x71)),logger=require(a74_0x1b8ab8(0x76))['winstonLogger'];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];function a74_0x3b6e(_0xc8772e,_0x47a31c){const _0x21e8ea=a74_0x21e8();return a74_0x3b6e=function(_0x3b6e77,_0x4b1df8){_0x3b6e77=_0x3b6e77-0x64;let _0x4e899c=_0x21e8ea[_0x3b6e77];return _0x4e899c;},a74_0x3b6e(_0xc8772e,_0x47a31c);}const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp('^(\x5cs*)'+'('+'[✓✔✗✘×]\x5cs'+'|\x5cd+\x5cs+passed'+'|\x5cd+\x5cs+failed'+a74_0x1b8ab8(0x98)+'|Running\x20tests\x20in'+a74_0x1b8ab8(0xa8)+'|Test\x20\x5cd+\x20of\x20\x5cd+'+'|Connecting\x20to\x20.*://'+a74_0x1b8ab8(0xa3)+')');function _stripAnsi(_0xab1212){const _0x120a06=a74_0x1b8ab8,_0x277ac2={};_0x277ac2['VKmBd']=function(_0x32ba28,_0x30617f){return _0x32ba28!==_0x30617f;},_0x277ac2[_0x120a06(0x6b)]=_0x120a06(0x7a);const _0x509782=_0x277ac2;if(_0x509782[_0x120a06(0xbc)](typeof _0xab1212,_0x509782[_0x120a06(0x6b)]))return _0xab1212;return _0xab1212['replace'](ANSI_RE,'');}function _shouldForward(_0x1e3095){const _0x44f139=a74_0x1b8ab8,_0x47f552={'ioMGl':function(_0x232414,_0x35d576){return _0x232414(_0x35d576);}};if(!_0x1e3095||!_0x1e3095['trim']())return![];if(INTERNAL_LOG_RE[_0x44f139(0x66)](_0x1e3095))return![];const _0x4efd6b=_0x47f552[_0x44f139(0xb2)](_stripAnsi,_0x1e3095)[_0x44f139(0xa2)]();if(!_0x4efd6b)return![];if(SPEC_REPORTER_RE[_0x44f139(0x66)](_0x4efd6b))return![];return!![];}function a74_0x21e8(){const _0x24b369=['testFrameworkState','toString','10LSicXT','TEST','KIND_LOG','getInstance','WbHhO','isBuffer','1266688HWKvpA','xBfOy','now','info','OciTD','kOzJI','debug','[stdout-interceptor]\x20uninstalled','Byqml','nBsgz','|\x5cd+\x5cs+skipped','EPYSP','stdout','rFngr','1GfKSAP','lKKoY','kPofW','timestamp','function','2|5|7|3|6|4|1|0','trim','|Waiting\x20for','toISOString','[stdout-interceptor]\x20installed','uninstall','utf8','|Hostname:','__currentPlatformUuids','stderr','testcafe','izWNI','install','6CzUYan','logs','dbAzJ','nUCkW','ioMGl','split','aeIPK','RsaUJ','Hdjtt','812871hSNcov','getTestFrameworksVersions','catch','clear','MKLay','VKmBd','zvpdJ','getData','delete','test','../v2/framework/constants/testFrameworkConstants','FabKJ','test_run_uuid','length','mphQq','1857191SAWxGE','1|2|0|3|4|6|5','write','4381179wRjazp','2216125XsQSpQ','uuid','614028NbGDbE','set','getTrackedInstance','9jcnRgX','../../helpers/logger','HrdVa','platformIndex','getTestFrameworks','string','IzgNd','BNRqO','bind','MyCDw','gUQBh','kMZBL','../v2/grpcClient','getTestFramework','IfyuH','YctFX','643004FPIpsP'];a74_0x21e8=function(){return _0x24b369;};return a74_0x21e8();}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x6d1804){const _0x17489c=a74_0x1b8ab8,_0x4329fc={};_0x4329fc[_0x17489c(0x80)]=function(_0x2f7d74,_0x4e97bd){return _0x2f7d74>_0x4e97bd;},_0x4329fc[_0x17489c(0x68)]=function(_0x2921ac,_0xdbec45){return _0x2921ac>_0xdbec45;},_0x4329fc['BNRqO']=function(_0x4b4caf,_0x177f9f){return _0x4b4caf-_0x177f9f;},_0x4329fc[_0x17489c(0x77)]=function(_0x5d7d40,_0x5a5e4f){return _0x5d7d40!==_0x5a5e4f;},_0x4329fc[_0x17489c(0x84)]=function(_0x2fcd4a,_0x21fca0){return _0x2fcd4a<_0x21fca0;};const _0x311a22=_0x4329fc,_0x287b8a=Date[_0x17489c(0x90)]();if(_0x311a22[_0x17489c(0x80)](_recent['size'],0xc8))for(const [_0x49b314,_0x20bffe]of _recent){_0x311a22[_0x17489c(0x68)](_0x311a22[_0x17489c(0x7c)](_0x287b8a,_0x20bffe),DEDUP_WINDOW_MS)&&_recent[_0x17489c(0x65)](_0x49b314);}const _0x42cf17=_recent['get'](_0x6d1804);if(_0x311a22['HrdVa'](_0x42cf17,undefined)&&_0x311a22[_0x17489c(0x84)](_0x311a22[_0x17489c(0x7c)](_0x287b8a,_0x42cf17),DEDUP_WINDOW_MS))return!![];return _recent[_0x17489c(0x73)](_0x6d1804,_0x287b8a),![];}function _emitLog(_0x3bffa8){const _0x2e153e=a74_0x1b8ab8,_0x2e372c={'Hdjtt':function(_0x186c94,_0x267076){return _0x186c94(_0x267076);},'EgxzY':'../v2/browserstackCLI','nUCkW':function(_0x365949,_0x4979b4){return _0x365949(_0x4979b4);},'rFngr':_0x2e153e(0x81),'zvpdJ':'../v2/framework/testFramework','xBfOy':_0x2e153e(0x67),'RsaUJ':_0x2e153e(0xa9),'izWNI':function(_0x3dc839,_0x2c156a){return _0x3dc839===_0x2c156a;},'MyCDw':function(_0x43f982,_0x202a3a){return _0x43f982===_0x202a3a;},'lKKoY':_0x2e153e(0xa0),'EPYSP':function(_0xd61507,_0x22baf2){return _0xd61507(_0x22baf2);},'xRfnB':function(_0x5ad37d,_0x31f391){return _0x5ad37d(_0x31f391);},'YerSK':function(_0xf04274,_0x3eb0ec){return _0xf04274<_0x3eb0ec;},'kOzJI':_0x2e153e(0x91),'Josqj':_0x2e153e(0xab),'MKLay':_0x2e153e(0x89)};try{const _0x570e80=_0x2e372c[_0x2e153e(0xb6)](require,_0x2e372c['EgxzY']),_0x220138=_0x2e372c[_0x2e153e(0xb1)](require,_0x2e372c[_0x2e153e(0x9b)]),_0x20f025=_0x2e372c[_0x2e153e(0xb1)](require,_0x2e372c[_0x2e153e(0xbd)]),_0x2be9c8=_0x2e372c[_0x2e153e(0xb6)](require,_0x2e372c[_0x2e153e(0x8f)]),_0x543327=_0x570e80['getInstance']&&_0x570e80['getInstance']();if(!_0x543327||!_0x543327['isRunning']())return;const _0xab939=_0x543327['getTestFramework']&&_0x543327[_0x2e153e(0x82)](),_0x4414e6=_0x20f025[_0x2e153e(0x74)]&&_0x20f025[_0x2e153e(0x74)]();if(!_0x4414e6)return;const _0x5f08ad=Array['isArray'](_0x4414e6['getData'](_0x2e372c['RsaUJ']))?_0x4414e6[_0x2e153e(0x64)](_0x2e372c[_0x2e153e(0xb5)]):[];if(_0x2e372c[_0x2e153e(0xac)](_0x5f08ad[_0x2e153e(0x6a)],0x0))return;const _0x4dffe5=_0xab939&&_0x2e372c[_0x2e153e(0x7e)](typeof _0xab939[_0x2e153e(0xb8)],_0x2e372c[_0x2e153e(0x9d)])?_0xab939[_0x2e153e(0xb8)]():{},_0xbb0972=_0xab939&&_0x2e372c[_0x2e153e(0xac)](typeof _0xab939[_0x2e153e(0x79)],_0x2e372c[_0x2e153e(0x9d)])?_0xab939[_0x2e153e(0x79)]():[],_0x2a7bef=_0xbb0972&&_0xbb0972[0x0]&&_0x4dffe5&&_0x4dffe5[_0xbb0972[0x0]]||'',_0x3e0f09=_0x2e372c[_0x2e153e(0x99)](_stripAnsi,_0x3bffa8)['trim']();if(_0x2e372c['xRfnB'](_isDuplicate,_0x3e0f09))return;const _0xbd670a=new Date()[_0x2e153e(0xa4)]();for(let _0xc2bcfc=0x0;_0x2e372c['YerSK'](_0xc2bcfc,_0x5f08ad[_0x2e153e(0x6a)]);_0xc2bcfc++){const _0x295ec0=_0x5f08ad[_0xc2bcfc];if(!_0x295ec0)continue;const _0x56d5a={};_0x56d5a[_0x2e153e(0x71)]=_0x295ec0,_0x56d5a[_0x2e153e(0x69)]=_0x295ec0,_0x56d5a[_0x2e153e(0x9f)]=_0xbd670a,_0x56d5a['message']=_0x3e0f09,_0x56d5a['kind']=_0x2be9c8[_0x2e153e(0x8a)],_0x56d5a['level']=_0x2e372c[_0x2e153e(0x93)];const _0x37e6c9=_0x56d5a,_0x3168f1={};_0x3168f1[_0x2e153e(0x78)]=_0xc2bcfc,_0x3168f1[_0x2e153e(0xaf)]=[_0x37e6c9],_0x3168f1['testFrameworkName']=_0x2e372c['Josqj'],_0x3168f1['testFrameworkVersion']=_0x2a7bef,_0x3168f1[_0x2e153e(0x86)]=_0x2e372c[_0x2e153e(0xbb)];const _0x205372=_0x3168f1;_0x220138[_0x2e153e(0x8b)]()['logCreatedEvent'](_0x205372)[_0x2e153e(0xb9)](()=>{});}}catch(_0x915cd0){}}function _wrap(_0x4cf0ff){const _0x399c1c=a74_0x1b8ab8,_0x3d67f3={'IzgNd':function(_0x5719bb,_0x224a34,_0x1ffda9,_0x38800e){return _0x5719bb(_0x224a34,_0x1ffda9,_0x38800e);},'nBsgz':function(_0x2377ee,_0x62a5b6){return _0x2377ee===_0x62a5b6;},'gUQBh':_0x399c1c(0x7a),'WbHhO':_0x399c1c(0xa7),'kPofW':function(_0x34ef8b,_0x5322b0){return _0x34ef8b(_0x5322b0);}};return function(_0x411508,_0x22ef72,_0x4268a5){const _0x3043ef=_0x399c1c,_0x97ee0e=_0x3d67f3[_0x3043ef(0x7b)](_0x4cf0ff,_0x411508,_0x22ef72,_0x4268a5);try{const _0x22d09f=_0x3d67f3[_0x3043ef(0x97)](typeof _0x411508,_0x3d67f3[_0x3043ef(0x7f)])?_0x411508:Buffer[_0x3043ef(0x8d)](_0x411508)?_0x411508[_0x3043ef(0x87)](_0x3d67f3[_0x3043ef(0x8c)]):_0x3d67f3[_0x3043ef(0x9e)](String,_0x411508),_0x18902b=_0x22d09f['split'](/\r?\n/);for(const _0xeacd1d of _0x18902b){_0x3d67f3[_0x3043ef(0x9e)](_shouldForward,_0xeacd1d)&&_0x3d67f3[_0x3043ef(0x9e)](_emitLog,_0xeacd1d);}}catch(_0x36fa41){}return _0x97ee0e;};}exports[a74_0x1b8ab8(0xad)]=()=>{const _0xbefe7=a74_0x1b8ab8,_0x5da9d4={'OciTD':_0xbefe7(0x6d),'aeIPK':function(_0x2c79b3,_0x3e6dd3){return _0x2c79b3(_0x3e6dd3);},'dbAzJ':_0xbefe7(0xa5)},_0x32fd3d=_0x5da9d4[_0xbefe7(0x92)]['split']('|');let _0xbdf245=0x0;while(!![]){switch(_0x32fd3d[_0xbdf245++]){case'0':_origStderrWrite=process[_0xbefe7(0xaa)][_0xbefe7(0x6e)][_0xbefe7(0x7d)](process[_0xbefe7(0xaa)]);continue;case'1':if(_installed)return;continue;case'2':_origStdoutWrite=process[_0xbefe7(0x9a)][_0xbefe7(0x6e)][_0xbefe7(0x7d)](process['stdout']);continue;case'3':process[_0xbefe7(0x9a)][_0xbefe7(0x6e)]=_0x5da9d4[_0xbefe7(0xb4)](_wrap,_origStdoutWrite);continue;case'4':process[_0xbefe7(0xaa)]['write']=_0x5da9d4[_0xbefe7(0xb4)](_wrap,_origStderrWrite);continue;case'5':logger['debug'](_0x5da9d4[_0xbefe7(0xb0)]);continue;case'6':_installed=!![];continue;}break;}},exports[a74_0x1b8ab8(0xa6)]=()=>{const _0x58fb14=a74_0x1b8ab8,_0x3a8eca={};_0x3a8eca[_0x58fb14(0x83)]=_0x58fb14(0xa1),_0x3a8eca['Byqml']=_0x58fb14(0x95);const _0x4297ee=_0x3a8eca,_0x365a34=_0x4297ee[_0x58fb14(0x83)][_0x58fb14(0xb3)]('|');let _0x12da1e=0x0;while(!![]){switch(_0x365a34[_0x12da1e++]){case'0':logger[_0x58fb14(0x94)](_0x4297ee[_0x58fb14(0x96)]);continue;case'1':_recent[_0x58fb14(0xba)]();continue;case'2':if(!_installed)return;continue;case'3':_origStdoutWrite=null;continue;case'4':_installed=![];continue;case'5':_origStdoutWrite&&(process['stdout'][_0x58fb14(0x6e)]=_origStdoutWrite);continue;case'6':_origStderrWrite=null;continue;case'7':_origStderrWrite&&(process[_0x58fb14(0xaa)][_0x58fb14(0x6e)]=_origStderrWrite);continue;}break;}};
1
+ 'use strict';const a74_0x3cb803=a74_0xfbd9;(function(_0x453f68,_0xfc7311){const _0x253ec4=a74_0xfbd9,_0x29215f=_0x453f68();while(!![]){try{const _0x231fe6=-parseInt(_0x253ec4(0x1ed))/0x1*(parseInt(_0x253ec4(0x1a5))/0x2)+-parseInt(_0x253ec4(0x1a1))/0x3+parseInt(_0x253ec4(0x1c2))/0x4+-parseInt(_0x253ec4(0x19c))/0x5*(parseInt(_0x253ec4(0x1ea))/0x6)+-parseInt(_0x253ec4(0x1ab))/0x7+parseInt(_0x253ec4(0x1f2))/0x8*(parseInt(_0x253ec4(0x1f8))/0x9)+-parseInt(_0x253ec4(0x1f4))/0xa*(-parseInt(_0x253ec4(0x1bd))/0xb);if(_0x231fe6===_0xfc7311)break;else _0x29215f['push'](_0x29215f['shift']());}catch(_0x138ab6){_0x29215f['push'](_0x29215f['shift']());}}}(a74_0x23eb,0xc603f));const {v4:uuidv4}=require('uuid'),logger=require(a74_0x3cb803(0x1ad))[a74_0x3cb803(0x1dc)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];function a74_0x23eb(){const _0x4e5ae4=['5744484LZatLi','261505UzOBLq','JSxCm','ontYY','trim','toString','3516585xLHMyz','string','delete','zRLpn','42452DxwNxB','message','clear','debug','../v2/browserstackCLI','uuid','4544827tcYFgF','aQPBk','../../helpers/logger','rcQGV','cBIzV','GGgfD','DVSUp','QvdFr','function','testcafe','get','../v2/framework/testFramework','catch','logCreatedEvent','rNXXH','timestamp','replace','|Test\x20\x5cd+\x20of\x20\x5cd+','2134CoqJQO','WydWI','length','zWrTV','__currentPlatformUuids','5532164KXHvil','platformIndex','../v2/framework/constants/testFrameworkConstants','Ntkhd','hwhWW','testFrameworkState','../v2/grpcClient','getTestFrameworks','6|4|0|1|2|7|5|3','iTLak','jLOtg','utf8','UvIKc','TFCxV','|Running\x20tests\x20in','|\x5cd+\x5cs+failed','mKwmv','sPyHG','getData','stdout','aUHzR','getTrackedInstance','getTestFrameworksVersions','kvEMZ','Lbblh','getInstance','winstonLogger','isBuffer','testFrameworkVersion','KIND_LOG','write','[✓✔✗✘×]\x5cs','getTestFramework','toISOString','|Waiting\x20for','^(\x5cs*)','[stdout-interceptor]\x20uninstalled','isRunning','gEGZk','|\x5cd+\x5cs+skipped','156bLzQHG','install','ZNZUp','73HXugJe','|Hostname:','TEST','mJNVq','split','16drPOHZ','stderr','148570HPxcAN','size','mNIIO','DCksB'];a74_0x23eb=function(){return _0x4e5ae4;};return a74_0x23eb();}const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a74_0x3cb803(0x1e5)+'('+a74_0x3cb803(0x1e1)+'|\x5cd+\x5cs+passed'+a74_0x3cb803(0x1d1)+a74_0x3cb803(0x1e9)+a74_0x3cb803(0x1d0)+a74_0x3cb803(0x1ee)+a74_0x3cb803(0x1bc)+'|Connecting\x20to\x20.*://'+a74_0x3cb803(0x1e4)+')');function _stripAnsi(_0x4ea5da){const _0x2195e7=a74_0x3cb803,_0x13a580={};_0x13a580[_0x2195e7(0x1ac)]=function(_0x335d06,_0x10aba7){return _0x335d06!==_0x10aba7;},_0x13a580[_0x2195e7(0x1f7)]=_0x2195e7(0x1a2);const _0x2b1fde=_0x13a580;if(_0x2b1fde[_0x2195e7(0x1ac)](typeof _0x4ea5da,_0x2b1fde['DCksB']))return _0x4ea5da;return _0x4ea5da[_0x2195e7(0x1bb)](ANSI_RE,'');}function _shouldForward(_0x48b578){const _0x3dcbd9=a74_0x3cb803,_0x109d36={'Ntkhd':function(_0x5b915c,_0x470fa9){return _0x5b915c(_0x470fa9);}};if(!_0x48b578||!_0x48b578[_0x3dcbd9(0x19f)]())return![];if(INTERNAL_LOG_RE['test'](_0x48b578))return![];const _0x114a1e=_0x109d36[_0x3dcbd9(0x1c5)](_stripAnsi,_0x48b578)[_0x3dcbd9(0x19f)]();if(!_0x114a1e)return![];if(SPEC_REPORTER_RE['test'](_0x114a1e))return![];return!![];}function a74_0xfbd9(_0x28cfa3,_0x565cf1){const _0x23eb0c=a74_0x23eb();return a74_0xfbd9=function(_0xfbd92b,_0x3b781c){_0xfbd92b=_0xfbd92b-0x19c;let _0xe15353=_0x23eb0c[_0xfbd92b];return _0xe15353;},a74_0xfbd9(_0x28cfa3,_0x565cf1);}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x1489a6){const _0x4e70a3=a74_0x3cb803,_0x2acee3={};_0x2acee3[_0x4e70a3(0x1e8)]=function(_0xd65bee,_0x5e1a8f){return _0xd65bee>_0x5e1a8f;},_0x2acee3['ddDja']=function(_0x5cc9f8,_0x226cb3){return _0x5cc9f8-_0x226cb3;},_0x2acee3[_0x4e70a3(0x1ae)]=function(_0x53be09,_0x958ce1){return _0x53be09!==_0x958ce1;},_0x2acee3['WydWI']=function(_0x4bd187,_0x17be73){return _0x4bd187<_0x17be73;},_0x2acee3['UvIKc']=function(_0x3b39c6,_0x5cae19){return _0x3b39c6-_0x5cae19;};const _0x4ee10b=_0x2acee3,_0x1e4692=Date['now']();if(_0x4ee10b['gEGZk'](_recent[_0x4e70a3(0x1f5)],0xc8))for(const [_0x1fb52c,_0x2d4eba]of _recent){_0x4ee10b[_0x4e70a3(0x1e8)](_0x4ee10b['ddDja'](_0x1e4692,_0x2d4eba),DEDUP_WINDOW_MS)&&_recent[_0x4e70a3(0x1a3)](_0x1fb52c);}const _0x521e4d=_recent[_0x4e70a3(0x1b5)](_0x1489a6);if(_0x4ee10b[_0x4e70a3(0x1ae)](_0x521e4d,undefined)&&_0x4ee10b[_0x4e70a3(0x1be)](_0x4ee10b[_0x4e70a3(0x1ce)](_0x1e4692,_0x521e4d),DEDUP_WINDOW_MS))return!![];return _recent['set'](_0x1489a6,_0x1e4692),![];}function _emitLog(_0x4164a6){const _0x165225=a74_0x3cb803,_0x3c6b14={'zRLpn':function(_0x59849e,_0x726cd){return _0x59849e(_0x726cd);},'kvEMZ':_0x165225(0x1a9),'zpVgV':_0x165225(0x1c8),'JSxCm':function(_0x3f37e0,_0x388a99){return _0x3f37e0(_0x388a99);},'ZNZUp':_0x165225(0x1b6),'mNIIO':_0x165225(0x1c4),'QvdFr':_0x165225(0x1c1),'rNXXH':function(_0x1da1d7,_0x44c4a8){return _0x1da1d7===_0x44c4a8;},'zWrTV':function(_0x5bfa10,_0x1d46ab){return _0x5bfa10===_0x1d46ab;},'sPyHG':_0x165225(0x1b3),'eixEj':function(_0x10e06d,_0x58572f){return _0x10e06d(_0x58572f);},'OIqjP':function(_0x1e9eb2,_0x42332e){return _0x1e9eb2<_0x42332e;},'hwhWW':'info','IDgtn':_0x165225(0x1b4),'hVJmr':_0x165225(0x1ef)};try{const _0x2766ee=_0x3c6b14[_0x165225(0x1a4)](require,_0x3c6b14[_0x165225(0x1d9)]),_0x4e185c=_0x3c6b14[_0x165225(0x1a4)](require,_0x3c6b14['zpVgV']),_0x4cf05d=_0x3c6b14[_0x165225(0x19d)](require,_0x3c6b14[_0x165225(0x1ec)]),_0x5f2568=_0x3c6b14[_0x165225(0x19d)](require,_0x3c6b14[_0x165225(0x1f6)]),_0x34182c=_0x2766ee[_0x165225(0x1db)]&&_0x2766ee[_0x165225(0x1db)]();if(!_0x34182c||!_0x34182c[_0x165225(0x1e7)]())return;const _0x1e158e=_0x34182c[_0x165225(0x1e2)]&&_0x34182c[_0x165225(0x1e2)](),_0x290333=_0x4cf05d[_0x165225(0x1d7)]&&_0x4cf05d[_0x165225(0x1d7)]();if(!_0x290333)return;const _0x14b862=Array['isArray'](_0x290333[_0x165225(0x1d4)](_0x3c6b14[_0x165225(0x1b2)]))?_0x290333[_0x165225(0x1d4)](_0x3c6b14[_0x165225(0x1b2)]):[];if(_0x3c6b14[_0x165225(0x1b9)](_0x14b862[_0x165225(0x1bf)],0x0))return;const _0x4b4803=_0x1e158e&&_0x3c6b14[_0x165225(0x1c0)](typeof _0x1e158e[_0x165225(0x1d8)],_0x3c6b14[_0x165225(0x1d3)])?_0x1e158e[_0x165225(0x1d8)]():{},_0x3268fc=_0x1e158e&&_0x3c6b14['rNXXH'](typeof _0x1e158e[_0x165225(0x1c9)],_0x3c6b14[_0x165225(0x1d3)])?_0x1e158e[_0x165225(0x1c9)]():[],_0x43da9d=_0x3268fc&&_0x3268fc[0x0]&&_0x4b4803&&_0x4b4803[_0x3268fc[0x0]]||'',_0x17d795=_0x3c6b14[_0x165225(0x19d)](_stripAnsi,_0x4164a6)['trim']();if(_0x3c6b14['eixEj'](_isDuplicate,_0x17d795))return;const _0x4bcff1=new Date()[_0x165225(0x1e3)]();for(let _0x4d3c6d=0x0;_0x3c6b14['OIqjP'](_0x4d3c6d,_0x14b862[_0x165225(0x1bf)]);_0x4d3c6d++){const _0x342906=_0x14b862[_0x4d3c6d];if(!_0x342906)continue;const _0x288e09={};_0x288e09[_0x165225(0x1aa)]=_0x342906,_0x288e09['test_run_uuid']=_0x342906,_0x288e09[_0x165225(0x1ba)]=_0x4bcff1,_0x288e09[_0x165225(0x1a6)]=_0x17d795,_0x288e09['kind']=_0x5f2568[_0x165225(0x1df)],_0x288e09['level']=_0x3c6b14[_0x165225(0x1c6)];const _0x479e4d=_0x288e09,_0xaf1576={};_0xaf1576[_0x165225(0x1c3)]=_0x4d3c6d,_0xaf1576['logs']=[_0x479e4d],_0xaf1576['testFrameworkName']=_0x3c6b14['IDgtn'],_0xaf1576[_0x165225(0x1de)]=_0x43da9d,_0xaf1576[_0x165225(0x1c7)]=_0x3c6b14['hVJmr'];const _0x12a1fc=_0xaf1576;_0x4e185c['getInstance']()[_0x165225(0x1b8)](_0x12a1fc)[_0x165225(0x1b7)](()=>{});}}catch(_0x2b07ab){}}function _wrap(_0x39407a){const _0x37658f=a74_0x3cb803,_0x431508={'TFCxV':function(_0x276925,_0x2e6cd5,_0x1107e8,_0xdddef7){return _0x276925(_0x2e6cd5,_0x1107e8,_0xdddef7);},'Lbblh':function(_0x2d0ddd,_0x2d8ba4){return _0x2d0ddd===_0x2d8ba4;},'SVcSx':'string','iTLak':_0x37658f(0x1cd),'cBIzV':function(_0x540178,_0x32bb18){return _0x540178(_0x32bb18);},'ontYY':function(_0x27c3a9,_0x3ab3a7){return _0x27c3a9(_0x3ab3a7);}};return function(_0x2451cc,_0x2846b6,_0x53589e){const _0x4ee2dd=_0x37658f,_0x3d1d0e=_0x431508[_0x4ee2dd(0x1cf)](_0x39407a,_0x2451cc,_0x2846b6,_0x53589e);try{const _0x54ad34=_0x431508[_0x4ee2dd(0x1da)](typeof _0x2451cc,_0x431508['SVcSx'])?_0x2451cc:Buffer[_0x4ee2dd(0x1dd)](_0x2451cc)?_0x2451cc[_0x4ee2dd(0x1a0)](_0x431508[_0x4ee2dd(0x1cb)]):_0x431508[_0x4ee2dd(0x1af)](String,_0x2451cc),_0xbbd63a=_0x54ad34[_0x4ee2dd(0x1f1)](/\r?\n/);for(const _0x42a238 of _0xbbd63a){_0x431508[_0x4ee2dd(0x19e)](_shouldForward,_0x42a238)&&_0x431508[_0x4ee2dd(0x1af)](_emitLog,_0x42a238);}}catch(_0x5d6e0b){}return _0x3d1d0e;};}exports[a74_0x3cb803(0x1eb)]=()=>{const _0x563efc=a74_0x3cb803,_0x4942be={'aUHzR':'3|6|0|5|4|2|1','DVSUp':'[stdout-interceptor]\x20installed','mKwmv':function(_0x32ef34,_0x33934c){return _0x32ef34(_0x33934c);},'GGgfD':function(_0x718fbe,_0x417460){return _0x718fbe(_0x417460);}},_0x39d359=_0x4942be[_0x563efc(0x1d6)][_0x563efc(0x1f1)]('|');let _0x15c9f0=0x0;while(!![]){switch(_0x39d359[_0x15c9f0++]){case'0':_origStderrWrite=process[_0x563efc(0x1f3)][_0x563efc(0x1e0)]['bind'](process['stderr']);continue;case'1':logger[_0x563efc(0x1a8)](_0x4942be[_0x563efc(0x1b1)]);continue;case'2':_installed=!![];continue;case'3':if(_installed)return;continue;case'4':process[_0x563efc(0x1f3)][_0x563efc(0x1e0)]=_0x4942be[_0x563efc(0x1d2)](_wrap,_origStderrWrite);continue;case'5':process[_0x563efc(0x1d5)]['write']=_0x4942be[_0x563efc(0x1b0)](_wrap,_origStdoutWrite);continue;case'6':_origStdoutWrite=process[_0x563efc(0x1d5)][_0x563efc(0x1e0)]['bind'](process[_0x563efc(0x1d5)]);continue;}break;}},exports['uninstall']=()=>{const _0x309eca=a74_0x3cb803,_0x187d4f={};_0x187d4f[_0x309eca(0x1cc)]=_0x309eca(0x1ca),_0x187d4f['mJNVq']=_0x309eca(0x1e6);const _0xd1eb9e=_0x187d4f,_0x51fd6=_0xd1eb9e[_0x309eca(0x1cc)][_0x309eca(0x1f1)]('|');let _0x27ccbd=0x0;while(!![]){switch(_0x51fd6[_0x27ccbd++]){case'0':_origStderrWrite&&(process[_0x309eca(0x1f3)][_0x309eca(0x1e0)]=_origStderrWrite);continue;case'1':_origStdoutWrite=null;continue;case'2':_origStderrWrite=null;continue;case'3':logger[_0x309eca(0x1a8)](_0xd1eb9e[_0x309eca(0x1f0)]);continue;case'4':_origStdoutWrite&&(process[_0x309eca(0x1d5)][_0x309eca(0x1e0)]=_origStdoutWrite);continue;case'5':_recent[_0x309eca(0x1a7)]();continue;case'6':if(!_installed)return;continue;case'7':_installed=![];continue;}break;}};
@@ -1 +1 @@
1
- 'use strict';const a75_0x4c2ebb=a75_0x3ae1;(function(_0x2c38f2,_0x97d13e){const _0x52713a=a75_0x3ae1,_0xb3b9af=_0x2c38f2();while(!![]){try{const _0x3b39d8=-parseInt(_0x52713a(0x1ab))/0x1*(-parseInt(_0x52713a(0x1e1))/0x2)+parseInt(_0x52713a(0x1d9))/0x3+parseInt(_0x52713a(0x209))/0x4+-parseInt(_0x52713a(0x1d0))/0x5*(parseInt(_0x52713a(0x1e5))/0x6)+-parseInt(_0x52713a(0x1d3))/0x7+-parseInt(_0x52713a(0x1dc))/0x8*(parseInt(_0x52713a(0x1b3))/0x9)+-parseInt(_0x52713a(0x1ff))/0xa*(-parseInt(_0x52713a(0x1b9))/0xb);if(_0x3b39d8===_0x97d13e)break;else _0xb3b9af['push'](_0xb3b9af['shift']());}catch(_0x18e7f6){_0xb3b9af['push'](_0xb3b9af['shift']());}}}(a75_0x52a8,0xbfee8));const logger=require(a75_0x4c2ebb(0x1f8))[a75_0x4c2ebb(0x1ac)];function a75_0x3ae1(_0x563c64,_0x2a984e){const _0x52a83f=a75_0x52a8();return a75_0x3ae1=function(_0x3ae16d,_0x56f2c7){_0x3ae16d=_0x3ae16d-0x1a3;let _0x4ac6fc=_0x52a83f[_0x3ae16d];return _0x4ac6fc;},a75_0x3ae1(_0x563c64,_0x2a984e);}let _installed=![];function a75_0x52a8(){const _0x44e292=['catch','KEY_TEST_RESULT','owner','ybPHy','dRoLg','nnzQN','nJQdj','prototype','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','module','values','sCkdT','DEFAULT_TEST_RESULT','value','getInstance','aNaJC','dirname','pending','../../helpers/logger','zaTqD','originalDescriptor','debug','getAccessibilityModule','length','uninstall','320510JNOcke','defineProperty','./a11y-runner','qUKdD','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','\x20testName=','call','getData','test-controller','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','1933696FATACV','__currentPlatformUuids','getState','[testcafe-action-patcher]\x20wrapped\x20','yhXoR','../v2/browserstackCLI','XvFlx','cucumber','DKMOX','install','clear','KEY_TEST_STARTED_AT','gNRaE','exports','PmNoV','KEY_TEST_TAGS','getAllData','info','MRxim','WbdaV','OVRdY','11kczahm','winstonLogger','message','[testcafe-action-patcher]\x20uninstalled','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','\x20cmd=','testController','getTrackedInstance','284886udiHFy','KEY_TEST_NAME','FpGyP','FgGiv','\x20tags=','name','451PgqHQM','resolve','cwd','fOVOC','AaNxn','AEJbO','bQxqJ','join','fdMZG','lib','../v2/framework/testcafeAutomationFramework','set','default','isEnabledTestcase','enumerable','api','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','../v2/framework/testFramework','isRunning','../v2/modules/testcafeDriverModule','PbwXN','XBYpa','5tJCYpO','getOwnPropertyDescriptor','DAcNd','1557080yblhtB','iterAllInstances','shouldScanForCommand','testcafe/package.json','bnEQI','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','522054iQJTzY','TkPIc','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','136ZVzRNS','fmPFC','isArray','EfJVz','path','39086BtopJg','lIOWs','dOXxC','../v2/framework/constants/testFrameworkConstants','3838776TpLDNN'];a75_0x52a8=function(){return _0x44e292;};return a75_0x52a8();}const _patchedDescriptors=new Map();function _requireTestController(){const _0x4deb1f=a75_0x4c2ebb,_0xda3342={'yhXoR':function(_0x4bffdf,_0x3aa617){return _0x4bffdf(_0x3aa617);},'sCkdT':_0x4deb1f(0x1e0),'dRoLg':_0x4deb1f(0x1d6),'ybPHy':_0x4deb1f(0x1c2),'FgGiv':_0x4deb1f(0x1c8),'bnEQI':_0x4deb1f(0x207)},_0x550a8d=_0xda3342[_0x4deb1f(0x20d)](require,_0xda3342[_0x4deb1f(0x1f1)]),_0x4266da=_0x550a8d[_0x4deb1f(0x1f6)](require[_0x4deb1f(0x1ba)](_0xda3342[_0x4deb1f(0x1ea)],{'paths':[process[_0x4deb1f(0x1bb)]()]})),_0x2a6425=_0x550a8d[_0x4deb1f(0x1c0)](_0x4266da,_0xda3342[_0x4deb1f(0x1e9)],_0xda3342[_0x4deb1f(0x1b6)],_0xda3342[_0x4deb1f(0x1d7)]),_0x539228=_0xda3342[_0x4deb1f(0x20d)](require,_0x2a6425);return _0x539228&&(_0x539228[_0x4deb1f(0x1c5)]||_0x539228);}async function _performScanForAllDrivers(_0x3f30c9){const _0x5896ee=a75_0x4c2ebb,_0x3d22e9={'PbwXN':function(_0x2e4b86,_0x2266dd){return _0x2e4b86(_0x2266dd);},'AaNxn':_0x5896ee(0x20e),'lIOWs':function(_0xe35a4b,_0x5e6025){return _0xe35a4b(_0x5e6025);},'GBfmO':_0x5896ee(0x1c3),'MRxim':function(_0x1dcba5,_0x479564){return _0x1dcba5(_0x479564);},'NOjdl':'../v2/framework/automationFramework','neLOM':function(_0x2594c9,_0x59f273){return _0x2594c9(_0x59f273);},'AEJbO':_0x5896ee(0x1cd),'fOVOC':function(_0x46c35c,_0x40905b){return _0x46c35c(_0x40905b);},'qUKdD':_0x5896ee(0x1cb),'zaTqD':function(_0x38e6f4,_0x15b010){return _0x38e6f4===_0x15b010;},'TkPIc':'function','DKMOX':_0x5896ee(0x20a),'OVRdY':function(_0x81aeaa,_0xd2bf4a){return _0x81aeaa===_0xd2bf4a;},'WbdaV':_0x5896ee(0x1e4),'FpGyP':function(_0x4abee9,_0x24ebe8){return _0x4abee9===_0x24ebe8;},'gNRaE':_0x5896ee(0x1f7),'XBYpa':function(_0x11baa8,_0x33b3c0){return _0x11baa8>_0x33b3c0;},'fmPFC':'<unnamed>','dOXxC':_0x5896ee(0x210),'DAcNd':_0x5896ee(0x201)};try{const _0x38ae72=_0x3d22e9[_0x5896ee(0x1ce)](require,_0x3d22e9[_0x5896ee(0x1bd)]),_0x33fb7f=_0x3d22e9[_0x5896ee(0x1e2)](require,_0x3d22e9['GBfmO']),_0x355f3=_0x3d22e9['MRxim'](require,_0x3d22e9['NOjdl']),_0x3bab7e=_0x3d22e9['neLOM'](require,_0x3d22e9[_0x5896ee(0x1be)]),_0x2f54e7=_0x3d22e9[_0x5896ee(0x1bc)](require,_0x3d22e9[_0x5896ee(0x202)]),_0x4b75c9=_0x38ae72[_0x5896ee(0x1f4)]();if(!_0x4b75c9||!_0x4b75c9[_0x5896ee(0x1cc)]())return;const _0xd982a7=_0x4b75c9[_0x5896ee(0x1fc)]&&_0x4b75c9[_0x5896ee(0x1fc)]();if(!_0xd982a7)return;if(_0x3d22e9[_0x5896ee(0x1f9)](typeof _0xd982a7['shouldScanForCommand'],_0x3d22e9[_0x5896ee(0x1da)])&&!_0xd982a7[_0x5896ee(0x1d5)](_0x3f30c9))return;const _0x2eabb3=_0x2f54e7['getTrackedInstance']&&_0x2f54e7[_0x5896ee(0x1b2)]();if(!_0x2eabb3)return;const _0x44d225=Array['isArray'](_0x2eabb3[_0x5896ee(0x206)](_0x3d22e9[_0x5896ee(0x211)]))?_0x2eabb3[_0x5896ee(0x206)](_0x3d22e9[_0x5896ee(0x211)]):[];if(_0x3d22e9[_0x5896ee(0x1aa)](_0x44d225[_0x5896ee(0x1fd)],0x0))return;try{const _0x5aba78=_0x3d22e9[_0x5896ee(0x1a8)](require,_0x3d22e9[_0x5896ee(0x1a9)]),_0x2d5f09=_0x3d22e9['zaTqD'](typeof _0x2eabb3[_0x5896ee(0x1a6)],_0x3d22e9[_0x5896ee(0x1da)])?_0x2eabb3[_0x5896ee(0x1a6)]():null;if(_0x2d5f09&&_0x3d22e9[_0x5896ee(0x1f9)](typeof _0x2d5f09[_0x5896ee(0x1f0)],_0x3d22e9['TkPIc'])&&_0x3d22e9[_0x5896ee(0x1b5)](typeof _0xd982a7[_0x5896ee(0x1c6)],_0x3d22e9[_0x5896ee(0x1da)])){let _0x300bba=null,_0x19bce9='';for(const _0x4b6183 of _0x2d5f09[_0x5896ee(0x1f0)]()){if(!_0x4b6183)continue;const _0x31497a=_0x4b6183[_0x5aba78[_0x5896ee(0x214)]],_0x1ec2c3=_0x4b6183[_0x5aba78[_0x5896ee(0x1e7)]];_0x31497a&&(_0x3d22e9[_0x5896ee(0x1f9)](_0x1ec2c3,_0x3d22e9[_0x5896ee(0x215)])||_0x3d22e9[_0x5896ee(0x1f9)](_0x1ec2c3,_0x5aba78[_0x5896ee(0x1f2)]))&&(_0x3d22e9[_0x5896ee(0x1cf)](_0x31497a,_0x19bce9)&&(_0x19bce9=_0x31497a,_0x300bba=_0x4b6183));}if(_0x300bba){const _0x4c9343=_0x300bba[_0x5aba78[_0x5896ee(0x1a5)]]||[],_0x2ebb3e=_0x300bba[_0x5aba78[_0x5896ee(0x1b4)]]||_0x3d22e9[_0x5896ee(0x1dd)],_0x19e597=_0xd982a7[_0x5896ee(0x1c6)](_0x4c9343,null,_0x3d22e9[_0x5896ee(0x1e3)]);if(!_0x19e597){logger[_0x5896ee(0x1fb)](_0x5896ee(0x1ca)+_0x3f30c9+_0x5896ee(0x204)+_0x2ebb3e+_0x5896ee(0x1b7)+JSON['stringify'](_0x4c9343)+_0x5896ee(0x1db));return;}}}}catch(_0x40af09){logger[_0x5896ee(0x1fb)](_0x5896ee(0x1d8)+(_0x40af09[_0x5896ee(0x1ad)]||_0x40af09));}const _0x4d746a=_0x3d22e9[_0x5896ee(0x1bc)](require,_0x3d22e9[_0x5896ee(0x1d2)]);for(const {platformIndex:_0x49d504,instance:_0x2bef00}of _0x33fb7f[_0x5896ee(0x1d4)]()){const _0x287b9b=_0x355f3[_0x5896ee(0x20b)](_0x2bef00,_0x3bab7e['KEY_DRIVER'],null);if(!_0x287b9b)continue;const _0x59c7cd=_0x44d225[_0x49d504]||_0x44d225[0x0]||'';try{await _0x4d746a['runScan'](_0x287b9b,_0x59c7cd,_0x3f30c9,![]);}catch(_0x5405d0){logger['debug']('[testcafe-action-patcher]\x20performScan\x20pi='+_0x49d504+_0x5896ee(0x1b0)+_0x3f30c9+'\x20failed:\x20'+(_0x5405d0['message']||_0x5405d0));}}}catch(_0x113cec){logger['debug'](_0x5896ee(0x1c9)+(_0x113cec['message']||_0x113cec));}}function install(_0x5788c9){const _0x3e8881=a75_0x4c2ebb,_0x342a1b={'gskTH':function(_0x4d2b0b,_0x4c137e){return _0x4d2b0b(_0x4c137e);},'QyxrV':function(_0xdf2a93,_0x2dd5ce){return _0xdf2a93(_0x2dd5ce);},'uRnKa':function(_0x200f11,_0x744e45){return _0x200f11!==_0x744e45;},'aNaJC':'function','pBCzY':function(_0x36ebfe,_0x182f10){return _0x36ebfe===_0x182f10;},'nnzQN':_0x3e8881(0x208),'XvFlx':function(_0x15c882){return _0x15c882();},'EGQky':_0x3e8881(0x1af),'nJQdj':function(_0x932970,_0x5b7a17){return _0x932970!==_0x5b7a17;},'bQxqJ':_0x3e8881(0x1b1),'QnZaJ':function(_0x5ca343,_0x2a8740){return _0x5ca343(_0x2a8740);},'EfJVz':function(_0x55c9d5,_0x28fbca){return _0x55c9d5===_0x28fbca;}};if(_installed)return;if(!Array[_0x3e8881(0x1de)](_0x5788c9)||_0x342a1b['pBCzY'](_0x5788c9[_0x3e8881(0x1fd)],0x0)){logger['debug'](_0x342a1b[_0x3e8881(0x1eb)]);return;}let _0x5d32a1;try{_0x5d32a1=_0x342a1b[_0x3e8881(0x20f)](_requireTestController);}catch(_0x3b2a44){logger[_0x3e8881(0x1fb)]('[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20'+(_0x3b2a44['message']||_0x3b2a44));return;}if(!_0x5d32a1||!_0x5d32a1['prototype']){logger['debug'](_0x342a1b['EGQky']);return;}const _0x50f564=_0x5d32a1[_0x3e8881(0x1ed)];let _0x566106=0x0;function _0x3a1de0(_0x1067fd){const _0x2f40a0=_0x3e8881;let _0x49ed21=_0x50f564;while(_0x49ed21){const _0x4f1f78=Object[_0x2f40a0(0x1d1)](_0x49ed21,_0x1067fd);if(_0x4f1f78){const _0x215a37={};return _0x215a37['descriptor']=_0x4f1f78,_0x215a37[_0x2f40a0(0x1e8)]=_0x49ed21,_0x215a37;}_0x49ed21=Object['getPrototypeOf'](_0x49ed21);}return null;}for(const _0xa06fff of _0x5788c9){if(!_0xa06fff||_0x342a1b[_0x3e8881(0x1ec)](_0xa06fff[_0x3e8881(0x1ef)],_0x342a1b[_0x3e8881(0x1bf)]))continue;const _0x4775e7=_0xa06fff[_0x3e8881(0x1b8)],_0x204c71=_0x342a1b['QnZaJ'](_0x3a1de0,_0x4775e7);if(!_0x204c71)continue;const {descriptor:_0x653957,owner:_0x2b1c2b}=_0x204c71;if(_0x653957['__bstack_a11y_wrapped'])continue;let _0x110f08;if(_0x342a1b[_0x3e8881(0x1df)](typeof _0x653957['value'],_0x342a1b[_0x3e8881(0x1f5)])){const _0x54953d=_0x653957[_0x3e8881(0x1f3)];_0x110f08={'configurable':!![],'writable':!![],'enumerable':_0x653957[_0x3e8881(0x1c7)],'value':function(..._0x280b0a){const _0x140318=_0x3e8881;return _0x342a1b['gskTH'](_performScanForAllDrivers,_0x4775e7)[_0x140318(0x1e6)](()=>{}),_0x54953d['apply'](this,_0x280b0a);}};}else{if(_0x342a1b[_0x3e8881(0x1df)](typeof _0x653957['get'],_0x342a1b['aNaJC'])){const _0x5c84a8=_0x653957['get'];_0x110f08={'configurable':!![],'enumerable':_0x653957[_0x3e8881(0x1c7)],'get'(){const _0x21e056=_0x3e8881,_0x21cc8e={'fdMZG':function(_0x1e3a30,_0x483cc5){return _0x342a1b['QyxrV'](_0x1e3a30,_0x483cc5);}},_0x351417=_0x5c84a8[_0x21e056(0x205)](this);if(_0x342a1b['uRnKa'](typeof _0x351417,_0x342a1b[_0x21e056(0x1f5)]))return _0x351417;return function(..._0x2bebdf){const _0x5bc6e4=_0x21e056;return _0x21cc8e[_0x5bc6e4(0x1c1)](_performScanForAllDrivers,_0x4775e7)['catch'](()=>{}),_0x351417['apply'](this,_0x2bebdf);};},'set':_0x653957[_0x3e8881(0x1c4)]||function(){}};}else continue;}_0x110f08['__bstack_a11y_wrapped']=!![];try{Object[_0x3e8881(0x200)](_0x2b1c2b,_0x4775e7,_0x110f08);const _0x481b45={};_0x481b45['owner']=_0x2b1c2b,_0x481b45[_0x3e8881(0x1fa)]=_0x653957,_patchedDescriptors[_0x3e8881(0x1c4)](_0x4775e7,_0x481b45),_0x566106+=0x1;}catch(_0x20a2e1){logger['debug'](_0x3e8881(0x203)+_0x4775e7+':\x20'+(_0x20a2e1['message']||_0x20a2e1));}}_installed=!![],logger[_0x3e8881(0x1a7)](_0x3e8881(0x20c)+_0x566106+'/'+_0x5788c9['length']+_0x3e8881(0x1ee));}function uninstall(){const _0x2545b0=a75_0x4c2ebb,_0x50ee31={};_0x50ee31[_0x2545b0(0x1a4)]=_0x2545b0(0x1ae);const _0x2bd54e=_0x50ee31;if(!_installed)return;for(const [_0x11621c,{owner:_0xc0cd54,originalDescriptor:_0x1ed1af}]of _patchedDescriptors){try{Object[_0x2545b0(0x200)](_0xc0cd54,_0x11621c,_0x1ed1af);}catch(_0x287248){logger['debug']('[testcafe-action-patcher]\x20could\x20not\x20restore\x20'+_0x11621c+':\x20'+(_0x287248[_0x2545b0(0x1ad)]||_0x287248));}}_patchedDescriptors[_0x2545b0(0x213)](),_installed=![],logger[_0x2545b0(0x1fb)](_0x2bd54e[_0x2545b0(0x1a4)]);}const a75_0x3f5f76={};a75_0x3f5f76[a75_0x4c2ebb(0x212)]=install,a75_0x3f5f76[a75_0x4c2ebb(0x1fe)]=uninstall,module[a75_0x4c2ebb(0x1a3)]=a75_0x3f5f76;
1
+ 'use strict';const a75_0x2414f0=a75_0x1724;(function(_0x21d23a,_0x50540b){const _0xaa2df4=a75_0x1724,_0x10e0e3=_0x21d23a();while(!![]){try{const _0x5a2493=-parseInt(_0xaa2df4(0x1d0))/0x1*(-parseInt(_0xaa2df4(0x1c4))/0x2)+-parseInt(_0xaa2df4(0x1ad))/0x3+parseInt(_0xaa2df4(0x1c6))/0x4+-parseInt(_0xaa2df4(0x1ea))/0x5+-parseInt(_0xaa2df4(0x1af))/0x6*(parseInt(_0xaa2df4(0x1fd))/0x7)+parseInt(_0xaa2df4(0x1bb))/0x8*(parseInt(_0xaa2df4(0x19f))/0x9)+parseInt(_0xaa2df4(0x1ed))/0xa*(parseInt(_0xaa2df4(0x1a1))/0xb);if(_0x5a2493===_0x50540b)break;else _0x10e0e3['push'](_0x10e0e3['shift']());}catch(_0x30ac9b){_0x10e0e3['push'](_0x10e0e3['shift']());}}}(a75_0x25c1,0x5c095));const logger=require(a75_0x2414f0(0x1cd))[a75_0x2414f0(0x1a2)];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x391587=a75_0x2414f0,_0x48554c={'UHzza':function(_0x191aeb,_0x658bf8){return _0x191aeb(_0x658bf8);},'AHmcR':_0x391587(0x1d8),'NeDGF':_0x391587(0x1c8),'qYCgm':_0x391587(0x196),'fKfCN':_0x391587(0x1ce),'aVAxz':'test-controller'},_0x3bf32e=_0x48554c[_0x391587(0x1f9)](require,_0x48554c[_0x391587(0x1e2)]),_0x56ac6b=_0x3bf32e['dirname'](require[_0x391587(0x1b7)](_0x48554c[_0x391587(0x1eb)],{'paths':[process[_0x391587(0x1f5)]()]})),_0x84fa5d=_0x3bf32e[_0x391587(0x1ef)](_0x56ac6b,_0x48554c[_0x391587(0x193)],_0x48554c['fKfCN'],_0x48554c[_0x391587(0x1ac)]),_0x32fd68=_0x48554c[_0x391587(0x1f9)](require,_0x84fa5d);return _0x32fd68&&(_0x32fd68[_0x391587(0x1aa)]||_0x32fd68);}async function _performScanForAllDrivers(_0x3c7ec1){const _0xdc18ff=a75_0x2414f0,_0x2e9ff6={'KDrxe':function(_0x1d29cf,_0x1d0b2d){return _0x1d29cf(_0x1d0b2d);},'UVorE':_0xdc18ff(0x197),'nAdvi':_0xdc18ff(0x1e8),'CHJHR':function(_0x29cbcc,_0x11e2a8){return _0x29cbcc(_0x11e2a8);},'givQv':_0xdc18ff(0x1dd),'fKOqV':'../v2/modules/testcafeDriverModule','KcfuZ':_0xdc18ff(0x1fc),'rPdEC':function(_0x4ee902,_0x240acb){return _0x4ee902===_0x240acb;},'jUbka':'function','tuiOG':'__currentPlatformUuids','VnxeE':'../v2/framework/constants/testFrameworkConstants','JZTYZ':function(_0x2711f9,_0x35d08f){return _0x2711f9===_0x35d08f;},'ekeGj':'pending','BxtLB':function(_0x578386,_0x5198c8){return _0x578386===_0x5198c8;},'LIhWp':function(_0x2e06b2,_0x3a6435){return _0x2e06b2>_0x3a6435;},'VhQkK':'<unnamed>','qfmgq':_0xdc18ff(0x1c5),'DSgJH':function(_0x196756,_0x3bdc19){return _0x196756(_0x3bdc19);},'kEZWa':_0xdc18ff(0x1e5)};try{const _0x27cbee=_0x2e9ff6[_0xdc18ff(0x1c9)](require,_0x2e9ff6[_0xdc18ff(0x1e3)]),_0x41b57c=_0x2e9ff6[_0xdc18ff(0x1c9)](require,_0x2e9ff6[_0xdc18ff(0x1f7)]),_0x41033f=_0x2e9ff6['CHJHR'](require,_0x2e9ff6[_0xdc18ff(0x1c2)]),_0x57c7cc=_0x2e9ff6[_0xdc18ff(0x1c9)](require,_0x2e9ff6['fKOqV']),_0x200833=_0x2e9ff6[_0xdc18ff(0x1c9)](require,_0x2e9ff6[_0xdc18ff(0x1e7)]),_0x1e41b2=_0x27cbee[_0xdc18ff(0x1a6)]();if(!_0x1e41b2||!_0x1e41b2[_0xdc18ff(0x1f3)]())return;const _0x34c403=_0x1e41b2[_0xdc18ff(0x1bc)]&&_0x1e41b2[_0xdc18ff(0x1bc)]();if(!_0x34c403)return;if(_0x2e9ff6[_0xdc18ff(0x1b1)](typeof _0x34c403[_0xdc18ff(0x1de)],_0x2e9ff6[_0xdc18ff(0x1ab)])&&!_0x34c403[_0xdc18ff(0x1de)](_0x3c7ec1))return;const _0xdc54ba=_0x200833['getTrackedInstance']&&_0x200833['getTrackedInstance']();if(!_0xdc54ba)return;const _0x27ee05=Array[_0xdc18ff(0x1d3)](_0xdc54ba[_0xdc18ff(0x1a5)](_0x2e9ff6[_0xdc18ff(0x199)]))?_0xdc54ba[_0xdc18ff(0x1a5)](_0x2e9ff6[_0xdc18ff(0x199)]):[];if(_0x2e9ff6[_0xdc18ff(0x1b1)](_0x27ee05[_0xdc18ff(0x1a3)],0x0))return;try{const _0x595cfc=_0x2e9ff6['KDrxe'](require,_0x2e9ff6[_0xdc18ff(0x1dc)]),_0x320339=_0x2e9ff6[_0xdc18ff(0x1b1)](typeof _0xdc54ba[_0xdc18ff(0x1db)],_0x2e9ff6[_0xdc18ff(0x1ab)])?_0xdc54ba[_0xdc18ff(0x1db)]():null;if(_0x320339&&_0x2e9ff6[_0xdc18ff(0x1b1)](typeof _0x320339[_0xdc18ff(0x1fa)],_0x2e9ff6[_0xdc18ff(0x1ab)])&&_0x2e9ff6['JZTYZ'](typeof _0x34c403[_0xdc18ff(0x1f2)],_0x2e9ff6[_0xdc18ff(0x1ab)])){let _0x56ca56=null,_0x438d6e='';for(const _0x2b2088 of _0x320339[_0xdc18ff(0x1fa)]()){if(!_0x2b2088)continue;const _0x397799=_0x2b2088[_0x595cfc[_0xdc18ff(0x19a)]],_0x10d385=_0x2b2088[_0x595cfc['KEY_TEST_RESULT']];_0x397799&&(_0x2e9ff6[_0xdc18ff(0x1c1)](_0x10d385,_0x2e9ff6['ekeGj'])||_0x2e9ff6[_0xdc18ff(0x19d)](_0x10d385,_0x595cfc[_0xdc18ff(0x1e1)]))&&(_0x2e9ff6['LIhWp'](_0x397799,_0x438d6e)&&(_0x438d6e=_0x397799,_0x56ca56=_0x2b2088));}if(_0x56ca56){const _0x3f61b3=_0x56ca56[_0x595cfc[_0xdc18ff(0x1d7)]]||[],_0x374d44=_0x56ca56[_0x595cfc['KEY_TEST_NAME']]||_0x2e9ff6[_0xdc18ff(0x1b3)],_0x2bffd2=_0x34c403[_0xdc18ff(0x1f2)](_0x3f61b3,null,_0x2e9ff6[_0xdc18ff(0x1a9)]);if(!_0x2bffd2){logger['debug'](_0xdc18ff(0x1be)+_0x3c7ec1+_0xdc18ff(0x1c7)+_0x374d44+_0xdc18ff(0x1c0)+JSON[_0xdc18ff(0x1d9)](_0x3f61b3)+_0xdc18ff(0x1f0));return;}}}}catch(_0x4ea7ac){logger['debug'](_0xdc18ff(0x1a0)+(_0x4ea7ac[_0xdc18ff(0x1ec)]||_0x4ea7ac));}const _0x196eea=_0x2e9ff6[_0xdc18ff(0x1bd)](require,_0x2e9ff6['kEZWa']);for(const {platformIndex:_0x58a0ac,instance:_0x2e1af7}of _0x41b57c[_0xdc18ff(0x1df)]()){const _0x32dfce=_0x41033f[_0xdc18ff(0x1d6)](_0x2e1af7,_0x57c7cc[_0xdc18ff(0x1cc)],null);if(!_0x32dfce)continue;const _0x3dc2d1=_0x27ee05[_0x58a0ac]||_0x27ee05[0x0]||'';try{await _0x196eea[_0xdc18ff(0x1ae)](_0x32dfce,_0x3dc2d1,_0x3c7ec1,![]);}catch(_0x4e2b55){logger['debug'](_0xdc18ff(0x1c3)+_0x58a0ac+_0xdc18ff(0x1d5)+_0x3c7ec1+_0xdc18ff(0x1b2)+(_0x4e2b55[_0xdc18ff(0x1ec)]||_0x4e2b55));}}}catch(_0x2bacf1){logger[_0xdc18ff(0x1cf)](_0xdc18ff(0x1e0)+(_0x2bacf1[_0xdc18ff(0x1ec)]||_0x2bacf1));}}function install(_0x1dff38){const _0x4e573c=a75_0x2414f0,_0x9ea15e={'ICTsl':function(_0x28b6ab,_0x4c0d9c){return _0x28b6ab(_0x4c0d9c);},'PDnpt':function(_0xe986b1,_0x3ef19d){return _0xe986b1(_0x3ef19d);},'PHmOx':function(_0x595c29,_0x465f09){return _0x595c29!==_0x465f09;},'exfXX':_0x4e573c(0x194),'LzTgH':function(_0x19b3e4,_0xea12c4){return _0x19b3e4===_0xea12c4;},'xzuDn':_0x4e573c(0x1f8),'vDDxZ':function(_0x412823){return _0x412823();},'kPbXx':_0x4e573c(0x198),'WsDJF':function(_0x3f9e51,_0x34c8bf){return _0x3f9e51!==_0x34c8bf;},'ZXwoh':_0x4e573c(0x1cb),'xdNgL':function(_0x290e62,_0x210fa1){return _0x290e62===_0x210fa1;}};if(_installed)return;if(!Array[_0x4e573c(0x1d3)](_0x1dff38)||_0x9ea15e[_0x4e573c(0x1a4)](_0x1dff38[_0x4e573c(0x1a3)],0x0)){logger[_0x4e573c(0x1cf)](_0x9ea15e[_0x4e573c(0x1ee)]);return;}let _0x320c9c;try{_0x320c9c=_0x9ea15e['vDDxZ'](_requireTestController);}catch(_0x4593a9){logger[_0x4e573c(0x1cf)](_0x4e573c(0x1d2)+(_0x4593a9['message']||_0x4593a9));return;}if(!_0x320c9c||!_0x320c9c[_0x4e573c(0x1b6)]){logger[_0x4e573c(0x1cf)](_0x9ea15e[_0x4e573c(0x1b5)]);return;}const _0x12bd7e=_0x320c9c[_0x4e573c(0x1b6)];let _0x3807a7=0x0;function _0x2236ae(_0x5b807d){const _0x1942c3=_0x4e573c;let _0x26f104=_0x12bd7e;while(_0x26f104){const _0x375b1f=Object['getOwnPropertyDescriptor'](_0x26f104,_0x5b807d);if(_0x375b1f){const _0xe0e17a={};return _0xe0e17a[_0x1942c3(0x191)]=_0x375b1f,_0xe0e17a['owner']=_0x26f104,_0xe0e17a;}_0x26f104=Object[_0x1942c3(0x195)](_0x26f104);}return null;}for(const _0x59ff18 of _0x1dff38){if(!_0x59ff18||_0x9ea15e[_0x4e573c(0x19c)](_0x59ff18[_0x4e573c(0x1f6)],_0x9ea15e[_0x4e573c(0x1ba)]))continue;const _0x34f1ad=_0x59ff18[_0x4e573c(0x1f1)],_0x304a5d=_0x9ea15e[_0x4e573c(0x1e6)](_0x2236ae,_0x34f1ad);if(!_0x304a5d)continue;const {descriptor:_0x54c97b,owner:_0x459a27}=_0x304a5d;if(_0x54c97b[_0x4e573c(0x19e)])continue;let _0x5126c3;if(_0x9ea15e[_0x4e573c(0x1a4)](typeof _0x54c97b[_0x4e573c(0x1da)],_0x9ea15e[_0x4e573c(0x1fb)])){const _0x342914=_0x54c97b[_0x4e573c(0x1da)];_0x5126c3={'configurable':!![],'writable':!![],'enumerable':_0x54c97b[_0x4e573c(0x1d4)],'value':function(..._0x2ef4b3){const _0x4a833e=_0x4e573c;return _0x9ea15e[_0x4a833e(0x1e6)](_performScanForAllDrivers,_0x34f1ad)['catch'](()=>{}),_0x342914[_0x4a833e(0x1b8)](this,_0x2ef4b3);}};}else{if(_0x9ea15e['xdNgL'](typeof _0x54c97b['get'],_0x9ea15e[_0x4e573c(0x1fb)])){const _0x2391da=_0x54c97b['get'];_0x5126c3={'configurable':!![],'enumerable':_0x54c97b['enumerable'],'get'(){const _0x1b8b22=_0x4e573c,_0x16146c=_0x2391da['call'](this);if(_0x9ea15e[_0x1b8b22(0x1d1)](typeof _0x16146c,_0x9ea15e[_0x1b8b22(0x1fb)]))return _0x16146c;return function(..._0x5d39fe){const _0x326c6b=_0x1b8b22;return _0x9ea15e[_0x326c6b(0x1ca)](_performScanForAllDrivers,_0x34f1ad)['catch'](()=>{}),_0x16146c[_0x326c6b(0x1b8)](this,_0x5d39fe);};},'set':_0x54c97b['set']||function(){}};}else continue;}_0x5126c3['__bstack_a11y_wrapped']=!![];try{Object[_0x4e573c(0x192)](_0x459a27,_0x34f1ad,_0x5126c3);const _0x57c9f0={};_0x57c9f0[_0x4e573c(0x1f4)]=_0x459a27,_0x57c9f0[_0x4e573c(0x1b0)]=_0x54c97b,_patchedDescriptors[_0x4e573c(0x1e4)](_0x34f1ad,_0x57c9f0),_0x3807a7+=0x1;}catch(_0xbcd31f){logger[_0x4e573c(0x1cf)](_0x4e573c(0x1b9)+_0x34f1ad+':\x20'+(_0xbcd31f[_0x4e573c(0x1ec)]||_0xbcd31f));}}_installed=!![],logger['info'](_0x4e573c(0x1a7)+_0x3807a7+'/'+_0x1dff38['length']+_0x4e573c(0x1b4));}function a75_0x25c1(){const _0x30540d=['name','isEnabledTestcase','isRunning','owner','cwd','module','nAdvi','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','UHzza','values','exfXX','../v2/framework/testFramework','35MBabcN','descriptor','defineProperty','qYCgm','function','getPrototypeOf','lib','../v2/browserstackCLI','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','tuiOG','KEY_TEST_STARTED_AT','YDwrE','WsDJF','BxtLB','__bstack_a11y_wrapped','120195BBjjco','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','17281XteDTh','winstonLogger','length','LzTgH','getData','getInstance','[testcafe-action-patcher]\x20wrapped\x20','[testcafe-action-patcher]\x20uninstalled','qfmgq','default','jUbka','aVAxz','1703058GNgwjc','runScan','542154LdaeUJ','originalDescriptor','rPdEC','\x20failed:\x20','VhQkK','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','kPbXx','prototype','resolve','apply','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','ZXwoh','168UtxLnQ','getAccessibilityModule','DSgJH','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','exports','\x20tags=','JZTYZ','givQv','[testcafe-action-patcher]\x20performScan\x20pi=','11950oLuAWj','cucumber','1947448bSCTzR','\x20testName=','testcafe/package.json','KDrxe','PDnpt','testController','KEY_DRIVER','../../helpers/logger','api','debug','39IxKSuU','PHmOx','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','isArray','enumerable','\x20cmd=','getState','KEY_TEST_TAGS','path','stringify','value','getAllData','VnxeE','../v2/framework/automationFramework','shouldScanForCommand','iterAllInstances','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','DEFAULT_TEST_RESULT','AHmcR','UVorE','set','./a11y-runner','ICTsl','KcfuZ','../v2/framework/testcafeAutomationFramework','install','1734815comNsp','NeDGF','message','4730JHVlqD','xzuDn','join','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)'];a75_0x25c1=function(){return _0x30540d;};return a75_0x25c1();}function a75_0x1724(_0x316cec,_0x1b56c2){const _0x25c164=a75_0x25c1();return a75_0x1724=function(_0x172465,_0x291425){_0x172465=_0x172465-0x191;let _0x212447=_0x25c164[_0x172465];return _0x212447;},a75_0x1724(_0x316cec,_0x1b56c2);}function uninstall(){const _0x8b61c3=a75_0x2414f0,_0x2a5495={};_0x2a5495[_0x8b61c3(0x19b)]=_0x8b61c3(0x1a8);const _0x321554=_0x2a5495;if(!_installed)return;for(const [_0x43cc69,{owner:_0x50e549,originalDescriptor:_0xde03e4}]of _patchedDescriptors){try{Object[_0x8b61c3(0x192)](_0x50e549,_0x43cc69,_0xde03e4);}catch(_0x17cd16){logger[_0x8b61c3(0x1cf)]('[testcafe-action-patcher]\x20could\x20not\x20restore\x20'+_0x43cc69+':\x20'+(_0x17cd16[_0x8b61c3(0x1ec)]||_0x17cd16));}}_patchedDescriptors['clear'](),_installed=![],logger[_0x8b61c3(0x1cf)](_0x321554['YDwrE']);}const a75_0x5a02db={};a75_0x5a02db[a75_0x2414f0(0x1e9)]=install,a75_0x5a02db['uninstall']=uninstall,module[a75_0x2414f0(0x1bf)]=a75_0x5a02db;