browserstack-node-sdk 1.29.0 → 1.29.2

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 (97) 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/gcs.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customEnvironment.js +1 -1
  43. package/src/bin/jest/customTestRunnerTemplate.js +1 -1
  44. package/src/bin/jest/jest.setup.js +1 -1
  45. package/src/bin/jest/test_before.setup.js +1 -1
  46. package/src/bin/launcher/launcher.js +1 -1
  47. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  48. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  49. package/src/bin/mocha/command.js +1 -1
  50. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  51. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  52. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  53. package/src/bin/mocha/test.setup.js +1 -1
  54. package/src/bin/nightwatch/command.js +1 -1
  55. package/src/bin/playwright/accessibility-helper.js +1 -1
  56. package/src/bin/playwright/command.js +1 -1
  57. package/src/bin/playwright/globalSetup.js +1 -1
  58. package/src/bin/playwright/mock-process.js +1 -1
  59. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  60. package/src/bin/playwright/reporter/reporter.js +1 -1
  61. package/src/bin/playwright/reporter/test-details.js +1 -1
  62. package/src/bin/runner.js +1 -1
  63. package/src/bin/setup.js +1 -1
  64. package/src/bin/test-runner/index.js +1 -1
  65. package/src/bin/test-runner/runTest.js +1 -1
  66. package/src/bin/test-runner/testWorker.js +1 -1
  67. package/src/bin/utils/constants.js +1 -1
  68. package/src/bin/utils/log4jsAppender.js +1 -1
  69. package/src/bin/utils/logPatcher.js +1 -1
  70. package/src/bin/utils/logReportingAPI.js +1 -1
  71. package/src/bin/vanilla-js/command.js +1 -1
  72. package/src/helpers/BrowserStackSetup.js +1 -1
  73. package/src/helpers/accessibility-automation/constants.js +1 -1
  74. package/src/helpers/accessibility-automation/helper.js +1 -1
  75. package/src/helpers/ats/constants.js +1 -1
  76. package/src/helpers/ats/helper.js +1 -1
  77. package/src/helpers/capsMapping.js +1 -1
  78. package/src/helpers/helper.js +1 -1
  79. package/src/helpers/logger.js +1 -1
  80. package/src/helpers/patchHelpers.js +1 -1
  81. package/src/helpers/percy/Percy.js +1 -1
  82. package/src/helpers/percy/PercyBinary.js +1 -1
  83. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  84. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  85. package/src/helpers/percy/PercySDK.js +1 -1
  86. package/src/helpers/percy/index.js +1 -1
  87. package/src/helpers/request-spy.js +1 -1
  88. package/src/helpers/setKeepAlive.js +1 -1
  89. package/src/helpers/test-observability/constants.js +1 -1
  90. package/src/helpers/test-observability/error-handler.js +1 -1
  91. package/src/helpers/test-observability/performance-tester.js +1 -1
  92. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  93. package/src/helpers/test-observability/sessionHandler.js +1 -1
  94. package/src/helpers/test-observability/utils.js +1 -1
  95. package/src/helpers/w3cMapping.js +1 -1
  96. package/src/hubAllocationMethods.js +1 -1
  97. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a31_0x4f23db=a31_0x25f2;(function(_0x58a881,_0x449bc6){const _0x3fc3b1=a31_0x25f2,_0x46c544=_0x58a881();while(!![]){try{const _0x237fb1=parseInt(_0x3fc3b1(0x21f))/0x1*(-parseInt(_0x3fc3b1(0x236))/0x2)+parseInt(_0x3fc3b1(0x192))/0x3+-parseInt(_0x3fc3b1(0x210))/0x4*(-parseInt(_0x3fc3b1(0x238))/0x5)+-parseInt(_0x3fc3b1(0x1f8))/0x6*(parseInt(_0x3fc3b1(0x204))/0x7)+-parseInt(_0x3fc3b1(0x1ea))/0x8*(parseInt(_0x3fc3b1(0x18e))/0x9)+parseInt(_0x3fc3b1(0x234))/0xa*(parseInt(_0x3fc3b1(0x215))/0xb)+-parseInt(_0x3fc3b1(0x216))/0xc*(-parseInt(_0x3fc3b1(0x1bc))/0xd);if(_0x237fb1===_0x449bc6)break;else _0x46c544['push'](_0x46c544['shift']());}catch(_0x3ec46d){_0x46c544['push'](_0x46c544['shift']());}}}(a31_0x12a5,0x8a719));const Worker=require(a31_0x4f23db(0x1c8))[a31_0x4f23db(0x1d0)],Emittery=require(a31_0x4f23db(0x1c4)),pLimit=require(a31_0x4f23db(0x191)),util=require(a31_0x4f23db(0x1cb)),logger=require(a31_0x4f23db(0x22d))[a31_0x4f23db(0x208)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x4f23db(0x19d)),SessionHandler=require(a31_0x4f23db(0x235)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x4f23db(0x1dc));checkAccessibility=_0x10b8b2=>{const _0x42ff6c=a31_0x4f23db,_0x5f517a={};_0x5f517a[_0x42ff6c(0x18b)]=_0x42ff6c(0x22e),_0x5f517a[_0x42ff6c(0x22f)]=function(_0x3f6444,_0x4233ed){return _0x3f6444===_0x4233ed;},_0x5f517a[_0x42ff6c(0x1d7)]=_0x42ff6c(0x18d),_0x5f517a[_0x42ff6c(0x1f3)]=function(_0x1285db,_0x14420b){return _0x1285db!==_0x14420b;},_0x5f517a[_0x42ff6c(0x21a)]='cUKSJ',_0x5f517a[_0x42ff6c(0x219)]=_0x42ff6c(0x23a),_0x5f517a[_0x42ff6c(0x22b)]='CsIAe',_0x5f517a['wYavy']=_0x42ff6c(0x18f),_0x5f517a[_0x42ff6c(0x1ed)]=_0x42ff6c(0x23b);const _0x491869=_0x5f517a;let _0x5816e6=![];try{_0x491869['gGzcx'](_0x491869[_0x42ff6c(0x219)],_0x491869[_0x42ff6c(0x22b)])?_0x10b8b2[_0x42ff6c(0x185)][_0x42ff6c(0x193)](_0x27bf60=>{const _0x438821=_0x42ff6c,_0x4abae1={};_0x4abae1[_0x438821(0x1dd)]=_0x491869[_0x438821(0x18b)];const _0x330ceb=_0x4abae1;if(_0x491869[_0x438821(0x22f)](_0x491869['VZRxp'],_0x491869[_0x438821(0x1d7)])){if(_0x491869[_0x438821(0x22f)](_0x27bf60['accessibility'],!![]))return _0x491869[_0x438821(0x1f3)](_0x491869[_0x438821(0x21a)],_0x491869[_0x438821(0x21a)])?(_0x55dac7=!![],!![]):(_0x5816e6=!![],!![]);}else _0x52da0e[_0x438821(0x227)](_0x330ceb['ZNmyz']);}):_0x28fb21[_0x42ff6c(0x19a)](_0x42ff6c(0x195)+_0xe98565);}catch(_0x4e20ed){_0x491869[_0x42ff6c(0x22f)](_0x491869[_0x42ff6c(0x1d4)],_0x491869['LJcnW'])?_0x3426d3[_0x42ff6c(0x196)]([_0x1202cc[0x0],_0x4acf45[0x1]]):logger[_0x42ff6c(0x19a)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x4e20ed);}return _0x5816e6;},exports['parallelTestRun']=(_0x1c0651,_0x5e8e41,_0x39bb3a)=>new Promise(async _0x336884=>{const _0x500b7c=a31_0x4f23db,_0x3a68b3={'dmzkM':'Workers\x20failed\x20to\x20exit\x20gracefully','exsNI':function(_0x4fc09a,_0x5f2977){return _0x4fc09a===_0x5f2977;},'ZuqWs':_0x500b7c(0x1b7),'ubxtd':function(_0x3655e7,_0xc0f17f){return _0x3655e7+_0xc0f17f;},'GSIdp':_0x500b7c(0x1fa),'yZqgq':'SLDlV','MXzVO':'PVmKu','LoCNc':function(_0x3cd024,_0x356360){return _0x3cd024!==_0x356360;},'smTdR':_0x500b7c(0x1b8),'hJjNE':_0x500b7c(0x206),'cDdqB':'CbYHP','wPIrh':_0x500b7c(0x200),'bRSDq':function(_0x24eafb,_0xaf1779){return _0x24eafb===_0xaf1779;},'Rajxs':function(_0x43e711,_0x24703d){return _0x43e711!==_0x24703d;},'jgiSc':function(_0x3f9c1d,_0x21aa32){return _0x3f9c1d(_0x21aa32);},'hHavw':function(_0x3964be,_0x50dee4){return _0x3964be!==_0x50dee4;},'uAZjL':'cOEdD','MDiix':'ppZZc','JtCLw':'QgvIu','ouZAV':_0x500b7c(0x1cc),'noHda':function(_0x276b53){return _0x276b53();},'OzBjH':'fvklv','HhoSg':_0x500b7c(0x1a2),'QBggh':function(_0x76ab6b){return _0x76ab6b();},'qAHIr':_0x500b7c(0x1af),'WwbqC':_0x500b7c(0x1df),'wZkDu':function(_0x508e69,_0x241001){return _0x508e69===_0x241001;},'EFZwc':_0x500b7c(0x1ae),'YcrfH':_0x500b7c(0x186),'qhlcD':function(_0x1fe05c,_0x20cd51){return _0x1fe05c(_0x20cd51);},'aCOkF':function(_0x3effc4,_0x372f86){return _0x3effc4(_0x372f86);},'rCtgx':function(_0x39a509,_0x12fd5c){return _0x39a509+_0x12fd5c;},'xSnPQ':_0x500b7c(0x1a6),'FlXlF':_0x500b7c(0x1c9),'vWNPA':'test-file-start','zvgDD':_0x500b7c(0x1bf),'qvILi':_0x500b7c(0x1b5),'dONcp':_0x500b7c(0x1f6),'RFBIw':'true','nIBha':function(_0x1df712,_0x1c1e66){return _0x1df712(_0x1c1e66);},'oiAKR':function(_0x2c492f,_0x106f82){return _0x2c492f===_0x106f82;},'nOkpl':function(_0x1cf084,_0x1b4def){return _0x1cf084!==_0x1b4def;},'pykqj':_0x500b7c(0x1c5),'MBuKk':_0x500b7c(0x211),'yGGpR':function(_0x1ba4b9,_0x2d53d0,_0x36f835){return _0x1ba4b9(_0x2d53d0,_0x36f835);},'uylnW':_0x500b7c(0x1a0),'FfzNs':_0x500b7c(0x230),'bGxmI':_0x500b7c(0x194),'cpIHp':'pipe','nLchk':function(_0x5359ba,_0xced648){return _0x5359ba*_0xced648;},'Nigqo':'test-file-success','FixVJ':_0x500b7c(0x229),'zZqNS':function(_0x4fcc54,_0x1557a4){return _0x4fcc54(_0x1557a4);},'jGQrK':function(_0x5de43c,_0x5adb8a){return _0x5de43c*_0x5adb8a;}},_0x50999e={};if(_0x3a68b3[_0x500b7c(0x1e5)](isTestObservabilitySession)){if(_0x3a68b3[_0x500b7c(0x1b2)](_0x3a68b3[_0x500b7c(0x19b)],_0x3a68b3[_0x500b7c(0x18a)]))_0x4d6c4a[_0x500b7c(0x227)](_0x3a68b3['dmzkM']);else{const _0x60d3c8={..._0x39bb3a};_0x60d3c8[_0x500b7c(0x1d6)]='',await SessionHandler['launch'](_0x60d3c8,{'frameworkName':_0x3a68b3[_0x500b7c(0x213)],'frameworkVersion':_0x3a68b3['qhlcD'](getFrameworkVersion,_0x3a68b3[_0x500b7c(0x213)])});}}let _0x36ebf4=_0x3a68b3[_0x500b7c(0x1b2)](process['env'][_0x500b7c(0x19e)],_0x3a68b3['RFBIw']);process[_0x500b7c(0x221)][_0x500b7c(0x1d5)]=_0x3a68b3[_0x500b7c(0x20d)](checkAccessibility,_0x39bb3a),_0x36ebf4=_0x36ebf4||_0x3a68b3[_0x500b7c(0x1a8)](process[_0x500b7c(0x221)][_0x500b7c(0x1d5)],_0x3a68b3[_0x500b7c(0x1be)]);if(_0x36ebf4){if(_0x3a68b3['nOkpl'](_0x3a68b3['pykqj'],_0x3a68b3[_0x500b7c(0x1ff)])){const [_0xd570eb,_0x35de9a]=await _0x3a68b3[_0x500b7c(0x187)](createAccessibilityTestRun,_0x39bb3a,_0x3a68b3[_0x500b7c(0x213)]);logger[_0x500b7c(0x19a)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x35de9a),process['env']['BS_A11Y_JWT']=_0xd570eb,process[_0x500b7c(0x221)]['BS_A11Y_TEST_RUN_ID']=_0x35de9a;}else{if(_0x3a68b3['exsNI'](_0x173a17[_0x500b7c(0x1fe)],!![]))return _0x33af5d=!![],!![];}}const _0x56ae7c=new Worker(require[_0x500b7c(0x1e7)](_0x3a68b3['uylnW']),{'exposedMethods':[_0x3a68b3['FfzNs']],'forkOptions':{'serialization':_0x3a68b3['bGxmI'],'stdio':_0x3a68b3[_0x500b7c(0x224)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x3a68b3[_0x500b7c(0x1c1)](_0x5e8e41,0x1),'enableWorkerThreads':!![]}),_0x3eed6d=new Emittery();_0x3eed6d['on'](_0x3a68b3[_0x500b7c(0x1bd)],_0x4f2fb8=>{const _0x616ccb=_0x500b7c;_0x3a68b3[_0x616ccb(0x1a3)](_0x3a68b3[_0x616ccb(0x199)],_0x3a68b3['MXzVO'])?(_0x252003[_0x6ab9db[0x0]][_0x3a68b3[_0x616ccb(0x19c)]]=_0x3a68b3[_0x616ccb(0x21b)](_0x58a096[_0x30e4a0[0x0]][_0x3a68b3[_0x616ccb(0x19c)]],_0x198443[0x1][_0x3a68b3[_0x616ccb(0x19c)]]),_0x3eae31[_0x5c160c[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]]=[..._0x1a0608[_0x2c251c[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]],..._0x389332[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]):_0x50999e[_0x4f2fb8[0x0]]?_0x3a68b3[_0x616ccb(0x20e)](_0x3a68b3[_0x616ccb(0x1ad)],_0x3a68b3[_0x616ccb(0x218)])?(_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x19c)]]=_0x3a68b3[_0x616ccb(0x21b)](_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3['ZuqWs']],_0x4f2fb8[0x1][_0x3a68b3['ZuqWs']]),_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]]=[..._0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]],..._0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]):_0x2e9850=_0x208dd6:_0x3a68b3[_0x616ccb(0x1a3)](_0x3a68b3[_0x616ccb(0x1c7)],_0x3a68b3[_0x616ccb(0x1f0)])?_0xc80266['error'](_0x616ccb(0x1a9)+_0x28fb5d[_0x616ccb(0x1ee)](_0x3b6523)):_0x50999e[_0x4f2fb8[0x0]]={'failureCount':_0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x19c)]],'results':[..._0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]};}),_0x3eed6d['on'](_0x3a68b3[_0x500b7c(0x1d2)],_0x582bf2=>console[_0x500b7c(0x1ec)](_0x582bf2[0x1]));if(_0x56ae7c['getStdout']())_0x56ae7c[_0x500b7c(0x237)]()[_0x500b7c(0x1a4)](process[_0x500b7c(0x18c)]);if(_0x56ae7c['getStderr']())_0x56ae7c['getStderr']()[_0x500b7c(0x1a4)](process[_0x500b7c(0x20b)]);const _0x2c213e=async()=>{const _0x4128bc=_0x500b7c,_0x528e7d={'zSlOQ':function(_0x505c4a,_0x399895){return _0x3a68b3['hHavw'](_0x505c4a,_0x399895);},'ARlvK':_0x3a68b3[_0x4128bc(0x190)],'PAqGU':_0x3a68b3[_0x4128bc(0x1eb)],'XKwMs':function(_0x399a17,_0xa250c5){const _0x2be7e9=_0x4128bc;return _0x3a68b3[_0x2be7e9(0x1a3)](_0x399a17,_0xa250c5);}};if(_0x3a68b3[_0x4128bc(0x1a3)](_0x3a68b3[_0x4128bc(0x20a)],_0x3a68b3['MDiix'])){const {forceExited:_0x5b7fff}=await _0x56ae7c['end']();_0x5b7fff&&(_0x3a68b3['bRSDq'](_0x3a68b3[_0x4128bc(0x1f4)],_0x3a68b3[_0x4128bc(0x1f9)])?_0x3a68b3[_0x4128bc(0x1b2)](_0xc785d8,0x0)&&_0x3a68b3[_0x4128bc(0x1d3)](_0x18c4e4,0x0)&&(_0x3775f9=_0x35becc):console[_0x4128bc(0x227)](_0x3a68b3[_0x4128bc(0x1eb)]));_0x3a68b3[_0x4128bc(0x1de)](isAccessibilityAutomationSession)&&(_0x3a68b3['Rajxs'](_0x3a68b3[_0x4128bc(0x22c)],_0x3a68b3[_0x4128bc(0x1f2)])?await _0x3a68b3[_0x4128bc(0x1e9)](stopAccessibilityTestRun,_0x39bb3a)[_0x4128bc(0x231)](_0x4e3e5d=>{const _0x11b9d2=_0x4128bc;if(_0x528e7d[_0x11b9d2(0x1fc)](_0x528e7d[_0x11b9d2(0x1ab)],_0x528e7d[_0x11b9d2(0x1ab)]))return _0x4cb3dc[_0x11b9d2(0x1cf)](_0x5103ec);else logger['error'](_0x11b9d2(0x1a9)+util[_0x11b9d2(0x1ee)](_0x4e3e5d));}):_0x3a68b3[_0x4128bc(0x1e9)](_0x4dbdb1,_0x4128bc(0x201)+_0x4df8ef));if(_0x3a68b3[_0x4128bc(0x1e5)](isTestObservabilitySession)){if(_0x3a68b3[_0x4128bc(0x1a3)](_0x3a68b3[_0x4128bc(0x1c6)],_0x3a68b3[_0x4128bc(0x1c6)]))try{_0x3a68b3['Rajxs'](_0x3a68b3['WwbqC'],_0x3a68b3[_0x4128bc(0x183)])?_0x2772b7[_0x4128bc(0x227)](_0x528e7d['PAqGU']):await SessionHandler[_0x4128bc(0x22a)]();}catch(_0x460732){_0x3a68b3[_0x4128bc(0x1ef)](_0x3a68b3['EFZwc'],_0x3a68b3['YcrfH'])?_0x4dfc71[0x0]&&_0x5de31c['info'](_0x4128bc(0x1b9)+_0x134556[0x1]+_0x4128bc(0x1c3),_0x3608dd[0x0]):_0x3a68b3[_0x4128bc(0x1ac)](debug,_0x4128bc(0x201)+_0x460732);}else _0xec1d42[_0x4128bc(0x1e1)]=0x1;}_0x3a68b3[_0x4128bc(0x202)](_0x336884,_0x50999e);}else{const _0x4bf6d0={'eaFqd':function(_0x5bea78,_0xd3de16){const _0x21083a=_0x4128bc;return _0x528e7d[_0x21083a(0x212)](_0x5bea78,_0xd3de16);}};_0x40b670[_0x4128bc(0x185)][_0x4128bc(0x193)](_0x5ba5c8=>{const _0x1eadac=_0x4128bc;if(_0x4bf6d0[_0x1eadac(0x1e6)](_0x5ba5c8[_0x1eadac(0x1fe)],!![]))return _0xf54b5e=!![],!![];});}},_0xfce735=_0x3a68b3['zZqNS'](pLimit,_0x3a68b3[_0x500b7c(0x1d8)](_0x5e8e41,0x1)),_0x567d91=_0x48e054=>_0xfce735(async()=>{const _0x308da4=_0x500b7c,_0x543ae1={'OpEDv':_0x3a68b3[_0x308da4(0x19c)],'SJxtI':function(_0xe7a878,_0x4772b9){const _0x45da2d=_0x308da4;return _0x3a68b3[_0x45da2d(0x20f)](_0xe7a878,_0x4772b9);},'zlNzg':_0x3a68b3[_0x308da4(0x1b4)]};if(_0x3a68b3['wZkDu'](_0x3a68b3[_0x308da4(0x1e2)],_0x3a68b3[_0x308da4(0x1f5)])){if(_0x42cf30[_0x28b4f9[0x0]])_0x46e06d[_0x2f608a[0x0]][_0x543ae1[_0x308da4(0x1d9)]]=_0x543ae1['SJxtI'](_0x28f857[_0x2e47bd[0x0]][_0x543ae1[_0x308da4(0x1d9)]],_0x37ca84[0x1][_0x543ae1[_0x308da4(0x1d9)]]),_0x221f8b[_0x5d3039[0x0]][_0x543ae1['zlNzg']]=[..._0x58ba98[_0x40ec4d[0x0]][_0x543ae1['zlNzg']],..._0x5efb5b[0x1][_0x543ae1[_0x308da4(0x1b0)]]];else{const _0x5a9223={};_0x5a9223[_0x308da4(0x1b7)]=_0x3c7486[0x1][_0x543ae1['OpEDv']],_0x5a9223[_0x308da4(0x1fa)]=[..._0x70c6ed[0x1][_0x543ae1[_0x308da4(0x1b0)]]],_0x1d43a6[_0x2ff37f[0x0]]=_0x5a9223;}}else return await _0x3eed6d['emit'](_0x3a68b3[_0x308da4(0x225)],_0x48e054),_0x56ae7c[_0x308da4(0x230)](_0x48e054,_0x39bb3a);});Promise[_0x500b7c(0x226)](_0x1c0651[_0x500b7c(0x239)](_0x4b63a5=>_0x567d91(_0x4b63a5)[_0x500b7c(0x209)](_0x59c318=>_0x3eed6d[_0x500b7c(0x19f)](_0x500b7c(0x1e3),[_0x4b63a5[_0x500b7c(0x23d)][_0x500b7c(0x1b3)],_0x59c318]),_0x461013=>_0x3eed6d['emit'](_0x500b7c(0x229),[_0x4b63a5,_0x461013]))))[_0x500b7c(0x209)](_0x2c213e,_0x2c213e);}),exports['parallelCucumberRun']=(_0x2b353c,_0x564955,_0x4332dd,_0x23a477,_0x176a81)=>{const _0x1dd4b6=a31_0x4f23db,_0x1a7dc2={'DzuCf':_0x1dd4b6(0x188),'bkrQW':'failureCount','mMUYe':_0x1dd4b6(0x1fa),'IxnXV':function(_0x13649e,_0x374243){return _0x13649e!==_0x374243;},'VDBMP':'gBoRM','WhnOj':_0x1dd4b6(0x22e),'VUTyB':function(_0x3e880b,_0x3bbb86){return _0x3e880b(_0x3bbb86);},'GKCDI':_0x1dd4b6(0x1a0),'gAOEE':_0x1dd4b6(0x223),'WWtBa':_0x1dd4b6(0x194),'Sgdjm':_0x1dd4b6(0x1a4),'HgPxT':_0x1dd4b6(0x197),'eQrLE':_0x1dd4b6(0x21e)};return new Promise(_0x281ca9=>{const _0x5994f8=_0x1dd4b6,_0x3df2c3={'VRlNA':_0x1a7dc2[_0x5994f8(0x1b1)],'AyIdD':_0x1a7dc2[_0x5994f8(0x228)],'UKJZB':function(_0x5c23ff,_0x10f624){const _0x3f7114=_0x5994f8;return _0x1a7dc2[_0x3f7114(0x203)](_0x5c23ff,_0x10f624);},'pxrwz':_0x1a7dc2[_0x5994f8(0x198)],'ijsUt':_0x1a7dc2[_0x5994f8(0x222)],'AIoht':function(_0x274e4b,_0x378f1b){const _0x31af32=_0x5994f8;return _0x1a7dc2[_0x31af32(0x1ca)](_0x274e4b,_0x378f1b);}},_0xec8cdc=[],_0x5a5102=new Worker(require['resolve'](_0x1a7dc2[_0x5994f8(0x1f1)]),{'exposedMethods':[_0x1a7dc2[_0x5994f8(0x1e0)]],'forkOptions':{'serialization':_0x1a7dc2[_0x5994f8(0x1cd)],'stdio':_0x1a7dc2[_0x5994f8(0x1a1)]},'numWorkers':_0x2b353c[_0x5994f8(0x220)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5377f4=new Emittery();_0x5377f4['on'](_0x1a7dc2[_0x5994f8(0x189)],_0x3a762e=>{const _0x556bef=_0x5994f8,_0x550ca3={};_0x550ca3[_0x556bef(0x1c0)]=_0x3df2c3[_0x556bef(0x1a5)],_0x550ca3[_0x556bef(0x207)]=_0x3df2c3['AyIdD'];const _0x37fab1=_0x550ca3;if(_0x3df2c3[_0x556bef(0x1d1)](_0x3df2c3[_0x556bef(0x1e4)],_0x3df2c3[_0x556bef(0x1e4)])){const _0x3985e0={};_0x3985e0[_0x556bef(0x1b7)]=_0x5cf4fe[0x1][_0x37fab1[_0x556bef(0x1c0)]],_0x3985e0[_0x556bef(0x1fa)]=[..._0x23d02b[0x1][_0x37fab1['hWmDg']]],_0x3a40a4[_0x1c1bff[0x0]]=_0x3985e0;}else _0xec8cdc[_0x556bef(0x196)]([_0x3a762e[0x0],_0x3a762e[0x1]]);}),_0x5377f4['on'](_0x1a7dc2[_0x5994f8(0x217)],_0x502a41=>console[_0x5994f8(0x1ec)](_0x502a41[0x1]));if(_0x5a5102[_0x5994f8(0x237)]())_0x5a5102['getStdout']()['pipe'](process['stdout']);if(_0x5a5102[_0x5994f8(0x1da)]())_0x5a5102['getStderr']()[_0x5994f8(0x1a4)](process['stderr']);const _0x2c278a=async()=>{const _0x46433d=_0x5994f8,{forceExited:_0x414cd9}=await _0x5a5102[_0x46433d(0x21c)]();_0x414cd9&&console[_0x46433d(0x227)](_0x3df2c3[_0x46433d(0x1ce)]),_0x3df2c3[_0x46433d(0x23c)](_0x281ca9,_0xec8cdc);},_0x221ef6=_0x1a7dc2[_0x5994f8(0x1ca)](pLimit,_0x2b353c[_0x5994f8(0x220)]),_0x35f2b2=_0x578353=>_0x221ef6(async()=>{const _0x59291a=_0x5994f8;return await _0x5377f4['emit'](_0x1a7dc2['DzuCf'],_0x578353),_0x5a5102[_0x59291a(0x223)](_0x578353,_0x564955,_0x4332dd,_0x23a477,_0x176a81);});Promise[_0x5994f8(0x226)](_0x2b353c['map'](_0x46b6ea=>_0x35f2b2(_0x46b6ea)[_0x5994f8(0x209)](_0x18a883=>_0x5377f4[_0x5994f8(0x19f)](_0x5994f8(0x197),[_0x46b6ea,_0x18a883]),_0x1854dd=>_0x5377f4[_0x5994f8(0x19f)](_0x5994f8(0x21e),[_0x46b6ea,_0x1854dd]))))[_0x5994f8(0x209)](_0x2c278a,_0x2c278a);});},exports[a31_0x4f23db(0x184)]=(_0x399cfc,_0x26a38e)=>new Promise(_0x4ec76f=>{const _0x438e03=a31_0x4f23db,_0x5a9846={'uTPeL':function(_0x2ff9ca,_0x3d9848){return _0x2ff9ca===_0x3d9848;},'pfcbD':function(_0x5914a0,_0x296252){return _0x5914a0!==_0x296252;},'gBVgr':'exit','TGmYR':_0x438e03(0x22e),'IDxKR':function(_0x1a6c07,_0x33fd08){return _0x1a6c07(_0x33fd08);},'cwevZ':_0x438e03(0x1a0),'iwhkP':_0x438e03(0x1cf),'LMVQw':_0x438e03(0x194),'SmlCk':_0x438e03(0x1a4),'PDADQ':'test-file-success','FIGqj':_0x438e03(0x229)},_0x5c8ac6={},_0x15cad7=new Worker(require[_0x438e03(0x1e7)](_0x5a9846[_0x438e03(0x1aa)]),{'exposedMethods':[_0x5a9846['iwhkP']],'forkOptions':{'serialization':_0x5a9846[_0x438e03(0x1b6)],'stdio':_0x5a9846[_0x438e03(0x20c)]},'numWorkers':_0x26a38e,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xaaedbf=new Emittery();_0xaaedbf['on'](_0x5a9846[_0x438e03(0x233)],_0x265d56=>{const _0x4036e6=_0x438e03;_0x265d56[0x0]&&logger[_0x4036e6(0x1e8)]('Running\x20'+_0x265d56[0x1]+'\x20for',_0x265d56[0x0]);}),_0xaaedbf['on'](_0x5a9846['FIGqj'],_0x52fd26=>{const _0x2cda12=_0x438e03;process[_0x2cda12(0x1e1)]=0x1;});if(_0x15cad7[_0x438e03(0x237)]())_0x15cad7['getStdout']()['pipe'](process[_0x438e03(0x18c)]);if(_0x15cad7[_0x438e03(0x1da)]())_0x15cad7[_0x438e03(0x1da)]()[_0x438e03(0x1a4)](process['stderr']);const _0x8328ef=async()=>{const _0x1935d7=_0x438e03,_0x3c1612={'jqDyT':function(_0x44d4a0,_0x991abc){const _0x9d091d=a31_0x25f2;return _0x5a9846[_0x9d091d(0x1db)](_0x44d4a0,_0x991abc);},'fcqHk':function(_0x565a04,_0x3ca3c9){const _0x3fd1d4=a31_0x25f2;return _0x5a9846[_0x3fd1d4(0x1bb)](_0x565a04,_0x3ca3c9);},'nnVUf':_0x5a9846[_0x1935d7(0x1fb)]};let _0x388c7a=0x0;const _0x3b31c1=_0x15cad7[_0x1935d7(0x1fd)]['getWorkers'](),_0x250daf=()=>{},_0x164675=_0x3b31c1[_0x1935d7(0x239)](async _0x2b0291=>{const _0x350bba=_0x1935d7,_0x43c172={'TwUpP':function(_0x4f3f2c,_0x346414){const _0x4b1a1a=a31_0x25f2;return _0x3c1612[_0x4b1a1a(0x214)](_0x4f3f2c,_0x346414);},'GnVjG':function(_0x34d7d2,_0x426ea9){return _0x3c1612['fcqHk'](_0x34d7d2,_0x426ea9);}};_0x2b0291[_0x350bba(0x182)]([0x2,![]],_0x250daf,_0x250daf,_0x250daf),_0x2b0291[_0x350bba(0x232)]['on'](_0x3c1612[_0x350bba(0x205)],_0x205649=>{const _0x32718d=_0x350bba;_0x43c172[_0x32718d(0x1f7)](_0x388c7a,0x0)&&_0x43c172[_0x32718d(0x1a7)](_0x205649,0x0)&&(_0x388c7a=_0x205649);}),await _0x2b0291[_0x350bba(0x1ba)]();});await Promise[_0x1935d7(0x226)](_0x164675),process[_0x1935d7(0x1e1)]=_0x388c7a;const {forceExited:_0x188710}=await _0x15cad7[_0x1935d7(0x21c)]();_0x188710&&console['error'](_0x5a9846[_0x1935d7(0x1c2)]),_0x5a9846['IDxKR'](_0x4ec76f,_0x5c8ac6);},_0x4e7f38=_0x5a9846[_0x438e03(0x21d)](pLimit,_0x26a38e),_0x5099ce=_0x50f91d=>_0x4e7f38(async()=>{const _0x2ed2d2=_0x438e03;return _0x15cad7[_0x2ed2d2(0x1cf)](_0x50f91d);});Promise[_0x438e03(0x226)](_0x399cfc[_0x438e03(0x239)](_0x5e67ed=>_0x5099ce(_0x5e67ed)[_0x438e03(0x209)](_0xece15=>_0xaaedbf[_0x438e03(0x19f)]('test-file-success',[_0x5e67ed['configuration']['platform'],_0x5e67ed[_0x438e03(0x23d)]['file']]),_0xf58711=>_0xaaedbf['emit']('test-file-failure',[_0x5e67ed,_0xf58711]))))[_0x438e03(0x209)](_0x8328ef,_0x8328ef);});function a31_0x25f2(_0x33ef05,_0x320648){const _0x12a522=a31_0x12a5();return a31_0x25f2=function(_0x25f278,_0x4e6bfb){_0x25f278=_0x25f278-0x182;let _0x5a4524=_0x12a522[_0x25f278];return _0x5a4524;},a31_0x25f2(_0x33ef05,_0x320648);}function a31_0x12a5(){const _0x269829=['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','root_dir_path','VZRxp','jGQrK','OpEDv','getStderr','uTPeL','../../helpers/test-observability/utils','ZNmyz','noHda','GUIgn','gAOEE','exitCode','xSnPQ','test-file-success','pxrwz','QBggh','eaFqd','resolve','info','jgiSc','8XcMPfa','dmzkM','log','LJcnW','format','wZkDu','wPIrh','GKCDI','HhoSg','gGzcx','JtCLw','FlXlF','mocha','TwUpP','1033026ousbdO','ouZAV','results','gBVgr','zSlOQ','_workerPool','accessibility','MBuKk','KVgnm','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','aCOkF','IxnXV','21fXXPLQ','nnVUf','knWok','hWmDg','winstonLogger','then','MDiix','stderr','SmlCk','nIBha','LoCNc','rCtgx','232976LINFOt','cewSU','XKwMs','dONcp','jqDyT','2238522BFTihQ','289668ehYkmi','eQrLE','hJjNE','BDARp','tbxOs','ubxtd','end','IDxKR','platform-run-failure','104FkHXUT','length','env','WhnOj','cucumberWorker','cpIHp','vWNPA','all','error','mMUYe','test-file-failure','stop','tqYbK','OzBjH','../../helpers/logger','Workers\x20failed\x20to\x20exit\x20gracefully','YZWJM','worker','catch','_child','PDADQ','10nSAjaY','../../helpers/test-observability/sessionHandler','12784fnQITQ','getStdout','50YHrQVG','map','qmLdY','qkmkN','AIoht','configuration','send','WwbqC','parallelVanillaRun','platforms','KLBAW','yGGpR','platform-run-start','HgPxT','qvILi','Dudtl','stdout','Hmiov','7536141PSGPMl','arbMX','uAZjL','p-limit','257652weAkUd','forEach','json','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','push','platform-run-success','VDBMP','yZqgq','debug','zvgDD','ZuqWs','../../helpers/accessibility-automation/helper','BROWSERSTACK_TEST_ACCESSIBILITY_YML','emit','./testWorker.js','Sgdjm','TlVwG','exsNI','pipe','VRlNA','XnByP','GnVjG','oiAKR','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','cwevZ','ARlvK','qhlcD','smTdR','lFmqp','EQxbc','zlNzg','bkrQW','bRSDq','platform','GSIdp','IPExA','LMVQw','failureCount','IjHuO','Running\x20','waitForExit','pfcbD','923BxWuMD','Nigqo','RFBIw','tljNK','CXBUn','nLchk','TGmYR','\x20for','emittery','yLSyG','qAHIr','cDdqB','jest-worker','AOjsT','VUTyB','util','oMnGB','WWtBa','ijsUt','vanillaWorker','Worker','UKJZB','FixVJ','Rajxs','wYavy'];a31_0x12a5=function(){return _0x269829;};return a31_0x12a5();}
1
+ function a31_0x1d78(){const _0x1a9ac7=['aJSZw','_workerPool','zLVWp','log','stderr','ggCwE','exit','BROWSERSTACK_TEST_ACCESSIBILITY_YML','end','platform-run-success','util','HwIYP','UyKxt','Workers\x20failed\x20to\x20exit\x20gracefully','../../helpers/test-observability/utils','YcwSG','platforms','hSCwL','json','btSBJ','KgynI','push','sJnaa','tWcMV','Nsbyu','configuration','getStdout','PpHbn','abzDe','platform-run-start','_child','vanillaWorker','BEpHP','cojjn','then','dvptv','fCPIZ','aCLht','77161YOBJey','dHcoA','UPlyI','WdQRR','exitCode','ckMUn','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','cgbSQ','platform-run-failure','debug','cgKeT','parallelCucumberRun','aIGhm','pYMwy','jhwnA','AkzWI','HUqao','PSLRn','yLoEN','CRdzg','FgNmj','wBJxz','failureCount','resolve','oMItM','cucumberWorker','gaMIC','ouVnf','ndGZN','NpKXR','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','gNSTS','HoBzR','launch','fiUjB','RwEjd','nnEBQ','OVhUa','poIXJ','parallelVanillaRun','LPfhl','WpDPK','getStderr','emit','wknOk','env','test-file-start','126vehLhw','error','liFZV','jYXhe','xfcDR','10238319TzNfGd','RjXGL','CSekT','all','580227TUsPfo','wOEzc','UQQls','VykKI','info','Cctxj','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','wRDZd','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','stdout','Hkwjo','BGYBf','BS_A11Y_TEST_RUN_ID','EHAzV','IVtgN','KeSQr','map','gLGWQ','file','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','xUrMM','ymDBN','test-file-failure','Running\x20','iKLNH','EDjJz','inOlo','YPzBf','p-limit','oDAQT','Lzcrr','UpXsV','3743096HERlyH','nPAUW','../../helpers/test-observability/sessionHandler','platform','KdzmP','2690780vwwnSy','accessibility','mocha','jest-worker','../../helpers/accessibility-automation/helper','./testWorker.js','format','vQloK','NIDJa','zsxlR','LWIcx','9IQnpAX','KXymL','VQJMG','test-file-success','results','hQYIv','mjKYf','vsJxv','2615244IJbwxS','vjGZT','JidVE','BbPAK','BS_A11Y_JWT','kcbTX','rTPKd','../../helpers/logger','rtJwT','XwxxF','kQAYH','jZZrs','334276OLxJNE','YpbiM','worker','ZFZoN','krQdv','pipe','pMCbs','CkVQW'];a31_0x1d78=function(){return _0x1a9ac7;};return a31_0x1d78();}const a31_0x3a56a5=a31_0x3b7f;(function(_0x3fc958,_0x56400a){const _0x1259da=a31_0x3b7f,_0x24b493=_0x3fc958();while(!![]){try{const _0x3603a0=parseInt(_0x1259da(0x101))/0x1+parseInt(_0x1259da(0x139))/0x2+parseInt(_0x1259da(0x131))/0x3*(parseInt(_0x1259da(0x145))/0x4)+-parseInt(_0x1259da(0x126))/0x5+-parseInt(_0x1259da(0xf8))/0x6*(parseInt(_0x1259da(0xc9))/0x7)+parseInt(_0x1259da(0x121))/0x8+-parseInt(_0x1259da(0xfd))/0x9;if(_0x3603a0===_0x56400a)break;else _0x24b493['push'](_0x24b493['shift']());}catch(_0x49ad76){_0x24b493['push'](_0x24b493['shift']());}}}(a31_0x1d78,0xaab4d));const Worker=require(a31_0x3a56a5(0x129))['Worker'],Emittery=require('emittery'),pLimit=require(a31_0x3a56a5(0x11d)),util=require(a31_0x3a56a5(0x157)),logger=require(a31_0x3a56a5(0x140))['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x3a56a5(0x12a)),SessionHandler=require(a31_0x3a56a5(0x123)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x3a56a5(0x15b));function a31_0x3b7f(_0xb2495a,_0x1249b7){const _0x1d78b2=a31_0x1d78();return a31_0x3b7f=function(_0x3b7f05,_0x16b6dc){_0x3b7f05=_0x3b7f05-0xc1;let _0x5499f2=_0x1d78b2[_0x3b7f05];return _0x5499f2;},a31_0x3b7f(_0xb2495a,_0x1249b7);}checkAccessibility=_0x4d5fe9=>{const _0x355c55=a31_0x3a56a5,_0x3de783={};_0x3de783[_0x355c55(0x116)]=function(_0x54131b,_0x51a91d){return _0x54131b===_0x51a91d;},_0x3de783[_0x355c55(0x149)]=_0x355c55(0x161),_0x3de783[_0x355c55(0xd5)]=_0x355c55(0xff),_0x3de783[_0x355c55(0x13f)]=function(_0xdbdafe,_0x550083){return _0xdbdafe===_0x550083;},_0x3de783['abzDe']=function(_0x5dc173,_0x26bb87){return _0x5dc173!==_0x26bb87;},_0x3de783[_0x355c55(0xc7)]=_0x355c55(0x133),_0x3de783[_0x355c55(0xe5)]=_0x355c55(0xdf),_0x3de783[_0x355c55(0xd7)]=function(_0x3e5692,_0x3608ed){return _0x3e5692+_0x3608ed;},_0x3de783[_0x355c55(0xe9)]=_0x355c55(0x135),_0x3de783[_0x355c55(0xc4)]=_0x355c55(0xf5),_0x3de783[_0x355c55(0x10c)]='laMKA',_0x3de783['wOEzc']=_0x355c55(0x11e);const _0x156089=_0x3de783;let _0x4285fc=![];try{if(_0x156089[_0x355c55(0x169)](_0x156089[_0x355c55(0xc4)],_0x156089[_0x355c55(0x10c)]))_0x4d5fe9[_0x355c55(0x15d)]['forEach'](_0x463172=>{const _0x83e5f=_0x355c55;if(_0x156089[_0x83e5f(0x116)](_0x156089['krQdv'],_0x156089['aIGhm']))_0x181bd5[0x0]&&_0x78d26f['info'](_0x83e5f(0x118)+_0x28fd91[0x1]+'\x20for',_0x157fb4[0x0]);else{if(_0x156089['rTPKd'](_0x463172[_0x83e5f(0x127)],!![])){if(_0x156089[_0x83e5f(0x169)](_0x156089['fCPIZ'],_0x156089['fCPIZ']))_0x551cbe[_0x83e5f(0xf9)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x1ff02b['format'](_0x4672b1));else return _0x4285fc=!![],!![];}}});else{if(_0x156089[_0x355c55(0x116)](_0x5d7631[_0x355c55(0x127)],!![]))return _0x40c4a0=!![],!![];}}catch(_0x5be04e){_0x156089[_0x355c55(0x169)](_0x156089[_0x355c55(0x102)],_0x156089[_0x355c55(0x102)])?(_0x522869[_0x51a648[0x0]][_0x156089[_0x355c55(0xe5)]]=_0x156089['jhwnA'](_0x7cc571[_0xcc424c[0x0]][_0x156089[_0x355c55(0xe5)]],_0x6ef978[0x1][_0x156089[_0x355c55(0xe5)]]),_0x2d6184[_0x1be228[0x0]][_0x156089[_0x355c55(0xe9)]]=[..._0x5b9e83[_0x96597[0x0]][_0x156089[_0x355c55(0xe9)]],..._0x37b3a6[0x1][_0x156089['HoBzR']]]):logger[_0x355c55(0xd2)](_0x355c55(0x109)+_0x5be04e);}return _0x4285fc;},exports['parallelTestRun']=(_0x2a063c,_0x1be7d8,_0x2561e2)=>new Promise(async _0x59af00=>{const _0x5278ed=a31_0x3a56a5,_0x4b7ccc={'vQloK':_0x5278ed(0xdf),'aJSZw':function(_0x2d4e01,_0x501496){return _0x2d4e01+_0x501496;},'PpHbn':_0x5278ed(0x135),'oMItM':_0x5278ed(0x15a),'inOlo':function(_0x12da06,_0xfebb3d){return _0x12da06(_0xfebb3d);},'HwIYP':function(_0x55ab5b,_0x24e200){return _0x55ab5b===_0x24e200;},'YcwSG':_0x5278ed(0x13b),'KXymL':function(_0x46a25d,_0x49b2de){return _0x46a25d!==_0x49b2de;},'rtJwT':_0x5278ed(0xe6),'YpbiM':function(_0x555bb2,_0x2d057c){return _0x555bb2+_0x2d057c;},'jYXhe':_0x5278ed(0xd6),'zsxlR':function(_0x409f47,_0x213943){return _0x409f47===_0x213943;},'zPbCN':_0x5278ed(0xda),'gaMIC':'Dkjpj','RjXGL':function(_0x2af375,_0xf47c23){return _0x2af375!==_0xf47c23;},'pMCbs':_0x5278ed(0x148),'WpDPK':_0x5278ed(0x13c),'AkzWI':_0x5278ed(0x13e),'JHlMf':_0x5278ed(0xcc),'VykKI':function(_0x5c3184){return _0x5c3184();},'aCLht':_0x5278ed(0x11a),'Udulq':function(_0x56ce76,_0x37750e){return _0x56ce76(_0x37750e);},'vsJxv':function(_0x11cf22){return _0x11cf22();},'UPlyI':_0x5278ed(0x14f),'UpXsV':function(_0x3d3bd4,_0x3bf6dc){return _0x3d3bd4===_0x3bf6dc;},'PyAgH':'jkmud','BHwOX':'sjBMF','gdLpc':'jplnS','wBJxz':'AZXoG','IVtgN':function(_0x4640a6,_0x386db2){return _0x4640a6(_0x386db2);},'ouVnf':'fxuFt','nnEBQ':_0x5278ed(0xf1),'NIDJa':_0x5278ed(0xf7),'gLGWQ':function(_0x385a6e){return _0x385a6e();},'Cctxj':_0x5278ed(0x163),'EHAzV':_0x5278ed(0x128),'xfcDR':function(_0x10197c,_0x46e007){return _0x10197c(_0x46e007);},'oeGnA':function(_0x373f7c,_0x2145bc){return _0x373f7c===_0x2145bc;},'poIXJ':'true','hSCwL':function(_0x127ad3,_0x54e237){return _0x127ad3===_0x54e237;},'Nsbyu':function(_0x2774ae,_0x4e576c){return _0x2774ae!==_0x4e576c;},'RwEjd':_0x5278ed(0x108),'esGgD':function(_0x14780a,_0x4e88a5,_0x1eaaa0){return _0x14780a(_0x4e88a5,_0x1eaaa0);},'mwFyu':'./testWorker.js','KdzmP':_0x5278ed(0x147),'UyKxt':'json','mjKYf':_0x5278ed(0x14a),'KeSQr':function(_0x44ce5e,_0x146fad){return _0x44ce5e*_0x146fad;},'ckMUn':_0x5278ed(0x134),'LWIcx':_0x5278ed(0x117),'qqWga':function(_0x32975b,_0xeaa7fe){return _0x32975b(_0xeaa7fe);}},_0x56adb0={};if(_0x4b7ccc[_0x5278ed(0x112)](isTestObservabilitySession)){if(_0x4b7ccc[_0x5278ed(0x12f)](_0x4b7ccc[_0x5278ed(0x106)],_0x4b7ccc['Cctxj'])){const _0x402f84={..._0x2561e2};_0x402f84['root_dir_path']='',await SessionHandler[_0x5278ed(0xea)](_0x402f84,{'frameworkName':_0x4b7ccc['EHAzV'],'frameworkVersion':_0x4b7ccc[_0x5278ed(0xfc)](getFrameworkVersion,_0x4b7ccc[_0x5278ed(0x10e)])});}else{if(_0x2b3111[_0x1147fa[0x0]])_0x256dbd[_0x525c99[0x0]][_0x4b7ccc['vQloK']]=_0x4b7ccc[_0x5278ed(0x14d)](_0x1c4874[_0x14232b[0x0]][_0x4b7ccc[_0x5278ed(0x12d)]],_0x50434a[0x1][_0x4b7ccc[_0x5278ed(0x12d)]]),_0x572392[_0x35f290[0x0]][_0x4b7ccc[_0x5278ed(0x168)]]=[..._0x5306cf[_0x2859c8[0x0]][_0x4b7ccc[_0x5278ed(0x168)]],..._0x4c0019[0x1][_0x4b7ccc[_0x5278ed(0x168)]]];else{const _0x52f53b={};_0x52f53b['failureCount']=_0x2c8b1d[0x1][_0x4b7ccc[_0x5278ed(0x12d)]],_0x52f53b[_0x5278ed(0x135)]=[..._0x175db6[0x1][_0x4b7ccc[_0x5278ed(0x168)]]],_0x45bae3[_0x554a74[0x0]]=_0x52f53b;}}}let _0x268d94=_0x4b7ccc['oeGnA'](process['env'][_0x5278ed(0x154)],_0x4b7ccc[_0x5278ed(0xef)]);process[_0x5278ed(0xf6)][_0x5278ed(0xcf)]=_0x4b7ccc[_0x5278ed(0x11b)](checkAccessibility,_0x2561e2),_0x268d94=_0x268d94||_0x4b7ccc[_0x5278ed(0x15e)](process[_0x5278ed(0xf6)][_0x5278ed(0xcf)],_0x4b7ccc[_0x5278ed(0xef)]);if(_0x268d94){if(_0x4b7ccc[_0x5278ed(0x165)](_0x4b7ccc[_0x5278ed(0xec)],_0x4b7ccc['RwEjd']))_0x10bf36[_0x5278ed(0xf9)](_0x4b7ccc[_0x5278ed(0xe1)]);else{const [_0x1d0c37,_0x5294dc]=await _0x4b7ccc['esGgD'](createAccessibilityTestRun,_0x2561e2,_0x4b7ccc['EHAzV']);logger[_0x5278ed(0xd2)](_0x5278ed(0x107)+_0x5294dc),process[_0x5278ed(0xf6)][_0x5278ed(0x13d)]=_0x1d0c37,process['env'][_0x5278ed(0x10d)]=_0x5294dc;}}const _0x385098=new Worker(require[_0x5278ed(0xe0)](_0x4b7ccc['mwFyu']),{'exposedMethods':[_0x4b7ccc[_0x5278ed(0x125)]],'forkOptions':{'serialization':_0x4b7ccc[_0x5278ed(0x159)],'stdio':_0x4b7ccc[_0x5278ed(0x137)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x4b7ccc[_0x5278ed(0x110)](_0x1be7d8,0x1),'enableWorkerThreads':!![]}),_0x1404cc=new Emittery();_0x1404cc['on'](_0x4b7ccc[_0x5278ed(0xce)],_0x575c9a=>{const _0x1aed2f=_0x5278ed,_0x5dd26f={};_0x5dd26f[_0x1aed2f(0xd9)]=_0x4b7ccc[_0x1aed2f(0xe1)];const _0x46d08a=_0x5dd26f;_0x4b7ccc[_0x1aed2f(0x158)](_0x4b7ccc['YcwSG'],_0x4b7ccc[_0x1aed2f(0x15c)])?_0x56adb0[_0x575c9a[0x0]]?_0x4b7ccc[_0x1aed2f(0x132)](_0x4b7ccc[_0x1aed2f(0x141)],_0x4b7ccc[_0x1aed2f(0x141)])?_0x30d51a[_0x1aed2f(0xf9)](_0x46d08a[_0x1aed2f(0xd9)]):(_0x56adb0[_0x575c9a[0x0]][_0x4b7ccc[_0x1aed2f(0x12d)]]=_0x4b7ccc[_0x1aed2f(0x146)](_0x56adb0[_0x575c9a[0x0]][_0x4b7ccc[_0x1aed2f(0x12d)]],_0x575c9a[0x1][_0x4b7ccc[_0x1aed2f(0x12d)]]),_0x56adb0[_0x575c9a[0x0]][_0x4b7ccc['PpHbn']]=[..._0x56adb0[_0x575c9a[0x0]][_0x4b7ccc[_0x1aed2f(0x168)]],..._0x575c9a[0x1][_0x4b7ccc[_0x1aed2f(0x168)]]]):_0x4b7ccc['KXymL'](_0x4b7ccc[_0x1aed2f(0xfb)],_0x4b7ccc[_0x1aed2f(0xfb)])?_0xbc645f=_0x3c954a:_0x56adb0[_0x575c9a[0x0]]={'failureCount':_0x575c9a[0x1][_0x4b7ccc[_0x1aed2f(0x12d)]],'results':[..._0x575c9a[0x1][_0x4b7ccc['PpHbn']]]}:_0x4b7ccc[_0x1aed2f(0x11b)](_0x3ab931,_0x1aed2f(0xe7)+_0x454363);}),_0x1404cc['on'](_0x4b7ccc[_0x5278ed(0x130)],_0x508b02=>console['log'](_0x508b02[0x1]));if(_0x385098[_0x5278ed(0x167)]())_0x385098[_0x5278ed(0x167)]()[_0x5278ed(0x14a)](process[_0x5278ed(0x10a)]);if(_0x385098[_0x5278ed(0xf3)]())_0x385098[_0x5278ed(0xf3)]()['pipe'](process['stderr']);const _0x9963b8=async()=>{const _0x38979e=_0x5278ed,_0x21b06d={'xUrMM':function(_0x403ebf,_0x117040){return _0x4b7ccc['zsxlR'](_0x403ebf,_0x117040);},'ggCwE':_0x4b7ccc['zPbCN'],'dHcoA':_0x4b7ccc[_0x38979e(0xe3)]};if(_0x4b7ccc[_0x38979e(0xfe)](_0x4b7ccc[_0x38979e(0x14b)],_0x4b7ccc[_0x38979e(0xf2)])){const {forceExited:_0x3b57ea}=await _0x385098['end']();_0x3b57ea&&(_0x4b7ccc['zsxlR'](_0x4b7ccc[_0x38979e(0xd8)],_0x4b7ccc['JHlMf'])?_0x2660e9[_0x38979e(0x162)]([_0x3228fb[0x0],_0x506346[0x1]]):console[_0x38979e(0xf9)](_0x4b7ccc[_0x38979e(0xe1)]));_0x4b7ccc[_0x38979e(0x104)](isAccessibilityAutomationSession)&&(_0x4b7ccc[_0x38979e(0x12f)](_0x4b7ccc[_0x38979e(0xc8)],_0x4b7ccc[_0x38979e(0xc8)])?await _0x4b7ccc['Udulq'](stopAccessibilityTestRun,_0x2561e2)['catch'](_0xaf7c0f=>{const _0x551dc9=_0x38979e;if(_0x21b06d[_0x551dc9(0x115)](_0x21b06d[_0x551dc9(0x152)],_0x21b06d[_0x551dc9(0xca)]))return _0x299bea[_0x551dc9(0xc2)](_0x4ff53d);else logger[_0x551dc9(0xf9)](_0x551dc9(0x114)+util[_0x551dc9(0x12c)](_0xaf7c0f));}):_0x3d9e1f[_0x38979e(0xf9)](_0x4b7ccc[_0x38979e(0xe1)]));if(_0x4b7ccc[_0x38979e(0x138)](isTestObservabilitySession)){if(_0x4b7ccc[_0x38979e(0x132)](_0x4b7ccc[_0x38979e(0xcb)],_0x4b7ccc['UPlyI']))_0x483279[_0x38979e(0xcd)]=0x1;else try{if(_0x4b7ccc[_0x38979e(0x120)](_0x4b7ccc['PyAgH'],_0x4b7ccc['BHwOX']))return _0x35e5d3=!![],!![];else await SessionHandler['stop']();}catch(_0x59b8f4){if(_0x4b7ccc[_0x38979e(0x12f)](_0x4b7ccc['gdLpc'],_0x4b7ccc[_0x38979e(0xde)])){const _0x29abde={'kQAYH':function(_0x455607,_0x100e00){return _0x21b06d['xUrMM'](_0x455607,_0x100e00);}};_0x3fef45[_0x38979e(0x15d)]['forEach'](_0x5cc72f=>{const _0x570760=_0x38979e;if(_0x29abde[_0x570760(0x143)](_0x5cc72f[_0x570760(0x127)],!![]))return _0x60bd98=!![],!![];});}else _0x4b7ccc['IVtgN'](debug,_0x38979e(0xe7)+_0x59b8f4);}}_0x4b7ccc[_0x38979e(0x10f)](_0x59af00,_0x56adb0);}else _0x1439a7[_0x38979e(0xd2)](_0x38979e(0x109)+_0x20cd26);},_0x18bb70=_0x4b7ccc['qqWga'](pLimit,_0x4b7ccc[_0x5278ed(0x110)](_0x1be7d8,0x1)),_0x5c2ee7=_0x2a37a3=>_0x18bb70(async()=>{const _0x81d8f5=_0x5278ed,_0x4b5db3={'hQYIv':function(_0x5ffced,_0x312aae){return _0x4b7ccc['zsxlR'](_0x5ffced,_0x312aae);},'zgrJq':function(_0x43c501,_0x375f8f){const _0x503350=a31_0x3b7f;return _0x4b7ccc[_0x503350(0xfe)](_0x43c501,_0x375f8f);}};if(_0x4b7ccc[_0x81d8f5(0xfe)](_0x4b7ccc[_0x81d8f5(0xe4)],_0x4b7ccc[_0x81d8f5(0xed)]))return await _0x1404cc[_0x81d8f5(0xf4)](_0x4b7ccc[_0x81d8f5(0x12e)],_0x2a37a3),_0x385098[_0x81d8f5(0x147)](_0x2a37a3,_0x2561e2);else _0x4b5db3[_0x81d8f5(0x136)](_0x12f8f7,0x0)&&_0x4b5db3['zgrJq'](_0x32635b,0x0)&&(_0x204e66=_0x4067fb);});Promise[_0x5278ed(0x100)](_0x2a063c['map'](_0x1c2ec4=>_0x5c2ee7(_0x1c2ec4)[_0x5278ed(0xc5)](_0x3e70e2=>_0x1404cc['emit'](_0x5278ed(0x134),[_0x1c2ec4['configuration'][_0x5278ed(0x124)],_0x3e70e2]),_0x327cbf=>_0x1404cc[_0x5278ed(0xf4)]('test-file-failure',[_0x1c2ec4,_0x327cbf]))))['then'](_0x9963b8,_0x9963b8);}),exports[a31_0x3a56a5(0xd4)]=(_0x40afd6,_0x187d1c,_0x338b88,_0x1950f5,_0x237314)=>{const _0x3826ba=a31_0x3a56a5,_0x19a1c4={'cgbSQ':_0x3826ba(0xdf),'iKLNH':_0x3826ba(0x135),'HgeBc':function(_0x14e3e1,_0x50b3b5){return _0x14e3e1===_0x50b3b5;},'tWcMV':_0x3826ba(0x160),'XwxxF':'Workers\x20failed\x20to\x20exit\x20gracefully','gNSTS':function(_0x3a1bcc,_0x1cf10a){return _0x3a1bcc(_0x1cf10a);},'nPAUW':_0x3826ba(0x16a),'WExvn':_0x3826ba(0x12b),'EZFRC':_0x3826ba(0xe2),'liFZV':_0x3826ba(0x15f),'Hkwjo':_0x3826ba(0x14a),'ebDaC':_0x3826ba(0x156),'cgKeT':_0x3826ba(0xd1),'uCBhy':function(_0x1c4e5b,_0x177b79){return _0x1c4e5b(_0x177b79);}};return new Promise(_0x285b75=>{const _0x4d1483=_0x3826ba,_0x14ea69={'BEpHP':_0x19a1c4[_0x4d1483(0x142)],'UQQls':function(_0x12bdcc,_0x513b66){const _0x5f2a1d=_0x4d1483;return _0x19a1c4[_0x5f2a1d(0xe8)](_0x12bdcc,_0x513b66);},'yLoEN':_0x19a1c4[_0x4d1483(0x122)]},_0xcbdada=[],_0x20e43d=new Worker(require[_0x4d1483(0xe0)](_0x19a1c4['WExvn']),{'exposedMethods':[_0x19a1c4['EZFRC']],'forkOptions':{'serialization':_0x19a1c4[_0x4d1483(0xfa)],'stdio':_0x19a1c4[_0x4d1483(0x10b)]},'numWorkers':_0x40afd6['length'],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5380e9=new Emittery();_0x5380e9['on'](_0x19a1c4['ebDaC'],_0x1dfb5b=>{const _0x3ed322=_0x4d1483,_0x3464bc={};_0x3464bc[_0x3ed322(0xdd)]=_0x19a1c4[_0x3ed322(0xd0)],_0x3464bc[_0x3ed322(0xc6)]=_0x19a1c4[_0x3ed322(0x119)];const _0x13e40b=_0x3464bc;if(_0x19a1c4['HgeBc'](_0x19a1c4[_0x3ed322(0x164)],_0x19a1c4[_0x3ed322(0x164)]))_0xcbdada[_0x3ed322(0x162)]([_0x1dfb5b[0x0],_0x1dfb5b[0x1]]);else{const _0xeffc3f={};_0xeffc3f[_0x3ed322(0xdf)]=_0x18d893[0x1][_0x13e40b[_0x3ed322(0xdd)]],_0xeffc3f[_0x3ed322(0x135)]=[..._0x38235d[0x1][_0x13e40b[_0x3ed322(0xc6)]]],_0x1daeac[_0x3947ad[0x0]]=_0xeffc3f;}}),_0x5380e9['on'](_0x19a1c4[_0x4d1483(0xd3)],_0x2c1a85=>console[_0x4d1483(0x150)](_0x2c1a85[0x1]));if(_0x20e43d[_0x4d1483(0x167)]())_0x20e43d[_0x4d1483(0x167)]()[_0x4d1483(0x14a)](process[_0x4d1483(0x10a)]);if(_0x20e43d[_0x4d1483(0xf3)]())_0x20e43d[_0x4d1483(0xf3)]()[_0x4d1483(0x14a)](process[_0x4d1483(0x151)]);const _0x4c28d1=async()=>{const _0xd96fe5=_0x4d1483,{forceExited:_0xa56f60}=await _0x20e43d[_0xd96fe5(0x155)]();_0xa56f60&&console[_0xd96fe5(0xf9)](_0x14ea69[_0xd96fe5(0xc3)]),_0x14ea69[_0xd96fe5(0x103)](_0x285b75,_0xcbdada);},_0x30035d=_0x19a1c4['uCBhy'](pLimit,_0x40afd6['length']),_0x2ed617=_0x3d83c1=>_0x30035d(async()=>{const _0x3ce759=_0x4d1483;return await _0x5380e9[_0x3ce759(0xf4)](_0x14ea69[_0x3ce759(0xdb)],_0x3d83c1),_0x20e43d[_0x3ce759(0xe2)](_0x3d83c1,_0x187d1c,_0x338b88,_0x1950f5,_0x237314);});Promise[_0x4d1483(0x100)](_0x40afd6[_0x4d1483(0x111)](_0x4fe242=>_0x2ed617(_0x4fe242)[_0x4d1483(0xc5)](_0x2b3dc3=>_0x5380e9[_0x4d1483(0xf4)](_0x4d1483(0x156),[_0x4fe242,_0x2b3dc3]),_0x4a7be1=>_0x5380e9[_0x4d1483(0xf4)](_0x4d1483(0xd1),[_0x4fe242,_0x4a7be1]))))[_0x4d1483(0xc5)](_0x4c28d1,_0x4c28d1);});},exports[a31_0x3a56a5(0xf0)]=(_0x526be2,_0x4ba982)=>new Promise(_0x1960e4=>{const _0x1ef85f=a31_0x3a56a5,_0x4288fb={'migug':function(_0x5a2895,_0x3663af){return _0x5a2895===_0x3663af;},'CkVQW':function(_0x52247c,_0x18dcc8){return _0x52247c!==_0x18dcc8;},'fLwzY':_0x1ef85f(0x153),'Lzcrr':_0x1ef85f(0x15a),'jZZrs':function(_0x33d6b8,_0x3e0c0f){return _0x33d6b8(_0x3e0c0f);},'CRdzg':_0x1ef85f(0x12b),'fiUjB':_0x1ef85f(0xc2),'YPzBf':'json','VmNZi':'pipe','AUJMw':_0x1ef85f(0x134),'vjGZT':_0x1ef85f(0x117)},_0xe2003a={},_0x23f697=new Worker(require[_0x1ef85f(0xe0)](_0x4288fb[_0x1ef85f(0xdc)]),{'exposedMethods':[_0x4288fb[_0x1ef85f(0xeb)]],'forkOptions':{'serialization':_0x4288fb[_0x1ef85f(0x11c)],'stdio':_0x4288fb['VmNZi']},'numWorkers':_0x4ba982,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3ca4c3=new Emittery();_0x3ca4c3['on'](_0x4288fb['AUJMw'],_0x32ea1d=>{const _0xb0b76f=_0x1ef85f;_0x32ea1d[0x0]&&logger[_0xb0b76f(0x105)]('Running\x20'+_0x32ea1d[0x1]+'\x20for',_0x32ea1d[0x0]);}),_0x3ca4c3['on'](_0x4288fb[_0x1ef85f(0x13a)],_0x4907c0=>{process['exitCode']=0x1;});if(_0x23f697['getStdout']())_0x23f697[_0x1ef85f(0x167)]()[_0x1ef85f(0x14a)](process[_0x1ef85f(0x10a)]);if(_0x23f697[_0x1ef85f(0xf3)]())_0x23f697[_0x1ef85f(0xf3)]()['pipe'](process[_0x1ef85f(0x151)]);const _0x30c316=async()=>{const _0x2fb075=_0x1ef85f,_0xfe10f6={'OVhUa':function(_0x13170d,_0x21cf60){return _0x4288fb['migug'](_0x13170d,_0x21cf60);},'Zhirg':function(_0x3829b0,_0x5eea9e){const _0x497588=a31_0x3b7f;return _0x4288fb[_0x497588(0x14c)](_0x3829b0,_0x5eea9e);},'ewKvr':_0x4288fb['fLwzY']};let _0x12771d=0x0;const _0x347eed=_0x23f697[_0x2fb075(0x14e)]['getWorkers'](),_0x1c9fd4=()=>{},_0x3ac318=_0x347eed[_0x2fb075(0x111)](async _0x1e47c1=>{const _0x17cdbe=_0x2fb075;_0x1e47c1['send']([0x2,![]],_0x1c9fd4,_0x1c9fd4,_0x1c9fd4),_0x1e47c1[_0x17cdbe(0xc1)]['on'](_0xfe10f6['ewKvr'],_0x443bef=>{const _0x28fb1f=_0x17cdbe;_0xfe10f6[_0x28fb1f(0xee)](_0x12771d,0x0)&&_0xfe10f6['Zhirg'](_0x443bef,0x0)&&(_0x12771d=_0x443bef);}),await _0x1e47c1['waitForExit']();});await Promise['all'](_0x3ac318),process['exitCode']=_0x12771d;const {forceExited:_0x2ca53a}=await _0x23f697[_0x2fb075(0x155)]();_0x2ca53a&&console[_0x2fb075(0xf9)](_0x4288fb[_0x2fb075(0x11f)]),_0x4288fb[_0x2fb075(0x144)](_0x1960e4,_0xe2003a);},_0x4d9c53=_0x4288fb['jZZrs'](pLimit,_0x4ba982),_0x1e5377=_0x22d17e=>_0x4d9c53(async()=>{const _0x2f08d8=_0x1ef85f;return _0x23f697[_0x2f08d8(0xc2)](_0x22d17e);});Promise['all'](_0x526be2[_0x1ef85f(0x111)](_0x2be641=>_0x1e5377(_0x2be641)[_0x1ef85f(0xc5)](_0x22615d=>_0x3ca4c3['emit'](_0x1ef85f(0x134),[_0x2be641[_0x1ef85f(0x166)][_0x1ef85f(0x124)],_0x2be641[_0x1ef85f(0x166)][_0x1ef85f(0x113)]]),_0x533637=>_0x3ca4c3[_0x1ef85f(0xf4)](_0x1ef85f(0x117),[_0x2be641,_0x533637]))))[_0x1ef85f(0xc5)](_0x30c316,_0x30c316);});
@@ -1 +1 @@
1
- const a32_0x17a60a=a32_0xac27;(function(_0x50510c,_0x2baa05){const _0x5a1e42=a32_0xac27,_0x2c7e01=_0x50510c();while(!![]){try{const _0xc564e7=-parseInt(_0x5a1e42(0x1d8))/0x1+-parseInt(_0x5a1e42(0x1ec))/0x2*(-parseInt(_0x5a1e42(0x1e1))/0x3)+-parseInt(_0x5a1e42(0x1ee))/0x4*(parseInt(_0x5a1e42(0x1e9))/0x5)+parseInt(_0x5a1e42(0x1f2))/0x6*(-parseInt(_0x5a1e42(0x1f0))/0x7)+-parseInt(_0x5a1e42(0x1f1))/0x8+parseInt(_0x5a1e42(0x1ef))/0x9+parseInt(_0x5a1e42(0x1d9))/0xa;if(_0xc564e7===_0x2baa05)break;else _0x2c7e01['push'](_0x2c7e01['shift']());}catch(_0x395bbe){_0x2c7e01['push'](_0x2c7e01['shift']());}}}(a32_0x32e7,0x7489a),exports[a32_0x17a60a(0x1e4)]=async(_0x189657,_0x4a3811)=>{const _0x183c69=a32_0x17a60a,_0x2b828f={'vMCrh':function(_0x43e171,_0x455ccf){return _0x43e171(_0x455ccf);},'ezUgB':'../launcher/launcher','vQWKn':_0x183c69(0x1e3)},_0x127a0b=_0x2b828f[_0x183c69(0x1eb)](require,_0x2b828f[_0x183c69(0x1de)]),_0x5c814b=new _0x127a0b(_0x2b828f[_0x183c69(0x1e8)],_0x189657,_0x4a3811);return await _0x5c814b[_0x183c69(0x1df)]();},exports[a32_0x17a60a(0x1e7)]=async(_0x212e76,_0xb4e360,_0xebabfb,_0x2b9b60,_0x472e41)=>{const _0x235a36=a32_0x17a60a,_0x33bfae={'afQqf':function(_0x22323f,_0x48bb0e){return _0x22323f(_0x48bb0e);},'jmSBb':_0x235a36(0x1e6),'VViVs':_0x235a36(0x1dd)},_0x9c8254={'capability':_0x212e76,..._0xb4e360},_0x3cb0ad={};_0x3cb0ad[_0x235a36(0x1db)]=_0x9c8254,_0x3cb0ad[_0x235a36(0x1e5)]=_0x472e41;let _0x49d7c4=_0x3cb0ad;const _0x486c4b=_0x33bfae['afQqf'](require,_0x33bfae[_0x235a36(0x1e0)]),_0x96cd5d=new _0x486c4b(_0x33bfae[_0x235a36(0x1da)],_0x49d7c4,_0xebabfb,_0x2b9b60);return await _0x96cd5d[_0x235a36(0x1df)]();},exports[a32_0x17a60a(0x1dc)]=async _0x5113f5=>{const _0x2238cc=a32_0x17a60a,_0x29f7b5={'Gikwh':function(_0x182556,_0x39b65b){return _0x182556(_0x39b65b);},'JrlUy':_0x2238cc(0x1e6),'UKTjL':_0x2238cc(0x1f3)},_0x2b1ed5=_0x29f7b5[_0x2238cc(0x1ed)](require,_0x29f7b5[_0x2238cc(0x1ea)]),_0x12d330=new _0x2b1ed5(_0x29f7b5[_0x2238cc(0x1e2)],_0x5113f5);return await _0x12d330[_0x2238cc(0x1df)]();});function a32_0xac27(_0x37afad,_0x127107){const _0x32e77e=a32_0x32e7();return a32_0xac27=function(_0xac270a,_0x29ba0f){_0xac270a=_0xac270a-0x1d8;let _0x39f47d=_0x32e77e[_0xac270a];return _0x39f47d;},a32_0xac27(_0x37afad,_0x127107);}function a32_0x32e7(){const _0x1624a3=['vanilla','851822zvtOQx','7430300dkYIji','VViVs','configuration','runVanillaTest','cucumber-js','ezUgB','run','jmSBb','2316591RTqaGk','UKTjL','mocha','runTest','formatter','../launcher/launcher','runCucumberTest','vQWKn','40pAHOLp','JrlUy','vMCrh','2SxOrxy','Gikwh','145708VnstTo','6896880QqXwLf','48083HtLbdA','5232816wNFtUn','6emoQRb'];a32_0x32e7=function(){return _0x1624a3;};return a32_0x32e7();}
1
+ function a32_0x2be3(_0x178f39,_0x1dc526){const _0x3ee7fc=a32_0x3ee7();return a32_0x2be3=function(_0x2be30c,_0xf94d73){_0x2be30c=_0x2be30c-0x8b;let _0x4b2e99=_0x3ee7fc[_0x2be30c];return _0x4b2e99;},a32_0x2be3(_0x178f39,_0x1dc526);}const a32_0x355633=a32_0x2be3;function a32_0x3ee7(){const _0x4cc1a1=['vanilla','2222OhuNjV','runTest','mocha','../launcher/launcher','1967uIvKDn','75086SOjniD','11724apoMJk','zGnSS','bgtQY','configuration','565binvDV','7126200iNgtqh','13670eYdnzL','runVanillaTest','eZsIO','3bLqIzP','formatter','run','4434IprjUA','iBnMN','594226iplgWe','NDRGi','runCucumberTest','70120kruCJn','81AxGoOn'];a32_0x3ee7=function(){return _0x4cc1a1;};return a32_0x3ee7();}(function(_0x5d9d68,_0x5c74b7){const _0xd947dd=a32_0x2be3,_0x199ff3=_0x5d9d68();while(!![]){try{const _0x42e9a9=-parseInt(_0xd947dd(0x96))/0x1+parseInt(_0xd947dd(0x8b))/0x2*(-parseInt(_0xd947dd(0xa0))/0x3)+parseInt(_0xd947dd(0x97))/0x4*(-parseInt(_0xd947dd(0x9b))/0x5)+-parseInt(_0xd947dd(0xa3))/0x6*(-parseInt(_0xd947dd(0x95))/0x7)+parseInt(_0xd947dd(0x8e))/0x8*(-parseInt(_0xd947dd(0x8f))/0x9)+parseInt(_0xd947dd(0x9d))/0xa*(parseInt(_0xd947dd(0x91))/0xb)+parseInt(_0xd947dd(0x9c))/0xc;if(_0x42e9a9===_0x5c74b7)break;else _0x199ff3['push'](_0x199ff3['shift']());}catch(_0x39e915){_0x199ff3['push'](_0x199ff3['shift']());}}}(a32_0x3ee7,0x481bc),exports[a32_0x355633(0x92)]=async(_0x3a01d5,_0xa853d7)=>{const _0x4e1b7a=a32_0x355633,_0x20afa9={'hBhMW':function(_0x4bfa87,_0x1c2a24){return _0x4bfa87(_0x1c2a24);},'iBnMN':'../launcher/launcher','eZsIO':_0x4e1b7a(0x93)},_0x344823=_0x20afa9['hBhMW'](require,_0x20afa9[_0x4e1b7a(0xa4)]),_0x9a28c8=new _0x344823(_0x20afa9[_0x4e1b7a(0x9f)],_0x3a01d5,_0xa853d7);return await _0x9a28c8[_0x4e1b7a(0xa2)]();},exports[a32_0x355633(0x8d)]=async(_0xefe831,_0x2dc61c,_0x108e10,_0x1e78b3,_0x35f63c)=>{const _0x82a1a8=a32_0x355633,_0x4f399d={'GazKH':function(_0x4670c1,_0x2ab28d){return _0x4670c1(_0x2ab28d);},'YmiIf':_0x82a1a8(0x94),'zGnSS':'cucumber-js'},_0x3fd8ad={'capability':_0xefe831,..._0x2dc61c},_0x1bd6e8={};_0x1bd6e8[_0x82a1a8(0x9a)]=_0x3fd8ad,_0x1bd6e8[_0x82a1a8(0xa1)]=_0x35f63c;let _0x364337=_0x1bd6e8;const _0x1cbacc=_0x4f399d['GazKH'](require,_0x4f399d['YmiIf']),_0x31d755=new _0x1cbacc(_0x4f399d[_0x82a1a8(0x98)],_0x364337,_0x108e10,_0x1e78b3);return await _0x31d755[_0x82a1a8(0xa2)]();},exports[a32_0x355633(0x9e)]=async _0x43f547=>{const _0xbe084a=a32_0x355633,_0x384581={'NDRGi':function(_0x2a1a72,_0x378a48){return _0x2a1a72(_0x378a48);},'IrBhe':_0xbe084a(0x94),'bgtQY':_0xbe084a(0x90)},_0x262df9=_0x384581[_0xbe084a(0x8c)](require,_0x384581['IrBhe']),_0x51491d=new _0x262df9(_0x384581[_0xbe084a(0x99)],_0x43f547);return await _0x51491d[_0xbe084a(0xa2)]();});
@@ -1 +1 @@
1
- function a33_0x2e79(){const _0x1c1c33=['18EWibLu','2oeljkd','oxnfE','974868iNAzMP','2853747QkVkAM','666001SWNCbx','lvPKn','191279QKZfGs','sdfsu','961923IpRAVI','2392768johUVH','cucumberWorker','1164430TIRAWG'];a33_0x2e79=function(){return _0x1c1c33;};return a33_0x2e79();}function a33_0x428c(_0xb67183,_0x56d57b){const _0x2e79a4=a33_0x2e79();return a33_0x428c=function(_0x428c17,_0x33a540){_0x428c17=_0x428c17-0x1d6;let _0x556e31=_0x2e79a4[_0x428c17];return _0x556e31;},a33_0x428c(_0xb67183,_0x56d57b);}const a33_0x5bf588=a33_0x428c;(function(_0x56c4b4,_0x26d5ee){const _0x5ca0dc=a33_0x428c,_0x4df5ca=_0x56c4b4();while(!![]){try{const _0x1f0568=parseInt(_0x5ca0dc(0x1d8))/0x1*(parseInt(_0x5ca0dc(0x1df))/0x2)+parseInt(_0x5ca0dc(0x1da))/0x3+parseInt(_0x5ca0dc(0x1e1))/0x4+-parseInt(_0x5ca0dc(0x1dd))/0x5+parseInt(_0x5ca0dc(0x1de))/0x6*(parseInt(_0x5ca0dc(0x1d6))/0x7)+-parseInt(_0x5ca0dc(0x1db))/0x8+-parseInt(_0x5ca0dc(0x1e2))/0x9;if(_0x1f0568===_0x26d5ee)break;else _0x4df5ca['push'](_0x4df5ca['shift']());}catch(_0x46df60){_0x4df5ca['push'](_0x4df5ca['shift']());}}}(a33_0x2e79,0x2ee01));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports['worker']=async(_0x5d3b0b,_0x523001)=>{const _0x189aa4=a33_0x428c,_0x351804={'lvPKn':function(_0x1673ce,_0x413d99,_0x10dd55){return _0x1673ce(_0x413d99,_0x10dd55);}};return await _0x351804[_0x189aa4(0x1d7)](runTest,_0x5d3b0b,_0x523001);},exports[a33_0x5bf588(0x1dc)]=async(_0x22b782,_0x5d8399,_0x26361f,_0x359942,_0x4defe6)=>{const _0x1fe3bf=a33_0x5bf588,_0x538601={'sdfsu':function(_0x188868,_0x5e5bac,_0x2cb61d,_0x214679,_0x32c0f2,_0x26d277){return _0x188868(_0x5e5bac,_0x2cb61d,_0x214679,_0x32c0f2,_0x26d277);}};return await _0x538601[_0x1fe3bf(0x1d9)](runCucumberTest,_0x22b782,_0x5d8399,_0x26361f,_0x359942,_0x4defe6);},exports['vanillaWorker']=async _0x5437cc=>{const _0x2fa8b6=a33_0x5bf588,_0x553757={'oxnfE':function(_0x584037,_0x3d51bd){return _0x584037(_0x3d51bd);}};return await _0x553757[_0x2fa8b6(0x1e0)](runVanillaTest,_0x5437cc);};
1
+ const a33_0x59900c=a33_0x5ac8;(function(_0x2f8b36,_0x1c1a0d){const _0x37b70f=a33_0x5ac8,_0x49ac0f=_0x2f8b36();while(!![]){try{const _0x484b5a=parseInt(_0x37b70f(0xb7))/0x1*(-parseInt(_0x37b70f(0xbe))/0x2)+parseInt(_0x37b70f(0xbc))/0x3+parseInt(_0x37b70f(0xbf))/0x4+parseInt(_0x37b70f(0xc1))/0x5+-parseInt(_0x37b70f(0xbd))/0x6+-parseInt(_0x37b70f(0xc0))/0x7+parseInt(_0x37b70f(0xba))/0x8*(parseInt(_0x37b70f(0xb8))/0x9);if(_0x484b5a===_0x1c1a0d)break;else _0x49ac0f['push'](_0x49ac0f['shift']());}catch(_0x57e7cc){_0x49ac0f['push'](_0x49ac0f['shift']());}}}(a33_0x1a33,0x5ae01));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x59900c(0xb9));function a33_0x5ac8(_0x5006f1,_0x5dc9ac){const _0x1a334b=a33_0x1a33();return a33_0x5ac8=function(_0x5ac8fa,_0x554341){_0x5ac8fa=_0x5ac8fa-0xb5;let _0x1031b4=_0x1a334b[_0x5ac8fa];return _0x1031b4;},a33_0x5ac8(_0x5006f1,_0x5dc9ac);}function a33_0x1a33(){const _0x2a3a4f=['ZSdXr','7631tElXPE','4356servxe','./runTest','3296vkssmB','XzkuG','1153560pYgaeb','2144040DMMsjP','4XWTDCX','63812MwteRf','438739aFPzeC','1038115ifaHds','worker','cucumberWorker'];a33_0x1a33=function(){return _0x2a3a4f;};return a33_0x1a33();}exports[a33_0x59900c(0xc2)]=async(_0x2085ff,_0x5342dc)=>{const _0x1372a8=a33_0x59900c,_0x2bfb3f={'ZSdXr':function(_0x4e3740,_0x449706,_0x40898a){return _0x4e3740(_0x449706,_0x40898a);}};return await _0x2bfb3f[_0x1372a8(0xb6)](runTest,_0x2085ff,_0x5342dc);},exports[a33_0x59900c(0xb5)]=async(_0x3a0a8f,_0x46f58b,_0xc9cec8,_0x5286d3,_0x3914cb)=>{const _0x5267b8={'awZiS':function(_0x48b067,_0xc13f1a,_0x536932,_0x37a89d,_0x4a5fe7,_0x344857){return _0x48b067(_0xc13f1a,_0x536932,_0x37a89d,_0x4a5fe7,_0x344857);}};return await _0x5267b8['awZiS'](runCucumberTest,_0x3a0a8f,_0x46f58b,_0xc9cec8,_0x5286d3,_0x3914cb);},exports['vanillaWorker']=async _0x2e5fbc=>{const _0x48b140=a33_0x59900c,_0x470b81={'XzkuG':function(_0x4b0049,_0x5033fb){return _0x4b0049(_0x5033fb);}};return await _0x470b81[_0x48b140(0xbb)](runVanillaTest,_0x2e5fbc);};
@@ -1 +1 @@
1
- var a34_0x229e44=a34_0x3bc0;(function(_0x20c9ef,_0x110241){var _0x524636=a34_0x3bc0,_0x285abe=_0x20c9ef();while(!![]){try{var _0x32cb87=-parseInt(_0x524636(0x20d))/0x1*(-parseInt(_0x524636(0x206))/0x2)+-parseInt(_0x524636(0x218))/0x3+parseInt(_0x524636(0x1de))/0x4*(parseInt(_0x524636(0x1d4))/0x5)+-parseInt(_0x524636(0x1e2))/0x6*(parseInt(_0x524636(0x1df))/0x7)+parseInt(_0x524636(0x20a))/0x8+parseInt(_0x524636(0x1fc))/0x9*(-parseInt(_0x524636(0x1d7))/0xa)+-parseInt(_0x524636(0x1ed))/0xb;if(_0x32cb87===_0x110241)break;else _0x285abe['push'](_0x285abe['shift']());}catch(_0x1b8fd8){_0x285abe['push'](_0x285abe['shift']());}}}(a34_0x33e4,0x52421));var a34_0x239cd6={};a34_0x239cd6[a34_0x229e44(0x1f0)]='shows\x20version\x20information',a34_0x239cd6[a34_0x229e44(0x1ee)]='Specify\x20--help\x20for\x20available\x20options';var a34_0x1cb687={};a34_0x1cb687[a34_0x229e44(0x1f0)]='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x56444b={};a34_0x56444b['INFO']=a34_0x229e44(0x21a);var a34_0x5314aa={};a34_0x5314aa['INFO']=a34_0x229e44(0x1dc);var a34_0x15b1bb={};a34_0x15b1bb[a34_0x229e44(0x1f0)]=a34_0x229e44(0x200);var a34_0x3097b1={};a34_0x3097b1[a34_0x229e44(0x1f0)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a34_0x5514bf={};function a34_0x33e4(){var _0x4467ad=['firefoxOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','automate','acceptInsecureCerts','timeouts','BSTACK_DELTA','exports','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','4227432paKDGt','HELP','MOCHA','INFO','ERR_BLOCKED_BY_CLIENT','CODECEPTJS','.ipa','strictFileInteractability','PLAYWRIGHT','ERR_TUNNEL_CONNECTION_FAILED','ERR_NETWORK_CHANGED','acceptSslCerts','chromeOptions','NIGHTWATCH','ERR_CONNECTION_RESET','20934gkViWz','ROOT_CAPS','NUDGE_LOCAL_ERRORS','HST','Run\x20js\x20tests\x20on\x20browserstack','HUB_URL_REGEX','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','hubUrl','Run\x20playwright\x20tests\x20on\x20Browserstack','FUNNEL_INSTRUMENTATION_API_URL','620876iJabdd','ERR_CONNECTION_ABORTED','ERR_PROXY_CONNECTION_FAILED','ERR_CONNECTION_FAILED','3581632uSMTka','ERR_TIMED_OUT','ERR_CONNECTION_REFUSED','1bNpOPt','ERR_NAME_NOT_RESOLVED','ieOptions','PLAYWRIGHT_HUB_URL','Playwright','ERR_SOCKS_CONNECTION_FAILED','app-automate','ERR_ADDRESS_UNREACHABLE','unhandledPromptBehavior','^[a-zA-Z0-9_.-]*$','ERR_SOCKET_NOT_CONNECTED','54969OVVPrJ','wss://cdp.browserstack.com/playwright?caps=','Run\x20mocha\x20tests\x20on\x20browserstack','OBSERVABILITY_SUPPORTED_FWS','VANILLA','.apk','JEST','CI_ARTIFACTS_PATH','browserVersion','./browserstack-artifacts/','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','PRIVATE_DOMAIN_OR_IP_REGEX','3253215qelKAA','CUSTOM_ID_REGEX','SHAREABLE_ID_REGEX','2020NiEKeV','AUTOMATE','VERSION','APP_AUTOMATE_PRODUCTS','ERR_NAME_RESOLUTION_FAILED','Run\x20cucumber-js\x20tests\x20on\x20browserstack','observability','4AIttez','7231GjzzgE','VALID_APP_EXTENSION','APP_UPLOAD_URL','1158lAuDtx','.aab','pageLoadStrategy'];a34_0x33e4=function(){return _0x4467ad;};return a34_0x33e4();}a34_0x5514bf['INFO']=a34_0x229e44(0x204);var a34_0x308a3a={};function a34_0x3bc0(_0x329eca,_0x30d5cd){var _0x33e4aa=a34_0x33e4();return a34_0x3bc0=function(_0x3bc0ae,_0x4330ce){_0x3bc0ae=_0x3bc0ae-0x1cc;var _0x4356e0=_0x33e4aa[_0x3bc0ae];return _0x4356e0;},a34_0x3bc0(_0x329eca,_0x30d5cd);}a34_0x308a3a['INFO']='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a34_0x4b6224={};a34_0x4b6224['INFO']=a34_0x229e44(0x1e6);var a34_0x5893b6={};a34_0x5893b6[a34_0x229e44(0x1d9)]=a34_0x239cd6,a34_0x5893b6[a34_0x229e44(0x1ce)]=a34_0x1cb687,a34_0x5893b6[a34_0x229e44(0x1ef)]=a34_0x56444b,a34_0x5893b6['CUCUMBER']=a34_0x5314aa,a34_0x5893b6[a34_0x229e44(0x1cc)]=a34_0x15b1bb,a34_0x5893b6[a34_0x229e44(0x1fa)]=a34_0x3097b1,a34_0x5893b6[a34_0x229e44(0x1f5)]=a34_0x5514bf,a34_0x5893b6[a34_0x229e44(0x1f2)]=a34_0x308a3a,a34_0x5893b6[a34_0x229e44(0x1ff)]=a34_0x4b6224,a34_0x5893b6[a34_0x229e44(0x1ea)]=0xf*0x3c*0x3e8,a34_0x5893b6[a34_0x229e44(0x203)]='https://hub.browserstack.com/wd/hub',a34_0x5893b6[a34_0x229e44(0x201)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x5893b6[a34_0x229e44(0x1fd)]=[a34_0x229e44(0x1e8),a34_0x229e44(0x1e4),a34_0x229e44(0x1f4),a34_0x229e44(0x215),a34_0x229e44(0x1e9),'browserName',a34_0x229e44(0x1d0),a34_0x229e44(0x1f8),'acceptSslCert',a34_0x229e44(0x1f9),a34_0x229e44(0x1e5),'edgeOptions',a34_0x229e44(0x20f)],a34_0x5893b6['ROOT_REGEX']=/^[\w-]+:.*$/,a34_0x5893b6[a34_0x229e44(0x1d3)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x5893b6['BROWSERSTACK_API_URL']='https://api.browserstack.com',a34_0x5893b6[a34_0x229e44(0x1e1)]='https://api-cloud.browserstack.com',a34_0x5893b6[a34_0x229e44(0x205)]='sdk/v1/event',a34_0x5893b6['AUTOMATE_PRODUCTS']=[a34_0x229e44(0x1e7),a34_0x229e44(0x1dd)],a34_0x5893b6[a34_0x229e44(0x1da)]=['app-automate','observability'],a34_0x5893b6['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a34_0x229e44(0x1dd)],a34_0x5893b6[a34_0x229e44(0x21b)]=['mocha',a34_0x229e44(0x211)],a34_0x5893b6[a34_0x229e44(0x1d8)]=[a34_0x229e44(0x1e7)],a34_0x5893b6['APP_AUTOMATE']=[a34_0x229e44(0x213)],a34_0x5893b6[a34_0x229e44(0x1fe)]=['ERR_FAILED',a34_0x229e44(0x20b),a34_0x229e44(0x1f1),a34_0x229e44(0x1f7),a34_0x229e44(0x217),'ERR_CONNECTION_CLOSED',a34_0x229e44(0x1fb),a34_0x229e44(0x20c),a34_0x229e44(0x207),a34_0x229e44(0x209),'ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a34_0x229e44(0x214),a34_0x229e44(0x1f6),'ERR_CONNECTION_TIMED_OUT',a34_0x229e44(0x212),a34_0x229e44(0x1ec),a34_0x229e44(0x208),a34_0x229e44(0x20e),a34_0x229e44(0x1db),a34_0x229e44(0x202)],a34_0x5893b6[a34_0x229e44(0x1e0)]=[a34_0x229e44(0x1cd),a34_0x229e44(0x1e3),a34_0x229e44(0x1f3)],a34_0x5893b6[a34_0x229e44(0x1d5)]=a34_0x229e44(0x216),a34_0x5893b6[a34_0x229e44(0x1d6)]=a34_0x229e44(0x1d2),a34_0x5893b6[a34_0x229e44(0x1cf)]=a34_0x229e44(0x1d1),a34_0x5893b6[a34_0x229e44(0x210)]=a34_0x229e44(0x219),module[a34_0x229e44(0x1eb)]=a34_0x5893b6;
1
+ var a34_0x5cb5c1=a34_0x5144;(function(_0xb5aeb2,_0x87d518){var _0xce5e00=a34_0x5144,_0x544cab=_0xb5aeb2();while(!![]){try{var _0x1cc24c=parseInt(_0xce5e00(0x133))/0x1+parseInt(_0xce5e00(0x119))/0x2+-parseInt(_0xce5e00(0x144))/0x3*(parseInt(_0xce5e00(0x112))/0x4)+-parseInt(_0xce5e00(0x113))/0x5+-parseInt(_0xce5e00(0x13f))/0x6*(parseInt(_0xce5e00(0x13b))/0x7)+parseInt(_0xce5e00(0x147))/0x8+parseInt(_0xce5e00(0x143))/0x9*(parseInt(_0xce5e00(0x105))/0xa);if(_0x1cc24c===_0x87d518)break;else _0x544cab['push'](_0x544cab['shift']());}catch(_0x20e695){_0x544cab['push'](_0x544cab['shift']());}}}(a34_0x531e,0x70aa4));var a34_0x4810a8={};a34_0x4810a8[a34_0x5cb5c1(0x140)]='shows\x20version\x20information',a34_0x4810a8['HELP']='Specify\x20--help\x20for\x20available\x20options';var a34_0x2171fd={};a34_0x2171fd['INFO']=a34_0x5cb5c1(0x10f);var a34_0x3d0a50={};function a34_0x531e(){var _0x496547=['edgeOptions','Run\x20jest\x20tests\x20on\x20browserstack','BSTACK_DELTA','pageLoadStrategy','4LqrDpO','665350ARtNPV','Playwright','observability','CUSTOM_ID_REGEX','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','https://api.browserstack.com','905860pDudtw','ERR_TUNNEL_CONNECTION_FAILED','ERR_ADDRESS_INVALID','AUTOMATE','APP_AUTOMATE','ERR_NAME_RESOLUTION_FAILED','wss://cdp.browserstack.com/playwright?caps=','OBSERVABILITY_SUPPORTED_FWS','ERR_CONNECTION_TIMED_OUT','automate','ERR_NAME_NOT_RESOLVED','hubUrl','ROOT_REGEX','strictFileInteractability','ERR_CONNECTION_ABORTED','ERR_CONNECTION_REFUSED','Run\x20mocha\x20tests\x20on\x20browserstack','.ipa','Run\x20playwright\x20tests\x20on\x20Browserstack','ERR_BLOCKED_BY_CLIENT','Run\x20js\x20tests\x20on\x20browserstack','PLAYWRIGHT','HST','ERR_CONNECTION_RESET','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_FAILED','399366NCxBBd','Run\x20codeceptjs\x20tests\x20on\x20browserstack','CODECEPTJS','BROWSERSTACK_API_URL','JEST','ERR_CONNECTION_FAILED','app-automate','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','3145289BnOPrp','NIGHTWATCH','browserVersion','^[a-zA-Z0-9_.-]*$','6uvfUbZ','INFO','FUNNEL_INSTRUMENTATION_API_URL','CI_ARTIFACTS_PATH','54SShylR','2624079PKQYbJ','ERR_CONNECTION_CLOSED','VALID_APP_EXTENSION','3565184RVtuLM','https://hub.browserstack.com/wd/hub','timeouts','NUDGE_LOCAL_ERRORS','firefoxOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','acceptInsecureCerts','PLAYWRIGHT_HUB_URL','unhandledPromptBehavior','VANILLA','APP_AUTOMATE_PRODUCTS','acceptSslCerts','MOCHA','ERR_ADDRESS_UNREACHABLE','HUB_URL_REGEX','PRIVATE_DOMAIN_OR_IP_REGEX','1034370jddDUN','mocha','chromeOptions','AUTOMATE_PRODUCTS','ERR_SOCKET_NOT_CONNECTED','exports','.aab','ieOptions','ERR_SOCKS_CONNECTION_FAILED'];a34_0x531e=function(){return _0x496547;};return a34_0x531e();}a34_0x3d0a50[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x129);var a34_0x122724={};a34_0x122724[a34_0x5cb5c1(0x140)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';function a34_0x5144(_0x5a9785,_0x19de0f){var _0x531eb7=a34_0x531e();return a34_0x5144=function(_0x514436,_0xc8dbb3){_0x514436=_0x514436-0xff;var _0xe2218e=_0x531eb7[_0x514436];return _0xe2218e;},a34_0x5144(_0x5a9785,_0x19de0f);}var a34_0x21b69c={};a34_0x21b69c[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x12d);var a34_0x2a88d8={};a34_0x2a88d8[a34_0x5cb5c1(0x140)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a34_0x4cef7a={};a34_0x4cef7a[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x12b);var a34_0x1bc83c={};a34_0x1bc83c[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x134);var a34_0x2ec0d0={};a34_0x2ec0d0[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x14c);var a34_0xdf933d={};a34_0xdf933d['VERSION']=a34_0x4810a8,a34_0xdf933d[a34_0x5cb5c1(0x137)]=a34_0x2171fd,a34_0xdf933d[a34_0x5cb5c1(0x101)]=a34_0x3d0a50,a34_0xdf933d['CUCUMBER']=a34_0x122724,a34_0xdf933d[a34_0x5cb5c1(0x150)]=a34_0x21b69c,a34_0xdf933d[a34_0x5cb5c1(0x13c)]=a34_0x2a88d8,a34_0xdf933d[a34_0x5cb5c1(0x12e)]=a34_0x4cef7a,a34_0xdf933d[a34_0x5cb5c1(0x135)]=a34_0x1bc83c,a34_0xdf933d[a34_0x5cb5c1(0x12f)]=a34_0x2ec0d0,a34_0xdf933d[a34_0x5cb5c1(0x110)]=0xf*0x3c*0x3e8,a34_0xdf933d[a34_0x5cb5c1(0x124)]=a34_0x5cb5c1(0x148),a34_0xdf933d[a34_0x5cb5c1(0x103)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0xdf933d['ROOT_CAPS']=[a34_0x5cb5c1(0x14d),a34_0x5cb5c1(0x111),a34_0x5cb5c1(0x126),a34_0x5cb5c1(0x14f),a34_0x5cb5c1(0x149),'browserName',a34_0x5cb5c1(0x13d),a34_0x5cb5c1(0x100),'acceptSslCert',a34_0x5cb5c1(0x107),a34_0x5cb5c1(0x14b),a34_0x5cb5c1(0x10e),a34_0x5cb5c1(0x10c)],a34_0xdf933d[a34_0x5cb5c1(0x125)]=/^[\w-]+:.*$/,a34_0xdf933d[a34_0x5cb5c1(0x104)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0xdf933d[a34_0x5cb5c1(0x136)]=a34_0x5cb5c1(0x118),a34_0xdf933d['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a34_0xdf933d[a34_0x5cb5c1(0x141)]='sdk/v1/event',a34_0xdf933d[a34_0x5cb5c1(0x108)]=[a34_0x5cb5c1(0x122),a34_0x5cb5c1(0x115)],a34_0xdf933d[a34_0x5cb5c1(0xff)]=[a34_0x5cb5c1(0x139),'observability'],a34_0xdf933d[a34_0x5cb5c1(0x117)]=['observability'],a34_0xdf933d[a34_0x5cb5c1(0x120)]=[a34_0x5cb5c1(0x106),a34_0x5cb5c1(0x114)],a34_0xdf933d[a34_0x5cb5c1(0x11c)]=[a34_0x5cb5c1(0x122)],a34_0xdf933d[a34_0x5cb5c1(0x11d)]=[a34_0x5cb5c1(0x139)],a34_0xdf933d[a34_0x5cb5c1(0x14a)]=[a34_0x5cb5c1(0x132),'ERR_TIMED_OUT',a34_0x5cb5c1(0x12c),'ERR_NETWORK_CHANGED',a34_0x5cb5c1(0x109),a34_0x5cb5c1(0x145),a34_0x5cb5c1(0x130),a34_0x5cb5c1(0x128),a34_0x5cb5c1(0x127),a34_0x5cb5c1(0x138),'ERR_NAME_NOT_RESOLVED',a34_0x5cb5c1(0x11b),a34_0x5cb5c1(0x102),a34_0x5cb5c1(0x11a),a34_0x5cb5c1(0x121),a34_0x5cb5c1(0x10d),a34_0x5cb5c1(0x13a),'ERR_PROXY_CONNECTION_FAILED',a34_0x5cb5c1(0x123),a34_0x5cb5c1(0x11e),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a34_0xdf933d[a34_0x5cb5c1(0x146)]=['.apk',a34_0x5cb5c1(0x10b),a34_0x5cb5c1(0x12a)],a34_0xdf933d[a34_0x5cb5c1(0x116)]=a34_0x5cb5c1(0x13e),a34_0xdf933d['SHAREABLE_ID_REGEX']=a34_0x5cb5c1(0x131),a34_0xdf933d[a34_0x5cb5c1(0x142)]='./browserstack-artifacts/',a34_0xdf933d[a34_0x5cb5c1(0x14e)]=a34_0x5cb5c1(0x11f),module[a34_0x5cb5c1(0x10a)]=a34_0xdf933d;
@@ -1 +1 @@
1
- const a35_0x7bdb26=a35_0x1a58;(function(_0x484301,_0x14cda4){const _0x175397=a35_0x1a58,_0x24a7e0=_0x484301();while(!![]){try{const _0x20c0d5=parseInt(_0x175397(0x15b))/0x1*(-parseInt(_0x175397(0x159))/0x2)+parseInt(_0x175397(0x165))/0x3+parseInt(_0x175397(0x163))/0x4*(parseInt(_0x175397(0x157))/0x5)+parseInt(_0x175397(0x15f))/0x6+parseInt(_0x175397(0x164))/0x7+parseInt(_0x175397(0x168))/0x8+-parseInt(_0x175397(0x162))/0x9;if(_0x20c0d5===_0x14cda4)break;else _0x24a7e0['push'](_0x24a7e0['shift']());}catch(_0x152b93){_0x24a7e0['push'](_0x24a7e0['shift']());}}}(a35_0x4eb8,0xbc128));function a35_0x4eb8(){const _0x447440=['timezoneOffset','27116LtxYCV','join','19GYaEUQ','data','log','level','8336052hEkofc','colouredLayout','xvarT','32874147Xcuzul','91716kimtwI','7075677noRhhb','461805dKJMhh','layout','./logReportingAPI','4722384FtNrpG','type','335vHnfQh'];a35_0x4eb8=function(){return _0x447440;};return a35_0x4eb8();}const logReportingAPI=require(a35_0x7bdb26(0x167)),BSTestOpsLogger=new logReportingAPI({});function a35_0x1a58(_0x4a867e,_0x146db7){const _0x4eb84b=a35_0x4eb8();return a35_0x1a58=function(_0x1a5831,_0x15d338){_0x1a5831=_0x1a5831-0x157;let _0xa51afa=_0x4eb84b[_0x1a5831];return _0xa51afa;},a35_0x1a58(_0x4a867e,_0x146db7);}function BSTestOpsLog4JSAppender(_0x5da327,_0x5c9729){return _0x38b4ae=>{const _0x5cf56c=a35_0x1a58;BSTestOpsLogger[_0x5cf56c(0x15d)]({'level':_0x38b4ae[_0x5cf56c(0x15e)]?_0x38b4ae['level']['levelStr']:null,'message':_0x38b4ae[_0x5cf56c(0x15c)]?_0x38b4ae[_0x5cf56c(0x15c)][_0x5cf56c(0x15a)]('\x20'):null});};}exports['configure']=(_0x12478e,_0x39bffd)=>{const _0x3b5d15=a35_0x7bdb26,_0x484fe8={'xvarT':function(_0x3a690d,_0x23befa,_0x2789e0){return _0x3a690d(_0x23befa,_0x2789e0);}};let _0x10fb59=_0x39bffd[_0x3b5d15(0x160)];return _0x12478e[_0x3b5d15(0x166)]&&(_0x10fb59=_0x39bffd[_0x3b5d15(0x166)](_0x12478e[_0x3b5d15(0x166)][_0x3b5d15(0x169)],_0x12478e[_0x3b5d15(0x166)])),_0x484fe8[_0x3b5d15(0x161)](BSTestOpsLog4JSAppender,_0x10fb59,_0x12478e[_0x3b5d15(0x158)]);};
1
+ const a35_0x373e5a=a35_0x488c;function a35_0x488c(_0x1b17d9,_0x37e5a6){const _0x2f8074=a35_0x2f80();return a35_0x488c=function(_0x488c01,_0x3d176d){_0x488c01=_0x488c01-0x94;let _0x266767=_0x2f8074[_0x488c01];return _0x266767;},a35_0x488c(_0x1b17d9,_0x37e5a6);}(function(_0x178c68,_0x17698f){const _0x1754c0=a35_0x488c,_0x2f3355=_0x178c68();while(!![]){try{const _0x439bb7=-parseInt(_0x1754c0(0x95))/0x1+-parseInt(_0x1754c0(0x98))/0x2+-parseInt(_0x1754c0(0xa7))/0x3*(parseInt(_0x1754c0(0xa6))/0x4)+-parseInt(_0x1754c0(0x97))/0x5*(-parseInt(_0x1754c0(0xa5))/0x6)+parseInt(_0x1754c0(0x9a))/0x7+parseInt(_0x1754c0(0x9b))/0x8+-parseInt(_0x1754c0(0xa4))/0x9*(-parseInt(_0x1754c0(0xa2))/0xa);if(_0x439bb7===_0x17698f)break;else _0x2f3355['push'](_0x2f3355['shift']());}catch(_0xa606ae){_0x2f3355['push'](_0x2f3355['shift']());}}}(a35_0x2f80,0x95773));function a35_0x2f80(){const _0x59813e=['69fbUzod','log','636265AKZEqM','join','1040dZbcFR','1594712zXLhUJ','levelStr','7515431hmxXDg','5994352dYVZLi','UUmuG','layout','colouredLayout','data','timezoneOffset','./logReportingAPI','89350fwVwgS','level','477LJyoiG','19206vfETDb','159384lBMRPt'];a35_0x2f80=function(){return _0x59813e;};return a35_0x2f80();}const logReportingAPI=require(a35_0x373e5a(0xa1)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x27f99e,_0x19c861){return _0x579750=>{const _0x262b4b=a35_0x488c;BSTestOpsLogger[_0x262b4b(0x94)]({'level':_0x579750[_0x262b4b(0xa3)]?_0x579750[_0x262b4b(0xa3)][_0x262b4b(0x99)]:null,'message':_0x579750[_0x262b4b(0x9f)]?_0x579750['data'][_0x262b4b(0x96)]('\x20'):null});};}exports['configure']=(_0x42ff1d,_0x3550df)=>{const _0x250920=a35_0x373e5a,_0x1f8f2f={'UUmuG':function(_0x1d0634,_0xee99b8,_0x2381b0){return _0x1d0634(_0xee99b8,_0x2381b0);}};let _0x327cc5=_0x3550df[_0x250920(0x9e)];return _0x42ff1d[_0x250920(0x9d)]&&(_0x327cc5=_0x3550df['layout'](_0x42ff1d['layout']['type'],_0x42ff1d['layout'])),_0x1f8f2f[_0x250920(0x9c)](BSTestOpsLog4JSAppender,_0x327cc5,_0x42ff1d[_0x250920(0xa0)]);};
@@ -1 +1 @@
1
- const a36_0x117d1b=a36_0x4260;(function(_0x186847,_0xdd10c9){const _0x30955b=a36_0x4260,_0x2411cb=_0x186847();while(!![]){try{const _0x1cb2f4=-parseInt(_0x30955b(0x9b))/0x1*(-parseInt(_0x30955b(0x9a))/0x2)+-parseInt(_0x30955b(0x99))/0x3+parseInt(_0x30955b(0x88))/0x4*(-parseInt(_0x30955b(0x92))/0x5)+parseInt(_0x30955b(0x9e))/0x6+parseInt(_0x30955b(0x90))/0x7+-parseInt(_0x30955b(0x8b))/0x8+-parseInt(_0x30955b(0x97))/0x9;if(_0x1cb2f4===_0xdd10c9)break;else _0x2411cb['push'](_0x2411cb['shift']());}catch(_0x22253a){_0x2411cb['push'](_0x2411cb['shift']());}}}(a36_0x5478,0x8a926));const Transport=require(a36_0x117d1b(0x8a)),{consoleHolder}=require('../../helpers/test-observability/constants'),a36_0x39695e={};a36_0x39695e['INFO']='INFO',a36_0x39695e[a36_0x117d1b(0x86)]='ERROR',a36_0x39695e[a36_0x117d1b(0x8f)]=a36_0x117d1b(0x8f),a36_0x39695e[a36_0x117d1b(0x8c)]=a36_0x117d1b(0x8c),a36_0x39695e[a36_0x117d1b(0x94)]=a36_0x117d1b(0x94);const LOG_LEVELS=a36_0x39695e;class logPatcher extends Transport{constructor(_0x3f1cea){super(_0x3f1cea);}[a36_0x117d1b(0x98)]=(_0x3f2c22=LOG_LEVELS['INFO'],_0x2b6ced=[''])=>{const _0x26f8a3=a36_0x117d1b,_0xac1d42={};_0xac1d42[_0x26f8a3(0x93)]=_0x26f8a3(0x85);const _0x285e39=_0xac1d42;consoleHolder[_0x3f2c22[_0x26f8a3(0x9c)]()](..._0x2b6ced),process['emit'](_0x26f8a3(0x91)+process['pid'],{'timestamp':new Date()[_0x26f8a3(0x9f)](),'level':_0x3f2c22[_0x26f8a3(0x87)](),'message':'\x22'+_0x2b6ced['join'](',\x20')+'\x22','kind':_0x285e39[_0x26f8a3(0x93)],'http_response':{}});};[a36_0x117d1b(0x84)]=(..._0x3db51f)=>{const _0x1e0197=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x1e0197(0x8c)],_0x3db51f);};[a36_0x117d1b(0x8e)]=(..._0x40e4d0)=>{const _0xe18b01=a36_0x117d1b;this[_0xe18b01(0x98)](LOG_LEVELS[_0xe18b01(0x8f)],_0x40e4d0);};[a36_0x117d1b(0x96)]=(..._0x3a1e49)=>{const _0x48eb4a=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x48eb4a(0x8d)],_0x3a1e49);};[a36_0x117d1b(0x9d)]=(..._0x1d9cd5)=>{const _0x2f49a3=a36_0x117d1b;this[_0x2f49a3(0x98)](LOG_LEVELS[_0x2f49a3(0x94)],_0x1d9cd5);};[a36_0x117d1b(0x89)]=(..._0x320bd8)=>{const _0x4987e8=a36_0x117d1b;this[_0x4987e8(0x98)](LOG_LEVELS[_0x4987e8(0x86)],_0x320bd8);};['log']=(..._0xb1d00f)=>{const _0x2825fb=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x2825fb(0x8d)],_0xb1d00f);};}function a36_0x4260(_0x521c33,_0x40273e){const _0x5478ce=a36_0x5478();return a36_0x4260=function(_0x4260b5,_0xee386b){_0x4260b5=_0x4260b5-0x84;let _0x34f3af=_0x5478ce[_0x4260b5];return _0x34f3af;},a36_0x4260(_0x521c33,_0x40273e);};module[a36_0x117d1b(0x95)]=logPatcher;function a36_0x5478(){const _0xe7f8d9=['toLowerCase','warn','4200720zZaRCE','toISOString','trace','TEST_LOG','ERROR','toUpperCase','347576ANTidi','error','winston-transport','5506688frIlZd','TRACE','INFO','debug','DEBUG','4179378GAUuNr','bs:addLog:','30bsQFxA','SnuxW','WARN','exports','info','919935vjiKOc','logToTestOps','42726WbqidG','1193146jVqaHr','1vyYPLt'];a36_0x5478=function(){return _0xe7f8d9;};return a36_0x5478();}
1
+ const a36_0x2c861e=a36_0x3957;(function(_0x367a5f,_0x5afb78){const _0x12c44d=a36_0x3957,_0x2559d2=_0x367a5f();while(!![]){try{const _0xf3a629=parseInt(_0x12c44d(0x18a))/0x1*(parseInt(_0x12c44d(0x171))/0x2)+parseInt(_0x12c44d(0x170))/0x3+parseInt(_0x12c44d(0x185))/0x4+-parseInt(_0x12c44d(0x18c))/0x5*(-parseInt(_0x12c44d(0x178))/0x6)+-parseInt(_0x12c44d(0x183))/0x7*(parseInt(_0x12c44d(0x173))/0x8)+-parseInt(_0x12c44d(0x184))/0x9+-parseInt(_0x12c44d(0x179))/0xa;if(_0xf3a629===_0x5afb78)break;else _0x2559d2['push'](_0x2559d2['shift']());}catch(_0x429f17){_0x2559d2['push'](_0x2559d2['shift']());}}}(a36_0x46c3,0x231c5));const Transport=require(a36_0x2c861e(0x188)),{consoleHolder}=require(a36_0x2c861e(0x17e)),a36_0x318602={};a36_0x318602[a36_0x2c861e(0x17b)]='INFO',a36_0x318602[a36_0x2c861e(0x175)]='ERROR',a36_0x318602[a36_0x2c861e(0x181)]=a36_0x2c861e(0x181),a36_0x318602['TRACE']=a36_0x2c861e(0x17c),a36_0x318602['WARN']=a36_0x2c861e(0x176);const LOG_LEVELS=a36_0x318602;function a36_0x3957(_0x26f32f,_0x846d8c){const _0x46c368=a36_0x46c3();return a36_0x3957=function(_0x395716,_0x76045c){_0x395716=_0x395716-0x16f;let _0x3050c5=_0x46c368[_0x395716];return _0x3050c5;},a36_0x3957(_0x26f32f,_0x846d8c);}class logPatcher extends Transport{constructor(_0x38baa9){super(_0x38baa9);}[a36_0x2c861e(0x182)]=(_0x23199d=LOG_LEVELS['INFO'],_0xad231b=[''])=>{const _0x855f98=a36_0x2c861e,_0x26b862={};_0x26b862[_0x855f98(0x17f)]=_0x855f98(0x177);const _0x29dd0f=_0x26b862;consoleHolder[_0x23199d[_0x855f98(0x189)]()](..._0xad231b),process['emit'](_0x855f98(0x18b)+process[_0x855f98(0x172)],{'timestamp':new Date()['toISOString'](),'level':_0x23199d['toUpperCase'](),'message':'\x22'+_0xad231b[_0x855f98(0x187)](',\x20')+'\x22','kind':_0x29dd0f[_0x855f98(0x17f)],'http_response':{}});};['trace']=(..._0x4d8a13)=>{const _0xe58136=a36_0x2c861e;this[_0xe58136(0x182)](LOG_LEVELS[_0xe58136(0x17c)],_0x4d8a13);};[a36_0x2c861e(0x180)]=(..._0x5b2488)=>{const _0x47f486=a36_0x2c861e;this[_0x47f486(0x182)](LOG_LEVELS[_0x47f486(0x181)],_0x5b2488);};[a36_0x2c861e(0x17a)]=(..._0x4abea4)=>{const _0x3ee671=a36_0x2c861e;this[_0x3ee671(0x182)](LOG_LEVELS[_0x3ee671(0x17b)],_0x4abea4);};[a36_0x2c861e(0x16f)]=(..._0x150d44)=>{const _0x2bfb39=a36_0x2c861e;this[_0x2bfb39(0x182)](LOG_LEVELS[_0x2bfb39(0x176)],_0x150d44);};[a36_0x2c861e(0x17d)]=(..._0x392d52)=>{const _0x49beb4=a36_0x2c861e;this[_0x49beb4(0x182)](LOG_LEVELS['ERROR'],_0x392d52);};[a36_0x2c861e(0x186)]=(..._0x1065db)=>{const _0x914a65=a36_0x2c861e;this['logToTestOps'](LOG_LEVELS[_0x914a65(0x17b)],_0x1065db);};};function a36_0x46c3(){const _0x3b0dff=['JMJFn','debug','DEBUG','logToTestOps','35063gUSKWL','1228689OKJzJB','682124RtWkWo','log','join','winston-transport','toLowerCase','65EWVYlN','bs:addLog:','53255MwPMbw','warn','485844uwMyTH','4886FUbCbw','pid','136oIJzlq','exports','ERROR','WARN','TEST_LOG','66zSDfyi','2429480RpziPB','info','INFO','TRACE','error','../../helpers/test-observability/constants'];a36_0x46c3=function(){return _0x3b0dff;};return a36_0x46c3();}module[a36_0x2c861e(0x174)]=logPatcher;
@@ -1 +1 @@
1
- const a37_0x22e28d=a37_0x1c9c;function a37_0x1c9c(_0x537636,_0x1d26a7){const _0x3cdf8a=a37_0x3cdf();return a37_0x1c9c=function(_0x1c9ca2,_0x39bcda){_0x1c9ca2=_0x1c9ca2-0x191;let _0x3007df=_0x3cdf8a[_0x1c9ca2];return _0x3007df;},a37_0x1c9c(_0x537636,_0x1d26a7);}(function(_0xd2c710,_0x367cfb){const _0x294453=a37_0x1c9c,_0x598774=_0xd2c710();while(!![]){try{const _0x14c201=-parseInt(_0x294453(0x1a3))/0x1+parseInt(_0x294453(0x195))/0x2*(-parseInt(_0x294453(0x19f))/0x3)+-parseInt(_0x294453(0x1a7))/0x4*(-parseInt(_0x294453(0x1a2))/0x5)+-parseInt(_0x294453(0x1a0))/0x6+-parseInt(_0x294453(0x19d))/0x7*(parseInt(_0x294453(0x1be))/0x8)+parseInt(_0x294453(0x197))/0x9*(parseInt(_0x294453(0x1ac))/0xa)+parseInt(_0x294453(0x1a4))/0xb;if(_0x14c201===_0x367cfb)break;else _0x598774['push'](_0x598774['shift']());}catch(_0x1498ef){_0x598774['push'](_0x598774['shift']());}}}(a37_0x3cdf,0xb8f37));const Transport=require(a37_0x22e28d(0x1ae)),{consoleHolder}=require(a37_0x22e28d(0x1b3)),a37_0x46aea0={};function a37_0x3cdf(){const _0x53e57e=['fgHrD','5590YZunWE','toUpperCase','winston-transport','kmqpj','DEBUG','logged','bs:addLog:','../../helpers/test-observability/constants','TEST_LOG','debug','vqHvY','INFO','object','logToTestOps','emit','tsNOC','jSrUI','CixQo','29384qRLQpw','pdKSN','sPAlP','wSFrC','exports','2oeXyRw','GarTC','666cjktoP','TRACE','WARN','TiRTW','error','message','2541qSiNon','warn','3200076IxgkFh','8918778sowuWs','cHRAG','658965uhIANJ','114657bTdcdQ','41742283VEiwVV','ERROR','JnysO','28ipoWAM','Mmtfs','EVRuU','CWTTD'];a37_0x3cdf=function(){return _0x53e57e;};return a37_0x3cdf();}a37_0x46aea0['INFO']='INFO',a37_0x46aea0[a37_0x22e28d(0x1a5)]='ERROR',a37_0x46aea0[a37_0x22e28d(0x1b0)]=a37_0x22e28d(0x1b0),a37_0x46aea0[a37_0x22e28d(0x198)]=a37_0x22e28d(0x198),a37_0x46aea0['WARN']=a37_0x22e28d(0x199);const LOG_LEVELS=a37_0x46aea0;class logReportingAPI extends Transport{constructor(_0xb05cea){super(_0xb05cea);}['log'](_0x5da563,_0x4100ae){const _0x13c096=a37_0x22e28d,_0x304aa5={'wSFrC':function(_0x3c1a4,_0xe0075c){return _0x3c1a4===_0xe0075c;},'TiRTW':_0x13c096(0x1bb),'Mmtfs':_0x13c096(0x1b1),'pdKSN':function(_0x4db98c,_0x16f8f7){return _0x4db98c(_0x16f8f7);},'kmqpj':_0x13c096(0x1b8),'sPAlP':function(_0x553d73,_0x5574e7){return _0x553d73!==_0x5574e7;},'cHRAG':_0x13c096(0x1b6),'CWTTD':function(_0x45e334,_0x4eb9c7){return _0x45e334!==_0x4eb9c7;},'jSrUI':_0x13c096(0x196),'CixQo':_0x13c096(0x1a6),'fgHrD':function(_0x4cbbeb){return _0x4cbbeb();}};_0x304aa5[_0x13c096(0x191)](setImmediate,()=>{const _0x406f5e=_0x13c096;_0x304aa5['wSFrC'](_0x304aa5[_0x406f5e(0x19a)],_0x304aa5[_0x406f5e(0x19a)])?this[_0x406f5e(0x1ba)](_0x304aa5[_0x406f5e(0x1a8)],_0x5da563):this[_0x406f5e(0x1b9)](_0x21c743['level']||_0x1dfe0e[_0x406f5e(0x1b7)],_0x5dd484['message'],![]);});_0x304aa5[_0x13c096(0x193)](typeof _0x5da563,_0x304aa5[_0x13c096(0x1af)])?_0x304aa5[_0x13c096(0x192)](_0x304aa5['cHRAG'],_0x304aa5[_0x13c096(0x1a1)])?this['logToTestOps'](_0x5ed58a['INFO'],_0x2c49c4):this[_0x13c096(0x1b9)](_0x5da563['level']||LOG_LEVELS['INFO'],_0x5da563[_0x13c096(0x19c)],![]):_0x304aa5[_0x13c096(0x1aa)](_0x304aa5[_0x13c096(0x1bc)],_0x304aa5[_0x13c096(0x1bd)])?this[_0x13c096(0x1b9)](LOG_LEVELS['INFO'],_0x5da563):this['logToTestOps'](_0x25f9f1[_0x13c096(0x198)],_0x5b3657);if(_0x4100ae)_0x304aa5[_0x13c096(0x1ab)](_0x4100ae);}[a37_0x22e28d(0x1b9)]=(_0x5ca542=LOG_LEVELS[a37_0x22e28d(0x1b7)],_0x28c210='',_0x3c657d=!![])=>{const _0x14cf8a=a37_0x22e28d,_0x1374c1={};_0x1374c1[_0x14cf8a(0x1a9)]=_0x14cf8a(0x1b4);const _0x535eaf=_0x1374c1;if(_0x3c657d)consoleHolder[_0x5ca542['toLowerCase']()](_0x28c210);process['emit'](_0x14cf8a(0x1b2)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x5ca542[_0x14cf8a(0x1ad)](),'message':_0x28c210,'kind':_0x535eaf[_0x14cf8a(0x1a9)],'http_response':{}});};['trace']=(_0x44b873,_0x29c48c)=>{const _0x587849=a37_0x22e28d;this[_0x587849(0x1b9)](LOG_LEVELS[_0x587849(0x198)],_0x44b873);};[a37_0x22e28d(0x1b5)]=(_0x5c2e90,_0x78a576)=>{const _0x42612e=a37_0x22e28d;this[_0x42612e(0x1b9)](LOG_LEVELS[_0x42612e(0x1b0)],_0x5c2e90);};['info']=(_0xb12227,_0x13302c)=>{const _0x11d3c7=a37_0x22e28d;this[_0x11d3c7(0x1b9)](LOG_LEVELS[_0x11d3c7(0x1b7)],_0xb12227);};[a37_0x22e28d(0x19e)]=(_0xd2c940,_0x32ed2f)=>{const _0x36923a=a37_0x22e28d;this[_0x36923a(0x1b9)](LOG_LEVELS[_0x36923a(0x199)],_0xd2c940);};[a37_0x22e28d(0x19b)]=(_0x105000,_0x175d21)=>{const _0x260cd5=a37_0x22e28d;this[_0x260cd5(0x1b9)](LOG_LEVELS[_0x260cd5(0x1a5)],_0x105000);};};module[a37_0x22e28d(0x194)]=logReportingAPI;
1
+ const a37_0x492982=a37_0x1d93;(function(_0x4d991c,_0x1cbfd2){const _0x275389=a37_0x1d93,_0x3e7dc4=_0x4d991c();while(!![]){try{const _0x38c07b=-parseInt(_0x275389(0x132))/0x1+parseInt(_0x275389(0x12a))/0x2*(parseInt(_0x275389(0x123))/0x3)+-parseInt(_0x275389(0x128))/0x4*(-parseInt(_0x275389(0x126))/0x5)+-parseInt(_0x275389(0x13a))/0x6+parseInt(_0x275389(0x12d))/0x7+parseInt(_0x275389(0x133))/0x8*(-parseInt(_0x275389(0x122))/0x9)+parseInt(_0x275389(0x119))/0xa*(parseInt(_0x275389(0x144))/0xb);if(_0x38c07b===_0x1cbfd2)break;else _0x3e7dc4['push'](_0x3e7dc4['shift']());}catch(_0x4a45a8){_0x3e7dc4['push'](_0x3e7dc4['shift']());}}}(a37_0x321f,0x3b8e7));const Transport=require(a37_0x492982(0x125)),{consoleHolder}=require(a37_0x492982(0x13c)),a37_0x16f312={};a37_0x16f312[a37_0x492982(0x114)]='INFO',a37_0x16f312[a37_0x492982(0x121)]=a37_0x492982(0x121),a37_0x16f312['DEBUG']=a37_0x492982(0x120),a37_0x16f312[a37_0x492982(0x140)]=a37_0x492982(0x140),a37_0x16f312[a37_0x492982(0x13d)]=a37_0x492982(0x13d);const LOG_LEVELS=a37_0x16f312;function a37_0x321f(){const _0x731337=['DEBUG','ERROR','261DShYGd','1755TaPuBR','XesTX','winston-transport','320xDwrvY','jHNXO','21392zjIukw','level','1326mkKJah','AlLDh','NDPQI','1492218PXaEBY','EsbDY','error','mslJq','VpXFM','82544UUICgY','108376JvECbu','yuIQD','jLgFE','exports','TEST_LOG','logged','emit','2271312YEGOfm','message','../../helpers/test-observability/constants','WARN','BSuaJ','lHVHi','TRACE','pid','dIlWR','rsyxt','32087ZdzuDS','aErsP','info','log','INFO','DDWmA','lbksv','debug','toUpperCase','530qPfFkJ','trace','pioku','logToTestOps','bs:addLog:','toLowerCase','mAmWT'];a37_0x321f=function(){return _0x731337;};return a37_0x321f();}class logReportingAPI extends Transport{constructor(_0x1b0163){super(_0x1b0163);}[a37_0x492982(0x147)](_0x15efd0,_0x45d7a0){const _0x446355=a37_0x492982,_0x5bc9a8={'DDWmA':_0x446355(0x138),'BSuaJ':function(_0x5c9ef2,_0x14bf82){return _0x5c9ef2(_0x14bf82);},'FOHMI':function(_0x4e9ded,_0x400229){return _0x4e9ded===_0x400229;},'dIlWR':'object','EsbDY':function(_0x34e73d){return _0x34e73d();},'mAmWT':function(_0xa95965,_0x43d0ce){return _0xa95965===_0x43d0ce;},'lbksv':_0x446355(0x130),'lHVHi':'lihhe','rsyxt':function(_0x5d16d1,_0x4f83f9){return _0x5d16d1(_0x4f83f9);},'aErsP':function(_0x14852f,_0x3a35b4){return _0x14852f===_0x3a35b4;},'jLgFE':function(_0x413c26,_0x5470da){return _0x413c26!==_0x5470da;},'VpXFM':'buWVT','yuIQD':_0x446355(0x124)};_0x5bc9a8[_0x446355(0x143)](setImmediate,()=>{const _0x43fb89=_0x446355,_0x3a0771={'ZWYOw':_0x5bc9a8[_0x43fb89(0x115)],'EDFGh':function(_0x3bb4fe,_0x28d390){const _0x3214f9=_0x43fb89;return _0x5bc9a8[_0x3214f9(0x13e)](_0x3bb4fe,_0x28d390);},'FiIpB':function(_0x9cfa25,_0x466f4d){return _0x5bc9a8['FOHMI'](_0x9cfa25,_0x466f4d);},'pioku':_0x5bc9a8[_0x43fb89(0x142)],'NDPQI':function(_0x2c6958){const _0x418421=_0x43fb89;return _0x5bc9a8[_0x418421(0x12e)](_0x2c6958);}};if(_0x5bc9a8[_0x43fb89(0x11f)](_0x5bc9a8[_0x43fb89(0x116)],_0x5bc9a8[_0x43fb89(0x13f)])){const _0x94c9f0={};_0x94c9f0[_0x43fb89(0x127)]=_0x3a0771['ZWYOw'];const _0x94c4a5=_0x94c9f0;_0x3a0771['EDFGh'](_0x5328ee,()=>{const _0xec83f9=_0x43fb89;this[_0xec83f9(0x139)](_0x94c4a5[_0xec83f9(0x127)],_0x55e27f);});_0x3a0771['FiIpB'](typeof _0x398ea3,_0x3a0771[_0x43fb89(0x11b)])?this[_0x43fb89(0x11c)](_0x6743a[_0x43fb89(0x129)]||_0x3a005b[_0x43fb89(0x114)],_0x34b472[_0x43fb89(0x13b)],![]):this['logToTestOps'](_0x2d2312[_0x43fb89(0x114)],_0x33cc47);if(_0xd06169)_0x3a0771[_0x43fb89(0x12c)](_0x401ce6);}else this[_0x43fb89(0x139)](_0x5bc9a8[_0x43fb89(0x115)],_0x15efd0);});_0x5bc9a8[_0x446355(0x145)](typeof _0x15efd0,_0x5bc9a8[_0x446355(0x142)])?_0x5bc9a8[_0x446355(0x135)](_0x5bc9a8[_0x446355(0x131)],_0x5bc9a8[_0x446355(0x131)])?this[_0x446355(0x11c)](_0x425bcf[_0x446355(0x114)],_0x408169):this[_0x446355(0x11c)](_0x15efd0['level']||LOG_LEVELS[_0x446355(0x114)],_0x15efd0[_0x446355(0x13b)],![]):_0x5bc9a8['FOHMI'](_0x5bc9a8['yuIQD'],_0x5bc9a8[_0x446355(0x134)])?this[_0x446355(0x11c)](LOG_LEVELS['INFO'],_0x15efd0):this[_0x446355(0x11c)](_0x1c46b0['DEBUG'],_0x316aa9);if(_0x45d7a0)_0x5bc9a8[_0x446355(0x12e)](_0x45d7a0);}[a37_0x492982(0x11c)]=(_0x4754ae=LOG_LEVELS[a37_0x492982(0x114)],_0x3c66d7='',_0x562679=!![])=>{const _0x20f6e5=a37_0x492982,_0x242bc0={};_0x242bc0[_0x20f6e5(0x12b)]=_0x20f6e5(0x137);const _0x3cf9e9=_0x242bc0;if(_0x562679)consoleHolder[_0x4754ae[_0x20f6e5(0x11e)]()](_0x3c66d7);process[_0x20f6e5(0x139)](_0x20f6e5(0x11d)+process[_0x20f6e5(0x141)],{'timestamp':new Date()['toISOString'](),'level':_0x4754ae[_0x20f6e5(0x118)](),'message':_0x3c66d7,'kind':_0x3cf9e9['AlLDh'],'http_response':{}});};[a37_0x492982(0x11a)]=(_0x1b7ab5,_0x5db482)=>{const _0x5234d7=a37_0x492982;this[_0x5234d7(0x11c)](LOG_LEVELS[_0x5234d7(0x140)],_0x1b7ab5);};[a37_0x492982(0x117)]=(_0x1ba95c,_0x351635)=>{const _0x49f6d9=a37_0x492982;this[_0x49f6d9(0x11c)](LOG_LEVELS['DEBUG'],_0x1ba95c);};[a37_0x492982(0x146)]=(_0xbea197,_0x4a604a)=>{const _0x755420=a37_0x492982;this[_0x755420(0x11c)](LOG_LEVELS['INFO'],_0xbea197);};['warn']=(_0x30baec,_0x591916)=>{const _0x181af7=a37_0x492982;this[_0x181af7(0x11c)](LOG_LEVELS[_0x181af7(0x13d)],_0x30baec);};[a37_0x492982(0x12f)]=(_0x2db590,_0x5ed8c9)=>{const _0x37de98=a37_0x492982;this[_0x37de98(0x11c)](LOG_LEVELS[_0x37de98(0x121)],_0x2db590);};}function a37_0x1d93(_0x5d3f55,_0x279683){const _0x321fe4=a37_0x321f();return a37_0x1d93=function(_0x1d9379,_0x436fa6){_0x1d9379=_0x1d9379-0x114;let _0x56c1cd=_0x321fe4[_0x1d9379];return _0x56c1cd;},a37_0x1d93(_0x5d3f55,_0x279683);};module[a37_0x492982(0x136)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a38_0x2f6f29=a38_0x3790;(function(_0xde57d2,_0x17917){const _0x123e86=a38_0x3790,_0x164b08=_0xde57d2();while(!![]){try{const _0x25946a=-parseInt(_0x123e86(0x1b4))/0x1*(-parseInt(_0x123e86(0x18f))/0x2)+-parseInt(_0x123e86(0x19c))/0x3*(parseInt(_0x123e86(0x191))/0x4)+-parseInt(_0x123e86(0x17c))/0x5+-parseInt(_0x123e86(0x196))/0x6+parseInt(_0x123e86(0x1a4))/0x7+-parseInt(_0x123e86(0x1b7))/0x8*(-parseInt(_0x123e86(0x1b3))/0x9)+-parseInt(_0x123e86(0x1ad))/0xa*(-parseInt(_0x123e86(0x1b0))/0xb);if(_0x25946a===_0x17917)break;else _0x164b08['push'](_0x164b08['shift']());}catch(_0x1a5a4b){_0x164b08['push'](_0x164b08['shift']());}}}(a38_0x4071,0x1b368));const fs=require('fs'),path=require(a38_0x2f6f29(0x179)),{default:BrowserStackSetup}=require(a38_0x2f6f29(0x1a0)),helper=require(a38_0x2f6f29(0x182)),constants=require(a38_0x2f6f29(0x1a2)),{parallelVanillaRun}=require(a38_0x2f6f29(0x1b2));function a38_0x3790(_0x220fbc,_0x2d40ac){const _0x4071ce=a38_0x4071();return a38_0x3790=function(_0x379088,_0x4ac347){_0x379088=_0x379088-0x178;let _0x450736=_0x4071ce[_0x379088];return _0x450736;},a38_0x3790(_0x220fbc,_0x2d40ac);}function a38_0x4071(){const _0x3eb325=['uZNsr','isUndefined','Config\x20yml\x20is\x20required','UxCww','aocXk','getHubUrl','130XNEUsK','Dzsll','WVmOk','307637rrnmqm','proxySettings','../test-runner','7884VKeYoK','2bsNETA','ROlmt','aEnDz','1032PJSSER','length','platforms','path','cwd','IAAgJ','938145TiJsxP','File\x20path\x20is\x20required','ZYaov','getPlatformName','handleApp','gueDU','../../helpers/helper','modifyBrowserStackCaps','hxddO','wNnpr','vanilla','forEach','qApvs','modifyBrowserStackW3CCaps','file','ETgXG','rUMbL','args','TukxP','69682UmZJGv','udyCp','496UDPYgt','wQtEc','gzvhn','initialize','existsSync','986562wxbWzL','INVdl','then','dbFqL','push','join','3345cvxEsN','DyyCU','configuration','useW3C','../../helpers/BrowserStackSetup','config','../utils/constants','Essda','388661zNHSHG','parallelsPerPlatform','MdoqL'];a38_0x4071=function(){return _0x3eb325;};return a38_0x4071();}async function run(_0x4bfd18,_0x5e9497){const _0x5e1194=a38_0x2f6f29,_0x902b77={'Dzsll':_0x5e1194(0x186),'hxddO':function(_0x561a8c,_0x473529){return _0x561a8c!==_0x473529;},'aocXk':_0x5e1194(0x17b),'wQtEc':function(_0x53ca39,_0x42b908){return _0x53ca39===_0x42b908;},'INVdl':_0x5e1194(0x18e),'Essda':function(_0x370a64,_0x44eb03){return _0x370a64(_0x44eb03);},'MdoqL':_0x5e1194(0x17d),'aEnDz':_0x5e1194(0x1a9),'rUMbL':function(_0x8f299a,_0x349385){return _0x8f299a>_0x349385;},'wNnpr':_0x5e1194(0x193),'DyyCU':_0x5e1194(0x1aa),'uZNsr':function(_0x30ede5,_0x2e39e0){return _0x30ede5>_0x2e39e0;},'ETgXG':function(_0x1c51e5,_0x2a270e){return _0x1c51e5!==_0x2a270e;},'WZuWx':_0x5e1194(0x1af),'fgUNd':function(_0x2b2bb1,_0x355830){return _0x2b2bb1!==_0x355830;},'ROlmt':_0x5e1194(0x199),'ZYaov':'XWLgG','DteVd':function(_0x4c5e94,_0x386611){return _0x4c5e94*_0x386611;},'qApvs':function(_0x30adad,_0x3763cc,_0x29fd0f){return _0x30adad(_0x3763cc,_0x29fd0f);}},_0x168f3f=new BrowserStackSetup(_0x4bfd18,_0x902b77[_0x5e1194(0x1ae)]);await _0x168f3f[_0x5e1194(0x194)](),await helper[_0x5e1194(0x180)](_0x168f3f[_0x5e1194(0x1a1)]);let _0xa4c06d=[];if(helper[_0x5e1194(0x1a8)](_0x4bfd18['_'][0x1]))throw _0x902b77[_0x5e1194(0x1a3)](Error,_0x902b77[_0x5e1194(0x1a6)]);const _0xc32e4c=path[_0x5e1194(0x19b)](process[_0x5e1194(0x17a)](),_0x4bfd18['_'][0x1]);if(!fs[_0x5e1194(0x195)](_0xc32e4c))throw _0x902b77[_0x5e1194(0x1a3)](Error,'File\x20'+_0x4bfd18['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x168f3f[_0x5e1194(0x1a1)])throw _0x902b77[_0x5e1194(0x1a3)](Error,_0x902b77[_0x5e1194(0x1b6)]);let _0x2ddd19=helper[_0x5e1194(0x19f)](_0x168f3f['config']);_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)]&&_0x902b77[_0x5e1194(0x18c)](_0x168f3f['config'][_0x5e1194(0x178)]['length'],0x0)&&(_0x902b77[_0x5e1194(0x184)](_0x902b77[_0x5e1194(0x185)],_0x902b77[_0x5e1194(0x19d)])?_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)][_0x5e1194(0x187)]((_0x59f11f,_0x42e69d)=>{const _0x38efe8=_0x5e1194;if(_0x902b77[_0x38efe8(0x184)](_0x902b77[_0x38efe8(0x1ab)],_0x902b77[_0x38efe8(0x1ab)])){let _0x52a593;if(_0x3e6480)_0x52a593=_0x3e7932['modifyBrowserStackW3CCaps'](_0x4ea1ab[_0x38efe8(0x1a1)],_0x902b77[_0x38efe8(0x1ae)],0x0);else _0x52a593=_0x540715['modifyBrowserStackCaps'](_0x172f78[_0x38efe8(0x1a1)],_0x902b77[_0x38efe8(0x1ae)],0x0);_0x321ef1={'server':_0x12fa54[_0x38efe8(0x1ac)](_0x10ebe9['config']),'proxySettings':_0x125e11[_0x38efe8(0x1a1)][_0x38efe8(0x1b1)]};const _0x5c629c={'capability':_0x52a593,..._0x50b1d4};_0x5c629c[_0x38efe8(0x18a)]=_0x4b7873,_0x5c629c[_0x38efe8(0x18d)]=_0x5e5ff3;const _0x3a513a={};_0x3a513a[_0x38efe8(0x19e)]=_0x5c629c,_0x18d55c=_0x3a513a,_0x3bcd44[_0x38efe8(0x19a)](_0x42c84d);}else{if(_0x2ddd19)_0xa4c06d[_0x38efe8(0x19a)](helper[_0x38efe8(0x189)](_0x168f3f[_0x38efe8(0x1a1)],_0x902b77['Dzsll'],_0x42e69d));else _0xa4c06d[_0x38efe8(0x19a)](helper[_0x38efe8(0x183)](_0x168f3f['config'],_0x902b77[_0x38efe8(0x1ae)],_0x42e69d));}}):_0x52000b[_0x5e1194(0x187)](_0x428ff5=>{const _0x36f5b7=_0x5e1194;_0x36ed45={'server':_0x105e1a[_0x36f5b7(0x1ac)](_0x486ab5[_0x36f5b7(0x1a1)]),'proxySettings':_0x256e88[_0x36f5b7(0x1a1)][_0x36f5b7(0x1b1)],'platform':_0x1219fb['getPlatformName'](_0x428ff5)};const _0x3c3eb0={'capability':_0x428ff5,..._0x20a798};_0x3c3eb0[_0x36f5b7(0x18a)]=_0x4c48d5,_0x3c3eb0[_0x36f5b7(0x18d)]=_0x14d29e;const _0x15cff1={};_0x15cff1[_0x36f5b7(0x19e)]=_0x3c3eb0,_0x538830=_0x15cff1,_0x36599b[_0x36f5b7(0x19a)](_0x5c1da0);}));let _0x3f0493,_0x2d0fb1;const _0x3f5ae4=[];if(_0x902b77[_0x5e1194(0x1a7)](_0xa4c06d[_0x5e1194(0x1b8)],0x0)){if(_0x902b77[_0x5e1194(0x18b)](_0x902b77['WZuWx'],_0x902b77['WZuWx'])){_0x647780={'server':_0x5cfca9[_0x5e1194(0x1ac)](_0x2aaa8b[_0x5e1194(0x1a1)]),'proxySettings':_0x442b34[_0x5e1194(0x1a1)][_0x5e1194(0x1b1)],'platform':_0x4cb235[_0x5e1194(0x17f)](_0x326df3)};const _0x938850={'capability':_0x4b28b1,..._0x1a295c};_0x938850[_0x5e1194(0x18a)]=_0x3d1664,_0x938850['args']=_0x1a3c27;const _0x3a0a5f={};_0x3a0a5f[_0x5e1194(0x19e)]=_0x938850,_0x4cb0ff=_0x3a0a5f,_0x3a7d98[_0x5e1194(0x19a)](_0x3ebdab);}else _0xa4c06d['forEach'](_0x41ad29=>{const _0x221cd0=_0x5e1194,_0x3a0920={};_0x3a0920[_0x221cd0(0x181)]=_0x902b77[_0x221cd0(0x1ae)];const _0x12a4f6=_0x3a0920;if(_0x902b77[_0x221cd0(0x192)](_0x902b77['INVdl'],_0x902b77[_0x221cd0(0x197)])){_0x3f0493={'server':helper[_0x221cd0(0x1ac)](_0x168f3f[_0x221cd0(0x1a1)]),'proxySettings':_0x168f3f[_0x221cd0(0x1a1)][_0x221cd0(0x1b1)],'platform':helper[_0x221cd0(0x17f)](_0x41ad29)};const _0x44f946={'capability':_0x41ad29,..._0x3f0493};_0x44f946[_0x221cd0(0x18a)]=_0xc32e4c,_0x44f946['args']=_0x5e9497;const _0x1c7ca5={};_0x1c7ca5[_0x221cd0(0x19e)]=_0x44f946,_0x2d0fb1=_0x1c7ca5,_0x3f5ae4[_0x221cd0(0x19a)](_0x2d0fb1);}else{if(_0x705fd2)_0x1f1080[_0x221cd0(0x19a)](_0x390104[_0x221cd0(0x189)](_0x2d1376[_0x221cd0(0x1a1)],_0x12a4f6['gueDU'],_0x2828aa));else _0xa68d88[_0x221cd0(0x19a)](_0x40f335[_0x221cd0(0x183)](_0xfc0001[_0x221cd0(0x1a1)],_0x12a4f6[_0x221cd0(0x181)],_0x32348c));}});}else{if(_0x902b77['fgUNd'](_0x902b77[_0x5e1194(0x1b5)],_0x902b77[_0x5e1194(0x17e)])){let _0x358035;if(_0x2ddd19)_0x358035=helper[_0x5e1194(0x189)](_0x168f3f[_0x5e1194(0x1a1)],_0x902b77[_0x5e1194(0x1ae)],0x0);else _0x358035=helper[_0x5e1194(0x183)](_0x168f3f[_0x5e1194(0x1a1)],_0x902b77[_0x5e1194(0x1ae)],0x0);_0x3f0493={'server':helper[_0x5e1194(0x1ac)](_0x168f3f[_0x5e1194(0x1a1)]),'proxySettings':_0x168f3f[_0x5e1194(0x1a1)]['proxySettings']};const _0x4aada8={'capability':_0x358035,..._0x3f0493};_0x4aada8[_0x5e1194(0x18a)]=_0xc32e4c,_0x4aada8[_0x5e1194(0x18d)]=_0x5e9497;const _0x4dfe9b={};_0x4dfe9b[_0x5e1194(0x19e)]=_0x4aada8,_0x2d0fb1=_0x4dfe9b,_0x3f5ae4[_0x5e1194(0x19a)](_0x2d0fb1);}else{const _0x120da1={};_0x120da1[_0x5e1194(0x190)]=_0x902b77['Dzsll'];const _0xe4f9a=_0x120da1;_0x3caa35[_0x5e1194(0x1a1)]['platforms'][_0x5e1194(0x187)]((_0x410a86,_0x559a46)=>{const _0x29fec8=_0x5e1194;if(_0x33c39e)_0x97649[_0x29fec8(0x19a)](_0x4a3180[_0x29fec8(0x189)](_0x14a6a1[_0x29fec8(0x1a1)],_0xe4f9a[_0x29fec8(0x190)],_0x559a46));else _0x18012a[_0x29fec8(0x19a)](_0x1bcad7[_0x29fec8(0x183)](_0x283220[_0x29fec8(0x1a1)],_0xe4f9a[_0x29fec8(0x190)],_0x559a46));});}}const _0x307f90=_0x902b77['DteVd'](_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)]['length']||0x1,_0x168f3f['config'][_0x5e1194(0x1a5)]);_0x902b77[_0x5e1194(0x188)](parallelVanillaRun,_0x3f5ae4,_0x307f90)[_0x5e1194(0x198)](_0x147a05=>{})['finally'](async()=>{await helper['finalExecution'](_0x168f3f);});}module['exports']=run;
2
+ 'use strict';function a38_0x55bc(_0x5f3e00,_0x51478a){const _0x3b87b8=a38_0x3b87();return a38_0x55bc=function(_0x55bcd4,_0x357c8c){_0x55bcd4=_0x55bcd4-0xd7;let _0x735d81=_0x3b87b8[_0x55bcd4];return _0x735d81;},a38_0x55bc(_0x5f3e00,_0x51478a);}const a38_0x3d5f1e=a38_0x55bc;(function(_0x282513,_0x36d6d5){const _0x16e24d=a38_0x55bc,_0x20082a=_0x282513();while(!![]){try{const _0x2f2c82=parseInt(_0x16e24d(0x10b))/0x1+-parseInt(_0x16e24d(0xfe))/0x2+parseInt(_0x16e24d(0xea))/0x3*(-parseInt(_0x16e24d(0x113))/0x4)+-parseInt(_0x16e24d(0x101))/0x5*(parseInt(_0x16e24d(0xf3))/0x6)+-parseInt(_0x16e24d(0x109))/0x7+parseInt(_0x16e24d(0x108))/0x8*(parseInt(_0x16e24d(0xf5))/0x9)+parseInt(_0x16e24d(0xec))/0xa;if(_0x2f2c82===_0x36d6d5)break;else _0x20082a['push'](_0x20082a['shift']());}catch(_0x4264a3){_0x20082a['push'](_0x20082a['shift']());}}}(a38_0x3b87,0x9efa7));const fs=require('fs'),path=require(a38_0x3d5f1e(0xf7)),{default:BrowserStackSetup}=require(a38_0x3d5f1e(0xdf)),helper=require('../../helpers/helper'),constants=require(a38_0x3d5f1e(0xda)),{parallelVanillaRun}=require('../test-runner');async function run(_0x331d31,_0x3fc14d){const _0x48444e=a38_0x3d5f1e,_0x2dd824={'ajrde':_0x48444e(0xe7),'ZwvMk':function(_0x50caec,_0x3569a4){return _0x50caec===_0x3569a4;},'sHatn':_0x48444e(0x107),'rPtlZ':_0x48444e(0x111),'FKOPh':function(_0x476384,_0x11bf18){return _0x476384!==_0x11bf18;},'OFpMr':_0x48444e(0xf1),'SlMVm':function(_0x58ace4,_0x34ea4e){return _0x58ace4(_0x34ea4e);},'uqwRT':_0x48444e(0xfb),'hWPGQ':function(_0x5bcb39,_0x5397b0){return _0x5bcb39(_0x5397b0);},'bKhNq':'Config\x20yml\x20is\x20required','CyiPB':function(_0x9ab8a9,_0x369f89){return _0x9ab8a9>_0x369f89;},'roxbZ':function(_0x2aa741,_0x4f0c8c){return _0x2aa741===_0x4f0c8c;},'NWobo':_0x48444e(0xf0),'nmibM':function(_0x2d931d,_0x4a89e9){return _0x2d931d>_0x4a89e9;},'EtTDC':function(_0x49c1c7,_0x25681f){return _0x49c1c7!==_0x25681f;},'eKphX':_0x48444e(0x105),'pXnuF':_0x48444e(0xeb),'PFImk':_0x48444e(0xef),'iFKAe':'LyaCf','uIYAC':function(_0x3de262,_0x56b538){return _0x3de262*_0x56b538;},'jjgPv':function(_0x4daa23,_0x3a9815,_0x1e4b54){return _0x4daa23(_0x3a9815,_0x1e4b54);}},_0x4a8849=new BrowserStackSetup(_0x331d31,_0x2dd824[_0x48444e(0xfc)]);await _0x4a8849[_0x48444e(0xe9)](),await helper[_0x48444e(0x117)](_0x4a8849[_0x48444e(0x100)]);let _0xd96155=[];if(helper[_0x48444e(0xe0)](_0x331d31['_'][0x1]))throw _0x2dd824[_0x48444e(0xd7)](Error,_0x2dd824[_0x48444e(0xf4)]);const _0x9126a1=path[_0x48444e(0xf2)](process[_0x48444e(0x118)](),_0x331d31['_'][0x1]);if(!fs[_0x48444e(0xe4)](_0x9126a1))throw _0x2dd824[_0x48444e(0xd7)](Error,_0x48444e(0x116)+_0x331d31['_'][0x1]+_0x48444e(0xe8));if(!_0x4a8849['config'])throw _0x2dd824[_0x48444e(0x10a)](Error,_0x2dd824[_0x48444e(0x110)]);let _0x1f392c=helper[_0x48444e(0x119)](_0x4a8849[_0x48444e(0x100)]);if(_0x4a8849['config'][_0x48444e(0xee)]&&_0x2dd824[_0x48444e(0xd8)](_0x4a8849[_0x48444e(0x100)][_0x48444e(0xee)][_0x48444e(0xfa)],0x0)){if(_0x2dd824['roxbZ'](_0x2dd824[_0x48444e(0x112)],_0x2dd824[_0x48444e(0x112)]))_0x4a8849[_0x48444e(0x100)]['platforms'][_0x48444e(0x102)]((_0x2625f0,_0x354a89)=>{const _0x3ac617=_0x48444e;if(_0x2dd824[_0x3ac617(0xe2)](_0x2dd824[_0x3ac617(0xf8)],_0x2dd824[_0x3ac617(0x106)])){let _0x9930ef;if(_0x4af1f2)_0x9930ef=_0x55cb65[_0x3ac617(0x104)](_0x1de28e[_0x3ac617(0x100)],_0x2dd824['ajrde'],0x0);else _0x9930ef=_0x4dea38[_0x3ac617(0x10c)](_0x1f00b4[_0x3ac617(0x100)],_0x2dd824[_0x3ac617(0xfc)],0x0);_0x43d27a={'server':_0x4ef894['getHubUrl'](_0x43996d['config']),'proxySettings':_0x44d454[_0x3ac617(0x100)][_0x3ac617(0x115)]};const _0x5e6ae3={'capability':_0x9930ef,..._0x4c5fe0};_0x5e6ae3['file']=_0x4c38a7,_0x5e6ae3[_0x3ac617(0xd9)]=_0x5e0ff8;const _0x1f9449={};_0x1f9449['configuration']=_0x5e6ae3,_0x2293ac=_0x1f9449,_0x6dd6ce[_0x3ac617(0xde)](_0x45d66e);}else{if(_0x1f392c)_0xd96155['push'](helper[_0x3ac617(0x104)](_0x4a8849[_0x3ac617(0x100)],_0x2dd824['ajrde'],_0x354a89));else _0xd96155['push'](helper[_0x3ac617(0x10c)](_0x4a8849[_0x3ac617(0x100)],_0x2dd824[_0x3ac617(0xfc)],_0x354a89));}});else{const _0x36282f={};_0x36282f[_0x48444e(0xf6)]=_0x2dd824['ajrde'];const _0x3bc4e9=_0x36282f;_0x1dec2f['config']['platforms'][_0x48444e(0x102)]((_0x24348f,_0x9c3f37)=>{const _0x4f7d8f=_0x48444e;if(_0x122e5b)_0x2e4e30['push'](_0x876745['modifyBrowserStackW3CCaps'](_0x4236ca[_0x4f7d8f(0x100)],_0x3bc4e9[_0x4f7d8f(0xf6)],_0x9c3f37));else _0x5a5f6d[_0x4f7d8f(0xde)](_0x33c8bc[_0x4f7d8f(0x10c)](_0x24518e[_0x4f7d8f(0x100)],_0x3bc4e9[_0x4f7d8f(0xf6)],_0x9c3f37));});}}let _0x32c2d3,_0x199c6b;const _0x176b7=[];if(_0x2dd824[_0x48444e(0x10d)](_0xd96155[_0x48444e(0xfa)],0x0)){if(_0x2dd824[_0x48444e(0xe3)](_0x2dd824[_0x48444e(0xdd)],_0x2dd824[_0x48444e(0xdb)]))_0xd96155[_0x48444e(0x102)](_0x2a0fa6=>{const _0x265684=_0x48444e;if(_0x2dd824[_0x265684(0x10f)](_0x2dd824[_0x265684(0xed)],_0x2dd824[_0x265684(0xed)]))_0x50c2d2[_0x265684(0x102)](_0x1c9b40=>{const _0x134da2=_0x265684;_0x337ad8={'server':_0x443361['getHubUrl'](_0x3c911d[_0x134da2(0x100)]),'proxySettings':_0x9e8d27[_0x134da2(0x100)][_0x134da2(0x115)],'platform':_0x5660a1['getPlatformName'](_0x1c9b40)};const _0x58a1fa={'capability':_0x1c9b40,..._0x8da090};_0x58a1fa[_0x134da2(0xf9)]=_0x3c152c,_0x58a1fa[_0x134da2(0xd9)]=_0x42c00f;const _0x4ca59e={};_0x4ca59e['configuration']=_0x58a1fa,_0x29955f=_0x4ca59e,_0x114ef5[_0x134da2(0xde)](_0x3fd666);});else{_0x32c2d3={'server':helper[_0x265684(0x103)](_0x4a8849['config']),'proxySettings':_0x4a8849[_0x265684(0x100)][_0x265684(0x115)],'platform':helper[_0x265684(0xff)](_0x2a0fa6)};const _0x5d7432={'capability':_0x2a0fa6,..._0x32c2d3};_0x5d7432[_0x265684(0xf9)]=_0x9126a1,_0x5d7432[_0x265684(0xd9)]=_0x3fc14d;const _0x844da3={};_0x844da3[_0x265684(0xe1)]=_0x5d7432,_0x199c6b=_0x844da3,_0x176b7[_0x265684(0xde)](_0x199c6b);}});else{if(_0x153ce2)_0x3304b1[_0x48444e(0xde)](_0x1a7414['modifyBrowserStackW3CCaps'](_0x4c6a51[_0x48444e(0x100)],_0x2dd824[_0x48444e(0xfc)],_0x45c535));else _0x4af85a['push'](_0x4fed0a['modifyBrowserStackCaps'](_0x25107d[_0x48444e(0x100)],_0x2dd824[_0x48444e(0xfc)],_0x471bd7));}}else{if(_0x2dd824[_0x48444e(0xe2)](_0x2dd824[_0x48444e(0x10e)],_0x2dd824[_0x48444e(0xfd)])){_0x12f26f={'server':_0x1adf5f[_0x48444e(0x103)](_0x3a542e[_0x48444e(0x100)]),'proxySettings':_0x18bc2f[_0x48444e(0x100)][_0x48444e(0x115)],'platform':_0x30a074[_0x48444e(0xff)](_0x4eb44b)};const _0x368a6f={'capability':_0x15f3a9,..._0xd137d};_0x368a6f['file']=_0x16deba,_0x368a6f['args']=_0x52d753;const _0xb7469={};_0xb7469[_0x48444e(0xe1)]=_0x368a6f,_0x5cc4a9=_0xb7469,_0x47ad2e['push'](_0x1e562e);}else{let _0x3469df;if(_0x1f392c)_0x3469df=helper[_0x48444e(0x104)](_0x4a8849[_0x48444e(0x100)],_0x2dd824[_0x48444e(0xfc)],0x0);else _0x3469df=helper[_0x48444e(0x10c)](_0x4a8849[_0x48444e(0x100)],_0x2dd824[_0x48444e(0xfc)],0x0);_0x32c2d3={'server':helper[_0x48444e(0x103)](_0x4a8849['config']),'proxySettings':_0x4a8849[_0x48444e(0x100)][_0x48444e(0x115)]};const _0x53fde0={'capability':_0x3469df,..._0x32c2d3};_0x53fde0[_0x48444e(0xf9)]=_0x9126a1,_0x53fde0[_0x48444e(0xd9)]=_0x3fc14d;const _0x571eb0={};_0x571eb0[_0x48444e(0xe1)]=_0x53fde0,_0x199c6b=_0x571eb0,_0x176b7[_0x48444e(0xde)](_0x199c6b);}}const _0x75a957=_0x2dd824[_0x48444e(0xe6)](_0x4a8849[_0x48444e(0x100)][_0x48444e(0xee)][_0x48444e(0xfa)]||0x1,_0x4a8849[_0x48444e(0x100)]['parallelsPerPlatform']);_0x2dd824['jjgPv'](parallelVanillaRun,_0x176b7,_0x75a957)[_0x48444e(0xdc)](_0x55ceee=>{})[_0x48444e(0x114)](async()=>{await helper['finalExecution'](_0x4a8849);});}module[a38_0x3d5f1e(0xe5)]=run;function a38_0x3b87(){const _0x59d41d=['forEach','getHubUrl','modifyBrowserStackW3CCaps','SKgnn','rPtlZ','NQpVW','36392UBSlQY','5947592IqHTnA','hWPGQ','78804WGjLJy','modifyBrowserStackCaps','nmibM','PFImk','FKOPh','bKhNq','MjpcP','NWobo','3424836VKNpKw','finally','proxySettings','File\x20','handleApp','cwd','useW3C','SlMVm','CyiPB','args','../utils/constants','pXnuF','then','eKphX','push','../../helpers/BrowserStackSetup','isUndefined','configuration','ZwvMk','EtTDC','existsSync','exports','uIYAC','vanilla','\x20doesn\x27t\x20exist','initialize','3tWxfwi','GpeHe','33188530jGGvJg','OFpMr','platforms','EDXUY','dYjUw','szDXy','join','38298oxnYod','uqwRT','2187LQhbKR','NuLJj','path','sHatn','file','length','File\x20path\x20is\x20required','ajrde','iFKAe','2364382lhSyUl','getPlatformName','config','755iBmRLp'];a38_0x3b87=function(){return _0x59d41d;};return a38_0x3b87();}
@@ -1 +1 @@
1
- function a39_0x4d52(){const _0x5ca54f=['getLocalConfig','default','ZXCPS','852icixGi','OiwlO','QHBiT','getAccessKey','customRepeaters','BrJVr','10042047YoAsAo','Percy\x20started\x20successfully','getHubUrl','8xVsOko','eflpa','sCYHp','percy','requireSeleniumWebdriverCheck','SIGINT','toString','HiwWS','AyCbs','Yafhs','XsSgc','ENsYX','FRAMEWORK','EuiqM','yWuvM','555080mLqHSC','BayAC','BhWyQ','hivAz','Error\x20occured\x20while\x20stopping\x20local\x20binary','IVXUM','1220168JbBOtx','turboScale','xoPUG','ddbgM','forceLocal','setupPercy','vpMya','SIGTERM','ZZceF','util','Error\x20occured\x20while\x20stopping\x20percy','unhandledErrors','localIdentifier','QBHKA','isTrue','jeHhk','dMZwN','JDXns','getTurboScaleGridDetails','cJjQx','info','winstonLogger','sIdRP','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','getPackageVersion','GUGeD','htKaK','localOptions','platforms','nxLDQ','hubUrl','beforeExit','BROWSERSTACK_TURBOSCALE','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','XwYiC','CSffl','setEnvCaps','lwEnf','setupKeepAlive','UJEzz','BARQf','XuVpn','JKKUR','AdmPW','./setKeepAlive','gQozD','lWwTN','liOOG','UrtvW','YtUqJ','HZXnK','CWkBt','hwBny','unhandledRejection','stopBrowserstackLocal','setCLICaps','setupBrowserstackLocal','cXKbj','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','zejib','getUserName','ZQomt','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','lsxvy','isRunning','JnApN','DshVV','custom-repeater','Local\x20binary\x20stopped','generateLocalIdentifier','setLogLevel','No\x20config\x20provided.','jest','userName\x20or\x20accessKey\x20is\x20not\x20defined','iEWeF','config','iIWGC','HCqxE','OGXNt','NIXEv','SDKTestAttempted','stopLocalBinary','./ats/helper','CHOaD','JbJNH','SRRNT','qfdWS','rGiOz','NvEIE','adLuZ','includes','handleExceptions','MducU','txBNa','3368288VFEciU','hqhGe','XWwHC','gTTQi','setProxySettings','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','testContextOptions','getLocalIdentifier','framework','4.5.0','error','fYDSP','yipvE','isBrowserstackInfra','selenium-webdriver','zKPQq','allocateHub','SsajF','useW3C','OrQgT','fUOCI','warn','Dlolm','RLvjX','38381diBXzG','turboScaleUrl','MSKYg','setUpHubUrl','../bin/utils/constants','iUfZo','PvHhO','join','INlpK','SdBpO','LFVfk','toLowerCase','isTrialGrid','DGdlD','FNJRw','lSqWP','EvEhw','MtKxQ','mjFrJ','playwright','isUndefined','push','tHwfS','format','YLUGK','stopPercy','envConfig','jgHUt','compareVersions','acErK','LrWpL','getFinalCaps','TBFqy','2887734NBcRCw','message','jwysZ','zkCKu','hcPvU','oucSc','rbOMz','Error\x20in\x20percy\x20setup\x20','turboScaleGridDetails','HZtjS','?caps=','getConfigPath','ebtfG','uWjHX','lYAze','rCjYm','browserstackLocal','uncaughtException','5xTpVwI','debug','nkXiu','ats-repeater','setBrowserstackInfraFromConfig','jvknB','3897440TpSUkk','FLjuX','CPNYW','QqmsT','constructor','PNBUc','turboScaleOptions','zzNoJ','env','HwMvQ','fireFunnelTestEvent','./logger','cliConfig','sanitizeCaps','LvkmK','IUEvm','browserStackLocalOptions','length','ezZlp','Local\x20binary\x20started\x20successfully','playwrightUrl'];a39_0x4d52=function(){return _0x5ca54f;};return a39_0x4d52();}const a39_0x3ff359=a39_0x38ce;(function(_0x314cf5,_0x39f000){const _0x103000=a39_0x38ce,_0x4245dd=_0x314cf5();while(!![]){try{const _0x2c2fbe=parseInt(_0x103000(0x1b1))/0x1+-parseInt(_0x103000(0x130))/0x2+parseInt(_0x103000(0x169))/0x3+-parseInt(_0x103000(0xd2))/0x4*(-parseInt(_0x103000(0x17b))/0x5)+-parseInt(_0x103000(0x199))/0x6*(parseInt(_0x103000(0x148))/0x7)+parseInt(_0x103000(0x1a2))/0x8*(parseInt(_0x103000(0x19f))/0x9)+parseInt(_0x103000(0x181))/0xa;if(_0x2c2fbe===_0x39f000)break;else _0x4245dd['push'](_0x4245dd['shift']());}catch(_0x4d752e){_0x4245dd['push'](_0x4245dd['shift']());}}}(a39_0x4d52,0xd34d9));const util=require(a39_0x3ff359(0xdb)),constants=require(a39_0x3ff359(0x14c)),{isTurboScaleSession}=require(a39_0x3ff359(0x124)),logger=require(a39_0x3ff359(0x18c))[a39_0x3ff359(0xe7)],helper=require('./helper'),hubAllocator=require('../hubAllocationMethods');function a39_0x38ce(_0x2d3589,_0x13d729){const _0x4d5227=a39_0x4d52();return a39_0x38ce=function(_0x38ce78,_0x24b46e){_0x38ce78=_0x38ce78-0xce;let _0x4ef2e3=_0x4d5227[_0x38ce78];return _0x4ef2e3;},a39_0x38ce(_0x2d3589,_0x13d729);}class BrowserStackSetup{constructor(_0x1d8132,_0x3ce6ee){const _0x1fc897=a39_0x3ff359,_0x3c2a0c={'SsajF':function(_0x426f26,_0x3afec7){return _0x426f26<_0x3afec7;},'fUOCI':function(_0x108cec,_0x4165e0){return _0x108cec(_0x4165e0);},'SdBpO':_0x1fc897(0x13e),'yipvE':function(_0x2953d7,_0x37ebd9){return _0x2953d7===_0x37ebd9;},'NvEIE':_0x1fc897(0x139),'AyCbs':_0x1fc897(0xf3),'zKPQq':_0x1fc897(0x10c),'gSzZj':_0x1fc897(0x107),'hqhGe':'uncaughtException','CHOaD':_0x1fc897(0x17e),'mjFrJ':_0x1fc897(0x115),'XuVpn':'true','VVIJI':_0x1fc897(0xd0),'txBNa':_0x1fc897(0x122),'iEWeF':function(_0x284b6d,_0x409a55){return _0x284b6d===_0x409a55;},'PvHhO':_0x1fc897(0x11b),'HZXnK':_0x1fc897(0xfe),'HiwWS':_0x1fc897(0x119),'iUfZo':function(_0xd4a2cf,_0x508f1c){return _0xd4a2cf!==_0x508f1c;},'ddbgM':_0x1fc897(0xe8),'jgHUt':_0x1fc897(0x18f),'dMZwN':_0x1fc897(0x132),'OiwlO':function(_0xf49af3,_0x9c6155){return _0xf49af3!==_0x9c6155;},'zzNoJ':_0x1fc897(0x10b),'rCjYm':'yEgle','NIXEv':_0x1fc897(0x158),'nwgXa':function(_0x2984a0,_0x3523b5){return _0x2984a0(_0x3523b5);},'ZPGlA':_0x1fc897(0x18a),'ZXCPS':'ZDNYQ','QBHKA':_0x1fc897(0x113),'TubuH':function(_0x258359,_0x36f782){return _0x258359!==_0x36f782;},'EoxnP':_0x1fc897(0x17d),'OrQgT':_0x1fc897(0x12e),'Yafhs':function(_0x765fd5,_0x34dffb){return _0x765fd5===_0x34dffb;},'ebtfG':_0x1fc897(0x16e),'jeHhk':_0x1fc897(0xf9),'BIFmF':_0x1fc897(0x101),'eflpa':function(_0x2ef3ca,_0x37d6e5){return _0x2ef3ca!==_0x37d6e5;},'CVSEm':_0x1fc897(0x1ad),'OYYvN':'JXoje','OGXNt':function(_0x42f8ba,_0xe71bf0){return _0x42f8ba===_0xe71bf0;},'lSqWP':_0x1fc897(0x106),'htKaK':_0x1fc897(0x105),'wXlfQ':_0x1fc897(0x19b),'TeFTQ':function(_0x3d4933,_0x1644b9){return _0x3d4933===_0x1644b9;},'nxLDQ':_0x1fc897(0x16f),'ehirk':_0x1fc897(0xff),'zejib':function(_0x3274a5,_0x5e3b1d){return _0x3274a5===_0x5e3b1d;},'hcPvU':_0x1fc897(0x177)};this[_0x1fc897(0xdd)]=[],this[_0x1fc897(0x18d)]=helper[_0x1fc897(0x109)](_0x1d8132),this[_0x1fc897(0x162)]=helper[_0x1fc897(0xf6)](),this['browserstackLocal']=null,this[_0x1fc897(0x1a5)]=null,this[_0x1fc897(0x11d)]=helper['readConfig'](helper[_0x1fc897(0x174)](_0x1d8132)),global[_0x1fc897(0x11d)]=this['config'],global[_0x1fc897(0x138)]=_0x3ce6ee,helper[_0x1fc897(0x18e)](this[_0x1fc897(0x11d)]),this[_0x1fc897(0x138)]=_0x3ce6ee;if(helper['isUndefined'](this[_0x1fc897(0x11d)]))throw new Error(_0x3c2a0c[_0x1fc897(0x1a9)]);if(this[_0x1fc897(0x11d)][_0x1fc897(0x13a)])throw new Error(this[_0x1fc897(0x11d)][_0x1fc897(0x13a)]);this['handleExceptions']();process[_0x1fc897(0x189)][_0x1fc897(0xf2)]&&(_0x3c2a0c['iUfZo'](_0x3c2a0c[_0x1fc897(0xd5)],_0x3c2a0c[_0x1fc897(0xd5)])?(_0x3c2a0c['SsajF'](_0x3c2a0c[_0x1fc897(0x144)](_0x5983a9,_0x22ecb2[_0x1fc897(0xea)](_0x3c2a0c[_0x1fc897(0x151)])),0x3)&&(this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=![]),_0x3c2a0c[_0x1fc897(0x13c)](_0x33fbfa[_0x1fc897(0x164)](_0x223f66[_0x1fc897(0xea)](_0x3c2a0c['SdBpO']),_0x3c2a0c[_0x1fc897(0x12a)]),0x1)&&(this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=!![])):(this[_0x1fc897(0x11d)][_0x1fc897(0xd3)]=helper[_0x1fc897(0xe0)](process[_0x1fc897(0x189)][_0x1fc897(0xf2)]),this['config'][_0x1fc897(0x187)]=this[_0x1fc897(0x11d)][_0x1fc897(0x187)]||{}));helper[_0x1fc897(0x17f)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)]),helper[_0x1fc897(0x167)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)],this[_0x1fc897(0x162)]);if(!helper[_0x1fc897(0x13d)]()){if(_0x3c2a0c['iUfZo'](_0x3c2a0c[_0x1fc897(0x163)],_0x3c2a0c[_0x1fc897(0x163)]))_0x151bfa[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)]['parallelsPerPlatform'])?_0x459dd5['info'](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x2b1ab4[_0x1fc897(0x145)](_0x3c2a0c[_0x1fc897(0x13f)]),this['config'][_0x1fc897(0xee)]=[];else{try{if(_0x3c2a0c[_0x1fc897(0x14d)](_0x3c2a0c[_0x1fc897(0xe2)],_0x3c2a0c['dMZwN'])){const _0x8db719=_0x22b271=>{const _0x4f4e69=_0x1fc897;_0x2dd34a['error'](_0x22b271['message']),_0x56e244[_0x4f4e69(0x17c)](_0x176e2b[_0x4f4e69(0x15f)](_0x22b271)),this[_0x4f4e69(0xdd)][_0x4f4e69(0x15d)](_0x2483f5['format']('%j',_0x22b271));};_0x2e5fd1['on'](_0x3c2a0c['gSzZj'],_0x8db719),_0x5c2dc4['on'](_0x3c2a0c[_0x1fc897(0x131)],_0x8db719);}else process['env']['FRAMEWORK']=_0x3ce6ee,helper[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this['config'],this[_0x1fc897(0x138)]);}catch(_0x5bb576){_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0x188)],_0x3c2a0c[_0x1fc897(0x178)])?logger[_0x1fc897(0x17c)](_0x1fc897(0xe9)+_0x5bb576):(this['config']['browserstackLocal']=!![],this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0xde)]=_0x3c2a0c[_0x1fc897(0x125)],this['config'][_0x1fc897(0x191)][_0x3c2a0c[_0x1fc897(0x15a)]]=_0x31c60e[_0x1fc897(0x19d)][_0x1fc897(0x14f)](','),this['config'][_0x1fc897(0x191)]['forceLocal']=_0x3c2a0c[_0x1fc897(0xfb)]);}return;}}if(helper[_0x1fc897(0x1a6)](_0x3ce6ee)){if(_0x3c2a0c[_0x1fc897(0x13c)](_0x3c2a0c[_0x1fc897(0x121)],_0x3c2a0c['NIXEv']))_0x3c2a0c[_0x1fc897(0x141)](_0x3c2a0c['nwgXa'](parseInt,helper['getPackageVersion'](_0x3c2a0c[_0x1fc897(0x151)])),0x3)&&(_0x3c2a0c[_0x1fc897(0x13c)](_0x3c2a0c['ZPGlA'],_0x3c2a0c['ZPGlA'])?this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=![]:_0xfb1910['error'](_0x3c2a0c['VVIJI'],_0x27b043[_0x1fc897(0x16a)])),_0x3c2a0c[_0x1fc897(0x13c)](helper[_0x1fc897(0x164)](helper[_0x1fc897(0xea)](_0x3c2a0c['SdBpO']),_0x3c2a0c[_0x1fc897(0x12a)]),0x1)&&(_0x3c2a0c[_0x1fc897(0x11c)](_0x3c2a0c[_0x1fc897(0x198)],_0x3c2a0c['ZXCPS'])?this['config'][_0x1fc897(0x142)]=!![]:_0x36b14b['warn'](_0x3c2a0c[_0x1fc897(0x13f)]));else{_0x2e1fae[_0x1fc897(0x17c)]('Error\x20in\x20percy\x20setup\x20'+_0x5be133);throw new _0x17a221(_0x5dc941[_0x1fc897(0x1a8)]());}}(helper['isUndefined'](this[_0x1fc897(0x11d)]['platforms'])||helper[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)]['platforms'][_0x1fc897(0x192)]))&&(_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0xdf)],_0x3c2a0c[_0x1fc897(0xdf)])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)]['localIdentifier']=_0x48b4a8[_0x1fc897(0x117)]():(helper[_0x1fc897(0x15c)](this['config']['parallelsPerPlatform'])?_0x3c2a0c['TubuH'](_0x3c2a0c['EoxnP'],_0x3c2a0c[_0x1fc897(0x143)])?logger[_0x1fc897(0xe6)](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x5dab0e[_0x1fc897(0xe6)](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x3c2a0c[_0x1fc897(0x1ab)](_0x3c2a0c[_0x1fc897(0x175)],_0x3c2a0c[_0x1fc897(0x175)])?logger[_0x1fc897(0x145)](_0x3c2a0c[_0x1fc897(0x13f)]):this['config']['browserStackLocalOptions']={'localIdentifier':_0x9f5ebb[_0x1fc897(0x117)]()},this['config'][_0x1fc897(0xee)]=[]));!this[_0x1fc897(0x11d)][_0x1fc897(0x191)]&&(this[_0x1fc897(0x11d)][_0x1fc897(0x191)]=this['config'][_0x1fc897(0xed)]||{}),!this[_0x1fc897(0x11d)][_0x1fc897(0x136)]&&(this[_0x1fc897(0x11d)][_0x1fc897(0x136)]={});if(helper[_0x1fc897(0x15c)](helper[_0x1fc897(0x10e)](this[_0x1fc897(0x11d)]))||helper[_0x1fc897(0x15c)](helper[_0x1fc897(0x19c)](this[_0x1fc897(0x11d)]))){if(_0x3c2a0c[_0x1fc897(0x11c)](_0x3c2a0c[_0x1fc897(0xe1)],_0x3c2a0c['BIFmF']))_0x19a96f['env']['FRAMEWORK']=_0x37c1e5['_'][0x0],_0x3242ee[_0x1fc897(0x18b)](_0x3c2a0c['txBNa'],{},this[_0x1fc897(0x11d)],this[_0x1fc897(0x138)]);else throw new Error(_0x3c2a0c[_0x1fc897(0x14e)]);}if(helper[_0x1fc897(0x196)](this[_0x1fc897(0x11d)])&&helper['isUndefined'](helper[_0x1fc897(0x137)](this['config']))){if(_0x3c2a0c[_0x1fc897(0x1a3)](_0x3c2a0c['CVSEm'],_0x3c2a0c['OYYvN']))!helper[_0x1fc897(0x15c)](this['config'][_0x1fc897(0x191)])&&_0x3c2a0c[_0x1fc897(0x11c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0x185)],Object)?_0x3c2a0c[_0x1fc897(0x120)](_0x3c2a0c['lSqWP'],_0x3c2a0c[_0x1fc897(0x157)])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0xde)]=helper[_0x1fc897(0x117)]():(_0x419aaf['error'](_0x45ced4[_0x1fc897(0x16a)]),_0x452846['debug'](_0x396ba3[_0x1fc897(0x15f)](_0x3ad880)),this['unhandledErrors']['push'](_0x301c3f[_0x1fc897(0x15f)]('%j',_0x34387e))):_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0xec)],_0x3c2a0c['wXlfQ'])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)]={'localIdentifier':helper[_0x1fc897(0x117)]()}:!_0x29d9de[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)])&&_0x3c2a0c[_0x1fc897(0x11c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0x185)],_0x163e69)?this['config'][_0x1fc897(0x191)]['localIdentifier']=_0x39c5ad[_0x1fc897(0x117)]():this['config'][_0x1fc897(0x191)]={'localIdentifier':_0x48e782['generateLocalIdentifier']()};else throw new _0x605aef(_0x3c2a0c[_0x1fc897(0x14e)]);}helper[_0x1fc897(0x118)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)],this[_0x1fc897(0x162)]);try{_0x3c2a0c['TeFTQ'](_0x3c2a0c[_0x1fc897(0xef)],_0x3c2a0c['ehirk'])?_0x3c2a0c[_0x1fc897(0x144)](_0x4422f9,_0x3c2a0c[_0x1fc897(0x104)])():(process['env'][_0x1fc897(0x1ae)]=_0x1d8132['_'][0x0],helper[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this['config'],this[_0x1fc897(0x138)]));}catch(_0xa6ab7e){if(_0x3c2a0c[_0x1fc897(0x10d)](_0x3c2a0c[_0x1fc897(0x16d)],_0x3c2a0c[_0x1fc897(0x16d)]))logger[_0x1fc897(0x17c)](_0x1fc897(0xe9)+_0xa6ab7e);else{try{_0x52cabc[_0x1fc897(0x189)][_0x1fc897(0x1ae)]=_0x5c1873,_0x26e5e1[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this[_0x1fc897(0x11d)],this[_0x1fc897(0x138)]);}catch(_0x5c3e6f){_0x1402b3['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x5c3e6f);}return;}}}async['initialize'](){const _0x56bd01=a39_0x3ff359,_0x16f160={'BayAC':function(_0x4d5997,_0x13d8e){return _0x4d5997+_0x13d8e;},'dfrmx':_0x56bd01(0x173),'FLjuX':'SDKTestAttempted','oiYQK':_0x56bd01(0xdc),'PNBUc':function(_0x50d3ff,_0x3d0990){return _0x50d3ff(_0x3d0990);},'gTTQi':function(_0x3d4073,_0x14a905){return _0x3d4073===_0x14a905;},'qfdWS':_0x56bd01(0x150),'RLvjX':_0x56bd01(0x172),'hivAz':function(_0x11c0a3,_0x51fcac){return _0x11c0a3!==_0x51fcac;},'LFVfk':'Xlclh','YLUGK':_0x56bd01(0x17e),'ZklyJ':_0x56bd01(0x115),'xoPUG':'true','GUGeD':function(_0x1af869,_0x5d7c1e){return _0x1af869===_0x5d7c1e;},'jwysZ':_0x56bd01(0x15b),'tdhUr':function(_0x1b60bf,_0x433b4a){return _0x1b60bf!==_0x433b4a;},'cJjQx':_0x56bd01(0xfc),'jvknB':_0x56bd01(0x13b),'VILAS':_0x56bd01(0x11a),'AdmPW':function(_0x1b2e99,_0x934606){return _0x1b2e99!==_0x934606;},'JbJNH':_0x56bd01(0x15e),'jFLuJ':'nWcgg','haFYq':'codeceptjs','LrWpL':function(_0x531103,_0x5aae0e){return _0x531103!==_0x5aae0e;},'EuiqM':'RtCeE'};if(_0x16f160[_0x56bd01(0x186)](isTurboScaleSession,this[_0x56bd01(0x11d)])){if(_0x16f160[_0x56bd01(0x133)](_0x16f160[_0x56bd01(0x128)],_0x16f160[_0x56bd01(0x147)]))this[_0x56bd01(0x11d)][_0x56bd01(0x142)]=!![];else{const _0xd02b68=await helper[_0x56bd01(0xe4)](this[_0x56bd01(0x11d)]);this[_0x56bd01(0x11d)][_0x56bd01(0x171)]=_0xd02b68,_0xd02b68[_0x56bd01(0x154)]&&(_0x16f160[_0x56bd01(0xcf)](_0x16f160[_0x56bd01(0x152)],_0x16f160[_0x56bd01(0x152)])?this[_0x56bd01(0x11d)][_0x56bd01(0x149)]=_0x16f160[_0x56bd01(0x1b2)](_0x23f049[_0x56bd01(0x195)],_0x16f160['dfrmx']):(this[_0x56bd01(0x11d)][_0x56bd01(0x179)]=!![],this['config'][_0x56bd01(0x191)]['localIdentifier']=_0x16f160[_0x56bd01(0x160)],this[_0x56bd01(0x11d)]['browserStackLocalOptions'][_0x16f160['ZklyJ']]=_0xd02b68['customRepeaters'][_0x56bd01(0x14f)](','),this['config'][_0x56bd01(0x191)][_0x56bd01(0xd6)]=_0x16f160[_0x56bd01(0xd4)])),this[_0x56bd01(0x11d)][_0x56bd01(0x149)]=_0xd02b68['url'],this[_0x56bd01(0x138)]&&_0x16f160[_0x56bd01(0xeb)](this[_0x56bd01(0x138)][_0x56bd01(0x153)](),_0x16f160[_0x56bd01(0x16b)])&&(_0x16f160['tdhUr'](_0x16f160[_0x56bd01(0xe5)],_0x16f160[_0x56bd01(0x180)])?this[_0x56bd01(0x11d)]['turboScaleUrl']=_0x16f160['BayAC'](_0xd02b68[_0x56bd01(0x195)],_0x16f160['dfrmx']):(_0x20202c[_0x56bd01(0x189)][_0x56bd01(0x1ae)]=_0xa28ee0,_0x52b593['fireFunnelTestEvent'](_0x16f160[_0x56bd01(0x182)],{},this[_0x56bd01(0x11d)],this[_0x56bd01(0x138)]))),constants[_0x56bd01(0xf0)]=helper[_0x56bd01(0x1a1)](this[_0x56bd01(0x11d)]),logger[_0x56bd01(0x17c)](_0x56bd01(0x110)+constants[_0x56bd01(0xf0)]);}}helper[_0x56bd01(0x134)](this['config']),this['setupKeepAlive'](),[_0x16f160['VILAS']][_0x56bd01(0x12c)](this[_0x56bd01(0x138)])&&(_0x16f160[_0x56bd01(0xfd)](_0x16f160[_0x56bd01(0x126)],_0x16f160['jFLuJ'])?await this[_0x56bd01(0xd7)]():_0x3983e2[_0x56bd01(0x17c)](_0x56bd01(0xe9)+_0x1e5e0d)),await this['setupBrowserstackLocal'](),![_0x16f160['haFYq']][_0x56bd01(0x12c)](this[_0x56bd01(0x138)])&&!_0x16f160['PNBUc'](isTurboScaleSession,this[_0x56bd01(0x11d)])&&(_0x16f160[_0x56bd01(0x166)](_0x16f160[_0x56bd01(0x1af)],_0x16f160[_0x56bd01(0x1af)])?_0x176b9c[_0x56bd01(0x13a)](_0x16f160['oiYQK'],_0x4e7931['message']):await this[_0x56bd01(0x14b)]());}async[a39_0x3ff359(0xd7)](){const _0x5c002d=a39_0x3ff359,_0x4a0b87={};_0x4a0b87['lsxvy']=function(_0xc2ea9e,_0x4a0cc2){return _0xc2ea9e===_0x4a0cc2;},_0x4a0b87[_0x5c002d(0x1a4)]=_0x5c002d(0xf7),_0x4a0b87['BARQf']=function(_0x2081b1,_0x21d04a){return _0x2081b1==_0x21d04a;},_0x4a0b87[_0x5c002d(0x176)]=_0x5c002d(0x135),_0x4a0b87[_0x5c002d(0x159)]=function(_0x4702c6,_0x21a123){return _0x4702c6===_0x21a123;},_0x4a0b87['CPNYW']=_0x5c002d(0x14a),_0x4a0b87[_0x5c002d(0x190)]=_0x5c002d(0x184),_0x4a0b87[_0x5c002d(0xce)]=function(_0x254180,_0x66c54e){return _0x254180!==_0x66c54e;},_0x4a0b87[_0x5c002d(0x129)]=_0x5c002d(0x10f),_0x4a0b87[_0x5c002d(0x102)]=function(_0x4a295c,_0x1fd71e){return _0x4a295c!==_0x1fd71e;},_0x4a0b87[_0x5c002d(0xe3)]=_0x5c002d(0x100),_0x4a0b87[_0x5c002d(0x16c)]=_0x5c002d(0x1a0),_0x4a0b87[_0x5c002d(0xd1)]=_0x5c002d(0xf1),_0x4a0b87[_0x5c002d(0xda)]=_0x5c002d(0x1a7),_0x4a0b87[_0x5c002d(0x114)]=_0x5c002d(0xd9),_0x4a0b87['CSffl']=function(_0x4f35ba,_0x3a4a74){return _0x4f35ba!==_0x3a4a74;},_0x4a0b87[_0x5c002d(0xf4)]=_0x5c002d(0x127),_0x4a0b87['DVacb']=_0x5c002d(0x156);const _0x2b5984=_0x4a0b87;if(helper[_0x5c002d(0xe0)](this['config'][_0x5c002d(0x1a5)])&&(!this[_0x5c002d(0x1a5)]||!this[_0x5c002d(0x1a5)][_0x5c002d(0x112)]())){if(_0x2b5984[_0x5c002d(0x159)](_0x2b5984[_0x5c002d(0x183)],_0x2b5984['IUEvm']))this[_0x5c002d(0x11d)]['useW3C']=![];else try{if(_0x2b5984['BhWyQ'](_0x2b5984[_0x5c002d(0x129)],_0x2b5984['rGiOz']))this[_0x5c002d(0x11d)][_0x5c002d(0xd3)]=_0x4053b5['isTrue'](_0x587c11['env'][_0x5c002d(0xf2)]),this[_0x5c002d(0x11d)]['turboScaleOptions']=this[_0x5c002d(0x11d)][_0x5c002d(0x187)]||{};else{this[_0x5c002d(0x1a5)]=await helper['startPercy'](this['config']);if(!this[_0x5c002d(0x1a5)]){if(_0x2b5984[_0x5c002d(0x102)](_0x2b5984[_0x5c002d(0xe3)],_0x2b5984['JDXns'])){_0x39d2a5[_0x5c002d(0x17c)](_0x19e2bd);throw new _0x3dc192(_0x5253e0[_0x5c002d(0x1a8)]());}else throw new Error(_0x2b5984['uWjHX']);}logger[_0x5c002d(0xe6)](_0x2b5984['zkCKu']);let _0x32687d=0x0;const _0x1159c1=async()=>{const _0x348735=_0x5c002d;_0x2b5984[_0x348735(0x111)](_0x2b5984['sCYHp'],_0x2b5984['sCYHp'])?(_0x32687d++,_0x2b5984[_0x348735(0xfa)](_0x32687d,0x1)&&await this[_0x348735(0x161)]()):_0x1373ea[_0x348735(0x17c)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4ead79);};process['on'](_0x2b5984[_0x5c002d(0xd1)],_0x1159c1),process['on'](_0x2b5984[_0x5c002d(0xda)],_0x1159c1),process['on'](_0x2b5984[_0x5c002d(0x114)],_0x1159c1);}}catch(_0x235b70){if(_0x2b5984[_0x5c002d(0xf5)](_0x2b5984[_0x5c002d(0xf4)],_0x2b5984['DVacb'])){logger['debug'](_0x5c002d(0x170)+_0x235b70);throw new Error(_0x235b70[_0x5c002d(0x1a8)]());}else throw new _0x52008c(_0x2b5984[_0x5c002d(0x176)]);}}}async[a39_0x3ff359(0x161)](){const _0x51b965=a39_0x3ff359,_0x1707af={};_0x1707af['ezZlp']='Percy\x20stopped',_0x1707af[_0x51b965(0x11f)]=_0x51b965(0xdc);const _0x3b0e86=_0x1707af;if(this[_0x51b965(0x1a5)]&&this[_0x51b965(0x1a5)][_0x51b965(0x112)]())try{await helper[_0x51b965(0x161)](this[_0x51b965(0x1a5)]),logger[_0x51b965(0xe6)](_0x3b0e86[_0x51b965(0x193)]);}catch(_0x32e8ad){logger[_0x51b965(0x13a)](_0x3b0e86[_0x51b965(0x11f)],_0x32e8ad[_0x51b965(0x16a)]);}}async[a39_0x3ff359(0x10a)](){const _0x2de8a3=a39_0x3ff359,_0x1ac253={};_0x1ac253[_0x2de8a3(0x1b0)]=function(_0x4ba1f9,_0x2c7a53){return _0x4ba1f9==_0x2c7a53;},_0x1ac253[_0x2de8a3(0x11e)]=_0x2de8a3(0x194),_0x1ac253[_0x2de8a3(0x155)]='beforeExit',_0x1ac253[_0x2de8a3(0xd8)]=_0x2de8a3(0x1a7),_0x1ac253[_0x2de8a3(0x165)]=_0x2de8a3(0xd9);const _0x10c1c9=_0x1ac253;if(helper[_0x2de8a3(0xe0)](this[_0x2de8a3(0x11d)][_0x2de8a3(0x179)])&&(!this[_0x2de8a3(0x179)]||!this[_0x2de8a3(0x179)][_0x2de8a3(0x112)]()))try{this['browserstackLocal']=await helper['startLocalBinary'](this[_0x2de8a3(0x11d)]),logger['info'](_0x10c1c9[_0x2de8a3(0x11e)]);let _0x23be40=0x0;const _0xd7c90d=async()=>{const _0x3d00f2=_0x2de8a3;_0x23be40++,_0x10c1c9['yWuvM'](_0x23be40,0x1)&&await this[_0x3d00f2(0x108)]();};process['on'](_0x10c1c9['DGdlD'],_0xd7c90d),process['on'](_0x10c1c9[_0x2de8a3(0xd8)],_0xd7c90d),process['on'](_0x10c1c9[_0x2de8a3(0x165)],_0xd7c90d);}catch(_0x424767){logger[_0x2de8a3(0x17c)](_0x424767);throw new Error(_0x424767[_0x2de8a3(0x1a8)]());}}async[a39_0x3ff359(0x108)](){const _0x5df364=a39_0x3ff359,_0x520d2a={};_0x520d2a[_0x5df364(0x12b)]=_0x5df364(0x116),_0x520d2a[_0x5df364(0x103)]=_0x5df364(0xd0);const _0x28d123=_0x520d2a;if(this[_0x5df364(0x179)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x5df364(0x123)](this[_0x5df364(0x179)]),logger['info'](_0x28d123['adLuZ']);}catch(_0x98b7b1){logger[_0x5df364(0x13a)](_0x28d123['YtUqJ'],_0x98b7b1[_0x5df364(0x16a)]);}}async[a39_0x3ff359(0x14b)](){const _0x28b26f=a39_0x3ff359;await hubAllocator[_0x28b26f(0x140)](this[_0x28b26f(0x11d)]);}[a39_0x3ff359(0xf8)](){const _0xb22916=a39_0x3ff359,_0x36d3ba={'Dlolm':function(_0x3598e9,_0x3093a3){return _0x3598e9(_0x3093a3);},'BrJVr':_0xb22916(0xfe)};_0x36d3ba[_0xb22916(0x146)](require,_0x36d3ba[_0xb22916(0x19e)])();}[a39_0x3ff359(0x12d)](){const _0xeff87a=a39_0x3ff359,_0xd3247e={};_0xd3247e[_0xeff87a(0x168)]='unhandledRejection',_0xd3247e[_0xeff87a(0x1ac)]=_0xeff87a(0x17a);const _0x20e098=_0xd3247e,_0x131561=_0x38e4f5=>{const _0x51cb85=_0xeff87a;logger[_0x51cb85(0x13a)](_0x38e4f5['message']),logger[_0x51cb85(0x17c)](util[_0x51cb85(0x15f)](_0x38e4f5)),this[_0x51cb85(0xdd)][_0x51cb85(0x15d)](util[_0x51cb85(0x15f)]('%j',_0x38e4f5));};process['on'](_0x20e098['TBFqy'],_0x131561),process['on'](_0x20e098[_0xeff87a(0x1ac)],_0x131561);}}exports[a39_0x3ff359(0x197)]=BrowserStackSetup;
1
+ const a39_0x54e1cc=a39_0x26ec;function a39_0x4389(){const _0x445e1a=['LuNlr','jMhML','CdDTt','RrWKC','getHubUrl','selenium-webdriver','wjDvD','qdEHl','GxYmb','wyVgV','setupKeepAlive','OvgfU','bUaAO','uWcxs','SDKTestAttempted','fireFunnelTestEvent','custom-repeater','teuqT','ExlCU','turboScale','unhandledRejection','FUiqw','ypSXW','VmcrB','rDQye','OGBBm','testContextOptions','cliConfig','browserStackLocalOptions','FRAMEWORK','requireSeleniumWebdriverCheck','bUSse','nxiUq','pOeQR','iLkqG','rMuZr','winstonLogger','vAfPR','localIdentifier','BRusS','stopBrowserstackLocal','playwrightUrl','initialize','setProxySettings','Error\x20in\x20percy\x20setup\x20','YblJH','oiuQy','uncaughtException','GTQpl','getLocalConfig','WMrdU','gSsfs','setBrowserstackInfraFromConfig','brXWJ','env','stopLocalBinary','SIGINT','670780noZxWI','setupPercy','startLocalBinary','../bin/utils/constants','XYYiy','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','GiUZj','isUndefined','aaXAx','atWgz','KjVaA','playwright','1944117ujeepZ','cgXtQ','QdRZJ','lsjCv','PAGby','compareVersions','dKIir','WADso','borLm','vMhPb','info','wvXAw','customRepeaters','parallelsPerPlatform','setCLICaps','jQVwe','ZUnLG','yBkJL','includes','bnbld','getLocalIdentifier','PGuCM','GQfsb','EEsur','message','jicqW','4.5.0','BZuea','1660FKYAab','BROWSERSTACK_TURBOSCALE','MDjvY','TxWXl','RDpMX','hxOPU','JJWgh','unhandledErrors','Error\x20occured\x20while\x20stopping\x20percy','useW3C','xAjrP','4116KGTJqB','KhSOJ','OJjia','toString','wGnDe','SOoTr','ChiIR','LjMNV','rHeBi','fWbih','KwJuS','./logger','UaBfK','setupBrowserstackLocal','3711752QxtDed','186476NORMHa','WdGgw','setLogLevel','getUserName','Percy\x20started\x20successfully','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','allocateHub','SIGTERM','push','turboScaleOptions','format','getPackageVersion','rASaL','generateLocalIdentifier','beforeExit','readConfig','handleExceptions','mqTlE','hUFDu','lIUuH','diMZl','dFoAa','350040tjVtZc','eXPGM','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','urwEr','PKZfb','QILcd','userName\x20or\x20accessKey\x20is\x20not\x20defined','sQfQy','isTrialGrid','constructor','getFinalCaps','../hubAllocationMethods','mAQef','ZJcWt','error','hubUrl','OuLAG','YaEQv','YQdeM','true','JbFro','getConfigPath','startPercy','warn','oxkrD','ats-repeater','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','VCzXc','10kdHPxT','3UMXLcT','turboScaleGridDetails','cFWWY','oXbHy','percy','AxVQT','debug','nKEmQ','envConfig','setUpHubUrl','jest','config','wADMk','ShwZF','length','setEnvCaps','framework','FbEhN','./ats/helper','KrQXi','JNoKF','nIEXe','XLmYU','ovtYN','CEZpN','stopPercy','No\x20config\x20provided.','getAccessKey','pQtup','GiacA','./setKeepAlive','browserstackLocal','isRunning','fgIoL','3ihbwys','Local\x20binary\x20stopped','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','jLegy','UWNMb','Error\x20occured\x20while\x20stopping\x20local\x20binary','platforms','KYMQa','28DslLSZ','VCibj','ylgIf','mUJUy','bHgoZ','?caps=','isTrue','EjEFF','XVRab','pAVMb','PTVPW','uusba','sZjpb','Local\x20binary\x20started\x20successfully','TWctb','oEdGy','dFQEs','mLDuo','oGaKn','wfdxO','CUhDy','turboScaleUrl','Percy\x20stopped','FhBUS','codeceptjs','QHPHr','9500160cHVGvl'];a39_0x4389=function(){return _0x445e1a;};return a39_0x4389();}function a39_0x26ec(_0x2cfdce,_0x38a4c4){const _0x43892f=a39_0x4389();return a39_0x26ec=function(_0x26ecea,_0x35f16f){_0x26ecea=_0x26ecea-0x1dd;let _0x46684b=_0x43892f[_0x26ecea];return _0x46684b;},a39_0x26ec(_0x2cfdce,_0x38a4c4);}(function(_0x52e28a,_0x3cefcf){const _0x2b5166=a39_0x26ec,_0x35eaf1=_0x52e28a();while(!![]){try{const _0x3d39e6=parseInt(_0x2b5166(0x2bb))/0x1*(-parseInt(_0x2b5166(0x266))/0x2)+parseInt(_0x2b5166(0x299))/0x3*(-parseInt(_0x2b5166(0x224))/0x4)+-parseInt(_0x2b5166(0x24c))/0x5*(parseInt(_0x2b5166(0x257))/0x6)+-parseInt(_0x2b5166(0x2c3))/0x7*(-parseInt(_0x2b5166(0x27c))/0x8)+-parseInt(_0x2b5166(0x230))/0x9*(-parseInt(_0x2b5166(0x298))/0xa)+-parseInt(_0x2b5166(0x265))/0xb+parseInt(_0x2b5166(0x1ea))/0xc;if(_0x3d39e6===_0x3cefcf)break;else _0x35eaf1['push'](_0x35eaf1['shift']());}catch(_0x759cd9){_0x35eaf1['push'](_0x35eaf1['shift']());}}}(a39_0x4389,0x29888));const util=require('util'),constants=require(a39_0x54e1cc(0x227)),{isTurboScaleSession}=require(a39_0x54e1cc(0x2ab)),logger=require(a39_0x54e1cc(0x262))[a39_0x54e1cc(0x20f)],helper=require('./helper'),hubAllocator=require(a39_0x54e1cc(0x287));class BrowserStackSetup{constructor(_0x355cde,_0x5872c9){const _0x3b27f0=a39_0x54e1cc,_0xc16f7d={'ylgIf':function(_0x303045,_0xf39789){return _0x303045===_0xf39789;},'mLDuo':'Error\x20occured\x20while\x20stopping\x20local\x20binary','VmcrB':_0x3b27f0(0x254),'ZUnLG':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','CEZpN':_0x3b27f0(0x295),'diMZl':_0x3b27f0(0x1fb),'rDQye':_0x3b27f0(0x28f),'cpagU':_0x3b27f0(0x1ff),'gUFrF':_0x3b27f0(0x21a),'jMhML':function(_0x5f4460,_0x9e37da){return _0x5f4460+_0x9e37da;},'XVRab':_0x3b27f0(0x2c8),'RrWKC':_0x3b27f0(0x27e),'sQfQy':_0x3b27f0(0x282),'wvXAw':_0x3b27f0(0x1f9),'rMuZr':function(_0x10e35f,_0x27e4b3){return _0x10e35f<_0x27e4b3;},'fgIoL':function(_0x3f6a12,_0x161b1f){return _0x3f6a12(_0x161b1f);},'bnbld':_0x3b27f0(0x1f0),'qdEHl':_0x3b27f0(0x24a),'UWNMb':_0x3b27f0(0x2b3),'bUSse':_0x3b27f0(0x2ce),'wGnDe':function(_0x57e61f,_0x3196d8){return _0x57e61f!==_0x3196d8;},'oxkrD':_0x3b27f0(0x220),'LjMNV':_0x3b27f0(0x278),'urwEr':function(_0x2d34c1,_0x1fa811){return _0x2d34c1!==_0x1fa811;},'FhBUS':_0x3b27f0(0x2cf),'GTQpl':_0x3b27f0(0x239),'VNhKN':_0x3b27f0(0x256),'cFWWY':function(_0x5e6c8d,_0x4af701){return _0x5e6c8d===_0x4af701;},'FbEhN':'rAoaO','jicqW':function(_0x1f3bf1,_0x4e4325){return _0x1f3bf1<_0x4e4325;},'ZJcWt':function(_0xfd3a26,_0x4bc723){return _0xfd3a26(_0x4bc723);},'KjVaA':_0x3b27f0(0x237),'jLegy':_0x3b27f0(0x2a5),'JbFro':function(_0x5b0cf2,_0x309a86){return _0x5b0cf2===_0x309a86;},'XYYiy':function(_0x2d8c5a,_0x55fe0b){return _0x2d8c5a!==_0x55fe0b;},'JJWgh':'PFaiy','YaEQv':_0x3b27f0(0x250),'Ulcar':_0x3b27f0(0x263),'gBjXl':function(_0x1c01d1,_0x548083){return _0x1c01d1!==_0x548083;},'bHgoZ':_0x3b27f0(0x2c4),'WdGgw':_0x3b27f0(0x2cc),'oypDB':'QNMbX','GiUZj':_0x3b27f0(0x26b),'KZTrk':'Teleh','ADHHs':_0x3b27f0(0x1e0),'ShwZF':_0x3b27f0(0x24f),'bUaAO':_0x3b27f0(0x20d),'GiacA':function(_0x19bd9d,_0x5a7bdb){return _0x19bd9d===_0x5a7bdb;},'KYMQa':function(_0x1b9161,_0x42b4ca){return _0x1b9161===_0x42b4ca;},'atWgz':_0x3b27f0(0x1e3),'OGBBm':_0x3b27f0(0x25c),'QdRZJ':function(_0x217634,_0x441e78){return _0x217634!==_0x441e78;},'pQtup':_0x3b27f0(0x277),'cbiUI':'iEbPs','ExlCU':_0x3b27f0(0x233)};this['unhandledErrors']=[],this[_0x3b27f0(0x206)]=helper[_0x3b27f0(0x23e)](_0x355cde),this[_0x3b27f0(0x2a1)]=helper[_0x3b27f0(0x2a8)](),this[_0x3b27f0(0x2b8)]=null,this[_0x3b27f0(0x29d)]=null,this[_0x3b27f0(0x2a4)]=helper[_0x3b27f0(0x275)](helper[_0x3b27f0(0x291)](_0x355cde)),global[_0x3b27f0(0x2a4)]=this['config'],global[_0x3b27f0(0x2a9)]=_0x5872c9,helper['sanitizeCaps'](this[_0x3b27f0(0x2a4)]),this['framework']=_0x5872c9;if(helper['isUndefined'](this[_0x3b27f0(0x2a4)]))throw new Error(_0xc16f7d[_0x3b27f0(0x2bf)]);if(this[_0x3b27f0(0x2a4)][_0x3b27f0(0x28a)])throw new Error(this['config'][_0x3b27f0(0x28a)]);this['handleExceptions']();process['env'][_0x3b27f0(0x24d)]&&(_0xc16f7d['ylgIf'](_0xc16f7d['bUSse'],_0xc16f7d[_0x3b27f0(0x20a)])?(this['config'][_0x3b27f0(0x1fe)]=helper['isTrue'](process[_0x3b27f0(0x221)][_0x3b27f0(0x24d)]),this[_0x3b27f0(0x2a4)][_0x3b27f0(0x26f)]=this[_0x3b27f0(0x2a4)]['turboScaleOptions']||{}):!_0x1ee960[_0x3b27f0(0x22b)](this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)])&&_0xc16f7d[_0x3b27f0(0x2c5)](this[_0x3b27f0(0x2a4)]['browserStackLocalOptions'][_0x3b27f0(0x285)],_0x1852f1)?this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]['localIdentifier']=_0x51f38[_0x3b27f0(0x273)]():this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]={'localIdentifier':_0x81b790[_0x3b27f0(0x273)]()});helper[_0x3b27f0(0x21f)](this[_0x3b27f0(0x2a4)],this['cliConfig']),helper[_0x3b27f0(0x286)](this[_0x3b27f0(0x2a4)],this[_0x3b27f0(0x206)],this['envConfig']);if(!helper['isBrowserstackInfra']()){if(_0xc16f7d[_0x3b27f0(0x25b)](_0xc16f7d[_0x3b27f0(0x294)],_0xc16f7d[_0x3b27f0(0x25e)])){try{_0xc16f7d[_0x3b27f0(0x27f)](_0xc16f7d[_0x3b27f0(0x1e7)],_0xc16f7d[_0x3b27f0(0x1e7)])?_0x5bbd62['error'](_0xc16f7d[_0x3b27f0(0x1e1)],_0x4246ce['message']):(process[_0x3b27f0(0x221)]['FRAMEWORK']=_0x5872c9,helper[_0x3b27f0(0x1fa)](_0xc16f7d[_0x3b27f0(0x23b)],{},this[_0x3b27f0(0x2a4)],this['framework']));}catch(_0x1f14ab){_0xc16f7d[_0x3b27f0(0x25b)](_0xc16f7d[_0x3b27f0(0x21b)],_0xc16f7d['VNhKN'])?logger[_0x3b27f0(0x29f)](_0x3b27f0(0x229)+_0x1f14ab):_0x400284[_0x3b27f0(0x28a)](_0xc16f7d[_0x3b27f0(0x202)],_0x3f1ee9['message']);}return;}else this[_0x3b27f0(0x2a4)]['useW3C']=![];}if(helper[_0x3b27f0(0x209)](_0x5872c9)){if(_0xc16f7d[_0x3b27f0(0x29b)](_0xc16f7d[_0x3b27f0(0x2aa)],_0xc16f7d[_0x3b27f0(0x2aa)])){if(_0xc16f7d[_0x3b27f0(0x249)](_0xc16f7d[_0x3b27f0(0x289)](parseInt,helper['getPackageVersion'](_0xc16f7d['bnbld'])),0x3)){if(_0xc16f7d[_0x3b27f0(0x2c5)](_0xc16f7d[_0x3b27f0(0x22e)],_0xc16f7d[_0x3b27f0(0x2be)]))throw new _0x18386c(_0xc16f7d[_0x3b27f0(0x240)]);else this['config'][_0x3b27f0(0x255)]=![];}_0xc16f7d[_0x3b27f0(0x290)](helper[_0x3b27f0(0x235)](helper[_0x3b27f0(0x271)](_0xc16f7d[_0x3b27f0(0x243)]),_0xc16f7d[_0x3b27f0(0x1f2)]),0x1)&&(_0xc16f7d[_0x3b27f0(0x228)](_0xc16f7d[_0x3b27f0(0x252)],_0xc16f7d[_0x3b27f0(0x252)])?_0x442dc1[_0x3b27f0(0x29f)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2d7873):this[_0x3b27f0(0x2a4)][_0x3b27f0(0x255)]=!![]);}else this['config']['browserstackLocal']=!![],this[_0x3b27f0(0x2a4)]['browserStackLocalOptions'][_0x3b27f0(0x211)]=_0xc16f7d[_0x3b27f0(0x2b1)],this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)][_0xc16f7d[_0x3b27f0(0x27a)]]=_0x15e282[_0x3b27f0(0x23c)]['join'](','),this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]['forceLocal']=_0xc16f7d[_0x3b27f0(0x203)];}if(helper['isUndefined'](this['config'][_0x3b27f0(0x2c1)])||helper[_0x3b27f0(0x22b)](this[_0x3b27f0(0x2a4)][_0x3b27f0(0x2c1)][_0x3b27f0(0x2a7)])){if(_0xc16f7d[_0x3b27f0(0x2c5)](_0xc16f7d[_0x3b27f0(0x28d)],_0xc16f7d['Ulcar'])){const _0x50dc3d=_0x4d215b=>{const _0x22316c=_0x3b27f0;_0x52ea9e[_0x22316c(0x28a)](_0x4d215b['message']),_0x12e6c7['debug'](_0x2d015d[_0x22316c(0x270)](_0x4d215b)),this[_0x22316c(0x253)]['push'](_0x1d16ca[_0x22316c(0x270)]('%j',_0x4d215b));};_0x3a9912['on'](_0xc16f7d['cpagU'],_0x50dc3d),_0xc80db9['on'](_0xc16f7d['gUFrF'],_0x50dc3d);}else helper[_0x3b27f0(0x22b)](this[_0x3b27f0(0x2a4)][_0x3b27f0(0x23d)])?_0xc16f7d['gBjXl'](_0xc16f7d[_0x3b27f0(0x2c7)],_0xc16f7d[_0x3b27f0(0x267)])?logger[_0x3b27f0(0x23a)](_0xc16f7d[_0x3b27f0(0x1ee)]):_0x4a4445[_0x3b27f0(0x29f)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x534e59):_0xc16f7d[_0x3b27f0(0x228)](_0xc16f7d['oypDB'],_0xc16f7d['oypDB'])?this[_0x3b27f0(0x2a4)][_0x3b27f0(0x1e5)]=_0xc16f7d[_0x3b27f0(0x1ec)](_0x345270[_0x3b27f0(0x214)],_0xc16f7d[_0x3b27f0(0x2cb)]):logger[_0x3b27f0(0x293)](_0xc16f7d[_0x3b27f0(0x22a)]),this[_0x3b27f0(0x2a4)][_0x3b27f0(0x2c1)]=[];}!this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]&&(this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]=this[_0x3b27f0(0x2a4)]['localOptions']||{}),!this[_0x3b27f0(0x2a4)][_0x3b27f0(0x205)]&&(this['config']['testContextOptions']={});if(helper[_0x3b27f0(0x22b)](helper[_0x3b27f0(0x269)](this[_0x3b27f0(0x2a4)]))||helper['isUndefined'](helper[_0x3b27f0(0x2b4)](this[_0x3b27f0(0x2a4)]))){if(_0xc16f7d[_0x3b27f0(0x2c5)](_0xc16f7d['KZTrk'],_0xc16f7d['ADHHs']))this[_0x3b27f0(0x2a4)]['browserStackLocalOptions']={'localIdentifier':_0x584919[_0x3b27f0(0x273)]()};else throw new Error(_0xc16f7d[_0x3b27f0(0x283)]);}if(helper[_0x3b27f0(0x21c)](this[_0x3b27f0(0x2a4)])&&helper[_0x3b27f0(0x22b)](helper[_0x3b27f0(0x244)](this[_0x3b27f0(0x2a4)]))){if(_0xc16f7d['XYYiy'](_0xc16f7d[_0x3b27f0(0x2a6)],_0xc16f7d[_0x3b27f0(0x1f7)])){if(!helper[_0x3b27f0(0x22b)](this[_0x3b27f0(0x2a4)]['browserStackLocalOptions'])&&_0xc16f7d[_0x3b27f0(0x2b6)](this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)][_0x3b27f0(0x285)],Object))_0xc16f7d[_0x3b27f0(0x2c2)](_0xc16f7d['atWgz'],_0xc16f7d[_0x3b27f0(0x22d)])?this[_0x3b27f0(0x2a4)]['browserStackLocalOptions'][_0x3b27f0(0x211)]=helper[_0x3b27f0(0x273)]():_0x49993b[_0x3b27f0(0x23a)](_0xc16f7d[_0x3b27f0(0x1ee)]);else{if(_0xc16f7d['ylgIf'](_0xc16f7d['OGBBm'],_0xc16f7d[_0x3b27f0(0x204)]))this['config'][_0x3b27f0(0x207)]={'localIdentifier':helper['generateLocalIdentifier']()};else throw new _0x15609a(_0xc16f7d[_0x3b27f0(0x283)]);}}else _0x4dca2f['env'][_0x3b27f0(0x208)]=_0x5cebfb['_'][0x0],_0x17c19b['fireFunnelTestEvent'](_0xc16f7d['wvXAw'],{},this['config'],this['framework']);}helper[_0x3b27f0(0x268)](this[_0x3b27f0(0x2a4)],this[_0x3b27f0(0x206)],this[_0x3b27f0(0x2a1)]);try{_0xc16f7d[_0x3b27f0(0x232)](_0xc16f7d[_0x3b27f0(0x2b5)],_0xc16f7d['cbiUI'])?(process[_0x3b27f0(0x221)]['FRAMEWORK']=_0x355cde['_'][0x0],helper[_0x3b27f0(0x1fa)](_0xc16f7d[_0x3b27f0(0x23b)],{},this[_0x3b27f0(0x2a4)],this[_0x3b27f0(0x2a9)])):this['config'][_0x3b27f0(0x207)][_0x3b27f0(0x211)]=_0x3723ab[_0x3b27f0(0x273)]();}catch(_0x2ee04d){_0xc16f7d['KYMQa'](_0xc16f7d[_0x3b27f0(0x1fd)],_0xc16f7d[_0x3b27f0(0x1fd)])?logger['debug'](_0x3b27f0(0x229)+_0x2ee04d):(_0xc16f7d[_0x3b27f0(0x20e)](_0xc16f7d[_0x3b27f0(0x2ba)](_0x5a5c20,_0x56da3a[_0x3b27f0(0x271)](_0xc16f7d[_0x3b27f0(0x243)])),0x3)&&(this['config'][_0x3b27f0(0x255)]=![]),_0xc16f7d['ylgIf'](_0x44b23c[_0x3b27f0(0x235)](_0x2c224d[_0x3b27f0(0x271)](_0xc16f7d[_0x3b27f0(0x243)]),_0xc16f7d['qdEHl']),0x1)&&(this[_0x3b27f0(0x2a4)][_0x3b27f0(0x255)]=!![]));}}async[a39_0x54e1cc(0x215)](){const _0x218251=a39_0x54e1cc,_0x11bbb8={'pOeQR':'SDKTestAttempted','FUiqw':_0x218251(0x27e),'sirZk':_0x218251(0x26b),'wyVgV':function(_0x485d2b,_0x3c5bf9){return _0x485d2b(_0x3c5bf9);},'jQVwe':function(_0x4d64f9,_0x1e077a){return _0x4d64f9!==_0x1e077a;},'cgXtQ':_0x218251(0x1eb),'GxYmb':function(_0x1762ec,_0x34f732){return _0x1762ec===_0x34f732;},'CdDTt':_0x218251(0x1f6),'BRusS':_0x218251(0x295),'RFFXg':_0x218251(0x1fb),'KrQXi':'true','CUhDy':function(_0x3dc71b,_0x500d38){return _0x3dc71b===_0x500d38;},'oXbHy':_0x218251(0x22f),'uWcxs':_0x218251(0x27b),'hxOPU':'FPPLr','oiuQy':function(_0x38fad1,_0x32e019){return _0x38fad1+_0x32e019;},'eXPGM':_0x218251(0x2c8),'GQfsb':_0x218251(0x2a3),'KwJuS':function(_0x132672,_0x49cf43){return _0x132672===_0x49cf43;},'nUBrU':_0x218251(0x279),'PTVPW':_0x218251(0x1e2),'WMrdU':_0x218251(0x1e8),'YblJH':function(_0x29ad4e,_0x1e4683){return _0x29ad4e(_0x1e4683);},'oEdGy':_0x218251(0x28e),'dKIir':_0x218251(0x24e)};if(_0x11bbb8[_0x218251(0x1f4)](isTurboScaleSession,this[_0x218251(0x2a4)])){if(_0x11bbb8[_0x218251(0x23f)](_0x11bbb8[_0x218251(0x231)],_0x11bbb8['cgXtQ']))_0x513d8c[_0x218251(0x221)]['FRAMEWORK']=_0x546aa2,_0x1838da[_0x218251(0x1fa)](_0x11bbb8[_0x218251(0x20c)],{},this['config'],this['framework']);else{const _0x412ab7=await helper['getTurboScaleGridDetails'](this['config']);this[_0x218251(0x2a4)][_0x218251(0x29a)]=_0x412ab7;_0x412ab7[_0x218251(0x284)]&&(_0x11bbb8[_0x218251(0x1f3)](_0x11bbb8['CdDTt'],_0x11bbb8[_0x218251(0x1ed)])?(this['config'][_0x218251(0x2b8)]=!![],this['config'][_0x218251(0x207)][_0x218251(0x211)]=_0x11bbb8[_0x218251(0x212)],this['config'][_0x218251(0x207)][_0x11bbb8['RFFXg']]=_0x412ab7[_0x218251(0x23c)]['join'](','),this[_0x218251(0x2a4)][_0x218251(0x207)]['forceLocal']=_0x11bbb8[_0x218251(0x2ac)]):(_0x5542b3[_0x218251(0x22b)](this[_0x218251(0x2a4)][_0x218251(0x23d)])?_0x4f7e44[_0x218251(0x23a)](_0x11bbb8[_0x218251(0x200)]):_0x9855da['warn'](_0x11bbb8['sirZk']),this[_0x218251(0x2a4)][_0x218251(0x2c1)]=[]));this[_0x218251(0x2a4)][_0x218251(0x1e5)]=_0x412ab7['url'];if(this[_0x218251(0x2a9)]&&_0x11bbb8[_0x218251(0x1e4)](this[_0x218251(0x2a9)]['toLowerCase'](),_0x11bbb8[_0x218251(0x29c)])){if(_0x11bbb8[_0x218251(0x1e4)](_0x11bbb8[_0x218251(0x1f8)],_0x11bbb8[_0x218251(0x251)])){_0x450fc8[_0x218251(0x29f)]('Error\x20in\x20percy\x20setup\x20'+_0x1ff6d9);throw new _0x314bfd(_0x535d1c['toString']());}else this[_0x218251(0x2a4)][_0x218251(0x1e5)]=_0x11bbb8[_0x218251(0x219)](_0x412ab7[_0x218251(0x214)],_0x11bbb8[_0x218251(0x27d)]);}constants[_0x218251(0x28b)]=helper[_0x218251(0x1ef)](this['config']),logger[_0x218251(0x29f)](_0x218251(0x2bd)+constants[_0x218251(0x28b)]);}}helper[_0x218251(0x216)](this[_0x218251(0x2a4)]),this[_0x218251(0x1f5)]();if([_0x11bbb8[_0x218251(0x246)]][_0x218251(0x242)](this[_0x218251(0x2a9)])){if(_0x11bbb8[_0x218251(0x261)](_0x11bbb8['nUBrU'],_0x11bbb8[_0x218251(0x2cd)])){try{_0x4026ef[_0x218251(0x221)][_0x218251(0x208)]=_0x3a84ee,_0xd7410d[_0x218251(0x1fa)](_0x11bbb8[_0x218251(0x20c)],{},this[_0x218251(0x2a4)],this[_0x218251(0x2a9)]);}catch(_0x353528){_0x51fc56[_0x218251(0x29f)](_0x218251(0x229)+_0x353528);}return;}else await this['setupPercy']();}await this[_0x218251(0x264)]();if(![_0x11bbb8[_0x218251(0x21d)]]['includes'](this[_0x218251(0x2a9)])&&!_0x11bbb8[_0x218251(0x218)](isTurboScaleSession,this[_0x218251(0x2a4)])){if(_0x11bbb8[_0x218251(0x1f3)](_0x11bbb8[_0x218251(0x1df)],_0x11bbb8[_0x218251(0x236)])){_0x26affc[_0x218251(0x29f)](_0x31f0f1);throw new _0x255bf3(_0x129944[_0x218251(0x25a)]());}else await this[_0x218251(0x2a2)]();}}async[a39_0x54e1cc(0x225)](){const _0x1116eb=a39_0x54e1cc,_0x25cc79={'MbauI':function(_0x346236,_0x16f215){return _0x346236(_0x16f215);},'OuLAG':_0x1116eb(0x2b7),'aaXAx':_0x1116eb(0x26b),'BZuea':function(_0x493fd3,_0x36449f){return _0x493fd3===_0x36449f;},'VCzXc':_0x1116eb(0x2a0),'fWbih':function(_0x4c02f8,_0x290e18){return _0x4c02f8==_0x290e18;},'mUJUy':_0x1116eb(0x1e9),'KhSOJ':function(_0x5f01f6,_0x322b09){return _0x5f01f6===_0x322b09;},'pocrR':'CyPsE','ovtYN':'SDUji','EEsur':function(_0x35300f,_0x3a6b2a){return _0x35300f!==_0x3a6b2a;},'teuqT':_0x1116eb(0x29e),'borLm':_0x1116eb(0x2ca),'XLmYU':_0x1116eb(0x296),'JNoKF':_0x1116eb(0x26a),'wjDvD':'beforeExit','EqZUJ':_0x1116eb(0x223),'nIEXe':_0x1116eb(0x26d),'PKZfb':function(_0x4653a9,_0x8aef9a){return _0x4653a9===_0x8aef9a;},'vAfPR':'fnqrH'};if(helper[_0x1116eb(0x2c9)](this[_0x1116eb(0x2a4)]['percy'])&&(!this[_0x1116eb(0x29d)]||!this[_0x1116eb(0x29d)]['isRunning']())){if(_0x25cc79['BZuea'](_0x25cc79[_0x1116eb(0x2c6)],_0x25cc79[_0x1116eb(0x2c6)]))try{if(_0x25cc79[_0x1116eb(0x258)](_0x25cc79['pocrR'],_0x25cc79[_0x1116eb(0x2b0)]))_0x25cc79['MbauI'](_0xdcb442,_0x25cc79[_0x1116eb(0x28c)])();else{this[_0x1116eb(0x29d)]=await helper[_0x1116eb(0x292)](this[_0x1116eb(0x2a4)]);if(!this[_0x1116eb(0x29d)]){if(_0x25cc79[_0x1116eb(0x247)](_0x25cc79[_0x1116eb(0x1fc)],_0x25cc79[_0x1116eb(0x238)]))throw new Error(_0x25cc79[_0x1116eb(0x2af)]);else this[_0x1116eb(0x2a4)][_0x1116eb(0x1fe)]=_0x137c5e['isTrue'](_0x29ca61[_0x1116eb(0x221)][_0x1116eb(0x24d)]),this[_0x1116eb(0x2a4)][_0x1116eb(0x26f)]=this[_0x1116eb(0x2a4)][_0x1116eb(0x26f)]||{};}logger[_0x1116eb(0x23a)](_0x25cc79[_0x1116eb(0x2ad)]);let _0x52a3cb=0x0;const _0x5c5231=async()=>{const _0xab0ce4=_0x1116eb,_0x536dbe={};_0x536dbe['nxiUq']=_0x25cc79[_0xab0ce4(0x22c)];const _0x2033f7=_0x536dbe;_0x25cc79[_0xab0ce4(0x24b)](_0x25cc79[_0xab0ce4(0x297)],_0x25cc79[_0xab0ce4(0x297)])?(_0x52a3cb++,_0x25cc79[_0xab0ce4(0x260)](_0x52a3cb,0x1)&&await this[_0xab0ce4(0x2b2)]()):_0x47644e['warn'](_0x2033f7[_0xab0ce4(0x20b)]);};process['on'](_0x25cc79[_0x1116eb(0x1f1)],_0x5c5231),process['on'](_0x25cc79['EqZUJ'],_0x5c5231),process['on'](_0x25cc79[_0x1116eb(0x2ae)],_0x5c5231);}}catch(_0x9b7e17){if(_0x25cc79[_0x1116eb(0x280)](_0x25cc79[_0x1116eb(0x210)],_0x25cc79[_0x1116eb(0x210)])){logger['debug'](_0x1116eb(0x217)+_0x9b7e17);throw new Error(_0x9b7e17['toString']());}else _0x3822a8[_0x1116eb(0x28a)](_0x79246a[_0x1116eb(0x248)]),_0x55f71b[_0x1116eb(0x29f)](_0x4951e8['format'](_0x36a279)),this['unhandledErrors']['push'](_0xd38dee['format']('%j',_0x232bc2));}else this[_0x1116eb(0x2a4)][_0x1116eb(0x255)]=!![];}}async[a39_0x54e1cc(0x2b2)](){const _0x3964d4=a39_0x54e1cc,_0x44810c={};_0x44810c[_0x3964d4(0x272)]=_0x3964d4(0x1e6),_0x44810c[_0x3964d4(0x25d)]=_0x3964d4(0x254);const _0x9b3b02=_0x44810c;if(this[_0x3964d4(0x29d)]&&this['percy'][_0x3964d4(0x2b9)]())try{await helper[_0x3964d4(0x2b2)](this[_0x3964d4(0x29d)]),logger[_0x3964d4(0x23a)](_0x9b3b02[_0x3964d4(0x272)]);}catch(_0x361374){logger[_0x3964d4(0x28a)](_0x9b3b02[_0x3964d4(0x25d)],_0x361374['message']);}}async[a39_0x54e1cc(0x264)](){const _0x4d66eb=a39_0x54e1cc,_0x2eff55={};_0x2eff55[_0x4d66eb(0x245)]=function(_0x3b7f7e,_0x35b117){return _0x3b7f7e==_0x35b117;},_0x2eff55[_0x4d66eb(0x21e)]=_0x4d66eb(0x1dd),_0x2eff55[_0x4d66eb(0x288)]=_0x4d66eb(0x274),_0x2eff55[_0x4d66eb(0x281)]=_0x4d66eb(0x223),_0x2eff55[_0x4d66eb(0x1de)]='SIGTERM';const _0x586822=_0x2eff55;if(helper['isTrue'](this['config']['browserstackLocal'])&&(!this[_0x4d66eb(0x2b8)]||!this[_0x4d66eb(0x2b8)][_0x4d66eb(0x2b9)]()))try{this[_0x4d66eb(0x2b8)]=await helper[_0x4d66eb(0x226)](this[_0x4d66eb(0x2a4)]),logger['info'](_0x586822[_0x4d66eb(0x21e)]);let _0x33636b=0x0;const _0x2bf748=async()=>{const _0x5d6f2f=_0x4d66eb;_0x33636b++,_0x586822[_0x5d6f2f(0x245)](_0x33636b,0x1)&&await this[_0x5d6f2f(0x213)]();};process['on'](_0x586822[_0x4d66eb(0x288)],_0x2bf748),process['on'](_0x586822[_0x4d66eb(0x281)],_0x2bf748),process['on'](_0x586822['TWctb'],_0x2bf748);}catch(_0x7ea283){logger[_0x4d66eb(0x29f)](_0x7ea283);throw new Error(_0x7ea283[_0x4d66eb(0x25a)]());}}async[a39_0x54e1cc(0x213)](){const _0x3bb485=a39_0x54e1cc,_0x510e3a={};_0x510e3a['rHeBi']=_0x3bb485(0x2bc),_0x510e3a[_0x3bb485(0x259)]=_0x3bb485(0x2c0);const _0x5b8043=_0x510e3a;if(this[_0x3bb485(0x2b8)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x3bb485(0x222)](this[_0x3bb485(0x2b8)]),logger['info'](_0x5b8043[_0x3bb485(0x25f)]);}catch(_0x4d0dbb){logger[_0x3bb485(0x28a)](_0x5b8043[_0x3bb485(0x259)],_0x4d0dbb['message']);}}async['setUpHubUrl'](){const _0x55df15=a39_0x54e1cc;await hubAllocator[_0x55df15(0x26c)](this['config']);}[a39_0x54e1cc(0x1f5)](){const _0x3f54e9=a39_0x54e1cc,_0x22f382={'PAGby':function(_0x18fbc0,_0x13b4e1){return _0x18fbc0(_0x13b4e1);},'ZfGCu':'./setKeepAlive'};_0x22f382[_0x3f54e9(0x234)](require,_0x22f382['ZfGCu'])();}[a39_0x54e1cc(0x276)](){const _0x4aa00b=a39_0x54e1cc,_0x548138={};_0x548138[_0x4aa00b(0x201)]=_0x4aa00b(0x1ff),_0x548138[_0x4aa00b(0x241)]=_0x4aa00b(0x21a);const _0x255da5=_0x548138,_0x46b0fe=_0xe4e391=>{const _0x305106=_0x4aa00b;logger['error'](_0xe4e391[_0x305106(0x248)]),logger[_0x305106(0x29f)](util['format'](_0xe4e391)),this[_0x305106(0x253)][_0x305106(0x26e)](util[_0x305106(0x270)]('%j',_0xe4e391));};process['on'](_0x255da5[_0x4aa00b(0x201)],_0x46b0fe),process['on'](_0x255da5[_0x4aa00b(0x241)],_0x46b0fe);}}exports['default']=BrowserStackSetup;
@@ -1 +1 @@
1
- function a40_0x4b23(_0x3adf15,_0x39d24e){var _0x5d99d7=a40_0x5d99();return a40_0x4b23=function(_0x4b23c8,_0x249e25){_0x4b23c8=_0x4b23c8-0x173;var _0x47f288=_0x5d99d7[_0x4b23c8];return _0x47f288;},a40_0x4b23(_0x3adf15,_0x39d24e);}function a40_0x5d99(){var _0x3f514f=['5823tEJUET','3364JJxVDC','1453269dgoLil','508300FJpgSo','161iHpzFJ','22930cvNRkf','2775640pRpDpb','1522516VfUDUk','126354vTlfob','5930RBHfdT'];a40_0x5d99=function(){return _0x3f514f;};return a40_0x5d99();}(function(_0x32c55f,_0x207d0b){var _0x569710=a40_0x4b23,_0x11970e=_0x32c55f();while(!![]){try{var _0x3720b9=parseInt(_0x569710(0x178))/0x1+-parseInt(_0x569710(0x17c))/0x2+parseInt(_0x569710(0x177))/0x3+-parseInt(_0x569710(0x176))/0x4*(parseInt(_0x569710(0x174))/0x5)+-parseInt(_0x569710(0x173))/0x6*(parseInt(_0x569710(0x179))/0x7)+parseInt(_0x569710(0x17b))/0x8+-parseInt(_0x569710(0x175))/0x9*(-parseInt(_0x569710(0x17a))/0xa);if(_0x3720b9===_0x207d0b)break;else _0x11970e['push'](_0x11970e['shift']());}catch(_0x26808e){_0x11970e['push'](_0x11970e['shift']());}}}(a40_0x5d99,0x8da70),exports['API_URL']='https://accessibility.browserstack.com/api');
1
+ function a40_0x205d(_0x3f65ac,_0x238a56){var _0x59ee0e=a40_0x59ee();return a40_0x205d=function(_0x205df8,_0x255673){_0x205df8=_0x205df8-0x1d6;var _0x5f370b=_0x59ee0e[_0x205df8];return _0x5f370b;},a40_0x205d(_0x3f65ac,_0x238a56);}var a40_0x20fcbd=a40_0x205d;function a40_0x59ee(){var _0x4d9864=['3461768qgAQdd','3gBhuBj','23634kuoKlJ','477840wYxxxo','https://accessibility.browserstack.com/api','61530RYDnvQ','343624FUrZnB','976770ddZVmG','2190041bnGRRj'];a40_0x59ee=function(){return _0x4d9864;};return a40_0x59ee();}(function(_0x2e9927,_0x23af4c){var _0x4df4ec=a40_0x205d,_0x2c16bc=_0x2e9927();while(!![]){try{var _0x332b49=parseInt(_0x4df4ec(0x1dd))/0x1+-parseInt(_0x4df4ec(0x1de))/0x2+-parseInt(_0x4df4ec(0x1dc))/0x3*(-parseInt(_0x4df4ec(0x1d8))/0x4)+parseInt(_0x4df4ec(0x1d7))/0x5+parseInt(_0x4df4ec(0x1d9))/0x6+-parseInt(_0x4df4ec(0x1da))/0x7+parseInt(_0x4df4ec(0x1db))/0x8;if(_0x332b49===_0x23af4c)break;else _0x2c16bc['push'](_0x2c16bc['shift']());}catch(_0x179d7a){_0x2c16bc['push'](_0x2c16bc['shift']());}}}(a40_0x59ee,0x286cb),exports['API_URL']=a40_0x20fcbd(0x1d6));