browserstack-node-sdk 1.33.2 → 1.33.4

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 (120) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a42_0x368d55=a42_0x4eb6;(function(_0x334176,_0x593c2e){const _0x4c58c3=a42_0x4eb6,_0x18be25=_0x334176();while(!![]){try{const _0x5bd869=-parseInt(_0x4c58c3(0x1bf))/0x1+parseInt(_0x4c58c3(0x1ce))/0x2*(-parseInt(_0x4c58c3(0x19c))/0x3)+parseInt(_0x4c58c3(0x1b8))/0x4*(-parseInt(_0x4c58c3(0x1c7))/0x5)+parseInt(_0x4c58c3(0x193))/0x6+parseInt(_0x4c58c3(0x1b6))/0x7+-parseInt(_0x4c58c3(0x1a9))/0x8*(parseInt(_0x4c58c3(0x1bc))/0x9)+-parseInt(_0x4c58c3(0x1db))/0xa*(-parseInt(_0x4c58c3(0x1ba))/0xb);if(_0x5bd869===_0x593c2e)break;else _0x18be25['push'](_0x18be25['shift']());}catch(_0x39f424){_0x18be25['push'](_0x18be25['shift']());}}}(a42_0x1d53,0xb1f2f));function a42_0x4eb6(_0x20df9b,_0x4555cd){const _0x1d5329=a42_0x1d53();return a42_0x4eb6=function(_0x4eb62d,_0x1d8a11){_0x4eb62d=_0x4eb62d-0x183;let _0x514f1d=_0x1d5329[_0x4eb62d];return _0x514f1d;},a42_0x4eb6(_0x20df9b,_0x4555cd);}const fs=require('fs'),path=require(a42_0x368d55(0x1c0)),util=require('util'),{performance}=require('perf_hooks'),{requireModule}=require(a42_0x368d55(0x1dc)),helper=require(a42_0x368d55(0x1dc)),runIntegrations=require(a42_0x368d55(0x19b)),captureError=async(_0x3d61af,_0x461579,_0x117192=null)=>{const _0xaa051b=a42_0x368d55,_0x5f3b7c={'ooCNV':function(_0x35946d,_0x12ca5d,_0x518c3f){return _0x35946d(_0x12ca5d,_0x518c3f);},'WrGJh':_0xaa051b(0x1dd)};try{await _0x5f3b7c[_0xaa051b(0x18d)](_0x3d61af,_0x461579,_0x117192);}catch(_0x8474ba){process[_0xaa051b(0x1d3)]=0x1,logger[_0xaa051b(0x192)](util[_0xaa051b(0x1b1)](_0x8474ba));const _0xb7ffd2={};_0xb7ffd2['globalException']=_0x8474ba[_0xaa051b(0x1e9)];const _0x5ca454=_0xb7ffd2;if(helper['isUndefined'](global[_0xaa051b(0x1e5)])&&helper[_0xaa051b(0x188)](global[_0xaa051b(0x1cf)]))return;try{helper[_0xaa051b(0x197)](_0x5f3b7c['WrGJh'],_0x5ca454,global[_0xaa051b(0x1e5)],global[_0xaa051b(0x1cf)]);}catch(_0x4ae41d){logger[_0xaa051b(0x19e)](_0xaa051b(0x1b2)+_0x4ae41d);}}};try{const browserstackFolderPath=path[a42_0x368d55(0x1e3)](helper[a42_0x368d55(0x1e1)](),a42_0x368d55(0x194));if(fs[a42_0x368d55(0x1b0)](browserstackFolderPath)){const filePath=path[a42_0x368d55(0x1e3)](browserstackFolderPath,a42_0x368d55(0x1b5));fs[a42_0x368d55(0x1b0)](filePath)&&fs['unlinkSync'](filePath);}}catch(a42_0x1e4a23){logger[a42_0x368d55(0x19e)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a42_0x1e4a23[a42_0x368d55(0x1e9)]);}process[a42_0x368d55(0x1c4)][a42_0x368d55(0x18c)](a42_0x368d55(0x1d5))&&(!process[a42_0x368d55(0x1c4)][a42_0x368d55(0x18c)](a42_0x368d55(0x1ec))&&process[a42_0x368d55(0x1c4)][a42_0x368d55(0x185)](a42_0x368d55(0x1c2)),!process[a42_0x368d55(0x1c4)][a42_0x368d55(0x18c)](a42_0x368d55(0x1f2))&&process[a42_0x368d55(0x1c4)]['push'](a42_0x368d55(0x1ea)),!process[a42_0x368d55(0x1c4)][a42_0x368d55(0x18c)](a42_0x368d55(0x1af))&&process[a42_0x368d55(0x1c4)][a42_0x368d55(0x185)](a42_0x368d55(0x1d8)));const yargs=require('yargs'),Constants=require(a42_0x368d55(0x191)),PerformanceTester=require(a42_0x368d55(0x190)),logger=require('../helpers/logger')[a42_0x368d55(0x196)];PerformanceTester[a42_0x368d55(0x186)](),performance[a42_0x368d55(0x1e7)](a42_0x368d55(0x1c9));const a42_0x5835a4={};a42_0x5835a4[a42_0x368d55(0x1f1)]=![];function a42_0x1d53(){const _0x195f6f=['LEIbv','./vanilla-js/command','yDKBU','setTestObservabilityDisable','dot-notation','--config','ats','showHelpOnFail','JEST','wrap','push','startMonitoring','DEMPg','isUndefined','knXme','./playwright/command','PLAYWRIGHT','includes','ooCNV','demandCommand','HST','../helpers/performance-tester','./utils/constants','error','4283238aOGjSY','.browserstack','mocha/lib/cli/run.js','winstonLogger','fireFunnelTestEvent','mocha/lib/cli/commands.js','CUCUMBER','xldVp','./integrations/command','159anypeH','version','debug','ydJMB','CODECEPTJS','ZvexE','describe','hvhat','KCKtp','HELP','slice','yLVZp','gdtHJ','1237176vkQYCh','Parsing\x20command\x20line\x20arguements','wzJMp','VERSION','./nightwatch/command','vHhBp','--package','existsSync','format','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','mocha/lib/cli/cli.js','LpPSR','.local-not-set.json','3563007TJppaN','jest','604Ffcyoc','./codeceptjs/command','165WlEkHq','ttWhh','9DHQUgJ','OyDzg','./cucumber-js/command','971796kJSyeR','path','setBrowserStackAutomationDisable','--no-opts','integrations','argv','DEfVK','ZTLbN','24445JdyWqi','MOCHA','sdk:setup-start','PDudU','ugsUv','run','./jest/command','9862bauKkH','framework','nightwatch','parserConfiguration','usage:\x20$0\x20<command>\x20[args]','exitCode','command','mocha','yGoBH','usage','--no-package','handler','deCke','1088020zNlwEj','../helpers/helper','SDKTestSuccessful','alias','help','node','homedir','IujdA','join','INFO','config','foWeh','mark','WkrLy','message','--no-config','INTEGRATIONS','--opts'];a42_0x1d53=function(){return _0x195f6f;};return a42_0x1d53();}const argv=yargs[a42_0x368d55(0x1d1)](a42_0x5835a4)[a42_0x368d55(0x1d7)](a42_0x368d55(0x1d2))[a42_0x368d55(0x1de)]('v',a42_0x368d55(0x19d))[a42_0x368d55(0x1a2)]('v')[a42_0x368d55(0x1de)]('h','help')['help'](a42_0x368d55(0x1df))[a42_0x368d55(0x1f4)](!![],Constants[a42_0x368d55(0x1ac)][a42_0x368d55(0x1a5)])[a42_0x368d55(0x1d4)](a42_0x368d55(0x1b7),Constants[a42_0x368d55(0x183)][a42_0x368d55(0x1e4)],function(_0x4f8625){const _0x11e593=a42_0x368d55,_0x257962={'xldVp':function(_0xd57c9,_0x5812ea,_0x10b086,_0x1330f1){return _0xd57c9(_0x5812ea,_0x10b086,_0x1330f1);},'IujdA':function(_0x45382e,_0x25a5ba){return _0x45382e(_0x25a5ba);},'lYcdZ':_0x11e593(0x1cd)};helper[_0x11e593(0x1f0)](),helper[_0x11e593(0x1c1)]();const _0x496aaa=process[_0x11e593(0x1c4)][_0x11e593(0x1a6)](0x2);return _0x257962[_0x11e593(0x19a)](captureError,_0x257962[_0x11e593(0x1e2)](require,_0x257962['lYcdZ']),_0x4f8625['argv'],_0x496aaa);})[a42_0x368d55(0x1d4)](a42_0x368d55(0x1d5),Constants[a42_0x368d55(0x1c8)][a42_0x368d55(0x1e4)],_0x5d3eb7=>{const _0x395e62=a42_0x368d55,_0x179430={'vHhBp':function(_0x4a1a36,_0x143a5b,_0x4ccbbe){return _0x4a1a36(_0x143a5b,_0x4ccbbe);},'ttWhh':function(_0x39a775,_0x117428){return _0x39a775(_0x117428);},'knXme':'./mocha/command','bCXPi':_0x395e62(0x1aa),'yDKBU':function(_0x1a1932,_0x5689f6){return _0x1a1932(_0x5689f6);},'LEIbv':_0x395e62(0x195),'LpPSR':function(_0x4a635b,_0x459f9f){return _0x4a635b(_0x459f9f);},'deCke':_0x395e62(0x198),'gdtHJ':_0x395e62(0x1b3),'zAglJ':function(_0x4a0d63){return _0x4a0d63();}};logger[_0x395e62(0x19e)](_0x179430['bCXPi']);const _0x5ed7d4=_0x179430[_0x395e62(0x1ef)](requireModule,_0x179430[_0x395e62(0x1ed)]),_0x198197=_0x179430[_0x395e62(0x1b4)](requireModule,_0x179430[_0x395e62(0x1da)]);process['argv']=process[_0x395e62(0x1c4)][_0x395e62(0x1a6)](0x1),delete _0x5ed7d4[_0x395e62(0x1d9)],_0x5ed7d4[_0x395e62(0x1d9)]=function(_0x1e2263){const _0x20abc6=_0x395e62;return _0x179430[_0x20abc6(0x1ae)](captureError,_0x179430[_0x20abc6(0x1bb)](require,_0x179430[_0x20abc6(0x189)]),_0x1e2263);},_0x198197[_0x395e62(0x1cc)]=_0x5ed7d4;const {main:_0x36b402}=_0x179430[_0x395e62(0x1ef)](requireModule,_0x179430[_0x395e62(0x1a8)]);_0x179430['zAglJ'](_0x36b402);})[a42_0x368d55(0x1d4)]('cucumber-js',Constants[a42_0x368d55(0x199)][a42_0x368d55(0x1e4)],function(_0x1c8a9a){const _0x3bd67c=a42_0x368d55,_0x10a631={'GoDRF':function(_0x4f69b4,_0x515f58,_0x8271d,_0x391caf){return _0x4f69b4(_0x515f58,_0x8271d,_0x391caf);},'hvhat':function(_0x2933d6,_0x24b55e){return _0x2933d6(_0x24b55e);},'PDudU':_0x3bd67c(0x1be)},_0x3fd108=process['argv'][_0x3bd67c(0x1a6)](0x2);return _0x10a631['GoDRF'](captureError,_0x10a631[_0x3bd67c(0x1a3)](require,_0x10a631[_0x3bd67c(0x1ca)]),_0x1c8a9a['argv'],_0x3fd108);})[a42_0x368d55(0x1d4)](a42_0x368d55(0x1e0),Constants['VANILLA'][a42_0x368d55(0x1e4)],function(_0x5970d0){const _0x170a8b=a42_0x368d55,_0x2ea5f9={'yLVZp':function(_0xd9a75f,_0x36654b,_0x5a9f47,_0x1da873){return _0xd9a75f(_0x36654b,_0x5a9f47,_0x1da873);},'WkrLy':function(_0x25be3e,_0x5511a4){return _0x25be3e(_0x5511a4);},'VnoGQ':_0x170a8b(0x1ee)},_0x1cda4b=process[_0x170a8b(0x1c4)][_0x170a8b(0x1a6)](0x2);return _0x2ea5f9[_0x170a8b(0x1a7)](captureError,_0x2ea5f9[_0x170a8b(0x1e8)](require,_0x2ea5f9['VnoGQ']),_0x5970d0[_0x170a8b(0x1c4)],_0x1cda4b);})[a42_0x368d55(0x1d4)](a42_0x368d55(0x1d0),Constants['NIGHTWATCH'][a42_0x368d55(0x1e4)],function(_0x4adac3){const _0x51c109=a42_0x368d55,_0x4f6838={'yGoBH':function(_0x4c0641,_0x19618a,_0x176e9e,_0x1af1ea){return _0x4c0641(_0x19618a,_0x176e9e,_0x1af1ea);},'DEfVK':function(_0x49d187,_0x110c4c){return _0x49d187(_0x110c4c);},'NOsBD':_0x51c109(0x1ad)},_0x27f3d3=process[_0x51c109(0x1c4)][_0x51c109(0x1a6)](0x2);return _0x4f6838[_0x51c109(0x1d6)](captureError,_0x4f6838[_0x51c109(0x1c5)](require,_0x4f6838['NOsBD']),_0x4adac3[_0x51c109(0x1c4)],_0x27f3d3);})[a42_0x368d55(0x1d4)]('codeceptjs',Constants[a42_0x368d55(0x1a0)][a42_0x368d55(0x1e4)],function(_0x70edb){const _0x326d6b=a42_0x368d55,_0x28c38e={'ugsUv':function(_0xf43224,_0x4145a6,_0x45059a,_0xa51b8a){return _0xf43224(_0x4145a6,_0x45059a,_0xa51b8a);},'ZvexE':function(_0x456d5a,_0x1d7d65){return _0x456d5a(_0x1d7d65);},'ZTLbN':_0x326d6b(0x1b9)},_0x4e3c80=process[_0x326d6b(0x1c4)][_0x326d6b(0x1a6)](0x2);return _0x28c38e[_0x326d6b(0x1cb)](captureError,_0x28c38e[_0x326d6b(0x1a1)](require,_0x28c38e[_0x326d6b(0x1c6)]),_0x70edb[_0x326d6b(0x1c4)],_0x4e3c80);})[a42_0x368d55(0x1d4)](a42_0x368d55(0x1f3),Constants[a42_0x368d55(0x18f)][a42_0x368d55(0x1e4)],function(_0x48941a){const _0x414cf2=a42_0x368d55,_0x599779={'DEMPg':function(_0xd96cea,_0x5f249f,_0x1f7374){return _0xd96cea(_0x5f249f,_0x1f7374);},'ywjen':function(_0x4d53df,_0x40563f){return _0x4d53df(_0x40563f);},'ydJMB':'../../ats/src/index'},_0x33ceb0=process[_0x414cf2(0x1c4)][_0x414cf2(0x1a6)](0x2);return _0x599779[_0x414cf2(0x187)](captureError,_0x599779['ywjen'](require,_0x599779[_0x414cf2(0x19f)]),_0x48941a);})[a42_0x368d55(0x1d4)](a42_0x368d55(0x1c3),Constants[a42_0x368d55(0x1eb)][a42_0x368d55(0x1e4)],function(_0x59e7b3){const _0x5cc33b=a42_0x368d55,_0x51ce77={'wzJMp':function(_0x38790b,_0x263998){return _0x38790b(_0x263998);}};return _0x51ce77[_0x5cc33b(0x1ab)](runIntegrations,_0x59e7b3);})['command']('playwright',Constants[a42_0x368d55(0x18b)]['INFO'],function(_0x26304f){const _0x1540bf=a42_0x368d55,_0x13ef1a={'foWeh':function(_0x56a77b,_0x4d6032,_0xcd8ac3,_0x2f063d){return _0x56a77b(_0x4d6032,_0xcd8ac3,_0x2f063d);},'KCKtp':function(_0x224ca6,_0x45955d){return _0x224ca6(_0x45955d);},'OyDzg':_0x1540bf(0x18a)},_0x59d4eb=process[_0x1540bf(0x1c4)][_0x1540bf(0x1a6)](0x2);return _0x13ef1a[_0x1540bf(0x1e6)](captureError,_0x13ef1a[_0x1540bf(0x1a4)](require,_0x13ef1a[_0x1540bf(0x1bd)]),_0x26304f[_0x1540bf(0x1c4)],_0x59d4eb);})[a42_0x368d55(0x18e)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a42_0x368d55(0x184)](null)['argv'];!helper[a42_0x368d55(0x188)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x368d55(0x1f3)&&console[a42_0x368d55(0x192)]('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
2
+ 'use strict';const a42_0x1a03e8=a42_0x4d35;(function(_0x38b941,_0x317e0e){const _0x44f43e=a42_0x4d35,_0x2c0869=_0x38b941();while(!![]){try{const _0x1e4d1b=-parseInt(_0x44f43e(0x223))/0x1*(parseInt(_0x44f43e(0x209))/0x2)+-parseInt(_0x44f43e(0x1d5))/0x3+parseInt(_0x44f43e(0x1f5))/0x4*(parseInt(_0x44f43e(0x218))/0x5)+-parseInt(_0x44f43e(0x1e8))/0x6+parseInt(_0x44f43e(0x1d7))/0x7*(parseInt(_0x44f43e(0x200))/0x8)+-parseInt(_0x44f43e(0x1d8))/0x9*(-parseInt(_0x44f43e(0x1e1))/0xa)+parseInt(_0x44f43e(0x236))/0xb;if(_0x1e4d1b===_0x317e0e)break;else _0x2c0869['push'](_0x2c0869['shift']());}catch(_0x2236bd){_0x2c0869['push'](_0x2c0869['shift']());}}}(a42_0x11d6,0x93c8b));const fs=require('fs'),path=require(a42_0x1a03e8(0x1e2)),util=require(a42_0x1a03e8(0x1f1)),{performance}=require('perf_hooks'),{requireModule}=require(a42_0x1a03e8(0x1f7)),helper=require('../helpers/helper'),runIntegrations=require('./integrations/command'),captureError=async(_0x4290ec,_0x57b1fc,_0x141e6c=null)=>{const _0x340d81=a42_0x1a03e8,_0x4fd12d={'XSszj':function(_0x1277bd,_0x3d2c8a,_0x4513d5){return _0x1277bd(_0x3d2c8a,_0x4513d5);},'NiGpj':_0x340d81(0x1ef)};try{await _0x4fd12d['XSszj'](_0x4290ec,_0x57b1fc,_0x141e6c);}catch(_0x1ecc37){process['exitCode']=0x1,logger[_0x340d81(0x201)](util[_0x340d81(0x204)](_0x1ecc37));const _0x4ce7c7={};_0x4ce7c7[_0x340d81(0x21f)]=_0x1ecc37[_0x340d81(0x219)];const _0xe55a3b=_0x4ce7c7;if(helper[_0x340d81(0x1f4)](global[_0x340d81(0x1d3)])&&helper['isUndefined'](global[_0x340d81(0x1eb)]))return;try{helper[_0x340d81(0x20e)](_0x4fd12d[_0x340d81(0x20c)],_0xe55a3b,global[_0x340d81(0x1d3)],global[_0x340d81(0x1eb)]);}catch(_0x162f86){logger[_0x340d81(0x1f8)](_0x340d81(0x207)+_0x162f86);}}};try{const browserstackFolderPath=path[a42_0x1a03e8(0x220)](helper[a42_0x1a03e8(0x202)](),a42_0x1a03e8(0x1e4));if(fs[a42_0x1a03e8(0x1d0)](browserstackFolderPath)){const filePath=path[a42_0x1a03e8(0x220)](browserstackFolderPath,a42_0x1a03e8(0x227));fs[a42_0x1a03e8(0x1d0)](filePath)&&fs[a42_0x1a03e8(0x1e6)](filePath);}}catch(a42_0x2c36ac){logger[a42_0x1a03e8(0x1f8)](a42_0x1a03e8(0x1d6)+a42_0x2c36ac['message']);}process['argv'][a42_0x1a03e8(0x205)](a42_0x1a03e8(0x208))&&(!process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x205)]('--opts')&&process['argv'][a42_0x1a03e8(0x221)](a42_0x1a03e8(0x1f9)),!process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x205)](a42_0x1a03e8(0x1dd))&&process[a42_0x1a03e8(0x1fb)]['push'](a42_0x1a03e8(0x22f)),!process[a42_0x1a03e8(0x1fb)]['includes']('--package')&&process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x221)]('--no-package'));const yargs=require(a42_0x1a03e8(0x1e9)),Constants=require(a42_0x1a03e8(0x21c)),PerformanceTester=require(a42_0x1a03e8(0x1ec)),logger=require(a42_0x1a03e8(0x1db))[a42_0x1a03e8(0x1d4)];PerformanceTester['startMonitoring'](),performance[a42_0x1a03e8(0x1ff)](a42_0x1a03e8(0x213));function a42_0x11d6(){const _0x230070=['--config','oPuIY','cNszq','DUJPJ','7477510bVozRf','path','HmVpj','.browserstack','KFPcJ','unlinkSync','command','2554008lNhpsn','yargs','HST','framework','../helpers/performance-tester','setTestObservabilityDisable','node','SDKTestSuccessful','GFXWp','util','SryAW','handler','isUndefined','508404aHZygH','HELP','../helpers/helper','debug','--no-opts','help','argv','alias','INTEGRATIONS','./jest/command','mark','42240JaKlyP','error','homedir','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','format','includes','ats','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','mocha','668XrVSEw','setBrowserStackAutomationDisable','nightwatch','NiGpj','xnczB','fireFunnelTestEvent','describe','rxpba','Byvkh','Parsing\x20command\x20line\x20arguements','sdk:setup-start','wrap','TMnvO','../../ats/src/index','showHelpOnFail','30slOXzq','message','RWARF','mocha/lib/cli/cli.js','./utils/constants','slice','./cucumber-js/command','globalException','join','push','nzEYY','3205vFDpXB','PIUdX','JEST','RuUOK','.local-not-set.json','integrations','./playwright/command','xTTyz','MOCHA','PLAYWRIGHT','hUJOW','CUCUMBER','--no-config','./mocha/command','VANILLA','INFO','mocha/lib/cli/run.js','fXKAS','YHGpa','12300629hBqpGC','NIGHTWATCH','LPovj','opHfZ','parserConfiguration','CODECEPTJS','existsSync','rrths','DNHYG','config','winstonLogger','2848605xjeaKd','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','560BZJBgL','9jFaDCk','dJUdu','demandCommand','../helpers/logger','./codeceptjs/command'];a42_0x11d6=function(){return _0x230070;};return a42_0x11d6();}const a42_0x40233e={};a42_0x40233e['dot-notation']=![];function a42_0x4d35(_0x388663,_0x2fdfa1){const _0x11d6cc=a42_0x11d6();return a42_0x4d35=function(_0x4d3515,_0xa71eba){_0x4d3515=_0x4d3515-0x1cd;let _0x4f982a=_0x11d6cc[_0x4d3515];return _0x4f982a;},a42_0x4d35(_0x388663,_0x2fdfa1);}const argv=yargs[a42_0x1a03e8(0x1ce)](a42_0x40233e)['usage']('usage:\x20$0\x20<command>\x20[args]')['alias']('v','version')[a42_0x1a03e8(0x20f)]('v')[a42_0x1a03e8(0x1fc)]('h',a42_0x1a03e8(0x1fa))[a42_0x1a03e8(0x1fa)](a42_0x1a03e8(0x1fa))[a42_0x1a03e8(0x217)](!![],Constants['VERSION'][a42_0x1a03e8(0x1f6)])[a42_0x1a03e8(0x1e7)]('jest',Constants[a42_0x1a03e8(0x225)][a42_0x1a03e8(0x232)],function(_0x10cb79){const _0x4c2df5=a42_0x1a03e8,_0xd4f49={'fXKAS':function(_0x486b98,_0x2b7439,_0x2f9999,_0x1c6021){return _0x486b98(_0x2b7439,_0x2f9999,_0x1c6021);},'GFXWp':function(_0x56409e,_0x14a7f4){return _0x56409e(_0x14a7f4);},'YHGpa':_0x4c2df5(0x1fe)};helper[_0x4c2df5(0x1ed)](),helper[_0x4c2df5(0x20a)]();const _0x309b1a=process[_0x4c2df5(0x1fb)][_0x4c2df5(0x21d)](0x2);return _0xd4f49[_0x4c2df5(0x234)](captureError,_0xd4f49[_0x4c2df5(0x1f0)](require,_0xd4f49[_0x4c2df5(0x235)]),_0x10cb79[_0x4c2df5(0x1fb)],_0x309b1a);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x208),Constants[a42_0x1a03e8(0x22b)][a42_0x1a03e8(0x232)],_0x2c3274=>{const _0x545c02=a42_0x1a03e8,_0x3a9843={'cNszq':function(_0x390a84,_0x44c88d,_0x57e59c){return _0x390a84(_0x44c88d,_0x57e59c);},'DUJPJ':function(_0xd5a3f5,_0x234876){return _0xd5a3f5(_0x234876);},'xTTyz':_0x545c02(0x230),'hUJOW':_0x545c02(0x212),'SryAW':_0x545c02(0x233),'opHfZ':function(_0x5d97c2,_0x43ed14){return _0x5d97c2(_0x43ed14);},'UYQuu':'mocha/lib/cli/commands.js','zxBEU':_0x545c02(0x21b),'uUoWn':function(_0x16d8dd){return _0x16d8dd();}};logger['debug'](_0x3a9843[_0x545c02(0x22d)]);const _0x4a933e=_0x3a9843[_0x545c02(0x1e0)](requireModule,_0x3a9843[_0x545c02(0x1f2)]),_0x552871=_0x3a9843[_0x545c02(0x1cd)](requireModule,_0x3a9843['UYQuu']);process[_0x545c02(0x1fb)]=process['argv'][_0x545c02(0x21d)](0x1),delete _0x4a933e[_0x545c02(0x1f3)],_0x4a933e['handler']=function(_0xb3f4e2){const _0x1f7705=_0x545c02;return _0x3a9843[_0x1f7705(0x1df)](captureError,_0x3a9843[_0x1f7705(0x1e0)](require,_0x3a9843[_0x1f7705(0x22a)]),_0xb3f4e2);},_0x552871['run']=_0x4a933e;const {main:_0x286061}=_0x3a9843[_0x545c02(0x1cd)](requireModule,_0x3a9843['zxBEU']);_0x3a9843['uUoWn'](_0x286061);})[a42_0x1a03e8(0x1e7)]('cucumber-js',Constants[a42_0x1a03e8(0x22e)][a42_0x1a03e8(0x232)],function(_0x1dedc8){const _0x49f1cf=a42_0x1a03e8,_0x2a561a={'QVWiT':function(_0x13ad45,_0x20ccb0,_0x44c0bc,_0x21d0b1){return _0x13ad45(_0x20ccb0,_0x44c0bc,_0x21d0b1);},'RuUOK':function(_0x60aae9,_0x560757){return _0x60aae9(_0x560757);},'dJUdu':_0x49f1cf(0x21e)},_0x38b43b=process['argv']['slice'](0x2);return _0x2a561a['QVWiT'](captureError,_0x2a561a[_0x49f1cf(0x226)](require,_0x2a561a[_0x49f1cf(0x1d9)]),_0x1dedc8[_0x49f1cf(0x1fb)],_0x38b43b);})['command'](a42_0x1a03e8(0x1ee),Constants[a42_0x1a03e8(0x231)][a42_0x1a03e8(0x232)],function(_0x4ae944){const _0x5bc434=a42_0x1a03e8,_0x11f6a1={'oPuIY':function(_0xcb2136,_0xb712b8,_0x67248b,_0x29ed0f){return _0xcb2136(_0xb712b8,_0x67248b,_0x29ed0f);},'Byvkh':function(_0x2cb883,_0x4f2bbd){return _0x2cb883(_0x4f2bbd);},'HmVpj':'./vanilla-js/command'},_0xf8d47b=process[_0x5bc434(0x1fb)][_0x5bc434(0x21d)](0x2);return _0x11f6a1[_0x5bc434(0x1de)](captureError,_0x11f6a1[_0x5bc434(0x211)](require,_0x11f6a1[_0x5bc434(0x1e3)]),_0x4ae944[_0x5bc434(0x1fb)],_0xf8d47b);})['command'](a42_0x1a03e8(0x20b),Constants[a42_0x1a03e8(0x237)]['INFO'],function(_0x333d97){const _0x11e529=a42_0x1a03e8,_0x1154eb={'rrths':function(_0x1e9621,_0x598ca3,_0x1e9d6b,_0x51f5e2){return _0x1e9621(_0x598ca3,_0x1e9d6b,_0x51f5e2);},'LPovj':function(_0x142478,_0x284933){return _0x142478(_0x284933);},'rxpba':'./nightwatch/command'},_0x130dbf=process['argv'][_0x11e529(0x21d)](0x2);return _0x1154eb[_0x11e529(0x1d1)](captureError,_0x1154eb[_0x11e529(0x238)](require,_0x1154eb[_0x11e529(0x210)]),_0x333d97['argv'],_0x130dbf);})[a42_0x1a03e8(0x1e7)]('codeceptjs',Constants[a42_0x1a03e8(0x1cf)][a42_0x1a03e8(0x232)],function(_0x1acfde){const _0x30b2fd=a42_0x1a03e8,_0x1682ce={'KFPcJ':function(_0x46c343,_0x20a817,_0x50decb,_0x2092a1){return _0x46c343(_0x20a817,_0x50decb,_0x2092a1);},'PIUdX':function(_0x127920,_0x2e5dd4){return _0x127920(_0x2e5dd4);},'TMnvO':_0x30b2fd(0x1dc)},_0x2db3a0=process[_0x30b2fd(0x1fb)]['slice'](0x2);return _0x1682ce[_0x30b2fd(0x1e5)](captureError,_0x1682ce[_0x30b2fd(0x224)](require,_0x1682ce[_0x30b2fd(0x215)]),_0x1acfde[_0x30b2fd(0x1fb)],_0x2db3a0);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x206),Constants[a42_0x1a03e8(0x1ea)][a42_0x1a03e8(0x232)],function(_0x21117d){const _0x9921fe=a42_0x1a03e8,_0x4d5d56={'vqiqx':function(_0x398b61,_0x39f4de,_0x3892cf){return _0x398b61(_0x39f4de,_0x3892cf);},'xnczB':function(_0x36244a,_0x10a677){return _0x36244a(_0x10a677);},'OdFub':_0x9921fe(0x216)},_0x361646=process[_0x9921fe(0x1fb)]['slice'](0x2);return _0x4d5d56['vqiqx'](captureError,_0x4d5d56[_0x9921fe(0x20d)](require,_0x4d5d56['OdFub']),_0x21117d);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x228),Constants[a42_0x1a03e8(0x1fd)][a42_0x1a03e8(0x232)],function(_0x4b8673){const _0x212aaf=a42_0x1a03e8,_0x101abb={'nzEYY':function(_0x351b46,_0x221ca3){return _0x351b46(_0x221ca3);}};return _0x101abb[_0x212aaf(0x222)](runIntegrations,_0x4b8673);})[a42_0x1a03e8(0x1e7)]('playwright',Constants[a42_0x1a03e8(0x22c)][a42_0x1a03e8(0x232)],function(_0x311f6d){const _0x1958cf=a42_0x1a03e8,_0x50a2db={'RWARF':function(_0x11d1d8,_0x179b92,_0x5e71f4,_0x118305){return _0x11d1d8(_0x179b92,_0x5e71f4,_0x118305);},'MkpQC':function(_0x291983,_0x59c7bc){return _0x291983(_0x59c7bc);},'DNHYG':_0x1958cf(0x229)},_0x16ce62=process['argv'][_0x1958cf(0x21d)](0x2);return _0x50a2db[_0x1958cf(0x21a)](captureError,_0x50a2db['MkpQC'](require,_0x50a2db[_0x1958cf(0x1d2)]),_0x311f6d[_0x1958cf(0x1fb)],_0x16ce62);})[a42_0x1a03e8(0x1da)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a42_0x1a03e8(0x214)](null)[a42_0x1a03e8(0x1fb)];!helper[a42_0x1a03e8(0x1f4)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x1a03e8(0x206)&&console[a42_0x1a03e8(0x201)](a42_0x1a03e8(0x203));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a43_0x537fba=a43_0x5ca0;(function(_0x23038d,_0x4d0430){const _0x4a95b5=a43_0x5ca0,_0x228913=_0x23038d();while(!![]){try{const _0x45e834=-parseInt(_0x4a95b5(0xdd))/0x1+parseInt(_0x4a95b5(0xf3))/0x2+-parseInt(_0x4a95b5(0xf5))/0x3*(-parseInt(_0x4a95b5(0xcb))/0x4)+parseInt(_0x4a95b5(0xd9))/0x5+parseInt(_0x4a95b5(0xf9))/0x6*(parseInt(_0x4a95b5(0xe7))/0x7)+parseInt(_0x4a95b5(0xe6))/0x8*(parseInt(_0x4a95b5(0xe4))/0x9)+-parseInt(_0x4a95b5(0xe0))/0xa;if(_0x45e834===_0x4d0430)break;else _0x228913['push'](_0x228913['shift']());}catch(_0x3c065a){_0x228913['push'](_0x228913['shift']());}}}(a43_0x26dd,0x9556d));const fs=require('fs'),helper=require(a43_0x537fba(0xf8)),yaml=require(a43_0x537fba(0xf2)),yargs=require('yargs'),logger=require(a43_0x537fba(0xfc))['winstonLogger'],configFileTemplate=__dirname+a43_0x537fba(0xc3),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a43_0x537fba(0xc5)]()+a43_0x537fba(0xf0),packageFile=process['cwd']()+'/package.json',frameworks=[a43_0x537fba(0xd3),'jest',a43_0x537fba(0xd5),a43_0x537fba(0xd1),a43_0x537fba(0x102),a43_0x537fba(0xd4),a43_0x537fba(0xfb)];let config;logger[a43_0x537fba(0xe3)](a43_0x537fba(0xfe)),createConfigurationFile(yargs[a43_0x537fba(0x100)][a43_0x537fba(0xf7)],yargs[a43_0x537fba(0x100)][a43_0x537fba(0xdc)],yargs[a43_0x537fba(0x100)][a43_0x537fba(0xfb)]);try{sdkSetup();}catch(a43_0x34883b){logger[a43_0x537fba(0xde)](a43_0x537fba(0xe8)+a43_0x34883b);}addScriptInPackageJson();function createConfigurationFile(_0x4df78d,_0x4fb32a,_0x41a244=![]){const _0x4093ee=a43_0x537fba,_0x21f4a1={};_0x21f4a1['LMnTh']=_0x4093ee(0xc1),_0x21f4a1[_0x4093ee(0xf4)]='YOUR_USERNAME',_0x21f4a1['JqsUQ']='YOUR_ACCESS_KEY';const _0x270a29=_0x21f4a1;try{let _0x2c2682=fs[_0x4093ee(0xcc)](_0x41a244?configFileTemplatePW:configFileTemplate,_0x270a29['LMnTh']);_0x4df78d&&(_0x2c2682=_0x2c2682['replace'](_0x270a29['fXoSz'],_0x4df78d)),_0x4fb32a&&(_0x2c2682=_0x2c2682['replace'](_0x270a29[_0x4093ee(0xeb)],_0x4fb32a)),config=yaml[_0x4093ee(0xdf)](_0x2c2682),fs[_0x4093ee(0xf6)](configFile,_0x2c2682,_0x56f1d8=>{const _0x1d39f2=_0x4093ee;_0x56f1d8&&logger[_0x1d39f2(0xfd)](_0x56f1d8);});}catch(_0x241b0d){logger[_0x4093ee(0xfd)](_0x241b0d);}}function a43_0x26dd(){const _0x5b0e24=['NfUeA','splice','\x20&&\x20npm\x20update\x20browserstack-node-sdk','length','xOqQP','1452292sTqRRy','readFileSync','kAVrv','QtLxs','dnbYH','parse','node','scripts','mocha','codeceptjs','cucumber-js','isUndefined','postinstall','browserstack-node-sdk\x20','2693145XqAFMY','VEdEi','wUFWb','key','690518xuLvFu','debug','load','9053200IficSX','browserstack-node-sdk','BWVlY','info','7134327uzfwHo','push','8bJgKTQ','1540NNhrAl','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','FvWXG','ugntf','JqsUQ','mdZCe','MyEAU','stringify','join','/browserstack.yml','fireFunnelTestEvent','js-yaml','281332DGUUNQ','fXoSz','3TVJpAD','writeFileSync','username','../helpers/helper','10158XJoeKc','aLGxj','playwright','../helpers/logger','error','Creating\x20configuration\x20file...','indexOf','argv','-browserstack','nightwatch','zNzrn','includes','utf8','split','/../../browserstack.yml.sample','entries','cwd'];a43_0x26dd=function(){return _0x5b0e24;};return a43_0x26dd();}function addPostInstallScript(_0x4cd6e6,_0x7520aa){const _0x528e98=a43_0x537fba,_0x1cdb7e={};_0x1cdb7e[_0x528e98(0xcf)]=_0x528e98(0xd7),_0x1cdb7e[_0x528e98(0xea)]='npm\x20update\x20browserstack-node-sdk',_0x1cdb7e[_0x528e98(0xdb)]=_0x528e98(0xc8);const _0x41a0ee=_0x1cdb7e;let _0x1fb334=_0x4cd6e6[_0x41a0ee['dnbYH']];if(_0x1fb334&&_0x1fb334[_0x528e98(0xc0)](_0x41a0ee['ugntf']))return;!_0x1fb334?_0x1fb334=_0x41a0ee[_0x528e98(0xea)]:_0x1fb334+=_0x41a0ee['wUFWb'],_0x7520aa[_0x528e98(0xe5)]([_0x41a0ee[_0x528e98(0xcf)],_0x1fb334]);}function a43_0x5ca0(_0x3cf5a3,_0xcaca43){const _0x26dda8=a43_0x26dd();return a43_0x5ca0=function(_0x5ca0fc,_0x24e3a7){_0x5ca0fc=_0x5ca0fc-0xc0;let _0x371ae7=_0x26dda8[_0x5ca0fc];return _0x371ae7;},a43_0x5ca0(_0x3cf5a3,_0xcaca43);}function addScriptInPackageJson(){const _0x36f4ef=a43_0x537fba,_0x4dd74e={'YoOCI':_0x36f4ef(0xc1),'xOqQP':function(_0x21b44a,_0x17c880){return _0x21b44a<_0x17c880;},'VEdEi':function(_0xd4a2f4,_0x413767,_0x5c46c4){return _0xd4a2f4(_0x413767,_0x5c46c4);},'NfUeA':function(_0x30542c,_0x5aab26,_0x5cc78f){return _0x30542c(_0x5aab26,_0x5cc78f);},'kAVrv':function(_0x3ac3c7,_0x9ebf4e){return _0x3ac3c7!==_0x9ebf4e;},'FEPWc':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x2cc713=JSON[_0x36f4ef(0xd0)](fs[_0x36f4ef(0xcc)](packageFile,_0x4dd74e['YoOCI'])),_0x1e8ee0=[];for(let _0x555bff=0x0;_0x4dd74e[_0x36f4ef(0xca)](_0x555bff,frameworks[_0x36f4ef(0xc9)]);_0x555bff+=0x1){const _0x19cff8=_0x4dd74e[_0x36f4ef(0xda)](findScriptsWithFramework,_0x2cc713[_0x36f4ef(0xd2)],frameworks[_0x555bff]);for(let _0x31a554=0x0;_0x4dd74e[_0x36f4ef(0xca)](_0x31a554,_0x19cff8[_0x36f4ef(0xc9)]);_0x31a554+=0x1){_0x1e8ee0['push'](_0x4dd74e[_0x36f4ef(0xc6)](getUpdatedCommand,_0x2cc713[_0x36f4ef(0xd2)],_0x19cff8[_0x31a554]));}_0x4dd74e[_0x36f4ef(0xc6)](addPostInstallScript,_0x2cc713[_0x36f4ef(0xd2)],_0x1e8ee0);}const _0x20ff7={..._0x2cc713['scripts']},_0x508be3=_0x20ff7;for(let _0xa04b2c=0x0;_0x4dd74e[_0x36f4ef(0xca)](_0xa04b2c,_0x1e8ee0['length']);_0xa04b2c+=0x1){_0x508be3[_0x1e8ee0[_0xa04b2c][0x0]]=_0x1e8ee0[_0xa04b2c][0x1];}_0x4dd74e[_0x36f4ef(0xcd)](JSON[_0x36f4ef(0xee)](_0x2cc713[_0x36f4ef(0xd2)]),JSON['stringify'](_0x508be3))&&(logger[_0x36f4ef(0xe3)](_0x4dd74e['FEPWc']),_0x2cc713[_0x36f4ef(0xd2)]=_0x508be3,fs[_0x36f4ef(0xf6)](packageFile,JSON[_0x36f4ef(0xee)](_0x2cc713,null,0x2),_0x31488b=>{const _0x38d52e=_0x36f4ef;_0x31488b&&logger[_0x38d52e(0xfd)](_0x31488b);}));};function findScriptsWithFramework(_0x113bb7,_0x16296b){const _0x2affd9=a43_0x537fba,_0xd7d70f={};_0xd7d70f[_0x2affd9(0xce)]=function(_0x3d9997,_0x35e83f){return _0x3d9997<_0x35e83f;},_0xd7d70f[_0x2affd9(0x103)]='browserstack-node-sdk';const _0x38c026=_0xd7d70f,_0x199ea2=[],_0x1c8df9=Object[_0x2affd9(0xc4)](_0x113bb7);for(let _0x431d23=0x0;_0x38c026['QtLxs'](_0x431d23,_0x1c8df9[_0x2affd9(0xc9)]);_0x431d23+=0x1){_0x1c8df9[_0x431d23][0x1][_0x2affd9(0xc0)](_0x16296b)&&!_0x1c8df9[_0x431d23][0x1][_0x2affd9(0xc0)](_0x38c026['zNzrn'])&&_0x199ea2[_0x2affd9(0xe5)](_0x1c8df9[_0x431d23][0x0]);}return _0x199ea2;}function getUpdatedCommand(_0xf068ea,_0x1b01e8){const _0x2494fe=a43_0x537fba,_0x524f9f={};_0x524f9f[_0x2494fe(0xec)]=function(_0x4502be,_0x5df09f){return _0x4502be!==_0x5df09f;},_0x524f9f[_0x2494fe(0xe9)]=_0x2494fe(0xe1),_0x524f9f[_0x2494fe(0xfa)]=function(_0x38cf7d,_0x213644){return _0x38cf7d===_0x213644;};const _0x1a5e86=_0x524f9f,_0x2d926a=_0x1b01e8+_0x2494fe(0x101),_0x3de6b9=_0xf068ea[_0x1b01e8],_0x22f5b1=_0x3de6b9[_0x2494fe(0xc2)]('\x20');for(const _0x1decc9 of frameworks){if(_0x1a5e86[_0x2494fe(0xec)](_0x22f5b1[_0x2494fe(0xff)](_0x1decc9),-0x1)){_0x22f5b1[_0x2494fe(0xc7)](_0x22f5b1['indexOf'](_0x1decc9),0x0,_0x1a5e86[_0x2494fe(0xe9)]);break;}}let _0x555229=_0x22f5b1[_0x2494fe(0xef)]('\x20');return _0x1a5e86[_0x2494fe(0xfa)](_0x555229,_0x3de6b9)&&(_0x555229=_0x2494fe(0xd8)+_0x3de6b9),[_0x2d926a,_0x555229];}function sdkSetup(){const _0x5a6ef2=a43_0x537fba,_0x370511={};_0x370511['MyEAU']='node-setup',_0x370511[_0x5a6ef2(0xe2)]='SDKSetup';const _0x5a81cc=_0x370511;if(helper[_0x5a6ef2(0xd6)](config))return;config['source']=_0x5a81cc[_0x5a6ef2(0xed)];try{helper[_0x5a6ef2(0xf1)](_0x5a81cc[_0x5a6ef2(0xe2)],{},config,'');}catch(_0x29c1a7){logger[_0x5a6ef2(0xde)](_0x5a6ef2(0xe8)+_0x29c1a7);}}logger[a43_0x537fba(0xe3)]('Setup\x20completed');
3
+ const a43_0x17007e=a43_0x1962;(function(_0x5c6494,_0x46524f){const _0x15b2e9=a43_0x1962,_0x2fb4e0=_0x5c6494();while(!![]){try{const _0x401525=parseInt(_0x15b2e9(0xd9))/0x1+parseInt(_0x15b2e9(0xb7))/0x2*(-parseInt(_0x15b2e9(0xe9))/0x3)+-parseInt(_0x15b2e9(0xc6))/0x4+parseInt(_0x15b2e9(0xa5))/0x5*(parseInt(_0x15b2e9(0xc3))/0x6)+-parseInt(_0x15b2e9(0xab))/0x7+-parseInt(_0x15b2e9(0xcb))/0x8+parseInt(_0x15b2e9(0xbc))/0x9;if(_0x401525===_0x46524f)break;else _0x2fb4e0['push'](_0x2fb4e0['shift']());}catch(_0x4522af){_0x2fb4e0['push'](_0x2fb4e0['shift']());}}}(a43_0x2771,0xa6629));const fs=require('fs'),helper=require(a43_0x17007e(0xd4)),yaml=require(a43_0x17007e(0xdd)),yargs=require('yargs'),logger=require(a43_0x17007e(0xe6))[a43_0x17007e(0xe1)],configFileTemplate=__dirname+a43_0x17007e(0xa9),configFileTemplatePW=__dirname+a43_0x17007e(0xe2),configFile=process['cwd']()+a43_0x17007e(0xbd),packageFile=process[a43_0x17007e(0xad)]()+'/package.json',frameworks=[a43_0x17007e(0xa4),a43_0x17007e(0xa0),'cucumber-js',a43_0x17007e(0xb0),a43_0x17007e(0xda),a43_0x17007e(0xc7),a43_0x17007e(0xae)];let config;function a43_0x2771(){const _0x5cf000=['browserstack-node-sdk','lnntD','info','jnFrD','KsQQE','../helpers/helper','ktPdm','zzaqT','rpAHx','tLllH','951495qmJuch','nightwatch','npm\x20update\x20browserstack-node-sdk','Adding\x20new\x20script(s)\x20in\x20package.json...','js-yaml','YOUR_USERNAME','includes','writeFileSync','winstonLogger','/../../browserstack.pw.yml.sample','JLqwm','tsVsM','QgbVU','../helpers/logger','iFlFl','Setup\x20completed','3NSSJfR','length','utf8','parse','key','sQKEw','jest','readFileSync','load','indexOf','mocha','95unrawc','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','node-setup','LwfJB','/../../browserstack.yml.sample','push','2500932cKeeIX','argv','cwd','playwright','FTowp','node','eGKVK','debug','join','splice','\x20&&\x20npm\x20update\x20browserstack-node-sdk','scripts','977174FIHODz','OiEDb','source','-browserstack','zQapl','13747743xekqZH','/browserstack.yml','ratVe','error','username','postinstall','YQaWF','152454EBYCfA','stringify','Creating\x20configuration\x20file...','562860gdbKzJ','codeceptjs','entries','fireFunnelTestEvent','MSwEx','10349616RDkQzC','YOUR_ACCESS_KEY','replace','xRAXJ'];a43_0x2771=function(){return _0x5cf000;};return a43_0x2771();}logger[a43_0x17007e(0xd1)](a43_0x17007e(0xc5)),createConfigurationFile(yargs[a43_0x17007e(0xac)][a43_0x17007e(0xc0)],yargs[a43_0x17007e(0xac)][a43_0x17007e(0x9e)],yargs[a43_0x17007e(0xac)]['playwright']);try{sdkSetup();}catch(a43_0x269658){logger[a43_0x17007e(0xb2)](a43_0x17007e(0xa6)+a43_0x269658);}addScriptInPackageJson();function createConfigurationFile(_0xd7652b,_0x55a8ba,_0x3bdbdf=![]){const _0x22be76=a43_0x17007e,_0x5c6eeb={};_0x5c6eeb[_0x22be76(0xca)]=_0x22be76(0xeb),_0x5c6eeb[_0x22be76(0xa8)]=_0x22be76(0xde),_0x5c6eeb[_0x22be76(0xbb)]=_0x22be76(0xcc);const _0x22fe0d=_0x5c6eeb;try{let _0x4fd4f4=fs['readFileSync'](_0x3bdbdf?configFileTemplatePW:configFileTemplate,_0x22fe0d[_0x22be76(0xca)]);_0xd7652b&&(_0x4fd4f4=_0x4fd4f4['replace'](_0x22fe0d[_0x22be76(0xa8)],_0xd7652b)),_0x55a8ba&&(_0x4fd4f4=_0x4fd4f4[_0x22be76(0xcd)](_0x22fe0d[_0x22be76(0xbb)],_0x55a8ba)),config=yaml[_0x22be76(0xa2)](_0x4fd4f4),fs[_0x22be76(0xe0)](configFile,_0x4fd4f4,_0x45b214=>{const _0x4b485f=_0x22be76;_0x45b214&&logger[_0x4b485f(0xbf)](_0x45b214);});}catch(_0x1a4cf0){logger[_0x22be76(0xbf)](_0x1a4cf0);}}function addPostInstallScript(_0x293c23,_0x57201d){const _0xe86b41=a43_0x17007e,_0x23a8fd={};_0x23a8fd['OiEDb']=_0xe86b41(0xc1),_0x23a8fd[_0xe86b41(0xd0)]=_0xe86b41(0xdb),_0x23a8fd[_0xe86b41(0xd5)]=_0xe86b41(0xb5);const _0x52af3a=_0x23a8fd;let _0x39e4c1=_0x293c23[_0x52af3a['OiEDb']];if(_0x39e4c1&&_0x39e4c1[_0xe86b41(0xdf)](_0x52af3a[_0xe86b41(0xd0)]))return;!_0x39e4c1?_0x39e4c1=_0x52af3a[_0xe86b41(0xd0)]:_0x39e4c1+=_0x52af3a[_0xe86b41(0xd5)],_0x57201d[_0xe86b41(0xaa)]([_0x52af3a[_0xe86b41(0xb8)],_0x39e4c1]);}function addScriptInPackageJson(){const _0x4b3475=a43_0x17007e,_0x3199fb={'QgbVU':_0x4b3475(0xeb),'xRAXJ':function(_0x4d944f,_0x26673a){return _0x4d944f<_0x26673a;},'tsVsM':function(_0x465718,_0x5a3565,_0x29d945){return _0x465718(_0x5a3565,_0x29d945);},'rpAHx':function(_0x2cdff3,_0xac339c,_0x1e84cd){return _0x2cdff3(_0xac339c,_0x1e84cd);},'zzaqT':function(_0x43b66a,_0x1cf353,_0x2f383c){return _0x43b66a(_0x1cf353,_0x2f383c);},'KsQQE':function(_0x4350de,_0x408d16){return _0x4350de<_0x408d16;},'eGKVK':function(_0x19996c,_0x2f327e){return _0x19996c!==_0x2f327e;},'FTowp':_0x4b3475(0xdc)},_0x28db1f=JSON[_0x4b3475(0x9d)](fs[_0x4b3475(0xa1)](packageFile,_0x3199fb[_0x4b3475(0xe5)])),_0x5e1557=[];for(let _0x2a315c=0x0;_0x3199fb['xRAXJ'](_0x2a315c,frameworks[_0x4b3475(0xea)]);_0x2a315c+=0x1){const _0x1be562=_0x3199fb[_0x4b3475(0xe4)](findScriptsWithFramework,_0x28db1f['scripts'],frameworks[_0x2a315c]);for(let _0x411b1c=0x0;_0x3199fb[_0x4b3475(0xce)](_0x411b1c,_0x1be562['length']);_0x411b1c+=0x1){_0x5e1557['push'](_0x3199fb[_0x4b3475(0xd7)](getUpdatedCommand,_0x28db1f[_0x4b3475(0xb6)],_0x1be562[_0x411b1c]));}_0x3199fb[_0x4b3475(0xd6)](addPostInstallScript,_0x28db1f['scripts'],_0x5e1557);}const _0x49942e={..._0x28db1f['scripts']},_0x4f6e09=_0x49942e;for(let _0x4c7975=0x0;_0x3199fb[_0x4b3475(0xd3)](_0x4c7975,_0x5e1557[_0x4b3475(0xea)]);_0x4c7975+=0x1){_0x4f6e09[_0x5e1557[_0x4c7975][0x0]]=_0x5e1557[_0x4c7975][0x1];}_0x3199fb[_0x4b3475(0xb1)](JSON['stringify'](_0x28db1f[_0x4b3475(0xb6)]),JSON[_0x4b3475(0xc4)](_0x4f6e09))&&(logger[_0x4b3475(0xd1)](_0x3199fb[_0x4b3475(0xaf)]),_0x28db1f[_0x4b3475(0xb6)]=_0x4f6e09,fs[_0x4b3475(0xe0)](packageFile,JSON[_0x4b3475(0xc4)](_0x28db1f,null,0x2),_0x1bcd34=>{const _0x40be60=_0x4b3475;_0x1bcd34&&logger[_0x40be60(0xbf)](_0x1bcd34);}));};function findScriptsWithFramework(_0x579cfc,_0x570e22){const _0x24d725=a43_0x17007e,_0x26f2d3={};_0x26f2d3[_0x24d725(0xbe)]=function(_0x3c6421,_0x3809fb){return _0x3c6421<_0x3809fb;},_0x26f2d3[_0x24d725(0xd8)]=_0x24d725(0xcf);const _0x6a2a34=_0x26f2d3,_0x4a563a=[],_0x3961a5=Object[_0x24d725(0xc8)](_0x579cfc);for(let _0x3ff877=0x0;_0x6a2a34[_0x24d725(0xbe)](_0x3ff877,_0x3961a5[_0x24d725(0xea)]);_0x3ff877+=0x1){_0x3961a5[_0x3ff877][0x1][_0x24d725(0xdf)](_0x570e22)&&!_0x3961a5[_0x3ff877][0x1][_0x24d725(0xdf)](_0x6a2a34[_0x24d725(0xd8)])&&_0x4a563a[_0x24d725(0xaa)](_0x3961a5[_0x3ff877][0x0]);}return _0x4a563a;}function getUpdatedCommand(_0x44c1c0,_0x5afff3){const _0xa1b3f2=a43_0x17007e,_0x3e41f3={};_0x3e41f3[_0xa1b3f2(0xd2)]=function(_0x3898a8,_0x441b73){return _0x3898a8!==_0x441b73;},_0x3e41f3[_0xa1b3f2(0xe7)]=_0xa1b3f2(0xcf),_0x3e41f3[_0xa1b3f2(0x9f)]=function(_0x1efa8f,_0x427ebd){return _0x1efa8f===_0x427ebd;};const _0xb2f2f4=_0x3e41f3,_0x4610a3=_0x5afff3+_0xa1b3f2(0xba),_0x47268c=_0x44c1c0[_0x5afff3],_0x3bf282=_0x47268c['split']('\x20');for(const _0x4d014b of frameworks){if(_0xb2f2f4['jnFrD'](_0x3bf282['indexOf'](_0x4d014b),-0x1)){_0x3bf282[_0xa1b3f2(0xb4)](_0x3bf282[_0xa1b3f2(0xa3)](_0x4d014b),0x0,_0xb2f2f4[_0xa1b3f2(0xe7)]);break;}}let _0x6f1d42=_0x3bf282[_0xa1b3f2(0xb3)]('\x20');return _0xb2f2f4[_0xa1b3f2(0x9f)](_0x6f1d42,_0x47268c)&&(_0x6f1d42='browserstack-node-sdk\x20'+_0x47268c),[_0x4610a3,_0x6f1d42];}function sdkSetup(){const _0x4a7a8f=a43_0x17007e,_0x247c0b={};_0x247c0b['JLqwm']=_0x4a7a8f(0xa7),_0x247c0b[_0x4a7a8f(0xc2)]='SDKSetup';const _0x4d9b3e=_0x247c0b;if(helper['isUndefined'](config))return;config[_0x4a7a8f(0xb9)]=_0x4d9b3e[_0x4a7a8f(0xe3)];try{helper[_0x4a7a8f(0xc9)](_0x4d9b3e[_0x4a7a8f(0xc2)],{},config,'');}catch(_0x2b3f10){logger['debug'](_0x4a7a8f(0xa6)+_0x2b3f10);}}function a43_0x1962(_0x43ad4e,_0x4652d5){const _0x277121=a43_0x2771();return a43_0x1962=function(_0x196297,_0x34dc8d){_0x196297=_0x196297-0x9d;let _0x59bd98=_0x277121[_0x196297];return _0x59bd98;},a43_0x1962(_0x43ad4e,_0x4652d5);}logger[a43_0x17007e(0xd1)](a43_0x17007e(0xe8));
@@ -1 +1 @@
1
- const a44_0x520385=a44_0x57d1;(function(_0x2c400f,_0x245043){const _0x109901=a44_0x57d1,_0x31ae82=_0x2c400f();while(!![]){try{const _0x368048=-parseInt(_0x109901(0xf2))/0x1*(parseInt(_0x109901(0x119))/0x2)+-parseInt(_0x109901(0x13e))/0x3*(-parseInt(_0x109901(0xe5))/0x4)+-parseInt(_0x109901(0xe9))/0x5*(parseInt(_0x109901(0x11e))/0x6)+-parseInt(_0x109901(0xeb))/0x7+-parseInt(_0x109901(0x131))/0x8*(parseInt(_0x109901(0x143))/0x9)+parseInt(_0x109901(0x122))/0xa+-parseInt(_0x109901(0x139))/0xb*(-parseInt(_0x109901(0x146))/0xc);if(_0x368048===_0x245043)break;else _0x31ae82['push'](_0x31ae82['shift']());}catch(_0x55cb9a){_0x31ae82['push'](_0x31ae82['shift']());}}}(a44_0x5ad8,0xbb35e));function a44_0x5ad8(){const _0x525ac8=['launchBuild','Wgylq','wBofJ','results','getWorkers','../../helpers/accessibility-automation/helper','forEach','\x20for','platform-run-success','xaFYO','RBatg','./testWorker.js','MQvYW','resolve','../../helpers/test-observability/constants','nnqJY','p-limit','platform-run-failure','RUnlq','MOCHA','jest-worker','stdout','VeTSA','platform-run-start','platformCaps','configuration','JrPEd','SqUfi','gAbSk','BpBCw','parallelTestRun','test-file-start','ensRJ','gGJtn','NtgfM','VPWhC','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','2sttGgT','exitCode','all','json','TkdwR','1485732gLAMeu','file','SVPqR','platforms','6719510jtYVxx','vsaka','info','emittery','Ldtqu','platform','config','cucumberWorker','CCdRY','parallelVanillaRun','qfBtt','stderr','Worker','lULZz','pipe','8ifEfKk','length','../../helpers/test-observability/sessionHandler','getStdout','brbEo','worker','stop','../../helpers/test-observability/utils','42636YIUKbj','then','waitForExit','TkZHV','Running\x20','4477197LGLYek','wfTMS','error','map','../../helpers/testhub/testhubHandler','1905723MvlkUs','mxymi','log','3192sdOLXT','test-file-success','rHZPU','UMNQz','getStderr','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','ZuYex','lgbLX','4paLOnG','xNagV','end','XbKrt','25RQvbqC','IvdjK','173754wUjVNl','lqQjS','xcYSe','test-file-failure','Workers\x20failed\x20to\x20exit\x20gracefully','XXgcP','emit','953873KmrWnH','_child'];a44_0x5ad8=function(){return _0x525ac8;};return a44_0x5ad8();}function a44_0x57d1(_0x5b5007,_0x4f25bb){const _0x5ad8ab=a44_0x5ad8();return a44_0x57d1=function(_0x57d117,_0xaf24b){_0x57d117=_0x57d117-0xe4;let _0xaa161a=_0x5ad8ab[_0x57d117];return _0xaa161a;},a44_0x57d1(_0x5b5007,_0x4f25bb);}const Worker=require(a44_0x520385(0x108))[a44_0x520385(0x12e)],Emittery=require(a44_0x520385(0x125)),pLimit=require(a44_0x520385(0x104)),util=require('util'),logger=require('../../helpers/logger')['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x520385(0xf9)),SessionHandler=require(a44_0x520385(0x133)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0x520385(0x138)),TestHubHandler=require(a44_0x520385(0x142)),{FRAMEWORKS}=require(a44_0x520385(0x102)),checkAccessibility=_0x3df9ac=>{const _0x515e83=a44_0x520385,_0x4598b1={};_0x4598b1[_0x515e83(0xe8)]=function(_0x35cdd4,_0x2f28d1){return _0x35cdd4===_0x2f28d1;};const _0x1bdc63=_0x4598b1;let _0x13be3a=![];try{_0x3df9ac[_0x515e83(0x121)][_0x515e83(0xfa)](_0x5bfff6=>{const _0x23dd1d=_0x515e83;if(_0x1bdc63[_0x23dd1d(0xe8)](_0x5bfff6['accessibility'],!![]))return _0x13be3a=!![],!![];});}catch(_0x54f325){logger['debug'](_0x515e83(0x118)+_0x54f325);}return _0x13be3a;};exports[a44_0x520385(0x112)]=(_0x1249ba,_0x5ac9e5,_0x3bb77a)=>new Promise(async _0x10c380=>{const _0x196e35=a44_0x520385,_0x5270fe={'Wgylq':'failureCount','xcYSe':function(_0x50624f,_0x406ac1){return _0x50624f+_0x406ac1;},'RBatg':_0x196e35(0xf7),'xaFYO':_0x196e35(0xef),'ZuYex':function(_0x124986,_0x5d6e81){return _0x124986(_0x5d6e81);},'BnjOX':function(_0x58d97a,_0x3b6321){return _0x58d97a(_0x3b6321);},'NtgfM':_0x196e35(0x113),'nnqJY':_0x196e35(0xff),'CCdRY':'worker','AiISV':_0x196e35(0x11c),'lqQjS':_0x196e35(0x130),'TkdwR':function(_0x32987b,_0x246b02){return _0x32987b*_0x246b02;},'VeTSA':_0x196e35(0x147),'UMNQz':_0x196e35(0xee),'IlqlJ':function(_0x31afc8,_0x349be7){return _0x31afc8(_0x349be7);}},_0x560dbb=_0x3bb77a[_0x196e35(0x128)],_0x14eb26={},_0x2e627a=await TestHubHandler[_0x196e35(0xf4)](FRAMEWORKS[_0x196e35(0x107)],_0x3bb77a),_0x3b51f2=new Worker(require['resolve'](_0x5270fe[_0x196e35(0x103)]),{'exposedMethods':[_0x5270fe[_0x196e35(0x12a)]],'forkOptions':{'serialization':_0x5270fe['AiISV'],'stdio':_0x5270fe[_0x196e35(0xec)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5270fe[_0x196e35(0x11d)](_0x5ac9e5,0x1),'enableWorkerThreads':!![]}),_0x203c7f=new Emittery();_0x203c7f['on'](_0x5270fe[_0x196e35(0x10a)],_0x3aef23=>{const _0x4a113d=_0x196e35;_0x14eb26[_0x3aef23[0x0]]?(_0x14eb26[_0x3aef23[0x0]][_0x5270fe[_0x4a113d(0xf5)]]=_0x5270fe[_0x4a113d(0xed)](_0x14eb26[_0x3aef23[0x0]][_0x5270fe['Wgylq']],_0x3aef23[0x1][_0x5270fe[_0x4a113d(0xf5)]]),_0x14eb26[_0x3aef23[0x0]][_0x5270fe[_0x4a113d(0xfe)]]=[..._0x14eb26[_0x3aef23[0x0]][_0x5270fe[_0x4a113d(0xfe)]],..._0x3aef23[0x1][_0x5270fe[_0x4a113d(0xfe)]]]):_0x14eb26[_0x3aef23[0x0]]={'failureCount':_0x3aef23[0x1][_0x5270fe[_0x4a113d(0xf5)]],'results':[..._0x3aef23[0x1][_0x5270fe['RBatg']]]};}),_0x203c7f['on'](_0x5270fe[_0x196e35(0x149)],_0x1b2255=>console[_0x196e35(0x145)](_0x1b2255[0x1]));_0x3b51f2[_0x196e35(0x134)]()&&_0x3b51f2[_0x196e35(0x134)]()['pipe'](process[_0x196e35(0x109)]);_0x3b51f2[_0x196e35(0x14a)]()&&_0x3b51f2[_0x196e35(0x14a)]()['pipe'](process[_0x196e35(0x12d)]);const _0x5bec53=async()=>{const _0x58e3b8=_0x196e35,{forceExited:_0x343b5b}=await _0x3b51f2[_0x58e3b8(0xe7)]();_0x343b5b&&console[_0x58e3b8(0x140)](_0x5270fe[_0x58e3b8(0xfd)]);try{await TestHubHandler[_0x58e3b8(0x137)]();}catch(_0x4b6ec7){_0x5270fe[_0x58e3b8(0x14c)](debug,_0x58e3b8(0x14b)+_0x4b6ec7);}_0x5270fe['BnjOX'](_0x10c380,_0x14eb26);},_0x1bd95d=_0x5270fe['IlqlJ'](pLimit,_0x5270fe[_0x196e35(0x11d)](_0x5ac9e5,0x1)),_0x56e77c=_0x2ff37e=>_0x1bd95d(async()=>{const _0x25414b=_0x196e35;return await _0x203c7f[_0x25414b(0xf1)](_0x5270fe[_0x25414b(0x116)],_0x2ff37e),_0x3b51f2[_0x25414b(0x136)](_0x2ff37e,_0x560dbb);});Promise[_0x196e35(0x11b)](_0x1249ba['map'](_0x52c099=>_0x56e77c(_0x52c099)[_0x196e35(0x13a)](_0x4aa4b5=>_0x203c7f['emit'](_0x196e35(0x147),[_0x52c099[_0x196e35(0x10d)][_0x196e35(0x127)],_0x4aa4b5]),_0x59b5ed=>_0x203c7f['emit']('test-file-failure',[_0x52c099,_0x59b5ed]))))[_0x196e35(0x13a)](_0x5bec53,_0x5bec53);}),exports['parallelCucumberRun']=(_0x449a86,_0x16ec51,_0x55eec8,_0x10e851,_0x1c4a7c)=>{const _0x2f599b=a44_0x520385,_0x58c434={'JrPEd':'Workers\x20failed\x20to\x20exit\x20gracefully','lULZz':function(_0x4c9510,_0x21c1b3){return _0x4c9510(_0x21c1b3);},'ZPpTD':_0x2f599b(0x10b),'SVPqR':_0x2f599b(0xff),'XXgcP':_0x2f599b(0x129),'Ldtqu':_0x2f599b(0x11c),'BpBCw':_0x2f599b(0x130),'wBofJ':_0x2f599b(0xfc),'ensRJ':_0x2f599b(0x105),'brbEo':function(_0x8e5b9f,_0x504993){return _0x8e5b9f(_0x504993);}};return new Promise(_0x1f691b=>{const _0x40f7d5=_0x2f599b,_0x2d590b={'mxymi':_0x58c434[_0x40f7d5(0x10e)],'gAbSk':function(_0x4fc803,_0x3e8251){const _0x1264b9=_0x40f7d5;return _0x58c434[_0x1264b9(0x12f)](_0x4fc803,_0x3e8251);},'gGJtn':_0x58c434['ZPpTD']},_0x353848=[],_0x1d987a=new Worker(require['resolve'](_0x58c434[_0x40f7d5(0x120)]),{'exposedMethods':[_0x58c434[_0x40f7d5(0xf0)]],'forkOptions':{'serialization':_0x58c434[_0x40f7d5(0x126)],'stdio':_0x58c434[_0x40f7d5(0x111)]},'numWorkers':_0x449a86[_0x40f7d5(0x132)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x43b45d=new Emittery();_0x43b45d['on'](_0x58c434[_0x40f7d5(0xf6)],_0xb9e91a=>{_0x353848['push']([_0xb9e91a[0x0],_0xb9e91a[0x1]]);}),_0x43b45d['on'](_0x58c434[_0x40f7d5(0x114)],_0x179917=>console[_0x40f7d5(0x145)](_0x179917[0x1]));_0x1d987a['getStdout']()&&_0x1d987a[_0x40f7d5(0x134)]()[_0x40f7d5(0x130)](process[_0x40f7d5(0x109)]);_0x1d987a['getStderr']()&&_0x1d987a['getStderr']()[_0x40f7d5(0x130)](process[_0x40f7d5(0x12d)]);const _0x595399=async()=>{const _0xc54f51=_0x40f7d5,{forceExited:_0x59959b}=await _0x1d987a['end']();_0x59959b&&console['error'](_0x2d590b[_0xc54f51(0x144)]),_0x2d590b[_0xc54f51(0x110)](_0x1f691b,_0x353848);},_0x2ddec2=_0x58c434[_0x40f7d5(0x135)](pLimit,_0x449a86[_0x40f7d5(0x132)]||0x1),_0x15c6c2=(_0x48d6ac,_0x1796a7)=>_0x2ddec2(async()=>{const _0x38a36c=_0x40f7d5;return await _0x43b45d['emit'](_0x2d590b[_0x38a36c(0x115)],_0x48d6ac),_0x16ec51[_0x38a36c(0x10c)]=_0x55eec8[_0x38a36c(0x121)][_0x1796a7],_0x1d987a[_0x38a36c(0x129)](_0x48d6ac,_0x16ec51,_0x55eec8,_0x10e851,_0x1c4a7c);});Promise[_0x40f7d5(0x11b)](_0x449a86['map']((_0xf1da71,_0x12e246)=>_0x15c6c2(_0xf1da71,_0x12e246)[_0x40f7d5(0x13a)](_0x2c9f9a=>_0x43b45d['emit'](_0x40f7d5(0xfc),[_0xf1da71,_0x2c9f9a]),_0xd3d39e=>_0x43b45d[_0x40f7d5(0xf1)](_0x40f7d5(0x105),[_0xf1da71,_0xd3d39e]))))[_0x40f7d5(0x13a)](_0x595399,_0x595399);});},exports[a44_0x520385(0x12b)]=(_0x16c8d7,_0x4cadb6)=>new Promise(_0x5cb55c=>{const _0x76223a=a44_0x520385,_0x1c8ce0={'psnMJ':function(_0x7aff65,_0x56afd1){return _0x7aff65===_0x56afd1;},'IvdjK':function(_0x2a7ea3,_0x5cc0bc){return _0x2a7ea3!==_0x5cc0bc;},'MQvYW':'exit','VTyJI':_0x76223a(0xef),'lgbLX':function(_0x18dd65,_0x4eb522){return _0x18dd65(_0x4eb522);},'TkZHV':_0x76223a(0xff),'RUnlq':'vanillaWorker','UVhbR':_0x76223a(0x11c),'PXCht':_0x76223a(0x130),'xNagV':_0x76223a(0x147),'vsaka':_0x76223a(0xee)},_0x59f285={},_0x265af1=new Worker(require[_0x76223a(0x101)](_0x1c8ce0[_0x76223a(0x13c)]),{'exposedMethods':[_0x1c8ce0[_0x76223a(0x106)]],'forkOptions':{'serialization':_0x1c8ce0['UVhbR'],'stdio':_0x1c8ce0['PXCht']},'numWorkers':_0x4cadb6,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x25487b=new Emittery();_0x25487b['on'](_0x1c8ce0[_0x76223a(0xe6)],_0x447bb4=>{const _0x3f0864=_0x76223a;_0x447bb4[0x0]&&logger[_0x3f0864(0x124)](_0x3f0864(0x13d)+_0x447bb4[0x1]+_0x3f0864(0xfb),_0x447bb4[0x0]);}),_0x25487b['on'](_0x1c8ce0[_0x76223a(0x123)],_0x2e6a76=>{process['exitCode']=0x1;});_0x265af1[_0x76223a(0x134)]()&&_0x265af1[_0x76223a(0x134)]()[_0x76223a(0x130)](process[_0x76223a(0x109)]);_0x265af1[_0x76223a(0x14a)]()&&_0x265af1['getStderr']()[_0x76223a(0x130)](process['stderr']);const _0x303842=async()=>{const _0x1ecbd0=_0x76223a,_0x1c7c0b={'VPWhC':function(_0x4d07b2,_0x27469d){return _0x1c8ce0['psnMJ'](_0x4d07b2,_0x27469d);},'qfBtt':function(_0x18c8f5,_0x59a160){const _0x36f490=a44_0x57d1;return _0x1c8ce0[_0x36f490(0xea)](_0x18c8f5,_0x59a160);},'SqUfi':_0x1c8ce0[_0x1ecbd0(0x100)]};let _0x3b3f6a=0x0;const _0x3788f2=_0x265af1['_workerPool'][_0x1ecbd0(0xf8)](),_0x3f855f=()=>{},_0x52318a=_0x3788f2['map'](async _0xa65d41=>{const _0x4ef89b=_0x1ecbd0,_0x1ee3df={'rHZPU':function(_0x595804,_0x5e20f9){const _0x37f420=a44_0x57d1;return _0x1c7c0b[_0x37f420(0x117)](_0x595804,_0x5e20f9);},'wfTMS':function(_0x3a0608,_0x17cbfe){const _0x188e79=a44_0x57d1;return _0x1c7c0b[_0x188e79(0x12c)](_0x3a0608,_0x17cbfe);}};_0xa65d41['send']([0x2,![]],_0x3f855f,_0x3f855f,_0x3f855f),_0xa65d41[_0x4ef89b(0xf3)]['on'](_0x1c7c0b[_0x4ef89b(0x10f)],_0x5c20d3=>{const _0x771e5c=_0x4ef89b;_0x1ee3df[_0x771e5c(0x148)](_0x3b3f6a,0x0)&&_0x1ee3df[_0x771e5c(0x13f)](_0x5c20d3,0x0)&&(_0x3b3f6a=_0x5c20d3);}),await _0xa65d41[_0x4ef89b(0x13b)]();});await Promise[_0x1ecbd0(0x11b)](_0x52318a),process[_0x1ecbd0(0x11a)]=_0x3b3f6a;const {forceExited:_0x51561a}=await _0x265af1[_0x1ecbd0(0xe7)]();_0x51561a&&console[_0x1ecbd0(0x140)](_0x1c8ce0['VTyJI']),_0x1c8ce0[_0x1ecbd0(0xe4)](_0x5cb55c,_0x59f285);},_0x25104c=_0x1c8ce0['lgbLX'](pLimit,_0x4cadb6),_0x457d44=_0x376077=>_0x25104c(async()=>{return _0x265af1['vanillaWorker'](_0x376077);});Promise[_0x76223a(0x11b)](_0x16c8d7[_0x76223a(0x141)](_0xb06ea=>_0x457d44(_0xb06ea)[_0x76223a(0x13a)](_0xbc073b=>_0x25487b[_0x76223a(0xf1)](_0x76223a(0x147),[_0xb06ea[_0x76223a(0x10d)][_0x76223a(0x127)],_0xb06ea['configuration'][_0x76223a(0x11f)]]),_0x5d6f60=>_0x25487b[_0x76223a(0xf1)]('test-file-failure',[_0xb06ea,_0x5d6f60]))))[_0x76223a(0x13a)](_0x303842,_0x303842);});
1
+ function a44_0x1151(){const _0x272d92=['exyej','tpQsA','qHSyP','json','cucumberWorker','gcVOb','platforms','launchBuild','../../helpers/accessibility-automation/helper','worker','test-file-failure','platform-run-failure','map','waitForExit','rdOqm','vanillaWorker','dRWxG','AjLdw','ebLGg','nUBJd','44847HufYzq','rYDiG','platformCaps','3107797biouvn','1744734JGHGYy','exitCode','error','TMjMb','test-file-success','lIXTQ','xpFJi','YOoRR','log','kLLWe','../../helpers/logger','CtfcA','zoaAP','4UkxZVQ','config','jest-worker','p-limit','pipe','forEach','test-file-start','eurKs','YszCK','dyoxP','file','winstonLogger','aBRrf','_workerPool','895236vuDgdH','send','parallelCucumberRun','platform-run-start','length','stderr','HkRJO','platform-run-success','all','util','emit','configuration','NynTF','parallelVanillaRun','dyATw','InTFv','Workers\x20failed\x20to\x20exit\x20gracefully','_child','parallelTestRun','Running\x20','lfiPc','debug','platform','mWxDA','../../helpers/test-observability/utils','rvWJy','getStdout','baCmd','accessibility','emittery','getWorkers','push','stdout','stop','./testWorker.js','../../helpers/testhub/testhubHandler','getStderr','1536CyoUEX','609711ccKAjj','MOCHA','fyBkB','end','../../helpers/test-observability/sessionHandler','XPyFL','exit','15pCwqrt','364794DithmR','then','resolve','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','465140zfydFc','failureCount'];a44_0x1151=function(){return _0x272d92;};return a44_0x1151();}const a44_0x3734ce=a44_0x34e8;(function(_0x2ff4bd,_0x5d7403){const _0x2d82e0=a44_0x34e8,_0x2dd1e6=_0x2ff4bd();while(!![]){try{const _0x301e6d=parseInt(_0x2d82e0(0x1f7))/0x1+-parseInt(_0x2d82e0(0x21d))/0x2+-parseInt(_0x2d82e0(0x1ff))/0x3*(parseInt(_0x2d82e0(0x1c3))/0x4)+-parseInt(_0x2d82e0(0x1fe))/0x5*(parseInt(_0x2d82e0(0x1d1))/0x6)+parseInt(_0x2d82e0(0x21c))/0x7+-parseInt(_0x2d82e0(0x1f6))/0x8*(-parseInt(_0x2d82e0(0x219))/0x9)+-parseInt(_0x2d82e0(0x203))/0xa;if(_0x301e6d===_0x5d7403)break;else _0x2dd1e6['push'](_0x2dd1e6['shift']());}catch(_0x684cd3){_0x2dd1e6['push'](_0x2dd1e6['shift']());}}}(a44_0x1151,0x7f851));const Worker=require(a44_0x3734ce(0x1c5))['Worker'],Emittery=require(a44_0x3734ce(0x1ee)),pLimit=require(a44_0x3734ce(0x1c6)),util=require(a44_0x3734ce(0x1da)),logger=require(a44_0x3734ce(0x1c0))[a44_0x3734ce(0x1ce)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x3734ce(0x20d)),SessionHandler=require(a44_0x3734ce(0x1fb)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0x3734ce(0x1e9)),TestHubHandler=require(a44_0x3734ce(0x1f4)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),checkAccessibility=_0x4f044d=>{const _0x38d007=a44_0x3734ce,_0x8132d3={};_0x8132d3[_0x38d007(0x1df)]=function(_0x42faf6,_0x22892e){return _0x42faf6===_0x22892e;};const _0x4d7885=_0x8132d3;let _0x45ade9=![];try{_0x4f044d[_0x38d007(0x20b)][_0x38d007(0x1c8)](_0x1fccf9=>{const _0x4a620f=_0x38d007;if(_0x4d7885['dyATw'](_0x1fccf9[_0x4a620f(0x1ed)],!![]))return _0x45ade9=!![],!![];});}catch(_0x43f94f){logger[_0x38d007(0x1e6)](_0x38d007(0x202)+_0x43f94f);}return _0x45ade9;};function a44_0x34e8(_0x54cb01,_0x42766b){const _0x1151b9=a44_0x1151();return a44_0x34e8=function(_0x34e8b5,_0x590bf6){_0x34e8b5=_0x34e8b5-0x1bf;let _0x3c9f28=_0x1151b9[_0x34e8b5];return _0x3c9f28;},a44_0x34e8(_0x54cb01,_0x42766b);}exports[a44_0x3734ce(0x1e3)]=(_0x361d2c,_0x445e9a,_0x5878ee)=>new Promise(async _0x3adbb2=>{const _0x5cc9c2=a44_0x3734ce,_0x5280b7={'ebLGg':_0x5cc9c2(0x204),'yPRUT':function(_0x52ac5b,_0x58a7c5){return _0x52ac5b+_0x58a7c5;},'nUBJd':'results','YOoRR':_0x5cc9c2(0x1e1),'aBRrf':function(_0x2fc194,_0xf663a8){return _0x2fc194(_0xf663a8);},'beRrP':function(_0x471d52,_0x2f06b5){return _0x471d52(_0x2f06b5);},'lfiPc':_0x5cc9c2(0x1c9),'NynTF':_0x5cc9c2(0x1f3),'egWQd':'worker','lIXTQ':_0x5cc9c2(0x208),'HkRJO':'pipe','rYDiG':function(_0x4d8db7,_0x2568cb){return _0x4d8db7*_0x2568cb;},'TMZzE':'test-file-success','dyoxP':'test-file-failure','InTFv':function(_0x19bd70,_0x1d08bc){return _0x19bd70*_0x1d08bc;}},_0x11908d=_0x5878ee[_0x5cc9c2(0x1c4)],_0xa26a5f={},_0x170fa1=await TestHubHandler[_0x5cc9c2(0x20c)](FRAMEWORKS[_0x5cc9c2(0x1f8)],_0x5878ee),_0x4e61ea=new Worker(require['resolve'](_0x5280b7[_0x5cc9c2(0x1dd)]),{'exposedMethods':[_0x5280b7['egWQd']],'forkOptions':{'serialization':_0x5280b7[_0x5cc9c2(0x222)],'stdio':_0x5280b7[_0x5cc9c2(0x1d7)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5280b7[_0x5cc9c2(0x21a)](_0x445e9a,0x1),'enableWorkerThreads':!![]}),_0x57dcdf=new Emittery();_0x57dcdf['on'](_0x5280b7['TMZzE'],_0x6714e0=>{const _0x7722f9=_0x5cc9c2;_0xa26a5f[_0x6714e0[0x0]]?(_0xa26a5f[_0x6714e0[0x0]][_0x5280b7['ebLGg']]=_0x5280b7['yPRUT'](_0xa26a5f[_0x6714e0[0x0]][_0x5280b7[_0x7722f9(0x217)]],_0x6714e0[0x1][_0x5280b7[_0x7722f9(0x217)]]),_0xa26a5f[_0x6714e0[0x0]][_0x5280b7['nUBJd']]=[..._0xa26a5f[_0x6714e0[0x0]][_0x5280b7[_0x7722f9(0x218)]],..._0x6714e0[0x1][_0x5280b7[_0x7722f9(0x218)]]]):_0xa26a5f[_0x6714e0[0x0]]={'failureCount':_0x6714e0[0x1][_0x5280b7[_0x7722f9(0x217)]],'results':[..._0x6714e0[0x1][_0x5280b7['nUBJd']]]};}),_0x57dcdf['on'](_0x5280b7[_0x5cc9c2(0x1cc)],_0x115c05=>console['log'](_0x115c05[0x1]));_0x4e61ea[_0x5cc9c2(0x1eb)]()&&_0x4e61ea[_0x5cc9c2(0x1eb)]()[_0x5cc9c2(0x1c7)](process[_0x5cc9c2(0x1f1)]);_0x4e61ea[_0x5cc9c2(0x1f5)]()&&_0x4e61ea[_0x5cc9c2(0x1f5)]()[_0x5cc9c2(0x1c7)](process['stderr']);const _0x201a5e=async()=>{const _0x6c88c=_0x5cc9c2,{forceExited:_0x585375}=await _0x4e61ea[_0x6c88c(0x1fa)]();_0x585375&&console[_0x6c88c(0x21f)](_0x5280b7[_0x6c88c(0x224)]);try{await TestHubHandler[_0x6c88c(0x1f2)]();}catch(_0x3d9ec0){_0x5280b7[_0x6c88c(0x1cf)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x3d9ec0);}_0x5280b7['beRrP'](_0x3adbb2,_0xa26a5f);},_0x40703d=_0x5280b7[_0x5cc9c2(0x1cf)](pLimit,_0x5280b7[_0x5cc9c2(0x1e0)](_0x445e9a,0x1)),_0x43d8c0=_0x301177=>_0x40703d(async()=>{const _0x4a72d0=_0x5cc9c2;return await _0x57dcdf['emit'](_0x5280b7[_0x4a72d0(0x1e5)],_0x301177),_0x4e61ea[_0x4a72d0(0x20e)](_0x301177,_0x11908d);});Promise[_0x5cc9c2(0x1d9)](_0x361d2c['map'](_0xcd1811=>_0x43d8c0(_0xcd1811)[_0x5cc9c2(0x200)](_0x320dc9=>_0x57dcdf[_0x5cc9c2(0x1db)](_0x5cc9c2(0x221),[_0xcd1811['configuration'][_0x5cc9c2(0x1e7)],_0x320dc9]),_0x5e4e1f=>_0x57dcdf[_0x5cc9c2(0x1db)](_0x5cc9c2(0x20f),[_0xcd1811,_0x5e4e1f]))))[_0x5cc9c2(0x200)](_0x201a5e,_0x201a5e);}),exports[a44_0x3734ce(0x1d3)]=(_0x203462,_0x1a7980,_0x394ade,_0x29ee1d,_0xcd7725)=>{const _0x5b07dc=a44_0x3734ce,_0xb303c0={'yAZjx':_0x5b07dc(0x1d4),'AjLdw':_0x5b07dc(0x1e1),'fyBkB':function(_0x2524e7,_0x27e853){return _0x2524e7(_0x27e853);},'rdOqm':_0x5b07dc(0x1f3),'xpFJi':_0x5b07dc(0x209),'mWxDA':_0x5b07dc(0x208),'XPyFL':_0x5b07dc(0x1c7),'tBEsd':_0x5b07dc(0x1d8),'kLLWe':_0x5b07dc(0x210)};return new Promise(_0x868013=>{const _0x415642=_0x5b07dc,_0x33ebb5={'baCmd':_0xb303c0[_0x415642(0x216)],'CtfcA':function(_0x3f07b8,_0x411b7c){const _0x76f4a4=_0x415642;return _0xb303c0[_0x76f4a4(0x1f9)](_0x3f07b8,_0x411b7c);}},_0x1e2e36=[],_0xba7e26=new Worker(require[_0x415642(0x201)](_0xb303c0[_0x415642(0x213)]),{'exposedMethods':[_0xb303c0[_0x415642(0x223)]],'forkOptions':{'serialization':_0xb303c0[_0x415642(0x1e8)],'stdio':_0xb303c0[_0x415642(0x1fc)]},'numWorkers':_0x203462[_0x415642(0x1d5)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4e7a9b=new Emittery();_0x4e7a9b['on'](_0xb303c0['tBEsd'],_0x1cfd9c=>{const _0x5a7758=_0x415642;_0x1e2e36[_0x5a7758(0x1f0)]([_0x1cfd9c[0x0],_0x1cfd9c[0x1]]);}),_0x4e7a9b['on'](_0xb303c0[_0x415642(0x1bf)],_0x3e0ff1=>console[_0x415642(0x225)](_0x3e0ff1[0x1]));_0xba7e26[_0x415642(0x1eb)]()&&_0xba7e26['getStdout']()[_0x415642(0x1c7)](process[_0x415642(0x1f1)]);_0xba7e26['getStderr']()&&_0xba7e26['getStderr']()[_0x415642(0x1c7)](process[_0x415642(0x1d6)]);const _0x37c4a4=async()=>{const _0x4707ae=_0x415642,{forceExited:_0x2cac98}=await _0xba7e26[_0x4707ae(0x1fa)]();_0x2cac98&&console['error'](_0x33ebb5[_0x4707ae(0x1ec)]),_0x33ebb5[_0x4707ae(0x1c1)](_0x868013,_0x1e2e36);},_0x3b68e4=_0xb303c0[_0x415642(0x1f9)](pLimit,_0x203462[_0x415642(0x1d5)]||0x1),_0x55e262=(_0x14c345,_0x3d266b)=>_0x3b68e4(async()=>{const _0x44be1f=_0x415642;return await _0x4e7a9b['emit'](_0xb303c0['yAZjx'],_0x14c345),_0x1a7980[_0x44be1f(0x21b)]=_0x394ade[_0x44be1f(0x20b)][_0x3d266b],_0xba7e26[_0x44be1f(0x209)](_0x14c345,_0x1a7980,_0x394ade,_0x29ee1d,_0xcd7725);});Promise[_0x415642(0x1d9)](_0x203462[_0x415642(0x211)]((_0x10ebcd,_0x5de06a)=>_0x55e262(_0x10ebcd,_0x5de06a)[_0x415642(0x200)](_0x157e09=>_0x4e7a9b[_0x415642(0x1db)](_0x415642(0x1d8),[_0x10ebcd,_0x157e09]),_0x3c180c=>_0x4e7a9b[_0x415642(0x1db)](_0x415642(0x210),[_0x10ebcd,_0x3c180c]))))['then'](_0x37c4a4,_0x37c4a4);});},exports[a44_0x3734ce(0x1de)]=(_0x3d22ab,_0x2fb097)=>new Promise(_0x1bd0c8=>{const _0x33bc41=a44_0x3734ce,_0x2cc6a4={'gcVOb':function(_0x206718,_0x59df73){return _0x206718===_0x59df73;},'exyej':function(_0x24b6e6,_0x9dc9a7){return _0x24b6e6!==_0x9dc9a7;},'vUocM':_0x33bc41(0x1fd),'TMjMb':_0x33bc41(0x1e1),'zoaAP':function(_0x5abc00,_0x10a7fd){return _0x5abc00(_0x10a7fd);},'tpQsA':_0x33bc41(0x1f3),'rvWJy':_0x33bc41(0x214),'fOmlN':_0x33bc41(0x208),'YszCK':_0x33bc41(0x1c7),'qFzpE':_0x33bc41(0x221),'eurKs':'test-file-failure','dRWxG':function(_0x11ce94,_0x1b27a6){return _0x11ce94(_0x1b27a6);}},_0x1fa0e3={},_0x1b293c=new Worker(require['resolve'](_0x2cc6a4[_0x33bc41(0x206)]),{'exposedMethods':[_0x2cc6a4[_0x33bc41(0x1ea)]],'forkOptions':{'serialization':_0x2cc6a4['fOmlN'],'stdio':_0x2cc6a4[_0x33bc41(0x1cb)]},'numWorkers':_0x2fb097,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xde140b=new Emittery();_0xde140b['on'](_0x2cc6a4['qFzpE'],_0x2e3191=>{const _0x2e6a74=_0x33bc41;_0x2e3191[0x0]&&logger['info'](_0x2e6a74(0x1e4)+_0x2e3191[0x1]+'\x20for',_0x2e3191[0x0]);}),_0xde140b['on'](_0x2cc6a4[_0x33bc41(0x1ca)],_0x277651=>{const _0x50b535=_0x33bc41;process[_0x50b535(0x21e)]=0x1;});_0x1b293c[_0x33bc41(0x1eb)]()&&_0x1b293c['getStdout']()[_0x33bc41(0x1c7)](process[_0x33bc41(0x1f1)]);_0x1b293c[_0x33bc41(0x1f5)]()&&_0x1b293c['getStderr']()[_0x33bc41(0x1c7)](process[_0x33bc41(0x1d6)]);const _0xb0abd1=async()=>{const _0x2143eb=_0x33bc41,_0x2c914a={'ZybyE':function(_0x4f947c,_0x40ba87){const _0x2f8715=a44_0x34e8;return _0x2cc6a4[_0x2f8715(0x20a)](_0x4f947c,_0x40ba87);},'QfezM':function(_0x58c281,_0x352645){const _0x2cca85=a44_0x34e8;return _0x2cc6a4[_0x2cca85(0x205)](_0x58c281,_0x352645);},'wXqli':_0x2cc6a4['vUocM']};let _0x27d245=0x0;const _0x322220=_0x1b293c[_0x2143eb(0x1d0)][_0x2143eb(0x1ef)](),_0x1650c7=()=>{},_0x5c81b0=_0x322220[_0x2143eb(0x211)](async _0x43fa3e=>{const _0x54e49d=_0x2143eb,_0x9aa3c0={'XnJWv':function(_0x17d864,_0x633293){return _0x2c914a['ZybyE'](_0x17d864,_0x633293);},'qHSyP':function(_0x4b15af,_0x2518fe){return _0x2c914a['QfezM'](_0x4b15af,_0x2518fe);}};_0x43fa3e[_0x54e49d(0x1d2)]([0x2,![]],_0x1650c7,_0x1650c7,_0x1650c7),_0x43fa3e[_0x54e49d(0x1e2)]['on'](_0x2c914a['wXqli'],_0x5df0a2=>{const _0x12ec91=_0x54e49d;_0x9aa3c0['XnJWv'](_0x27d245,0x0)&&_0x9aa3c0[_0x12ec91(0x207)](_0x5df0a2,0x0)&&(_0x27d245=_0x5df0a2);}),await _0x43fa3e[_0x54e49d(0x212)]();});await Promise['all'](_0x5c81b0),process['exitCode']=_0x27d245;const {forceExited:_0x2c2d7c}=await _0x1b293c[_0x2143eb(0x1fa)]();_0x2c2d7c&&console[_0x2143eb(0x21f)](_0x2cc6a4[_0x2143eb(0x220)]),_0x2cc6a4[_0x2143eb(0x1c2)](_0x1bd0c8,_0x1fa0e3);},_0x3eadc8=_0x2cc6a4[_0x33bc41(0x215)](pLimit,_0x2fb097),_0x4f3835=_0x300346=>_0x3eadc8(async()=>{const _0x344523=_0x33bc41;return _0x1b293c[_0x344523(0x214)](_0x300346);});Promise[_0x33bc41(0x1d9)](_0x3d22ab['map'](_0xb5f5dc=>_0x4f3835(_0xb5f5dc)[_0x33bc41(0x200)](_0x27066d=>_0xde140b[_0x33bc41(0x1db)](_0x33bc41(0x221),[_0xb5f5dc[_0x33bc41(0x1dc)][_0x33bc41(0x1e7)],_0xb5f5dc['configuration'][_0x33bc41(0x1cd)]]),_0x2a6401=>_0xde140b[_0x33bc41(0x1db)](_0x33bc41(0x20f),[_0xb5f5dc,_0x2a6401]))))[_0x33bc41(0x200)](_0xb0abd1,_0xb0abd1);});
@@ -1 +1 @@
1
- const a45_0x2b2c8e=a45_0x5867;function a45_0x5cf8(){const _0x4491c8=['VWCkd','7284739KnuRuc','1TjVfmM','runTest','1511476yRUxjg','3VkJYLH','run','5465272MYwSEx','configuration','lPsHP','mocha','bpRWn','oMfJs','2282844NGXLOh','cBIQZ','4044PEfWzc','runCucumberTest','1079666HSUAOL','216wWunPJ','runVanillaTest','../launcher/launcher','ghOio','eWAev','cucumber-js','vanilla','2715Tylpcy','DvRMp','280970EbqitJ'];a45_0x5cf8=function(){return _0x4491c8;};return a45_0x5cf8();}function a45_0x5867(_0xd8e270,_0x195565){const _0x5cf840=a45_0x5cf8();return a45_0x5867=function(_0x586794,_0x520350){_0x586794=_0x586794-0x1a4;let _0xfd830e=_0x5cf840[_0x586794];return _0xfd830e;},a45_0x5867(_0xd8e270,_0x195565);}(function(_0x6fd1cd,_0x5331e1){const _0x390e6f=a45_0x5867,_0x956d78=_0x6fd1cd();while(!![]){try{const _0x4cc7a6=parseInt(_0x390e6f(0x1a7))/0x1*(parseInt(_0x390e6f(0x1a9))/0x2)+-parseInt(_0x390e6f(0x1aa))/0x3*(-parseInt(_0x390e6f(0x1b2))/0x4)+-parseInt(_0x390e6f(0x1be))/0x5*(parseInt(_0x390e6f(0x1b4))/0x6)+parseInt(_0x390e6f(0x1b6))/0x7+-parseInt(_0x390e6f(0x1ac))/0x8+parseInt(_0x390e6f(0x1b7))/0x9*(-parseInt(_0x390e6f(0x1a4))/0xa)+parseInt(_0x390e6f(0x1a6))/0xb;if(_0x4cc7a6===_0x5331e1)break;else _0x956d78['push'](_0x956d78['shift']());}catch(_0x16d3ff){_0x956d78['push'](_0x956d78['shift']());}}}(a45_0x5cf8,0x6668b),exports[a45_0x2b2c8e(0x1a8)]=async(_0x2324e8,_0x1a15ca)=>{const _0x1a927f=a45_0x2b2c8e,_0xda8315={'bpRWn':function(_0x58c806,_0x31afb6){return _0x58c806(_0x31afb6);},'cBIQZ':_0x1a927f(0x1b9),'oMfJs':_0x1a927f(0x1af)},_0xc8f8aa=_0xda8315[_0x1a927f(0x1b0)](require,_0xda8315[_0x1a927f(0x1b3)]),_0x48a460=new _0xc8f8aa(_0xda8315[_0x1a927f(0x1b1)],_0x2324e8,_0x1a15ca);return await _0x48a460[_0x1a927f(0x1ab)]();},exports[a45_0x2b2c8e(0x1b5)]=async(_0x1b74ae,_0x2a4b03,_0x3b14ab,_0x3d5f32,_0x297259)=>{const _0x12ae48=a45_0x2b2c8e,_0x4ec0fe={'ZCDzv':function(_0x288120,_0x117b70){return _0x288120(_0x117b70);},'lPsHP':_0x12ae48(0x1b9),'eWAev':_0x12ae48(0x1bc)},_0x204737={'capability':_0x1b74ae,..._0x2a4b03},_0x13ce74={};_0x13ce74[_0x12ae48(0x1ad)]=_0x204737,_0x13ce74['formatter']=_0x297259;const _0x118caf=_0x13ce74,_0x56d357=_0x4ec0fe['ZCDzv'](require,_0x4ec0fe[_0x12ae48(0x1ae)]),_0x1c089f=new _0x56d357(_0x4ec0fe[_0x12ae48(0x1bb)],_0x118caf,_0x3b14ab,_0x3d5f32);return await _0x1c089f['run']();},exports[a45_0x2b2c8e(0x1b8)]=async _0x3b216f=>{const _0x238dc4=a45_0x2b2c8e,_0x5d8c26={'VWCkd':function(_0x46552e,_0x1c8dda){return _0x46552e(_0x1c8dda);},'ghOio':_0x238dc4(0x1b9),'DvRMp':_0x238dc4(0x1bd)},_0x6f7b40=_0x5d8c26[_0x238dc4(0x1a5)](require,_0x5d8c26[_0x238dc4(0x1ba)]),_0x56f140=new _0x6f7b40(_0x5d8c26[_0x238dc4(0x1bf)],_0x3b216f);return await _0x56f140[_0x238dc4(0x1ab)]();});
1
+ function a45_0x5e96(_0x34eec2,_0x3f09f2){const _0x505406=a45_0x5054();return a45_0x5e96=function(_0x5e96ff,_0x404687){_0x5e96ff=_0x5e96ff-0x122;let _0x30935f=_0x505406[_0x5e96ff];return _0x30935f;},a45_0x5e96(_0x34eec2,_0x3f09f2);}function a45_0x5054(){const _0x2cdc2e=['run','gDykQ','260631DsWArz','aRXAQ','fcxBV','424POrunM','ugkDA','runCucumberTest','XGxkB','cucumber-js','formatter','../launcher/launcher','yZhIh','922EDQZzS','vanilla','87444efmVRw','57204MqhPUs','116104YQOtQa','274070QZaJoJ','hQQKY','TKJSE','136500ruXwfJ','runVanillaTest','configuration'];a45_0x5054=function(){return _0x2cdc2e;};return a45_0x5054();}const a45_0x54d5d3=a45_0x5e96;(function(_0x37f64b,_0xed3bf1){const _0x45ca4f=a45_0x5e96,_0x593663=_0x37f64b();while(!![]){try{const _0x391ebc=-parseInt(_0x45ca4f(0x122))/0x1*(-parseInt(_0x45ca4f(0x132))/0x2)+-parseInt(_0x45ca4f(0x124))/0x3+parseInt(_0x45ca4f(0x125))/0x4+-parseInt(_0x45ca4f(0x127))/0x5+parseInt(_0x45ca4f(0x12a))/0x6+-parseInt(_0x45ca4f(0x12f))/0x7+parseInt(_0x45ca4f(0x126))/0x8;if(_0x391ebc===_0xed3bf1)break;else _0x593663['push'](_0x593663['shift']());}catch(_0x481f52){_0x593663['push'](_0x593663['shift']());}}}(a45_0x5054,0x1eb89),exports['runTest']=async(_0x4c8abe,_0x54fe10)=>{const _0x353bd4=a45_0x5e96,_0xba9e1a={'yZhIh':function(_0x4c2139,_0x1fb91c){return _0x4c2139(_0x1fb91c);},'XGxkB':'../launcher/launcher','ugkDA':'mocha'},_0x12fe8d=_0xba9e1a[_0x353bd4(0x139)](require,_0xba9e1a[_0x353bd4(0x135)]),_0x36da9e=new _0x12fe8d(_0xba9e1a[_0x353bd4(0x133)],_0x4c8abe,_0x54fe10);return await _0x36da9e[_0x353bd4(0x12d)]();},exports[a45_0x54d5d3(0x134)]=async(_0x369153,_0x1f813a,_0x4fc31a,_0x3ed309,_0x5b28a2)=>{const _0xeab58b=a45_0x54d5d3,_0x2d6890={'fcxBV':function(_0x432388,_0x19f5f4){return _0x432388(_0x19f5f4);},'hQQKY':_0xeab58b(0x138),'TKJSE':_0xeab58b(0x136)},_0x2d6f87={'capability':_0x369153,..._0x1f813a},_0x31ba22={};_0x31ba22[_0xeab58b(0x12c)]=_0x2d6f87,_0x31ba22[_0xeab58b(0x137)]=_0x5b28a2;const _0x2c77e1=_0x31ba22,_0x54b042=_0x2d6890[_0xeab58b(0x131)](require,_0x2d6890[_0xeab58b(0x128)]),_0x445317=new _0x54b042(_0x2d6890[_0xeab58b(0x129)],_0x2c77e1,_0x4fc31a,_0x3ed309);return await _0x445317[_0xeab58b(0x12d)]();},exports[a45_0x54d5d3(0x12b)]=async _0x257f9f=>{const _0x211123=a45_0x54d5d3,_0xe923e9={'gDykQ':function(_0x3d824e,_0x388c8a){return _0x3d824e(_0x388c8a);},'rNOaJ':_0x211123(0x138),'aRXAQ':_0x211123(0x123)},_0x56e303=_0xe923e9[_0x211123(0x12e)](require,_0xe923e9['rNOaJ']),_0x23b331=new _0x56e303(_0xe923e9[_0x211123(0x130)],_0x257f9f);return await _0x23b331[_0x211123(0x12d)]();});
@@ -1 +1 @@
1
- const a46_0x3e52e0=a46_0x4bd7;(function(_0x93ff63,_0x25f032){const _0x579d54=a46_0x4bd7,_0x5baafd=_0x93ff63();while(!![]){try{const _0x30a38a=parseInt(_0x579d54(0x1c6))/0x1+-parseInt(_0x579d54(0x1c3))/0x2*(-parseInt(_0x579d54(0x1c8))/0x3)+parseInt(_0x579d54(0x1c1))/0x4+parseInt(_0x579d54(0x1ce))/0x5+parseInt(_0x579d54(0x1c7))/0x6+parseInt(_0x579d54(0x1c9))/0x7+parseInt(_0x579d54(0x1c5))/0x8*(-parseInt(_0x579d54(0x1cd))/0x9);if(_0x30a38a===_0x25f032)break;else _0x5baafd['push'](_0x5baafd['shift']());}catch(_0x41a19b){_0x5baafd['push'](_0x5baafd['shift']());}}}(a46_0x10da,0xbc08e));function a46_0x4bd7(_0x31b45e,_0x41da36){const _0x10dae7=a46_0x10da();return a46_0x4bd7=function(_0x4bd701,_0x2c8738){_0x4bd701=_0x4bd701-0x1c1;let _0x2a36d1=_0x10dae7[_0x4bd701];return _0x2a36d1;},a46_0x4bd7(_0x31b45e,_0x41da36);}const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x3e52e0(0x1cc));exports[a46_0x3e52e0(0x1cb)]=async(_0x1416f5,_0x1bc376)=>{const _0x25837f={'HQrGN':function(_0x524796,_0x17dd0c,_0x431e51){return _0x524796(_0x17dd0c,_0x431e51);}};return await _0x25837f['HQrGN'](runTest,_0x1416f5,_0x1bc376);},exports['cucumberWorker']=async(_0x1108d4,_0x3a2424,_0x5a18c6,_0x593444,_0x11a827)=>{const _0x32be1b=a46_0x3e52e0,_0x56f1f2={'ZlXOK':function(_0x9b844a,_0x521551,_0x4446d7,_0x22cbcc,_0x1faa3c,_0x36a86b){return _0x9b844a(_0x521551,_0x4446d7,_0x22cbcc,_0x1faa3c,_0x36a86b);}};return await _0x56f1f2[_0x32be1b(0x1c4)](runCucumberTest,_0x1108d4,_0x3a2424,_0x5a18c6,_0x593444,_0x11a827);},exports[a46_0x3e52e0(0x1ca)]=async _0x3c0447=>{const _0x101cd=a46_0x3e52e0,_0x42dc72={'VsEBD':function(_0x42c09c,_0x3f5756){return _0x42c09c(_0x3f5756);}};return await _0x42dc72[_0x101cd(0x1c2)](runVanillaTest,_0x3c0447);};function a46_0x10da(){const _0x356bc3=['105177fiQUwC','6200355txPqfo','vanillaWorker','worker','./runTest','4019643bGIHBk','2524600ktcsop','2583584XJxrHv','VsEBD','34LujcHU','ZlXOK','72kuOJUK','1448072gzXpFy','4255062UOSJiT'];a46_0x10da=function(){return _0x356bc3;};return a46_0x10da();}
1
+ const a46_0x14d39d=a46_0x744b;(function(_0xddb543,_0x1e9a2a){const _0xb514eb=a46_0x744b,_0x4ca70f=_0xddb543();while(!![]){try{const _0x4f74ed=parseInt(_0xb514eb(0x13f))/0x1+parseInt(_0xb514eb(0x13a))/0x2*(-parseInt(_0xb514eb(0x141))/0x3)+parseInt(_0xb514eb(0x140))/0x4+-parseInt(_0xb514eb(0x13d))/0x5*(-parseInt(_0xb514eb(0x145))/0x6)+-parseInt(_0xb514eb(0x13b))/0x7+-parseInt(_0xb514eb(0x146))/0x8*(parseInt(_0xb514eb(0x142))/0x9)+parseInt(_0xb514eb(0x13c))/0xa;if(_0x4f74ed===_0x1e9a2a)break;else _0x4ca70f['push'](_0x4ca70f['shift']());}catch(_0x2ac0c1){_0x4ca70f['push'](_0x4ca70f['shift']());}}}(a46_0x2c48,0x75339));function a46_0x744b(_0x3c3276,_0x74bdbd){const _0x2c4855=a46_0x2c48();return a46_0x744b=function(_0x744b83,_0x57d0fe){_0x744b83=_0x744b83-0x139;let _0x4faed9=_0x2c4855[_0x744b83];return _0x4faed9;},a46_0x744b(_0x3c3276,_0x74bdbd);}const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x14d39d(0x144));function a46_0x2c48(){const _0x306324=['yFFYC','208516xvofzJ','719180BPcryl','3qVlEag','8074593qVAQrd','vanillaWorker','./runTest','66dysuyV','8paroZB','AOjNV','1887786lDLRvT','6428835gqAAaH','19062990CiNIzR','429510VOnRhp'];a46_0x2c48=function(){return _0x306324;};return a46_0x2c48();}exports['worker']=async(_0x3da1ac,_0x6ff48d)=>{const _0x4edc79=a46_0x14d39d,_0x382a87={'yFFYC':function(_0x5684c2,_0x25d5ae,_0x5f12f2){return _0x5684c2(_0x25d5ae,_0x5f12f2);}};return await _0x382a87[_0x4edc79(0x13e)](runTest,_0x3da1ac,_0x6ff48d);},exports['cucumberWorker']=async(_0x4f0273,_0x113bc5,_0x54c515,_0x48374f,_0x5dbe72)=>{const _0x75e4ef=a46_0x14d39d,_0x3a5a50={'AOjNV':function(_0x1185db,_0x1ef406,_0x49b7e8,_0xbb41a1,_0x34f377,_0x29f88a){return _0x1185db(_0x1ef406,_0x49b7e8,_0xbb41a1,_0x34f377,_0x29f88a);}};return await _0x3a5a50[_0x75e4ef(0x139)](runCucumberTest,_0x4f0273,_0x113bc5,_0x54c515,_0x48374f,_0x5dbe72);},exports[a46_0x14d39d(0x143)]=async _0x51638d=>{const _0x55f8c8={'olcdK':function(_0x52b348,_0x2e6e5c){return _0x52b348(_0x2e6e5c);}};return await _0x55f8c8['olcdK'](runVanillaTest,_0x51638d);};
@@ -1 +1 @@
1
- var a47_0x12fbd4=a47_0x57f8;(function(_0x2428c4,_0x22b1cd){var _0x5a0d44=a47_0x57f8,_0x36bec5=_0x2428c4();while(!![]){try{var _0xaea936=parseInt(_0x5a0d44(0x130))/0x1+-parseInt(_0x5a0d44(0xea))/0x2*(parseInt(_0x5a0d44(0x109))/0x3)+parseInt(_0x5a0d44(0xf5))/0x4+parseInt(_0x5a0d44(0x124))/0x5+-parseInt(_0x5a0d44(0xd9))/0x6+parseInt(_0x5a0d44(0xf9))/0x7+parseInt(_0x5a0d44(0x10d))/0x8*(-parseInt(_0x5a0d44(0x12d))/0x9);if(_0xaea936===_0x22b1cd)break;else _0x36bec5['push'](_0x36bec5['shift']());}catch(_0x5e37df){_0x36bec5['push'](_0x36bec5['shift']());}}}(a47_0x4abf,0x19644));var a47_0xe9ca6f={};a47_0xe9ca6f[a47_0x12fbd4(0x120)]='shows\x20version\x20information',a47_0xe9ca6f['HELP']=a47_0x12fbd4(0xe9);var a47_0x486859={};a47_0x486859['INFO']='Run\x20jest\x20tests\x20on\x20browserstack';var a47_0x4c2fdd={};a47_0x4c2fdd[a47_0x12fbd4(0x120)]='Run\x20mocha\x20tests\x20on\x20browserstack';var a47_0x58476d={};a47_0x58476d[a47_0x12fbd4(0x120)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a47_0x41b1e9={};a47_0x41b1e9[a47_0x12fbd4(0x120)]=a47_0x12fbd4(0x10a);var a47_0x11c289={};function a47_0x4abf(){var _0x2ef9ca=['ERR_TUNNEL_CONNECTION_FAILED','VALID_APP_EXTENSION','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','ROOT_CAPS','VERSION','cucumber','604124BDymKV','acceptInsecureCerts','CODECEPT','browserName','1073898PuteZG','JEST','Run\x20nightwatch\x20tests\x20on\x20browserstack','jest','ERR_ADDRESS_UNREACHABLE','COMMONJS','HUB_URL_REGEX','Run\x20codeceptjs\x20tests\x20on\x20browserstack','.aab','PLAYWRIGHT_CONFIG_OPTION_ERRORS','invalidKeys','CUSTOM_ID_REGEX','PRIVATE_DOMAIN_OR_IP_REGEX','mocha','VANILLA','PACKAGE_TYPE','12ZLCHKT','Run\x20js\x20tests\x20on\x20browserstack','OBSERVABILITY_SUPPORTED_FWS','PLAYWRIGHT','192VtACzL','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','pageLoadStrategy','./browserstack-artifacts/','module','https://api.browserstack.com','ERR_CONNECTION_CLOSED','automate','INTEGRATIONS','ERR_PROXY_CONNECTION_FAILED','browserVersion','codeceptjs','observability','ERR_NAME_RESOLUTION_FAILED','OBSERVABILITY_UPLOAD_URL','MAX_GIT_META_DATA_SIZE_IN_BYTES','BSTACK_DELTA','CUCUMBER','ERR_FAILED','INFO','Playwright','ieOptions','APP_AUTOMATE_PRODUCTS','542960gcGUEV','ERR_CONNECTION_FAILED','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','NIGHTWATCH','chromeOptions','ERR_CONNECTION_RESET','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','BROWSERSTACK_API_URL','ERR_SOCKS_CONNECTION_FAILED','119277sGxAxr','https://upload-observability.browserstack.com','CODECEPTJS','197931WjjZWK','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','ERR_TIMED_OUT','https://hub.browserstack.com/wd/hub','uniqueDependency','^[a-zA-Z0-9_.-]*$','MODULE','ERR_BLOCKED_BY_CLIENT','ERR_CONNECTION_ABORTED','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','712056QMoDfy','ERR_CONNECTION_TIMED_OUT','ERR_NAME_NOT_RESOLVED','.ipa','sdk/v1/event','MOCHA','timeouts','acceptSslCert','commonjs','app-automate','ERR_CONNECTION_REFUSED','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','hubUrl','invalidTestInputType','AUTOMATE_PRODUCTS','https://api-cloud.browserstack.com','Specify\x20--help\x20for\x20available\x20options','35108QCdCCO','strictFileInteractability','AUTOMATE','ROOT_REGEX','edgeOptions'];a47_0x4abf=function(){return _0x2ef9ca;};return a47_0x4abf();}a47_0x11c289[a47_0x12fbd4(0x120)]=a47_0x12fbd4(0xfb);function a47_0x57f8(_0x48c3f5,_0x540d04){var _0x4abfdd=a47_0x4abf();return a47_0x57f8=function(_0x57f806,_0x46188e){_0x57f806=_0x57f806-0xd4;var _0x5762a6=_0x4abfdd[_0x57f806];return _0x5762a6;},a47_0x57f8(_0x48c3f5,_0x540d04);}var a47_0x3108aa={};a47_0x3108aa[a47_0x12fbd4(0x120)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a47_0xe7637a={};a47_0xe7637a[a47_0x12fbd4(0x120)]=a47_0x12fbd4(0x100);var a47_0x58b77c={};a47_0x58b77c[a47_0x12fbd4(0x120)]=a47_0x12fbd4(0x131);var a47_0x10f412={};a47_0x10f412[a47_0x12fbd4(0x120)]=a47_0x12fbd4(0x126);var a47_0x44dee4={};a47_0x44dee4[a47_0x12fbd4(0x10c)]='Playwright',a47_0x44dee4['MOCHA']=a47_0x12fbd4(0x106),a47_0x44dee4[a47_0x12fbd4(0xfa)]=a47_0x12fbd4(0xfc),a47_0x44dee4[a47_0x12fbd4(0xf7)]=a47_0x12fbd4(0x118),a47_0x44dee4[a47_0x12fbd4(0x11e)]=a47_0x12fbd4(0xf4);var a47_0x55cbcd={};a47_0x55cbcd[a47_0x12fbd4(0x103)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a47_0x55cbcd[a47_0x12fbd4(0x134)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a47_0x55cbcd['mandatoryDependency']=a47_0x12fbd4(0xe4),a47_0x55cbcd[a47_0x12fbd4(0xe6)]=a47_0x12fbd4(0x10e);var a47_0x13a521={};a47_0x13a521[a47_0x12fbd4(0xfe)]=a47_0x12fbd4(0xe1),a47_0x13a521[a47_0x12fbd4(0xd5)]=a47_0x12fbd4(0x111);var a47_0x1118cf={};a47_0x1118cf[a47_0x12fbd4(0xf3)]=a47_0xe9ca6f,a47_0x1118cf[a47_0x12fbd4(0xfa)]=a47_0x486859,a47_0x1118cf[a47_0x12fbd4(0xde)]=a47_0x4c2fdd,a47_0x1118cf[a47_0x12fbd4(0x11e)]=a47_0x58476d,a47_0x1118cf[a47_0x12fbd4(0x107)]=a47_0x41b1e9,a47_0x1118cf[a47_0x12fbd4(0x127)]=a47_0x11c289,a47_0x1118cf[a47_0x12fbd4(0x10c)]=a47_0x3108aa,a47_0x1118cf[a47_0x12fbd4(0x12f)]=a47_0xe7637a,a47_0x1118cf['HST']=a47_0x58b77c,a47_0x1118cf[a47_0x12fbd4(0x115)]=a47_0x10f412,a47_0x1118cf[a47_0x12fbd4(0x11d)]=0xf*0x3c*0x3e8,a47_0x1118cf[a47_0x12fbd4(0xe5)]=a47_0x12fbd4(0x133),a47_0x1118cf[a47_0x12fbd4(0xff)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a47_0x1118cf[a47_0x12fbd4(0xf2)]=[a47_0x12fbd4(0xf6),a47_0x12fbd4(0x10f),a47_0x12fbd4(0xeb),'unhandledPromptBehavior',a47_0x12fbd4(0xdf),a47_0x12fbd4(0xf8),a47_0x12fbd4(0x117),'acceptSslCerts',a47_0x12fbd4(0xe0),a47_0x12fbd4(0x128),'firefoxOptions',a47_0x12fbd4(0xee),a47_0x12fbd4(0x122)],a47_0x1118cf[a47_0x12fbd4(0xed)]=/^[\w-]+:.*$/,a47_0x1118cf[a47_0x12fbd4(0x105)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a47_0x1118cf[a47_0x12fbd4(0x12b)]=a47_0x12fbd4(0x112),a47_0x1118cf['APP_UPLOAD_URL']=a47_0x12fbd4(0xe8),a47_0x1118cf['FUNNEL_INSTRUMENTATION_API_URL']=a47_0x12fbd4(0xdd),a47_0x1118cf[a47_0x12fbd4(0xe7)]=['automate','observability'],a47_0x1118cf[a47_0x12fbd4(0x123)]=[a47_0x12fbd4(0xe2),a47_0x12fbd4(0x119)],a47_0x1118cf[a47_0x12fbd4(0xf1)]=[a47_0x12fbd4(0x119)],a47_0x1118cf[a47_0x12fbd4(0x11b)]=a47_0x12fbd4(0x12e),a47_0x1118cf[a47_0x12fbd4(0x10b)]=[a47_0x12fbd4(0x106),a47_0x12fbd4(0x121)],a47_0x1118cf[a47_0x12fbd4(0xec)]=[a47_0x12fbd4(0x114)],a47_0x1118cf['APP_AUTOMATE']=[a47_0x12fbd4(0xe2)],a47_0x1118cf['NUDGE_LOCAL_ERRORS']=[a47_0x12fbd4(0x11f),a47_0x12fbd4(0x132),a47_0x12fbd4(0xd6),'ERR_NETWORK_CHANGED','ERR_SOCKET_NOT_CONNECTED',a47_0x12fbd4(0x113),a47_0x12fbd4(0x129),a47_0x12fbd4(0xe3),a47_0x12fbd4(0xd7),a47_0x12fbd4(0x125),'ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a47_0x12fbd4(0xfd),a47_0x12fbd4(0xef),a47_0x12fbd4(0xda),a47_0x12fbd4(0x12c),a47_0x12fbd4(0xd8),a47_0x12fbd4(0x116),a47_0x12fbd4(0xdb),a47_0x12fbd4(0x11a),a47_0x12fbd4(0x12a)],a47_0x1118cf[a47_0x12fbd4(0xf0)]=['.apk',a47_0x12fbd4(0x101),a47_0x12fbd4(0xdc)],a47_0x1118cf[a47_0x12fbd4(0x104)]=a47_0x12fbd4(0xd4),a47_0x1118cf['SHAREABLE_ID_REGEX']='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a47_0x1118cf['CI_ARTIFACTS_PATH']=a47_0x12fbd4(0x110),a47_0x1118cf['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',a47_0x1118cf['FRAMEWORKS']=a47_0x44dee4,a47_0x1118cf['PERCY_SUPPORTED_FRAMEWORKS']=[a47_0x12fbd4(0xfc),a47_0x12fbd4(0x106)],a47_0x1118cf[a47_0x12fbd4(0x102)]=a47_0x55cbcd,a47_0x1118cf['AUTOLOGCAPTURE_NOTIFICATION']='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a47_0x1118cf[a47_0x12fbd4(0x108)]=a47_0x13a521,a47_0x1118cf[a47_0x12fbd4(0x11c)]=0x40*0x400,a47_0x1118cf['GIT_META_DATA_TRUNCATED']='...[TRUNCATED]',module['exports']=a47_0x1118cf;
1
+ var a47_0x525da7=a47_0x53b3;(function(_0x59ae17,_0x490f86){var _0x546b4e=a47_0x53b3,_0x3b2157=_0x59ae17();while(!![]){try{var _0x4f769e=parseInt(_0x546b4e(0x1e9))/0x1+-parseInt(_0x546b4e(0x204))/0x2+-parseInt(_0x546b4e(0x232))/0x3*(-parseInt(_0x546b4e(0x21f))/0x4)+parseInt(_0x546b4e(0x1f7))/0x5*(parseInt(_0x546b4e(0x213))/0x6)+-parseInt(_0x546b4e(0x226))/0x7*(-parseInt(_0x546b4e(0x1ec))/0x8)+parseInt(_0x546b4e(0x230))/0x9*(-parseInt(_0x546b4e(0x203))/0xa)+parseInt(_0x546b4e(0x1d4))/0xb;if(_0x4f769e===_0x490f86)break;else _0x3b2157['push'](_0x3b2157['shift']());}catch(_0x2ddcad){_0x3b2157['push'](_0x3b2157['shift']());}}}(a47_0x1a10,0x3fca6));var a47_0x44fea6={};a47_0x44fea6[a47_0x525da7(0x234)]=a47_0x525da7(0x233),a47_0x44fea6[a47_0x525da7(0x1f5)]=a47_0x525da7(0x1ce);var a47_0x401977={};a47_0x401977['INFO']='Run\x20jest\x20tests\x20on\x20browserstack';var a47_0x4bcdd1={};a47_0x4bcdd1[a47_0x525da7(0x234)]=a47_0x525da7(0x1ff);var a47_0x30e3e2={};a47_0x30e3e2['INFO']='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a47_0x562a83={};a47_0x562a83[a47_0x525da7(0x234)]='Run\x20js\x20tests\x20on\x20browserstack';var a47_0x4a517d={};a47_0x4a517d[a47_0x525da7(0x234)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a47_0x464acc={};a47_0x464acc[a47_0x525da7(0x234)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a47_0x4a591f={};a47_0x4a591f[a47_0x525da7(0x234)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a47_0x32b72b={};a47_0x32b72b[a47_0x525da7(0x234)]=a47_0x525da7(0x1e1);function a47_0x53b3(_0x1a0c67,_0x4ba706){var _0x1a1083=a47_0x1a10();return a47_0x53b3=function(_0x53b3b4,_0x29e42b){_0x53b3b4=_0x53b3b4-0x1ce;var _0x142b1e=_0x1a1083[_0x53b3b4];return _0x142b1e;},a47_0x53b3(_0x1a0c67,_0x4ba706);}function a47_0x1a10(){var _0x1e33f6=['93293yzcmuC','BROWSERSTACK_API_URL','wss://cdp.browserstack.com/playwright?caps=','962744WLSFXF','sdk/v1/event','SHAREABLE_ID_REGEX','CUSTOM_ID_REGEX','automate','CODECEPT','ERR_NETWORK_CHANGED','.ipa','edgeOptions','HELP','ERR_ADDRESS_UNREACHABLE','5345LCtwHI','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','PLAYWRIGHT_HUB_URL','./browserstack-artifacts/','timeouts','AUTOLOGCAPTURE_NOTIFICATION','AUTOMATE_PRODUCTS','AUTOMATE','Run\x20mocha\x20tests\x20on\x20browserstack','FRAMEWORKS','ERR_SOCKET_NOT_CONNECTED','Playwright','120090RkCfLQ','847292PFQBrU','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','strictFileInteractability','PLAYWRIGHT','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','MODULE','module','invalidTestInputType','ERR_CONNECTION_RESET','GIT_META_DATA_TRUNCATED','PERCY_SUPPORTED_FRAMEWORKS','PLAYWRIGHT_CONFIG_OPTION_ERRORS','ERR_CONNECTION_REFUSED','exports','unhandledPromptBehavior','426JAnQGT','OBSERVABILITY_UPLOAD_URL','ERR_CONNECTION_TIMED_OUT','PRIVATE_DOMAIN_OR_IP_REGEX','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_CONNECTION_ABORTED','CODECEPTJS','mocha','ERR_CONNECTION_FAILED','MOCHA','HST','ERR_PROXY_CONNECTION_FAILED','68UMdcwp','INTEGRATIONS','https://upload-observability.browserstack.com','ERR_FAILED','VANILLA','VERSION','HUB_URL_REGEX','14VbTccI','mandatoryDependency','FUNNEL_INSTRUMENTATION_API_URL','OBSERVABILITY_SUPPORTED_FWS','invalidKeys','ERR_TIMED_OUT','pageLoadStrategy','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','hubUrl','firefoxOptions','117FdMfGY','app-automate','53706WPMMPS','shows\x20version\x20information','INFO','Specify\x20--help\x20for\x20available\x20options','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_NAME_NOT_RESOLVED','codeceptjs','ERR_BLOCKED_BY_CLIENT','ERR_TUNNEL_CONNECTION_FAILED','1395207uwJLms','https://api.browserstack.com','APP_UPLOAD_URL','NIGHTWATCH','CUCUMBER','acceptSslCert','cucumber','ERR_CONNECTION_CLOSED','COMMONJS','https://api-cloud.browserstack.com','ROOT_REGEX','uniqueDependency','...[TRUNCATED]','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','commonjs','JEST','ieOptions','acceptSslCerts','observability','BSTACK_DELTA','jest'];a47_0x1a10=function(){return _0x1e33f6;};return a47_0x1a10();}var a47_0x5147fe={};a47_0x5147fe['INFO']=a47_0x525da7(0x205);var a47_0x1c928e={};a47_0x1c928e['PLAYWRIGHT']=a47_0x525da7(0x202),a47_0x1c928e[a47_0x525da7(0x21c)]=a47_0x525da7(0x21a),a47_0x1c928e[a47_0x525da7(0x1e3)]='jest',a47_0x1c928e[a47_0x525da7(0x1f1)]=a47_0x525da7(0x1d1),a47_0x1c928e[a47_0x525da7(0x1d8)]=a47_0x525da7(0x1da);var a47_0x250b2a={};a47_0x250b2a[a47_0x525da7(0x22a)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a47_0x250b2a[a47_0x525da7(0x1df)]=a47_0x525da7(0x208),a47_0x250b2a[a47_0x525da7(0x227)]=a47_0x525da7(0x1cf),a47_0x250b2a[a47_0x525da7(0x20b)]=a47_0x525da7(0x217);var a47_0xa59186={};a47_0xa59186[a47_0x525da7(0x1dc)]=a47_0x525da7(0x1e2),a47_0xa59186[a47_0x525da7(0x209)]=a47_0x525da7(0x20a);var a47_0x344044={};a47_0x344044[a47_0x525da7(0x224)]=a47_0x44fea6,a47_0x344044[a47_0x525da7(0x1e3)]=a47_0x401977,a47_0x344044[a47_0x525da7(0x21c)]=a47_0x4bcdd1,a47_0x344044[a47_0x525da7(0x1d8)]=a47_0x30e3e2,a47_0x344044[a47_0x525da7(0x223)]=a47_0x562a83,a47_0x344044[a47_0x525da7(0x1d7)]=a47_0x4a517d,a47_0x344044[a47_0x525da7(0x207)]=a47_0x464acc,a47_0x344044[a47_0x525da7(0x219)]=a47_0x4a591f,a47_0x344044[a47_0x525da7(0x21d)]=a47_0x32b72b,a47_0x344044[a47_0x525da7(0x220)]=a47_0x5147fe,a47_0x344044[a47_0x525da7(0x1e7)]=0xf*0x3c*0x3e8,a47_0x344044[a47_0x525da7(0x22e)]='https://hub.browserstack.com/wd/hub',a47_0x344044[a47_0x525da7(0x225)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a47_0x344044['ROOT_CAPS']=['acceptInsecureCerts',a47_0x525da7(0x22c),a47_0x525da7(0x206),a47_0x525da7(0x212),a47_0x525da7(0x1fb),'browserName','browserVersion',a47_0x525da7(0x1e5),a47_0x525da7(0x1d9),'chromeOptions',a47_0x525da7(0x22f),a47_0x525da7(0x1f4),a47_0x525da7(0x1e4)],a47_0x344044[a47_0x525da7(0x1de)]=/^[\w-]+:.*$/,a47_0x344044[a47_0x525da7(0x216)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a47_0x344044[a47_0x525da7(0x1ea)]=a47_0x525da7(0x1d5),a47_0x344044[a47_0x525da7(0x1d6)]=a47_0x525da7(0x1dd),a47_0x344044[a47_0x525da7(0x228)]=a47_0x525da7(0x1ed),a47_0x344044[a47_0x525da7(0x1fd)]=[a47_0x525da7(0x1f0),'observability'],a47_0x344044['APP_AUTOMATE_PRODUCTS']=[a47_0x525da7(0x231),a47_0x525da7(0x1e6)],a47_0x344044['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a47_0x525da7(0x1e6)],a47_0x344044[a47_0x525da7(0x214)]=a47_0x525da7(0x221),a47_0x344044[a47_0x525da7(0x229)]=[a47_0x525da7(0x21a),a47_0x525da7(0x202)],a47_0x344044[a47_0x525da7(0x1fe)]=[a47_0x525da7(0x1f0)],a47_0x344044['APP_AUTOMATE']=['app-automate'],a47_0x344044['NUDGE_LOCAL_ERRORS']=[a47_0x525da7(0x222),a47_0x525da7(0x22b),a47_0x525da7(0x1d2),a47_0x525da7(0x1f2),a47_0x525da7(0x201),a47_0x525da7(0x1db),a47_0x525da7(0x20c),a47_0x525da7(0x210),a47_0x525da7(0x218),a47_0x525da7(0x21b),a47_0x525da7(0x1d0),'ERR_ADDRESS_INVALID',a47_0x525da7(0x1f6),a47_0x525da7(0x1d3),a47_0x525da7(0x215),'ERR_SOCKS_CONNECTION_FAILED',a47_0x525da7(0x1f8),a47_0x525da7(0x21e),a47_0x525da7(0x1d0),'ERR_NAME_RESOLUTION_FAILED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a47_0x344044['VALID_APP_EXTENSION']=['.apk','.aab',a47_0x525da7(0x1f3)],a47_0x344044[a47_0x525da7(0x1ef)]='^[a-zA-Z0-9_.-]*$',a47_0x344044[a47_0x525da7(0x1ee)]=a47_0x525da7(0x22d),a47_0x344044['CI_ARTIFACTS_PATH']=a47_0x525da7(0x1fa),a47_0x344044[a47_0x525da7(0x1f9)]=a47_0x525da7(0x1eb),a47_0x344044[a47_0x525da7(0x200)]=a47_0x1c928e,a47_0x344044[a47_0x525da7(0x20e)]=[a47_0x525da7(0x1e8),a47_0x525da7(0x21a)],a47_0x344044[a47_0x525da7(0x20f)]=a47_0x250b2a,a47_0x344044[a47_0x525da7(0x1fc)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a47_0x344044['PACKAGE_TYPE']=a47_0xa59186,a47_0x344044['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a47_0x344044[a47_0x525da7(0x20d)]=a47_0x525da7(0x1e0),module[a47_0x525da7(0x211)]=a47_0x344044;
@@ -1 +1 @@
1
- const a48_0xb39739=a48_0x4c6d;(function(_0x27a445,_0x405571){const _0x3d957f=a48_0x4c6d,_0x8e9e7f=_0x27a445();while(!![]){try{const _0x867462=-parseInt(_0x3d957f(0x166))/0x1+-parseInt(_0x3d957f(0x164))/0x2*(-parseInt(_0x3d957f(0x160))/0x3)+-parseInt(_0x3d957f(0x16f))/0x4+-parseInt(_0x3d957f(0x172))/0x5*(parseInt(_0x3d957f(0x176))/0x6)+-parseInt(_0x3d957f(0x16c))/0x7*(parseInt(_0x3d957f(0x16e))/0x8)+parseInt(_0x3d957f(0x16d))/0x9*(-parseInt(_0x3d957f(0x165))/0xa)+parseInt(_0x3d957f(0x16b))/0xb*(parseInt(_0x3d957f(0x16a))/0xc);if(_0x867462===_0x405571)break;else _0x8e9e7f['push'](_0x8e9e7f['shift']());}catch(_0x5e5874){_0x8e9e7f['push'](_0x8e9e7f['shift']());}}}(a48_0x55a7,0xac656));function a48_0x4c6d(_0x1e7a7c,_0x558b9){const _0x55a74c=a48_0x55a7();return a48_0x4c6d=function(_0x4c6d63,_0x26264d){_0x4c6d63=_0x4c6d63-0x160;let _0x384971=_0x55a74c[_0x4c6d63];return _0x384971;},a48_0x4c6d(_0x1e7a7c,_0x558b9);}const logReportingAPI=require(a48_0xb39739(0x167)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5be445,_0x10e3c9){return _0x160551=>{const _0x49e8df=a48_0x4c6d;BSTestOpsLogger[_0x49e8df(0x168)]({'level':_0x160551[_0x49e8df(0x163)]?_0x160551[_0x49e8df(0x163)]['levelStr']:null,'message':_0x160551[_0x49e8df(0x161)]?_0x160551[_0x49e8df(0x161)][_0x49e8df(0x170)]('\x20'):null});};}exports[a48_0xb39739(0x171)]=(_0x53817d,_0x9567e3)=>{const _0x3b3576=a48_0xb39739,_0x18e31e={'hkzPz':function(_0x53e3f1,_0xb2c6a,_0x55c9bb){return _0x53e3f1(_0xb2c6a,_0x55c9bb);}};let _0x541857=_0x9567e3[_0x3b3576(0x162)];return _0x53817d[_0x3b3576(0x174)]&&(_0x541857=_0x9567e3[_0x3b3576(0x174)](_0x53817d[_0x3b3576(0x174)][_0x3b3576(0x173)],_0x53817d[_0x3b3576(0x174)])),_0x18e31e[_0x3b3576(0x169)](BSTestOpsLog4JSAppender,_0x541857,_0x53817d[_0x3b3576(0x175)]);};function a48_0x55a7(){const _0x529389=['level','57378zmHbKC','10VjGSwx','1198163JuYRxy','./logReportingAPI','log','hkzPz','24UOdjAh','21160931dFFMox','21UBEsJF','1794321hEEzsb','1845104IcNEvx','737704aGazpJ','join','configure','5PPYkXf','type','layout','timezoneOffset','6065286SclKEE','15FpOWpz','data','colouredLayout'];a48_0x55a7=function(){return _0x529389;};return a48_0x55a7();}
1
+ function a48_0x33d5(){const _0x1f62d0=['2IKzuKU','1135860EgaqcT','89955qCgxry','levelStr','328XzPBEJ','data','log','490946oQLTNY','7356613wMSZgq','10BQzZQY','level','colouredLayout','8354040KHrhpe','25RAaOdP','356010HBwEfq','./logReportingAPI','configure','layout','timezoneOffset','457324Vjgymq','77MaqsSJ'];a48_0x33d5=function(){return _0x1f62d0;};return a48_0x33d5();}const a48_0x3a2f8c=a48_0x8f7e;(function(_0x4d48fe,_0x17df45){const _0x149eba=a48_0x8f7e,_0x3d6166=_0x4d48fe();while(!![]){try{const _0x2eadb0=-parseInt(_0x149eba(0x1c2))/0x1*(-parseInt(_0x149eba(0x1d0))/0x2)+parseInt(_0x149eba(0x1d1))/0x3+-parseInt(_0x149eba(0x1ce))/0x4*(-parseInt(_0x149eba(0x1c8))/0x5)+parseInt(_0x149eba(0x1c9))/0x6*(-parseInt(_0x149eba(0x1cf))/0x7)+parseInt(_0x149eba(0x1d4))/0x8*(-parseInt(_0x149eba(0x1d2))/0x9)+-parseInt(_0x149eba(0x1c4))/0xa*(parseInt(_0x149eba(0x1c3))/0xb)+parseInt(_0x149eba(0x1c7))/0xc;if(_0x2eadb0===_0x17df45)break;else _0x3d6166['push'](_0x3d6166['shift']());}catch(_0x4a5c0a){_0x3d6166['push'](_0x3d6166['shift']());}}}(a48_0x33d5,0x63270));const logReportingAPI=require(a48_0x3a2f8c(0x1ca)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x3ce12a,_0x561767){return _0xf6b64=>{const _0x4cbe42=a48_0x8f7e;BSTestOpsLogger[_0x4cbe42(0x1d6)]({'level':_0xf6b64['level']?_0xf6b64[_0x4cbe42(0x1c5)][_0x4cbe42(0x1d3)]:null,'message':_0xf6b64[_0x4cbe42(0x1d5)]?_0xf6b64[_0x4cbe42(0x1d5)]['join']('\x20'):null});};}function a48_0x8f7e(_0x28bd53,_0x3a6bca){const _0x33d5f7=a48_0x33d5();return a48_0x8f7e=function(_0x8f7eed,_0x6e9212){_0x8f7eed=_0x8f7eed-0x1c2;let _0x5cfaa3=_0x33d5f7[_0x8f7eed];return _0x5cfaa3;},a48_0x8f7e(_0x28bd53,_0x3a6bca);}exports[a48_0x3a2f8c(0x1cb)]=(_0x5a7bb2,_0x14c642)=>{const _0x33b019=a48_0x3a2f8c,_0x3acf43={'qHNSF':function(_0x4c6107,_0x3764f4,_0x256f8a){return _0x4c6107(_0x3764f4,_0x256f8a);}};let _0x530b2a=_0x14c642[_0x33b019(0x1c6)];return _0x5a7bb2[_0x33b019(0x1cc)]&&(_0x530b2a=_0x14c642[_0x33b019(0x1cc)](_0x5a7bb2[_0x33b019(0x1cc)]['type'],_0x5a7bb2[_0x33b019(0x1cc)])),_0x3acf43['qHNSF'](BSTestOpsLog4JSAppender,_0x530b2a,_0x5a7bb2[_0x33b019(0x1cd)]);};
@@ -1 +1 @@
1
- function a49_0x55ff(_0xfb66e5,_0x33f2d4){const _0x4e8e25=a49_0x4e8e();return a49_0x55ff=function(_0x55ff43,_0x2c59d9){_0x55ff43=_0x55ff43-0x12c;let _0x3b9df8=_0x4e8e25[_0x55ff43];return _0x3b9df8;},a49_0x55ff(_0xfb66e5,_0x33f2d4);}const a49_0x4ca283=a49_0x55ff;(function(_0x1727ae,_0x3846c4){const _0x19e979=a49_0x55ff,_0x274d30=_0x1727ae();while(!![]){try{const _0xcfb362=parseInt(_0x19e979(0x144))/0x1*(parseInt(_0x19e979(0x143))/0x2)+-parseInt(_0x19e979(0x148))/0x3+-parseInt(_0x19e979(0x137))/0x4+-parseInt(_0x19e979(0x147))/0x5*(-parseInt(_0x19e979(0x12c))/0x6)+-parseInt(_0x19e979(0x135))/0x7+parseInt(_0x19e979(0x14b))/0x8+-parseInt(_0x19e979(0x142))/0x9*(-parseInt(_0x19e979(0x13b))/0xa);if(_0xcfb362===_0x3846c4)break;else _0x274d30['push'](_0x274d30['shift']());}catch(_0x8bc1ec){_0x274d30['push'](_0x274d30['shift']());}}}(a49_0x4e8e,0x26082));const Transport=require(a49_0x4ca283(0x13d)),{consoleHolder}=require(a49_0x4ca283(0x13e)),a49_0x35cd60={};a49_0x35cd60[a49_0x4ca283(0x13f)]='INFO',a49_0x35cd60[a49_0x4ca283(0x13a)]=a49_0x4ca283(0x13a),a49_0x35cd60[a49_0x4ca283(0x13c)]='DEBUG',a49_0x35cd60[a49_0x4ca283(0x132)]=a49_0x4ca283(0x132),a49_0x35cd60[a49_0x4ca283(0x146)]='WARN';const LOG_LEVELS=a49_0x35cd60;class logPatcher extends Transport{constructor(_0x53f02a){super(_0x53f02a);}['logToTestOps']=(_0x544a56=LOG_LEVELS[a49_0x4ca283(0x13f)],_0x55a340=[''])=>{const _0x535cd8=a49_0x4ca283,_0x293d9b={};_0x293d9b['jAzJU']=_0x535cd8(0x14c);const _0x20af70=_0x293d9b;consoleHolder[_0x544a56[_0x535cd8(0x14a)]()](..._0x55a340),process[_0x535cd8(0x149)](_0x535cd8(0x139)+process[_0x535cd8(0x12f)],{'timestamp':new Date()['toISOString'](),'level':_0x544a56[_0x535cd8(0x12d)](),'message':'\x22'+_0x55a340[_0x535cd8(0x145)](',\x20')+'\x22','kind':_0x20af70[_0x535cd8(0x140)],'http_response':{}});};[a49_0x4ca283(0x138)]=(..._0x17818e)=>{const _0xe54448=a49_0x4ca283;this[_0xe54448(0x133)](LOG_LEVELS[_0xe54448(0x132)],_0x17818e);};[a49_0x4ca283(0x12e)]=(..._0x3b7116)=>{const _0x2b27a3=a49_0x4ca283;this[_0x2b27a3(0x133)](LOG_LEVELS[_0x2b27a3(0x13c)],_0x3b7116);};[a49_0x4ca283(0x134)]=(..._0x44b3a6)=>{const _0x3d17b5=a49_0x4ca283;this['logToTestOps'](LOG_LEVELS[_0x3d17b5(0x13f)],_0x44b3a6);};[a49_0x4ca283(0x130)]=(..._0x294f00)=>{const _0x1e60ed=a49_0x4ca283;this[_0x1e60ed(0x133)](LOG_LEVELS[_0x1e60ed(0x146)],_0x294f00);};[a49_0x4ca283(0x131)]=(..._0x54d887)=>{const _0x229dac=a49_0x4ca283;this[_0x229dac(0x133)](LOG_LEVELS['ERROR'],_0x54d887);};[a49_0x4ca283(0x141)]=(..._0x41629d)=>{const _0x1d9117=a49_0x4ca283;this[_0x1d9117(0x133)](LOG_LEVELS[_0x1d9117(0x13f)],_0x41629d);};};module[a49_0x4ca283(0x136)]=logPatcher;function a49_0x4e8e(){const _0x48e265=['join','WARN','16355rNqmtQ','529320iyoYDp','emit','toLowerCase','1584784LzpTAc','TEST_LOG','276TIVsmK','toUpperCase','debug','pid','warn','error','TRACE','logToTestOps','info','1065169hyRBeE','exports','770992SELNfj','trace','bs:addLog:','ERROR','3210iFzITz','DEBUG','winston-transport','../../helpers/test-observability/constants','INFO','jAzJU','log','8973pmzxFL','1422dQFpXv','12wGlvfe'];a49_0x4e8e=function(){return _0x48e265;};return a49_0x4e8e();}
1
+ function a49_0x3b06(_0x464f9b,_0x1d08c8){const _0x41f7d6=a49_0x41f7();return a49_0x3b06=function(_0x3b06e4,_0x5ba9d6){_0x3b06e4=_0x3b06e4-0x1ab;let _0x526e8a=_0x41f7d6[_0x3b06e4];return _0x526e8a;},a49_0x3b06(_0x464f9b,_0x1d08c8);}const a49_0x320af2=a49_0x3b06;(function(_0x236466,_0x5d0ed6){const _0x335e91=a49_0x3b06,_0x321d77=_0x236466();while(!![]){try{const _0x18800b=parseInt(_0x335e91(0x1bc))/0x1*(parseInt(_0x335e91(0x1c5))/0x2)+parseInt(_0x335e91(0x1b6))/0x3+-parseInt(_0x335e91(0x1b3))/0x4*(-parseInt(_0x335e91(0x1b8))/0x5)+-parseInt(_0x335e91(0x1be))/0x6+-parseInt(_0x335e91(0x1c0))/0x7+-parseInt(_0x335e91(0x1c2))/0x8*(parseInt(_0x335e91(0x1ad))/0x9)+parseInt(_0x335e91(0x1c3))/0xa;if(_0x18800b===_0x5d0ed6)break;else _0x321d77['push'](_0x321d77['shift']());}catch(_0x1456d6){_0x321d77['push'](_0x321d77['shift']());}}}(a49_0x41f7,0x9a1b7));const Transport=require('winston-transport'),{consoleHolder}=require(a49_0x320af2(0x1bd)),a49_0xa4d4a2={};a49_0xa4d4a2[a49_0x320af2(0x1ab)]=a49_0x320af2(0x1ab),a49_0xa4d4a2[a49_0x320af2(0x1b4)]='ERROR',a49_0xa4d4a2[a49_0x320af2(0x1bb)]=a49_0x320af2(0x1bb),a49_0xa4d4a2[a49_0x320af2(0x1b2)]='TRACE',a49_0xa4d4a2[a49_0x320af2(0x1b5)]=a49_0x320af2(0x1b5);const LOG_LEVELS=a49_0xa4d4a2;class logPatcher extends Transport{constructor(_0x2be4cf){super(_0x2be4cf);}[a49_0x320af2(0x1c1)]=(_0x1677f9=LOG_LEVELS[a49_0x320af2(0x1ab)],_0x1bd1c0=[''])=>{const _0x372af9=a49_0x320af2,_0x25ac25={};_0x25ac25[_0x372af9(0x1b0)]=_0x372af9(0x1ae);const _0x152eb6=_0x25ac25;consoleHolder[_0x1677f9['toLowerCase']()](..._0x1bd1c0),process[_0x372af9(0x1ac)](_0x372af9(0x1b1)+process[_0x372af9(0x1c6)],{'timestamp':new Date()[_0x372af9(0x1b9)](),'level':_0x1677f9['toUpperCase'](),'message':'\x22'+_0x1bd1c0[_0x372af9(0x1b7)](',\x20')+'\x22','kind':_0x152eb6[_0x372af9(0x1b0)],'http_response':{}});};[a49_0x320af2(0x1c4)]=(..._0x4e18e7)=>{const _0x5ad2ac=a49_0x320af2;this[_0x5ad2ac(0x1c1)](LOG_LEVELS[_0x5ad2ac(0x1b2)],_0x4e18e7);};['debug']=(..._0x3cf74e)=>{const _0x464cd3=a49_0x320af2;this[_0x464cd3(0x1c1)](LOG_LEVELS[_0x464cd3(0x1bb)],_0x3cf74e);};[a49_0x320af2(0x1ba)]=(..._0x51b141)=>{const _0x2f971d=a49_0x320af2;this[_0x2f971d(0x1c1)](LOG_LEVELS[_0x2f971d(0x1ab)],_0x51b141);};['warn']=(..._0x5b359a)=>{const _0x13bb23=a49_0x320af2;this[_0x13bb23(0x1c1)](LOG_LEVELS['WARN'],_0x5b359a);};[a49_0x320af2(0x1af)]=(..._0x3a39e4)=>{const _0x1cf287=a49_0x320af2;this[_0x1cf287(0x1c1)](LOG_LEVELS['ERROR'],_0x3a39e4);};[a49_0x320af2(0x1bf)]=(..._0x58fe35)=>{const _0x3813a0=a49_0x320af2;this[_0x3813a0(0x1c1)](LOG_LEVELS['INFO'],_0x58fe35);};}function a49_0x41f7(){const _0x54a4da=['377641cdlMeU','../../helpers/test-observability/constants','6570852hTYcnx','log','7434469evDJYs','logToTestOps','8zCNSrD','9286010qcDIqs','trace','6eXPYSK','pid','exports','INFO','emit','11190366EoznZF','TEST_LOG','error','lAvGB','bs:addLog:','TRACE','697548HOWlQs','ERROR','WARN','2248719QmzJbS','join','35nIAMsm','toISOString','info','DEBUG'];a49_0x41f7=function(){return _0x54a4da;};return a49_0x41f7();};module[a49_0x320af2(0x1c7)]=logPatcher;
@@ -1 +1 @@
1
- function a50_0x5a75(_0x1fd328,_0x57422a){const _0x26a95c=a50_0x26a9();return a50_0x5a75=function(_0x5a7504,_0x258bb6){_0x5a7504=_0x5a7504-0x1f3;let _0x3b9c39=_0x26a95c[_0x5a7504];return _0x3b9c39;},a50_0x5a75(_0x1fd328,_0x57422a);}function a50_0x26a9(){const _0x587d74=['emit','toISOString','pid','216vRFRWe','RjgJL','9cAtdPd','message','VzmLD','ERROR','532948QgynpN','DEBUG','286xwYCci','toUpperCase','svwvR','winston-transport','object','sTQNo','35JSOKzh','7486734qGkfAq','782839cEyIVl','logToTestOps','606DwiQRF','trace','toLowerCase','debug','info','7vmujDC','logged','WARN','INFO','243156QmjrTq','warn','error','TRACE','exports','level','XexCn','292256mAEPPp','pUDSe','12346740rcolKN'];a50_0x26a9=function(){return _0x587d74;};return a50_0x26a9();}const a50_0x4f6537=a50_0x5a75;(function(_0xd00559,_0x684edc){const _0x354056=a50_0x5a75,_0x494ae1=_0xd00559();while(!![]){try{const _0x8b7bb1=-parseInt(_0x354056(0x1fc))/0x1+-parseInt(_0x354056(0x214))/0x2*(parseInt(_0x354056(0x1fe))/0x3)+parseInt(_0x354056(0x21a))/0x4*(parseInt(_0x354056(0x1fa))/0x5)+-parseInt(_0x354056(0x1fb))/0x6*(parseInt(_0x354056(0x203))/0x7)+-parseInt(_0x354056(0x20e))/0x8*(-parseInt(_0x354056(0x216))/0x9)+parseInt(_0x354056(0x210))/0xa+-parseInt(_0x354056(0x1f4))/0xb*(-parseInt(_0x354056(0x207))/0xc);if(_0x8b7bb1===_0x684edc)break;else _0x494ae1['push'](_0x494ae1['shift']());}catch(_0x14e2ee){_0x494ae1['push'](_0x494ae1['shift']());}}}(a50_0x26a9,0xa5973));const Transport=require(a50_0x4f6537(0x1f7)),{consoleHolder}=require('../../helpers/test-observability/constants'),a50_0x3f848b={};a50_0x3f848b[a50_0x4f6537(0x206)]=a50_0x4f6537(0x206),a50_0x3f848b[a50_0x4f6537(0x219)]=a50_0x4f6537(0x219),a50_0x3f848b[a50_0x4f6537(0x1f3)]=a50_0x4f6537(0x1f3),a50_0x3f848b['TRACE']=a50_0x4f6537(0x20a),a50_0x3f848b[a50_0x4f6537(0x205)]='WARN';const LOG_LEVELS=a50_0x3f848b;class logReportingAPI extends Transport{constructor(_0x3392fe){super(_0x3392fe);}['log'](_0xb00c6f,_0x2b8853){const _0x1081b5=a50_0x4f6537,_0x44afeb={'XexCn':_0x1081b5(0x204),'sTQNo':function(_0x8c8e20,_0x4abab3){return _0x8c8e20(_0x4abab3);},'VzmLD':function(_0x38aead,_0x292a61){return _0x38aead===_0x292a61;},'RjgJL':_0x1081b5(0x1f8),'pUDSe':function(_0x268781){return _0x268781();}};_0x44afeb[_0x1081b5(0x1f9)](setImmediate,()=>{const _0x2b639f=_0x1081b5;this[_0x2b639f(0x211)](_0x44afeb[_0x2b639f(0x20d)],_0xb00c6f);}),_0x44afeb[_0x1081b5(0x218)](typeof _0xb00c6f,_0x44afeb[_0x1081b5(0x215)])?this['logToTestOps'](_0xb00c6f[_0x1081b5(0x20c)]||LOG_LEVELS[_0x1081b5(0x206)],_0xb00c6f[_0x1081b5(0x217)],![]):this[_0x1081b5(0x1fd)](LOG_LEVELS[_0x1081b5(0x206)],_0xb00c6f),_0x2b8853&&_0x44afeb[_0x1081b5(0x20f)](_0x2b8853);}[a50_0x4f6537(0x1fd)]=(_0x4196ec=LOG_LEVELS['INFO'],_0x488096='',_0xed6a26=!![])=>{const _0x57a098=a50_0x4f6537,_0x2aea0c={};_0x2aea0c[_0x57a098(0x1f6)]='TEST_LOG';const _0x555f48=_0x2aea0c;_0xed6a26&&consoleHolder[_0x4196ec[_0x57a098(0x200)]()](_0x488096),process['emit']('bs:addLog:'+process[_0x57a098(0x213)],{'timestamp':new Date()[_0x57a098(0x212)](),'level':_0x4196ec[_0x57a098(0x1f5)](),'message':_0x488096,'kind':_0x555f48['svwvR'],'http_response':{}});};[a50_0x4f6537(0x1ff)]=(_0x265a8e,_0x267e66)=>{const _0x45f863=a50_0x4f6537;this[_0x45f863(0x1fd)](LOG_LEVELS['TRACE'],_0x265a8e);};[a50_0x4f6537(0x201)]=(_0x2b14b0,_0x32c38b)=>{const _0xd2b79b=a50_0x4f6537;this[_0xd2b79b(0x1fd)](LOG_LEVELS['DEBUG'],_0x2b14b0);};[a50_0x4f6537(0x202)]=(_0x53518f,_0x309fad)=>{const _0x4e0247=a50_0x4f6537;this[_0x4e0247(0x1fd)](LOG_LEVELS[_0x4e0247(0x206)],_0x53518f);};[a50_0x4f6537(0x208)]=(_0xd8bb09,_0x4f4508)=>{const _0x3ed584=a50_0x4f6537;this['logToTestOps'](LOG_LEVELS[_0x3ed584(0x205)],_0xd8bb09);};[a50_0x4f6537(0x209)]=(_0x4fcc5d,_0x28b24a)=>{const _0x107d71=a50_0x4f6537;this[_0x107d71(0x1fd)](LOG_LEVELS[_0x107d71(0x219)],_0x4fcc5d);};};module[a50_0x4f6537(0x20b)]=logReportingAPI;
1
+ function a50_0x5e5e(){const _0x3d871f=['4314DFQrgq','VHPrS','info','wtUhB','trace','40TSRVjV','nTupj','toUpperCase','logToTestOps','pid','8980377ilvgKC','1565sETNCq','error','7604920yJXJOm','message','exports','bs:addLog:','toISOString','TRACE','ERROR','toLowerCase','25566kPjSLF','logged','object','KcPqM','1927398LPazDk','DEBUG','INFO','emit','../../helpers/test-observability/constants','WARN','1738755RoGzHY','5096duANsi','2086677cmJtNj','GKFGh','log','warn'];a50_0x5e5e=function(){return _0x3d871f;};return a50_0x5e5e();}const a50_0x4827c0=a50_0x5926;(function(_0x575336,_0x43a8d1){const _0x562830=a50_0x5926,_0x5b38d5=_0x575336();while(!![]){try{const _0x1ff75b=parseInt(_0x562830(0x65))/0x1+parseInt(_0x562830(0x84))/0x2+-parseInt(_0x562830(0x6b))/0x3*(parseInt(_0x562830(0x66))/0x4)+-parseInt(_0x562830(0x76))/0x5*(-parseInt(_0x562830(0x80))/0x6)+-parseInt(_0x562830(0x75))/0x7+parseInt(_0x562830(0x78))/0x8+-parseInt(_0x562830(0x67))/0x9*(parseInt(_0x562830(0x70))/0xa);if(_0x1ff75b===_0x43a8d1)break;else _0x5b38d5['push'](_0x5b38d5['shift']());}catch(_0x2c2593){_0x5b38d5['push'](_0x5b38d5['shift']());}}}(a50_0x5e5e,0xe692b));const Transport=require('winston-transport'),{consoleHolder}=require(a50_0x4827c0(0x88)),a50_0x5f4652={};function a50_0x5926(_0x55136a,_0x2ad248){const _0x5e5ed5=a50_0x5e5e();return a50_0x5926=function(_0x5926c4,_0x5deb15){_0x5926c4=_0x5926c4-0x65;let _0x34094a=_0x5e5ed5[_0x5926c4];return _0x34094a;},a50_0x5926(_0x55136a,_0x2ad248);}a50_0x5f4652[a50_0x4827c0(0x86)]=a50_0x4827c0(0x86),a50_0x5f4652[a50_0x4827c0(0x7e)]=a50_0x4827c0(0x7e),a50_0x5f4652[a50_0x4827c0(0x85)]=a50_0x4827c0(0x85),a50_0x5f4652['TRACE']=a50_0x4827c0(0x7d),a50_0x5f4652[a50_0x4827c0(0x89)]=a50_0x4827c0(0x89);const LOG_LEVELS=a50_0x5f4652;class logReportingAPI extends Transport{constructor(_0x1b5ec0){super(_0x1b5ec0);}[a50_0x4827c0(0x69)](_0x4b5fb7,_0x36439f){const _0x88f183=a50_0x4827c0,_0x39ce06={'GKFGh':_0x88f183(0x81),'VHPrS':function(_0x4354eb,_0x38c8d6){return _0x4354eb(_0x38c8d6);},'nTupj':function(_0x195e7b,_0xb27c01){return _0x195e7b===_0xb27c01;},'wtUhB':_0x88f183(0x82),'BThWM':function(_0xc85a71){return _0xc85a71();}};_0x39ce06[_0x88f183(0x6c)](setImmediate,()=>{const _0x24b5ce=_0x88f183;this[_0x24b5ce(0x87)](_0x39ce06[_0x24b5ce(0x68)],_0x4b5fb7);}),_0x39ce06[_0x88f183(0x71)](typeof _0x4b5fb7,_0x39ce06[_0x88f183(0x6e)])?this[_0x88f183(0x73)](_0x4b5fb7['level']||LOG_LEVELS['INFO'],_0x4b5fb7[_0x88f183(0x79)],![]):this['logToTestOps'](LOG_LEVELS[_0x88f183(0x86)],_0x4b5fb7),_0x36439f&&_0x39ce06['BThWM'](_0x36439f);}[a50_0x4827c0(0x73)]=(_0x36b95f=LOG_LEVELS['INFO'],_0x431766='',_0x266b60=!![])=>{const _0xbd88ea=a50_0x4827c0,_0x37cd5a={};_0x37cd5a['KcPqM']='TEST_LOG';const _0x58237f=_0x37cd5a;_0x266b60&&consoleHolder[_0x36b95f[_0xbd88ea(0x7f)]()](_0x431766),process['emit'](_0xbd88ea(0x7b)+process[_0xbd88ea(0x74)],{'timestamp':new Date()[_0xbd88ea(0x7c)](),'level':_0x36b95f[_0xbd88ea(0x72)](),'message':_0x431766,'kind':_0x58237f[_0xbd88ea(0x83)],'http_response':{}});};[a50_0x4827c0(0x6f)]=(_0xf48a99,_0x1b197c)=>{const _0x3d0c9b=a50_0x4827c0;this[_0x3d0c9b(0x73)](LOG_LEVELS[_0x3d0c9b(0x7d)],_0xf48a99);};['debug']=(_0x247197,_0x632d5f)=>{const _0x1a0e53=a50_0x4827c0;this['logToTestOps'](LOG_LEVELS[_0x1a0e53(0x85)],_0x247197);};[a50_0x4827c0(0x6d)]=(_0x2e349d,_0xbe5e5e)=>{const _0x1b8ed9=a50_0x4827c0;this[_0x1b8ed9(0x73)](LOG_LEVELS[_0x1b8ed9(0x86)],_0x2e349d);};[a50_0x4827c0(0x6a)]=(_0x4df47a,_0x3b9582)=>{const _0x321f48=a50_0x4827c0;this[_0x321f48(0x73)](LOG_LEVELS['WARN'],_0x4df47a);};[a50_0x4827c0(0x77)]=(_0x5dd8f1,_0x3198be)=>{const _0x390a61=a50_0x4827c0;this[_0x390a61(0x73)](LOG_LEVELS[_0x390a61(0x7e)],_0x5dd8f1);};};module[a50_0x4827c0(0x7a)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a51_0x409339=a51_0x31f1;(function(_0x42adc2,_0x4bd3d2){const _0x126e23=a51_0x31f1,_0x263bf4=_0x42adc2();while(!![]){try{const _0x487f92=-parseInt(_0x126e23(0x170))/0x1+-parseInt(_0x126e23(0x16a))/0x2*(parseInt(_0x126e23(0x159))/0x3)+parseInt(_0x126e23(0x176))/0x4+parseInt(_0x126e23(0x17b))/0x5+parseInt(_0x126e23(0x158))/0x6*(parseInt(_0x126e23(0x160))/0x7)+-parseInt(_0x126e23(0x174))/0x8+parseInt(_0x126e23(0x15a))/0x9;if(_0x487f92===_0x4bd3d2)break;else _0x263bf4['push'](_0x263bf4['shift']());}catch(_0x5722a1){_0x263bf4['push'](_0x263bf4['shift']());}}}(a51_0x2608,0x76004));const fs=require('fs'),path=require('path'),logger=require(a51_0x409339(0x166))[a51_0x409339(0x15c)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a51_0x409339(0x177)),constants=require(a51_0x409339(0x16b)),{parallelVanillaRun}=require(a51_0x409339(0x157));async function run(_0x1054e0,_0x428622){const _0x47bf03=a51_0x409339,_0x4c9c10={'UbBfr':'vanilla','cRiet':function(_0x31fbb6,_0x2f43e3){return _0x31fbb6(_0x2f43e3);},'pMMkZ':'File\x20path\x20is\x20required','ZRtcB':function(_0x20740f,_0x7d6f9){return _0x20740f(_0x7d6f9);},'kcIiF':_0x47bf03(0x175),'bUuDj':function(_0x173345,_0x3409f7){return _0x173345>_0x3409f7;},'aWERS':function(_0x856ac0,_0x1cdc66){return _0x856ac0*_0x1cdc66;},'PYftH':function(_0x27dd58,_0x5528d9,_0x50aa99){return _0x27dd58(_0x5528d9,_0x50aa99);}},_0x57304a=new BrowserStackSetup(_0x1054e0,_0x4c9c10['UbBfr']);await _0x57304a[_0x47bf03(0x16c)](),await helper[_0x47bf03(0x184)](_0x57304a[_0x47bf03(0x180)]);const _0x1ffc9e=[];if(helper[_0x47bf03(0x171)](_0x1054e0['_'][0x1]))throw _0x4c9c10[_0x47bf03(0x17e)](Error,_0x4c9c10[_0x47bf03(0x16d)]);const _0x172e8e=path[_0x47bf03(0x16f)](process[_0x47bf03(0x17a)](),_0x1054e0['_'][0x1]);if(!fs[_0x47bf03(0x181)](_0x172e8e))throw _0x4c9c10[_0x47bf03(0x17e)](Error,_0x47bf03(0x17d)+_0x1054e0['_'][0x1]+_0x47bf03(0x163));if(!_0x57304a['config'])throw _0x4c9c10[_0x47bf03(0x15b)](Error,_0x4c9c10[_0x47bf03(0x165)]);const _0x3a81fa=helper[_0x47bf03(0x185)](_0x57304a[_0x47bf03(0x180)]);_0x57304a[_0x47bf03(0x180)][_0x47bf03(0x182)]&&_0x4c9c10[_0x47bf03(0x179)](_0x57304a['config'][_0x47bf03(0x182)]['length'],0x0)&&_0x57304a[_0x47bf03(0x180)][_0x47bf03(0x182)]['forEach']((_0xdd5d61,_0x2856d6)=>{const _0x4c9291=_0x47bf03;_0x3a81fa?_0x1ffc9e['push'](helper['modifyBrowserStackW3CCaps'](_0x57304a[_0x4c9291(0x180)],_0x4c9c10[_0x4c9291(0x15f)],_0x2856d6)):_0x1ffc9e['push'](helper[_0x4c9291(0x17f)](_0x57304a[_0x4c9291(0x180)],_0x4c9c10[_0x4c9291(0x15f)],_0x2856d6));});let _0x1a6edd,_0x881167;const _0x26f80d=[];if(_0x4c9c10[_0x47bf03(0x179)](_0x1ffc9e['length'],0x0))_0x1ffc9e[_0x47bf03(0x17c)]((_0xa68e52,_0x28d7ca)=>{const _0x3a985f=_0x47bf03;_0x1a6edd={'server':helper['getHubUrl'](_0x57304a[_0x3a985f(0x180)]),'proxySettings':_0x57304a[_0x3a985f(0x180)][_0x3a985f(0x169)],'platform':helper['getPlatformName'](_0xa68e52),'platformCaps':_0x57304a['config'][_0x3a985f(0x182)][_0x28d7ca]};const _0x53f489={'capability':_0xa68e52,..._0x1a6edd};_0x53f489['file']=_0x172e8e,_0x53f489[_0x3a985f(0x15d)]=_0x428622;const _0x225419={};_0x225419[_0x3a985f(0x161)]=_0x53f489,_0x881167=_0x225419,_0x26f80d[_0x3a985f(0x167)](_0x881167);});else{let _0x52344e;_0x3a81fa?_0x52344e=helper[_0x47bf03(0x172)](_0x57304a[_0x47bf03(0x180)],_0x4c9c10[_0x47bf03(0x15f)],0x0):_0x52344e=helper[_0x47bf03(0x17f)](_0x57304a[_0x47bf03(0x180)],_0x4c9c10[_0x47bf03(0x15f)],0x0);_0x1a6edd={'server':helper[_0x47bf03(0x183)](_0x57304a['config']),'proxySettings':_0x57304a[_0x47bf03(0x180)][_0x47bf03(0x169)]};const _0x346e34={'capability':_0x52344e,..._0x1a6edd};_0x346e34[_0x47bf03(0x168)]=_0x172e8e,_0x346e34[_0x47bf03(0x15d)]=_0x428622;const _0x4cde57={};_0x4cde57[_0x47bf03(0x161)]=_0x346e34,_0x881167=_0x4cde57,_0x26f80d[_0x47bf03(0x167)](_0x881167);}const _0x4168cc=_0x4c9c10[_0x47bf03(0x15e)](_0x57304a[_0x47bf03(0x180)]['platforms'][_0x47bf03(0x164)]||0x1,_0x57304a['config']['parallelsPerPlatform']);helper[_0x47bf03(0x162)](),_0x4c9c10[_0x47bf03(0x178)](parallelVanillaRun,_0x26f80d,_0x4168cc)['then'](_0xa9c0a3=>{})[_0x47bf03(0x173)](async()=>{await helper['finalExecution'](_0x57304a);});}function a51_0x31f1(_0x244c1a,_0x379f8b){const _0x260873=a51_0x2608();return a51_0x31f1=function(_0x31f12d,_0x3bd9f9){_0x31f12d=_0x31f12d-0x157;let _0x3babe7=_0x260873[_0x31f12d];return _0x3babe7;},a51_0x31f1(_0x244c1a,_0x379f8b);}module[a51_0x409339(0x16e)]=run;function a51_0x2608(){const _0x433f60=['1936140EzSWIV','forEach','File\x20','cRiet','modifyBrowserStackCaps','config','existsSync','platforms','getHubUrl','handleApp','useW3C','../test-runner','348FXWbYO','3BUjDJI','13025763ARXAtW','ZRtcB','winstonLogger','args','aWERS','UbBfr','36337PMXqRp','configuration','markSDKSetupComplete','\x20doesn\x27t\x20exist','length','kcIiF','../../helpers/logger','push','file','proxySettings','1887022Kznkob','../utils/constants','initialize','pMMkZ','exports','join','527015REoUBq','isUndefined','modifyBrowserStackW3CCaps','finally','3757792DFFHdu','Config\x20yml\x20is\x20required','1151876VTHnlL','../../helpers/helper','PYftH','bUuDj','cwd'];a51_0x2608=function(){return _0x433f60;};return a51_0x2608();}
2
+ 'use strict';const a51_0x33a8e5=a51_0x1744;(function(_0x35f541,_0x4d74d9){const _0x3d901d=a51_0x1744,_0x42ae8f=_0x35f541();while(!![]){try{const _0x163d3a=-parseInt(_0x3d901d(0xce))/0x1*(-parseInt(_0x3d901d(0xef))/0x2)+parseInt(_0x3d901d(0xdf))/0x3+-parseInt(_0x3d901d(0xf5))/0x4+-parseInt(_0x3d901d(0xea))/0x5+parseInt(_0x3d901d(0xf0))/0x6*(parseInt(_0x3d901d(0xd9))/0x7)+parseInt(_0x3d901d(0xe3))/0x8+parseInt(_0x3d901d(0xe9))/0x9;if(_0x163d3a===_0x4d74d9)break;else _0x42ae8f['push'](_0x42ae8f['shift']());}catch(_0x42a05b){_0x42ae8f['push'](_0x42ae8f['shift']());}}}(a51_0x5c17,0x88148));function a51_0x5c17(){const _0x5620f5=['modifyBrowserStackCaps','forEach','8710952daEANH','push','cwd','winstonLogger','finally','getPlatformName','1559916nikRPP','4477810jkkGTD','config','File\x20','File\x20path\x20is\x20required','ahxOs','201570ATAcAw','135522vtYYTF','args','TmRqP','gKCcO','../../helpers/BrowserStackSetup','4193504mPismV','parallelsPerPlatform','length','AVQbq','initialize','platforms','join','Config\x20yml\x20is\x20required','mJFcA','jIPRP','file','2BHELPv','getHubUrl','path','\x20doesn\x27t\x20exist','proxySettings','markSDKSetupComplete','finalExecution','wCKEl','../../helpers/helper','handleApp','modifyBrowserStackW3CCaps','147ewXPds','existsSync','DSSay','exports','isUndefined','useW3C','1689696hWXwLS','configuration'];a51_0x5c17=function(){return _0x5620f5;};return a51_0x5c17();}function a51_0x1744(_0x12f439,_0x26e941){const _0x5c172e=a51_0x5c17();return a51_0x1744=function(_0x1744c7,_0x47945e){_0x1744c7=_0x1744c7-0xce;let _0x1fcb94=_0x5c172e[_0x1744c7];return _0x1fcb94;},a51_0x1744(_0x12f439,_0x26e941);}const fs=require('fs'),path=require(a51_0x33a8e5(0xd0)),logger=require('../../helpers/logger')[a51_0x33a8e5(0xe6)],{default:BrowserStackSetup}=require(a51_0x33a8e5(0xf4)),helper=require(a51_0x33a8e5(0xd6)),constants=require('../utils/constants'),{parallelVanillaRun}=require('../test-runner');async function run(_0x2844fc,_0x5153d2){const _0x16f145=a51_0x33a8e5,_0x4fac99={'DSSay':'vanilla','jIPRP':function(_0x1d08d5,_0xf1074d){return _0x1d08d5(_0xf1074d);},'ahxOs':_0x16f145(0xed),'mJFcA':function(_0x2cca6c,_0x125521){return _0x2cca6c(_0x125521);},'TmRqP':function(_0x161f57,_0x24f2a8){return _0x161f57(_0x24f2a8);},'HNvnT':_0x16f145(0xfc),'AVQbq':function(_0x20a639,_0x2b2629){return _0x20a639>_0x2b2629;},'oFJrl':function(_0x368435,_0x4445b2){return _0x368435>_0x4445b2;},'wCKEl':function(_0x89f794,_0x1fabfb){return _0x89f794*_0x1fabfb;},'gKCcO':function(_0x31ca81,_0x2920aa,_0x224b21){return _0x31ca81(_0x2920aa,_0x224b21);}},_0x117796=new BrowserStackSetup(_0x2844fc,_0x4fac99['DSSay']);await _0x117796[_0x16f145(0xf9)](),await helper[_0x16f145(0xd7)](_0x117796[_0x16f145(0xeb)]);const _0xc8d1c9=[];if(helper[_0x16f145(0xdd)](_0x2844fc['_'][0x1]))throw _0x4fac99[_0x16f145(0xfe)](Error,_0x4fac99[_0x16f145(0xee)]);const _0x156b52=path[_0x16f145(0xfb)](process[_0x16f145(0xe5)](),_0x2844fc['_'][0x1]);if(!fs[_0x16f145(0xda)](_0x156b52))throw _0x4fac99[_0x16f145(0xfd)](Error,_0x16f145(0xec)+_0x2844fc['_'][0x1]+_0x16f145(0xd1));if(!_0x117796['config'])throw _0x4fac99[_0x16f145(0xf2)](Error,_0x4fac99['HNvnT']);const _0x41b26d=helper[_0x16f145(0xde)](_0x117796[_0x16f145(0xeb)]);_0x117796['config'][_0x16f145(0xfa)]&&_0x4fac99[_0x16f145(0xf8)](_0x117796[_0x16f145(0xeb)][_0x16f145(0xfa)][_0x16f145(0xf7)],0x0)&&_0x117796['config'][_0x16f145(0xfa)][_0x16f145(0xe2)]((_0x318233,_0x2f949f)=>{const _0x55390d=_0x16f145;_0x41b26d?_0xc8d1c9[_0x55390d(0xe4)](helper[_0x55390d(0xd8)](_0x117796[_0x55390d(0xeb)],_0x4fac99[_0x55390d(0xdb)],_0x2f949f)):_0xc8d1c9[_0x55390d(0xe4)](helper[_0x55390d(0xe1)](_0x117796[_0x55390d(0xeb)],_0x4fac99[_0x55390d(0xdb)],_0x2f949f));});let _0x2f93cc,_0x3cde81;const _0x6fb604=[];if(_0x4fac99['oFJrl'](_0xc8d1c9[_0x16f145(0xf7)],0x0))_0xc8d1c9[_0x16f145(0xe2)]((_0x56a99f,_0x99f2d)=>{const _0x14bab8=_0x16f145;_0x2f93cc={'server':helper[_0x14bab8(0xcf)](_0x117796[_0x14bab8(0xeb)]),'proxySettings':_0x117796[_0x14bab8(0xeb)][_0x14bab8(0xd2)],'platform':helper[_0x14bab8(0xe8)](_0x56a99f),'platformCaps':_0x117796[_0x14bab8(0xeb)][_0x14bab8(0xfa)][_0x99f2d]};const _0x121581={'capability':_0x56a99f,..._0x2f93cc};_0x121581[_0x14bab8(0xff)]=_0x156b52,_0x121581[_0x14bab8(0xf1)]=_0x5153d2;const _0x41815f={};_0x41815f['configuration']=_0x121581,_0x3cde81=_0x41815f,_0x6fb604[_0x14bab8(0xe4)](_0x3cde81);});else{let _0x275feb;_0x41b26d?_0x275feb=helper['modifyBrowserStackW3CCaps'](_0x117796[_0x16f145(0xeb)],_0x4fac99['DSSay'],0x0):_0x275feb=helper['modifyBrowserStackCaps'](_0x117796[_0x16f145(0xeb)],_0x4fac99[_0x16f145(0xdb)],0x0);_0x2f93cc={'server':helper[_0x16f145(0xcf)](_0x117796[_0x16f145(0xeb)]),'proxySettings':_0x117796[_0x16f145(0xeb)]['proxySettings']};const _0x54f368={'capability':_0x275feb,..._0x2f93cc};_0x54f368[_0x16f145(0xff)]=_0x156b52,_0x54f368[_0x16f145(0xf1)]=_0x5153d2;const _0x2d2d94={};_0x2d2d94[_0x16f145(0xe0)]=_0x54f368,_0x3cde81=_0x2d2d94,_0x6fb604['push'](_0x3cde81);}const _0x3ab481=_0x4fac99[_0x16f145(0xd5)](_0x117796[_0x16f145(0xeb)][_0x16f145(0xfa)][_0x16f145(0xf7)]||0x1,_0x117796[_0x16f145(0xeb)][_0x16f145(0xf6)]||0x1);helper[_0x16f145(0xd3)](),_0x4fac99[_0x16f145(0xf3)](parallelVanillaRun,_0x6fb604,_0x3ab481)['then'](_0x24d750=>{})[_0x16f145(0xe7)](async()=>{const _0x3ee0c7=_0x16f145;await helper[_0x3ee0c7(0xd4)](_0x117796);});}module[a51_0x33a8e5(0xdc)]=run;
@@ -1 +1 @@
1
- const a52_0x7fd8aa=a52_0x48b0;(function(_0x152dc0,_0x241c7b){const _0x5a2a47=a52_0x48b0,_0x44ad52=_0x152dc0();while(!![]){try{const _0x5af679=parseInt(_0x5a2a47(0xa5))/0x1*(parseInt(_0x5a2a47(0x95))/0x2)+parseInt(_0x5a2a47(0x9d))/0x3*(-parseInt(_0x5a2a47(0xa7))/0x4)+-parseInt(_0x5a2a47(0x96))/0x5*(parseInt(_0x5a2a47(0x9e))/0x6)+parseInt(_0x5a2a47(0x99))/0x7*(-parseInt(_0x5a2a47(0xa3))/0x8)+parseInt(_0x5a2a47(0x94))/0x9+parseInt(_0x5a2a47(0x8f))/0xa+parseInt(_0x5a2a47(0x9f))/0xb;if(_0x5af679===_0x241c7b)break;else _0x44ad52['push'](_0x44ad52['shift']());}catch(_0x12cd5e){_0x44ad52['push'](_0x44ad52['shift']());}}}(a52_0x17d0,0x45d77));class BrowserStackSdk{static[a52_0x7fd8aa(0x9b)](){const _0x2027ab=a52_0x7fd8aa,_0x1db7ac={};_0x1db7ac[_0x2027ab(0x98)]='os_version',_0x1db7ac['pWZyp']=_0x2027ab(0xa8),_0x1db7ac['zMpqy']=_0x2027ab(0x87),_0x1db7ac['bilJL']='browserName',_0x1db7ac[_0x2027ab(0x8b)]=_0x2027ab(0xa4),_0x1db7ac[_0x2027ab(0x92)]=_0x2027ab(0x90),_0x1db7ac[_0x2027ab(0x8a)]='device',_0x1db7ac[_0x2027ab(0x8d)]=_0x2027ab(0x89),_0x1db7ac[_0x2027ab(0xa6)]=_0x2027ab(0x9c),_0x1db7ac['PQhST']=_0x2027ab(0x88),_0x1db7ac['QXfzY']=_0x2027ab(0x9a),_0x1db7ac[_0x2027ab(0x91)]=_0x2027ab(0x86),_0x1db7ac['uHgKW']=_0x2027ab(0xa1);const _0x136fb0=_0x1db7ac,_0x2fffee={};if(global['__platformCaps']){const _0x29a5ea=global[_0x2027ab(0x8e)],_0x32b83e=_0x29a5ea[_0x136fb0['LuUnd']]||_0x29a5ea[_0x136fb0[_0x2027ab(0x97)]],_0x2a77c5=_0x29a5ea[_0x136fb0['zMpqy']]||_0x29a5ea[_0x136fb0[_0x2027ab(0xa2)]],_0x21f826=_0x29a5ea[_0x136fb0[_0x2027ab(0x8b)]]||_0x29a5ea[_0x136fb0['hxrHH']],_0x17ed5a=_0x29a5ea[_0x136fb0['VcbzG']]||_0x29a5ea[_0x136fb0['ZEpGG']],_0x3d1f57=_0x29a5ea[_0x136fb0['HNCDi']]||_0x29a5ea[_0x136fb0[_0x2027ab(0x8c)]],_0x3e9b78=_0x29a5ea[_0x136fb0[_0x2027ab(0xa0)]]||_0x29a5ea[_0x136fb0[_0x2027ab(0x91)]];_0x29a5ea['os']&&(_0x2fffee['os']=_0x29a5ea['os']),_0x32b83e&&(_0x2fffee[_0x136fb0[_0x2027ab(0x97)]]=_0x32b83e),_0x2a77c5&&(_0x2fffee[_0x136fb0[_0x2027ab(0xa2)]]=_0x2a77c5),_0x21f826&&(_0x2fffee[_0x136fb0[_0x2027ab(0x92)]]=_0x21f826),_0x17ed5a&&(_0x2fffee[_0x136fb0[_0x2027ab(0x8d)]]=_0x17ed5a),_0x3d1f57&&(_0x2fffee[_0x136fb0['PQhST']]=_0x3d1f57),_0x3e9b78&&(_0x2fffee[_0x136fb0['WFcxQ']]=_0x3e9b78),_0x29a5ea[_0x136fb0['uHgKW']]&&(_0x2fffee[_0x136fb0[_0x2027ab(0x93)]]=_0x29a5ea[_0x136fb0[_0x2027ab(0x93)]]);}return _0x2fffee;}}function a52_0x17d0(){const _0x2f45a1=['824PFnWel','osVersion','exports','platformVersion','browser','platformName','deviceName','VcbzG','mOZUl','PQhST','ZEpGG','__platformCaps','3626120zlOCkI','browserVersion','WFcxQ','hxrHH','uHgKW','862893oIDbir','60nkNyTW','25HFqZbi','pWZyp','LuUnd','340942zqCotW','platform_version','getCurrentPlatform','platform','4899upBGdJ','372612MSQpXb','5350950AnHHuo','QXfzY','customVariables','bilJL','40QaaBXA','browser_version','7719MZXhBj','HNCDi'];a52_0x17d0=function(){return _0x2f45a1;};return a52_0x17d0();}function a52_0x48b0(_0x5c9fb1,_0x27a0c2){const _0x17d09e=a52_0x17d0();return a52_0x48b0=function(_0x48b064,_0x29c71f){_0x48b064=_0x48b064-0x86;let _0x334d19=_0x17d09e[_0x48b064];return _0x334d19;},a52_0x48b0(_0x5c9fb1,_0x27a0c2);}module[a52_0x7fd8aa(0xa9)]=BrowserStackSdk;
1
+ const a52_0xa8096=a52_0x4860;(function(_0x567f49,_0x3b86b0){const _0x57a62e=a52_0x4860,_0x74a3e=_0x567f49();while(!![]){try{const _0x29c798=parseInt(_0x57a62e(0x14b))/0x1+parseInt(_0x57a62e(0x158))/0x2+-parseInt(_0x57a62e(0x146))/0x3*(parseInt(_0x57a62e(0x140))/0x4)+-parseInt(_0x57a62e(0x155))/0x5+-parseInt(_0x57a62e(0x15a))/0x6+parseInt(_0x57a62e(0x13b))/0x7+parseInt(_0x57a62e(0x153))/0x8*(-parseInt(_0x57a62e(0x13f))/0x9);if(_0x29c798===_0x3b86b0)break;else _0x74a3e['push'](_0x74a3e['shift']());}catch(_0x216013){_0x74a3e['push'](_0x74a3e['shift']());}}}(a52_0x5cb9,0x36236));function a52_0x5cb9(){const _0x259932=['hqbRc','409031BWzJnr','YPyHF','getCurrentPlatform','device','osVersion','browser_version','YDxfN','browserName','3888KZGswU','jQUbc','450885ypoujx','__platformCaps','OyVeI','841820fuoSWY','LxVoh','1960458dySQuD','deviceName','browser','WeFzh','platform_version','naMYU','672189VXHeuS','aYdIA','pYleH','os_version','315DxeGTm','8JywRDq','browserVersion','platformName','exports','customVariables','platform','405432SIEPZm','GOaKA','WQpqL','IUfsA'];a52_0x5cb9=function(){return _0x259932;};return a52_0x5cb9();}function a52_0x4860(_0x3a1f3e,_0x5689c9){const _0x5cb964=a52_0x5cb9();return a52_0x4860=function(_0x48604c,_0xbaf01f){_0x48604c=_0x48604c-0x138;let _0x542054=_0x5cb964[_0x48604c];return _0x542054;},a52_0x4860(_0x3a1f3e,_0x5689c9);}class BrowserStackSdk{static[a52_0xa8096(0x14d)](){const _0x4fa499=a52_0xa8096,_0x459dbb={};_0x459dbb[_0x4fa499(0x147)]=_0x4fa499(0x13e),_0x459dbb[_0x4fa499(0x154)]=_0x4fa499(0x14f),_0x459dbb[_0x4fa499(0x138)]=_0x4fa499(0x15c),_0x459dbb[_0x4fa499(0x149)]=_0x4fa499(0x152),_0x459dbb[_0x4fa499(0x13d)]=_0x4fa499(0x150),_0x459dbb[_0x4fa499(0x151)]=_0x4fa499(0x141),_0x459dbb[_0x4fa499(0x157)]=_0x4fa499(0x14e),_0x459dbb[_0x4fa499(0x13a)]=_0x4fa499(0x15b),_0x459dbb['YPyHF']=_0x4fa499(0x145),_0x459dbb[_0x4fa499(0x13c)]=_0x4fa499(0x142),_0x459dbb['WQpqL']=_0x4fa499(0x139),_0x459dbb[_0x4fa499(0x159)]='platformVersion',_0x459dbb[_0x4fa499(0x14a)]=_0x4fa499(0x144);const _0x45b50a=_0x459dbb,_0x4d85c9={};if(global[_0x4fa499(0x156)]){const _0x344cb0=global[_0x4fa499(0x156)],_0x8c8ec0=_0x344cb0[_0x45b50a[_0x4fa499(0x147)]]||_0x344cb0[_0x45b50a[_0x4fa499(0x154)]],_0x51715f=_0x344cb0[_0x45b50a['WeFzh']]||_0x344cb0[_0x45b50a[_0x4fa499(0x149)]],_0x4236f1=_0x344cb0[_0x45b50a[_0x4fa499(0x13d)]]||_0x344cb0[_0x45b50a[_0x4fa499(0x151)]],_0xc5489b=_0x344cb0[_0x45b50a[_0x4fa499(0x157)]]||_0x344cb0[_0x45b50a['naMYU']],_0x15022a=_0x344cb0[_0x45b50a[_0x4fa499(0x14c)]]||_0x344cb0[_0x45b50a[_0x4fa499(0x13c)]],_0x3e93be=_0x344cb0[_0x45b50a[_0x4fa499(0x148)]]||_0x344cb0[_0x45b50a['LxVoh']];_0x344cb0['os']&&(_0x4d85c9['os']=_0x344cb0['os']),_0x8c8ec0&&(_0x4d85c9[_0x45b50a[_0x4fa499(0x154)]]=_0x8c8ec0),_0x51715f&&(_0x4d85c9[_0x45b50a[_0x4fa499(0x149)]]=_0x51715f),_0x4236f1&&(_0x4d85c9[_0x45b50a[_0x4fa499(0x151)]]=_0x4236f1),_0xc5489b&&(_0x4d85c9[_0x45b50a[_0x4fa499(0x13a)]]=_0xc5489b),_0x15022a&&(_0x4d85c9[_0x45b50a[_0x4fa499(0x13c)]]=_0x15022a),_0x3e93be&&(_0x4d85c9[_0x45b50a[_0x4fa499(0x159)]]=_0x3e93be),_0x344cb0[_0x45b50a['hqbRc']]&&(_0x4d85c9[_0x45b50a[_0x4fa499(0x14a)]]=_0x344cb0[_0x45b50a[_0x4fa499(0x14a)]]);}return _0x4d85c9;}}module[a52_0xa8096(0x143)]=BrowserStackSdk;