browserstack-node-sdk 1.31.0 → 1.31.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/gcs.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customImplements/customCircus.js +1 -1
  43. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  44. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  45. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  46. package/src/bin/jest/jest.setup.js +1 -1
  47. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  48. package/src/bin/jest/test-observability/helper.js +1 -1
  49. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  50. package/src/bin/jest/test-observability/test-details.js +1 -1
  51. package/src/bin/jest/test_before.setup.js +1 -1
  52. package/src/bin/launcher/launcher.js +1 -1
  53. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  54. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/mocha/command.js +1 -1
  56. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  57. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  58. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  59. package/src/bin/mocha/test.setup.js +1 -1
  60. package/src/bin/nightwatch/command.js +1 -1
  61. package/src/bin/playwright/accessibility-helper.js +1 -1
  62. package/src/bin/playwright/command.js +1 -1
  63. package/src/bin/playwright/globalSetup.js +1 -1
  64. package/src/bin/playwright/mock-process.js +1 -1
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/browserstackSDKMethods.js +1 -0
  79. package/src/helpers/BrowserStackSetup.js +1 -1
  80. package/src/helpers/accessibility-automation/constants.js +1 -1
  81. package/src/helpers/accessibility-automation/helper.js +1 -1
  82. package/src/helpers/ats/constants.js +1 -1
  83. package/src/helpers/ats/helper.js +1 -1
  84. package/src/helpers/capsMapping.js +1 -1
  85. package/src/helpers/helper.js +1 -1
  86. package/src/helpers/logger.js +1 -1
  87. package/src/helpers/patchHelpers.js +1 -1
  88. package/src/helpers/percy/Percy.js +1 -1
  89. package/src/helpers/percy/PercyBinary.js +1 -1
  90. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  91. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  92. package/src/helpers/percy/PercySDK.js +1 -1
  93. package/src/helpers/percy/index.js +1 -1
  94. package/src/helpers/percy/utils.js +1 -1
  95. package/src/helpers/request-spy.js +1 -1
  96. package/src/helpers/setKeepAlive.js +1 -1
  97. package/src/helpers/test-observability/constants.js +1 -1
  98. package/src/helpers/test-observability/error-handler.js +1 -1
  99. package/src/helpers/test-observability/performance-tester.js +1 -1
  100. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  101. package/src/helpers/test-observability/sessionHandler.js +1 -1
  102. package/src/helpers/test-observability/utils.js +1 -1
  103. package/src/helpers/w3cMapping.js +1 -1
  104. package/src/hubAllocationMethods.js +1 -1
  105. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a30_0x441efd=a30_0x499a;(function(_0xf02bcf,_0x3599cb){const _0xebd604=a30_0x499a,_0x3e4a33=_0xf02bcf();while(!![]){try{const _0x5887e3=parseInt(_0xebd604(0xbd))/0x1*(parseInt(_0xebd604(0xc1))/0x2)+-parseInt(_0xebd604(0xef))/0x3*(parseInt(_0xebd604(0xdc))/0x4)+parseInt(_0xebd604(0xe2))/0x5*(parseInt(_0xebd604(0xd5))/0x6)+-parseInt(_0xebd604(0xe0))/0x7*(parseInt(_0xebd604(0xd1))/0x8)+-parseInt(_0xebd604(0xbf))/0x9*(-parseInt(_0xebd604(0xde))/0xa)+-parseInt(_0xebd604(0xbe))/0xb*(-parseInt(_0xebd604(0xfc))/0xc)+parseInt(_0xebd604(0xb9))/0xd*(-parseInt(_0xebd604(0xb4))/0xe);if(_0x5887e3===_0x3599cb)break;else _0x3e4a33['push'](_0x3e4a33['shift']());}catch(_0x4fc18d){_0x3e4a33['push'](_0x3e4a33['shift']());}}}(a30_0x3961,0xd3a38));function a30_0x3961(){const _0x1108e8=['844qsQYCr','true','10xPJlZd','env','30562jSsVUe','CeuSl','25ovTxlQ','jqnde','DhHnx','addEventListener','PMCvi','toUTCString','tbhNw','rqiHE','XtDGB','XrUrs','lnSYC','scwnX','MHnbM','6072pnptbR','nfNGr','YBFOt','qSGPH','open','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','Socket\x20open','send','BDbYv','bstackUsername','info','logType','cwEXA','114780zRdJlf','MMiZz','FPIYg',']:\x20','lNTyB','bEeSW','vPDny','Socket\x20error:\x20','uYpUD','CRzZN','hbCPU','vBbAC','WS_OPENED_BEFORE','LOG','WlEXs','type','pbJZa','bKEFL','BfiWt','QJmem','orVdg','cRPvx','NwFrn','rxHKg','1610zxdoCF','OodPY','Message\x20received\x20from\x20server!\x20=>\x20','xxOaW','orzCo','176384UPyrqM','WVGOU','Socket\x20closed','SyVji','1TYQjiO','1397xhCJhu','4098222jtRXZM','parse','2453390kRAGCV','WS_CLOSED_BEFORE','tPJjV','Socket\x20reconnected','uBIDL','username','close','JGBCq','message','debug','rnZcQ','delay','data','error','vwxgK','requestId','1496YElheP','../config/logger','ICBje','VDVKj','928668GTWBbK','bTHSk','CgMCM','WYVwf','WYRxF','bcTIC','addListeners'];a30_0x3961=function(){return _0x1108e8;};return a30_0x3961();}const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require(a30_0x441efd(0xd2));exports[a30_0x441efd(0xdb)]=_0x117390=>{const _0x430e58=a30_0x441efd,_0x4d80d6={};_0x4d80d6[_0x430e58(0xcb)]=_0x430e58(0xf5),_0x4d80d6[_0x430e58(0xc8)]=function(_0x51f35d,_0x4a5b92){return _0x51f35d===_0x4a5b92;},_0x4d80d6[_0x430e58(0xb1)]='true',_0x4d80d6[_0x430e58(0xad)]=_0x430e58(0xbb),_0x4d80d6[_0x430e58(0xd9)]=function(_0x2479d4,_0x1839ba){return _0x2479d4!==_0x1839ba;},_0x4d80d6[_0x430e58(0x102)]=_0x430e58(0xd4),_0x4d80d6[_0x430e58(0xc3)]=_0x430e58(0xcf),_0x4d80d6[_0x430e58(0xee)]=_0x430e58(0xed),_0x4d80d6['qSGPH']=_0x430e58(0xc4),_0x4d80d6['DhHnx']=function(_0x42aa68,_0x409854){return _0x42aa68!==_0x409854;},_0x4d80d6[_0x430e58(0xb5)]=_0x430e58(0xfb),_0x4d80d6[_0x430e58(0x104)]=_0x430e58(0xb3),_0x4d80d6[_0x430e58(0x106)]=_0x430e58(0xe8),_0x4d80d6[_0x430e58(0xe3)]='rHovM',_0x4d80d6[_0x430e58(0xe6)]=_0x430e58(0xf1),_0x4d80d6[_0x430e58(0xf7)]=_0x430e58(0xfd),_0x4d80d6[_0x430e58(0x107)]=function(_0x2e6462,_0x1c0fbe){return _0x2e6462===_0x1c0fbe;},_0x4d80d6[_0x430e58(0xc5)]=_0x430e58(0xd3),_0x4d80d6['NdUte']=_0x430e58(0xac),_0x4d80d6['bTHSk']=_0x430e58(0xae),_0x4d80d6[_0x430e58(0xaa)]=_0x430e58(0xe1),_0x4d80d6[_0x430e58(0xeb)]=function(_0x3e2b6b,_0xb26a34){return _0x3e2b6b===_0xb26a34;},_0x4d80d6[_0x430e58(0xda)]=_0x430e58(0xaf),_0x4d80d6[_0x430e58(0xba)]=function(_0x2c6714,_0x1ab903){return _0x2c6714===_0x1ab903;},_0x4d80d6['NwFrn']=_0x430e58(0xea),_0x4d80d6[_0x430e58(0xd8)]=_0x430e58(0xf3),_0x4d80d6[_0x430e58(0xec)]=_0x430e58(0xc9),_0x4d80d6[_0x430e58(0xb7)]='error',_0x4d80d6[_0x430e58(0xf0)]=_0x430e58(0xc7);const _0x57eb5c=_0x4d80d6;_0x117390[_0x430e58(0xe5)](_0x57eb5c[_0x430e58(0xd8)],()=>{const _0x21d683=_0x430e58;_0x57eb5c[_0x21d683(0xd9)](_0x57eb5c['vPDny'],_0x57eb5c[_0x21d683(0xc3)])?_0x57eb5c['JGBCq'](process[_0x21d683(0xdf)]['WS_CLOSED_BEFORE'],_0x57eb5c[_0x21d683(0xb1)])?_0x57eb5c['JGBCq'](_0x57eb5c[_0x21d683(0xee)],_0x57eb5c[_0x21d683(0xee)])?logger['debug'](_0x57eb5c[_0x21d683(0xf2)]):_0x4d6205[_0x21d683(0xca)](_0x21d683(0x103)+_0x3cb77c):_0x57eb5c[_0x21d683(0xe4)](_0x57eb5c[_0x21d683(0xb5)],_0x57eb5c[_0x21d683(0x104)])?(logger['debug'](_0x57eb5c[_0x21d683(0xcb)]),process[_0x21d683(0xdf)][_0x21d683(0x108)]=!![]):(_0x5c3134['debug'](_0x57eb5c['rnZcQ']),_0x5cc0d7['env'][_0x21d683(0x108)]=!![]):(_0x57eb5c[_0x21d683(0xc8)](_0x100a1a[_0x21d683(0xdf)][_0x21d683(0x108)],_0x57eb5c[_0x21d683(0xb1)])&&(_0x162abb[_0x21d683(0xdf)][_0x21d683(0xc2)]=_0x57eb5c[_0x21d683(0xb1)]),_0x131fe4['debug'](_0x57eb5c[_0x21d683(0xad)]));}),_0x117390[_0x430e58(0xe5)](_0x57eb5c[_0x430e58(0xec)],async function(_0x5a3adc){const _0x974662=_0x430e58;if(_0x57eb5c[_0x974662(0xe4)](_0x57eb5c[_0x974662(0x106)],_0x57eb5c[_0x974662(0xe3)])){logger[_0x974662(0xca)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x5a3adc[_0x974662(0xcd)]);let _0xc74069,_0x40b936;try{_0x57eb5c['JGBCq'](_0x57eb5c[_0x974662(0xe6)],_0x57eb5c['BDbYv'])?_0x72521c[_0x974662(0xca)](_0x57eb5c[_0x974662(0xf2)]):(_0x40b936=JSON['parse'](_0x5a3adc[_0x974662(0xcd)]),_0xc74069=_0x40b936['type']);}catch(_0x4c45c8){_0x57eb5c[_0x974662(0x107)](_0x57eb5c[_0x974662(0xc5)],_0x57eb5c['NdUte'])?(_0x384f56=_0x4fbe93['parse'](_0x51b56c['data']),_0x16b6df=_0x4fdc6a[_0x974662(0xab)]):logger[_0x974662(0xce)](_0x974662(0xf4)+_0x5a3adc[_0x974662(0xcd)]);}}else _0x39a2d6['error'](_0x974662(0xf4)+_0x143cf3[_0x974662(0xcd)]);}),_0x117390[_0x430e58(0xe5)](_0x57eb5c[_0x430e58(0xb7)],function(_0x44fd36){const _0x1d847d=_0x430e58;_0x57eb5c[_0x1d847d(0xc8)](_0x57eb5c[_0x1d847d(0xd6)],_0x57eb5c[_0x1d847d(0xaa)])?_0x57eb5c[_0x1d847d(0xc8)](_0xd96ad5[_0x1d847d(0xdf)][_0x1d847d(0xc2)],_0x57eb5c['cRPvx'])?_0x471ba1[_0x1d847d(0xca)](_0x57eb5c[_0x1d847d(0xf2)]):(_0xd714a2['debug'](_0x57eb5c[_0x1d847d(0xcb)]),_0x57f8c1['env'][_0x1d847d(0x108)]=!![]):logger[_0x1d847d(0xca)](_0x1d847d(0x103)+_0x44fd36);}),_0x117390[_0x430e58(0xe5)](_0x57eb5c[_0x430e58(0xf0)],function(){const _0x15b34b=_0x430e58;if(_0x57eb5c[_0x15b34b(0xeb)](_0x57eb5c[_0x15b34b(0xda)],_0x57eb5c[_0x15b34b(0xda)]))_0x57eb5c[_0x15b34b(0xba)](process[_0x15b34b(0xdf)][_0x15b34b(0x108)],_0x57eb5c['cRPvx'])&&(_0x57eb5c[_0x15b34b(0xd9)](_0x57eb5c[_0x15b34b(0xb2)],_0x57eb5c['NwFrn'])?_0x17a0d3='['+new _0x2e5aea()[_0x15b34b(0xe7)]()+_0x15b34b(0xff)+_0x55d894['message']:process['env'][_0x15b34b(0xc2)]=_0x57eb5c[_0x15b34b(0xb1)]),logger[_0x15b34b(0xca)](_0x57eb5c[_0x15b34b(0xad)]);else{const _0x29f2c4={};return _0x29f2c4[_0x15b34b(0xd0)]=_0x2564fb[_0x15b34b(0xd0)],_0x29f2c4[_0x15b34b(0xc6)]=_0x1f5b2e[_0x15b34b(0xf8)],_0x29f2c4;}});};const getLogMetaData=()=>{const _0x127fab=a30_0x441efd,_0x387a67={};return _0x387a67[_0x127fab(0xd0)]=global_registry[_0x127fab(0xd0)],_0x387a67['username']=global_registry[_0x127fab(0xf8)],_0x387a67;};function a30_0x499a(_0x482817,_0x52370c){const _0x396125=a30_0x3961();return a30_0x499a=function(_0x499ab5,_0x26ca44){_0x499ab5=_0x499ab5-0xa9;let _0x36973e=_0x396125[_0x499ab5];return _0x36973e;},a30_0x499a(_0x482817,_0x52370c);}exports[a30_0x441efd(0xcc)]=_0x22ca7b=>new Promise((_0xba2a9e,_0x5ed97d)=>setTimeout(_0xba2a9e,_0x22ca7b)),exports['sendEventToBackend']=async(_0x43288a,_0x52c637,_0x2a57ff=a30_0x441efd(0xf9),_0x2db062=![])=>{const _0x10a6ef=a30_0x441efd,_0xee9302={'CgMCM':_0x10a6ef(0xdd),'orVdg':function(_0x41475c,_0x157bc4){return _0x41475c===_0x157bc4;},'lNTyB':_0x10a6ef(0xfe),'rqiHE':_0x10a6ef(0x101),'ZQrEu':function(_0x5adc94){return _0x5adc94();},'sSuYG':function(_0x3b8e8d,_0x489e43){return _0x3b8e8d!==_0x489e43;},'PgqAs':_0x10a6ef(0xbc),'CRzZN':_0x10a6ef(0xb8)};let _0x58be6f=_0x52c637[_0x10a6ef(0xc9)];if(_0xee9302[_0x10a6ef(0xb0)](_0x52c637[_0x10a6ef(0xab)],WS_EVENTS[_0x10a6ef(0xa9)])){if(_0xee9302[_0x10a6ef(0xb0)](_0xee9302[_0x10a6ef(0x100)],_0xee9302[_0x10a6ef(0xe9)])){_0x3db73c[_0x10a6ef(0xca)](_0x10a6ef(0xb6)+_0x239bf9[_0x10a6ef(0xcd)]);let _0x19c7c2,_0x3fcc0c;try{_0x3fcc0c=_0x3d56f3[_0x10a6ef(0xc0)](_0x38709f[_0x10a6ef(0xcd)]),_0x19c7c2=_0x3fcc0c['type'];}catch(_0x57ed22){_0x2b5cb1['error'](_0x10a6ef(0xf4)+_0xc2c709[_0x10a6ef(0xcd)]);}}else _0x58be6f='['+new Date()[_0x10a6ef(0xe7)]()+_0x10a6ef(0xff)+_0x52c637[_0x10a6ef(0xc9)];}const _0x52ed82={};_0x52ed82[_0x10a6ef(0xc9)]=_0x58be6f,_0x52ed82[_0x10a6ef(0xfa)]=_0x2a57ff;const _0x462f1c={'type':_0x52c637[_0x10a6ef(0xab)],..._0xee9302['ZQrEu'](getLogMetaData),'data':_0x52ed82};_0x43288a[_0x10a6ef(0xf6)](JSON['stringify'](_0x462f1c)),_0x2db062&&(_0xee9302['sSuYG'](_0xee9302['PgqAs'],_0xee9302[_0x10a6ef(0x105)])?await this[_0x10a6ef(0xcc)](0x1f4):_0x49ef50[_0x10a6ef(0xdf)][_0x10a6ef(0xc2)]=_0xee9302[_0x10a6ef(0xd7)]);};
