browserstack-node-sdk 1.32.13 → 1.32.15

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 (118) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/templates/gcpresources/gkecluster.json +0 -3
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteStack.js +1 -1
  30. package/ats/src/utils/gridComponents.js +1 -1
  31. package/ats/src/utils/hstUtils.js +1 -1
  32. package/ats/src/utils/instrumentationUtils.js +1 -1
  33. package/ats/src/utils/userInput.js +1 -1
  34. package/ats/src/utils/utilityMethods.js +1 -1
  35. package/ats/src/utils/webSocketUtils.js +1 -1
  36. package/package.json +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test.setup.js +1 -1
  45. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  46. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  47. package/src/bin/integrations/command.js +1 -1
  48. package/src/bin/integrations/constants.js +1 -1
  49. package/src/bin/jest/command.js +1 -1
  50. package/src/bin/jest/customImplements/customCircus.js +1 -1
  51. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  52. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  53. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  54. package/src/bin/jest/jest.setup.js +1 -1
  55. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  56. package/src/bin/jest/test-observability/helper.js +1 -1
  57. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  58. package/src/bin/jest/test-observability/test-details.js +1 -1
  59. package/src/bin/jest/test_before.setup.js +1 -1
  60. package/src/bin/launcher/launcher.js +1 -1
  61. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  62. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/mocha/command.js +1 -1
  64. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  65. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  66. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  67. package/src/bin/mocha/test.setup.js +1 -1
  68. package/src/bin/nightwatch/command.js +1 -1
  69. package/src/bin/playwright/accessibility-helper.js +1 -1
  70. package/src/bin/playwright/command.js +1 -1
  71. package/src/bin/playwright/globalSetup.js +1 -1
  72. package/src/bin/playwright/mock-process.js +1 -1
  73. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  74. package/src/bin/playwright/patches.js +1 -1
  75. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  76. package/src/bin/playwright/reporter/reporter.js +1 -1
  77. package/src/bin/playwright/reporter/test-details.js +1 -1
  78. package/src/bin/playwright/sessionDetails.js +1 -1
  79. package/src/bin/runner.js +1 -1
  80. package/src/bin/setup.js +1 -1
  81. package/src/bin/test-runner/index.js +1 -1
  82. package/src/bin/test-runner/runTest.js +1 -1
  83. package/src/bin/test-runner/testWorker.js +1 -1
  84. package/src/bin/utils/constants.js +1 -1
  85. package/src/bin/utils/log4jsAppender.js +1 -1
  86. package/src/bin/utils/logPatcher.js +1 -1
  87. package/src/bin/utils/logReportingAPI.js +1 -1
  88. package/src/bin/vanilla-js/command.js +1 -1
  89. package/src/browserStackSdk.js +1 -1
  90. package/src/helpers/BrowserStackSetup.js +1 -1
  91. package/src/helpers/accessibility-automation/constants.js +1 -1
  92. package/src/helpers/accessibility-automation/helper.js +1 -1
  93. package/src/helpers/accessibility-automation/scripts.js +1 -1
  94. package/src/helpers/ats/constants.js +1 -1
  95. package/src/helpers/ats/helper.js +1 -1
  96. package/src/helpers/capsMapping.js +1 -1
  97. package/src/helpers/globals.js +1 -1
  98. package/src/helpers/helper.js +1 -1
  99. package/src/helpers/logger.js +1 -1
  100. package/src/helpers/patchHelpers.js +1 -1
  101. package/src/helpers/percy/Percy.js +1 -1
  102. package/src/helpers/percy/PercyBinary.js +1 -1
  103. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  104. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  105. package/src/helpers/percy/PercySDK.js +1 -1
  106. package/src/helpers/percy/index.js +1 -1
  107. package/src/helpers/percy/utils.js +1 -1
  108. package/src/helpers/performance-tester.js +1 -1
  109. package/src/helpers/request-spy.js +1 -1
  110. package/src/helpers/setKeepAlive.js +1 -1
  111. package/src/helpers/test-observability/constants.js +1 -1
  112. package/src/helpers/test-observability/error-handler.js +1 -1
  113. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  114. package/src/helpers/test-observability/sessionHandler.js +1 -1
  115. package/src/helpers/test-observability/utils.js +1 -1
  116. package/src/helpers/w3cMapping.js +1 -1
  117. package/src/hubAllocationMethods.js +1 -1
  118. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a3_0x183f60=a3_0x6e6a;(function(_0x565e6b,_0x1d6b10){const _0x5a646a=a3_0x6e6a,_0x551fd7=_0x565e6b();while(!![]){try{const _0x5b069b=parseInt(_0x5a646a(0x24e))/0x1+-parseInt(_0x5a646a(0x24d))/0x2+-parseInt(_0x5a646a(0x196))/0x3*(parseInt(_0x5a646a(0x1d8))/0x4)+-parseInt(_0x5a646a(0x1ad))/0x5*(parseInt(_0x5a646a(0x201))/0x6)+-parseInt(_0x5a646a(0x21a))/0x7+-parseInt(_0x5a646a(0x1e6))/0x8+parseInt(_0x5a646a(0x1e4))/0x9;if(_0x5b069b===_0x1d6b10)break;else _0x551fd7['push'](_0x551fd7['shift']());}catch(_0xa1fc77){_0x551fd7['push'](_0x551fd7['shift']());}}}(a3_0x222f,0x97ee5));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a3_0x183f60(0x1da)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint}=require(a3_0x183f60(0x1e8)),testOpsHelper=require(a3_0x183f60(0x1c0)),{getTestEnv}=require(a3_0x183f60(0x253)),{FRAMEWORKS}=require(a3_0x183f60(0x1de)),logger=require(a3_0x183f60(0x1aa))[a3_0x183f60(0x221)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a3_0x183f60(0x1f1)),{fetchPlatformDetails}=require(a3_0x183f60(0x20f)),STATE_PASSED=a3_0x183f60(0x23b),STATE_FAILED=a3_0x183f60(0x21e),a3_0x3e8e22={};a3_0x3e8e22[a3_0x183f60(0x1cd)]=a3_0x183f60(0x1af),a3_0x3e8e22[a3_0x183f60(0x217)]=a3_0x183f60(0x1ca),a3_0x3e8e22['TEST_RUN_SKIPPED']='TestRunSkipped',a3_0x3e8e22[a3_0x183f60(0x227)]=a3_0x183f60(0x1cf),a3_0x3e8e22[a3_0x183f60(0x1a2)]=a3_0x183f60(0x199);const TEST_EVENTS=a3_0x3e8e22,parseEvent=_0x21116f=>{const _0x3c45bd=a3_0x183f60,_0x1cf8c0={};_0x1cf8c0[_0x3c45bd(0x26b)]=function(_0x197157,_0x4e2a54){return _0x197157<_0x4e2a54;},_0x1cf8c0[_0x3c45bd(0x228)]=function(_0x35666c,_0x24b1ba){return _0x35666c===_0x24b1ba;},_0x1cf8c0[_0x3c45bd(0x207)]=_0x3c45bd(0x19c),_0x1cf8c0['WshOI']='hook',_0x1cf8c0[_0x3c45bd(0x1fd)]=_0x3c45bd(0x1f7),_0x1cf8c0['Zldvj']='started',_0x1cf8c0['jcdrM']='finished';const _0x39453b=_0x1cf8c0,_0x5dc00d=_0x21116f[_0x3c45bd(0x238)](/^(.*)Run(.*)$/);if(!_0x5dc00d)return null;if(_0x39453b[_0x3c45bd(0x26b)](_0x5dc00d['length'],0x3))return null;const _0x265d57=_0x5dc00d[0x1]['toLowerCase'](),_0x1922cf=_0x5dc00d[0x2][_0x3c45bd(0x262)]();return{'test':_0x39453b[_0x3c45bd(0x228)](_0x265d57,_0x39453b[_0x3c45bd(0x207)]),'hook':_0x39453b[_0x3c45bd(0x228)](_0x265d57,_0x39453b['WshOI']),'skipped':_0x39453b[_0x3c45bd(0x228)](_0x1922cf,_0x39453b[_0x3c45bd(0x1fd)]),'started':_0x39453b[_0x3c45bd(0x228)](_0x1922cf,_0x39453b[_0x3c45bd(0x1ce)]),'finished':_0x39453b[_0x3c45bd(0x228)](_0x1922cf,_0x39453b[_0x3c45bd(0x190)])};},mockPWBrowserType=_0x3f4c32=>{const _0x1eb971=a3_0x183f60,_0x34ee05={'lmWZJ':function(_0xf84ecb,_0x5b6ec9,_0x340dab){return _0xf84ecb(_0x5b6ec9,_0x340dab);},'sfUOC':_0x1eb971(0x1a9),'nlYgD':function(_0xe223cc,_0x4dcfe8){return _0xe223cc(_0x4dcfe8);},'uaIWk':_0x1eb971(0x1ee),'MZzzw':function(_0x1338fa,_0x514cb5){return _0x1338fa===_0x514cb5;},'OCwSR':_0x1eb971(0x214),'EeZHR':_0x1eb971(0x26f),'aQmoh':'client','Duhhw':_0x1eb971(0x1e3),'eklHJ':function(_0x3936ba,_0x43fb4a){return _0x3936ba(_0x43fb4a);},'JrQAm':_0x1eb971(0x261),'pZjXd':_0x1eb971(0x216),'ZUFYE':'launch'},_0x542543=path[_0x1eb971(0x255)](_0x34ee05[_0x1eb971(0x22e)],_0x34ee05[_0x1eb971(0x259)],_0x34ee05['Duhhw']),_0x363fbf=_0x34ee05[_0x1eb971(0x245)](importFileFromPWCore,_0x542543);if(!_0x363fbf){_0x34ee05[_0x1eb971(0x245)](debug,_0x34ee05[_0x1eb971(0x232)]);return;}const _0xb92ff7=_0x363fbf[_0x1eb971(0x209)],_0x3da838=_0xb92ff7[_0x1eb971(0x1d6)];if(_0x3da838['obsBrowserTypeMockApplied'])return;const _0xa8af79=_0x3da838[_0x1eb971(0x216)];Object['defineProperty'](_0x3da838,_0x34ee05[_0x1eb971(0x1ed)],{'get':function(){const _0xa99142=_0x1eb971,_0x305b18={'gESRI':function(_0x2a9f20,_0x43785b){const _0x4bd937=a3_0x6e6a;return _0x34ee05[_0x4bd937(0x1ae)](_0x2a9f20,_0x43785b);},'KUfIP':_0x34ee05[_0xa99142(0x1f8)]};return async function _0x43e9de(_0x37ec63,_0x364cd0){const _0x38b066=_0xa99142,_0x306bba=_0x34ee05['lmWZJ'](nestedKeyValue,_0x37ec63,[_0x34ee05[_0x38b066(0x1c8)]])||_0x37ec63;let _0x414bf8=null,_0x38a1a5=null;try{[_0x38a1a5,_0x414bf8]=_0x306bba?_0x34ee05[_0x38b066(0x260)](parseWSEndpoint,_0x306bba):[null,null],global[_0x38b066(0x1c2)]=_0x414bf8,_0x38a1a5[_0x38b066(0x23c)](_0x34ee05[_0x38b066(0x224)])&&(global[_0x38b066(0x1fc)]=_0x34ee05[_0x38b066(0x224)]);}catch(_0x20a106){logger[_0x38b066(0x19d)](_0x38b066(0x254)+_0x306bba+'\x20'+_0x20a106);}_0x34ee05[_0x38b066(0x194)](processAccessibilityCaps,_0x414bf8,_0x38a1a5);if(global[_0x38b066(0x200)]){const _0x23ff33=await _0x3da838[_0x38b066(0x23a)][_0x38b066(0x26a)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x34ee05[_0x38b066(0x260)](encodeURIComponent,JSON[_0x38b066(0x1ac)](_0x414bf8))]);return PlaywrightSessionDetails[_0x38b066(0x1b5)](_0x23ff33,_0x3f4c32,_0x306bba),_0x23ff33;}return _0xa8af79[_0x38b066(0x26a)](this,arguments)[_0x38b066(0x1db)](_0x22a79f=>{const _0x5a4989=_0x38b066;let _0x4d1f11=_0x37ec63[_0x5a4989(0x1a9)];return _0x305b18[_0x5a4989(0x268)](typeof _0x37ec63,_0x305b18['KUfIP'])&&(_0x4d1f11=_0x37ec63),PlaywrightSessionDetails['setupBrowserDetails'](_0x22a79f,_0x3f4c32,_0x4d1f11),_0x22a79f;});};}});const _0x555c1b=_0x3da838[_0x1eb971(0x1f9)];Object[_0x1eb971(0x21b)](_0x3da838,_0x34ee05[_0x1eb971(0x266)],{'get':function(){return async function _0x440589(){const _0x180630=a3_0x6e6a;return _0x555c1b[_0x180630(0x26a)](this,arguments)[_0x180630(0x1db)](_0x32d8f3=>{const _0x340606=_0x180630;return PlaywrightSessionDetails[_0x340606(0x1b5)](_0x32d8f3,null),_0x32d8f3;});};}});};class O11yHelper{[a3_0x183f60(0x1a1)]=null;[a3_0x183f60(0x1b4)]=null;[a3_0x183f60(0x233)]=![];[a3_0x183f60(0x1d2)]=![];constructor(_0x1e5d27,_0x4fd2aa){const _0x15813a=a3_0x183f60,_0x1e9351={'uOXPj':'1|0|4|2|3|5','yBXdq':function(_0x3dfb0a){return _0x3dfb0a();},'EQipX':function(_0x1b71c3,_0x19b119){return _0x1b71c3===_0x19b119;},'Taamg':_0x15813a(0x1f0),'mRMac':function(_0x3a55c2,_0x3c0f04){return _0x3a55c2(_0x3c0f04);}},_0x328919=_0x1e9351[_0x15813a(0x248)][_0x15813a(0x1d9)]('|');let _0x335bd1=0x0;while(!![]){switch(_0x328919[_0x335bd1++]){case'0':this[_0x15813a(0x1d2)]=_0x4fd2aa['frameworkName'];continue;case'1':this['enabled']=_0x4fd2aa[_0x15813a(0x1a8)];continue;case'2':this['_testEnv']=_0x1e9351['yBXdq'](getTestEnv);continue;case'3':this[_0x15813a(0x265)]=new testOpsHelper['PathHelper']({'cwd':process[_0x15813a(0x1ff)]()},this['_testEnv'][_0x15813a(0x246)]);continue;case'4':this['driver']=_0x1e5d27;continue;case'5':this[_0x15813a(0x1d3)]&&_0x1e9351[_0x15813a(0x247)](this[_0x15813a(0x1d3)][_0x15813a(0x191)][_0x15813a(0x250)],_0x1e9351['Taamg'])&&_0x1e9351[_0x15813a(0x20c)](mockPWBrowserType,null);continue;}break;}}[a3_0x183f60(0x1f3)](){const _0x178069=a3_0x183f60;if(!this[_0x178069(0x233)])return;testOpsHelper[_0x178069(0x1d7)](),process[_0x178069(0x239)](_0x178069(0x23f)+process[_0x178069(0x243)]),process['on'](_0x178069(0x23f)+process[_0x178069(0x243)],this[_0x178069(0x1e2)][_0x178069(0x22f)](this));}async[a3_0x183f60(0x225)](){const _0x290bf0=a3_0x183f60;await RequestQueueHandler[_0x290bf0(0x1eb)]()['shutdown']();}async['appendTestItemLog'](_0x1f4e47){const _0x1342d9=a3_0x183f60,_0x523d97={'IbEZg':_0x1342d9(0x26e),'YngTh':function(_0x2e29a4,_0x18ea59){return _0x2e29a4(_0x18ea59);}};try{this[_0x1342d9(0x1b4)]&&!this[_0x1342d9(0x1b4)][_0x1342d9(0x1ef)]&&(_0x1f4e47['hook_run_uuid']=this[_0x1342d9(0x1b4)]['hookAnalyticsId']);!_0x1f4e47[_0x1342d9(0x19e)]&&this[_0x1342d9(0x1a1)]&&!this[_0x1342d9(0x1a1)]['markedStatus']&&(_0x1f4e47['test_run_uuid']=this['currentTest']['testAnalyticsId']);if(_0x1f4e47[_0x1342d9(0x19e)]||_0x1f4e47['test_run_uuid']){const _0x17ff88={};_0x17ff88[_0x1342d9(0x1a0)]=_0x523d97['IbEZg'],_0x17ff88[_0x1342d9(0x1bb)]=[_0x1f4e47],await SessionHandler[_0x1342d9(0x25b)](_0x17ff88);}}catch(_0x27d794){_0x523d97[_0x1342d9(0x210)](debug,_0x1342d9(0x1d1)+_0x27d794);}}async[a3_0x183f60(0x1bc)](_0x34dbf0){const _0x29ad9e=a3_0x183f60,_0x5825d3={'yoiuE':_0x29ad9e(0x267),'ntLUv':function(_0x4265b2,_0x2ed499){return _0x4265b2(_0x2ed499);}};if(!this[_0x29ad9e(0x233)])return;const _0x31cddf=this[_0x29ad9e(0x195)](this[_0x29ad9e(0x1d3)]);try{const _0x9e14b3={};_0x9e14b3['uuid']=_0x34dbf0,_0x9e14b3[_0x29ad9e(0x215)]=_0x31cddf;const _0x1bfdad=_0x9e14b3,_0x113bfa={};_0x113bfa[_0x29ad9e(0x1a0)]=_0x5825d3[_0x29ad9e(0x231)],_0x113bfa[_0x29ad9e(0x205)]=_0x1bfdad,await SessionHandler[_0x29ad9e(0x25b)](_0x113bfa);}catch(_0x3cc6a8){_0x5825d3['ntLUv'](debug,_0x29ad9e(0x1a3)+_0x3cc6a8);}}[a3_0x183f60(0x195)](_0x1a33aa){const _0x3dfd4b={'RJeai':function(_0x4f5093,_0x420a41){return _0x4f5093(_0x420a41);}};return _0x3dfd4b['RJeai'](fetchPlatformDetails,_0x1a33aa);}[a3_0x183f60(0x252)]=_0x2b938e=>{const _0x5cabd8=a3_0x183f60,_0x508dd1={};_0x508dd1['HdAmt']='_beforeEach',_0x508dd1[_0x5cabd8(0x263)]=_0x5cabd8(0x192);const _0x57fdd4=_0x508dd1;if(!_0x2b938e||!_0x2b938e[_0x5cabd8(0x21c)])return;[_0x57fdd4[_0x5cabd8(0x1bf)],_0x57fdd4['SyUba']][_0x5cabd8(0x24f)](_0x53b063=>{const _0x327e88=_0x5cabd8,_0x3c3b61=_0x2b938e[_0x327e88(0x21c)][_0x53b063];_0x3c3b61[_0x327e88(0x24f)](_0x5b6b1a=>{const _0x2493af=_0x327e88;_0x5b6b1a[_0x2493af(0x25f)]&&(_0x5b6b1a[_0x2493af(0x25f)]=null);});});};[a3_0x183f60(0x1cc)](_0x2ccf8e){const _0x295926=a3_0x183f60,_0x314ad8={'RXbrx':_0x295926(0x1ab),'LazsD':function(_0x58ecde){return _0x58ecde();},'IrBAk':function(_0x89a2ba,_0x3d3d3a){return _0x89a2ba===_0x3d3d3a;},'ydyWm':_0x295926(0x192),'slRRe':'_beforeAll','GuBOm':_0x295926(0x1d5),'eZXWx':_0x295926(0x251)};if(!_0x2ccf8e||!_0x2ccf8e['parent'])return;[_0x314ad8[_0x295926(0x1e7)],_0x314ad8['GuBOm'],_0x314ad8[_0x295926(0x25d)],_0x314ad8[_0x295926(0x1c5)]][_0x295926(0x24f)](_0x4c562e=>{const _0x4ed207=_0x295926,_0x544bfb=_0x2ccf8e[_0x4ed207(0x21c)][_0x4c562e]||[];_0x544bfb[_0x4ed207(0x24f)](_0x16bbb5=>{const _0x5eb43a=_0x4ed207;if(_0x16bbb5[_0x5eb43a(0x1ba)]['includes'](_0x314ad8[_0x5eb43a(0x204)]))return;if(!_0x16bbb5[_0x5eb43a(0x25f)])_0x16bbb5['hookAnalyticsId']=_0x314ad8[_0x5eb43a(0x193)](uuidv4);else _0x16bbb5[_0x5eb43a(0x1ef)]&&_0x314ad8[_0x5eb43a(0x20a)](_0x4c562e,_0x314ad8[_0x5eb43a(0x1c5)])&&(_0x16bbb5[_0x5eb43a(0x25f)]=_0x314ad8['LazsD'](uuidv4),delete _0x16bbb5[_0x5eb43a(0x1ef)]);});}),this['mapTestHooks'](_0x2ccf8e[_0x295926(0x21c)]);}[a3_0x183f60(0x1fe)](_0x555d55){const _0x28c539=a3_0x183f60,_0x5cd4be={};_0x5cd4be['GVaZV']=_0x28c539(0x21f),_0x5cd4be[_0x28c539(0x1cb)]=_0x28c539(0x1d5),_0x5cd4be[_0x28c539(0x1c9)]=_0x28c539(0x251),_0x5cd4be['zoVEy']=_0x28c539(0x192);const _0xfd6cda=_0x5cd4be;if(!_0x555d55||!_0x555d55[_0x28c539(0x21c)])return[];const _0x4543ad=[];return[_0xfd6cda['GVaZV'],_0xfd6cda[_0x28c539(0x1cb)],_0xfd6cda['RYzAx'],_0xfd6cda[_0x28c539(0x256)]][_0x28c539(0x24f)](_0x173d60=>{const _0x38e95f=_0x28c539,_0x110017=_0x555d55[_0x38e95f(0x21c)][_0x173d60]||[];_0x110017['forEach'](_0x6a384f=>{const _0x76c4e3=_0x38e95f;_0x6a384f[_0x76c4e3(0x25f)]&&_0x4543ad[_0x76c4e3(0x1a4)](_0x6a384f[_0x76c4e3(0x25f)]);});}),[]['concat'](_0x4543ad,this[_0x28c539(0x1fe)](_0x555d55[_0x28c539(0x21c)]));}[a3_0x183f60(0x22a)](_0x485d10){const _0x407a78=a3_0x183f60,_0x274ee3=/^"(?<hook>.*)" hook:.*$/,_0x2f4f86=_0x485d10[_0x407a78(0x1ba)],_0x4caecc=_0x2f4f86[_0x407a78(0x238)](_0x274ee3);if(_0x4caecc&&_0x4caecc['groups'])return _0x4caecc[_0x407a78(0x236)]['hook'][_0x407a78(0x1c4)]()[_0x407a78(0x25a)]('\x20','_');return null;}['findGitConfig'](_0x36715e){const _0x5ea8e0=a3_0x183f60,_0x5683ab={};_0x5683ab[_0x5ea8e0(0x1f5)]=function(_0x30b65d,_0xc3679d){return _0x30b65d===_0xc3679d;},_0x5683ab['tktTt']=function(_0x5d9726,_0x32072f){return _0x5d9726===_0x32072f;},_0x5683ab[_0x5ea8e0(0x220)]=_0x5ea8e0(0x249),_0x5683ab[_0x5ea8e0(0x1d0)]=_0x5ea8e0(0x198);const _0x4c1fd2=_0x5683ab,_0x3e0da8=path[_0x5ea8e0(0x24a)];if(_0x4c1fd2[_0x5ea8e0(0x1f5)](_0x36715e,null)||_0x4c1fd2[_0x5ea8e0(0x212)](_0x36715e,'')||_0x4c1fd2[_0x5ea8e0(0x1f5)](_0x36715e,_0x3e0da8))return null;try{return fs[_0x5ea8e0(0x20b)](path[_0x5ea8e0(0x255)](_0x36715e,_0x4c1fd2[_0x5ea8e0(0x220)],_0x4c1fd2[_0x5ea8e0(0x1d0)])),_0x36715e;}catch(_0x436c41){const _0xf5f1cd=path[_0x5ea8e0(0x1b8)](_0x36715e);return this[_0x5ea8e0(0x241)](_0xf5f1cd);}}['getRootParentFile'](_0x3ad990){const _0x1f7b00=a3_0x183f60,_0x5c9dcc={};_0x5c9dcc[_0x1f7b00(0x26c)]=function(_0x49550d,_0x13a262){return _0x49550d>_0x13a262;};const _0x2069a8=_0x5c9dcc;if(_0x3ad990[_0x1f7b00(0x1dd)])return _0x3ad990[_0x1f7b00(0x1dd)];if(_0x3ad990[_0x1f7b00(0x237)]){const _0x30dad8=_0x3ad990['ctx']['currentTest']?this[_0x1f7b00(0x230)](_0x3ad990[_0x1f7b00(0x237)][_0x1f7b00(0x1a1)]):null;if(_0x30dad8)return _0x30dad8;}if(_0x3ad990[_0x1f7b00(0x21c)]){const _0x372f73=this['getRootParentFile'](_0x3ad990[_0x1f7b00(0x21c)])||(_0x3ad990['parent'][_0x1f7b00(0x237)]&&_0x3ad990[_0x1f7b00(0x21c)][_0x1f7b00(0x237)]['currentTest']?this[_0x1f7b00(0x230)](_0x3ad990[_0x1f7b00(0x21c)][_0x1f7b00(0x237)]['currentTest']):null);if(_0x372f73)return _0x372f73;_0x3ad990[_0x1f7b00(0x21c)]['suites']&&_0x2069a8[_0x1f7b00(0x26c)](_0x3ad990[_0x1f7b00(0x21c)][_0x1f7b00(0x1d4)][_0x1f7b00(0x18f)],0x0)&&_0x3ad990[_0x1f7b00(0x21c)]['suites']['forEach'](_0x4a508f=>{const _0x11a5eb=_0x1f7b00,_0x4fe661=_0x4a508f[_0x11a5eb(0x237)]?this[_0x11a5eb(0x230)](_0x4a508f[_0x11a5eb(0x237)]):null;if(_0x4fe661)return _0x4fe661;});}return null;}[a3_0x183f60(0x1b1)](_0x54a2f2){const _0x1ee178=a3_0x183f60,_0x31f850={};_0x31f850[_0x1ee178(0x226)]=function(_0x48c20d,_0x46031d){return _0x48c20d!==_0x46031d;};const _0x3dbd5c=_0x31f850,_0x3a1757=[];if(_0x54a2f2&&_0x54a2f2[_0x1ee178(0x21c)]){let _0xd7b1b9=_0x54a2f2[_0x1ee178(0x21c)];while(_0xd7b1b9&&_0x3dbd5c[_0x1ee178(0x226)](_0xd7b1b9[_0x1ee178(0x1ba)],'')){_0x3a1757[_0x1ee178(0x1a4)](_0xd7b1b9[_0x1ee178(0x1ba)]),_0xd7b1b9=_0xd7b1b9[_0x1ee178(0x21c)];}}return _0x3a1757;}['captureEvent'](_0x4514d4,_0x371851,_0x406921=undefined){const _0x451d66=a3_0x183f60,_0x5a90d4={'ODBLQ':function(_0x4b9a32,_0x251ba1){return _0x4b9a32(_0x251ba1);},'PoKvQ':function(_0x291a0f){return _0x291a0f();},'vkhPa':function(_0xf174e4){return _0xf174e4();},'oyzaV':function(_0x52c379){return _0x52c379();},'HEdPK':function(_0x1ed522){return _0x1ed522();},'alNVJ':_0x451d66(0x1a5),'uyXcb':'err','bzTWz':function(_0x193d9b,_0x169b5b){return _0x193d9b!==_0x169b5b;},'rUzWv':'File\x20path\x20could\x20not\x20be\x20found','FjlxL':'pending','ZjDcD':_0x451d66(0x21e),'JVWLb':_0x451d66(0x23b),'RgIhv':_0x451d66(0x1f7),'IeflJ':_0x451d66(0x1e1),'COZvN':function(_0x314ece,_0x16ca5b){return _0x314ece-_0x16ca5b;},'bzrtw':function(_0x513968,_0x4e0ca3){return _0x513968!==_0x4e0ca3;},'YJCsY':_0x451d66(0x215),'UVgBc':'meta','nQTxB':_0x451d66(0x1e5),'UUXwg':'failure_backtrace','rRHAj':_0x451d66(0x25c),'CwwZn':_0x451d66(0x1ec),'gOfoQ':_0x451d66(0x219),'eDyRT':'hook_run','MWCwQ':'test_run'};if(!this[_0x451d66(0x233)])return;try{if(_0x371851['fn']&&_0x371851['fn'][_0x451d66(0x1c7)]()[_0x451d66(0x238)](/browserstack internal helper hook/))return;const _0x1a3840=_0x5a90d4['ODBLQ'](parseEvent,_0x4514d4);if(!_0x1a3840)return;if(_0x1a3840[_0x451d66(0x19c)]){this[_0x451d66(0x1a1)]=_0x371851,this['currentHook']=null;if(_0x1a3840[_0x451d66(0x1f4)]||_0x1a3840[_0x451d66(0x1f7)]){_0x371851[_0x451d66(0x22c)]=new Date(),_0x371851[_0x451d66(0x1ef)]=![];if(!_0x371851[_0x451d66(0x222)])_0x371851['testAnalyticsId']=_0x5a90d4[_0x451d66(0x197)](uuidv4);else _0x371851['markedStatus']&&(!_0x371851[_0x451d66(0x1df)]&&(_0x371851[_0x451d66(0x1df)]=_0x371851[_0x451d66(0x222)]),_0x371851['testAnalyticsId']=_0x5a90d4[_0x451d66(0x1ea)](uuidv4));}}else{if(_0x1a3840[_0x451d66(0x240)]){this[_0x451d66(0x1b4)]=_0x371851;if(_0x1a3840['started']){_0x371851[_0x451d66(0x22c)]=new Date(),_0x371851[_0x451d66(0x1ef)]=![];if(!_0x371851[_0x451d66(0x25f)])_0x371851[_0x451d66(0x25f)]=_0x5a90d4[_0x451d66(0x20d)](uuidv4);else _0x371851['hookAnalyticsId']&&_0x371851['markedStatus']&&(_0x371851[_0x451d66(0x25f)]=_0x5a90d4['HEdPK'](uuidv4));}}}if(_0x1a3840[_0x451d66(0x1c3)]&&_0x371851['markedStatus'])return;let _0x31514c;try{_0x31514c=this[_0x451d66(0x230)](_0x371851);}catch(_0x27c80c){logger['debug'](_0x451d66(0x211)+_0x27c80c),_0x31514c=null;}const _0x4d2b75=_0x5a90d4[_0x451d66(0x1a6)](require,_0x5a90d4['alNVJ']);let _0x5be487=[];_0x406921&&(_0x5be487=[_0x406921,_0x5a90d4[_0x451d66(0x213)]]);const _0xfa006=_0x5a90d4[_0x451d66(0x206)](_0x371851[_0x451d66(0x1be)],undefined)?_0x4d2b75[_0x451d66(0x26d)](_0x371851[_0x451d66(0x1be)][0x0]):_0x5a90d4[_0x451d66(0x206)](_0x406921,undefined)?_0x406921[_0x451d66(0x1c7)]():undefined,_0x2d248b=_0x31514c?this['findGitConfig'](_0x31514c):null,_0x59630c=_0x31514c?this['_paths'][_0x451d66(0x1b2)](this[_0x451d66(0x230)](_0x371851)):_0x5a90d4[_0x451d66(0x1fa)];let _0x78df9b=_0x5a90d4['FjlxL'];const _0x4fbb68=!_0x1a3840[_0x451d66(0x1f4)]?new Date()[_0x451d66(0x1a7)]():null;if(_0x1a3840[_0x451d66(0x1c3)])_0x78df9b=_0x406921?_0x5a90d4[_0x451d66(0x229)]:_0x5a90d4[_0x451d66(0x19f)],_0x371851[_0x451d66(0x1ef)]=!![];else _0x1a3840[_0x451d66(0x1f7)]&&(_0x78df9b=_0x5a90d4[_0x451d66(0x218)],_0x371851['markedStatus']=!![]);const _0x2c6283={'framework':this[_0x451d66(0x1d2)],'uuid':_0x371851['testAnalyticsId']||_0x371851['hookAnalyticsId'],'name':_0x371851[_0x451d66(0x1ba)],'body':{'lang':_0x5a90d4[_0x451d66(0x1f6)],'code':_0x371851[_0x451d66(0x223)]['toString']()},'type':_0x371851[_0x451d66(0x1e0)],'scope':_0x371851[_0x451d66(0x24b)](),'scopes':this['getHierarchy'](_0x371851),'file_name':_0x59630c,'vc_filepath':_0x2d248b?path[_0x451d66(0x1bd)](_0x2d248b,_0x31514c):null,'location':_0x59630c,'result':_0x78df9b,'failure_reason':_0xfa006,'duration_in_ms':_0x371851[_0x451d66(0x22d)]||(_0x1a3840[_0x451d66(0x1c3)]||_0x1a3840[_0x451d66(0x1f7)])?_0x5a90d4['COZvN'](Date[_0x451d66(0x1fb)](),new Date(_0x371851[_0x451d66(0x22c)])[_0x451d66(0x269)]()):null,'started_at':new Date(_0x371851[_0x451d66(0x22c)])[_0x451d66(0x1a7)](),'finished_at':_0x4fbb68,'failure':testOpsHelper['failureData'][_0x451d66(0x26a)](null,_0x5be487),'failure_type':!_0xfa006?null:testOpsHelper[_0x451d66(0x202)](_0xfa006),'retry_of':_0x371851[_0x451d66(0x1df)]||null,'tags':_0x371851[_0x451d66(0x203)]||[],'customRerunParam':{'rerun_name':_0x371851[_0x451d66(0x24b)]()}};if(_0x1a3840['hook'])[_0x2c6283[_0x451d66(0x1c6)],_0x2c6283[_0x451d66(0x250)]]=[this[_0x451d66(0x22a)](_0x371851),_0x371851['ctx'][_0x451d66(0x19c)][_0x451d66(0x1ba)]],_0x1a3840[_0x451d66(0x1c3)]?_0x5a90d4[_0x451d66(0x19b)](_0x2c6283[_0x451d66(0x1b7)],_0x5a90d4[_0x451d66(0x229)])&&(_0x2c6283[_0x451d66(0x1b7)]=_0x5a90d4[_0x451d66(0x19f)]):_0x2c6283[_0x451d66(0x223)]={};else _0x1a3840[_0x451d66(0x19c)]&&(this[_0x451d66(0x1cc)](_0x371851),_0x1a3840[_0x451d66(0x1f7)]&&this[_0x451d66(0x252)](_0x371851),(_0x1a3840[_0x451d66(0x1c3)]||_0x1a3840[_0x451d66(0x1f7)])&&(_0x2c6283[_0x451d66(0x24c)]=this[_0x451d66(0x1fe)](_0x371851)));this[_0x451d66(0x1d3)]&&(_0x1a3840[_0x451d66(0x1f4)]||_0x1a3840[_0x451d66(0x1f7)])&&(_0x2c6283[_0x5a90d4[_0x451d66(0x19a)]]=this['getCBTInfo'](this[_0x451d66(0x1d3)]));_0x1a3840['test']&&_0x1a3840[_0x451d66(0x1c3)]&&_0x371851[_0x451d66(0x1f2)]&&(_0x2c6283[_0x5a90d4['UVgBc']]={'feature':{'name':_0x371851['parent'][_0x451d66(0x235)][_0x451d66(0x250)],'path':_0x2c6283['file_name'],'description':_0x371851[_0x451d66(0x21c)][_0x451d66(0x1dc)]},'scenario':{'name':_0x371851[_0x451d66(0x1ba)]},'steps':_0x371851[_0x451d66(0x1f2)]});const _0xff1911=_0x2c6283[_0x5a90d4[_0x451d66(0x25e)]][0x0];_0xff1911&&(_0x2c6283[_0x5a90d4[_0x451d66(0x1c1)]]=_0xff1911[_0x5a90d4[_0x451d66(0x20e)]],_0x2c6283[_0x5a90d4['CwwZn']]=_0xff1911[_0x5a90d4[_0x451d66(0x23d)]]);const _0x295564={};_0x295564[_0x451d66(0x1a0)]=_0x1a3840[_0x451d66(0x1f7)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x4514d4;const _0x43456f=_0x295564;return _0x1a3840['hook']?_0x43456f[_0x5a90d4[_0x451d66(0x22b)]]=_0x2c6283:_0x43456f[_0x5a90d4['MWCwQ']]=_0x2c6283,_0x43456f;}catch(_0x6f1615){logger[_0x451d66(0x19d)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x4514d4+'\x20with\x20error\x20:\x20'+_0x6f1615);}}async[a3_0x183f60(0x244)](_0x3b9010,_0x3e3c94){const _0x1353d3=a3_0x183f60;if(!this['enabled']||!_0x3e3c94||!_0x3b9010)return![];try{return await SessionHandler['uploadEventData'](_0x3e3c94);}catch(_0x16ca60){logger['debug'](_0x1353d3(0x234)+_0x3b9010+_0x1353d3(0x1b3)+_0x16ca60);}}[a3_0x183f60(0x208)](_0x4e44c1){const _0x18b125=a3_0x183f60,_0x4035fb={'rJBqk':function(_0x55322d){return _0x55322d();}};!_0x4e44c1[_0x18b125(0x257)]&&(_0x4e44c1['stepAnalyticsId']=_0x4035fb['rJBqk'](uuidv4),_0x4e44c1[_0x18b125(0x22c)]=new Date());}['bddStepFinish'](_0xd94980){const _0x46d438=a3_0x183f60,_0x28d20a={};_0x28d20a['BeAKJ']=function(_0x11b2b9,_0x2ad208){return _0x11b2b9===_0x2ad208;},_0x28d20a['PeAfu']='success',_0x28d20a[_0x46d438(0x1b9)]=_0x46d438(0x23b),_0x28d20a['MjjIs']=function(_0x17f17a,_0x3a88fe){return _0x17f17a-_0x3a88fe;};const _0x29fe15=_0x28d20a;!this[_0x46d438(0x1a1)]['bddSteps']&&(this['currentTest'][_0x46d438(0x1f2)]=[]),this[_0x46d438(0x1a1)][_0x46d438(0x1f2)][_0x46d438(0x1a4)]({'id':_0xd94980['stepAnalyticsId'],'text':_0xd94980[_0x46d438(0x250)],'keyword':_0xd94980[_0x46d438(0x21d)],'started_at':_0xd94980[_0x46d438(0x22c)][_0x46d438(0x1a7)](),'finished_at':new Date()['toISOString'](),'result':_0x29fe15[_0x46d438(0x1b6)](_0xd94980[_0x46d438(0x23e)],_0x29fe15[_0x46d438(0x258)])?_0x29fe15[_0x46d438(0x1b9)]:_0xd94980[_0x46d438(0x23e)],'duration':_0x29fe15[_0x46d438(0x242)](Date[_0x46d438(0x1fb)](),_0xd94980['startedAt'][_0x46d438(0x269)]()),'failure':_0xd94980[_0x46d438(0x264)]?_0xd94980['err']['message']:null});}}function a3_0x6e6a(_0x5e2286,_0x431f13){const _0x222fe3=a3_0x222f();return a3_0x6e6a=function(_0x6e6a6b,_0x3abc3b){_0x6e6a6b=_0x6e6a6b-0x18f;let _0x228bf1=_0x222fe3[_0x6e6a6b];return _0x228bf1;},a3_0x6e6a(_0x5e2286,_0x431f13);}const a3_0x1495c9={};a3_0x1495c9[a3_0x183f60(0x1b0)]=O11yHelper,a3_0x1495c9[a3_0x183f60(0x1e9)]=STATE_PASSED,a3_0x1495c9['STATE_FAILED']=STATE_FAILED,a3_0x1495c9['TEST_EVENTS']=TEST_EVENTS,module['exports']=a3_0x1495c9;function a3_0x222f(){const _0x1d6852=['OCwSR','launch','rUzWv','now','__cloud_provider___','WFhcu','getHooksForTest','cwd','accessibilityPlatform','916068FLThcG','getFailureType','tags','RXbrx','test_run','bzTWz','ccdrb','bddStepStart','BrowserType','IrBAk','statSync','mRMac','oyzaV','rRHAj','./helper.js','YngTh','failed\x20to\x20get\x20root\x20parent\x20file\x20','tktTt','uyXcb','string','integrations','connect','TEST_RUN_FINISHED','RgIhv','expanded','8506554RPQLMR','defineProperty','parent','actor','failed','_beforeAll','ubUIz','winstonLogger','testAnalyticsId','body','uaIWk','stop','hFuWA','HOOK_RUN_STARTED','dmmNz','ZjDcD','getHookType','eDyRT','startedAt','duration','EeZHR','bind','getRootParentFile','yoiuE','JrQAm','enabled','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','feature','groups','ctx','match','removeAllListeners','connectOverCDP','passed','includes','gOfoQ','status','bs:addLog:','hook','findGitConfig','MjjIs','pid','fireEvent','eklHJ','location_prefix','EQipX','uOXPj','.git','sep','fullTitle','hooks','2210606oybTOr','842725FSnZWV','forEach','name','_beforeEach','resetSkipTestHooks','../mocha/test-observability/mochaUtils','Failed\x20to\x20parse\x20wsendpoint\x20','join','zoVEy','stepAnalyticsId','PeAfu','aQmoh','replace','uploadEventData','backtrace','eZXWx','nQTxB','hookAnalyticsId','nlYgD','Not\x20able\x20to\x20import\x20Browser','toLowerCase','SyUba','err','_paths','ZUFYE','CBTSessionCreated','gESRI','getTime','apply','slSCy','YmjIX','inspect','LogCreated','lib','length','jcdrM','constructor','_afterEach','LazsD','lmWZJ','getCBTInfo','1202442DVXLSh','PoKvQ','config','HookRunFinished','YJCsY','bzrtw','test','debug','hook_run_uuid','JVWLb','event_type','currentTest','HOOK_RUN_FINISHED','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','push','util','ODBLQ','toISOString','testObservability','wsEndpoint','../../helpers/logger','codeceptjs','stringify','5GdglAw','MZzzw','TestRunStarted','O11yHelper','getHierarchy','prefixTestPath','\x20with\x20error\x20:\x20','currentHook','setupBrowserDetails','BeAKJ','result','dirname','LRszH','title','logs','sendCBTInfo','relative','errorsDetailed','HdAmt','../../helpers/test-observability/utils','UUXwg','__platformCaps','finished','toUpperCase','ydyWm','hook_type','toString','sfUOC','RYzAx','TestRunFinished','mnclb','mapTestHooks','TEST_RUN_STARTED','Zldvj','HookRunStarted','lLiwn','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','frameworkName','driver','suites','_afterAll','prototype','patchConsoleLogger','12bfkEiF','split','uuid','then','comment','file','../../helpers/test-observability/constants','retryOf','type','javascript','appendTestItemLog','browserType.js','36163881EGBKJx','failure','4503840rHQRKq','slRRe','../../helpers/helper','STATE_PASSED','vkhPa','getInstance','failure_reason_expanded','pZjXd','browserstack','markedStatus','Playwright','../utils/constants','bddSteps','start','started','mapSr','IeflJ','skipped'];a3_0x222f=function(){return _0x1d6852;};return a3_0x222f();}
1
+ const a3_0x57c631=a3_0x2308;function a3_0x4ebf(){const _0x3dd2f1=['err','bddStepStart','util','YXDdS','Not\x20able\x20to\x20import\x20Browser','_paths','CRYPt','forEach','push','jnJJO','875570WOCEEO','frXcS','retryOf','Playwright','HeiaP','connect','eBNmI','JgWka','getRootParentFile','xyGSg','PTlpV','patchConsoleLogger','OASva','_beforeEach','duration','hooks','Failed\x20to\x20parse\x20wsendpoint\x20','dirname','pxgvM','MdJle','wsEndpoint','type','TAKkJ','BOXcY','resetSkipTestHooks','replace','enabled','accessibilityPlatform','TDyXq','testAnalyticsId','CSzFK','setupBrowserDetails','prefixTestPath','started','stepAnalyticsId','toISOString','stop','FMeWA','getTime','length','browserType.js','__cloud_provider___','157214XejJPd','uHbjR','rrcJo','HyEsR','Pxjls','getHierarchy','lib','DmLio','suites','startedAt','TEST_RUN_SKIPPED','testObservability','constructor','inspect','DWTvZ','hook_type','_beforeAll','driver','integrations','getInstance','event_type','currentTest','STATE_FAILED','sep','IsgEg','LogCreated','BrowserType','273PdSwHA','frameworkName','tXxaI','debug','hook_run_uuid','yJGAK','AbxFT','JUICz','CaMGc','dnlgo','connectOverCDP','bs:addLog:','.git','34133064kFnPiW','apply','2327928rIhJFy','skRIS','VvUHa','removeAllListeners','appendTestItemLog','comment','./helper.js','defineProperty','../../helpers/test-observability/constants','UlHuR','parent','GudCo','getCBTInfo','FGTti','HmJUq','title','mBVEx','uOTxi','../utils/constants','raUsy','TEST_EVENTS','currentHook','uuid','242768qclhHN','TestRunSkipped','2104086dEBfJZ','PEXXx','tjcst','hookAnalyticsId','../playwright/sessionDetails','skipped','tbgBB','VIWuL','now','39fBunth','TestRunFinished','toString','name','tags','11tJCqaQ','backtrace','O11yHelper','findGitConfig','winstonLogger','HOOK_RUN_FINISHED','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','bddStepFinish','fireEvent','10aDkdZx','fullTitle','concat','match','fUlOw','browserstack','start','djTty','file','expanded','JqDvC','../../helpers/helper','markedStatus','toLowerCase','ZUSTx','actor','../../helpers/logger','obsBrowserTypeMockApplied','getHookType','dMonh','fpPDT','CBTSessionCreated','ctx','EnSOQ','pOkXP','test_run_uuid','gDIyt','\x20with\x20error\x20:\x20','NwLGl','MlSas','passed','gSQhV','then','Qzrfl','PLAYWRIGHT_HUB_URL','prototype','gSamt','groups','yCqVt','eoHJO','lUjca','kPAoG','uploadEventData','ywrrk','stringify','cpzDj','454459RpwFGa','hook_run','TEST_RUN_FINISHED','mapTestHooks','KuRlB','launch','HookRunStarted','status','bind','BmmoR','File\x20path\x20could\x20not\x20be\x20found','STATE_PASSED','pZxws','__platformCaps','location_prefix','relative','kFfiI','HCqlA','PathHelper','join','TestRunStarted','includes','codeceptjs','config','_testEnv','_afterAll','DGvAE','cwd','../mocha/test-observability/mochaUtils','getHooksForTest','path','../../helpers/test-observability/sessionHandler','test_run','pid','ggLmw','cFxVm','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','failed','syFFK','feature','_afterEach','meta','hook','18hjsMls','aGaVZ','result','errorsDetailed','getFailureType','finished','body','test','bddSteps'];a3_0x4ebf=function(){return _0x3dd2f1;};return a3_0x4ebf();}(function(_0x4553a8,_0xfd40dd){const _0xc34a2d=a3_0x2308,_0x1246b2=_0x4553a8();while(!![]){try{const _0x3d911e=-parseInt(_0xc34a2d(0x217))/0x1+-parseInt(_0xc34a2d(0x18f))/0x2*(-parseInt(_0xc34a2d(0x1db))/0x3)+parseInt(_0xc34a2d(0x1b9))/0x4*(parseInt(_0xc34a2d(0x1e9))/0x5)+parseInt(_0xc34a2d(0x1d2))/0x6+parseInt(_0xc34a2d(0x1aa))/0x7*(parseInt(_0xc34a2d(0x1d0))/0x8)+-parseInt(_0xc34a2d(0x152))/0x9*(-parseInt(_0xc34a2d(0x165))/0xa)+-parseInt(_0xc34a2d(0x1e0))/0xb*(parseInt(_0xc34a2d(0x1b7))/0xc);if(_0x3d911e===_0xfd40dd)break;else _0x1246b2['push'](_0x1246b2['shift']());}catch(_0x490cc9){_0x1246b2['push'](_0x1246b2['shift']());}}}(a3_0x4ebf,0x91927));const path=require(a3_0x57c631(0x145)),fs=require('fs'),{v4:uuidv4}=require(a3_0x57c631(0x1cf)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint}=require(a3_0x57c631(0x1f4)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a3_0x57c631(0x143)),{FRAMEWORKS}=require(a3_0x57c631(0x1c1)),logger=require(a3_0x57c631(0x1f9))[a3_0x57c631(0x1e4)],SessionHandler=require(a3_0x57c631(0x146)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a3_0x57c631(0x1d6)),debug=testOpsHelper[a3_0x57c631(0x1ad)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a3_0x57c631(0x1cb)),{fetchPlatformDetails}=require(a3_0x57c631(0x1bf)),STATE_PASSED=a3_0x57c631(0x207),STATE_FAILED=a3_0x57c631(0x14c),a3_0x339bf4={};a3_0x339bf4['TEST_RUN_STARTED']=a3_0x57c631(0x13b),a3_0x339bf4[a3_0x57c631(0x219)]=a3_0x57c631(0x1dc),a3_0x339bf4[a3_0x57c631(0x199)]=a3_0x57c631(0x1d1),a3_0x339bf4['HOOK_RUN_STARTED']=a3_0x57c631(0x21d),a3_0x339bf4[a3_0x57c631(0x1e5)]='HookRunFinished';const TEST_EVENTS=a3_0x339bf4,parseEvent=_0x10ca05=>{const _0x38525e=a3_0x57c631,_0x1c5b45={};_0x1c5b45[_0x38525e(0x14d)]=function(_0x412716,_0x3e9b3f){return _0x412716<_0x3e9b3f;},_0x1c5b45[_0x38525e(0x161)]=function(_0xab8e91,_0x4f2d20){return _0xab8e91===_0x4f2d20;},_0x1c5b45[_0x38525e(0x1c7)]=_0x38525e(0x159),_0x1c5b45['AnEfg']=function(_0x27fa9b,_0x5d053b){return _0x27fa9b===_0x5d053b;},_0x1c5b45['HCqlA']=_0x38525e(0x151),_0x1c5b45[_0x38525e(0x141)]=function(_0x12bc38,_0x4d182c){return _0x12bc38===_0x4d182c;},_0x1c5b45['IsgEg']=_0x38525e(0x1d7),_0x1c5b45[_0x38525e(0x20f)]='started',_0x1c5b45['ywrrk']=_0x38525e(0x157);const _0x394717=_0x1c5b45,_0x31184c=_0x10ca05[_0x38525e(0x1ec)](/^(.*)Run(.*)$/);if(!_0x31184c)return null;if(_0x394717[_0x38525e(0x14d)](_0x31184c['length'],0x3))return null;const _0x3754d3=_0x31184c[0x1][_0x38525e(0x1f6)](),_0x4a7977=_0x31184c[0x2][_0x38525e(0x1f6)]();return{'test':_0x394717['CRYPt'](_0x3754d3,_0x394717[_0x38525e(0x1c7)]),'hook':_0x394717['AnEfg'](_0x3754d3,_0x394717[_0x38525e(0x138)]),'skipped':_0x394717['DGvAE'](_0x4a7977,_0x394717[_0x38525e(0x1a7)]),'started':_0x394717[_0x38525e(0x161)](_0x4a7977,_0x394717[_0x38525e(0x20f)]),'finished':_0x394717[_0x38525e(0x141)](_0x4a7977,_0x394717[_0x38525e(0x214)])};},mockPWBrowserType=_0x5a29a3=>{const _0x59bcfa=a3_0x57c631,_0x562a89={'kPAoG':function(_0x562b88,_0x1b92ce,_0x33cf55){return _0x562b88(_0x1b92ce,_0x33cf55);},'fpPDT':'wsEndpoint','ggLmw':function(_0x525b5f,_0xd9ff64){return _0x525b5f(_0xd9ff64);},'lwDRh':_0x59bcfa(0x1ee),'JqDvC':function(_0x27902c,_0x89ace8){return _0x27902c===_0x89ace8;},'FGTti':'string','uOTxi':_0x59bcfa(0x195),'uHbjR':'client','gDIyt':_0x59bcfa(0x18d),'CSzFK':function(_0x49c07e,_0x5da6fa){return _0x49c07e(_0x5da6fa);},'bieYg':_0x59bcfa(0x15f),'NwLGl':'connect','VYKUZ':_0x59bcfa(0x21c)},_0x215580=path['join'](_0x562a89[_0x59bcfa(0x1ca)],_0x562a89[_0x59bcfa(0x190)],_0x562a89[_0x59bcfa(0x203)]),_0x46f3b5=_0x562a89['CSzFK'](importFileFromPWCore,_0x215580);if(!_0x46f3b5){_0x562a89[_0x59bcfa(0x183)](debug,_0x562a89['bieYg']);return;}const _0x22a33c=_0x46f3b5[_0x59bcfa(0x1a9)],_0x465b7a=_0x22a33c[_0x59bcfa(0x20c)];if(_0x465b7a[_0x59bcfa(0x1fa)])return;const _0xe45ade=_0x465b7a[_0x59bcfa(0x16a)];Object['defineProperty'](_0x465b7a,_0x562a89[_0x59bcfa(0x205)],{'get':function(){const _0x519d64=_0x59bcfa,_0x2ec793={'UlHuR':function(_0x374ded,_0x42b966){const _0x9ae625=a3_0x2308;return _0x562a89[_0x9ae625(0x1f3)](_0x374ded,_0x42b966);},'PEXXx':_0x562a89[_0x519d64(0x1c6)]};return async function _0xf145e4(_0x278840,_0x47a2a1){const _0x4e32f0=_0x519d64,_0x4a69aa=_0x562a89[_0x4e32f0(0x212)](nestedKeyValue,_0x278840,[_0x562a89[_0x4e32f0(0x1fd)]])||_0x278840;let _0x309324=null,_0x1f53a8=null;try{[_0x1f53a8,_0x309324]=_0x4a69aa?_0x562a89[_0x4e32f0(0x149)](parseWSEndpoint,_0x4a69aa):[null,null],global[_0x4e32f0(0x224)]=_0x309324,_0x1f53a8[_0x4e32f0(0x13c)](_0x562a89['lwDRh'])&&(global[_0x4e32f0(0x18e)]=_0x562a89['lwDRh']);}catch(_0x486b10){logger[_0x4e32f0(0x1ad)](_0x4e32f0(0x175)+_0x4a69aa+'\x20'+_0x486b10);}_0x562a89[_0x4e32f0(0x212)](processAccessibilityCaps,_0x309324,_0x1f53a8);if(global[_0x4e32f0(0x180)]){const _0x5db928=await _0x465b7a[_0x4e32f0(0x1b4)][_0x4e32f0(0x1b8)](this,[''+Constants[_0x4e32f0(0x20b)]+_0x562a89[_0x4e32f0(0x149)](encodeURIComponent,JSON[_0x4e32f0(0x215)](_0x309324))]);return PlaywrightSessionDetails[_0x4e32f0(0x184)](_0x5db928,_0x5a29a3,_0x4a69aa),_0x5db928;}return _0xe45ade[_0x4e32f0(0x1b8)](this,arguments)[_0x4e32f0(0x209)](_0x296d61=>{const _0x45d02c=_0x4e32f0;let _0x489163=_0x278840[_0x45d02c(0x179)];return _0x2ec793[_0x45d02c(0x1c2)](typeof _0x278840,_0x2ec793[_0x45d02c(0x1d3)])&&(_0x489163=_0x278840),PlaywrightSessionDetails[_0x45d02c(0x184)](_0x296d61,_0x5a29a3,_0x489163),_0x296d61;});};}});const _0x520c28=_0x465b7a[_0x59bcfa(0x21c)];Object[_0x59bcfa(0x1c0)](_0x465b7a,_0x562a89['VYKUZ'],{'get':function(){return async function _0x5c9436(){const _0x47f02a=a3_0x2308;return _0x520c28['apply'](this,arguments)[_0x47f02a(0x209)](_0x167033=>{const _0xb92327=_0x47f02a;return PlaywrightSessionDetails[_0xb92327(0x184)](_0x167033,null),_0x167033;});};}});};class O11yHelper{[a3_0x57c631(0x1a4)]=null;['currentHook']=null;[a3_0x57c631(0x17f)]=![];[a3_0x57c631(0x1ab)]=![];constructor(_0x4adcde,_0x31949d){const _0x2bfc5b=a3_0x57c631,_0x28db1a={'coTbf':'3|5|2|0|1|4','DmLio':function(_0x57b6cd){return _0x57b6cd();},'MlSas':function(_0x29bb10,_0x59a4f6){return _0x29bb10===_0x59a4f6;},'TDyXq':_0x2bfc5b(0x168),'CaMGc':function(_0x379532,_0xc25a3b){return _0x379532(_0xc25a3b);}},_0x511001=_0x28db1a['coTbf']['split']('|');let _0x3fbf19=0x0;while(!![]){switch(_0x511001[_0x3fbf19++]){case'0':this['_testEnv']=_0x28db1a[_0x2bfc5b(0x196)](getTestEnv);continue;case'1':this[_0x2bfc5b(0x160)]=new testOpsHelper[(_0x2bfc5b(0x139))]({'cwd':process[_0x2bfc5b(0x142)]()},this[_0x2bfc5b(0x13f)][_0x2bfc5b(0x225)]);continue;case'2':this['driver']=_0x4adcde;continue;case'3':this[_0x2bfc5b(0x17f)]=_0x31949d[_0x2bfc5b(0x19a)];continue;case'4':this[_0x2bfc5b(0x1a0)]&&_0x28db1a[_0x2bfc5b(0x206)](this['driver'][_0x2bfc5b(0x19b)][_0x2bfc5b(0x1de)],_0x28db1a[_0x2bfc5b(0x181)])&&_0x28db1a[_0x2bfc5b(0x1b2)](mockPWBrowserType,null);continue;case'5':this[_0x2bfc5b(0x1ab)]=_0x31949d[_0x2bfc5b(0x1ab)];continue;}break;}}[a3_0x57c631(0x1ef)](){const _0x4112a3=a3_0x57c631;if(!this[_0x4112a3(0x17f)])return;testOpsHelper[_0x4112a3(0x170)](),process[_0x4112a3(0x1bc)](_0x4112a3(0x1b5)+process[_0x4112a3(0x148)]),process['on'](_0x4112a3(0x1b5)+process['pid'],this['appendTestItemLog'][_0x4112a3(0x21f)](this));}async[a3_0x57c631(0x189)](){const _0x20af4b=a3_0x57c631;await RequestQueueHandler[_0x20af4b(0x1a2)]()['shutdown']();}async[a3_0x57c631(0x1bd)](_0x4a095e){const _0x28f4e0=a3_0x57c631,_0x270c17={'gSamt':_0x28f4e0(0x1a8),'kFfiI':function(_0x2a84b3,_0x5a769f){return _0x2a84b3(_0x5a769f);}};try{this[_0x28f4e0(0x1ce)]&&!this['currentHook'][_0x28f4e0(0x1f5)]&&(_0x4a095e[_0x28f4e0(0x1ae)]=this[_0x28f4e0(0x1ce)][_0x28f4e0(0x1d5)]);!_0x4a095e[_0x28f4e0(0x1ae)]&&this['currentTest']&&!this['currentTest'][_0x28f4e0(0x1f5)]&&(_0x4a095e[_0x28f4e0(0x202)]=this['currentTest']['testAnalyticsId']);if(_0x4a095e[_0x28f4e0(0x1ae)]||_0x4a095e['test_run_uuid']){const _0x471c35={};_0x471c35['event_type']=_0x270c17[_0x28f4e0(0x20d)],_0x471c35['logs']=[_0x4a095e],await SessionHandler[_0x28f4e0(0x213)](_0x471c35);}}catch(_0x3da13a){_0x270c17[_0x28f4e0(0x137)](debug,_0x28f4e0(0x1e6)+_0x3da13a);}}async['sendCBTInfo'](_0x3b6552){const _0x55034a=a3_0x57c631,_0x3d103e={'PTlpV':_0x55034a(0x1fe),'VIWuL':function(_0x23fc81,_0xd9cff9){return _0x23fc81(_0xd9cff9);}};if(!this[_0x55034a(0x17f)])return;const _0x3759e4=this[_0x55034a(0x1c5)](this['driver']);try{const _0x35953a={};_0x35953a['uuid']=_0x3b6552,_0x35953a[_0x55034a(0x1a1)]=_0x3759e4;const _0xe5173a=_0x35953a,_0x14d454={};_0x14d454[_0x55034a(0x1a3)]=_0x3d103e[_0x55034a(0x16f)],_0x14d454[_0x55034a(0x147)]=_0xe5173a,await SessionHandler[_0x55034a(0x213)](_0x14d454);}catch(_0x5d0bde){_0x3d103e[_0x55034a(0x1d9)](debug,_0x55034a(0x14b)+_0x5d0bde);}}[a3_0x57c631(0x1c5)](_0x59002b){const _0x49808f=a3_0x57c631,_0x25dcc5={'djTty':function(_0x3fd27c,_0x54e8b6){return _0x3fd27c(_0x54e8b6);}};return _0x25dcc5[_0x49808f(0x1f0)](fetchPlatformDetails,_0x59002b);}[a3_0x57c631(0x17d)]=_0x3f8885=>{const _0x52f812=a3_0x57c631,_0x6f2c47={};_0x6f2c47[_0x52f812(0x192)]=_0x52f812(0x172),_0x6f2c47[_0x52f812(0x1f7)]='_afterEach';const _0x5624fd=_0x6f2c47;if(!_0x3f8885||!_0x3f8885[_0x52f812(0x1c3)])return;[_0x5624fd[_0x52f812(0x192)],_0x5624fd['ZUSTx']]['forEach'](_0x1fa01d=>{const _0x54c720=_0x52f812,_0x4f1998=_0x3f8885[_0x54c720(0x1c3)][_0x1fa01d];_0x4f1998[_0x54c720(0x162)](_0x59eb79=>{const _0x371c5a=_0x54c720;_0x59eb79[_0x371c5a(0x1d5)]&&(_0x59eb79['hookAnalyticsId']=null);});});};['mapTestHooks'](_0x3f3572){const _0x48bcb5=a3_0x57c631,_0x179a58={'lUjca':_0x48bcb5(0x13d),'uJwiw':function(_0x430dbc){return _0x430dbc();},'DWTvZ':function(_0x298ac6,_0x12dfba){return _0x298ac6===_0x12dfba;},'raUsy':_0x48bcb5(0x14f),'Pxjls':_0x48bcb5(0x19f),'dMonh':_0x48bcb5(0x140),'nDksQ':'_beforeEach'};if(!_0x3f3572||!_0x3f3572[_0x48bcb5(0x1c3)])return;[_0x179a58[_0x48bcb5(0x193)],_0x179a58[_0x48bcb5(0x1fc)],_0x179a58['nDksQ'],_0x179a58[_0x48bcb5(0x1cc)]][_0x48bcb5(0x162)](_0x218f3c=>{const _0x3c797c=_0x48bcb5,_0x2bf25b={'frXcS':_0x179a58[_0x3c797c(0x211)],'BOXcY':function(_0x511f79){return _0x179a58['uJwiw'](_0x511f79);},'yJGAK':function(_0x26f718,_0x16d4f2){const _0x14a865=_0x3c797c;return _0x179a58[_0x14a865(0x19d)](_0x26f718,_0x16d4f2);},'cFxVm':_0x179a58[_0x3c797c(0x1cc)]},_0x1f4e2f=_0x3f3572['parent'][_0x218f3c]||[];_0x1f4e2f[_0x3c797c(0x162)](_0x4cb854=>{const _0x18796e=_0x3c797c;if(_0x4cb854[_0x18796e(0x1c8)][_0x18796e(0x13c)](_0x2bf25b[_0x18796e(0x166)]))return;if(!_0x4cb854[_0x18796e(0x1d5)])_0x4cb854[_0x18796e(0x1d5)]=_0x2bf25b[_0x18796e(0x17c)](uuidv4);else _0x4cb854[_0x18796e(0x1f5)]&&_0x2bf25b[_0x18796e(0x1af)](_0x218f3c,_0x2bf25b[_0x18796e(0x14a)])&&(_0x4cb854[_0x18796e(0x1d5)]=_0x2bf25b[_0x18796e(0x17c)](uuidv4),delete _0x4cb854[_0x18796e(0x1f5)]);});}),this[_0x48bcb5(0x21a)](_0x3f3572[_0x48bcb5(0x1c3)]);}[a3_0x57c631(0x144)](_0x4e8f08){const _0x256618=a3_0x57c631,_0x5e887c={};_0x5e887c[_0x256618(0x1b3)]=_0x256618(0x19f),_0x5e887c['KKhcU']=_0x256618(0x140),_0x5e887c[_0x256618(0x177)]='_beforeEach',_0x5e887c[_0x256618(0x1c4)]=_0x256618(0x14f);const _0x28f718=_0x5e887c;if(!_0x4e8f08||!_0x4e8f08[_0x256618(0x1c3)])return[];const _0x2c4f3f=[];return[_0x28f718[_0x256618(0x1b3)],_0x28f718['KKhcU'],_0x28f718[_0x256618(0x177)],_0x28f718['GudCo']][_0x256618(0x162)](_0xca3626=>{const _0x184636=_0x256618,_0x3216c8=_0x4e8f08['parent'][_0xca3626]||[];_0x3216c8[_0x184636(0x162)](_0x3f5f1a=>{const _0x407317=_0x184636;_0x3f5f1a[_0x407317(0x1d5)]&&_0x2c4f3f[_0x407317(0x163)](_0x3f5f1a['hookAnalyticsId']);});}),[][_0x256618(0x1eb)](_0x2c4f3f,this[_0x256618(0x144)](_0x4e8f08[_0x256618(0x1c3)]));}['getHookType'](_0x38fee8){const _0x31c876=a3_0x57c631,_0xae1c76=/^"(?<hook>.*)" hook:.*$/,_0x5159cc=_0x38fee8[_0x31c876(0x1c8)],_0x1461e6=_0x5159cc[_0x31c876(0x1ec)](_0xae1c76);if(_0x1461e6&&_0x1461e6[_0x31c876(0x20e)])return _0x1461e6[_0x31c876(0x20e)][_0x31c876(0x151)]['toUpperCase']()[_0x31c876(0x17e)]('\x20','_');return null;}[a3_0x57c631(0x1e3)](_0x250f48){const _0xe24594=a3_0x57c631,_0x4fd721={};_0x4fd721[_0xe24594(0x1ed)]=function(_0x45df72,_0x10db0b){return _0x45df72===_0x10db0b;},_0x4fd721['OASva']=function(_0x32ffa2,_0x5d1395){return _0x32ffa2===_0x5d1395;},_0x4fd721[_0xe24594(0x201)]=_0xe24594(0x1b6),_0x4fd721[_0xe24594(0x18a)]=_0xe24594(0x13e);const _0xc93278=_0x4fd721,_0x5bfe07=path[_0xe24594(0x1a6)];if(_0xc93278[_0xe24594(0x1ed)](_0x250f48,null)||_0xc93278[_0xe24594(0x171)](_0x250f48,'')||_0xc93278[_0xe24594(0x171)](_0x250f48,_0x5bfe07))return null;try{return fs['statSync'](path[_0xe24594(0x13a)](_0x250f48,_0xc93278['pOkXP'],_0xc93278[_0xe24594(0x18a)])),_0x250f48;}catch(_0x1416bd){const _0x3b3c4c=path[_0xe24594(0x176)](_0x250f48);return this[_0xe24594(0x1e3)](_0x3b3c4c);}}[a3_0x57c631(0x16d)](_0x4ff2cf){const _0x520f3c=a3_0x57c631,_0x59b1b5={};_0x59b1b5[_0x520f3c(0x17b)]=function(_0x516fc8,_0x3e1294){return _0x516fc8>_0x3e1294;};const _0x50d30e=_0x59b1b5;if(_0x4ff2cf[_0x520f3c(0x1f1)])return _0x4ff2cf['file'];if(_0x4ff2cf[_0x520f3c(0x1ff)]){const _0x2de3c6=_0x4ff2cf[_0x520f3c(0x1ff)][_0x520f3c(0x1a4)]?this[_0x520f3c(0x16d)](_0x4ff2cf[_0x520f3c(0x1ff)]['currentTest']):null;if(_0x2de3c6)return _0x2de3c6;}if(_0x4ff2cf['parent']){const _0x2f8d46=this[_0x520f3c(0x16d)](_0x4ff2cf[_0x520f3c(0x1c3)])||(_0x4ff2cf[_0x520f3c(0x1c3)][_0x520f3c(0x1ff)]&&_0x4ff2cf['parent']['ctx'][_0x520f3c(0x1a4)]?this[_0x520f3c(0x16d)](_0x4ff2cf[_0x520f3c(0x1c3)][_0x520f3c(0x1ff)][_0x520f3c(0x1a4)]):null);if(_0x2f8d46)return _0x2f8d46;_0x4ff2cf[_0x520f3c(0x1c3)][_0x520f3c(0x197)]&&_0x50d30e['TAKkJ'](_0x4ff2cf[_0x520f3c(0x1c3)][_0x520f3c(0x197)][_0x520f3c(0x18c)],0x0)&&_0x4ff2cf[_0x520f3c(0x1c3)][_0x520f3c(0x197)][_0x520f3c(0x162)](_0x16aec3=>{const _0x143db5=_0x520f3c,_0x2ee46a=_0x16aec3[_0x143db5(0x1ff)]?this['getRootParentFile'](_0x16aec3[_0x143db5(0x1ff)]):null;if(_0x2ee46a)return _0x2ee46a;});}return null;}[a3_0x57c631(0x194)](_0xd112ce){const _0x1db4a2=a3_0x57c631,_0x5e23ad={};_0x5e23ad[_0x1db4a2(0x16e)]=function(_0x5844c5,_0x40f19a){return _0x5844c5!==_0x40f19a;};const _0x41a717=_0x5e23ad,_0xa4c6d9=[];if(_0xd112ce&&_0xd112ce['parent']){let _0x220150=_0xd112ce[_0x1db4a2(0x1c3)];while(_0x220150&&_0x41a717[_0x1db4a2(0x16e)](_0x220150[_0x1db4a2(0x1c8)],'')){_0xa4c6d9[_0x1db4a2(0x163)](_0x220150['title']),_0x220150=_0x220150[_0x1db4a2(0x1c3)];}}return _0xa4c6d9;}['captureEvent'](_0x23fbba,_0x10c936,_0x4461d0=undefined){const _0x502e71=a3_0x57c631,_0x4d461e={'HeiaP':function(_0x2ea336,_0x3c18d1){return _0x2ea336(_0x3c18d1);},'JgWka':function(_0x4674b9){return _0x4674b9();},'gSQhV':function(_0x17fdc0){return _0x17fdc0();},'Qzrfl':function(_0x5ab3c5,_0x494ad8){return _0x5ab3c5(_0x494ad8);},'Ynmpf':_0x502e71(0x15d),'pZxws':_0x502e71(0x15b),'GqerN':function(_0x18786b,_0x38064d){return _0x18786b!==_0x38064d;},'BmmoR':function(_0x596ca3,_0x2bb1e4){return _0x596ca3!==_0x2bb1e4;},'pDbRd':_0x502e71(0x221),'MdJle':'pending','AbxFT':'failed','VvUHa':_0x502e71(0x207),'ONlnX':_0x502e71(0x1d7),'tXxaI':'javascript','EnSOQ':function(_0x2074a5,_0x39b71b){return _0x2074a5-_0x39b71b;},'aGaVZ':function(_0x5320fa,_0x5e5313){return _0x5320fa!==_0x5e5313;},'KuRlB':'integrations','tjcst':_0x502e71(0x150),'eoHJO':'failure','rrcJo':'failure_backtrace','eBNmI':_0x502e71(0x1e1),'YXDdS':'failure_reason_expanded','nyjxo':_0x502e71(0x1f2),'jnJJO':_0x502e71(0x218),'aMXMK':'test_run'};if(!this[_0x502e71(0x17f)])return;try{if(_0x10c936['fn']&&_0x10c936['fn'][_0x502e71(0x1dd)]()['match'](/browserstack internal helper hook/))return;const _0xb1de4f=_0x4d461e[_0x502e71(0x169)](parseEvent,_0x23fbba);if(!_0xb1de4f)return;if(_0xb1de4f['test']){this[_0x502e71(0x1a4)]=_0x10c936,this[_0x502e71(0x1ce)]=null;if(_0xb1de4f[_0x502e71(0x186)]||_0xb1de4f['skipped']){_0x10c936[_0x502e71(0x198)]=new Date(),_0x10c936['markedStatus']=![];if(!_0x10c936[_0x502e71(0x182)])_0x10c936[_0x502e71(0x182)]=_0x4d461e[_0x502e71(0x16c)](uuidv4);else _0x10c936['markedStatus']&&(!_0x10c936['retryOf']&&(_0x10c936[_0x502e71(0x167)]=_0x10c936['testAnalyticsId']),_0x10c936['testAnalyticsId']=_0x4d461e[_0x502e71(0x16c)](uuidv4));}}else{if(_0xb1de4f['hook']){this['currentHook']=_0x10c936;if(_0xb1de4f[_0x502e71(0x186)]){_0x10c936[_0x502e71(0x198)]=new Date(),_0x10c936['markedStatus']=![];if(!_0x10c936[_0x502e71(0x1d5)])_0x10c936[_0x502e71(0x1d5)]=_0x4d461e[_0x502e71(0x208)](uuidv4);else _0x10c936[_0x502e71(0x1d5)]&&_0x10c936[_0x502e71(0x1f5)]&&(_0x10c936[_0x502e71(0x1d5)]=_0x4d461e['gSQhV'](uuidv4));}}}if(_0xb1de4f['finished']&&_0x10c936[_0x502e71(0x1f5)])return;let _0x542370;try{_0x542370=this[_0x502e71(0x16d)](_0x10c936);}catch(_0x284287){logger[_0x502e71(0x1ad)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x284287),_0x542370=null;}const _0x2ff523=_0x4d461e[_0x502e71(0x20a)](require,_0x4d461e['Ynmpf']);let _0x42c087=[];_0x4461d0&&(_0x42c087=[_0x4461d0,_0x4d461e[_0x502e71(0x223)]]);const _0x410e5c=_0x4d461e['GqerN'](_0x10c936[_0x502e71(0x155)],undefined)?_0x2ff523[_0x502e71(0x19c)](_0x10c936[_0x502e71(0x155)][0x0]):_0x4d461e[_0x502e71(0x220)](_0x4461d0,undefined)?_0x4461d0[_0x502e71(0x1dd)]():undefined,_0x1b0fcc=_0x542370?this['findGitConfig'](_0x542370):null,_0x4458e1=_0x542370?this[_0x502e71(0x160)][_0x502e71(0x185)](this[_0x502e71(0x16d)](_0x10c936)):_0x4d461e['pDbRd'];let _0x50008b=_0x4d461e[_0x502e71(0x178)];const _0x3409fc=!_0xb1de4f[_0x502e71(0x186)]?new Date()[_0x502e71(0x188)]():null;if(_0xb1de4f[_0x502e71(0x157)])_0x50008b=_0x4461d0?_0x4d461e[_0x502e71(0x1b0)]:_0x4d461e[_0x502e71(0x1bb)],_0x10c936[_0x502e71(0x1f5)]=!![];else _0xb1de4f[_0x502e71(0x1d7)]&&(_0x50008b=_0x4d461e['ONlnX'],_0x10c936[_0x502e71(0x1f5)]=!![]);const _0x11b625={'framework':this[_0x502e71(0x1ab)],'uuid':_0x10c936[_0x502e71(0x182)]||_0x10c936[_0x502e71(0x1d5)],'name':_0x10c936[_0x502e71(0x1c8)],'body':{'lang':_0x4d461e[_0x502e71(0x1ac)],'code':_0x10c936[_0x502e71(0x158)][_0x502e71(0x1dd)]()},'type':_0x10c936[_0x502e71(0x17a)],'scope':_0x10c936[_0x502e71(0x1ea)](),'scopes':this[_0x502e71(0x194)](_0x10c936),'file_name':_0x4458e1,'vc_filepath':_0x1b0fcc?path[_0x502e71(0x226)](_0x1b0fcc,_0x542370):null,'location':_0x4458e1,'result':_0x50008b,'failure_reason':_0x410e5c,'duration_in_ms':_0x10c936[_0x502e71(0x173)]||(_0xb1de4f[_0x502e71(0x157)]||_0xb1de4f['skipped'])?_0x4d461e[_0x502e71(0x200)](Date[_0x502e71(0x1da)](),new Date(_0x10c936[_0x502e71(0x198)])['getTime']()):null,'started_at':new Date(_0x10c936['startedAt'])['toISOString'](),'finished_at':_0x3409fc,'failure':testOpsHelper['failureData'][_0x502e71(0x1b8)](null,_0x42c087),'failure_type':!_0x410e5c?null:testOpsHelper[_0x502e71(0x156)](_0x410e5c),'retry_of':_0x10c936[_0x502e71(0x167)]||null,'tags':_0x10c936[_0x502e71(0x1df)]||[],'customRerunParam':{'rerun_name':_0x10c936[_0x502e71(0x1ea)]()}};if(_0xb1de4f[_0x502e71(0x151)])[_0x11b625[_0x502e71(0x19e)],_0x11b625[_0x502e71(0x1de)]]=[this[_0x502e71(0x1fb)](_0x10c936),_0x10c936[_0x502e71(0x1ff)][_0x502e71(0x159)][_0x502e71(0x1c8)]],_0xb1de4f['finished']?_0x4d461e[_0x502e71(0x153)](_0x11b625[_0x502e71(0x154)],_0x4d461e[_0x502e71(0x1b0)])&&(_0x11b625['result']=_0x4d461e['VvUHa']):_0x11b625['body']={};else _0xb1de4f['test']&&(this['mapTestHooks'](_0x10c936),_0xb1de4f['skipped']&&this[_0x502e71(0x17d)](_0x10c936),(_0xb1de4f[_0x502e71(0x157)]||_0xb1de4f[_0x502e71(0x1d7)])&&(_0x11b625[_0x502e71(0x174)]=this['getHooksForTest'](_0x10c936)));this[_0x502e71(0x1a0)]&&(_0xb1de4f[_0x502e71(0x186)]||_0xb1de4f[_0x502e71(0x1d7)])&&(_0x11b625[_0x4d461e[_0x502e71(0x21b)]]=this[_0x502e71(0x1c5)](this[_0x502e71(0x1a0)]));_0xb1de4f[_0x502e71(0x159)]&&_0xb1de4f[_0x502e71(0x157)]&&_0x10c936[_0x502e71(0x15a)]&&(_0x11b625[_0x4d461e[_0x502e71(0x1d4)]]={'feature':{'name':_0x10c936[_0x502e71(0x1c3)][_0x502e71(0x14e)][_0x502e71(0x1de)],'path':_0x11b625['file_name'],'description':_0x10c936[_0x502e71(0x1c3)][_0x502e71(0x1be)]},'scenario':{'name':_0x10c936[_0x502e71(0x1c8)]},'steps':_0x10c936['bddSteps']});const _0x292c6a=_0x11b625[_0x4d461e[_0x502e71(0x210)]][0x0];_0x292c6a&&(_0x11b625[_0x4d461e[_0x502e71(0x191)]]=_0x292c6a[_0x4d461e[_0x502e71(0x16b)]],_0x11b625[_0x4d461e[_0x502e71(0x15e)]]=_0x292c6a[_0x4d461e['nyjxo']]);const _0x574fd3={};_0x574fd3[_0x502e71(0x1a3)]=_0xb1de4f[_0x502e71(0x1d7)]?TEST_EVENTS[_0x502e71(0x219)]:_0x23fbba;const _0x297f64=_0x574fd3;return _0xb1de4f[_0x502e71(0x151)]?_0x297f64[_0x4d461e[_0x502e71(0x164)]]=_0x11b625:_0x297f64[_0x4d461e['aMXMK']]=_0x11b625,_0x297f64;}catch(_0x4ef600){logger[_0x502e71(0x1ad)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x23fbba+_0x502e71(0x204)+_0x4ef600);}}async[a3_0x57c631(0x1e8)](_0x3fdf38,_0x13b955){const _0x45a4ab=a3_0x57c631;if(!this[_0x45a4ab(0x17f)]||!_0x13b955||!_0x3fdf38)return![];try{return await SessionHandler[_0x45a4ab(0x213)](_0x13b955);}catch(_0xfa1d2f){logger['debug']('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x3fdf38+_0x45a4ab(0x204)+_0xfa1d2f);}}[a3_0x57c631(0x15c)](_0x383d3f){const _0x5943a2=a3_0x57c631,_0x56bf15={'JUICz':function(_0x417b7e){return _0x417b7e();}};!_0x383d3f['stepAnalyticsId']&&(_0x383d3f['stepAnalyticsId']=_0x56bf15[_0x5943a2(0x1b1)](uuidv4),_0x383d3f['startedAt']=new Date());}[a3_0x57c631(0x1e7)](_0x388820){const _0x1cb04e=a3_0x57c631,_0x2a3a40={};_0x2a3a40[_0x1cb04e(0x1ba)]=function(_0x46425c,_0x3deae4){return _0x46425c===_0x3deae4;},_0x2a3a40['mBVEx']='success',_0x2a3a40['tbgBB']='passed',_0x2a3a40[_0x1cb04e(0x216)]=function(_0x3c7349,_0x1c9f87){return _0x3c7349-_0x1c9f87;};const _0x35e206=_0x2a3a40;!this[_0x1cb04e(0x1a4)][_0x1cb04e(0x15a)]&&(this[_0x1cb04e(0x1a4)][_0x1cb04e(0x15a)]=[]),this['currentTest'][_0x1cb04e(0x15a)][_0x1cb04e(0x163)]({'id':_0x388820[_0x1cb04e(0x187)],'text':_0x388820[_0x1cb04e(0x1de)],'keyword':_0x388820[_0x1cb04e(0x1f8)],'started_at':_0x388820['startedAt'][_0x1cb04e(0x188)](),'finished_at':new Date()[_0x1cb04e(0x188)](),'result':_0x35e206[_0x1cb04e(0x1ba)](_0x388820[_0x1cb04e(0x21e)],_0x35e206[_0x1cb04e(0x1c9)])?_0x35e206[_0x1cb04e(0x1d8)]:_0x388820[_0x1cb04e(0x21e)],'duration':_0x35e206[_0x1cb04e(0x216)](Date['now'](),_0x388820[_0x1cb04e(0x198)][_0x1cb04e(0x18b)]()),'failure':_0x388820[_0x1cb04e(0x15b)]?_0x388820['err']['message']:null});}}const a3_0x3d9f3f={};function a3_0x2308(_0x22d37f,_0x59bd78){const _0x4ebff7=a3_0x4ebf();return a3_0x2308=function(_0x230847,_0x3ee4ce){_0x230847=_0x230847-0x137;let _0x374bf9=_0x4ebff7[_0x230847];return _0x374bf9;},a3_0x2308(_0x22d37f,_0x59bd78);}a3_0x3d9f3f[a3_0x57c631(0x1e2)]=O11yHelper,a3_0x3d9f3f[a3_0x57c631(0x222)]=STATE_PASSED,a3_0x3d9f3f[a3_0x57c631(0x1a5)]=STATE_FAILED,a3_0x3d9f3f[a3_0x57c631(0x1cd)]=TEST_EVENTS,module['exports']=a3_0x3d9f3f;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a4_0x4fcfe7=a4_0x576b;(function(_0x9445dc,_0x1b2aab){const _0x31d54e=a4_0x576b,_0x460d85=_0x9445dc();while(!![]){try{const _0x150bae=-parseInt(_0x31d54e(0xe6))/0x1+parseInt(_0x31d54e(0xcb))/0x2*(-parseInt(_0x31d54e(0xe7))/0x3)+parseInt(_0x31d54e(0xe4))/0x4*(parseInt(_0x31d54e(0xd5))/0x5)+parseInt(_0x31d54e(0xc2))/0x6+parseInt(_0x31d54e(0xc6))/0x7+parseInt(_0x31d54e(0xe8))/0x8*(-parseInt(_0x31d54e(0xb0))/0x9)+parseInt(_0x31d54e(0xb3))/0xa*(parseInt(_0x31d54e(0xd6))/0xb);if(_0x150bae===_0x1b2aab)break;else _0x460d85['push'](_0x460d85['shift']());}catch(_0x2d376e){_0x460d85['push'](_0x460d85['shift']());}}}(a4_0x25b6,0x7e9d3));function a4_0x25b6(){const _0x251785=['LWNtn','1003549Tdbvgb','217050fdHwUv','408vtAeOl','sMRbZ','removeDir','../../helpers/helper','\x20pending','\x20steps','steps','proxySettings','aCJbG','createDir','EORkj','parseFormatters','winstonLogger','pQsyY','stepsAmbiguous','stepsUndefined','cucumber-js','\x20scenarios','exitCode','oiCib','\x20failed','markSDKSetupComplete','bold','\x20passed','testContextOptions','handleApp','stepsFailed','join','stepsUnknown','66879vNHTmM','cyan','getPlatformName','8589210qJJoKA','scenariosFailed','stepsSkipped','ZSJtt','\x20ambiguous','length','green','qwvxn','initialize','forEach','LGbrd','processSuccess','../../helpers/logger','turboScaleUrl','finally','4122522NHebhZ','MajyN','platforms','push','4735703EyOlRJ','\x20skipped','../utils/constants','../../helpers/BrowserStackSetup','kOkDa','22wGHYJY','getErrorMessageFromResults','WnTpF','WpCVe','red','GEsDm','sIMVR','qsZQo','cucumber','path','1570dkUZjm','11ZNlSal','../test-runner','yellow','VEpAB','NQIDq','config','scenarios','errorMessage','chalk','debug','log','bgWhite','knKHW','qiyEX','6044KzbNcb'];a4_0x25b6=function(){return _0x251785;};return a4_0x25b6();}const fs=require('fs'),path=require(a4_0x4fcfe7(0xd4)),logger=require(a4_0x4fcfe7(0xbf))[a4_0x4fcfe7(0x9f)],{default:BrowserStackSetup}=require(a4_0x4fcfe7(0xc9)),helper=require(a4_0x4fcfe7(0xeb)),constants=require(a4_0x4fcfe7(0xc8)),{parallelCucumberRun}=require(a4_0x4fcfe7(0xd7)),chalk=require(a4_0x4fcfe7(0xde));function printCucumberStats(_0x3d317a){const _0x12d70c=a4_0x4fcfe7,_0x18cf0e={};_0x18cf0e['NQIDq']=function(_0x57c577,_0x472bba){return _0x57c577>_0x472bba;},_0x18cf0e[_0x12d70c(0xba)]=function(_0x508c11,_0x40458a){return _0x508c11-_0x40458a;},_0x18cf0e[_0x12d70c(0xe9)]=function(_0xee531c,_0x6ef57a){return _0xee531c>_0x6ef57a;},_0x18cf0e[_0x12d70c(0xce)]=function(_0x3e9244,_0x1169a0){return _0x3e9244>_0x1169a0;},_0x18cf0e[_0x12d70c(0xd2)]=function(_0x14bec5,_0x1a03fe){return _0x14bec5>_0x1a03fe;},_0x18cf0e[_0x12d70c(0xd9)]=function(_0x471521,_0x4509ac){return _0x471521>_0x4509ac;},_0x18cf0e[_0x12d70c(0xc3)]=function(_0x3be36a,_0x33b3a5){return _0x3be36a>_0x33b3a5;},_0x18cf0e['oUyTG']=function(_0x4881d6,_0x37ed4b){return _0x4881d6>_0x37ed4b;},_0x18cf0e[_0x12d70c(0xcd)]=function(_0x10d4d0,_0x101d82){return _0x10d4d0>_0x101d82;},_0x18cf0e[_0x12d70c(0xca)]=function(_0x575c89,_0x392071){return _0x575c89>_0x392071;},_0x18cf0e[_0x12d70c(0xa6)]=function(_0x350ea0,_0xa5694){return _0x350ea0+_0xa5694;},_0x18cf0e['EORkj']=function(_0xaf2a6d,_0x102f2c){return _0xaf2a6d+_0x102f2c;},_0x18cf0e[_0x12d70c(0x9b)]=function(_0x14f2e9,_0x5d9dbc){return _0x14f2e9===_0x5d9dbc;},_0x18cf0e['pQsyY']='****\x20RESULTS\x20****';const _0x3da5cf=_0x18cf0e;let _0x33630d=0x0;if(_0x3da5cf[_0x12d70c(0x9b)](_0x3d317a['length'],0x0))return _0x33630d;return console[_0x12d70c(0xe0)](chalk[_0x12d70c(0xa9)][_0x12d70c(0xe1)](_0x3da5cf[_0x12d70c(0xa0)])),_0x3d317a[_0x12d70c(0xbc)](_0x557c5d=>{const _0x159219=_0x12d70c,_0x374401=_0x557c5d[0x0],_0x42a002=_0x557c5d[0x1];console['log']('\x0a'+chalk[_0x159219(0xa9)][_0x159219(0xd8)](''+helper[_0x159219(0xb2)](_0x374401)));const _0x4ec098=_0x42a002[_0x159219(0xdc)],_0x19021b=_0x42a002[_0x159219(0x99)],_0x58903b=_0x42a002[_0x159219(0xb4)],_0x4a3421=_0x42a002[_0x159219(0xad)],_0x2ba07f=_0x42a002['stepsPassed'],_0x577df5=_0x42a002[_0x159219(0xb5)],_0x3ec246=_0x42a002['stepsPending'],_0x4be13e=_0x42a002[_0x159219(0xa2)],_0x2d1be5=_0x42a002[_0x159219(0xaf)],_0x596a34=_0x42a002[_0x159219(0xa1)],_0x1e5931=_0x42a002[_0x159219(0xbe)];let _0xe24676=_0x4ec098+_0x159219(0xa4);const _0x5101e6=_0x3da5cf['NQIDq'](_0x3da5cf[_0x159219(0xba)](_0x4ec098,_0x58903b),0x0)?_0x3da5cf[_0x159219(0xba)](_0x4ec098,_0x58903b):0x0;if(_0x3da5cf[_0x159219(0xe9)](_0x58903b,0x0)&&_0x3da5cf[_0x159219(0xce)](_0x5101e6,0x0))_0xe24676+='\x20('+chalk[_0x159219(0xa9)][_0x159219(0xcf)](_0x58903b+_0x159219(0xa7))+',\x20'+chalk['bold']['green'](_0x5101e6+_0x159219(0xaa))+')';else(_0x3da5cf[_0x159219(0xda)](_0x58903b,0x0)||_0x3da5cf[_0x159219(0xd2)](_0x5101e6,0x0))&&(_0xe24676+=_0x3da5cf[_0x159219(0xda)](_0x58903b,0x0)?'\x20('+chalk[_0x159219(0xa9)][_0x159219(0xcf)](_0x58903b+'\x20failed')+')':'\x20('+chalk[_0x159219(0xa9)][_0x159219(0xb9)](_0x5101e6+_0x159219(0xaa))+')');const _0x50faa9=_0x19021b+_0x159219(0x98),_0x41e5b8=[];_0x3da5cf[_0x159219(0xd9)](_0x596a34,0x0)&&_0x41e5b8['push'](''+chalk[_0x159219(0xa9)][_0x159219(0xcf)](_0x596a34+_0x159219(0xb7)));_0x3da5cf[_0x159219(0xc3)](_0x4a3421,0x0)&&_0x41e5b8[_0x159219(0xc5)](''+chalk[_0x159219(0xa9)][_0x159219(0xcf)](_0x4a3421+_0x159219(0xa7)));_0x3da5cf['oUyTG'](_0x2ba07f,0x0)&&_0x41e5b8[_0x159219(0xc5)](''+chalk[_0x159219(0xa9)]['green'](_0x2ba07f+'\x20passed'));_0x3da5cf['sMRbZ'](_0x3ec246,0x0)&&_0x41e5b8[_0x159219(0xc5)](''+chalk['bold'][_0x159219(0xd8)](_0x3ec246+_0x159219(0xec)));_0x3da5cf['WnTpF'](_0x577df5,0x0)&&_0x41e5b8[_0x159219(0xc5)](''+chalk[_0x159219(0xa9)][_0x159219(0xb1)](_0x577df5+'\x20skipped'));_0x3da5cf[_0x159219(0xca)](_0x4be13e,0x0)&&_0x41e5b8[_0x159219(0xc5)](''+chalk[_0x159219(0xa9)][_0x159219(0xd8)](_0x4be13e+'\x20undefined'));_0x3da5cf[_0x159219(0xe9)](_0x2d1be5,0x0)&&_0x41e5b8[_0x159219(0xc5)](''+chalk[_0x159219(0xa9)][_0x159219(0xd8)](_0x2d1be5+_0x159219(0xc7)));const _0x58b0fd=_0x3da5cf[_0x159219(0xa6)](_0x3da5cf[_0x159219(0xa6)](_0x3da5cf['oiCib'](_0x50faa9,'('),_0x41e5b8[_0x159219(0xae)](',\x20')),')');console[_0x159219(0xe0)](_0x3da5cf['oiCib'](_0x3da5cf[_0x159219(0xa6)](_0x3da5cf[_0x159219(0xa6)](_0x3da5cf[_0x159219(0x9d)]('\x0a',_0xe24676),'\x0a'),_0x58b0fd),'\x0a')),_0x3da5cf[_0x159219(0x9b)](_0x1e5931,![])&&(_0x33630d=0x1);}),_0x33630d;}function a4_0x576b(_0x4ddf04,_0x59bc77){const _0x25b60f=a4_0x25b6();return a4_0x576b=function(_0x576b96,_0x4cba3e){_0x576b96=_0x576b96-0x98;let _0x368124=_0x25b60f[_0x576b96];return _0x368124;},a4_0x576b(_0x4ddf04,_0x59bc77);}async function run(_0x1887d2,_0x381c64){const _0xff90f=a4_0x4fcfe7,_0x17af8e={'LGbrd':_0xff90f(0xd3),'knKHW':function(_0x20387b,_0x4509ed){return _0x20387b(_0x4509ed);},'LWNtn':function(_0x654d2a,_0xf17f35){return _0x654d2a>_0xf17f35;},'KfqdI':'Generating\x20consolidated\x20report...','ZSJtt':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','GEsDm':_0xff90f(0xa3),'jWTFs':'tmp','Yowjo':function(_0x3e587d,_0x367f1b){return _0x3e587d>_0x367f1b;},'qiyEX':function(_0x9cbf05,_0xa2a53a){return _0x9cbf05-_0xa2a53a;},'sIMVR':function(_0x3c26f7,_0x3e377d){return _0x3c26f7>=_0x3e377d;},'VbmLk':function(_0x3ffe87,_0x3ea712,_0x2bee27,_0x99c038,_0x12f707,_0x280960){return _0x3ffe87(_0x3ea712,_0x2bee27,_0x99c038,_0x12f707,_0x280960);}},_0x1f346b=new BrowserStackSetup(_0x1887d2,_0x17af8e[_0xff90f(0xd0)]);await _0x1f346b[_0xff90f(0xbb)](),await helper[_0xff90f(0xac)](_0x1f346b[_0xff90f(0xdb)]);const _0x5a97ec=[];if(!_0x1f346b[_0xff90f(0xdb)])return;const _0xd3337=_0x1f346b['config']['parallelsPerPlatform'],_0x54fc3b=helper['useW3C'](_0x1f346b[_0xff90f(0xdb)]);_0x1f346b[_0xff90f(0xdb)][_0xff90f(0xc4)][_0xff90f(0xbc)]((_0x117483,_0xb640eb)=>{const _0x53f39e=_0xff90f;_0x54fc3b?_0x5a97ec[_0x53f39e(0xc5)](helper['modifyBrowserStackW3CCaps'](_0x1f346b['config'],_0x17af8e[_0x53f39e(0xbd)],_0xb640eb)):_0x5a97ec['push'](helper['modifyBrowserStackCaps'](_0x1f346b['config'],_0x17af8e['LGbrd'],_0xb640eb));});const _0x52d3d2={'server':helper['getHubUrl'](_0x1f346b[_0xff90f(0xdb)]),'proxySettings':_0x1f346b[_0xff90f(0xdb)][_0xff90f(0x9a)],'maxWorkers':_0xd3337,'browserStackLogLevel':_0x1f346b[_0xff90f(0xdb)]['logLevel'],'skipSessionName':_0x1f346b[_0xff90f(0xdb)][_0xff90f(0xab)]['skipSessionName'],'skipSessionStatus':_0x1f346b['config'][_0xff90f(0xab)]['skipSessionStatus'],'turboScaleUrl':_0x1f346b['config'][_0xff90f(0xc0)]},_0x7c2b67=process['argv'],[_0x2eadb6,_0xa7d366]=helper[_0xff90f(0x9e)](_0x7c2b67),_0x2b7933=path[_0xff90f(0xae)](process['cwd'](),_0x17af8e['jWTFs']);if(_0x17af8e['Yowjo'](_0xa7d366[_0xff90f(0xb8)],0x0)){helper[_0xff90f(0x9c)](_0x2b7933);for(let _0x2c1753=_0x17af8e[_0xff90f(0xe3)](_0x2eadb6['length'],0x1);_0x17af8e[_0xff90f(0xd1)](_0x2c1753,0x0);_0x2c1753--){_0x7c2b67['splice'](_0x2eadb6[_0x2c1753],0x2);}}helper[_0xff90f(0xa8)]();let _0x11353c;_0x17af8e['VbmLk'](parallelCucumberRun,_0x5a97ec,_0x52d3d2,_0x1f346b['config'],_0x7c2b67,_0xa7d366)['then'](async _0x2dbbac=>{const _0x159b3c=_0xff90f;_0x11353c=_0x2dbbac;const _0x38de0b=_0x17af8e[_0x159b3c(0xe2)](printCucumberStats,_0x2dbbac);process[_0x159b3c(0xa5)]=_0x38de0b,_0x17af8e[_0x159b3c(0xe5)](_0xa7d366[_0x159b3c(0xb8)],0x0)&&(logger[_0x159b3c(0xdf)](_0x17af8e['KfqdI']),helper['mergeOutputFiles'](_0x2b7933,_0xa7d366),logger['debug'](_0x17af8e[_0x159b3c(0xb6)]),helper[_0x159b3c(0xea)](_0x2b7933));})[_0xff90f(0xc1)](async()=>{const _0x34e25f=_0xff90f;_0x1f346b[_0x34e25f(0xdd)]=helper[_0x34e25f(0xcc)](_0x11353c,_0x17af8e[_0x34e25f(0xbd)]),await helper['finalExecution'](_0x1f346b);});}module['exports']=run;
2
+ 'use strict';const a4_0x46c473=a4_0x1d47;(function(_0x11ded9,_0x8dff6e){const _0x510cae=a4_0x1d47,_0xa21891=_0x11ded9();while(!![]){try{const _0x30275b=-parseInt(_0x510cae(0x1b4))/0x1*(-parseInt(_0x510cae(0x1ac))/0x2)+-parseInt(_0x510cae(0x15c))/0x3+parseInt(_0x510cae(0x197))/0x4+parseInt(_0x510cae(0x161))/0x5+-parseInt(_0x510cae(0x180))/0x6+-parseInt(_0x510cae(0x159))/0x7*(-parseInt(_0x510cae(0x1b3))/0x8)+-parseInt(_0x510cae(0x153))/0x9*(parseInt(_0x510cae(0x196))/0xa);if(_0x30275b===_0x8dff6e)break;else _0xa21891['push'](_0xa21891['shift']());}catch(_0x3d775c){_0xa21891['push'](_0xa21891['shift']());}}}(a4_0x325f,0xacbec));const fs=require('fs'),path=require('path'),logger=require(a4_0x46c473(0x16d))['winstonLogger'],{default:BrowserStackSetup}=require(a4_0x46c473(0x188)),helper=require(a4_0x46c473(0x191)),constants=require(a4_0x46c473(0x171)),{parallelCucumberRun}=require(a4_0x46c473(0x16a)),chalk=require(a4_0x46c473(0x1a3));function printCucumberStats(_0x2c356b){const _0x31071b=a4_0x46c473,_0x217d01={};_0x217d01[_0x31071b(0x19b)]=function(_0x59b82c,_0xf91453){return _0x59b82c>_0xf91453;},_0x217d01[_0x31071b(0x18e)]=function(_0x4df747,_0x2ee073){return _0x4df747-_0x2ee073;},_0x217d01[_0x31071b(0x179)]=function(_0x3a124d,_0x2ac271){return _0x3a124d-_0x2ac271;},_0x217d01['WvALh']=function(_0x13b700,_0xf6859e){return _0x13b700>_0xf6859e;},_0x217d01[_0x31071b(0x164)]=function(_0x5004ce,_0x4326a7){return _0x5004ce>_0x4326a7;},_0x217d01[_0x31071b(0x1b2)]=function(_0x468d93,_0x5bf46d){return _0x468d93>_0x5bf46d;},_0x217d01[_0x31071b(0x193)]=function(_0x267174,_0x265eb1){return _0x267174>_0x265eb1;},_0x217d01[_0x31071b(0x175)]=function(_0x3c3b61,_0x471ffd){return _0x3c3b61>_0x471ffd;},_0x217d01['AwjMx']=function(_0x17d8b6,_0x3e02cb){return _0x17d8b6>_0x3e02cb;},_0x217d01['KSGky']=function(_0x203214,_0x72800f){return _0x203214+_0x72800f;},_0x217d01['OhdGq']=function(_0x3baca0,_0x3d185b){return _0x3baca0+_0x3d185b;},_0x217d01[_0x31071b(0x1a7)]=function(_0x3996e3,_0x1585c0){return _0x3996e3+_0x1585c0;},_0x217d01[_0x31071b(0x19c)]=function(_0x33c569,_0x1c4cc9){return _0x33c569===_0x1c4cc9;},_0x217d01[_0x31071b(0x16c)]=_0x31071b(0x1a1);const _0x454df7=_0x217d01;let _0x262848=0x0;if(_0x454df7[_0x31071b(0x19c)](_0x2c356b[_0x31071b(0x1a0)],0x0))return _0x262848;return console[_0x31071b(0x187)](chalk[_0x31071b(0x18a)]['bgWhite'](_0x454df7[_0x31071b(0x16c)])),_0x2c356b[_0x31071b(0x192)](_0x29c5d1=>{const _0x45c820=_0x31071b,_0x333902=_0x29c5d1[0x0],_0x517c85=_0x29c5d1[0x1];console[_0x45c820(0x187)]('\x0a'+chalk[_0x45c820(0x18a)][_0x45c820(0x18d)](''+helper[_0x45c820(0x17c)](_0x333902)));const _0x73f075=_0x517c85[_0x45c820(0x19d)],_0x42b06d=_0x517c85[_0x45c820(0x16b)],_0x5de94c=_0x517c85[_0x45c820(0x166)],_0xb7cf39=_0x517c85[_0x45c820(0x156)],_0x385c28=_0x517c85['stepsPassed'],_0x426e26=_0x517c85[_0x45c820(0x160)],_0x287ad9=_0x517c85['stepsPending'],_0xb77644=_0x517c85[_0x45c820(0x1a6)],_0x172739=_0x517c85[_0x45c820(0x1b1)],_0xdda81e=_0x517c85[_0x45c820(0x1a9)],_0x4e1156=_0x517c85[_0x45c820(0x15d)];let _0x50dba6=_0x73f075+_0x45c820(0x157);const _0x6239cd=_0x454df7[_0x45c820(0x19b)](_0x454df7[_0x45c820(0x18e)](_0x73f075,_0x5de94c),0x0)?_0x454df7['nlhin'](_0x73f075,_0x5de94c):0x0;if(_0x454df7[_0x45c820(0x1aa)](_0x5de94c,0x0)&&_0x454df7[_0x45c820(0x1aa)](_0x6239cd,0x0))_0x50dba6+='\x20('+chalk[_0x45c820(0x18a)]['red'](_0x5de94c+'\x20failed')+',\x20'+chalk['bold'][_0x45c820(0x15e)](_0x6239cd+'\x20passed')+')';else(_0x454df7['WvALh'](_0x5de94c,0x0)||_0x454df7[_0x45c820(0x19b)](_0x6239cd,0x0))&&(_0x50dba6+=_0x454df7['tXfqh'](_0x5de94c,0x0)?'\x20('+chalk[_0x45c820(0x18a)][_0x45c820(0x17f)](_0x5de94c+_0x45c820(0x158))+')':'\x20('+chalk['bold']['green'](_0x6239cd+_0x45c820(0x17a))+')');const _0x3c68fd=_0x42b06d+_0x45c820(0x19f),_0x542047=[];_0x454df7[_0x45c820(0x19b)](_0xdda81e,0x0)&&_0x542047[_0x45c820(0x1a2)](''+chalk[_0x45c820(0x18a)][_0x45c820(0x17f)](_0xdda81e+_0x45c820(0x162)));_0x454df7[_0x45c820(0x1b2)](_0xb7cf39,0x0)&&_0x542047['push'](''+chalk['bold'][_0x45c820(0x17f)](_0xb7cf39+_0x45c820(0x158)));_0x454df7['kolEm'](_0x385c28,0x0)&&_0x542047['push'](''+chalk[_0x45c820(0x18a)][_0x45c820(0x15e)](_0x385c28+'\x20passed'));_0x454df7[_0x45c820(0x19b)](_0x287ad9,0x0)&&_0x542047['push'](''+chalk['bold'][_0x45c820(0x18d)](_0x287ad9+_0x45c820(0x17e)));_0x454df7['yFPRv'](_0x426e26,0x0)&&_0x542047['push'](''+chalk[_0x45c820(0x18a)][_0x45c820(0x167)](_0x426e26+'\x20skipped'));_0x454df7[_0x45c820(0x175)](_0xb77644,0x0)&&_0x542047[_0x45c820(0x1a2)](''+chalk[_0x45c820(0x18a)][_0x45c820(0x18d)](_0xb77644+'\x20undefined'));_0x454df7[_0x45c820(0x16f)](_0x172739,0x0)&&_0x542047[_0x45c820(0x1a2)](''+chalk[_0x45c820(0x18a)]['yellow'](_0x172739+_0x45c820(0x183)));const _0x395c1b=_0x454df7[_0x45c820(0x17b)](_0x454df7[_0x45c820(0x163)](_0x454df7[_0x45c820(0x1a7)](_0x3c68fd,'('),_0x542047[_0x45c820(0x190)](',\x20')),')');console['log'](_0x454df7[_0x45c820(0x17b)](_0x454df7[_0x45c820(0x163)](_0x454df7[_0x45c820(0x163)](_0x454df7[_0x45c820(0x163)]('\x0a',_0x50dba6),'\x0a'),_0x395c1b),'\x0a')),_0x454df7[_0x45c820(0x19c)](_0x4e1156,![])&&(_0x262848=0x1);}),_0x262848;}async function run(_0x3a3f07,_0x468d75){const _0x3dc40e=a4_0x46c473,_0x50e211={'BgcNj':_0x3dc40e(0x170),'Qunwc':function(_0x215b5e,_0x34e280){return _0x215b5e(_0x34e280);},'kjzaK':function(_0x1c4be0,_0x2039f5){return _0x1c4be0>_0x2039f5;},'zJhEk':_0x3dc40e(0x194),'Twgcv':_0x3dc40e(0x195),'VbpoQ':_0x3dc40e(0x181),'LRVGk':_0x3dc40e(0x1ad),'HClVB':function(_0x3d9490,_0x3137e0){return _0x3d9490>_0x3137e0;},'uHxor':function(_0x44daad,_0x4e640d){return _0x44daad-_0x4e640d;},'dcZch':function(_0x285c64,_0x4eee04){return _0x285c64>=_0x4eee04;},'faAoO':function(_0x4e830c,_0x133ffb,_0x4e9e1a,_0x50e0cf,_0x275c4c,_0x3611d1){return _0x4e830c(_0x133ffb,_0x4e9e1a,_0x50e0cf,_0x275c4c,_0x3611d1);}},_0x5aa8ce=new BrowserStackSetup(_0x3a3f07,_0x50e211[_0x3dc40e(0x15b)]);await _0x5aa8ce[_0x3dc40e(0x19a)](),await helper[_0x3dc40e(0x16e)](_0x5aa8ce['config']);const _0x188cbd=[];if(!_0x5aa8ce['config'])return;const _0x4f26f2=_0x5aa8ce[_0x3dc40e(0x199)][_0x3dc40e(0x173)],_0x38f1ee=helper[_0x3dc40e(0x155)](_0x5aa8ce[_0x3dc40e(0x199)]);_0x5aa8ce[_0x3dc40e(0x199)][_0x3dc40e(0x1b0)][_0x3dc40e(0x192)]((_0x146d1c,_0x48805b)=>{const _0x1f976d=_0x3dc40e;_0x38f1ee?_0x188cbd[_0x1f976d(0x1a2)](helper[_0x1f976d(0x18b)](_0x5aa8ce[_0x1f976d(0x199)],_0x50e211[_0x1f976d(0x17d)],_0x48805b)):_0x188cbd['push'](helper['modifyBrowserStackCaps'](_0x5aa8ce[_0x1f976d(0x199)],_0x50e211[_0x1f976d(0x17d)],_0x48805b));});const _0x3a9187={'server':helper[_0x3dc40e(0x176)](_0x5aa8ce[_0x3dc40e(0x199)]),'proxySettings':_0x5aa8ce[_0x3dc40e(0x199)]['proxySettings'],'maxWorkers':_0x4f26f2,'browserStackLogLevel':_0x5aa8ce[_0x3dc40e(0x199)]['logLevel'],'skipSessionName':_0x5aa8ce['config'][_0x3dc40e(0x169)][_0x3dc40e(0x177)],'skipSessionStatus':_0x5aa8ce[_0x3dc40e(0x199)][_0x3dc40e(0x169)][_0x3dc40e(0x174)],'turboScaleUrl':_0x5aa8ce['config'][_0x3dc40e(0x18f)]},_0x54ff44=process[_0x3dc40e(0x152)],[_0x56a58d,_0xa6165f]=helper[_0x3dc40e(0x198)](_0x54ff44),_0x4215fa=path[_0x3dc40e(0x190)](process[_0x3dc40e(0x1a4)](),_0x50e211['LRVGk']);if(_0x50e211[_0x3dc40e(0x1a5)](_0xa6165f[_0x3dc40e(0x1a0)],0x0)){helper[_0x3dc40e(0x15f)](_0x4215fa);for(let _0x1ea4c9=_0x50e211[_0x3dc40e(0x189)](_0x56a58d[_0x3dc40e(0x1a0)],0x1);_0x50e211[_0x3dc40e(0x178)](_0x1ea4c9,0x0);_0x1ea4c9--){_0x54ff44[_0x3dc40e(0x154)](_0x56a58d[_0x1ea4c9],0x2);}}helper[_0x3dc40e(0x1ab)]();let _0x2ac6a1;_0x50e211[_0x3dc40e(0x15a)](parallelCucumberRun,_0x188cbd,_0x3a9187,_0x5aa8ce[_0x3dc40e(0x199)],_0x54ff44,_0xa6165f)[_0x3dc40e(0x19e)](async _0xa562c7=>{const _0x4d7f6b=_0x3dc40e;_0x2ac6a1=_0xa562c7;const _0x47138a=_0x50e211[_0x4d7f6b(0x1ae)](printCucumberStats,_0xa562c7);process[_0x4d7f6b(0x1af)]=_0x47138a,_0x50e211[_0x4d7f6b(0x182)](_0xa6165f[_0x4d7f6b(0x1a0)],0x0)&&(logger[_0x4d7f6b(0x172)](_0x50e211[_0x4d7f6b(0x168)]),helper[_0x4d7f6b(0x1a8)](_0x4215fa,_0xa6165f),logger[_0x4d7f6b(0x172)](_0x50e211['Twgcv']),helper['removeDir'](_0x4215fa));})[_0x3dc40e(0x185)](async()=>{const _0x4d2e7b=_0x3dc40e;_0x5aa8ce[_0x4d2e7b(0x18c)]=helper[_0x4d2e7b(0x165)](_0x2ac6a1,_0x50e211['BgcNj']),await helper[_0x4d2e7b(0x184)](_0x5aa8ce);});}function a4_0x1d47(_0x1bb6e5,_0x244e2f){const _0x325fa4=a4_0x325f();return a4_0x1d47=function(_0x1d4725,_0x4c22bd){_0x1d4725=_0x1d4725-0x152;let _0x325bf4=_0x325fa4[_0x1d4725];return _0x325bf4;},a4_0x1d47(_0x1bb6e5,_0x244e2f);}module[a4_0x46c473(0x186)]=run;function a4_0x325f(){const _0x46dc62=['cyan','zJhEk','testContextOptions','../test-runner','steps','iCJOX','../../helpers/logger','handleApp','AwjMx','cucumber','../utils/constants','debug','parallelsPerPlatform','skipSessionStatus','nIFtZ','getHubUrl','skipSessionName','dcZch','nlhin','\x20passed','KSGky','getPlatformName','BgcNj','\x20pending','red','6693366xLNBmJ','cucumber-js','kjzaK','\x20skipped','finalExecution','finally','exports','log','../../helpers/BrowserStackSetup','uHxor','bold','modifyBrowserStackW3CCaps','errorMessage','yellow','vYjxE','turboScaleUrl','join','../../helpers/helper','forEach','kolEm','Generating\x20consolidated\x20report...','Removing\x20tmp\x20directory\x20created\x20for\x20reports','10sSTHKk','3802092hxoOMe','parseFormatters','config','initialize','cdsWI','szzHR','scenarios','then','\x20steps','length','****\x20RESULTS\x20****','push','chalk','cwd','HClVB','stepsUndefined','fwZbZ','mergeOutputFiles','stepsAmbiguous','WvALh','markSDKSetupComplete','555276vxFvKa','tmp','Qunwc','exitCode','platforms','stepsUnknown','yFPRv','459472vQNyCE','3gvnOQN','argv','5585121LkJWoI','splice','useW3C','stepsFailed','\x20scenarios','\x20failed','14GZNWZl','faAoO','VbpoQ','1706796kNzWrq','processSuccess','green','createDir','stepsSkipped','5571605JWxXoR','\x20ambiguous','OhdGq','tXfqh','getErrorMessageFromResults','scenariosFailed'];a4_0x325f=function(){return _0x46dc62;};return a4_0x325f();}
@@ -1 +1 @@
1
- const a5_0x520eaa=a5_0x4ef4;(function(_0x293d0a,_0x4bdc6a){const _0x234726=a5_0x4ef4,_0x44e9bd=_0x293d0a();while(!![]){try{const _0x477ea7=parseInt(_0x234726(0x184))/0x1*(-parseInt(_0x234726(0x172))/0x2)+parseInt(_0x234726(0x171))/0x3*(-parseInt(_0x234726(0x193))/0x4)+-parseInt(_0x234726(0x177))/0x5*(parseInt(_0x234726(0x192))/0x6)+parseInt(_0x234726(0x15d))/0x7+-parseInt(_0x234726(0x19f))/0x8+parseInt(_0x234726(0x167))/0x9*(parseInt(_0x234726(0x186))/0xa)+parseInt(_0x234726(0x179))/0xb;if(_0x477ea7===_0x4bdc6a)break;else _0x44e9bd['push'](_0x44e9bd['shift']());}catch(_0x8975ea){_0x44e9bd['push'](_0x44e9bd['shift']());}}}(a5_0x1064,0xa6fcd));const {requireModule,getPlatformName,nestedKeyValue}=require(a5_0x520eaa(0x185)),{Formatter,formatterHelpers,Status}=requireModule(a5_0x520eaa(0x15f));function a5_0x4ef4(_0xa44579,_0x28eb21){const _0x1064a8=a5_0x1064();return a5_0x4ef4=function(_0x4ef45c,_0x14da3b){_0x4ef45c=_0x4ef45c-0x158;let _0x212645=_0x1064a8[_0x4ef45c];return _0x212645;},a5_0x4ef4(_0xa44579,_0x28eb21);}function a5_0x1064(){const _0x19ceb5=['cwd','Zuxbd','iiewL','logTestRunFinished','63wTDlRT','WoLGM','rGmBv','PENDING','pickle','name','YXfGC','logTestCaseFinished','testCaseStartedId','parseTestCaseAttempt','57BeIejc','76GYVVAv','result','yjUvN','iuqwN','ZROqo','260QQmaZM','message','13135793iRPQne','sourceLocation','UNDEFINED','PASSED','jCIDc','testCaseAttempt','text','AzSuR','snippetBuilder','env','feature','12424FTvHxA','../../../helpers/helper','1686170LrFpEr','parse','aUqhd','capability','FAILED','testCaseStarted','CONFIG','testRunFinished','isBstackHook','AwRwT','status','eventDataCollector','37932jKetGQ','263524xuDdUa','gherkinDocument','IfkHY','log','yifXE','__platform','actionLocation','uHfEh','forEach','ZhbwH','AMBIGUOUS','Spiqh','7275976zegOzU','eventBroadcaster','UNKNOWN','keyword','YzdQR','envelope','testCaseFinished','TZdii','XbwKZ','incrementCounter','supportCodeLibrary','hHxiQ','RhefB','oYwuW','\x20\x20\x20\x20','bstack','Executing\x20tests\x20for\x20','8901137yCmAgi','\x20-\x20','@cucumber/cucumber','tqXIs','testSteps','Gffco'];a5_0x1064=function(){return _0x19ceb5;};return a5_0x1064();}class BrowserstackFormatter extends Formatter{constructor(_0x153ce6){const _0x3d32dc=a5_0x520eaa,_0x19474e={'vLjIC':function(_0x27027a,_0x47f8e){return _0x27027a!==_0x47f8e;},'Gffco':function(_0x12cce8,_0x9e29de){return _0x12cce8!==_0x9e29de;},'TZdii':function(_0x3b16a6,_0x1a853b){return _0x3b16a6(_0x1a853b);},'cugIa':function(_0x6ccc41,_0x132bf3){return _0x6ccc41+_0x132bf3;},'RhefB':_0x3d32dc(0x1a4)};super(_0x153ce6),_0x153ce6[_0x3d32dc(0x1a0)]['on'](_0x19474e[_0x3d32dc(0x158)],_0x17e0b0=>{const _0x23f310=_0x3d32dc;if(_0x17e0b0[_0x23f310(0x18b)])testSuites+=0x1;else{if(_0x17e0b0['testRunStarted']){let _0x5a27e3;if(_0x19474e['vLjIC'](process['env']['CONFIG'],undefined)){const _0x2c0129=JSON[_0x23f310(0x187)](process[_0x23f310(0x182)][_0x23f310(0x18c)]);_0x5a27e3=_0x2c0129[_0x23f310(0x189)];}_0x19474e[_0x23f310(0x162)](_0x5a27e3,undefined)&&(global[_0x23f310(0x198)]=_0x19474e[_0x23f310(0x1a6)](getPlatformName,_0x5a27e3),this[_0x23f310(0x196)](_0x19474e['cugIa'](_0x23f310(0x15c)+global[_0x23f310(0x198)],'\x0a')));}else{if(_0x17e0b0[_0x23f310(0x1a5)])this[_0x23f310(0x16e)](_0x17e0b0['testCaseFinished']);else _0x17e0b0[_0x23f310(0x18d)]&&this[_0x23f310(0x166)](_0x17e0b0[_0x23f310(0x18d)]);}}});}['logTestCaseFinished'](_0x21b232){const _0x2fbd2f=a5_0x520eaa,_0xe99a86={'ZhbwH':function(_0x1d7746,_0x2c724d){return _0x1d7746!==_0x2c724d;},'AwRwT':_0x2fbd2f(0x15b),'yjUvN':function(_0x2f49d9,_0x5c5235){return _0x2f49d9+_0x5c5235;},'YXfGC':function(_0x701911,_0x2d6145){return _0x701911+_0x2d6145;},'AzSuR':function(_0x5d81b3,_0x56b7ee){return _0x5d81b3+_0x56b7ee;},'oCEJX':_0x2fbd2f(0x15a),'tqXIs':_0x2fbd2f(0x15e),'YzdQR':function(_0x59045f,_0x4c05e6){return _0x59045f===_0x4c05e6;},'uHfEh':'FAILED','yifXE':function(_0x2ca6ec,_0x4161cc,_0x288c8d){return _0x2ca6ec(_0x4161cc,_0x288c8d);},'aUqhd':'result','iiewL':_0x2fbd2f(0x178),'ZROqo':function(_0x136a53,_0x2d83e2){return _0x136a53+_0x2d83e2;},'FvDjC':function(_0x30e67e,_0x1a53a7){return _0x30e67e+_0x1a53a7;},'Spiqh':function(_0x1e456a,_0x215393){return _0x1e456a+_0x215393;}};_0xe99a86[_0x2fbd2f(0x19c)](global[_0x2fbd2f(0x198)],undefined)&&this[_0x2fbd2f(0x196)](_0xe99a86[_0x2fbd2f(0x174)](_0xe99a86[_0x2fbd2f(0x176)]('\x0a',global[_0x2fbd2f(0x198)]),'\x0a'));const _0xa9c6d7=this[_0x2fbd2f(0x191)]['getTestCaseAttempt'](_0x21b232[_0x2fbd2f(0x16f)]);this[_0x2fbd2f(0x196)](_0xe99a86[_0x2fbd2f(0x176)](_0xe99a86['FvDjC'](_0xe99a86['FvDjC'](_0xe99a86[_0x2fbd2f(0x19e)]('\x20\x20',_0xa9c6d7['gherkinDocument']['feature']['name']),_0xe99a86['tqXIs']),_0xa9c6d7['pickle'][_0x2fbd2f(0x16c)]),'\x0a'));const _0x57d4f8={};_0x57d4f8['cwd']=this[_0x2fbd2f(0x163)],_0x57d4f8[_0x2fbd2f(0x181)]=this[_0x2fbd2f(0x181)],_0x57d4f8[_0x2fbd2f(0x1a9)]=this[_0x2fbd2f(0x1a9)],_0x57d4f8[_0x2fbd2f(0x17e)]=_0xa9c6d7;const _0x113cab=formatterHelpers[_0x2fbd2f(0x170)](_0x57d4f8);let _0x36f7e2=![];_0x113cab[_0x2fbd2f(0x161)][_0x2fbd2f(0x19b)](_0x5b0037=>{const _0x2f4054=_0x2fbd2f;if(_0xe99a86[_0x2f4054(0x19c)](_0x5b0037[_0x2f4054(0x16c)],_0xe99a86[_0x2f4054(0x18f)])&&!this[_0x2f4054(0x18e)](_0x5b0037)){totalTests+=0x1,this[_0x2f4054(0x196)](_0xe99a86[_0x2f4054(0x174)](_0xe99a86[_0x2f4054(0x16d)](_0xe99a86[_0x2f4054(0x174)](_0xe99a86[_0x2f4054(0x16d)](_0xe99a86[_0x2f4054(0x180)](_0xe99a86['oCEJX'],_0x5b0037[_0x2f4054(0x1a2)]),_0x5b0037[_0x2f4054(0x17f)]||''),_0xe99a86[_0x2f4054(0x160)]),Status[_0x5b0037[_0x2f4054(0x173)][_0x2f4054(0x190)]]),'\x0a')),this[_0x2f4054(0x1a8)](Status[_0x5b0037[_0x2f4054(0x173)][_0x2f4054(0x190)]]);if(_0xe99a86[_0x2f4054(0x1a3)](Status[_0x5b0037['result'][_0x2f4054(0x190)]],_0xe99a86[_0x2f4054(0x19a)])){_0x36f7e2=!![];const _0xc28886=_0xe99a86[_0x2f4054(0x197)](nestedKeyValue,_0x5b0037,[_0xe99a86[_0x2f4054(0x188)],_0xe99a86[_0x2f4054(0x165)]]);_0xc28886&&(testsErrorMessage[_0xe99a86[_0x2f4054(0x174)](_0xe99a86[_0x2f4054(0x180)](_0xa9c6d7[_0x2f4054(0x194)][_0x2f4054(0x183)][_0x2f4054(0x16c)],_0xe99a86[_0x2f4054(0x160)]),_0xa9c6d7[_0x2f4054(0x16b)][_0x2f4054(0x16c)])]=_0xc28886,this['log'](_0xe99a86[_0x2f4054(0x174)](_0xc28886,'\x0a')));}}}),_0x36f7e2&&(testSuitesFailed+=0x1),this[_0x2fbd2f(0x196)]('\x0a');}[a5_0x520eaa(0x166)](_0xbd8515){}['isBstackHook'](_0x506c06){const _0x4c87e6=a5_0x520eaa,_0x2eaee9={};_0x2eaee9[_0x4c87e6(0x1a7)]=function(_0x1e5da1,_0xe81fdf){return _0x1e5da1!==_0xe81fdf;},_0x2eaee9['oYwuW']='cucumber-js/test.setup.js';const _0x8dab42=_0x2eaee9;if(_0x8dab42['XbwKZ'](_0x506c06[_0x4c87e6(0x17a)],undefined))return![];if(_0x506c06[_0x4c87e6(0x199)]&&_0x506c06[_0x4c87e6(0x199)]['uri']['includes'](_0x8dab42[_0x4c87e6(0x159)]))return!![];return![];}[a5_0x520eaa(0x1a8)](_0x26bd5b){const _0x3a8779=a5_0x520eaa,_0x1d0883={};_0x1d0883[_0x3a8779(0x164)]=_0x3a8779(0x18a),_0x1d0883[_0x3a8779(0x195)]=_0x3a8779(0x17c),_0x1d0883[_0x3a8779(0x17d)]='SKIPPED',_0x1d0883[_0x3a8779(0x175)]=_0x3a8779(0x16a),_0x1d0883[_0x3a8779(0x169)]=_0x3a8779(0x17b),_0x1d0883[_0x3a8779(0x168)]=_0x3a8779(0x1a1),_0x1d0883[_0x3a8779(0x1aa)]=_0x3a8779(0x19d);const _0x35a274=_0x1d0883;switch(_0x26bd5b){case _0x35a274[_0x3a8779(0x164)]:testsFailed+=0x1;break;case _0x35a274[_0x3a8779(0x195)]:testsPassed+=0x1;break;case _0x35a274['jCIDc']:testsSkipped+=0x1;break;case _0x35a274[_0x3a8779(0x175)]:testsPending+=0x1;break;case _0x35a274[_0x3a8779(0x169)]:testsUndefined+=0x1;break;case _0x35a274[_0x3a8779(0x168)]:testsUnknown+=0x1;break;case _0x35a274[_0x3a8779(0x1aa)]:testsAmbiguous+=0x1;break;default:break;}}}module['exports']=BrowserstackFormatter;
1
+ const a5_0x2725e0=a5_0x51bf;function a5_0x7424(){const _0x1c4860=['eventBroadcaster','jqQnk','testSteps','mSMfW','OZgfp','40LlqMVV','result','559809LivLBA','UcsQK','\x20\x20\x20\x20','15blkBcu','forEach','testCaseAttempt','839447puKYzC','225376xTRYBg','awTGH','keyword','FAILED','supportCodeLibrary','SKIPPED','env','gherkinDocument','SYqcy','YmdQE','envelope','ZedwI','aBwPA','includes','testCaseStarted','status','message','PENDING','MJZEY','aVkoI','incrementCounter','UNKNOWN','parse','name','pickle','isBstackHook','168474uszjuS','logTestCaseFinished','wXNWa','uri','snippetBuilder','bstack','feature','testCaseFinished','eventDataCollector','xUliS','logTestRunFinished','\x20-\x20','RSxFP','145416CGNnBN','AMBIGUOUS','NAPym','cwd','uNind','xfwkn','__platform','testCaseStartedId','actionLocation','fRbRu','testRunFinished','CONFIG','187668NjLHNZ','sourceLocation','UNDEFINED','exports','testRunStarted','NdkEv','Ifkaj','yPiLx','XnBma','460058JMjQlW','capability','log','parseTestCaseAttempt','ftqAJ','nnVHs','cucumber-js/test.setup.js','LALlA'];a5_0x7424=function(){return _0x1c4860;};return a5_0x7424();}(function(_0x40819f,_0x5718cf){const _0x5d7ba8=a5_0x51bf,_0x4e1c2f=_0x40819f();while(!![]){try{const _0x40e086=parseInt(_0x5d7ba8(0x13d))/0x1+parseInt(_0x5d7ba8(0x146))/0x2+-parseInt(_0x5d7ba8(0x176))/0x3+-parseInt(_0x5d7ba8(0x15c))/0x4*(-parseInt(_0x5d7ba8(0x158))/0x5)+parseInt(_0x5d7ba8(0x183))/0x6+-parseInt(_0x5d7ba8(0x15b))/0x7+parseInt(_0x5d7ba8(0x153))/0x8*(-parseInt(_0x5d7ba8(0x155))/0x9);if(_0x40e086===_0x5718cf)break;else _0x4e1c2f['push'](_0x4e1c2f['shift']());}catch(_0x1967e4){_0x4e1c2f['push'](_0x4e1c2f['shift']());}}}(a5_0x7424,0x1e3e9));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x4fd7c2){const _0x2b402c=a5_0x51bf,_0x2a0967={'yPiLx':function(_0x4e86e2,_0x279f8c){return _0x4e86e2!==_0x279f8c;},'aVkoI':function(_0xc0f7e1,_0xf41c93){return _0xc0f7e1(_0xf41c93);},'RSxFP':function(_0x4fe53c,_0x245de3){return _0x4fe53c+_0x245de3;},'fzjrA':_0x2b402c(0x166)};super(_0x4fd7c2),_0x4fd7c2[_0x2b402c(0x14e)]['on'](_0x2a0967['fzjrA'],_0x38192f=>{const _0x72413a=_0x2b402c;if(_0x38192f[_0x72413a(0x16a)])testSuites+=0x1;else{if(_0x38192f[_0x72413a(0x141)]){let _0x429c7f;if(_0x2a0967['yPiLx'](process[_0x72413a(0x162)][_0x72413a(0x13c)],undefined)){const _0x24a255=JSON[_0x72413a(0x172)](process[_0x72413a(0x162)][_0x72413a(0x13c)]);_0x429c7f=_0x24a255[_0x72413a(0x147)];}_0x2a0967[_0x72413a(0x144)](_0x429c7f,undefined)&&(global[_0x72413a(0x189)]=_0x2a0967[_0x72413a(0x16f)](getPlatformName,_0x429c7f),this[_0x72413a(0x148)](_0x2a0967[_0x72413a(0x182)]('Executing\x20tests\x20for\x20'+global[_0x72413a(0x189)],'\x0a')));}else{if(_0x38192f[_0x72413a(0x17d)])this[_0x72413a(0x177)](_0x38192f[_0x72413a(0x17d)]);else _0x38192f[_0x72413a(0x13b)]&&this[_0x72413a(0x180)](_0x38192f['testRunFinished']);}}});}[a5_0x2725e0(0x177)](_0x34fd12){const _0x38ab11=a5_0x2725e0,_0x462bf9={'OZgfp':function(_0x2b6926,_0x4f9d8d){return _0x2b6926!==_0x4f9d8d;},'MSrPA':_0x38ab11(0x17b),'NAPym':function(_0x265315,_0x4030b6){return _0x265315+_0x4030b6;},'ruRWK':function(_0x50e080,_0x4b63f2){return _0x50e080+_0x4b63f2;},'nnVHs':function(_0x40f864,_0x27e9e1){return _0x40f864+_0x27e9e1;},'YmdQE':_0x38ab11(0x157),'LALlA':_0x38ab11(0x181),'xfwkn':function(_0x12c958,_0x2c2420){return _0x12c958===_0x2c2420;},'xUliS':_0x38ab11(0x15f),'UcsQK':function(_0x10398f,_0x37b0e3,_0x28c19d){return _0x10398f(_0x37b0e3,_0x28c19d);},'awTGH':_0x38ab11(0x154),'NdkEv':_0x38ab11(0x16c),'RpcPS':function(_0x16bbcb,_0x6a554e){return _0x16bbcb+_0x6a554e;},'wXNWa':function(_0x5b2f9c,_0x2f71ce){return _0x5b2f9c+_0x2f71ce;},'mSMfW':function(_0xb0151d,_0x558e11){return _0xb0151d+_0x558e11;},'NQKlZ':function(_0x4f8577,_0x38184e){return _0x4f8577!==_0x38184e;},'MJZEY':function(_0x4238fa,_0x3d56e7){return _0x4238fa+_0x3d56e7;},'TGmtv':function(_0x4ec178,_0x28a7e5){return _0x4ec178+_0x28a7e5;},'fRbRu':function(_0x31eb98,_0x1a728f){return _0x31eb98+_0x1a728f;},'aBwPA':function(_0x2e9622,_0x4015fc){return _0x2e9622+_0x4015fc;}};_0x462bf9['NQKlZ'](global[_0x38ab11(0x189)],undefined)&&this['log'](_0x462bf9[_0x38ab11(0x16e)](_0x462bf9['TGmtv']('\x0a',global[_0x38ab11(0x189)]),'\x0a'));const _0x210f76=this[_0x38ab11(0x17e)]['getTestCaseAttempt'](_0x34fd12[_0x38ab11(0x18a)]);this[_0x38ab11(0x148)](_0x462bf9[_0x38ab11(0x151)](_0x462bf9[_0x38ab11(0x13a)](_0x462bf9[_0x38ab11(0x14b)](_0x462bf9[_0x38ab11(0x168)]('\x20\x20',_0x210f76[_0x38ab11(0x163)][_0x38ab11(0x17c)][_0x38ab11(0x173)]),_0x462bf9[_0x38ab11(0x14d)]),_0x210f76['pickle'][_0x38ab11(0x173)]),'\x0a'));const _0x1ff584={};_0x1ff584[_0x38ab11(0x186)]=this[_0x38ab11(0x186)],_0x1ff584[_0x38ab11(0x17a)]=this['snippetBuilder'],_0x1ff584[_0x38ab11(0x160)]=this['supportCodeLibrary'],_0x1ff584[_0x38ab11(0x15a)]=_0x210f76;const _0x219c87=formatterHelpers[_0x38ab11(0x149)](_0x1ff584);let _0x330397=![];_0x219c87[_0x38ab11(0x150)][_0x38ab11(0x159)](_0xa0e6a0=>{const _0x307aca=_0x38ab11;if(_0x462bf9[_0x307aca(0x152)](_0xa0e6a0[_0x307aca(0x173)],_0x462bf9['MSrPA'])&&!this[_0x307aca(0x175)](_0xa0e6a0)){totalTests+=0x1,this[_0x307aca(0x148)](_0x462bf9['NAPym'](_0x462bf9['ruRWK'](_0x462bf9['NAPym'](_0x462bf9[_0x307aca(0x185)](_0x462bf9['nnVHs'](_0x462bf9[_0x307aca(0x165)],_0xa0e6a0[_0x307aca(0x15e)]),_0xa0e6a0['text']||''),_0x462bf9[_0x307aca(0x14d)]),Status[_0xa0e6a0[_0x307aca(0x154)]['status']]),'\x0a')),this['incrementCounter'](Status[_0xa0e6a0[_0x307aca(0x154)]['status']]);if(_0x462bf9[_0x307aca(0x188)](Status[_0xa0e6a0[_0x307aca(0x154)][_0x307aca(0x16b)]],_0x462bf9[_0x307aca(0x17f)])){_0x330397=!![];const _0x44d660=_0x462bf9[_0x307aca(0x156)](nestedKeyValue,_0xa0e6a0,[_0x462bf9[_0x307aca(0x15d)],_0x462bf9[_0x307aca(0x142)]]);_0x44d660&&(testsErrorMessage[_0x462bf9['RpcPS'](_0x462bf9[_0x307aca(0x178)](_0x210f76['gherkinDocument']['feature'][_0x307aca(0x173)],_0x462bf9['LALlA']),_0x210f76[_0x307aca(0x174)][_0x307aca(0x173)])]=_0x44d660,this[_0x307aca(0x148)](_0x462bf9[_0x307aca(0x151)](_0x44d660,'\x0a')));}}}),_0x330397&&(testSuitesFailed+=0x1),this['log']('\x0a');}['logTestRunFinished'](_0x635b07){}['isBstackHook'](_0x1025bd){const _0x34b619=a5_0x2725e0,_0x5487da={};_0x5487da['ftqAJ']=function(_0x4a426f,_0x1d3191){return _0x4a426f!==_0x1d3191;},_0x5487da[_0x34b619(0x14f)]=_0x34b619(0x14c);const _0x298efd=_0x5487da;if(_0x298efd[_0x34b619(0x14a)](_0x1025bd[_0x34b619(0x13e)],undefined))return![];if(_0x1025bd[_0x34b619(0x18b)]&&_0x1025bd[_0x34b619(0x18b)][_0x34b619(0x179)][_0x34b619(0x169)](_0x298efd[_0x34b619(0x14f)]))return!![];return![];}[a5_0x2725e0(0x170)](_0x110b5b){const _0x394156=a5_0x2725e0,_0x5444d6={};_0x5444d6['yXYgx']=_0x394156(0x15f),_0x5444d6['SYqcy']='PASSED',_0x5444d6['JvXpZ']=_0x394156(0x161),_0x5444d6['ZedwI']=_0x394156(0x16d),_0x5444d6['XnBma']=_0x394156(0x13f),_0x5444d6[_0x394156(0x143)]=_0x394156(0x171),_0x5444d6[_0x394156(0x187)]=_0x394156(0x184);const _0x51babc=_0x5444d6;switch(_0x110b5b){case _0x51babc['yXYgx']:testsFailed+=0x1;break;case _0x51babc[_0x394156(0x164)]:testsPassed+=0x1;break;case _0x51babc['JvXpZ']:testsSkipped+=0x1;break;case _0x51babc[_0x394156(0x167)]:testsPending+=0x1;break;case _0x51babc[_0x394156(0x145)]:testsUndefined+=0x1;break;case _0x51babc[_0x394156(0x143)]:testsUnknown+=0x1;break;case _0x51babc['uNind']:testsAmbiguous+=0x1;break;default:break;}}}function a5_0x51bf(_0x43f71f,_0x470a9f){const _0x7424ff=a5_0x7424();return a5_0x51bf=function(_0x51bfec,_0x2a43fe){_0x51bfec=_0x51bfec-0x13a;let _0x28e7d2=_0x7424ff[_0x51bfec];return _0x28e7d2;},a5_0x51bf(_0x43f71f,_0x470a9f);}module[a5_0x2725e0(0x140)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- function a6_0x1004(){const _0x5d2db6=['UNKNOWN','1305662dWUssY','test-case-finished','mJzZO','\x20\x20\x20\x20','aFbSB','uri','aUaxj','logTestCaseFinished','NSZWb','../../../helpers/helper','FbwvH','stepResults','hOUvq','getTestCaseData','mqYbw','EZfzb','env','FAILED','POpkE','pOjny','oahXW','eventDataCollector','NZLFP','test-step-started','cDqZc','fYPEp','kBLqG','cucumber','FtDoX','18PcRtLm','result','length','IbeAt','name','XkVZf','undefined','qSEtj','cucumber-js/test_old.setup.js','1144790YZODtc','log','bxknG','steps','actionLocation','bKjfk','ZvamH','vdjlK','exports','8102668gaZmIr','AOqqy','wRIxg','exception','KuIiv','status','HIpMv','text','PENDING','sllQR','2546904FVxIXH','gherkinDocument','Executing\x20tests\x20for\x20','\x20-\x20','iyLUq','PnuGd','test-case-started','line','VSxUL','bysqh','217999PyEnlj','getStepLineToPickledStepMap','includes','YsUsg','getTestCaseAttempt','mMBuj','wsCuW','URvor','toUpperCase','pickle','feature','stack','28132576oIrwxD','__platform','2781416umnXlc','CONFIG','eventBroadcaster','sourceLocation','HHgtH','\x20\x20\x20\x20BEFORE\x20-\x20'];a6_0x1004=function(){return _0x5d2db6;};return a6_0x1004();}const a6_0x501556=a6_0x2159;(function(_0x39e12f,_0x1b7704){const _0x1d62fd=a6_0x2159,_0x51fac7=_0x39e12f();while(!![]){try{const _0x4c220f=-parseInt(_0x1d62fd(0x1da))/0x1+-parseInt(_0x1d62fd(0x1ef))/0x2+-parseInt(_0x1d62fd(0x1d0))/0x3+-parseInt(_0x1d62fd(0x1e8))/0x4+parseInt(_0x1d62fd(0x215))/0x5*(parseInt(_0x1d62fd(0x20c))/0x6)+-parseInt(_0x1d62fd(0x1c6))/0x7+parseInt(_0x1d62fd(0x1e6))/0x8;if(_0x4c220f===_0x1b7704)break;else _0x51fac7['push'](_0x51fac7['shift']());}catch(_0x2959e0){_0x51fac7['push'](_0x51fac7['shift']());}}}(a6_0x1004,0x99ff2));const {requireModule,getPlatformName,nestedKeyValue}=require(a6_0x501556(0x1f8)),{Formatter}=requireModule(a6_0x501556(0x20a)),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js');function a6_0x2159(_0x4c58dd,_0x20c6aa){const _0x100447=a6_0x1004();return a6_0x2159=function(_0x215976,_0x42d9ae){_0x215976=_0x215976-0x1c0;let _0x5d548b=_0x100447[_0x215976];return _0x5d548b;},a6_0x2159(_0x4c58dd,_0x20c6aa);}class BrowserstackFormatter extends Formatter{constructor(_0x3870ac){const _0xc017d9=a6_0x501556,_0x130527={'LPbgJ':function(_0x3f6add,_0x5aec7b){return _0x3f6add!==_0x5aec7b;},'kBLqG':function(_0x338b2f,_0x1f43ce){return _0x338b2f!==_0x1f43ce;},'wsCuW':function(_0xbad304,_0x57f429){return _0xbad304(_0x57f429);},'XkVZf':'test-run-started','HQxjV':_0xc017d9(0x1d6),'nRlFw':_0xc017d9(0x1f0),'YsUsg':'test-run-finished','qSEtj':_0xc017d9(0x206)};super(_0x3870ac),_0x3870ac['eventBroadcaster']['on'](_0x130527[_0xc017d9(0x211)],()=>{const _0x3a5989=_0xc017d9;let _0x1a4c7;if(_0x130527['LPbgJ'](process['env'][_0x3a5989(0x1e9)],undefined)){const _0x22faa9=JSON['parse'](process[_0x3a5989(0x1ff)][_0x3a5989(0x1e9)]);_0x1a4c7=_0x22faa9['capability'];}_0x130527[_0x3a5989(0x209)](_0x1a4c7,undefined)&&(global[_0x3a5989(0x1e7)]=_0x130527[_0x3a5989(0x1e0)](getPlatformName,_0x1a4c7),console[_0x3a5989(0x216)](_0x3a5989(0x1d2)+global[_0x3a5989(0x1e7)]));}),_0x3870ac[_0xc017d9(0x1ea)]['on'](_0x130527['HQxjV'],()=>{testSuites+=0x1;}),_0x3870ac['eventBroadcaster']['on'](_0x130527['nRlFw'],_0xeb1e52=>{const _0x185bb8=_0xc017d9;this[_0x185bb8(0x1f6)](_0xeb1e52);}),_0x3870ac['eventBroadcaster']['on'](_0x130527[_0xc017d9(0x1dd)],()=>{totalTests-=0x2;}),_0x3870ac[_0xc017d9(0x1ea)]['on'](_0x130527[_0xc017d9(0x213)],()=>{totalTests+=0x1;});}[a6_0x501556(0x1f6)](_0x5ab98e){const _0x46f137=a6_0x501556,_0x1c1e5b={'bKjfk':_0x46f137(0x200),'NZLFP':'PASSED','fYPEp':'SKIPPED','mMBuj':_0x46f137(0x1ce),'vdjlK':'UNDEFINED','kIXoJ':_0x46f137(0x1ee),'QnZWn':'AMBIGUOUS','iyLUq':function(_0x508ba6,_0x23181a){return _0x508ba6+_0x23181a;},'VSxUL':_0x46f137(0x1f2),'wRIxg':_0x46f137(0x1d3),'sllQR':function(_0x42b746,_0xccc857){return _0x42b746(_0xccc857);},'AOqqy':_0x46f137(0x214),'URvor':function(_0x281b4a,_0x2c6515){return _0x281b4a(_0x2c6515);},'hOUvq':'\x20\x20\x20\x20AFTER\x20-\x20','HIpMv':function(_0x1023c5,_0xaf3db5){return _0x1023c5+_0xaf3db5;},'KuIiv':_0x46f137(0x1ed),'cDqZc':function(_0x14eeb7,_0x52054e){return _0x14eeb7===_0x52054e;},'POpkE':function(_0x13a9cf,_0x35e3a2,_0x2ae7a7){return _0x13a9cf(_0x35e3a2,_0x2ae7a7);},'NSZWb':'result','EZfzb':_0x46f137(0x1c9),'PnuGd':_0x46f137(0x1e5),'FbwvH':function(_0x289c92,_0x17f64c){return _0x289c92+_0x17f64c;},'FaLNo':function(_0x30a941,_0x52efe4){return _0x30a941!==_0x52efe4;},'KlCSU':function(_0x18696b,_0x32620f){return _0x18696b!==_0x32620f;},'aFbSB':_0x46f137(0x212),'pOjny':function(_0x185ca4,_0x18049c){return _0x185ca4+_0x18049c;},'oahXW':function(_0x844ff5,_0x39d114){return _0x844ff5+_0x39d114;},'aUaxj':function(_0x4b597b,_0x104d9d){return _0x4b597b+_0x104d9d;},'FtDoX':function(_0x2b9004,_0x57ebbe){return _0x2b9004<_0x57ebbe;},'ZvamH':function(_0x5a50f7,_0x1d4f13){return _0x5a50f7+_0x1d4f13;},'HHgtH':function(_0x135406,_0x5120a7){return _0x135406+_0x5120a7;},'mJzZO':function(_0x5ce4a2,_0x2ae19c){return _0x5ce4a2+_0x2ae19c;},'IbeAt':function(_0x494556,_0x2aef2b){return _0x494556(_0x2aef2b);},'bxknG':function(_0x3a9385,_0x4e145f){return _0x3a9385+_0x4e145f;},'mqYbw':function(_0x227f34,_0x4e2ae5){return _0x227f34+_0x4e2ae5;},'bysqh':function(_0x51dd9f,_0x4e4a38){return _0x51dd9f+_0x4e4a38;}};let _0x33d0c6=![];function _0x31d115(_0x3fa985){const _0x4c3dfb=_0x46f137;switch(_0x3fa985){case _0x1c1e5b[_0x4c3dfb(0x1c2)]:testsFailed+=0x1;break;case _0x1c1e5b[_0x4c3dfb(0x205)]:testsPassed+=0x1;break;case _0x1c1e5b[_0x4c3dfb(0x208)]:testsSkipped+=0x1;break;case _0x1c1e5b[_0x4c3dfb(0x1df)]:testsPending+=0x1;break;case _0x1c1e5b[_0x4c3dfb(0x1c4)]:testsUndefined+=0x1;break;case _0x1c1e5b['kIXoJ']:testsUnknown+=0x1;break;case _0x1c1e5b['QnZWn']:testsAmbiguous+=0x1;break;default:break;}}_0x1c1e5b['FaLNo'](global[_0x46f137(0x1e7)],undefined)&&console[_0x46f137(0x216)](_0x1c1e5b[_0x46f137(0x1f9)](_0x1c1e5b[_0x46f137(0x1cc)]('\x0a',global[_0x46f137(0x1e7)]),'\x0a'));let _0x908ca8=![];if(_0x1c1e5b['KlCSU'](typeof this[_0x46f137(0x204)][_0x46f137(0x1fc)],_0x1c1e5b[_0x46f137(0x1f3)])){var _0x5386db=this['eventDataCollector']['getTestCaseData'](_0x5ab98e[_0x46f137(0x1eb)]),_0x517322=_0x5386db[_0x46f137(0x1e3)],_0x533bef=_0x5386db['testCase'];console[_0x46f137(0x216)](_0x1c1e5b['HIpMv']('\x20\x20',_0x517322[_0x46f137(0x210)]));var _0x3d265c=(0x0,pickleParser[_0x46f137(0x1db)])(_0x517322);_0x533bef[_0x46f137(0x1c0)]['forEach'](function(_0x2bfab1){const _0x5ea621=_0x46f137;if(_0x2bfab1[_0x5ea621(0x1c1)]&&_0x2bfab1[_0x5ea621(0x1eb)])_0x33d0c6=!![],console['log'](_0x1c1e5b[_0x5ea621(0x1d4)](_0x1c1e5b[_0x5ea621(0x1d4)](_0x1c1e5b[_0x5ea621(0x1d4)](_0x1c1e5b[_0x5ea621(0x1d8)],_0x3d265c[_0x2bfab1[_0x5ea621(0x1eb)]['line']][_0x5ea621(0x1cd)]),_0x1c1e5b['wRIxg']),_0x2bfab1[_0x5ea621(0x20d)][_0x5ea621(0x1cb)][_0x5ea621(0x1e2)]())),_0x1c1e5b[_0x5ea621(0x1cf)](_0x31d115,_0x2bfab1[_0x5ea621(0x20d)]['status'][_0x5ea621(0x1e2)]());else _0x2bfab1[_0x5ea621(0x1c1)]&&(!_0x2bfab1[_0x5ea621(0x1c1)][_0x5ea621(0x1f4)][_0x5ea621(0x1dc)](_0x1c1e5b['AOqqy'])&&(_0x1c1e5b[_0x5ea621(0x1e1)](_0x31d115,_0x2bfab1[_0x5ea621(0x20d)][_0x5ea621(0x1cb)][_0x5ea621(0x1e2)]()),_0x33d0c6?console[_0x5ea621(0x216)](_0x1c1e5b[_0x5ea621(0x1d4)](_0x1c1e5b[_0x5ea621(0x1fb)],_0x2bfab1[_0x5ea621(0x20d)][_0x5ea621(0x1cb)][_0x5ea621(0x1e2)]())):console['log'](_0x1c1e5b[_0x5ea621(0x1cc)](_0x1c1e5b[_0x5ea621(0x1ca)],_0x2bfab1[_0x5ea621(0x20d)][_0x5ea621(0x1cb)]['toUpperCase']()))));if(_0x1c1e5b[_0x5ea621(0x207)](_0x2bfab1['result']['status']['toUpperCase'](),_0x1c1e5b[_0x5ea621(0x1c2)])){const _0x60f3f=_0x1c1e5b[_0x5ea621(0x201)](nestedKeyValue,_0x2bfab1,[_0x1c1e5b[_0x5ea621(0x1f7)],_0x1c1e5b['EZfzb'],_0x1c1e5b['PnuGd']]);_0x60f3f&&(testsErrorMessage[_0x517322[_0x5ea621(0x210)]]=_0x60f3f,console[_0x5ea621(0x216)](_0x1c1e5b[_0x5ea621(0x1f9)](_0x60f3f,'\x0a'))),_0x908ca8=!![];}});}else{const _0x5cf7a8=this[_0x46f137(0x204)][_0x46f137(0x1de)](_0x5ab98e);console[_0x46f137(0x216)](_0x1c1e5b[_0x46f137(0x202)](_0x1c1e5b[_0x46f137(0x203)](_0x1c1e5b[_0x46f137(0x1f5)]('\x20\x20',_0x5cf7a8[_0x46f137(0x1d1)]['feature']['name']),_0x1c1e5b[_0x46f137(0x1c8)]),_0x5cf7a8[_0x46f137(0x1e3)][_0x46f137(0x210)]));const _0x251862=(0x0,pickleParser[_0x46f137(0x1db)])(_0x5cf7a8[_0x46f137(0x1e3)]),_0x30588c=_0x5cf7a8['testCase'][_0x46f137(0x1c0)],_0x59cf41=_0x5cf7a8[_0x46f137(0x1fa)],_0x2e78ff=_0x30588c[_0x46f137(0x20e)];for(let _0x2cfd19=0x0;_0x1c1e5b[_0x46f137(0x20b)](_0x2cfd19,_0x2e78ff);_0x2cfd19++){const _0x2dff87=_0x30588c[_0x2cfd19];if(_0x2dff87['actionLocation']&&_0x2dff87[_0x46f137(0x1eb)])_0x33d0c6=!![],console[_0x46f137(0x216)](_0x1c1e5b[_0x46f137(0x1c3)](_0x1c1e5b[_0x46f137(0x1ec)](_0x1c1e5b[_0x46f137(0x1f1)](_0x1c1e5b['VSxUL'],_0x251862[_0x2dff87[_0x46f137(0x1eb)][_0x46f137(0x1d7)]][_0x46f137(0x1cd)]),_0x1c1e5b['wRIxg']),_0x59cf41[_0x2cfd19]['status'][_0x46f137(0x1e2)]())),_0x1c1e5b[_0x46f137(0x1cf)](_0x31d115,_0x59cf41[_0x2cfd19][_0x46f137(0x1cb)][_0x46f137(0x1e2)]());else _0x2dff87[_0x46f137(0x1c1)]&&(!_0x2dff87[_0x46f137(0x1c1)][_0x46f137(0x1f4)]['includes'](_0x1c1e5b[_0x46f137(0x1c7)])&&(_0x1c1e5b[_0x46f137(0x20f)](_0x31d115,_0x59cf41[_0x2cfd19][_0x46f137(0x1cb)]['toUpperCase']()),_0x33d0c6?console[_0x46f137(0x216)](_0x1c1e5b[_0x46f137(0x217)](_0x1c1e5b['hOUvq'],_0x59cf41[_0x2cfd19][_0x46f137(0x1cb)][_0x46f137(0x1e2)]())):console[_0x46f137(0x216)](_0x1c1e5b[_0x46f137(0x1cc)](_0x1c1e5b[_0x46f137(0x1ca)],_0x59cf41[_0x2cfd19][_0x46f137(0x1cb)][_0x46f137(0x1e2)]()))));if(_0x1c1e5b[_0x46f137(0x207)](_0x59cf41[_0x2cfd19][_0x46f137(0x1cb)][_0x46f137(0x1e2)](),_0x1c1e5b['bKjfk'])){_0x908ca8=!![];const _0x383872=_0x1c1e5b[_0x46f137(0x201)](nestedKeyValue,_0x59cf41[_0x2cfd19],[_0x1c1e5b[_0x46f137(0x1fe)],_0x1c1e5b[_0x46f137(0x1d5)]]);_0x383872&&(testsErrorMessage[_0x1c1e5b[_0x46f137(0x1fd)](_0x1c1e5b[_0x46f137(0x1d9)](_0x5cf7a8[_0x46f137(0x1d1)][_0x46f137(0x1e4)][_0x46f137(0x210)],_0x1c1e5b['wRIxg']),_0x5cf7a8[_0x46f137(0x1e3)][_0x46f137(0x210)])]=_0x383872,console['log'](_0x1c1e5b[_0x46f137(0x1d9)](_0x383872,'\x0a')));}}}_0x908ca8&&(testSuitesFailed+=0x1),console[_0x46f137(0x216)]('\x0a');}}module[a6_0x501556(0x1c5)]=BrowserstackFormatter;
1
+ function a6_0x3edb(){const _0x31a0d=['status','myNta','PENDING','24472503KzBpBY','\x20-\x20','Cvlxx','xoGbb','__platform','SKIPPED','7502460jtBoJi','stepResults','8913904JstFpm','ZraQn','uri','stack','gouBd','9iiUCii','MzqoH','getTestCaseData','6636370nbpAob','nWACp','UMrpi','dsxEv','eventDataCollector','pickle','sourceLocation','fRgQZ','YjOvW','XUXcv','cucumber','5dOOEKj','test-case-finished','eventBroadcaster','308190sXAnBY','UcpgU','SybzX','includes','exports','line','getStepLineToPickledStepMap','env','actionLocation','Agbpk','toUpperCase','name','DSVsR','length','60eBhufq','UNKNOWN','text','test-step-started','pQtuo','NtAUN','cucumber-js/test_old.setup.js','XAKpw','ZVWIo','steps','QnIKi','fCCTl','testCase','log','9giOqme','BSggp','PASSED','feature','result','FAILED','gherkinDocument','300264pQKERD','forEach','logTestCaseFinished','getTestCaseAttempt','IKeym','UNDEFINED','38018zrnATb','CONFIG','fnnjv','capability','fVWAH','parse','iohuT','test-run-started','cucumber/lib/formatter/helpers/pickle_parser.js','AMBIGUOUS','exception','IXzku','ECPSl','gsrjC','kBLaG','test-case-started'];a6_0x3edb=function(){return _0x31a0d;};return a6_0x3edb();}const a6_0x3c8956=a6_0x5d85;(function(_0x1a8080,_0x818e5){const _0x4d551d=a6_0x5d85,_0x223e53=_0x1a8080();while(!![]){try{const _0x52ed89=-parseInt(_0x4d551d(0x1ca))/0x1*(parseInt(_0x4d551d(0x19c))/0x2)+-parseInt(_0x4d551d(0x1e9))/0x3*(parseInt(_0x4d551d(0x1f0))/0x4)+-parseInt(_0x4d551d(0x1cd))/0x5*(parseInt(_0x4d551d(0x1db))/0x6)+parseInt(_0x4d551d(0x1b5))/0x7+-parseInt(_0x4d551d(0x1b7))/0x8+parseInt(_0x4d551d(0x1bc))/0x9*(-parseInt(_0x4d551d(0x1bf))/0xa)+parseInt(_0x4d551d(0x1af))/0xb;if(_0x52ed89===_0x818e5)break;else _0x223e53['push'](_0x223e53['shift']());}catch(_0x4db6c8){_0x223e53['push'](_0x223e53['shift']());}}}(a6_0x3edb,0x8e1a7));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a6_0x3c8956(0x1c9)),pickleParser=requireModule(a6_0x3c8956(0x1a4));function a6_0x5d85(_0x12a086,_0x17f680){const _0x3edb04=a6_0x3edb();return a6_0x5d85=function(_0x5d853,_0x3ce7ad){_0x5d853=_0x5d853-0x19b;let _0x34af4a=_0x3edb04[_0x5d853];return _0x34af4a;},a6_0x5d85(_0x12a086,_0x17f680);}class BrowserstackFormatter extends Formatter{constructor(_0x25ac10){const _0x1b984e=a6_0x3c8956,_0x29fac4={'ZraQn':function(_0x26eec2,_0x58863f){return _0x26eec2!==_0x58863f;},'DHwQx':function(_0x1b5aa0,_0x31568b){return _0x1b5aa0!==_0x31568b;},'uNMlX':function(_0x4509df,_0x3642eb){return _0x4509df(_0x3642eb);},'XAKpw':_0x1b984e(0x1a3),'BSggp':_0x1b984e(0x1ab),'sMdvz':_0x1b984e(0x1cb),'whRsc':'test-run-finished','fnnjv':_0x1b984e(0x1de)};super(_0x25ac10),_0x25ac10[_0x1b984e(0x1cc)]['on'](_0x29fac4[_0x1b984e(0x1e2)],()=>{const _0x122eb7=_0x1b984e;let _0x54c613;if(_0x29fac4[_0x122eb7(0x1b8)](process[_0x122eb7(0x1d4)][_0x122eb7(0x19d)],undefined)){const _0x37d3a4=JSON[_0x122eb7(0x1a1)](process[_0x122eb7(0x1d4)]['CONFIG']);_0x54c613=_0x37d3a4[_0x122eb7(0x19f)];}_0x29fac4['DHwQx'](_0x54c613,undefined)&&(global[_0x122eb7(0x1b3)]=_0x29fac4['uNMlX'](getPlatformName,_0x54c613),console[_0x122eb7(0x1e8)]('Executing\x20tests\x20for\x20'+global[_0x122eb7(0x1b3)]));}),_0x25ac10[_0x1b984e(0x1cc)]['on'](_0x29fac4[_0x1b984e(0x1ea)],()=>{testSuites+=0x1;}),_0x25ac10[_0x1b984e(0x1cc)]['on'](_0x29fac4['sMdvz'],_0x20685e=>{const _0x53b678=_0x1b984e;this[_0x53b678(0x1f2)](_0x20685e);}),_0x25ac10['eventBroadcaster']['on'](_0x29fac4['whRsc'],()=>{totalTests-=0x2;}),_0x25ac10[_0x1b984e(0x1cc)]['on'](_0x29fac4[_0x1b984e(0x19e)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0xcc6300){const _0x1db455=a6_0x3c8956,_0x4762aa={'myNta':_0x1db455(0x1ee),'UcpgU':_0x1db455(0x1eb),'kBLaG':_0x1db455(0x1b4),'Qlngh':_0x1db455(0x1ae),'IXzku':_0x1db455(0x19b),'fVWAH':_0x1db455(0x1dc),'UMrpi':_0x1db455(0x1a5),'fRgQZ':function(_0x5e8e8f,_0x3dd3c4){return _0x5e8e8f+_0x3dd3c4;},'pQtuo':function(_0x2a6542,_0x1c7600){return _0x2a6542+_0x1c7600;},'DSVsR':'\x20\x20\x20\x20','ECPSl':_0x1db455(0x1b0),'QnIKi':function(_0x13721e,_0x28f918){return _0x13721e(_0x28f918);},'Cvlxx':_0x1db455(0x1e1),'gsrjC':'\x20\x20\x20\x20AFTER\x20-\x20','MzqoH':'\x20\x20\x20\x20BEFORE\x20-\x20','YjOvW':function(_0x59c134,_0x38d8d6){return _0x59c134===_0x38d8d6;},'Agbpk':function(_0x2c46ee,_0x274994,_0x21336d){return _0x2c46ee(_0x274994,_0x21336d);},'aIoeS':_0x1db455(0x1ed),'XUXcv':_0x1db455(0x1a6),'IUYMO':_0x1db455(0x1ba),'dsxEv':function(_0x44c11d,_0x2a4f84){return _0x44c11d+_0x2a4f84;},'MGptW':function(_0x527bb7,_0x7d80d1){return _0x527bb7!==_0x7d80d1;},'IKeym':function(_0x2f65db,_0x46f29f){return _0x2f65db+_0x46f29f;},'SybzX':function(_0x3ffd02,_0x7032d9){return _0x3ffd02!==_0x7032d9;},'iohuT':'undefined','fCCTl':function(_0x1cbbea,_0x15e1d3){return _0x1cbbea+_0x15e1d3;},'ZVWIo':function(_0x2a6ccc,_0x514cc8){return _0x2a6ccc+_0x514cc8;},'YhAPs':function(_0x3f269b,_0x543a57){return _0x3f269b<_0x543a57;},'NtAUN':function(_0x4742c7,_0x5b3061){return _0x4742c7+_0x5b3061;},'gouBd':function(_0x2502dd,_0x109a47){return _0x2502dd(_0x109a47);},'nWACp':function(_0x566f98,_0x107dc6){return _0x566f98===_0x107dc6;},'xoGbb':function(_0x3d1a11,_0x34a9d){return _0x3d1a11+_0x34a9d;}};let _0x384ca4=![];function _0x270bbb(_0x4d6a50){const _0x1b713d=_0x1db455;switch(_0x4d6a50){case _0x4762aa[_0x1b713d(0x1ad)]:testsFailed+=0x1;break;case _0x4762aa[_0x1b713d(0x1ce)]:testsPassed+=0x1;break;case _0x4762aa[_0x1b713d(0x1aa)]:testsSkipped+=0x1;break;case _0x4762aa['Qlngh']:testsPending+=0x1;break;case _0x4762aa[_0x1b713d(0x1a7)]:testsUndefined+=0x1;break;case _0x4762aa[_0x1b713d(0x1a0)]:testsUnknown+=0x1;break;case _0x4762aa[_0x1b713d(0x1c1)]:testsAmbiguous+=0x1;break;default:break;}}_0x4762aa['MGptW'](global['__platform'],undefined)&&console[_0x1db455(0x1e8)](_0x4762aa[_0x1db455(0x1c6)](_0x4762aa['IKeym']('\x0a',global[_0x1db455(0x1b3)]),'\x0a'));let _0x39e751=![];if(_0x4762aa[_0x1db455(0x1cf)](typeof this[_0x1db455(0x1c3)][_0x1db455(0x1be)],_0x4762aa[_0x1db455(0x1a2)])){var _0x455841=this[_0x1db455(0x1c3)][_0x1db455(0x1be)](_0xcc6300[_0x1db455(0x1c5)]),_0xbf7e42=_0x455841['pickle'],_0x2b678d=_0x455841['testCase'];console[_0x1db455(0x1e8)](_0x4762aa[_0x1db455(0x1e6)]('\x20\x20',_0xbf7e42['name']));var _0x4b4fcd=(0x0,pickleParser[_0x1db455(0x1d3)])(_0xbf7e42);_0x2b678d[_0x1db455(0x1e4)][_0x1db455(0x1f1)](function(_0x13d21e){const _0x323039=_0x1db455;if(_0x13d21e[_0x323039(0x1d5)]&&_0x13d21e['sourceLocation'])_0x384ca4=!![],console[_0x323039(0x1e8)](_0x4762aa[_0x323039(0x1c6)](_0x4762aa[_0x323039(0x1df)](_0x4762aa[_0x323039(0x1df)](_0x4762aa[_0x323039(0x1d9)],_0x4b4fcd[_0x13d21e['sourceLocation']['line']][_0x323039(0x1dd)]),_0x4762aa[_0x323039(0x1a8)]),_0x13d21e[_0x323039(0x1ed)][_0x323039(0x1ac)][_0x323039(0x1d7)]())),_0x4762aa[_0x323039(0x1e5)](_0x270bbb,_0x13d21e[_0x323039(0x1ed)][_0x323039(0x1ac)]['toUpperCase']());else _0x13d21e[_0x323039(0x1d5)]&&(!_0x13d21e[_0x323039(0x1d5)][_0x323039(0x1b9)][_0x323039(0x1d0)](_0x4762aa[_0x323039(0x1b1)])&&(_0x4762aa[_0x323039(0x1e5)](_0x270bbb,_0x13d21e[_0x323039(0x1ed)][_0x323039(0x1ac)][_0x323039(0x1d7)]()),_0x384ca4?console[_0x323039(0x1e8)](_0x4762aa[_0x323039(0x1df)](_0x4762aa[_0x323039(0x1a9)],_0x13d21e[_0x323039(0x1ed)][_0x323039(0x1ac)]['toUpperCase']())):console[_0x323039(0x1e8)](_0x4762aa[_0x323039(0x1df)](_0x4762aa[_0x323039(0x1bd)],_0x13d21e[_0x323039(0x1ed)]['status'][_0x323039(0x1d7)]()))));if(_0x4762aa[_0x323039(0x1c7)](_0x13d21e[_0x323039(0x1ed)][_0x323039(0x1ac)]['toUpperCase'](),_0x4762aa[_0x323039(0x1ad)])){const _0x3a14d3=_0x4762aa[_0x323039(0x1d6)](nestedKeyValue,_0x13d21e,[_0x4762aa['aIoeS'],_0x4762aa[_0x323039(0x1c8)],_0x4762aa['IUYMO']]);_0x3a14d3&&(testsErrorMessage[_0xbf7e42[_0x323039(0x1d8)]]=_0x3a14d3,console[_0x323039(0x1e8)](_0x4762aa[_0x323039(0x1c2)](_0x3a14d3,'\x0a'))),_0x39e751=!![];}});}else{const _0x284af0=this[_0x1db455(0x1c3)][_0x1db455(0x1f3)](_0xcc6300);console[_0x1db455(0x1e8)](_0x4762aa[_0x1db455(0x1e6)](_0x4762aa[_0x1db455(0x1e3)](_0x4762aa[_0x1db455(0x1f4)]('\x20\x20',_0x284af0[_0x1db455(0x1ef)][_0x1db455(0x1ec)][_0x1db455(0x1d8)]),_0x4762aa['ECPSl']),_0x284af0['pickle'][_0x1db455(0x1d8)]));const _0x2f7075=(0x0,pickleParser[_0x1db455(0x1d3)])(_0x284af0[_0x1db455(0x1c4)]),_0x3d4944=_0x284af0[_0x1db455(0x1e7)][_0x1db455(0x1e4)],_0x39789b=_0x284af0[_0x1db455(0x1b6)],_0x2dcc0c=_0x3d4944[_0x1db455(0x1da)];for(let _0x2cfa6b=0x0;_0x4762aa['YhAPs'](_0x2cfa6b,_0x2dcc0c);_0x2cfa6b++){const _0xf72ec4=_0x3d4944[_0x2cfa6b];if(_0xf72ec4[_0x1db455(0x1d5)]&&_0xf72ec4['sourceLocation'])_0x384ca4=!![],console[_0x1db455(0x1e8)](_0x4762aa[_0x1db455(0x1e6)](_0x4762aa[_0x1db455(0x1e0)](_0x4762aa[_0x1db455(0x1c6)](_0x4762aa[_0x1db455(0x1d9)],_0x2f7075[_0xf72ec4[_0x1db455(0x1c5)][_0x1db455(0x1d2)]][_0x1db455(0x1dd)]),_0x4762aa['ECPSl']),_0x39789b[_0x2cfa6b][_0x1db455(0x1ac)][_0x1db455(0x1d7)]())),_0x4762aa[_0x1db455(0x1bb)](_0x270bbb,_0x39789b[_0x2cfa6b]['status'][_0x1db455(0x1d7)]());else _0xf72ec4[_0x1db455(0x1d5)]&&(!_0xf72ec4['actionLocation'][_0x1db455(0x1b9)][_0x1db455(0x1d0)](_0x4762aa[_0x1db455(0x1b1)])&&(_0x4762aa[_0x1db455(0x1bb)](_0x270bbb,_0x39789b[_0x2cfa6b][_0x1db455(0x1ac)][_0x1db455(0x1d7)]()),_0x384ca4?console[_0x1db455(0x1e8)](_0x4762aa[_0x1db455(0x1df)](_0x4762aa['gsrjC'],_0x39789b[_0x2cfa6b][_0x1db455(0x1ac)]['toUpperCase']())):console['log'](_0x4762aa[_0x1db455(0x1f4)](_0x4762aa[_0x1db455(0x1bd)],_0x39789b[_0x2cfa6b]['status'][_0x1db455(0x1d7)]()))));if(_0x4762aa[_0x1db455(0x1c0)](_0x39789b[_0x2cfa6b]['status'][_0x1db455(0x1d7)](),_0x4762aa['myNta'])){_0x39e751=!![];const _0x28c8a8=_0x4762aa[_0x1db455(0x1d6)](nestedKeyValue,_0x39789b[_0x2cfa6b],[_0x4762aa[_0x1db455(0x1c8)],_0x4762aa['IUYMO']]);_0x28c8a8&&(testsErrorMessage[_0x4762aa[_0x1db455(0x1b2)](_0x4762aa[_0x1db455(0x1c6)](_0x284af0[_0x1db455(0x1ef)][_0x1db455(0x1ec)][_0x1db455(0x1d8)],_0x4762aa[_0x1db455(0x1a8)]),_0x284af0[_0x1db455(0x1c4)][_0x1db455(0x1d8)])]=_0x28c8a8,console[_0x1db455(0x1e8)](_0x4762aa[_0x1db455(0x1e0)](_0x28c8a8,'\x0a')));}}}_0x39e751&&(testSuitesFailed+=0x1),console[_0x1db455(0x1e8)]('\x0a');}}module[a6_0x3c8956(0x1d1)]=BrowserstackFormatter;
@@ -1 +1 @@
1
- const a7_0x5070c8=a7_0x2630;(function(_0x138723,_0x19ab06){const _0x113f1c=a7_0x2630,_0x2f8df0=_0x138723();while(!![]){try{const _0x18ac31=parseInt(_0x113f1c(0x198))/0x1*(-parseInt(_0x113f1c(0x19f))/0x2)+-parseInt(_0x113f1c(0x175))/0x3+parseInt(_0x113f1c(0x169))/0x4*(-parseInt(_0x113f1c(0x1b8))/0x5)+parseInt(_0x113f1c(0x164))/0x6+-parseInt(_0x113f1c(0x1a8))/0x7*(parseInt(_0x113f1c(0x16c))/0x8)+-parseInt(_0x113f1c(0x1b1))/0x9+parseInt(_0x113f1c(0x197))/0xa;if(_0x18ac31===_0x19ab06)break;else _0x2f8df0['push'](_0x2f8df0['shift']());}catch(_0x2913e2){_0x2f8df0['push'](_0x2f8df0['shift']());}}}(a7_0x3da2,0x6a184));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),PerformanceTester=require(a7_0x5070c8(0x18e)),cucumberModule=requireModule(a7_0x5070c8(0x19c)),logger=require('../../helpers/logger')[a7_0x5070c8(0x17e)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a7_0x5070c8(0x173)],After=cucumberModule[a7_0x5070c8(0x1ad)],AfterAll=cucumberModule[a7_0x5070c8(0x170)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a7_0x5070c8(0x1c6)],configuration=process[a7_0x5070c8(0x1c3)][a7_0x5070c8(0x1a5)];if(configuration!==undefined){const config=JSON[a7_0x5070c8(0x1cb)](configuration);isTrue(config[a7_0x5070c8(0x17b)])&&(global['__skipSessionName']=!![]),global[a7_0x5070c8(0x1a0)]=isTrue(config[a7_0x5070c8(0x180)]),require(a7_0x5070c8(0x1a1))['browserstackAgentV2'](config),global['__platformCaps']=config['platformCaps']||{};}global[a7_0x5070c8(0x1ae)]=0x0;const __setDefaultTimeout=cucumberModule[a7_0x5070c8(0x1cd)];cucumberModule[a7_0x5070c8(0x1cd)]=_0x4b2486=>{const _0x34d039={'nvtOG':function(_0x4c9732,_0x270756){return _0x4c9732(_0x270756);}};global['__timeout']=_0x4b2486,_0x34d039['nvtOG'](__setDefaultTimeout,_0x4b2486);};const a7_0x1acc5b={};a7_0x1acc5b[a7_0x5070c8(0x182)]=a7_0x5070c8(0x1c2),BeforeAll(a7_0x1acc5b,function(){const _0xae6569=a7_0x5070c8,_0x16c955={'tTyLJ':function(_0x132b3b,_0x47f321,_0x14a2ea,_0x349c5d){return _0x132b3b(_0x47f321,_0x14a2ea,_0x349c5d);},'zezAH':'failed','TKqVo':_0xae6569(0x178),'CpEIT':function(_0xe9973a,_0x342b4a,_0xfb7657){return _0xe9973a(_0x342b4a,_0xfb7657);},'qFmEH':'passed','EDzkl':_0xae6569(0x187)};PerformanceTester[_0xae6569(0x16e)](),logger[_0xae6569(0x168)](_0x16c955[_0xae6569(0x1b3)]),global[_0xae6569(0x19b)]=[],global[_0xae6569(0x16d)]=![],global[_0xae6569(0x1bf)]=async()=>{const _0xe30485=_0xae6569;let _0x5a8e4a=![];try{await global[_0xe30485(0x190)][0x0][_0xe30485(0x1c1)],_0x5a8e4a=!![],global[_0xe30485(0x16d)]?await _0x16c955[_0xe30485(0x1c4)](markSessionStatus,global[_0xe30485(0x190)][0x0],_0x16c955[_0xe30485(0x1c8)],global['__error_messages__']['join'](_0x16c955[_0xe30485(0x16b)])):await _0x16c955[_0xe30485(0x17d)](markSessionStatus,global['__drivers'][0x0],_0x16c955[_0xe30485(0x192)]);}catch(_0x469ada){logger[_0xe30485(0x168)](_0xe30485(0x176)+_0x469ada);}global[_0xe30485(0x19b)]=[],global['__sessionFailed']=![];if(_0x5a8e4a)try{await global[_0xe30485(0x190)][0x0][_0xe30485(0x1a6)]();}catch(_0x3f57c6){logger[_0xe30485(0x168)](_0xe30485(0x167)+_0x3f57c6);}};});function a7_0x3da2(){const _0x31bea3=['../../helpers/performance-tester','ULneh','__drivers','iNDbw','qFmEH','TNJnl','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','xmVNo','stringify','23311010FqHwvd','771062jBsIlD','aljFP','split','__error_messages__','@cucumber/cucumber/lib/index.js','Error:\x20at\x20After\x20Step:\x20','passed','2wWymjI','__skipSessionStatus','../../index','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','kpdkL','UOZWr','CONFIG','initQuit','\x22}}','965433EQbrUb','Failed:\x20','MvpNH','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','mBOHy','After','__timeout','Inside\x20browserstack\x20After','Passed','7638453mZjAjN','info','EDzkl','ZvltY','goeJF','Error:\x20quiting\x20driver\x20at\x20After:\x20','gAXoG','11595VFkLui','mliSv','pickleStep','toLowerCase','PRQXn','YeJkl',',\x22level\x22:\x20\x22','driverCleanup','result','session_','bstack','env','tTyLJ','join','AfterStep','pjETE','zezAH','failed','ZGzxZ','parse','timeout','setDefaultTimeout','message','3108636PZHdim','inQvl','text','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','debug','860ApGCvz','toString','TKqVo','8vpkxyb','__sessionFailed','startMonitoring','twsgi','AfterAll','push','CQPWT','Before','\x0aError:\x20','475080LtfAJK','Error:\x20cleaning\x20up\x20driver:\x20','fGTov','\x20|\x20','QZNDC','QMWmr','skipSessionName','iMKxg','CpEIT','winstonLogger','MHRtP','skipSessionStatus','QOxcv','name','finally','BOjqC','Inside\x20browserstack\x20Before','Passed:\x20','Inside\x20browserstack\x20BeforeAll','pickle','status','LQnuH','shift','quitCount_','length'];a7_0x3da2=function(){return _0x31bea3;};return a7_0x3da2();}const a7_0x241bbb={};a7_0x241bbb[a7_0x5070c8(0x182)]=a7_0x5070c8(0x1c2),a7_0x241bbb[a7_0x5070c8(0x1cc)]=0x2710,Before(a7_0x241bbb,function(_0x3eceb1,_0x344fe7){const _0x9eb007=a7_0x5070c8,_0x138e07={'goeJF':function(_0x2612fa,_0x5ee9e0){return _0x2612fa>_0x5ee9e0;},'aljFP':function(_0x26f23f){return _0x26f23f();},'CQPWT':_0x9eb007(0x185)};logger[_0x9eb007(0x168)](_0x138e07[_0x9eb007(0x172)]),new Promise(async _0xcac13d=>{const _0x5441f1=_0x9eb007;try{_0x138e07['goeJF'](global[_0x5441f1(0x190)][_0x5441f1(0x18d)],0x1)&&(await global[_0x5441f1(0x1bf)](),global[_0x5441f1(0x190)][_0x5441f1(0x18b)]()),global[_0x5441f1(0x190)][0x0]['quitCount_']&&_0x138e07[_0x5441f1(0x1b5)](global[_0x5441f1(0x190)][0x0][_0x5441f1(0x18c)],0x0)&&await global['driverCleanup']();}catch(_0x3a39dd){}_0x138e07[_0x5441f1(0x199)](_0xcac13d);})[_0x9eb007(0x183)](_0x344fe7);});const a7_0x36837f={};a7_0x36837f[a7_0x5070c8(0x182)]=a7_0x5070c8(0x1c2),a7_0x36837f[a7_0x5070c8(0x1cc)]=0x2710,After(a7_0x36837f,function(_0x241405,_0x45884c){const _0x178035=a7_0x5070c8,_0x418f32={'xmVNo':'4|1|0|3|2','mliSv':function(_0x2e3a7e,_0x374bcf){return _0x2e3a7e===_0x374bcf;},'QZNDC':_0x178035(0x1c9),'twsgi':function(_0x1c95ae,_0x31f1c0){return _0x1c95ae===_0x31f1c0;},'sRWwq':function(_0x40fb44,_0x249489,_0x34bea0,_0x36bbe2){return _0x40fb44(_0x249489,_0x34bea0,_0x36bbe2);},'nFOrm':'\x20|\x20','MvpNH':function(_0x51f6d7,_0x2aa61f,_0x5132a2){return _0x51f6d7(_0x2aa61f,_0x5132a2);},'inQvl':_0x178035(0x19e),'iNDbw':function(_0x4b48b0,_0x3e5621){return _0x4b48b0>_0x3e5621;},'LQnuH':function(_0x344610){return _0x344610();},'fGTov':_0x178035(0x1af)};logger[_0x178035(0x168)](_0x418f32[_0x178035(0x177)]),new Promise(async _0xe957ab=>{const _0x3bdc9e=_0x178035;let _0xdbe088=![];try{const _0x3441d4=_0x418f32[_0x3bdc9e(0x195)][_0x3bdc9e(0x19a)]('|');let _0x54bdcf=0x0;while(!![]){switch(_0x3441d4[_0x54bdcf++]){case'0':_0xdbe088=!![];continue;case'1':await global['__drivers'][0x0][_0x3bdc9e(0x1c1)];continue;case'2':if(_0x418f32[_0x3bdc9e(0x1b9)](_0x241405[_0x3bdc9e(0x1c0)][_0x3bdc9e(0x189)]['toString']()['toLowerCase'](),_0x418f32[_0x3bdc9e(0x179)])||_0x418f32[_0x3bdc9e(0x16f)](_0x241405[_0x3bdc9e(0x1c0)]['status'][_0x3bdc9e(0x16a)]()[_0x3bdc9e(0x1bb)](),'6')){try{global[_0x3bdc9e(0x19b)]['push'](_0x241405[_0x3bdc9e(0x1c0)][_0x3bdc9e(0x163)]);}catch(_0x40c994){logger[_0x3bdc9e(0x168)](_0x3bdc9e(0x1ab)+_0x40c994);}await _0x418f32['sRWwq'](markSessionStatus,global['__drivers'][0x0],_0x418f32[_0x3bdc9e(0x179)],global[_0x3bdc9e(0x19b)][_0x3bdc9e(0x1c5)](_0x418f32['nFOrm']));}else await _0x418f32[_0x3bdc9e(0x1aa)](markSessionStatus,global['__drivers'][0x0],_0x418f32[_0x3bdc9e(0x165)]);continue;case'3':!global['__skipSessionName']&&await global['__drivers'][0x0]['executeScript'](_0x3bdc9e(0x1a2)+_0x241405[_0x3bdc9e(0x188)]['name']+_0x3bdc9e(0x1a7));continue;case'4':_0x418f32[_0x3bdc9e(0x191)](global[_0x3bdc9e(0x190)][_0x3bdc9e(0x18d)],0x1)&&(await global[_0x3bdc9e(0x1bf)](),global[_0x3bdc9e(0x190)][_0x3bdc9e(0x18b)](),global['__error_messages__']=[],global[_0x3bdc9e(0x16d)]=![]);continue;}break;}}catch(_0xef170a){logger['debug']('Error:\x20at\x20After:\x20'+_0xef170a);}if(_0xdbe088)try{global[_0x3bdc9e(0x190)][0x0]&&_0x418f32[_0x3bdc9e(0x191)](global[_0x3bdc9e(0x190)][0x0][_0x3bdc9e(0x18c)],0x0)&&await global[_0x3bdc9e(0x190)][0x0][_0x3bdc9e(0x1a6)]();}catch(_0x4f522d){logger[_0x3bdc9e(0x168)](_0x3bdc9e(0x1b6)+_0x4f522d);}_0x418f32[_0x3bdc9e(0x18a)](_0xe957ab);})[_0x178035(0x183)](()=>_0x45884c());});const a7_0x3ee266={};function a7_0x2630(_0x37c9a8,_0x2194e9){const _0x3da2dd=a7_0x3da2();return a7_0x2630=function(_0x2630e2,_0x7ed523){_0x2630e2=_0x2630e2-0x163;let _0x48b86b=_0x3da2dd[_0x2630e2];return _0x48b86b;},a7_0x2630(_0x37c9a8,_0x2194e9);}a7_0x3ee266[a7_0x5070c8(0x182)]='bstack',a7_0x3ee266[a7_0x5070c8(0x1cc)]=0x2710,AfterStep(a7_0x3ee266,function(_0x576fc0,_0xc5baf5){const _0x324935=a7_0x5070c8,_0x5ab153={'mBOHy':function(_0x1e3252,_0x58d81d){return _0x1e3252===_0x58d81d;},'TNJnl':'failed','gAXoG':function(_0xe5be58,_0x2d04da){return _0xe5be58===_0x2d04da;},'aTmUJ':function(_0x55e08d,_0x12a542){return _0x55e08d!==_0x12a542;},'PRQXn':function(_0x38ffe1,_0x4c1b54,_0x3162f7){return _0x38ffe1(_0x4c1b54,_0x3162f7);},'QMWmr':function(_0x21deb8,_0x31231b){return _0x21deb8+_0x31231b;},'ULneh':function(_0x272d66,_0x5aec85){return _0x272d66+_0x5aec85;},'iMKxg':_0x324935(0x1a9),'mEPMY':_0x324935(0x174),'ZvltY':'error','mvbuh':function(_0x48a7c3,_0x581961,_0x37d067){return _0x48a7c3(_0x581961,_0x37d067);},'kpdkL':function(_0x24f81c,_0x2c28c9){return _0x24f81c+_0x2c28c9;},'BOjqC':function(_0x1d09c8,_0x490a72){return _0x1d09c8!==_0x490a72;},'ZGzxZ':function(_0x1f59dd,_0x345be8,_0x53eeb1){return _0x1f59dd(_0x345be8,_0x53eeb1);},'YeJkl':_0x324935(0x186),'UOZWr':_0x324935(0x1b2),'pjETE':_0x324935(0x1b0),'MHRtP':function(_0x886fc1){return _0x886fc1();},'QOxcv':'Inside\x20browserstack\x20AfterStep'};logger[_0x324935(0x168)](_0x5ab153[_0x324935(0x181)]);const _0x4bfcca=async(_0x37d76f,_0x2b94e5)=>{const _0xc2639f=_0x324935;await global[_0xc2639f(0x190)][0x0]['executeScript'](_0xc2639f(0x194)+_0x37d76f+_0xc2639f(0x1be)+_0x2b94e5+_0xc2639f(0x1a7));};new Promise(async _0x94968f=>{const _0x46c836=_0x324935;try{_0x5ab153[_0x46c836(0x1ac)](_0x576fc0['result']['status'][_0x46c836(0x16a)]()[_0x46c836(0x1bb)](),_0x5ab153[_0x46c836(0x193)])||_0x5ab153[_0x46c836(0x1b7)](_0x576fc0['result'][_0x46c836(0x189)][_0x46c836(0x16a)]()['toLowerCase'](),'6')?(global[_0x46c836(0x16d)]=!![],global[_0x46c836(0x19b)][_0x46c836(0x171)](_0x576fc0[_0x46c836(0x1c0)][_0x46c836(0x163)]),_0x5ab153['aTmUJ'](_0x576fc0['pickleStep'],undefined)?await _0x5ab153['PRQXn'](_0x4bfcca,JSON['stringify'](_0x5ab153[_0x46c836(0x17a)](_0x5ab153[_0x46c836(0x17a)](_0x5ab153['ULneh'](_0x5ab153[_0x46c836(0x17c)],'\x22'+_0x576fc0[_0x46c836(0x1ba)][_0x46c836(0x166)]+'\x22\x20'),_0x5ab153['mEPMY']),_0x576fc0['result'][_0x46c836(0x163)])),_0x5ab153[_0x46c836(0x1b4)]):await _0x5ab153['mvbuh'](_0x4bfcca,JSON['stringify'](_0x5ab153[_0x46c836(0x1a3)](_0x5ab153[_0x46c836(0x17c)],_0x576fc0[_0x46c836(0x1c0)][_0x46c836(0x163)])),_0x5ab153[_0x46c836(0x1b4)])):_0x5ab153[_0x46c836(0x184)](_0x576fc0[_0x46c836(0x1ba)],undefined)?await _0x5ab153[_0x46c836(0x1ca)](_0x4bfcca,JSON[_0x46c836(0x196)](_0x5ab153[_0x46c836(0x18f)](_0x5ab153[_0x46c836(0x1bd)],'\x22'+_0x576fc0[_0x46c836(0x1ba)][_0x46c836(0x166)]+'\x22')),_0x5ab153[_0x46c836(0x1a4)]):await _0x5ab153[_0x46c836(0x1bc)](_0x4bfcca,JSON[_0x46c836(0x196)](_0x5ab153[_0x46c836(0x1c7)]),_0x5ab153[_0x46c836(0x1a4)]);}catch(_0x587009){logger[_0x46c836(0x168)](_0x46c836(0x19d)+_0x587009);}_0x5ab153[_0x46c836(0x17f)](_0x94968f);})[_0x324935(0x183)](()=>_0xc5baf5());});const a7_0x4bc33e={};a7_0x4bc33e[a7_0x5070c8(0x182)]=a7_0x5070c8(0x1c2),a7_0x4bc33e[a7_0x5070c8(0x1cc)]=0x7530,AfterAll(a7_0x4bc33e,async function(_0x32dbb2,_0x188e00){const _0x3b380e=a7_0x5070c8,_0x566ff0={'HyMER':function(_0x256b33){return _0x256b33();},'INTRw':'Inside\x20browserstack\x20AfterAll'};logger[_0x3b380e(0x168)](_0x566ff0['INTRw']),await new Promise(async _0x2e00ce=>{const _0x4eb26f=_0x3b380e;PerformanceTester['stopMonitoring'](),await global[_0x4eb26f(0x1bf)](),_0x566ff0['HyMER'](_0x2e00ce);});});
1
+ const a7_0x4990ca=a7_0x3476;(function(_0x2b8bef,_0x2af48a){const _0x4cfc3a=a7_0x3476,_0x53103c=_0x2b8bef();while(!![]){try{const _0x311f4a=parseInt(_0x4cfc3a(0x18e))/0x1+parseInt(_0x4cfc3a(0x18a))/0x2*(-parseInt(_0x4cfc3a(0x1bf))/0x3)+parseInt(_0x4cfc3a(0x1ab))/0x4*(parseInt(_0x4cfc3a(0x1c0))/0x5)+-parseInt(_0x4cfc3a(0x1a5))/0x6*(parseInt(_0x4cfc3a(0x198))/0x7)+parseInt(_0x4cfc3a(0x191))/0x8*(parseInt(_0x4cfc3a(0x1b5))/0x9)+parseInt(_0x4cfc3a(0x1c1))/0xa+-parseInt(_0x4cfc3a(0x18f))/0xb;if(_0x311f4a===_0x2af48a)break;else _0x53103c['push'](_0x53103c['shift']());}catch(_0x44094b){_0x53103c['push'](_0x53103c['shift']());}}}(a7_0x2fbf,0x56fec));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a7_0x4990ca(0x183)),PerformanceTester=require(a7_0x4990ca(0x177)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js'),logger=require(a7_0x4990ca(0x1be))['winstonLogger'];modifyCommand(),setKeepAlive();function a7_0x3476(_0x4f4bbe,_0x1d72f1){const _0x2fbfca=a7_0x2fbf();return a7_0x3476=function(_0x34764c,_0x5e4970){_0x34764c=_0x34764c-0x163;let _0x53532e=_0x2fbfca[_0x34764c];return _0x53532e;},a7_0x3476(_0x4f4bbe,_0x1d72f1);}const Before=cucumberModule['Before'],After=cucumberModule['After'],AfterAll=cucumberModule[a7_0x4990ca(0x1b2)],BeforeAll=cucumberModule[a7_0x4990ca(0x167)],AfterStep=cucumberModule[a7_0x4990ca(0x196)],configuration=process['env']['CONFIG'];if(configuration!==undefined){const config=JSON[a7_0x4990ca(0x172)](configuration);isTrue(config[a7_0x4990ca(0x1bb)])&&(global[a7_0x4990ca(0x16b)]=!![]),global['__skipSessionStatus']=isTrue(config['skipSessionStatus']),require(a7_0x4990ca(0x166))['browserstackAgentV2'](config),global[a7_0x4990ca(0x168)]=config['platformCaps']||{};}global[a7_0x4990ca(0x187)]=0x0;const __setDefaultTimeout=cucumberModule[a7_0x4990ca(0x1ba)];function a7_0x2fbf(){const _0x529265=['FBUEC','../../helpers/logger','703533dpnavc','90kTHIPi','2446090uVjtCN','message','jWWYS','Inside\x20browserstack\x20AfterStep','failed','VXPfO','Inside\x20browserstack\x20AfterAll','JxXRr','push','passed','stringify','stopMonitoring','PkZXH','../../index','BeforeAll','__platformCaps','GRzYM','pJzON','__skipSessionName','LrmfY','Passed','__drivers','session_','hMuut','BAbaH','parse',',\x22level\x22:\x20\x22','Error:\x20cleaning\x20up\x20driver:\x20','startMonitoring','pickleStep','../../helpers/performance-tester','jcRjr','name','EZNxG','result','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','ywNTu','\x22}}','vVeYh','initQuit','executeScript','__sessionFailed','../../helpers/setKeepAlive','driverCleanup','jIDlB','rhGkq','__timeout','ENboP','join','2ByNAwU','quitCount_','bstack','1|2|3|4|0','611591FbHRzi','8427342CeGeae','timeout','5184ixEFsh','SfKwA','info','swDAg','shift','AfterStep','TrGXn','816949XkLnlp','finally','pCMCm','lNzmO','text','LGBDm','NpvXd','Inside\x20browserstack\x20Before','KkvBb','HVuev','EzAyG','Inside\x20browserstack\x20After','toLowerCase','6uheleP','error','debug','status','eDKhM','Error:\x20quiting\x20driver\x20at\x20After:\x20','31952TGlufl','length','Error:\x20at\x20After\x20Step:\x20','FPLWY','cmxZu','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','toString','AfterAll','__error_messages__','RViQl','6579EkEnqp','\x20|\x20','AGmcx','SaMWe','ntHjV','setDefaultTimeout','skipSessionName','kliFi'];a7_0x2fbf=function(){return _0x529265;};return a7_0x2fbf();}cucumberModule[a7_0x4990ca(0x1ba)]=_0x3d7e61=>{const _0x23032f=a7_0x4990ca,_0x3412c1={'LGBDm':function(_0x31fb40,_0x2f8ef4){return _0x31fb40(_0x2f8ef4);}};global['__timeout']=_0x3d7e61,_0x3412c1[_0x23032f(0x19d)](__setDefaultTimeout,_0x3d7e61);};const a7_0x420b77={};a7_0x420b77[a7_0x4990ca(0x179)]=a7_0x4990ca(0x18c),BeforeAll(a7_0x420b77,function(){const _0x237e58=a7_0x4990ca,_0x47cde5={'LcViQ':function(_0x45c5d3,_0x110fc0,_0x5ba935,_0x2d0638){return _0x45c5d3(_0x110fc0,_0x5ba935,_0x2d0638);},'rhGkq':'failed','PkZXH':_0x237e58(0x1b6),'KkvBb':function(_0xb78987,_0x31a5ce,_0x42b7f2){return _0xb78987(_0x31a5ce,_0x42b7f2);},'pJzON':_0x237e58(0x1ca),'XIRXr':'Inside\x20browserstack\x20BeforeAll'};PerformanceTester[_0x237e58(0x175)](),logger['debug'](_0x47cde5['XIRXr']),global[_0x237e58(0x1b3)]=[],global['__sessionFailed']=![],global[_0x237e58(0x184)]=async()=>{const _0x7244b4=_0x237e58;let _0x2b0187=![];try{await global['__drivers'][0x0][_0x7244b4(0x16f)],_0x2b0187=!![],global[_0x7244b4(0x182)]?await _0x47cde5['LcViQ'](markSessionStatus,global[_0x7244b4(0x16e)][0x0],_0x47cde5[_0x7244b4(0x186)],global[_0x7244b4(0x1b3)][_0x7244b4(0x189)](_0x47cde5[_0x7244b4(0x165)])):await _0x47cde5[_0x7244b4(0x1a0)](markSessionStatus,global[_0x7244b4(0x16e)][0x0],_0x47cde5[_0x7244b4(0x16a)]);}catch(_0x2a37c1){logger[_0x7244b4(0x1a7)](_0x7244b4(0x174)+_0x2a37c1);}global[_0x7244b4(0x1b3)]=[],global[_0x7244b4(0x182)]=![];if(_0x2b0187)try{await global[_0x7244b4(0x16e)][0x0][_0x7244b4(0x180)]();}catch(_0x5d83a8){logger[_0x7244b4(0x1a7)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x5d83a8);}};});const a7_0x16cba0={};a7_0x16cba0[a7_0x4990ca(0x179)]=a7_0x4990ca(0x18c),a7_0x16cba0[a7_0x4990ca(0x190)]=0x2710,Before(a7_0x16cba0,function(_0x4e2b01,_0x323557){const _0x241eb0=a7_0x4990ca,_0x3be7a6={'lNzmO':function(_0x47b37d,_0x4cc8eb){return _0x47b37d>_0x4cc8eb;},'JxXRr':function(_0x1b4fb5,_0x25458b){return _0x1b4fb5>_0x25458b;},'ENboP':function(_0x5c180c){return _0x5c180c();},'ywNTu':_0x241eb0(0x19f)};logger[_0x241eb0(0x1a7)](_0x3be7a6[_0x241eb0(0x17d)]),new Promise(async _0x4752a3=>{const _0x45b43c=_0x241eb0;try{_0x3be7a6[_0x45b43c(0x19b)](global[_0x45b43c(0x16e)][_0x45b43c(0x1ac)],0x1)&&(await global[_0x45b43c(0x184)](),global['__drivers'][_0x45b43c(0x195)]()),global['__drivers'][0x0][_0x45b43c(0x18b)]&&_0x3be7a6[_0x45b43c(0x1c8)](global['__drivers'][0x0][_0x45b43c(0x18b)],0x0)&&await global[_0x45b43c(0x184)]();}catch(_0x171a84){}_0x3be7a6[_0x45b43c(0x188)](_0x4752a3);})[_0x241eb0(0x199)](_0x323557);});const a7_0x145f49={};a7_0x145f49['name']=a7_0x4990ca(0x18c),a7_0x145f49[a7_0x4990ca(0x190)]=0x2710,After(a7_0x145f49,function(_0x2ef88b,_0xf71ca5){const _0x1ae738=a7_0x4990ca,_0x53aa6c={'EzAyG':_0x1ae738(0x18d),'SfKwA':function(_0x54d02d,_0x516947){return _0x54d02d===_0x516947;},'hMuut':_0x1ae738(0x1c5),'jIDlB':function(_0x56f1b7,_0x373958,_0xa7d424,_0x3896d7){return _0x56f1b7(_0x373958,_0xa7d424,_0x3896d7);},'OWBmp':_0x1ae738(0x1b6),'jcRjr':function(_0x1c70f0,_0xbde282,_0x3240e9){return _0x1c70f0(_0xbde282,_0x3240e9);},'kliFi':_0x1ae738(0x1ca),'rZDNH':function(_0x185881,_0x40940a){return _0x185881>_0x40940a;},'jWWYS':function(_0x5a8d4f,_0x27130b){return _0x5a8d4f>_0x27130b;},'RViQl':function(_0x1c879c){return _0x1c879c();},'HVuev':_0x1ae738(0x1a3)};logger[_0x1ae738(0x1a7)](_0x53aa6c[_0x1ae738(0x1a1)]),new Promise(async _0x123c63=>{const _0x22eeed=_0x1ae738;let _0x3345b0=![];try{const _0x278fee=_0x53aa6c[_0x22eeed(0x1a2)]['split']('|');let _0x2abce3=0x0;while(!![]){switch(_0x278fee[_0x2abce3++]){case'0':if(_0x53aa6c[_0x22eeed(0x192)](_0x2ef88b['result'][_0x22eeed(0x1a8)][_0x22eeed(0x1b1)]()[_0x22eeed(0x1a4)](),_0x53aa6c[_0x22eeed(0x170)])||_0x53aa6c[_0x22eeed(0x192)](_0x2ef88b[_0x22eeed(0x17b)][_0x22eeed(0x1a8)][_0x22eeed(0x1b1)]()[_0x22eeed(0x1a4)](),'6')){try{global[_0x22eeed(0x1b3)][_0x22eeed(0x1c9)](_0x2ef88b[_0x22eeed(0x17b)]['message']);}catch(_0x755ce1){logger[_0x22eeed(0x1a7)](_0x22eeed(0x17c)+_0x755ce1);}await _0x53aa6c[_0x22eeed(0x185)](markSessionStatus,global[_0x22eeed(0x16e)][0x0],_0x53aa6c['hMuut'],global['__error_messages__']['join'](_0x53aa6c['OWBmp']));}else await _0x53aa6c[_0x22eeed(0x178)](markSessionStatus,global[_0x22eeed(0x16e)][0x0],_0x53aa6c[_0x22eeed(0x1bc)]);continue;case'1':_0x53aa6c['rZDNH'](global[_0x22eeed(0x16e)]['length'],0x1)&&(await global[_0x22eeed(0x184)](),global[_0x22eeed(0x16e)]['shift'](),global[_0x22eeed(0x1b3)]=[],global['__sessionFailed']=![]);continue;case'2':await global[_0x22eeed(0x16e)][0x0][_0x22eeed(0x16f)];continue;case'3':_0x3345b0=!![];continue;case'4':!global[_0x22eeed(0x16b)]&&await global[_0x22eeed(0x16e)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x2ef88b['pickle'][_0x22eeed(0x179)]+_0x22eeed(0x17e));continue;}break;}}catch(_0x49e4b2){logger[_0x22eeed(0x1a7)]('Error:\x20at\x20After:\x20'+_0x49e4b2);}if(_0x3345b0)try{global[_0x22eeed(0x16e)][0x0]&&_0x53aa6c[_0x22eeed(0x1c3)](global[_0x22eeed(0x16e)][0x0][_0x22eeed(0x18b)],0x0)&&await global['__drivers'][0x0][_0x22eeed(0x180)]();}catch(_0x6d7233){logger['debug'](_0x22eeed(0x1aa)+_0x6d7233);}_0x53aa6c[_0x22eeed(0x1b4)](_0x123c63);})[_0x1ae738(0x199)](()=>_0xf71ca5());});const a7_0x19c1c0={};a7_0x19c1c0[a7_0x4990ca(0x179)]=a7_0x4990ca(0x18c),a7_0x19c1c0[a7_0x4990ca(0x190)]=0x2710,AfterStep(a7_0x19c1c0,function(_0x5e992b,_0x581caf){const _0x1df4f8=a7_0x4990ca,_0x2e1275={'LrmfY':function(_0xe839b1,_0x45dfbd){return _0xe839b1===_0x45dfbd;},'ntHjV':_0x1df4f8(0x1c5),'FBUEC':function(_0x2ef5f3,_0x2c0eb1){return _0x2ef5f3!==_0x2c0eb1;},'FPLWY':function(_0x51e125,_0x589392,_0x4ee63d){return _0x51e125(_0x589392,_0x4ee63d);},'eDKhM':function(_0x132d5e,_0x558615){return _0x132d5e+_0x558615;},'BAbaH':function(_0x3f2d12,_0x1843b7){return _0x3f2d12+_0x1843b7;},'AGmcx':'Failed:\x20','BKNyr':'\x0aError:\x20','vVeYh':_0x1df4f8(0x1a6),'SaMWe':function(_0x1e43b5,_0x24a8b4){return _0x1e43b5!==_0x24a8b4;},'cmxZu':function(_0x349bc2,_0x52a348,_0x483b88){return _0x349bc2(_0x52a348,_0x483b88);},'pCMCm':function(_0x14c957,_0x3068af){return _0x14c957+_0x3068af;},'GRzYM':'Passed:\x20','NdDii':_0x1df4f8(0x193),'NpvXd':_0x1df4f8(0x16d),'TrGXn':function(_0xb5b1ed){return _0xb5b1ed();},'swDAg':_0x1df4f8(0x1c4)};logger[_0x1df4f8(0x1a7)](_0x2e1275[_0x1df4f8(0x194)]);const _0x5dd45f=async(_0x1936da,_0x4e7d83)=>{const _0x376daa=_0x1df4f8;await global[_0x376daa(0x16e)][0x0][_0x376daa(0x181)](_0x376daa(0x1b0)+_0x1936da+_0x376daa(0x173)+_0x4e7d83+'\x22}}');};new Promise(async _0x5216e2=>{const _0x23eeab=_0x1df4f8;try{_0x2e1275[_0x23eeab(0x16c)](_0x5e992b[_0x23eeab(0x17b)]['status'][_0x23eeab(0x1b1)]()['toLowerCase'](),_0x2e1275[_0x23eeab(0x1b9)])||_0x2e1275[_0x23eeab(0x16c)](_0x5e992b['result'][_0x23eeab(0x1a8)][_0x23eeab(0x1b1)]()[_0x23eeab(0x1a4)](),'6')?(global[_0x23eeab(0x182)]=!![],global[_0x23eeab(0x1b3)][_0x23eeab(0x1c9)](_0x5e992b['result'][_0x23eeab(0x1c2)]),_0x2e1275[_0x23eeab(0x1bd)](_0x5e992b[_0x23eeab(0x176)],undefined)?await _0x2e1275[_0x23eeab(0x1ae)](_0x5dd45f,JSON[_0x23eeab(0x163)](_0x2e1275[_0x23eeab(0x1a9)](_0x2e1275[_0x23eeab(0x171)](_0x2e1275['BAbaH'](_0x2e1275[_0x23eeab(0x1b7)],'\x22'+_0x5e992b['pickleStep'][_0x23eeab(0x19c)]+'\x22\x20'),_0x2e1275['BKNyr']),_0x5e992b[_0x23eeab(0x17b)]['message'])),_0x2e1275[_0x23eeab(0x17f)]):await _0x2e1275[_0x23eeab(0x1ae)](_0x5dd45f,JSON[_0x23eeab(0x163)](_0x2e1275[_0x23eeab(0x1a9)](_0x2e1275[_0x23eeab(0x1b7)],_0x5e992b[_0x23eeab(0x17b)][_0x23eeab(0x1c2)])),_0x2e1275[_0x23eeab(0x17f)])):_0x2e1275[_0x23eeab(0x1b8)](_0x5e992b[_0x23eeab(0x176)],undefined)?await _0x2e1275[_0x23eeab(0x1af)](_0x5dd45f,JSON[_0x23eeab(0x163)](_0x2e1275[_0x23eeab(0x19a)](_0x2e1275[_0x23eeab(0x169)],'\x22'+_0x5e992b['pickleStep'][_0x23eeab(0x19c)]+'\x22')),_0x2e1275['NdDii']):await _0x2e1275[_0x23eeab(0x1af)](_0x5dd45f,JSON[_0x23eeab(0x163)](_0x2e1275[_0x23eeab(0x19e)]),_0x2e1275['NdDii']);}catch(_0x5509ff){logger[_0x23eeab(0x1a7)](_0x23eeab(0x1ad)+_0x5509ff);}_0x2e1275[_0x23eeab(0x197)](_0x5216e2);})['finally'](()=>_0x581caf());});const a7_0xe38f1f={};a7_0xe38f1f[a7_0x4990ca(0x179)]=a7_0x4990ca(0x18c),a7_0xe38f1f[a7_0x4990ca(0x190)]=0x7530,AfterAll(a7_0xe38f1f,async function(_0x19cc20,_0x131a1f){const _0x584a5d=a7_0x4990ca,_0x2fd603={'EZNxG':function(_0x4fff4a){return _0x4fff4a();},'VXPfO':_0x584a5d(0x1c7)};logger[_0x584a5d(0x1a7)](_0x2fd603[_0x584a5d(0x1c6)]),await new Promise(async _0x618e69=>{const _0x4834a4=_0x584a5d;PerformanceTester[_0x4834a4(0x164)](),await global[_0x4834a4(0x184)](),_0x2fd603[_0x4834a4(0x17a)](_0x618e69);});});
@@ -1 +1 @@
1
- const a8_0x3ba247=a8_0x432a;function a8_0x432a(_0x5e54ab,_0x55d4da){const _0x1eb8fa=a8_0x1eb8();return a8_0x432a=function(_0x432a98,_0x16bfc3){_0x432a98=_0x432a98-0x1ef;let _0x65c5d5=_0x1eb8fa[_0x432a98];return _0x65c5d5;},a8_0x432a(_0x5e54ab,_0x55d4da);}(function(_0x2ccc2f,_0x41d164){const _0x6057d7=a8_0x432a,_0x37a851=_0x2ccc2f();while(!![]){try{const _0x36d2c0=parseInt(_0x6057d7(0x21a))/0x1+parseInt(_0x6057d7(0x222))/0x2*(parseInt(_0x6057d7(0x200))/0x3)+-parseInt(_0x6057d7(0x1f8))/0x4+-parseInt(_0x6057d7(0x1ef))/0x5+-parseInt(_0x6057d7(0x1f7))/0x6+parseInt(_0x6057d7(0x20f))/0x7*(parseInt(_0x6057d7(0x214))/0x8)+-parseInt(_0x6057d7(0x1f3))/0x9*(-parseInt(_0x6057d7(0x1f4))/0xa);if(_0x36d2c0===_0x41d164)break;else _0x37a851['push'](_0x37a851['shift']());}catch(_0x1dc40e){_0x37a851['push'](_0x37a851['shift']());}}}(a8_0x1eb8,0x94d5c));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a8_0x3ba247(0x21c)),setKeepAlive=require(a8_0x3ba247(0x21f)),cucumberModule=requireModule('cucumber/lib/index.js'),logger=require(a8_0x3ba247(0x210))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a8_0x3ba247(0x1fc)],After=cucumberModule['After'],configuration=process[a8_0x3ba247(0x215)]['CONFIG'];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a8_0x3ba247(0x208)]=!![]),global[a8_0x3ba247(0x20d)]=isTrue(config[a8_0x3ba247(0x1fe)]),require(a8_0x3ba247(0x21b))[a8_0x3ba247(0x219)](config),global[a8_0x3ba247(0x20a)]=config[a8_0x3ba247(0x1f2)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a8_0x3ba247(0x20c)];cucumberModule[a8_0x3ba247(0x20c)]=_0x46ad85=>{const _0x33b95f=a8_0x3ba247,_0x25196c={'BstLw':function(_0x3715e2,_0x1164e7){return _0x3715e2(_0x1164e7);}};global[_0x33b95f(0x204)]=_0x46ad85,_0x25196c[_0x33b95f(0x20e)](__setDefaultTimeout,_0x46ad85);};function a8_0x1eb8(){const _0x195038=['2849620OxKMso','CYrLm','timeout','3226596dNUeWt','4657232zoGrib','TamTt','zNypG','join','Before','\x20|\x20','skipSessionStatus','Error:\x20setting\x20status\x20at\x20After:\x20','3BTuFtk','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20Before','lMiVL','__timeout','executeScript','status','debug','__skipSessionName','name','__platformCaps','\x22}}','setDefaultTimeout','__skipSessionStatus','BstLw','35mTgwvz','../../helpers/logger','toLowerCase','__driver','vimrI','1312672exvCvA','env','failed','bstack','session_','browserstackAgentV2','1120116nGNdTQ','../../index','../../helpers/helper','initQuit','xDutT','../../helpers/setKeepAlive','ZGlUO','wDRCB','431382Nzzzfi','Error:\x20quiting\x20at\x20After:\x20','TaZAl','pickle','647435EFljka','__error_messages__','passed','platformCaps','9cVaSyJ'];a8_0x1eb8=function(){return _0x195038;};return a8_0x1eb8();}const a8_0x4243ed={};a8_0x4243ed[a8_0x3ba247(0x209)]=a8_0x3ba247(0x217),Before(a8_0x4243ed,function(){const _0x2faf0e=a8_0x3ba247,_0x443f31={};_0x443f31[_0x2faf0e(0x1f9)]=_0x2faf0e(0x202);const _0x40cfca=_0x443f31;logger['debug'](_0x40cfca[_0x2faf0e(0x1f9)]),global[_0x2faf0e(0x1f0)]=[];});const a8_0x560dd8={};a8_0x560dd8[a8_0x3ba247(0x209)]='bstack',a8_0x560dd8[a8_0x3ba247(0x1f6)]=0x2710,After(a8_0x560dd8,function(_0x1d0e21,_0x1b1e51){const _0x1d534c=a8_0x3ba247,_0x4cac44={'vuonl':function(_0x330c23,_0x4272a6){return _0x330c23===_0x4272a6;},'zNypG':_0x1d534c(0x216),'ZGlUO':function(_0x1d0a28,_0x5d83ca,_0x52644d,_0x34f166){return _0x1d0a28(_0x5d83ca,_0x52644d,_0x34f166);},'xDutT':_0x1d534c(0x1fd),'lMiVL':function(_0x18967c,_0x1ee03e,_0x40917e){return _0x18967c(_0x1ee03e,_0x40917e);},'CYrLm':_0x1d534c(0x1f1),'TaZAl':function(_0x2858d1){return _0x2858d1();},'wDRCB':function(_0x5c7d8b,_0x5de556){return _0x5c7d8b(_0x5de556);},'vimrI':'Inside\x20browserstack\x20After'};logger[_0x1d534c(0x207)](_0x4cac44[_0x1d534c(0x213)]),new Promise(async(_0xf846c3,_0x4a40e5)=>{const _0x3110f1=_0x1d534c;let _0x3c397f=![];try{await global[_0x3110f1(0x212)][_0x3110f1(0x218)],_0x3c397f=!![],!global[_0x3110f1(0x208)]&&await global['__driver'][_0x3110f1(0x205)](_0x3110f1(0x201)+_0x1d0e21[_0x3110f1(0x225)][_0x3110f1(0x209)]+_0x3110f1(0x20b)),_0x4cac44['vuonl'](_0x1d0e21['result'][_0x3110f1(0x206)][_0x3110f1(0x211)](),_0x4cac44['zNypG'])?await _0x4cac44[_0x3110f1(0x220)](markSessionStatus,global[_0x3110f1(0x212)],_0x4cac44[_0x3110f1(0x1fa)],global[_0x3110f1(0x1f0)][_0x3110f1(0x1fb)](_0x4cac44[_0x3110f1(0x21e)])):await _0x4cac44[_0x3110f1(0x203)](markSessionStatus,global[_0x3110f1(0x212)],_0x4cac44[_0x3110f1(0x1f5)]);}catch(_0x240ce8){logger[_0x3110f1(0x207)](_0x3110f1(0x1ff)+_0x240ce8);}if(_0x3c397f)try{await global[_0x3110f1(0x212)][_0x3110f1(0x21d)](),_0x4cac44[_0x3110f1(0x224)](_0xf846c3);}catch(_0x10c494){logger[_0x3110f1(0x207)](_0x3110f1(0x223)+_0x10c494),_0x4cac44[_0x3110f1(0x221)](_0x4a40e5,_0x10c494);}else _0x4cac44['TaZAl'](_0x4a40e5);})['then'](()=>_0x1b1e51());});
1
+ const a8_0x108d64=a8_0x30e7;(function(_0x546d0b,_0x3ad764){const _0x329520=a8_0x30e7,_0x34505d=_0x546d0b();while(!![]){try{const _0x214bdb=-parseInt(_0x329520(0x169))/0x1+parseInt(_0x329520(0x147))/0x2*(-parseInt(_0x329520(0x16d))/0x3)+-parseInt(_0x329520(0x14d))/0x4*(-parseInt(_0x329520(0x155))/0x5)+parseInt(_0x329520(0x157))/0x6*(-parseInt(_0x329520(0x156))/0x7)+parseInt(_0x329520(0x15a))/0x8+parseInt(_0x329520(0x159))/0x9+parseInt(_0x329520(0x149))/0xa;if(_0x214bdb===_0x3ad764)break;else _0x34505d['push'](_0x34505d['shift']());}catch(_0x3827e9){_0x34505d['push'](_0x34505d['shift']());}}}(a8_0x1c4f,0x3fa41));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a8_0x108d64(0x141)),setKeepAlive=require(a8_0x108d64(0x166)),cucumberModule=requireModule(a8_0x108d64(0x140)),logger=require(a8_0x108d64(0x16c))[a8_0x108d64(0x15c)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a8_0x108d64(0x15f)],After=cucumberModule[a8_0x108d64(0x142)],configuration=process['env'][a8_0x108d64(0x170)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a8_0x108d64(0x13d)])&&(global[a8_0x108d64(0x14f)]=!![]),global[a8_0x108d64(0x14c)]=isTrue(config[a8_0x108d64(0x144)]),require(a8_0x108d64(0x146))['browserstackAgentV2'](config),global[a8_0x108d64(0x145)]=config['platformCaps']||{};}global[a8_0x108d64(0x16e)]=0x0;const __setDefaultTimeout=cucumberModule[a8_0x108d64(0x14b)];cucumberModule['setDefaultTimeout']=_0x4b7300=>{const _0x3d126c=a8_0x108d64,_0x575350={'ZxPPC':function(_0x5758dc,_0x5baca7){return _0x5758dc(_0x5baca7);}};global[_0x3d126c(0x16e)]=_0x4b7300,_0x575350['ZxPPC'](__setDefaultTimeout,_0x4b7300);};const a8_0x40644c={};a8_0x40644c[a8_0x108d64(0x153)]=a8_0x108d64(0x165),Before(a8_0x40644c,function(){const _0xf78e5b=a8_0x108d64,_0x11c24c={};_0x11c24c[_0xf78e5b(0x14a)]='Inside\x20browserstack\x20Before';const _0x3099f7=_0x11c24c;logger[_0xf78e5b(0x163)](_0x3099f7[_0xf78e5b(0x14a)]),global[_0xf78e5b(0x15d)]=[];});function a8_0x30e7(_0x3a80f1,_0x58c2d8){const _0x1c4fe1=a8_0x1c4f();return a8_0x30e7=function(_0x30e795,_0x245648){_0x30e795=_0x30e795-0x13d;let _0x2d85cc=_0x1c4fe1[_0x30e795];return _0x2d85cc;},a8_0x30e7(_0x3a80f1,_0x58c2d8);}function a8_0x1c4f(){const _0x46c966=['__error_messages__','session_','Before','\x20|\x20','Error:\x20quiting\x20at\x20After:\x20','lYfBC','debug','XmqPw','bstack','../../helpers/setKeepAlive','result','status','117756gGzooR','brsnq','pickle','../../helpers/logger','831MnvqWc','__timeout','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','CONFIG','skipSessionName','kcWSf','ApJeP','cucumber/lib/index.js','../../helpers/helper','After','executeScript','skipSessionStatus','__platformCaps','../../index','2578TvfAAa','join','4348500ZCqivD','eNThX','setDefaultTimeout','__skipSessionStatus','46188BljHKj','timeout','__skipSessionName','__driver','GwwCX','xxyzA','name','XUblF','65DNzCQn','126154JBhPLj','114fPkSrD','passed','470358hDzKcr','3525416zFcxYG','toLowerCase','winstonLogger'];a8_0x1c4f=function(){return _0x46c966;};return a8_0x1c4f();}const a8_0xe13267={};a8_0xe13267[a8_0x108d64(0x153)]=a8_0x108d64(0x165),a8_0xe13267[a8_0x108d64(0x14e)]=0x2710,After(a8_0xe13267,function(_0x225443,_0xa011c5){const _0x2845ae=a8_0x108d64,_0x43e39c={'XUblF':function(_0x3b57ab,_0x507b30){return _0x3b57ab===_0x507b30;},'mZFSL':'failed','kcWSf':function(_0xf8bc5c,_0x26e4f4,_0x17eb17,_0x10eb23){return _0xf8bc5c(_0x26e4f4,_0x17eb17,_0x10eb23);},'brsnq':_0x2845ae(0x160),'XmqPw':function(_0x168a69,_0x2df773,_0x1e26d6){return _0x168a69(_0x2df773,_0x1e26d6);},'QWkgM':_0x2845ae(0x158),'xxyzA':function(_0x2b8aa3){return _0x2b8aa3();},'GwwCX':function(_0x65264b,_0x39cc88){return _0x65264b(_0x39cc88);},'ApJeP':function(_0x38ab55){return _0x38ab55();},'lYfBC':'Inside\x20browserstack\x20After'};logger['debug'](_0x43e39c[_0x2845ae(0x162)]),new Promise(async(_0x58be5f,_0x1725dc)=>{const _0x18f5f4=_0x2845ae;let _0x44b8d9=![];try{await global[_0x18f5f4(0x150)][_0x18f5f4(0x15e)],_0x44b8d9=!![],!global[_0x18f5f4(0x14f)]&&await global[_0x18f5f4(0x150)][_0x18f5f4(0x143)](_0x18f5f4(0x16f)+_0x225443[_0x18f5f4(0x16b)][_0x18f5f4(0x153)]+'\x22}}'),_0x43e39c[_0x18f5f4(0x154)](_0x225443[_0x18f5f4(0x167)][_0x18f5f4(0x168)][_0x18f5f4(0x15b)](),_0x43e39c['mZFSL'])?await _0x43e39c[_0x18f5f4(0x13e)](markSessionStatus,global['__driver'],_0x43e39c['mZFSL'],global[_0x18f5f4(0x15d)][_0x18f5f4(0x148)](_0x43e39c[_0x18f5f4(0x16a)])):await _0x43e39c[_0x18f5f4(0x164)](markSessionStatus,global[_0x18f5f4(0x150)],_0x43e39c['QWkgM']);}catch(_0x4f35e9){logger[_0x18f5f4(0x163)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x4f35e9);}if(_0x44b8d9)try{await global[_0x18f5f4(0x150)]['initQuit'](),_0x43e39c[_0x18f5f4(0x152)](_0x58be5f);}catch(_0x3792df){logger['debug'](_0x18f5f4(0x161)+_0x3792df),_0x43e39c[_0x18f5f4(0x151)](_0x1725dc,_0x3792df);}else _0x43e39c[_0x18f5f4(0x13f)](_0x1725dc);})['then'](()=>_0xa011c5());});
@@ -1 +1 @@
1
- const a9_0xd8b5e8=a9_0x237c;(function(_0x29bc70,_0x582fcc){const _0x1e9aea=a9_0x237c,_0xfc2c88=_0x29bc70();while(!![]){try{const _0x2a5eb6=-parseInt(_0x1e9aea(0x13c))/0x1*(parseInt(_0x1e9aea(0x13b))/0x2)+parseInt(_0x1e9aea(0x143))/0x3+-parseInt(_0x1e9aea(0x13e))/0x4*(parseInt(_0x1e9aea(0x136))/0x5)+-parseInt(_0x1e9aea(0x13a))/0x6+-parseInt(_0x1e9aea(0x134))/0x7*(-parseInt(_0x1e9aea(0x140))/0x8)+parseInt(_0x1e9aea(0x141))/0x9*(-parseInt(_0x1e9aea(0x139))/0xa)+parseInt(_0x1e9aea(0x13d))/0xb;if(_0x2a5eb6===_0x582fcc)break;else _0xfc2c88['push'](_0xfc2c88['shift']());}catch(_0x137693){_0xfc2c88['push'](_0xfc2c88['shift']());}}}(a9_0x24ae,0xaeb55));const {requireModule}=require('../../helpers/helper'),constants=require(a9_0xd8b5e8(0x138));;let cucumberModule=null;function a9_0x237c(_0x176572,_0x4d7836){const _0x24aeaf=a9_0x24ae();return a9_0x237c=function(_0x237cb2,_0x1c715c){_0x237cb2=_0x237cb2-0x134;let _0x35e699=_0x24aeaf[_0x237cb2];return _0x35e699;},a9_0x237c(_0x176572,_0x4d7836);}function a9_0x24ae(){const _0x230c88=['810253rFtCIj','21721348BBMfmF','3725544fKmaUe','__timeout','3723064QUHVXK','292563jpUNxZ','cucumber/lib/index.js','983274DWDfCC','7amLWwC','@cucumber/cucumber/lib/index.js','5MXDpee','setDefaultTimeout','../utils/constants','70Lvqzgu','498096eWbHxP','2JuWXrx'];a9_0x24ae=function(){return _0x230c88;};return a9_0x24ae();}try{cucumberModule=requireModule(a9_0xd8b5e8(0x135));}catch(a9_0x39265f){cucumberModule=requireModule(a9_0xd8b5e8(0x142));}cucumberModule[a9_0xd8b5e8(0x137)](constants['BSTACK_DELTA']+global[a9_0xd8b5e8(0x13f)]*0x1);
1
+ const a9_0x158883=a9_0x411c;function a9_0x411c(_0x2e8807,_0x4567f3){const _0x3675b1=a9_0x3675();return a9_0x411c=function(_0x411ce3,_0x324ff3){_0x411ce3=_0x411ce3-0xa3;let _0x46ce6e=_0x3675b1[_0x411ce3];return _0x46ce6e;},a9_0x411c(_0x2e8807,_0x4567f3);}(function(_0x5f443d,_0x529cd4){const _0x3dac38=a9_0x411c,_0x3385fe=_0x5f443d();while(!![]){try{const _0x3c2586=parseInt(_0x3dac38(0xa7))/0x1+parseInt(_0x3dac38(0xab))/0x2*(-parseInt(_0x3dac38(0xa6))/0x3)+-parseInt(_0x3dac38(0xad))/0x4*(-parseInt(_0x3dac38(0xae))/0x5)+-parseInt(_0x3dac38(0xa8))/0x6+-parseInt(_0x3dac38(0xa3))/0x7+parseInt(_0x3dac38(0xa9))/0x8*(-parseInt(_0x3dac38(0xb0))/0x9)+parseInt(_0x3dac38(0xa4))/0xa;if(_0x3c2586===_0x529cd4)break;else _0x3385fe['push'](_0x3385fe['shift']());}catch(_0x592886){_0x3385fe['push'](_0x3385fe['shift']());}}}(a9_0x3675,0x6ea0f));const {requireModule}=require(a9_0x158883(0xaa)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a9_0x158883(0xa5));}catch(a9_0x31969d){cucumberModule=requireModule(a9_0x158883(0xb1));}cucumberModule['setDefaultTimeout'](constants[a9_0x158883(0xac)]+global[a9_0x158883(0xaf)]*0x1);function a9_0x3675(){const _0x34bb9a=['5915472AQnscC','../../helpers/helper','1704350QATaon','BSTACK_DELTA','8HVhIbj','807455RrZWqM','__timeout','9kKWxTR','cucumber/lib/index.js','2123394DatMyM','22860090XyEovC','@cucumber/cucumber/lib/index.js','3pgamYo','162211nNkqRG','2538696QZkrII'];a9_0x3675=function(){return _0x34bb9a;};return a9_0x3675();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a10_0x56d022=a10_0x2896;function a10_0xc85d(){const _0x554e30=['hosts','string','command','6uGiqSJ','connect','BrowserStack\x20access\x20key\x20missing.','RmzAK','winstonLogger','../../helpers/BrowserStackSetup','browserstackLocal','bstackAccesskey','3537664vYEsLW','Connection\x20established\x20successfully.','21216569qAqWnR','setupBrowserstackLocal','HVHFw','integrations-repeater','hostname','options','root','map','describe','2432325ubnaGW','bstack-accesskey','Hosts\x20not\x20valid','VxoEF','../../helpers/helper','config','sxumX','protocol','accessKey','split','xbzLO','1067290wQCYUK','footer','ZrYoa','demandOption','integrations','epilogue','invalid','missing','9jLozBs','exports','Whnrp','https:','join','YHkdX','kEKoL','724718AtgXMK','284oNpMgx','undefined','browserStackLocalOptions','url','SBIur','../../helpers/logger','usage','trim','only','Integration\x20hosts\x20missing.','error','CnAge','DulnL','toString','6719030sIboex','type','port','help','HUwVs','Failed\x20to\x20establish\x20connection.','1XxzHRY','18777fHuDKe','bstackAccessKey','setProxySettings'];a10_0xc85d=function(){return _0x554e30;};return a10_0xc85d();}(function(_0x1508a6,_0x2458bb){const _0x254e21=a10_0x2896,_0x2b85ac=_0x1508a6();while(!![]){try{const _0x32ec97=-parseInt(_0x254e21(0x71))/0x1*(-parseInt(_0x254e21(0xa5))/0x2)+-parseInt(_0x254e21(0x72))/0x3*(parseInt(_0x254e21(0xa6))/0x4)+-parseInt(_0x254e21(0x8b))/0x5*(parseInt(_0x254e21(0x78))/0x6)+parseInt(_0x254e21(0x96))/0x7+-parseInt(_0x254e21(0x80))/0x8+parseInt(_0x254e21(0x9e))/0x9*(-parseInt(_0x254e21(0xb4))/0xa)+parseInt(_0x254e21(0x82))/0xb;if(_0x32ec97===_0x2458bb)break;else _0x2b85ac['push'](_0x2b85ac['shift']());}catch(_0x832c22){_0x2b85ac['push'](_0x2b85ac['shift']());}}}(a10_0xc85d,0x61533));function a10_0x2896(_0x5ded14,_0x5a93a1){const _0xc85d60=a10_0xc85d();return a10_0x2896=function(_0x28963e,_0x3c246e){_0x28963e=_0x28963e-0x70;let _0x322084=_0xc85d60[_0x28963e];return _0x322084;},a10_0x2896(_0x5ded14,_0x5a93a1);}const {default:BrowserStackSetup}=require(a10_0x56d022(0x7d)),logger=require(a10_0x56d022(0xab))[a10_0x56d022(0x7c)],{URL}=require(a10_0x56d022(0xa9)),helper=require(a10_0x56d022(0x8f)),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x26814d){return _0x26814d['split'](',')['every'](_0x4f6f5f=>{try{new URL(_0x4f6f5f['trim']());}catch(_0x2e501c){return![];}return!![];});},parseOnPremHosts=function(_0x5a27c3){const _0x5aa381=a10_0x56d022,_0x3bb625={};_0x3bb625['sxumX']=function(_0x5f56b8,_0x4f3cc3){return _0x5f56b8===_0x4f3cc3;},_0x3bb625[_0x5aa381(0xa3)]=_0x5aa381(0xa1),_0x3bb625[_0x5aa381(0x98)]='443',_0x3bb625[_0x5aa381(0xa4)]='https';const _0x3b7845=_0x3bb625;return _0x5a27c3[_0x5aa381(0x94)](',')[_0x5aa381(0x89)](_0x76ebb9=>{const _0x3ba689=_0x5aa381,_0x3d8002=new URL(_0x76ebb9[_0x3ba689(0xad)]()),_0x828d3f=_0x3d8002[_0x3ba689(0x86)],_0x379862=_0x3d8002[_0x3ba689(0xb6)]||(_0x3b7845[_0x3ba689(0x91)](_0x3d8002[_0x3ba689(0x92)],_0x3b7845[_0x3ba689(0xa3)])?_0x3b7845[_0x3ba689(0x98)]:'80'),_0x13cb43=_0x3d8002[_0x3ba689(0x92)]['replace'](':',''),_0x105ac9=_0x3b7845[_0x3ba689(0x91)](_0x13cb43,_0x3b7845[_0x3ba689(0xa4)])?0x1:0x0;return _0x828d3f+','+_0x379862+','+_0x105ac9;});},connectCommandBuilder=function(_0x526abe){const _0x315afb=a10_0x56d022,_0x43dc5a={};_0x43dc5a[_0x315afb(0x84)]=_0x315afb(0x76);const _0x4ca99f=_0x43dc5a,_0x353ccd={};_0x353ccd[_0x315afb(0x8a)]=HELP_MESSAGES['options'][_0x315afb(0x73)],_0x353ccd[_0x315afb(0xb5)]=_0x4ca99f[_0x315afb(0x84)];const _0x10e0ab={};_0x10e0ab['describe']=HELP_MESSAGES[_0x315afb(0x87)][_0x315afb(0x75)],_0x10e0ab[_0x315afb(0xb5)]=_0x4ca99f['HVHFw'],_0x10e0ab[_0x315afb(0x99)]=!![];const _0x35ed45={};return _0x35ed45[_0x315afb(0x8c)]=_0x353ccd,_0x35ed45[_0x315afb(0x75)]=_0x10e0ab,_0x526abe[_0x315afb(0x87)](_0x35ed45);},connectCommandHandler=async function(_0x75e2f2){const _0x227d62=a10_0x56d022,_0x235d2a={'xbzLO':_0x227d62(0x9a),'CnAge':function(_0x45f3f7,_0x5b2103){return _0x45f3f7===_0x5b2103;},'SBIur':_0x227d62(0xa7),'jlNcE':_0x227d62(0x7a),'DulnL':_0x227d62(0xaf),'uqeAV':function(_0x34f21f,_0xe8f088){return _0x34f21f(_0xe8f088);},'RITQn':_0x227d62(0x8d),'RmzAK':function(_0x1f33d2,_0x3ddbea){return _0x1f33d2(_0x3ddbea);},'Whnrp':_0x227d62(0x85),'ZJApp':_0x227d62(0x81),'tspXK':_0x227d62(0x70)};try{const _0x4ec430=new BrowserStackSetup(_0x75e2f2,_0x235d2a[_0x227d62(0x95)]);_0x75e2f2[_0x227d62(0x7f)]&&(_0x4ec430[_0x227d62(0x90)][_0x227d62(0x93)]=_0x75e2f2[_0x227d62(0x7f)]);if(_0x235d2a[_0x227d62(0xb1)](typeof _0x4ec430['config'][_0x227d62(0x93)],_0x235d2a[_0x227d62(0xaa)])){logger['error'](_0x235d2a['jlNcE']);throw new Error(ERROR_MESSAGES[_0x227d62(0x73)][_0x227d62(0x9d)]);}const _0x53e243=_0x75e2f2[_0x227d62(0x75)];if(_0x235d2a[_0x227d62(0xb1)](typeof _0x53e243,_0x235d2a[_0x227d62(0xaa)])){logger[_0x227d62(0xb0)](_0x235d2a[_0x227d62(0xb2)]);throw new Error(ERROR_MESSAGES[_0x227d62(0x75)][_0x227d62(0x9d)]);}if(!_0x235d2a['uqeAV'](validHosts,_0x53e243)){logger[_0x227d62(0xb0)](_0x235d2a['RITQn']);throw new Error(ERROR_MESSAGES['hosts'][_0x227d62(0x9c)]);}const _0x369c72=_0x235d2a[_0x227d62(0x7b)](parseOnPremHosts,_0x53e243);_0x4ec430[_0x227d62(0x90)][_0x227d62(0x7e)]=!![],_0x4ec430[_0x227d62(0x90)]['browserStackLocalOptions']['localIdentifier']=_0x235d2a[_0x227d62(0xa0)],_0x4ec430[_0x227d62(0x90)][_0x227d62(0xa8)][_0x227d62(0xae)]=_0x369c72[_0x227d62(0xa2)](','),helper[_0x227d62(0x74)](_0x4ec430['config']),await _0x4ec430[_0x227d62(0x83)](),logger['info'](_0x235d2a['ZJApp']);}catch(_0x2536fe){logger[_0x227d62(0xb0)](_0x235d2a['tspXK']);throw new Error(_0x2536fe[_0x227d62(0xb3)]());}};function run(_0x2287ca){const _0x13efc4=a10_0x56d022,_0x4bb38a={};_0x4bb38a[_0x13efc4(0x8e)]=_0x13efc4(0x79),_0x4bb38a[_0x13efc4(0xb8)]=_0x13efc4(0xb7);const _0x31a89a=_0x4bb38a;_0x2287ca[_0x13efc4(0xac)](HELP_MESSAGES[_0x13efc4(0x77)][_0x13efc4(0x88)])[_0x13efc4(0x77)](_0x31a89a['VxoEF'],HELP_MESSAGES['command']['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x13efc4(0xb7)](_0x31a89a[_0x13efc4(0xb8)])[_0x13efc4(0x9b)](HELP_MESSAGES[_0x13efc4(0x77)][_0x13efc4(0x97)]);}module[a10_0x56d022(0x9f)]=run;
2
+ 'use strict';function a10_0x5e81(_0x5e9284,_0x5d55ad){const _0x3512d4=a10_0x3512();return a10_0x5e81=function(_0x5e8149,_0x1d729d){_0x5e8149=_0x5e8149-0x99;let _0x2c7b5d=_0x3512d4[_0x5e8149];return _0x2c7b5d;},a10_0x5e81(_0x5e9284,_0x5d55ad);}const a10_0x29c293=a10_0x5e81;(function(_0x38982d,_0x2cff0b){const _0x40f650=a10_0x5e81,_0x52acd4=_0x38982d();while(!![]){try{const _0x3b4b29=-parseInt(_0x40f650(0xaa))/0x1+parseInt(_0x40f650(0xdd))/0x2*(parseInt(_0x40f650(0xce))/0x3)+parseInt(_0x40f650(0xb3))/0x4*(parseInt(_0x40f650(0xc9))/0x5)+parseInt(_0x40f650(0xac))/0x6*(-parseInt(_0x40f650(0xd8))/0x7)+-parseInt(_0x40f650(0xc3))/0x8*(parseInt(_0x40f650(0xaf))/0x9)+parseInt(_0x40f650(0x9c))/0xa+-parseInt(_0x40f650(0xc7))/0xb*(-parseInt(_0x40f650(0xb2))/0xc);if(_0x3b4b29===_0x2cff0b)break;else _0x52acd4['push'](_0x52acd4['shift']());}catch(_0x25a8d4){_0x52acd4['push'](_0x52acd4['shift']());}}}(a10_0x3512,0x363a1));const {default:BrowserStackSetup}=require(a10_0x29c293(0xb4)),logger=require(a10_0x29c293(0x9e))[a10_0x29c293(0xdf)],{URL}=require(a10_0x29c293(0xb6)),helper=require(a10_0x29c293(0xbb)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a10_0x29c293(0x99)),validHosts=function(_0x13e567){const _0x4e9fad=a10_0x29c293;return _0x13e567[_0x4e9fad(0xbe)](',')[_0x4e9fad(0xb5)](_0x33d5fa=>{const _0x40279d=_0x4e9fad;try{new URL(_0x33d5fa[_0x40279d(0xd2)]());}catch(_0x5e313b){return![];}return!![];});},parseOnPremHosts=function(_0x837df5){const _0x292d08=a10_0x29c293,_0x4ab124={};_0x4ab124[_0x292d08(0xe2)]=function(_0xf4c887,_0x4081af){return _0xf4c887===_0x4081af;},_0x4ab124[_0x292d08(0xca)]=_0x292d08(0xa4),_0x4ab124[_0x292d08(0xc1)]=_0x292d08(0x9b),_0x4ab124[_0x292d08(0xd1)]=_0x292d08(0xba);const _0x1c1664=_0x4ab124;return _0x837df5[_0x292d08(0xbe)](',')[_0x292d08(0xb1)](_0x2fac5e=>{const _0x457577=_0x292d08,_0x24b86e=new URL(_0x2fac5e[_0x457577(0xd2)]()),_0xd3b08a=_0x24b86e['hostname'],_0x279107=_0x24b86e[_0x457577(0xb9)]||(_0x1c1664[_0x457577(0xe2)](_0x24b86e[_0x457577(0xb0)],_0x1c1664['ULUxr'])?_0x1c1664[_0x457577(0xc1)]:'80'),_0x1a6ae3=_0x24b86e[_0x457577(0xb0)]['replace'](':',''),_0x4850c4=_0x1c1664[_0x457577(0xe2)](_0x1a6ae3,_0x1c1664[_0x457577(0xd1)])?0x1:0x0;return _0xd3b08a+','+_0x279107+','+_0x4850c4;});},connectCommandBuilder=function(_0x2bd196){const _0x4c98a5=a10_0x29c293,_0x3724e7={};_0x3724e7[_0x4c98a5(0xc2)]='string';const _0x15b9b8=_0x3724e7,_0x58da12={};_0x58da12['describe']=HELP_MESSAGES['options']['bstackAccessKey'],_0x58da12[_0x4c98a5(0xa2)]=_0x15b9b8[_0x4c98a5(0xc2)];const _0x3ea692={};_0x3ea692[_0x4c98a5(0xda)]=HELP_MESSAGES[_0x4c98a5(0xd4)][_0x4c98a5(0xa8)],_0x3ea692[_0x4c98a5(0xa2)]=_0x15b9b8[_0x4c98a5(0xc2)],_0x3ea692['demandOption']=!![];const _0x5b908c={};return _0x5b908c[_0x4c98a5(0xad)]=_0x58da12,_0x5b908c['hosts']=_0x3ea692,_0x2bd196[_0x4c98a5(0xd4)](_0x5b908c);},connectCommandHandler=async function(_0x13dac2){const _0x2f76af=a10_0x29c293,_0x2241ce={'gZfEX':_0x2f76af(0xc5),'xrMCV':function(_0x4335ff,_0xaeb52){return _0x4335ff===_0xaeb52;},'mbSOy':_0x2f76af(0x9a),'cPVXU':_0x2f76af(0xd9),'lHiBC':'Integration\x20hosts\x20missing.','AmcTt':function(_0x81fa20,_0x1d2ef6){return _0x81fa20(_0x1d2ef6);},'ZZrEv':_0x2f76af(0xc0),'cqjvX':_0x2f76af(0xd7),'jNVoh':'Connection\x20established\x20successfully.','sYEwn':_0x2f76af(0xd0)};try{const _0x28e453=new BrowserStackSetup(_0x13dac2,_0x2241ce[_0x2f76af(0xcf)]);_0x13dac2[_0x2f76af(0xb7)]&&(_0x28e453[_0x2f76af(0x9f)][_0x2f76af(0xa5)]=_0x13dac2[_0x2f76af(0xb7)]);if(_0x2241ce[_0x2f76af(0xa3)](typeof _0x28e453[_0x2f76af(0x9f)]['accessKey'],_0x2241ce[_0x2f76af(0xe3)])){logger[_0x2f76af(0xcd)](_0x2241ce[_0x2f76af(0xc6)]);throw new Error(ERROR_MESSAGES[_0x2f76af(0xa1)][_0x2f76af(0xae)]);}const _0x3bee2b=_0x13dac2['hosts'];if(_0x2241ce[_0x2f76af(0xa3)](typeof _0x3bee2b,_0x2241ce[_0x2f76af(0xe3)])){logger[_0x2f76af(0xcd)](_0x2241ce[_0x2f76af(0xdc)]);throw new Error(ERROR_MESSAGES[_0x2f76af(0xa8)][_0x2f76af(0xae)]);}if(!_0x2241ce[_0x2f76af(0xb8)](validHosts,_0x3bee2b)){logger[_0x2f76af(0xcd)](_0x2241ce[_0x2f76af(0xd5)]);throw new Error(ERROR_MESSAGES[_0x2f76af(0xa8)]['invalid']);}const _0x2289cf=_0x2241ce['AmcTt'](parseOnPremHosts,_0x3bee2b);_0x28e453[_0x2f76af(0x9f)][_0x2f76af(0xe0)]=!![],_0x28e453['config']['browserStackLocalOptions'][_0x2f76af(0xcc)]=_0x2241ce['cqjvX'],_0x28e453['config']['browserStackLocalOptions']['only']=_0x2289cf[_0x2f76af(0xc8)](','),helper[_0x2f76af(0xbc)](_0x28e453['config']),await _0x28e453[_0x2f76af(0xc4)](),logger['info'](_0x2241ce[_0x2f76af(0xcb)]);}catch(_0x4a0f4d){logger[_0x2f76af(0xcd)](_0x2241ce[_0x2f76af(0xdb)]);throw new Error(_0x4a0f4d[_0x2f76af(0xd3)]());}};function run(_0xe33e7e){const _0x21251=a10_0x29c293,_0x128058={};_0x128058['zOBuX']=_0x21251(0xa7),_0x128058['aASVL']=_0x21251(0xbd);const _0xef47f3=_0x128058;_0xe33e7e[_0x21251(0x9d)](HELP_MESSAGES[_0x21251(0xa9)][_0x21251(0xab)])[_0x21251(0xa9)](_0xef47f3[_0x21251(0xd6)],HELP_MESSAGES[_0x21251(0xa9)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x21251(0xa0)]()[_0x21251(0xbd)](_0xef47f3[_0x21251(0xbf)])[_0x21251(0xe1)](HELP_MESSAGES[_0x21251(0xa9)][_0x21251(0xa6)]);}function a10_0x3512(){const _0x46dbb3=['lHiBC','26kuctGe','exports','winstonLogger','browserstackLocal','epilogue','MxPeb','mbSOy','./constants','undefined','443','1668850HSneAA','usage','../../helpers/logger','config','demandCommand','bstackAccessKey','type','xrMCV','https:','accessKey','footer','connect','hosts','command','425560OgbJtM','root','738ifjTnH','bstack-accesskey','missing','245286Gbfhcc','protocol','map','48afpSQb','144548AdhKKv','../../helpers/BrowserStackSetup','every','url','bstackAccesskey','AmcTt','port','https','../../helpers/helper','setProxySettings','help','split','aASVL','Hosts\x20not\x20valid','qqqTU','sYOTM','80XQdBxR','setupBrowserstackLocal','integrations','cPVXU','1973950GErbdi','join','15vUDBLY','ULUxr','jNVoh','localIdentifier','error','63708LaFHvt','gZfEX','Failed\x20to\x20establish\x20connection.','pisYu','trim','toString','options','ZZrEv','zOBuX','integrations-repeater','19859hRXelP','BrowserStack\x20access\x20key\x20missing.','describe','sYEwn'];a10_0x3512=function(){return _0x46dbb3;};return a10_0x3512();}module[a10_0x29c293(0xde)]=run;
@@ -1 +1 @@
1
- var a11_0x252309=a11_0x10a1;(function(_0xcecf36,_0x2f91f0){var _0x5293c3=a11_0x10a1,_0x1241f4=_0xcecf36();while(!![]){try{var _0x3fbf4a=parseInt(_0x5293c3(0x1b5))/0x1*(parseInt(_0x5293c3(0x1ab))/0x2)+-parseInt(_0x5293c3(0x1ac))/0x3+parseInt(_0x5293c3(0x1b3))/0x4+-parseInt(_0x5293c3(0x1b1))/0x5+parseInt(_0x5293c3(0x1b6))/0x6*(-parseInt(_0x5293c3(0x1b0))/0x7)+parseInt(_0x5293c3(0x1af))/0x8*(parseInt(_0x5293c3(0x1ba))/0x9)+parseInt(_0x5293c3(0x1ae))/0xa;if(_0x3fbf4a===_0x2f91f0)break;else _0x1241f4['push'](_0x1241f4['shift']());}catch(_0x21fe3a){_0x1241f4['push'](_0x1241f4['shift']());}}}(a11_0x42c4,0x83833));var a11_0x1b3eea={};a11_0x1b3eea[a11_0x252309(0x1b2)]=a11_0x252309(0x1b7),a11_0x1b3eea['hosts']='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a11_0x52990b={};a11_0x52990b[a11_0x252309(0x1aa)]=a11_0x252309(0x1ad),a11_0x52990b['connect']=a11_0x252309(0x1bb),a11_0x52990b['footer']=a11_0x252309(0x1a7);var a11_0x373c61={};a11_0x373c61[a11_0x252309(0x1b4)]=a11_0x1b3eea,a11_0x373c61['command']=a11_0x52990b,exports['HELP_MESSAGES']=a11_0x373c61;function a11_0x10a1(_0x44e981,_0x20df00){var _0x42c494=a11_0x42c4();return a11_0x10a1=function(_0x10a128,_0x75f1cb){_0x10a128=_0x10a128-0x1a6;var _0x41ac6f=_0x42c494[_0x10a128];return _0x41ac6f;},a11_0x10a1(_0x44e981,_0x20df00);}function a11_0x42c4(){var _0x245621=['6447fCirrP','1590550nlJWmA','bstackAccessKey','318148XfyFLV','options','1yHjxVw','6936eaSMBV','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','ERROR_MESSAGES','invalid','1854RmiXaH','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','hosts','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','missing','root','807416LJayqX','3174804cWDNTa','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','23786520IryCuU','4576TNqxYO'];a11_0x42c4=function(){return _0x245621;};return a11_0x42c4();}var a11_0x1cb303={};a11_0x1cb303[a11_0x252309(0x1a9)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a11_0x4d1daa={};a11_0x4d1daa[a11_0x252309(0x1a9)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a11_0x4d1daa[a11_0x252309(0x1b9)]=a11_0x252309(0x1a8);var a11_0x15ff6f={};a11_0x15ff6f['bstackAccessKey']=a11_0x1cb303,a11_0x15ff6f[a11_0x252309(0x1a6)]=a11_0x4d1daa,exports[a11_0x252309(0x1b8)]=a11_0x15ff6f;
1
+ var a11_0x336990=a11_0x46e5;(function(_0x99a99c,_0x2d6ce6){var _0x369770=a11_0x46e5,_0x12ae12=_0x99a99c();while(!![]){try{var _0x514f4b=parseInt(_0x369770(0xc7))/0x1+-parseInt(_0x369770(0xc0))/0x2*(parseInt(_0x369770(0xc6))/0x3)+parseInt(_0x369770(0xbd))/0x4+-parseInt(_0x369770(0xbc))/0x5*(parseInt(_0x369770(0xbb))/0x6)+-parseInt(_0x369770(0xba))/0x7*(parseInt(_0x369770(0xce))/0x8)+parseInt(_0x369770(0xbe))/0x9*(-parseInt(_0x369770(0xc8))/0xa)+-parseInt(_0x369770(0xc4))/0xb*(-parseInt(_0x369770(0xd2))/0xc);if(_0x514f4b===_0x2d6ce6)break;else _0x12ae12['push'](_0x12ae12['shift']());}catch(_0x4be620){_0x12ae12['push'](_0x12ae12['shift']());}}}(a11_0x5731,0xea962));var a11_0x4d824d={};function a11_0x46e5(_0x3f7166,_0x76ad85){var _0x573161=a11_0x5731();return a11_0x46e5=function(_0x46e572,_0x589926){_0x46e572=_0x46e572-0xba;var _0x18cdb3=_0x573161[_0x46e572];return _0x18cdb3;},a11_0x46e5(_0x3f7166,_0x76ad85);}a11_0x4d824d[a11_0x336990(0xc3)]=a11_0x336990(0xd3),a11_0x4d824d[a11_0x336990(0xd1)]=a11_0x336990(0xc5);function a11_0x5731(){var _0x3e67a5=['Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','invalid','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','root','16840uRPhxq','HELP_MESSAGES','options','hosts','11556nfuAUJ','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','238uNDsAD','1743438kRJrrh','30aHjpfq','7360148eUpJLt','9cWeMEX','ERROR_MESSAGES','3366sheLoq','missing','connect','bstackAccessKey','16390ehhMjd','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','1842kGFFIc','1813953dBFhFK','12796240ZloUSC'];a11_0x5731=function(){return _0x3e67a5;};return a11_0x5731();}var a11_0x4b61f4={};a11_0x4b61f4[a11_0x336990(0xcd)]=a11_0x336990(0xc9),a11_0x4b61f4[a11_0x336990(0xc2)]=a11_0x336990(0xcb),a11_0x4b61f4['footer']='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a11_0x15cfb6={};a11_0x15cfb6[a11_0x336990(0xd0)]=a11_0x4d824d,a11_0x15cfb6['command']=a11_0x4b61f4,exports[a11_0x336990(0xcf)]=a11_0x15cfb6;var a11_0x63a94d={};a11_0x63a94d[a11_0x336990(0xc1)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a11_0x120711={};a11_0x120711[a11_0x336990(0xc1)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a11_0x120711[a11_0x336990(0xca)]=a11_0x336990(0xcc);var a11_0x1c8386={};a11_0x1c8386[a11_0x336990(0xc3)]=a11_0x63a94d,a11_0x1c8386['hosts']=a11_0x120711,exports[a11_0x336990(0xbf)]=a11_0x1c8386;