browserstack-node-sdk 1.32.5 → 1.32.7

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 (116) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/templates/azureresources/akscluster.json +57 -3
  25. package/ats/src/templates/azureresources/storageaccount.json +8 -8
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/gridComponents.js +1 -1
  32. package/ats/src/utils/hstUtils.js +1 -1
  33. package/ats/src/utils/instrumentationUtils.js +1 -1
  34. package/ats/src/utils/userInput.js +1 -1
  35. package/ats/src/utils/utilityMethods.js +1 -1
  36. package/ats/src/utils/webSocketUtils.js +1 -1
  37. package/package.json +58 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/codeceptjs/helper.js +1 -1
  41. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  42. package/src/bin/cucumber-js/command.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.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/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/playwright/sessionDetails.js +1 -1
  77. package/src/bin/runner.js +1 -1
  78. package/src/bin/setup.js +1 -1
  79. package/src/bin/test-runner/index.js +1 -1
  80. package/src/bin/test-runner/runTest.js +1 -1
  81. package/src/bin/test-runner/testWorker.js +1 -1
  82. package/src/bin/utils/constants.js +1 -1
  83. package/src/bin/utils/log4jsAppender.js +1 -1
  84. package/src/bin/utils/logPatcher.js +1 -1
  85. package/src/bin/utils/logReportingAPI.js +1 -1
  86. package/src/bin/vanilla-js/command.js +1 -1
  87. package/src/browserStackSdk.js +1 -1
  88. package/src/helpers/BrowserStackSetup.js +1 -1
  89. package/src/helpers/accessibility-automation/constants.js +1 -1
  90. package/src/helpers/accessibility-automation/helper.js +1 -1
  91. package/src/helpers/accessibility-automation/scripts.js +1 -1
  92. package/src/helpers/ats/constants.js +1 -1
  93. package/src/helpers/ats/helper.js +1 -1
  94. package/src/helpers/capsMapping.js +1 -1
  95. package/src/helpers/globals.js +1 -1
  96. package/src/helpers/helper.js +1 -1
  97. package/src/helpers/logger.js +1 -1
  98. package/src/helpers/patchHelpers.js +1 -1
  99. package/src/helpers/percy/Percy.js +1 -1
  100. package/src/helpers/percy/PercyBinary.js +1 -1
  101. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  102. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  103. package/src/helpers/percy/PercySDK.js +1 -1
  104. package/src/helpers/percy/index.js +1 -1
  105. package/src/helpers/percy/utils.js +1 -1
  106. package/src/helpers/performance-tester.js +1 -1
  107. package/src/helpers/request-spy.js +1 -1
  108. package/src/helpers/setKeepAlive.js +1 -1
  109. package/src/helpers/test-observability/constants.js +1 -1
  110. package/src/helpers/test-observability/error-handler.js +1 -1
  111. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  112. package/src/helpers/test-observability/sessionHandler.js +1 -1
  113. package/src/helpers/test-observability/utils.js +1 -1
  114. package/src/helpers/w3cMapping.js +1 -1
  115. package/src/hubAllocationMethods.js +1 -1
  116. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a4_0x2b65(_0xbd4f91,_0x543479){const _0x1a5e25=a4_0x1a5e();return a4_0x2b65=function(_0x2b6536,_0x46c479){_0x2b6536=_0x2b6536-0x17d;let _0x1cf4ee=_0x1a5e25[_0x2b6536];return _0x1cf4ee;},a4_0x2b65(_0xbd4f91,_0x543479);}const a4_0xc0f95b=a4_0x2b65;(function(_0x4a4e8d,_0x520063){const _0x2d5e39=a4_0x2b65,_0x17569c=_0x4a4e8d();while(!![]){try{const _0x39c941=parseInt(_0x2d5e39(0x1f6))/0x1*(parseInt(_0x2d5e39(0x1c9))/0x2)+-parseInt(_0x2d5e39(0x187))/0x3+parseInt(_0x2d5e39(0x1d2))/0x4*(parseInt(_0x2d5e39(0x204))/0x5)+parseInt(_0x2d5e39(0x1b0))/0x6+parseInt(_0x2d5e39(0x1cc))/0x7+-parseInt(_0x2d5e39(0x19e))/0x8*(-parseInt(_0x2d5e39(0x1cb))/0x9)+-parseInt(_0x2d5e39(0x1e1))/0xa*(parseInt(_0x2d5e39(0x1f2))/0xb);if(_0x39c941===_0x520063)break;else _0x17569c['push'](_0x17569c['shift']());}catch(_0x54ca58){_0x17569c['push'](_0x17569c['shift']());}}}(a4_0x1a5e,0x8745c));function a4_0x1a5e(){const _0xbf0ea5=['chalk','\x20failed','../../helpers/BrowserStackSetup','\x20skipped','getErrorMessageFromResults','HrmKN','NuXEH','skipSessionName','stepsFailed','IVCQq','modifyBrowserStackCaps','fdhRE','lHdsN','453190RvUXrz','XLmJw','WwoZp','NzsDU','../../helpers/helper','NDxpQ','Removing\x20tmp\x20directory\x20created\x20for\x20reports','JMnbC','\x20ambiguous','YzNNR','modifyBrowserStackW3CCaps','bfCSi','uySPZ','OFugv','tmp','\x20pending','argv','253URaZZU','tqJvX','uZQtu','NBUvS','1CCKhmz','createDir','Jgouk','debug','Vkklq','getHubUrl','logLevel','handleApp','BpZHq','bold','steps','lGtQO','VwVuI','length','115PWDGlb','fMABo','XSACE','kEvfM','SAFHs','stepsSkipped','mergeOutputFiles','KWNcR','finalExecution','log','push','owzWb','CMBFj','ThVjc','KTItp','../test-runner','bgWhite','stepsPassed','scenariosFailed','sbDjn','EcPtC','exitCode','uVVEg','2098419hVULOo','Jxhtm','CiGFV','fSnwA','JJlkd','exports','winstonLogger','UAfmd','red','\x20undefined','green','AcQBQ','GIOBg','****\x20RESULTS\x20****','../utils/constants','NfZsR','RfTem','finally','LyBki','join','stepsUndefined','ACRHI','uYACg','8tCkLnz','WVadf','luQHL','dUHvY','LTlMt','splice','Konjy','Yarql','DlNmU','yecdv','testContextOptions','hVYNQ','ULRoV','TegfO','\x20passed','UzpCN','NaxsV','IVuUQ','895044SdTSbA','getPlatformName','forEach','kyDne','cwd','Dizwa','parallelsPerPlatform','nxAyN','gYMGM','cyan','cucumber','removeDir','STzdT','RPoHz','config','iaxjB','Generating\x20consolidated\x20report...','scenarios','JZTRc','yWmzX','stepsUnknown','useW3C','DwSvI','kkWzd','FITHO','1837254xkARiA','hdqTW','5876721CZeSyG','2922801ccTkpP','platforms','yellow','OVhEv','tPNgX','cucumber-js','27404WlADqG','ZGzsQ'];a4_0x1a5e=function(){return _0xbf0ea5;};return a4_0x1a5e();}const fs=require('fs'),path=require('path'),logger=require('../../helpers/logger')[a4_0xc0f95b(0x18d)],{default:BrowserStackSetup}=require(a4_0xc0f95b(0x1d6)),helper=require(a4_0xc0f95b(0x1e5)),constants=require(a4_0xc0f95b(0x195)),{parallelCucumberRun}=require(a4_0xc0f95b(0x17f)),chalk=require(a4_0xc0f95b(0x1d4));function printCucumberStats(_0xcb7825){const _0x1d056d=a4_0xc0f95b,_0x294272={'UzpCN':_0x1d056d(0x1c0),'ULRoV':_0x1d056d(0x1e7),'kbcDR':_0x1d056d(0x1ba),'WVadf':function(_0x8837ff,_0x1f2b22){return _0x8837ff(_0x1f2b22);},'tqJvX':function(_0x3c10e,_0x128aa4){return _0x3c10e>_0x128aa4;},'Vkklq':function(_0x147246,_0x382842){return _0x147246!==_0x382842;},'hVYNQ':'ScrKs','RPoHz':_0x1d056d(0x207),'LTlMt':function(_0x2c9dcf,_0xcaa699){return _0x2c9dcf>_0xcaa699;},'FITHO':function(_0x78ed4a,_0x39ec76){return _0x78ed4a-_0x39ec76;},'WwoZp':function(_0x41ae5c,_0x4cfd34){return _0x41ae5c-_0x4cfd34;},'GIOBg':function(_0x260737,_0x25310e){return _0x260737===_0x25310e;},'Yarql':_0x1d056d(0x192),'KWNcR':'WfxYZ','OFugv':function(_0x42643e,_0x434de3){return _0x42643e>_0x434de3;},'NuXEH':function(_0x2fa596,_0x5a2c83){return _0x2fa596>_0x5a2c83;},'uySPZ':function(_0x552f64,_0x211f6f){return _0x552f64!==_0x211f6f;},'Konjy':'FQrlL','NDxpQ':'JidLQ','bfCSi':function(_0x1a465c,_0x4abafc){return _0x1a465c>_0x4abafc;},'XLmJw':function(_0x492d39,_0x4d7fe3){return _0x492d39===_0x4d7fe3;},'Jxhtm':'PSnza','gYMGM':_0x1d056d(0x18a),'JMnbC':function(_0x6d7994,_0x5110cb){return _0x6d7994>_0x5110cb;},'iaxjB':_0x1d056d(0x208),'HrmKN':function(_0x55d7ad,_0x28643c){return _0x55d7ad>_0x28643c;},'JZTRc':'DagnO','uYACg':_0x1d056d(0x1c6),'IVCQq':'YQruy','luQHL':function(_0x2b72ed,_0x141374){return _0x2b72ed>_0x141374;},'KTItp':_0x1d056d(0x1f5),'aLfXP':'FcBdl','NEaoc':function(_0xf80306,_0x50e62e){return _0xf80306>_0x50e62e;},'uZQtu':function(_0x2fbead,_0x1d1a1c){return _0x2fbead!==_0x1d1a1c;},'NOGVP':_0x1d056d(0x1fe),'dUHvY':function(_0x541cea,_0x403b67){return _0x541cea+_0x403b67;},'uVVEg':function(_0x6268ba,_0x3666a1){return _0x6268ba===_0x3666a1;},'lHdsN':function(_0x3ea113,_0xe542c5){return _0x3ea113===_0xe542c5;},'NfZsR':_0x1d056d(0x1b5),'UAfmd':_0x1d056d(0x1a7),'NzsDU':_0x1d056d(0x1ae),'VwVuI':_0x1d056d(0x194)};let _0x1975ab=0x0;if(_0x294272[_0x1d056d(0x186)](_0xcb7825['length'],0x0)){if(_0x294272[_0x1d056d(0x1fa)](_0x294272[_0x1d056d(0x18e)],_0x294272[_0x1d056d(0x1e4)]))return _0x1975ab;else _0x26528e[_0x1d056d(0x1f9)](_0x294272[_0x1d056d(0x1ad)]),_0x5c7a54['mergeOutputFiles'](_0x5dba4e,_0x4be509),_0x3fdc59['debug'](_0x294272['ULRoV']),_0x310433[_0x1d056d(0x1bb)](_0x1b134c);}return console[_0x1d056d(0x20d)](chalk[_0x1d056d(0x1ff)][_0x1d056d(0x180)](_0x294272[_0x1d056d(0x202)])),_0xcb7825[_0x1d056d(0x1b2)](_0x55e213=>{const _0x49eb9c=_0x1d056d,_0x1ebc7c={'nxAyN':function(_0x279851,_0x1abe8d){const _0x3ed179=a4_0x2b65;return _0x294272[_0x3ed179(0x19f)](_0x279851,_0x1abe8d);},'VMiyY':function(_0x5d12f5,_0x5399c8){return _0x294272['tqJvX'](_0x5d12f5,_0x5399c8);},'TcgvW':_0x294272[_0x49eb9c(0x1ad)],'ZGzsQ':_0x294272[_0x49eb9c(0x1aa)],'QNeUP':_0x294272['kbcDR']};if(_0x294272[_0x49eb9c(0x1fa)](_0x294272[_0x49eb9c(0x1a9)],_0x294272[_0x49eb9c(0x1bd)])){const _0x3dae94=_0x55e213[0x0],_0x1b2f4d=_0x55e213[0x1];console[_0x49eb9c(0x20d)]('\x0a'+chalk[_0x49eb9c(0x1ff)]['yellow'](''+helper[_0x49eb9c(0x1b1)](_0x3dae94)));const _0x15e423=_0x1b2f4d[_0x49eb9c(0x1c1)],_0x40a165=_0x1b2f4d[_0x49eb9c(0x200)],_0x4db25e=_0x1b2f4d[_0x49eb9c(0x182)],_0x2c46a2=_0x1b2f4d[_0x49eb9c(0x1dc)],_0x29d3a6=_0x1b2f4d[_0x49eb9c(0x181)],_0x10a378=_0x1b2f4d[_0x49eb9c(0x209)],_0x777636=_0x1b2f4d['stepsPending'],_0x275ec2=_0x1b2f4d[_0x49eb9c(0x19b)],_0x43277c=_0x1b2f4d[_0x49eb9c(0x1c4)],_0x3074de=_0x1b2f4d['stepsAmbiguous'],_0x258e1f=_0x1b2f4d['processSuccess'];let _0xfd5046=_0x15e423+'\x20scenarios';const _0x5256cd=_0x294272[_0x49eb9c(0x1a2)](_0x294272[_0x49eb9c(0x1c8)](_0x15e423,_0x4db25e),0x0)?_0x294272[_0x49eb9c(0x1e3)](_0x15e423,_0x4db25e):0x0;if(_0x294272[_0x49eb9c(0x1f3)](_0x4db25e,0x0)&&_0x294272[_0x49eb9c(0x1f3)](_0x5256cd,0x0)){if(_0x294272[_0x49eb9c(0x193)](_0x294272[_0x49eb9c(0x1a5)],_0x294272[_0x49eb9c(0x20b)]))return _0x497851;else _0xfd5046+='\x20('+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x18f)](_0x4db25e+_0x49eb9c(0x1d5))+',\x20'+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x191)](_0x5256cd+_0x49eb9c(0x1ac))+')';}else(_0x294272[_0x49eb9c(0x1ee)](_0x4db25e,0x0)||_0x294272[_0x49eb9c(0x1da)](_0x5256cd,0x0))&&(_0x294272[_0x49eb9c(0x1ed)](_0x294272[_0x49eb9c(0x1a4)],_0x294272[_0x49eb9c(0x1e6)])?_0xfd5046+=_0x294272[_0x49eb9c(0x1ec)](_0x4db25e,0x0)?'\x20('+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x18f)](_0x4db25e+_0x49eb9c(0x1d5))+')':'\x20('+chalk['bold'][_0x49eb9c(0x191)](_0x5256cd+_0x49eb9c(0x1ac))+')':_0x239304=0x1);const _0xeb27cc=_0x40a165+'\x20steps',_0x11ec91=[];_0x294272['tqJvX'](_0x3074de,0x0)&&(_0x294272[_0x49eb9c(0x1e2)](_0x294272[_0x49eb9c(0x188)],_0x294272['Jxhtm'])?_0x11ec91[_0x49eb9c(0x20e)](''+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x18f)](_0x3074de+'\x20ambiguous')):_0x1d2438[_0x49eb9c(0x20e)](''+_0x31c01e[_0x49eb9c(0x1ff)]['red'](_0x5165c1+_0x49eb9c(0x1e9))));_0x294272[_0x49eb9c(0x1a2)](_0x2c46a2,0x0)&&(_0x294272[_0x49eb9c(0x193)](_0x294272[_0x49eb9c(0x1b8)],_0x294272[_0x49eb9c(0x1b8)])?_0x11ec91[_0x49eb9c(0x20e)](''+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x18f)](_0x2c46a2+'\x20failed')):_0x3dbbf8[_0x49eb9c(0x20e)](''+_0x472e22[_0x49eb9c(0x1ff)]['yellow'](_0x5a07f3+_0x49eb9c(0x1d7))));_0x294272[_0x49eb9c(0x1e8)](_0x29d3a6,0x0)&&(_0x294272[_0x49eb9c(0x1e2)](_0x294272[_0x49eb9c(0x1bf)],_0x294272[_0x49eb9c(0x1bf)])?_0x11ec91[_0x49eb9c(0x20e)](''+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x191)](_0x29d3a6+_0x49eb9c(0x1ac))):_0x5555cf['push'](''+_0x30b953[_0x49eb9c(0x1ff)][_0x49eb9c(0x1ce)](_0x6cf3b5+_0x49eb9c(0x1f0))));_0x294272[_0x49eb9c(0x1d9)](_0x777636,0x0)&&(_0x294272[_0x49eb9c(0x193)](_0x294272[_0x49eb9c(0x1c2)],_0x294272['JZTRc'])?_0x11ec91[_0x49eb9c(0x20e)](''+chalk['bold'][_0x49eb9c(0x1ce)](_0x777636+_0x49eb9c(0x1f0))):_0x5f4e03[_0x49eb9c(0x20e)](''+_0xf33024[_0x49eb9c(0x1ff)][_0x49eb9c(0x1b9)](_0x5ef219+_0x49eb9c(0x1d7))));_0x294272[_0x49eb9c(0x1ee)](_0x10a378,0x0)&&(_0x294272['XLmJw'](_0x294272[_0x49eb9c(0x19d)],_0x294272[_0x49eb9c(0x1dd)])?_0x1ae9b0[_0x49eb9c(0x20e)](_0xd2ae70[_0x49eb9c(0x1eb)](_0x4a4e99[_0x49eb9c(0x1be)],_0x294272['kbcDR'],_0x242da1)):_0x11ec91[_0x49eb9c(0x20e)](''+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x1b9)](_0x10a378+_0x49eb9c(0x1d7))));if(_0x294272[_0x49eb9c(0x1a0)](_0x275ec2,0x0)){if(_0x294272[_0x49eb9c(0x1e2)](_0x294272[_0x49eb9c(0x17e)],_0x294272['aLfXP'])){_0x2625b5=_0x54eb32;const _0x5bdb74=_0x1ebc7c[_0x49eb9c(0x1b7)](_0xbc3edb,_0x2bcb88);_0x20aeb6[_0x49eb9c(0x185)]=_0x5bdb74,_0x1ebc7c['VMiyY'](_0x4a549a[_0x49eb9c(0x203)],0x0)&&(_0x3fe665['debug'](_0x1ebc7c['TcgvW']),_0x55615b[_0x49eb9c(0x20a)](_0x44a821,_0x4a7f77),_0x4e1d40[_0x49eb9c(0x1f9)](_0x1ebc7c[_0x49eb9c(0x1d3)]),_0xae9c['removeDir'](_0x3f5f5e));}else _0x11ec91['push'](''+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x1ce)](_0x275ec2+'\x20undefined'));}_0x294272['NEaoc'](_0x43277c,0x0)&&(_0x294272[_0x49eb9c(0x1f4)](_0x294272['NOGVP'],_0x294272['NOGVP'])?_0x2d465d[_0x49eb9c(0x20e)](_0x2d7f36[_0x49eb9c(0x1de)](_0x64a6f4['config'],_0x1ebc7c['QNeUP'],_0x32bae1)):_0x11ec91[_0x49eb9c(0x20e)](''+chalk[_0x49eb9c(0x1ff)][_0x49eb9c(0x1ce)](_0x43277c+_0x49eb9c(0x1d7))));const _0x4224b2=_0x294272[_0x49eb9c(0x1a1)](_0x294272[_0x49eb9c(0x1a1)](_0x294272['dUHvY'](_0xeb27cc,'('),_0x11ec91[_0x49eb9c(0x19a)](',\x20')),')');console[_0x49eb9c(0x20d)](_0x294272[_0x49eb9c(0x1a1)](_0x294272[_0x49eb9c(0x1a1)](_0x294272[_0x49eb9c(0x1a1)](_0x294272[_0x49eb9c(0x1a1)]('\x0a',_0xfd5046),'\x0a'),_0x4224b2),'\x0a')),_0x294272['uVVEg'](_0x258e1f,![])&&(_0x294272[_0x49eb9c(0x1e0)](_0x294272[_0x49eb9c(0x196)],_0x294272['NfZsR'])?_0x1975ab=0x1:_0x2f6320[_0x49eb9c(0x20e)](''+_0x3859a4[_0x49eb9c(0x1ff)]['green'](_0x5d7a1b+_0x49eb9c(0x1ac))));}else _0x117d34[_0x49eb9c(0x1a3)](_0x3ef764[_0x4da342],0x2);}),_0x1975ab;}async function run(_0x4e0390,_0x1d5671){const _0x33bf62=a4_0xc0f95b,_0x56b0ea={'STzdT':function(_0x4e6d1c,_0x5da18a){return _0x4e6d1c-_0x5da18a;},'hdqTW':function(_0x60d6c3,_0x204a5f){return _0x60d6c3>=_0x204a5f;},'fMABo':_0x33bf62(0x1ba),'yWmzX':function(_0x2423ef,_0x8e8235){return _0x2423ef===_0x8e8235;},'fdhRE':_0x33bf62(0x189),'TRIqQ':function(_0x1d2bc2,_0x402e53){return _0x1d2bc2!==_0x402e53;},'ThVjc':_0x33bf62(0x19c),'pTuwY':function(_0x29fb79,_0x417154){return _0x29fb79!==_0x417154;},'OVhEv':'vcOcv','sbDjn':function(_0x1ba63d,_0xf0cfcb){return _0x1ba63d>_0xf0cfcb;},'vclHM':function(_0x53b46d,_0x44005b){return _0x53b46d(_0x44005b);},'LyBki':function(_0x4dfb1f,_0x28b37e){return _0x4dfb1f!==_0x28b37e;},'owzWb':_0x33bf62(0x1ea),'kyDne':_0x33bf62(0x210),'kkWzd':'Generating\x20consolidated\x20report...','EcPtC':_0x33bf62(0x1e7),'lGtQO':_0x33bf62(0x1d1),'zKrVt':function(_0x38a5fc,_0x5d9a2c){return _0x38a5fc!==_0x5d9a2c;},'JJlkd':'QfFPA','RfTem':_0x33bf62(0x1ef),'Jgouk':function(_0x5b43a2,_0x58380b){return _0x5b43a2!==_0x58380b;},'XSACE':_0x33bf62(0x1d0),'xOzYl':function(_0x4c5575,_0x36311d){return _0x4c5575-_0x36311d;},'yQFeb':function(_0x33614e,_0x3385b2){return _0x33614e===_0x3385b2;},'TegfO':_0x33bf62(0x1a6),'IVuUQ':function(_0x47c418,_0x3d5630,_0x50d331,_0x229f49,_0x4cdc2b,_0x3f7617){return _0x47c418(_0x3d5630,_0x50d331,_0x229f49,_0x4cdc2b,_0x3f7617);}},_0x10d690=new BrowserStackSetup(_0x4e0390,_0x56b0ea[_0x33bf62(0x201)]);await _0x10d690['initialize'](),await helper[_0x33bf62(0x1fd)](_0x10d690['config']);const _0x113bb2=[];if(!_0x10d690[_0x33bf62(0x1be)]){if(_0x56b0ea['zKrVt'](_0x56b0ea[_0x33bf62(0x18b)],_0x56b0ea['JJlkd'])){_0x45e2a0[_0x33bf62(0x1f7)](_0x481415);for(let _0x5ebc80=_0x56b0ea[_0x33bf62(0x1bc)](_0xab3f7a[_0x33bf62(0x203)],0x1);_0x56b0ea[_0x33bf62(0x1ca)](_0x5ebc80,0x0);_0x5ebc80--){_0x2177fd[_0x33bf62(0x1a3)](_0x2cea9b[_0x5ebc80],0x2);}}else return;}const _0xe78044=_0x10d690[_0x33bf62(0x1be)][_0x33bf62(0x1b6)],_0x138f10=helper[_0x33bf62(0x1c5)](_0x10d690[_0x33bf62(0x1be)]);_0x10d690[_0x33bf62(0x1be)][_0x33bf62(0x1cd)][_0x33bf62(0x1b2)]((_0x47f455,_0x628b8b)=>{const _0xe0c3b4=_0x33bf62;_0x56b0ea[_0xe0c3b4(0x1c3)](_0x56b0ea[_0xe0c3b4(0x1df)],_0x56b0ea[_0xe0c3b4(0x1df)])?_0x138f10?_0x56b0ea['TRIqQ'](_0x56b0ea[_0xe0c3b4(0x17d)],_0x56b0ea[_0xe0c3b4(0x17d)])?_0x379f01[_0xe0c3b4(0x20e)](''+_0x2746e5['bold'][_0xe0c3b4(0x1ce)](_0xb081ad+_0xe0c3b4(0x190))):_0x113bb2['push'](helper['modifyBrowserStackW3CCaps'](_0x10d690[_0xe0c3b4(0x1be)],_0x56b0ea[_0xe0c3b4(0x205)],_0x628b8b)):_0x56b0ea['pTuwY'](_0x56b0ea['OVhEv'],_0x56b0ea[_0xe0c3b4(0x1cf)])?_0x5e5f96+='\x20('+_0x56531c[_0xe0c3b4(0x1ff)][_0xe0c3b4(0x18f)](_0x7f52fd+_0xe0c3b4(0x1d5))+',\x20'+_0x32d329[_0xe0c3b4(0x1ff)]['green'](_0x4af2d3+_0xe0c3b4(0x1ac))+')':_0x113bb2[_0xe0c3b4(0x20e)](helper[_0xe0c3b4(0x1de)](_0x10d690['config'],_0x56b0ea[_0xe0c3b4(0x205)],_0x628b8b)):_0x56c722?_0x8ec956[_0xe0c3b4(0x20e)](_0x59097f[_0xe0c3b4(0x1eb)](_0x14dcbd[_0xe0c3b4(0x1be)],_0x56b0ea[_0xe0c3b4(0x205)],_0x33c3bb)):_0x56e6be['push'](_0xe8d10d[_0xe0c3b4(0x1de)](_0x15796a[_0xe0c3b4(0x1be)],_0x56b0ea[_0xe0c3b4(0x205)],_0x109ec0));});const _0x518328={'server':helper[_0x33bf62(0x1fb)](_0x10d690[_0x33bf62(0x1be)]),'proxySettings':_0x10d690[_0x33bf62(0x1be)]['proxySettings'],'maxWorkers':_0xe78044,'browserStackLogLevel':_0x10d690[_0x33bf62(0x1be)][_0x33bf62(0x1fc)],'skipSessionName':_0x10d690[_0x33bf62(0x1be)][_0x33bf62(0x1a8)][_0x33bf62(0x1db)],'skipSessionStatus':_0x10d690['config'][_0x33bf62(0x1a8)]['skipSessionStatus'],'turboScaleUrl':_0x10d690[_0x33bf62(0x1be)]['turboScaleUrl']},_0x3e39f5=process[_0x33bf62(0x1f1)],[_0x3c36ec,_0x147645]=helper['parseFormatters'](_0x3e39f5),_0x31486b=path[_0x33bf62(0x19a)](process[_0x33bf62(0x1b4)](),_0x56b0ea[_0x33bf62(0x197)]);if(_0x56b0ea['sbDjn'](_0x147645[_0x33bf62(0x203)],0x0)){if(_0x56b0ea[_0x33bf62(0x1f8)](_0x56b0ea[_0x33bf62(0x206)],_0x56b0ea['XSACE']))return;else{helper[_0x33bf62(0x1f7)](_0x31486b);for(let _0x469d4e=_0x56b0ea['xOzYl'](_0x3c36ec[_0x33bf62(0x203)],0x1);_0x56b0ea[_0x33bf62(0x1ca)](_0x469d4e,0x0);_0x469d4e--){_0x56b0ea['yQFeb'](_0x56b0ea[_0x33bf62(0x1ab)],_0x56b0ea['TegfO'])?_0x3e39f5[_0x33bf62(0x1a3)](_0x3c36ec[_0x469d4e],0x2):_0x3eea1c+=_0x56b0ea[_0x33bf62(0x183)](_0x3260b8,0x0)?'\x20('+_0x13fb2a[_0x33bf62(0x1ff)]['red'](_0x127e93+_0x33bf62(0x1d5))+')':'\x20('+_0x2864c6[_0x33bf62(0x1ff)][_0x33bf62(0x191)](_0x55e5b1+_0x33bf62(0x1ac))+')';}}}helper['markSDKSetupComplete']();let _0x38d64a;_0x56b0ea[_0x33bf62(0x1af)](parallelCucumberRun,_0x113bb2,_0x518328,_0x10d690[_0x33bf62(0x1be)],_0x3e39f5,_0x147645)['then'](async _0x4e30c8=>{const _0x4fa4cd=_0x33bf62;_0x38d64a=_0x4e30c8;const _0x1ded6e=_0x56b0ea['vclHM'](printCucumberStats,_0x4e30c8);process[_0x4fa4cd(0x185)]=_0x1ded6e,_0x56b0ea[_0x4fa4cd(0x183)](_0x147645['length'],0x0)&&(_0x56b0ea[_0x4fa4cd(0x199)](_0x56b0ea[_0x4fa4cd(0x20f)],_0x56b0ea[_0x4fa4cd(0x1b3)])?(logger[_0x4fa4cd(0x1f9)](_0x56b0ea[_0x4fa4cd(0x1c7)]),helper[_0x4fa4cd(0x20a)](_0x31486b,_0x147645),logger[_0x4fa4cd(0x1f9)](_0x56b0ea[_0x4fa4cd(0x184)]),helper[_0x4fa4cd(0x1bb)](_0x31486b)):_0x3e2466[_0x4fa4cd(0x20e)](''+_0x3a3989['bold']['red'](_0x549f12+_0x4fa4cd(0x1d5))));})[_0x33bf62(0x198)](async()=>{const _0x758a74=_0x33bf62;_0x10d690['errorMessage']=helper[_0x758a74(0x1d8)](_0x38d64a,_0x56b0ea['fMABo']),await helper[_0x758a74(0x20c)](_0x10d690);});}module[a4_0xc0f95b(0x18c)]=run;
