browserstack-node-sdk 1.36.3 → 1.36.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 (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a45_0x20964f=a45_0x2ea1;(function(_0x42876d,_0x41fc02){const _0x48a756=a45_0x2ea1,_0x2b1e8e=_0x42876d();while(!![]){try{const _0x303fb0=-parseInt(_0x48a756(0x1a2))/0x1+parseInt(_0x48a756(0x1a1))/0x2*(parseInt(_0x48a756(0x1ca))/0x3)+parseInt(_0x48a756(0x18a))/0x4*(-parseInt(_0x48a756(0x1ce))/0x5)+parseInt(_0x48a756(0x1a7))/0x6*(-parseInt(_0x48a756(0x1b9))/0x7)+-parseInt(_0x48a756(0x188))/0x8*(-parseInt(_0x48a756(0x1cf))/0x9)+-parseInt(_0x48a756(0x191))/0xa+parseInt(_0x48a756(0x18c))/0xb*(parseInt(_0x48a756(0x1ab))/0xc);if(_0x303fb0===_0x41fc02)break;else _0x2b1e8e['push'](_0x2b1e8e['shift']());}catch(_0x28c9a7){_0x2b1e8e['push'](_0x2b1e8e['shift']());}}}(a45_0x5ce6,0x2da54));function a45_0x5ce6(){const _0x1be964=['XTEvh','SMqFo','OWCZY','7nvGqfT','xLBZc','browserstack-node-sdk\x20','tkxOF','YOUR_ACCESS_KEY','YOUR_USERNAME','NwCKJ','VZkWH','argv','source','fMuVe','parse','node-setup','ubnPP','error','stringify','ANGZz','6AFfmwK','TRKaW','indexOf','Setup\x20completed','1487820NNBNcq','18lmoGfH','length','fireFunnelTestEvent','readFileSync','ZaaOH','winstonLogger','replace','1416208uaeGRh','key','4rYXpqh','UkLgG','11Wosbzd','splice','postinstall','/browserstack.yml','SWabk','3107450itFwAY','npm\x20update\x20browserstack-node-sdk','cwd','/../../browserstack.yml.sample','utf8','scripts','ATwyt','tANSg','writeFileSync','cucumber-js','split','push','nightwatch','yargs','includes','mocha','166006hiQuTY','170552bVKLmG','isUndefined','info','\x20&&\x20npm\x20update\x20browserstack-node-sdk','../helpers/logger','1001202niqHrT','MnhRr','browserstack-node-sdk','debug','7351608rbJxPg','entries','zJjdb','playwright','Creating\x20configuration\x20file...','js-yaml','../helpers/utilities','zZDaJ','username','SDKSetup','-browserstack'];a45_0x5ce6=function(){return _0x1be964;};return a45_0x5ce6();}const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a45_0x20964f(0x1b1)),yaml=require(a45_0x20964f(0x1b0)),yargs=require(a45_0x20964f(0x19e)),logger=require(a45_0x20964f(0x1a6))[a45_0x20964f(0x186)],configFileTemplate=__dirname+a45_0x20964f(0x194),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process['cwd']()+a45_0x20964f(0x18f),packageFile=process[a45_0x20964f(0x193)]()+'/package.json',frameworks=[a45_0x20964f(0x1a0),'jest',a45_0x20964f(0x19a),'node',a45_0x20964f(0x19d),'codeceptjs',a45_0x20964f(0x1ae)];let config;logger[a45_0x20964f(0x1a4)](a45_0x20964f(0x1af)),createConfigurationFile(yargs[a45_0x20964f(0x1c1)][a45_0x20964f(0x1b3)],yargs[a45_0x20964f(0x1c1)][a45_0x20964f(0x189)],yargs[a45_0x20964f(0x1c1)]['playwright']);try{sdkSetup();}catch(a45_0x4d316f){logger[a45_0x20964f(0x1aa)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a45_0x4d316f);}function a45_0x2ea1(_0x30cdd7,_0x3046bb){const _0x5ce6d5=a45_0x5ce6();return a45_0x2ea1=function(_0x2ea119,_0x1bf684){_0x2ea119=_0x2ea119-0x183;let _0x3e81d8=_0x5ce6d5[_0x2ea119];return _0x3e81d8;},a45_0x2ea1(_0x30cdd7,_0x3046bb);}addScriptInPackageJson();function createConfigurationFile(_0xdcc619,_0x192f44,_0x24b3fa=![]){const _0x505b6c=a45_0x20964f,_0x157181={};_0x157181[_0x505b6c(0x1bf)]=_0x505b6c(0x195),_0x157181['SWabk']=_0x505b6c(0x1be),_0x157181[_0x505b6c(0x1c0)]=_0x505b6c(0x1bd);const _0x599fa0=_0x157181;try{let _0x3da6a0=fs[_0x505b6c(0x184)](_0x24b3fa?configFileTemplatePW:configFileTemplate,_0x599fa0[_0x505b6c(0x1bf)]);_0xdcc619&&(_0x3da6a0=_0x3da6a0[_0x505b6c(0x187)](_0x599fa0[_0x505b6c(0x190)],_0xdcc619)),_0x192f44&&(_0x3da6a0=_0x3da6a0[_0x505b6c(0x187)](_0x599fa0[_0x505b6c(0x1c0)],_0x192f44)),config=yaml['load'](_0x3da6a0),fs['writeFileSync'](configFile,_0x3da6a0,_0x17ccfc=>{const _0xd4dd7d=_0x505b6c;_0x17ccfc&&logger[_0xd4dd7d(0x1c7)](_0x17ccfc);});}catch(_0x329603){logger[_0x505b6c(0x1c7)](_0x329603);}}function addPostInstallScript(_0x27c674,_0xe99049){const _0x34a707=a45_0x20964f,_0x5df9b8={};_0x5df9b8['OWCZY']=_0x34a707(0x18e),_0x5df9b8[_0x34a707(0x1a8)]=_0x34a707(0x192),_0x5df9b8[_0x34a707(0x1b2)]=_0x34a707(0x1a5);const _0x28c098=_0x5df9b8;let _0x31fd40=_0x27c674[_0x28c098[_0x34a707(0x1b8)]];if(_0x31fd40&&_0x31fd40['includes'](_0x28c098[_0x34a707(0x1a8)]))return;!_0x31fd40?_0x31fd40=_0x28c098[_0x34a707(0x1a8)]:_0x31fd40+=_0x28c098['zZDaJ'],_0xe99049[_0x34a707(0x19c)]([_0x28c098['OWCZY'],_0x31fd40]);}function addScriptInPackageJson(){const _0x1b64e0=a45_0x20964f,_0x4fd983={'ubnPP':_0x1b64e0(0x195),'UkLgG':function(_0x2b4f0d,_0x1ccd62){return _0x2b4f0d<_0x1ccd62;},'tANSg':function(_0x308836,_0x2cdabd,_0x325c66){return _0x308836(_0x2cdabd,_0x325c66);},'kjhRK':function(_0x57a119,_0xfc0d8c){return _0x57a119<_0xfc0d8c;},'tkxOF':function(_0x1b279c,_0x591841){return _0x1b279c<_0x591841;},'xLBZc':function(_0x354169,_0x4148b7){return _0x354169!==_0x4148b7;},'ZaaOH':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x3c7969=JSON[_0x1b64e0(0x1c4)](fs[_0x1b64e0(0x184)](packageFile,_0x4fd983[_0x1b64e0(0x1c6)])),_0x362812=[];for(let _0x3c1069=0x0;_0x4fd983[_0x1b64e0(0x18b)](_0x3c1069,frameworks['length']);_0x3c1069+=0x1){const _0x2a20b9=_0x4fd983[_0x1b64e0(0x198)](findScriptsWithFramework,_0x3c7969[_0x1b64e0(0x196)],frameworks[_0x3c1069]);for(let _0x1b8e77=0x0;_0x4fd983['kjhRK'](_0x1b8e77,_0x2a20b9[_0x1b64e0(0x1d0)]);_0x1b8e77+=0x1){_0x362812[_0x1b64e0(0x19c)](_0x4fd983[_0x1b64e0(0x198)](getUpdatedCommand,_0x3c7969[_0x1b64e0(0x196)],_0x2a20b9[_0x1b8e77]));}_0x4fd983['tANSg'](addPostInstallScript,_0x3c7969[_0x1b64e0(0x196)],_0x362812);}const _0xa4cdf3={..._0x3c7969[_0x1b64e0(0x196)]},_0x5f0ec5=_0xa4cdf3;for(let _0x1711a1=0x0;_0x4fd983[_0x1b64e0(0x1bc)](_0x1711a1,_0x362812[_0x1b64e0(0x1d0)]);_0x1711a1+=0x1){_0x5f0ec5[_0x362812[_0x1711a1][0x0]]=_0x362812[_0x1711a1][0x1];}_0x4fd983[_0x1b64e0(0x1ba)](JSON[_0x1b64e0(0x1c8)](_0x3c7969[_0x1b64e0(0x196)]),JSON[_0x1b64e0(0x1c8)](_0x5f0ec5))&&(logger[_0x1b64e0(0x1a4)](_0x4fd983[_0x1b64e0(0x185)]),_0x3c7969['scripts']=_0x5f0ec5,fs[_0x1b64e0(0x199)](packageFile,JSON[_0x1b64e0(0x1c8)](_0x3c7969,null,0x2),_0x361cef=>{const _0x5002d9=_0x1b64e0;_0x361cef&&logger[_0x5002d9(0x1c7)](_0x361cef);}));};function findScriptsWithFramework(_0x15a3bf,_0x1ef7ba){const _0x440448=a45_0x20964f,_0x1a38ac={};_0x1a38ac['fMuVe']=function(_0xf6247,_0x18dd6f){return _0xf6247<_0x18dd6f;},_0x1a38ac[_0x440448(0x197)]=_0x440448(0x1a9);const _0x343a91=_0x1a38ac,_0x17515d=[],_0x3942fd=Object[_0x440448(0x1ac)](_0x15a3bf);for(let _0x11aa21=0x0;_0x343a91[_0x440448(0x1c3)](_0x11aa21,_0x3942fd[_0x440448(0x1d0)]);_0x11aa21+=0x1){_0x3942fd[_0x11aa21][0x1][_0x440448(0x19f)](_0x1ef7ba)&&!_0x3942fd[_0x11aa21][0x1]['includes'](_0x343a91[_0x440448(0x197)])&&_0x17515d[_0x440448(0x19c)](_0x3942fd[_0x11aa21][0x0]);}return _0x17515d;}function getUpdatedCommand(_0xe52ff7,_0x14f239){const _0x53507e=a45_0x20964f,_0x384970={};_0x384970[_0x53507e(0x1b6)]=function(_0x2839fa,_0xb02cbc){return _0x2839fa!==_0xb02cbc;},_0x384970[_0x53507e(0x1c9)]=_0x53507e(0x1a9),_0x384970[_0x53507e(0x1cb)]=function(_0x37fbb2,_0x5707d1){return _0x37fbb2===_0x5707d1;};const _0x3576b6=_0x384970,_0x34ea72=_0x14f239+_0x53507e(0x1b5),_0x241ca=_0xe52ff7[_0x14f239],_0x37f342=_0x241ca[_0x53507e(0x19b)]('\x20');for(const _0xa9afee of frameworks){if(_0x3576b6[_0x53507e(0x1b6)](_0x37f342['indexOf'](_0xa9afee),-0x1)){_0x37f342[_0x53507e(0x18d)](_0x37f342[_0x53507e(0x1cc)](_0xa9afee),0x0,_0x3576b6[_0x53507e(0x1c9)]);break;}}let _0x1ab984=_0x37f342['join']('\x20');return _0x3576b6[_0x53507e(0x1cb)](_0x1ab984,_0x241ca)&&(_0x1ab984=_0x53507e(0x1bb)+_0x241ca),[_0x34ea72,_0x1ab984];}function sdkSetup(){const _0x40c03=a45_0x20964f,_0x4898da={};_0x4898da[_0x40c03(0x1ad)]=_0x40c03(0x1c5),_0x4898da[_0x40c03(0x1b7)]=_0x40c03(0x1b4);const _0x3fff9a=_0x4898da;if(helper[_0x40c03(0x1a3)](config))return;config[_0x40c03(0x1c2)]=_0x3fff9a['zJjdb'];try{utilities[_0x40c03(0x183)](_0x3fff9a[_0x40c03(0x1b7)],{},config,'');}catch(_0x30382e){logger[_0x40c03(0x1aa)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x30382e);}}logger[a45_0x20964f(0x1a4)](a45_0x20964f(0x1cd));
3
+ const a45_0x373ec=a45_0x2fea;(function(_0x4e43b4,_0x34f7b2){const _0x481d7d=a45_0x2fea,_0x56ee3a=_0x4e43b4();while(!![]){try{const _0x534939=-parseInt(_0x481d7d(0xcc))/0x1+-parseInt(_0x481d7d(0xb0))/0x2*(parseInt(_0x481d7d(0xdd))/0x3)+parseInt(_0x481d7d(0x99))/0x4*(-parseInt(_0x481d7d(0xd4))/0x5)+parseInt(_0x481d7d(0xd8))/0x6*(-parseInt(_0x481d7d(0xaf))/0x7)+-parseInt(_0x481d7d(0xde))/0x8+parseInt(_0x481d7d(0xe0))/0x9+parseInt(_0x481d7d(0xc8))/0xa*(parseInt(_0x481d7d(0xb4))/0xb);if(_0x534939===_0x34f7b2)break;else _0x56ee3a['push'](_0x56ee3a['shift']());}catch(_0x308400){_0x56ee3a['push'](_0x56ee3a['shift']());}}}(a45_0x4926,0x38f2f));const fs=require('fs'),helper=require(a45_0x373ec(0xd0)),utilities=require(a45_0x373ec(0xc0)),yaml=require('js-yaml'),yargs=require('yargs'),logger=require(a45_0x373ec(0xb9))['winstonLogger'],configFileTemplate=__dirname+a45_0x373ec(0xd7),configFileTemplatePW=__dirname+a45_0x373ec(0xa6),configFile=process[a45_0x373ec(0xda)]()+'/browserstack.yml',packageFile=process['cwd']()+a45_0x373ec(0xe2),frameworks=[a45_0x373ec(0x9c),'jest',a45_0x373ec(0xb8),a45_0x373ec(0xcf),a45_0x373ec(0xb7),a45_0x373ec(0xc2),a45_0x373ec(0xc1)];let config;logger['info'](a45_0x373ec(0xaa)),createConfigurationFile(yargs[a45_0x373ec(0xd5)][a45_0x373ec(0xab)],yargs[a45_0x373ec(0xd5)][a45_0x373ec(0xa0)],yargs[a45_0x373ec(0xd5)][a45_0x373ec(0xc1)]);try{sdkSetup();}catch(a45_0x23a335){logger[a45_0x373ec(0xca)](a45_0x373ec(0xe3)+a45_0x23a335);}addScriptInPackageJson();function a45_0x2fea(_0x9a5b3a,_0xec6986){const _0x492688=a45_0x4926();return a45_0x2fea=function(_0x2fea25,_0x5d6f8a){_0x2fea25=_0x2fea25-0x96;let _0x5768de=_0x492688[_0x2fea25];return _0x5768de;},a45_0x2fea(_0x9a5b3a,_0xec6986);}function createConfigurationFile(_0x5939df,_0x5c7cd0,_0xa5e4e7=![]){const _0x2e1065=a45_0x373ec,_0x31a3e7={};_0x31a3e7[_0x2e1065(0xd6)]=_0x2e1065(0xb5),_0x31a3e7['jfDNq']=_0x2e1065(0xa9),_0x31a3e7[_0x2e1065(0xa1)]=_0x2e1065(0xa5);const _0x4bf14a=_0x31a3e7;try{let _0x612309=fs[_0x2e1065(0xad)](_0xa5e4e7?configFileTemplatePW:configFileTemplate,_0x4bf14a['VUncR']);_0x5939df&&(_0x612309=_0x612309[_0x2e1065(0xd9)](_0x4bf14a['jfDNq'],_0x5939df)),_0x5c7cd0&&(_0x612309=_0x612309[_0x2e1065(0xd9)](_0x4bf14a[_0x2e1065(0xa1)],_0x5c7cd0)),config=yaml[_0x2e1065(0xc7)](_0x612309),fs['writeFileSync'](configFile,_0x612309,_0x2ae4b3=>{_0x2ae4b3&&logger['error'](_0x2ae4b3);});}catch(_0x5eadb5){logger[_0x2e1065(0xba)](_0x5eadb5);}}function addPostInstallScript(_0x1e7641,_0xe43a78){const _0x45c6d7=a45_0x373ec,_0x1b18b3={};_0x1b18b3['pLwSn']=_0x45c6d7(0x97),_0x1b18b3[_0x45c6d7(0xbf)]=_0x45c6d7(0xd3),_0x1b18b3[_0x45c6d7(0xa7)]=_0x45c6d7(0xa2);const _0x339ec5=_0x1b18b3;let _0x16e7d2=_0x1e7641[_0x339ec5[_0x45c6d7(0xbb)]];if(_0x16e7d2&&_0x16e7d2[_0x45c6d7(0xc9)](_0x339ec5['VxYFq']))return;!_0x16e7d2?_0x16e7d2=_0x339ec5[_0x45c6d7(0xbf)]:_0x16e7d2+=_0x339ec5[_0x45c6d7(0xa7)],_0xe43a78[_0x45c6d7(0xa8)]([_0x339ec5[_0x45c6d7(0xbb)],_0x16e7d2]);}function addScriptInPackageJson(){const _0x2d7947=a45_0x373ec,_0x47abda={'BuOqC':_0x2d7947(0xb5),'iocPH':function(_0x5866ac,_0x4f056b){return _0x5866ac<_0x4f056b;},'GXNro':function(_0x3eab6f,_0x1a4dc8,_0x3ffabc){return _0x3eab6f(_0x1a4dc8,_0x3ffabc);},'XXoRT':function(_0x52efc9,_0x1ce90e){return _0x52efc9<_0x1ce90e;},'lzpIr':function(_0x3460ed,_0x3e38da,_0x1053b8){return _0x3460ed(_0x3e38da,_0x1053b8);},'IVBhf':function(_0x51f512,_0x4e3309){return _0x51f512<_0x4e3309;},'lmgXy':function(_0x3aecca,_0x2c8b3c){return _0x3aecca!==_0x2c8b3c;},'rbxbb':_0x2d7947(0xb6)},_0x38ec33=JSON[_0x2d7947(0xb2)](fs[_0x2d7947(0xad)](packageFile,_0x47abda['BuOqC'])),_0x5ba8d8=[];for(let _0xa7b670=0x0;_0x47abda[_0x2d7947(0x9d)](_0xa7b670,frameworks[_0x2d7947(0xbe)]);_0xa7b670+=0x1){const _0x29eb37=_0x47abda[_0x2d7947(0x9a)](findScriptsWithFramework,_0x38ec33[_0x2d7947(0x9f)],frameworks[_0xa7b670]);for(let _0x3e33ff=0x0;_0x47abda[_0x2d7947(0xb1)](_0x3e33ff,_0x29eb37[_0x2d7947(0xbe)]);_0x3e33ff+=0x1){_0x5ba8d8[_0x2d7947(0xa8)](_0x47abda['lzpIr'](getUpdatedCommand,_0x38ec33['scripts'],_0x29eb37[_0x3e33ff]));}_0x47abda[_0x2d7947(0x9a)](addPostInstallScript,_0x38ec33['scripts'],_0x5ba8d8);}const _0x453432={..._0x38ec33[_0x2d7947(0x9f)]},_0x4c04a0=_0x453432;for(let _0x431ff4=0x0;_0x47abda['IVBhf'](_0x431ff4,_0x5ba8d8[_0x2d7947(0xbe)]);_0x431ff4+=0x1){_0x4c04a0[_0x5ba8d8[_0x431ff4][0x0]]=_0x5ba8d8[_0x431ff4][0x1];}_0x47abda[_0x2d7947(0x96)](JSON['stringify'](_0x38ec33['scripts']),JSON[_0x2d7947(0xe4)](_0x4c04a0))&&(logger[_0x2d7947(0x9e)](_0x47abda[_0x2d7947(0xc6)]),_0x38ec33[_0x2d7947(0x9f)]=_0x4c04a0,fs[_0x2d7947(0xa4)](packageFile,JSON[_0x2d7947(0xe4)](_0x38ec33,null,0x2),_0xa88963=>{const _0x31f97a=_0x2d7947;_0xa88963&&logger[_0x31f97a(0xba)](_0xa88963);}));};function findScriptsWithFramework(_0x31ac57,_0x2f906f){const _0x16e247=a45_0x373ec,_0x825420={};_0x825420[_0x16e247(0x98)]=function(_0x1feb1d,_0x22fcde){return _0x1feb1d<_0x22fcde;},_0x825420[_0x16e247(0x9b)]=_0x16e247(0xc4);const _0x5e3516=_0x825420,_0x1761f5=[],_0x42d45a=Object[_0x16e247(0xdb)](_0x31ac57);for(let _0x1985ce=0x0;_0x5e3516[_0x16e247(0x98)](_0x1985ce,_0x42d45a[_0x16e247(0xbe)]);_0x1985ce+=0x1){_0x42d45a[_0x1985ce][0x1][_0x16e247(0xc9)](_0x2f906f)&&!_0x42d45a[_0x1985ce][0x1][_0x16e247(0xc9)](_0x5e3516[_0x16e247(0x9b)])&&_0x1761f5[_0x16e247(0xa8)](_0x42d45a[_0x1985ce][0x0]);}return _0x1761f5;}function a45_0x4926(){const _0x41a8fe=['15tnUOZU','argv','VUncR','/../../browserstack.yml.sample','768cOnOpY','replace','cwd','entries','ewfQx','573AAlUZy','1896136ojyFDz','source','588402EbSNDc','PgIRO','/package.json','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','stringify','isUndefined','lmgXy','postinstall','GKklm','343220kPKFeP','GXNro','LMuWr','mocha','iocPH','info','scripts','key','OsZHD','\x20&&\x20npm\x20update\x20browserstack-node-sdk','node-setup','writeFileSync','YOUR_ACCESS_KEY','/../../browserstack.pw.yml.sample','Vagbv','push','YOUR_USERNAME','Creating\x20configuration\x20file...','username','mUCjU','readFileSync','Setup\x20completed','22862DyVocY','3158xfRKvC','XXoRT','parse','splice','423907sJrYWQ','utf8','Adding\x20new\x20script(s)\x20in\x20package.json...','nightwatch','cucumber-js','../helpers/logger','error','pLwSn','lWbFP','HvpZM','length','VxYFq','../helpers/utilities','playwright','codeceptjs','join','browserstack-node-sdk','-browserstack','rbxbb','load','430qOTFbb','includes','debug','indexOf','275137VcMtTe','SDKSetup','split','node','../helpers/helper','browserstack-node-sdk\x20','fireFunnelTestEvent','npm\x20update\x20browserstack-node-sdk'];a45_0x4926=function(){return _0x41a8fe;};return a45_0x4926();}function getUpdatedCommand(_0x599151,_0x573623){const _0x34f8f7=a45_0x373ec,_0x509a7d={};_0x509a7d['ewfQx']=function(_0x135d1f,_0x148de4){return _0x135d1f!==_0x148de4;},_0x509a7d[_0x34f8f7(0xbd)]=_0x34f8f7(0xc4),_0x509a7d[_0x34f8f7(0xac)]=function(_0x4f8c31,_0x118589){return _0x4f8c31===_0x118589;};const _0x5491b3=_0x509a7d,_0x163c10=_0x573623+_0x34f8f7(0xc5),_0x54f7b9=_0x599151[_0x573623],_0x446334=_0x54f7b9[_0x34f8f7(0xce)]('\x20');for(const _0x5cdd71 of frameworks){if(_0x5491b3[_0x34f8f7(0xdc)](_0x446334['indexOf'](_0x5cdd71),-0x1)){_0x446334[_0x34f8f7(0xb3)](_0x446334[_0x34f8f7(0xcb)](_0x5cdd71),0x0,_0x5491b3[_0x34f8f7(0xbd)]);break;}}let _0x57eb7e=_0x446334[_0x34f8f7(0xc3)]('\x20');return _0x5491b3[_0x34f8f7(0xac)](_0x57eb7e,_0x54f7b9)&&(_0x57eb7e=_0x34f8f7(0xd1)+_0x54f7b9),[_0x163c10,_0x57eb7e];}function sdkSetup(){const _0x4d7523=a45_0x373ec,_0x85c627={};_0x85c627[_0x4d7523(0xbc)]=_0x4d7523(0xa3),_0x85c627[_0x4d7523(0xe1)]=_0x4d7523(0xcd);const _0x1cc627=_0x85c627;if(helper[_0x4d7523(0xe5)](config))return;config[_0x4d7523(0xdf)]=_0x1cc627['lWbFP'];try{utilities[_0x4d7523(0xd2)](_0x1cc627[_0x4d7523(0xe1)],{},config,'');}catch(_0x175b40){logger[_0x4d7523(0xca)](_0x4d7523(0xe3)+_0x175b40);}}logger[a45_0x373ec(0x9e)](a45_0x373ec(0xae));
@@ -1 +1 @@
1
- const a46_0x1022d4=a46_0xc991;(function(_0x262ea6,_0x2c6b85){const _0x327d07=a46_0xc991,_0x460342=_0x262ea6();while(!![]){try{const _0x3f61d6=-parseInt(_0x327d07(0x13d))/0x1+parseInt(_0x327d07(0x11e))/0x2+parseInt(_0x327d07(0x12c))/0x3*(-parseInt(_0x327d07(0x124))/0x4)+parseInt(_0x327d07(0x152))/0x5*(-parseInt(_0x327d07(0x15b))/0x6)+parseInt(_0x327d07(0x15e))/0x7+parseInt(_0x327d07(0x162))/0x8+parseInt(_0x327d07(0x161))/0x9*(parseInt(_0x327d07(0x118))/0xa);if(_0x3f61d6===_0x2c6b85)break;else _0x460342['push'](_0x460342['shift']());}catch(_0x5ac123){_0x460342['push'](_0x460342['shift']());}}}(a46_0x3f2a,0xaffd1));function a46_0xc991(_0x3fc72e,_0x3e283f){const _0x3f2af1=a46_0x3f2a();return a46_0xc991=function(_0xc9919b,_0xdd3a04){_0xc9919b=_0xc9919b-0x105;let _0xb2a0e3=_0x3f2af1[_0xc9919b];return _0xb2a0e3;},a46_0xc991(_0x3fc72e,_0x3e283f);}const Worker=require('jest-worker')[a46_0x1022d4(0x14f)],Emittery=require(a46_0x1022d4(0x121)),pLimit=require(a46_0x1022d4(0x11a)),{parentPort}=require(a46_0x1022d4(0x159)),util=require(a46_0x1022d4(0x144)),logger=require(a46_0x1022d4(0x107))['winstonLogger'],PerformanceTester=require(a46_0x1022d4(0x136)),PerformanceEvents=require(a46_0x1022d4(0x15f))[a46_0x1022d4(0x128)],{debug}=require(a46_0x1022d4(0x157)),TestHubHandler=require(a46_0x1022d4(0x153));function a46_0x3f2a(){const _0xa0caa0=['LgLTm','103184iPWGVI','UNSTABLE_onCustomMessage','izQvZ','emittery','log','stderr','4qoluyp','end','getStderr','exitCode','EVENTS','getWorkers','parallelVanillaRun','aoeBQ','3670089DLjPlv','./testWorker.js','izuiI','Workers\x20failed\x20to\x20exit\x20gracefully','_child','stdout','test-file-success','error','JUlcp','OkNus','../../helpers/performance/performance-tester','CPTbA','push','all','QrrWR','FRrqA','map','683450kDJarl','emit','platforms','info','waitForExit','khKab','format','util','eCuvt','file','uVNwY','platform-run-failure','platformCaps','UQnMt','pipe','gTMlR','Rbivr','KTLJI','Worker','length','test-file-start','2309575ZXFLgh','../../helpers/testhub/testhubHandler','debug','cucumberWorker','Running\x20','../../helpers/test-observability/utils','then','worker_threads','resolve','18BqraBG','cwjUB','configuration','260470bqKFoB','../../helpers/performance/constants','platform-run-success','9KWbrkI','11000208DzPdBO','aJjiy','exit','fppFG','worker','SDK_SETUP','../../helpers/logger','\x20for','JAOhy','platform','failureCount','VAoZI','getStdout','vwkAV','wNhTY','cLeWE','test-file-failure','parallelTestRun','parallelCucumberRun','results','ozgHO','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','vROeb','25495790kpPWKW','CzOej','p-limit','Exception\x20in\x20sending\x20worker\x20message\x20','json'];a46_0x3f2a=function(){return _0xa0caa0;};return a46_0x3f2a();}exports[a46_0x1022d4(0x112)]=(_0xeae6be,_0x24b9b5,_0x239bce)=>new Promise(async _0x48abc9=>{const _0x5ac28d=a46_0x1022d4,_0x248258={'wNhTY':_0x5ac28d(0x10b),'CzOej':function(_0x43fe0b,_0x4e93c9){return _0x43fe0b+_0x4e93c9;},'FMWqP':_0x5ac28d(0x114),'vwkAV':_0x5ac28d(0x12f),'KgAfH':function(_0x18f17e,_0x216d91){return _0x18f17e(_0x216d91);},'cLeWE':function(_0x41b9ed,_0x10c00b){return _0x41b9ed(_0x10c00b);},'aJjiy':_0x5ac28d(0x151),'PIRmc':'./testWorker.js','LgLTm':'worker','cvqzc':'json','Rbivr':_0x5ac28d(0x14b),'cwjUB':function(_0x2ea90d,_0x42df70){return _0x2ea90d*_0x42df70;},'izQvZ':'test-file-success','uVNwY':_0x5ac28d(0x111)},_0x3538cb=_0x239bce['config'],_0x2f2804={},_0xd80322=new Worker(require['resolve'](_0x248258['PIRmc']),{'exposedMethods':[_0x248258[_0x5ac28d(0x11d)]],'forkOptions':{'serialization':_0x248258['cvqzc'],'stdio':_0x248258[_0x5ac28d(0x14d)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x248258[_0x5ac28d(0x15c)](_0x24b9b5,0x1),'enableWorkerThreads':!![]}),_0x34bd55=new Emittery();_0x34bd55['on'](_0x248258[_0x5ac28d(0x120)],_0x958faf=>{const _0x48f839=_0x5ac28d;_0x2f2804[_0x958faf[0x0]]?(_0x2f2804[_0x958faf[0x0]][_0x248258[_0x48f839(0x10f)]]=_0x248258[_0x48f839(0x119)](_0x2f2804[_0x958faf[0x0]][_0x248258['wNhTY']],_0x958faf[0x1][_0x248258[_0x48f839(0x10f)]]),_0x2f2804[_0x958faf[0x0]][_0x248258['FMWqP']]=[..._0x2f2804[_0x958faf[0x0]][_0x248258['FMWqP']],..._0x958faf[0x1][_0x248258['FMWqP']]]):_0x2f2804[_0x958faf[0x0]]={'failureCount':_0x958faf[0x1][_0x248258[_0x48f839(0x10f)]],'results':[..._0x958faf[0x1][_0x248258['FMWqP']]]};}),_0x34bd55['on'](_0x248258[_0x5ac28d(0x147)],_0x502bed=>console['log'](_0x502bed[0x1]));_0xd80322['getStdout']()&&_0xd80322[_0x5ac28d(0x10d)]()['pipe'](process['stdout']);_0xd80322[_0x5ac28d(0x126)]()&&_0xd80322[_0x5ac28d(0x126)]()[_0x5ac28d(0x14b)](process[_0x5ac28d(0x123)]);const _0x3c1352=async()=>{const _0x240b7a=_0x5ac28d,{forceExited:_0x52cfe3}=await _0xd80322['end']();_0x52cfe3&&console['error'](_0x248258[_0x240b7a(0x10e)]);try{await TestHubHandler['stop']();}catch(_0x55ca70){_0x248258['KgAfH'](debug,_0x240b7a(0x116)+_0x55ca70);}_0x248258[_0x240b7a(0x110)](_0x48abc9,_0x2f2804);},_0xaa4c78=_0x248258[_0x5ac28d(0x110)](pLimit,_0x248258[_0x5ac28d(0x15c)](_0x24b9b5,0x1)),_0x9117d6=_0x105e74=>_0xaa4c78(async()=>{const _0x1e33c1=_0x5ac28d;await _0x34bd55[_0x1e33c1(0x13e)](_0x248258[_0x1e33c1(0x163)],_0x105e74);const _0x103c41=_0xd80322[_0x1e33c1(0x105)](_0x105e74,_0x3538cb);try{parentPort&&_0x103c41[_0x1e33c1(0x11f)](_0x42391e=>{const _0x45cecf=_0x1e33c1;try{parentPort['postMessage'](_0x42391e);}catch(_0x4143ca){logger[_0x45cecf(0x154)](_0x45cecf(0x11b)+util[_0x45cecf(0x143)](_0x4143ca));}});}catch(_0x3d7d85){logger['debug']('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x1e33c1(0x143)](_0x3d7d85));}return _0x103c41;});PerformanceTester['end'](PerformanceEvents[_0x5ac28d(0x106)]),Promise['all'](_0xeae6be[_0x5ac28d(0x13c)](_0x4f1e7c=>_0x9117d6(_0x4f1e7c)[_0x5ac28d(0x158)](_0x3e3330=>_0x34bd55['emit'](_0x5ac28d(0x132),[_0x4f1e7c[_0x5ac28d(0x15d)][_0x5ac28d(0x10a)],_0x3e3330]),_0x78c023=>_0x34bd55['emit'](_0x5ac28d(0x111),[_0x4f1e7c,_0x78c023]))))[_0x5ac28d(0x158)](_0x3c1352,_0x3c1352);}),exports[a46_0x1022d4(0x113)]=(_0x2a041b,_0x286204,_0x275086,_0x30e9b8,_0x53bd72)=>{const _0x5589d0=a46_0x1022d4,_0x4cf777={'JUlcp':_0x5589d0(0x12f),'izuiI':function(_0x321c61,_0x2c3dd9){return _0x321c61(_0x2c3dd9);},'OkNus':'platform-run-start','gTMlR':_0x5589d0(0x12d),'ozgHO':_0x5589d0(0x155),'tRXBM':_0x5589d0(0x11c),'SAksX':_0x5589d0(0x14b),'QrrWR':_0x5589d0(0x160),'FYWfA':_0x5589d0(0x148),'CZGHq':function(_0x31c702,_0x2ed9b0){return _0x31c702(_0x2ed9b0);}};return new Promise(_0x6515a6=>{const _0x590d1b=_0x5589d0,_0xd871a={};_0xd871a[_0x590d1b(0x117)]=_0x4cf777[_0x590d1b(0x135)];const _0x2f7b06=_0xd871a,_0x2db3d8=[],_0x960075=new Worker(require[_0x590d1b(0x15a)](_0x4cf777[_0x590d1b(0x14c)]),{'exposedMethods':[_0x4cf777[_0x590d1b(0x115)]],'forkOptions':{'serialization':_0x4cf777['tRXBM'],'stdio':_0x4cf777['SAksX']},'numWorkers':_0x2a041b[_0x590d1b(0x150)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x14bd43=new Emittery();_0x14bd43['on'](_0x4cf777[_0x590d1b(0x13a)],_0x32ae65=>{const _0x4d35d3=_0x590d1b;_0x2db3d8[_0x4d35d3(0x138)]([_0x32ae65[0x0],_0x32ae65[0x1]]);}),_0x14bd43['on'](_0x4cf777['FYWfA'],_0x4502b4=>console[_0x590d1b(0x122)](_0x4502b4[0x1]));_0x960075[_0x590d1b(0x10d)]()&&_0x960075[_0x590d1b(0x10d)]()[_0x590d1b(0x14b)](process[_0x590d1b(0x131)]);_0x960075[_0x590d1b(0x126)]()&&_0x960075['getStderr']()['pipe'](process[_0x590d1b(0x123)]);const _0x5150db=async()=>{const _0x12e3c6=_0x590d1b,{forceExited:_0x5ecd11}=await _0x960075[_0x12e3c6(0x125)]();_0x5ecd11&&console[_0x12e3c6(0x133)](_0x4cf777[_0x12e3c6(0x134)]),_0x4cf777[_0x12e3c6(0x12e)](_0x6515a6,_0x2db3d8);},_0x19a94d=_0x4cf777['CZGHq'](pLimit,_0x2a041b[_0x590d1b(0x150)]||0x1),_0x21350d=(_0x1f1c47,_0x3eefe2)=>_0x19a94d(async()=>{const _0x50667e=_0x590d1b;return await _0x14bd43[_0x50667e(0x13e)](_0x2f7b06['vROeb'],_0x1f1c47),_0x286204[_0x50667e(0x149)]=_0x275086[_0x50667e(0x13f)][_0x3eefe2],_0x960075['cucumberWorker'](_0x1f1c47,_0x286204,_0x275086,_0x30e9b8,_0x53bd72);});Promise['all'](_0x2a041b[_0x590d1b(0x13c)]((_0x2942ec,_0x64ffc6)=>_0x21350d(_0x2942ec,_0x64ffc6)['then'](_0x317409=>_0x14bd43['emit'](_0x590d1b(0x160),[_0x2942ec,_0x317409]),_0x50509a=>_0x14bd43[_0x590d1b(0x13e)](_0x590d1b(0x148),[_0x2942ec,_0x50509a]))))[_0x590d1b(0x158)](_0x5150db,_0x5150db);});},exports[a46_0x1022d4(0x12a)]=(_0x5cf35,_0xdd6cef)=>new Promise(_0x535515=>{const _0x5b9de8=a46_0x1022d4,_0x482b36={'khKab':function(_0x49af0e,_0x39e564){return _0x49af0e===_0x39e564;},'JAOhy':function(_0x2f0396,_0x23f54e){return _0x2f0396!==_0x23f54e;},'ZOQTC':_0x5b9de8(0x164),'KTLJI':_0x5b9de8(0x12f),'FRrqA':function(_0x276630,_0x3e1fa2){return _0x276630(_0x3e1fa2);},'fppFG':_0x5b9de8(0x12d),'CPTbA':'vanillaWorker','aoeBQ':_0x5b9de8(0x11c),'PeNHO':_0x5b9de8(0x14b),'eLPIN':_0x5b9de8(0x132),'eCuvt':_0x5b9de8(0x111)},_0x42aa18={},_0x19bf91=new Worker(require[_0x5b9de8(0x15a)](_0x482b36[_0x5b9de8(0x165)]),{'exposedMethods':[_0x482b36[_0x5b9de8(0x137)]],'forkOptions':{'serialization':_0x482b36[_0x5b9de8(0x12b)],'stdio':_0x482b36['PeNHO']},'numWorkers':_0xdd6cef,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x403b5a=new Emittery();_0x403b5a['on'](_0x482b36['eLPIN'],_0x10a395=>{const _0xc54b8f=_0x5b9de8;_0x10a395[0x0]&&logger[_0xc54b8f(0x140)](_0xc54b8f(0x156)+_0x10a395[0x1]+_0xc54b8f(0x108),_0x10a395[0x0]);}),_0x403b5a['on'](_0x482b36[_0x5b9de8(0x145)],_0x584c83=>{const _0x194110=_0x5b9de8;process[_0x194110(0x127)]=0x1;});_0x19bf91[_0x5b9de8(0x10d)]()&&_0x19bf91['getStdout']()[_0x5b9de8(0x14b)](process[_0x5b9de8(0x131)]);_0x19bf91['getStderr']()&&_0x19bf91[_0x5b9de8(0x126)]()['pipe'](process['stderr']);const _0x2a8e80=async()=>{const _0x27552f=_0x5b9de8;let _0x4267ab=0x0;const _0x408932=_0x19bf91['_workerPool'][_0x27552f(0x129)](),_0x53ce18=()=>{},_0x1a5cb0=_0x408932[_0x27552f(0x13c)](async _0xab28cc=>{const _0x3c8d4d=_0x27552f,_0x14f1b6={'VAoZI':function(_0x536628,_0xdb5cab){const _0x1d76fc=a46_0xc991;return _0x482b36[_0x1d76fc(0x142)](_0x536628,_0xdb5cab);},'UQnMt':function(_0x19a468,_0x5cd4c3){const _0x516dd5=a46_0xc991;return _0x482b36[_0x516dd5(0x109)](_0x19a468,_0x5cd4c3);}};_0xab28cc['send']([0x2,![]],_0x53ce18,_0x53ce18,_0x53ce18),_0xab28cc[_0x3c8d4d(0x130)]['on'](_0x482b36['ZOQTC'],_0x463781=>{const _0x4b30df=_0x3c8d4d;_0x14f1b6[_0x4b30df(0x10c)](_0x4267ab,0x0)&&_0x14f1b6[_0x4b30df(0x14a)](_0x463781,0x0)&&(_0x4267ab=_0x463781);}),await _0xab28cc[_0x3c8d4d(0x141)]();});await Promise['all'](_0x1a5cb0),process[_0x27552f(0x127)]=_0x4267ab;const {forceExited:_0x482e18}=await _0x19bf91['end']();_0x482e18&&console[_0x27552f(0x133)](_0x482b36[_0x27552f(0x14e)]),_0x482b36[_0x27552f(0x13b)](_0x535515,_0x42aa18);},_0x384de0=_0x482b36[_0x5b9de8(0x13b)](pLimit,_0xdd6cef),_0x582256=_0x33350b=>_0x384de0(async()=>{return _0x19bf91['vanillaWorker'](_0x33350b);});Promise[_0x5b9de8(0x139)](_0x5cf35[_0x5b9de8(0x13c)](_0x5a2882=>_0x582256(_0x5a2882)[_0x5b9de8(0x158)](_0x5f23a9=>_0x403b5a[_0x5b9de8(0x13e)](_0x5b9de8(0x132),[_0x5a2882['configuration'][_0x5b9de8(0x10a)],_0x5a2882['configuration'][_0x5b9de8(0x146)]]),_0x39069c=>_0x403b5a[_0x5b9de8(0x13e)]('test-file-failure',[_0x5a2882,_0x39069c]))))[_0x5b9de8(0x158)](_0x2a8e80,_0x2a8e80);});
1
+ const a46_0x226f7b=a46_0x470b;function a46_0x49de(){const _0x1ffc0a=['resolve','parallelCucumberRun','itmih','all','then','platform-run-start','end','mdcdC','test-file-failure','platform-run-failure','aDllF','platforms','NbYTu','vanillaWorker','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','393kivbRj','757151ooAVqu','324oyEihi','96170VLAOAZ','zMExg','7230797nimyQH','GKALj','parallelVanillaRun','aGxVp','_child','length','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','BTTJR','GgVcW','format','ujlur','util','error','1104873EahMqg','stderr','glsgE','getStderr','parallelTestRun','EcxBY','./testWorker.js','exitCode','winstonLogger','configuration','9OIhdPV','Workers\x20failed\x20to\x20exit\x20gracefully','JycNy','getStdout','test-file-success','platform-run-success','HctHh','zLeEh','nkQBJ','stdout','file','bupSZ','worker','ETNFM','map','json','NYHXY','EVENTS','140ACUGCL','../../helpers/test-observability/utils','\x20for','WcoTn','stop','cucumberWorker','UNSTABLE_onCustomMessage','pipe','info','JkCXH','18210OkKJLu','fcpPk','pTWYT','tYgsu','DMcuU','log','jest-worker','../../helpers/performance/constants','postMessage','cJVrt','SDK_SETUP','XhjIp','results','Running\x20','DAqVQ','prgwk','Worker','../../helpers/testhub/testhubHandler','rACKv','worker_threads','2400056mgPBRn','moBWH','emittery','_workerPool','VBBHy','debug','send','platform','../../helpers/logger','4399860ykyxsX','zbpoy','emit','getWorkers','OWuLJ'];a46_0x49de=function(){return _0x1ffc0a;};return a46_0x49de();}(function(_0x2e1bfc,_0x183f42){const _0x2b0aa8=a46_0x470b,_0x57134c=_0x2e1bfc();while(!![]){try{const _0x324874=-parseInt(_0x2b0aa8(0x14d))/0x1+-parseInt(_0x2b0aa8(0x11b))/0x2*(parseInt(_0x2b0aa8(0x14c))/0x3)+-parseInt(_0x2b0aa8(0x138))/0x4+parseInt(_0x2b0aa8(0x14f))/0x5*(parseInt(_0x2b0aa8(0x14e))/0x6)+parseInt(_0x2b0aa8(0x151))/0x7+parseInt(_0x2b0aa8(0x12f))/0x8*(parseInt(_0x2b0aa8(0x168))/0x9)+parseInt(_0x2b0aa8(0x111))/0xa*(parseInt(_0x2b0aa8(0x15e))/0xb);if(_0x324874===_0x183f42)break;else _0x57134c['push'](_0x57134c['shift']());}catch(_0x489af3){_0x57134c['push'](_0x57134c['shift']());}}}(a46_0x49de,0xb1b89));const Worker=require(a46_0x226f7b(0x121))[a46_0x226f7b(0x12b)],Emittery=require(a46_0x226f7b(0x131)),pLimit=require('p-limit'),{parentPort}=require(a46_0x226f7b(0x12e)),util=require(a46_0x226f7b(0x15c)),logger=require(a46_0x226f7b(0x137))[a46_0x226f7b(0x166)],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a46_0x226f7b(0x122))[a46_0x226f7b(0x110)],{debug}=require(a46_0x226f7b(0x112)),TestHubHandler=require(a46_0x226f7b(0x12c));function a46_0x470b(_0x1fb954,_0x37be8f){const _0x49dec4=a46_0x49de();return a46_0x470b=function(_0x470b87,_0x2b3c6c){_0x470b87=_0x470b87-0x109;let _0x4d1180=_0x49dec4[_0x470b87];return _0x4d1180;},a46_0x470b(_0x1fb954,_0x37be8f);}exports[a46_0x226f7b(0x162)]=(_0x20a2bf,_0x456a77,_0x1a05a4)=>new Promise(async _0x2ffebb=>{const _0x25cfcb=a46_0x226f7b,_0x2ee749={'EcxBY':'failureCount','zbpoy':function(_0x3b457e,_0x8aa62d){return _0x3b457e+_0x8aa62d;},'VBBHy':_0x25cfcb(0x127),'bupSZ':_0x25cfcb(0x169),'itmih':function(_0x28f002,_0x270377){return _0x28f002(_0x270377);},'mdcdC':'test-file-start','UaAye':_0x25cfcb(0x164),'DAqVQ':_0x25cfcb(0x10b),'cJVrt':'json','GgVcW':_0x25cfcb(0x118),'aDllF':function(_0x211820,_0x5941e4){return _0x211820*_0x5941e4;},'GKALj':_0x25cfcb(0x16c),'nkQBJ':_0x25cfcb(0x145),'uRukm':function(_0x11a87c,_0x39c66c){return _0x11a87c(_0x39c66c);},'fcpPk':function(_0x3c9546,_0x3ca338){return _0x3c9546*_0x3ca338;}},_0x46c9b5=_0x1a05a4['config'],_0x4e296d={},_0x509420=new Worker(require[_0x25cfcb(0x13d)](_0x2ee749['UaAye']),{'exposedMethods':[_0x2ee749[_0x25cfcb(0x129)]],'forkOptions':{'serialization':_0x2ee749[_0x25cfcb(0x124)],'stdio':_0x2ee749[_0x25cfcb(0x159)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x2ee749[_0x25cfcb(0x147)](_0x456a77,0x1),'enableWorkerThreads':!![]}),_0x44c625=new Emittery();_0x44c625['on'](_0x2ee749[_0x25cfcb(0x152)],_0x925a91=>{const _0x35627e=_0x25cfcb;_0x4e296d[_0x925a91[0x0]]?(_0x4e296d[_0x925a91[0x0]][_0x2ee749[_0x35627e(0x163)]]=_0x2ee749[_0x35627e(0x139)](_0x4e296d[_0x925a91[0x0]][_0x2ee749['EcxBY']],_0x925a91[0x1][_0x2ee749[_0x35627e(0x163)]]),_0x4e296d[_0x925a91[0x0]][_0x2ee749[_0x35627e(0x133)]]=[..._0x4e296d[_0x925a91[0x0]][_0x2ee749[_0x35627e(0x133)]],..._0x925a91[0x1][_0x2ee749[_0x35627e(0x133)]]]):_0x4e296d[_0x925a91[0x0]]={'failureCount':_0x925a91[0x1][_0x2ee749[_0x35627e(0x163)]],'results':[..._0x925a91[0x1][_0x2ee749['VBBHy']]]};}),_0x44c625['on'](_0x2ee749[_0x25cfcb(0x170)],_0x55d700=>console[_0x25cfcb(0x120)](_0x55d700[0x1]));_0x509420['getStdout']()&&_0x509420['getStdout']()['pipe'](process['stdout']);_0x509420['getStderr']()&&_0x509420[_0x25cfcb(0x161)]()[_0x25cfcb(0x118)](process[_0x25cfcb(0x15f)]);const _0x1f730e=async()=>{const _0x1ed6c4=_0x25cfcb,{forceExited:_0x1ee5ce}=await _0x509420['end']();_0x1ee5ce&&console[_0x1ed6c4(0x15d)](_0x2ee749[_0x1ed6c4(0x10a)]);try{await TestHubHandler[_0x1ed6c4(0x115)]();}catch(_0xb22be2){_0x2ee749[_0x1ed6c4(0x13f)](debug,_0x1ed6c4(0x157)+_0xb22be2);}_0x2ee749['itmih'](_0x2ffebb,_0x4e296d);},_0x15fefb=_0x2ee749['uRukm'](pLimit,_0x2ee749[_0x25cfcb(0x11c)](_0x456a77,0x1)),_0x3fb2f8=_0x1ae08a=>_0x15fefb(async()=>{const _0x4844ca=_0x25cfcb;await _0x44c625[_0x4844ca(0x13a)](_0x2ee749[_0x4844ca(0x144)],_0x1ae08a);const _0x372627=_0x509420['worker'](_0x1ae08a,_0x46c9b5);try{parentPort&&_0x372627[_0x4844ca(0x117)](_0x11c4e7=>{const _0x41bc55=_0x4844ca;try{parentPort[_0x41bc55(0x123)](_0x11c4e7);}catch(_0x13a0da){logger[_0x41bc55(0x134)]('Exception\x20in\x20sending\x20worker\x20message\x20'+util[_0x41bc55(0x15a)](_0x13a0da));}});}catch(_0x57bce8){logger[_0x4844ca(0x134)](_0x4844ca(0x14b)+util[_0x4844ca(0x15a)](_0x57bce8));}return _0x372627;});PerformanceTester[_0x25cfcb(0x143)](PerformanceEvents[_0x25cfcb(0x125)]),Promise[_0x25cfcb(0x140)](_0x20a2bf[_0x25cfcb(0x10d)](_0xbb5829=>_0x3fb2f8(_0xbb5829)['then'](_0x4c9790=>_0x44c625[_0x25cfcb(0x13a)]('test-file-success',[_0xbb5829[_0x25cfcb(0x167)]['platform'],_0x4c9790]),_0x4c7341=>_0x44c625[_0x25cfcb(0x13a)](_0x25cfcb(0x145),[_0xbb5829,_0x4c7341]))))[_0x25cfcb(0x141)](_0x1f730e,_0x1f730e);}),exports[a46_0x226f7b(0x13e)]=(_0x38cf75,_0x328ab0,_0x543e31,_0x42a513,_0x36a4bf)=>{const _0x4ada9a=a46_0x226f7b,_0x585188={'aGxVp':'Workers\x20failed\x20to\x20exit\x20gracefully','rACKv':function(_0x32741b,_0x2a5b83){return _0x32741b(_0x2a5b83);},'JycNy':_0x4ada9a(0x142),'OWuLJ':_0x4ada9a(0x164),'zLeEh':_0x4ada9a(0x116),'moBWH':_0x4ada9a(0x10e),'WcoTn':_0x4ada9a(0x118),'yyCiq':_0x4ada9a(0x16d),'JHvDP':'platform-run-failure','prgwk':function(_0x20ff1f,_0x294a8){return _0x20ff1f(_0x294a8);}};return new Promise(_0x434e19=>{const _0x48a4e0=_0x4ada9a,_0x2eef22={'BTTJR':_0x585188[_0x48a4e0(0x154)],'yTlgm':function(_0x4db7d2,_0x55db8c){const _0x5ae439=_0x48a4e0;return _0x585188[_0x5ae439(0x12d)](_0x4db7d2,_0x55db8c);},'HctHh':_0x585188[_0x48a4e0(0x16a)]},_0x663d3a=[],_0x19c890=new Worker(require[_0x48a4e0(0x13d)](_0x585188[_0x48a4e0(0x13c)]),{'exposedMethods':[_0x585188[_0x48a4e0(0x16f)]],'forkOptions':{'serialization':_0x585188[_0x48a4e0(0x130)],'stdio':_0x585188[_0x48a4e0(0x114)]},'numWorkers':_0x38cf75[_0x48a4e0(0x156)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x32e227=new Emittery();_0x32e227['on'](_0x585188['yyCiq'],_0x57a89e=>{_0x663d3a['push']([_0x57a89e[0x0],_0x57a89e[0x1]]);}),_0x32e227['on'](_0x585188['JHvDP'],_0x50d0d3=>console[_0x48a4e0(0x120)](_0x50d0d3[0x1]));_0x19c890[_0x48a4e0(0x16b)]()&&_0x19c890[_0x48a4e0(0x16b)]()[_0x48a4e0(0x118)](process['stdout']);_0x19c890[_0x48a4e0(0x161)]()&&_0x19c890['getStderr']()[_0x48a4e0(0x118)](process[_0x48a4e0(0x15f)]);const _0x215958=async()=>{const _0x2b23ea=_0x48a4e0,{forceExited:_0x1a2061}=await _0x19c890[_0x2b23ea(0x143)]();_0x1a2061&&console['error'](_0x2eef22[_0x2b23ea(0x158)]),_0x2eef22['yTlgm'](_0x434e19,_0x663d3a);},_0x2efb2d=_0x585188[_0x48a4e0(0x12a)](pLimit,_0x38cf75['length']||0x1),_0x4000e8=(_0x39ee43,_0x47b172)=>_0x2efb2d(async()=>{const _0x5bbf22=_0x48a4e0;return await _0x32e227[_0x5bbf22(0x13a)](_0x2eef22[_0x5bbf22(0x16e)],_0x39ee43),_0x328ab0['platformCaps']=_0x543e31[_0x5bbf22(0x148)][_0x47b172],_0x19c890[_0x5bbf22(0x116)](_0x39ee43,_0x328ab0,_0x543e31,_0x42a513,_0x36a4bf);});Promise[_0x48a4e0(0x140)](_0x38cf75[_0x48a4e0(0x10d)]((_0x279199,_0x3841bb)=>_0x4000e8(_0x279199,_0x3841bb)[_0x48a4e0(0x141)](_0x2f8543=>_0x32e227[_0x48a4e0(0x13a)](_0x48a4e0(0x16d),[_0x279199,_0x2f8543]),_0x492a78=>_0x32e227[_0x48a4e0(0x13a)](_0x48a4e0(0x146),[_0x279199,_0x492a78]))))[_0x48a4e0(0x141)](_0x215958,_0x215958);});},exports[a46_0x226f7b(0x153)]=(_0xf6069c,_0x36a2b9)=>new Promise(_0x54d012=>{const _0x46c00e=a46_0x226f7b,_0x457aee={'DMcuU':function(_0x29e1c5,_0x199075){return _0x29e1c5===_0x199075;},'tYgsu':function(_0x164ecd,_0x5b929d){return _0x164ecd!==_0x5b929d;},'gGAAJ':'exit','ujlur':'Workers\x20failed\x20to\x20exit\x20gracefully','XhjIp':function(_0x44ff79,_0x2eb3d2){return _0x44ff79(_0x2eb3d2);},'ETNFM':_0x46c00e(0x164),'JkCXH':_0x46c00e(0x14a),'pTWYT':_0x46c00e(0x10e),'sPbfQ':_0x46c00e(0x118),'NgbNY':_0x46c00e(0x16c),'glsgE':_0x46c00e(0x145),'BoNFn':function(_0x28521a,_0x30004a){return _0x28521a(_0x30004a);}},_0x32cacf={},_0x20aeb6=new Worker(require[_0x46c00e(0x13d)](_0x457aee[_0x46c00e(0x10c)]),{'exposedMethods':[_0x457aee[_0x46c00e(0x11a)]],'forkOptions':{'serialization':_0x457aee[_0x46c00e(0x11d)],'stdio':_0x457aee['sPbfQ']},'numWorkers':_0x36a2b9,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x5f2c5a=new Emittery();_0x5f2c5a['on'](_0x457aee['NgbNY'],_0x24a2c7=>{const _0x24e1b6=_0x46c00e;_0x24a2c7[0x0]&&logger[_0x24e1b6(0x119)](_0x24e1b6(0x128)+_0x24a2c7[0x1]+_0x24e1b6(0x113),_0x24a2c7[0x0]);}),_0x5f2c5a['on'](_0x457aee[_0x46c00e(0x160)],_0x4875be=>{process['exitCode']=0x1;});_0x20aeb6[_0x46c00e(0x16b)]()&&_0x20aeb6['getStdout']()[_0x46c00e(0x118)](process[_0x46c00e(0x171)]);_0x20aeb6[_0x46c00e(0x161)]()&&_0x20aeb6['getStderr']()[_0x46c00e(0x118)](process[_0x46c00e(0x15f)]);const _0x48c5c7=async()=>{const _0x4f07a3=_0x46c00e,_0x56e134={'zMExg':function(_0x2052d1,_0x1566a0){const _0x1aaad6=a46_0x470b;return _0x457aee[_0x1aaad6(0x11f)](_0x2052d1,_0x1566a0);},'NYHXY':function(_0xeb3e96,_0x3eea50){const _0x5ba51a=a46_0x470b;return _0x457aee[_0x5ba51a(0x11e)](_0xeb3e96,_0x3eea50);},'NbYTu':_0x457aee['gGAAJ']};let _0x2b2eef=0x0;const _0x1a1bc9=_0x20aeb6[_0x4f07a3(0x132)][_0x4f07a3(0x13b)](),_0x41b10b=()=>{},_0x5551d9=_0x1a1bc9[_0x4f07a3(0x10d)](async _0x461ed5=>{const _0x21f5d8=_0x4f07a3;_0x461ed5[_0x21f5d8(0x135)]([0x2,![]],_0x41b10b,_0x41b10b,_0x41b10b),_0x461ed5[_0x21f5d8(0x155)]['on'](_0x56e134[_0x21f5d8(0x149)],_0x1a4c39=>{const _0x58d220=_0x21f5d8;_0x56e134[_0x58d220(0x150)](_0x2b2eef,0x0)&&_0x56e134[_0x58d220(0x10f)](_0x1a4c39,0x0)&&(_0x2b2eef=_0x1a4c39);}),await _0x461ed5['waitForExit']();});await Promise[_0x4f07a3(0x140)](_0x5551d9),process[_0x4f07a3(0x165)]=_0x2b2eef;const {forceExited:_0x37be5b}=await _0x20aeb6[_0x4f07a3(0x143)]();_0x37be5b&&console[_0x4f07a3(0x15d)](_0x457aee[_0x4f07a3(0x15b)]),_0x457aee[_0x4f07a3(0x126)](_0x54d012,_0x32cacf);},_0x1fd7c3=_0x457aee['BoNFn'](pLimit,_0x36a2b9),_0x580615=_0x11c56b=>_0x1fd7c3(async()=>{return _0x20aeb6['vanillaWorker'](_0x11c56b);});Promise[_0x46c00e(0x140)](_0xf6069c[_0x46c00e(0x10d)](_0x3f5ee6=>_0x580615(_0x3f5ee6)[_0x46c00e(0x141)](_0x62ed14=>_0x5f2c5a[_0x46c00e(0x13a)](_0x46c00e(0x16c),[_0x3f5ee6['configuration'][_0x46c00e(0x136)],_0x3f5ee6[_0x46c00e(0x167)][_0x46c00e(0x109)]]),_0x5c5297=>_0x5f2c5a['emit']('test-file-failure',[_0x3f5ee6,_0x5c5297]))))[_0x46c00e(0x141)](_0x48c5c7,_0x48c5c7);});
@@ -1 +1 @@
1
- function a47_0x5e2b(){const _0x3b102a=['6QkKItE','runCucumberTest','stopMonitoring','mocha','gLpAo','run','startMonitoring','963SWOHyl','547158ghgaWI','8wggFIl','../../helpers/performance/constants','670140hYFsio','odOmS','494heEnsn','EVENTS','Cezcg','../launcher/launcher','formatter','30087UvvXNX','aSRkf','../../helpers/performance/performance-tester','xwmzO','1800576coecHF','qPgfh','502761xshbAO','runVanillaTest','../../helpers/test-observability/utils','vanilla','IUSmf','375305xuqULj','SDK_POST_TEST','quaVt'];a47_0x5e2b=function(){return _0x3b102a;};return a47_0x5e2b();}function a47_0xbae2(_0x24b871,_0x1bae2b){const _0x5e2b44=a47_0x5e2b();return a47_0xbae2=function(_0xbae24e,_0x1b4aed){_0xbae24e=_0xbae24e-0x1d5;let _0x5aebff=_0x5e2b44[_0xbae24e];return _0x5aebff;},a47_0xbae2(_0x24b871,_0x1bae2b);}const a47_0x45bd07=a47_0xbae2;(function(_0x508a9e,_0x26200b){const _0x324955=a47_0xbae2,_0x19f228=_0x508a9e();while(!![]){try{const _0x138e6d=-parseInt(_0x324955(0x1ee))/0x1*(-parseInt(_0x324955(0x1f4))/0x2)+-parseInt(_0x324955(0x1ef))/0x3+-parseInt(_0x324955(0x1f0))/0x4*(parseInt(_0x324955(0x1e4))/0x5)+parseInt(_0x324955(0x1e7))/0x6*(-parseInt(_0x324955(0x1df))/0x7)+parseInt(_0x324955(0x1dd))/0x8+-parseInt(_0x324955(0x1d9))/0x9+parseInt(_0x324955(0x1f2))/0xa;if(_0x138e6d===_0x26200b)break;else _0x19f228['push'](_0x19f228['shift']());}catch(_0x489580){_0x19f228['push'](_0x19f228['shift']());}}}(a47_0x5e2b,0x1dda1));const PerformanceEvents=require(a47_0x45bd07(0x1f1))[a47_0x45bd07(0x1d5)],PerformanceTester=require(a47_0x45bd07(0x1db)),{sleep}=require(a47_0x45bd07(0x1e1));exports['runTest']=async(_0x33829e,_0x1d7dec)=>{const _0x579cdd=a47_0x45bd07,_0x176dd0={'IUSmf':function(_0x47e180,_0x1291d2){return _0x47e180(_0x1291d2);},'odOmS':'../launcher/launcher','gLpAo':_0x579cdd(0x1ea),'xwmzO':function(_0x5f1db8,_0xd186c6){return _0x5f1db8(_0xd186c6);}};PerformanceTester[_0x579cdd(0x1ed)]();const _0x1fbf77=_0x176dd0[_0x579cdd(0x1e3)](require,_0x176dd0[_0x579cdd(0x1f3)]),_0x49292d=new _0x1fbf77(_0x176dd0[_0x579cdd(0x1eb)],_0x33829e,_0x1d7dec),_0x2307ca=await _0x49292d[_0x579cdd(0x1ec)]();return PerformanceTester['end'](PerformanceEvents[_0x579cdd(0x1e5)]),await _0x176dd0[_0x579cdd(0x1dc)](sleep,0x3e8),PerformanceTester[_0x579cdd(0x1e9)](),_0x2307ca;},exports[a47_0x45bd07(0x1e8)]=async(_0x14192e,_0x5945ce,_0x578f35,_0xc42c3f,_0x535d0f)=>{const _0x4fd6ec=a47_0x45bd07,_0x2eb072={'quaVt':function(_0x3c7bc3,_0x43e537){return _0x3c7bc3(_0x43e537);},'qPgfh':'../launcher/launcher','BxISE':'cucumber-js'},_0x4e71bf={'capability':_0x14192e,..._0x5945ce},_0x560d35={};_0x560d35['configuration']=_0x4e71bf,_0x560d35[_0x4fd6ec(0x1d8)]=_0x535d0f;const _0x521afd=_0x560d35,_0x368cd2=_0x2eb072[_0x4fd6ec(0x1e6)](require,_0x2eb072[_0x4fd6ec(0x1de)]),_0x3eb85=new _0x368cd2(_0x2eb072['BxISE'],_0x521afd,_0x578f35,_0xc42c3f);return await _0x3eb85[_0x4fd6ec(0x1ec)]();},exports[a47_0x45bd07(0x1e0)]=async _0x4c59e9=>{const _0x19b798=a47_0x45bd07,_0x5273a2={'aSRkf':function(_0x20ecdf,_0x3d0120){return _0x20ecdf(_0x3d0120);},'lQRce':_0x19b798(0x1d7),'Cezcg':_0x19b798(0x1e2)},_0x30d90e=_0x5273a2[_0x19b798(0x1da)](require,_0x5273a2['lQRce']),_0x47a2db=new _0x30d90e(_0x5273a2[_0x19b798(0x1d6)],_0x4c59e9);return await _0x47a2db[_0x19b798(0x1ec)]();};
1
+ const a47_0x2a7fa4=a47_0x4261;function a47_0x4261(_0x4b79d9,_0x359400){const _0x5a97bf=a47_0x5a97();return a47_0x4261=function(_0x42611d,_0xc469ee){_0x42611d=_0x42611d-0x1e0;let _0x31eae5=_0x5a97bf[_0x42611d];return _0x31eae5;},a47_0x4261(_0x4b79d9,_0x359400);}(function(_0x2b3257,_0x3798da){const _0x493c4a=a47_0x4261,_0x2a1638=_0x2b3257();while(!![]){try{const _0x1a84ed=-parseInt(_0x493c4a(0x1fe))/0x1+parseInt(_0x493c4a(0x1e2))/0x2+parseInt(_0x493c4a(0x1ea))/0x3*(parseInt(_0x493c4a(0x1f1))/0x4)+parseInt(_0x493c4a(0x1e8))/0x5*(parseInt(_0x493c4a(0x1f6))/0x6)+parseInt(_0x493c4a(0x1e3))/0x7+parseInt(_0x493c4a(0x1e6))/0x8+-parseInt(_0x493c4a(0x1eb))/0x9;if(_0x1a84ed===_0x3798da)break;else _0x2a1638['push'](_0x2a1638['shift']());}catch(_0x1ed2ca){_0x2a1638['push'](_0x2a1638['shift']());}}}(a47_0x5a97,0xa1982));function a47_0x5a97(){const _0x53e2fd=['4920321mRgxcV','cucumber-js','formatter','7737832lapKtH','EVENTS','455EDMGlv','qkVkq','129OBgUbr','13873914JVOCYx','../../helpers/performance/constants','SDK_POST_TEST','run','WDBnz','runCucumberTest','2080YSDStR','vanilla','qXMqi','../launcher/launcher','zlRfG','12846ROmUso','../../helpers/performance/performance-tester','HorcA','IuhXj','end','JXqJu','runTest','startMonitoring','619354CnqlxM','configuration','../../helpers/test-observability/utils','1870934tJYKAS'];a47_0x5a97=function(){return _0x53e2fd;};return a47_0x5a97();}const PerformanceEvents=require(a47_0x2a7fa4(0x1ec))[a47_0x2a7fa4(0x1e7)],PerformanceTester=require(a47_0x2a7fa4(0x1f7)),{sleep}=require(a47_0x2a7fa4(0x1e1));exports[a47_0x2a7fa4(0x1fc)]=async(_0x874d58,_0x37dc2e)=>{const _0xd940fa=a47_0x2a7fa4,_0x5adc5a={'HorcA':function(_0x21ee3e,_0x27ddda){return _0x21ee3e(_0x27ddda);},'qkVkq':_0xd940fa(0x1f4),'zlRfG':'mocha'};PerformanceTester[_0xd940fa(0x1fd)]();const _0x47b876=_0x5adc5a[_0xd940fa(0x1f8)](require,_0x5adc5a[_0xd940fa(0x1e9)]),_0x43c49a=new _0x47b876(_0x5adc5a[_0xd940fa(0x1f5)],_0x874d58,_0x37dc2e),_0x1b0d8f=await _0x43c49a[_0xd940fa(0x1ee)]();return PerformanceTester[_0xd940fa(0x1fa)](PerformanceEvents[_0xd940fa(0x1ed)]),await _0x5adc5a[_0xd940fa(0x1f8)](sleep,0x3e8),PerformanceTester['stopMonitoring'](),_0x1b0d8f;},exports[a47_0x2a7fa4(0x1f0)]=async(_0xd74103,_0x1038ec,_0x1d2341,_0x2c4650,_0x10a7db)=>{const _0x2c0015=a47_0x2a7fa4,_0x397bd1={'WDBnz':function(_0x5178d9,_0x4bec1b){return _0x5178d9(_0x4bec1b);},'JZhmm':_0x2c0015(0x1f4),'IuhXj':_0x2c0015(0x1e4)},_0x494245={'capability':_0xd74103,..._0x1038ec},_0x21d5c7={};_0x21d5c7[_0x2c0015(0x1e0)]=_0x494245,_0x21d5c7[_0x2c0015(0x1e5)]=_0x10a7db;const _0x33bb0e=_0x21d5c7,_0x5111a0=_0x397bd1[_0x2c0015(0x1ef)](require,_0x397bd1['JZhmm']),_0x24d1e3=new _0x5111a0(_0x397bd1[_0x2c0015(0x1f9)],_0x33bb0e,_0x1d2341,_0x2c4650);return await _0x24d1e3[_0x2c0015(0x1ee)]();},exports['runVanillaTest']=async _0x5f51b5=>{const _0x13ca4e=a47_0x2a7fa4,_0x5580e9={'JXqJu':function(_0x50133c,_0x35b576){return _0x50133c(_0x35b576);},'qXMqi':_0x13ca4e(0x1f4),'mNeXQ':_0x13ca4e(0x1f2)},_0x1115cb=_0x5580e9[_0x13ca4e(0x1fb)](require,_0x5580e9[_0x13ca4e(0x1f3)]),_0x481331=new _0x1115cb(_0x5580e9['mNeXQ'],_0x5f51b5);return await _0x481331[_0x13ca4e(0x1ee)]();};
@@ -1 +1 @@
1
- const a48_0x63b675=a48_0x3a49;(function(_0x1e2616,_0x5a4dba){const _0x2628ff=a48_0x3a49,_0x3777bc=_0x1e2616();while(!![]){try{const _0x28cd8d=parseInt(_0x2628ff(0x15d))/0x1+-parseInt(_0x2628ff(0x155))/0x2*(-parseInt(_0x2628ff(0x165))/0x3)+parseInt(_0x2628ff(0x15a))/0x4*(-parseInt(_0x2628ff(0x166))/0x5)+parseInt(_0x2628ff(0x15c))/0x6+-parseInt(_0x2628ff(0x15f))/0x7*(-parseInt(_0x2628ff(0x161))/0x8)+parseInt(_0x2628ff(0x15b))/0x9+-parseInt(_0x2628ff(0x160))/0xa*(parseInt(_0x2628ff(0x162))/0xb);if(_0x28cd8d===_0x5a4dba)break;else _0x3777bc['push'](_0x3777bc['shift']());}catch(_0x2f13d3){_0x3777bc['push'](_0x3777bc['shift']());}}}(a48_0x3864,0x36a3d));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x63b675(0x163));function a48_0x3864(){const _0x3b030a=['407RPsRgK','./runTest','cmaGy','3pQirPO','10pLdfBl','180184LLmECg','ipGAM','WnbLo','vanillaWorker','worker','834292hbnAZs','211806HzpuDD','1645962nfHvVG','233340cjPTIX','cucumberWorker','10976atkVry','620HjKAbZ','112OMwOLV'];a48_0x3864=function(){return _0x3b030a;};return a48_0x3864();}function a48_0x3a49(_0x3a5b4c,_0x1f441a){const _0x386490=a48_0x3864();return a48_0x3a49=function(_0x3a4996,_0x2ddb1d){_0x3a4996=_0x3a4996-0x155;let _0x58c469=_0x386490[_0x3a4996];return _0x58c469;},a48_0x3a49(_0x3a5b4c,_0x1f441a);}exports[a48_0x63b675(0x159)]=async(_0x4c553f,_0x28f229)=>{const _0x1f5acb=a48_0x63b675,_0x4ce62a={'ipGAM':function(_0x23c539,_0x332bf0,_0x26567a){return _0x23c539(_0x332bf0,_0x26567a);}};return await _0x4ce62a[_0x1f5acb(0x156)](runTest,_0x4c553f,_0x28f229);},exports[a48_0x63b675(0x15e)]=async(_0x4ee0b8,_0x2dbc99,_0x10fe9d,_0x20671d,_0x4f48e9)=>{const _0x48eaac=a48_0x63b675,_0x51eeb5={'cmaGy':function(_0x513bcf,_0x251470,_0x256616,_0x5c6cba,_0x5a9708,_0x5a0cdf){return _0x513bcf(_0x251470,_0x256616,_0x5c6cba,_0x5a9708,_0x5a0cdf);}};return await _0x51eeb5[_0x48eaac(0x164)](runCucumberTest,_0x4ee0b8,_0x2dbc99,_0x10fe9d,_0x20671d,_0x4f48e9);},exports[a48_0x63b675(0x158)]=async _0x178ad5=>{const _0x1c13c8=a48_0x63b675,_0x182112={'WnbLo':function(_0x414361,_0x54d489){return _0x414361(_0x54d489);}};return await _0x182112[_0x1c13c8(0x157)](runVanillaTest,_0x178ad5);};
1
+ function a48_0xc727(){const _0x58c895=['108zjDjwz','./runTest','453888FlCsrQ','cucumberWorker','125gtGErX','846300aAMRSy','15273NeCnUj','872XSVLvx','vanillaWorker','4344haHcWj','910maDlhp','54636IUITqP','gthnE','BmnUH','dbTud','5976RtpFnd','510gKyYtp','37785vpjAdP','6ymhJqZ'];a48_0xc727=function(){return _0x58c895;};return a48_0xc727();}function a48_0x3b09(_0x3f7897,_0x5155ef){const _0xc727f8=a48_0xc727();return a48_0x3b09=function(_0x3b09f9,_0x3dbad2){_0x3b09f9=_0x3b09f9-0x15d;let _0x46f9a9=_0xc727f8[_0x3b09f9];return _0x46f9a9;},a48_0x3b09(_0x3f7897,_0x5155ef);}const a48_0x3027f9=a48_0x3b09;(function(_0x16652d,_0x1c8371){const _0x466ab8=a48_0x3b09,_0x2936fb=_0x16652d();while(!![]){try{const _0x4994cd=parseInt(_0x466ab8(0x165))/0x1*(-parseInt(_0x466ab8(0x15e))/0x2)+-parseInt(_0x466ab8(0x168))/0x3+-parseInt(_0x466ab8(0x162))/0x4*(parseInt(_0x466ab8(0x16a))/0x5)+parseInt(_0x466ab8(0x16f))/0x6*(-parseInt(_0x466ab8(0x15d))/0x7)+parseInt(_0x466ab8(0x16d))/0x8*(-parseInt(_0x466ab8(0x16c))/0x9)+-parseInt(_0x466ab8(0x163))/0xa*(-parseInt(_0x466ab8(0x164))/0xb)+-parseInt(_0x466ab8(0x166))/0xc*(-parseInt(_0x466ab8(0x16b))/0xd);if(_0x4994cd===_0x1c8371)break;else _0x2936fb['push'](_0x2936fb['shift']());}catch(_0x9a2573){_0x2936fb['push'](_0x2936fb['shift']());}}}(a48_0xc727,0x1f99e));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x3027f9(0x167));exports['worker']=async(_0x311df3,_0x3bc82c)=>{const _0x1e1443=a48_0x3027f9,_0x14a84f={'BmnUH':function(_0xf47847,_0x147d51,_0x4ef18a){return _0xf47847(_0x147d51,_0x4ef18a);}};return await _0x14a84f[_0x1e1443(0x160)](runTest,_0x311df3,_0x3bc82c);},exports[a48_0x3027f9(0x169)]=async(_0x10f7a8,_0x299bd6,_0x1d27f4,_0x2cfd5e,_0x568b19)=>{const _0x4669ab=a48_0x3027f9,_0x133760={'dbTud':function(_0x185e6e,_0x5640e6,_0x2a13a4,_0x4287e1,_0x498645,_0x216775){return _0x185e6e(_0x5640e6,_0x2a13a4,_0x4287e1,_0x498645,_0x216775);}};return await _0x133760[_0x4669ab(0x161)](runCucumberTest,_0x10f7a8,_0x299bd6,_0x1d27f4,_0x2cfd5e,_0x568b19);},exports[a48_0x3027f9(0x16e)]=async _0x72e695=>{const _0x2097b4=a48_0x3027f9,_0x960ad0={'gthnE':function(_0x184795,_0x22e564){return _0x184795(_0x22e564);}};return await _0x960ad0[_0x2097b4(0x15f)](runVanillaTest,_0x72e695);};
@@ -1 +1 @@
1
- var a49_0x3f86be=a49_0xa5fe;(function(_0x4e577e,_0x32af30){var _0x2b6a31=a49_0xa5fe,_0x472a97=_0x4e577e();while(!![]){try{var _0x402626=-parseInt(_0x2b6a31(0x16a))/0x1+-parseInt(_0x2b6a31(0x13f))/0x2+parseInt(_0x2b6a31(0x154))/0x3+parseInt(_0x2b6a31(0x1b5))/0x4+-parseInt(_0x2b6a31(0x1e0))/0x5*(-parseInt(_0x2b6a31(0x1cb))/0x6)+-parseInt(_0x2b6a31(0x184))/0x7+parseInt(_0x2b6a31(0x17b))/0x8;if(_0x402626===_0x32af30)break;else _0x472a97['push'](_0x472a97['shift']());}catch(_0x44afb0){_0x472a97['push'](_0x472a97['shift']());}}}(a49_0x2019,0x2b0de));var a49_0x18b5ad={};a49_0x18b5ad[a49_0x3f86be(0x155)]='shows\x20version\x20information',a49_0x18b5ad['HELP']=a49_0x3f86be(0x176);var a49_0x4d13ba={};a49_0x4d13ba['INFO']=a49_0x3f86be(0x195);var a49_0x100acf={};a49_0x100acf[a49_0x3f86be(0x155)]='Run\x20mocha\x20tests\x20on\x20browserstack';var a49_0xbdf628={};a49_0xbdf628[a49_0x3f86be(0x155)]=a49_0x3f86be(0x1c1);var a49_0x283de3={};a49_0x283de3[a49_0x3f86be(0x155)]=a49_0x3f86be(0x175);function a49_0xa5fe(_0x40a5cd,_0x5bda83){var _0x2019c6=a49_0x2019();return a49_0xa5fe=function(_0xa5fe5a,_0x274cc3){_0xa5fe5a=_0xa5fe5a-0x13d;var _0x53c0b6=_0x2019c6[_0xa5fe5a];return _0x53c0b6;},a49_0xa5fe(_0x40a5cd,_0x5bda83);}var a49_0x29e123={};a49_0x29e123[a49_0x3f86be(0x155)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a49_0x2b38c2={};a49_0x2b38c2[a49_0x3f86be(0x155)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a49_0x167a08={};a49_0x167a08['INFO']=a49_0x3f86be(0x18c);var a49_0x5598ab={};a49_0x5598ab[a49_0x3f86be(0x155)]=a49_0x3f86be(0x1ce);var a49_0x4002de={};a49_0x4002de[a49_0x3f86be(0x155)]=a49_0x3f86be(0x1ae);var a49_0x34f0c9={};a49_0x34f0c9[a49_0x3f86be(0x18d)]='Playwright',a49_0x34f0c9['MOCHA']='mocha',a49_0x34f0c9[a49_0x3f86be(0x187)]='jest',a49_0x34f0c9[a49_0x3f86be(0x178)]=a49_0x3f86be(0x1b3),a49_0x34f0c9[a49_0x3f86be(0x186)]=a49_0x3f86be(0x1d3),a49_0x34f0c9[a49_0x3f86be(0x185)]=a49_0x3f86be(0x152);function a49_0x2019(){var _0x1d156c=['localProxyPass','firefoxOptions','NIGHTWATCH','TCG_AUTH_FAILURE','localOptions','FRAMEWORKS','cucumber','disableAutoCaptureLogs','172227ZEunkM','INFO','./browserstack-artifacts/','/usage-debug.log','exports','SDKTestTcgtInitSuccessful','authToken','automate','mocha','BSTACK_DELTA','ERR_SOCKS_CONNECTION_FAILED','BROWSERSTACK_APP_AUTOMATE_URL','https://hub.browserstack.com/wd/hub','.apk','acceptInsecureCerts','APP_UPLOAD_URL','HST','commonjs','https://api.browserstack.com','AI_INIT_SUCCESSFUL','POLL_HEALING_RESULT_TIMEOUT','turboScale','41097kUhYUu','LOG_FILE_NAME','BROWSERSTACK_API_URL','SHAREABLE_ID_REGEX','proxyUser','CUSTOM_ID_REGEX','observability','https://api-cloud.browserstack.com','proxySettings','^[a-zA-Z0-9_.-]*$','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','Run\x20js\x20tests\x20on\x20browserstack','Specify\x20--help\x20for\x20available\x20options','httpsProxy','CODECEPT','invalidTestInputType','https://automate.browserstack.com/dashboard/v2/builds/','2042072OmXurP','customVariables','NUDGE_LOCAL_ERRORS','ERR_ADDRESS_INVALID','timeouts','SDK_INSTRUMENTATION_CONFIG','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','SDKTestTcgAuthFailure','automation','324331nxPLcY','CUCUMBER','CODECEPT_CUCUMBER','JEST','testContextOptions','logLevel','proxyPass','https://tcg.browserstack.com','Run\x20codeceptjs\x20tests\x20on\x20browserstack','PLAYWRIGHT','ERR_BLOCKED_BY_CLIENT','browserstack.userName','accessibility','GIT_META_DATA_TRUNCATED','MAX_GIT_META_DATA_SIZE_IN_BYTES','ERR_CONNECTION_CLOSED','TCG_URL','Run\x20jest\x20tests\x20on\x20browserstack','HUB_URL_REGEX','ERR_CONNECTION_TIMED_OUT','browserstackAutomation','testOrchestrationOptions','httpProxy','TCG_AUTH_TIMEOUT','userName','proxyUrl','MODULE','browserStackLocalOptions','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','OBSERVABILITY_UPLOAD_URL','ERR_FAILED','percy','ERR_NAME_NOT_RESOLVED','acceptSslCert','percyOptions','https://app-automate.browserstack.com/dashboard/v2/builds/','...[TRUNCATED]','FUNNEL_INSTRUMENTATION_API_URL','unhandledPromptBehavior','framework','VANILLA','OBSERVABILITY_SUPPORTED_FWS','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','AUTOMATE_PRODUCTS','parallelsPerPlatform','AI_INIT_FAILURE','invalidKeys','codeceptjs','HEALING_LOG_DATA_TIMEOUT','111652tIfCeH','platforms','TCG_DOWN','ERR_ADDRESS_UNREACHABLE','INTEGRATIONS','turboScaleOptions','jest','SDKTestTcgDownResponse','testObservability','TCG_REGION','browserstack.accessKey','edgeOptions','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_CONNECTION_ABORTED','ATS_WSS_URL_REGEX','mandatoryDependency','browserName','chromeOptions','SDKTestTcgProxyFailure','COMMONJS','UPGRADE_REQUIRED','browserVersion','44604HpZcNe','ERR_NAME_RESOLUTION_FAILED','sdk/v1/event','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','VALID_APP_EXTENSION','APP_AUTOMATE_PRODUCTS','PERCY_SUPPORTED_FRAMEWORKS','rerunTests','codeceptjs-cucumber','accessibilityOptions','browserstackLocal','percyCaptureMode','root','PACKAGE_TYPE','Upgrade\x20required','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','EDS_URL','ROOT_REGEX','DEBUG_LOG_FILE_NAME','wss://cdp.browserstack.com/playwright?caps=','70yJZSYL','.ipa','ERR_CONNECTION_FAILED','361754yBRBhd','app-automate','.aab','PLAYWRIGHT_HUB_URL','acceptSslCerts','pageLoadStrategy','ERR_CONNECTION_RESET','ROOT_CAPS','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','hubUrl','vanilla','browserstack.overridelocalInfo.userAuthToken','BROWSERSTACK_AUTOMATE_URL'];a49_0x2019=function(){return _0x1d156c;};return a49_0x2019();}var a49_0x5e14bd={};a49_0x5e14bd[a49_0x3f86be(0x1b2)]=a49_0x3f86be(0x181),a49_0x5e14bd['uniqueDependency']='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x5e14bd[a49_0x3f86be(0x1c4)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x5e14bd[a49_0x3f86be(0x179)]=a49_0x3f86be(0x1a0);var a49_0x2c278f={};a49_0x2c278f[a49_0x3f86be(0x1c8)]=a49_0x3f86be(0x165),a49_0x2c278f[a49_0x3f86be(0x19e)]='module';var a49_0x22e419={};a49_0x22e419[a49_0x3f86be(0x1d7)]=[a49_0x3f86be(0x19c),'accessKey',a49_0x3f86be(0x19a),a49_0x3f86be(0x177),a49_0x3f86be(0x17c),a49_0x3f86be(0x18f),a49_0x3f86be(0x1bf),'proxyPassword',a49_0x3f86be(0x15a),a49_0x3f86be(0x19d),a49_0x3f86be(0x14a)],a49_0x22e419['browserStackLocalOptions']=[a49_0x3f86be(0x16e),a49_0x3f86be(0x18a),'localProxyUser',a49_0x3f86be(0x14c)];var a49_0x5c2de4={};a49_0x5c2de4[a49_0x3f86be(0x1d5)]='browserstackLocal',a49_0x5c2de4[a49_0x3f86be(0x19f)]=a49_0x3f86be(0x19f),a49_0x5c2de4[a49_0x3f86be(0x150)]=a49_0x3f86be(0x19f),a49_0x5c2de4[a49_0x3f86be(0x1b0)]='parallelsPerPlatform',a49_0x5c2de4[a49_0x3f86be(0x1b6)]=a49_0x3f86be(0x1b6),a49_0x5c2de4[a49_0x3f86be(0x189)]=a49_0x3f86be(0x189),a49_0x5c2de4[a49_0x3f86be(0x19a)]='httpProxy',a49_0x5c2de4[a49_0x3f86be(0x177)]=a49_0x3f86be(0x177),a49_0x5c2de4[a49_0x3f86be(0x1ab)]='framework',a49_0x5c2de4[a49_0x3f86be(0x188)]=a49_0x3f86be(0x188),a49_0x5c2de4['testObservability']=a49_0x3f86be(0x1bd),a49_0x5c2de4['testObservabilityOptions']='testObservabilityOptions',a49_0x5c2de4['customVariables']=a49_0x3f86be(0x17c),a49_0x5c2de4[a49_0x3f86be(0x183)]=a49_0x3f86be(0x198),a49_0x5c2de4['browserstackAutomation']=a49_0x3f86be(0x198),a49_0x5c2de4['rerunTests']=a49_0x3f86be(0x1d2),a49_0x5c2de4['percy']=a49_0x3f86be(0x1a3),a49_0x5c2de4[a49_0x3f86be(0x1a6)]=a49_0x3f86be(0x1a6),a49_0x5c2de4['percyCaptureMode']=a49_0x3f86be(0x1d6),a49_0x5c2de4[a49_0x3f86be(0x153)]=a49_0x3f86be(0x153),a49_0x5c2de4[a49_0x3f86be(0x190)]='accessibility',a49_0x5c2de4[a49_0x3f86be(0x1d4)]='accessibilityOptions',a49_0x5c2de4[a49_0x3f86be(0x169)]=a49_0x3f86be(0x169),a49_0x5c2de4[a49_0x3f86be(0x1ba)]='turboScaleOptions',a49_0x5c2de4[a49_0x3f86be(0x172)]=a49_0x3f86be(0x172),a49_0x5c2de4[a49_0x3f86be(0x199)]=a49_0x3f86be(0x199);var a49_0x1436ea={};a49_0x1436ea['VERSION']=a49_0x18b5ad,a49_0x1436ea['JEST']=a49_0x4d13ba,a49_0x1436ea['MOCHA']=a49_0x100acf,a49_0x1436ea[a49_0x3f86be(0x185)]=a49_0xbdf628,a49_0x1436ea[a49_0x3f86be(0x1ac)]=a49_0x283de3,a49_0x1436ea[a49_0x3f86be(0x14e)]=a49_0x29e123,a49_0x1436ea[a49_0x3f86be(0x18d)]=a49_0x2b38c2,a49_0x1436ea['CODECEPTJS']=a49_0x167a08,a49_0x1436ea[a49_0x3f86be(0x164)]=a49_0x5598ab,a49_0x1436ea[a49_0x3f86be(0x1b9)]=a49_0x4002de,a49_0x1436ea[a49_0x3f86be(0x15d)]=0xf*0x3c*0x3e8,a49_0x1436ea[a49_0x3f86be(0x148)]=a49_0x3f86be(0x160),a49_0x1436ea[a49_0x3f86be(0x194)]=a49_0x3f86be(0x18b),a49_0x1436ea[a49_0x3f86be(0x1be)]='use',a49_0x1436ea[a49_0x3f86be(0x196)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x1436ea['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x1436ea[a49_0x3f86be(0x1c3)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x1436ea[a49_0x3f86be(0x146)]=[a49_0x3f86be(0x162),a49_0x3f86be(0x144),'strictFileInteractability',a49_0x3f86be(0x1aa),a49_0x3f86be(0x17f),a49_0x3f86be(0x1c5),a49_0x3f86be(0x1ca),a49_0x3f86be(0x143),a49_0x3f86be(0x1a5),a49_0x3f86be(0x1c6),a49_0x3f86be(0x14d),a49_0x3f86be(0x1c0),'ieOptions'],a49_0x1436ea[a49_0x3f86be(0x1dd)]=/^[\w-]+:.*$/,a49_0x1436ea['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x1436ea[a49_0x3f86be(0x1dc)]='https://eds.browserstack.com',a49_0x1436ea[a49_0x3f86be(0x16c)]=a49_0x3f86be(0x166),a49_0x1436ea[a49_0x3f86be(0x163)]=a49_0x3f86be(0x171),a49_0x1436ea[a49_0x3f86be(0x1a9)]=a49_0x3f86be(0x1cd),a49_0x1436ea[a49_0x3f86be(0x1af)]=[a49_0x3f86be(0x15b),a49_0x3f86be(0x170)],a49_0x1436ea[a49_0x3f86be(0x1d0)]=[a49_0x3f86be(0x140),a49_0x3f86be(0x170)],a49_0x1436ea[a49_0x3f86be(0x1db)]=[a49_0x3f86be(0x170)],a49_0x1436ea[a49_0x3f86be(0x1a1)]='https://upload-observability.browserstack.com',a49_0x1436ea[a49_0x3f86be(0x1ad)]=['mocha','Playwright'],a49_0x1436ea['AUTOMATE']=[a49_0x3f86be(0x15b)],a49_0x1436ea[a49_0x3f86be(0x14b)]=a49_0x3f86be(0x17a),a49_0x1436ea[a49_0x3f86be(0x15f)]=a49_0x3f86be(0x1a7),a49_0x1436ea['APP_AUTOMATE']=[a49_0x3f86be(0x140)],a49_0x1436ea[a49_0x3f86be(0x17d)]=[a49_0x3f86be(0x1a2),'ERR_TIMED_OUT',a49_0x3f86be(0x18e),'ERR_NETWORK_CHANGED','ERR_SOCKET_NOT_CONNECTED',a49_0x3f86be(0x193),a49_0x3f86be(0x145),'ERR_CONNECTION_REFUSED',a49_0x3f86be(0x1c2),a49_0x3f86be(0x13e),a49_0x3f86be(0x1a4),a49_0x3f86be(0x17e),a49_0x3f86be(0x1b8),'ERR_TUNNEL_CONNECTION_FAILED',a49_0x3f86be(0x197),a49_0x3f86be(0x15e),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_PROXY_CONNECTION_FAILED',a49_0x3f86be(0x1a4),a49_0x3f86be(0x1cc),a49_0x3f86be(0x1da)],a49_0x1436ea[a49_0x3f86be(0x1cf)]=[a49_0x3f86be(0x161),a49_0x3f86be(0x141),a49_0x3f86be(0x13d)],a49_0x1436ea[a49_0x3f86be(0x16f)]=a49_0x3f86be(0x173),a49_0x1436ea[a49_0x3f86be(0x16d)]=a49_0x3f86be(0x174),a49_0x1436ea['CI_ARTIFACTS_PATH']=a49_0x3f86be(0x156),a49_0x1436ea[a49_0x3f86be(0x142)]=a49_0x3f86be(0x1df),a49_0x1436ea[a49_0x3f86be(0x151)]=a49_0x34f0c9,a49_0x1436ea[a49_0x3f86be(0x1d1)]=[a49_0x3f86be(0x1bb),a49_0x3f86be(0x15c)],a49_0x1436ea['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a49_0x5e14bd,a49_0x1436ea['AUTOLOGCAPTURE_NOTIFICATION']=a49_0x3f86be(0x147),a49_0x1436ea[a49_0x3f86be(0x1d8)]=a49_0x2c278f,a49_0x1436ea[a49_0x3f86be(0x192)]=0x40*0x400,a49_0x1436ea[a49_0x3f86be(0x191)]=a49_0x3f86be(0x1a8),a49_0x1436ea[a49_0x3f86be(0x1c9)]=a49_0x3f86be(0x1d9),a49_0x1436ea[a49_0x3f86be(0x1b7)]=a49_0x3f86be(0x1bc),a49_0x1436ea['INVALID_INIT_RESP_WITH_USER_IMPACT']='SDKTestInvalidTcgAuthResponseWithUserImpact',a49_0x1436ea[a49_0x3f86be(0x14f)]=a49_0x3f86be(0x182),a49_0x1436ea[a49_0x3f86be(0x167)]=a49_0x3f86be(0x159),a49_0x1436ea[a49_0x3f86be(0x1b1)]='SDKTestInitFailedResponse',a49_0x1436ea['AI_PROXY_FAILURE']=a49_0x3f86be(0x1c7),a49_0x1436ea[a49_0x3f86be(0x19b)]=0x1388,a49_0x1436ea['SET_TCG_TOKEN_TIMEOUT']=0x1388,a49_0x1436ea[a49_0x3f86be(0x1b4)]=0x1388,a49_0x1436ea['HEALING_FAILURE_TIMEOUT']=0x1388,a49_0x1436ea[a49_0x3f86be(0x168)]=0xc350,a49_0x1436ea['REDACTED_KEYS']=a49_0x22e419,a49_0x1436ea['AI_ENABLED_FRAMEWORK']=[a49_0x3f86be(0x149),a49_0x3f86be(0x1b3)],a49_0x1436ea[a49_0x3f86be(0x180)]=a49_0x5c2de4,a49_0x1436ea[a49_0x3f86be(0x16b)]='/usage.log',a49_0x1436ea[a49_0x3f86be(0x1de)]=a49_0x3f86be(0x157),module[a49_0x3f86be(0x158)]=a49_0x1436ea;
1
+ var a49_0x5a3d03=a49_0x594b;(function(_0x44ff90,_0x32c9c4){var _0x1a2802=a49_0x594b,_0x4e38ca=_0x44ff90();while(!![]){try{var _0x411840=parseInt(_0x1a2802(0x190))/0x1+parseInt(_0x1a2802(0x1c0))/0x2*(parseInt(_0x1a2802(0x1ae))/0x3)+parseInt(_0x1a2802(0x17a))/0x4+-parseInt(_0x1a2802(0x1b9))/0x5+-parseInt(_0x1a2802(0x198))/0x6+parseInt(_0x1a2802(0x1c1))/0x7+-parseInt(_0x1a2802(0x15c))/0x8;if(_0x411840===_0x32c9c4)break;else _0x4e38ca['push'](_0x4e38ca['shift']());}catch(_0x274cf7){_0x4e38ca['push'](_0x4e38ca['shift']());}}}(a49_0x168b,0xed53b));var a49_0x256897={};a49_0x256897[a49_0x5a3d03(0x1c9)]=a49_0x5a3d03(0x16b),a49_0x256897[a49_0x5a3d03(0x191)]=a49_0x5a3d03(0x1b5);var a49_0x464237={};a49_0x464237['INFO']=a49_0x5a3d03(0x1ab);var a49_0x3b762e={};a49_0x3b762e[a49_0x5a3d03(0x1c9)]='Run\x20mocha\x20tests\x20on\x20browserstack';function a49_0x168b(){var _0x2d1306=['accessibility','PACKAGE_TYPE','4fFKdZd','7569394oPCMVQ','platforms','testContextOptions','AI_INIT_SUCCESSFUL','invalidKeys','SDKTestTcgtInitSuccessful','proxyUrl','ERR_CONNECTION_FAILED','INFO','firefoxOptions','proxyPassword','CODECEPT','Run\x20playwright\x20tests\x20on\x20Browserstack','CUCUMBER','COMMONJS','FRAMEWORKS','ROOT_CAPS','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','VERSION','https://app-automate.browserstack.com/dashboard/v2/builds/','acceptSslCert','INTEGRATIONS','AUTOMATE','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','acceptSslCerts','Run\x20js\x20tests\x20on\x20browserstack','LOG_FILE_NAME','INVALID_INIT_RESP_WITH_USER_IMPACT','AI_PROXY_FAILURE','ERR_BLOCKED_BY_CLIENT','exports','HST','PLAYWRIGHT_CONFIG_OPTION_ERRORS','codeceptjs-cucumber','logLevel','browserVersion','Playwright','accessKey','userName','parallelsPerPlatform','pageLoadStrategy','accessibilityOptions','...[TRUNCATED]','framework','ERR_NAME_NOT_RESOLVED','ERR_SOCKET_NOT_CONNECTED','BSTACK_DELTA','https://tcg.browserstack.com','PRIVATE_DOMAIN_OR_IP_REGEX','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','REDACTED_KEYS','CI_ARTIFACTS_PATH','https://api-cloud.browserstack.com','Run\x20nightwatch\x20tests\x20on\x20browserstack','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://api.browserstack.com','ERR_CONNECTION_TIMED_OUT','MOCHA','ERR_NETWORK_CHANGED','APP_UPLOAD_URL','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://eds.browserstack.com','ERR_ADDRESS_UNREACHABLE','Run\x20cucumber-js\x20tests\x20on\x20browserstack','DEBUG_LOG_FILE_NAME','mandatoryDependency','.aab','PLAYWRIGHT','https://automate.browserstack.com/dashboard/v2/builds/','localProxyPass','browserstack.overridelocalInfo.userAuthToken','httpsProxy','26193888nqnmVz','Upgrade\x20required','app-automate','testOrchestrationOptions','turboScale','.apk','codeceptjs','chromeOptions','OBSERVABILITY_UPLOAD_URL','uniqueDependency','NUDGE_LOCAL_ERRORS','ERR_ADDRESS_INVALID','module','MODULE','browserstack.userName','shows\x20version\x20information','ERR_NAME_RESOLUTION_FAILED','OBSERVABILITY_SUPPORTED_FWS','authToken','browserstackAutomation','browserstackLocal','ERR_CONNECTION_ABORTED','TCG_REGION','BROWSERSTACK_AUTOMATE_URL','ERR_SOCKS_CONNECTION_FAILED','FUNNEL_INSTRUMENTATION_API_URL','GIT_META_DATA_TRUNCATED','VALID_APP_EXTENSION','ERR_CONNECTION_CLOSED','proxyPass','5145436lbbzzD','testObservabilityOptions','AI_INIT_FAILURE','wss://cdp.browserstack.com/playwright?caps=','/usage.log','browserStackLocalOptions','PLAYWRIGHT_HUB_URL','percy','SDKTestTcgAuthFailure','customVariables','https://hub.browserstack.com/wd/hub','observability','ERR_PROXY_CONNECTION_FAILED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','commonjs','rerunTests','disableAutoCaptureLogs','ERR_TUNNEL_CONNECTION_FAILED','NIGHTWATCH','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','automation','VANILLA','1155036VPPwGo','HELP','PERCY_SUPPORTED_FRAMEWORKS','acceptInsecureCerts','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','BROWSERSTACK_APP_AUTOMATE_URL','httpProxy','vanilla','727716SzriFd','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','CODECEPTJS','ATS_HUB_URL_REGEX','mocha','APP_AUTOMATE','jest','^[a-zA-Z0-9_.-]*$','EDS_URL','unhandledPromptBehavior','percyCaptureMode','testObservability','automate','TCG_AUTH_FAILURE','cucumber','CUSTOM_ID_REGEX','ERR_FAILED','AI_ENABLED_FRAMEWORK','TCG_DOWN','Run\x20jest\x20tests\x20on\x20browserstack','AUTOMATE_PRODUCTS','root','1972140VEWhjd','hubUrl','percyOptions','turboScaleOptions','timeouts','sdk/v1/event','ERR_CONNECTION_RESET','Specify\x20--help\x20for\x20available\x20options','APP_AUTOMATE_PRODUCTS','ieOptions','browserstack.accessKey','2349420obxUhf','proxySettings','ERR_TIMED_OUT','https://upload-observability.browserstack.com','localOptions'];a49_0x168b=function(){return _0x2d1306;};return a49_0x168b();}var a49_0x3c40d2={};a49_0x3c40d2[a49_0x5a3d03(0x1c9)]=a49_0x5a3d03(0x153);var a49_0x7d9fd6={};a49_0x7d9fd6[a49_0x5a3d03(0x1c9)]=a49_0x5a3d03(0x1da);var a49_0x4c4030={};a49_0x4c4030[a49_0x5a3d03(0x1c9)]=a49_0x5a3d03(0x149);var a49_0x3892c8={};a49_0x3892c8[a49_0x5a3d03(0x1c9)]=a49_0x5a3d03(0x1cd);var a49_0x1e4a00={};a49_0x1e4a00['INFO']='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a49_0x15f245={};function a49_0x594b(_0x1513ad,_0x48a402){var _0x168b60=a49_0x168b();return a49_0x594b=function(_0x594bfc,_0x3d1a18){_0x594bfc=_0x594bfc-0x13d;var _0x45c5a2=_0x168b60[_0x594bfc];return _0x45c5a2;},a49_0x594b(_0x1513ad,_0x48a402);}a49_0x15f245[a49_0x5a3d03(0x1c9)]=a49_0x5a3d03(0x1d8);var a49_0x10daef={};a49_0x10daef[a49_0x5a3d03(0x1c9)]=a49_0x5a3d03(0x1d2);var a49_0x10c88d={};a49_0x10c88d[a49_0x5a3d03(0x157)]=a49_0x5a3d03(0x1e5),a49_0x10c88d[a49_0x5a3d03(0x14d)]=a49_0x5a3d03(0x19c),a49_0x10c88d['JEST']='jest',a49_0x10c88d[a49_0x5a3d03(0x1cc)]=a49_0x5a3d03(0x162),a49_0x10c88d['CODECEPT_CUCUMBER']=a49_0x5a3d03(0x1e2),a49_0x10c88d[a49_0x5a3d03(0x1ce)]=a49_0x5a3d03(0x1a6);var a49_0x7ddb5b={};a49_0x7ddb5b[a49_0x5a3d03(0x1c5)]=a49_0x5a3d03(0x18d),a49_0x7ddb5b[a49_0x5a3d03(0x165)]=a49_0x5a3d03(0x150),a49_0x7ddb5b[a49_0x5a3d03(0x155)]=a49_0x5a3d03(0x14a),a49_0x7ddb5b['invalidTestInputType']=a49_0x5a3d03(0x194);var a49_0x4aeef3={};a49_0x4aeef3[a49_0x5a3d03(0x1cf)]=a49_0x5a3d03(0x188),a49_0x4aeef3[a49_0x5a3d03(0x169)]=a49_0x5a3d03(0x168);var a49_0x2ce44c={};a49_0x2ce44c[a49_0x5a3d03(0x1ad)]=[a49_0x5a3d03(0x1e7),a49_0x5a3d03(0x1e6),a49_0x5a3d03(0x196),a49_0x5a3d03(0x15b),a49_0x5a3d03(0x183),a49_0x5a3d03(0x16a),a49_0x5a3d03(0x1b8),a49_0x5a3d03(0x1cb),a49_0x5a3d03(0x16e),a49_0x5a3d03(0x1c7),a49_0x5a3d03(0x15a)],a49_0x2ce44c[a49_0x5a3d03(0x17f)]=['proxyUser',a49_0x5a3d03(0x179),'localProxyUser',a49_0x5a3d03(0x159)];var a49_0x14bd97={};a49_0x14bd97[a49_0x5a3d03(0x170)]=a49_0x5a3d03(0x170),a49_0x14bd97[a49_0x5a3d03(0x17f)]=a49_0x5a3d03(0x17f),a49_0x14bd97[a49_0x5a3d03(0x1bd)]=a49_0x5a3d03(0x17f),a49_0x14bd97[a49_0x5a3d03(0x1e8)]='parallelsPerPlatform',a49_0x14bd97[a49_0x5a3d03(0x1c2)]=a49_0x5a3d03(0x1c2),a49_0x14bd97['logLevel']=a49_0x5a3d03(0x1e3),a49_0x14bd97[a49_0x5a3d03(0x196)]='httpProxy',a49_0x14bd97['httpsProxy']=a49_0x5a3d03(0x15b),a49_0x14bd97[a49_0x5a3d03(0x13f)]=a49_0x5a3d03(0x13f),a49_0x14bd97[a49_0x5a3d03(0x1c3)]=a49_0x5a3d03(0x1c3),a49_0x14bd97[a49_0x5a3d03(0x1a3)]=a49_0x5a3d03(0x1a3),a49_0x14bd97[a49_0x5a3d03(0x17b)]='testObservabilityOptions',a49_0x14bd97['customVariables']=a49_0x5a3d03(0x183),a49_0x14bd97[a49_0x5a3d03(0x18e)]=a49_0x5a3d03(0x16f),a49_0x14bd97['browserstackAutomation']=a49_0x5a3d03(0x16f),a49_0x14bd97[a49_0x5a3d03(0x189)]='rerunTests',a49_0x14bd97[a49_0x5a3d03(0x181)]=a49_0x5a3d03(0x181),a49_0x14bd97[a49_0x5a3d03(0x1b0)]='percyOptions',a49_0x14bd97[a49_0x5a3d03(0x1a2)]=a49_0x5a3d03(0x1a2),a49_0x14bd97[a49_0x5a3d03(0x18a)]=a49_0x5a3d03(0x18a),a49_0x14bd97['accessibility']=a49_0x5a3d03(0x1be),a49_0x14bd97[a49_0x5a3d03(0x13d)]=a49_0x5a3d03(0x13d),a49_0x14bd97[a49_0x5a3d03(0x160)]=a49_0x5a3d03(0x160),a49_0x14bd97[a49_0x5a3d03(0x1b1)]=a49_0x5a3d03(0x1b1),a49_0x14bd97[a49_0x5a3d03(0x1ba)]='proxySettings',a49_0x14bd97[a49_0x5a3d03(0x15f)]='testOrchestrationOptions';var a49_0x62adb1={};a49_0x62adb1[a49_0x5a3d03(0x1d3)]=a49_0x256897,a49_0x62adb1['JEST']=a49_0x464237,a49_0x62adb1[a49_0x5a3d03(0x14d)]=a49_0x3b762e,a49_0x62adb1[a49_0x5a3d03(0x1ce)]=a49_0x3c40d2,a49_0x62adb1[a49_0x5a3d03(0x18f)]=a49_0x7d9fd6,a49_0x62adb1[a49_0x5a3d03(0x18c)]=a49_0x4c4030,a49_0x62adb1[a49_0x5a3d03(0x157)]=a49_0x3892c8,a49_0x62adb1[a49_0x5a3d03(0x19a)]=a49_0x1e4a00,a49_0x62adb1[a49_0x5a3d03(0x1e0)]=a49_0x15f245,a49_0x62adb1[a49_0x5a3d03(0x1d6)]=a49_0x10daef,a49_0x62adb1[a49_0x5a3d03(0x142)]=0xf*0x3c*0x3e8,a49_0x62adb1[a49_0x5a3d03(0x1af)]=a49_0x5a3d03(0x184),a49_0x62adb1['TCG_URL']=a49_0x5a3d03(0x143),a49_0x62adb1[a49_0x5a3d03(0x172)]='use',a49_0x62adb1['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x62adb1[a49_0x5a3d03(0x19b)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x62adb1['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x62adb1[a49_0x5a3d03(0x1d1)]=[a49_0x5a3d03(0x193),a49_0x5a3d03(0x1e9),'strictFileInteractability',a49_0x5a3d03(0x1a1),a49_0x5a3d03(0x1b2),'browserName',a49_0x5a3d03(0x1e4),a49_0x5a3d03(0x1d9),a49_0x5a3d03(0x1d5),a49_0x5a3d03(0x163),a49_0x5a3d03(0x1ca),'edgeOptions',a49_0x5a3d03(0x1b7)],a49_0x62adb1['ROOT_REGEX']=/^[\w-]+:.*$/,a49_0x62adb1[a49_0x5a3d03(0x144)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x62adb1[a49_0x5a3d03(0x1a0)]=a49_0x5a3d03(0x151),a49_0x62adb1['BROWSERSTACK_API_URL']=a49_0x5a3d03(0x14b),a49_0x62adb1[a49_0x5a3d03(0x14f)]=a49_0x5a3d03(0x148),a49_0x62adb1[a49_0x5a3d03(0x175)]=a49_0x5a3d03(0x1b3),a49_0x62adb1[a49_0x5a3d03(0x1ac)]=[a49_0x5a3d03(0x1a4),a49_0x5a3d03(0x185)],a49_0x62adb1[a49_0x5a3d03(0x1b6)]=[a49_0x5a3d03(0x15e),'observability'],a49_0x62adb1['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=['observability'],a49_0x62adb1[a49_0x5a3d03(0x164)]=a49_0x5a3d03(0x1bc),a49_0x62adb1[a49_0x5a3d03(0x16d)]=[a49_0x5a3d03(0x19c),a49_0x5a3d03(0x1e5)],a49_0x62adb1[a49_0x5a3d03(0x1d7)]=[a49_0x5a3d03(0x1a4)],a49_0x62adb1[a49_0x5a3d03(0x173)]=a49_0x5a3d03(0x158),a49_0x62adb1[a49_0x5a3d03(0x195)]=a49_0x5a3d03(0x1d4),a49_0x62adb1[a49_0x5a3d03(0x19d)]=[a49_0x5a3d03(0x15e)],a49_0x62adb1[a49_0x5a3d03(0x166)]=[a49_0x5a3d03(0x1a8),a49_0x5a3d03(0x1bb),a49_0x5a3d03(0x1de),a49_0x5a3d03(0x14e),a49_0x5a3d03(0x141),a49_0x5a3d03(0x178),a49_0x5a3d03(0x1b4),'ERR_CONNECTION_REFUSED',a49_0x5a3d03(0x171),a49_0x5a3d03(0x1c8),a49_0x5a3d03(0x140),a49_0x5a3d03(0x167),a49_0x5a3d03(0x152),a49_0x5a3d03(0x18b),a49_0x5a3d03(0x14c),a49_0x5a3d03(0x174),a49_0x5a3d03(0x199),a49_0x5a3d03(0x186),a49_0x5a3d03(0x140),a49_0x5a3d03(0x16c),a49_0x5a3d03(0x187)],a49_0x62adb1[a49_0x5a3d03(0x177)]=[a49_0x5a3d03(0x161),a49_0x5a3d03(0x156),'.ipa'],a49_0x62adb1[a49_0x5a3d03(0x1a7)]=a49_0x5a3d03(0x19f),a49_0x62adb1['SHAREABLE_ID_REGEX']='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a49_0x62adb1[a49_0x5a3d03(0x147)]='./browserstack-artifacts/',a49_0x62adb1[a49_0x5a3d03(0x180)]=a49_0x5a3d03(0x17d),a49_0x62adb1[a49_0x5a3d03(0x1d0)]=a49_0x10c88d,a49_0x62adb1[a49_0x5a3d03(0x192)]=[a49_0x5a3d03(0x19e),a49_0x5a3d03(0x19c)],a49_0x62adb1[a49_0x5a3d03(0x1e1)]=a49_0x7ddb5b,a49_0x62adb1['AUTOLOGCAPTURE_NOTIFICATION']=a49_0x5a3d03(0x145),a49_0x62adb1[a49_0x5a3d03(0x1bf)]=a49_0x4aeef3,a49_0x62adb1['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a49_0x62adb1[a49_0x5a3d03(0x176)]=a49_0x5a3d03(0x13e),a49_0x62adb1['UPGRADE_REQUIRED']=a49_0x5a3d03(0x15d),a49_0x62adb1[a49_0x5a3d03(0x1aa)]='SDKTestTcgDownResponse',a49_0x62adb1[a49_0x5a3d03(0x1dc)]='SDKTestInvalidTcgAuthResponseWithUserImpact',a49_0x62adb1[a49_0x5a3d03(0x1a5)]=a49_0x5a3d03(0x182),a49_0x62adb1[a49_0x5a3d03(0x1c4)]=a49_0x5a3d03(0x1c6),a49_0x62adb1[a49_0x5a3d03(0x17c)]='SDKTestInitFailedResponse',a49_0x62adb1[a49_0x5a3d03(0x1dd)]='SDKTestTcgProxyFailure',a49_0x62adb1['TCG_AUTH_TIMEOUT']=0x1388,a49_0x62adb1['SET_TCG_TOKEN_TIMEOUT']=0x1388,a49_0x62adb1['HEALING_LOG_DATA_TIMEOUT']=0x1388,a49_0x62adb1['HEALING_FAILURE_TIMEOUT']=0x1388,a49_0x62adb1['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a49_0x62adb1[a49_0x5a3d03(0x146)]=a49_0x2ce44c,a49_0x62adb1[a49_0x5a3d03(0x1a9)]=[a49_0x5a3d03(0x197),a49_0x5a3d03(0x162)],a49_0x62adb1['SDK_INSTRUMENTATION_CONFIG']=a49_0x14bd97,a49_0x62adb1[a49_0x5a3d03(0x1db)]=a49_0x5a3d03(0x17e),a49_0x62adb1[a49_0x5a3d03(0x154)]='/usage-debug.log',module[a49_0x5a3d03(0x1df)]=a49_0x62adb1;
@@ -1 +1 @@
1
- const a50_0x23b1d3=a50_0x39dc;(function(_0xffe6f9,_0x137005){const _0xcae1cc=a50_0x39dc,_0x4e8c19=_0xffe6f9();while(!![]){try{const _0x55410f=-parseInt(_0xcae1cc(0x1d1))/0x1+-parseInt(_0xcae1cc(0x1cf))/0x2+-parseInt(_0xcae1cc(0x1d5))/0x3*(parseInt(_0xcae1cc(0x1c9))/0x4)+parseInt(_0xcae1cc(0x1d3))/0x5*(parseInt(_0xcae1cc(0x1cd))/0x6)+parseInt(_0xcae1cc(0x1db))/0x7+-parseInt(_0xcae1cc(0x1d6))/0x8+parseInt(_0xcae1cc(0x1cc))/0x9;if(_0x55410f===_0x137005)break;else _0x4e8c19['push'](_0x4e8c19['shift']());}catch(_0x2514ad){_0x4e8c19['push'](_0x4e8c19['shift']());}}}(a50_0x4d87,0x872a8));const logReportingAPI=require(a50_0x23b1d3(0x1d9)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x22e575,_0x3daee7){return _0x352237=>{const _0x6e121e=a50_0x39dc;BSTestOpsLogger[_0x6e121e(0x1cb)]({'level':_0x352237['level']?_0x352237[_0x6e121e(0x1ca)][_0x6e121e(0x1d2)]:null,'message':_0x352237['data']?_0x352237['data']['join']('\x20'):null});};}function a50_0x39dc(_0x1359ab,_0x4e7ef2){const _0x4d87ff=a50_0x4d87();return a50_0x39dc=function(_0x39dc9d,_0x5f289e){_0x39dc9d=_0x39dc9d-0x1c9;let _0xa6a2ec=_0x4d87ff[_0x39dc9d];return _0xa6a2ec;},a50_0x39dc(_0x1359ab,_0x4e7ef2);}function a50_0x4d87(){const _0x4c8a31=['levelStr','15Jyfczd','configure','1897899iCdXAm','1497168zpMRot','vyXaH','timezoneOffset','./logReportingAPI','layout','5769064YNKxzR','4JiIwyJ','level','log','20189736oiYgjp','157902JtTEEe','colouredLayout','1369106ZUuEWm','type','1088435EUnBcR'];a50_0x4d87=function(){return _0x4c8a31;};return a50_0x4d87();}exports[a50_0x23b1d3(0x1d4)]=(_0x48abb8,_0x12524d)=>{const _0xb8e00b=a50_0x23b1d3,_0x3dea19={'vyXaH':function(_0xf6e551,_0xb0e16e,_0x29bf52){return _0xf6e551(_0xb0e16e,_0x29bf52);}};let _0x39e73d=_0x12524d[_0xb8e00b(0x1ce)];return _0x48abb8['layout']&&(_0x39e73d=_0x12524d[_0xb8e00b(0x1da)](_0x48abb8[_0xb8e00b(0x1da)][_0xb8e00b(0x1d0)],_0x48abb8[_0xb8e00b(0x1da)])),_0x3dea19[_0xb8e00b(0x1d7)](BSTestOpsLog4JSAppender,_0x39e73d,_0x48abb8[_0xb8e00b(0x1d8)]);};
1
+ const a50_0x1b5041=a50_0x3cc6;(function(_0x870387,_0x15d8a6){const _0x46331c=a50_0x3cc6,_0x2896b7=_0x870387();while(!![]){try{const _0x414e2d=parseInt(_0x46331c(0x1f1))/0x1+parseInt(_0x46331c(0x1e8))/0x2*(parseInt(_0x46331c(0x1eb))/0x3)+parseInt(_0x46331c(0x1e3))/0x4+-parseInt(_0x46331c(0x1e7))/0x5+-parseInt(_0x46331c(0x1ec))/0x6*(parseInt(_0x46331c(0x1e2))/0x7)+-parseInt(_0x46331c(0x1e4))/0x8*(parseInt(_0x46331c(0x1e9))/0x9)+parseInt(_0x46331c(0x1f3))/0xa;if(_0x414e2d===_0x15d8a6)break;else _0x2896b7['push'](_0x2896b7['shift']());}catch(_0x428d4f){_0x2896b7['push'](_0x2896b7['shift']());}}}(a50_0x8a31,0xa4fa9));const logReportingAPI=require(a50_0x1b5041(0x1f0)),BSTestOpsLogger=new logReportingAPI({});function a50_0x3cc6(_0x5d03f5,_0x4468b9){const _0x8a31bd=a50_0x8a31();return a50_0x3cc6=function(_0x3cc6d4,_0x565404){_0x3cc6d4=_0x3cc6d4-0x1e2;let _0x261116=_0x8a31bd[_0x3cc6d4];return _0x261116;},a50_0x3cc6(_0x5d03f5,_0x4468b9);}function BSTestOpsLog4JSAppender(_0x2ac482,_0x50ae23){return _0x483c7e=>{const _0x51e316=a50_0x3cc6;BSTestOpsLogger[_0x51e316(0x1ee)]({'level':_0x483c7e['level']?_0x483c7e[_0x51e316(0x1e5)][_0x51e316(0x1f2)]:null,'message':_0x483c7e[_0x51e316(0x1f4)]?_0x483c7e[_0x51e316(0x1f4)][_0x51e316(0x1ef)]('\x20'):null});};}exports['configure']=(_0x532f45,_0x206b0b)=>{const _0x1703e7=a50_0x1b5041,_0x45aff9={'jpQkB':function(_0x40b511,_0x3d8f92,_0x119439){return _0x40b511(_0x3d8f92,_0x119439);}};let _0x3b049d=_0x206b0b[_0x1703e7(0x1ea)];return _0x532f45[_0x1703e7(0x1ed)]&&(_0x3b049d=_0x206b0b[_0x1703e7(0x1ed)](_0x532f45[_0x1703e7(0x1ed)]['type'],_0x532f45['layout'])),_0x45aff9['jpQkB'](BSTestOpsLog4JSAppender,_0x3b049d,_0x532f45[_0x1703e7(0x1e6)]);};function a50_0x8a31(){const _0x2ec447=['levelStr','11262160qtuZUM','data','37394PQxrcb','2846624HBtIAQ','16HumCoV','level','timezoneOffset','6607580OsJKMn','1074spoxJM','501489EULXat','colouredLayout','1674ZkzbQy','888NCwHdO','layout','log','join','./logReportingAPI','761809FVBbjw'];a50_0x8a31=function(){return _0x2ec447;};return a50_0x8a31();}
@@ -1 +1 @@
1
- const a51_0x59ab71=a51_0x2146;function a51_0x51cf(){const _0x168313=['winston-transport','trace','xXKzV','debug','103554naFmCY','30ZwNiyz','4hYggQe','INFO','55214zzRBxd','WARN','join','TRACE','ERROR','emit','4654512NcHuXS','logToTestOps','toUpperCase','bs:addLog:','TEST_LOG','DEBUG','3421505qNnCek','112GmmRcE','log','error','pid','../../helpers/test-observability/constants','exports','4347260DBYlrQ','warn','39777DMJHth','112256TNihKJ'];a51_0x51cf=function(){return _0x168313;};return a51_0x51cf();}(function(_0x1ada3d,_0x7c5ccb){const _0x319f4f=a51_0x2146,_0x2b6aa9=_0x1ada3d();while(!![]){try{const _0x26fb00=-parseInt(_0x319f4f(0x1b3))/0x1+-parseInt(_0x319f4f(0x1bd))/0x2*(parseInt(_0x319f4f(0x1ba))/0x3)+-parseInt(_0x319f4f(0x1bb))/0x4*(parseInt(_0x319f4f(0x1c9))/0x5)+parseInt(_0x319f4f(0x1c3))/0x6+parseInt(_0x319f4f(0x1ab))/0x7*(parseInt(_0x319f4f(0x1b4))/0x8)+parseInt(_0x319f4f(0x1b9))/0x9+parseInt(_0x319f4f(0x1b1))/0xa;if(_0x26fb00===_0x7c5ccb)break;else _0x2b6aa9['push'](_0x2b6aa9['shift']());}catch(_0x5a8d9c){_0x2b6aa9['push'](_0x2b6aa9['shift']());}}}(a51_0x51cf,0x6cf8c));function a51_0x2146(_0x4184f0,_0x542075){const _0x51cffb=a51_0x51cf();return a51_0x2146=function(_0x2146e2,_0x9cc21f){_0x2146e2=_0x2146e2-0x1ab;let _0x59bb0f=_0x51cffb[_0x2146e2];return _0x59bb0f;},a51_0x2146(_0x4184f0,_0x542075);}const Transport=require(a51_0x59ab71(0x1b5)),{consoleHolder}=require(a51_0x59ab71(0x1af)),a51_0x5c6792={};a51_0x5c6792[a51_0x59ab71(0x1bc)]=a51_0x59ab71(0x1bc),a51_0x5c6792[a51_0x59ab71(0x1c1)]=a51_0x59ab71(0x1c1),a51_0x5c6792[a51_0x59ab71(0x1c8)]='DEBUG',a51_0x5c6792[a51_0x59ab71(0x1c0)]=a51_0x59ab71(0x1c0),a51_0x5c6792[a51_0x59ab71(0x1be)]='WARN';const LOG_LEVELS=a51_0x5c6792;class logPatcher extends Transport{constructor(_0x23c189){super(_0x23c189);}[a51_0x59ab71(0x1c4)]=(_0x10b65e=LOG_LEVELS[a51_0x59ab71(0x1bc)],_0x2d9906=[''])=>{const _0x3c07e9=a51_0x59ab71,_0x45fdc2={};_0x45fdc2[_0x3c07e9(0x1b7)]=_0x3c07e9(0x1c7);const _0x3ff0ab=_0x45fdc2;consoleHolder[_0x10b65e['toLowerCase']()](..._0x2d9906),process[_0x3c07e9(0x1c2)](_0x3c07e9(0x1c6)+process[_0x3c07e9(0x1ae)],{'timestamp':new Date()['toISOString'](),'level':_0x10b65e[_0x3c07e9(0x1c5)](),'message':'\x22'+_0x2d9906[_0x3c07e9(0x1bf)](',\x20')+'\x22','kind':_0x3ff0ab[_0x3c07e9(0x1b7)],'http_response':{}});};[a51_0x59ab71(0x1b6)]=(..._0x4af35c)=>{const _0x982243=a51_0x59ab71;this[_0x982243(0x1c4)](LOG_LEVELS[_0x982243(0x1c0)],_0x4af35c);};[a51_0x59ab71(0x1b8)]=(..._0x50f5ae)=>{const _0x5b70eb=a51_0x59ab71;this[_0x5b70eb(0x1c4)](LOG_LEVELS['DEBUG'],_0x50f5ae);};['info']=(..._0x5c7957)=>{const _0x2f1902=a51_0x59ab71;this[_0x2f1902(0x1c4)](LOG_LEVELS[_0x2f1902(0x1bc)],_0x5c7957);};[a51_0x59ab71(0x1b2)]=(..._0x2c42c6)=>{const _0x51d8b6=a51_0x59ab71;this[_0x51d8b6(0x1c4)](LOG_LEVELS[_0x51d8b6(0x1be)],_0x2c42c6);};[a51_0x59ab71(0x1ad)]=(..._0x1d4f00)=>{const _0x4ded03=a51_0x59ab71;this[_0x4ded03(0x1c4)](LOG_LEVELS[_0x4ded03(0x1c1)],_0x1d4f00);};[a51_0x59ab71(0x1ac)]=(..._0x5052c9)=>{const _0x5bf4d0=a51_0x59ab71;this[_0x5bf4d0(0x1c4)](LOG_LEVELS[_0x5bf4d0(0x1bc)],_0x5052c9);};};module[a51_0x59ab71(0x1b0)]=logPatcher;
1
+ const a51_0x53044f=a51_0x570a;(function(_0x30a85c,_0x192071){const _0x21a42c=a51_0x570a,_0x5f19b2=_0x30a85c();while(!![]){try{const _0x2d3b21=-parseInt(_0x21a42c(0x1d3))/0x1*(parseInt(_0x21a42c(0x1d0))/0x2)+-parseInt(_0x21a42c(0x1e2))/0x3*(parseInt(_0x21a42c(0x1e7))/0x4)+-parseInt(_0x21a42c(0x1d1))/0x5*(-parseInt(_0x21a42c(0x1dc))/0x6)+parseInt(_0x21a42c(0x1d7))/0x7+parseInt(_0x21a42c(0x1ce))/0x8*(-parseInt(_0x21a42c(0x1e3))/0x9)+parseInt(_0x21a42c(0x1e0))/0xa*(parseInt(_0x21a42c(0x1cf))/0xb)+parseInt(_0x21a42c(0x1df))/0xc;if(_0x2d3b21===_0x192071)break;else _0x5f19b2['push'](_0x5f19b2['shift']());}catch(_0xf545a4){_0x5f19b2['push'](_0x5f19b2['shift']());}}}(a51_0x3dd4,0xd85bc));const Transport=require('winston-transport'),{consoleHolder}=require(a51_0x53044f(0x1d4)),a51_0x288b67={};function a51_0x570a(_0x50a1b5,_0x4bdc98){const _0x3dd418=a51_0x3dd4();return a51_0x570a=function(_0x570ac9,_0x111bbd){_0x570ac9=_0x570ac9-0x1cd;let _0x377519=_0x3dd418[_0x570ac9];return _0x377519;},a51_0x570a(_0x50a1b5,_0x4bdc98);}a51_0x288b67[a51_0x53044f(0x1d8)]=a51_0x53044f(0x1d8),a51_0x288b67[a51_0x53044f(0x1d6)]=a51_0x53044f(0x1d6),a51_0x288b67['DEBUG']='DEBUG',a51_0x288b67[a51_0x53044f(0x1cd)]=a51_0x53044f(0x1cd),a51_0x288b67[a51_0x53044f(0x1db)]=a51_0x53044f(0x1db);const LOG_LEVELS=a51_0x288b67;class logPatcher extends Transport{constructor(_0x583645){super(_0x583645);}[a51_0x53044f(0x1e9)]=(_0x56ecf7=LOG_LEVELS[a51_0x53044f(0x1d8)],_0x4a4639=[''])=>{const _0x1c07c7=a51_0x53044f,_0x4eac4c={};_0x4eac4c[_0x1c07c7(0x1e8)]='TEST_LOG';const _0xffe63b=_0x4eac4c;consoleHolder[_0x56ecf7[_0x1c07c7(0x1dd)]()](..._0x4a4639),process[_0x1c07c7(0x1d2)]('bs:addLog:'+process[_0x1c07c7(0x1eb)],{'timestamp':new Date()[_0x1c07c7(0x1de)](),'level':_0x56ecf7[_0x1c07c7(0x1d9)](),'message':'\x22'+_0x4a4639['join'](',\x20')+'\x22','kind':_0xffe63b[_0x1c07c7(0x1e8)],'http_response':{}});};[a51_0x53044f(0x1e4)]=(..._0x1af6c2)=>{const _0x4b1be1=a51_0x53044f;this[_0x4b1be1(0x1e9)](LOG_LEVELS[_0x4b1be1(0x1cd)],_0x1af6c2);};[a51_0x53044f(0x1e5)]=(..._0xdb77fa)=>{const _0x241ea0=a51_0x53044f;this['logToTestOps'](LOG_LEVELS[_0x241ea0(0x1e1)],_0xdb77fa);};[a51_0x53044f(0x1da)]=(..._0x1295aa)=>{const _0x44fb29=a51_0x53044f;this[_0x44fb29(0x1e9)](LOG_LEVELS[_0x44fb29(0x1d8)],_0x1295aa);};[a51_0x53044f(0x1e6)]=(..._0x17cf22)=>{const _0x2c855a=a51_0x53044f;this[_0x2c855a(0x1e9)](LOG_LEVELS[_0x2c855a(0x1db)],_0x17cf22);};['error']=(..._0x5cb8d4)=>{const _0x4b4fc5=a51_0x53044f;this[_0x4b4fc5(0x1e9)](LOG_LEVELS[_0x4b4fc5(0x1d6)],_0x5cb8d4);};[a51_0x53044f(0x1d5)]=(..._0x2626d1)=>{const _0x30b6a2=a51_0x53044f;this['logToTestOps'](LOG_LEVELS[_0x30b6a2(0x1d8)],_0x2626d1);};};function a51_0x3dd4(){const _0x4b599f=['pid','TRACE','293584QgTXpH','8976638SCyfsL','3317386glHrqU','75805OdVHEQ','emit','1prwsru','../../helpers/test-observability/constants','log','ERROR','10232950YpLmuN','INFO','toUpperCase','info','WARN','354peokmO','toLowerCase','toISOString','719340GXzOlJ','20fLVzIg','DEBUG','28581vEeNuv','72LHSHkw','trace','debug','warn','508ESoYcE','ujBUu','logToTestOps','exports'];a51_0x3dd4=function(){return _0x4b599f;};return a51_0x3dd4();}module[a51_0x53044f(0x1ea)]=logPatcher;
@@ -1 +1 @@
1
- const a52_0x1cfa6d=a52_0x90d2;(function(_0x379276,_0x4a42bf){const _0x4bab23=a52_0x90d2,_0x47d44=_0x379276();while(!![]){try{const _0x39bc7a=parseInt(_0x4bab23(0x1f1))/0x1+-parseInt(_0x4bab23(0x1e0))/0x2+parseInt(_0x4bab23(0x1f6))/0x3+-parseInt(_0x4bab23(0x1ea))/0x4+parseInt(_0x4bab23(0x1e9))/0x5+parseInt(_0x4bab23(0x1ee))/0x6*(-parseInt(_0x4bab23(0x1e2))/0x7)+-parseInt(_0x4bab23(0x1f9))/0x8*(-parseInt(_0x4bab23(0x1f5))/0x9);if(_0x39bc7a===_0x4a42bf)break;else _0x47d44['push'](_0x47d44['shift']());}catch(_0x44087b){_0x47d44['push'](_0x47d44['shift']());}}}(a52_0xf147,0xdc49e));const Transport=require(a52_0x1cfa6d(0x1e8)),{consoleHolder}=require(a52_0x1cfa6d(0x1ec)),a52_0x198970={};a52_0x198970['INFO']=a52_0x1cfa6d(0x1eb),a52_0x198970[a52_0x1cfa6d(0x1f8)]=a52_0x1cfa6d(0x1f8),a52_0x198970[a52_0x1cfa6d(0x1ed)]=a52_0x1cfa6d(0x1ed),a52_0x198970[a52_0x1cfa6d(0x1ef)]=a52_0x1cfa6d(0x1ef),a52_0x198970[a52_0x1cfa6d(0x1f7)]=a52_0x1cfa6d(0x1f7);function a52_0x90d2(_0x1b40e4,_0x710102){const _0xf14701=a52_0xf147();return a52_0x90d2=function(_0x90d238,_0x156704){_0x90d238=_0x90d238-0x1dd;let _0x38e126=_0xf14701[_0x90d238];return _0x38e126;},a52_0x90d2(_0x1b40e4,_0x710102);}const LOG_LEVELS=a52_0x198970;class logReportingAPI extends Transport{constructor(_0x2f0312){super(_0x2f0312);}['log'](_0x6925cd,_0x44535c){const _0x5b2840=a52_0x1cfa6d,_0x5b5a17={'WHPeo':_0x5b2840(0x1fb),'CkIsY':function(_0x371e0c,_0x40ef8c){return _0x371e0c(_0x40ef8c);},'hTKqJ':function(_0xebd6aa,_0x480a06){return _0xebd6aa===_0x480a06;},'ExfeT':_0x5b2840(0x1e4),'tmhnq':function(_0x475154){return _0x475154();}};_0x5b5a17['CkIsY'](setImmediate,()=>{const _0x10f988=_0x5b2840;this[_0x10f988(0x1fd)](_0x5b5a17[_0x10f988(0x1fc)],_0x6925cd);}),_0x5b5a17[_0x5b2840(0x1f3)](typeof _0x6925cd,_0x5b5a17[_0x5b2840(0x1de)])?this[_0x5b2840(0x1e3)](_0x6925cd['level']||LOG_LEVELS[_0x5b2840(0x1eb)],_0x6925cd[_0x5b2840(0x1f0)],![]):this['logToTestOps'](LOG_LEVELS[_0x5b2840(0x1eb)],_0x6925cd),_0x44535c&&_0x5b5a17[_0x5b2840(0x1e5)](_0x44535c);}[a52_0x1cfa6d(0x1e3)]=(_0x144112=LOG_LEVELS[a52_0x1cfa6d(0x1eb)],_0x3d0b0a='',_0x44d1ec=!![])=>{const _0x5a1091=a52_0x1cfa6d,_0x217d01={};_0x217d01['ALloX']=_0x5a1091(0x1e7);const _0x280a38=_0x217d01;_0x44d1ec&&consoleHolder[_0x144112[_0x5a1091(0x1f4)]()](_0x3d0b0a),process['emit']('bs:addLog:'+process[_0x5a1091(0x1fa)],{'timestamp':new Date()[_0x5a1091(0x1f2)](),'level':_0x144112[_0x5a1091(0x1e1)](),'message':_0x3d0b0a,'kind':_0x280a38[_0x5a1091(0x1dd)],'http_response':{}});};[a52_0x1cfa6d(0x1df)]=(_0xc0d228,_0x3b9f74)=>{const _0x518478=a52_0x1cfa6d;this[_0x518478(0x1e3)](LOG_LEVELS['TRACE'],_0xc0d228);};['debug']=(_0x46ed5b,_0x5ecd0a)=>{const _0x11f6e5=a52_0x1cfa6d;this[_0x11f6e5(0x1e3)](LOG_LEVELS[_0x11f6e5(0x1ed)],_0x46ed5b);};['info']=(_0xd4de86,_0x12f915)=>{const _0x393b16=a52_0x1cfa6d;this['logToTestOps'](LOG_LEVELS[_0x393b16(0x1eb)],_0xd4de86);};['warn']=(_0x2acbb6,_0x105286)=>{const _0x4594b7=a52_0x1cfa6d;this['logToTestOps'](LOG_LEVELS[_0x4594b7(0x1f7)],_0x2acbb6);};['error']=(_0xdf33e,_0x25d288)=>{const _0x3a0461=a52_0x1cfa6d;this[_0x3a0461(0x1e3)](LOG_LEVELS[_0x3a0461(0x1f8)],_0xdf33e);};};module[a52_0x1cfa6d(0x1e6)]=logReportingAPI;function a52_0xf147(){const _0x204e7b=['hTKqJ','toLowerCase','9ropNwc','1774665FZqPKy','WARN','ERROR','4722896HpEgsb','pid','logged','WHPeo','emit','ALloX','ExfeT','trace','2377520pijmjk','toUpperCase','837893bwHOIE','logToTestOps','object','tmhnq','exports','TEST_LOG','winston-transport','8397585EBpoAH','5752160XUYcQx','INFO','../../helpers/test-observability/constants','DEBUG','6mKLDKA','TRACE','message','787367NeMigm','toISOString'];a52_0xf147=function(){return _0x204e7b;};return a52_0xf147();}
1
+ const a52_0x11b1ba=a52_0x2647;(function(_0x58fb5a,_0x3613ed){const _0x26e216=a52_0x2647,_0x4318eb=_0x58fb5a();while(!![]){try{const _0x39ead6=parseInt(_0x26e216(0x120))/0x1+parseInt(_0x26e216(0x11e))/0x2+parseInt(_0x26e216(0x12c))/0x3*(parseInt(_0x26e216(0x128))/0x4)+-parseInt(_0x26e216(0x122))/0x5*(parseInt(_0x26e216(0x141))/0x6)+-parseInt(_0x26e216(0x13e))/0x7+parseInt(_0x26e216(0x12e))/0x8+-parseInt(_0x26e216(0x126))/0x9*(parseInt(_0x26e216(0x131))/0xa);if(_0x39ead6===_0x3613ed)break;else _0x4318eb['push'](_0x4318eb['shift']());}catch(_0x309b4c){_0x4318eb['push'](_0x4318eb['shift']());}}}(a52_0x14fc,0x2a272));const Transport=require(a52_0x11b1ba(0x133)),{consoleHolder}=require('../../helpers/test-observability/constants'),a52_0xffa037={};a52_0xffa037[a52_0x11b1ba(0x130)]='INFO',a52_0xffa037[a52_0x11b1ba(0x13c)]=a52_0x11b1ba(0x13c),a52_0xffa037[a52_0x11b1ba(0x140)]=a52_0x11b1ba(0x140),a52_0xffa037[a52_0x11b1ba(0x12d)]=a52_0x11b1ba(0x12d),a52_0xffa037[a52_0x11b1ba(0x129)]=a52_0x11b1ba(0x129);const LOG_LEVELS=a52_0xffa037;class logReportingAPI extends Transport{constructor(_0xb27d8f){super(_0xb27d8f);}[a52_0x11b1ba(0x12f)](_0x37ad07,_0x124d44){const _0x28b485=a52_0x11b1ba,_0xd853c7={'asjaa':_0x28b485(0x138),'WyxZa':function(_0x23591b,_0x4597ef){return _0x23591b(_0x4597ef);},'jEZQj':function(_0x22e47e,_0x19e57e){return _0x22e47e===_0x19e57e;},'EPgso':_0x28b485(0x135),'yheWr':function(_0x5c24f5){return _0x5c24f5();}};_0xd853c7[_0x28b485(0x13f)](setImmediate,()=>{const _0x221c47=_0x28b485;this[_0x221c47(0x11f)](_0xd853c7['asjaa'],_0x37ad07);}),_0xd853c7['jEZQj'](typeof _0x37ad07,_0xd853c7[_0x28b485(0x137)])?this[_0x28b485(0x13b)](_0x37ad07[_0x28b485(0x124)]||LOG_LEVELS['INFO'],_0x37ad07[_0x28b485(0x11d)],![]):this[_0x28b485(0x13b)](LOG_LEVELS[_0x28b485(0x130)],_0x37ad07),_0x124d44&&_0xd853c7[_0x28b485(0x123)](_0x124d44);}[a52_0x11b1ba(0x13b)]=(_0x4462ae=LOG_LEVELS[a52_0x11b1ba(0x130)],_0x413941='',_0x319c0b=!![])=>{const _0x5ae087=a52_0x11b1ba,_0x4bdd7b={};_0x4bdd7b[_0x5ae087(0x132)]=_0x5ae087(0x136);const _0x36a973=_0x4bdd7b;_0x319c0b&&consoleHolder[_0x4462ae[_0x5ae087(0x121)]()](_0x413941),process['emit'](_0x5ae087(0x12b)+process[_0x5ae087(0x125)],{'timestamp':new Date()[_0x5ae087(0x134)](),'level':_0x4462ae[_0x5ae087(0x12a)](),'message':_0x413941,'kind':_0x36a973[_0x5ae087(0x132)],'http_response':{}});};['trace']=(_0x402349,_0x571161)=>{const _0x9726ae=a52_0x11b1ba;this[_0x9726ae(0x13b)](LOG_LEVELS[_0x9726ae(0x12d)],_0x402349);};[a52_0x11b1ba(0x139)]=(_0x5bdce6,_0x1b6bce)=>{const _0x3a9801=a52_0x11b1ba;this['logToTestOps'](LOG_LEVELS[_0x3a9801(0x140)],_0x5bdce6);};[a52_0x11b1ba(0x13d)]=(_0x1c69cc,_0x1c3652)=>{const _0x3501d8=a52_0x11b1ba;this[_0x3501d8(0x13b)](LOG_LEVELS[_0x3501d8(0x130)],_0x1c69cc);};[a52_0x11b1ba(0x127)]=(_0x1f337f,_0x3d0677)=>{const _0x32c186=a52_0x11b1ba;this[_0x32c186(0x13b)](LOG_LEVELS['WARN'],_0x1f337f);};['error']=(_0x101622,_0x5f4134)=>{const _0x5c5adf=a52_0x11b1ba;this[_0x5c5adf(0x13b)](LOG_LEVELS[_0x5c5adf(0x13c)],_0x101622);};};module[a52_0x11b1ba(0x13a)]=logReportingAPI;function a52_0x2647(_0x4ee8a4,_0x23cd2c){const _0x14fcbf=a52_0x14fc();return a52_0x2647=function(_0x2647cf,_0x599855){_0x2647cf=_0x2647cf-0x11d;let _0x48b266=_0x14fcbf[_0x2647cf];return _0x48b266;},a52_0x2647(_0x4ee8a4,_0x23cd2c);}function a52_0x14fc(){const _0x4686c9=['toUpperCase','bs:addLog:','881835SmVMlN','TRACE','2610136vBjsRV','log','INFO','615980lWsKcK','ckTAa','winston-transport','toISOString','object','TEST_LOG','EPgso','logged','debug','exports','logToTestOps','ERROR','info','1178394xMAdMD','WyxZa','DEBUG','150jlpPjz','message','126364pTcCwy','emit','182619JkZqTB','toLowerCase','31085JIwwzR','yheWr','level','pid','54PdVuLh','warn','4hBUdwd','WARN'];a52_0x14fc=function(){return _0x4686c9;};return a52_0x14fc();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a53_0x1f9bb8=a53_0x4a34;(function(_0x3b9220,_0x3865ac){const _0x522473=a53_0x4a34,_0x16b04f=_0x3b9220();while(!![]){try{const _0x2de1a5=parseInt(_0x522473(0x1bb))/0x1+parseInt(_0x522473(0x1c4))/0x2*(parseInt(_0x522473(0x1e3))/0x3)+-parseInt(_0x522473(0x1c8))/0x4*(-parseInt(_0x522473(0x1d5))/0x5)+parseInt(_0x522473(0x1db))/0x6+parseInt(_0x522473(0x1c7))/0x7*(-parseInt(_0x522473(0x1d3))/0x8)+parseInt(_0x522473(0x1d4))/0x9+-parseInt(_0x522473(0x1cd))/0xa*(parseInt(_0x522473(0x1ba))/0xb);if(_0x2de1a5===_0x3865ac)break;else _0x16b04f['push'](_0x16b04f['shift']());}catch(_0x494c65){_0x16b04f['push'](_0x16b04f['shift']());}}}(a53_0x208e,0xaed3d));const fs=require('fs'),path=require(a53_0x1f9bb8(0x1c0)),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a53_0x1f9bb8(0x1d6)),PerformanceTester=require(a53_0x1f9bb8(0x1ec)),PerformanceEvents=require(a53_0x1f9bb8(0x1e8))[a53_0x1f9bb8(0x1d2)],utilities=require('../../helpers/utilities'),{parallelVanillaRun}=require(a53_0x1f9bb8(0x1be)),TestHubHandler=require(a53_0x1f9bb8(0x1c6));function a53_0x208e(){const _0x593ec0=['../test-runner','platforms','path','File\x20path\x20is\x20required','vanilla','getHubUrl','30fvUlUL','modifyBrowserStackW3CCaps','../../helpers/testhub/testhubHandler','77XgijDz','24212VnlpYx','config','then','VmOVo','rARsw','2690qeOcbl','kBXIS','index','isUndefined','proxySettings','EVENTS','277592sfnOeV','11462184QOHEnt','500oYHCpD','../../helpers/helper','file','Config\x20yml\x20is\x20required','args','push','4166916wkqGVd','exports','launchBuild','parallelsPerPlatform','length','CacaK','initialize','SDK_SETUP','217428nEAZpD','join','FBKke','File\x20','handleApp','../../helpers/performance/constants','\x20doesn\x27t\x20exist','finalExecution','getPlatformName','../../helpers/performance/performance-tester','gfNIT','useW3C','configuration','modifyBrowserStackCaps','155463rHfVkQ','1239057cONNHE','XGwzE','Fdnsm'];a53_0x208e=function(){return _0x593ec0;};return a53_0x208e();}function a53_0x4a34(_0x1f4053,_0x53cf39){const _0x208e81=a53_0x208e();return a53_0x4a34=function(_0x4a3404,_0x172366){_0x4a3404=_0x4a3404-0x1b9;let _0x3c7cec=_0x208e81[_0x4a3404];return _0x3c7cec;},a53_0x4a34(_0x1f4053,_0x53cf39);}async function run(_0x44742f,_0x155c4b,_0xead953){const _0x2538a9=a53_0x1f9bb8,_0x51cd84={'CacaK':_0x2538a9(0x1c2),'FBKke':function(_0x457b64,_0x422566){return _0x457b64(_0x422566);},'VmOVo':_0x2538a9(0x1c1),'Fdnsm':function(_0x41f7c5,_0xfb39ba){return _0x41f7c5(_0xfb39ba);},'XGwzE':_0x2538a9(0x1d8),'kBXIS':function(_0x3e94ae,_0xa9b0c9){return _0x3e94ae>_0xa9b0c9;},'hyCwg':function(_0x168775,_0x521110){return _0x168775>_0x521110;},'rARsw':function(_0x3cd1d1,_0x58ddfb){return _0x3cd1d1*_0x58ddfb;},'gfNIT':function(_0x4bbcb8,_0x213368,_0x4cab8b){return _0x4bbcb8(_0x213368,_0x4cab8b);}};await _0xead953[_0x2538a9(0x1e1)](_0x44742f),await helper[_0x2538a9(0x1e7)](_0xead953[_0x2538a9(0x1c9)]);const _0x155ae3=[];if(helper[_0x2538a9(0x1d0)](_0x44742f['_'][0x1]))throw _0x51cd84[_0x2538a9(0x1e5)](Error,_0x51cd84[_0x2538a9(0x1cb)]);const _0x128d6b=path[_0x2538a9(0x1e4)](process['cwd'](),_0x44742f['_'][0x1]);if(!fs['existsSync'](_0x128d6b))throw _0x51cd84[_0x2538a9(0x1bd)](Error,_0x2538a9(0x1e6)+_0x44742f['_'][0x1]+_0x2538a9(0x1e9));if(!_0xead953[_0x2538a9(0x1c9)])throw _0x51cd84[_0x2538a9(0x1e5)](Error,_0x51cd84[_0x2538a9(0x1bc)]);const _0x1a4210=helper[_0x2538a9(0x1ee)](_0xead953[_0x2538a9(0x1c9)]);_0xead953['config'][_0x2538a9(0x1bf)]&&_0x51cd84[_0x2538a9(0x1ce)](_0xead953['config'][_0x2538a9(0x1bf)][_0x2538a9(0x1df)],0x0)&&_0xead953[_0x2538a9(0x1c9)][_0x2538a9(0x1bf)]['forEach']((_0x3db87b,_0x35f83b)=>{const _0x2501c6=_0x2538a9;_0x1a4210?_0x155ae3['push'](helper['modifyBrowserStackW3CCaps'](_0xead953[_0x2501c6(0x1c9)],_0x51cd84[_0x2501c6(0x1e0)],_0x35f83b)):_0x155ae3[_0x2501c6(0x1da)](helper[_0x2501c6(0x1b9)](_0xead953[_0x2501c6(0x1c9)],_0x51cd84['CacaK'],_0x35f83b));});let _0x5f02b2,_0x5780c0;const _0x3c7c4a=[];if(_0x51cd84['hyCwg'](_0x155ae3[_0x2538a9(0x1df)],0x0))_0x155ae3['forEach']((_0x2e0619,_0x18579d)=>{const _0x3f049c=_0x2538a9,_0x87ba6b={};_0x87ba6b[_0x3f049c(0x1cf)]=_0x18579d,_0x5f02b2={'server':helper['getHubUrl'](_0xead953['config']),'proxySettings':_0xead953[_0x3f049c(0x1c9)]['proxySettings'],'platform':helper[_0x3f049c(0x1eb)](_0x2e0619),'platformCaps':Object['assign'](_0x87ba6b,_0xead953[_0x3f049c(0x1c9)][_0x3f049c(0x1bf)][_0x18579d])};const _0x12052e={'capability':_0x2e0619,..._0x5f02b2};_0x12052e[_0x3f049c(0x1d7)]=_0x128d6b,_0x12052e[_0x3f049c(0x1d9)]=_0x155c4b;const _0x45e1dc={};_0x45e1dc[_0x3f049c(0x1ef)]=_0x12052e,_0x5780c0=_0x45e1dc,_0x3c7c4a['push'](_0x5780c0);});else{let _0x17ed09;_0x1a4210?_0x17ed09=helper[_0x2538a9(0x1c5)](_0xead953[_0x2538a9(0x1c9)],_0x51cd84['CacaK'],0x0):_0x17ed09=helper[_0x2538a9(0x1b9)](_0xead953[_0x2538a9(0x1c9)],_0x51cd84[_0x2538a9(0x1e0)],0x0);_0x5f02b2={'server':helper[_0x2538a9(0x1c3)](_0xead953[_0x2538a9(0x1c9)]),'proxySettings':_0xead953[_0x2538a9(0x1c9)][_0x2538a9(0x1d1)]};const _0x16cd80={'capability':_0x17ed09,..._0x5f02b2};_0x16cd80[_0x2538a9(0x1d7)]=_0x128d6b,_0x16cd80[_0x2538a9(0x1d9)]=_0x155c4b;const _0x51b2ba={};_0x51b2ba[_0x2538a9(0x1ef)]=_0x16cd80,_0x5780c0=_0x51b2ba,_0x3c7c4a[_0x2538a9(0x1da)](_0x5780c0);}const _0x4201b1=await TestHubHandler[_0x2538a9(0x1dd)](_0x51cd84[_0x2538a9(0x1e0)],_0xead953),_0x2e0c2e=_0x51cd84[_0x2538a9(0x1cc)](_0xead953[_0x2538a9(0x1c9)][_0x2538a9(0x1bf)][_0x2538a9(0x1df)]||0x1,_0xead953[_0x2538a9(0x1c9)][_0x2538a9(0x1de)]||0x1);PerformanceTester['end'](PerformanceEvents[_0x2538a9(0x1e2)]),_0x51cd84[_0x2538a9(0x1ed)](parallelVanillaRun,_0x3c7c4a,_0x2e0c2e)[_0x2538a9(0x1ca)](_0x3ab48c=>{})['finally'](async()=>{const _0x3b9696=_0x2538a9;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),await utilities[_0x3b9696(0x1ea)](_0xead953);});}module[a53_0x1f9bb8(0x1dc)]=run;
2
+ 'use strict';function a53_0x2cc0(_0x5579df,_0x5b84f0){const _0x5b5845=a53_0x5b58();return a53_0x2cc0=function(_0x2cc01d,_0x3959c3){_0x2cc01d=_0x2cc01d-0x18a;let _0x3b8589=_0x5b5845[_0x2cc01d];return _0x3b8589;},a53_0x2cc0(_0x5579df,_0x5b84f0);}const a53_0x5993b4=a53_0x2cc0;(function(_0x55f6f1,_0x43b874){const _0x28d4cf=a53_0x2cc0,_0x35061f=_0x55f6f1();while(!![]){try{const _0x275d4a=-parseInt(_0x28d4cf(0x198))/0x1*(-parseInt(_0x28d4cf(0x199))/0x2)+-parseInt(_0x28d4cf(0x1a3))/0x3*(parseInt(_0x28d4cf(0x1b0))/0x4)+-parseInt(_0x28d4cf(0x1a8))/0x5*(-parseInt(_0x28d4cf(0x19b))/0x6)+-parseInt(_0x28d4cf(0x1a6))/0x7+-parseInt(_0x28d4cf(0x1b8))/0x8*(parseInt(_0x28d4cf(0x194))/0x9)+-parseInt(_0x28d4cf(0x1ac))/0xa*(parseInt(_0x28d4cf(0x197))/0xb)+-parseInt(_0x28d4cf(0x1b1))/0xc*(-parseInt(_0x28d4cf(0x1a5))/0xd);if(_0x275d4a===_0x43b874)break;else _0x35061f['push'](_0x35061f['shift']());}catch(_0x49287e){_0x35061f['push'](_0x35061f['shift']());}}}(a53_0x5b58,0x8f660));function a53_0x5b58(){const _0x3a8a01=['then','22ZfNfFa','2642Ewqvdl','788ZlhnFf','parallelsPerPlatform','2368488hISYfL','File\x20path\x20is\x20required','../../helpers/performance/constants','cwd','KYiWd','file','celLr','configuration','19947xLfEcx','FFnlO','5157165iBVpll','6750989WzMXMn','handleApp','5cvNyBV','platforms','moGqL','../../helpers/utilities','927370jGkfTr','bbsWL','launchBuild','getPlatformName','568cNkwnH','60cpzNdg','File\x20','length','path','push','../../helpers/testhub/testhubHandler','useW3C','454032pIXbdt','modifyBrowserStackW3CCaps','index','join','assign','start','vanilla','../../helpers/helper','modifyBrowserStackCaps','existsSync','exports','EVENTS','proxySettings','SDK_SETUP','getHubUrl','initialize','fuHIe','args','forEach','config','isUndefined','117nTjgZU','finally'];a53_0x5b58=function(){return _0x3a8a01;};return a53_0x5b58();}const fs=require('fs'),path=require(a53_0x5993b4(0x1b4)),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a53_0x5993b4(0x1bf)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a53_0x5993b4(0x19d))[a53_0x5993b4(0x18a)],utilities=require(a53_0x5993b4(0x1ab)),{parallelVanillaRun}=require('../test-runner'),TestHubHandler=require(a53_0x5993b4(0x1b6));async function run(_0xc9e427,_0x384c60,_0x424b9e){const _0x212869=a53_0x5993b4,_0x4408db={'celLr':_0x212869(0x1be),'FFnlO':function(_0x23fe5c,_0x7fb521){return _0x23fe5c(_0x7fb521);},'rRNgO':_0x212869(0x19c),'fuHIe':function(_0x43ff79,_0x57a03f){return _0x43ff79(_0x57a03f);},'moGqL':'Config\x20yml\x20is\x20required','KYiWd':function(_0x2ea792,_0x3134b2){return _0x2ea792>_0x3134b2;},'bbsWL':function(_0x5ae716,_0x46dc11){return _0x5ae716*_0x46dc11;},'PBcKa':function(_0x2e01eb,_0x43551e,_0x52f280){return _0x2e01eb(_0x43551e,_0x52f280);}};await _0x424b9e[_0x212869(0x18e)](_0xc9e427),await helper[_0x212869(0x1a7)](_0x424b9e[_0x212869(0x192)]);const _0x11e06a=[];if(helper[_0x212869(0x193)](_0xc9e427['_'][0x1]))throw _0x4408db[_0x212869(0x1a4)](Error,_0x4408db['rRNgO']);const _0x571bdd=path[_0x212869(0x1bb)](process[_0x212869(0x19e)](),_0xc9e427['_'][0x1]);if(!fs[_0x212869(0x1c1)](_0x571bdd))throw _0x4408db[_0x212869(0x18f)](Error,_0x212869(0x1b2)+_0xc9e427['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x424b9e[_0x212869(0x192)])throw _0x4408db[_0x212869(0x1a4)](Error,_0x4408db[_0x212869(0x1aa)]);const _0x4f6ce2=helper[_0x212869(0x1b7)](_0x424b9e[_0x212869(0x192)]);_0x424b9e['config'][_0x212869(0x1a9)]&&_0x4408db[_0x212869(0x19f)](_0x424b9e[_0x212869(0x192)][_0x212869(0x1a9)][_0x212869(0x1b3)],0x0)&&_0x424b9e[_0x212869(0x192)][_0x212869(0x1a9)][_0x212869(0x191)]((_0x23c2c4,_0x114ce1)=>{const _0x1f6ea6=_0x212869;_0x4f6ce2?_0x11e06a[_0x1f6ea6(0x1b5)](helper[_0x1f6ea6(0x1b9)](_0x424b9e[_0x1f6ea6(0x192)],_0x4408db['celLr'],_0x114ce1)):_0x11e06a[_0x1f6ea6(0x1b5)](helper[_0x1f6ea6(0x1c0)](_0x424b9e[_0x1f6ea6(0x192)],_0x4408db[_0x1f6ea6(0x1a1)],_0x114ce1));});let _0x2bf8a3,_0x5b2cd0;const _0x4cfb45=[];if(_0x4408db[_0x212869(0x19f)](_0x11e06a['length'],0x0))_0x11e06a[_0x212869(0x191)]((_0x516e47,_0x12ce21)=>{const _0x48fdac=_0x212869,_0x5bd32c={};_0x5bd32c[_0x48fdac(0x1ba)]=_0x12ce21,_0x2bf8a3={'server':helper[_0x48fdac(0x18d)](_0x424b9e[_0x48fdac(0x192)]),'proxySettings':_0x424b9e[_0x48fdac(0x192)][_0x48fdac(0x18b)],'platform':helper[_0x48fdac(0x1af)](_0x516e47),'platformCaps':Object[_0x48fdac(0x1bc)](_0x5bd32c,_0x424b9e[_0x48fdac(0x192)][_0x48fdac(0x1a9)][_0x12ce21])};const _0x46c874={'capability':_0x516e47,..._0x2bf8a3};_0x46c874[_0x48fdac(0x1a0)]=_0x571bdd,_0x46c874[_0x48fdac(0x190)]=_0x384c60;const _0x98b292={};_0x98b292[_0x48fdac(0x1a2)]=_0x46c874,_0x5b2cd0=_0x98b292,_0x4cfb45[_0x48fdac(0x1b5)](_0x5b2cd0);});else{let _0x11257a;_0x4f6ce2?_0x11257a=helper[_0x212869(0x1b9)](_0x424b9e[_0x212869(0x192)],_0x4408db[_0x212869(0x1a1)],0x0):_0x11257a=helper[_0x212869(0x1c0)](_0x424b9e['config'],_0x4408db['celLr'],0x0);_0x2bf8a3={'server':helper[_0x212869(0x18d)](_0x424b9e[_0x212869(0x192)]),'proxySettings':_0x424b9e[_0x212869(0x192)][_0x212869(0x18b)]};const _0x45bc7a={'capability':_0x11257a,..._0x2bf8a3};_0x45bc7a[_0x212869(0x1a0)]=_0x571bdd,_0x45bc7a[_0x212869(0x190)]=_0x384c60;const _0x167ffe={};_0x167ffe[_0x212869(0x1a2)]=_0x45bc7a,_0x5b2cd0=_0x167ffe,_0x4cfb45[_0x212869(0x1b5)](_0x5b2cd0);}const _0x2902cc=await TestHubHandler[_0x212869(0x1ae)](_0x4408db['celLr'],_0x424b9e),_0x40c208=_0x4408db[_0x212869(0x1ad)](_0x424b9e[_0x212869(0x192)]['platforms'][_0x212869(0x1b3)]||0x1,_0x424b9e[_0x212869(0x192)][_0x212869(0x19a)]||0x1);PerformanceTester['end'](PerformanceEvents[_0x212869(0x18c)]),_0x4408db['PBcKa'](parallelVanillaRun,_0x4cfb45,_0x40c208)[_0x212869(0x196)](_0x30d60c=>{})[_0x212869(0x195)](async()=>{const _0x37a291=_0x212869;PerformanceTester[_0x37a291(0x1bd)](PerformanceEvents['SDK_CLEANUP']),await utilities['finalExecution'](_0x424b9e);});}module[a53_0x5993b4(0x1c2)]=run;
@@ -1 +1 @@
1
- const a54_0x7b7e65=a54_0x1bec;function a54_0x442e(){const _0x2d2347=['adQiY','2474379MfCCuN','2IGAOLe','browser_version','mNFrl','./helpers/metadata','__platformCaps','platformVersion','device','32380xZsSnK','browserVersion','getCurrentPlatform','105YasXLH','browser','osVersion','oNTyj','1902YpzTBu','835904HjHrpw','FtfKQ','browserName','10wNMsjv','customVariables','deviceName','evWNZ','efSQE','1114464VdGhOm','JikvU','HLnsx','os_version','iElyn','296949VSNbyj','7ohDvGd','exports','ZGyNJ','set','platform','2610eikrmY','3363503hiUZFM','EkFvW','rNZbz','setTestMetadata','yZKOX'];a54_0x442e=function(){return _0x2d2347;};return a54_0x442e();}(function(_0x2524c9,_0x586c37){const _0x38305d=a54_0x1bec,_0x48cc79=_0x2524c9();while(!![]){try{const _0x509436=-parseInt(_0x38305d(0xfb))/0x1*(parseInt(_0x38305d(0xdf))/0x2)+-parseInt(_0x38305d(0xe9))/0x3*(-parseInt(_0x38305d(0xe6))/0x4)+-parseInt(_0x38305d(0x101))/0x5*(-parseInt(_0x38305d(0xed))/0x6)+parseInt(_0x38305d(0xfc))/0x7*(parseInt(_0x38305d(0xee))/0x8)+parseInt(_0x38305d(0xde))/0x9*(-parseInt(_0x38305d(0xf1))/0xa)+parseInt(_0x38305d(0xd8))/0xb+-parseInt(_0x38305d(0xf6))/0xc;if(_0x509436===_0x586c37)break;else _0x48cc79['push'](_0x48cc79['shift']());}catch(_0x284f2b){_0x48cc79['push'](_0x48cc79['shift']());}}}(a54_0x442e,0x2f704));const TestMetadata=require(a54_0x7b7e65(0xe2));function a54_0x1bec(_0x374d3b,_0x2ea71e){const _0x442efb=a54_0x442e();return a54_0x1bec=function(_0x1bece7,_0xa93328){_0x1bece7=_0x1bece7-0xd8;let _0x5a99c6=_0x442efb[_0x1bece7];return _0x5a99c6;},a54_0x1bec(_0x374d3b,_0x2ea71e);}class BrowserStackSdk{static[a54_0x7b7e65(0xe8)](){const _0x8b7e74=a54_0x7b7e65,_0x43e613={};_0x43e613[_0x8b7e74(0xf8)]=_0x8b7e74(0xf9),_0x43e613[_0x8b7e74(0xdc)]=_0x8b7e74(0xeb),_0x43e613[_0x8b7e74(0xda)]=_0x8b7e74(0xea),_0x43e613[_0x8b7e74(0xdd)]=_0x8b7e74(0xf0),_0x43e613[_0x8b7e74(0xe1)]=_0x8b7e74(0xe0),_0x43e613['evWNZ']=_0x8b7e74(0xe7),_0x43e613[_0x8b7e74(0xef)]=_0x8b7e74(0xe5),_0x43e613[_0x8b7e74(0xf5)]=_0x8b7e74(0xf3),_0x43e613[_0x8b7e74(0xd9)]=_0x8b7e74(0x100),_0x43e613[_0x8b7e74(0xfe)]='platformName',_0x43e613[_0x8b7e74(0xec)]='platform_version',_0x43e613[_0x8b7e74(0xfa)]=_0x8b7e74(0xe4),_0x43e613[_0x8b7e74(0xf7)]=_0x8b7e74(0xf2);const _0x1e7be2=_0x43e613,_0x257cc6={};if(global['__platformCaps']){const _0x5eadfa=global[_0x8b7e74(0xe3)],_0x30c474=_0x5eadfa[_0x1e7be2[_0x8b7e74(0xf8)]]||_0x5eadfa[_0x1e7be2[_0x8b7e74(0xdc)]],_0x85e413=_0x5eadfa[_0x1e7be2[_0x8b7e74(0xda)]]||_0x5eadfa[_0x1e7be2['adQiY']],_0x1a0a15=_0x5eadfa[_0x1e7be2[_0x8b7e74(0xe1)]]||_0x5eadfa[_0x1e7be2[_0x8b7e74(0xf4)]],_0x3b5926=_0x5eadfa[_0x1e7be2[_0x8b7e74(0xef)]]||_0x5eadfa[_0x1e7be2[_0x8b7e74(0xf5)]],_0x4611f7=_0x5eadfa[_0x1e7be2[_0x8b7e74(0xd9)]]||_0x5eadfa[_0x1e7be2['ZGyNJ']],_0x5aea1c=_0x5eadfa[_0x1e7be2[_0x8b7e74(0xec)]]||_0x5eadfa[_0x1e7be2[_0x8b7e74(0xfa)]];_0x5eadfa['os']&&(_0x257cc6['os']=_0x5eadfa['os']),_0x30c474&&(_0x257cc6[_0x1e7be2[_0x8b7e74(0xdc)]]=_0x30c474),_0x85e413&&(_0x257cc6[_0x1e7be2['adQiY']]=_0x85e413),_0x1a0a15&&(_0x257cc6[_0x1e7be2[_0x8b7e74(0xf4)]]=_0x1a0a15),_0x3b5926&&(_0x257cc6[_0x1e7be2['efSQE']]=_0x3b5926),_0x4611f7&&(_0x257cc6[_0x1e7be2['ZGyNJ']]=_0x4611f7),_0x5aea1c&&(_0x257cc6[_0x1e7be2[_0x8b7e74(0xfa)]]=_0x5aea1c),_0x5eadfa[_0x1e7be2['JikvU']]&&(_0x257cc6[_0x1e7be2[_0x8b7e74(0xf7)]]=_0x5eadfa[_0x1e7be2['JikvU']]);}return _0x257cc6;}static[a54_0x7b7e65(0xdb)](_0x3b8b6c={}){const _0x5f236a=a54_0x7b7e65;TestMetadata[_0x5f236a(0xff)](_0x3b8b6c);}}module[a54_0x7b7e65(0xfd)]=BrowserStackSdk;
1
+ const a54_0x53a854=a54_0x2750;(function(_0x189e1b,_0x419d3c){const _0x2ab706=a54_0x2750,_0xd7d9e7=_0x189e1b();while(!![]){try{const _0x579ead=parseInt(_0x2ab706(0xbf))/0x1*(parseInt(_0x2ab706(0xc9))/0x2)+parseInt(_0x2ab706(0xae))/0x3*(parseInt(_0x2ab706(0xbd))/0x4)+parseInt(_0x2ab706(0xc8))/0x5+-parseInt(_0x2ab706(0xb0))/0x6*(-parseInt(_0x2ab706(0xc6))/0x7)+-parseInt(_0x2ab706(0xac))/0x8*(-parseInt(_0x2ab706(0xba))/0x9)+parseInt(_0x2ab706(0xa9))/0xa+-parseInt(_0x2ab706(0xb1))/0xb*(parseInt(_0x2ab706(0xc0))/0xc);if(_0x579ead===_0x419d3c)break;else _0xd7d9e7['push'](_0xd7d9e7['shift']());}catch(_0x4ad454){_0xd7d9e7['push'](_0xd7d9e7['shift']());}}}(a54_0x13e5,0xb15fc));const TestMetadata=require(a54_0x53a854(0xad));class BrowserStackSdk{static[a54_0x53a854(0xa7)](){const _0x4e9938=a54_0x53a854,_0x45b97d={};_0x45b97d[_0x4e9938(0xb8)]=_0x4e9938(0xab),_0x45b97d[_0x4e9938(0xca)]=_0x4e9938(0xb5),_0x45b97d[_0x4e9938(0xa8)]='browser',_0x45b97d[_0x4e9938(0xa5)]=_0x4e9938(0xb6),_0x45b97d[_0x4e9938(0xa6)]='browser_version',_0x45b97d[_0x4e9938(0xc3)]='browserVersion',_0x45b97d[_0x4e9938(0xbc)]=_0x4e9938(0xb3),_0x45b97d[_0x4e9938(0xaf)]=_0x4e9938(0xc4),_0x45b97d[_0x4e9938(0xc1)]='platform',_0x45b97d[_0x4e9938(0xaa)]=_0x4e9938(0xb9),_0x45b97d['zqCBT']=_0x4e9938(0xbe),_0x45b97d['AWIcs']=_0x4e9938(0xa4),_0x45b97d[_0x4e9938(0xb2)]='customVariables';const _0x40006d=_0x45b97d,_0x5be1c7={};if(global[_0x4e9938(0xb4)]){const _0x4a1f64=global['__platformCaps'],_0x1a5a71=_0x4a1f64[_0x40006d['UbtHG']]||_0x4a1f64[_0x40006d[_0x4e9938(0xca)]],_0x3d54b3=_0x4a1f64[_0x40006d[_0x4e9938(0xa8)]]||_0x4a1f64[_0x40006d['jzrDs']],_0x478f75=_0x4a1f64[_0x40006d[_0x4e9938(0xa6)]]||_0x4a1f64[_0x40006d[_0x4e9938(0xc3)]],_0x804f22=_0x4a1f64[_0x40006d[_0x4e9938(0xbc)]]||_0x4a1f64[_0x40006d[_0x4e9938(0xaf)]],_0x5ee92e=_0x4a1f64[_0x40006d[_0x4e9938(0xc1)]]||_0x4a1f64[_0x40006d[_0x4e9938(0xaa)]],_0x2a5626=_0x4a1f64[_0x40006d[_0x4e9938(0xc5)]]||_0x4a1f64[_0x40006d[_0x4e9938(0xbb)]];_0x4a1f64['os']&&(_0x5be1c7['os']=_0x4a1f64['os']),_0x1a5a71&&(_0x5be1c7[_0x40006d[_0x4e9938(0xca)]]=_0x1a5a71),_0x3d54b3&&(_0x5be1c7[_0x40006d['jzrDs']]=_0x3d54b3),_0x478f75&&(_0x5be1c7[_0x40006d[_0x4e9938(0xc3)]]=_0x478f75),_0x804f22&&(_0x5be1c7[_0x40006d['COBxd']]=_0x804f22),_0x5ee92e&&(_0x5be1c7[_0x40006d[_0x4e9938(0xaa)]]=_0x5ee92e),_0x2a5626&&(_0x5be1c7[_0x40006d['AWIcs']]=_0x2a5626),_0x4a1f64[_0x40006d[_0x4e9938(0xb2)]]&&(_0x5be1c7[_0x40006d[_0x4e9938(0xb2)]]=_0x4a1f64[_0x40006d['jZjjQ']]);}return _0x5be1c7;}static[a54_0x53a854(0xc2)](_0x37ea75={}){const _0x1270b8=a54_0x53a854;TestMetadata[_0x1270b8(0xb7)](_0x37ea75);}}function a54_0x13e5(){const _0x42f67c=['exports','6780555aDIaDR','9518zYOUKr','AWOHp','platformVersion','jzrDs','zWxlQ','getCurrentPlatform','wrLXq','3678240wGkgnO','gLXjD','os_version','120ZgPSVL','./helpers/metadata','3EavEba','COBxd','448698uiqEqe','8525528zSbAAm','jZjjQ','device','__platformCaps','osVersion','browserName','set','UbtHG','platformName','234801PhXbYP','AWIcs','bbBxW','3552656NPZSBy','platform_version','163gUKdBQ','60UVjuLD','DHeAD','setTestMetadata','NFmnx','deviceName','zqCBT','77wTtSnW'];a54_0x13e5=function(){return _0x42f67c;};return a54_0x13e5();}function a54_0x2750(_0x4c501c,_0xa12e1f){const _0x13e5ef=a54_0x13e5();return a54_0x2750=function(_0x275063,_0x29fec0){_0x275063=_0x275063-0xa4;let _0xb38aed=_0x13e5ef[_0x275063];return _0xb38aed;},a54_0x2750(_0x4c501c,_0xa12e1f);}module[a54_0x53a854(0xc7)]=BrowserStackSdk;