browserstack-node-sdk 1.32.7 → 1.32.9

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 (117) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/templates/autoscaler/deployment.yaml +1 -1
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteStack.js +1 -1
  30. package/ats/src/utils/gridComponents.js +1 -1
  31. package/ats/src/utils/hstUtils.js +1 -1
  32. package/ats/src/utils/instrumentationUtils.js +1 -1
  33. package/ats/src/utils/userInput.js +1 -1
  34. package/ats/src/utils/utilityMethods.js +1 -1
  35. package/ats/src/utils/webSocketUtils.js +1 -1
  36. package/package.json +5 -3
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test.setup.js +1 -1
  45. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  46. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  47. package/src/bin/integrations/command.js +2 -0
  48. package/src/bin/integrations/constants.js +1 -0
  49. package/src/bin/jest/command.js +1 -1
  50. package/src/bin/jest/customImplements/customCircus.js +1 -1
  51. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  52. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  53. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  54. package/src/bin/jest/jest.setup.js +1 -1
  55. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  56. package/src/bin/jest/test-observability/helper.js +1 -1
  57. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  58. package/src/bin/jest/test-observability/test-details.js +1 -1
  59. package/src/bin/jest/test_before.setup.js +1 -1
  60. package/src/bin/launcher/launcher.js +1 -1
  61. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  62. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/mocha/command.js +1 -1
  64. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  65. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  66. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  67. package/src/bin/mocha/test.setup.js +1 -1
  68. package/src/bin/nightwatch/command.js +1 -1
  69. package/src/bin/playwright/accessibility-helper.js +1 -1
  70. package/src/bin/playwright/command.js +1 -1
  71. package/src/bin/playwright/globalSetup.js +1 -1
  72. package/src/bin/playwright/mock-process.js +1 -1
  73. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/w3cMapping.js +1 -1
  116. package/src/hubAllocationMethods.js +1 -1
  117. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a32_0x4326b8=a32_0x14f2;(function(_0x227268,_0xa1d3ba){const _0x2fbd94=a32_0x14f2,_0x5e4ff3=_0x227268();while(!![]){try{const _0x4f87af=parseInt(_0x2fbd94(0x1b6))/0x1+-parseInt(_0x2fbd94(0x1a4))/0x2*(-parseInt(_0x2fbd94(0x149))/0x3)+-parseInt(_0x2fbd94(0x13f))/0x4+-parseInt(_0x2fbd94(0x1d4))/0x5+parseInt(_0x2fbd94(0x1d6))/0x6*(-parseInt(_0x2fbd94(0x1c7))/0x7)+parseInt(_0x2fbd94(0xfb))/0x8+-parseInt(_0x2fbd94(0x134))/0x9;if(_0x4f87af===_0xa1d3ba)break;else _0x5e4ff3['push'](_0x5e4ff3['shift']());}catch(_0x501ed0){_0x5e4ff3['push'](_0x5e4ff3['shift']());}}}(a32_0x23fe,0x292c6));function a32_0x14f2(_0x5b2f70,_0x43df8e){const _0x23fe0c=a32_0x23fe();return a32_0x14f2=function(_0x14f27e,_0x411404){_0x14f27e=_0x14f27e-0xfa;let _0x4c31f5=_0x23fe0c[_0x14f27e];return _0x4c31f5;},a32_0x14f2(_0x5b2f70,_0x43df8e);}const path=require(a32_0x4326b8(0x1bb)),os=require('os'),fs=require('fs'),cp=require(a32_0x4326b8(0x1bd)),webSocketUtils=require(a32_0x4326b8(0x10f)),{sendInstrumentationEvent}=require(a32_0x4326b8(0x112)),BrowserstackLocalLauncher=require('browserstack-local'),got=require(a32_0x4326b8(0x1d5)),k8s=require(a32_0x4326b8(0xfc)),{logger}=require('../config/logger'),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x4326b8(0x112)),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x4326b8(0x1e6));exports[a32_0x4326b8(0x126)]=_0x35b146=>Buffer['from'](_0x35b146)[a32_0x4326b8(0x18a)](a32_0x4326b8(0x185)),exports[a32_0x4326b8(0x193)]=()=>{const _0x5e6d4c=a32_0x4326b8,_0x3d071b={};_0x3d071b['wTGUu']='.ats';const _0x2e3817=_0x3d071b;return path[_0x5e6d4c(0x1cf)](os[_0x5e6d4c(0x1d2)](),_0x2e3817[_0x5e6d4c(0x1b5)]);},exports['getCredentialsPath']=()=>{const _0x5bd794=a32_0x4326b8,_0x48bc29={};_0x48bc29[_0x5bd794(0x128)]=_0x5bd794(0x177);const _0x429851=_0x48bc29;return path[_0x5bd794(0x1cf)](this[_0x5bd794(0x193)](),_0x429851[_0x5bd794(0x128)]);},exports['waitForDeployment']=async(_0x3d17f7,_0x32b0d6,_0x2c927d,_0x1946d0)=>{const _0x2dd158=a32_0x4326b8,_0x545df2={};_0x545df2['XOxUW']=_0x2dd158(0x170),_0x545df2[_0x2dd158(0x15e)]=_0x2dd158(0x1cd),_0x545df2[_0x2dd158(0x10c)]='verbose',_0x545df2['RmKda']=_0x2dd158(0x1d9),_0x545df2['XkPEp']=_0x2dd158(0x108),_0x545df2[_0x2dd158(0x1ef)]='localIdentifier',_0x545df2['dUOzD']='ats-repeater',_0x545df2[_0x2dd158(0x197)]=_0x2dd158(0x1a3),_0x545df2[_0x2dd158(0x1d7)]=function(_0x34cf54,_0x19478d){return _0x34cf54===_0x19478d;},_0x545df2[_0x2dd158(0x19d)]=_0x2dd158(0x177),_0x545df2[_0x2dd158(0x1ad)]=_0x2dd158(0x11c),_0x545df2[_0x2dd158(0x1ce)]='EYiGI',_0x545df2['oudbV']=function(_0x2c0071,_0x49b372){return _0x2c0071!==_0x49b372;},_0x545df2[_0x2dd158(0x150)]=_0x2dd158(0x109),_0x545df2[_0x2dd158(0x1d3)]=function(_0x158c3f,_0x42169c){return _0x158c3f>_0x42169c;},_0x545df2['UQuin']=function(_0x47862c,_0xbbd95b){return _0x47862c-_0xbbd95b;},_0x545df2[_0x2dd158(0x195)]=_0x2dd158(0x101),_0x545df2[_0x2dd158(0x11e)]=function(_0x9b857e,_0x33f278){return _0x9b857e>=_0x33f278;},_0x545df2['jvnMx']=function(_0x19d5f2,_0x5068d6){return _0x19d5f2===_0x5068d6;},_0x545df2[_0x2dd158(0xfa)]=_0x2dd158(0x1e9),_0x545df2[_0x2dd158(0x161)]=function(_0x281c45,_0xc43337){return _0x281c45!==_0xc43337;},_0x545df2[_0x2dd158(0x162)]=_0x2dd158(0x132),_0x545df2[_0x2dd158(0x160)]=_0x2dd158(0x144),_0x545df2[_0x2dd158(0x107)]=_0x2dd158(0x1b1);const _0x571415=_0x545df2;try{if(_0x571415[_0x2dd158(0x1d7)](_0x571415[_0x2dd158(0x1ce)],_0x571415[_0x2dd158(0x1ce)])){const _0x46cf68=0x1388,_0x20c6dd=Date[_0x2dd158(0x106)]();let _0x126d6e=![];while(!_0x126d6e){if(_0x571415[_0x2dd158(0x119)](_0x571415['xeVzZ'],_0x571415['xeVzZ']))_0x8a397[_0x571415[_0x2dd158(0x1ab)]]=_0x42b08a[_0x2dd158(0x1de)];else{if(_0x571415['ftSDh'](_0x571415['UQuin'](Date['now'](),_0x20c6dd),_0x1946d0)){if(_0x571415[_0x2dd158(0x1d7)](_0x571415[_0x2dd158(0x195)],_0x571415[_0x2dd158(0x195)]))throw new Error(_0x2dd158(0x1a1)+_0x2c927d+_0x2dd158(0x16d)+_0x32b0d6+_0x2dd158(0x171));else{let _0x45aa77={};return _0x45aa77[_0x571415['OmBCx']]=this[_0x2dd158(0x17c)](_0x4e9ef1),_0x45aa77[_0x571415[_0x2dd158(0x10c)]]=0x3,_0x45aa77[_0x571415[_0x2dd158(0x1be)]]=_0x571415[_0x2dd158(0x13e)],_0x45aa77[_0x571415[_0x2dd158(0x1ef)]]=_0x571415[_0x2dd158(0x1a5)],_0x319200[_0x2dd158(0x138)]&&_0x585d96[_0x2dd158(0x13d)](_0x4b1e05[_0x2dd158(0x138)])&&(_0x45aa77[_0x571415[_0x2dd158(0x197)]]=_0x29c33e[_0x2dd158(0x138)][_0x2dd158(0x1cf)](',')),_0x3736ab[_0x2dd158(0x1bc)]&&_0x571415[_0x2dd158(0x1d7)](_0x559a80[_0x2dd158(0x1bc)][_0x2dd158(0x1c9)],_0x591c71)&&(_0x45aa77={..._0x2e2563[_0x2dd158(0x1bc)],..._0x45aa77}),_0x45aa77;}}const _0x53ac1c={};_0x53ac1c[_0x2dd158(0x1e1)]=_0x2c927d,_0x53ac1c[_0x2dd158(0x17e)]=_0x32b0d6;const _0x2fad25=await _0x3d17f7['readNamespacedDeployment'](_0x53ac1c),_0x5087ea=_0x2fad25[_0x2dd158(0x15f)][_0x2dd158(0xfe)]||0x1,_0x2984b7=_0x2fad25[_0x2dd158(0x17f)][_0x2dd158(0x1ca)]||0x0;_0x126d6e=_0x571415[_0x2dd158(0x11e)](_0x2984b7,_0x5087ea);if(!_0x126d6e){if(_0x571415[_0x2dd158(0x1ee)](_0x571415[_0x2dd158(0xfa)],_0x571415[_0x2dd158(0xfa)]))logger['debug'](_0x2dd158(0x103)+_0x2c927d+_0x2dd158(0x16d)+_0x32b0d6+_0x2dd158(0x115)),await new Promise(_0x44160c=>setTimeout(_0x44160c,_0x46cf68));else return[_0x830176,_0x505d34[_0x2dd158(0x1b4)](_0x5248e4[_0x2dd158(0x16b)])];}}}logger[_0x2dd158(0x166)](_0x2dd158(0x16f)+_0x2c927d+_0x2dd158(0x16d)+_0x32b0d6+_0x2dd158(0x14c));}else return _0x384eec[_0x2dd158(0x1cf)](this[_0x2dd158(0x193)](),_0x571415[_0x2dd158(0x19d)]);}catch(_0x5295ed){if(_0x571415[_0x2dd158(0x161)](_0x571415[_0x2dd158(0x162)],_0x571415[_0x2dd158(0x160)])){logger[_0x2dd158(0x166)](_0x571415[_0x2dd158(0x107)],_0x5295ed);throw _0x5295ed;}else _0x236d77[_0x571415['SPmuZ']]=_0x53e449;}},exports[a32_0x4326b8(0x142)]=(_0x16289f,_0x50a8b9,_0x895ab6,_0x36dea6,_0x1efe9e,_0x45b466,_0x4d2eb2,_0x39b0b1,_0x3330f4,_0x68a4b1,_0x47d3fa)=>{const _0x59684e=a32_0x4326b8,_0x8f79d3={};_0x8f79d3[_0x59684e(0x1a2)]=_0x59684e(0x121),_0x8f79d3[_0x59684e(0x143)]='ami-0a0b7559ee7c88dcd';const _0x5f7e40=_0x8f79d3,_0x556524=_0x5f7e40['ojnmR'][_0x59684e(0x168)]('|');let _0x456b60=0x0;while(!![]){switch(_0x556524[_0x456b60++]){case'0':global_registry[_0x59684e(0x18c)]=_0x68a4b1;continue;case'1':global_registry[_0x59684e(0x14a)]=_0x4d2eb2[_0x59684e(0x14a)]||_0x5f7e40[_0x59684e(0x143)];continue;case'2':global_registry[_0x59684e(0x1ac)]=_0x16289f;continue;case'3':global_registry[_0x59684e(0x1f0)]=_0x45b466;continue;case'4':global_registry[_0x59684e(0x194)]=_0x47d3fa;continue;case'5':global_registry[_0x59684e(0x1c8)]=_0x895ab6;continue;case'6':global_registry[_0x59684e(0x104)]=_0x36dea6;continue;case'7':global_registry[_0x59684e(0x186)]=_0x39b0b1;continue;case'8':global_registry[_0x59684e(0x12f)]=_0x3330f4;continue;case'9':global_registry['instanceType']=_0x1efe9e;continue;case'10':global_registry[_0x59684e(0x1dd)]=_0x50a8b9;continue;}break;}},exports[a32_0x4326b8(0x122)]=_0x462d99=>_0x462d99[a32_0x4326b8(0x1c1)](/([a-z])([A-Z])/g,'$1-$2')['replace'](/[\s_]+/g,'-')['toLowerCase'](),exports[a32_0x4326b8(0x165)]=async(_0x2c7d57,_0x17dcbe,_0x44ac71,_0x36c213,_0x162f69,_0x2f0a2a,_0x3062dd)=>{const _0x7582db=a32_0x4326b8,_0x298067={'VyVuh':function(_0x3c55c2,_0x292d8d,_0x5077bd,_0x2dcf23,_0x2b91fa,_0x745da4,_0x436aa3){return _0x3c55c2(_0x292d8d,_0x5077bd,_0x2dcf23,_0x2b91fa,_0x745da4,_0x436aa3);}};await _0x298067[_0x7582db(0x15b)](sendInstrumentationEvent,_0x2c7d57,_0x162f69,_0x36c213,_0x2f0a2a,null,_0x2c7d57);const _0xfa85a3={};_0xfa85a3[_0x7582db(0x1a6)]=WS_EVENTS[_0x7582db(0x167)],_0xfa85a3[_0x7582db(0x11f)]=_0x44ac71,await webSocketUtils[_0x7582db(0x155)](_0x17dcbe,_0xfa85a3,_0x3062dd,!![]);},exports[a32_0x4326b8(0x17c)]=_0x282c10=>{const _0xb0be95=a32_0x4326b8;return _0x282c10[_0xb0be95(0x117)];},exports['setLocalArgs']=_0x446268=>{const _0x4a779a=a32_0x4326b8,_0xb55c85={};_0xb55c85[_0x4a779a(0x158)]=function(_0x2be617,_0x1cea7b){return _0x2be617&&_0x1cea7b;},_0xb55c85[_0x4a779a(0x141)]=_0x4a779a(0x1ea),_0xb55c85[_0x4a779a(0x114)]=_0x4a779a(0x1cd),_0xb55c85[_0x4a779a(0x183)]=_0x4a779a(0x14e),_0xb55c85[_0x4a779a(0x156)]=_0x4a779a(0x1d9),_0xb55c85[_0x4a779a(0x129)]='true',_0xb55c85[_0x4a779a(0x146)]=_0x4a779a(0x12e),_0xb55c85['iBjgy']=_0x4a779a(0x16a),_0xb55c85[_0x4a779a(0x14d)]=function(_0x3f1bf1,_0x49f31a){return _0x3f1bf1===_0x49f31a;},_0xb55c85[_0x4a779a(0x135)]=_0x4a779a(0x1b2),_0xb55c85[_0x4a779a(0x1e5)]='kKkdW',_0xb55c85[_0x4a779a(0x1c3)]=_0x4a779a(0x1a3),_0xb55c85[_0x4a779a(0x1a0)]=function(_0x5a33c1,_0x5d1c0f){return _0x5a33c1===_0x5d1c0f;},_0xb55c85[_0x4a779a(0x19a)]=_0x4a779a(0x1df),_0xb55c85[_0x4a779a(0x11b)]=_0x4a779a(0x105);const _0x164dcc=_0xb55c85;let _0x20fe3d={};_0x20fe3d[_0x164dcc[_0x4a779a(0x114)]]=this[_0x4a779a(0x17c)](_0x446268),_0x20fe3d[_0x164dcc['kzHaW']]=0x3,_0x20fe3d[_0x164dcc[_0x4a779a(0x156)]]=_0x164dcc[_0x4a779a(0x129)],_0x20fe3d[_0x164dcc[_0x4a779a(0x146)]]=_0x164dcc['iBjgy'];if(_0x446268[_0x4a779a(0x138)]&&Array[_0x4a779a(0x13d)](_0x446268[_0x4a779a(0x138)])){if(_0x164dcc[_0x4a779a(0x14d)](_0x164dcc['OlfwJ'],_0x164dcc['CSRpk'])){const _0x49d34d=new _0x2ebd9d[(_0x4a779a(0x1a8))](),_0x4312d9=this[_0x4a779a(0x1bf)](_0x2ccefd),_0x2d0861=_0x49d34d[_0x4a779a(0x154)](_0x4312d9);if(_0x2d0861)throw _0x2d0861;return _0x5873b7=_0x49d34d[_0x4a779a(0x1c2)](),_0x49d34d;}else _0x20fe3d[_0x164dcc[_0x4a779a(0x1c3)]]=_0x446268['customRepeaters'][_0x4a779a(0x1cf)](',');}if(_0x446268['browserStackLocalOptions']&&_0x164dcc[_0x4a779a(0x1a0)](_0x446268[_0x4a779a(0x1bc)][_0x4a779a(0x1c9)],Object)){if(_0x164dcc[_0x4a779a(0x14d)](_0x164dcc['bbjjP'],_0x164dcc[_0x4a779a(0x11b)])){if(_0x164dcc[_0x4a779a(0x158)](_0x44adb6,_0x2fd025)){const _0x140939={};_0x140939[_0x4a779a(0x18d)]=_0x3fb6da,_0x140939['password']=_0x1e2ab2;const _0x1200f4={};_0x1200f4['Browserstack']=_0x140939;const _0x122f7e=_0x1200f4;_0x59adbc['writeFileSync'](this[_0x4a779a(0x188)](),_0x399cf0[_0x4a779a(0x180)](_0x122f7e));}const _0x220c47=_0x3fb7be['parse'](_0x39930a['readFileSync'](this[_0x4a779a(0x188)](),_0x164dcc[_0x4a779a(0x141)]));return[_0x220c47['Browserstack']['username'],_0x220c47[_0x4a779a(0x1ec)]['password']];}else _0x20fe3d={..._0x446268['browserStackLocalOptions'],..._0x20fe3d};}return _0x20fe3d;},exports['startLocalBinarySync']=_0x229b37=>{const _0x1598ff=a32_0x4326b8,_0x8b8e1e=new BrowserstackLocalLauncher['Local'](),_0xbc5c79=this['setLocalArgs'](_0x229b37),_0x28de6a=_0x8b8e1e['startSync'](_0xbc5c79);if(_0x28de6a)throw _0x28de6a;return isLocalRunning=_0x8b8e1e[_0x1598ff(0x1c2)](),_0x8b8e1e;},exports[a32_0x4326b8(0x184)]=async _0x411734=>{const _0x22746d=a32_0x4326b8,_0x45c136={'fHQKB':_0x22746d(0x1d8),'hWqiC':function(_0x443c1c,_0x277800){return _0x443c1c(_0x277800);},'VmrRN':function(_0xefb28){return _0xefb28();},'WsRoP':function(_0x4e63da,_0x3a0946){return _0x4e63da===_0x3a0946;},'pLror':'JWfbj','UxCvq':'kaVJz','xgKhD':_0x22746d(0x139),'Yeppx':_0x22746d(0x13c),'ySOGZ':function(_0xcfa995,_0x4f25f0){return _0xcfa995===_0x4f25f0;},'DaoCR':'iHQfF','BnKKB':_0x22746d(0x19f)};return new Promise((_0x5b10bd,_0x482353)=>{const _0x3df54f=_0x22746d,_0x1d002d={};_0x1d002d[_0x3df54f(0x124)]=_0x45c136['Yeppx'];const _0x20ca0d=_0x1d002d;_0x45c136[_0x3df54f(0x178)](_0x45c136[_0x3df54f(0xff)],_0x45c136[_0x3df54f(0x14b)])?_0x222c35[_0x45c136['fHQKB']]=_0x1d69bc:_0x411734&&_0x411734['stop'](_0x24a303=>{const _0x1b50d0=_0x3df54f,_0x2cc4a8={'GrUrn':function(_0x10832a,_0xaf4915){const _0x4d6a84=a32_0x14f2;return _0x45c136[_0x4d6a84(0x17b)](_0x10832a,_0xaf4915);},'oAxsG':function(_0x33d1ef){const _0x23b82f=a32_0x14f2;return _0x45c136[_0x23b82f(0x1c4)](_0x33d1ef);}};if(_0x45c136[_0x1b50d0(0x159)](_0x45c136[_0x1b50d0(0x182)],_0x45c136[_0x1b50d0(0x182)])){if(_0x24a303){if(_0x45c136[_0x1b50d0(0x159)](_0x45c136[_0x1b50d0(0x130)],_0x45c136[_0x1b50d0(0x137)])){if(_0x591d11)return _0x2cc4a8[_0x1b50d0(0x1e7)](_0x50a6f9,_0x5c19ce);_0x2cc4a8[_0x1b50d0(0x100)](_0x1088d7);}else return _0x45c136[_0x1b50d0(0x17b)](_0x482353,_0x24a303);}_0x45c136[_0x1b50d0(0x1c4)](_0x5b10bd);}else _0x16a54d[_0x20ca0d[_0x1b50d0(0x124)]]=_0x1141c6['path'];});});},exports['fetchOrUpdateUserConfig']=(_0x5df97b,_0x1c44a9)=>{const _0x41b410=a32_0x4326b8,_0xd6c22f={};_0xd6c22f[_0x41b410(0x136)]=function(_0x45a6a6,_0x3e8a40){return _0x45a6a6&&_0x3e8a40;},_0xd6c22f[_0x41b410(0x1d0)]=_0x41b410(0x1ea),_0xd6c22f[_0x41b410(0x18f)]=_0x41b410(0x1b1),_0xd6c22f[_0x41b410(0x17a)]=function(_0x29737b,_0x461dcd){return _0x29737b&&_0x461dcd;},_0xd6c22f[_0x41b410(0x12c)]=function(_0x4b54bd,_0x3428c9){return _0x4b54bd!==_0x3428c9;},_0xd6c22f[_0x41b410(0x10b)]=_0x41b410(0x17d),_0xd6c22f[_0x41b410(0x133)]=function(_0x418536,_0x3c6b58){return _0x418536&&_0x3c6b58;},_0xd6c22f[_0x41b410(0x111)]=function(_0x456d0f,_0x124963){return _0x456d0f===_0x124963;},_0xd6c22f[_0x41b410(0x176)]=_0x41b410(0x1e4);const _0x1e9548=_0xd6c22f,_0x2cc2fc=fs[_0x41b410(0x10d)](this[_0x41b410(0x188)]());if(_0x2cc2fc||_0x1e9548[_0x41b410(0x17a)](_0x5df97b,_0x1c44a9)){if(_0x1e9548[_0x41b410(0x12c)](_0x1e9548['hljDP'],_0x1e9548[_0x41b410(0x10b)])){const _0x4cb4b8=_0x502a57[_0x41b410(0x10d)](this[_0x41b410(0x188)]());if(_0x4cb4b8||_0x1e9548[_0x41b410(0x136)](_0xe88b5f,_0x4b16c6)){if(_0x1e9548[_0x41b410(0x136)](_0x38de80,_0x479a34)){const _0x319185={};_0x319185['username']=_0x406c64,_0x319185[_0x41b410(0x179)]=_0x34c70d;const _0x5c97fa={};_0x5c97fa[_0x41b410(0x1ec)]=_0x319185;const _0x583979=_0x5c97fa;_0x38e6f9[_0x41b410(0x110)](this[_0x41b410(0x188)](),_0x27ee1c['stringify'](_0x583979));}const _0x301df8=_0x59af5a[_0x41b410(0x1b4)](_0x40c315[_0x41b410(0x1da)](this[_0x41b410(0x188)](),_0x1e9548['MhHOv']));return[_0x301df8['Browserstack'][_0x41b410(0x18d)],_0x301df8['Browserstack'][_0x41b410(0x179)]];}return null;}else{if(_0x1e9548[_0x41b410(0x133)](_0x5df97b,_0x1c44a9)){if(_0x1e9548['rZdAQ'](_0x1e9548[_0x41b410(0x176)],_0x1e9548[_0x41b410(0x176)])){const _0x565f32={};_0x565f32['username']=_0x5df97b,_0x565f32['password']=_0x1c44a9;const _0x30dee4={};_0x30dee4[_0x41b410(0x1ec)]=_0x565f32;const _0x29e60d=_0x30dee4;fs[_0x41b410(0x110)](this[_0x41b410(0x188)](),JSON['stringify'](_0x29e60d));}else{_0x52d895[_0x41b410(0x166)](_0x1e9548[_0x41b410(0x18f)],_0xa73ad0);throw _0x3ca51f;}}const _0x40f9ae=JSON[_0x41b410(0x1b4)](fs[_0x41b410(0x1da)](this[_0x41b410(0x188)](),_0x1e9548[_0x41b410(0x1d0)]));return[_0x40f9ae[_0x41b410(0x1ec)][_0x41b410(0x18d)],_0x40f9ae['Browserstack'][_0x41b410(0x179)]];}}return null;},exports[a32_0x4326b8(0x10a)]=async(_0x568dde,_0x18fb47,_0x3f382a)=>{const _0x107a1c=a32_0x4326b8,_0x23832e={'Ufsak':function(_0x433c95,_0x3b4610){return _0x433c95(_0x3b4610);},'WYnwK':function(_0x4f50fb){return _0x4f50fb();},'YzQMV':_0x107a1c(0x1cc),'bxJGo':function(_0x4336de,_0xb85898,_0x4cd34c){return _0x4336de(_0xb85898,_0x4cd34c);},'FwKiU':function(_0x5d1071,_0x502e60){return _0x5d1071===_0x502e60;},'TmKhv':function(_0x25ed2c,_0x2a4eb2){return _0x25ed2c!==_0x2a4eb2;},'NwOdX':_0x107a1c(0x19b),'YUBCe':_0x107a1c(0x1af)},_0x123326=_0x107a1c(0x1e2)+_0x568dde+':'+_0x18fb47+'@'+AG_API_URL+_0x107a1c(0x120)+_0x3f382a,_0x158ad9={'method':_0x23832e[_0x107a1c(0x148)],'headers':this[_0x107a1c(0x18b)](_0x568dde,_0x18fb47),'throwHttpErrors':![]},_0x1f53e5=await _0x23832e[_0x107a1c(0x191)](got,_0x123326,_0x158ad9);if(_0x23832e[_0x107a1c(0x145)](_0x1f53e5[_0x107a1c(0x1a7)],0xc8)){if(_0x23832e[_0x107a1c(0x199)](_0x23832e[_0x107a1c(0x10e)],_0x23832e[_0x107a1c(0x1dc)]))return[_0x1f53e5,JSON['parse'](_0x1f53e5[_0x107a1c(0x16b)])];else _0x581a1f&&_0x50105e[_0x107a1c(0x1e8)](_0x195f6a=>{const _0x3434b5=_0x107a1c;if(_0x195f6a)return _0x23832e[_0x3434b5(0x198)](_0x3cb96c,_0x195f6a);_0x23832e[_0x3434b5(0x1ae)](_0x5e072b);});}return[_0x1f53e5,null];},exports['kubeApply']=async(_0x20f190,_0x42ee52)=>{const _0x34467d=a32_0x4326b8,_0x488fd8={};_0x488fd8[_0x34467d(0x12d)]=_0x34467d(0x172),_0x488fd8[_0x34467d(0x15a)]='npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save',_0x488fd8['Pjwkk']=function(_0x2a843a,_0x47d12b){return _0x2a843a===_0x47d12b;},_0x488fd8[_0x34467d(0x1c0)]=_0x34467d(0xfd),_0x488fd8['xpxow']=function(_0x15bfbf,_0x362cb8){return _0x15bfbf!==_0x362cb8;},_0x488fd8[_0x34467d(0x173)]=_0x34467d(0x164),_0x488fd8[_0x34467d(0x147)]=function(_0x3aaa7e,_0x88e381){return _0x3aaa7e!==_0x88e381;},_0x488fd8['lriHI']=_0x34467d(0x1ed);const _0x55fbd4=_0x488fd8,_0x440dbc=await k8s[_0x34467d(0x1b9)][_0x34467d(0x19c)](_0x42ee52),_0x26f385=_0x20f190['filter'](_0x29b4b6=>_0x29b4b6&&_0x29b4b6[_0x34467d(0x1b3)]&&_0x29b4b6['metadata']),_0x1d8308=[];for await(const _0xbf74fd of _0x26f385){if(_0x55fbd4[_0x34467d(0x1eb)](_0x55fbd4[_0x34467d(0x1c0)],_0x55fbd4[_0x34467d(0x1c0)]))try{if(_0x55fbd4[_0x34467d(0x1db)](_0x55fbd4['MmUpw'],_0x55fbd4[_0x34467d(0x173)]))return _0x946665[_0x34467d(0x117)];else{await _0x440dbc[_0x34467d(0x1aa)](_0xbf74fd);const _0x1fa121=await _0x440dbc[_0x34467d(0x187)](_0xbf74fd);_0x1d8308[_0x34467d(0x1b0)](_0x1fa121[_0x34467d(0x16b)]);}}catch(_0x4d5812){if(_0x55fbd4['tqqSs'](_0x55fbd4['lriHI'],_0x55fbd4[_0x34467d(0x15c)]))_0x12e1d7[_0x55fbd4[_0x34467d(0x12d)]]=_0x229273;else{const _0x8d50bb=await _0x440dbc[_0x34467d(0x174)](_0xbf74fd);_0x1d8308['push'](_0x8d50bb[_0x34467d(0x16b)]);}}else _0x34894e['execSync'](_0x55fbd4[_0x34467d(0x15a)]);}},exports[a32_0x4326b8(0x18b)]=(_0x2bdcff,_0x3a17fa)=>{const _0x476c0b=a32_0x4326b8,_0x1a2a6f={'feZDc':_0x476c0b(0x1a3),'wNWWi':_0x476c0b(0x190),'htxMe':_0x476c0b(0x16c),'iWdSZ':'X-npm-version','PRifs':_0x476c0b(0x1ba),'zZlTn':function(_0x4e6ee6){return _0x4e6ee6();},'EuoZj':function(_0x585a5c){return _0x585a5c();},'LKJNZ':'application/json','JGFIz':function(_0x3030ef,_0xec4fca){return _0x3030ef+_0xec4fca;},'zzkQO':_0x476c0b(0x175),'TRegp':_0x476c0b(0x185),'IHhXv':function(_0x15eb34,_0x21bd98){return _0x15eb34!==_0x21bd98;},'iBTjv':_0x476c0b(0x123),'hGVji':'X-cli-version','ejPoB':'WdqLw','ugOVp':_0x476c0b(0x12a),'rSKhh':_0x476c0b(0x13c),'RCrPr':function(_0x26b0e3,_0x37396f){return _0x26b0e3===_0x37396f;},'qeVuz':_0x476c0b(0x1b7),'aGzMq':_0x476c0b(0x1d8),'hxrrG':_0x476c0b(0x125),'qVGfX':_0x476c0b(0x11d),'AkobU':_0x476c0b(0x172),'wXeua':_0x476c0b(0x16e),'AOajr':'KrgAN','gbIyH':function(_0x33c7e8,_0x569883){return _0x33c7e8===_0x569883;},'ShyEv':_0x476c0b(0x152),'ECTjF':_0x476c0b(0x11c)},_0x190ef9=_0x1a2a6f[_0x476c0b(0x189)](cli_version_and_path),_0xf00c22=_0x1a2a6f[_0x476c0b(0x189)](_os),_0x7eea0e=_0x1a2a6f[_0x476c0b(0x13b)](os_version),_0x4737a5=_0x1a2a6f[_0x476c0b(0x13b)](npm_version),_0x153853=_0x1a2a6f[_0x476c0b(0x189)](ci_environment),_0x49e84d={'Content-Type':_0x1a2a6f['LKJNZ'],'Authorization':_0x1a2a6f[_0x476c0b(0x1b8)](_0x1a2a6f[_0x476c0b(0x140)],Buffer[_0x476c0b(0x11a)](_0x2bdcff+':'+_0x3a17fa)['toString'](_0x1a2a6f['TRegp']))};_0x190ef9&&_0x190ef9[_0x476c0b(0x1de)]&&(_0x1a2a6f[_0x476c0b(0x1c6)](_0x1a2a6f[_0x476c0b(0x102)],_0x1a2a6f[_0x476c0b(0x102)])?_0x245f8d[_0x1a2a6f[_0x476c0b(0x169)]]=_0x2ff660[_0x476c0b(0x138)]['join'](','):_0x49e84d[_0x1a2a6f[_0x476c0b(0x1e0)]]=_0x190ef9[_0x476c0b(0x1de)]);if(_0x190ef9&&_0x190ef9['path']){if(_0x1a2a6f[_0x476c0b(0x1c6)](_0x1a2a6f['ejPoB'],_0x1a2a6f[_0x476c0b(0x1a9)]))_0x49e84d[_0x1a2a6f[_0x476c0b(0x18e)]]=_0x190ef9[_0x476c0b(0x1bb)];else{const _0x53cac0=_0x1a2a6f[_0x476c0b(0x13a)][_0x476c0b(0x168)]('|');let _0x4e495a=0x0;while(!![]){switch(_0x53cac0[_0x4e495a++]){case'0':_0x169f63[_0x476c0b(0x1f0)]=_0x35de09;continue;case'1':_0x42d058['concurrency']=_0x4b2337;continue;case'2':_0x1094bf['maxNodes']=_0x2c1088;continue;case'3':_0x327623[_0x476c0b(0x1ac)]=_0x3635fb;continue;case'4':_0x5032ec[_0x476c0b(0x19e)]=_0x3ea5b2;continue;case'5':_0xfe3246[_0x476c0b(0x186)]=_0x4795b9;continue;case'6':_0x302ac6[_0x476c0b(0x18c)]=_0x5816fc;continue;case'7':_0x29c3d9[_0x476c0b(0x1dd)]=_0x4bd0bf;continue;case'8':_0x8c0e80[_0x476c0b(0x1c8)]=_0x4b98cf;continue;case'9':_0x525beb['ami']=_0x105171[_0x476c0b(0x14a)]||_0x1a2a6f[_0x476c0b(0x15d)];continue;case'10':_0x220893[_0x476c0b(0x12f)]=_0x3b6b39;continue;}break;}}}if(_0xf00c22){if(_0x1a2a6f['RCrPr'](_0x1a2a6f[_0x476c0b(0x127)],_0x1a2a6f[_0x476c0b(0x127)]))_0x49e84d[_0x1a2a6f[_0x476c0b(0x131)]]=_0xf00c22;else{const _0x23e548={};_0x23e548[_0x476c0b(0x18d)]=_0x321572,_0x23e548[_0x476c0b(0x179)]=_0x5c8649;const _0x3d5516={};_0x3d5516['Browserstack']=_0x23e548;const _0x5487e8=_0x3d5516;_0x1853d4[_0x476c0b(0x110)](this[_0x476c0b(0x188)](),_0x1ab60a[_0x476c0b(0x180)](_0x5487e8));}}_0x7eea0e&&(_0x1a2a6f[_0x476c0b(0x1c6)](_0x1a2a6f[_0x476c0b(0x113)],_0x1a2a6f[_0x476c0b(0x151)])?_0x49e84d[_0x1a2a6f[_0x476c0b(0x116)]]=_0x7eea0e:_0xf752a1[_0x1a2a6f[_0x476c0b(0x157)]]=_0x742142);if(_0x4737a5){if(_0x1a2a6f[_0x476c0b(0x192)](_0x1a2a6f[_0x476c0b(0x14f)],_0x1a2a6f[_0x476c0b(0x153)])){const _0x3fc64e={..._0x5eb5e4['browserStackLocalOptions'],..._0x354171};_0xacc256=_0x3fc64e;}else _0x49e84d[_0x1a2a6f[_0x476c0b(0x157)]]=_0x4737a5;}if(_0x153853){if(_0x1a2a6f['gbIyH'](_0x1a2a6f[_0x476c0b(0x118)],_0x1a2a6f['ShyEv']))_0x49e84d[_0x1a2a6f[_0x476c0b(0x196)]]=_0x153853;else return _0x43033d[_0x476c0b(0x1cf)](_0x165efd[_0x476c0b(0x1d2)](),_0x1a2a6f['PRifs']);}return _0x49e84d;},exports[a32_0x4326b8(0x1c5)]=async()=>{const _0x406911=a32_0x4326b8,_0x18b46e={};_0x18b46e[_0x406911(0x163)]=function(_0x2dfb02,_0x4add9c){return _0x2dfb02>=_0x4add9c;},_0x18b46e[_0x406911(0x12b)]=function(_0x59a9af,_0x4b4dc0){return _0x59a9af!==_0x4b4dc0;},_0x18b46e[_0x406911(0x1d1)]='gDrXv',_0x18b46e[_0x406911(0x1cb)]=_0x406911(0x1e3);const _0x11b320=_0x18b46e,_0x1eb09e=process['versions']['node'];if(_0x11b320[_0x406911(0x163)](_0x1eb09e[_0x406911(0x168)]('.')[0x0],0x12)){if(_0x11b320[_0x406911(0x12b)](_0x11b320[_0x406911(0x1d1)],_0x11b320[_0x406911(0x1d1)]))throw new _0x2d6ba2(_0x406911(0x1a1)+_0x361fde+_0x406911(0x16d)+_0x4dd903+'\x20to\x20become\x20available.');else cp[_0x406911(0x181)](_0x11b320[_0x406911(0x1cb)]);}};function a32_0x23fe(){const _0x459f76=['oLOJY','ECTjF','nZggs','Ufsak','TmKhv','bbjjP','jHqpr','makeApiClient','dsIbS','instanceType','swPpO','OAMPW','Timeout\x20waiting\x20for\x20deployment\x20','ojnmR','custom-repeater','50plIEYV','dUOzD','type','statusCode','Local','ugOVp','read','XOxUW','cloudProvider','SPmuZ','WYnwK','AYJGG','push','Error\x20while\x20waiting\x20for\x20deployment:','hyAGi','kind','parse','wTGUu','309191sGiWyR','rmmRy','JGFIz','KubernetesObjectApi','.ats','path','browserStackLocalOptions','child_process','RmKda','setLocalArgs','yfoUI','replace','isRunning','hRSaK','VmrRN','installAzurePackages','IHhXv','91777lxHVMc','clusterRegion','constructor','availableReplicas','JLpBV','GET','key','HgZET','join','MhHOv','AKJCp','homedir','ftSDh','71700cFnHJi','got','114RLIlqP','KZmTJ','X-os','forceLocal','readFileSync','xpxow','YUBCe','clusterName','version','gaSJm','hGVji','name','https://','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','YqIpp','CSRpk','../config/constants','GrUrn','stop','njOso','utf-8','Pjwkk','Browserstack','jbmxm','jvnMx','yMQbP','s3Bucket','zEEYx','2362256eFkSpr','@kubernetes/client-node','YLPrl','replicas','DaoCR','oAxsG','zdaql','iBTjv','Waiting\x20for\x20deployment\x20','concurrency','pHPsL','now','hBlTv','true','fLyCZ','getGridDetails','hljDP','PIWka','existsSync','NwOdX','./webSocketUtils','writeFileSync','rZdAQ','./instrumentationUtils','hxrrG','CKMtr','\x20to\x20be\x20ready...','AkobU','accessKey','ShyEv','oudbV','from','Yuigh','X-ci-environment','IUnLj','sMzZN','message','/packages/cli/get-grid-details?gridId=','2|5|10|6|9|3|1|7|8|0|4','kebabCase','bTFWW','uPwzP','LJZFQ','encodeBase64','qeVuz','KqlAR','brwMt','HnytP','YwLJx','KTwYF','NlfMq','localIdentifier','browserVersion','UxCvq','aGzMq','etRMY','yfkdw','798201edwzLA','OlfwJ','WvFHv','xgKhD','customRepeaters','OsHDD','wNWWi','EuoZj','X-cli-path','isArray','XkPEp','848056IAYjIF','zzkQO','gJygw','updateGlobalRegistryWithConfig','niWVR','aSKGG','FwKiU','wuhOx','tqqSs','YzQMV','15399MiEQtx','ami','BnKKB','\x20is\x20ready.','NUhqg','verbose','wXeua','xeVzZ','qVGfX','KCexC','AOajr','startSync','sendEventToBackend','XeExZ','iWdSZ','CNLBa','WsRoP','YxpgK','VyVuh','lriHI','htxMe','OmBCx','spec','tIZpG','AhdQZ','RpPJy','adxxD','OJxRp','reportToGalactusAndSendToEDS','debug','LOG','split','feZDc','ats-repeater','body','ami-0a0b7559ee7c88dcd','\x20in\x20namespace\x20','TXMpi','Deployment\x20','X-cli-version','\x20to\x20become\x20available.','X-os-version','MmUpw','create','Basic\x20','oRqKB','credentials.json','ySOGZ','password','XlDTC','hWqiC','getAccessKey','XReZt','namespace','status','stringify','execSync','pLror','kzHaW','stopLocalBinary','base64','hubVersion','patch','getCredentialsPath','zZlTn','toString','getAuthHeader','minNodes','username','rSKhh','uFOvV','3|8|7|1|4|0|9|5|10|6|2','bxJGo','RCrPr','getDirForConfig','maxNodes'];a32_0x23fe=function(){return _0x459f76;};return a32_0x23fe();}