1
+ const a30_0x5658fb=a30_0x1116;(function(_0x33f8ff,_0x6577c2){const _0x313ecd=a30_0x1116,_0x4261e5=_0x33f8ff();while(!![]){try{const _0x4e7226=-parseInt(_0x313ecd(0xaf))/0x1+-parseInt(_0x313ecd(0x70))/0x2+parseInt(_0x313ecd(0x87))/0x3+-parseInt(_0x313ecd(0x97))/0x4*(-parseInt(_0x313ecd(0x75))/0x5)+parseInt(_0x313ecd(0x8c))/0x6*(parseInt(_0x313ecd(0x96))/0x7)+parseInt(_0x313ecd(0x77))/0x8+-parseInt(_0x313ecd(0xbb))/0x9;if(_0x4e7226===_0x6577c2)break;else _0x4261e5['push'](_0x4261e5['shift']());}catch(_0x37a285){_0x4261e5['push'](_0x4261e5['shift']());}}}(a30_0x42b8,0x37010));function a30_0x1116(_0x49b170,_0x3907bd){const _0x42b8c3=a30_0x42b8();return a30_0x1116=function(_0x1116f6,_0x374208){_0x1116f6=_0x1116f6-0x69;let _0x475f1d=_0x42b8c3[_0x1116f6];return _0x475f1d;},a30_0x1116(_0x49b170,_0x3907bd);}function a30_0x42b8(){const _0x49488e=['WS_OPENED_BEFORE','sendEventToBackend','MmCkf','1062QJgLxz','OjxHv','close','requestId','username','rSZEs','nMKEI','../config/logger','kFFcc','GBclr','4802chcxuE','4DXISXJ','true','TXgVP','Socket\x20error:\x20','gbueo','jmDIN','Qrbpo','dXixJ','Xnqik','message','Ooghh','toUTCString','rNDUP','Socket\x20reconnected','env','type','hRjpC','error','jPBIX','AyEFI','info','SlWXU','QFuOw','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','44697Pggsbs','hyhey','stringify','zSIhH','qjyxd','addListeners','data','addEventListener','debug','tqUjR','vXCOk','USked','1273572vEsSGv','ISMgq','jHugj','HDZbK','ErGaj','sxCoY','Klahh','ixSVZ','vdrWK','QSCGs','Socket\x20open','CzpkA','VNKhL','yPqIj','../config/constants','AxLPD','22082eWNDeW','IyxgA','VlTPx','aSZaY','parse','176740bVhcWL','bFKTk','1908032dVXJfd','Message\x20received\x20from\x20server!\x20=>\x20','MrKhl','open','iLIOi','bstackUsername','gNwVO','VWqAx','FsJps','AXJKm','send','BtsCU','WS_CLOSED_BEFORE','ZcAbb','delay','czjCz','81804ZLemeC','Vgggf'];a30_0x42b8=function(){return _0x49488e;};return a30_0x42b8();}const {global_registry,WS_EVENTS}=require(a30_0x5658fb(0x6e)),{logger}=require(a30_0x5658fb(0x93));exports[a30_0x5658fb(0xb4)]=_0x40fee2=>{const _0x3fa6cc=a30_0x5658fb,_0x18dd09={};_0x18dd09[_0x3fa6cc(0x92)]=function(_0x3b934b,_0xd6f923){return _0x3b934b===_0xd6f923;},_0x18dd09[_0x3fa6cc(0x95)]=_0x3fa6cc(0x98),_0x18dd09[_0x3fa6cc(0xac)]='Socket\x20closed',_0x18dd09[_0x3fa6cc(0x7b)]=_0x3fa6cc(0xb8),_0x18dd09[_0x3fa6cc(0x99)]='kBJEX',_0x18dd09['czjCz']=function(_0x36d6a3,_0x1ee404){return _0x36d6a3!==_0x1ee404;},_0x18dd09[_0x3fa6cc(0xc1)]=_0x3fa6cc(0xc2),_0x18dd09['aSZaY']=_0x3fa6cc(0x9b),_0x18dd09[_0x3fa6cc(0x76)]='Socket\x20reconnected',_0x18dd09[_0x3fa6cc(0x9c)]=_0x3fa6cc(0xc0),_0x18dd09[_0x3fa6cc(0x6c)]='JAxNW',_0x18dd09[_0x3fa6cc(0xb0)]=_0x3fa6cc(0x6a),_0x18dd09[_0x3fa6cc(0x9d)]=function(_0xcbda1b,_0x5b1824){return _0xcbda1b===_0x5b1824;},_0x18dd09[_0x3fa6cc(0x91)]=_0x3fa6cc(0xad),_0x18dd09[_0x3fa6cc(0x7e)]=_0x3fa6cc(0x7f),_0x18dd09[_0x3fa6cc(0x9f)]='DenGn',_0x18dd09['yPqIj']=function(_0xa4ec17,_0x3fddaf){return _0xa4ec17===_0x3fddaf;},_0x18dd09['MrKhl']=_0x3fa6cc(0x88),_0x18dd09[_0x3fa6cc(0xb9)]=_0x3fa6cc(0xa7),_0x18dd09[_0x3fa6cc(0xa3)]=_0x3fa6cc(0xbd),_0x18dd09[_0x3fa6cc(0x69)]=_0x3fa6cc(0x94),_0x18dd09[_0x3fa6cc(0x71)]=_0x3fa6cc(0xbf),_0x18dd09[_0x3fa6cc(0xb3)]=function(_0x36a591,_0x304abe){return _0x36a591===_0x304abe;},_0x18dd09[_0x3fa6cc(0x7d)]=_0x3fa6cc(0xaa),_0x18dd09[_0x3fa6cc(0xa9)]=_0x3fa6cc(0x7a),_0x18dd09['CIjQJ']=_0x3fa6cc(0xa0),_0x18dd09[_0x3fa6cc(0x80)]=_0x3fa6cc(0xa8),_0x18dd09['tfOYf']=_0x3fa6cc(0x8e);const _0x25b706=_0x18dd09;_0x40fee2[_0x3fa6cc(0xb6)](_0x25b706[_0x3fa6cc(0xa9)],()=>{const _0x4e5ee3=_0x3fa6cc,_0x4c49af={'vdrWK':function(_0x3b98eb,_0x28ed32){const _0x20cf32=a30_0x1116;return _0x25b706[_0x20cf32(0x92)](_0x3b98eb,_0x28ed32);},'BtsCU':_0x25b706[_0x4e5ee3(0x95)],'Ooghh':_0x25b706[_0x4e5ee3(0xac)]};_0x25b706[_0x4e5ee3(0x92)](_0x25b706[_0x4e5ee3(0x7b)],_0x25b706[_0x4e5ee3(0x99)])?_0x3c874f='['+new _0xc534e0()[_0x4e5ee3(0xa2)]()+']:\x20'+_0x43a9cc[_0x4e5ee3(0xa0)]:_0x25b706['nMKEI'](process['env']['WS_CLOSED_BEFORE'],_0x25b706[_0x4e5ee3(0x95)])?_0x25b706[_0x4e5ee3(0x86)](_0x25b706[_0x4e5ee3(0xc1)],_0x25b706[_0x4e5ee3(0x73)])?logger['debug'](_0x25b706[_0x4e5ee3(0x76)]):_0x10155f[_0x4e5ee3(0xb7)](_0x4e5ee3(0x9a)+_0x4bd2bb):_0x25b706[_0x4e5ee3(0x92)](_0x25b706[_0x4e5ee3(0x9c)],_0x25b706[_0x4e5ee3(0x6c)])?(_0x4c49af[_0x4e5ee3(0xc3)](_0xeedf33[_0x4e5ee3(0xa5)][_0x4e5ee3(0x89)],_0x4c49af['BtsCU'])&&(_0xb5556d[_0x4e5ee3(0xa5)][_0x4e5ee3(0x83)]=_0x4c49af[_0x4e5ee3(0x82)]),_0x521608[_0x4e5ee3(0xb7)](_0x4c49af[_0x4e5ee3(0xa1)])):(logger[_0x4e5ee3(0xb7)](_0x25b706[_0x4e5ee3(0xb0)]),process[_0x4e5ee3(0xa5)][_0x4e5ee3(0x89)]=!![]);}),_0x40fee2[_0x3fa6cc(0xb6)](_0x25b706['CIjQJ'],async function(_0x3bd2f6){const _0x5bf4f9=_0x3fa6cc,_0x3b2da1={};_0x3b2da1[_0x5bf4f9(0xbc)]=_0x25b706[_0x5bf4f9(0x76)];const _0x8259ee=_0x3b2da1;if(_0x25b706[_0x5bf4f9(0x9d)](_0x25b706[_0x5bf4f9(0x91)],_0x25b706[_0x5bf4f9(0x7e)]))_0x5d0ab6=_0x1f9096[_0x5bf4f9(0x74)](_0xeb771c[_0x5bf4f9(0xb5)]),_0x126cf8=_0x1f810f[_0x5bf4f9(0xa6)];else{logger['debug'](_0x5bf4f9(0x78)+_0x3bd2f6[_0x5bf4f9(0xb5)]);let _0x3598c2,_0x5f551c;try{_0x25b706['czjCz'](_0x25b706[_0x5bf4f9(0x9f)],_0x25b706[_0x5bf4f9(0x9f)])?_0x58a945[_0x5bf4f9(0xa5)]['WS_CLOSED_BEFORE']=_0x25b706[_0x5bf4f9(0x95)]:(_0x5f551c=JSON['parse'](_0x3bd2f6['data']),_0x3598c2=_0x5f551c['type']);}catch(_0x2ecc32){_0x25b706[_0x5bf4f9(0x6d)](_0x25b706[_0x5bf4f9(0x79)],_0x25b706['MrKhl'])?logger[_0x5bf4f9(0xa8)](_0x5bf4f9(0xae)+_0x3bd2f6[_0x5bf4f9(0xb5)]):_0x3b9b20[_0x5bf4f9(0xb7)](_0x8259ee[_0x5bf4f9(0xbc)]);}}}),_0x40fee2[_0x3fa6cc(0xb6)](_0x25b706[_0x3fa6cc(0x80)],function(_0x57186c){const _0x130ccd=_0x3fa6cc;_0x25b706[_0x130ccd(0x6d)](_0x25b706[_0x130ccd(0xb9)],_0x25b706[_0x130ccd(0xa3)])?_0x1b6b43[_0x130ccd(0xa8)](_0x130ccd(0xae)+_0x14ca8a['data']):logger[_0x130ccd(0xb7)](_0x130ccd(0x9a)+_0x57186c);}),_0x40fee2[_0x3fa6cc(0xb6)](_0x25b706['tfOYf'],function(){const _0x13a701=_0x3fa6cc;if(_0x25b706[_0x13a701(0x92)](_0x25b706[_0x13a701(0x69)],_0x25b706[_0x13a701(0x71)])){_0x460500['debug']('Message\x20received\x20from\x20server!\x20=>\x20'+_0x276f71[_0x13a701(0xb5)]);let _0x2de692,_0x18f0b9;try{_0x18f0b9=_0x5302fb[_0x13a701(0x74)](_0x402be9[_0x13a701(0xb5)]),_0x2de692=_0x18f0b9[_0x13a701(0xa6)];}catch(_0x53dacf){_0x419096[_0x13a701(0xa8)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x53f38f[_0x13a701(0xb5)]);}}else _0x25b706['qjyxd'](process[_0x13a701(0xa5)][_0x13a701(0x89)],_0x25b706['GBclr'])&&(_0x25b706[_0x13a701(0x9d)](_0x25b706[_0x13a701(0x7d)],_0x25b706[_0x13a701(0x7d)])?process[_0x13a701(0xa5)][_0x13a701(0x83)]=_0x25b706[_0x13a701(0x95)]:(_0x2cd994[_0x13a701(0xb7)](_0x25b706[_0x13a701(0xb0)]),_0x32bded[_0x13a701(0xa5)]['WS_OPENED_BEFORE']=!![])),logger['debug'](_0x25b706[_0x13a701(0xac)]);});};const getLogMetaData=()=>{const _0x5e66b0=a30_0x5658fb,_0xda5bc={};return _0xda5bc[_0x5e66b0(0x8f)]=global_registry[_0x5e66b0(0x8f)],_0xda5bc['username']=global_registry[_0x5e66b0(0x7c)],_0xda5bc;};exports[a30_0x5658fb(0x85)]=_0x2e41fd=>new Promise((_0x4b8a68,_0x4688c8)=>setTimeout(_0x4b8a68,_0x2e41fd)),exports[a30_0x5658fb(0x8a)]=async(_0x3ee51c,_0x2d7e27,_0xa27db3=a30_0x5658fb(0xab),_0xd936f8=![])=>{const _0x18cfde=a30_0x5658fb,_0x5db709={'USked':function(_0xfc9734,_0x35a6ae){return _0xfc9734===_0x35a6ae;},'CVUPL':_0x18cfde(0x98),'MxzVH':_0x18cfde(0xa4),'AxLPD':'Socket\x20open','OjxHv':function(_0x375e57,_0x46885c){return _0x375e57===_0x46885c;},'CzpkA':function(_0x285fcd,_0x5ab424){return _0x285fcd!==_0x5ab424;},'zSIhH':_0x18cfde(0xbe),'MmCkf':function(_0x3e33fb){return _0x3e33fb();},'dXixJ':function(_0x1cb1db,_0x4f5a47){return _0x1cb1db===_0x4f5a47;},'VlTPx':_0x18cfde(0x84)};let _0x10e273=_0x2d7e27[_0x18cfde(0xa0)];if(_0x5db709[_0x18cfde(0x8d)](_0x2d7e27[_0x18cfde(0xa6)],WS_EVENTS['LOG'])){if(_0x5db709[_0x18cfde(0x6b)](_0x5db709['zSIhH'],_0x5db709[_0x18cfde(0xb2)])){const _0x1d16ba={};return _0x1d16ba[_0x18cfde(0x8f)]=_0x5807a9[_0x18cfde(0x8f)],_0x1d16ba[_0x18cfde(0x90)]=_0x3f6d13[_0x18cfde(0x7c)],_0x1d16ba;}else _0x10e273='['+new Date()[_0x18cfde(0xa2)]()+']:\x20'+_0x2d7e27[_0x18cfde(0xa0)];}const _0x29b06a={};_0x29b06a[_0x18cfde(0xa0)]=_0x10e273,_0x29b06a['logType']=_0xa27db3;const _0x3527ae={'type':_0x2d7e27['type'],..._0x5db709[_0x18cfde(0x8b)](getLogMetaData),'data':_0x29b06a};_0x3ee51c[_0x18cfde(0x81)](JSON[_0x18cfde(0xb1)](_0x3527ae)),_0xd936f8&&(_0x5db709[_0x18cfde(0x9e)](_0x5db709[_0x18cfde(0x72)],_0x5db709['VlTPx'])?await this[_0x18cfde(0x85)](0x1f4):_0x5db709[_0x18cfde(0xba)](_0x451de6[_0x18cfde(0xa5)][_0x18cfde(0x83)],_0x5db709['CVUPL'])?_0x11de32[_0x18cfde(0xb7)](_0x5db709['MxzVH']):(_0x4c8161[_0x18cfde(0xb7)](_0x5db709[_0x18cfde(0x6f)]),_0xc29814[_0x18cfde(0xa5)][_0x18cfde(0x89)]=!![]));};
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"browserstack-node-sdk","version":"1.31.0","private":false,"description":"Node SDK for browserstack selenium-webdriver tests","main":"./src/index.js","scripts":{},"author":"BrowserStack","license":"SEE LICENSE IN LICENSE.md","bin":{"browserstack-node-sdk":"./src/bin/runner.js","browserstack-cli":"./src/bin/runner.js","setup":"./src/bin/setup.js"},"dependencies":{"@google-cloud/compute":"^4.0.1","@google-cloud/container":"^5.2.0","@google-cloud/resource-manager":"^5.0.1","@kubernetes/client-node":"^0.18.1","@percy/appium-app":"^2.0.1","@percy/selenium-webdriver":"^2.0.0","aws-sdk":"^2.1346.0","bluebird":"^3.7.2","browserstack-local":"^1.5.3","chalk":"^4.1.2","cheerio":"^1.0.0-rc.11","dotenv":"^16.0.3","emittery":"^0.11.0","follow-redirects":"^1.15.3","getos":"^3.2.1","git-last-commit":"^1.0.1","git-repo-info":"^2.1.1","gitconfiglocal":"^2.1.0","global-agent":"^3.0.0","googleapis":"^126.0.1","jest-worker":"^28.1.0","js-yaml":"^4.1.0","js-yaml-cloudformation-schema":"^1.0.0","mocha-multi-reporters":"^1.5.1","monkeypatch":"^1.0.0","p-limit":"^3.1.0","pac-proxy-agent":"^7.0.1","reconnecting-websocket":"^4.4.0","request":"^2.88.2","requestretry":"^7.1.0","stack-trace":"0.0.10","table":"^6.8.1","update-notifier":"5.1.0","uuid":"^8.3.2","windows-release":"^5.1.0","winston":"^3.8.2","winston-transport":"^4.5.0","ws":"^8.13.0","yargs":"^17.5.1","yauzl":"^2.10.0"},"devDependencies":{}}
1
+ {"name":"browserstack-node-sdk","version":"1.31.2","private":false,"description":"Node SDK for browserstack selenium-webdriver tests","main":"./src/index.js","scripts":{},"author":"BrowserStack","license":"SEE LICENSE IN LICENSE.md","bin":{"browserstack-node-sdk":"./src/bin/runner.js","browserstack-cli":"./src/bin/runner.js","setup":"./src/bin/setup.js"},"dependencies":{"@google-cloud/compute":"^4.0.1","@google-cloud/container":"^5.2.0","@google-cloud/resource-manager":"^5.0.1","@kubernetes/client-node":"^0.18.1","@percy/appium-app":"^2.0.1","@percy/selenium-webdriver":"^2.0.0","aws-sdk":"^2.1346.0","bluebird":"^3.7.2","browserstack-local":"^1.5.3","chalk":"^4.1.2","cheerio":"^1.0.0-rc.11","dotenv":"^16.0.3","emittery":"^0.11.0","follow-redirects":"^1.15.3","getos":"^3.2.1","git-last-commit":"^1.0.1","git-repo-info":"^2.1.1","gitconfiglocal":"^2.1.0","global-agent":"^3.0.0","googleapis":"^126.0.1","jest-worker":"^28.1.0","js-yaml":"^4.1.0","js-yaml-cloudformation-schema":"^1.0.0","mocha-multi-reporters":"^1.5.1","monkeypatch":"^1.0.0","p-limit":"^3.1.0","pac-proxy-agent":"^7.0.1","reconnecting-websocket":"^4.4.0","request":"^2.88.2","requestretry":"^7.1.0","stack-trace":"0.0.10","table":"^6.8.1","update-notifier":"5.1.0","uuid":"^8.3.2","windows-release":"^5.1.0","winston":"^3.8.2","winston-transport":"^4.5.0","ws":"^8.13.0","yargs":"^17.5.1","yauzl":"^2.10.0"},"devDependencies":{}}
@@ -1 +1 @@
1
- function a0_0x5cfa(){const _0x16eba3=['test','../../helpers/logger','executeScript','title','ggGDC','1223904FrIKIr','dispatcher','\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22}}','17645jnPEsO','helpers','WebDriver','codeceptjs/lib/index.js','4595943eNmKqp','@codeceptjs/helper/helper.js','13406tQCQHZ','17900sZfGil','Yhwwx','Failed\x20to\x20update\x20sessionName\x20','passed','container','491777uWCaet','skipSessionName','event','99cpynfk','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','stringify','Failed\x20to\x20update\x20sessionStatus\x20','175vWmkxT','failed','error','exports','876CreoPb','36PYhmAg','4743wLzsmE','163230BFeohs'];a0_0x5cfa=function(){return _0x16eba3;};return a0_0x5cfa();}const a0_0x23d6f5=a0_0x1dcb;(function(_0x403647,_0x50077f){const _0x45fa88=a0_0x1dcb,_0x4ea08d=_0x403647();while(!![]){try{const _0x5ad1bc=-parseInt(_0x45fa88(0x1e0))/0x1+parseInt(_0x45fa88(0x1da))/0x2*(-parseInt(_0x45fa88(0x1e3))/0x3)+parseInt(_0x45fa88(0x1eb))/0x4*(parseInt(_0x45fa88(0x1d4))/0x5)+parseInt(_0x45fa88(0x1ee))/0x6*(parseInt(_0x45fa88(0x1e7))/0x7)+parseInt(_0x45fa88(0x1d0))/0x8+parseInt(_0x45fa88(0x1ed))/0x9*(parseInt(_0x45fa88(0x1db))/0xa)+parseInt(_0x45fa88(0x1d8))/0xb*(-parseInt(_0x45fa88(0x1ec))/0xc);if(_0x5ad1bc===_0x50077f)break;else _0x4ea08d['push'](_0x4ea08d['shift']());}catch(_0x5a5d85){_0x4ea08d['push'](_0x4ea08d['shift']());}}}(a0_0x5cfa,0x8e4df));const {requireModule}=require('../../helpers/helper'),logger=require(a0_0x23d6f5(0x1cc))['winstonLogger'],CodeceptJS=requireModule(a0_0x23d6f5(0x1d7)),CodeceptHelper=requireModule(a0_0x23d6f5(0x1d9)),{isTrue}=require('../../helpers/helper');function a0_0x1dcb(_0x11ebe6,_0x1c9159){const _0x5cfa86=a0_0x5cfa();return a0_0x1dcb=function(_0x1dcb19,_0x178033){_0x1dcb19=_0x1dcb19-0x1cc;let _0x5651fe=_0x5cfa86[_0x1dcb19];return _0x5651fe;},a0_0x1dcb(_0x11ebe6,_0x1c9159);}module[a0_0x23d6f5(0x1ea)]=function(_0x28f001){const _0x53a5d1=a0_0x23d6f5,_0x1a9ed2={'OCVlT':function(_0x4c5141,_0x3d7464){return _0x4c5141(_0x3d7464);},'ggGDC':_0x53a5d1(0x1d6),'Yhwwx':_0x53a5d1(0x1d3)};CodeceptJS[_0x53a5d1(0x1e2)][_0x53a5d1(0x1d1)]['on'](CodeceptJS[_0x53a5d1(0x1e2)][_0x53a5d1(0x1ef)]['started'],async _0x4c8ea4=>{const _0x2a47ce=_0x53a5d1;try{!_0x1a9ed2['OCVlT'](isTrue,_0x28f001[_0x2a47ce(0x1e1)])&&await CodeceptJS[_0x2a47ce(0x1df)][_0x2a47ce(0x1d5)](_0x1a9ed2[_0x2a47ce(0x1cf)])[_0x2a47ce(0x1cd)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4c8ea4[_0x2a47ce(0x1ce)]+_0x2a47ce(0x1d2));}catch(_0x19e847){logger['error'](_0x2a47ce(0x1dd)+_0x19e847);}}),CodeceptJS[_0x53a5d1(0x1e2)]['dispatcher']['on'](CodeceptJS[_0x53a5d1(0x1e2)][_0x53a5d1(0x1ef)][_0x53a5d1(0x1de)],async _0xef7004=>{const _0x3e9e15=_0x53a5d1;try{await CodeceptJS[_0x3e9e15(0x1df)]['helpers'](_0x1a9ed2[_0x3e9e15(0x1cf)])[_0x3e9e15(0x1cd)](_0x1a9ed2[_0x3e9e15(0x1dc)]);}catch(_0x1e4ad2){logger[_0x3e9e15(0x1e9)](_0x3e9e15(0x1e6)+_0x1e4ad2);}}),CodeceptJS[_0x53a5d1(0x1e2)]['dispatcher']['on'](CodeceptJS[_0x53a5d1(0x1e2)][_0x53a5d1(0x1ef)][_0x53a5d1(0x1e8)],async(_0x3cbf10,_0x56fd48)=>{const _0x1455ef=_0x53a5d1;try{await CodeceptJS[_0x1455ef(0x1df)][_0x1455ef(0x1d5)](_0x1a9ed2[_0x1455ef(0x1cf)])[_0x1455ef(0x1cd)](_0x1455ef(0x1e4)+JSON[_0x1455ef(0x1e5)](_0x56fd48)+'}}');}catch(_0x2243ac){logger['error'](_0x1455ef(0x1e6)+_0x2243ac);}});};
1
+ const a0_0x15ae4c=a0_0x128a;function a0_0x128a(_0xa70c21,_0x402144){const _0x2e4361=a0_0x2e43();return a0_0x128a=function(_0x128aa5,_0x3ac17e){_0x128aa5=_0x128aa5-0xf0;let _0x42d3ca=_0x2e4361[_0x128aa5];return _0x42d3ca;},a0_0x128a(_0xa70c21,_0x402144);}(function(_0x52c7c5,_0x2084e6){const _0x1978be=a0_0x128a,_0xfd64df=_0x52c7c5();while(!![]){try{const _0x28b2ac=parseInt(_0x1978be(0x10f))/0x1*(-parseInt(_0x1978be(0x100))/0x2)+-parseInt(_0x1978be(0x106))/0x3+parseInt(_0x1978be(0x107))/0x4*(-parseInt(_0x1978be(0x103))/0x5)+parseInt(_0x1978be(0xf7))/0x6*(-parseInt(_0x1978be(0xf6))/0x7)+parseInt(_0x1978be(0x10b))/0x8+parseInt(_0x1978be(0x111))/0x9+parseInt(_0x1978be(0xf8))/0xa;if(_0x28b2ac===_0x2084e6)break;else _0xfd64df['push'](_0xfd64df['shift']());}catch(_0x33e263){_0xfd64df['push'](_0xfd64df['shift']());}}}(a0_0x2e43,0x1a2cd));function a0_0x2e43(){const _0x56e8be=['exports','35kOHhmZ','157578vVajZY','2204210MQdJGF','../../helpers/helper','dispatcher','title','Failed\x20to\x20update\x20sessionStatus\x20','passed','\x22}}','winstonLogger','364732NTxVWw','started','skipSessionName','10nqQtXM','container','KRXpQ','305994PAINfp','16544ZpooiE','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22}}','WebDriver','1043360ZmHFEs','error','helpers','codeceptjs/lib/index.js','1napxgV','OcIXF','1622907Axuqsw','executeScript','stringify','../../helpers/logger','test','Failed\x20to\x20update\x20sessionName\x20','event','@codeceptjs/helper/helper.js'];a0_0x2e43=function(){return _0x56e8be;};return a0_0x2e43();}const {requireModule}=require(a0_0x15ae4c(0xf9)),logger=require(a0_0x15ae4c(0xf0))[a0_0x15ae4c(0xff)],CodeceptJS=requireModule(a0_0x15ae4c(0x10e)),CodeceptHelper=requireModule(a0_0x15ae4c(0xf4)),{isTrue}=require(a0_0x15ae4c(0xf9));module[a0_0x15ae4c(0xf5)]=function(_0x144cae){const _0x4f180c=a0_0x15ae4c,_0x15535a={'OcIXF':function(_0x4b580b,_0x514e2e){return _0x4b580b(_0x514e2e);},'KRXpQ':_0x4f180c(0x10a),'lwkRG':_0x4f180c(0x109)};CodeceptJS[_0x4f180c(0xf3)]['dispatcher']['on'](CodeceptJS[_0x4f180c(0xf3)]['test'][_0x4f180c(0x101)],async _0x276d59=>{const _0x5c9aba=_0x4f180c;try{!_0x15535a[_0x5c9aba(0x110)](isTrue,_0x144cae[_0x5c9aba(0x102)])&&await CodeceptJS[_0x5c9aba(0x104)][_0x5c9aba(0x10d)](_0x15535a[_0x5c9aba(0x105)])[_0x5c9aba(0x112)](_0x5c9aba(0x108)+_0x276d59[_0x5c9aba(0xfb)]+_0x5c9aba(0xfe));}catch(_0x3fbe6d){logger[_0x5c9aba(0x10c)](_0x5c9aba(0xf2)+_0x3fbe6d);}}),CodeceptJS['event'][_0x4f180c(0xfa)]['on'](CodeceptJS[_0x4f180c(0xf3)][_0x4f180c(0xf1)][_0x4f180c(0xfd)],async _0x5ece22=>{const _0x53f1b0=_0x4f180c;try{await CodeceptJS[_0x53f1b0(0x104)][_0x53f1b0(0x10d)](_0x15535a['KRXpQ'])[_0x53f1b0(0x112)](_0x15535a['lwkRG']);}catch(_0x5b10da){logger[_0x53f1b0(0x10c)](_0x53f1b0(0xfc)+_0x5b10da);}}),CodeceptJS['event'][_0x4f180c(0xfa)]['on'](CodeceptJS[_0x4f180c(0xf3)][_0x4f180c(0xf1)]['failed'],async(_0x1c9bcb,_0x195271)=>{const _0x3f7169=_0x4f180c;try{await CodeceptJS['container']['helpers'](_0x15535a[_0x3f7169(0x105)])[_0x3f7169(0x112)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON[_0x3f7169(0x113)](_0x195271)+'}}');}catch(_0x17470d){logger[_0x3f7169(0x10c)](_0x3f7169(0xfc)+_0x17470d);}});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a1_0x5acfb4=a1_0x1b9b;function a1_0x43a5(){const _0x49968b=['etDhH','hOtgT','title','spawn','test','join','HsoKm','znMyD','530425DmCLYq','iiNRf','config','yCFCM','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','xgpsQ','mpktW','gVRge','../../helpers/logger','1956KHTODM','pOqsW','ByTCY','chdir','WjtCw','3386046aUvOnv','QTDup','skipSessionName','length','addTests','codecept.json','jGZfh','vTxaA','AUINT','--config','enabled','kqZNZ','TfiYw','TRjOv','pUaSl','JaVQu','process','modifyBrowserStackCaps','12BpwanK','createGroupsOfSuites','child_process','hfKLb','ccUKZ','QGFCp','BcHwr','getPlatformName','parallelsPerPlatform','codecept.conf.js','event','all','aZnsa','KWXjr','addConfig','NUZCo','info','dnCOX','sPvdf','testContextOptions','printResults','mergeDeep','plugins','xObur','XrVdr','existsSync','14110660LhDKAY','udzEk','push','codeceptjs','AYfJw','IPiOz','passed','slice','Started\x20:\x20','sRktB','path','rnVVj','naLeH','require','567Ocigjk','mxakG','nELyn','lEvQv','jPFqA','kiKbN','zioYB','rQzSA','IBbaU','handleApp','desiredCapabilities','2682Egaknv','SzCOL','now','cTTmU','teardownAll','BwOtk','run','gJiLA','../../helpers/helper','failed','vZgif','ZVXzM','ysTpa','wXLYR','PNJUA','xaJRs','tJIOP','SRdIc','xZjrl','../../helpers/BrowserStackSetup','WebDriver','FTlmN','findIndex','XYOAd','env','modifyBrowserStackW3CCaps','BUHXG','12264UQjcHI','jsMDZ','vpJNx','ltzYe','xlFAX','isUndefined','CAbba','mSNds','dheMX','cwd','506532ZQddFn','NGEdz','615923UTXvVt','log','MPzhs','winstonLogger','browserStackCwd','dirname','initialize','result','SNhCG','hnDvh','mUgqw','LzBts','QJedF','forEach','helpers','useW3C','XwsGN','before','Failed\x20:\x20','BrowserStackPlugin','bootstrapAll','platforms','ZUIlJ','codeceptjs/lib/index.js'];a1_0x43a5=function(){return _0x49968b;};return a1_0x43a5();}(function(_0x1a9c24,_0x559e9b){const _0x3bafc7=a1_0x1b9b,_0x515277=_0x1a9c24();while(!![]){try{const _0xf1a1a5=-parseInt(_0x3bafc7(0x127))/0x1+parseInt(_0x3bafc7(0x152))/0x2*(-parseInt(_0x3bafc7(0xf7))/0x3)+-parseInt(_0x3bafc7(0x169))/0x4*(parseInt(_0x3bafc7(0x149))/0x5)+-parseInt(_0x3bafc7(0x157))/0x6+parseInt(_0x3bafc7(0x129))/0x7+-parseInt(_0x3bafc7(0x11d))/0x8*(-parseInt(_0x3bafc7(0x102))/0x9)+parseInt(_0x3bafc7(0xe9))/0xa;if(_0xf1a1a5===_0x559e9b)break;else _0x515277['push'](_0x515277['shift']());}catch(_0x1fa0b6){_0x515277['push'](_0x515277['shift']());}}}(a1_0x43a5,0x5d3df));const fs=require('fs'),path=require(a1_0x5acfb4(0xf3)),{spawn}=require(a1_0x5acfb4(0x16b)),process=require(a1_0x5acfb4(0x167)),logger=require(a1_0x5acfb4(0x151))[a1_0x5acfb4(0x12c)],{default:BrowserStackSetup}=require(a1_0x5acfb4(0x115)),helper=require(a1_0x5acfb4(0x10a)),{requireModule}=require(a1_0x5acfb4(0x10a)),CodeceptJS=requireModule(a1_0x5acfb4(0x140)),getUserCodeceptJSConfigs=(_0x2fbd0c,_0x12747a)=>{const _0x1daf74=a1_0x5acfb4,_0x8cb621={};_0x8cb621['lvzix']=_0x1daf74(0x13b),_0x8cb621[_0x1daf74(0x110)]=function(_0x2f490e,_0x2e791c){return _0x2f490e+_0x2e791c;},_0x8cb621[_0x1daf74(0x14e)]=_0x1daf74(0x14b),_0x8cb621[_0x1daf74(0x111)]=_0x1daf74(0x137),_0x8cb621[_0x1daf74(0x134)]=_0x1daf74(0x116),_0x8cb621[_0x1daf74(0x156)]=_0x1daf74(0xec),_0x8cb621[_0x1daf74(0x121)]=function(_0x3d523c,_0x20759d){return _0x3d523c===_0x20759d;},_0x8cb621['ccUKZ']='qJTHX',_0x8cb621[_0x1daf74(0x119)]=function(_0x4b903b,_0x35ad64){return _0x4b903b===_0x35ad64;},_0x8cb621['ISvWq']=_0x1daf74(0x141),_0x8cb621[_0x1daf74(0x124)]=function(_0x589e13,_0x3f7e8f){return _0x589e13!==_0x3f7e8f;},_0x8cb621['zioYB']='XUroy',_0x8cb621[_0x1daf74(0x10d)]=_0x1daf74(0x133),_0x8cb621[_0x1daf74(0x162)]=_0x1daf74(0xee),_0x8cb621[_0x1daf74(0xf2)]=_0x1daf74(0x172),_0x8cb621['MPzhs']=function(_0x12649f,_0x38f7c7){return _0x12649f!==_0x38f7c7;},_0x8cb621[_0x1daf74(0xf9)]='elAoM',_0x8cb621[_0x1daf74(0x10c)]='codecept.json',_0x8cb621[_0x1daf74(0xf8)]=function(_0x5490f3,_0x48f301){return _0x5490f3===_0x48f301;},_0x8cb621[_0x1daf74(0x11c)]=_0x1daf74(0x150);const _0x548b84=_0x8cb621;let _0x50a992=null;const _0x49c98e={};let _0x1c44b9=_0x12747a[_0x1daf74(0x118)](_0x2caaad=>_0x2caaad===_0x1daf74(0x160));_0x548b84[_0x1daf74(0x121)](_0x1c44b9,-0x1)&&(_0x548b84[_0x1daf74(0x121)](_0x548b84[_0x1daf74(0x16d)],_0x548b84[_0x1daf74(0x16d)])?_0x1c44b9=_0x12747a[_0x1daf74(0x118)](_0x2f9432=>_0x2f9432==='-c'):_0x2d1c94[_0x1daf74(0x17d)]());if(!helper[_0x1daf74(0x122)](_0x2fbd0c[_0x1daf74(0x14b)])&&fs[_0x1daf74(0xe8)](path[_0x1daf74(0x146)](process[_0x1daf74(0x126)](),_0x2fbd0c['config']))){if(_0x548b84['XYOAd'](_0x548b84['ISvWq'],_0x548b84['ISvWq']))_0x50a992=path[_0x1daf74(0x146)](process[_0x1daf74(0x126)](),_0x2fbd0c[_0x1daf74(0x14b)]),_0x12747a[_0x1daf74(0xf0)](_0x1c44b9,0x2);else for(const _0x1e6cf8 of _0xb4137d){const _0x492491=_0x49a845['spawn']();_0x492491[_0x1daf74(0x15b)](_0x1e6cf8),_0x492491[_0x1daf74(0x177)](_0x1e9ccc);}}else{if(!helper['isUndefined'](_0x2fbd0c['c'])&&fs[_0x1daf74(0xe8)](path[_0x1daf74(0x146)](process[_0x1daf74(0x126)](),_0x2fbd0c['c'])))_0x548b84['mSNds'](_0x548b84[_0x1daf74(0xfd)],_0x548b84[_0x1daf74(0x10d)])?(_0x50a992=path[_0x1daf74(0x146)](process['cwd'](),_0x2fbd0c['c']),_0x12747a[_0x1daf74(0xf0)](_0x1c44b9,0x2)):(_0x469aa3=_0x5b5333[_0x1daf74(0x146)](_0x500d4b[_0x1daf74(0x126)](),_0x5f262f[_0x1daf74(0x14b)]),_0x353d8d[_0x1daf74(0xf0)](_0x5a1bfc,0x2));else{if(_0x548b84[_0x1daf74(0x121)](_0x548b84[_0x1daf74(0x162)],_0x548b84['kqZNZ'])){if(fs['existsSync'](path[_0x1daf74(0x146)](process[_0x1daf74(0x126)](),_0x548b84[_0x1daf74(0xf2)])))_0x548b84[_0x1daf74(0x12b)](_0x548b84[_0x1daf74(0xf9)],_0x548b84[_0x1daf74(0xf9)])?_0x42f929[_0x1daf74(0x12a)](_0x548b84['lvzix'],_0x207ca3[_0x1daf74(0x143)]):_0x50a992=path['join'](process[_0x1daf74(0x126)](),_0x548b84['sRktB']);else{if(fs[_0x1daf74(0xe8)](path[_0x1daf74(0x146)](process['cwd'](),_0x548b84[_0x1daf74(0x10c)]))){if(_0x548b84[_0x1daf74(0xf8)](_0x548b84['BUHXG'],_0x548b84['BUHXG']))_0x50a992=path[_0x1daf74(0x146)](process[_0x1daf74(0x126)](),_0x548b84[_0x1daf74(0x10c)]);else{const _0x18cc74=_0x548b84[_0x1daf74(0x110)](_0x264a1d[_0x1daf74(0x170)](_0x3a99ad,'_'),'_'+_0x296126['now']()),_0x211584={};_0x211584[_0x1daf74(0x101)]=_0x2da047;const _0x113635=_0x211584;_0x468656[_0x18cc74]=_0x344d95[_0x548b84[_0x1daf74(0x14e)]][_0x548b84[_0x1daf74(0x111)]][_0x548b84[_0x1daf74(0x134)]]?_0x27b211['mergeDeep'](_0x113635,_0x2c7cfd[_0x548b84[_0x1daf74(0x14e)]][_0x548b84[_0x1daf74(0x111)]][_0x548b84['LzBts']]):_0x113635,_0x1532f6['push'](_0x18cc74);}}}}else _0x40c9bd[_0x1daf74(0xeb)](_0x467eb5['modifyBrowserStackW3CCaps'](_0x115d3f['config'],_0x548b84[_0x1daf74(0x156)],_0x29fae5));}}return _0x50a992;};function a1_0x1b9b(_0x147994,_0x78b97e){const _0x43a585=a1_0x43a5();return a1_0x1b9b=function(_0x1b9b5f,_0x4a476b){_0x1b9b5f=_0x1b9b5f-0xe6;let _0x1a07af=_0x43a585[_0x1b9b5f];return _0x1a07af;},a1_0x1b9b(_0x147994,_0x78b97e);}async function run(_0xe51e80,_0x1645a1){const _0x5930c7=a1_0x5acfb4,_0x1e33fd={'lEvQv':_0x5930c7(0x172),'sCHuX':'Passed\x20:\x20','sPvdf':_0x5930c7(0xec),'mCuvs':_0x5930c7(0x14d),'vTxaA':_0x5930c7(0x15c),'naLeH':function(_0x35e7b1,_0x10ebc2){return _0x35e7b1===_0x10ebc2;},'yCFCM':_0x5930c7(0x166),'XrVdr':_0x5930c7(0xfc),'BcHwr':function(_0x42449b,_0x5c1152){return _0x42449b!==_0x5c1152;},'LKMJt':_0x5930c7(0xea),'AYfJw':_0x5930c7(0x128),'hOtgT':'aZUYj','MbpJJ':_0x5930c7(0x103),'IqhDv':_0x5930c7(0x148),'ByTCY':function(_0x64d5a7,_0x55e7c1){return _0x64d5a7+_0x55e7c1;},'KWXjr':_0x5930c7(0x14b),'BwOtk':_0x5930c7(0x137),'ysTpa':_0x5930c7(0x116),'rQzSA':function(_0x144228,_0x31904e){return _0x144228===_0x31904e;},'vpJNx':_0x5930c7(0x13f),'tJIOP':_0x5930c7(0xf1),'pOqsW':'gbpRa','XwsGN':'wRQWK','dheMX':_0x5930c7(0x13b),'QTDup':'jxRCJ','lAOWd':_0x5930c7(0xff),'CAbba':_0x5930c7(0x135),'SRdIc':_0x5930c7(0x117),'tbXUl':function(_0x73202d,_0x37a849){return _0x73202d(_0x37a849);},'gsKmG':_0x5930c7(0x16e),'hnDvh':_0x5930c7(0x164),'dnCOX':_0x5930c7(0xfb),'ltzYe':function(_0x1aab0a,_0x4f4842,_0x39a90a){return _0x1aab0a(_0x4f4842,_0x39a90a);},'QnUXV':function(_0x14a603,_0x1e88a6){return _0x14a603!==_0x1e88a6;},'xZjrl':'VmRSu','hfKLb':function(_0x10516d,_0x186bee){return _0x10516d(_0x186bee);},'gJiLA':function(_0x3fd8b7,_0x5ad115){return _0x3fd8b7===_0x5ad115;},'pUaSl':_0x5930c7(0x11e),'QOIun':'BrowserStackPlugin.js','TfiYw':_0x5930c7(0x12d),'zxnXV':function(_0x2ca48d,_0x183842){return _0x2ca48d*_0x183842;},'AUINT':_0x5930c7(0x14a),'amxxu':function(_0x5402ea,_0x61058d){return _0x5402ea===_0x61058d;},'jGZfh':_0x5930c7(0x14f),'wXLYR':_0x5930c7(0x105),'aZnsa':function(_0x27d040){return _0x27d040();}},_0x4fd5bd=new BrowserStackSetup(_0xe51e80,_0x1e33fd['sPvdf']);await _0x4fd5bd[_0x5930c7(0x12f)](),await helper[_0x5930c7(0x100)](_0x4fd5bd['config']);if(!_0x4fd5bd[_0x5930c7(0x14b)]){if(_0x1e33fd[_0x5930c7(0xf5)](_0x1e33fd[_0x5930c7(0x17a)],_0x1e33fd['dnCOX']))return;else _0x303e7d=_0x5ba70c[_0x5930c7(0x146)](_0x5ad3c5[_0x5930c7(0x126)](),_0x1e33fd[_0x5930c7(0xfa)]);}const _0x315936=_0x1e33fd[_0x5930c7(0x120)](getUserCodeceptJSConfigs,_0xe51e80,_0x1645a1);let _0xebbb54={};_0x315936?_0x1e33fd['QnUXV'](_0x1e33fd[_0x5930c7(0x114)],_0x1e33fd['xZjrl'])?_0x4d00df=_0x5a76e3[_0x5930c7(0x118)](_0x160869=>_0x160869==='-c'):(logger[_0x5930c7(0x179)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x315936),_0xebbb54=_0x1e33fd[_0x5930c7(0x16c)](require,_0x315936)):_0x1e33fd[_0x5930c7(0x109)](_0x1e33fd[_0x5930c7(0x165)],_0x1e33fd[_0x5930c7(0x165)])?logger[_0x5930c7(0x179)](_0x1e33fd['mCuvs']):_0x1dd797[_0x5930c7(0x12a)](_0x1e33fd['sCHuX'],_0xcf9821[_0x5930c7(0x143)]);const _0x817a06=helper[_0x5930c7(0x138)](_0x4fd5bd[_0x5930c7(0x14b)]),_0x3a644a=[];_0x4fd5bd[_0x5930c7(0x14b)][_0x5930c7(0x13e)][_0x5930c7(0x136)]((_0x338995,_0x43b7f1)=>{const _0x342a3e=_0x5930c7,_0x10c736={};_0x10c736[_0x342a3e(0x147)]=_0x1e33fd[_0x342a3e(0x17b)],_0x10c736[_0x342a3e(0x178)]=_0x1e33fd['mCuvs'],_0x10c736[_0x342a3e(0xf4)]=_0x1e33fd['lEvQv'],_0x10c736[_0x342a3e(0x131)]=_0x1e33fd[_0x342a3e(0x15e)];const _0x3f4a1b=_0x10c736;if(_0x1e33fd[_0x342a3e(0xf5)](_0x1e33fd[_0x342a3e(0x14c)],_0x1e33fd[_0x342a3e(0xe7)]))_0x4446fc[_0x342a3e(0xeb)](_0x169c81[_0x342a3e(0x168)](_0x266327[_0x342a3e(0x14b)],_0x3f4a1b['HsoKm'],_0x3a980a));else{if(_0x817a06)_0x1e33fd[_0x342a3e(0x16f)](_0x1e33fd['LKMJt'],_0x1e33fd[_0x342a3e(0xed)])?_0x3a644a[_0x342a3e(0xeb)](helper[_0x342a3e(0x11b)](_0x4fd5bd['config'],_0x1e33fd[_0x342a3e(0x17b)],_0x43b7f1)):_0x50ad23[_0x342a3e(0x179)](_0x3f4a1b[_0x342a3e(0x178)]);else{if(_0x1e33fd[_0x342a3e(0x16f)](_0x1e33fd[_0x342a3e(0x142)],_0x1e33fd[_0x342a3e(0x142)])){if(_0x30b724[_0x342a3e(0xe8)](_0x3df4be[_0x342a3e(0x146)](_0x13862b[_0x342a3e(0x126)](),_0x3f4a1b[_0x342a3e(0xf4)])))_0x481816=_0x92dc1a[_0x342a3e(0x146)](_0x2843c3[_0x342a3e(0x126)](),_0x3f4a1b[_0x342a3e(0xf4)]);else _0x5b9e5d['existsSync'](_0x35d74c[_0x342a3e(0x146)](_0xf386f4['cwd'](),_0x3f4a1b[_0x342a3e(0x131)]))&&(_0x14edc5=_0x434746[_0x342a3e(0x146)](_0x5751ac['cwd'](),_0x3f4a1b[_0x342a3e(0x131)]));}else _0x3a644a[_0x342a3e(0xeb)](helper[_0x342a3e(0x168)](_0x4fd5bd['config'],_0x1e33fd[_0x342a3e(0x17b)],_0x43b7f1));}}});const _0x13582a={},_0x17e7dd=[];_0x3a644a[_0x5930c7(0x136)](_0x513145=>{const _0x5d34ee=_0x5930c7;if(_0x1e33fd[_0x5d34ee(0xf5)](_0x1e33fd['MbpJJ'],_0x1e33fd['IqhDv'])){const _0x3a9042={..._0x62eda4[_0x2b8408]},_0x11651f={};_0x11651f['WebDriver']=_0x3a9042;const _0x58c1a2={};_0x58c1a2[_0x5d34ee(0xf6)]=_0x4f1d78,_0x58c1a2['enabled']=!![],_0x58c1a2[_0x5d34ee(0x159)]=_0x46baec[_0x5d34ee(0x14b)][_0x5d34ee(0x17c)][_0x5d34ee(0x159)];const _0x4cfa6c={};_0x4cfa6c[_0x5d34ee(0x13c)]=_0x58c1a2;const _0x2625d7={};return _0x2625d7['helpers']=_0x11651f,_0x2625d7[_0x5d34ee(0x17f)]=_0x4cfa6c,_0x2625d7;}else{const _0x2083d5=_0x1e33fd[_0x5d34ee(0x154)](helper[_0x5d34ee(0x170)](_0x513145,'_'),'_'+Date[_0x5d34ee(0x104)]()),_0x56bdb1={};_0x56bdb1[_0x5d34ee(0x101)]=_0x513145;const _0x331655=_0x56bdb1;_0x13582a[_0x2083d5]=_0xebbb54[_0x1e33fd[_0x5d34ee(0x176)]][_0x1e33fd['BwOtk']][_0x1e33fd[_0x5d34ee(0x10e)]]?helper[_0x5d34ee(0x17e)](_0x331655,_0xebbb54[_0x1e33fd[_0x5d34ee(0x176)]][_0x1e33fd[_0x5d34ee(0x107)]][_0x1e33fd['ysTpa']]):_0x331655,_0x17e7dd[_0x5d34ee(0xeb)](_0x2083d5);}});const _0x368376={};_0x368376['testConfig']=_0x315936;const _0x2159dd=_0x368376,_0x41b4f0=path[_0x5930c7(0x146)](__dirname,_0x1e33fd['QOIun']),_0x56bea0=process[_0x5930c7(0x126)]();process[_0x5930c7(0x11a)][_0x1e33fd[_0x5930c7(0x163)]]=_0x56bea0,process[_0x5930c7(0x155)](path[_0x5930c7(0x12e)](_0x315936));const _0x2331d5=new CodeceptJS['Workers'](null,_0x2159dd),_0x52e482=_0x2331d5[_0x5930c7(0x16a)](_0x1e33fd['zxnXV'](_0x4fd5bd[_0x5930c7(0x14b)][_0x5930c7(0x171)],_0x4fd5bd[_0x5930c7(0x14b)][_0x5930c7(0x13e)][_0x5930c7(0x15a)])),_0x3d9c8d=_0x17e7dd['map'](_0x2a8f5e=>{const _0x14b381=_0x5930c7,_0x48e547={};_0x48e547[_0x14b381(0xe6)]=_0x1e33fd['sPvdf'];const _0x32d0d4=_0x48e547;if(_0x1e33fd[_0x14b381(0xfe)](_0x1e33fd[_0x14b381(0x11f)],_0x1e33fd['vpJNx'])){const _0x2d40a3={..._0x13582a[_0x2a8f5e]},_0x55d831={};_0x55d831['WebDriver']=_0x2d40a3;const _0x1cf0fd={};_0x1cf0fd[_0x14b381(0xf6)]=_0x41b4f0,_0x1cf0fd[_0x14b381(0x161)]=!![],_0x1cf0fd[_0x14b381(0x159)]=_0x4fd5bd[_0x14b381(0x14b)]['testContextOptions']['skipSessionName'];const _0x369be8={};_0x369be8['BrowserStackPlugin']=_0x1cf0fd;const _0x139796={};return _0x139796[_0x14b381(0x137)]=_0x55d831,_0x139796[_0x14b381(0x17f)]=_0x369be8,_0x139796;}else _0x458e80?_0x11649b['push'](_0xdb5d3b[_0x14b381(0x11b)](_0x589983[_0x14b381(0x14b)],_0x32d0d4['xObur'],_0x1f9894)):_0x3f8634[_0x14b381(0xeb)](_0x292a67['modifyBrowserStackCaps'](_0x3ab79e[_0x14b381(0x14b)],_0x32d0d4['xObur'],_0x47d8ba));});for(const _0xe495e9 of _0x3d9c8d){if(_0x1e33fd[_0x5930c7(0xf5)](_0x1e33fd['AUINT'],_0x1e33fd[_0x5930c7(0x15f)]))for(const _0x582b4e of _0x52e482){if(_0x1e33fd['amxxu'](_0x1e33fd[_0x5930c7(0x15d)],_0x1e33fd[_0x5930c7(0x10f)]))_0x59ff86['log'](_0x1e33fd[_0x5930c7(0x112)],_0xb19e62[_0x5930c7(0x143)]);else{const _0x3a997e=_0x2331d5[_0x5930c7(0x144)]();_0x3a997e[_0x5930c7(0x15b)](_0x582b4e),_0x3a997e[_0x5930c7(0x177)](_0xe495e9);}}else _0x50efb8=_0x1433f5[_0x5930c7(0x146)](_0x2c32b3[_0x5930c7(0x126)](),_0x1e33fd[_0x5930c7(0x15e)]);}_0x2331d5['on'](CodeceptJS[_0x5930c7(0x173)]['test'][_0x5930c7(0x10b)],(_0x4df342,_0x5103b7)=>{const _0x40eac5=_0x5930c7;_0x1e33fd[_0x40eac5(0x16f)](_0x1e33fd[_0x40eac5(0x153)],_0x1e33fd[_0x40eac5(0x139)])?console[_0x40eac5(0x12a)](_0x1e33fd[_0x40eac5(0x125)],_0x4df342[_0x40eac5(0x143)]):(_0x4e39ed=_0x25eee1['join'](_0x1aadc2['cwd'](),_0x56d82d['c']),_0x37ba3d[_0x40eac5(0xf0)](_0x43600b,0x2));}),_0x2331d5['on'](CodeceptJS[_0x5930c7(0x173)][_0x5930c7(0x145)][_0x5930c7(0xef)],async _0x53ff9c=>{const _0xa412a0=_0x5930c7;if(_0x1e33fd[_0xa412a0(0xf5)](_0x1e33fd[_0xa412a0(0x158)],_0x1e33fd['lAOWd'])){const _0x51839e=_0x297303['spawn']();_0x51839e[_0xa412a0(0x15b)](_0x3e6a89),_0x51839e[_0xa412a0(0x177)](_0x10cf0e);}else console[_0xa412a0(0x12a)](_0x1e33fd['sCHuX'],_0x53ff9c[_0xa412a0(0x143)]);}),_0x2331d5['on'](CodeceptJS[_0x5930c7(0x173)][_0x5930c7(0x145)][_0x5930c7(0x13a)],async _0x4d75f7=>{const _0x38b067=_0x5930c7;if(_0x1e33fd['rQzSA'](_0x1e33fd[_0x38b067(0x123)],_0x1e33fd[_0x38b067(0x113)]))return;else console['log'](_0x1e33fd[_0x38b067(0x112)],_0x4d75f7['title']);}),_0x2331d5['on'](CodeceptJS[_0x5930c7(0x173)][_0x5930c7(0x174)][_0x5930c7(0x130)],async()=>{const _0x4e34be=_0x5930c7;_0x1e33fd[_0x4e34be(0x16f)](_0x1e33fd['gsKmG'],_0x1e33fd[_0x4e34be(0x132)])?_0x2331d5[_0x4e34be(0x17d)]():(_0x4135e7['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x42ff2e),_0xa6df3f=_0x1e33fd['tbXUl'](_0x44c6db,_0x77d281));});async function _0x4bc386(){const _0x4dc3ca=_0x5930c7;try{await _0x2331d5[_0x4dc3ca(0x13d)](),await _0x2331d5[_0x4dc3ca(0x108)]();}finally{process[_0x4dc3ca(0x155)](_0x56bea0),await _0x2331d5[_0x4dc3ca(0x106)]();}}_0x1e33fd[_0x5930c7(0x175)](_0x4bc386);}module['exports']=run;
2
+ 'use strict';const a1_0x23e1c6=a1_0x3eeb;function a1_0x48f5(){const _0x51404c=['child_process','lcwwE','plugins','qQjWJ','initialize','FPnhX','OjBwC','forEach','BrowserStackPlugin','../../helpers/helper','4LYsrns','push','PqPIC','702714jOhBlE','GfifA','browserStackCwd','handleApp','bXmFN','AiwjC','PqSQr','92741APqVyF','PiRWB','xHeOk','existsSync','getPlatformName','cwd','skipSessionName','BrowserStackPlugin.js','Started\x20:\x20','jqkUO','OLgEb','dviRZ','guNcs','knUec','passed','wGulX','6SKZrQB','YPNoY','modifyBrowserStackCaps','HAKys','addConfig','log','PWVme','cZQYP','DhToL','join','qIqYu','eRumB','teardownAll','XVwdh','wGgMl','nByXu','MujTV','jubVr','LQCuI','finalExecution','pVLcc','desiredCapabilities','now','2957316OAbbto','all','780eNTPAZ','JXjFN','dirname','failed','ujtJp','codeceptjs/lib/index.js','ygCQk','WebDriver','ZhTiG','BmKrx','hBWBx','rinfm','HNqoS','bootstrapAll','jPVFP','err','VMJMr','addTests','chdir','yOUPi','ZVXVl','enabled','dZKrY','HgYES','Failed\x20:\x20','qoQFz','aIgCm','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Ssfod','msUyo','mergeDeep','FGSdS','FHUoQ','hoziS','hvzPa','mfWYZ','map','printResults','errorMessage','run','isUndefined','HEobA','sDROj','codecept.json','FUbHm','iviqN','testConfig','test','OHENz','stack','../../helpers/logger','1764690vEYxxD','BoTuA','PNGiJ','Passed\x20:\x20','length','7rjJvaR','nKUhV','codecept.conf.js','8nZZRst','slice','jPnox','Gxlhy','title','iejAQ','jYpOC','ehGOP','KXtqE','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','modifyBrowserStackW3CCaps','testContextOptions','woPdV','rnpAr','RAWGP','spawn','helpers','2239389gAbdbP','platforms','JCsjx','538611Wtfuqt','config','--config','MpPKj','AydPY','HqBxa','process','ttFjT','MHicW','hjrnA','ocTle','info','result','before','uCZAb','parallelsPerPlatform','require','exports','aNsaD','yyjra','event','nElZb','eXPEw','lvDdP','949628GCheBC','winstonLogger','Workers','RzQPj'];a1_0x48f5=function(){return _0x51404c;};return a1_0x48f5();}function a1_0x3eeb(_0x42b75a,_0x55fca7){const _0x48f536=a1_0x48f5();return a1_0x3eeb=function(_0x3eeb56,_0x848e06){_0x3eeb56=_0x3eeb56-0x9b;let _0x2cd57f=_0x48f536[_0x3eeb56];return _0x2cd57f;},a1_0x3eeb(_0x42b75a,_0x55fca7);}(function(_0x36c762,_0x194824){const _0x2e934a=a1_0x3eeb,_0x15f9de=_0x36c762();while(!![]){try{const _0x3eb01b=parseInt(_0x2e934a(0xfc))/0x1+-parseInt(_0x2e934a(0x124))/0x2*(parseInt(_0x2e934a(0xe4))/0x3)+parseInt(_0x2e934a(0x10a))/0x4*(parseInt(_0x2e934a(0xc8))/0x5)+parseInt(_0x2e934a(0x10d))/0x6*(-parseInt(_0x2e934a(0xcd))/0x7)+-parseInt(_0x2e934a(0xd0))/0x8*(-parseInt(_0x2e934a(0xe1))/0x9)+parseInt(_0x2e934a(0x13d))/0xa*(-parseInt(_0x2e934a(0x114))/0xb)+parseInt(_0x2e934a(0x13b))/0xc;if(_0x3eb01b===_0x194824)break;else _0x15f9de['push'](_0x15f9de['shift']());}catch(_0x33be34){_0x15f9de['push'](_0x15f9de['shift']());}}}(a1_0x48f5,0x76482));const fs=require('fs'),path=require('path'),{spawn}=require(a1_0x23e1c6(0x100)),process=require(a1_0x23e1c6(0xea)),logger=require(a1_0x23e1c6(0xc7))[a1_0x23e1c6(0xfd)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a1_0x23e1c6(0x109)),{requireModule}=require('../../helpers/helper'),CodeceptJS=requireModule(a1_0x23e1c6(0x142)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x27707f,_0x438cfa)=>{const _0x3ecd8a=a1_0x23e1c6,_0x2a8843={};_0x2a8843[_0x3ecd8a(0xb1)]='codeceptjs',_0x2a8843['ufCpb']=_0x3ecd8a(0x11c),_0x2a8843[_0x3ecd8a(0x9b)]=function(_0x1bc03f,_0x46982d){return _0x1bc03f===_0x46982d;},_0x2a8843[_0x3ecd8a(0xa3)]=function(_0x5656e5,_0x10f83b){return _0x5656e5!==_0x10f83b;},_0x2a8843[_0x3ecd8a(0xb4)]=_0x3ecd8a(0xf6),_0x2a8843[_0x3ecd8a(0x115)]=_0x3ecd8a(0xb8),_0x2a8843[_0x3ecd8a(0x133)]=function(_0x10b89e,_0x46794d){return _0x10b89e!==_0x46794d;},_0x2a8843[_0x3ecd8a(0x12f)]=_0x3ecd8a(0x131),_0x2a8843['xHeOk']=_0x3ecd8a(0x10e),_0x2a8843[_0x3ecd8a(0xd8)]=_0x3ecd8a(0xb7),_0x2a8843['nHTEd']=function(_0x211375,_0x1876c8){return _0x211375===_0x1876c8;},_0x2a8843['qoQFz']=_0x3ecd8a(0x13e),_0x2a8843[_0x3ecd8a(0xfb)]=_0x3ecd8a(0xcf),_0x2a8843['LQCuI']=function(_0x1894eb,_0x4226aa){return _0x1894eb!==_0x4226aa;},_0x2a8843[_0x3ecd8a(0x135)]=_0x3ecd8a(0x105),_0x2a8843[_0x3ecd8a(0xa9)]=_0x3ecd8a(0x101),_0x2a8843['iejAQ']=_0x3ecd8a(0xc0),_0x2a8843[_0x3ecd8a(0x12b)]=function(_0x1d15b7,_0x5cc92c){return _0x1d15b7===_0x5cc92c;},_0x2a8843[_0x3ecd8a(0xf7)]=_0x3ecd8a(0xb2),_0x2a8843[_0x3ecd8a(0xed)]=_0x3ecd8a(0xe8);const _0x1f5846=_0x2a8843;let _0x56ec0c=null;const _0x16ff8a={};let _0x50e4b3=_0x438cfa['findIndex'](_0x6b9029=>_0x6b9029===_0x3ecd8a(0xe6));_0x1f5846[_0x3ecd8a(0x9b)](_0x50e4b3,-0x1)&&(_0x1f5846[_0x3ecd8a(0xa3)](_0x1f5846[_0x3ecd8a(0xb4)],_0x1f5846[_0x3ecd8a(0x115)])?_0x50e4b3=_0x438cfa['findIndex'](_0x412b1a=>_0x412b1a==='-c'):_0x5c1eb4=_0x2a32b7['findIndex'](_0x108b5c=>_0x108b5c==='-c'));if(!helper[_0x3ecd8a(0xbd)](_0x27707f[_0x3ecd8a(0xe5)])&&fs[_0x3ecd8a(0x117)](path[_0x3ecd8a(0x12d)](process[_0x3ecd8a(0x119)](),_0x27707f[_0x3ecd8a(0xe5)]))){if(_0x1f5846[_0x3ecd8a(0x133)](_0x1f5846['eRumB'],_0x1f5846[_0x3ecd8a(0x116)]))_0x56ec0c=path[_0x3ecd8a(0x12d)](process[_0x3ecd8a(0x119)](),_0x27707f[_0x3ecd8a(0xe5)]),_0x438cfa[_0x3ecd8a(0xd1)](_0x50e4b3,0x2);else for(const _0x3a0be1 of _0x45514a){const _0x36c9b5=_0x587fc0[_0x3ecd8a(0xdf)]();_0x36c9b5[_0x3ecd8a(0xa6)](_0x3a0be1),_0x36c9b5[_0x3ecd8a(0x128)](_0x34d002);}}else{if(!helper[_0x3ecd8a(0xbd)](_0x27707f['c'])&&fs[_0x3ecd8a(0x117)](path[_0x3ecd8a(0x12d)](process[_0x3ecd8a(0x119)](),_0x27707f['c'])))_0x1f5846[_0x3ecd8a(0x9b)](_0x1f5846[_0x3ecd8a(0xd8)],_0x1f5846[_0x3ecd8a(0xd8)])?(_0x56ec0c=path['join'](process[_0x3ecd8a(0x119)](),_0x27707f['c']),_0x438cfa['slice'](_0x50e4b3,0x2)):(_0x43ccc3=_0x2b1869[_0x3ecd8a(0x12d)](_0xb5f816['cwd'](),_0x36f395['c']),_0x37ad97['slice'](_0x296abb,0x2));else{if(_0x1f5846['nHTEd'](_0x1f5846['qoQFz'],_0x1f5846[_0x3ecd8a(0xae)])){if(fs[_0x3ecd8a(0x117)](path[_0x3ecd8a(0x12d)](process[_0x3ecd8a(0x119)](),_0x1f5846[_0x3ecd8a(0xfb)])))_0x1f5846[_0x3ecd8a(0x136)](_0x1f5846[_0x3ecd8a(0x135)],_0x1f5846[_0x3ecd8a(0xa9)])?_0x56ec0c=path[_0x3ecd8a(0x12d)](process['cwd'](),_0x1f5846[_0x3ecd8a(0xfb)]):_0x76de1b[_0x3ecd8a(0x10b)](_0x3fa06f[_0x3ecd8a(0x126)](_0x12bbc[_0x3ecd8a(0xe5)],_0x1f5846[_0x3ecd8a(0xb1)],_0x568756));else{if(fs[_0x3ecd8a(0x117)](path['join'](process[_0x3ecd8a(0x119)](),_0x1f5846[_0x3ecd8a(0xd5)]))){if(_0x1f5846[_0x3ecd8a(0x12b)](_0x1f5846['yyjra'],_0x1f5846[_0x3ecd8a(0xed)]))return;else _0x56ec0c=path[_0x3ecd8a(0x12d)](process[_0x3ecd8a(0x119)](),_0x1f5846['iejAQ']);}}}else _0x554fdb[_0x3ecd8a(0x129)](_0x1f5846['ufCpb'],_0x213087[_0x3ecd8a(0xd4)]);}}return _0x56ec0c;};async function run(_0x66bf19,_0x8889ed){const _0x41dd76=a1_0x23e1c6,_0x4c92f6={'guNcs':_0x41dd76(0xb0),'ZhTiG':function(_0x35936e,_0x1ae8af){return _0x35936e+_0x1ae8af;},'HAKys':'config','woPdV':_0x41dd76(0xe0),'nElZb':_0x41dd76(0x9c),'jPnox':_0x41dd76(0xcf),'dviRZ':function(_0xb9ae1d,_0xfacc4f){return _0xb9ae1d===_0xfacc4f;},'dZKrY':_0x41dd76(0xce),'pVLcc':_0x41dd76(0xe9),'wnxkg':_0x41dd76(0xa8),'FUbHm':_0x41dd76(0x12e),'PqSQr':'codeceptjs','hoziS':function(_0x47b584,_0x2cc209){return _0x47b584!==_0x2cc209;},'jYpOC':_0x41dd76(0xe3),'ujtJp':_0x41dd76(0x9f),'eXPEw':_0x41dd76(0xee),'OjBwC':_0x41dd76(0xcb),'Gxlhy':_0x41dd76(0x132),'MtPyA':_0x41dd76(0xad),'PWVme':_0x41dd76(0xc0),'BmKrx':function(_0x3cc092,_0x1eef88){return _0x3cc092!==_0x1eef88;},'GtcpJ':_0x41dd76(0xff),'RAWGP':_0x41dd76(0xbe),'bXmFN':'jsDws','AiwjC':function(_0x1318b5,_0x43ca27){return _0x1318b5(_0x43ca27);},'aIgCm':_0x41dd76(0x103),'ttFjT':_0x41dd76(0x11c),'PqPIC':function(_0x46cd5e,_0x3c66f5){return _0x46cd5e!==_0x3c66f5;},'sDROj':_0x41dd76(0xa1),'OHENz':_0x41dd76(0xf2),'MHicW':_0x41dd76(0x12c),'rinfm':function(_0x2e5e1d,_0x1dbac4,_0x2a803a){return _0x2e5e1d(_0x1dbac4,_0x2a803a);},'ZccqH':_0x41dd76(0x134),'YPNoY':_0x41dd76(0x121),'iviqN':function(_0x5bfd30,_0x150446){return _0x5bfd30(_0x150446);},'BoTuA':'ikpUP','FHUoQ':_0x41dd76(0x11b),'zvmIp':_0x41dd76(0x10f),'HgYES':function(_0x7236a1,_0x4b050f){return _0x7236a1*_0x4b050f;},'PNGiJ':_0x41dd76(0xa5),'ehGOP':function(_0x4cc429,_0x24525e){return _0x4cc429===_0x24525e;},'jqkUO':_0x41dd76(0x11e),'MpPKj':function(_0x5c4928){return _0x5c4928();}},_0x54fecd=new BrowserStackSetup(_0x66bf19,_0x4c92f6[_0x41dd76(0x113)]);await _0x54fecd[_0x41dd76(0x104)](),await helper[_0x41dd76(0x110)](_0x54fecd[_0x41dd76(0xe5)]);if(!_0x54fecd[_0x41dd76(0xe5)]){if(_0x4c92f6[_0x41dd76(0x11f)](_0x4c92f6[_0x41dd76(0xec)],_0x4c92f6[_0x41dd76(0xec)]))return;else{const _0x5c5e6d={..._0x1d1377[_0x345218]},_0x8f876={};_0x8f876[_0x41dd76(0x9c)]=_0x5c5e6d;const _0x1adb49={};_0x1adb49[_0x41dd76(0xf4)]=_0x46d6fa,_0x1adb49['enabled']=!![],_0x1adb49[_0x41dd76(0x11a)]=_0x38767d[_0x41dd76(0xe5)][_0x41dd76(0xdb)]['skipSessionName'];const _0x2caaec={};_0x2caaec[_0x41dd76(0x108)]=_0x1adb49;const _0x5d30a1={};return _0x5d30a1[_0x41dd76(0xe0)]=_0x8f876,_0x5d30a1[_0x41dd76(0x102)]=_0x2caaec,_0x5d30a1;}}const _0x462b1=_0x4c92f6[_0x41dd76(0xa0)](getUserCodeceptJSConfigs,_0x66bf19,_0x8889ed);let _0x61ba54={};if(_0x462b1)_0x4c92f6[_0x41dd76(0xb6)](_0x4c92f6['ZccqH'],_0x4c92f6[_0x41dd76(0x125)])?(logger['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x462b1),_0x61ba54=_0x4c92f6[_0x41dd76(0xc2)](require,_0x462b1)):_0x4d3e5e[_0x41dd76(0xef)](_0x4c92f6[_0x41dd76(0x120)]);else{if(_0x4c92f6['hoziS'](_0x4c92f6['BoTuA'],_0x4c92f6[_0x41dd76(0xc9)])){const _0x1ef3a4=_0x4c92f6[_0x41dd76(0x9d)](_0x5d7ef6[_0x41dd76(0x118)](_0x2a496c,'_'),'_'+_0x1bf1a9['now']()),_0x408fdb={};_0x408fdb[_0x41dd76(0x139)]=_0x25a27c;const _0x8fd73e=_0x408fdb;_0x276b08[_0x1ef3a4]=_0x520745[_0x4c92f6[_0x41dd76(0x127)]][_0x4c92f6[_0x41dd76(0xdc)]][_0x4c92f6[_0x41dd76(0xf9)]]?_0x528e62['mergeDeep'](_0x8fd73e,_0x312a3a[_0x4c92f6[_0x41dd76(0x127)]][_0x4c92f6[_0x41dd76(0xdc)]][_0x4c92f6[_0x41dd76(0xf9)]]):_0x8fd73e,_0x36a8ca[_0x41dd76(0x10b)](_0x1ef3a4);}else logger[_0x41dd76(0xef)](_0x4c92f6[_0x41dd76(0x120)]);}const _0x1bf30a=helper['useW3C'](_0x54fecd['config']),_0x337c23=[];_0x54fecd[_0x41dd76(0xe5)][_0x41dd76(0xe2)][_0x41dd76(0x107)]((_0x37d08c,_0x76082e)=>{const _0x567a17=_0x41dd76;if(_0x4c92f6[_0x567a17(0x11f)](_0x4c92f6[_0x567a17(0xab)],_0x4c92f6[_0x567a17(0x138)]))_0x1c7f57=_0x4fd4d0[_0x567a17(0x12d)](_0x49cfa3['cwd'](),_0x4c92f6[_0x567a17(0xd2)]);else{if(_0x1bf30a){if(_0x4c92f6['dviRZ'](_0x4c92f6['wnxkg'],_0x4c92f6[_0x567a17(0xc1)])){const _0x46b407=_0x278724[_0x567a17(0xdf)]();_0x46b407[_0x567a17(0xa6)](_0x6f9157),_0x46b407[_0x567a17(0x128)](_0x4e225f);}else _0x337c23['push'](helper['modifyBrowserStackW3CCaps'](_0x54fecd[_0x567a17(0xe5)],_0x4c92f6[_0x567a17(0x113)],_0x76082e));}else _0x4c92f6['hoziS'](_0x4c92f6[_0x567a17(0xd6)],_0x4c92f6[_0x567a17(0x141)])?_0x337c23['push'](helper['modifyBrowserStackCaps'](_0x54fecd[_0x567a17(0xe5)],_0x4c92f6[_0x567a17(0x113)],_0x76082e)):(_0x5c91a4=_0x5aebed['join'](_0x4c69ac[_0x567a17(0x119)](),_0x290f52[_0x567a17(0xe5)]),_0x40b01c['slice'](_0x59b0f0,0x2));}});const _0x894d19={},_0x6d99b5=[];_0x337c23['forEach'](_0x3c96fa=>{const _0x31f1ce=_0x41dd76;if(_0x4c92f6[_0x31f1ce(0x11f)](_0x4c92f6[_0x31f1ce(0xfa)],_0x4c92f6[_0x31f1ce(0xfa)])){const _0x3a44c5=_0x4c92f6[_0x31f1ce(0x9d)](helper[_0x31f1ce(0x118)](_0x3c96fa,'_'),'_'+Date[_0x31f1ce(0x13a)]()),_0x4d72b4={};_0x4d72b4[_0x31f1ce(0x139)]=_0x3c96fa;const _0x371e47=_0x4d72b4;_0x894d19[_0x3a44c5]=_0x61ba54[_0x4c92f6[_0x31f1ce(0x127)]][_0x4c92f6['woPdV']][_0x4c92f6[_0x31f1ce(0xf9)]]?helper[_0x31f1ce(0xb3)](_0x371e47,_0x61ba54[_0x4c92f6[_0x31f1ce(0x127)]][_0x4c92f6[_0x31f1ce(0xdc)]][_0x4c92f6[_0x31f1ce(0xf9)]]):_0x371e47,_0x6d99b5[_0x31f1ce(0x10b)](_0x3a44c5);}else _0x1c0e0c[_0x31f1ce(0xbb)]=_0x159530,_0x2e055b[_0x31f1ce(0x137)](_0x3e235c),_0x2a8d6f[_0x31f1ce(0xba)]();});const _0x38f31c={};_0x38f31c[_0x41dd76(0xc3)]=_0x462b1;const _0x47f9ee=_0x38f31c,_0x51a431=path[_0x41dd76(0x12d)](__dirname,_0x4c92f6[_0x41dd76(0xb5)]),_0x40ae03=process[_0x41dd76(0x119)]();process['env'][_0x4c92f6['zvmIp']]=_0x40ae03,process[_0x41dd76(0xa7)](path[_0x41dd76(0x13f)](_0x462b1));const _0x2f4473=new CodeceptJS[(_0x41dd76(0xfe))](null,_0x47f9ee),_0x172bed=_0x2f4473['createGroupsOfSuites'](_0x4c92f6[_0x41dd76(0xac)](_0x54fecd['config'][_0x41dd76(0xf3)],_0x54fecd[_0x41dd76(0xe5)][_0x41dd76(0xe2)][_0x41dd76(0xcc)])),_0x4993c2=_0x6d99b5[_0x41dd76(0xb9)](_0x55b4c6=>{const _0xa9e558=_0x41dd76,_0x56481a={};_0x56481a[_0xa9e558(0xdd)]=_0x4c92f6[_0xa9e558(0x106)];const _0x4ad02d=_0x56481a;if(_0x4c92f6[_0xa9e558(0x11f)](_0x4c92f6[_0xa9e558(0xd3)],_0x4c92f6[_0xa9e558(0xd3)])){const _0x22a467={..._0x894d19[_0x55b4c6]},_0x3cfdfa={};_0x3cfdfa[_0xa9e558(0x9c)]=_0x22a467;const _0xcf9a6c={};_0xcf9a6c[_0xa9e558(0xf4)]=_0x51a431,_0xcf9a6c[_0xa9e558(0xaa)]=!![],_0xcf9a6c['skipSessionName']=_0x54fecd['config'][_0xa9e558(0xdb)][_0xa9e558(0x11a)];const _0x5a9ea3={};_0x5a9ea3[_0xa9e558(0x108)]=_0xcf9a6c;const _0x14d7fa={};return _0x14d7fa[_0xa9e558(0xe0)]=_0x3cfdfa,_0x14d7fa[_0xa9e558(0x102)]=_0x5a9ea3,_0x14d7fa;}else _0x185c46[_0xa9e558(0x129)](_0x4ad02d[_0xa9e558(0xdd)],_0x2062ec[_0xa9e558(0xd4)]);});for(const _0x178c10 of _0x4993c2){if(_0x4c92f6[_0x41dd76(0x10c)](_0x4c92f6[_0x41dd76(0xca)],_0x4c92f6[_0x41dd76(0xca)]))_0xb3296b[_0x41dd76(0x10b)](_0x1a62c5[_0x41dd76(0xda)](_0x16ede4[_0x41dd76(0xe5)],_0x4c92f6[_0x41dd76(0x113)],_0x42a0d2));else for(const _0x3f9b35 of _0x172bed){if(_0x4c92f6[_0x41dd76(0xd7)](_0x4c92f6[_0x41dd76(0x11d)],_0x4c92f6[_0x41dd76(0x11d)])){const _0x314ae7=_0x2f4473[_0x41dd76(0xdf)]();_0x314ae7['addTests'](_0x3f9b35),_0x314ae7['addConfig'](_0x178c10);}else{_0x312fcb[_0x41dd76(0x129)](_0x4c92f6['MtPyA'],_0x178d7e[_0x41dd76(0xd4)]);const _0x499c25={[_0x5d0c03[_0x41dd76(0xd4)]]:_0x212026[_0x41dd76(0xa4)]['stack']};_0x292e7f[_0x41dd76(0x10b)](_0x499c25);}}}_0x2f4473['on'](CodeceptJS[_0x41dd76(0xf8)]['test'][_0x41dd76(0x140)],(_0x44ff90,_0x186ea1)=>{const _0x17ecec=_0x41dd76;if(_0x4c92f6[_0x17ecec(0x9e)](_0x4c92f6['GtcpJ'],_0x4c92f6[_0x17ecec(0xde)])){console[_0x17ecec(0x129)](_0x4c92f6['MtPyA'],_0x44ff90[_0x17ecec(0xd4)]);const _0x279bd9={[_0x44ff90['title']]:_0x44ff90['err'][_0x17ecec(0xc6)]};_testErrorData[_0x17ecec(0x10b)](_0x279bd9);}else _0x215c70=_0x4ad7ee[_0x17ecec(0x12d)](_0x25fbb3[_0x17ecec(0x119)](),_0x4c92f6[_0x17ecec(0x12a)]);}),_0x2f4473['on'](CodeceptJS['event'][_0x41dd76(0xc4)][_0x41dd76(0x122)],async _0x4b82df=>{const _0x52eaab=_0x41dd76;if(_0x4c92f6['dviRZ'](_0x4c92f6[_0x52eaab(0x111)],_0x4c92f6[_0x52eaab(0x111)]))console[_0x52eaab(0x129)](_0x4c92f6['OjBwC'],_0x4b82df['title']);else{if(_0x12da67['existsSync'](_0x516f74[_0x52eaab(0x12d)](_0x26b543['cwd'](),_0x4c92f6[_0x52eaab(0xd2)])))_0x4524c7=_0x15047c[_0x52eaab(0x12d)](_0x4d76c2[_0x52eaab(0x119)](),_0x4c92f6[_0x52eaab(0xd2)]);else _0x1f81a5[_0x52eaab(0x117)](_0x2a9514['join'](_0x7498ad[_0x52eaab(0x119)](),_0x4c92f6[_0x52eaab(0x12a)]))&&(_0x3e16ca=_0x122d83[_0x52eaab(0x12d)](_0x2b59c2[_0x52eaab(0x119)](),_0x4c92f6[_0x52eaab(0x12a)]));}}),_0x2f4473['on'](CodeceptJS[_0x41dd76(0xf8)][_0x41dd76(0xc4)][_0x41dd76(0xf1)],async _0x35bed2=>{const _0x3ea842=_0x41dd76;_0x4c92f6['dviRZ'](_0x4c92f6[_0x3ea842(0xaf)],_0x4c92f6[_0x3ea842(0xaf)])?console[_0x3ea842(0x129)](_0x4c92f6[_0x3ea842(0xeb)],_0x35bed2[_0x3ea842(0xd4)]):(_0x50155e['info'](_0x3ea842(0xd9)+_0x3dc898),_0xfd971d=_0x4c92f6[_0x3ea842(0x112)](_0xe58fbb,_0x5c344e));}),_0x2f4473['on'](CodeceptJS['event'][_0x41dd76(0x13c)][_0x41dd76(0xf0)],async()=>{const _0x2c1997=_0x41dd76,_0x53c4a4={};_0x53c4a4[_0x2c1997(0x123)]=_0x4c92f6[_0x2c1997(0x113)];const _0x5229e6=_0x53c4a4;_0x4c92f6['PqPIC'](_0x4c92f6[_0x2c1997(0xbf)],_0x4c92f6[_0x2c1997(0xc5)])?(_0x54fecd[_0x2c1997(0xbb)]=_testErrorData,helper['finalExecution'](_0x54fecd),_0x2f4473['printResults']()):_0x2574ee?_0x4566af[_0x2c1997(0x10b)](_0xf723ea[_0x2c1997(0xda)](_0x54dc7c[_0x2c1997(0xe5)],_0x5229e6[_0x2c1997(0x123)],_0x535962)):_0x292301[_0x2c1997(0x10b)](_0x1ad5e0['modifyBrowserStackCaps'](_0x2035c0[_0x2c1997(0xe5)],_0x5229e6[_0x2c1997(0x123)],_0x3d2721));});async function _0x1d0ed6(){const _0x335993=_0x41dd76;try{await _0x2f4473[_0x335993(0xa2)](),await _0x2f4473[_0x335993(0xbc)]();}finally{process['chdir'](_0x40ae03),await _0x2f4473[_0x335993(0x130)]();}}_0x4c92f6[_0x41dd76(0xe7)](_0x1d0ed6);}module[a1_0x23e1c6(0xf5)]=run;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x4e1905=a2_0x5a82;function a2_0x21c0(){const _0x485677=['modifyBrowserStackW3CCaps','353328MLdiig','mergeOutputFiles','Removing\x20tmp\x20directory\x20created\x20for\x20reports','RHptJ','\x20failed','handleApp','mczKe','stepsUnknown','VrfCx','mFfYv','PsyPp','DhuhI','getErrorMessageFromResults','jzCmI','PchTE','seUQh','hAvbS','platforms','SejCl','1757944nPkfbv','LqEOv','\x20ambiguous','uhPCe','../test-runner','TFlus','JOjrR','fDPai','testContextOptions','BQdrv','processSuccess','QrGnY','turboScaleUrl','then','SKfFq','wYqIr','dsahV','jDdNT','uvIfL','Generating\x20consolidated\x20report...','path','1360841RVEWGS','XbpSO','RiiWQ','rPOhh','gPJaL','exports','THWiY','USxhW','BpgGf','ZXTkx','stepsPassed','VFUDg','lghHx','12335183XdJXuf','push','\x20pending','stepsUndefined','modifyBrowserStackCaps','finally','1034136OdSwFK','stepsPending','debug','35BVKIjo','256836eumUho','\x20skipped','getPlatformName','logLevel','KfZLf','XFGEY','PnVgP','xneZa','pFzHg','stepsSkipped','iNHAI','parseFormatters','HmtnP','etpMT','createDir','vURjk','errorMessage','yellow','steps','nvFpT','wIqtD','amEYB','mJTJs','../../helpers/helper','proxySettings','MKXuD','FGBXF','SrEms','config','ihsxK','oovAd','2572192yOEyHX','NXsqn','splice','iyJvY','scenariosFailed','XkeVg','RsUfZ','OwCpw','ajcfA','aUhEN','yoDuz','\x20undefined','join','length','zGwFc','../utils/constants','\x20passed','red','finalExecution','cyan','removeDir','NSaxO','\x20scenarios','lwLaR','YqsEF','RyhUJ','AaZEQ','scenarios','lsght','ZECOq','RfEaY','PSoLF','exitCode','JmqdN','EBCOo','EmAhY','mfyma','OxGOg','VDUlQ','****\x20RESULTS\x20****','WjHUY','WRpfc','JNqVJ','ksxIK','\x20steps','argv','cucumber-js','oFHgf','SoSgc','kgCeI','log','YtBSt','BlBsQ','VtjdG','egiOq','ryLaS','forEach','chalk','FZRQd','fcROr','KBAhi','bold','kygnn','green','parallelsPerPlatform'];a2_0x21c0=function(){return _0x485677;};return a2_0x21c0();}(function(_0x471a4c,_0x5b0ec2){const _0x4a55b2=a2_0x5a82,_0x8f5b86=_0x471a4c();while(!![]){try{const _0x3f1d5d=-parseInt(_0x4a55b2(0xb5))/0x1+-parseInt(_0x4a55b2(0x8d))/0x2+-parseInt(_0x4a55b2(0xc8))/0x3+parseInt(_0x4a55b2(0xa0))/0x4+parseInt(_0x4a55b2(0xcb))/0x5*(parseInt(_0x4a55b2(0xcc))/0x6)+parseInt(_0x4a55b2(0xc2))/0x7+parseInt(_0x4a55b2(0xeb))/0x8;if(_0x3f1d5d===_0x5b0ec2)break;else _0x8f5b86['push'](_0x8f5b86['shift']());}catch(_0x264baa){_0x8f5b86['push'](_0x8f5b86['shift']());}}}(a2_0x21c0,0xe5a3c));function a2_0x5a82(_0x19eda9,_0x4f56ce){const _0x21c003=a2_0x21c0();return a2_0x5a82=function(_0x5a82bc,_0x4ace59){_0x5a82bc=_0x5a82bc-0x88;let _0x350fe3=_0x21c003[_0x5a82bc];return _0x350fe3;},a2_0x5a82(_0x19eda9,_0x4f56ce);}const fs=require('fs'),path=require(a2_0x4e1905(0xb4)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x4e1905(0xe3)),constants=require(a2_0x4e1905(0xfa)),{parallelCucumberRun}=require(a2_0x4e1905(0xa4)),chalk=require(a2_0x4e1905(0x124));function printCucumberStats(_0x67956e){const _0x9cbe70=a2_0x4e1905,_0x2ba26e={};_0x2ba26e[_0x9cbe70(0xb1)]=function(_0x4c21e7,_0x580c7e){return _0x4c21e7>_0x580c7e;},_0x2ba26e[_0x9cbe70(0xa6)]='cucumber',_0x2ba26e[_0x9cbe70(0xf4)]=function(_0x5cf32b,_0x3fe620){return _0x5cf32b-_0x3fe620;},_0x2ba26e[_0x9cbe70(0xd3)]=function(_0x37f4dc,_0x46e8b3){return _0x37f4dc>=_0x46e8b3;},_0x2ba26e[_0x9cbe70(0xbb)]=function(_0x367fba,_0x1d1512){return _0x367fba!==_0x1d1512;},_0x2ba26e['kygnn']='vXQTk',_0x2ba26e[_0x9cbe70(0x96)]=_0x9cbe70(0x95),_0x2ba26e['fhQNz']=function(_0xdd7426,_0x25cc5b){return _0xdd7426-_0x25cc5b;},_0x2ba26e[_0x9cbe70(0xa3)]=function(_0x1e2761,_0x2916b2){return _0x1e2761===_0x2916b2;},_0x2ba26e['HmtnP']=_0x9cbe70(0xa7),_0x2ba26e['EmAhY']=_0x9cbe70(0xd4),_0x2ba26e[_0x9cbe70(0xe7)]=function(_0x9f6c64,_0x637651){return _0x9f6c64>_0x637651;},_0x2ba26e[_0x9cbe70(0x109)]=_0x9cbe70(0xf3),_0x2ba26e[_0x9cbe70(0x11e)]=_0x9cbe70(0xb7),_0x2ba26e[_0x9cbe70(0x9c)]=function(_0x11bf2b,_0x22fc3a){return _0x11bf2b>_0x22fc3a;},_0x2ba26e['eJwfD']=function(_0x1b85c0,_0x485b32){return _0x1b85c0>_0x485b32;},_0x2ba26e['rdAaw']='QAxgO',_0x2ba26e['oovAd']=_0x9cbe70(0xe1),_0x2ba26e['PsyPp']=function(_0x55d6ef,_0x1e7648){return _0x55d6ef>_0x1e7648;},_0x2ba26e[_0x9cbe70(0x108)]=_0x9cbe70(0x110),_0x2ba26e[_0x9cbe70(0xab)]='nRmne',_0x2ba26e[_0x9cbe70(0xaf)]=function(_0x4da106,_0x5b805d){return _0x4da106===_0x5b805d;},_0x2ba26e[_0x9cbe70(0xd0)]=_0x9cbe70(0x10f),_0x2ba26e[_0x9cbe70(0x90)]=_0x9cbe70(0x9a),_0x2ba26e[_0x9cbe70(0x10d)]=function(_0x1b08d5,_0x377c16){return _0x1b08d5>_0x377c16;},_0x2ba26e[_0x9cbe70(0xd9)]=_0x9cbe70(0x114),_0x2ba26e['XzueH']=_0x9cbe70(0xdf),_0x2ba26e[_0x9cbe70(0xb8)]=function(_0x57ec49,_0x3ecb34){return _0x57ec49>_0x3ecb34;},_0x2ba26e[_0x9cbe70(0xf2)]='bjmGj',_0x2ba26e[_0x9cbe70(0xd6)]=function(_0x157126,_0x48e4bd){return _0x157126!==_0x48e4bd;},_0x2ba26e['lwLaR']=_0x9cbe70(0x121),_0x2ba26e[_0x9cbe70(0x9f)]=_0x9cbe70(0xf9),_0x2ba26e[_0x9cbe70(0xee)]=function(_0x379297,_0x166023){return _0x379297+_0x166023;},_0x2ba26e[_0x9cbe70(0x125)]=function(_0x59a3d3,_0xb85b3f){return _0x59a3d3+_0xb85b3f;},_0x2ba26e[_0x9cbe70(0x104)]=function(_0x50f751,_0x4344fb){return _0x50f751+_0x4344fb;},_0x2ba26e[_0x9cbe70(0xd2)]=function(_0x4f779c,_0x3289a7){return _0x4f779c===_0x3289a7;},_0x2ba26e[_0x9cbe70(0x103)]=function(_0x1193ca,_0x1e1e64){return _0x1193ca!==_0x1e1e64;},_0x2ba26e[_0x9cbe70(0xe0)]=_0x9cbe70(0x126),_0x2ba26e[_0x9cbe70(0xa5)]=function(_0x4d6cdb,_0x44949a){return _0x4d6cdb===_0x44949a;},_0x2ba26e[_0x9cbe70(0x100)]=_0x9cbe70(0x98),_0x2ba26e[_0x9cbe70(0x115)]=_0x9cbe70(0x112);const _0x12903e=_0x2ba26e;let _0x408fc7=0x0;if(_0x12903e['TFlus'](_0x67956e['length'],0x0)){if(_0x12903e['PnVgP'](_0x12903e[_0x9cbe70(0x100)],_0x12903e[_0x9cbe70(0x100)]))return _0x408fc7;else _0xb05099[_0x9cbe70(0xc3)](''+_0x1818e7['bold']['red'](_0x47dede+_0x9cbe70(0x91)));}return console[_0x9cbe70(0x11d)](chalk['bold']['bgWhite'](_0x12903e['JNqVJ'])),_0x67956e[_0x9cbe70(0x123)](_0x1b9117=>{const _0x414afb=_0x9cbe70,_0x4d909d={'vURjk':function(_0x3873c8,_0x1bcc26){const _0x96d935=a2_0x5a82;return _0x12903e[_0x96d935(0xb1)](_0x3873c8,_0x1bcc26);},'VDUlQ':_0x12903e['JOjrR'],'ZXTkx':function(_0x293694,_0x38fb38){const _0x644f4f=a2_0x5a82;return _0x12903e[_0x644f4f(0xf4)](_0x293694,_0x38fb38);},'lsght':function(_0x73b5e3,_0x5f1b86){const _0x2c484d=a2_0x5a82;return _0x12903e[_0x2c484d(0xd3)](_0x73b5e3,_0x5f1b86);}};if(_0x12903e[_0x414afb(0xbb)](_0x12903e[_0x414afb(0x89)],_0x12903e[_0x414afb(0x96)])){const _0x4f39a0=_0x1b9117[0x0],_0x158796=_0x1b9117[0x1];console['log']('\x0a'+chalk[_0x414afb(0x88)][_0x414afb(0xdd)](''+helper[_0x414afb(0xce)](_0x4f39a0)));const _0x318625=_0x158796[_0x414afb(0x106)],_0x129c6a=_0x158796[_0x414afb(0xde)],_0x44a104=_0x158796[_0x414afb(0xef)],_0x137c47=_0x158796['stepsFailed'],_0x33db6a=_0x158796[_0x414afb(0xbf)],_0x58cb3d=_0x158796[_0x414afb(0xd5)],_0x352621=_0x158796[_0x414afb(0xc9)],_0x3f9c9d=_0x158796[_0x414afb(0xc5)],_0x19db08=_0x158796[_0x414afb(0x94)],_0x8f6bab=_0x158796['stepsAmbiguous'],_0xfce6e8=_0x158796[_0x414afb(0xaa)];let _0x341689=_0x318625+_0x414afb(0x101);const _0x273dc8=_0x12903e[_0x414afb(0xb1)](_0x12903e['fhQNz'](_0x318625,_0x44a104),0x0)?_0x12903e[_0x414afb(0xf4)](_0x318625,_0x44a104):0x0;if(_0x12903e[_0x414afb(0xb1)](_0x44a104,0x0)&&_0x12903e[_0x414afb(0xb1)](_0x273dc8,0x0))_0x12903e[_0x414afb(0xa3)](_0x12903e[_0x414afb(0xd8)],_0x12903e[_0x414afb(0x10e)])?_0x31da4d['push'](''+_0x1f6b66[_0x414afb(0x88)][_0x414afb(0xfe)](_0xb72b58+'\x20skipped')):_0x341689+='\x20('+chalk[_0x414afb(0x88)][_0x414afb(0xfc)](_0x44a104+_0x414afb(0x91))+',\x20'+chalk[_0x414afb(0x88)]['green'](_0x273dc8+_0x414afb(0xfb))+')';else(_0x12903e[_0x414afb(0xb1)](_0x44a104,0x0)||_0x12903e[_0x414afb(0xe7)](_0x273dc8,0x0))&&(_0x12903e[_0x414afb(0xbb)](_0x12903e['RfEaY'],_0x12903e['YtBSt'])?_0x341689+=_0x12903e[_0x414afb(0x9c)](_0x44a104,0x0)?'\x20('+chalk[_0x414afb(0x88)]['red'](_0x44a104+_0x414afb(0x91))+')':'\x20('+chalk['bold'][_0x414afb(0x8a)](_0x273dc8+_0x414afb(0xfb))+')':_0x5a67e6[_0x414afb(0xc3)](''+_0x53ae5f['bold'][_0x414afb(0x8a)](_0x553930+_0x414afb(0xfb))));const _0x481c75=_0x129c6a+_0x414afb(0x117),_0x1fc565=[];_0x12903e['eJwfD'](_0x8f6bab,0x0)&&(_0x12903e[_0x414afb(0xa3)](_0x12903e['rdAaw'],_0x12903e[_0x414afb(0xea)])?_0x209436[_0x414afb(0xc3)](''+_0x387b0c['bold']['yellow'](_0xebb1d4+'\x20pending')):_0x1fc565[_0x414afb(0xc3)](''+chalk[_0x414afb(0x88)]['red'](_0x8f6bab+_0x414afb(0xa2))));_0x12903e[_0x414afb(0x97)](_0x137c47,0x0)&&(_0x12903e[_0x414afb(0xa3)](_0x12903e[_0x414afb(0x108)],_0x12903e[_0x414afb(0xab)])?_0x55c7e1[_0x414afb(0xc3)](''+_0x5516d1[_0x414afb(0x88)][_0x414afb(0xfc)](_0x49bd56+_0x414afb(0xa2))):_0x1fc565[_0x414afb(0xc3)](''+chalk[_0x414afb(0x88)]['red'](_0x137c47+_0x414afb(0x91))));if(_0x12903e[_0x414afb(0xe7)](_0x33db6a,0x0)){if(_0x12903e[_0x414afb(0xaf)](_0x12903e[_0x414afb(0xd0)],_0x12903e['KfZLf']))_0x1fc565['push'](''+chalk[_0x414afb(0x88)][_0x414afb(0x8a)](_0x33db6a+_0x414afb(0xfb)));else return _0x532546;}_0x12903e[_0x414afb(0xe7)](_0x352621,0x0)&&(_0x12903e[_0x414afb(0xbb)](_0x12903e['RHptJ'],_0x12903e['RHptJ'])?_0x56b0a8+=_0x4d909d[_0x414afb(0xdb)](_0x583719,0x0)?'\x20('+_0x2feaad[_0x414afb(0x88)]['red'](_0x396947+_0x414afb(0x91))+')':'\x20('+_0x44a2c0[_0x414afb(0x88)]['green'](_0x5cfdbb+_0x414afb(0xfb))+')':_0x1fc565['push'](''+chalk['bold'][_0x414afb(0xdd)](_0x352621+_0x414afb(0xc4))));_0x12903e[_0x414afb(0x10d)](_0x58cb3d,0x0)&&(_0x12903e[_0x414afb(0xbb)](_0x12903e[_0x414afb(0xd9)],_0x12903e['XzueH'])?_0x1fc565[_0x414afb(0xc3)](''+chalk[_0x414afb(0x88)][_0x414afb(0xfe)](_0x58cb3d+'\x20skipped')):_0x502dae[_0x414afb(0xc3)](_0xf863e4['modifyBrowserStackCaps'](_0x181c6d[_0x414afb(0xe8)],_0x4d909d[_0x414afb(0x111)],_0x3794ff)));_0x12903e[_0x414afb(0xb8)](_0x3f9c9d,0x0)&&(_0x12903e[_0x414afb(0xa3)](_0x12903e[_0x414afb(0xf2)],_0x12903e[_0x414afb(0xf2)])?_0x1fc565['push'](''+chalk[_0x414afb(0x88)][_0x414afb(0xdd)](_0x3f9c9d+'\x20undefined')):_0x42538a=0x1);if(_0x12903e[_0x414afb(0xe7)](_0x19db08,0x0)){if(_0x12903e[_0x414afb(0xd6)](_0x12903e[_0x414afb(0x102)],_0x12903e[_0x414afb(0x9f)]))_0x1fc565['push'](''+chalk[_0x414afb(0x88)][_0x414afb(0xdd)](_0x19db08+_0x414afb(0xcd)));else{_0x599f01[_0x414afb(0xda)](_0x5a1019);for(let _0x4b6321=_0x4d909d[_0x414afb(0xbe)](_0x3766e9[_0x414afb(0xf8)],0x1);_0x4d909d[_0x414afb(0x107)](_0x4b6321,0x0);_0x4b6321--){_0x1c5f64[_0x414afb(0xed)](_0x36aa57[_0x4b6321],0x2);}}}const _0x1e0a34=_0x12903e[_0x414afb(0xee)](_0x12903e[_0x414afb(0xee)](_0x12903e[_0x414afb(0x125)](_0x481c75,'('),_0x1fc565[_0x414afb(0xf7)](',\x20')),')');console['log'](_0x12903e['FZRQd'](_0x12903e['iyJvY'](_0x12903e['FZRQd'](_0x12903e[_0x414afb(0x104)]('\x0a',_0x341689),'\x0a'),_0x1e0a34),'\x0a')),_0x12903e['PnVgP'](_0xfce6e8,![])&&(_0x12903e[_0x414afb(0x103)](_0x12903e[_0x414afb(0xe0)],_0x12903e['wIqtD'])?_0x3630c9['push'](''+_0x48e2f8['bold'][_0x414afb(0xdd)](_0x211e26+_0x414afb(0xf6))):_0x408fc7=0x1);}else _0x74b671[_0x414afb(0xc3)](_0x4a3060['modifyBrowserStackW3CCaps'](_0x8805b[_0x414afb(0xe8)],_0x4d909d['VDUlQ'],_0x291297));}),_0x408fc7;}async function run(_0x2447b0,_0x536c7f){const _0x5acbca=a2_0x4e1905,_0x2b675f={'PchTE':_0x5acbca(0xb3),'JmqdN':_0x5acbca(0x8f),'MKXuD':function(_0x2e1fc4,_0x2d1d49){return _0x2e1fc4(_0x2d1d49);},'maJLQ':function(_0x1a025a,_0x485f46){return _0x1a025a>_0x485f46;},'AaZEQ':function(_0x1756fa,_0x5cde05){return _0x1756fa!==_0x5cde05;},'BQdrv':'relDj','oFHgf':function(_0x188220,_0x87a80d){return _0x188220!==_0x87a80d;},'VtjdG':_0x5acbca(0x10a),'FGBXF':_0x5acbca(0xe9),'SoSgc':'cucumber','yoDuz':_0x5acbca(0xc1),'uvIfL':_0x5acbca(0xf0),'hAvbS':function(_0x6ac5cc,_0xbb7bf){return _0x6ac5cc(_0xbb7bf);},'NXsqn':function(_0x1a0938,_0x47bab0){return _0x1a0938!==_0x47bab0;},'kgCeI':'RFTyC','dWInE':_0x5acbca(0x122),'KBAhi':_0x5acbca(0x119),'mJTJs':function(_0xba3ed,_0x2415a1){return _0xba3ed===_0x2415a1;},'dpRMp':'aksiv','HVRuN':_0x5acbca(0xb6),'SKfFq':'tmp','gPJaL':function(_0x3292b1,_0x3eed40){return _0x3292b1>_0x3eed40;},'mczKe':function(_0x149efe,_0x2c905d){return _0x149efe===_0x2c905d;},'LqEOv':_0x5acbca(0xd1),'RsUfZ':function(_0x304771,_0x2cf472){return _0x304771-_0x2cf472;},'BlBsQ':function(_0x336b0a,_0x787736){return _0x336b0a>=_0x787736;},'ksxIK':function(_0x4faede,_0x1a1f48){return _0x4faede===_0x1a1f48;},'BpgGf':_0x5acbca(0xc0),'dsahV':'vwzXl','USxhW':function(_0x3e55d8,_0x345dc3,_0x20c7b4,_0x4bf0c9,_0x1b6cfa,_0x1faaab){return _0x3e55d8(_0x345dc3,_0x20c7b4,_0x4bf0c9,_0x1b6cfa,_0x1faaab);}},_0x28b48f=new BrowserStackSetup(_0x2447b0,_0x2b675f[_0x5acbca(0x127)]);await _0x28b48f['initialize'](),await helper[_0x5acbca(0x92)](_0x28b48f[_0x5acbca(0xe8)]);const _0x27b1fc=[];if(!_0x28b48f[_0x5acbca(0xe8)]){if(_0x2b675f[_0x5acbca(0xe2)](_0x2b675f['dpRMp'],_0x2b675f['HVRuN']))_0x48f86d[_0x5acbca(0xca)](_0x2b675f[_0x5acbca(0x9b)]),_0x2d4823['mergeOutputFiles'](_0x4e2408,_0x41794c),_0x43f5e3['debug'](_0x2b675f['JmqdN']),_0x4df170['removeDir'](_0x3f0af9);else return;}const _0x580c0d=_0x28b48f[_0x5acbca(0xe8)][_0x5acbca(0x8b)],_0x19dc3e=helper['useW3C'](_0x28b48f[_0x5acbca(0xe8)]);_0x28b48f[_0x5acbca(0xe8)][_0x5acbca(0x9e)][_0x5acbca(0x123)]((_0x2a3fdb,_0xbf5436)=>{const _0x32074f=_0x5acbca;if(_0x2b675f[_0x32074f(0x105)](_0x2b675f['BQdrv'],_0x2b675f[_0x32074f(0xa9)])){_0x40501e=_0x3f4962;const _0x5e8c01=_0x2b675f[_0x32074f(0xe5)](_0x38e0aa,_0x569182);_0x49055c[_0x32074f(0x10b)]=_0x5e8c01,_0x2b675f['maJLQ'](_0x1c38a2[_0x32074f(0xf8)],0x0)&&(_0xcf998e[_0x32074f(0xca)](_0x2b675f['PchTE']),_0x35cb23[_0x32074f(0x8e)](_0x27a57a,_0x4f35d1),_0x1e6faf['debug'](_0x2b675f[_0x32074f(0x10c)]),_0x4769cb[_0x32074f(0xff)](_0x51ba96));}else _0x19dc3e?_0x2b675f[_0x32074f(0x11a)](_0x2b675f[_0x32074f(0x120)],_0x2b675f[_0x32074f(0xe6)])?_0x27b1fc[_0x32074f(0xc3)](helper[_0x32074f(0x8c)](_0x28b48f['config'],_0x2b675f[_0x32074f(0x11b)],_0xbf5436)):_0x173fe2['push'](''+_0x3bc6fe[_0x32074f(0x88)][_0x32074f(0xdd)](_0x238a6b+_0x32074f(0xcd))):_0x2b675f[_0x32074f(0x105)](_0x2b675f[_0x32074f(0xf5)],_0x2b675f[_0x32074f(0xb2)])?_0x27b1fc[_0x32074f(0xc3)](helper[_0x32074f(0xc6)](_0x28b48f[_0x32074f(0xe8)],_0x2b675f[_0x32074f(0x11b)],_0xbf5436)):_0x1375de[_0x32074f(0xed)](_0x3946bc[_0x297406],0x2);});const _0x5ce0f3={'server':helper['getHubUrl'](_0x28b48f['config']),'proxySettings':_0x28b48f[_0x5acbca(0xe8)][_0x5acbca(0xe4)],'maxWorkers':_0x580c0d,'browserStackLogLevel':_0x28b48f[_0x5acbca(0xe8)][_0x5acbca(0xcf)],'skipSessionName':_0x28b48f[_0x5acbca(0xe8)][_0x5acbca(0xa8)]['skipSessionName'],'turboScaleUrl':_0x28b48f[_0x5acbca(0xe8)][_0x5acbca(0xac)]},_0x165e0d=process[_0x5acbca(0x118)],[_0x30fa06,_0x2f47c3]=helper[_0x5acbca(0xd7)](_0x165e0d),_0x14f55a=path[_0x5acbca(0xf7)](process['cwd'](),_0x2b675f[_0x5acbca(0xae)]);if(_0x2b675f[_0x5acbca(0xb9)](_0x2f47c3[_0x5acbca(0xf8)],0x0)){if(_0x2b675f[_0x5acbca(0x93)](_0x2b675f[_0x5acbca(0xa1)],_0x2b675f['LqEOv'])){helper[_0x5acbca(0xda)](_0x14f55a);for(let _0x383cef=_0x2b675f[_0x5acbca(0xf1)](_0x30fa06['length'],0x1);_0x2b675f[_0x5acbca(0x11f)](_0x383cef,0x0);_0x383cef--){if(_0x2b675f[_0x5acbca(0x116)](_0x2b675f[_0x5acbca(0xbd)],_0x2b675f[_0x5acbca(0xb0)]))return;else _0x165e0d[_0x5acbca(0xed)](_0x30fa06[_0x383cef],0x2);}}else _0x487aff+='\x20('+_0x369310[_0x5acbca(0x88)][_0x5acbca(0xfc)](_0xea1f11+'\x20failed')+',\x20'+_0x1d2f54['bold'][_0x5acbca(0x8a)](_0x34f59b+_0x5acbca(0xfb))+')';}let _0x1e4dfc;_0x2b675f[_0x5acbca(0xbc)](parallelCucumberRun,_0x27b1fc,_0x5ce0f3,_0x28b48f[_0x5acbca(0xe8)],_0x165e0d,_0x2f47c3)[_0x5acbca(0xad)](async _0x458584=>{const _0x524f6d=_0x5acbca,_0x3779be={};_0x3779be[_0x524f6d(0x113)]=_0x2b675f[_0x524f6d(0x11b)];const _0x20ec29=_0x3779be;_0x1e4dfc=_0x458584;const _0x26dce2=_0x2b675f[_0x524f6d(0x9d)](printCucumberStats,_0x458584);process[_0x524f6d(0x10b)]=_0x26dce2,_0x2b675f['maJLQ'](_0x2f47c3[_0x524f6d(0xf8)],0x0)&&(_0x2b675f[_0x524f6d(0xec)](_0x2b675f[_0x524f6d(0x11c)],_0x2b675f['dWInE'])?(logger['debug'](_0x2b675f[_0x524f6d(0x9b)]),helper[_0x524f6d(0x8e)](_0x14f55a,_0x2f47c3),logger[_0x524f6d(0xca)](_0x2b675f[_0x524f6d(0x10c)]),helper[_0x524f6d(0xff)](_0x14f55a)):_0x1eeab4?_0x3f32dc[_0x524f6d(0xc3)](_0x3718c1[_0x524f6d(0x8c)](_0x16f041['config'],_0x20ec29[_0x524f6d(0x113)],_0x982c43)):_0x261a35[_0x524f6d(0xc3)](_0x53adc7[_0x524f6d(0xc6)](_0x166c68[_0x524f6d(0xe8)],_0x20ec29[_0x524f6d(0x113)],_0x551e66)));})[_0x5acbca(0xc7)](async()=>{const _0x43a74b=_0x5acbca;_0x28b48f[_0x43a74b(0xdc)]=helper[_0x43a74b(0x99)](_0x1e4dfc,_0x2b675f[_0x43a74b(0x11b)]),await helper[_0x43a74b(0xfd)](_0x28b48f);});}module[a2_0x4e1905(0xba)]=run;
2
+ 'use strict';function a2_0x1df1(_0x22c629,_0x105dcb){const _0x1d5d37=a2_0x1d5d();return a2_0x1df1=function(_0x1df167,_0x477df3){_0x1df167=_0x1df167-0x1bf;let _0x35555c=_0x1d5d37[_0x1df167];return _0x35555c;},a2_0x1df1(_0x22c629,_0x105dcb);}const a2_0x1e86be=a2_0x1df1;(function(_0x1c2a54,_0x1397f6){const _0x5bdb32=a2_0x1df1,_0x39352b=_0x1c2a54();while(!![]){try{const _0x3de0c9=-parseInt(_0x5bdb32(0x23b))/0x1*(-parseInt(_0x5bdb32(0x1e2))/0x2)+parseInt(_0x5bdb32(0x1c2))/0x3+parseInt(_0x5bdb32(0x1ce))/0x4+-parseInt(_0x5bdb32(0x247))/0x5+parseInt(_0x5bdb32(0x209))/0x6+parseInt(_0x5bdb32(0x1f1))/0x7*(parseInt(_0x5bdb32(0x206))/0x8)+-parseInt(_0x5bdb32(0x201))/0x9;if(_0x3de0c9===_0x1397f6)break;else _0x39352b['push'](_0x39352b['shift']());}catch(_0x1e010e){_0x39352b['push'](_0x39352b['shift']());}}}(a2_0x1d5d,0x46233));const fs=require('fs'),path=require('path'),logger=require('../../helpers/logger')[a2_0x1e86be(0x232)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),constants=require(a2_0x1e86be(0x226)),{parallelCucumberRun}=require(a2_0x1e86be(0x1d0)),chalk=require(a2_0x1e86be(0x22a));function printCucumberStats(_0x50a0ea){const _0x467f41=a2_0x1e86be,_0x300ddc={'fZaCS':function(_0x128fe0,_0x4b11f5){return _0x128fe0-_0x4b11f5;},'vEoqj':function(_0x59818d,_0x11b299){return _0x59818d>=_0x11b299;},'JjHoM':_0x467f41(0x244),'TFXkC':function(_0x2d29e3,_0x41b908){return _0x2d29e3(_0x41b908);},'YGDup':function(_0x5c33dc,_0x3d931f){return _0x5c33dc>_0x3d931f;},'nPJnZ':_0x467f41(0x1d1),'NMfjU':_0x467f41(0x253),'QazGY':function(_0x4272ae,_0x391f87){return _0x4272ae!==_0x391f87;},'dtEGa':_0x467f41(0x22d),'xrLVV':_0x467f41(0x24e),'loMoD':function(_0xb409a4,_0x327a60){return _0xb409a4-_0x327a60;},'IPhgT':function(_0x2fd862,_0x222c16){return _0x2fd862>_0x222c16;},'iMRhA':function(_0x49b850,_0x34c6d0){return _0x49b850===_0x34c6d0;},'dmePX':'tkKVl','wGUUj':_0x467f41(0x21c),'VWxWM':function(_0x29bd7a,_0x33cf9c){return _0x29bd7a===_0x33cf9c;},'RpUFF':_0x467f41(0x1c8),'TzIWO':_0x467f41(0x1ca),'NbULZ':function(_0x3b21ca,_0x49b80b){return _0x3b21ca!==_0x49b80b;},'kXXpB':'eUwYW','KzvrT':_0x467f41(0x22b),'WubaK':function(_0x403e27,_0x1ed1a3){return _0x403e27>_0x1ed1a3;},'NANXO':function(_0x54e5cf,_0x350328){return _0x54e5cf!==_0x350328;},'eljiY':_0x467f41(0x218),'WDolO':function(_0x3cc2a7,_0x1985d4){return _0x3cc2a7>_0x1985d4;},'YGkmI':function(_0x46e0b6,_0x232af4){return _0x46e0b6!==_0x232af4;},'OvjIU':'yupqH','wTFUu':_0x467f41(0x242),'OwlrT':function(_0x1665ee,_0x442b0){return _0x1665ee!==_0x442b0;},'UtJTf':_0x467f41(0x1d5),'yTQlT':_0x467f41(0x20e),'POJWB':_0x467f41(0x1c3),'PJJOG':_0x467f41(0x1cd),'vVfeE':function(_0x5e36eb,_0x4eda5f){return _0x5e36eb>_0x4eda5f;},'rxkgc':_0x467f41(0x257),'Tcjoh':_0x467f41(0x237),'raBya':_0x467f41(0x23d),'pewYZ':'eUeJI','bmkcK':function(_0x14e759,_0x7a1bf9){return _0x14e759+_0x7a1bf9;},'vilnO':function(_0x1e282f,_0x90c340){return _0x1e282f+_0x90c340;},'QPbMV':function(_0x42f7b1,_0x38670c){return _0x42f7b1===_0x38670c;},'MgrvC':function(_0x234bc8,_0x5eac1d){return _0x234bc8===_0x5eac1d;},'sbeGv':_0x467f41(0x1e4),'hcAow':'JREAC','QFYDx':function(_0x2138ba,_0x8ca912){return _0x2138ba===_0x8ca912;},'qWygb':_0x467f41(0x225),'iaiWH':_0x467f41(0x223),'BsvXL':_0x467f41(0x1e6)};let _0x1a7282=0x0;if(_0x300ddc[_0x467f41(0x229)](_0x50a0ea[_0x467f41(0x252)],0x0)){if(_0x300ddc[_0x467f41(0x214)](_0x300ddc[_0x467f41(0x1db)],_0x300ddc[_0x467f41(0x1f9)])){_0x29a0c9[_0x467f41(0x216)](_0x3abfcf);for(let _0x40dab7=_0x300ddc[_0x467f41(0x1d3)](_0x3b7eff[_0x467f41(0x252)],0x1);_0x300ddc['vEoqj'](_0x40dab7,0x0);_0x40dab7--){_0x1637e6[_0x467f41(0x1f8)](_0x1977d2[_0x40dab7],0x2);}}else return _0x1a7282;}return console[_0x467f41(0x24f)](chalk['bold'][_0x467f41(0x1c9)](_0x300ddc[_0x467f41(0x25e)])),_0x50a0ea[_0x467f41(0x1da)](_0x590234=>{const _0x572ff9=_0x467f41,_0x474f65={'EyvIw':function(_0x4885d9,_0x48d2bb){const _0x4dcc0f=a2_0x1df1;return _0x300ddc[_0x4dcc0f(0x235)](_0x4885d9,_0x48d2bb);},'NRyWV':function(_0x574b55,_0x162c83){const _0x569353=a2_0x1df1;return _0x300ddc[_0x569353(0x20f)](_0x574b55,_0x162c83);},'yEYPU':_0x300ddc[_0x572ff9(0x1dc)],'SVtCj':_0x300ddc[_0x572ff9(0x212)],'YAJQy':_0x300ddc[_0x572ff9(0x23e)]};if(_0x300ddc[_0x572ff9(0x240)](_0x300ddc['dtEGa'],_0x300ddc['xrLVV'])){const _0x3e0f99=_0x590234[0x0],_0x51aaa1=_0x590234[0x1];console[_0x572ff9(0x24f)]('\x0a'+chalk[_0x572ff9(0x213)][_0x572ff9(0x224)](''+helper[_0x572ff9(0x221)](_0x3e0f99)));const _0x5065fd=_0x51aaa1[_0x572ff9(0x1ef)],_0x4194db=_0x51aaa1[_0x572ff9(0x231)],_0x573197=_0x51aaa1['scenariosFailed'],_0x4f137d=_0x51aaa1[_0x572ff9(0x1c1)],_0x497045=_0x51aaa1['stepsPassed'],_0x2f5575=_0x51aaa1[_0x572ff9(0x256)],_0x4f923c=_0x51aaa1[_0x572ff9(0x1fd)],_0x4adc63=_0x51aaa1[_0x572ff9(0x23a)],_0x268e98=_0x51aaa1['stepsUnknown'],_0x52c56a=_0x51aaa1['stepsAmbiguous'],_0x457a57=_0x51aaa1[_0x572ff9(0x1de)];let _0x43c50b=_0x5065fd+_0x572ff9(0x1df);const _0x4e081b=_0x300ddc[_0x572ff9(0x20f)](_0x300ddc[_0x572ff9(0x215)](_0x5065fd,_0x573197),0x0)?_0x300ddc[_0x572ff9(0x215)](_0x5065fd,_0x573197):0x0;if(_0x300ddc[_0x572ff9(0x20f)](_0x573197,0x0)&&_0x300ddc[_0x572ff9(0x20c)](_0x4e081b,0x0)){if(_0x300ddc[_0x572ff9(0x22c)](_0x300ddc[_0x572ff9(0x238)],_0x300ddc[_0x572ff9(0x233)]))return _0x3b5e9f;else _0x43c50b+='\x20('+chalk['bold'][_0x572ff9(0x24d)](_0x573197+'\x20failed')+',\x20'+chalk['bold']['green'](_0x4e081b+_0x572ff9(0x1fc))+')';}else(_0x300ddc[_0x572ff9(0x20f)](_0x573197,0x0)||_0x300ddc[_0x572ff9(0x20f)](_0x4e081b,0x0))&&(_0x300ddc[_0x572ff9(0x1c0)](_0x300ddc[_0x572ff9(0x22f)],_0x300ddc[_0x572ff9(0x1dd)])?_0x196e22?_0x73d67f['push'](_0x2bb6e8[_0x572ff9(0x21f)](_0x32e43b[_0x572ff9(0x204)],_0x300ddc[_0x572ff9(0x23e)],_0x2b70e2)):_0x55acdb[_0x572ff9(0x23c)](_0x3d57f7[_0x572ff9(0x21d)](_0x2a346c[_0x572ff9(0x204)],_0x300ddc[_0x572ff9(0x23e)],_0x38692d)):_0x43c50b+=_0x300ddc[_0x572ff9(0x20c)](_0x573197,0x0)?'\x20('+chalk['bold'][_0x572ff9(0x24d)](_0x573197+_0x572ff9(0x1cc))+')':'\x20('+chalk[_0x572ff9(0x213)][_0x572ff9(0x24c)](_0x4e081b+_0x572ff9(0x1fc))+')');const _0x1ba9ff=_0x4194db+_0x572ff9(0x227),_0x63bd11=[];_0x300ddc['YGDup'](_0x52c56a,0x0)&&(_0x300ddc[_0x572ff9(0x228)](_0x300ddc[_0x572ff9(0x20a)],_0x300ddc['KzvrT'])?_0x63bd11[_0x572ff9(0x23c)](''+chalk[_0x572ff9(0x213)][_0x572ff9(0x24d)](_0x52c56a+_0x572ff9(0x1e7))):_0x2d8409[_0x572ff9(0x23c)](''+_0x552fe5['bold'][_0x572ff9(0x24d)](_0x496d75+_0x572ff9(0x1cc))));if(_0x300ddc[_0x572ff9(0x205)](_0x4f137d,0x0)){if(_0x300ddc['NANXO'](_0x300ddc[_0x572ff9(0x251)],_0x300ddc['eljiY'])){_0x36ab0e=_0x4d273f;const _0x29c783=_0x474f65[_0x572ff9(0x1e3)](_0x5e87a3,_0x38cace);_0x2f5141['exitCode']=_0x29c783,_0x474f65[_0x572ff9(0x1f4)](_0x4fcb5f['length'],0x0)&&(_0x4dd671['debug'](_0x474f65[_0x572ff9(0x1ea)]),_0x194bf1[_0x572ff9(0x248)](_0x1bf878,_0x4aadbb),_0x590551[_0x572ff9(0x23f)](_0x474f65[_0x572ff9(0x1c6)]),_0x2bc82d[_0x572ff9(0x203)](_0x42110c));}else _0x63bd11[_0x572ff9(0x23c)](''+chalk[_0x572ff9(0x213)]['red'](_0x4f137d+_0x572ff9(0x1cc)));}_0x300ddc['WDolO'](_0x497045,0x0)&&(_0x300ddc['YGkmI'](_0x300ddc[_0x572ff9(0x1e5)],_0x300ddc[_0x572ff9(0x219)])?_0x63bd11[_0x572ff9(0x23c)](''+chalk[_0x572ff9(0x213)][_0x572ff9(0x24c)](_0x497045+_0x572ff9(0x1fc))):_0x102ccc[_0x572ff9(0x23c)](_0x283a84['modifyBrowserStackCaps'](_0x1dd1c6[_0x572ff9(0x204)],_0x474f65[_0x572ff9(0x25b)],_0x149067)));_0x300ddc[_0x572ff9(0x20f)](_0x4f923c,0x0)&&(_0x300ddc[_0x572ff9(0x211)](_0x300ddc['UtJTf'],_0x300ddc[_0x572ff9(0x250)])?_0x63bd11['push'](''+chalk[_0x572ff9(0x213)]['yellow'](_0x4f923c+_0x572ff9(0x1ed))):(_0x761f8a[_0x572ff9(0x23f)](_0x474f65[_0x572ff9(0x1ea)]),_0x421d4a['mergeOutputFiles'](_0x30d1c9,_0x39a3d5),_0x12dc8e[_0x572ff9(0x23f)](_0x474f65[_0x572ff9(0x1c6)]),_0x580786['removeDir'](_0x587f7a)));_0x300ddc[_0x572ff9(0x20c)](_0x2f5575,0x0)&&(_0x300ddc[_0x572ff9(0x211)](_0x300ddc[_0x572ff9(0x20d)],_0x300ddc['PJJOG'])?_0x63bd11[_0x572ff9(0x23c)](''+chalk['bold'][_0x572ff9(0x25a)](_0x2f5575+_0x572ff9(0x220))):_0x4c7c1c['push'](''+_0x3a1397['bold'][_0x572ff9(0x224)](_0x4b4fdc+_0x572ff9(0x220))));_0x300ddc[_0x572ff9(0x1fa)](_0x4adc63,0x0)&&(_0x300ddc['iMRhA'](_0x300ddc[_0x572ff9(0x1e8)],_0x300ddc[_0x572ff9(0x254)])?_0x45cbf6[_0x572ff9(0x23c)](''+_0x123a24['bold']['cyan'](_0x128fcf+'\x20skipped')):_0x63bd11[_0x572ff9(0x23c)](''+chalk['bold'][_0x572ff9(0x224)](_0x4adc63+_0x572ff9(0x1f6))));_0x300ddc['IPhgT'](_0x268e98,0x0)&&(_0x300ddc[_0x572ff9(0x22c)](_0x300ddc[_0x572ff9(0x1e1)],_0x300ddc[_0x572ff9(0x1f7)])?_0x723aea[_0x572ff9(0x23c)](_0x34b4e2[_0x572ff9(0x21f)](_0x13dcba[_0x572ff9(0x204)],_0x300ddc['JjHoM'],_0x14701a)):_0x63bd11[_0x572ff9(0x23c)](''+chalk['bold']['yellow'](_0x268e98+_0x572ff9(0x220))));const _0x585942=_0x300ddc['bmkcK'](_0x300ddc[_0x572ff9(0x1f5)](_0x300ddc[_0x572ff9(0x1f5)](_0x1ba9ff,'('),_0x63bd11[_0x572ff9(0x21e)](',\x20')),')');console[_0x572ff9(0x24f)](_0x300ddc['bmkcK'](_0x300ddc[_0x572ff9(0x1f5)](_0x300ddc[_0x572ff9(0x1eb)](_0x300ddc[_0x572ff9(0x1f5)]('\x0a',_0x43c50b),'\x0a'),_0x585942),'\x0a')),_0x300ddc[_0x572ff9(0x229)](_0x457a57,![])&&(_0x300ddc[_0x572ff9(0x246)](_0x300ddc[_0x572ff9(0x1d7)],_0x300ddc[_0x572ff9(0x236)])?_0x46803d['splice'](_0x4c5ce0[_0x3495c1],0x2):_0x1a7282=0x1);}else _0x5e6e3f=0x1;}),_0x1a7282;}async function run(_0xdd3879,_0x5ac367){const _0x2415bc=a2_0x1e86be,_0x133573={'FPbEH':function(_0x53a606,_0x12ba4f){return _0x53a606>_0x12ba4f;},'yxowK':function(_0x824d1c,_0x5ca887){return _0x824d1c!==_0x5ca887;},'XTKjW':_0x2415bc(0x234),'uQZui':_0x2415bc(0x259),'ADZWw':function(_0x4229a2,_0x55491e){return _0x4229a2===_0x55491e;},'tcSaS':'bfyih','bjeiy':_0x2415bc(0x1ff),'dMqkA':_0x2415bc(0x244),'lUeqz':function(_0x1930de,_0x4e2bb7){return _0x1930de!==_0x4e2bb7;},'AItTc':'wQUxy','hJDXa':'SFcfF','WlMlS':function(_0x455477,_0x57c681){return _0x455477(_0x57c681);},'pWlDq':function(_0x1d55d5,_0x59e1da){return _0x1d55d5>_0x59e1da;},'mpyjP':function(_0x323f7f,_0x2376b2){return _0x323f7f!==_0x2376b2;},'ViqNB':_0x2415bc(0x1bf),'QazYr':_0x2415bc(0x1d9),'KszUh':_0x2415bc(0x1d1),'KbJnT':_0x2415bc(0x253),'qrnmc':'cucumber-js','eaTOo':function(_0x4b1da7,_0x1f99eb){return _0x4b1da7===_0x1f99eb;},'adsSB':'Jguqk','IIbpR':_0x2415bc(0x1d8),'WjVML':function(_0x4b3e3d,_0x3f40ea){return _0x4b3e3d!==_0x3f40ea;},'WEDAb':_0x2415bc(0x20b),'xXMXk':function(_0x2215f6,_0x1fa37a){return _0x2215f6-_0x1fa37a;},'juqCS':function(_0x2279ca,_0x440f28){return _0x2279ca>=_0x440f28;},'oqkcG':_0x2415bc(0x1c4),'ivdqM':function(_0x69934,_0x44673a,_0x4879ca,_0x33dfcc,_0x5e2953,_0x3a1bb5){return _0x69934(_0x44673a,_0x4879ca,_0x33dfcc,_0x5e2953,_0x3a1bb5);}},_0x1db8b9=new BrowserStackSetup(_0xdd3879,_0x133573[_0x2415bc(0x25c)]);await _0x1db8b9['initialize'](),await helper[_0x2415bc(0x239)](_0x1db8b9[_0x2415bc(0x204)]);const _0x581747=[];if(!_0x1db8b9[_0x2415bc(0x204)]){if(_0x133573['eaTOo'](_0x133573[_0x2415bc(0x21b)],_0x133573[_0x2415bc(0x21b)]))return;else _0x5ad7ca+=_0x133573['FPbEH'](_0x2eaced,0x0)?'\x20('+_0x513e20[_0x2415bc(0x213)][_0x2415bc(0x24d)](_0x5135f7+'\x20failed')+')':'\x20('+_0x416fbd[_0x2415bc(0x213)][_0x2415bc(0x24c)](_0x4c9a60+_0x2415bc(0x1fc))+')';}const _0x368b66=_0x1db8b9[_0x2415bc(0x204)][_0x2415bc(0x1f2)],_0x120a48=helper[_0x2415bc(0x1c7)](_0x1db8b9[_0x2415bc(0x204)]);_0x1db8b9['config'][_0x2415bc(0x1d6)][_0x2415bc(0x1da)]((_0x122c53,_0x438bc3)=>{const _0x4152a1=_0x2415bc;if(_0x133573[_0x4152a1(0x1f3)](_0x133573[_0x4152a1(0x1d2)],_0x133573[_0x4152a1(0x210)])){if(_0x120a48)_0x133573[_0x4152a1(0x207)](_0x133573[_0x4152a1(0x1c5)],_0x133573[_0x4152a1(0x230)])?_0x3df352[_0x4152a1(0x23c)](''+_0x42b6c3['bold'][_0x4152a1(0x24d)](_0x2a79d0+'\x20ambiguous')):_0x581747[_0x4152a1(0x23c)](helper['modifyBrowserStackW3CCaps'](_0x1db8b9['config'],_0x133573['dMqkA'],_0x438bc3));else{if(_0x133573[_0x4152a1(0x1fe)](_0x133573[_0x4152a1(0x200)],_0x133573[_0x4152a1(0x1e0)]))_0x581747[_0x4152a1(0x23c)](helper[_0x4152a1(0x21d)](_0x1db8b9[_0x4152a1(0x204)],_0x133573[_0x4152a1(0x217)],_0x438bc3));else return;}}else _0x1b876d+='\x20('+_0x228c6a[_0x4152a1(0x213)][_0x4152a1(0x24d)](_0x11838d+_0x4152a1(0x1cc))+',\x20'+_0x4de945['bold']['green'](_0x512e7b+_0x4152a1(0x1fc))+')';});const _0x4db831={'server':helper[_0x2415bc(0x25d)](_0x1db8b9[_0x2415bc(0x204)]),'proxySettings':_0x1db8b9[_0x2415bc(0x204)][_0x2415bc(0x1f0)],'maxWorkers':_0x368b66,'browserStackLogLevel':_0x1db8b9[_0x2415bc(0x204)]['logLevel'],'skipSessionName':_0x1db8b9[_0x2415bc(0x204)][_0x2415bc(0x1d4)][_0x2415bc(0x24b)],'turboScaleUrl':_0x1db8b9['config']['turboScaleUrl']},_0x4e0d0c=process['argv'],[_0x755bf7,_0x3aa63d]=helper['parseFormatters'](_0x4e0d0c),_0x4f33e1=path['join'](process[_0x2415bc(0x1ee)](),_0x133573['IIbpR']);if(_0x133573[_0x2415bc(0x243)](_0x3aa63d[_0x2415bc(0x252)],0x0)){if(_0x133573['WjVML'](_0x133573[_0x2415bc(0x22e)],_0x133573['WEDAb']))_0x49b9d3[_0x2415bc(0x23c)](''+_0x2cc9ff['bold']['yellow'](_0x415eda+_0x2415bc(0x1ed)));else{helper[_0x2415bc(0x216)](_0x4f33e1);for(let _0x41e8b6=_0x133573[_0x2415bc(0x1e9)](_0x755bf7[_0x2415bc(0x252)],0x1);_0x133573[_0x2415bc(0x245)](_0x41e8b6,0x0);_0x41e8b6--){_0x133573[_0x2415bc(0x207)](_0x133573[_0x2415bc(0x21a)],_0x133573[_0x2415bc(0x21a)])?_0x4e0d0c['splice'](_0x755bf7[_0x41e8b6],0x2):_0x53d330[_0x2415bc(0x23c)](''+_0x43a71a['bold'][_0x2415bc(0x224)](_0x2408b3+'\x20undefined'));}}}let _0x52c622;_0x133573[_0x2415bc(0x24a)](parallelCucumberRun,_0x581747,_0x4db831,_0x1db8b9[_0x2415bc(0x204)],_0x4e0d0c,_0x3aa63d)[_0x2415bc(0x1fb)](async _0x53e9f6=>{const _0x50ef29=_0x2415bc;_0x52c622=_0x53e9f6;const _0x2587aa=_0x133573[_0x50ef29(0x249)](printCucumberStats,_0x53e9f6);process[_0x50ef29(0x241)]=_0x2587aa,_0x133573[_0x50ef29(0x1ec)](_0x3aa63d['length'],0x0)&&(_0x133573[_0x50ef29(0x208)](_0x133573[_0x50ef29(0x1cb)],_0x133573[_0x50ef29(0x222)])?(logger[_0x50ef29(0x23f)](_0x133573[_0x50ef29(0x1cf)]),helper[_0x50ef29(0x248)](_0x4f33e1,_0x3aa63d),logger['debug'](_0x133573[_0x50ef29(0x255)]),helper['removeDir'](_0x4f33e1)):_0x9e754b[_0x50ef29(0x23c)](''+_0x24f621['bold'][_0x50ef29(0x24c)](_0x4267ed+_0x50ef29(0x1fc))));})[_0x2415bc(0x258)](async()=>{const _0x58fdda=_0x2415bc;_0x1db8b9[_0x58fdda(0x202)]=helper['getErrorMessageFromResults'](_0x52c622,_0x133573['dMqkA']),await helper['finalExecution'](_0x1db8b9);});}module['exports']=run;function a2_0x1d5d(){const _0x47812b=['hJDXa','raBya','1079810KtDQPs','EyvIw','MJDNJ','OvjIU','****\x20RESULTS\x20****','\x20ambiguous','rxkgc','xXMXk','yEYPU','vilnO','pWlDq','\x20pending','cwd','scenarios','proxySettings','1600319JrWNXh','parallelsPerPlatform','yxowK','NRyWV','bmkcK','\x20undefined','pewYZ','splice','iaiWH','vVfeE','then','\x20passed','stepsPending','lUeqz','kdwds','AItTc','3910527OowQIT','errorMessage','removeDir','config','WubaK','8mRMelI','ADZWw','mpyjP','1039386oehdxn','kXXpB','mOIaA','IPhgT','POJWB','oPMZv','YGDup','uQZui','OwlrT','NMfjU','bold','QFYDx','loMoD','createDir','dMqkA','lhCMi','wTFUu','oqkcG','adsSB','mJpMK','modifyBrowserStackCaps','join','modifyBrowserStackW3CCaps','\x20skipped','getPlatformName','QazYr','Fxplj','yellow','ZNcmv','../utils/constants','\x20steps','NbULZ','QPbMV','chalk','zhCjK','iMRhA','TxaoH','WEDAb','RpUFF','bjeiy','steps','winstonLogger','wGUUj','QinUh','TFXkC','hcAow','mxlwu','dmePX','handleApp','stepsUndefined','1oEhQqO','push','bxccd','JjHoM','debug','QazGY','exitCode','GdPWW','FPbEH','cucumber','juqCS','MgrvC','2749730OtwUgR','mergeOutputFiles','WlMlS','ivdqM','skipSessionName','green','red','aMwfU','log','yTQlT','eljiY','length','Removing\x20tmp\x20directory\x20created\x20for\x20reports','Tcjoh','KbJnT','stepsSkipped','aIQQC','finally','VwAwt','cyan','YAJQy','qrnmc','getHubUrl','BsvXL','hOxmm','VWxWM','stepsFailed','979890fnbCPt','WtQkb','ZfjHt','tcSaS','SVtCj','useW3C','NesEM','bgWhite','YDXxD','ViqNB','\x20failed','nvObA','13396BIrdhG','KszUh','../test-runner','Generating\x20consolidated\x20report...','XTKjW','fZaCS','testContextOptions','DMSpY','platforms','sbeGv','tmp','ZJiNl','forEach','qWygb','nPJnZ','TzIWO','processSuccess','\x20scenarios'];a2_0x1d5d=function(){return _0x47812b;};return a2_0x1d5d();}
@@ -1 +1 @@
1
- function a3_0x5d49(_0x1a6111,_0x598bfe){const _0x236824=a3_0x2368();return a3_0x5d49=function(_0x5d4903,_0xafb259){_0x5d4903=_0x5d4903-0xd0;let _0xa7af6d=_0x236824[_0x5d4903];return _0xa7af6d;},a3_0x5d49(_0x1a6111,_0x598bfe);}const a3_0x1b5211=a3_0x5d49;(function(_0xac3848,_0x524d77){const _0x28dc7c=a3_0x5d49,_0x37ec00=_0xac3848();while(!![]){try{const _0x36fd57=-parseInt(_0x28dc7c(0xf2))/0x1*(parseInt(_0x28dc7c(0x138))/0x2)+-parseInt(_0x28dc7c(0x135))/0x3*(parseInt(_0x28dc7c(0x12c))/0x4)+-parseInt(_0x28dc7c(0x147))/0x5*(parseInt(_0x28dc7c(0x129))/0x6)+parseInt(_0x28dc7c(0xdc))/0x7+parseInt(_0x28dc7c(0xf8))/0x8+parseInt(_0x28dc7c(0x158))/0x9+parseInt(_0x28dc7c(0x131))/0xa;if(_0x36fd57===_0x524d77)break;else _0x37ec00['push'](_0x37ec00['shift']());}catch(_0x5784ed){_0x37ec00['push'](_0x37ec00['shift']());}}}(a3_0x2368,0x831d6));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x1b5211(0xde)),{Formatter,formatterHelpers,Status}=requireModule(a3_0x1b5211(0x11e));class BrowserstackFormatter extends Formatter{constructor(_0x3c5488){const _0x347f64=a3_0x1b5211,_0x461dc4={'fnOvL':function(_0x58c9b6,_0x21aecc){return _0x58c9b6!==_0x21aecc;},'vwqOh':_0x347f64(0x112),'OiZpu':function(_0x414a63,_0x1ea142){return _0x414a63+_0x1ea142;},'yGRer':function(_0x2844d7,_0x119998){return _0x2844d7+_0x119998;},'brScY':function(_0x3a2420,_0x197ef1){return _0x3a2420+_0x197ef1;},'AgHRf':_0x347f64(0x167),'LUpAW':_0x347f64(0x130),'LQjtd':function(_0x570d6c,_0x455157){return _0x570d6c===_0x455157;},'jxiGz':'FAILED','uTBiJ':function(_0x4a14b7,_0x540de0,_0x53be3b){return _0x4a14b7(_0x540de0,_0x53be3b);},'KWQKh':'result','VsGxS':_0x347f64(0xe0),'CwYTP':function(_0x4ddf9c,_0x5e10d5){return _0x4ddf9c+_0x5e10d5;},'dwcMK':function(_0x537004,_0xa8f10f){return _0x537004+_0xa8f10f;},'kHOGw':function(_0xb1bc9d,_0x4e754e){return _0xb1bc9d(_0x4e754e);},'KoIed':function(_0x55395d,_0x1ace36){return _0x55395d+_0x1ace36;},'UChBv':function(_0x31b5dc,_0x1a99b8){return _0x31b5dc+_0x1a99b8;},'sLICb':function(_0xe6453b,_0x32e5ca){return _0xe6453b===_0x32e5ca;},'KxWFm':_0x347f64(0xea),'UHlhI':_0x347f64(0x101),'WLVBq':_0x347f64(0x11a),'fhrCD':'dGguG','lmUyJ':function(_0x2366f1,_0x141e2b){return _0x2366f1===_0x141e2b;},'wFzlN':_0x347f64(0x166),'bIZdx':'tTUTb','NmoQz':function(_0x388797,_0x8f9576){return _0x388797!==_0x8f9576;},'NFLoK':_0x347f64(0x149),'Jbnat':function(_0x82dbb,_0x18f8fd){return _0x82dbb!==_0x18f8fd;},'zyyqT':_0x347f64(0x137),'xNFKY':_0x347f64(0xda),'vSimQ':function(_0x299bfe,_0x5270f4){return _0x299bfe+_0x5270f4;},'bBXhh':_0x347f64(0xe3),'AfHRC':_0x347f64(0xd9),'QTwYY':function(_0xa08415,_0x9c807b){return _0xa08415!==_0x9c807b;},'YOZTn':_0x347f64(0x104),'iBRku':_0x347f64(0x116),'NFwmZ':_0x347f64(0x117)};super(_0x3c5488),_0x3c5488[_0x347f64(0x14b)]['on'](_0x461dc4['NFwmZ'],_0x2e02a1=>{const _0xae8d25=_0x347f64,_0x168006={'SSBqr':function(_0x5d9f72,_0xda5de3){const _0x486414=a3_0x5d49;return _0x461dc4[_0x486414(0x134)](_0x5d9f72,_0xda5de3);},'pTjkT':function(_0xbdab9b,_0x91c352){const _0x5a4618=a3_0x5d49;return _0x461dc4[_0x5a4618(0x14f)](_0xbdab9b,_0x91c352);},'zSFNd':function(_0x285e79,_0x49eddb){const _0x391456=a3_0x5d49;return _0x461dc4[_0x391456(0x123)](_0x285e79,_0x49eddb);},'jRFuH':_0x461dc4[_0xae8d25(0x148)],'ytRaL':_0x461dc4[_0xae8d25(0x109)],'NJEUV':function(_0x4a267e,_0x439de3){const _0x2fc75f=_0xae8d25;return _0x461dc4[_0x2fc75f(0x12f)](_0x4a267e,_0x439de3);},'TOpJY':_0x461dc4[_0xae8d25(0x14a)],'jHQFv':function(_0x9b58bf,_0x498396,_0x4fcc81){const _0x2fba07=_0xae8d25;return _0x461dc4[_0x2fba07(0x165)](_0x9b58bf,_0x498396,_0x4fcc81);},'tnZiQ':_0x461dc4[_0xae8d25(0x11c)],'DEbKa':_0x461dc4[_0xae8d25(0x154)],'NKQTt':function(_0x44032d,_0x92ac62){const _0x35df60=_0xae8d25;return _0x461dc4[_0x35df60(0x13f)](_0x44032d,_0x92ac62);},'dQybz':function(_0x461913,_0x274e15){const _0x5519bd=_0xae8d25;return _0x461dc4[_0x5519bd(0xd7)](_0x461913,_0x274e15);}};if(_0x461dc4[_0xae8d25(0x127)](_0x461dc4[_0xae8d25(0x170)],_0x461dc4[_0xae8d25(0x124)])){if(_0x461dc4[_0xae8d25(0x143)](_0x5a4c1c[_0xae8d25(0xe7)],_0x461dc4[_0xae8d25(0xf0)])&&!this[_0xae8d25(0x173)](_0x5ab41d)){_0x53bf85+=0x1,this['log'](_0x461dc4[_0xae8d25(0xe5)](_0x461dc4[_0xae8d25(0xe5)](_0x461dc4[_0xae8d25(0xd7)](_0x461dc4[_0xae8d25(0x123)](_0x461dc4[_0xae8d25(0xe5)](_0x461dc4[_0xae8d25(0x148)],_0x149603[_0xae8d25(0x121)]),_0x3db93c[_0xae8d25(0xd1)]||''),_0x461dc4[_0xae8d25(0x109)]),_0x1bb88f[_0x524c6f[_0xae8d25(0x11b)][_0xae8d25(0x14c)]]),'\x0a')),this[_0xae8d25(0x15e)](_0x4911a8[_0x52a5e6['result'][_0xae8d25(0x14c)]]);if(_0x461dc4[_0xae8d25(0x12f)](_0x3e1299[_0x2c6783['result']['status']],_0x461dc4[_0xae8d25(0x14a)])){_0x353489=!![];const _0x594445=_0x461dc4[_0xae8d25(0x165)](_0x3faac4,_0x2c5c00,[_0x461dc4['KWQKh'],_0x461dc4['VsGxS']]);_0x594445&&(_0x2a27b3[_0x461dc4['CwYTP'](_0x461dc4[_0xae8d25(0x134)](_0xfca42['gherkinDocument'][_0xae8d25(0x153)]['name'],_0x461dc4[_0xae8d25(0x109)]),_0x43e913['pickle'][_0xae8d25(0xe7)])]=_0x594445,this[_0xae8d25(0x122)](_0x461dc4[_0xae8d25(0xe5)](_0x594445,'\x0a')));}}}else{if(_0x2e02a1[_0xae8d25(0x125)]){if(_0x461dc4[_0xae8d25(0x143)](_0x461dc4['WLVBq'],_0x461dc4[_0xae8d25(0xd5)]))testSuites+=0x1;else{_0x1f56d1+=0x1,this['log'](_0x168006[_0xae8d25(0x12d)](_0x168006[_0xae8d25(0x12e)](_0x168006[_0xae8d25(0x12e)](_0x168006['pTjkT'](_0x168006[_0xae8d25(0x151)](_0x168006[_0xae8d25(0xdf)],_0x42b5d2['keyword']),_0x2c7c63[_0xae8d25(0xd1)]||''),_0x168006[_0xae8d25(0x157)]),_0x43fbdb[_0x124e65['result']['status']]),'\x0a')),this['incrementCounter'](_0x12c2ee[_0x48598f[_0xae8d25(0x11b)][_0xae8d25(0x14c)]]);if(_0x168006[_0xae8d25(0xd0)](_0x44ae58[_0x5764c2[_0xae8d25(0x11b)][_0xae8d25(0x14c)]],_0x168006[_0xae8d25(0x100)])){_0xc32fc=!![];const _0x2decf9=_0x168006[_0xae8d25(0x144)](_0x4cd902,_0x1a9e07,[_0x168006['tnZiQ'],_0x168006[_0xae8d25(0xfc)]]);_0x2decf9&&(_0x55f285[_0x168006[_0xae8d25(0x151)](_0x168006[_0xae8d25(0x132)](_0x23f06a[_0xae8d25(0x13a)][_0xae8d25(0x153)][_0xae8d25(0xe7)],_0x168006[_0xae8d25(0x157)]),_0x1d63f6['pickle'][_0xae8d25(0xe7)])]=_0x2decf9,this[_0xae8d25(0x122)](_0x168006[_0xae8d25(0x105)](_0x2decf9,'\x0a')));}}}else{if(_0x2e02a1['testRunStarted']){if(_0x461dc4[_0xae8d25(0x119)](_0x461dc4[_0xae8d25(0x164)],_0x461dc4['bIZdx']))return![];else{let _0x5e394b;if(_0x461dc4[_0xae8d25(0x146)](process[_0xae8d25(0x15d)][_0xae8d25(0x16e)],undefined)){if(_0x461dc4['sLICb'](_0x461dc4[_0xae8d25(0x174)],_0x461dc4[_0xae8d25(0x174)])){const _0x380480=JSON[_0xae8d25(0x136)](process[_0xae8d25(0x15d)][_0xae8d25(0x16e)]);_0x5e394b=_0x380480[_0xae8d25(0xfa)];}else this[_0xae8d25(0x122)](_0x168006[_0xae8d25(0x105)](_0x168006['pTjkT']('\x0a',_0x405b33[_0xae8d25(0xee)]),'\x0a'));}_0x461dc4[_0xae8d25(0xed)](_0x5e394b,undefined)&&(_0x461dc4[_0xae8d25(0xed)](_0x461dc4[_0xae8d25(0x163)],_0x461dc4[_0xae8d25(0xfe)])?(global[_0xae8d25(0xee)]=_0x461dc4[_0xae8d25(0xdb)](getPlatformName,_0x5e394b),this[_0xae8d25(0x122)](_0x461dc4[_0xae8d25(0xf5)]('Executing\x20tests\x20for\x20'+global[_0xae8d25(0xee)],'\x0a'))):(_0x45ec2f['__platform']=_0x461dc4[_0xae8d25(0xdb)](_0x261c77,_0x36a73c),this[_0xae8d25(0x122)](_0x461dc4[_0xae8d25(0x123)](_0xae8d25(0xd2)+_0x154a6f[_0xae8d25(0xee)],'\x0a'))));}}else{if(_0x2e02a1[_0xae8d25(0x145)])_0x461dc4[_0xae8d25(0x12f)](_0x461dc4[_0xae8d25(0x15c)],_0x461dc4[_0xae8d25(0xd6)])?this[_0xae8d25(0x16f)](_0x4b6332['testRunFinished']):this['logTestCaseFinished'](_0x2e02a1[_0xae8d25(0x145)]);else _0x2e02a1[_0xae8d25(0x152)]&&(_0x461dc4['QTwYY'](_0x461dc4[_0xae8d25(0xe1)],_0x461dc4[_0xae8d25(0x15a)])?this[_0xae8d25(0x16f)](_0x2e02a1[_0xae8d25(0x152)]):this['logTestCaseFinished'](_0x378acc[_0xae8d25(0x145)]));}}}});}[a3_0x1b5211(0x16c)](_0x342d03){const _0x40c2e4=a3_0x1b5211,_0xba7c3a={'wTLYq':function(_0x210600,_0x2b2c8b){return _0x210600!==_0x2b2c8b;},'qDIYh':_0x40c2e4(0x161),'QdrUB':function(_0x4ccc63,_0x33589b){return _0x4ccc63!==_0x33589b;},'AsDic':function(_0x2445cf,_0x59faa6){return _0x2445cf!==_0x59faa6;},'iQZdO':function(_0xaed924,_0x26ae0a){return _0xaed924(_0x26ae0a);},'xywUi':function(_0x4019c1,_0x3b9131){return _0x4019c1+_0x3b9131;},'WxPpo':function(_0x2bdb69,_0xf4fc31){return _0x2bdb69===_0xf4fc31;},'VJlDb':_0x40c2e4(0x120),'lJMOK':function(_0x50b4a0,_0x5ae7dc){return _0x50b4a0!==_0x5ae7dc;},'DGZVV':_0x40c2e4(0x112),'tzjVQ':function(_0x20d2bb,_0x7a25c2){return _0x20d2bb===_0x7a25c2;},'QrVzw':_0x40c2e4(0xfb),'kjorH':_0x40c2e4(0xef),'gwYxa':function(_0x318c96,_0x26842f){return _0x318c96+_0x26842f;},'gPAhv':function(_0x4f9ef7,_0x1101b8){return _0x4f9ef7+_0x1101b8;},'xqPJY':function(_0x448c29,_0x3cf981){return _0x448c29+_0x3cf981;},'PWsSB':_0x40c2e4(0x167),'ruAdx':_0x40c2e4(0x130),'LFUBT':'FAILED','ydZZQ':function(_0x1a9ca2,_0x1147fa){return _0x1a9ca2!==_0x1147fa;},'CzIHx':'MkBHB','czCMc':function(_0x239095,_0x2c36fd,_0x394d8d){return _0x239095(_0x2c36fd,_0x394d8d);},'WIAaM':_0x40c2e4(0x11b),'rhrVK':_0x40c2e4(0xe0),'Iyswe':_0x40c2e4(0x175),'jAkuN':function(_0x3d6ace,_0x45b440){return _0x3d6ace+_0x45b440;},'ubQgD':'wnRWV','ApAMR':function(_0x532720,_0x5b21bf){return _0x532720+_0x5b21bf;},'ycmrx':function(_0x3db51a,_0x270df7){return _0x3db51a+_0x270df7;},'RPMxY':function(_0x45f436,_0x27f8ff){return _0x45f436+_0x27f8ff;},'wNala':function(_0x54f9b4,_0x2fd717){return _0x54f9b4+_0x2fd717;},'IrBNi':_0x40c2e4(0x142),'Wgeqi':_0x40c2e4(0x16b)};if(_0xba7c3a[_0x40c2e4(0xe8)](global[_0x40c2e4(0xee)],undefined)){if(_0xba7c3a[_0x40c2e4(0x162)](_0xba7c3a[_0x40c2e4(0x150)],_0xba7c3a[_0x40c2e4(0x150)]))this['log'](_0xba7c3a[_0x40c2e4(0x14e)](_0xba7c3a['ycmrx']('\x0a',global['__platform']),'\x0a'));else{if(_0xba7c3a['wTLYq'](_0x172268['sourceLocation'],_0x32d1c5))return![];if(_0x12dee3[_0x40c2e4(0x102)]&&_0x34de02['actionLocation'][_0x40c2e4(0x118)][_0x40c2e4(0xe4)](_0xba7c3a[_0x40c2e4(0x128)]))return!![];return![];}}const _0x5a0c97=this['eventDataCollector'][_0x40c2e4(0xf9)](_0x342d03[_0x40c2e4(0x139)]);this['log'](_0xba7c3a['RPMxY'](_0xba7c3a[_0x40c2e4(0xeb)](_0xba7c3a[_0x40c2e4(0xeb)](_0xba7c3a['wNala']('\x20\x20',_0x5a0c97[_0x40c2e4(0x13a)][_0x40c2e4(0x153)][_0x40c2e4(0xe7)]),_0xba7c3a[_0x40c2e4(0x111)]),_0x5a0c97[_0x40c2e4(0xfd)][_0x40c2e4(0xe7)]),'\x0a'));const _0x18d8cb={};_0x18d8cb[_0x40c2e4(0x16a)]=this[_0x40c2e4(0x16a)],_0x18d8cb[_0x40c2e4(0x13c)]=this[_0x40c2e4(0x13c)],_0x18d8cb[_0x40c2e4(0xe2)]=this[_0x40c2e4(0xe2)],_0x18d8cb[_0x40c2e4(0x171)]=_0x5a0c97;const _0x30b67f=formatterHelpers['parseTestCaseAttempt'](_0x18d8cb);let _0x13b7db=![];_0x30b67f[_0x40c2e4(0x11f)]['forEach'](_0x2dc97e=>{const _0x3cce0e=_0x40c2e4;if(_0xba7c3a[_0x3cce0e(0x10d)](_0xba7c3a[_0x3cce0e(0x160)],_0xba7c3a[_0x3cce0e(0x160)])){if(_0xba7c3a[_0x3cce0e(0xd8)](_0x2dc97e[_0x3cce0e(0xe7)],_0xba7c3a[_0x3cce0e(0x13b)])&&!this[_0x3cce0e(0x173)](_0x2dc97e)){if(_0xba7c3a[_0x3cce0e(0x162)](_0xba7c3a[_0x3cce0e(0x108)],_0xba7c3a[_0x3cce0e(0x155)]))_0x3ff9f1+=0x1;else{totalTests+=0x1,this[_0x3cce0e(0x122)](_0xba7c3a[_0x3cce0e(0xd4)](_0xba7c3a[_0x3cce0e(0xd3)](_0xba7c3a[_0x3cce0e(0xd3)](_0xba7c3a[_0x3cce0e(0xe6)](_0xba7c3a[_0x3cce0e(0xd3)](_0xba7c3a['PWsSB'],_0x2dc97e[_0x3cce0e(0x121)]),_0x2dc97e['text']||''),_0xba7c3a[_0x3cce0e(0x111)]),Status[_0x2dc97e[_0x3cce0e(0x11b)][_0x3cce0e(0x14c)]]),'\x0a')),this['incrementCounter'](Status[_0x2dc97e[_0x3cce0e(0x11b)][_0x3cce0e(0x14c)]]);if(_0xba7c3a['WxPpo'](Status[_0x2dc97e['result'][_0x3cce0e(0x14c)]],_0xba7c3a[_0x3cce0e(0xff)])){if(_0xba7c3a[_0x3cce0e(0xe8)](_0xba7c3a[_0x3cce0e(0xf3)],_0xba7c3a[_0x3cce0e(0xf3)])){const _0x1cc465=_0x1ed892[_0x3cce0e(0x136)](_0x21f6ca['env'][_0x3cce0e(0x16e)]);_0x5beccf=_0x1cc465['capability'];}else{_0x13b7db=!![];const _0x3f14d5=_0xba7c3a[_0x3cce0e(0x10b)](nestedKeyValue,_0x2dc97e,[_0xba7c3a['WIAaM'],_0xba7c3a[_0x3cce0e(0x15b)]]);if(_0x3f14d5){if(_0xba7c3a[_0x3cce0e(0x156)](_0xba7c3a[_0x3cce0e(0x10c)],_0xba7c3a[_0x3cce0e(0x10c)]))return!![];else testsErrorMessage[_0xba7c3a[_0x3cce0e(0x106)](_0xba7c3a['gPAhv'](_0x5a0c97[_0x3cce0e(0x13a)][_0x3cce0e(0x153)]['name'],_0xba7c3a['ruAdx']),_0x5a0c97['pickle'][_0x3cce0e(0xe7)])]=_0x3f14d5,this[_0x3cce0e(0x122)](_0xba7c3a[_0x3cce0e(0xe6)](_0x3f14d5,'\x0a'));}}}}}}else{let _0x1618e6;if(_0xba7c3a[_0x3cce0e(0x14d)](_0x2960ec[_0x3cce0e(0x15d)][_0x3cce0e(0x16e)],_0x437228)){const _0x3b804f=_0x36cca8[_0x3cce0e(0x136)](_0x592256['env'][_0x3cce0e(0x16e)]);_0x1618e6=_0x3b804f[_0x3cce0e(0xfa)];}_0xba7c3a[_0x3cce0e(0x156)](_0x1618e6,_0x3c9a25)&&(_0x44b739['__platform']=_0xba7c3a['iQZdO'](_0xac6277,_0x1618e6),this[_0x3cce0e(0x122)](_0xba7c3a[_0x3cce0e(0x113)]('Executing\x20tests\x20for\x20'+_0x32a508['__platform'],'\x0a')));}}),_0x13b7db&&(_0xba7c3a[_0x40c2e4(0xd8)](_0xba7c3a[_0x40c2e4(0x159)],_0xba7c3a[_0x40c2e4(0x140)])?testSuitesFailed+=0x1:_0x4bcc16+=0x1),this['log']('\x0a');}['logTestRunFinished'](_0x2d0169){}['isBstackHook'](_0x4330c8){const _0x17d82c=a3_0x1b5211,_0x21216c={'Pyjer':function(_0xca6449,_0x2b0d94,_0xa96f4c){return _0xca6449(_0x2b0d94,_0xa96f4c);},'BFGVj':_0x17d82c(0x11b),'qItqO':'message','IIWmj':function(_0x5a3384,_0x427a66){return _0x5a3384+_0x427a66;},'tAhEC':_0x17d82c(0x130),'DOkwz':function(_0x5c4576,_0x279b5c){return _0x5c4576+_0x279b5c;},'urMvP':function(_0x40c6fd,_0x5bec0a){return _0x40c6fd+_0x5bec0a;},'joqez':function(_0x3e689c,_0x3174d9){return _0x3e689c!==_0x3174d9;},'QBJTX':function(_0xe5156f,_0x18f950){return _0xe5156f===_0x18f950;},'jAJPJ':_0x17d82c(0x10f),'XpaaC':'cucumber-js/test.setup.js','yLfDM':_0x17d82c(0xf7)};if(_0x21216c[_0x17d82c(0xec)](_0x4330c8[_0x17d82c(0x16d)],undefined)){if(_0x21216c[_0x17d82c(0x110)](_0x21216c[_0x17d82c(0x15f)],_0x21216c['jAJPJ']))return![];else{_0xd98ee4=!![];const _0x4f79d2=_0x21216c[_0x17d82c(0xf4)](_0x1ef697,_0x339cf6,[_0x21216c[_0x17d82c(0x11d)],_0x21216c['qItqO']]);_0x4f79d2&&(_0x35bbf2[_0x21216c['IIWmj'](_0x21216c[_0x17d82c(0x103)](_0x58810d['gherkinDocument'][_0x17d82c(0x153)][_0x17d82c(0xe7)],_0x21216c[_0x17d82c(0x12a)]),_0x2b47f2[_0x17d82c(0xfd)][_0x17d82c(0xe7)])]=_0x4f79d2,this[_0x17d82c(0x122)](_0x21216c['DOkwz'](_0x4f79d2,'\x0a')));}}if(_0x4330c8[_0x17d82c(0x102)]&&_0x4330c8[_0x17d82c(0x102)][_0x17d82c(0x118)][_0x17d82c(0xe4)](_0x21216c[_0x17d82c(0x172)])){if(_0x21216c[_0x17d82c(0xec)](_0x21216c[_0x17d82c(0x12b)],_0x21216c['yLfDM']))_0x5a0964[_0x21216c[_0x17d82c(0x13e)](_0x21216c[_0x17d82c(0xe9)](_0x349e5e['gherkinDocument'][_0x17d82c(0x153)][_0x17d82c(0xe7)],_0x21216c[_0x17d82c(0x12a)]),_0x4fd781[_0x17d82c(0xfd)][_0x17d82c(0xe7)])]=_0x8d626b,this['log'](_0x21216c[_0x17d82c(0x103)](_0x1bb002,'\x0a'));else return!![];}return![];}[a3_0x1b5211(0x15e)](_0x2c0742){const _0x5e58f8=a3_0x1b5211,_0x628396={};_0x628396[_0x5e58f8(0x10a)]=_0x5e58f8(0xdd),_0x628396['ZEaxX']=_0x5e58f8(0x13d),_0x628396['HPxZR']=_0x5e58f8(0x141),_0x628396[_0x5e58f8(0x126)]=_0x5e58f8(0xf1),_0x628396[_0x5e58f8(0xf6)]='UNDEFINED',_0x628396[_0x5e58f8(0x10e)]=_0x5e58f8(0x169),_0x628396[_0x5e58f8(0x114)]=_0x5e58f8(0x133);const _0x55216e=_0x628396;switch(_0x2c0742){case _0x55216e['kpUTa']:testsFailed+=0x1;break;case _0x55216e[_0x5e58f8(0x168)]:testsPassed+=0x1;break;case _0x55216e[_0x5e58f8(0x115)]:testsSkipped+=0x1;break;case _0x55216e[_0x5e58f8(0x126)]:testsPending+=0x1;break;case _0x55216e[_0x5e58f8(0xf6)]:testsUndefined+=0x1;break;case _0x55216e['WeSfk']:testsUnknown+=0x1;break;case _0x55216e[_0x5e58f8(0x114)]:testsAmbiguous+=0x1;break;default:break;}}}module[a3_0x1b5211(0x107)]=BrowserstackFormatter;function a3_0x2368(){const _0x2f144d=['exports','QrVzw','LUpAW','kpUTa','czCMc','Iyswe','WxPpo','WeSfk','tGQsp','QBJTX','ruAdx','bstack','xywUi','pYhWr','HPxZR','teUyz','envelope','uri','lmUyJ','QjeVg','result','KWQKh','BFGVj','@cucumber/cucumber','testSteps','RrivB','keyword','log','brScY','UHlhI','testCaseStarted','aMkmt','sLICb','qDIYh','66hTtMVq','tAhEC','yLfDM','4yBKPuV','SSBqr','pTjkT','LQjtd','\x20-\x20','18021430zzUKnL','NKQTt','AMBIGUOUS','dwcMK','3118941XWijRW','parse','LQARA','3884vXYaeF','testCaseStartedId','gherkinDocument','DGZVV','snippetBuilder','PASSED','DOkwz','UChBv','Wgeqi','SKIPPED','BRIvw','fnOvL','jHQFv','testCaseFinished','NmoQz','161255UqNgCr','AgHRf','msYWs','jxiGz','eventBroadcaster','status','QdrUB','ApAMR','KoIed','ubQgD','zSFNd','testRunFinished','feature','VsGxS','kjorH','AsDic','ytRaL','1888830jZEPFU','IrBNi','iBRku','rhrVK','bBXhh','env','incrementCounter','jAJPJ','VJlDb','cucumber-js/test.setup.js','tzjVQ','zyyqT','wFzlN','uTBiJ','BHCBG','\x20\x20\x20\x20','ZEaxX','UNKNOWN','cwd','kcloE','logTestCaseFinished','sourceLocation','CONFIG','logTestRunFinished','KxWFm','testCaseAttempt','XpaaC','isBstackHook','NFLoK','gXozV','NJEUV','text','Executing\x20tests\x20for\x20','gPAhv','gwYxa','fhrCD','AfHRC','yGRer','lJMOK','TPPap','fKogy','kHOGw','626948sjARPo','FAILED','../../../helpers/helper','jRFuH','message','YOZTn','supportCodeLibrary','cvWLt','includes','OiZpu','xqPJY','name','ydZZQ','urMvP','ZfPkH','wNala','joqez','Jbnat','__platform','DEvpo','vwqOh','PENDING','373eGpMiG','CzIHx','Pyjer','vSimQ','YimZT','ocxbt','4433944ayuYVs','getTestCaseAttempt','capability','ZAtda','DEbKa','pickle','xNFKY','LFUBT','TOpJY','GBqKN','actionLocation','IIWmj','LfgQP','dQybz','jAkuN'];a3_0x2368=function(){return _0x2f144d;};return a3_0x2368();}
1
+ function a3_0x3a14(_0x30aef3,_0xc2d508){const _0x1748ed=a3_0x1748();return a3_0x3a14=function(_0x3a14b8,_0x12dca0){_0x3a14b8=_0x3a14b8-0xb0;let _0x41c399=_0x1748ed[_0x3a14b8];return _0x41c399;},a3_0x3a14(_0x30aef3,_0xc2d508);}const a3_0x3a9d7b=a3_0x3a14;(function(_0x2c1f8b,_0x5b5f25){const _0x5009c7=a3_0x3a14,_0x967b93=_0x2c1f8b();while(!![]){try{const _0x5a89d1=parseInt(_0x5009c7(0x10a))/0x1*(parseInt(_0x5009c7(0x122))/0x2)+parseInt(_0x5009c7(0xb6))/0x3+-parseInt(_0x5009c7(0x12f))/0x4+-parseInt(_0x5009c7(0x130))/0x5+parseInt(_0x5009c7(0xbf))/0x6*(parseInt(_0x5009c7(0xe5))/0x7)+parseInt(_0x5009c7(0x115))/0x8+parseInt(_0x5009c7(0x121))/0x9;if(_0x5a89d1===_0x5b5f25)break;else _0x967b93['push'](_0x967b93['shift']());}catch(_0x7b4966){_0x967b93['push'](_0x967b93['shift']());}}}(a3_0x1748,0x3f1b1));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x3a9d7b(0xc4)),{Formatter,formatterHelpers,Status}=requireModule(a3_0x3a9d7b(0x11f));class BrowserstackFormatter extends Formatter{constructor(_0x36618c){const _0x18c760=a3_0x3a9d7b,_0x5ddd5e={'bxrsF':function(_0x3e774e,_0x5bf94d){return _0x3e774e!==_0x5bf94d;},'XwOhE':_0x18c760(0xb2),'oPExK':'bstack','mdqhf':function(_0x18d474,_0x2410cd){return _0x18d474+_0x2410cd;},'RLUgn':'\x20\x20\x20\x20','eJqEB':'\x20-\x20','TJtYR':function(_0x5f5a98,_0x29dfa2){return _0x5f5a98===_0x29dfa2;},'Ktjfr':_0x18c760(0xe7),'kwbLo':function(_0x5a8122,_0x321e5e,_0x2c4d06){return _0x5a8122(_0x321e5e,_0x2c4d06);},'rOtVZ':_0x18c760(0xe8),'NQceV':_0x18c760(0xf5),'uIBhE':function(_0x2b124a,_0x257900){return _0x2b124a+_0x257900;},'cOOGp':function(_0x41797c,_0x2e6218){return _0x41797c+_0x2e6218;},'fbLSJ':function(_0xc71c47,_0x43f21d){return _0xc71c47===_0x43f21d;},'JFDyR':function(_0x1a3517,_0x2ab38c){return _0x1a3517===_0x2ab38c;},'iuREk':_0x18c760(0xfb),'xxrtm':function(_0x4ae083,_0x24b852){return _0x4ae083===_0x24b852;},'dtapY':'trQCB','BWrLu':function(_0xa0d04a,_0x43e6f5){return _0xa0d04a===_0x43e6f5;},'hCgkT':_0x18c760(0x111),'cXjoF':function(_0x198ac0,_0x10aee9){return _0x198ac0!==_0x10aee9;},'vxFKQ':function(_0x19f22c,_0xb3251e){return _0x19f22c===_0xb3251e;},'UtgIw':'pNJkE','tWSVB':_0x18c760(0x125),'cBxQF':function(_0xe5cbb1,_0xe4222a){return _0xe5cbb1!==_0xe4222a;},'dHhFF':'CDOGR','UkZfZ':function(_0x4bd4a7,_0x15a1e3){return _0x4bd4a7(_0x15a1e3);},'MCiJi':'NxOGg','fhqrT':_0x18c760(0xb9),'YuOtg':function(_0x22a569,_0x53ce06){return _0x22a569===_0x53ce06;},'jwisa':_0x18c760(0xc3),'oBnaD':_0x18c760(0xca),'eigKK':'envelope'};super(_0x36618c),_0x36618c['eventBroadcaster']['on'](_0x5ddd5e[_0x18c760(0x13f)],_0x5e0903=>{const _0x3a43d5=_0x18c760,_0xeeb84a={'Dstdz':function(_0x2f54cd,_0x5d7c4f){return _0x5ddd5e['mdqhf'](_0x2f54cd,_0x5d7c4f);},'QUcgm':function(_0x298226,_0x283323){return _0x5ddd5e['mdqhf'](_0x298226,_0x283323);},'RxZpa':function(_0xc85506,_0x52eb95){const _0x3287a3=a3_0x3a14;return _0x5ddd5e[_0x3287a3(0x10b)](_0xc85506,_0x52eb95);},'MKnII':function(_0x431882,_0x47ea0b){return _0x5ddd5e['uIBhE'](_0x431882,_0x47ea0b);},'CRBqJ':_0x5ddd5e['RLUgn'],'zxXtG':_0x5ddd5e['eJqEB'],'CQgwD':function(_0x54a6a0,_0x4cea9a){return _0x5ddd5e['fbLSJ'](_0x54a6a0,_0x4cea9a);},'CKZRa':_0x5ddd5e[_0x3a43d5(0xbb)],'zIiuk':function(_0x9c77a6,_0x4dc310,_0x1c6272){const _0x2884a5=_0x3a43d5;return _0x5ddd5e[_0x2884a5(0xf9)](_0x9c77a6,_0x4dc310,_0x1c6272);},'LhrLw':_0x5ddd5e[_0x3a43d5(0x11d)],'PJJgJ':_0x5ddd5e[_0x3a43d5(0x141)],'EXDLx':function(_0x39b638,_0x293bf2){const _0x1d50c4=_0x3a43d5;return _0x5ddd5e[_0x1d50c4(0x110)](_0x39b638,_0x293bf2);},'ObbbI':function(_0x10ef72,_0x579458){const _0x1ae544=_0x3a43d5;return _0x5ddd5e[_0x1ae544(0xde)](_0x10ef72,_0x579458);}};if(_0x5ddd5e[_0x3a43d5(0xf0)](_0x5ddd5e[_0x3a43d5(0x144)],_0x5ddd5e[_0x3a43d5(0x144)])){if(_0x5e0903[_0x3a43d5(0x104)]){if(_0x5ddd5e[_0x3a43d5(0x12e)](_0x5ddd5e[_0x3a43d5(0xd9)],_0x5ddd5e[_0x3a43d5(0xd9)]))testSuites+=0x1;else{if(_0x5ddd5e[_0x3a43d5(0x133)](_0x30ab08[_0x3a43d5(0xc6)],_0x51b5db))return![];if(_0x474eae[_0x3a43d5(0xba)]&&_0x55d715[_0x3a43d5(0xba)][_0x3a43d5(0x11c)]['includes'](_0x5ddd5e[_0x3a43d5(0x13e)]))return!![];return![];}}else{if(_0x5e0903[_0x3a43d5(0x12b)]){if(_0x5ddd5e[_0x3a43d5(0xc7)](_0x5ddd5e[_0x3a43d5(0xfc)],_0x5ddd5e[_0x3a43d5(0xfc)])){let _0x563c1e;if(_0x5ddd5e[_0x3a43d5(0xc5)](process['env']['CONFIG'],undefined)){if(_0x5ddd5e['vxFKQ'](_0x5ddd5e[_0x3a43d5(0xf1)],_0x5ddd5e[_0x3a43d5(0x123)]))return!![];else{const _0x1bac2b=JSON[_0x3a43d5(0x12a)](process[_0x3a43d5(0x135)][_0x3a43d5(0xda)]);_0x563c1e=_0x1bac2b[_0x3a43d5(0xd4)];}}if(_0x5ddd5e['cBxQF'](_0x563c1e,undefined)){if(_0x5ddd5e[_0x3a43d5(0x12e)](_0x5ddd5e['dHhFF'],_0x5ddd5e[_0x3a43d5(0xcf)]))global['__platform']=_0x5ddd5e['UkZfZ'](getPlatformName,_0x563c1e),this[_0x3a43d5(0xe4)](_0x5ddd5e[_0x3a43d5(0x110)](_0x3a43d5(0xcc)+global[_0x3a43d5(0x129)],'\x0a'));else{const _0x2b7993=_0x318b61[_0x3a43d5(0x12a)](_0x3491a3[_0x3a43d5(0x135)]['CONFIG']);_0x3d4907=_0x2b7993[_0x3a43d5(0xd4)];}}}else return![];}else{if(_0x5e0903[_0x3a43d5(0xce)]){if(_0x5ddd5e[_0x3a43d5(0xf0)](_0x5ddd5e['MCiJi'],_0x5ddd5e[_0x3a43d5(0x114)])){_0x2fd644+=0x1,this['log'](_0xeeb84a[_0x3a43d5(0xd5)](_0xeeb84a['QUcgm'](_0xeeb84a[_0x3a43d5(0xbd)](_0xeeb84a[_0x3a43d5(0xc9)](_0xeeb84a[_0x3a43d5(0xc0)](_0xeeb84a['CRBqJ'],_0x3bd47c['keyword']),_0x38177f[_0x3a43d5(0xeb)]||''),_0xeeb84a[_0x3a43d5(0x146)]),_0x213ef7[_0x9465d1[_0x3a43d5(0xe8)][_0x3a43d5(0x131)]]),'\x0a')),this[_0x3a43d5(0x142)](_0x2f986f[_0x2e98a2[_0x3a43d5(0xe8)][_0x3a43d5(0x131)]]);if(_0xeeb84a['CQgwD'](_0x2ec71d[_0x31c9a8[_0x3a43d5(0xe8)][_0x3a43d5(0x131)]],_0xeeb84a[_0x3a43d5(0xd7)])){_0x110e1b=!![];const _0x4f30c9=_0xeeb84a[_0x3a43d5(0xdf)](_0x4b3cfc,_0x51f003,[_0xeeb84a[_0x3a43d5(0xb5)],_0xeeb84a['PJJgJ']]);_0x4f30c9&&(_0x57ecfb[_0xeeb84a[_0x3a43d5(0x119)](_0xeeb84a['ObbbI'](_0x5a1f81[_0x3a43d5(0x10f)][_0x3a43d5(0xf7)][_0x3a43d5(0xe0)],_0xeeb84a[_0x3a43d5(0x146)]),_0x187a88[_0x3a43d5(0x13b)]['name'])]=_0x4f30c9,this[_0x3a43d5(0xe4)](_0xeeb84a[_0x3a43d5(0x12d)](_0x4f30c9,'\x0a')));}}else this[_0x3a43d5(0xb7)](_0x5e0903[_0x3a43d5(0xce)]);}else{if(_0x5e0903[_0x3a43d5(0x11b)]){if(_0x5ddd5e['YuOtg'](_0x5ddd5e[_0x3a43d5(0x102)],_0x5ddd5e['oBnaD'])){if(_0x5ddd5e[_0x3a43d5(0x133)](_0x5b1e12[_0x3a43d5(0xe0)],_0x5ddd5e[_0x3a43d5(0x134)])&&!this[_0x3a43d5(0xd2)](_0x46c2e9)){_0x36ce9d+=0x1,this[_0x3a43d5(0xe4)](_0x5ddd5e[_0x3a43d5(0x10b)](_0x5ddd5e[_0x3a43d5(0x10b)](_0x5ddd5e[_0x3a43d5(0x10b)](_0x5ddd5e[_0x3a43d5(0x10b)](_0x5ddd5e['mdqhf'](_0x5ddd5e[_0x3a43d5(0x109)],_0x18711c[_0x3a43d5(0xf3)]),_0x1e8d8e[_0x3a43d5(0xeb)]||''),_0x5ddd5e['eJqEB']),_0x473f95[_0x5e6b5a[_0x3a43d5(0xe8)][_0x3a43d5(0x131)]]),'\x0a')),this[_0x3a43d5(0x142)](_0x2c8f0a[_0x32a94d[_0x3a43d5(0xe8)][_0x3a43d5(0x131)]]);if(_0x5ddd5e['TJtYR'](_0x50a539[_0x27373c[_0x3a43d5(0xe8)][_0x3a43d5(0x131)]],_0x5ddd5e['Ktjfr'])){_0x105104=!![];const _0x59fc7a=_0x5ddd5e['kwbLo'](_0x3ab7d4,_0x267fc5,[_0x5ddd5e[_0x3a43d5(0x11d)],_0x5ddd5e[_0x3a43d5(0x141)]]);_0x59fc7a&&(_0xc63ca3[_0x5ddd5e[_0x3a43d5(0xde)](_0x5ddd5e['cOOGp'](_0x38d847[_0x3a43d5(0x10f)][_0x3a43d5(0xf7)][_0x3a43d5(0xe0)],_0x5ddd5e[_0x3a43d5(0xff)]),_0x3d7844[_0x3a43d5(0x13b)][_0x3a43d5(0xe0)])]=_0x59fc7a,this[_0x3a43d5(0xe4)](_0x5ddd5e[_0x3a43d5(0x110)](_0x59fc7a,'\x0a')));}}}else this['logTestRunFinished'](_0x5e0903['testRunFinished']);}}}}}else this[_0x3a43d5(0xb7)](_0xfd0912[_0x3a43d5(0xce)]);});}[a3_0x3a9d7b(0xb7)](_0xf15462){const _0x24279f=a3_0x3a9d7b,_0x5de034={'WCiJe':function(_0x1df5e7,_0x14698c){return _0x1df5e7+_0x14698c;},'hZapE':function(_0x193e32,_0x393c2a){return _0x193e32+_0x393c2a;},'PBTVx':function(_0x1b57aa,_0xa7950c){return _0x1b57aa(_0xa7950c);},'qkEYS':function(_0x381845,_0x458580){return _0x381845+_0x458580;},'dJSyN':function(_0x527304,_0x7cc091){return _0x527304===_0x7cc091;},'vhuFr':_0x24279f(0x10c),'qaroN':'gZUQj','ocptO':function(_0x202b82,_0x12ca9b){return _0x202b82!==_0x12ca9b;},'YNyQt':'bstack','JKMiq':function(_0x413139,_0x5eee1f){return _0x413139!==_0x5eee1f;},'OluOw':'CERfB','IqZmp':_0x24279f(0xea),'bOhXL':function(_0xd4bb78,_0x3d354a){return _0xd4bb78+_0x3d354a;},'TbpSu':'\x20\x20\x20\x20','EoHiv':_0x24279f(0x100),'GJNTP':function(_0x1bef21,_0x452fbc){return _0x1bef21===_0x452fbc;},'WqmiC':_0x24279f(0xe7),'vnswi':function(_0x561867,_0x4b4744){return _0x561867!==_0x4b4744;},'WuZPZ':'Jjiha','xPOuR':_0x24279f(0x138),'dDPlq':function(_0x36411f,_0x2f3595,_0x54b46e){return _0x36411f(_0x2f3595,_0x54b46e);},'exzcG':_0x24279f(0xe8),'KnjuX':_0x24279f(0xf5),'nXQKA':function(_0x1a0178,_0x43566a){return _0x1a0178===_0x43566a;},'bjmxl':'zeIfv','YKZaT':function(_0x433dc1,_0x2a6769){return _0x433dc1+_0x2a6769;},'HHnJz':function(_0x90e51,_0x2320af){return _0x90e51+_0x2320af;},'knedD':function(_0x1c5d55,_0x4d90c8){return _0x1c5d55+_0x4d90c8;},'Opvdu':function(_0x140c2f,_0xca5c20){return _0x140c2f+_0xca5c20;},'ZtfFB':_0x24279f(0xdc),'TuxjP':function(_0x576230,_0x18d05f){return _0x576230+_0x18d05f;},'dzQyT':function(_0xf4ac68,_0x103f9b){return _0xf4ac68+_0x103f9b;},'GxiwL':function(_0x59e4f1,_0x431ec3){return _0x59e4f1+_0x431ec3;},'Fequx':function(_0x1a79e0,_0x5617ff){return _0x1a79e0+_0x5617ff;},'qHurr':function(_0x53effb,_0xc10a1f){return _0x53effb+_0xc10a1f;},'ogaog':_0x24279f(0xef)};_0x5de034[_0x24279f(0xb8)](global[_0x24279f(0x129)],undefined)&&(_0x5de034['JKMiq'](_0x5de034[_0x24279f(0xe6)],_0x5de034[_0x24279f(0xe6)])?this[_0x24279f(0xe4)](_0x5de034[_0x24279f(0x112)](_0x5de034[_0x24279f(0xed)]('\x0a',_0x227e2e[_0x24279f(0x129)]),'\x0a')):this[_0x24279f(0xe4)](_0x5de034['TuxjP'](_0x5de034[_0x24279f(0xfe)]('\x0a',global[_0x24279f(0x129)]),'\x0a')));const _0x3cfee7=this['eventDataCollector'][_0x24279f(0x118)](_0xf15462['testCaseStartedId']);this['log'](_0x5de034['dzQyT'](_0x5de034[_0x24279f(0xe9)](_0x5de034[_0x24279f(0xc8)](_0x5de034[_0x24279f(0x128)]('\x20\x20',_0x3cfee7['gherkinDocument'][_0x24279f(0xf7)]['name']),_0x5de034[_0x24279f(0x117)]),_0x3cfee7['pickle']['name']),'\x0a'));const _0x5b9462={};_0x5b9462[_0x24279f(0xe1)]=this[_0x24279f(0xe1)],_0x5b9462['snippetBuilder']=this['snippetBuilder'],_0x5b9462[_0x24279f(0x12c)]=this[_0x24279f(0x12c)],_0x5b9462[_0x24279f(0xf6)]=_0x3cfee7;const _0x21b2dc=formatterHelpers[_0x24279f(0x10d)](_0x5b9462);let _0x4c1b0d=![];_0x21b2dc['testSteps'][_0x24279f(0xcd)](_0x2e95c3=>{const _0x1060ac=_0x24279f,_0x2480c5={'Fwbbn':function(_0x1dc2f8,_0x377715){const _0x3837ca=a3_0x3a14;return _0x5de034[_0x3837ca(0xfd)](_0x1dc2f8,_0x377715);},'XOkKC':function(_0x3c2ad3,_0x3c2694){const _0x4602a9=a3_0x3a14;return _0x5de034[_0x4602a9(0xfe)](_0x3c2ad3,_0x3c2694);}};if(_0x5de034[_0x1060ac(0x120)](_0x5de034['vhuFr'],_0x5de034['qaroN']))_0x39a8a7[_0x1060ac(0x129)]=_0x2480c5[_0x1060ac(0xd6)](_0x3fc7a5,_0x356d05),this[_0x1060ac(0xe4)](_0x2480c5[_0x1060ac(0xd0)](_0x1060ac(0xcc)+_0xf75b87['__platform'],'\x0a'));else{if(_0x5de034['ocptO'](_0x2e95c3['name'],_0x5de034['YNyQt'])&&!this[_0x1060ac(0xd2)](_0x2e95c3)){if(_0x5de034[_0x1060ac(0x108)](_0x5de034['OluOw'],_0x5de034[_0x1060ac(0x105)])){totalTests+=0x1,this[_0x1060ac(0xe4)](_0x5de034[_0x1060ac(0xed)](_0x5de034['hZapE'](_0x5de034['bOhXL'](_0x5de034[_0x1060ac(0x112)](_0x5de034['bOhXL'](_0x5de034[_0x1060ac(0xb3)],_0x2e95c3[_0x1060ac(0xf3)]),_0x2e95c3['text']||''),_0x5de034['EoHiv']),Status[_0x2e95c3[_0x1060ac(0xe8)][_0x1060ac(0x131)]]),'\x0a')),this['incrementCounter'](Status[_0x2e95c3['result'][_0x1060ac(0x131)]]);if(_0x5de034[_0x1060ac(0xd1)](Status[_0x2e95c3[_0x1060ac(0xe8)][_0x1060ac(0x131)]],_0x5de034[_0x1060ac(0xbc)])){if(_0x5de034[_0x1060ac(0xb8)](_0x5de034[_0x1060ac(0x136)],_0x5de034[_0x1060ac(0x13d)])){_0x4c1b0d=!![];const _0x4e2cb8=_0x5de034[_0x1060ac(0x107)](nestedKeyValue,_0x2e95c3,[_0x5de034['exzcG'],_0x5de034[_0x1060ac(0xb4)]]);_0x4e2cb8&&(_0x5de034[_0x1060ac(0xee)](_0x5de034[_0x1060ac(0x11e)],_0x5de034[_0x1060ac(0x11e)])?(testsErrorMessage[_0x5de034[_0x1060ac(0xfa)](_0x5de034['YKZaT'](_0x3cfee7[_0x1060ac(0x10f)][_0x1060ac(0xf7)][_0x1060ac(0xe0)],_0x5de034[_0x1060ac(0x117)]),_0x3cfee7[_0x1060ac(0x13b)][_0x1060ac(0xe0)])]=_0x4e2cb8,this[_0x1060ac(0xe4)](_0x5de034[_0x1060ac(0xdb)](_0x4e2cb8,'\x0a'))):_0x1423d3+=0x1);}else _0x1a58ed+=0x1;}}else this[_0x1060ac(0x13a)](_0x594512[_0x1060ac(0x11b)]);}}}),_0x4c1b0d&&(_0x5de034[_0x24279f(0x139)](_0x5de034[_0x24279f(0xbe)],_0x5de034['ogaog'])?(_0x8c8d1d[_0x5de034['knedD'](_0x5de034[_0x24279f(0xdb)](_0x31f92f[_0x24279f(0x10f)]['feature'][_0x24279f(0xe0)],_0x5de034['EoHiv']),_0x110cd9[_0x24279f(0x13b)][_0x24279f(0xe0)])]=_0x2a5ec6,this[_0x24279f(0xe4)](_0x5de034[_0x24279f(0xf4)](_0xbfd958,'\x0a'))):testSuitesFailed+=0x1),this[_0x24279f(0xe4)]('\x0a');}['logTestRunFinished'](_0x53f4a1){}[a3_0x3a9d7b(0xd2)](_0x47c22c){const _0xabfe2c=a3_0x3a9d7b,_0x3232ed={'MRejy':function(_0x2c0b99,_0x1affad,_0x55f5c8){return _0x2c0b99(_0x1affad,_0x55f5c8);},'rdhCx':_0xabfe2c(0xe8),'Rrzzi':_0xabfe2c(0xf5),'udJMc':function(_0x4c01b0,_0x5e2ffd){return _0x4c01b0+_0x5e2ffd;},'wrmHE':function(_0x533a5b,_0x27f204){return _0x533a5b+_0x27f204;},'sKnIk':_0xabfe2c(0x100),'UxZHn':function(_0x53245e,_0x2bfdc9){return _0x53245e+_0x2bfdc9;},'mCpuF':function(_0x4eece0,_0x3ea867){return _0x4eece0!==_0x3ea867;},'hmiTt':function(_0x5081a6,_0x3c14cf){return _0x5081a6(_0x3c14cf);},'SGQAX':function(_0x73f199,_0x10a098){return _0x73f199+_0x10a098;},'qEiza':function(_0x5415be,_0x407b75){return _0x5415be===_0x407b75;},'KrqeG':_0xabfe2c(0x124),'IoWod':'cucumber-js/test.setup.js','gYZAs':function(_0x42f58f,_0x486ae5){return _0x42f58f!==_0x486ae5;},'bmYIi':_0xabfe2c(0x11a)};if(_0x3232ed[_0xabfe2c(0xd3)](_0x47c22c['sourceLocation'],undefined)){if(_0x3232ed[_0xabfe2c(0x113)](_0x3232ed['KrqeG'],_0x3232ed['KrqeG']))return![];else{_0x376258=!![];const _0x37eff5=_0x3232ed[_0xabfe2c(0x103)](_0x4c1917,_0x48b054,[_0x3232ed['rdhCx'],_0x3232ed[_0xabfe2c(0x127)]]);_0x37eff5&&(_0x1d0687[_0x3232ed[_0xabfe2c(0x10e)](_0x3232ed[_0xabfe2c(0x116)](_0x999f61[_0xabfe2c(0x10f)]['feature'][_0xabfe2c(0xe0)],_0x3232ed[_0xabfe2c(0xb0)]),_0x5ce5cf[_0xabfe2c(0x13b)]['name'])]=_0x37eff5,this['log'](_0x3232ed[_0xabfe2c(0xf2)](_0x37eff5,'\x0a')));}}if(_0x47c22c[_0xabfe2c(0xba)]&&_0x47c22c[_0xabfe2c(0xba)][_0xabfe2c(0x11c)][_0xabfe2c(0xe2)](_0x3232ed[_0xabfe2c(0xd8)])){if(_0x3232ed['gYZAs'](_0x3232ed[_0xabfe2c(0x143)],_0x3232ed['bmYIi'])){let _0x2110b0;if(_0x3232ed[_0xabfe2c(0xd3)](_0x4b48e5[_0xabfe2c(0x135)][_0xabfe2c(0xda)],_0x1d71d3)){const _0x2be7c2=_0x1d200e[_0xabfe2c(0x12a)](_0xdd5af1[_0xabfe2c(0x135)][_0xabfe2c(0xda)]);_0x2110b0=_0x2be7c2[_0xabfe2c(0xd4)];}_0x3232ed[_0xabfe2c(0xd3)](_0x2110b0,_0x2399f9)&&(_0x369ff4['__platform']=_0x3232ed[_0xabfe2c(0xe3)](_0x1ff648,_0x2110b0),this['log'](_0x3232ed[_0xabfe2c(0xc1)]('Executing\x20tests\x20for\x20'+_0x22773e['__platform'],'\x0a')));}else return!![];}return![];}['incrementCounter'](_0x5d4807){const _0x2ab704=a3_0x3a9d7b,_0x186aa9={};_0x186aa9['QFLYD']='FAILED',_0x186aa9[_0x2ab704(0x106)]=_0x2ab704(0x132),_0x186aa9[_0x2ab704(0x13c)]=_0x2ab704(0x137),_0x186aa9[_0x2ab704(0xb1)]=_0x2ab704(0xcb),_0x186aa9[_0x2ab704(0x140)]=_0x2ab704(0xc2),_0x186aa9[_0x2ab704(0x126)]=_0x2ab704(0x101),_0x186aa9['uREvz']=_0x2ab704(0xf8);const _0x5924c1=_0x186aa9;switch(_0x5d4807){case _0x5924c1[_0x2ab704(0xec)]:testsFailed+=0x1;break;case _0x5924c1[_0x2ab704(0x106)]:testsPassed+=0x1;break;case _0x5924c1[_0x2ab704(0x13c)]:testsSkipped+=0x1;break;case _0x5924c1['zJGxJ']:testsPending+=0x1;break;case _0x5924c1[_0x2ab704(0x140)]:testsUndefined+=0x1;break;case _0x5924c1['hvtFq']:testsUnknown+=0x1;break;case _0x5924c1[_0x2ab704(0x145)]:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x1748(){const _0x3bbd46=['feature','AMBIGUOUS','kwbLo','bOhXL','aRiwG','hCgkT','PBTVx','qkEYS','eJqEB','\x20-\x20','UNKNOWN','jwisa','MRejy','testCaseStarted','IqZmp','omkBd','dDPlq','JKMiq','RLUgn','2euFSwT','mdqhf','rVkKZ','parseTestCaseAttempt','udJMc','gherkinDocument','cOOGp','Abopx','WCiJe','qEiza','fhqrT','3746816RVefeo','wrmHE','EoHiv','getTestCaseAttempt','EXDLx','pyKEL','testRunFinished','uri','rOtVZ','bjmxl','@cucumber/cucumber','dJSyN','3344355PpxSUR','95668gUMfuP','tWSVB','GoMpN','gRJCR','hvtFq','Rrzzi','qHurr','__platform','parse','testRunStarted','supportCodeLibrary','ObbbI','xxrtm','1514108zUcSRw','2291780AzacBW','status','PASSED','bxrsF','oPExK','env','WuZPZ','SKIPPED','dXlxM','ocptO','logTestRunFinished','pickle','rXrZM','xPOuR','XwOhE','eigKK','GjiLf','NQceV','incrementCounter','bmYIi','iuREk','uREvz','zxXtG','sKnIk','zJGxJ','cucumber-js/test.setup.js','TbpSu','KnjuX','LhrLw','111165sTJqsF','logTestCaseFinished','vnswi','JzdkK','actionLocation','Ktjfr','WqmiC','QUcgm','ogaog','28314sxjgcN','MKnII','SGQAX','UNDEFINED','ARFaR','../../../helpers/helper','cXjoF','sourceLocation','BWrLu','Fequx','RxZpa','uIJOU','PENDING','Executing\x20tests\x20for\x20','forEach','testCaseFinished','dHhFF','XOkKC','GJNTP','isBstackHook','mCpuF','capability','Dstdz','Fwbbn','CKZRa','IoWod','dtapY','CONFIG','HHnJz','dJABt','exports','uIBhE','zIiuk','name','cwd','includes','hmiTt','log','182pWYIiI','ZtfFB','FAILED','result','GxiwL','EMKRj','text','QFLYD','hZapE','nXQKA','nfJeQ','JFDyR','UtgIw','UxZHn','keyword','Opvdu','message','testCaseAttempt'];a3_0x1748=function(){return _0x3bbd46;};return a3_0x1748();}module[a3_0x3a9d7b(0xdd)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a4_0x32af52=a4_0x4af6;(function(_0x201cf8,_0x10d676){const _0x5897ab=a4_0x4af6,_0x54385b=_0x201cf8();while(!![]){try{const _0x879894=-parseInt(_0x5897ab(0x150))/0x1+parseInt(_0x5897ab(0x20a))/0x2+-parseInt(_0x5897ab(0x16a))/0x3+-parseInt(_0x5897ab(0x1b8))/0x4+-parseInt(_0x5897ab(0x1bf))/0x5+parseInt(_0x5897ab(0x1c7))/0x6+parseInt(_0x5897ab(0x15f))/0x7;if(_0x879894===_0x10d676)break;else _0x54385b['push'](_0x54385b['shift']());}catch(_0x215e1a){_0x54385b['push'](_0x54385b['shift']());}}}(a4_0xb816,0xbb944));function a4_0x4af6(_0x53a14c,_0x35a56d){const _0xb81682=a4_0xb816();return a4_0x4af6=function(_0x4af6e9,_0x246c2a){_0x4af6e9=_0x4af6e9-0x13f;let _0x58476e=_0xb81682[_0x4af6e9];return _0x58476e;},a4_0x4af6(_0x53a14c,_0x35a56d);}const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0x32af52(0x1f6)),{Formatter}=requireModule(a4_0x32af52(0x14c)),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js');function a4_0xb816(){const _0xf46124=['ltLeA','PmFfC','getStepLineToPickledStepMap','VaGlS','IgcPe','rzYdt','fwiNH','FAILED','text','env','NhQjT','FOvsh','YofPC','pLsJr','BTjLr','XEFhK','log','LifKM','rWiMA','hULwj','HFFfD','tvrea','BMrXJ','tsHHf','tqwAv','SPHWO','ZNrIc','length','aJZiz','FUmNL','GRFgj','steps','getTestCaseAttempt','rwgJr','GpWYO','eventDataCollector','sourceLocation','bnnXJ','GxfHQ','stYfw','ktKcz','BLmoc','CONFIG','kIcTD','ulEcs','DQBod','xalor','ZSABy','MaTNt','plUEN','aWbvo','Executing\x20tests\x20for\x20','YFSun','gJTdw','CALFs','pctoE','\x20\x20\x20\x20BEFORE\x20-\x20','test-case-finished','\x20\x20\x20\x20','uRQLP','\x20\x20\x20\x20AFTER\x20-\x20','sWIIH','233856CbMmtX','JvYOC','xWWZx','HfcVV','Plnwp','ZvbAz','nJOhG','1740885qYNEUB','PENDING','GrGNj','hVbwY','ZGAYV','cucumber-js/test_old.setup.js','ygnff','zJwHI','6013014WmXtxJ','hNEIj','NcVKn','MaqXh','DyeBA','__platform','PWBQm','kUTvf','qcloh','nAObE','line','CfYSz','aSZgv','fvlqD','tNQDf','SieUB','OaOGJ','uVYzw','loyaw','qVwVV','yZdLs','LLTGG','exception','huOQY','forEach','bmndl','feature','nbykQ','QJvoq','lImUu','gohht','logTestCaseFinished','eventBroadcaster','getTestCaseData','nfKiR','sLpWG','Ftdlh','NYwQB','VXGRE','gherkinDocument','wNKDy','RUCIR','pickle','toUpperCase','Jnqsl','iAuAW','nzATN','../../../helpers/helper','GXOzy','jDXmq','TEThl','oseyR','DLNvX','vCxqz','odUzH','oIuzI','mkDck','tkXPW','ytZVI','aFPvj','MFuYZ','Wjzfk','status','PASSED','NhXMv','WeJDm','PKFsP','2831702HrNtrI','actionLocation','DMoPc','VrTfd','FAGNo','ppWPt','cPhLV','MjhDA','CdfXB','UNKNOWN','includes','undefined','qrhvG','ufYlW','JYCub','test-case-started','Zstxk','cucumber','capability','PzyzL','yIJes','1359557whAXhw','KhZyi','xEdHH','YwrmF','VzjyR','result','QITkp','iwUoN','name','FfyNw','zAUBr','VuRRN','VuOxX','VAjSS','QANka','4023222oAkrkA','\x20-\x20','parse','bshzB','TXNqG','UfTnv','trwKz','DqHxR','kQDNo','uAePk','mNpJW','1374732FZGLCv','pALMZ','uri','stack','tywfZ','lWVLO','JwSpM','cWTty','QaySI','testCase','GWjbZ','KpYEd','exports','SKIPPED','XvOFQ','emHGJ'];a4_0xb816=function(){return _0xf46124;};return a4_0xb816();}class BrowserstackFormatter extends Formatter{constructor(_0x3faaa8){const _0x5a7c6e=a4_0x32af52,_0x50a458={'huOQY':function(_0x2e9b2e,_0x1dc29e){return _0x2e9b2e+_0x1dc29e;},'vCxqz':_0x5a7c6e(0x1b2),'CALFs':function(_0x2195f9,_0x585bf5){return _0x2195f9+_0x585bf5;},'HFFfD':_0x5a7c6e(0x1c4),'ZNrIc':function(_0x2cfce2,_0x82f227){return _0x2cfce2(_0x82f227);},'WeJDm':_0x5a7c6e(0x1b6),'tNQDf':function(_0x16ded7,_0x5b6b8f){return _0x16ded7+_0x5b6b8f;},'xEdHH':function(_0x25fdc3,_0x6eaa4f){return _0x25fdc3===_0x6eaa4f;},'NhXMv':_0x5a7c6e(0x1b9),'VXGRE':_0x5a7c6e(0x1ec),'emHGJ':function(_0x17eb29,_0x348b8a){return _0x17eb29!==_0x348b8a;},'KpYEd':_0x5a7c6e(0x142),'HfcVV':'iYAwo','ktKcz':function(_0x2fe163,_0x1a5ffe){return _0x2fe163!==_0x1a5ffe;},'ufYlW':'BPSRU','mkDck':function(_0xba79a4,_0x336373){return _0xba79a4===_0x336373;},'ZSABy':_0x5a7c6e(0x1c9),'PWBQm':function(_0x2719f9,_0x3df171){return _0x2719f9(_0x3df171);},'jRpMh':function(_0x238775,_0x1fd2b9){return _0x238775+_0x1fd2b9;},'GXOzy':'mUcKG','kIcTD':function(_0x599e36,_0x5dc20d){return _0x599e36(_0x5dc20d);},'TEThl':_0x5a7c6e(0x1e5),'FAGNo':_0x5a7c6e(0x1dc),'PKFsP':_0x5a7c6e(0x180),'oIuzI':'gnBWY','rWiMA':'test-run-started','kUTvf':_0x5a7c6e(0x14a),'ZvbAz':_0x5a7c6e(0x1b3),'yANSy':'test-run-finished','gJTdw':'test-step-started'};super(_0x3faaa8),_0x3faaa8[_0x5a7c6e(0x1e7)]['on'](_0x50a458[_0x5a7c6e(0x18c)],()=>{const _0x53881d=_0x5a7c6e,_0x5b459f={'YwrmF':_0x50a458[_0x53881d(0x18e)],'tywfZ':function(_0x52a02c,_0x235e44){const _0x3a51c1=_0x53881d;return _0x50a458[_0x3a51c1(0x194)](_0x52a02c,_0x235e44);},'FUmNL':function(_0x5b32f2,_0x42186d){const _0x5e8a6e=_0x53881d;return _0x50a458[_0x5e8a6e(0x1b0)](_0x5b32f2,_0x42186d);},'Gikpl':_0x50a458[_0x53881d(0x208)],'VaGlS':function(_0x5131ec,_0x2f0a9a){const _0x20f085=_0x53881d;return _0x50a458[_0x20f085(0x1d5)](_0x5131ec,_0x2f0a9a);},'oseyR':_0x50a458[_0x53881d(0x1fc)]};if(_0x50a458['xEdHH'](_0x50a458[_0x53881d(0x207)],_0x50a458[_0x53881d(0x1ed)]))_0x311555[_0x53881d(0x18a)](_0x50a458[_0x53881d(0x1de)](_0x50a458['vCxqz'],_0x5d84fa[_0x53881d(0x155)][_0x53881d(0x205)]['toUpperCase']()));else{let _0x59f53d;if(_0x50a458[_0x53881d(0x179)](process[_0x53881d(0x183)][_0x53881d(0x1a4)],undefined)){if(_0x50a458[_0x53881d(0x152)](_0x50a458[_0x53881d(0x175)],_0x50a458[_0x53881d(0x1bb)]))_0x3a64aa['log'](_0x50a458['CALFs'](_0x50a458[_0x53881d(0x1fc)],_0x318a60[_0x2efa86][_0x53881d(0x205)][_0x53881d(0x1f2)]()));else{const _0x25ab9c=JSON['parse'](process[_0x53881d(0x183)][_0x53881d(0x1a4)]);_0x59f53d=_0x25ab9c[_0x53881d(0x14d)];}}_0x50a458['ktKcz'](_0x59f53d,undefined)&&(_0x50a458[_0x53881d(0x179)](_0x50a458[_0x53881d(0x148)],_0x50a458[_0x53881d(0x148)])?!_0x22ec71[_0x53881d(0x20b)][_0x53881d(0x16c)][_0x53881d(0x145)](_0x5b459f[_0x53881d(0x153)])&&(_0x5b459f[_0x53881d(0x16e)](_0x39ab0d,_0x22efbc[_0x53881d(0x155)][_0x53881d(0x205)][_0x53881d(0x1f2)]()),_0x159a7a?_0x1d32f8[_0x53881d(0x18a)](_0x5b459f[_0x53881d(0x197)](_0x5b459f['Gikpl'],_0x7f2e91[_0x53881d(0x155)][_0x53881d(0x205)][_0x53881d(0x1f2)]())):_0x387c80['log'](_0x5b459f[_0x53881d(0x17d)](_0x5b459f[_0x53881d(0x1fa)],_0x72751[_0x53881d(0x155)][_0x53881d(0x205)][_0x53881d(0x1f2)]()))):(global[_0x53881d(0x1cc)]=_0x50a458[_0x53881d(0x194)](getPlatformName,_0x59f53d),console[_0x53881d(0x18a)]('Executing\x20tests\x20for\x20'+global[_0x53881d(0x1cc)])));}}),_0x3faaa8[_0x5a7c6e(0x1e7)]['on'](_0x50a458[_0x5a7c6e(0x1ce)],()=>{const _0x1510d7=_0x5a7c6e;_0x50a458[_0x1510d7(0x1ff)](_0x50a458[_0x1510d7(0x1a9)],_0x50a458[_0x1510d7(0x1a9)])?testSuites+=0x1:_0x1b20f0-=0x2;}),_0x3faaa8[_0x5a7c6e(0x1e7)]['on'](_0x50a458[_0x5a7c6e(0x1bd)],_0x11efca=>{const _0x29fc45=_0x5a7c6e,_0x4f47eb={'Ftdlh':function(_0x12ceeb,_0x1de4cf){const _0x305528=a4_0x4af6;return _0x50a458[_0x305528(0x1cd)](_0x12ceeb,_0x1de4cf);},'DQBod':function(_0x554a5a,_0x1cb031){return _0x50a458['jRpMh'](_0x554a5a,_0x1cb031);},'lWVLO':_0x50a458['WeJDm'],'GpWYO':_0x50a458[_0x29fc45(0x1fc)]};_0x50a458['emHGJ'](_0x50a458[_0x29fc45(0x1f7)],_0x50a458[_0x29fc45(0x1f7)])?(_0x4f47eb[_0x29fc45(0x1eb)](_0x3d4133,_0x24d04e[_0x54207f][_0x29fc45(0x205)][_0x29fc45(0x1f2)]()),_0x56873e?_0x560779[_0x29fc45(0x18a)](_0x4f47eb['DQBod'](_0x4f47eb[_0x29fc45(0x16f)],_0x1dcd9a[_0x4e0872]['status'][_0x29fc45(0x1f2)]())):_0x5e3f5b['log'](_0x4f47eb[_0x29fc45(0x1a7)](_0x4f47eb[_0x29fc45(0x19c)],_0x47a94d[_0xc14d30]['status'][_0x29fc45(0x1f2)]()))):this[_0x29fc45(0x1e6)](_0x11efca);}),_0x3faaa8[_0x5a7c6e(0x1e7)]['on'](_0x50a458['yANSy'],()=>{const _0x5bb26e=_0x5a7c6e,_0x3d1b68={'OaOGJ':function(_0x7f73f4,_0xaff645){const _0xbb68ef=a4_0x4af6;return _0x50a458[_0xbb68ef(0x1a5)](_0x7f73f4,_0xaff645);},'iAuAW':function(_0x474b75,_0x4e8211){return _0x50a458['huOQY'](_0x474b75,_0x4e8211);},'VAjSS':_0x50a458[_0x5bb26e(0x208)],'zJwHI':_0x50a458[_0x5bb26e(0x1fc)]};_0x50a458[_0x5bb26e(0x1a2)](_0x50a458[_0x5bb26e(0x1f9)],_0x50a458[_0x5bb26e(0x13f)])?totalTests-=0x2:(_0x3d1b68[_0x5bb26e(0x1d7)](_0x1f9d08,_0xa26347[_0x5bb26e(0x155)][_0x5bb26e(0x205)]['toUpperCase']()),_0x5ecbb5?_0x24ed6c['log'](_0x3d1b68['iAuAW'](_0x3d1b68[_0x5bb26e(0x15d)],_0x187f48[_0x5bb26e(0x155)][_0x5bb26e(0x205)][_0x5bb26e(0x1f2)]())):_0x55b993[_0x5bb26e(0x18a)](_0x3d1b68[_0x5bb26e(0x1f4)](_0x3d1b68[_0x5bb26e(0x1c6)],_0x319326[_0x5bb26e(0x155)]['status']['toUpperCase']())));}),_0x3faaa8[_0x5a7c6e(0x1e7)]['on'](_0x50a458[_0x5a7c6e(0x1af)],()=>{const _0x3c92fe=_0x5a7c6e;_0x50a458[_0x3c92fe(0x152)](_0x50a458[_0x3c92fe(0x209)],_0x50a458[_0x3c92fe(0x1fe)])?_0x1c4194+=0x1:totalTests+=0x1;});}['logTestCaseFinished'](_0x42c20c){const _0x2450a6=a4_0x32af52,_0x589e52={'aJZiz':function(_0x354796,_0x168f9e){return _0x354796(_0x168f9e);},'ytZVI':function(_0x332704,_0x192626){return _0x332704!==_0x192626;},'GxfHQ':_0x2450a6(0x174),'rzYdt':_0x2450a6(0x181),'BMrXJ':_0x2450a6(0x206),'Plnwp':_0x2450a6(0x177),'xWWZx':_0x2450a6(0x1c0),'qVwVV':'UNDEFINED','SPHWO':_0x2450a6(0x144),'VuOxX':'AMBIGUOUS','pLsJr':function(_0x2f0892,_0x37e565){return _0x2f0892+_0x37e565;},'DyeBA':_0x2450a6(0x1b6),'nzATN':function(_0x292813,_0x456617){return _0x292813+_0x456617;},'SieUB':function(_0x200496,_0x441e14){return _0x200496+_0x441e14;},'tkXPW':_0x2450a6(0x1b4),'VrTfd':_0x2450a6(0x160),'nfKiR':function(_0x1ce0d1,_0x4cce79){return _0x1ce0d1+_0x4cce79;},'aWbvo':function(_0x24df40,_0x127f4f){return _0x24df40+_0x127f4f;},'sLpWG':function(_0x3b31a1,_0x1735d8){return _0x3b31a1+_0x1735d8;},'XEFhK':function(_0x3c8802,_0x1dee8c,_0x451c49){return _0x3c8802(_0x1dee8c,_0x451c49);},'RUCIR':_0x2450a6(0x1dd),'tsHHf':_0x2450a6(0x16d),'PzyzL':function(_0x2f55c9,_0x26ac35){return _0x2f55c9+_0x26ac35;},'CfYSz':function(_0x387fa7,_0x2deb4c){return _0x387fa7+_0x2deb4c;},'TXNqG':'result','fvlqD':function(_0x2a32df,_0x33ca3e){return _0x2a32df===_0x33ca3e;},'aFPvj':'npBgk','uVYzw':_0x2450a6(0x14b),'nAObE':'crnFw','ltLeA':_0x2450a6(0x1ca),'DMoPc':function(_0x2e8c01,_0x5475fe){return _0x2e8c01+_0x5475fe;},'GRFgj':function(_0x33ef86,_0x34f790){return _0x33ef86+_0x34f790;},'GrGNj':function(_0x3d273b,_0x96e656){return _0x3d273b===_0x96e656;},'PmFfC':_0x2450a6(0x203),'xalor':_0x2450a6(0x16b),'MaTNt':_0x2450a6(0x1c4),'yciIK':_0x2450a6(0x185),'loyaw':'AqKku','KhZyi':_0x2450a6(0x14f),'BTjLr':'hSOKi','BEbAZ':function(_0x141f92,_0x344e91){return _0x141f92+_0x344e91;},'ygnff':_0x2450a6(0x1b2),'wqKwd':function(_0x5d2f69,_0x2db39b){return _0x5d2f69!==_0x2db39b;},'pctoE':_0x2450a6(0x172),'hNEIj':_0x2450a6(0x149),'qcloh':function(_0x36fe2d,_0x1daeb3,_0x57c77d){return _0x36fe2d(_0x1daeb3,_0x57c77d);},'ICOos':function(_0x5b6f5e,_0xc92f6b){return _0x5b6f5e===_0xc92f6b;},'aSZgv':_0x2450a6(0x15b),'kQDNo':_0x2450a6(0x164),'QITkp':function(_0x4e25a5,_0x35bfe0){return _0x4e25a5(_0x35bfe0);},'tqwAv':function(_0x38b277,_0x4fa5b0){return _0x38b277+_0x4fa5b0;},'QJvoq':function(_0x606859,_0x2729e2){return _0x606859+_0x2729e2;},'bnnXJ':function(_0x250e54,_0x22ae43){return _0x250e54!==_0x22ae43;},'ppWPt':function(_0x188b22,_0x36c4c3){return _0x188b22(_0x36c4c3);},'NhQjT':function(_0xec032d,_0x463d96){return _0xec032d+_0x463d96;},'LifKM':function(_0x2adf55,_0x583048){return _0x2adf55+_0x583048;},'odUzH':function(_0x148fe2,_0x460ff0){return _0x148fe2+_0x460ff0;},'CdfXB':function(_0x18b24b,_0x3ed852){return _0x18b24b+_0x3ed852;},'qrhvG':function(_0x51fd31,_0x10402c){return _0x51fd31!==_0x10402c;},'nbykQ':_0x2450a6(0x1fb),'YofPC':function(_0x2b2870,_0x4e9ec4){return _0x2b2870!==_0x4e9ec4;},'uRQLP':_0x2450a6(0x146),'YFSun':_0x2450a6(0x157),'mNpJW':function(_0x13e39b,_0x23e6af){return _0x13e39b+_0x23e6af;},'xJRev':function(_0x4410b8,_0x3ac7cf){return _0x4410b8<_0x3ac7cf;},'zAUBr':function(_0x4ecf8f,_0x5c2778){return _0x4ecf8f===_0x5c2778;},'BLmoc':_0x2450a6(0x1c2),'oseVt':'DyVAo','XvOFQ':function(_0x243a65,_0x270024){return _0x243a65(_0x270024);},'KsLWt':_0x2450a6(0x19b),'ulEcs':_0x2450a6(0x154),'hULwj':function(_0x3a0c25,_0x31d37e){return _0x3a0c25!==_0x31d37e;},'bshzB':_0x2450a6(0x165),'nJOhG':function(_0x49695b,_0x1cc49a){return _0x49695b(_0x1cc49a);},'ZGAYV':function(_0x467975,_0x175a79){return _0x467975!==_0x175a79;},'bmndl':'EaBZT','IgcPe':_0x2450a6(0x18f),'JwSpM':function(_0x435220,_0x1453b6){return _0x435220+_0x1453b6;},'FfyNw':function(_0x527424,_0x327b36){return _0x527424!==_0x327b36;},'lImUu':_0x2450a6(0x168),'yZdLs':_0x2450a6(0x204),'WKhpj':function(_0x3cffae,_0xe34496){return _0x3cffae===_0xe34496;},'CJMtZ':function(_0x44474d,_0x191b07,_0x4c7620){return _0x44474d(_0x191b07,_0x4c7620);},'jDXmq':function(_0x3772d1,_0x505846){return _0x3772d1+_0x505846;},'cPhLV':function(_0x50391e,_0x1b2a6f){return _0x50391e+_0x1b2a6f;},'ertcb':function(_0x424725,_0xe372ad){return _0x424725+_0xe372ad;}};let _0x265e95=![];function _0x298616(_0x281006){const _0x6d8e57=_0x2450a6,_0x5d787d={'mAnzJ':function(_0x1e8ade,_0x1f0c19){return _0x589e52['aJZiz'](_0x1e8ade,_0x1f0c19);}};if(_0x589e52['ytZVI'](_0x589e52[_0x6d8e57(0x1a0)],_0x589e52[_0x6d8e57(0x1a0)]))_0xc0db21[_0x6d8e57(0x1cc)]=_0x5d787d['mAnzJ'](_0x5c88cc,_0x4161b4),_0x33c3d7[_0x6d8e57(0x18a)](_0x6d8e57(0x1ad)+_0x4ec9ec[_0x6d8e57(0x1cc)]);else switch(_0x281006){case _0x589e52[_0x6d8e57(0x17f)]:testsFailed+=0x1;break;case _0x589e52[_0x6d8e57(0x190)]:testsPassed+=0x1;break;case _0x589e52[_0x6d8e57(0x1bc)]:testsSkipped+=0x1;break;case _0x589e52[_0x6d8e57(0x1ba)]:testsPending+=0x1;break;case _0x589e52[_0x6d8e57(0x1da)]:testsUndefined+=0x1;break;case _0x589e52[_0x6d8e57(0x193)]:testsUnknown+=0x1;break;case _0x589e52[_0x6d8e57(0x15c)]:testsAmbiguous+=0x1;break;default:break;}}_0x589e52[_0x2450a6(0x147)](global[_0x2450a6(0x1cc)],undefined)&&(_0x589e52['wqKwd'](_0x589e52['nbykQ'],_0x589e52[_0x2450a6(0x1e2)])?_0x4ee34d[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x187)](_0x589e52[_0x2450a6(0x1cb)],_0x1d6715[_0x4daca5][_0x2450a6(0x205)][_0x2450a6(0x1f2)]())):console[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x1ac)](_0x589e52['CdfXB']('\x0a',global[_0x2450a6(0x1cc)]),'\x0a')));let _0x22ece3=![];if(_0x589e52[_0x2450a6(0x186)](typeof this[_0x2450a6(0x19d)][_0x2450a6(0x1e8)],_0x589e52[_0x2450a6(0x1b5)])){if(_0x589e52['GrGNj'](_0x589e52[_0x2450a6(0x1ae)],_0x589e52['YFSun'])){var _0x25515=this[_0x2450a6(0x19d)][_0x2450a6(0x1e8)](_0x42c20c[_0x2450a6(0x19e)]),_0x12242a=_0x25515[_0x2450a6(0x1f1)],_0x525261=_0x25515[_0x2450a6(0x173)];console[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x169)]('\x20\x20',_0x12242a[_0x2450a6(0x158)]));var _0x14bf9f=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x12242a);_0x525261['steps'][_0x2450a6(0x1df)](function(_0x4da2fa){const _0x5957b9=_0x2450a6,_0x45c86e={'sWIIH':function(_0x3a5ac9,_0x156ecb,_0x41dcbb){const _0xb62ad3=a4_0x4af6;return _0x589e52[_0xb62ad3(0x189)](_0x3a5ac9,_0x156ecb,_0x41dcbb);},'stYfw':_0x589e52[_0x5957b9(0x1f0)],'DqHxR':_0x589e52['tsHHf'],'wNKDy':function(_0x306222,_0x42a2b6){const _0x5e4390=_0x5957b9;return _0x589e52[_0x5e4390(0x14e)](_0x306222,_0x42a2b6);},'cWTty':_0x589e52[_0x5957b9(0x20d)],'QANka':function(_0x34baab,_0x5511a8){const _0x3174b4=_0x5957b9;return _0x589e52[_0x3174b4(0x1d2)](_0x34baab,_0x5511a8);},'atXbq':function(_0xc61bb8,_0x55fe5d,_0x243605){const _0x40e922=_0x5957b9;return _0x589e52[_0x40e922(0x189)](_0xc61bb8,_0x55fe5d,_0x243605);},'plUEN':_0x589e52[_0x5957b9(0x163)],'Jnqsl':function(_0x36d08f,_0x5b9e0f){return _0x589e52['sLpWG'](_0x36d08f,_0x5b9e0f);}};if(_0x589e52[_0x5957b9(0x1d4)](_0x589e52[_0x5957b9(0x202)],_0x589e52[_0x5957b9(0x1d8)])){_0x2d2988=!![];const _0x3f2bb4=_0x45c86e[_0x5957b9(0x1b7)](_0x1b8775,_0x148abc[_0x349282],[_0x45c86e[_0x5957b9(0x1a1)],_0x45c86e['DqHxR']]);_0x3f2bb4&&(_0x5895c7[_0x45c86e[_0x5957b9(0x1ef)](_0x45c86e[_0x5957b9(0x1ef)](_0x495d8b[_0x5957b9(0x1ee)][_0x5957b9(0x1e1)]['name'],_0x45c86e[_0x5957b9(0x171)]),_0x4f9744['pickle'][_0x5957b9(0x158)])]=_0x3f2bb4,_0x2d9929[_0x5957b9(0x18a)](_0x45c86e[_0x5957b9(0x15e)](_0x3f2bb4,'\x0a')));}else{if(_0x4da2fa[_0x5957b9(0x20b)]&&_0x4da2fa[_0x5957b9(0x19e)])_0x589e52[_0x5957b9(0x201)](_0x589e52[_0x5957b9(0x1d0)],_0x589e52[_0x5957b9(0x17a)])?(_0x265e95=!![],console['log'](_0x589e52[_0x5957b9(0x20c)](_0x589e52[_0x5957b9(0x198)](_0x589e52[_0x5957b9(0x1ac)](_0x589e52[_0x5957b9(0x200)],_0x14bf9f[_0x4da2fa[_0x5957b9(0x19e)][_0x5957b9(0x1d1)]][_0x5957b9(0x182)]),_0x589e52['VrTfd']),_0x4da2fa[_0x5957b9(0x155)][_0x5957b9(0x205)][_0x5957b9(0x1f2)]())),_0x589e52[_0x5957b9(0x196)](_0x298616,_0x4da2fa[_0x5957b9(0x155)][_0x5957b9(0x205)][_0x5957b9(0x1f2)]())):(_0x50188a=!![],_0x5a5ca2[_0x5957b9(0x18a)](_0x589e52[_0x5957b9(0x187)](_0x589e52['nzATN'](_0x589e52[_0x5957b9(0x1d6)](_0x589e52['tkXPW'],_0x4732bf[_0x3cbd58[_0x5957b9(0x19e)]['line']][_0x5957b9(0x182)]),_0x589e52[_0x5957b9(0x20d)]),_0x38cb31[_0x5957b9(0x155)][_0x5957b9(0x205)][_0x5957b9(0x1f2)]())),_0x589e52['aJZiz'](_0x1f662c,_0x11d641[_0x5957b9(0x155)][_0x5957b9(0x205)][_0x5957b9(0x1f2)]()));else _0x4da2fa['actionLocation']&&(_0x589e52[_0x5957b9(0x1c1)](_0x589e52[_0x5957b9(0x17b)],_0x589e52[_0x5957b9(0x1a8)])?_0x1d968b[_0x5957b9(0x18a)](_0x589e52[_0x5957b9(0x1e9)](_0x589e52['aWbvo']('\x0a',_0x59a240[_0x5957b9(0x1cc)]),'\x0a')):!_0x4da2fa[_0x5957b9(0x20b)]['uri'][_0x5957b9(0x145)](_0x589e52['MaTNt'])&&(_0x589e52[_0x5957b9(0x1c1)](_0x589e52['yciIK'],_0x589e52[_0x5957b9(0x1d9)])?(_0x4f4a6[_0x589e52[_0x5957b9(0x1ea)](_0x589e52[_0x5957b9(0x1f5)](_0x26a8a3[_0x5957b9(0x1ee)][_0x5957b9(0x1e1)]['name'],_0x589e52['VrTfd']),_0x29d0a5[_0x5957b9(0x1f1)][_0x5957b9(0x158)])]=_0x28bf09,_0xbd3dec['log'](_0x589e52[_0x5957b9(0x1ea)](_0x3a9a17,'\x0a'))):(_0x589e52['aJZiz'](_0x298616,_0x4da2fa['result'][_0x5957b9(0x205)][_0x5957b9(0x1f2)]()),_0x265e95?_0x589e52[_0x5957b9(0x201)](_0x589e52[_0x5957b9(0x151)],_0x589e52[_0x5957b9(0x151)])?this[_0x5957b9(0x1e6)](_0x3fff06):console[_0x5957b9(0x18a)](_0x589e52[_0x5957b9(0x1d2)](_0x589e52[_0x5957b9(0x1cb)],_0x4da2fa[_0x5957b9(0x155)][_0x5957b9(0x205)][_0x5957b9(0x1f2)]())):_0x589e52[_0x5957b9(0x1d4)](_0x589e52[_0x5957b9(0x188)],_0x589e52[_0x5957b9(0x188)])?console[_0x5957b9(0x18a)](_0x589e52['BEbAZ'](_0x589e52[_0x5957b9(0x1c5)],_0x4da2fa[_0x5957b9(0x155)]['status']['toUpperCase']())):_0x77d0dd+=0x1)));if(_0x589e52['fvlqD'](_0x4da2fa['result'][_0x5957b9(0x205)][_0x5957b9(0x1f2)](),_0x589e52[_0x5957b9(0x17f)])){if(_0x589e52['wqKwd'](_0x589e52[_0x5957b9(0x1b1)],_0x589e52[_0x5957b9(0x1c8)])){const _0x4c5e3b=_0x589e52[_0x5957b9(0x1cf)](nestedKeyValue,_0x4da2fa,[_0x589e52[_0x5957b9(0x163)],_0x589e52[_0x5957b9(0x1f0)],_0x589e52[_0x5957b9(0x191)]]);if(_0x4c5e3b){if(_0x589e52['ICOos'](_0x589e52[_0x5957b9(0x1d3)],_0x589e52[_0x5957b9(0x167)])){const _0x61b397=_0xed121d['parse'](_0x4e7c75['env'][_0x5957b9(0x1a4)]);_0x225661=_0x61b397['capability'];}else testsErrorMessage[_0x12242a[_0x5957b9(0x158)]]=_0x4c5e3b,console[_0x5957b9(0x18a)](_0x589e52[_0x5957b9(0x1ea)](_0x4c5e3b,'\x0a'));}_0x22ece3=!![];}else{const _0x29b59b=_0x45c86e['atXbq'](_0x192560,_0x27edc0,[_0x45c86e[_0x5957b9(0x1ab)],_0x45c86e[_0x5957b9(0x1a1)],_0x45c86e[_0x5957b9(0x166)]]);_0x29b59b&&(_0x29caac[_0x2a06b7[_0x5957b9(0x158)]]=_0x29b59b,_0x3fa814[_0x5957b9(0x18a)](_0x45c86e[_0x5957b9(0x1f3)](_0x29b59b,'\x0a'))),_0x194dee=!![];}}}});}else!_0x6a1a72[_0x2450a6(0x20b)][_0x2450a6(0x16c)][_0x2450a6(0x145)](_0x589e52[_0x2450a6(0x1aa)])&&(_0x589e52[_0x2450a6(0x156)](_0x152aed,_0x1a7c11[_0x4c85a4][_0x2450a6(0x205)][_0x2450a6(0x1f2)]()),_0x367bb5?_0x1d3c6a[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x192)](_0x589e52[_0x2450a6(0x1cb)],_0x53c67f[_0x4dc462][_0x2450a6(0x205)]['toUpperCase']())):_0x3aeabd[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x1e3)](_0x589e52['ygnff'],_0x3d1287[_0x4b03fc][_0x2450a6(0x205)][_0x2450a6(0x1f2)]())));}else{const _0x84643=this[_0x2450a6(0x19d)][_0x2450a6(0x19a)](_0x42c20c);console[_0x2450a6(0x18a)](_0x589e52['DMoPc'](_0x589e52[_0x2450a6(0x1ac)](_0x589e52[_0x2450a6(0x192)]('\x20\x20',_0x84643[_0x2450a6(0x1ee)][_0x2450a6(0x1e1)][_0x2450a6(0x158)]),_0x589e52['VrTfd']),_0x84643[_0x2450a6(0x1f1)][_0x2450a6(0x158)]));const _0x5a63dd=(0x0,pickleParser[_0x2450a6(0x17c)])(_0x84643[_0x2450a6(0x1f1)]),_0x3e069c=_0x84643[_0x2450a6(0x173)][_0x2450a6(0x199)],_0x4d1f7d=_0x84643['stepResults'],_0xb32a45=_0x3e069c[_0x2450a6(0x195)];for(let _0x47681e=0x0;_0x589e52['xJRev'](_0x47681e,_0xb32a45);_0x47681e++){const _0x46822b=_0x3e069c[_0x47681e];if(_0x46822b[_0x2450a6(0x20b)]&&_0x46822b[_0x2450a6(0x19e)]){if(_0x589e52[_0x2450a6(0x15a)](_0x589e52[_0x2450a6(0x1a3)],_0x589e52['oseVt'])){let _0x554069;if(_0x589e52[_0x2450a6(0x19f)](_0x1e7b29['env'][_0x2450a6(0x1a4)],_0x3bd33e)){const _0x2c1e91=_0x59ea73[_0x2450a6(0x161)](_0x348c8f[_0x2450a6(0x183)][_0x2450a6(0x1a4)]);_0x554069=_0x2c1e91[_0x2450a6(0x14d)];}_0x589e52['wqKwd'](_0x554069,_0x88b22b)&&(_0x499c26[_0x2450a6(0x1cc)]=_0x589e52[_0x2450a6(0x140)](_0x3acfb2,_0x554069),_0x75c933[_0x2450a6(0x18a)](_0x2450a6(0x1ad)+_0x243cbe[_0x2450a6(0x1cc)]));}else _0x265e95=!![],console['log'](_0x589e52[_0x2450a6(0x169)](_0x589e52[_0x2450a6(0x1d2)](_0x589e52[_0x2450a6(0x20c)](_0x589e52[_0x2450a6(0x200)],_0x5a63dd[_0x46822b[_0x2450a6(0x19e)][_0x2450a6(0x1d1)]][_0x2450a6(0x182)]),_0x589e52[_0x2450a6(0x20d)]),_0x4d1f7d[_0x47681e]['status'][_0x2450a6(0x1f2)]())),_0x589e52[_0x2450a6(0x178)](_0x298616,_0x4d1f7d[_0x47681e][_0x2450a6(0x205)]['toUpperCase']());}else _0x46822b[_0x2450a6(0x20b)]&&(_0x589e52[_0x2450a6(0x19f)](_0x589e52['KsLWt'],_0x589e52[_0x2450a6(0x1a6)])?!_0x46822b['actionLocation'][_0x2450a6(0x16c)]['includes'](_0x589e52[_0x2450a6(0x1aa)])&&(_0x589e52[_0x2450a6(0x18d)](_0x589e52['bshzB'],_0x589e52[_0x2450a6(0x162)])?_0x9ecc61+=0x1:(_0x589e52[_0x2450a6(0x1be)](_0x298616,_0x4d1f7d[_0x47681e]['status']['toUpperCase']()),_0x265e95?_0x589e52[_0x2450a6(0x1c3)](_0x589e52[_0x2450a6(0x1e0)],_0x589e52[_0x2450a6(0x17e)])?console[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x170)](_0x589e52[_0x2450a6(0x1cb)],_0x4d1f7d[_0x47681e][_0x2450a6(0x205)]['toUpperCase']())):(_0xce5c5c=!![],_0x4b96b9[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x184)](_0x589e52[_0x2450a6(0x18b)](_0x589e52['DMoPc'](_0x589e52[_0x2450a6(0x200)],_0x4c9f8b[_0x422592[_0x2450a6(0x19e)][_0x2450a6(0x1d1)]][_0x2450a6(0x182)]),_0x589e52['VrTfd']),_0x230ce2[_0x9ad555][_0x2450a6(0x205)]['toUpperCase']())),_0x589e52['ppWPt'](_0x5d5815,_0x48d00d[_0x4574be][_0x2450a6(0x205)][_0x2450a6(0x1f2)]())):_0x589e52[_0x2450a6(0x159)](_0x589e52[_0x2450a6(0x1e4)],_0x589e52[_0x2450a6(0x1db)])?console[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x1f5)](_0x589e52[_0x2450a6(0x1c5)],_0x4d1f7d[_0x47681e][_0x2450a6(0x205)][_0x2450a6(0x1f2)]())):_0x915dcc[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x1fd)](_0x589e52[_0x2450a6(0x1cb)],_0x4fb900['result'][_0x2450a6(0x205)][_0x2450a6(0x1f2)]())))):(_0x1642f0[_0x50d816[_0x2450a6(0x158)]]=_0x1aec79,_0x3de932[_0x2450a6(0x18a)](_0x589e52[_0x2450a6(0x143)](_0x1c8bae,'\x0a'))));if(_0x589e52['WKhpj'](_0x4d1f7d[_0x47681e][_0x2450a6(0x205)][_0x2450a6(0x1f2)](),_0x589e52['rzYdt'])){_0x22ece3=!![];const _0x3e0ef2=_0x589e52['CJMtZ'](nestedKeyValue,_0x4d1f7d[_0x47681e],[_0x589e52[_0x2450a6(0x1f0)],_0x589e52[_0x2450a6(0x191)]]);_0x3e0ef2&&(testsErrorMessage[_0x589e52[_0x2450a6(0x1f8)](_0x589e52[_0x2450a6(0x141)](_0x84643[_0x2450a6(0x1ee)][_0x2450a6(0x1e1)]['name'],_0x589e52[_0x2450a6(0x20d)]),_0x84643['pickle'][_0x2450a6(0x158)])]=_0x3e0ef2,console[_0x2450a6(0x18a)](_0x589e52['ertcb'](_0x3e0ef2,'\x0a')));}}}_0x22ece3&&(testSuitesFailed+=0x1),console[_0x2450a6(0x18a)]('\x0a');}}module[a4_0x32af52(0x176)]=BrowserstackFormatter;
1
+ const a4_0x7b99aa=a4_0xcc5b;(function(_0xf2f9fc,_0x3d2b2a){const _0x23600f=a4_0xcc5b,_0x3ce100=_0xf2f9fc();while(!![]){try{const _0x159cc9=-parseInt(_0x23600f(0xf3))/0x1*(parseInt(_0x23600f(0x121))/0x2)+parseInt(_0x23600f(0x113))/0x3+parseInt(_0x23600f(0x152))/0x4+-parseInt(_0x23600f(0x18c))/0x5+parseInt(_0x23600f(0x144))/0x6+parseInt(_0x23600f(0x140))/0x7*(parseInt(_0x23600f(0x15b))/0x8)+-parseInt(_0x23600f(0x13b))/0x9*(parseInt(_0x23600f(0x189))/0xa);if(_0x159cc9===_0x3d2b2a)break;else _0x3ce100['push'](_0x3ce100['shift']());}catch(_0x306823){_0x3ce100['push'](_0x3ce100['shift']());}}}(a4_0x5bdb,0xd6d5b));function a4_0xcc5b(_0x43be4b,_0x1aaafb){const _0x5bdbdf=a4_0x5bdb();return a4_0xcc5b=function(_0xcc5b75,_0x3d98bb){_0xcc5b75=_0xcc5b75-0xdd;let _0x56d77d=_0x5bdbdf[_0xcc5b75];return _0x56d77d;},a4_0xcc5b(_0x43be4b,_0x1aaafb);}const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0x7b99aa(0x158)),{Formatter}=requireModule(a4_0x7b99aa(0x10c)),pickleParser=requireModule(a4_0x7b99aa(0xe4));class BrowserstackFormatter extends Formatter{constructor(_0x3c1c43){const _0x550262=a4_0x7b99aa,_0x5378e1={'Actjb':function(_0x12f537,_0x5eff48){return _0x12f537+_0x5eff48;},'IjEMv':_0x550262(0x135),'xsOMm':function(_0x2f416f,_0x190fb7){return _0x2f416f(_0x190fb7);},'qQuEf':_0x550262(0x183),'hBJsY':function(_0xc3a5c1,_0x57fd73){return _0xc3a5c1+_0x57fd73;},'mwouh':function(_0x3b08a7,_0x10842d){return _0x3b08a7===_0x10842d;},'WoUIJ':_0x550262(0xe7),'XeUqt':function(_0x42b89d,_0x36e02c){return _0x42b89d!==_0x36e02c;},'JPPdj':_0x550262(0xf0),'cRtSM':function(_0x438b72,_0x57f3b0){return _0x438b72!==_0x57f3b0;},'ZsMxR':_0x550262(0x117),'zuomm':function(_0x310dbe,_0x20be6c){return _0x310dbe(_0x20be6c);},'QNZXn':function(_0x14379e,_0x4c6e5c){return _0x14379e(_0x4c6e5c);},'ClNBM':function(_0x36c387,_0x1d703c){return _0x36c387===_0x1d703c;},'HtEEg':'RLNnl','sEsel':'RRfhP','JhxjM':function(_0x19af85,_0x3351e1){return _0x19af85===_0x3351e1;},'EamgR':_0x550262(0x10b),'WZBHd':_0x550262(0x10f),'eBCYh':_0x550262(0x17f),'MjILX':function(_0xf2e80f,_0x3fef34){return _0xf2e80f+_0x3fef34;},'CyETZ':_0x550262(0x182),'pdJHY':'\x20-\x20','TUBqN':function(_0x2e6eca,_0x56fe7b){return _0x2e6eca(_0x56fe7b);},'NIKRG':_0x550262(0x13f),'gyIKY':_0x550262(0x100),'RoYoZ':_0x550262(0x197),'eWwaF':_0x550262(0x13e),'WcGKd':'test-case-finished','QsSPO':_0x550262(0xec),'WZxTC':'test-step-started'};super(_0x3c1c43),_0x3c1c43[_0x550262(0xfb)]['on'](_0x5378e1[_0x550262(0x154)],()=>{const _0x2ce72c=_0x550262,_0x44d0bc={'qXDSm':function(_0x3b8f5d,_0x24d5fe){const _0x458380=a4_0xcc5b;return _0x5378e1[_0x458380(0x155)](_0x3b8f5d,_0x24d5fe);},'jHZjN':_0x5378e1[_0x2ce72c(0x170)],'ElfZY':function(_0x2ef041,_0x1720db){const _0x13023a=_0x2ce72c;return _0x5378e1[_0x13023a(0x124)](_0x2ef041,_0x1720db);},'iMEBf':_0x5378e1['qQuEf'],'ixhBe':function(_0x28ee35,_0x4d31c7){const _0x27904f=_0x2ce72c;return _0x5378e1[_0x27904f(0x129)](_0x28ee35,_0x4d31c7);}};if(_0x5378e1[_0x2ce72c(0x175)](_0x5378e1[_0x2ce72c(0x157)],_0x5378e1[_0x2ce72c(0x157)])){let _0x22c1fb;if(_0x5378e1[_0x2ce72c(0x145)](process['env']['CONFIG'],undefined)){if(_0x5378e1[_0x2ce72c(0x175)](_0x5378e1[_0x2ce72c(0x14a)],_0x5378e1[_0x2ce72c(0x14a)])){const _0x434e5b=JSON['parse'](process[_0x2ce72c(0x173)]['CONFIG']);_0x22c1fb=_0x434e5b[_0x2ce72c(0x126)];}else _0x237d88[_0x2ce72c(0x16c)](_0x44d0bc[_0x2ce72c(0x141)](_0x44d0bc[_0x2ce72c(0x163)],_0x5eab0e['result'][_0x2ce72c(0x133)][_0x2ce72c(0x180)]()));}_0x5378e1[_0x2ce72c(0x12e)](_0x22c1fb,undefined)&&(_0x5378e1[_0x2ce72c(0x175)](_0x5378e1[_0x2ce72c(0xeb)],_0x5378e1[_0x2ce72c(0xeb)])?(global[_0x2ce72c(0xe2)]=_0x5378e1[_0x2ce72c(0xf7)](getPlatformName,_0x22c1fb),console[_0x2ce72c(0x16c)](_0x2ce72c(0x185)+global['__platform'])):_0x1ca5a6+=0x1);}else _0x44d0bc['ElfZY'](_0x39186c,_0x437307['result'][_0x2ce72c(0x133)][_0x2ce72c(0x180)]()),_0x523181?_0x3b6268[_0x2ce72c(0x16c)](_0x44d0bc[_0x2ce72c(0x141)](_0x44d0bc[_0x2ce72c(0x106)],_0x317e95[_0x2ce72c(0xee)][_0x2ce72c(0x133)][_0x2ce72c(0x180)]())):_0x41a358['log'](_0x44d0bc['ixhBe'](_0x44d0bc[_0x2ce72c(0x163)],_0x33f687[_0x2ce72c(0xee)]['status'][_0x2ce72c(0x180)]()));}),_0x3c1c43[_0x550262(0xfb)]['on'](_0x5378e1[_0x550262(0x101)],()=>{const _0x9e92b1=_0x550262;_0x5378e1[_0x9e92b1(0x17c)](_0x5378e1[_0x9e92b1(0x153)],_0x5378e1[_0x9e92b1(0x146)])?(_0x5378e1[_0x9e92b1(0x17d)](_0x5b891b,_0x115812[_0x3ab60b]['status']['toUpperCase']()),_0x71f84e?_0x52c8cf['log'](_0x5378e1[_0x9e92b1(0x129)](_0x5378e1[_0x9e92b1(0x132)],_0x3e4556[_0x23db18][_0x9e92b1(0x133)][_0x9e92b1(0x180)]())):_0x2857db['log'](_0x5378e1[_0x9e92b1(0x155)](_0x5378e1[_0x9e92b1(0x170)],_0x8bd529[_0x670db3]['status'][_0x9e92b1(0x180)]()))):testSuites+=0x1;}),_0x3c1c43['eventBroadcaster']['on'](_0x5378e1[_0x550262(0x169)],_0x7ecce6=>{const _0xc9174e=_0x550262;_0x5378e1['JhxjM'](_0x5378e1['EamgR'],_0x5378e1[_0xc9174e(0x17e)])?_0x3c03a3+=0x1:this[_0xc9174e(0x120)](_0x7ecce6);}),_0x3c1c43[_0x550262(0xfb)]['on'](_0x5378e1['QsSPO'],()=>{const _0x421830=_0x550262;_0x5378e1['JhxjM'](_0x5378e1['eBCYh'],_0x5378e1['eBCYh'])?totalTests-=0x2:(_0x3c6b8f[_0x421830(0xe2)]=_0x5378e1['zuomm'](_0x2be335,_0x4a866f),_0x158ca1[_0x421830(0x16c)]('Executing\x20tests\x20for\x20'+_0x2aa241[_0x421830(0xe2)]));}),_0x3c1c43[_0x550262(0xfb)]['on'](_0x5378e1['WZxTC'],()=>{const _0x27be70=_0x550262,_0xc4b59f={'jMqkI':function(_0xe89142,_0x482133){const _0x1987f0=a4_0xcc5b;return _0x5378e1[_0x1987f0(0x190)](_0xe89142,_0x482133);},'FxFaZ':function(_0xe9109f,_0x46faf6){return _0x5378e1['Actjb'](_0xe9109f,_0x46faf6);},'OqQuW':_0x5378e1[_0x27be70(0x118)],'bFfAY':_0x5378e1['pdJHY'],'ZGmJr':function(_0x30e0e4,_0x2974d8){const _0xa914bb=_0x27be70;return _0x5378e1[_0xa914bb(0xdd)](_0x30e0e4,_0x2974d8);}};_0x5378e1[_0x27be70(0x128)](_0x5378e1[_0x27be70(0xfe)],_0x5378e1[_0x27be70(0x165)])?(_0x229dbb=!![],_0x2d6f41[_0x27be70(0x16c)](_0xc4b59f[_0x27be70(0x178)](_0xc4b59f[_0x27be70(0x178)](_0xc4b59f[_0x27be70(0xe8)](_0xc4b59f['OqQuW'],_0x46a915[_0x20118e[_0x27be70(0x123)]['line']][_0x27be70(0x16e)]),_0xc4b59f[_0x27be70(0x18a)]),_0x19dbb8[_0x1503a6][_0x27be70(0x133)]['toUpperCase']())),_0xc4b59f[_0x27be70(0x184)](_0x58655d,_0x227952[_0x12c3fd][_0x27be70(0x133)][_0x27be70(0x180)]())):totalTests+=0x1;});}[a4_0x7b99aa(0x120)](_0x5560f5){const _0x2800bd=a4_0x7b99aa,_0x45a224={'MKfRJ':function(_0x18d4e8,_0xbc2f03,_0x3edfad){return _0x18d4e8(_0xbc2f03,_0x3edfad);},'wsrkk':'result','qQbWg':_0x2800bd(0xde),'zGvFY':'stack','Oiqij':function(_0x374968,_0x1171e6){return _0x374968+_0x1171e6;},'bOMlE':function(_0x231252,_0x52de8a){return _0x231252===_0x52de8a;},'mwwFT':_0x2800bd(0x143),'jQFnw':_0x2800bd(0x112),'nQpKA':_0x2800bd(0x16d),'upeIS':_0x2800bd(0x17a),'IbCZG':_0x2800bd(0xe3),'ENXhd':_0x2800bd(0x181),'RVpDn':'UNDEFINED','jWllG':_0x2800bd(0x159),'xIJdb':_0x2800bd(0x136),'bYBJe':_0x2800bd(0x193),'SiQwC':_0x2800bd(0x182),'AQNnA':function(_0x55943a,_0x28700a){return _0x55943a(_0x28700a);},'goAVi':function(_0x35b36c,_0x5011cb){return _0x35b36c+_0x5011cb;},'uoHMp':function(_0xbdd406,_0x171566){return _0xbdd406+_0x171566;},'JJHAB':function(_0xa7008c,_0x13576b){return _0xa7008c!==_0x13576b;},'kpOOJ':function(_0x274105,_0x37fb35){return _0x274105(_0x37fb35);},'vczRq':'\x20\x20\x20\x20AFTER\x20-\x20','kCRZK':function(_0x3376b7,_0x182ede){return _0x3376b7+_0x182ede;},'oluQs':function(_0x2e5b4d,_0x3e5712){return _0x2e5b4d+_0x3e5712;},'KZfbm':_0x2800bd(0x16a),'dZAWK':function(_0x5663ca,_0x1235b1){return _0x5663ca!==_0x1235b1;},'NliOd':'Nejwr','eylpc':_0x2800bd(0x150),'dWqfW':function(_0x4cb902,_0x1ee04c){return _0x4cb902+_0x1ee04c;},'dilWP':function(_0x1aef69,_0x2182bc){return _0x1aef69!==_0x2182bc;},'HgMuM':_0x2800bd(0xe9),'heUcK':_0x2800bd(0x138),'mDStQ':function(_0x1a7163,_0x11f52d){return _0x1a7163===_0x11f52d;},'heVlQ':'MxGSh','juUXf':function(_0x1edd0e,_0x5801de){return _0x1edd0e(_0x5801de);},'lOxKI':_0x2800bd(0x13d),'byszg':'UqJSm','hFWVI':function(_0x11234b,_0x2cd385){return _0x11234b+_0x2cd385;},'rQuLi':'\x20\x20\x20\x20BEFORE\x20-\x20','eWjnN':_0x2800bd(0x171),'YYGHh':function(_0x18253a,_0x26c624,_0x3fb064){return _0x18253a(_0x26c624,_0x3fb064);},'rrqwb':function(_0x23baf5,_0x216b16){return _0x23baf5===_0x216b16;},'qtqfH':'Vcvmz','LeVGa':_0x2800bd(0xe0),'XMiCv':function(_0x376584,_0x476fbb){return _0x376584(_0x476fbb);},'gGPeg':function(_0x522cd0,_0x26f429){return _0x522cd0+_0x26f429;},'lARFs':function(_0x214408,_0x496ac1){return _0x214408!==_0x496ac1;},'wcEFT':function(_0x42c426,_0x55a110){return _0x42c426!==_0x55a110;},'zQTKH':_0x2800bd(0x104),'jDHnJ':function(_0x247ed2,_0x164a44){return _0x247ed2!==_0x164a44;},'sNbdF':'undefined','rcFzY':function(_0x2c9036,_0x5d910f){return _0x2c9036!==_0x5d910f;},'vyZPO':_0x2800bd(0xdf),'piodF':_0x2800bd(0xea),'GFAeW':function(_0x2c3b9f,_0x5c5a61){return _0x2c3b9f+_0x5c5a61;},'CdLsk':function(_0xdbd1d4,_0x228c83){return _0xdbd1d4<_0x228c83;},'JgYuu':function(_0x5a0e64,_0x1232b6){return _0x5a0e64!==_0x1232b6;},'CVsgW':_0x2800bd(0x134),'hWGbc':function(_0x1e0e69,_0x4c1d11){return _0x1e0e69+_0x4c1d11;},'IhfDf':function(_0x467707,_0x9d1f8f){return _0x467707+_0x9d1f8f;},'vBsRm':function(_0x43a26b,_0x1cf144){return _0x43a26b(_0x1cf144);},'wVwuZ':function(_0x243562,_0x15873b){return _0x243562===_0x15873b;},'cIvDM':_0x2800bd(0x108),'PdcQn':function(_0x378c3f,_0x2baad8){return _0x378c3f!==_0x2baad8;},'gjChP':_0x2800bd(0x11d),'fpkXF':'JyPwL','KdtbB':function(_0x5e9d93,_0xdacb55){return _0x5e9d93===_0xdacb55;},'NDGYq':_0x2800bd(0xf9),'uWZvZ':_0x2800bd(0x192),'XUNyR':function(_0x304ebb,_0x302a54,_0x410c90){return _0x304ebb(_0x302a54,_0x410c90);},'ATPJY':function(_0x47239b,_0x21f3de){return _0x47239b+_0x21f3de;},'raOcV':function(_0x4a70d1,_0x16c30a){return _0x4a70d1+_0x16c30a;},'esCbd':function(_0x3decca,_0x2329f2){return _0x3decca+_0x2329f2;}};let _0x52c109=![];function _0x568a23(_0xf79b45){const _0x360f32=_0x2800bd;if(_0x45a224[_0x360f32(0x15e)](_0x45a224['mwwFT'],_0x45a224[_0x360f32(0x14f)])){const _0x4e174b=_0x45a224[_0x360f32(0x18b)](_0xee0243,_0x3e405c,[_0x45a224[_0x360f32(0x127)],_0x45a224['qQbWg'],_0x45a224[_0x360f32(0x12c)]]);_0x4e174b&&(_0x57fe66[_0x3617e1[_0x360f32(0x13c)]]=_0x4e174b,_0x434a20[_0x360f32(0x16c)](_0x45a224[_0x360f32(0x149)](_0x4e174b,'\x0a'))),_0x1614a3=!![];}else switch(_0xf79b45){case _0x45a224[_0x360f32(0xff)]:testsFailed+=0x1;break;case _0x45a224[_0x360f32(0x10d)]:testsPassed+=0x1;break;case _0x45a224[_0x360f32(0x15d)]:testsSkipped+=0x1;break;case _0x45a224[_0x360f32(0x161)]:testsPending+=0x1;break;case _0x45a224['RVpDn']:testsUndefined+=0x1;break;case _0x45a224[_0x360f32(0x195)]:testsUnknown+=0x1;break;case _0x45a224['xIJdb']:testsAmbiguous+=0x1;break;default:break;}}if(_0x45a224[_0x2800bd(0x164)](global[_0x2800bd(0xe2)],undefined)){if(_0x45a224[_0x2800bd(0x102)](_0x45a224[_0x2800bd(0x18e)],_0x45a224[_0x2800bd(0x18e)])){_0x42cd36=!![];const _0x1a0a47=_0x45a224['MKfRJ'](_0x35bfc0,_0x591b84[_0x2aba1b],[_0x45a224[_0x2800bd(0x168)],_0x45a224['zGvFY']]);_0x1a0a47&&(_0x2315f2[_0x45a224[_0x2800bd(0x149)](_0x45a224[_0x2800bd(0x149)](_0x33cdbd[_0x2800bd(0x11c)][_0x2800bd(0x109)][_0x2800bd(0x13c)],_0x45a224[_0x2800bd(0xf8)]),_0x5f56db[_0x2800bd(0x14d)][_0x2800bd(0x13c)])]=_0x1a0a47,_0x44cf95['log'](_0x45a224[_0x2800bd(0x149)](_0x1a0a47,'\x0a')));}else console[_0x2800bd(0x16c)](_0x45a224[_0x2800bd(0x131)](_0x45a224['hFWVI']('\x0a',global[_0x2800bd(0xe2)]),'\x0a'));}let _0x50693d=![];if(_0x45a224[_0x2800bd(0xef)](typeof this[_0x2800bd(0x105)][_0x2800bd(0x14e)],_0x45a224[_0x2800bd(0x156)])){if(_0x45a224[_0x2800bd(0x14b)](_0x45a224[_0x2800bd(0x115)],_0x45a224[_0x2800bd(0x122)])){var _0x18a17f=this[_0x2800bd(0x105)][_0x2800bd(0x14e)](_0x5560f5['sourceLocation']),_0x582ef4=_0x18a17f[_0x2800bd(0x14d)],_0x3b124d=_0x18a17f[_0x2800bd(0x119)];console['log'](_0x45a224[_0x2800bd(0x10e)]('\x20\x20',_0x582ef4[_0x2800bd(0x13c)]));var _0x3c4661=(0x0,pickleParser[_0x2800bd(0x18d)])(_0x582ef4);_0x3b124d[_0x2800bd(0x166)]['forEach'](function(_0x428f42){const _0xeead09=_0x2800bd,_0xfd2e53={'vVQFK':function(_0x36316f,_0x2f4faf){return _0x45a224['Oiqij'](_0x36316f,_0x2f4faf);},'wNnEb':function(_0x5425db,_0x556653){const _0x5af3e3=a4_0xcc5b;return _0x45a224[_0x5af3e3(0x131)](_0x5425db,_0x556653);},'efzsp':_0x45a224[_0xeead09(0xf8)],'tzbkF':function(_0x30a1f5,_0xdb48e2){const _0x3aec06=_0xeead09;return _0x45a224[_0x3aec06(0x191)](_0x30a1f5,_0xdb48e2);},'xxKDD':function(_0x230624,_0x1dbb48){const _0x47d661=_0xeead09;return _0x45a224[_0x47d661(0x172)](_0x230624,_0x1dbb48);},'LFgeK':function(_0x5b5dd9,_0x31704a){const _0x586254=_0xeead09;return _0x45a224[_0x586254(0x125)](_0x5b5dd9,_0x31704a);},'XKkrR':_0x45a224[_0xeead09(0xfd)],'jVyLa':function(_0x3a5bce,_0x16e541){const _0xf5cbdb=_0xeead09;return _0x45a224[_0xf5cbdb(0x137)](_0x3a5bce,_0x16e541);},'PQlAJ':function(_0x432cf2,_0x31d3a9){const _0x1d6be7=_0xeead09;return _0x45a224[_0x1d6be7(0x116)](_0x432cf2,_0x31d3a9);}};if(_0x45a224[_0xeead09(0x15e)](_0x45a224[_0xeead09(0x17b)],_0x45a224[_0xeead09(0x17b)])){if(_0x428f42[_0xeead09(0x13a)]&&_0x428f42[_0xeead09(0x123)])_0x45a224[_0xeead09(0x110)](_0x45a224[_0xeead09(0x179)],_0x45a224[_0xeead09(0x12d)])?(_0x52c109=!![],console[_0xeead09(0x16c)](_0x45a224[_0xeead09(0x137)](_0x45a224[_0xeead09(0x137)](_0x45a224[_0xeead09(0x194)](_0x45a224[_0xeead09(0xf2)],_0x3c4661[_0x428f42[_0xeead09(0x123)][_0xeead09(0x11f)]][_0xeead09(0x16e)]),_0x45a224['bYBJe']),_0x428f42['result']['status'][_0xeead09(0x180)]())),_0x45a224[_0xeead09(0x160)](_0x568a23,_0x428f42[_0xeead09(0xee)][_0xeead09(0x133)]['toUpperCase']())):(_0x4e5fe8[_0xfd2e53[_0xeead09(0x151)](_0xfd2e53[_0xeead09(0x148)](_0x15488d[_0xeead09(0x11c)][_0xeead09(0x109)][_0xeead09(0x13c)],_0xfd2e53[_0xeead09(0x15a)]),_0x434eff[_0xeead09(0x14d)][_0xeead09(0x13c)])]=_0x459726,_0x536948[_0xeead09(0x16c)](_0xfd2e53[_0xeead09(0x14c)](_0x22016e,'\x0a')));else{if(_0x428f42[_0xeead09(0x13a)]){if(_0x45a224['dilWP'](_0x45a224[_0xeead09(0x16b)],_0x45a224['HgMuM']))_0x95ca98=!![],_0x324437[_0xeead09(0x16c)](_0x45a224['Oiqij'](_0x45a224['Oiqij'](_0x45a224[_0xeead09(0x149)](_0x45a224['SiQwC'],_0x5e2396[_0x74dd5a['sourceLocation'][_0xeead09(0x11f)]][_0xeead09(0x16e)]),_0x45a224[_0xeead09(0xf8)]),_0xd98ce['result'][_0xeead09(0x133)][_0xeead09(0x180)]())),_0x45a224[_0xeead09(0x160)](_0x5a8bc8,_0x5edca1[_0xeead09(0xee)][_0xeead09(0x133)]['toUpperCase']());else{if(!_0x428f42[_0xeead09(0x13a)][_0xeead09(0x174)][_0xeead09(0xed)](_0x45a224[_0xeead09(0xe6)])){if(_0x45a224[_0xeead09(0x114)](_0x45a224[_0xeead09(0x176)],_0x45a224[_0xeead09(0x176)])){_0x45a224[_0xeead09(0xfa)](_0x568a23,_0x428f42[_0xeead09(0xee)][_0xeead09(0x133)][_0xeead09(0x180)]());if(_0x52c109){if(_0x45a224[_0xeead09(0x114)](_0x45a224[_0xeead09(0x111)],_0x45a224['lOxKI']))console[_0xeead09(0x16c)](_0x45a224[_0xeead09(0x131)](_0x45a224['vczRq'],_0x428f42[_0xeead09(0xee)][_0xeead09(0x133)][_0xeead09(0x180)]()));else{let _0x3b86cd;if(_0xfd2e53['xxKDD'](_0x30bf6b[_0xeead09(0x173)]['CONFIG'],_0xa2db06)){const _0x1d0aea=_0x2b82bf['parse'](_0x3b9470[_0xeead09(0x173)][_0xeead09(0x139)]);_0x3b86cd=_0x1d0aea['capability'];}_0xfd2e53['xxKDD'](_0x3b86cd,_0x1065af)&&(_0x1c8d42[_0xeead09(0xe2)]=_0xfd2e53[_0xeead09(0x12a)](_0x397e0f,_0x3b86cd),_0x57075f['log'](_0xeead09(0x185)+_0x12af3a[_0xeead09(0xe2)]));}}else{if(_0x45a224[_0xeead09(0x172)](_0x45a224[_0xeead09(0x103)],_0x45a224['byszg'])){const _0x266305=_0x4aa9ec[_0xeead09(0x162)](_0x3139d3[_0xeead09(0x173)][_0xeead09(0x139)]);_0x359db9=_0x266305[_0xeead09(0x126)];}else console['log'](_0x45a224[_0xeead09(0x11a)](_0x45a224['rQuLi'],_0x428f42[_0xeead09(0xee)][_0xeead09(0x133)]['toUpperCase']()));}}else _0x9fda32+=0x1;}}}}if(_0x45a224[_0xeead09(0x114)](_0x428f42['result'][_0xeead09(0x133)][_0xeead09(0x180)](),_0x45a224[_0xeead09(0xff)])){if(_0x45a224[_0xeead09(0x114)](_0x45a224['eWjnN'],_0x45a224[_0xeead09(0xfc)])){const _0x41c31e=_0x45a224[_0xeead09(0x11e)](nestedKeyValue,_0x428f42,[_0x45a224[_0xeead09(0x127)],_0x45a224[_0xeead09(0x168)],_0x45a224['zGvFY']]);_0x41c31e&&(_0x45a224['rrqwb'](_0x45a224[_0xeead09(0x11b)],_0x45a224[_0xeead09(0x10a)])?_0x53c21d[_0xeead09(0x16c)](_0xfd2e53[_0xeead09(0x148)](_0xfd2e53['XKkrR'],_0x4052c4[_0xeead09(0xee)]['status'][_0xeead09(0x180)]())):(testsErrorMessage[_0x582ef4[_0xeead09(0x13c)]]=_0x41c31e,console['log'](_0x45a224[_0xeead09(0x194)](_0x41c31e,'\x0a')))),_0x50693d=!![];}else _0x8aa411[_0x3904d2['name']]=_0x17763c,_0x5cd339[_0xeead09(0x16c)](_0x45a224[_0xeead09(0x191)](_0x17a945,'\x0a'));}}else _0x48da72[_0xeead09(0x16c)](_0xfd2e53['jVyLa'](_0xfd2e53[_0xeead09(0xf1)]('\x0a',_0x13ed38[_0xeead09(0xe2)]),'\x0a'));});}else _0x20ae3c-=0x2;}else{const _0x2309d7=this[_0x2800bd(0x105)][_0x2800bd(0x107)](_0x5560f5);console['log'](_0x45a224['GFAeW'](_0x45a224['hFWVI'](_0x45a224[_0x2800bd(0x11a)]('\x20\x20',_0x2309d7[_0x2800bd(0x11c)][_0x2800bd(0x109)][_0x2800bd(0x13c)]),_0x45a224['bYBJe']),_0x2309d7[_0x2800bd(0x14d)][_0x2800bd(0x13c)]));const _0x15f1ed=(0x0,pickleParser[_0x2800bd(0x18d)])(_0x2309d7[_0x2800bd(0x14d)]),_0x53c348=_0x2309d7[_0x2800bd(0x119)][_0x2800bd(0x166)],_0x4d7244=_0x2309d7[_0x2800bd(0x18f)],_0x21f240=_0x53c348[_0x2800bd(0xf5)];for(let _0x104219=0x0;_0x45a224[_0x2800bd(0x167)](_0x104219,_0x21f240);_0x104219++){const _0x3682fd=_0x53c348[_0x104219];if(_0x3682fd[_0x2800bd(0x13a)]&&_0x3682fd[_0x2800bd(0x123)])_0x45a224[_0x2800bd(0x187)](_0x45a224[_0x2800bd(0x142)],_0x45a224['CVsgW'])?_0x27b491['log'](_0x45a224[_0x2800bd(0x149)](_0x45a224[_0x2800bd(0xfd)],_0x5a5499[_0x77f6ab][_0x2800bd(0x133)]['toUpperCase']())):(_0x52c109=!![],console[_0x2800bd(0x16c)](_0x45a224[_0x2800bd(0x130)](_0x45a224['dWqfW'](_0x45a224[_0x2800bd(0xf6)](_0x45a224['SiQwC'],_0x15f1ed[_0x3682fd['sourceLocation']['line']][_0x2800bd(0x16e)]),_0x45a224[_0x2800bd(0xf8)]),_0x4d7244[_0x104219][_0x2800bd(0x133)][_0x2800bd(0x180)]())),_0x45a224['vBsRm'](_0x568a23,_0x4d7244[_0x104219]['status'][_0x2800bd(0x180)]()));else _0x3682fd[_0x2800bd(0x13a)]&&(_0x45a224[_0x2800bd(0x196)](_0x45a224[_0x2800bd(0x16f)],_0x45a224[_0x2800bd(0x16f)])?!_0x3682fd['actionLocation'][_0x2800bd(0x174)][_0x2800bd(0xed)](_0x45a224[_0x2800bd(0xe6)])&&(_0x45a224['PdcQn'](_0x45a224['gjChP'],_0x45a224[_0x2800bd(0x177)])?this[_0x2800bd(0x120)](_0x4368a7):(_0x45a224['XMiCv'](_0x568a23,_0x4d7244[_0x104219][_0x2800bd(0x133)][_0x2800bd(0x180)]()),_0x52c109?_0x45a224[_0x2800bd(0xef)](_0x45a224[_0x2800bd(0x15f)],_0x45a224[_0x2800bd(0x15f)])?!_0x2d24e4[_0x2800bd(0x13a)][_0x2800bd(0x174)][_0x2800bd(0xed)](_0x45a224['heUcK'])&&(_0x45a224['juUXf'](_0xd4cfe,_0x1f41f1[_0x1c7dac][_0x2800bd(0x133)][_0x2800bd(0x180)]()),_0x3e435f?_0x302842[_0x2800bd(0x16c)](_0x45a224[_0x2800bd(0x194)](_0x45a224[_0x2800bd(0xfd)],_0xed4bf[_0x24531a][_0x2800bd(0x133)][_0x2800bd(0x180)]())):_0x1eda1c[_0x2800bd(0x16c)](_0x45a224[_0x2800bd(0x194)](_0x45a224['rQuLi'],_0x341041[_0x54a947][_0x2800bd(0x133)][_0x2800bd(0x180)]()))):console[_0x2800bd(0x16c)](_0x45a224[_0x2800bd(0x149)](_0x45a224[_0x2800bd(0xfd)],_0x4d7244[_0x104219][_0x2800bd(0x133)][_0x2800bd(0x180)]())):_0x45a224[_0x2800bd(0x188)](_0x45a224[_0x2800bd(0xf4)],_0x45a224['uWZvZ'])?_0x1d30b0[_0x2800bd(0x16c)](_0x45a224['uoHMp'](_0x45a224[_0x2800bd(0x12b)],_0xdcc2d6[_0x2ad9c8][_0x2800bd(0x133)]['toUpperCase']())):console[_0x2800bd(0x16c)](_0x45a224[_0x2800bd(0x10e)](_0x45a224[_0x2800bd(0x12b)],_0x4d7244[_0x104219][_0x2800bd(0x133)][_0x2800bd(0x180)]())))):!_0x1dd404[_0x2800bd(0x13a)]['uri'][_0x2800bd(0xed)](_0x45a224['heUcK'])&&(_0x45a224[_0x2800bd(0x147)](_0x4ebeaa,_0x1a2312[_0x2800bd(0xee)][_0x2800bd(0x133)]['toUpperCase']()),_0x497545?_0x415ff9['log'](_0x45a224['oluQs'](_0x45a224[_0x2800bd(0xfd)],_0x140cfc[_0x2800bd(0xee)]['status']['toUpperCase']())):_0x4072ab['log'](_0x45a224[_0x2800bd(0xe5)](_0x45a224[_0x2800bd(0x12b)],_0x5cb3c0[_0x2800bd(0xee)]['status'][_0x2800bd(0x180)]()))));if(_0x45a224[_0x2800bd(0x196)](_0x4d7244[_0x104219][_0x2800bd(0x133)][_0x2800bd(0x180)](),_0x45a224[_0x2800bd(0xff)])){_0x50693d=!![];const _0x29a7a8=_0x45a224[_0x2800bd(0xe1)](nestedKeyValue,_0x4d7244[_0x104219],[_0x45a224[_0x2800bd(0x168)],_0x45a224[_0x2800bd(0x12c)]]);_0x29a7a8&&(testsErrorMessage[_0x45a224[_0x2800bd(0x12f)](_0x45a224[_0x2800bd(0x186)](_0x2309d7[_0x2800bd(0x11c)]['feature']['name'],_0x45a224[_0x2800bd(0xf8)]),_0x2309d7['pickle'][_0x2800bd(0x13c)])]=_0x29a7a8,console[_0x2800bd(0x16c)](_0x45a224['esCbd'](_0x29a7a8,'\x0a')));}}}_0x50693d&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a4_0x5bdb(){const _0x434f46=['\x20\x20\x20\x20','\x20\x20\x20\x20AFTER\x20-\x20','ZGmJr','Executing\x20tests\x20for\x20','raOcV','JgYuu','KdtbB','8318420RpjshS','bFfAY','MKfRJ','4086920ermlPQ','getStepLineToPickledStepMap','zQTKH','stepResults','MjILX','goAVi','UpFth','\x20-\x20','dWqfW','jWllG','wVwuZ','test-run-started','TUBqN','exception','DkfhQ','SZoKE','XUNyR','__platform','SKIPPED','cucumber/lib/formatter/helpers/pickle_parser.js','gGPeg','heUcK','FthYU','FxFaZ','FLtPT','YopAy','ZsMxR','test-run-finished','includes','result','jDHnJ','bQNrS','PQlAJ','SiQwC','1EmiizA','NDGYq','length','IhfDf','zuomm','bYBJe','OWAwl','juUXf','eventBroadcaster','eWjnN','vczRq','NIKRG','nQpKA','MIfrl','eWwaF','wcEFT','byszg','zYsLd','eventDataCollector','iMEBf','getTestCaseAttempt','ZEXKL','feature','LeVGa','mpwfs','cucumber','upeIS','GFAeW','HAUio','dZAWK','lOxKI','yNOCH','3707805vJMYDq','mDStQ','vyZPO','oluQs','DlJjo','CyETZ','testCase','hFWVI','qtqfH','gherkinDocument','dZdSZ','YYGHh','line','logTestCaseFinished','2532710TzPVtE','piodF','sourceLocation','xsOMm','kpOOJ','capability','wsrkk','JhxjM','hBJsY','LFgeK','rQuLi','zGvFY','eylpc','cRtSM','ATPJY','hWGbc','uoHMp','qQuEf','status','scePr','\x20\x20\x20\x20BEFORE\x20-\x20','AMBIGUOUS','kCRZK','cucumber-js/test_old.setup.js','CONFIG','actionLocation','18RqHjFY','name','LaGzx','test-case-started','cfCrw','9555959nkQDvn','qXDSm','CVsgW','zbftw','6237300SRkNHH','XeUqt','sEsel','XMiCv','wNnEb','Oiqij','JPPdj','rcFzY','tzbkF','pickle','getTestCaseData','jQFnw','sTHVz','vVQFK','3947056gARVyo','HtEEg','RoYoZ','Actjb','sNbdF','WoUIJ','../../../helpers/helper','UNKNOWN','efzsp','8qIDVhI','exports','IbCZG','bOMlE','fpkXF','AQNnA','ENXhd','parse','jHZjN','lARFs','gyIKY','steps','CdLsk','qQbWg','WcGKd','JkQsM','HgMuM','log','FAILED','text','cIvDM','IjEMv','ystcA','JJHAB','env','uri','mwouh','heVlQ','gjChP','jMqkI','NliOd','PASSED','KZfbm','ClNBM','QNZXn','WZBHd','TdhmV','toUpperCase','PENDING'];a4_0x5bdb=function(){return _0x434f46;};return a4_0x5bdb();}module[a4_0x7b99aa(0x15c)]=BrowserstackFormatter;