browserstack-node-sdk 1.31.15 → 1.31.17

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 (109) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/cucumber-js/command.js +1 -1
  39. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  40. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  41. package/src/bin/cucumber-js/test.setup.js +1 -1
  42. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  43. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  44. package/src/bin/jest/command.js +1 -1
  45. package/src/bin/jest/customImplements/customCircus.js +1 -1
  46. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  47. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  48. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  49. package/src/bin/jest/jest.setup.js +1 -1
  50. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  51. package/src/bin/jest/test-observability/helper.js +1 -1
  52. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  53. package/src/bin/jest/test-observability/test-details.js +1 -1
  54. package/src/bin/jest/test_before.setup.js +1 -1
  55. package/src/bin/launcher/launcher.js +1 -1
  56. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  57. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  58. package/src/bin/mocha/command.js +1 -1
  59. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  60. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  61. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  62. package/src/bin/mocha/test.setup.js +1 -1
  63. package/src/bin/nightwatch/command.js +1 -1
  64. package/src/bin/playwright/accessibility-helper.js +1 -1
  65. package/src/bin/playwright/command.js +1 -1
  66. package/src/bin/playwright/globalSetup.js +1 -1
  67. package/src/bin/playwright/mock-process.js +1 -1
  68. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  69. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  70. package/src/bin/playwright/reporter/reporter.js +1 -1
  71. package/src/bin/playwright/reporter/test-details.js +1 -1
  72. package/src/bin/runner.js +1 -1
  73. package/src/bin/setup.js +1 -1
  74. package/src/bin/test-runner/index.js +1 -1
  75. package/src/bin/test-runner/runTest.js +1 -1
  76. package/src/bin/test-runner/testWorker.js +1 -1
  77. package/src/bin/utils/constants.js +1 -1
  78. package/src/bin/utils/log4jsAppender.js +1 -1
  79. package/src/bin/utils/logPatcher.js +1 -1
  80. package/src/bin/utils/logReportingAPI.js +1 -1
  81. package/src/bin/vanilla-js/command.js +1 -1
  82. package/src/browserStackSdk.js +1 -1
  83. package/src/helpers/BrowserStackSetup.js +1 -1
  84. package/src/helpers/accessibility-automation/constants.js +1 -1
  85. package/src/helpers/accessibility-automation/helper.js +1 -1
  86. package/src/helpers/ats/constants.js +1 -1
  87. package/src/helpers/ats/helper.js +1 -1
  88. package/src/helpers/capsMapping.js +1 -1
  89. package/src/helpers/helper.js +1 -1
  90. package/src/helpers/logger.js +1 -1
  91. package/src/helpers/patchHelpers.js +1 -1
  92. package/src/helpers/percy/Percy.js +1 -1
  93. package/src/helpers/percy/PercyBinary.js +1 -1
  94. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  95. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  96. package/src/helpers/percy/PercySDK.js +1 -1
  97. package/src/helpers/percy/index.js +1 -1
  98. package/src/helpers/percy/utils.js +1 -1
  99. package/src/helpers/performance-tester.js +1 -1
  100. package/src/helpers/request-spy.js +1 -1
  101. package/src/helpers/setKeepAlive.js +1 -1
  102. package/src/helpers/test-observability/constants.js +1 -1
  103. package/src/helpers/test-observability/error-handler.js +1 -1
  104. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  105. package/src/helpers/test-observability/sessionHandler.js +1 -1
  106. package/src/helpers/test-observability/utils.js +1 -1
  107. package/src/helpers/w3cMapping.js +1 -1
  108. package/src/hubAllocationMethods.js +1 -1
  109. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a17_0x34a9c1=a17_0x18f0;(function(_0x3aef85,_0x4db2e0){const _0x32372b=a17_0x18f0,_0x5b7175=_0x3aef85();while(!![]){try{const _0x317a78=parseInt(_0x32372b(0x94))/0x1+-parseInt(_0x32372b(0x74))/0x2*(-parseInt(_0x32372b(0x72))/0x3)+parseInt(_0x32372b(0x8e))/0x4*(parseInt(_0x32372b(0x95))/0x5)+parseInt(_0x32372b(0x8f))/0x6+parseInt(_0x32372b(0x92))/0x7+parseInt(_0x32372b(0x93))/0x8+parseInt(_0x32372b(0x9f))/0x9*(-parseInt(_0x32372b(0x99))/0xa);if(_0x317a78===_0x4db2e0)break;else _0x5b7175['push'](_0x5b7175['shift']());}catch(_0x48366d){_0x5b7175['push'](_0x5b7175['shift']());}}}(a17_0x3481,0x83472));function a17_0x18f0(_0x1ace6e,_0x33b4cb){const _0x348199=a17_0x3481();return a17_0x18f0=function(_0x18f066,_0x829374){_0x18f066=_0x18f066-0x71;let _0x331d3d=_0x348199[_0x18f066];return _0x331d3d;},a17_0x18f0(_0x1ace6e,_0x33b4cb);}const fs=require('fs'),path=require(a17_0x34a9c1(0x8d)),{v4:uuidv4}=require(a17_0x34a9c1(0x79)),helper=require(a17_0x34a9c1(0x91));class TestDetails{static [a17_0x34a9c1(0x8c)]={};static [a17_0x34a9c1(0x96)]=path[a17_0x34a9c1(0x71)](helper[a17_0x34a9c1(0x76)](),a17_0x34a9c1(0x8a),'jest-o11y-'+process[a17_0x34a9c1(0x7a)][a17_0x34a9c1(0x86)]);static[a17_0x34a9c1(0xa0)](){const _0x4fd342=a17_0x34a9c1,_0x324bc4={};_0x324bc4['tmvRH']=_0x4fd342(0x8a);const _0xc5a1d4=_0x324bc4;this['dirPath']=path[_0x4fd342(0x71)](helper['homedir'](),_0xc5a1d4[_0x4fd342(0x84)],_0x4fd342(0x90)+process[_0x4fd342(0x7a)][_0x4fd342(0x86)]),this[_0x4fd342(0x77)]();const _0x41b569={};_0x41b569[_0x4fd342(0x97)]=!![],fs[_0x4fd342(0x9c)](this[_0x4fd342(0x96)],_0x41b569);}static[a17_0x34a9c1(0x9a)](_0x3b3d3d){const _0xfee931=a17_0x34a9c1,_0x12cf8a={};_0x12cf8a[_0xfee931(0x88)]=function(_0x24d634,_0x575b08){return _0x24d634+_0x575b08;},_0x12cf8a[_0xfee931(0x7c)]='.json';const _0x5ee9bc=_0x12cf8a;return path[_0xfee931(0x71)](this[_0xfee931(0x96)],_0x5ee9bc[_0xfee931(0x88)](_0x3b3d3d,_0x5ee9bc['dlRGY']));}static[a17_0x34a9c1(0x78)](_0x13f518){const _0x462433=a17_0x34a9c1,_0x39ffa9={};_0x39ffa9['PbplH']=function(_0x4e8011,_0x4fc392){return _0x4e8011+_0x4fc392;},_0x39ffa9[_0x462433(0x9d)]=function(_0xb1383a,_0x2376ce){return _0xb1383a+_0x2376ce;},_0x39ffa9[_0x462433(0x82)]=function(_0x10c42e,_0x4980c9){return _0x10c42e+_0x4980c9;};const _0x58a4d9=_0x39ffa9;return _0x58a4d9['PbplH'](_0x58a4d9[_0x462433(0x9d)](_0x58a4d9[_0x462433(0x82)](_0x58a4d9['wdIqO'](_0x13f518[_0x462433(0x83)]['_projectId'],'-'),_0x13f518[_0x462433(0x83)]['id']),'-'),_0x13f518[_0x462433(0x9e)]);}static[a17_0x34a9c1(0x7d)](_0x273353){const _0xc54d6a=a17_0x34a9c1,_0xb63fb5={};_0xb63fb5['ZKcVB']=function(_0x4b8983,_0x5a4e2d){return _0x4b8983!==_0x5a4e2d;},_0xb63fb5['kjqTe']='sKxJV',_0xb63fb5[_0xc54d6a(0x89)]=_0xc54d6a(0x7e);const _0x715d19=_0xb63fb5,_0x5885b3=this['getFilePath'](_0x273353);if(fs[_0xc54d6a(0xa1)](_0x5885b3)){if(_0x715d19[_0xc54d6a(0x85)](_0x715d19['kjqTe'],_0x715d19['ZqTVO'])){const _0x3f8117=JSON[_0xc54d6a(0x7f)](fs[_0xc54d6a(0x73)](_0x5885b3)[_0xc54d6a(0x80)]());return this[_0xc54d6a(0x8c)][_0x273353]=_0x3f8117,this[_0xc54d6a(0x8c)][_0x273353]['uuid'];}else{const _0x3b1048=_0x3f3188[_0xc54d6a(0x7f)](_0x547365[_0xc54d6a(0x73)](_0xeeec6)['toString']());return this[_0xc54d6a(0x8c)][_0x3f28e8]=_0x3b1048,this[_0xc54d6a(0x8c)][_0x430d58]['uuid'];}}}static[a17_0x34a9c1(0x81)](_0x1c2310){const _0x3bee43=a17_0x34a9c1,_0x4b2f52={'TvdkU':function(_0x2faefb){return _0x2faefb();}},_0x367370=this[_0x3bee43(0x9a)](_0x1c2310);return this[_0x3bee43(0x8c)][_0x1c2310]={'uuid':_0x4b2f52['TvdkU'](uuidv4)},fs[_0x3bee43(0x75)](_0x367370,JSON[_0x3bee43(0x7b)](this[_0x3bee43(0x8c)][_0x1c2310])),this['tests'][_0x1c2310][_0x3bee43(0x79)];}static['removeTestUUID'](_0x2501ae){const _0x13513d=a17_0x34a9c1,_0x4f7755=this['getFilePath'](_0x2501ae);fs[_0x13513d(0xa1)](_0x4f7755)&&fs[_0x13513d(0x98)](_0x4f7755);}static[a17_0x34a9c1(0x77)](){const _0x404d93=a17_0x34a9c1,_0x805bc6={};_0x805bc6['recursive']=!![],_0x805bc6[_0x404d93(0x8b)]=!![],fs[_0x404d93(0x9b)](this[_0x404d93(0x96)],_0x805bc6);}}module[a17_0x34a9c1(0x87)]=TestDetails;function a17_0x3481(){const _0x3bc931=['getFilePath','rmSync','mkdirSync','wdIqO','retry','612yShHQb','setup','existsSync','join','1969755phaINW','readFileSync','2efXbQo','writeFileSync','homedir','shutdown','getTestRunIdFromTestInfo','uuid','env','stringify','dlRGY','getTestUUID','LTeDW','parse','toString','setTestUUID','CdMKu','_test','tmvRH','ZKcVB','BS_TESTOPS_BUILD_HASHED_ID','exports','eohKA','ZqTVO','.browserstack','force','tests','path','853444rrQtjo','1110432hvhuGQ','jest-o11y-','../../../helpers/helper','2255771TzCeMk','1225432XViRfL','119608jIRBJu','5uKejSD','dirPath','recursive','unlinkSync','163580gSehQw'];a17_0x3481=function(){return _0x3bc931;};return a17_0x3481();}
