browserstack-node-sdk 1.36.1 → 1.36.3

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_0x362718=a45_0x279b;(function(_0x42af4f,_0x1d450d){const _0x24c06d=a45_0x279b,_0x263898=_0x42af4f();while(!![]){try{const _0x445316=-parseInt(_0x24c06d(0x1cb))/0x1+parseInt(_0x24c06d(0x1ce))/0x2*(-parseInt(_0x24c06d(0x1d2))/0x3)+-parseInt(_0x24c06d(0x1d4))/0x4+parseInt(_0x24c06d(0x1d3))/0x5+-parseInt(_0x24c06d(0x1df))/0x6+parseInt(_0x24c06d(0x1da))/0x7+parseInt(_0x24c06d(0x1bc))/0x8*(parseInt(_0x24c06d(0x1cf))/0x9);if(_0x445316===_0x1d450d)break;else _0x263898['push'](_0x263898['shift']());}catch(_0x26f81a){_0x263898['push'](_0x263898['shift']());}}}(a45_0x45bd,0xb608d));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a45_0x362718(0x1c1)),yaml=require(a45_0x362718(0x1de)),yargs=require('yargs'),logger=require(a45_0x362718(0x1be))[a45_0x362718(0x1d6)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a45_0x362718(0x1b6),configFile=process['cwd']()+'/browserstack.yml',packageFile=process[a45_0x362718(0x1f1)]()+'/package.json',frameworks=[a45_0x362718(0x1ca),'jest',a45_0x362718(0x1cc),'node','nightwatch','codeceptjs','playwright'];function a45_0x279b(_0x15c3a3,_0x2fc03a){const _0x45bdac=a45_0x45bd();return a45_0x279b=function(_0x279b4b,_0x4520d3){_0x279b4b=_0x279b4b-0x1b3;let _0x25299a=_0x45bdac[_0x279b4b];return _0x25299a;},a45_0x279b(_0x15c3a3,_0x2fc03a);}let config;logger[a45_0x362718(0x1f5)](a45_0x362718(0x1f3)),createConfigurationFile(yargs[a45_0x362718(0x1bd)][a45_0x362718(0x1d8)],yargs[a45_0x362718(0x1bd)][a45_0x362718(0x1ee)],yargs[a45_0x362718(0x1bd)]['playwright']);try{sdkSetup();}catch(a45_0x482035){logger['debug'](a45_0x362718(0x1f4)+a45_0x482035);}addScriptInPackageJson();function createConfigurationFile(_0x3d9a7a,_0x15d783,_0x335846=![]){const _0x42137e=a45_0x362718,_0x16f059={};_0x16f059['nXRYI']=_0x42137e(0x1ec),_0x16f059[_0x42137e(0x1c0)]=_0x42137e(0x1b7),_0x16f059[_0x42137e(0x1c2)]=_0x42137e(0x1ef);const _0x66820c=_0x16f059;try{let _0x2bd5c8=fs[_0x42137e(0x1d9)](_0x335846?configFileTemplatePW:configFileTemplate,_0x66820c['nXRYI']);_0x3d9a7a&&(_0x2bd5c8=_0x2bd5c8[_0x42137e(0x1d1)](_0x66820c[_0x42137e(0x1c0)],_0x3d9a7a)),_0x15d783&&(_0x2bd5c8=_0x2bd5c8[_0x42137e(0x1d1)](_0x66820c['KwsCY'],_0x15d783)),config=yaml[_0x42137e(0x1c4)](_0x2bd5c8),fs['writeFileSync'](configFile,_0x2bd5c8,_0x5bab94=>{const _0x269946=_0x42137e;_0x5bab94&&logger[_0x269946(0x1f0)](_0x5bab94);});}catch(_0x24d418){logger['error'](_0x24d418);}}function addPostInstallScript(_0x4f3914,_0x1e5a29){const _0x4b6314=a45_0x362718,_0x1c2261={};_0x1c2261[_0x4b6314(0x1f6)]=_0x4b6314(0x1c3),_0x1c2261[_0x4b6314(0x1b3)]=_0x4b6314(0x1ed),_0x1c2261[_0x4b6314(0x1c8)]=_0x4b6314(0x1dc);const _0x508e73=_0x1c2261;let _0x23f0e9=_0x4f3914[_0x508e73['mwoFy']];if(_0x23f0e9&&_0x23f0e9['includes'](_0x508e73[_0x4b6314(0x1b3)]))return;!_0x23f0e9?_0x23f0e9=_0x508e73[_0x4b6314(0x1b3)]:_0x23f0e9+=_0x508e73['idTnL'],_0x1e5a29['push']([_0x508e73[_0x4b6314(0x1f6)],_0x23f0e9]);}function a45_0x45bd(){const _0x6c5ba6=['nvoWc','OXPdH','split','writeFileSync','8OWLIXX','argv','../helpers/logger','kzusS','WSVPr','../helpers/utilities','KwsCY','postinstall','load','indexOf','isUndefined','stringify','idTnL','parse','mocha','399022vTSZHd','cucumber-js','CxjUY','9498UlfQNa','17303967EQLGpv','splice','replace','114Rsoamc','1291330OPMQjt','5284060PriSzw','scripts','winstonLogger','LQcXG','username','readFileSync','4829895xkZckv','SDKSetup','\x20&&\x20npm\x20update\x20browserstack-node-sdk','Setup\x20completed','js-yaml','1348812TLcYCN','join','includes','Adding\x20new\x20script(s)\x20in\x20package.json...','length','sNheM','dABAi','entries','push','SeEsA','browserstack-node-sdk\x20','-browserstack','YiVEn','utf8','npm\x20update\x20browserstack-node-sdk','key','YOUR_ACCESS_KEY','error','cwd','ggDIq','Creating\x20configuration\x20file...','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','info','mwoFy','browserstack-node-sdk','FOqGK','Nrgew','node-setup','/../../browserstack.pw.yml.sample','YOUR_USERNAME'];a45_0x45bd=function(){return _0x6c5ba6;};return a45_0x45bd();}function addScriptInPackageJson(){const _0x48a026=a45_0x362718,_0x349430={'OXPdH':_0x48a026(0x1ec),'YiVEn':function(_0x356b65,_0x5903dd){return _0x356b65<_0x5903dd;},'ggDIq':function(_0x46340f,_0x277e97,_0x152df2){return _0x46340f(_0x277e97,_0x152df2);},'kzusS':function(_0x5a80bb,_0x4a141e,_0x2a9a1e){return _0x5a80bb(_0x4a141e,_0x2a9a1e);},'Nrgew':function(_0x4c18d0,_0xfee4ec){return _0x4c18d0!==_0xfee4ec;},'DNtuQ':_0x48a026(0x1e2)},_0x5b008a=JSON[_0x48a026(0x1c9)](fs[_0x48a026(0x1d9)](packageFile,_0x349430[_0x48a026(0x1b9)])),_0x49ad76=[];for(let _0x399dae=0x0;_0x349430[_0x48a026(0x1eb)](_0x399dae,frameworks[_0x48a026(0x1e3)]);_0x399dae+=0x1){const _0x5dee8d=_0x349430[_0x48a026(0x1f2)](findScriptsWithFramework,_0x5b008a['scripts'],frameworks[_0x399dae]);for(let _0x12104f=0x0;_0x349430[_0x48a026(0x1eb)](_0x12104f,_0x5dee8d['length']);_0x12104f+=0x1){_0x49ad76[_0x48a026(0x1e7)](_0x349430[_0x48a026(0x1bf)](getUpdatedCommand,_0x5b008a[_0x48a026(0x1d5)],_0x5dee8d[_0x12104f]));}_0x349430[_0x48a026(0x1bf)](addPostInstallScript,_0x5b008a[_0x48a026(0x1d5)],_0x49ad76);}const _0x4458e6={..._0x5b008a[_0x48a026(0x1d5)]},_0x40904c=_0x4458e6;for(let _0x51d22e=0x0;_0x349430[_0x48a026(0x1eb)](_0x51d22e,_0x49ad76['length']);_0x51d22e+=0x1){_0x40904c[_0x49ad76[_0x51d22e][0x0]]=_0x49ad76[_0x51d22e][0x1];}_0x349430[_0x48a026(0x1b4)](JSON['stringify'](_0x5b008a[_0x48a026(0x1d5)]),JSON[_0x48a026(0x1c7)](_0x40904c))&&(logger[_0x48a026(0x1f5)](_0x349430['DNtuQ']),_0x5b008a[_0x48a026(0x1d5)]=_0x40904c,fs[_0x48a026(0x1bb)](packageFile,JSON[_0x48a026(0x1c7)](_0x5b008a,null,0x2),_0x5970b6=>{const _0x427056=_0x48a026;_0x5970b6&&logger[_0x427056(0x1f0)](_0x5970b6);}));};function findScriptsWithFramework(_0x332788,_0x43086c){const _0x50796=a45_0x362718,_0x247847={};_0x247847[_0x50796(0x1e4)]=function(_0x402326,_0x11bdf7){return _0x402326<_0x11bdf7;},_0x247847[_0x50796(0x1b8)]=_0x50796(0x1f7);const _0x116f9b=_0x247847,_0x2acab8=[],_0x384bf5=Object[_0x50796(0x1e6)](_0x332788);for(let _0x51672d=0x0;_0x116f9b[_0x50796(0x1e4)](_0x51672d,_0x384bf5[_0x50796(0x1e3)]);_0x51672d+=0x1){_0x384bf5[_0x51672d][0x1][_0x50796(0x1e1)](_0x43086c)&&!_0x384bf5[_0x51672d][0x1][_0x50796(0x1e1)](_0x116f9b[_0x50796(0x1b8)])&&_0x2acab8[_0x50796(0x1e7)](_0x384bf5[_0x51672d][0x0]);}return _0x2acab8;}function getUpdatedCommand(_0x1b46ed,_0x11ac5d){const _0x587bca=a45_0x362718,_0x202814={};_0x202814['SeEsA']=function(_0x3dbe11,_0x2caecb){return _0x3dbe11!==_0x2caecb;},_0x202814[_0x587bca(0x1cd)]=_0x587bca(0x1f7),_0x202814['dABAi']=function(_0x58bc8e,_0x3a759a){return _0x58bc8e===_0x3a759a;};const _0x4b662e=_0x202814,_0x53c0e3=_0x11ac5d+_0x587bca(0x1ea),_0x11c159=_0x1b46ed[_0x11ac5d],_0x213d9e=_0x11c159[_0x587bca(0x1ba)]('\x20');for(const _0x19f179 of frameworks){if(_0x4b662e[_0x587bca(0x1e8)](_0x213d9e[_0x587bca(0x1c5)](_0x19f179),-0x1)){_0x213d9e[_0x587bca(0x1d0)](_0x213d9e[_0x587bca(0x1c5)](_0x19f179),0x0,_0x4b662e[_0x587bca(0x1cd)]);break;}}let _0x1c81c2=_0x213d9e[_0x587bca(0x1e0)]('\x20');return _0x4b662e[_0x587bca(0x1e5)](_0x1c81c2,_0x11c159)&&(_0x1c81c2=_0x587bca(0x1e9)+_0x11c159),[_0x53c0e3,_0x1c81c2];}function sdkSetup(){const _0xe9db5c=a45_0x362718,_0x55a845={};_0x55a845['CzvAB']=_0xe9db5c(0x1b5),_0x55a845[_0xe9db5c(0x1d7)]=_0xe9db5c(0x1db);const _0x2b4f83=_0x55a845;if(helper[_0xe9db5c(0x1c6)](config))return;config['source']=_0x2b4f83['CzvAB'];try{utilities['fireFunnelTestEvent'](_0x2b4f83[_0xe9db5c(0x1d7)],{},config,'');}catch(_0x3a0e3a){logger['debug'](_0xe9db5c(0x1f4)+_0x3a0e3a);}}logger[a45_0x362718(0x1f5)](a45_0x362718(0x1dd));
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));
@@ -1 +1 @@
1
- const a46_0x49b31f=a46_0x3562;function a46_0x2837(){const _0x408d15=['UNSTABLE_onCustomMessage','length','FRrUl','map','LWxid','format','4097800AXVNVI','debug','UpGov','2902053wQMpkg','platform-run-success','6690530fZsFLN','exitCode','json','QXNNi','parallelTestRun','then','worker_threads','jszVW','aBkzT','waitForExit','config','MppJr','parallelCucumberRun','p-limit','Workers\x20failed\x20to\x20exit\x20gracefully','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','417824BpXPiC','kWTSD','results','log','../../helpers/test-observability/utils','postMessage','IpvCc','IzTtu','597378PvULxu','vanillaWorker','platform-run-start','9UAGLdB','parallelVanillaRun','feiEe','stdout','ofjgw','22fgAhra','cucumberWorker','getWorkers','./testWorker.js','test-file-start','getStdout','kZJJw','Worker','send','all','configuration','fRUMB','eONhC','Exception\x20in\x20sending\x20worker\x20message\x20','winstonLogger','platform-run-failure','resolve','stop','platform','KiQNW','getStderr','test-file-success','\x20for','3260823uGOdFW','stderr','util','aDNTa','CKaXh','LaoOC','platforms','test-file-failure','njWKF','TDNvp','ktufR','UDeBY','end','_workerPool','pipe','emit','file','55tTEwsD','SDK_SETUP','106007MGVRTi','yBGFR','EVENTS','DyWNF','jest-worker','ETEcl','error','tgCVw'];a46_0x2837=function(){return _0x408d15;};return a46_0x2837();}function a46_0x3562(_0x160d0e,_0xf7577b){const _0x2837de=a46_0x2837();return a46_0x3562=function(_0x3562c7,_0x2d9f3c){_0x3562c7=_0x3562c7-0xe0;let _0x20a6eb=_0x2837de[_0x3562c7];return _0x20a6eb;},a46_0x3562(_0x160d0e,_0xf7577b);}(function(_0x4acc76,_0x4eac61){const _0x1e9911=a46_0x3562,_0x29c2f6=_0x4acc76();while(!![]){try{const _0x30efd9=parseInt(_0x1e9911(0xf7))/0x1*(-parseInt(_0x1e9911(0x12a))/0x2)+parseInt(_0x1e9911(0xe4))/0x3+parseInt(_0x1e9911(0x11a))/0x4+parseInt(_0x1e9911(0xf5))/0x5*(parseInt(_0x1e9911(0x122))/0x6)+-parseInt(_0x1e9911(0x108))/0x7+-parseInt(_0x1e9911(0x105))/0x8+-parseInt(_0x1e9911(0x125))/0x9*(-parseInt(_0x1e9911(0x10a))/0xa);if(_0x30efd9===_0x4eac61)break;else _0x29c2f6['push'](_0x29c2f6['shift']());}catch(_0x221781){_0x29c2f6['push'](_0x29c2f6['shift']());}}}(a46_0x2837,0xd2a2a));const Worker=require(a46_0x49b31f(0xfb))[a46_0x49b31f(0x131)],Emittery=require('emittery'),pLimit=require(a46_0x49b31f(0x117)),{parentPort}=require(a46_0x49b31f(0x110)),util=require(a46_0x49b31f(0xe6)),logger=require('../../helpers/logger')[a46_0x49b31f(0x138)],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a46_0x49b31f(0xf9)],{debug}=require(a46_0x49b31f(0x11e)),TestHubHandler=require('../../helpers/testhub/testhubHandler');exports[a46_0x49b31f(0x10e)]=(_0x191bac,_0x5c7727,_0x2c4e69)=>new Promise(async _0x52f883=>{const _0x32ebbe=a46_0x49b31f,_0x3e99ab={'aDNTa':'failureCount','aBkzT':function(_0x44020e,_0x24faee){return _0x44020e+_0x24faee;},'yBGFR':_0x32ebbe(0x11c),'DUPmK':_0x32ebbe(0x118),'ETEcl':function(_0x536585,_0x2e5ada){return _0x536585(_0x2e5ada);},'kZJJw':function(_0xfb6dcb,_0x212f9e){return _0xfb6dcb(_0x212f9e);},'tgCVw':_0x32ebbe(0x12e),'LaoOC':_0x32ebbe(0x12d),'KiQNW':'worker','MppJr':_0x32ebbe(0x10c),'XPRSf':'pipe','LWxid':function(_0x1d6c51,_0x24eccd){return _0x1d6c51*_0x24eccd;},'IpvCc':_0x32ebbe(0xe2),'FRrUl':_0x32ebbe(0xeb)},_0x122b13=_0x2c4e69[_0x32ebbe(0x114)],_0x145876={},_0x3e584f=new Worker(require[_0x32ebbe(0x13a)](_0x3e99ab[_0x32ebbe(0xe9)]),{'exposedMethods':[_0x3e99ab[_0x32ebbe(0xe0)]],'forkOptions':{'serialization':_0x3e99ab[_0x32ebbe(0x115)],'stdio':_0x3e99ab['XPRSf']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x3e99ab[_0x32ebbe(0x103)](_0x5c7727,0x1),'enableWorkerThreads':!![]}),_0x220309=new Emittery();_0x220309['on'](_0x3e99ab[_0x32ebbe(0x120)],_0x5182ad=>{const _0x5978a7=_0x32ebbe;_0x145876[_0x5182ad[0x0]]?(_0x145876[_0x5182ad[0x0]][_0x3e99ab['aDNTa']]=_0x3e99ab[_0x5978a7(0x112)](_0x145876[_0x5182ad[0x0]][_0x3e99ab[_0x5978a7(0xe7)]],_0x5182ad[0x1][_0x3e99ab[_0x5978a7(0xe7)]]),_0x145876[_0x5182ad[0x0]][_0x3e99ab[_0x5978a7(0xf8)]]=[..._0x145876[_0x5182ad[0x0]][_0x3e99ab[_0x5978a7(0xf8)]],..._0x5182ad[0x1][_0x3e99ab[_0x5978a7(0xf8)]]]):_0x145876[_0x5182ad[0x0]]={'failureCount':_0x5182ad[0x1][_0x3e99ab[_0x5978a7(0xe7)]],'results':[..._0x5182ad[0x1][_0x3e99ab[_0x5978a7(0xf8)]]]};}),_0x220309['on'](_0x3e99ab[_0x32ebbe(0x101)],_0x5aa82b=>console[_0x32ebbe(0x11d)](_0x5aa82b[0x1]));_0x3e584f[_0x32ebbe(0x12f)]()&&_0x3e584f[_0x32ebbe(0x12f)]()[_0x32ebbe(0xf2)](process['stdout']);_0x3e584f[_0x32ebbe(0xe1)]()&&_0x3e584f[_0x32ebbe(0xe1)]()[_0x32ebbe(0xf2)](process[_0x32ebbe(0xe5)]);const _0x4642cd=async()=>{const _0x636f25=_0x32ebbe,{forceExited:_0x2262cc}=await _0x3e584f[_0x636f25(0xf0)]();_0x2262cc&&console[_0x636f25(0xfd)](_0x3e99ab['DUPmK']);try{await TestHubHandler[_0x636f25(0x13b)]();}catch(_0x3fdcf6){_0x3e99ab[_0x636f25(0xfc)](debug,_0x636f25(0x119)+_0x3fdcf6);}_0x3e99ab[_0x636f25(0x130)](_0x52f883,_0x145876);},_0x16af8e=_0x3e99ab['ETEcl'](pLimit,_0x3e99ab[_0x32ebbe(0x103)](_0x5c7727,0x1)),_0x33e4f0=_0x230074=>_0x16af8e(async()=>{const _0x17f8d9=_0x32ebbe;await _0x220309[_0x17f8d9(0xf3)](_0x3e99ab[_0x17f8d9(0xfe)],_0x230074);const _0xb1b155=_0x3e584f['worker'](_0x230074,_0x122b13);try{parentPort&&_0xb1b155[_0x17f8d9(0xff)](_0x20b1a4=>{const _0x1b94f3=_0x17f8d9;try{parentPort[_0x1b94f3(0x11f)](_0x20b1a4);}catch(_0x33cd1a){logger[_0x1b94f3(0x106)](_0x1b94f3(0x137)+util[_0x1b94f3(0x104)](_0x33cd1a));}});}catch(_0x86f95e){logger[_0x17f8d9(0x106)]('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util['format'](_0x86f95e));}return _0xb1b155;});PerformanceTester['end'](PerformanceEvents[_0x32ebbe(0xf6)]),Promise[_0x32ebbe(0x133)](_0x191bac[_0x32ebbe(0x102)](_0xe4cd7=>_0x33e4f0(_0xe4cd7)[_0x32ebbe(0x10f)](_0x494e1e=>_0x220309['emit'](_0x32ebbe(0xe2),[_0xe4cd7[_0x32ebbe(0x134)][_0x32ebbe(0x13c)],_0x494e1e]),_0x3aca3e=>_0x220309[_0x32ebbe(0xf3)]('test-file-failure',[_0xe4cd7,_0x3aca3e]))))['then'](_0x4642cd,_0x4642cd);}),exports[a46_0x49b31f(0x116)]=(_0x1f0b5e,_0x99a281,_0x3a0425,_0x1b3719,_0x36be88)=>{const _0x117e45=a46_0x49b31f,_0x43a199={'fRUMB':'Workers\x20failed\x20to\x20exit\x20gracefully','feiEe':function(_0x59789b,_0x2e2444){return _0x59789b(_0x2e2444);},'eONhC':_0x117e45(0x124),'TDNvp':_0x117e45(0x12d),'njWKF':_0x117e45(0x12b),'VImor':'json','tKEPw':'pipe','YqOdw':_0x117e45(0x109),'BDbVI':_0x117e45(0x139)};return new Promise(_0x5edb1e=>{const _0x1195d3=_0x117e45,_0x584d03={};_0x584d03[_0x1195d3(0x107)]=_0x43a199[_0x1195d3(0x136)];const _0x15d20a=_0x584d03,_0x43cf38=[],_0x35a9e1=new Worker(require[_0x1195d3(0x13a)](_0x43a199[_0x1195d3(0xed)]),{'exposedMethods':[_0x43a199[_0x1195d3(0xec)]],'forkOptions':{'serialization':_0x43a199['VImor'],'stdio':_0x43a199['tKEPw']},'numWorkers':_0x1f0b5e['length']||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4e051e=new Emittery();_0x4e051e['on'](_0x43a199['YqOdw'],_0x1ca93a=>{_0x43cf38['push']([_0x1ca93a[0x0],_0x1ca93a[0x1]]);}),_0x4e051e['on'](_0x43a199['BDbVI'],_0x4c791d=>console[_0x1195d3(0x11d)](_0x4c791d[0x1]));_0x35a9e1[_0x1195d3(0x12f)]()&&_0x35a9e1[_0x1195d3(0x12f)]()[_0x1195d3(0xf2)](process['stdout']);_0x35a9e1[_0x1195d3(0xe1)]()&&_0x35a9e1[_0x1195d3(0xe1)]()[_0x1195d3(0xf2)](process['stderr']);const _0x2f33cc=async()=>{const _0x579b8d=_0x1195d3,{forceExited:_0x464409}=await _0x35a9e1[_0x579b8d(0xf0)]();_0x464409&&console[_0x579b8d(0xfd)](_0x43a199[_0x579b8d(0x135)]),_0x43a199['feiEe'](_0x5edb1e,_0x43cf38);},_0x4ef10e=_0x43a199[_0x1195d3(0x127)](pLimit,_0x1f0b5e[_0x1195d3(0x100)]||0x1),_0x5d30c6=(_0x22b481,_0x132fc7)=>_0x4ef10e(async()=>{const _0x591165=_0x1195d3;return await _0x4e051e['emit'](_0x15d20a[_0x591165(0x107)],_0x22b481),_0x99a281['platformCaps']=_0x3a0425[_0x591165(0xea)][_0x132fc7],_0x35a9e1['cucumberWorker'](_0x22b481,_0x99a281,_0x3a0425,_0x1b3719,_0x36be88);});Promise['all'](_0x1f0b5e[_0x1195d3(0x102)]((_0xca3398,_0x5f1b32)=>_0x5d30c6(_0xca3398,_0x5f1b32)['then'](_0x15be92=>_0x4e051e[_0x1195d3(0xf3)](_0x1195d3(0x109),[_0xca3398,_0x15be92]),_0x1073a6=>_0x4e051e[_0x1195d3(0xf3)](_0x1195d3(0x139),[_0xca3398,_0x1073a6]))))[_0x1195d3(0x10f)](_0x2f33cc,_0x2f33cc);});},exports[a46_0x49b31f(0x126)]=(_0x5a77ac,_0x4dbb9e)=>new Promise(_0x5a0282=>{const _0x34dbb9=a46_0x49b31f,_0xf9c1d2={'CKaXh':'exit','TWHZc':function(_0x2d5596,_0x12308c){return _0x2d5596===_0x12308c;},'jszVW':function(_0x706b81,_0x46cedb){return _0x706b81!==_0x46cedb;},'IzTtu':'Workers\x20failed\x20to\x20exit\x20gracefully','kWTSD':function(_0x288d2a,_0x218fe0){return _0x288d2a(_0x218fe0);},'ofjgw':_0x34dbb9(0x12d),'llSHp':_0x34dbb9(0x123),'JlmAT':_0x34dbb9(0x10c),'UDeBY':_0x34dbb9(0xf2),'ktufR':_0x34dbb9(0xe2),'DyWNF':'test-file-failure'},_0x10f5b8={},_0x257c4f=new Worker(require['resolve'](_0xf9c1d2[_0x34dbb9(0x129)]),{'exposedMethods':[_0xf9c1d2['llSHp']],'forkOptions':{'serialization':_0xf9c1d2['JlmAT'],'stdio':_0xf9c1d2[_0x34dbb9(0xef)]},'numWorkers':_0x4dbb9e,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3f1d67=new Emittery();_0x3f1d67['on'](_0xf9c1d2[_0x34dbb9(0xee)],_0x2c872c=>{const _0xd932ec=_0x34dbb9;_0x2c872c[0x0]&&logger['info']('Running\x20'+_0x2c872c[0x1]+_0xd932ec(0xe3),_0x2c872c[0x0]);}),_0x3f1d67['on'](_0xf9c1d2[_0x34dbb9(0xfa)],_0x4eb02c=>{const _0x5dcdbe=_0x34dbb9;process[_0x5dcdbe(0x10b)]=0x1;});_0x257c4f[_0x34dbb9(0x12f)]()&&_0x257c4f[_0x34dbb9(0x12f)]()[_0x34dbb9(0xf2)](process[_0x34dbb9(0x128)]);_0x257c4f[_0x34dbb9(0xe1)]()&&_0x257c4f[_0x34dbb9(0xe1)]()[_0x34dbb9(0xf2)](process[_0x34dbb9(0xe5)]);const _0x2e9044=async()=>{const _0x5c35d1=_0x34dbb9,_0x30e4e4={'MNofw':function(_0x1b6e31,_0x488d46){return _0xf9c1d2['TWHZc'](_0x1b6e31,_0x488d46);},'QXNNi':function(_0xf7a1d4,_0x174bd4){const _0x5e5431=a46_0x3562;return _0xf9c1d2[_0x5e5431(0x111)](_0xf7a1d4,_0x174bd4);}};let _0xb3b227=0x0;const _0x2d5339=_0x257c4f[_0x5c35d1(0xf1)][_0x5c35d1(0x12c)](),_0x5cbafc=()=>{},_0x4534ed=_0x2d5339['map'](async _0xbe02ff=>{const _0x225ec9=_0x5c35d1;_0xbe02ff[_0x225ec9(0x132)]([0x2,![]],_0x5cbafc,_0x5cbafc,_0x5cbafc),_0xbe02ff['_child']['on'](_0xf9c1d2[_0x225ec9(0xe8)],_0x428623=>{const _0x5ba855=_0x225ec9;_0x30e4e4['MNofw'](_0xb3b227,0x0)&&_0x30e4e4[_0x5ba855(0x10d)](_0x428623,0x0)&&(_0xb3b227=_0x428623);}),await _0xbe02ff[_0x225ec9(0x113)]();});await Promise[_0x5c35d1(0x133)](_0x4534ed),process[_0x5c35d1(0x10b)]=_0xb3b227;const {forceExited:_0x559d4b}=await _0x257c4f['end']();_0x559d4b&&console['error'](_0xf9c1d2[_0x5c35d1(0x121)]),_0xf9c1d2[_0x5c35d1(0x11b)](_0x5a0282,_0x10f5b8);},_0x5949bc=_0xf9c1d2[_0x34dbb9(0x11b)](pLimit,_0x4dbb9e),_0x201e44=_0x3dbe37=>_0x5949bc(async()=>{const _0x1b8cd7=_0x34dbb9;return _0x257c4f[_0x1b8cd7(0x123)](_0x3dbe37);});Promise[_0x34dbb9(0x133)](_0x5a77ac[_0x34dbb9(0x102)](_0xa635f4=>_0x201e44(_0xa635f4)[_0x34dbb9(0x10f)](_0x4a449f=>_0x3f1d67[_0x34dbb9(0xf3)](_0x34dbb9(0xe2),[_0xa635f4['configuration'][_0x34dbb9(0x13c)],_0xa635f4[_0x34dbb9(0x134)][_0x34dbb9(0xf4)]]),_0x28e83c=>_0x3f1d67['emit']('test-file-failure',[_0xa635f4,_0x28e83c]))))['then'](_0x2e9044,_0x2e9044);});
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 +1 @@
1
- const a47_0x5dafd6=a47_0x922f;function a47_0x4f18(){const _0x5e02cb=['vanilla','IKBYc','run','2801295GfZuEC','1JsLXiX','2983220CZnsZg','SDK_POST_TEST','5ioHMly','PLteF','99uzbOoF','mocha','../../helpers/performance/constants','formatter','cKNbO','stopMonitoring','14USOYUH','3944413KDpMQT','423600aFLBUT','zuvUH','648066rejYdU','20RnsDYV','runVanillaTest','RzLNi','21606108vSSgTm','startMonitoring','runTest','bJfuO','crYzs','../../helpers/performance/performance-tester','jfBzS','731356wfNPnx','../launcher/launcher','yLiUv'];a47_0x4f18=function(){return _0x5e02cb;};return a47_0x4f18();}function a47_0x922f(_0x25c77b,_0x186d31){const _0x4f1863=a47_0x4f18();return a47_0x922f=function(_0x922f8c,_0x31552d){_0x922f8c=_0x922f8c-0x1ee;let _0x44f756=_0x4f1863[_0x922f8c];return _0x44f756;},a47_0x922f(_0x25c77b,_0x186d31);}(function(_0x23af77,_0xba3f69){const _0x5e214b=a47_0x922f,_0x253be6=_0x23af77();while(!![]){try{const _0x111b3f=parseInt(_0x5e214b(0x1f8))/0x1*(-parseInt(_0x5e214b(0x1f1))/0x2)+parseInt(_0x5e214b(0x1f7))/0x3+parseInt(_0x5e214b(0x1f9))/0x4*(parseInt(_0x5e214b(0x1fb))/0x5)+-parseInt(_0x5e214b(0x207))/0x6*(parseInt(_0x5e214b(0x203))/0x7)+-parseInt(_0x5e214b(0x205))/0x8*(-parseInt(_0x5e214b(0x1fd))/0x9)+parseInt(_0x5e214b(0x208))/0xa*(parseInt(_0x5e214b(0x204))/0xb)+-parseInt(_0x5e214b(0x20b))/0xc;if(_0x111b3f===_0xba3f69)break;else _0x253be6['push'](_0x253be6['shift']());}catch(_0x378e55){_0x253be6['push'](_0x253be6['shift']());}}}(a47_0x4f18,0x91bf1));const PerformanceEvents=require(a47_0x5dafd6(0x1ff))['EVENTS'],PerformanceTester=require(a47_0x5dafd6(0x1ef)),{sleep}=require('../../helpers/test-observability/utils');exports[a47_0x5dafd6(0x20d)]=async(_0x52d987,_0x1b3b98)=>{const _0x306da9=a47_0x5dafd6,_0x576636={'PLteF':function(_0x1b28f9,_0x2b4284){return _0x1b28f9(_0x2b4284);},'cKNbO':'../launcher/launcher','RzLNi':_0x306da9(0x1fe),'jfBzS':function(_0x35d073,_0x5b2c96){return _0x35d073(_0x5b2c96);}};PerformanceTester[_0x306da9(0x20c)]();const _0x54d91f=_0x576636[_0x306da9(0x1fc)](require,_0x576636[_0x306da9(0x201)]),_0x1cc762=new _0x54d91f(_0x576636[_0x306da9(0x20a)],_0x52d987,_0x1b3b98),_0x2db0ac=await _0x1cc762[_0x306da9(0x1f6)]();return PerformanceTester['end'](PerformanceEvents[_0x306da9(0x1fa)]),await _0x576636[_0x306da9(0x1f0)](sleep,0x3e8),PerformanceTester[_0x306da9(0x202)](),_0x2db0ac;},exports['runCucumberTest']=async(_0x503081,_0x4ebe26,_0x3bd6e0,_0x2e90f1,_0x117079)=>{const _0x1c0023=a47_0x5dafd6,_0x243e17={'yLiUv':function(_0x47196b,_0x556e21){return _0x47196b(_0x556e21);},'mJXBS':_0x1c0023(0x1f2),'IKBYc':'cucumber-js'},_0x185385={'capability':_0x503081,..._0x4ebe26},_0x5af9e2={};_0x5af9e2['configuration']=_0x185385,_0x5af9e2[_0x1c0023(0x200)]=_0x117079;const _0x17a0e0=_0x5af9e2,_0x28bd6=_0x243e17[_0x1c0023(0x1f3)](require,_0x243e17['mJXBS']),_0x2b6dae=new _0x28bd6(_0x243e17[_0x1c0023(0x1f5)],_0x17a0e0,_0x3bd6e0,_0x2e90f1);return await _0x2b6dae['run']();},exports[a47_0x5dafd6(0x209)]=async _0x40fbb4=>{const _0x1b5c3d=a47_0x5dafd6,_0x406ea6={'zuvUH':function(_0x5247be,_0x48a7a6){return _0x5247be(_0x48a7a6);},'crYzs':_0x1b5c3d(0x1f2),'bJfuO':_0x1b5c3d(0x1f4)},_0x2c7ff9=_0x406ea6[_0x1b5c3d(0x206)](require,_0x406ea6[_0x1b5c3d(0x1ee)]),_0x1d99c4=new _0x2c7ff9(_0x406ea6[_0x1b5c3d(0x20e)],_0x40fbb4);return await _0x1d99c4['run']();};
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 +1 @@
1
- const a48_0x16a5c4=a48_0x2c7c;function a48_0x2c7c(_0x290fe8,_0x420d29){const _0x70e97=a48_0x70e9();return a48_0x2c7c=function(_0x2c7c5c,_0x4ee4ed){_0x2c7c5c=_0x2c7c5c-0x1cd;let _0x350eb8=_0x70e97[_0x2c7c5c];return _0x350eb8;},a48_0x2c7c(_0x290fe8,_0x420d29);}function a48_0x70e9(){const _0x5d3ab3=['yXdCV','696352HwfKYI','143795radxtX','1346184YjOhPc','worker','48dJRzAt','42562OSKYUV','193653JMOSue','88zMRDJp','572385XUoKVl','11QSnrYA','156saamGR','skwmN','9224890IcVGiA','./runTest'];a48_0x70e9=function(){return _0x5d3ab3;};return a48_0x70e9();}(function(_0x27514c,_0x4264b8){const _0x3245ae=a48_0x2c7c,_0x3e1729=_0x27514c();while(!![]){try{const _0x315358=-parseInt(_0x3245ae(0x1d7))/0x1*(-parseInt(_0x3245ae(0x1d6))/0x2)+parseInt(_0x3245ae(0x1da))/0x3+-parseInt(_0x3245ae(0x1d2))/0x4+-parseInt(_0x3245ae(0x1d3))/0x5*(parseInt(_0x3245ae(0x1cd))/0x6)+-parseInt(_0x3245ae(0x1d4))/0x7+-parseInt(_0x3245ae(0x1d9))/0x8*(parseInt(_0x3245ae(0x1d8))/0x9)+-parseInt(_0x3245ae(0x1cf))/0xa*(-parseInt(_0x3245ae(0x1db))/0xb);if(_0x315358===_0x4264b8)break;else _0x3e1729['push'](_0x3e1729['shift']());}catch(_0x4342bd){_0x3e1729['push'](_0x3e1729['shift']());}}}(a48_0x70e9,0xbf64f));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x16a5c4(0x1d0));exports[a48_0x16a5c4(0x1d5)]=async(_0x544860,_0x50e202)=>{const _0x403aaa={'HXufl':function(_0x5327f5,_0x56efd9,_0x3d4b02){return _0x5327f5(_0x56efd9,_0x3d4b02);}};return await _0x403aaa['HXufl'](runTest,_0x544860,_0x50e202);},exports['cucumberWorker']=async(_0xc4da93,_0x5df0d6,_0xbd62ed,_0x18809f,_0x226c2d)=>{const _0x32e678=a48_0x16a5c4,_0x5aa82c={'skwmN':function(_0x23aced,_0x498e8e,_0x34ec85,_0xc78afb,_0x1c8089,_0x309a2d){return _0x23aced(_0x498e8e,_0x34ec85,_0xc78afb,_0x1c8089,_0x309a2d);}};return await _0x5aa82c[_0x32e678(0x1ce)](runCucumberTest,_0xc4da93,_0x5df0d6,_0xbd62ed,_0x18809f,_0x226c2d);},exports['vanillaWorker']=async _0xc2dd29=>{const _0x487a58=a48_0x16a5c4,_0x7c749c={'yXdCV':function(_0x2f12d2,_0x6cbc44){return _0x2f12d2(_0x6cbc44);}};return await _0x7c749c[_0x487a58(0x1d1)](runVanillaTest,_0xc2dd29);};
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 +1 @@
1
- var a49_0x2f00c3=a49_0x8c87;function a49_0x1ee6(){var _0x295b16=['2706474NCyrjE','mocha','vanilla','browserVersion','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_BLOCKED_BY_CLIENT','testOrchestrationOptions','strictFileInteractability','/usage.log','authToken','ieOptions','localProxyPass','Run\x20js\x20tests\x20on\x20browserstack','app-automate','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','browserstack.accessKey','browserstackLocal','httpsProxy','20XiKxjl','uniqueDependency','422844cSbPLB','Upgrade\x20required','Run\x20playwright\x20tests\x20on\x20Browserstack','VERSION','PACKAGE_TYPE','browserName','httpProxy','CI_ARTIFACTS_PATH','.apk','36684BxYElD','SET_TCG_TOKEN_TIMEOUT','TCG_REGION','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_ADDRESS_UNREACHABLE','CODECEPTJS','8890TbWwxp','LOG_FILE_NAME','VANILLA','codeceptjs-cucumber','Playwright','AUTOMATE','SDKTestTcgAuthFailure','percyCaptureMode','percy','AI_INIT_FAILURE','./browserstack-artifacts/','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','VALID_APP_EXTENSION','1452122KBPLif','timeouts','module','AUTOMATE_PRODUCTS','accessibility','ERR_CONNECTION_ABORTED','acceptSslCerts','JEST','TCG_AUTH_FAILURE','edgeOptions','SDKTestTcgDownResponse','disableAutoCaptureLogs','ERR_PROXY_CONNECTION_FAILED','ERR_NETWORK_CHANGED','ERR_FAILED','https://upload-observability.browserstack.com','BROWSERSTACK_APP_AUTOMATE_URL','ROOT_CAPS','chromeOptions','hubUrl','8gSNChm','PRIVATE_DOMAIN_OR_IP_REGEX','accessibilityOptions','ERR_CONNECTION_CLOSED','SHAREABLE_ID_REGEX','INTEGRATIONS','Run\x20nightwatch\x20tests\x20on\x20browserstack','SDKTestTcgtInitSuccessful','codeceptjs','exports','INFO','MOCHA','jest','https://eds.browserstack.com','browserStackLocalOptions','UPGRADE_REQUIRED','turboScaleOptions','SDKTestInvalidTcgAuthResponseWithUserImpact','invalidKeys','BSTACK_DELTA','HEALING_FAILURE_TIMEOUT','framework','SDKTestTcgProxyFailure','browserstackAutomation','acceptSslCert','automate','4275836rQRgXq','userName','logLevel','wss://cdp.browserstack.com/playwright?caps=','84uKlPbR','pageLoadStrategy','ERR_SOCKS_CONNECTION_FAILED','testContextOptions','POLL_HEALING_RESULT_TIMEOUT','turboScale','ERR_CONNECTION_FAILED','https://api.browserstack.com','ERR_SOCKET_NOT_CONNECTED','observability','ERR_TUNNEL_CONNECTION_FAILED','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','COMMONJS','HST','OBSERVABILITY_UPLOAD_URL','ERR_CONNECTION_TIMED_OUT','9xwsCzH','rerunTests','testObservability','ERR_NAME_RESOLUTION_FAILED','cucumber','PLAYWRIGHT','localProxyUser','acceptInsecureCerts','parallelsPerPlatform','proxyUser','CUCUMBER','APP_AUTOMATE','NIGHTWATCH','proxyPassword','DEBUG_LOG_FILE_NAME','ATS_HUB_URL_REGEX','/usage-debug.log','1383940qCYvfA','sdk/v1/event','Run\x20mocha\x20tests\x20on\x20browserstack','HUB_URL_REGEX','mandatoryDependency','Run\x20codeceptjs\x20tests\x20on\x20browserstack','MAX_GIT_META_DATA_SIZE_IN_BYTES','browserstack.overridelocalInfo.userAuthToken','APP_AUTOMATE_PRODUCTS','automation','ATS_WSS_URL_REGEX','.ipa','TCG_URL','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','testObservabilityOptions','customVariables','EDS_URL','platforms','INVALID_INIT_RESP_WITH_USER_IMPACT','ERR_TIMED_OUT','CUSTOM_ID_REGEX','use','proxyPass','firefoxOptions','ERR_NAME_NOT_RESOLVED','unhandledPromptBehavior','GIT_META_DATA_TRUNCATED','CODECEPT','979xqrzyn','proxySettings','BROWSERSTACK_AUTOMATE_URL','TCG_AUTH_TIMEOUT','FUNNEL_INSTRUMENTATION_API_URL','root'];a49_0x1ee6=function(){return _0x295b16;};return a49_0x1ee6();}(function(_0x2e1089,_0x4814d6){var _0x298087=a49_0x8c87,_0x11d180=_0x2e1089();while(!![]){try{var _0xabfcb6=-parseInt(_0x298087(0x23a))/0x1*(-parseInt(_0x298087(0x279))/0x2)+-parseInt(_0x298087(0x216))/0x3+parseInt(_0x298087(0x275))/0x4+-parseInt(_0x298087(0x228))/0x5*(-parseInt(_0x298087(0x22a))/0x6)+-parseInt(_0x298087(0x247))/0x7*(-parseInt(_0x298087(0x25b))/0x8)+-parseInt(_0x298087(0x1e3))/0x9*(parseInt(_0x298087(0x1f4))/0xa)+parseInt(_0x298087(0x210))/0xb*(-parseInt(_0x298087(0x233))/0xc);if(_0xabfcb6===_0x4814d6)break;else _0x11d180['push'](_0x11d180['shift']());}catch(_0x786532){_0x11d180['push'](_0x11d180['shift']());}}}(a49_0x1ee6,0x97230));var a49_0x4762e4={};a49_0x4762e4[a49_0x2f00c3(0x265)]='shows\x20version\x20information',a49_0x4762e4['HELP']='Specify\x20--help\x20for\x20available\x20options';var a49_0xb13952={};a49_0xb13952[a49_0x2f00c3(0x265)]='Run\x20jest\x20tests\x20on\x20browserstack';var a49_0x4033f5={};a49_0x4033f5[a49_0x2f00c3(0x265)]=a49_0x2f00c3(0x1f6);var a49_0x239f68={};a49_0x239f68[a49_0x2f00c3(0x265)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a49_0xdcbccb={};function a49_0x8c87(_0x216c15,_0x20fd14){var _0x1ee609=a49_0x1ee6();return a49_0x8c87=function(_0x8c8751,_0x7261a6){_0x8c8751=_0x8c8751-0x1d4;var _0x5c8780=_0x1ee609[_0x8c8751];return _0x5c8780;},a49_0x8c87(_0x216c15,_0x20fd14);}a49_0xdcbccb[a49_0x2f00c3(0x265)]=a49_0x2f00c3(0x222);var a49_0x50d8b0={};a49_0x50d8b0['INFO']=a49_0x2f00c3(0x261);var a49_0x280963={};a49_0x280963['INFO']=a49_0x2f00c3(0x22c);var a49_0x31805e={};a49_0x31805e[a49_0x2f00c3(0x265)]=a49_0x2f00c3(0x1f9);var a49_0x1d4853={};a49_0x1d4853['INFO']=a49_0x2f00c3(0x201);var a49_0x575b90={};a49_0x575b90[a49_0x2f00c3(0x265)]=a49_0x2f00c3(0x1de);var a49_0x7ce8de={};a49_0x7ce8de[a49_0x2f00c3(0x1e8)]=a49_0x2f00c3(0x23e),a49_0x7ce8de['MOCHA']=a49_0x2f00c3(0x217),a49_0x7ce8de[a49_0x2f00c3(0x24e)]=a49_0x2f00c3(0x267),a49_0x7ce8de[a49_0x2f00c3(0x20f)]=a49_0x2f00c3(0x263),a49_0x7ce8de['CODECEPT_CUCUMBER']=a49_0x2f00c3(0x23d),a49_0x7ce8de[a49_0x2f00c3(0x1ed)]=a49_0x2f00c3(0x1e7);var a49_0x111321={};a49_0x111321[a49_0x2f00c3(0x26d)]=a49_0x2f00c3(0x245),a49_0x111321[a49_0x2f00c3(0x229)]=a49_0x2f00c3(0x21a),a49_0x111321[a49_0x2f00c3(0x1f8)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x111321['invalidTestInputType']=a49_0x2f00c3(0x237);var a49_0x1af0fd={};a49_0x1af0fd[a49_0x2f00c3(0x1df)]='commonjs',a49_0x1af0fd['MODULE']=a49_0x2f00c3(0x249);var a49_0x1775da={};a49_0x1775da[a49_0x2f00c3(0x215)]=[a49_0x2f00c3(0x276),'accessKey',a49_0x2f00c3(0x230),a49_0x2f00c3(0x227),'customVariables','browserstack.userName',a49_0x2f00c3(0x225),a49_0x2f00c3(0x1f0),a49_0x2f00c3(0x21f),'proxyUrl',a49_0x2f00c3(0x1fb)],a49_0x1775da[a49_0x2f00c3(0x269)]=[a49_0x2f00c3(0x1ec),a49_0x2f00c3(0x20a),a49_0x2f00c3(0x1e9),a49_0x2f00c3(0x221)];var a49_0x59d021={};a49_0x59d021[a49_0x2f00c3(0x226)]=a49_0x2f00c3(0x226),a49_0x59d021['browserStackLocalOptions']='browserStackLocalOptions',a49_0x59d021['localOptions']=a49_0x2f00c3(0x269),a49_0x59d021[a49_0x2f00c3(0x1eb)]=a49_0x2f00c3(0x1eb),a49_0x59d021[a49_0x2f00c3(0x205)]=a49_0x2f00c3(0x205),a49_0x59d021['logLevel']=a49_0x2f00c3(0x277),a49_0x59d021[a49_0x2f00c3(0x230)]=a49_0x2f00c3(0x230),a49_0x59d021['httpsProxy']=a49_0x2f00c3(0x227),a49_0x59d021[a49_0x2f00c3(0x270)]=a49_0x2f00c3(0x270),a49_0x59d021[a49_0x2f00c3(0x1d6)]=a49_0x2f00c3(0x1d6),a49_0x59d021[a49_0x2f00c3(0x1e5)]=a49_0x2f00c3(0x1e5),a49_0x59d021['testObservabilityOptions']=a49_0x2f00c3(0x202),a49_0x59d021['customVariables']=a49_0x2f00c3(0x203),a49_0x59d021[a49_0x2f00c3(0x1fd)]=a49_0x2f00c3(0x272),a49_0x59d021[a49_0x2f00c3(0x272)]='browserstackAutomation',a49_0x59d021[a49_0x2f00c3(0x1e4)]=a49_0x2f00c3(0x1e4),a49_0x59d021['percy']=a49_0x2f00c3(0x242),a49_0x59d021['percyOptions']='percyOptions',a49_0x59d021[a49_0x2f00c3(0x241)]=a49_0x2f00c3(0x241),a49_0x59d021[a49_0x2f00c3(0x252)]=a49_0x2f00c3(0x252),a49_0x59d021[a49_0x2f00c3(0x24b)]=a49_0x2f00c3(0x24b),a49_0x59d021[a49_0x2f00c3(0x25d)]='accessibilityOptions',a49_0x59d021['turboScale']=a49_0x2f00c3(0x1d8),a49_0x59d021[a49_0x2f00c3(0x26b)]='turboScaleOptions',a49_0x59d021['proxySettings']=a49_0x2f00c3(0x211),a49_0x59d021[a49_0x2f00c3(0x21c)]=a49_0x2f00c3(0x21c);var a49_0x6300f={};a49_0x6300f[a49_0x2f00c3(0x22d)]=a49_0x4762e4,a49_0x6300f['JEST']=a49_0xb13952,a49_0x6300f[a49_0x2f00c3(0x266)]=a49_0x4033f5,a49_0x6300f[a49_0x2f00c3(0x1ed)]=a49_0x239f68,a49_0x6300f[a49_0x2f00c3(0x23c)]=a49_0xdcbccb,a49_0x6300f[a49_0x2f00c3(0x1ef)]=a49_0x50d8b0,a49_0x6300f['PLAYWRIGHT']=a49_0x280963,a49_0x6300f[a49_0x2f00c3(0x239)]=a49_0x31805e,a49_0x6300f[a49_0x2f00c3(0x1e0)]=a49_0x1d4853,a49_0x6300f[a49_0x2f00c3(0x260)]=a49_0x575b90,a49_0x6300f[a49_0x2f00c3(0x26e)]=0xf*0x3c*0x3e8,a49_0x6300f[a49_0x2f00c3(0x25a)]='https://hub.browserstack.com/wd/hub',a49_0x6300f[a49_0x2f00c3(0x200)]='https://tcg.browserstack.com',a49_0x6300f[a49_0x2f00c3(0x235)]=a49_0x2f00c3(0x209),a49_0x6300f[a49_0x2f00c3(0x1f7)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x6300f[a49_0x2f00c3(0x1f2)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x6300f[a49_0x2f00c3(0x1fe)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x6300f[a49_0x2f00c3(0x258)]=[a49_0x2f00c3(0x1ea),a49_0x2f00c3(0x1d4),a49_0x2f00c3(0x21d),a49_0x2f00c3(0x20d),a49_0x2f00c3(0x248),a49_0x2f00c3(0x22f),a49_0x2f00c3(0x219),a49_0x2f00c3(0x24d),a49_0x2f00c3(0x273),a49_0x2f00c3(0x259),a49_0x2f00c3(0x20b),a49_0x2f00c3(0x250),a49_0x2f00c3(0x220)],a49_0x6300f['ROOT_REGEX']=/^[\w-]+:.*$/,a49_0x6300f[a49_0x2f00c3(0x25c)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x6300f[a49_0x2f00c3(0x204)]=a49_0x2f00c3(0x268),a49_0x6300f['BROWSERSTACK_API_URL']=a49_0x2f00c3(0x1da),a49_0x6300f['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a49_0x6300f[a49_0x2f00c3(0x214)]=a49_0x2f00c3(0x1f5),a49_0x6300f[a49_0x2f00c3(0x24a)]=['automate',a49_0x2f00c3(0x1dc)],a49_0x6300f[a49_0x2f00c3(0x1fc)]=[a49_0x2f00c3(0x223),a49_0x2f00c3(0x1dc)],a49_0x6300f['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a49_0x2f00c3(0x1dc)],a49_0x6300f[a49_0x2f00c3(0x1e1)]=a49_0x2f00c3(0x256),a49_0x6300f['OBSERVABILITY_SUPPORTED_FWS']=[a49_0x2f00c3(0x217),a49_0x2f00c3(0x23e)],a49_0x6300f[a49_0x2f00c3(0x23f)]=[a49_0x2f00c3(0x274)],a49_0x6300f[a49_0x2f00c3(0x212)]='https://automate.browserstack.com/dashboard/v2/builds/',a49_0x6300f[a49_0x2f00c3(0x257)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a49_0x6300f[a49_0x2f00c3(0x1ee)]=[a49_0x2f00c3(0x223)],a49_0x6300f['NUDGE_LOCAL_ERRORS']=[a49_0x2f00c3(0x255),a49_0x2f00c3(0x207),a49_0x2f00c3(0x21b),a49_0x2f00c3(0x254),a49_0x2f00c3(0x1db),a49_0x2f00c3(0x25e),'ERR_CONNECTION_RESET','ERR_CONNECTION_REFUSED',a49_0x2f00c3(0x24c),a49_0x2f00c3(0x1d9),a49_0x2f00c3(0x20c),'ERR_ADDRESS_INVALID',a49_0x2f00c3(0x238),a49_0x2f00c3(0x1dd),a49_0x2f00c3(0x1e2),a49_0x2f00c3(0x1d5),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a49_0x2f00c3(0x253),'ERR_NAME_NOT_RESOLVED',a49_0x2f00c3(0x1e6),a49_0x2f00c3(0x224)],a49_0x6300f[a49_0x2f00c3(0x246)]=[a49_0x2f00c3(0x232),'.aab',a49_0x2f00c3(0x1ff)],a49_0x6300f[a49_0x2f00c3(0x208)]='^[a-zA-Z0-9_.-]*$',a49_0x6300f[a49_0x2f00c3(0x25f)]=a49_0x2f00c3(0x236),a49_0x6300f[a49_0x2f00c3(0x231)]=a49_0x2f00c3(0x244),a49_0x6300f['PLAYWRIGHT_HUB_URL']=a49_0x2f00c3(0x278),a49_0x6300f['FRAMEWORKS']=a49_0x7ce8de,a49_0x6300f['PERCY_SUPPORTED_FRAMEWORKS']=[a49_0x2f00c3(0x267),a49_0x2f00c3(0x217)],a49_0x6300f['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a49_0x111321,a49_0x6300f['AUTOLOGCAPTURE_NOTIFICATION']='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a49_0x6300f[a49_0x2f00c3(0x22e)]=a49_0x1af0fd,a49_0x6300f[a49_0x2f00c3(0x1fa)]=0x40*0x400,a49_0x6300f[a49_0x2f00c3(0x20e)]='...[TRUNCATED]',a49_0x6300f[a49_0x2f00c3(0x26a)]=a49_0x2f00c3(0x22b),a49_0x6300f['TCG_DOWN']=a49_0x2f00c3(0x251),a49_0x6300f[a49_0x2f00c3(0x206)]=a49_0x2f00c3(0x26c),a49_0x6300f[a49_0x2f00c3(0x24f)]=a49_0x2f00c3(0x240),a49_0x6300f['AI_INIT_SUCCESSFUL']=a49_0x2f00c3(0x262),a49_0x6300f[a49_0x2f00c3(0x243)]='SDKTestInitFailedResponse',a49_0x6300f['AI_PROXY_FAILURE']=a49_0x2f00c3(0x271),a49_0x6300f[a49_0x2f00c3(0x213)]=0x1388,a49_0x6300f[a49_0x2f00c3(0x234)]=0x1388,a49_0x6300f['HEALING_LOG_DATA_TIMEOUT']=0x1388,a49_0x6300f[a49_0x2f00c3(0x26f)]=0x1388,a49_0x6300f[a49_0x2f00c3(0x1d7)]=0xc350,a49_0x6300f['REDACTED_KEYS']=a49_0x1775da,a49_0x6300f['AI_ENABLED_FRAMEWORK']=[a49_0x2f00c3(0x218),'codeceptjs'],a49_0x6300f['SDK_INSTRUMENTATION_CONFIG']=a49_0x59d021,a49_0x6300f[a49_0x2f00c3(0x23b)]=a49_0x2f00c3(0x21e),a49_0x6300f[a49_0x2f00c3(0x1f1)]=a49_0x2f00c3(0x1f3),module[a49_0x2f00c3(0x264)]=a49_0x6300f;
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 +1 @@
1
- function a50_0x2c5e(_0x275030,_0x3b6ae5){const _0x320c5a=a50_0x320c();return a50_0x2c5e=function(_0x2c5e80,_0x1bdef1){_0x2c5e80=_0x2c5e80-0x83;let _0x449ac3=_0x320c5a[_0x2c5e80];return _0x449ac3;},a50_0x2c5e(_0x275030,_0x3b6ae5);}(function(_0x517ce1,_0xaef0bc){const _0x58ae2e=a50_0x2c5e,_0x7f1c45=_0x517ce1();while(!![]){try{const _0x3a643a=-parseInt(_0x58ae2e(0x8c))/0x1+parseInt(_0x58ae2e(0x94))/0x2*(-parseInt(_0x58ae2e(0x8e))/0x3)+-parseInt(_0x58ae2e(0x90))/0x4+parseInt(_0x58ae2e(0x84))/0x5+-parseInt(_0x58ae2e(0x8d))/0x6*(-parseInt(_0x58ae2e(0x8f))/0x7)+parseInt(_0x58ae2e(0x8b))/0x8*(-parseInt(_0x58ae2e(0x91))/0x9)+-parseInt(_0x58ae2e(0x86))/0xa*(-parseInt(_0x58ae2e(0x85))/0xb);if(_0x3a643a===_0xaef0bc)break;else _0x7f1c45['push'](_0x7f1c45['shift']());}catch(_0x59ede6){_0x7f1c45['push'](_0x7f1c45['shift']());}}}(a50_0x320c,0x520f4));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function a50_0x320c(){const _0xc1e38e=['layout','3135200ajkJTB','231699wDiofG','9354IJGZGv','52257vLkdIt','1638GXkiCK','838692sCdAsn','9fvcxuv','timezoneOffset','data','34ycWAaO','colouredLayout','join','2691865zUzkEN','132lVqFLX','468610yvsIuR','level','gWnmu','type'];a50_0x320c=function(){return _0xc1e38e;};return a50_0x320c();}function BSTestOpsLog4JSAppender(_0x12c86d,_0x5f4326){return _0x189ff9=>{const _0x57a894=a50_0x2c5e;BSTestOpsLogger['log']({'level':_0x189ff9[_0x57a894(0x87)]?_0x189ff9[_0x57a894(0x87)]['levelStr']:null,'message':_0x189ff9[_0x57a894(0x93)]?_0x189ff9[_0x57a894(0x93)][_0x57a894(0x83)]('\x20'):null});};}exports['configure']=(_0x455c18,_0x1204c4)=>{const _0x321a03=a50_0x2c5e,_0x329427={'gWnmu':function(_0x29bcd2,_0x256517,_0x16254c){return _0x29bcd2(_0x256517,_0x16254c);}};let _0x355f95=_0x1204c4[_0x321a03(0x95)];return _0x455c18['layout']&&(_0x355f95=_0x1204c4['layout'](_0x455c18[_0x321a03(0x8a)][_0x321a03(0x89)],_0x455c18[_0x321a03(0x8a)])),_0x329427[_0x321a03(0x88)](BSTestOpsLog4JSAppender,_0x355f95,_0x455c18[_0x321a03(0x92)]);};
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 +1 @@
1
- const a51_0xd4ffe6=a51_0x563c;(function(_0x4831b3,_0x318531){const _0x487861=a51_0x563c,_0x57b7b7=_0x4831b3();while(!![]){try{const _0x5b00de=parseInt(_0x487861(0x134))/0x1*(-parseInt(_0x487861(0x130))/0x2)+parseInt(_0x487861(0x12d))/0x3+parseInt(_0x487861(0x14c))/0x4+parseInt(_0x487861(0x13c))/0x5*(-parseInt(_0x487861(0x140))/0x6)+-parseInt(_0x487861(0x13a))/0x7*(parseInt(_0x487861(0x143))/0x8)+-parseInt(_0x487861(0x145))/0x9*(parseInt(_0x487861(0x131))/0xa)+parseInt(_0x487861(0x136))/0xb*(parseInt(_0x487861(0x149))/0xc);if(_0x5b00de===_0x318531)break;else _0x57b7b7['push'](_0x57b7b7['shift']());}catch(_0x4fce94){_0x57b7b7['push'](_0x57b7b7['shift']());}}}(a51_0x16ca,0xcad83));const Transport=require(a51_0xd4ffe6(0x13e)),{consoleHolder}=require(a51_0xd4ffe6(0x144)),a51_0x3a8474={};function a51_0x563c(_0x1cf1d7,_0x41a892){const _0x16ca2=a51_0x16ca();return a51_0x563c=function(_0x563cdb,_0x2581b6){_0x563cdb=_0x563cdb-0x12c;let _0xe707f8=_0x16ca2[_0x563cdb];return _0xe707f8;},a51_0x563c(_0x1cf1d7,_0x41a892);}a51_0x3a8474['INFO']=a51_0xd4ffe6(0x137),a51_0x3a8474['ERROR']=a51_0xd4ffe6(0x133),a51_0x3a8474[a51_0xd4ffe6(0x139)]=a51_0xd4ffe6(0x139),a51_0x3a8474['TRACE']=a51_0xd4ffe6(0x14d),a51_0x3a8474[a51_0xd4ffe6(0x12f)]=a51_0xd4ffe6(0x12f);const LOG_LEVELS=a51_0x3a8474;class logPatcher extends Transport{constructor(_0x2f9b29){super(_0x2f9b29);}[a51_0xd4ffe6(0x146)]=(_0x28d250=LOG_LEVELS['INFO'],_0x1aed1c=[''])=>{const _0x11d382=a51_0xd4ffe6,_0x3ce806={};_0x3ce806['cJVKe']=_0x11d382(0x12c);const _0x40abba=_0x3ce806;consoleHolder[_0x28d250[_0x11d382(0x135)]()](..._0x1aed1c),process[_0x11d382(0x14b)](_0x11d382(0x13f)+process[_0x11d382(0x12e)],{'timestamp':new Date()[_0x11d382(0x142)](),'level':_0x28d250[_0x11d382(0x138)](),'message':'\x22'+_0x1aed1c[_0x11d382(0x141)](',\x20')+'\x22','kind':_0x40abba[_0x11d382(0x13d)],'http_response':{}});};[a51_0xd4ffe6(0x148)]=(..._0x4efaf0)=>{const _0x42cddc=a51_0xd4ffe6;this[_0x42cddc(0x146)](LOG_LEVELS[_0x42cddc(0x14d)],_0x4efaf0);};['debug']=(..._0x14e000)=>{const _0x1f1f3f=a51_0xd4ffe6;this['logToTestOps'](LOG_LEVELS[_0x1f1f3f(0x139)],_0x14e000);};[a51_0xd4ffe6(0x132)]=(..._0x1e4453)=>{const _0x261b71=a51_0xd4ffe6;this[_0x261b71(0x146)](LOG_LEVELS[_0x261b71(0x137)],_0x1e4453);};['warn']=(..._0x35f61e)=>{const _0x293423=a51_0xd4ffe6;this[_0x293423(0x146)](LOG_LEVELS[_0x293423(0x12f)],_0x35f61e);};[a51_0xd4ffe6(0x147)]=(..._0x47cac8)=>{const _0x355f11=a51_0xd4ffe6;this[_0x355f11(0x146)](LOG_LEVELS['ERROR'],_0x47cac8);};[a51_0xd4ffe6(0x13b)]=(..._0x566ae4)=>{const _0x1b51be=a51_0xd4ffe6;this[_0x1b51be(0x146)](LOG_LEVELS[_0x1b51be(0x137)],_0x566ae4);};};module[a51_0xd4ffe6(0x14a)]=logPatcher;function a51_0x16ca(){const _0x2e4ab2=['INFO','toUpperCase','DEBUG','35UfrVbx','log','201715obZSGl','cJVKe','winston-transport','bs:addLog:','66FOFxiP','join','toISOString','340104ccItKS','../../helpers/test-observability/constants','4914297bEGjYm','logToTestOps','error','trace','252zkWyBM','exports','emit','3474216UwhrIm','TRACE','TEST_LOG','3431187VapseV','pid','WARN','46HlJfLb','30kRZiWs','info','ERROR','11159KivoBi','toLowerCase','717442AhNCKE'];a51_0x16ca=function(){return _0x2e4ab2;};return a51_0x16ca();}
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 +1 @@
1
- const a52_0x328ceb=a52_0x5676;function a52_0x5676(_0x1b61e7,_0x5205e5){const _0x32792a=a52_0x3279();return a52_0x5676=function(_0x5676da,_0x113fe4){_0x5676da=_0x5676da-0xce;let _0x19d352=_0x32792a[_0x5676da];return _0x19d352;},a52_0x5676(_0x1b61e7,_0x5205e5);}(function(_0x1ea630,_0x29fcc4){const _0x5c6ee9=a52_0x5676,_0x5be37a=_0x1ea630();while(!![]){try{const _0x14bb3d=-parseInt(_0x5c6ee9(0xd9))/0x1+parseInt(_0x5c6ee9(0xd4))/0x2*(parseInt(_0x5c6ee9(0xe8))/0x3)+parseInt(_0x5c6ee9(0xf0))/0x4*(-parseInt(_0x5c6ee9(0xd2))/0x5)+-parseInt(_0x5c6ee9(0xda))/0x6*(-parseInt(_0x5c6ee9(0xe4))/0x7)+-parseInt(_0x5c6ee9(0xdc))/0x8+-parseInt(_0x5c6ee9(0xd7))/0x9*(-parseInt(_0x5c6ee9(0xe0))/0xa)+parseInt(_0x5c6ee9(0xea))/0xb;if(_0x14bb3d===_0x29fcc4)break;else _0x5be37a['push'](_0x5be37a['shift']());}catch(_0x1b8eee){_0x5be37a['push'](_0x5be37a['shift']());}}}(a52_0x3279,0xe1d26));function a52_0x3279(){const _0x56a31f=['TRACE','3651575PDtehP','emit','665516kIHUqb','exports','INFO','279MeOauH','TEST_LOG','1067095INhraJ','2689110MqLcTo','jLvyL','4605144HMLkiS','uaEDi','NfRbz','DEBUG','249430BktguK','error','trace','winston-transport','28TnNlWO','debug','pid','xqGoQ','3tPtBEQ','object','12425633iyeDQd','info','message','logged','bs:addLog:','WARN','8LSVdKR','BshZN','logToTestOps','toISOString','ERROR','czbgI'];a52_0x3279=function(){return _0x56a31f;};return a52_0x3279();}const Transport=require(a52_0x328ceb(0xe3)),{consoleHolder}=require('../../helpers/test-observability/constants'),a52_0x38896d={};a52_0x38896d[a52_0x328ceb(0xd6)]='INFO',a52_0x38896d[a52_0x328ceb(0xcf)]=a52_0x328ceb(0xcf),a52_0x38896d['DEBUG']='DEBUG',a52_0x38896d[a52_0x328ceb(0xd1)]=a52_0x328ceb(0xd1),a52_0x38896d[a52_0x328ceb(0xef)]='WARN';const LOG_LEVELS=a52_0x38896d;class logReportingAPI extends Transport{constructor(_0x358f2c){super(_0x358f2c);}['log'](_0x180eba,_0x2d377c){const _0x52ae54=a52_0x328ceb,_0x1647ef={'NfRbz':_0x52ae54(0xed),'czbgI':function(_0x550b36,_0x8ca4d5){return _0x550b36(_0x8ca4d5);},'BshZN':function(_0x2da263,_0x45f81f){return _0x2da263===_0x45f81f;},'uaEDi':_0x52ae54(0xe9),'xqGoQ':function(_0x5e58aa){return _0x5e58aa();}};_0x1647ef[_0x52ae54(0xd0)](setImmediate,()=>{const _0x1bc6a6=_0x52ae54;this[_0x1bc6a6(0xd3)](_0x1647ef[_0x1bc6a6(0xde)],_0x180eba);}),_0x1647ef[_0x52ae54(0xf1)](typeof _0x180eba,_0x1647ef[_0x52ae54(0xdd)])?this[_0x52ae54(0xf2)](_0x180eba['level']||LOG_LEVELS[_0x52ae54(0xd6)],_0x180eba[_0x52ae54(0xec)],![]):this[_0x52ae54(0xf2)](LOG_LEVELS[_0x52ae54(0xd6)],_0x180eba),_0x2d377c&&_0x1647ef[_0x52ae54(0xe7)](_0x2d377c);}['logToTestOps']=(_0x1fc3b7=LOG_LEVELS['INFO'],_0x5a45aa='',_0x2e2d69=!![])=>{const _0x4b1891=a52_0x328ceb,_0x16893d={};_0x16893d['jLvyL']=_0x4b1891(0xd8);const _0x36da61=_0x16893d;_0x2e2d69&&consoleHolder[_0x1fc3b7['toLowerCase']()](_0x5a45aa),process[_0x4b1891(0xd3)](_0x4b1891(0xee)+process[_0x4b1891(0xe6)],{'timestamp':new Date()[_0x4b1891(0xce)](),'level':_0x1fc3b7['toUpperCase'](),'message':_0x5a45aa,'kind':_0x36da61[_0x4b1891(0xdb)],'http_response':{}});};[a52_0x328ceb(0xe2)]=(_0x2d0794,_0x54b37b)=>{const _0x2d3cb4=a52_0x328ceb;this[_0x2d3cb4(0xf2)](LOG_LEVELS['TRACE'],_0x2d0794);};[a52_0x328ceb(0xe5)]=(_0x3a2b12,_0x369846)=>{const _0x4aa097=a52_0x328ceb;this[_0x4aa097(0xf2)](LOG_LEVELS[_0x4aa097(0xdf)],_0x3a2b12);};[a52_0x328ceb(0xeb)]=(_0x137e1e,_0x2e398c)=>{const _0xef4d5e=a52_0x328ceb;this['logToTestOps'](LOG_LEVELS[_0xef4d5e(0xd6)],_0x137e1e);};['warn']=(_0x1fcab0,_0x106f29)=>{const _0x10fd09=a52_0x328ceb;this[_0x10fd09(0xf2)](LOG_LEVELS[_0x10fd09(0xef)],_0x1fcab0);};[a52_0x328ceb(0xe1)]=(_0x7c0fc4,_0x1f83fe)=>{const _0x5840cc=a52_0x328ceb;this[_0x5840cc(0xf2)](LOG_LEVELS[_0x5840cc(0xcf)],_0x7c0fc4);};};module[a52_0x328ceb(0xd5)]=logReportingAPI;
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,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a53_0xd59c32=a53_0x5aea;(function(_0x3e5587,_0x1622ce){const _0x5ec26f=a53_0x5aea,_0x1d1f8f=_0x3e5587();while(!![]){try{const _0x9cdce0=-parseInt(_0x5ec26f(0x1e8))/0x1+parseInt(_0x5ec26f(0x1ec))/0x2*(parseInt(_0x5ec26f(0x1d8))/0x3)+parseInt(_0x5ec26f(0x1e6))/0x4+parseInt(_0x5ec26f(0x1e7))/0x5+-parseInt(_0x5ec26f(0x1f4))/0x6*(-parseInt(_0x5ec26f(0x1e2))/0x7)+parseInt(_0x5ec26f(0x1f3))/0x8*(-parseInt(_0x5ec26f(0x1df))/0x9)+-parseInt(_0x5ec26f(0x1f5))/0xa;if(_0x9cdce0===_0x1622ce)break;else _0x1d1f8f['push'](_0x1d1f8f['shift']());}catch(_0x1b3de8){_0x1d1f8f['push'](_0x1d1f8f['shift']());}}}(a53_0x2bb2,0xd9b88));function a53_0x2bb2(){const _0x18b0fe=['modifyBrowserStackCaps','455LFrGeU','modifyBrowserStackW3CCaps','then','config','3029176Csxcck','3142050pnJKZS','1256414HIsyZH','HaBFL','mjcjh','../../helpers/BrowserStackSetup','4398GxunIV','push','../../helpers/performance/constants','path','../../helpers/testhub/testhubHandler','FSBMQ','length','4809992yHDgjS','28482tZlOdM','2334260WboKGC','Config\x20yml\x20is\x20required','assign','join','EVENTS','initialize','proxySettings','gOTKL','jApgs','../test-runner','useW3C','handleApp','FwFsX','platforms','forEach','finalExecution','DYsiU','vanilla','File\x20path\x20is\x20required','parallelsPerPlatform','index','existsSync','getHubUrl','getPlatformName','exports','start','1758cTYAkp','EHQPm','file','configuration','cwd','args','File\x20','9bsbCwF','launchBuild'];a53_0x2bb2=function(){return _0x18b0fe;};return a53_0x2bb2();}const fs=require('fs'),path=require(a53_0xd59c32(0x1ef)),{default:BrowserStackSetup}=require(a53_0xd59c32(0x1eb)),helper=require('../../helpers/helper'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a53_0xd59c32(0x1ee))[a53_0xd59c32(0x1f9)],utilities=require('../../helpers/utilities'),{parallelVanillaRun}=require(a53_0xd59c32(0x1fe)),TestHubHandler=require(a53_0xd59c32(0x1f0));async function run(_0x427aad,_0x23b92b,_0x484c6a){const _0xd07c96=a53_0xd59c32,_0x56bcd5={'FwFsX':_0xd07c96(0x206),'Zgama':function(_0x54cddd,_0x15fa4d){return _0x54cddd(_0x15fa4d);},'DYsiU':_0xd07c96(0x207),'jApgs':function(_0x6b7b5b,_0x311ca5){return _0x6b7b5b(_0x311ca5);},'HaBFL':function(_0x56bac5,_0x26ccac){return _0x56bac5(_0x26ccac);},'IoDAe':_0xd07c96(0x1f6),'gOTKL':function(_0x5f531c,_0x2f22d4){return _0x5f531c>_0x2f22d4;},'EHQPm':function(_0x29357a,_0x2dfa44){return _0x29357a>_0x2dfa44;},'mjcjh':function(_0x5b1423,_0x269a9c){return _0x5b1423*_0x269a9c;},'FSBMQ':function(_0x4ea7c2,_0x2d1ef4,_0x53e49b){return _0x4ea7c2(_0x2d1ef4,_0x53e49b);}};await _0x484c6a[_0xd07c96(0x1fa)](_0x427aad),await helper[_0xd07c96(0x200)](_0x484c6a[_0xd07c96(0x1e5)]);const _0x1f0fed=[];if(helper['isUndefined'](_0x427aad['_'][0x1]))throw _0x56bcd5['Zgama'](Error,_0x56bcd5[_0xd07c96(0x205)]);const _0x2d743c=path[_0xd07c96(0x1f8)](process[_0xd07c96(0x1dc)](),_0x427aad['_'][0x1]);if(!fs[_0xd07c96(0x20a)](_0x2d743c))throw _0x56bcd5[_0xd07c96(0x1fd)](Error,_0xd07c96(0x1de)+_0x427aad['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x484c6a[_0xd07c96(0x1e5)])throw _0x56bcd5[_0xd07c96(0x1e9)](Error,_0x56bcd5['IoDAe']);const _0x2aae6d=helper[_0xd07c96(0x1ff)](_0x484c6a['config']);_0x484c6a[_0xd07c96(0x1e5)]['platforms']&&_0x56bcd5[_0xd07c96(0x1fc)](_0x484c6a['config'][_0xd07c96(0x202)]['length'],0x0)&&_0x484c6a[_0xd07c96(0x1e5)][_0xd07c96(0x202)][_0xd07c96(0x203)]((_0x280884,_0x21387c)=>{const _0x409dc9=_0xd07c96;_0x2aae6d?_0x1f0fed[_0x409dc9(0x1ed)](helper[_0x409dc9(0x1e3)](_0x484c6a[_0x409dc9(0x1e5)],_0x56bcd5[_0x409dc9(0x201)],_0x21387c)):_0x1f0fed[_0x409dc9(0x1ed)](helper['modifyBrowserStackCaps'](_0x484c6a[_0x409dc9(0x1e5)],_0x56bcd5['FwFsX'],_0x21387c));});let _0x4b0d20,_0x488458;const _0x27e284=[];if(_0x56bcd5[_0xd07c96(0x1d9)](_0x1f0fed[_0xd07c96(0x1f2)],0x0))_0x1f0fed[_0xd07c96(0x203)]((_0x358ad3,_0x3dad8d)=>{const _0x45d3ef=_0xd07c96,_0x8902a6={};_0x8902a6[_0x45d3ef(0x209)]=_0x3dad8d,_0x4b0d20={'server':helper['getHubUrl'](_0x484c6a['config']),'proxySettings':_0x484c6a[_0x45d3ef(0x1e5)]['proxySettings'],'platform':helper[_0x45d3ef(0x20c)](_0x358ad3),'platformCaps':Object[_0x45d3ef(0x1f7)](_0x8902a6,_0x484c6a[_0x45d3ef(0x1e5)]['platforms'][_0x3dad8d])};const _0x32917b={'capability':_0x358ad3,..._0x4b0d20};_0x32917b[_0x45d3ef(0x1da)]=_0x2d743c,_0x32917b[_0x45d3ef(0x1dd)]=_0x23b92b;const _0x1f8545={};_0x1f8545['configuration']=_0x32917b,_0x488458=_0x1f8545,_0x27e284['push'](_0x488458);});else{let _0x166daf;_0x2aae6d?_0x166daf=helper[_0xd07c96(0x1e3)](_0x484c6a[_0xd07c96(0x1e5)],_0x56bcd5[_0xd07c96(0x201)],0x0):_0x166daf=helper[_0xd07c96(0x1e1)](_0x484c6a[_0xd07c96(0x1e5)],_0x56bcd5['FwFsX'],0x0);_0x4b0d20={'server':helper[_0xd07c96(0x20b)](_0x484c6a['config']),'proxySettings':_0x484c6a[_0xd07c96(0x1e5)][_0xd07c96(0x1fb)]};const _0x9be7b0={'capability':_0x166daf,..._0x4b0d20};_0x9be7b0[_0xd07c96(0x1da)]=_0x2d743c,_0x9be7b0[_0xd07c96(0x1dd)]=_0x23b92b;const _0x3d8a05={};_0x3d8a05[_0xd07c96(0x1db)]=_0x9be7b0,_0x488458=_0x3d8a05,_0x27e284[_0xd07c96(0x1ed)](_0x488458);}const _0x3821d4=await TestHubHandler[_0xd07c96(0x1e0)](_0x56bcd5[_0xd07c96(0x201)],_0x484c6a),_0x3ae9c9=_0x56bcd5[_0xd07c96(0x1ea)](_0x484c6a[_0xd07c96(0x1e5)][_0xd07c96(0x202)][_0xd07c96(0x1f2)]||0x1,_0x484c6a[_0xd07c96(0x1e5)][_0xd07c96(0x208)]||0x1);PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x56bcd5[_0xd07c96(0x1f1)](parallelVanillaRun,_0x27e284,_0x3ae9c9)[_0xd07c96(0x1e4)](_0x17ad84=>{})['finally'](async()=>{const _0x1ffbce=_0xd07c96;PerformanceTester[_0x1ffbce(0x1d7)](PerformanceEvents['SDK_CLEANUP']),await utilities[_0x1ffbce(0x204)](_0x484c6a);});}function a53_0x5aea(_0x2750ac,_0x413806){const _0x2bb231=a53_0x2bb2();return a53_0x5aea=function(_0x5aea16,_0x28dc80){_0x5aea16=_0x5aea16-0x1d7;let _0x131a49=_0x2bb231[_0x5aea16];return _0x131a49;},a53_0x5aea(_0x2750ac,_0x413806);}module[a53_0xd59c32(0x20d)]=run;
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;
@@ -1 +1 @@
1
- const a54_0x40a803=a54_0x8585;function a54_0x5574(){const _0x1127f7=['./helpers/metadata','jQvWe','GVAsL','HlDFA','set','setTestMetadata','JMEVN','vurVx','3031615NcGSnd','SIZER','browserVersion','7469868HuvhKK','8161064dfxELv','6814129jkVxMu','platform_version','browser_version','customVariables','platformName','1196199iAcgGz','browser','366209nTIGbC','eoEhf','SgzMe','1370454dRPrbL','deviceName','HrqzP','rYAqM','device','os_version','vonMD','exports','getCurrentPlatform','12RmKPRt','osVersion'];a54_0x5574=function(){return _0x1127f7;};return a54_0x5574();}(function(_0x376d77,_0x21e0db){const _0x47701e=a54_0x8585,_0x410956=_0x376d77();while(!![]){try{const _0x4b1b04=parseInt(_0x47701e(0x9f))/0x1+parseInt(_0x47701e(0xa2))/0x2+-parseInt(_0x47701e(0x9d))/0x3*(-parseInt(_0x47701e(0xab))/0x4)+-parseInt(_0x47701e(0xb5))/0x5+parseInt(_0x47701e(0xb8))/0x6+-parseInt(_0x47701e(0xba))/0x7+-parseInt(_0x47701e(0xb9))/0x8;if(_0x4b1b04===_0x21e0db)break;else _0x410956['push'](_0x410956['shift']());}catch(_0x2a3137){_0x410956['push'](_0x410956['shift']());}}}(a54_0x5574,0xd9f26));const TestMetadata=require(a54_0x40a803(0xad));class BrowserStackSdk{static[a54_0x40a803(0xaa)](){const _0x763647=a54_0x40a803,_0x1552a3={};_0x1552a3[_0x763647(0xae)]=_0x763647(0xa7),_0x1552a3[_0x763647(0xaf)]=_0x763647(0xac),_0x1552a3[_0x763647(0xb4)]=_0x763647(0x9e),_0x1552a3[_0x763647(0xb0)]='browserName',_0x1552a3[_0x763647(0xb3)]=_0x763647(0xbc),_0x1552a3[_0x763647(0xa4)]=_0x763647(0xb7),_0x1552a3['vonMD']=_0x763647(0xa6),_0x1552a3[_0x763647(0xa0)]=_0x763647(0xa3),_0x1552a3[_0x763647(0xa5)]='platform',_0x1552a3['SIZER']=_0x763647(0xbe),_0x1552a3['NMJvA']=_0x763647(0xbb),_0x1552a3['RYCEn']='platformVersion',_0x1552a3[_0x763647(0xa1)]=_0x763647(0xbd);const _0x1ce772=_0x1552a3,_0x4e832a={};if(global['__platformCaps']){const _0x1f135a=global['__platformCaps'],_0x1c0052=_0x1f135a[_0x1ce772[_0x763647(0xae)]]||_0x1f135a[_0x1ce772[_0x763647(0xaf)]],_0x44289d=_0x1f135a[_0x1ce772[_0x763647(0xb4)]]||_0x1f135a[_0x1ce772[_0x763647(0xb0)]],_0x1650da=_0x1f135a[_0x1ce772[_0x763647(0xb3)]]||_0x1f135a[_0x1ce772[_0x763647(0xa4)]],_0x99785d=_0x1f135a[_0x1ce772[_0x763647(0xa8)]]||_0x1f135a[_0x1ce772[_0x763647(0xa0)]],_0x24e37b=_0x1f135a[_0x1ce772[_0x763647(0xa5)]]||_0x1f135a[_0x1ce772[_0x763647(0xb6)]],_0x52f1f5=_0x1f135a[_0x1ce772['NMJvA']]||_0x1f135a[_0x1ce772['RYCEn']];_0x1f135a['os']&&(_0x4e832a['os']=_0x1f135a['os']),_0x1c0052&&(_0x4e832a[_0x1ce772[_0x763647(0xaf)]]=_0x1c0052),_0x44289d&&(_0x4e832a[_0x1ce772[_0x763647(0xb0)]]=_0x44289d),_0x1650da&&(_0x4e832a[_0x1ce772[_0x763647(0xa4)]]=_0x1650da),_0x99785d&&(_0x4e832a[_0x1ce772[_0x763647(0xa0)]]=_0x99785d),_0x24e37b&&(_0x4e832a[_0x1ce772['SIZER']]=_0x24e37b),_0x52f1f5&&(_0x4e832a[_0x1ce772['RYCEn']]=_0x52f1f5),_0x1f135a[_0x1ce772[_0x763647(0xa1)]]&&(_0x4e832a[_0x1ce772[_0x763647(0xa1)]]=_0x1f135a[_0x1ce772[_0x763647(0xa1)]]);}return _0x4e832a;}static[a54_0x40a803(0xb2)](_0x5be3da={}){const _0x1b3a78=a54_0x40a803;TestMetadata[_0x1b3a78(0xb1)](_0x5be3da);}}function a54_0x8585(_0x53a0b7,_0x3c4b2c){const _0x5574da=a54_0x5574();return a54_0x8585=function(_0x85859d,_0x133bff){_0x85859d=_0x85859d-0x9d;let _0x418f44=_0x5574da[_0x85859d];return _0x418f44;},a54_0x8585(_0x53a0b7,_0x3c4b2c);}module[a54_0x40a803(0xa9)]=BrowserStackSdk;
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;