browserstack-node-sdk 1.33.2 → 1.33.4

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 (120) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a5_0x316583=a5_0x56b3;(function(_0x1f35ef,_0x4a0b1c){const _0x4721c4=a5_0x56b3,_0x52a508=_0x1f35ef();while(!![]){try{const _0x1924f2=-parseInt(_0x4721c4(0x1a5))/0x1*(-parseInt(_0x4721c4(0x1dc))/0x2)+parseInt(_0x4721c4(0x1a0))/0x3*(parseInt(_0x4721c4(0x1af))/0x4)+parseInt(_0x4721c4(0x1e7))/0x5+parseInt(_0x4721c4(0x1b3))/0x6*(-parseInt(_0x4721c4(0x1cf))/0x7)+parseInt(_0x4721c4(0x1c9))/0x8*(-parseInt(_0x4721c4(0x1cb))/0x9)+-parseInt(_0x4721c4(0x1b1))/0xa+parseInt(_0x4721c4(0x1a6))/0xb*(parseInt(_0x4721c4(0x1b6))/0xc);if(_0x1924f2===_0x4a0b1c)break;else _0x52a508['push'](_0x52a508['shift']());}catch(_0x20b22f){_0x52a508['push'](_0x52a508['shift']());}}}(a5_0x19e5,0xd31cf));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule(a5_0x316583(0x1c7));function a5_0x19e5(){const _0x33e070=['zKXsg','hRFlN','yQRWW','BCCkQ','69208adfnHF','xobVC','13273780IJcIjq','snippetBuilder','665064bXySsu','tZRtx','YaSgm','21833904dDesic','PwEBl','actionLocation','text','payMY','XmRme','CONFIG','testCaseStartedId','RxUJf','exports','isBstackHook','bstack','FAILED','message','incrementCounter','status','wzQJp','@cucumber/cucumber','SKIPPED','40InHFvn','name','1937007kudDzo','eventBroadcaster','log','UNDEFINED','70Giymfe','forEach','Executing\x20tests\x20for\x20','fuJge','dEWPs','parse','testCaseStarted','gherkinDocument','tVWTx','tYwrt','\x20\x20\x20\x20','BTaeW','includes','2806gLBtsV','UNKNOWN','ZqQhr','zXBGJ','getTestCaseAttempt','testCaseAttempt','nYlOz','result','cucumber-js/test.setup.js','PENDING','parseTestCaseAttempt','5595475NarUvQ','capability','logTestCaseFinished','envelope','env','keyword','qsPWO','feature','__platform','18ILAyAW','testRunStarted','JAWHV','pickle','testRunFinished','951vYntVr','11MwXiJZ','vSpyc','HWAeu','AMBIGUOUS','rNpbb'];a5_0x19e5=function(){return _0x33e070;};return a5_0x19e5();}class BrowserstackFormatter extends Formatter{constructor(_0x4b391){const _0x1ba6bd=a5_0x316583,_0x41b886={'tVWTx':function(_0x4f839a,_0x27e491){return _0x4f839a!==_0x27e491;},'xobVC':function(_0x212b92,_0x4f7a2a){return _0x212b92(_0x4f7a2a);},'zXBGJ':function(_0x80d231,_0x247b61){return _0x80d231+_0x247b61;},'EmZXg':_0x1ba6bd(0x19a)};super(_0x4b391),_0x4b391[_0x1ba6bd(0x1cc)]['on'](_0x41b886['EmZXg'],_0x4d3bfd=>{const _0x19b622=_0x1ba6bd;if(_0x4d3bfd[_0x19b622(0x1d5)])testSuites+=0x1;else{if(_0x4d3bfd[_0x19b622(0x1a1)]){let _0x35837c;if(_0x41b886[_0x19b622(0x1d7)](process[_0x19b622(0x19b)][_0x19b622(0x1bc)],undefined)){const _0xca4b99=JSON[_0x19b622(0x1d4)](process['env'][_0x19b622(0x1bc)]);_0x35837c=_0xca4b99[_0x19b622(0x198)];}_0x41b886[_0x19b622(0x1d7)](_0x35837c,undefined)&&(global[_0x19b622(0x19f)]=_0x41b886[_0x19b622(0x1b0)](getPlatformName,_0x35837c),this[_0x19b622(0x1cd)](_0x41b886[_0x19b622(0x1df)](_0x19b622(0x1d1)+global[_0x19b622(0x19f)],'\x0a')));}else{if(_0x4d3bfd['testCaseFinished'])this[_0x19b622(0x199)](_0x4d3bfd['testCaseFinished']);else _0x4d3bfd[_0x19b622(0x1a4)]&&this['logTestRunFinished'](_0x4d3bfd[_0x19b622(0x1a4)]);}}});}[a5_0x316583(0x199)](_0x2bda4c){const _0x1bb761=a5_0x316583,_0xbba02d={'vSpyc':function(_0x56e720,_0x46abf7){return _0x56e720!==_0x46abf7;},'tOxcC':_0x1bb761(0x1c1),'RxUJf':function(_0x3ff6c2,_0x3e1087){return _0x3ff6c2+_0x3e1087;},'BCCkQ':function(_0x220c44,_0x1a87ff){return _0x220c44+_0x1a87ff;},'rNpbb':_0x1bb761(0x1d9),'nYlOz':'\x20-\x20','hRFlN':function(_0x415e3e,_0x521a2d){return _0x415e3e===_0x521a2d;},'tYwrt':_0x1bb761(0x1c2),'tZRtx':function(_0x50ab7c,_0x5a7b51,_0x3c68c2){return _0x50ab7c(_0x5a7b51,_0x3c68c2);},'XmRme':_0x1bb761(0x1e3),'payMY':_0x1bb761(0x1c3),'yQRWW':function(_0xf6894,_0x4da1a1){return _0xf6894+_0x4da1a1;},'JAWHV':function(_0x683bc2,_0x43774a){return _0x683bc2!==_0x43774a;},'ZqQhr':function(_0x54854c,_0x1376d5){return _0x54854c+_0x1376d5;},'KCWYY':function(_0x167397,_0x3a585b){return _0x167397+_0x3a585b;}};_0xbba02d[_0x1bb761(0x1a2)](global[_0x1bb761(0x19f)],undefined)&&this[_0x1bb761(0x1cd)](_0xbba02d[_0x1bb761(0x1de)](_0xbba02d[_0x1bb761(0x1be)]('\x0a',global[_0x1bb761(0x19f)]),'\x0a'));const _0x1cd294=this['eventDataCollector'][_0x1bb761(0x1e0)](_0x2bda4c[_0x1bb761(0x1bd)]);this['log'](_0xbba02d[_0x1bb761(0x1ad)](_0xbba02d[_0x1bb761(0x1be)](_0xbba02d[_0x1bb761(0x1ad)](_0xbba02d['KCWYY']('\x20\x20',_0x1cd294[_0x1bb761(0x1d6)]['feature'][_0x1bb761(0x1ca)]),_0xbba02d[_0x1bb761(0x1e2)]),_0x1cd294[_0x1bb761(0x1a3)][_0x1bb761(0x1ca)]),'\x0a'));const _0x19fbd5={};_0x19fbd5['cwd']=this['cwd'],_0x19fbd5[_0x1bb761(0x1b2)]=this[_0x1bb761(0x1b2)],_0x19fbd5['supportCodeLibrary']=this['supportCodeLibrary'],_0x19fbd5[_0x1bb761(0x1e1)]=_0x1cd294;const _0x46781f=formatterHelpers[_0x1bb761(0x1e6)](_0x19fbd5);let _0x46ca45=![];_0x46781f['testSteps'][_0x1bb761(0x1d0)](_0x1e8be8=>{const _0x3b07f9=_0x1bb761;if(_0xbba02d[_0x3b07f9(0x1a7)](_0x1e8be8['name'],_0xbba02d['tOxcC'])&&!this[_0x3b07f9(0x1c0)](_0x1e8be8)){totalTests+=0x1,this[_0x3b07f9(0x1cd)](_0xbba02d[_0x3b07f9(0x1be)](_0xbba02d[_0x3b07f9(0x1be)](_0xbba02d[_0x3b07f9(0x1be)](_0xbba02d[_0x3b07f9(0x1be)](_0xbba02d[_0x3b07f9(0x1ae)](_0xbba02d[_0x3b07f9(0x1aa)],_0x1e8be8[_0x3b07f9(0x19c)]),_0x1e8be8[_0x3b07f9(0x1b9)]||''),_0xbba02d[_0x3b07f9(0x1e2)]),Status[_0x1e8be8[_0x3b07f9(0x1e3)][_0x3b07f9(0x1c5)]]),'\x0a')),this[_0x3b07f9(0x1c4)](Status[_0x1e8be8[_0x3b07f9(0x1e3)][_0x3b07f9(0x1c5)]]);if(_0xbba02d[_0x3b07f9(0x1ac)](Status[_0x1e8be8[_0x3b07f9(0x1e3)][_0x3b07f9(0x1c5)]],_0xbba02d[_0x3b07f9(0x1d8)])){_0x46ca45=!![];const _0x3a283b=_0xbba02d[_0x3b07f9(0x1b4)](nestedKeyValue,_0x1e8be8,[_0xbba02d[_0x3b07f9(0x1bb)],_0xbba02d[_0x3b07f9(0x1ba)]]);_0x3a283b&&(testsErrorMessage[_0xbba02d[_0x3b07f9(0x1be)](_0xbba02d[_0x3b07f9(0x1be)](_0x1cd294[_0x3b07f9(0x1d6)][_0x3b07f9(0x19e)]['name'],_0xbba02d['nYlOz']),_0x1cd294[_0x3b07f9(0x1a3)][_0x3b07f9(0x1ca)])]=_0x3a283b,this[_0x3b07f9(0x1cd)](_0xbba02d[_0x3b07f9(0x1ad)](_0x3a283b,'\x0a')));}}}),_0x46ca45&&(testSuitesFailed+=0x1),this[_0x1bb761(0x1cd)]('\x0a');}['logTestRunFinished'](_0x3d13a5){}[a5_0x316583(0x1c0)](_0x118917){const _0x33bb8f=a5_0x316583,_0x9adc25={};_0x9adc25[_0x33bb8f(0x1b5)]=function(_0x216b40,_0x2d8dd2){return _0x216b40!==_0x2d8dd2;},_0x9adc25[_0x33bb8f(0x1a8)]=_0x33bb8f(0x1e4);const _0x1a5c58=_0x9adc25;if(_0x1a5c58[_0x33bb8f(0x1b5)](_0x118917['sourceLocation'],undefined))return![];if(_0x118917[_0x33bb8f(0x1b8)]&&_0x118917[_0x33bb8f(0x1b8)]['uri'][_0x33bb8f(0x1db)](_0x1a5c58[_0x33bb8f(0x1a8)]))return!![];return![];}[a5_0x316583(0x1c4)](_0x52033b){const _0x1bb007=a5_0x316583,_0x3c9713={};_0x3c9713['zKXsg']=_0x1bb007(0x1c2),_0x3c9713['qsPWO']='PASSED',_0x3c9713[_0x1bb007(0x1d3)]=_0x1bb007(0x1c8),_0x3c9713[_0x1bb007(0x1c6)]=_0x1bb007(0x1e5),_0x3c9713[_0x1bb007(0x1da)]=_0x1bb007(0x1ce),_0x3c9713[_0x1bb007(0x1d2)]=_0x1bb007(0x1dd),_0x3c9713[_0x1bb007(0x1b7)]=_0x1bb007(0x1a9);const _0x17c00c=_0x3c9713;switch(_0x52033b){case _0x17c00c[_0x1bb007(0x1ab)]:testsFailed+=0x1;break;case _0x17c00c[_0x1bb007(0x19d)]:testsPassed+=0x1;break;case _0x17c00c['dEWPs']:testsSkipped+=0x1;break;case _0x17c00c['wzQJp']:testsPending+=0x1;break;case _0x17c00c[_0x1bb007(0x1da)]:testsUndefined+=0x1;break;case _0x17c00c['fuJge']:testsUnknown+=0x1;break;case _0x17c00c[_0x1bb007(0x1b7)]:testsAmbiguous+=0x1;break;default:break;}}}function a5_0x56b3(_0x2fda87,_0x31d326){const _0x19e58b=a5_0x19e5();return a5_0x56b3=function(_0x56b3cf,_0x42f7d1){_0x56b3cf=_0x56b3cf-0x198;let _0x1d65a4=_0x19e58b[_0x56b3cf];return _0x1d65a4;},a5_0x56b3(_0x2fda87,_0x31d326);}module[a5_0x316583(0x1bf)]=BrowserstackFormatter;
1
+ const a5_0x7de057=a5_0x38d8;(function(_0x78cd96,_0x30beb1){const _0x254fd3=a5_0x38d8,_0x452986=_0x78cd96();while(!![]){try{const _0x5154e7=-parseInt(_0x254fd3(0x196))/0x1+parseInt(_0x254fd3(0x19a))/0x2*(parseInt(_0x254fd3(0x191))/0x3)+parseInt(_0x254fd3(0x164))/0x4*(parseInt(_0x254fd3(0x198))/0x5)+-parseInt(_0x254fd3(0x199))/0x6*(parseInt(_0x254fd3(0x18b))/0x7)+-parseInt(_0x254fd3(0x19c))/0x8*(parseInt(_0x254fd3(0x1a6))/0x9)+-parseInt(_0x254fd3(0x162))/0xa+parseInt(_0x254fd3(0x174))/0xb;if(_0x5154e7===_0x30beb1)break;else _0x452986['push'](_0x452986['shift']());}catch(_0x28dac7){_0x452986['push'](_0x452986['shift']());}}}(a5_0x1521,0x374de));function a5_0x1521(){const _0x20e372=['eventDataCollector','92719JeTLvZ','viNIx','1693345mjymPI','6TfYZeO','7718iicJCU','PENDING','16omEaMh','feature','testCaseStartedId','KLdnk','wrJXq','env','FAILED','uri','result','logTestRunFinished','352746infPHK','zbBLc','name','testCaseAttempt','sourceLocation','gherkinDocument','\x20-\x20','RBeaa','nCafq','__platform','cucumber-js/test.setup.js','2773140bAmARk','xnmIP','4NpAbBZ','HMxez','testRunFinished','testRunStarted','oaUGD','keyword','XMIok','kmdWy','CONFIG','cwd','parseTestCaseAttempt','dSpWh','actionLocation','bvazH','forEach','JOFXP','5418226nyISwd','Utvuy','includes','AjmRg','testCaseFinished','SKIPPED','testSteps','Ptabt','XIjew','IpAeI','isBstackHook','AVtXQ','bstack','parse','tryyi','incrementCounter','SMdVe','message','log','Executing\x20tests\x20for\x20','AhZHw','getTestCaseAttempt','snippetBuilder','2363627wunTph','Ufdxo','dvmbM','eventBroadcaster','supportCodeLibrary','logTestCaseFinished','141lmjNvk','status','pickle','exports'];a5_0x1521=function(){return _0x20e372;};return a5_0x1521();}const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x27561e){const _0x3df63b=a5_0x38d8,_0x19ece9={'oaUGD':function(_0x139bf8,_0x48b647){return _0x139bf8!==_0x48b647;},'AVtXQ':function(_0x527275,_0x5bc8fa){return _0x527275!==_0x5bc8fa;},'zbBLc':function(_0x263514,_0x2bebbe){return _0x263514(_0x2bebbe);},'HMxez':function(_0x5aae7d,_0x75295e){return _0x5aae7d+_0x75295e;},'WnUCJ':'envelope'};super(_0x27561e),_0x27561e[_0x3df63b(0x18e)]['on'](_0x19ece9['WnUCJ'],_0x57125c=>{const _0x1bb8ba=_0x3df63b;if(_0x57125c['testCaseStarted'])testSuites+=0x1;else{if(_0x57125c[_0x1bb8ba(0x167)]){let _0x74ff9c;if(_0x19ece9[_0x1bb8ba(0x168)](process[_0x1bb8ba(0x1a1)][_0x1bb8ba(0x16c)],undefined)){const _0x2f5196=JSON[_0x1bb8ba(0x181)](process['env']['CONFIG']);_0x74ff9c=_0x2f5196['capability'];}_0x19ece9[_0x1bb8ba(0x17f)](_0x74ff9c,undefined)&&(global[_0x1bb8ba(0x160)]=_0x19ece9[_0x1bb8ba(0x1a7)](getPlatformName,_0x74ff9c),this[_0x1bb8ba(0x186)](_0x19ece9[_0x1bb8ba(0x165)](_0x1bb8ba(0x187)+global[_0x1bb8ba(0x160)],'\x0a')));}else{if(_0x57125c[_0x1bb8ba(0x178)])this[_0x1bb8ba(0x190)](_0x57125c[_0x1bb8ba(0x178)]);else _0x57125c['testRunFinished']&&this[_0x1bb8ba(0x1a5)](_0x57125c[_0x1bb8ba(0x166)]);}}});}[a5_0x7de057(0x190)](_0xe1e9d0){const _0x319f19=a5_0x7de057,_0x36aebb={'XIjew':function(_0x18ed15,_0x2d61f5){return _0x18ed15!==_0x2d61f5;},'aHoSh':_0x319f19(0x180),'tryyi':function(_0x3b9721,_0xd8897f){return _0x3b9721+_0xd8897f;},'KDogu':function(_0x4dbc03,_0x2a518c){return _0x4dbc03+_0x2a518c;},'Utvuy':function(_0x5cd5d7,_0x3af210){return _0x5cd5d7+_0x3af210;},'KLdnk':function(_0x2c11b0,_0x39e6d8){return _0x2c11b0+_0x39e6d8;},'IpAeI':'\x20\x20\x20\x20','JOFXP':_0x319f19(0x1ac),'UGbLC':function(_0x4e67a0,_0x4d3a4c){return _0x4e67a0===_0x4d3a4c;},'gwXwr':_0x319f19(0x1a2),'iNnwr':function(_0x25915f,_0x3e6516,_0x13c6e4){return _0x25915f(_0x3e6516,_0x13c6e4);},'dSpWh':_0x319f19(0x1a4),'poUNG':_0x319f19(0x185),'RBeaa':function(_0x45128c,_0xfe36ff){return _0x45128c+_0xfe36ff;},'FbYTI':function(_0x4d78df,_0x49df04){return _0x4d78df+_0x49df04;},'AjmRg':function(_0x4de1e6,_0x503848){return _0x4de1e6+_0x503848;},'viNIx':function(_0x3b0f2c,_0x70de7d){return _0x3b0f2c+_0x70de7d;},'XMIok':function(_0x35b4ce,_0x21bf44){return _0x35b4ce+_0x21bf44;},'Ptabt':function(_0x1b5283,_0x3f37e2){return _0x1b5283+_0x3f37e2;}};_0x36aebb[_0x319f19(0x17c)](global[_0x319f19(0x160)],undefined)&&this['log'](_0x36aebb['FbYTI'](_0x36aebb[_0x319f19(0x177)]('\x0a',global[_0x319f19(0x160)]),'\x0a'));const _0x524239=this[_0x319f19(0x195)][_0x319f19(0x189)](_0xe1e9d0[_0x319f19(0x19e)]);this[_0x319f19(0x186)](_0x36aebb[_0x319f19(0x175)](_0x36aebb[_0x319f19(0x197)](_0x36aebb[_0x319f19(0x16a)](_0x36aebb[_0x319f19(0x17b)]('\x20\x20',_0x524239[_0x319f19(0x1ab)][_0x319f19(0x19d)][_0x319f19(0x1a8)]),_0x36aebb[_0x319f19(0x173)]),_0x524239[_0x319f19(0x193)][_0x319f19(0x1a8)]),'\x0a'));const _0x335989={};_0x335989[_0x319f19(0x16d)]=this[_0x319f19(0x16d)],_0x335989[_0x319f19(0x18a)]=this['snippetBuilder'],_0x335989[_0x319f19(0x18f)]=this[_0x319f19(0x18f)],_0x335989[_0x319f19(0x1a9)]=_0x524239;const _0x17e46e=formatterHelpers[_0x319f19(0x16e)](_0x335989);let _0x381af3=![];_0x17e46e[_0x319f19(0x17a)][_0x319f19(0x172)](_0x3efd31=>{const _0x3a35aa=_0x319f19;if(_0x36aebb['XIjew'](_0x3efd31[_0x3a35aa(0x1a8)],_0x36aebb['aHoSh'])&&!this[_0x3a35aa(0x17e)](_0x3efd31)){totalTests+=0x1,this[_0x3a35aa(0x186)](_0x36aebb[_0x3a35aa(0x182)](_0x36aebb['KDogu'](_0x36aebb['Utvuy'](_0x36aebb[_0x3a35aa(0x182)](_0x36aebb[_0x3a35aa(0x19f)](_0x36aebb[_0x3a35aa(0x17d)],_0x3efd31[_0x3a35aa(0x169)]),_0x3efd31['text']||''),_0x36aebb[_0x3a35aa(0x173)]),Status[_0x3efd31[_0x3a35aa(0x1a4)][_0x3a35aa(0x192)]]),'\x0a')),this['incrementCounter'](Status[_0x3efd31[_0x3a35aa(0x1a4)][_0x3a35aa(0x192)]]);if(_0x36aebb['UGbLC'](Status[_0x3efd31[_0x3a35aa(0x1a4)][_0x3a35aa(0x192)]],_0x36aebb['gwXwr'])){_0x381af3=!![];const _0x1a4de2=_0x36aebb['iNnwr'](nestedKeyValue,_0x3efd31,[_0x36aebb[_0x3a35aa(0x16f)],_0x36aebb['poUNG']]);_0x1a4de2&&(testsErrorMessage[_0x36aebb[_0x3a35aa(0x175)](_0x36aebb[_0x3a35aa(0x1ad)](_0x524239['gherkinDocument'][_0x3a35aa(0x19d)][_0x3a35aa(0x1a8)],_0x36aebb['JOFXP']),_0x524239[_0x3a35aa(0x193)][_0x3a35aa(0x1a8)])]=_0x1a4de2,this[_0x3a35aa(0x186)](_0x36aebb[_0x3a35aa(0x182)](_0x1a4de2,'\x0a')));}}}),_0x381af3&&(testSuitesFailed+=0x1),this[_0x319f19(0x186)]('\x0a');}[a5_0x7de057(0x1a5)](_0x3100fe){}['isBstackHook'](_0x193241){const _0x29b5e4=a5_0x7de057,_0x1cc967={};_0x1cc967[_0x29b5e4(0x1a0)]=function(_0x5f58bf,_0x14620d){return _0x5f58bf!==_0x14620d;},_0x1cc967[_0x29b5e4(0x18d)]=_0x29b5e4(0x161);const _0x287d96=_0x1cc967;if(_0x287d96[_0x29b5e4(0x1a0)](_0x193241[_0x29b5e4(0x1aa)],undefined))return![];if(_0x193241[_0x29b5e4(0x170)]&&_0x193241[_0x29b5e4(0x170)][_0x29b5e4(0x1a3)][_0x29b5e4(0x176)](_0x287d96[_0x29b5e4(0x18d)]))return!![];return![];}[a5_0x7de057(0x183)](_0x33bfa8){const _0x7f1da2=a5_0x7de057,_0x50ab47={};_0x50ab47[_0x7f1da2(0x171)]=_0x7f1da2(0x1a2),_0x50ab47['SMdVe']='PASSED',_0x50ab47[_0x7f1da2(0x16b)]=_0x7f1da2(0x179),_0x50ab47[_0x7f1da2(0x188)]=_0x7f1da2(0x19b),_0x50ab47[_0x7f1da2(0x163)]='UNDEFINED',_0x50ab47['Ufdxo']='UNKNOWN',_0x50ab47[_0x7f1da2(0x15f)]='AMBIGUOUS';const _0x4d52ed=_0x50ab47;switch(_0x33bfa8){case _0x4d52ed['bvazH']:testsFailed+=0x1;break;case _0x4d52ed[_0x7f1da2(0x184)]:testsPassed+=0x1;break;case _0x4d52ed[_0x7f1da2(0x16b)]:testsSkipped+=0x1;break;case _0x4d52ed[_0x7f1da2(0x188)]:testsPending+=0x1;break;case _0x4d52ed[_0x7f1da2(0x163)]:testsUndefined+=0x1;break;case _0x4d52ed[_0x7f1da2(0x18c)]:testsUnknown+=0x1;break;case _0x4d52ed['nCafq']:testsAmbiguous+=0x1;break;default:break;}}}function a5_0x38d8(_0xc1eec6,_0x3f0c87){const _0x15216a=a5_0x1521();return a5_0x38d8=function(_0x38d851,_0x5528ab){_0x38d851=_0x38d851-0x15f;let _0x3ce58a=_0x15216a[_0x38d851];return _0x3ce58a;},a5_0x38d8(_0xc1eec6,_0x3f0c87);}module[a5_0x7de057(0x194)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a6_0x210cd5=a6_0x5e6a;(function(_0x364c6a,_0x24f2eb){const _0x435c04=a6_0x5e6a,_0x46102f=_0x364c6a();while(!![]){try{const _0x4106d7=-parseInt(_0x435c04(0x98))/0x1*(-parseInt(_0x435c04(0xd5))/0x2)+parseInt(_0x435c04(0xc2))/0x3+-parseInt(_0x435c04(0x9e))/0x4+parseInt(_0x435c04(0xdc))/0x5*(parseInt(_0x435c04(0xe2))/0x6)+parseInt(_0x435c04(0xc9))/0x7+-parseInt(_0x435c04(0xd4))/0x8+-parseInt(_0x435c04(0xa0))/0x9;if(_0x4106d7===_0x24f2eb)break;else _0x46102f['push'](_0x46102f['shift']());}catch(_0x1bced4){_0x46102f['push'](_0x46102f['shift']());}}}(a6_0x3ea0,0xc72ef));const {requireModule,getPlatformName,nestedKeyValue}=require(a6_0x210cd5(0xcb)),{Formatter}=requireModule(a6_0x210cd5(0xe8)),pickleParser=requireModule(a6_0x210cd5(0xe9));class BrowserstackFormatter extends Formatter{constructor(_0x461af1){const _0x3cd0ef=a6_0x210cd5,_0x1aa7a0={'OPUZj':function(_0x86d35d,_0x310d77){return _0x86d35d!==_0x310d77;},'gvWEt':function(_0x4d8478,_0x30a632){return _0x4d8478!==_0x30a632;},'rMeeh':function(_0x4a7fda,_0x42d00b){return _0x4a7fda(_0x42d00b);},'ASOkA':_0x3cd0ef(0xec),'tPnuA':_0x3cd0ef(0xc0),'lmZjA':_0x3cd0ef(0xa4),'eIxFT':_0x3cd0ef(0xcf),'zRaiO':_0x3cd0ef(0xae)};super(_0x461af1),_0x461af1[_0x3cd0ef(0xbc)]['on'](_0x1aa7a0[_0x3cd0ef(0xa8)],()=>{const _0x2d6687=_0x3cd0ef;let _0xd59c88;if(_0x1aa7a0[_0x2d6687(0xa2)](process[_0x2d6687(0x9f)]['CONFIG'],undefined)){const _0xd03128=JSON[_0x2d6687(0xd9)](process[_0x2d6687(0x9f)][_0x2d6687(0x9d)]);_0xd59c88=_0xd03128[_0x2d6687(0xb7)];}_0x1aa7a0['gvWEt'](_0xd59c88,undefined)&&(global[_0x2d6687(0xee)]=_0x1aa7a0[_0x2d6687(0xc6)](getPlatformName,_0xd59c88),console['log'](_0x2d6687(0xac)+global['__platform']));}),_0x461af1['eventBroadcaster']['on'](_0x1aa7a0[_0x3cd0ef(0xb3)],()=>{testSuites+=0x1;}),_0x461af1['eventBroadcaster']['on'](_0x1aa7a0['lmZjA'],_0x1a7c1c=>{const _0x25f5ed=_0x3cd0ef;this[_0x25f5ed(0xeb)](_0x1a7c1c);}),_0x461af1['eventBroadcaster']['on'](_0x1aa7a0[_0x3cd0ef(0xe6)],()=>{totalTests-=0x2;}),_0x461af1['eventBroadcaster']['on'](_0x1aa7a0[_0x3cd0ef(0xed)],()=>{totalTests+=0x1;});}[a6_0x210cd5(0xeb)](_0x2a5db8){const _0x323d82=a6_0x210cd5,_0x3cafb7={'GiwCu':_0x323d82(0xd0),'xpYVZ':'PASSED','FVauG':_0x323d82(0x9c),'nkgnh':_0x323d82(0xb9),'YZLrr':_0x323d82(0xca),'srHOd':'UNKNOWN','bpJHz':_0x323d82(0xd6),'LLUdc':function(_0x2bc00e,_0x38eef0){return _0x2bc00e+_0x38eef0;},'qMSjX':_0x323d82(0xb6),'NFjJR':'\x20-\x20','BLssl':function(_0x29cf4f,_0x562be4){return _0x29cf4f(_0x562be4);},'pCAjB':_0x323d82(0xb5),'KSjKo':function(_0x3920df,_0x2d1777){return _0x3920df+_0x2d1777;},'lUiyB':_0x323d82(0xba),'ahSbx':function(_0x119933,_0x4f9a4b){return _0x119933+_0x4f9a4b;},'hbCGl':_0x323d82(0xf2),'UZkgi':function(_0x441210,_0x2fed0a){return _0x441210===_0x2fed0a;},'Idmcd':function(_0x363bff,_0xc0e30a,_0x134cc6){return _0x363bff(_0xc0e30a,_0x134cc6);},'NOhkA':_0x323d82(0x9a),'WCBce':_0x323d82(0xcc),'OEPLS':_0x323d82(0xc1),'Fnttp':function(_0x11aa4e,_0x40738c){return _0x11aa4e!==_0x40738c;},'UCbqt':function(_0x1eee2d,_0x475bd2){return _0x1eee2d+_0x475bd2;},'Nyxwy':function(_0x45eac4,_0x36409c){return _0x45eac4!==_0x36409c;},'RePkx':'undefined','SiJcl':function(_0x39cf8c,_0x31de10){return _0x39cf8c+_0x31de10;},'AMPCM':function(_0x4c8ae7,_0x3248be){return _0x4c8ae7<_0x3248be;},'ynPSm':function(_0x3052e9,_0x35f291){return _0x3052e9+_0x35f291;},'awCbl':function(_0x51c927,_0x49e96b){return _0x51c927(_0x49e96b);},'RHZZe':function(_0x3a70d3,_0x1e3a9d){return _0x3a70d3+_0x1e3a9d;},'DgUqX':function(_0x43e50c,_0x363da0){return _0x43e50c+_0x363da0;},'GtXvQ':function(_0x23d6a5,_0x54c1a6){return _0x23d6a5+_0x54c1a6;},'XDcen':function(_0x3d3a18,_0x7ddf9c){return _0x3d3a18+_0x7ddf9c;}};let _0x4ca562=![];function _0x4019d5(_0x3b3705){const _0x526cf1=_0x323d82;switch(_0x3b3705){case _0x3cafb7['GiwCu']:testsFailed+=0x1;break;case _0x3cafb7[_0x526cf1(0xab)]:testsPassed+=0x1;break;case _0x3cafb7[_0x526cf1(0xd1)]:testsSkipped+=0x1;break;case _0x3cafb7[_0x526cf1(0xa9)]:testsPending+=0x1;break;case _0x3cafb7[_0x526cf1(0xb0)]:testsUndefined+=0x1;break;case _0x3cafb7['srHOd']:testsUnknown+=0x1;break;case _0x3cafb7[_0x526cf1(0xa1)]:testsAmbiguous+=0x1;break;default:break;}}_0x3cafb7[_0x323d82(0x99)](global[_0x323d82(0xee)],undefined)&&console[_0x323d82(0x9b)](_0x3cafb7[_0x323d82(0xea)](_0x3cafb7['LLUdc']('\x0a',global[_0x323d82(0xee)]),'\x0a'));let _0x12ecfe=![];if(_0x3cafb7[_0x323d82(0x97)](typeof this['eventDataCollector'][_0x323d82(0xad)],_0x3cafb7[_0x323d82(0xe7)])){var _0x3a0099=this[_0x323d82(0xe0)][_0x323d82(0xad)](_0x2a5db8[_0x323d82(0xb2)]),_0x32794d=_0x3a0099[_0x323d82(0xda)],_0x267245=_0x3a0099[_0x323d82(0xce)];console[_0x323d82(0x9b)](_0x3cafb7[_0x323d82(0xd3)]('\x20\x20',_0x32794d[_0x323d82(0xaf)]));var _0x3cbb81=(0x0,pickleParser[_0x323d82(0xc5)])(_0x32794d);_0x267245[_0x323d82(0xa5)]['forEach'](function(_0x54ef5a){const _0x29b0ed=_0x323d82;if(_0x54ef5a[_0x29b0ed(0xa7)]&&_0x54ef5a[_0x29b0ed(0xb2)])_0x4ca562=!![],console['log'](_0x3cafb7['LLUdc'](_0x3cafb7[_0x29b0ed(0xef)](_0x3cafb7[_0x29b0ed(0xef)](_0x3cafb7[_0x29b0ed(0xc8)],_0x3cbb81[_0x54ef5a[_0x29b0ed(0xb2)][_0x29b0ed(0xbf)]][_0x29b0ed(0xb1)]),_0x3cafb7[_0x29b0ed(0xa6)]),_0x54ef5a[_0x29b0ed(0x9a)][_0x29b0ed(0xaa)][_0x29b0ed(0xc3)]())),_0x3cafb7[_0x29b0ed(0xdf)](_0x4019d5,_0x54ef5a['result'][_0x29b0ed(0xaa)]['toUpperCase']());else _0x54ef5a['actionLocation']&&(!_0x54ef5a[_0x29b0ed(0xa7)][_0x29b0ed(0xd7)][_0x29b0ed(0xbd)](_0x3cafb7[_0x29b0ed(0xf0)])&&(_0x3cafb7[_0x29b0ed(0xdf)](_0x4019d5,_0x54ef5a[_0x29b0ed(0x9a)][_0x29b0ed(0xaa)][_0x29b0ed(0xc3)]()),_0x4ca562?console[_0x29b0ed(0x9b)](_0x3cafb7[_0x29b0ed(0xd3)](_0x3cafb7['lUiyB'],_0x54ef5a[_0x29b0ed(0x9a)][_0x29b0ed(0xaa)][_0x29b0ed(0xc3)]())):console[_0x29b0ed(0x9b)](_0x3cafb7[_0x29b0ed(0xbb)](_0x3cafb7['hbCGl'],_0x54ef5a['result'][_0x29b0ed(0xaa)][_0x29b0ed(0xc3)]()))));if(_0x3cafb7[_0x29b0ed(0xb4)](_0x54ef5a[_0x29b0ed(0x9a)][_0x29b0ed(0xaa)][_0x29b0ed(0xc3)](),_0x3cafb7[_0x29b0ed(0xbe)])){const _0x265d63=_0x3cafb7['Idmcd'](nestedKeyValue,_0x54ef5a,[_0x3cafb7[_0x29b0ed(0xb8)],_0x3cafb7['WCBce'],_0x3cafb7['OEPLS']]);_0x265d63&&(testsErrorMessage[_0x32794d['name']]=_0x265d63,console[_0x29b0ed(0x9b)](_0x3cafb7[_0x29b0ed(0xbb)](_0x265d63,'\x0a'))),_0x12ecfe=!![];}});}else{const _0x4a08c6=this['eventDataCollector']['getTestCaseAttempt'](_0x2a5db8);console[_0x323d82(0x9b)](_0x3cafb7['LLUdc'](_0x3cafb7['SiJcl'](_0x3cafb7['SiJcl']('\x20\x20',_0x4a08c6[_0x323d82(0xe5)][_0x323d82(0xe1)][_0x323d82(0xaf)]),_0x3cafb7['NFjJR']),_0x4a08c6[_0x323d82(0xda)][_0x323d82(0xaf)]));const _0x3281cf=(0x0,pickleParser[_0x323d82(0xc5)])(_0x4a08c6['pickle']),_0x540c9d=_0x4a08c6[_0x323d82(0xce)][_0x323d82(0xa5)],_0x1223cd=_0x4a08c6[_0x323d82(0xdd)],_0x37097=_0x540c9d[_0x323d82(0xf1)];for(let _0x445533=0x0;_0x3cafb7[_0x323d82(0xc7)](_0x445533,_0x37097);_0x445533++){const _0x5aee57=_0x540c9d[_0x445533];if(_0x5aee57[_0x323d82(0xa7)]&&_0x5aee57[_0x323d82(0xb2)])_0x4ca562=!![],console[_0x323d82(0x9b)](_0x3cafb7[_0x323d82(0xd3)](_0x3cafb7[_0x323d82(0xd2)](_0x3cafb7['ahSbx'](_0x3cafb7['qMSjX'],_0x3281cf[_0x5aee57[_0x323d82(0xb2)][_0x323d82(0xbf)]][_0x323d82(0xb1)]),_0x3cafb7['NFjJR']),_0x1223cd[_0x445533][_0x323d82(0xaa)][_0x323d82(0xc3)]())),_0x3cafb7['BLssl'](_0x4019d5,_0x1223cd[_0x445533][_0x323d82(0xaa)]['toUpperCase']());else _0x5aee57[_0x323d82(0xa7)]&&(!_0x5aee57[_0x323d82(0xa7)][_0x323d82(0xd7)][_0x323d82(0xbd)](_0x3cafb7[_0x323d82(0xf0)])&&(_0x3cafb7[_0x323d82(0xcd)](_0x4019d5,_0x1223cd[_0x445533][_0x323d82(0xaa)][_0x323d82(0xc3)]()),_0x4ca562?console['log'](_0x3cafb7[_0x323d82(0xe4)](_0x3cafb7['lUiyB'],_0x1223cd[_0x445533][_0x323d82(0xaa)][_0x323d82(0xc3)]())):console[_0x323d82(0x9b)](_0x3cafb7[_0x323d82(0xc4)](_0x3cafb7[_0x323d82(0xde)],_0x1223cd[_0x445533][_0x323d82(0xaa)][_0x323d82(0xc3)]()))));if(_0x3cafb7['UZkgi'](_0x1223cd[_0x445533][_0x323d82(0xaa)][_0x323d82(0xc3)](),_0x3cafb7[_0x323d82(0xbe)])){_0x12ecfe=!![];const _0x1ffaf7=_0x3cafb7[_0x323d82(0xe3)](nestedKeyValue,_0x1223cd[_0x445533],[_0x3cafb7['WCBce'],_0x3cafb7[_0x323d82(0xdb)]]);_0x1ffaf7&&(testsErrorMessage[_0x3cafb7['GtXvQ'](_0x3cafb7[_0x323d82(0xd8)](_0x4a08c6[_0x323d82(0xe5)][_0x323d82(0xe1)][_0x323d82(0xaf)],_0x3cafb7[_0x323d82(0xa6)]),_0x4a08c6[_0x323d82(0xda)][_0x323d82(0xaf)])]=_0x1ffaf7,console[_0x323d82(0x9b)](_0x3cafb7[_0x323d82(0xa3)](_0x1ffaf7,'\x0a')));}}}_0x12ecfe&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a6_0x3ea0(){const _0x2b39e6=['steps','NFjJR','actionLocation','ASOkA','nkgnh','status','xpYVZ','Executing\x20tests\x20for\x20','getTestCaseData','test-step-started','name','YZLrr','text','sourceLocation','tPnuA','UZkgi','cucumber-js/test_old.setup.js','\x20\x20\x20\x20','capability','NOhkA','PENDING','\x20\x20\x20\x20AFTER\x20-\x20','ahSbx','eventBroadcaster','includes','GiwCu','line','test-case-started','stack','524592ojhdnc','toUpperCase','DgUqX','getStepLineToPickledStepMap','rMeeh','AMPCM','qMSjX','10624222VTKjPy','UNDEFINED','../../../helpers/helper','exception','awCbl','testCase','test-run-finished','FAILED','FVauG','ynPSm','KSjKo','12791600tXMFfj','4kMmAIq','AMBIGUOUS','uri','SiJcl','parse','pickle','OEPLS','8007105gaQXTb','stepResults','hbCGl','BLssl','eventDataCollector','feature','6PSbIeK','Idmcd','RHZZe','gherkinDocument','eIxFT','RePkx','cucumber','cucumber/lib/formatter/helpers/pickle_parser.js','UCbqt','logTestCaseFinished','test-run-started','zRaiO','__platform','LLUdc','pCAjB','length','\x20\x20\x20\x20BEFORE\x20-\x20','Nyxwy','771690jSOIQx','Fnttp','result','log','SKIPPED','CONFIG','5736036zFQBdX','env','8897373XQLOJR','bpJHz','OPUZj','XDcen','test-case-finished'];a6_0x3ea0=function(){return _0x2b39e6;};return a6_0x3ea0();}function a6_0x5e6a(_0x111227,_0xe9b00e){const _0x3ea0ea=a6_0x3ea0();return a6_0x5e6a=function(_0x5e6a65,_0x3a7193){_0x5e6a65=_0x5e6a65-0x97;let _0x555b3b=_0x3ea0ea[_0x5e6a65];return _0x555b3b;},a6_0x5e6a(_0x111227,_0xe9b00e);}module['exports']=BrowserstackFormatter;
1
+ const a6_0x326700=a6_0x5985;(function(_0x3231be,_0x5c7c59){const _0x542957=a6_0x5985,_0x1c3a45=_0x3231be();while(!![]){try{const _0x42532c=-parseInt(_0x542957(0x1b5))/0x1+-parseInt(_0x542957(0x1a3))/0x2*(parseInt(_0x542957(0x1ae))/0x3)+parseInt(_0x542957(0x196))/0x4+-parseInt(_0x542957(0x1a8))/0x5+parseInt(_0x542957(0x179))/0x6*(parseInt(_0x542957(0x16b))/0x7)+-parseInt(_0x542957(0x18c))/0x8*(-parseInt(_0x542957(0x1a1))/0x9)+parseInt(_0x542957(0x16a))/0xa*(parseInt(_0x542957(0x189))/0xb);if(_0x42532c===_0x5c7c59)break;else _0x1c3a45['push'](_0x1c3a45['shift']());}catch(_0x14333a){_0x1c3a45['push'](_0x1c3a45['shift']());}}}(a6_0x3acf,0x2086d));const {requireModule,getPlatformName,nestedKeyValue}=require(a6_0x326700(0x168)),{Formatter}=requireModule(a6_0x326700(0x157)),pickleParser=requireModule(a6_0x326700(0x15c));class BrowserstackFormatter extends Formatter{constructor(_0x3bedf9){const _0x4911db=a6_0x326700,_0x402562={'xIDPO':function(_0x513dcd,_0x583505){return _0x513dcd!==_0x583505;},'WieYo':function(_0x4efc97,_0x132bed){return _0x4efc97!==_0x132bed;},'kTVVJ':function(_0x1de0ca,_0x4bd4d0){return _0x1de0ca(_0x4bd4d0);},'sfDqM':_0x4911db(0x180),'GNUgY':_0x4911db(0x177),'mZaie':'test-case-finished','HcYpL':_0x4911db(0x188),'Ohlam':_0x4911db(0x183)};super(_0x3bedf9),_0x3bedf9[_0x4911db(0x164)]['on'](_0x402562[_0x4911db(0x169)],()=>{const _0x22ed43=_0x4911db;let _0x55287d;if(_0x402562['xIDPO'](process[_0x22ed43(0x199)][_0x22ed43(0x190)],undefined)){const _0x48b2ad=JSON[_0x22ed43(0x19e)](process[_0x22ed43(0x199)][_0x22ed43(0x190)]);_0x55287d=_0x48b2ad[_0x22ed43(0x162)];}_0x402562[_0x22ed43(0x172)](_0x55287d,undefined)&&(global['__platform']=_0x402562[_0x22ed43(0x1b2)](getPlatformName,_0x55287d),console[_0x22ed43(0x197)](_0x22ed43(0x15b)+global[_0x22ed43(0x1b8)]));}),_0x3bedf9['eventBroadcaster']['on'](_0x402562[_0x4911db(0x193)],()=>{testSuites+=0x1;}),_0x3bedf9[_0x4911db(0x164)]['on'](_0x402562[_0x4911db(0x18e)],_0x352602=>{const _0x289e19=_0x4911db;this[_0x289e19(0x18d)](_0x352602);}),_0x3bedf9[_0x4911db(0x164)]['on'](_0x402562[_0x4911db(0x17d)],()=>{totalTests-=0x2;}),_0x3bedf9['eventBroadcaster']['on'](_0x402562[_0x4911db(0x165)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x555b7c){const _0x511c9e=a6_0x326700,_0x44781d={'AGUpQ':_0x511c9e(0x187),'XTSYk':_0x511c9e(0x15f),'gQthI':'SKIPPED','tUpsI':_0x511c9e(0x15e),'QIdwu':'UNDEFINED','BQetz':_0x511c9e(0x175),'YaOnx':'AMBIGUOUS','smiOL':function(_0x1f5337,_0x5e517e){return _0x1f5337+_0x5e517e;},'NxWqE':function(_0x105275,_0x3d1d77){return _0x105275+_0x3d1d77;},'Hipcl':_0x511c9e(0x19b),'bfUnP':_0x511c9e(0x1ab),'RNsqW':function(_0x15a91a,_0x5eb4e1){return _0x15a91a(_0x5eb4e1);},'NgdHu':_0x511c9e(0x174),'dSiAS':_0x511c9e(0x19c),'BMBSJ':function(_0x4c2741,_0x3ba510){return _0x4c2741+_0x3ba510;},'xrjrM':_0x511c9e(0x15a),'bGLrO':function(_0x4f35a0,_0x96af41){return _0x4f35a0===_0x96af41;},'bBCwd':function(_0x22d42a,_0x33cf40,_0x1f7be6){return _0x22d42a(_0x33cf40,_0x1f7be6);},'ZWLww':'result','XIjmr':_0x511c9e(0x1a2),'Fgskn':_0x511c9e(0x18b),'HByYX':function(_0xa2510a,_0xc641e7){return _0xa2510a!==_0xc641e7;},'leXAG':_0x511c9e(0x191),'oaYxp':function(_0xfc9a30,_0x3b101a){return _0xfc9a30+_0x3b101a;},'DfGUo':function(_0x8f04,_0x2f0da1){return _0x8f04+_0x2f0da1;},'bJEVY':function(_0x1fbe5b,_0x589420){return _0x1fbe5b+_0x589420;},'KTeTi':function(_0x23ee6d,_0x1f0028){return _0x23ee6d<_0x1f0028;},'qFsjH':function(_0x403c52,_0x3b0e9a){return _0x403c52+_0x3b0e9a;},'XbxdK':function(_0x15b0af,_0x53f8f0){return _0x15b0af+_0x53f8f0;},'KDkbT':function(_0x41e4c2,_0x2b9e19){return _0x41e4c2(_0x2b9e19);},'aSLMs':function(_0x37a3c1,_0x2c1300){return _0x37a3c1+_0x2c1300;},'JLoGO':function(_0x24fef0,_0x84a2a,_0x3c8476){return _0x24fef0(_0x84a2a,_0x3c8476);},'VERNc':function(_0x573e1a,_0x2e8e0d){return _0x573e1a+_0x2e8e0d;},'vhoNf':function(_0x4687df,_0xb8ecbb){return _0x4687df+_0xb8ecbb;},'XQqOG':function(_0x5985b2,_0x473fe3){return _0x5985b2+_0x473fe3;}};let _0x44edfb=![];function _0x2b03b3(_0x3c6011){const _0x4543a8=_0x511c9e;switch(_0x3c6011){case _0x44781d['AGUpQ']:testsFailed+=0x1;break;case _0x44781d[_0x4543a8(0x160)]:testsPassed+=0x1;break;case _0x44781d[_0x4543a8(0x16f)]:testsSkipped+=0x1;break;case _0x44781d['tUpsI']:testsPending+=0x1;break;case _0x44781d[_0x4543a8(0x1b6)]:testsUndefined+=0x1;break;case _0x44781d[_0x4543a8(0x167)]:testsUnknown+=0x1;break;case _0x44781d[_0x4543a8(0x171)]:testsAmbiguous+=0x1;break;default:break;}}_0x44781d['HByYX'](global[_0x511c9e(0x1b8)],undefined)&&console[_0x511c9e(0x197)](_0x44781d[_0x511c9e(0x17e)](_0x44781d[_0x511c9e(0x1a7)]('\x0a',global['__platform']),'\x0a'));let _0x36ed1e=![];if(_0x44781d[_0x511c9e(0x1ad)](typeof this[_0x511c9e(0x163)]['getTestCaseData'],_0x44781d[_0x511c9e(0x192)])){var _0x1d5595=this[_0x511c9e(0x163)][_0x511c9e(0x173)](_0x555b7c[_0x511c9e(0x185)]),_0xedcf09=_0x1d5595[_0x511c9e(0x186)],_0x552e6c=_0x1d5595[_0x511c9e(0x1a6)];console[_0x511c9e(0x197)](_0x44781d[_0x511c9e(0x1a7)]('\x20\x20',_0xedcf09[_0x511c9e(0x1a9)]));var _0x24bde1=(0x0,pickleParser[_0x511c9e(0x1b1)])(_0xedcf09);_0x552e6c[_0x511c9e(0x1af)][_0x511c9e(0x1a0)](function(_0x5319eb){const _0x4f531c=_0x511c9e;if(_0x5319eb[_0x4f531c(0x195)]&&_0x5319eb['sourceLocation'])_0x44edfb=!![],console['log'](_0x44781d[_0x4f531c(0x1a7)](_0x44781d[_0x4f531c(0x17e)](_0x44781d['smiOL'](_0x44781d['Hipcl'],_0x24bde1[_0x5319eb['sourceLocation'][_0x4f531c(0x161)]][_0x4f531c(0x1a5)]),_0x44781d[_0x4f531c(0x159)]),_0x5319eb[_0x4f531c(0x1b3)][_0x4f531c(0x1b4)][_0x4f531c(0x17b)]())),_0x44781d[_0x4f531c(0x16e)](_0x2b03b3,_0x5319eb[_0x4f531c(0x1b3)][_0x4f531c(0x1b4)][_0x4f531c(0x17b)]());else _0x5319eb['actionLocation']&&(!_0x5319eb['actionLocation'][_0x4f531c(0x19a)][_0x4f531c(0x16c)](_0x44781d[_0x4f531c(0x194)])&&(_0x44781d['RNsqW'](_0x2b03b3,_0x5319eb['result'][_0x4f531c(0x1b4)][_0x4f531c(0x17b)]()),_0x44edfb?console[_0x4f531c(0x197)](_0x44781d['smiOL'](_0x44781d[_0x4f531c(0x158)],_0x5319eb['result'][_0x4f531c(0x1b4)][_0x4f531c(0x17b)]())):console[_0x4f531c(0x197)](_0x44781d['BMBSJ'](_0x44781d['xrjrM'],_0x5319eb['result'][_0x4f531c(0x1b4)]['toUpperCase']()))));if(_0x44781d[_0x4f531c(0x170)](_0x5319eb[_0x4f531c(0x1b3)][_0x4f531c(0x1b4)][_0x4f531c(0x17b)](),_0x44781d[_0x4f531c(0x1b0)])){const _0x203ca4=_0x44781d[_0x4f531c(0x1aa)](nestedKeyValue,_0x5319eb,[_0x44781d[_0x4f531c(0x18f)],_0x44781d[_0x4f531c(0x17f)],_0x44781d[_0x4f531c(0x19f)]]);_0x203ca4&&(testsErrorMessage[_0xedcf09[_0x4f531c(0x1a9)]]=_0x203ca4,console[_0x4f531c(0x197)](_0x44781d[_0x4f531c(0x17e)](_0x203ca4,'\x0a'))),_0x36ed1e=!![];}});}else{const _0x1bf761=this[_0x511c9e(0x163)][_0x511c9e(0x18a)](_0x555b7c);console[_0x511c9e(0x197)](_0x44781d[_0x511c9e(0x178)](_0x44781d[_0x511c9e(0x166)](_0x44781d[_0x511c9e(0x16d)]('\x20\x20',_0x1bf761[_0x511c9e(0x176)][_0x511c9e(0x15d)][_0x511c9e(0x1a9)]),_0x44781d[_0x511c9e(0x159)]),_0x1bf761[_0x511c9e(0x186)]['name']));const _0x51bd4e=(0x0,pickleParser[_0x511c9e(0x1b1)])(_0x1bf761['pickle']),_0x5a9177=_0x1bf761['testCase'][_0x511c9e(0x1af)],_0x5c5804=_0x1bf761[_0x511c9e(0x198)],_0x46a95d=_0x5a9177['length'];for(let _0x2bb325=0x0;_0x44781d[_0x511c9e(0x184)](_0x2bb325,_0x46a95d);_0x2bb325++){const _0x3bc995=_0x5a9177[_0x2bb325];if(_0x3bc995[_0x511c9e(0x195)]&&_0x3bc995[_0x511c9e(0x185)])_0x44edfb=!![],console[_0x511c9e(0x197)](_0x44781d[_0x511c9e(0x17a)](_0x44781d[_0x511c9e(0x16d)](_0x44781d[_0x511c9e(0x182)](_0x44781d[_0x511c9e(0x1b7)],_0x51bd4e[_0x3bc995[_0x511c9e(0x185)]['line']][_0x511c9e(0x1a5)]),_0x44781d[_0x511c9e(0x159)]),_0x5c5804[_0x2bb325][_0x511c9e(0x1b4)][_0x511c9e(0x17b)]())),_0x44781d[_0x511c9e(0x1b9)](_0x2b03b3,_0x5c5804[_0x2bb325][_0x511c9e(0x1b4)][_0x511c9e(0x17b)]());else _0x3bc995[_0x511c9e(0x195)]&&(!_0x3bc995['actionLocation'][_0x511c9e(0x19a)]['includes'](_0x44781d[_0x511c9e(0x194)])&&(_0x44781d['RNsqW'](_0x2b03b3,_0x5c5804[_0x2bb325][_0x511c9e(0x1b4)]['toUpperCase']()),_0x44edfb?console[_0x511c9e(0x197)](_0x44781d[_0x511c9e(0x19d)](_0x44781d[_0x511c9e(0x158)],_0x5c5804[_0x2bb325][_0x511c9e(0x1b4)]['toUpperCase']())):console[_0x511c9e(0x197)](_0x44781d[_0x511c9e(0x17e)](_0x44781d[_0x511c9e(0x1ac)],_0x5c5804[_0x2bb325]['status'][_0x511c9e(0x17b)]()))));if(_0x44781d[_0x511c9e(0x170)](_0x5c5804[_0x2bb325][_0x511c9e(0x1b4)][_0x511c9e(0x17b)](),_0x44781d[_0x511c9e(0x1b0)])){_0x36ed1e=!![];const _0x3d7052=_0x44781d['JLoGO'](nestedKeyValue,_0x5c5804[_0x2bb325],[_0x44781d[_0x511c9e(0x17f)],_0x44781d[_0x511c9e(0x19f)]]);_0x3d7052&&(testsErrorMessage[_0x44781d[_0x511c9e(0x181)](_0x44781d[_0x511c9e(0x17c)](_0x1bf761[_0x511c9e(0x176)]['feature']['name'],_0x44781d[_0x511c9e(0x159)]),_0x1bf761[_0x511c9e(0x186)][_0x511c9e(0x1a9)])]=_0x3d7052,console[_0x511c9e(0x197)](_0x44781d['XQqOG'](_0x3d7052,'\x0a')));}}}_0x36ed1e&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a6_0x5985(_0x2eda88,_0x4a0a9f){const _0x3acfc8=a6_0x3acf();return a6_0x5985=function(_0x598554,_0x4069ed){_0x598554=_0x598554-0x157;let _0x3b3b70=_0x3acfc8[_0x598554];return _0x3b3b70;},a6_0x5985(_0x2eda88,_0x4a0a9f);}module[a6_0x326700(0x1a4)]=BrowserstackFormatter;function a6_0x3acf(){const _0x5f095d=['bBCwd','\x20-\x20','xrjrM','HByYX','105gxjvDc','steps','AGUpQ','getStepLineToPickledStepMap','kTVVJ','result','status','68878gfNdjJ','QIdwu','Hipcl','__platform','KDkbT','cucumber','dSiAS','bfUnP','\x20\x20\x20\x20BEFORE\x20-\x20','Executing\x20tests\x20for\x20','cucumber/lib/formatter/helpers/pickle_parser.js','feature','PENDING','PASSED','XTSYk','line','capability','eventDataCollector','eventBroadcaster','Ohlam','DfGUo','BQetz','../../../helpers/helper','sfDqM','20OALKvZ','206458eeZqPj','includes','bJEVY','RNsqW','gQthI','bGLrO','YaOnx','WieYo','getTestCaseData','cucumber-js/test_old.setup.js','UNKNOWN','gherkinDocument','test-case-started','oaYxp','6eFuJmr','qFsjH','toUpperCase','vhoNf','HcYpL','NxWqE','XIjmr','test-run-started','VERNc','XbxdK','test-step-started','KTeTi','sourceLocation','pickle','FAILED','test-run-finished','2178726ExDQJz','getTestCaseAttempt','stack','8MCKcGB','logTestCaseFinished','mZaie','ZWLww','CONFIG','undefined','leXAG','GNUgY','NgdHu','actionLocation','254468WMdxMf','log','stepResults','env','uri','\x20\x20\x20\x20','\x20\x20\x20\x20AFTER\x20-\x20','aSLMs','parse','Fgskn','forEach','712017SYmIpx','exception','12778Moqzrk','exports','text','testCase','smiOL','713170sFEAXe','name'];a6_0x3acf=function(){return _0x5f095d;};return a6_0x3acf();}
@@ -1 +1 @@
1
- const a7_0x107603=a7_0x2b55;(function(_0x4e6c84,_0xbb3a84){const _0xc83428=a7_0x2b55,_0x9edff2=_0x4e6c84();while(!![]){try{const _0x4d24b8=parseInt(_0xc83428(0x137))/0x1*(parseInt(_0xc83428(0x132))/0x2)+parseInt(_0xc83428(0x130))/0x3*(-parseInt(_0xc83428(0x131))/0x4)+-parseInt(_0xc83428(0x113))/0x5+parseInt(_0xc83428(0x15a))/0x6+parseInt(_0xc83428(0x11f))/0x7*(parseInt(_0xc83428(0x12e))/0x8)+-parseInt(_0xc83428(0x12b))/0x9+-parseInt(_0xc83428(0x134))/0xa;if(_0x4d24b8===_0xbb3a84)break;else _0x9edff2['push'](_0x9edff2['shift']());}catch(_0x1ef666){_0x9edff2['push'](_0x9edff2['shift']());}}}(a7_0x62c3,0x87140));function a7_0x2b55(_0x21cdc2,_0x48a798){const _0x62c372=a7_0x62c3();return a7_0x2b55=function(_0x2b5550,_0x15ee3c){_0x2b5550=_0x2b5550-0x10d;let _0x225f62=_0x62c372[_0x2b5550];return _0x225f62;},a7_0x2b55(_0x21cdc2,_0x48a798);}const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a7_0x107603(0x153)),setKeepAlive=require(a7_0x107603(0x148)),PerformanceTester=require('../../helpers/performance-tester'),cucumberModule=requireModule(a7_0x107603(0x167)),logger=require(a7_0x107603(0x123))[a7_0x107603(0x126)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a7_0x107603(0x118)],After=cucumberModule[a7_0x107603(0x115)],AfterAll=cucumberModule[a7_0x107603(0x152)],BeforeAll=cucumberModule[a7_0x107603(0x141)],AfterStep=cucumberModule[a7_0x107603(0x15f)],configuration=process[a7_0x107603(0x136)][a7_0x107603(0x129)];if(configuration!==undefined){const config=JSON[a7_0x107603(0x11e)](configuration);isBrowserstackInfra()?(global[a7_0x107603(0x17b)]=isTrue(config[a7_0x107603(0x127)]),global[a7_0x107603(0x117)]=isTrue(config[a7_0x107603(0x13b)])):(global[a7_0x107603(0x17b)]=!![],global[a7_0x107603(0x117)]=!![]),require(a7_0x107603(0x12c))['browserstackAgentV2'](config),global[a7_0x107603(0x16e)]=config['platformCaps']||{};}function a7_0x62c3(){const _0x591700=['YeiCs','XRESI','ySzqx','result','xAJxs','shift','__skipSessionName','oQyAz','qVXSM','srNEz','finally','bstack','__sessionFailed','4502070awIhlz','GUxTO','After','toLowerCase','__skipSessionStatus','Before','__timeout','Inside\x20browserstack\x20After','push','ZxcDP','BnVWG','parse','14bYlcWo','DRCiO','IdYdZ','debug','../../helpers/logger','Inside\x20browserstack\x20BeforeAll','executeScript','winstonLogger','skipSessionName','length','CONFIG','Error:\x20at\x20After\x20Step:\x20','638766IIMbCi','../../index','Error:\x20quiting\x20driver\x20at\x20After:\x20','3035848uMMiPk','stringify','6wjCDmj','597988schGlz','6vVpKiz','Inside\x20browserstack\x20AfterAll','1752600eftqaG','Inside\x20browserstack\x20AfterStep','env','140387oCkLLo','quitCount_','\x22}}','UMyAd','skipSessionStatus','gjCSd','name','NChKN','Error:\x20cleaning\x20up\x20driver:\x20','pickleStep','BeforeAll','NbvpG','__drivers','Kkkif','WAdvE','passed','FmzVz','../../helpers/setKeepAlive','qCtMZ','YWTkO','RiDAv','Jotqq','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','status','failed','dTObN','izcwL','AfterAll','../../helpers/helper','setDefaultTimeout','stopMonitoring','timeout',',\x22level\x22:\x20\x22','startMonitoring','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','4912794txeJfB','dxEre','Passed','CnuEO','text','AfterStep','initQuit','__error_messages__','driverCleanup','GTLpW','split','join','eXvsX','@cucumber/cucumber/lib/index.js','Failed:\x20','\x20|\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','ubOHq','yIGHD','ANyuE','__platformCaps','message','session_','cNltW','tSaMB','toString','1|2|0|3|4'];a7_0x62c3=function(){return _0x591700;};return a7_0x62c3();}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a7_0x107603(0x154)];cucumberModule['setDefaultTimeout']=_0x38fa14=>{const _0x1e510b=a7_0x107603,_0x490741={'ANyuE':function(_0x106736,_0x30cdeb){return _0x106736(_0x30cdeb);}};global[_0x1e510b(0x119)]=_0x38fa14,_0x490741[_0x1e510b(0x16d)](__setDefaultTimeout,_0x38fa14);};const a7_0x4e98b3={};a7_0x4e98b3[a7_0x107603(0x13d)]=a7_0x107603(0x111),BeforeAll(a7_0x4e98b3,function(){const _0x180f99=a7_0x107603,_0x486a66={'AQZoN':function(_0x564880,_0x357643,_0x40cb40,_0x2deba9){return _0x564880(_0x357643,_0x40cb40,_0x2deba9);},'KYXst':'failed','VhqVt':'\x20|\x20','oQyAz':function(_0xe0f22e,_0x2dd9d9,_0x31c2ec){return _0xe0f22e(_0x2dd9d9,_0x31c2ec);},'CTomT':'passed','yIGHD':_0x180f99(0x124)};PerformanceTester[_0x180f99(0x158)](),logger['debug'](_0x486a66[_0x180f99(0x16c)]),global[_0x180f99(0x161)]=[],global[_0x180f99(0x112)]=![],global[_0x180f99(0x162)]=async()=>{const _0x4484ff=_0x180f99;let _0x257e14=![];try{await global[_0x4484ff(0x143)][0x0][_0x4484ff(0x170)],_0x257e14=!![],global[_0x4484ff(0x112)]?await _0x486a66['AQZoN'](markSessionStatus,global[_0x4484ff(0x143)][0x0],_0x486a66['KYXst'],global[_0x4484ff(0x161)][_0x4484ff(0x165)](_0x486a66['VhqVt'])):await _0x486a66[_0x4484ff(0x10d)](markSessionStatus,global['__drivers'][0x0],_0x486a66['CTomT']);}catch(_0x2cbb20){logger['debug'](_0x4484ff(0x13f)+_0x2cbb20);}global['__error_messages__']=[],global[_0x4484ff(0x112)]=![];if(_0x257e14)try{await global[_0x4484ff(0x143)][0x0]['initQuit']();}catch(_0x774c75){logger['debug'](_0x4484ff(0x14d)+_0x774c75);}};});const a7_0x4a87b1={};a7_0x4a87b1[a7_0x107603(0x13d)]=a7_0x107603(0x111),a7_0x4a87b1[a7_0x107603(0x156)]=0x2710,Before(a7_0x4a87b1,function(_0x2c6266,_0x12cb02){const _0x2958a5=a7_0x107603,_0x5d4a6a={'YeiCs':function(_0x4e1ed7,_0x30e053){return _0x4e1ed7>_0x30e053;},'BnVWG':function(_0x1cd1f3){return _0x1cd1f3();},'YWTkO':'Inside\x20browserstack\x20Before'};logger[_0x2958a5(0x122)](_0x5d4a6a[_0x2958a5(0x14a)]),new Promise(async _0x3bba9f=>{const _0x18a915=_0x2958a5;try{_0x5d4a6a[_0x18a915(0x175)](global[_0x18a915(0x143)]['length'],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x18a915(0x17a)]()),global[_0x18a915(0x143)][0x0]['quitCount_']&&_0x5d4a6a['YeiCs'](global[_0x18a915(0x143)][0x0]['quitCount_'],0x0)&&await global['driverCleanup']();}catch(_0x3e73ed){}_0x5d4a6a[_0x18a915(0x11d)](_0x3bba9f);})[_0x2958a5(0x110)](_0x12cb02);});const a7_0x28bc37={};a7_0x28bc37[a7_0x107603(0x13d)]=a7_0x107603(0x111),a7_0x28bc37['timeout']=0x2710,After(a7_0x28bc37,function(_0x3be4fe,_0x138553){const _0x4ac0a8=a7_0x107603,_0x51d4ea={'cRzBh':_0x4ac0a8(0x174),'gjCSd':function(_0x166fc9,_0x2ec6d4){return _0x166fc9>_0x2ec6d4;},'GTLpW':function(_0x49a07a,_0x1870e7){return _0x49a07a===_0x1870e7;},'NbvpG':_0x4ac0a8(0x14f),'WAdvE':function(_0x4a4e23,_0x2b21bf,_0x5c76ca,_0x8fa33c){return _0x4a4e23(_0x2b21bf,_0x5c76ca,_0x8fa33c);},'RiDAv':_0x4ac0a8(0x169),'xAJxs':function(_0x378b2f,_0x1679ae,_0x1633c4){return _0x378b2f(_0x1679ae,_0x1633c4);},'qVXSM':_0x4ac0a8(0x146),'cNltW':function(_0x4cfd22,_0x50eb6c){return _0x4cfd22>_0x50eb6c;},'ubOHq':function(_0x390894){return _0x390894();},'jYXZr':_0x4ac0a8(0x11a)};logger[_0x4ac0a8(0x122)](_0x51d4ea['jYXZr']),new Promise(async _0x55d869=>{const _0x1f4c74=_0x4ac0a8;let _0x597783=![];try{const _0xffdf20=_0x51d4ea['cRzBh'][_0x1f4c74(0x164)]('|');let _0x5e746b=0x0;while(!![]){switch(_0xffdf20[_0x5e746b++]){case'0':_0x597783=!![];continue;case'1':_0x51d4ea[_0x1f4c74(0x13c)](global[_0x1f4c74(0x143)][_0x1f4c74(0x128)],0x1)&&(await global['driverCleanup'](),global[_0x1f4c74(0x143)][_0x1f4c74(0x17a)](),global[_0x1f4c74(0x161)]=[],global[_0x1f4c74(0x112)]=![]);continue;case'2':await global[_0x1f4c74(0x143)][0x0][_0x1f4c74(0x170)];continue;case'3':!global[_0x1f4c74(0x17b)]&&await global[_0x1f4c74(0x143)][0x0][_0x1f4c74(0x125)](_0x1f4c74(0x16a)+_0x3be4fe['pickle']['name']+_0x1f4c74(0x139));continue;case'4':if(_0x51d4ea[_0x1f4c74(0x163)](_0x3be4fe[_0x1f4c74(0x178)][_0x1f4c74(0x14e)]['toString']()[_0x1f4c74(0x116)](),_0x51d4ea['NbvpG'])||_0x51d4ea['GTLpW'](_0x3be4fe[_0x1f4c74(0x178)][_0x1f4c74(0x14e)][_0x1f4c74(0x173)]()[_0x1f4c74(0x116)](),'6')){try{global['__error_messages__'][_0x1f4c74(0x11b)](_0x3be4fe['result']['message']);}catch(_0x1b8517){logger[_0x1f4c74(0x122)](_0x1f4c74(0x159)+_0x1b8517);}await _0x51d4ea[_0x1f4c74(0x145)](markSessionStatus,global['__drivers'][0x0],_0x51d4ea[_0x1f4c74(0x142)],global[_0x1f4c74(0x161)][_0x1f4c74(0x165)](_0x51d4ea[_0x1f4c74(0x14b)]));}else await _0x51d4ea[_0x1f4c74(0x179)](markSessionStatus,global[_0x1f4c74(0x143)][0x0],_0x51d4ea[_0x1f4c74(0x10e)]);continue;}break;}}catch(_0x9f109d){logger[_0x1f4c74(0x122)]('Error:\x20at\x20After:\x20'+_0x9f109d);}if(_0x597783)try{global[_0x1f4c74(0x143)][0x0]&&_0x51d4ea[_0x1f4c74(0x171)](global[_0x1f4c74(0x143)][0x0][_0x1f4c74(0x138)],0x0)&&await global[_0x1f4c74(0x143)][0x0][_0x1f4c74(0x160)]();}catch(_0x5b797b){logger[_0x1f4c74(0x122)](_0x1f4c74(0x12d)+_0x5b797b);}_0x51d4ea[_0x1f4c74(0x16b)](_0x55d869);})[_0x4ac0a8(0x110)](()=>_0x138553());});const a7_0x3a100f={};a7_0x3a100f[a7_0x107603(0x13d)]='bstack',a7_0x3a100f[a7_0x107603(0x156)]=0x2710,AfterStep(a7_0x3a100f,function(_0x2729c2,_0xcd65fa){const _0x237103=a7_0x107603,_0x2a48ba={'izcwL':function(_0x30f717,_0x109030){return _0x30f717===_0x109030;},'IdYdZ':_0x237103(0x14f),'FmzVz':function(_0x2f3110,_0x8fe9f4){return _0x2f3110===_0x8fe9f4;},'NChKN':function(_0xeca053,_0x3be467){return _0xeca053!==_0x3be467;},'eXvsX':function(_0x12c79b,_0x50d6e7,_0x110a1f){return _0x12c79b(_0x50d6e7,_0x110a1f);},'dxEre':function(_0x272711,_0x3a7bab){return _0x272711+_0x3a7bab;},'qCtMZ':function(_0x29e9b6,_0x2fc195){return _0x29e9b6+_0x2fc195;},'ySzqx':function(_0x3585f1,_0x1ec0da){return _0x3585f1+_0x1ec0da;},'GUxTO':_0x237103(0x168),'kXkIU':'\x0aError:\x20','ZxcDP':'error','ODTTC':function(_0x3293ec,_0x4c3a40,_0x26c489){return _0x3293ec(_0x4c3a40,_0x26c489);},'TpmCd':function(_0x4aeca3,_0x592f5d){return _0x4aeca3+_0x592f5d;},'dTObN':function(_0x5f27f2,_0x1b7622,_0x3bd627){return _0x5f27f2(_0x1b7622,_0x3bd627);},'XRESI':function(_0x3cd395,_0x17a14d){return _0x3cd395+_0x17a14d;},'UMyAd':'Passed:\x20','CnuEO':'info','srNEz':_0x237103(0x15c),'Kkkif':function(_0x5f8720){return _0x5f8720();},'tSaMB':_0x237103(0x135)};logger[_0x237103(0x122)](_0x2a48ba[_0x237103(0x172)]);const _0x3b3e52=async(_0x36a393,_0x5f5029)=>{const _0x198687=_0x237103;await global[_0x198687(0x143)][0x0][_0x198687(0x125)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x36a393+_0x198687(0x157)+_0x5f5029+_0x198687(0x139));};new Promise(async _0x1e54d8=>{const _0x5b638a=_0x237103;try{_0x2a48ba[_0x5b638a(0x151)](_0x2729c2[_0x5b638a(0x178)]['status'][_0x5b638a(0x173)]()['toLowerCase'](),_0x2a48ba[_0x5b638a(0x121)])||_0x2a48ba[_0x5b638a(0x147)](_0x2729c2[_0x5b638a(0x178)][_0x5b638a(0x14e)][_0x5b638a(0x173)]()['toLowerCase'](),'6')?(global[_0x5b638a(0x112)]=!![],global[_0x5b638a(0x161)][_0x5b638a(0x11b)](_0x2729c2['result']['message']),_0x2a48ba[_0x5b638a(0x13e)](_0x2729c2[_0x5b638a(0x140)],undefined)?await _0x2a48ba[_0x5b638a(0x166)](_0x3b3e52,JSON[_0x5b638a(0x12f)](_0x2a48ba[_0x5b638a(0x15b)](_0x2a48ba[_0x5b638a(0x149)](_0x2a48ba[_0x5b638a(0x177)](_0x2a48ba['GUxTO'],'\x22'+_0x2729c2[_0x5b638a(0x140)][_0x5b638a(0x15e)]+'\x22\x20'),_0x2a48ba['kXkIU']),_0x2729c2[_0x5b638a(0x178)]['message'])),_0x2a48ba[_0x5b638a(0x11c)]):await _0x2a48ba['ODTTC'](_0x3b3e52,JSON[_0x5b638a(0x12f)](_0x2a48ba['TpmCd'](_0x2a48ba[_0x5b638a(0x114)],_0x2729c2[_0x5b638a(0x178)][_0x5b638a(0x16f)])),_0x2a48ba[_0x5b638a(0x11c)])):_0x2a48ba[_0x5b638a(0x13e)](_0x2729c2['pickleStep'],undefined)?await _0x2a48ba[_0x5b638a(0x150)](_0x3b3e52,JSON[_0x5b638a(0x12f)](_0x2a48ba[_0x5b638a(0x176)](_0x2a48ba[_0x5b638a(0x13a)],'\x22'+_0x2729c2[_0x5b638a(0x140)]['text']+'\x22')),_0x2a48ba[_0x5b638a(0x15d)]):await _0x2a48ba['eXvsX'](_0x3b3e52,JSON['stringify'](_0x2a48ba[_0x5b638a(0x10f)]),_0x2a48ba['CnuEO']);}catch(_0x57f60f){logger[_0x5b638a(0x122)](_0x5b638a(0x12a)+_0x57f60f);}_0x2a48ba[_0x5b638a(0x144)](_0x1e54d8);})[_0x237103(0x110)](()=>_0xcd65fa());});const a7_0x1acc6d={};a7_0x1acc6d[a7_0x107603(0x13d)]=a7_0x107603(0x111),a7_0x1acc6d['timeout']=0x7530,AfterAll(a7_0x1acc6d,async function(_0x490c66,_0x1737ac){const _0x4acfc9=a7_0x107603,_0x356397={'Jotqq':function(_0x49f056){return _0x49f056();},'DRCiO':_0x4acfc9(0x133)};logger[_0x4acfc9(0x122)](_0x356397[_0x4acfc9(0x120)]),await new Promise(async _0x36f32e=>{const _0x357121=_0x4acfc9;PerformanceTester[_0x357121(0x155)](),await global[_0x357121(0x162)](),_0x356397[_0x357121(0x14c)](_0x36f32e);});});
1
+ const a7_0x1e9be4=a7_0x4ae4;(function(_0x46392a,_0x395559){const _0x466b62=a7_0x4ae4,_0x128031=_0x46392a();while(!![]){try{const _0x2a7f66=-parseInt(_0x466b62(0x246))/0x1+parseInt(_0x466b62(0x237))/0x2*(parseInt(_0x466b62(0x1f9))/0x3)+parseInt(_0x466b62(0x24a))/0x4*(parseInt(_0x466b62(0x25e))/0x5)+parseInt(_0x466b62(0x23d))/0x6+-parseInt(_0x466b62(0x214))/0x7*(parseInt(_0x466b62(0x259))/0x8)+parseInt(_0x466b62(0x233))/0x9*(-parseInt(_0x466b62(0x229))/0xa)+-parseInt(_0x466b62(0x226))/0xb;if(_0x2a7f66===_0x395559)break;else _0x128031['push'](_0x128031['shift']());}catch(_0x2196aa){_0x128031['push'](_0x128031['shift']());}}}(a7_0x1ca6,0xb1fde));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a7_0x1e9be4(0x20e)),setKeepAlive=require('../../helpers/setKeepAlive'),PerformanceTester=require(a7_0x1e9be4(0x21a)),cucumberModule=requireModule(a7_0x1e9be4(0x20b)),logger=require(a7_0x1e9be4(0x205))[a7_0x1e9be4(0x22a)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a7_0x1e9be4(0x240)],After=cucumberModule[a7_0x1e9be4(0x244)],AfterAll=cucumberModule[a7_0x1e9be4(0x25a)],BeforeAll=cucumberModule[a7_0x1e9be4(0x23e)],AfterStep=cucumberModule[a7_0x1e9be4(0x20d)],configuration=process[a7_0x1e9be4(0x20c)][a7_0x1e9be4(0x22b)];if(configuration!==undefined){const config=JSON[a7_0x1e9be4(0x25b)](configuration);isBrowserstackInfra()?(global[a7_0x1e9be4(0x23c)]=isTrue(config['skipSessionName']),global[a7_0x1e9be4(0x200)]=isTrue(config[a7_0x1e9be4(0x21e)])):(global[a7_0x1e9be4(0x23c)]=!![],global[a7_0x1e9be4(0x200)]=!![]),require(a7_0x1e9be4(0x1fc))['browserstackAgentV2'](config),global[a7_0x1e9be4(0x22d)]=config['platformCaps']||{};}global[a7_0x1e9be4(0x25d)]=0x0;const __setDefaultTimeout=cucumberModule[a7_0x1e9be4(0x1f4)];cucumberModule[a7_0x1e9be4(0x1f4)]=_0x31fc6a=>{const _0x1c2cf9=a7_0x1e9be4,_0x4c3a9b={'ltjgW':function(_0x31ab5e,_0x4e7efe){return _0x31ab5e(_0x4e7efe);}};global[_0x1c2cf9(0x25d)]=_0x31fc6a,_0x4c3a9b[_0x1c2cf9(0x219)](__setDefaultTimeout,_0x31fc6a);};const a7_0x503ca6={};a7_0x503ca6[a7_0x1e9be4(0x213)]=a7_0x1e9be4(0x1f2),BeforeAll(a7_0x503ca6,function(){const _0x95eb5=a7_0x1e9be4,_0x1ad120={'NrATv':function(_0x31e043,_0x42bb1b,_0x5ed32b,_0x286fac){return _0x31e043(_0x42bb1b,_0x5ed32b,_0x286fac);},'gpIVC':'failed','cOKBZ':_0x95eb5(0x24b),'WSnST':function(_0x4cff9c,_0x4cbaed,_0x1c523b){return _0x4cff9c(_0x4cbaed,_0x1c523b);},'aACdM':'passed','YhwkN':_0x95eb5(0x1f8)};PerformanceTester[_0x95eb5(0x257)](),logger[_0x95eb5(0x24f)](_0x1ad120[_0x95eb5(0x204)]),global[_0x95eb5(0x202)]=[],global[_0x95eb5(0x232)]=![],global['driverCleanup']=async()=>{const _0x47b592=_0x95eb5;let _0x919a39=![];try{await global['__drivers'][0x0][_0x47b592(0x24d)],_0x919a39=!![],global[_0x47b592(0x232)]?await _0x1ad120[_0x47b592(0x239)](markSessionStatus,global[_0x47b592(0x212)][0x0],_0x1ad120[_0x47b592(0x1fa)],global['__error_messages__'][_0x47b592(0x215)](_0x1ad120[_0x47b592(0x216)])):await _0x1ad120[_0x47b592(0x220)](markSessionStatus,global[_0x47b592(0x212)][0x0],_0x1ad120[_0x47b592(0x218)]);}catch(_0x80755a){logger['debug'](_0x47b592(0x210)+_0x80755a);}global[_0x47b592(0x202)]=[],global['__sessionFailed']=![];if(_0x919a39)try{await global['__drivers'][0x0]['initQuit']();}catch(_0x896d1){logger[_0x47b592(0x24f)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x896d1);}};});function a7_0x4ae4(_0x3b6e0e,_0x18ddf2){const _0x1ca613=a7_0x1ca6();return a7_0x4ae4=function(_0x4ae4e5,_0x20f65e){_0x4ae4e5=_0x4ae4e5-0x1f1;let _0x1cba5f=_0x1ca613[_0x4ae4e5];return _0x1cba5f;},a7_0x4ae4(_0x3b6e0e,_0x18ddf2);}const a7_0x426707={};a7_0x426707['name']=a7_0x1e9be4(0x1f2),a7_0x426707[a7_0x1e9be4(0x24e)]=0x2710,Before(a7_0x426707,function(_0x28de89,_0x1623f3){const _0x56cc81=a7_0x1e9be4,_0x16d76d={'AMWQT':function(_0x469c39,_0x2dc415){return _0x469c39>_0x2dc415;},'GaGTR':function(_0x325826){return _0x325826();},'VzvLy':_0x56cc81(0x255)};logger[_0x56cc81(0x24f)](_0x16d76d['VzvLy']),new Promise(async _0x532131=>{const _0x11a5ba=_0x56cc81;try{_0x16d76d[_0x11a5ba(0x248)](global[_0x11a5ba(0x212)]['length'],0x1)&&(await global[_0x11a5ba(0x1fd)](),global[_0x11a5ba(0x212)]['shift']()),global[_0x11a5ba(0x212)][0x0][_0x11a5ba(0x251)]&&_0x16d76d[_0x11a5ba(0x248)](global[_0x11a5ba(0x212)][0x0][_0x11a5ba(0x251)],0x0)&&await global[_0x11a5ba(0x1fd)]();}catch(_0x1e4cd5){}_0x16d76d[_0x11a5ba(0x231)](_0x532131);})['finally'](_0x1623f3);});const a7_0x55b4ea={};a7_0x55b4ea[a7_0x1e9be4(0x213)]=a7_0x1e9be4(0x1f2),a7_0x55b4ea[a7_0x1e9be4(0x24e)]=0x2710,After(a7_0x55b4ea,function(_0x5960dd,_0x3cdb0b){const _0x4ae9b7=a7_0x1e9be4,_0x2c16e9={'KxdvF':'4|3|2|1|0','IbWep':function(_0x30b925,_0x3cceaf){return _0x30b925===_0x3cceaf;},'xJowJ':_0x4ae9b7(0x206),'rpMzU':function(_0x2c5952,_0x4917fa){return _0x2c5952===_0x4917fa;},'ixgAS':function(_0x4f8e7c,_0x5ba6cd,_0x383e1e,_0x3c3038){return _0x4f8e7c(_0x5ba6cd,_0x383e1e,_0x3c3038);},'bqIYy':_0x4ae9b7(0x24b),'hanEC':function(_0x1c6a28,_0x40cce6,_0x6fe5a0){return _0x1c6a28(_0x40cce6,_0x6fe5a0);},'JVsZQ':_0x4ae9b7(0x217),'fcbnx':function(_0xded61e,_0x1e1aeb){return _0xded61e>_0x1e1aeb;},'giyMG':function(_0x1f4233,_0x53c91f){return _0x1f4233>_0x53c91f;},'TXZOL':function(_0x37bbb7){return _0x37bbb7();},'UWRKD':_0x4ae9b7(0x23b)};logger['debug'](_0x2c16e9[_0x4ae9b7(0x1fe)]),new Promise(async _0x4aeadd=>{const _0x185beb=_0x4ae9b7;let _0x3fbc9a=![];try{const _0x4fd309=_0x2c16e9[_0x185beb(0x238)]['split']('|');let _0x3b7268=0x0;while(!![]){switch(_0x4fd309[_0x3b7268++]){case'0':if(_0x2c16e9[_0x185beb(0x249)](_0x5960dd['result'][_0x185beb(0x250)][_0x185beb(0x20f)]()[_0x185beb(0x254)](),_0x2c16e9[_0x185beb(0x22c)])||_0x2c16e9[_0x185beb(0x24c)](_0x5960dd[_0x185beb(0x241)][_0x185beb(0x250)][_0x185beb(0x20f)]()[_0x185beb(0x254)](),'6')){try{global[_0x185beb(0x202)][_0x185beb(0x23a)](_0x5960dd[_0x185beb(0x241)][_0x185beb(0x228)]);}catch(_0x3e6d84){logger['debug'](_0x185beb(0x21f)+_0x3e6d84);}await _0x2c16e9[_0x185beb(0x235)](markSessionStatus,global[_0x185beb(0x212)][0x0],_0x2c16e9['xJowJ'],global[_0x185beb(0x202)][_0x185beb(0x215)](_0x2c16e9[_0x185beb(0x208)]));}else await _0x2c16e9[_0x185beb(0x230)](markSessionStatus,global[_0x185beb(0x212)][0x0],_0x2c16e9[_0x185beb(0x221)]);continue;case'1':!global[_0x185beb(0x23c)]&&await global[_0x185beb(0x212)][0x0][_0x185beb(0x242)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x5960dd[_0x185beb(0x203)][_0x185beb(0x213)]+_0x185beb(0x1f6));continue;case'2':_0x3fbc9a=!![];continue;case'3':await global[_0x185beb(0x212)][0x0]['session_'];continue;case'4':_0x2c16e9[_0x185beb(0x247)](global[_0x185beb(0x212)][_0x185beb(0x209)],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x185beb(0x223)](),global[_0x185beb(0x202)]=[],global['__sessionFailed']=![]);continue;}break;}}catch(_0x39e19e){logger[_0x185beb(0x24f)](_0x185beb(0x1f3)+_0x39e19e);}if(_0x3fbc9a)try{global[_0x185beb(0x212)][0x0]&&_0x2c16e9[_0x185beb(0x256)](global['__drivers'][0x0][_0x185beb(0x251)],0x0)&&await global[_0x185beb(0x212)][0x0]['initQuit']();}catch(_0x11f910){logger[_0x185beb(0x24f)](_0x185beb(0x20a)+_0x11f910);}_0x2c16e9['TXZOL'](_0x4aeadd);})[_0x4ae9b7(0x245)](()=>_0x3cdb0b());});const a7_0x2ff407={};a7_0x2ff407['name']=a7_0x1e9be4(0x1f2),a7_0x2ff407[a7_0x1e9be4(0x24e)]=0x2710,AfterStep(a7_0x2ff407,function(_0x866c42,_0x4bd562){const _0x3de5e0=a7_0x1e9be4,_0x563a0d={'QXniN':function(_0xfd3b73,_0x1dbd29){return _0xfd3b73===_0x1dbd29;},'AXvFe':_0x3de5e0(0x206),'VUELZ':function(_0x3fc0fc,_0x5dd6df){return _0x3fc0fc!==_0x5dd6df;},'jnoZc':function(_0x2bcbc5,_0x2f3bb5,_0x471094){return _0x2bcbc5(_0x2f3bb5,_0x471094);},'ofEjY':function(_0xb87f56,_0x1f50a0){return _0xb87f56+_0x1f50a0;},'KyfJM':function(_0x125464,_0x49d860){return _0x125464+_0x49d860;},'eVCLm':function(_0x3080d1,_0x3ee3c7){return _0x3080d1+_0x3ee3c7;},'XTgoX':_0x3de5e0(0x211),'TjGOv':'\x0aError:\x20','uwtPB':_0x3de5e0(0x243),'VcCYh':function(_0x3bcffb,_0x421aaf,_0x1e9b7a){return _0x3bcffb(_0x421aaf,_0x1e9b7a);},'tSpLP':function(_0x201674,_0x3f2667){return _0x201674+_0x3f2667;},'CbOQi':'Passed:\x20','nzUZs':'info','wWRGC':_0x3de5e0(0x22e),'pwdGL':function(_0x3840c7){return _0x3840c7();},'jljdx':_0x3de5e0(0x234)};logger[_0x3de5e0(0x24f)](_0x563a0d['jljdx']);const _0x147332=async(_0x15d0d3,_0x66396f)=>{const _0x5809fc=_0x3de5e0;await global[_0x5809fc(0x212)][0x0][_0x5809fc(0x242)](_0x5809fc(0x253)+_0x15d0d3+',\x22level\x22:\x20\x22'+_0x66396f+'\x22}}');};new Promise(async _0x28c5ba=>{const _0x5131f1=_0x3de5e0;try{_0x563a0d[_0x5131f1(0x21c)](_0x866c42[_0x5131f1(0x241)][_0x5131f1(0x250)][_0x5131f1(0x20f)]()[_0x5131f1(0x254)](),_0x563a0d[_0x5131f1(0x23f)])||_0x563a0d['QXniN'](_0x866c42[_0x5131f1(0x241)][_0x5131f1(0x250)][_0x5131f1(0x20f)]()['toLowerCase'](),'6')?(global['__sessionFailed']=!![],global['__error_messages__'][_0x5131f1(0x23a)](_0x866c42['result'][_0x5131f1(0x228)]),_0x563a0d[_0x5131f1(0x1f7)](_0x866c42['pickleStep'],undefined)?await _0x563a0d[_0x5131f1(0x227)](_0x147332,JSON['stringify'](_0x563a0d[_0x5131f1(0x201)](_0x563a0d['KyfJM'](_0x563a0d[_0x5131f1(0x258)](_0x563a0d['XTgoX'],'\x22'+_0x866c42[_0x5131f1(0x225)][_0x5131f1(0x1f5)]+'\x22\x20'),_0x563a0d[_0x5131f1(0x222)]),_0x866c42['result'][_0x5131f1(0x228)])),_0x563a0d[_0x5131f1(0x1ff)]):await _0x563a0d['VcCYh'](_0x147332,JSON['stringify'](_0x563a0d[_0x5131f1(0x1f1)](_0x563a0d[_0x5131f1(0x22f)],_0x866c42['result'][_0x5131f1(0x228)])),_0x563a0d[_0x5131f1(0x1ff)])):_0x563a0d[_0x5131f1(0x1f7)](_0x866c42['pickleStep'],undefined)?await _0x563a0d[_0x5131f1(0x227)](_0x147332,JSON[_0x5131f1(0x21b)](_0x563a0d[_0x5131f1(0x258)](_0x563a0d['CbOQi'],'\x22'+_0x866c42['pickleStep'][_0x5131f1(0x1f5)]+'\x22')),_0x563a0d[_0x5131f1(0x207)]):await _0x563a0d[_0x5131f1(0x227)](_0x147332,JSON[_0x5131f1(0x21b)](_0x563a0d[_0x5131f1(0x236)]),_0x563a0d['nzUZs']);}catch(_0x32d796){logger['debug'](_0x5131f1(0x224)+_0x32d796);}_0x563a0d[_0x5131f1(0x1fb)](_0x28c5ba);})[_0x3de5e0(0x245)](()=>_0x4bd562());});const a7_0x34f2a6={};a7_0x34f2a6['name']='bstack',a7_0x34f2a6[a7_0x1e9be4(0x24e)]=0x7530,AfterAll(a7_0x34f2a6,async function(_0x3a2a40,_0xf8c1ee){const _0x3f6ee4=a7_0x1e9be4,_0x2e5b1d={'PoNTC':function(_0x280844){return _0x280844();},'EqtLk':_0x3f6ee4(0x252)};logger[_0x3f6ee4(0x24f)](_0x2e5b1d[_0x3f6ee4(0x25c)]),await new Promise(async _0x36290d=>{const _0x31f4c9=_0x3f6ee4;PerformanceTester[_0x31f4c9(0x21d)](),await global[_0x31f4c9(0x1fd)](),_0x2e5b1d['PoNTC'](_0x36290d);});});function a7_0x1ca6(){const _0x40876c=['stringify','QXniN','stopMonitoring','skipSessionStatus','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','WSnST','JVsZQ','TjGOv','shift','Error:\x20at\x20After\x20Step:\x20','pickleStep','2156759zQUiQB','jnoZc','message','730xKHdHb','winstonLogger','CONFIG','xJowJ','__platformCaps','Passed','XTgoX','hanEC','GaGTR','__sessionFailed','63405XBLpmt','Inside\x20browserstack\x20AfterStep','ixgAS','wWRGC','1218FbXoZt','KxdvF','NrATv','push','Inside\x20browserstack\x20After','__skipSessionName','5668326jzqkUW','BeforeAll','AXvFe','Before','result','executeScript','error','After','finally','931013DUBybj','fcbnx','AMWQT','IbWep','2384908OuFOqX','\x20|\x20','rpMzU','session_','timeout','debug','status','quitCount_','Inside\x20browserstack\x20AfterAll','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','toLowerCase','Inside\x20browserstack\x20Before','giyMG','startMonitoring','eVCLm','8ciaDsx','AfterAll','parse','EqtLk','__timeout','10PbngCn','tSpLP','bstack','Error:\x20at\x20After:\x20','setDefaultTimeout','text','\x22}}','VUELZ','Inside\x20browserstack\x20BeforeAll','3003paHaaq','gpIVC','pwdGL','../../index','driverCleanup','UWRKD','uwtPB','__skipSessionStatus','ofEjY','__error_messages__','pickle','YhwkN','../../helpers/logger','failed','nzUZs','bqIYy','length','Error:\x20quiting\x20driver\x20at\x20After:\x20','@cucumber/cucumber/lib/index.js','env','AfterStep','../../helpers/helper','toString','Error:\x20cleaning\x20up\x20driver:\x20','Failed:\x20','__drivers','name','2634541pqUbbF','join','cOKBZ','passed','aACdM','ltjgW','../../helpers/performance-tester'];a7_0x1ca6=function(){return _0x40876c;};return a7_0x1ca6();}
@@ -1 +1 @@
1
- const a8_0x13c473=a8_0xfc23;(function(_0x4eefd0,_0x424ab0){const _0x570a32=a8_0xfc23,_0x36e29a=_0x4eefd0();while(!![]){try{const _0x308aff=-parseInt(_0x570a32(0x1a3))/0x1+parseInt(_0x570a32(0x197))/0x2*(-parseInt(_0x570a32(0x1aa))/0x3)+-parseInt(_0x570a32(0x1ab))/0x4+-parseInt(_0x570a32(0x1c1))/0x5+parseInt(_0x570a32(0x19f))/0x6*(-parseInt(_0x570a32(0x19b))/0x7)+parseInt(_0x570a32(0x1c7))/0x8+-parseInt(_0x570a32(0x1c4))/0x9*(-parseInt(_0x570a32(0x1b2))/0xa);if(_0x308aff===_0x424ab0)break;else _0x36e29a['push'](_0x36e29a['shift']());}catch(_0x982ff7){_0x36e29a['push'](_0x36e29a['shift']());}}}(a8_0x12a5,0x9f233));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a8_0x13c473(0x196)),setKeepAlive=require(a8_0x13c473(0x1a9)),cucumberModule=requireModule(a8_0x13c473(0x1b6)),logger=require('../../helpers/logger')[a8_0x13c473(0x1ac)];modifyCommand(),setKeepAlive();function a8_0x12a5(){const _0x285ea9=['status','18675Cdbmke','WNcAK','VRsSU','9822816yakSOS','NHRfn','initQuit','debug','CONFIG','Before','platformCaps','then','GkPyl','../../helpers/helper','1878698YoFjtH','Error:\x20quiting\x20at\x20After:\x20','__skipSessionStatus','name','266294UmgDwh','timeout','__error_messages__','__skipSessionName','30BaVCdw','\x20|\x20','rEwZa','result','1253009OVcqQq','__platformCaps','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','__driver','gnzdl','browserstackAgentV2','../../helpers/setKeepAlive','3AfxtQn','1622120viEASu','winstonLogger','After','env','skipSessionName','Inside\x20browserstack\x20Before','Inside\x20browserstack\x20After','16370qZOKVN','__timeout','FPbAT','lzITa','cucumber/lib/index.js','join','../../index','session_','FWzoW','FzJXQ','uxeMl','toLowerCase','setDefaultTimeout','bstack','FWZtX','5923510EGIwkN','Error:\x20setting\x20status\x20at\x20After:\x20'];a8_0x12a5=function(){return _0x285ea9;};return a8_0x12a5();}const Before=cucumberModule[a8_0x13c473(0x192)],After=cucumberModule[a8_0x13c473(0x1ad)],configuration=process[a8_0x13c473(0x1ae)][a8_0x13c473(0x191)];function a8_0xfc23(_0x389f0f,_0x44c6b2){const _0x12a55b=a8_0x12a5();return a8_0xfc23=function(_0xfc23e4,_0xb64fdf){_0xfc23e4=_0xfc23e4-0x18f;let _0x4845ed=_0x12a55b[_0xfc23e4];return _0x4845ed;},a8_0xfc23(_0x389f0f,_0x44c6b2);}if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a8_0x13c473(0x1af)])&&(global['__skipSessionName']=!![]),global[a8_0x13c473(0x199)]=isTrue(config['skipSessionStatus']),require(a8_0x13c473(0x1b8))[a8_0x13c473(0x1a8)](config),global[a8_0x13c473(0x1a4)]=config[a8_0x13c473(0x193)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a8_0x13c473(0x1be)];cucumberModule[a8_0x13c473(0x1be)]=_0xadf89b=>{const _0x26c274=a8_0x13c473,_0x2f4265={'uxeMl':function(_0x23638c,_0x9c3c2f){return _0x23638c(_0x9c3c2f);}};global[_0x26c274(0x1b3)]=_0xadf89b,_0x2f4265[_0x26c274(0x1bc)](__setDefaultTimeout,_0xadf89b);};const a8_0x1d0814={};a8_0x1d0814[a8_0x13c473(0x19a)]=a8_0x13c473(0x1bf),Before(a8_0x1d0814,function(){const _0xb7dedb=a8_0x13c473,_0x1c6601={};_0x1c6601[_0xb7dedb(0x1a7)]=_0xb7dedb(0x1b0);const _0x3f8a63=_0x1c6601;logger[_0xb7dedb(0x190)](_0x3f8a63['gnzdl']),global[_0xb7dedb(0x19d)]=[];});const a8_0x519437={};a8_0x519437[a8_0x13c473(0x19a)]=a8_0x13c473(0x1bf),a8_0x519437[a8_0x13c473(0x19c)]=0x2710,After(a8_0x519437,function(_0x1c7cf1,_0x2de923){const _0x3e5bef=a8_0x13c473,_0x1382f8={'lzITa':function(_0x3c497b,_0x3f4066){return _0x3c497b===_0x3f4066;},'FWZtX':'failed','FPbAT':function(_0x2c74bb,_0x506c4d,_0x1055e8,_0x54397a){return _0x2c74bb(_0x506c4d,_0x1055e8,_0x54397a);},'WNcAK':_0x3e5bef(0x1a0),'NHRfn':function(_0x4c5404,_0x490b1d,_0x4cb2dd){return _0x4c5404(_0x490b1d,_0x4cb2dd);},'rEwZa':'passed','GkPyl':function(_0x16e393){return _0x16e393();},'VRsSU':function(_0x39b853,_0x1918a1){return _0x39b853(_0x1918a1);},'FzJXQ':function(_0x2c1828){return _0x2c1828();},'FWzoW':_0x3e5bef(0x1b1)};logger[_0x3e5bef(0x190)](_0x1382f8[_0x3e5bef(0x1ba)]),new Promise(async(_0x2ff534,_0x5f0578)=>{const _0x2ac716=_0x3e5bef;let _0x289758=![];try{await global[_0x2ac716(0x1a6)][_0x2ac716(0x1b9)],_0x289758=!![],!global[_0x2ac716(0x19e)]&&await global['__driver']['executeScript'](_0x2ac716(0x1a5)+_0x1c7cf1['pickle']['name']+'\x22}}'),_0x1382f8[_0x2ac716(0x1b5)](_0x1c7cf1[_0x2ac716(0x1a2)][_0x2ac716(0x1c3)][_0x2ac716(0x1bd)](),_0x1382f8[_0x2ac716(0x1c0)])?await _0x1382f8[_0x2ac716(0x1b4)](markSessionStatus,global[_0x2ac716(0x1a6)],_0x1382f8[_0x2ac716(0x1c0)],global['__error_messages__'][_0x2ac716(0x1b7)](_0x1382f8[_0x2ac716(0x1c5)])):await _0x1382f8[_0x2ac716(0x1c8)](markSessionStatus,global[_0x2ac716(0x1a6)],_0x1382f8[_0x2ac716(0x1a1)]);}catch(_0x351865){logger[_0x2ac716(0x190)](_0x2ac716(0x1c2)+_0x351865);}if(_0x289758)try{await global[_0x2ac716(0x1a6)][_0x2ac716(0x18f)](),_0x1382f8[_0x2ac716(0x195)](_0x2ff534);}catch(_0x5b1500){logger[_0x2ac716(0x190)](_0x2ac716(0x198)+_0x5b1500),_0x1382f8[_0x2ac716(0x1c6)](_0x5f0578,_0x5b1500);}else _0x1382f8[_0x2ac716(0x1bb)](_0x5f0578);})[_0x3e5bef(0x194)](()=>_0x2de923());});
1
+ const a8_0x302d90=a8_0x18c3;(function(_0x3d48ff,_0x2756e1){const _0x3c855b=a8_0x18c3,_0x1bd466=_0x3d48ff();while(!![]){try{const _0x48763c=-parseInt(_0x3c855b(0x7c))/0x1+parseInt(_0x3c855b(0x76))/0x2+-parseInt(_0x3c855b(0x9c))/0x3+parseInt(_0x3c855b(0x79))/0x4*(-parseInt(_0x3c855b(0x8f))/0x5)+parseInt(_0x3c855b(0x86))/0x6+-parseInt(_0x3c855b(0x82))/0x7+parseInt(_0x3c855b(0x72))/0x8;if(_0x48763c===_0x2756e1)break;else _0x1bd466['push'](_0x1bd466['shift']());}catch(_0x24d919){_0x1bd466['push'](_0x1bd466['shift']());}}}(a8_0x430a,0xaa65a));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a8_0x302d90(0x8a)),setKeepAlive=require(a8_0x302d90(0x94)),cucumberModule=requireModule(a8_0x302d90(0x6a)),logger=require(a8_0x302d90(0x71))[a8_0x302d90(0x73)];modifyCommand(),setKeepAlive();function a8_0x18c3(_0xd396f2,_0x1587a8){const _0x430a82=a8_0x430a();return a8_0x18c3=function(_0x18c35c,_0xdadd40){_0x18c35c=_0x18c35c-0x66;let _0x5ed482=_0x430a82[_0x18c35c];return _0x5ed482;},a8_0x18c3(_0xd396f2,_0x1587a8);}const Before=cucumberModule[a8_0x302d90(0x96)],After=cucumberModule[a8_0x302d90(0x87)],configuration=process[a8_0x302d90(0x9b)][a8_0x302d90(0x9a)];if(configuration!==undefined){const config=JSON[a8_0x302d90(0x7d)](configuration);isTrue(config[a8_0x302d90(0x6b)])&&(global[a8_0x302d90(0x90)]=!![]),global[a8_0x302d90(0x6f)]=isTrue(config['skipSessionStatus']),require(a8_0x302d90(0x95))[a8_0x302d90(0x66)](config),global[a8_0x302d90(0x89)]=config[a8_0x302d90(0x8d)]||{};}global[a8_0x302d90(0x85)]=0x0;const __setDefaultTimeout=cucumberModule[a8_0x302d90(0x7f)];function a8_0x430a(){const _0x899370=['CONFIG','env','1713507MxLDKj','initQuit','browserstackAgentV2','join','PZefb','zQGxl','cucumber/lib/index.js','skipSessionName','dJGWI','then','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','__skipSessionStatus','\x20|\x20','../../helpers/logger','856112wUnxnc','winstonLogger','passed','Error:\x20quiting\x20at\x20After:\x20','2537720vQPFSW','Epwtw','session_','92wPFeYS','__driver','FCEOW','81617ZzrSMQ','parse','name','setDefaultTimeout','\x22}}','bstack','2888235EmKlte','result','timeout','__timeout','5876346lxeAXn','After','CUYDP','__platformCaps','../../helpers/helper','__error_messages__','dFsGF','platformCaps','toLowerCase','128680AMkSMG','__skipSessionName','Inside\x20browserstack\x20Before','debug','CWpNC','../../helpers/setKeepAlive','../../index','Before','pickle','status','failed'];a8_0x430a=function(){return _0x899370;};return a8_0x430a();}cucumberModule['setDefaultTimeout']=_0x27c696=>{const _0xad8fe8=a8_0x302d90,_0x39e101={'dJGWI':function(_0x1f8f28,_0x1c371d){return _0x1f8f28(_0x1c371d);}};global[_0xad8fe8(0x85)]=_0x27c696,_0x39e101[_0xad8fe8(0x6c)](__setDefaultTimeout,_0x27c696);};const a8_0xcd9d7={};a8_0xcd9d7[a8_0x302d90(0x7e)]=a8_0x302d90(0x81),Before(a8_0xcd9d7,function(){const _0x14761d=a8_0x302d90,_0x2c362d={};_0x2c362d['PZefb']=_0x14761d(0x91);const _0x2388ce=_0x2c362d;logger[_0x14761d(0x92)](_0x2388ce[_0x14761d(0x68)]),global[_0x14761d(0x8b)]=[];});const a8_0x2299e8={};a8_0x2299e8['name']=a8_0x302d90(0x81),a8_0x2299e8[a8_0x302d90(0x84)]=0x2710,After(a8_0x2299e8,function(_0x1a6d23,_0x4f6e4e){const _0xdb0691=a8_0x302d90,_0x4f40bf={'DvqXT':function(_0x33cffe,_0x2aa868){return _0x33cffe===_0x2aa868;},'FCEOW':_0xdb0691(0x99),'CUYDP':function(_0x2f279,_0x376b07,_0x25b18e,_0x398f7e){return _0x2f279(_0x376b07,_0x25b18e,_0x398f7e);},'CWpNC':_0xdb0691(0x70),'ArTqZ':function(_0x250db1,_0x1f29c2,_0x2de4ff){return _0x250db1(_0x1f29c2,_0x2de4ff);},'UKZAc':_0xdb0691(0x74),'dFsGF':function(_0x2e08fb){return _0x2e08fb();},'Epwtw':function(_0x581875,_0x513ea0){return _0x581875(_0x513ea0);},'zQGxl':'Inside\x20browserstack\x20After'};logger[_0xdb0691(0x92)](_0x4f40bf[_0xdb0691(0x69)]),new Promise(async(_0x3d88c5,_0x5d8e4c)=>{const _0x2af394=_0xdb0691;let _0x143bda=![];try{await global[_0x2af394(0x7a)][_0x2af394(0x78)],_0x143bda=!![],!global[_0x2af394(0x90)]&&await global[_0x2af394(0x7a)]['executeScript'](_0x2af394(0x6e)+_0x1a6d23[_0x2af394(0x97)][_0x2af394(0x7e)]+_0x2af394(0x80)),_0x4f40bf['DvqXT'](_0x1a6d23[_0x2af394(0x83)][_0x2af394(0x98)][_0x2af394(0x8e)](),_0x4f40bf[_0x2af394(0x7b)])?await _0x4f40bf[_0x2af394(0x88)](markSessionStatus,global[_0x2af394(0x7a)],_0x4f40bf[_0x2af394(0x7b)],global[_0x2af394(0x8b)][_0x2af394(0x67)](_0x4f40bf[_0x2af394(0x93)])):await _0x4f40bf['ArTqZ'](markSessionStatus,global[_0x2af394(0x7a)],_0x4f40bf['UKZAc']);}catch(_0x338633){logger[_0x2af394(0x92)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x338633);}if(_0x143bda)try{await global[_0x2af394(0x7a)][_0x2af394(0x9d)](),_0x4f40bf[_0x2af394(0x8c)](_0x3d88c5);}catch(_0x199ee1){logger['debug'](_0x2af394(0x75)+_0x199ee1),_0x4f40bf[_0x2af394(0x77)](_0x5d8e4c,_0x199ee1);}else _0x4f40bf[_0x2af394(0x8c)](_0x5d8e4c);})[_0xdb0691(0x6d)](()=>_0x4f6e4e());});
@@ -1 +1 @@
1
- const a9_0x387602=a9_0x4a20;(function(_0x480fca,_0x549ff3){const _0x44c533=a9_0x4a20,_0x15f845=_0x480fca();while(!![]){try{const _0x59dd23=parseInt(_0x44c533(0x169))/0x1*(-parseInt(_0x44c533(0x162))/0x2)+-parseInt(_0x44c533(0x168))/0x3*(parseInt(_0x44c533(0x163))/0x4)+-parseInt(_0x44c533(0x161))/0x5*(parseInt(_0x44c533(0x16a))/0x6)+-parseInt(_0x44c533(0x160))/0x7+-parseInt(_0x44c533(0x167))/0x8+-parseInt(_0x44c533(0x164))/0x9+-parseInt(_0x44c533(0x15f))/0xa*(-parseInt(_0x44c533(0x166))/0xb);if(_0x59dd23===_0x549ff3)break;else _0x15f845['push'](_0x15f845['shift']());}catch(_0x3fe014){_0x15f845['push'](_0x15f845['shift']());}}}(a9_0x2cb8,0xf3612));const {requireModule}=require('../../helpers/helper'),constants=require(a9_0x387602(0x16b));function a9_0x2cb8(){const _0x213964=['171268blIBmh','1343421uhENvq','__timeout','319ADXLJW','5044448DPLpve','39cKOaPh','277IbyCBi','38046cACaYg','../utils/constants','setDefaultTimeout','BSTACK_DELTA','2024900tWIYyh','6629630iucbHo','1355kpxZKe','6306noCJsS'];a9_0x2cb8=function(){return _0x213964;};return a9_0x2cb8();};let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');}catch(a9_0x53caa3){cucumberModule=requireModule('cucumber/lib/index.js');}function a9_0x4a20(_0x4b4607,_0x40e0f5){const _0x2cb80b=a9_0x2cb8();return a9_0x4a20=function(_0x4a20cd,_0x569835){_0x4a20cd=_0x4a20cd-0x15e;let _0x213df4=_0x2cb80b[_0x4a20cd];return _0x213df4;},a9_0x4a20(_0x4b4607,_0x40e0f5);}cucumberModule[a9_0x387602(0x16c)](constants[a9_0x387602(0x15e)]+global[a9_0x387602(0x165)]*0x1);
1
+ const a9_0x409458=a9_0x2531;function a9_0x2531(_0x179e85,_0x51ec77){const _0x5de6e4=a9_0x5de6();return a9_0x2531=function(_0x2531e2,_0x3a051b){_0x2531e2=_0x2531e2-0xe0;let _0x40dab2=_0x5de6e4[_0x2531e2];return _0x40dab2;},a9_0x2531(_0x179e85,_0x51ec77);}(function(_0x399ef2,_0x2feae9){const _0x2b32a6=a9_0x2531,_0x2081b7=_0x399ef2();while(!![]){try{const _0x5f0de2=parseInt(_0x2b32a6(0xeb))/0x1*(-parseInt(_0x2b32a6(0xee))/0x2)+parseInt(_0x2b32a6(0xec))/0x3*(parseInt(_0x2b32a6(0xe3))/0x4)+parseInt(_0x2b32a6(0xe6))/0x5+-parseInt(_0x2b32a6(0xed))/0x6+-parseInt(_0x2b32a6(0xf0))/0x7*(-parseInt(_0x2b32a6(0xef))/0x8)+parseInt(_0x2b32a6(0xe5))/0x9*(parseInt(_0x2b32a6(0xe9))/0xa)+-parseInt(_0x2b32a6(0xe7))/0xb;if(_0x5f0de2===_0x2feae9)break;else _0x2081b7['push'](_0x2081b7['shift']());}catch(_0x43b199){_0x2081b7['push'](_0x2081b7['shift']());}}}(a9_0x5de6,0xa60ec));const {requireModule}=require(a9_0x409458(0xe8)),constants=require(a9_0x409458(0xe2));;let cucumberModule=null;try{cucumberModule=requireModule(a9_0x409458(0xe1));}catch(a9_0x464c14){cucumberModule=requireModule(a9_0x409458(0xea));}cucumberModule[a9_0x409458(0xe4)](constants['BSTACK_DELTA']+global[a9_0x409458(0xe0)]*0x1);function a9_0x5de6(){const _0x49377d=['5967680HDmUTG','33323840anwZVt','../../helpers/helper','13200230xtxnHS','cucumber/lib/index.js','36OwmyMX','3645591nWsGtZ','830310tBbked','12854GOyVEv','3912FFTjMp','5019kqnCmB','__timeout','@cucumber/cucumber/lib/index.js','../utils/constants','4SKRoBi','setDefaultTimeout','9AbtWEj'];a9_0x5de6=function(){return _0x49377d;};return a9_0x5de6();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a10_0x251cc6=a10_0x3426;(function(_0x504825,_0x50b595){const _0xec17b9=a10_0x3426,_0x331469=_0x504825();while(!![]){try{const _0x1a54ce=-parseInt(_0xec17b9(0x213))/0x1*(parseInt(_0xec17b9(0x210))/0x2)+-parseInt(_0xec17b9(0x1f9))/0x3+-parseInt(_0xec17b9(0x1dd))/0x4*(parseInt(_0xec17b9(0x1ef))/0x5)+-parseInt(_0xec17b9(0x1db))/0x6+-parseInt(_0xec17b9(0x1f8))/0x7+parseInt(_0xec17b9(0x20a))/0x8+parseInt(_0xec17b9(0x1d3))/0x9;if(_0x1a54ce===_0x50b595)break;else _0x331469['push'](_0x331469['shift']());}catch(_0x2afeee){_0x331469['push'](_0x331469['shift']());}}}(a10_0xd41b,0xe7d58));function a10_0x3426(_0x15d735,_0x12630f){const _0xd41b2d=a10_0xd41b();return a10_0x3426=function(_0x342648,_0x56f981){_0x342648=_0x342648-0x1d0;let _0x27f7b1=_0xd41b2d[_0x342648];return _0x27f7b1;},a10_0x3426(_0x15d735,_0x12630f);}const {default:BrowserStackSetup}=require(a10_0x251cc6(0x1e4)),logger=require(a10_0x251cc6(0x1f1))['winstonLogger'],{URL}=require(a10_0x251cc6(0x1d0)),helper=require(a10_0x251cc6(0x1d9)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a10_0x251cc6(0x1e2)),validHosts=function(_0x9fad09){const _0x24e1d1=a10_0x251cc6;return _0x9fad09[_0x24e1d1(0x217)](',')[_0x24e1d1(0x208)](_0x2715f3=>{const _0x44169e=_0x24e1d1;try{new URL(_0x2715f3[_0x44169e(0x1df)]());}catch(_0x525261){return![];}return!![];});},parseOnPremHosts=function(_0x300708){const _0x49177b=a10_0x251cc6,_0x121ba9={};_0x121ba9[_0x49177b(0x1d4)]=function(_0x394bc5,_0xe3e01a){return _0x394bc5===_0xe3e01a;},_0x121ba9[_0x49177b(0x21d)]='https:',_0x121ba9[_0x49177b(0x21b)]=_0x49177b(0x1ed),_0x121ba9[_0x49177b(0x1f3)]=function(_0x4a1bf5,_0x4cb8ae){return _0x4a1bf5===_0x4cb8ae;},_0x121ba9[_0x49177b(0x215)]=_0x49177b(0x1f6);const _0x40599e=_0x121ba9;return _0x300708['split'](',')[_0x49177b(0x1fc)](_0x5c6db2=>{const _0x49ca9a=_0x49177b,_0x53825a=new URL(_0x5c6db2[_0x49ca9a(0x1df)]()),_0x14abc8=_0x53825a[_0x49ca9a(0x219)],_0x4688b8=_0x53825a[_0x49ca9a(0x1d5)]||(_0x40599e[_0x49ca9a(0x1d4)](_0x53825a[_0x49ca9a(0x1fd)],_0x40599e[_0x49ca9a(0x21d)])?_0x40599e[_0x49ca9a(0x21b)]:'80'),_0x51e3f0=_0x53825a[_0x49ca9a(0x1fd)][_0x49ca9a(0x1f4)](':',''),_0x6d55d4=_0x40599e[_0x49ca9a(0x1f3)](_0x51e3f0,_0x40599e[_0x49ca9a(0x215)])?0x1:0x0;return _0x14abc8+','+_0x4688b8+','+_0x6d55d4;});},connectCommandBuilder=function(_0x3afe3a){const _0x2cf53c=a10_0x251cc6,_0x3c31ad={};_0x3c31ad[_0x2cf53c(0x1f7)]=_0x2cf53c(0x1e0);const _0x473842=_0x3c31ad,_0x518d={};_0x518d[_0x2cf53c(0x1e3)]=HELP_MESSAGES[_0x2cf53c(0x200)][_0x2cf53c(0x20b)],_0x518d[_0x2cf53c(0x1f5)]=_0x473842[_0x2cf53c(0x1f7)];const _0x422887={};_0x422887[_0x2cf53c(0x1e3)]=HELP_MESSAGES['options'][_0x2cf53c(0x1da)],_0x422887[_0x2cf53c(0x1f5)]=_0x473842['JIgQo'],_0x422887[_0x2cf53c(0x20c)]=!![];const _0x501b82={};return _0x501b82[_0x2cf53c(0x1ff)]=_0x518d,_0x501b82[_0x2cf53c(0x1da)]=_0x422887,_0x3afe3a[_0x2cf53c(0x200)](_0x501b82);},connectCommandHandler=async function(_0x324c50){const _0x34c1b3=a10_0x251cc6,_0x3239e0={'oLddR':_0x34c1b3(0x1e7),'GmvQf':function(_0x13a227,_0xc6ccc7){return _0x13a227===_0xc6ccc7;},'eIMcI':'undefined','BbLjh':_0x34c1b3(0x1ee),'Mvlet':function(_0x5abda5,_0x48b287){return _0x5abda5===_0x48b287;},'Ycziq':_0x34c1b3(0x21c),'OtooN':function(_0x2feee6,_0x38779e){return _0x2feee6(_0x38779e);},'tbBkC':_0x34c1b3(0x207),'DSNvd':function(_0x37f5b2,_0x343f64){return _0x37f5b2(_0x343f64);},'lRZqj':_0x34c1b3(0x20e),'FMAiu':_0x34c1b3(0x212),'eJRcK':_0x34c1b3(0x1de)};try{const _0x506e9e=new BrowserStackSetup(_0x324c50,_0x3239e0[_0x34c1b3(0x209)]);_0x324c50[_0x34c1b3(0x1f2)]&&(_0x506e9e['config'][_0x34c1b3(0x1d8)]=_0x324c50[_0x34c1b3(0x1f2)]);if(_0x3239e0[_0x34c1b3(0x214)](typeof _0x506e9e[_0x34c1b3(0x202)][_0x34c1b3(0x1d8)],_0x3239e0[_0x34c1b3(0x1ec)])){logger['error'](_0x3239e0[_0x34c1b3(0x1fb)]);throw new Error(ERROR_MESSAGES[_0x34c1b3(0x20b)][_0x34c1b3(0x21e)]);}const _0x329419=_0x324c50[_0x34c1b3(0x1da)];if(_0x3239e0[_0x34c1b3(0x216)](typeof _0x329419,_0x3239e0[_0x34c1b3(0x1ec)])){logger['error'](_0x3239e0['Ycziq']);throw new Error(ERROR_MESSAGES[_0x34c1b3(0x1da)][_0x34c1b3(0x21e)]);}if(!_0x3239e0[_0x34c1b3(0x21a)](validHosts,_0x329419)){logger[_0x34c1b3(0x1e6)](_0x3239e0['tbBkC']);throw new Error(ERROR_MESSAGES[_0x34c1b3(0x1da)][_0x34c1b3(0x204)]);}const _0x4853a5=_0x3239e0[_0x34c1b3(0x1e5)](parseOnPremHosts,_0x329419);_0x506e9e[_0x34c1b3(0x202)][_0x34c1b3(0x211)]=!![],_0x506e9e['config'][_0x34c1b3(0x203)][_0x34c1b3(0x1fe)]=_0x3239e0[_0x34c1b3(0x1d7)],_0x506e9e[_0x34c1b3(0x202)][_0x34c1b3(0x203)][_0x34c1b3(0x20f)]=_0x4853a5[_0x34c1b3(0x206)](','),helper[_0x34c1b3(0x1d2)](_0x506e9e[_0x34c1b3(0x202)]),await _0x506e9e[_0x34c1b3(0x218)](),logger[_0x34c1b3(0x1d1)](_0x3239e0[_0x34c1b3(0x1dc)]);}catch(_0x379dc3){logger['error'](_0x3239e0[_0x34c1b3(0x20d)]);throw new Error(_0x379dc3[_0x34c1b3(0x1e8)]());}};function a10_0xd41b(){const _0x22bdcd=['trim','string','footer','./constants','describe','../../helpers/BrowserStackSetup','DSNvd','error','integrations','toString','GCCyC','command','exports','eIMcI','443','BrowserStack\x20access\x20key\x20missing.','10ifpGlw','fDJke','../../helpers/logger','bstackAccesskey','GOOYH','replace','type','https','JIgQo','9897699EwqsFq','4743129mHxoGj','connect','BbLjh','map','protocol','localIdentifier','bstack-accesskey','options','epilogue','config','browserStackLocalOptions','invalid','help','join','Hosts\x20not\x20valid','every','oLddR','52944vqSqIy','bstackAccessKey','demandOption','eJRcK','integrations-repeater','only','346dwiknM','browserstackLocal','Connection\x20established\x20successfully.','9419eCinHR','GmvQf','EkLvs','Mvlet','split','setupBrowserstackLocal','hostname','OtooN','kjHCu','Integration\x20hosts\x20missing.','SxbNy','missing','url','info','setProxySettings','66801357vkUmKs','RISBc','port','root','lRZqj','accessKey','../../helpers/helper','hosts','1921692Cyzyjc','FMAiu','3069260ckRNZQ','Failed\x20to\x20establish\x20connection.'];a10_0xd41b=function(){return _0x22bdcd;};return a10_0xd41b();}function run(_0x43faf3){const _0xadfb32=a10_0x251cc6,_0x517fa4={};_0x517fa4[_0xadfb32(0x1f0)]=_0xadfb32(0x1fa),_0x517fa4[_0xadfb32(0x1e9)]='help';const _0x494e04=_0x517fa4;_0x43faf3['usage'](HELP_MESSAGES[_0xadfb32(0x1ea)][_0xadfb32(0x1d6)])['command'](_0x494e04[_0xadfb32(0x1f0)],HELP_MESSAGES['command'][_0xadfb32(0x1fa)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0xadfb32(0x205)](_0x494e04[_0xadfb32(0x1e9)])[_0xadfb32(0x201)](HELP_MESSAGES['command'][_0xadfb32(0x1e1)]);}module[a10_0x251cc6(0x1eb)]=run;
2
+ 'use strict';const a10_0x59eff2=a10_0x3d09;(function(_0x1da2fe,_0x2c51d7){const _0x273975=a10_0x3d09,_0x587e84=_0x1da2fe();while(!![]){try{const _0x1ccc5e=parseInt(_0x273975(0x14e))/0x1*(-parseInt(_0x273975(0x149))/0x2)+-parseInt(_0x273975(0x14d))/0x3+parseInt(_0x273975(0x150))/0x4*(-parseInt(_0x273975(0x145))/0x5)+-parseInt(_0x273975(0x140))/0x6*(parseInt(_0x273975(0x141))/0x7)+-parseInt(_0x273975(0x168))/0x8+-parseInt(_0x273975(0x138))/0x9+-parseInt(_0x273975(0x164))/0xa*(-parseInt(_0x273975(0x14b))/0xb);if(_0x1ccc5e===_0x2c51d7)break;else _0x587e84['push'](_0x587e84['shift']());}catch(_0x31b43d){_0x587e84['push'](_0x587e84['shift']());}}}(a10_0x34d9,0xe31ce));function a10_0x3d09(_0x5c1e3f,_0x1f94ec){const _0x34d902=a10_0x34d9();return a10_0x3d09=function(_0x3d09cc,_0x28e588){_0x3d09cc=_0x3d09cc-0x136;let _0x5bb724=_0x34d902[_0x3d09cc];return _0x5bb724;},a10_0x3d09(_0x5c1e3f,_0x1f94ec);}function a10_0x34d9(){const _0x18b994=['root','rRMiP','hosts','12931920wmEkoc','Ykxsq','bstackAccesskey','UfdMo','info','browserstackLocal','missing','usage','156DGlCSM','416164QrisyL','epilogue','Connection\x20established\x20successfully.','Hosts\x20not\x20valid','8854815RrIsoS','exports','only','string','2957602EkGnsd','every','469491EUwMGO','setupBrowserstackLocal','903909jEcRCk','1HvRkjQ','browserStackLocalOptions','4LFETVS','join','connect','toString','BrowserStack\x20access\x20key\x20missing.','command','../../helpers/BrowserStackSetup','GPXML','error','integrations','split','accessKey','port','GKxzG','options','describe','Failed\x20to\x20establish\x20connection.','config','help','winstonLogger','2150mscjyY','undefined','https:','UKcXS','13699696CESCOb','bstackAccessKey','demandCommand','url','hQJMC','tvUZR','footer','protocol','trim','demandOption','replace','PcJiM','integrations-repeater','fTZaa','./constants','aAhOF','KXnSo','sHcvk','../../helpers/helper','localIdentifier','UeDDF'];a10_0x34d9=function(){return _0x18b994;};return a10_0x34d9();}const {default:BrowserStackSetup}=require(a10_0x59eff2(0x156)),logger=require('../../helpers/logger')[a10_0x59eff2(0x163)],{URL}=require(a10_0x59eff2(0x16b)),helper=require(a10_0x59eff2(0x17a)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a10_0x59eff2(0x176)),validHosts=function(_0xfd2576){const _0x7d85d7=a10_0x59eff2;return _0xfd2576[_0x7d85d7(0x15a)](',')[_0x7d85d7(0x14a)](_0x2baef5=>{const _0x4c25d1=_0x7d85d7;try{new URL(_0x2baef5[_0x4c25d1(0x170)]());}catch(_0x2c1630){return![];}return!![];});},parseOnPremHosts=function(_0x576a0f){const _0x57925f=a10_0x59eff2,_0xddec1c={};_0xddec1c[_0x57925f(0x173)]=function(_0xe2e5bd,_0x2e4e86){return _0xe2e5bd===_0x2e4e86;},_0xddec1c[_0x57925f(0x178)]=_0x57925f(0x166),_0xddec1c[_0x57925f(0x157)]='443',_0xddec1c[_0x57925f(0x15d)]='https';const _0x21c03e=_0xddec1c;return _0x576a0f[_0x57925f(0x15a)](',')['map'](_0x56443a=>{const _0xe21524=_0x57925f,_0x2057a2=new URL(_0x56443a[_0xe21524(0x170)]()),_0x1ddd50=_0x2057a2['hostname'],_0x475678=_0x2057a2[_0xe21524(0x15c)]||(_0x21c03e[_0xe21524(0x173)](_0x2057a2[_0xe21524(0x16f)],_0x21c03e['KXnSo'])?_0x21c03e[_0xe21524(0x157)]:'80'),_0x3f3371=_0x2057a2[_0xe21524(0x16f)][_0xe21524(0x172)](':',''),_0x11f5cf=_0x21c03e[_0xe21524(0x173)](_0x3f3371,_0x21c03e[_0xe21524(0x15d)])?0x1:0x0;return _0x1ddd50+','+_0x475678+','+_0x11f5cf;});},connectCommandBuilder=function(_0x12578){const _0x610a4f=a10_0x59eff2,_0xafd72e={};_0xafd72e['UeDDF']=_0x610a4f(0x148);const _0x298593=_0xafd72e,_0xae495e={};_0xae495e[_0x610a4f(0x15f)]=HELP_MESSAGES['options']['bstackAccessKey'],_0xae495e['type']=_0x298593[_0x610a4f(0x17c)];const _0x520da8={};_0x520da8[_0x610a4f(0x15f)]=HELP_MESSAGES[_0x610a4f(0x15e)][_0x610a4f(0x137)],_0x520da8['type']=_0x298593[_0x610a4f(0x17c)],_0x520da8[_0x610a4f(0x171)]=!![];const _0x2f064d={};return _0x2f064d['bstack-accesskey']=_0xae495e,_0x2f064d['hosts']=_0x520da8,_0x12578[_0x610a4f(0x15e)](_0x2f064d);},connectCommandHandler=async function(_0xb4266c){const _0x37e734=a10_0x59eff2,_0x396629={'UKcXS':_0x37e734(0x159),'Idxlz':function(_0x1922bd,_0x10a277){return _0x1922bd===_0x10a277;},'sHcvk':_0x37e734(0x165),'AHvbB':_0x37e734(0x154),'hQJMC':function(_0x377a51,_0x4696fb){return _0x377a51===_0x4696fb;},'aAhOF':'Integration\x20hosts\x20missing.','tvUZR':function(_0x45057c,_0x519731){return _0x45057c(_0x519731);},'UfdMo':_0x37e734(0x144),'bEgFK':function(_0x503572,_0x35d3b0){return _0x503572(_0x35d3b0);},'Ykxsq':_0x37e734(0x174),'WazZk':_0x37e734(0x143),'WOQGX':_0x37e734(0x160)};try{const _0x33cf15=new BrowserStackSetup(_0xb4266c,_0x396629[_0x37e734(0x167)]);_0xb4266c[_0x37e734(0x13a)]&&(_0x33cf15[_0x37e734(0x161)][_0x37e734(0x15b)]=_0xb4266c[_0x37e734(0x13a)]);if(_0x396629['Idxlz'](typeof _0x33cf15[_0x37e734(0x161)][_0x37e734(0x15b)],_0x396629[_0x37e734(0x179)])){logger[_0x37e734(0x158)](_0x396629['AHvbB']);throw new Error(ERROR_MESSAGES[_0x37e734(0x169)]['missing']);}const _0x2adeb2=_0xb4266c['hosts'];if(_0x396629[_0x37e734(0x16c)](typeof _0x2adeb2,_0x396629['sHcvk'])){logger['error'](_0x396629[_0x37e734(0x177)]);throw new Error(ERROR_MESSAGES[_0x37e734(0x137)][_0x37e734(0x13e)]);}if(!_0x396629[_0x37e734(0x16d)](validHosts,_0x2adeb2)){logger[_0x37e734(0x158)](_0x396629[_0x37e734(0x13b)]);throw new Error(ERROR_MESSAGES[_0x37e734(0x137)]['invalid']);}const _0x578ead=_0x396629['bEgFK'](parseOnPremHosts,_0x2adeb2);_0x33cf15[_0x37e734(0x161)][_0x37e734(0x13d)]=!![],_0x33cf15['config'][_0x37e734(0x14f)][_0x37e734(0x17b)]=_0x396629[_0x37e734(0x139)],_0x33cf15[_0x37e734(0x161)][_0x37e734(0x14f)][_0x37e734(0x147)]=_0x578ead[_0x37e734(0x151)](','),helper['setProxySettings'](_0x33cf15[_0x37e734(0x161)]),await _0x33cf15[_0x37e734(0x14c)](),logger[_0x37e734(0x13c)](_0x396629['WazZk']);}catch(_0xdaa87f){logger[_0x37e734(0x158)](_0x396629['WOQGX']);throw new Error(_0xdaa87f[_0x37e734(0x153)]());}};function run(_0x378cbc){const _0x31d43b=a10_0x59eff2,_0x3544a1={};_0x3544a1[_0x31d43b(0x175)]=_0x31d43b(0x152),_0x3544a1['rRMiP']=_0x31d43b(0x162);const _0x16ac55=_0x3544a1;_0x378cbc[_0x31d43b(0x13f)](HELP_MESSAGES[_0x31d43b(0x155)][_0x31d43b(0x17d)])[_0x31d43b(0x155)](_0x16ac55[_0x31d43b(0x175)],HELP_MESSAGES['command'][_0x31d43b(0x152)],connectCommandBuilder,connectCommandHandler)[_0x31d43b(0x16a)]()[_0x31d43b(0x162)](_0x16ac55[_0x31d43b(0x136)])[_0x31d43b(0x142)](HELP_MESSAGES[_0x31d43b(0x155)][_0x31d43b(0x16e)]);}module[a10_0x59eff2(0x146)]=run;
@@ -1 +1 @@
1
- var a11_0x44e5e1=a11_0x1284;(function(_0x14343b,_0x223938){var _0x55591f=a11_0x1284,_0x2eaa75=_0x14343b();while(!![]){try{var _0x292fab=parseInt(_0x55591f(0xa8))/0x1*(parseInt(_0x55591f(0xb4))/0x2)+-parseInt(_0x55591f(0xbd))/0x3+-parseInt(_0x55591f(0xaf))/0x4+-parseInt(_0x55591f(0xa5))/0x5*(parseInt(_0x55591f(0xb6))/0x6)+parseInt(_0x55591f(0xbc))/0x7*(parseInt(_0x55591f(0xbb))/0x8)+parseInt(_0x55591f(0xb1))/0x9*(parseInt(_0x55591f(0xa7))/0xa)+-parseInt(_0x55591f(0xb5))/0xb*(-parseInt(_0x55591f(0xae))/0xc);if(_0x292fab===_0x223938)break;else _0x2eaa75['push'](_0x2eaa75['shift']());}catch(_0x196e07){_0x2eaa75['push'](_0x2eaa75['shift']());}}}(a11_0x402a,0x65964));var a11_0x428b6a={};a11_0x428b6a[a11_0x44e5e1(0xba)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a11_0x428b6a[a11_0x44e5e1(0xb0)]=a11_0x44e5e1(0xac);var a11_0x357d7b={};a11_0x357d7b['root']=a11_0x44e5e1(0xb7),a11_0x357d7b['connect']=a11_0x44e5e1(0xb3),a11_0x357d7b[a11_0x44e5e1(0xab)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a11_0xaf532d={};function a11_0x402a(){var _0x30ee16=['BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','1752AvdsMh','53552EnHbQZ','hosts','9dikohx','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','1448jsVJHm','14322BcxpLz','126870hnZAIm','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','ERROR_MESSAGES','invalid','bstackAccessKey','15672pKYKFD','1015xtABZH','1104630wTAAKq','110CsvSUw','command','603970jXDlfa','1006wspXjb','HELP_MESSAGES','missing','footer','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.'];a11_0x402a=function(){return _0x30ee16;};return a11_0x402a();}a11_0xaf532d['options']=a11_0x428b6a,a11_0xaf532d[a11_0x44e5e1(0xa6)]=a11_0x357d7b,exports[a11_0x44e5e1(0xa9)]=a11_0xaf532d;var a11_0x34bdbb={};a11_0x34bdbb[a11_0x44e5e1(0xaa)]=a11_0x44e5e1(0xad);function a11_0x1284(_0x38aa41,_0x467398){var _0x402ac5=a11_0x402a();return a11_0x1284=function(_0x12849e,_0x5ad759){_0x12849e=_0x12849e-0xa5;var _0x2c148e=_0x402ac5[_0x12849e];return _0x2c148e;},a11_0x1284(_0x38aa41,_0x467398);}var a11_0x2c1259={};a11_0x2c1259[a11_0x44e5e1(0xaa)]=a11_0x44e5e1(0xb2),a11_0x2c1259[a11_0x44e5e1(0xb9)]='Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a11_0x3f4322={};a11_0x3f4322[a11_0x44e5e1(0xba)]=a11_0x34bdbb,a11_0x3f4322[a11_0x44e5e1(0xb0)]=a11_0x2c1259,exports[a11_0x44e5e1(0xb8)]=a11_0x3f4322;
1
+ var a11_0x17dc28=a11_0x1da9;(function(_0x199458,_0x1c54b4){var _0x262ed1=a11_0x1da9,_0x4b7bb0=_0x199458();while(!![]){try{var _0x5f84e6=-parseInt(_0x262ed1(0xe5))/0x1*(-parseInt(_0x262ed1(0xdf))/0x2)+-parseInt(_0x262ed1(0xe7))/0x3+-parseInt(_0x262ed1(0xd7))/0x4*(parseInt(_0x262ed1(0xd4))/0x5)+parseInt(_0x262ed1(0xdb))/0x6*(parseInt(_0x262ed1(0xea))/0x7)+parseInt(_0x262ed1(0xde))/0x8+-parseInt(_0x262ed1(0xd5))/0x9*(-parseInt(_0x262ed1(0xe0))/0xa)+parseInt(_0x262ed1(0xe3))/0xb;if(_0x5f84e6===_0x1c54b4)break;else _0x4b7bb0['push'](_0x4b7bb0['shift']());}catch(_0x4573a6){_0x4b7bb0['push'](_0x4b7bb0['shift']());}}}(a11_0x4e8a,0xa02f4));var a11_0x200bfe={};a11_0x200bfe[a11_0x17dc28(0xe9)]=a11_0x17dc28(0xd6),a11_0x200bfe[a11_0x17dc28(0xe2)]=a11_0x17dc28(0xdc);var a11_0x3263fb={};a11_0x3263fb[a11_0x17dc28(0xed)]=a11_0x17dc28(0xec),a11_0x3263fb[a11_0x17dc28(0xe1)]=a11_0x17dc28(0xe4),a11_0x3263fb[a11_0x17dc28(0xe8)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';function a11_0x4e8a(){var _0x30f0b4=['Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','root','3536995StmuhP','4371579XPFOos','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','4jsEzCD','options','invalid','missing','6AWYsox','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','2167872qtnpzz','3148xOUUqv','10mVtVWo','connect','hosts','9918348MjxWqf','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','29cODndK','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','3663105DcHmNW','footer','bstackAccessKey','6163647wLkzmG','ERROR_MESSAGES'];a11_0x4e8a=function(){return _0x30f0b4;};return a11_0x4e8a();}var a11_0x4f1388={};a11_0x4f1388[a11_0x17dc28(0xd8)]=a11_0x200bfe,a11_0x4f1388['command']=a11_0x3263fb,exports['HELP_MESSAGES']=a11_0x4f1388;var a11_0x251530={};a11_0x251530[a11_0x17dc28(0xda)]=a11_0x17dc28(0xdd);var a11_0x3603d1={};function a11_0x1da9(_0x20581f,_0x1de8c5){var _0x4e8a78=a11_0x4e8a();return a11_0x1da9=function(_0x1da95f,_0x70f35c){_0x1da95f=_0x1da95f-0xd4;var _0x1c7f07=_0x4e8a78[_0x1da95f];return _0x1c7f07;},a11_0x1da9(_0x20581f,_0x1de8c5);}a11_0x3603d1[a11_0x17dc28(0xda)]=a11_0x17dc28(0xe6),a11_0x3603d1[a11_0x17dc28(0xd9)]='Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a11_0x36c4b3={};a11_0x36c4b3[a11_0x17dc28(0xe9)]=a11_0x251530,a11_0x36c4b3[a11_0x17dc28(0xe2)]=a11_0x3603d1,exports[a11_0x17dc28(0xeb)]=a11_0x36c4b3;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x53b573=a12_0x46fb;(function(_0x4aab51,_0x1f3c3f){const _0x2e8cf5=a12_0x46fb,_0x1f795d=_0x4aab51();while(!![]){try{const _0x16aa1e=-parseInt(_0x2e8cf5(0x192))/0x1*(parseInt(_0x2e8cf5(0x1ce))/0x2)+-parseInt(_0x2e8cf5(0x173))/0x3+parseInt(_0x2e8cf5(0x1c0))/0x4*(parseInt(_0x2e8cf5(0x15e))/0x5)+-parseInt(_0x2e8cf5(0x196))/0x6*(-parseInt(_0x2e8cf5(0x1e5))/0x7)+parseInt(_0x2e8cf5(0x1c4))/0x8+parseInt(_0x2e8cf5(0x1cd))/0x9+-parseInt(_0x2e8cf5(0x172))/0xa;if(_0x16aa1e===_0x1f3c3f)break;else _0x1f795d['push'](_0x1f795d['shift']());}catch(_0x2b48e1){_0x1f795d['push'](_0x1f795d['shift']());}}}(a12_0x2127,0xd905f));const fs=require('fs'),path=require(a12_0x53b573(0x1d1)),util=require('util'),{spawn}=require(a12_0x53b573(0x156)),logger=require('../../helpers/logger')[a12_0x53b573(0x15c)],{default:BrowserStackSetup}=require(a12_0x53b573(0x16b)),helper=require(a12_0x53b573(0x1b2)),constants=require(a12_0x53b573(0x1d5)),accessibilityHelper=require(a12_0x53b573(0x1bb)),{updateTestRerunConfig}=require(a12_0x53b573(0x15b)),testOpsHelper=require('../../helpers/test-observability/utils'),SessionHandler=require(a12_0x53b573(0x1a1)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a12_0x53b573(0x161)),TestHubHandler=require(a12_0x53b573(0x1ba)),testhubUtils=require(a12_0x53b573(0x185)),{FRAMEWORKS}=require(a12_0x53b573(0x1de)),getUserJestConfigs=(_0x5c6477,_0x58c571)=>{const _0xcabcc3=a12_0x53b573,_0x1e9937={'JKktP':function(_0x1ac586,_0x10c6e7){return _0x1ac586(_0x10c6e7);},'KoCAM':function(_0x2a2455,_0x25ed2f){return _0x2a2455||_0x25ed2f;},'OUeZR':function(_0x1e5718,_0x2b8a7f){return _0x1e5718(_0x2b8a7f);},'lsNIu':_0xcabcc3(0x191),'jnygv':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','EzFLn':_0xcabcc3(0x174),'pNSFc':'cjs','UgRyQ':_0xcabcc3(0x158),'YcgnX':function(_0x50fab8,_0x35fe87){return _0x50fab8(_0x35fe87);}},_0x51089c=_0x58c571[_0xcabcc3(0x1ac)](_0x4d0caa=>_0x4d0caa===_0xcabcc3(0x1dd));if(!helper[_0xcabcc3(0x18d)](_0x5c6477[_0xcabcc3(0x1a7)])){logger['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x5c6477['config']);const _0x5b6350=_0x1e9937[_0xcabcc3(0x16d)](require,path['resolve'](_0x5c6477[_0xcabcc3(0x1a7)]));return _0x58c571['splice'](_0x51089c,0x2),_0x1e9937[_0xcabcc3(0x194)](_0x5b6350,{});}const _0x4a2d7a=_0x1e9937[_0xcabcc3(0x18e)](require,path[_0xcabcc3(0x1cc)](process['cwd'](),_0x1e9937[_0xcabcc3(0x1b0)]));if(_0x4a2d7a[_0xcabcc3(0x1c1)])return logger[_0xcabcc3(0x180)](_0x1e9937[_0xcabcc3(0x1e0)]),_0x4a2d7a[_0xcabcc3(0x1c1)];const _0x5096c8=['js',_0x1e9937[_0xcabcc3(0x166)],_0x1e9937[_0xcabcc3(0x17b)],_0x1e9937[_0xcabcc3(0x182)],'ts'];for(const _0x3341b6 of _0x5096c8){const _0x1e5a68=path[_0xcabcc3(0x1cc)](process[_0xcabcc3(0x1b6)](),_0xcabcc3(0x1c3)+_0x3341b6);if(fs[_0xcabcc3(0x1b4)](_0x1e5a68))return _0x1e9937[_0xcabcc3(0x19a)](require,_0x1e5a68);}return{};},getSerial=(_0x488e8b,_0x574413)=>{const _0x96492c=a12_0x53b573,_0x54b201={};_0x54b201[_0x96492c(0x1d9)]='true',_0x54b201['hiokN']=function(_0x1053ac,_0x55a8c5){return _0x1053ac>_0x55a8c5;},_0x54b201['HEPhI']=function(_0x2eca84,_0x199b24){return _0x2eca84>_0x199b24;},_0x54b201[_0x96492c(0x1ab)]='false';const _0x1bee9d=_0x54b201;let _0x18dae9=_0x1bee9d[_0x96492c(0x1d9)];return _0x1bee9d[_0x96492c(0x183)](_0x488e8b[_0x96492c(0x1b1)],0x1)&&(!_0x574413[_0x96492c(0x188)]&&(helper[_0x96492c(0x18d)](_0x574413['maxWorkers'])||_0x1bee9d[_0x96492c(0x1d0)](_0x574413['maxWorkers'],0x1)))&&(_0x18dae9=_0x1bee9d[_0x96492c(0x1ab)]),_0x18dae9;},getMaxWorkers=(_0xb23d20,_0x44b7a6,_0x1916e4)=>{const _0x513270=a12_0x53b573,_0x1e1a36={'junJL':function(_0x2a14aa,_0x1996a1){return _0x2a14aa(_0x1996a1);}};let _0x18f064=0x1;if(!helper[_0x513270(0x18d)](_0x44b7a6['parallelsPerPlatform']))_0x18f064=_0x1e1a36[_0x513270(0x1e3)](parseInt,_0x44b7a6['parallelsPerPlatform']);else{if(!helper[_0x513270(0x18d)](_0xb23d20['maxWorkers']))_0x18f064=_0xb23d20[_0x513270(0x19d)];else!helper[_0x513270(0x18d)](_0x1916e4[_0x513270(0x19d)])&&(_0x18f064=_0x1916e4[_0x513270(0x19d)]);}return _0x18f064;};function a12_0x2127(){const _0x554b1b=['VOOXr','/test-observability/data-hooks.js','env','getPackageType','--config','../../helpers/test-observability/constants','proxySettings','jnygv','qIVyM','testTimeout','junJL','gEyHf','5131vfnpdc','/test_before.setup.js','testEnvironmentOptions','hwWHP','testObservability','child_process','prepareCapabilities','json','capabilities','LOOmX','./test-observability/helper','winstonLogger','skipSessionName','5SvAqrt','zNBLu','qyzck','../../helpers/percy/utils','QBHgQ','exports','Unable\x20to\x20find\x20jest-circus,\x20','debug','EzFLn','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','lcvjE',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','handleApp','../../helpers/BrowserStackSetup','BJLHl','JKktP','testEnvironment','getHubUrl','format','stringify','5876740sZhqjA','4509252ZZRTWC','mjs','setupFiles','quxXB','testRunner','jest_browserstack.config.js','YVjQN','const\x20config=','pNSFc','stop','dQQBK','BSTACK_JEST_TEST_ENV','accessibilityOptions','info','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','UgRyQ','hiokN','child\x20process\x20exited\x20with\x20code\x20','../../helpers/testhub/utils','markSDKSetupComplete','close','runInBand','printBuildLink','unlinkSync','jest_browserstack.config.cjs','BtFUe','isUndefined','OUeZR','BROWSERSTACK_TEST_OBSERVABILITY_YML','nSRuG','package.json','12JjzZmB','BROWSERSTACK_TEST_ACCESSIBILITY_YML','KoCAM','reporters','2496taFoKi','initialize','parallels__','testContextOptions','YcgnX','\x20:\x20','KvBxl','maxWorkers','assign','test','Deleting\x20','../../helpers/test-observability/sessionHandler','cqtmf','MODULE','parse','rmNyy','JEST','config','/jest.setup.js','accessibility','/customImplements/customEnvironment.js','RgZKO','findIndex','/customImplements/customCircus.js','vLSLr','skipSessionStatus','lsNIu','length','../../helpers/helper','launchBuild','existsSync','push','cwd','setupFilesAfterEnv','inherit','writeFileSync','../../helpers/testhub/testhubHandler','../../helpers/accessibility-automation/helper','exitCode','errorMessage','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','/customImplements/customTestRunner.js','5643236KSmQeT','jest','readFileSync','jest.config.','1541912qZvlNB','checkAccessibilityPlatformConfig','runner','true','Error\x20while\x20parsing\x20','platform','platforms','turboScaleUrl','join','15262605wLomBD','104106wddTAo','msNMO','HEPhI','path','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','isBrowserstackInfra','slice','../utils/constants','Creating\x20','requireSeleniumWebdriver','\x20with\x20browserstack\x20jest\x20configs'];a12_0x2127=function(){return _0x554b1b;};return a12_0x2127();}function a12_0x46fb(_0x297961,_0x2a8dc4){const _0x212734=a12_0x2127();return a12_0x46fb=function(_0x46fbe7,_0x3bd038){_0x46fbe7=_0x46fbe7-0x152;let _0x39023c=_0x212734[_0x46fbe7];return _0x39023c;},a12_0x46fb(_0x297961,_0x2a8dc4);}async function run(_0x5eae42,_0x238915){const _0x330f62=a12_0x53b573,_0x3c1a39={'quxXB':_0x330f62(0x1c1),'zNBLu':function(_0x5c4c09,_0x1d1b62){return _0x5c4c09(_0x1d1b62);},'DOrIs':function(_0x32f7bc,_0x38ee88){return _0x32f7bc!=_0x38ee88;},'lcvjE':_0x330f62(0x1c7),'qIVyM':function(_0x1d3cc1,_0x37c627,_0x19f048){return _0x1d3cc1(_0x37c627,_0x19f048);},'BJLHl':_0x330f62(0x181),'nSRuG':function(_0x53e010,_0x365fca,_0x529737){return _0x53e010(_0x365fca,_0x529737);},'LOOmX':function(_0x37df92,_0x4d9708,_0x4b824a,_0x48cd0a){return _0x37df92(_0x4d9708,_0x4b824a,_0x48cd0a);},'rmNyy':function(_0x33c41b,_0x4da677){return _0x33c41b*_0x4da677;},'QBHgQ':function(_0x4a2716,_0xe7f4f1){return _0x4a2716===_0xe7f4f1;},'BtFUe':_0x330f62(0x18b),'iPbxc':_0x330f62(0x178),'cqtmf':'customImplements','YVjQN':'jest_browserstack_results.json','KvBxl':_0x330f62(0x167),'vLSLr':function(_0xbed3e3,_0x1c1fb7){return _0xbed3e3(_0x1c1fb7);},'qyzck':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','YNdoG':'default','msNMO':function(_0x1041bc,_0x90339,_0x1ad51c){return _0x1041bc(_0x90339,_0x1ad51c);},'zAaVT':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','hwWHP':'jest.cmd','gEyHf':_0x330f62(0x1dd),'dQQBK':_0x330f62(0x1b8),'AMZAj':_0x330f62(0x187)},_0x311d73=new BrowserStackSetup(_0x5eae42,_0x3c1a39[_0x330f62(0x176)]);helper[_0x330f62(0x1d3)]()&&(await _0x311d73[_0x330f62(0x197)](),await helper[_0x330f62(0x16a)](_0x311d73[_0x330f62(0x1a7)]));if(!_0x311d73[_0x330f62(0x1a7)])return;_0x3c1a39['DOrIs'](_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x155)],null)?process[_0x330f62(0x1db)][_0x330f62(0x18f)]=_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x155)]:process[_0x330f62(0x1db)][_0x330f62(0x18f)]=_0x3c1a39[_0x330f62(0x168)];const _0x4fe81d=_0x3c1a39[_0x330f62(0x1e1)](getUserJestConfigs,_0x5eae42,_0x238915);logger[_0x330f62(0x180)](_0x3c1a39[_0x330f62(0x16c)]);const _0x109d5a=Object['assign']({},_0x4fe81d);_0x109d5a[_0x330f62(0x153)]=Object[_0x330f62(0x19e)]({},_0x109d5a[_0x330f62(0x153)],{'server':helper[_0x330f62(0x16f)](_0x311d73[_0x330f62(0x1a7)]),'environment':_0x4fe81d[_0x330f62(0x16e)]}),_0x109d5a[_0x330f62(0x153)]['browserStackPercyOptions']=_0x3c1a39[_0x330f62(0x15f)](getPercyOptions,_0x311d73[_0x330f62(0x1a7)]);const _0xb10208=helper['useW3C'](_0x311d73[_0x330f62(0x1a7)]),_0x4da905=helper[_0x330f62(0x157)](_0x311d73['config'],_0xb10208,constants['FRAMEWORKS'][_0x330f62(0x1a6)]);!helper[_0x330f62(0x18d)](_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x17f)])&&(process[_0x330f62(0x1db)][_0x330f62(0x1be)]=JSON[_0x330f62(0x171)](_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x17f)]));let _0x481042=_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x1a9)];_0x481042=_0x481042||accessibilityHelper[_0x330f62(0x1c5)](_0x311d73['config']),process[_0x330f62(0x1db)][_0x330f62(0x193)]=_0x481042,_0x109d5a[_0x330f62(0x153)][_0x330f62(0x159)]=_0x4da905,_0x109d5a[_0x330f62(0x153)]['serial__']=_0x3c1a39[_0x330f62(0x190)](getSerial,_0x4da905,_0x5eae42),_0x109d5a[_0x330f62(0x153)][_0x330f62(0x198)]=_0x3c1a39[_0x330f62(0x15a)](getMaxWorkers,_0x5eae42,_0x311d73[_0x330f62(0x1a7)],_0x4fe81d),_0x109d5a[_0x330f62(0x153)][_0x330f62(0x1df)]=_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x1df)],_0x109d5a[_0x330f62(0x153)]['timeout__']=_0x3c1a39[_0x330f62(0x1a5)](_0x5eae42[_0x330f62(0x1e2)],0x1)||0x1388,_0x109d5a[_0x330f62(0x153)][_0x330f62(0x15d)]=_0x311d73['config'][_0x330f62(0x199)][_0x330f62(0x15d)],_0x109d5a[_0x330f62(0x153)][_0x330f62(0x1af)]=_0x311d73['config'][_0x330f62(0x199)][_0x330f62(0x1af)],_0x109d5a['testEnvironmentOptions']['browserStackLogLevel']=_0x311d73[_0x330f62(0x1a7)]['logLevel'],_0x109d5a[_0x330f62(0x153)]['turboScaleUrl']=_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x1cb)],_0x109d5a[_0x330f62(0x153)]['platformCaps']=_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x1ca)];let _0xa6e830='';_0x3c1a39[_0x330f62(0x162)](helper[_0x330f62(0x1dc)](),constants['PACKAGE_TYPE'][_0x330f62(0x1a3)])?_0xa6e830=_0x3c1a39[_0x330f62(0x18c)]:_0xa6e830=_0x3c1a39['iPbxc'];const _0xa29c6c=_0xa6e830,_0x5f0141=path[_0x330f62(0x1cc)](__dirname,_0x3c1a39[_0x330f62(0x1a2)],_0x3c1a39[_0x330f62(0x179)]),_0x3a4120=__dirname+_0x330f62(0x1bf),_0x532452=__dirname+'/customImplements/customTestRunnerTemplate.js';_0x109d5a[_0x330f62(0x16e)]&&(process['env'][_0x330f62(0x17e)]=_0x109d5a[_0x330f62(0x16e)]);_0x109d5a['testEnvironment']=__dirname+_0x330f62(0x1aa),_0x109d5a[_0x330f62(0x1c6)]=_0x3a4120,_0x109d5a[_0x330f62(0x1b7)]=_0x109d5a[_0x330f62(0x1b7)]||[],_0x109d5a[_0x330f62(0x1b7)][_0x330f62(0x1b5)](__dirname+_0x330f62(0x1a8));if(testhubUtils['shouldProcessEventForTesthub']()){let _0x119f22=null;try{_0x119f22=helper['requireModule'](_0x3c1a39[_0x330f62(0x19c)]);}catch(_0x32ea50){_0x3c1a39[_0x330f62(0x1ae)](debug,_0x330f62(0x164)+_0x32ea50);}_0x119f22&&(_0x109d5a[_0x330f62(0x1b7)]['push'](__dirname+_0x330f62(0x1da)),_0x109d5a[_0x330f62(0x177)]=__dirname+_0x330f62(0x1ad));}_0x109d5a[_0x330f62(0x175)]=_0x109d5a[_0x330f62(0x175)]||[];try{helper[_0x330f62(0x1d7)](),_0x109d5a[_0x330f62(0x175)][_0x330f62(0x1b5)](__dirname+_0x330f62(0x152));}catch{logger[_0x330f62(0x165)](_0x3c1a39[_0x330f62(0x160)]);}_0x109d5a[_0x330f62(0x195)]=_0x109d5a[_0x330f62(0x195)]||[_0x3c1a39['YNdoG']],_0x3c1a39[_0x330f62(0x1cf)](updateTestRerunConfig,_0x109d5a,_0x311d73);const _0x21bc2d=fs[_0x330f62(0x1c2)](_0x532452);fs[_0x330f62(0x1b9)](_0x109d5a[_0x330f62(0x1c6)],'\x0a\x20\x20\x20\x20'+_0x21bc2d+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x311d73[_0x330f62(0x1a7)][_0x330f62(0x1ca)][_0x330f62(0x1b1)]+_0x330f62(0x169)),logger[_0x330f62(0x180)](_0x330f62(0x1d6)+_0xa29c6c+_0x330f62(0x1d8)),fs['writeFileSync'](_0xa29c6c,_0x330f62(0x17a)+JSON[_0x330f62(0x171)](_0x109d5a)+'\x0amodule.exports\x20=\x20config;'),logger[_0x330f62(0x180)](_0x3c1a39['zAaVT']);const _0x12bac6=await TestHubHandler[_0x330f62(0x1b3)](FRAMEWORKS[_0x330f62(0x1a6)],_0x311d73);testhubUtils['shouldProcessEventForTesthub']()&&TestDetails['setup']();helper['filterBrowserstackConfig']({},_0x238915),helper[_0x330f62(0x186)]();const _0x750ec8=_0x3c1a39[_0x330f62(0x15a)](spawn,/^win/[_0x330f62(0x19f)](process[_0x330f62(0x1c9)])?_0x3c1a39[_0x330f62(0x154)]:_0x3c1a39[_0x330f62(0x176)],[_0x3c1a39[_0x330f62(0x1e4)],_0xa29c6c,..._0x238915[_0x330f62(0x1d4)](0x1)],{'stdio':_0x3c1a39[_0x330f62(0x17d)],'env':Object[_0x330f62(0x19e)]({},process['env'])});_0x750ec8['on'](_0x3c1a39['AMZAj'],async _0x181a88=>{const _0x290116=_0x330f62;process[_0x290116(0x1bc)]=_0x181a88,logger[_0x290116(0x165)](_0x290116(0x184)+_0x181a88),logger[_0x290116(0x180)](_0x290116(0x1a0)+_0xa29c6c);let _0xe38911=null;if(fs[_0x290116(0x1b4)](_0x5f0141)){_0xe38911=fs[_0x290116(0x1c2)](_0x5f0141);try{_0xe38911=JSON[_0x290116(0x1a4)](_0xe38911);}catch(_0x3673e8){logger[_0x290116(0x165)](_0x290116(0x1c8)+_0x5f0141+',\x20'+_0xe38911+_0x290116(0x19b)+_0x3673e8);}fs[_0x290116(0x18a)](_0x5f0141);}fs[_0x290116(0x18a)](_0xa29c6c),fs[_0x290116(0x18a)](_0x3a4120),_0xe38911&&(_0x311d73[_0x290116(0x1bd)]=helper['getErrorMessageFromResults'](_0xe38911,_0x3c1a39[_0x290116(0x176)],_0x311d73));try{await TestHubHandler[_0x290116(0x17c)]();}catch(_0x17b09b){console['log'](_0x17b09b),_0x3c1a39['zNBLu'](debug,_0x290116(0x1d2)+util[_0x290116(0x170)](_0x17b09b));}testOpsHelper[_0x290116(0x189)](),TestDetails['shutdown'](),await helper['finalExecution'](_0x311d73);});}module[a12_0x53b573(0x163)]=run;
2
+ 'use strict';const a12_0x2beb94=a12_0x5bbc;(function(_0x1ae001,_0xa23422){const _0x384d40=a12_0x5bbc,_0x53b123=_0x1ae001();while(!![]){try{const _0x35347a=-parseInt(_0x384d40(0x101))/0x1+parseInt(_0x384d40(0x12d))/0x2+-parseInt(_0x384d40(0x15d))/0x3*(parseInt(_0x384d40(0x145))/0x4)+parseInt(_0x384d40(0xef))/0x5*(-parseInt(_0x384d40(0x105))/0x6)+-parseInt(_0x384d40(0x11f))/0x7+-parseInt(_0x384d40(0x170))/0x8+parseInt(_0x384d40(0x107))/0x9*(parseInt(_0x384d40(0x162))/0xa);if(_0x35347a===_0xa23422)break;else _0x53b123['push'](_0x53b123['shift']());}catch(_0x572248){_0x53b123['push'](_0x53b123['shift']());}}}(a12_0xe29b,0xab8a1));function a12_0xe29b(){const _0x4538cf=['iPXtM','length','\x20:\x20','stop','Getting\x20your\x20jest\x20configs\x20from\x20package.json','errorMessage','iwIts','MOwes','aGfBb','platforms','runner','uwICi','cjs','3454885cReTYw','Creating\x20','WBJpt','testTimeout','setup','filterBrowserstackConfig','getPackageType','platformCaps','format','setupFilesAfterEnv','testEnvironment','push','VZwKR','jest','ellax','launchBuild','maxWorkers','jest.config.','325548VPghhe','./test-observability/test-details','../../helpers/test-observability/utils','default','12gtFGHl','../utils/constants','770013XWxdGL','customImplements',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','testObservability','isUndefined','../../helpers/logger','DUeep','/test_before.setup.js','unlinkSync','NIqMJ','DNZRn','nNvfa','PACKAGE_TYPE','resolve','join','mjs','./test-observability/helper','requireModule','handleApp','serial__','XaMRo','nprEN','JFLcl','config','9610475itwrur','testRunner','prepareCapabilities','debug','jest_browserstack.config.cjs','logLevel','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','writeFileSync','isBrowserstackInfra','false','readFileSync','BOmCL','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','runInBand','2619972HfwFey','IpGUg','XatLW','accessibility','testContextOptions','BSTACK_JEST_TEST_ENV','JEST','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Unable\x20to\x20find\x20jest-circus,\x20','env','findIndex','UmPfi','OjzJC','skipSessionStatus','cwd','jest_browserstack.config.js','package.json','markSDKSetupComplete','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','true','../../helpers/testhub/testhubHandler','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','UaHLT','/test-observability/data-hooks.js','652wnaIQb','/jest.setup.js','shouldProcessEventForTesthub','reporters','Getting\x20your\x20jest\x20configs\x20from\x20','FRAMEWORKS','browserStackLogLevel','ulDjV','proxySettings','pnvaz','setupFiles','getHubUrl','Error\x20while\x20parsing\x20','info','initialize','testEnvironmentOptions','parse','Ezzfo','pbwzd','BROWSERSTACK_TEST_OBSERVABILITY_YML','sTqxx','../../helpers/helper','--config','getErrorMessageFromResults','3651cgtTlm','close','timeout__','VgyPO','BVQSt','450JNjTKg','platform','/customImplements/customTestRunnerTemplate.js','stringify','../../helpers/test-observability/sessionHandler','exports','../../helpers/percy/utils','/customImplements/customCircus.js','requireSeleniumWebdriver','accessibilityOptions','MODULE','printBuildLink','/customImplements/customTestRunner.js','useW3C','9429024XtMoeq','assign','../../helpers/testhub/utils','exitCode','const\x20config=','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','path','log','parallelsPerPlatform','NNWZI','skipSessionName','nXNvB','util','existsSync','jest_browserstack_results.json'];a12_0xe29b=function(){return _0x4538cf;};return a12_0xe29b();}function a12_0x5bbc(_0xec53a6,_0x3bc5ac){const _0xe29b69=a12_0xe29b();return a12_0x5bbc=function(_0x5bbc27,_0x17d54b){_0x5bbc27=_0x5bbc27-0xef;let _0x707d92=_0xe29b69[_0x5bbc27];return _0x707d92;},a12_0x5bbc(_0xec53a6,_0x3bc5ac);}const fs=require('fs'),path=require(a12_0x2beb94(0x176)),util=require(a12_0x2beb94(0x17c)),{spawn}=require('child_process'),logger=require(a12_0x2beb94(0x10c))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a12_0x2beb94(0x15a)),constants=require(a12_0x2beb94(0x106)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require(a12_0x2beb94(0x117)),testOpsHelper=require(a12_0x2beb94(0x103)),SessionHandler=require(a12_0x2beb94(0x166)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a12_0x2beb94(0x102)),{getPercyOptions}=require(a12_0x2beb94(0x168)),TestHubHandler=require(a12_0x2beb94(0x141)),testhubUtils=require(a12_0x2beb94(0x172)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),getUserJestConfigs=(_0x498239,_0x5610c1)=>{const _0x338b76=a12_0x2beb94,_0xa40701={'DUeep':function(_0x213eb3,_0x1c7f15){return _0x213eb3(_0x1c7f15);},'OjzJC':function(_0x1c38cb,_0x2f96c5){return _0x1c38cb||_0x2f96c5;},'NIqMJ':_0x338b76(0x13d),'BVQSt':_0x338b76(0x183),'nNvfa':_0x338b76(0x116),'pbwzd':_0x338b76(0x18b),'DNZRn':'json'},_0xa8249f=_0x5610c1[_0x338b76(0x137)](_0x355291=>_0x355291===_0x338b76(0x15b));if(!helper[_0x338b76(0x10b)](_0x498239['config'])){logger[_0x338b76(0x152)](_0x338b76(0x149)+_0x498239[_0x338b76(0x11e)]);const _0x23479b=_0xa40701['DUeep'](require,path[_0x338b76(0x114)](_0x498239[_0x338b76(0x11e)]));return _0x5610c1['splice'](_0xa8249f,0x2),_0xa40701[_0x338b76(0x139)](_0x23479b,{});}const _0x3a1f68=_0xa40701['DUeep'](require,path[_0x338b76(0x115)](process[_0x338b76(0x13b)](),_0xa40701[_0x338b76(0x110)]));if(_0x3a1f68[_0x338b76(0xfc)])return logger['info'](_0xa40701[_0x338b76(0x161)]),_0x3a1f68['jest'];const _0x207d39=['js',_0xa40701[_0x338b76(0x112)],_0xa40701[_0x338b76(0x157)],_0xa40701[_0x338b76(0x111)],'ts'];for(const _0x16e307 of _0x207d39){const _0x414d0d=path[_0x338b76(0x115)](process['cwd'](),_0x338b76(0x100)+_0x16e307);if(fs['existsSync'](_0x414d0d))return _0xa40701[_0x338b76(0x10d)](require,_0x414d0d);}return{};},getSerial=(_0x43c026,_0x51ec03)=>{const _0x434685=a12_0x2beb94,_0x1a0b07={};_0x1a0b07['ulDjV']=_0x434685(0x140),_0x1a0b07[_0x434685(0x17f)]=function(_0x3f67ab,_0x4ffc57){return _0x3f67ab>_0x4ffc57;},_0x1a0b07[_0x434685(0xf1)]=function(_0x22d8b0,_0x4224d5){return _0x22d8b0>_0x4224d5;},_0x1a0b07[_0x434685(0x17b)]=_0x434685(0x128);const _0x3fab1a=_0x1a0b07;let _0x1d7ed1=_0x3fab1a[_0x434685(0x14c)];return _0x3fab1a[_0x434685(0x17f)](_0x43c026['length'],0x1)&&(!_0x51ec03[_0x434685(0x12c)]&&(helper['isUndefined'](_0x51ec03[_0x434685(0xff)])||_0x3fab1a[_0x434685(0xf1)](_0x51ec03[_0x434685(0xff)],0x1)))&&(_0x1d7ed1=_0x3fab1a[_0x434685(0x17b)]),_0x1d7ed1;},getMaxWorkers=(_0x48633a,_0x27efac,_0x44a201)=>{const _0x139c24=a12_0x2beb94,_0x3f0f97={'lWPts':function(_0xdcd3dd,_0x4b5212){return _0xdcd3dd(_0x4b5212);}};let _0x313138=0x1;if(!helper[_0x139c24(0x10b)](_0x27efac[_0x139c24(0x178)]))_0x313138=_0x3f0f97['lWPts'](parseInt,_0x27efac[_0x139c24(0x178)]);else{if(!helper[_0x139c24(0x10b)](_0x48633a[_0x139c24(0xff)]))_0x313138=_0x48633a[_0x139c24(0xff)];else!helper['isUndefined'](_0x44a201[_0x139c24(0xff)])&&(_0x313138=_0x44a201[_0x139c24(0xff)]);}return _0x313138;};async function run(_0xa8b4b2,_0x8d2aa5){const _0x576408=a12_0x2beb94,_0x42af0c={'UmPfi':_0x576408(0xfc),'XatLW':function(_0x4f578e,_0x3bfbff){return _0x4f578e(_0x3bfbff);},'Ezzfo':function(_0x901e5e,_0x623a0f){return _0x901e5e!=_0x623a0f;},'UaHLT':_0x576408(0x140),'IpGUg':function(_0x56d93c,_0x275bf9,_0x122771){return _0x56d93c(_0x275bf9,_0x122771);},'iwIts':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','pnvaz':function(_0x315dd1,_0x103140,_0x4893be,_0x376e86){return _0x315dd1(_0x103140,_0x4893be,_0x376e86);},'XaMRo':function(_0x1dccbb,_0x2eed15){return _0x1dccbb*_0x2eed15;},'ellax':function(_0x9a4a2b,_0x34f09c){return _0x9a4a2b===_0x34f09c;},'VgyPO':_0x576408(0x123),'HIXMG':_0x576408(0x13c),'aGfBb':_0x576408(0x108),'BOmCL':_0x576408(0x17e),'VZwKR':_0x576408(0x12b),'sTqxx':_0x576408(0x142),'MOwes':_0x576408(0x104),'uwICi':_0x576408(0x175),'nprEN':'jest.cmd','NNWZI':_0x576408(0x15b),'AnHvT':'inherit','JFLcl':_0x576408(0x15e)},_0xc2cbb9=new BrowserStackSetup(_0xa8b4b2,_0x42af0c[_0x576408(0x138)]);helper[_0x576408(0x127)]()&&(await _0xc2cbb9[_0x576408(0x153)](),await helper[_0x576408(0x119)](_0xc2cbb9[_0x576408(0x11e)]));if(!_0xc2cbb9[_0x576408(0x11e)])return;_0x42af0c[_0x576408(0x156)](_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x10a)],null)?process['env'][_0x576408(0x158)]=_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x10a)]:process[_0x576408(0x136)][_0x576408(0x158)]=_0x42af0c[_0x576408(0x143)];const _0x42f572=_0x42af0c[_0x576408(0x12e)](getUserJestConfigs,_0xa8b4b2,_0x8d2aa5);logger['info'](_0x42af0c[_0x576408(0x185)]);const _0x57347f=Object[_0x576408(0x171)]({},_0x42f572);_0x57347f[_0x576408(0x154)]=Object[_0x576408(0x171)]({},_0x57347f['testEnvironmentOptions'],{'server':helper[_0x576408(0x150)](_0xc2cbb9[_0x576408(0x11e)]),'environment':_0x42f572[_0x576408(0xf9)]}),_0x57347f[_0x576408(0x154)]['browserStackPercyOptions']=_0x42af0c[_0x576408(0x12f)](getPercyOptions,_0xc2cbb9[_0x576408(0x11e)]);const _0x181a95=helper[_0x576408(0x16f)](_0xc2cbb9[_0x576408(0x11e)]),_0x4aeea6=helper[_0x576408(0x121)](_0xc2cbb9['config'],_0x181a95,constants[_0x576408(0x14a)][_0x576408(0x133)]);!helper[_0x576408(0x10b)](_0xc2cbb9['config'][_0x576408(0x16b)])&&(process[_0x576408(0x136)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x576408(0x165)](_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x16b)]));let _0x502b6c=_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x130)];_0x502b6c=_0x502b6c||accessibilityHelper['checkAccessibilityPlatformConfig'](_0xc2cbb9[_0x576408(0x11e)]),process['env'][_0x576408(0x134)]=_0x502b6c,_0x57347f[_0x576408(0x154)]['capabilities']=_0x4aeea6,_0x57347f['testEnvironmentOptions'][_0x576408(0x11a)]=_0x42af0c[_0x576408(0x12e)](getSerial,_0x4aeea6,_0xa8b4b2),_0x57347f[_0x576408(0x154)]['parallels__']=_0x42af0c['pnvaz'](getMaxWorkers,_0xa8b4b2,_0xc2cbb9[_0x576408(0x11e)],_0x42f572),_0x57347f['testEnvironmentOptions']['proxySettings']=_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x14d)],_0x57347f['testEnvironmentOptions'][_0x576408(0x15f)]=_0x42af0c[_0x576408(0x11b)](_0xa8b4b2[_0x576408(0xf2)],0x1)||0x1388,_0x57347f['testEnvironmentOptions'][_0x576408(0x17a)]=_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x131)][_0x576408(0x17a)],_0x57347f[_0x576408(0x154)][_0x576408(0x13a)]=_0xc2cbb9[_0x576408(0x11e)]['testContextOptions'][_0x576408(0x13a)],_0x57347f[_0x576408(0x154)][_0x576408(0x14b)]=_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x124)],_0x57347f[_0x576408(0x154)]['turboScaleUrl']=_0xc2cbb9[_0x576408(0x11e)]['turboScaleUrl'],_0x57347f[_0x576408(0x154)][_0x576408(0xf6)]=_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x188)];let _0xe52407='';_0x42af0c[_0x576408(0xfd)](helper[_0x576408(0xf5)](),constants[_0x576408(0x113)][_0x576408(0x16c)])?_0xe52407=_0x42af0c[_0x576408(0x160)]:_0xe52407=_0x42af0c['HIXMG'];const _0x3f16d4=_0xe52407,_0x5e6027=path['join'](__dirname,_0x42af0c[_0x576408(0x187)],_0x42af0c[_0x576408(0x12a)]),_0xad7583=__dirname+_0x576408(0x16e),_0x272c0a=__dirname+_0x576408(0x164);_0x57347f[_0x576408(0xf9)]&&(process[_0x576408(0x136)][_0x576408(0x132)]=_0x57347f[_0x576408(0xf9)]);_0x57347f[_0x576408(0xf9)]=__dirname+'/customImplements/customEnvironment.js',_0x57347f[_0x576408(0x189)]=_0xad7583,_0x57347f['setupFilesAfterEnv']=_0x57347f[_0x576408(0xf8)]||[],_0x57347f[_0x576408(0xf8)][_0x576408(0xfa)](__dirname+_0x576408(0x146));if(testhubUtils[_0x576408(0x147)]()){let _0x2ca94c=null;try{_0x2ca94c=helper[_0x576408(0x118)](_0x42af0c[_0x576408(0xfb)]);}catch(_0x174541){_0x42af0c[_0x576408(0x12f)](debug,_0x576408(0x135)+_0x174541);}_0x2ca94c&&(_0x57347f['setupFilesAfterEnv'][_0x576408(0xfa)](__dirname+_0x576408(0x144)),_0x57347f[_0x576408(0x120)]=__dirname+_0x576408(0x169));}_0x57347f[_0x576408(0x14f)]=_0x57347f[_0x576408(0x14f)]||[];try{helper[_0x576408(0x16a)](),_0x57347f[_0x576408(0x14f)][_0x576408(0xfa)](__dirname+_0x576408(0x10e));}catch{logger[_0x576408(0x122)](_0x42af0c[_0x576408(0x159)]);}_0x57347f[_0x576408(0x148)]=_0x57347f[_0x576408(0x148)]||[_0x42af0c[_0x576408(0x186)]],_0x42af0c[_0x576408(0x12e)](updateTestRerunConfig,_0x57347f,_0xc2cbb9);const _0x456c68=fs[_0x576408(0x129)](_0x272c0a);fs[_0x576408(0x126)](_0x57347f[_0x576408(0x189)],'\x0a\x20\x20\x20\x20'+_0x456c68+_0x576408(0x13f)+_0xc2cbb9[_0x576408(0x11e)][_0x576408(0x188)][_0x576408(0x180)]+_0x576408(0x109)),logger[_0x576408(0x152)](_0x576408(0xf0)+_0x3f16d4+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0x576408(0x126)](_0x3f16d4,_0x576408(0x174)+JSON[_0x576408(0x165)](_0x57347f)+'\x0amodule.exports\x20=\x20config;'),logger[_0x576408(0x152)](_0x42af0c[_0x576408(0x18a)]);const _0x492553=await TestHubHandler[_0x576408(0xfe)](FRAMEWORKS[_0x576408(0x133)],_0xc2cbb9);testhubUtils[_0x576408(0x147)]()&&TestDetails[_0x576408(0xf3)]();helper[_0x576408(0xf4)]({},_0x8d2aa5),helper[_0x576408(0x13e)]();const _0x357b2c=_0x42af0c[_0x576408(0x14e)](spawn,/^win/['test'](process[_0x576408(0x163)])?_0x42af0c[_0x576408(0x11c)]:_0x42af0c['UmPfi'],[_0x42af0c[_0x576408(0x179)],_0x3f16d4,..._0x8d2aa5['slice'](0x1)],{'stdio':_0x42af0c['AnHvT'],'env':Object[_0x576408(0x171)]({},process[_0x576408(0x136)])});_0x357b2c['on'](_0x42af0c[_0x576408(0x11d)],async _0x379692=>{const _0x1285c6=_0x576408;process[_0x1285c6(0x173)]=_0x379692,logger[_0x1285c6(0x122)]('child\x20process\x20exited\x20with\x20code\x20'+_0x379692),logger['info']('Deleting\x20'+_0x3f16d4);let _0x1534cd=null;if(fs[_0x1285c6(0x17d)](_0x5e6027)){_0x1534cd=fs[_0x1285c6(0x129)](_0x5e6027);try{_0x1534cd=JSON[_0x1285c6(0x155)](_0x1534cd);}catch(_0x35b95d){logger[_0x1285c6(0x122)](_0x1285c6(0x151)+_0x5e6027+',\x20'+_0x1534cd+_0x1285c6(0x181)+_0x35b95d);}fs[_0x1285c6(0x10f)](_0x5e6027);}fs[_0x1285c6(0x10f)](_0x3f16d4),fs[_0x1285c6(0x10f)](_0xad7583),_0x1534cd&&(_0xc2cbb9[_0x1285c6(0x184)]=helper[_0x1285c6(0x15c)](_0x1534cd,_0x42af0c['UmPfi'],_0xc2cbb9));try{await TestHubHandler[_0x1285c6(0x182)]();}catch(_0x2c5bfb){console[_0x1285c6(0x177)](_0x2c5bfb),_0x42af0c[_0x1285c6(0x12f)](debug,_0x1285c6(0x125)+util[_0x1285c6(0xf7)](_0x2c5bfb));}testOpsHelper[_0x1285c6(0x16d)](),TestDetails['shutdown'](),await helper['finalExecution'](_0xc2cbb9);});}module[a12_0x2beb94(0x167)]=run;
@@ -1 +1 @@
1
- function a13_0x51e9(){const _0x46b39c=['6822912cjTLhu','394498eITwmJ','306837jWLFsT','/jestAdapterInit','default','includes','join','initRequireModule','1360zslNAU','path','1339662douTeC','801664TZQJlE','UOvZr','../../../helpers/helper','1066504rWPxTL','8307440KNZpYV','18xoCfbt','requireInternalModule','28FXldar','function','exports','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js'];a13_0x51e9=function(){return _0x46b39c;};return a13_0x51e9();}const a13_0x185463=a13_0x5468;(function(_0x15480b,_0x54f6aa){const _0x1d5251=a13_0x5468,_0x2aaf7a=_0x15480b();while(!![]){try{const _0x2b8c06=-parseInt(_0x1d5251(0x14e))/0x1+-parseInt(_0x1d5251(0x144))/0x2*(-parseInt(_0x1d5251(0x13d))/0x3)+-parseInt(_0x1d5251(0x143))/0x4+-parseInt(_0x1d5251(0x13c))/0x5+parseInt(_0x1d5251(0x14d))/0x6*(-parseInt(_0x1d5251(0x13f))/0x7)+parseInt(_0x1d5251(0x151))/0x8+parseInt(_0x1d5251(0x145))/0x9*(parseInt(_0x1d5251(0x14b))/0xa);if(_0x2b8c06===_0x54f6aa)break;else _0x2aaf7a['push'](_0x2aaf7a['shift']());}catch(_0xbb6ccc){_0x2aaf7a['push'](_0x2aaf7a['shift']());}}}(a13_0x51e9,0xd9a4b));const path=require(a13_0x185463(0x14c)),{requireModule}=require(a13_0x185463(0x150));let initJestAdapter=requireModule(a13_0x185463(0x142));initJestAdapter=typeof initJestAdapter===a13_0x185463(0x140)?initJestAdapter:initJestAdapter[a13_0x185463(0x147)];function a13_0x5468(_0x28118e,_0x3b8eae){const _0x51e928=a13_0x51e9();return a13_0x5468=function(_0x546853,_0x46a437){_0x546853=_0x546853-0x13c;let _0x2891a=_0x51e928[_0x546853];return _0x2891a;},a13_0x5468(_0x28118e,_0x3b8eae);}const FRAMEWORK_INITIALIZER=path[a13_0x185463(0x149)](__dirname,'./customJestAdapterInit.js');module[a13_0x185463(0x141)]=(..._0xf51965)=>{const _0x407849=a13_0x185463,_0x50b187={'IiLMl':_0x407849(0x146),'LOAOx':function(_0x5a0155,_0x47ac94){return _0x5a0155===_0x47ac94;},'UOvZr':function(_0x2916b2,..._0x50f80b){return _0x2916b2(..._0x50f80b);}};return _0xf51965[0x3][_0x407849(0x14a)]=_0xf51965[0x3]['requireInternalModule'],_0xf51965[0x3][_0x407849(0x13e)]=(..._0x247434)=>{const _0x1fae0c=_0x407849;if(_0x247434[0x0]&&_0x247434[0x0][_0x1fae0c(0x148)](_0x50b187['IiLMl'])&&_0x50b187['LOAOx'](_0x247434[0x1],undefined))return _0xf51965[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0xf51965[0x3][_0x1fae0c(0x14a)](..._0x247434);},_0x50b187[_0x407849(0x14f)](initJestAdapter,..._0xf51965);};
1
+ const a13_0xefd5a3=a13_0x3c40;(function(_0x27a236,_0x174e64){const _0x1fefd9=a13_0x3c40,_0x37d07a=_0x27a236();while(!![]){try{const _0xe2a90d=-parseInt(_0x1fefd9(0x189))/0x1+parseInt(_0x1fefd9(0x17f))/0x2+-parseInt(_0x1fefd9(0x18f))/0x3+parseInt(_0x1fefd9(0x18c))/0x4+-parseInt(_0x1fefd9(0x18b))/0x5+parseInt(_0x1fefd9(0x182))/0x6+-parseInt(_0x1fefd9(0x187))/0x7*(-parseInt(_0x1fefd9(0x188))/0x8);if(_0xe2a90d===_0x174e64)break;else _0x37d07a['push'](_0x37d07a['shift']());}catch(_0x40ff31){_0x37d07a['push'](_0x37d07a['shift']());}}}(a13_0x1d74,0xc0211));function a13_0x1d74(){const _0x485695=['includes','exports','860016FmqimZ','zzuvf','../../../helpers/helper','./customJestAdapterInit.js','YEhsY','35GjLslV','4458408NBdPXj','1168799MpqbpR','initRequireModule','7236135xEatAd','2870560PofFyx','requireInternalModule','/jestAdapterInit','1815552ClqTGN','721380zjiptX'];a13_0x1d74=function(){return _0x485695;};return a13_0x1d74();}function a13_0x3c40(_0x4caccd,_0xdf0895){const _0x1d7456=a13_0x1d74();return a13_0x3c40=function(_0x3c40bb,_0x21c149){_0x3c40bb=_0x3c40bb-0x17f;let _0x1131cb=_0x1d7456[_0x3c40bb];return _0x1131cb;},a13_0x3c40(_0x4caccd,_0xdf0895);}const path=require('path'),{requireModule}=require(a13_0xefd5a3(0x184));let initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js');initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a13_0xefd5a3(0x185));module[a13_0xefd5a3(0x181)]=(..._0x1929c7)=>{const _0xe737c4=a13_0xefd5a3,_0x2018e3={'zzuvf':_0xe737c4(0x18e),'UIvvu':function(_0x491673,_0x146172){return _0x491673===_0x146172;},'YEhsY':function(_0x334541,..._0x68b2a9){return _0x334541(..._0x68b2a9);}};return _0x1929c7[0x3]['initRequireModule']=_0x1929c7[0x3][_0xe737c4(0x18d)],_0x1929c7[0x3][_0xe737c4(0x18d)]=(..._0x10f8e9)=>{const _0xec53c0=_0xe737c4;if(_0x10f8e9[0x0]&&_0x10f8e9[0x0][_0xec53c0(0x180)](_0x2018e3[_0xec53c0(0x183)])&&_0x2018e3['UIvvu'](_0x10f8e9[0x1],undefined))return _0x1929c7[0x3][_0xec53c0(0x18a)](FRAMEWORK_INITIALIZER);return _0x1929c7[0x3][_0xec53c0(0x18a)](..._0x10f8e9);},_0x2018e3[_0xe737c4(0x186)](initJestAdapter,..._0x1929c7);};
@@ -1 +1 @@
1
- function a14_0x18f3(){const _0x901f45=['driver','getTestEnvironment','teardown','__webdriver','isBrowserstackInfra','cwd','bXCne','__drivers','env','registerListeners','../../../index','sessionNameProvided','capability','getInstance','EfySR','GlURB','jest-environment-node','builder','1170726GUAjcO','quit','__timeout','isTrue','node','browserstackPercyBestPlatform','YmOPP','nestedKeyValue','projectConfig','shouldProcessEventForTesthub','6sppcWx','__skipSessionStatus','WuuNm','lEinV','Builder','split','gmsEe','wkMdq','BSTACK_JEST_TEST_ENV','meVfK','browserStackGlobals','shutdown','__platformCaps','test','cleanupDrivers','browserStackPercyOptions','upSzP','BSTACK_DELTA','timeout__','3|0|2|1|4','cleanup','8|5|3|1|6|7|4|0|9|2','testEnvironmentOptions','2594046FiWiCw','percyCaptureMode','11884ZXmjNQ','default','browserstackAgentV2','Ojnnx','WSAZN','percy','requireSeleniumWebdriver','ddblM','../../../helpers/test-observability/utils','requireModule','OmAhy','nwzDd','118008TWBOTT','../../utils/constants','browserstackPlatformIndex','resolveTestEnvironment','1952964rSswmi','../test-observability/obsReporter','jest-resolve','../../../helpers/helper','bqoID','skipSessionStatus','platformCaps','exports','global','CqQSf','6391835szVJEJ','2024816eaMtRL','configuration','setup'];a14_0x18f3=function(){return _0x901f45;};return a14_0x18f3();}const a14_0x3c4146=a14_0x4992;(function(_0x3ebb75,_0x284824){const _0x44d1f4=a14_0x4992,_0x3d3278=_0x3ebb75();while(!![]){try{const _0x37d2ff=-parseInt(_0x44d1f4(0x19c))/0x1+-parseInt(_0x44d1f4(0x179))/0x2+parseInt(_0x44d1f4(0x1ac))/0x3+parseInt(_0x44d1f4(0x1a8))/0x4+-parseInt(_0x44d1f4(0x1b6))/0x5*(-parseInt(_0x44d1f4(0x183))/0x6)+-parseInt(_0x44d1f4(0x19a))/0x7+-parseInt(_0x44d1f4(0x1b7))/0x8;if(_0x37d2ff===_0x284824)break;else _0x3d3278['push'](_0x3d3278['shift']());}catch(_0x3442a3){_0x3d3278['push'](_0x3d3278['shift']());}}}(a14_0x18f3,0xb428a));const helper=require(a14_0x3c4146(0x1af)),constants=require(a14_0x3c4146(0x1a9)),{isTestObservabilitySession}=require(a14_0x3c4146(0x1a4)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),ObservabilityReporter=require(a14_0x3c4146(0x1ad)),testhubUtils=require('../../../helpers/testhub/utils'),getTestEnvironment=((()=>{const _0x2b0ba3=a14_0x3c4146,_0x55474d={};_0x55474d[_0x2b0ba3(0x18c)]=_0x2b0ba3(0x1ae),_0x55474d[_0x2b0ba3(0x1b5)]='jest-config';const _0x4ebd48=_0x55474d;try{const _0x29fb7a=helper[_0x2b0ba3(0x1a5)](_0x4ebd48[_0x2b0ba3(0x18c)]);if(_0x29fb7a['resolveTestEnvironment'])return _0x29fb7a[_0x2b0ba3(0x1ab)];const _0x25137b=helper[_0x2b0ba3(0x1a5)](_0x4ebd48[_0x2b0ba3(0x1b5)]);if(_0x25137b[_0x2b0ba3(0x1bb)])return _0x25137b[_0x2b0ba3(0x1bb)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x582347=a14_0x3c4146,_0x38f76c={'GlURB':function(_0x4d6b8c,_0x6354bd){return _0x4d6b8c(_0x6354bd);},'bqoID':_0x582347(0x17d),'YmOPP':function(_0x29d98e,_0x29802e){return _0x29d98e(_0x29802e);},'WSAZN':_0x582347(0x177),'wkMdq':function(_0x5c7336,_0x3b9da0){return _0x5c7336(_0x3b9da0);}},_0x37138d=_0x38f76c[_0x582347(0x176)](getTestEnvironment,{'rootDir':process[_0x582347(0x1bf)](),'testEnvironment':process[_0x582347(0x16f)][_0x582347(0x18b)]||_0x38f76c[_0x582347(0x1b0)]});if(!_0x37138d)return _0x38f76c[_0x582347(0x17f)](_interopRequireDefault,helper[_0x582347(0x1a5)](_0x38f76c[_0x582347(0x1a0)]));return _0x38f76c[_0x582347(0x18a)](_interopRequireDefault,helper[_0x582347(0x1a5)](_0x37138d));})()),_seleniumWebdriver2=((()=>{const _0xa69685=a14_0x3c4146,_0x18adb7={'ddblM':function(_0x386be3,_0x3571aa){return _0x386be3(_0x3571aa);}};try{const _0x4e1f0d=helper[_0xa69685(0x1a2)]();return helper['modifyCommand'](),_0x18adb7[_0xa69685(0x1a3)](_interopRequireDefault,_0x4e1f0d);}catch{return null;}})());function _interopRequireDefault(_0x4cb8da){return _0x4cb8da&&_0x4cb8da['__esModule']?_0x4cb8da:{'default':_0x4cb8da};}function a14_0x4992(_0x1e0f8a,_0x1c9b56){const _0x18f3a1=a14_0x18f3();return a14_0x4992=function(_0x49925c,_0x46421b){_0x49925c=_0x49925c-0x16e;let _0xc20204=_0x18f3a1[_0x49925c];return _0xc20204;},a14_0x4992(_0x1e0f8a,_0x1c9b56);}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a14_0x3c4146(0x19d)][a14_0x3c4146(0x187)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0xb13aef){const _0x2d4bf5=a14_0x3c4146,_0xe91af7={'yFYTH':_0x2d4bf5(0x17a),'nwzDd':_0x2d4bf5(0x196),'WuuNm':function(_0x29212c,_0x2dca29){return _0x29212c+_0x2dca29;},'SARyK':_0x2d4bf5(0x198),'lEinV':_0x2d4bf5(0x199),'Ojnnx':_0x2d4bf5(0x192),'OmAhy':_0x2d4bf5(0x17e),'bXCne':_0x2d4bf5(0x1b2),'rgIDR':function(_0x5dcb23,_0x255160){return _0x5dcb23(_0x255160);},'LIWwr':_0x2d4bf5(0x171),'UPZPg':_0x2d4bf5(0x1a1),'upSzP':_0x2d4bf5(0x19b)};super(_0xb13aef),this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x17b)]=0x0,this[_0x2d4bf5(0x1b8)]={};!_0xb13aef[_0x2d4bf5(0x199)]&&(_0xb13aef['testEnvironmentOptions']={});if(helper[_0x2d4bf5(0x1be)]()){const _0x2d5249=_0xe91af7[_0x2d4bf5(0x1a7)][_0x2d4bf5(0x188)]('|');let _0x57d6a2=0x0;while(!![]){switch(_0x2d5249[_0x57d6a2++]){case'0':this[_0x2d4bf5(0x178)]=new _seleniumWebdriver2[(_0x2d4bf5(0x19d))]['Builder']();continue;case'1':this[_0x2d4bf5(0x173)]=_0xb13aef[_0x2d4bf5(0x181)]?_0xb13aef[_0x2d4bf5(0x181)][_0x2d4bf5(0x173)]:_0xb13aef['capability'];continue;case'2':this[_0x2d4bf5(0x1b8)]=_0xb13aef[_0x2d4bf5(0x199)];continue;case'3':_0xb13aef[_0x2d4bf5(0x199)]=_0xb13aef['projectConfig']?_0xb13aef['projectConfig'][_0x2d4bf5(0x199)]:_0xb13aef['testEnvironmentOptions'];continue;case'4':this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x17b)]=_0xe91af7[_0x2d4bf5(0x185)](this[_0x2d4bf5(0x1b8)][_0x2d4bf5(0x195)],constants[_0x2d4bf5(0x194)]);continue;}break;}}if(testhubUtils[_0x2d4bf5(0x182)]()){const _0x409436=new ObservabilityReporter();_0x409436[_0x2d4bf5(0x170)]();}this['global'][_0x2d4bf5(0x18d)]={};if(_seleniumWebdriver2){const _0x112d2f=_0xe91af7['SARyK'][_0x2d4bf5(0x188)]('|');let _0x29e66d=0x0;while(!![]){switch(_0x112d2f[_0x29e66d++]){case'0':helper[_0x2d4bf5(0x17c)](this['configuration']['skipSessionName'])?this[_0x2d4bf5(0x1b4)]['sessionNameProvided']=!![]:this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x172)]=![];continue;case'1':this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x17e)]=helper[_0x2d4bf5(0x180)](_0xb13aef,[_0xe91af7[_0x2d4bf5(0x186)],_0xe91af7[_0x2d4bf5(0x19f)],_0xe91af7[_0x2d4bf5(0x1a6)]]);continue;case'2':this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x197)]=async()=>{const _0x2e1333=_0x2d4bf5;await this[_0x2e1333(0x1b4)][_0x2e1333(0x1ba)][_0x2e1333(0x17a)](_0xe91af7['yFYTH']);};continue;case'3':this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x1aa)]=(_0xb13aef[_0x2d4bf5(0x181)]?_0xb13aef[_0x2d4bf5(0x181)][_0x2d4bf5(0x1aa)]:_0xb13aef[_0x2d4bf5(0x1aa)])||0x0;continue;case'4':this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x18f)]=helper[_0x2d4bf5(0x180)](this[_0x2d4bf5(0x1b8)],[_0xe91af7[_0x2d4bf5(0x1c0)],this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x1aa)]])||{};continue;case'5':this['global'][_0x2d4bf5(0x1bd)]=_0xe91af7['rgIDR'](require,_0xe91af7['LIWwr'])[_0x2d4bf5(0x19e)]({...this[_0x2d4bf5(0x1b8)],'capability':this[_0x2d4bf5(0x173)]||{}},this,testhubUtils[_0x2d4bf5(0x182)]());continue;case'6':this['global'][_0x2d4bf5(0x1a1)]=helper[_0x2d4bf5(0x180)](_0xb13aef,[_0xe91af7['lEinV'],_0xe91af7[_0x2d4bf5(0x19f)],_0xe91af7['UPZPg']]);continue;case'7':this[_0x2d4bf5(0x1b4)]['percyCaptureMode']=helper['nestedKeyValue'](_0xb13aef,[_0xe91af7[_0x2d4bf5(0x186)],_0xe91af7[_0x2d4bf5(0x19f)],_0xe91af7[_0x2d4bf5(0x193)]]);continue;case'8':this[_0x2d4bf5(0x1b4)][_0x2d4bf5(0x16e)]=[];continue;case'9':this['global'][_0x2d4bf5(0x184)]=helper[_0x2d4bf5(0x17c)](this[_0x2d4bf5(0x1b8)][_0x2d4bf5(0x1b1)]);continue;}break;}}}async[a14_0x3c4146(0x1bc)](){const _0x23fe35=a14_0x3c4146;_seleniumWebdriver2&&(await helper[_0x23fe35(0x191)](this['global']['__driversArray']),this[_0x23fe35(0x1b4)][_0x23fe35(0x1bd)][_0x23fe35(0x187)]=originalBuilder),await RequestQueueHandler[_0x23fe35(0x174)]()[_0x23fe35(0x18e)]();}async[a14_0x3c4146(0x1b9)](){}async['handleTestEvent'](_0x19779b,_0x17c7fa){const _0x19d6a3=a14_0x3c4146,_0x252faa={};_0x252faa[_0x19d6a3(0x189)]=function(_0x140298,_0x474f1a){return _0x140298===_0x474f1a;},_0x252faa[_0x19d6a3(0x175)]='test_start';const _0x28eabb=_0x252faa,{name:_0x28a3e7}=_0x19779b;_0x28eabb[_0x19d6a3(0x189)](_0x28a3e7,_0x28eabb[_0x19d6a3(0x175)])&&(this['global']['testContext']=_0x19779b[_0x19d6a3(0x190)]);}}module[a14_0x3c4146(0x1b3)]=CustomEnvironment;
1
+ function a14_0x226a(){const _0xb6f20f=['42jmiqNd','skipSessionStatus','getTestEnvironment','driver','skipSessionName','xsOaE','468BuOMgQ','LKFfr','BSTACK_JEST_TEST_ENV','testEnvironmentOptions','DvTNV','percy','platformCaps','timeout__','browserstackPlatformIndex','exports','RyJTD','14529wFVFxj','gCdBN','Kklrq','slUFZ','../../utils/constants','jest-environment-node','3669040Ohgemq','setup','qpEVq','jest-config','teardown','browserStackGlobals','__driversArray','registerListeners','6260HpAeqE','3856ZbaurO','modifyCommand','test','sHqjL','configuration','Builder','ugrXG','global','split','default','shouldProcessEventForTesthub','requireSeleniumWebdriver','RVjvi','CAjGA','330eENKpY','__skipSessionStatus','mBVqd','__webdriver','resolveTestEnvironment','BSTACK_DELTA','sessionNameProvided','nestedKeyValue','test_start','quit','248809jWwiTl','100941tzScrm','kMMjQ','../../../helpers/testhub/utils','BHVus','__platformCaps','4|2|1|3|0','642873CcYKjf','../../../helpers/test-observability/utils','shutdown','cleanupDrivers','capability','aXWvf','browserStackPercyOptions','__drivers','1|5|0|7|8|6|4|9|3|2','isTrue','percyCaptureMode','requireModule','gKlks','builder','3780CxUMIF','__timeout','qKTkI','projectConfig','env','isBrowserstackInfra','getInstance','29907TKRSXd','browserstackAgentV2','browserstackPercyBestPlatform','__esModule','../../../helpers/test-observability/requestQueueHandler'];a14_0x226a=function(){return _0xb6f20f;};return a14_0x226a();}const a14_0x4488fb=a14_0x32f3;(function(_0x3a77b2,_0x1dd79e){const _0x4f42a9=a14_0x32f3,_0x2dae52=_0x3a77b2();while(!![]){try{const _0x21e190=parseInt(_0x4f42a9(0xa7))/0x1+-parseInt(_0x4f42a9(0x9c))/0x2*(-parseInt(_0x4f42a9(0xd8))/0x3)+parseInt(_0x4f42a9(0xe7))/0x4*(parseInt(_0x4f42a9(0xe6))/0x5)+-parseInt(_0x4f42a9(0xc7))/0x6*(parseInt(_0x4f42a9(0xad))/0x7)+-parseInt(_0x4f42a9(0xde))/0x8+-parseInt(_0x4f42a9(0xc2))/0x9*(parseInt(_0x4f42a9(0xbb))/0xa)+parseInt(_0x4f42a9(0xa6))/0xb*(parseInt(_0x4f42a9(0xcd))/0xc);if(_0x21e190===_0x1dd79e)break;else _0x2dae52['push'](_0x2dae52['shift']());}catch(_0x2d104d){_0x2dae52['push'](_0x2dae52['shift']());}}}(a14_0x226a,0x9a2d4));const helper=require('../../../helpers/helper'),constants=require(a14_0x4488fb(0xdc)),{isTestObservabilitySession}=require(a14_0x4488fb(0xae)),RequestQueueHandler=require(a14_0x4488fb(0xc6)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require(a14_0x4488fb(0xa9)),getTestEnvironment=((()=>{const _0x432c38=a14_0x4488fb,_0x4ed16a={};_0x4ed16a[_0x432c38(0x94)]='jest-resolve',_0x4ed16a[_0x432c38(0xb9)]=_0x432c38(0xe1);const _0x591e5e=_0x4ed16a;try{const _0x3e478f=helper[_0x432c38(0xb8)](_0x591e5e[_0x432c38(0x94)]);if(_0x3e478f['resolveTestEnvironment'])return _0x3e478f[_0x432c38(0xa0)];const _0x17798c=helper['requireModule'](_0x591e5e[_0x432c38(0xb9)]);if(_0x17798c[_0x432c38(0xc9)])return _0x17798c['getTestEnvironment'];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x384820=a14_0x4488fb,_0x10539={'slUFZ':function(_0x428314,_0x3055d5){return _0x428314(_0x3055d5);},'aXWvf':'node','qpEVq':_0x384820(0xdd)},_0x1c46a1=_0x10539['slUFZ'](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x384820(0xbf)][_0x384820(0xcf)]||_0x10539[_0x384820(0xb2)]});if(!_0x1c46a1)return _0x10539[_0x384820(0xdb)](_interopRequireDefault,helper[_0x384820(0xb8)](_0x10539[_0x384820(0xe0)]));return _0x10539[_0x384820(0xdb)](_interopRequireDefault,helper['requireModule'](_0x1c46a1));})()),_seleniumWebdriver2=((()=>{const _0x3bc81c=a14_0x4488fb,_0x541fb4={'qKTkI':function(_0x7978dc,_0x307308){return _0x7978dc(_0x307308);}};try{const _0x25dc7d=helper[_0x3bc81c(0x99)]();return helper[_0x3bc81c(0xe8)](),_0x541fb4[_0x3bc81c(0xbd)](_interopRequireDefault,_0x25dc7d);}catch{return null;}})());function _interopRequireDefault(_0x203678){const _0x11634c=a14_0x4488fb;return _0x203678&&_0x203678[_0x11634c(0xc5)]?_0x203678:{'default':_0x203678};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a14_0x4488fb(0xec)]:null;function a14_0x32f3(_0x5c2a8a,_0x426eaf){const _0x226a0a=a14_0x226a();return a14_0x32f3=function(_0x32f37b,_0x388da3){_0x32f37b=_0x32f37b-0x94;let _0x597323=_0x226a0a[_0x32f37b];return _0x597323;},a14_0x32f3(_0x5c2a8a,_0x426eaf);}class CustomEnvironment extends _jestUserEnvironment[a14_0x4488fb(0x97)]{constructor(_0x2db644){const _0x39c2f7=a14_0x4488fb,_0x7c6778={'Kklrq':_0x39c2f7(0xa5),'OKGel':_0x39c2f7(0xac),'RVjvi':function(_0x3c5718,_0x386366){return _0x3c5718+_0x386366;},'CAjGA':_0x39c2f7(0xb5),'xsOaE':_0x39c2f7(0xd3),'DvTNV':function(_0x4f8743,_0x5936cd){return _0x4f8743(_0x5936cd);},'oNmqv':'../../../index','kMMjQ':_0x39c2f7(0xd0),'gCdBN':_0x39c2f7(0xb3),'BHVus':_0x39c2f7(0xb7),'LKFfr':_0x39c2f7(0xc4),'RyJTD':_0x39c2f7(0xd2)};super(_0x2db644),this[_0x39c2f7(0x95)][_0x39c2f7(0xbc)]=0x0,this[_0x39c2f7(0xeb)]={};!_0x2db644[_0x39c2f7(0xd0)]&&(_0x2db644['testEnvironmentOptions']={});if(helper[_0x39c2f7(0xc0)]()){const _0x575a85=_0x7c6778['OKGel']['split']('|');let _0x52ae78=0x0;while(!![]){switch(_0x575a85[_0x52ae78++]){case'0':this[_0x39c2f7(0x95)][_0x39c2f7(0xbc)]=_0x7c6778[_0x39c2f7(0x9a)](this[_0x39c2f7(0xeb)][_0x39c2f7(0xd4)],constants[_0x39c2f7(0xa1)]);continue;case'1':this[_0x39c2f7(0xeb)]=_0x2db644[_0x39c2f7(0xd0)];continue;case'2':this[_0x39c2f7(0xba)]=new _seleniumWebdriver2['default'][(_0x39c2f7(0xec))]();continue;case'3':this[_0x39c2f7(0xb1)]=_0x2db644['projectConfig']?_0x2db644['projectConfig'][_0x39c2f7(0xb1)]:_0x2db644[_0x39c2f7(0xb1)];continue;case'4':_0x2db644[_0x39c2f7(0xd0)]=_0x2db644[_0x39c2f7(0xbe)]?_0x2db644[_0x39c2f7(0xbe)]['testEnvironmentOptions']:_0x2db644[_0x39c2f7(0xd0)];continue;}break;}}if(testhubUtils[_0x39c2f7(0x98)]()){const _0x54d629=new ObservabilityReporter();_0x54d629[_0x39c2f7(0xe5)]();}this[_0x39c2f7(0x95)][_0x39c2f7(0xe3)]={};if(_seleniumWebdriver2){const _0x7bc5a0=_0x7c6778[_0x39c2f7(0x9b)][_0x39c2f7(0x96)]('|');let _0x1c29e2=0x0;while(!![]){switch(_0x7bc5a0[_0x1c29e2++]){case'0':this[_0x39c2f7(0x95)]['browserstackPlatformIndex']=(_0x2db644[_0x39c2f7(0xbe)]?_0x2db644[_0x39c2f7(0xbe)]['browserstackPlatformIndex']:_0x2db644['browserstackPlatformIndex'])||0x0;continue;case'1':this[_0x39c2f7(0x95)][_0x39c2f7(0xb4)]=[];continue;case'2':this[_0x39c2f7(0x95)]['cleanup']=async()=>{const _0x2fcb29=_0x39c2f7;await this[_0x2fcb29(0x95)][_0x2fcb29(0xca)][_0x2fcb29(0xa5)](_0x7c6778[_0x2fcb29(0xda)]);};continue;case'3':this[_0x39c2f7(0x95)][_0x39c2f7(0x9d)]=helper[_0x39c2f7(0xb6)](this['configuration'][_0x39c2f7(0xc8)]);continue;case'4':this['global'][_0x39c2f7(0xab)]=helper[_0x39c2f7(0xa3)](this[_0x39c2f7(0xeb)],[_0x7c6778[_0x39c2f7(0xcc)],this[_0x39c2f7(0x95)][_0x39c2f7(0xd5)]])||{};continue;case'5':this[_0x39c2f7(0x95)]['__webdriver']=_0x7c6778[_0x39c2f7(0xd1)](require,_0x7c6778['oNmqv'])[_0x39c2f7(0xc3)]({...this[_0x39c2f7(0xeb)],'capability':this['capability']||{}},this,testhubUtils['shouldProcessEventForTesthub']());continue;case'6':this[_0x39c2f7(0x95)][_0x39c2f7(0xb7)]=helper[_0x39c2f7(0xa3)](_0x2db644,[_0x7c6778[_0x39c2f7(0xa8)],_0x7c6778['gCdBN'],_0x7c6778[_0x39c2f7(0xaa)]]);continue;case'7':this[_0x39c2f7(0x95)][_0x39c2f7(0xc4)]=helper[_0x39c2f7(0xa3)](_0x2db644,[_0x7c6778[_0x39c2f7(0xa8)],_0x7c6778[_0x39c2f7(0xd9)],_0x7c6778[_0x39c2f7(0xce)]]);continue;case'8':this[_0x39c2f7(0x95)][_0x39c2f7(0xd2)]=helper[_0x39c2f7(0xa3)](_0x2db644,[_0x7c6778[_0x39c2f7(0xa8)],_0x7c6778[_0x39c2f7(0xd9)],_0x7c6778[_0x39c2f7(0xd7)]]);continue;case'9':helper[_0x39c2f7(0xb6)](this[_0x39c2f7(0xeb)][_0x39c2f7(0xcb)])?this[_0x39c2f7(0x95)][_0x39c2f7(0xa2)]=!![]:this[_0x39c2f7(0x95)]['sessionNameProvided']=![];continue;}break;}}}async[a14_0x4488fb(0xe2)](){const _0x4e564a=a14_0x4488fb;_seleniumWebdriver2&&(await helper[_0x4e564a(0xb0)](this[_0x4e564a(0x95)][_0x4e564a(0xe4)]),this['global'][_0x4e564a(0x9f)]['Builder']=originalBuilder),await RequestQueueHandler[_0x4e564a(0xc1)]()[_0x4e564a(0xaf)]();}async[a14_0x4488fb(0xdf)](){}async['handleTestEvent'](_0x445d16,_0x2d6cca){const _0x339707=a14_0x4488fb,_0x357c7d={};_0x357c7d['sHqjL']=function(_0x38878d,_0x3fb3ac){return _0x38878d===_0x3fb3ac;},_0x357c7d[_0x339707(0x9e)]=_0x339707(0xa4);const _0x359545=_0x357c7d,{name:_0x1d18c5}=_0x445d16;_0x359545[_0x339707(0xea)](_0x1d18c5,_0x359545[_0x339707(0x9e)])&&(this[_0x339707(0x95)]['testContext']=_0x445d16[_0x339707(0xe9)]);}}module[a14_0x4488fb(0xd6)]=CustomEnvironment;