1
+ const a17_0x3b85b2=a17_0x1261;(function(_0x200111,_0x3329fb){const _0x11f116=a17_0x1261,_0x5e0efa=_0x200111();while(!![]){try{const _0x35e80e=-parseInt(_0x11f116(0x124))/0x1*(-parseInt(_0x11f116(0x140))/0x2)+parseInt(_0x11f116(0x123))/0x3+-parseInt(_0x11f116(0x13c))/0x4+-parseInt(_0x11f116(0x133))/0x5+parseInt(_0x11f116(0x13d))/0x6*(-parseInt(_0x11f116(0x125))/0x7)+parseInt(_0x11f116(0x11d))/0x8+parseInt(_0x11f116(0x150))/0x9*(parseInt(_0x11f116(0x13a))/0xa);if(_0x35e80e===_0x3329fb)break;else _0x5e0efa['push'](_0x5e0efa['shift']());}catch(_0x4bcb81){_0x5e0efa['push'](_0x5e0efa['shift']());}}}(a17_0x5867,0xa5a6c));const fs=require('fs'),path=require(a17_0x3b85b2(0x143)),{v4:uuidv4}=require(a17_0x3b85b2(0x121)),helper=require(a17_0x3b85b2(0x14d));class TestDetails{static ['tests']={};static [a17_0x3b85b2(0x14b)]=path[a17_0x3b85b2(0x13f)](helper[a17_0x3b85b2(0x14e)](),a17_0x3b85b2(0x12d),a17_0x3b85b2(0x11f)+process[a17_0x3b85b2(0x11c)][a17_0x3b85b2(0x139)]);static[a17_0x3b85b2(0x130)](){const _0x18f2f2=a17_0x3b85b2,_0x4a095a={};_0x4a095a[_0x18f2f2(0x142)]=_0x18f2f2(0x12d);const _0x49d846=_0x4a095a;this['dirPath']=path[_0x18f2f2(0x13f)](helper[_0x18f2f2(0x14e)](),_0x49d846['zKbON'],_0x18f2f2(0x11f)+process[_0x18f2f2(0x11c)][_0x18f2f2(0x139)]),this['shutdown']();const _0x5d4bab={};_0x5d4bab['recursive']=!![],fs[_0x18f2f2(0x13e)](this[_0x18f2f2(0x14b)],_0x5d4bab);}static[a17_0x3b85b2(0x144)](_0x44ee05){const _0x48fc5c=a17_0x3b85b2,_0x58d83b={};_0x58d83b['xUtWi']=function(_0x26ed00,_0x512371){return _0x26ed00+_0x512371;},_0x58d83b[_0x48fc5c(0x12c)]=_0x48fc5c(0x134);const _0x54fd7a=_0x58d83b;return path[_0x48fc5c(0x13f)](this[_0x48fc5c(0x14b)],_0x54fd7a[_0x48fc5c(0x138)](_0x44ee05,_0x54fd7a['BJVrn']));}static[a17_0x3b85b2(0x149)](_0x8aecb7){const _0x310072=a17_0x3b85b2,_0x38c2d6={};_0x38c2d6[_0x310072(0x146)]=function(_0x19d956,_0x438a15){return _0x19d956+_0x438a15;},_0x38c2d6[_0x310072(0x11b)]=function(_0x5b7642,_0x4cfaf9){return _0x5b7642+_0x4cfaf9;},_0x38c2d6['qxjuw']=function(_0x39f756,_0x114795){return _0x39f756+_0x114795;},_0x38c2d6['RfbOD']=function(_0x1eb6d8,_0xf88b7d){return _0x1eb6d8+_0xf88b7d;};const _0x2de1fb=_0x38c2d6;return _0x2de1fb[_0x310072(0x146)](_0x2de1fb[_0x310072(0x11b)](_0x2de1fb[_0x310072(0x136)](_0x2de1fb[_0x310072(0x12f)](_0x8aecb7[_0x310072(0x147)][_0x310072(0x122)],'-'),_0x8aecb7[_0x310072(0x147)]['id']),'-'),_0x8aecb7[_0x310072(0x148)]);}static[a17_0x3b85b2(0x13b)](_0x23a19c){const _0x4119b1=a17_0x3b85b2,_0x3c47ec={};_0x3c47ec[_0x4119b1(0x12e)]=function(_0x39138a,_0x640688){return _0x39138a+_0x640688;},_0x3c47ec[_0x4119b1(0x126)]='.json',_0x3c47ec[_0x4119b1(0x135)]=function(_0x5b68ca,_0x10acc4){return _0x5b68ca!==_0x10acc4;},_0x3c47ec[_0x4119b1(0x132)]='Byper',_0x3c47ec['KxMzB']=_0x4119b1(0x129);const _0x3da41c=_0x3c47ec,_0x2a7ccd=this[_0x4119b1(0x144)](_0x23a19c);if(fs[_0x4119b1(0x141)](_0x2a7ccd)){if(_0x3da41c['FRKbC'](_0x3da41c[_0x4119b1(0x132)],_0x3da41c[_0x4119b1(0x128)])){const _0xca5de4=JSON['parse'](fs[_0x4119b1(0x131)](_0x2a7ccd)[_0x4119b1(0x120)]());return this[_0x4119b1(0x14f)][_0x23a19c]=_0xca5de4,this[_0x4119b1(0x14f)][_0x23a19c][_0x4119b1(0x121)];}else return _0x4dbaf8[_0x4119b1(0x13f)](this[_0x4119b1(0x14b)],_0x3da41c[_0x4119b1(0x12e)](_0x113321,_0x3da41c[_0x4119b1(0x126)]));}}static[a17_0x3b85b2(0x145)](_0x533017){const _0x3425d9=a17_0x3b85b2,_0x489c8b={'LhmXI':function(_0x349532){return _0x349532();}},_0x3d6ed8=this[_0x3425d9(0x144)](_0x533017);return this['tests'][_0x533017]={'uuid':_0x489c8b[_0x3425d9(0x12b)](uuidv4)},fs[_0x3425d9(0x137)](_0x3d6ed8,JSON[_0x3425d9(0x12a)](this[_0x3425d9(0x14f)][_0x533017])),this[_0x3425d9(0x14f)][_0x533017][_0x3425d9(0x121)];}static['removeTestUUID'](_0x27a7d0){const _0x5826e6=a17_0x3b85b2,_0x177eee=this[_0x5826e6(0x144)](_0x27a7d0);fs['existsSync'](_0x177eee)&&fs['unlinkSync'](_0x177eee);}static[a17_0x3b85b2(0x127)](){const _0x34b275=a17_0x3b85b2,_0x4673a1={};_0x4673a1['recursive']=!![],_0x4673a1[_0x34b275(0x14c)]=!![],fs[_0x34b275(0x11e)](this[_0x34b275(0x14b)],_0x4673a1);}}function a17_0x1261(_0x358abd,_0x4a64c7){const _0x58679e=a17_0x5867();return a17_0x1261=function(_0x126158,_0x4cb392){_0x126158=_0x126158-0x11b;let _0x58ed4b=_0x58679e[_0x126158];return _0x58ed4b;},a17_0x1261(_0x358abd,_0x4a64c7);}function a17_0x5867(){const _0x10a883=['hUQGS','stringify','LhmXI','BJVrn','.browserstack','LZaRq','RfbOD','setup','readFileSync','OasYf','6760145HPFMgC','.json','FRKbC','qxjuw','writeFileSync','xUtWi','BS_TESTOPS_BUILD_HASHED_ID','20030iYzeUU','getTestUUID','1704000WtUFWG','6OvqdYq','mkdirSync','join','132170hdABiY','existsSync','zKbON','path','getFilePath','setTestUUID','fmluh','_test','retry','getTestRunIdFromTestInfo','exports','dirPath','force','../../../helpers/helper','homedir','tests','423QpzjJY','YWfZX','env','7484024fXgUlf','rmSync','jest-o11y-','toString','uuid','_projectId','1445007rWhUhZ','19TGKbQw','2172737wRcoic','FHGaT','shutdown','KxMzB'];a17_0x5867=function(){return _0x10a883;};return a17_0x5867();}module[a17_0x3b85b2(0x14a)]=TestDetails;
@@ -1 +1 @@
1
- const a18_0x281627=a18_0x126e;(function(_0x4c8a0c,_0x5a8543){const _0x3dc5e7=a18_0x126e,_0x28664d=_0x4c8a0c();while(!![]){try{const _0x126f32=parseInt(_0x3dc5e7(0x94))/0x1*(parseInt(_0x3dc5e7(0x92))/0x2)+-parseInt(_0x3dc5e7(0x93))/0x3+parseInt(_0x3dc5e7(0x8f))/0x4+-parseInt(_0x3dc5e7(0x91))/0x5+parseInt(_0x3dc5e7(0x9a))/0x6+-parseInt(_0x3dc5e7(0x90))/0x7+-parseInt(_0x3dc5e7(0x97))/0x8*(parseInt(_0x3dc5e7(0x99))/0x9);if(_0x126f32===_0x5a8543)break;else _0x28664d['push'](_0x28664d['shift']());}catch(_0x306c1e){_0x28664d['push'](_0x28664d['shift']());}}}(a18_0x1a78,0x2d33a));function a18_0x126e(_0x49df4c,_0x26c001){const _0x1a7870=a18_0x1a78();return a18_0x126e=function(_0x126ed9,_0x32e01e){_0x126ed9=_0x126ed9-0x8f;let _0x7c5a14=_0x1a7870[_0x126ed9];return _0x7c5a14;},a18_0x126e(_0x49df4c,_0x26c001);}function a18_0x1a78(){const _0xc0073=['292044sgtYlR','39bzZolL','selenium-webdriver','../../helpers/helper','1101256sTuWXA','until','9BTqbPE','151860UmQpPM','Builder','__webdriver','1364708wFzUDq','583303JcmiBF','840520iUOGzF','15646ZQuRHV'];a18_0x1a78=function(){return _0xc0073;};return a18_0x1a78();}const {requireModule}=require(a18_0x281627(0x96));require('../../helpers/setKeepAlive')();const __wd__=requireModule(a18_0x281627(0x95));__wd__[a18_0x281627(0x98)]=global['__webdriver']['until'],__wd__['By']=global[a18_0x281627(0x9c)]['By'],__wd__[a18_0x281627(0x9b)]=global[a18_0x281627(0x9c)][a18_0x281627(0x9b)];
1
+ function a18_0x3ab9(_0x39f9f3,_0xa08736){const _0x434889=a18_0x4348();return a18_0x3ab9=function(_0x3ab9b8,_0x43f7e8){_0x3ab9b8=_0x3ab9b8-0x1cd;let _0x2f1fe2=_0x434889[_0x3ab9b8];return _0x2f1fe2;},a18_0x3ab9(_0x39f9f3,_0xa08736);}function a18_0x4348(){const _0x6c1951=['__webdriver','../../helpers/setKeepAlive','1zmjulz','358516zbcUNO','until','7ZJCCtt','1221316CSLZar','10MqyFMe','282159pmbDNz','1316322guroYF','7077592qjapWz','Builder','3684915MKKcTJ','selenium-webdriver','../../helpers/helper','9924893EMxOOr','10pfGYRu'];a18_0x4348=function(){return _0x6c1951;};return a18_0x4348();}const a18_0x395f63=a18_0x3ab9;(function(_0x5a6586,_0x11825d){const _0x55af59=a18_0x3ab9,_0x101aff=_0x5a6586();while(!![]){try{const _0x46d534=parseInt(_0x55af59(0x1dc))/0x1*(-parseInt(_0x55af59(0x1cf))/0x2)+parseInt(_0x55af59(0x1d1))/0x3+-parseInt(_0x55af59(0x1dd))/0x4*(parseInt(_0x55af59(0x1d9))/0x5)+-parseInt(_0x55af59(0x1d2))/0x6*(parseInt(_0x55af59(0x1ce))/0x7)+parseInt(_0x55af59(0x1d3))/0x8+-parseInt(_0x55af59(0x1d5))/0x9+-parseInt(_0x55af59(0x1d0))/0xa*(-parseInt(_0x55af59(0x1d8))/0xb);if(_0x46d534===_0x11825d)break;else _0x101aff['push'](_0x101aff['shift']());}catch(_0x19d7f8){_0x101aff['push'](_0x101aff['shift']());}}}(a18_0x4348,0x70dc5));const {requireModule}=require(a18_0x395f63(0x1d7));require(a18_0x395f63(0x1db))();const __wd__=requireModule(a18_0x395f63(0x1d6));__wd__[a18_0x395f63(0x1cd)]=global['__webdriver'][a18_0x395f63(0x1cd)],__wd__['By']=global[a18_0x395f63(0x1da)]['By'],__wd__[a18_0x395f63(0x1d4)]=global[a18_0x395f63(0x1da)][a18_0x395f63(0x1d4)];
@@ -1 +1 @@
1
- const a19_0x2c54cb=a19_0x42b9;(function(_0x347b37,_0x101645){const _0x4b09d8=a19_0x42b9,_0x328fba=_0x347b37();while(!![]){try{const _0x39b5a=parseInt(_0x4b09d8(0x17d))/0x1+parseInt(_0x4b09d8(0x258))/0x2*(parseInt(_0x4b09d8(0x21b))/0x3)+parseInt(_0x4b09d8(0x1bb))/0x4*(parseInt(_0x4b09d8(0x152))/0x5)+-parseInt(_0x4b09d8(0x1c8))/0x6+parseInt(_0x4b09d8(0x253))/0x7*(-parseInt(_0x4b09d8(0x167))/0x8)+parseInt(_0x4b09d8(0x250))/0x9+-parseInt(_0x4b09d8(0x16a))/0xa*(parseInt(_0x4b09d8(0x1c3))/0xb);if(_0x39b5a===_0x101645)break;else _0x328fba['push'](_0x328fba['shift']());}catch(_0x2814f9){_0x328fba['push'](_0x328fba['shift']());}}}(a19_0x4948,0x3efef));const path=require(a19_0x2c54cb(0x196)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x2c54cb(0x229)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a19_0x2c54cb(0x178)),RequestQueueHandler=require(a19_0x2c54cb(0x174)),{isTestObservabilitySession}=require(a19_0x2c54cb(0x1a1)),helper=require('../../helpers/helper');function a19_0x4948(){const _0x3bdbc0=['slWpB','13853ftdmBJ','totalTests','../../index','EOeNZ','LdaKo','716sfJPRE','extname','UJukf','DiUDm','Cnjoq','klOaP','__platform__','cEQuw','mocha','handleRequires','yOBLL','IMViu','_testObservability','JtdYh','gZoFX','2481680VOkneK','spec','testsAmbiguous','fcmxi','vOBAP','cwd','CONFIG','beforeExit','RCDnB','run','hqrwT','_formatter','CTzWc','yHwXP','zAhxC','JsxhN','LMwoa','nNAwY','tSVyW','split','qgQNt','464MtpSTB','exports','vIpwX','270dNemWm','success','--format','AHZJS','bGvdv','_mochaOpts','hFSLv','afterEach','env','testSuitesFailed','../../helpers/test-observability/requestQueueHandler','pNLCu','RjvQH','stepsFailed','../../helpers/accessibility-automation/helper','formatter','gWYes','tPRuF','argv','201587PYXoGN','AsnkQ','voCJq','stepsPending','cucumber/lib/cli/configuration_builder.js','beforeAll','LaSsZ','nestedKeyValue','testsUndefined','hmMNy','LXuqO','platformCaps','push','resolvePaths','UqkoT','wTZNr','testsUnknown','length','platformIndex','beforeEach','kOQGB','processSuccess','bTArM','OkeKT','bnXoE','path','rootHooks','grWpW','BSTACK_DELTA','afterAll','TmaZN','then','testsPassed','PvJqM',':tmp/','jLtuo','../../helpers/test-observability/utils','Spgra','testsSkipped','platform','../cucumber-js/formatter/custom_formatter.js','fFLst','UGDxS','__skipSessionName','UqEsO','HJxLN','../cucumber-js/test.setup.js','runMocha','turboScaleUrl','GQZjM','maxWorkers','dhHZb','ncIcm','zeFwA','GJNxw','mRhSL','browserstackAgentV2','skipSessionStatus','VUnXl','join','timeout','_configuration','4IBLmdU','percyCaptureMode','@cucumber/cucumber/lib/cli/index.js','default','percy','_argv','browserstackAgent','kAiqI','306031vdFhBO','error','reporterOptions','kvsAw','XqlpF','234054eCnxIF','tgVNt','mochaHooks','require','PUYaA','BZrmw','WhoHh','UPfsu','../cucumber-js/formatter/custom_formatter_old_versions.js','browserStackPercyOptions','fquTx','Dbiyt','TPYyV','vanilla','capability','WjNOU','qIAnZ','Qbwex','tmp/','dnJvY','BYSwh','FQGaw','stepsUnknown','DumZF','BfPfA','Utqyo','splice','YNnbo','_bsConfig','_framework','RQzeE','pUhyi','aEKbP','skipSessionName','GGjvY','FVvaw','capabilities','gjxey','gTFmz','iaWPI','xxIUZ','ZdjNx','supportCodePaths','__platformCaps','testContextOptions','wxMfW','yTtnt','assign','kGEXo','testSuites','configuration','build','_capability','getInstance','IgFgF','uYdfj','zEnqf','pcpul','exitCode','prevRun','testsPending','jPijN','GEauT','@cucumber/cucumber/lib/api/paths.js','QwQeQ','ZPWFd','wRiYN','testsErrorMessage','wfszW','uZaqo','OvbMw','jSgud','RZbSI','TVVkb','stepsUndefined','wQfgK','scenariosFailed','OiDbW','tnBzu','zBZlW','zTjea','Ldasr','__skipSessionStatus','2274sTfBch','KwAbp','etpcH','browserstackPercyBestPlatform','testsFailed','jNCFi','mheGW','prototype','cEVuD','ECSla','WIcyQ','XBGSz','10|9|21|7|2|15|17|5|16|11|19|13|6|18|8|4|0|14|3|20|1|12','EVNNY','../../helpers/helper','yGuIc','stepsAmbiguous','yDCrL','scenarios','dMxmK','oYxAo','woWRI','pendingUploads','unshift','@cucumber/cucumber/lib/cli/configuration_builder.js','catch','XwFBZ','eOxcZ','zMYPn','ldrJc','cybJc','URNBh','KGcUW','VxgGx','mRHOy','Makoz','UZAhV','bHHML','ZzqXH','CNwFH','mBUOY','stepsSkipped','__driversArray','vJcTu','uhpCs','../mocha/test.setup','JLOXD','_accessibilityAutomation','fXAQe','12|13|14|7|6|9|2|5|8|0|3|17|16|18|15|10|20|19|21|11|1|4','args','GzNni','steps','1743318HLNVYk','QPJIX'];a19_0x4948=function(){return _0x3bdbc0;};return a19_0x4948();}class Launcher{constructor(_0x19eebb,_0x3460f3,_0x323130,_0x66bdec=[]){const _0x4c0951=a19_0x2c54cb,_0x5f232e={'pUhyi':_0x4c0951(0x227),'JsxhN':function(_0x26fb16){return _0x26fb16();}},_0x2b2414=_0x5f232e[_0x4c0951(0x1e7)]['split']('|');let _0x5d0c2f=0x0;while(!![]){switch(_0x2b2414[_0x5d0c2f++]){case'0':global['testsSkipped']=0x0;continue;case'1':global[_0x4c0951(0x154)]=0x0;continue;case'2':this['_capability']=this[_0x4c0951(0x1ba)][_0x4c0951(0x1d6)];continue;case'3':global[_0x4c0951(0x185)]=0x0;continue;case'4':global[_0x4c0951(0x204)]=0x0;continue;case'5':this[_0x4c0951(0x1e4)]=_0x323130;continue;case'6':global[_0x4c0951(0x254)]=0x0;continue;case'7':this[_0x4c0951(0x15d)]=_0x3460f3['formatter'];continue;case'8':global[_0x4c0951(0x21f)]=0x0;continue;case'9':this[_0x4c0951(0x1ba)]=_0x3460f3[_0x4c0951(0x1fa)]||{};continue;case'10':this[_0x4c0951(0x1e5)]=_0x19eebb;continue;case'11':this['_accessibilityAutomation']=_0x5f232e[_0x4c0951(0x161)](isAccessibilityAutomationSession);continue;case'12':global[_0x4c0951(0x20b)]={};continue;case'13':global[_0x4c0951(0x1f9)]=0x0;continue;case'14':global[_0x4c0951(0x173)]=0x0;continue;case'15':global[_0x4c0951(0x149)]=this[_0x4c0951(0x1ba)]['platform'];continue;case'16':this[_0x4c0951(0x14f)]=_0x5f232e['JsxhN'](isTestObservabilitySession);continue;case'17':this[_0x4c0951(0x1c0)]=_0x66bdec;continue;case'18':global[_0x4c0951(0x19d)]=0x0;continue;case'19':global[_0x4c0951(0x1f3)]=this['_configuration'][_0x4c0951(0x188)]||{};continue;case'20':global['testsUnknown']=0x0;continue;case'21':this['_mochaOpts']=_0x3460f3['mochaOpts'];continue;}break;}}[a19_0x2c54cb(0x15b)](){const _0x15f9ec=a19_0x2c54cb,_0x24c7fa={'eOxcZ':function(_0x5abd4b,_0x4d1df0){return _0x5abd4b(_0x4d1df0);},'TVVkb':function(_0x4c9dbf,_0x553ea1){return _0x4c9dbf(_0x553ea1);},'dnJvY':_0x15f9ec(0x1bd),'jNCFi':_0x15f9ec(0x16c),'gZoFX':function(_0x5f3b7e){return _0x5f3b7e();},'RCDnB':function(_0x2395df,_0x2fdd34){return _0x2395df===_0x2fdd34;},'zeFwA':'Uzsev','nNAwY':_0x15f9ec(0x1f6),'GQZjM':function(_0x2bf87d,_0x4774e5){return _0x2bf87d<=_0x4774e5;},'cEQuw':function(_0x33a053,_0x274309){return _0x33a053!==_0x274309;},'dhHZb':_0x15f9ec(0x242),'UnGou':'xCWWu','FQGaw':function(_0x2a52f8,_0x17fb70){return _0x2a52f8(_0x17fb70);},'HJxLN':'cucumber/lib/cli/index.js','ZdjNx':_0x15f9ec(0x25a),'fwGHw':function(_0x3fa787,_0x4c6e31,_0x1a7fe8){return _0x3fa787(_0x4c6e31,_0x1a7fe8);},'Duvge':_0x15f9ec(0x241),'TPYyV':_0x15f9ec(0x205),'FVvaw':function(_0x55c237,_0x205b6b){return _0x55c237(_0x205b6b);},'ZPWFd':function(_0x1a0a00,_0x2efd9c){return _0x1a0a00!==_0x2efd9c;},'Utqyo':function(_0xa62ffb,_0x23a915){return _0xa62ffb>_0x23a915;},'gWYes':function(_0x51cb5f,_0x2fdbf0){return _0x51cb5f!==_0x2fdbf0;},'etpcH':_0x15f9ec(0x24c),'zMYPn':function(_0x2e80b9,_0x3daec6){return _0x2e80b9(_0x3daec6);},'LXuqO':_0x15f9ec(0x181),'klOaP':_0x15f9ec(0x1d0),'XqlpF':'../cucumber-js/test_old.setup.js','ECSla':function(_0x1109c4,_0x1ef465){return _0x1109c4(_0x1ef465);},'aEKbP':'../mocha/test-observability/data-hooks','YNnbo':_0x15f9ec(0x255),'kAiqI':_0x15f9ec(0x1b3),'eJRDG':_0x15f9ec(0x15e),'yDCrL':function(_0x4f1220,_0x2e00e4){return _0x4f1220===_0x2e00e4;},'UPfsu':_0x15f9ec(0x201),'jLtuo':'xDdlJ','LaSsZ':_0x15f9ec(0x233),'RQzeE':_0x15f9ec(0x1a5),'RZbSI':_0x15f9ec(0x176),'FzBSv':'CVUVI','Nxcms':function(_0x2e9b12,_0x214175){return _0x2e9b12(_0x214175);},'BfPfA':'../../helpers/setKeepAlive','fcmxi':function(_0x4149b3,_0x5023aa){return _0x4149b3===_0x5023aa;},'yGuIc':_0x15f9ec(0x14b),'zyMXT':_0x15f9ec(0x20f),'OaCnu':_0x15f9ec(0x150),'wRiYN':function(_0x505a8a,_0x8b2ae8){return _0x505a8a(_0x8b2ae8);},'iaWPI':'mocha/lib/cli/run-helpers.js','wfszW':function(_0x2b1a5d,_0xda4cd1){return _0x2b1a5d===_0xda4cd1;},'EOeNZ':'Jnruf','kvsAw':_0x15f9ec(0x16d),'bGvdv':function(_0x240c08){return _0x240c08();},'yOBLL':function(_0x10584e,_0xac9801){return _0x10584e(_0xac9801);},'iawFN':_0x15f9ec(0x248),'GzNni':function(_0x1f3e56){return _0x1f3e56();},'TmaZN':function(_0x18e632,_0x4f5e49){return _0x18e632===_0x4f5e49;},'vJcTu':_0x15f9ec(0x218),'SZDcG':function(_0x1ccdbf,_0x4a0078){return _0x1ccdbf(_0x4a0078);},'Spgra':_0x15f9ec(0x170),'zBZlW':'rEpJF','vrGCW':function(_0x185a4e,_0x192843){return _0x185a4e*_0x192843;},'gtidg':_0x15f9ec(0x1a6),'GEauT':_0x15f9ec(0x249),'WhoHh':function(_0xb88a52,_0xbff0e6){return _0xb88a52===_0xbff0e6;},'LSWCN':_0x15f9ec(0x23d),'QPJIX':_0x15f9ec(0x193),'IWukq':'../mocha/bstack-reporter/customReporter.js','hqrwT':function(_0x2f30bb,_0x3d41dc){return _0x2f30bb||_0x3d41dc;},'grWpW':_0x15f9ec(0x153),'OvbMw':_0x15f9ec(0x18f),'xxIUZ':_0x15f9ec(0x1d1),'tgVNt':'browserstackPercyBestPlatform','Makoz':_0x15f9ec(0x1bf),'LMwoa':_0x15f9ec(0x1bc),'pNLCu':function(_0x14cd7a,_0xdb4bc8){return _0x14cd7a!==_0xdb4bc8;},'mBUOY':_0x15f9ec(0x228),'VUnXl':_0x15f9ec(0x191),'IfCIY':_0x15f9ec(0x1d3),'WjNOU':_0x15f9ec(0x215),'UGDxS':_0x15f9ec(0x194),'mRhSL':'QjLHk','UVqcK':_0x15f9ec(0x156),'gTFmz':function(_0x4bac1a,_0x1164a7){return _0x4bac1a===_0x1164a7;},'bHHML':_0x15f9ec(0x225),'tnBzu':function(_0x25d315,_0x14f2a6){return _0x25d315(_0x14f2a6);},'BZrmw':function(_0x4a65b2,_0x58dc31){return _0x4a65b2===_0x58dc31;},'XwFBZ':'cucumber-js','dMxmK':function(_0x752eb9,_0x2b9cfa){return _0x752eb9!==_0x2b9cfa;},'PUYaA':_0x15f9ec(0x1b1),'QwQeQ':'uCIKl','kQomO':function(_0x56717d,_0x22256b){return _0x56717d!==_0x22256b;},'Ldasr':'biauf','voCJq':_0x15f9ec(0x169),'PvJqM':'../cucumber-js/timeout.setup.js','zgmks':function(_0x227848,_0x575034){return _0x227848===_0x575034;},'zEnqf':'FAwZj','DumZF':'IsKVk','GGjvY':_0x15f9ec(0x207),'Qbwex':_0x15f9ec(0x1ab),'qgQNt':function(_0x55b13a,_0x45ca2){return _0x55b13a!==_0x45ca2;},'ALzND':'VaXax','xVkSA':_0x15f9ec(0x20d),'wxMfW':function(_0x2d5c24,_0x2954c8){return _0x2d5c24(_0x2954c8);},'UZAhV':'--parallel','EYKGm':function(_0x406c17,_0x4f410c){return _0x406c17<_0x4f410c;},'tPRuF':function(_0x55bd86,_0x251ab2){return _0x55bd86>_0x251ab2;},'NyXSq':function(_0x442adb,_0x29f578){return _0x442adb!==_0x29f578;},'MyArz':function(_0x3fe771,_0x4e98cd){return _0x3fe771===_0x4e98cd;},'IMViu':_0x15f9ec(0x1d5),'woWRI':function(_0x4c4202,_0x35ac17){return _0x4c4202(_0x35ac17);},'UqkoT':_0x15f9ec(0x159),'tmITk':function(_0x512599,_0x12402f){return _0x512599(_0x12402f);},'vWyef':function(_0x1f8c76){return _0x1f8c76();}};return new Promise(async(_0x58ad45,_0x118e3d)=>{const _0x18eafc=_0x15f9ec,_0x3f6e0b={'yHwXP':function(_0x14bf01,_0x34ab9f){const _0x188d6f=a19_0x42b9;return _0x24c7fa[_0x188d6f(0x237)](_0x14bf01,_0x34ab9f);},'qLteo':_0x24c7fa['aEKbP'],'VxgGx':_0x24c7fa[_0x18eafc(0x1e3)],'XBGSz':function(_0x37f6ed,_0x57123a){const _0xfdc2e0=_0x18eafc;return _0x24c7fa[_0xfdc2e0(0x14a)](_0x37f6ed,_0x57123a);},'LdaKo':_0x24c7fa[_0x18eafc(0x1c2)],'IgFgF':_0x24c7fa['eJRDG'],'fXAQe':function(_0x4a109a,_0x3c7569){const _0x37fafa=_0x18eafc;return _0x24c7fa[_0x37fafa(0x224)](_0x4a109a,_0x3c7569);},'wTZNr':function(_0xd6afd1,_0x1dae6b){const _0x4ae4a0=_0x18eafc;return _0x24c7fa[_0x4ae4a0(0x22c)](_0xd6afd1,_0x1dae6b);},'Kpovm':_0x24c7fa[_0x18eafc(0x1cf)],'KGcUW':_0x24c7fa[_0x18eafc(0x1a0)],'kGEXo':_0x24c7fa[_0x18eafc(0x220)],'URNBh':function(_0x424495,_0x17b69b){const _0x3e84cf=_0x18eafc;return _0x24c7fa[_0x3e84cf(0x1dd)](_0x424495,_0x17b69b);},'KwAbp':function(_0x4ed12b,_0x4667f7){const _0x447fcf=_0x18eafc;return _0x24c7fa[_0x447fcf(0x236)](_0x4ed12b,_0x4667f7);},'BYSwh':_0x24c7fa[_0x18eafc(0x183)],'hmMNy':_0x24c7fa[_0x18eafc(0x1e6)],'fquTx':_0x24c7fa[_0x18eafc(0x210)],'DiUDm':_0x24c7fa['FzBSv'],'cybJc':function(_0x200ff3,_0xa96560){const _0x109a20=_0x18eafc;return _0x24c7fa[_0x109a20(0x1eb)](_0x200ff3,_0xa96560);},'wQfgK':function(_0x1f3cd0,_0x4c9463){const _0x101fd8=_0x18eafc;return _0x24c7fa[_0x101fd8(0x224)](_0x1f3cd0,_0x4c9463);}};_0x24c7fa['Nxcms'](require,_0x24c7fa[_0x18eafc(0x1e0)])();if(_0x24c7fa[_0x18eafc(0x155)](this[_0x18eafc(0x1e5)],_0x24c7fa[_0x18eafc(0x22a)])){if(_0x24c7fa[_0x18eafc(0x22c)](_0x24c7fa['zyMXT'],_0x24c7fa['OaCnu']))_0x36c051=0x0;else{const _0x58ef3f=_0x24c7fa[_0x18eafc(0x20a)](requireModule,_0x24c7fa[_0x18eafc(0x1ef)]),_0x30dfe2=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa['yGuIc']);_0x24c7fa[_0x18eafc(0x151)](isBrowserstackInfra)&&(_0x24c7fa[_0x18eafc(0x20c)](_0x24c7fa[_0x18eafc(0x256)],_0x24c7fa[_0x18eafc(0x1c6)])?(this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x182)]&&_0x3a8e99[_0x18eafc(0x182)][_0x18eafc(0x232)](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x182)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x190)]&&_0x3e686a[_0x18eafc(0x190)][_0x18eafc(0x232)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x190)]),this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x19a)]&&_0x4d39e2['afterAll'][_0x18eafc(0x189)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x19a)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x171)]&&_0x435284[_0x18eafc(0x171)]['push'](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x171)])):_0x24c7fa[_0x18eafc(0x16e)](modifyCommand));const _0x51cfa6=_0x24c7fa[_0x18eafc(0x14d)](require,_0x24c7fa['iawFN'])[_0x18eafc(0x1ca)],_0x38cc7b={};_0x38cc7b['beforeAll']=[_0x51cfa6[_0x18eafc(0x182)]],_0x38cc7b[_0x18eafc(0x190)]=[_0x51cfa6[_0x18eafc(0x190)]],_0x38cc7b[_0x18eafc(0x19a)]=[_0x51cfa6[_0x18eafc(0x19a)]],_0x38cc7b[_0x18eafc(0x171)]=[_0x51cfa6[_0x18eafc(0x171)]];const _0x5627bb=_0x38cc7b;if(_0x24c7fa[_0x18eafc(0x24e)](isTestObservabilitySession)){if(_0x24c7fa[_0x18eafc(0x19b)](_0x24c7fa[_0x18eafc(0x246)],_0x24c7fa[_0x18eafc(0x246)])){const _0x5ac3e2=_0x24c7fa['SZDcG'](require,_0x24c7fa[_0x18eafc(0x1e8)])[_0x18eafc(0x1ca)];_0x5627bb[_0x18eafc(0x182)][_0x18eafc(0x232)](_0x5ac3e2['beforeAll']),_0x5627bb['afterAll'][_0x18eafc(0x189)](_0x5ac3e2[_0x18eafc(0x19a)]);}else _0x48bb75['__skipSessionStatus']=!![];}const _0x1adb39=await _0x58ef3f[_0x18eafc(0x14c)](this['_mochaOpts'][_0x18eafc(0x1cb)]);Object[_0x18eafc(0x1f7)](this[_0x18eafc(0x16f)],_0x1adb39);if(this[_0x18eafc(0x16f)][_0x18eafc(0x197)]){if(_0x24c7fa[_0x18eafc(0x209)](_0x24c7fa[_0x18eafc(0x1a2)],_0x24c7fa[_0x18eafc(0x217)]))this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x182)]&&_0x5627bb[_0x18eafc(0x182)][_0x18eafc(0x232)](...this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x182)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x190)]&&_0x5627bb['beforeEach']['unshift'](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x190)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x19a)]&&_0x5627bb['afterAll']['push'](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x19a)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x171)]&&_0x5627bb['afterEach'][_0x18eafc(0x189)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x171)]);else{const _0x458fac=_0x3f6e0b[_0x18eafc(0x15f)](_0x23e7bb,_0x3f6e0b['qLteo'])[_0x18eafc(0x1ca)];_0x394317[_0x18eafc(0x182)][_0x18eafc(0x232)](_0x458fac[_0x18eafc(0x182)]),_0x3dff50[_0x18eafc(0x19a)][_0x18eafc(0x189)](_0x458fac[_0x18eafc(0x19a)]);}}const _0x1efa84=this[_0x18eafc(0x16f)]['reporter'];let _0x55f369=_0x24c7fa['vrGCW'](this['_mochaOpts'][_0x18eafc(0x1b9)],0x1);_0x24c7fa[_0x18eafc(0x20c)](this[_0x18eafc(0x16f)][_0x18eafc(0x1b9)],0x0)?_0x24c7fa['fcmxi'](_0x24c7fa['gtidg'],_0x24c7fa[_0x18eafc(0x206)])?_0x3f6e0b['yHwXP'](_0x2d1fe6,_0x3f6e0b[_0x18eafc(0x23c)])[_0x18eafc(0x1b5)](this[_0x18eafc(0x1ba)],null,this[_0x18eafc(0x14f)]):_0x55f369=0x0:_0x24c7fa[_0x18eafc(0x1ce)](_0x24c7fa['LSWCN'],_0x24c7fa[_0x18eafc(0x251)])?this['_configuration'][_0x18eafc(0x1ad)]=this[_0x18eafc(0x1e4)][_0x18eafc(0x1ad)]:_0x55f369+=constants[_0x18eafc(0x199)];const _0x2ea9ee={...this[_0x18eafc(0x16f)],'reporter':path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['IWukq']),'reporterOption':{...this['_mochaOpts'][_0x18eafc(0x1c5)],'type':_0x24c7fa[_0x18eafc(0x15c)](_0x1efa84,_0x24c7fa[_0x18eafc(0x198)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x18eafc(0x1e4)]},'parallel':![],'rootHooks':_0x5627bb,'isWorker':!![],'timeout':_0x55f369};global['browserstackPlatformIndex']=helper[_0x18eafc(0x184)](this[_0x18eafc(0x1ba)],[_0x24c7fa[_0x18eafc(0x20e)]]),global[_0x18eafc(0x21e)]=helper[_0x18eafc(0x184)](this['_configuration'],[_0x24c7fa[_0x18eafc(0x1f0)],_0x24c7fa[_0x18eafc(0x1c9)]]),global[_0x18eafc(0x1bf)]=helper['nestedKeyValue'](this[_0x18eafc(0x1ba)],[_0x24c7fa['xxIUZ'],_0x24c7fa[_0x18eafc(0x23e)]]),global[_0x18eafc(0x1bc)]=helper[_0x18eafc(0x184)](this['_configuration'],[_0x24c7fa[_0x18eafc(0x1f0)],_0x24c7fa[_0x18eafc(0x162)]]),global[_0x18eafc(0x1ec)]=[this[_0x18eafc(0x1fc)]];helper['isBrowserstackInfra']()&&(_0x24c7fa[_0x18eafc(0x175)](_0x24c7fa[_0x18eafc(0x243)],_0x24c7fa[_0x18eafc(0x243)])?_0x24c7fa[_0x18eafc(0x236)](_0x35cb06,_0x13908e):(this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)]['skipSessionName']&&(_0x24c7fa['gWYes'](_0x24c7fa[_0x18eafc(0x1b7)],_0x24c7fa['VUnXl'])?_0x324ab7[_0x18eafc(0x1a8)]=!![]:global[_0x18eafc(0x1a8)]=!![]),this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)][_0x18eafc(0x1b6)]&&(_0x24c7fa[_0x18eafc(0x14a)](_0x24c7fa['IfCIY'],_0x24c7fa[_0x18eafc(0x1d7)])?global['__skipSessionStatus']=!![]:(this['_bsConfig']['testContextOptions'][_0x18eafc(0x1e9)]&&(_0x30f480[_0x18eafc(0x1a8)]=!![]),this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)][_0x18eafc(0x1b6)]&&(_0x5ef15c[_0x18eafc(0x21a)]=!![])))));if(this[_0x18eafc(0x1e4)]['turboScaleUrl']){if(_0x24c7fa[_0x18eafc(0x20c)](_0x24c7fa[_0x18eafc(0x1a7)],_0x24c7fa[_0x18eafc(0x1a7)]))this[_0x18eafc(0x1ba)][_0x18eafc(0x1ad)]=this[_0x18eafc(0x1e4)][_0x18eafc(0x1ad)];else return;}const _0x98d84a=new _0x30dfe2(_0x2ea9ee);_0x98d84a[_0x18eafc(0x203)]=_0x98d84a[_0x18eafc(0x15b)];if(_0x24c7fa[_0x18eafc(0x24e)](isTestObservabilitySession))_0x24c7fa['gWYes'](_0x24c7fa[_0x18eafc(0x1b4)],_0x24c7fa[_0x18eafc(0x1b4)])?_0xf5c3a9=_0x24c7fa[_0x18eafc(0x211)](_0x40c45e,_0x24c7fa[_0x18eafc(0x1db)]):_0x98d84a['run']=function(_0x3eb265){const _0x33bdde=_0x18eafc,_0x18bc2f={'qIAnZ':_0x24c7fa['jNCFi'],'QLJFe':function(_0x14b64a){return _0x24c7fa['gZoFX'](_0x14b64a);},'smifm':function(_0x15511e,_0x1869ac){const _0x13aa63=a19_0x42b9;return _0x24c7fa[_0x13aa63(0x15a)](_0x15511e,_0x1869ac);},'gjxey':_0x24c7fa[_0x33bdde(0x1b2)],'vLgOY':_0x24c7fa[_0x33bdde(0x163)],'ldrJc':function(_0x3827be,_0x2537d3){const _0x4910a2=_0x33bdde;return _0x24c7fa[_0x4910a2(0x1ae)](_0x3827be,_0x2537d3);},'uYdfj':function(_0x3d8744,_0x1a499f){const _0x18bc25=_0x33bdde;return _0x24c7fa[_0x18bc25(0x14a)](_0x3d8744,_0x1a499f);},'oYxAo':_0x24c7fa[_0x33bdde(0x1b0)],'KvGAv':_0x24c7fa['UnGou'],'mheGW':function(_0x11a096,_0x438eca){const _0x3ab90b=_0x33bdde;return _0x24c7fa[_0x3ab90b(0x1dd)](_0x11a096,_0x438eca);},'tSVyW':_0x24c7fa[_0x33bdde(0x1aa)],'UqEsO':_0x24c7fa[_0x33bdde(0x1f1)],'slWpB':function(_0x9850e0,_0x40f7ad,_0x29dbe3){return _0x24c7fa['fwGHw'](_0x9850e0,_0x40f7ad,_0x29dbe3);}};if(_0x24c7fa[_0x33bdde(0x14a)](_0x24c7fa['Duvge'],_0x24c7fa[_0x33bdde(0x1d4)]))return _0x98d84a[_0x33bdde(0x203)](_0x367930=>{const _0x4665ec=_0x33bdde,_0x144bed={'cEVuD':function(_0x5170d3,_0x244d5c){const _0x11ca71=a19_0x42b9;return _0x18bc2f[_0x11ca71(0x221)](_0x5170d3,_0x244d5c);},'Cnjoq':_0x18bc2f[_0x4665ec(0x164)]};if(_0x18bc2f[_0x4665ec(0x1ff)](_0x18bc2f[_0x4665ec(0x1a9)],_0x18bc2f[_0x4665ec(0x1a9)]))_0x1b048d=_0x144bed[_0x4665ec(0x223)](_0x1120ac,_0x144bed[_0x4665ec(0x147)]);else{const _0x51cb61=_0x18bc2f[_0x4665ec(0x252)](setInterval,async()=>{const _0x3606d8=_0x4665ec,_0x3c1ce7={'uhpCs':_0x18bc2f[_0x3606d8(0x1d8)],'bnXoE':function(_0x4c5629){return _0x18bc2f['QLJFe'](_0x4c5629);}};if(_0x18bc2f['smifm'](_0x18bc2f[_0x3606d8(0x1ed)],_0x18bc2f['vLgOY'])){const _0x55845a=_0x3606d8(0x1da)+_0x3ece4b+_0x38e617['extname'](_0x376c63);_0x2916ae[_0x3606d8(0x189)](_0x3c1ce7[_0x3606d8(0x247)]),_0x2c2ee4['push'](_0x1adb43+':'+_0x55845a);}else _0x18bc2f[_0x3606d8(0x238)](RequestQueueHandler[_0x3606d8(0x1fd)]()[_0x3606d8(0x231)],0x0)&&(_0x18bc2f[_0x3606d8(0x1ff)](_0x18bc2f[_0x3606d8(0x22f)],_0x18bc2f['KvGAv'])?(_0x18bc2f[_0x3606d8(0x221)](clearInterval,_0x51cb61),await _0x18bc2f[_0x3606d8(0x221)](cleanupDrivers,global[_0x3606d8(0x245)]),_0x18bc2f['mheGW'](_0x58ad45,_0x367930)):_0x3c1ce7[_0x3606d8(0x195)](_0x37bfb9));},0x3e8);}});else _0x3b57ea['push'](_0x18bc2f[_0x33bdde(0x1d8)]),_0x2eae4e[_0x33bdde(0x189)](_0x1fbbc6+_0x33bdde(0x19f)+_0x2b90b4);};else{if(_0x24c7fa[_0x18eafc(0x15a)](_0x24c7fa['UVqcK'],_0x24c7fa['UVqcK']))_0x98d84a['run']=function(_0x49fcdd){const _0xad85fe=_0x18eafc,_0x2f971f={'eWkMp':function(_0x4729d7,_0x3e225d){const _0x2fac7f=a19_0x42b9;return _0x3f6e0b[_0x2fac7f(0x226)](_0x4729d7,_0x3e225d);},'QpTtd':_0x3f6e0b[_0xad85fe(0x257)],'zAhxC':_0x3f6e0b[_0xad85fe(0x1fe)],'RIIBr':function(_0xfcb17a,_0x47439f){const _0x37173f=_0xad85fe;return _0x3f6e0b[_0x37173f(0x15f)](_0xfcb17a,_0x47439f);},'AsnkQ':function(_0x48d4a8,_0x3e9031){const _0x1488dd=_0xad85fe;return _0x3f6e0b[_0x1488dd(0x24b)](_0x48d4a8,_0x3e9031);}};if(_0x3f6e0b[_0xad85fe(0x18c)](_0x3f6e0b['Kpovm'],_0x3f6e0b[_0xad85fe(0x23b)]))_0x23aead+=_0x4d48f1['BSTACK_DELTA'];else return _0x98d84a[_0xad85fe(0x203)](async _0x18e705=>{const _0x4ab1f8=_0xad85fe;_0x2f971f['eWkMp'](_0x2f971f['QpTtd'],_0x2f971f[_0x4ab1f8(0x160)])?(await _0x2f971f['RIIBr'](cleanupDrivers,global[_0x4ab1f8(0x245)]),_0x2f971f[_0x4ab1f8(0x17e)](_0x58ad45,_0x18e705)):_0x24d07c[_0x4ab1f8(0x1e2)](_0x440130,0x1);});};else{const _0x226cfc=this['_formatter'][_0x1ee55d][0x1],_0x1c0c6c=''+this['_formatter'][_0x4df0ad][0x0];if(_0x3f6e0b[_0x18eafc(0x226)](_0x226cfc,_0x582611)){const _0x1a8d2a='tmp/'+_0x120303+_0x2f84a2[_0x18eafc(0x259)](_0x226cfc);_0x4241c9[_0x18eafc(0x189)](_0x3f6e0b[_0x18eafc(0x1f8)]),_0x24099f['push'](_0x1c0c6c+':'+_0x1a8d2a);}else _0x1d4cca[_0x18eafc(0x189)](_0x3f6e0b['kGEXo']),_0x529677['push'](_0x1c0c6c+_0x18eafc(0x19f)+_0x5ccb54);}}try{_0x24c7fa[_0x18eafc(0x1ee)](_0x24c7fa[_0x18eafc(0x240)],_0x24c7fa[_0x18eafc(0x240)])?_0x24c7fa[_0x18eafc(0x216)](require,_0x24c7fa[_0x18eafc(0x1e3)])['browserstackAgentV2'](this[_0x18eafc(0x1ba)],null,this['_testObservability']):(_0x25026e[_0x18eafc(0x1c4)](_0x3a810b),_0x815b3f[_0x18eafc(0x202)]=0x1,_0x3f6e0b[_0x18eafc(0x23a)](_0x4cfa6a,_0x398abc));}catch{}const _0x1159fb=_0x58ef3f[_0x18eafc(0x1ac)](_0x98d84a,_0x2ea9ee);_0x1159fb&&_0x1159fb['catch'](_0x178704=>{const _0x2d861f=_0x18eafc;_0x3f6e0b[_0x2d861f(0x18c)](_0x3f6e0b[_0x2d861f(0x1d2)],_0x3f6e0b[_0x2d861f(0x146)])?(_0x18f61a=_0x3f6e0b[_0x2d861f(0x21c)](_0x592624,_0x3f6e0b[_0x2d861f(0x1dc)])[_0x2d861f(0x1be)],_0x15e189[_0x2d861f(0x189)](_0x3f6e0b[_0x2d861f(0x1f8)]),_0x12ad76['push'](_0x488529[_0x2d861f(0x1b8)](_0x142f70,_0x3f6e0b[_0x2d861f(0x186)]))):_0x3f6e0b[_0x2d861f(0x239)](_0x118e3d,_0x178704);});}}else{if(_0x24c7fa[_0x18eafc(0x1cd)](this['_framework'],_0x24c7fa[_0x18eafc(0x235)])){let _0x4768f3;try{if(_0x24c7fa[_0x18eafc(0x22e)](_0x24c7fa[_0x18eafc(0x1cc)],_0x24c7fa['PUYaA'])){const _0x5c3f69={};_0x5c3f69[_0x18eafc(0x22d)]=_0x1d4c06[_0x18eafc(0x1f9)],_0x5c3f69[_0x18eafc(0x24f)]=_0x26d0f4[_0x18eafc(0x254)],_0x5c3f69[_0x18eafc(0x214)]=_0x181b22[_0x18eafc(0x173)],_0x5c3f69[_0x18eafc(0x177)]=_0x27c9ef[_0x18eafc(0x21f)],_0x5c3f69['stepsPassed']=_0x4759f1[_0x18eafc(0x19d)],_0x5c3f69[_0x18eafc(0x244)]=_0x234d8d[_0x18eafc(0x1a3)],_0x5c3f69[_0x18eafc(0x180)]=_0xd36e4a[_0x18eafc(0x204)],_0x5c3f69[_0x18eafc(0x212)]=_0xe7a2e2[_0x18eafc(0x185)],_0x5c3f69[_0x18eafc(0x1de)]=_0x16c634[_0x18eafc(0x18d)],_0x5c3f69[_0x18eafc(0x22b)]=_0x445d11[_0x18eafc(0x154)],_0x5c3f69[_0x18eafc(0x192)]=_0x3500eb['success'],_0x5c3f69[_0x18eafc(0x20b)]=_0xc1393['testsErrorMessage'];const _0x4b077d=_0x5c3f69;_0x3f6e0b[_0x18eafc(0x23a)](_0xfc95be,_0x4b077d);}else _0x4768f3=_0x24c7fa[_0x18eafc(0x236)](requireModule,_0x24c7fa[_0x18eafc(0x1db)]);}catch(_0x3d3a32){_0x24c7fa[_0x18eafc(0x1ce)](_0x24c7fa[_0x18eafc(0x208)],_0x24c7fa[_0x18eafc(0x208)])?_0x4768f3=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa['HJxLN']):_0x3f6e0b['KwAbp'](_0x301243,_0xf9b82e);}const _0x42cf8b=this[_0x18eafc(0x1c0)],_0x2a12a3=_0x42cf8b['indexOf'](_0x24c7fa[_0x18eafc(0x235)]);if(_0x24c7fa[_0x18eafc(0x1e1)](_0x2a12a3,-0x1)){if(_0x24c7fa['kQomO'](_0x24c7fa[_0x18eafc(0x219)],_0x24c7fa[_0x18eafc(0x17f)]))_0x42cf8b[_0x18eafc(0x1e2)](_0x2a12a3,0x1);else{const _0x31fb55=_0x24c7fa[_0x18eafc(0x1eb)](_0x15fadb,this[_0x18eafc(0x1fc)])['replace'](/ /g,'_');if(_0x24c7fa[_0x18eafc(0x209)](this[_0x18eafc(0x15d)][_0x481e58],_0x398034)&&_0x24c7fa['Utqyo'](this[_0x18eafc(0x15d)][_0x19cc74][_0x18eafc(0x18e)],0x0)){const _0x3efae2=this[_0x18eafc(0x15d)][_0x57c77f][0x1],_0x27ddb8=''+this[_0x18eafc(0x15d)][_0x5a5985][0x0];if(_0x24c7fa[_0x18eafc(0x17a)](_0x3efae2,_0x5ef99c)){const _0x35471c=_0x18eafc(0x1da)+_0x31fb55+_0x19aaa9['extname'](_0x3efae2);_0x4847ce[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x220)]),_0x328e25[_0x18eafc(0x189)](_0x27ddb8+':'+_0x35471c);}else _0x4e74f3[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x5236b0[_0x18eafc(0x189)](_0x27ddb8+':tmp/'+_0x31fb55);}}}const _0x1041b1=_0x24c7fa[_0x18eafc(0x19e)];try{if(_0x24c7fa['zgmks'](_0x24c7fa[_0x18eafc(0x200)],_0x24c7fa[_0x18eafc(0x1df)])){const _0x465069=_0x24c7fa[_0x18eafc(0x21d)][_0x18eafc(0x165)]('|');let _0xdd7d83=0x0;while(!![]){switch(_0x465069[_0xdd7d83++]){case'0':this[_0x18eafc(0x24a)]=_0x24c7fa[_0x18eafc(0x151)](_0x5c8c56);continue;case'1':_0x162e92[_0x18eafc(0x154)]=0x0;continue;case'2':this['_argv']=_0x488c3a;continue;case'3':_0xd8fdb6[_0x18eafc(0x1f3)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x188)]||{};continue;case'4':_0x11e1b2[_0x18eafc(0x20b)]={};continue;case'5':this[_0x18eafc(0x1e4)]=_0xf22a47;continue;case'6':this[_0x18eafc(0x1fc)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x1d6)];continue;case'7':this[_0x18eafc(0x15d)]=_0x46c181[_0x18eafc(0x179)];continue;case'8':this[_0x18eafc(0x14f)]=_0x24c7fa[_0x18eafc(0x151)](_0x472ed0);continue;case'9':_0xae61a[_0x18eafc(0x149)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x1a4)];continue;case'10':_0x59620a['testsPending']=0x0;continue;case'11':_0x1fb794[_0x18eafc(0x18d)]=0x0;continue;case'12':this['_framework']=_0x6f0e8;continue;case'13':this[_0x18eafc(0x1ba)]=_0x5c5de9['configuration']||{};continue;case'14':this[_0x18eafc(0x16f)]=_0x2c4e5c['mochaOpts'];continue;case'15':_0x6b5166['testsFailed']=0x0;continue;case'16':_0x2ba5d4['totalTests']=0x0;continue;case'17':_0x570ed4[_0x18eafc(0x1f9)]=0x0;continue;case'18':_0x2e9325['testsPassed']=0x0;continue;case'19':_0x273a07[_0x18eafc(0x173)]=0x0;continue;case'20':_0x33c9b3[_0x18eafc(0x1a3)]=0x0;continue;case'21':_0xde14d9[_0x18eafc(0x185)]=0x0;continue;}break;}}else{const _0x447880=_0x24c7fa[_0x18eafc(0x236)](requireModule,_0x24c7fa[_0x18eafc(0x1ea)]),_0x34a78b=_0x447880[_0x18eafc(0x18a)];_0x447880.resolvePaths=async function(){const pathResults=await _0x34a78b.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x1041b1)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa[_0x18eafc(0x1e6)]));}}catch(_0x5e81c2){let _0xf73410=_0x24c7fa[_0x18eafc(0x1d9)],_0xd9bf39;try{_0x24c7fa[_0x18eafc(0x166)](_0x24c7fa['ALzND'],_0x24c7fa['xVkSA'])?(_0xd9bf39=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa[_0x18eafc(0x183)])[_0x18eafc(0x1be)],_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['RQzeE']))):(_0x310688=_0x24c7fa['zMYPn'](_0x4a70a7,_0x24c7fa[_0x18eafc(0x187)])[_0x18eafc(0x1be)],_0x1ebedb[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x220)]),_0x46ca5f[_0x18eafc(0x189)](_0xc61dda[_0x18eafc(0x1b8)](_0x32f44a,_0x24c7fa[_0x18eafc(0x148)])),_0x30bab6=_0x24c7fa['XqlpF']);}catch(_0x35701f){_0xd9bf39=_0x24c7fa[_0x18eafc(0x1f5)](requireModule,_0x24c7fa['LXuqO'])[_0x18eafc(0x1be)],_0x42cf8b[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['klOaP'])),_0xf73410=_0x24c7fa[_0x18eafc(0x1c7)];}const _0x50d4c4=_0xd9bf39[_0x18eafc(0x222)]['build'];_0xd9bf39['prototype'][_0x18eafc(0x1fb)]=async function(){const _0x3bf8b1=_0x18eafc,_0x197302=await _0x50d4c4['call'](this);return _0x197302[_0x3bf8b1(0x1f2)]['unshift'](path[_0x3bf8b1(0x1b8)](__dirname,_0xf73410)),_0x197302['supportCodePaths'][_0x3bf8b1(0x189)](path[_0x3bf8b1(0x1b8)](__dirname,_0x1041b1)),_0x197302;};}_0x42cf8b[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x23f)]),_0x42cf8b[_0x18eafc(0x189)](''+this[_0x18eafc(0x1ba)][_0x18eafc(0x1af)]);if(this[_0x18eafc(0x15d)]&&_0x24c7fa[_0x18eafc(0x1e1)](this[_0x18eafc(0x15d)][_0x18eafc(0x18e)],0x0))for(let _0x1e3dd5=0x0;_0x24c7fa['EYKGm'](_0x1e3dd5,this['_formatter']['length']);_0x1e3dd5++){const _0x25bfa2=_0x24c7fa['TVVkb'](getPlatformName,this[_0x18eafc(0x1fc)])['replace'](/ /g,'_');if(_0x24c7fa[_0x18eafc(0x209)](this[_0x18eafc(0x15d)][_0x1e3dd5],undefined)&&_0x24c7fa[_0x18eafc(0x17b)](this[_0x18eafc(0x15d)][_0x1e3dd5]['length'],0x0)){const _0x342718=this[_0x18eafc(0x15d)][_0x1e3dd5][0x1],_0xa733b=''+this[_0x18eafc(0x15d)][_0x1e3dd5][0x0];if(_0x24c7fa['NyXSq'](_0x342718,undefined)){const _0x251868=_0x18eafc(0x1da)+_0x25bfa2+path[_0x18eafc(0x259)](_0x342718);_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](_0xa733b+':'+_0x251868);}else _0x42cf8b[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x42cf8b['push'](_0xa733b+_0x18eafc(0x19f)+_0x25bfa2);}}const _0x13fa94=new _0x4768f3[(_0x18eafc(0x1be))]({'argv':_0x42cf8b,'cwd':process[_0x18eafc(0x157)](),'stdout':process['stdout'],'stderr':process['stderr'],'env':process['env']});process[_0x18eafc(0x172)][_0x18eafc(0x158)]=JSON['stringify'](this['_configuration']),_0x13fa94['run']()[_0x18eafc(0x19c)](_0x2cddf2=>{const _0x27c977=_0x18eafc,_0x4f515a={};_0x4f515a[_0x27c977(0x22d)]=global['testSuites'],_0x4f515a[_0x27c977(0x24f)]=global['totalTests'],_0x4f515a['scenariosFailed']=global[_0x27c977(0x173)],_0x4f515a[_0x27c977(0x177)]=global[_0x27c977(0x21f)],_0x4f515a['stepsPassed']=global['testsPassed'],_0x4f515a[_0x27c977(0x244)]=global[_0x27c977(0x1a3)],_0x4f515a[_0x27c977(0x180)]=global[_0x27c977(0x204)],_0x4f515a[_0x27c977(0x212)]=global[_0x27c977(0x185)],_0x4f515a[_0x27c977(0x1de)]=global[_0x27c977(0x18d)],_0x4f515a[_0x27c977(0x22b)]=global[_0x27c977(0x154)],_0x4f515a[_0x27c977(0x192)]=_0x2cddf2[_0x27c977(0x16b)],_0x4f515a[_0x27c977(0x20b)]=global[_0x27c977(0x20b)];const _0x54e425=_0x4f515a;_0x24c7fa['FVvaw'](_0x58ad45,_0x54e425);})[_0x18eafc(0x234)](_0x2f40cc=>{const _0x262359=_0x18eafc;_0x3f6e0b[_0x262359(0x213)](_0x118e3d,_0x2f40cc);});}else{if(_0x24c7fa['MyArz'](this[_0x18eafc(0x1e5)],_0x24c7fa[_0x18eafc(0x14e)])){process[_0x18eafc(0x17c)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x24d)];try{_0x24c7fa['gZoFX'](modifyCommand),_0x24c7fa[_0x18eafc(0x230)](require,_0x24c7fa['YNnbo'])[_0x18eafc(0x1c1)](this[_0x18eafc(0x1ba)]);let _0x2030bf=0x0;process['on'](_0x24c7fa[_0x18eafc(0x18b)],async()=>{const _0x178827=_0x18eafc;if(_0x24c7fa[_0x178827(0x1e1)](_0x2030bf,0x0))return;_0x2030bf++,await _0x24c7fa[_0x178827(0x224)](cleanupDrivers,global[_0x178827(0x245)]);}),_0x24c7fa['FVvaw'](require,this[_0x18eafc(0x1ba)]['file']);}catch(_0x26cee9){console[_0x18eafc(0x1c4)](_0x26cee9),process[_0x18eafc(0x202)]=0x1,_0x24c7fa['tmITk'](_0x118e3d,_0x26cee9);}_0x24c7fa['vWyef'](_0x58ad45);}}}});}}function a19_0x42b9(_0x5c85f4,_0x4c15ed){const _0x49481e=a19_0x4948();return a19_0x42b9=function(_0x42b966,_0x56d779){_0x42b966=_0x42b966-0x146;let _0x44bd5d=_0x49481e[_0x42b966];return _0x44bd5d;},a19_0x42b9(_0x5c85f4,_0x4c15ed);}module[a19_0x2c54cb(0x168)]=Launcher;
1
+ function a19_0x3f19(_0x286625,_0x466e40){const _0x715d8=a19_0x715d();return a19_0x3f19=function(_0x3f197a,_0x4aa4f4){_0x3f197a=_0x3f197a-0x16a;let _0x44b62e=_0x715d8[_0x3f197a];return _0x44b62e;},a19_0x3f19(_0x286625,_0x466e40);}const a19_0x3f661b=a19_0x3f19;(function(_0x3fc107,_0x169438){const _0x4ac3fb=a19_0x3f19,_0x27910e=_0x3fc107();while(!![]){try{const _0x578535=-parseInt(_0x4ac3fb(0x21a))/0x1*(parseInt(_0x4ac3fb(0x27d))/0x2)+-parseInt(_0x4ac3fb(0x247))/0x3+-parseInt(_0x4ac3fb(0x1c9))/0x4+parseInt(_0x4ac3fb(0x1d0))/0x5*(-parseInt(_0x4ac3fb(0x1b1))/0x6)+-parseInt(_0x4ac3fb(0x1d5))/0x7*(parseInt(_0x4ac3fb(0x21d))/0x8)+parseInt(_0x4ac3fb(0x26d))/0x9+-parseInt(_0x4ac3fb(0x27e))/0xa*(-parseInt(_0x4ac3fb(0x22b))/0xb);if(_0x578535===_0x169438)break;else _0x27910e['push'](_0x27910e['shift']());}catch(_0x142c21){_0x27910e['push'](_0x27910e['shift']());}}}(a19_0x715d,0x3191e));const path=require(a19_0x3f661b(0x229)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require(a19_0x3f661b(0x1c7)),{isAccessibilityAutomationSession}=require(a19_0x3f661b(0x288)),RequestQueueHandler=require(a19_0x3f661b(0x1ce)),{isTestObservabilitySession}=require(a19_0x3f661b(0x174)),helper=require(a19_0x3f661b(0x256));class Launcher{constructor(_0x45bff9,_0x54f97b,_0xd3859c,_0x2bf202=[]){const _0x52eaee=a19_0x3f661b,_0x467e04={'brMFQ':'20|8|19|0|17|18|10|11|15|12|13|4|1|2|16|5|14|9|6|21|7|3','guoqQ':function(_0x147c0d){return _0x147c0d();}},_0x3d32b5=_0x467e04['brMFQ'][_0x52eaee(0x267)]('|');let _0x589227=0x0;while(!![]){switch(_0x3d32b5[_0x589227++]){case'0':this[_0x52eaee(0x18b)]=_0x54f97b[_0x52eaee(0x18e)];continue;case'1':global[_0x52eaee(0x280)]=0x0;continue;case'2':global[_0x52eaee(0x23f)]=0x0;continue;case'3':global['testsErrorMessage']={};continue;case'4':global['testSuites']=0x0;continue;case'5':global['testsPending']=0x0;continue;case'6':global[_0x52eaee(0x1c2)]=0x0;continue;case'7':global[_0x52eaee(0x230)]=0x0;continue;case'8':this[_0x52eaee(0x203)]=_0x54f97b[_0x52eaee(0x1c6)]||{};continue;case'9':global[_0x52eaee(0x1c8)]=0x0;continue;case'10':this[_0x52eaee(0x205)]=_0x2bf202;continue;case'11':this[_0x52eaee(0x190)]=_0xd3859c;continue;case'12':this[_0x52eaee(0x1a4)]=_0x467e04[_0x52eaee(0x19d)](isAccessibilityAutomationSession);continue;case'13':global['__platformCaps']=this[_0x52eaee(0x203)][_0x52eaee(0x19c)]||{};continue;case'14':global[_0x52eaee(0x273)]=0x0;continue;case'15':this[_0x52eaee(0x242)]=_0x467e04['guoqQ'](isTestObservabilitySession);continue;case'16':global[_0x52eaee(0x1c4)]=0x0;continue;case'17':this[_0x52eaee(0x241)]=this[_0x52eaee(0x203)][_0x52eaee(0x198)];continue;case'18':global[_0x52eaee(0x24f)]=this['_configuration']['platform'];continue;case'19':this[_0x52eaee(0x220)]=_0x54f97b[_0x52eaee(0x231)];continue;case'20':this[_0x52eaee(0x221)]=_0x45bff9;continue;case'21':global[_0x52eaee(0x250)]=0x0;continue;}break;}}[a19_0x3f661b(0x194)](){const _0x3c5d51=a19_0x3f661b,_0x8daebd={'XNWNi':_0x3c5d51(0x1ac),'evtzn':function(_0x6807bd){return _0x6807bd();},'QEDgZ':function(_0x54244b,_0x5cb777){return _0x54244b(_0x5cb777);},'OCQei':'@cucumber/cucumber/lib/cli/index.js','iOIrD':function(_0x26414a,_0x367189){return _0x26414a===_0x367189;},'KFwKT':_0x3c5d51(0x175),'WiuUw':function(_0x1f248d,_0x21abfc){return _0x1f248d<=_0x21abfc;},'YVDFh':function(_0x2b248c,_0x4a5226){return _0x2b248c!==_0x4a5226;},'gxnCQ':_0x3c5d51(0x237),'jKhxd':'TlfBN','pbdVm':_0x3c5d51(0x283),'LNtyh':_0x3c5d51(0x206),'FyThJ':_0x3c5d51(0x1be),'VCjEA':_0x3c5d51(0x16e),'ZRDEw':'../cucumber-js/formatter/custom_formatter.js','uMbEW':function(_0x1dace1,_0x96c2a4){return _0x1dace1(_0x96c2a4);},'YGYbD':function(_0x2acf0b,_0x49dff5){return _0x2acf0b(_0x49dff5);},'cKYSB':_0x3c5d51(0x23d),'TLFgX':_0x3c5d51(0x19b),'ldORf':_0x3c5d51(0x200),'iqGDh':function(_0x532f04,_0x5225b0){return _0x532f04(_0x5225b0);},'MDnBt':function(_0x26e465,_0x30fba6){return _0x26e465>_0x30fba6;},'HFaKG':function(_0x11715e,_0x273181){return _0x11715e(_0x273181);},'plYSW':_0x3c5d51(0x1f7),'iossr':function(_0x5a3ffd,_0x20d48f){return _0x5a3ffd(_0x20d48f);},'VxrIQ':'../../index','hazYC':function(_0x4c14bc,_0xdcbd29){return _0x4c14bc!==_0xdcbd29;},'nySAY':_0x3c5d51(0x179),'qjIHR':'WWmYw','ZyEXB':function(_0x4f26ba,_0x29d8b5,_0x1ca3b4){return _0x4f26ba(_0x29d8b5,_0x1ca3b4);},'SWZim':_0x3c5d51(0x240),'jhYmc':_0x3c5d51(0x254),'nfznE':_0x3c5d51(0x18d),'bEeTv':function(_0x33769e,_0x30a864){return _0x33769e!==_0x30a864;},'EXOld':function(_0x1cbbe6,_0x4cb759){return _0x1cbbe6===_0x4cb759;},'VOHDK':_0x3c5d51(0x23c),'TdXNC':'zVjvO','dNEKQ':'../mocha/test-observability/data-hooks','fEIWb':_0x3c5d51(0x172),'NVcVi':_0x3c5d51(0x217),'uCMfd':function(_0x538a93,_0x3061eb){return _0x538a93!==_0x3061eb;},'Hcvtr':'YSfvq','RGyBi':'UAeoB','QbNnC':function(_0x1b38ed,_0x492f91){return _0x1b38ed(_0x492f91);},'NRlrN':_0x3c5d51(0x22d),'ehtjC':_0x3c5d51(0x262),'NlTve':'kAPuU','MwZgk':function(_0x4d3ff7,_0x1d7dd2){return _0x4d3ff7(_0x1d7dd2);},'toETs':_0x3c5d51(0x21f),'whzls':'PsWIr','uHUeS':function(_0x2d3f32,_0x2c9d0f){return _0x2d3f32!==_0x2c9d0f;},'cnwMH':_0x3c5d51(0x1ad),'bzGjR':function(_0x24a30d,_0x20202c){return _0x24a30d*_0x20202c;},'vCxFS':function(_0xcbecbc,_0x1f50da){return _0xcbecbc===_0x1f50da;},'BLudb':_0x3c5d51(0x1b2),'wLQSj':function(_0x31c129,_0x39569e){return _0x31c129===_0x39569e;},'ctvQM':'DubCm','QmdQt':_0x3c5d51(0x25b),'HvLPI':_0x3c5d51(0x25e),'zJBqY':function(_0x457bdf,_0xec2719){return _0x457bdf||_0xec2719;},'ZRkNc':_0x3c5d51(0x24b),'RRssO':_0x3c5d51(0x263),'EGiPh':_0x3c5d51(0x25f),'pYkNe':'browserstackPercyBestPlatform','tbLer':_0x3c5d51(0x235),'TfYje':'percyCaptureMode','LIsew':_0x3c5d51(0x17e),'xWGwv':_0x3c5d51(0x1a1),'bzPAD':'tWWXM','tvwad':function(_0x1b5f7a,_0x1e1e04){return _0x1b5f7a!==_0x1e1e04;},'EjSrP':_0x3c5d51(0x18f),'rYcVF':_0x3c5d51(0x26c),'Yfmvu':function(_0x1583be,_0x133690){return _0x1583be!==_0x133690;},'UlWaI':_0x3c5d51(0x1e4),'IrxeF':function(_0x444585,_0x37287e){return _0x444585===_0x37287e;},'FUedY':'ziWcb','GdYYC':_0x3c5d51(0x189),'nMgXs':_0x3c5d51(0x17a),'koOmR':_0x3c5d51(0x195),'gNNlc':'kQkpa','DOuQU':_0x3c5d51(0x245),'ncUEZ':'cucumber-js','AgZaI':function(_0x2e2e7b,_0x100ec3){return _0x2e2e7b!==_0x100ec3;},'Zcmne':_0x3c5d51(0x239),'QIKAf':_0x3c5d51(0x18a),'wWEsN':function(_0x2954f0,_0x1bddfe){return _0x2954f0===_0x1bddfe;},'rnOZM':_0x3c5d51(0x1f1),'NoGvB':_0x3c5d51(0x22e),'RvrRM':function(_0xbe706a,_0x3d51bc){return _0xbe706a>_0x3d51bc;},'JQEeE':_0x3c5d51(0x248),'gVmYo':'HseDM','rNrVC':_0x3c5d51(0x26e),'VeFjd':function(_0x299c61,_0x72242d){return _0x299c61===_0x72242d;},'XBjRU':_0x3c5d51(0x227),'lihxF':'JJAvr','Aqqoe':function(_0x572221,_0x5c431c){return _0x572221(_0x5c431c);},'tgQZv':_0x3c5d51(0x252),'IyCIf':_0x3c5d51(0x193),'yrLcF':_0x3c5d51(0x170),'srhUD':function(_0x5933d9,_0x394f23){return _0x5933d9(_0x394f23);},'JcaWm':_0x3c5d51(0x1af),'McQAg':function(_0x3f0727,_0x5b3b02){return _0x3f0727<_0x5b3b02;},'SYUal':function(_0x54a254,_0x25a571){return _0x54a254(_0x25a571);},'sIPlQ':function(_0x38b4f0,_0x64301a){return _0x38b4f0>_0x64301a;},'lCUaP':function(_0x49a78c,_0x36452d){return _0x49a78c!==_0x36452d;},'wvjzy':'vanilla','dlhKF':_0x3c5d51(0x213),'VdhTo':function(_0x2e8cc3,_0x1a476b){return _0x2e8cc3(_0x1a476b);},'NsCwt':function(_0x31c1c9,_0x50d5fd){return _0x31c1c9(_0x50d5fd);},'lJKEZ':function(_0x1301e1){return _0x1301e1();}};return new Promise(async(_0x539800,_0x2a2ac4)=>{const _0x3926cd=_0x3c5d51,_0x5593bd={'owdAE':_0x8daebd[_0x3926cd(0x1b3)],'tOsfs':function(_0x14cfad,_0x1fcba1){const _0x4b60bb=_0x3926cd;return _0x8daebd[_0x4b60bb(0x20b)](_0x14cfad,_0x1fcba1);},'FnzPd':_0x8daebd[_0x3926cd(0x270)],'RDQWz':function(_0x1af171,_0x388fc1){return _0x8daebd['iossr'](_0x1af171,_0x388fc1);},'cxJJx':_0x8daebd[_0x3926cd(0x17d)],'ZBYBe':function(_0x330108,_0xad665f){const _0x234e17=_0x3926cd;return _0x8daebd[_0x234e17(0x1bb)](_0x330108,_0xad665f);},'edQLI':_0x8daebd[_0x3926cd(0x1fa)],'ADMsg':_0x8daebd[_0x3926cd(0x259)],'bFtHa':function(_0x23cf0b,_0x466f88,_0xcc3d87){const _0x109be8=_0x3926cd;return _0x8daebd[_0x109be8(0x26a)](_0x23cf0b,_0x466f88,_0xcc3d87);},'zqmfn':function(_0x25aaef,_0x13f12c){const _0x58c5c4=_0x3926cd;return _0x8daebd[_0x58c5c4(0x1df)](_0x25aaef,_0x13f12c);},'OjgwY':_0x8daebd[_0x3926cd(0x1a2)],'MikDT':function(_0x3eb97a){return _0x8daebd['evtzn'](_0x3eb97a);},'hoaAU':_0x8daebd[_0x3926cd(0x1f2)],'iUhkQ':_0x8daebd[_0x3926cd(0x1e2)],'RBHDM':function(_0x52da60,_0x201f4b){const _0x2ed2fb=_0x3926cd;return _0x8daebd[_0x2ed2fb(0x171)](_0x52da60,_0x201f4b);},'okwsU':function(_0x567c58,_0x50e5cf){const _0x13847a=_0x3926cd;return _0x8daebd[_0x13847a(0x1f4)](_0x567c58,_0x50e5cf);},'UaXwc':function(_0x1b4f1f,_0x580478){const _0x54a08d=_0x3926cd;return _0x8daebd[_0x54a08d(0x1a8)](_0x1b4f1f,_0x580478);},'claRo':_0x8daebd['VOHDK'],'DmquH':_0x8daebd[_0x3926cd(0x21b)],'HOmjF':_0x8daebd[_0x3926cd(0x284)],'kPVvB':function(_0x18020a,_0x41af50){return _0x8daebd['iqGDh'](_0x18020a,_0x41af50);}};_0x8daebd[_0x3926cd(0x1e9)](require,_0x8daebd['fEIWb'])();if(_0x8daebd['EXOld'](this[_0x3926cd(0x221)],_0x8daebd[_0x3926cd(0x1b7)])){if(_0x8daebd[_0x3926cd(0x218)](_0x8daebd[_0x3926cd(0x182)],_0x8daebd[_0x3926cd(0x212)])){const _0x3a081f=_0x8daebd['QbNnC'](requireModule,_0x8daebd[_0x3926cd(0x17f)]),_0x4d9be3=_0x8daebd[_0x3926cd(0x1b9)](requireModule,_0x8daebd[_0x3926cd(0x1b7)]);_0x8daebd['evtzn'](isBrowserstackInfra)&&(_0x8daebd[_0x3926cd(0x1a8)](_0x8daebd[_0x3926cd(0x26b)],_0x8daebd[_0x3926cd(0x24a)])?_0x17c380=0x0:_0x8daebd[_0x3926cd(0x1ef)](modifyCommand));const _0x271a64=_0x8daebd[_0x3926cd(0x265)](require,_0x8daebd[_0x3926cd(0x219)])['mochaHooks'],_0x5a6088={};_0x5a6088['beforeAll']=[_0x271a64['beforeAll']],_0x5a6088['beforeEach']=[_0x271a64[_0x3926cd(0x1cc)]],_0x5a6088[_0x3926cd(0x1bf)]=[_0x271a64['afterAll']],_0x5a6088[_0x3926cd(0x26f)]=[_0x271a64['afterEach']];const _0x21c917=_0x5a6088;if(_0x8daebd[_0x3926cd(0x1ef)](isTestObservabilitySession)){if(_0x8daebd['EXOld'](_0x8daebd['whzls'],_0x8daebd[_0x3926cd(0x1bc)])){const _0x105a79=_0x8daebd[_0x3926cd(0x20b)](require,_0x8daebd[_0x3926cd(0x284)])['mochaHooks'];_0x21c917[_0x3926cd(0x176)][_0x3926cd(0x1ba)](_0x105a79[_0x3926cd(0x176)]),_0x21c917[_0x3926cd(0x1bf)][_0x3926cd(0x207)](_0x105a79['afterAll']);}else return;}const _0x224623=await _0x3a081f[_0x3926cd(0x23a)](this['_mochaOpts'][_0x3926cd(0x184)]);Object[_0x3926cd(0x255)](this[_0x3926cd(0x220)],_0x224623);this[_0x3926cd(0x220)][_0x3926cd(0x16d)]&&(_0x8daebd[_0x3926cd(0x277)](_0x8daebd[_0x3926cd(0x187)],_0x8daebd['cnwMH'])?(_0x5340ef[_0x3926cd(0x207)](_0x5593bd[_0x3926cd(0x258)]),_0x1f979e['push'](_0x4fe423+_0x3926cd(0x1a6)+_0x59beb9)):(this[_0x3926cd(0x220)]['rootHooks'][_0x3926cd(0x176)]&&_0x21c917[_0x3926cd(0x176)][_0x3926cd(0x1ba)](...this['_mochaOpts']['rootHooks'][_0x3926cd(0x176)]),this[_0x3926cd(0x220)]['rootHooks'][_0x3926cd(0x1cc)]&&_0x21c917[_0x3926cd(0x1cc)][_0x3926cd(0x1ba)](...this[_0x3926cd(0x220)][_0x3926cd(0x16d)]['beforeEach']),this[_0x3926cd(0x220)]['rootHooks'][_0x3926cd(0x1bf)]&&_0x21c917[_0x3926cd(0x1bf)][_0x3926cd(0x207)](...this[_0x3926cd(0x220)][_0x3926cd(0x16d)][_0x3926cd(0x1bf)]),this[_0x3926cd(0x220)][_0x3926cd(0x16d)][_0x3926cd(0x26f)]&&_0x21c917[_0x3926cd(0x26f)]['push'](...this['_mochaOpts'][_0x3926cd(0x16d)][_0x3926cd(0x26f)])));const _0x46acda=this[_0x3926cd(0x220)][_0x3926cd(0x1de)];let _0xecaae7=_0x8daebd['bzGjR'](this[_0x3926cd(0x220)][_0x3926cd(0x1ab)],0x1);_0x8daebd[_0x3926cd(0x25c)](this[_0x3926cd(0x220)][_0x3926cd(0x1ab)],0x0)?_0x8daebd[_0x3926cd(0x1a0)](_0x8daebd[_0x3926cd(0x281)],_0x8daebd[_0x3926cd(0x281)])?_0xecaae7=0x0:_0x58ead3+=_0x5288e9['BSTACK_DELTA']:_0x8daebd[_0x3926cd(0x20c)](_0x8daebd[_0x3926cd(0x1b6)],_0x8daebd[_0x3926cd(0x246)])?_0x2484c7[_0x3926cd(0x215)](_0x2ea29c,0x1):_0xecaae7+=constants['BSTACK_DELTA'];const _0x2078b8={...this[_0x3926cd(0x220)],'reporter':path[_0x3926cd(0x19a)](__dirname,_0x8daebd[_0x3926cd(0x27f)]),'reporterOption':{...this[_0x3926cd(0x220)][_0x3926cd(0x1db)],'type':_0x8daebd[_0x3926cd(0x1ae)](_0x46acda,_0x8daebd[_0x3926cd(0x16f)]),'testObservability':this[_0x3926cd(0x242)],'bsConfig':this[_0x3926cd(0x190)]},'parallel':![],'rootHooks':_0x21c917,'isWorker':!![],'timeout':_0xecaae7};global[_0x3926cd(0x1b0)]=helper[_0x3926cd(0x1f3)](this[_0x3926cd(0x203)],[_0x8daebd['RRssO']]),global[_0x3926cd(0x261)]=helper['nestedKeyValue'](this[_0x3926cd(0x203)],[_0x8daebd[_0x3926cd(0x22f)],_0x8daebd[_0x3926cd(0x1dc)]]),global[_0x3926cd(0x235)]=helper['nestedKeyValue'](this[_0x3926cd(0x203)],[_0x8daebd[_0x3926cd(0x22f)],_0x8daebd[_0x3926cd(0x197)]]),global[_0x3926cd(0x18c)]=helper[_0x3926cd(0x1f3)](this[_0x3926cd(0x203)],[_0x8daebd[_0x3926cd(0x22f)],_0x8daebd['TfYje']]),global[_0x3926cd(0x186)]=[this[_0x3926cd(0x241)]];if(helper['isBrowserstackInfra']()){if(_0x8daebd['bEeTv'](_0x8daebd[_0x3926cd(0x226)],_0x8daebd[_0x3926cd(0x226)])){const _0x157d73=_0x8daebd[_0x3926cd(0x1fd)][_0x3926cd(0x267)]('|');let _0x23c17d=0x0;while(!![]){switch(_0x157d73[_0x23c17d++]){case'0':_0x29790b[_0x3926cd(0x1c0)]={};continue;case'1':_0x33e4cf['testsAmbiguous']=0x0;continue;case'2':this['_configuration']=_0x139930[_0x3926cd(0x1c6)]||{};continue;case'3':_0x56ae9a[_0x3926cd(0x1c8)]=0x0;continue;case'4':this[_0x3926cd(0x220)]=_0x14f6fc[_0x3926cd(0x231)];continue;case'5':_0x355da1[_0x3926cd(0x23f)]=0x0;continue;case'6':this[_0x3926cd(0x221)]=_0x43b1d7;continue;case'7':this[_0x3926cd(0x18b)]=_0x3bc4b8[_0x3926cd(0x18e)];continue;case'8':_0x5e8bda[_0x3926cd(0x1c2)]=0x0;continue;case'9':this[_0x3926cd(0x241)]=this[_0x3926cd(0x203)][_0x3926cd(0x198)];continue;case'10':_0xf28ee4[_0x3926cd(0x250)]=0x0;continue;case'11':_0x3e4833[_0x3926cd(0x24f)]=this[_0x3926cd(0x203)][_0x3926cd(0x16a)];continue;case'12':_0x489cde[_0x3926cd(0x280)]=0x0;continue;case'13':_0x37d9a8[_0x3926cd(0x282)]=0x0;continue;case'14':_0x55a1d3['testsSkipped']=0x0;continue;case'15':_0x2d7553[_0x3926cd(0x1b5)]=this['_configuration']['platformCaps']||{};continue;case'16':_0x352920[_0x3926cd(0x1c4)]=0x0;continue;case'17':this[_0x3926cd(0x1a4)]=_0x8daebd[_0x3926cd(0x1ef)](_0x1bdc5f);continue;case'18':this[_0x3926cd(0x242)]=_0x8daebd[_0x3926cd(0x1ef)](_0xcc64c4);continue;case'19':this['_argv']=_0x2c1ca4;continue;case'20':_0x5f065f[_0x3926cd(0x25a)]=0x0;continue;case'21':this[_0x3926cd(0x190)]=_0x10a2a5;continue;}break;}}else this[_0x3926cd(0x190)]['testContextOptions'][_0x3926cd(0x209)]&&(_0x8daebd['bEeTv'](_0x8daebd[_0x3926cd(0x22a)],_0x8daebd['bzPAD'])?global[_0x3926cd(0x22c)]=!![]:(this['_bsConfig']['testContextOptions'][_0x3926cd(0x209)]&&(_0x4830d7['__skipSessionName']=!![]),this['_bsConfig'][_0x3926cd(0x1d8)]['skipSessionStatus']&&(_0x34b1d2[_0x3926cd(0x1ee)]=!![]))),this[_0x3926cd(0x190)][_0x3926cd(0x1d8)][_0x3926cd(0x236)]&&(_0x8daebd[_0x3926cd(0x1cf)](_0x8daebd['EjSrP'],_0x8daebd[_0x3926cd(0x285)])?global['__skipSessionStatus']=!![]:_0x36beb5=_0x5593bd['tOsfs'](_0x45a489,_0x5593bd['FnzPd']));}if(this['_bsConfig']['turboScaleUrl']){if(_0x8daebd[_0x3926cd(0x23e)](_0x8daebd[_0x3926cd(0x249)],_0x8daebd[_0x3926cd(0x249)])){const _0xd168a7={};_0xd168a7[_0x3926cd(0x257)]=_0x5018fa[_0x3926cd(0x282)],_0xd168a7['steps']=_0x4ecaf4['totalTests'],_0xd168a7[_0x3926cd(0x286)]=_0x509b7c['testSuitesFailed'],_0xd168a7[_0x3926cd(0x1fb)]=_0x14d292[_0x3926cd(0x1c4)],_0xd168a7[_0x3926cd(0x1dd)]=_0x39d6ec[_0x3926cd(0x23f)],_0xd168a7[_0x3926cd(0x275)]=_0x52a48a[_0x3926cd(0x273)],_0xd168a7[_0x3926cd(0x228)]=_0x51dc59[_0x3926cd(0x25a)],_0xd168a7[_0x3926cd(0x233)]=_0x56906f[_0x3926cd(0x1c2)],_0xd168a7['stepsUnknown']=_0x1b5697[_0x3926cd(0x250)],_0xd168a7[_0x3926cd(0x204)]=_0x25c48c[_0x3926cd(0x230)],_0xd168a7[_0x3926cd(0x225)]=_0x2eb77e[_0x3926cd(0x1d3)],_0xd168a7[_0x3926cd(0x1c0)]=_0x4f8b6c[_0x3926cd(0x1c0)];const _0x324b94=_0xd168a7;_0x8daebd[_0x3926cd(0x1df)](_0x152972,_0x324b94);}else this['_configuration'][_0x3926cd(0x223)]=this[_0x3926cd(0x190)][_0x3926cd(0x223)];}const _0xff3bf7=new _0x4d9be3(_0x2078b8);_0xff3bf7[_0x3926cd(0x192)]=_0xff3bf7['run'];_0x8daebd['evtzn'](isTestObservabilitySession)?_0x8daebd[_0x3926cd(0x1a7)](_0x8daebd['FUedY'],_0x8daebd[_0x3926cd(0x191)])?_0x8daebd[_0x3926cd(0x1df)](_0x1209e2,_0x5191ec):_0xff3bf7[_0x3926cd(0x194)]=function(_0x506457){const _0x427eed=_0x3926cd,_0x26b0f5={'IMUfN':function(_0x53585e,_0x23b37b){const _0xd85e66=a19_0x3f19;return _0x8daebd[_0xd85e66(0x1df)](_0x53585e,_0x23b37b);},'smwwA':_0x8daebd[_0x427eed(0x1ec)],'EKQOM':function(_0x2da2f3,_0x4c3393){const _0x33e0ff=_0x427eed;return _0x8daebd[_0x33e0ff(0x1a0)](_0x2da2f3,_0x4c3393);},'SWraT':_0x8daebd[_0x427eed(0x222)],'WkVlu':function(_0x58cc0c,_0x324bfe){const _0x1cbd31=_0x427eed;return _0x8daebd[_0x1cbd31(0x17c)](_0x58cc0c,_0x324bfe);},'XiQdc':function(_0x2dc89c,_0x40dcc4){const _0x265c38=_0x427eed;return _0x8daebd[_0x265c38(0x1d7)](_0x2dc89c,_0x40dcc4);},'OOqWn':_0x8daebd[_0x427eed(0x264)],'gUtYd':_0x8daebd['jKhxd'],'xrgut':function(_0x563fa2,_0x140423){return _0x8daebd['QEDgZ'](_0x563fa2,_0x140423);},'fmPEQ':_0x8daebd[_0x427eed(0x1b3)]};if(_0x8daebd[_0x427eed(0x1a0)](_0x8daebd[_0x427eed(0x27c)],_0x8daebd[_0x427eed(0x24e)]))_0x5593bd[_0x427eed(0x1b8)](_0x54e314,_0x5593bd[_0x427eed(0x214)])[_0x427eed(0x1bd)](this[_0x427eed(0x203)],null,this[_0x427eed(0x242)]);else return _0xff3bf7[_0x427eed(0x192)](_0x1d3178=>{const _0x7c295e=_0x427eed;if(_0x5593bd[_0x7c295e(0x178)](_0x5593bd[_0x7c295e(0x1e1)],_0x5593bd[_0x7c295e(0x16c)])){const _0x12d6f6=_0x5593bd[_0x7c295e(0x251)](setInterval,async()=>{const _0xab9d50=_0x7c295e,_0x125e37={'ymAyl':function(_0x2ac957,_0x4a026c){const _0x479e09=a19_0x3f19;return _0x26b0f5[_0x479e09(0x24c)](_0x2ac957,_0x4a026c);},'RQqeA':_0x26b0f5[_0xab9d50(0x272)]};_0x26b0f5[_0xab9d50(0x287)](_0x26b0f5[_0xab9d50(0x180)],_0x26b0f5[_0xab9d50(0x180)])?_0x26b0f5[_0xab9d50(0x1ed)](RequestQueueHandler[_0xab9d50(0x23b)]()[_0xab9d50(0x1c1)],0x0)&&(_0x26b0f5[_0xab9d50(0x276)](_0x26b0f5['OOqWn'],_0x26b0f5['gUtYd'])?(_0x26b0f5[_0xab9d50(0x24c)](clearInterval,_0x12d6f6),await _0x26b0f5['IMUfN'](cleanupDrivers,global[_0xab9d50(0x21e)]),_0x26b0f5[_0xab9d50(0x202)](_0x539800,_0x1d3178)):_0x254556['__skipSessionName']=!![]):_0x1c13c1=_0x125e37[_0xab9d50(0x1f6)](_0x416d46,_0x125e37['RQqeA']);},0x3e8);}else{const _0x5a8060=_0x7c295e(0x1ca)+_0x3e88bc+_0x14b67b['extname'](_0x3e94c9);_0x4b3de0[_0x7c295e(0x207)](_0x26b0f5[_0x7c295e(0x199)]),_0x15b8ff[_0x7c295e(0x207)](_0x4ca744+':'+_0x5a8060);}});}:_0x8daebd[_0x3926cd(0x1d7)](_0x8daebd[_0x3926cd(0x1f9)],_0x8daebd['koOmR'])?_0xff3bf7[_0x3926cd(0x194)]=function(_0x29d08f){const _0x957dc2=_0x3926cd;if(_0x5593bd['ZBYBe'](_0x5593bd[_0x957dc2(0x20f)],_0x5593bd[_0x957dc2(0x1a3)]))return _0xff3bf7[_0x957dc2(0x192)](async _0x1ea4ac=>{const _0x393083=_0x957dc2,_0x287e81={'DZfBm':function(_0x16740e,_0x12c97a){const _0x9c206a=a19_0x3f19;return _0x5593bd[_0x9c206a(0x260)](_0x16740e,_0x12c97a);}};_0x5593bd[_0x393083(0x178)](_0x5593bd[_0x393083(0x1cd)],_0x5593bd['OjgwY'])?_0x287e81[_0x393083(0x1fc)](_0xe3f292,_0x259519):(await _0x5593bd[_0x393083(0x20e)](cleanupDrivers,global['__driversArray']),_0x5593bd['zqmfn'](_0x539800,_0x1ea4ac));});else _0x5593bd[_0x957dc2(0x21c)](_0x3ab18a);}:(_0x3ef406=_0x8daebd[_0x3926cd(0x1df)](_0x4b8a3a,_0x8daebd[_0x3926cd(0x1eb)])[_0x3926cd(0x1d2)],_0x181af1[_0x3926cd(0x207)](_0x8daebd[_0x3926cd(0x1b3)]),_0x541665[_0x3926cd(0x207)](_0x992586[_0x3926cd(0x19a)](_0x3b566d,_0x8daebd[_0x3926cd(0x1f5)])));try{if(_0x8daebd[_0x3926cd(0x23e)](_0x8daebd[_0x3926cd(0x1e8)],_0x8daebd['DOuQU']))_0x8daebd['iqGDh'](require,_0x8daebd['VxrIQ'])['browserstackAgentV2'](this['_configuration'],null,this[_0x3926cd(0x242)]);else{const _0x252995=this[_0x3926cd(0x18b)][_0x1b745f][0x1],_0x423968=''+this[_0x3926cd(0x18b)][_0x383010][0x0];if(_0x8daebd[_0x3926cd(0x1d7)](_0x252995,_0x5152bd)){const _0x9be888='tmp/'+_0x2b6093+_0x59ba6c[_0x3926cd(0x1d6)](_0x252995);_0x1f911e[_0x3926cd(0x207)](_0x8daebd[_0x3926cd(0x1b3)]),_0x30c139[_0x3926cd(0x207)](_0x423968+':'+_0x9be888);}else _0x4f0263[_0x3926cd(0x207)](_0x8daebd[_0x3926cd(0x1b3)]),_0x39d1ec[_0x3926cd(0x207)](_0x423968+_0x3926cd(0x1a6)+_0x335043);}}catch{}const _0x19b557=_0x3a081f[_0x3926cd(0x266)](_0xff3bf7,_0x2078b8);_0x19b557&&_0x19b557[_0x3926cd(0x278)](_0x21db09=>{const _0x2f221a=_0x3926cd;if(_0x5593bd[_0x2f221a(0x271)](_0x5593bd[_0x2f221a(0x201)],_0x5593bd[_0x2f221a(0x1c3)])){const _0x987272=_0x5593bd[_0x2f221a(0x260)](_0xe9f22,this['_capability'])[_0x2f221a(0x19e)](/ /g,'_');if(_0x5593bd['RBHDM'](this[_0x2f221a(0x18b)][_0x113bcb],_0x1c1beb)&&_0x5593bd[_0x2f221a(0x1ea)](this[_0x2f221a(0x18b)][_0xfe119c]['length'],0x0)){const _0x5c03e3=this['_formatter'][_0x182764][0x1],_0x5db282=''+this[_0x2f221a(0x18b)][_0x49b3e5][0x0];if(_0x5593bd[_0x2f221a(0x1a5)](_0x5c03e3,_0x57c0e5)){const _0x5bc497='tmp/'+_0x987272+_0x530369['extname'](_0x5c03e3);_0x509d69['push'](_0x5593bd[_0x2f221a(0x258)]),_0x5acaff['push'](_0x5db282+':'+_0x5bc497);}else _0x482eab['push'](_0x5593bd[_0x2f221a(0x258)]),_0x3774b0[_0x2f221a(0x207)](_0x5db282+_0x2f221a(0x1a6)+_0x987272);}}else _0x5593bd[_0x2f221a(0x20e)](_0x2a2ac4,_0x21db09);});}else this[_0x3926cd(0x220)][_0x3926cd(0x16d)][_0x3926cd(0x176)]&&_0x4c55df[_0x3926cd(0x176)][_0x3926cd(0x1ba)](...this['_mochaOpts']['rootHooks'][_0x3926cd(0x176)]),this[_0x3926cd(0x220)][_0x3926cd(0x16d)][_0x3926cd(0x1cc)]&&_0x3766d4[_0x3926cd(0x1cc)][_0x3926cd(0x1ba)](...this['_mochaOpts'][_0x3926cd(0x16d)][_0x3926cd(0x1cc)]),this['_mochaOpts']['rootHooks'][_0x3926cd(0x1bf)]&&_0x2923a2[_0x3926cd(0x1bf)][_0x3926cd(0x207)](...this['_mochaOpts'][_0x3926cd(0x16d)][_0x3926cd(0x1bf)]),this[_0x3926cd(0x220)][_0x3926cd(0x16d)][_0x3926cd(0x26f)]&&_0xd46e99['afterEach'][_0x3926cd(0x207)](...this[_0x3926cd(0x220)][_0x3926cd(0x16d)][_0x3926cd(0x26f)]);}else{if(_0x8daebd[_0x3926cd(0x20c)](this['_framework'],_0x8daebd['ncUEZ'])){let _0x456653;try{_0x8daebd[_0x3926cd(0x1e7)](_0x8daebd[_0x3926cd(0x1aa)],_0x8daebd[_0x3926cd(0x1d4)])?_0x456653=_0x8daebd['iossr'](requireModule,_0x8daebd[_0x3926cd(0x1ec)]):(_0x4beaa9[_0x3926cd(0x216)](_0x23773a),_0x1059e8[_0x3926cd(0x196)]=0x1,_0x8daebd[_0x3926cd(0x20b)](_0x37cc76,_0x305762));}catch(_0x16120e){_0x8daebd[_0x3926cd(0x20d)](_0x8daebd[_0x3926cd(0x224)],_0x8daebd[_0x3926cd(0x268)])?_0x4f2dac[_0x3926cd(0x1ee)]=!![]:_0x456653=_0x8daebd[_0x3926cd(0x173)](requireModule,_0x8daebd[_0x3926cd(0x270)]);}const _0x3a83fa=this[_0x3926cd(0x205)],_0x42ac23=_0x3a83fa['indexOf'](_0x8daebd['ncUEZ']);if(_0x8daebd[_0x3926cd(0x185)](_0x42ac23,-0x1)){if(_0x8daebd[_0x3926cd(0x218)](_0x8daebd[_0x3926cd(0x181)],_0x8daebd['gVmYo']))_0x3a83fa[_0x3926cd(0x215)](_0x42ac23,0x1);else{const _0x1fd9e8=_0x5593bd[_0x3926cd(0x20e)](_0x551266,_0x5593bd[_0x3926cd(0x1cb)])[_0x3926cd(0x208)];_0x4b1013['beforeAll'][_0x3926cd(0x1ba)](_0x1fd9e8['beforeAll']),_0x109e01[_0x3926cd(0x1bf)][_0x3926cd(0x207)](_0x1fd9e8['afterAll']);}}const _0x3bd2ce=_0x8daebd[_0x3926cd(0x24d)];try{if(_0x8daebd[_0x3926cd(0x234)](_0x8daebd['XBjRU'],_0x8daebd[_0x3926cd(0x210)]))this['_configuration'][_0x3926cd(0x223)]=this[_0x3926cd(0x190)][_0x3926cd(0x223)];else{const _0x2d6f0b=_0x8daebd[_0x3926cd(0x244)](requireModule,_0x8daebd[_0x3926cd(0x1da)]),_0x1fb803=_0x2d6f0b[_0x3926cd(0x269)];_0x2d6f0b.resolvePaths=async function(){const pathResults=await _0x1fb803.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x3bd2ce)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x3a83fa['push'](_0x8daebd[_0x3926cd(0x1b3)]),_0x3a83fa['push'](path[_0x3926cd(0x19a)](__dirname,_0x8daebd['ZRDEw']));}}catch(_0x2cc17c){let _0x555735=_0x8daebd['IyCIf'],_0x590a0e;try{_0x8daebd[_0x3926cd(0x1cf)](_0x8daebd[_0x3926cd(0x27a)],_0x8daebd['yrLcF'])?(_0x150942=_0x8daebd['YGYbD'](_0x5baa27,_0x8daebd[_0x3926cd(0x1a9)])['default'],_0x43ffbd[_0x3926cd(0x207)](_0x8daebd['pbdVm']),_0x14a968[_0x3926cd(0x207)](_0x1768f7['join'](_0x34ed49,_0x8daebd['TLFgX'])),_0x3e3e9d=_0x8daebd[_0x3926cd(0x1e0)]):(_0x590a0e=_0x8daebd[_0x3926cd(0x265)](requireModule,_0x8daebd['VCjEA'])[_0x3926cd(0x1d2)],_0x3a83fa[_0x3926cd(0x207)](_0x8daebd[_0x3926cd(0x1b3)]),_0x3a83fa[_0x3926cd(0x207)](path[_0x3926cd(0x19a)](__dirname,_0x8daebd['ZRDEw'])));}catch(_0x411959){_0x590a0e=_0x8daebd[_0x3926cd(0x20a)](requireModule,_0x8daebd[_0x3926cd(0x1a9)])[_0x3926cd(0x1d2)],_0x3a83fa[_0x3926cd(0x207)](_0x8daebd[_0x3926cd(0x1b3)]),_0x3a83fa['push'](path['join'](__dirname,_0x8daebd['TLFgX'])),_0x555735=_0x8daebd[_0x3926cd(0x1e0)];}const _0x4bae8e=_0x590a0e['prototype'][_0x3926cd(0x232)];_0x590a0e[_0x3926cd(0x1f8)][_0x3926cd(0x232)]=async function(){const _0x5f3ab2=_0x3926cd,_0x45f2c7=await _0x4bae8e[_0x5f3ab2(0x1ff)](this);return _0x45f2c7[_0x5f3ab2(0x211)]['unshift'](path[_0x5f3ab2(0x19a)](__dirname,_0x555735)),_0x45f2c7[_0x5f3ab2(0x211)]['push'](path['join'](__dirname,_0x3bd2ce)),_0x45f2c7;};}_0x3a83fa[_0x3926cd(0x207)](_0x8daebd[_0x3926cd(0x25d)]),_0x3a83fa['push'](''+this['_configuration']['maxWorkers']);if(this[_0x3926cd(0x18b)]&&_0x8daebd[_0x3926cd(0x1f4)](this['_formatter'][_0x3926cd(0x1c5)],0x0))for(let _0x3c71da=0x0;_0x8daebd[_0x3926cd(0x1e6)](_0x3c71da,this[_0x3926cd(0x18b)][_0x3926cd(0x1c5)]);_0x3c71da++){const _0x4a2a78=_0x8daebd['SYUal'](getPlatformName,this['_capability'])['replace'](/ /g,'_');if(_0x8daebd[_0x3926cd(0x1cf)](this[_0x3926cd(0x18b)][_0x3c71da],undefined)&&_0x8daebd[_0x3926cd(0x1e3)](this[_0x3926cd(0x18b)][_0x3c71da][_0x3926cd(0x1c5)],0x0)){const _0x5ed95a=this[_0x3926cd(0x18b)][_0x3c71da][0x1],_0x970b7f=''+this[_0x3926cd(0x18b)][_0x3c71da][0x0];if(_0x8daebd[_0x3926cd(0x274)](_0x5ed95a,undefined)){const _0x438f82=_0x3926cd(0x1ca)+_0x4a2a78+path[_0x3926cd(0x1d6)](_0x5ed95a);_0x3a83fa[_0x3926cd(0x207)](_0x8daebd[_0x3926cd(0x1b3)]),_0x3a83fa[_0x3926cd(0x207)](_0x970b7f+':'+_0x438f82);}else _0x3a83fa[_0x3926cd(0x207)](_0x8daebd['pbdVm']),_0x3a83fa[_0x3926cd(0x207)](_0x970b7f+_0x3926cd(0x1a6)+_0x4a2a78);}}const _0x568cce=new _0x456653[(_0x3926cd(0x1d2))]({'argv':_0x3a83fa,'cwd':process[_0x3926cd(0x1fe)](),'stdout':process['stdout'],'stderr':process[_0x3926cd(0x27b)],'env':process['env']});process[_0x3926cd(0x1b4)][_0x3926cd(0x16b)]=JSON[_0x3926cd(0x17b)](this[_0x3926cd(0x203)]),_0x568cce['run']()['then'](_0x2eb2b2=>{const _0x1d649e=_0x3926cd,_0x3c90b1={};_0x3c90b1[_0x1d649e(0x257)]=global[_0x1d649e(0x282)],_0x3c90b1[_0x1d649e(0x279)]=global['totalTests'],_0x3c90b1[_0x1d649e(0x286)]=global['testSuitesFailed'],_0x3c90b1['stepsFailed']=global['testsFailed'],_0x3c90b1[_0x1d649e(0x1dd)]=global[_0x1d649e(0x23f)],_0x3c90b1[_0x1d649e(0x275)]=global[_0x1d649e(0x273)],_0x3c90b1[_0x1d649e(0x228)]=global['testsPending'],_0x3c90b1[_0x1d649e(0x233)]=global[_0x1d649e(0x1c2)],_0x3c90b1[_0x1d649e(0x1f0)]=global['testsUnknown'],_0x3c90b1[_0x1d649e(0x204)]=global['testsAmbiguous'],_0x3c90b1[_0x1d649e(0x225)]=_0x2eb2b2['success'],_0x3c90b1[_0x1d649e(0x1c0)]=global[_0x1d649e(0x1c0)];const _0x5db56c=_0x3c90b1;_0x8daebd[_0x1d649e(0x1e9)](_0x539800,_0x5db56c);})[_0x3926cd(0x278)](_0xbc2993=>{const _0x44b0c5=_0x3926cd;_0x5593bd[_0x44b0c5(0x253)](_0x2a2ac4,_0xbc2993);});}else{if(_0x8daebd[_0x3926cd(0x1a7)](this['_framework'],_0x8daebd[_0x3926cd(0x1e5)])){process[_0x3926cd(0x177)]=this[_0x3926cd(0x203)][_0x3926cd(0x19f)];try{_0x8daebd['evtzn'](modifyCommand),_0x8daebd[_0x3926cd(0x238)](require,_0x8daebd[_0x3926cd(0x17d)])[_0x3926cd(0x243)](this['_configuration']);let _0x16a444=0x0;process['on'](_0x8daebd[_0x3926cd(0x183)],async()=>{const _0x3f694b=_0x3926cd;if(_0x8daebd[_0x3f694b(0x1f4)](_0x16a444,0x0))return;_0x16a444++,await _0x8daebd[_0x3f694b(0x173)](cleanupDrivers,global[_0x3f694b(0x21e)]);}),_0x8daebd[_0x3926cd(0x1d9)](require,this[_0x3926cd(0x203)][_0x3926cd(0x1d1)]);}catch(_0x2f9093){console[_0x3926cd(0x216)](_0x2f9093),process[_0x3926cd(0x196)]=0x1,_0x8daebd['NsCwt'](_0x2a2ac4,_0x2f9093);}_0x8daebd[_0x3926cd(0x188)](_0x539800);}}}});}}function a19_0x715d(){const _0xc418ff=['timeout','6|2|4|7|9|11|19|21|18|17|15|13|12|5|16|20|14|3|8|10|1|0','kzbjG','zJBqY','--parallel','browserstackPlatformIndex','2343486xWXWni','sqgee','pbdVm','env','__platformCaps','ctvQM','NVcVi','RDQWz','QbNnC','unshift','hazYC','whzls','browserstackAgentV2','cbHZQ','afterAll','testsErrorMessage','pendingUploads','testsUndefined','DmquH','testsFailed','length','configuration','../utils/constants','testSuitesFailed','447200XJiIht','tmp/','HOmjF','beforeEach','OjgwY','../../helpers/test-observability/requestQueueHandler','tvwad','5PsFsdo','file','default','success','QIKAf','952EECYas','extname','YVDFh','testContextOptions','VdhTo','tgQZv','reporterOptions','pYkNe','stepsPassed','reporter','QEDgZ','ldORf','edQLI','nfznE','sIPlQ','ouZly','wvjzy','McQAg','AgZaI','gNNlc','iqGDh','okwsU','VCjEA','OCQei','WkVlu','__skipSessionStatus','evtzn','stepsUnknown','rRLqu','jhYmc','nestedKeyValue','MDnBt','ZRDEw','ymAyl','cucumber/lib/cli/index.js','prototype','nMgXs','nySAY','stepsFailed','DZfBm','XNWNi','cwd','call','../cucumber-js/test_old.setup.js','claRo','xrgut','_configuration','stepsAmbiguous','_argv','OnfOq','push','mochaHooks','skipSessionName','srhUD','uMbEW','wLQSj','wWEsN','tOsfs','hoaAU','lihxF','supportCodePaths','RGyBi','beforeExit','cxJJx','splice','error','mocha','uCMfd','toETs','1muDBYC','TdXNC','MikDT','5768yGnsrd','__driversArray','../mocha/test.setup','_mochaOpts','_framework','KFwKT','turboScaleUrl','rnOZM','processSuccess','LIsew','duqGG','stepsPending','path','xWGwv','88781uYzyNE','__skipSessionName','mocha/lib/cli/run-helpers.js','apoBU','EGiPh','testsAmbiguous','mochaOpts','build','stepsUndefined','VeFjd','percy','skipSessionStatus','uJCVG','YGYbD','QSOVG','handleRequires','getInstance','EaZST','cucumber/lib/cli/configuration_builder.js','Yfmvu','testsPassed','Zsejq','_capability','_testObservability','browserstackAgent','Aqqoe','OgkVH','QmdQt','1129824sScPEQ','Dvqel','UlWaI','NlTve','spec','IMUfN','rNrVC','FyThJ','__platform__','testsUnknown','bFtHa','@cucumber/cucumber/lib/api/paths.js','kPVvB','uVGDA','assign','../../helpers/helper','scenarios','owdAE','qjIHR','testsPending','QKXCB','vCxFS','JcaWm','../mocha/bstack-reporter/customReporter.js','browserStackPercyOptions','zqmfn','browserstackPercyBestPlatform','AqnPw','platformIndex','gxnCQ','MwZgk','runMocha','split','NoGvB','resolvePaths','ZyEXB','ehtjC','FkKHY','649269zYBwKa','../cucumber-js/timeout.setup.js','afterEach','plYSW','UaXwc','smwwA','testsSkipped','lCUaP','stepsSkipped','XiQdc','uHUeS','catch','steps','yrLcF','stderr','LNtyh','189274lfzZfR','1490aSxUml','HvLPI','totalTests','BLudb','testSuites','--format','dNEKQ','rYcVF','scenariosFailed','EKQOM','../../helpers/accessibility-automation/helper','platform','CONFIG','ADMsg','rootHooks','@cucumber/cucumber/lib/cli/configuration_builder.js','ZRkNc','ZgLaf','bEeTv','../../helpers/setKeepAlive','HFaKG','../../helpers/test-observability/utils','tkWMB','beforeAll','argv','ZBYBe','lbOkq','bCAIl','stringify','WiuUw','VxrIQ','pCGaf','NRlrN','SWraT','JQEeE','Hcvtr','dlhKF','require','RvrRM','capabilities','cnwMH','lJKEZ','JvVcs','TIQyG','_formatter','percyCaptureMode','GsyYY','formatter','GePwC','_bsConfig','GdYYC','prevRun','../cucumber-js/test.setup.js','run','dNxJb','exitCode','tbLer','capability','fmPEQ','join','../cucumber-js/formatter/custom_formatter_old_versions.js','platformCaps','guoqQ','replace','args','iOIrD','HgpGv','SWZim','iUhkQ','_accessibilityAutomation','RBHDM',':tmp/','IrxeF','EXOld','cKYSB','Zcmne'];a19_0x715d=function(){return _0xc418ff;};return a19_0x715d();}module['exports']=Launcher;
@@ -1 +1 @@
1
- const a20_0x2a86db=a20_0x8c3e;(function(_0x208d41,_0x6860ad){const _0x192cde=a20_0x8c3e,_0x561c87=_0x208d41();while(!![]){try{const _0x2f3e75=parseInt(_0x192cde(0x19c))/0x1+parseInt(_0x192cde(0x1b6))/0x2+parseInt(_0x192cde(0x1dd))/0x3*(-parseInt(_0x192cde(0x17a))/0x4)+-parseInt(_0x192cde(0x16d))/0x5+parseInt(_0x192cde(0x190))/0x6*(parseInt(_0x192cde(0x1bd))/0x7)+parseInt(_0x192cde(0x1d5))/0x8*(parseInt(_0x192cde(0x199))/0x9)+parseInt(_0x192cde(0x1d0))/0xa*(-parseInt(_0x192cde(0x1de))/0xb);if(_0x2f3e75===_0x6860ad)break;else _0x561c87['push'](_0x561c87['shift']());}catch(_0x43dc23){_0x561c87['push'](_0x561c87['shift']());}}}(a20_0x1f46,0xbd45e));const path=require(a20_0x2a86db(0x1df)),os=require('os'),util=require(a20_0x2a86db(0x1a4)),bsSetupHelper=require(a20_0x2a86db(0x1c1)),logger=require('../../../helpers/logger')[a20_0x2a86db(0x178)];function a20_0x1f46(){const _0x531586=['Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isUndefined','533268rsRcSi','getCapabilities','latest','ukisG','Mlted','env','toLowerCase','xPOLQ','util','RJcbj','Options','browser_version','gwagS','PcUJk','ShKMY','ozDco','options_','xRWPw','nvjDi','gNNwk','ngwUS','accessibility','BcAKd','PaXrc','YVtKh','HkxvT','2604622XeXleP','PQrLk','setAccessibilityCapabilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Ptqeo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','WPeKb','25186OYbVBP','Exception\x20in\x20setExtension\x20Error:\x20','args','getBrowserName','../../../helpers/helper','BS_A11Y_JWT','TWmmT','WzTca','OYvFl','TeIvX','iToNV','gWszg','chromeOptions_','--headless','gWppo','APkKx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','includes','cgVLI','15742940jBjuyH','mrbRL','PTTri','GjCvr','klHyD','73816mmHjEU','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','HczIb','requireModule','ZjuCA','QjKCB','Eqpbu','216zkeRTr','22YRpmPn','path','parse','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','fetchPlatformDetails','browserstack','wNaVC','format','1527015QZtQXO','JUEMj','browserName','rAzcD','dNXRI','beUbx','yEyhc','MWDsV','selenium-webdriver/chrome.js','browserVersion','__cloud_provider___','winstonLogger','bstack:options','6404nIkfqY','FEkse','bnfgN','authToken','niQuB','AObmo','iYVxR','njxcf','YBwnJ','HEcWE','QqILZ','tehMI','accessibilityOptions','lKwAg','arIFz','debug','chrome','mSHYJ','scannerVersion','device','lPDCm','OmwuW','1722jGqzeP','BRnpu','TseuM','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','NtYla','PbkZL','capability','fCTsq','deviceName','1440wRMMYf'];a20_0x1f46=function(){return _0x531586;};return a20_0x1f46();}function a20_0x8c3e(_0x2ed8fb,_0xa8817f){const _0x1f468e=a20_0x1f46();return a20_0x8c3e=function(_0x8c3e0,_0x4d8009){_0x8c3e0=_0x8c3e0-0x168;let _0x33b0e4=_0x1f468e[_0x8c3e0];return _0x33b0e4;},a20_0x8c3e(_0x2ed8fb,_0xa8817f);}exports[a20_0x2a86db(0x1b8)]=_0x140bd4=>{const _0x52e240=a20_0x2a86db,_0x229302={};_0x229302[_0x52e240(0x1c4)]='browserstack.accessibilityOptions',_0x229302[_0x52e240(0x173)]=_0x52e240(0x179),_0x229302['HczIb']=_0x52e240(0x1cd),_0x229302[_0x52e240(0x1a9)]=_0x52e240(0x19a),_0x229302['Eqpbu']='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x229302['mrbRL']=function(_0x2370d9,_0x198828){return _0x2370d9===_0x198828;},_0x229302[_0x52e240(0x195)]=_0x52e240(0x174),_0x229302[_0x52e240(0x1a0)]='browserstack.accessibility',_0x229302[_0x52e240(0x16b)]=function(_0x248b65,_0x1ee0eb){return _0x248b65===_0x1ee0eb;},_0x229302[_0x52e240(0x1af)]=_0x52e240(0x18e),_0x229302['uEQhJ']=_0x52e240(0x1da),_0x229302['TWmmT']='rYYNX',_0x229302['PQrLk']=function(_0x44cba9,_0x590f96){return _0x44cba9!==_0x590f96;},_0x229302[_0x52e240(0x1db)]=_0x52e240(0x1cc),_0x229302[_0x52e240(0x19f)]=_0x52e240(0x18f),_0x229302[_0x52e240(0x1cf)]='XSbYd',_0x229302['wTNtM']='uniKb',_0x229302[_0x52e240(0x17f)]='Zqlsk',_0x229302[_0x52e240(0x181)]=_0x52e240(0x1b5),_0x229302[_0x52e240(0x170)]=_0x52e240(0x18b),_0x229302[_0x52e240(0x185)]=function(_0x11d28b,_0x3ee835){return _0x11d28b!==_0x3ee835;},_0x229302[_0x52e240(0x1ab)]=_0x52e240(0x192);const _0x1527c2=_0x229302;try{if(_0x1527c2[_0x52e240(0x1d1)](_0x1527c2[_0x52e240(0x195)],_0x1527c2[_0x52e240(0x195)])){const _0x246195=_0x140bd4[_0x52e240(0x196)]||{};if(_0x246195[_0x1527c2[_0x52e240(0x173)]]&&_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x1b1)]||_0x140bd4['capability'][_0x1527c2[_0x52e240(0x1a0)]]){if(_0x1527c2[_0x52e240(0x16b)](_0x1527c2[_0x52e240(0x1af)],_0x1527c2['uEQhJ']))_0x1a6986[_0x52e240(0x189)]('Exception\x20in\x20setExtension\x20Error:\x20'+_0x4552ee[_0x52e240(0x16c)](_0x1503d7));else{global['isAccessibilityPlatform']=!![];if(_0x246195[_0x1527c2[_0x52e240(0x173)]]){if(_0x1527c2[_0x52e240(0x16b)](_0x1527c2[_0x52e240(0x1c3)],_0x1527c2[_0x52e240(0x1c3)])){if(_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]){if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x1db)],_0x1527c2['QjKCB'])){if(_0x599250[_0x1527c2[_0x52e240(0x1c4)]])_0x4b0f22[_0x1527c2['WzTca']][_0x52e240(0x17d)]=_0x2b0582[_0x52e240(0x1a1)][_0x52e240(0x1c2)];else{const _0x487f3e={};_0x487f3e[_0x52e240(0x17d)]=_0x5122d2['env'][_0x52e240(0x1c2)],_0x106e09[_0x1527c2[_0x52e240(0x1c4)]]=_0x487f3e;}_0x5eb6ab[_0x1527c2[_0x52e240(0x1c4)]][_0x52e240(0x18c)]=_0x48fd80['parse'](_0x4f5199['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else _0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)][_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)];}else{if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x19f)],_0x1527c2['ukisG']))_0x31ed33[_0x52e240(0x189)](_0x52e240(0x168)+_0x183339);else{const _0x5d15c3={};_0x5d15c3[_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)],_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]=_0x5d15c3;}}_0x246195[_0x1527c2['yEyhc']][_0x52e240(0x186)][_0x52e240(0x18c)]=JSON[_0x52e240(0x1e0)](process['env'][_0x52e240(0x1b9)])[_0x52e240(0x18c)];}else{if(_0x5079d9[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)])_0x4e261b[_0x1527c2['yEyhc']][_0x52e240(0x186)]['authToken']=_0x39ac3d[_0x52e240(0x1a1)][_0x52e240(0x1c2)];else{const _0x275432={};_0x275432[_0x52e240(0x17d)]=_0x1cc97b['env']['BS_A11Y_JWT'],_0x538c70[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]=_0x275432;}_0x263661[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)][_0x52e240(0x18c)]=_0x21c249[_0x52e240(0x1e0)](_0x1f0b42[_0x52e240(0x1a1)][_0x52e240(0x1b9)])['scannerVersion'];}}else{if(_0x140bd4['capability'][_0x1527c2[_0x52e240(0x1a0)]]){if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x1cf)],_0x1527c2['wTNtM'])){if(_0x246195[_0x1527c2[_0x52e240(0x1c4)]]){if(_0x1527c2[_0x52e240(0x1d1)](_0x1527c2[_0x52e240(0x17f)],_0x1527c2[_0x52e240(0x181)]))return![];else _0x246195[_0x1527c2[_0x52e240(0x1c4)]][_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)];}else{if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x170)],_0x1527c2[_0x52e240(0x170)])){const _0x1908b9={};_0x1908b9[_0x52e240(0x17d)]=_0x578c0f['env'][_0x52e240(0x1c2)],_0x129305[_0x1527c2['WzTca']]=_0x1908b9;}else{const _0x425c54={};_0x425c54[_0x52e240(0x17d)]=process['env']['BS_A11Y_JWT'],_0x246195[_0x1527c2[_0x52e240(0x1c4)]]=_0x425c54;}}_0x246195[_0x1527c2['WzTca']]['scannerVersion']=JSON['parse'](process[_0x52e240(0x1a1)][_0x52e240(0x1b9)])[_0x52e240(0x18c)];}else return _0x4b9e15['warn'](_0x1527c2[_0x52e240(0x1d8)]),![];}}}}}else return _0x105058['warn'](_0x1527c2[_0x52e240(0x1a9)]),![];}catch(_0x55580e){if(_0x1527c2[_0x52e240(0x185)](_0x1527c2[_0x52e240(0x1ab)],_0x1527c2[_0x52e240(0x1ab)]))return _0x2d0cb1['warn'](_0x1527c2[_0x52e240(0x1dc)]),![];else logger[_0x52e240(0x189)](_0x52e240(0x168)+_0x55580e);}},exports['setExtension']=(_0x428447,_0x5df849)=>{const _0x265566=a20_0x2a86db,_0x3c83e2={};_0x3c83e2['ShKMY']=_0x265566(0x175),_0x3c83e2[_0x265566(0x1a5)]='bstack:options',_0x3c83e2[_0x265566(0x1d4)]='browserstack.accessibilityOptions',_0x3c83e2[_0x265566(0x197)]=_0x265566(0x1bb),_0x3c83e2['bnfgN']=function(_0x1aedfa,_0x20a52a){return _0x1aedfa!==_0x20a52a;},_0x3c83e2[_0x265566(0x183)]=function(_0x56fdca,_0x21b448){return _0x56fdca===_0x21b448;},_0x3c83e2[_0x265566(0x17b)]=_0x265566(0x188),_0x3c83e2[_0x265566(0x182)]=_0x265566(0x1cd),_0x3c83e2[_0x265566(0x1b0)]=_0x265566(0x18a),_0x3c83e2[_0x265566(0x191)]=function(_0x5db278,_0x9cb13e){return _0x5db278===_0x9cb13e;},_0x3c83e2[_0x265566(0x1a8)]='ihhGx',_0x3c83e2[_0x265566(0x1b4)]=_0x265566(0x1d7),_0x3c83e2[_0x265566(0x1c6)]=function(_0x329f21,_0x4033ed){return _0x329f21===_0x4033ed;},_0x3c83e2[_0x265566(0x16e)]=_0x265566(0x19e),_0x3c83e2[_0x265566(0x171)]=function(_0x4f9df6,_0x56e5bc){return _0x4f9df6>_0x56e5bc;},_0x3c83e2['iYVxR']=_0x265566(0x1c5),_0x3c83e2[_0x265566(0x1ae)]=_0x265566(0x1c8),_0x3c83e2[_0x265566(0x1ad)]=_0x265566(0x17e),_0x3c83e2[_0x265566(0x172)]=function(_0x1dd47f,_0xa63d82){return _0x1dd47f!==_0xa63d82;},_0x3c83e2[_0x265566(0x1cb)]=_0x265566(0x1a3),_0x3c83e2[_0x265566(0x184)]=_0x265566(0x1c7),_0x3c83e2[_0x265566(0x1b2)]=_0x265566(0x1ca),_0x3c83e2['uZfcV']=function(_0x2c6f65,_0x358620){return _0x2c6f65!==_0x358620;},_0x3c83e2[_0x265566(0x1ba)]=_0x265566(0x1d3),_0x3c83e2[_0x265566(0x1d2)]=_0x265566(0x187),_0x3c83e2[_0x265566(0x1b3)]=_0x265566(0x19a);const _0x49dc98=_0x3c83e2;try{const _0x527544=_0x5df849['capability']||{},_0x23dd0d=(_0x527544[_0x49dc98['RJcbj']]?_0x527544[_0x49dc98['RJcbj']][_0x265566(0x198)]:_0x527544[_0x265566(0x18d)])||'';if(_0x49dc98[_0x265566(0x17c)](_0x23dd0d,'')){if(_0x49dc98[_0x265566(0x183)](_0x49dc98[_0x265566(0x17b)],_0x49dc98[_0x265566(0x17b)]))return logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x182)]),![];else _0x32f174=_0x564203[_0x265566(0x1d9)](_0x49dc98[_0x265566(0x1aa)]);}const _0x5ec9bd=_0x527544[_0x265566(0x16f)];if(_0x49dc98[_0x265566(0x17c)](_0x5ec9bd[_0x265566(0x1a2)](),_0x49dc98['ngwUS'])){if(_0x49dc98[_0x265566(0x191)](_0x49dc98['gwagS'],_0x49dc98[_0x265566(0x1a8)]))return logger[_0x265566(0x1d6)](_0x49dc98['YVtKh']),![];else _0x2a7499[_0x49dc98[_0x265566(0x1a5)]]['accessibilityOptions'][_0x265566(0x17d)]=_0x382aa5[_0x265566(0x1a1)][_0x265566(0x1c2)];}const _0x4d5af4=_0x527544[_0x265566(0x176)]||_0x527544[_0x265566(0x1a7)];if(!bsSetupHelper[_0x265566(0x19b)](_0x4d5af4)&&!(_0x49dc98[_0x265566(0x1c6)](_0x4d5af4,_0x49dc98[_0x265566(0x16e)])||_0x49dc98[_0x265566(0x171)](_0x4d5af4,0x5e))){if(_0x49dc98['bnfgN'](_0x49dc98[_0x265566(0x180)],_0x49dc98[_0x265566(0x1ae)]))return logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x197)]),![];else _0x14303d[_0x49dc98[_0x265566(0x1d4)]][_0x265566(0x17d)]=_0x55a0a6[_0x265566(0x1a1)][_0x265566(0x1c2)];}let _0x334449;try{if(_0x49dc98['bnfgN'](_0x49dc98[_0x265566(0x1ad)],_0x49dc98['xRWPw'])){const _0x42a248={};_0x42a248['authToken']=_0x2a7c79[_0x265566(0x1a1)]['BS_A11Y_JWT'],_0x4e895a[_0x49dc98[_0x265566(0x1a5)]][_0x265566(0x186)]=_0x42a248;}else _0x334449=bsSetupHelper[_0x265566(0x1d9)](_0x49dc98[_0x265566(0x1aa)]);}catch(_0x5439b9){if(_0x49dc98['beUbx'](_0x49dc98[_0x265566(0x1cb)],_0x49dc98['QqILZ']))return![];else _0x5a2a05[_0x265566(0x189)](_0x265566(0x193)+_0x45fe31);}const _0x3c27a0=new _0x334449[(_0x265566(0x1a6))](_0x428447[_0x265566(0x1c9)]);if(_0x3c27a0[_0x265566(0x1ac)]?.[_0x265566(0x1bf)]?.[_0x265566(0x1ce)](_0x49dc98[_0x265566(0x1b2)]))return _0x49dc98['uZfcV'](_0x49dc98[_0x265566(0x1ba)],_0x49dc98[_0x265566(0x1d2)])?(logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x1b3)]),![]):(_0x19972d[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x197)]),![]);return!![];}catch(_0x483f41){logger['debug'](_0x265566(0x1be)+util['format'](_0x483f41));}return![];},exports[a20_0x2a86db(0x169)]=async _0x5d5839=>{const _0x4559e5=a20_0x2a86db,_0x2e4011={};_0x2e4011[_0x4559e5(0x1bc)]=function(_0x34c61a,_0x50dbe3){return _0x34c61a===_0x50dbe3;},_0x2e4011[_0x4559e5(0x194)]=_0x4559e5(0x16a);const _0x195b70=_0x2e4011;let _0x41c74c={};try{const _0x2dfd82=await _0x5d5839[_0x4559e5(0x19d)]();_0x41c74c={'os_name':_0x2dfd82['getPlatform'](),'os_version':bsSetupHelper['getPlatformVersion'](_0x195b70[_0x4559e5(0x1bc)](global[_0x4559e5(0x177)],_0x195b70[_0x4559e5(0x194)])),'browser_name':_0x2dfd82[_0x4559e5(0x1c0)](),'browser_version':_0x2dfd82['getBrowserVersion']()};}catch(_0x2dbda6){logger[_0x4559e5(0x189)](_0x4559e5(0x193)+_0x2dbda6);}return _0x41c74c;};
1
+ const a20_0x7b240c=a20_0x396a;(function(_0xa8537a,_0x5431b4){const _0x3103fe=a20_0x396a,_0x439216=_0xa8537a();while(!![]){try{const _0x25b792=-parseInt(_0x3103fe(0x11e))/0x1*(-parseInt(_0x3103fe(0x112))/0x2)+-parseInt(_0x3103fe(0xf6))/0x3+-parseInt(_0x3103fe(0xf8))/0x4+parseInt(_0x3103fe(0x113))/0x5+-parseInt(_0x3103fe(0xd1))/0x6*(parseInt(_0x3103fe(0xd5))/0x7)+parseInt(_0x3103fe(0xd7))/0x8+-parseInt(_0x3103fe(0x12c))/0x9;if(_0x25b792===_0x5431b4)break;else _0x439216['push'](_0x439216['shift']());}catch(_0x308ec4){_0x439216['push'](_0x439216['shift']());}}}(a20_0x5b36,0x67a71));function a20_0x5b36(){const _0x586248=['../../../helpers/helper','ziSML','ocHBa','DsTlK','lVFmy','MUwoc','DMCKX','SRuPc','EGDlz','BS_A11Y_JWT','7837ALQRfm','roBtr','browserName','aVksO','warn','parse','winstonLogger','kyXln','Exception\x20in\x20setExtension\x20Error:\x20','HjuEF','DCYAl','FCyGb','JzEdX','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','6869538uYVBIV','browserstack.accessibilityOptions','util','kZwUx','blnGn','stiKR','oDNgC','capability','fetchPlatformDetails','mBbfw','TMLpH','chrome','getPlatform','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getCapabilities','vUwxl','gwiIA','tcwyZ','YdbiF','browserVersion','Wnsib','wIdsO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','scannerVersion','__cloud_provider___','18OceEht','RxqSL','EKxBf','aWmqa','9569CzrNYD','wlpjQ','4423064jBqGfv','peSuS','debug','args','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','bstack:options','browser_version','latest','PUEvh','ZqUlz','authToken','NyWbh','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','nbugJ','OInKO','wccaA','EgMJG','lgQkq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','LcyVU','neDlf','RDVNF','env','browserstack.accessibility','lZoBM','aApYX','AhiNd','setExtension','uJnui','DeSkp','eViCe','157233SHDhWd','accessibilityOptions','1596288BlDPfh','xigXs','Options','iXJFE','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','requireModule','JYnjn','../../../helpers/logger','yyUNX','yoGQo','device','getBrowserVersion','format','xVLII','FArUf','--headless','toLowerCase','MCDLS','selenium-webdriver/chrome.js','setAccessibilityCapabilities','shVfW','BkwdG','ACdCF','kxeKr','deviceName','isUndefined','108fEaSDY','3336730ENARai'];a20_0x5b36=function(){return _0x586248;};return a20_0x5b36();}function a20_0x396a(_0x5de545,_0x5e55fd){const _0x5b36ba=a20_0x5b36();return a20_0x396a=function(_0x396aff,_0x20057e){_0x396aff=_0x396aff-0xc7;let _0x5a8992=_0x5b36ba[_0x396aff];return _0x5a8992;},a20_0x396a(_0x5de545,_0x5e55fd);}const path=require('path'),os=require('os'),util=require(a20_0x7b240c(0x12e)),bsSetupHelper=require(a20_0x7b240c(0x114)),logger=require(a20_0x7b240c(0xff))[a20_0x7b240c(0x124)];exports[a20_0x7b240c(0x10b)]=_0x3b3b30=>{const _0xa8d04c=a20_0x7b240c,_0x412251={};_0x412251['EKxBf']=_0xa8d04c(0x12d),_0x412251[_0xa8d04c(0x10e)]='bstack:options',_0x412251['LcyVU']=_0xa8d04c(0x10a),_0x412251[_0xa8d04c(0xcd)]=_0xa8d04c(0xce),_0x412251[_0xa8d04c(0xf1)]=function(_0x57af34,_0x270282){return _0x57af34===_0x270282;},_0x412251[_0xa8d04c(0xe8)]='bQcrK',_0x412251[_0xa8d04c(0x118)]=_0xa8d04c(0x105),_0x412251[_0xa8d04c(0x12a)]=_0xa8d04c(0xee),_0x412251[_0xa8d04c(0x100)]=function(_0xcf5fd5,_0x59a5fe){return _0xcf5fd5===_0x59a5fe;},_0x412251[_0xa8d04c(0xe7)]=_0xa8d04c(0x115),_0x412251[_0xa8d04c(0xd2)]=_0xa8d04c(0x119),_0x412251[_0xa8d04c(0xef)]=function(_0x2fb0aa,_0x57ecde){return _0x2fb0aa===_0x57ecde;},_0x412251[_0xa8d04c(0x136)]=_0xa8d04c(0x132),_0x412251['zSdzb']=_0xa8d04c(0x129),_0x412251[_0xa8d04c(0xeb)]=_0xa8d04c(0xd4),_0x412251[_0xa8d04c(0x11b)]=_0xa8d04c(0xf9),_0x412251[_0xa8d04c(0xec)]=_0xa8d04c(0x101),_0x412251[_0xa8d04c(0x109)]=_0xa8d04c(0x135),_0x412251['eViCe']=function(_0x27acc6,_0x59608f){return _0x27acc6!==_0x59608f;},_0x412251[_0xa8d04c(0xd8)]='TznjX',_0x412251[_0xa8d04c(0xd6)]=function(_0x3d7ae6,_0x2261fb){return _0x3d7ae6!==_0x2261fb;},_0x412251[_0xa8d04c(0xf4)]=_0xa8d04c(0xc8);const _0x147d76=_0x412251;try{if(_0x147d76['AhiNd'](_0x147d76[_0xa8d04c(0xe8)],_0x147d76['lVFmy']))_0x4e7b4b[_0x147d76['EKxBf']][_0xa8d04c(0xe1)]=_0xf35fd7[_0xa8d04c(0xed)][_0xa8d04c(0x11d)];else{const _0x3f7bed=_0x3b3b30[_0xa8d04c(0x133)]||{};if(_0x3f7bed[_0x147d76[_0xa8d04c(0x10e)]]&&_0x3f7bed[_0x147d76[_0xa8d04c(0x10e)]]['accessibility']||_0x3b3b30[_0xa8d04c(0x133)][_0x147d76['JzEdX']]){if(_0x147d76[_0xa8d04c(0x100)](_0x147d76[_0xa8d04c(0xe7)],_0x147d76['EgMJG'])){global['isAccessibilityPlatform']=!![];if(_0x3f7bed[_0x147d76[_0xa8d04c(0x10e)]]){if(_0x147d76[_0xa8d04c(0x100)](_0x147d76[_0xa8d04c(0xd2)],_0x147d76['RxqSL'])){if(_0x3f7bed[_0x147d76[_0xa8d04c(0x10e)]][_0xa8d04c(0xf7)])_0x147d76[_0xa8d04c(0xef)](_0x147d76[_0xa8d04c(0x136)],_0x147d76['zSdzb'])?_0x1860aa['debug'](_0xa8d04c(0x12b)+_0x355d98):_0x3f7bed[_0x147d76['ACdCF']]['accessibilityOptions']['authToken']=process[_0xa8d04c(0xed)]['BS_A11Y_JWT'];else{if(_0x147d76[_0xa8d04c(0xf1)](_0x147d76[_0xa8d04c(0xeb)],_0x147d76[_0xa8d04c(0xeb)])){const _0x5caf05={};_0x5caf05['authToken']=process[_0xa8d04c(0xed)]['BS_A11Y_JWT'],_0x3f7bed[_0x147d76['ACdCF']][_0xa8d04c(0xf7)]=_0x5caf05;}else{const _0x144c54={};_0x144c54['authToken']=_0xcb4223[_0xa8d04c(0xed)][_0xa8d04c(0x11d)],_0x50b979[_0x147d76['EKxBf']]=_0x144c54;}}_0x3f7bed[_0x147d76['ACdCF']][_0xa8d04c(0xf7)][_0xa8d04c(0xcf)]=JSON['parse'](process[_0xa8d04c(0xed)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0xa8d04c(0xcf)];}else{if(_0x400d04[_0x147d76[_0xa8d04c(0xd3)]])_0x3d25cf[_0x147d76[_0xa8d04c(0xd3)]][_0xa8d04c(0xe1)]=_0x14e2e6[_0xa8d04c(0xed)]['BS_A11Y_JWT'];else{const _0x23aad5={};_0x23aad5[_0xa8d04c(0xe1)]=_0x35014a[_0xa8d04c(0xed)][_0xa8d04c(0x11d)],_0x288259[_0x147d76[_0xa8d04c(0xd3)]]=_0x23aad5;}_0x5e48b0[_0x147d76['EKxBf']]['scannerVersion']=_0x41f866[_0xa8d04c(0x123)](_0x55b3ce[_0xa8d04c(0xed)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0xa8d04c(0xcf)];}}else{if(_0x3b3b30[_0xa8d04c(0x133)][_0x147d76[_0xa8d04c(0x12a)]]){if(_0x147d76[_0xa8d04c(0xef)](_0x147d76[_0xa8d04c(0x11b)],_0x147d76['RDVNF']))return![];else{if(_0x3f7bed[_0x147d76[_0xa8d04c(0xd3)]])_0x147d76['AhiNd'](_0x147d76[_0xa8d04c(0x109)],_0x147d76[_0xa8d04c(0x109)])?_0x3f7bed[_0x147d76[_0xa8d04c(0xd3)]]['authToken']=process[_0xa8d04c(0xed)][_0xa8d04c(0x11d)]:_0x40c62a['debug']('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x31ed70);else{if(_0x147d76[_0xa8d04c(0xf5)](_0x147d76[_0xa8d04c(0xd8)],_0x147d76[_0xa8d04c(0xd8)])){const _0x322703={};_0x322703['authToken']=_0x2ad916[_0xa8d04c(0xed)]['BS_A11Y_JWT'],_0x5fd325[_0x147d76['ACdCF']][_0xa8d04c(0xf7)]=_0x322703;}else{const _0x20f964={};_0x20f964[_0xa8d04c(0xe1)]=process[_0xa8d04c(0xed)][_0xa8d04c(0x11d)],_0x3f7bed[_0x147d76[_0xa8d04c(0xd3)]]=_0x20f964;}}_0x3f7bed[_0x147d76[_0xa8d04c(0xd3)]][_0xa8d04c(0xcf)]=JSON[_0xa8d04c(0x123)](process[_0xa8d04c(0xed)][_0xa8d04c(0x139)])[_0xa8d04c(0xcf)];}}}}else _0x2c5281=_0x3e1771[_0xa8d04c(0xfd)](_0x147d76[_0xa8d04c(0xea)]);}}}catch(_0x22412c){if(_0x147d76[_0xa8d04c(0xd6)](_0x147d76[_0xa8d04c(0xf4)],_0x147d76[_0xa8d04c(0xf4)]))return _0x28c30d['warn'](_0x147d76[_0xa8d04c(0xcd)]),![];else logger[_0xa8d04c(0xd9)](_0xa8d04c(0xdb)+_0x22412c);}},exports[a20_0x7b240c(0xf2)]=(_0xea8532,_0x4f2b08)=>{const _0x632ff4=a20_0x7b240c,_0x1bbdf4={};_0x1bbdf4[_0x632ff4(0x10c)]=_0x632ff4(0xfc),_0x1bbdf4[_0x632ff4(0x116)]=_0x632ff4(0xdc),_0x1bbdf4[_0x632ff4(0x125)]=_0x632ff4(0xe3),_0x1bbdf4['HrNQD']=_0x632ff4(0xe9),_0x1bbdf4[_0x632ff4(0xf3)]=function(_0x52f1c5,_0x5510c2){return _0x52f1c5!==_0x5510c2;},_0x1bbdf4[_0x632ff4(0x10d)]=function(_0x2c1b87,_0x5a8513){return _0x2c1b87===_0x5a8513;},_0x1bbdf4[_0x632ff4(0x127)]=_0x632ff4(0x11c),_0x1bbdf4[_0x632ff4(0xf0)]=_0x632ff4(0x137),_0x1bbdf4[_0x632ff4(0x12f)]=function(_0x1c3f82,_0x26704e){return _0x1c3f82===_0x26704e;},_0x1bbdf4['stiKR']=_0x632ff4(0xe4),_0x1bbdf4[_0x632ff4(0xfb)]=_0x632ff4(0xc9),_0x1bbdf4[_0x632ff4(0x11f)]=_0x632ff4(0xde),_0x1bbdf4[_0x632ff4(0x106)]=function(_0x227e50,_0x157384){return _0x227e50>_0x157384;},_0x1bbdf4['vUwxl']=_0x632ff4(0x128),_0x1bbdf4[_0x632ff4(0xfe)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x1bbdf4['wccaA']=function(_0x3c6d73,_0x2dc880){return _0x3c6d73===_0x2dc880;},_0x1bbdf4[_0x632ff4(0xdf)]=_0x632ff4(0x130),_0x1bbdf4[_0x632ff4(0x11a)]=_0x632ff4(0x10a),_0x1bbdf4['kxeKr']=_0x632ff4(0x121),_0x1bbdf4['OInKO']='brmff',_0x1bbdf4[_0x632ff4(0x117)]=_0x632ff4(0x107),_0x1bbdf4[_0x632ff4(0xe2)]=function(_0x4b96e9,_0x45ef6c){return _0x4b96e9===_0x45ef6c;},_0x1bbdf4['ANeda']='YADYk',_0x1bbdf4[_0x632ff4(0xca)]='gYBdY';const _0x47a06f=_0x1bbdf4;try{const _0x3f4505=_0x4f2b08[_0x632ff4(0x133)]||{},_0x4cc988=(_0x3f4505[_0x47a06f[_0x632ff4(0x116)]]?_0x3f4505[_0x47a06f['ocHBa']][_0x632ff4(0x110)]:_0x3f4505[_0x632ff4(0x102)])||'';if(_0x47a06f['uJnui'](_0x4cc988,''))return _0x47a06f[_0x632ff4(0x10d)](_0x47a06f[_0x632ff4(0x127)],_0x47a06f[_0x632ff4(0x127)])?(logger[_0x632ff4(0x122)](_0x47a06f['HrNQD']),![]):(_0x166486[_0x632ff4(0x122)](_0x47a06f['shVfW']),![]);const _0x224ad7=_0x3f4505[_0x632ff4(0x120)];if(_0x47a06f[_0x632ff4(0xf3)](_0x224ad7[_0x632ff4(0x108)](),_0x47a06f[_0x632ff4(0xf0)])){if(_0x47a06f[_0x632ff4(0x12f)](_0x47a06f[_0x632ff4(0x131)],_0x47a06f[_0x632ff4(0xfb)]))_0x3b904c[_0x632ff4(0xd9)](_0x632ff4(0x126)+_0x1d6bc8[_0x632ff4(0x104)](_0x33bd11));else return logger[_0x632ff4(0x122)](_0x47a06f[_0x632ff4(0x125)]),![];}const _0x454943=_0x3f4505[_0x632ff4(0xcb)]||_0x3f4505[_0x632ff4(0xdd)];if(!bsSetupHelper[_0x632ff4(0x111)](_0x454943)&&!(_0x47a06f[_0x632ff4(0x12f)](_0x454943,_0x47a06f[_0x632ff4(0x11f)])||_0x47a06f['FArUf'](_0x454943,0x5e))){if(_0x47a06f[_0x632ff4(0x12f)](_0x47a06f[_0x632ff4(0xc7)],_0x47a06f[_0x632ff4(0xc7)]))return logger['warn'](_0x47a06f[_0x632ff4(0xfe)]),![];else _0x56d482[_0x47a06f[_0x632ff4(0x116)]]['accessibilityOptions'][_0x632ff4(0xe1)]=_0x45caab[_0x632ff4(0xed)][_0x632ff4(0x11d)];}let _0x53680b;try{if(_0x47a06f[_0x632ff4(0xe6)](_0x47a06f[_0x632ff4(0xdf)],_0x47a06f[_0x632ff4(0xdf)]))_0x53680b=bsSetupHelper[_0x632ff4(0xfd)](_0x47a06f[_0x632ff4(0x11a)]);else return _0x30c5ac[_0x632ff4(0x122)](_0x47a06f['kyXln']),![];}catch(_0x258863){if(_0x47a06f['wccaA'](_0x47a06f[_0x632ff4(0x10f)],_0x47a06f[_0x632ff4(0xe5)])){if(_0x52f0bd[_0x47a06f[_0x632ff4(0x116)]][_0x632ff4(0xf7)])_0x16fec7[_0x47a06f[_0x632ff4(0x116)]][_0x632ff4(0xf7)][_0x632ff4(0xe1)]=_0x53faf5[_0x632ff4(0xed)]['BS_A11Y_JWT'];else{const _0x54d42f={};_0x54d42f[_0x632ff4(0xe1)]=_0x4644ac[_0x632ff4(0xed)]['BS_A11Y_JWT'],_0x2d5c1e[_0x47a06f[_0x632ff4(0x116)]]['accessibilityOptions']=_0x54d42f;}_0x1581cc[_0x47a06f[_0x632ff4(0x116)]]['accessibilityOptions'][_0x632ff4(0xcf)]=_0x25bb32[_0x632ff4(0x123)](_0x457fe9[_0x632ff4(0xed)][_0x632ff4(0x139)])['scannerVersion'];}else return![];}const _0x715f4=new _0x53680b[(_0x632ff4(0xfa))](_0xea8532['chromeOptions_']);if(_0x715f4['options_']?.[_0x632ff4(0xda)]?.['includes'](_0x47a06f['DsTlK']))return _0x47a06f[_0x632ff4(0xe2)](_0x47a06f['ANeda'],_0x47a06f[_0x632ff4(0xca)])?(_0x112603[_0x632ff4(0x122)](_0x47a06f['HrNQD']),![]):(logger[_0x632ff4(0x122)](_0x47a06f[_0x632ff4(0x10c)]),![]);return!![];}catch(_0x3dcd17){logger[_0x632ff4(0xd9)](_0x632ff4(0x126)+util[_0x632ff4(0x104)](_0x3dcd17));}return![];},exports[a20_0x7b240c(0x134)]=async _0x8dd84e=>{const _0x274790=a20_0x7b240c,_0x1a339e={};_0x1a339e[_0x274790(0xe0)]=function(_0x5aa246,_0x12f85b){return _0x5aa246===_0x12f85b;},_0x1a339e[_0x274790(0xcc)]='browserstack';const _0x45e8d7=_0x1a339e;let _0x1f73d3={};try{const _0x489724=await _0x8dd84e[_0x274790(0x13a)]();_0x1f73d3={'os_name':_0x489724[_0x274790(0x138)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x45e8d7[_0x274790(0xe0)](global[_0x274790(0xd0)],_0x45e8d7['Wnsib'])),'browser_name':_0x489724['getBrowserName'](),'browser_version':_0x489724[_0x274790(0x103)]()};}catch(_0x460f00){logger['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x460f00);}return _0x1f73d3;};