browserstack-node-sdk 1.43.1 → 1.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/generated/sdk-messages_pb.d.ts +70 -0
  41. package/generated/sdk-messages_pb.js +550 -0
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +33 -0
  44. package/package.json +7 -2
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/cucumber-sessionDetails.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  53. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  54. package/src/bin/cucumber-js/playwright-patcher.js +1 -1
  55. package/src/bin/cucumber-js/test-observability.js +1 -1
  56. package/src/bin/cucumber-js/test.setup.js +1 -1
  57. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  58. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  59. package/src/bin/integrations/command.js +1 -1
  60. package/src/bin/integrations/constants.js +1 -1
  61. package/src/bin/jest/command.js +1 -1
  62. package/src/bin/jest/customImplements/customCircus.js +1 -1
  63. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  64. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  65. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  66. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  67. package/src/bin/jest/jest.setup.js +1 -1
  68. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  69. package/src/bin/jest/test-observability/helper.js +1 -1
  70. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  71. package/src/bin/jest/test-observability/test-details.js +1 -1
  72. package/src/bin/jest/test_before.setup.js +1 -1
  73. package/src/bin/launcher/launcher.js +1 -1
  74. package/src/bin/load/index.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/nightwatch/command.js +1 -1
  84. package/src/bin/playwright/accessibility-helper.js +1 -1
  85. package/src/bin/playwright/command.js +1 -1
  86. package/src/bin/playwright/globalSetup.js +1 -1
  87. package/src/bin/playwright/mock-process.js +1 -1
  88. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  89. package/src/bin/playwright/patches.js +1 -1
  90. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  91. package/src/bin/playwright/reporter/reporter.js +1 -1
  92. package/src/bin/playwright/reporter/test-details.js +1 -1
  93. package/src/bin/playwright/sessionDetails.js +1 -1
  94. package/src/bin/runner.js +1 -1
  95. package/src/bin/setup.js +1 -1
  96. package/src/bin/test-runner/index.js +1 -1
  97. package/src/bin/test-runner/runTest.js +1 -1
  98. package/src/bin/test-runner/testWorker.js +1 -1
  99. package/src/bin/utils/apiUtilityMethods.js +1 -0
  100. package/src/bin/utils/constants.js +1 -1
  101. package/src/bin/utils/log4jsAppender.js +1 -1
  102. package/src/bin/utils/logPatcher.js +1 -1
  103. package/src/bin/utils/logReportingAPI.js +1 -1
  104. package/src/bin/utils/sharedUtils.js +1 -0
  105. package/src/bin/v2/TestInfo.js +1 -1
  106. package/src/bin/v2/browserstackCLI.js +1 -1
  107. package/src/bin/v2/cliUtils.js +1 -1
  108. package/src/bin/v2/customTagManager.js +1 -1
  109. package/src/bin/v2/eventDispatcher.js +1 -1
  110. package/src/bin/v2/framework/automationFramework.js +1 -1
  111. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  112. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/observabilityModule.js +1 -1
  124. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  125. package/src/bin/v2/modules/testhubModule.js +1 -1
  126. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  127. package/src/bin/v2/state/hookState.js +1 -1
  128. package/src/bin/v2/state/testFrameworkState.js +1 -1
  129. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  130. package/src/bin/vanilla-js/command.js +1 -1
  131. package/src/browserStackSdk.js +1 -1
  132. package/src/helpers/BrowserStackSetup.js +1 -1
  133. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  134. package/src/helpers/accessibility-automation/constants.js +1 -1
  135. package/src/helpers/accessibility-automation/helper.js +1 -1
  136. package/src/helpers/accessibility-automation/scripts.js +1 -1
  137. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  138. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  139. package/src/helpers/ats/constants.js +1 -1
  140. package/src/helpers/ats/helper.js +1 -1
  141. package/src/helpers/capsMapping.js +1 -1
  142. package/src/helpers/central-scanner/constants.js +1 -1
  143. package/src/helpers/central-scanner/helpers.js +1 -1
  144. package/src/helpers/classLogger.js +1 -1
  145. package/src/helpers/globals.js +1 -1
  146. package/src/helpers/helper.js +1 -1
  147. package/src/helpers/logger.js +1 -1
  148. package/src/helpers/metadata.js +1 -1
  149. package/src/helpers/patchHelper.js +1 -1
  150. package/src/helpers/patchHelpers.js +1 -1
  151. package/src/helpers/percy/Percy.js +1 -1
  152. package/src/helpers/percy/PercyBinary.js +1 -1
  153. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  154. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  155. package/src/helpers/percy/PercySDK.js +1 -1
  156. package/src/helpers/percy/index.js +1 -1
  157. package/src/helpers/percy/utils.js +1 -1
  158. package/src/helpers/performance/constants.js +1 -1
  159. package/src/helpers/performance/performance-tester.js +1 -1
  160. package/src/helpers/playwright-helper.js +1 -1
  161. package/src/helpers/processHelper.js +1 -1
  162. package/src/helpers/request-spy.js +1 -1
  163. package/src/helpers/setKeepAlive.js +1 -1
  164. package/src/helpers/test-observability/constants.js +1 -1
  165. package/src/helpers/test-observability/error-handler.js +1 -1
  166. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  167. package/src/helpers/test-observability/sessionHandler.js +1 -1
  168. package/src/helpers/test-observability/utils.js +1 -1
  169. package/src/helpers/test-orchestration/constants.js +1 -1
  170. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  171. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  172. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  173. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  174. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  175. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  176. package/src/helpers/testhub/constants.js +1 -1
  177. package/src/helpers/testhub/testhubHandler.js +1 -1
  178. package/src/helpers/testhub/utils.js +1 -1
  179. package/src/helpers/timeoutPromise.js +1 -1
  180. package/src/helpers/utilities.js +1 -1
  181. package/src/helpers/w3cMapping.js +1 -1
  182. package/src/hubAllocationMethods.js +1 -1
  183. 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 a50_0x527458=a50_0x2999;(function(_0x1d5300,_0x10a39b){const _0x34e8ea=a50_0x2999,_0x3bc33d=_0x1d5300();while(!![]){try{const _0x305db8=-parseInt(_0x34e8ea(0x1b9))/0x1*(parseInt(_0x34e8ea(0x1b5))/0x2)+parseInt(_0x34e8ea(0x199))/0x3*(-parseInt(_0x34e8ea(0x185))/0x4)+parseInt(_0x34e8ea(0x1c5))/0x5+-parseInt(_0x34e8ea(0x19e))/0x6*(parseInt(_0x34e8ea(0x18a))/0x7)+-parseInt(_0x34e8ea(0x187))/0x8+-parseInt(_0x34e8ea(0x186))/0x9+parseInt(_0x34e8ea(0x1ce))/0xa;if(_0x305db8===_0x10a39b)break;else _0x3bc33d['push'](_0x3bc33d['shift']());}catch(_0x5e9933){_0x3bc33d['push'](_0x3bc33d['shift']());}}}(a50_0x4205,0x9a394));const fs=require('fs'),helper=require(a50_0x527458(0x1b8)),utilities=require(a50_0x527458(0x18b)),yaml=require(a50_0x527458(0x1cd)),yargs=require(a50_0x527458(0x1ad)),logger=require(a50_0x527458(0x19c))[a50_0x527458(0x188)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a50_0x527458(0x1be),configFile=process['cwd']()+a50_0x527458(0x1ba),packageFile=process[a50_0x527458(0x19d)]()+a50_0x527458(0x1ca),frameworks=['mocha',a50_0x527458(0x1cc),'cucumber-js','node',a50_0x527458(0x193),a50_0x527458(0x1bf),a50_0x527458(0x194)];let config;logger[a50_0x527458(0x198)](a50_0x527458(0x1cf)),createConfigurationFile(yargs[a50_0x527458(0x1cb)][a50_0x527458(0x1b7)],yargs[a50_0x527458(0x1cb)][a50_0x527458(0x1b0)],yargs[a50_0x527458(0x1cb)][a50_0x527458(0x194)]);try{sdkSetup();}catch(a50_0x482399){logger[a50_0x527458(0x18e)](a50_0x527458(0x18f)+a50_0x482399);}addScriptInPackageJson();function createConfigurationFile(_0x46e389,_0x2c95e9,_0x50dbc0=![]){const _0x297835=a50_0x527458,_0x50ee80={};_0x50ee80[_0x297835(0x1bc)]=_0x297835(0x1c3),_0x50ee80[_0x297835(0x1bb)]='YOUR_USERNAME',_0x50ee80[_0x297835(0x195)]='YOUR_ACCESS_KEY';const _0x3ed462=_0x50ee80;try{let _0x125c64=fs[_0x297835(0x1a8)](_0x50dbc0?configFileTemplatePW:configFileTemplate,_0x3ed462[_0x297835(0x1bc)]);_0x46e389&&(_0x125c64=_0x125c64['replace'](_0x3ed462[_0x297835(0x1bb)],_0x46e389)),_0x2c95e9&&(_0x125c64=_0x125c64[_0x297835(0x1a3)](_0x3ed462[_0x297835(0x195)],_0x2c95e9)),config=yaml['load'](_0x125c64),fs[_0x297835(0x1b1)](configFile,_0x125c64,_0x418304=>{const _0xc0f62c=_0x297835;_0x418304&&logger[_0xc0f62c(0x196)](_0x418304);});}catch(_0x4b0ddc){logger[_0x297835(0x196)](_0x4b0ddc);}}function addPostInstallScript(_0x534c6f,_0x28e525){const _0x3f62c9=a50_0x527458,_0xa5a9d1={};_0xa5a9d1[_0x3f62c9(0x189)]='postinstall',_0xa5a9d1[_0x3f62c9(0x19a)]=_0x3f62c9(0x1a6),_0xa5a9d1[_0x3f62c9(0x1c4)]=_0x3f62c9(0x1b3);const _0x533980=_0xa5a9d1;let _0x5cc69c=_0x534c6f[_0x533980[_0x3f62c9(0x189)]];if(_0x5cc69c&&_0x5cc69c[_0x3f62c9(0x1a5)](_0x533980['Uxvdc']))return;!_0x5cc69c?_0x5cc69c=_0x533980[_0x3f62c9(0x19a)]:_0x5cc69c+=_0x533980[_0x3f62c9(0x1c4)],_0x28e525['push']([_0x533980[_0x3f62c9(0x189)],_0x5cc69c]);}function addScriptInPackageJson(){const _0x3e162e=a50_0x527458,_0x384241={'JutEm':_0x3e162e(0x1c3),'hIRnc':function(_0x91b8e0,_0x55bdce){return _0x91b8e0<_0x55bdce;},'SqqHE':function(_0x57692f,_0x48ea3b,_0x32bdf5){return _0x57692f(_0x48ea3b,_0x32bdf5);},'VYtDE':function(_0x1ee1f7,_0x5a2579,_0x262031){return _0x1ee1f7(_0x5a2579,_0x262031);},'KPdqw':function(_0x307b5b,_0x3d0c16){return _0x307b5b<_0x3d0c16;},'MmDZg':function(_0xd0a8c0,_0x2f5aa2){return _0xd0a8c0!==_0x2f5aa2;},'BoJOD':_0x3e162e(0x1c6)},_0x31df18=JSON[_0x3e162e(0x1a7)](fs[_0x3e162e(0x1a8)](packageFile,_0x384241[_0x3e162e(0x1a4)])),_0x9dc9bb=[];for(let _0x4fe2bb=0x0;_0x384241[_0x3e162e(0x1ac)](_0x4fe2bb,frameworks[_0x3e162e(0x190)]);_0x4fe2bb+=0x1){const _0x3057bf=_0x384241[_0x3e162e(0x1c0)](findScriptsWithFramework,_0x31df18[_0x3e162e(0x1b4)],frameworks[_0x4fe2bb]);for(let _0x173c63=0x0;_0x384241[_0x3e162e(0x1ac)](_0x173c63,_0x3057bf[_0x3e162e(0x190)]);_0x173c63+=0x1){_0x9dc9bb[_0x3e162e(0x1d0)](_0x384241[_0x3e162e(0x1c2)](getUpdatedCommand,_0x31df18[_0x3e162e(0x1b4)],_0x3057bf[_0x173c63]));}_0x384241[_0x3e162e(0x1c0)](addPostInstallScript,_0x31df18[_0x3e162e(0x1b4)],_0x9dc9bb);}const _0x6ec79e={..._0x31df18[_0x3e162e(0x1b4)]},_0x34fa65=_0x6ec79e;for(let _0x5863f3=0x0;_0x384241[_0x3e162e(0x1c7)](_0x5863f3,_0x9dc9bb[_0x3e162e(0x190)]);_0x5863f3+=0x1){_0x34fa65[_0x9dc9bb[_0x5863f3][0x0]]=_0x9dc9bb[_0x5863f3][0x1];}_0x384241[_0x3e162e(0x191)](JSON[_0x3e162e(0x19f)](_0x31df18['scripts']),JSON['stringify'](_0x34fa65))&&(logger[_0x3e162e(0x198)](_0x384241[_0x3e162e(0x18c)]),_0x31df18[_0x3e162e(0x1b4)]=_0x34fa65,fs[_0x3e162e(0x1b1)](packageFile,JSON[_0x3e162e(0x19f)](_0x31df18,null,0x2),_0x5445c6=>{_0x5445c6&&logger['error'](_0x5445c6);}));};function a50_0x4205(){const _0x520d74=['Creating\x20configuration\x20file...','push','4FWWfNg','1646595wlGaxW','2453456EFvOmj','winstonLogger','OQfNG','553NpSaRJ','../helpers/utilities','BoJOD','SDKSetup','debug','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','length','MmDZg','FtApF','nightwatch','playwright','mbwaZ','error','split','info','943197qjqdzy','Uxvdc','Setup\x20completed','../helpers/logger','cwd','3954lnQbgj','stringify','BCaHQ','byVMq','browserstack-node-sdk','replace','JutEm','includes','npm\x20update\x20browserstack-node-sdk','parse','readFileSync','node-setup','hkWaS','entries','hIRnc','yargs','BTYGa','isUndefined','key','writeFileSync','IscOi','\x20&&\x20npm\x20update\x20browserstack-node-sdk','scripts','30vXCyOi','browserstack-node-sdk\x20','username','../helpers/helper','19016FExXBb','/browserstack.yml','zfqAb','ShoqO','-browserstack','/../../browserstack.pw.yml.sample','codeceptjs','SqqHE','fuIpE','VYtDE','utf8','IrlEn','2616905JSZhzq','Adding\x20new\x20script(s)\x20in\x20package.json...','KPdqw','indexOf','fireFunnelTestEvent','/package.json','argv','jest','js-yaml','12496560YYoYsa'];a50_0x4205=function(){return _0x520d74;};return a50_0x4205();}function findScriptsWithFramework(_0x2cab0e,_0x4e5770){const _0x3f4c9b=a50_0x527458,_0x1fa153={};_0x1fa153[_0x3f4c9b(0x1a0)]=function(_0xfe5fcb,_0x17767d){return _0xfe5fcb<_0x17767d;},_0x1fa153['hkWaS']=_0x3f4c9b(0x1a2);const _0x4ba7a1=_0x1fa153,_0x4668f6=[],_0x15b07e=Object[_0x3f4c9b(0x1ab)](_0x2cab0e);for(let _0x4f0339=0x0;_0x4ba7a1[_0x3f4c9b(0x1a0)](_0x4f0339,_0x15b07e[_0x3f4c9b(0x190)]);_0x4f0339+=0x1){_0x15b07e[_0x4f0339][0x1][_0x3f4c9b(0x1a5)](_0x4e5770)&&!_0x15b07e[_0x4f0339][0x1][_0x3f4c9b(0x1a5)](_0x4ba7a1[_0x3f4c9b(0x1aa)])&&_0x4668f6['push'](_0x15b07e[_0x4f0339][0x0]);}return _0x4668f6;}function a50_0x2999(_0xf956df,_0x22594b){const _0x4205fc=a50_0x4205();return a50_0x2999=function(_0x29992b,_0x384586){_0x29992b=_0x29992b-0x185;let _0x30760d=_0x4205fc[_0x29992b];return _0x30760d;},a50_0x2999(_0xf956df,_0x22594b);}function getUpdatedCommand(_0x44dbfb,_0x2a6436){const _0x59363f=a50_0x527458,_0x5b37c3={};_0x5b37c3['BTYGa']=function(_0x52295d,_0x2c32e5){return _0x52295d!==_0x2c32e5;},_0x5b37c3[_0x59363f(0x1b2)]=_0x59363f(0x1a2),_0x5b37c3[_0x59363f(0x1a1)]=function(_0x1841f3,_0x2b5d4e){return _0x1841f3===_0x2b5d4e;};const _0x39f1dd=_0x5b37c3,_0x3efce5=_0x2a6436+_0x59363f(0x1bd),_0x97c361=_0x44dbfb[_0x2a6436],_0x2b9d85=_0x97c361[_0x59363f(0x197)]('\x20');for(const _0x1fad3c of frameworks){if(_0x39f1dd[_0x59363f(0x1ae)](_0x2b9d85[_0x59363f(0x1c8)](_0x1fad3c),-0x1)){_0x2b9d85['splice'](_0x2b9d85[_0x59363f(0x1c8)](_0x1fad3c),0x0,_0x39f1dd['IscOi']);break;}}let _0x50457f=_0x2b9d85['join']('\x20');return _0x39f1dd[_0x59363f(0x1a1)](_0x50457f,_0x97c361)&&(_0x50457f=_0x59363f(0x1b6)+_0x97c361),[_0x3efce5,_0x50457f];}function sdkSetup(){const _0x316d97=a50_0x527458,_0x30897b={};_0x30897b[_0x316d97(0x1c1)]=_0x316d97(0x1a9),_0x30897b[_0x316d97(0x192)]=_0x316d97(0x18d);const _0x10a749=_0x30897b;if(helper[_0x316d97(0x1af)](config))return;config['source']=_0x10a749['fuIpE'];try{utilities[_0x316d97(0x1c9)](_0x10a749[_0x316d97(0x192)],{},config,'');}catch(_0x294552){logger['debug'](_0x316d97(0x18f)+_0x294552);}}logger[a50_0x527458(0x198)](a50_0x527458(0x19b));
3
+ const a50_0x87c3ee=a50_0x588b;(function(_0x3f8e00,_0x11f19d){const _0x44a664=a50_0x588b,_0x475193=_0x3f8e00();while(!![]){try{const _0x1b4e67=parseInt(_0x44a664(0xad))/0x1*(parseInt(_0x44a664(0xb1))/0x2)+parseInt(_0x44a664(0x84))/0x3+parseInt(_0x44a664(0x8f))/0x4*(-parseInt(_0x44a664(0xa7))/0x5)+-parseInt(_0x44a664(0xa1))/0x6*(-parseInt(_0x44a664(0x8a))/0x7)+-parseInt(_0x44a664(0xa5))/0x8*(-parseInt(_0x44a664(0x87))/0x9)+-parseInt(_0x44a664(0xbc))/0xa*(parseInt(_0x44a664(0xc6))/0xb)+-parseInt(_0x44a664(0xb0))/0xc;if(_0x1b4e67===_0x11f19d)break;else _0x475193['push'](_0x475193['shift']());}catch(_0x121e61){_0x475193['push'](_0x475193['shift']());}}}(a50_0x1752,0x5903e));const fs=require('fs'),helper=require(a50_0x87c3ee(0xa6)),utilities=require(a50_0x87c3ee(0xa4)),yaml=require(a50_0x87c3ee(0x82)),yargs=require(a50_0x87c3ee(0xa0)),logger=require(a50_0x87c3ee(0x89))[a50_0x87c3ee(0xc4)],configFileTemplate=__dirname+a50_0x87c3ee(0xbb),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a50_0x87c3ee(0x88)]()+'/browserstack.yml',packageFile=process[a50_0x87c3ee(0x88)]()+'/package.json',frameworks=['mocha',a50_0x87c3ee(0xb3),'cucumber-js','node','nightwatch','codeceptjs',a50_0x87c3ee(0xa3)];let config;function a50_0x588b(_0x3520ce,_0x2993c5){const _0x175293=a50_0x1752();return a50_0x588b=function(_0x588be1,_0x52075b){_0x588be1=_0x588be1-0x7f;let _0x42ee6b=_0x175293[_0x588be1];return _0x42ee6b;},a50_0x588b(_0x3520ce,_0x2993c5);}logger[a50_0x87c3ee(0x98)](a50_0x87c3ee(0x94)),createConfigurationFile(yargs[a50_0x87c3ee(0x80)][a50_0x87c3ee(0x81)],yargs['argv'][a50_0x87c3ee(0x86)],yargs[a50_0x87c3ee(0x80)]['playwright']);try{sdkSetup();}catch(a50_0x4b24b2){logger[a50_0x87c3ee(0x96)](a50_0x87c3ee(0x99)+a50_0x4b24b2);}addScriptInPackageJson();function createConfigurationFile(_0x310a83,_0x454aa0,_0x361161=![]){const _0x5c394d=a50_0x87c3ee,_0x473865={};_0x473865[_0x5c394d(0xbe)]='utf8',_0x473865['tLYsm']=_0x5c394d(0xc5),_0x473865['oswSH']='YOUR_ACCESS_KEY';const _0x2e3d4c=_0x473865;try{let _0x5b2c1c=fs[_0x5c394d(0xae)](_0x361161?configFileTemplatePW:configFileTemplate,_0x2e3d4c[_0x5c394d(0xbe)]);_0x310a83&&(_0x5b2c1c=_0x5b2c1c[_0x5c394d(0x97)](_0x2e3d4c[_0x5c394d(0x8c)],_0x310a83)),_0x454aa0&&(_0x5b2c1c=_0x5b2c1c[_0x5c394d(0x97)](_0x2e3d4c[_0x5c394d(0x85)],_0x454aa0)),config=yaml['load'](_0x5b2c1c),fs[_0x5c394d(0xb2)](configFile,_0x5b2c1c,_0x139e23=>{const _0x29eb97=_0x5c394d;_0x139e23&&logger[_0x29eb97(0x9f)](_0x139e23);});}catch(_0x33bcc4){logger[_0x5c394d(0x9f)](_0x33bcc4);}}function addPostInstallScript(_0x1af1d3,_0x516f79){const _0x577fc9=a50_0x87c3ee,_0x133ca2={};_0x133ca2[_0x577fc9(0x95)]=_0x577fc9(0xb7),_0x133ca2['xVpyt']=_0x577fc9(0x83),_0x133ca2[_0x577fc9(0xb8)]=_0x577fc9(0x8d);const _0x67f846=_0x133ca2;let _0x1028cc=_0x1af1d3[_0x67f846[_0x577fc9(0x95)]];if(_0x1028cc&&_0x1028cc[_0x577fc9(0xbf)](_0x67f846[_0x577fc9(0x8b)]))return;!_0x1028cc?_0x1028cc=_0x67f846[_0x577fc9(0x8b)]:_0x1028cc+=_0x67f846[_0x577fc9(0xb8)],_0x516f79['push']([_0x67f846[_0x577fc9(0x95)],_0x1028cc]);}function addScriptInPackageJson(){const _0x2bee46=a50_0x87c3ee,_0x23fac7={'dnFMD':'utf8','JYsEu':function(_0x235e77,_0x44cb7b){return _0x235e77<_0x44cb7b;},'EonoT':function(_0x5b03c3,_0x3c881c,_0x365915){return _0x5b03c3(_0x3c881c,_0x365915);},'DVqQn':function(_0xffd0da,_0x48f603){return _0xffd0da<_0x48f603;},'hsaZp':function(_0x3e0533,_0x588984){return _0x3e0533<_0x588984;},'Fvcey':function(_0x2ea7e8,_0x3e84ad){return _0x2ea7e8!==_0x3e84ad;},'arukJ':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x2660e3=JSON[_0x2bee46(0xba)](fs['readFileSync'](packageFile,_0x23fac7[_0x2bee46(0xc1)])),_0xddde45=[];for(let _0x4e7e31=0x0;_0x23fac7['JYsEu'](_0x4e7e31,frameworks[_0x2bee46(0x7f)]);_0x4e7e31+=0x1){const _0x4dbaf3=_0x23fac7[_0x2bee46(0xb6)](findScriptsWithFramework,_0x2660e3['scripts'],frameworks[_0x4e7e31]);for(let _0x172c2f=0x0;_0x23fac7[_0x2bee46(0xa2)](_0x172c2f,_0x4dbaf3[_0x2bee46(0x7f)]);_0x172c2f+=0x1){_0xddde45[_0x2bee46(0xac)](_0x23fac7['EonoT'](getUpdatedCommand,_0x2660e3[_0x2bee46(0x9d)],_0x4dbaf3[_0x172c2f]));}_0x23fac7[_0x2bee46(0xb6)](addPostInstallScript,_0x2660e3[_0x2bee46(0x9d)],_0xddde45);}const _0xf03857={..._0x2660e3[_0x2bee46(0x9d)]},_0x5a6da4=_0xf03857;for(let _0x401f9f=0x0;_0x23fac7['hsaZp'](_0x401f9f,_0xddde45['length']);_0x401f9f+=0x1){_0x5a6da4[_0xddde45[_0x401f9f][0x0]]=_0xddde45[_0x401f9f][0x1];}_0x23fac7['Fvcey'](JSON['stringify'](_0x2660e3[_0x2bee46(0x9d)]),JSON[_0x2bee46(0x8e)](_0x5a6da4))&&(logger[_0x2bee46(0x98)](_0x23fac7[_0x2bee46(0xb4)]),_0x2660e3[_0x2bee46(0x9d)]=_0x5a6da4,fs[_0x2bee46(0xb2)](packageFile,JSON[_0x2bee46(0x8e)](_0x2660e3,null,0x2),_0x3dbc5f=>{const _0x5e186d=_0x2bee46;_0x3dbc5f&&logger[_0x5e186d(0x9f)](_0x3dbc5f);}));};function findScriptsWithFramework(_0x4470f4,_0x1b72ea){const _0x12ee8d=a50_0x87c3ee,_0x548f4a={};_0x548f4a['oMeCX']=function(_0x116c7e,_0x431df2){return _0x116c7e<_0x431df2;},_0x548f4a[_0x12ee8d(0xab)]='browserstack-node-sdk';const _0xb370c3=_0x548f4a,_0x37903d=[],_0x208040=Object[_0x12ee8d(0x9e)](_0x4470f4);for(let _0x10c9b3=0x0;_0xb370c3[_0x12ee8d(0xc7)](_0x10c9b3,_0x208040[_0x12ee8d(0x7f)]);_0x10c9b3+=0x1){_0x208040[_0x10c9b3][0x1][_0x12ee8d(0xbf)](_0x1b72ea)&&!_0x208040[_0x10c9b3][0x1]['includes'](_0xb370c3[_0x12ee8d(0xab)])&&_0x37903d[_0x12ee8d(0xac)](_0x208040[_0x10c9b3][0x0]);}return _0x37903d;}function getUpdatedCommand(_0x5814d5,_0x1d6d1e){const _0x1a1fa5=a50_0x87c3ee,_0xff8fc0={};_0xff8fc0['axfKO']=function(_0x309edb,_0x567607){return _0x309edb!==_0x567607;},_0xff8fc0[_0x1a1fa5(0xa8)]=_0x1a1fa5(0x91),_0xff8fc0[_0x1a1fa5(0x93)]=function(_0x44225a,_0x568355){return _0x44225a===_0x568355;};const _0x3eda56=_0xff8fc0,_0x358eb5=_0x1d6d1e+_0x1a1fa5(0x9c),_0xc9a3a7=_0x5814d5[_0x1d6d1e],_0x33fac4=_0xc9a3a7[_0x1a1fa5(0xb9)]('\x20');for(const _0x5349b9 of frameworks){if(_0x3eda56[_0x1a1fa5(0xb5)](_0x33fac4[_0x1a1fa5(0xaa)](_0x5349b9),-0x1)){_0x33fac4[_0x1a1fa5(0x90)](_0x33fac4[_0x1a1fa5(0xaa)](_0x5349b9),0x0,_0x3eda56[_0x1a1fa5(0xa8)]);break;}}let _0x3c1028=_0x33fac4[_0x1a1fa5(0x9b)]('\x20');return _0x3eda56[_0x1a1fa5(0x93)](_0x3c1028,_0xc9a3a7)&&(_0x3c1028=_0x1a1fa5(0xaf)+_0xc9a3a7),[_0x358eb5,_0x3c1028];}function sdkSetup(){const _0x2b393e=a50_0x87c3ee,_0x5f5a2f={};_0x5f5a2f['tGXDd']=_0x2b393e(0xa9),_0x5f5a2f[_0x2b393e(0x9a)]=_0x2b393e(0xc0);const _0x3e9dd5=_0x5f5a2f;if(helper[_0x2b393e(0xc2)](config))return;config[_0x2b393e(0xc3)]=_0x3e9dd5['tGXDd'];try{utilities[_0x2b393e(0xbd)](_0x3e9dd5[_0x2b393e(0x9a)],{},config,'');}catch(_0x4aa08f){logger[_0x2b393e(0x96)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x4aa08f);}}logger[a50_0x87c3ee(0x98)](a50_0x87c3ee(0x92));function a50_0x1752(){const _0x598e43=['271044OHCIRJ','cwd','../helpers/logger','5495IeGOkK','xVpyt','tLYsm','\x20&&\x20npm\x20update\x20browserstack-node-sdk','stringify','935012SNSwZu','splice','browserstack-node-sdk','Setup\x20completed','MDeRc','Creating\x20configuration\x20file...','COtUB','debug','replace','info','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','CqbXr','join','-browserstack','scripts','entries','error','yargs','3036EMUSAi','DVqQn','playwright','../helpers/utilities','192ZXFcTy','../helpers/helper','10RNNVkU','CpBJt','node-setup','indexOf','HBmiF','push','596351FzUSgA','readFileSync','browserstack-node-sdk\x20','5261316GtHkTI','2yylgwC','writeFileSync','jest','arukJ','axfKO','EonoT','postinstall','ixxOH','split','parse','/../../browserstack.yml.sample','510ceAgiT','fireFunnelTestEvent','OyYim','includes','SDKSetup','dnFMD','isUndefined','source','winstonLogger','YOUR_USERNAME','149853UxKabB','oMeCX','length','argv','username','js-yaml','npm\x20update\x20browserstack-node-sdk','746949bHFEqJ','oswSH','key'];a50_0x1752=function(){return _0x598e43;};return a50_0x1752();}
@@ -1 +1 @@
1
- const a51_0x1369a7=a51_0xe526;function a51_0x2408(){const _0x35633a=['zXirO','ggvLe','exit','pipe','map','Workers\x20failed\x20to\x20exit\x20gracefully','87556jlDgHX','vanillaWorker','\x20for','getWorkers','getStdout','62236kHsnfB','12067119BsOYbb','YBuOQ','then','19068vYVzgW','UNSTABLE_onCustomMessage','parallelCucumberRun','winstonLogger','platform','parallelTestRun','test-file-success','wfVQt','IlZCo','config','cQCEC','../../helpers/performance/constants','sXGDL','QpzVp','platforms','wcGug','platform-run-failure','Running\x20','../../helpers/testhub/testhubHandler','length','error','format','results','emit','gTllp','NwyvT','UJcDG','../../helpers/test-observability/utils','platformCaps','546HREOqY','BNzuQ','p-limit','nUsQi','worker','15kYkEkb','parallelVanillaRun','PRXxw','mcOFO','MgtXB','waitForExit','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','HuTzR','XsDmS','getStderr','xkCKl','resolve','../../helpers/performance/performance-tester','EpGjI','postMessage','BUplJ','util','JrUeU','795843wCRQAe','push','cucumberWorker','exitCode','FQknO','stderr','EVENTS','gvvAF','configuration','./testWorker.js','stdout','zWNxZ','json','debug','etYsG','HOlHi','test-file-failure','all','Exception\x20in\x20sending\x20worker\x20message\x20','worker_threads','DoZco','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','_child','log','end','failureCount','file','1318024Kwtqoq','info','79806VdeMSw','send'];a51_0x2408=function(){return _0x35633a;};return a51_0x2408();}(function(_0x164a44,_0x14eb46){const _0x238220=a51_0xe526,_0x2c9fb7=_0x164a44();while(!![]){try{const _0x4f9220=-parseInt(_0x238220(0x178))/0x1+-parseInt(_0x238220(0x180))/0x2+-parseInt(_0x238220(0x15b))/0x3+parseInt(_0x238220(0x123))/0x4*(-parseInt(_0x238220(0x149))/0x5)+parseInt(_0x238220(0x127))/0x6*(-parseInt(_0x238220(0x144))/0x7)+-parseInt(_0x238220(0x176))/0x8+parseInt(_0x238220(0x124))/0x9;if(_0x4f9220===_0x14eb46)break;else _0x2c9fb7['push'](_0x2c9fb7['shift']());}catch(_0x37cf24){_0x2c9fb7['push'](_0x2c9fb7['shift']());}}}(a51_0x2408,0x78444));function a51_0xe526(_0x12353c,_0x219347){const _0x240875=a51_0x2408();return a51_0xe526=function(_0xe52617,_0xbd94fa){_0xe52617=_0xe52617-0x122;let _0x29d059=_0x240875[_0xe52617];return _0x29d059;},a51_0xe526(_0x12353c,_0x219347);}const Worker=require('jest-worker')['Worker'],Emittery=require('emittery'),pLimit=require(a51_0x1369a7(0x146)),{parentPort}=require(a51_0x1369a7(0x16e)),util=require(a51_0x1369a7(0x159)),logger=require('../../helpers/logger')[a51_0x1369a7(0x12a)],PerformanceTester=require(a51_0x1369a7(0x155)),PerformanceEvents=require(a51_0x1369a7(0x132))[a51_0x1369a7(0x161)],{debug}=require(a51_0x1369a7(0x142)),TestHubHandler=require(a51_0x1369a7(0x139));exports[a51_0x1369a7(0x12c)]=(_0x46d203,_0xc8e516,_0x39cd07)=>new Promise(async _0x2f9ef0=>{const _0x19b3cd=a51_0x1369a7,_0x156041={'wfVQt':_0x19b3cd(0x174),'EpGjI':function(_0x2374c8,_0x511b08){return _0x2374c8+_0x511b08;},'gvvAF':_0x19b3cd(0x13d),'RURou':_0x19b3cd(0x17f),'MgtXB':function(_0x27a54e,_0x14e02a){return _0x27a54e(_0x14e02a);},'BnsKD':'test-file-start','EGcwY':_0x19b3cd(0x164),'FQknO':'worker','UJcDG':_0x19b3cd(0x167),'qlhVp':_0x19b3cd(0x17d),'QWrOR':function(_0x50eac8,_0xec7467){return _0x50eac8*_0xec7467;},'cQCEC':_0x19b3cd(0x12d),'nUsQi':_0x19b3cd(0x16b),'QpzVp':function(_0x1bc7cc,_0x40fb50){return _0x1bc7cc(_0x40fb50);}},_0x3a4529=_0x39cd07[_0x19b3cd(0x130)],_0x4a5c9c={},_0x5bad04=new Worker(require[_0x19b3cd(0x154)](_0x156041['EGcwY']),{'exposedMethods':[_0x156041[_0x19b3cd(0x15f)]],'forkOptions':{'serialization':_0x156041[_0x19b3cd(0x141)],'stdio':_0x156041['qlhVp']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x156041['QWrOR'](_0xc8e516,0x1),'enableWorkerThreads':!![]}),_0x4045ae=new Emittery();_0x4045ae['on'](_0x156041[_0x19b3cd(0x131)],_0x438f5b=>{const _0x5f619f=_0x19b3cd;_0x4a5c9c[_0x438f5b[0x0]]?(_0x4a5c9c[_0x438f5b[0x0]][_0x156041[_0x5f619f(0x12e)]]=_0x156041[_0x5f619f(0x156)](_0x4a5c9c[_0x438f5b[0x0]][_0x156041[_0x5f619f(0x12e)]],_0x438f5b[0x1][_0x156041[_0x5f619f(0x12e)]]),_0x4a5c9c[_0x438f5b[0x0]][_0x156041[_0x5f619f(0x162)]]=[..._0x4a5c9c[_0x438f5b[0x0]][_0x156041['gvvAF']],..._0x438f5b[0x1][_0x156041[_0x5f619f(0x162)]]]):_0x4a5c9c[_0x438f5b[0x0]]={'failureCount':_0x438f5b[0x1][_0x156041[_0x5f619f(0x12e)]],'results':[..._0x438f5b[0x1][_0x156041['gvvAF']]]};}),_0x4045ae['on'](_0x156041[_0x19b3cd(0x147)],_0xfd210=>console[_0x19b3cd(0x172)](_0xfd210[0x1]));_0x5bad04[_0x19b3cd(0x122)]()&&_0x5bad04[_0x19b3cd(0x122)]()['pipe'](process[_0x19b3cd(0x165)]);_0x5bad04[_0x19b3cd(0x152)]()&&_0x5bad04[_0x19b3cd(0x152)]()['pipe'](process[_0x19b3cd(0x160)]);const _0x4f113f=async()=>{const _0x3ffc62=_0x19b3cd,{forceExited:_0x16b289}=await _0x5bad04[_0x3ffc62(0x173)]();_0x16b289&&console[_0x3ffc62(0x13b)](_0x156041['RURou']);try{await TestHubHandler['stop']();}catch(_0x1e8d5a){_0x156041[_0x3ffc62(0x14d)](debug,_0x3ffc62(0x170)+_0x1e8d5a);}_0x156041[_0x3ffc62(0x14d)](_0x2f9ef0,_0x4a5c9c);},_0x67e376=_0x156041[_0x19b3cd(0x134)](pLimit,_0x156041['QWrOR'](_0xc8e516,0x1)),_0x263143=_0x3e1b3d=>_0x67e376(async()=>{const _0x547081=_0x19b3cd;await _0x4045ae[_0x547081(0x13e)](_0x156041['BnsKD'],_0x3e1b3d);const _0x48fedc=_0x5bad04[_0x547081(0x148)](_0x3e1b3d,_0x3a4529);try{parentPort&&_0x48fedc[_0x547081(0x128)](_0x179884=>{const _0x3338db=_0x547081;try{parentPort[_0x3338db(0x157)](_0x179884);}catch(_0x4aa8f3){logger[_0x3338db(0x168)](_0x3338db(0x16d)+util[_0x3338db(0x13c)](_0x4aa8f3));}});}catch(_0x2706d3){logger[_0x547081(0x168)](_0x547081(0x14f)+util[_0x547081(0x13c)](_0x2706d3));}return _0x48fedc;});PerformanceTester[_0x19b3cd(0x173)](PerformanceEvents['SDK_SETUP']),Promise[_0x19b3cd(0x16c)](_0x46d203[_0x19b3cd(0x17e)](_0x2fd534=>_0x263143(_0x2fd534)[_0x19b3cd(0x126)](_0x483a4a=>_0x4045ae[_0x19b3cd(0x13e)](_0x19b3cd(0x12d),[_0x2fd534[_0x19b3cd(0x163)][_0x19b3cd(0x12b)],_0x483a4a]),_0x51b8bc=>_0x4045ae[_0x19b3cd(0x13e)](_0x19b3cd(0x16b),[_0x2fd534,_0x51b8bc]))))['then'](_0x4f113f,_0x4f113f);}),exports[a51_0x1369a7(0x129)]=(_0x124870,_0x1ee964,_0x3374b7,_0x195629,_0x2931cc)=>{const _0x22df44=a51_0x1369a7,_0x1a78b5={'zWNxZ':'platform-run-start','FEaoZ':_0x22df44(0x17f),'DoZco':function(_0x65537b,_0x5e7fa3){return _0x65537b(_0x5e7fa3);},'wcGug':'./testWorker.js','HuTzR':_0x22df44(0x15d),'etYsG':_0x22df44(0x167),'YBuOQ':_0x22df44(0x17d),'mcOFO':'platform-run-success','IlZCo':_0x22df44(0x137),'BNzuQ':function(_0x377aee,_0x210b03){return _0x377aee(_0x210b03);}};return new Promise(_0x484731=>{const _0x45ee14=_0x22df44,_0x219004={'HOlHi':_0x1a78b5['FEaoZ'],'zGyvx':function(_0x1aefc0,_0x2761a5){const _0x44a83b=a51_0xe526;return _0x1a78b5[_0x44a83b(0x16f)](_0x1aefc0,_0x2761a5);}},_0x1014ad=[],_0xedbeb5=new Worker(require[_0x45ee14(0x154)](_0x1a78b5[_0x45ee14(0x136)]),{'exposedMethods':[_0x1a78b5[_0x45ee14(0x150)]],'forkOptions':{'serialization':_0x1a78b5[_0x45ee14(0x169)],'stdio':_0x1a78b5[_0x45ee14(0x125)]},'numWorkers':_0x124870[_0x45ee14(0x13a)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x33a93b=new Emittery();_0x33a93b['on'](_0x1a78b5[_0x45ee14(0x14c)],_0x781470=>{const _0x1499a2=_0x45ee14;_0x1014ad[_0x1499a2(0x15c)]([_0x781470[0x0],_0x781470[0x1]]);}),_0x33a93b['on'](_0x1a78b5[_0x45ee14(0x12f)],_0x589925=>console[_0x45ee14(0x172)](_0x589925[0x1]));_0xedbeb5[_0x45ee14(0x122)]()&&_0xedbeb5[_0x45ee14(0x122)]()['pipe'](process[_0x45ee14(0x165)]);_0xedbeb5['getStderr']()&&_0xedbeb5[_0x45ee14(0x152)]()[_0x45ee14(0x17d)](process[_0x45ee14(0x160)]);const _0x27cc36=async()=>{const _0x700648=_0x45ee14,{forceExited:_0x483bab}=await _0xedbeb5[_0x700648(0x173)]();_0x483bab&&console[_0x700648(0x13b)](_0x219004[_0x700648(0x16a)]),_0x219004['zGyvx'](_0x484731,_0x1014ad);},_0x46ca27=_0x1a78b5[_0x45ee14(0x145)](pLimit,_0x124870['length']||0x1),_0x4e3591=(_0x1be354,_0x51c7ef)=>_0x46ca27(async()=>{const _0x219a1e=_0x45ee14;return await _0x33a93b[_0x219a1e(0x13e)](_0x1a78b5[_0x219a1e(0x166)],_0x1be354),_0x1ee964[_0x219a1e(0x143)]=_0x3374b7[_0x219a1e(0x135)][_0x51c7ef],_0xedbeb5[_0x219a1e(0x15d)](_0x1be354,_0x1ee964,_0x3374b7,_0x195629,_0x2931cc);});Promise[_0x45ee14(0x16c)](_0x124870['map']((_0x595a2d,_0x3a4b38)=>_0x4e3591(_0x595a2d,_0x3a4b38)[_0x45ee14(0x126)](_0x386fab=>_0x33a93b[_0x45ee14(0x13e)]('platform-run-success',[_0x595a2d,_0x386fab]),_0x352030=>_0x33a93b[_0x45ee14(0x13e)](_0x45ee14(0x137),[_0x595a2d,_0x352030]))))['then'](_0x27cc36,_0x27cc36);});},exports[a51_0x1369a7(0x14a)]=(_0x2248ee,_0x5ae5eb)=>new Promise(_0xda28cb=>{const _0x249f38=a51_0x1369a7,_0x304ad9={'BUplJ':function(_0x2ee6f1,_0x52a52b){return _0x2ee6f1===_0x52a52b;},'JrUeU':function(_0x215a9e,_0x485907){return _0x215a9e!==_0x485907;},'ehvzC':_0x249f38(0x17c),'zXirO':'Workers\x20failed\x20to\x20exit\x20gracefully','XsDmS':function(_0x288b8f,_0x215c6e){return _0x288b8f(_0x215c6e);},'TJRSS':_0x249f38(0x164),'PRXxw':_0x249f38(0x181),'xkCKl':'json','gTllp':'pipe','sXGDL':'test-file-success','NwyvT':_0x249f38(0x16b),'DjxhP':function(_0x54f754,_0x404cf3){return _0x54f754(_0x404cf3);}},_0x4f1715={},_0x39d6e0=new Worker(require[_0x249f38(0x154)](_0x304ad9['TJRSS']),{'exposedMethods':[_0x304ad9[_0x249f38(0x14b)]],'forkOptions':{'serialization':_0x304ad9[_0x249f38(0x153)],'stdio':_0x304ad9[_0x249f38(0x13f)]},'numWorkers':_0x5ae5eb,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4fd713=new Emittery();_0x4fd713['on'](_0x304ad9[_0x249f38(0x133)],_0x164404=>{const _0x3122ac=_0x249f38;_0x164404[0x0]&&logger[_0x3122ac(0x177)](_0x3122ac(0x138)+_0x164404[0x1]+_0x3122ac(0x182),_0x164404[0x0]);}),_0x4fd713['on'](_0x304ad9[_0x249f38(0x140)],_0x319094=>{const _0x4fd388=_0x249f38;process[_0x4fd388(0x15e)]=0x1;});_0x39d6e0[_0x249f38(0x122)]()&&_0x39d6e0['getStdout']()[_0x249f38(0x17d)](process[_0x249f38(0x165)]);_0x39d6e0[_0x249f38(0x152)]()&&_0x39d6e0[_0x249f38(0x152)]()[_0x249f38(0x17d)](process['stderr']);const _0x1815f9=async()=>{const _0x48625b=_0x249f38,_0x49c681={'XUNAH':function(_0x47b9bc,_0x1226c1){const _0x462101=a51_0xe526;return _0x304ad9[_0x462101(0x158)](_0x47b9bc,_0x1226c1);},'ggvLe':function(_0xe2c563,_0x44afea){const _0x2f7f70=a51_0xe526;return _0x304ad9[_0x2f7f70(0x15a)](_0xe2c563,_0x44afea);},'OOcCs':_0x304ad9['ehvzC']};let _0x32c878=0x0;const _0x3550d4=_0x39d6e0['_workerPool'][_0x48625b(0x183)](),_0x277278=()=>{},_0x51cb30=_0x3550d4[_0x48625b(0x17e)](async _0x303055=>{const _0x226e4f=_0x48625b;_0x303055[_0x226e4f(0x179)]([0x2,![]],_0x277278,_0x277278,_0x277278),_0x303055[_0x226e4f(0x171)]['on'](_0x49c681['OOcCs'],_0x3b2983=>{const _0x43bcca=_0x226e4f;_0x49c681['XUNAH'](_0x32c878,0x0)&&_0x49c681[_0x43bcca(0x17b)](_0x3b2983,0x0)&&(_0x32c878=_0x3b2983);}),await _0x303055[_0x226e4f(0x14e)]();});await Promise[_0x48625b(0x16c)](_0x51cb30),process[_0x48625b(0x15e)]=_0x32c878;const {forceExited:_0x26b1a6}=await _0x39d6e0[_0x48625b(0x173)]();_0x26b1a6&&console[_0x48625b(0x13b)](_0x304ad9[_0x48625b(0x17a)]),_0x304ad9[_0x48625b(0x151)](_0xda28cb,_0x4f1715);},_0x4e5668=_0x304ad9['DjxhP'](pLimit,_0x5ae5eb),_0x207ba3=_0x5a0f0b=>_0x4e5668(async()=>{return _0x39d6e0['vanillaWorker'](_0x5a0f0b);});Promise[_0x249f38(0x16c)](_0x2248ee[_0x249f38(0x17e)](_0x2ecad9=>_0x207ba3(_0x2ecad9)[_0x249f38(0x126)](_0x41cf46=>_0x4fd713['emit'](_0x249f38(0x12d),[_0x2ecad9[_0x249f38(0x163)][_0x249f38(0x12b)],_0x2ecad9[_0x249f38(0x163)][_0x249f38(0x175)]]),_0x135a40=>_0x4fd713[_0x249f38(0x13e)](_0x249f38(0x16b),[_0x2ecad9,_0x135a40]))))['then'](_0x1815f9,_0x1815f9);});
1
+ function a51_0x4abd(_0xef6ee1,_0x3dcaa1){const _0xb05827=a51_0xb058();return a51_0x4abd=function(_0x4abd4e,_0x41262b){_0x4abd4e=_0x4abd4e-0x9c;let _0x2b0659=_0xb05827[_0x4abd4e];return _0x2b0659;},a51_0x4abd(_0xef6ee1,_0x3dcaa1);}const a51_0x11d561=a51_0x4abd;(function(_0x1aae50,_0x48aff4){const _0x277b99=a51_0x4abd,_0xa7de3f=_0x1aae50();while(!![]){try{const _0x248735=-parseInt(_0x277b99(0xfa))/0x1+-parseInt(_0x277b99(0xd9))/0x2+parseInt(_0x277b99(0xbc))/0x3+parseInt(_0x277b99(0xe2))/0x4+parseInt(_0x277b99(0xef))/0x5*(parseInt(_0x277b99(0x9c))/0x6)+-parseInt(_0x277b99(0xeb))/0x7*(-parseInt(_0x277b99(0xde))/0x8)+-parseInt(_0x277b99(0xab))/0x9*(-parseInt(_0x277b99(0xd8))/0xa);if(_0x248735===_0x48aff4)break;else _0xa7de3f['push'](_0xa7de3f['shift']());}catch(_0x731e30){_0xa7de3f['push'](_0xa7de3f['shift']());}}}(a51_0xb058,0x83f03));const Worker=require('jest-worker')[a51_0x11d561(0xdc)],Emittery=require(a51_0x11d561(0xc9)),pLimit=require(a51_0x11d561(0xfc)),{parentPort}=require(a51_0x11d561(0xe9)),util=require('util'),logger=require(a51_0x11d561(0xf7))[a51_0x11d561(0xf3)],PerformanceTester=require(a51_0x11d561(0xfd)),PerformanceEvents=require(a51_0x11d561(0xdd))['EVENTS'],{debug}=require(a51_0x11d561(0xb3)),TestHubHandler=require('../../helpers/testhub/testhubHandler');function a51_0xb058(){const _0x288d99=['stop','yHNqj','info','ossVp','kQmOm','EMBOS','push','gFIpW','getStdout','ClCNN','78170jukaID','1025612IjGrUX','send','tqAld','Worker','../../helpers/performance/constants','8jfmrXE','IeRba','log','error','1073472VdfeDh','platform-run-start','phdRB','then','gWyis','VeQHX','stdout','worker_threads','emit','5763436ZvyhRj','./testWorker.js','_workerPool','Workers\x20failed\x20to\x20exit\x20gracefully','12955TtUsso','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','getWorkers','config','winstonLogger','resolve','oqYAC','json','../../helpers/logger','file','test-file-failure','638980CywEQc','LVvFl','p-limit','../../helpers/performance/performance-tester','all','Running\x20','rtTkG','platforms','cAGav','map','parallelVanillaRun','12vARnpm','configuration','debug','test-file-success','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','postMessage','exitCode','platformCaps','end','FGfbR','results','platform-run-success','SDK_SETUP','pipe','Exception\x20in\x20sending\x20worker\x20message\x20','207WDHdjF','AXKrB','platform','xNrnj','XYeTt','JiMKu','getStderr','aTMVN','../../helpers/test-observability/utils','XJoSl','gcOpb','failureCount','platform-run-failure','vanillaWorker','worker','KHHHf','ezHdi','1246548JJAHPt','EkcLY','acuCK','stderr','\x20for','iqTDv','UNSTABLE_onCustomMessage','XLgAF','qoCRa','parallelTestRun','exit','YGLMQ','dzanP','emittery','length','cJiJR','format','cucumberWorker'];a51_0xb058=function(){return _0x288d99;};return a51_0xb058();}exports[a51_0x11d561(0xc5)]=(_0x26f488,_0x3dfb8c,_0x2ee3bc)=>new Promise(async _0x34b75f=>{const _0x22b61b=a51_0x11d561,_0x5792c5={'acuCK':_0x22b61b(0xb6),'phdRB':function(_0x330e25,_0x206958){return _0x330e25+_0x206958;},'yHNqj':_0x22b61b(0xa6),'lnflc':_0x22b61b(0xee),'VeQHX':function(_0x32b92e,_0x47642f){return _0x32b92e(_0x47642f);},'ClCNN':'test-file-start','IeRba':_0x22b61b(0xec),'KHHHf':'worker','XLgAF':_0x22b61b(0xf6),'ezHdi':_0x22b61b(0xa9),'gcOpb':function(_0x2b8106,_0x2303cf){return _0x2b8106*_0x2303cf;},'oPZrN':_0x22b61b(0x9f),'dzanP':_0x22b61b(0xf9),'YGLMQ':function(_0x4c7ef1,_0x5cde13){return _0x4c7ef1*_0x5cde13;}},_0x1f9467=_0x2ee3bc[_0x22b61b(0xf2)],_0xd68024={},_0x443b29=new Worker(require[_0x22b61b(0xf4)](_0x5792c5[_0x22b61b(0xdf)]),{'exposedMethods':[_0x5792c5[_0x22b61b(0xba)]],'forkOptions':{'serialization':_0x5792c5[_0x22b61b(0xc3)],'stdio':_0x5792c5[_0x22b61b(0xbb)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5792c5[_0x22b61b(0xb5)](_0x3dfb8c,0x1),'enableWorkerThreads':!![]}),_0xe6aee5=new Emittery();_0xe6aee5['on'](_0x5792c5['oPZrN'],_0xd97360=>{const _0x432d6a=_0x22b61b;_0xd68024[_0xd97360[0x0]]?(_0xd68024[_0xd97360[0x0]][_0x5792c5[_0x432d6a(0xbe)]]=_0x5792c5[_0x432d6a(0xe4)](_0xd68024[_0xd97360[0x0]][_0x5792c5['acuCK']],_0xd97360[0x1][_0x5792c5[_0x432d6a(0xbe)]]),_0xd68024[_0xd97360[0x0]][_0x5792c5[_0x432d6a(0xcf)]]=[..._0xd68024[_0xd97360[0x0]][_0x5792c5['yHNqj']],..._0xd97360[0x1][_0x5792c5[_0x432d6a(0xcf)]]]):_0xd68024[_0xd97360[0x0]]={'failureCount':_0xd97360[0x1][_0x5792c5['acuCK']],'results':[..._0xd97360[0x1][_0x5792c5[_0x432d6a(0xcf)]]]};}),_0xe6aee5['on'](_0x5792c5[_0x22b61b(0xc8)],_0x31e94d=>console[_0x22b61b(0xe0)](_0x31e94d[0x1]));_0x443b29['getStdout']()&&_0x443b29['getStdout']()[_0x22b61b(0xa9)](process[_0x22b61b(0xe8)]);_0x443b29[_0x22b61b(0xb1)]()&&_0x443b29[_0x22b61b(0xb1)]()[_0x22b61b(0xa9)](process[_0x22b61b(0xbf)]);const _0x1d05a7=async()=>{const _0x16c86f=_0x22b61b,{forceExited:_0x5ac262}=await _0x443b29[_0x16c86f(0xa4)]();_0x5ac262&&console[_0x16c86f(0xe1)](_0x5792c5['lnflc']);try{await TestHubHandler[_0x16c86f(0xce)]();}catch(_0x1afe37){_0x5792c5[_0x16c86f(0xe7)](debug,_0x16c86f(0xf0)+_0x1afe37);}_0x5792c5[_0x16c86f(0xe7)](_0x34b75f,_0xd68024);},_0x2e16cb=_0x5792c5['VeQHX'](pLimit,_0x5792c5[_0x22b61b(0xc7)](_0x3dfb8c,0x1)),_0xd7b708=_0x25fbe2=>_0x2e16cb(async()=>{const _0x43103b=_0x22b61b;await _0xe6aee5[_0x43103b(0xea)](_0x5792c5[_0x43103b(0xd7)],_0x25fbe2);const _0x39e631=_0x443b29[_0x43103b(0xb9)](_0x25fbe2,_0x1f9467);try{parentPort&&_0x39e631[_0x43103b(0xc2)](_0x5b78eb=>{const _0x46c857=_0x43103b;try{parentPort[_0x46c857(0xa1)](_0x5b78eb);}catch(_0x240a0d){logger[_0x46c857(0x9e)](_0x46c857(0xaa)+util['format'](_0x240a0d));}});}catch(_0x2f48ef){logger[_0x43103b(0x9e)](_0x43103b(0xa0)+util[_0x43103b(0xcc)](_0x2f48ef));}return _0x39e631;});PerformanceTester[_0x22b61b(0xa4)](PerformanceEvents[_0x22b61b(0xa8)]),Promise[_0x22b61b(0xfe)](_0x26f488['map'](_0x4fda08=>_0xd7b708(_0x4fda08)['then'](_0x2eb8bf=>_0xe6aee5[_0x22b61b(0xea)](_0x22b61b(0x9f),[_0x4fda08[_0x22b61b(0x9d)][_0x22b61b(0xad)],_0x2eb8bf]),_0x213a74=>_0xe6aee5[_0x22b61b(0xea)](_0x22b61b(0xf9),[_0x4fda08,_0x213a74]))))[_0x22b61b(0xe5)](_0x1d05a7,_0x1d05a7);}),exports['parallelCucumberRun']=(_0x28cfa3,_0x5433da,_0x1eab3d,_0x39b2d4,_0x5a6547)=>{const _0x52b19a=a51_0x11d561,_0x30c936={'tjlYR':'Workers\x20failed\x20to\x20exit\x20gracefully','gWyis':function(_0x4fb9b5,_0x3bac05){return _0x4fb9b5(_0x3bac05);},'MWtnW':_0x52b19a(0xe3),'xNrnj':_0x52b19a(0xec),'qoCRa':_0x52b19a(0xcd),'qJvUW':_0x52b19a(0xf6),'JiMKu':'pipe','pjEpS':_0x52b19a(0xa7),'gFIpW':_0x52b19a(0xb7)};return new Promise(_0x5cf215=>{const _0x1267a5=_0x52b19a,_0x99e507={'FGfbR':_0x30c936['tjlYR'],'XJoSl':function(_0x44e526,_0x2efc55){const _0x4724d7=a51_0x4abd;return _0x30c936[_0x4724d7(0xe6)](_0x44e526,_0x2efc55);},'kQmOm':_0x30c936['MWtnW']},_0x716ce9=[],_0x4ff5fb=new Worker(require[_0x1267a5(0xf4)](_0x30c936[_0x1267a5(0xae)]),{'exposedMethods':[_0x30c936[_0x1267a5(0xc4)]],'forkOptions':{'serialization':_0x30c936['qJvUW'],'stdio':_0x30c936[_0x1267a5(0xb0)]},'numWorkers':_0x28cfa3[_0x1267a5(0xca)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3aed62=new Emittery();_0x3aed62['on'](_0x30c936['pjEpS'],_0x5b895a=>{const _0x541bed=_0x1267a5;_0x716ce9[_0x541bed(0xd4)]([_0x5b895a[0x0],_0x5b895a[0x1]]);}),_0x3aed62['on'](_0x30c936[_0x1267a5(0xd5)],_0x6c9ba4=>console['log'](_0x6c9ba4[0x1]));_0x4ff5fb[_0x1267a5(0xd6)]()&&_0x4ff5fb['getStdout']()[_0x1267a5(0xa9)](process[_0x1267a5(0xe8)]);_0x4ff5fb['getStderr']()&&_0x4ff5fb[_0x1267a5(0xb1)]()['pipe'](process[_0x1267a5(0xbf)]);const _0x294679=async()=>{const _0x5a17cf=_0x1267a5,{forceExited:_0x3f6008}=await _0x4ff5fb[_0x5a17cf(0xa4)]();_0x3f6008&&console['error'](_0x99e507[_0x5a17cf(0xa5)]),_0x99e507[_0x5a17cf(0xb4)](_0x5cf215,_0x716ce9);},_0x3abf3e=_0x30c936[_0x1267a5(0xe6)](pLimit,_0x28cfa3[_0x1267a5(0xca)]||0x1),_0x5b0558=(_0x529413,_0x3c505f)=>_0x3abf3e(async()=>{const _0x50ee8f=_0x1267a5;return await _0x3aed62[_0x50ee8f(0xea)](_0x99e507[_0x50ee8f(0xd2)],_0x529413),_0x5433da[_0x50ee8f(0xa3)]=_0x1eab3d[_0x50ee8f(0x101)][_0x3c505f],_0x4ff5fb[_0x50ee8f(0xcd)](_0x529413,_0x5433da,_0x1eab3d,_0x39b2d4,_0x5a6547);});Promise[_0x1267a5(0xfe)](_0x28cfa3[_0x1267a5(0x103)]((_0x597771,_0x3a98e6)=>_0x5b0558(_0x597771,_0x3a98e6)[_0x1267a5(0xe5)](_0x24df4c=>_0x3aed62[_0x1267a5(0xea)](_0x1267a5(0xa7),[_0x597771,_0x24df4c]),_0x22dac9=>_0x3aed62[_0x1267a5(0xea)](_0x1267a5(0xb7),[_0x597771,_0x22dac9]))))[_0x1267a5(0xe5)](_0x294679,_0x294679);});},exports[a51_0x11d561(0x104)]=(_0x17669a,_0x325648)=>new Promise(_0xb8eaff=>{const _0xd8f752=a51_0x11d561,_0x466723={'EkcLY':function(_0x368d32,_0x20f657){return _0x368d32===_0x20f657;},'LVvFl':function(_0x10ac6f,_0x467a5c){return _0x10ac6f!==_0x467a5c;},'EMBOS':_0xd8f752(0xc6),'iqTDv':_0xd8f752(0xee),'oqYAC':function(_0x429f91,_0x4e4866){return _0x429f91(_0x4e4866);},'ossVp':'./testWorker.js','XYeTt':_0xd8f752(0xb8),'AXKrB':_0xd8f752(0xf6),'tqAld':_0xd8f752(0xa9),'aTMVN':_0xd8f752(0x9f),'rtTkG':_0xd8f752(0xf9),'SNZbt':function(_0x296b53,_0x313433){return _0x296b53(_0x313433);}},_0x96c391={},_0x229c54=new Worker(require['resolve'](_0x466723[_0xd8f752(0xd1)]),{'exposedMethods':[_0x466723[_0xd8f752(0xaf)]],'forkOptions':{'serialization':_0x466723[_0xd8f752(0xac)],'stdio':_0x466723[_0xd8f752(0xdb)]},'numWorkers':_0x325648,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3597f0=new Emittery();_0x3597f0['on'](_0x466723[_0xd8f752(0xb2)],_0x27743e=>{const _0x2bcad8=_0xd8f752;_0x27743e[0x0]&&logger[_0x2bcad8(0xd0)](_0x2bcad8(0xff)+_0x27743e[0x1]+_0x2bcad8(0xc0),_0x27743e[0x0]);}),_0x3597f0['on'](_0x466723[_0xd8f752(0x100)],_0x4dd155=>{const _0x57d996=_0xd8f752;process[_0x57d996(0xa2)]=0x1;});_0x229c54[_0xd8f752(0xd6)]()&&_0x229c54[_0xd8f752(0xd6)]()[_0xd8f752(0xa9)](process[_0xd8f752(0xe8)]);_0x229c54[_0xd8f752(0xb1)]()&&_0x229c54[_0xd8f752(0xb1)]()['pipe'](process[_0xd8f752(0xbf)]);const _0x506eb1=async()=>{const _0x1e5896=_0xd8f752;let _0x1b1b23=0x0;const _0x3d87c1=_0x229c54[_0x1e5896(0xed)][_0x1e5896(0xf1)](),_0xe95406=()=>{},_0x59bea6=_0x3d87c1[_0x1e5896(0x103)](async _0x5a2cb2=>{const _0x39181c=_0x1e5896,_0x29ce78={'cJiJR':function(_0x27412a,_0x4ee60e){const _0x18b4d5=a51_0x4abd;return _0x466723[_0x18b4d5(0xbd)](_0x27412a,_0x4ee60e);},'cAGav':function(_0x4ece4f,_0x26c8ae){const _0x55ee91=a51_0x4abd;return _0x466723[_0x55ee91(0xfb)](_0x4ece4f,_0x26c8ae);}};_0x5a2cb2[_0x39181c(0xda)]([0x2,![]],_0xe95406,_0xe95406,_0xe95406),_0x5a2cb2['_child']['on'](_0x466723[_0x39181c(0xd3)],_0x3b2d41=>{const _0x1741a5=_0x39181c;_0x29ce78[_0x1741a5(0xcb)](_0x1b1b23,0x0)&&_0x29ce78[_0x1741a5(0x102)](_0x3b2d41,0x0)&&(_0x1b1b23=_0x3b2d41);}),await _0x5a2cb2['waitForExit']();});await Promise[_0x1e5896(0xfe)](_0x59bea6),process['exitCode']=_0x1b1b23;const {forceExited:_0x223c50}=await _0x229c54[_0x1e5896(0xa4)]();_0x223c50&&console[_0x1e5896(0xe1)](_0x466723[_0x1e5896(0xc1)]),_0x466723[_0x1e5896(0xf5)](_0xb8eaff,_0x96c391);},_0x46830c=_0x466723['SNZbt'](pLimit,_0x325648),_0x48ad5f=_0x111a6b=>_0x46830c(async()=>{const _0x29b0e0=_0xd8f752;return _0x229c54[_0x29b0e0(0xb8)](_0x111a6b);});Promise[_0xd8f752(0xfe)](_0x17669a[_0xd8f752(0x103)](_0x41956e=>_0x48ad5f(_0x41956e)[_0xd8f752(0xe5)](_0x3fb8c1=>_0x3597f0[_0xd8f752(0xea)](_0xd8f752(0x9f),[_0x41956e[_0xd8f752(0x9d)][_0xd8f752(0xad)],_0x41956e['configuration'][_0xd8f752(0xf8)]]),_0x23aac4=>_0x3597f0['emit']('test-file-failure',[_0x41956e,_0x23aac4]))))[_0xd8f752(0xe5)](_0x506eb1,_0x506eb1);});
@@ -1 +1 @@
1
- function a52_0xc1d9(){const _0x57e390=['MDpzi','run','74673vSbKwV','1300444ptyOfR','SDK_POST_TEST','2sQDFNB','runCucumberTest','439420swceZr','1304ttXlDj','7zQGdQc','VDgid','cucumber-js','LpfGf','8330gGtTGe','configuration','28017srJdoe','../../helpers/performance/performance-tester','../../helpers/test-observability/utils','VdzEc','startMonitoring','780366ayauIF','formatter','end','runVanillaTest','UrLAn','KrAvS','603772CTeNIG','stopMonitoring','239565OyOVIc','cTObD','EVENTS','../launcher/launcher'];a52_0xc1d9=function(){return _0x57e390;};return a52_0xc1d9();}function a52_0x3e5d(_0x42ec61,_0x1ba3ba){const _0xc1d958=a52_0xc1d9();return a52_0x3e5d=function(_0x3e5de,_0x34d23b){_0x3e5de=_0x3e5de-0x1ad;let _0x17e91e=_0xc1d958[_0x3e5de];return _0x17e91e;},a52_0x3e5d(_0x42ec61,_0x1ba3ba);}const a52_0x4a839d=a52_0x3e5d;(function(_0x357ac5,_0x375de3){const _0xd0410e=a52_0x3e5d,_0x302205=_0x357ac5();while(!![]){try{const _0x1b17ff=parseInt(_0xd0410e(0x1c2))/0x1*(parseInt(_0xd0410e(0x1c0))/0x2)+parseInt(_0xd0410e(0x1b9))/0x3+-parseInt(_0xd0410e(0x1b7))/0x4+parseInt(_0xd0410e(0x1c4))/0x5+-parseInt(_0xd0410e(0x1b1))/0x6*(-parseInt(_0xd0410e(0x1c6))/0x7)+parseInt(_0xd0410e(0x1c5))/0x8*(parseInt(_0xd0410e(0x1bf))/0x9)+parseInt(_0xd0410e(0x1ca))/0xa*(-parseInt(_0xd0410e(0x1cc))/0xb);if(_0x1b17ff===_0x375de3)break;else _0x302205['push'](_0x302205['shift']());}catch(_0x1bd348){_0x302205['push'](_0x302205['shift']());}}}(a52_0xc1d9,0xa58ad));const PerformanceEvents=require('../../helpers/performance/constants')[a52_0x4a839d(0x1bb)],PerformanceTester=require(a52_0x4a839d(0x1ad)),{sleep}=require(a52_0x4a839d(0x1ae));exports['runTest']=async(_0x36eb55,_0x18a8ee)=>{const _0x62373c=a52_0x4a839d,_0x22824d={'VDgid':function(_0x3e3b2e,_0x19cc51){return _0x3e3b2e(_0x19cc51);},'KrAvS':_0x62373c(0x1bc),'UrLAn':'mocha'};PerformanceTester[_0x62373c(0x1b0)]();const _0x2e329e=_0x22824d[_0x62373c(0x1c7)](require,_0x22824d[_0x62373c(0x1b6)]),_0x47ebe7=new _0x2e329e(_0x22824d[_0x62373c(0x1b5)],_0x36eb55,_0x18a8ee),_0x17ea9c=await _0x47ebe7[_0x62373c(0x1be)]();return PerformanceTester[_0x62373c(0x1b3)](PerformanceEvents[_0x62373c(0x1c1)]),await _0x22824d['VDgid'](sleep,0x3e8),PerformanceTester[_0x62373c(0x1b8)](),_0x17ea9c;},exports[a52_0x4a839d(0x1c3)]=async(_0x404fa6,_0x4b4f34,_0x5737b1,_0x4d1788,_0x5f2ba1)=>{const _0x2cca46=a52_0x4a839d,_0x5d2f22={'cTObD':function(_0xe97098,_0x43fac1){return _0xe97098(_0x43fac1);},'MDpzi':'../launcher/launcher','VdzEc':_0x2cca46(0x1c8)},_0x96e5a={'capability':_0x404fa6,..._0x4b4f34},_0x32a235={};_0x32a235[_0x2cca46(0x1cb)]=_0x96e5a,_0x32a235[_0x2cca46(0x1b2)]=_0x5f2ba1;const _0x1f899f=_0x32a235,_0x45496e=_0x5d2f22[_0x2cca46(0x1ba)](require,_0x5d2f22[_0x2cca46(0x1bd)]),_0x5166a1=new _0x45496e(_0x5d2f22[_0x2cca46(0x1af)],_0x1f899f,_0x5737b1,_0x4d1788);return await _0x5166a1['run']();},exports[a52_0x4a839d(0x1b4)]=async _0x2f8a95=>{const _0x2dd807=a52_0x4a839d,_0x2d50db={'rXbSk':function(_0x3189e0,_0x50f820){return _0x3189e0(_0x50f820);},'xTVkb':_0x2dd807(0x1bc),'LpfGf':'vanilla'},_0x9ffe94=_0x2d50db['rXbSk'](require,_0x2d50db['xTVkb']),_0x13b404=new _0x9ffe94(_0x2d50db[_0x2dd807(0x1c9)],_0x2f8a95);return await _0x13b404['run']();};
1
+ const a52_0x3210eb=a52_0x41b9;function a52_0x41b9(_0x13c2e7,_0x4fb090){const _0x36a716=a52_0x36a7();return a52_0x41b9=function(_0x41b939,_0x711b00){_0x41b939=_0x41b939-0xd5;let _0x184a85=_0x36a716[_0x41b939];return _0x184a85;},a52_0x41b9(_0x13c2e7,_0x4fb090);}function a52_0x36a7(){const _0x55cb9f=['351HSssTh','3219nKgAGl','../../helpers/performance/performance-tester','pIIpB','formatter','38508qYNsrp','FwpQy','run','mocha','runVanillaTest','EVENTS','9395874MPwPKm','SDK_POST_TEST','configuration','PjfFF','nHpKH','../../helpers/test-observability/utils','cucumber-js','vanilla','qVBSf','runTest','startMonitoring','end','8183640fOuKrw','vfqZC','jugTB','6987465CSbsKZ','stopMonitoring','../launcher/launcher','3214295YwEEjA','1862276UYpNes','8gCPyKo','runCucumberTest'];a52_0x36a7=function(){return _0x55cb9f;};return a52_0x36a7();}(function(_0x34a031,_0x1680a9){const _0x19bf5f=a52_0x41b9,_0x4c2c18=_0x34a031();while(!![]){try{const _0x634309=-parseInt(_0x19bf5f(0xda))/0x1+parseInt(_0x19bf5f(0xd6))/0x2+parseInt(_0x19bf5f(0xd9))/0x3*(parseInt(_0x19bf5f(0xde))/0x4)+-parseInt(_0x19bf5f(0xf3))/0x5+-parseInt(_0x19bf5f(0xf0))/0x6+parseInt(_0x19bf5f(0xd5))/0x7*(parseInt(_0x19bf5f(0xd7))/0x8)+parseInt(_0x19bf5f(0xe4))/0x9;if(_0x634309===_0x1680a9)break;else _0x4c2c18['push'](_0x4c2c18['shift']());}catch(_0x4e6ebd){_0x4c2c18['push'](_0x4c2c18['shift']());}}}(a52_0x36a7,0xc2570));const PerformanceEvents=require('../../helpers/performance/constants')[a52_0x3210eb(0xe3)],PerformanceTester=require(a52_0x3210eb(0xdb)),{sleep}=require(a52_0x3210eb(0xe9));exports[a52_0x3210eb(0xed)]=async(_0x31c7a7,_0x413f3f)=>{const _0x50b682=a52_0x3210eb,_0x1b1745={'nHpKH':function(_0xa83bd7,_0xba3d5e){return _0xa83bd7(_0xba3d5e);},'jugTB':_0x50b682(0xf5),'PjfFF':_0x50b682(0xe1)};PerformanceTester[_0x50b682(0xee)]();const _0x42c551=_0x1b1745[_0x50b682(0xe8)](require,_0x1b1745[_0x50b682(0xf2)]),_0x862fa4=new _0x42c551(_0x1b1745[_0x50b682(0xe7)],_0x31c7a7,_0x413f3f),_0x5d1cbc=await _0x862fa4[_0x50b682(0xe0)]();return PerformanceTester[_0x50b682(0xef)](PerformanceEvents[_0x50b682(0xe5)]),await _0x1b1745[_0x50b682(0xe8)](sleep,0x3e8),PerformanceTester[_0x50b682(0xf4)](),_0x5d1cbc;},exports[a52_0x3210eb(0xd8)]=async(_0x1c48d6,_0x4d2e2f,_0x1783e5,_0xa3b752,_0x3677a3)=>{const _0x91688d=a52_0x3210eb,_0x37e6ed={'ATwbK':function(_0x2b4ea4,_0x38af6d){return _0x2b4ea4(_0x38af6d);},'pIIpB':_0x91688d(0xf5),'vfqZC':_0x91688d(0xea)},_0x2425c7={'capability':_0x1c48d6,..._0x4d2e2f},_0x2c93ae={};_0x2c93ae[_0x91688d(0xe6)]=_0x2425c7,_0x2c93ae[_0x91688d(0xdd)]=_0x3677a3;const _0x5f5a71=_0x2c93ae,_0x4dc389=_0x37e6ed['ATwbK'](require,_0x37e6ed[_0x91688d(0xdc)]),_0x5543d0=new _0x4dc389(_0x37e6ed[_0x91688d(0xf1)],_0x5f5a71,_0x1783e5,_0xa3b752);return await _0x5543d0[_0x91688d(0xe0)]();},exports[a52_0x3210eb(0xe2)]=async _0x161415=>{const _0x2e3c65=a52_0x3210eb,_0x345714={'FwpQy':function(_0x3f2257,_0x3aed48){return _0x3f2257(_0x3aed48);},'zWgim':'../launcher/launcher','qVBSf':_0x2e3c65(0xeb)},_0x34fac9=_0x345714[_0x2e3c65(0xdf)](require,_0x345714['zWgim']),_0x90d06b=new _0x34fac9(_0x345714[_0x2e3c65(0xec)],_0x161415);return await _0x90d06b[_0x2e3c65(0xe0)]();};
@@ -1 +1 @@
1
- const a53_0x3dc114=a53_0xb9d6;function a53_0x1880(){const _0x3a9fbf=['7600707mQGeyk','./runTest','cucumberWorker','16awfWQs','41150970qFfrSm','3045438LLEEbs','4DSNNYN','zvjOf','1175793sYHzUo','IPVMD','8291280zCeWFT','384015RGrMYO','7taKKdE','6201848XZPqcZ','vanillaWorker'];a53_0x1880=function(){return _0x3a9fbf;};return a53_0x1880();}(function(_0x5dc3e0,_0xa565b1){const _0x58d145=a53_0xb9d6,_0x35c0fb=_0x5dc3e0();while(!![]){try{const _0x29221b=parseInt(_0x58d145(0x169))/0x1+parseInt(_0x58d145(0x164))/0x2*(parseInt(_0x58d145(0x166))/0x3)+-parseInt(_0x58d145(0x16b))/0x4+-parseInt(_0x58d145(0x168))/0x5+-parseInt(_0x58d145(0x163))/0x6*(-parseInt(_0x58d145(0x16a))/0x7)+-parseInt(_0x58d145(0x161))/0x8*(parseInt(_0x58d145(0x16d))/0x9)+parseInt(_0x58d145(0x162))/0xa;if(_0x29221b===_0xa565b1)break;else _0x35c0fb['push'](_0x35c0fb['shift']());}catch(_0x355bcf){_0x35c0fb['push'](_0x35c0fb['shift']());}}}(a53_0x1880,0xd9f6f));const {runTest,runCucumberTest,runVanillaTest}=require(a53_0x3dc114(0x16e));function a53_0xb9d6(_0x1437a6,_0x12be34){const _0x1880b2=a53_0x1880();return a53_0xb9d6=function(_0xb9d699,_0x312109){_0xb9d699=_0xb9d699-0x161;let _0x2acaeb=_0x1880b2[_0xb9d699];return _0x2acaeb;},a53_0xb9d6(_0x1437a6,_0x12be34);}exports['worker']=async(_0x517c32,_0x15315a)=>{const _0x1df1e7=a53_0x3dc114,_0x10b0d9={'IPVMD':function(_0x4a25f5,_0x7ae7,_0x5e68b5){return _0x4a25f5(_0x7ae7,_0x5e68b5);}};return await _0x10b0d9[_0x1df1e7(0x167)](runTest,_0x517c32,_0x15315a);},exports[a53_0x3dc114(0x16f)]=async(_0x4c1c4a,_0x311fd5,_0x400082,_0x357611,_0x28a6cf)=>{const _0x2f4ff2=a53_0x3dc114,_0x4d76f5={'zvjOf':function(_0x1b0b4b,_0x5370a1,_0x4322d7,_0x496f6f,_0x55cd89,_0x2c81a3){return _0x1b0b4b(_0x5370a1,_0x4322d7,_0x496f6f,_0x55cd89,_0x2c81a3);}};return await _0x4d76f5[_0x2f4ff2(0x165)](runCucumberTest,_0x4c1c4a,_0x311fd5,_0x400082,_0x357611,_0x28a6cf);},exports[a53_0x3dc114(0x16c)]=async _0x4cdb26=>{const _0x1816bf={'FJQfK':function(_0x25bc59,_0x4cbb6e){return _0x25bc59(_0x4cbb6e);}};return await _0x1816bf['FJQfK'](runVanillaTest,_0x4cdb26);};
1
+ function a53_0x27b8(_0x3e19b5,_0x174f9a){const _0x4f89e7=a53_0x4f89();return a53_0x27b8=function(_0x27b8e8,_0x22563c){_0x27b8e8=_0x27b8e8-0x16c;let _0x323c8a=_0x4f89e7[_0x27b8e8];return _0x323c8a;},a53_0x27b8(_0x3e19b5,_0x174f9a);}const a53_0x44d1ea=a53_0x27b8;(function(_0xe48885,_0x23190e){const _0x1a492e=a53_0x27b8,_0xbd25e9=_0xe48885();while(!![]){try{const _0x41de60=-parseInt(_0x1a492e(0x16e))/0x1*(parseInt(_0x1a492e(0x172))/0x2)+-parseInt(_0x1a492e(0x170))/0x3+parseInt(_0x1a492e(0x16c))/0x4+-parseInt(_0x1a492e(0x178))/0x5+-parseInt(_0x1a492e(0x16f))/0x6*(-parseInt(_0x1a492e(0x176))/0x7)+-parseInt(_0x1a492e(0x173))/0x8*(parseInt(_0x1a492e(0x175))/0x9)+parseInt(_0x1a492e(0x177))/0xa*(parseInt(_0x1a492e(0x174))/0xb);if(_0x41de60===_0x23190e)break;else _0xbd25e9['push'](_0xbd25e9['shift']());}catch(_0x47c41d){_0xbd25e9['push'](_0xbd25e9['shift']());}}}(a53_0x4f89,0x739bf));const {runTest,runCucumberTest,runVanillaTest}=require(a53_0x44d1ea(0x171));exports['worker']=async(_0x2e4992,_0x307267)=>{const _0x3c3e97={'Lvwky':function(_0x4813e3,_0x2c4b01,_0x317cdf){return _0x4813e3(_0x2c4b01,_0x317cdf);}};return await _0x3c3e97['Lvwky'](runTest,_0x2e4992,_0x307267);},exports[a53_0x44d1ea(0x16d)]=async(_0x53f27b,_0x1bfdc8,_0x53fc8f,_0x448ba3,_0x1bb391)=>{const _0x2a07e1={'UCOBv':function(_0x2f9344,_0x552244,_0x29a1cd,_0x37e400,_0x507ebf,_0xd7ce91){return _0x2f9344(_0x552244,_0x29a1cd,_0x37e400,_0x507ebf,_0xd7ce91);}};return await _0x2a07e1['UCOBv'](runCucumberTest,_0x53f27b,_0x1bfdc8,_0x53fc8f,_0x448ba3,_0x1bb391);},exports['vanillaWorker']=async _0x24ee13=>{const _0x45ee83={'nAbML':function(_0x30b403,_0x4a7ac8){return _0x30b403(_0x4a7ac8);}};return await _0x45ee83['nAbML'](runVanillaTest,_0x24ee13);};function a53_0x4f89(){const _0x3a677d=['22lvPXLL','222957oPcaPc','21wvXKUs','7281880CeCHXa','2623975GhdISO','183156QzVuCT','cucumberWorker','469757eSNriV','1010532iSpZue','1172118VDFCYy','./runTest','2cvYflK','48MUdJdN'];a53_0x4f89=function(){return _0x3a677d;};return a53_0x4f89();}
@@ -0,0 +1 @@
1
+ const a54_0x3458be=a54_0xf836;(function(_0x10a5d1,_0x6618e3){const _0x155048=a54_0xf836,_0x2e33bb=_0x10a5d1();while(!![]){try{const _0xa1b72=parseInt(_0x155048(0xb9))/0x1*(parseInt(_0x155048(0x67))/0x2)+parseInt(_0x155048(0xc4))/0x3+parseInt(_0x155048(0x8d))/0x4*(parseInt(_0x155048(0x82))/0x5)+parseInt(_0x155048(0x74))/0x6*(parseInt(_0x155048(0xb5))/0x7)+-parseInt(_0x155048(0x8a))/0x8+-parseInt(_0x155048(0x8e))/0x9*(parseInt(_0x155048(0x7f))/0xa)+parseInt(_0x155048(0xac))/0xb;if(_0xa1b72===_0x6618e3)break;else _0x2e33bb['push'](_0x2e33bb['shift']());}catch(_0xb61ff4){_0x2e33bb['push'](_0x2e33bb['shift']());}}}(a54_0x2368,0x1cf99));const constants=require(a54_0x3458be(0xa5)),{nestedKeyValue}=require(a54_0x3458be(0xb3)),getBrowserstackCLI=()=>{const _0x50dcfa=a54_0x3458be,_0x159c09={'ywTbA':function(_0x42473b,_0x1caac4){return _0x42473b(_0x1caac4);},'Pvmrk':_0x50dcfa(0xaf)};return _0x159c09[_0x50dcfa(0x97)](require,_0x159c09[_0x50dcfa(0x85)]);};function a54_0x2368(){const _0x50b30b=['gGlPa','qgsZM','MFsZj','hUWUM','getInstance','Nrojx','BROWSERSTACK_API_URL','ywTbA','automate','APP_UPLOAD_URL','QmcDC','observability','FArvi','NvraD','mYvRH','ROedh','GWllI','getAppAutomateSessionNameAPIUrl','PLAYWRIGHT_HUB_URL','vWdBy','toString','./constants','xzRmo','RTznQ','YMLpi','getAutoCaptureLogsAPIUrl','WgYUu','getConfig','795432utJbGk','wss:','KWVfh','../v2/browserstackCLI','upload','MzGeI','appAutomate','./sharedUtils','vDRJF','126ZrbqeX','edsInstrumentation','ltEQF','getAutomateSessionNameAPIUrl','5252okMxBB','OBSERVABILITY_UPLOAD_URL','apis','rdKQJ','UCuhP','dmTrz','BvMHw','scMgT','EDS_URL','GAgGs','jQGNX','121395QcvpZW','mXKPR','tLjNJ','fiYdr','xlwIS','fyXxg','/playwright?caps=','yOAwA','30YXRcHw','OYcrZ','cdp','aPyhQ','getEdsInstrumentationAPIUrl','JsJXK','getAutomateSessionStatusAPIUrl','isNTj','XTMVO','rIuKc','Whube','api','qvYRS','13986IosyFL','XlLCD','AoynL','vCuSn','FAqFq','PGqUa','XfDIo','replace','FLPgV','kJZae','exports','310KKiuIt','getBStackAPIUrl','gXYHh','15YvESVr','YRFOo','rPVBf','Pvmrk','AheBx','mZrJl','RwGOC','RyJUY','1239208ArvokA','ZZYNi','getAppAutomateSessionsListAPIUrl','114348yjmGQz','13266KNcWjb','endsWith'];a54_0x2368=function(){return _0x50b30b;};return a54_0x2368();}class APIUtilityMethods{static[a54_0x3458be(0x80)](_0x5a6e6d){const _0x33bf7a=a54_0x3458be,_0xa38a83={'AoynL':function(_0x31fdd8){return _0x31fdd8();},'RwGOC':function(_0x324ed4,_0x33ed36,_0x494838){return _0x324ed4(_0x33ed36,_0x494838);},'GAgGs':_0x33bf7a(0xbb),'fyXxg':'automate','ROedh':_0x33bf7a(0x72),'mZrJl':function(_0x195cae,_0x131f62){return _0x195cae===_0x131f62;},'bySBJ':function(_0x411464,_0x586f1c){return _0x411464+_0x586f1c;}},_0x493f30=_0xa38a83[_0x33bf7a(0x76)](getBrowserstackCLI),_0x10c52d=_0xa38a83[_0x33bf7a(0x88)](nestedKeyValue,_0x493f30[_0x33bf7a(0x94)]()['getConfig'](),[_0xa38a83[_0x33bf7a(0xc2)],_0xa38a83[_0x33bf7a(0xc9)],_0xa38a83[_0x33bf7a(0x9f)]])||constants[_0x33bf7a(0x96)];if(!_0x5a6e6d||_0xa38a83[_0x33bf7a(0x87)](_0x5a6e6d,''))return _0x10c52d;const _0x275ec6=_0x10c52d['endsWith']('/')?_0x10c52d:_0xa38a83['bySBJ'](_0x10c52d,'/');return new URL(_0x5a6e6d,_0x275ec6)[_0x33bf7a(0xa4)]();}static[a54_0x3458be(0x6b)](_0x21fabf){const _0x135eab=a54_0x3458be,_0x3c0f29={'MFsZj':function(_0x5d2dc1){return _0x5d2dc1();},'WgYUu':function(_0x3e8953,_0xe3dafc,_0x1d04ae){return _0x3e8953(_0xe3dafc,_0x1d04ae);},'XkQUE':_0x135eab(0xbb),'tLjNJ':_0x135eab(0xb6),'aPyhQ':'api','GWllI':function(_0x2d9599,_0x1700cb){return _0x2d9599===_0x1700cb;},'XTMVO':function(_0x259fa0,_0x34f70e){return _0x259fa0+_0x34f70e;}},_0x425f19=_0x3c0f29[_0x135eab(0x92)](getBrowserstackCLI),_0x3331c3=_0x3c0f29[_0x135eab(0xaa)](nestedKeyValue,_0x425f19[_0x135eab(0x94)]()['getConfig'](),[_0x3c0f29['XkQUE'],_0x3c0f29[_0x135eab(0xc6)],_0x3c0f29[_0x135eab(0x6a)]])||constants[_0x135eab(0xc1)];if(!_0x21fabf||_0x3c0f29[_0x135eab(0xa0)](_0x21fabf,''))return _0x3331c3;const _0xc8505d=_0x3331c3[_0x135eab(0x8f)]('/')?_0x3331c3:_0x3c0f29[_0x135eab(0x6f)](_0x3331c3,'/');return new URL(_0x21fabf,_0xc8505d)[_0x135eab(0xa4)]();}static[a54_0x3458be(0x6d)](_0x50002e){const _0x47b791=a54_0x3458be,_0x2bd844={'FAqFq':function(_0x3b2c1a){return _0x3b2c1a();},'PGqUa':function(_0x40508d,_0x5a1974,_0x5c5d5a){return _0x40508d(_0x5a1974,_0x5c5d5a);},'rdKQJ':_0x47b791(0xbb),'isNTj':_0x47b791(0x98),'fEeZZ':'api','uLRQW':function(_0x34677b,_0x1e3d1d){return _0x34677b===_0x1e3d1d;},'nEyyd':function(_0x2cb431,_0x41547a){return _0x2cb431+_0x41547a;}},_0x5e6aca=_0x2bd844[_0x47b791(0x78)](getBrowserstackCLI),_0x1c89f1=_0x2bd844[_0x47b791(0x79)](nestedKeyValue,_0x5e6aca['getInstance']()[_0x47b791(0xab)](),[_0x2bd844[_0x47b791(0xbc)],_0x2bd844[_0x47b791(0x6e)],_0x2bd844['fEeZZ']])||constants['BROWSERSTACK_API_URL'];if(!_0x50002e||_0x2bd844['uLRQW'](_0x50002e,''))return _0x1c89f1;const _0x334ca8=_0x1c89f1[_0x47b791(0x8f)]('/')?_0x1c89f1:_0x2bd844['nEyyd'](_0x1c89f1,'/');return new URL(_0x50002e,_0x334ca8)[_0x47b791(0xa4)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x17e6b0){const _0x55cccd=a54_0x3458be,_0x49642d={'RyJUY':function(_0xd89b6d){return _0xd89b6d();},'rPVBf':function(_0x2000af,_0x2e7ce2,_0x8a1917){return _0x2000af(_0x2e7ce2,_0x8a1917);},'JsJXK':'apis','IfVMW':_0x55cccd(0xb2),'SQPOz':_0x55cccd(0x72),'jQGNX':function(_0x1a462f,_0x2e5610){return _0x1a462f===_0x2e5610;},'MzGeI':function(_0x6871fc,_0xb2d9e){return _0x6871fc+_0xb2d9e;}},_0x1a802d=_0x49642d[_0x55cccd(0x89)](getBrowserstackCLI),_0x5327d6=_0x49642d[_0x55cccd(0x84)](nestedKeyValue,_0x1a802d[_0x55cccd(0x94)]()[_0x55cccd(0xab)](),[_0x49642d[_0x55cccd(0x6c)],_0x49642d['IfVMW'],_0x49642d['SQPOz']])||constants[_0x55cccd(0x96)];if(!_0x17e6b0||_0x49642d[_0x55cccd(0xc3)](_0x17e6b0,''))return _0x5327d6;const _0x487cf0=_0x5327d6[_0x55cccd(0x8f)]('/')?_0x5327d6:_0x49642d[_0x55cccd(0xb1)](_0x5327d6,'/');return new URL(_0x17e6b0,_0x487cf0)[_0x55cccd(0xa4)]();}static[a54_0x3458be(0xb8)](_0x466ecc){const _0x4ed66d=a54_0x3458be,_0x17f745={'AheBx':function(_0x5d1c6d){return _0x5d1c6d();},'xlwIS':function(_0x4f7ff8,_0x5f468b,_0x20d15d){return _0x4f7ff8(_0x5f468b,_0x20d15d);},'RTznQ':_0x4ed66d(0xbb),'ltEQF':_0x4ed66d(0x98),'FLPgV':'api','QoZYL':function(_0x5369a0,_0x18b0c4){return _0x5369a0===_0x18b0c4;},'rIuKc':function(_0xe6a01c,_0x1e6137){return _0xe6a01c+_0x1e6137;}},_0x5219f1=_0x17f745[_0x4ed66d(0x86)](getBrowserstackCLI),_0x14273b=_0x17f745[_0x4ed66d(0xc8)](nestedKeyValue,_0x5219f1[_0x4ed66d(0x94)]()[_0x4ed66d(0xab)](),[_0x17f745[_0x4ed66d(0xa7)],_0x17f745[_0x4ed66d(0xb7)],_0x17f745[_0x4ed66d(0x7c)]])||constants[_0x4ed66d(0x96)];if(!_0x466ecc||_0x17f745['QoZYL'](_0x466ecc,''))return _0x14273b;const _0x1e3018=_0x14273b['endsWith']('/')?_0x14273b:_0x17f745[_0x4ed66d(0x70)](_0x14273b,'/');return new URL(_0x466ecc,_0x1e3018)[_0x4ed66d(0xa4)]();}static[a54_0x3458be(0xa1)](_0x2e7955){const _0x2ebf1b=a54_0x3458be,_0x2763f5={'ZZYNi':function(_0xc3ba5b){return _0xc3ba5b();},'XfDIo':function(_0x280eeb,_0x453b6a,_0x3b9aa4){return _0x280eeb(_0x453b6a,_0x3b9aa4);},'scMgT':_0x2ebf1b(0xbb),'kJZae':_0x2ebf1b(0xb2),'aiEcu':_0x2ebf1b(0x72),'aRUZb':function(_0xb4f074,_0x2823bc){return _0xb4f074===_0x2823bc;},'KWVfh':function(_0x148bf1,_0x2eaf4d){return _0x148bf1+_0x2eaf4d;}},_0x5efe6c=_0x2763f5[_0x2ebf1b(0x8b)](getBrowserstackCLI),_0x5a40ec=_0x2763f5[_0x2ebf1b(0x7a)](nestedKeyValue,_0x5efe6c[_0x2ebf1b(0x94)]()['getConfig'](),[_0x2763f5[_0x2ebf1b(0xc0)],_0x2763f5[_0x2ebf1b(0x7d)],_0x2763f5['aiEcu']])||constants[_0x2ebf1b(0x96)];if(!_0x2e7955||_0x2763f5['aRUZb'](_0x2e7955,''))return _0x5a40ec;const _0x2b28d3=_0x5a40ec[_0x2ebf1b(0x8f)]('/')?_0x5a40ec:_0x2763f5[_0x2ebf1b(0xae)](_0x5a40ec,'/');return new URL(_0x2e7955,_0x2b28d3)['toString']();}static['getAutomateSessionsListAPIUrl'](_0x253220){const _0x3bf736=a54_0x3458be,_0x36aaca={'OYcrZ':function(_0x3877cd){return _0x3877cd();},'xzRmo':function(_0x26a586,_0x1b4e0e,_0x56bf40){return _0x26a586(_0x1b4e0e,_0x56bf40);},'aAdtT':'apis','kNePP':_0x3bf736(0x98),'PBzpP':_0x3bf736(0x72),'QmcDC':function(_0x21280f,_0x35e956){return _0x21280f===_0x35e956;},'hUWUM':function(_0x5003b3,_0x3d8d80){return _0x5003b3+_0x3d8d80;}},_0x1ea693=_0x36aaca[_0x3bf736(0x68)](getBrowserstackCLI),_0xf0f85e=_0x36aaca[_0x3bf736(0xa6)](nestedKeyValue,_0x1ea693[_0x3bf736(0x94)]()[_0x3bf736(0xab)](),[_0x36aaca['aAdtT'],_0x36aaca['kNePP'],_0x36aaca['PBzpP']])||constants['BROWSERSTACK_API_URL'];if(!_0x253220||_0x36aaca[_0x3bf736(0x9a)](_0x253220,''))return _0xf0f85e;const _0x13b779=_0xf0f85e[_0x3bf736(0x8f)]('/')?_0xf0f85e:_0x36aaca[_0x3bf736(0x93)](_0xf0f85e,'/');return new URL(_0x253220,_0x13b779)[_0x3bf736(0xa4)]()[_0x3bf736(0x7b)](/^https?:\/\//,'');}static[a54_0x3458be(0x8c)](_0x30f68c){const _0x454cc0=a54_0x3458be,_0x2e5efb={'vCuSn':function(_0x172601){return _0x172601();},'BvMHw':function(_0x2e160c,_0x149097,_0x67b517){return _0x2e160c(_0x149097,_0x67b517);},'yOAwA':_0x454cc0(0xbb),'mXKPR':_0x454cc0(0xb2),'YRFOo':_0x454cc0(0x72),'gXYHh':function(_0x5a12e6,_0x5425d3){return _0x5a12e6===_0x5425d3;},'fiYdr':function(_0x58a3b0,_0x5d0bfa){return _0x58a3b0+_0x5d0bfa;}},_0x55c216=_0x2e5efb[_0x454cc0(0x77)](getBrowserstackCLI),_0x59891f=_0x2e5efb[_0x454cc0(0xbf)](nestedKeyValue,_0x55c216[_0x454cc0(0x94)]()[_0x454cc0(0xab)](),[_0x2e5efb[_0x454cc0(0xcb)],_0x2e5efb[_0x454cc0(0xc5)],_0x2e5efb[_0x454cc0(0x83)]])||constants[_0x454cc0(0x99)];if(!_0x30f68c||_0x2e5efb[_0x454cc0(0x81)](_0x30f68c,''))return _0x59891f;const _0x1c508f=_0x59891f['endsWith']('/')?_0x59891f:_0x2e5efb[_0x454cc0(0xc7)](_0x59891f,'/');return new URL(_0x30f68c,_0x1c508f)['toString']()[_0x454cc0(0x7b)](/^https?:\/\//,'');}static[a54_0x3458be(0xa9)](_0x25100b){const _0x5b7855=a54_0x3458be,_0x1a6fb2={'XlLCD':function(_0x9d3a0a){return _0x9d3a0a();},'NvraD':function(_0x3ea9d0,_0x1f711c,_0x2c6c64){return _0x3ea9d0(_0x1f711c,_0x2c6c64);},'qgsZM':'apis','wfUOb':_0x5b7855(0x9b),'dmTrz':_0x5b7855(0xb0),'FArvi':function(_0x3b7951,_0x1af4e5){return _0x3b7951===_0x1af4e5;},'mYvRH':function(_0x5e0e41,_0x3e8c41){return _0x5e0e41+_0x3e8c41;}},_0x44d479=_0x1a6fb2[_0x5b7855(0x75)](getBrowserstackCLI),_0xc3dc65=_0x1a6fb2[_0x5b7855(0x9d)](nestedKeyValue,_0x44d479[_0x5b7855(0x94)]()[_0x5b7855(0xab)](),[_0x1a6fb2[_0x5b7855(0x91)],_0x1a6fb2['wfUOb'],_0x1a6fb2[_0x5b7855(0xbe)]])||constants[_0x5b7855(0xba)];if(!_0x25100b||_0x1a6fb2[_0x5b7855(0x9c)](_0x25100b,''))return _0xc3dc65;const _0x79a682=_0xc3dc65[_0x5b7855(0x8f)]('/')?_0xc3dc65:_0x1a6fb2[_0x5b7855(0x9e)](_0xc3dc65,'/');return new URL(_0x25100b,_0x79a682)['toString']();}static['getPlaywrightHubUrl'](_0x3f6c33){const _0x4d2635=a54_0x3458be,_0xab79a7={'UCuhP':function(_0x413a49){return _0x413a49();},'YMLpi':function(_0x471a54,_0x3808b4,_0x17a9d4){return _0x471a54(_0x3808b4,_0x17a9d4);},'qvYRS':_0x4d2635(0xbb),'Whube':'automate','vWdBy':_0x4d2635(0x69),'gGlPa':_0x4d2635(0xad),'vDRJF':function(_0x1b8c91,_0x18e9fd){return _0x1b8c91===_0x18e9fd;},'JVcte':function(_0x15cd29,_0x318668){return _0x15cd29+_0x318668;},'Nrojx':_0x4d2635(0xca)},_0x36b937=_0xab79a7[_0x4d2635(0xbd)](getBrowserstackCLI),_0x32ec9d=_0xab79a7[_0x4d2635(0xa8)](nestedKeyValue,_0x36b937['getInstance']()[_0x4d2635(0xab)](),[_0xab79a7[_0x4d2635(0x73)],_0xab79a7[_0x4d2635(0x71)],_0xab79a7[_0x4d2635(0xa3)]]),_0x4fdf32=(_0x32ec9d?_0x32ec9d['replace'](/^https:/,_0xab79a7[_0x4d2635(0x90)]):null)||constants[_0x4d2635(0xa2)];let _0x4407e5;if(!_0x3f6c33||_0xab79a7[_0x4d2635(0xb4)](_0x3f6c33,''))_0x4407e5=_0x4fdf32;else{const _0x163381=_0x4fdf32[_0x4d2635(0x8f)]('/')?_0x4fdf32:_0xab79a7['JVcte'](_0x4fdf32,'/');_0x4407e5=new URL(_0x3f6c33,_0x163381)['toString']();}return!_0x4407e5[_0x4d2635(0x8f)](_0xab79a7[_0x4d2635(0x95)])&&(_0x4407e5+=_0xab79a7[_0x4d2635(0x95)]),_0x4407e5;}}function a54_0xf836(_0x17b08d,_0x380acc){const _0x23684a=a54_0x2368();return a54_0xf836=function(_0xf836c7,_0x15392d){_0xf836c7=_0xf836c7-0x67;let _0x2a0f9e=_0x23684a[_0xf836c7];return _0x2a0f9e;},a54_0xf836(_0x17b08d,_0x380acc);}module[a54_0x3458be(0x7e)]=APIUtilityMethods;
@@ -1 +1 @@
1
- const a54_0x479bab=a54_0x210f;(function(_0x55c798,_0x498c72){const _0x7c437d=a54_0x210f,_0x4b47b5=_0x55c798();while(!![]){try{const _0x5575e3=-parseInt(_0x7c437d(0x21d))/0x1*(parseInt(_0x7c437d(0x264))/0x2)+parseInt(_0x7c437d(0x203))/0x3+parseInt(_0x7c437d(0x20f))/0x4*(parseInt(_0x7c437d(0x209))/0x5)+parseInt(_0x7c437d(0x226))/0x6+-parseInt(_0x7c437d(0x1de))/0x7*(parseInt(_0x7c437d(0x228))/0x8)+-parseInt(_0x7c437d(0x246))/0x9+parseInt(_0x7c437d(0x251))/0xa;if(_0x5575e3===_0x498c72)break;else _0x4b47b5['push'](_0x4b47b5['shift']());}catch(_0x5001f1){_0x4b47b5['push'](_0x4b47b5['shift']());}}}(a54_0x4d22,0x68526));const a54_0x1060a3={};a54_0x1060a3['INFO']=a54_0x479bab(0x26b),a54_0x1060a3[a54_0x479bab(0x244)]=a54_0x479bab(0x1ef);const a54_0x244533={};a54_0x244533['INFO']=a54_0x479bab(0x253);const a54_0x1ec0ae={};a54_0x1ec0ae[a54_0x479bab(0x23c)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a54_0x251cda={};a54_0x251cda[a54_0x479bab(0x23c)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a54_0x15843e={};a54_0x15843e['INFO']=a54_0x479bab(0x21f);const a54_0x25cc97={};a54_0x25cc97['INFO']=a54_0x479bab(0x24c);const a54_0x159656={};a54_0x159656['INFO']=a54_0x479bab(0x243);const a54_0x2ab670={};a54_0x2ab670[a54_0x479bab(0x23c)]=a54_0x479bab(0x263);const a54_0xd33367={};a54_0xd33367['INFO']=a54_0x479bab(0x1a8);const a54_0x47d4bc={};a54_0x47d4bc[a54_0x479bab(0x23c)]=a54_0x479bab(0x261);const a54_0x372678={};a54_0x372678[a54_0x479bab(0x1ad)]=a54_0x479bab(0x1ed),a54_0x372678[a54_0x479bab(0x1c2)]=a54_0x479bab(0x1aa),a54_0x372678[a54_0x479bab(0x208)]=a54_0x479bab(0x1a1),a54_0x372678[a54_0x479bab(0x20d)]=a54_0x479bab(0x1c8),a54_0x372678[a54_0x479bab(0x1d1)]=a54_0x479bab(0x1ea),a54_0x372678[a54_0x479bab(0x1bf)]=a54_0x479bab(0x19a);function a54_0x210f(_0x2816b6,_0x1874c1){const _0x4d22b6=a54_0x4d22();return a54_0x210f=function(_0x210f75,_0x51dfd1){_0x210f75=_0x210f75-0x197;let _0x40b8fe=_0x4d22b6[_0x210f75];return _0x40b8fe;},a54_0x210f(_0x2816b6,_0x1874c1);}const a54_0x2c6caf={};a54_0x2c6caf[a54_0x479bab(0x1eb)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a54_0x2c6caf[a54_0x479bab(0x248)]=a54_0x479bab(0x274),a54_0x2c6caf[a54_0x479bab(0x206)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a54_0x2c6caf[a54_0x479bab(0x1fb)]=a54_0x479bab(0x25d);const a54_0x3fc95f={};function a54_0x4d22(){const _0xd23c23=['ROOT_CAPS','ERR_TIMED_OUT','ERR_PROXY_CONNECTION_FAILED','framework','turboScale','https://automate.browserstack.com/dashboard/v2/builds/','httpsProxy','testReporting','CUCUMBER','https://api-cloud-devtestops.bsstag.com','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','MOCHA','unhandledPromptBehavior','httpProxy','https://tcg.browserstack.com','HST','ERR_BLOCKED_BY_CLIENT','codeceptjs','VANILLA','sdk/v1/event','BSTACK_ATS_URL','INTEGRATIONS','ERR_NAME_NOT_RESOLVED','exports','edgeOptions','FUNNEL_INSTRUMENTATION_API_URL','CODECEPT_CUCUMBER','PLAYWRIGHT_CONFIG_OPTION_ERRORS','COMMONJS','SDKTestInvalidTcgAuthResponseWithUserImpact','https://apidevtestops.bsstag.com','commonjs','DEBUG_LOG_FILE_NAME','ERR_CONNECTION_REFUSED','proxyPassword','authToken','ieOptions','MAX_GIT_META_DATA_SIZE_IN_BYTES','BSTACK_URL','343BGtfay','ERR_CONNECTION_TIMED_OUT','ERR_ADDRESS_INVALID','wss://cdp-devtestops.bsstag.com/playwright?caps=','PLAYWRIGHT_TRACE_LOGS','testOrchestrationOptions','NIGHTWATCH','testContextOptions','SDKTestTcgAuthFailure','OBSERVABILITY_SUPPORTED_FWS','TCG_AUTH_FAILURE','module','codeceptjs-cucumber','invalidKeys','prod','Playwright','wss://cdp.browserstack.com/playwright?caps=','Specify\x20--help\x20for\x20available\x20options','preprod','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','UPGRADE_REQUIRED','acceptSslCert','PLAYWRIGHT_HUB_URL','^[a-zA-Z0-9_.-]*$','acceptSslCerts','env','SHAREABLE_ID_REGEX','turboScaleOptions','AI_PROXY_FAILURE','invalidTestInputType','ERR_CONNECTION_CLOSED','proxyUser','MODULE','ERR_FAILED','percyOptions','AI_INIT_SUCCESSFUL','wss://cdp-preprod.bsstag.com/playwright?caps=','1999980gPJPvK','https://hub-devtestops.bsstag.com/wd/hub','CODECEPTJS','mandatoryDependency','10|12|5|11|2|8|6|0|4|3|7|9|1','JEST','5745OzbIBb','browserstack','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','/usage-debug.log','CODECEPT','strictFileInteractability','1424fiIthx','BROWSERSTACK_AUTOMATE_URL','AUTOLOGCAPTURE_NOTIFICATION','browserstack.com','/usage.log','TEST\x20REPORTING\x20AND\x20ANALYTICS','testReportingOptions','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','TCG_DOWN','LOG_FILE_NAME','ERR_CONNECTION_FAILED','BROWSERSTACK_API_URL','https://eds.browserstack.com','browserName','5812ImQInL','percyCaptureMode','Run\x20js\x20tests\x20on\x20browserstack','rerunTests','CLI_SUPPORTED_FRAMEWORKS','CUSTOM_ID_REGEX','NUDGE_LOCAL_ERRORS','SET_TCG_TOKEN_TIMEOUT','staging','1602120DGVZgg','bsstag.com','113224RwTMJl','browserStackLocalOptions','ERR_TUNNEL_CONNECTION_FAILED','BROWSERSTACK_ENV','sdk/v1/update_cli','BROWSERSTACK_APP_AUTOMATE_URL','APP_AUTOMATE','acceptInsecureCerts','hubUrl','A11Y_SCAN','ERR_CONNECTION_ABORTED','https://automation.browserstack.com','O11Y_URL','accessibilityOptions','https://upload-observability.browserstack.com','userName','percy','SDK_INSTRUMENTATION_CONFIG','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','CI_ARTIFACTS_PATH','INFO','INVALID_INIT_RESP_WITH_USER_IMPACT','https://upload-observability-preprod.bsstag.com','vanilla','EDS_URL','logLevel','ATS_HUB_URL_REGEX','Run\x20playwright\x20tests\x20on\x20Browserstack','HELP','platforms','6872760hquOOX','.aab','uniqueDependency','accessibility','app-automate','HEALING_LOG_DATA_TIMEOUT','Run\x20nightwatch\x20tests\x20on\x20browserstack','https://app-automate.browserstack.com/dashboard/v2/builds/','testObservabilityOptions','https://upload-observability-devtestops-ssi.bsstag.com','REDACTED_KEYS','6579550OnzXyZ','TEST_REPORTING_ANALYTICS','Run\x20jest\x20tests\x20on\x20browserstack','TCG_URL','playwright','localProxyPass','SDKTestTcgProxyFailure','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','browserVersion','https://tcg-preprod.bsstag.com','testObservability','bsstag','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','toLowerCase','ERR_NETWORK_CHANGED','BROWSERSTACK','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','Upgrade\x20required','Run\x20codeceptjs\x20tests\x20on\x20browserstack','40BtcWmB','ERR_ADDRESS_UNREACHABLE','localOptions','AUTOMATE_PRODUCTS','chromeOptions','ObservabilitySync','proxyUrl','shows\x20version\x20information','timeouts','localProxyUser','A11Y_SAVE_RESULTS','AUTOMATE','customVariables','https://hub-preprod.bsstag.com/wd/hub','OBSERVABILITY_UPLOAD_URL','TEST_FRAMEWORK_HOOK_TIMEOUT','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','TCG_REGION','BSTACK_DELTA','parallelsPerPlatform','cucumber','browserstack-ats.com','APP_UPLOAD_URL','HUB_URL_REGEX','observability','browserstack.accessKey','proxyPass','jest','A11Y_GET_RESULTS','browserstackAutomation','AI_INIT_FAILURE','PRIVATE_DOMAIN_OR_IP_REGEX','pre-prod','proxySettings','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://observability-devtestops.bsstag.com','mocha','ERR_CONNECTION_RESET','ERR_SOCKET_NOT_CONNECTED','PLAYWRIGHT','SDKTestTcgDownResponse','browserstackLocal','.ipa','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','https://edsstaging.bsstag.com','ERR_NAME_RESOLUTION_FAILED','12|5|9|2|11|8|3|7|10|4|6|1|0','.apk'];a54_0x4d22=function(){return _0xd23c23;};return a54_0x4d22();}a54_0x3fc95f[a54_0x479bab(0x1d3)]=a54_0x479bab(0x1d6),a54_0x3fc95f[a54_0x479bab(0x1fe)]=a54_0x479bab(0x1e9);const a54_0x26d9d5={};a54_0x26d9d5['Mocha']=0xfde8,a54_0x26d9d5['Cucumber-JS']=0xfde8,a54_0x26d9d5['Jest']=0x186a0;const a54_0x278a4d={};a54_0x278a4d['root']=[a54_0x479bab(0x237),'accessKey',a54_0x479bab(0x1c4),a54_0x479bab(0x1bd),a54_0x479bab(0x270),'browserstack.userName',a54_0x479bab(0x19f),a54_0x479bab(0x1d9),a54_0x479bab(0x1da),a54_0x479bab(0x26a),'browserstack.overridelocalInfo.userAuthToken'],a54_0x278a4d[a54_0x479bab(0x229)]=[a54_0x479bab(0x1fd),a54_0x479bab(0x1a0),a54_0x479bab(0x26d),a54_0x479bab(0x256)];const a54_0x5bfe75={};a54_0x5bfe75['browserstackLocal']=a54_0x479bab(0x1af),a54_0x5bfe75[a54_0x479bab(0x229)]='browserStackLocalOptions',a54_0x5bfe75[a54_0x479bab(0x266)]='browserStackLocalOptions',a54_0x5bfe75[a54_0x479bab(0x199)]=a54_0x479bab(0x199),a54_0x5bfe75[a54_0x479bab(0x245)]='platforms',a54_0x5bfe75[a54_0x479bab(0x241)]=a54_0x479bab(0x241),a54_0x5bfe75[a54_0x479bab(0x1c4)]=a54_0x479bab(0x1c4),a54_0x5bfe75[a54_0x479bab(0x1bd)]='httpsProxy',a54_0x5bfe75['framework']=a54_0x479bab(0x1ba),a54_0x5bfe75[a54_0x479bab(0x1e5)]=a54_0x479bab(0x1e5),a54_0x5bfe75[a54_0x479bab(0x25b)]=a54_0x479bab(0x25b),a54_0x5bfe75[a54_0x479bab(0x1be)]=a54_0x479bab(0x1be),a54_0x5bfe75[a54_0x479bab(0x24e)]=a54_0x479bab(0x24e),a54_0x5bfe75[a54_0x479bab(0x215)]=a54_0x479bab(0x215),a54_0x5bfe75[a54_0x479bab(0x270)]=a54_0x479bab(0x270),a54_0x5bfe75['automation']='browserstackAutomation',a54_0x5bfe75[a54_0x479bab(0x1a3)]=a54_0x479bab(0x1a3),a54_0x5bfe75[a54_0x479bab(0x220)]=a54_0x479bab(0x220),a54_0x5bfe75[a54_0x479bab(0x238)]=a54_0x479bab(0x238),a54_0x5bfe75[a54_0x479bab(0x200)]=a54_0x479bab(0x200),a54_0x5bfe75[a54_0x479bab(0x21e)]='percyCaptureMode',a54_0x5bfe75['disableAutoCaptureLogs']='disableAutoCaptureLogs',a54_0x5bfe75[a54_0x479bab(0x249)]=a54_0x479bab(0x249),a54_0x5bfe75['accessibilityOptions']=a54_0x479bab(0x235),a54_0x5bfe75[a54_0x479bab(0x1bb)]=a54_0x479bab(0x1bb),a54_0x5bfe75[a54_0x479bab(0x1f9)]=a54_0x479bab(0x1f9),a54_0x5bfe75[a54_0x479bab(0x1a7)]=a54_0x479bab(0x1a7),a54_0x5bfe75[a54_0x479bab(0x1e3)]=a54_0x479bab(0x1e3);const a54_0xaf7786={};a54_0xaf7786['VERSION']=a54_0x1060a3,a54_0xaf7786[a54_0x479bab(0x208)]=a54_0x244533,a54_0xaf7786[a54_0x479bab(0x1c2)]=a54_0x1ec0ae,a54_0xaf7786['CUCUMBER']=a54_0x251cda,a54_0xaf7786[a54_0x479bab(0x1c9)]=a54_0x15843e,a54_0xaf7786[a54_0x479bab(0x1e4)]=a54_0x25cc97,a54_0xaf7786[a54_0x479bab(0x1ad)]=a54_0x159656,a54_0xaf7786[a54_0x479bab(0x205)]=a54_0x2ab670,a54_0xaf7786[a54_0x479bab(0x1c6)]=a54_0xd33367,a54_0xaf7786[a54_0x479bab(0x1cc)]=a54_0x47d4bc,a54_0xaf7786[a54_0x479bab(0x198)]=0xf*0x3c*0x3e8,a54_0xaf7786[a54_0x479bab(0x230)]='https://hub.browserstack.com/wd/hub',a54_0xaf7786['TCG_URL']=a54_0x479bab(0x1c5),a54_0xaf7786[a54_0x479bab(0x197)]='use',a54_0xaf7786[a54_0x479bab(0x19d)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a54_0xaf7786[a54_0x479bab(0x242)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a54_0xaf7786['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a54_0xaf7786[a54_0x479bab(0x1b7)]=[a54_0x479bab(0x22f),'pageLoadStrategy',a54_0x479bab(0x20e),a54_0x479bab(0x1c3),a54_0x479bab(0x26c),a54_0x479bab(0x21c),a54_0x479bab(0x259),a54_0x479bab(0x1f6),a54_0x479bab(0x1f3),a54_0x479bab(0x268),'firefoxOptions',a54_0x479bab(0x1cf),a54_0x479bab(0x1db)],a54_0xaf7786['ROOT_REGEX']=/^[\w-]+:.*$/,a54_0xaf7786[a54_0x479bab(0x1a5)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a54_0xaf7786[a54_0x479bab(0x240)]=a54_0x479bab(0x21b),a54_0xaf7786['BROWSERSTACK_API_URL']='https://api.browserstack.com',a54_0xaf7786['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a54_0xaf7786['UPDATED_CLI_ENDPOINT']=a54_0x479bab(0x22c),a54_0xaf7786[a54_0x479bab(0x1d0)]=a54_0x479bab(0x1ca),a54_0xaf7786[a54_0x479bab(0x267)]=['automate','observability'],a54_0xaf7786['APP_AUTOMATE_PRODUCTS']=[a54_0x479bab(0x24a),a54_0x479bab(0x19e)],a54_0xaf7786[a54_0x479bab(0x1b2)]=[a54_0x479bab(0x19e)],a54_0xaf7786[a54_0x479bab(0x272)]=a54_0x479bab(0x236),a54_0xaf7786[a54_0x479bab(0x1e7)]=[a54_0x479bab(0x1aa),a54_0x479bab(0x1ed)],a54_0xaf7786[a54_0x479bab(0x26f)]=['automate'],a54_0xaf7786[a54_0x479bab(0x210)]=a54_0x479bab(0x1bc),a54_0xaf7786['BROWSERSTACK_APP_AUTOMATE_URL']=a54_0x479bab(0x24d),a54_0xaf7786[a54_0x479bab(0x22e)]=['app-automate'],a54_0xaf7786[a54_0x479bab(0x223)]=[a54_0x479bab(0x1ff),a54_0x479bab(0x1b8),a54_0x479bab(0x1c7),a54_0x479bab(0x25f),a54_0x479bab(0x1ac),a54_0x479bab(0x1fc),a54_0x479bab(0x1ab),a54_0x479bab(0x1d8),a54_0x479bab(0x232),a54_0x479bab(0x219),'ERR_NAME_NOT_RESOLVED',a54_0x479bab(0x1e0),a54_0x479bab(0x265),a54_0x479bab(0x22a),a54_0x479bab(0x1df),'ERR_SOCKS_CONNECTION_FAILED',a54_0x479bab(0x1f1),a54_0x479bab(0x1b9),a54_0x479bab(0x1cd),a54_0x479bab(0x1b4),a54_0x479bab(0x1c1)],a54_0xaf7786['VALID_APP_EXTENSION']=[a54_0x479bab(0x1b6),a54_0x479bab(0x247),a54_0x479bab(0x1b0)],a54_0xaf7786[a54_0x479bab(0x222)]=a54_0x479bab(0x1f5),a54_0xaf7786[a54_0x479bab(0x1f8)]=a54_0x479bab(0x1b1),a54_0xaf7786[a54_0x479bab(0x23b)]='./browserstack-artifacts/',a54_0xaf7786['PLAYWRIGHT_HUB_URL']=a54_0x479bab(0x1ee),a54_0xaf7786['FRAMEWORKS']=a54_0x372678,a54_0xaf7786['PERCY_SUPPORTED_FRAMEWORKS']=['jest','mocha'],a54_0xaf7786[a54_0x479bab(0x1d2)]=a54_0x2c6caf,a54_0xaf7786[a54_0x479bab(0x211)]=a54_0x479bab(0x23a),a54_0xaf7786['PACKAGE_TYPE']=a54_0x3fc95f,a54_0xaf7786[a54_0x479bab(0x1dc)]=0x40*0x400,a54_0xaf7786['GIT_META_DATA_TRUNCATED']='...[TRUNCATED]',a54_0xaf7786[a54_0x479bab(0x1f2)]=a54_0x479bab(0x262),a54_0xaf7786[a54_0x479bab(0x217)]=a54_0x479bab(0x1ae),a54_0xaf7786[a54_0x479bab(0x23d)]=a54_0x479bab(0x1d4),a54_0xaf7786[a54_0x479bab(0x1e8)]=a54_0x479bab(0x1e6),a54_0xaf7786[a54_0x479bab(0x201)]='SDKTestTcgtInitSuccessful',a54_0xaf7786[a54_0x479bab(0x1a4)]='SDKTestInitFailedResponse',a54_0xaf7786[a54_0x479bab(0x1fa)]=a54_0x479bab(0x257),a54_0xaf7786['TCG_AUTH_TIMEOUT']=0x1388,a54_0xaf7786[a54_0x479bab(0x224)]=0x1388,a54_0xaf7786[a54_0x479bab(0x24b)]=0x1388,a54_0xaf7786['HEALING_FAILURE_TIMEOUT']=0x1388,a54_0xaf7786['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a54_0xaf7786[a54_0x479bab(0x273)]=a54_0x26d9d5,a54_0xaf7786[a54_0x479bab(0x250)]=a54_0x278a4d,a54_0xaf7786['AI_ENABLED_FRAMEWORK']=[a54_0x479bab(0x23f),a54_0x479bab(0x1c8)],a54_0xaf7786[a54_0x479bab(0x239)]=a54_0x5bfe75,a54_0xaf7786[a54_0x479bab(0x218)]=a54_0x479bab(0x213),a54_0xaf7786[a54_0x479bab(0x1d7)]=a54_0x479bab(0x20c),a54_0xaf7786[a54_0x479bab(0x1dd)]=a54_0x479bab(0x212),a54_0xaf7786[a54_0x479bab(0x1cb)]=a54_0x479bab(0x19b),a54_0xaf7786[a54_0x479bab(0x234)]=a54_0x479bab(0x233),a54_0xaf7786[a54_0x479bab(0x252)]=a54_0x479bab(0x214),a54_0xaf7786[a54_0x479bab(0x260)]=a54_0x479bab(0x20a),a54_0xaf7786[a54_0x479bab(0x221)]=[a54_0x479bab(0x255),a54_0x479bab(0x19a)],a54_0xaf7786['AUTOMATION_LOG_COMMANDS']=[a54_0x479bab(0x231),'A11Y_GET_RESULTS_SUMMARY',a54_0x479bab(0x1a2),a54_0x479bab(0x26e),'percyScreenshot',a54_0x479bab(0x269)],a54_0xaf7786['PLAYWRIGHT_TRACE_LOGS']=a54_0x479bab(0x1e2),module['exports']=a54_0xaf7786;const _env=(process[a54_0x479bab(0x1f7)][a54_0x479bab(0x22b)]||a54_0x479bab(0x1ec))[a54_0x479bab(0x25e)]();if(_env===a54_0x479bab(0x225)||_env==='stag'){const taewSq=a54_0x479bab(0x207)['split']('|');let OtitNS=0x0;while(!![]){switch(taewSq[OtitNS++]){case'0':module['exports'][a54_0x479bab(0x1f4)]=a54_0x479bab(0x1e1);continue;case'1':module[a54_0x479bab(0x1ce)]['BROWSERSTACK']=a54_0x479bab(0x25c);continue;case'2':module[a54_0x479bab(0x1ce)]['BROWSERSTACK_AUTOMATE_URL']=a54_0x479bab(0x216);continue;case'3':module[a54_0x479bab(0x1ce)]['O11Y_URL']=a54_0x479bab(0x1a9);continue;case'4':module['exports'][a54_0x479bab(0x1dd)]=a54_0x479bab(0x227);continue;case'5':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x254)]='https://tcg.bsstag.com';continue;case'6':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x19c)]=a54_0x479bab(0x1c0);continue;case'7':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x272)]=a54_0x479bab(0x24f);continue;case'8':module[a54_0x479bab(0x1ce)]['BROWSERSTACK_APP_AUTOMATE_URL']=a54_0x479bab(0x258);continue;case'9':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x240)]=a54_0x479bab(0x1b3);continue;case'10':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x230)]=a54_0x479bab(0x204);continue;case'11':module[a54_0x479bab(0x1ce)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module['exports'][a54_0x479bab(0x21a)]=a54_0x479bab(0x1d5);continue;}break;}}else{if(_env===a54_0x479bab(0x1f0)||_env===a54_0x479bab(0x1a6)){const zmDfOJ=a54_0x479bab(0x1b5)['split']('|');let iiwcZI=0x0;while(!![]){switch(zmDfOJ[iiwcZI++]){case'0':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x260)]=a54_0x479bab(0x25c);continue;case'1':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x240)]='https://edsstaging.bsstag.com';continue;case'2':module[a54_0x479bab(0x1ce)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'3':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x19c)]='https://api-preprod.bsstag.com';continue;case'4':module[a54_0x479bab(0x1ce)]['O11Y_URL']='https://automation-preprod.bsstag.com';continue;case'5':module['exports'][a54_0x479bab(0x21a)]='https://api-preprod.bsstag.com';continue;case'6':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x272)]=a54_0x479bab(0x23e);continue;case'7':module['exports'][a54_0x479bab(0x1f4)]=a54_0x479bab(0x202);continue;case'8':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x22d)]=a54_0x479bab(0x20b);continue;case'9':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x254)]=a54_0x479bab(0x25a);continue;case'10':module['exports'][a54_0x479bab(0x1dd)]=a54_0x479bab(0x227);continue;case'11':module[a54_0x479bab(0x1ce)]['BROWSERSTACK_AUTOMATE_URL']='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'12':module[a54_0x479bab(0x1ce)][a54_0x479bab(0x230)]=a54_0x479bab(0x271);continue;}break;}}}
1
+ const a55_0x10ab50=a55_0x5eea;(function(_0x4ee38d,_0x364fa7){const _0x2aa660=a55_0x5eea,_0x372a56=_0x4ee38d();while(!![]){try{const _0x33e468=-parseInt(_0x2aa660(0x110))/0x1*(parseInt(_0x2aa660(0x11c))/0x2)+-parseInt(_0x2aa660(0xcc))/0x3*(-parseInt(_0x2aa660(0xac))/0x4)+parseInt(_0x2aa660(0xbc))/0x5*(-parseInt(_0x2aa660(0x131))/0x6)+-parseInt(_0x2aa660(0x127))/0x7+-parseInt(_0x2aa660(0x143))/0x8*(parseInt(_0x2aa660(0xf2))/0x9)+parseInt(_0x2aa660(0x136))/0xa+parseInt(_0x2aa660(0x13e))/0xb*(parseInt(_0x2aa660(0x13f))/0xc);if(_0x33e468===_0x364fa7)break;else _0x372a56['push'](_0x372a56['shift']());}catch(_0x4691f7){_0x372a56['push'](_0x372a56['shift']());}}}(a55_0x1155,0xe9153));const a55_0x2154dd={};a55_0x2154dd[a55_0x10ab50(0x16a)]='shows\x20version\x20information',a55_0x2154dd[a55_0x10ab50(0x112)]=a55_0x10ab50(0xc3);function a55_0x1155(){const _0x11547a=['ERR_NAME_NOT_RESOLVED','INVALID_INIT_RESP_WITH_USER_IMPACT','Run\x20mocha\x20tests\x20on\x20browserstack','PRIVATE_DOMAIN_OR_IP_REGEX','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://tcg.bsstag.com','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','proxyPass','acceptSslCert','https://upload-observability.browserstack.com','browserstackAutomation','POLL_HEALING_RESULT_TIMEOUT','codeceptjs','staging','TEST_FRAMEWORK_HOOK_TIMEOUT','browserstackLocal','AUTOMATE_PRODUCTS','observability','MOCHA','browserVersion','framework','./browserstack-artifacts/','https://automate-preprod.bsstag.com/dashboard/v2/builds/','toLowerCase','preprod','OBSERVABILITY_SUPPORTED_FWS','mocha','PLAYWRIGHT_CONFIG_OPTION_ERRORS','uniqueDependency','proxyUrl','AI_PROXY_FAILURE','percy','AUTOLOGCAPTURE_NOTIFICATION','edgeOptions','Run\x20cucumber-js\x20tests\x20on\x20browserstack','proxyPassword','TEST\x20REPORTING\x20AND\x20ANALYTICS','NIGHTWATCH','HST','6916948IlnUMm','browserstack.com','acceptInsecureCerts','Run\x20js\x20tests\x20on\x20browserstack','GIT_META_DATA_TRUNCATED','chromeOptions','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','...[TRUNCATED]','https://upload-observability-devtestops-ssi.bsstag.com','sdk/v1/update_cli','APP_AUTOMATE','TCG_DOWN','BROWSERSTACK','ERR_CONNECTION_REFUSED','PLAYWRIGHT_TRACE_LOGS','automate','5848330wRctSY','rerunTests','MODULE','Upgrade\x20required','FUNNEL_INSTRUMENTATION_API_URL','ERR_NETWORK_CHANGED','LOG_FILE_NAME','Specify\x20--help\x20for\x20available\x20options','ATS_WSS_URL_REGEX','0|2|4|10|11|6|9|12|7|1|5|8|3','logLevel','wss://cdp-preprod.bsstag.com/playwright?caps=','Jest','JEST','Run\x20playwright\x20tests\x20on\x20Browserstack','Run\x20codeceptjs\x20tests\x20on\x20browserstack','3SBJuba','/usage-debug.log','BSTACK_DELTA','Run\x20nightwatch\x20tests\x20on\x20browserstack','https://apidevtestops.bsstag.com','root','Run\x20jest\x20tests\x20on\x20browserstack','proxyUser','vanilla','env','authToken','BSTACK_URL','codeceptjs-cucumber','CUSTOM_ID_REGEX','commonjs','SDKTestTcgtInitSuccessful','VERSION','BROWSERSTACK_API_URL','ERR_SOCKS_CONNECTION_FAILED','disableAutoCaptureLogs','ERR_SOCKET_NOT_CONNECTED','https://eds.browserstack.com','https://app-automate.browserstack.com/dashboard/v2/builds/','AI_ENABLED_FRAMEWORK','FRAMEWORKS','https://api-cloud-devtestops.bsstag.com','ERR_TUNNEL_CONNECTION_FAILED','MAX_GIT_META_DATA_SIZE_IN_BYTES','APP_AUTOMATE_PRODUCTS','split','testObservability','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_FAILED','bsstag','testContextOptions','ERR_BLOCKED_BY_CLIENT','TCG_URL','timeouts','15440589FxvBHi','https://automation-preprod.bsstag.com','AI_INIT_SUCCESSFUL','mandatoryDependency','CLI_SUPPORTED_FRAMEWORKS','invalidTestInputType','accessKey','OBSERVABILITY_UPLOAD_URL','COMMONJS','UPGRADE_REQUIRED','accessibilityOptions','EDS_URL','pageLoadStrategy','TCG_AUTH_TIMEOUT','ERR_CONNECTION_FAILED','https://automation.browserstack.com','HEALING_FAILURE_TIMEOUT','httpsProxy','wss://cdp.browserstack.com/playwright?caps=','A11Y_GET_RESULTS_SUMMARY','UPDATED_CLI_ENDPOINT','ERR_CONNECTION_RESET','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','TCG_REGION','jest','browserstack-ats.com','bsstag.com','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','accessibility','parallelsPerPlatform','1035745MGrvsE','PLAYWRIGHT','HELP','https://hub-preprod.bsstag.com/wd/hub','Cucumber-JS','ERR_ADDRESS_INVALID','https://observability-devtestops.bsstag.com','browserstack','VALID_APP_EXTENSION','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','SDKTestInvalidTcgAuthResponseWithUserImpact','SDKTestTcgProxyFailure','2sXaiLg','A11Y_SCAN','ERR_CONNECTION_CLOSED','BSTACK_ATS_URL','browserstack.userName','browserstack.overridelocalInfo.userAuthToken','ROOT_REGEX','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://api-preprod.bsstag.com','.aab','percyCaptureMode','7998375pRUgKH','ERR_ADDRESS_UNREACHABLE','SDKTestInitFailedResponse','prod','SET_TCG_TOKEN_TIMEOUT','SDKTestTcgAuthFailure','firefoxOptions','ieOptions','wss://cdp-devtestops.bsstag.com/playwright?caps=','browserName','6BCYyjg','TEST_REPORTING_ANALYTICS','VANILLA','testObservabilityOptions','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','4184110RDCaFt','testReporting','INTEGRATIONS','BROWSERSTACK_APP_AUTOMATE_URL','browserStackLocalOptions','exports','app-automate','.ipa','1012jUVRuE','504876LtNxHW','https://tcg.browserstack.com','https://edsstaging.bsstag.com','percyOptions','8SyJbEZ','platforms','strictFileInteractability','BROWSERSTACK_AUTOMATE_URL','localProxyPass','https://tcg-preprod.bsstag.com','percyScreenshot','ATS_HUB_URL_REGEX','testOrchestrationOptions','O11Y_URL','SHAREABLE_ID_REGEX','HUB_URL_REGEX','ERR_CONNECTION_ABORTED','module','https://api.browserstack.com','use','https://hub.browserstack.com/wd/hub','APP_UPLOAD_URL','PLAYWRIGHT_HUB_URL','proxySettings','AUTOMATE','CUCUMBER','^[a-zA-Z0-9_.-]*$','hubUrl','customVariables','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','stag','DEBUG_LOG_FILE_NAME','turboScale','BROWSERSTACK_ENV','TCG_AUTH_FAILURE','browserstack.accessKey','SDK_INSTRUMENTATION_CONFIG','localProxyUser','Playwright','turboScaleOptions','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','.apk','SDKTestTcgDownResponse','INFO','A11Y_GET_RESULTS','CODECEPT_CUCUMBER','userName'];a55_0x1155=function(){return _0x11547a;};return a55_0x1155();}const a55_0x4ab611={};a55_0x4ab611[a55_0x10ab50(0x16a)]=a55_0x10ab50(0xd2);const a55_0x593384={};a55_0x593384[a55_0x10ab50(0x16a)]=a55_0x10ab50(0x87);const a55_0x2bbd69={};a55_0x2bbd69['INFO']=a55_0x10ab50(0xa7);const a55_0xcb2a7={};a55_0xcb2a7[a55_0x10ab50(0x16a)]=a55_0x10ab50(0xaf);const a55_0x116a48={};a55_0x116a48[a55_0x10ab50(0x16a)]=a55_0x10ab50(0xcf);const a55_0x5a771b={};a55_0x5a771b['INFO']=a55_0x10ab50(0xca);const a55_0x23d847={};a55_0x23d847[a55_0x10ab50(0x16a)]=a55_0x10ab50(0xcb);const a55_0x4a1f99={};a55_0x4a1f99[a55_0x10ab50(0x16a)]=a55_0x10ab50(0x10d);const a55_0x2b617e={};a55_0x2b617e[a55_0x10ab50(0x16a)]=a55_0x10ab50(0x8b);const a55_0x40c511={};a55_0x40c511['PLAYWRIGHT']='Playwright',a55_0x40c511[a55_0x10ab50(0x97)]='mocha',a55_0x40c511['JEST']='jest',a55_0x40c511['CODECEPT']=a55_0x10ab50(0x91),a55_0x40c511[a55_0x10ab50(0x83)]=a55_0x10ab50(0xd8),a55_0x40c511['CUCUMBER']='cucumber';const a55_0x134c7b={};function a55_0x5eea(_0x36cd50,_0x13bfd1){const _0x115584=a55_0x1155();return a55_0x5eea=function(_0x5eeabd,_0x32b45d){_0x5eeabd=_0x5eeabd-0x82;let _0x530bd1=_0x115584[_0x5eeabd];return _0x530bd1;},a55_0x5eea(_0x36cd50,_0x13bfd1);}a55_0x134c7b['invalidKeys']=a55_0x10ab50(0x89),a55_0x134c7b[a55_0x10ab50(0xa1)]=a55_0x10ab50(0x123),a55_0x134c7b[a55_0x10ab50(0xf5)]=a55_0x10ab50(0x135),a55_0x134c7b[a55_0x10ab50(0xf7)]=a55_0x10ab50(0x167);const a55_0x5b75f8={};a55_0x5b75f8[a55_0x10ab50(0xfa)]=a55_0x10ab50(0xda),a55_0x5b75f8[a55_0x10ab50(0xbe)]=a55_0x10ab50(0x150);const a55_0xa10ec6={};a55_0xa10ec6['Mocha']=0xfde8,a55_0xa10ec6[a55_0x10ab50(0x114)]=0xfde8,a55_0xa10ec6[a55_0x10ab50(0xc8)]=0x186a0;const a55_0x1938e9={};a55_0x1938e9[a55_0x10ab50(0xd1)]=[a55_0x10ab50(0x84),a55_0x10ab50(0xf8),'httpProxy',a55_0x10ab50(0x103),a55_0x10ab50(0x15b),a55_0x10ab50(0x120),a55_0x10ab50(0x162),a55_0x10ab50(0xa8),a55_0x10ab50(0xd6),a55_0x10ab50(0xa2),a55_0x10ab50(0x121)],a55_0x1938e9[a55_0x10ab50(0x13a)]=[a55_0x10ab50(0xd3),a55_0x10ab50(0x8c),a55_0x10ab50(0x164),a55_0x10ab50(0x147)];const a55_0xde6622={};a55_0xde6622[a55_0x10ab50(0x94)]='browserstackLocal',a55_0xde6622[a55_0x10ab50(0x13a)]=a55_0x10ab50(0x13a),a55_0xde6622['localOptions']=a55_0x10ab50(0x13a),a55_0xde6622[a55_0x10ab50(0x10f)]=a55_0x10ab50(0x10f),a55_0xde6622[a55_0x10ab50(0x144)]=a55_0x10ab50(0x144),a55_0xde6622[a55_0x10ab50(0xc6)]=a55_0x10ab50(0xc6),a55_0xde6622['httpProxy']='httpProxy',a55_0xde6622['httpsProxy']=a55_0x10ab50(0x103),a55_0xde6622['framework']=a55_0x10ab50(0x99),a55_0xde6622['testContextOptions']=a55_0x10ab50(0xee),a55_0xde6622[a55_0x10ab50(0xea)]='testObservability',a55_0xde6622[a55_0x10ab50(0x137)]=a55_0x10ab50(0x137),a55_0xde6622[a55_0x10ab50(0x134)]=a55_0x10ab50(0x134),a55_0xde6622['testReportingOptions']='testReportingOptions',a55_0xde6622[a55_0x10ab50(0x15b)]='customVariables',a55_0xde6622['automation']=a55_0x10ab50(0x8f),a55_0xde6622['browserstackAutomation']=a55_0x10ab50(0x8f),a55_0xde6622[a55_0x10ab50(0xbd)]='rerunTests',a55_0xde6622[a55_0x10ab50(0xa4)]=a55_0x10ab50(0xa4),a55_0xde6622['percyOptions']=a55_0x10ab50(0x142),a55_0xde6622[a55_0x10ab50(0x126)]=a55_0x10ab50(0x126),a55_0xde6622['disableAutoCaptureLogs']=a55_0x10ab50(0xdf),a55_0xde6622[a55_0x10ab50(0x10e)]=a55_0x10ab50(0x10e),a55_0xde6622[a55_0x10ab50(0xfc)]='accessibilityOptions',a55_0xde6622[a55_0x10ab50(0x15f)]=a55_0x10ab50(0x15f),a55_0xde6622['turboScaleOptions']=a55_0x10ab50(0x166),a55_0xde6622['proxySettings']=a55_0x10ab50(0x156),a55_0xde6622[a55_0x10ab50(0x14b)]=a55_0x10ab50(0x14b);const a55_0x1ebf97={};a55_0x1ebf97[a55_0x10ab50(0xdc)]=a55_0x2154dd,a55_0x1ebf97[a55_0x10ab50(0xc9)]=a55_0x4ab611,a55_0x1ebf97[a55_0x10ab50(0x97)]=a55_0x593384,a55_0x1ebf97[a55_0x10ab50(0x158)]=a55_0x2bbd69,a55_0x1ebf97[a55_0x10ab50(0x133)]=a55_0xcb2a7,a55_0x1ebf97[a55_0x10ab50(0xaa)]=a55_0x116a48,a55_0x1ebf97[a55_0x10ab50(0x111)]=a55_0x5a771b,a55_0x1ebf97['CODECEPTJS']=a55_0x23d847,a55_0x1ebf97[a55_0x10ab50(0xab)]=a55_0x4a1f99,a55_0x1ebf97[a55_0x10ab50(0x138)]=a55_0x2b617e,a55_0x1ebf97[a55_0x10ab50(0xce)]=0xf*0x3c*0x3e8,a55_0x1ebf97[a55_0x10ab50(0x15a)]=a55_0x10ab50(0x153),a55_0x1ebf97['TCG_URL']=a55_0x10ab50(0x140),a55_0x1ebf97[a55_0x10ab50(0x109)]=a55_0x10ab50(0x152),a55_0x1ebf97[a55_0x10ab50(0x14e)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x1ebf97[a55_0x10ab50(0x14a)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x1ebf97[a55_0x10ab50(0xc4)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x1ebf97['ROOT_CAPS']=[a55_0x10ab50(0xae),a55_0x10ab50(0xfe),a55_0x10ab50(0x145),'unhandledPromptBehavior',a55_0x10ab50(0xf1),a55_0x10ab50(0x130),a55_0x10ab50(0x98),'acceptSslCerts',a55_0x10ab50(0x8d),a55_0x10ab50(0xb1),a55_0x10ab50(0x12d),a55_0x10ab50(0xa6),a55_0x10ab50(0x12e)],a55_0x1ebf97[a55_0x10ab50(0x122)]=/^[\w-]+:.*$/,a55_0x1ebf97[a55_0x10ab50(0x88)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x1ebf97[a55_0x10ab50(0xfd)]=a55_0x10ab50(0xe1),a55_0x1ebf97['BROWSERSTACK_API_URL']=a55_0x10ab50(0x151),a55_0x1ebf97[a55_0x10ab50(0x154)]='https://api-cloud.browserstack.com',a55_0x1ebf97[a55_0x10ab50(0x106)]=a55_0x10ab50(0xb5),a55_0x1ebf97[a55_0x10ab50(0xc0)]='sdk/v1/event',a55_0x1ebf97[a55_0x10ab50(0x95)]=[a55_0x10ab50(0xbb),'observability'],a55_0x1ebf97[a55_0x10ab50(0xe8)]=[a55_0x10ab50(0x13c),'observability'],a55_0x1ebf97['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a55_0x10ab50(0x96)],a55_0x1ebf97['OBSERVABILITY_UPLOAD_URL']=a55_0x10ab50(0x8e),a55_0x1ebf97[a55_0x10ab50(0x9e)]=[a55_0x10ab50(0x9f),a55_0x10ab50(0x165)],a55_0x1ebf97[a55_0x10ab50(0x157)]=[a55_0x10ab50(0xbb)],a55_0x1ebf97[a55_0x10ab50(0x146)]='https://automate.browserstack.com/dashboard/v2/builds/',a55_0x1ebf97['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x10ab50(0xe2),a55_0x1ebf97[a55_0x10ab50(0xb6)]=[a55_0x10ab50(0x13c)],a55_0x1ebf97['NUDGE_LOCAL_ERRORS']=[a55_0x10ab50(0xec),'ERR_TIMED_OUT',a55_0x10ab50(0xef),a55_0x10ab50(0xc1),a55_0x10ab50(0xe0),a55_0x10ab50(0x11e),a55_0x10ab50(0x107),a55_0x10ab50(0xb9),a55_0x10ab50(0x14f),a55_0x10ab50(0x100),a55_0x10ab50(0x85),a55_0x10ab50(0x115),a55_0x10ab50(0x128),a55_0x10ab50(0xe6),'ERR_CONNECTION_TIMED_OUT',a55_0x10ab50(0xde),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_PROXY_CONNECTION_FAILED',a55_0x10ab50(0x85),'ERR_NAME_RESOLUTION_FAILED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x1ebf97[a55_0x10ab50(0x118)]=[a55_0x10ab50(0x168),a55_0x10ab50(0x125),a55_0x10ab50(0x13d)],a55_0x1ebf97[a55_0x10ab50(0xd9)]=a55_0x10ab50(0x159),a55_0x1ebf97[a55_0x10ab50(0x14d)]=a55_0x10ab50(0xeb),a55_0x1ebf97['CI_ARTIFACTS_PATH']=a55_0x10ab50(0x9a),a55_0x1ebf97[a55_0x10ab50(0x155)]=a55_0x10ab50(0x104),a55_0x1ebf97[a55_0x10ab50(0xe4)]=a55_0x40c511,a55_0x1ebf97['PERCY_SUPPORTED_FRAMEWORKS']=[a55_0x10ab50(0x10a),'mocha'],a55_0x1ebf97[a55_0x10ab50(0xa0)]=a55_0x134c7b,a55_0x1ebf97[a55_0x10ab50(0xa5)]=a55_0x10ab50(0x119),a55_0x1ebf97['PACKAGE_TYPE']=a55_0x5b75f8,a55_0x1ebf97[a55_0x10ab50(0xe7)]=0x40*0x400,a55_0x1ebf97[a55_0x10ab50(0xb0)]=a55_0x10ab50(0xb3),a55_0x1ebf97[a55_0x10ab50(0xfb)]=a55_0x10ab50(0xbf),a55_0x1ebf97[a55_0x10ab50(0xb7)]=a55_0x10ab50(0x169),a55_0x1ebf97[a55_0x10ab50(0x86)]=a55_0x10ab50(0x11a),a55_0x1ebf97[a55_0x10ab50(0x161)]=a55_0x10ab50(0x12c),a55_0x1ebf97[a55_0x10ab50(0xf4)]=a55_0x10ab50(0xdb),a55_0x1ebf97['AI_INIT_FAILURE']=a55_0x10ab50(0x129),a55_0x1ebf97[a55_0x10ab50(0xa3)]=a55_0x10ab50(0x11b),a55_0x1ebf97[a55_0x10ab50(0xff)]=0x1388,a55_0x1ebf97[a55_0x10ab50(0x12b)]=0x1388,a55_0x1ebf97['HEALING_LOG_DATA_TIMEOUT']=0x1388,a55_0x1ebf97[a55_0x10ab50(0x102)]=0x1388,a55_0x1ebf97[a55_0x10ab50(0x90)]=0xc350,a55_0x1ebf97[a55_0x10ab50(0x93)]=a55_0xa10ec6,a55_0x1ebf97['REDACTED_KEYS']=a55_0x1938e9,a55_0x1ebf97[a55_0x10ab50(0xe3)]=[a55_0x10ab50(0xd4),a55_0x10ab50(0x91)],a55_0x1ebf97[a55_0x10ab50(0x163)]=a55_0xde6622,a55_0x1ebf97[a55_0x10ab50(0xc2)]='/usage.log',a55_0x1ebf97[a55_0x10ab50(0x15e)]=a55_0x10ab50(0xcd),a55_0x1ebf97['BSTACK_URL']=a55_0x10ab50(0xad),a55_0x1ebf97[a55_0x10ab50(0x11f)]=a55_0x10ab50(0x10b),a55_0x1ebf97['O11Y_URL']=a55_0x10ab50(0x101),a55_0x1ebf97[a55_0x10ab50(0x132)]=a55_0x10ab50(0xa9),a55_0x1ebf97[a55_0x10ab50(0xb8)]=a55_0x10ab50(0x117),a55_0x1ebf97[a55_0x10ab50(0xf6)]=['playwright','cucumber'],a55_0x1ebf97['AUTOMATION_LOG_COMMANDS']=[a55_0x10ab50(0x11d),a55_0x10ab50(0x105),a55_0x10ab50(0x82),'A11Y_SAVE_RESULTS',a55_0x10ab50(0x149),'ObservabilitySync'],a55_0x1ebf97[a55_0x10ab50(0xba)]=a55_0x10ab50(0xba),module[a55_0x10ab50(0x13b)]=a55_0x1ebf97;const _env=(process[a55_0x10ab50(0xd5)][a55_0x10ab50(0x160)]||a55_0x10ab50(0x12a))[a55_0x10ab50(0x9c)]();if(_env===a55_0x10ab50(0x92)||_env===a55_0x10ab50(0x15d)){const NdcNYV='10|2|0|12|4|3|11|8|7|6|5|9|1'[a55_0x10ab50(0xe9)]('|');let eKRwrr=0x0;while(!![]){switch(NdcNYV[eKRwrr++]){case'0':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xf0)]=a55_0x10ab50(0x8a);continue;case'1':module['exports'][a55_0x10ab50(0xb8)]='bsstag';continue;case'2':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xdd)]=a55_0x10ab50(0xd0);continue;case'3':module[a55_0x10ab50(0x13b)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x10ab50(0x108);continue;case'4':module['exports'][a55_0x10ab50(0x146)]=a55_0x10ab50(0x15c);continue;case'5':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xf9)]=a55_0x10ab50(0xb4);continue;case'6':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0x14c)]=a55_0x10ab50(0x116);continue;case'7':module[a55_0x10ab50(0x13b)]['BSTACK_URL']=a55_0x10ab50(0x10c);continue;case'8':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0x155)]=a55_0x10ab50(0x12f);continue;case'9':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xfd)]=a55_0x10ab50(0x141);continue;case'10':module['exports']['hubUrl']='https://hub-devtestops.bsstag.com/wd/hub';continue;case'11':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0x154)]=a55_0x10ab50(0xe5);continue;case'12':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0x14e)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;}break;}}else{if(_env===a55_0x10ab50(0x9d)||_env==='pre-prod'){const NgLGYA=a55_0x10ab50(0xc5)[a55_0x10ab50(0xe9)]('|');let YWOgaU=0x0;while(!![]){switch(NgLGYA[YWOgaU++]){case'0':module[a55_0x10ab50(0x13b)]['hubUrl']=a55_0x10ab50(0x113);continue;case'1':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0x14c)]=a55_0x10ab50(0xf3);continue;case'2':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xdd)]=a55_0x10ab50(0x124);continue;case'3':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xb8)]=a55_0x10ab50(0xed);continue;case'4':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xf0)]=a55_0x10ab50(0x148);continue;case'5':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xf9)]='https://upload-observability-preprod.bsstag.com';continue;case'6':module['exports'][a55_0x10ab50(0x139)]=a55_0x10ab50(0xb2);continue;case'7':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0xd7)]=a55_0x10ab50(0x10c);continue;case'8':module['exports'][a55_0x10ab50(0xfd)]=a55_0x10ab50(0x141);continue;case'9':module['exports']['APP_UPLOAD_URL']='https://api-preprod.bsstag.com';continue;case'10':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0x14e)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'11':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0x146)]=a55_0x10ab50(0x9b);continue;case'12':module[a55_0x10ab50(0x13b)][a55_0x10ab50(0x155)]=a55_0x10ab50(0xc7);continue;}break;}}}
@@ -1 +1 @@
1
- function a55_0x448d(_0x15b849,_0x5bde6a){const _0x43b8fb=a55_0x43b8();return a55_0x448d=function(_0x448d1f,_0x432519){_0x448d1f=_0x448d1f-0xdc;let _0x16cef1=_0x43b8fb[_0x448d1f];return _0x16cef1;},a55_0x448d(_0x15b849,_0x5bde6a);}const a55_0x2cc076=a55_0x448d;function a55_0x43b8(){const _0x165f1b=['layout','join','log','levelStr','2871100DytNJb','data','152729CUoqeh','level','11886GcSSun','98964ccjWXx','configure','1304048zMCAtA','6dPPnQh','10aqrRvP','type','3588520lQEIgD','343cNzMmy','colouredLayout','./logReportingAPI','15527835Sqwxoq','crjzH'];a55_0x43b8=function(){return _0x165f1b;};return a55_0x43b8();}(function(_0x5c4a09,_0x487f6f){const _0x952682=a55_0x448d,_0x51d363=_0x5c4a09();while(!![]){try{const _0x3c57e7=parseInt(_0x952682(0xdf))/0x1+-parseInt(_0x952682(0xe2))/0x2*(parseInt(_0x952682(0xe5))/0x3)+-parseInt(_0x952682(0xe4))/0x4+-parseInt(_0x952682(0xdd))/0x5+parseInt(_0x952682(0xe1))/0x6*(-parseInt(_0x952682(0xe9))/0x7)+-parseInt(_0x952682(0xe8))/0x8+-parseInt(_0x952682(0xec))/0x9*(-parseInt(_0x952682(0xe6))/0xa);if(_0x3c57e7===_0x487f6f)break;else _0x51d363['push'](_0x51d363['shift']());}catch(_0x248b46){_0x51d363['push'](_0x51d363['shift']());}}}(a55_0x43b8,0x5159e));const logReportingAPI=require(a55_0x2cc076(0xeb)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x56413f,_0x4f62d6){return _0x4c1b28=>{const _0x84f11c=a55_0x448d;BSTestOpsLogger[_0x84f11c(0xf0)]({'level':_0x4c1b28[_0x84f11c(0xe0)]?_0x4c1b28[_0x84f11c(0xe0)][_0x84f11c(0xdc)]:null,'message':_0x4c1b28[_0x84f11c(0xde)]?_0x4c1b28['data'][_0x84f11c(0xef)]('\x20'):null});};}exports[a55_0x2cc076(0xe3)]=(_0x3162af,_0x37eadf)=>{const _0x535226=a55_0x2cc076,_0x5e0ca3={'crjzH':function(_0x5025b3,_0x8e1a74,_0x1a6690){return _0x5025b3(_0x8e1a74,_0x1a6690);}};let _0x2c7346=_0x37eadf[_0x535226(0xea)];return _0x3162af[_0x535226(0xee)]&&(_0x2c7346=_0x37eadf[_0x535226(0xee)](_0x3162af[_0x535226(0xee)][_0x535226(0xe7)],_0x3162af[_0x535226(0xee)])),_0x5e0ca3[_0x535226(0xed)](BSTestOpsLog4JSAppender,_0x2c7346,_0x3162af['timezoneOffset']);};
1
+ const a56_0x19f9b4=a56_0x3db9;(function(_0x34549f,_0x3fc315){const _0x2a8655=a56_0x3db9,_0x97ae78=_0x34549f();while(!![]){try{const _0x4ec2e6=parseInt(_0x2a8655(0x156))/0x1*(parseInt(_0x2a8655(0x153))/0x2)+parseInt(_0x2a8655(0x15d))/0x3+parseInt(_0x2a8655(0x159))/0x4+parseInt(_0x2a8655(0x152))/0x5*(parseInt(_0x2a8655(0x14e))/0x6)+parseInt(_0x2a8655(0x15a))/0x7+-parseInt(_0x2a8655(0x15f))/0x8*(parseInt(_0x2a8655(0x150))/0x9)+-parseInt(_0x2a8655(0x14f))/0xa;if(_0x4ec2e6===_0x3fc315)break;else _0x97ae78['push'](_0x97ae78['shift']());}catch(_0x2075ed){_0x97ae78['push'](_0x97ae78['shift']());}}}(a56_0x579c,0x403df));const logReportingAPI=require(a56_0x19f9b4(0x15b)),BSTestOpsLogger=new logReportingAPI({});function a56_0x579c(){const _0x4cc86e=['uURio','level','7XhiUor','timezoneOffset','data','2055548MXcfyC','1250935aijbdJ','./logReportingAPI','configure','963669FUWzpD','layout','24848tyQdYz','type','20658aXcYLR','6247890uZqhEh','693BSukGa','colouredLayout','50VsZuLM','22526DvuDqY'];a56_0x579c=function(){return _0x4cc86e;};return a56_0x579c();}function BSTestOpsLog4JSAppender(_0x559e11,_0x49d08c){return _0x4b7195=>{const _0x132459=a56_0x3db9;BSTestOpsLogger['log']({'level':_0x4b7195['level']?_0x4b7195[_0x132459(0x155)]['levelStr']:null,'message':_0x4b7195[_0x132459(0x158)]?_0x4b7195[_0x132459(0x158)]['join']('\x20'):null});};}function a56_0x3db9(_0x3094dc,_0x41fc74){const _0x579c5c=a56_0x579c();return a56_0x3db9=function(_0x3db94c,_0x3628d2){_0x3db94c=_0x3db94c-0x14e;let _0x3bd46b=_0x579c5c[_0x3db94c];return _0x3bd46b;},a56_0x3db9(_0x3094dc,_0x41fc74);}exports[a56_0x19f9b4(0x15c)]=(_0x52cf46,_0x25c3a3)=>{const _0x2bbd2a=a56_0x19f9b4,_0x4c4536={'uURio':function(_0x36125a,_0x1d2fa9,_0x44cc04){return _0x36125a(_0x1d2fa9,_0x44cc04);}};let _0x2fe307=_0x25c3a3[_0x2bbd2a(0x151)];return _0x52cf46['layout']&&(_0x2fe307=_0x25c3a3[_0x2bbd2a(0x15e)](_0x52cf46[_0x2bbd2a(0x15e)][_0x2bbd2a(0x160)],_0x52cf46[_0x2bbd2a(0x15e)])),_0x4c4536[_0x2bbd2a(0x154)](BSTestOpsLog4JSAppender,_0x2fe307,_0x52cf46[_0x2bbd2a(0x157)]);};
@@ -1 +1 @@
1
- function a56_0x485f(){const _0x486876=['5030937rNHNQA','exports','2394635FrLhXn','logToTestOps','297592LDehDp','6tbudKX','ERROR','813948uuIxVA','TRACE','../../helpers/test-observability/constants','toISOString','DEBUG','2993980MApljn','WARN','850059ipZMBa','182GyESIy','Stpnf','pid','INFO','debug','TEST_LOG','error','toLowerCase','join','trace','emit','260874cGbzxe','toUpperCase','bs:addLog:','info'];a56_0x485f=function(){return _0x486876;};return a56_0x485f();}const a56_0x1927d9=a56_0x552c;(function(_0x15bbf7,_0x4ab4c6){const _0x558d1d=a56_0x552c,_0x3c1cad=_0x15bbf7();while(!![]){try{const _0x4bca98=parseInt(_0x558d1d(0x10d))/0x1+-parseInt(_0x558d1d(0x102))/0x2+parseInt(_0x558d1d(0x114))/0x3+parseInt(_0x558d1d(0x112))/0x4+parseInt(_0x558d1d(0x108))/0x5*(parseInt(_0x558d1d(0x10b))/0x6)+parseInt(_0x558d1d(0x115))/0x7*(-parseInt(_0x558d1d(0x10a))/0x8)+-parseInt(_0x558d1d(0x106))/0x9;if(_0x4bca98===_0x4ab4c6)break;else _0x3c1cad['push'](_0x3c1cad['shift']());}catch(_0x3d9ac6){_0x3c1cad['push'](_0x3c1cad['shift']());}}}(a56_0x485f,0xa31d7));const Transport=require('winston-transport'),{consoleHolder}=require(a56_0x1927d9(0x10f)),a56_0x1cddb1={};a56_0x1cddb1[a56_0x1927d9(0x118)]=a56_0x1927d9(0x118),a56_0x1cddb1[a56_0x1927d9(0x10c)]='ERROR',a56_0x1cddb1[a56_0x1927d9(0x111)]=a56_0x1927d9(0x111),a56_0x1cddb1[a56_0x1927d9(0x10e)]=a56_0x1927d9(0x10e),a56_0x1cddb1['WARN']=a56_0x1927d9(0x113);const LOG_LEVELS=a56_0x1cddb1;class logPatcher extends Transport{constructor(_0x44231b){super(_0x44231b);}[a56_0x1927d9(0x109)]=(_0x297617=LOG_LEVELS[a56_0x1927d9(0x118)],_0x5c79d7=[''])=>{const _0x298caa=a56_0x1927d9,_0x158630={};_0x158630[_0x298caa(0x116)]=_0x298caa(0x11a);const _0x1134f9=_0x158630;consoleHolder[_0x297617[_0x298caa(0x11c)]()](..._0x5c79d7),process[_0x298caa(0x101)](_0x298caa(0x104)+process[_0x298caa(0x117)],{'timestamp':new Date()[_0x298caa(0x110)](),'level':_0x297617[_0x298caa(0x103)](),'message':'\x22'+_0x5c79d7[_0x298caa(0x11d)](',\x20')+'\x22','kind':_0x1134f9[_0x298caa(0x116)],'http_response':{}});};[a56_0x1927d9(0x11e)]=(..._0x2e2275)=>{const _0x2ef86f=a56_0x1927d9;this[_0x2ef86f(0x109)](LOG_LEVELS[_0x2ef86f(0x10e)],_0x2e2275);};[a56_0x1927d9(0x119)]=(..._0x2e3bb2)=>{const _0x24b812=a56_0x1927d9;this['logToTestOps'](LOG_LEVELS[_0x24b812(0x111)],_0x2e3bb2);};[a56_0x1927d9(0x105)]=(..._0x1ff01a)=>{const _0x4d82a9=a56_0x1927d9;this['logToTestOps'](LOG_LEVELS[_0x4d82a9(0x118)],_0x1ff01a);};['warn']=(..._0x131c16)=>{const _0x34ed7a=a56_0x1927d9;this[_0x34ed7a(0x109)](LOG_LEVELS[_0x34ed7a(0x113)],_0x131c16);};[a56_0x1927d9(0x11b)]=(..._0xce116a)=>{const _0x54fe2b=a56_0x1927d9;this[_0x54fe2b(0x109)](LOG_LEVELS[_0x54fe2b(0x10c)],_0xce116a);};['log']=(..._0x59f8fd)=>{const _0x4a9209=a56_0x1927d9;this['logToTestOps'](LOG_LEVELS[_0x4a9209(0x118)],_0x59f8fd);};};function a56_0x552c(_0x3429f4,_0x42b7d1){const _0x485fa9=a56_0x485f();return a56_0x552c=function(_0x552c6f,_0x404d2a){_0x552c6f=_0x552c6f-0x101;let _0x201546=_0x485fa9[_0x552c6f];return _0x201546;},a56_0x552c(_0x3429f4,_0x42b7d1);}module[a56_0x1927d9(0x107)]=logPatcher;
1
+ const a57_0x355788=a57_0x4649;(function(_0x30a76a,_0x27481d){const _0x42d976=a57_0x4649,_0x1071e1=_0x30a76a();while(!![]){try{const _0x1686b8=-parseInt(_0x42d976(0x150))/0x1*(-parseInt(_0x42d976(0x154))/0x2)+parseInt(_0x42d976(0x163))/0x3+-parseInt(_0x42d976(0x14f))/0x4*(parseInt(_0x42d976(0x161))/0x5)+parseInt(_0x42d976(0x167))/0x6+-parseInt(_0x42d976(0x164))/0x7*(parseInt(_0x42d976(0x15a))/0x8)+parseInt(_0x42d976(0x162))/0x9*(-parseInt(_0x42d976(0x159))/0xa)+parseInt(_0x42d976(0x15e))/0xb;if(_0x1686b8===_0x27481d)break;else _0x1071e1['push'](_0x1071e1['shift']());}catch(_0x4aa57c){_0x1071e1['push'](_0x1071e1['shift']());}}}(a57_0x5c79,0xc2692));function a57_0x4649(_0x45a6d7,_0x15f153){const _0x5c7918=a57_0x5c79();return a57_0x4649=function(_0x46490e,_0x5e5aeb){_0x46490e=_0x46490e-0x14d;let _0x2d78ab=_0x5c7918[_0x46490e];return _0x2d78ab;},a57_0x4649(_0x45a6d7,_0x15f153);}const Transport=require(a57_0x355788(0x156)),{consoleHolder}=require(a57_0x355788(0x160)),a57_0x17dab8={};a57_0x17dab8[a57_0x355788(0x15c)]=a57_0x355788(0x15c),a57_0x17dab8[a57_0x355788(0x14e)]=a57_0x355788(0x14e),a57_0x17dab8[a57_0x355788(0x166)]='DEBUG',a57_0x17dab8[a57_0x355788(0x16b)]=a57_0x355788(0x16b),a57_0x17dab8['WARN']=a57_0x355788(0x15b);const LOG_LEVELS=a57_0x17dab8;class logPatcher extends Transport{constructor(_0x44ee5f){super(_0x44ee5f);}[a57_0x355788(0x158)]=(_0x3535c1=LOG_LEVELS[a57_0x355788(0x15c)],_0x1a3963=[''])=>{const _0xae6161=a57_0x355788,_0x140716={};_0x140716[_0xae6161(0x157)]='TEST_LOG';const _0x21a6bb=_0x140716;consoleHolder[_0x3535c1[_0xae6161(0x16a)]()](..._0x1a3963),process[_0xae6161(0x15d)](_0xae6161(0x169)+process[_0xae6161(0x14d)],{'timestamp':new Date()[_0xae6161(0x151)](),'level':_0x3535c1[_0xae6161(0x165)](),'message':'\x22'+_0x1a3963[_0xae6161(0x152)](',\x20')+'\x22','kind':_0x21a6bb[_0xae6161(0x157)],'http_response':{}});};[a57_0x355788(0x168)]=(..._0x23acc1)=>{const _0x45d9e4=a57_0x355788;this['logToTestOps'](LOG_LEVELS[_0x45d9e4(0x16b)],_0x23acc1);};['debug']=(..._0x4f2cca)=>{const _0x509721=a57_0x355788;this[_0x509721(0x158)](LOG_LEVELS['DEBUG'],_0x4f2cca);};['info']=(..._0x44c9ef)=>{const _0x33bd93=a57_0x355788;this[_0x33bd93(0x158)](LOG_LEVELS[_0x33bd93(0x15c)],_0x44c9ef);};[a57_0x355788(0x155)]=(..._0x530686)=>{const _0x4ae229=a57_0x355788;this[_0x4ae229(0x158)](LOG_LEVELS[_0x4ae229(0x15b)],_0x530686);};[a57_0x355788(0x153)]=(..._0x5ded1f)=>{const _0x498909=a57_0x355788;this[_0x498909(0x158)](LOG_LEVELS[_0x498909(0x14e)],_0x5ded1f);};[a57_0x355788(0x15f)]=(..._0x351931)=>{const _0x31b5a3=a57_0x355788;this['logToTestOps'](LOG_LEVELS[_0x31b5a3(0x15c)],_0x351931);};};module['exports']=logPatcher;function a57_0x5c79(){const _0x70be9c=['toLowerCase','TRACE','pid','ERROR','104356vIeUeD','246591QcUgGM','toISOString','join','error','2LpLGRW','warn','winston-transport','VsaFS','logToTestOps','10OIBmzG','4192jfDsBF','WARN','INFO','emit','7593949WoCpCO','log','../../helpers/test-observability/constants','115idDzLO','441711UWKDci','334521PbRbXX','9051NnwhAs','toUpperCase','DEBUG','6447042BJZaBJ','trace','bs:addLog:'];a57_0x5c79=function(){return _0x70be9c;};return a57_0x5c79();}
@@ -1 +1 @@
1
- const a57_0x38dbc7=a57_0x4f91;(function(_0x45f920,_0x5e9737){const _0x396db9=a57_0x4f91,_0x27529c=_0x45f920();while(!![]){try{const _0x538238=parseInt(_0x396db9(0x1db))/0x1*(parseInt(_0x396db9(0x1e5))/0x2)+-parseInt(_0x396db9(0x1d5))/0x3+-parseInt(_0x396db9(0x1dd))/0x4*(parseInt(_0x396db9(0x1c8))/0x5)+-parseInt(_0x396db9(0x1e2))/0x6*(-parseInt(_0x396db9(0x1d0))/0x7)+-parseInt(_0x396db9(0x1c1))/0x8+parseInt(_0x396db9(0x1d2))/0x9*(parseInt(_0x396db9(0x1e8))/0xa)+parseInt(_0x396db9(0x1d8))/0xb;if(_0x538238===_0x5e9737)break;else _0x27529c['push'](_0x27529c['shift']());}catch(_0x35bb3c){_0x27529c['push'](_0x27529c['shift']());}}}(a57_0x3677,0x543a8));function a57_0x3677(){const _0x2d84bf=['error','otPEP','level','1176492lBnbRw','FTaPe','exports','107494GeQMtB','OTgQA','object','10QWNJZy','4990960giSrnM','TEST_LOG','warn','logToTestOps','logged','trace','debug','10BeQiEl','INFO','winston-transport','dxPyb','toUpperCase','YRLGV','toISOString','pid','14pPqiYr','Ncmkk','2005605bPzVdg','TRACE','bs:addLog:','935676iWGcKz','info','DEBUG','11441870gvWvne','ERROR','../../helpers/test-observability/constants','3DNOkko','emit','1071316Spvqpq','WARN'];a57_0x3677=function(){return _0x2d84bf;};return a57_0x3677();}const Transport=require(a57_0x38dbc7(0x1ca)),{consoleHolder}=require(a57_0x38dbc7(0x1da)),a57_0x320681={};function a57_0x4f91(_0x724428,_0x3baec9){const _0x3677ee=a57_0x3677();return a57_0x4f91=function(_0x4f91a9,_0x20258c){_0x4f91a9=_0x4f91a9-0x1c1;let _0x4cd519=_0x3677ee[_0x4f91a9];return _0x4cd519;},a57_0x4f91(_0x724428,_0x3baec9);}a57_0x320681[a57_0x38dbc7(0x1c9)]=a57_0x38dbc7(0x1c9),a57_0x320681[a57_0x38dbc7(0x1d9)]=a57_0x38dbc7(0x1d9),a57_0x320681[a57_0x38dbc7(0x1d7)]='DEBUG',a57_0x320681[a57_0x38dbc7(0x1d3)]=a57_0x38dbc7(0x1d3),a57_0x320681[a57_0x38dbc7(0x1de)]=a57_0x38dbc7(0x1de);const LOG_LEVELS=a57_0x320681;class logReportingAPI extends Transport{constructor(_0x1acd9b){super(_0x1acd9b);}['log'](_0x14ab20,_0x8a5618){const _0x1bcfc6=a57_0x38dbc7,_0x10d495={'dxPyb':_0x1bcfc6(0x1c5),'otPEP':function(_0x4b3f37,_0x133bca){return _0x4b3f37(_0x133bca);},'YRLGV':function(_0x3ee798,_0x26ceb7){return _0x3ee798===_0x26ceb7;},'Ncmkk':_0x1bcfc6(0x1e7),'FTaPe':function(_0x2afe60){return _0x2afe60();}};_0x10d495[_0x1bcfc6(0x1e0)](setImmediate,()=>{const _0x40d467=_0x1bcfc6;this[_0x40d467(0x1dc)](_0x10d495[_0x40d467(0x1cb)],_0x14ab20);}),_0x10d495[_0x1bcfc6(0x1cd)](typeof _0x14ab20,_0x10d495[_0x1bcfc6(0x1d1)])?this[_0x1bcfc6(0x1c4)](_0x14ab20[_0x1bcfc6(0x1e1)]||LOG_LEVELS[_0x1bcfc6(0x1c9)],_0x14ab20['message'],![]):this[_0x1bcfc6(0x1c4)](LOG_LEVELS[_0x1bcfc6(0x1c9)],_0x14ab20),_0x8a5618&&_0x10d495[_0x1bcfc6(0x1e3)](_0x8a5618);}['logToTestOps']=(_0x30c756=LOG_LEVELS['INFO'],_0x2bb15b='',_0x2a7eb5=!![])=>{const _0x377cc7=a57_0x38dbc7,_0x1ff0e2={};_0x1ff0e2['OTgQA']=_0x377cc7(0x1c2);const _0x44442d=_0x1ff0e2;_0x2a7eb5&&consoleHolder[_0x30c756['toLowerCase']()](_0x2bb15b),process[_0x377cc7(0x1dc)](_0x377cc7(0x1d4)+process[_0x377cc7(0x1cf)],{'timestamp':new Date()[_0x377cc7(0x1ce)](),'level':_0x30c756[_0x377cc7(0x1cc)](),'message':_0x2bb15b,'kind':_0x44442d[_0x377cc7(0x1e6)],'http_response':{}});};[a57_0x38dbc7(0x1c6)]=(_0x55fe56,_0x2c2083)=>{const _0x527c32=a57_0x38dbc7;this[_0x527c32(0x1c4)](LOG_LEVELS[_0x527c32(0x1d3)],_0x55fe56);};[a57_0x38dbc7(0x1c7)]=(_0x48817d,_0x8f3b6e)=>{const _0x35dad0=a57_0x38dbc7;this[_0x35dad0(0x1c4)](LOG_LEVELS[_0x35dad0(0x1d7)],_0x48817d);};[a57_0x38dbc7(0x1d6)]=(_0xadef62,_0x188160)=>{const _0x1f73f4=a57_0x38dbc7;this['logToTestOps'](LOG_LEVELS[_0x1f73f4(0x1c9)],_0xadef62);};[a57_0x38dbc7(0x1c3)]=(_0x6ba648,_0x23f0d4)=>{const _0x57b910=a57_0x38dbc7;this[_0x57b910(0x1c4)](LOG_LEVELS['WARN'],_0x6ba648);};[a57_0x38dbc7(0x1df)]=(_0x4951f2,_0x32f83f)=>{const _0x9cdaaf=a57_0x38dbc7;this[_0x9cdaaf(0x1c4)](LOG_LEVELS[_0x9cdaaf(0x1d9)],_0x4951f2);};};module[a57_0x38dbc7(0x1e4)]=logReportingAPI;
1
+ const a58_0x1a41b0=a58_0x22a9;(function(_0x71f578,_0x3cf3aa){const _0x4ee235=a58_0x22a9,_0x46f2b9=_0x71f578();while(!![]){try{const _0x18beb8=parseInt(_0x4ee235(0x14c))/0x1+parseInt(_0x4ee235(0x151))/0x2+-parseInt(_0x4ee235(0x168))/0x3+-parseInt(_0x4ee235(0x152))/0x4+parseInt(_0x4ee235(0x159))/0x5*(parseInt(_0x4ee235(0x169))/0x6)+-parseInt(_0x4ee235(0x15e))/0x7+-parseInt(_0x4ee235(0x165))/0x8*(parseInt(_0x4ee235(0x162))/0x9);if(_0x18beb8===_0x3cf3aa)break;else _0x46f2b9['push'](_0x46f2b9['shift']());}catch(_0x2c161f){_0x46f2b9['push'](_0x46f2b9['shift']());}}}(a58_0x4e5a,0x9b5f8));const Transport=require(a58_0x1a41b0(0x156)),{consoleHolder}=require('../../helpers/test-observability/constants'),a58_0x8b3010={};function a58_0x4e5a(){const _0x11fa9c=['1169731kxYKDB','toUpperCase','HArsd','info','level','1188974CkBGrd','1620944YuUbaT','logged','emit','ERROR','winston-transport','WARN','logToTestOps','10XcHmUE','INFO','log','trace','bs:addLog:','1034131SAFSgj','object','DEBUG','exports','9bLTYRH','toISOString','TRACE','1060264tPwaLx','YuDrN','ZKifO','1355622IZxIgv','28698ijlwxw','TEST_LOG'];a58_0x4e5a=function(){return _0x11fa9c;};return a58_0x4e5a();}a58_0x8b3010[a58_0x1a41b0(0x15a)]=a58_0x1a41b0(0x15a),a58_0x8b3010[a58_0x1a41b0(0x155)]=a58_0x1a41b0(0x155),a58_0x8b3010['DEBUG']=a58_0x1a41b0(0x160),a58_0x8b3010[a58_0x1a41b0(0x164)]='TRACE',a58_0x8b3010[a58_0x1a41b0(0x157)]=a58_0x1a41b0(0x157);const LOG_LEVELS=a58_0x8b3010;function a58_0x22a9(_0x572380,_0x6886b3){const _0x4e5a42=a58_0x4e5a();return a58_0x22a9=function(_0x22a9bc,_0x2d159e){_0x22a9bc=_0x22a9bc-0x14b;let _0x100a5e=_0x4e5a42[_0x22a9bc];return _0x100a5e;},a58_0x22a9(_0x572380,_0x6886b3);}class logReportingAPI extends Transport{constructor(_0x418a10){super(_0x418a10);}[a58_0x1a41b0(0x15b)](_0x54191c,_0x256747){const _0x211f17=a58_0x1a41b0,_0x201421={'HArsd':_0x211f17(0x153),'ZKifO':function(_0x2fccf8,_0x39cc13){return _0x2fccf8(_0x39cc13);},'HQbeE':function(_0x41f166,_0x23cd97){return _0x41f166===_0x23cd97;},'YuDrN':_0x211f17(0x15f),'DamJc':function(_0x4b0902){return _0x4b0902();}};_0x201421[_0x211f17(0x167)](setImmediate,()=>{const _0x418f54=_0x211f17;this[_0x418f54(0x154)](_0x201421[_0x418f54(0x14e)],_0x54191c);}),_0x201421['HQbeE'](typeof _0x54191c,_0x201421[_0x211f17(0x166)])?this[_0x211f17(0x158)](_0x54191c[_0x211f17(0x150)]||LOG_LEVELS[_0x211f17(0x15a)],_0x54191c['message'],![]):this[_0x211f17(0x158)](LOG_LEVELS[_0x211f17(0x15a)],_0x54191c),_0x256747&&_0x201421['DamJc'](_0x256747);}['logToTestOps']=(_0x29fa71=LOG_LEVELS[a58_0x1a41b0(0x15a)],_0x4d41df='',_0x221c17=!![])=>{const _0x227c82=a58_0x1a41b0,_0x1963e0={};_0x1963e0['ufIhP']=_0x227c82(0x14b);const _0x137fc9=_0x1963e0;_0x221c17&&consoleHolder[_0x29fa71['toLowerCase']()](_0x4d41df),process['emit'](_0x227c82(0x15d)+process['pid'],{'timestamp':new Date()[_0x227c82(0x163)](),'level':_0x29fa71[_0x227c82(0x14d)](),'message':_0x4d41df,'kind':_0x137fc9['ufIhP'],'http_response':{}});};[a58_0x1a41b0(0x15c)]=(_0x37a34a,_0x54b815)=>{const _0x22592a=a58_0x1a41b0;this[_0x22592a(0x158)](LOG_LEVELS[_0x22592a(0x164)],_0x37a34a);};['debug']=(_0x205efc,_0x172934)=>{this['logToTestOps'](LOG_LEVELS['DEBUG'],_0x205efc);};[a58_0x1a41b0(0x14f)]=(_0x2f2b74,_0x5f2884)=>{const _0x21d467=a58_0x1a41b0;this[_0x21d467(0x158)](LOG_LEVELS[_0x21d467(0x15a)],_0x2f2b74);};['warn']=(_0x3ca4fc,_0x287b7e)=>{const _0x51f6e5=a58_0x1a41b0;this[_0x51f6e5(0x158)](LOG_LEVELS[_0x51f6e5(0x157)],_0x3ca4fc);};['error']=(_0xbcd44e,_0x524290)=>{const _0x17ffac=a58_0x1a41b0;this[_0x17ffac(0x158)](LOG_LEVELS[_0x17ffac(0x155)],_0xbcd44e);};};module[a58_0x1a41b0(0x161)]=logReportingAPI;
@@ -0,0 +1 @@
1
+ const a59_0x3deeb2=a59_0x3d90;(function(_0x1acb4d,_0x26043e){const _0x158745=a59_0x3d90,_0x290401=_0x1acb4d();while(!![]){try{const _0x37397d=parseInt(_0x158745(0xd6))/0x1*(parseInt(_0x158745(0xdb))/0x2)+-parseInt(_0x158745(0xd2))/0x3*(-parseInt(_0x158745(0xd8))/0x4)+parseInt(_0x158745(0xe0))/0x5+-parseInt(_0x158745(0xde))/0x6+parseInt(_0x158745(0xdd))/0x7+-parseInt(_0x158745(0xd3))/0x8+parseInt(_0x158745(0xe3))/0x9*(-parseInt(_0x158745(0xd1))/0xa);if(_0x37397d===_0x26043e)break;else _0x290401['push'](_0x290401['shift']());}catch(_0x31ce0f){_0x290401['push'](_0x290401['shift']());}}}(a59_0x3e97,0xe03a0));function a59_0x3d90(_0x4f959d,_0x5eb607){const _0x3e9761=a59_0x3e97();return a59_0x3d90=function(_0x3d90b9,_0x2416e8){_0x3d90b9=_0x3d90b9-0xd1;let _0x54793c=_0x3e9761[_0x3d90b9];return _0x54793c;},a59_0x3d90(_0x4f959d,_0x5eb607);}function a59_0x3e97(){const _0x19544d=['JasRU','3008348TaCDnT','3885630RmFtTh','nestedKeyValue','8089320sDqObb','object','JOghb','33166467NSVclp','isHash','10NWLNTE','750pwvjAN','2014384uUHtiP','function','reduce','295moVqNC','get','26088bWvzpk','exports','isArray','12372Uqcmjp'];a59_0x3e97=function(){return _0x19544d;};return a59_0x3e97();}const isHash=_0x2f57af=>Boolean(_0x2f57af&&typeof _0x2f57af===a59_0x3deeb2(0xe1)&&!Array[a59_0x3deeb2(0xda)](_0x2f57af)),nestedKeyValue=(_0x1c7936,_0x2c3af7)=>{const _0x96f67c=a59_0x3deeb2,_0x8ef3cf={'JOghb':function(_0x1ae218,_0x121352){return _0x1ae218===_0x121352;},'JasRU':_0x96f67c(0xd4),'iFVsT':function(_0x2d52fb,_0x956fbd){return _0x2d52fb(_0x956fbd);}};return _0x2c3af7[_0x96f67c(0xd5)]((_0x2afe48,_0x45a7fe)=>{const _0x4d9c51=_0x96f67c;if(_0x8ef3cf[_0x4d9c51(0xe2)](_0x2afe48,undefined)||_0x8ef3cf[_0x4d9c51(0xe2)](_0x2afe48,null))return undefined;if(_0x2afe48&&_0x8ef3cf[_0x4d9c51(0xe2)](typeof _0x2afe48[_0x4d9c51(0xd7)],_0x8ef3cf[_0x4d9c51(0xdc)]))return _0x2afe48['get'](_0x45a7fe);if(_0x8ef3cf['iFVsT'](isHash,_0x2afe48))return _0x2afe48[_0x45a7fe];return undefined;},_0x1c7936);},a59_0x1e648e={};a59_0x1e648e[a59_0x3deeb2(0xe4)]=isHash,a59_0x1e648e[a59_0x3deeb2(0xdf)]=nestedKeyValue,module[a59_0x3deeb2(0xd9)]=a59_0x1e648e;
@@ -1 +1 @@
1
- const a58_0x27d53b=a58_0x219a;function a58_0x5127(){const _0x3bf3ec=['info','60NmNxXE','uuid','392yNpuAZ','EaADR','TestInfo','WtnLz','4874755WYrVwV','Error\x20handling\x20trace\x20file\x20paths:\x20%O','../../helpers/logger','default','setup','shutdown','appendToTracePaths','getAccessibilityPlatformValidation','format','30026664OBhupU','__projectId','FBDmT','rmSync','\x20with\x20details:\x20','.\x20Returning\x20empty\x20test\x20details.','recursive','_traceZipPaths.json','push','mkdirSync','some','env','HMjLj','getTestRunIdFromTestInfo','17794BcqNet','GUREg','testId','message','GaERb','split','values','path','../../helpers/test-observability/constants','vJHmH','string','traceZipDir','lockSync','leTPw','setAccessibilityPlatformValidation','setTestDetails','oOoFt','gRwjr','_projectId','zAshJ','dirPath','Failed\x20to\x20acquire\x20lock\x20for\x20','Error\x20while\x20getting\x20test\x20UUID\x20for\x20','stringify','AGDmn','28MPqoDj','join','getStoreDirPath','Error\x20reading\x20trace\x20file\x20paths:\x20%O','existsSync','TZCXI','mqfNU','sUgza','retry','dirname','../../helpers/helper','getStoreDirName','resolve','debug','readFileSync','writeFileSync','_platformDetails.json','filePath','utf8','KpsiR','logger','hHrqU','eioFl','toString','Setting\x20up\x20TestInfo\x20directory\x20at\x20','13810iXIWxM','MvNHY','getTraceZipDir','error','addTraceFilePath','uTmKL','readdirSync','_test','chhmw','util','sEhHL','VkfrT','endsWith','1158ZSTdZa','.browserstack','IIcVy','tests','getTestIdFromTestInfo','jPXvE','getFilePath','198954PQhsJc','getTraceFilePaths','BS_TESTOPS_BUILD_HASHED_ID','2246718JpGqLq','.json','project','traceZipPaths','winstonLogger','pid','proper-lockfile','exports','GWhYv','594YsIant','mergeDeep','8308QCwafS','processId:\x20','warn','SELkE','DnblS','getProjectIdFromTestInfo','.\x20Unable\x20to\x20set\x20test\x20details.','GyUdS','homedir','AsQVz','parse','appendFileSync','forEach','YYmFH'];a58_0x5127=function(){return _0x3bf3ec;};return a58_0x5127();}function a58_0x219a(_0x2480f5,_0x212b4d){const _0x5127b1=a58_0x5127();return a58_0x219a=function(_0x219a7f,_0x377555){_0x219a7f=_0x219a7f-0x13f;let _0x38c888=_0x5127b1[_0x219a7f];return _0x38c888;},a58_0x219a(_0x2480f5,_0x212b4d);}(function(_0x54cf0a,_0x5750b9){const _0x3316f2=a58_0x219a,_0x311304=_0x54cf0a();while(!![]){try{const _0x13fa90=-parseInt(_0x3316f2(0x1ae))/0x1*(-parseInt(_0x3316f2(0x191))/0x2)+parseInt(_0x3316f2(0x16d))/0x3*(-parseInt(_0x3316f2(0x182))/0x4)+parseInt(_0x3316f2(0x197))/0x5+-parseInt(_0x3316f2(0x177))/0x6*(-parseInt(_0x3316f2(0x147))/0x7)+parseInt(_0x3316f2(0x193))/0x8*(parseInt(_0x3316f2(0x174))/0x9)+-parseInt(_0x3316f2(0x160))/0xa*(-parseInt(_0x3316f2(0x180))/0xb)+-parseInt(_0x3316f2(0x1a0))/0xc;if(_0x13fa90===_0x5750b9)break;else _0x311304['push'](_0x311304['shift']());}catch(_0x2f25d5){_0x311304['push'](_0x311304['shift']());}}}(a58_0x5127,0xd20f7));const fs=require('fs'),path=require(a58_0x27d53b(0x1b5)),{v4:uuidv4}=require(a58_0x27d53b(0x192)),{TEMP_STORE_DIR_NAME}=require(a58_0x27d53b(0x1b6)),{nestedKeyValue}=require(a58_0x27d53b(0x151)),logger=require(a58_0x27d53b(0x199))[a58_0x27d53b(0x17b)],util=require(a58_0x27d53b(0x169)),helper=require(a58_0x27d53b(0x151)),{createClassLogger}=require('../../helpers/classLogger.js'),lockfile=require(a58_0x27d53b(0x17d));class TestInfo{static [a58_0x27d53b(0x170)]={};static [a58_0x27d53b(0x142)]=TestInfo[a58_0x27d53b(0x152)]();static [a58_0x27d53b(0x1b9)]=path[a58_0x27d53b(0x148)](TestInfo['dirPath'],a58_0x27d53b(0x17a));[a58_0x27d53b(0x15b)]=createClassLogger(a58_0x27d53b(0x195));static[a58_0x27d53b(0x19b)](){const _0x44d1c0=a58_0x27d53b,_0x1412ca={};_0x1412ca[_0x44d1c0(0x17f)]='2|4|1|5|3|0',_0x1412ca[_0x44d1c0(0x16a)]=_0x44d1c0(0x17a);const _0x51b0c1=_0x1412ca,_0x1fdbfe=_0x51b0c1['GWhYv'][_0x44d1c0(0x1b3)]('|');let _0x27d0ee=0x0;while(!![]){switch(_0x1fdbfe[_0x27d0ee++]){case'0':logger[_0x44d1c0(0x190)](_0x44d1c0(0x15f)+this[_0x44d1c0(0x142)]);continue;case'1':this[_0x44d1c0(0x19c)]();continue;case'2':this[_0x44d1c0(0x142)]=TestInfo[_0x44d1c0(0x152)]();continue;case'3':const _0x1448cb={};_0x1448cb[_0x44d1c0(0x1a6)]=!![],fs[_0x44d1c0(0x1a9)](this['traceZipDir'],_0x1448cb);continue;case'4':this[_0x44d1c0(0x1b9)]=path[_0x44d1c0(0x148)](this[_0x44d1c0(0x142)],_0x51b0c1[_0x44d1c0(0x16a)]);continue;case'5':const _0x5664d6={};_0x5664d6[_0x44d1c0(0x1a6)]=!![],fs[_0x44d1c0(0x1a9)](this[_0x44d1c0(0x142)],_0x5664d6);continue;}break;}}static[a58_0x27d53b(0x152)](){const _0x43c0c1=a58_0x27d53b,_0x959e8d={};_0x959e8d[_0x43c0c1(0x1af)]=function(_0xae4ec3,_0x59b05c){return _0xae4ec3+_0x59b05c;},_0x959e8d['AGDmn']=function(_0x3fec6b,_0x3386e5){return _0x3fec6b+_0x3386e5;};const _0x1af8d8=_0x959e8d;return _0x1af8d8[_0x43c0c1(0x1af)](_0x1af8d8[_0x43c0c1(0x146)](TEMP_STORE_DIR_NAME,'-'),process[_0x43c0c1(0x1ab)][_0x43c0c1(0x176)]);}static['getStoreDirPath'](){const _0x40f950=a58_0x27d53b,_0x31d781={};_0x31d781[_0x40f950(0x141)]=function(_0x486d03,_0x8e235){return _0x486d03+_0x8e235;},_0x31d781[_0x40f950(0x13f)]=function(_0x234ace,_0x4d3d56){return _0x234ace+_0x4d3d56;},_0x31d781[_0x40f950(0x185)]=_0x40f950(0x19a);const _0x33ef19=_0x31d781;return path['join'](_0x33ef19[_0x40f950(0x141)](_0x33ef19['gRwjr'](TEMP_STORE_DIR_NAME,'-'),process[_0x40f950(0x1ab)][_0x40f950(0x176)]||_0x33ef19[_0x40f950(0x185)]));}static['getTraceZipDir'](){const _0x39e9e0=a58_0x27d53b,_0x2ce8b5={};_0x2ce8b5[_0x39e9e0(0x1a2)]='traceZipPaths';const _0x3980d2=_0x2ce8b5;return path[_0x39e9e0(0x148)](this[_0x39e9e0(0x149)](),_0x3980d2[_0x39e9e0(0x1a2)]);}static[a58_0x27d53b(0x173)](_0x188570){const _0x503871=a58_0x27d53b,_0x2dbb82={};_0x2dbb82[_0x503871(0x15d)]=function(_0x506b4d,_0x44c7aa){return _0x506b4d+_0x44c7aa;},_0x2dbb82[_0x503871(0x186)]=_0x503871(0x178);const _0x4c5d6b=_0x2dbb82;return path['join'](this[_0x503871(0x142)],_0x4c5d6b[_0x503871(0x15d)](_0x188570,_0x4c5d6b[_0x503871(0x186)]));}static[a58_0x27d53b(0x1ad)](_0x294954){const _0x4ca383=a58_0x27d53b,_0x546bc7={};_0x546bc7[_0x4ca383(0x16b)]=function(_0x4b545b,_0x28633c){return _0x4b545b+_0x28633c;},_0x546bc7['eKLMO']=function(_0x36555b,_0x18a7a0){return _0x36555b+_0x18a7a0;},_0x546bc7[_0x4ca383(0x1be)]=function(_0x22b175,_0x1b5813){return _0x22b175+_0x1b5813;};const _0x5781c7=_0x546bc7;return _0x5781c7[_0x4ca383(0x16b)](_0x5781c7[_0x4ca383(0x16b)](_0x5781c7['eKLMO'](_0x5781c7['oOoFt'](this[_0x4ca383(0x187)](_0x294954),'-'),this[_0x4ca383(0x171)](_0x294954)),'-'),_0x294954[_0x4ca383(0x14f)]);}static[a58_0x27d53b(0x187)](_0x511ea3){const _0x2c46c3=a58_0x27d53b,_0x4570ec={'uEKpp':function(_0x88e698,_0x2da510,_0x1146be){return _0x88e698(_0x2da510,_0x1146be);},'OsPOF':_0x2c46c3(0x167),'WtnLz':_0x2c46c3(0x140),'vJHmH':function(_0x4ecdb7,_0x5831c3,_0x458f6e){return _0x4ecdb7(_0x5831c3,_0x458f6e);},'KpsiR':_0x2c46c3(0x179),'qpKSL':_0x2c46c3(0x1a1)};return _0x4570ec['uEKpp'](nestedKeyValue,_0x511ea3,[_0x4570ec['OsPOF'],_0x4570ec[_0x2c46c3(0x196)]])||_0x4570ec[_0x2c46c3(0x1b7)](nestedKeyValue,_0x511ea3,[_0x4570ec[_0x2c46c3(0x15a)],_0x4570ec['qpKSL']]);}static[a58_0x27d53b(0x171)](_0x56f2bd){const _0x4198a6=a58_0x27d53b,_0x470048={'TZCXI':function(_0x41a5ef,_0x47e1f6,_0x53216f){return _0x41a5ef(_0x47e1f6,_0x53216f);},'uTmKL':_0x4198a6(0x167)};return _0x470048[_0x4198a6(0x14c)](nestedKeyValue,_0x56f2bd,[_0x470048[_0x4198a6(0x165)],'id'])||_0x56f2bd[_0x4198a6(0x1b0)];}static['getTestIdentifierFromTestInfo'](_0x5f2b06,_0x57b0e1){const _0x3cac88=a58_0x27d53b,_0x84b4f5={};_0x84b4f5[_0x3cac88(0x161)]=function(_0x1d4dd9,_0x263ae8){return _0x1d4dd9+_0x263ae8;},_0x84b4f5[_0x3cac88(0x14d)]=function(_0x3da6a8,_0x19c1b){return _0x3da6a8+_0x19c1b;},_0x84b4f5[_0x3cac88(0x16f)]=function(_0x502ba9,_0x4c94ab){return _0x502ba9+_0x4c94ab;},_0x84b4f5[_0x3cac88(0x189)]=function(_0x28dacf,_0x98bdf5){return _0x28dacf+_0x98bdf5;};const _0x198199=_0x84b4f5;return _0x198199['MvNHY'](_0x198199[_0x3cac88(0x14d)](_0x198199['IIcVy'](_0x198199['GyUdS'](this[_0x3cac88(0x187)](_0x5f2b06),'-'),this['getTestIdFromTestInfo'](_0x5f2b06)),'-'),_0x57b0e1);}static['getTestUUID'](_0x779c0e){const _0x1fe6e6=a58_0x27d53b,_0x43d6bf={'HMjLj':function(_0x27a355,_0x48e8e1){return _0x27a355===_0x48e8e1;},'GaERb':_0x1fe6e6(0x1b8),'sUgza':function(_0x155062){return _0x155062();}};try{if(this[_0x1fe6e6(0x170)][_0x779c0e]&&_0x43d6bf[_0x1fe6e6(0x1ac)](typeof this['tests'][_0x779c0e][_0x1fe6e6(0x192)],_0x43d6bf[_0x1fe6e6(0x1b2)]))return this[_0x1fe6e6(0x170)][_0x779c0e][_0x1fe6e6(0x192)];const _0x26308e=this[_0x1fe6e6(0x173)](_0x779c0e),_0x51a904=path[_0x1fe6e6(0x153)](_0x26308e);if(fs[_0x1fe6e6(0x14b)](_0x51a904)){const _0x4a2f69=JSON['parse'](fs[_0x1fe6e6(0x155)](_0x26308e)[_0x1fe6e6(0x15e)]());return this[_0x1fe6e6(0x170)][_0x779c0e]=_0x4a2f69,this[_0x1fe6e6(0x170)][_0x779c0e]['uuid'];}return this[_0x1fe6e6(0x170)][_0x779c0e]={'uuid':_0x43d6bf[_0x1fe6e6(0x14e)](uuidv4)},fs['writeFileSync'](_0x26308e,JSON[_0x1fe6e6(0x145)](this[_0x1fe6e6(0x170)][_0x779c0e])),this['tests'][_0x779c0e][_0x1fe6e6(0x192)];}catch(_0x41d215){return logger[_0x1fe6e6(0x163)](_0x1fe6e6(0x144)+_0x779c0e+':\x20'+_0x41d215[_0x1fe6e6(0x1b1)]),null;}}static[a58_0x27d53b(0x19e)](_0x314137){const _0x1baa9c=a58_0x27d53b,_0x4b84cc=path['join'](this[_0x1baa9c(0x142)],_0x314137+'_platformDetails.json');if(fs[_0x1baa9c(0x14b)](_0x4b84cc))return fs[_0x1baa9c(0x155)](_0x4b84cc)['toString']();}static[a58_0x27d53b(0x1bc)](_0x52a21c,_0x5131db){const _0x599b04=a58_0x27d53b,_0x26685b=path['join'](this[_0x599b04(0x142)],_0x5131db+_0x599b04(0x157));fs[_0x599b04(0x156)](_0x26685b,_0x52a21c[_0x599b04(0x15e)]());}static['shutdown'](){const _0x4778d8=a58_0x27d53b,_0x4e9a54={};_0x4e9a54[_0x4778d8(0x1a6)]=!![],_0x4e9a54['force']=!![],fs[_0x4778d8(0x1a3)](this[_0x4778d8(0x142)],_0x4e9a54);}static['getTestDetails'](_0x3cc8f1){const _0x3fc2c8=a58_0x27d53b,_0x576303=this[_0x3fc2c8(0x173)](_0x3cc8f1);if(fs['existsSync'](_0x576303))try{const _0x315290=JSON[_0x3fc2c8(0x18c)](fs[_0x3fc2c8(0x155)](_0x576303)[_0x3fc2c8(0x15e)]());return this['tests'][_0x3cc8f1]=_0x315290,_0x315290;}catch(_0x2085b4){return logger['warn']('Failed\x20to\x20acquire\x20lock\x20for\x20'+_0x576303+':\x20'+util[_0x3fc2c8(0x19f)](_0x2085b4)+_0x3fc2c8(0x1a5)),{};}return{};}static[a58_0x27d53b(0x1bd)](_0x117cde,_0x2eddb2,_0x486e88=![]){const _0x27dcb3=a58_0x27d53b,_0x4825a4={'YYmFH':'setTestDetails\x20','cTMXR':function(_0x57cc8b){return _0x57cc8b();}};logger[_0x27dcb3(0x154)](_0x4825a4[_0x27dcb3(0x18f)]),logger[_0x27dcb3(0x154)](_0x27dcb3(0x183)+process[_0x27dcb3(0x17c)]+'\x20Setting\x20\x20test\x20details\x20for\x20'+_0x117cde+_0x27dcb3(0x1a4)+JSON[_0x27dcb3(0x145)](_0x2eddb2));const _0x11b766=this[_0x27dcb3(0x173)](_0x117cde);if(fs[_0x27dcb3(0x14b)](_0x11b766))try{const _0x413b43=lockfile[_0x27dcb3(0x1ba)](_0x11b766),_0x2eb933=JSON[_0x27dcb3(0x18c)](fs[_0x27dcb3(0x155)](_0x11b766)[_0x27dcb3(0x15e)]());if(_0x486e88)this['tests'][_0x117cde]=helper[_0x27dcb3(0x181)](_0x2eb933,_0x2eddb2);else{const _0xa0ed9b={..._0x2eb933,..._0x2eddb2};this[_0x27dcb3(0x170)][_0x117cde]=_0xa0ed9b;}fs[_0x27dcb3(0x156)](_0x11b766,JSON[_0x27dcb3(0x145)](this[_0x27dcb3(0x170)][_0x117cde])),_0x4825a4['cTMXR'](_0x413b43);}catch(_0x5ec164){logger[_0x27dcb3(0x184)](_0x27dcb3(0x143)+_0x11b766+':\x20'+util[_0x27dcb3(0x19f)](_0x5ec164)+_0x27dcb3(0x188));}}static[a58_0x27d53b(0x164)](_0x534b6a){const _0x1cb40c=a58_0x27d53b,_0x54100b={};_0x54100b[_0x1cb40c(0x194)]=_0x1cb40c(0x198);const _0x14fbf2=_0x54100b;try{const _0xc1cbe3=process[_0x1cb40c(0x17c)],_0x47d9bc=path[_0x1cb40c(0x148)](TestInfo[_0x1cb40c(0x162)](),_0xc1cbe3+_0x1cb40c(0x1a7));let _0x3ed8e0=[];fs['existsSync'](_0x47d9bc)&&(_0x3ed8e0=JSON[_0x1cb40c(0x18c)](fs[_0x1cb40c(0x155)](_0x47d9bc)['toString']()));if(!_0x3ed8e0[_0x1cb40c(0x1aa)](_0x2b2bb2=>_0x2b2bb2['filePath']===_0x534b6a[_0x1cb40c(0x158)])){_0x3ed8e0[_0x1cb40c(0x1a8)](_0x534b6a);const _0x46ddf5=path[_0x1cb40c(0x150)](_0x47d9bc);if(!fs['existsSync'](_0x46ddf5)){const _0xac906d={};_0xac906d[_0x1cb40c(0x1a6)]=!![],fs[_0x1cb40c(0x1a9)](_0x46ddf5,_0xac906d);}fs[_0x1cb40c(0x156)](_0x47d9bc,JSON[_0x1cb40c(0x145)](_0x3ed8e0));}}catch(_0x3048fb){logger[_0x1cb40c(0x163)](util[_0x1cb40c(0x19f)](_0x14fbf2[_0x1cb40c(0x194)],_0x3048fb));}}static[a58_0x27d53b(0x175)](){const _0xc1346=a58_0x27d53b,_0x1ccaab={};_0x1ccaab[_0xc1346(0x18b)]=_0xc1346(0x1a7),_0x1ccaab[_0xc1346(0x15c)]=_0xc1346(0x14a);const _0x13ab9b=_0x1ccaab,_0x2f7003=[];try{const _0x2779d2=TestInfo[_0xc1346(0x162)]();if(!fs[_0xc1346(0x14b)](_0x2779d2))return _0x2f7003;const _0x537a34=fs[_0xc1346(0x166)](_0x2779d2);_0x537a34[_0xc1346(0x18e)](_0x4ec5e5=>{const _0x1f1d5d=_0xc1346;if(_0x4ec5e5[_0x1f1d5d(0x16c)](_0x13ab9b[_0x1f1d5d(0x18b)])){const _0x2882b1=JSON[_0x1f1d5d(0x18c)](fs['readFileSync'](path[_0x1f1d5d(0x148)](_0x2779d2,_0x4ec5e5))[_0x1f1d5d(0x15e)]());_0x2f7003[_0x1f1d5d(0x1a8)](..._0x2882b1);}});}catch(_0x3844dd){logger[_0xc1346(0x163)](util[_0xc1346(0x19f)](_0x13ab9b[_0xc1346(0x15c)],_0x3844dd));}const _0x315207={};return _0x2f7003['forEach'](_0x9ac6e0=>{const _0x3b57a9=_0xc1346;_0x315207[_0x9ac6e0[_0x3b57a9(0x158)]]=_0x9ac6e0;}),Object[_0xc1346(0x1b4)](_0x315207);}static[a58_0x27d53b(0x19d)](_0xe4c800,_0x43b137){const _0x4eedae=a58_0x27d53b,_0x1b5742={};_0x1b5742[_0x4eedae(0x172)]=_0x4eedae(0x16e),_0x1b5742[_0x4eedae(0x1bb)]=_0x4eedae(0x159),_0x1b5742[_0x4eedae(0x168)]='Error\x20writing\x20trace\x20file:\x20%O';const _0x36fe56=_0x1b5742;try{const _0x17fa11=path['join'](helper[_0x4eedae(0x18a)](),_0x36fe56[_0x4eedae(0x172)]);if(!fs[_0x4eedae(0x14b)](_0x17fa11)){const _0x3d7325={};_0x3d7325['recursive']=!![],fs[_0x4eedae(0x1a9)](_0x17fa11,_0x3d7325);}fs[_0x4eedae(0x18d)](path[_0x4eedae(0x148)](_0x17fa11,'trace_'+_0x43b137+'.txt'),_0xe4c800+'\x0a',_0x36fe56[_0x4eedae(0x1bb)]);}catch(_0x2b3f46){logger['error'](util['format'](_0x36fe56[_0x4eedae(0x168)],_0x2b3f46));}}}module[a58_0x27d53b(0x17e)]=TestInfo;
1
+ const a60_0x426e37=a60_0x42e7;(function(_0xc49480,_0x3accdb){const _0x40d8cf=a60_0x42e7,_0x375d3c=_0xc49480();while(!![]){try{const _0x5ed460=parseInt(_0x40d8cf(0x1e7))/0x1*(-parseInt(_0x40d8cf(0x1c1))/0x2)+parseInt(_0x40d8cf(0x1dc))/0x3*(-parseInt(_0x40d8cf(0x1a8))/0x4)+parseInt(_0x40d8cf(0x1a1))/0x5*(parseInt(_0x40d8cf(0x1d6))/0x6)+-parseInt(_0x40d8cf(0x1c8))/0x7+-parseInt(_0x40d8cf(0x1c4))/0x8*(-parseInt(_0x40d8cf(0x1a9))/0x9)+parseInt(_0x40d8cf(0x1d1))/0xa*(parseInt(_0x40d8cf(0x1a2))/0xb)+parseInt(_0x40d8cf(0x1a4))/0xc;if(_0x5ed460===_0x3accdb)break;else _0x375d3c['push'](_0x375d3c['shift']());}catch(_0x3d0c97){_0x375d3c['push'](_0x375d3c['shift']());}}}(a60_0xcce8,0x919c6));function a60_0xcce8(){const _0x337cb2=['setAccessibilityPlatformValidation','exports','writeFileSync','Error\x20writing\x20trace\x20file:\x20%O','TNwVN','160VQjhdS','.json','bVWwn','Failed\x20to\x20acquire\x20lock\x20for\x20','forEach','258VWAKsh','lockSync','dirname','split','yqLVd','DYQlN','1551ZtoxkP','Error\x20handling\x20trace\x20file\x20paths:\x20%O','TestInfo','mergeDeep','existsSync','_platformDetails.json','_test','trace_','path','getTraceZipDir','getTestRunIdFromTestInfo','1kUGiBu','yqYga','KAgJH','warn','DlPua','message','WwExG','getProjectIdFromTestInfo','mkdirSync','../../helpers/logger','lCGTX','string','egEYx','env','__projectId','kxCxp','ajnpC','getStoreDirPath','.txt','Error\x20reading\x20trace\x20file\x20paths:\x20%O','debug','oMYuz','parse','util','pid','../../helpers/test-observability/constants','_traceZipPaths.json','resolve','homedir','proper-lockfile','wJXFx','RDUTQ','appendToTracePaths','readdirSync','../../helpers/helper','getTraceFilePaths','.\x20Returning\x20empty\x20test\x20details.','traceZipDir','recursive','traceZipPaths','addTraceFilePath','_projectId','Setting\x20up\x20TestInfo\x20directory\x20at\x20','uuid','getFilePath','rQDSN','default','53215uovAyS','312763YLWZoN','.browserstack','273936AKEFzR','readFileSync','sEuNO','stringify','484bNApmH','2806749rnVdje','../../helpers/classLogger.js','processId:\x20','smvbF','info','setTestDetails\x20','REDMS','error','format','toString','WLuOc','appendFileSync','shutdown','getStoreDirName','rhsNj','dirPath','getTestIdFromTestInfo','tests','retry','sWbzJ','ZdaAs','project','SGFfW','nnXOK','486812fgYgbX','push','endsWith','8stBWrX','BS_TESTOPS_BUILD_HASHED_ID','2|0|1|3|4|5','join','2414167odLFPn','.\x20Unable\x20to\x20set\x20test\x20details.','eDxHA','NtflT'];a60_0xcce8=function(){return _0x337cb2;};return a60_0xcce8();}function a60_0x42e7(_0x2eee43,_0x235fb8){const _0xcce8ab=a60_0xcce8();return a60_0x42e7=function(_0x42e7ef,_0xa36861){_0x42e7ef=_0x42e7ef-0x186;let _0x24cf14=_0xcce8ab[_0x42e7ef];return _0x24cf14;},a60_0x42e7(_0x2eee43,_0x235fb8);}const fs=require('fs'),path=require(a60_0x426e37(0x1e4)),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require(a60_0x426e37(0x18b)),{nestedKeyValue}=require(a60_0x426e37(0x194)),logger=require(a60_0x426e37(0x1f0))['winstonLogger'],util=require(a60_0x426e37(0x189)),helper=require(a60_0x426e37(0x194)),{createClassLogger}=require(a60_0x426e37(0x1aa)),lockfile=require(a60_0x426e37(0x18f));class TestInfo{static [a60_0x426e37(0x1ba)]={};static ['dirPath']=TestInfo[a60_0x426e37(0x1b6)]();static [a60_0x426e37(0x197)]=path[a60_0x426e37(0x1c7)](TestInfo[a60_0x426e37(0x1b8)],a60_0x426e37(0x199));['logger']=createClassLogger(a60_0x426e37(0x1de));static['setup'](){const _0x2db86b=a60_0x426e37,_0x2b7fa7={};_0x2b7fa7[_0x2db86b(0x1c0)]=_0x2db86b(0x1c6),_0x2b7fa7[_0x2db86b(0x1b3)]=_0x2db86b(0x199);const _0x86299b=_0x2b7fa7,_0x1706ed=_0x86299b[_0x2db86b(0x1c0)][_0x2db86b(0x1d9)]('|');let _0x289eb8=0x0;while(!![]){switch(_0x1706ed[_0x289eb8++]){case'0':this[_0x2db86b(0x197)]=path['join'](this['dirPath'],_0x86299b[_0x2db86b(0x1b3)]);continue;case'1':this[_0x2db86b(0x1b5)]();continue;case'2':this['dirPath']=TestInfo[_0x2db86b(0x1b6)]();continue;case'3':const _0x1b2e80={};_0x1b2e80[_0x2db86b(0x198)]=!![],fs[_0x2db86b(0x1ef)](this[_0x2db86b(0x1b8)],_0x1b2e80);continue;case'4':const _0x5d1078={};_0x5d1078[_0x2db86b(0x198)]=!![],fs[_0x2db86b(0x1ef)](this[_0x2db86b(0x197)],_0x5d1078);continue;case'5':logger[_0x2db86b(0x1ad)](_0x2db86b(0x19c)+this['dirPath']);continue;}break;}}static[a60_0x426e37(0x1b6)](){const _0x17994b=a60_0x426e37,_0x2e9647={};_0x2e9647['NtflT']=function(_0x541d6e,_0x5b612e){return _0x541d6e+_0x5b612e;};const _0x152fcc=_0x2e9647;return _0x152fcc[_0x17994b(0x1cb)](_0x152fcc[_0x17994b(0x1cb)](TEMP_STORE_DIR_NAME,'-'),process['env']['BS_TESTOPS_BUILD_HASHED_ID']);}static['getStoreDirPath'](){const _0x12b0ec=a60_0x426e37,_0x2bc9e2={};_0x2bc9e2[_0x12b0ec(0x1da)]=function(_0x1171a5,_0x213690){return _0x1171a5+_0x213690;},_0x2bc9e2[_0x12b0ec(0x1f3)]=function(_0x410356,_0x81b78f){return _0x410356+_0x81b78f;},_0x2bc9e2[_0x12b0ec(0x1ed)]=_0x12b0ec(0x1a0);const _0x4ef327=_0x2bc9e2;return path['join'](_0x4ef327['yqLVd'](_0x4ef327['egEYx'](TEMP_STORE_DIR_NAME,'-'),process[_0x12b0ec(0x1f4)][_0x12b0ec(0x1c5)]||_0x4ef327['WwExG']));}static[a60_0x426e37(0x1e5)](){const _0x5c9b70=a60_0x426e37,_0x48fd32={};_0x48fd32[_0x5c9b70(0x1bf)]='traceZipPaths';const _0x1e609f=_0x48fd32;return path[_0x5c9b70(0x1c7)](this[_0x5c9b70(0x1f8)](),_0x1e609f[_0x5c9b70(0x1bf)]);}static[a60_0x426e37(0x19e)](_0x348801){const _0x328042=a60_0x426e37,_0xe56da0={};_0xe56da0['sEuNO']=function(_0xacd0c1,_0x10e273){return _0xacd0c1+_0x10e273;},_0xe56da0['zWiRr']=_0x328042(0x1d2);const _0x3f63f3=_0xe56da0;return path['join'](this[_0x328042(0x1b8)],_0x3f63f3[_0x328042(0x1a6)](_0x348801,_0x3f63f3['zWiRr']));}static[a60_0x426e37(0x1e6)](_0xe43d55){const _0x3cd93a=a60_0x426e37,_0x25cebf={};_0x25cebf[_0x3cd93a(0x1e9)]=function(_0x377dd8,_0x30316a){return _0x377dd8+_0x30316a;},_0x25cebf['rhsNj']=function(_0x42021c,_0x900c54){return _0x42021c+_0x900c54;};const _0x4e17cf=_0x25cebf;return _0x4e17cf[_0x3cd93a(0x1e9)](_0x4e17cf[_0x3cd93a(0x1e9)](_0x4e17cf[_0x3cd93a(0x1b7)](_0x4e17cf[_0x3cd93a(0x1e9)](this[_0x3cd93a(0x1ee)](_0xe43d55),'-'),this[_0x3cd93a(0x1b9)](_0xe43d55)),'-'),_0xe43d55[_0x3cd93a(0x1bb)]);}static['getProjectIdFromTestInfo'](_0x3525fb){const _0x21e0c6=a60_0x426e37,_0x2f4d97={'iahGx':function(_0x2a460d,_0x443387,_0x25dfa1){return _0x2a460d(_0x443387,_0x25dfa1);},'ZdaAs':_0x21e0c6(0x1e2),'DYQlN':_0x21e0c6(0x19b),'TNwVN':function(_0x3d8290,_0x27a3fe,_0x3d90dc){return _0x3d8290(_0x27a3fe,_0x3d90dc);},'eDxHA':_0x21e0c6(0x1be),'bVWwn':_0x21e0c6(0x1f5)};return _0x2f4d97['iahGx'](nestedKeyValue,_0x3525fb,[_0x2f4d97[_0x21e0c6(0x1bd)],_0x2f4d97[_0x21e0c6(0x1db)]])||_0x2f4d97[_0x21e0c6(0x1d0)](nestedKeyValue,_0x3525fb,[_0x2f4d97[_0x21e0c6(0x1ca)],_0x2f4d97[_0x21e0c6(0x1d3)]]);}static['getTestIdFromTestInfo'](_0x5edf8c){const _0x29c03b=a60_0x426e37,_0x39c2d9={'rQDSN':function(_0x2e4ca8,_0x1511ab,_0x2f42c4){return _0x2e4ca8(_0x1511ab,_0x2f42c4);},'smvbF':_0x29c03b(0x1e2)};return _0x39c2d9[_0x29c03b(0x19f)](nestedKeyValue,_0x5edf8c,[_0x39c2d9[_0x29c03b(0x1ac)],'id'])||_0x5edf8c['testId'];}static['getTestIdentifierFromTestInfo'](_0x176b48,_0x550db8){const _0x5df280=a60_0x426e37,_0x38468a={};_0x38468a[_0x5df280(0x1e8)]=function(_0x1459e4,_0x558307){return _0x1459e4+_0x558307;},_0x38468a['REDMS']=function(_0x193db6,_0x1001ae){return _0x193db6+_0x1001ae;};const _0x401119=_0x38468a;return _0x401119['yqYga'](_0x401119[_0x5df280(0x1e8)](_0x401119[_0x5df280(0x1e8)](_0x401119[_0x5df280(0x1af)](this['getProjectIdFromTestInfo'](_0x176b48),'-'),this[_0x5df280(0x1b9)](_0x176b48)),'-'),_0x550db8);}static['getTestUUID'](_0x4d681d){const _0x32bac3=a60_0x426e37,_0x1f3a2e={'kxCxp':function(_0x1a79bf,_0x580c4e){return _0x1a79bf===_0x580c4e;},'oMYuz':_0x32bac3(0x1f2),'DlPua':function(_0x40cada){return _0x40cada();}};try{if(this['tests'][_0x4d681d]&&_0x1f3a2e[_0x32bac3(0x1f6)](typeof this[_0x32bac3(0x1ba)][_0x4d681d]['uuid'],_0x1f3a2e[_0x32bac3(0x187)]))return this[_0x32bac3(0x1ba)][_0x4d681d]['uuid'];const _0x13d19f=this[_0x32bac3(0x19e)](_0x4d681d),_0x3d1f23=path[_0x32bac3(0x18d)](_0x13d19f);if(fs['existsSync'](_0x3d1f23)){const _0x45522d=JSON[_0x32bac3(0x188)](fs[_0x32bac3(0x1a5)](_0x13d19f)['toString']());return this[_0x32bac3(0x1ba)][_0x4d681d]=_0x45522d,this[_0x32bac3(0x1ba)][_0x4d681d]['uuid'];}return this[_0x32bac3(0x1ba)][_0x4d681d]={'uuid':_0x1f3a2e[_0x32bac3(0x1eb)](uuidv4)},fs['writeFileSync'](_0x13d19f,JSON[_0x32bac3(0x1a7)](this[_0x32bac3(0x1ba)][_0x4d681d])),this['tests'][_0x4d681d][_0x32bac3(0x19d)];}catch(_0x1e41b9){return logger[_0x32bac3(0x1b0)]('Error\x20while\x20getting\x20test\x20UUID\x20for\x20'+_0x4d681d+':\x20'+_0x1e41b9[_0x32bac3(0x1ec)]),null;}}static['getAccessibilityPlatformValidation'](_0x590915){const _0x43cb14=a60_0x426e37,_0x3f68b9=path[_0x43cb14(0x1c7)](this[_0x43cb14(0x1b8)],_0x590915+_0x43cb14(0x1e1));if(fs[_0x43cb14(0x1e0)](_0x3f68b9))return fs[_0x43cb14(0x1a5)](_0x3f68b9)[_0x43cb14(0x1b2)]();}static[a60_0x426e37(0x1cc)](_0x57700d,_0x38ad5f){const _0x39cbbf=a60_0x426e37,_0x4225af=path[_0x39cbbf(0x1c7)](this[_0x39cbbf(0x1b8)],_0x38ad5f+_0x39cbbf(0x1e1));fs[_0x39cbbf(0x1ce)](_0x4225af,_0x57700d[_0x39cbbf(0x1b2)]());}static[a60_0x426e37(0x1b5)](){const _0x387b39=a60_0x426e37,_0x25fb06={};_0x25fb06[_0x387b39(0x198)]=!![],_0x25fb06['force']=!![],fs['rmSync'](this[_0x387b39(0x1b8)],_0x25fb06);}static['getTestDetails'](_0x30b5db){const _0x3e57bf=a60_0x426e37,_0x3dc054=this['getFilePath'](_0x30b5db);if(fs['existsSync'](_0x3dc054))try{const _0x2aa240=JSON[_0x3e57bf(0x188)](fs[_0x3e57bf(0x1a5)](_0x3dc054)[_0x3e57bf(0x1b2)]());return this['tests'][_0x30b5db]=_0x2aa240,_0x2aa240;}catch(_0x28d6aa){return logger[_0x3e57bf(0x1ea)]('Failed\x20to\x20acquire\x20lock\x20for\x20'+_0x3dc054+':\x20'+util[_0x3e57bf(0x1b1)](_0x28d6aa)+_0x3e57bf(0x196)),{};}return{};}static['setTestDetails'](_0x2481e3,_0x8d0871,_0x2b949e=![]){const _0x28f006=a60_0x426e37,_0x197c52={'ajnpC':_0x28f006(0x1ae),'wJXFx':function(_0xe546cc){return _0xe546cc();}};logger[_0x28f006(0x186)](_0x197c52[_0x28f006(0x1f7)]),logger[_0x28f006(0x186)](_0x28f006(0x1ab)+process[_0x28f006(0x18a)]+'\x20Setting\x20\x20test\x20details\x20for\x20'+_0x2481e3+'\x20with\x20details:\x20'+JSON['stringify'](_0x8d0871));const _0x1517bc=this[_0x28f006(0x19e)](_0x2481e3);if(fs[_0x28f006(0x1e0)](_0x1517bc))try{const _0x464399=lockfile[_0x28f006(0x1d7)](_0x1517bc),_0x2d9767=JSON[_0x28f006(0x188)](fs[_0x28f006(0x1a5)](_0x1517bc)[_0x28f006(0x1b2)]());if(_0x2b949e)this[_0x28f006(0x1ba)][_0x2481e3]=helper[_0x28f006(0x1df)](_0x2d9767,_0x8d0871);else{const _0x5194d0={..._0x2d9767,..._0x8d0871};this[_0x28f006(0x1ba)][_0x2481e3]=_0x5194d0;}fs[_0x28f006(0x1ce)](_0x1517bc,JSON[_0x28f006(0x1a7)](this[_0x28f006(0x1ba)][_0x2481e3])),_0x197c52[_0x28f006(0x190)](_0x464399);}catch(_0x348a03){logger[_0x28f006(0x1ea)](_0x28f006(0x1d4)+_0x1517bc+':\x20'+util['format'](_0x348a03)+_0x28f006(0x1c9));}}static[a60_0x426e37(0x19a)](_0x1ef6b2){const _0x25c138=a60_0x426e37,_0x2ff407={};_0x2ff407['GJmJJ']=_0x25c138(0x1dd);const _0xd52778=_0x2ff407;try{const _0x42bc4c=process['pid'],_0x28f23a=path[_0x25c138(0x1c7)](TestInfo[_0x25c138(0x1e5)](),_0x42bc4c+_0x25c138(0x18c));let _0x5bfb73=[];fs[_0x25c138(0x1e0)](_0x28f23a)&&(_0x5bfb73=JSON[_0x25c138(0x188)](fs[_0x25c138(0x1a5)](_0x28f23a)[_0x25c138(0x1b2)]()));if(!_0x5bfb73['some'](_0x3fdcb7=>_0x3fdcb7['filePath']===_0x1ef6b2['filePath'])){_0x5bfb73[_0x25c138(0x1c2)](_0x1ef6b2);const _0xa9bb88=path[_0x25c138(0x1d8)](_0x28f23a);if(!fs[_0x25c138(0x1e0)](_0xa9bb88)){const _0x5cfc3f={};_0x5cfc3f['recursive']=!![],fs[_0x25c138(0x1ef)](_0xa9bb88,_0x5cfc3f);}fs[_0x25c138(0x1ce)](_0x28f23a,JSON[_0x25c138(0x1a7)](_0x5bfb73));}}catch(_0x2181e4){logger['error'](util['format'](_0xd52778['GJmJJ'],_0x2181e4));}}static[a60_0x426e37(0x195)](){const _0x3a1c0e=a60_0x426e37,_0x518a86={};_0x518a86[_0x3a1c0e(0x1bc)]='_traceZipPaths.json',_0x518a86['LIzLB']=_0x3a1c0e(0x1fa);const _0x57e2b1=_0x518a86,_0x226577=[];try{const _0x1f93e0=TestInfo[_0x3a1c0e(0x1e5)]();if(!fs[_0x3a1c0e(0x1e0)](_0x1f93e0))return _0x226577;const _0x582445=fs[_0x3a1c0e(0x193)](_0x1f93e0);_0x582445[_0x3a1c0e(0x1d5)](_0x3e1d83=>{const _0x3b9d31=_0x3a1c0e;if(_0x3e1d83[_0x3b9d31(0x1c3)](_0x57e2b1[_0x3b9d31(0x1bc)])){const _0x145b41=JSON[_0x3b9d31(0x188)](fs[_0x3b9d31(0x1a5)](path[_0x3b9d31(0x1c7)](_0x1f93e0,_0x3e1d83))[_0x3b9d31(0x1b2)]());_0x226577[_0x3b9d31(0x1c2)](..._0x145b41);}});}catch(_0x5e7a9e){logger[_0x3a1c0e(0x1b0)](util['format'](_0x57e2b1['LIzLB'],_0x5e7a9e));}const _0x89c53e={};return _0x226577['forEach'](_0x78866f=>{_0x89c53e[_0x78866f['filePath']]=_0x78866f;}),Object['values'](_0x89c53e);}static[a60_0x426e37(0x192)](_0x4ab9ec,_0x194263){const _0x2a3597=a60_0x426e37,_0x19794d={};_0x19794d[_0x2a3597(0x191)]=_0x2a3597(0x1a3),_0x19794d[_0x2a3597(0x1f1)]='utf8',_0x19794d['gTddK']=_0x2a3597(0x1cf);const _0x5d5d19=_0x19794d;try{const _0x411609=path[_0x2a3597(0x1c7)](helper[_0x2a3597(0x18e)](),_0x5d5d19[_0x2a3597(0x191)]);if(!fs[_0x2a3597(0x1e0)](_0x411609)){const _0x5e4113={};_0x5e4113[_0x2a3597(0x198)]=!![],fs[_0x2a3597(0x1ef)](_0x411609,_0x5e4113);}fs[_0x2a3597(0x1b4)](path[_0x2a3597(0x1c7)](_0x411609,_0x2a3597(0x1e3)+_0x194263+_0x2a3597(0x1f9)),_0x4ab9ec+'\x0a',_0x5d5d19['lCGTX']);}catch(_0x1c5f87){logger[_0x2a3597(0x1b0)](util[_0x2a3597(0x1b1)](_0x5d5d19['gTddK'],_0x1c5f87));}}}module[a60_0x426e37(0x1cd)]=TestInfo;