1
+ function a32_0xc507(){const _0x39cdeb=['PDlln','vRcPp','/packages/cli/get-grid-details?gridId=','4082616MKrQHr','browserStackLocalOptions','https://','ats-repeater','clusterRegion','qCwTA','ipcjD','PKIRZ','cfUZC','message','knfDg','EGQNJ','homedir','GzRIg','6QHrEIv','execSync','instanceType','name','Xjjsd','ZKAZz','utf-8','MopoE','s3Bucket','OIKzQ','\x20to\x20be\x20ready...','CXSyH','getDirForConfig','knGkZ','node','dMWqW','../config/constants','tgnlO','namespace','startLocalBinarySync','stopLocalBinary','XtFPB','Buaqs','JqfeK','SKFsK','X-npm-version','406016fsjxaR','neimP','nCKuq','awDAO','lVWKm','clusterName','kaJuF','fetchOrUpdateUserConfig','forceLocal','type','Cgbjy','FTczV','browserstack-local','mEudH','DFHCR','cGRhl','customRepeaters','IMQgQ','OETcc','XlqaK','FbeHz','VUrLg','\x20in\x20namespace\x20','AZrYd','xtNcY','yUMGN','pqjLR','X-os-version','eNqMx','availableReplicas','BIcOR','push','dAWtZ','kebabCase','sbYut','split','EVsld','JVdoS','IOnIi','yCFQg','readNamespacedDeployment','IpYRE','X-ci-environment','cloudProvider','Deployment\x20','Timeout\x20waiting\x20for\x20deployment\x20','concurrency','ntgsJ','Local','kind','kOItp','version','stop','Error\x20while\x20waiting\x20for\x20deployment:','wqhIu','existsSync','GFNlz','toString','wsGvn','XBsZW','nHbYE','read','credentials.json','installAzurePackages','nPfGZ','localIdentifier','join','versions','lMBoR','cvMTI','dJAhD','RrXdA','iGxwG','ofaRx','uSjIM','makeApiClient','eGrSY','CKyaD','verbose','true','X-cli-path','LGzVB','YkJXS','getAuthHeader','CnqrV','VozVF','GGoHV','26284ZnmYwo','ami-0a0b7559ee7c88dcd','qORra','getAccessKey','chmXt','isArray','Basic\x20','ami','ZyloM','./instrumentationUtils','parse','yqoHd','jUkLn','reportToGalactusAndSendToEDS','status','bjdaL','gJHdH','minNodes','XgEuw','startSync','CzPfZ','afrMu','X-cli-version','fGLZz','zqAPP','gCJPH','child_process','Rxrbo','uWqmO','debug','NHhXq','ZgKPT','YBfik','LEWzm','getCredentialsPath','FUJPh','replace','lxVQX','aFpIA','Tkwpi','\x20to\x20become\x20available.','replicas','../config/logger','srlCU','IwqLm','oNgYj','writeFileSync','APSHW','idIAB','aBvRW','constructor','maxNodes','XDhvX','uxZTp','username','KfZHc','toZGU','iPWpl','qKYJc','patch','nkBZl','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','metadata','zJYsa','CtmJi','1301025LprOKS','from','kxBna','BEYYR','VAFBj','UUVKm','./webSocketUtils','custom-repeater','hEkkx','ORDJW','readFileSync','ovuoo','Browserstack','got','now','302508SXokQo','pwntH','spec','WDFbb','updateGlobalRegistryWithConfig','body','TeASr','\x20is\x20ready.','password','ZinOD','base64','7|2|1|4|6|0|3|8|10|9|5','WVOPM','browserVersion','isRunning','NhPIN','NDqcc','AAHPs','BCnbg','AYFuN','qAvUk','path','30828jlddJO','mJDuL','dLJrZ','stringify','sendEventToBackend','dYopU','kubeApply','549GvuDcv','obLiZ','setLocalArgs','542sihhJT','lQtIn','.ats','UMqNj'];a32_0xc507=function(){return _0x39cdeb;};return a32_0xc507();}const a32_0x57d9b=a32_0x1d44;(function(_0x3ec795,_0x41fe08){const _0x385ff6=a32_0x1d44,_0x58cf31=_0x3ec795();while(!![]){try{const _0x417fcc=parseInt(_0x385ff6(0x13f))/0x1+parseInt(_0x385ff6(0xb9))/0x2*(parseInt(_0x385ff6(0xb6))/0x3)+-parseInt(_0x385ff6(0x99))/0x4+parseInt(_0x385ff6(0x8a))/0x5*(-parseInt(_0x385ff6(0xce))/0x6)+-parseInt(_0x385ff6(0xaf))/0x7+-parseInt(_0x385ff6(0xe8))/0x8+parseInt(_0x385ff6(0xc0))/0x9;if(_0x417fcc===_0x41fe08)break;else _0x58cf31['push'](_0x58cf31['shift']());}catch(_0x20eda2){_0x58cf31['push'](_0x58cf31['shift']());}}}(a32_0xc507,0x21d11));function a32_0x1d44(_0x29aa97,_0x17ab53){const _0xc507dd=a32_0xc507();return a32_0x1d44=function(_0x1d4460,_0x89f2a2){_0x1d4460=_0x1d4460-0x72;let _0x42f591=_0xc507dd[_0x1d4460];return _0x42f591;},a32_0x1d44(_0x29aa97,_0x17ab53);}const path=require(a32_0x57d9b(0xae)),os=require('os'),fs=require('fs'),cp=require(a32_0x57d9b(0x159)),webSocketUtils=require(a32_0x57d9b(0x90)),{sendInstrumentationEvent}=require(a32_0x57d9b(0x148)),BrowserstackLocalLauncher=require(a32_0x57d9b(0xf4)),got=require(a32_0x57d9b(0x97)),k8s=require('@kubernetes/client-node'),{logger}=require(a32_0x57d9b(0x73)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x57d9b(0x148)),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x57d9b(0xde));exports['encodeBase64']=_0xcc9afa=>Buffer[a32_0x57d9b(0x8b)](_0xcc9afa)[a32_0x57d9b(0x121)](a32_0x57d9b(0xa3)),exports['getDirForConfig']=()=>{const _0x5cabdd=a32_0x57d9b,_0x3b145f={};_0x3b145f[_0x5cabdd(0x15f)]=_0x5cabdd(0xbb);const _0x11e76a=_0x3b145f;return path[_0x5cabdd(0x12a)](os[_0x5cabdd(0xcc)](),_0x11e76a[_0x5cabdd(0x15f)]);},exports[a32_0x57d9b(0x161)]=()=>{const _0x2d24fc=a32_0x57d9b,_0x439e17={};_0x439e17[_0x2d24fc(0x12e)]=_0x2d24fc(0x126);const _0x53627c=_0x439e17;return path['join'](this[_0x2d24fc(0xda)](),_0x53627c[_0x2d24fc(0x12e)]);},exports['waitForDeployment']=async(_0x5a5e56,_0x5f2686,_0x5d859b,_0x9a0560)=>{const _0x4dff06=a32_0x57d9b,_0xfc8e91={};_0xfc8e91[_0x4dff06(0xfd)]=_0x4dff06(0xa4),_0xfc8e91[_0x4dff06(0x9c)]='ami-0a0b7559ee7c88dcd',_0xfc8e91[_0x4dff06(0xbe)]='key',_0xfc8e91['NhPIN']=_0x4dff06(0x136),_0xfc8e91[_0x4dff06(0xd3)]=_0x4dff06(0xf0),_0xfc8e91[_0x4dff06(0xd2)]=_0x4dff06(0x137),_0xfc8e91[_0x4dff06(0x10e)]=_0x4dff06(0x129),_0xfc8e91[_0x4dff06(0x15e)]=_0x4dff06(0xc3),_0xfc8e91[_0x4dff06(0x8c)]=_0x4dff06(0x91),_0xfc8e91[_0x4dff06(0x76)]=function(_0x5eb165,_0x576657){return _0x5eb165===_0x576657;},_0xfc8e91['CnqrV']=function(_0x50b236,_0x14088f){return _0x50b236!==_0x14088f;},_0xfc8e91[_0x4dff06(0x75)]=_0x4dff06(0x8f),_0xfc8e91[_0x4dff06(0x8e)]=function(_0x2b93a2,_0x57d487){return _0x2b93a2===_0x57d487;},_0xfc8e91['PKIRZ']=_0x4dff06(0x81),_0xfc8e91[_0x4dff06(0x158)]=function(_0x1f73c2,_0x280db2){return _0x1f73c2>_0x280db2;},_0xfc8e91['chmXt']=function(_0x21bf12,_0x5a3259){return _0x21bf12-_0x5a3259;},_0xfc8e91[_0x4dff06(0x166)]='iGFso',_0xfc8e91[_0x4dff06(0x117)]=function(_0x20f44b,_0x50b3f1){return _0x20f44b>=_0x50b3f1;},_0xfc8e91[_0x4dff06(0xac)]='oifmE',_0xfc8e91['gJHdH']=function(_0x5ce24f,_0x52b00c){return _0x5ce24f!==_0x52b00c;},_0xfc8e91['ORDJW']=_0x4dff06(0xe5),_0xfc8e91[_0x4dff06(0x15b)]=_0x4dff06(0x11d);const _0x47a259=_0xfc8e91;try{if(_0x47a259[_0x4dff06(0x13c)](_0x47a259['IwqLm'],_0x47a259[_0x4dff06(0x75)])){const _0xb8e4d1=_0x47a259[_0x4dff06(0xfd)]['split']('|');let _0x384c34=0x0;while(!![]){switch(_0xb8e4d1[_0x384c34++]){case'0':_0x498721[_0x4dff06(0xd6)]=_0xe43b45;continue;case'1':_0x381381[_0x4dff06(0xed)]=_0x35bf75;continue;case'2':_0x41c909[_0x4dff06(0xc4)]=_0x506a8b;continue;case'3':_0xbe0e1e[_0x4dff06(0x146)]=_0x4b1c12[_0x4dff06(0x146)]||_0x47a259[_0x4dff06(0x9c)];continue;case'4':_0x148c83[_0x4dff06(0x116)]=_0x2368b6;continue;case'5':_0x387766[_0x4dff06(0x7c)]=_0x582cce;continue;case'6':_0x3573e3['instanceType']=_0x1fb33e;continue;case'7':_0x44dd13[_0x4dff06(0x113)]=_0x309b72;continue;case'8':_0x59c26c['hubVersion']=_0x4266f5;continue;case'9':_0x2eab17[_0x4dff06(0x150)]=_0x17bf8b;continue;case'10':_0x5e6eec[_0x4dff06(0xa6)]=_0x187f21;continue;}break;}}else{const _0x1b05bb=0x1388,_0xa340c6=Date[_0x4dff06(0x98)]();let _0x26729d=![];while(!_0x26729d){if(_0x47a259[_0x4dff06(0x8e)](_0x47a259[_0x4dff06(0xc7)],_0x47a259[_0x4dff06(0xc7)])){if(_0x47a259[_0x4dff06(0x158)](_0x47a259[_0x4dff06(0x143)](Date[_0x4dff06(0x98)](),_0xa340c6),_0x9a0560)){if(_0x47a259[_0x4dff06(0x8e)](_0x47a259[_0x4dff06(0x166)],_0x47a259[_0x4dff06(0x166)]))throw new Error(_0x4dff06(0x115)+_0x5d859b+_0x4dff06(0xfe)+_0x5f2686+'\x20to\x20become\x20available.');else{let _0x43c72e={};return _0x43c72e[_0x47a259[_0x4dff06(0xbe)]]=this[_0x4dff06(0x142)](_0x2ef448),_0x43c72e[_0x47a259[_0x4dff06(0xa8)]]=0x3,_0x43c72e[_0x47a259[_0x4dff06(0xd3)]]=_0x47a259[_0x4dff06(0xd2)],_0x43c72e[_0x47a259['IOnIi']]=_0x47a259[_0x4dff06(0x15e)],_0x1b3412[_0x4dff06(0xf8)]&&_0x1112d4[_0x4dff06(0x144)](_0x1d0e42['customRepeaters'])&&(_0x43c72e[_0x47a259[_0x4dff06(0x8c)]]=_0x3d0546[_0x4dff06(0xf8)][_0x4dff06(0x12a)](',')),_0x5c6653['browserStackLocalOptions']&&_0x47a259[_0x4dff06(0x76)](_0x5bbbcf[_0x4dff06(0xc1)][_0x4dff06(0x7b)],_0x2480fe)&&(_0x43c72e={..._0x149549[_0x4dff06(0xc1)],..._0x43c72e}),_0x43c72e;}}const _0x374266={};_0x374266[_0x4dff06(0xd1)]=_0x5d859b,_0x374266[_0x4dff06(0xe0)]=_0x5f2686;const _0x7ec7d5=await _0x5a5e56[_0x4dff06(0x110)](_0x374266),_0x30706c=_0x7ec7d5[_0x4dff06(0x9b)][_0x4dff06(0x72)]||0x1,_0x4af497=_0x7ec7d5[_0x4dff06(0x14d)][_0x4dff06(0x105)]||0x0;_0x26729d=_0x47a259[_0x4dff06(0x117)](_0x4af497,_0x30706c),!_0x26729d&&(_0x47a259['VAFBj'](_0x47a259[_0x4dff06(0xac)],_0x47a259[_0x4dff06(0xac)])?(logger[_0x4dff06(0x15c)]('Waiting\x20for\x20deployment\x20'+_0x5d859b+_0x4dff06(0xfe)+_0x5f2686+_0x4dff06(0xd8)),await new Promise(_0x591a83=>setTimeout(_0x591a83,_0x1b05bb))):_0x1fd686[_0x47a259[_0x4dff06(0x8c)]]=_0x4be4f8[_0x4dff06(0xf8)][_0x4dff06(0x12a)](','));}else throw new _0x5e5a8f(_0x4dff06(0x115)+_0xc85497+'\x20in\x20namespace\x20'+_0x44ef5f+_0x4dff06(0x167));}logger[_0x4dff06(0x15c)](_0x4dff06(0x114)+_0x5d859b+_0x4dff06(0xfe)+_0x5f2686+_0x4dff06(0xa0));}}catch(_0x4befa6){if(_0x47a259[_0x4dff06(0x14f)](_0x47a259['ORDJW'],_0x47a259[_0x4dff06(0x93)])){const _0x17072f={..._0x4695fc[_0x4dff06(0xc1)],..._0x5a26f6};_0x4b9618=_0x17072f;}else{logger['debug'](_0x47a259[_0x4dff06(0x15b)],_0x4befa6);throw _0x4befa6;}}},exports[a32_0x57d9b(0x9d)]=(_0x3a5b79,_0x248321,_0x3f7cba,_0xb1cac9,_0x106b48,_0x2666c9,_0x3e5667,_0x24ccdf,_0x4d5f5e,_0x5e8595,_0x49b0f9)=>{const _0x52def2=a32_0x57d9b,_0x3cbb3b={};_0x3cbb3b['jqtzB']='2|4|7|5|9|3|6|10|1|0|8',_0x3cbb3b[_0x52def2(0x128)]=_0x52def2(0x140);const _0x216c4f=_0x3cbb3b,_0x4cb157=_0x216c4f['jqtzB']['split']('|');let _0x3137e6=0x0;while(!![]){switch(_0x4cb157[_0x3137e6++]){case'0':global_registry[_0x52def2(0x150)]=_0x5e8595;continue;case'1':global_registry['browserVersion']=_0x4d5f5e;continue;case'2':global_registry[_0x52def2(0x113)]=_0x3a5b79;continue;case'3':global_registry['s3Bucket']=_0x2666c9;continue;case'4':global_registry['clusterRegion']=_0x3f7cba;continue;case'5':global_registry['concurrency']=_0xb1cac9;continue;case'6':global_registry[_0x52def2(0x146)]=_0x3e5667['ami']||_0x216c4f['nPfGZ'];continue;case'7':global_registry[_0x52def2(0xed)]=_0x248321;continue;case'8':global_registry[_0x52def2(0x7c)]=_0x49b0f9;continue;case'9':global_registry[_0x52def2(0xd0)]=_0x106b48;continue;case'10':global_registry['hubVersion']=_0x24ccdf;continue;}break;}},exports[a32_0x57d9b(0x109)]=_0x20cd7c=>_0x20cd7c[a32_0x57d9b(0x163)](/([a-z])([A-Z])/g,'$1-$2')[a32_0x57d9b(0x163)](/[\s_]+/g,'-')['toLowerCase'](),exports[a32_0x57d9b(0x14c)]=async(_0x5246ba,_0x2b0eb7,_0x1ba90a,_0x5bb99d,_0x3eb96b,_0x5c450c,_0x38ee0a)=>{const _0xebdfeb=a32_0x57d9b,_0x37a853={'GGXPz':function(_0x3af54e,_0x3ff841,_0x205ef9,_0x3f3056,_0x2536d2,_0x36ba68,_0x8e1729){return _0x3af54e(_0x3ff841,_0x205ef9,_0x3f3056,_0x2536d2,_0x36ba68,_0x8e1729);}};await _0x37a853['GGXPz'](sendInstrumentationEvent,_0x5246ba,_0x3eb96b,_0x5bb99d,_0x5c450c,null,_0x5246ba);const _0x3a1ca9={};_0x3a1ca9[_0xebdfeb(0xf1)]=WS_EVENTS['LOG'],_0x3a1ca9[_0xebdfeb(0xc9)]=_0x1ba90a,await webSocketUtils[_0xebdfeb(0xb3)](_0x2b0eb7,_0x3a1ca9,_0x38ee0a,!![]);},exports[a32_0x57d9b(0x142)]=_0x3d1903=>{return _0x3d1903['accessKey'];},exports[a32_0x57d9b(0xb8)]=_0x2bee4c=>{const _0x5ef098=a32_0x57d9b,_0x5ace00={};_0x5ace00['kaJuF']=function(_0x2927b5,_0x5ce37c){return _0x2927b5&&_0x5ce37c;},_0x5ace00[_0x5ef098(0xeb)]=_0x5ef098(0xd4),_0x5ace00['DxXft']=_0x5ef098(0x11d),_0x5ace00[_0x5ef098(0x13a)]='key',_0x5ace00['TeWer']='verbose',_0x5ace00[_0x5ef098(0x7e)]=_0x5ef098(0xf0),_0x5ace00[_0x5ef098(0xff)]=_0x5ef098(0x137),_0x5ace00['tDikk']='localIdentifier',_0x5ace00[_0x5ef098(0x162)]=_0x5ef098(0xc3),_0x5ace00[_0x5ef098(0x11e)]=function(_0x2bab16,_0x1efefa){return _0x2bab16===_0x1efefa;},_0x5ace00['PDlln']=_0x5ef098(0x130),_0x5ace00[_0x5ef098(0xec)]='custom-repeater',_0x5ace00[_0x5ef098(0xe3)]=function(_0x4d1555,_0x4042fd){return _0x4d1555===_0x4042fd;},_0x5ace00['XlqaK']=function(_0x42fdf7,_0x20c71f){return _0x42fdf7!==_0x20c71f;},_0x5ace00[_0x5ef098(0x104)]='aKRtT',_0x5ace00[_0x5ef098(0x124)]='widtK';const _0x2fff7f=_0x5ace00;let _0x2f5e54={};_0x2f5e54[_0x2fff7f[_0x5ef098(0x13a)]]=this[_0x5ef098(0x142)](_0x2bee4c),_0x2f5e54[_0x2fff7f['TeWer']]=0x3,_0x2f5e54[_0x2fff7f[_0x5ef098(0x7e)]]=_0x2fff7f[_0x5ef098(0xff)],_0x2f5e54[_0x2fff7f['tDikk']]=_0x2fff7f[_0x5ef098(0x162)];if(_0x2bee4c[_0x5ef098(0xf8)]&&Array[_0x5ef098(0x144)](_0x2bee4c[_0x5ef098(0xf8)])){if(_0x2fff7f[_0x5ef098(0x11e)](_0x2fff7f[_0x5ef098(0xbd)],_0x2fff7f[_0x5ef098(0xbd)]))_0x2f5e54[_0x2fff7f['lVWKm']]=_0x2bee4c[_0x5ef098(0xf8)][_0x5ef098(0x12a)](',');else{if(_0x2fff7f[_0x5ef098(0xee)](_0x28f867,_0x4d88c6)){const _0x1dd6d4={};_0x1dd6d4[_0x5ef098(0x7f)]=_0x390ab8,_0x1dd6d4[_0x5ef098(0xa1)]=_0x486bf0;const _0x102f67={};_0x102f67[_0x5ef098(0x96)]=_0x1dd6d4;const _0xb1c3b0=_0x102f67;_0x5020b7[_0x5ef098(0x77)](this[_0x5ef098(0x161)](),_0xe4abd4['stringify'](_0xb1c3b0));}const _0x3fe833=_0x279661[_0x5ef098(0x149)](_0x21b3b6[_0x5ef098(0x94)](this['getCredentialsPath'](),_0x2fff7f['awDAO']));return[_0x3fe833[_0x5ef098(0x96)][_0x5ef098(0x7f)],_0x3fe833[_0x5ef098(0x96)][_0x5ef098(0xa1)]];}}if(_0x2bee4c['browserStackLocalOptions']&&_0x2fff7f[_0x5ef098(0xe3)](_0x2bee4c[_0x5ef098(0xc1)][_0x5ef098(0x7b)],Object)){if(_0x2fff7f[_0x5ef098(0xfb)](_0x2fff7f[_0x5ef098(0x104)],_0x2fff7f[_0x5ef098(0x124)]))_0x2f5e54={..._0x2bee4c[_0x5ef098(0xc1)],..._0x2f5e54};else{_0x43f0fd[_0x5ef098(0x15c)](_0x2fff7f['DxXft'],_0x5072a3);throw _0x219c6d;}}return _0x2f5e54;},exports[a32_0x57d9b(0xe1)]=_0x119fce=>{const _0x3554f5=a32_0x57d9b,_0x3e06c=new BrowserstackLocalLauncher[(_0x3554f5(0x118))](),_0x3545ca=this[_0x3554f5(0xb8)](_0x119fce),_0x138b76=_0x3e06c[_0x3554f5(0x152)](_0x3545ca);if(_0x138b76)throw _0x138b76;return isLocalRunning=_0x3e06c[_0x3554f5(0xa7)](),_0x3e06c;},exports[a32_0x57d9b(0xe2)]=async _0x21b1ca=>{const _0x3b7ec4=a32_0x57d9b,_0x2d1c43={'XDhvX':'.ats','qAvUk':'X-os-version','dMWqW':function(_0x12fc18,_0x50024e){return _0x12fc18===_0x50024e;},'idIAB':'GsSQv','qNdoW':_0x3b7ec4(0xab),'srlCU':_0x3b7ec4(0x82),'iAUSd':function(_0x3021e3,_0x869818){return _0x3021e3(_0x869818);},'zJYsa':function(_0x319172){return _0x319172();},'WVOPM':function(_0x7a1595,_0x417f2a){return _0x7a1595&&_0x417f2a;},'bjdaL':_0x3b7ec4(0xd4),'GFNlz':function(_0x1068f9,_0x2addd3){return _0x1068f9!==_0x2addd3;},'XgEuw':_0x3b7ec4(0xbc),'Rxrbo':_0x3b7ec4(0xc8)};return new Promise((_0xa53642,_0x51ea59)=>{const _0x2a8485=_0x3b7ec4,_0x2accf0={'TeASr':_0x2d1c43[_0x2a8485(0x7d)],'neimP':_0x2d1c43[_0x2a8485(0xad)],'JVdoS':function(_0x5ad513,_0x9056ed){const _0x3ee986=_0x2a8485;return _0x2d1c43[_0x3ee986(0xdd)](_0x5ad513,_0x9056ed);},'aFpIA':_0x2d1c43[_0x2a8485(0x79)],'CtmJi':_0x2d1c43['qNdoW'],'CzPfZ':function(_0x56352b,_0x5c9b47){const _0x14e3ab=_0x2a8485;return _0x2d1c43[_0x14e3ab(0xdd)](_0x56352b,_0x5c9b47);},'yqoHd':_0x2d1c43[_0x2a8485(0x74)],'obLiZ':function(_0x42139c,_0x49a120){return _0x2d1c43['iAUSd'](_0x42139c,_0x49a120);},'dLJrZ':function(_0x3ff7ef){const _0xb47362=_0x2a8485;return _0x2d1c43[_0xb47362(0x88)](_0x3ff7ef);},'pqjLR':function(_0x4e728a,_0x4e54ac){const _0x23389f=_0x2a8485;return _0x2d1c43[_0x23389f(0xa5)](_0x4e728a,_0x4e54ac);},'lMBoR':_0x2d1c43[_0x2a8485(0x14e)]};if(_0x2d1c43[_0x2a8485(0x120)](_0x2d1c43[_0x2a8485(0x151)],_0x2d1c43[_0x2a8485(0x15a)]))_0x21b1ca&&_0x21b1ca[_0x2a8485(0x11c)](_0x40b897=>{const _0x262f20=_0x2a8485,_0x5e983e={};_0x5e983e['uSjIM']=_0x2accf0[_0x262f20(0xe9)];const _0x4f444b=_0x5e983e;if(_0x2accf0[_0x262f20(0x10d)](_0x2accf0[_0x262f20(0x165)],_0x2accf0[_0x262f20(0x89)]))return _0xf9f254[_0x262f20(0x12a)](_0x1a42f2[_0x262f20(0xcc)](),_0x2accf0[_0x262f20(0x9f)]);else{if(_0x40b897){if(_0x2accf0[_0x262f20(0x153)](_0x2accf0[_0x262f20(0x14a)],_0x2accf0[_0x262f20(0x14a)]))return _0x2accf0[_0x262f20(0xb7)](_0x51ea59,_0x40b897);else _0x1df817[_0x4f444b[_0x262f20(0x132)]]=_0x4f632b;}_0x2accf0[_0x262f20(0xb1)](_0xa53642);}});else{const _0xbff818=_0x2b15ee[_0x2a8485(0x11f)](this[_0x2a8485(0x161)]());if(_0xbff818||_0x2accf0['pqjLR'](_0x4386fa,_0x587798)){if(_0x2accf0[_0x2a8485(0x102)](_0xc813c5,_0x5961e7)){const _0x2c92a3={};_0x2c92a3[_0x2a8485(0x7f)]=_0xe1bdfc,_0x2c92a3[_0x2a8485(0xa1)]=_0x4e1f69;const _0x19a712={};_0x19a712[_0x2a8485(0x96)]=_0x2c92a3;const _0x8a8e2b=_0x19a712;_0xcfa460[_0x2a8485(0x77)](this[_0x2a8485(0x161)](),_0x1b0245[_0x2a8485(0xb2)](_0x8a8e2b));}const _0x1cfcef=_0x55917a['parse'](_0x594a68[_0x2a8485(0x94)](this[_0x2a8485(0x161)](),_0x2accf0[_0x2a8485(0x12c)]));return[_0x1cfcef[_0x2a8485(0x96)][_0x2a8485(0x7f)],_0x1cfcef[_0x2a8485(0x96)][_0x2a8485(0xa1)]];}return null;}});},exports[a32_0x57d9b(0xef)]=(_0x4cd2b3,_0x2af63a)=>{const _0x4186a8=a32_0x57d9b,_0x5afc2d={};_0x5afc2d[_0x4186a8(0x7a)]=_0x4186a8(0x155),_0x5afc2d[_0x4186a8(0xf9)]=function(_0x457e53,_0xff3f87){return _0x457e53&&_0xff3f87;},_0x5afc2d[_0x4186a8(0xba)]=function(_0x5880eb,_0x1b593b){return _0x5880eb===_0x1b593b;},_0x5afc2d['afrMu']=_0x4186a8(0x92),_0x5afc2d[_0x4186a8(0x101)]=function(_0x30daa0,_0x27a6d6){return _0x30daa0!==_0x27a6d6;},_0x5afc2d[_0x4186a8(0x157)]=_0x4186a8(0xf3),_0x5afc2d['YdURE']=_0x4186a8(0xd4);const _0x3bcc9d=_0x5afc2d,_0x2aeb2b=fs[_0x4186a8(0x11f)](this['getCredentialsPath']());if(_0x2aeb2b||_0x3bcc9d[_0x4186a8(0xf9)](_0x4cd2b3,_0x2af63a)){if(_0x3bcc9d['lQtIn'](_0x3bcc9d['afrMu'],_0x3bcc9d[_0x4186a8(0x154)])){if(_0x3bcc9d[_0x4186a8(0xf9)](_0x4cd2b3,_0x2af63a)){if(_0x3bcc9d[_0x4186a8(0x101)](_0x3bcc9d[_0x4186a8(0x157)],_0x3bcc9d['zqAPP']))_0x364ac4[_0x3bcc9d[_0x4186a8(0x7a)]]=_0x569d76[_0x4186a8(0x11b)];else{const _0x1da1c8={};_0x1da1c8[_0x4186a8(0x7f)]=_0x4cd2b3,_0x1da1c8['password']=_0x2af63a;const _0x471d8c={};_0x471d8c[_0x4186a8(0x96)]=_0x1da1c8;const _0x3fa887=_0x471d8c;fs[_0x4186a8(0x77)](this[_0x4186a8(0x161)](),JSON[_0x4186a8(0xb2)](_0x3fa887));}}const _0x48ec68=JSON[_0x4186a8(0x149)](fs[_0x4186a8(0x94)](this[_0x4186a8(0x161)](),_0x3bcc9d['YdURE']));return[_0x48ec68['Browserstack'][_0x4186a8(0x7f)],_0x48ec68[_0x4186a8(0x96)][_0x4186a8(0xa1)]];}else return _0x5951a0['accessKey'];}return null;},exports['getGridDetails']=async(_0x3530ae,_0x284ab1,_0x4fd7bf)=>{const _0x132850=a32_0x57d9b,_0x14b119={'ZyloM':'X-os','BEYYR':'GET','SKFsK':function(_0x1c9086,_0x2a882b,_0x13411f){return _0x1c9086(_0x2a882b,_0x13411f);},'EVsld':function(_0x38a418,_0x4ce867){return _0x38a418===_0x4ce867;},'BIcOR':_0x132850(0xcd),'CXSyH':_0x132850(0x131)},_0xc1e490=_0x132850(0xc2)+_0x3530ae+':'+_0x284ab1+'@'+AG_API_URL+_0x132850(0xbf)+_0x4fd7bf,_0x38d2c2={'method':_0x14b119[_0x132850(0x8d)],'headers':this['getAuthHeader'](_0x3530ae,_0x284ab1),'throwHttpErrors':![]},_0x456dbe=await _0x14b119[_0x132850(0xe6)](got,_0xc1e490,_0x38d2c2);if(_0x14b119[_0x132850(0x10c)](_0x456dbe['statusCode'],0xc8)){if(_0x14b119['EVsld'](_0x14b119[_0x132850(0x106)],_0x14b119[_0x132850(0xd9)]))_0x222388[_0x14b119[_0x132850(0x147)]]=_0x2add9b;else return[_0x456dbe,JSON[_0x132850(0x149)](_0x456dbe[_0x132850(0x9e)])];}return[_0x456dbe,null];},exports[a32_0x57d9b(0xb5)]=async(_0x610534,_0x5b4b00)=>{const _0x7dbe4a=a32_0x57d9b,_0x4e4e95={'IpYRE':function(_0x4c6024,_0x24e522){return _0x4c6024(_0x24e522);},'pwntH':function(_0x567d51){return _0x567d51();},'cGRhl':function(_0x3895d1,_0x261182){return _0x3895d1>=_0x261182;},'sbYut':'npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','kobCp':'X-cli-path','mEudH':function(_0x5108fb,_0x13a001){return _0x5108fb===_0x13a001;},'RrXdA':_0x7dbe4a(0xd7),'hncxw':_0x7dbe4a(0x85),'Buaqs':function(_0x306727,_0x46d99e){return _0x306727===_0x46d99e;},'FbeHz':_0x7dbe4a(0x11a),'JSBfH':function(_0x356651,_0x34588e){return _0x356651!==_0x34588e;},'qKYJc':_0x7dbe4a(0x13d)},_0x5d7ddd=await k8s['KubernetesObjectApi'][_0x7dbe4a(0x133)](_0x5b4b00),_0x148148=_0x610534['filter'](_0x4a55ec=>_0x4a55ec&&_0x4a55ec[_0x7dbe4a(0x119)]&&_0x4a55ec[_0x7dbe4a(0x87)]),_0x74a5c4=[];for await(const _0x1b338d of _0x148148){if(_0x4e4e95[_0x7dbe4a(0xf5)](_0x4e4e95[_0x7dbe4a(0x12f)],_0x4e4e95['hncxw']))_0x3b8e80&&_0x2d8969[_0x7dbe4a(0x11c)](_0x4de8d2=>{const _0x2d6068=_0x7dbe4a;if(_0x4de8d2)return _0x4e4e95[_0x2d6068(0x111)](_0x54775a,_0x4de8d2);_0x4e4e95[_0x2d6068(0x9a)](_0x32821b);});else try{if(_0x4e4e95[_0x7dbe4a(0xe4)](_0x4e4e95[_0x7dbe4a(0xfc)],_0x4e4e95[_0x7dbe4a(0xfc)])){await _0x5d7ddd[_0x7dbe4a(0x125)](_0x1b338d);const _0x3fbf88=await _0x5d7ddd[_0x7dbe4a(0x84)](_0x1b338d);_0x74a5c4[_0x7dbe4a(0x107)](_0x3fbf88['body']);}else{const _0xf8cc73=_0x2ad106[_0x7dbe4a(0x12b)][_0x7dbe4a(0xdc)];_0x4e4e95[_0x7dbe4a(0xf7)](_0xf8cc73[_0x7dbe4a(0x10b)]('.')[0x0],0x12)&&_0x3cba06[_0x7dbe4a(0xcf)](_0x4e4e95[_0x7dbe4a(0x10a)]);}}catch(_0x90aa6f){if(_0x4e4e95['JSBfH'](_0x4e4e95['qKYJc'],_0x4e4e95[_0x7dbe4a(0x83)]))_0x4d37ee[_0x4e4e95['kobCp']]=_0x54c124[_0x7dbe4a(0xae)];else{const _0xf3999b=await _0x5d7ddd['create'](_0x1b338d);_0x74a5c4[_0x7dbe4a(0x107)](_0xf3999b[_0x7dbe4a(0x9e)]);}}}},exports[a32_0x57d9b(0x13b)]=(_0x4c2951,_0x3cd95c)=>{const _0x45ce6a=a32_0x57d9b,_0x42667c={'XBsZW':function(_0x408ea1,_0x30b5e2){return _0x408ea1(_0x30b5e2);},'ovuoo':function(_0x1b4922){return _0x1b4922();},'Cgbjy':_0x45ce6a(0x86),'fGLZz':_0x45ce6a(0xe7),'lxVQX':_0x45ce6a(0x126),'wsGvn':function(_0x43aaf8){return _0x43aaf8();},'cvMTI':function(_0xf8e876){return _0xf8e876();},'AAHPs':function(_0x542707){return _0x542707();},'CTmIQ':function(_0x16a52c){return _0x16a52c();},'cJVpD':'application/json','VNSWB':function(_0x94f2a1,_0x538e04){return _0x94f2a1+_0x538e04;},'NHhXq':_0x45ce6a(0x145),'OETcc':_0x45ce6a(0xa3),'GcPON':function(_0x168e93,_0x4667d1){return _0x168e93===_0x4667d1;},'zgQvT':_0x45ce6a(0xdb),'APSHW':_0x45ce6a(0xdf),'DFHCR':_0x45ce6a(0x155),'eGrSY':function(_0x2e5ccc,_0x384e70){return _0x2e5ccc!==_0x384e70;},'knfDg':'xXXsc','hxBSf':_0x45ce6a(0x138),'NDqcc':_0x45ce6a(0x160),'nCKuq':'X-os','Afxtn':function(_0x595eaa,_0x899f08){return _0x595eaa===_0x899f08;},'ZinOD':_0x45ce6a(0x135),'EGQNJ':_0x45ce6a(0x103),'GGoHV':function(_0x91c16d,_0x2417f6){return _0x91c16d===_0x2417f6;},'TMnkC':_0x45ce6a(0x10f),'ipcjD':'RftBx','KfZHc':_0x45ce6a(0x141),'dAWtZ':_0x45ce6a(0x139),'mJDuL':_0x45ce6a(0x112)},_0x3f16b5=_0x42667c[_0x45ce6a(0x122)](cli_version_and_path),_0x282e26=_0x42667c[_0x45ce6a(0x12d)](_os),_0x107155=_0x42667c[_0x45ce6a(0x122)](os_version),_0x44238c=_0x42667c[_0x45ce6a(0xaa)](npm_version),_0x185b85=_0x42667c['CTmIQ'](ci_environment),_0x4ed441={'Content-Type':_0x42667c['cJVpD'],'Authorization':_0x42667c['VNSWB'](_0x42667c[_0x45ce6a(0x15d)],Buffer[_0x45ce6a(0x8b)](_0x4c2951+':'+_0x3cd95c)[_0x45ce6a(0x121)](_0x42667c[_0x45ce6a(0xfa)]))};if(_0x3f16b5&&_0x3f16b5['version']){if(_0x42667c['GcPON'](_0x42667c['zgQvT'],_0x42667c[_0x45ce6a(0x78)])){if(_0x567b5d)return _0x42667c[_0x45ce6a(0x123)](_0x392d6d,_0x3daa60);_0x42667c[_0x45ce6a(0x95)](_0x586496);}else _0x4ed441[_0x42667c[_0x45ce6a(0xf6)]]=_0x3f16b5[_0x45ce6a(0x11b)];}_0x3f16b5&&_0x3f16b5['path']&&(_0x42667c[_0x45ce6a(0x134)](_0x42667c[_0x45ce6a(0xca)],_0x42667c[_0x45ce6a(0xca)])?_0x1b575a[_0x45ce6a(0xcf)](_0x42667c[_0x45ce6a(0xf2)]):_0x4ed441[_0x42667c['hxBSf']]=_0x3f16b5[_0x45ce6a(0xae)]);_0x282e26&&(_0x42667c['GcPON'](_0x42667c[_0x45ce6a(0xa9)],_0x42667c[_0x45ce6a(0xa9)])?_0x4ed441[_0x42667c[_0x45ce6a(0xea)]]=_0x282e26:_0x5f43a5[_0x42667c['fGLZz']]=_0x475cff);if(_0x107155){if(_0x42667c['Afxtn'](_0x42667c[_0x45ce6a(0xa2)],_0x42667c[_0x45ce6a(0xa2)]))_0x4ed441[_0x42667c[_0x45ce6a(0xcb)]]=_0x107155;else return _0x4621fe[_0x45ce6a(0x12a)](this[_0x45ce6a(0xda)](),_0x42667c[_0x45ce6a(0x164)]);}if(_0x44238c){if(_0x42667c[_0x45ce6a(0x13e)](_0x42667c['TMnkC'],_0x42667c[_0x45ce6a(0xc6)])){const _0x3044e7={};_0x3044e7[_0x45ce6a(0x7f)]=_0x35d75e,_0x3044e7[_0x45ce6a(0xa1)]=_0x41c733;const _0x4c9b75={};_0x4c9b75[_0x45ce6a(0x96)]=_0x3044e7;const _0x4cf83e=_0x4c9b75;_0x5f0822[_0x45ce6a(0x77)](this[_0x45ce6a(0x161)](),_0x4432fa[_0x45ce6a(0xb2)](_0x4cf83e));}else _0x4ed441[_0x42667c[_0x45ce6a(0x156)]]=_0x44238c;}if(_0x185b85){if(_0x42667c[_0x45ce6a(0x13e)](_0x42667c[_0x45ce6a(0x80)],_0x42667c[_0x45ce6a(0x108)])){const _0x55350f=new _0x19126b['Local'](),_0x4687a2=this[_0x45ce6a(0xb8)](_0x169d3e),_0x5f419d=_0x55350f['startSync'](_0x4687a2);if(_0x5f419d)throw _0x5f419d;return _0x21f51b=_0x55350f['isRunning'](),_0x55350f;}else _0x4ed441[_0x42667c[_0x45ce6a(0xb0)]]=_0x185b85;}return _0x4ed441;},exports[a32_0x57d9b(0x127)]=async()=>{const _0x5e0180=a32_0x57d9b,_0x1adfa8={};_0x1adfa8[_0x5e0180(0xb4)]=function(_0x14350f,_0x54cb21){return _0x14350f>=_0x54cb21;},_0x1adfa8['qCwTA']=function(_0x1368ce,_0xa49168){return _0x1368ce===_0xa49168;},_0x1adfa8[_0x5e0180(0x100)]=_0x5e0180(0xd5),_0x1adfa8[_0x5e0180(0x14b)]=_0x5e0180(0x86);const _0x16fdfc=_0x1adfa8,_0xc0f148=process[_0x5e0180(0x12b)][_0x5e0180(0xdc)];if(_0x16fdfc['dYopU'](_0xc0f148[_0x5e0180(0x10b)]('.')[0x0],0x12)){if(_0x16fdfc[_0x5e0180(0xc5)](_0x16fdfc[_0x5e0180(0x100)],_0x16fdfc[_0x5e0180(0x100)]))cp[_0x5e0180(0xcf)](_0x16fdfc[_0x5e0180(0x14b)]);else return[_0x43db25,_0x1dcf49[_0x5e0180(0x149)](_0x45e423[_0x5e0180(0x9e)])];}};
@@ -1 +1 @@
1
- const a33_0x5781c2=a33_0x3511;function a33_0x534f(){const _0x4df743=['TLFTe','IBxhY','message','delay','gllPO','2967865RLOYgE','LWNml','OTvxh','pIlQA','error','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','debug','snawj','MgnIK','mCAQP','UJEIO','ZTOEg','5533934BMRTpn','7231650Wfgemh','logType','Bofac','path','gridProfile','toUTCString','rjQNk','wfScF','xtNek','MFkGL','Rznfv','CRvvr','eIsjE','YQyrI','../config/logger',']:\x20','KysIO','hIYBq','stringify','yCtWu','UfoUF','bstackUsername','qnyvR','version','true','chBtT','BjHaT','ARVZe','data','qJHsc','tadzM','type','sendEventToBackend','AkHab','yNwdp','info','126657PIXYyN','WS_CLOSED_BEFORE','dZaro','CHvVH','TZaAa','lHjjP','Socket\x20error:\x20','AjhZp','KMHtE','MoqBy','VkaCD','addListeners','ERNiX','28275590rulIcr','gridProfileId','./instrumentationUtils','yukeG','LGfBD','WJlra','KnkhP','requestId','WS_OPENED_BEFORE','mRIbA','ZWvxZ','Message\x20received\x20from\x20server!\x20=>\x20','uiYKh','exSTi','parse','1517197UpFYDP','close','VowEB','LmMys','4ddCSVo','env','fdNKa','gridName','HeEMY','nYllz','iNDlS','LOG','40escrah','OmgHY','GJisK','QMHpE','Socket\x20open','addEventListener','1919194YmACav','dmxyY','3FtIYez','Socket\x20closed'];a33_0x534f=function(){return _0x4df743;};return a33_0x534f();}(function(_0x53aec2,_0x74f418){const _0x47851c=a33_0x3511,_0x4cdbd=_0x53aec2();while(!![]){try{const _0x54c096=-parseInt(_0x47851c(0x1f6))/0x1+-parseInt(_0x47851c(0x208))/0x2*(-parseInt(_0x47851c(0x20a))/0x3)+parseInt(_0x47851c(0x1fa))/0x4*(parseInt(_0x47851c(0x211))/0x5)+-parseInt(_0x47851c(0x21e))/0x6+-parseInt(_0x47851c(0x21d))/0x7+parseInt(_0x47851c(0x202))/0x8*(-parseInt(_0x47851c(0x242))/0x9)+parseInt(_0x47851c(0x24f))/0xa;if(_0x54c096===_0x74f418)break;else _0x4cdbd['push'](_0x4cdbd['shift']());}catch(_0x200253){_0x4cdbd['push'](_0x4cdbd['shift']());}}}(a33_0x534f,0xc2a92));const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require(a33_0x5781c2(0x22c)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x5781c2(0x1e9));function a33_0x3511(_0x4318f5,_0xe5e545){const _0x534fb5=a33_0x534f();return a33_0x3511=function(_0x3511e1,_0x16b0b4){_0x3511e1=_0x3511e1-0x1e8;let _0x540cfa=_0x534fb5[_0x3511e1];return _0x540cfa;},a33_0x3511(_0x4318f5,_0xe5e545);}exports[a33_0x5781c2(0x24d)]=_0xf4a6a6=>{const _0x81ad71=a33_0x5781c2,_0x1595f0={'iNDlS':function(_0x13e04d,_0x3445d3){return _0x13e04d===_0x3445d3;},'LWNml':'true','CHvVH':'Socket\x20reconnected','GJisK':_0x81ad71(0x206),'IBxhY':function(_0x2abb7f,_0x177c1d){return _0x2abb7f!==_0x177c1d;},'WJlra':_0x81ad71(0x247),'LmMys':function(_0x4c4550,_0x16bfb1){return _0x4c4550!==_0x16bfb1;},'MgnIK':_0x81ad71(0x238),'KnkhP':'sbtyK','YQyrI':_0x81ad71(0x22f),'AjhZp':'LtTWt','ZLoNp':_0x81ad71(0x225),'xtNek':_0x81ad71(0x1eb),'chBtT':_0x81ad71(0x24b),'yNwdp':_0x81ad71(0x23c),'QMHpE':_0x81ad71(0x244),'ARVZe':function(_0x462d9){return _0x462d9();},'MFkGL':function(_0xef6bdf){return _0xef6bdf();},'Bofac':function(_0x32ecd5,_0x1c91a6){return _0x32ecd5===_0x1c91a6;},'SSbdL':_0x81ad71(0x23f),'TLFTe':_0x81ad71(0x23b),'mRIbA':_0x81ad71(0x209),'uiYKh':_0x81ad71(0x20b),'CRvvr':'open','ZTOEg':'message','UJEIO':_0x81ad71(0x215),'fdNKa':_0x81ad71(0x1f7)};_0xf4a6a6[_0x81ad71(0x207)](_0x1595f0[_0x81ad71(0x229)],()=>{const _0x4a558b=_0x81ad71;_0x1595f0[_0x4a558b(0x20d)](_0x1595f0[_0x4a558b(0x1ec)],_0x1595f0[_0x4a558b(0x1ec)])?_0x497653='['+new _0x529f3c()['toUTCString']()+_0x4a558b(0x22d)+_0x10eed3['message']:_0x1595f0[_0x4a558b(0x200)](process[_0x4a558b(0x1fb)]['WS_CLOSED_BEFORE'],_0x1595f0[_0x4a558b(0x212)])?_0x1595f0[_0x4a558b(0x1f9)](_0x1595f0[_0x4a558b(0x219)],_0x1595f0[_0x4a558b(0x1ed)])?logger['debug'](_0x1595f0[_0x4a558b(0x245)]):_0xd1df81[_0x4a558b(0x1fd)]=_0x15e230[_0x4a558b(0x1fd)]:_0x1595f0['LmMys'](_0x1595f0['YQyrI'],_0x1595f0[_0x4a558b(0x22b)])?_0x1595f0['iNDlS'](_0x588757[_0x4a558b(0x1fb)][_0x4a558b(0x243)],_0x1595f0[_0x4a558b(0x212)])?_0x56f2ba[_0x4a558b(0x217)](_0x1595f0['CHvVH']):(_0x5df796[_0x4a558b(0x217)](_0x1595f0['GJisK']),_0x1923a8['env']['WS_OPENED_BEFORE']=!![]):(logger[_0x4a558b(0x217)](_0x1595f0[_0x4a558b(0x204)]),process[_0x4a558b(0x1fb)][_0x4a558b(0x1ef)]=!![]);}),_0xf4a6a6[_0x81ad71(0x207)](_0x1595f0[_0x81ad71(0x21c)],async function(_0x35b937){const _0x4ee4b2=_0x81ad71,_0x20f9b2={};_0x20f9b2['pIlQA']=_0x1595f0[_0x4ee4b2(0x212)];const _0x16d058=_0x20f9b2;if(_0x1595f0['IBxhY'](_0x1595f0[_0x4ee4b2(0x249)],_0x1595f0[_0x4ee4b2(0x249)]))_0xac649[_0x4ee4b2(0x1fb)][_0x4ee4b2(0x243)]=_0x16d058[_0x4ee4b2(0x214)];else{logger[_0x4ee4b2(0x217)](_0x4ee4b2(0x1f2)+_0x35b937[_0x4ee4b2(0x23a)]);let _0x3cabe3,_0x45687d;try{_0x1595f0[_0x4ee4b2(0x200)](_0x1595f0['ZLoNp'],_0x1595f0[_0x4ee4b2(0x226)])?_0x4c196a[_0x4ee4b2(0x217)](_0x4ee4b2(0x248)+_0x28f0de):(_0x45687d=JSON[_0x4ee4b2(0x1f5)](_0x35b937[_0x4ee4b2(0x23a)]),_0x3cabe3=_0x45687d[_0x4ee4b2(0x23d)]);}catch(_0x2480a0){_0x1595f0['iNDlS'](_0x1595f0[_0x4ee4b2(0x237)],_0x1595f0[_0x4ee4b2(0x237)])?logger['error']('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x35b937[_0x4ee4b2(0x23a)]):(_0x54b814=_0x16344e[_0x4ee4b2(0x1f5)](_0x5116d0[_0x4ee4b2(0x23a)]),_0x25e23f=_0x3663b4[_0x4ee4b2(0x23d)]);}}}),_0xf4a6a6[_0x81ad71(0x207)](_0x1595f0[_0x81ad71(0x21b)],function(_0x38b93e){const _0x558a37=_0x81ad71;_0x1595f0[_0x558a37(0x20d)](_0x1595f0[_0x558a37(0x240)],_0x1595f0[_0x558a37(0x205)])?logger[_0x558a37(0x217)](_0x558a37(0x248)+_0x38b93e):_0x44a9e0[_0x558a37(0x215)](_0x558a37(0x216)+_0x39dc15[_0x558a37(0x23a)]);}),_0xf4a6a6[_0x81ad71(0x207)](_0x1595f0[_0x81ad71(0x1fc)],function(){const _0x1decbf=_0x81ad71,_0x311f5b={};_0x311f5b[_0x1decbf(0x1f1)]=_0x1595f0[_0x1decbf(0x204)];const _0x23f75b=_0x311f5b;if(_0x1595f0[_0x1decbf(0x220)](_0x1595f0['SSbdL'],_0x1595f0[_0x1decbf(0x20c)]))_0x2778e4[_0x1decbf(0x217)](_0x23f75b[_0x1decbf(0x1f1)]),_0xf1170d['env'][_0x1decbf(0x1ef)]=!![];else{if(_0x1595f0[_0x1decbf(0x200)](process[_0x1decbf(0x1fb)][_0x1decbf(0x1ef)],_0x1595f0[_0x1decbf(0x212)])){if(_0x1595f0[_0x1decbf(0x1f9)](_0x1595f0[_0x1decbf(0x1f0)],_0x1595f0['mRIbA'])){let _0xf27189=_0x1595f0[_0x1decbf(0x239)](_0x115eff);const _0x2b0565={'requestId':_0x5303e3[_0x1decbf(0x1ee)],'username':_0x1c5281[_0x1decbf(0x233)],'cli_version':_0xf27189[_0x1decbf(0x235)],'cli_path':_0xf27189[_0x1decbf(0x221)],'os':_0x1595f0[_0x1decbf(0x227)](_0x4477a4),'os_version':_0x1595f0['ARVZe'](_0x446ad1),'npm_version':_0x1595f0['MFkGL'](_0x5ece6b),'ci_environment':_0x1595f0[_0x1decbf(0x227)](_0x30ea6b)};return _0x17a3e9[_0x1decbf(0x1e8)]&&(_0x2b0565[_0x1decbf(0x1e8)]=_0x29cd16[_0x1decbf(0x1e8)]),_0x49592f[_0x1decbf(0x222)]&&(_0x2b0565[_0x1decbf(0x222)]=_0x112e24[_0x1decbf(0x222)]),_0x5d7645['gridName']&&(_0x2b0565[_0x1decbf(0x1fd)]=_0x290c84[_0x1decbf(0x1fd)]),_0x2b0565;}else process['env'][_0x1decbf(0x243)]=_0x1595f0[_0x1decbf(0x212)];}logger[_0x1decbf(0x217)](_0x1595f0[_0x1decbf(0x1f3)]);}});};const getLogMetaData=()=>{const _0xfb534d=a33_0x5781c2,_0x4ef782={'qnyvR':'Socket\x20reconnected','VowEB':function(_0x29a858){return _0x29a858();},'KysIO':function(_0x36e8cf){return _0x36e8cf();},'rjQNk':function(_0x24cb89){return _0x24cb89();},'OTvxh':function(_0x4f7d5a,_0x2f10b9){return _0x4f7d5a===_0x2f10b9;},'yCtWu':_0xfb534d(0x24c),'HeEMY':function(_0x4f5300,_0x2ea031){return _0x4f5300===_0x2ea031;},'nYllz':_0xfb534d(0x203),'Rznfv':function(_0x3c8b2c,_0x2fb987){return _0x3c8b2c!==_0x2fb987;},'eIsjE':'WOzKf'};let _0xf2c82d=_0x4ef782[_0xfb534d(0x1f8)](cli_version_and_path);const _0x5c9f43={'requestId':global_registry['requestId'],'username':global_registry[_0xfb534d(0x233)],'cli_version':_0xf2c82d[_0xfb534d(0x235)],'cli_path':_0xf2c82d[_0xfb534d(0x221)],'os':_0x4ef782['KysIO'](_os),'os_version':_0x4ef782['VowEB'](os_version),'npm_version':_0x4ef782[_0xfb534d(0x22e)](npm_version),'ci_environment':_0x4ef782[_0xfb534d(0x224)](ci_environment)};global_registry[_0xfb534d(0x1e8)]&&(_0x4ef782[_0xfb534d(0x213)](_0x4ef782[_0xfb534d(0x231)],_0x4ef782['yCtWu'])?_0x5c9f43[_0xfb534d(0x1e8)]=global_registry[_0xfb534d(0x1e8)]:_0x2a651f[_0xfb534d(0x1e8)]=_0x17d7bf['gridProfileId']);if(global_registry['gridProfile']){if(_0x4ef782[_0xfb534d(0x1fe)](_0x4ef782['nYllz'],_0x4ef782[_0xfb534d(0x1ff)]))_0x5c9f43[_0xfb534d(0x222)]=global_registry[_0xfb534d(0x222)];else{_0x3d6546[_0xfb534d(0x217)](_0xfb534d(0x1f2)+_0xa42cac['data']);let _0xcbf021,_0x1edd3d;try{_0x1edd3d=_0x128b42[_0xfb534d(0x1f5)](_0xc1ce08[_0xfb534d(0x23a)]),_0xcbf021=_0x1edd3d[_0xfb534d(0x23d)];}catch(_0x12bfab){_0x342abf['error'](_0xfb534d(0x216)+_0x18ec8a['data']);}}}return global_registry[_0xfb534d(0x1fd)]&&(_0x4ef782[_0xfb534d(0x228)](_0x4ef782[_0xfb534d(0x22a)],_0x4ef782[_0xfb534d(0x22a)])?_0x493b97[_0xfb534d(0x217)](_0x4ef782[_0xfb534d(0x234)]):_0x5c9f43['gridName']=global_registry[_0xfb534d(0x1fd)]),_0x5c9f43;};exports[a33_0x5781c2(0x20f)]=_0x3b43ad=>new Promise((_0x1d19a8,_0x341198)=>setTimeout(_0x1d19a8,_0x3b43ad)),exports[a33_0x5781c2(0x23e)]=async(_0x2c2e35,_0x3f594c,_0x280244=a33_0x5781c2(0x241),_0x43e053=![])=>{const _0x465ba5=a33_0x5781c2,_0x40ce8e={'mCAQP':function(_0x2ae0f8,_0x5c0146){return _0x2ae0f8===_0x5c0146;},'TZaAa':_0x465ba5(0x236),'UfoUF':_0x465ba5(0x20b),'yukeG':function(_0x86d2ce,_0x5d1bf4){return _0x86d2ce===_0x5d1bf4;},'exSTi':_0x465ba5(0x24a),'JqhAB':_0x465ba5(0x210),'pKavR':function(_0x460ffe){return _0x460ffe();},'snawj':function(_0x37ae6d,_0x167acf){return _0x37ae6d!==_0x167acf;},'ERNiX':'eTGvA'};let _0x1863fe=_0x3f594c[_0x465ba5(0x20e)];_0x40ce8e[_0x465ba5(0x1ea)](_0x3f594c[_0x465ba5(0x23d)],WS_EVENTS[_0x465ba5(0x201)])&&(_0x40ce8e[_0x465ba5(0x1ea)](_0x40ce8e[_0x465ba5(0x1f4)],_0x40ce8e['JqhAB'])?(_0x40ce8e[_0x465ba5(0x21a)](_0x30662a[_0x465ba5(0x1fb)][_0x465ba5(0x1ef)],_0x40ce8e[_0x465ba5(0x246)])&&(_0x2e1352[_0x465ba5(0x1fb)]['WS_CLOSED_BEFORE']=_0x40ce8e[_0x465ba5(0x246)]),_0x1a3d4e['debug'](_0x40ce8e[_0x465ba5(0x232)])):_0x1863fe='['+new Date()[_0x465ba5(0x223)]()+_0x465ba5(0x22d)+_0x3f594c['message']);const _0x4bd045={};_0x4bd045[_0x465ba5(0x20e)]=_0x1863fe,_0x4bd045[_0x465ba5(0x21f)]=_0x280244;const _0x178c1a={'type':_0x3f594c[_0x465ba5(0x23d)],..._0x40ce8e['pKavR'](getLogMetaData),'data':_0x4bd045};_0x2c2e35['send'](JSON[_0x465ba5(0x230)](_0x178c1a)),_0x43e053&&(_0x40ce8e[_0x465ba5(0x218)](_0x40ce8e['ERNiX'],_0x40ce8e[_0x465ba5(0x24e)])?_0x22f49a[_0x465ba5(0x222)]=_0x4bc3c0[_0x465ba5(0x222)]:await this['delay'](0x1f4));};
1
+ const a33_0x2ffc62=a33_0x3ac0;(function(_0x2ebea6,_0x4d5657){const _0x493f3b=a33_0x3ac0,_0x16c404=_0x2ebea6();while(!![]){try{const _0x27b101=parseInt(_0x493f3b(0x231))/0x1+parseInt(_0x493f3b(0x22e))/0x2*(parseInt(_0x493f3b(0x1d4))/0x3)+-parseInt(_0x493f3b(0x1e6))/0x4+-parseInt(_0x493f3b(0x1f8))/0x5*(-parseInt(_0x493f3b(0x1ff))/0x6)+-parseInt(_0x493f3b(0x230))/0x7*(parseInt(_0x493f3b(0x1d8))/0x8)+-parseInt(_0x493f3b(0x240))/0x9+parseInt(_0x493f3b(0x1f9))/0xa*(parseInt(_0x493f3b(0x20e))/0xb);if(_0x27b101===_0x4d5657)break;else _0x16c404['push'](_0x16c404['shift']());}catch(_0x1f3b22){_0x16c404['push'](_0x16c404['shift']());}}}(a33_0xe3c1,0xe6d64));function a33_0xe3c1(){const _0x145bd4=['lGCos','VFban','parse','ZSATV','xJfIR','sjTAD','jASue','BvmUl','jYnhf','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','close','BMuyz','mmuVP','gridName','NPrCk','./instrumentationUtils','jIxsW','qfvQY','vHGJT','AdyMc','sHrVE','eKnMM','Message\x20received\x20from\x20server!\x20=>\x20','send','Cvedx','Yanud','438450NvmVro','debug','214186ejDBig','34885YxyyPI','WS_OPENED_BEFORE','env','oBrkS','jaQtG','ZJYnf','../config/constants','gqRcS','stringify','vBqqM',']:\x20','WS_CLOSED_BEFORE','gridProfile','axZqw','requestId','13680585IikDFg','error','aoHEN','sErwt','QVaZB','ILqXs','Socket\x20open','cVYiU','BwSZi','BSBnj','24acZVwO','SltIC','addListeners','LImCi','16gYlVoz','PIdIh','delay','hGqlr','kASxE','TryNY','NyjMo','MfhCV','version','info','QgZOM','UDUyK','aTygx','gridProfileId','4489376tUgYyT','uBjRx','bstackUsername','ITQjY','XjWpJ','kRwsl','ZdaRi','GoASA','ryJgA','message','LbOBj','FjOqA','../config/logger','xMEgS','type','LOG','VEthC','HuZsu','5599095EwghFI','7406090uVzBRT','lpbpM','true','Socket\x20reconnected','AkwnX','Oodmf','6mcDdyD','eTnnB','data','addEventListener','open','VDcZt','aaCkJ','yNpwo','QldFE','CFVhA','logType','XXzEJ','toUTCString','Socket\x20error:\x20','GYGCG','11nCtIko','path','KWvgt','VeBvG','icblh','miuan'];a33_0xe3c1=function(){return _0x145bd4;};return a33_0xe3c1();}const {global_registry,WS_EVENTS}=require(a33_0x2ffc62(0x237)),{logger}=require(a33_0x2ffc62(0x1f2)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x2ffc62(0x223));function a33_0x3ac0(_0x1ac148,_0x2fbe84){const _0xe3c1d8=a33_0xe3c1();return a33_0x3ac0=function(_0x3ac0ca,_0xc827b4){_0x3ac0ca=_0x3ac0ca-0x1d0;let _0x4181b5=_0xe3c1d8[_0x3ac0ca];return _0x4181b5;},a33_0x3ac0(_0x1ac148,_0x2fbe84);}exports[a33_0x2ffc62(0x1d6)]=_0x49877c=>{const _0x18f18f=a33_0x2ffc62,_0x40794f={};_0x40794f[_0x18f18f(0x208)]=function(_0x40f41c,_0x18ef1c){return _0x40f41c===_0x18ef1c;},_0x40794f[_0x18f18f(0x235)]=_0x18f18f(0x1fb),_0x40794f[_0x18f18f(0x1db)]='Socket\x20closed',_0x40794f[_0x18f18f(0x219)]=_0x18f18f(0x1fc),_0x40794f[_0x18f18f(0x1e4)]=function(_0x29cc36,_0x12683d){return _0x29cc36===_0x12683d;},_0x40794f[_0x18f18f(0x220)]=_0x18f18f(0x1d5),_0x40794f[_0x18f18f(0x236)]=_0x18f18f(0x1df),_0x40794f[_0x18f18f(0x1dd)]=function(_0x4bc251,_0x2add76){return _0x4bc251===_0x2add76;},_0x40794f['QgZOM']=function(_0x51b629,_0x308bc7){return _0x51b629===_0x308bc7;},_0x40794f[_0x18f18f(0x225)]='WGgsF',_0x40794f[_0x18f18f(0x1e9)]=function(_0x125e7b,_0x3b0968){return _0x125e7b!==_0x3b0968;},_0x40794f[_0x18f18f(0x1d9)]=_0x18f18f(0x243),_0x40794f[_0x18f18f(0x1f0)]=_0x18f18f(0x1d0),_0x40794f[_0x18f18f(0x22c)]='uxaHx',_0x40794f[_0x18f18f(0x207)]=function(_0x390a7e,_0x245b2a){return _0x390a7e!==_0x245b2a;},_0x40794f[_0x18f18f(0x204)]=_0x18f18f(0x1f6),_0x40794f[_0x18f18f(0x21c)]=_0x18f18f(0x1d3),_0x40794f[_0x18f18f(0x206)]=function(_0x29ccf4,_0x336c7b){return _0x29ccf4!==_0x336c7b;},_0x40794f[_0x18f18f(0x20d)]='czHtr',_0x40794f[_0x18f18f(0x1e3)]=_0x18f18f(0x222),_0x40794f[_0x18f18f(0x205)]=function(_0x1876b1,_0x395d0e){return _0x1876b1!==_0x395d0e;},_0x40794f[_0x18f18f(0x210)]=_0x18f18f(0x1f3),_0x40794f[_0x18f18f(0x21f)]=function(_0x21000e,_0x5e62e2){return _0x21000e===_0x5e62e2;},_0x40794f['Oodmf']=_0x18f18f(0x1ee),_0x40794f[_0x18f18f(0x1de)]=function(_0x4bfd70,_0x49b5f1){return _0x4bfd70===_0x49b5f1;},_0x40794f[_0x18f18f(0x21b)]=_0x18f18f(0x1fa),_0x40794f[_0x18f18f(0x212)]=_0x18f18f(0x21a),_0x40794f[_0x18f18f(0x22d)]=_0x18f18f(0x203),_0x40794f[_0x18f18f(0x242)]='message',_0x40794f['VFban']=_0x18f18f(0x241),_0x40794f['VeBvG']=_0x18f18f(0x21e);const _0x4404b7=_0x40794f;_0x49877c[_0x18f18f(0x202)](_0x4404b7[_0x18f18f(0x22d)],()=>{const _0x395ead=_0x18f18f,_0x32649d={};_0x32649d[_0x395ead(0x217)]=_0x4404b7[_0x395ead(0x219)],_0x32649d[_0x395ead(0x234)]=_0x4404b7[_0x395ead(0x235)];const _0x4e3e8f=_0x32649d;_0x4404b7[_0x395ead(0x1e4)](_0x4404b7[_0x395ead(0x220)],_0x4404b7[_0x395ead(0x236)])?(_0x4404b7[_0x395ead(0x208)](_0xe2a25f[_0x395ead(0x233)]['WS_OPENED_BEFORE'],_0x4404b7[_0x395ead(0x235)])&&(_0x1da439['env'][_0x395ead(0x23c)]=_0x4404b7['jaQtG']),_0x3e0718[_0x395ead(0x22f)](_0x4404b7[_0x395ead(0x1db)])):_0x4404b7[_0x395ead(0x1dd)](process[_0x395ead(0x233)][_0x395ead(0x23c)],_0x4404b7[_0x395ead(0x235)])?_0x4404b7[_0x395ead(0x1e2)](_0x4404b7[_0x395ead(0x225)],_0x4404b7[_0x395ead(0x225)])?logger[_0x395ead(0x22f)](_0x4404b7[_0x395ead(0x219)]):_0x37ebe3['debug'](_0x4e3e8f['ZSATV']):_0x4404b7[_0x395ead(0x1e9)](_0x4404b7[_0x395ead(0x1d9)],_0x4404b7[_0x395ead(0x1d9)])?_0x489593[_0x395ead(0x233)]['WS_CLOSED_BEFORE']=_0x4e3e8f[_0x395ead(0x234)]:(logger[_0x395ead(0x22f)](_0x4404b7[_0x395ead(0x1f0)]),process[_0x395ead(0x233)][_0x395ead(0x232)]=!![]);}),_0x49877c[_0x18f18f(0x202)](_0x4404b7[_0x18f18f(0x242)],async function(_0x471a49){const _0x4e89d3=_0x18f18f;if(_0x4404b7[_0x4e89d3(0x1e4)](_0x4404b7[_0x4e89d3(0x22c)],_0x4404b7['Cvedx'])){logger[_0x4e89d3(0x22f)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x471a49[_0x4e89d3(0x201)]);let _0x247072,_0x1c9133;try{_0x4404b7[_0x4e89d3(0x207)](_0x4404b7['VDcZt'],_0x4404b7[_0x4e89d3(0x21c)])?(_0x1c9133=JSON['parse'](_0x471a49[_0x4e89d3(0x201)]),_0x247072=_0x1c9133['type']):_0x131a57[_0x4e89d3(0x241)](_0x4e89d3(0x21d)+_0x3cc798[_0x4e89d3(0x201)]);}catch(_0xe97bdd){_0x4404b7[_0x4e89d3(0x206)](_0x4404b7[_0x4e89d3(0x20d)],_0x4404b7[_0x4e89d3(0x1e3)])?logger[_0x4e89d3(0x241)](_0x4e89d3(0x21d)+_0x471a49[_0x4e89d3(0x201)]):_0x7c77aa[_0x4e89d3(0x23d)]=_0xa18776[_0x4e89d3(0x23d)];}}else _0x2c9280[_0x4e89d3(0x221)]=_0x4f31e9[_0x4e89d3(0x221)];}),_0x49877c['addEventListener'](_0x4404b7[_0x18f18f(0x215)],function(_0x294bde){const _0x49b481=_0x18f18f,_0x3d286c={};_0x3d286c['QVaZB']=_0x4404b7['LbOBj'];const _0x4f6bc3=_0x3d286c;_0x4404b7[_0x49b481(0x205)](_0x4404b7[_0x49b481(0x210)],_0x4404b7[_0x49b481(0x210)])?(_0x4e2319[_0x49b481(0x22f)](_0x4f6bc3[_0x49b481(0x244)]),_0x12dc80[_0x49b481(0x233)][_0x49b481(0x232)]=!![]):logger[_0x49b481(0x22f)](_0x49b481(0x20c)+_0x294bde);}),_0x49877c['addEventListener'](_0x4404b7[_0x18f18f(0x211)],function(){const _0x261fe2=_0x18f18f;_0x4404b7[_0x261fe2(0x21f)](_0x4404b7[_0x261fe2(0x1fe)],_0x4404b7[_0x261fe2(0x1fe)])?(_0x4404b7[_0x261fe2(0x1e4)](process[_0x261fe2(0x233)][_0x261fe2(0x232)],_0x4404b7[_0x261fe2(0x235)])&&(_0x4404b7[_0x261fe2(0x1de)](_0x4404b7[_0x261fe2(0x21b)],_0x4404b7[_0x261fe2(0x212)])?_0x30586a='['+new _0x444a7e()[_0x261fe2(0x20b)]()+']:\x20'+_0x2233da['message']:process['env'][_0x261fe2(0x23c)]=_0x4404b7['jaQtG']),logger[_0x261fe2(0x22f)](_0x4404b7[_0x261fe2(0x1db)])):(_0x174777=_0x32bc50[_0x261fe2(0x216)](_0x194677[_0x261fe2(0x201)]),_0x2b2057=_0x27a3a6[_0x261fe2(0x1f4)]);});};const getLogMetaData=()=>{const _0xaa9f49=a33_0x2ffc62,_0x10d384={'LImCi':function(_0x2f4152){return _0x2f4152();},'AdyMc':function(_0x5537cf){return _0x5537cf();},'HuZsu':function(_0xc4c783){return _0xc4c783();},'XXzEJ':function(_0x206f9f){return _0x206f9f();},'sHrVE':function(_0x5055b2){return _0x5055b2();},'lGCos':function(_0x37b50b){return _0x37b50b();},'eTnnB':function(_0x172ea5){return _0x172ea5();},'jIxsW':function(_0xb21cee,_0x2cfcc1){return _0xb21cee===_0x2cfcc1;},'gIisY':_0xaa9f49(0x1eb),'AkwnX':function(_0x442eaa,_0x68a909){return _0x442eaa!==_0x68a909;},'WuGXX':_0xaa9f49(0x23a),'vHGJT':_0xaa9f49(0x1f1),'uBjRx':_0xaa9f49(0x1ec),'ILqXs':'NfVAW'};let _0x5476af=_0x10d384[_0xaa9f49(0x227)](cli_version_and_path);const _0x466f02={'requestId':global_registry[_0xaa9f49(0x23f)],'username':global_registry[_0xaa9f49(0x1e8)],'cli_version':_0x5476af[_0xaa9f49(0x1e0)],'cli_path':_0x5476af['path'],'os':_0x10d384[_0xaa9f49(0x228)](_os),'os_version':_0x10d384[_0xaa9f49(0x214)](os_version),'npm_version':_0x10d384['AdyMc'](npm_version),'ci_environment':_0x10d384[_0xaa9f49(0x200)](ci_environment)};global_registry[_0xaa9f49(0x1e5)]&&(_0x10d384[_0xaa9f49(0x224)](_0x10d384['gIisY'],_0x10d384['gIisY'])?_0x466f02['gridProfileId']=global_registry[_0xaa9f49(0x1e5)]:_0x494399['debug'](_0xaa9f49(0x20c)+_0x328257));if(global_registry[_0xaa9f49(0x23d)]){if(_0x10d384[_0xaa9f49(0x1fd)](_0x10d384['WuGXX'],_0x10d384[_0xaa9f49(0x226)]))_0x466f02[_0xaa9f49(0x23d)]=global_registry[_0xaa9f49(0x23d)];else{_0x174285[_0xaa9f49(0x22f)](_0xaa9f49(0x22a)+_0x4e0145['data']);let _0x4e9f4f,_0x230f51;try{_0x230f51=_0x40e189['parse'](_0x4e0eb7[_0xaa9f49(0x201)]),_0x4e9f4f=_0x230f51[_0xaa9f49(0x1f4)];}catch(_0x2c3c61){_0x4d5467['error'](_0xaa9f49(0x21d)+_0x51dbf4[_0xaa9f49(0x201)]);}}}if(global_registry[_0xaa9f49(0x221)]){if(_0x10d384[_0xaa9f49(0x224)](_0x10d384[_0xaa9f49(0x1e7)],_0x10d384[_0xaa9f49(0x245)])){let _0x38aed9=_0x10d384[_0xaa9f49(0x1d7)](_0x78c7f5);const _0x2638f9={'requestId':_0x4501f5[_0xaa9f49(0x23f)],'username':_0x54d7f4[_0xaa9f49(0x1e8)],'cli_version':_0x38aed9[_0xaa9f49(0x1e0)],'cli_path':_0x38aed9[_0xaa9f49(0x20f)],'os':_0x10d384[_0xaa9f49(0x1d7)](_0x3b3ee5),'os_version':_0x10d384['AdyMc'](_0x357fbb),'npm_version':_0x10d384[_0xaa9f49(0x1f7)](_0x327d87),'ci_environment':_0x10d384[_0xaa9f49(0x20a)](_0x1cf9f8)};return _0x4c72d0['gridProfileId']&&(_0x2638f9[_0xaa9f49(0x1e5)]=_0x505229[_0xaa9f49(0x1e5)]),_0xfc3767[_0xaa9f49(0x23d)]&&(_0x2638f9[_0xaa9f49(0x23d)]=_0x3a05a3[_0xaa9f49(0x23d)]),_0x216c75[_0xaa9f49(0x221)]&&(_0x2638f9['gridName']=_0x20be45[_0xaa9f49(0x221)]),_0x2638f9;}else _0x466f02[_0xaa9f49(0x221)]=global_registry[_0xaa9f49(0x221)];}return _0x466f02;};exports[a33_0x2ffc62(0x1da)]=_0x16fefb=>new Promise((_0x564af5,_0x5dc4a1)=>setTimeout(_0x564af5,_0x16fefb)),exports['sendEventToBackend']=async(_0x49dc99,_0x43ae0d,_0x1101dd=a33_0x2ffc62(0x1e1),_0xac685=![])=>{const _0x310615=a33_0x2ffc62,_0x5e2f6c={'cVYiU':function(_0x4e529f,_0x560da0){return _0x4e529f===_0x560da0;},'GoASA':'true','UGDbM':_0x310615(0x1fc),'HpSfe':_0x310615(0x1d0),'eKnMM':function(_0x40b1c7,_0xa34d0e){return _0x40b1c7!==_0xa34d0e;},'xJfIR':_0x310615(0x213),'XjWpJ':_0x310615(0x1d2),'SQYHF':function(_0x1be54c){return _0x1be54c();},'kASxE':function(_0x10c4a2,_0x114fff){return _0x10c4a2!==_0x114fff;},'gqRcS':_0x310615(0x23e)};let _0x45a273=_0x43ae0d[_0x310615(0x1ef)];_0x5e2f6c[_0x310615(0x1d1)](_0x43ae0d[_0x310615(0x1f4)],WS_EVENTS[_0x310615(0x1f5)])&&(_0x5e2f6c[_0x310615(0x229)](_0x5e2f6c[_0x310615(0x218)],_0x5e2f6c[_0x310615(0x1ea)])?_0x45a273='['+new Date()[_0x310615(0x20b)]()+_0x310615(0x23b)+_0x43ae0d['message']:_0x31e772[_0x310615(0x1e5)]=_0x521def['gridProfileId']);const _0x49af95={};_0x49af95[_0x310615(0x1ef)]=_0x45a273,_0x49af95[_0x310615(0x209)]=_0x1101dd;const _0x4f14d0={'type':_0x43ae0d[_0x310615(0x1f4)],..._0x5e2f6c['SQYHF'](getLogMetaData),'data':_0x49af95};_0x49dc99[_0x310615(0x22b)](JSON[_0x310615(0x239)](_0x4f14d0)),_0xac685&&(_0x5e2f6c[_0x310615(0x1dc)](_0x5e2f6c[_0x310615(0x238)],_0x5e2f6c[_0x310615(0x238)])?_0x5e2f6c[_0x310615(0x1d1)](_0x2820cc[_0x310615(0x233)][_0x310615(0x23c)],_0x5e2f6c[_0x310615(0x1ed)])?_0x107beb[_0x310615(0x22f)](_0x5e2f6c['UGDbM']):(_0x353717[_0x310615(0x22f)](_0x5e2f6c['HpSfe']),_0x1a52c0[_0x310615(0x233)][_0x310615(0x232)]=!![]):await this[_0x310615(0x1da)](0x1f4));};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserstack-node-sdk",
3
- "version": "1.32.7",
3
+ "version": "1.32.9",
4
4
  "private": false,
5
5
  "description": "Node SDK for browserstack selenium-webdriver tests",
6
6
  "main": "./src/index.js",
@@ -28,6 +28,7 @@
28
28
  "dotenv": "^16.0.3",
29
29
  "emittery": "^0.11.0",
30
30
  "follow-redirects": "^1.15.6",
31
+ "form-data": "^4.0.0",
31
32
  "getos": "^3.2.1",
32
33
  "git-last-commit": "^1.0.1",
33
34
  "git-repo-info": "^2.1.1",
@@ -38,6 +39,8 @@
38
39
  "jest-worker": "^28.1.0",
39
40
  "js-yaml": "^4.1.0",
40
41
  "js-yaml-cloudformation-schema": "^1.0.0",
42
+ "js-yaml-js-types": "^1.0.1",
43
+ "lodash": "^4.17.21",
41
44
  "monkeypatch": "^1.0.0",
42
45
  "p-limit": "^3.1.0",
43
46
  "pac-proxy-agent": "^7.0.1",
@@ -51,8 +54,7 @@
51
54
  "winston-transport": "^4.5.0",
52
55
  "ws": "^8.13.0",
53
56
  "yargs": "^17.5.1",
54
- "yauzl": "^2.10.0",
55
- "form-data": "^4.0.0"
57
+ "yauzl": "^2.10.0"
56
58
  },
57
59
  "devDependencies": {}
58
60
  }
@@ -1 +1 @@
1
- const a0_0x424485=a0_0x30ef;function a0_0x30ef(_0x351718,_0x43e40c){const _0xa86bc3=a0_0xa86b();return a0_0x30ef=function(_0x30ef0f,_0x39985e){_0x30ef0f=_0x30ef0f-0x16e;let _0x578c4f=_0xa86bc3[_0x30ef0f];return _0x578c4f;},a0_0x30ef(_0x351718,_0x43e40c);}(function(_0x3a6730,_0xf88adf){const _0x37bc4d=a0_0x30ef,_0xdc4fdc=_0x3a6730();while(!![]){try{const _0x3a4f0a=-parseInt(_0x37bc4d(0x1d3))/0x1+-parseInt(_0x37bc4d(0x1f7))/0x2+parseInt(_0x37bc4d(0x174))/0x3*(-parseInt(_0x37bc4d(0x1e4))/0x4)+parseInt(_0x37bc4d(0x1c9))/0x5+-parseInt(_0x37bc4d(0x1a2))/0x6+-parseInt(_0x37bc4d(0x1cf))/0x7+parseInt(_0x37bc4d(0x1f4))/0x8*(parseInt(_0x37bc4d(0x1b7))/0x9);if(_0x3a4f0a===_0xf88adf)break;else _0xdc4fdc['push'](_0xdc4fdc['shift']());}catch(_0x4c5c26){_0xdc4fdc['push'](_0xdc4fdc['shift']());}}}(a0_0xa86b,0x5c1ed));function a0_0xa86b(){const _0x511880=['WebDriver','browser_version','ctx','os_name','../../helpers/logger','commandsToWrap','_before','stop','then','2526065ystebu','iYrNB','started','getResults','__workerDetails','../../bin/playwright/accessibility-helper','4258555hnJYYu','comment','jqlEQ','CNqzS','557751XBlYqZ','BS_A11Y_TEST_RUN_ID','YZVdl','TEST_LOG','status','pid','startMonitoring','action','hook','zYZRq','IwykB','Bmlhg','beljM','overwriteCommand','VcgKR','start','iqsYd','184srArrl','captureError','PBQcE','bind','QOXrf','dispatcher','setSessionStatus','helpers','addRequestSpy','oOtSI','executeScript','accessibilityPlatform','skipSessionStatus','restore','test','qUzET','35448ZQiQVM','PCHIg','bddStep','801524GuGwPA','QUGHe','toString','step','IUMqW','browser','codeceptjs/lib/helper/Playwright.js','constructor','xocVQ','browserStackExecuteDriver','Aeiom','contexts','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','finished','codeceptjs/lib/index.js','add','GRTJL','class','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','tlNAz','file','event','browserstack_executor:\x20','after','bddStepStart','find','browserContext','bs:addLog:','UGgmS','DvDpj','gvLUX','HOOK_RUN_FINISHED','PXTih','bJoHh','ZOytv','fireEvent','TEST_RUN_SKIPPED','ITQbd','getSyncScript','TEST_RUN_STARTED','call','fxLpK','prototype','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','reason','6063aMdlTA','apply','initSaveScreenshot','captureEvent','./o11yHelper','../../helpers/helper','readFileSync','AdVZa','env','EZXBR','Element','fvQeW','kxnLP','platform_version','../../helpers/test-observability/utils','SbQTC','./helper.js','stringify','../../helpers/request-spy','before','debug','saveScreenshot','skipped','FMnZU','cPmtG','toISOString','info','getResultsSummary','all','TestCafe','emit','Performing\x20scan\x20for\x20','rZaPF','codeceptjs/lib/utils.js','TEST_RUN_FINISHED','arguments','passed','QxeXH','Dsuor','../../helpers/performance-tester','codeceptjs/lib/recorder.js','../../helpers/accessibility-automation/scripts','Playwright','os_version','exports','platform','4287366NAzQet','performScan','titlePath','BS_TESTOPS_ALLOW_SCREENSHOTS','currentTest','dEkCH','name','dXWJo','container','HOOK_RUN_STARTED','codeceptjs/lib/helper/WebDriver.js','title','duGOG','winstonLogger','tcQen','XIbzf','bstackAllyScanning','cSTnl','oWmAu','filter','failed','4563NIIglc','YjvyM','patch','GBZCq','patchSaveScreenshot','browser_name','skipSessionName','stopMonitoring','__skipSessionStatus'];a0_0xa86b=function(){return _0x511880;};return a0_0xa86b();}const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x424485(0x179)),logger=require(a0_0x424485(0x1c4))[a0_0x424485(0x1af)],testOpsHelper=require(a0_0x424485(0x182)),requestSpy=require(a0_0x424485(0x186)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x424485(0x178)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a0_0x424485(0x1ce)),scripts=require(a0_0x424485(0x19d)),PerformanceTester=require(a0_0x424485(0x19b)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x424485(0x184)),CodeceptJS=requireModule(a0_0x424485(0x205)),CodeceptUtils=requireModule(a0_0x424485(0x195)),CodeceptWebDriver=requireModule(a0_0x424485(0x1ac)),CodeceptRecorder=requireModule(a0_0x424485(0x19c)),CodeceptPlaywright=requireModule(a0_0x424485(0x1fd)),playwrightMarkSessionStatus=(_0x566d22,_0x2bfbd0,_0xb83d9f)=>{const _0x1cfe86=a0_0x424485,_0x466b16={'EZXBR':_0x1cfe86(0x1ea),'QxeXH':function(_0x3a970c,_0x30a5cc){return _0x3a970c(_0x30a5cc);}},_0x52b3b7={};_0x52b3b7[_0x1cfe86(0x1d7)]=_0x2bfbd0;const _0x57fe52={};_0x57fe52['action']=_0x466b16[_0x1cfe86(0x17d)],_0x57fe52[_0x1cfe86(0x197)]=_0x52b3b7;const _0x1b366=_0x57fe52;return!_0x466b16[_0x1cfe86(0x199)](isUndefined,_0xb83d9f)&&(_0x1b366[_0x1cfe86(0x197)][_0x1cfe86(0x173)]=JSON[_0x1cfe86(0x185)](_0xb83d9f)),_0x566d22[_0x1cfe86(0x1ee)](()=>{},_0x1cfe86(0x20d)+JSON[_0x1cfe86(0x185)](_0x1b366));},o11ySync=async _0x3a615e=>{const _0x3e3691=a0_0x424485,_0x3d84c7={};_0x3d84c7[_0x3e3691(0x17b)]=function(_0x1fffcf,_0x480db2){return _0x1fffcf===_0x480db2;},_0x3d84c7[_0x3e3691(0x18c)]=_0x3e3691(0x19e);const _0x5361a9=_0x3d84c7;_0x5361a9[_0x3e3691(0x17b)](_0x3a615e[_0x3e3691(0x1fe)]['name'],_0x5361a9[_0x3e3691(0x18c)])?await _0x3a615e[_0x3e3691(0x1ee)](_0x399edc=>{},testOpsHelper['getSyncScript']()):await _0x3a615e[_0x3e3691(0x1ee)](testOpsHelper[_0x3e3691(0x21d)]());},markSessionName=async(_0x51a91e,_0x306a01)=>{const _0x45c669=a0_0x424485,_0x2d16e6={};_0x2d16e6[_0x45c669(0x1ae)]='setSessionName',_0x2d16e6['HWyHO']=function(_0x116fe2,_0x28ba2f){return _0x116fe2===_0x28ba2f;},_0x2d16e6['ITQbd']=_0x45c669(0x19e);const _0x14fdd3=_0x2d16e6,_0x34e5a0={};_0x34e5a0[_0x45c669(0x1a8)]=_0x306a01;const _0xefbfe3={};_0xefbfe3[_0x45c669(0x1da)]=_0x14fdd3[_0x45c669(0x1ae)],_0xefbfe3[_0x45c669(0x197)]=_0x34e5a0;const _0x52fabf=_0xefbfe3;_0x14fdd3['HWyHO'](_0x51a91e['constructor'][_0x45c669(0x1a8)],_0x14fdd3[_0x45c669(0x21c)])?await _0x51a91e['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x45c669(0x185)](_0x52fabf)):await _0x51a91e[_0x45c669(0x1ee)](_0x45c669(0x20d)+JSON[_0x45c669(0x185)](_0x52fabf));},patchSaveScreenshot=_0x229f11=>{const _0x5d877c=a0_0x424485,_0x46659c={'tcQen':'base64','GRTJL':'TEST_SCREENSHOT','VdPEx':function(_0x37efd4){return _0x37efd4();},'PXTih':function(_0x5d6bb3,_0x2bbdab){return _0x5d6bb3(_0x2bbdab);}};_0x46659c[_0x5d877c(0x217)](isTrue,process['env'][_0x5d877c(0x1a5)])&&!_0x229f11[_0x5d877c(0x1bb)]&&(_0x229f11[_0x5d877c(0x1bb)]=!![],_0x229f11[_0x5d877c(0x176)]=_0x229f11[_0x5d877c(0x189)],_0x229f11[_0x5d877c(0x189)]=(_0x4e1d6a,_0x5f25f0=![])=>{const _0x2687a0=_0x5d877c,_0x5b10fd={'Aeiom':_0x46659c[_0x2687a0(0x1b0)],'wgNzB':_0x46659c[_0x2687a0(0x207)],'oWmAu':function(_0x22634f){return _0x46659c['VdPEx'](_0x22634f);}};return new Promise(function(_0x31260c,_0xb8f7a7){const _0x18bcc5=_0x2687a0,_0x25dce1={'SbQTC':_0x5b10fd[_0x18bcc5(0x201)],'IUMqW':_0x5b10fd['wgNzB'],'GYnsA':function(_0x7239d5){const _0x7cbf2e=_0x18bcc5;return _0x5b10fd[_0x7cbf2e(0x1b4)](_0x7239d5);}};_0x229f11[_0x18bcc5(0x176)](_0x4e1d6a,_0x5f25f0)[_0x18bcc5(0x1c8)](()=>{const _0x198b75=_0x18bcc5,_0x3fb90c=CodeceptUtils['screenshotOutputFolder'](_0x4e1d6a),_0x6b7ed3=fs[_0x198b75(0x17a)](_0x3fb90c);process['emit'](_0x198b75(0x212)+process['pid'],{'timestamp':new Date()[_0x198b75(0x18d)](),'message':_0x6b7ed3[_0x198b75(0x1f9)](_0x25dce1[_0x198b75(0x183)]),'kind':_0x25dce1[_0x198b75(0x1fb)]}),_0x25dce1['GYnsA'](_0x31260c);})['catch'](()=>null);});});},patchWebDriverBefore=_0x10e056=>{const _0x2f0aac=a0_0x424485,_0x3505e5={'PBQcE':function(_0x3369d7){return _0x3369d7();},'VcgKR':function(_0x2d72b2,_0x468b5b){return _0x2d72b2(_0x468b5b);},'fvQeW':function(_0x16297d,_0x4843f2){return _0x16297d===_0x4843f2;},'Bmlhg':_0x2f0aac(0x17e)},_0xc55a1f=async function(_0x2792a6,_0x51858d){const _0xeac520=_0x2f0aac;return _0x3505e5[_0xeac520(0x1e6)](isAccessibilityAutomationSession)&&!global[_0xeac520(0x1b2)]&&global[_0xeac520(0x1ef)]&&scripts['shouldWrapCommand'](_0x2792a6[_0xeac520(0x1a8)])&&_0x3505e5[_0xeac520(0x1e1)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0xeac520(0x1b2)]=!![],logger[_0xeac520(0x188)](_0xeac520(0x193)+_0x2792a6['class']+'\x20'+_0x2792a6[_0xeac520(0x1a8)]),await AccessibilityHelper[_0xeac520(0x200)](_0x10e056,scripts['performScan'])),global[_0xeac520(0x1b2)]=![],_0x51858d['apply'](this,Array['prototype']['slice'][_0xeac520(0x16f)](arguments,0x2));},_0x90dbbf=CodeceptWebDriver['prototype']['_before'];CodeceptWebDriver[_0x2f0aac(0x171)][_0x2f0aac(0x1c6)]=async function(){const _0x2aa9da=_0x2f0aac,_0x42dcaf={'FMnZU':function(_0x33160b,_0x2073de){const _0x3ab9cc=a0_0x30ef;return _0x3505e5[_0x3ab9cc(0x17f)](_0x33160b,_0x2073de);},'tlNAz':_0x3505e5[_0x2aa9da(0x1de)]};await _0x90dbbf[_0x2aa9da(0x175)](this,arguments),scripts[_0x2aa9da(0x1c5)][_0x2aa9da(0x1b5)](_0xb636ae=>_0xb636ae[_0x2aa9da(0x1a8)]&&_0xb636ae[_0x2aa9da(0x208)])['forEach'](_0x38dc30=>{const _0x1fc018=_0x2aa9da;this[_0x1fc018(0x1fc)][_0x1fc018(0x1e0)](_0x38dc30[_0x1fc018(0x1a8)],_0xc55a1f[_0x1fc018(0x1e7)](this,_0x38dc30),_0x42dcaf[_0x1fc018(0x18b)](_0x38dc30[_0x1fc018(0x208)],_0x42dcaf[_0x1fc018(0x20a)]));}),_0x3505e5[_0x2aa9da(0x1e1)](processWebDriverConfig,_0x10e056);};},patchPlaywrightBefore=()=>{const _0x5014cc=a0_0x424485;PlaywrightSessionDetails[_0x5014cc(0x1b9)]();const _0x3f82b9=CodeceptPlaywright[_0x5014cc(0x171)]['_before'];CodeceptPlaywright['prototype'][_0x5014cc(0x1c6)]=async function(){const _0x5c015c=_0x5014cc;this[_0x5c015c(0x211)]=await this[_0x5c015c(0x1fc)][_0x5c015c(0x202)]()[0x0],await _0x3f82b9[_0x5c015c(0x175)](this,arguments);};},getCodeceptDriver=()=>{const _0x58d513=a0_0x424485,_0x1a133c={};_0x1a133c[_0x58d513(0x1d2)]=_0x58d513(0x1c0),_0x1a133c[_0x58d513(0x1ff)]='Playwright',_0x1a133c[_0x58d513(0x1df)]='Puppeteer',_0x1a133c[_0x58d513(0x1f5)]=_0x58d513(0x191);const _0x46feb6=_0x1a133c,_0x8a588d=[_0x46feb6['CNqzS'],_0x46feb6[_0x58d513(0x1ff)],_0x46feb6[_0x58d513(0x1df)],_0x46feb6[_0x58d513(0x1f5)]],_0x3bb5fb=_0x8a588d[_0x58d513(0x210)](_0x930e9c=>!!CodeceptJS['container'][_0x58d513(0x1eb)](_0x930e9c));if(!_0x3bb5fb)return null;return CodeceptJS[_0x58d513(0x1aa)][_0x58d513(0x1eb)](_0x3bb5fb);};module[a0_0x424485(0x1a0)]=function(_0x1e235c){const _0x54bc53=a0_0x424485,_0x295e68={'ZOytv':_0x54bc53(0x172),'qUzET':_0x54bc53(0x209),'IwykB':function(_0x4f1816){return _0x4f1816();},'UGgmS':function(_0x1b47f1){return _0x1b47f1();},'fxLpK':function(_0x4bda6d,_0x311f77){return _0x4bda6d(_0x311f77);},'GBZCq':function(_0x59c162,_0x51a459,_0x1253c8){return _0x59c162(_0x51a459,_0x1253c8);},'zYZRq':function(_0x526c5b){return _0x526c5b();},'HonmS':function(_0x3bc198,_0x18c859,_0xb018fd,_0x19bc96){return _0x3bc198(_0x18c859,_0xb018fd,_0x19bc96);},'rZaPF':function(_0x310af7,_0x48252c){return _0x310af7===_0x48252c;},'iqsYd':'Suite','jqlEQ':function(_0x3faeec){return _0x3faeec();},'iYrNB':function(_0x396380){return _0x396380();},'QOXrf':_0x54bc53(0x1a1),'QUGHe':_0x54bc53(0x181),'DvDpj':_0x54bc53(0x1fc),'bJoHh':_0x54bc53(0x1c1),'gvLUX':_0x54bc53(0x203),'mrgZM':'INFO','oOtSI':_0x54bc53(0x1d6),'dEkCH':function(_0x398012){return _0x398012();},'kxnLP':_0x54bc53(0x19e),'ozllk':function(_0x4cac54){return _0x4cac54();},'YjvyM':function(_0x2144ea,_0x54a5f9){return _0x2144ea(_0x54a5f9);}};_0x1e235c[_0x54bc53(0x1f0)]&&(global[_0x54bc53(0x1bf)]=_0x1e235c['skipSessionStatus']);PerformanceTester[_0x54bc53(0x1d9)]();const _0x4520e7=_0x295e68[_0x54bc53(0x1a7)](getCodeceptDriver),_0x533080=new O11yHelper(_0x4520e7,_0x1e235c),_0x5f3962=!!CodeceptJS[_0x54bc53(0x1aa)][_0x54bc53(0x1eb)](_0x295e68[_0x54bc53(0x180)]);global['__driver']=_0x4520e7,_0x4520e7&&(_0x5f3962?_0x295e68['ozllk'](patchPlaywrightBefore):_0x295e68[_0x54bc53(0x1b8)](patchWebDriverBefore,_0x4520e7),_0x4520e7['getAccessibilityResultsSummary']=async()=>{const _0x2398c2=_0x54bc53;if(global['accessibilityPlatform'])await AccessibilityHelper['browserStackExecuteDriver'](_0x4520e7,scripts[_0x2398c2(0x1a3)]),await AccessibilityHelper[_0x2398c2(0x200)](_0x4520e7,scripts[_0x2398c2(0x18f)]);else return logger['warn'](_0x295e68[_0x2398c2(0x219)]),{};},_0x4520e7['getAccessibilityResults']=async()=>{const _0xb80807=_0x54bc53;if(global[_0xb80807(0x1ef)])await AccessibilityHelper[_0xb80807(0x200)](_0x4520e7,scripts[_0xb80807(0x1a3)]),await AccessibilityHelper[_0xb80807(0x200)](_0x4520e7,scripts[_0xb80807(0x1cc)]);else return logger['warn'](_0x295e68[_0xb80807(0x1f3)]),{};},_0x295e68['YjvyM'](patchSaveScreenshot,_0x4520e7)),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x190)][_0x54bc53(0x187)],()=>{const _0x1977ff=_0x54bc53;try{_0x533080[_0x1977ff(0x1e2)](),testOpsHelper[_0x1977ff(0x1ec)]();}catch(_0x26f3e5){PerformanceTester[_0x1977ff(0x1e5)](_0x26f3e5);}}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)]['all'][_0x54bc53(0x20e)],async()=>{const _0x4a5ca3=_0x54bc53;try{requestSpy[_0x4a5ca3(0x1f1)](),await _0x533080[_0x4a5ca3(0x1c7)]();}catch(_0x4b2514){PerformanceTester[_0x4a5ca3(0x1e5)](_0x4b2514);}finally{PerformanceTester[_0x4a5ca3(0x1be)]();}}),CodeceptJS[_0x54bc53(0x20c)]['dispatcher']['on'](CodeceptJS['event'][_0x54bc53(0x1db)][_0x54bc53(0x1cb)],_0x1c3823=>{const _0x493f19=_0x54bc53;try{const _0x4f6d8b=_0x1c3823[_0x493f19(0x1c2)][_0x493f19(0x1f2)],_0x1d6aff=_0x533080[_0x493f19(0x177)](TEST_EVENTS[_0x493f19(0x1ab)],_0x4f6d8b);CodeceptRecorder['add'](()=>_0x533080[_0x493f19(0x21a)](TEST_EVENTS[_0x493f19(0x1ab)],_0x1d6aff));}catch(_0x4fed94){PerformanceTester[_0x493f19(0x1e5)](_0x4fed94);}}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)]['hook'][_0x54bc53(0x198)],_0x1cfa3c=>{const _0x277a64=_0x54bc53;try{const _0x16e44d=_0x1cfa3c[_0x277a64(0x1c2)]['test'],_0x3caec3=_0x533080[_0x277a64(0x177)](TEST_EVENTS[_0x277a64(0x216)],_0x16e44d);CodeceptRecorder[_0x277a64(0x206)](()=>_0x533080[_0x277a64(0x21a)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3caec3));}catch(_0x3bdd4b){PerformanceTester['captureError'](_0x3bdd4b);}}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1db)][_0x54bc53(0x1b6)],async(_0x256a5b,_0x1d9203)=>{const _0xef79e6=_0x54bc53;try{const _0x129837=_0x256a5b['ctx']['test'],_0x383535=_0x533080[_0xef79e6(0x177)](TEST_EVENTS[_0xef79e6(0x216)],_0x129837,_0x1d9203);CodeceptRecorder[_0xef79e6(0x206)](()=>_0x533080[_0xef79e6(0x21a)](TEST_EVENTS[_0xef79e6(0x216)],_0x383535));}catch(_0x37f060){PerformanceTester[_0xef79e6(0x1e5)](_0x37f060);}}),CodeceptJS['event'][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1f2)][_0x54bc53(0x187)],_0xd22a94=>{const _0x138818=_0x54bc53;try{_0x295e68[_0x138818(0x1dd)](isBrowserstackInfra)&&(_0x5f3962&&(global[_0x138818(0x1cd)]={'currentTest':{'name':_0xd22a94[_0x138818(0x1ad)],'testInfo':{'titlePath':_0xd22a94[_0x138818(0x1a4)]()}}}));}catch(_0x72ecab){PerformanceTester[_0x138818(0x1e5)](_0x72ecab);}}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1f2)][_0x54bc53(0x1cb)],_0x190640=>{const _0x274133=_0x54bc53,_0x4f92ba={'dXWJo':function(_0x55c2aa){const _0x68a2c4=a0_0x30ef;return _0x295e68[_0x68a2c4(0x213)](_0x55c2aa);},'XIbzf':function(_0x275713,_0x2d1e05){const _0x12865e=a0_0x30ef;return _0x295e68[_0x12865e(0x170)](_0x275713,_0x2d1e05);},'Dsuor':function(_0x1ce65e,_0x54202c,_0x247310){return _0x295e68['GBZCq'](_0x1ce65e,_0x54202c,_0x247310);}};try{const _0x20b111=_0x533080['captureEvent'](TEST_EVENTS[_0x274133(0x16e)],_0x190640);CodeceptRecorder[_0x274133(0x206)](()=>_0x533080[_0x274133(0x21a)](TEST_EVENTS[_0x274133(0x16e)],_0x20b111)),CodeceptRecorder[_0x274133(0x206)](async()=>{const _0x192f09=_0x274133;_0x4f92ba[_0x192f09(0x1a9)](isBrowserstackInfra)&&(!_0x4f92ba[_0x192f09(0x1b1)](isTrue,_0x1e235c[_0x192f09(0x1bd)])&&await _0x4f92ba[_0x192f09(0x19a)](markSessionName,_0x4520e7,_0x190640[_0x192f09(0x1ad)]),_0x533080['enabled']&&await _0x4f92ba['XIbzf'](o11ySync,_0x4520e7));});}catch(_0x45a238){PerformanceTester[_0x274133(0x1e5)](_0x45a238);}}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1f2)][_0x54bc53(0x198)],_0x74ecf8=>{const _0x447181=_0x54bc53;try{const _0xd4d613=_0x533080[_0x447181(0x177)](TEST_EVENTS[_0x447181(0x196)],_0x74ecf8);CodeceptRecorder[_0x447181(0x206)](()=>_0x533080[_0x447181(0x21a)](TEST_EVENTS[_0x447181(0x196)],_0xd4d613)),CodeceptRecorder[_0x447181(0x206)](async()=>{const _0xa9d437=_0x447181;_0x295e68[_0xa9d437(0x1dc)](isBrowserstackInfra)&&(_0x5f3962?await _0x295e68[_0xa9d437(0x1ba)](playwrightMarkSessionStatus,_0x4520e7,STATE_PASSED):await _0x295e68[_0xa9d437(0x1ba)](markSessionStatus,_0x4520e7,STATE_PASSED));});}catch(_0x4137c1){PerformanceTester[_0x447181(0x1e5)](_0x4137c1);}}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS['event']['test']['failed'],(_0x176646,_0x5cdff)=>{const _0x59ec4b=_0x54bc53,_0x385c59={'YZVdl':function(_0x397b23){const _0x4e298d=a0_0x30ef;return _0x295e68[_0x4e298d(0x1dd)](_0x397b23);},'cSTnl':function(_0x3f6857,_0x2656a4,_0x3f6a30,_0xc62099){return _0x295e68['HonmS'](_0x3f6857,_0x2656a4,_0x3f6a30,_0xc62099);}};try{if(_0x295e68[_0x59ec4b(0x194)](_0x176646[_0x59ec4b(0x1fe)][_0x59ec4b(0x1a8)],_0x295e68[_0x59ec4b(0x1e3)])){const _0x5bab09=_0x533080[_0x59ec4b(0x177)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x176646['ctx'][_0x59ec4b(0x1a6)]);CodeceptRecorder[_0x59ec4b(0x206)](()=>_0x533080[_0x59ec4b(0x21a)](TEST_EVENTS[_0x59ec4b(0x21b)],_0x5bab09));}else{const _0x12e812=_0x533080['captureEvent'](TEST_EVENTS[_0x59ec4b(0x196)],_0x176646,_0x5cdff);CodeceptRecorder[_0x59ec4b(0x206)](()=>_0x533080[_0x59ec4b(0x21a)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x12e812)),CodeceptRecorder['add'](async()=>{const _0xf6db32=_0x59ec4b;_0x385c59[_0xf6db32(0x1d5)](isBrowserstackInfra)&&(_0x5f3962?await _0x385c59[_0xf6db32(0x1b3)](playwrightMarkSessionStatus,_0x4520e7,STATE_FAILED,_0x5cdff):await _0x385c59[_0xf6db32(0x1b3)](markSessionStatus,_0x4520e7,STATE_FAILED,_0x5cdff));});}}catch(_0x13c2c4){PerformanceTester[_0x59ec4b(0x1e5)](_0x13c2c4);}}),CodeceptJS['event'][_0x54bc53(0x1e9)]['on'](CodeceptJS['event'][_0x54bc53(0x1f2)][_0x54bc53(0x18a)],_0x1f23fc=>{const _0x592618=_0x54bc53;try{const _0x888099=_0x533080['captureEvent'](TEST_EVENTS[_0x592618(0x21b)],_0x1f23fc);CodeceptRecorder[_0x592618(0x206)](()=>_0x533080[_0x592618(0x21a)](TEST_EVENTS[_0x592618(0x21b)],_0x888099));}catch(_0x2c64a5){PerformanceTester[_0x592618(0x1e5)](_0x2c64a5);}}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1f2)][_0x54bc53(0x20e)],async(_0x344842,_0x8c35a0)=>{const _0x333eaa=_0x54bc53;try{if(_0x295e68[_0x333eaa(0x1d1)](isBrowserstackInfra)){const _0x9b2183=_0x295e68[_0x333eaa(0x1ba)](shouldScanTestForAccessibility,_0x344842[_0x333eaa(0x1a4)](),!![]);if(_0x295e68[_0x333eaa(0x1ca)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x9b2183){const _0x128374=global['__cloud_provider___'],_0x49960b=_0x295e68['fxLpK'](fetchPlatformDetails,_0x4520e7)[_0x128374],_0x5934b9={};_0x5934b9[_0x333eaa(0x1c3)]=_0x49960b[_0x295e68[_0x333eaa(0x1e8)]],_0x5934b9[_0x333eaa(0x19f)]=_0x49960b[_0x295e68[_0x333eaa(0x1f8)]],_0x5934b9[_0x333eaa(0x1bc)]=_0x49960b[_0x295e68[_0x333eaa(0x214)]],_0x5934b9['browser_version']=_0x49960b[_0x295e68[_0x333eaa(0x218)]];const _0x2253f9={'saveResults':_0x9b2183,'testDetails':{'name':_0x344842[_0x333eaa(0x1ad)],'testRunId':process[_0x333eaa(0x17c)][_0x333eaa(0x1d4)],'filePath':_0x344842[_0x333eaa(0x20b)],'scopeList':_0x344842[_0x333eaa(0x1a4)]()},'platform':_0x5934b9};CodeceptRecorder['add'](async()=>{const _0x5ccfaf=_0x333eaa;await AccessibilityHelper[_0x5ccfaf(0x200)](_0x4520e7,scripts[_0x5ccfaf(0x1a3)]),await AccessibilityHelper[_0x5ccfaf(0x200)](_0x4520e7,scripts['saveTestResults'],_0x2253f9);}),logger[_0x333eaa(0x18e)](_0x295e68[_0x333eaa(0x215)]);}}}catch(_0x33175d){PerformanceTester[_0x333eaa(0x1e5)](_0x33175d);}}),CodeceptJS['event'][_0x54bc53(0x1e9)]['on'](CodeceptJS['event'][_0x54bc53(0x1fa)][_0x54bc53(0x1d0)],_0x32b138=>{const _0x318464=_0x54bc53;try{process[_0x318464(0x192)](_0x318464(0x212)+process[_0x318464(0x1d8)],{'timestamp':new Date()['toISOString'](),'level':_0x295e68['mrgZM'],'message':_0x32b138,'kind':_0x295e68[_0x318464(0x1ed)],'http_response':{}});}catch(_0x3e2702){PerformanceTester[_0x318464(0x1e5)](_0x3e2702);}}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS['event'][_0x54bc53(0x1f6)][_0x54bc53(0x1cb)],_0x35462a=>{const _0x397ef1=_0x54bc53;_0x533080[_0x397ef1(0x20f)](_0x35462a);}),CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1e9)]['on'](CodeceptJS[_0x54bc53(0x20c)][_0x54bc53(0x1f6)][_0x54bc53(0x204)],_0x1257fb=>{_0x533080['bddStepFinish'](_0x1257fb);});};
1
+ const a0_0x5373a9=a0_0x2cf6;(function(_0x38bc20,_0x522782){const _0x100d08=a0_0x2cf6,_0x54b28e=_0x38bc20();while(!![]){try{const _0x582228=-parseInt(_0x100d08(0x11f))/0x1+parseInt(_0x100d08(0x87))/0x2+parseInt(_0x100d08(0x84))/0x3*(-parseInt(_0x100d08(0x110))/0x4)+parseInt(_0x100d08(0xa2))/0x5*(parseInt(_0x100d08(0x81))/0x6)+parseInt(_0x100d08(0xa3))/0x7*(parseInt(_0x100d08(0xd4))/0x8)+-parseInt(_0x100d08(0xf4))/0x9+-parseInt(_0x100d08(0xc2))/0xa*(parseInt(_0x100d08(0xe3))/0xb);if(_0x582228===_0x522782)break;else _0x54b28e['push'](_0x54b28e['shift']());}catch(_0x539ebf){_0x54b28e['push'](_0x54b28e['shift']());}}}(a0_0x3ae0,0xc7fd9));function a0_0x3ae0(){const _0x12726a=['os_version','shouldWrapCommand','bstackAllyScanning','../../helpers/performance-tester','setSessionName','726726XtdVkR','contexts','debug','3EgkESj','EJitW','BS_A11Y_TEST_RUN_ID','2900786VnozJS','performScan','env','rvVeM','add','hwpyK','slice','title','__skipSessionStatus','hook','Performing\x20scan\x20for\x20','getAccessibilityResultsSummary','getAccessibilityResults','screenshotOutputFolder','../../bin/playwright/sessionDetails','winstonLogger','apply','XWdKt','Element','Fkqrs','WebDriver','browser_version','name','all','passed','find','arguments','15CvgtjM','448Uvgflg','bddStep','Puppeteer','HOOK_RUN_FINISHED','bfyZc','_before','./o11yHelper','Playwright','info','TEST_SCREENSHOT','os_name','jjpHs','patchSaveScreenshot','titlePath','failed','../../helpers/helper','bAXbA','fxkGs','KIntu','saveScreenshot','bddStepFinish','kSHFd','then','xDmvd','Synek','warn','TEST_RUN_SKIPPED','constructor','QSbRp','bs:addLog:','wESjk','2470tbGoTB','commandsToWrap','browser_name','codeceptjs/lib/utils.js','PZoGo','stopMonitoring','base64','codeceptjs/lib/recorder.js','skipSessionStatus','filter','aooIC','oMnvT','saveTestResults','after','aXMgz','forEach','qkAsU','platform','98744IklyXE','class','action','pid','BaQJW','initSaveScreenshot','accessibilityPlatform','czPkQ','toISOString','SLSEM','../../helpers/accessibility-automation/helper','start','finished','step','overwriteCommand','38027NsNVhB','codeceptjs/lib/index.js','exports','getResultsSummary','TEST_RUN_FINISHED','../../helpers/logger','test','status','stop','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','wWXGY','pWyMc','browser','getSyncScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','gNLHx','BS_TESTOPS_ALLOW_SCREENSHOTS','3259494jPwjYX','container','platform_version','started','event','KOhFk','fireEvent','FlUYg','fWMog','__workerDetails','comment','currentTest','dispatcher','HOOK_RUN_STARTED','emit','startMonitoring','hXljL','browserstack_executor:\x20','tWiXY','codeceptjs/lib/helper/WebDriver.js','SUfgf','BLAEp','CZQYr','AQvLH','TFNdU','executeScript','helpers','TzuWR','1408324hUsIkT','rsTOF','bddStepStart','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','ctx','stringify','QsDMO','mDmfH','addRequestSpy','captureEvent','NWUZf','prototype','captureError','HdXzj','browserStackExecuteDriver','216421HgfGRy','./helper.js','QzEjK'];a0_0x3ae0=function(){return _0x12726a;};return a0_0x3ae0();}const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x5373a9(0xb2)),logger=require(a0_0x5373a9(0xe8))[a0_0x5373a9(0x96)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a0_0x5373a9(0x95)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x5373a9(0xa9)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x5373a9(0xde)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a0_0x5373a9(0x7f)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x5373a9(0x120)),CodeceptJS=requireModule(a0_0x5373a9(0xe4)),CodeceptUtils=requireModule(a0_0x5373a9(0xc5)),CodeceptWebDriver=requireModule(a0_0x5373a9(0x107)),CodeceptRecorder=requireModule(a0_0x5373a9(0xc9)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x465202,_0xde254c,_0x2a4716)=>{const _0xbe8d1b=a0_0x5373a9,_0x597b88={'aooIC':'setSessionStatus','Synek':function(_0x384258,_0x6e1359){return _0x384258(_0x6e1359);}},_0x4cb775={};_0x4cb775[_0xbe8d1b(0xea)]=_0xde254c;const _0x5e5d36={};_0x5e5d36[_0xbe8d1b(0xd6)]=_0x597b88[_0xbe8d1b(0xcc)],_0x5e5d36[_0xbe8d1b(0xa1)]=_0x4cb775;const _0x33170f=_0x5e5d36;return!_0x597b88[_0xbe8d1b(0xbb)](isUndefined,_0x2a4716)&&(_0x33170f['arguments']['reason']=JSON[_0xbe8d1b(0x115)](_0x2a4716)),_0x465202['executeScript'](()=>{},_0xbe8d1b(0x105)+JSON[_0xbe8d1b(0x115)](_0x33170f));},o11ySync=async _0x3b9e33=>{const _0xd9171f=a0_0x5373a9,_0x5a004f={};_0x5a004f[_0xd9171f(0x9a)]=function(_0x82721f,_0x5f414f){return _0x82721f===_0x5f414f;},_0x5a004f[_0xd9171f(0xd2)]=_0xd9171f(0xaa);const _0x5e9b92=_0x5a004f;_0x5e9b92[_0xd9171f(0x9a)](_0x3b9e33[_0xd9171f(0xbe)]['name'],_0x5e9b92[_0xd9171f(0xd2)])?await _0x3b9e33['executeScript'](_0x42aa40=>{},testOpsHelper[_0xd9171f(0xf0)]()):await _0x3b9e33[_0xd9171f(0x10d)](testOpsHelper[_0xd9171f(0xf0)]());},markSessionName=async(_0x776537,_0x8f9b29)=>{const _0xb8148=a0_0x5373a9,_0x578e56={};_0x578e56[_0xb8148(0x121)]=_0xb8148(0x80),_0x578e56[_0xb8148(0x8a)]=function(_0x33f8df,_0x357762){return _0x33f8df===_0x357762;},_0x578e56[_0xb8148(0x11d)]=_0xb8148(0xaa);const _0x2fd543=_0x578e56,_0x2b16a7={};_0x2b16a7[_0xb8148(0x9d)]=_0x8f9b29;const _0x5a54f6={};_0x5a54f6[_0xb8148(0xd6)]=_0x2fd543[_0xb8148(0x121)],_0x5a54f6[_0xb8148(0xa1)]=_0x2b16a7;const _0x216fe7=_0x5a54f6;_0x2fd543[_0xb8148(0x8a)](_0x776537[_0xb8148(0xbe)]['name'],_0x2fd543[_0xb8148(0x11d)])?await _0x776537['executeScript'](()=>{},_0xb8148(0x105)+JSON[_0xb8148(0x115)](_0x216fe7)):await _0x776537[_0xb8148(0x10d)]('browserstack_executor:\x20'+JSON[_0xb8148(0x115)](_0x216fe7));},patchSaveScreenshot=_0x19e727=>{const _0x3da894=a0_0x5373a9,_0x2e6b8a={'bfyZc':_0x3da894(0xc8),'BaQJW':_0x3da894(0xac),'xDmvd':function(_0x1c022a){return _0x1c022a();},'SLSEM':function(_0x1a4859,_0x426730){return _0x1a4859(_0x426730);}};_0x2e6b8a[_0x3da894(0xdd)](isTrue,process[_0x3da894(0x89)][_0x3da894(0xf3)])&&!_0x19e727[_0x3da894(0xaf)]&&(_0x19e727[_0x3da894(0xaf)]=!![],_0x19e727[_0x3da894(0xd9)]=_0x19e727['saveScreenshot'],_0x19e727[_0x3da894(0xb6)]=(_0x368d1e,_0x40b0a1=![])=>{const _0x311826=_0x3da894,_0x39f112={'XWpyI':_0x2e6b8a[_0x311826(0xa7)],'QSbRp':_0x2e6b8a[_0x311826(0xd8)],'QsDMO':function(_0x36eca5){const _0x45baf5=_0x311826;return _0x2e6b8a[_0x45baf5(0xba)](_0x36eca5);}};return new Promise(function(_0x40d32e,_0xdd1eed){const _0x4cef56=_0x311826,_0x1b9346={'PZoGo':_0x39f112['XWpyI'],'KOhFk':_0x39f112[_0x4cef56(0xbf)],'gNLHx':function(_0x5719c6){const _0x2afd3c=_0x4cef56;return _0x39f112[_0x2afd3c(0x116)](_0x5719c6);}};_0x19e727['initSaveScreenshot'](_0x368d1e,_0x40b0a1)[_0x4cef56(0xb9)](()=>{const _0x26d58a=_0x4cef56,_0x3b9ee0=CodeceptUtils[_0x26d58a(0x94)](_0x368d1e),_0x766ec2=fs['readFileSync'](_0x3b9ee0);process[_0x26d58a(0x102)](_0x26d58a(0xc0)+process[_0x26d58a(0xd7)],{'timestamp':new Date()[_0x26d58a(0xdc)](),'message':_0x766ec2['toString'](_0x1b9346[_0x26d58a(0xc6)]),'kind':_0x1b9346[_0x26d58a(0xf9)]}),_0x1b9346[_0x26d58a(0xf2)](_0x40d32e);})['catch'](()=>null);});});},patchWebDriverBefore=_0x197353=>{const _0xf1cb4e=a0_0x5373a9,_0x1e9d43={'UjAWs':function(_0x2dd719){return _0x2dd719();},'tWiXY':function(_0x1d9e3b,_0x364625){return _0x1d9e3b(_0x364625);},'fWMog':function(_0x40108b,_0x20be26){return _0x40108b===_0x20be26;},'jjpHs':_0xf1cb4e(0x99)},_0x5e28e1=async function(_0x30399c,_0x3b5eff){const _0x3fe95c=_0xf1cb4e;return _0x1e9d43['UjAWs'](isAccessibilityAutomationSession)&&!global[_0x3fe95c(0x7e)]&&global[_0x3fe95c(0xda)]&&scripts[_0x3fe95c(0x7d)](_0x30399c['name'])&&_0x1e9d43[_0x3fe95c(0x106)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3fe95c(0x7e)]=!![],logger[_0x3fe95c(0x83)](_0x3fe95c(0x91)+_0x30399c[_0x3fe95c(0xd5)]+'\x20'+_0x30399c[_0x3fe95c(0x9d)]),await AccessibilityHelper[_0x3fe95c(0x11e)](_0x197353,scripts['performScan'])),global['bstackAllyScanning']=![],_0x3b5eff[_0x3fe95c(0x97)](this,Array[_0x3fe95c(0x11b)][_0x3fe95c(0x8d)]['call'](arguments,0x2));},_0xb89331=CodeceptWebDriver[_0xf1cb4e(0x11b)][_0xf1cb4e(0xa8)];CodeceptWebDriver[_0xf1cb4e(0x11b)][_0xf1cb4e(0xa8)]=async function(){const _0x333aa0=_0xf1cb4e,_0x25360f={'KIntu':function(_0x425c91,_0x5b573e){const _0x573e42=a0_0x2cf6;return _0x1e9d43[_0x573e42(0xfc)](_0x425c91,_0x5b573e);},'VgZMr':_0x1e9d43[_0x333aa0(0xae)]};await _0xb89331[_0x333aa0(0x97)](this,arguments),scripts[_0x333aa0(0xc3)][_0x333aa0(0xcb)](_0xa8ae6e=>_0xa8ae6e['name']&&_0xa8ae6e[_0x333aa0(0xd5)])[_0x333aa0(0xd1)](_0x275571=>{const _0x524e17=_0x333aa0;this[_0x524e17(0xef)][_0x524e17(0xe2)](_0x275571[_0x524e17(0x9d)],_0x5e28e1['bind'](this,_0x275571),_0x25360f[_0x524e17(0xb5)](_0x275571[_0x524e17(0xd5)],_0x25360f['VgZMr']));}),_0x1e9d43['tWiXY'](processWebDriverConfig,_0x197353);};},patchPlaywrightBefore=()=>{const _0xac61b7=a0_0x5373a9;PlaywrightSessionDetails['patch']();const _0x1b5277=CodeceptPlaywright['prototype'][_0xac61b7(0xa8)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x2b6d35=_0xac61b7;this['browserContext']=await this['browser'][_0x2b6d35(0x82)]()[0x0],await _0x1b5277[_0x2b6d35(0x97)](this,arguments);};},getCodeceptDriver=()=>{const _0x1ffee5=a0_0x5373a9,_0x5b42f9={};_0x5b42f9[_0x1ffee5(0x111)]=_0x1ffee5(0x9b),_0x5b42f9[_0x1ffee5(0xfb)]=_0x1ffee5(0xaa),_0x5b42f9[_0x1ffee5(0x108)]=_0x1ffee5(0xa5),_0x5b42f9['QIELG']='TestCafe';const _0x5f4b85=_0x5b42f9,_0x7b3d7=[_0x5f4b85[_0x1ffee5(0x111)],_0x5f4b85[_0x1ffee5(0xfb)],_0x5f4b85[_0x1ffee5(0x108)],_0x5f4b85['QIELG']],_0x567b53=_0x7b3d7[_0x1ffee5(0xa0)](_0x154626=>!!CodeceptJS[_0x1ffee5(0xf5)][_0x1ffee5(0x10e)](_0x154626));if(!_0x567b53)return null;return CodeceptJS[_0x1ffee5(0xf5)]['helpers'](_0x567b53);};function a0_0x2cf6(_0x38b401,_0xd82e21){const _0x3ae0b3=a0_0x3ae0();return a0_0x2cf6=function(_0x2cf609,_0x2c075b){_0x2cf609=_0x2cf609-0x7d;let _0x2e9374=_0x3ae0b3[_0x2cf609];return _0x2e9374;},a0_0x2cf6(_0x38b401,_0xd82e21);}module[a0_0x5373a9(0xe5)]=function(_0x18332c){const _0x451b19=a0_0x5373a9,_0x3d5662={'wESjk':_0x451b19(0xec),'NWUZf':_0x451b19(0xf1),'fxkGs':function(_0x5a0111){return _0x5a0111();},'aXMgz':function(_0x26eb4e,_0x52bba7){return _0x26eb4e(_0x52bba7);},'pWyMc':function(_0x8832b7,_0x122b65,_0x2ba026){return _0x8832b7(_0x122b65,_0x2ba026);},'hXljL':function(_0x21db28){return _0x21db28();},'jdXyJ':function(_0x40dc8b){return _0x40dc8b();},'bAXbA':function(_0x5885f2,_0x41703e,_0x11b224,_0x13a3e2){return _0x5885f2(_0x41703e,_0x11b224,_0x13a3e2);},'Hifbp':function(_0x97e2bb,_0x34146d){return _0x97e2bb===_0x34146d;},'oMnvT':'Suite','AQvLH':function(_0x3cc32f){return _0x3cc32f();},'TFNdU':function(_0x4d24be,_0xe4ea38){return _0x4d24be(_0xe4ea38);},'mDmfH':_0x451b19(0xd3),'EJitW':_0x451b19(0xf6),'CZQYr':_0x451b19(0xef),'TzuWR':_0x451b19(0x9c),'xVxqD':_0x451b19(0x113),'bNSnm':'INFO','kSHFd':'TEST_LOG','HvYVW':_0x451b19(0xaa),'InbNR':function(_0x2c51e3){return _0x2c51e3();}};_0x18332c[_0x451b19(0xca)]&&(global[_0x451b19(0x8f)]=_0x18332c['skipSessionStatus']);PerformanceTester[_0x451b19(0x103)]();const _0x1d0d1a=_0x3d5662['jdXyJ'](getCodeceptDriver),_0x4dd3a4=new O11yHelper(_0x1d0d1a,_0x18332c),_0x24c071=!!CodeceptJS[_0x451b19(0xf5)][_0x451b19(0x10e)](_0x3d5662['HvYVW']);global['__driver']=_0x1d0d1a,_0x1d0d1a&&(_0x24c071?_0x3d5662['InbNR'](patchPlaywrightBefore):_0x3d5662[_0x451b19(0x10c)](patchWebDriverBefore,_0x1d0d1a),_0x1d0d1a[_0x451b19(0x92)]=async()=>{const _0x2e7045=_0x451b19;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x2e7045(0x11e)](_0x1d0d1a,scripts[_0x2e7045(0x88)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x1d0d1a,scripts[_0x2e7045(0xe6)]);else return logger[_0x2e7045(0xbc)](_0x3d5662[_0x2e7045(0xc1)]),{};},_0x1d0d1a[_0x451b19(0x93)]=async()=>{const _0x203e8e=_0x451b19;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x203e8e(0x11e)](_0x1d0d1a,scripts[_0x203e8e(0x88)]),await AccessibilityHelper[_0x203e8e(0x11e)](_0x1d0d1a,scripts['getResults']);else return logger[_0x203e8e(0xbc)](_0x3d5662[_0x203e8e(0x11a)]),{};},_0x3d5662[_0x451b19(0xd0)](patchSaveScreenshot,_0x1d0d1a)),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x9e)]['before'],()=>{const _0x43bd0d=_0x451b19;try{_0x4dd3a4[_0x43bd0d(0xdf)](),testOpsHelper[_0x43bd0d(0x118)]();}catch(_0x14e6d7){PerformanceTester[_0x43bd0d(0x11c)](_0x14e6d7);}}),CodeceptJS[_0x451b19(0xf8)]['dispatcher']['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x9e)]['after'],async()=>{const _0x5d3a6c=_0x451b19;try{requestSpy['restore'](),await _0x4dd3a4[_0x5d3a6c(0xeb)]();}catch(_0x4250bf){PerformanceTester[_0x5d3a6c(0x11c)](_0x4250bf);}finally{PerformanceTester[_0x5d3a6c(0xc7)]();}}),CodeceptJS['event'][_0x451b19(0x100)]['on'](CodeceptJS['event'][_0x451b19(0x90)][_0x451b19(0xf7)],_0x177627=>{const _0x3fa1fa=_0x451b19;try{const _0x17af99=_0x177627[_0x3fa1fa(0x114)][_0x3fa1fa(0xe9)],_0x12f52d=_0x4dd3a4[_0x3fa1fa(0x119)](TEST_EVENTS[_0x3fa1fa(0x101)],_0x17af99);CodeceptRecorder[_0x3fa1fa(0x8b)](()=>_0x4dd3a4['fireEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x12f52d));}catch(_0x74617b){PerformanceTester['captureError'](_0x74617b);}}),CodeceptJS[_0x451b19(0xf8)]['dispatcher']['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x90)][_0x451b19(0x9f)],_0x2b663e=>{const _0x1a67d0=_0x451b19;try{const _0x51bd39=_0x2b663e[_0x1a67d0(0x114)][_0x1a67d0(0xe9)],_0x4a1fd2=_0x4dd3a4[_0x1a67d0(0x119)](TEST_EVENTS[_0x1a67d0(0xa6)],_0x51bd39);CodeceptRecorder[_0x1a67d0(0x8b)](()=>_0x4dd3a4['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x4a1fd2));}catch(_0x2e644e){PerformanceTester[_0x1a67d0(0x11c)](_0x2e644e);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x90)][_0x451b19(0xb1)],async(_0x307d71,_0x47c50f)=>{const _0x5cf174=_0x451b19;try{const _0x383bad=_0x307d71['ctx']['test'],_0x374aa3=_0x4dd3a4['captureEvent'](TEST_EVENTS[_0x5cf174(0xa6)],_0x383bad,_0x47c50f);CodeceptRecorder['add'](()=>_0x4dd3a4['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x374aa3));}catch(_0x43b330){PerformanceTester[_0x5cf174(0x11c)](_0x43b330);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe9)]['before'],_0x41bb73=>{const _0x4b95f9=_0x451b19;try{_0x3d5662[_0x4b95f9(0xb4)](isBrowserstackInfra)&&(_0x24c071&&(global[_0x4b95f9(0xfd)]={'currentTest':{'name':_0x41bb73[_0x4b95f9(0x8e)],'testInfo':{'titlePath':_0x41bb73[_0x4b95f9(0xb0)]()}}}));}catch(_0x11294d){PerformanceTester[_0x4b95f9(0x11c)](_0x11294d);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)]['test']['started'],_0x5bbf01=>{const _0x978fa9=_0x451b19,_0x14ed3c={'XWdKt':function(_0x24d959){return _0x3d5662['fxkGs'](_0x24d959);},'BLAEp':function(_0xbf160a,_0x2bbab0){return _0x3d5662['aXMgz'](_0xbf160a,_0x2bbab0);},'hwpyK':function(_0x581054,_0x4e0ed1,_0x45fecd){const _0xf321dc=a0_0x2cf6;return _0x3d5662[_0xf321dc(0xee)](_0x581054,_0x4e0ed1,_0x45fecd);}};try{const _0x4e1797=_0x4dd3a4[_0x978fa9(0x119)](TEST_EVENTS['TEST_RUN_STARTED'],_0x5bbf01);CodeceptRecorder[_0x978fa9(0x8b)](()=>_0x4dd3a4[_0x978fa9(0xfa)](TEST_EVENTS['TEST_RUN_STARTED'],_0x4e1797)),CodeceptRecorder[_0x978fa9(0x8b)](async()=>{const _0x5ced36=_0x978fa9;_0x14ed3c[_0x5ced36(0x98)](isBrowserstackInfra)&&(!_0x14ed3c[_0x5ced36(0x109)](isTrue,_0x18332c['skipSessionName'])&&await _0x14ed3c[_0x5ced36(0x8c)](markSessionName,_0x1d0d1a,_0x5bbf01[_0x5ced36(0x8e)]),_0x4dd3a4['enabled']&&await _0x14ed3c[_0x5ced36(0x109)](o11ySync,_0x1d0d1a));});}catch(_0x3742ec){PerformanceTester['captureError'](_0x3742ec);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe9)]['passed'],_0x546e9a=>{const _0x295175=_0x451b19;try{const _0x4510b8=_0x4dd3a4[_0x295175(0x119)](TEST_EVENTS[_0x295175(0xe7)],_0x546e9a);CodeceptRecorder[_0x295175(0x8b)](()=>_0x4dd3a4[_0x295175(0xfa)](TEST_EVENTS[_0x295175(0xe7)],_0x4510b8)),CodeceptRecorder[_0x295175(0x8b)](async()=>{const _0x1a1b15=_0x295175;_0x3d5662[_0x1a1b15(0x104)](isBrowserstackInfra)&&(_0x24c071?await _0x3d5662[_0x1a1b15(0xee)](playwrightMarkSessionStatus,_0x1d0d1a,STATE_PASSED):await _0x3d5662[_0x1a1b15(0xee)](markSessionStatus,_0x1d0d1a,STATE_PASSED));});}catch(_0xddc7d3){PerformanceTester[_0x295175(0x11c)](_0xddc7d3);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe9)][_0x451b19(0xb1)],(_0x47fc5d,_0x58e679)=>{const _0x99b05f=_0x451b19,_0xfc0cfb={'EGbvP':function(_0x55d9c0){return _0x3d5662['jdXyJ'](_0x55d9c0);},'czPkQ':function(_0x9638a8,_0x1f5ff,_0x135b82,_0x12e962){return _0x3d5662['bAXbA'](_0x9638a8,_0x1f5ff,_0x135b82,_0x12e962);},'wWXGY':function(_0xd3c63,_0x304000,_0x4c8e53,_0x106278){const _0x340665=a0_0x2cf6;return _0x3d5662[_0x340665(0xb3)](_0xd3c63,_0x304000,_0x4c8e53,_0x106278);}};try{if(_0x3d5662['Hifbp'](_0x47fc5d[_0x99b05f(0xbe)]['name'],_0x3d5662[_0x99b05f(0xcd)])){const _0x3905a4=_0x4dd3a4['captureEvent'](TEST_EVENTS[_0x99b05f(0xbd)],_0x47fc5d[_0x99b05f(0x114)][_0x99b05f(0xff)]);CodeceptRecorder[_0x99b05f(0x8b)](()=>_0x4dd3a4[_0x99b05f(0xfa)](TEST_EVENTS[_0x99b05f(0xbd)],_0x3905a4));}else{const _0x27c32f=_0x4dd3a4[_0x99b05f(0x119)](TEST_EVENTS[_0x99b05f(0xe7)],_0x47fc5d,_0x58e679);CodeceptRecorder[_0x99b05f(0x8b)](()=>_0x4dd3a4[_0x99b05f(0xfa)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x27c32f)),CodeceptRecorder['add'](async()=>{const _0xaea8e0=_0x99b05f;_0xfc0cfb['EGbvP'](isBrowserstackInfra)&&(_0x24c071?await _0xfc0cfb[_0xaea8e0(0xdb)](playwrightMarkSessionStatus,_0x1d0d1a,STATE_FAILED,_0x58e679):await _0xfc0cfb[_0xaea8e0(0xed)](markSessionStatus,_0x1d0d1a,STATE_FAILED,_0x58e679));});}}catch(_0x3c6fbe){PerformanceTester[_0x99b05f(0x11c)](_0x3c6fbe);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe9)]['skipped'],_0x2c084=>{const _0x465a9e=_0x451b19;try{const _0x4f1640=_0x4dd3a4['captureEvent'](TEST_EVENTS[_0x465a9e(0xbd)],_0x2c084);CodeceptRecorder[_0x465a9e(0x8b)](()=>_0x4dd3a4[_0x465a9e(0xfa)](TEST_EVENTS[_0x465a9e(0xbd)],_0x4f1640));}catch(_0x37374b){PerformanceTester[_0x465a9e(0x11c)](_0x37374b);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS['event']['test'][_0x451b19(0xcf)],async(_0x7ad07b,_0x3f2f84)=>{const _0x164673=_0x451b19;try{if(_0x3d5662['jdXyJ'](isBrowserstackInfra)){const _0x24546e=_0x3d5662[_0x164673(0xee)](shouldScanTestForAccessibility,_0x7ad07b[_0x164673(0xb0)](),!![]);if(_0x3d5662[_0x164673(0x10b)](isAccessibilityAutomationSession)&&global[_0x164673(0xda)]&&_0x24546e){const _0x2af152=global['__cloud_provider___'],_0x158999=_0x3d5662['TFNdU'](fetchPlatformDetails,_0x1d0d1a)[_0x2af152],_0x6c871b={};_0x6c871b[_0x164673(0xad)]=_0x158999[_0x3d5662[_0x164673(0x117)]],_0x6c871b[_0x164673(0x122)]=_0x158999[_0x3d5662[_0x164673(0x85)]],_0x6c871b[_0x164673(0xc4)]=_0x158999[_0x3d5662[_0x164673(0x10a)]],_0x6c871b['browser_version']=_0x158999[_0x3d5662[_0x164673(0x10f)]];const _0x378777={'saveResults':_0x24546e,'testDetails':{'name':_0x7ad07b[_0x164673(0x8e)],'testRunId':process[_0x164673(0x89)][_0x164673(0x86)],'filePath':_0x7ad07b['file'],'scopeList':_0x7ad07b[_0x164673(0xb0)]()},'platform':_0x6c871b};CodeceptRecorder['add'](async()=>{const _0x307512=_0x164673;await AccessibilityHelper[_0x307512(0x11e)](_0x1d0d1a,scripts[_0x307512(0x88)]),await AccessibilityHelper[_0x307512(0x11e)](_0x1d0d1a,scripts[_0x307512(0xce)],_0x378777);}),logger[_0x164673(0xab)](_0x3d5662['xVxqD']);}}}catch(_0x2e53ea){PerformanceTester['captureError'](_0x2e53ea);}}),CodeceptJS['event'][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe1)][_0x451b19(0xfe)],_0x5c9be4=>{const _0x380b5b=_0x451b19;try{process[_0x380b5b(0x102)](_0x380b5b(0xc0)+process['pid'],{'timestamp':new Date()[_0x380b5b(0xdc)](),'level':_0x3d5662['bNSnm'],'message':_0x5c9be4,'kind':_0x3d5662[_0x380b5b(0xb8)],'http_response':{}});}catch(_0x51aab1){PerformanceTester['captureError'](_0x51aab1);}}),CodeceptJS[_0x451b19(0xf8)]['dispatcher']['on'](CodeceptJS['event'][_0x451b19(0xa4)]['started'],_0x3ea377=>{const _0x3d0359=_0x451b19;_0x4dd3a4[_0x3d0359(0x112)](_0x3ea377);}),CodeceptJS['event'][_0x451b19(0x100)]['on'](CodeceptJS['event'][_0x451b19(0xa4)][_0x451b19(0xe0)],_0x417c68=>{const _0x4c7447=_0x451b19;_0x4dd3a4[_0x4c7447(0xb7)](_0x417c68);});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a1_0x545a70=a1_0x304b;(function(_0x274f11,_0x7591ff){const _0x346ff3=a1_0x304b,_0x1aae79=_0x274f11();while(!![]){try{const _0x562198=-parseInt(_0x346ff3(0x119))/0x1+-parseInt(_0x346ff3(0x180))/0x2+parseInt(_0x346ff3(0x143))/0x3*(parseInt(_0x346ff3(0x126))/0x4)+parseInt(_0x346ff3(0x140))/0x5+-parseInt(_0x346ff3(0x135))/0x6+-parseInt(_0x346ff3(0x12f))/0x7+parseInt(_0x346ff3(0x19d))/0x8;if(_0x562198===_0x7591ff)break;else _0x1aae79['push'](_0x1aae79['shift']());}catch(_0x16857b){_0x1aae79['push'](_0x1aae79['shift']());}}}(a1_0x2f80,0x53b75));function a1_0x2f80(){const _0x5b69a9=['skipSessionName','util','printBuildLink','BS_A11Y_TEST_RUN_ID','8953456AzZVKQ','xCzfQ','all','run','HPOYt','plugins','root','codecept.json','--config','210353FCmVaV','err','require','../../helpers/logger','sNrjr','title','child_process','createGroupsOfSuites','-cucumber','config','../../helpers/helper','Playwright','exports','44lPQeXX','csJvm','BrowserStackPlugin.js','chromium','env','ItUrK','split','accessibilityOptions','firefox','3698660mYeayI','null','mergeDeep','format','qBPai','playwright-webkit','1233996qHeEws','before','UyKmc','frameworkName','isUndefined','path','Passed\x20:\x20','useW3C','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','cwd','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','256915lkpnTM','helpers','debug','152499IkRwOc','GxpwQ','result','browser','test','now','BrowserStackPlugin','failed','YZcRS','forEach','enabled','BROWSERSTACK_RERUN_TESTS','join','cGwhZ','../../bin/playwright/accessibility-helper','stringify','WebDriver','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','chdir','cRdTU','isTestObservabilitySession','whtPJ','heqdL','chrome','platforms','codeceptjs/lib/index.js','mXLTM','winstonLogger','modifyBrowserStackCaps','launch','dUxew','root_dir_path','accessibility','trim','info','FocQl','WsArW','getFrameworkVersion','HdYXC','../../helpers/test-observability/utils','handleApp','Failed\x20:\x20','stop','../../helpers/test-observability/sessionHandler','NXaMV','playwright-firefox','xVJHk','BROWSERSTACK_TEST_ACCESSIBILITY_YML','log','existsSync','playwright-chromium','slice','assign','false','kwaoh','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','GIoXV','process','webkit','skipSessionStatus','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','884856ZCEzGP','browserName','finalExecution','XTUzD','xvMCB','map','stack','PCkBl','findIndex','zvyah','parallelsPerPlatform','SaBkN','1|5|3|4|0|2','dtNhZ','BROWSERSTACK_RERUN','push','event','vBOST','testObservability','../../helpers/accessibility-automation/helper','codecept.conf.js','printResults','GfjPX','Workers','BROWSERSTACK_TEST_OBSERVABILITY_YML'];a1_0x2f80=function(){return _0x5b69a9;};return a1_0x2f80();}const fs=require('fs'),path=require(a1_0x545a70(0x13a)),util=require(a1_0x545a70(0x19a)),{spawn}=require(a1_0x545a70(0x11f)),process=require(a1_0x545a70(0x17c)),logger=require(a1_0x545a70(0x11c))[a1_0x545a70(0x15e)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a1_0x545a70(0x123)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a1_0x545a70(0x193)),{setAccessibilityCapabilities}=require(a1_0x545a70(0x151)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x545a70(0x123)),CodeceptJS=requireModule(a1_0x545a70(0x15c)),SessionHandler=require(a1_0x545a70(0x16e)),testOpsHelper=require(a1_0x545a70(0x16a)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x21739f,_0x4b88b4)=>{const _0x546fc9=a1_0x545a70,_0x275cb1={};_0x275cb1[_0x546fc9(0x144)]=function(_0x40b48d,_0x41cd0e){return _0x40b48d===_0x41cd0e;},_0x275cb1['NXaMV']=_0x546fc9(0x194),_0x275cb1[_0x546fc9(0x150)]=_0x546fc9(0x1a4);const _0x14d50a=_0x275cb1;let _0x4e93ba=null;const _0x5f1bf5={};let _0x586d1d=_0x4b88b4['findIndex'](_0x5c6114=>_0x5c6114===_0x546fc9(0x1a5));_0x14d50a['GxpwQ'](_0x586d1d,-0x1)&&(_0x586d1d=_0x4b88b4[_0x546fc9(0x188)](_0x3ce7a8=>_0x3ce7a8==='-c'));if(!helper[_0x546fc9(0x139)](_0x21739f[_0x546fc9(0x122)])&&fs['existsSync'](path[_0x546fc9(0x14f)](process[_0x546fc9(0x13e)](),_0x21739f[_0x546fc9(0x122)])))_0x4e93ba=path[_0x546fc9(0x14f)](process['cwd'](),_0x21739f[_0x546fc9(0x122)]),_0x4b88b4[_0x546fc9(0x176)](_0x586d1d,0x2);else{if(!helper[_0x546fc9(0x139)](_0x21739f['c'])&&fs[_0x546fc9(0x174)](path[_0x546fc9(0x14f)](process['cwd'](),_0x21739f['c'])))_0x4e93ba=path['join'](process[_0x546fc9(0x13e)](),_0x21739f['c']),_0x4b88b4[_0x546fc9(0x176)](_0x586d1d,0x2);else{if(fs[_0x546fc9(0x174)](path[_0x546fc9(0x14f)](process['cwd'](),_0x14d50a[_0x546fc9(0x16f)])))_0x4e93ba=path[_0x546fc9(0x14f)](process['cwd'](),_0x14d50a[_0x546fc9(0x16f)]);else fs[_0x546fc9(0x174)](path['join'](process[_0x546fc9(0x13e)](),_0x14d50a[_0x546fc9(0x150)]))&&(_0x4e93ba=path[_0x546fc9(0x14f)](process[_0x546fc9(0x13e)](),_0x14d50a[_0x546fc9(0x150)]));}}return _0x4e93ba;},getO11yRerunPattern=()=>{const _0x38ad79=a1_0x545a70,_0x4d1097={};_0x4d1097[_0x38ad79(0x18b)]=function(_0x69547f,_0x119c2b){return _0x69547f!==_0x119c2b;},_0x4d1097[_0x38ad79(0x133)]=_0x38ad79(0x130);const _0x35bd77=_0x4d1097,_0x443a5e=helper['isTrue'](process['env'][_0x38ad79(0x18e)]);if(_0x443a5e){const _0x17f3ab=process[_0x38ad79(0x12a)][_0x38ad79(0x14e)],_0x12afbf=[];if(_0x35bd77[_0x38ad79(0x18b)](_0x17f3ab,_0x35bd77['qBPai'])&&!helper['isUndefined'](_0x17f3ab)){_0x17f3ab[_0x38ad79(0x12c)](',')[_0x38ad79(0x185)](_0x539ae3=>{const _0x3f6c23=_0x38ad79;_0x12afbf['push']('('+_0x539ae3[_0x3f6c23(0x164)]()+')');});const _0x116e1d='^'+_0x12afbf[_0x38ad79(0x14f)]('|')+'$';return _0x116e1d;}}return null;},a1_0x55ee3d={};a1_0x55ee3d[a1_0x545a70(0x15a)]=a1_0x545a70(0x129),a1_0x55ee3d[a1_0x545a70(0x175)]=a1_0x545a70(0x129),a1_0x55ee3d[a1_0x545a70(0x170)]=a1_0x545a70(0x12e),a1_0x55ee3d[a1_0x545a70(0x134)]=a1_0x545a70(0x17d);function a1_0x304b(_0x2693d4,_0x10d781){const _0x2f80de=a1_0x2f80();return a1_0x304b=function(_0x304b19,_0x4e0e3c){_0x304b19=_0x304b19-0x119;let _0x814ad1=_0x2f80de[_0x304b19];return _0x814ad1;},a1_0x304b(_0x2693d4,_0x10d781);}const pwToCodeceptBrowser=a1_0x55ee3d;async function run(_0x17d965,_0x7acf33){const _0x2658b9=a1_0x545a70,_0x2f019e={'dUxew':'codeceptjs','GIoXV':function(_0x42eb4c,_0x36c383){return _0x42eb4c+_0x36c383;},'dtNhZ':function(_0xbaae40,_0x4f318){return _0xbaae40(_0x4f318);},'kwaoh':function(_0x87ec11,_0x4159d5){return _0x87ec11+_0x4159d5;},'ItUrK':function(_0xc20262,_0x2af658,_0x5e3ba7){return _0xc20262(_0x2af658,_0x5e3ba7);},'FocQl':_0x2658b9(0x122),'YZcRS':_0x2658b9(0x141),'vBOST':function(_0x235c50){return _0x235c50();},'xVJHk':_0x2658b9(0x16c),'cWVio':_0x2658b9(0x13b),'xCzfQ':'Started\x20:\x20','mXLTM':_0x2658b9(0x18c),'WsArW':function(_0xceabb3,_0x8dbc0a){return _0xceabb3(_0x8dbc0a);},'RZHcU':function(_0x4401a4,_0x156b77,_0x5edcd5){return _0x4401a4(_0x156b77,_0x5edcd5);},'xvMCB':function(_0x43b747,_0x2655e1){return _0x43b747(_0x2655e1);},'whtPJ':_0x2658b9(0x13f),'XTUzD':function(_0x338913,_0x3c9f71,_0xfe503d){return _0x338913(_0x3c9f71,_0xfe503d);},'heqdL':_0x2658b9(0x124),'GfjPX':'WebDriver','DVhEZ':function(_0x287a2c,_0x145766,_0x8ff7ec){return _0x287a2c(_0x145766,_0x8ff7ec);},'sNrjr':function(_0x4457d7,_0x17a800){return _0x4457d7!=_0x17a800;},'cbheF':_0x2658b9(0x178),'cRdTU':_0x2658b9(0x1a3),'csJvm':_0x2658b9(0x128),'HPOYt':'browserStackCwd','HdYXC':function(_0x30818b,_0x597d7c){return _0x30818b*_0x597d7c;},'UyKmc':function(_0x4beabd,_0x1f524d,_0x3b3083){return _0x4beabd(_0x1f524d,_0x3b3083);},'PCkBl':'gherkin','zvyah':_0x2658b9(0x121),'BErHn':function(_0x3f0a02){return _0x3f0a02();}},_0x14c854=new BrowserStackSetup(_0x17d965,_0x2f019e[_0x2658b9(0x161)]);await _0x14c854['initialize'](),await helper[_0x2658b9(0x16b)](_0x14c854[_0x2658b9(0x122)]);if(!_0x14c854[_0x2658b9(0x122)])return;const _0x2444e0=_0x2f019e['RZHcU'](getUserCodeceptJSConfigs,_0x17d965,_0x7acf33);let _0x11681b={};_0x2444e0?(logger[_0x2658b9(0x165)](_0x2658b9(0x154)+_0x2444e0),_0x11681b=_0x2f019e[_0x2658b9(0x184)](require,_0x2444e0)):logger[_0x2658b9(0x165)](_0x2f019e[_0x2658b9(0x158)]);let _0x10ca80=![];_0x2f019e[_0x2658b9(0x183)](nestedKeyValue,_0x11681b,[_0x2f019e[_0x2658b9(0x166)],_0x2f019e[_0x2658b9(0x14b)],_0x2f019e[_0x2658b9(0x159)]])&&(_0x10ca80=!![]);const _0xcf5c6e=_0x10ca80?_0x2f019e[_0x2658b9(0x159)]:_0x2f019e[_0x2658b9(0x196)];let _0x29ab2b=!_0x10ca80?helper[_0x2658b9(0x13c)](_0x14c854[_0x2658b9(0x122)]):![];!helper['isUndefined'](_0x14c854[_0x2658b9(0x122)][_0x2658b9(0x12d)])&&(process['env'][_0x2658b9(0x13d)]=JSON[_0x2658b9(0x152)](_0x14c854[_0x2658b9(0x122)][_0x2658b9(0x12d)]));let _0x192e21=_0x14c854[_0x2658b9(0x122)][_0x2658b9(0x163)];_0x192e21=_0x192e21||_0x2f019e[_0x2658b9(0x18d)](checkAccessibilityPlatformConfig,_0x14c854[_0x2658b9(0x122)]),process[_0x2658b9(0x12a)][_0x2658b9(0x172)]=_0x192e21;if(_0x192e21){_0x29ab2b=![];const [_0x23ceec,_0x3631c2]=await _0x2f019e['DVhEZ'](createAccessibilityTestRun,_0x14c854[_0x2658b9(0x122)],_0x2f019e[_0x2658b9(0x161)]);logger['debug'](_0x2658b9(0x17a)+_0x3631c2),process[_0x2658b9(0x12a)]['BS_A11Y_JWT']=_0x23ceec,process[_0x2658b9(0x12a)][_0x2658b9(0x19c)]=_0x3631c2,_0x2f019e['WsArW'](setAccessibilityCapabilities,_0x14c854[_0x2658b9(0x122)]);}_0x2f019e[_0x2658b9(0x11d)](_0x14c854[_0x2658b9(0x122)][_0x2658b9(0x192)],null)?process[_0x2658b9(0x12a)][_0x2658b9(0x198)]=_0x14c854[_0x2658b9(0x122)][_0x2658b9(0x192)]:process[_0x2658b9(0x12a)][_0x2658b9(0x198)]=_0x2f019e['cbheF'];const _0x4d0170={},_0x2a8ea4=[];if(_0x2f019e[_0x2658b9(0x191)](isBrowserstackInfra)){const _0x243596=[];_0x14c854[_0x2658b9(0x122)][_0x2658b9(0x15b)][_0x2658b9(0x14c)]((_0x4a0ec3,_0x4219b8)=>{const _0x668b4=_0x2658b9;_0x29ab2b?_0x243596['push'](helper['modifyBrowserStackW3CCaps'](_0x14c854[_0x668b4(0x122)],_0x2f019e['dUxew'],_0x4219b8)):_0x243596[_0x668b4(0x18f)](helper[_0x668b4(0x15f)](_0x14c854[_0x668b4(0x122)],_0x2f019e['dUxew'],_0x4219b8));}),_0x243596[_0x2658b9(0x14c)](_0x5b169c=>{const _0x586243=_0x2658b9,_0x22c33f=_0x2f019e[_0x586243(0x179)](helper['getPlatformName'](_0x5b169c,'_'),'_'+Date[_0x586243(0x148)]()),_0x20b8c2=((()=>{const _0x3c9bf2=_0x586243;if(_0x10ca80){const _0x2230c0=pwToCodeceptBrowser[_0x5b169c['browserName']]||_0x5b169c[_0x3c9bf2(0x181)];return{'browser':_0x2230c0,[_0x2230c0]:{'browserWSEndpoint':_0x2f019e['GIoXV'](helper['getPlaywrightUrl'](_0x14c854[_0x3c9bf2(0x122)]),_0x2f019e['dtNhZ'](encodeURIComponent,JSON['stringify'](_0x5b169c)))}};}const _0x48c3e3={};return _0x48c3e3['desiredCapabilities']=_0x5b169c,_0x48c3e3;})()),_0x5c581e=_0x2f019e[_0x586243(0x12b)](nestedKeyValue,_0x11681b,[_0x2f019e[_0x586243(0x166)],_0x2f019e['YZcRS'],_0xcf5c6e]);_0x4d0170[_0x22c33f]=_0x5c581e?helper['mergeDeep'](_0x20b8c2,_0x5c581e):_0x20b8c2,!_0x10ca80&&(_0x4d0170[_0x22c33f]['browser']=_0x5b169c[_0x586243(0x181)]||_0x20b8c2[_0x586243(0x146)]),_0x2a8ea4[_0x586243(0x18f)](_0x22c33f);});}else _0x4d0170[_0x2f019e['cRdTU']]=_0x11681b[_0x2658b9(0x122)],_0x2a8ea4[_0x2658b9(0x18f)](_0x2f019e[_0x2658b9(0x156)]);const _0x1ffb79={};_0x1ffb79['testConfig']=_0x2444e0;const _0x310358=_0x1ffb79,_0x16636f=path[_0x2658b9(0x14f)](__dirname,_0x2f019e[_0x2658b9(0x127)]),_0x3f857f=process[_0x2658b9(0x13e)]();process['env'][_0x2f019e[_0x2658b9(0x1a1)]]=_0x3f857f,process[_0x2658b9(0x155)](path['dirname'](_0x2444e0));const _0x225074=new CodeceptJS[(_0x2658b9(0x197))](null,_0x310358),_0x2ee2ed=_0x225074[_0x2658b9(0x120)](_0x2f019e[_0x2658b9(0x169)](_0x14c854['config'][_0x2658b9(0x18a)],_0x14c854[_0x2658b9(0x122)][_0x2658b9(0x15b)]['length'])),_0x2f3e32=testOpsHelper[_0x2658b9(0x157)](),_0x36a353=_0x2f019e[_0x2658b9(0x17b)](_0x2f019e[_0x2658b9(0x161)],_0x2f019e[_0x2658b9(0x137)](nestedKeyValue,_0x11681b,[_0x2f019e['FocQl'],_0x2f019e[_0x2658b9(0x187)]])?_0x2f019e[_0x2658b9(0x189)]:''),_0x5675ec=_0x2a8ea4[_0x2658b9(0x185)](_0x27f266=>{const _0x1faff4=_0x2658b9,_0x3386d1={};_0x3386d1[_0x1faff4(0x124)]=_0x4d0170[_0x27f266];const _0x2fc268={};_0x2fc268[_0x1faff4(0x153)]=_0x4d0170[_0x27f266];const _0x3fe363=_0x10ca80?_0x3386d1:_0x2fc268,_0x32587b=_0x2f019e[_0x1faff4(0x191)](getO11yRerunPattern),_0x23566c={};_0x23566c[_0x1faff4(0x141)]=_0x3fe363;const _0x380aa4={};_0x380aa4[_0x1faff4(0x11b)]=_0x16636f,_0x380aa4[_0x1faff4(0x14d)]=!![],_0x380aa4[_0x1faff4(0x199)]=_0x14c854['config']['testContextOptions'][_0x1faff4(0x199)],_0x380aa4['skipSessionStatus']=_0x14c854[_0x1faff4(0x122)]['testContextOptions'][_0x1faff4(0x17e)],_0x380aa4[_0x1faff4(0x192)]=_0x2f3e32,_0x380aa4[_0x1faff4(0x138)]=_0x36a353;const _0x3d4104={};_0x3d4104[_0x1faff4(0x149)]=_0x380aa4;const _0x2b1f02={};return _0x2b1f02[_0x1faff4(0x1a2)]=_0x3d4104,helper[_0x1faff4(0x131)]({},_0x11681b[_0x1faff4(0x122)],_0x2f019e[_0x1faff4(0x191)](isBrowserstackInfra)?_0x23566c:{},_0x32587b?{'grep':_0x32587b}:{},_0x2b1f02);});if(_0x2f3e32){const _0x4a09be={};_0x4a09be[_0x2658b9(0x162)]='',await SessionHandler[_0x2658b9(0x160)](Object[_0x2658b9(0x177)]({},_0x14c854[_0x2658b9(0x122)],_0x4a09be),{'frameworkName':_0x36a353,'frameworkVersion':testOpsHelper[_0x2658b9(0x168)](_0x2f019e[_0x2658b9(0x161)])});}for(const _0x58fdda of _0x5675ec){for(const _0x15478d of _0x2ee2ed){const _0x171567=_0x225074['spawn']();_0x171567['addTests'](_0x15478d),_0x171567['addConfig'](_0x58fdda);}}_0x225074['on'](CodeceptJS[_0x2658b9(0x190)][_0x2658b9(0x147)][_0x2658b9(0x14a)],(_0x4458ce,_0x42dee)=>{const _0x4c1686=_0x2658b9;console['log'](_0x2f019e[_0x4c1686(0x171)],_0x4458ce[_0x4c1686(0x11e)]);const _0x4ea0cd={[_0x4458ce[_0x4c1686(0x11e)]]:_0x4458ce[_0x4c1686(0x11a)][_0x4c1686(0x186)]};_testErrorData[_0x4c1686(0x18f)](_0x4ea0cd);}),_0x225074['on'](CodeceptJS[_0x2658b9(0x190)]['test']['passed'],async _0x288ccf=>{const _0x8118b5=_0x2658b9;console[_0x8118b5(0x173)](_0x2f019e['cWVio'],_0x288ccf[_0x8118b5(0x11e)]);}),_0x225074['on'](CodeceptJS['event'][_0x2658b9(0x147)][_0x2658b9(0x136)],async _0x273cc7=>{const _0x5019cb=_0x2658b9;console[_0x5019cb(0x173)](_0x2f019e[_0x5019cb(0x19e)],_0x273cc7[_0x5019cb(0x11e)]);}),_0x225074['on'](CodeceptJS['event'][_0x2658b9(0x19f)][_0x2658b9(0x145)],async()=>{const _0xae865f=_0x2658b9,_0x4f8fb3=_0x2f019e[_0xae865f(0x15d)][_0xae865f(0x12c)]('|');let _0x87d7e5=0x0;while(!![]){switch(_0x4f8fb3[_0x87d7e5++]){case'0':if(_0x2f3e32)try{await SessionHandler[_0xae865f(0x16d)]();}catch(_0x9392){logger[_0xae865f(0x142)](_0xae865f(0x17f)+util[_0xae865f(0x132)](_0x9392));}continue;case'1':_0x14c854['errorMessage']=_testErrorData;continue;case'2':_0x225074[_0xae865f(0x195)]();continue;case'3':testOpsHelper[_0xae865f(0x19b)]();continue;case'4':helper[_0xae865f(0x182)](_0x14c854);continue;case'5':_0x192e21&&await _0x2f019e[_0xae865f(0x167)](stopAccessibilityTestRun,_0x14c854['config']);continue;}break;}});async function _0x1cafa7(){const _0x43c90d=_0x2658b9;try{await _0x225074['bootstrapAll'](),await _0x225074[_0x43c90d(0x1a0)]();}finally{process['chdir'](_0x3f857f),await _0x225074['teardownAll']();}}_0x2f019e['BErHn'](_0x1cafa7);}module[a1_0x545a70(0x125)]=run;
2
+ 'use strict';const a1_0x1861aa=a1_0x2973;(function(_0x208706,_0xbd95b6){const _0x4a5564=a1_0x2973,_0x5728eb=_0x208706();while(!![]){try{const _0x39cf1b=parseInt(_0x4a5564(0x1aa))/0x1*(-parseInt(_0x4a5564(0x1e8))/0x2)+parseInt(_0x4a5564(0x1c6))/0x3+-parseInt(_0x4a5564(0x1c3))/0x4+-parseInt(_0x4a5564(0x1a3))/0x5+-parseInt(_0x4a5564(0x1ed))/0x6+-parseInt(_0x4a5564(0x1e1))/0x7+parseInt(_0x4a5564(0x198))/0x8*(parseInt(_0x4a5564(0x1b8))/0x9);if(_0x39cf1b===_0xbd95b6)break;else _0x5728eb['push'](_0x5728eb['shift']());}catch(_0x566c64){_0x5728eb['push'](_0x5728eb['shift']());}}}(a1_0x4533,0x7780b));function a1_0x4533(){const _0x4941ee=['isUndefined','6472984usuPmt','3|0|5|2|1|4','testContextOptions','all','cwd','webkit','existsSync','34IFntSb','yJGID','title','lJoPy','BROWSERSTACK_RERUN_TESTS','3040374NPcHTV','push','codecept.json','debug','assign','accessibility','getPlaywrightUrl','utnDa','exports','OmyEt','slice','zgWiw','../../helpers/accessibility-automation/helper','Failed\x20:\x20','BROWSERSTACK_RERUN','isTestObservabilitySession','length','passed','BrowserStackPlugin.js','vTrWu','utedm','stop','handleApp','stringify','EzKpM','codecept.conf.js','browser','rnVCW','config','DbvEA','Playwright','eXCGv','frameworkName','forEach','../../helpers/BrowserStackSetup','alQUx','chromium','platforms','now','testConfig','BROWSERSTACK_TEST_ACCESSIBILITY_YML','skipSessionStatus','event','-cucumber','playwright-chromium','vMWJx','POBEx','BrowserStackPlugin','testObservability','addTests','errorMessage','desiredCapabilities','modifyBrowserStackW3CCaps','child_process','BROWSERSTACK_TEST_OBSERVABILITY_YML','playwright-firefox','stack','finalExecution','false','chdir','hzXtA','createGroupsOfSuites','../../helpers/helper','../../helpers/test-observability/utils','cCHZx','24662408iupscX','helpers','accessibilityOptions','../../helpers/logger','--config','kZDZA','map','err','format','zJtWe','NQHSV','3634665LQBmMv','printResults','before','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','BS_A11Y_JWT','getFrameworkVersion','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','22981PhsROL','BYkqA','gherkin','util','../../helpers/test-observability/sessionHandler','codeceptjs/lib/index.js','split','isTrue','getPlatformName','launch','printBuildLink','modifyBrowserStackCaps','LguOD','XRYYd','9MtXwdG','initialize','process','join','Yzezi','winstonLogger','Ncssb','Started\x20:\x20','env','browserName','fXTiV','3110100rcaREn','MaFUa','VaXWe','2199774OxrUqC','codeceptjs','WebDriver','mergeDeep','browserStackCwd','BPMha','info','findIndex','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','eiBcq','root','null','klOkA','result','HeNmZ','parallelsPerPlatform','skipSessionName','require','test','run','failed','log','rtGbX','NgpDs','fNYSb','UHiyY'];a1_0x4533=function(){return _0x4941ee;};return a1_0x4533();}function a1_0x2973(_0x747231,_0x173cee){const _0x4533d4=a1_0x4533();return a1_0x2973=function(_0x2973c4,_0x5b5db2){_0x2973c4=_0x2973c4-0x18a;let _0x5b9ade=_0x4533d4[_0x2973c4];return _0x5b9ade;},a1_0x2973(_0x747231,_0x173cee);}const fs=require('fs'),path=require('path'),util=require(a1_0x1861aa(0x1ad)),{spawn}=require(a1_0x1861aa(0x18c)),process=require(a1_0x1861aa(0x1ba)),logger=require(a1_0x1861aa(0x19b))[a1_0x1861aa(0x1bd)],{default:BrowserStackSetup}=require(a1_0x1861aa(0x20f)),helper=require(a1_0x1861aa(0x195)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a1_0x1861aa(0x1f9)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x1861aa(0x195)),CodeceptJS=requireModule(a1_0x1861aa(0x1af)),SessionHandler=require(a1_0x1861aa(0x1ae)),testOpsHelper=require(a1_0x1861aa(0x196)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2ae4d1,_0x588fde)=>{const _0x35c80b=a1_0x1861aa,_0x5660a6={};_0x5660a6[_0x35c80b(0x1eb)]=function(_0x570cec,_0x47dc9d){return _0x570cec===_0x47dc9d;},_0x5660a6['Ncssb']=_0x35c80b(0x206),_0x5660a6['cCHZx']=_0x35c80b(0x1ef);const _0x594b40=_0x5660a6;let _0x5d507d=null;const _0x190757={};let _0x552ec8=_0x588fde['findIndex'](_0x3a090f=>_0x3a090f===_0x35c80b(0x19c));_0x594b40[_0x35c80b(0x1eb)](_0x552ec8,-0x1)&&(_0x552ec8=_0x588fde[_0x35c80b(0x1cd)](_0x2f3b58=>_0x2f3b58==='-c'));if(!helper[_0x35c80b(0x1e0)](_0x2ae4d1[_0x35c80b(0x209)])&&fs[_0x35c80b(0x1e7)](path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x2ae4d1[_0x35c80b(0x209)])))_0x5d507d=path['join'](process[_0x35c80b(0x1e5)](),_0x2ae4d1[_0x35c80b(0x209)]),_0x588fde[_0x35c80b(0x1f7)](_0x552ec8,0x2);else{if(!helper[_0x35c80b(0x1e0)](_0x2ae4d1['c'])&&fs[_0x35c80b(0x1e7)](path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x2ae4d1['c'])))_0x5d507d=path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x2ae4d1['c']),_0x588fde['slice'](_0x552ec8,0x2);else{if(fs[_0x35c80b(0x1e7)](path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x594b40[_0x35c80b(0x1be)])))_0x5d507d=path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x594b40[_0x35c80b(0x1be)]);else fs[_0x35c80b(0x1e7)](path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x594b40[_0x35c80b(0x197)]))&&(_0x5d507d=path[_0x35c80b(0x1bb)](process['cwd'](),_0x594b40[_0x35c80b(0x197)]));}}return _0x5d507d;},getO11yRerunPattern=()=>{const _0x14f1dc=a1_0x1861aa,_0x1bb749={};_0x1bb749[_0x14f1dc(0x1a1)]=function(_0x425e66,_0x2c91ea){return _0x425e66!==_0x2c91ea;},_0x1bb749[_0x14f1dc(0x1c4)]=_0x14f1dc(0x1d1);const _0xbff67e=_0x1bb749,_0x4636ff=helper[_0x14f1dc(0x1b1)](process[_0x14f1dc(0x1c0)][_0x14f1dc(0x1fb)]);if(_0x4636ff){const _0x2874c4=process[_0x14f1dc(0x1c0)][_0x14f1dc(0x1ec)],_0xd50a9d=[];if(_0xbff67e['zJtWe'](_0x2874c4,_0xbff67e[_0x14f1dc(0x1c4)])&&!helper[_0x14f1dc(0x1e0)](_0x2874c4)){_0x2874c4[_0x14f1dc(0x1b0)](',')[_0x14f1dc(0x19e)](_0x492a4e=>{const _0x126d90=_0x14f1dc;_0xd50a9d[_0x126d90(0x1ee)]('('+_0x492a4e['trim']()+')');});const _0x20adea='^'+_0xd50a9d[_0x14f1dc(0x1bb)]('|')+'$';return _0x20adea;}}return null;},a1_0x373568={};a1_0x373568['chrome']=a1_0x1861aa(0x211),a1_0x373568[a1_0x1861aa(0x219)]=a1_0x1861aa(0x211),a1_0x373568[a1_0x1861aa(0x18e)]='firefox',a1_0x373568['playwright-webkit']=a1_0x1861aa(0x1e6);const pwToCodeceptBrowser=a1_0x373568;async function run(_0x1d68d7,_0x4fc113){const _0x2cd128=a1_0x1861aa,_0x5e1a66={'fXTiV':_0x2cd128(0x1c7),'EzKpM':function(_0x24723e,_0x157c2f){return _0x24723e+_0x157c2f;},'XRYYd':function(_0x5f5d2b,_0x152247){return _0x5f5d2b(_0x152247);},'VaXWe':function(_0x373e88,_0x2fee39,_0x4ea6db){return _0x373e88(_0x2fee39,_0x4ea6db);},'utedm':_0x2cd128(0x209),'vTrWu':_0x2cd128(0x199),'POBEx':function(_0x5089b6){return _0x5089b6();},'hzXtA':function(_0x1f9dea){return _0x1f9dea();},'Yzezi':_0x2cd128(0x1fa),'kZDZA':'Passed\x20:\x20','NQHSV':_0x2cd128(0x1bf),'eiBcq':_0x2cd128(0x1e2),'NgpDs':function(_0x493723,_0x1ae45d){return _0x493723(_0x1ae45d);},'OmyEt':function(_0x1cc77f,_0x1e9dc3){return _0x1cc77f(_0x1e9dc3);},'RbjSj':_0x2cd128(0x1a6),'HeNmZ':function(_0xb99a22,_0x41d29e,_0x42c6c1){return _0xb99a22(_0x41d29e,_0x42c6c1);},'zgWiw':_0x2cd128(0x20b),'yJGID':_0x2cd128(0x1c8),'vMWJx':function(_0x3d773c,_0x3d723d){return _0x3d773c(_0x3d723d);},'BDxwt':function(_0xfc8ce5,_0x231a0e){return _0xfc8ce5!=_0x231a0e;},'alQUx':_0x2cd128(0x191),'rnVCW':function(_0x3615a3){return _0x3615a3();},'eXCGv':_0x2cd128(0x1d0),'DbvEA':_0x2cd128(0x1ff),'fNYSb':_0x2cd128(0x1ca),'klOkA':function(_0x1a4944,_0x300904){return _0x1a4944*_0x300904;},'rtGbX':function(_0x1041a8,_0x3cdafb,_0x6b93c1){return _0x1041a8(_0x3cdafb,_0x6b93c1);},'BYkqA':_0x2cd128(0x1ac),'LguOD':_0x2cd128(0x218),'UHiyY':function(_0x308c33){return _0x308c33();}},_0x52ae04=new BrowserStackSetup(_0x1d68d7,_0x5e1a66[_0x2cd128(0x1c2)]);await _0x52ae04[_0x2cd128(0x1b9)](),await helper[_0x2cd128(0x203)](_0x52ae04['config']);if(!_0x52ae04['config'])return;const _0x3a30d6=_0x5e1a66[_0x2cd128(0x1c5)](getUserCodeceptJSConfigs,_0x1d68d7,_0x4fc113);let _0x5d730b={};_0x3a30d6?(logger[_0x2cd128(0x1cc)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x3a30d6),_0x5d730b=_0x5e1a66[_0x2cd128(0x1f6)](require,_0x3a30d6)):logger['info'](_0x5e1a66['RbjSj']);let _0x59e7e4=![];_0x5e1a66[_0x2cd128(0x1d4)](nestedKeyValue,_0x5d730b,[_0x5e1a66[_0x2cd128(0x201)],_0x5e1a66[_0x2cd128(0x200)],_0x5e1a66['zgWiw']])&&(_0x59e7e4=!![]);const _0xe515d0=_0x59e7e4?_0x5e1a66[_0x2cd128(0x1f8)]:_0x5e1a66[_0x2cd128(0x1e9)];let _0x381386=!_0x59e7e4?helper['useW3C'](_0x52ae04[_0x2cd128(0x209)]):![];!helper[_0x2cd128(0x1e0)](_0x52ae04['config'][_0x2cd128(0x19a)])&&(process[_0x2cd128(0x1c0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2cd128(0x204)](_0x52ae04[_0x2cd128(0x209)][_0x2cd128(0x19a)]));let _0x2a7583=_0x52ae04['config'][_0x2cd128(0x1f2)];_0x2a7583=_0x2a7583||_0x5e1a66[_0x2cd128(0x21a)](checkAccessibilityPlatformConfig,_0x52ae04['config']),process['env'][_0x2cd128(0x215)]=_0x2a7583;if(_0x2a7583){_0x381386=![];const [_0x6f902f,_0xff033c]=await _0x5e1a66[_0x2cd128(0x1d4)](createAccessibilityTestRun,_0x52ae04['config'],_0x5e1a66['fXTiV']);logger[_0x2cd128(0x1f0)](_0x2cd128(0x1ce)+_0xff033c),process[_0x2cd128(0x1c0)][_0x2cd128(0x1a7)]=_0x6f902f,process['env']['BS_A11Y_TEST_RUN_ID']=_0xff033c,_0x5e1a66[_0x2cd128(0x1dd)](setAccessibilityCapabilities,_0x52ae04[_0x2cd128(0x209)]);}_0x5e1a66['BDxwt'](_0x52ae04[_0x2cd128(0x209)][_0x2cd128(0x21d)],null)?process[_0x2cd128(0x1c0)][_0x2cd128(0x18d)]=_0x52ae04['config'][_0x2cd128(0x21d)]:process[_0x2cd128(0x1c0)][_0x2cd128(0x18d)]=_0x5e1a66[_0x2cd128(0x210)];const _0x49297a={},_0x45e026=[];if(_0x5e1a66[_0x2cd128(0x208)](isBrowserstackInfra)){const _0x22a363=[];_0x52ae04['config'][_0x2cd128(0x212)][_0x2cd128(0x20e)]((_0x2859d6,_0x45a078)=>{const _0x456747=_0x2cd128;_0x381386?_0x22a363['push'](helper[_0x456747(0x18b)](_0x52ae04[_0x456747(0x209)],_0x5e1a66[_0x456747(0x1c2)],_0x45a078)):_0x22a363[_0x456747(0x1ee)](helper[_0x456747(0x1b5)](_0x52ae04['config'],_0x5e1a66[_0x456747(0x1c2)],_0x45a078));}),_0x22a363[_0x2cd128(0x20e)](_0x56df5c=>{const _0x3edf43=_0x2cd128,_0x3d57da={'BPMha':function(_0x4a9fe3,_0x20b445){return _0x5e1a66['EzKpM'](_0x4a9fe3,_0x20b445);},'utnDa':function(_0x2d3599,_0x35eca8){const _0x5da5d9=a1_0x2973;return _0x5e1a66[_0x5da5d9(0x1b7)](_0x2d3599,_0x35eca8);}},_0x4d233c=_0x5e1a66[_0x3edf43(0x205)](helper[_0x3edf43(0x1b2)](_0x56df5c,'_'),'_'+Date[_0x3edf43(0x213)]()),_0x1b58a8=((()=>{const _0x4ea50a=_0x3edf43;if(_0x59e7e4){const _0xb006a0=pwToCodeceptBrowser[_0x56df5c[_0x4ea50a(0x1c1)]]||_0x56df5c['browserName'];return{'browser':_0xb006a0,[_0xb006a0]:{'browserWSEndpoint':_0x3d57da[_0x4ea50a(0x1cb)](helper[_0x4ea50a(0x1f3)](_0x52ae04[_0x4ea50a(0x209)]),_0x3d57da[_0x4ea50a(0x1f4)](encodeURIComponent,JSON['stringify'](_0x56df5c)))}};}const _0x12e64f={};return _0x12e64f[_0x4ea50a(0x18a)]=_0x56df5c,_0x12e64f;})()),_0x631227=_0x5e1a66['VaXWe'](nestedKeyValue,_0x5d730b,[_0x5e1a66[_0x3edf43(0x201)],_0x5e1a66[_0x3edf43(0x200)],_0xe515d0]);_0x49297a[_0x4d233c]=_0x631227?helper['mergeDeep'](_0x1b58a8,_0x631227):_0x1b58a8,!_0x59e7e4&&(_0x49297a[_0x4d233c]['browser']=_0x56df5c['browserName']||_0x1b58a8[_0x3edf43(0x207)]),_0x45e026[_0x3edf43(0x1ee)](_0x4d233c);});}else _0x49297a[_0x5e1a66[_0x2cd128(0x20c)]]=_0x5d730b[_0x2cd128(0x209)],_0x45e026[_0x2cd128(0x1ee)](_0x5e1a66[_0x2cd128(0x20c)]);const _0x1485d9={};_0x1485d9[_0x2cd128(0x214)]=_0x3a30d6;const _0xb02630=_0x1485d9,_0x3d5227=path['join'](__dirname,_0x5e1a66[_0x2cd128(0x20a)]),_0x4f0de5=process['cwd']();process['env'][_0x5e1a66[_0x2cd128(0x1de)]]=_0x4f0de5,process[_0x2cd128(0x192)](path['dirname'](_0x3a30d6));const _0x113f39=new CodeceptJS['Workers'](null,_0xb02630),_0x5c57d0=_0x113f39[_0x2cd128(0x194)](_0x5e1a66[_0x2cd128(0x1d2)](_0x52ae04[_0x2cd128(0x209)][_0x2cd128(0x1d5)],_0x52ae04['config'][_0x2cd128(0x212)][_0x2cd128(0x1fd)])),_0x5b2a10=testOpsHelper[_0x2cd128(0x1fc)](),_0xa98ad5=_0x5e1a66['EzKpM'](_0x5e1a66[_0x2cd128(0x1c2)],_0x5e1a66[_0x2cd128(0x1dc)](nestedKeyValue,_0x5d730b,[_0x5e1a66['utedm'],_0x5e1a66[_0x2cd128(0x1ab)]])?_0x5e1a66[_0x2cd128(0x1b6)]:''),_0x406b0e=_0x45e026['map'](_0x34567c=>{const _0x5d683a=_0x2cd128,_0x2f8b3f={};_0x2f8b3f['Playwright']=_0x49297a[_0x34567c];const _0x41e495={};_0x41e495[_0x5d683a(0x1c8)]=_0x49297a[_0x34567c];const _0x4cf879=_0x59e7e4?_0x2f8b3f:_0x41e495,_0x3f3165=_0x5e1a66[_0x5d683a(0x21b)](getO11yRerunPattern),_0x1e0034={};_0x1e0034[_0x5d683a(0x199)]=_0x4cf879;const _0x2258b7={};_0x2258b7[_0x5d683a(0x1d7)]=_0x3d5227,_0x2258b7['enabled']=!![],_0x2258b7[_0x5d683a(0x1d6)]=_0x52ae04['config'][_0x5d683a(0x1e3)][_0x5d683a(0x1d6)],_0x2258b7[_0x5d683a(0x216)]=_0x52ae04[_0x5d683a(0x209)][_0x5d683a(0x1e3)][_0x5d683a(0x216)],_0x2258b7[_0x5d683a(0x21d)]=_0x5b2a10,_0x2258b7[_0x5d683a(0x20d)]=_0xa98ad5;const _0x3c4be3={};_0x3c4be3[_0x5d683a(0x21c)]=_0x2258b7;const _0x2f0e82={};return _0x2f0e82['plugins']=_0x3c4be3,helper[_0x5d683a(0x1c9)]({},_0x5d730b[_0x5d683a(0x209)],_0x5e1a66[_0x5d683a(0x193)](isBrowserstackInfra)?_0x1e0034:{},_0x3f3165?{'grep':_0x3f3165}:{},_0x2f0e82);});if(_0x5b2a10){const _0x216c29={};_0x216c29['root_dir_path']='',await SessionHandler[_0x2cd128(0x1b3)](Object[_0x2cd128(0x1f1)]({},_0x52ae04[_0x2cd128(0x209)],_0x216c29),{'frameworkName':_0xa98ad5,'frameworkVersion':testOpsHelper[_0x2cd128(0x1a8)](_0x5e1a66[_0x2cd128(0x1c2)])});}for(const _0x38f8b1 of _0x406b0e){for(const _0x284633 of _0x5c57d0){const _0x3e897e=_0x113f39['spawn']();_0x3e897e[_0x2cd128(0x21e)](_0x284633),_0x3e897e['addConfig'](_0x38f8b1);}}_0x113f39['on'](CodeceptJS[_0x2cd128(0x217)][_0x2cd128(0x1d8)][_0x2cd128(0x1da)],(_0x1068d8,_0x4ef148)=>{const _0xceaa39=_0x2cd128;console[_0xceaa39(0x1db)](_0x5e1a66[_0xceaa39(0x1bc)],_0x1068d8['title']);const _0x19216c={[_0x1068d8[_0xceaa39(0x1ea)]]:_0x1068d8[_0xceaa39(0x19f)][_0xceaa39(0x18f)]};_testErrorData[_0xceaa39(0x1ee)](_0x19216c);}),_0x113f39['on'](CodeceptJS[_0x2cd128(0x217)][_0x2cd128(0x1d8)][_0x2cd128(0x1fe)],async _0x5040b1=>{const _0x6c311c=_0x2cd128;console[_0x6c311c(0x1db)](_0x5e1a66[_0x6c311c(0x19d)],_0x5040b1[_0x6c311c(0x1ea)]);}),_0x113f39['on'](CodeceptJS['event'][_0x2cd128(0x1d8)][_0x2cd128(0x1a5)],async _0x5786a2=>{const _0x26f374=_0x2cd128;console[_0x26f374(0x1db)](_0x5e1a66[_0x26f374(0x1a2)],_0x5786a2[_0x26f374(0x1ea)]);}),_0x113f39['on'](CodeceptJS[_0x2cd128(0x217)][_0x2cd128(0x1e4)][_0x2cd128(0x1d3)],async()=>{const _0x240df1=_0x2cd128,_0x4a7c22=_0x5e1a66[_0x240df1(0x1cf)][_0x240df1(0x1b0)]('|');let _0x507878=0x0;while(!![]){switch(_0x4a7c22[_0x507878++]){case'0':_0x2a7583&&await _0x5e1a66[_0x240df1(0x1dd)](stopAccessibilityTestRun,_0x52ae04['config']);continue;case'1':if(_0x5b2a10)try{await SessionHandler[_0x240df1(0x202)]();}catch(_0x11f555){logger['debug'](_0x240df1(0x1a9)+util[_0x240df1(0x1a0)](_0x11f555));}continue;case'2':helper[_0x240df1(0x190)](_0x52ae04);continue;case'3':_0x52ae04[_0x240df1(0x21f)]=_testErrorData;continue;case'4':_0x113f39[_0x240df1(0x1a4)]();continue;case'5':testOpsHelper[_0x240df1(0x1b4)]();continue;}break;}});async function _0x596ff9(){const _0x46ab51=_0x2cd128;try{await _0x113f39['bootstrapAll'](),await _0x113f39[_0x46ab51(0x1d9)]();}finally{process[_0x46ab51(0x192)](_0x4f0de5),await _0x113f39['teardownAll']();}}_0x5e1a66[_0x2cd128(0x1df)](_0x596ff9);}module[a1_0x1861aa(0x1f5)]=run;
@@ -1 +1 @@
1
- const a2_0x29f6fc=a2_0x4a41;function a2_0x4a41(_0x5af142,_0xad42de){const _0x381df8=a2_0x381d();return a2_0x4a41=function(_0x4a4173,_0x4409fd){_0x4a4173=_0x4a4173-0xdd;let _0x3795bb=_0x381df8[_0x4a4173];return _0x3795bb;},a2_0x4a41(_0x5af142,_0xad42de);}(function(_0x1ee7e8,_0x141e31){const _0x33ea49=a2_0x4a41,_0x169ec9=_0x1ee7e8();while(!![]){try{const _0x425c71=-parseInt(_0x33ea49(0x11f))/0x1+-parseInt(_0x33ea49(0xe7))/0x2+-parseInt(_0x33ea49(0x119))/0x3*(-parseInt(_0x33ea49(0x100))/0x4)+-parseInt(_0x33ea49(0xe2))/0x5+-parseInt(_0x33ea49(0x11e))/0x6+-parseInt(_0x33ea49(0xe6))/0x7*(parseInt(_0x33ea49(0xeb))/0x8)+parseInt(_0x33ea49(0xdd))/0x9;if(_0x425c71===_0x141e31)break;else _0x169ec9['push'](_0x169ec9['shift']());}catch(_0x25bd02){_0x169ec9['push'](_0x169ec9['shift']());}}}(a2_0x381d,0x59ebc));const {isUndefined,nestedKeyValue}=require(a2_0x29f6fc(0x11a)),logger=require(a2_0x29f6fc(0xf6))[a2_0x29f6fc(0xf1)],PlaywrightSessionDetails=require(a2_0x29f6fc(0x121)),{isAccessibilityAutomationSession}=require(a2_0x29f6fc(0xf7)),getOSVersionFromCaps=_0x3a3b43=>{const _0x1f7f37=a2_0x29f6fc,_0x33caf7={};_0x33caf7[_0x1f7f37(0xf2)]=_0x1f7f37(0x111),_0x33caf7[_0x1f7f37(0x107)]='platformVersion',_0x33caf7[_0x1f7f37(0x12b)]=_0x1f7f37(0x123),_0x33caf7[_0x1f7f37(0xe1)]=_0x1f7f37(0xf5),_0x33caf7[_0x1f7f37(0x10a)]='os_version';const _0x27af23=_0x33caf7;if(!_0x3a3b43)return null;const _0x12623c=_0x3a3b43[_0x27af23[_0x1f7f37(0xf2)]],_0x4fcb17=[_0x27af23['yzwBp'],_0x27af23[_0x1f7f37(0x12b)],_0x27af23['gfPGs'],_0x27af23[_0x1f7f37(0x10a)]];for(const _0x5db380 of _0x4fcb17){if(_0x12623c&&_0x12623c[_0x5db380])return _0x12623c[_0x5db380];else{if(_0x3a3b43[_0x5db380])return _0x3a3b43[_0x5db380];}}return null;};exports[a2_0x29f6fc(0xfc)]=_0x2809bd=>{const _0x253d16=a2_0x29f6fc,_0x866c17={'LUbPA':_0x253d16(0xfe),'ofyzU':function(_0x21905a,_0x3f6454){return _0x21905a===_0x3f6454;},'vGaTx':'WebDriver','LEoiK':function(_0x4ed596,_0x377e1c){return _0x4ed596(_0x377e1c);},'sztyJ':function(_0x471c66,_0x109d3d,_0x2cc696){return _0x471c66(_0x109d3d,_0x2cc696);},'kRFNT':_0x253d16(0x113),'swIno':'desiredCapabilities','GcUOl':function(_0x1df01b,_0x504d57){return _0x1df01b===_0x504d57;},'bNjZO':_0x253d16(0x11c),'gXQrP':_0x253d16(0x11d),'NEDZv':_0x253d16(0xe0),'PelKl':_0x253d16(0x122),'fidxz':_0x253d16(0xfb),'gMYQf':'Playwright','oIyfv':'browser','fgNwG':'browserWSEndpoint','KDhaC':_0x253d16(0x103)};if(!_0x2809bd)return null;let _0x5a8164=global[_0x253d16(0xf0)]||_0x866c17['LUbPA'];if(_0x866c17[_0x253d16(0xec)](_0x2809bd[_0x253d16(0xfa)][_0x253d16(0x124)],_0x866c17[_0x253d16(0xf9)])){const _0x19e180=_0x2809bd[_0x253d16(0xff)];if(!_0x19e180)return null;const _0x1215bb=_0x19e180[_0x253d16(0x108)],_0x2a3761=_0x866c17['LEoiK'](getOSVersionFromCaps,_0x866c17[_0x253d16(0xe4)](nestedKeyValue,_0x2809bd,[_0x866c17[_0x253d16(0x129)],_0x866c17['swIno']]));return{[_0x5a8164]:{'browser':_0x1215bb[_0x253d16(0xde)],'browser_version':_0x1215bb['browserVersion'],'capabilities':_0x1215bb,'platform':_0x1215bb[_0x253d16(0x10e)],'platform_version':_0x1215bb['platformVersion']||_0x2a3761,'product':_0x866c17[_0x253d16(0xea)](global[_0x253d16(0xf0)],_0x866c17['bNjZO'])?_0x1215bb[_0x866c17[_0x253d16(0x114)]]||_0x1215bb[_0x866c17[_0x253d16(0x128)]]?_0x866c17[_0x253d16(0x10f)]:_0x866c17['fidxz']:null,'session_id':_0x19e180['sessionId']}};}else{if(_0x866c17[_0x253d16(0xec)](_0x2809bd[_0x253d16(0xfa)][_0x253d16(0x124)],_0x866c17[_0x253d16(0x105)])){const _0x23b630=PlaywrightSessionDetails[_0x253d16(0x112)]();_0x5a8164=_0x23b630[_0x253d16(0x101)]||_0x5a8164;const _0x22c696=_0x866c17[_0x253d16(0xe4)](nestedKeyValue,_0x2809bd,[_0x866c17[_0x253d16(0x129)],_0x866c17[_0x253d16(0x11b)],_0x866c17[_0x253d16(0x10c)]]),_0x35c955=_0x22c696?JSON['parse'](new URL(_0x22c696)[_0x253d16(0x12c)][_0x253d16(0x115)](_0x866c17[_0x253d16(0xe3)])):{};return{[_0x5a8164]:{'browser':_0x23b630['browser']||_0x35c955['browserName'],'browser_version':_0x23b630[_0x253d16(0xfd)]||_0x35c955[_0x253d16(0xfd)],'capabilities':_0x35c955,'platform':_0x23b630[_0x253d16(0xf4)],'platform_version':_0x23b630[_0x253d16(0x123)],'product':_0x866c17[_0x253d16(0xea)](global[_0x253d16(0xf0)],_0x866c17['bNjZO'])?_0x35c955[_0x866c17[_0x253d16(0x114)]]||_0x35c955[_0x866c17[_0x253d16(0x128)]]?_0x866c17['PelKl']:_0x866c17[_0x253d16(0x118)]:null,'session_id':_0x23b630[_0x253d16(0x110)]}};}}},exports['processWebDriverConfig']=_0x55129c=>{const _0xda7a03=a2_0x29f6fc,_0x1f6e1d={'uorTp':function(_0x381f6a){return _0x381f6a();},'PQMFz':function(_0x18f108,_0x39683d){return _0x18f108===_0x39683d;},'tAANa':_0xda7a03(0x10d),'xCZnY':function(_0x424468,_0x2b7462){return _0x424468>_0x2b7462;},'VGsHp':function(_0x3c14ad,_0x2933d4){return _0x3c14ad(_0x2933d4);},'KKtLI':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','SPoHQ':_0xda7a03(0x117),'rOfiW':_0xda7a03(0x10b),'QkFfH':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','IcGKg':function(_0x51b2db,_0x5dd80c){return _0x51b2db(_0x5dd80c);},'WzRxL':_0xda7a03(0xf3)};if(_0x1f6e1d[_0xda7a03(0x12d)](isAccessibilityAutomationSession)){const _0x1e896b=_0x55129c['browser'],_0x3b10ac=_0x1e896b[_0xda7a03(0x108)];global[_0xda7a03(0x106)]=!![],!(_0x1f6e1d[_0xda7a03(0x126)](_0x3b10ac['browserVersion'],_0x1f6e1d['tAANa'])||_0x1f6e1d[_0xda7a03(0xed)](_0x1f6e1d[_0xda7a03(0x125)](parseInt,_0x3b10ac[_0xda7a03(0xef)]),0x5e))&&(logger[_0xda7a03(0xdf)](_0x1f6e1d[_0xda7a03(0xe5)]),global['accessibilityPlatform']=![]),!(_0x1f6e1d[_0xda7a03(0x126)](_0x3b10ac[_0xda7a03(0xde)],_0x1f6e1d[_0xda7a03(0x104)])||_0x1f6e1d[_0xda7a03(0x126)](_0x3b10ac[_0xda7a03(0xde)],_0x1f6e1d[_0xda7a03(0x116)]))&&(logger[_0xda7a03(0xdf)](_0x1f6e1d['QkFfH']),global[_0xda7a03(0x106)]=![]),!_0x1f6e1d[_0xda7a03(0x102)](isUndefined,_0x3b10ac[_0xda7a03(0x120)])&&(logger['warn'](_0x1f6e1d[_0xda7a03(0xee)]),global['accessibilityPlatform']=![]);}},exports[a2_0x29f6fc(0xe8)]=_0x488ae9=>{const _0x4e2041=a2_0x29f6fc,_0x291ac3={};_0x291ac3[_0x4e2041(0xe9)]=_0x4e2041(0x127),_0x291ac3['NnjHr']=_0x4e2041(0x12a);const _0x364730=_0x291ac3;if(!_0x488ae9)return![];return!_0x488ae9['includes'](_0x364730[_0x4e2041(0xe9)])&&!_0x488ae9[_0x4e2041(0x109)](_0x364730[_0x4e2041(0xf8)]);};function a2_0x381d(){const _0x4c4fad=['fetchPlatformDetails','browser_version','unknown_grid','browser','12qeIRHv','cloudProvider','IcGKg','caps','SPoHQ','gMYQf','accessibilityPlatform','yzwBp','capabilities','includes','HcVay','playwright-chromium','fgNwG','latest','platformName','PelKl','bsSessionId','bstack:options','getDetails','config','gXQrP','get','rOfiW','chrome','fidxz','577821VFpHdw','../../helpers/helper','oIyfv','browserstack','appium:app','4292154iUCESi','449873LBjjbF','deviceName','../../bin/playwright/sessionDetails','app-automate','platform_version','name','VGsHp','PQMFz','browserstack_executor','NEDZv','kRFNT','browserstack_accessibility_automation_script','jhbSc','searchParams','uorTp','18781029IBGYfW','browserName','warn','app','gfPGs','1682105HNHmlw','KDhaC','sztyJ','KKtLI','4920181KEYyYG','183500TWddMV','shouldPatchExecuteScript','FmOrl','GcUOl','8GGkDLc','ofyzU','xCZnY','WzRxL','browserVersion','__cloud_provider___','winstonLogger','ByDlB','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','platform','osVersion','../../helpers/logger','../../helpers/accessibility-automation/helper','NnjHr','vGaTx','constructor','automate'];a2_0x381d=function(){return _0x4c4fad;};return a2_0x381d();}
1
+ const a2_0x3c18ef=a2_0x13e3;(function(_0x4b11ad,_0x2fa3b5){const _0x33f05c=a2_0x13e3,_0x379a17=_0x4b11ad();while(!![]){try{const _0x5ba4eb=parseInt(_0x33f05c(0xb8))/0x1+-parseInt(_0x33f05c(0xbb))/0x2+-parseInt(_0x33f05c(0xfb))/0x3*(-parseInt(_0x33f05c(0x104))/0x4)+-parseInt(_0x33f05c(0xc7))/0x5*(parseInt(_0x33f05c(0xf6))/0x6)+-parseInt(_0x33f05c(0xc0))/0x7+-parseInt(_0x33f05c(0xfc))/0x8+parseInt(_0x33f05c(0xed))/0x9;if(_0x5ba4eb===_0x2fa3b5)break;else _0x379a17['push'](_0x379a17['shift']());}catch(_0x362985){_0x379a17['push'](_0x379a17['shift']());}}}(a2_0x3427,0xc76aa));const {isUndefined,nestedKeyValue}=require(a2_0x3c18ef(0xe0)),logger=require(a2_0x3c18ef(0xb9))[a2_0x3c18ef(0xc1)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),getOSVersionFromCaps=_0x2d5e17=>{const _0x41d228=a2_0x3c18ef,_0x3dc97e={};_0x3dc97e[_0x41d228(0xff)]=_0x41d228(0xd7),_0x3dc97e['dAxKA']='platformVersion',_0x3dc97e[_0x41d228(0x100)]='platform_version',_0x3dc97e[_0x41d228(0xda)]='osVersion',_0x3dc97e[_0x41d228(0xcc)]='os_version';const _0x3445f4=_0x3dc97e;if(!_0x2d5e17)return null;const _0x4441c9=_0x2d5e17[_0x3445f4[_0x41d228(0xff)]],_0x262e90=[_0x3445f4[_0x41d228(0xc4)],_0x3445f4[_0x41d228(0x100)],_0x3445f4['MiICb'],_0x3445f4[_0x41d228(0xcc)]];for(const _0x79e279 of _0x262e90){if(_0x4441c9&&_0x4441c9[_0x79e279])return _0x4441c9[_0x79e279];else{if(_0x2d5e17[_0x79e279])return _0x2d5e17[_0x79e279];}}return null;};function a2_0x3427(){const _0x3cff23=['browser','automate','8044701zqGkvY','winstonLogger','cGfod','processWebDriverConfig','dAxKA','platformVersion','RQpkv','51115OcXhpf','shouldPatchExecuteScript','accessibilityPlatform','wQYne','tukhU','SIfIF','latest','__cloud_provider___','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','appium:app','constructor','browserName','bsSessionId','RWXMd','oiAnW','desiredCapabilities','bstack:options','searchParams','KDgFv','MiICb','cloudProvider','KGTYJ','bnjik','EivfC','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','../../helpers/helper','getDetails','sessionId','get','bhaeB','MrVvO','warn','app-automate','UauDP','dYZBH','browserWSEndpoint','Zsigd','app','31155147FBdjNp','chrome','ajVlf','Playwright','WebDriver','browserstack_accessibility_automation_script','VuqEf','fetchPlatformDetails','YnrtQ','48pyHpEz','dLonz','qGJbJ','capabilities','dyPdz','489UAiTnD','10624872VWPfWE','oaUXh','browserVersion','fybqT','vZVGG','browser_version','QLuar','platformName','5192dwkjgb','TuUhM','playwright-chromium','651306KNDKSU','../../helpers/logger','name','1897234PqXNYo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','dhwnO'];a2_0x3427=function(){return _0x3cff23;};return a2_0x3427();}function a2_0x13e3(_0x54c421,_0x15b5ae){const _0x342739=a2_0x3427();return a2_0x13e3=function(_0x13e32e,_0x335524){_0x13e32e=_0x13e32e-0xb7;let _0x49b053=_0x342739[_0x13e32e];return _0x49b053;},a2_0x13e3(_0x54c421,_0x15b5ae);}exports[a2_0x3c18ef(0xf4)]=_0x5a9d5f=>{const _0x42e259=a2_0x3c18ef,_0x5667b4={'dYZBH':'unknown_grid','EivfC':function(_0x8579e1,_0x1e6778){return _0x8579e1===_0x1e6778;},'BFAoE':_0x42e259(0xf1),'KGTYJ':function(_0x5d9015,_0xdfb698){return _0x5d9015(_0xdfb698);},'tukhU':function(_0x3fc1c0,_0x7766fb,_0x2e8ccb){return _0x3fc1c0(_0x7766fb,_0x2e8ccb);},'ajVlf':'config','RWXMd':_0x42e259(0xd6),'wQYne':'browserstack','Zsigd':_0x42e259(0xd0),'dhwnO':_0x42e259(0xec),'TuUhM':_0x42e259(0xe7),'VuqEf':_0x42e259(0xbf),'Uvsnn':_0x42e259(0xf0),'dyPdz':_0x42e259(0xbe),'xUIap':_0x42e259(0xea),'KDgFv':'caps'};if(!_0x5a9d5f)return null;let _0x5bcb7b=global[_0x42e259(0xce)]||_0x5667b4[_0x42e259(0xe9)];if(_0x5667b4['EivfC'](_0x5a9d5f[_0x42e259(0xd1)][_0x42e259(0xba)],_0x5667b4['BFAoE'])){const _0x41d17a=_0x5a9d5f[_0x42e259(0xbe)];if(!_0x41d17a)return null;const _0x40cfc3=_0x41d17a[_0x42e259(0xf9)],_0x5469b6=_0x5667b4[_0x42e259(0xdc)](getOSVersionFromCaps,_0x5667b4[_0x42e259(0xcb)](nestedKeyValue,_0x5a9d5f,[_0x5667b4[_0x42e259(0xef)],_0x5667b4[_0x42e259(0xd4)]]));return{[_0x5bcb7b]:{'browser':_0x40cfc3['browserName'],'browser_version':_0x40cfc3[_0x42e259(0xfe)],'capabilities':_0x40cfc3,'platform':_0x40cfc3[_0x42e259(0x103)],'platform_version':_0x40cfc3[_0x42e259(0xc5)]||_0x5469b6,'product':_0x5667b4[_0x42e259(0xde)](global[_0x42e259(0xce)],_0x5667b4[_0x42e259(0xca)])?_0x40cfc3[_0x5667b4[_0x42e259(0xeb)]]||_0x40cfc3[_0x5667b4[_0x42e259(0xbd)]]?_0x5667b4[_0x42e259(0x105)]:_0x5667b4[_0x42e259(0xf3)]:null,'session_id':_0x41d17a[_0x42e259(0xe2)]}};}else{if(_0x5667b4[_0x42e259(0xde)](_0x5a9d5f[_0x42e259(0xd1)][_0x42e259(0xba)],_0x5667b4['Uvsnn'])){const _0x5bf230=PlaywrightSessionDetails[_0x42e259(0xe1)]();_0x5bcb7b=_0x5bf230[_0x42e259(0xdb)]||_0x5bcb7b;const _0x556317=_0x5667b4[_0x42e259(0xcb)](nestedKeyValue,_0x5a9d5f,[_0x5667b4[_0x42e259(0xef)],_0x5667b4[_0x42e259(0xfa)],_0x5667b4['xUIap']]),_0x5d0fa2=_0x556317?JSON['parse'](new URL(_0x556317)[_0x42e259(0xd8)][_0x42e259(0xe3)](_0x5667b4[_0x42e259(0xd9)])):{};return{[_0x5bcb7b]:{'browser':_0x5bf230[_0x42e259(0xbe)]||_0x5d0fa2['browserName'],'browser_version':_0x5bf230['browser_version']||_0x5d0fa2[_0x42e259(0x101)],'capabilities':_0x5d0fa2,'platform':_0x5bf230['platform'],'platform_version':_0x5bf230['platform_version'],'product':_0x5667b4['EivfC'](global[_0x42e259(0xce)],_0x5667b4[_0x42e259(0xca)])?_0x5d0fa2[_0x5667b4[_0x42e259(0xeb)]]||_0x5d0fa2[_0x5667b4[_0x42e259(0xbd)]]?_0x5667b4[_0x42e259(0x105)]:_0x5667b4[_0x42e259(0xf3)]:null,'session_id':_0x5bf230[_0x42e259(0xd3)]}};}}},exports[a2_0x3c18ef(0xc3)]=_0x3c6f9d=>{const _0xeba7e0=a2_0x3c18ef,_0x8d2c81={'RQpkv':function(_0x47fb05){return _0x47fb05();},'MrVvO':function(_0x113c3f,_0x4e2fad){return _0x113c3f===_0x4e2fad;},'DVfUq':_0xeba7e0(0xcd),'bhaeB':function(_0xea9671,_0x7c4cde){return _0xea9671>_0x7c4cde;},'qGJbJ':function(_0x5bd722,_0x844fde){return _0x5bd722(_0x844fde);},'YnrtQ':_0xeba7e0(0xcf),'bnjik':_0xeba7e0(0xee),'QLuar':_0xeba7e0(0xb7),'oaUXh':_0xeba7e0(0xdf),'dLonz':function(_0x418a0c,_0xf4aa6a){return _0x418a0c(_0xf4aa6a);},'oiAnW':_0xeba7e0(0xbc)};if(_0x8d2c81[_0xeba7e0(0xc6)](isAccessibilityAutomationSession)){const _0x2a089f=_0x3c6f9d[_0xeba7e0(0xbe)],_0x2227da=_0x2a089f[_0xeba7e0(0xf9)];global[_0xeba7e0(0xc9)]=!![],!(_0x8d2c81['MrVvO'](_0x2227da[_0xeba7e0(0xfe)],_0x8d2c81['DVfUq'])||_0x8d2c81[_0xeba7e0(0xe4)](_0x8d2c81[_0xeba7e0(0xf8)](parseInt,_0x2227da[_0xeba7e0(0xfe)]),0x5e))&&(logger[_0xeba7e0(0xe6)](_0x8d2c81[_0xeba7e0(0xf5)]),global[_0xeba7e0(0xc9)]=![]),!(_0x8d2c81[_0xeba7e0(0xe5)](_0x2227da[_0xeba7e0(0xd2)],_0x8d2c81[_0xeba7e0(0xdd)])||_0x8d2c81[_0xeba7e0(0xe5)](_0x2227da[_0xeba7e0(0xd2)],_0x8d2c81[_0xeba7e0(0x102)]))&&(logger[_0xeba7e0(0xe6)](_0x8d2c81[_0xeba7e0(0xfd)]),global[_0xeba7e0(0xc9)]=![]),!_0x8d2c81[_0xeba7e0(0xf7)](isUndefined,_0x2227da['deviceName'])&&(logger[_0xeba7e0(0xe6)](_0x8d2c81[_0xeba7e0(0xd5)]),global[_0xeba7e0(0xc9)]=![]);}},exports[a2_0x3c18ef(0xc8)]=_0x4a6e0c=>{const _0x9fdbe7=a2_0x3c18ef,_0x52aade={};_0x52aade[_0x9fdbe7(0xe8)]='browserstack_executor',_0x52aade['cGfod']=_0x9fdbe7(0xf2);const _0x4edf11=_0x52aade;if(!_0x4a6e0c)return![];return!_0x4a6e0c['includes'](_0x4edf11[_0x9fdbe7(0xe8)])&&!_0x4a6e0c['includes'](_0x4edf11[_0x9fdbe7(0xc2)]);};