2
+ 'use strict';function a4_0x2fcc(_0xf4bafc,_0x48984f){const _0x1d46cc=a4_0x1d46();return a4_0x2fcc=function(_0x2fcca1,_0x2ae258){_0x2fcca1=_0x2fcca1-0x160;let _0x251bae=_0x1d46cc[_0x2fcca1];return _0x251bae;},a4_0x2fcc(_0xf4bafc,_0x48984f);}const a4_0xb6f54=a4_0x2fcc;(function(_0x3d2c47,_0x5ec89d){const _0x5dcc72=a4_0x2fcc,_0x3ef6ca=_0x3d2c47();while(!![]){try{const _0x31c532=parseInt(_0x5dcc72(0x1b5))/0x1*(parseInt(_0x5dcc72(0x1bb))/0x2)+-parseInt(_0x5dcc72(0x1a7))/0x3*(parseInt(_0x5dcc72(0x19b))/0x4)+-parseInt(_0x5dcc72(0x19f))/0x5+parseInt(_0x5dcc72(0x171))/0x6*(-parseInt(_0x5dcc72(0x180))/0x7)+-parseInt(_0x5dcc72(0x1a2))/0x8*(parseInt(_0x5dcc72(0x177))/0x9)+parseInt(_0x5dcc72(0x1b2))/0xa*(parseInt(_0x5dcc72(0x172))/0xb)+parseInt(_0x5dcc72(0x1b1))/0xc*(parseInt(_0x5dcc72(0x19a))/0xd);if(_0x31c532===_0x5ec89d)break;else _0x3ef6ca['push'](_0x3ef6ca['shift']());}catch(_0x2bcd33){_0x3ef6ca['push'](_0x3ef6ca['shift']());}}}(a4_0x1d46,0xdeaeb));function a4_0x1d46(){const _0x2ffe78=['tbYNl','getErrorMessageFromResults','scenarios','PsxTL','stepsUnknown','exitCode','useW3C','getHubUrl','7170678BbIBfa','870474HywjQZ','XCGvR','green','mergeOutputFiles','../test-runner','1197792jVDKWv','forEach','exports','length','debug','markSDKSetupComplete','kcIiw','argv','oLWfm','7tXsEGT','red','config','irudE','../../helpers/logger','bold','skipSessionStatus','turboScaleUrl','\x20passed','nQPpp','cucumber','wGULy','pWBSq','OHAcb','bgWhite','winstonLogger','lKzMA','\x20ambiguous','\x20failed','createDir','join','ecDRi','sMRtm','push','Generating\x20consolidated\x20report...','dKFbQ','182JhbDLR','6618568QIJGuh','logLevel','oVWMe','cwd','4129965wnlHxe','stepsSkipped','WknnT','80RjXhim','finalExecution','SokHL','\x20steps','splice','3MAesHw','\x20scenarios','log','stepsAmbiguous','TZqFx','AUfYa','initialize','tmp','parallelsPerPlatform','cyan','4264176loTXgZ','10ZGyEVR','handleApp','Xpxuk','9GqRbeI','../../helpers/helper','xbpUT','platforms','modifyBrowserStackCaps','yellow','192162bZfFwd','testContextOptions','getPlatformName','modifyBrowserStackW3CCaps','path','YaYYX','fpvHm','finally','xEFbr','\x20skipped'];a4_0x1d46=function(){return _0x2ffe78;};return a4_0x1d46();}const fs=require('fs'),path=require(a4_0xb6f54(0x163)),logger=require(a4_0xb6f54(0x184))[a4_0xb6f54(0x18f)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a4_0xb6f54(0x1b6)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a4_0xb6f54(0x176)),chalk=require('chalk');function printCucumberStats(_0xade5f0){const _0x299241=a4_0xb6f54,_0x24e1f3={};_0x24e1f3['ecDRi']=function(_0x4f438f,_0x3494fd){return _0x4f438f>_0x3494fd;},_0x24e1f3['NVzhB']=function(_0x22eaff,_0x2eff21){return _0x22eaff-_0x2eff21;},_0x24e1f3[_0x299241(0x19d)]=function(_0x14680d,_0x3c9d27){return _0x14680d>_0x3c9d27;},_0x24e1f3['tbYNl']=function(_0x4f553a,_0x19d9e4){return _0x4f553a>_0x19d9e4;},_0x24e1f3['irudE']=function(_0x515e2a,_0x1b0726){return _0x515e2a>_0x1b0726;},_0x24e1f3['dKFbQ']=function(_0x9b5874,_0xa8b68a){return _0x9b5874>_0xa8b68a;},_0x24e1f3[_0x299241(0x17f)]=function(_0xf357fa,_0x403be5){return _0xf357fa>_0x403be5;},_0x24e1f3[_0x299241(0x16c)]=function(_0x45509d,_0x26be99){return _0x45509d>_0x26be99;},_0x24e1f3[_0x299241(0x18b)]=function(_0x4ca6d1,_0x3e8742){return _0x4ca6d1>_0x3e8742;},_0x24e1f3['RAayF']=function(_0x3deaa1,_0x25c353){return _0x3deaa1>_0x25c353;},_0x24e1f3[_0x299241(0x167)]=function(_0x5d06cd,_0x4e17c0){return _0x5d06cd>_0x4e17c0;},_0x24e1f3[_0x299241(0x189)]=function(_0x12bd1f,_0xc5645b){return _0x12bd1f+_0xc5645b;},_0x24e1f3['sMRtm']=function(_0x23a9fc,_0x2f7870){return _0x23a9fc+_0x2f7870;},_0x24e1f3[_0x299241(0x1b7)]=function(_0x56639c,_0x5b1f64){return _0x56639c+_0x5b1f64;},_0x24e1f3['OHAcb']=function(_0x121137,_0xcbb7b0){return _0x121137+_0xcbb7b0;},_0x24e1f3[_0x299241(0x1b4)]=function(_0x3f82f7,_0x367079){return _0x3f82f7===_0x367079;},_0x24e1f3[_0x299241(0x173)]='****\x20RESULTS\x20****';const _0x26d1c1=_0x24e1f3;let _0x540bf7=0x0;if(_0x26d1c1['Xpxuk'](_0xade5f0[_0x299241(0x17a)],0x0))return _0x540bf7;return console[_0x299241(0x1a9)](chalk[_0x299241(0x185)][_0x299241(0x18e)](_0x26d1c1['XCGvR'])),_0xade5f0[_0x299241(0x178)](_0x14070b=>{const _0x1f518a=_0x299241,_0x566b3c=_0x14070b[0x0],_0x34bc10=_0x14070b[0x1];console['log']('\x0a'+chalk['bold'][_0x1f518a(0x1ba)](''+helper[_0x1f518a(0x161)](_0x566b3c)));const _0x1f673e=_0x34bc10[_0x1f518a(0x16b)],_0x11d391=_0x34bc10['steps'],_0xd8b5d=_0x34bc10['scenariosFailed'],_0x32bfe9=_0x34bc10['stepsFailed'],_0x3aaf39=_0x34bc10['stepsPassed'],_0x5c0a01=_0x34bc10[_0x1f518a(0x1a0)],_0x2e431e=_0x34bc10['stepsPending'],_0x32f0d7=_0x34bc10['stepsUndefined'],_0x349c3e=_0x34bc10[_0x1f518a(0x16d)],_0x2defec=_0x34bc10[_0x1f518a(0x1aa)],_0x109161=_0x34bc10['processSuccess'];let _0xd41feb=_0x1f673e+_0x1f518a(0x1a8);const _0x782b64=_0x26d1c1[_0x1f518a(0x195)](_0x26d1c1['NVzhB'](_0x1f673e,_0xd8b5d),0x0)?_0x26d1c1['NVzhB'](_0x1f673e,_0xd8b5d):0x0;if(_0x26d1c1[_0x1f518a(0x19d)](_0xd8b5d,0x0)&&_0x26d1c1[_0x1f518a(0x19d)](_0x782b64,0x0))_0xd41feb+='\x20('+chalk['bold'][_0x1f518a(0x181)](_0xd8b5d+_0x1f518a(0x192))+',\x20'+chalk['bold'][_0x1f518a(0x174)](_0x782b64+_0x1f518a(0x188))+')';else(_0x26d1c1['ecDRi'](_0xd8b5d,0x0)||_0x26d1c1[_0x1f518a(0x169)](_0x782b64,0x0))&&(_0xd41feb+=_0x26d1c1[_0x1f518a(0x183)](_0xd8b5d,0x0)?'\x20('+chalk[_0x1f518a(0x185)][_0x1f518a(0x181)](_0xd8b5d+_0x1f518a(0x192))+')':'\x20('+chalk[_0x1f518a(0x185)]['green'](_0x782b64+_0x1f518a(0x188))+')');const _0x364d37=_0x11d391+_0x1f518a(0x1a5),_0x2ed731=[];_0x26d1c1[_0x1f518a(0x199)](_0x2defec,0x0)&&_0x2ed731[_0x1f518a(0x197)](''+chalk['bold'][_0x1f518a(0x181)](_0x2defec+_0x1f518a(0x191)));_0x26d1c1['oLWfm'](_0x32bfe9,0x0)&&_0x2ed731[_0x1f518a(0x197)](''+chalk[_0x1f518a(0x185)]['red'](_0x32bfe9+'\x20failed'));_0x26d1c1[_0x1f518a(0x16c)](_0x3aaf39,0x0)&&_0x2ed731['push'](''+chalk['bold'][_0x1f518a(0x174)](_0x3aaf39+_0x1f518a(0x188)));_0x26d1c1[_0x1f518a(0x18b)](_0x2e431e,0x0)&&_0x2ed731[_0x1f518a(0x197)](''+chalk[_0x1f518a(0x185)][_0x1f518a(0x1ba)](_0x2e431e+'\x20pending'));_0x26d1c1['RAayF'](_0x5c0a01,0x0)&&_0x2ed731[_0x1f518a(0x197)](''+chalk[_0x1f518a(0x185)][_0x1f518a(0x1b0)](_0x5c0a01+_0x1f518a(0x168)));_0x26d1c1[_0x1f518a(0x169)](_0x32f0d7,0x0)&&_0x2ed731[_0x1f518a(0x197)](''+chalk[_0x1f518a(0x185)][_0x1f518a(0x1ba)](_0x32f0d7+'\x20undefined'));_0x26d1c1[_0x1f518a(0x167)](_0x349c3e,0x0)&&_0x2ed731['push'](''+chalk[_0x1f518a(0x185)][_0x1f518a(0x1ba)](_0x349c3e+_0x1f518a(0x168)));const _0x373185=_0x26d1c1[_0x1f518a(0x189)](_0x26d1c1[_0x1f518a(0x196)](_0x26d1c1[_0x1f518a(0x196)](_0x364d37,'('),_0x2ed731[_0x1f518a(0x194)](',\x20')),')');console[_0x1f518a(0x1a9)](_0x26d1c1[_0x1f518a(0x1b7)](_0x26d1c1[_0x1f518a(0x18d)](_0x26d1c1[_0x1f518a(0x189)](_0x26d1c1['xbpUT']('\x0a',_0xd41feb),'\x0a'),_0x373185),'\x0a')),_0x26d1c1['Xpxuk'](_0x109161,![])&&(_0x540bf7=0x1);}),_0x540bf7;}async function run(_0xdddbff,_0xdd71e9){const _0x4b13f4=a4_0xb6f54,_0xf94440={'WknnT':_0x4b13f4(0x18a),'pWBSq':function(_0x1b9891,_0x3125fa){return _0x1b9891(_0x3125fa);},'lKzMA':function(_0x309858,_0x2a744c){return _0x309858>_0x2a744c;},'SokHL':_0x4b13f4(0x198),'SJEpC':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','YaYYX':'cucumber-js','kcIiw':_0x4b13f4(0x1ae),'AUfYa':function(_0x37c40d,_0x33e3b2){return _0x37c40d-_0x33e3b2;},'fpvHm':function(_0x3e7d19,_0x3ac2bc){return _0x3e7d19>=_0x3ac2bc;},'TZqFx':function(_0xa982cb,_0x57c513,_0x36a19a,_0x94f130,_0x5f001d,_0x3ca27f){return _0xa982cb(_0x57c513,_0x36a19a,_0x94f130,_0x5f001d,_0x3ca27f);}},_0x29efec=new BrowserStackSetup(_0xdddbff,_0xf94440[_0x4b13f4(0x164)]);await _0x29efec[_0x4b13f4(0x1ad)](),await helper[_0x4b13f4(0x1b3)](_0x29efec[_0x4b13f4(0x182)]);const _0x30c6fc=[];if(!_0x29efec[_0x4b13f4(0x182)])return;const _0x185d6b=_0x29efec['config'][_0x4b13f4(0x1af)],_0x512e93=helper[_0x4b13f4(0x16f)](_0x29efec['config']);_0x29efec['config'][_0x4b13f4(0x1b8)][_0x4b13f4(0x178)]((_0x3135ae,_0x4f924e)=>{const _0x4583e5=_0x4b13f4;_0x512e93?_0x30c6fc[_0x4583e5(0x197)](helper[_0x4583e5(0x162)](_0x29efec[_0x4583e5(0x182)],_0xf94440[_0x4583e5(0x1a1)],_0x4f924e)):_0x30c6fc[_0x4583e5(0x197)](helper[_0x4583e5(0x1b9)](_0x29efec[_0x4583e5(0x182)],_0xf94440[_0x4583e5(0x1a1)],_0x4f924e));});const _0x23019d={'server':helper[_0x4b13f4(0x170)](_0x29efec[_0x4b13f4(0x182)]),'proxySettings':_0x29efec[_0x4b13f4(0x182)]['proxySettings'],'maxWorkers':_0x185d6b,'browserStackLogLevel':_0x29efec[_0x4b13f4(0x182)][_0x4b13f4(0x19c)],'skipSessionName':_0x29efec[_0x4b13f4(0x182)][_0x4b13f4(0x160)]['skipSessionName'],'skipSessionStatus':_0x29efec[_0x4b13f4(0x182)][_0x4b13f4(0x160)][_0x4b13f4(0x186)],'turboScaleUrl':_0x29efec[_0x4b13f4(0x182)][_0x4b13f4(0x187)]},_0x3338ca=process[_0x4b13f4(0x17e)],[_0x27f0c8,_0x2a64c1]=helper['parseFormatters'](_0x3338ca),_0x1fe206=path[_0x4b13f4(0x194)](process[_0x4b13f4(0x19e)](),_0xf94440[_0x4b13f4(0x17d)]);if(_0xf94440[_0x4b13f4(0x190)](_0x2a64c1[_0x4b13f4(0x17a)],0x0)){helper[_0x4b13f4(0x193)](_0x1fe206);for(let _0x12dfca=_0xf94440[_0x4b13f4(0x1ac)](_0x27f0c8[_0x4b13f4(0x17a)],0x1);_0xf94440[_0x4b13f4(0x165)](_0x12dfca,0x0);_0x12dfca--){_0x3338ca[_0x4b13f4(0x1a6)](_0x27f0c8[_0x12dfca],0x2);}}helper[_0x4b13f4(0x17c)]();let _0x4c2f01;_0xf94440[_0x4b13f4(0x1ab)](parallelCucumberRun,_0x30c6fc,_0x23019d,_0x29efec['config'],_0x3338ca,_0x2a64c1)['then'](async _0x2b0bf3=>{const _0x23aa76=_0x4b13f4;_0x4c2f01=_0x2b0bf3;const _0x3b798a=_0xf94440[_0x23aa76(0x18c)](printCucumberStats,_0x2b0bf3);process[_0x23aa76(0x16e)]=_0x3b798a,_0xf94440['lKzMA'](_0x2a64c1[_0x23aa76(0x17a)],0x0)&&(logger[_0x23aa76(0x17b)](_0xf94440[_0x23aa76(0x1a4)]),helper[_0x23aa76(0x175)](_0x1fe206,_0x2a64c1),logger['debug'](_0xf94440['SJEpC']),helper['removeDir'](_0x1fe206));})[_0x4b13f4(0x166)](async()=>{const _0x1875d7=_0x4b13f4;_0x29efec['errorMessage']=helper[_0x1875d7(0x16a)](_0x4c2f01,_0xf94440[_0x1875d7(0x1a1)]),await helper[_0x1875d7(0x1a3)](_0x29efec);});}module[a4_0xb6f54(0x179)]=run;
@@ -1 +1 @@
1
- const a5_0x3b5b46=a5_0xac25;(function(_0x1ce5c4,_0x17072d){const _0x1ce24f=a5_0xac25,_0x5a6139=_0x1ce5c4();while(!![]){try{const _0x29b3dd=-parseInt(_0x1ce24f(0x16a))/0x1*(-parseInt(_0x1ce24f(0x180))/0x2)+parseInt(_0x1ce24f(0x1b2))/0x3*(-parseInt(_0x1ce24f(0x173))/0x4)+-parseInt(_0x1ce24f(0x16e))/0x5+-parseInt(_0x1ce24f(0x18e))/0x6+parseInt(_0x1ce24f(0x175))/0x7*(-parseInt(_0x1ce24f(0x13a))/0x8)+-parseInt(_0x1ce24f(0x19e))/0x9*(-parseInt(_0x1ce24f(0x129))/0xa)+parseInt(_0x1ce24f(0x140))/0xb;if(_0x29b3dd===_0x17072d)break;else _0x5a6139['push'](_0x5a6139['shift']());}catch(_0x5a3db6){_0x5a6139['push'](_0x5a6139['shift']());}}}(a5_0x19b8,0x48914));function a5_0xac25(_0x7516aa,_0x19a751){const _0x19b8e5=a5_0x19b8();return a5_0xac25=function(_0xac2513,_0x5d0694){_0xac2513=_0xac2513-0x11e;let _0x8ee861=_0x19b8e5[_0xac2513];return _0x8ee861;},a5_0xac25(_0x7516aa,_0x19a751);}const {requireModule,getPlatformName,nestedKeyValue}=require(a5_0x3b5b46(0x13d)),{Formatter,formatterHelpers,Status}=requireModule(a5_0x3b5b46(0x160));class BrowserstackFormatter extends Formatter{constructor(_0x302399){const _0xa16759=a5_0x3b5b46,_0x1c22c4={'eaVxE':function(_0x31df2b,_0x4f8992){return _0x31df2b(_0x4f8992);},'OWakf':function(_0x2ba7de,_0x5c07d6){return _0x2ba7de+_0x5c07d6;},'imNrz':function(_0x5124de,_0x53a273){return _0x5124de+_0x53a273;},'Ptbhr':'\x20-\x20','CrEBJ':function(_0x23e8c1,_0x42ca84){return _0x23e8c1+_0x42ca84;},'qjYwV':function(_0x7e1aee,_0x47d6ea){return _0x7e1aee!==_0x47d6ea;},'vKhVH':'bstack','cjKpX':function(_0x20c93d,_0x21f3f6){return _0x20c93d+_0x21f3f6;},'RzVuO':function(_0x462cde,_0x32053c){return _0x462cde+_0x32053c;},'LsyNS':function(_0x3da3d7,_0x46a07c){return _0x3da3d7+_0x46a07c;},'RegPs':function(_0x4ce840,_0x5330c6){return _0x4ce840+_0x5330c6;},'IIPdl':_0xa16759(0x190),'HtUwu':function(_0x5357da,_0x37a39b){return _0x5357da===_0x37a39b;},'qxkvR':'FAILED','gPtIl':function(_0x4dc82c,_0x2f7691,_0x1dd9e9){return _0x4dc82c(_0x2f7691,_0x1dd9e9);},'dEgPs':_0xa16759(0x120),'Ulgnc':'message','TMwiR':function(_0xf6a8f8,_0x31c2d5){return _0xf6a8f8+_0x31c2d5;},'Zhmut':function(_0x25696a,_0x4048fc){return _0x25696a!==_0x4048fc;},'tTzZk':'hEXLY','MIYQk':function(_0x57e71a,_0x14ab3b){return _0x57e71a!==_0x14ab3b;},'NMDxY':_0xa16759(0x12d),'XsnjY':_0xa16759(0x1b4),'pWKRF':_0xa16759(0x1a0),'ceqYt':_0xa16759(0x123),'TBaDp':_0xa16759(0x14c),'ZDQjW':function(_0x5bddda,_0x47c22a){return _0x5bddda!==_0x47c22a;},'WZmno':_0xa16759(0x182),'tzQfn':function(_0x15d3f4,_0x3abeeb){return _0x15d3f4+_0x3abeeb;},'eunZO':function(_0x51540f,_0x277d7d){return _0x51540f===_0x277d7d;},'CuaoF':_0xa16759(0x163),'oPBCY':function(_0x1a1a35,_0x50e058){return _0x1a1a35!==_0x50e058;},'xfDNd':_0xa16759(0x18b),'WHTOB':_0xa16759(0x127),'TdUlD':'envelope'};super(_0x302399),_0x302399['eventBroadcaster']['on'](_0x1c22c4[_0xa16759(0x159)],_0x2b061e=>{const _0x160271=_0xa16759;if(_0x1c22c4[_0x160271(0x122)](_0x1c22c4['tTzZk'],_0x1c22c4[_0x160271(0x15d)]))_0x4733e0[_0x160271(0x13c)]=_0x1c22c4['eaVxE'](_0x2f6057,_0x41a147),this['log'](_0x1c22c4[_0x160271(0x1a1)](_0x160271(0x14b)+_0x1bed11[_0x160271(0x13c)],'\x0a'));else{if(_0x2b061e[_0x160271(0x1ad)]){if(_0x1c22c4[_0x160271(0x16f)](_0x1c22c4[_0x160271(0x15e)],_0x1c22c4['XsnjY']))testSuites+=0x1;else return![];}else{if(_0x2b061e[_0x160271(0x18d)]){if(_0x1c22c4[_0x160271(0x144)](_0x1c22c4[_0x160271(0x11f)],_0x1c22c4['ceqYt']))_0x489231+=0x1;else{let _0x32907a;if(_0x1c22c4['MIYQk'](process[_0x160271(0x197)][_0x160271(0x152)],undefined)){if(_0x1c22c4[_0x160271(0x144)](_0x1c22c4['TBaDp'],_0x1c22c4[_0x160271(0x168)])){const _0x450624=JSON['parse'](process[_0x160271(0x197)][_0x160271(0x152)]);_0x32907a=_0x450624[_0x160271(0x1ab)];}else return!![];}if(_0x1c22c4[_0x160271(0x149)](_0x32907a,undefined)){if(_0x1c22c4['MIYQk'](_0x1c22c4['WZmno'],_0x1c22c4[_0x160271(0x135)])){const _0x167627=_0x277598[_0x160271(0x156)](_0x26ecb1[_0x160271(0x197)]['CONFIG']);_0x1f3aee=_0x167627['capability'];}else global['__platform']=_0x1c22c4[_0x160271(0x181)](getPlatformName,_0x32907a),this[_0x160271(0x1ac)](_0x1c22c4[_0x160271(0x191)]('Executing\x20tests\x20for\x20'+global[_0x160271(0x13c)],'\x0a'));}}}else{if(_0x2b061e[_0x160271(0x16c)])_0x1c22c4[_0x160271(0x14e)](_0x1c22c4[_0x160271(0x171)],_0x1c22c4[_0x160271(0x171)])?this[_0x160271(0x14a)](_0x2b061e[_0x160271(0x16c)]):(_0x442dea[_0x1c22c4['OWakf'](_0x1c22c4[_0x160271(0x15b)](_0x11bdf8['gherkinDocument'][_0x160271(0x15c)]['name'],_0x1c22c4[_0x160271(0x154)]),_0x228f2c[_0x160271(0x121)][_0x160271(0x139)])]=_0x105856,this['log'](_0x1c22c4[_0x160271(0x133)](_0x1b0efb,'\x0a')));else{if(_0x2b061e[_0x160271(0x17d)]){if(_0x1c22c4[_0x160271(0x1b6)](_0x1c22c4['xfDNd'],_0x1c22c4[_0x160271(0x147)]))this[_0x160271(0x136)](_0x2b061e[_0x160271(0x17d)]);else{if(_0x1c22c4[_0x160271(0x134)](_0x522fd3['name'],_0x1c22c4['vKhVH'])&&!this['isBstackHook'](_0x42b59b)){_0xbb616e+=0x1,this[_0x160271(0x1ac)](_0x1c22c4[_0x160271(0x169)](_0x1c22c4[_0x160271(0x13f)](_0x1c22c4[_0x160271(0x18c)](_0x1c22c4[_0x160271(0x17c)](_0x1c22c4[_0x160271(0x15b)](_0x1c22c4[_0x160271(0x18a)],_0x5478be[_0x160271(0x183)]),_0x414de4[_0x160271(0x187)]||''),_0x1c22c4['Ptbhr']),_0x5e97d9[_0x300e09[_0x160271(0x120)][_0x160271(0x128)]]),'\x0a')),this[_0x160271(0x17e)](_0x3e6287[_0x23efc6[_0x160271(0x120)][_0x160271(0x128)]]);if(_0x1c22c4[_0x160271(0x144)](_0x394676[_0x146c85[_0x160271(0x120)][_0x160271(0x128)]],_0x1c22c4[_0x160271(0x143)])){_0x389431=!![];const _0x41fcb7=_0x1c22c4['gPtIl'](_0x2e7a18,_0x2b965a,[_0x1c22c4['dEgPs'],_0x1c22c4['Ulgnc']]);_0x41fcb7&&(_0x130e17[_0x1c22c4[_0x160271(0x17c)](_0x1c22c4[_0x160271(0x15b)](_0x522a7c['gherkinDocument'][_0x160271(0x15c)][_0x160271(0x139)],_0x1c22c4[_0x160271(0x154)]),_0xb36db3[_0x160271(0x121)]['name'])]=_0x41fcb7,this[_0x160271(0x1ac)](_0x1c22c4[_0x160271(0x1b0)](_0x41fcb7,'\x0a')));}}}}}}}}});}[a5_0x3b5b46(0x14a)](_0x2fe600){const _0x4eb8c4=a5_0x3b5b46,_0x518f67={'QBGRT':function(_0x15a086,_0x5ef1f6){return _0x15a086!==_0x5ef1f6;},'nfChJ':_0x4eb8c4(0x185),'esOsC':function(_0x2b4110,_0x5c8110,_0x2d4c5c){return _0x2b4110(_0x5c8110,_0x2d4c5c);},'xvGOg':'result','jRJEK':_0x4eb8c4(0x126),'hKwtd':function(_0x4d5d92,_0x4d44f8){return _0x4d5d92+_0x4d44f8;},'PfSEj':_0x4eb8c4(0x138),'tVXga':function(_0x5f21e4,_0xd47180){return _0x5f21e4+_0xd47180;},'FdGbX':function(_0x50e6c9,_0x1d6346){return _0x50e6c9!==_0x1d6346;},'LsimB':function(_0x5778f4,_0x43b141){return _0x5778f4(_0x43b141);},'vxgBx':function(_0x7375ea,_0xc03b97){return _0x7375ea+_0xc03b97;},'fEoCW':function(_0x5a4491,_0x34619c){return _0x5a4491+_0x34619c;},'tRrUC':function(_0x5ea45b,_0x308345){return _0x5ea45b!==_0x308345;},'VLrHO':_0x4eb8c4(0x17a),'rchJR':_0x4eb8c4(0x11e),'UpZJH':_0x4eb8c4(0x19c),'FBeIj':_0x4eb8c4(0x142),'NtYtB':function(_0x1d6d80,_0x20e348){return _0x1d6d80+_0x20e348;},'kIurA':function(_0x56026f,_0x411b1c){return _0x56026f+_0x411b1c;},'CdaBp':function(_0x5b6ed8,_0x1d50b3){return _0x5b6ed8+_0x1d50b3;},'HyBdj':'\x20\x20\x20\x20','UMaeh':function(_0x3f3345,_0x378511){return _0x3f3345===_0x378511;},'xnzRG':_0x4eb8c4(0x124),'ORyeX':function(_0x4198b7,_0x17a40a){return _0x4198b7===_0x17a40a;},'LbuKA':_0x4eb8c4(0x16b),'bAMJV':function(_0x14be87,_0x3fb249,_0x5c53e1){return _0x14be87(_0x3fb249,_0x5c53e1);},'ARlRm':'tllHR','EPvFM':function(_0x3d23dd,_0x3e58e7){return _0x3d23dd+_0x3e58e7;},'hzxbI':function(_0x30eee1,_0x583e46){return _0x30eee1+_0x583e46;},'ZKuBq':function(_0x2c82a3,_0x440701){return _0x2c82a3+_0x440701;},'RUzWi':function(_0x2c88ba,_0x59e5dc){return _0x2c88ba+_0x59e5dc;},'lEgqC':function(_0x5abc4d,_0x11fd67){return _0x5abc4d+_0x11fd67;},'tTdxB':function(_0x5b1460,_0x1d14e8,_0x268db0){return _0x5b1460(_0x1d14e8,_0x268db0);},'DVuqq':function(_0x202065,_0x352d61){return _0x202065+_0x352d61;},'HUVZD':function(_0x46f7d3,_0x3e7ee2){return _0x46f7d3+_0x3e7ee2;},'BmEpc':function(_0x53af86,_0x224009){return _0x53af86+_0x224009;},'HCoAZ':function(_0x485d83,_0x30cdc5){return _0x485d83===_0x30cdc5;},'gkIbC':_0x4eb8c4(0x1a3),'eGzLV':'BlmJO','PIGzM':function(_0x21eb92,_0x3455ce){return _0x21eb92+_0x3455ce;},'TDcPg':function(_0xf2d85f,_0x15d3bd){return _0xf2d85f+_0x15d3bd;},'TMELq':function(_0x2e98c2,_0x52e15e){return _0x2e98c2+_0x52e15e;},'feGqR':function(_0x436210,_0x94045c){return _0x436210===_0x94045c;},'ApBbv':_0x4eb8c4(0x16d)};if(_0x518f67[_0x4eb8c4(0x161)](global[_0x4eb8c4(0x13c)],undefined)){if(_0x518f67[_0x4eb8c4(0x15f)](_0x518f67[_0x4eb8c4(0x1a7)],_0x518f67[_0x4eb8c4(0x1af)])){if(_0x518f67[_0x4eb8c4(0x1a4)](_0x20002a[_0x4eb8c4(0x151)],_0x449853))return![];if(_0x2e1bf3[_0x4eb8c4(0x170)]&&_0x3eb82a[_0x4eb8c4(0x170)]['uri'][_0x4eb8c4(0x1ae)](_0x518f67[_0x4eb8c4(0x162)]))return!![];return![];}else this[_0x4eb8c4(0x1ac)](_0x518f67['PIGzM'](_0x518f67[_0x4eb8c4(0x13e)]('\x0a',global['__platform']),'\x0a'));}const _0x35cd7f=this['eventDataCollector']['getTestCaseAttempt'](_0x2fe600['testCaseStartedId']);this[_0x4eb8c4(0x1ac)](_0x518f67[_0x4eb8c4(0x12a)](_0x518f67[_0x4eb8c4(0x155)](_0x518f67[_0x4eb8c4(0x12a)](_0x518f67[_0x4eb8c4(0x12c)]('\x20\x20',_0x35cd7f['gherkinDocument'][_0x4eb8c4(0x15c)]['name']),_0x518f67['PfSEj']),_0x35cd7f['pickle'][_0x4eb8c4(0x139)]),'\x0a'));const _0x34454f={};_0x34454f[_0x4eb8c4(0x17f)]=this[_0x4eb8c4(0x17f)],_0x34454f[_0x4eb8c4(0x179)]=this['snippetBuilder'],_0x34454f[_0x4eb8c4(0x1aa)]=this[_0x4eb8c4(0x1aa)],_0x34454f[_0x4eb8c4(0x178)]=_0x35cd7f;const _0x2a889b=formatterHelpers[_0x4eb8c4(0x1b3)](_0x34454f);let _0x8f95dc=![];_0x2a889b[_0x4eb8c4(0x137)]['forEach'](_0x1b3217=>{const _0x58983f=_0x4eb8c4;if(_0x518f67[_0x58983f(0x157)](_0x518f67[_0x58983f(0x14f)],_0x518f67[_0x58983f(0x15a)])){if(_0x518f67[_0x58983f(0x1a4)](_0x1b3217[_0x58983f(0x139)],_0x518f67[_0x58983f(0x167)])&&!this['isBstackHook'](_0x1b3217)){if(_0x518f67[_0x58983f(0x161)](_0x518f67[_0x58983f(0x192)],_0x518f67['FBeIj'])){_0x4771fa=!![];const _0x3117bc=_0x518f67[_0x58983f(0x153)](_0x5b2321,_0x15b0ae,[_0x518f67[_0x58983f(0x141)],_0x518f67[_0x58983f(0x19f)]]);_0x3117bc&&(_0x10c1a2[_0x518f67[_0x58983f(0x145)](_0x518f67[_0x58983f(0x145)](_0x44a281['gherkinDocument']['feature'][_0x58983f(0x139)],_0x518f67[_0x58983f(0x1b1)]),_0x516248[_0x58983f(0x121)][_0x58983f(0x139)])]=_0x3117bc,this['log'](_0x518f67[_0x58983f(0x198)](_0x3117bc,'\x0a')));}else{totalTests+=0x1,this['log'](_0x518f67[_0x58983f(0x1a2)](_0x518f67[_0x58983f(0x13b)](_0x518f67['CdaBp'](_0x518f67[_0x58983f(0x130)](_0x518f67[_0x58983f(0x198)](_0x518f67[_0x58983f(0x189)],_0x1b3217[_0x58983f(0x183)]),_0x1b3217[_0x58983f(0x187)]||''),_0x518f67[_0x58983f(0x1b1)]),Status[_0x1b3217['result']['status']]),'\x0a')),this[_0x58983f(0x17e)](Status[_0x1b3217['result'][_0x58983f(0x128)]]);if(_0x518f67[_0x58983f(0x158)](Status[_0x1b3217[_0x58983f(0x120)][_0x58983f(0x128)]],_0x518f67[_0x58983f(0x184)])){if(_0x518f67[_0x58983f(0x17b)](_0x518f67[_0x58983f(0x19b)],_0x518f67[_0x58983f(0x19b)])){_0x8f95dc=!![];const _0x1a899a=_0x518f67[_0x58983f(0x1b5)](nestedKeyValue,_0x1b3217,[_0x518f67[_0x58983f(0x141)],_0x518f67[_0x58983f(0x19f)]]);if(_0x1a899a){if(_0x518f67[_0x58983f(0x157)](_0x518f67[_0x58983f(0x150)],_0x518f67[_0x58983f(0x150)])){let _0x56a53e;if(_0x518f67[_0x58983f(0x161)](_0x54ec44['env'][_0x58983f(0x152)],_0x3a729d)){const _0x526e47=_0x1d1a13[_0x58983f(0x156)](_0x2cfbf5[_0x58983f(0x197)][_0x58983f(0x152)]);_0x56a53e=_0x526e47['capability'];}_0x518f67[_0x58983f(0x1a4)](_0x56a53e,_0x4610c1)&&(_0x17a5b6['__platform']=_0x518f67[_0x58983f(0x132)](_0x2dcc3d,_0x56a53e),this[_0x58983f(0x1ac)](_0x518f67[_0x58983f(0x130)](_0x58983f(0x14b)+_0x5e2046[_0x58983f(0x13c)],'\x0a')));}else testsErrorMessage[_0x518f67[_0x58983f(0x12a)](_0x518f67[_0x58983f(0x12f)](_0x35cd7f[_0x58983f(0x195)]['feature'][_0x58983f(0x139)],_0x518f67[_0x58983f(0x1b1)]),_0x35cd7f[_0x58983f(0x121)]['name'])]=_0x1a899a,this['log'](_0x518f67['hKwtd'](_0x1a899a,'\x0a'));}}else this[_0x58983f(0x1ac)](_0x518f67['vxgBx'](_0x518f67[_0x58983f(0x1b7)]('\x0a',_0x4cde47[_0x58983f(0x13c)]),'\x0a'));}}}}else _0x114d88+=0x1;});if(_0x8f95dc){if(_0x518f67['feGqR'](_0x518f67['ApBbv'],_0x518f67['ApBbv']))testSuitesFailed+=0x1;else{_0x3450c5+=0x1,this[_0x4eb8c4(0x1ac)](_0x518f67[_0x4eb8c4(0x166)](_0x518f67[_0x4eb8c4(0x166)](_0x518f67[_0x4eb8c4(0x146)](_0x518f67['hKwtd'](_0x518f67[_0x4eb8c4(0x1a9)](_0x518f67['HyBdj'],_0x502f1f[_0x4eb8c4(0x183)]),_0x1f363b[_0x4eb8c4(0x187)]||''),_0x518f67[_0x4eb8c4(0x1b1)]),_0x3e344a[_0x1f11fa[_0x4eb8c4(0x120)]['status']]),'\x0a')),this[_0x4eb8c4(0x17e)](_0x56f708[_0x51438f[_0x4eb8c4(0x120)][_0x4eb8c4(0x128)]]);if(_0x518f67[_0x4eb8c4(0x17b)](_0x117b70[_0x43b1b6[_0x4eb8c4(0x120)][_0x4eb8c4(0x128)]],_0x518f67[_0x4eb8c4(0x184)])){_0x168aba=!![];const _0x4b3f64=_0x518f67[_0x4eb8c4(0x18f)](_0x48b227,_0xc8466a,[_0x518f67[_0x4eb8c4(0x141)],_0x518f67[_0x4eb8c4(0x19f)]]);_0x4b3f64&&(_0x24d55f[_0x518f67[_0x4eb8c4(0x196)](_0x518f67[_0x4eb8c4(0x19d)](_0xb5851d[_0x4eb8c4(0x195)]['feature'][_0x4eb8c4(0x139)],_0x518f67['PfSEj']),_0x491017[_0x4eb8c4(0x121)][_0x4eb8c4(0x139)])]=_0x4b3f64,this['log'](_0x518f67[_0x4eb8c4(0x12c)](_0x4b3f64,'\x0a')));}}}this[_0x4eb8c4(0x1ac)]('\x0a');}[a5_0x3b5b46(0x136)](_0x1aaf5d){}[a5_0x3b5b46(0x174)](_0x18818d){const _0x557bc1=a5_0x3b5b46,_0x1181f1={};_0x1181f1['ZrZJV']=function(_0xc723c8,_0x5d66b5){return _0xc723c8!==_0x5d66b5;},_0x1181f1[_0x557bc1(0x176)]=function(_0x3c967c,_0x2b0d53){return _0x3c967c===_0x2b0d53;},_0x1181f1['ADyTG']='ABkpe',_0x1181f1[_0x557bc1(0x131)]=_0x557bc1(0x185),_0x1181f1[_0x557bc1(0x199)]=function(_0x248655,_0x59783e){return _0x248655===_0x59783e;},_0x1181f1[_0x557bc1(0x193)]=_0x557bc1(0x12e);const _0x3b17a0=_0x1181f1;if(_0x3b17a0['ZrZJV'](_0x18818d[_0x557bc1(0x151)],undefined)){if(_0x3b17a0['moQEl'](_0x3b17a0[_0x557bc1(0x19a)],_0x3b17a0[_0x557bc1(0x19a)]))return![];else this[_0x557bc1(0x136)](_0x4800e3[_0x557bc1(0x17d)]);}if(_0x18818d[_0x557bc1(0x170)]&&_0x18818d[_0x557bc1(0x170)][_0x557bc1(0x14d)][_0x557bc1(0x1ae)](_0x3b17a0[_0x557bc1(0x131)])){if(_0x3b17a0[_0x557bc1(0x199)](_0x3b17a0[_0x557bc1(0x193)],_0x3b17a0['LBlnq']))return!![];else this[_0x557bc1(0x14a)](_0x1492ab[_0x557bc1(0x16c)]);}return![];}[a5_0x3b5b46(0x17e)](_0x57ac7d){const _0x52c1db=a5_0x3b5b46,_0x209973={};_0x209973[_0x52c1db(0x177)]=_0x52c1db(0x124),_0x209973[_0x52c1db(0x165)]=_0x52c1db(0x188),_0x209973[_0x52c1db(0x186)]='SKIPPED',_0x209973[_0x52c1db(0x148)]=_0x52c1db(0x125),_0x209973['sOajg']=_0x52c1db(0x1a8),_0x209973[_0x52c1db(0x164)]=_0x52c1db(0x194),_0x209973[_0x52c1db(0x12b)]=_0x52c1db(0x172);const _0x4d6522=_0x209973;switch(_0x57ac7d){case _0x4d6522[_0x52c1db(0x177)]:testsFailed+=0x1;break;case _0x4d6522[_0x52c1db(0x165)]:testsPassed+=0x1;break;case _0x4d6522[_0x52c1db(0x186)]:testsSkipped+=0x1;break;case _0x4d6522[_0x52c1db(0x148)]:testsPending+=0x1;break;case _0x4d6522[_0x52c1db(0x1a5)]:testsUndefined+=0x1;break;case _0x4d6522[_0x52c1db(0x164)]:testsUnknown+=0x1;break;case _0x4d6522[_0x52c1db(0x12b)]:testsAmbiguous+=0x1;break;default:break;}}}function a5_0x19b8(){const _0x5531a0=['1981315FnUxxc','MIYQk','actionLocation','CuaoF','AMBIGUOUS','586916RlfBgM','isBstackHook','35wyIIOX','moQEl','VAkaR','testCaseAttempt','snippetBuilder','LSWbp','ORyeX','RegPs','testRunFinished','incrementCounter','cwd','34512aePQMP','eaVxE','GkVzi','keyword','xnzRG','cucumber-js/test.setup.js','fkbdF','text','PASSED','HyBdj','IIPdl','ZVMkO','LsyNS','testRunStarted','2374980GAdbbL','tTdxB','\x20\x20\x20\x20','tzQfn','FBeIj','LBlnq','UNKNOWN','gherkinDocument','DVuqq','env','tVXga','uNPcp','ADyTG','LbuKA','bstack','HUVZD','9TZWlkH','jRJEK','jfeMq','OWakf','NtYtB','vqwKR','QBGRT','sOajg','exports','gkIbC','UNDEFINED','lEgqC','supportCodeLibrary','capability','log','testCaseStarted','includes','eGzLV','TMwiR','PfSEj','3SoplRw','parseTestCaseAttempt','OJNFi','bAMJV','oPBCY','fEoCW','lAcQx','pWKRF','result','pickle','Zhmut','YiKMr','FAILED','PENDING','message','qBBeg','status','1236490FSXDQT','EPvFM','WdmqF','BmEpc','eGGGi','hNojU','hzxbI','vxgBx','ItqfG','LsimB','CrEBJ','qjYwV','WZmno','logTestRunFinished','testSteps','\x20-\x20','name','658536RthHzW','kIurA','__platform','../../../helpers/helper','TDcPg','RzVuO','15435222WHmYVX','xvGOg','zllRY','qxkvR','HtUwu','hKwtd','RUzWi','WHTOB','daQWx','ZDQjW','logTestCaseFinished','Executing\x20tests\x20for\x20','FDkwZ','uri','eunZO','VLrHO','ARlRm','sourceLocation','CONFIG','esOsC','Ptbhr','TMELq','parse','tRrUC','UMaeh','TdUlD','rchJR','imNrz','feature','tTzZk','NMDxY','HCoAZ','@cucumber/cucumber','FdGbX','nfChJ','AxjaE','ECrbO','IrWDX','ZKuBq','UpZJH','TBaDp','cjKpX','7JOCArt','peJWZ','testCaseFinished','YWJfx'];a5_0x19b8=function(){return _0x5531a0;};return a5_0x19b8();}module[a5_0x3b5b46(0x1a6)]=BrowserstackFormatter;
1
+ const a5_0x1e3e45=a5_0x11ed;(function(_0x1277d4,_0x5b6101){const _0x4feab1=a5_0x11ed,_0x4009b9=_0x1277d4();while(!![]){try{const _0x3ac97b=parseInt(_0x4feab1(0xf7))/0x1+-parseInt(_0x4feab1(0x102))/0x2+parseInt(_0x4feab1(0x104))/0x3+-parseInt(_0x4feab1(0x110))/0x4*(parseInt(_0x4feab1(0xf6))/0x5)+parseInt(_0x4feab1(0x101))/0x6*(-parseInt(_0x4feab1(0x13d))/0x7)+-parseInt(_0x4feab1(0x116))/0x8*(-parseInt(_0x4feab1(0x12d))/0x9)+-parseInt(_0x4feab1(0x109))/0xa;if(_0x3ac97b===_0x5b6101)break;else _0x4009b9['push'](_0x4009b9['shift']());}catch(_0x772068){_0x4009b9['push'](_0x4009b9['shift']());}}}(a5_0x10a2,0xd265e));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule(a5_0x1e3e45(0x13e));function a5_0x11ed(_0x27679c,_0x29e220){const _0x10a227=a5_0x10a2();return a5_0x11ed=function(_0x11edee,_0x3aa845){_0x11edee=_0x11edee-0xf3;let _0x861db2=_0x10a227[_0x11edee];return _0x861db2;},a5_0x11ed(_0x27679c,_0x29e220);}class BrowserstackFormatter extends Formatter{constructor(_0x29c877){const _0x3df82f=a5_0x1e3e45,_0x51932c={'uVqHS':function(_0x2694f4,_0x1c76df){return _0x2694f4!==_0x1c76df;},'aTjho':function(_0x700d92,_0x425b77){return _0x700d92(_0x425b77);},'XYOHL':function(_0x5f06cf,_0x13224c){return _0x5f06cf+_0x13224c;},'uePAz':'envelope'};super(_0x29c877),_0x29c877[_0x3df82f(0x13f)]['on'](_0x51932c[_0x3df82f(0x105)],_0x528e1a=>{const _0x21c475=_0x3df82f;if(_0x528e1a[_0x21c475(0x117)])testSuites+=0x1;else{if(_0x528e1a['testRunStarted']){let _0x44c1f8;if(_0x51932c[_0x21c475(0x141)](process['env'][_0x21c475(0xfe)],undefined)){const _0x442cea=JSON[_0x21c475(0x10c)](process[_0x21c475(0x12b)]['CONFIG']);_0x44c1f8=_0x442cea['capability'];}_0x51932c[_0x21c475(0x141)](_0x44c1f8,undefined)&&(global['__platform']=_0x51932c[_0x21c475(0x118)](getPlatformName,_0x44c1f8),this['log'](_0x51932c[_0x21c475(0x12c)](_0x21c475(0x134)+global['__platform'],'\x0a')));}else{if(_0x528e1a[_0x21c475(0xfd)])this[_0x21c475(0x125)](_0x528e1a[_0x21c475(0xfd)]);else _0x528e1a[_0x21c475(0x136)]&&this['logTestRunFinished'](_0x528e1a[_0x21c475(0x136)]);}}});}['logTestCaseFinished'](_0x3d5cc4){const _0x3651d5=a5_0x1e3e45,_0x18cb09={'CkMav':function(_0x19cd4c,_0x2da0c6){return _0x19cd4c!==_0x2da0c6;},'cBqUO':_0x3651d5(0x124),'BbWBK':function(_0x377071,_0xdc26dd){return _0x377071+_0xdc26dd;},'jSghK':function(_0x3886f3,_0x5b4ef9){return _0x3886f3+_0x5b4ef9;},'lTyKi':function(_0x566789,_0x2b7ed2){return _0x566789+_0x2b7ed2;},'RoNZD':_0x3651d5(0x140),'UJOIN':_0x3651d5(0x119),'mPhPu':function(_0x279bcb,_0x19ad6a){return _0x279bcb===_0x19ad6a;},'jviRN':'FAILED','OGwwW':function(_0x270f46,_0x5e447b,_0x363f59){return _0x270f46(_0x5e447b,_0x363f59);},'baApH':_0x3651d5(0x12f),'xvasc':'message','beBPa':function(_0x241d89,_0xec7bfc){return _0x241d89+_0xec7bfc;},'ULukc':function(_0x470856,_0x2a0e47){return _0x470856+_0x2a0e47;},'Fxisz':function(_0x2a286a,_0x12d144){return _0x2a286a+_0x12d144;},'TBZbA':function(_0x459982,_0x5bb837){return _0x459982!==_0x5bb837;},'yBSPt':function(_0x4daafb,_0x141314){return _0x4daafb+_0x141314;}};_0x18cb09['TBZbA'](global['__platform'],undefined)&&this[_0x3651d5(0x112)](_0x18cb09[_0x3651d5(0x12a)](_0x18cb09['jSghK']('\x0a',global[_0x3651d5(0x103)]),'\x0a'));const _0x26e9e2=this['eventDataCollector'][_0x3651d5(0x133)](_0x3d5cc4[_0x3651d5(0xfc)]);this[_0x3651d5(0x112)](_0x18cb09['jSghK'](_0x18cb09['beBPa'](_0x18cb09[_0x3651d5(0x12a)](_0x18cb09['yBSPt']('\x20\x20',_0x26e9e2[_0x3651d5(0xff)]['feature'][_0x3651d5(0x123)]),_0x18cb09[_0x3651d5(0x108)]),_0x26e9e2[_0x3651d5(0xf5)]['name']),'\x0a'));const _0x3ab612={};_0x3ab612[_0x3651d5(0x113)]=this[_0x3651d5(0x113)],_0x3ab612['snippetBuilder']=this[_0x3651d5(0x12e)],_0x3ab612[_0x3651d5(0x13b)]=this['supportCodeLibrary'],_0x3ab612[_0x3651d5(0x107)]=_0x26e9e2;const _0x21abd7=formatterHelpers['parseTestCaseAttempt'](_0x3ab612);let _0x625dab=![];_0x21abd7['testSteps'][_0x3651d5(0x120)](_0x33ee34=>{const _0x2d5753=_0x3651d5;if(_0x18cb09[_0x2d5753(0x10b)](_0x33ee34[_0x2d5753(0x123)],_0x18cb09[_0x2d5753(0x111)])&&!this[_0x2d5753(0xf9)](_0x33ee34)){totalTests+=0x1,this['log'](_0x18cb09[_0x2d5753(0x129)](_0x18cb09[_0x2d5753(0x129)](_0x18cb09[_0x2d5753(0x132)](_0x18cb09['lTyKi'](_0x18cb09[_0x2d5753(0x129)](_0x18cb09[_0x2d5753(0x10f)],_0x33ee34[_0x2d5753(0x137)]),_0x33ee34[_0x2d5753(0x131)]||''),_0x18cb09[_0x2d5753(0x108)]),Status[_0x33ee34[_0x2d5753(0x12f)][_0x2d5753(0x128)]]),'\x0a')),this[_0x2d5753(0x138)](Status[_0x33ee34['result'][_0x2d5753(0x128)]]);if(_0x18cb09[_0x2d5753(0x11e)](Status[_0x33ee34['result'][_0x2d5753(0x128)]],_0x18cb09[_0x2d5753(0xfa)])){_0x625dab=!![];const _0xac26c2=_0x18cb09['OGwwW'](nestedKeyValue,_0x33ee34,[_0x18cb09[_0x2d5753(0xfb)],_0x18cb09['xvasc']]);_0xac26c2&&(testsErrorMessage[_0x18cb09[_0x2d5753(0x121)](_0x18cb09[_0x2d5753(0x12a)](_0x26e9e2[_0x2d5753(0xff)][_0x2d5753(0x100)]['name'],_0x18cb09[_0x2d5753(0x108)]),_0x26e9e2[_0x2d5753(0xf5)][_0x2d5753(0x123)])]=_0xac26c2,this[_0x2d5753(0x112)](_0x18cb09[_0x2d5753(0x13a)](_0xac26c2,'\x0a')));}}}),_0x625dab&&(testSuitesFailed+=0x1),this[_0x3651d5(0x112)]('\x0a');}['logTestRunFinished'](_0x1fb081){}['isBstackHook'](_0x280aab){const _0x2f44cc=a5_0x1e3e45,_0x5bb676={};_0x5bb676['yeIqC']=function(_0x4a494e,_0x3c1e9a){return _0x4a494e!==_0x3c1e9a;},_0x5bb676[_0x2f44cc(0xf8)]=_0x2f44cc(0x11c);const _0x4e02b9=_0x5bb676;if(_0x4e02b9[_0x2f44cc(0x10a)](_0x280aab[_0x2f44cc(0x115)],undefined))return![];if(_0x280aab[_0x2f44cc(0x10d)]&&_0x280aab[_0x2f44cc(0x10d)][_0x2f44cc(0xf4)][_0x2f44cc(0x122)](_0x4e02b9[_0x2f44cc(0xf8)]))return!![];return![];}[a5_0x1e3e45(0x138)](_0x2521e3){const _0x490088=a5_0x1e3e45,_0x1d66b2={};_0x1d66b2[_0x490088(0xf3)]=_0x490088(0x127),_0x1d66b2[_0x490088(0x135)]=_0x490088(0x11b),_0x1d66b2['rewlZ']=_0x490088(0x126),_0x1d66b2[_0x490088(0x11d)]=_0x490088(0x130),_0x1d66b2[_0x490088(0x13c)]='UNDEFINED',_0x1d66b2[_0x490088(0x10e)]=_0x490088(0x11f),_0x1d66b2[_0x490088(0x114)]=_0x490088(0x139);const _0x30fea9=_0x1d66b2;switch(_0x2521e3){case _0x30fea9['RaNUJ']:testsFailed+=0x1;break;case _0x30fea9['kmzZu']:testsPassed+=0x1;break;case _0x30fea9[_0x490088(0x11a)]:testsSkipped+=0x1;break;case _0x30fea9[_0x490088(0x11d)]:testsPending+=0x1;break;case _0x30fea9['EqpPL']:testsUndefined+=0x1;break;case _0x30fea9[_0x490088(0x10e)]:testsUnknown+=0x1;break;case _0x30fea9[_0x490088(0x114)]:testsAmbiguous+=0x1;break;default:break;}}}function a5_0x10a2(){const _0x2e63c8=['Executing\x20tests\x20for\x20','kmzZu','testRunFinished','keyword','incrementCounter','AMBIGUOUS','Fxisz','supportCodeLibrary','EqpPL','7kHWNVN','@cucumber/cucumber','eventBroadcaster','\x20\x20\x20\x20','uVqHS','RaNUJ','uri','pickle','30DsiSnB','1128541VNjWba','VCYUw','isBstackHook','jviRN','baApH','testCaseStartedId','testCaseFinished','CONFIG','gherkinDocument','feature','3288702LgKcEp','566478gDqNNY','__platform','2952849zKxkFT','uePAz','exports','testCaseAttempt','UJOIN','3302880HPtFfr','yeIqC','CkMav','parse','actionLocation','PjGek','RoNZD','994808RcibDL','cBqUO','log','cwd','EHzGJ','sourceLocation','2824UkFZDq','testCaseStarted','aTjho','\x20-\x20','rewlZ','PASSED','cucumber-js/test.setup.js','YJUdf','mPhPu','UNKNOWN','forEach','beBPa','includes','name','bstack','logTestCaseFinished','SKIPPED','FAILED','status','BbWBK','ULukc','env','XYOHL','35766CzRpUl','snippetBuilder','result','PENDING','text','jSghK','getTestCaseAttempt'];a5_0x10a2=function(){return _0x2e63c8;};return a5_0x10a2();}module[a5_0x1e3e45(0x106)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a6_0x10e308=a6_0x2767;(function(_0x3d6bf2,_0x576a3f){const _0x5f5c04=a6_0x2767,_0x584296=_0x3d6bf2();while(!![]){try{const _0x25be4a=parseInt(_0x5f5c04(0xb3))/0x1*(parseInt(_0x5f5c04(0xc6))/0x2)+-parseInt(_0x5f5c04(0xd0))/0x3*(parseInt(_0x5f5c04(0xec))/0x4)+-parseInt(_0x5f5c04(0xd3))/0x5+parseInt(_0x5f5c04(0xd5))/0x6+parseInt(_0x5f5c04(0xfe))/0x7+-parseInt(_0x5f5c04(0xc8))/0x8*(parseInt(_0x5f5c04(0xc0))/0x9)+-parseInt(_0x5f5c04(0x11d))/0xa;if(_0x25be4a===_0x576a3f)break;else _0x584296['push'](_0x584296['shift']());}catch(_0x2edc21){_0x584296['push'](_0x584296['shift']());}}}(a6_0x5d16,0x40150));function a6_0x2767(_0x1f9577,_0x3f41ad){const _0x5d16d8=a6_0x5d16();return a6_0x2767=function(_0x276749,_0x411420){_0x276749=_0x276749-0xa8;let _0x216a57=_0x5d16d8[_0x276749];return _0x216a57;},a6_0x2767(_0x1f9577,_0x3f41ad);}function a6_0x5d16(){const _0x2fa688=['qwkED','FMZiG','sRizJ','cCwXA','Dwhgr','\x20\x20\x20\x20','sYqwM','ktJnm','wyDcz','lpRzi','3194471bRQLUo','DxpRl','REmeN','hLgRL','Uqrev','logTestCaseFinished','PASSED','JPaEv','status','includes','ksUAu','VBANz','UNKNOWN','bEoZo','qbhas','oHQdr','ZZnlA','result','sYSoD','iyuiu','yUBZb','eIdsf','eventBroadcaster','OOOTG','dQtEC','eventDataCollector','CgIDH','ErzhW','testCase','OHBYy','HmMJg','71200wRpLfv','nhcZZ','pdtPq','aZbzU','JnQQt','hEulw','feature','SweCD','ouHBQ','ItgVt','lQWFl','sourceLocation','kHQvT','sfcsN','aGeDo','iasSH','IZFMG','xhaVf','sxZco','ctwOn','jPQGD','CgGtQ','\x20-\x20','suHVo','sGVZA','getTestCaseData','cbKEq','test-step-started','UNTLP','getTestCaseAttempt','ZYxXF','PENtH','LOVcv','FAILED','ylLfW','bQMch','EufRg','name','rRcVV','lpzFL','MRhVI','HsyUt','FtXyd','cucumber','CzSjs','\x20\x20\x20\x20AFTER\x20-\x20','FlOmq','yAftQ','FPlGd','sxJuk','length','nnGGC','KjMfm','undefined','PENDING','capability','stepResults','QhXpC','CONFIG','dCVdS','LoYDH','qJpBT','bRxkK','XSwcT','QiQOf','actionLocation','WmKhr','env','SCLsb','AeuTJ','KCYbz','QlfAr','steps','sAgeo','xzTDk','cROBq','test-run-finished','KABfJ','AhskN','parse','Qdzrz','205106zYzBWl','YOxjq','NCIIC','zpIGp','Executing\x20tests\x20for\x20','GfpYC','xLDwq','sBCzz','test-case-finished','\x20\x20\x20\x20BEFORE\x20-\x20','rrEmO','forEach','crRnf','3920481QQSOjL','sIxfL','getStepLineToPickledStepMap','log','PedmU','JxyLB','4yRUxfi','KjiQX','8ViJOcw','uri','UNDEFINED','exports','EUeLF','pickle','LANOn','PkUsN','390TVlFAq','WuXze','cOqiL','983795jbsXMf','lWLUe','2749758HUXyMA','wnFEl','pxuAI','fdYim','eDiFa','vlHYO','GWGGj','LHLjM','BlHKa','text','KJbXK','SHWys','gherkinDocument','SKIPPED','OUVEi','YGSty','toUpperCase','dYVDG','AyxqE','hmwlF','cucumber/lib/formatter/helpers/pickle_parser.js','wbFNu','lnSgT','13012BoXNzU','ENUfc','JacWa','line','__platform','rinGF','QLZxc','HhqUQ'];a6_0x5d16=function(){return _0x2fa688;};return a6_0x5d16();}const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a6_0x10e308(0x148)),pickleParser=requireModule(a6_0x10e308(0xe9));class BrowserstackFormatter extends Formatter{constructor(_0x8bed36){const _0x29bfb1=a6_0x10e308,_0x44170d={'bEoZo':function(_0x28371d,_0x46450e){return _0x28371d+_0x46450e;},'SweCD':function(_0x394124,_0x5dda65){return _0x394124+_0x5dda65;},'xhaVf':_0x29bfb1(0x133),'JxyLB':function(_0x4efad9,_0x3b9103){return _0x4efad9===_0x3b9103;},'kHQvT':_0x29bfb1(0x12d),'hmwlF':function(_0x56d727,_0x53130c){return _0x56d727!==_0x53130c;},'JacWa':'mWuuP','SHWys':_0x29bfb1(0xa8),'sxJuk':_0x29bfb1(0xb9),'bQMch':function(_0x4a51f9,_0x898a56){return _0x4a51f9(_0x898a56);},'wbFNu':_0x29bfb1(0x14a),'rrEmO':_0x29bfb1(0xfb),'HhqUQ':_0x29bfb1(0xb6),'OUVEi':function(_0x29ce17,_0x3d5924){return _0x29ce17+_0x3d5924;},'vlHYO':function(_0x1a79aa,_0x2c7350){return _0x1a79aa+_0x2c7350;},'lWLUe':_0x29bfb1(0xf9),'CCowx':_0x29bfb1(0xe4),'SCLsb':'KOMkL','cCwXA':function(_0x41ceb8,_0x281a5f){return _0x41ceb8+_0x281a5f;},'lrnKQ':function(_0x296a25,_0x5e64f5){return _0x296a25+_0x5e64f5;},'KABfJ':_0x29bfb1(0xbc),'sBCzz':'IPglS','qwkED':_0x29bfb1(0xce),'DxpRl':function(_0x191c8d,_0xa3c7dc){return _0x191c8d!==_0xa3c7dc;},'hFDLS':function(_0x3394bc,_0x2884d0){return _0x3394bc===_0x2884d0;},'gzLpX':_0x29bfb1(0xac),'cbKEq':'xpQdH','CzSjs':'test-run-started','qnHgS':'test-case-started','fCCyP':_0x29bfb1(0xbb),'gwmFW':_0x29bfb1(0xae),'yUBZb':_0x29bfb1(0x138)};super(_0x8bed36),_0x8bed36[_0x29bfb1(0x114)]['on'](_0x44170d[_0x29bfb1(0x149)],()=>{const _0x24bbc4=_0x29bfb1,_0x13d163={'hEulw':function(_0x4f3dac,_0x848fcb){const _0x547c58=a6_0x2767;return _0x44170d[_0x547c58(0x10b)](_0x4f3dac,_0x848fcb);},'cROBq':function(_0x219bdd,_0x5eb510){const _0x5111c7=a6_0x2767;return _0x44170d[_0x5111c7(0x124)](_0x219bdd,_0x5eb510);},'ZRzaw':_0x44170d['xhaVf'],'crRnf':function(_0x3a41ec,_0x11ce3e){const _0x14893f=a6_0x2767;return _0x44170d[_0x14893f(0x124)](_0x3a41ec,_0x11ce3e);}};if(_0x44170d['JxyLB'](_0x44170d[_0x24bbc4(0x129)],_0x44170d[_0x24bbc4(0x129)])){let _0x5d5e9a;if(_0x44170d['hmwlF'](process[_0x24bbc4(0x160)][_0x24bbc4(0x157)],undefined)){if(_0x44170d[_0x24bbc4(0xe8)](_0x44170d[_0x24bbc4(0xee)],_0x44170d[_0x24bbc4(0xee)]))_0x271493+=0x1;else{const _0x3e6fe0=JSON[_0x24bbc4(0xb1)](process[_0x24bbc4(0x160)][_0x24bbc4(0x157)]);_0x5d5e9a=_0x3e6fe0['capability'];}}_0x44170d[_0x24bbc4(0xe8)](_0x5d5e9a,undefined)&&(_0x44170d['hmwlF'](_0x44170d[_0x24bbc4(0xe0)],_0x44170d[_0x24bbc4(0x14e)])?(global[_0x24bbc4(0xf0)]=_0x44170d['bQMch'](getPlatformName,_0x5d5e9a),console[_0x24bbc4(0xc3)](_0x24bbc4(0xb7)+global[_0x24bbc4(0xf0)])):(_0x3ebe47[_0x13d163[_0x24bbc4(0x122)](_0x13d163[_0x24bbc4(0xad)](_0x3e7133[_0x24bbc4(0xe1)][_0x24bbc4(0x123)]['name'],_0x13d163['ZRzaw']),_0x975f70[_0x24bbc4(0xcd)][_0x24bbc4(0x142)])]=_0x3b94d4,_0x14cc1c['log'](_0x13d163[_0x24bbc4(0xbf)](_0x3bd60e,'\x0a'))));}else this['logTestCaseFinished'](_0x509461);}),_0x8bed36[_0x29bfb1(0x114)]['on'](_0x44170d['qnHgS'],()=>{const _0x13fb39=_0x29bfb1,_0x2ef90e={'sRizJ':function(_0x59e22b,_0xb6f4fb){const _0x3f1628=a6_0x2767;return _0x44170d[_0x3f1628(0x10b)](_0x59e22b,_0xb6f4fb);},'DwOhi':_0x44170d['wbFNu']};_0x44170d['hmwlF'](_0x44170d[_0x13fb39(0xbd)],_0x44170d[_0x13fb39(0xf3)])?testSuites+=0x1:_0x20fecb['log'](_0x2ef90e[_0x13fb39(0xf6)](_0x2ef90e['DwOhi'],_0x1d5b21['result']['status'][_0x13fb39(0xe5)]()));}),_0x8bed36[_0x29bfb1(0x114)]['on'](_0x44170d['fCCyP'],_0x1517ee=>{const _0x3be8f6=_0x29bfb1;_0x44170d[_0x3be8f6(0xe8)](_0x44170d['CCowx'],_0x44170d[_0x3be8f6(0x161)])?this[_0x3be8f6(0x103)](_0x1517ee):(_0x448121=!![],_0x3a8806['log'](_0x44170d[_0x3be8f6(0x10b)](_0x44170d[_0x3be8f6(0xe3)](_0x44170d[_0x3be8f6(0xda)](_0x44170d[_0x3be8f6(0xd4)],_0x5f0391[_0x3141a1[_0x3be8f6(0x128)][_0x3be8f6(0xef)]][_0x3be8f6(0xde)]),_0x44170d[_0x3be8f6(0x12e)]),_0x2f5afb[_0x3be8f6(0x10f)][_0x3be8f6(0x106)]['toUpperCase']())),_0x44170d[_0x3be8f6(0x140)](_0x2d1c0f,_0x2eeb5d[_0x3be8f6(0x10f)][_0x3be8f6(0x106)]['toUpperCase']()));}),_0x8bed36[_0x29bfb1(0x114)]['on'](_0x44170d['gwmFW'],()=>{const _0x42ea36=_0x29bfb1;_0x44170d[_0x42ea36(0xc5)](_0x44170d[_0x42ea36(0xba)],_0x44170d[_0x42ea36(0xf4)])?(_0x44170d['bQMch'](_0x30f925,_0xa5a074['result'][_0x42ea36(0x106)]['toUpperCase']()),_0x5b99b5?_0x32a630[_0x42ea36(0xc3)](_0x44170d[_0x42ea36(0xf7)](_0x44170d[_0x42ea36(0xea)],_0x18b887[_0x42ea36(0x10f)]['status'][_0x42ea36(0xe5)]())):_0x2c7a86[_0x42ea36(0xc3)](_0x44170d['lrnKQ'](_0x44170d[_0x42ea36(0xaf)],_0xa7d3f[_0x42ea36(0x10f)][_0x42ea36(0x106)][_0x42ea36(0xe5)]()))):totalTests-=0x2;}),_0x8bed36[_0x29bfb1(0x114)]['on'](_0x44170d[_0x29bfb1(0x112)],()=>{const _0x926916=_0x29bfb1,_0x23aeea={'KjiQX':function(_0x528827,_0x320186){const _0x52aafb=a6_0x2767;return _0x44170d[_0x52aafb(0xe8)](_0x528827,_0x320186);},'rinGF':function(_0x15f0d9,_0x17f38a){const _0x37c785=a6_0x2767;return _0x44170d[_0x37c785(0xff)](_0x15f0d9,_0x17f38a);},'lnSgT':function(_0x21ee47,_0x1badbf){const _0x32bab6=a6_0x2767;return _0x44170d[_0x32bab6(0x140)](_0x21ee47,_0x1badbf);}};if(_0x44170d['hFDLS'](_0x44170d['gzLpX'],_0x44170d[_0x926916(0x137)])){let _0x238d72;if(_0x23aeea[_0x926916(0xc7)](_0x40d461[_0x926916(0x160)][_0x926916(0x157)],_0x56be5c)){const _0xdbc988=_0x5b9457[_0x926916(0xb1)](_0x1d2469[_0x926916(0x160)][_0x926916(0x157)]);_0x238d72=_0xdbc988[_0x926916(0x154)];}_0x23aeea[_0x926916(0xf1)](_0x238d72,_0x170c2c)&&(_0x4a72c6[_0x926916(0xf0)]=_0x23aeea[_0x926916(0xeb)](_0x23e5c3,_0x238d72),_0x5cf191[_0x926916(0xc3)](_0x926916(0xb7)+_0x3bad27[_0x926916(0xf0)]));}else totalTests+=0x1;});}[a6_0x10e308(0x103)](_0x297787){const _0x36072b=a6_0x10e308,_0x3e9fe3={'ylLfW':'cucumber-js/test_old.setup.js','LOVcv':function(_0x33188f,_0x4691bb){return _0x33188f(_0x4691bb);},'HmMJg':function(_0x4871d3,_0xd7987){return _0x4871d3+_0xd7987;},'WmKhr':_0x36072b(0x14a),'lpzFL':function(_0x2cfd18,_0x59fa86){return _0x2cfd18+_0x59fa86;},'PENtH':_0x36072b(0xbc),'hLgRL':function(_0x1387d4,_0x14975d){return _0x1387d4!==_0x14975d;},'FPlGd':_0x36072b(0x162),'dQtEC':_0x36072b(0x13e),'aGeDo':_0x36072b(0x104),'LoYDH':_0x36072b(0xe2),'XIWXc':_0x36072b(0x153),'HbacN':_0x36072b(0xca),'GfpYC':_0x36072b(0x10a),'aZbzU':'AMBIGUOUS','Dwhgr':function(_0x3303a2,_0x2ca973){return _0x3303a2+_0x2ca973;},'HsyUt':function(_0x4f5f08,_0x25ec34){return _0x4f5f08+_0x25ec34;},'QmlGY':_0x36072b(0xf9),'sIxfL':_0x36072b(0x133),'JnQQt':function(_0x30b3b0,_0x24fc75){return _0x30b3b0(_0x24fc75);},'REmeN':function(_0x3121c0,_0x3733e1){return _0x3121c0(_0x3733e1);},'PkUsN':function(_0x2a4b78,_0x22aea0){return _0x2a4b78+_0x22aea0;},'OHBYy':function(_0x489962,_0x421e0c){return _0x489962(_0x421e0c);},'VBANz':function(_0x3395a2,_0x3813bc){return _0x3395a2===_0x3813bc;},'lQWFl':_0x36072b(0xdc),'cOqiL':_0x36072b(0x15c),'uRDuZ':function(_0x377ae5,_0x1fabb6){return _0x377ae5!==_0x1fabb6;},'sxZco':_0x36072b(0x15a),'ErzhW':function(_0x1823ae,_0x10197c){return _0x1823ae+_0x10197c;},'KjMfm':'JCMLM','CgGtQ':_0x36072b(0xed),'sYSoD':function(_0x1c9ab4,_0x4acea2){return _0x1c9ab4===_0x4acea2;},'wyDcz':'QNZNi','ItgVt':function(_0x5f1335,_0x497b0a){return _0x5f1335(_0x497b0a);},'jPQGD':_0x36072b(0x11f),'GWGGj':_0x36072b(0xab),'WuXze':function(_0x3bc9c1,_0x815693){return _0x3bc9c1!==_0x815693;},'Uqrev':_0x36072b(0x15d),'QhXpC':function(_0x48c13b,_0x1a559c){return _0x48c13b+_0x1a559c;},'suHVo':function(_0x1e825b,_0x30af4c){return _0x1e825b===_0x30af4c;},'OOOTG':_0x36072b(0xfd),'iasSH':function(_0x1007ff,_0x2c5485,_0x3235c3){return _0x1007ff(_0x2c5485,_0x3235c3);},'NCIIC':_0x36072b(0x10f),'fdYim':'exception','ZYxXF':'stack','FMZiG':'EGqYy','mCltv':function(_0x3a632f,_0x1c3428){return _0x3a632f+_0x1c3428;},'sGVZA':function(_0xd10998,_0x512009){return _0xd10998+_0x512009;},'oHQdr':function(_0x2a4728,_0x324641,_0x313f64){return _0x2a4728(_0x324641,_0x313f64);},'JPaEv':function(_0x900b21,_0x37608c){return _0x900b21+_0x37608c;},'UNTLP':function(_0x32edca,_0x359295){return _0x32edca(_0x359295);},'AhskN':function(_0x517717,_0xaa5a65){return _0x517717!==_0xaa5a65;},'eIdsf':function(_0x1a1480,_0x903004){return _0x1a1480!==_0x903004;},'Qdzrz':_0x36072b(0x10c),'KJbXK':_0x36072b(0xfa),'YOxjq':_0x36072b(0x152),'nnGGC':_0x36072b(0x158),'VVFWE':_0x36072b(0x145),'FtXyd':function(_0x6e0af5,_0x3536d8){return _0x6e0af5+_0x3536d8;},'ZZnlA':function(_0x5db580,_0x4473dc){return _0x5db580<_0x4473dc;},'EkjBV':_0x36072b(0x11e),'ksUAu':_0x36072b(0x141),'pxuAI':function(_0x347921,_0x515315){return _0x347921+_0x515315;},'CjSsp':function(_0x862304,_0x430bce){return _0x862304+_0x430bce;},'fbYgE':function(_0x3f4b60,_0x92c683){return _0x3f4b60+_0x92c683;},'JCJya':function(_0x300bbb,_0x7c4f0){return _0x300bbb(_0x7c4f0);},'CgIDH':'ipqkd','rRcVV':_0x36072b(0x15b),'UkmwR':_0x36072b(0x130),'dYVDG':function(_0x1bdb2c,_0x457ca3){return _0x1bdb2c(_0x457ca3);},'wnFEl':_0x36072b(0xf2),'LHjdL':function(_0x37ba94,_0x622076){return _0x37ba94+_0x622076;},'FlOmq':function(_0x58a81a,_0x5b2f1d){return _0x58a81a===_0x5b2f1d;},'AyxqE':_0x36072b(0xd9),'sfcsN':function(_0xb1cf14,_0x2ef508){return _0xb1cf14===_0x2ef508;},'ouHBQ':function(_0x29f371,_0xc8c73c,_0x1fe62d){return _0x29f371(_0xc8c73c,_0x1fe62d);},'QlfAr':function(_0x22bb56,_0x13cc16){return _0x22bb56+_0x13cc16;},'CawRw':function(_0x584048,_0x65ac60){return _0x584048+_0x65ac60;}};let _0x32d356=![];function _0x2b3304(_0x5cbfec){const _0x5ddbfe=_0x36072b;if(_0x3e9fe3['hLgRL'](_0x3e9fe3[_0x5ddbfe(0x14d)],_0x3e9fe3[_0x5ddbfe(0x14d)]))!_0x426a3d[_0x5ddbfe(0x15e)][_0x5ddbfe(0xc9)]['includes'](_0x3e9fe3['ylLfW'])&&(_0x3e9fe3[_0x5ddbfe(0x13d)](_0x4d810f,_0x4cf8fc[_0x51ea7f][_0x5ddbfe(0x106)][_0x5ddbfe(0xe5)]()),_0x251cc7?_0x45d06b['log'](_0x3e9fe3[_0x5ddbfe(0x11c)](_0x3e9fe3['WmKhr'],_0x4dd730[_0x40f073][_0x5ddbfe(0x106)][_0x5ddbfe(0xe5)]())):_0x16e211[_0x5ddbfe(0xc3)](_0x3e9fe3[_0x5ddbfe(0x144)](_0x3e9fe3['PENtH'],_0x378e9c[_0x2f5b41][_0x5ddbfe(0x106)][_0x5ddbfe(0xe5)]())));else switch(_0x5cbfec){case _0x3e9fe3[_0x5ddbfe(0x116)]:testsFailed+=0x1;break;case _0x3e9fe3[_0x5ddbfe(0x12b)]:testsPassed+=0x1;break;case _0x3e9fe3[_0x5ddbfe(0x159)]:testsSkipped+=0x1;break;case _0x3e9fe3['XIWXc']:testsPending+=0x1;break;case _0x3e9fe3['HbacN']:testsUndefined+=0x1;break;case _0x3e9fe3[_0x5ddbfe(0xb8)]:testsUnknown+=0x1;break;case _0x3e9fe3[_0x5ddbfe(0x120)]:testsAmbiguous+=0x1;break;default:break;}}_0x3e9fe3['AhskN'](global[_0x36072b(0xf0)],undefined)&&(_0x3e9fe3[_0x36072b(0x113)](_0x3e9fe3[_0x36072b(0xb2)],_0x3e9fe3[_0x36072b(0xdf)])?console[_0x36072b(0xc3)](_0x3e9fe3[_0x36072b(0x144)](_0x3e9fe3[_0x36072b(0xf8)]('\x0a',global[_0x36072b(0xf0)]),'\x0a')):(_0x42056a=!![],_0x55f3e7[_0x36072b(0xc3)](_0x3e9fe3['Dwhgr'](_0x3e9fe3['HsyUt'](_0x3e9fe3[_0x36072b(0x11c)](_0x3e9fe3['QmlGY'],_0x91635c[_0x1a383e['sourceLocation'][_0x36072b(0xef)]][_0x36072b(0xde)]),_0x3e9fe3[_0x36072b(0xc1)]),_0xbf827e[_0x5e45d5][_0x36072b(0x106)]['toUpperCase']())),_0x3e9fe3[_0x36072b(0x121)](_0xbe693f,_0x42e8d1[_0x13945d][_0x36072b(0x106)][_0x36072b(0xe5)]())));let _0x5d6d2e=![];if(_0x3e9fe3[_0x36072b(0x101)](typeof this[_0x36072b(0x117)][_0x36072b(0x136)],_0x3e9fe3[_0x36072b(0xb4)])){if(_0x3e9fe3[_0x36072b(0x110)](_0x3e9fe3[_0x36072b(0x150)],_0x3e9fe3['VVFWE']))_0x32028e[_0x36072b(0xc3)](_0x3e9fe3[_0x36072b(0x11c)](_0x3e9fe3['WmKhr'],_0x193950[_0x155993][_0x36072b(0x106)][_0x36072b(0xe5)]()));else{var _0x55fd9b=this['eventDataCollector'][_0x36072b(0x136)](_0x297787[_0x36072b(0x128)]),_0x13f159=_0x55fd9b['pickle'],_0x52e18d=_0x55fd9b[_0x36072b(0x11a)];console[_0x36072b(0xc3)](_0x3e9fe3['HsyUt']('\x20\x20',_0x13f159['name']));var _0x21fec1=(0x0,pickleParser[_0x36072b(0xc2)])(_0x13f159);_0x52e18d[_0x36072b(0xaa)][_0x36072b(0xbe)](function(_0x2b81c6){const _0x561757=_0x36072b,_0x2b65ef={'PedmU':function(_0x487d06,_0x445f20){return _0x3e9fe3['HsyUt'](_0x487d06,_0x445f20);},'BlHKa':function(_0x43794f,_0x4884a6){const _0xbc379f=a6_0x2767;return _0x3e9fe3[_0xbc379f(0x11b)](_0x43794f,_0x4884a6);},'iyuiu':_0x3e9fe3[_0x561757(0x15f)],'EUeLF':function(_0x424391,_0x29a3ca){const _0xb1a9f9=_0x561757;return _0x3e9fe3[_0xb1a9f9(0x11c)](_0x424391,_0x29a3ca);},'yAftQ':_0x3e9fe3[_0x561757(0x13c)]};if(_0x3e9fe3[_0x561757(0x109)](_0x3e9fe3[_0x561757(0x127)],_0x3e9fe3[_0x561757(0xd2)]))_0x436744[_0x561757(0xc3)](_0x2b65ef['PedmU'](_0x2b65ef[_0x561757(0xc4)]('\x0a',_0x18d698['__platform']),'\x0a'));else{if(_0x2b81c6['actionLocation']&&_0x2b81c6[_0x561757(0x128)])_0x3e9fe3['uRDuZ'](_0x3e9fe3[_0x561757(0x12f)],_0x3e9fe3['sxZco'])?!_0x3ae1c6[_0x561757(0x15e)][_0x561757(0xc9)]['includes'](_0x3e9fe3[_0x561757(0x13f)])&&(_0x3e9fe3[_0x561757(0x100)](_0x222823,_0x1b2e52['result'][_0x561757(0x106)][_0x561757(0xe5)]()),_0x1031e7?_0x267f9a['log'](_0x3e9fe3['PkUsN'](_0x3e9fe3[_0x561757(0x15f)],_0x2e41d4[_0x561757(0x10f)][_0x561757(0x106)][_0x561757(0xe5)]())):_0x212f9a[_0x561757(0xc3)](_0x3e9fe3['Dwhgr'](_0x3e9fe3[_0x561757(0x13c)],_0x2e52ba[_0x561757(0x10f)][_0x561757(0x106)][_0x561757(0xe5)]()))):(_0x32d356=!![],console[_0x561757(0xc3)](_0x3e9fe3[_0x561757(0xcf)](_0x3e9fe3['ErzhW'](_0x3e9fe3[_0x561757(0x11c)](_0x3e9fe3['QmlGY'],_0x21fec1[_0x2b81c6['sourceLocation'][_0x561757(0xef)]][_0x561757(0xde)]),_0x3e9fe3[_0x561757(0xc1)]),_0x2b81c6['result'][_0x561757(0x106)][_0x561757(0xe5)]())),_0x3e9fe3[_0x561757(0x100)](_0x2b3304,_0x2b81c6[_0x561757(0x10f)][_0x561757(0x106)][_0x561757(0xe5)]()));else _0x2b81c6['actionLocation']&&(_0x3e9fe3[_0x561757(0x109)](_0x3e9fe3[_0x561757(0x151)],_0x3e9fe3[_0x561757(0x132)])?_0x3f1796-=0x2:!_0x2b81c6['actionLocation'][_0x561757(0xc9)]['includes'](_0x3e9fe3['ylLfW'])&&(_0x3e9fe3[_0x561757(0x110)](_0x3e9fe3[_0x561757(0xfc)],_0x3e9fe3[_0x561757(0xfc)])?(_0x3e9fe3[_0x561757(0x126)](_0x2b3304,_0x2b81c6[_0x561757(0x10f)][_0x561757(0x106)][_0x561757(0xe5)]()),_0x32d356?_0x3e9fe3[_0x561757(0x109)](_0x3e9fe3[_0x561757(0x131)],_0x3e9fe3[_0x561757(0xdb)])?(_0x547777[_0x2e4dc2['name']]=_0x3e2c92,_0x2f505b[_0x561757(0xc3)](_0x2b65ef[_0x561757(0xc4)](_0x409d04,'\x0a'))):console[_0x561757(0xc3)](_0x3e9fe3[_0x561757(0xcf)](_0x3e9fe3[_0x561757(0x15f)],_0x2b81c6[_0x561757(0x10f)]['status'][_0x561757(0xe5)]())):_0x3e9fe3[_0x561757(0xd1)](_0x3e9fe3[_0x561757(0x102)],_0x3e9fe3[_0x561757(0x102)])?(_0x2b65ef[_0x561757(0xdd)](_0x2bf2dc,_0x22192f[_0x4ba7dc][_0x561757(0x106)][_0x561757(0xe5)]()),_0x28d6a3?_0x1b6131[_0x561757(0xc3)](_0x2b65ef['PedmU'](_0x2b65ef[_0x561757(0x111)],_0x5c6b0a[_0x140886][_0x561757(0x106)][_0x561757(0xe5)]())):_0x4746d6[_0x561757(0xc3)](_0x2b65ef[_0x561757(0xcc)](_0x2b65ef[_0x561757(0x14c)],_0x46efb6[_0x306267][_0x561757(0x106)][_0x561757(0xe5)]()))):console[_0x561757(0xc3)](_0x3e9fe3[_0x561757(0x156)](_0x3e9fe3['PENtH'],_0x2b81c6[_0x561757(0x10f)][_0x561757(0x106)][_0x561757(0xe5)]()))):_0x44ee88+=0x1));if(_0x3e9fe3[_0x561757(0x134)](_0x2b81c6[_0x561757(0x10f)][_0x561757(0x106)][_0x561757(0xe5)](),_0x3e9fe3[_0x561757(0x116)])){if(_0x3e9fe3[_0x561757(0x101)](_0x3e9fe3[_0x561757(0x115)],_0x3e9fe3[_0x561757(0x115)]))_0xc0fb94[_0x561757(0xc3)](_0x3e9fe3[_0x561757(0xcf)](_0x3e9fe3['PENtH'],_0x9bef23[_0x3e5936][_0x561757(0x106)][_0x561757(0xe5)]()));else{const _0x5251c6=_0x3e9fe3[_0x561757(0x12c)](nestedKeyValue,_0x2b81c6,[_0x3e9fe3[_0x561757(0xb5)],_0x3e9fe3['fdYim'],_0x3e9fe3[_0x561757(0x13b)]]);_0x5251c6&&(_0x3e9fe3[_0x561757(0xd1)](_0x3e9fe3['FMZiG'],_0x3e9fe3[_0x561757(0xf5)])?_0x5e238a+=0x1:(testsErrorMessage[_0x13f159[_0x561757(0x142)]]=_0x5251c6,console[_0x561757(0xc3)](_0x3e9fe3[_0x561757(0xf8)](_0x5251c6,'\x0a')))),_0x5d6d2e=!![];}}}});}}else{const _0x256a68=this[_0x36072b(0x117)][_0x36072b(0x13a)](_0x297787);console[_0x36072b(0xc3)](_0x3e9fe3[_0x36072b(0x135)](_0x3e9fe3[_0x36072b(0x147)](_0x3e9fe3[_0x36072b(0x147)]('\x20\x20',_0x256a68['gherkinDocument']['feature'][_0x36072b(0x142)]),_0x3e9fe3[_0x36072b(0xc1)]),_0x256a68[_0x36072b(0xcd)]['name']));const _0x24fadf=(0x0,pickleParser[_0x36072b(0xc2)])(_0x256a68[_0x36072b(0xcd)]),_0x16614b=_0x256a68[_0x36072b(0x11a)][_0x36072b(0xaa)],_0x5bab21=_0x256a68[_0x36072b(0x155)],_0x211c0a=_0x16614b[_0x36072b(0x14f)];for(let _0x47eafb=0x0;_0x3e9fe3[_0x36072b(0x10e)](_0x47eafb,_0x211c0a);_0x47eafb++){const _0x2ef38a=_0x16614b[_0x47eafb];if(_0x2ef38a['actionLocation']&&_0x2ef38a[_0x36072b(0x128)]){if(_0x3e9fe3[_0x36072b(0xb0)](_0x3e9fe3['EkjBV'],_0x3e9fe3[_0x36072b(0x108)]))_0x32d356=!![],console['log'](_0x3e9fe3[_0x36072b(0xd7)](_0x3e9fe3['CjSsp'](_0x3e9fe3['fbYgE'](_0x3e9fe3['QmlGY'],_0x24fadf[_0x2ef38a['sourceLocation'][_0x36072b(0xef)]][_0x36072b(0xde)]),_0x3e9fe3[_0x36072b(0xc1)]),_0x5bab21[_0x47eafb][_0x36072b(0x106)]['toUpperCase']())),_0x3e9fe3['JCJya'](_0x2b3304,_0x5bab21[_0x47eafb]['status'][_0x36072b(0xe5)]());else{_0x40ace0=!![];const _0x2ea91e=_0x3e9fe3[_0x36072b(0x12c)](_0x40ebdf,_0x41e25a[_0x18e7c1],[_0x3e9fe3[_0x36072b(0xd8)],_0x3e9fe3['ZYxXF']]);_0x2ea91e&&(_0x5ec067[_0x3e9fe3['mCltv'](_0x3e9fe3[_0x36072b(0xcf)](_0x490bba[_0x36072b(0xe1)][_0x36072b(0x123)]['name'],_0x3e9fe3[_0x36072b(0xc1)]),_0x4a9dee[_0x36072b(0xcd)][_0x36072b(0x142)])]=_0x2ea91e,_0x5d1ead[_0x36072b(0xc3)](_0x3e9fe3[_0x36072b(0x135)](_0x2ea91e,'\x0a')));}}else{if(_0x2ef38a[_0x36072b(0x15e)]){if(_0x3e9fe3[_0x36072b(0x109)](_0x3e9fe3[_0x36072b(0x118)],_0x3e9fe3['CgIDH'])){if(!_0x2ef38a[_0x36072b(0x15e)][_0x36072b(0xc9)][_0x36072b(0x107)](_0x3e9fe3[_0x36072b(0x13f)])){if(_0x3e9fe3['suHVo'](_0x3e9fe3[_0x36072b(0x143)],_0x3e9fe3['UkmwR'])){const _0x18a52d=_0x5e241a[_0x36072b(0xb1)](_0x4fc564['env'][_0x36072b(0x157)]);_0x2212e9=_0x18a52d['capability'];}else{_0x3e9fe3[_0x36072b(0xe6)](_0x2b3304,_0x5bab21[_0x47eafb]['status']['toUpperCase']());if(_0x32d356){if(_0x3e9fe3[_0x36072b(0x101)](_0x3e9fe3[_0x36072b(0xd6)],_0x3e9fe3['wnFEl'])){const _0x2ebc19=_0x3e9fe3[_0x36072b(0x10d)](_0x48092d,_0x18804c,[_0x3e9fe3[_0x36072b(0xb5)],_0x3e9fe3[_0x36072b(0xd8)],_0x3e9fe3[_0x36072b(0x13b)]]);_0x2ebc19&&(_0x3faecd[_0x1be241[_0x36072b(0x142)]]=_0x2ebc19,_0x3f2a76[_0x36072b(0xc3)](_0x3e9fe3[_0x36072b(0x105)](_0x2ebc19,'\x0a'))),_0x54dba9=!![];}else console[_0x36072b(0xc3)](_0x3e9fe3['LHjdL'](_0x3e9fe3[_0x36072b(0x15f)],_0x5bab21[_0x47eafb][_0x36072b(0x106)][_0x36072b(0xe5)]()));}else _0x3e9fe3[_0x36072b(0x14b)](_0x3e9fe3[_0x36072b(0xe7)],_0x3e9fe3['AyxqE'])?console['log'](_0x3e9fe3[_0x36072b(0x119)](_0x3e9fe3['PENtH'],_0x5bab21[_0x47eafb][_0x36072b(0x106)][_0x36072b(0xe5)]())):(_0x11c678[_0x36072b(0xf0)]=_0x3e9fe3[_0x36072b(0x139)](_0x55eef3,_0x512fd5),_0x24a903[_0x36072b(0xc3)](_0x36072b(0xb7)+_0x3a4765[_0x36072b(0xf0)]));}}}else _0x297661[_0x36072b(0xc3)](_0x3e9fe3[_0x36072b(0x146)](_0x3e9fe3['PENtH'],_0x15f46a['result'][_0x36072b(0x106)][_0x36072b(0xe5)]()));}}if(_0x3e9fe3[_0x36072b(0x12a)](_0x5bab21[_0x47eafb][_0x36072b(0x106)]['toUpperCase'](),_0x3e9fe3[_0x36072b(0x116)])){_0x5d6d2e=!![];const _0x27d07f=_0x3e9fe3[_0x36072b(0x125)](nestedKeyValue,_0x5bab21[_0x47eafb],[_0x3e9fe3[_0x36072b(0xd8)],_0x3e9fe3[_0x36072b(0x13b)]]);_0x27d07f&&(testsErrorMessage[_0x3e9fe3[_0x36072b(0xa9)](_0x3e9fe3['fbYgE'](_0x256a68[_0x36072b(0xe1)]['feature']['name'],_0x3e9fe3['sIxfL']),_0x256a68['pickle']['name'])]=_0x27d07f,console[_0x36072b(0xc3)](_0x3e9fe3['CawRw'](_0x27d07f,'\x0a')));}}}_0x5d6d2e&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a6_0x10e308(0xcb)]=BrowserstackFormatter;
1
+ const a6_0x593b1c=a6_0x2d76;function a6_0x2d76(_0x263808,_0x3779c4){const _0x1869c3=a6_0x1869();return a6_0x2d76=function(_0x2d7652,_0x46eb35){_0x2d7652=_0x2d7652-0x97;let _0x27134d=_0x1869c3[_0x2d7652];return _0x27134d;},a6_0x2d76(_0x263808,_0x3779c4);}function a6_0x1869(){const _0x3eea25=['SKpKH','849198cEpocO','\x20\x20\x20\x20BEFORE\x20-\x20','getTestCaseData','3468027RyAPSc','../../../helpers/helper','rrQwp','4IYWlsW','AMBIGUOUS','oKGOq','2uGbxpP','eventDataCollector','SKIPPED','lwpab','TmPYH','10153680TEktex','actionLocation','\x20\x20\x20\x20AFTER\x20-\x20','UNKNOWN','JVVqk','rNUgr','exception','eventBroadcaster','aTlev','VtImB','sourceLocation','stack','PENDING','includes','result','getTestCaseAttempt','status','Executing\x20tests\x20for\x20','1359801vKgdOw','line','test-run-started','logTestCaseFinished','test-step-started','cucumber','name','log','getStepLineToPickledStepMap','Iyuoo','feature','5378645tEOISW','test-case-started','UxGTk','pickle','gBMmM','RnGCX','__platform','mQMEP','text','xyobe','24EjzMEy','uri','exports','UNDEFINED','parse','bbIWP','966341hwyzmW','CONFIG','swLjp','FAILED','gherkinDocument','7UORpOE','test-run-finished','KNRcC','soumR','nrMWP','SgyHa','SZjUM','FPkUa','zVTTo','OBOKH','cucumber/lib/formatter/helpers/pickle_parser.js','env','test-case-finished','testCase','IxQmD','PASSED','steps','17167183UUbxUd','cucumber-js/test_old.setup.js','bEsuL','length','uCERv','toUpperCase','VVyDE','24oSaBll','XfdkZ','PyDKh'];a6_0x1869=function(){return _0x3eea25;};return a6_0x1869();}(function(_0x487a6b,_0x414eb8){const _0x5817dc=a6_0x2d76,_0x37a514=_0x487a6b();while(!![]){try{const _0x353731=parseInt(_0x5817dc(0xa8))/0x1*(-parseInt(_0x5817dc(0xd2))/0x2)+-parseInt(_0x5817dc(0xcc))/0x3+parseInt(_0x5817dc(0xcf))/0x4*(parseInt(_0x5817dc(0x98))/0x5)+-parseInt(_0x5817dc(0xc9))/0x6*(-parseInt(_0x5817dc(0xad))/0x7)+parseInt(_0x5817dc(0xa2))/0x8*(-parseInt(_0x5817dc(0xe9))/0x9)+-parseInt(_0x5817dc(0xd7))/0xa+-parseInt(_0x5817dc(0xbe))/0xb*(-parseInt(_0x5817dc(0xc5))/0xc);if(_0x353731===_0x414eb8)break;else _0x37a514['push'](_0x37a514['shift']());}catch(_0x2e04b2){_0x37a514['push'](_0x37a514['shift']());}}}(a6_0x1869,0xb683f));const {requireModule,getPlatformName,nestedKeyValue}=require(a6_0x593b1c(0xcd)),{Formatter}=requireModule(a6_0x593b1c(0xee)),pickleParser=requireModule(a6_0x593b1c(0xb7));class BrowserstackFormatter extends Formatter{constructor(_0x34cf87){const _0x21ee31=a6_0x593b1c,_0x1e351f={'soumR':function(_0x35beca,_0x41a23f){return _0x35beca!==_0x41a23f;},'KNRcC':function(_0x5250d1,_0x116433){return _0x5250d1(_0x116433);},'Iyuoo':_0x21ee31(0xeb),'IxQmD':_0x21ee31(0x99),'zKySV':_0x21ee31(0xb9),'FPkUa':_0x21ee31(0xae),'gBMmM':_0x21ee31(0xed)};super(_0x34cf87),_0x34cf87[_0x21ee31(0xde)]['on'](_0x1e351f[_0x21ee31(0xf2)],()=>{const _0x13b109=_0x21ee31;let _0x40e8bd;if(_0x1e351f[_0x13b109(0xb0)](process[_0x13b109(0xb8)][_0x13b109(0xa9)],undefined)){const _0x1f2b6d=JSON[_0x13b109(0xa6)](process[_0x13b109(0xb8)][_0x13b109(0xa9)]);_0x40e8bd=_0x1f2b6d['capability'];}_0x1e351f[_0x13b109(0xb0)](_0x40e8bd,undefined)&&(global[_0x13b109(0x9e)]=_0x1e351f[_0x13b109(0xaf)](getPlatformName,_0x40e8bd),console[_0x13b109(0xf0)](_0x13b109(0xe8)+global['__platform']));}),_0x34cf87['eventBroadcaster']['on'](_0x1e351f[_0x21ee31(0xbb)],()=>{testSuites+=0x1;}),_0x34cf87[_0x21ee31(0xde)]['on'](_0x1e351f['zKySV'],_0x1d417e=>{const _0xa18c0d=_0x21ee31;this[_0xa18c0d(0xec)](_0x1d417e);}),_0x34cf87[_0x21ee31(0xde)]['on'](_0x1e351f[_0x21ee31(0xb4)],()=>{totalTests-=0x2;}),_0x34cf87[_0x21ee31(0xde)]['on'](_0x1e351f[_0x21ee31(0x9c)],()=>{totalTests+=0x1;});}[a6_0x593b1c(0xec)](_0x4b3985){const _0x1c98c5=a6_0x593b1c,_0x26f48d={'aTlev':_0x1c98c5(0xab),'RnGCX':_0x1c98c5(0xbc),'lIiQx':_0x1c98c5(0xd4),'TmPYH':_0x1c98c5(0xe3),'LCZoG':_0x1c98c5(0xa5),'VVyDE':_0x1c98c5(0xda),'jZqvv':_0x1c98c5(0xd0),'SgyHa':function(_0x3242ed,_0x55b94d){return _0x3242ed+_0x55b94d;},'nrMWP':'\x20\x20\x20\x20','JVVqk':'\x20-\x20','xyobe':function(_0xfd2da7,_0x3c8048){return _0xfd2da7(_0x3c8048);},'rrQwp':_0x1c98c5(0xbf),'zVTTo':function(_0x1d6c33,_0x118524){return _0x1d6c33(_0x118524);},'ZOYGR':function(_0x247551,_0x501842){return _0x247551+_0x501842;},'lwpab':_0x1c98c5(0xd9),'VtImB':_0x1c98c5(0xca),'XfdkZ':function(_0x4f90e1,_0x5e9ba4){return _0x4f90e1===_0x5e9ba4;},'mQMEP':function(_0x5b98aa,_0x47c0a6,_0x564899){return _0x5b98aa(_0x47c0a6,_0x564899);},'UxGTk':_0x1c98c5(0xe5),'HQVWH':_0x1c98c5(0xdd),'swLjp':_0x1c98c5(0xe2),'PyDKh':function(_0x25c6a0,_0x14e4a5){return _0x25c6a0+_0x14e4a5;},'SZjUM':function(_0x1b826d,_0x3f3479){return _0x1b826d!==_0x3f3479;},'bEsuL':function(_0x3e940c,_0x590a49){return _0x3e940c+_0x590a49;},'SKpKH':'undefined','rNUgr':function(_0x3e02ed,_0x14fba7){return _0x3e02ed+_0x14fba7;},'bbIWP':function(_0x2c0a63,_0x2aa512){return _0x2c0a63+_0x2aa512;},'uCERv':function(_0x3165b8,_0x32f7f1){return _0x3165b8+_0x32f7f1;},'OBOKH':function(_0x237027,_0x1411ae){return _0x237027<_0x1411ae;},'oKGOq':function(_0xa1b560,_0x14a47a){return _0xa1b560+_0x14a47a;},'TUNXK':function(_0x399ac2,_0x14b78f){return _0x399ac2(_0x14b78f);},'VCVSw':function(_0x8861b0,_0x1a7a11,_0x4922e6){return _0x8861b0(_0x1a7a11,_0x4922e6);}};let _0x5812ab=![];function _0x539e0b(_0x4860c6){const _0x25bb7f=_0x1c98c5;switch(_0x4860c6){case _0x26f48d[_0x25bb7f(0xdf)]:testsFailed+=0x1;break;case _0x26f48d[_0x25bb7f(0x9d)]:testsPassed+=0x1;break;case _0x26f48d['lIiQx']:testsSkipped+=0x1;break;case _0x26f48d[_0x25bb7f(0xd6)]:testsPending+=0x1;break;case _0x26f48d['LCZoG']:testsUndefined+=0x1;break;case _0x26f48d[_0x25bb7f(0xc4)]:testsUnknown+=0x1;break;case _0x26f48d['jZqvv']:testsAmbiguous+=0x1;break;default:break;}}_0x26f48d[_0x1c98c5(0xb3)](global[_0x1c98c5(0x9e)],undefined)&&console['log'](_0x26f48d[_0x1c98c5(0xc0)](_0x26f48d[_0x1c98c5(0xb2)]('\x0a',global['__platform']),'\x0a'));let _0x581f5d=![];if(_0x26f48d[_0x1c98c5(0xb3)](typeof this[_0x1c98c5(0xd3)][_0x1c98c5(0xcb)],_0x26f48d[_0x1c98c5(0xc8)])){var _0x2ba418=this[_0x1c98c5(0xd3)]['getTestCaseData'](_0x4b3985[_0x1c98c5(0xe1)]),_0x2f193d=_0x2ba418[_0x1c98c5(0x9b)],_0x5616c6=_0x2ba418[_0x1c98c5(0xba)];console[_0x1c98c5(0xf0)](_0x26f48d[_0x1c98c5(0xdc)]('\x20\x20',_0x2f193d[_0x1c98c5(0xef)]));var _0x30e934=(0x0,pickleParser[_0x1c98c5(0xf1)])(_0x2f193d);_0x5616c6['steps']['forEach'](function(_0x570dc5){const _0x102298=_0x1c98c5;if(_0x570dc5[_0x102298(0xd8)]&&_0x570dc5[_0x102298(0xe1)])_0x5812ab=!![],console[_0x102298(0xf0)](_0x26f48d[_0x102298(0xb2)](_0x26f48d[_0x102298(0xb2)](_0x26f48d['SgyHa'](_0x26f48d[_0x102298(0xb1)],_0x30e934[_0x570dc5[_0x102298(0xe1)]['line']][_0x102298(0xa0)]),_0x26f48d[_0x102298(0xdb)]),_0x570dc5['result'][_0x102298(0xe7)]['toUpperCase']())),_0x26f48d[_0x102298(0xa1)](_0x539e0b,_0x570dc5[_0x102298(0xe5)]['status']['toUpperCase']());else _0x570dc5['actionLocation']&&(!_0x570dc5[_0x102298(0xd8)][_0x102298(0xa3)][_0x102298(0xe4)](_0x26f48d['rrQwp'])&&(_0x26f48d[_0x102298(0xb5)](_0x539e0b,_0x570dc5['result'][_0x102298(0xe7)][_0x102298(0xc3)]()),_0x5812ab?console[_0x102298(0xf0)](_0x26f48d['ZOYGR'](_0x26f48d['lwpab'],_0x570dc5['result'][_0x102298(0xe7)][_0x102298(0xc3)]())):console[_0x102298(0xf0)](_0x26f48d[_0x102298(0xb2)](_0x26f48d[_0x102298(0xe0)],_0x570dc5[_0x102298(0xe5)]['status'][_0x102298(0xc3)]()))));if(_0x26f48d[_0x102298(0xc6)](_0x570dc5[_0x102298(0xe5)][_0x102298(0xe7)][_0x102298(0xc3)](),_0x26f48d[_0x102298(0xdf)])){const _0x1470a5=_0x26f48d[_0x102298(0x9f)](nestedKeyValue,_0x570dc5,[_0x26f48d[_0x102298(0x9a)],_0x26f48d['HQVWH'],_0x26f48d[_0x102298(0xaa)]]);_0x1470a5&&(testsErrorMessage[_0x2f193d[_0x102298(0xef)]]=_0x1470a5,console['log'](_0x26f48d['PyDKh'](_0x1470a5,'\x0a'))),_0x581f5d=!![];}});}else{const _0x46fab7=this['eventDataCollector'][_0x1c98c5(0xe6)](_0x4b3985);console[_0x1c98c5(0xf0)](_0x26f48d['bbIWP'](_0x26f48d[_0x1c98c5(0xc2)](_0x26f48d[_0x1c98c5(0xc7)]('\x20\x20',_0x46fab7['gherkinDocument']['feature'][_0x1c98c5(0xef)]),_0x26f48d[_0x1c98c5(0xdb)]),_0x46fab7[_0x1c98c5(0x9b)]['name']));const _0x1be3b8=(0x0,pickleParser[_0x1c98c5(0xf1)])(_0x46fab7[_0x1c98c5(0x9b)]),_0x262df1=_0x46fab7['testCase'][_0x1c98c5(0xbd)],_0x5ce7c2=_0x46fab7['stepResults'],_0x554cb9=_0x262df1[_0x1c98c5(0xc1)];for(let _0x16be8f=0x0;_0x26f48d[_0x1c98c5(0xb6)](_0x16be8f,_0x554cb9);_0x16be8f++){const _0x464868=_0x262df1[_0x16be8f];if(_0x464868[_0x1c98c5(0xd8)]&&_0x464868[_0x1c98c5(0xe1)])_0x5812ab=!![],console[_0x1c98c5(0xf0)](_0x26f48d['bEsuL'](_0x26f48d[_0x1c98c5(0xd1)](_0x26f48d[_0x1c98c5(0xa7)](_0x26f48d[_0x1c98c5(0xb1)],_0x1be3b8[_0x464868['sourceLocation'][_0x1c98c5(0xea)]][_0x1c98c5(0xa0)]),_0x26f48d[_0x1c98c5(0xdb)]),_0x5ce7c2[_0x16be8f][_0x1c98c5(0xe7)]['toUpperCase']())),_0x26f48d['TUNXK'](_0x539e0b,_0x5ce7c2[_0x16be8f][_0x1c98c5(0xe7)][_0x1c98c5(0xc3)]());else _0x464868[_0x1c98c5(0xd8)]&&(!_0x464868['actionLocation']['uri']['includes'](_0x26f48d[_0x1c98c5(0xce)])&&(_0x26f48d[_0x1c98c5(0xb5)](_0x539e0b,_0x5ce7c2[_0x16be8f]['status'][_0x1c98c5(0xc3)]()),_0x5812ab?console[_0x1c98c5(0xf0)](_0x26f48d[_0x1c98c5(0xb2)](_0x26f48d[_0x1c98c5(0xd5)],_0x5ce7c2[_0x16be8f][_0x1c98c5(0xe7)][_0x1c98c5(0xc3)]())):console[_0x1c98c5(0xf0)](_0x26f48d[_0x1c98c5(0xd1)](_0x26f48d['VtImB'],_0x5ce7c2[_0x16be8f][_0x1c98c5(0xe7)][_0x1c98c5(0xc3)]()))));if(_0x26f48d[_0x1c98c5(0xc6)](_0x5ce7c2[_0x16be8f][_0x1c98c5(0xe7)]['toUpperCase'](),_0x26f48d[_0x1c98c5(0xdf)])){_0x581f5d=!![];const _0x2c2341=_0x26f48d['VCVSw'](nestedKeyValue,_0x5ce7c2[_0x16be8f],[_0x26f48d['HQVWH'],_0x26f48d['swLjp']]);_0x2c2341&&(testsErrorMessage[_0x26f48d[_0x1c98c5(0xdc)](_0x26f48d[_0x1c98c5(0xc7)](_0x46fab7[_0x1c98c5(0xac)][_0x1c98c5(0x97)][_0x1c98c5(0xef)],_0x26f48d[_0x1c98c5(0xdb)]),_0x46fab7[_0x1c98c5(0x9b)][_0x1c98c5(0xef)])]=_0x2c2341,console[_0x1c98c5(0xf0)](_0x26f48d[_0x1c98c5(0xdc)](_0x2c2341,'\x0a')));}}}_0x581f5d&&(testSuitesFailed+=0x1),console[_0x1c98c5(0xf0)]('\x0a');}}module[a6_0x593b1c(0xa4)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a7_0x56f7a9=a7_0x5a7b;(function(_0x2e4786,_0x32d615){const _0x31c4cf=a7_0x5a7b,_0x4e0fe8=_0x2e4786();while(!![]){try{const _0x4a0587=parseInt(_0x31c4cf(0x152))/0x1+parseInt(_0x31c4cf(0x14e))/0x2*(-parseInt(_0x31c4cf(0x17a))/0x3)+-parseInt(_0x31c4cf(0x189))/0x4+-parseInt(_0x31c4cf(0x144))/0x5+parseInt(_0x31c4cf(0x172))/0x6*(parseInt(_0x31c4cf(0x16e))/0x7)+-parseInt(_0x31c4cf(0x1a7))/0x8*(parseInt(_0x31c4cf(0x19d))/0x9)+-parseInt(_0x31c4cf(0x15f))/0xa*(-parseInt(_0x31c4cf(0x1b0))/0xb);if(_0x4a0587===_0x32d615)break;else _0x4e0fe8['push'](_0x4e0fe8['shift']());}catch(_0xe59112){_0x4e0fe8['push'](_0x4e0fe8['shift']());}}}(a7_0x2f04,0x77fc7));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a7_0x56f7a9(0x17c)),setKeepAlive=require(a7_0x56f7a9(0x158)),PerformanceTester=require(a7_0x56f7a9(0x1a1)),cucumberModule=requireModule(a7_0x56f7a9(0x15d)),logger=require(a7_0x56f7a9(0x1a3))[a7_0x56f7a9(0x13e)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a7_0x56f7a9(0x197)],After=cucumberModule[a7_0x56f7a9(0x14f)],AfterAll=cucumberModule[a7_0x56f7a9(0x13c)],BeforeAll=cucumberModule[a7_0x56f7a9(0x1ae)],AfterStep=cucumberModule['AfterStep'],configuration=process['env'][a7_0x56f7a9(0x15a)];if(configuration!==undefined){const config=JSON[a7_0x56f7a9(0x149)](configuration);isTrue(config['skipSessionName'])&&(global[a7_0x56f7a9(0x12d)]=!![]),global[a7_0x56f7a9(0x173)]=isTrue(config[a7_0x56f7a9(0x139)]),require(a7_0x56f7a9(0x151))[a7_0x56f7a9(0x122)](config),global['__platformCaps']=config['platformCaps']||{};}global[a7_0x56f7a9(0x130)]=0x0;const __setDefaultTimeout=cucumberModule[a7_0x56f7a9(0x196)];function a7_0x5a7b(_0x44d4af,_0x341bea){const _0x2f0417=a7_0x2f04();return a7_0x5a7b=function(_0x5a7b3c,_0x5acb97){_0x5a7b3c=_0x5a7b3c-0x119;let _0x34e651=_0x2f0417[_0x5a7b3c];return _0x34e651;},a7_0x5a7b(_0x44d4af,_0x341bea);}cucumberModule[a7_0x56f7a9(0x196)]=_0x329c07=>{const _0x44e5c4=a7_0x56f7a9,_0x12517b={'gsAYZ':function(_0x4fb75e,_0x28b6e6){return _0x4fb75e(_0x28b6e6);}};global[_0x44e5c4(0x130)]=_0x329c07,_0x12517b[_0x44e5c4(0x188)](__setDefaultTimeout,_0x329c07);};const a7_0x4538b2={};a7_0x4538b2[a7_0x56f7a9(0x12a)]=a7_0x56f7a9(0x11a),BeforeAll(a7_0x4538b2,function(){const _0x380c15=a7_0x56f7a9,_0x384f7b={'KNEzz':function(_0x4d9bc1,_0x1d6d26){return _0x4d9bc1(_0x1d6d26);},'QpDKK':function(_0x526324,_0x2cd5cf){return _0x526324(_0x2cd5cf);},'dDUai':function(_0x3e53f8,_0x3bfbad){return _0x3e53f8(_0x3bfbad);},'fwDrJ':_0x380c15(0x151),'UoGdG':function(_0x3178cd,_0x54919f){return _0x3178cd!==_0x54919f;},'NvUdR':_0x380c15(0x128),'kNNvc':function(_0x1e1e57,_0x322d36){return _0x1e1e57===_0x322d36;},'sJOte':_0x380c15(0x1a6),'BYloZ':_0x380c15(0x169),'mqjUU':'YmedN','lKXGi':function(_0x2d9d58,_0x4f580d,_0x258669,_0x453efc){return _0x2d9d58(_0x4f580d,_0x258669,_0x453efc);},'Tprig':_0x380c15(0x1a9),'IpkHO':_0x380c15(0x1ac),'OEqmh':function(_0x1c0e69,_0x2aa931){return _0x1c0e69!==_0x2aa931;},'ZwIjA':_0x380c15(0x1a4),'gbVcA':function(_0x2d0d7d,_0x348ab5,_0x5e609e){return _0x2d0d7d(_0x348ab5,_0x5e609e);},'izwMF':'passed','VOYjC':function(_0x5f477a,_0x584bde){return _0x5f477a===_0x584bde;},'YlNmu':_0x380c15(0x164),'kMqZP':_0x380c15(0x1ab),'WAYKB':function(_0x5c2d48,_0x58ecbb){return _0x5c2d48!==_0x58ecbb;},'DTClc':_0x380c15(0x15c),'IyVHB':_0x380c15(0x136),'oQcgg':_0x380c15(0x185),'dzJnj':_0x380c15(0x174)};PerformanceTester[_0x380c15(0x142)](),logger[_0x380c15(0x11c)](_0x384f7b[_0x380c15(0x181)]),global[_0x380c15(0x1a2)]=[],global['__sessionFailed']=![],global[_0x380c15(0x175)]=async()=>{const _0x20ac43=_0x380c15,_0x532813={'gnmAD':function(_0xc274cf,_0x493254){const _0x3cf94d=a7_0x5a7b;return _0x384f7b[_0x3cf94d(0x191)](_0xc274cf,_0x493254);}};if(_0x384f7b[_0x20ac43(0x180)](_0x384f7b[_0x20ac43(0x135)],_0x384f7b[_0x20ac43(0x135)]))_0x283179['__skipSessionName']=!![];else{let _0x352c67=![];try{if(_0x384f7b[_0x20ac43(0x11b)](_0x384f7b[_0x20ac43(0x11f)],_0x384f7b['sJOte'])){await global['__drivers'][0x0]['session_'],_0x352c67=!![];if(global[_0x20ac43(0x138)]){if(_0x384f7b[_0x20ac43(0x180)](_0x384f7b[_0x20ac43(0x157)],_0x384f7b[_0x20ac43(0x17d)]))await _0x384f7b[_0x20ac43(0x16d)](markSessionStatus,global['__drivers'][0x0],_0x384f7b['Tprig'],global[_0x20ac43(0x1a2)][_0x20ac43(0x162)](_0x384f7b[_0x20ac43(0x18d)]));else{const _0x3fe027=_0x184e4e[_0x20ac43(0x149)](_0x325456);_0x384f7b[_0x20ac43(0x121)](_0x425110,_0x3fe027['skipSessionName'])&&(_0x306162[_0x20ac43(0x12d)]=!![]),_0x40ed10['__skipSessionStatus']=_0x384f7b[_0x20ac43(0x143)](_0x2452dd,_0x3fe027[_0x20ac43(0x139)]),_0x384f7b[_0x20ac43(0x191)](_0x424408,_0x384f7b[_0x20ac43(0x13a)])[_0x20ac43(0x122)](_0x3fe027),_0x4e164e[_0x20ac43(0x19b)]=_0x3fe027[_0x20ac43(0x12b)]||{};}}else _0x384f7b[_0x20ac43(0x187)](_0x384f7b['ZwIjA'],_0x384f7b[_0x20ac43(0x190)])?_0x4292d3[_0x20ac43(0x11c)](_0x20ac43(0x17e)+_0x7cb032):await _0x384f7b[_0x20ac43(0x198)](markSessionStatus,global[_0x20ac43(0x125)][0x0],_0x384f7b['izwMF']);}else _0x5beb7d[_0x20ac43(0x11c)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x24348e);}catch(_0xe031a5){_0x384f7b[_0x20ac43(0x11e)](_0x384f7b['YlNmu'],_0x384f7b['YlNmu'])?logger[_0x20ac43(0x11c)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0xe031a5):_0x224bb1[_0x20ac43(0x11c)](_0x20ac43(0x19c)+_0x20071d);}global['__error_messages__']=[],global[_0x20ac43(0x138)]=![];if(_0x352c67){if(_0x384f7b['UoGdG'](_0x384f7b[_0x20ac43(0x16a)],_0x384f7b[_0x20ac43(0x16a)]))_0x131e0d[_0x20ac43(0x130)]=_0x5b5a6d,_0x532813[_0x20ac43(0x160)](_0x2b0cc5,_0x315457);else try{_0x384f7b[_0x20ac43(0x17f)](_0x384f7b['DTClc'],_0x384f7b[_0x20ac43(0x153)])?_0x33ce75[_0x20ac43(0x11c)](_0x20ac43(0x129)+_0x421e78):await global[_0x20ac43(0x125)][0x0][_0x20ac43(0x127)]();}catch(_0x405f79){_0x384f7b[_0x20ac43(0x17f)](_0x384f7b[_0x20ac43(0x119)],_0x384f7b[_0x20ac43(0x1b3)])?logger[_0x20ac43(0x11c)](_0x20ac43(0x129)+_0x405f79):_0x573118['debug'](_0x20ac43(0x133)+_0x20c094);}}}};});const a7_0x245605={};a7_0x245605['name']=a7_0x56f7a9(0x11a),a7_0x245605['timeout']=0x2710,Before(a7_0x245605,function(_0x54d715,_0x4db5c1){const _0xa41a17=a7_0x56f7a9,_0xa2cb22={'mfhEf':function(_0x5d301c,_0x26cb44){return _0x5d301c>_0x26cb44;},'XJDmD':function(_0x3a674e,_0x4b1b14){return _0x3a674e===_0x4b1b14;},'qykTK':_0xa41a17(0x146),'EyOQW':function(_0x534e47,_0x47f468){return _0x534e47>_0x47f468;},'QaIaH':function(_0x19d54e,_0xca69d4){return _0x19d54e!==_0xca69d4;},'aGsCW':_0xa41a17(0x165),'ocYWZ':_0xa41a17(0x124),'cGljl':function(_0x534660){return _0x534660();},'vMWOZ':_0xa41a17(0x167)};logger[_0xa41a17(0x11c)](_0xa2cb22['vMWOZ']),new Promise(async _0x50701a=>{const _0x2f4a4d=_0xa41a17;try{_0xa2cb22[_0x2f4a4d(0x140)](global[_0x2f4a4d(0x125)][_0x2f4a4d(0x14d)],0x1)&&(_0xa2cb22[_0x2f4a4d(0x1a0)](_0xa2cb22[_0x2f4a4d(0x192)],_0xa2cb22[_0x2f4a4d(0x192)])?(await global[_0x2f4a4d(0x175)](),global[_0x2f4a4d(0x125)][_0x2f4a4d(0x154)]()):_0x2e7a8f[_0x2f4a4d(0x1a2)][_0x2f4a4d(0x178)](_0x2836c1[_0x2f4a4d(0x182)][_0x2f4a4d(0x1aa)])),global['__drivers'][0x0][_0x2f4a4d(0x18a)]&&_0xa2cb22[_0x2f4a4d(0x186)](global[_0x2f4a4d(0x125)][0x0][_0x2f4a4d(0x18a)],0x0)&&(_0xa2cb22['QaIaH'](_0xa2cb22[_0x2f4a4d(0x13b)],_0xa2cb22[_0x2f4a4d(0x1b1)])?await global[_0x2f4a4d(0x175)]():_0x37de4c[_0x2f4a4d(0x11c)](_0x2f4a4d(0x16f)+_0x1b6e42));}catch(_0x22f5ef){}_0xa2cb22[_0x2f4a4d(0x183)](_0x50701a);})[_0xa41a17(0x126)](_0x4db5c1);});const a7_0xa96843={};a7_0xa96843[a7_0x56f7a9(0x12a)]='bstack',a7_0xa96843[a7_0x56f7a9(0x12c)]=0x2710,After(a7_0xa96843,function(_0x2b24c7,_0x4dc2b1){const _0x578a5f=a7_0x56f7a9,_0x5ba75b={'sjNrE':_0x578a5f(0x168),'hSqai':function(_0x1a5d60,_0x5ef0bb){return _0x1a5d60===_0x5ef0bb;},'HdiBu':_0x578a5f(0x1a9),'XLVnP':function(_0x5d4b16,_0x2c9274,_0x4b4d83,_0x4680b9){return _0x5d4b16(_0x2c9274,_0x4b4d83,_0x4680b9);},'yippO':'\x20|\x20','Djqps':function(_0x12434d,_0x562775,_0x15ed80){return _0x12434d(_0x562775,_0x15ed80);},'nhPGk':_0x578a5f(0x14b),'oTCap':function(_0x305032,_0x474d7a){return _0x305032>_0x474d7a;},'Uepag':function(_0x32c17c,_0x24448c){return _0x32c17c>_0x24448c;},'RhtUm':function(_0x4e161c){return _0x4e161c();},'Amsto':_0x578a5f(0x184)};logger['debug'](_0x5ba75b[_0x578a5f(0x123)]),new Promise(async _0x37ba53=>{const _0x5c3b82=_0x578a5f;let _0x7d317=![];try{const _0x20fef6=_0x5ba75b[_0x5c3b82(0x13d)][_0x5c3b82(0x131)]('|');let _0x42aecf=0x0;while(!![]){switch(_0x20fef6[_0x42aecf++]){case'0':_0x7d317=!![];continue;case'1':if(_0x5ba75b[_0x5c3b82(0x1a5)](_0x2b24c7['result']['status']['toString']()['toLowerCase'](),_0x5ba75b['HdiBu'])||_0x5ba75b[_0x5c3b82(0x1a5)](_0x2b24c7[_0x5c3b82(0x182)][_0x5c3b82(0x15b)][_0x5c3b82(0x156)]()[_0x5c3b82(0x19f)](),'6')){try{global[_0x5c3b82(0x1a2)][_0x5c3b82(0x178)](_0x2b24c7[_0x5c3b82(0x182)][_0x5c3b82(0x1aa)]);}catch(_0x3a70e5){logger['debug'](_0x5c3b82(0x16f)+_0x3a70e5);}await _0x5ba75b[_0x5c3b82(0x120)](markSessionStatus,global[_0x5c3b82(0x125)][0x0],_0x5ba75b[_0x5c3b82(0x13f)],global[_0x5c3b82(0x1a2)][_0x5c3b82(0x162)](_0x5ba75b[_0x5c3b82(0x147)]));}else await _0x5ba75b[_0x5c3b82(0x12e)](markSessionStatus,global['__drivers'][0x0],_0x5ba75b['nhPGk']);continue;case'2':_0x5ba75b[_0x5c3b82(0x171)](global[_0x5c3b82(0x125)][_0x5c3b82(0x14d)],0x1)&&(await global['driverCleanup'](),global[_0x5c3b82(0x125)][_0x5c3b82(0x154)](),global['__error_messages__']=[],global[_0x5c3b82(0x138)]=![]);continue;case'3':!global[_0x5c3b82(0x12d)]&&await global['__drivers'][0x0]['executeScript'](_0x5c3b82(0x1b2)+_0x2b24c7[_0x5c3b82(0x1af)]['name']+_0x5c3b82(0x161));continue;case'4':await global[_0x5c3b82(0x125)][0x0][_0x5c3b82(0x179)];continue;}break;}}catch(_0xcdfce4){logger[_0x5c3b82(0x11c)]('Error:\x20at\x20After:\x20'+_0xcdfce4);}if(_0x7d317)try{global['__drivers'][0x0]&&_0x5ba75b[_0x5c3b82(0x163)](global['__drivers'][0x0][_0x5c3b82(0x18a)],0x0)&&await global[_0x5c3b82(0x125)][0x0][_0x5c3b82(0x127)]();}catch(_0x4932d8){logger[_0x5c3b82(0x11c)](_0x5c3b82(0x141)+_0x4932d8);}_0x5ba75b[_0x5c3b82(0x137)](_0x37ba53);})[_0x578a5f(0x126)](()=>_0x4dc2b1());});const a7_0x385164={};a7_0x385164[a7_0x56f7a9(0x12a)]=a7_0x56f7a9(0x11a),a7_0x385164[a7_0x56f7a9(0x12c)]=0x2710,AfterStep(a7_0x385164,function(_0x2aad36,_0xf58b15){const _0x5beb4b=a7_0x56f7a9,_0x54de78={'lPmxF':function(_0x56ed16,_0xe3e131){return _0x56ed16===_0xe3e131;},'GUdCe':_0x5beb4b(0x1a9),'IXXRG':function(_0x100b51,_0x40827a){return _0x100b51===_0x40827a;},'lcVUb':function(_0x8663e2,_0xf2a65b){return _0x8663e2!==_0xf2a65b;},'nMXVF':function(_0x1cec20,_0x328eff,_0x186178){return _0x1cec20(_0x328eff,_0x186178);},'JNuKY':function(_0x2cc050,_0xad054f){return _0x2cc050+_0xad054f;},'yOaLP':function(_0x447830,_0x376008){return _0x447830+_0x376008;},'jMrMr':function(_0x5c54a8,_0x6544e6){return _0x5c54a8+_0x6544e6;},'JUzyG':_0x5beb4b(0x194),'WpQyb':_0x5beb4b(0x150),'hpyGn':_0x5beb4b(0x19a),'ldmrQ':function(_0x2436b0,_0x98ad54,_0x558e7f){return _0x2436b0(_0x98ad54,_0x558e7f);},'mLHwr':function(_0x1e6efd,_0x5d03d8){return _0x1e6efd!==_0x5d03d8;},'MTqzE':function(_0x2b521d,_0x596574,_0x4a80ec){return _0x2b521d(_0x596574,_0x4a80ec);},'KoTzr':function(_0x5d13e1,_0xe5ad59){return _0x5d13e1+_0xe5ad59;},'FaOAA':_0x5beb4b(0x15e),'zdnEV':'info','KOIyg':function(_0x93a4a1,_0x471e37,_0x5a3924){return _0x93a4a1(_0x471e37,_0x5a3924);},'KROTd':_0x5beb4b(0x177),'XVuwf':function(_0x468f61){return _0x468f61();},'UNhEF':_0x5beb4b(0x166)};logger['debug'](_0x54de78[_0x5beb4b(0x18e)]);const _0x420e4a=async(_0x8d7260,_0x289632)=>{const _0x30a1ee=_0x5beb4b;await global['__drivers'][0x0]['executeScript'](_0x30a1ee(0x199)+_0x8d7260+_0x30a1ee(0x19e)+_0x289632+_0x30a1ee(0x161));};new Promise(async _0x1fe918=>{const _0x25d119=_0x5beb4b;try{_0x54de78['lPmxF'](_0x2aad36[_0x25d119(0x182)]['status'][_0x25d119(0x156)]()[_0x25d119(0x19f)](),_0x54de78[_0x25d119(0x193)])||_0x54de78[_0x25d119(0x1ad)](_0x2aad36[_0x25d119(0x182)][_0x25d119(0x15b)]['toString']()[_0x25d119(0x19f)](),'6')?(global[_0x25d119(0x138)]=!![],global[_0x25d119(0x1a2)]['push'](_0x2aad36[_0x25d119(0x182)][_0x25d119(0x1aa)]),_0x54de78[_0x25d119(0x132)](_0x2aad36[_0x25d119(0x1a8)],undefined)?await _0x54de78[_0x25d119(0x12f)](_0x420e4a,JSON[_0x25d119(0x148)](_0x54de78['JNuKY'](_0x54de78[_0x25d119(0x134)](_0x54de78[_0x25d119(0x195)](_0x54de78[_0x25d119(0x14c)],'\x22'+_0x2aad36[_0x25d119(0x1a8)][_0x25d119(0x18f)]+'\x22\x20'),_0x54de78[_0x25d119(0x18b)]),_0x2aad36[_0x25d119(0x182)][_0x25d119(0x1aa)])),_0x54de78[_0x25d119(0x176)]):await _0x54de78[_0x25d119(0x18c)](_0x420e4a,JSON[_0x25d119(0x148)](_0x54de78[_0x25d119(0x195)](_0x54de78[_0x25d119(0x14c)],_0x2aad36[_0x25d119(0x182)][_0x25d119(0x1aa)])),_0x54de78['hpyGn'])):_0x54de78[_0x25d119(0x170)](_0x2aad36[_0x25d119(0x1a8)],undefined)?await _0x54de78[_0x25d119(0x159)](_0x420e4a,JSON[_0x25d119(0x148)](_0x54de78[_0x25d119(0x145)](_0x54de78[_0x25d119(0x16b)],'\x22'+_0x2aad36[_0x25d119(0x1a8)][_0x25d119(0x18f)]+'\x22')),_0x54de78['zdnEV']):await _0x54de78[_0x25d119(0x16c)](_0x420e4a,JSON['stringify'](_0x54de78['KROTd']),_0x54de78[_0x25d119(0x14a)]);}catch(_0x1675e0){logger[_0x25d119(0x11c)]('Error:\x20at\x20After\x20Step:\x20'+_0x1675e0);}_0x54de78[_0x25d119(0x11d)](_0x1fe918);})[_0x5beb4b(0x126)](()=>_0xf58b15());});function a7_0x2f04(){const _0x388d1d=['message','pQgAu','\x20|\x20','IXXRG','BeforeAll','pickle','292072RUxjZx','ocYWZ','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','oQcgg','IyVHB','bstack','kNNvc','debug','XVuwf','VOYjC','sJOte','XLVnP','KNEzz','browserstackAgentV2','Amsto','npXiI','__drivers','finally','initQuit','VLsBX','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','name','platformCaps','timeout','__skipSessionName','Djqps','nMXVF','__timeout','split','lcVUb','Error:\x20at\x20After:\x20','yOaLP','NvUdR','OBnyG','RhtUm','__sessionFailed','skipSessionStatus','fwDrJ','aGsCW','AfterAll','sjNrE','winstonLogger','HdiBu','mfhEf','Error:\x20quiting\x20driver\x20at\x20After:\x20','startMonitoring','QpDKK','3096505bwmgQr','KoTzr','YiLxx','yippO','stringify','parse','zdnEV','passed','JUzyG','length','30826kjIira','After','\x0aError:\x20','../../index','544074RyAvDd','DTClc','shift','Inside\x20browserstack\x20AfterAll','toString','BYloZ','../../helpers/setKeepAlive','MTqzE','CONFIG','status','lOzph','@cucumber/cucumber/lib/index.js','Passed:\x20','580NpqEXy','gnmAD','\x22}}','join','Uepag','WHTeX','lpNSe','Inside\x20browserstack\x20AfterStep','Inside\x20browserstack\x20Before','2|4|0|3|1','GXUev','kMqZP','FaOAA','KOIyg','lKXGi','3032897fzLGgS','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','mLHwr','oTCap','6mASypO','__skipSessionStatus','Inside\x20browserstack\x20BeforeAll','driverCleanup','hpyGn','Passed','push','session_','45ZRonDV','FZHBU','../../helpers/helper','mqjUU','Error:\x20at\x20After\x20Step:\x20','WAYKB','UoGdG','dzJnj','result','cGljl','Inside\x20browserstack\x20After','RjLTX','EyOQW','OEqmh','gsAYZ','1360852dwoYTU','quitCount_','WpQyb','ldmrQ','IpkHO','UNhEF','text','ZwIjA','dDUai','qykTK','GUdCe','Failed:\x20','jMrMr','setDefaultTimeout','Before','gbVcA','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','error','__platformCaps','Error:\x20cleaning\x20up\x20driver:\x20','7516701uQafhV',',\x22level\x22:\x20\x22','toLowerCase','XJDmD','../../helpers/performance-tester','__error_messages__','../../helpers/logger','ltDhz','hSqai','zOgOG','8oYUDpd','pickleStep','failed'];a7_0x2f04=function(){return _0x388d1d;};return a7_0x2f04();}const a7_0x4d5f79={};a7_0x4d5f79[a7_0x56f7a9(0x12a)]=a7_0x56f7a9(0x11a),a7_0x4d5f79[a7_0x56f7a9(0x12c)]=0x7530,AfterAll(a7_0x4d5f79,async function(_0x2b4c05,_0xdbc515){const _0xe9db72=a7_0x56f7a9,_0x5e3739={'odOWR':function(_0x2250d7){return _0x2250d7();},'FZHBU':_0xe9db72(0x155)};logger[_0xe9db72(0x11c)](_0x5e3739[_0xe9db72(0x17b)]),await new Promise(async _0x4b2961=>{const _0x201993=_0xe9db72;PerformanceTester['stopMonitoring'](),await global[_0x201993(0x175)](),_0x5e3739['odOWR'](_0x4b2961);});});
1
+ const a7_0x3c86eb=a7_0x3ddc;function a7_0x3ddc(_0x11eb25,_0x21430b){const _0x56bdbe=a7_0x56bd();return a7_0x3ddc=function(_0x3ddc7c,_0x40db7){_0x3ddc7c=_0x3ddc7c-0x1e9;let _0x4003e6=_0x56bdbe[_0x3ddc7c];return _0x4003e6;},a7_0x3ddc(_0x11eb25,_0x21430b);}(function(_0x25021f,_0x853561){const _0x1bcfca=a7_0x3ddc,_0x4b1847=_0x25021f();while(!![]){try{const _0x229f62=-parseInt(_0x1bcfca(0x218))/0x1+parseInt(_0x1bcfca(0x238))/0x2*(parseInt(_0x1bcfca(0x208))/0x3)+-parseInt(_0x1bcfca(0x1ef))/0x4+-parseInt(_0x1bcfca(0x239))/0x5*(-parseInt(_0x1bcfca(0x21f))/0x6)+-parseInt(_0x1bcfca(0x255))/0x7*(parseInt(_0x1bcfca(0x237))/0x8)+-parseInt(_0x1bcfca(0x225))/0x9+parseInt(_0x1bcfca(0x21e))/0xa;if(_0x229f62===_0x853561)break;else _0x4b1847['push'](_0x4b1847['shift']());}catch(_0x3d24e0){_0x4b1847['push'](_0x4b1847['shift']());}}}(a7_0x56bd,0xaafa7));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a7_0x3c86eb(0x212)),setKeepAlive=require(a7_0x3c86eb(0x24c)),PerformanceTester=require(a7_0x3c86eb(0x1fd)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js'),logger=require('../../helpers/logger')[a7_0x3c86eb(0x22c)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a7_0x3c86eb(0x217)],AfterAll=cucumberModule[a7_0x3c86eb(0x213)],BeforeAll=cucumberModule[a7_0x3c86eb(0x21a)],AfterStep=cucumberModule[a7_0x3c86eb(0x243)],configuration=process[a7_0x3c86eb(0x231)][a7_0x3c86eb(0x1f7)];if(configuration!==undefined){const config=JSON[a7_0x3c86eb(0x232)](configuration);isTrue(config[a7_0x3c86eb(0x1f8)])&&(global['__skipSessionName']=!![]),global[a7_0x3c86eb(0x253)]=isTrue(config['skipSessionStatus']),require(a7_0x3c86eb(0x246))[a7_0x3c86eb(0x226)](config),global[a7_0x3c86eb(0x1ec)]=config[a7_0x3c86eb(0x24f)]||{};}global[a7_0x3c86eb(0x20e)]=0x0;const __setDefaultTimeout=cucumberModule[a7_0x3c86eb(0x220)];cucumberModule[a7_0x3c86eb(0x220)]=_0x2eb53d=>{const _0x3851b8=a7_0x3c86eb,_0x2df418={'PhxAl':function(_0x5a6143,_0x3473d9){return _0x5a6143(_0x3473d9);}};global[_0x3851b8(0x20e)]=_0x2eb53d,_0x2df418[_0x3851b8(0x20c)](__setDefaultTimeout,_0x2eb53d);};const a7_0x240ea0={};a7_0x240ea0['name']='bstack',BeforeAll(a7_0x240ea0,function(){const _0x30e62e=a7_0x3c86eb,_0x56d6d4={'MMiwe':function(_0x3755dd,_0x1052a9,_0x1020db,_0x41f445){return _0x3755dd(_0x1052a9,_0x1020db,_0x41f445);},'Lobhj':_0x30e62e(0x1ea),'RbQSa':'\x20|\x20','UBRrg':function(_0x356bf1,_0x28339f,_0x4aef66){return _0x356bf1(_0x28339f,_0x4aef66);},'qzENF':_0x30e62e(0x25b),'oUiNw':_0x30e62e(0x1f5)};PerformanceTester[_0x30e62e(0x1f1)](),logger[_0x30e62e(0x234)](_0x56d6d4[_0x30e62e(0x214)]),global[_0x30e62e(0x230)]=[],global[_0x30e62e(0x211)]=![],global['driverCleanup']=async()=>{const _0x4db298=_0x30e62e;let _0x365682=![];try{await global['__drivers'][0x0][_0x4db298(0x251)],_0x365682=!![],global[_0x4db298(0x211)]?await _0x56d6d4['MMiwe'](markSessionStatus,global[_0x4db298(0x227)][0x0],_0x56d6d4[_0x4db298(0x23a)],global[_0x4db298(0x230)][_0x4db298(0x240)](_0x56d6d4['RbQSa'])):await _0x56d6d4[_0x4db298(0x242)](markSessionStatus,global[_0x4db298(0x227)][0x0],_0x56d6d4[_0x4db298(0x245)]);}catch(_0xd3bc5a){logger[_0x4db298(0x234)](_0x4db298(0x254)+_0xd3bc5a);}global[_0x4db298(0x230)]=[],global['__sessionFailed']=![];if(_0x365682)try{await global[_0x4db298(0x227)][0x0][_0x4db298(0x205)]();}catch(_0x536c6d){logger[_0x4db298(0x234)](_0x4db298(0x23f)+_0x536c6d);}};});const a7_0x280def={};function a7_0x56bd(){const _0x3733e1=['GIMbj','uZTqY','0|2|4|3|1','\x22}}','../../helpers/performance-tester','USCpM',',\x22level\x22:\x20\x22','Bhhxd','ewcOw','toLowerCase','result','timeout','initQuit','rjoOX','info','3LSPwkB','DcxTc','Error:\x20at\x20After:\x20','Failed:\x20','PhxAl','LaROJ','__timeout','mAWZy','Inside\x20browserstack\x20After','__sessionFailed','../../helpers/helper','AfterAll','oUiNw','text','length','After','1115838WyEGCk','fLdOg','BeforeAll','stringify','name','OStIC','37792340GZvszT','333114CIHLEC','setDefaultTimeout','saxPq','push','VoRKa','qIZpR','12357792jJKCFO','browserstackAgentV2','__drivers','shift','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bUurG','\x20|\x20','winstonLogger','kJYmU','mfWUW','Error:\x20quiting\x20driver\x20at\x20After:\x20','__error_messages__','env','parse','jXebi','debug','finally','executeScript','3899576xvxFlx','1059232XHsrwS','55pgNpMn','Lobhj','pickleStep','pickle','status','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','join','XMCKO','UBRrg','AfterStep','__skipSessionName','qzENF','../../index','YJWcE','toString','rIgof','Passed','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/setKeepAlive','\x0aError:\x20','stopMonitoring','platformCaps','message','session_','driverCleanup','__skipSessionStatus','Error:\x20cleaning\x20up\x20driver:\x20','14KjrhcP','Inside\x20browserstack\x20AfterAll','nUIpP','error','jidIl','BepTn','passed','quitCount_','failed','bstack','__platformCaps','kcVzi','qWGMA','3021648pKxRBo','MlFjF','startMonitoring','Inside\x20browserstack\x20Before','Wcmtf','split','Inside\x20browserstack\x20BeforeAll','BiHmo','CONFIG','skipSessionName'];a7_0x56bd=function(){return _0x3733e1;};return a7_0x56bd();}a7_0x280def[a7_0x3c86eb(0x21c)]=a7_0x3c86eb(0x1eb),a7_0x280def[a7_0x3c86eb(0x204)]=0x2710,Before(a7_0x280def,function(_0x58ff9d,_0x53bf83){const _0x38d6d9=a7_0x3c86eb,_0x2e7028={'rIgof':function(_0x4f5352,_0xe23555){return _0x4f5352>_0xe23555;},'jLGOK':function(_0x5ce0ae,_0x319e72){return _0x5ce0ae>_0x319e72;},'LaROJ':function(_0x1d3263){return _0x1d3263();},'ewcOw':_0x38d6d9(0x1f2)};logger[_0x38d6d9(0x234)](_0x2e7028[_0x38d6d9(0x201)]),new Promise(async _0x2131cd=>{const _0x296bb0=_0x38d6d9;try{_0x2e7028[_0x296bb0(0x249)](global[_0x296bb0(0x227)][_0x296bb0(0x216)],0x1)&&(await global['driverCleanup'](),global[_0x296bb0(0x227)][_0x296bb0(0x228)]()),global[_0x296bb0(0x227)][0x0][_0x296bb0(0x1e9)]&&_0x2e7028['jLGOK'](global[_0x296bb0(0x227)][0x0][_0x296bb0(0x1e9)],0x0)&&await global[_0x296bb0(0x252)]();}catch(_0x5e9e23){}_0x2e7028[_0x296bb0(0x20d)](_0x2131cd);})[_0x38d6d9(0x235)](_0x53bf83);});const a7_0x16b9eb={};a7_0x16b9eb[a7_0x3c86eb(0x21c)]=a7_0x3c86eb(0x1eb),a7_0x16b9eb['timeout']=0x2710,After(a7_0x16b9eb,function(_0x403bcd,_0x377a57){const _0x46878e=a7_0x3c86eb,_0x12df10={'Bhhxd':_0x46878e(0x1fb),'qIZpR':function(_0x35d9e0,_0xb51f){return _0x35d9e0>_0xb51f;},'YJWcE':function(_0x489916,_0x18851d){return _0x489916===_0x18851d;},'BepTn':_0x46878e(0x1ea),'GIMbj':function(_0xb27859,_0x513d3f){return _0xb27859===_0x513d3f;},'MlFjF':function(_0x535d93,_0x36de61,_0x1c86de,_0x2756af){return _0x535d93(_0x36de61,_0x1c86de,_0x2756af);},'XMCKO':_0x46878e(0x22b),'saxPq':function(_0x4ba4b5,_0x2aabf5,_0x597d81){return _0x4ba4b5(_0x2aabf5,_0x597d81);},'Wcmtf':_0x46878e(0x25b),'mAWZy':function(_0x36e288){return _0x36e288();},'zXRlb':_0x46878e(0x210)};logger['debug'](_0x12df10['zXRlb']),new Promise(async _0x33648b=>{const _0x2e9103=_0x46878e;let _0x531eaf=![];try{const _0x1634ff=_0x12df10[_0x2e9103(0x200)][_0x2e9103(0x1f4)]('|');let _0x2163eb=0x0;while(!![]){switch(_0x1634ff[_0x2163eb++]){case'0':_0x12df10[_0x2e9103(0x224)](global[_0x2e9103(0x227)][_0x2e9103(0x216)],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x2e9103(0x228)](),global[_0x2e9103(0x230)]=[],global[_0x2e9103(0x211)]=![]);continue;case'1':if(_0x12df10[_0x2e9103(0x247)](_0x403bcd[_0x2e9103(0x203)]['status'][_0x2e9103(0x248)]()['toLowerCase'](),_0x12df10[_0x2e9103(0x25a)])||_0x12df10[_0x2e9103(0x1f9)](_0x403bcd[_0x2e9103(0x203)]['status']['toString']()[_0x2e9103(0x202)](),'6')){try{global[_0x2e9103(0x230)]['push'](_0x403bcd['result'][_0x2e9103(0x250)]);}catch(_0xec5a06){logger['debug'](_0x2e9103(0x23e)+_0xec5a06);}await _0x12df10[_0x2e9103(0x1f0)](markSessionStatus,global[_0x2e9103(0x227)][0x0],_0x12df10[_0x2e9103(0x25a)],global[_0x2e9103(0x230)]['join'](_0x12df10[_0x2e9103(0x241)]));}else await _0x12df10[_0x2e9103(0x221)](markSessionStatus,global[_0x2e9103(0x227)][0x0],_0x12df10[_0x2e9103(0x1f3)]);continue;case'2':await global[_0x2e9103(0x227)][0x0][_0x2e9103(0x251)];continue;case'3':!global[_0x2e9103(0x244)]&&await global['__drivers'][0x0][_0x2e9103(0x236)](_0x2e9103(0x229)+_0x403bcd[_0x2e9103(0x23c)]['name']+'\x22}}');continue;case'4':_0x531eaf=!![];continue;}break;}}catch(_0x531fe2){logger[_0x2e9103(0x234)](_0x2e9103(0x20a)+_0x531fe2);}if(_0x531eaf)try{global[_0x2e9103(0x227)][0x0]&&_0x12df10[_0x2e9103(0x224)](global['__drivers'][0x0][_0x2e9103(0x1e9)],0x0)&&await global[_0x2e9103(0x227)][0x0][_0x2e9103(0x205)]();}catch(_0x51fdc0){logger[_0x2e9103(0x234)](_0x2e9103(0x22f)+_0x51fdc0);}_0x12df10[_0x2e9103(0x20f)](_0x33648b);})[_0x46878e(0x235)](()=>_0x377a57());});const a7_0x2546d6={};a7_0x2546d6[a7_0x3c86eb(0x21c)]=a7_0x3c86eb(0x1eb),a7_0x2546d6[a7_0x3c86eb(0x204)]=0x2710,AfterStep(a7_0x2546d6,function(_0x1c9dbf,_0x47f794){const _0x2960f2=a7_0x3c86eb,_0x1e5e70={'jXebi':function(_0x59f36a,_0x341a5a){return _0x59f36a===_0x341a5a;},'USCpM':_0x2960f2(0x1ea),'kJYmU':function(_0x3c1012,_0x29d7de){return _0x3c1012===_0x29d7de;},'BiHmo':function(_0x269ba4,_0x5f46da){return _0x269ba4!==_0x5f46da;},'MomjU':function(_0x49a809,_0x19d70b,_0x5ef33b){return _0x49a809(_0x19d70b,_0x5ef33b);},'fLdOg':function(_0x1c37f4,_0x1584fa){return _0x1c37f4+_0x1584fa;},'qWGMA':function(_0xdd142d,_0x57481e){return _0xdd142d+_0x57481e;},'mfWUW':_0x2960f2(0x20b),'OStIC':_0x2960f2(0x24d),'uZTqY':_0x2960f2(0x258),'DcxTc':function(_0x21dffc,_0x230ead,_0x1f9248){return _0x21dffc(_0x230ead,_0x1f9248);},'kcVzi':function(_0xa1cc69,_0x199d55){return _0xa1cc69+_0x199d55;},'rjoOX':'Passed:\x20','jidIl':_0x2960f2(0x207),'xYBpT':function(_0x2530c3,_0x489e08,_0x537abb){return _0x2530c3(_0x489e08,_0x537abb);},'VoRKa':_0x2960f2(0x24a),'itATc':function(_0x153073){return _0x153073();},'ZfWqQ':'Inside\x20browserstack\x20AfterStep'};logger[_0x2960f2(0x234)](_0x1e5e70['ZfWqQ']);const _0x334d42=async(_0x5b8634,_0x44d301)=>{const _0x55e458=_0x2960f2;await global[_0x55e458(0x227)][0x0][_0x55e458(0x236)](_0x55e458(0x24b)+_0x5b8634+_0x55e458(0x1ff)+_0x44d301+_0x55e458(0x1fc));};new Promise(async _0x40d250=>{const _0x4000ef=_0x2960f2;try{_0x1e5e70[_0x4000ef(0x233)](_0x1c9dbf['result']['status']['toString']()[_0x4000ef(0x202)](),_0x1e5e70[_0x4000ef(0x1fe)])||_0x1e5e70[_0x4000ef(0x22d)](_0x1c9dbf[_0x4000ef(0x203)][_0x4000ef(0x23d)][_0x4000ef(0x248)]()[_0x4000ef(0x202)](),'6')?(global[_0x4000ef(0x211)]=!![],global['__error_messages__'][_0x4000ef(0x222)](_0x1c9dbf['result'][_0x4000ef(0x250)]),_0x1e5e70[_0x4000ef(0x1f6)](_0x1c9dbf[_0x4000ef(0x23b)],undefined)?await _0x1e5e70['MomjU'](_0x334d42,JSON[_0x4000ef(0x21b)](_0x1e5e70[_0x4000ef(0x219)](_0x1e5e70[_0x4000ef(0x1ee)](_0x1e5e70['fLdOg'](_0x1e5e70[_0x4000ef(0x22e)],'\x22'+_0x1c9dbf['pickleStep'][_0x4000ef(0x215)]+'\x22\x20'),_0x1e5e70[_0x4000ef(0x21d)]),_0x1c9dbf[_0x4000ef(0x203)][_0x4000ef(0x250)])),_0x1e5e70[_0x4000ef(0x1fa)]):await _0x1e5e70[_0x4000ef(0x209)](_0x334d42,JSON[_0x4000ef(0x21b)](_0x1e5e70[_0x4000ef(0x1ee)](_0x1e5e70[_0x4000ef(0x22e)],_0x1c9dbf[_0x4000ef(0x203)][_0x4000ef(0x250)])),_0x1e5e70[_0x4000ef(0x1fa)])):_0x1e5e70[_0x4000ef(0x1f6)](_0x1c9dbf['pickleStep'],undefined)?await _0x1e5e70[_0x4000ef(0x209)](_0x334d42,JSON['stringify'](_0x1e5e70[_0x4000ef(0x1ed)](_0x1e5e70[_0x4000ef(0x206)],'\x22'+_0x1c9dbf['pickleStep'][_0x4000ef(0x215)]+'\x22')),_0x1e5e70['jidIl']):await _0x1e5e70['xYBpT'](_0x334d42,JSON[_0x4000ef(0x21b)](_0x1e5e70[_0x4000ef(0x223)]),_0x1e5e70[_0x4000ef(0x259)]);}catch(_0x3074f7){logger[_0x4000ef(0x234)]('Error:\x20at\x20After\x20Step:\x20'+_0x3074f7);}_0x1e5e70['itATc'](_0x40d250);})[_0x2960f2(0x235)](()=>_0x47f794());});const a7_0x11f9fd={};a7_0x11f9fd['name']=a7_0x3c86eb(0x1eb),a7_0x11f9fd[a7_0x3c86eb(0x204)]=0x7530,AfterAll(a7_0x11f9fd,async function(_0x599c35,_0x187919){const _0x411271=a7_0x3c86eb,_0x2153f6={'bUurG':function(_0x3e8834){return _0x3e8834();},'nUIpP':_0x411271(0x256)};logger[_0x411271(0x234)](_0x2153f6[_0x411271(0x257)]),await new Promise(async _0x2f0fc8=>{const _0x3cde80=_0x411271;PerformanceTester[_0x3cde80(0x24e)](),await global[_0x3cde80(0x252)](),_0x2153f6[_0x3cde80(0x22a)](_0x2f0fc8);});});
@@ -1 +1 @@
1
- const a8_0x1fb902=a8_0x241a;(function(_0x74f54e,_0x776506){const _0x1b7a03=a8_0x241a,_0x627b1f=_0x74f54e();while(!![]){try{const _0x4a939d=-parseInt(_0x1b7a03(0xa3))/0x1*(-parseInt(_0x1b7a03(0xae))/0x2)+-parseInt(_0x1b7a03(0x77))/0x3*(-parseInt(_0x1b7a03(0x90))/0x4)+parseInt(_0x1b7a03(0x78))/0x5*(parseInt(_0x1b7a03(0x91))/0x6)+-parseInt(_0x1b7a03(0x92))/0x7+parseInt(_0x1b7a03(0xa6))/0x8+-parseInt(_0x1b7a03(0x9b))/0x9*(-parseInt(_0x1b7a03(0x7e))/0xa)+parseInt(_0x1b7a03(0xad))/0xb*(-parseInt(_0x1b7a03(0xbc))/0xc);if(_0x4a939d===_0x776506)break;else _0x627b1f['push'](_0x627b1f['shift']());}catch(_0x22a429){_0x627b1f['push'](_0x627b1f['shift']());}}}(a8_0x3002,0x63deb));function a8_0x241a(_0x3475f6,_0x5c4bec){const _0x300256=a8_0x3002();return a8_0x241a=function(_0x241ae6,_0x27d5cc){_0x241ae6=_0x241ae6-0x76;let _0x3c48c2=_0x300256[_0x241ae6];return _0x3c48c2;},a8_0x241a(_0x3475f6,_0x5c4bec);}const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a8_0x1fb902(0x93)),logger=require('../../helpers/logger')[a8_0x1fb902(0xaf)];modifyCommand(),setKeepAlive();function a8_0x3002(){const _0xcc7aca=['206540yUDCUy','browserstackAgentV2','jwleW','TiAba','iZAAb','platformCaps','710NRjvYV','oSDlp','sxWHN','OIMvp','GXStd','MVIKm','passed','EPITn','After','Inside\x20browserstack\x20Before','OMkKv','env','HGGHn','__skipSessionStatus','ctlMs','Before','Error:\x20setting\x20status\x20at\x20After:\x20','tyZJj','940xYTuOR','12HUBOIH','1041817KijbMJ','cucumber/lib/index.js','toLowerCase','BfvbA','skipSessionStatus','wWxNi','UxuFj','dgpRH','__timeout','11493avDbWh','CONFIG','join','bstack','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','siDKl','parse','NFfjj','604169ZdQvcU','debug','executeScript','4961432OReTFr','gOyJO','Inside\x20browserstack\x20After','zdpau','GDSja','dnGsR','__error_messages__','1230526JbNZBJ','2CIyojH','winstonLogger','jwsGi','result','CbKKk','\x22}}','oPAou','ngtmE','BrFMK','mztLi','then','Uczjt','YRTCs','__driver','156XHCkSq','izJsu','status','../../index','\x20|\x20','pickle','__skipSessionName','bXpOf','avXue','VzmkO','name','failed','__platformCaps','JjdHV','wHINx','setDefaultTimeout','Error:\x20quiting\x20at\x20After:\x20','7845hFCjAh'];a8_0x3002=function(){return _0xcc7aca;};return a8_0x3002();}const Before=cucumberModule[a8_0x1fb902(0x8d)],After=cucumberModule[a8_0x1fb902(0x86)],configuration=process[a8_0x1fb902(0x89)][a8_0x1fb902(0x9c)];if(configuration!==undefined){const config=JSON[a8_0x1fb902(0xa1)](configuration);isTrue(config['skipSessionName'])&&(global['__skipSessionName']=!![]),global['__skipSessionStatus']=isTrue(config[a8_0x1fb902(0x96)]),require('../../index')['browserstackAgentV2'](config),global['__platformCaps']=config[a8_0x1fb902(0x7d)]||{};}global[a8_0x1fb902(0x9a)]=0x0;const __setDefaultTimeout=cucumberModule[a8_0x1fb902(0xcb)];cucumberModule[a8_0x1fb902(0xcb)]=_0x41b261=>{const _0x58bf6e=a8_0x1fb902,_0x4b6995={'mztLi':function(_0x70ce21,_0x51376b){return _0x70ce21(_0x51376b);}};global[_0x58bf6e(0x9a)]=_0x41b261,_0x4b6995[_0x58bf6e(0xb7)](__setDefaultTimeout,_0x41b261);};const a8_0x1ab406={};a8_0x1ab406['name']=a8_0x1fb902(0x9e),Before(a8_0x1ab406,function(){const _0x27d8b3=a8_0x1fb902,_0x362fe1={};_0x362fe1[_0x27d8b3(0xaa)]=_0x27d8b3(0x87);const _0x22d27d=_0x362fe1;logger[_0x27d8b3(0xa4)](_0x22d27d[_0x27d8b3(0xaa)]),global['__error_messages__']=[];});const a8_0x46be4a={};a8_0x46be4a[a8_0x1fb902(0xc6)]='bstack',a8_0x46be4a['timeout']=0x2710,After(a8_0x46be4a,function(_0x5e2595,_0x2fccc4){const _0x152d35=a8_0x1fb902,_0x3f6747={'Uczjt':function(_0x37c13f,_0x4a2d94){return _0x37c13f(_0x4a2d94);},'oPAou':function(_0x113da7,_0x858350){return _0x113da7(_0x858350);},'HGGHn':function(_0x2b202c,_0x5569df){return _0x2b202c(_0x5569df);},'BfvbA':_0x152d35(0xbf),'ukskK':function(_0x383030){return _0x383030();},'dgpRH':_0x152d35(0x87),'jwsGi':function(_0x23d281,_0x34a00e){return _0x23d281!==_0x34a00e;},'oSDlp':_0x152d35(0x85),'GXStd':_0x152d35(0xc4),'CbKKk':function(_0x487a4c,_0x1ca646){return _0x487a4c===_0x1ca646;},'iZAAb':_0x152d35(0xc7),'bXpOf':_0x152d35(0xa0),'BrFMK':function(_0x286fba,_0x28d470,_0x2bb107,_0x1e5f1c){return _0x286fba(_0x28d470,_0x2bb107,_0x1e5f1c);},'pJOzL':_0x152d35(0xc0),'iLLbI':_0x152d35(0xb5),'gOyJO':_0x152d35(0x7b),'zdpau':function(_0x14f79f,_0x50beac,_0x393a71){return _0x14f79f(_0x50beac,_0x393a71);},'dCTBD':_0x152d35(0x84),'hluoC':_0x152d35(0x7a),'grQLF':_0x152d35(0x88),'NFfjj':_0x152d35(0x8c),'dnGsR':_0x152d35(0xc5),'tyZJj':function(_0x1a82f7){return _0x1a82f7();},'MHIsX':_0x152d35(0xba),'JjdHV':'sMEAn','UxuFj':function(_0x502842,_0x228e23){return _0x502842(_0x228e23);},'wWxNi':_0x152d35(0xa8)};logger[_0x152d35(0xa4)](_0x3f6747[_0x152d35(0x97)]),new Promise(async(_0x4eab78,_0x3c28a9)=>{const _0x2cd903=_0x152d35,_0x52c86c={'izJsu':function(_0x4045e3,_0x5af40c){const _0x3b3e25=a8_0x241a;return _0x3f6747[_0x3b3e25(0xb4)](_0x4045e3,_0x5af40c);},'wHINx':function(_0x78eb2,_0x49a5a8){const _0x488cee=a8_0x241a;return _0x3f6747[_0x488cee(0x8a)](_0x78eb2,_0x49a5a8);},'OIMvp':function(_0x509be2,_0x4e764a){const _0x567901=a8_0x241a;return _0x3f6747[_0x567901(0xb9)](_0x509be2,_0x4e764a);},'sxWHN':_0x3f6747[_0x2cd903(0x95)],'lsxGB':function(_0xbbeba6){return _0x3f6747['ukskK'](_0xbbeba6);},'MVIKm':_0x3f6747[_0x2cd903(0x99)]};let _0x2a90bf=![];try{_0x3f6747[_0x2cd903(0xb0)](_0x3f6747[_0x2cd903(0x7f)],_0x3f6747[_0x2cd903(0x7f)])?_0x1abd4d[_0x2cd903(0xc2)]=!![]:(await global[_0x2cd903(0xbb)]['session_'],_0x2a90bf=!![],!global[_0x2cd903(0xc2)]&&(_0x3f6747[_0x2cd903(0xb0)](_0x3f6747[_0x2cd903(0x82)],_0x3f6747[_0x2cd903(0x82)])?_0x145214[_0x2cd903(0xa4)](_0x2cd903(0x8e)+_0x5b038c):await global['__driver'][_0x2cd903(0xa5)](_0x2cd903(0x9f)+_0x5e2595[_0x2cd903(0xc1)]['name']+_0x2cd903(0xb3))),_0x3f6747[_0x2cd903(0xb2)](_0x5e2595[_0x2cd903(0xb1)][_0x2cd903(0xbe)][_0x2cd903(0x94)](),_0x3f6747[_0x2cd903(0x7c)])?_0x3f6747[_0x2cd903(0xb2)](_0x3f6747[_0x2cd903(0xc3)],_0x3f6747[_0x2cd903(0xc3)])?await _0x3f6747[_0x2cd903(0xb6)](markSessionStatus,global[_0x2cd903(0xbb)],_0x3f6747[_0x2cd903(0x7c)],global[_0x2cd903(0xac)][_0x2cd903(0x9d)](_0x3f6747['pJOzL'])):(_0x3ddc50[_0x2cd903(0x9a)]=_0x477710,_0x3f6747[_0x2cd903(0xb9)](_0x42e525,_0x5184a2)):_0x3f6747['jwsGi'](_0x3f6747['iLLbI'],_0x3f6747[_0x2cd903(0xa7)])?await _0x3f6747[_0x2cd903(0xa9)](markSessionStatus,global[_0x2cd903(0xbb)],_0x3f6747['dCTBD']):(_0x48f9c4[_0x2cd903(0xa4)](_0x2cd903(0x76)+_0x14344c),_0x3f6747[_0x2cd903(0xb9)](_0x148168,_0x57eda3)));}catch(_0x57b474){if(_0x3f6747[_0x2cd903(0xb0)](_0x3f6747['hluoC'],_0x3f6747['grQLF']))logger[_0x2cd903(0xa4)](_0x2cd903(0x8e)+_0x57b474);else{const _0x3e6401=_0x104e5d['parse'](_0x5417bb);_0x52c86c[_0x2cd903(0xbd)](_0x1d38e2,_0x3e6401['skipSessionName'])&&(_0x30cf51['__skipSessionName']=!![]),_0x3ce6cf[_0x2cd903(0x8b)]=_0x52c86c[_0x2cd903(0xca)](_0x2ab57a,_0x3e6401[_0x2cd903(0x96)]),_0x52c86c[_0x2cd903(0x81)](_0x511c01,_0x52c86c[_0x2cd903(0x80)])[_0x2cd903(0x79)](_0x3e6401),_0x551172[_0x2cd903(0xc8)]=_0x3e6401[_0x2cd903(0x7d)]||{};}}if(_0x2a90bf)try{_0x3f6747[_0x2cd903(0xb2)](_0x3f6747[_0x2cd903(0xa2)],_0x3f6747[_0x2cd903(0xab)])?_0x52c86c['lsxGB'](_0x5e0b03):(await global[_0x2cd903(0xbb)]['initQuit'](),_0x3f6747[_0x2cd903(0x8f)](_0x4eab78));}catch(_0x395f9f){_0x3f6747['jwsGi'](_0x3f6747['MHIsX'],_0x3f6747[_0x2cd903(0xc9)])?(logger[_0x2cd903(0xa4)](_0x2cd903(0x76)+_0x395f9f),_0x3f6747[_0x2cd903(0x98)](_0x3c28a9,_0x395f9f)):(_0x5b3bad[_0x2cd903(0xa4)](_0x52c86c[_0x2cd903(0x83)]),_0x24bc8d['__error_messages__']=[]);}else _0x3f6747[_0x2cd903(0x8f)](_0x3c28a9);})[_0x152d35(0xb8)](()=>_0x2fccc4());});
1
+ const a8_0x5084df=a8_0x2925;(function(_0x373a46,_0x5a9588){const _0x582dd2=a8_0x2925,_0x10169e=_0x373a46();while(!![]){try{const _0x170bef=parseInt(_0x582dd2(0xca))/0x1+-parseInt(_0x582dd2(0xcb))/0x2+-parseInt(_0x582dd2(0xb1))/0x3*(-parseInt(_0x582dd2(0xc4))/0x4)+-parseInt(_0x582dd2(0xd2))/0x5+parseInt(_0x582dd2(0xc0))/0x6+parseInt(_0x582dd2(0xd0))/0x7+-parseInt(_0x582dd2(0xa8))/0x8;if(_0x170bef===_0x5a9588)break;else _0x10169e['push'](_0x10169e['shift']());}catch(_0x24f3e7){_0x10169e['push'](_0x10169e['shift']());}}}(a8_0x515b,0xd0e78));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a8_0x5084df(0xb7)),setKeepAlive=require(a8_0x5084df(0xbe)),cucumberModule=requireModule(a8_0x5084df(0xd3)),logger=require(a8_0x5084df(0xae))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a8_0x5084df(0xc9)],After=cucumberModule[a8_0x5084df(0xad)],configuration=process[a8_0x5084df(0xc3)]['CONFIG'];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a8_0x5084df(0xd1)])&&(global[a8_0x5084df(0xbf)]=!![]),global[a8_0x5084df(0xc8)]=isTrue(config[a8_0x5084df(0xbc)]),require(a8_0x5084df(0xbb))[a8_0x5084df(0xb5)](config),global[a8_0x5084df(0xb9)]=config['platformCaps']||{};}function a8_0x515b(){const _0x36f31f=['__platformCaps','name','../../index','skipSessionStatus','Inside\x20browserstack\x20After','../../helpers/setKeepAlive','__skipSessionName','6058638ZbzkOD','debug','timeout','env','351612FnGzgg','tbZpS','pDxOO','result','__skipSessionStatus','Before','1401130AhCKvB','1246956TyMPcx','yfBlN','gfaUV','then','__error_messages__','7982093zCEHWE','skipSessionName','596620iUjBWA','cucumber/lib/index.js','19137944CSEnGw','__timeout','setDefaultTimeout','\x22}}','\x20|\x20','After','../../helpers/logger','fFDpQ','bstack','15ndjiKb','__driver','ppAje','session_','browserstackAgentV2','pickle','../../helpers/helper','Error:\x20quiting\x20at\x20After:\x20'];a8_0x515b=function(){return _0x36f31f;};return a8_0x515b();}global[a8_0x5084df(0xa9)]=0x0;const __setDefaultTimeout=cucumberModule[a8_0x5084df(0xaa)];cucumberModule[a8_0x5084df(0xaa)]=_0x38aec6=>{const _0x140717=a8_0x5084df,_0x542505={'tbZpS':function(_0x3eb7b0,_0x48b0f6){return _0x3eb7b0(_0x48b0f6);}};global[_0x140717(0xa9)]=_0x38aec6,_0x542505[_0x140717(0xc5)](__setDefaultTimeout,_0x38aec6);};const a8_0x3a06a7={};a8_0x3a06a7[a8_0x5084df(0xba)]=a8_0x5084df(0xb0),Before(a8_0x3a06a7,function(){const _0x5c7265=a8_0x5084df,_0x4b2661={};_0x4b2661[_0x5c7265(0xcc)]='Inside\x20browserstack\x20Before';const _0x2d946b=_0x4b2661;logger[_0x5c7265(0xc1)](_0x2d946b['yfBlN']),global['__error_messages__']=[];});function a8_0x2925(_0x3203e0,_0x4dc97e){const _0x515b4f=a8_0x515b();return a8_0x2925=function(_0x292526,_0x44f1c0){_0x292526=_0x292526-0xa8;let _0x17e349=_0x515b4f[_0x292526];return _0x17e349;},a8_0x2925(_0x3203e0,_0x4dc97e);}const a8_0x4165e3={};a8_0x4165e3[a8_0x5084df(0xba)]=a8_0x5084df(0xb0),a8_0x4165e3[a8_0x5084df(0xc2)]=0x2710,After(a8_0x4165e3,function(_0x1237da,_0xbeb168){const _0x3a1ac0=a8_0x5084df,_0xe5f623={'dMEBC':function(_0x364651,_0x46a6a1){return _0x364651===_0x46a6a1;},'pDxOO':'failed','fFDpQ':function(_0x2ed11a,_0x195e54,_0x13e553,_0x418f57){return _0x2ed11a(_0x195e54,_0x13e553,_0x418f57);},'CvnQJ':_0x3a1ac0(0xac),'wlKec':function(_0x2e7699,_0x19b4a3,_0x5e8041){return _0x2e7699(_0x19b4a3,_0x5e8041);},'MQVeg':'passed','tmurG':function(_0x348a06){return _0x348a06();},'gfaUV':function(_0x3398a0,_0x3d198b){return _0x3398a0(_0x3d198b);},'ppAje':_0x3a1ac0(0xbd)};logger['debug'](_0xe5f623[_0x3a1ac0(0xb3)]),new Promise(async(_0x1d26b2,_0x11a8ec)=>{const _0xa565a1=_0x3a1ac0;let _0x3ef0da=![];try{await global[_0xa565a1(0xb2)][_0xa565a1(0xb4)],_0x3ef0da=!![],!global[_0xa565a1(0xbf)]&&await global[_0xa565a1(0xb2)]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x1237da[_0xa565a1(0xb6)][_0xa565a1(0xba)]+_0xa565a1(0xab)),_0xe5f623['dMEBC'](_0x1237da[_0xa565a1(0xc7)]['status']['toLowerCase'](),_0xe5f623[_0xa565a1(0xc6)])?await _0xe5f623[_0xa565a1(0xaf)](markSessionStatus,global['__driver'],_0xe5f623[_0xa565a1(0xc6)],global[_0xa565a1(0xcf)]['join'](_0xe5f623['CvnQJ'])):await _0xe5f623['wlKec'](markSessionStatus,global['__driver'],_0xe5f623['MQVeg']);}catch(_0x38cc12){logger[_0xa565a1(0xc1)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x38cc12);}if(_0x3ef0da)try{await global[_0xa565a1(0xb2)]['initQuit'](),_0xe5f623['tmurG'](_0x1d26b2);}catch(_0x2517bf){logger[_0xa565a1(0xc1)](_0xa565a1(0xb8)+_0x2517bf),_0xe5f623[_0xa565a1(0xcd)](_0x11a8ec,_0x2517bf);}else _0xe5f623['tmurG'](_0x11a8ec);})[_0x3a1ac0(0xce)](()=>_0xbeb168());});
@@ -1 +1 @@
1
- const a9_0x226fc1=a9_0x3c55;function a9_0x4c9f(){const _0x512697=['102264uHyCQq','7DMjfye','102xeJWWJ','cucumber/lib/index.js','1053nvpjzj','@cucumber/cucumber/lib/index.js','../utils/constants','1053393WCmpuR','549680ojRBgI','BSTACK_DELTA','34610zDwLGT','56898ecypZG','__timeout','../../helpers/helper','18XDcffe','28KNPdcY','122108JMzUUx','23440iElRLb','420EhuSZQ'];a9_0x4c9f=function(){return _0x512697;};return a9_0x4c9f();}(function(_0x489388,_0x1a5086){const _0x362cc9=a9_0x3c55,_0x2cf539=_0x489388();while(!![]){try{const _0x3ba718=parseInt(_0x362cc9(0x146))/0x1*(parseInt(_0x362cc9(0x143))/0x2)+parseInt(_0x362cc9(0x140))/0x3*(parseInt(_0x362cc9(0x142))/0x4)+-parseInt(_0x362cc9(0x14f))/0x5*(parseInt(_0x362cc9(0x147))/0x6)+-parseInt(_0x362cc9(0x141))/0x7*(parseInt(_0x362cc9(0x14d))/0x8)+parseInt(_0x362cc9(0x150))/0x9*(-parseInt(_0x362cc9(0x144))/0xa)+-parseInt(_0x362cc9(0x14c))/0xb+parseInt(_0x362cc9(0x145))/0xc*(parseInt(_0x362cc9(0x149))/0xd);if(_0x3ba718===_0x1a5086)break;else _0x2cf539['push'](_0x2cf539['shift']());}catch(_0x5a48b5){_0x2cf539['push'](_0x2cf539['shift']());}}}(a9_0x4c9f,0x313d3));function a9_0x3c55(_0x32bff6,_0x2d4957){const _0x4c9f7d=a9_0x4c9f();return a9_0x3c55=function(_0x3c5579,_0x3c6312){_0x3c5579=_0x3c5579-0x13f;let _0x43c055=_0x4c9f7d[_0x3c5579];return _0x43c055;},a9_0x3c55(_0x32bff6,_0x2d4957);}const {requireModule}=require(a9_0x226fc1(0x13f)),constants=require(a9_0x226fc1(0x14b));;let cucumberModule=null;try{cucumberModule=requireModule(a9_0x226fc1(0x14a));}catch(a9_0x3394b3){cucumberModule=requireModule(a9_0x226fc1(0x148));}cucumberModule['setDefaultTimeout'](constants[a9_0x226fc1(0x14e)]+global[a9_0x226fc1(0x151)]*0x1);
1
+ const a9_0x42538e=a9_0x5a58;(function(_0x2e3b66,_0x4b97cb){const _0x521489=a9_0x5a58,_0x9dece5=_0x2e3b66();while(!![]){try{const _0x5e82cc=-parseInt(_0x521489(0x101))/0x1+-parseInt(_0x521489(0xfd))/0x2+-parseInt(_0x521489(0x104))/0x3*(-parseInt(_0x521489(0xfb))/0x4)+-parseInt(_0x521489(0xfe))/0x5+-parseInt(_0x521489(0x105))/0x6+parseInt(_0x521489(0x107))/0x7+-parseInt(_0x521489(0x102))/0x8*(-parseInt(_0x521489(0x103))/0x9);if(_0x5e82cc===_0x4b97cb)break;else _0x9dece5['push'](_0x9dece5['shift']());}catch(_0x4bfa27){_0x9dece5['push'](_0x9dece5['shift']());}}}(a9_0x146c,0x7b896));const {requireModule}=require(a9_0x42538e(0xff)),constants=require(a9_0x42538e(0x100));function a9_0x5a58(_0x29d6bd,_0x19ca0b){const _0x146c1a=a9_0x146c();return a9_0x5a58=function(_0x5a581d,_0x1d195f){_0x5a581d=_0x5a581d-0xfb;let _0x38f60f=_0x146c1a[_0x5a581d];return _0x38f60f;},a9_0x5a58(_0x29d6bd,_0x19ca0b);};function a9_0x146c(){const _0x5f343b=['433977spdejR','3676086NMedYv','@cucumber/cucumber/lib/index.js','580965bwECcY','4EawyWU','cucumber/lib/index.js','1946628sYOJhz','2261235hSeJgn','../../helpers/helper','../utils/constants','847275aPIUhe','8436984ITaUMd','27TcCmjZ'];a9_0x146c=function(){return _0x5f343b;};return a9_0x146c();}let cucumberModule=null;try{cucumberModule=requireModule(a9_0x42538e(0x106));}catch(a9_0x1b152d){cucumberModule=requireModule(a9_0x42538e(0xfc));}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global['__timeout']*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a10_0xac64a8=a10_0x1526;function a10_0x1526(_0x4c6d0d,_0x2cbbe9){const _0x3f9f5d=a10_0x3f9f();return a10_0x1526=function(_0x15264e,_0x51d7fb){_0x15264e=_0x15264e-0xb0;let _0x119fa4=_0x3f9f5d[_0x15264e];return _0x119fa4;},a10_0x1526(_0x4c6d0d,_0x2cbbe9);}(function(_0x23a4bb,_0x50b36e){const _0x355824=a10_0x1526,_0x3f3504=_0x23a4bb();while(!![]){try{const _0x3bde74=parseInt(_0x355824(0x1c1))/0x1+-parseInt(_0x355824(0x178))/0x2+-parseInt(_0x355824(0x1b5))/0x3*(parseInt(_0x355824(0x14b))/0x4)+-parseInt(_0x355824(0x126))/0x5*(-parseInt(_0x355824(0x15a))/0x6)+parseInt(_0x355824(0xcd))/0x7*(parseInt(_0x355824(0x19b))/0x8)+parseInt(_0x355824(0xf3))/0x9*(parseInt(_0x355824(0x144))/0xa)+parseInt(_0x355824(0x172))/0xb*(-parseInt(_0x355824(0x116))/0xc);if(_0x3bde74===_0x50b36e)break;else _0x3f3504['push'](_0x3f3504['shift']());}catch(_0x2de1e0){_0x3f3504['push'](_0x3f3504['shift']());}}}(a10_0x3f9f,0x2a5b0));const fs=require('fs'),path=require(a10_0xac64a8(0x107)),{spawn}=require(a10_0xac64a8(0x10b)),logger=require(a10_0xac64a8(0xc6))[a10_0xac64a8(0x191)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a10_0xac64a8(0x10c)),constants=require(a10_0xac64a8(0x111)),accessibilityHelper=require(a10_0xac64a8(0x1b1)),{updateTestRerunConfig}=require(a10_0xac64a8(0x19d)),testOpsHelper=require(a10_0xac64a8(0xd1)),SessionHandler=require(a10_0xac64a8(0xda)),{getFrameworkVersion,debug}=require(a10_0xac64a8(0xd1)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a10_0xac64a8(0x1a0)),getUserJestConfigs=(_0x195e20,_0xd2f622)=>{const _0x59f1bc=a10_0xac64a8,_0x332599={'pMFNr':_0x59f1bc(0x189),'YttrJ':function(_0x28a9b2,_0x4202e7){return _0x28a9b2(_0x4202e7);},'hUFFP':function(_0x33d235,_0x384884){return _0x33d235===_0x384884;},'yOwbI':_0x59f1bc(0x18a),'yVOjA':_0x59f1bc(0x138),'lfwxt':function(_0x305a48,_0x4c335d){return _0x305a48||_0x4c335d;},'puvLZ':_0x59f1bc(0xb0),'bERtx':function(_0x260392,_0x33883e){return _0x260392===_0x33883e;},'VRvPT':_0x59f1bc(0xc3),'gpFWT':_0x59f1bc(0x16c),'eZjlw':_0x59f1bc(0x13f),'nIVsA':_0x59f1bc(0xe4),'nNzAs':_0x59f1bc(0xf1),'NAbjf':_0x59f1bc(0xc0),'aokAz':'ctLsP','SUBlL':_0x59f1bc(0x198),'WHRqR':_0x59f1bc(0xf2)},_0x159220=_0xd2f622[_0x59f1bc(0x155)](_0x5934f0=>_0x5934f0===_0x59f1bc(0x1be));if(!helper[_0x59f1bc(0x17b)](_0x195e20['config'])){if(_0x332599[_0x59f1bc(0x160)](_0x332599['yOwbI'],_0x332599['yVOjA'])){const _0x53fd33={};_0x53fd33[_0x59f1bc(0xe8)]=_0x332599[_0x59f1bc(0xd3)];const _0x752e57=_0x53fd33;_0x404db8[_0x59f1bc(0xbd)][_0x59f1bc(0x11d)]['forEach']((_0xe8730c,_0x15da1e)=>{const _0x10e7e8=_0x59f1bc;_0x35b2a5?_0x5c9b9c['push'](_0x241910[_0x10e7e8(0x170)](_0x2602eb[_0x10e7e8(0xbd)],_0x752e57[_0x10e7e8(0xe8)],_0x15da1e)):_0x59d21d['push'](_0x5e86a0[_0x10e7e8(0x152)](_0x36bdca[_0x10e7e8(0xbd)],_0x752e57[_0x10e7e8(0xe8)],_0x15da1e));});}else{logger[_0x59f1bc(0x10e)](_0x59f1bc(0x199)+_0x195e20[_0x59f1bc(0xbd)]);const _0x120fba=_0x332599['YttrJ'](require,path[_0x59f1bc(0x18e)](_0x195e20[_0x59f1bc(0xbd)]));return _0xd2f622[_0x59f1bc(0x14f)](_0x159220,0x2),_0x332599[_0x59f1bc(0xc2)](_0x120fba,{});}}const _0x16fc6b=_0x332599['YttrJ'](require,path['join'](process[_0x59f1bc(0x14d)](),_0x332599['puvLZ']));if(_0x16fc6b['jest']){if(_0x332599['bERtx'](_0x332599['VRvPT'],_0x332599[_0x59f1bc(0x11b)]))return logger[_0x59f1bc(0x10e)](_0x332599['gpFWT']),_0x16fc6b[_0x59f1bc(0x189)];else _0xbfa7d0[_0x59f1bc(0x153)](),_0x378de4[_0x59f1bc(0x1ad)][_0x59f1bc(0x17e)](_0x1b977c+'/test_before.setup.js');}const _0x460eaa=['js',_0x332599[_0x59f1bc(0x13d)],_0x332599[_0x59f1bc(0xba)],_0x332599['nNzAs'],'ts'];for(const _0x4f4bcf of _0x460eaa){if(_0x332599[_0x59f1bc(0x160)](_0x332599[_0x59f1bc(0x175)],_0x332599['aokAz']))_0x485357[_0x59f1bc(0x17e)](_0x384c06[_0x59f1bc(0x152)](_0x4121b6[_0x59f1bc(0xbd)],_0x332599[_0x59f1bc(0xd3)],_0x29f20c));else{const _0x1c2d86=path[_0x59f1bc(0xec)](process['cwd'](),_0x59f1bc(0x12f)+_0x4f4bcf);if(fs[_0x59f1bc(0x1a2)](_0x1c2d86)){if(_0x332599[_0x59f1bc(0x160)](_0x332599[_0x59f1bc(0x15e)],_0x332599[_0x59f1bc(0x103)])){let _0x1d425d=0x1;if(!_0x554734[_0x59f1bc(0x17b)](_0x438eab[_0x59f1bc(0x177)]))_0x1d425d=_0x332599[_0x59f1bc(0x141)](_0x2a26d7,_0x332821[_0x59f1bc(0x177)]);else!_0x5f3bf1[_0x59f1bc(0x17b)](_0x4e0193[_0x59f1bc(0x148)])&&(_0x1d425d=_0x3bffb8[_0x59f1bc(0x148)]);return _0x1d425d;}else return _0x332599[_0x59f1bc(0x141)](require,_0x1c2d86);}}}return{};},getSerial=(_0x3c9fd7,_0x37126a)=>{const _0x42aa01=a10_0xac64a8,_0x25655c={};_0x25655c['YOLXr']=_0x42aa01(0x1b2),_0x25655c[_0x42aa01(0x119)]=function(_0x5dab41,_0x4276f2){return _0x5dab41>_0x4276f2;},_0x25655c['UDnfE']=function(_0x4a4656,_0x3c0324){return _0x4a4656>_0x3c0324;},_0x25655c['tmIlK']=function(_0x1d867b,_0x1f29ec){return _0x1d867b===_0x1f29ec;},_0x25655c[_0x42aa01(0xc9)]=_0x42aa01(0x13c),_0x25655c[_0x42aa01(0x12b)]=_0x42aa01(0x17d),_0x25655c[_0x42aa01(0x109)]='false';const _0x20a287=_0x25655c;let _0x8c9145=_0x20a287[_0x42aa01(0xb6)];return _0x20a287[_0x42aa01(0x119)](_0x3c9fd7[_0x42aa01(0xff)],0x1)&&(!_0x37126a[_0x42aa01(0xde)]&&(helper[_0x42aa01(0x17b)](_0x37126a[_0x42aa01(0x148)])||_0x20a287[_0x42aa01(0x169)](_0x37126a[_0x42aa01(0x148)],0x1)))&&(_0x20a287[_0x42aa01(0x1b9)](_0x20a287[_0x42aa01(0xc9)],_0x20a287['ixykS'])?_0x102877['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x20a287['YOLXr']:_0x8c9145=_0x20a287[_0x42aa01(0x109)]),_0x8c9145;},getMaxWorkers=(_0x31e68d,_0x490ba7)=>{const _0x4afab6=a10_0xac64a8,_0x2d8a41={'WyXJo':function(_0x1ccaf3,_0x12efbf){return _0x1ccaf3!==_0x12efbf;},'JpkYp':_0x4afab6(0xb1),'hzNsi':_0x4afab6(0x137),'XtuaM':function(_0x4957da,_0x1b7456){return _0x4957da(_0x1b7456);},'uyGtx':_0x4afab6(0xe7),'jdobH':_0x4afab6(0xfa)};let _0x2acf19=0x1;if(!helper[_0x4afab6(0x17b)](_0x490ba7[_0x4afab6(0x177)]))_0x2d8a41[_0x4afab6(0xbc)](_0x2d8a41[_0x4afab6(0x19e)],_0x2d8a41[_0x4afab6(0xdd)])?_0x2acf19=_0x2d8a41[_0x4afab6(0x16a)](parseInt,_0x490ba7[_0x4afab6(0x177)]):(_0x2a60bc[_0x4afab6(0xce)][_0x4afab6(0x17e)](_0x3f3698+_0x4afab6(0x167)),_0x125fea['testRunner']=_0x89c422+_0x4afab6(0x1ae));else!helper[_0x4afab6(0x17b)](_0x31e68d[_0x4afab6(0x148)])&&(_0x2d8a41[_0x4afab6(0xbc)](_0x2d8a41['uyGtx'],_0x2d8a41[_0x4afab6(0xb9)])?_0x2acf19=_0x31e68d[_0x4afab6(0x148)]:_0xeac2e6[_0x4afab6(0x17e)]({}));return _0x2acf19;};async function run(_0x358cf9,_0x2f860b){const _0x4ef3e5=a10_0xac64a8,_0xa4a17={'JHJyv':function(_0x19f32a,_0xd3bdeb){return _0x19f32a(_0xd3bdeb);},'Oojch':'false','dNEZX':_0x4ef3e5(0x19a),'HMFIq':_0x4ef3e5(0x11a),'LgNSJ':function(_0x5119c2,_0x4b114d){return _0x5119c2!==_0x4b114d;},'fnDtr':'TvgnS','AYDUJ':_0x4ef3e5(0x136),'Yzdrz':_0x4ef3e5(0x189),'vlmpq':_0x4ef3e5(0x1b0),'wUgWt':_0x4ef3e5(0x13a),'bwIuy':function(_0x4202c0,_0x83e5e){return _0x4202c0(_0x83e5e);},'sIumk':_0x4ef3e5(0x10d),'LcTue':function(_0x424c7f,_0x182b6e){return _0x424c7f(_0x182b6e);},'PBJYS':function(_0x3e684a,_0x101387){return _0x3e684a(_0x101387);},'GyjWa':_0x4ef3e5(0x1b2),'FxpEn':function(_0x2dc835,_0x1c4269){return _0x2dc835>_0x1c4269;},'IyZsD':function(_0x331d15,_0x159de6){return _0x331d15>_0x159de6;},'FjzcC':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','qLhWI':function(_0x2fbe31,_0x3f595f){return _0x2fbe31||_0x3f595f;},'oRspT':_0x4ef3e5(0x182),'NactP':function(_0x13eb3,_0x3b7b32){return _0x13eb3===_0x3b7b32;},'zRuBS':'kbJLk','KZpGE':_0x4ef3e5(0x18d),'hEupg':'vIwTh','yyjSC':_0x4ef3e5(0xb7),'bOQaT':function(_0x264cac,_0x4e748e){return _0x264cac===_0x4e748e;},'vtkMi':'ncSLD','sggSh':function(_0x22fbb5,_0x4d67a4){return _0x22fbb5(_0x4d67a4);},'aiLJS':'XOZrl','Gmkoz':_0x4ef3e5(0xfc),'GzcwQ':_0x4ef3e5(0x1a4),'xaZgz':function(_0x4d1e02,_0x27659c){return _0x4d1e02!=_0x27659c;},'eCJxw':_0x4ef3e5(0x17f),'EgJvt':_0x4ef3e5(0x190),'QXkcn':_0x4ef3e5(0x106),'bEYyX':_0x4ef3e5(0x16d),'DMyHo':function(_0x1bdee0,_0x52cd7e,_0x399b05){return _0x1bdee0(_0x52cd7e,_0x399b05);},'VDUQG':_0x4ef3e5(0x115),'vNXfb':'pndPB','cyhYp':function(_0x57fdc0,_0x432918){return _0x57fdc0===_0x432918;},'xFxlf':'IvKZn','JQWwC':_0x4ef3e5(0xfd),'TvxOz':function(_0x48e2c1,_0x1bb04b){return _0x48e2c1===_0x1bb04b;},'JihbD':_0x4ef3e5(0xd2),'QqLku':_0x4ef3e5(0xe3),'tmwUd':function(_0x2733f8,_0x240407){return _0x2733f8===_0x240407;},'zIQOA':_0x4ef3e5(0xb3),'VqHtg':'YmVfv','dzIIh':function(_0x378157,_0x171ba9){return _0x378157*_0x171ba9;},'ycBlR':function(_0x4dea0f,_0x6d38f){return _0x4dea0f!==_0x6d38f;},'cghKo':_0x4ef3e5(0xed),'XnSlM':function(_0x1820b5,_0x54f5b7){return _0x1820b5===_0x54f5b7;},'pJJLr':'LwVSO','MCFAT':_0x4ef3e5(0x17a),'PdjPa':_0x4ef3e5(0x184),'obkSR':_0x4ef3e5(0x154),'PvQoE':_0x4ef3e5(0x147),'hyhKg':_0x4ef3e5(0xea),'aqiun':_0x4ef3e5(0x114),'DOUMw':_0x4ef3e5(0x15b),'MBOCv':_0x4ef3e5(0x159),'YhvZf':function(_0x5e6829,_0x598d09){return _0x5e6829!==_0x598d09;},'YejqH':_0x4ef3e5(0xd5),'UQSlf':function(_0x5307c8,_0x40604d){return _0x5307c8===_0x40604d;},'nrOWE':_0x4ef3e5(0xb4),'qJmpJ':function(_0x180978,_0x764689){return _0x180978!==_0x764689;},'AtlMC':'vIyVT','Cjcgf':_0x4ef3e5(0x151),'snzVS':_0x4ef3e5(0x1a3),'Rgcue':_0x4ef3e5(0x110),'PIzuy':function(_0x3053f1,_0x333c7){return _0x3053f1===_0x333c7;},'wocPA':_0x4ef3e5(0x1b4),'EwDEy':_0x4ef3e5(0xd7),'wGDGo':function(_0x4a2fd6,_0x27fb5e,_0x2db735,_0xe55496){return _0x4a2fd6(_0x27fb5e,_0x2db735,_0xe55496);},'hiSsG':_0x4ef3e5(0xcb),'AdwDM':_0x4ef3e5(0x1be),'HvCsN':_0x4ef3e5(0x14e),'dYNie':_0x4ef3e5(0x1a7)},_0x5e967c=new BrowserStackSetup(_0x358cf9,_0xa4a17[_0x4ef3e5(0x149)]);helper[_0x4ef3e5(0x1b7)]()&&(_0xa4a17[_0x4ef3e5(0xef)](_0xa4a17[_0x4ef3e5(0x129)],_0xa4a17[_0x4ef3e5(0x14c)])?_0xa4a17[_0x4ef3e5(0x19c)](_0x10fff4,_0x4ef3e5(0xd0)+_0x29afdf):(await _0x5e967c[_0x4ef3e5(0x162)](),await helper[_0x4ef3e5(0x118)](_0x5e967c[_0x4ef3e5(0xbd)])));if(!_0x5e967c[_0x4ef3e5(0xbd)]){if(_0xa4a17[_0x4ef3e5(0x14a)](_0xa4a17[_0x4ef3e5(0x166)],_0xa4a17[_0x4ef3e5(0x166)]))_0x2a6060['env'][_0x4ef3e5(0x150)]=_0x11c553['stringify'](_0x24b1a1['config'][_0x4ef3e5(0x187)]);else return;}_0xa4a17['xaZgz'](_0x5e967c['config']['testObservability'],null)?_0xa4a17[_0x4ef3e5(0x14a)](_0xa4a17['eCJxw'],_0xa4a17['EgJvt'])?process[_0x4ef3e5(0x11f)][_0x4ef3e5(0x112)]=_0x5e967c[_0x4ef3e5(0xbd)][_0x4ef3e5(0x133)]:_0xc9c02c=_0xa4a17['Oojch']:_0xa4a17[_0x4ef3e5(0xef)](_0xa4a17[_0x4ef3e5(0xe9)],_0xa4a17[_0x4ef3e5(0x1bb)])?_0x2fd63b[_0x4ef3e5(0x11f)][_0x4ef3e5(0x12d)]=_0x13d67b[_0x4ef3e5(0x130)]:process[_0x4ef3e5(0x11f)][_0x4ef3e5(0x112)]=_0xa4a17[_0x4ef3e5(0x179)];const _0x155361=_0xa4a17[_0x4ef3e5(0xbb)](getUserJestConfigs,_0x358cf9,_0x2f860b);logger[_0x4ef3e5(0x10e)](_0xa4a17['VDUQG']);const _0x5ab72c=Object[_0x4ef3e5(0x185)]({},_0x155361);_0x5ab72c[_0x4ef3e5(0x183)]=Object['assign']({},_0x5ab72c[_0x4ef3e5(0x183)],{'server':helper[_0x4ef3e5(0xbf)](_0x5e967c['config']),'environment':_0x155361[_0x4ef3e5(0x130)]}),_0x5ab72c['testEnvironmentOptions']['browserStackPercyOptions']=_0xa4a17[_0x4ef3e5(0x127)](getPercyOptions,_0x5e967c[_0x4ef3e5(0xbd)]);const _0x3a6fe1=helper[_0x4ef3e5(0x197)](_0x5e967c[_0x4ef3e5(0xbd)]),_0x557bad=[];if(_0xa4a17[_0x4ef3e5(0xfe)](_0x5e967c[_0x4ef3e5(0xbd)]['platforms'][_0x4ef3e5(0xff)],0x0))_0xa4a17[_0x4ef3e5(0xef)](_0xa4a17[_0x4ef3e5(0x1ac)],_0xa4a17['vNXfb'])?_0x5e967c['config']['platforms'][_0x4ef3e5(0xe1)]((_0x136744,_0x14eb55)=>{const _0x4de649=_0x4ef3e5,_0x584825={};_0x584825['JVaaa']=_0xa4a17[_0x4de649(0x1bc)];const _0x2e49ad=_0x584825;_0xa4a17[_0x4de649(0x14a)](_0xa4a17[_0x4de649(0x193)],_0xa4a17[_0x4de649(0x193)])?_0x5aa099=_0x556121[_0x4de649(0x148)]:_0x3a6fe1?_0xa4a17['LgNSJ'](_0xa4a17[_0x4de649(0xc4)],_0xa4a17[_0x4de649(0xc4)])?_0x509842=_0xa4a17[_0x4de649(0x1b3)]:_0x557bad[_0x4de649(0x17e)](helper[_0x4de649(0x170)](_0x5e967c[_0x4de649(0xbd)],_0xa4a17[_0x4de649(0x149)],_0x14eb55)):_0xa4a17[_0x4de649(0x14a)](_0xa4a17['vlmpq'],_0xa4a17[_0x4de649(0x194)])?_0xb7a909[_0x4de649(0x117)](_0x2e49ad[_0x4de649(0xeb)]):_0x557bad[_0x4de649(0x17e)](helper[_0x4de649(0x152)](_0x5e967c[_0x4de649(0xbd)],_0xa4a17[_0x4de649(0x149)],_0x14eb55));}):_0x4a1bab=_0x3b25f8['parse'](_0x421012);else{if(_0xa4a17[_0x4ef3e5(0xdc)](_0xa4a17[_0x4ef3e5(0x145)],_0xa4a17['JQWwC']))return _0xa4a17[_0x4ef3e5(0x19c)](_0x51e1c1,_0x357b6c);else _0x557bad['push']({});}if(!helper['isUndefined'](_0x5e967c['config'][_0x4ef3e5(0x187)])){if(_0xa4a17[_0x4ef3e5(0xf7)](_0xa4a17[_0x4ef3e5(0x10a)],_0xa4a17[_0x4ef3e5(0x13e)])){_0x3f3de8=_0x26727c[_0x4ef3e5(0x120)](_0x59ced8);try{_0x54979f=_0xb58754['parse'](_0x133404);}catch(_0x4044fb){_0x8135ef[_0x4ef3e5(0x117)](_0x4ef3e5(0x1ab)+_0x52a25f+',\x20'+_0x3b740f+_0x4ef3e5(0x1bd)+_0x4044fb);}_0x4fcc49['unlinkSync'](_0x29012e);}else process[_0x4ef3e5(0x11f)][_0x4ef3e5(0x150)]=JSON[_0x4ef3e5(0x131)](_0x5e967c[_0x4ef3e5(0xbd)][_0x4ef3e5(0x187)]);}let _0x2d2948=_0x5e967c[_0x4ef3e5(0xbd)]['accessibility'];_0x2d2948=_0x2d2948||accessibilityHelper[_0x4ef3e5(0x1aa)](_0x5e967c['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2d2948;if(_0x2d2948){if(_0xa4a17[_0x4ef3e5(0xb2)](_0xa4a17[_0x4ef3e5(0xfb)],_0xa4a17[_0x4ef3e5(0x11e)]))_0x39b3a0[_0x4ef3e5(0x117)]('Error\x20while\x20parsing\x20'+_0xcf0bdc+',\x20'+_0x1e3911+_0x4ef3e5(0x1bd)+_0x4ac746);else{const [_0x28f8ba,_0x4ae931]=await accessibilityHelper['createAccessibilityTestRun'](_0x5e967c[_0x4ef3e5(0xbd)],_0xa4a17[_0x4ef3e5(0x149)]);logger[_0x4ef3e5(0x10e)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x4ae931),process[_0x4ef3e5(0x11f)][_0x4ef3e5(0xee)]=_0x28f8ba,process[_0x4ef3e5(0x11f)][_0x4ef3e5(0x173)]=_0x4ae931;}}_0x5ab72c[_0x4ef3e5(0x183)][_0x4ef3e5(0x1b6)]=_0x557bad,_0x5ab72c['testEnvironmentOptions'][_0x4ef3e5(0x168)]=_0xa4a17['DMyHo'](getSerial,_0x557bad,_0x358cf9),_0x5ab72c[_0x4ef3e5(0x183)][_0x4ef3e5(0x12c)]=_0xa4a17['DMyHo'](getMaxWorkers,_0x358cf9,_0x5e967c['config']),_0x5ab72c[_0x4ef3e5(0x183)][_0x4ef3e5(0x1af)]=_0x5e967c[_0x4ef3e5(0xbd)][_0x4ef3e5(0x1af)],_0x5ab72c[_0x4ef3e5(0x183)]['timeout__']=_0xa4a17[_0x4ef3e5(0xb8)](_0x358cf9[_0x4ef3e5(0x122)],0x1)||0x1388,_0x5ab72c[_0x4ef3e5(0x183)]['skipSessionName']=_0x5e967c[_0x4ef3e5(0xbd)]['testContextOptions'][_0x4ef3e5(0x15c)],_0x5ab72c[_0x4ef3e5(0x183)][_0x4ef3e5(0x142)]=_0x5e967c[_0x4ef3e5(0xbd)]['testContextOptions'][_0x4ef3e5(0x142)],_0x5ab72c['testEnvironmentOptions'][_0x4ef3e5(0xbe)]=_0x5e967c[_0x4ef3e5(0xbd)][_0x4ef3e5(0xd4)],_0x5ab72c[_0x4ef3e5(0x183)][_0x4ef3e5(0x186)]=_0x5e967c[_0x4ef3e5(0xbd)][_0x4ef3e5(0x186)],_0x5ab72c['testEnvironmentOptions'][_0x4ef3e5(0x139)]=_0x5e967c[_0x4ef3e5(0xbd)][_0x4ef3e5(0x11d)];let _0x28175d='';if(_0xa4a17[_0x4ef3e5(0xdc)](helper[_0x4ef3e5(0xd8)](),constants[_0x4ef3e5(0x1ba)][_0x4ef3e5(0xc1)])){if(_0xa4a17[_0x4ef3e5(0x146)](_0xa4a17[_0x4ef3e5(0xdf)],_0xa4a17[_0x4ef3e5(0xdf)]))return;else _0x28175d=_0xa4a17['dNEZX'];}else _0xa4a17[_0x4ef3e5(0xe2)](_0xa4a17['pJJLr'],_0xa4a17[_0x4ef3e5(0x171)])?_0x449d12[_0x4ef3e5(0x181)](_0x19a09f['config']):_0x28175d=_0xa4a17[_0x4ef3e5(0xdb)];const _0x565d0d=_0x28175d,_0x24f474=path['join'](__dirname,_0xa4a17['PdjPa'],_0xa4a17[_0x4ef3e5(0x125)]),_0x508518=__dirname+'/customImplements/customTestRunner.js',_0x5c96aa=__dirname+_0x4ef3e5(0xcf);if(_0x5ab72c[_0x4ef3e5(0x130)]){if(_0xa4a17[_0x4ef3e5(0xf7)](_0xa4a17[_0x4ef3e5(0x100)],_0xa4a17[_0x4ef3e5(0x100)]))process[_0x4ef3e5(0x11f)][_0x4ef3e5(0x12d)]=_0x5ab72c[_0x4ef3e5(0x130)];else{let _0x9929a=null;try{_0x9929a=_0x4770d2[_0x4ef3e5(0xe6)](_0xa4a17['wUgWt']);}catch(_0x316b2d){_0xa4a17[_0x4ef3e5(0x127)](_0x1923ed,_0x4ef3e5(0xd0)+_0x316b2d);}_0x9929a&&(_0x6ea9cd[_0x4ef3e5(0xce)][_0x4ef3e5(0x17e)](_0x1fc49f+_0x4ef3e5(0x167)),_0x397fc5[_0x4ef3e5(0x1c0)]=_0x43e25e+_0x4ef3e5(0x1ae));}}_0x5ab72c['testEnvironment']=__dirname+_0x4ef3e5(0x16b),_0x5ab72c[_0x4ef3e5(0x180)]=_0x508518,_0x5ab72c[_0x4ef3e5(0xce)]=_0x5ab72c['setupFilesAfterEnv']||[],_0x5ab72c[_0x4ef3e5(0xce)][_0x4ef3e5(0x17e)](__dirname+_0x4ef3e5(0xb5));if(testOpsHelper[_0x4ef3e5(0xf8)]()){if(_0xa4a17[_0x4ef3e5(0xdc)](_0xa4a17['hyhKg'],_0xa4a17['hyhKg'])){let _0x48ab78=null;try{_0xa4a17[_0x4ef3e5(0x165)](_0xa4a17[_0x4ef3e5(0x10f)],_0xa4a17['aqiun'])?_0x48ab78=helper[_0x4ef3e5(0xe6)](_0xa4a17['wUgWt']):_0x3985ed['env'][_0x4ef3e5(0x112)]=_0xdfe516['config'][_0x4ef3e5(0x133)];}catch(_0x476f85){_0xa4a17[_0x4ef3e5(0x146)](_0xa4a17[_0x4ef3e5(0x124)],_0xa4a17[_0x4ef3e5(0x12e)])?_0xa4a17[_0x4ef3e5(0x19f)](debug,_0x4ef3e5(0xd0)+_0x476f85):_0xd8a6f2=_0xa4a17[_0x4ef3e5(0xdb)];}_0x48ab78&&(_0xa4a17[_0x4ef3e5(0x1a1)](_0xa4a17[_0x4ef3e5(0x143)],_0xa4a17[_0x4ef3e5(0x143)])?_0x1166ae[_0x4ef3e5(0x17e)](_0x5a7019['modifyBrowserStackW3CCaps'](_0x50e06f['config'],_0xa4a17[_0x4ef3e5(0x149)],_0x1579d6)):(_0x5ab72c[_0x4ef3e5(0xce)][_0x4ef3e5(0x17e)](__dirname+_0x4ef3e5(0x167)),_0x5ab72c[_0x4ef3e5(0x1c0)]=__dirname+_0x4ef3e5(0x1ae)));}else _0x104b43=_0xa4a17[_0x4ef3e5(0xd9)](_0x354411,_0x3913c5['parallelsPerPlatform']);}_0x5ab72c[_0x4ef3e5(0x1ad)]=_0x5ab72c[_0x4ef3e5(0x1ad)]||[];try{_0xa4a17[_0x4ef3e5(0x17c)](_0xa4a17[_0x4ef3e5(0x163)],_0xa4a17[_0x4ef3e5(0x163)])?(helper[_0x4ef3e5(0x153)](),_0x5ab72c[_0x4ef3e5(0x1ad)][_0x4ef3e5(0x17e)](__dirname+'/test_before.setup.js')):(_0x2146f5[_0x4ef3e5(0xe5)](_0xdb5a9e),_0xa4a17['PBJYS'](_0x11233f,_0x4ef3e5(0xc8)+_0x35b3e7));}catch{_0xa4a17[_0x4ef3e5(0xf6)](_0xa4a17[_0x4ef3e5(0x156)],_0xa4a17[_0x4ef3e5(0x18f)])?logger[_0x4ef3e5(0x117)](_0xa4a17[_0x4ef3e5(0x1bc)]):_0x6eaf5f[_0x4ef3e5(0x113)]();}_0x5ab72c[_0x4ef3e5(0xd6)]=_0x5ab72c[_0x4ef3e5(0xd6)]||[_0xa4a17['snzVS']],_0xa4a17[_0x4ef3e5(0xbb)](updateTestRerunConfig,_0x5ab72c,_0x5e967c);const _0x2830d9=fs[_0x4ef3e5(0x120)](_0x5c96aa);fs[_0x4ef3e5(0x15f)](_0x5ab72c[_0x4ef3e5(0x180)],_0x4ef3e5(0x140)+_0x2830d9+_0x4ef3e5(0x105)+_0x5e967c['config']['platforms'][_0x4ef3e5(0xff)]+_0x4ef3e5(0x1b8)),logger[_0x4ef3e5(0x10e)](_0x4ef3e5(0x132)+_0x565d0d+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0x4ef3e5(0x15f)](_0x565d0d,_0x4ef3e5(0x121)+JSON['stringify'](_0x5ab72c)+'\x0amodule.exports\x20=\x20config;'),logger[_0x4ef3e5(0x10e)](_0xa4a17[_0x4ef3e5(0x176)]);const _0x3f68c0={};_0x3f68c0['root_dir_path']='',await SessionHandler['launch'](Object[_0x4ef3e5(0x185)]({},_0x5e967c[_0x4ef3e5(0xbd)],_0x3f68c0),{'frameworkName':_0xa4a17[_0x4ef3e5(0x149)],'frameworkVersion':_0xa4a17[_0x4ef3e5(0xc5)](getFrameworkVersion,_0xa4a17['Yzdrz'])});if(testOpsHelper['isTestObservabilitySession']()){if(_0xa4a17[_0x4ef3e5(0xf5)](_0xa4a17[_0x4ef3e5(0x18b)],_0xa4a17[_0x4ef3e5(0x161)])){let _0xefc82c=_0xa4a17[_0x4ef3e5(0x179)];return _0xa4a17[_0x4ef3e5(0xfe)](_0x30efb9[_0x4ef3e5(0xff)],0x1)&&(!_0x9c6f2[_0x4ef3e5(0xde)]&&(_0x54780c[_0x4ef3e5(0x17b)](_0xb9fa58[_0x4ef3e5(0x148)])||_0xa4a17[_0x4ef3e5(0xc7)](_0x37984f[_0x4ef3e5(0x148)],0x1)))&&(_0xefc82c=_0xa4a17[_0x4ef3e5(0x16e)]),_0xefc82c;}else TestDetails[_0x4ef3e5(0x113)]();}helper[_0x4ef3e5(0x1a5)]({},_0x2f860b),helper[_0x4ef3e5(0x1bf)]();const _0x5c9143=_0xa4a17[_0x4ef3e5(0xcc)](spawn,/^win/['test'](process[_0x4ef3e5(0x188)])?_0xa4a17[_0x4ef3e5(0xf9)]:_0xa4a17[_0x4ef3e5(0x149)],[_0xa4a17[_0x4ef3e5(0x164)],_0x565d0d,..._0x2f860b[_0x4ef3e5(0x157)](0x1)],{'stdio':_0xa4a17[_0x4ef3e5(0x13b)],'env':Object[_0x4ef3e5(0x185)]({},process[_0x4ef3e5(0x11f)])});_0x5c9143['on'](_0xa4a17[_0x4ef3e5(0xe0)],async _0x2ee852=>{const _0x26480d=_0x4ef3e5,_0x3bba32={'nQVRQ':function(_0x2a60ac,_0x5859d5){const _0x400cb4=a10_0x1526;return _0xa4a17[_0x400cb4(0x19c)](_0x2a60ac,_0x5859d5);},'avGIt':_0xa4a17[_0x26480d(0xf0)],'rxsMn':_0xa4a17[_0x26480d(0x149)],'MSFNz':function(_0x4d029c,_0x18844c){const _0x37d98d=_0x26480d;return _0xa4a17[_0x37d98d(0xca)](_0x4d029c,_0x18844c);}};process[_0x26480d(0x1a9)]=_0x2ee852,logger[_0x26480d(0x117)](_0x26480d(0x174)+_0x2ee852),logger[_0x26480d(0x10e)](_0x26480d(0x102)+_0x565d0d);let _0x521031=null;if(fs[_0x26480d(0x1a2)](_0x24f474)){if(_0xa4a17[_0x26480d(0x14a)](_0xa4a17[_0x26480d(0x18c)],_0xa4a17[_0x26480d(0x18c)])){const _0x5ca355=_0x5d06af['join'](_0xa2d0a2['cwd'](),_0x26480d(0x12f)+_0x4f2c53);if(_0x191b6e[_0x26480d(0x1a2)](_0x5ca355))return _0x3bba32['nQVRQ'](_0x5b7266,_0x5ca355);}else{_0x521031=fs[_0x26480d(0x120)](_0x24f474);try{if(_0xa4a17[_0x26480d(0xef)](_0xa4a17[_0x26480d(0x158)],_0xa4a17[_0x26480d(0x158)]))_0x521031=JSON[_0x26480d(0x123)](_0x521031);else return _0x5f0ca7[_0x26480d(0x10e)](_0x3bba32[_0x26480d(0x15d)]),_0x54bd0e['jest'];}catch(_0x36a8c8){_0xa4a17[_0x26480d(0x14a)](_0xa4a17[_0x26480d(0xf4)],_0xa4a17[_0x26480d(0xf4)])?_0x444f58?_0x3f5d86[_0x26480d(0x17e)](_0x549ad3['modifyBrowserStackW3CCaps'](_0x1cea83['config'],_0x3bba32[_0x26480d(0x135)],_0x3a3945)):_0x5ca1b2['push'](_0x149237[_0x26480d(0x152)](_0x29505a['config'],_0x3bba32['rxsMn'],_0x190763)):logger['debug'](_0x26480d(0x1ab)+_0x24f474+',\x20'+_0x521031+'\x20:\x20'+_0x36a8c8);}fs[_0x26480d(0x196)](_0x24f474);}}accessibilityHelper['isAccessibilityAutomationSession']()&&(_0xa4a17[_0x26480d(0x14a)](_0xa4a17[_0x26480d(0x11c)],_0xa4a17[_0x26480d(0x12a)])?accessibilityHelper[_0x26480d(0x181)](_0x5e967c[_0x26480d(0xbd)]):_0x4c5b14=_0x4a3851[_0x26480d(0xe6)](_0xa4a17[_0x26480d(0x1a6)]));fs[_0x26480d(0x196)](_0x565d0d),fs[_0x26480d(0x196)](_0x508518),_0x521031&&(_0x5e967c[_0x26480d(0x104)]=helper['getErrorMessageFromResults'](_0x521031,_0xa4a17[_0x26480d(0x149)],_0x5e967c));if(testOpsHelper[_0x26480d(0xf8)]())try{if(_0xa4a17[_0x26480d(0x165)](_0xa4a17[_0x26480d(0x128)],_0xa4a17[_0x26480d(0x128)]))await SessionHandler[_0x26480d(0x16f)]();else{_0x313acb[_0x26480d(0x10e)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x186f91[_0x26480d(0xbd)]);const _0x3efd0b=_0x3bba32[_0x26480d(0x101)](_0x302496,_0x2fc007[_0x26480d(0x18e)](_0x148cbc['config']));return _0xf4b451[_0x26480d(0x14f)](_0x1b7735,0x2),_0x3bba32[_0x26480d(0x108)](_0x3efd0b,{});}}catch(_0x7fcca2){console[_0x26480d(0xe5)](_0x7fcca2),_0xa4a17[_0x26480d(0x19f)](debug,_0x26480d(0xc8)+_0x7fcca2);}testOpsHelper[_0x26480d(0x195)](),TestDetails[_0x26480d(0x134)](),await helper[_0x26480d(0x192)](_0x5e967c);});}module[a10_0xac64a8(0x1a8)]=run;function a10_0x3f9f(){const _0x593acc=['Getting\x20your\x20jest\x20configs\x20from\x20','jest_browserstack.config.cjs','48aTOKlb','JHJyv','./test-observability/helper','JpkYp','sggSh','../../helpers/percy/utils','YhvZf','existsSync','default','JOpFu','filterBrowserstackConfig','wUgWt','close','exports','exitCode','checkAccessibilityPlatformConfig','Error\x20while\x20parsing\x20','vNXfb','setupFiles','/customImplements/customCircus.js','proxySettings','TGtFL','../../helpers/accessibility-automation/helper','true','dNEZX','IyOko','40731VoyKwz','capabilities','isBrowserstackInfra',';\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','tmIlK','PACKAGE_TYPE','bEYyX','HMFIq','\x20:\x20','--config','markSDKSetupComplete','testRunner','189547IWzzuH','package.json','zofEk','tmwUd','LZMGL','AZLdK','/jest.setup.js','YOLXr','joGWn','dzIIh','jdobH','nIVsA','DMyHo','WyXJo','config','browserStackLogLevel','getHubUrl','ZASkv','MODULE','lfwxt','SFnvA','AYDUJ','PBJYS','../../helpers/logger','IyZsD','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','XlGnz','qLhWI','jest.cmd','wGDGo','295211AHoDlR','setupFilesAfterEnv','/customImplements/customTestRunnerTemplate.js','Unable\x20to\x20find\x20jest-circus,\x20','../../helpers/test-observability/utils','bDANa','pMFNr','logLevel','EHbkz','reporters','YVfTk','getPackageType','LcTue','../../helpers/test-observability/sessionHandler','sIumk','cyhYp','hzNsi','runInBand','cghKo','dYNie','forEach','XnSlM','XhXMN','cjs','log','requireModule','dKgxT','QsCoq','QXkcn','evVEE','JVaaa','join','RzHVI','BS_A11Y_JWT','NactP','FjzcC','json','uXONu','333ZfxfwK','KZpGE','PIzuy','qJmpJ','TvxOz','isTestObservabilitySession','hiSsG','dxGpg','zIQOA','SpdAD','YJIRq','FxpEn','length','PvQoE','nQVRQ','Deleting\x20','WHRqR','errorMessage','\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','mPIWb','path','MSFNz','hHOAQ','JihbD','child_process','../../helpers/helper','jest_browserstack.config.js','info','aqiun','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','../utils/constants','BROWSERSTACK_TEST_OBSERVABILITY_YML','setup','Irkwx','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','85044RlpFdB','debug','handleApp','rvoCZ','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','VRvPT','hEupg','platforms','VqHtg','env','readFileSync','const\x20config=','testTimeout','parse','DOUMw','obkSR','25flYZaP','bwIuy','vtkMi','aiLJS','yyjSC','ixykS','parallels__','BSTACK_JEST_TEST_ENV','MBOCv','jest.config.','testEnvironment','stringify','Creating\x20','testObservability','shutdown','rxsMn','wtKnI','gfsSV','bzWkC','platformCaps','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','HvCsN','BiBQr','eZjlw','QqLku','mjs','\x0a\x20\x20\x20\x20','YttrJ','skipSessionStatus','YejqH','4420qAGRYd','xFxlf','ycBlR','mkQju','maxWorkers','Yzdrz','LgNSJ','32IOYwuM','Gmkoz','cwd','inherit','splice','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','XDBzE','modifyBrowserStackCaps','requireSeleniumWebdriver','jest_browserstack_results.json','findIndex','AtlMC','slice','zRuBS','GroLe','103062UvPkEl','VbDmU','skipSessionName','avGIt','SUBlL','writeFileSync','hUFFP','EwDEy','initialize','nrOWE','AdwDM','bOQaT','GzcwQ','/test-observability/data-hooks.js','serial__','UDnfE','XtuaM','/customImplements/customEnvironment.js','Getting\x20your\x20jest\x20configs\x20from\x20package.json','IlCxf','Oojch','stop','modifyBrowserStackW3CCaps','MCFAT','407LzEMAM','BS_A11Y_TEST_RUN_ID','child\x20process\x20exited\x20with\x20code\x20','NAbjf','Rgcue','parallelsPerPlatform','1002PEJjWo','GyjWa','vyizD','isUndefined','UQSlf','vkUBn','push','rcoNq','runner','stopAccessibilityTestRun','INSfb','testEnvironmentOptions','customImplements','assign','turboScaleUrl','accessibilityOptions','platform','jest','vQJYr','wocPA','oRspT','heKTX','resolve','Cjcgf','qayMi','winstonLogger','finalExecution','fnDtr','vlmpq','printBuildLink','unlinkSync','useW3C','iBKla'];a10_0x3f9f=function(){return _0x593acc;};return a10_0x3f9f();}
2
+ 'use strict';const a10_0x351602=a10_0x43e1;function a10_0x43e1(_0x18f552,_0x544ca1){const _0x42ba1d=a10_0x42ba();return a10_0x43e1=function(_0x43e112,_0x22e36e){_0x43e112=_0x43e112-0x1e5;let _0x413ce3=_0x42ba1d[_0x43e112];return _0x413ce3;},a10_0x43e1(_0x18f552,_0x544ca1);}(function(_0x2b348b,_0x433ce5){const _0x38704f=a10_0x43e1,_0x210de0=_0x2b348b();while(!![]){try{const _0x4ac178=parseInt(_0x38704f(0x252))/0x1+-parseInt(_0x38704f(0x239))/0x2+parseInt(_0x38704f(0x261))/0x3+-parseInt(_0x38704f(0x256))/0x4*(-parseInt(_0x38704f(0x249))/0x5)+parseInt(_0x38704f(0x248))/0x6*(parseInt(_0x38704f(0x21b))/0x7)+-parseInt(_0x38704f(0x26e))/0x8*(parseInt(_0x38704f(0x275))/0x9)+-parseInt(_0x38704f(0x206))/0xa*(parseInt(_0x38704f(0x1e8))/0xb);if(_0x4ac178===_0x433ce5)break;else _0x210de0['push'](_0x210de0['shift']());}catch(_0x459dfa){_0x210de0['push'](_0x210de0['shift']());}}}(a10_0x42ba,0x4141e));const fs=require('fs'),path=require('path'),{spawn}=require(a10_0x351602(0x225)),logger=require(a10_0x351602(0x22a))[a10_0x351602(0x271)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),constants=require(a10_0x351602(0x1f8)),accessibilityHelper=require(a10_0x351602(0x241)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a10_0x351602(0x26f)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,debug}=require(a10_0x351602(0x26f)),TestDetails=require(a10_0x351602(0x1fe)),{getPercyOptions}=require(a10_0x351602(0x1ec)),getUserJestConfigs=(_0x2be363,_0x5c3d6b)=>{const _0x49f06a=a10_0x351602,_0x1790dc={'sqLul':function(_0xa3052d,_0x3b0123){return _0xa3052d(_0x3b0123);},'pZmpS':function(_0x5e8761,_0x36808f){return _0x5e8761||_0x36808f;},'RqIFf':_0x49f06a(0x24b),'iKJhp':_0x49f06a(0x263),'kTapt':_0x49f06a(0x274),'YxFsP':'cjs','pclTS':'json'},_0x1c628c=_0x5c3d6b[_0x49f06a(0x21a)](_0x332a52=>_0x332a52===_0x49f06a(0x22b));if(!helper[_0x49f06a(0x230)](_0x2be363[_0x49f06a(0x1ea)])){logger[_0x49f06a(0x26d)](_0x49f06a(0x253)+_0x2be363[_0x49f06a(0x1ea)]);const _0x314d80=_0x1790dc[_0x49f06a(0x236)](require,path['resolve'](_0x2be363[_0x49f06a(0x1ea)]));return _0x5c3d6b[_0x49f06a(0x1f5)](_0x1c628c,0x2),_0x1790dc[_0x49f06a(0x1e7)](_0x314d80,{});}const _0x37708e=_0x1790dc[_0x49f06a(0x236)](require,path[_0x49f06a(0x20e)](process['cwd'](),_0x1790dc['RqIFf']));if(_0x37708e[_0x49f06a(0x21c)])return logger[_0x49f06a(0x26d)](_0x1790dc[_0x49f06a(0x1fa)]),_0x37708e[_0x49f06a(0x21c)];const _0x2a23f2=['js',_0x1790dc['kTapt'],_0x1790dc[_0x49f06a(0x218)],_0x1790dc['pclTS'],'ts'];for(const _0x4c4680 of _0x2a23f2){const _0x2bb34b=path['join'](process[_0x49f06a(0x260)](),_0x49f06a(0x262)+_0x4c4680);if(fs[_0x49f06a(0x26b)](_0x2bb34b))return _0x1790dc['sqLul'](require,_0x2bb34b);}return{};},getSerial=(_0x26d490,_0x3f3ce1)=>{const _0x4dbcbe=a10_0x351602,_0x3f1152={};_0x3f1152[_0x4dbcbe(0x23a)]=_0x4dbcbe(0x269),_0x3f1152[_0x4dbcbe(0x203)]=function(_0x123c8f,_0x4479f1){return _0x123c8f>_0x4479f1;},_0x3f1152[_0x4dbcbe(0x25a)]=_0x4dbcbe(0x1f1);const _0x2c861b=_0x3f1152;let _0x594101=_0x2c861b[_0x4dbcbe(0x23a)];return _0x2c861b[_0x4dbcbe(0x203)](_0x26d490[_0x4dbcbe(0x270)],0x1)&&(!_0x3f3ce1['runInBand']&&(helper['isUndefined'](_0x3f3ce1[_0x4dbcbe(0x21f)])||_0x2c861b[_0x4dbcbe(0x203)](_0x3f3ce1[_0x4dbcbe(0x21f)],0x1)))&&(_0x594101=_0x2c861b['QbZny']),_0x594101;},getMaxWorkers=(_0x8a698c,_0x947c71)=>{const _0x1e3863=a10_0x351602,_0x58959e={'pSNbu':function(_0x67a0ad,_0x1f52a6){return _0x67a0ad(_0x1f52a6);}};let _0x3df8f5=0x1;if(!helper[_0x1e3863(0x230)](_0x947c71['parallelsPerPlatform']))_0x3df8f5=_0x58959e[_0x1e3863(0x247)](parseInt,_0x947c71[_0x1e3863(0x234)]);else!helper[_0x1e3863(0x230)](_0x8a698c['maxWorkers'])&&(_0x3df8f5=_0x8a698c[_0x1e3863(0x21f)]);return _0x3df8f5;};async function run(_0x43aeb1,_0x545b77){const _0x43e6ed=a10_0x351602,_0xb98312={'ZFkFl':_0x43e6ed(0x21c),'BydCb':function(_0xc01463,_0x13bfef){return _0xc01463(_0x13bfef);},'afScY':function(_0x10343c,_0x19dc73){return _0x10343c!=_0x19dc73;},'OjhoE':_0x43e6ed(0x269),'HrNrU':function(_0x5651c7,_0x5a9b08,_0xae38a3){return _0x5651c7(_0x5a9b08,_0xae38a3);},'fmTcn':_0x43e6ed(0x216),'iWvmM':function(_0x32cf81,_0x122765){return _0x32cf81(_0x122765);},'bsAcR':function(_0x3766c9,_0x4e2879){return _0x3766c9>_0x4e2879;},'UNltM':function(_0x397698,_0x567241,_0xe42884){return _0x397698(_0x567241,_0xe42884);},'FkbzR':function(_0x502825,_0x44eef8){return _0x502825*_0x44eef8;},'AfoWi':function(_0x258eab,_0x5ae632){return _0x258eab===_0x5ae632;},'XIcNB':_0x43e6ed(0x219),'TWIAb':'jest_browserstack.config.js','IxeDM':'customImplements','eKvgQ':'jest_browserstack_results.json','VtVsC':_0x43e6ed(0x224),'SLeaS':function(_0x54d62f,_0x411200){return _0x54d62f(_0x411200);},'XFzrz':_0x43e6ed(0x25b),'lOVBY':_0x43e6ed(0x27a),'FaLGj':function(_0x49fe20,_0x319f5a,_0x1a3ce4){return _0x49fe20(_0x319f5a,_0x1a3ce4);},'AXQxt':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','HHzZH':function(_0x41a56d,_0x328bea,_0x206866,_0x33a6e2){return _0x41a56d(_0x328bea,_0x206866,_0x33a6e2);},'hmLcL':_0x43e6ed(0x1ee),'CbVMr':'--config','KJqTv':'inherit','RswBN':_0x43e6ed(0x24d)},_0xcd410f=new BrowserStackSetup(_0x43aeb1,_0xb98312[_0x43e6ed(0x24c)]);helper[_0x43e6ed(0x221)]()&&(await _0xcd410f['initialize'](),await helper[_0x43e6ed(0x277)](_0xcd410f[_0x43e6ed(0x1ea)]));if(!_0xcd410f[_0x43e6ed(0x1ea)])return;_0xb98312[_0x43e6ed(0x1f6)](_0xcd410f['config'][_0x43e6ed(0x21d)],null)?process[_0x43e6ed(0x213)][_0x43e6ed(0x22c)]=_0xcd410f['config'][_0x43e6ed(0x21d)]:process[_0x43e6ed(0x213)][_0x43e6ed(0x22c)]=_0xb98312[_0x43e6ed(0x233)];const _0x4a097b=_0xb98312[_0x43e6ed(0x1f9)](getUserJestConfigs,_0x43aeb1,_0x545b77);logger['info'](_0xb98312[_0x43e6ed(0x242)]);const _0x5c95e6=Object[_0x43e6ed(0x1e6)]({},_0x4a097b);_0x5c95e6['testEnvironmentOptions']=Object[_0x43e6ed(0x1e6)]({},_0x5c95e6[_0x43e6ed(0x217)],{'server':helper[_0x43e6ed(0x23e)](_0xcd410f[_0x43e6ed(0x1ea)]),'environment':_0x4a097b[_0x43e6ed(0x204)]}),_0x5c95e6[_0x43e6ed(0x217)][_0x43e6ed(0x1ef)]=_0xb98312['iWvmM'](getPercyOptions,_0xcd410f[_0x43e6ed(0x1ea)]);const _0x8be152=helper[_0x43e6ed(0x1f7)](_0xcd410f[_0x43e6ed(0x1ea)]),_0x490070=[];_0xb98312[_0x43e6ed(0x267)](_0xcd410f[_0x43e6ed(0x1ea)][_0x43e6ed(0x264)]['length'],0x0)?_0xcd410f[_0x43e6ed(0x1ea)]['platforms'][_0x43e6ed(0x265)]((_0x38bf87,_0xb18615)=>{const _0xc3a33f=_0x43e6ed;_0x8be152?_0x490070['push'](helper[_0xc3a33f(0x1fd)](_0xcd410f[_0xc3a33f(0x1ea)],_0xb98312['ZFkFl'],_0xb18615)):_0x490070[_0xc3a33f(0x237)](helper[_0xc3a33f(0x24a)](_0xcd410f['config'],_0xb98312[_0xc3a33f(0x24c)],_0xb18615));}):_0x490070[_0x43e6ed(0x237)]({});!helper['isUndefined'](_0xcd410f[_0x43e6ed(0x1ea)]['accessibilityOptions'])&&(process[_0x43e6ed(0x213)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0xcd410f['config'][_0x43e6ed(0x266)]));let _0xca17e3=_0xcd410f['config'][_0x43e6ed(0x22e)];_0xca17e3=_0xca17e3||accessibilityHelper[_0x43e6ed(0x258)](_0xcd410f[_0x43e6ed(0x1ea)]),process[_0x43e6ed(0x213)][_0x43e6ed(0x1f4)]=_0xca17e3;if(_0xca17e3){const [_0x334aa4,_0x1adf89]=await accessibilityHelper[_0x43e6ed(0x25d)](_0xcd410f['config'],_0xb98312[_0x43e6ed(0x24c)]);logger[_0x43e6ed(0x26d)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x1adf89),process['env'][_0x43e6ed(0x228)]=_0x334aa4,process[_0x43e6ed(0x213)][_0x43e6ed(0x26c)]=_0x1adf89;}_0x5c95e6[_0x43e6ed(0x217)]['capabilities']=_0x490070,_0x5c95e6[_0x43e6ed(0x217)][_0x43e6ed(0x1fc)]=_0xb98312[_0x43e6ed(0x209)](getSerial,_0x490070,_0x43aeb1),_0x5c95e6[_0x43e6ed(0x217)]['parallels__']=_0xb98312[_0x43e6ed(0x1f9)](getMaxWorkers,_0x43aeb1,_0xcd410f['config']),_0x5c95e6[_0x43e6ed(0x217)][_0x43e6ed(0x22d)]=_0xcd410f[_0x43e6ed(0x1ea)][_0x43e6ed(0x22d)],_0x5c95e6[_0x43e6ed(0x217)]['timeout__']=_0xb98312[_0x43e6ed(0x208)](_0x43aeb1['testTimeout'],0x1)||0x1388,_0x5c95e6[_0x43e6ed(0x217)]['skipSessionName']=_0xcd410f[_0x43e6ed(0x1ea)][_0x43e6ed(0x1f3)][_0x43e6ed(0x20f)],_0x5c95e6[_0x43e6ed(0x217)][_0x43e6ed(0x205)]=_0xcd410f[_0x43e6ed(0x1ea)][_0x43e6ed(0x1f3)][_0x43e6ed(0x205)],_0x5c95e6[_0x43e6ed(0x217)][_0x43e6ed(0x220)]=_0xcd410f[_0x43e6ed(0x1ea)][_0x43e6ed(0x278)],_0x5c95e6[_0x43e6ed(0x217)][_0x43e6ed(0x276)]=_0xcd410f[_0x43e6ed(0x1ea)][_0x43e6ed(0x276)],_0x5c95e6[_0x43e6ed(0x217)]['platformCaps']=_0xcd410f[_0x43e6ed(0x1ea)][_0x43e6ed(0x264)];let _0x329dff='';_0xb98312[_0x43e6ed(0x238)](helper[_0x43e6ed(0x1ed)](),constants[_0x43e6ed(0x22f)][_0x43e6ed(0x259)])?_0x329dff=_0xb98312['XIcNB']:_0x329dff=_0xb98312['TWIAb'];const _0x29b77e=_0x329dff,_0x3bfea1=path[_0x43e6ed(0x20e)](__dirname,_0xb98312[_0x43e6ed(0x20c)],_0xb98312['eKvgQ']),_0x42a982=__dirname+_0x43e6ed(0x21e),_0x505b4a=__dirname+'/customImplements/customTestRunnerTemplate.js';_0x5c95e6[_0x43e6ed(0x204)]&&(process[_0x43e6ed(0x213)][_0x43e6ed(0x27b)]=_0x5c95e6[_0x43e6ed(0x204)]);_0x5c95e6[_0x43e6ed(0x204)]=__dirname+_0x43e6ed(0x1e9),_0x5c95e6[_0x43e6ed(0x222)]=_0x42a982,_0x5c95e6[_0x43e6ed(0x25e)]=_0x5c95e6[_0x43e6ed(0x25e)]||[],_0x5c95e6[_0x43e6ed(0x25e)][_0x43e6ed(0x237)](__dirname+'/jest.setup.js');if(testOpsHelper[_0x43e6ed(0x243)]()){let _0x2a7875=null;try{_0x2a7875=helper[_0x43e6ed(0x244)](_0xb98312['VtVsC']);}catch(_0x365427){_0xb98312[_0x43e6ed(0x272)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x365427);}_0x2a7875&&(_0x5c95e6[_0x43e6ed(0x25e)][_0x43e6ed(0x237)](__dirname+_0x43e6ed(0x1eb)),_0x5c95e6['testRunner']=__dirname+_0x43e6ed(0x268));}_0x5c95e6['setupFiles']=_0x5c95e6[_0x43e6ed(0x257)]||[];try{helper[_0x43e6ed(0x1e5)](),_0x5c95e6[_0x43e6ed(0x257)]['push'](__dirname+_0x43e6ed(0x25f));}catch{logger[_0x43e6ed(0x254)](_0xb98312[_0x43e6ed(0x255)]);}_0x5c95e6['reporters']=_0x5c95e6[_0x43e6ed(0x211)]||[_0xb98312['lOVBY']],_0xb98312[_0x43e6ed(0x210)](updateTestRerunConfig,_0x5c95e6,_0xcd410f);const _0x5d390b=fs[_0x43e6ed(0x23f)](_0x505b4a);fs[_0x43e6ed(0x212)](_0x5c95e6[_0x43e6ed(0x222)],'\x0a\x20\x20\x20\x20'+_0x5d390b+_0x43e6ed(0x24f)+_0xcd410f['config'][_0x43e6ed(0x264)][_0x43e6ed(0x270)]+_0x43e6ed(0x1f2)),logger[_0x43e6ed(0x26d)](_0x43e6ed(0x25c)+_0x29b77e+_0x43e6ed(0x250)),fs['writeFileSync'](_0x29b77e,_0x43e6ed(0x23b)+JSON[_0x43e6ed(0x23c)](_0x5c95e6)+'\x0amodule.exports\x20=\x20config;'),logger[_0x43e6ed(0x26d)](_0xb98312[_0x43e6ed(0x1f0)]);const _0xca1b9f={};_0xca1b9f[_0x43e6ed(0x227)]='',await SessionHandler[_0x43e6ed(0x202)](Object[_0x43e6ed(0x1e6)]({},_0xcd410f['config'],_0xca1b9f),{'frameworkName':_0xb98312['ZFkFl'],'frameworkVersion':_0xb98312[_0x43e6ed(0x1ff)](getFrameworkVersion,_0xb98312['ZFkFl'])});testOpsHelper[_0x43e6ed(0x243)]()&&TestDetails['setup']();helper[_0x43e6ed(0x20d)]({},_0x545b77),helper[_0x43e6ed(0x226)]();const _0xcfcaa4=_0xb98312['HHzZH'](spawn,/^win/['test'](process['platform'])?_0xb98312[_0x43e6ed(0x20a)]:_0xb98312[_0x43e6ed(0x24c)],[_0xb98312[_0x43e6ed(0x207)],_0x29b77e,..._0x545b77[_0x43e6ed(0x240)](0x1)],{'stdio':_0xb98312[_0x43e6ed(0x246)],'env':Object[_0x43e6ed(0x1e6)]({},process[_0x43e6ed(0x213)])});_0xcfcaa4['on'](_0xb98312['RswBN'],async _0x335290=>{const _0x5ec166=_0x43e6ed;process[_0x5ec166(0x20b)]=_0x335290,logger['debug'](_0x5ec166(0x245)+_0x335290),logger[_0x5ec166(0x26d)](_0x5ec166(0x23d)+_0x29b77e);let _0x1ee779=null;if(fs[_0x5ec166(0x26b)](_0x3bfea1)){_0x1ee779=fs[_0x5ec166(0x23f)](_0x3bfea1);try{_0x1ee779=JSON['parse'](_0x1ee779);}catch(_0x426ebf){logger[_0x5ec166(0x254)](_0x5ec166(0x201)+_0x3bfea1+',\x20'+_0x1ee779+_0x5ec166(0x214)+_0x426ebf);}fs[_0x5ec166(0x24e)](_0x3bfea1);}accessibilityHelper[_0x5ec166(0x279)]()&&accessibilityHelper[_0x5ec166(0x223)](_0xcd410f[_0x5ec166(0x1ea)]);fs['unlinkSync'](_0x29b77e),fs[_0x5ec166(0x24e)](_0x42a982),_0x1ee779&&(_0xcd410f[_0x5ec166(0x273)]=helper[_0x5ec166(0x231)](_0x1ee779,_0xb98312['ZFkFl'],_0xcd410f));if(testOpsHelper['isTestObservabilitySession']())try{await SessionHandler[_0x5ec166(0x1fb)]();}catch(_0xedc18e){console[_0x5ec166(0x232)](_0xedc18e),_0xb98312[_0x5ec166(0x215)](debug,_0x5ec166(0x200)+_0xedc18e);}testOpsHelper[_0x5ec166(0x251)](),TestDetails[_0x5ec166(0x26a)](),await helper[_0x5ec166(0x229)](_0xcd410f);});}function a10_0x42ba(){const _0x238087=['10aidvTc','modifyBrowserStackCaps','package.json','ZFkFl','close','unlinkSync','\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','\x20with\x20browserstack\x20jest\x20configs','printBuildLink','284807TIePYJ','Getting\x20your\x20jest\x20configs\x20from\x20','debug','XFzrz','1069160yXUOhV','setupFiles','checkAccessibilityPlatformConfig','MODULE','QbZny','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','Creating\x20','createAccessibilityTestRun','setupFilesAfterEnv','/test_before.setup.js','cwd','238320INmAmp','jest.config.','Getting\x20your\x20jest\x20configs\x20from\x20package.json','platforms','forEach','accessibilityOptions','bsAcR','/customImplements/customCircus.js','true','shutdown','existsSync','BS_A11Y_TEST_RUN_ID','info','2676104ZiXUWh','../../helpers/test-observability/utils','length','winstonLogger','SLeaS','errorMessage','mjs','9GIKAJB','turboScaleUrl','handleApp','logLevel','isAccessibilityAutomationSession','default','BSTACK_JEST_TEST_ENV','requireSeleniumWebdriver','assign','pZmpS','17050RsbkMk','/customImplements/customEnvironment.js','config','/test-observability/data-hooks.js','../../helpers/percy/utils','getPackageType','jest.cmd','browserStackPercyOptions','AXQxt','false',';\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','testContextOptions','BROWSERSTACK_TEST_ACCESSIBILITY_YML','splice','afScY','useW3C','../utils/constants','HrNrU','iKJhp','stop','serial__','modifyBrowserStackW3CCaps','./test-observability/test-details','iWvmM','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','Error\x20while\x20parsing\x20','launch','wayDn','testEnvironment','skipSessionStatus','1030ruVBTQ','CbVMr','FkbzR','UNltM','hmLcL','exitCode','IxeDM','filterBrowserstackConfig','join','skipSessionName','FaLGj','reporters','writeFileSync','env','\x20:\x20','BydCb','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','testEnvironmentOptions','YxFsP','jest_browserstack.config.cjs','findIndex','376173RHZXEQ','jest','testObservability','/customImplements/customTestRunner.js','maxWorkers','browserStackLogLevel','isBrowserstackInfra','runner','stopAccessibilityTestRun','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','child_process','markSDKSetupComplete','root_dir_path','BS_A11Y_JWT','finalExecution','../../helpers/logger','--config','BROWSERSTACK_TEST_OBSERVABILITY_YML','proxySettings','accessibility','PACKAGE_TYPE','isUndefined','getErrorMessageFromResults','log','OjhoE','parallelsPerPlatform','exports','sqLul','push','AfoWi','1027086TFENEs','ctVvn','const\x20config=','stringify','Deleting\x20','getHubUrl','readFileSync','slice','../../helpers/accessibility-automation/helper','fmTcn','isTestObservabilitySession','requireModule','child\x20process\x20exited\x20with\x20code\x20','KJqTv','pSNbu','42essXIz'];a10_0x42ba=function(){return _0x238087;};return a10_0x42ba();}module[a10_0x351602(0x235)]=run;
@@ -1 +1 @@
1
- const a11_0x1efac7=a11_0x2010;(function(_0x51fecd,_0xa15df6){const _0x1fb575=a11_0x2010,_0x5640cf=_0x51fecd();while(!![]){try{const _0x38c96b=parseInt(_0x1fb575(0x163))/0x1*(-parseInt(_0x1fb575(0x160))/0x2)+-parseInt(_0x1fb575(0x155))/0x3+-parseInt(_0x1fb575(0x158))/0x4+parseInt(_0x1fb575(0x15d))/0x5+parseInt(_0x1fb575(0x15b))/0x6*(parseInt(_0x1fb575(0x167))/0x7)+-parseInt(_0x1fb575(0x159))/0x8+parseInt(_0x1fb575(0x161))/0x9;if(_0x38c96b===_0xa15df6)break;else _0x5640cf['push'](_0x5640cf['shift']());}catch(_0x562656){_0x5640cf['push'](_0x5640cf['shift']());}}}(a11_0x23c8,0x684d4));const path=require(a11_0x1efac7(0x15a)),{requireModule}=require(a11_0x1efac7(0x15e));function a11_0x23c8(){const _0x44f11d=['4277382zFEJXe','join','2570205dXUYUU','../../../helpers/helper','default','1611422MGxset','16307100AOfZkF','requireInternalModule','1PveVuA','./customJestAdapterInit.js','pNHqH','exports','7jhJoJn','2487000frUPDz','initRequireModule','ZPDAk','1099040Siluho','5617176uhAnrH','path'];a11_0x23c8=function(){return _0x44f11d;};return a11_0x23c8();}let initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js');function a11_0x2010(_0x42b861,_0x56ad71){const _0x23c899=a11_0x23c8();return a11_0x2010=function(_0x2010a8,_0x2e338c){_0x2010a8=_0x2010a8-0x155;let _0x3fb310=_0x23c899[_0x2010a8];return _0x3fb310;},a11_0x2010(_0x42b861,_0x56ad71);}initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter[a11_0x1efac7(0x15f)];const FRAMEWORK_INITIALIZER=path[a11_0x1efac7(0x15c)](__dirname,a11_0x1efac7(0x164));module[a11_0x1efac7(0x166)]=(..._0x5ddeac)=>{const _0x1a14e0=a11_0x1efac7,_0x12259a={'ZPDAk':'/jestAdapterInit','pNHqH':function(_0x528bd7,_0x5004a0){return _0x528bd7===_0x5004a0;},'hktDs':function(_0x48a2c7,..._0x15a775){return _0x48a2c7(..._0x15a775);}};return _0x5ddeac[0x3][_0x1a14e0(0x156)]=_0x5ddeac[0x3]['requireInternalModule'],_0x5ddeac[0x3][_0x1a14e0(0x162)]=(..._0x33d287)=>{const _0x17343d=_0x1a14e0;if(_0x33d287[0x0]&&_0x33d287[0x0]['includes'](_0x12259a[_0x17343d(0x157)])&&_0x12259a[_0x17343d(0x165)](_0x33d287[0x1],undefined))return _0x5ddeac[0x3][_0x17343d(0x156)](FRAMEWORK_INITIALIZER);return _0x5ddeac[0x3][_0x17343d(0x156)](..._0x33d287);},_0x12259a['hktDs'](initJestAdapter,..._0x5ddeac);};
1
+ const a11_0x4f5831=a11_0x499f;(function(_0x660dff,_0x113500){const _0x4bb3a7=a11_0x499f,_0x584868=_0x660dff();while(!![]){try{const _0x399f6a=-parseInt(_0x4bb3a7(0x73))/0x1+-parseInt(_0x4bb3a7(0x65))/0x2*(parseInt(_0x4bb3a7(0x7a))/0x3)+parseInt(_0x4bb3a7(0x6f))/0x4+-parseInt(_0x4bb3a7(0x72))/0x5+-parseInt(_0x4bb3a7(0x6c))/0x6*(-parseInt(_0x4bb3a7(0x69))/0x7)+parseInt(_0x4bb3a7(0x66))/0x8*(-parseInt(_0x4bb3a7(0x6e))/0x9)+parseInt(_0x4bb3a7(0x7c))/0xa*(parseInt(_0x4bb3a7(0x70))/0xb);if(_0x399f6a===_0x113500)break;else _0x584868['push'](_0x584868['shift']());}catch(_0x5aafb6){_0x584868['push'](_0x584868['shift']());}}}(a11_0x58b7,0xc0ed9));const path=require(a11_0x4f5831(0x78)),{requireModule}=require(a11_0x4f5831(0x79));function a11_0x58b7(){const _0x8392c2=['default','10001859OInjie','join','initRequireModule','6EoTypl','function','154854edomgg','1959240OZLIeb','55QdZPjd','exports','4971415MQvbqv','92400eeClXZ','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','./customJestAdapterInit.js','PwwxJ','includes','path','../../../helpers/helper','27156UshJNq','/jestAdapterInit','4626670ccIPRf','182KfGeeJ','712qbBlUp','requireInternalModule'];a11_0x58b7=function(){return _0x8392c2;};return a11_0x58b7();}let initJestAdapter=requireModule(a11_0x4f5831(0x74));initJestAdapter=typeof initJestAdapter===a11_0x4f5831(0x6d)?initJestAdapter:initJestAdapter[a11_0x4f5831(0x68)];function a11_0x499f(_0x357f04,_0x5a7301){const _0x58b79b=a11_0x58b7();return a11_0x499f=function(_0x499fdc,_0x355936){_0x499fdc=_0x499fdc-0x65;let _0x3ed480=_0x58b79b[_0x499fdc];return _0x3ed480;},a11_0x499f(_0x357f04,_0x5a7301);}const FRAMEWORK_INITIALIZER=path[a11_0x4f5831(0x6a)](__dirname,a11_0x4f5831(0x75));module[a11_0x4f5831(0x71)]=(..._0x59a77c)=>{const _0xc76a0=a11_0x4f5831,_0x24b4b3={'ErCFS':_0xc76a0(0x7b),'eMsFA':function(_0x52b271,_0x360f51){return _0x52b271===_0x360f51;},'PwwxJ':function(_0x86c88e,..._0xc160de){return _0x86c88e(..._0xc160de);}};return _0x59a77c[0x3][_0xc76a0(0x6b)]=_0x59a77c[0x3][_0xc76a0(0x67)],_0x59a77c[0x3][_0xc76a0(0x67)]=(..._0x293087)=>{const _0x1413f5=_0xc76a0;if(_0x293087[0x0]&&_0x293087[0x0][_0x1413f5(0x77)](_0x24b4b3['ErCFS'])&&_0x24b4b3['eMsFA'](_0x293087[0x1],undefined))return _0x59a77c[0x3][_0x1413f5(0x6b)](FRAMEWORK_INITIALIZER);return _0x59a77c[0x3][_0x1413f5(0x6b)](..._0x293087);},_0x24b4b3[_0xc76a0(0x76)](initJestAdapter,..._0x59a77c);};