browserstack-node-sdk 1.34.54 → 1.34.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a46_0x55e9(_0x4b64,_0x23574c){const _0x292d19=a46_0x292d();return a46_0x55e9=function(_0x55e93b,_0xf08d3){_0x55e93b=_0x55e93b-0x98;let _0x2a05af=_0x292d19[_0x55e93b];return _0x2a05af;},a46_0x55e9(_0x4b64,_0x23574c);}const a46_0xf81540=a46_0x55e9;function a46_0x292d(){const _0x5a6bb6=['209982PQcnPB','FZPyE','config','parallelCucumberRun','JbVPW','AbGBs','jest-worker','worker','../../helpers/test-observability/constants','664wiNEhO','log','platform-run-success','vanillaWorker','pipe','cucumberWorker','YVTYz','platform','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','Running\x20','Workers\x20failed\x20to\x20exit\x20gracefully','stdout','UNSTABLE_onCustomMessage','../../helpers/performance/constants','platforms','shHQd','lMdrQ','1160533ImLYav','end','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','rKJnk','format','HKuxL','pNyFP','parallelTestRun','iuCUI','IfpWM','map','getWorkers','HnoDc','Worker','HpAVY','329932AMEzOl','emit','../../helpers/testhub/testhubHandler','exit','platform-run-failure','dJHGu','then','error','3391555EUeAdN','worker_threads','jkLeX','VwGmF','send','RrJiM','3XRbCsS','parallelVanillaRun','all','6943977IgWkSm','p-limit','stderr','failureCount','test-file-failure','XCsUv','GiZSC','exitCode','getStderr','test-file-success','MOCHA','file','43246gVSPtV','meVli','length','platform-run-start','postMessage','hJHIv','launchBuild','_workerPool','util','otaVV','7444644ChKlsL','../../helpers/logger','UaTcB','test-file-start','iivfs','getStdout','./testWorker.js','emittery','json','PFwMz','tGTMf','resolve','yGZKp','configuration','info','debug','Exception\x20in\x20sending\x20worker\x20message\x20','oCnbb'];a46_0x292d=function(){return _0x5a6bb6;};return a46_0x292d();}(function(_0x18f070,_0x3bd56c){const _0xc0b1de=a46_0x55e9,_0x5188cc=_0x18f070();while(!![]){try{const _0x40de16=-parseInt(_0xc0b1de(0xd6))/0x1+parseInt(_0xc0b1de(0xbc))/0x2*(parseInt(_0xc0b1de(0xf3))/0x3)+-parseInt(_0xc0b1de(0xe5))/0x4+-parseInt(_0xc0b1de(0xed))/0x5+parseInt(_0xc0b1de(0xaa))/0x6+parseInt(_0xc0b1de(0xa0))/0x7*(parseInt(_0xc0b1de(0xc5))/0x8)+parseInt(_0xc0b1de(0xf6))/0x9;if(_0x40de16===_0x3bd56c)break;else _0x5188cc['push'](_0x5188cc['shift']());}catch(_0x4edb36){_0x5188cc['push'](_0x5188cc['shift']());}}}(a46_0x292d,0xad09d));const Worker=require(a46_0xf81540(0xc2))[a46_0xf81540(0xe3)],Emittery=require(a46_0xf81540(0xb1)),pLimit=require(a46_0xf81540(0xf7)),{parentPort}=require(a46_0xf81540(0xee)),util=require(a46_0xf81540(0xa8)),logger=require(a46_0xf81540(0xab))['winstonLogger'],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a46_0xf81540(0xd2))['EVENTS'],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require(a46_0xf81540(0xe7)),{FRAMEWORKS}=require(a46_0xf81540(0xc4));exports[a46_0xf81540(0xdd)]=(_0x178580,_0x5d25d9,_0x749790)=>new Promise(async _0x26f126=>{const _0x516ef6=a46_0xf81540,_0xe4a50d={'FZPyE':_0x516ef6(0xf9),'HpAVY':function(_0x9c1d15,_0x38e7aa){return _0x9c1d15+_0x38e7aa;},'yGZKp':'results','cfAlD':_0x516ef6(0xcf),'PFwMz':function(_0xf76d91,_0x28aab2){return _0xf76d91(_0x28aab2);},'GiZSC':_0x516ef6(0xad),'JbVPW':_0x516ef6(0xb0),'sWwzI':_0x516ef6(0xc3),'AKrlu':_0x516ef6(0xb2),'XCsUv':_0x516ef6(0xc9),'pyNAZ':function(_0x2b8e0b,_0x58a3e3){return _0x2b8e0b*_0x58a3e3;},'VwGmF':_0x516ef6(0x9d),'lMdrQ':'test-file-failure','vmrWE':function(_0x682006,_0x20356b){return _0x682006(_0x20356b);},'iuCUI':function(_0x2b1bae,_0x1fc09f){return _0x2b1bae*_0x1fc09f;}},_0x50cae7=_0x749790[_0x516ef6(0xbe)],_0x217eaa={},_0x20adc3=await TestHubHandler[_0x516ef6(0xa6)](FRAMEWORKS[_0x516ef6(0x9e)],_0x749790),_0x1f2bea=new Worker(require[_0x516ef6(0xb5)](_0xe4a50d[_0x516ef6(0xc0)]),{'exposedMethods':[_0xe4a50d['sWwzI']],'forkOptions':{'serialization':_0xe4a50d['AKrlu'],'stdio':_0xe4a50d[_0x516ef6(0x99)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0xe4a50d['pyNAZ'](_0x5d25d9,0x1),'enableWorkerThreads':!![]}),_0x2ff39b=new Emittery();_0x2ff39b['on'](_0xe4a50d[_0x516ef6(0xf0)],_0x3aad72=>{const _0xaa3c8f=_0x516ef6;_0x217eaa[_0x3aad72[0x0]]?(_0x217eaa[_0x3aad72[0x0]][_0xe4a50d[_0xaa3c8f(0xbd)]]=_0xe4a50d[_0xaa3c8f(0xe4)](_0x217eaa[_0x3aad72[0x0]][_0xe4a50d[_0xaa3c8f(0xbd)]],_0x3aad72[0x1][_0xe4a50d[_0xaa3c8f(0xbd)]]),_0x217eaa[_0x3aad72[0x0]][_0xe4a50d[_0xaa3c8f(0xb6)]]=[..._0x217eaa[_0x3aad72[0x0]][_0xe4a50d[_0xaa3c8f(0xb6)]],..._0x3aad72[0x1][_0xe4a50d[_0xaa3c8f(0xb6)]]]):_0x217eaa[_0x3aad72[0x0]]={'failureCount':_0x3aad72[0x1][_0xe4a50d[_0xaa3c8f(0xbd)]],'results':[..._0x3aad72[0x1][_0xe4a50d['yGZKp']]]};}),_0x2ff39b['on'](_0xe4a50d[_0x516ef6(0xd5)],_0x29a29e=>console[_0x516ef6(0xc6)](_0x29a29e[0x1]));_0x1f2bea['getStdout']()&&_0x1f2bea[_0x516ef6(0xaf)]()['pipe'](process[_0x516ef6(0xd0)]);_0x1f2bea[_0x516ef6(0x9c)]()&&_0x1f2bea['getStderr']()[_0x516ef6(0xc9)](process[_0x516ef6(0xf8)]);const _0x1ee9e9=async()=>{const _0x306ad6=_0x516ef6,{forceExited:_0x580ab1}=await _0x1f2bea[_0x306ad6(0xd7)]();_0x580ab1&&console[_0x306ad6(0xec)](_0xe4a50d['cfAlD']);try{await TestHubHandler['stop']();}catch(_0x14e1ff){_0xe4a50d[_0x306ad6(0xb3)](debug,_0x306ad6(0xd8)+_0x14e1ff);}_0xe4a50d['PFwMz'](_0x26f126,_0x217eaa);},_0x2510e3=_0xe4a50d['vmrWE'](pLimit,_0xe4a50d[_0x516ef6(0xde)](_0x5d25d9,0x1)),_0x212a41=_0x5ef2de=>_0x2510e3(async()=>{const _0xd08f7a=_0x516ef6;await _0x2ff39b[_0xd08f7a(0xe6)](_0xe4a50d[_0xd08f7a(0x9a)],_0x5ef2de);const _0x65b873=_0x1f2bea['worker'](_0x5ef2de,_0x50cae7);try{parentPort&&_0x65b873[_0xd08f7a(0xd1)](_0x5e007c=>{const _0x14b33d=_0xd08f7a;try{parentPort[_0x14b33d(0xa4)](_0x5e007c);}catch(_0x40cdca){logger[_0x14b33d(0xb9)](_0x14b33d(0xba)+util[_0x14b33d(0xda)](_0x40cdca));}});}catch(_0x20b006){logger[_0xd08f7a(0xb9)](_0xd08f7a(0xcd)+util['format'](_0x20b006));}return _0x65b873;});PerformanceTester[_0x516ef6(0xd7)](PerformanceEvents['SDK_SETUP']),Promise['all'](_0x178580['map'](_0x3e7b8e=>_0x212a41(_0x3e7b8e)[_0x516ef6(0xeb)](_0x79ddca=>_0x2ff39b['emit'](_0x516ef6(0x9d),[_0x3e7b8e[_0x516ef6(0xb7)][_0x516ef6(0xcc)],_0x79ddca]),_0xf78bd4=>_0x2ff39b[_0x516ef6(0xe6)](_0x516ef6(0x98),[_0x3e7b8e,_0xf78bd4]))))[_0x516ef6(0xeb)](_0x1ee9e9,_0x1ee9e9);}),exports[a46_0xf81540(0xbf)]=(_0x502d1b,_0x27de20,_0x1fc79f,_0x4a15d6,_0x4b1058)=>{const _0x2c9805=a46_0xf81540,_0x4774dc={'hRIkR':_0x2c9805(0xcf),'jkLeX':function(_0x1a998b,_0x3a9d2a){return _0x1a998b(_0x3a9d2a);},'shHQd':_0x2c9805(0xa3),'rKJnk':_0x2c9805(0xb0),'sJDBq':'cucumberWorker','dJHGu':_0x2c9805(0xb2),'mDGum':_0x2c9805(0xc9),'HnoDc':_0x2c9805(0xc7),'AbGBs':_0x2c9805(0xe9),'tGTMf':function(_0x3845f5,_0x4415c2){return _0x3845f5(_0x4415c2);}};return new Promise(_0x2364a7=>{const _0x441fb0=_0x2c9805,_0x30fdaf={'oCnbb':_0x4774dc['hRIkR'],'FGnbL':function(_0x1874b5,_0x38b8d7){const _0x3513ce=a46_0x55e9;return _0x4774dc[_0x3513ce(0xef)](_0x1874b5,_0x38b8d7);},'HKuxL':_0x4774dc[_0x441fb0(0xd4)]},_0xa402a8=[],_0x414d98=new Worker(require[_0x441fb0(0xb5)](_0x4774dc[_0x441fb0(0xd9)]),{'exposedMethods':[_0x4774dc['sJDBq']],'forkOptions':{'serialization':_0x4774dc[_0x441fb0(0xea)],'stdio':_0x4774dc['mDGum']},'numWorkers':_0x502d1b['length']||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4010c7=new Emittery();_0x4010c7['on'](_0x4774dc[_0x441fb0(0xe2)],_0x14738e=>{_0xa402a8['push']([_0x14738e[0x0],_0x14738e[0x1]]);}),_0x4010c7['on'](_0x4774dc[_0x441fb0(0xc1)],_0x335490=>console['log'](_0x335490[0x1]));_0x414d98[_0x441fb0(0xaf)]()&&_0x414d98['getStdout']()[_0x441fb0(0xc9)](process['stdout']);_0x414d98[_0x441fb0(0x9c)]()&&_0x414d98[_0x441fb0(0x9c)]()[_0x441fb0(0xc9)](process[_0x441fb0(0xf8)]);const _0x1cf0e3=async()=>{const _0xb20ce5=_0x441fb0,{forceExited:_0x415a79}=await _0x414d98['end']();_0x415a79&&console[_0xb20ce5(0xec)](_0x30fdaf[_0xb20ce5(0xbb)]),_0x30fdaf['FGnbL'](_0x2364a7,_0xa402a8);},_0x3772be=_0x4774dc[_0x441fb0(0xb4)](pLimit,_0x502d1b[_0x441fb0(0xa2)]||0x1),_0x8dc0ca=(_0x3f7259,_0x406c31)=>_0x3772be(async()=>{const _0x1642ec=_0x441fb0;return await _0x4010c7[_0x1642ec(0xe6)](_0x30fdaf[_0x1642ec(0xdb)],_0x3f7259),_0x27de20['platformCaps']=_0x1fc79f[_0x1642ec(0xd3)][_0x406c31],_0x414d98[_0x1642ec(0xca)](_0x3f7259,_0x27de20,_0x1fc79f,_0x4a15d6,_0x4b1058);});Promise[_0x441fb0(0xf5)](_0x502d1b[_0x441fb0(0xe0)]((_0x441d4a,_0x30ca26)=>_0x8dc0ca(_0x441d4a,_0x30ca26)[_0x441fb0(0xeb)](_0x3cf7a7=>_0x4010c7[_0x441fb0(0xe6)](_0x441fb0(0xc7),[_0x441d4a,_0x3cf7a7]),_0x2cbfff=>_0x4010c7[_0x441fb0(0xe6)](_0x441fb0(0xe9),[_0x441d4a,_0x2cbfff]))))[_0x441fb0(0xeb)](_0x1cf0e3,_0x1cf0e3);});},exports[a46_0xf81540(0xf4)]=(_0x269171,_0xee603b)=>new Promise(_0x458483=>{const _0x17cacb=a46_0xf81540,_0x20a40f={'pNyFP':function(_0x1ca23c,_0x5654e1){return _0x1ca23c===_0x5654e1;},'WXJks':function(_0x9669fc,_0x56e50d){return _0x9669fc!==_0x56e50d;},'ZJCdE':_0x17cacb(0xe8),'IfpWM':_0x17cacb(0xcf),'RrJiM':function(_0x1b0595,_0x385f44){return _0x1b0595(_0x385f44);},'CqYIS':_0x17cacb(0xb0),'otaVV':_0x17cacb(0xc8),'hJHIv':_0x17cacb(0xb2),'EkgYY':'pipe','meVli':_0x17cacb(0x9d),'UaTcB':_0x17cacb(0x98)},_0xd1b6ac={},_0x1d9392=new Worker(require[_0x17cacb(0xb5)](_0x20a40f['CqYIS']),{'exposedMethods':[_0x20a40f[_0x17cacb(0xa9)]],'forkOptions':{'serialization':_0x20a40f[_0x17cacb(0xa5)],'stdio':_0x20a40f['EkgYY']},'numWorkers':_0xee603b,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x1e679c=new Emittery();_0x1e679c['on'](_0x20a40f[_0x17cacb(0xa1)],_0x82d3d0=>{const _0x19aabf=_0x17cacb;_0x82d3d0[0x0]&&logger[_0x19aabf(0xb8)](_0x19aabf(0xce)+_0x82d3d0[0x1]+'\x20for',_0x82d3d0[0x0]);}),_0x1e679c['on'](_0x20a40f[_0x17cacb(0xac)],_0x42494a=>{const _0x40ab31=_0x17cacb;process[_0x40ab31(0x9b)]=0x1;});_0x1d9392[_0x17cacb(0xaf)]()&&_0x1d9392['getStdout']()[_0x17cacb(0xc9)](process[_0x17cacb(0xd0)]);_0x1d9392[_0x17cacb(0x9c)]()&&_0x1d9392[_0x17cacb(0x9c)]()['pipe'](process['stderr']);const _0x2b8a60=async()=>{const _0x352b99=_0x17cacb,_0x54d66e={'Mhyxk':function(_0x1e724c,_0x2a2b0d){const _0x40d696=a46_0x55e9;return _0x20a40f[_0x40d696(0xdc)](_0x1e724c,_0x2a2b0d);},'iivfs':function(_0x59e7b8,_0x299a9a){return _0x20a40f['WXJks'](_0x59e7b8,_0x299a9a);},'YVTYz':_0x20a40f['ZJCdE']};let _0x278900=0x0;const _0x37106f=_0x1d9392[_0x352b99(0xa7)][_0x352b99(0xe1)](),_0x84be45=()=>{},_0x2591c2=_0x37106f[_0x352b99(0xe0)](async _0x530caf=>{const _0x4a649d=_0x352b99;_0x530caf[_0x4a649d(0xf1)]([0x2,![]],_0x84be45,_0x84be45,_0x84be45),_0x530caf['_child']['on'](_0x54d66e[_0x4a649d(0xcb)],_0x5c8934=>{const _0xf66aaf=_0x4a649d;_0x54d66e['Mhyxk'](_0x278900,0x0)&&_0x54d66e[_0xf66aaf(0xae)](_0x5c8934,0x0)&&(_0x278900=_0x5c8934);}),await _0x530caf['waitForExit']();});await Promise[_0x352b99(0xf5)](_0x2591c2),process[_0x352b99(0x9b)]=_0x278900;const {forceExited:_0x88b841}=await _0x1d9392[_0x352b99(0xd7)]();_0x88b841&&console[_0x352b99(0xec)](_0x20a40f[_0x352b99(0xdf)]),_0x20a40f[_0x352b99(0xf2)](_0x458483,_0xd1b6ac);},_0x2e159b=_0x20a40f['RrJiM'](pLimit,_0xee603b),_0x52dd08=_0x46370b=>_0x2e159b(async()=>{return _0x1d9392['vanillaWorker'](_0x46370b);});Promise['all'](_0x269171['map'](_0x3d0d11=>_0x52dd08(_0x3d0d11)[_0x17cacb(0xeb)](_0x532b47=>_0x1e679c[_0x17cacb(0xe6)]('test-file-success',[_0x3d0d11['configuration']['platform'],_0x3d0d11['configuration'][_0x17cacb(0x9f)]]),_0x574e43=>_0x1e679c['emit'](_0x17cacb(0x98),[_0x3d0d11,_0x574e43]))))[_0x17cacb(0xeb)](_0x2b8a60,_0x2b8a60);});
1
+ function a46_0x2cbd(_0x2ebf97,_0x28b9ec){const _0x1d27d3=a46_0x1d27();return a46_0x2cbd=function(_0x2cbd92,_0x3996ce){_0x2cbd92=_0x2cbd92-0x119;let _0x2b7d71=_0x1d27d3[_0x2cbd92];return _0x2b7d71;},a46_0x2cbd(_0x2ebf97,_0x28b9ec);}function a46_0x1d27(){const _0x2ab3a9=['launchBuild','config','urJaO','lVvJd','test-file-failure','iHmwH','lIcII','63378BVnhXr','Workers\x20failed\x20to\x20exit\x20gracefully','length','CxGBX','resolve','cjBja','emittery','FMqJE','1091766Pgimpw','Jgkcf','aBkjN','parallelTestRun','eEfIu','parallelCucumberRun','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','mDTuH','emit','json','platforms','platform-run-success','eQCXN','EPhib','winstonLogger','jHOJC','getStdout','getWorkers','info','PUdoa','oqejG','eRuHO','Running\x20','QOhSA','failureCount','results','platform-run-failure','yqzsb','error','../../helpers/logger','eFlVK','achIX','_workerPool','1895466btcnNG','3621720XzfWSV','240LOdoOn','getStderr','pipe','SYeaT','platformCaps','map','\x20for','end','YcJFx','Exception\x20in\x20sending\x20worker\x20message\x20','1306436aBBMLi','debug','EVENTS','all','_child','../../helpers/performance/constants','pEZqW','worker','../../helpers/performance/performance-tester','snaNe','stderr','Worker','test-file-success','exit','SDK_SETUP','util','../../helpers/test-observability/constants','Rhhmv','stdout','QgRMb','tIxbk','then','MOCHA','tpzSr','stop','vMKob','exitCode','format','565374LKnfPW','4051125QnDtIp','KRBYL','send','uyCpK','log','file','UNSTABLE_onCustomMessage','parallelVanillaRun','OCGtn','platform','cucumberWorker','test-file-start','p-limit','vanillaWorker','SyEbv','configuration'];a46_0x1d27=function(){return _0x2ab3a9;};return a46_0x1d27();}const a46_0x2a69ff=a46_0x2cbd;(function(_0x466258,_0x10fc74){const _0x4aa0ad=a46_0x2cbd,_0x3e71a9=_0x466258();while(!![]){try{const _0x2a154f=parseInt(_0x4aa0ad(0x11b))/0x1+parseInt(_0x4aa0ad(0x168))/0x2+-parseInt(_0x4aa0ad(0x15c))/0x3+parseInt(_0x4aa0ad(0x15d))/0x4+-parseInt(_0x4aa0ad(0x11c))/0x5+parseInt(_0x4aa0ad(0x13b))/0x6+-parseInt(_0x4aa0ad(0x133))/0x7*(parseInt(_0x4aa0ad(0x15e))/0x8);if(_0x2a154f===_0x10fc74)break;else _0x3e71a9['push'](_0x3e71a9['shift']());}catch(_0x1c954e){_0x3e71a9['push'](_0x3e71a9['shift']());}}}(a46_0x1d27,0x909bc));const Worker=require('jest-worker')[a46_0x2a69ff(0x173)],Emittery=require(a46_0x2a69ff(0x139)),pLimit=require(a46_0x2a69ff(0x128)),{parentPort}=require('worker_threads'),util=require(a46_0x2a69ff(0x177)),logger=require(a46_0x2a69ff(0x158))[a46_0x2a69ff(0x149)],PerformanceTester=require(a46_0x2a69ff(0x170)),PerformanceEvents=require(a46_0x2a69ff(0x16d))[a46_0x2a69ff(0x16a)],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),{FRAMEWORKS}=require(a46_0x2a69ff(0x178));exports[a46_0x2a69ff(0x13e)]=(_0x49dc7e,_0x1e9341,_0x59420a)=>new Promise(async _0x3cc2cf=>{const _0x525524=a46_0x2a69ff,_0x3bda74={'oqejG':_0x525524(0x153),'SyEbv':function(_0x5bc259,_0x5aee19){return _0x5bc259+_0x5aee19;},'cjBja':_0x525524(0x154),'vMKob':_0x525524(0x134),'OCGtn':function(_0x303b1f,_0x5b7c9f){return _0x303b1f(_0x5b7c9f);},'eEfIu':_0x525524(0x127),'yqzsb':'./testWorker.js','KRBYL':_0x525524(0x16f),'Rhhmv':'json','uyCpK':'pipe','snaNe':function(_0x11c5fe,_0x5b8520){return _0x11c5fe*_0x5b8520;},'aBkjN':_0x525524(0x174),'EPhib':'test-file-failure','lVvJd':function(_0x39d0ab,_0x81f56d){return _0x39d0ab(_0x81f56d);},'pEZqW':function(_0x5926a0,_0x5c8c57){return _0x5926a0*_0x5c8c57;}},_0x3b7665=_0x59420a[_0x525524(0x12d)],_0x20e0e2={},_0x594d9=await TestHubHandler[_0x525524(0x12c)](FRAMEWORKS[_0x525524(0x17e)],_0x59420a),_0x27c3fb=new Worker(require[_0x525524(0x137)](_0x3bda74[_0x525524(0x156)]),{'exposedMethods':[_0x3bda74[_0x525524(0x11d)]],'forkOptions':{'serialization':_0x3bda74[_0x525524(0x179)],'stdio':_0x3bda74[_0x525524(0x11f)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x3bda74[_0x525524(0x171)](_0x1e9341,0x1),'enableWorkerThreads':!![]}),_0x54b132=new Emittery();_0x54b132['on'](_0x3bda74[_0x525524(0x13d)],_0x5def86=>{const _0x21b8f2=_0x525524;_0x20e0e2[_0x5def86[0x0]]?(_0x20e0e2[_0x5def86[0x0]][_0x3bda74['oqejG']]=_0x3bda74[_0x21b8f2(0x12a)](_0x20e0e2[_0x5def86[0x0]][_0x3bda74[_0x21b8f2(0x14f)]],_0x5def86[0x1][_0x3bda74[_0x21b8f2(0x14f)]]),_0x20e0e2[_0x5def86[0x0]][_0x3bda74[_0x21b8f2(0x138)]]=[..._0x20e0e2[_0x5def86[0x0]][_0x3bda74[_0x21b8f2(0x138)]],..._0x5def86[0x1][_0x3bda74['cjBja']]]):_0x20e0e2[_0x5def86[0x0]]={'failureCount':_0x5def86[0x1][_0x3bda74[_0x21b8f2(0x14f)]],'results':[..._0x5def86[0x1][_0x3bda74[_0x21b8f2(0x138)]]]};}),_0x54b132['on'](_0x3bda74[_0x525524(0x148)],_0x43fa91=>console[_0x525524(0x120)](_0x43fa91[0x1]));_0x27c3fb[_0x525524(0x14b)]()&&_0x27c3fb['getStdout']()[_0x525524(0x160)](process[_0x525524(0x17a)]);_0x27c3fb[_0x525524(0x15f)]()&&_0x27c3fb[_0x525524(0x15f)]()[_0x525524(0x160)](process[_0x525524(0x172)]);const _0x10cc9d=async()=>{const _0x404215=_0x525524,{forceExited:_0x4c04fc}=await _0x27c3fb[_0x404215(0x165)]();_0x4c04fc&&console[_0x404215(0x157)](_0x3bda74[_0x404215(0x181)]);try{await TestHubHandler[_0x404215(0x180)]();}catch(_0x261ce2){_0x3bda74[_0x404215(0x124)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x261ce2);}_0x3bda74[_0x404215(0x124)](_0x3cc2cf,_0x20e0e2);},_0x3cb56f=_0x3bda74[_0x525524(0x12f)](pLimit,_0x3bda74[_0x525524(0x16e)](_0x1e9341,0x1)),_0x3f8594=_0x73090e=>_0x3cb56f(async()=>{const _0x34d8fa=_0x525524;await _0x54b132[_0x34d8fa(0x143)](_0x3bda74[_0x34d8fa(0x13f)],_0x73090e);const _0xbb93dd=_0x27c3fb['worker'](_0x73090e,_0x3b7665);try{parentPort&&_0xbb93dd[_0x34d8fa(0x122)](_0x4f8f73=>{const _0x5441c1=_0x34d8fa;try{parentPort['postMessage'](_0x4f8f73);}catch(_0x37d49c){logger[_0x5441c1(0x169)](_0x5441c1(0x167)+util[_0x5441c1(0x11a)](_0x37d49c));}});}catch(_0x405749){logger[_0x34d8fa(0x169)](_0x34d8fa(0x141)+util[_0x34d8fa(0x11a)](_0x405749));}return _0xbb93dd;});PerformanceTester[_0x525524(0x165)](PerformanceEvents[_0x525524(0x176)]),Promise[_0x525524(0x16b)](_0x49dc7e[_0x525524(0x163)](_0x7f19a1=>_0x3f8594(_0x7f19a1)[_0x525524(0x17d)](_0x2af038=>_0x54b132[_0x525524(0x143)](_0x525524(0x174),[_0x7f19a1[_0x525524(0x12b)]['platform'],_0x2af038]),_0x23dab2=>_0x54b132[_0x525524(0x143)](_0x525524(0x130),[_0x7f19a1,_0x23dab2]))))[_0x525524(0x17d)](_0x10cc9d,_0x10cc9d);}),exports[a46_0x2a69ff(0x140)]=(_0x4cb721,_0xc0ed1e,_0x297d75,_0x10ae13,_0x38d738)=>{const _0x54b444=a46_0x2a69ff,_0x19d8e6={'eQCXN':_0x54b444(0x134),'achIX':function(_0x2d83ef,_0x123338){return _0x2d83ef(_0x123338);},'jHOJC':'platform-run-start','eFlVK':'./testWorker.js','mDTuH':_0x54b444(0x126),'iHmwH':_0x54b444(0x144),'tpzSr':_0x54b444(0x160),'tIxbk':_0x54b444(0x146),'CxGBX':_0x54b444(0x155)};return new Promise(_0x397a7f=>{const _0x5df7ce=_0x54b444,_0x5813bc=[],_0x4cf052=new Worker(require[_0x5df7ce(0x137)](_0x19d8e6[_0x5df7ce(0x159)]),{'exposedMethods':[_0x19d8e6[_0x5df7ce(0x142)]],'forkOptions':{'serialization':_0x19d8e6[_0x5df7ce(0x131)],'stdio':_0x19d8e6[_0x5df7ce(0x17f)]},'numWorkers':_0x4cb721[_0x5df7ce(0x135)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x234bbe=new Emittery();_0x234bbe['on'](_0x19d8e6[_0x5df7ce(0x17c)],_0x557141=>{_0x5813bc['push']([_0x557141[0x0],_0x557141[0x1]]);}),_0x234bbe['on'](_0x19d8e6[_0x5df7ce(0x136)],_0x5520ef=>console[_0x5df7ce(0x120)](_0x5520ef[0x1]));_0x4cf052[_0x5df7ce(0x14b)]()&&_0x4cf052['getStdout']()[_0x5df7ce(0x160)](process['stdout']);_0x4cf052[_0x5df7ce(0x15f)]()&&_0x4cf052[_0x5df7ce(0x15f)]()['pipe'](process['stderr']);const _0x36ea5a=async()=>{const _0x2ea879=_0x5df7ce,{forceExited:_0x2e16b0}=await _0x4cf052['end']();_0x2e16b0&&console[_0x2ea879(0x157)](_0x19d8e6[_0x2ea879(0x147)]),_0x19d8e6['achIX'](_0x397a7f,_0x5813bc);},_0x13efcb=_0x19d8e6[_0x5df7ce(0x15a)](pLimit,_0x4cb721[_0x5df7ce(0x135)]||0x1),_0x121f37=(_0xcbc2b4,_0x1378a3)=>_0x13efcb(async()=>{const _0x528a63=_0x5df7ce;return await _0x234bbe[_0x528a63(0x143)](_0x19d8e6[_0x528a63(0x14a)],_0xcbc2b4),_0xc0ed1e[_0x528a63(0x162)]=_0x297d75[_0x528a63(0x145)][_0x1378a3],_0x4cf052[_0x528a63(0x126)](_0xcbc2b4,_0xc0ed1e,_0x297d75,_0x10ae13,_0x38d738);});Promise['all'](_0x4cb721[_0x5df7ce(0x163)]((_0x4eb723,_0x326288)=>_0x121f37(_0x4eb723,_0x326288)[_0x5df7ce(0x17d)](_0x3f32f2=>_0x234bbe[_0x5df7ce(0x143)](_0x5df7ce(0x146),[_0x4eb723,_0x3f32f2]),_0x46dbf3=>_0x234bbe['emit'](_0x5df7ce(0x155),[_0x4eb723,_0x46dbf3]))))[_0x5df7ce(0x17d)](_0x36ea5a,_0x36ea5a);});},exports[a46_0x2a69ff(0x123)]=(_0x3690ed,_0xa35d6f)=>new Promise(_0x4cdb0f=>{const _0x53e98f=a46_0x2a69ff,_0x44a7f9={'eRuHO':_0x53e98f(0x175),'rnJoU':function(_0x584f8f,_0x311968){return _0x584f8f===_0x311968;},'QOhSA':function(_0xbcb12d,_0x63970b){return _0xbcb12d!==_0x63970b;},'PUdoa':'Workers\x20failed\x20to\x20exit\x20gracefully','QgRMb':function(_0x3194a8,_0x376cea){return _0x3194a8(_0x376cea);},'urJaO':'./testWorker.js','oMMyd':'vanillaWorker','YcJFx':'json','Jgkcf':_0x53e98f(0x160),'SYeaT':'test-file-success','FMqJE':'test-file-failure'},_0x4483b5={},_0x39bb8b=new Worker(require['resolve'](_0x44a7f9[_0x53e98f(0x12e)]),{'exposedMethods':[_0x44a7f9['oMMyd']],'forkOptions':{'serialization':_0x44a7f9[_0x53e98f(0x166)],'stdio':_0x44a7f9[_0x53e98f(0x13c)]},'numWorkers':_0xa35d6f,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x480ccc=new Emittery();_0x480ccc['on'](_0x44a7f9[_0x53e98f(0x161)],_0xe0daed=>{const _0x40dd8e=_0x53e98f;_0xe0daed[0x0]&&logger[_0x40dd8e(0x14d)](_0x40dd8e(0x151)+_0xe0daed[0x1]+_0x40dd8e(0x164),_0xe0daed[0x0]);}),_0x480ccc['on'](_0x44a7f9[_0x53e98f(0x13a)],_0x44ba9a=>{const _0x2d049c=_0x53e98f;process[_0x2d049c(0x119)]=0x1;});_0x39bb8b[_0x53e98f(0x14b)]()&&_0x39bb8b[_0x53e98f(0x14b)]()[_0x53e98f(0x160)](process[_0x53e98f(0x17a)]);_0x39bb8b[_0x53e98f(0x15f)]()&&_0x39bb8b[_0x53e98f(0x15f)]()[_0x53e98f(0x160)](process['stderr']);const _0x388fbe=async()=>{const _0x47de04=_0x53e98f,_0x10b22e={'yBbth':function(_0x32a50d,_0x2f5618){return _0x44a7f9['rnJoU'](_0x32a50d,_0x2f5618);},'lIcII':function(_0x355f48,_0x3a477a){const _0x3d7248=a46_0x2cbd;return _0x44a7f9[_0x3d7248(0x152)](_0x355f48,_0x3a477a);}};let _0x397395=0x0;const _0x1caee6=_0x39bb8b[_0x47de04(0x15b)][_0x47de04(0x14c)](),_0x1f2b08=()=>{},_0x11df1f=_0x1caee6['map'](async _0x299f8b=>{const _0x301220=_0x47de04;_0x299f8b[_0x301220(0x11e)]([0x2,![]],_0x1f2b08,_0x1f2b08,_0x1f2b08),_0x299f8b[_0x301220(0x16c)]['on'](_0x44a7f9[_0x301220(0x150)],_0x252f99=>{const _0x1519b3=_0x301220;_0x10b22e['yBbth'](_0x397395,0x0)&&_0x10b22e[_0x1519b3(0x132)](_0x252f99,0x0)&&(_0x397395=_0x252f99);}),await _0x299f8b['waitForExit']();});await Promise[_0x47de04(0x16b)](_0x11df1f),process[_0x47de04(0x119)]=_0x397395;const {forceExited:_0x43be42}=await _0x39bb8b[_0x47de04(0x165)]();_0x43be42&&console[_0x47de04(0x157)](_0x44a7f9[_0x47de04(0x14e)]),_0x44a7f9[_0x47de04(0x17b)](_0x4cdb0f,_0x4483b5);},_0x417b2c=_0x44a7f9['QgRMb'](pLimit,_0xa35d6f),_0x32c4a0=_0x36441c=>_0x417b2c(async()=>{const _0x5e1d97=_0x53e98f;return _0x39bb8b[_0x5e1d97(0x129)](_0x36441c);});Promise[_0x53e98f(0x16b)](_0x3690ed[_0x53e98f(0x163)](_0x8c46e8=>_0x32c4a0(_0x8c46e8)[_0x53e98f(0x17d)](_0x299bf3=>_0x480ccc[_0x53e98f(0x143)](_0x53e98f(0x174),[_0x8c46e8['configuration'][_0x53e98f(0x125)],_0x8c46e8[_0x53e98f(0x12b)][_0x53e98f(0x121)]]),_0x19b09b=>_0x480ccc[_0x53e98f(0x143)](_0x53e98f(0x130),[_0x8c46e8,_0x19b09b]))))[_0x53e98f(0x17d)](_0x388fbe,_0x388fbe);});
@@ -1 +1 @@
1
- function a47_0x5393(){const _0x173c4e=['9wosTgk','XAKDk','214836RCNxCA','runTest','EVENTS','QzbXt','88928jWqsai','../../helpers/performance/performance-tester','startMonitoring','13642tTAytX','314709EAZIbz','25760CVKNkc','318bQriLK','stopMonitoring','1383320sPFeos','formatter','apPnt','SDK_POST_TEST','end','rjyMP','nnkpo','../../helpers/test-observability/utils','run','15qlEIkA','../launcher/launcher','runCucumberTest','fzcOc','66nRARsr','206705tyeVrK','mocha','16OTcLHH','vanilla'];a47_0x5393=function(){return _0x173c4e;};return a47_0x5393();}const a47_0x1c53e3=a47_0x1d23;function a47_0x1d23(_0x126977,_0x19aaa0){const _0x5393f6=a47_0x5393();return a47_0x1d23=function(_0x1d23b0,_0x2d5500){_0x1d23b0=_0x1d23b0-0x177;let _0x3c2966=_0x5393f6[_0x1d23b0];return _0x3c2966;},a47_0x1d23(_0x126977,_0x19aaa0);}(function(_0x4bad44,_0x3302c9){const _0x2a57ab=a47_0x1d23,_0x437d65=_0x4bad44();while(!![]){try{const _0x5e22f2=parseInt(_0x2a57ab(0x182))/0x1*(-parseInt(_0x2a57ab(0x194))/0x2)+-parseInt(_0x2a57ab(0x195))/0x3+parseInt(_0x2a57ab(0x189))/0x4*(parseInt(_0x2a57ab(0x187))/0x5)+-parseInt(_0x2a57ab(0x177))/0x6*(-parseInt(_0x2a57ab(0x196))/0x7)+-parseInt(_0x2a57ab(0x191))/0x8+-parseInt(_0x2a57ab(0x18b))/0x9*(parseInt(_0x2a57ab(0x179))/0xa)+-parseInt(_0x2a57ab(0x186))/0xb*(-parseInt(_0x2a57ab(0x18d))/0xc);if(_0x5e22f2===_0x3302c9)break;else _0x437d65['push'](_0x437d65['shift']());}catch(_0x35461f){_0x437d65['push'](_0x437d65['shift']());}}}(a47_0x5393,0x1b234));const PerformanceEvents=require('../../helpers/performance/constants')[a47_0x1c53e3(0x18f)],PerformanceTester=require(a47_0x1c53e3(0x192)),{sleep}=require(a47_0x1c53e3(0x180));exports[a47_0x1c53e3(0x18e)]=async(_0x48bda7,_0xbe8996)=>{const _0x268a8b=a47_0x1c53e3,_0x36598b={'XAKDk':function(_0x49d0a5,_0x20c20f){return _0x49d0a5(_0x20c20f);},'fzcOc':'../launcher/launcher','QzbXt':_0x268a8b(0x188)};PerformanceTester[_0x268a8b(0x193)]();const _0x100c89=_0x36598b[_0x268a8b(0x18c)](require,_0x36598b[_0x268a8b(0x185)]),_0x4ba89c=new _0x100c89(_0x36598b[_0x268a8b(0x190)],_0x48bda7,_0xbe8996),_0x551504=await _0x4ba89c[_0x268a8b(0x181)]();return PerformanceTester[_0x268a8b(0x17d)](PerformanceEvents[_0x268a8b(0x17c)]),await _0x36598b[_0x268a8b(0x18c)](sleep,0x3e8),PerformanceTester[_0x268a8b(0x178)](),_0x551504;},exports[a47_0x1c53e3(0x184)]=async(_0x4fe7f5,_0x17c4f4,_0x24f467,_0x3f43f3,_0x217820)=>{const _0x753ba9=a47_0x1c53e3,_0x4405e4={'nnkpo':function(_0x2653de,_0x356852){return _0x2653de(_0x356852);},'rjyMP':'../launcher/launcher','oNgce':'cucumber-js'},_0x4108b7={'capability':_0x4fe7f5,..._0x17c4f4},_0x1cf752={};_0x1cf752['configuration']=_0x4108b7,_0x1cf752[_0x753ba9(0x17a)]=_0x217820;const _0x56c6b6=_0x1cf752,_0x5ce6ec=_0x4405e4[_0x753ba9(0x17f)](require,_0x4405e4[_0x753ba9(0x17e)]),_0x36fd6a=new _0x5ce6ec(_0x4405e4['oNgce'],_0x56c6b6,_0x24f467,_0x3f43f3);return await _0x36fd6a[_0x753ba9(0x181)]();},exports['runVanillaTest']=async _0x4bcb65=>{const _0x2ead9b=a47_0x1c53e3,_0x87327e={'elXzM':function(_0x137c5f,_0x19b60d){return _0x137c5f(_0x19b60d);},'apPnt':_0x2ead9b(0x183),'UZczj':_0x2ead9b(0x18a)},_0x2862d6=_0x87327e['elXzM'](require,_0x87327e[_0x2ead9b(0x17b)]),_0x3589a0=new _0x2862d6(_0x87327e['UZczj'],_0x4bcb65);return await _0x3589a0['run']();};
1
+ const a47_0x24ee85=a47_0x3726;(function(_0x4a477b,_0x3f77d1){const _0x41888d=a47_0x3726,_0x4027f9=_0x4a477b();while(!![]){try{const _0x1309a5=-parseInt(_0x41888d(0xa4))/0x1*(parseInt(_0x41888d(0x99))/0x2)+parseInt(_0x41888d(0xb5))/0x3*(parseInt(_0x41888d(0xab))/0x4)+-parseInt(_0x41888d(0xaa))/0x5+parseInt(_0x41888d(0xb3))/0x6+parseInt(_0x41888d(0xb6))/0x7*(-parseInt(_0x41888d(0xa2))/0x8)+parseInt(_0x41888d(0x97))/0x9*(parseInt(_0x41888d(0x98))/0xa)+parseInt(_0x41888d(0xb0))/0xb;if(_0x1309a5===_0x3f77d1)break;else _0x4027f9['push'](_0x4027f9['shift']());}catch(_0x16b24a){_0x4027f9['push'](_0x4027f9['shift']());}}}(a47_0x1fcb,0xe15b4));function a47_0x1fcb(){const _0x3878ff=['110DeHhuF','fPkTS','run','BVmIl','startMonitoring','vanilla','nHTaj','../../helpers/test-observability/utils','EVENTS','64BAnplS','spJMQ','18066bFoPRL','runTest','runVanillaTest','runCucumberTest','formatter','mocha','8756160vbCfjf','4UtteuL','cucumber-js','xcCwT','../launcher/launcher','DzaqK','24358444TNvGRZ','end','configuration','8667306CyJmMN','../../helpers/performance/performance-tester','4523559URbgUn','1612562IkbbuF','9tjNpAF','3440420CrrZRk'];a47_0x1fcb=function(){return _0x3878ff;};return a47_0x1fcb();}const PerformanceEvents=require('../../helpers/performance/constants')[a47_0x24ee85(0xa1)],PerformanceTester=require(a47_0x24ee85(0xb4)),{sleep}=require(a47_0x24ee85(0xa0));function a47_0x3726(_0x279ec1,_0x32cbd4){const _0x1fcb7c=a47_0x1fcb();return a47_0x3726=function(_0x37261d,_0x48759d){_0x37261d=_0x37261d-0x97;let _0x10bca0=_0x1fcb7c[_0x37261d];return _0x10bca0;},a47_0x3726(_0x279ec1,_0x32cbd4);}exports[a47_0x24ee85(0xa5)]=async(_0x30cdbc,_0x2191de)=>{const _0x4747c1=a47_0x24ee85,_0x226c17={'jOMgk':function(_0x1fc0ac,_0x45f5f2){return _0x1fc0ac(_0x45f5f2);},'OgByu':_0x4747c1(0xae),'xcCwT':_0x4747c1(0xa9),'fPkTS':function(_0x5073eb,_0x4354c6){return _0x5073eb(_0x4354c6);}};PerformanceTester[_0x4747c1(0x9d)]();const _0x5edbfe=_0x226c17['jOMgk'](require,_0x226c17['OgByu']),_0x4df981=new _0x5edbfe(_0x226c17[_0x4747c1(0xad)],_0x30cdbc,_0x2191de),_0x34dff4=await _0x4df981[_0x4747c1(0x9b)]();return PerformanceTester[_0x4747c1(0xb1)](PerformanceEvents['SDK_POST_TEST']),await _0x226c17[_0x4747c1(0x9a)](sleep,0x3e8),PerformanceTester['stopMonitoring'](),_0x34dff4;},exports[a47_0x24ee85(0xa7)]=async(_0x5e9502,_0x58474a,_0x26f7cb,_0x1a6fb4,_0x263c80)=>{const _0x29eb3f=a47_0x24ee85,_0x22f3ac={'spJMQ':function(_0x128a4d,_0x24d9d2){return _0x128a4d(_0x24d9d2);},'DzaqK':_0x29eb3f(0xae),'GgpLa':_0x29eb3f(0xac)},_0x53e086={'capability':_0x5e9502,..._0x58474a},_0x400f36={};_0x400f36[_0x29eb3f(0xb2)]=_0x53e086,_0x400f36[_0x29eb3f(0xa8)]=_0x263c80;const _0x50e74=_0x400f36,_0x1b9724=_0x22f3ac[_0x29eb3f(0xa3)](require,_0x22f3ac[_0x29eb3f(0xaf)]),_0x4f31f9=new _0x1b9724(_0x22f3ac['GgpLa'],_0x50e74,_0x26f7cb,_0x1a6fb4);return await _0x4f31f9['run']();},exports[a47_0x24ee85(0xa6)]=async _0xf7ec1c=>{const _0x463f9d=a47_0x24ee85,_0x272b34={'BVmIl':function(_0x466224,_0x39a974){return _0x466224(_0x39a974);},'nHTaj':_0x463f9d(0xae),'jdtnx':_0x463f9d(0x9e)},_0x47ca9f=_0x272b34[_0x463f9d(0x9c)](require,_0x272b34[_0x463f9d(0x9f)]),_0xae83f5=new _0x47ca9f(_0x272b34['jdtnx'],_0xf7ec1c);return await _0xae83f5[_0x463f9d(0x9b)]();};
@@ -1 +1 @@
1
- function a48_0x4f72(_0x3445d9,_0x32c55f){const _0x744fd2=a48_0x744f();return a48_0x4f72=function(_0x4f721b,_0x12641e){_0x4f721b=_0x4f721b-0x187;let _0xc0b1b6=_0x744fd2[_0x4f721b];return _0xc0b1b6;},a48_0x4f72(_0x3445d9,_0x32c55f);}function a48_0x744f(){const _0xf30b84=['8efWbzP','635125JhSCsp','vanillaWorker','worker','./runTest','40fROGFh','17022CMTSsH','8MQrfTk','3133963eQuJUQ','5823070aUSlJI','3995361ErVgrE','24252sUjIKK','nrTxh','Fjlww','eXKMe','202QWlloY','589552ftBOWi'];a48_0x744f=function(){return _0xf30b84;};return a48_0x744f();}const a48_0x200531=a48_0x4f72;(function(_0x13ba31,_0x23c231){const _0x2c9d23=a48_0x4f72,_0x5f4e5a=_0x13ba31();while(!![]){try{const _0x16bdfb=-parseInt(_0x2c9d23(0x196))/0x1+-parseInt(_0x2c9d23(0x195))/0x2*(parseInt(_0x2c9d23(0x18c))/0x3)+-parseInt(_0x2c9d23(0x197))/0x4*(-parseInt(_0x2c9d23(0x187))/0x5)+-parseInt(_0x2c9d23(0x191))/0x6+-parseInt(_0x2c9d23(0x18e))/0x7*(parseInt(_0x2c9d23(0x18d))/0x8)+-parseInt(_0x2c9d23(0x190))/0x9+-parseInt(_0x2c9d23(0x18b))/0xa*(-parseInt(_0x2c9d23(0x18f))/0xb);if(_0x16bdfb===_0x23c231)break;else _0x5f4e5a['push'](_0x5f4e5a['shift']());}catch(_0x5d0559){_0x5f4e5a['push'](_0x5f4e5a['shift']());}}}(a48_0x744f,0x4c788));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x200531(0x18a));exports[a48_0x200531(0x189)]=async(_0x5bfc45,_0x586b44)=>{const _0x363ffc=a48_0x200531,_0x384709={'nrTxh':function(_0x1c00b6,_0x35796f,_0xedfdf6){return _0x1c00b6(_0x35796f,_0xedfdf6);}};return await _0x384709[_0x363ffc(0x192)](runTest,_0x5bfc45,_0x586b44);},exports['cucumberWorker']=async(_0xb01d85,_0x144066,_0x4ac126,_0x11b11a,_0x3943d1)=>{const _0x1680ac=a48_0x200531,_0x3d10cb={'Fjlww':function(_0x52260e,_0x3690f0,_0x4cff3b,_0x4ca07e,_0x32777c,_0x41f37b){return _0x52260e(_0x3690f0,_0x4cff3b,_0x4ca07e,_0x32777c,_0x41f37b);}};return await _0x3d10cb[_0x1680ac(0x193)](runCucumberTest,_0xb01d85,_0x144066,_0x4ac126,_0x11b11a,_0x3943d1);},exports[a48_0x200531(0x188)]=async _0xcead81=>{const _0x3777b0=a48_0x200531,_0x1cbece={'eXKMe':function(_0x6854fa,_0x50242d){return _0x6854fa(_0x50242d);}};return await _0x1cbece[_0x3777b0(0x194)](runVanillaTest,_0xcead81);};
1
+ function a48_0x48cd(_0x109131,_0x86efd2){const _0x1fb175=a48_0x1fb1();return a48_0x48cd=function(_0x48cd40,_0x1bfdb1){_0x48cd40=_0x48cd40-0x124;let _0x277b34=_0x1fb175[_0x48cd40];return _0x277b34;},a48_0x48cd(_0x109131,_0x86efd2);}const a48_0x5e0e55=a48_0x48cd;function a48_0x1fb1(){const _0x44c205=['179806ehOhmY','JIdBU','330888XheWzb','vanillaWorker','cucumberWorker','24vkPUpL','MJAvU','152480AhfrlY','2270YObGZl','1384zNuDDm','1006TPNuSQ','1034880mftOqZ','98LUvwUm','eDsmc','7970859zdkXxo','./runTest','1923428GODRSe','worker'];a48_0x1fb1=function(){return _0x44c205;};return a48_0x1fb1();}(function(_0x3632fe,_0x4b3339){const _0x1d619d=a48_0x48cd,_0x374180=_0x3632fe();while(!![]){try{const _0x19678e=parseInt(_0x1d619d(0x125))/0x1*(-parseInt(_0x1d619d(0x126))/0x2)+-parseInt(_0x1d619d(0x127))/0x3+-parseInt(_0x1d619d(0x12c))/0x4+-parseInt(_0x1d619d(0x135))/0x5*(parseInt(_0x1d619d(0x133))/0x6)+-parseInt(_0x1d619d(0x128))/0x7*(parseInt(_0x1d619d(0x130))/0x8)+-parseInt(_0x1d619d(0x12a))/0x9+parseInt(_0x1d619d(0x124))/0xa*(parseInt(_0x1d619d(0x12e))/0xb);if(_0x19678e===_0x4b3339)break;else _0x374180['push'](_0x374180['shift']());}catch(_0x3efe1b){_0x374180['push'](_0x374180['shift']());}}}(a48_0x1fb1,0x92f1c));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x5e0e55(0x12b));exports[a48_0x5e0e55(0x12d)]=async(_0x19bd89,_0xf08e0f)=>{const _0x400847=a48_0x5e0e55,_0x32e91b={'eDsmc':function(_0x58aefb,_0x1f448e,_0x10777c){return _0x58aefb(_0x1f448e,_0x10777c);}};return await _0x32e91b[_0x400847(0x129)](runTest,_0x19bd89,_0xf08e0f);},exports[a48_0x5e0e55(0x132)]=async(_0x365eb9,_0x28fb7f,_0x26eb44,_0x567f97,_0x433ea9)=>{const _0x563043=a48_0x5e0e55,_0x1f71d0={'JIdBU':function(_0x13faa0,_0x198eba,_0x48f4a6,_0x3c6bb8,_0x1d27de,_0xbbdbcb){return _0x13faa0(_0x198eba,_0x48f4a6,_0x3c6bb8,_0x1d27de,_0xbbdbcb);}};return await _0x1f71d0[_0x563043(0x12f)](runCucumberTest,_0x365eb9,_0x28fb7f,_0x26eb44,_0x567f97,_0x433ea9);},exports[a48_0x5e0e55(0x131)]=async _0xbf918b=>{const _0x65a664=a48_0x5e0e55,_0x1f7f54={'MJAvU':function(_0x556dad,_0x30e9fb){return _0x556dad(_0x30e9fb);}};return await _0x1f7f54[_0x65a664(0x134)](runVanillaTest,_0xbf918b);};
@@ -1 +1 @@
1
- var a49_0x5b3bb9=a49_0x2937;(function(_0x47ca44,_0x339643){var _0x47490b=a49_0x2937,_0x47c954=_0x47ca44();while(!![]){try{var _0x22c37a=parseInt(_0x47490b(0x134))/0x1*(-parseInt(_0x47490b(0xef))/0x2)+-parseInt(_0x47490b(0x150))/0x3+parseInt(_0x47490b(0xd0))/0x4*(-parseInt(_0x47490b(0xc4))/0x5)+parseInt(_0x47490b(0x11f))/0x6+parseInt(_0x47490b(0x137))/0x7+-parseInt(_0x47490b(0xe2))/0x8*(-parseInt(_0x47490b(0xe7))/0x9)+-parseInt(_0x47490b(0x132))/0xa*(-parseInt(_0x47490b(0x10a))/0xb);if(_0x22c37a===_0x339643)break;else _0x47c954['push'](_0x47c954['shift']());}catch(_0x3963ff){_0x47c954['push'](_0x47c954['shift']());}}}(a49_0x231b,0x7cdf0));var a49_0x393aa0={};a49_0x393aa0[a49_0x5b3bb9(0xf2)]=a49_0x5b3bb9(0x113),a49_0x393aa0['HELP']=a49_0x5b3bb9(0x146);var a49_0x4fb2e1={};a49_0x4fb2e1[a49_0x5b3bb9(0xf2)]='Run\x20jest\x20tests\x20on\x20browserstack';var a49_0x430adc={};a49_0x430adc[a49_0x5b3bb9(0xf2)]=a49_0x5b3bb9(0xc7);var a49_0x2dc761={};a49_0x2dc761[a49_0x5b3bb9(0xf2)]=a49_0x5b3bb9(0x103);var a49_0x3789d2={};a49_0x3789d2[a49_0x5b3bb9(0xf2)]='Run\x20js\x20tests\x20on\x20browserstack';var a49_0x54b7a4={};a49_0x54b7a4[a49_0x5b3bb9(0xf2)]=a49_0x5b3bb9(0x11c);var a49_0xa7f7da={};a49_0xa7f7da[a49_0x5b3bb9(0xf2)]=a49_0x5b3bb9(0xcb);var a49_0x32a022={};a49_0x32a022[a49_0x5b3bb9(0xf2)]=a49_0x5b3bb9(0x104);var a49_0x5d1fa0={};a49_0x5d1fa0[a49_0x5b3bb9(0xf2)]=a49_0x5b3bb9(0x13d);function a49_0x2937(_0x5b0e69,_0x613c8b){var _0x231b77=a49_0x231b();return a49_0x2937=function(_0x2937ee,_0x4dfc96){_0x2937ee=_0x2937ee-0xad;var _0x1a6a47=_0x231b77[_0x2937ee];return _0x1a6a47;},a49_0x2937(_0x5b0e69,_0x613c8b);}var a49_0xc09c77={};a49_0xc09c77[a49_0x5b3bb9(0xf2)]=a49_0x5b3bb9(0xb5);var a49_0x5bec30={};a49_0x5bec30[a49_0x5b3bb9(0x100)]='Playwright',a49_0x5bec30[a49_0x5b3bb9(0x117)]=a49_0x5b3bb9(0x127),a49_0x5bec30[a49_0x5b3bb9(0x10b)]=a49_0x5b3bb9(0xe9),a49_0x5bec30[a49_0x5b3bb9(0x12f)]=a49_0x5b3bb9(0xf0),a49_0x5bec30[a49_0x5b3bb9(0xca)]=a49_0x5b3bb9(0x131),a49_0x5bec30[a49_0x5b3bb9(0x107)]='cucumber';var a49_0x4049a8={};a49_0x4049a8[a49_0x5b3bb9(0xcc)]=a49_0x5b3bb9(0x145),a49_0x4049a8['uniqueDependency']=a49_0x5b3bb9(0x112),a49_0x4049a8[a49_0x5b3bb9(0xc9)]=a49_0x5b3bb9(0xfa),a49_0x4049a8[a49_0x5b3bb9(0x118)]=a49_0x5b3bb9(0x116);var a49_0x2a6386={};a49_0x2a6386['COMMONJS']=a49_0x5b3bb9(0xb1),a49_0x2a6386[a49_0x5b3bb9(0xcf)]='module';var a49_0x58a7d0={};a49_0x58a7d0[a49_0x5b3bb9(0x11d)]=[a49_0x5b3bb9(0xfe),'accessKey','httpProxy',a49_0x5b3bb9(0xad),'customVariables','browserstack.userName','browserstack.accessKey',a49_0x5b3bb9(0xee),a49_0x5b3bb9(0xfb),a49_0x5b3bb9(0x139),a49_0x5b3bb9(0x12a)],a49_0x58a7d0[a49_0x5b3bb9(0xe4)]=[a49_0x5b3bb9(0xaf),a49_0x5b3bb9(0x149),a49_0x5b3bb9(0xf4),a49_0x5b3bb9(0x14e)];var a49_0xb32813={};a49_0xb32813[a49_0x5b3bb9(0xbb)]=a49_0x5b3bb9(0xbb),a49_0xb32813[a49_0x5b3bb9(0xe4)]=a49_0x5b3bb9(0xe4),a49_0xb32813['localOptions']=a49_0x5b3bb9(0xe4),a49_0xb32813[a49_0x5b3bb9(0x110)]=a49_0x5b3bb9(0x110),a49_0xb32813[a49_0x5b3bb9(0xb4)]='platforms',a49_0xb32813[a49_0x5b3bb9(0x12c)]=a49_0x5b3bb9(0x12c),a49_0xb32813[a49_0x5b3bb9(0x12d)]=a49_0x5b3bb9(0x12d),a49_0xb32813[a49_0x5b3bb9(0xad)]=a49_0x5b3bb9(0xad),a49_0xb32813[a49_0x5b3bb9(0x124)]='framework',a49_0xb32813[a49_0x5b3bb9(0xd3)]=a49_0x5b3bb9(0xd3),a49_0xb32813['testObservability']=a49_0x5b3bb9(0x14b),a49_0xb32813[a49_0x5b3bb9(0x109)]=a49_0x5b3bb9(0x109),a49_0xb32813['customVariables']='customVariables',a49_0xb32813[a49_0x5b3bb9(0x135)]='browserstackAutomation',a49_0xb32813['browserstackAutomation']=a49_0x5b3bb9(0x14c),a49_0xb32813['rerunTests']='rerunTests',a49_0xb32813[a49_0x5b3bb9(0xd9)]=a49_0x5b3bb9(0xd9),a49_0xb32813[a49_0x5b3bb9(0x108)]=a49_0x5b3bb9(0x108),a49_0xb32813['percyCaptureMode']=a49_0x5b3bb9(0xf6),a49_0xb32813[a49_0x5b3bb9(0xf8)]=a49_0x5b3bb9(0xf8),a49_0xb32813[a49_0x5b3bb9(0xbd)]=a49_0x5b3bb9(0xbd),a49_0xb32813[a49_0x5b3bb9(0x143)]=a49_0x5b3bb9(0x143),a49_0xb32813[a49_0x5b3bb9(0xdd)]=a49_0x5b3bb9(0xdd),a49_0xb32813[a49_0x5b3bb9(0xcd)]=a49_0x5b3bb9(0xcd),a49_0xb32813[a49_0x5b3bb9(0x138)]=a49_0x5b3bb9(0x138);var a49_0x4c5683={};function a49_0x231b(){var _0x1ecdbe=['timeouts','TCG_AUTH_TIMEOUT','4735685UAxGiQ','MAX_GIT_META_DATA_SIZE_IN_BYTES','automate','Run\x20mocha\x20tests\x20on\x20browserstack','https://automate.browserstack.com/dashboard/v2/builds/','mandatoryDependency','CODECEPT_CUCUMBER','Run\x20playwright\x20tests\x20on\x20Browserstack','invalidKeys','turboScaleOptions','CUSTOM_ID_REGEX','MODULE','4cfcmgL','BSTACK_DELTA','PLAYWRIGHT_CONFIG_OPTION_ERRORS','testContextOptions','^[a-zA-Z0-9_.-]*$','ERR_TIMED_OUT','wss://cdp.browserstack.com/playwright?caps=','SHAREABLE_ID_REGEX','strictFileInteractability','percy','use','CI_ARTIFACTS_PATH','AUTOLOGCAPTURE_NOTIFICATION','turboScale','https://upload-observability.browserstack.com','unhandledPromptBehavior','BROWSERSTACK_API_URL','pageLoadStrategy','36248BblkCS','FUNNEL_INSTRUMENTATION_API_URL','browserStackLocalOptions','ATS_HUB_URL_REGEX','HST','513mCOGGV','HUB_URL_REGEX','jest','PRIVATE_DOMAIN_OR_IP_REGEX','ERR_CONNECTION_FAILED','ERR_NAME_RESOLUTION_FAILED','SDKTestInitFailedResponse','proxyPassword','20jvnePj','codeceptjs','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','INFO','GIT_META_DATA_TRUNCATED','localProxyUser','HEALING_FAILURE_TIMEOUT','percyCaptureMode','./browserstack-artifacts/','disableAutoCaptureLogs','FRAMEWORKS','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','authToken','OBSERVABILITY_SUPPORTED_FWS','AI_INIT_FAILURE','userName','AI_INIT_SUCCESSFUL','PLAYWRIGHT','ERR_NAME_NOT_RESOLVED','ERR_BLOCKED_BY_CLIENT','Run\x20cucumber-js\x20tests\x20on\x20browserstack','Run\x20codeceptjs\x20tests\x20on\x20browserstack','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','APP_UPLOAD_URL','CUCUMBER','percyOptions','testObservabilityOptions','276617vzUzlN','JEST','.ipa','SDKTestInvalidTcgAuthResponseWithUserImpact','SDKTestTcgProxyFailure','https://tcg.browserstack.com','parallelsPerPlatform','PACKAGE_TYPE','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','shows\x20version\x20information','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','acceptSslCerts','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','MOCHA','invalidTestInputType','https://api.browserstack.com','exports','ATS_WSS_URL_REGEX','Run\x20nightwatch\x20tests\x20on\x20browserstack','root','https://api-cloud.browserstack.com','4418676AFXdsT','TCG_DOWN','...[TRUNCATED]','observability','EDS_URL','framework','SDKTestTcgAuthFailure','VERSION','mocha','https://hub.browserstack.com/wd/hub','acceptSslCert','browserstack.overridelocalInfo.userAuthToken','Upgrade\x20required','logLevel','httpProxy','REDACTED_KEYS','CODECEPT','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','codeceptjs-cucumber','690cNhMyS','.aab','72947GOajfy','automation','TCG_URL','1800043uCqOyZ','proxySettings','proxyUrl','AI_ENABLED_FRAMEWORK','chromeOptions','PLAYWRIGHT_HUB_URL','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','ERR_NETWORK_CHANGED','BROWSERSTACK_APP_AUTOMATE_URL','ERR_SOCKS_CONNECTION_FAILED','CODECEPTJS','browserName','accessibilityOptions','NUDGE_LOCAL_ERRORS','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','Specify\x20--help\x20for\x20available\x20options','ERR_ADDRESS_INVALID','ERR_CONNECTION_REFUSED','proxyPass','VALID_APP_EXTENSION','testObservability','browserstackAutomation','ERR_CONNECTION_RESET','localProxyPass','sdk/v1/event','2396778KAAKZU','httpsProxy','UPGRADE_REQUIRED','proxyUser','ERR_CONNECTION_TIMED_OUT','commonjs','app-automate','https://eds.browserstack.com','platforms','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','APP_AUTOMATE','APP_AUTOMATE_PRODUCTS','AUTOMATE_PRODUCTS','SDK_INSTRUMENTATION_CONFIG','SDKTestTcgDownResponse','browserstackLocal','SDKTestTcgtInitSuccessful','accessibility','POLL_HEALING_RESULT_TIMEOUT','hubUrl','browserVersion','ERR_FAILED'];a49_0x231b=function(){return _0x1ecdbe;};return a49_0x231b();}a49_0x4c5683[a49_0x5b3bb9(0x126)]=a49_0x393aa0,a49_0x4c5683[a49_0x5b3bb9(0x10b)]=a49_0x4fb2e1,a49_0x4c5683['MOCHA']=a49_0x430adc,a49_0x4c5683[a49_0x5b3bb9(0x107)]=a49_0x2dc761,a49_0x4c5683['VANILLA']=a49_0x3789d2,a49_0x4c5683['NIGHTWATCH']=a49_0x54b7a4,a49_0x4c5683[a49_0x5b3bb9(0x100)]=a49_0xa7f7da,a49_0x4c5683[a49_0x5b3bb9(0x141)]=a49_0x32a022,a49_0x4c5683[a49_0x5b3bb9(0xe6)]=a49_0x5d1fa0,a49_0x4c5683['INTEGRATIONS']=a49_0xc09c77,a49_0x4c5683[a49_0x5b3bb9(0xd1)]=0xf*0x3c*0x3e8,a49_0x4c5683[a49_0x5b3bb9(0xbf)]=a49_0x5b3bb9(0x128),a49_0x4c5683[a49_0x5b3bb9(0x136)]=a49_0x5b3bb9(0x10f),a49_0x4c5683['TCG_REGION']=a49_0x5b3bb9(0xda),a49_0x4c5683[a49_0x5b3bb9(0xe8)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x4c5683[a49_0x5b3bb9(0xe5)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x4c5683[a49_0x5b3bb9(0x11b)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x4c5683['ROOT_CAPS']=['acceptInsecureCerts',a49_0x5b3bb9(0xe1),a49_0x5b3bb9(0xd8),a49_0x5b3bb9(0xdf),a49_0x5b3bb9(0xc2),a49_0x5b3bb9(0x142),a49_0x5b3bb9(0xc0),a49_0x5b3bb9(0x115),a49_0x5b3bb9(0x129),a49_0x5b3bb9(0x13b),'firefoxOptions','edgeOptions','ieOptions'],a49_0x4c5683['ROOT_REGEX']=/^[\w-]+:.*$/,a49_0x4c5683[a49_0x5b3bb9(0xea)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x4c5683[a49_0x5b3bb9(0x123)]=a49_0x5b3bb9(0xb3),a49_0x4c5683[a49_0x5b3bb9(0xe0)]=a49_0x5b3bb9(0x119),a49_0x4c5683[a49_0x5b3bb9(0x106)]=a49_0x5b3bb9(0x11e),a49_0x4c5683[a49_0x5b3bb9(0xe3)]=a49_0x5b3bb9(0x14f),a49_0x4c5683[a49_0x5b3bb9(0xb8)]=[a49_0x5b3bb9(0xc6),'observability'],a49_0x4c5683[a49_0x5b3bb9(0xb7)]=[a49_0x5b3bb9(0xb2),a49_0x5b3bb9(0x122)],a49_0x4c5683[a49_0x5b3bb9(0x114)]=['observability'],a49_0x4c5683['OBSERVABILITY_UPLOAD_URL']=a49_0x5b3bb9(0xde),a49_0x4c5683[a49_0x5b3bb9(0xfc)]=['mocha','Playwright'],a49_0x4c5683['AUTOMATE']=[a49_0x5b3bb9(0xc6)],a49_0x4c5683['BROWSERSTACK_AUTOMATE_URL']=a49_0x5b3bb9(0xc8),a49_0x4c5683[a49_0x5b3bb9(0x13f)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a49_0x4c5683[a49_0x5b3bb9(0xb6)]=[a49_0x5b3bb9(0xb2)],a49_0x4c5683[a49_0x5b3bb9(0x144)]=[a49_0x5b3bb9(0xc1),a49_0x5b3bb9(0xd5),a49_0x5b3bb9(0x102),a49_0x5b3bb9(0x13e),'ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_CLOSED',a49_0x5b3bb9(0x14d),a49_0x5b3bb9(0x148),'ERR_CONNECTION_ABORTED',a49_0x5b3bb9(0xeb),a49_0x5b3bb9(0x101),a49_0x5b3bb9(0x147),'ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a49_0x5b3bb9(0xb0),a49_0x5b3bb9(0x140),a49_0x5b3bb9(0xf1),'ERR_PROXY_CONNECTION_FAILED',a49_0x5b3bb9(0x101),a49_0x5b3bb9(0xec),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a49_0x4c5683[a49_0x5b3bb9(0x14a)]=['.apk',a49_0x5b3bb9(0x133),a49_0x5b3bb9(0x10c)],a49_0x4c5683[a49_0x5b3bb9(0xce)]=a49_0x5b3bb9(0xd4),a49_0x4c5683[a49_0x5b3bb9(0xd7)]=a49_0x5b3bb9(0x130),a49_0x4c5683[a49_0x5b3bb9(0xdb)]=a49_0x5b3bb9(0xf7),a49_0x4c5683[a49_0x5b3bb9(0x13c)]=a49_0x5b3bb9(0xd6),a49_0x4c5683[a49_0x5b3bb9(0xf9)]=a49_0x5bec30,a49_0x4c5683['PERCY_SUPPORTED_FRAMEWORKS']=['jest',a49_0x5b3bb9(0x127)],a49_0x4c5683[a49_0x5b3bb9(0xd2)]=a49_0x4049a8,a49_0x4c5683[a49_0x5b3bb9(0xdc)]=a49_0x5b3bb9(0x105),a49_0x4c5683[a49_0x5b3bb9(0x111)]=a49_0x2a6386,a49_0x4c5683[a49_0x5b3bb9(0xc5)]=0x40*0x400,a49_0x4c5683[a49_0x5b3bb9(0xf3)]=a49_0x5b3bb9(0x121),a49_0x4c5683[a49_0x5b3bb9(0xae)]=a49_0x5b3bb9(0x12b),a49_0x4c5683[a49_0x5b3bb9(0x120)]=a49_0x5b3bb9(0xba),a49_0x4c5683['INVALID_INIT_RESP_WITH_USER_IMPACT']=a49_0x5b3bb9(0x10d),a49_0x4c5683['TCG_AUTH_FAILURE']=a49_0x5b3bb9(0x125),a49_0x4c5683[a49_0x5b3bb9(0xff)]=a49_0x5b3bb9(0xbc),a49_0x4c5683[a49_0x5b3bb9(0xfd)]=a49_0x5b3bb9(0xed),a49_0x4c5683['AI_PROXY_FAILURE']=a49_0x5b3bb9(0x10e),a49_0x4c5683[a49_0x5b3bb9(0xc3)]=0x1388,a49_0x4c5683['SET_TCG_TOKEN_TIMEOUT']=0x1388,a49_0x4c5683['HEALING_LOG_DATA_TIMEOUT']=0x1388,a49_0x4c5683[a49_0x5b3bb9(0xf5)]=0x1388,a49_0x4c5683[a49_0x5b3bb9(0xbe)]=0xc350,a49_0x4c5683[a49_0x5b3bb9(0x12e)]=a49_0x58a7d0,a49_0x4c5683[a49_0x5b3bb9(0x13a)]=['vanilla',a49_0x5b3bb9(0xf0)],a49_0x4c5683[a49_0x5b3bb9(0xb9)]=a49_0xb32813,module[a49_0x5b3bb9(0x11a)]=a49_0x4c5683;
1
+ var a49_0x206c31=a49_0x3802;(function(_0x2d2a5f,_0x24a37d){var _0x516fa0=a49_0x3802,_0x47457c=_0x2d2a5f();while(!![]){try{var _0x2197cf=-parseInt(_0x516fa0(0xc9))/0x1+parseInt(_0x516fa0(0x134))/0x2+parseInt(_0x516fa0(0xd1))/0x3+parseInt(_0x516fa0(0xd4))/0x4*(parseInt(_0x516fa0(0x101))/0x5)+parseInt(_0x516fa0(0xd0))/0x6+-parseInt(_0x516fa0(0x100))/0x7+-parseInt(_0x516fa0(0x107))/0x8;if(_0x2197cf===_0x24a37d)break;else _0x47457c['push'](_0x47457c['shift']());}catch(_0x5be7f9){_0x47457c['push'](_0x47457c['shift']());}}}(a49_0x58fa,0xb3c53));var a49_0x316b8a={};a49_0x316b8a['INFO']=a49_0x206c31(0xc3),a49_0x316b8a['HELP']=a49_0x206c31(0xce);var a49_0x18b7ff={};a49_0x18b7ff[a49_0x206c31(0xfe)]=a49_0x206c31(0xdd);var a49_0x58e393={};a49_0x58e393[a49_0x206c31(0xfe)]=a49_0x206c31(0x157);var a49_0x58d0d9={};a49_0x58d0d9['INFO']=a49_0x206c31(0x103);var a49_0x2eece9={};a49_0x2eece9[a49_0x206c31(0xfe)]=a49_0x206c31(0x105);var a49_0x2ac7e6={};a49_0x2ac7e6[a49_0x206c31(0xfe)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';function a49_0x58fa(){var _0x5a6d39=['^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','Run\x20cucumber-js\x20tests\x20on\x20browserstack','HST','Run\x20js\x20tests\x20on\x20browserstack','TCG_URL','18647096usHBtc','browserstack.overridelocalInfo.userAuthToken','PERCY_SUPPORTED_FRAMEWORKS','CUCUMBER','ATS_WSS_URL_REGEX','commonjs','automation','proxyPassword','...[TRUNCATED]','ERR_TUNNEL_CONNECTION_FAILED','SDKTestTcgDownResponse','AUTOLOGCAPTURE_NOTIFICATION','https://eds.browserstack.com','vanilla','APP_AUTOMATE_PRODUCTS','ATS_HUB_URL_REGEX','SDKTestTcgProxyFailure','edgeOptions','testObservability','https://automate.browserstack.com/dashboard/v2/builds/','uniqueDependency','CUSTOM_ID_REGEX','AUTOMATE','httpsProxy','rerunTests','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','VALID_APP_EXTENSION','INTEGRATIONS','ERR_CONNECTION_RESET','.aab','turboScaleOptions','testContextOptions','acceptSslCerts','ERR_CONNECTION_REFUSED','acceptSslCert','https://api-cloud.browserstack.com','hubUrl','parallelsPerPlatform','browserstack.userName','SDK_INSTRUMENTATION_CONFIG','https://hub.browserstack.com/wd/hub','ERR_ADDRESS_UNREACHABLE','UPGRADE_REQUIRED','AI_ENABLED_FRAMEWORK','2207876iJemJn','MOCHA','firefoxOptions','AI_INIT_FAILURE','invalidKeys','HEALING_LOG_DATA_TIMEOUT','TCG_AUTH_TIMEOUT','framework','PRIVATE_DOMAIN_OR_IP_REGEX','SDKTestInitFailedResponse','VERSION','browserstackLocal','CODECEPTJS','testObservabilityOptions','ieOptions','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','OBSERVABILITY_UPLOAD_URL','https://tcg.browserstack.com','SET_TCG_TOKEN_TIMEOUT','JEST','ERR_NAME_NOT_RESOLVED','APP_AUTOMATE','cucumber','browserstackAutomation','SDKTestTcgtInitSuccessful','sdk/v1/event','FUNNEL_INSTRUMENTATION_API_URL','SDKTestInvalidTcgAuthResponseWithUserImpact','FRAMEWORKS','BROWSERSTACK_AUTOMATE_URL','accessibilityOptions','acceptInsecureCerts','ROOT_REGEX','proxyPass','ERR_CONNECTION_TIMED_OUT','Run\x20mocha\x20tests\x20on\x20browserstack','NIGHTWATCH','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','proxyUrl','REDACTED_KEYS','ROOT_CAPS','.ipa','observability','httpProxy','PLAYWRIGHT_CONFIG_OPTION_ERRORS','CODECEPT','CODECEPT_CUCUMBER','ERR_BLOCKED_BY_CLIENT','Run\x20playwright\x20tests\x20on\x20Browserstack','pageLoadStrategy','shows\x20version\x20information','https://app-automate.browserstack.com/dashboard/v2/builds/','.apk','MODULE','percyCaptureMode','mocha','380551TnSevo','disableAutoCaptureLogs','ERR_SOCKS_CONNECTION_FAILED','customVariables','CI_ARTIFACTS_PATH','Specify\x20--help\x20for\x20available\x20options','TCG_AUTH_FAILURE','5477046GHnOWG','3169839WNAKZW','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','userName','13844kOcVeH','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','codeceptjs','ERR_CONNECTION_ABORTED','platforms','ERR_TIMED_OUT','ERR_NAME_RESOLUTION_FAILED','HUB_URL_REGEX','ERR_ADDRESS_INVALID','Run\x20jest\x20tests\x20on\x20browserstack','APP_UPLOAD_URL','ERR_PROXY_CONNECTION_FAILED','root','logLevel','BSTACK_DELTA','proxySettings','^[a-zA-Z0-9_.-]*$','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','localOptions','automate','percyOptions','HEALING_FAILURE_TIMEOUT','POLL_HEALING_RESULT_TIMEOUT','use','module','GIT_META_DATA_TRUNCATED','accessibility','ERR_NETWORK_CHANGED','EDS_URL','proxyUser','jest','app-automate','./browserstack-artifacts/','timeouts','BROWSERSTACK_API_URL','AI_PROXY_FAILURE','percy','browserStackLocalOptions','INVALID_INIT_RESP_WITH_USER_IMPACT','PACKAGE_TYPE','ERR_CONNECTION_CLOSED','ERR_CONNECTION_FAILED','INFO','mandatoryDependency','3169558YflILf','1195SLyGov'];a49_0x58fa=function(){return _0x5a6d39;};return a49_0x58fa();}var a49_0x21554={};a49_0x21554[a49_0x206c31(0xfe)]=a49_0x206c31(0xc1);var a49_0x11f673={};a49_0x11f673[a49_0x206c31(0xfe)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a49_0x48826c={};a49_0x48826c[a49_0x206c31(0xfe)]=a49_0x206c31(0xe5);var a49_0x391de0={};a49_0x391de0['INFO']=a49_0x206c31(0xd5);var a49_0x2c72d2={};a49_0x2c72d2['PLAYWRIGHT']='Playwright',a49_0x2c72d2[a49_0x206c31(0x135)]=a49_0x206c31(0xc8),a49_0x2c72d2[a49_0x206c31(0x147)]=a49_0x206c31(0xf2),a49_0x2c72d2[a49_0x206c31(0xbe)]=a49_0x206c31(0xd6),a49_0x2c72d2[a49_0x206c31(0xbf)]='codeceptjs-cucumber',a49_0x2c72d2[a49_0x206c31(0x10a)]=a49_0x206c31(0x14a);var a49_0x3f070b={};a49_0x3f070b[a49_0x206c31(0x138)]=a49_0x206c31(0x159),a49_0x3f070b[a49_0x206c31(0x11b)]=a49_0x206c31(0x120),a49_0x3f070b[a49_0x206c31(0xff)]=a49_0x206c31(0x121),a49_0x3f070b['invalidTestInputType']=a49_0x206c31(0xd2);var a49_0x445553={};a49_0x445553['COMMONJS']=a49_0x206c31(0x10c),a49_0x445553[a49_0x206c31(0xc6)]=a49_0x206c31(0xec);var a49_0x5d67ce={};a49_0x5d67ce[a49_0x206c31(0xe0)]=[a49_0x206c31(0xd3),'accessKey',a49_0x206c31(0x15f),a49_0x206c31(0x11e),a49_0x206c31(0xcc),a49_0x206c31(0x12e),'browserstack.accessKey',a49_0x206c31(0x10e),'authToken',a49_0x206c31(0x15a),a49_0x206c31(0x108)],a49_0x5d67ce[a49_0x206c31(0xf9)]=[a49_0x206c31(0xf1),a49_0x206c31(0x155),'localProxyUser','localProxyPass'];function a49_0x3802(_0x3de033,_0x1002ed){var _0x58fa12=a49_0x58fa();return a49_0x3802=function(_0x380230,_0x86241){_0x380230=_0x380230-0xbe;var _0x573727=_0x58fa12[_0x380230];return _0x573727;},a49_0x3802(_0x3de033,_0x1002ed);}var a49_0x44e08e={};a49_0x44e08e[a49_0x206c31(0x13f)]=a49_0x206c31(0x13f),a49_0x44e08e[a49_0x206c31(0xf9)]=a49_0x206c31(0xf9),a49_0x44e08e[a49_0x206c31(0xe6)]='browserStackLocalOptions',a49_0x44e08e[a49_0x206c31(0x12d)]='parallelsPerPlatform',a49_0x44e08e['platforms']=a49_0x206c31(0xd8),a49_0x44e08e[a49_0x206c31(0xe1)]=a49_0x206c31(0xe1),a49_0x44e08e['httpProxy']='httpProxy',a49_0x44e08e[a49_0x206c31(0x11e)]='httpsProxy',a49_0x44e08e['framework']=a49_0x206c31(0x13b),a49_0x44e08e[a49_0x206c31(0x127)]=a49_0x206c31(0x127),a49_0x44e08e[a49_0x206c31(0x119)]=a49_0x206c31(0x119),a49_0x44e08e['testObservabilityOptions']=a49_0x206c31(0x141),a49_0x44e08e[a49_0x206c31(0xcc)]='customVariables',a49_0x44e08e[a49_0x206c31(0x10d)]=a49_0x206c31(0x14b),a49_0x44e08e[a49_0x206c31(0x14b)]=a49_0x206c31(0x14b),a49_0x44e08e[a49_0x206c31(0x11f)]=a49_0x206c31(0x11f),a49_0x44e08e[a49_0x206c31(0xf8)]=a49_0x206c31(0xf8),a49_0x44e08e[a49_0x206c31(0xe8)]='percyOptions',a49_0x44e08e['percyCaptureMode']=a49_0x206c31(0xc7),a49_0x44e08e[a49_0x206c31(0xca)]=a49_0x206c31(0xca),a49_0x44e08e[a49_0x206c31(0xee)]=a49_0x206c31(0xee),a49_0x44e08e[a49_0x206c31(0x152)]=a49_0x206c31(0x152),a49_0x44e08e['turboScale']='turboScale',a49_0x44e08e['turboScaleOptions']=a49_0x206c31(0x126),a49_0x44e08e[a49_0x206c31(0xe3)]=a49_0x206c31(0xe3);var a49_0x18472b={};a49_0x18472b[a49_0x206c31(0x13e)]=a49_0x316b8a,a49_0x18472b[a49_0x206c31(0x147)]=a49_0x18b7ff,a49_0x18472b[a49_0x206c31(0x135)]=a49_0x58e393,a49_0x18472b[a49_0x206c31(0x10a)]=a49_0x58d0d9,a49_0x18472b['VANILLA']=a49_0x2eece9,a49_0x18472b[a49_0x206c31(0x158)]=a49_0x2ac7e6,a49_0x18472b['PLAYWRIGHT']=a49_0x21554,a49_0x18472b[a49_0x206c31(0x140)]=a49_0x11f673,a49_0x18472b[a49_0x206c31(0x104)]=a49_0x48826c,a49_0x18472b[a49_0x206c31(0x123)]=a49_0x391de0,a49_0x18472b[a49_0x206c31(0xe2)]=0xf*0x3c*0x3e8,a49_0x18472b[a49_0x206c31(0x12c)]=a49_0x206c31(0x130),a49_0x18472b[a49_0x206c31(0x106)]=a49_0x206c31(0x145),a49_0x18472b['TCG_REGION']=a49_0x206c31(0xeb),a49_0x18472b[a49_0x206c31(0xdb)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x18472b[a49_0x206c31(0x116)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x18472b[a49_0x206c31(0x10b)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x18472b[a49_0x206c31(0x15c)]=[a49_0x206c31(0x153),a49_0x206c31(0xc2),'strictFileInteractability','unhandledPromptBehavior',a49_0x206c31(0xf5),'browserName','browserVersion',a49_0x206c31(0x128),a49_0x206c31(0x12a),'chromeOptions',a49_0x206c31(0x136),a49_0x206c31(0x118),a49_0x206c31(0x142)],a49_0x18472b[a49_0x206c31(0x154)]=/^[\w-]+:.*$/,a49_0x18472b[a49_0x206c31(0x13c)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x18472b[a49_0x206c31(0xf0)]=a49_0x206c31(0x113),a49_0x18472b[a49_0x206c31(0xf6)]='https://api.browserstack.com',a49_0x18472b[a49_0x206c31(0xde)]=a49_0x206c31(0x12b),a49_0x18472b[a49_0x206c31(0x14e)]=a49_0x206c31(0x14d),a49_0x18472b['AUTOMATE_PRODUCTS']=[a49_0x206c31(0xe7),a49_0x206c31(0x15e)],a49_0x18472b[a49_0x206c31(0x115)]=[a49_0x206c31(0xf3),'observability'],a49_0x18472b[a49_0x206c31(0x143)]=[a49_0x206c31(0x15e)],a49_0x18472b[a49_0x206c31(0x144)]='https://upload-observability.browserstack.com',a49_0x18472b['OBSERVABILITY_SUPPORTED_FWS']=['mocha','Playwright'],a49_0x18472b[a49_0x206c31(0x11d)]=[a49_0x206c31(0xe7)],a49_0x18472b[a49_0x206c31(0x151)]=a49_0x206c31(0x11a),a49_0x18472b['BROWSERSTACK_APP_AUTOMATE_URL']=a49_0x206c31(0xc4),a49_0x18472b[a49_0x206c31(0x149)]=[a49_0x206c31(0xf3)],a49_0x18472b['NUDGE_LOCAL_ERRORS']=['ERR_FAILED',a49_0x206c31(0xd9),a49_0x206c31(0xc0),a49_0x206c31(0xef),'ERR_SOCKET_NOT_CONNECTED',a49_0x206c31(0xfc),a49_0x206c31(0x124),a49_0x206c31(0x129),a49_0x206c31(0xd7),a49_0x206c31(0xfd),a49_0x206c31(0x148),a49_0x206c31(0xdc),a49_0x206c31(0x131),a49_0x206c31(0x110),a49_0x206c31(0x156),a49_0x206c31(0xcb),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a49_0x206c31(0xdf),'ERR_NAME_NOT_RESOLVED',a49_0x206c31(0xda),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a49_0x18472b[a49_0x206c31(0x122)]=[a49_0x206c31(0xc5),a49_0x206c31(0x125),a49_0x206c31(0x15d)],a49_0x18472b[a49_0x206c31(0x11c)]=a49_0x206c31(0xe4),a49_0x18472b['SHAREABLE_ID_REGEX']=a49_0x206c31(0x102),a49_0x18472b[a49_0x206c31(0xcd)]=a49_0x206c31(0xf4),a49_0x18472b['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',a49_0x18472b[a49_0x206c31(0x150)]=a49_0x2c72d2,a49_0x18472b[a49_0x206c31(0x109)]=[a49_0x206c31(0xf2),a49_0x206c31(0xc8)],a49_0x18472b[a49_0x206c31(0x160)]=a49_0x3f070b,a49_0x18472b[a49_0x206c31(0x112)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a49_0x18472b[a49_0x206c31(0xfb)]=a49_0x445553,a49_0x18472b['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a49_0x18472b[a49_0x206c31(0xed)]=a49_0x206c31(0x10f),a49_0x18472b[a49_0x206c31(0x132)]='Upgrade\x20required',a49_0x18472b['TCG_DOWN']=a49_0x206c31(0x111),a49_0x18472b[a49_0x206c31(0xfa)]=a49_0x206c31(0x14f),a49_0x18472b[a49_0x206c31(0xcf)]='SDKTestTcgAuthFailure',a49_0x18472b['AI_INIT_SUCCESSFUL']=a49_0x206c31(0x14c),a49_0x18472b[a49_0x206c31(0x137)]=a49_0x206c31(0x13d),a49_0x18472b[a49_0x206c31(0xf7)]=a49_0x206c31(0x117),a49_0x18472b[a49_0x206c31(0x13a)]=0x1388,a49_0x18472b[a49_0x206c31(0x146)]=0x1388,a49_0x18472b[a49_0x206c31(0x139)]=0x1388,a49_0x18472b[a49_0x206c31(0xe9)]=0x1388,a49_0x18472b[a49_0x206c31(0xea)]=0xc350,a49_0x18472b[a49_0x206c31(0x15b)]=a49_0x5d67ce,a49_0x18472b[a49_0x206c31(0x133)]=[a49_0x206c31(0x114),a49_0x206c31(0xd6)],a49_0x18472b[a49_0x206c31(0x12f)]=a49_0x44e08e,module['exports']=a49_0x18472b;
@@ -1 +1 @@
1
- const a50_0xdac2d7=a50_0xc92b;(function(_0x489a6a,_0x4374e3){const _0x38b504=a50_0xc92b,_0x4520da=_0x489a6a();while(!![]){try{const _0x3e1b02=parseInt(_0x38b504(0x1a1))/0x1*(-parseInt(_0x38b504(0x19a))/0x2)+parseInt(_0x38b504(0x193))/0x3+parseInt(_0x38b504(0x195))/0x4+-parseInt(_0x38b504(0x19c))/0x5*(parseInt(_0x38b504(0x1a0))/0x6)+-parseInt(_0x38b504(0x19b))/0x7+parseInt(_0x38b504(0x198))/0x8*(parseInt(_0x38b504(0x194))/0x9)+parseInt(_0x38b504(0x19f))/0xa*(-parseInt(_0x38b504(0x196))/0xb);if(_0x3e1b02===_0x4374e3)break;else _0x4520da['push'](_0x4520da['shift']());}catch(_0x378b3e){_0x4520da['push'](_0x4520da['shift']());}}}(a50_0x248c,0xc9af8));function a50_0xc92b(_0x1fe0ff,_0x51ef40){const _0x248cdd=a50_0x248c();return a50_0xc92b=function(_0xc92b67,_0x56a62b){_0xc92b67=_0xc92b67-0x193;let _0x5a4cb5=_0x248cdd[_0xc92b67];return _0x5a4cb5;},a50_0xc92b(_0x1fe0ff,_0x51ef40);}const logReportingAPI=require(a50_0xdac2d7(0x1a4)),BSTestOpsLogger=new logReportingAPI({});function a50_0x248c(){const _0x38019c=['110MBEhNd','28878apNUHW','1BYbFTV','layout','data','./logReportingAPI','4523511dQNDFB','72TxQmdk','4283228uxtLOP','753511FUshTz','join','1332904hraMHB','levelStr','1038076jWjUzu','4772880XuDOxL','1175PopiYw','level','type'];a50_0x248c=function(){return _0x38019c;};return a50_0x248c();}function BSTestOpsLog4JSAppender(_0x46b0d1,_0x13d850){return _0x333ed6=>{const _0x6156c3=a50_0xc92b;BSTestOpsLogger['log']({'level':_0x333ed6[_0x6156c3(0x19d)]?_0x333ed6[_0x6156c3(0x19d)][_0x6156c3(0x199)]:null,'message':_0x333ed6[_0x6156c3(0x1a3)]?_0x333ed6[_0x6156c3(0x1a3)][_0x6156c3(0x197)]('\x20'):null});};}exports['configure']=(_0x28af20,_0x2bd813)=>{const _0x3f347a=a50_0xdac2d7,_0xa0a69b={'EQbxL':function(_0x4febcd,_0x3dd0f2,_0xd16c7d){return _0x4febcd(_0x3dd0f2,_0xd16c7d);}};let _0x3e238c=_0x2bd813['colouredLayout'];return _0x28af20[_0x3f347a(0x1a2)]&&(_0x3e238c=_0x2bd813['layout'](_0x28af20[_0x3f347a(0x1a2)][_0x3f347a(0x19e)],_0x28af20[_0x3f347a(0x1a2)])),_0xa0a69b['EQbxL'](BSTestOpsLog4JSAppender,_0x3e238c,_0x28af20['timezoneOffset']);};
1
+ const a50_0x236ae3=a50_0x48f4;(function(_0x12548d,_0x1a5fda){const _0x4ebe6b=a50_0x48f4,_0x11e8e8=_0x12548d();while(!![]){try{const _0x4a303d=parseInt(_0x4ebe6b(0x8f))/0x1*(-parseInt(_0x4ebe6b(0x80))/0x2)+parseInt(_0x4ebe6b(0x85))/0x3*(parseInt(_0x4ebe6b(0x86))/0x4)+parseInt(_0x4ebe6b(0x8a))/0x5+parseInt(_0x4ebe6b(0x87))/0x6*(parseInt(_0x4ebe6b(0x8b))/0x7)+parseInt(_0x4ebe6b(0x96))/0x8*(parseInt(_0x4ebe6b(0x89))/0x9)+-parseInt(_0x4ebe6b(0x88))/0xa*(-parseInt(_0x4ebe6b(0x8e))/0xb)+-parseInt(_0x4ebe6b(0x8c))/0xc;if(_0x4a303d===_0x1a5fda)break;else _0x11e8e8['push'](_0x11e8e8['shift']());}catch(_0x2b0959){_0x11e8e8['push'](_0x11e8e8['shift']());}}}(a50_0x390d,0xa0440));function a50_0x48f4(_0x46f820,_0x2a7b5b){const _0x390d6b=a50_0x390d();return a50_0x48f4=function(_0x48f414,_0x2ec448){_0x48f414=_0x48f414-0x80;let _0x4d09dc=_0x390d6b[_0x48f414];return _0x4d09dc;},a50_0x48f4(_0x46f820,_0x2a7b5b);}const logReportingAPI=require(a50_0x236ae3(0x82)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x38c3c3,_0xf3d0fe){return _0x2a07c5=>{const _0x3dbbfa=a50_0x48f4;BSTestOpsLogger['log']({'level':_0x2a07c5[_0x3dbbfa(0x90)]?_0x2a07c5[_0x3dbbfa(0x90)][_0x3dbbfa(0x81)]:null,'message':_0x2a07c5[_0x3dbbfa(0x94)]?_0x2a07c5['data'][_0x3dbbfa(0x95)]('\x20'):null});};}function a50_0x390d(){const _0x4f5ab4=['Gnhuz','colouredLayout','data','join','8LVvhme','22OzVpuE','levelStr','./logReportingAPI','configure','layout','2282220LNQaVR','4vgVeca','2443362wytSMw','419010RetTac','7741377wFfZdJ','2327190HneSKk','21GxvnjD','30802632RsaWUh','type','121BKLwxN','49599uyIstI','level','timezoneOffset'];a50_0x390d=function(){return _0x4f5ab4;};return a50_0x390d();}exports[a50_0x236ae3(0x83)]=(_0x1096cc,_0x42f7d4)=>{const _0x1de12c=a50_0x236ae3,_0x7929c3={'Gnhuz':function(_0x28cd97,_0x1a0b3d,_0x74f4ff){return _0x28cd97(_0x1a0b3d,_0x74f4ff);}};let _0x37f154=_0x42f7d4[_0x1de12c(0x93)];return _0x1096cc['layout']&&(_0x37f154=_0x42f7d4[_0x1de12c(0x84)](_0x1096cc['layout'][_0x1de12c(0x8d)],_0x1096cc['layout'])),_0x7929c3[_0x1de12c(0x92)](BSTestOpsLog4JSAppender,_0x37f154,_0x1096cc[_0x1de12c(0x91)]);};
@@ -1 +1 @@
1
- const a51_0x3e87d8=a51_0x99b6;(function(_0x415cde,_0x2f389a){const _0x492b91=a51_0x99b6,_0x48b550=_0x415cde();while(!![]){try{const _0x36774f=-parseInt(_0x492b91(0x18d))/0x1*(-parseInt(_0x492b91(0x17c))/0x2)+parseInt(_0x492b91(0x17d))/0x3*(parseInt(_0x492b91(0x181))/0x4)+-parseInt(_0x492b91(0x17e))/0x5*(-parseInt(_0x492b91(0x176))/0x6)+parseInt(_0x492b91(0x188))/0x7*(-parseInt(_0x492b91(0x18f))/0x8)+parseInt(_0x492b91(0x16f))/0x9*(parseInt(_0x492b91(0x187))/0xa)+-parseInt(_0x492b91(0x18c))/0xb*(-parseInt(_0x492b91(0x18b))/0xc)+parseInt(_0x492b91(0x172))/0xd*(-parseInt(_0x492b91(0x183))/0xe);if(_0x36774f===_0x2f389a)break;else _0x48b550['push'](_0x48b550['shift']());}catch(_0xdd33c3){_0x48b550['push'](_0x48b550['shift']());}}}(a51_0x1a17,0x9c9e0));function a51_0x99b6(_0x4f2cd5,_0x3db3f9){const _0x1a17ef=a51_0x1a17();return a51_0x99b6=function(_0x99b676,_0x1804ca){_0x99b676=_0x99b676-0x16f;let _0x5e767c=_0x1a17ef[_0x99b676];return _0x5e767c;},a51_0x99b6(_0x4f2cd5,_0x3db3f9);}const Transport=require(a51_0x3e87d8(0x174)),{consoleHolder}=require('../../helpers/test-observability/constants'),a51_0x5c8feb={};a51_0x5c8feb[a51_0x3e87d8(0x171)]='INFO',a51_0x5c8feb[a51_0x3e87d8(0x175)]=a51_0x3e87d8(0x175),a51_0x5c8feb[a51_0x3e87d8(0x185)]=a51_0x3e87d8(0x185),a51_0x5c8feb[a51_0x3e87d8(0x17a)]='TRACE',a51_0x5c8feb[a51_0x3e87d8(0x177)]=a51_0x3e87d8(0x177);const LOG_LEVELS=a51_0x5c8feb;class logPatcher extends Transport{constructor(_0xa0b7bb){super(_0xa0b7bb);}[a51_0x3e87d8(0x178)]=(_0x32af91=LOG_LEVELS[a51_0x3e87d8(0x171)],_0x2aebcd=[''])=>{const _0x211777=a51_0x3e87d8,_0x2aee92={};_0x2aee92[_0x211777(0x182)]=_0x211777(0x190);const _0x2473a3=_0x2aee92;consoleHolder[_0x32af91[_0x211777(0x173)]()](..._0x2aebcd),process[_0x211777(0x18a)](_0x211777(0x189)+process['pid'],{'timestamp':new Date()[_0x211777(0x184)](),'level':_0x32af91[_0x211777(0x191)](),'message':'\x22'+_0x2aebcd[_0x211777(0x179)](',\x20')+'\x22','kind':_0x2473a3[_0x211777(0x182)],'http_response':{}});};[a51_0x3e87d8(0x186)]=(..._0x20f742)=>{this['logToTestOps'](LOG_LEVELS['TRACE'],_0x20f742);};[a51_0x3e87d8(0x17f)]=(..._0x17fc5a)=>{const _0x339f6c=a51_0x3e87d8;this['logToTestOps'](LOG_LEVELS[_0x339f6c(0x185)],_0x17fc5a);};[a51_0x3e87d8(0x17b)]=(..._0x2c740e)=>{const _0x2c63da=a51_0x3e87d8;this['logToTestOps'](LOG_LEVELS[_0x2c63da(0x171)],_0x2c740e);};[a51_0x3e87d8(0x180)]=(..._0x4caab0)=>{const _0x3c7de5=a51_0x3e87d8;this['logToTestOps'](LOG_LEVELS[_0x3c7de5(0x177)],_0x4caab0);};['error']=(..._0x46dd9c)=>{const _0x8e6b61=a51_0x3e87d8;this[_0x8e6b61(0x178)](LOG_LEVELS[_0x8e6b61(0x175)],_0x46dd9c);};[a51_0x3e87d8(0x18e)]=(..._0x4e070f)=>{const _0x463504=a51_0x3e87d8;this['logToTestOps'](LOG_LEVELS[_0x463504(0x171)],_0x4e070f);};}function a51_0x1a17(){const _0x3b56bc=['logToTestOps','join','TRACE','info','1046810qlAiGA','3XClvXR','390535OPVEeZ','debug','warn','2031032oDaPSF','vPJNC','117726DxruML','toISOString','DEBUG','trace','131930FkzoXj','21ZuDNVY','bs:addLog:','emit','10248204mNtKCJ','11ODfufb','1SoanWl','log','389752GNVTmo','TEST_LOG','toUpperCase','387XyTWJc','exports','INFO','3419bOwRVb','toLowerCase','winston-transport','ERROR','42NSLWJm','WARN'];a51_0x1a17=function(){return _0x3b56bc;};return a51_0x1a17();};module[a51_0x3e87d8(0x170)]=logPatcher;
1
+ const a51_0x3534bb=a51_0x35f2;(function(_0x452a2f,_0x40c1d5){const _0x3f9720=a51_0x35f2,_0x27450d=_0x452a2f();while(!![]){try{const _0x7b19bc=parseInt(_0x3f9720(0x14d))/0x1*(-parseInt(_0x3f9720(0x14c))/0x2)+-parseInt(_0x3f9720(0x160))/0x3*(-parseInt(_0x3f9720(0x15e))/0x4)+parseInt(_0x3f9720(0x156))/0x5+parseInt(_0x3f9720(0x16b))/0x6*(-parseInt(_0x3f9720(0x15a))/0x7)+-parseInt(_0x3f9720(0x162))/0x8*(-parseInt(_0x3f9720(0x150))/0x9)+parseInt(_0x3f9720(0x165))/0xa+-parseInt(_0x3f9720(0x161))/0xb;if(_0x7b19bc===_0x40c1d5)break;else _0x27450d['push'](_0x27450d['shift']());}catch(_0xc8734a){_0x27450d['push'](_0x27450d['shift']());}}}(a51_0xee61,0x186f4));const Transport=require(a51_0x3534bb(0x166)),{consoleHolder}=require(a51_0x3534bb(0x15f)),a51_0x18d21a={};a51_0x18d21a[a51_0x3534bb(0x164)]=a51_0x3534bb(0x164),a51_0x18d21a[a51_0x3534bb(0x152)]='ERROR',a51_0x18d21a[a51_0x3534bb(0x15b)]=a51_0x3534bb(0x15b),a51_0x18d21a['TRACE']=a51_0x3534bb(0x16a),a51_0x18d21a[a51_0x3534bb(0x169)]=a51_0x3534bb(0x169);const LOG_LEVELS=a51_0x18d21a;function a51_0xee61(){const _0x25112c=['pid','toLowerCase','log','18150OJMnJE','error','TEST_LOG','exports','31262qznhLN','DEBUG','logToTestOps','trace','4XDUyfE','../../helpers/test-observability/constants','155919HFSpHe','1077120ZFYUak','16Vxbzlk','debug','INFO','1372420JfUxIE','winston-transport','info','join','WARN','TRACE','42JEtVwb','13278KrNhJF','19NAttJY','SqABA','toUpperCase','731529AZioCN','emit','ERROR'];a51_0xee61=function(){return _0x25112c;};return a51_0xee61();}class logPatcher extends Transport{constructor(_0x475775){super(_0x475775);}[a51_0x3534bb(0x15c)]=(_0x53d145=LOG_LEVELS[a51_0x3534bb(0x164)],_0x597cf3=[''])=>{const _0x4d4096=a51_0x3534bb,_0x55c6d4={};_0x55c6d4[_0x4d4096(0x14e)]=_0x4d4096(0x158);const _0x4a5bca=_0x55c6d4;consoleHolder[_0x53d145[_0x4d4096(0x154)]()](..._0x597cf3),process[_0x4d4096(0x151)]('bs:addLog:'+process[_0x4d4096(0x153)],{'timestamp':new Date()['toISOString'](),'level':_0x53d145[_0x4d4096(0x14f)](),'message':'\x22'+_0x597cf3[_0x4d4096(0x168)](',\x20')+'\x22','kind':_0x4a5bca['SqABA'],'http_response':{}});};[a51_0x3534bb(0x15d)]=(..._0x34ca27)=>{const _0x4f98f8=a51_0x3534bb;this['logToTestOps'](LOG_LEVELS[_0x4f98f8(0x16a)],_0x34ca27);};[a51_0x3534bb(0x163)]=(..._0x13a025)=>{const _0xed9b26=a51_0x3534bb;this[_0xed9b26(0x15c)](LOG_LEVELS['DEBUG'],_0x13a025);};[a51_0x3534bb(0x167)]=(..._0x1e6239)=>{const _0x20422e=a51_0x3534bb;this[_0x20422e(0x15c)](LOG_LEVELS[_0x20422e(0x164)],_0x1e6239);};['warn']=(..._0x15810c)=>{const _0x2f97b2=a51_0x3534bb;this['logToTestOps'](LOG_LEVELS[_0x2f97b2(0x169)],_0x15810c);};[a51_0x3534bb(0x157)]=(..._0x44b456)=>{const _0x2d69e6=a51_0x3534bb;this[_0x2d69e6(0x15c)](LOG_LEVELS[_0x2d69e6(0x152)],_0x44b456);};[a51_0x3534bb(0x155)]=(..._0x924b4b)=>{const _0x3a9050=a51_0x3534bb;this[_0x3a9050(0x15c)](LOG_LEVELS[_0x3a9050(0x164)],_0x924b4b);};}function a51_0x35f2(_0x262fab,_0x2ffe96){const _0xee613d=a51_0xee61();return a51_0x35f2=function(_0x35f2ce,_0x11b141){_0x35f2ce=_0x35f2ce-0x14c;let _0x196662=_0xee613d[_0x35f2ce];return _0x196662;},a51_0x35f2(_0x262fab,_0x2ffe96);};module[a51_0x3534bb(0x159)]=logPatcher;
@@ -1 +1 @@
1
- function a52_0x3539(_0x5589f4,_0x3fcbde){const _0x2409c6=a52_0x2409();return a52_0x3539=function(_0x35395c,_0x18fa80){_0x35395c=_0x35395c-0x12f;let _0x4656bd=_0x2409c6[_0x35395c];return _0x4656bd;},a52_0x3539(_0x5589f4,_0x3fcbde);}const a52_0x4692d5=a52_0x3539;function a52_0x2409(){const _0x1e1849=['TRACE','logToTestOps','../../helpers/test-observability/constants','avSuL','INFO','DEBUG','6KEypsU','316311BjvbPC','4554123wBVWYQ','1611852QrBZIs','3324835ovYwuR','VJkKY','238823TyoTWU','pid','ERROR','10pfFpUm','level','8eYosGP','log','emit','13903164pmptcx','BckWr','113409ywxYhw','xNABa','610Ilghaa','debug','TEST_LOG','info','logged','warn','rWlPI','error','MQuEv','object','exports','WARN'];a52_0x2409=function(){return _0x1e1849;};return a52_0x2409();}(function(_0x8e2c1d,_0xb1d5dc){const _0x470a41=a52_0x3539,_0x8619e5=_0x8e2c1d();while(!![]){try{const _0x541942=-parseInt(_0x470a41(0x13f))/0x1+parseInt(_0x470a41(0x142))/0x2*(parseInt(_0x470a41(0x13a))/0x3)+-parseInt(_0x470a41(0x13c))/0x4+-parseInt(_0x470a41(0x13d))/0x5*(parseInt(_0x470a41(0x139))/0x6)+parseInt(_0x470a41(0x13b))/0x7*(-parseInt(_0x470a41(0x144))/0x8)+-parseInt(_0x470a41(0x149))/0x9*(-parseInt(_0x470a41(0x14b))/0xa)+parseInt(_0x470a41(0x147))/0xb;if(_0x541942===_0xb1d5dc)break;else _0x8619e5['push'](_0x8619e5['shift']());}catch(_0x1274a2){_0x8619e5['push'](_0x8619e5['shift']());}}}(a52_0x2409,0x9313c));const Transport=require('winston-transport'),{consoleHolder}=require(a52_0x4692d5(0x135)),a52_0x532af7={};a52_0x532af7[a52_0x4692d5(0x137)]=a52_0x4692d5(0x137),a52_0x532af7[a52_0x4692d5(0x141)]=a52_0x4692d5(0x141),a52_0x532af7[a52_0x4692d5(0x138)]=a52_0x4692d5(0x138),a52_0x532af7[a52_0x4692d5(0x133)]=a52_0x4692d5(0x133),a52_0x532af7[a52_0x4692d5(0x132)]='WARN';const LOG_LEVELS=a52_0x532af7;class logReportingAPI extends Transport{constructor(_0x3bc2d7){super(_0x3bc2d7);}[a52_0x4692d5(0x145)](_0x56c1c1,_0x6bb0f6){const _0x4ab70d=a52_0x4692d5,_0x13ffc2={'MQuEv':_0x4ab70d(0x14f),'BckWr':function(_0xd693b9,_0x29e1e6){return _0xd693b9(_0x29e1e6);},'xNABa':function(_0x27756b,_0x3559f3){return _0x27756b===_0x3559f3;},'VJkKY':_0x4ab70d(0x130),'avSuL':function(_0x42304e){return _0x42304e();}};_0x13ffc2[_0x4ab70d(0x148)](setImmediate,()=>{const _0x3b6c01=_0x4ab70d;this[_0x3b6c01(0x146)](_0x13ffc2[_0x3b6c01(0x12f)],_0x56c1c1);}),_0x13ffc2[_0x4ab70d(0x14a)](typeof _0x56c1c1,_0x13ffc2[_0x4ab70d(0x13e)])?this[_0x4ab70d(0x134)](_0x56c1c1[_0x4ab70d(0x143)]||LOG_LEVELS[_0x4ab70d(0x137)],_0x56c1c1['message'],![]):this[_0x4ab70d(0x134)](LOG_LEVELS['INFO'],_0x56c1c1),_0x6bb0f6&&_0x13ffc2[_0x4ab70d(0x136)](_0x6bb0f6);}[a52_0x4692d5(0x134)]=(_0x3a22b0=LOG_LEVELS[a52_0x4692d5(0x137)],_0x2e5e31='',_0xecabaa=!![])=>{const _0x4a31f4=a52_0x4692d5,_0x8f81e1={};_0x8f81e1[_0x4a31f4(0x151)]=_0x4a31f4(0x14d);const _0x841063=_0x8f81e1;_0xecabaa&&consoleHolder[_0x3a22b0['toLowerCase']()](_0x2e5e31),process[_0x4a31f4(0x146)]('bs:addLog:'+process[_0x4a31f4(0x140)],{'timestamp':new Date()['toISOString'](),'level':_0x3a22b0['toUpperCase'](),'message':_0x2e5e31,'kind':_0x841063[_0x4a31f4(0x151)],'http_response':{}});};['trace']=(_0x5e307b,_0x5535ce)=>{const _0x110232=a52_0x4692d5;this[_0x110232(0x134)](LOG_LEVELS[_0x110232(0x133)],_0x5e307b);};[a52_0x4692d5(0x14c)]=(_0x8518a8,_0xf4dfae)=>{const _0x576fb8=a52_0x4692d5;this[_0x576fb8(0x134)](LOG_LEVELS[_0x576fb8(0x138)],_0x8518a8);};[a52_0x4692d5(0x14e)]=(_0x42a998,_0x1735cd)=>{const _0x325391=a52_0x4692d5;this[_0x325391(0x134)](LOG_LEVELS['INFO'],_0x42a998);};[a52_0x4692d5(0x150)]=(_0x12bbf0,_0x2a91f4)=>{const _0x3ffc38=a52_0x4692d5;this[_0x3ffc38(0x134)](LOG_LEVELS[_0x3ffc38(0x132)],_0x12bbf0);};[a52_0x4692d5(0x152)]=(_0x46bf79,_0x19d396)=>{const _0x440173=a52_0x4692d5;this[_0x440173(0x134)](LOG_LEVELS[_0x440173(0x141)],_0x46bf79);};};module[a52_0x4692d5(0x131)]=logReportingAPI;
1
+ const a52_0x11e3d2=a52_0x3f7a;(function(_0x570fe7,_0x114c59){const _0x3d38f5=a52_0x3f7a,_0x573697=_0x570fe7();while(!![]){try{const _0x124838=parseInt(_0x3d38f5(0x166))/0x1+parseInt(_0x3d38f5(0x165))/0x2*(-parseInt(_0x3d38f5(0x180))/0x3)+-parseInt(_0x3d38f5(0x168))/0x4*(-parseInt(_0x3d38f5(0x176))/0x5)+parseInt(_0x3d38f5(0x16c))/0x6+-parseInt(_0x3d38f5(0x162))/0x7*(-parseInt(_0x3d38f5(0x174))/0x8)+parseInt(_0x3d38f5(0x179))/0x9+-parseInt(_0x3d38f5(0x177))/0xa;if(_0x124838===_0x114c59)break;else _0x573697['push'](_0x573697['shift']());}catch(_0x18ba40){_0x573697['push'](_0x573697['shift']());}}}(a52_0x49e9,0x87187));const Transport=require(a52_0x11e3d2(0x170)),{consoleHolder}=require(a52_0x11e3d2(0x182)),a52_0x4a672c={};function a52_0x3f7a(_0x1626ed,_0x150c9b){const _0x49e9b6=a52_0x49e9();return a52_0x3f7a=function(_0x3f7a68,_0x2bf285){_0x3f7a68=_0x3f7a68-0x15d;let _0x10b178=_0x49e9b6[_0x3f7a68];return _0x10b178;},a52_0x3f7a(_0x1626ed,_0x150c9b);}function a52_0x49e9(){const _0x4d7714=['357dktEfR','warn','level','1565882CWVYgu','519213MjgrOq','toISOString','44dTBmAK','AjsVg','log','DEBUG','497388itIuIz','error','ooAOp','exports','winston-transport','WARN','TRACE','OmlJR','124352EqDMCa','bs:addLog:','201265CTGKus','12951280VbnEVG','object','7144038QxHmLJ','TEST_LOG','wkvRN','logToTestOps','toUpperCase','ERROR','message','3eUXxOt','info','../../helpers/test-observability/constants','emit','toLowerCase','hxuqc','qHCwb','INFO','trace'];a52_0x49e9=function(){return _0x4d7714;};return a52_0x49e9();}a52_0x4a672c['INFO']='INFO',a52_0x4a672c['ERROR']=a52_0x11e3d2(0x17e),a52_0x4a672c[a52_0x11e3d2(0x16b)]=a52_0x11e3d2(0x16b),a52_0x4a672c[a52_0x11e3d2(0x172)]=a52_0x11e3d2(0x172),a52_0x4a672c['WARN']=a52_0x11e3d2(0x171);const LOG_LEVELS=a52_0x4a672c;class logReportingAPI extends Transport{constructor(_0x5346a1){super(_0x5346a1);}[a52_0x11e3d2(0x16a)](_0x2b719e,_0x3c8ee0){const _0x237bdb=a52_0x11e3d2,_0xa7af4c={'AjsVg':'logged','hxuqc':function(_0x461ce7,_0x29a3df){return _0x461ce7(_0x29a3df);},'qHCwb':function(_0x2b6c32,_0x17c8d6){return _0x2b6c32===_0x17c8d6;},'OmlJR':_0x237bdb(0x178),'wkvRN':function(_0x2be6eb){return _0x2be6eb();}};_0xa7af4c[_0x237bdb(0x15e)](setImmediate,()=>{const _0x17b83e=_0x237bdb;this[_0x17b83e(0x183)](_0xa7af4c[_0x17b83e(0x169)],_0x2b719e);}),_0xa7af4c[_0x237bdb(0x15f)](typeof _0x2b719e,_0xa7af4c[_0x237bdb(0x173)])?this[_0x237bdb(0x17c)](_0x2b719e[_0x237bdb(0x164)]||LOG_LEVELS['INFO'],_0x2b719e[_0x237bdb(0x17f)],![]):this[_0x237bdb(0x17c)](LOG_LEVELS[_0x237bdb(0x160)],_0x2b719e),_0x3c8ee0&&_0xa7af4c[_0x237bdb(0x17b)](_0x3c8ee0);}[a52_0x11e3d2(0x17c)]=(_0x18e378=LOG_LEVELS[a52_0x11e3d2(0x160)],_0x498a05='',_0xd61ab2=!![])=>{const _0x1f0114=a52_0x11e3d2,_0x795534={};_0x795534[_0x1f0114(0x16e)]=_0x1f0114(0x17a);const _0x1d4108=_0x795534;_0xd61ab2&&consoleHolder[_0x18e378[_0x1f0114(0x15d)]()](_0x498a05),process[_0x1f0114(0x183)](_0x1f0114(0x175)+process['pid'],{'timestamp':new Date()[_0x1f0114(0x167)](),'level':_0x18e378[_0x1f0114(0x17d)](),'message':_0x498a05,'kind':_0x1d4108[_0x1f0114(0x16e)],'http_response':{}});};[a52_0x11e3d2(0x161)]=(_0x31a08a,_0x51dcfe)=>{const _0x5b5f50=a52_0x11e3d2;this['logToTestOps'](LOG_LEVELS[_0x5b5f50(0x172)],_0x31a08a);};['debug']=(_0x36f8cb,_0x583026)=>{const _0x3939ef=a52_0x11e3d2;this['logToTestOps'](LOG_LEVELS[_0x3939ef(0x16b)],_0x36f8cb);};[a52_0x11e3d2(0x181)]=(_0x14c669,_0x4594ab)=>{const _0x31ed58=a52_0x11e3d2;this['logToTestOps'](LOG_LEVELS[_0x31ed58(0x160)],_0x14c669);};[a52_0x11e3d2(0x163)]=(_0x1b3d44,_0x586709)=>{const _0x15cc2d=a52_0x11e3d2;this[_0x15cc2d(0x17c)](LOG_LEVELS[_0x15cc2d(0x171)],_0x1b3d44);};[a52_0x11e3d2(0x16d)]=(_0x2a1b9f,_0x3c4773)=>{const _0x549c38=a52_0x11e3d2;this[_0x549c38(0x17c)](LOG_LEVELS['ERROR'],_0x2a1b9f);};};module[a52_0x11e3d2(0x16f)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a53_0x3cfb3d=a53_0x3378;(function(_0x32edb1,_0x415544){const _0x1572f7=a53_0x3378,_0x2ae4df=_0x32edb1();while(!![]){try{const _0xbde71f=-parseInt(_0x1572f7(0xef))/0x1+-parseInt(_0x1572f7(0xdb))/0x2+parseInt(_0x1572f7(0xec))/0x3+-parseInt(_0x1572f7(0xf4))/0x4*(-parseInt(_0x1572f7(0xdd))/0x5)+parseInt(_0x1572f7(0xfb))/0x6*(-parseInt(_0x1572f7(0xf8))/0x7)+parseInt(_0x1572f7(0xe8))/0x8+parseInt(_0x1572f7(0xe9))/0x9;if(_0xbde71f===_0x415544)break;else _0x2ae4df['push'](_0x2ae4df['shift']());}catch(_0x31a230){_0x2ae4df['push'](_0x2ae4df['shift']());}}}(a53_0x3a7c,0xa3f5a));function a53_0x3a7c(){const _0x34cbb6=['getPlatformName','SDK_CLEANUP','369070RdUwPv','modifyBrowserStackW3CCaps','finalExecution','../../helpers/utilities','uYVPR','4sDAvlr','JnKdn','\x20doesn\x27t\x20exist','file','101157yEYPqC','assign','handleApp','186SYNNmK','configuration','config','finally','zRCHG','File\x20','modifyBrowserStackCaps','useW3C','File\x20path\x20is\x20required','getHubUrl','../../helpers/performance/constants','isUndefined','initialize','ZHxRz','SDK_SETUP','platforms','args','forEach','proxySettings','cwd','Config\x20yml\x20is\x20required','1621316pwhDtO','join','1899650OueZgj','../../helpers/performance/performance-tester','LALeN','path','exports','push','vNuKN','length','end','../../helpers/BrowserStackSetup','../../helpers/testhub/testhubHandler','6070520vFQaRM','4340673ORUDEE','../../helpers/helper','JeoMh','2034735HuXxXw'];a53_0x3a7c=function(){return _0x34cbb6;};return a53_0x3a7c();}const fs=require('fs'),path=require(a53_0x3cfb3d(0xe0)),{default:BrowserStackSetup}=require(a53_0x3cfb3d(0xe6)),helper=require(a53_0x3cfb3d(0xea)),PerformanceTester=require(a53_0x3cfb3d(0xde)),PerformanceEvents=require(a53_0x3cfb3d(0x105))['EVENTS'],utilities=require(a53_0x3cfb3d(0xf2)),{parallelVanillaRun}=require('../test-runner'),TestHubHandler=require(a53_0x3cfb3d(0xe7));function a53_0x3378(_0x26b15b,_0x44b89f){const _0x3a7c07=a53_0x3a7c();return a53_0x3378=function(_0x337872,_0x26de71){_0x337872=_0x337872-0xd1;let _0x3c8e9d=_0x3a7c07[_0x337872];return _0x3c8e9d;},a53_0x3378(_0x26b15b,_0x44b89f);}async function run(_0x2f160b,_0x425a30){const _0x1fb4b2=a53_0x3cfb3d,_0x1d59ed={'JeoMh':'vanilla','JnKdn':function(_0x2b76be,_0x10d48e){return _0x2b76be(_0x10d48e);},'zRCHG':_0x1fb4b2(0x103),'vNuKN':function(_0x399a01,_0x352536){return _0x399a01(_0x352536);},'oTlMt':_0x1fb4b2(0xda),'LALeN':function(_0x187f33,_0x3c7a18){return _0x187f33>_0x3c7a18;},'AyqyJ':function(_0xaa140d,_0x3028b4){return _0xaa140d>_0x3028b4;},'ZHxRz':function(_0x568cb3,_0x20f525){return _0x568cb3*_0x20f525;},'uYVPR':function(_0x47df4c,_0x54740f,_0x51e53b){return _0x47df4c(_0x54740f,_0x51e53b);}},_0x25c60d=new BrowserStackSetup(_0x2f160b,_0x1d59ed[_0x1fb4b2(0xeb)]);await _0x25c60d[_0x1fb4b2(0xd2)](),await helper[_0x1fb4b2(0xfa)](_0x25c60d[_0x1fb4b2(0xfd)]);const _0x5818b7=[];if(helper[_0x1fb4b2(0xd1)](_0x2f160b['_'][0x1]))throw _0x1d59ed['JnKdn'](Error,_0x1d59ed[_0x1fb4b2(0xff)]);const _0x25c141=path[_0x1fb4b2(0xdc)](process[_0x1fb4b2(0xd9)](),_0x2f160b['_'][0x1]);if(!fs['existsSync'](_0x25c141))throw _0x1d59ed[_0x1fb4b2(0xf5)](Error,_0x1fb4b2(0x100)+_0x2f160b['_'][0x1]+_0x1fb4b2(0xf6));if(!_0x25c60d[_0x1fb4b2(0xfd)])throw _0x1d59ed[_0x1fb4b2(0xe3)](Error,_0x1d59ed['oTlMt']);const _0x11460d=helper[_0x1fb4b2(0x102)](_0x25c60d['config']);_0x25c60d['config'][_0x1fb4b2(0xd5)]&&_0x1d59ed[_0x1fb4b2(0xdf)](_0x25c60d[_0x1fb4b2(0xfd)][_0x1fb4b2(0xd5)]['length'],0x0)&&_0x25c60d[_0x1fb4b2(0xfd)]['platforms'][_0x1fb4b2(0xd7)]((_0xf648b7,_0x21499e)=>{const _0xf7f284=_0x1fb4b2;_0x11460d?_0x5818b7[_0xf7f284(0xe2)](helper['modifyBrowserStackW3CCaps'](_0x25c60d[_0xf7f284(0xfd)],_0x1d59ed[_0xf7f284(0xeb)],_0x21499e)):_0x5818b7[_0xf7f284(0xe2)](helper['modifyBrowserStackCaps'](_0x25c60d['config'],_0x1d59ed[_0xf7f284(0xeb)],_0x21499e));});let _0x1485d9,_0x56bfb6;const _0x500077=[];if(_0x1d59ed['AyqyJ'](_0x5818b7['length'],0x0))_0x5818b7['forEach']((_0x3740bc,_0x54364f)=>{const _0x3c9949=_0x1fb4b2,_0x3a1abd={};_0x3a1abd['index']=_0x54364f,_0x1485d9={'server':helper[_0x3c9949(0x104)](_0x25c60d[_0x3c9949(0xfd)]),'proxySettings':_0x25c60d['config'][_0x3c9949(0xd8)],'platform':helper[_0x3c9949(0xed)](_0x3740bc),'platformCaps':Object[_0x3c9949(0xf9)](_0x3a1abd,_0x25c60d[_0x3c9949(0xfd)][_0x3c9949(0xd5)][_0x54364f])};const _0x1644ae={'capability':_0x3740bc,..._0x1485d9};_0x1644ae[_0x3c9949(0xf7)]=_0x25c141,_0x1644ae[_0x3c9949(0xd6)]=_0x425a30;const _0x178bdc={};_0x178bdc['configuration']=_0x1644ae,_0x56bfb6=_0x178bdc,_0x500077['push'](_0x56bfb6);});else{let _0x567f83;_0x11460d?_0x567f83=helper[_0x1fb4b2(0xf0)](_0x25c60d[_0x1fb4b2(0xfd)],_0x1d59ed[_0x1fb4b2(0xeb)],0x0):_0x567f83=helper[_0x1fb4b2(0x101)](_0x25c60d[_0x1fb4b2(0xfd)],_0x1d59ed[_0x1fb4b2(0xeb)],0x0);_0x1485d9={'server':helper['getHubUrl'](_0x25c60d[_0x1fb4b2(0xfd)]),'proxySettings':_0x25c60d[_0x1fb4b2(0xfd)][_0x1fb4b2(0xd8)]};const _0x344637={'capability':_0x567f83,..._0x1485d9};_0x344637[_0x1fb4b2(0xf7)]=_0x25c141,_0x344637['args']=_0x425a30;const _0x1439cb={};_0x1439cb[_0x1fb4b2(0xfc)]=_0x344637,_0x56bfb6=_0x1439cb,_0x500077['push'](_0x56bfb6);}const _0x25c041=await TestHubHandler['launchBuild'](_0x1d59ed[_0x1fb4b2(0xeb)],_0x25c60d),_0x316ce7=_0x1d59ed[_0x1fb4b2(0xd3)](_0x25c60d[_0x1fb4b2(0xfd)][_0x1fb4b2(0xd5)][_0x1fb4b2(0xe4)]||0x1,_0x25c60d['config']['parallelsPerPlatform']||0x1);PerformanceTester[_0x1fb4b2(0xe5)](PerformanceEvents[_0x1fb4b2(0xd4)]),_0x1d59ed[_0x1fb4b2(0xf3)](parallelVanillaRun,_0x500077,_0x316ce7)['then'](_0xf1257f=>{})[_0x1fb4b2(0xfe)](async()=>{const _0x5479d8=_0x1fb4b2;PerformanceTester['start'](PerformanceEvents[_0x5479d8(0xee)]),await utilities[_0x5479d8(0xf1)](_0x25c60d);});}module[a53_0x3cfb3d(0xe1)]=run;
2
+ 'use strict';const a53_0x5ff92a=a53_0x4610;(function(_0x31fbe3,_0x21dc16){const _0x375053=a53_0x4610,_0x60cd95=_0x31fbe3();while(!![]){try{const _0x3044bb=-parseInt(_0x375053(0x18e))/0x1+parseInt(_0x375053(0x183))/0x2*(-parseInt(_0x375053(0x17f))/0x3)+parseInt(_0x375053(0x188))/0x4+parseInt(_0x375053(0x19c))/0x5+parseInt(_0x375053(0x16c))/0x6+-parseInt(_0x375053(0x17b))/0x7+parseInt(_0x375053(0x179))/0x8*(-parseInt(_0x375053(0x16d))/0x9);if(_0x3044bb===_0x21dc16)break;else _0x60cd95['push'](_0x60cd95['shift']());}catch(_0xb75483){_0x60cd95['push'](_0x60cd95['shift']());}}}(a53_0x49a3,0x97c89));function a53_0x49a3(){const _0x380f76=['modifyBrowserStackCaps','launchBuild','end','1140tjwHzb','aWlZp','existsSync','args','2106XCLbFL','\x20doesn\x27t\x20exist','path','useW3C','configuration','3399684xlNLDX','SDK_CLEANUP','../../helpers/helper','EVENTS','XULer','forEach','399385KtnTjv','platforms','initialize','../test-runner','../../helpers/testhub/testhubHandler','../../helpers/performance/performance-tester','exports','iqdAc','assign','index','modifyBrowserStackW3CCaps','VjwUo','cwd','file','3089380Xizbkm','LYghE','../../helpers/utilities','getHubUrl','start','handleApp','isUndefined','Config\x20yml\x20is\x20required','1457412TDkKlT','142281elrYhO','File\x20path\x20is\x20required','length','parallelsPerPlatform','KSRHy','finally','then','otmvq','../../helpers/performance/constants','config','push','getPlatformName','16gnlcNt','proxySettings','1804957fgIlHh'];a53_0x49a3=function(){return _0x380f76;};return a53_0x49a3();}const fs=require('fs'),path=require(a53_0x5ff92a(0x185)),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a53_0x5ff92a(0x18a)),PerformanceTester=require(a53_0x5ff92a(0x193)),PerformanceEvents=require(a53_0x5ff92a(0x175))[a53_0x5ff92a(0x18b)],utilities=require(a53_0x5ff92a(0x19e)),{parallelVanillaRun}=require(a53_0x5ff92a(0x191)),TestHubHandler=require(a53_0x5ff92a(0x192));async function run(_0x4caf5d,_0x4ed7dc){const _0x341d33=a53_0x5ff92a,_0x31f73c={'aWlZp':'vanilla','otmvq':function(_0x446951,_0x2860ba){return _0x446951(_0x2860ba);},'KSRHy':_0x341d33(0x16e),'iqdAc':_0x341d33(0x16b),'XULer':function(_0x280356,_0x3f3f9a){return _0x280356>_0x3f3f9a;},'VjwUo':function(_0x58c817,_0x23c81d){return _0x58c817*_0x23c81d;},'LYghE':function(_0x35838b,_0x238339,_0x3205ab){return _0x35838b(_0x238339,_0x3205ab);}},_0x2c5f06=new BrowserStackSetup(_0x4caf5d,_0x31f73c[_0x341d33(0x180)]);await _0x2c5f06[_0x341d33(0x190)](),await helper[_0x341d33(0x169)](_0x2c5f06['config']);const _0x5e7462=[];if(helper[_0x341d33(0x16a)](_0x4caf5d['_'][0x1]))throw _0x31f73c[_0x341d33(0x174)](Error,_0x31f73c[_0x341d33(0x171)]);const _0x1f4a83=path['join'](process[_0x341d33(0x19a)](),_0x4caf5d['_'][0x1]);if(!fs[_0x341d33(0x181)](_0x1f4a83))throw _0x31f73c[_0x341d33(0x174)](Error,'File\x20'+_0x4caf5d['_'][0x1]+_0x341d33(0x184));if(!_0x2c5f06['config'])throw _0x31f73c['otmvq'](Error,_0x31f73c[_0x341d33(0x195)]);const _0x5f1dc0=helper[_0x341d33(0x186)](_0x2c5f06[_0x341d33(0x176)]);_0x2c5f06[_0x341d33(0x176)][_0x341d33(0x18f)]&&_0x31f73c[_0x341d33(0x18c)](_0x2c5f06[_0x341d33(0x176)]['platforms'][_0x341d33(0x16f)],0x0)&&_0x2c5f06[_0x341d33(0x176)]['platforms']['forEach']((_0x487adc,_0x45ac3d)=>{const _0x4a1115=_0x341d33;_0x5f1dc0?_0x5e7462[_0x4a1115(0x177)](helper['modifyBrowserStackW3CCaps'](_0x2c5f06[_0x4a1115(0x176)],_0x31f73c[_0x4a1115(0x180)],_0x45ac3d)):_0x5e7462[_0x4a1115(0x177)](helper[_0x4a1115(0x17c)](_0x2c5f06[_0x4a1115(0x176)],_0x31f73c[_0x4a1115(0x180)],_0x45ac3d));});let _0x4cc706,_0x30d3c3;const _0x59eb3c=[];if(_0x31f73c[_0x341d33(0x18c)](_0x5e7462[_0x341d33(0x16f)],0x0))_0x5e7462[_0x341d33(0x18d)]((_0x4bf3ef,_0x11f690)=>{const _0x41c5de=_0x341d33,_0x15e613={};_0x15e613[_0x41c5de(0x197)]=_0x11f690,_0x4cc706={'server':helper['getHubUrl'](_0x2c5f06[_0x41c5de(0x176)]),'proxySettings':_0x2c5f06[_0x41c5de(0x176)][_0x41c5de(0x17a)],'platform':helper[_0x41c5de(0x178)](_0x4bf3ef),'platformCaps':Object[_0x41c5de(0x196)](_0x15e613,_0x2c5f06[_0x41c5de(0x176)][_0x41c5de(0x18f)][_0x11f690])};const _0x395840={'capability':_0x4bf3ef,..._0x4cc706};_0x395840[_0x41c5de(0x19b)]=_0x1f4a83,_0x395840[_0x41c5de(0x182)]=_0x4ed7dc;const _0x5d028d={};_0x5d028d[_0x41c5de(0x187)]=_0x395840,_0x30d3c3=_0x5d028d,_0x59eb3c[_0x41c5de(0x177)](_0x30d3c3);});else{let _0x2f97c7;_0x5f1dc0?_0x2f97c7=helper[_0x341d33(0x198)](_0x2c5f06[_0x341d33(0x176)],_0x31f73c[_0x341d33(0x180)],0x0):_0x2f97c7=helper[_0x341d33(0x17c)](_0x2c5f06[_0x341d33(0x176)],_0x31f73c[_0x341d33(0x180)],0x0);_0x4cc706={'server':helper[_0x341d33(0x19f)](_0x2c5f06[_0x341d33(0x176)]),'proxySettings':_0x2c5f06[_0x341d33(0x176)]['proxySettings']};const _0x36dc3e={'capability':_0x2f97c7,..._0x4cc706};_0x36dc3e[_0x341d33(0x19b)]=_0x1f4a83,_0x36dc3e['args']=_0x4ed7dc;const _0x2eb1b0={};_0x2eb1b0['configuration']=_0x36dc3e,_0x30d3c3=_0x2eb1b0,_0x59eb3c[_0x341d33(0x177)](_0x30d3c3);}const _0x17be65=await TestHubHandler[_0x341d33(0x17d)](_0x31f73c['aWlZp'],_0x2c5f06),_0x471293=_0x31f73c[_0x341d33(0x199)](_0x2c5f06[_0x341d33(0x176)][_0x341d33(0x18f)][_0x341d33(0x16f)]||0x1,_0x2c5f06['config'][_0x341d33(0x170)]||0x1);PerformanceTester[_0x341d33(0x17e)](PerformanceEvents['SDK_SETUP']),_0x31f73c[_0x341d33(0x19d)](parallelVanillaRun,_0x59eb3c,_0x471293)[_0x341d33(0x173)](_0x5a4dee=>{})[_0x341d33(0x172)](async()=>{const _0x10c7e2=_0x341d33;PerformanceTester[_0x10c7e2(0x168)](PerformanceEvents[_0x10c7e2(0x189)]),await utilities['finalExecution'](_0x2c5f06);});}function a53_0x4610(_0xf72a4d,_0x3bf2f5){const _0x49a34a=a53_0x49a3();return a53_0x4610=function(_0x461006,_0x5c2e09){_0x461006=_0x461006-0x168;let _0x1803f7=_0x49a34a[_0x461006];return _0x1803f7;},a53_0x4610(_0xf72a4d,_0x3bf2f5);}module[a53_0x5ff92a(0x194)]=run;
@@ -1 +1 @@
1
- const a54_0x132377=a54_0x32f1;(function(_0x23f38c,_0x1ca48b){const _0x3f5db8=a54_0x32f1,_0x4ec058=_0x23f38c();while(!![]){try{const _0x1de0d5=-parseInt(_0x3f5db8(0x15b))/0x1*(parseInt(_0x3f5db8(0x152))/0x2)+-parseInt(_0x3f5db8(0x16b))/0x3*(parseInt(_0x3f5db8(0x153))/0x4)+-parseInt(_0x3f5db8(0x145))/0x5*(parseInt(_0x3f5db8(0x149))/0x6)+-parseInt(_0x3f5db8(0x15a))/0x7*(parseInt(_0x3f5db8(0x16a))/0x8)+-parseInt(_0x3f5db8(0x14b))/0x9*(parseInt(_0x3f5db8(0x150))/0xa)+-parseInt(_0x3f5db8(0x156))/0xb*(parseInt(_0x3f5db8(0x151))/0xc)+parseInt(_0x3f5db8(0x14f))/0xd;if(_0x1de0d5===_0x1ca48b)break;else _0x4ec058['push'](_0x4ec058['shift']());}catch(_0x4995f5){_0x4ec058['push'](_0x4ec058['shift']());}}}(a54_0x5703,0x1c605));const TestMetadata=require(a54_0x132377(0x15c));function a54_0x32f1(_0x1d363c,_0x40f2f5){const _0x570385=a54_0x5703();return a54_0x32f1=function(_0x32f12c,_0x41b33c){_0x32f12c=_0x32f12c-0x145;let _0x172343=_0x570385[_0x32f12c];return _0x172343;},a54_0x32f1(_0x1d363c,_0x40f2f5);}class BrowserStackSdk{static[a54_0x132377(0x148)](){const _0x591c90=a54_0x132377,_0x3e8370={};_0x3e8370['bZPPw']=_0x591c90(0x14d),_0x3e8370['OqkJr']=_0x591c90(0x14c),_0x3e8370[_0x591c90(0x155)]=_0x591c90(0x15f),_0x3e8370[_0x591c90(0x161)]='browserName',_0x3e8370['SDsGc']=_0x591c90(0x159),_0x3e8370[_0x591c90(0x168)]=_0x591c90(0x157),_0x3e8370[_0x591c90(0x146)]=_0x591c90(0x15d),_0x3e8370['yhcXQ']=_0x591c90(0x169),_0x3e8370[_0x591c90(0x15e)]='platform',_0x3e8370['jOxtb']=_0x591c90(0x165),_0x3e8370['zukln']=_0x591c90(0x160),_0x3e8370[_0x591c90(0x162)]='platformVersion',_0x3e8370[_0x591c90(0x14a)]=_0x591c90(0x167);const _0x30016e=_0x3e8370,_0x29655f={};if(global['__platformCaps']){const _0x213400=global[_0x591c90(0x164)],_0x162ecb=_0x213400[_0x30016e[_0x591c90(0x163)]]||_0x213400[_0x30016e['OqkJr']],_0x2e2d9b=_0x213400[_0x30016e[_0x591c90(0x155)]]||_0x213400[_0x30016e[_0x591c90(0x161)]],_0x2cad7d=_0x213400[_0x30016e[_0x591c90(0x147)]]||_0x213400[_0x30016e[_0x591c90(0x168)]],_0x2e1fa5=_0x213400[_0x30016e[_0x591c90(0x146)]]||_0x213400[_0x30016e[_0x591c90(0x14e)]],_0x1dc095=_0x213400[_0x30016e[_0x591c90(0x15e)]]||_0x213400[_0x30016e['jOxtb']],_0x81da8b=_0x213400[_0x30016e[_0x591c90(0x166)]]||_0x213400[_0x30016e['QiqNY']];_0x213400['os']&&(_0x29655f['os']=_0x213400['os']),_0x162ecb&&(_0x29655f[_0x30016e['OqkJr']]=_0x162ecb),_0x2e2d9b&&(_0x29655f[_0x30016e['pRnSz']]=_0x2e2d9b),_0x2cad7d&&(_0x29655f[_0x30016e['Cjtzi']]=_0x2cad7d),_0x2e1fa5&&(_0x29655f[_0x30016e[_0x591c90(0x14e)]]=_0x2e1fa5),_0x1dc095&&(_0x29655f[_0x30016e[_0x591c90(0x158)]]=_0x1dc095),_0x81da8b&&(_0x29655f[_0x30016e[_0x591c90(0x162)]]=_0x81da8b),_0x213400[_0x30016e[_0x591c90(0x14a)]]&&(_0x29655f[_0x30016e['ipzPH']]=_0x213400[_0x30016e[_0x591c90(0x14a)]]);}return _0x29655f;}static['setTestMetadata'](_0x5709d7={}){const _0x2f43f2=a54_0x132377;TestMetadata[_0x2f43f2(0x154)](_0x5709d7);}}module['exports']=BrowserStackSdk;function a54_0x5703(){const _0x13ce11=['browser_version','285964QgkdOS','11201LTheSH','./helpers/metadata','device','hTXuP','browser','platform_version','pRnSz','QiqNY','bZPPw','__platformCaps','platformName','zukln','customVariables','Cjtzi','deviceName','8lteguv','544728kGWkIe','5aRafRW','tXJEL','SDsGc','getCurrentPlatform','91938flmNap','ipzPH','9kVCowr','osVersion','os_version','yhcXQ','8919313SIjxtC','1472860QcSUqn','12acxSia','18segZli','4sRHXHq','set','zuPDB','924286yaIJoR','browserVersion','jOxtb'];a54_0x5703=function(){return _0x13ce11;};return a54_0x5703();}
1
+ (function(_0x57cb79,_0x39701f){const _0x39f8ba=a54_0x5643,_0x1cb61b=_0x57cb79();while(!![]){try{const _0x81e725=parseInt(_0x39f8ba(0x1cd))/0x1*(-parseInt(_0x39f8ba(0x1c8))/0x2)+-parseInt(_0x39f8ba(0x1d4))/0x3*(-parseInt(_0x39f8ba(0x1d5))/0x4)+parseInt(_0x39f8ba(0x1c3))/0x5*(parseInt(_0x39f8ba(0x1d3))/0x6)+parseInt(_0x39f8ba(0x1c9))/0x7*(-parseInt(_0x39f8ba(0x1d7))/0x8)+-parseInt(_0x39f8ba(0x1db))/0x9+-parseInt(_0x39f8ba(0x1d6))/0xa*(-parseInt(_0x39f8ba(0x1d8))/0xb)+-parseInt(_0x39f8ba(0x1c0))/0xc*(-parseInt(_0x39f8ba(0x1cf))/0xd);if(_0x81e725===_0x39701f)break;else _0x1cb61b['push'](_0x1cb61b['shift']());}catch(_0x524f68){_0x1cb61b['push'](_0x1cb61b['shift']());}}}(a54_0x590b,0x2a4cb));function a54_0x5643(_0x206259,_0x48937d){const _0x590b53=a54_0x590b();return a54_0x5643=function(_0x564363,_0x2e71dc){_0x564363=_0x564363-0x1bd;let _0x3dea8b=_0x590b53[_0x564363];return _0x3dea8b;},a54_0x5643(_0x206259,_0x48937d);}const TestMetadata=require('./helpers/metadata');class BrowserStackSdk{static['getCurrentPlatform'](){const _0x51a281=a54_0x5643,_0x53fb6a={};_0x53fb6a[_0x51a281(0x1d0)]=_0x51a281(0x1bf),_0x53fb6a[_0x51a281(0x1ca)]='osVersion',_0x53fb6a['KdcEj']=_0x51a281(0x1dd),_0x53fb6a[_0x51a281(0x1d2)]='browserName',_0x53fb6a['nDgqF']=_0x51a281(0x1c4),_0x53fb6a['sHdtb']=_0x51a281(0x1c1),_0x53fb6a[_0x51a281(0x1dc)]=_0x51a281(0x1d9),_0x53fb6a['cIzOR']=_0x51a281(0x1df),_0x53fb6a[_0x51a281(0x1cc)]=_0x51a281(0x1e1),_0x53fb6a[_0x51a281(0x1c2)]='platformName',_0x53fb6a['latLd']=_0x51a281(0x1c7),_0x53fb6a[_0x51a281(0x1cb)]=_0x51a281(0x1c5),_0x53fb6a['kSqsY']=_0x51a281(0x1de);const _0x51a552=_0x53fb6a,_0x26530b={};if(global[_0x51a281(0x1da)]){const _0x2e3365=global[_0x51a281(0x1da)],_0x3c1e22=_0x2e3365[_0x51a552['HPWSV']]||_0x2e3365[_0x51a552['ZlkxS']],_0x37364f=_0x2e3365[_0x51a552[_0x51a281(0x1c6)]]||_0x2e3365[_0x51a552['AbPzC']],_0x3e36ab=_0x2e3365[_0x51a552['nDgqF']]||_0x2e3365[_0x51a552['sHdtb']],_0x2207a5=_0x2e3365[_0x51a552[_0x51a281(0x1dc)]]||_0x2e3365[_0x51a552[_0x51a281(0x1d1)]],_0x8d0ab2=_0x2e3365[_0x51a552['EhFDB']]||_0x2e3365[_0x51a552[_0x51a281(0x1c2)]],_0x30e86e=_0x2e3365[_0x51a552[_0x51a281(0x1e0)]]||_0x2e3365[_0x51a552['Ihpjf']];_0x2e3365['os']&&(_0x26530b['os']=_0x2e3365['os']),_0x3c1e22&&(_0x26530b[_0x51a552[_0x51a281(0x1ca)]]=_0x3c1e22),_0x37364f&&(_0x26530b[_0x51a552['AbPzC']]=_0x37364f),_0x3e36ab&&(_0x26530b[_0x51a552[_0x51a281(0x1ce)]]=_0x3e36ab),_0x2207a5&&(_0x26530b[_0x51a552[_0x51a281(0x1d1)]]=_0x2207a5),_0x8d0ab2&&(_0x26530b[_0x51a552[_0x51a281(0x1c2)]]=_0x8d0ab2),_0x30e86e&&(_0x26530b[_0x51a552[_0x51a281(0x1cb)]]=_0x30e86e),_0x2e3365[_0x51a552[_0x51a281(0x1bd)]]&&(_0x26530b[_0x51a552['kSqsY']]=_0x2e3365[_0x51a552[_0x51a281(0x1bd)]]);}return _0x26530b;}static['setTestMetadata'](_0x48ea00={}){const _0x1a4f4e=a54_0x5643;TestMetadata[_0x1a4f4e(0x1be)](_0x48ea00);}}function a54_0x590b(){const _0x107938=['kSqsY','set','os_version','12FMAgAb','browserVersion','ffwPP','5UaqDfV','browser_version','platformVersion','KdcEj','platform_version','4kevjVm','28HDOXJN','ZlkxS','Ihpjf','EhFDB','142718KHQfuW','sHdtb','1894269zMhopb','HPWSV','cIzOR','AbPzC','1889418nCRNwg','880623gRgcLk','4gPoCyK','1743590rtZnVJ','253984WgMhuD','11OWpDJH','device','__platformCaps','3085461nTguKa','SMpPW','browser','customVariables','deviceName','latLd','platform'];a54_0x590b=function(){return _0x107938;};return a54_0x590b();}module['exports']=BrowserStackSdk;
@@ -1 +1 @@
1
- const a55_0x2da3f9=a55_0x3433;(function(_0x467263,_0x1c74d8){const _0x501a56=a55_0x3433,_0x2a4ae6=_0x467263();while(!![]){try{const _0x1201ee=parseInt(_0x501a56(0x1b5))/0x1+parseInt(_0x501a56(0x132))/0x2+parseInt(_0x501a56(0x190))/0x3+-parseInt(_0x501a56(0xfa))/0x4*(parseInt(_0x501a56(0xe5))/0x5)+parseInt(_0x501a56(0xd2))/0x6*(parseInt(_0x501a56(0x1b3))/0x7)+parseInt(_0x501a56(0x1b0))/0x8*(-parseInt(_0x501a56(0x181))/0x9)+parseInt(_0x501a56(0x127))/0xa*(-parseInt(_0x501a56(0xd1))/0xb);if(_0x1201ee===_0x1c74d8)break;else _0x2a4ae6['push'](_0x2a4ae6['shift']());}catch(_0xbbfe32){_0x2a4ae6['push'](_0x2a4ae6['shift']());}}}(a55_0x1f14,0xad130));function a55_0x3433(_0x571615,_0x4831d5){const _0x1f14a0=a55_0x1f14();return a55_0x3433=function(_0x343338,_0x59b594){_0x343338=_0x343338-0xc0;let _0x4da768=_0x1f14a0[_0x343338];return _0x4da768;},a55_0x3433(_0x571615,_0x4831d5);}const util=require(a55_0x2da3f9(0x129)),os=require('os'),path=require(a55_0x2da3f9(0xc7)),{v4:uuidv4}=require(a55_0x2da3f9(0x17a)),fs=require('fs'),constants=require(a55_0x2da3f9(0x18c)),{isTurboScaleSession}=require(a55_0x2da3f9(0x1b7)),logger=require('./logger')[a55_0x2da3f9(0x134)],helper=require(a55_0x2da3f9(0x10d)),utilities=require(a55_0x2da3f9(0xd3)),percyHelper=require('./percy/utils'),hubAllocator=require(a55_0x2da3f9(0x165)),PerformanceTester=require(a55_0x2da3f9(0x114)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a55_0x2da3f9(0x11d)),{setPercyFlag}=require(a55_0x2da3f9(0x140)),TestHubHandler=require('./testhub/testhubHandler'),timeoutPromise=require('./timeoutPromise');class BrowserStackSetup{constructor(_0x109203,_0x3a7616){const _0x3f0844=a55_0x2da3f9,_0x5e50fc={'Eflzo':_0x3f0844(0x19f),'xEXon':_0x3f0844(0x10a),'NGusT':function(_0x321e73,_0x462ba3){return _0x321e73<_0x462ba3;},'dygBk':function(_0x3cbe6b,_0x332c08){return _0x3cbe6b(_0x332c08);},'RVwrS':_0x3f0844(0x150),'pujrY':function(_0x337511,_0xfb7359){return _0x337511===_0xfb7359;},'mlEGj':'4.5.0','owkZc':function(_0x395287){return _0x395287();},'FhjMS':_0x3f0844(0x166),'IYgDk':_0x3f0844(0x1c1),'gHQKb':_0x3f0844(0x12d),'JwaYR':_0x3f0844(0x121),'EtAGa':_0x3f0844(0x145),'xcSQF':_0x3f0844(0x17c),'dxUgd':_0x3f0844(0xca),'lLykA':_0x3f0844(0x18e),'LyNjY':function(_0x190d3f,_0x5ba9a0){return _0x190d3f===_0x5ba9a0;},'FNWTF':_0x3f0844(0x101),'aIhHF':function(_0x29e7b4,_0x34be4e){return _0x29e7b4!==_0x34be4e;},'TCWDJ':'win32','ATOfG':'SIGABRT','hDKKj':_0x3f0844(0x179),'bWPih':_0x3f0844(0x109)},_0x17e89e=_0x5e50fc[_0x3f0844(0x174)]['split']('|');let _0xeee3e4=0x0;while(!![]){switch(_0x17e89e[_0xeee3e4++]){case'0':process['on'](_0x5e50fc[_0x3f0844(0x120)],this[_0x3f0844(0x13e)]);continue;case'1':this[_0x3f0844(0x1bf)]['browserStackLocalOptions']['skipBinaryInitialisation']=helper[_0x3f0844(0x10b)](this[_0x3f0844(0x1bf)]['browserStackLocalOptions'][_0x3f0844(0x1aa)]);continue;case'2':helper[_0x3f0844(0x131)](_0x3a7616)&&(_0x5e50fc['NGusT'](_0x5e50fc['dygBk'](parseInt,helper[_0x3f0844(0xc0)](_0x5e50fc['RVwrS'])),0x3)&&(this[_0x3f0844(0x1bf)][_0x3f0844(0x15d)]=![]),_0x5e50fc[_0x3f0844(0x133)](helper[_0x3f0844(0x119)](helper[_0x3f0844(0xc0)](_0x5e50fc[_0x3f0844(0x176)]),_0x5e50fc[_0x3f0844(0x161)]),0x1)&&(this['config'][_0x3f0844(0x15d)]=!![]));continue;case'3':this[_0x3f0844(0xf1)]=_0x5e50fc['owkZc'](uuidv4);continue;case'4':this[_0x3f0844(0x18d)]=_0x3a7616;continue;case'5':global[_0x3f0844(0x1bf)]=this['config'];continue;case'6':logger['info']('SDK\x20run\x20started\x20with\x20id:\x20'+this[_0x3f0844(0xf1)]);continue;case'7':process['on'](_0x5e50fc['FhjMS'],this['exitHandler']());continue;case'8':process[_0x3f0844(0xfd)][_0x3f0844(0x1ba)]&&(this[_0x3f0844(0x1bf)][_0x3f0844(0x159)]=helper[_0x3f0844(0x10b)](process[_0x3f0844(0xfd)][_0x3f0844(0x1ba)]),this[_0x3f0844(0x1bf)][_0x3f0844(0x15f)]=this[_0x3f0844(0x1bf)][_0x3f0844(0x15f)]||{});continue;case'9':(helper[_0x3f0844(0x1ac)](this[_0x3f0844(0x1bf)]['platforms'])||helper['isUndefined'](this[_0x3f0844(0x1bf)][_0x3f0844(0x1b6)]['length']))&&(helper[_0x3f0844(0x1ac)](this['config'][_0x3f0844(0x11b)])?logger[_0x3f0844(0x170)](_0x5e50fc[_0x3f0844(0x168)]):logger[_0x3f0844(0xf3)](_0x5e50fc[_0x3f0844(0xf7)]),this[_0x3f0844(0x1bf)][_0x3f0844(0x1b6)]=[]);continue;case'10':try{process[_0x3f0844(0xfd)]['FRAMEWORK']=_0x109203['_'][0x0],utilities['fireFunnelTestEvent'](_0x5e50fc['JwaYR'],{},this['config'],this[_0x3f0844(0x18d)]);}catch(_0xa77d7){logger[_0x3f0844(0x124)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0xa77d7);}continue;case'11':helper['setHandlePWError'](this[_0x3f0844(0x1bf)]);continue;case'12':this['cliConfig']=helper['setCLICaps'](_0x109203);continue;case'13':this[_0x3f0844(0x15e)]=null;continue;case'14':helper[_0x3f0844(0x11c)](this['config']);continue;case'15':this[_0x3f0844(0xd7)]={};continue;case'16':global[_0x3f0844(0xf1)]=this[_0x3f0844(0xf1)];continue;case'17':process['on'](_0x5e50fc[_0x3f0844(0x103)],this[_0x3f0844(0x13e)]);continue;case'18':this[_0x3f0844(0x1bf)][_0x3f0844(0xe2)][_0x3f0844(0xd0)]=!helper[_0x3f0844(0x16a)]()||helper[_0x3f0844(0x10b)](this[_0x3f0844(0x1bf)][_0x3f0844(0xe2)][_0x3f0844(0xd0)]);continue;case'19':this[_0x3f0844(0x19d)]();continue;case'20':if(this[_0x3f0844(0x1bf)][_0x3f0844(0x115)])throw new Error(this[_0x3f0844(0x1bf)][_0x3f0844(0x115)]);continue;case'21':this[_0x3f0844(0xc3)]=null;continue;case'22':process['on'](_0x5e50fc['xcSQF'],this['intExitHandler']);continue;case'23':helper[_0x3f0844(0xda)](this[_0x3f0844(0x1bf)])&&helper[_0x3f0844(0x1ac)](helper[_0x3f0844(0x12f)](this[_0x3f0844(0x1bf)]))&&(!helper[_0x3f0844(0x1ac)](this[_0x3f0844(0x1bf)]['browserStackLocalOptions'])&&_0x5e50fc[_0x3f0844(0x133)](this[_0x3f0844(0x1bf)][_0x3f0844(0x18b)][_0x3f0844(0xcf)],Object)?!helper['isTrue'](this[_0x3f0844(0x1bf)]['browserStackLocalOptions'][_0x3f0844(0x1aa)])&&(this[_0x3f0844(0x1bf)][_0x3f0844(0x18b)][_0x3f0844(0x112)]=helper[_0x3f0844(0x14a)]()):this[_0x3f0844(0x1bf)][_0x3f0844(0x18b)]={'localIdentifier':helper['generateLocalIdentifier']()});continue;case'24':this[_0x3f0844(0x13e)]=this[_0x3f0844(0x13e)]['bind'](this);continue;case'25':!this[_0x3f0844(0x1bf)][_0x3f0844(0xe2)]&&(this[_0x3f0844(0x1bf)][_0x3f0844(0xe2)]={});continue;case'26':this['config']=helper[_0x3f0844(0x106)](helper['getConfigPath'](_0x109203));continue;case'27':helper[_0x3f0844(0xd4)](this['config'],this[_0x3f0844(0x197)],this[_0x3f0844(0x151)]);continue;case'28':this[_0x3f0844(0x1bf)][_0x3f0844(0xe2)]=this[_0x3f0844(0x1bf)][_0x3f0844(0xe2)]||{};continue;case'29':!this['config'][_0x3f0844(0xdd)]&&logger['info'](constants[_0x3f0844(0x142)]);continue;case'30':this[_0x3f0844(0x1bf)][_0x3f0844(0xe2)][_0x3f0844(0x146)]=!helper[_0x3f0844(0x16a)]()||helper['isTrue'](this[_0x3f0844(0x1bf)][_0x3f0844(0xe2)][_0x3f0844(0x146)]);continue;case'31':this[_0x3f0844(0x151)]=helper[_0x3f0844(0x104)]();continue;case'32':if(!helper[_0x3f0844(0x16a)]()){try{process[_0x3f0844(0xfd)][_0x3f0844(0xf9)]=_0x3a7616,utilities[_0x3f0844(0xec)](_0x5e50fc[_0x3f0844(0xf0)],{},this[_0x3f0844(0x1bf)],this['framework']);}catch(_0x3957f8){logger[_0x3f0844(0x124)](_0x3f0844(0x185)+_0x3957f8);}return;}continue;case'33':if(helper[_0x3f0844(0x1ac)](helper[_0x3f0844(0xc6)](this[_0x3f0844(0x1bf)]))||helper['isUndefined'](helper[_0x3f0844(0x1a2)](this[_0x3f0844(0x1bf)])))throw new Error(_0x5e50fc['dxUgd']);continue;case'34':if(helper[_0x3f0844(0x1ac)](this[_0x3f0844(0x1bf)]))throw new Error(_0x5e50fc[_0x3f0844(0x195)]);continue;case'35':helper['setBrowserstackInfraFromConfig'](this['config'],this[_0x3f0844(0x197)]);continue;case'36':this[_0x3f0844(0x187)]=null;continue;case'37':!this[_0x3f0844(0x1bf)][_0x3f0844(0x18b)]&&(this[_0x3f0844(0x1bf)][_0x3f0844(0x18b)]=this['config'][_0x3f0844(0x128)]||{});continue;case'38':global[_0x3f0844(0x18d)]=_0x3a7616;continue;case'39':helper[_0x3f0844(0x10e)](this[_0x3f0844(0x1bf)],this[_0x3f0844(0x197)],this[_0x3f0844(0x151)]);continue;case'40':if(_0x5e50fc[_0x3f0844(0x1c0)](_0x3a7616,_0x5e50fc['FNWTF']))return;continue;case'41':this[_0x3f0844(0xe8)]=[];continue;case'42':_0x5e50fc[_0x3f0844(0xd6)](process[_0x3f0844(0xe9)],_0x5e50fc[_0x3f0844(0x196)])?(process['on'](_0x5e50fc[_0x3f0844(0xfb)],this[_0x3f0844(0x13e)]),process['on'](_0x5e50fc['hDKKj'],this[_0x3f0844(0x13e)])):process['on'](_0x5e50fc[_0x3f0844(0x16b)],this['intExitHandler']);continue;case'43':this['config']['platforms']=this[_0x3f0844(0x1bf)]['platforms']||[];continue;}break;}}async[a55_0x2da3f9(0x17b)](){const _0x14a93c=a55_0x2da3f9,_0x3a9f34={'GOcMc':function(_0x4b547b,_0xbf57d2){return _0x4b547b(_0xbf57d2);},'FUlOy':_0x14a93c(0x194),'PUVmK':'custom-repeater','rgILr':_0x14a93c(0x117),'pBfxm':function(_0x3d35ea,_0x2433bf){return _0x3d35ea===_0x2433bf;},'YXXEO':_0x14a93c(0xc1),'wFeNO':function(_0x5e1e0e,_0xe8047f){return _0x5e1e0e+_0xe8047f;},'HaGot':_0x14a93c(0x153),'UitZj':function(_0x2b35b2,_0x4458be){return _0x2b35b2(_0x4458be);},'rsPmf':_0x14a93c(0x18f),'PZYFi':function(_0x519a77,_0xf5f611){return _0x519a77(_0xf5f611);}};if(_0x3a9f34[_0x14a93c(0xd5)](isTurboScaleSession,this[_0x14a93c(0x1bf)])){const _0x239674=await helper[_0x14a93c(0xe4)](this[_0x14a93c(0x1bf)]);this[_0x14a93c(0x1bf)][_0x14a93c(0x189)]=_0x239674,_0x239674[_0x14a93c(0xd8)]&&(this[_0x14a93c(0x1bf)][_0x14a93c(0x187)]=!![],this[_0x14a93c(0x1bf)]['browserStackLocalOptions']['localIdentifier']=_0x3a9f34[_0x14a93c(0x147)],this[_0x14a93c(0x1bf)][_0x14a93c(0x18b)][_0x3a9f34[_0x14a93c(0x1b2)]]=_0x239674[_0x14a93c(0x13d)][_0x14a93c(0xee)](','),this['config'][_0x14a93c(0x18b)]['forceLocal']=_0x3a9f34[_0x14a93c(0x1a3)]),this[_0x14a93c(0x1bf)][_0x14a93c(0x130)]=_0x239674[_0x14a93c(0x172)],this[_0x14a93c(0x18d)]&&_0x3a9f34[_0x14a93c(0x149)](this[_0x14a93c(0x18d)][_0x14a93c(0xf4)](),_0x3a9f34[_0x14a93c(0x19c)])&&(this[_0x14a93c(0x1bf)]['turboScaleUrl']=_0x3a9f34[_0x14a93c(0x156)](_0x239674[_0x14a93c(0x111)],_0x3a9f34[_0x14a93c(0x183)])),constants[_0x14a93c(0xef)]=helper[_0x14a93c(0x18a)](this[_0x14a93c(0x1bf)]),logger[_0x14a93c(0x124)](_0x14a93c(0x1a5)+constants[_0x14a93c(0xef)]);}helper['setProxySettings'](this[_0x14a93c(0x1bf)]),this['setupKeepAlive'](),_0x3a9f34[_0x14a93c(0xc4)](setPercyFlag,this),await this[_0x14a93c(0xc5)](),![_0x3a9f34[_0x14a93c(0x19b)]]['includes'](this[_0x14a93c(0x18d)])&&!_0x3a9f34[_0x14a93c(0x198)](isTurboScaleSession,this[_0x14a93c(0x1bf)])&&!helper[_0x14a93c(0xc2)]()[_0x14a93c(0x1b4)]&&await this[_0x14a93c(0x19e)]();}async[a55_0x2da3f9(0x191)](){const _0x2f44e4=a55_0x2da3f9,_0x8025a3={};_0x8025a3[_0x2f44e4(0x1b9)]=function(_0x155be1,_0x3d7f8d){return _0x155be1===_0x3d7f8d;},_0x8025a3[_0x2f44e4(0x13c)]=_0x2f44e4(0x1a4),_0x8025a3['CzzPe']=_0x2f44e4(0x160),_0x8025a3['QGPzx']=_0x2f44e4(0xe0),_0x8025a3[_0x2f44e4(0x12c)]='true',_0x8025a3[_0x2f44e4(0x12a)]=_0x2f44e4(0x166);const _0x4385e8=_0x8025a3;if(helper[_0x2f44e4(0x10b)](this[_0x2f44e4(0x1bf)][_0x2f44e4(0x15e)])&&(!this['percy']||!this[_0x2f44e4(0x15e)][_0x2f44e4(0x148)]()))try{this[_0x2f44e4(0x15e)]=await percyHelper['startPercy'](this[_0x2f44e4(0x1bf)]);if(!this[_0x2f44e4(0x15e)]){process[_0x2f44e4(0xfd)][_0x2f44e4(0x16f)]=_0x4385e8[_0x2f44e4(0x13c)];throw new Error(_0x4385e8[_0x2f44e4(0x14e)]);}logger[_0x2f44e4(0x170)](_0x4385e8['QGPzx']),process[_0x2f44e4(0xfd)][_0x2f44e4(0x16f)]=_0x4385e8[_0x2f44e4(0x12c)];let _0x574a44=0x0;const _0xfe2b7e=async()=>{const _0x21b97d=_0x2f44e4;_0x574a44++,_0x4385e8['JUefP'](_0x574a44,0x1)&&await this[_0x21b97d(0x13f)]();};process['on'](_0x4385e8[_0x2f44e4(0x12a)],_0xfe2b7e);}catch(_0x43b1b8){process[_0x2f44e4(0xfd)][_0x2f44e4(0x16f)]=_0x4385e8[_0x2f44e4(0x13c)],logger[_0x2f44e4(0x124)]('Error\x20in\x20percy\x20setup\x20'+_0x43b1b8);throw new Error(_0x43b1b8[_0x2f44e4(0x14b)]());}}async[a55_0x2da3f9(0x13f)](){const _0x7c8f0e=a55_0x2da3f9,_0x304ea6={};_0x304ea6[_0x7c8f0e(0xcb)]=_0x7c8f0e(0xc8),_0x304ea6[_0x7c8f0e(0x10f)]=_0x7c8f0e(0xdc);const _0x3b92e1=_0x304ea6;if(this['percy']&&this[_0x7c8f0e(0x15e)]['isRunning']())try{await percyHelper[_0x7c8f0e(0x13f)](this[_0x7c8f0e(0x15e)]),logger[_0x7c8f0e(0x170)](_0x3b92e1['RUbgu']);}catch(_0x288b6d){logger['error'](_0x3b92e1[_0x7c8f0e(0x10f)],_0x288b6d[_0x7c8f0e(0x155)]);}}async[a55_0x2da3f9(0xc5)](){const _0x4d91b0=a55_0x2da3f9,_0x1c7506={};_0x1c7506[_0x4d91b0(0x154)]=_0x4d91b0(0x1a0),_0x1c7506[_0x4d91b0(0x169)]=_0x4d91b0(0x14c);const _0x8c2d04=_0x1c7506;if(helper['isBrowserstackInfra']()&&helper['isTrue'](this[_0x4d91b0(0x1bf)][_0x4d91b0(0x187)])&&(!this['browserstackLocal']||!this[_0x4d91b0(0x187)][_0x4d91b0(0x148)]()))try{if(this[_0x4d91b0(0x1bf)]['browserStackLocalOptions']['skipBinaryInitialisation']){logger['debug'](_0x8c2d04['mcbzU']);return;}this[_0x4d91b0(0x187)]=await helper['startLocalBinary'](this[_0x4d91b0(0x1bf)]),logger[_0x4d91b0(0x170)](_0x8c2d04[_0x4d91b0(0x169)]);}catch(_0x1aafdb){logger[_0x4d91b0(0x124)](_0x1aafdb);throw new Error(_0x1aafdb[_0x4d91b0(0x14b)]());}}async[a55_0x2da3f9(0x1bb)](){const _0x4206b2=a55_0x2da3f9,_0x18892e={};_0x18892e[_0x4206b2(0x1ae)]=_0x4206b2(0x15a),_0x18892e[_0x4206b2(0x125)]=_0x4206b2(0x12e);const _0x25e068=_0x18892e;if(this[_0x4206b2(0x187)]&&this[_0x4206b2(0x187)][_0x4206b2(0x148)]())try{await helper['stopLocalBinary'](this['browserstackLocal']),logger[_0x4206b2(0x170)](_0x25e068[_0x4206b2(0x1ae)]);}catch(_0x26129a){logger[_0x4206b2(0x115)](_0x25e068['DJTYS'],_0x26129a[_0x4206b2(0x155)]);}}async[a55_0x2da3f9(0x19e)](){const _0x1b9973=a55_0x2da3f9;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x1b9973(0x10c)],async()=>{const _0x310f09=_0x1b9973;await hubAllocator[_0x310f09(0x12b)](this[_0x310f09(0x1bf)]);})();}async[a55_0x2da3f9(0x105)](){const _0x3b6152=a55_0x2da3f9,_0x27e0fa={'ACdmv':function(_0x5ea900,_0x46a339){return _0x5ea900(_0x46a339);},'ywuKl':_0x3b6152(0xff),'guMvA':function(_0x84ac90,_0x39b286,_0x1e852a,_0x33a906,_0x4e1166,_0x57df59,_0x26fa20){return _0x84ac90(_0x39b286,_0x1e852a,_0x33a906,_0x4e1166,_0x57df59,_0x26fa20);},'ZxhSv':'BrowserstackHealing.init\x20method\x20timed\x20out','tjWUk':'BrowserstackHealingInitFailed','geWkV':_0x3b6152(0x100),'kNKzy':'BrowserstackHealing.init','ANZGN':function(_0x436fac,_0x19d80d){return _0x436fac===_0x19d80d;},'ZortV':'true','zaBwT':function(_0x12247f,_0x95f989){return _0x12247f===_0x95f989;},'dOQcd':function(_0x560a63,_0x2ddc1c){return _0x560a63===_0x2ddc1c;},'HyevL':'Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','ykWyf':_0x3b6152(0x199),'HEhYo':_0x3b6152(0xe6),'pRDgy':_0x3b6152(0x173),'MyNwg':function(_0x38cd9e,_0xef3f37){return _0x38cd9e>=_0xef3f37;},'VcmVW':function(_0x10c7c7,_0x4039ec){return _0x10c7c7<_0x4039ec;},'Dfzea':_0x3b6152(0xfe),'iNlGN':_0x3b6152(0x136),'Cbbhz':function(_0x57250c){return _0x57250c();}},_0x5a8d11=PerformanceTester[_0x3b6152(0x188)](_0x27e0fa[_0x3b6152(0xc9)],async()=>{const _0x2d7f50=_0x3b6152;try{const _0x4fd710=new Date(),_0xe1e1af=helper[_0x2d7f50(0x16c)](this[_0x2d7f50(0x1bf)]),_0x39a94d=_0x27e0fa['ACdmv'](require,path[_0x2d7f50(0xee)](__dirname,_0x27e0fa[_0x2d7f50(0xf6)])),_0x3bb142=_0x27e0fa[_0x2d7f50(0x11e)](timeoutPromise,constants[_0x2d7f50(0xe1)],_0x27e0fa[_0x2d7f50(0x193)],_0x27e0fa['tjWUk'],_0x4fd710,this[_0x2d7f50(0x1bf)],this[_0x2d7f50(0x18d)]),_0x13cc5b={'tcgUrl':constants[_0x2d7f50(0x1af)],'sdkVersion':_0x27e0fa[_0x2d7f50(0x1b8)](require,_0x27e0fa[_0x2d7f50(0x1a1)])[_0x2d7f50(0x144)],'methodUsed':_0x27e0fa[_0x2d7f50(0x138)],'proxyConfig':_0xe1e1af,'os':os['platform']()};if(_0xe1e1af&&_0xe1e1af[_0x2d7f50(0x1ab)]){utilities[_0x2d7f50(0xec)](constants[_0x2d7f50(0x1a6)],_0x13cc5b,this['config'],this[_0x2d7f50(0x18d)]);return;}const _0x19b3bd={};_0x19b3bd['proxy']=_0xe1e1af;const _0x29b64f=await Promise[_0x2d7f50(0x1a8)]([_0x39a94d[_0x2d7f50(0x14d)](this['config'][_0x2d7f50(0xdf)],this[_0x2d7f50(0x1bf)][_0x2d7f50(0x1bc)],constants[_0x2d7f50(0x1af)],_0x27e0fa[_0x2d7f50(0x1b8)](require,_0x27e0fa[_0x2d7f50(0x1a1)])[_0x2d7f50(0x144)],_0x19b3bd)['then'](_0x309cb8=>{const _0xbf85e6=_0x2d7f50;return _0x3bb142[_0xbf85e6(0x175)](),_0x309cb8;}),_0x3bb142]);_0x29b64f[_0x2d7f50(0x139)]=_0x27e0fa[_0x2d7f50(0x180)](_0x29b64f[_0x2d7f50(0x139)],_0x27e0fa[_0x2d7f50(0x1ad)])||_0x27e0fa[_0x2d7f50(0xce)](_0x29b64f[_0x2d7f50(0x139)],!![]);const _0x30bae6=_0x27e0fa[_0x2d7f50(0xfc)](this[_0x2d7f50(0x1bf)][_0x2d7f50(0xf8)],!![])||_0x27e0fa[_0x2d7f50(0x180)](this[_0x2d7f50(0x1bf)][_0x2d7f50(0xf8)],_0x27e0fa[_0x2d7f50(0x1ad)]);if(_0x27e0fa['dOQcd'](_0x29b64f[_0x2d7f50(0x155)],constants[_0x2d7f50(0x110)])&&_0x30bae6)logger[_0x2d7f50(0x170)](_0x27e0fa['HyevL']);else{if(!_0x29b64f[_0x2d7f50(0xcc)]&&_0x27e0fa[_0x2d7f50(0xfc)](_0x29b64f[_0x2d7f50(0xed)],0x1f7)&&_0x30bae6)logger[_0x2d7f50(0x170)](_0x27e0fa[_0x2d7f50(0x17f)]),utilities[_0x2d7f50(0xec)](constants[_0x2d7f50(0xeb)],_0x13cc5b,this[_0x2d7f50(0x1bf)],this[_0x2d7f50(0x18d)]);else{if(!_0x29b64f[_0x2d7f50(0xcc)]&&_0x30bae6){logger[_0x2d7f50(0x170)](_0x27e0fa[_0x2d7f50(0x1be)]);const _0x4bfba6={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x27e0fa['ACdmv'](require,_0x27e0fa['geWkV'])[_0x2d7f50(0x144)],'methodUsed':_0x27e0fa['kNKzy'],'proxyConfig':_0xe1e1af,'os':os[_0x2d7f50(0xe9)]()};utilities[_0x2d7f50(0xec)](constants[_0x2d7f50(0x152)],_0x4bfba6,this[_0x2d7f50(0x1bf)],this[_0x2d7f50(0x18d)]);}else{if(_0x29b64f['isAuthenticated']&&!_0x29b64f[_0x2d7f50(0x139)]&&_0x30bae6)logger[_0x2d7f50(0x170)](_0x27e0fa[_0x2d7f50(0x118)]);else{if(_0x27e0fa[_0x2d7f50(0x167)](_0x29b64f[_0x2d7f50(0xed)],0xc8)&&_0x27e0fa[_0x2d7f50(0x164)](_0x29b64f[_0x2d7f50(0xed)],0x12c))utilities[_0x2d7f50(0xec)](constants[_0x2d7f50(0x137)],_0x13cc5b,this[_0x2d7f50(0x1bf)],this[_0x2d7f50(0x18d)]);else{if(_0x27e0fa[_0x2d7f50(0x167)](_0x29b64f[_0x2d7f50(0xed)],0x190))_0x13cc5b[_0x2d7f50(0xed)]=_0x29b64f[_0x2d7f50(0xed)],utilities[_0x2d7f50(0xec)](constants['AI_INIT_FAILURE'],_0x13cc5b,this[_0x2d7f50(0x1bf)],this[_0x2d7f50(0x18d)]);else!_0x29b64f[_0x2d7f50(0xed)]&&utilities[_0x2d7f50(0xec)](constants[_0x2d7f50(0xf5)],_0x13cc5b,this[_0x2d7f50(0x1bf)],this[_0x2d7f50(0x18d)]);}}}}}if(_0x29b64f[_0x2d7f50(0xcc)]&&_0x29b64f[_0x2d7f50(0x139)]){const _0x372406={};_0x372406[_0x2d7f50(0x1a9)]=_0x29b64f;const _0x4e78aa=_0x372406;_0xe1e1af&&(_0x4e78aa[_0x2d7f50(0x123)]=_0xe1e1af),_0x4e78aa[_0x2d7f50(0x18d)]=this[_0x2d7f50(0x18d)],_0x4e78aa[_0x2d7f50(0x102)]=this['config'],helper[_0x2d7f50(0xea)](_0x4e78aa),logger[_0x2d7f50(0x124)](_0x27e0fa['Dfzea']);}}catch(_0x3b580b){logger[_0x2d7f50(0x124)](_0x2d7f50(0x15c)+(_0x3b580b[_0x2d7f50(0x155)]?_0x3b580b[_0x2d7f50(0x155)]:''));}});await _0x27e0fa[_0x3b6152(0x171)](_0x5a8d11);}['setupKeepAlive'](){const _0x46ce44=a55_0x2da3f9,_0x2d3a67={'prNOL':function(_0x5cd1de,_0xa62c16){return _0x5cd1de(_0xa62c16);},'gvbsx':_0x46ce44(0xdb)};_0x2d3a67[_0x46ce44(0x162)](require,_0x2d3a67[_0x46ce44(0x14f)])();}[a55_0x2da3f9(0x19d)](){const _0x883daa=a55_0x2da3f9,_0x3c62a4={};_0x3c62a4[_0x883daa(0x11a)]=_0x883daa(0x178),_0x3c62a4[_0x883daa(0x113)]=_0x883daa(0x116);const _0x1ac49b=_0x3c62a4,_0x1ef5ed=_0x2ccc1f=>{const _0x5d4e79=_0x883daa;logger['error'](_0x2ccc1f[_0x5d4e79(0x155)]),logger[_0x5d4e79(0x124)](util[_0x5d4e79(0x182)](_0x2ccc1f)),this[_0x5d4e79(0xe8)][_0x5d4e79(0x1a7)](util[_0x5d4e79(0x182)]('%j',_0x2ccc1f)),PerformanceTester[_0x5d4e79(0x1bd)](_0x2ccc1f);};process['on'](_0x1ac49b['EQNtr'],_0x1ef5ed),process['on'](_0x1ac49b[_0x883daa(0x113)],_0x1ef5ed);}async[a55_0x2da3f9(0x13e)](_0x4fb358){const _0x167034=a55_0x2da3f9,_0x14499b={};_0x14499b[_0x167034(0x107)]='4|0|1|2|3',_0x14499b[_0x167034(0x122)]=function(_0x2b8b6b,_0x514b13){return _0x2b8b6b+_0x514b13;},_0x14499b[_0x167034(0x19a)]='handled',_0x14499b[_0x167034(0x135)]=function(_0xc303bb,_0xa5d023){return _0xc303bb+_0xa5d023;},_0x14499b[_0x167034(0x158)]='Shutdown\x20triggered\x20by\x20';const _0x235889=_0x14499b,_0x4f9c47=_0x235889[_0x167034(0x107)][_0x167034(0x141)]('|');let _0x5e011f=0x0;while(!![]){switch(_0x4f9c47[_0x5e011f++]){case'0':this[_0x235889['LwRvD'](_0x235889[_0x167034(0x19a)],_0x4fb358)]=!![];continue;case'1':logger[_0x167034(0x170)](_0x235889[_0x167034(0x135)](_0x235889[_0x167034(0x158)],_0x4fb358));continue;case'2':this['killSignal']=_0x4fb358;continue;case'3':await TestHubHandler['stop'](_0x4fb358);continue;case'4':if(this[_0x235889[_0x167034(0x122)](_0x235889['rDFDB'],_0x4fb358)])return;continue;}break;}}[a55_0x2da3f9(0xf2)](){const _0x5c066c=a55_0x2da3f9,_0x3b3dcf={};_0x3b3dcf[_0x5c066c(0x163)]=function(_0x24fcb1,_0x52780e){return _0x24fcb1===_0x52780e;},_0x3b3dcf[_0x5c066c(0x177)]='Calling\x20Build\x20Stop\x20from\x20ExitHandler',_0x3b3dcf['JHdQL']=function(_0x3d8078,_0x3e5d54){return _0x3d8078>_0x3e5d54;},_0x3b3dcf['ittaA']=function(_0x2d0dad,_0x527660){return _0x2d0dad>_0x527660;},_0x3b3dcf[_0x5c066c(0x17e)]='log/events.json';const _0x559a2d=_0x3b3dcf;let _0x3008d0=0x0;return async()=>{const _0xbfb69c=_0x5c066c;_0x3008d0++;if(_0x559a2d[_0xbfb69c(0x163)](_0x3008d0,0x1)){helper[_0xbfb69c(0x192)](this[_0xbfb69c(0x18d)])&&await this[_0xbfb69c(0x1bb)]();try{logger[_0xbfb69c(0x124)](_0x559a2d[_0xbfb69c(0x177)]),await TestHubHandler[_0xbfb69c(0x16e)](_0x3008d0);}catch(_0x44dd79){logger[_0xbfb69c(0x124)](_0xbfb69c(0x1b1)+util['format'](_0x44dd79));}PerformanceTester[_0xbfb69c(0x184)](PerformanceEvents[_0xbfb69c(0x16d)]);if(PerformanceTester[_0xbfb69c(0xd9)]()){const {measures:_0x5b8a34,errors:_0x32c2f8}=await PerformanceTester[_0xbfb69c(0xcd)](),_0x47e489={};if(_0x5b8a34&&_0x559a2d[_0xbfb69c(0x13a)](_0x5b8a34[_0xbfb69c(0x15b)],0x0)||_0x32c2f8&&_0x559a2d['ittaA'](_0x32c2f8[_0xbfb69c(0x15b)],0x0)){const _0x2fc8ba={};_0x2fc8ba[_0xbfb69c(0xe7)]=_0x5b8a34,_0x2fc8ba[_0xbfb69c(0x157)]=_0x32c2f8,Object[_0xbfb69c(0x126)](_0x47e489,_0x2fc8ba);}try{const _0x4cfbd9=await helper[_0xbfb69c(0x108)](_0x47e489,this[_0xbfb69c(0x1bf)]);logger['debug']('Data\x20sent\x20successfully\x20to\x20'+constants[_0xbfb69c(0x11f)]+'\x20with\x20response\x20'+_0x4cfbd9[_0xbfb69c(0x143)]);}catch(_0x594005){logger[_0xbfb69c(0x124)]('Failed\x20to\x20send\x20data\x20to\x20'+constants[_0xbfb69c(0x11f)]+_0xbfb69c(0xde)+util[_0xbfb69c(0x182)](_0x594005));}try{fs[_0xbfb69c(0x13b)](_0x559a2d[_0xbfb69c(0x17e)],JSON[_0xbfb69c(0x186)](_0x47e489));}catch(_0x4b4f71){logger['debug'](_0xbfb69c(0xe3)+_0x4b4f71);}}}};}}exports[a55_0x2da3f9(0x17d)]=BrowserStackSetup;function a55_0x1f14(){const _0x11124a=['getTurboScaleGridDetails','2725Enwcij','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','measures','unhandledErrors','platform','setupTcgConfigFile','TCG_DOWN','fireFunnelTestEvent','status','join','hubUrl','JwaYR','sdkRunID','exitHandler','warn','toLowerCase','INVALID_INIT_RESP_WITH_USER_IMPACT','ywuKl','gHQKb','selfHeal','FRAMEWORK','2348qLiFIq','ATOfG','dOQcd','env','tcg\x20config\x20setup\x20successful.','../ai-sdk-node/bundle','../../package.json','integrations','bstackConfig','EtAGa','setEnvCaps','setupTCGAuth','readConfig','kNWmT','sendToEDS','SIGBREAK','SIGINT','isTrue','HUB_MANAGEMENT','./helper','setLogLevel','CoaQC','UPGRADE_REQUIRED','playwrightUrl','localIdentifier','WCERJ','./performance/performance-tester','error','uncaughtException','true','pRDgy','compareVersions','EQNtr','parallelsPerPlatform','sanitizeCaps','./performance/constants','guMvA','EDS_URL','xEXon','SDKTestAttempted','LwRvD','proxyConfig','debug','DJTYS','assign','10cAZgDI','localOptions','util','BFfMK','allocateHub','DyPAg','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','Error\x20occured\x20while\x20stopping\x20local\x20binary','getLocalIdentifier','turboScaleUrl','requireSeleniumWebdriverCheck','2337186LFmJbi','pujrY','winstonLogger','xmdeD','aiHeal:tcgAuth','AI_INIT_SUCCESSFUL','kNKzy','isHealingEnabled','JHdQL','writeFileSync','nGceb','customRepeaters','intExitHandler','stopPercy','./testhub/utils','split','AUTOLOGCAPTURE_NOTIFICATION','statusCode','version','SIGHUP','skipSessionName','FUlOy','isRunning','pBfxm','generateLocalIdentifier','toString','Local\x20binary\x20started\x20successfully','init','CzzPe','gvbsx','selenium-webdriver','envConfig','TCG_AUTH_FAILURE','?caps=','mcbzU','message','wFeNO','exceptions','vGQbc','turboScale','Local\x20binary\x20stopped','length','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','useW3C','percy','turboScaleOptions','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','mlEGj','prNOL','yAiWr','VcmVW','../hubAllocationMethods','beforeExit','MyNwg','IYgDk','xmqWL','isBrowserstackInfra','bWPih','getProxyConfigForTcg','SDK_CLEANUP','stop','BROWSERSTACK_PERCY','info','Cbbhz','url','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','Eflzo','cancel','RVwrS','yhxFC','unhandledRejection','SIGQUIT','uuid','initialize','SIGTERM','default','qFxmV','ykWyf','ANZGN','11424411YBmLpK','format','HaGot','end','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','stringify','browserstackLocal','measureWrapper','turboScaleGridDetails','getHubUrl','browserStackLocalOptions','../bin/utils/constants','framework','No\x20config\x20provided.','codeceptjs','622155TyfOaa','setupPercy','checkStopLocalBinaryOnExit','ZxhSv','ats-repeater','lLykA','TCWDJ','cliConfig','PZYFi','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','rDFDB','rsPmf','YXXEO','handleExceptions','setUpHubUrl','41|12|31|36|13|26|43|28|15|5|38|14|4|3|21|16|6|34|20|35|18|30|27|37|33|23|1|39|11|40|19|8|32|2|9|25|10|29|24|22|0|17|42|7','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','geWkV','getAccessKey','rgILr','false','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','AI_PROXY_FAILURE','push','race','tcgAuthConfig','skipBinaryInitialisation','proxyUrl','isUndefined','ZortV','UUNnj','TCG_URL','8mfCjNA','Error\x20in\x20sending\x20testhub\x20stop:\x20','PUVmK','14onzykP','central_scanner','579040tFCXaH','platforms','./ats/helper','ACdmv','JUefP','BROWSERSTACK_TURBOSCALE','stopBrowserstackLocal','userName','captureError','HEhYo','config','LyNjY','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','getPackageVersion','playwright','getCentralUser','killSignal','UitZj','setupBrowserstackLocal','getUserName','path','Percy\x20stopped','iNlGN','userName\x20or\x20accessKey\x20is\x20not\x20defined','RUbgu','isAuthenticated','finalize','zaBwT','constructor','skipSessionStatus','7325670FiGUjR','3027474RTyCWO','./utilities','getFinalCaps','GOcMc','aIhHF','errorMessage','isTrialGrid','isEnabled','getLocalConfig','./setKeepAlive','Error\x20occured\x20while\x20stopping\x20percy','disableAutoCaptureLogs','\x20with\x20error\x20','accessKey','Percy\x20started\x20successfully','TCG_AUTH_TIMEOUT','testContextOptions','Error\x20in\x20writing\x20events\x20to\x20file\x20'];a55_0x1f14=function(){return _0x11124a;};return a55_0x1f14();}
1
+ const a55_0x196310=a55_0x19dc;function a55_0x11e7(){const _0x54c98d=['checkStopLocalBinaryOnExit','Local\x20binary\x20started\x20successfully','env','measureWrapper','aiHeal:tcgAuth','TCG_AUTH_TIMEOUT','isRunning','421728CXBpgI','../../package.json','ZiZGK','percy','BROWSERSTACK_PERCY','useW3C','ulKPT','iwUlg','VvZVz','SUhcQ','QKqgu','Error\x20occured\x20while\x20stopping\x20local\x20binary','Percy\x20stopped','SDKTestAttempted','BbHll','setLogLevel','custom-repeater','DQEMr','TCG_AUTH_FAILURE','XucgU','FEnaI','UPGRADE_REQUIRED','FKaTl','lyMpP','beforeExit','error','isUndefined','length','platform','true','BbpWD','SIGTERM','bstackConfig','bdAgx','Error\x20occured\x20while\x20stopping\x20percy','./percy/utils','isTrue','getCentralUser','proxyConfig','race','SDK\x20run\x20started\x20with\x20id:\x20','turboScaleUrl','kdAzG','tTqGE','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','turboScaleOptions','KTJdp','localIdentifier','info','hdUcU','Error\x20in\x20percy\x20setup\x20','browserStackLocalOptions','VrQON','2346456rVGcay','disableAutoCaptureLogs','BTvLI','../ai-sdk-node/bundle','\x20with\x20error\x20','setProxySettings','fireFunnelTestEvent','XFBIT','end','SggnG','10344GHFVNG','AUTOLOGCAPTURE_NOTIFICATION','Local\x20binary\x20stopped','forceLocal','xmsCR','BrowserstackHealingInitFailed','FRAMEWORK','BQNbA','path','TCG_DOWN','playwrightUrl','Shutdown\x20triggered\x20by\x20','testContextOptions','unhandledErrors','ZILzM','cLasc','LsJaT','EnSvQ','./setKeepAlive','toLowerCase','fnXZS','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','AI_PROXY_FAILURE','turboScaleGridDetails','setUpHubUrl','toString','getHubUrl','status','writeFileSync','setHandlePWError','./helper','envConfig','4|1|3|0|2','BROWSERSTACK_TURBOSCALE','12pukEhg','getPackageVersion','MqmIJ','./timeoutPromise','sdkRunID','BrowserstackHealing.init','getLocalConfig','iVryk','split','jnVlK','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','44556mlLVHn','FVyec','statusCode','exceptions','codeceptjs','isEnabled','fXrbi','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','central_scanner','handleExceptions','zvOyV','push','UffaJ','SSiJW','initialize','startPercy','12|25|8|42|6|2|1|23|33|14|41|37|22|21|7|5|3|0|39|29|10|38|34|35|26|18|40|32|15|20|4|31|28|30|43|19|11|17|16|27|13|24|9|36','vbhNc','userName','CjvvB','No\x20config\x20provided.','yYloi','getUserName','proxy','handled','join','userName\x20or\x20accessKey\x20is\x20not\x20defined','QbDjr','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','init','iZnrS','setupBrowserstackLocal','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','format','version','framework','loBjw','selenium-webdriver','browserstackLocal','config','GxgAA','INVALID_INIT_RESP_WITH_USER_IMPACT','EAEhN','Error\x20in\x20writing\x20events\x20to\x20file\x20','LqDvc','isTrialGrid','stopLocalBinary','Pdiux','win32','Data\x20sent\x20successfully\x20to\x20','xeuOz','PlJtU','constructor','SDK_CLEANUP','getConfigPath','Percy\x20started\x20successfully','errorMessage','accessKey','getAccessKey','SIGBREAK','SIGINT','allocateHub','OeMeQ','selfHeal','?caps=','TpoRy','intExitHandler','NGEgQ','stopPercy','SIGABRT','stringify','IlNFt','oyuGo','setupPercy','localOptions','./testhub/testhubHandler','SdWvn','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','uuid','./testhub/utils','EDS_URL','41PYwNUu','ats-repeater','GqtKl','stopBrowserstackLocal','301tPJFAK','warn','AaNId','jBazv','BaPvF','skipSessionStatus','xfwQm','SIGQUIT','HUB_MANAGEMENT','bGFba','exitHandler','gopGd','readConfig','3248930DsvlTc','xvbGB','unhandledRejection','Gnvbj','setupTcgConfigFile','skipSessionName','AI_INIT_SUCCESSFUL','setBrowserstackInfraFromConfig','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','cancel','isHealingEnabled','platforms','tyepT','generateLocalIdentifier','./utilities','tcg\x20config\x20setup\x20successful.','stop','2458899MLzEYM','default','KpwUm','setCLICaps','customRepeaters','isBrowserstackInfra','setupKeepAlive','YYPOq','cliConfig','requireSeleniumWebdriverCheck','killSignal','message','STpIr','skipBinaryInitialisation','compareVersions','setupTCGAuth','LjCrl','debug','winstonLogger','getLocalIdentifier','1189530ZLEfRC','setEnvCaps','sendToEDS','STpyn','YghTp','uncaughtException','isAuthenticated','jlEpp','./performance/performance-tester','../bin/utils/constants'];a55_0x11e7=function(){return _0x54c98d;};return a55_0x11e7();}(function(_0x3ae3c8,_0x289118){const _0x5dae2e=a55_0x19dc,_0x301ade=_0x3ae3c8();while(!![]){try{const _0x2dfcc1=-parseInt(_0x5dae2e(0x2c6))/0x1*(parseInt(_0x5dae2e(0x248))/0x2)+-parseInt(_0x5dae2e(0x209))/0x3*(-parseInt(_0x5dae2e(0x26a))/0x4)+parseInt(_0x5dae2e(0x1f8))/0x5+-parseInt(_0x5dae2e(0x275))/0x6*(parseInt(_0x5dae2e(0x2ca))/0x7)+parseInt(_0x5dae2e(0x23e))/0x8+parseInt(_0x5dae2e(0x2e8))/0x9+-parseInt(_0x5dae2e(0x2d7))/0xa;if(_0x2dfcc1===_0x289118)break;else _0x301ade['push'](_0x301ade['shift']());}catch(_0x1a99db){_0x301ade['push'](_0x301ade['shift']());}}}(a55_0x11e7,0x5a4e1));function a55_0x19dc(_0x54f1ff,_0x35ec47){const _0x11e7b8=a55_0x11e7();return a55_0x19dc=function(_0x19dc4b,_0x2cc50c){_0x19dc4b=_0x19dc4b-0x1e6;let _0x55ff74=_0x11e7b8[_0x19dc4b];return _0x55ff74;},a55_0x19dc(_0x54f1ff,_0x35ec47);}const util=require('util'),os=require('os'),path=require(a55_0x196310(0x250)),{v4:uuidv4}=require(a55_0x196310(0x2c3)),fs=require('fs'),constants=require(a55_0x196310(0x201)),{isTurboScaleSession}=require('./ats/helper'),logger=require('./logger')[a55_0x196310(0x1f6)],helper=require(a55_0x196310(0x266)),utilities=require(a55_0x196310(0x2e5)),percyHelper=require(a55_0x196310(0x22c)),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require(a55_0x196310(0x200)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a55_0x196310(0x2c4)),TestHubHandler=require(a55_0x196310(0x2c0)),timeoutPromise=require(a55_0x196310(0x26d));class BrowserStackSetup{constructor(_0x36ece7,_0x32d8f5){const _0x1d4b0f=a55_0x196310,_0x178b31={'lyMpP':_0x1d4b0f(0x285),'GxgAA':_0x1d4b0f(0x289),'kdAzG':function(_0x57e9ff,_0x423071){return _0x57e9ff!==_0x423071;},'xeuOz':_0x1d4b0f(0x2a5),'xvbGB':_0x1d4b0f(0x2ba),'XucgU':_0x1d4b0f(0x2d1),'PlJtU':_0x1d4b0f(0x2b0),'gopGd':_0x1d4b0f(0x216),'gGnOB':_0x1d4b0f(0x2b1),'FOsOO':function(_0x21c638,_0xc56e55){return _0x21c638===_0xc56e55;},'OlnAk':function(_0x3923ec,_0x12d479){return _0x3923ec===_0x12d479;},'AaNId':'integrations','VrQON':function(_0x219d88){return _0x219d88();},'jlEpp':'SIGHUP','bdAgx':_0x1d4b0f(0x28f),'KTJdp':_0x1d4b0f(0x228),'loBjw':function(_0x581e58,_0x304558){return _0x581e58<_0x304558;},'dQuux':function(_0x45d3c2,_0x940c3d){return _0x45d3c2(_0x940c3d);},'jnVlK':_0x1d4b0f(0x29a),'QKqgu':function(_0x599f6a,_0x45744d){return _0x599f6a===_0x45744d;},'peyZp':'4.5.0','zvOyV':_0x1d4b0f(0x221),'nOQtk':_0x1d4b0f(0x295),'TpoRy':_0x1d4b0f(0x274)},_0x2b5e85=_0x178b31[_0x1d4b0f(0x220)][_0x1d4b0f(0x272)]('|');let _0x4c3fa4=0x0;while(!![]){switch(_0x2b5e85[_0x4c3fa4++]){case'0':if(helper[_0x1d4b0f(0x223)](this[_0x1d4b0f(0x29c)]))throw new Error(_0x178b31[_0x1d4b0f(0x29d)]);continue;case'1':this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x2e2)]=this[_0x1d4b0f(0x29c)]['platforms']||[];continue;case'2':this[_0x1d4b0f(0x29c)]=helper[_0x1d4b0f(0x2d6)](helper[_0x1d4b0f(0x2ab)](_0x36ece7));continue;case'3':logger[_0x1d4b0f(0x239)](_0x1d4b0f(0x231)+this[_0x1d4b0f(0x26e)]);continue;case'4':this[_0x1d4b0f(0x27e)]();continue;case'5':global['sdkRunID']=this['sdkRunID'];continue;case'6':this[_0x1d4b0f(0x20c)]=null;continue;case'7':this[_0x1d4b0f(0x1ee)]=null;continue;case'8':this[_0x1d4b0f(0x267)]=helper[_0x1d4b0f(0x1f9)]();continue;case'9':_0x178b31[_0x1d4b0f(0x233)](process[_0x1d4b0f(0x225)],_0x178b31[_0x1d4b0f(0x2a7)])?(process['on'](_0x178b31[_0x1d4b0f(0x2d8)],this[_0x1d4b0f(0x2b7)]),process['on'](_0x178b31[_0x1d4b0f(0x21c)],this['intExitHandler'])):process['on'](_0x178b31[_0x1d4b0f(0x2a8)],this[_0x1d4b0f(0x2b7)]);continue;case'10':this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)][_0x1d4b0f(0x2cf)]=!helper['isBrowserstackInfra']()||helper['isTrue'](this['config'][_0x1d4b0f(0x254)][_0x1d4b0f(0x2cf)]);continue;case'11':try{process[_0x1d4b0f(0x204)][_0x1d4b0f(0x24e)]=_0x36ece7['_'][0x0],utilities[_0x1d4b0f(0x244)](_0x178b31['gopGd'],{},this[_0x1d4b0f(0x29c)],this['framework']);}catch(_0x1861c2){logger['debug'](_0x1d4b0f(0x2c2)+_0x1861c2);}continue;case'12':this[_0x1d4b0f(0x255)]=[];continue;case'13':process['on'](_0x178b31['gGnOB'],this[_0x1d4b0f(0x2b7)]);continue;case'14':global[_0x1d4b0f(0x29c)]=this[_0x1d4b0f(0x29c)];continue;case'15':helper[_0x1d4b0f(0x265)](this[_0x1d4b0f(0x29c)]);continue;case'16':this[_0x1d4b0f(0x2b7)]=this[_0x1d4b0f(0x2b7)]['bind'](this);continue;case'17':!this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23f)]&&logger[_0x1d4b0f(0x239)](constants[_0x1d4b0f(0x249)]);continue;case'18':helper[_0x1d4b0f(0x270)](this['config'])&&helper['isUndefined'](helper[_0x1d4b0f(0x1f7)](this[_0x1d4b0f(0x29c)]))&&(!helper[_0x1d4b0f(0x223)](this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23c)])&&_0x178b31['FOsOO'](this['config'][_0x1d4b0f(0x23c)][_0x1d4b0f(0x2a9)],Object)?!helper[_0x1d4b0f(0x22d)](this['config'][_0x1d4b0f(0x23c)][_0x1d4b0f(0x1f1)])&&(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23c)][_0x1d4b0f(0x238)]=helper['generateLocalIdentifier']()):this[_0x1d4b0f(0x29c)]['browserStackLocalOptions']={'localIdentifier':helper[_0x1d4b0f(0x2e4)]()});continue;case'19':!this[_0x1d4b0f(0x29c)]['testContextOptions']&&(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)]={});continue;case'20':if(_0x178b31['OlnAk'](_0x32d8f5,_0x178b31[_0x1d4b0f(0x2cc)]))return;continue;case'21':this[_0x1d4b0f(0x26e)]=_0x178b31[_0x1d4b0f(0x23d)](uuidv4);continue;case'22':this[_0x1d4b0f(0x298)]=_0x32d8f5;continue;case'23':this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)]=this[_0x1d4b0f(0x29c)]['testContextOptions']||{};continue;case'24':process['on'](_0x178b31[_0x1d4b0f(0x1ff)],this['intExitHandler']);continue;case'25':this[_0x1d4b0f(0x1ec)]=helper[_0x1d4b0f(0x1e7)](_0x36ece7);continue;case'26':if(helper['isUndefined'](helper[_0x1d4b0f(0x28b)](this[_0x1d4b0f(0x29c)]))||helper[_0x1d4b0f(0x223)](helper[_0x1d4b0f(0x2af)](this['config'])))throw new Error(_0x178b31[_0x1d4b0f(0x22a)]);continue;case'27':process['on'](_0x178b31[_0x1d4b0f(0x237)],this[_0x1d4b0f(0x2b7)]);continue;case'28':if(!helper[_0x1d4b0f(0x1e9)]()){try{process[_0x1d4b0f(0x204)][_0x1d4b0f(0x24e)]=_0x32d8f5,utilities[_0x1d4b0f(0x244)](_0x178b31[_0x1d4b0f(0x2d5)],{},this[_0x1d4b0f(0x29c)],this[_0x1d4b0f(0x298)]);}catch(_0x862b2c){logger[_0x1d4b0f(0x1f5)](_0x1d4b0f(0x2c2)+_0x862b2c);}return;}continue;case'29':helper[_0x1d4b0f(0x2de)](this['config'],this[_0x1d4b0f(0x1ec)]);continue;case'30':helper[_0x1d4b0f(0x1ed)](_0x32d8f5)&&(_0x178b31[_0x1d4b0f(0x299)](_0x178b31['dQuux'](parseInt,helper[_0x1d4b0f(0x26b)](_0x178b31['jnVlK'])),0x3)&&(this['config'][_0x1d4b0f(0x20e)]=![]),_0x178b31[_0x1d4b0f(0x213)](helper[_0x1d4b0f(0x1f2)](helper[_0x1d4b0f(0x26b)](_0x178b31[_0x1d4b0f(0x273)]),_0x178b31['peyZp']),0x1)&&(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x20e)]=!![]));continue;case'31':process[_0x1d4b0f(0x204)][_0x1d4b0f(0x269)]&&(this[_0x1d4b0f(0x29c)]['turboScale']=helper['isTrue'](process[_0x1d4b0f(0x204)][_0x1d4b0f(0x269)]),this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x236)]=this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x236)]||{});continue;case'32':helper[_0x1d4b0f(0x218)](this[_0x1d4b0f(0x29c)],this[_0x1d4b0f(0x1ec)],this[_0x1d4b0f(0x267)]);continue;case'33':this[_0x1d4b0f(0x2ad)]={};continue;case'34':helper['getFinalCaps'](this[_0x1d4b0f(0x29c)],this[_0x1d4b0f(0x1ec)],this[_0x1d4b0f(0x267)]);continue;case'35':!this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23c)]&&(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23c)]=this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x2bf)]||{});continue;case'36':process['on'](_0x178b31[_0x1d4b0f(0x27f)],this[_0x1d4b0f(0x2d4)]());continue;case'37':helper['sanitizeCaps'](this[_0x1d4b0f(0x29c)]);continue;case'38':this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)][_0x1d4b0f(0x2dc)]=!helper[_0x1d4b0f(0x1e9)]()||helper['isTrue'](this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)][_0x1d4b0f(0x2dc)]);continue;case'39':if(this[_0x1d4b0f(0x29c)]['error'])throw new Error(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x222)]);continue;case'40':this['config'][_0x1d4b0f(0x23c)][_0x1d4b0f(0x1f1)]=helper['isTrue'](this['config'][_0x1d4b0f(0x23c)][_0x1d4b0f(0x1f1)]);continue;case'41':global['framework']=_0x32d8f5;continue;case'42':this['browserstackLocal']=null;continue;case'43':(helper[_0x1d4b0f(0x223)](this[_0x1d4b0f(0x29c)]['platforms'])||helper[_0x1d4b0f(0x223)](this['config'][_0x1d4b0f(0x2e2)][_0x1d4b0f(0x224)]))&&(helper['isUndefined'](this[_0x1d4b0f(0x29c)]['parallelsPerPlatform'])?logger[_0x1d4b0f(0x239)](_0x178b31['nOQtk']):logger[_0x1d4b0f(0x2cb)](_0x178b31[_0x1d4b0f(0x2b6)]),this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x2e2)]=[]);continue;}break;}}async[a55_0x196310(0x283)](){const _0x123f30=a55_0x196310,_0x3bb912={'YYPOq':function(_0x17cb6b,_0x3cfded){return _0x17cb6b(_0x3cfded);},'yYloi':_0x123f30(0x2c7),'vbhNc':_0x123f30(0x219),'NGEgQ':_0x123f30(0x226),'XhUwC':function(_0x100b57,_0xd74a92){return _0x100b57===_0xd74a92;},'FKaTl':'playwright','BaPvF':function(_0x5454ec,_0x47334e){return _0x5454ec+_0x47334e;},'fnXZS':_0x123f30(0x2b5),'GqtKl':_0x123f30(0x279)};if(_0x3bb912['YYPOq'](isTurboScaleSession,this[_0x123f30(0x29c)])){const _0x118043=await helper['getTurboScaleGridDetails'](this[_0x123f30(0x29c)]);this[_0x123f30(0x29c)][_0x123f30(0x25f)]=_0x118043,_0x118043[_0x123f30(0x2a2)]&&(this['config'][_0x123f30(0x29b)]=!![],this[_0x123f30(0x29c)][_0x123f30(0x23c)][_0x123f30(0x238)]=_0x3bb912[_0x123f30(0x28a)],this[_0x123f30(0x29c)]['browserStackLocalOptions'][_0x3bb912[_0x123f30(0x286)]]=_0x118043[_0x123f30(0x1e8)][_0x123f30(0x28e)](','),this['config'][_0x123f30(0x23c)][_0x123f30(0x24b)]=_0x3bb912[_0x123f30(0x2b8)]),this[_0x123f30(0x29c)][_0x123f30(0x232)]=_0x118043['url'],this[_0x123f30(0x298)]&&_0x3bb912['XhUwC'](this[_0x123f30(0x298)][_0x123f30(0x25b)](),_0x3bb912[_0x123f30(0x21f)])&&(this[_0x123f30(0x29c)][_0x123f30(0x232)]=_0x3bb912[_0x123f30(0x2ce)](_0x118043[_0x123f30(0x252)],_0x3bb912[_0x123f30(0x25c)])),constants['hubUrl']=helper[_0x123f30(0x262)](this[_0x123f30(0x29c)]),logger['debug']('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants['hubUrl']);}helper[_0x123f30(0x243)](this[_0x123f30(0x29c)]),this[_0x123f30(0x1ea)](),_0x3bb912[_0x123f30(0x1eb)](setPercyFlag,this),await this['setupBrowserstackLocal'](),![_0x3bb912[_0x123f30(0x2c8)]]['includes'](this[_0x123f30(0x298)])&&!_0x3bb912[_0x123f30(0x1eb)](isTurboScaleSession,this['config'])&&!helper[_0x123f30(0x22e)]()[_0x123f30(0x27d)]&&await this[_0x123f30(0x260)]();}async[a55_0x196310(0x2be)](){const _0x29f6ef=a55_0x196310,_0x3e7ee0={};_0x3e7ee0['UffaJ']=function(_0x28e752,_0x5204b4){return _0x28e752===_0x5204b4;},_0x3e7ee0[_0x29f6ef(0x2a4)]='false',_0x3e7ee0[_0x29f6ef(0x288)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x3e7ee0[_0x29f6ef(0x2da)]=_0x29f6ef(0x2ac),_0x3e7ee0[_0x29f6ef(0x24f)]='true',_0x3e7ee0[_0x29f6ef(0x258)]=_0x29f6ef(0x221);const _0x19d854=_0x3e7ee0;if(helper[_0x29f6ef(0x22d)](this[_0x29f6ef(0x29c)][_0x29f6ef(0x20c)])&&(!this[_0x29f6ef(0x20c)]||!this[_0x29f6ef(0x20c)][_0x29f6ef(0x208)]()))try{this['percy']=await percyHelper[_0x29f6ef(0x284)](this['config']);if(!this[_0x29f6ef(0x20c)]){process['env']['BROWSERSTACK_PERCY']=_0x19d854['Pdiux'];throw new Error(_0x19d854[_0x29f6ef(0x288)]);}logger['info'](_0x19d854[_0x29f6ef(0x2da)]),process['env'][_0x29f6ef(0x20d)]=_0x19d854['BQNbA'];let _0x90d1fb=0x0;const _0x2e754c=async()=>{const _0x5abff1=_0x29f6ef;_0x90d1fb++,_0x19d854[_0x5abff1(0x281)](_0x90d1fb,0x1)&&await this[_0x5abff1(0x2b9)]();};process['on'](_0x19d854[_0x29f6ef(0x258)],_0x2e754c);}catch(_0x45815c){process[_0x29f6ef(0x204)][_0x29f6ef(0x20d)]=_0x19d854[_0x29f6ef(0x2a4)],logger[_0x29f6ef(0x1f5)](_0x29f6ef(0x23b)+_0x45815c);throw new Error(_0x45815c[_0x29f6ef(0x261)]());}}async[a55_0x196310(0x2b9)](){const _0x63b45f=a55_0x196310,_0x128034={};_0x128034['QbDjr']=_0x63b45f(0x215),_0x128034[_0x63b45f(0x257)]=_0x63b45f(0x22b);const _0xe1040e=_0x128034;if(this[_0x63b45f(0x20c)]&&this[_0x63b45f(0x20c)][_0x63b45f(0x208)]())try{await percyHelper[_0x63b45f(0x2b9)](this[_0x63b45f(0x20c)]),logger[_0x63b45f(0x239)](_0xe1040e[_0x63b45f(0x290)]);}catch(_0x44659b){logger[_0x63b45f(0x222)](_0xe1040e[_0x63b45f(0x257)],_0x44659b[_0x63b45f(0x1ef)]);}}async[a55_0x196310(0x294)](){const _0x17e7f9=a55_0x196310,_0x4fcc45={};_0x4fcc45[_0x17e7f9(0x234)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x4fcc45[_0x17e7f9(0x227)]=_0x17e7f9(0x203);const _0x2e44dc=_0x4fcc45;if(helper[_0x17e7f9(0x1e9)]()&&helper[_0x17e7f9(0x22d)](this['config'][_0x17e7f9(0x29b)])&&(!this[_0x17e7f9(0x29b)]||!this[_0x17e7f9(0x29b)][_0x17e7f9(0x208)]()))try{if(this[_0x17e7f9(0x29c)][_0x17e7f9(0x23c)][_0x17e7f9(0x1f1)]){logger['debug'](_0x2e44dc[_0x17e7f9(0x234)]);return;}this[_0x17e7f9(0x29b)]=await helper['startLocalBinary'](this['config']),logger[_0x17e7f9(0x239)](_0x2e44dc['BbpWD']);}catch(_0xd77205){logger[_0x17e7f9(0x1f5)](_0xd77205);throw new Error(_0xd77205['toString']());}}async[a55_0x196310(0x2c9)](){const _0x3ab948=a55_0x196310,_0x36a491={};_0x36a491[_0x3ab948(0x1f0)]=_0x3ab948(0x24a),_0x36a491[_0x3ab948(0x1f4)]=_0x3ab948(0x214);const _0x5cc614=_0x36a491;if(this[_0x3ab948(0x29b)]&&this[_0x3ab948(0x29b)][_0x3ab948(0x208)]())try{await helper[_0x3ab948(0x2a3)](this['browserstackLocal']),logger[_0x3ab948(0x239)](_0x5cc614[_0x3ab948(0x1f0)]);}catch(_0x1c1046){logger[_0x3ab948(0x222)](_0x5cc614[_0x3ab948(0x1f4)],_0x1c1046[_0x3ab948(0x1ef)]);}}async['setUpHubUrl'](){const _0x390c3b=a55_0x196310;return PerformanceTester[_0x390c3b(0x205)](PerformanceAutEvents[_0x390c3b(0x2d2)],async()=>{const _0x3ca894=_0x390c3b;await hubAllocator[_0x3ca894(0x2b2)](this['config']);})();}async[a55_0x196310(0x1f3)](){const _0x414a18=a55_0x196310,_0x458816={'FEnaI':function(_0x1e4a98,_0x333289){return _0x1e4a98(_0x333289);},'YghTp':_0x414a18(0x241),'EnSvQ':function(_0x187003,_0x330b51,_0x1f2604,_0x339936,_0xb53634,_0x3bb621,_0x4c52d1){return _0x187003(_0x330b51,_0x1f2604,_0x339936,_0xb53634,_0x3bb621,_0x4c52d1);},'QiaGk':'BrowserstackHealing.init\x20method\x20timed\x20out','SdWvn':_0x414a18(0x24d),'LqDvc':function(_0x3f689a,_0x374e09){return _0x3f689a(_0x374e09);},'jBazv':_0x414a18(0x20a),'xmsCR':_0x414a18(0x26f),'iwUlg':function(_0x17859f,_0x14b3ca){return _0x17859f===_0x14b3ca;},'ulKPT':_0x414a18(0x226),'ZILzM':function(_0x44fd04,_0x283b9a){return _0x44fd04===_0x283b9a;},'ZiZGK':function(_0x3bef69,_0x245ecb){return _0x3bef69===_0x245ecb;},'MqmIJ':function(_0x58edb4,_0x399225){return _0x58edb4===_0x399225;},'iZnrS':_0x414a18(0x291),'fXrbi':function(_0x52edfa,_0x256e27){return _0x52edfa===_0x256e27;},'IlNFt':_0x414a18(0x235),'LquXf':_0x414a18(0x25d),'SUhcQ':_0x414a18(0x27c),'XFBIT':function(_0x59012e,_0x3ed616){return _0x59012e>=_0x3ed616;},'hdUcU':function(_0x3740ac,_0x50f749){return _0x3740ac<_0x50f749;},'STpyn':_0x414a18(0x2e6),'CHEjK':_0x414a18(0x206),'EAEhN':function(_0x58c8d7){return _0x58c8d7();}},_0x35e40b=PerformanceTester[_0x414a18(0x205)](_0x458816['CHEjK'],async()=>{const _0x536375=_0x414a18;try{const _0x1edd55=new Date(),_0x2ba838=helper['getProxyConfigForTcg'](this[_0x536375(0x29c)]),_0x3ff541=_0x458816[_0x536375(0x21d)](require,path['join'](__dirname,_0x458816[_0x536375(0x1fc)])),_0x1bb96e=_0x458816[_0x536375(0x259)](timeoutPromise,constants[_0x536375(0x207)],_0x458816['QiaGk'],_0x458816[_0x536375(0x2c1)],_0x1edd55,this[_0x536375(0x29c)],this[_0x536375(0x298)]),_0x16cf2e={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x458816[_0x536375(0x2a1)](require,_0x458816['jBazv'])[_0x536375(0x297)],'methodUsed':_0x458816['xmsCR'],'proxyConfig':_0x2ba838,'os':os[_0x536375(0x225)]()};if(_0x2ba838&&_0x2ba838['proxyUrl']){utilities[_0x536375(0x244)](constants[_0x536375(0x25e)],_0x16cf2e,this[_0x536375(0x29c)],this[_0x536375(0x298)]);return;}const _0x60cda2={};_0x60cda2[_0x536375(0x28c)]=_0x2ba838;const _0x45606a=await Promise[_0x536375(0x230)]([_0x3ff541[_0x536375(0x292)](this['config'][_0x536375(0x2ae)],this[_0x536375(0x29c)][_0x536375(0x287)],constants['TCG_URL'],_0x458816[_0x536375(0x2a1)](require,_0x458816[_0x536375(0x2cd)])[_0x536375(0x297)],_0x60cda2)['then'](_0x2d0f83=>{const _0xc61ec=_0x536375;return _0x1bb96e[_0xc61ec(0x2e0)](),_0x2d0f83;}),_0x1bb96e]);_0x45606a[_0x536375(0x2e1)]=_0x458816[_0x536375(0x210)](_0x45606a[_0x536375(0x2e1)],_0x458816['ulKPT'])||_0x458816[_0x536375(0x256)](_0x45606a[_0x536375(0x2e1)],!![]);const _0x195ad6=_0x458816[_0x536375(0x20b)](this[_0x536375(0x29c)][_0x536375(0x2b4)],!![])||_0x458816[_0x536375(0x26c)](this[_0x536375(0x29c)]['selfHeal'],_0x458816[_0x536375(0x20f)]);if(_0x458816[_0x536375(0x20b)](_0x45606a[_0x536375(0x1ef)],constants[_0x536375(0x21e)])&&_0x195ad6)logger[_0x536375(0x239)](_0x458816[_0x536375(0x293)]);else{if(!_0x45606a[_0x536375(0x1fe)]&&_0x458816[_0x536375(0x27b)](_0x45606a[_0x536375(0x263)],0x1f7)&&_0x195ad6)logger[_0x536375(0x239)](_0x458816[_0x536375(0x2bc)]),utilities[_0x536375(0x244)](constants[_0x536375(0x251)],_0x16cf2e,this[_0x536375(0x29c)],this['framework']);else{if(!_0x45606a[_0x536375(0x1fe)]&&_0x195ad6){logger[_0x536375(0x239)](_0x458816['LquXf']);const _0x525959={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x458816[_0x536375(0x21d)](require,_0x458816[_0x536375(0x2cd)])[_0x536375(0x297)],'methodUsed':_0x458816[_0x536375(0x24c)],'proxyConfig':_0x2ba838,'os':os[_0x536375(0x225)]()};utilities['fireFunnelTestEvent'](constants[_0x536375(0x21b)],_0x525959,this[_0x536375(0x29c)],this[_0x536375(0x298)]);}else{if(_0x45606a[_0x536375(0x1fe)]&&!_0x45606a[_0x536375(0x2e1)]&&_0x195ad6)logger[_0x536375(0x239)](_0x458816[_0x536375(0x212)]);else{if(_0x458816[_0x536375(0x245)](_0x45606a['status'],0xc8)&&_0x458816[_0x536375(0x23a)](_0x45606a[_0x536375(0x263)],0x12c))utilities[_0x536375(0x244)](constants[_0x536375(0x2dd)],_0x16cf2e,this['config'],this[_0x536375(0x298)]);else{if(_0x458816['XFBIT'](_0x45606a[_0x536375(0x263)],0x190))_0x16cf2e[_0x536375(0x263)]=_0x45606a['status'],utilities[_0x536375(0x244)](constants['AI_INIT_FAILURE'],_0x16cf2e,this['config'],this[_0x536375(0x298)]);else!_0x45606a[_0x536375(0x263)]&&utilities[_0x536375(0x244)](constants[_0x536375(0x29e)],_0x16cf2e,this[_0x536375(0x29c)],this['framework']);}}}}}if(_0x45606a['isAuthenticated']&&_0x45606a[_0x536375(0x2e1)]){const _0x13fefe={};_0x13fefe['tcgAuthConfig']=_0x45606a;const _0x484c48=_0x13fefe;_0x2ba838&&(_0x484c48[_0x536375(0x22f)]=_0x2ba838),_0x484c48[_0x536375(0x298)]=this[_0x536375(0x298)],_0x484c48[_0x536375(0x229)]=this[_0x536375(0x29c)],helper[_0x536375(0x2db)](_0x484c48),logger['debug'](_0x458816[_0x536375(0x1fb)]);}}catch(_0x21b16a){logger[_0x536375(0x1f5)](_0x536375(0x2df)+(_0x21b16a[_0x536375(0x1ef)]?_0x21b16a['message']:''));}});await _0x458816[_0x414a18(0x29f)](_0x35e40b);}['setupKeepAlive'](){const _0x5f377d=a55_0x196310,_0x586a7d={'BTvLI':function(_0x190d0e,_0x3f6445){return _0x190d0e(_0x3f6445);},'bGFba':_0x5f377d(0x25a)};_0x586a7d[_0x5f377d(0x240)](require,_0x586a7d[_0x5f377d(0x2d3)])();}['handleExceptions'](){const _0x5f0cc6=a55_0x196310,_0x169d42={};_0x169d42[_0x5f0cc6(0x2e3)]=_0x5f0cc6(0x2d9),_0x169d42[_0x5f0cc6(0x217)]=_0x5f0cc6(0x1fd);const _0x396d7b=_0x169d42,_0x62e715=_0x33ea48=>{const _0x4e14b1=_0x5f0cc6;logger[_0x4e14b1(0x222)](_0x33ea48[_0x4e14b1(0x1ef)]),logger[_0x4e14b1(0x1f5)](util[_0x4e14b1(0x296)](_0x33ea48)),this[_0x4e14b1(0x255)][_0x4e14b1(0x280)](util[_0x4e14b1(0x296)]('%j',_0x33ea48)),PerformanceTester['captureError'](_0x33ea48);};process['on'](_0x396d7b[_0x5f0cc6(0x2e3)],_0x62e715),process['on'](_0x396d7b[_0x5f0cc6(0x217)],_0x62e715);}async[a55_0x196310(0x2b7)](_0xf21e34){const _0x3223ff=a55_0x196310,_0x483489={};_0x483489[_0x3223ff(0x2b3)]=_0x3223ff(0x268),_0x483489[_0x3223ff(0x2d0)]=function(_0x11f81,_0x4ffa06){return _0x11f81+_0x4ffa06;},_0x483489[_0x3223ff(0x282)]=_0x3223ff(0x28d),_0x483489['VvZVz']=_0x3223ff(0x253),_0x483489[_0x3223ff(0x21a)]=function(_0x6add8c,_0x2d9746){return _0x6add8c+_0x2d9746;};const _0x18b3e3=_0x483489,_0x5783e6=_0x18b3e3[_0x3223ff(0x2b3)][_0x3223ff(0x272)]('|');let _0x185825=0x0;while(!![]){switch(_0x5783e6[_0x185825++]){case'0':this[_0x3223ff(0x1ee)]=_0xf21e34;continue;case'1':this[_0x18b3e3['xfwQm'](_0x18b3e3[_0x3223ff(0x282)],_0xf21e34)]=!![];continue;case'2':await TestHubHandler[_0x3223ff(0x2e7)](_0xf21e34);continue;case'3':logger['info'](_0x18b3e3[_0x3223ff(0x2d0)](_0x18b3e3[_0x3223ff(0x211)],_0xf21e34));continue;case'4':if(this[_0x18b3e3[_0x3223ff(0x21a)](_0x18b3e3[_0x3223ff(0x282)],_0xf21e34)])return;continue;}break;}}[a55_0x196310(0x2d4)](){const _0x370657=a55_0x196310,_0x2eac5f={};_0x2eac5f['KpwUm']=function(_0x52e210,_0x1f28c0){return _0x52e210===_0x1f28c0;},_0x2eac5f['SggnG']='Calling\x20Build\x20Stop\x20from\x20ExitHandler',_0x2eac5f[_0x370657(0x276)]=function(_0xcde026,_0x31ced6){return _0xcde026>_0x31ced6;},_0x2eac5f['oyuGo']=function(_0x597d0f,_0x25742f){return _0x597d0f>_0x25742f;},_0x2eac5f['iVryk']='log/events.json';const _0x59109f=_0x2eac5f;let _0x228143=0x0;return async()=>{const _0xe4dea2=_0x370657;_0x228143++;if(_0x59109f[_0xe4dea2(0x1e6)](_0x228143,0x1)){helper[_0xe4dea2(0x202)](this[_0xe4dea2(0x298)])&&await this[_0xe4dea2(0x2c9)]();try{logger[_0xe4dea2(0x1f5)](_0x59109f[_0xe4dea2(0x247)]),await TestHubHandler['stop'](_0x228143);}catch(_0x87ccbb){logger['debug']('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0xe4dea2(0x296)](_0x87ccbb));}PerformanceTester[_0xe4dea2(0x246)](PerformanceEvents[_0xe4dea2(0x2aa)]);if(PerformanceTester[_0xe4dea2(0x27a)]()){const {measures:_0x2d9adc,errors:_0x356bff}=await PerformanceTester['finalize'](),_0xe96324={};if(_0x2d9adc&&_0x59109f['FVyec'](_0x2d9adc[_0xe4dea2(0x224)],0x0)||_0x356bff&&_0x59109f[_0xe4dea2(0x2bd)](_0x356bff[_0xe4dea2(0x224)],0x0)){const _0x47858b={};_0x47858b['measures']=_0x2d9adc,_0x47858b[_0xe4dea2(0x278)]=_0x356bff,Object['assign'](_0xe96324,_0x47858b);}try{const _0x1e5367=await helper[_0xe4dea2(0x1fa)](_0xe96324,this[_0xe4dea2(0x29c)]);logger[_0xe4dea2(0x1f5)](_0xe4dea2(0x2a6)+constants[_0xe4dea2(0x2c5)]+'\x20with\x20response\x20'+_0x1e5367[_0xe4dea2(0x277)]);}catch(_0x53cf40){logger[_0xe4dea2(0x1f5)]('Failed\x20to\x20send\x20data\x20to\x20'+constants[_0xe4dea2(0x2c5)]+_0xe4dea2(0x242)+util[_0xe4dea2(0x296)](_0x53cf40));}try{fs[_0xe4dea2(0x264)](_0x59109f[_0xe4dea2(0x271)],JSON[_0xe4dea2(0x2bb)](_0xe96324));}catch(_0x18d5b5){logger['debug'](_0xe4dea2(0x2a0)+_0x18d5b5);}}}};}}exports[a55_0x196310(0x2e9)]=BrowserStackSetup;
@@ -1 +1 @@
1
- var a56_0x44bfcd=a56_0x1bfa;(function(_0x45a61d,_0x460a7c){var _0x541d81=a56_0x1bfa,_0x3096ff=_0x45a61d();while(!![]){try{var _0x5a6c49=parseInt(_0x541d81(0xf8))/0x1+parseInt(_0x541d81(0xff))/0x2+-parseInt(_0x541d81(0xf9))/0x3*(-parseInt(_0x541d81(0xfb))/0x4)+-parseInt(_0x541d81(0xfa))/0x5*(parseInt(_0x541d81(0xfc))/0x6)+-parseInt(_0x541d81(0xf6))/0x7+-parseInt(_0x541d81(0x100))/0x8+-parseInt(_0x541d81(0xf7))/0x9*(parseInt(_0x541d81(0xfe))/0xa);if(_0x5a6c49===_0x460a7c)break;else _0x3096ff['push'](_0x3096ff['shift']());}catch(_0x32c8cd){_0x3096ff['push'](_0x3096ff['shift']());}}}(a56_0x359d,0x8c789),exports['API_URL']=a56_0x44bfcd(0xfd));function a56_0x1bfa(_0x554e12,_0x576437){var _0x359d0f=a56_0x359d();return a56_0x1bfa=function(_0x1bfa07,_0x43b4c4){_0x1bfa07=_0x1bfa07-0xf6;var _0xda697=_0x359d0f[_0x1bfa07];return _0xda697;},a56_0x1bfa(_0x554e12,_0x576437);}function a56_0x359d(){var _0x1592cc=['325696EjsNOE','1008546wuJfqV','570663rIZJmO','642562lScgEB','60NAcpCr','95DsbSJl','209080PdNYWn','99768XckZpt','https://accessibility.browserstack.com/api','190tuPURA','1185724qUFOMA'];a56_0x359d=function(){return _0x1592cc;};return a56_0x359d();}
1
+ function a56_0x1a2c(){var _0x4c8686=['12jqxhZE','62DrEEZw','3904642COfAzl','5vYntVN','API_URL','3786624LtvHod','182253WXBKvM','3955720uQgYFw','2252kmaVQy','2097774NxUsmT','236350nCwRMf'];a56_0x1a2c=function(){return _0x4c8686;};return a56_0x1a2c();}var a56_0xfbf145=a56_0x569a;function a56_0x569a(_0x53eea8,_0x520e37){var _0x1a2c42=a56_0x1a2c();return a56_0x569a=function(_0x569ac4,_0x203786){_0x569ac4=_0x569ac4-0x1e9;var _0x4fec83=_0x1a2c42[_0x569ac4];return _0x4fec83;},a56_0x569a(_0x53eea8,_0x520e37);}(function(_0x15e753,_0x2a717c){var _0x37ce74=a56_0x569a,_0x102b35=_0x15e753();while(!![]){try{var _0x5467a=parseInt(_0x37ce74(0x1f1))/0x1*(parseInt(_0x37ce74(0x1ea))/0x2)+-parseInt(_0x37ce74(0x1ef))/0x3*(-parseInt(_0x37ce74(0x1e9))/0x4)+parseInt(_0x37ce74(0x1ec))/0x5*(-parseInt(_0x37ce74(0x1f2))/0x6)+-parseInt(_0x37ce74(0x1eb))/0x7+parseInt(_0x37ce74(0x1f0))/0x8+parseInt(_0x37ce74(0x1ee))/0x9+parseInt(_0x37ce74(0x1f3))/0xa;if(_0x5467a===_0x2a717c)break;else _0x102b35['push'](_0x102b35['shift']());}catch(_0xe32415){_0x102b35['push'](_0x102b35['shift']());}}}(a56_0x1a2c,0x4534a),exports[a56_0xfbf145(0x1ed)]='https://accessibility.browserstack.com/api');