browserstack-node-sdk 1.32.4 → 1.32.6

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 (114) 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 +58 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a16_0x33e521=a16_0x3928;(function(_0x49ecc5,_0x311115){const _0xa30ca3=a16_0x3928,_0x42b529=_0x49ecc5();while(!![]){try{const _0x5dbfe0=parseInt(_0xa30ca3(0xbf))/0x1*(parseInt(_0xa30ca3(0xc4))/0x2)+parseInt(_0xa30ca3(0xc5))/0x3*(-parseInt(_0xa30ca3(0xca))/0x4)+parseInt(_0xa30ca3(0xbc))/0x5+parseInt(_0xa30ca3(0xc0))/0x6*(parseInt(_0xa30ca3(0xbd))/0x7)+parseInt(_0xa30ca3(0xc3))/0x8+parseInt(_0xa30ca3(0xbe))/0x9+parseInt(_0xa30ca3(0xc6))/0xa*(-parseInt(_0xa30ca3(0xc7))/0xb);if(_0x5dbfe0===_0x311115)break;else _0x42b529['push'](_0x42b529['shift']());}catch(_0x16a3c9){_0x42b529['push'](_0x42b529['shift']());}}}(a16_0x9155,0xa0139));function a16_0x9155(){const _0x225c0b=['84SZWPDD','../../../helpers/test-observability/utils','RRSLh','1730504VuAcct','2eaBris','42JJApRu','30TAFIrb','5151113zEHeQW','../../../helpers/request-spy','setTimeout','272116UJSEvd','2224200vdSuzW','358393QeiRvN','5272524UrWyIv','1049153UjNfMb'];a16_0x9155=function(){return _0x225c0b;};return a16_0x9155();}function a16_0x3928(_0x53e7e6,_0x341d14){const _0x915552=a16_0x9155();return a16_0x3928=function(_0x39286f,_0x4d29a6){_0x39286f=_0x39286f-0xbc;let _0x397f2b=_0x915552[_0x39286f];return _0x397f2b;},a16_0x3928(_0x53e7e6,_0x341d14);}const requestSpy=require(a16_0x33e521(0xc8)),{addRequestSpy}=require(a16_0x33e521(0xc1));beforeAll(()=>{const _0x2b64b0=a16_0x33e521,_0x4ee9c9={'RRSLh':function(_0x2edb32){return _0x2edb32();}},_0x6c1b8c='browserstack internal helper hook';_0x4ee9c9[_0x2b64b0(0xc2)](addRequestSpy);}),afterAll(async()=>{const _0x3f9b43=a16_0x33e521,_0x251dca='browserstack internal helper hook';jest[_0x3f9b43(0xc9)](0xea60),requestSpy['restore']();});
1
+ const a16_0x22ee04=a16_0x5e66;(function(_0x1e7512,_0x41e984){const _0x361df0=a16_0x5e66,_0x45336b=_0x1e7512();while(!![]){try{const _0x67fae7=parseInt(_0x361df0(0x7d))/0x1*(-parseInt(_0x361df0(0x84))/0x2)+-parseInt(_0x361df0(0x83))/0x3*(-parseInt(_0x361df0(0x86))/0x4)+-parseInt(_0x361df0(0x7e))/0x5*(parseInt(_0x361df0(0x8a))/0x6)+-parseInt(_0x361df0(0x7f))/0x7*(parseInt(_0x361df0(0x89))/0x8)+-parseInt(_0x361df0(0x7c))/0x9+-parseInt(_0x361df0(0x87))/0xa*(-parseInt(_0x361df0(0x81))/0xb)+parseInt(_0x361df0(0x88))/0xc;if(_0x67fae7===_0x41e984)break;else _0x45336b['push'](_0x45336b['shift']());}catch(_0xa9a90d){_0x45336b['push'](_0x45336b['shift']());}}}(a16_0x2161,0xdc2f3));function a16_0x2161(){const _0xcb4d07=['609EXfTOW','restore','143oLLDHU','../../../helpers/request-spy','2456961vErLDZ','32374RvUpbc','LmxCn','4kacpgd','11550gixepE','11294772HTMzPw','1968UFjSTO','641340oHZVIG','4635891CCiDsx','1jJMOyW','15KZtQCP'];a16_0x2161=function(){return _0xcb4d07;};return a16_0x2161();}function a16_0x5e66(_0x1c185f,_0x54eb9f){const _0x2161bc=a16_0x2161();return a16_0x5e66=function(_0x5e6604,_0x566c39){_0x5e6604=_0x5e6604-0x7c;let _0x3d835e=_0x2161bc[_0x5e6604];return _0x3d835e;},a16_0x5e66(_0x1c185f,_0x54eb9f);}const requestSpy=require(a16_0x22ee04(0x82)),{addRequestSpy}=require('../../../helpers/test-observability/utils');beforeAll(()=>{const _0x15ac9d=a16_0x22ee04,_0x443601={'LmxCn':function(_0x57c45c){return _0x57c45c();}},_0x59be4e='browserstack internal helper hook';_0x443601[_0x15ac9d(0x85)](addRequestSpy);}),afterAll(async()=>{const _0x4b10bd=a16_0x22ee04,_0x4eb224='browserstack internal helper hook';jest['setTimeout'](0xea60),requestSpy[_0x4b10bd(0x80)]();});
@@ -1 +1 @@
1
- const a17_0xbef099=a17_0x40c8;(function(_0x464640,_0x1cf4a7){const _0x3a8c5b=a17_0x40c8,_0x3a510a=_0x464640();while(!![]){try{const _0x47c5cd=parseInt(_0x3a8c5b(0x17c))/0x1*(-parseInt(_0x3a8c5b(0x18e))/0x2)+-parseInt(_0x3a8c5b(0x173))/0x3*(parseInt(_0x3a8c5b(0x17b))/0x4)+-parseInt(_0x3a8c5b(0x18f))/0x5+-parseInt(_0x3a8c5b(0x174))/0x6*(parseInt(_0x3a8c5b(0x183))/0x7)+-parseInt(_0x3a8c5b(0x188))/0x8*(parseInt(_0x3a8c5b(0x187))/0x9)+parseInt(_0x3a8c5b(0x190))/0xa+parseInt(_0x3a8c5b(0x176))/0xb*(parseInt(_0x3a8c5b(0x184))/0xc);if(_0x47c5cd===_0x1cf4a7)break;else _0x3a510a['push'](_0x3a510a['shift']());}catch(_0x29beaf){_0x3a510a['push'](_0x3a510a['shift']());}}}(a17_0x30aa,0x4f6b5));function a17_0x40c8(_0x520072,_0x4abd1f){const _0x30aa8b=a17_0x30aa();return a17_0x40c8=function(_0x40c875,_0x1303aa){_0x40c875=_0x40c875-0x172;let _0xb10ada=_0x30aa8b[_0x40c875];return _0xb10ada;},a17_0x40c8(_0x520072,_0x4abd1f);}const testOpsHelper=require(a17_0xbef099(0x178)),helper=require(a17_0xbef099(0x181));exports['updateTestRerunConfig']=(_0x284a7a,_0x4ddb94)=>{const _0xacc7ae=a17_0xbef099,_0x2eabd7={};_0x2eabd7['oMXSZ']=_0xacc7ae(0x177),_0x2eabd7['GukEs']=function(_0x57508b,_0xfeaec4){return _0x57508b!==_0xfeaec4;},_0x2eabd7[_0xacc7ae(0x186)]=_0xacc7ae(0x179),_0x2eabd7[_0xacc7ae(0x172)]=function(_0x9cefe6,_0x5e1788){return _0x9cefe6!==_0x5e1788;},_0x2eabd7[_0xacc7ae(0x175)]=function(_0x2f161e,_0x319a3e){return _0x2f161e>_0x319a3e;};const _0x434ebb=_0x2eabd7;if(testOpsHelper[_0xacc7ae(0x18d)]()&&testOpsHelper[_0xacc7ae(0x185)]()){let _0x862a46=process['env'][_0xacc7ae(0x180)];!helper[_0xacc7ae(0x17d)](_0x4ddb94[_0xacc7ae(0x18a)])&&_0x4ddb94[_0xacc7ae(0x18a)]['has'](_0x434ebb['oMXSZ'])&&(_0x862a46=_0x4ddb94[_0xacc7ae(0x18a)][_0xacc7ae(0x17a)](_0x434ebb[_0xacc7ae(0x18b)]));const _0x59a131=[];_0x434ebb[_0xacc7ae(0x182)](_0x862a46,_0x434ebb['VLeMz'])&&_0x434ebb[_0xacc7ae(0x172)](_0x862a46,null)&&_0x862a46[_0xacc7ae(0x17e)](',')[_0xacc7ae(0x189)](_0x325256=>{const _0x91a477=_0xacc7ae;_0x59a131[_0x91a477(0x18c)](''+_0x325256['trim']());}),_0x434ebb[_0xacc7ae(0x175)](_0x59a131[_0xacc7ae(0x191)],0x0)&&(_0x284a7a[_0xacc7ae(0x17f)]=_0x59a131,delete _0x284a7a['testMatch']);}};function a17_0x30aa(){const _0x48cb0c=['rerunTests','../../../helpers/test-observability/utils','null','get','268HqrYfr','489143ngzlup','isUndefined','split','testRegex','BROWSERSTACK_RERUN_TESTS','../../../helpers/helper','GukEs','161eKEhFt','3202140XvxpWC','shouldReRunObservabilityTests','VLeMz','5205825jQFPKG','8VjxDMQ','map','cliConfig','oMXSZ','push','isTestObservabilitySession','2JMgPKx','3182780girAUK','3505990RMQNWL','length','fnnMQ','17070wposey','19488cKzZYG','qinsZ','88jgmiHU'];a17_0x30aa=function(){return _0x48cb0c;};return a17_0x30aa();}
1
+ function a17_0x81ce(_0x31a249,_0x55a592){const _0x139d8d=a17_0x139d();return a17_0x81ce=function(_0x81cef8,_0x4cfb24){_0x81cef8=_0x81cef8-0x13e;let _0x19cbba=_0x139d8d[_0x81cef8];return _0x19cbba;},a17_0x81ce(_0x31a249,_0x55a592);}function a17_0x139d(){const _0x5bde8b=['rerunTests','1940826bnSaEG','../../../helpers/helper','updateTestRerunConfig','isTestObservabilitySession','153960xnrbRY','594MYGExl','get','null','3vKnbBV','473161fKMAbU','trim','4249828WzPCBa','AEkTm','push','8EBprwj','isUndefined','5kJgRTH','cliConfig','vImLD','WbusE','IRjFJ','BROWSERSTACK_RERUN_TESTS','5058585GxvtOT','testMatch','length','64210hnxbbd','../../../helpers/test-observability/utils','env','shouldReRunObservabilityTests','map','79096eSbnsm'];a17_0x139d=function(){return _0x5bde8b;};return a17_0x139d();}const a17_0x595d69=a17_0x81ce;(function(_0x56fb20,_0x5709fd){const _0x14dcea=a17_0x81ce,_0x23e0d9=_0x56fb20();while(!![]){try{const _0x1f977a=-parseInt(_0x14dcea(0x154))/0x1+parseInt(_0x14dcea(0x14f))/0x2*(-parseInt(_0x14dcea(0x153))/0x3)+parseInt(_0x14dcea(0x149))/0x4*(-parseInt(_0x14dcea(0x15b))/0x5)+parseInt(_0x14dcea(0x14b))/0x6+parseInt(_0x14dcea(0x141))/0x7*(parseInt(_0x14dcea(0x159))/0x8)+-parseInt(_0x14dcea(0x150))/0x9*(parseInt(_0x14dcea(0x144))/0xa)+parseInt(_0x14dcea(0x156))/0xb;if(_0x1f977a===_0x5709fd)break;else _0x23e0d9['push'](_0x23e0d9['shift']());}catch(_0x2c568e){_0x23e0d9['push'](_0x23e0d9['shift']());}}}(a17_0x139d,0x6b1f5));const testOpsHelper=require(a17_0x595d69(0x145)),helper=require(a17_0x595d69(0x14c));exports[a17_0x595d69(0x14d)]=(_0xf8668d,_0x23d0e5)=>{const _0x49126d=a17_0x595d69,_0x33e8ec={};_0x33e8ec[_0x49126d(0x13f)]=_0x49126d(0x14a),_0x33e8ec['WbusE']=function(_0xcb1266,_0x463789){return _0xcb1266!==_0x463789;},_0x33e8ec[_0x49126d(0x15d)]=_0x49126d(0x152),_0x33e8ec[_0x49126d(0x157)]=function(_0x95c256,_0x597e17){return _0x95c256>_0x597e17;};const _0x4f735b=_0x33e8ec;if(testOpsHelper[_0x49126d(0x14e)]()&&testOpsHelper[_0x49126d(0x147)]()){let _0x573bf9=process[_0x49126d(0x146)][_0x49126d(0x140)];!helper[_0x49126d(0x15a)](_0x23d0e5[_0x49126d(0x15c)])&&_0x23d0e5[_0x49126d(0x15c)]['has'](_0x4f735b[_0x49126d(0x13f)])&&(_0x573bf9=_0x23d0e5['cliConfig'][_0x49126d(0x151)](_0x4f735b[_0x49126d(0x13f)]));const _0x2290cf=[];_0x4f735b[_0x49126d(0x13e)](_0x573bf9,_0x4f735b[_0x49126d(0x15d)])&&_0x4f735b[_0x49126d(0x13e)](_0x573bf9,null)&&_0x573bf9['split'](',')[_0x49126d(0x148)](_0x8ad09c=>{const _0x394b83=_0x49126d;_0x2290cf[_0x394b83(0x158)](''+_0x8ad09c[_0x394b83(0x155)]());}),_0x4f735b['AEkTm'](_0x2290cf[_0x49126d(0x143)],0x0)&&(_0xf8668d['testRegex']=_0x2290cf,delete _0xf8668d[_0x49126d(0x142)]);}};
@@ -1 +1 @@
1
- const a18_0x57c666=a18_0x4422;(function(_0x3636ac,_0x17692f){const _0x1846c4=a18_0x4422,_0x43d517=_0x3636ac();while(!![]){try{const _0xe81c87=-parseInt(_0x1846c4(0x31f))/0x1*(parseInt(_0x1846c4(0x32a))/0x2)+-parseInt(_0x1846c4(0x20a))/0x3+-parseInt(_0x1846c4(0x31b))/0x4+-parseInt(_0x1846c4(0x324))/0x5+-parseInt(_0x1846c4(0x2c5))/0x6+parseInt(_0x1846c4(0x267))/0x7+-parseInt(_0x1846c4(0x300))/0x8*(-parseInt(_0x1846c4(0x327))/0x9);if(_0xe81c87===_0x17692f)break;else _0x43d517['push'](_0x43d517['shift']());}catch(_0x26830a){_0x43d517['push'](_0x43d517['shift']());}}}(a18_0x4c2f,0x92c52));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a18_0x57c666(0x205)),SessionHandler=require(a18_0x57c666(0x1dd)),{v4:uuidv4}=require(a18_0x57c666(0x1cb)),{name,version}=require(a18_0x57c666(0x1fd)),stackTrace=require(a18_0x57c666(0x2e0)),path=require('path'),fs=require('fs'),TestDetails=require(a18_0x57c666(0x22b)),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a18_0x57c666(0x1fc)),{getGitMetaData}=require(a18_0x57c666(0x27a)),a18_0xc74f7e={};a18_0xc74f7e[a18_0x57c666(0x260)]=a18_0x57c666(0x2b7),a18_0xc74f7e[a18_0x57c666(0x277)]=a18_0x57c666(0x200),a18_0xc74f7e[a18_0x57c666(0x2d9)]=a18_0x57c666(0x2c8);function a18_0x4c2f(){const _0x17a5b2=['rmKBO','IqFDb','YwoFQ','GMeTF','forEach','yjHTj','wxSOb','qCwzL','started_at','fuybH','KcznL','WLkax','oAKsb','File\x20path\x20could\x20not\x20be\x20found','vevzq','logs','config','sendTestRunEvent','dfFSg','current_hook','4|6|2|1|5|3|0','awHId','sKGle','STATE_PASSED','mHcnf','finished_at','BNyHk','spMVD','hGqGJ','hEpIf','4926509JsuFmZ','apply','bKHBn','otsvV','bsiAz','dZwPC','wMIHX','shOKN','ItdWL','IPHix','gpdNM','hdlaM','appendTestPlatform','UkqRv','fjhXd','title','STATE_FAILED','zCtFz','BmEii','../../../helpers/helper','lcukS','lFGeO','Amqax','froVJ','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','FXijM','InQEe','NwCLa','expanded','hook_type','MaZpH','parent','llyuZ','IKFWL','DZdDF','testStarted','4|6|0|2|5|3|1','beforeAll','fcQYT','getHierarchy','SgIvX','getHooksForTest','testAnalyticsId','VmXKN','qHthl','okGNo','HMMLy','name','uaOaW','aprym','hook_run','sRXvg','lZvum','statSync','STqsb','IQkoi','IxaLo','sVVPu','PBxwM','rrVpa','ukuts','GXHbi','iDOJR','getName',':hookAnalyticsId','btfUg','fIuGp','BEFORE_EACH','MNArN','NMDzG','fiLAD','DsCHL','jCniL','reverse','leqBT','ksSoH','jJqKj','zZYGV','pid','failure','passed','findGitConfig','file','sep','hKwNC','fVhtk','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','AFTER_EACH','length','lqDzm','configureGit','pRAdl','txiXS','QSREB','2855424KzEyfc','test_run_uuid','OlcdM','pending','mbXjc','ENcjW','hMAmA','vTYFN','lcajE','call','nCPSJ','getFileName','FXFuY','XuGyP','JaTXJ','MncqX','IfRCV','registerListeners','AphEv','vYglv','STATE_PENDING','cwd','GIBac','AeEib','asRyr','bSTtF','Brnom','stack-trace','XlanN','javascript','Lbthp','TestRunFinished','zXUXf','wQOtH','jest-circus','qtptA','xbooz','OHEpw','wCRJh','dgdKe','OCEyk','mxsmF','hRATE','TtKix','ujjQX','WhBnK','ojihj','gqcWa','TZnyO','inspect','gRPzV','GsySW','pZMYw','nkkHt','itPiS','KxHWO','zsGTz','qAApG','resetTestHooks','16273368lEcXFO','OzhQb','testObservability','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','includes','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','relative','isJestInternalHook','rowtI','NfDHq','xWKBC','MBWJJ','QpTJq','ORXmC','getTime','VOuds','vbPwL','JZdNp','qSkbT','TestRunSkipped','ErTpG','kfFFs','cOihD','leRmF','join','oMXKJ','xKBdA','3152300HdQDCx','prefixTestPath','NrrpF','failed\x20to\x20get\x20root\x20parent\x20file\x20','4474IOLoBy','failure_type','xJMrm','_testEnv','setTestUUID','1901995XLqWfJ','ozvuw','kLRHF','9uEKaLU','luwak','Jjgkq','206kHSNtz','whaZP','toISOString','failure_backtrace','dGCsL','NjJvI','beforeEach','mEdTR','kXgQx','mapTestHooks','bs:addLog:','3|1|4|0|2','js-','type','TestRunStarted','reper','tidzz','failure_reason_expanded','_testResults','megwf','Vzxpq','sIPwx','afterEach','current_test','match','WlsrA','aRGXQ','UImcJ','_paths','ewPye','_gitConfigured','markedStatus','vcThs','DCBtn','IhPfL','parse','vcfXa','EYgVG','backtrace','XzOwK','poabE','xHbvj','ngLMV','uuid','JEST','hooks','teQAm','KxXkN','hook_failure','iKvyg','errorsDetailed','UnsuG','ILeMQ','pTgHX','uploadEventData','TXcpH','VMZIJ','util','Rhhwu','XemaR','test','../../../helpers/test-observability/sessionHandler','vwfky','qTgFx','fmuXn','RvUzk','OKPmN','bs:addPlatformDetails:','getTestEnv','FiTWH','ZMOeS','lrPyR','TlhuJ','FyClC','TrRAr','getRootParentFile','dSHOO','toString','WbOaW','dirname','uNPwz','CLeBY','generic','bind','bMQPx','HhWlY','ZuRir','PiroV','DqBzC','MUlNc','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','hookAnalyticsId','../../../helpers/test-observability/error-handler','../../../../package.json','removeAllListeners','xhXxh','failed','IkNLE','root','duration','SRbmG','../../../helpers/test-observability/utils','skipped','WmySF','lwXnT','pKntu','94764RerYtM','getTestUUID','hook_run_uuid','asyncError','JGOjW','TGFob','eSctU','SLtfq','QHxKy','PEqIB','_currentRetry','PgJAD','vPFMo','YcDgz','ypYgV','state','BJBVC',':testAnalyticsId','retryOf','push','nBFEO','JjJPC','split','_gitConfigPath','ryGJd','JOeys','test_run','HxtNf','KKFGL','eWLjM','RXsHm','VMJzi','err','./test-details','HcgDO','oTNZZ','vWxiJ','OVZhT','analyticsResult','YyMtA','ctZcN','.git','hqyeN','Nuuie','EcoOi','CBTSessionCreated','oYhQv','ROOT_DESCRIBE_BLOCK','hook_data','result','rptjk','QTreJ','location_prefix','\x22\x20hook\x20for\x20\x22','yFWiy','mkUbs','NQbIO','OJmAJ','iziys','afterAll','failure_reason','exports','sVgHW'];a18_0x4c2f=function(){return _0x17a5b2;};return a18_0x4c2f();}function a18_0x4422(_0x33d591,_0x3fd784){const _0x4c2f06=a18_0x4c2f();return a18_0x4422=function(_0x44221c,_0x5f3fa8){_0x44221c=_0x44221c-0x1bf;let _0x823d7f=_0x4c2f06[_0x44221c];return _0x823d7f;},a18_0x4422(_0x33d591,_0x3fd784);}const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0xc74f7e,a18_0x2c2e20={};a18_0x2c2e20['beforeAll']='BEFORE_ALL',a18_0x2c2e20[a18_0x57c666(0x245)]='AFTER_ALL',a18_0x2c2e20[a18_0x57c666(0x330)]=a18_0x57c666(0x2aa),a18_0x2c2e20[a18_0x57c666(0x340)]=a18_0x57c666(0x2be);const HOOK_TYPES_MAP=a18_0x2c2e20;module[a18_0x57c666(0x247)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x4c0935=a18_0x57c666,_0xec0e9={'rBOSP':_0x4c0935(0x25d),'MJfTE':function(_0x5321e1){return _0x5321e1();}},_0x4f24b8=_0xec0e9['rBOSP']['split']('|');let _0x150957=0x0;while(!![]){switch(_0x4f24b8[_0x150957++]){case'0':this[_0x4c0935(0x221)]=null;continue;case'1':this[_0x4c0935(0x346)]=new PathHelper({'cwd':process['cwd']()},this['_testEnv']['location_prefix']);continue;case'2':this[_0x4c0935(0x322)]=this[_0x4c0935(0x1e4)]();continue;case'3':this[_0x4c0935(0x348)]=![];continue;case'4':this[_0x4c0935(0x302)]=_0xec0e9['MJfTE'](isTestObservabilitySession);continue;case'5':this[_0x4c0935(0x23a)]=[];continue;case'6':this[_0x4c0935(0x33c)]=[];continue;}break;}}[a18_0x57c666(0x1e4)]=()=>{const _0x57aba7=a18_0x57c666,_0x5bfd1e={'JGOjW':_0x57aba7(0x1f2),'REgdI':function(_0x208548){return _0x208548();}};return{'ci':_0x5bfd1e[_0x57aba7(0x20e)],'key':_0x5bfd1e['REgdI'](uuidv4),'version':version,'collector':'js-'+name};};[a18_0x57c666(0x2d6)](){const _0x4ebe47=a18_0x57c666;process[_0x4ebe47(0x1fe)](_0x4ebe47(0x334)+process[_0x4ebe47(0x2b5)]),process['on'](_0x4ebe47(0x334)+process[_0x4ebe47(0x2b5)],this['appendTestItemLog'][_0x4ebe47(0x1f3)](this)),process['removeAllListeners'](_0x4ebe47(0x1e3)+process['pid']),process['on'](_0x4ebe47(0x1e3)+process['pid'],this['appendTestPlatform'][_0x4ebe47(0x1f3)](this));}[a18_0x57c666(0x28a)]=async _0x179658=>{const _0x431aca=a18_0x57c666,_0x231449={'OKPmN':function(_0x3294ed,_0x46ba1b){return _0x3294ed(_0x46ba1b);},'BfLpH':function(_0x1f3149,_0x20fe0b){return _0x1f3149===_0x20fe0b;},'WmySF':_0x431aca(0x25b),'lcajE':function(_0x16f288,_0x6b9192){return _0x16f288>_0x6b9192;},'oAKsb':function(_0x1a2dcf,_0x1549aa){return _0x1a2dcf!==_0x1549aa;},'FXijM':_0x431aca(0x1e6),'shOKN':_0x431aca(0x238),'aRGXQ':_0x431aca(0x338),'YyMtA':function(_0x2eb9d9,_0x4ac33a){return _0x2eb9d9===_0x4ac33a;},'zsGTz':_0x431aca(0x2ef),'vcfXa':function(_0x57940a,_0x592707){return _0x57940a===_0x592707;},'mHcnf':'mSGPW'};try{if(_0x231449['BfLpH'](_0x231449['WmySF'],_0x231449[_0x431aca(0x207)])){const _0x54a246=this[_0x431aca(0x341)];this[_0x431aca(0x341)]=_0x179658,_0x179658[_0x431aca(0x21c)]=null,_0x179658[_0x431aca(0x291)]=TestDetails[_0x431aca(0x323)](process[_0x431aca(0x2b5)]+_0x431aca(0x21b)),_0x179658[_0x431aca(0x251)]=new Date()[_0x431aca(0x32c)]();if(_0x231449[_0x431aca(0x2cd)](_0x179658[_0x431aca(0x214)],0x0)&&_0x54a246&&_0x231449['BfLpH'](_0x54a246[_0x431aca(0x276)],_0x179658[_0x431aca(0x276)])){if(_0x231449[_0x431aca(0x255)](_0x231449[_0x431aca(0x280)],_0x231449[_0x431aca(0x26e)]))_0x179658['retryOf']=_0x54a246['testAnalyticsId'],await this[_0x431aca(0x25a)](_0x179658,undefined,![],_0x231449['aRGXQ']),_0x54a246[_0x431aca(0x219)]=STATE_FAILED,await this[_0x431aca(0x25a)](_0x54a246,undefined,!![]);else{this[_0x431aca(0x23a)][_0x431aca(0x21d)](_0x5ba720);return;}}else _0x231449[_0x431aca(0x231)](_0x231449[_0x431aca(0x2fd)],_0x231449[_0x431aca(0x2fd)])?await this['sendTestRunEvent'](_0x179658,undefined,![],_0x231449[_0x431aca(0x344)]):(_0x231449[_0x431aca(0x1e2)](_0x27961d,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x20403d),_0x4d7de8=null);}else _0x231449[_0x431aca(0x1e2)](_0x26cd79,_0x431aca(0x27f)+_0x5b2377);}catch(_0x245773){_0x231449[_0x431aca(0x1c4)](_0x231449['mHcnf'],_0x231449[_0x431aca(0x261)])?_0x231449['OKPmN'](debug,_0x431aca(0x27f)+_0x245773):this[_0x431aca(0x333)](_0x5d3135);}};[a18_0x57c666(0x2a6)](_0x19f4ed){const _0x9b2e80=a18_0x57c666,_0x3eaddb={};_0x3eaddb['pRAdl']=function(_0x2d38f6,_0x33f646){return _0x2d38f6!==_0x33f646;},_0x3eaddb[_0x9b2e80(0x271)]=_0x9b2e80(0x1dc),_0x3eaddb[_0x9b2e80(0x252)]=function(_0x14dfa3,_0x2551fe){return _0x14dfa3===_0x2551fe;},_0x3eaddb[_0x9b2e80(0x212)]='BJDQJ';const _0x5b8f3d=_0x3eaddb;if(_0x5b8f3d[_0x9b2e80(0x2c2)](_0x19f4ed[_0x9b2e80(0x337)],_0x5b8f3d[_0x9b2e80(0x271)])){if(_0x5b8f3d[_0x9b2e80(0x252)](_0x5b8f3d[_0x9b2e80(0x212)],_0x5b8f3d['QHxKy']))return'\x22'+_0x19f4ed['type']+_0x9b2e80(0x23f)+(_0x19f4ed[_0x9b2e80(0x286)]&&_0x19f4ed[_0x9b2e80(0x286)][_0x9b2e80(0x296)])+'\x22';else{if(_0xbb10e7['asyncError']){const _0x23faaa=_0x239b98['parse'][_0x9b2e80(0x2ce)](_0x3774ec,_0x5f9799[_0x9b2e80(0x20d)]);return _0x23faaa[0x0]['getFileName']();}if(_0x1006f8[_0x9b2e80(0x2b9)])return _0x8d04a['file'];return null;}}return _0x19f4ed[_0x9b2e80(0x296)];}['sendTestRunEvent']=async(_0x505aca,_0x465788=undefined,_0x4741eb=![],_0x24d42c=a18_0x57c666(0x2e4))=>{const _0x5a7348=a18_0x57c666,_0xb97303={'Vzxpq':function(_0x479009,_0x24f664){return _0x479009!==_0x24f664;},'IQkoi':_0x5a7348(0x1dc),'lqDzm':_0x5a7348(0x284),'IKFWL':_0x5a7348(0x299),'PTfXh':function(_0x19f22e,_0x2657f7){return _0x19f22e!==_0x2657f7;},'CLeBY':_0x5a7348(0x239),'otsvV':function(_0x4798e5,_0x111129){return _0x4798e5(_0x111129);},'rrVpa':_0x5a7348(0x28b),'yjHTj':function(_0x20c629){return _0x20c629();},'QIxIG':_0x5a7348(0x1f2),'mEdTR':function(_0x136895){return _0x136895();},'sVgHW':function(_0x548a5e,_0x13886a){return _0x548a5e!==_0x13886a;},'Amqax':'beforeEach','lcukS':_0x5a7348(0x340),'BmEii':_0x5a7348(0x224),'qHthl':_0x5a7348(0x23b),'dgdKe':_0x5a7348(0x206),'wMIHX':_0x5a7348(0x2b6),'NQbIO':_0x5a7348(0x320),'bKHBn':function(_0x3f94d5,_0x2d1ac3){return _0x3f94d5!==_0x2d1ac3;},'zZYGV':_0x5a7348(0x2ca),'DsCHL':'iqgpz','PKvow':_0x5a7348(0x335),'qTgFx':_0x5a7348(0x246),'VMZIJ':function(_0x818097,_0x5d3f0e){return _0x818097==_0x5d3f0e;},'SgIvX':function(_0x16897b,_0x412143){return _0x16897b===_0x412143;},'pKntu':function(_0x20ef4c,_0x1bf8a1){return _0x20ef4c===_0x1bf8a1;},'DLjyj':_0x5a7348(0x233),'ewPye':_0x5a7348(0x259),'xJMrm':function(_0x4ae2b1,_0x2ad951){return _0x4ae2b1(_0x2ad951);},'QSREB':function(_0x450409,_0x4f4396){return _0x450409===_0x4f4396;},'DCBtn':_0x5a7348(0x274),'JZdNp':function(_0x4da939,_0x46ae95){return _0x4da939===_0x46ae95;},'NwCLa':_0x5a7348(0x21e),'kXgQx':_0x5a7348(0x1ec),'vcThs':_0x5a7348(0x2de),'eYuOa':function(_0x366b5f,_0x163d82){return _0x366b5f!==_0x163d82;},'llyuZ':'hwtbU','ILeMQ':_0x5a7348(0x2a3),'wQOtH':'jest-circus','ILkzK':_0x5a7348(0x27e),'XemaR':'ixhLY','poabE':_0x5a7348(0x1d9),'GIBac':function(_0x4117ae,_0x6e3781){return _0x4117ae!==_0x6e3781;},'TZnyO':function(_0x2cbda5,_0x2fc6ce){return _0x2cbda5===_0x2fc6ce;},'spMVD':_0x5a7348(0x253),'cTUuk':_0x5a7348(0x29d),'oTNZZ':_0x5a7348(0x32e),'luwak':_0x5a7348(0x2ac),'JSiow':_0x5a7348(0x22a),'IfRCV':function(_0x5842a1,_0x43e787){return _0x5842a1!==_0x43e787;},'Rhhwu':_0x5a7348(0x2a9),'gqcWa':function(_0x22a0cb,_0x4903e2){return _0x22a0cb!==_0x4903e2;},'mbXjc':function(_0x382969,_0x46a827){return _0x382969!==_0x46a827;},'leRmF':_0x5a7348(0x256),'MNArN':_0x5a7348(0x2e2),'bsiAz':_0x5a7348(0x313),'RvUzk':function(_0x4f7a6a,_0x2615c9){return _0x4f7a6a>_0x2615c9;},'OlcdM':'failed','xWKBC':'passed','teQAm':function(_0x3493c7,_0x39f5c2){return _0x3493c7-_0x39f5c2;},'megwf':function(_0x1a8838,_0x59866a){return _0x1a8838(_0x59866a);},'qtptA':_0x5a7348(0x251),'HMMLy':_0x5a7348(0x32b),'vTYFN':_0x5a7348(0x262),'hEpIf':function(_0x5d568a,_0x4adb05){return _0x5d568a!==_0x4adb05;},'lFGeO':'ffarU','TtKix':'HookRunFinished','YeKnI':_0x5a7348(0x243),'PgJAD':_0x5a7348(0x272),'NjJvI':_0x5a7348(0x1ca),'pTgHX':_0x5a7348(0x2a1),'aepis':function(_0x2af6b6,_0x4c576f){return _0x2af6b6===_0x4c576f;},'fmuXn':'AcYRp','HcgDO':_0x5a7348(0x1f4),'WhBnK':_0x5a7348(0x345),'nbzNK':'failure_backtrace','sRXvg':'backtrace','vevzq':'failure_reason_expanded','HxtNf':'expanded','OHEpw':_0x5a7348(0x2e4),'FkchZ':function(_0x14c7bc,_0x8f78db){return _0x14c7bc!==_0x8f78db;},'KKFGL':_0x5a7348(0x29b),'BlyCO':_0x5a7348(0x1f9),'fjhXd':_0x5a7348(0x301),'Brnom':'sQKhG','TlhuJ':_0x5a7348(0x30b),'GXHbi':_0x5a7348(0x308),'eWLjM':function(_0x831d0f,_0x224ae0){return _0x831d0f>_0x224ae0;},'sKGle':function(_0x3d1cf7,_0x35759d){return _0x3d1cf7===_0x35759d;},'YxzTo':'kOGyD','kfFFs':_0x5a7348(0x1c5),'pZMYw':function(_0x4b612a,_0x141f5c){return _0x4b612a===_0x141f5c;},'GsySW':_0x5a7348(0x28c),'hMAmA':function(_0x2041d7,_0x5c2cd6){return _0x2041d7===_0x5c2cd6;},'AphEv':_0x5a7348(0x297),'XLZTm':function(_0x18e85a,_0xa9467d){return _0x18e85a===_0xa9467d;},'qAApG':_0x5a7348(0x2b2),'hqyeN':_0x5a7348(0x2bc)};try{if(_0xb97303['QSREB'](_0xb97303[_0x5a7348(0x1c1)],_0xb97303[_0x5a7348(0x1c1)])){if(_0x505aca['fn']&&_0x505aca['fn'][_0x5a7348(0x1ed)]()[_0x5a7348(0x342)](/browserstack internal helper hook/)){if(_0xb97303[_0x5a7348(0x311)](_0xb97303[_0x5a7348(0x282)],_0xb97303[_0x5a7348(0x332)]))_0xf5c20[_0x5a7348(0x2c6)]=_0x86bc38;else return;}await this[_0x5a7348(0x2c1)]();let _0x21814a;try{if(_0xb97303['JZdNp'](_0xb97303[_0x5a7348(0x1c0)],_0xb97303[_0x5a7348(0x1c0)]))_0x21814a=this['getRootParentFile'](_0x505aca);else{if(_0xb97303[_0x5a7348(0x33e)](_0x46aa67[_0x5a7348(0x337)],_0xb97303[_0x5a7348(0x29e)]))return'\x22'+_0x4285b3['type']+_0x5a7348(0x23f)+(_0x14a75f[_0x5a7348(0x286)]&&_0x4c5041[_0x5a7348(0x286)][_0x5a7348(0x296)])+'\x22';return _0x3ce34f['name'];}}catch(_0x29c4f0){_0xb97303['eYuOa'](_0xb97303[_0x5a7348(0x287)],_0xb97303[_0x5a7348(0x1d4)])?(_0xb97303[_0x5a7348(0x321)](debug,_0x5a7348(0x31e)+_0x29c4f0),_0x21814a=null):(_0x22a3ee[_0xb97303[_0x5a7348(0x2c0)]]=_0x54e625[_0x484f95[_0xb97303[_0x5a7348(0x2c0)]]],_0x149515[_0xb97303[_0x5a7348(0x288)]]=_0x34cd04);}if(_0x21814a[_0x5a7348(0x304)](_0xb97303[_0x5a7348(0x2e6)])){if(_0xb97303['JZdNp'](_0xb97303['ILkzK'],_0xb97303[_0x5a7348(0x1db)])){let _0x214068=_0x56e68f['parent'];while(_0x214068&&_0xb97303[_0x5a7348(0x33e)](_0x214068[_0x5a7348(0x296)],'')&&_0xb97303['PTfXh'](_0x214068[_0x5a7348(0x296)],_0xb97303[_0x5a7348(0x1f1)])){_0x168871[_0x5a7348(0x21d)](_0x214068[_0x5a7348(0x296)]),_0x214068=_0x214068[_0x5a7348(0x286)];}}else return;}const _0x4ed5b0=_0xb97303[_0x5a7348(0x321)](require,_0xb97303[_0x5a7348(0x1c8)]);let _0x1907c1=[];if(_0xb97303[_0x5a7348(0x2db)](_0x505aca[_0x5a7348(0x1d2)],undefined))_0xb97303['TZnyO'](_0xb97303[_0x5a7348(0x264)],_0xb97303['cTUuk'])?_0xb97303[_0x5a7348(0x26a)](_0x1570a2,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0xe3ec8f):_0x1907c1=[_0x505aca[_0x5a7348(0x1d2)],_0xb97303[_0x5a7348(0x29e)]];else _0xb97303[_0x5a7348(0x269)](_0x465788,undefined)?_0xb97303[_0x5a7348(0x209)](_0xb97303[_0x5a7348(0x22d)],_0xb97303[_0x5a7348(0x328)])?this[_0x5a7348(0x221)]=_0x34d43c[_0x5a7348(0x202)]:_0x1907c1=[_0x465788,_0xb97303['JSiow']]:_0xb97303[_0x5a7348(0x2d5)](_0xb97303[_0x5a7348(0x1da)],_0xb97303[_0x5a7348(0x1da)])?_0xb97303['otsvV'](_0x41bbc3,_0x5a7348(0x305)+_0x2f3bc9):_0x1907c1=[];const _0x546b3d=_0xb97303[_0x5a7348(0x2f4)](_0x505aca['errorsDetailed'],undefined)?_0x4ed5b0[_0x5a7348(0x2f6)](_0x505aca[_0x5a7348(0x1d2)][0x0]):_0xb97303[_0x5a7348(0x2c9)](_0x465788,undefined)?_0x465788[_0x5a7348(0x1ed)]():undefined,_0x4c49e2=_0x21814a?this[_0x5a7348(0x346)][_0x5a7348(0x31c)](this['getRootParentFile'](_0x505aca)):_0xb97303[_0x5a7348(0x317)],_0x552aae={'framework':FRAMEWORKS[_0x5a7348(0x1cc)],'uuid':_0x505aca['testAnalyticsId']||_0x505aca[_0x5a7348(0x1fb)],'name':this['getName'](_0x505aca),'body':{'lang':_0xb97303[_0x5a7348(0x2ab)],'code':_0x505aca['fn'][_0x5a7348(0x1ed)]()},'scopes':this[_0x5a7348(0x28e)](_0x505aca),'file_name':_0x4c49e2,'vc_filepath':this[_0x5a7348(0x221)]&&_0x21814a?path[_0x5a7348(0x306)](this[_0x5a7348(0x221)],_0x21814a):null,'location':_0x4c49e2,'result':_0xb97303[_0x5a7348(0x28f)](_0x24d42c,_0xb97303[_0x5a7348(0x26b)])?_0xb97303['dgdKe']:this[_0x5a7348(0x230)](_0x505aca[_0x5a7348(0x1d2)]&&_0xb97303[_0x5a7348(0x1e1)](_0x505aca[_0x5a7348(0x1d2)][_0x5a7348(0x2bf)],0x0)?_0xb97303[_0x5a7348(0x2c7)]:_0xb97303['xWKBC']),'failure_reason':_0x546b3d,'duration_in_ms':_0x505aca[_0x5a7348(0x203)]||(_0x24d42c[_0x5a7348(0x342)](/Finished/)||_0x24d42c[_0x5a7348(0x342)](/Skipped/)?_0xb97303[_0x5a7348(0x1ce)](Date['now'](),new Date(_0x505aca[_0x5a7348(0x251)])[_0x5a7348(0x30e)]()):null),'started_at':_0x505aca['started_at'],'finished_at':_0x24d42c[_0x5a7348(0x342)](/Finished/)||_0x24d42c[_0x5a7348(0x342)](/Skipped/)?new Date()[_0x5a7348(0x32c)]():null,'failure':failureData[_0x5a7348(0x268)](null,_0x1907c1),'failure_type':!_0x546b3d?null:_0xb97303[_0x5a7348(0x33d)](getFailureType,_0x546b3d),'retry_of':_0x505aca[_0x5a7348(0x21c)]};if(_0xb97303[_0x5a7348(0x209)](_0x24d42c,_0xb97303[_0x5a7348(0x26b)])&&!_0x552aae[_0xb97303[_0x5a7348(0x2e8)]]){if(_0xb97303[_0x5a7348(0x28f)](_0xb97303[_0x5a7348(0x295)],_0xb97303[_0x5a7348(0x295)]))_0x552aae[_0xb97303['qtptA']]=_0x552aae[_0xb97303[_0x5a7348(0x2cc)]];else return[];}if(_0x24d42c['match'](/HookRun/)){if(_0xb97303[_0x5a7348(0x266)](_0xb97303[_0x5a7348(0x27c)],_0xb97303[_0x5a7348(0x27c)]))return null;else{[_0x552aae[_0x5a7348(0x284)],_0x552aae['name']]=[_0x505aca[_0x5a7348(0x337)],this[_0x5a7348(0x2a6)](_0x505aca)];if(_0xb97303[_0x5a7348(0x28f)](_0x24d42c,_0xb97303[_0x5a7348(0x2f0)])){if(_0xb97303[_0x5a7348(0x2d5)](_0xb97303['YeKnI'],_0xb97303[_0x5a7348(0x215)])){if(_0xb97303[_0x5a7348(0x2f4)](_0x552aae['result'],_0xb97303[_0x5a7348(0x2c7)])){if(_0xb97303[_0x5a7348(0x2d5)](_0xb97303[_0x5a7348(0x32f)],_0xb97303[_0x5a7348(0x1d5)]))_0x552aae['result']=_0xb97303[_0x5a7348(0x30a)];else{const _0x52b6bb=_0xb97303[_0x5a7348(0x2a2)][_0x5a7348(0x220)]('|');let _0x5760c5=0x0;while(!![]){switch(_0x52b6bb[_0x5760c5++]){case'0':this[_0x5a7348(0x322)]=this[_0x5a7348(0x1e4)]();continue;case'1':this[_0x5a7348(0x221)]=null;continue;case'2':this[_0x5a7348(0x346)]=new _0xcddd6c({'cwd':_0x12760f[_0x5a7348(0x2da)]()},this[_0x5a7348(0x322)][_0x5a7348(0x23e)]);continue;case'3':this[_0x5a7348(0x348)]=![];continue;case'4':this[_0x5a7348(0x302)]=_0xb97303[_0x5a7348(0x24e)](_0x1707b4);continue;case'5':this[_0x5a7348(0x23a)]=[];continue;case'6':this['_testResults']=[];continue;}break;}}}}else return{'ci':_0xb97303['QIxIG'],'key':_0xb97303[_0x5a7348(0x331)](_0x1cf98f),'version':_0x3d6e16,'collector':_0x5a7348(0x336)+_0x170307};}}}else{if(_0x24d42c['match'](/TestRun/)){if(_0xb97303['aepis'](_0xb97303[_0x5a7348(0x1e0)],_0xb97303[_0x5a7348(0x22c)])){const _0x330a4d=[];if(_0x45aba8&&_0x6b7b41['parent']){let _0x354cf5=_0x22e343[_0x5a7348(0x286)];while(_0x354cf5&&_0xb97303[_0x5a7348(0x33e)](_0x354cf5[_0x5a7348(0x296)],'')&&_0xb97303[_0x5a7348(0x248)](_0x354cf5[_0x5a7348(0x296)],_0xb97303[_0x5a7348(0x1f1)])){_0x330a4d[_0x5a7348(0x21d)](_0x354cf5[_0x5a7348(0x296)]),_0x354cf5=_0x354cf5[_0x5a7348(0x286)];}}return _0x330a4d[_0x5a7348(0x2b0)](),_0x330a4d;}else this[_0x5a7348(0x333)](_0x505aca);}}const _0x1a2ff5=_0x552aae[_0xb97303[_0x5a7348(0x26d)]][0x0];_0x1a2ff5&&(_0xb97303[_0x5a7348(0x2c4)](_0xb97303[_0x5a7348(0x2f2)],_0xb97303[_0x5a7348(0x2f2)])?(_0x552aae[_0xb97303['nbzNK']]=_0x1a2ff5[_0xb97303[_0x5a7348(0x29a)]],_0x552aae[_0xb97303[_0x5a7348(0x257)]]=_0x1a2ff5[_0xb97303[_0x5a7348(0x225)]]):_0x1a0736[_0x5a7348(0x21d)](_0x2a9f2c[_0x5a7348(0x1fb)]));[_0xb97303[_0x5a7348(0x2ea)],_0xb97303['bsiAz']]['includes'](_0x24d42c)&&(_0xb97303['FkchZ'](_0xb97303[_0x5a7348(0x226)],_0xb97303['BlyCO'])?(this[_0x5a7348(0x33c)][_0x5a7348(0x21d)](_0x552aae),_0x552aae[_0x5a7348(0x1cd)]=this[_0x5a7348(0x290)](_0x505aca),this['resetTestHooks'](_0x505aca)):[_0xb97303[_0x5a7348(0x27d)],_0xb97303[_0x5a7348(0x27b)]][_0x5a7348(0x304)](_0x4cfcf1['type'])&&_0x1f2561[_0x5a7348(0x1fb)]&&(_0x2d692f['hookAnalyticsId']=null));const _0xb65f3={'event_type':_0xb97303['JZdNp'](_0x24d42c,_0xb97303[_0x5a7348(0x26b)])?_0xb97303[_0x5a7348(0x2ea)]:_0x24d42c};_0x24d42c['match'](/HookRun/)?_0xb97303[_0x5a7348(0x33e)](_0xb97303[_0x5a7348(0x275)],_0xb97303[_0x5a7348(0x2df)])?(_0x552aae[_0xb97303[_0x5a7348(0x2c0)]]=HOOK_TYPES_MAP[_0x552aae[_0xb97303[_0x5a7348(0x2c0)]]],_0xb65f3[_0xb97303[_0x5a7348(0x288)]]=_0x552aae):_0x21170f=[_0x19395a['errorsDetailed'],_0xb97303[_0x5a7348(0x29e)]]:_0xb97303[_0x5a7348(0x2c4)](_0xb97303[_0x5a7348(0x1e8)],_0xb97303[_0x5a7348(0x2a4)])?(_0x5462dc[_0xb97303[_0x5a7348(0x279)]][_0xb97303[_0x5a7348(0x293)]]=_0xb97303['dgdKe'],_0x2ca0e1[_0xb97303[_0x5a7348(0x279)]][_0xb97303[_0x5a7348(0x26d)]]=null,_0x3d31e5[_0xb97303[_0x5a7348(0x279)]][_0xb97303[_0x5a7348(0x242)]]=null):_0xb65f3[_0xb97303[_0x5a7348(0x279)]]=_0x552aae;_0xb97303[_0x5a7348(0x227)](this[_0x5a7348(0x23a)][_0x5a7348(0x2bf)],0x0)&&[_0xb97303[_0x5a7348(0x2ea)],_0xb97303['bsiAz']]['includes'](_0x24d42c)&&(_0xb97303[_0x5a7348(0x25f)](_0xb97303['YxzTo'],_0xb97303['YxzTo'])?(this['hook_data'][_0x5a7348(0x24d)](async _0x95a8a=>{const _0x4d2e7d=_0x5a7348;if(_0xb97303[_0x4d2e7d(0x269)](_0xb97303[_0x4d2e7d(0x2b4)],_0xb97303[_0x4d2e7d(0x2ae)])){const _0x35bfe5=_0xb97303['PKvow'][_0x4d2e7d(0x220)]('|');let _0x220cdf=0x0;while(!![]){switch(_0x35bfe5[_0x220cdf++]){case'0':_0x95a8a[_0xb97303[_0x4d2e7d(0x288)]][_0xb97303['qTgFx']]=_0xb65f3[_0xb97303[_0x4d2e7d(0x279)]][_0xb97303[_0x4d2e7d(0x1df)]];continue;case'1':_0x95a8a[_0xb97303[_0x4d2e7d(0x288)]][_0xb97303[_0x4d2e7d(0x242)]]=_0xb65f3[_0xb97303[_0x4d2e7d(0x279)]][_0xb97303[_0x4d2e7d(0x242)]];continue;case'2':await SessionHandler[_0x4d2e7d(0x1d6)](_0x95a8a);continue;case'3':_0x95a8a[_0xb97303[_0x4d2e7d(0x288)]][_0xb97303['wMIHX']]=_0xb65f3[_0xb97303[_0x4d2e7d(0x279)]][_0xb97303[_0x4d2e7d(0x26d)]];continue;case'4':_0x95a8a[_0xb97303[_0x4d2e7d(0x288)]][_0xb97303[_0x4d2e7d(0x293)]]=_0xb65f3[_0xb97303['BmEii']][_0xb97303[_0x4d2e7d(0x293)]];continue;}break;}}else{const _0x12aa2b={};_0x12aa2b[_0x4d2e7d(0x211)]=_0xb97303['Amqax'],_0x12aa2b[_0x4d2e7d(0x339)]=_0xb97303[_0x4d2e7d(0x27b)];const _0x1c9cf7=_0x12aa2b;if(!_0x343e8a||!_0x12113e[_0x4d2e7d(0x286)])return;_0xb87b77[_0x4d2e7d(0x286)][_0x4d2e7d(0x1cd)][_0x4d2e7d(0x24d)](_0x5c7c32=>{const _0x19cf6b=_0x4d2e7d;[_0x1c9cf7[_0x19cf6b(0x211)],_0x1c9cf7[_0x19cf6b(0x339)]]['includes'](_0x5c7c32[_0x19cf6b(0x337)])&&_0x5c7c32[_0x19cf6b(0x1fb)]&&(_0x5c7c32[_0x19cf6b(0x1fb)]=null);}),this['mapTestHooks'](_0x4820d5[_0x4d2e7d(0x286)]);}}),this[_0x5a7348(0x23a)]=[]):_0x51827f[_0xb97303[_0x5a7348(0x279)]]=_0x1f7d9e);if(_0xb97303[_0x5a7348(0x311)](this[_0x5a7348(0x1d0)],_0x505aca['type'])){if(_0xb97303[_0x5a7348(0x2f5)](_0xb97303[_0x5a7348(0x315)],_0xb97303[_0x5a7348(0x315)])){this[_0x5a7348(0x23a)][_0x5a7348(0x21d)](_0xb65f3);return;}else _0x3cb70b[_0x5a7348(0x1fe)]('bs:addLog:'+_0x510bc1[_0x5a7348(0x2b5)]),_0x962a56['on'](_0x5a7348(0x334)+_0x23a870[_0x5a7348(0x2b5)],this['appendTestItemLog'][_0x5a7348(0x1f3)](this)),_0x345212['removeAllListeners'](_0x5a7348(0x1e3)+_0x1b49b2[_0x5a7348(0x2b5)]),_0x2cad9e['on']('bs:addPlatformDetails:'+_0x501f36[_0x5a7348(0x2b5)],this[_0x5a7348(0x273)][_0x5a7348(0x1f3)](this));}if(_0xb97303[_0x5a7348(0x2f9)](this[_0x5a7348(0x1d0)],_0xb97303[_0x5a7348(0x2f8)])&&_0xb65f3[_0xb97303[_0x5a7348(0x279)]]){if(_0xb97303[_0x5a7348(0x2cb)](_0xb97303[_0x5a7348(0x2d7)],_0xb97303[_0x5a7348(0x2d7)]))_0xb65f3[_0xb97303[_0x5a7348(0x279)]][_0xb97303['qHthl']]=_0xb97303[_0x5a7348(0x2ec)],_0xb65f3[_0xb97303[_0x5a7348(0x279)]][_0xb97303['wMIHX']]=null,_0xb65f3[_0xb97303['BmEii']][_0xb97303[_0x5a7348(0x242)]]=null;else{const _0x219e6e=_0x2aa8f1[_0x5a7348(0x2ba)];if(_0xb97303[_0x5a7348(0x1d8)](_0x385a1,null)||_0xb97303[_0x5a7348(0x28f)](_0x546ed0,'')||_0xb97303[_0x5a7348(0x209)](_0x5008e1,_0x219e6e))return null;try{return _0x444e4d[_0x5a7348(0x29c)](_0x5ac184[_0x5a7348(0x318)](_0x43063f,_0xb97303['DLjyj'],_0xb97303[_0x5a7348(0x347)])),_0x3de459;}catch(_0x13c9a1){const _0x45154b=_0x6c441[_0x5a7348(0x1ef)](_0x44bd79);return this[_0x5a7348(0x2b8)](_0x45154b);}}}await SessionHandler[_0x5a7348(0x1d6)](_0xb65f3);}else{if(!_0x135eb7||!_0x5bedb6['parent'])return[];const _0x342eeb=[];return _0x3857af[_0x5a7348(0x286)][_0x5a7348(0x1cd)][_0x5a7348(0x24d)](_0x37bbef=>{const _0x4bab96=_0x5a7348;_0x37bbef[_0x4bab96(0x1fb)]&&!_0xb97303['xJMrm'](_0x3ef519,_0x37bbef['fn'])&&!this[_0x4bab96(0x307)](_0x37bbef)&&_0x342eeb[_0x4bab96(0x21d)](_0x37bbef[_0x4bab96(0x1fb)]);}),[..._0x342eeb,...this[_0x5a7348(0x290)](_0x4a259d[_0x5a7348(0x286)])];}}catch(_0x40ea64){if(_0xb97303['XLZTm'](_0xb97303[_0x5a7348(0x2fe)],_0xb97303[_0x5a7348(0x234)]))return _0x9c5d0a[_0x5a7348(0x2b9)];else _0xb97303[_0x5a7348(0x33d)](debug,_0x5a7348(0x1fa)+_0x24d42c+'\x20with\x20error\x20:\x20'+_0x40ea64);}};[a18_0x57c666(0x2b8)](_0x42be67){const _0x403148=a18_0x57c666,_0x50a424={'lrPyR':function(_0x1f2b42,_0x35ca48){return _0x1f2b42(_0x35ca48);},'LZNXJ':_0x403148(0x2e7),'PiroV':function(_0x4bd2a0,_0x4c18bf){return _0x4bd2a0==_0x4c18bf;},'DZdDF':function(_0x4343b9,_0x38b9a8){return _0x4343b9===_0x38b9a8;},'mxsmF':function(_0x361d7c,_0x3371d6){return _0x361d7c===_0x3371d6;},'HAXbY':function(_0x36d855,_0xa3aee5){return _0x36d855===_0xa3aee5;},'IxaLo':_0x403148(0x22f),'BJBVC':'sdYyY','OCEyk':function(_0x145e73,_0x4b3ba7){return _0x145e73!==_0x4b3ba7;},'dOHwm':_0x403148(0x2a5),'sIPwx':_0x403148(0x28d),'vYglv':_0x403148(0x233),'IqFDb':'config','uxxua':function(_0x2b140f,_0x2a3092){return _0x2b140f===_0x2a3092;},'wCRJh':_0x403148(0x1f0),'itPiS':_0x403148(0x232)},_0x3547b2=path[_0x403148(0x2ba)];if(_0x50a424[_0x403148(0x1f7)](_0x42be67,null)||_0x50a424[_0x403148(0x289)](_0x42be67,'')||_0x50a424[_0x403148(0x2ee)](_0x42be67,_0x3547b2)){if(_0x50a424['HAXbY'](_0x50a424[_0x403148(0x29f)],_0x50a424[_0x403148(0x21a)]))this[_0x403148(0x33c)][_0x403148(0x21d)](_0x427250),_0x239788[_0x403148(0x1cd)]=this[_0x403148(0x290)](_0x2ab05f),this[_0x403148(0x2ff)](_0x4f440e);else return null;}try{if(_0x50a424[_0x403148(0x2ed)](_0x50a424['dOHwm'],_0x50a424[_0x403148(0x33f)]))return fs['statSync'](path[_0x403148(0x318)](_0x42be67,_0x50a424[_0x403148(0x2d8)],_0x50a424[_0x403148(0x24a)])),_0x42be67;else _0x11f82b[_0x403148(0x1fb)]&&!_0x50a424[_0x403148(0x1e7)](_0x5ed4e6,_0x7da440['fn'])&&!this[_0x403148(0x307)](_0x21fce3)&&_0x3961f8[_0x403148(0x21d)](_0x3c30b2[_0x403148(0x1fb)]);}catch(_0x291553){if(_0x50a424['uxxua'](_0x50a424[_0x403148(0x2eb)],_0x50a424[_0x403148(0x2fb)])){const _0x1e4ca1=this[_0x403148(0x1eb)](_0x3e3738);return _0x1e4ca1[_0x403148(0x304)](_0x50a424['LZNXJ']);}else{const _0x2e83b3=path[_0x403148(0x1ef)](_0x42be67);return this[_0x403148(0x2b8)](_0x2e83b3);}}}['appendTestItemLog']=async _0x324c64=>{const _0x1db89f=a18_0x57c666,_0x449c84={'VMJzi':_0x1db89f(0x32d),'oMXKJ':_0x1db89f(0x1c6),'txiXS':_0x1db89f(0x33b),'IkNLE':_0x1db89f(0x283),'ojihj':'passed','IyNOD':_0x1db89f(0x2c8),'QTreJ':'failed','btfUg':function(_0x523b6e,_0x4c45a1){return _0x523b6e!==_0x4c45a1;},'dZwPC':function(_0x5b3ce3,_0x4eaba6){return _0x5b3ce3===_0x4eaba6;},'VOuds':_0x1db89f(0x2a0),'qSkbT':_0x1db89f(0x228),'xKBdA':'rpkLz','zCtFz':'wlchZ','nLkIu':function(_0xc0cb57,_0x23ea7c){return _0xc0cb57!==_0x23ea7c;},'fnFlR':_0x1db89f(0x240),'qCwzL':_0x1db89f(0x2d4),'CUziP':'LogCreated','hKwNC':function(_0x6beae8,_0x524caa){return _0x6beae8!==_0x524caa;},'ItdWL':_0x1db89f(0x30c),'zXUXf':function(_0x324da8,_0x598051){return _0x324da8(_0x598051);}},_0x2a6829=TestDetails[_0x1db89f(0x20b)](process['pid']+':hookAnalyticsId'),_0xe97f1=TestDetails[_0x1db89f(0x20b)](process[_0x1db89f(0x2b5)]+':testAnalyticsId');try{if(_0x449c84[_0x1db89f(0x26c)](_0x449c84['VOuds'],_0x449c84[_0x1db89f(0x30f)])){if(_0x2a6829||this[_0x1db89f(0x25c)]&&!this['current_hook'][_0x1db89f(0x1bf)]){if(_0x449c84[_0x1db89f(0x2a8)](_0x449c84[_0x1db89f(0x312)],_0x449c84[_0x1db89f(0x31a)]))_0x324c64[_0x1db89f(0x20c)]=_0x2a6829;else{if(!_0x33cbdc||!_0x126d1d[_0x1db89f(0x286)])return;_0x51d70f[_0x1db89f(0x286)][_0x1db89f(0x1cd)][_0x1db89f(0x24d)](_0x37222a=>{const _0x226ccb=_0x1db89f;!_0x37222a[_0x226ccb(0x1fb)]&&(_0x37222a[_0x226ccb(0x1fb)]=_0x59b994['setTestUUID'](_0x36ae3a['pid']+_0x226ccb(0x2a7)));}),this[_0x1db89f(0x333)](_0x3c8fcd['parent']);}}!_0x324c64['hook_run_uuid']&&_0xe97f1&&(_0x449c84['btfUg'](_0x449c84[_0x1db89f(0x278)],_0x449c84['zCtFz'])?(_0x140cdd[_0x449c84[_0x1db89f(0x229)]]=_0x139ca0[_0x449c84[_0x1db89f(0x319)]],_0x39db29[_0x449c84[_0x1db89f(0x2c3)]]=_0x5ead52[_0x449c84[_0x1db89f(0x201)]]):_0x324c64[_0x1db89f(0x2c6)]=_0xe97f1);if(_0x324c64[_0x1db89f(0x20c)]||_0x324c64[_0x1db89f(0x2c6)]){if(_0x449c84['nLkIu'](_0x449c84['fnFlR'],_0x449c84[_0x1db89f(0x250)])){const _0x289885={};_0x289885['event_type']=_0x449c84['CUziP'],_0x289885[_0x1db89f(0x258)]=[_0x324c64],await SessionHandler[_0x1db89f(0x1d6)](_0x289885);}else _0x1d9976[_0x1db89f(0x1fb)]=_0x3353ab[_0x1db89f(0x323)](_0x31e94e[_0x1db89f(0x2b5)]+_0x1db89f(0x2a7));}}else{const _0x35b395={};return _0x35b395[_0x7c89a0]=_0x449c84[_0x1db89f(0x2f3)],_0x35b395[_0x869bc7]=_0x449c84['IyNOD'],_0x35b395[_0x39045f]=_0x449c84[_0x1db89f(0x23d)],_0x35b395[_0x4c2552];}}catch(_0x5602de){_0x449c84[_0x1db89f(0x2bb)](_0x449c84[_0x1db89f(0x26f)],_0x449c84[_0x1db89f(0x26f)])?_0x449c84[_0x1db89f(0x2a8)](_0x4463f1[_0x1db89f(0x23b)],_0x449c84['QTreJ'])&&(_0x58dde[_0x1db89f(0x23b)]=_0x449c84[_0x1db89f(0x2f3)]):_0x449c84[_0x1db89f(0x2e5)](debug,_0x1db89f(0x305)+_0x5602de);}};[a18_0x57c666(0x273)]=async _0x555dd7=>{const _0x6b2bd2=a18_0x57c666,_0x163139={'JLvVG':function(_0x3ffab2,_0x8eb006){return _0x3ffab2(_0x8eb006);},'NyRKs':function(_0x2bb9fe,_0x30f62d){return _0x2bb9fe===_0x30f62d;},'FiTWH':_0x6b2bd2(0x1f6),'ryGJd':'http_response','BOeXM':_0x6b2bd2(0x237),'KxXkN':function(_0x336169,_0x3994aa){return _0x336169!==_0x3994aa;},'YcDgz':_0x6b2bd2(0x2ad),'yhtdC':function(_0x237b49,_0x1f193d){return _0x237b49(_0x1f193d);}};try{if(_0x163139['NyRKs'](_0x163139[_0x6b2bd2(0x1e5)],_0x163139[_0x6b2bd2(0x1e5)])){const _0x1bceb1={'uuid':_0x555dd7[_0x6b2bd2(0x1cb)]||TestDetails['getTestUUID'](process[_0x6b2bd2(0x2b5)]+':testAnalyticsId'),'integrations':_0x555dd7[_0x163139[_0x6b2bd2(0x222)]]},_0x3148d0={};_0x3148d0['event_type']=_0x163139['BOeXM'],_0x3148d0['test_run']=_0x1bceb1,await SessionHandler['uploadEventData'](_0x3148d0);}else return;}catch(_0x4bbe9c){_0x163139[_0x6b2bd2(0x1cf)](_0x163139[_0x6b2bd2(0x217)],_0x163139[_0x6b2bd2(0x217)])?_0x163139['JLvVG'](_0x397a04,_0x6b2bd2(0x1fa)+_0x4fb3a0+'\x20with\x20error\x20:\x20'+_0x42ad16):_0x163139['yhtdC'](debug,_0x6b2bd2(0x2bd)+_0x4bbe9c);}};async[a18_0x57c666(0x2c1)](){const _0x3eb215=a18_0x57c666,_0x49f2e6={'NrrpF':'started_at','nkkHt':_0x3eb215(0x262),'wgQUj':function(_0x4d2aae,_0x5ed652){return _0x4d2aae!==_0x5ed652;},'jCniL':_0x3eb215(0x23c),'GFtWd':_0x3eb215(0x325),'tidzz':function(_0x252790){return _0x252790();},'QjxhM':function(_0x2d5c00,_0x34ddb2){return _0x2d5c00===_0x34ddb2;},'FVDiK':_0x3eb215(0x298)};if(this[_0x3eb215(0x348)]){if(_0x49f2e6['wgQUj'](_0x49f2e6[_0x3eb215(0x2af)],_0x49f2e6['GFtWd']))return this[_0x3eb215(0x221)];else _0x2d1e62[_0x3eb215(0x20c)]=_0x4f6aeb;}const _0x185203=await _0x49f2e6[_0x3eb215(0x33a)](getGitMetaData);_0x185203&&(_0x49f2e6['QjxhM'](_0x49f2e6['FVDiK'],_0x49f2e6['FVDiK'])?this[_0x3eb215(0x221)]=_0x185203[_0x3eb215(0x202)]:_0x216731[_0x49f2e6[_0x3eb215(0x31d)]]=_0x1e1499[_0x49f2e6[_0x3eb215(0x2fa)]]),this[_0x3eb215(0x348)]=!![];}[a18_0x57c666(0x230)](_0x329813){const _0x3ad2b9=a18_0x57c666,_0x396c0d={};_0x396c0d[_0x3ad2b9(0x235)]=_0x3ad2b9(0x2b7),_0x396c0d[_0x3ad2b9(0x1d1)]=_0x3ad2b9(0x2c8),_0x396c0d[_0x3ad2b9(0x2dc)]=_0x3ad2b9(0x200);const _0x4440f7=_0x396c0d,_0x1125f3={};return _0x1125f3[STATE_PASSED]=_0x4440f7[_0x3ad2b9(0x235)],_0x1125f3[STATE_PENDING]=_0x4440f7['iKvyg'],_0x1125f3[STATE_FAILED]=_0x4440f7[_0x3ad2b9(0x2dc)],_0x1125f3[_0x329813];}[a18_0x57c666(0x28e)](_0x5a7042){const _0x4783e=a18_0x57c666,_0x5dc9db={'AJObv':_0x4783e(0x2e7),'cFOgJ':function(_0x4d7147,_0x27566f){return _0x4d7147(_0x27566f);},'madsV':function(_0x24957a,_0x3185fd){return _0x24957a+_0x3185fd;},'vPFMo':_0x4783e(0x303),'JaTXJ':function(_0x513c93,_0x8768b4){return _0x513c93===_0x8768b4;},'ErTpG':_0x4783e(0x1de),'TrRAr':function(_0x4442d4,_0x5bd8d3){return _0x4442d4!==_0x5bd8d3;},'XzOwK':_0x4783e(0x239),'FyClC':_0x4783e(0x249)},_0x1f2111=[];if(_0x5a7042&&_0x5a7042[_0x4783e(0x286)]){if(_0x5dc9db['JaTXJ'](_0x5dc9db['ErTpG'],_0x5dc9db[_0x4783e(0x314)])){let _0x2a9235=_0x5a7042[_0x4783e(0x286)];while(_0x2a9235&&_0x5dc9db[_0x4783e(0x1ea)](_0x2a9235[_0x4783e(0x296)],'')&&_0x5dc9db[_0x4783e(0x1ea)](_0x2a9235['name'],_0x5dc9db[_0x4783e(0x1c7)])){if(_0x5dc9db[_0x4783e(0x2d3)](_0x5dc9db[_0x4783e(0x1e9)],_0x5dc9db['FyClC']))_0x1f2111[_0x4783e(0x21d)](_0x2a9235[_0x4783e(0x296)]),_0x2a9235=_0x2a9235[_0x4783e(0x286)];else{try{const _0x29661e=this[_0x4783e(0x1eb)](_0x1fe904);return _0x29661e['includes'](_0x5dc9db['AJObv']);}catch(_0x4f731f){_0x5dc9db['cFOgJ'](_0x79c8f6,_0x5dc9db['madsV'](_0x5dc9db[_0x4783e(0x216)],_0x4f731f));}return![];}}}else _0x17f5ee[_0x4783e(0x21d)](_0x294b67[_0x4783e(0x296)]),_0x200a14=_0xd50091['parent'];}return _0x1f2111['reverse'](),_0x1f2111;}[a18_0x57c666(0x1eb)]=_0x403a20=>{const _0x33762b=a18_0x57c666,_0x3bc2b7={};_0x3bc2b7[_0x33762b(0x213)]=function(_0x29f133,_0x201a62){return _0x29f133===_0x201a62;},_0x3bc2b7[_0x33762b(0x30d)]='kSVpT',_0x3bc2b7[_0x33762b(0x210)]=function(_0x172c74,_0x2170a8){return _0x172c74===_0x2170a8;},_0x3bc2b7[_0x33762b(0x309)]=_0x33762b(0x270),_0x3bc2b7[_0x33762b(0x329)]='PjNTm';const _0x7c447d=_0x3bc2b7;if(_0x403a20[_0x33762b(0x20d)]){if(_0x7c447d[_0x33762b(0x213)](_0x7c447d[_0x33762b(0x30d)],_0x7c447d[_0x33762b(0x30d)])){const _0x1d547c=stackTrace['parse']['call'](stackTrace,_0x403a20[_0x33762b(0x20d)]);return _0x1d547c[0x0][_0x33762b(0x2d0)]();}else return;}if(_0x403a20[_0x33762b(0x2b9)]){if(_0x7c447d[_0x33762b(0x210)](_0x7c447d[_0x33762b(0x309)],_0x7c447d[_0x33762b(0x329)])){const _0x2e8032=_0x17c5d2[_0x33762b(0x1c3)][_0x33762b(0x2ce)](_0x5f30c2,_0x40feb8[_0x33762b(0x20d)]);return _0x2e8032[0x0][_0x33762b(0x2d0)]();}else return _0x403a20[_0x33762b(0x2b9)];}return null;};[a18_0x57c666(0x333)]=_0x9879e8=>{const _0x50e898=a18_0x57c666,_0x2670cf={};_0x2670cf[_0x50e898(0x294)]=function(_0x19bf22,_0x18694b){return _0x19bf22===_0x18694b;},_0x2670cf[_0x50e898(0x1c9)]='Whwxp',_0x2670cf[_0x50e898(0x281)]=_0x50e898(0x236),_0x2670cf[_0x50e898(0x263)]=function(_0x4568ca,_0x286ca4){return _0x4568ca!==_0x286ca4;},_0x2670cf[_0x50e898(0x241)]=_0x50e898(0x2b1),_0x2670cf['TGFob']=_0x50e898(0x326),_0x2670cf[_0x50e898(0x204)]=_0x50e898(0x218);const _0x5f2898=_0x2670cf;if(!_0x9879e8||!_0x9879e8[_0x50e898(0x286)]){if(_0x5f2898['okGNo'](_0x5f2898[_0x50e898(0x20f)],_0x5f2898[_0x50e898(0x204)]))_0x37ff38['hookAnalyticsId']=null;else return;}_0x9879e8[_0x50e898(0x286)][_0x50e898(0x1cd)]['forEach'](_0x1ab9d4=>{const _0x48e22c=_0x50e898;if(_0x5f2898[_0x48e22c(0x294)](_0x5f2898[_0x48e22c(0x1c9)],_0x5f2898[_0x48e22c(0x281)]))return;else{if(!_0x1ab9d4['hookAnalyticsId']){if(_0x5f2898[_0x48e22c(0x263)](_0x5f2898[_0x48e22c(0x241)],_0x5f2898[_0x48e22c(0x241)])){const _0x357ae2=_0x302784[_0x48e22c(0x1ef)](_0x3e23a4);return this[_0x48e22c(0x2b8)](_0x357ae2);}else _0x1ab9d4[_0x48e22c(0x1fb)]=TestDetails['setTestUUID'](process[_0x48e22c(0x2b5)]+_0x48e22c(0x2a7));}}}),this[_0x50e898(0x333)](_0x9879e8[_0x50e898(0x286)]);};[a18_0x57c666(0x2ff)]=_0x319983=>{const _0xd8a5f6=a18_0x57c666,_0x3e8052={'xbooz':function(_0x41e691,_0x44f327){return _0x41e691(_0x44f327);},'lwXnT':function(_0x25d788,_0x1b7217){return _0x25d788+_0x1b7217;},'GMeTF':_0xd8a5f6(0x303),'ujjQX':_0xd8a5f6(0x22a),'DqBzC':function(_0x322795,_0x362fdc){return _0x322795!==_0x362fdc;},'WLkax':'DuNGl','WbOaW':_0xd8a5f6(0x330),'AgLeb':_0xd8a5f6(0x340),'wxSOb':function(_0x1d4ebd,_0x4eeae3){return _0x1d4ebd===_0x4eeae3;},'vbPwL':_0xd8a5f6(0x2fc),'WlsrA':'wUHZG','vWxiJ':'epMmJ','sJkdZ':_0xd8a5f6(0x25e)};if(!_0x319983||!_0x319983[_0xd8a5f6(0x286)]){if(_0x3e8052[_0xd8a5f6(0x1f8)](_0x3e8052[_0xd8a5f6(0x22e)],_0x3e8052['sJkdZ']))return;else _0x3e8052[_0xd8a5f6(0x2e9)](_0x296c0b,_0x3e8052[_0xd8a5f6(0x208)](_0x3e8052[_0xd8a5f6(0x24c)],_0x216deb));}_0x319983['parent'][_0xd8a5f6(0x1cd)][_0xd8a5f6(0x24d)](_0x26369f=>{const _0x48af3c=_0xd8a5f6;if(_0x3e8052[_0x48af3c(0x1f8)](_0x3e8052[_0x48af3c(0x254)],_0x3e8052[_0x48af3c(0x254)]))return'\x22'+_0x1d98cb[_0x48af3c(0x337)]+'\x22\x20hook\x20for\x20\x22'+(_0x2276e6[_0x48af3c(0x286)]&&_0x223b78[_0x48af3c(0x286)][_0x48af3c(0x296)])+'\x22';else[_0x3e8052[_0x48af3c(0x1ee)],_0x3e8052['AgLeb']][_0x48af3c(0x304)](_0x26369f['type'])&&_0x26369f[_0x48af3c(0x1fb)]&&(_0x3e8052[_0x48af3c(0x24f)](_0x3e8052[_0x48af3c(0x310)],_0x3e8052[_0x48af3c(0x343)])?_0x6b3583=[_0x5efdb7,_0x3e8052[_0x48af3c(0x2f1)]]:_0x26369f[_0x48af3c(0x1fb)]=null);}),this[_0xd8a5f6(0x333)](_0x319983['parent']);};[a18_0x57c666(0x307)](_0xd5b951){const _0x5977d1=a18_0x57c666,_0x5204b4={'MaZpH':function(_0x2b7f83,_0x229084){return _0x2b7f83!==_0x229084;},'TXcpH':_0x5977d1(0x292),'gRPzV':_0x5977d1(0x2e7),'asRyr':function(_0xa5bf16,_0x43f552){return _0xa5bf16===_0x43f552;},'JOeys':_0x5977d1(0x2d1),'XlanN':function(_0x5cf0ff,_0x3fe6cb){return _0x5cf0ff(_0x3fe6cb);},'xhXxh':function(_0x5f29bb,_0x449c2c){return _0x5f29bb+_0x449c2c;},'hGqGJ':_0x5977d1(0x303)};try{if(_0x5204b4[_0x5977d1(0x285)](_0x5204b4[_0x5977d1(0x1d7)],_0x5204b4[_0x5977d1(0x1d7)]))_0x100d46=[];else{const _0x22717a=this[_0x5977d1(0x1eb)](_0xd5b951);return _0x22717a[_0x5977d1(0x304)](_0x5204b4[_0x5977d1(0x2f7)]);}}catch(_0x5d63ff){if(_0x5204b4[_0x5977d1(0x2dd)](_0x5204b4['JOeys'],_0x5204b4[_0x5977d1(0x223)]))_0x5204b4[_0x5977d1(0x2e1)](debug,_0x5204b4[_0x5977d1(0x1ff)](_0x5204b4[_0x5977d1(0x265)],_0x5d63ff));else return;}return![];}[a18_0x57c666(0x290)]=_0x26cdc9=>{const _0x1d8e73=a18_0x57c666,_0x499790={'IhPfL':_0x1d8e73(0x233),'YwoFQ':_0x1d8e73(0x259),'CNggJ':function(_0x140ffc,_0x49f61e){return _0x140ffc!==_0x49f61e;},'aUGpM':_0x1d8e73(0x2b3),'wQgQv':_0x1d8e73(0x316),'XuGyP':function(_0x27722d,_0x503f06){return _0x27722d(_0x503f06);},'HhWlY':function(_0x2f8d30,_0x1ae66c){return _0x2f8d30===_0x1ae66c;},'nCPSJ':_0x1d8e73(0x21f),'iziys':function(_0x1f82b6,_0x3acd20){return _0x1f82b6===_0x3acd20;},'mRSdH':'nqFwS'};if(!_0x26cdc9||!_0x26cdc9['parent']){if(_0x499790[_0x1d8e73(0x244)](_0x499790['mRSdH'],_0x499790['mRSdH']))return[];else _0x919da7=this[_0x1d8e73(0x1eb)](_0x781283);}const _0x23fe90=[];return _0x26cdc9[_0x1d8e73(0x286)][_0x1d8e73(0x1cd)][_0x1d8e73(0x24d)](_0x7239b6=>{const _0x2d7b11=_0x1d8e73,_0x45395d={};_0x45395d[_0x2d7b11(0x2e3)]=_0x499790[_0x2d7b11(0x1c2)],_0x45395d['UnsuG']=_0x499790[_0x2d7b11(0x24b)];const _0x38893b=_0x45395d;if(_0x499790['CNggJ'](_0x499790['aUGpM'],_0x499790['wQgQv']))_0x7239b6[_0x2d7b11(0x1fb)]&&!_0x499790[_0x2d7b11(0x2d2)](isInternalHook,_0x7239b6['fn'])&&!this[_0x2d7b11(0x307)](_0x7239b6)&&(_0x499790[_0x2d7b11(0x1f5)](_0x499790[_0x2d7b11(0x2cf)],_0x499790[_0x2d7b11(0x2cf)])?_0x23fe90[_0x2d7b11(0x21d)](_0x7239b6[_0x2d7b11(0x1fb)]):!_0x1d414e[_0x2d7b11(0x1fb)]&&(_0x64d31d['hookAnalyticsId']=_0x2ec42f[_0x2d7b11(0x323)](_0x1087b8['pid']+_0x2d7b11(0x2a7))));else return _0x2c7967['statSync'](_0x9aee66[_0x2d7b11(0x318)](_0x1a6042,_0x38893b[_0x2d7b11(0x2e3)],_0x38893b[_0x2d7b11(0x1d3)])),_0x3e047e;}),[..._0x23fe90,...this['getHooksForTest'](_0x26cdc9[_0x1d8e73(0x286)])];};},[a18_0x57c666(0x1e4),a18_0x57c666(0x2d6),a18_0x57c666(0x28a),a18_0x57c666(0x2a6),a18_0x57c666(0x25a),a18_0x57c666(0x2b8),'appendTestItemLog',a18_0x57c666(0x273),'analyticsResult',a18_0x57c666(0x28e),a18_0x57c666(0x1eb),'mapTestHooks',a18_0x57c666(0x2ff),a18_0x57c666(0x290),a18_0x57c666(0x2c1)]);
1
+ const a18_0x515137=a18_0x55e9;(function(_0x4fdaf7,_0x40863f){const _0x29bdde=a18_0x55e9,_0x415023=_0x4fdaf7();while(!![]){try{const _0x515a9a=-parseInt(_0x29bdde(0x28b))/0x1*(parseInt(_0x29bdde(0x22b))/0x2)+parseInt(_0x29bdde(0x27a))/0x3+parseInt(_0x29bdde(0x209))/0x4+parseInt(_0x29bdde(0x237))/0x5+parseInt(_0x29bdde(0x1ff))/0x6*(parseInt(_0x29bdde(0x242))/0x7)+parseInt(_0x29bdde(0x291))/0x8+parseInt(_0x29bdde(0x20a))/0x9*(-parseInt(_0x29bdde(0x287))/0xa);if(_0x515a9a===_0x40863f)break;else _0x415023['push'](_0x415023['shift']());}catch(_0x2b88){_0x415023['push'](_0x415023['shift']());}}}(a18_0x40ca,0x4317d));function a18_0x55e9(_0xd25b1a,_0x5d594b){const _0x40ca3f=a18_0x40ca();return a18_0x55e9=function(_0x55e9a8,_0xa7df29){_0x55e9a8=_0x55e9a8-0x1f0;let _0x58e5f1=_0x40ca3f[_0x55e9a8];return _0x58e5f1;},a18_0x55e9(_0xd25b1a,_0x5d594b);}function a18_0x40ca(){const _0x26a85a=['configureGit','statSync','JEST','18xWEBPJ','BXVMU','JvqZr','afterAll','File\x20path\x20could\x20not\x20be\x20found','failed\x20to\x20get\x20root\x20parent\x20file\x20','LogCreated','sendTestRunEvent','now','appendTestItemLog','77948nOyVdC','10989306KAjMKK','apply','LIrwZ','testStarted','uvHab','expanded','util','backtrace','Keckt','getTestEnv','err','YBwxz','ejphH','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','WDboG','hook_data','path','uploadEventData','3|1|4|0|2','STATE_FAILED','vNhfo','iFMkb','_gitConfigPath','failure_backtrace','hook_failure','ufAgz','WeSzQ','Evpyu','split','pid','includes','YzCak','failed','124wkSVUq','skipped','hookAnalyticsId','vAhNL',':testAnalyticsId','test','uuid','GxHQX','cwd','.git','getTime','hook_type','2555340QJRVrw','forEach','bKjtT','event_type','retryOf','cUhyh','isJestInternalHook','scQxQ','AFTER_ALL','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','result','1265565esEpNY','upnKB','WCkPS','TestRunFinished','registerListeners','relative','test_run','setTestUUID','match','analyticsResult','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','parent','duration','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','../../utils/constants','BEFORE_EACH','Wpyjb','AFTER_EACH','js-','type','push','afterEach','exports','asyncError','hook_run','NocZW','appendTestPlatform','QmZWv','gWxjr','failure_type','markedStatus','testAnalyticsId','../../../../package.json','HyLWe','LBZcu','name','kAJGR','current_hook','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','beforeEach','MjjrS','KkIUY','current_test','XKbeu','http_response','\x22\x20hook\x20for\x20\x22','getTestUUID','toISOString','_testResults','pending','wsubS','length','hNjKw','bind','toString','dLYha','200499jKmouS','../../../helpers/test-observability/sessionHandler','dvVlF','../../../helpers/test-observability/utils','getRootParentFile','dirname','ZuXux','prefixTestPath','mJBxN','NVYLn','reverse','jest-circus','PVEVr','10dplyfQ','aDWvg','\x20with\x20error\x20:\x20','root','2459lAoTXf','hooks','sjEnw','../../../helpers/helper','location_prefix','parse','4068256wJRVBw','resetTestHooks','join','finished_at','test_run_uuid','_paths','passed','YWtiL','TestRunStarted','mFebg','getHierarchy','UKBhu','title','Rikvt','CBTSessionCreated','qathM','javascript','ROOT_DESCRIBE_BLOCK','sOxvF','failure_reason','tmrmX','sep','beforeAll','wmggG','started_at','mapTestHooks','call','wzWmZ','getName','file','generic','hook_run_uuid','errorsDetailed','xiXlA','findGitConfig','oJgyl','config','PtrjX','_gitConfigured','getHooksForTest','faHOe','Iegxs','_testEnv','OGaCM','_currentRetry',':hookAnalyticsId','eHVgy','TestRunSkipped'];a18_0x40ca=function(){return _0x26a85a;};return a18_0x40ca();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a18_0x515137(0x27d)),SessionHandler=require(a18_0x515137(0x27b)),{v4:uuidv4}=require(a18_0x515137(0x231)),{name,version}=require(a18_0x515137(0x262)),stackTrace=require('stack-trace'),path=require(a18_0x515137(0x21a)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a18_0x515137(0x250)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require(a18_0x515137(0x28e)),a18_0x258ea1={};a18_0x258ea1['STATE_PASSED']='passed',a18_0x258ea1[a18_0x515137(0x21d)]=a18_0x515137(0x22a),a18_0x258ea1['STATE_PENDING']='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x258ea1,a18_0x102fd5={};a18_0x102fd5[a18_0x515137(0x2a7)]='BEFORE_ALL',a18_0x102fd5[a18_0x515137(0x202)]=a18_0x515137(0x23f),a18_0x102fd5[a18_0x515137(0x269)]=a18_0x515137(0x251),a18_0x102fd5[a18_0x515137(0x257)]=a18_0x515137(0x253);const HOOK_TYPES_MAP=a18_0x102fd5;module[a18_0x515137(0x258)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x495069=a18_0x515137,_0x3b0831={'tmrmX':'2|5|0|6|3|1|4','DDwFG':function(_0x5ccf77){return _0x5ccf77();}},_0x2d4e3b=_0x3b0831[_0x495069(0x2a5)]['split']('|');let _0x4c3fef=0x0;while(!![]){switch(_0x2d4e3b[_0x4c3fef++]){case'0':this['_testEnv']=this['getTestEnv']();continue;case'1':this[_0x495069(0x1f2)]=![];continue;case'2':this['testObservability']=_0x3b0831['DDwFG'](isTestObservabilitySession);continue;case'3':this['hook_data']=[];continue;case'4':this['_gitConfigPath']=null;continue;case'5':this[_0x495069(0x272)]=[];continue;case'6':this[_0x495069(0x296)]=new PathHelper({'cwd':process[_0x495069(0x233)]()},this[_0x495069(0x1f6)][_0x495069(0x28f)]);continue;}break;}}[a18_0x515137(0x213)]=()=>{const _0x44fb3f=a18_0x515137,_0x3f9cb9={'xiXlA':_0x44fb3f(0x2af),'FVEnM':function(_0x35de44){return _0x35de44();}};return{'ci':_0x3f9cb9[_0x44fb3f(0x2b2)],'key':_0x3f9cb9['FVEnM'](uuidv4),'version':version,'collector':_0x44fb3f(0x254)+name};};[a18_0x515137(0x246)](){const _0x212d08=a18_0x515137;process['removeAllListeners']('bs:addLog:'+process[_0x212d08(0x227)]),process['on']('bs:addLog:'+process[_0x212d08(0x227)],this[_0x212d08(0x208)][_0x212d08(0x277)](this)),process['removeAllListeners']('bs:addPlatformDetails:'+process['pid']),process['on']('bs:addPlatformDetails:'+process[_0x212d08(0x227)],this['appendTestPlatform']['bind'](this));}[a18_0x515137(0x20d)]=async _0x4da552=>{const _0x3217a9=a18_0x515137,_0x1a4565={'YWtiL':function(_0x56b1dc,_0x49cf7e){return _0x56b1dc>_0x49cf7e;},'KkIUY':function(_0x57cfce,_0x4b7a26){return _0x57cfce===_0x4b7a26;},'qathM':_0x3217a9(0x299),'Wpyjb':function(_0x497b79,_0x4d8fc6){return _0x497b79(_0x4d8fc6);}};try{const _0x355db5=this[_0x3217a9(0x26c)];this[_0x3217a9(0x26c)]=_0x4da552,_0x4da552[_0x3217a9(0x23b)]=null,_0x4da552['testAnalyticsId']=TestDetails[_0x3217a9(0x249)](process[_0x3217a9(0x227)]+_0x3217a9(0x22f)),_0x4da552['started_at']=new Date()[_0x3217a9(0x271)](),_0x1a4565[_0x3217a9(0x298)](_0x4da552[_0x3217a9(0x1f8)],0x0)&&_0x355db5&&_0x1a4565[_0x3217a9(0x26b)](_0x355db5[_0x3217a9(0x29d)],_0x4da552[_0x3217a9(0x29d)])?(_0x4da552[_0x3217a9(0x23b)]=_0x355db5['testAnalyticsId'],await this[_0x3217a9(0x206)](_0x4da552,undefined,![],_0x1a4565[_0x3217a9(0x2a0)]),_0x355db5['state']=STATE_FAILED,await this[_0x3217a9(0x206)](_0x355db5,undefined,!![])):await this[_0x3217a9(0x206)](_0x4da552,undefined,![],_0x1a4565[_0x3217a9(0x2a0)]);}catch(_0x4e2de2){_0x1a4565[_0x3217a9(0x252)](debug,_0x3217a9(0x217)+_0x4e2de2);}};[a18_0x515137(0x2ad)](_0x145cb2){const _0x558a07=a18_0x515137,_0x4e0663={};_0x4e0663[_0x558a07(0x243)]=function(_0x33ce50,_0x401545){return _0x33ce50!==_0x401545;},_0x4e0663['WCkPS']=_0x558a07(0x230);const _0x1ac184=_0x4e0663;if(_0x1ac184[_0x558a07(0x243)](_0x145cb2[_0x558a07(0x255)],_0x1ac184[_0x558a07(0x244)]))return'\x22'+_0x145cb2['type']+_0x558a07(0x26f)+(_0x145cb2[_0x558a07(0x24d)]&&_0x145cb2[_0x558a07(0x24d)][_0x558a07(0x265)])+'\x22';return _0x145cb2['name'];}[a18_0x515137(0x206)]=async(_0xaa7658,_0x1567d7=undefined,_0x2b7682=![],_0x313d64=a18_0x515137(0x245))=>{const _0x1a6d26=a18_0x515137,_0xea3335={'ejphH':_0x1a6d26(0x21c),'Rikvt':_0x1a6d26(0x25a),'Keckt':_0x1a6d26(0x2a4),'dLYha':_0x1a6d26(0x248),'gWxjr':_0x1a6d26(0x25f),'PtrjX':'failure','OGaCM':'result','Evpyu':function(_0x2d4af0,_0x1d1161){return _0x2d4af0(_0x1d1161);},'HItuc':_0x1a6d26(0x285),'kAJGR':function(_0x52cfb7,_0x3b13ed){return _0x52cfb7(_0x3b13ed);},'vmaHU':_0x1a6d26(0x210),'HyLWe':function(_0x271db5,_0x3db7eb){return _0x271db5!==_0x3db7eb;},'cgAhq':'test','NCEbv':_0x1a6d26(0x214),'YzCak':function(_0x2a4ab3,_0x40a9ae){return _0x2a4ab3!==_0x40a9ae;},'LIrwZ':_0x1a6d26(0x203),'vNhfo':_0x1a6d26(0x2a1),'NVYLn':function(_0x20ab9a,_0x4e3937){return _0x20ab9a===_0x4e3937;},'iFMkb':_0x1a6d26(0x1fb),'Iegxs':_0x1a6d26(0x22c),'wmggG':function(_0x20efe6,_0x408878){return _0x20efe6>_0x408878;},'JvqZr':_0x1a6d26(0x22a),'NocZW':_0x1a6d26(0x297),'WDboG':function(_0x591514,_0x395a33){return _0x591514-_0x395a33;},'YivRT':function(_0x40d957,_0x11cb09){return _0x40d957(_0x11cb09);},'PVEVr':_0x1a6d26(0x2a9),'LBZcu':_0x1a6d26(0x294),'UKBhu':function(_0x55741f,_0x38b77f){return _0x55741f===_0x38b77f;},'FeZig':'HookRunFinished','mJBxN':_0x1a6d26(0x221),'scQxQ':_0x1a6d26(0x211),'hNjKw':'failure_reason_expanded','GxHQX':_0x1a6d26(0x20f),'YBwxz':_0x1a6d26(0x245),'bKjtT':_0x1a6d26(0x236),'iVjBK':function(_0x236c17,_0x3a0877){return _0x236c17>_0x3a0877;},'BXVMU':function(_0x39dc69,_0x36f8ca){return _0x39dc69===_0x36f8ca;},'faclx':'beforeAll'};try{if(_0xaa7658['fn']&&_0xaa7658['fn'][_0x1a6d26(0x278)]()[_0x1a6d26(0x24a)](/browserstack internal helper hook/))return;await this[_0x1a6d26(0x1fc)]();let _0x5f2850;try{_0x5f2850=this['getRootParentFile'](_0xaa7658);}catch(_0xe5305c){_0xea3335[_0x1a6d26(0x225)](debug,_0x1a6d26(0x204)+_0xe5305c),_0x5f2850=null;}if(_0x5f2850[_0x1a6d26(0x228)](_0xea3335['HItuc']))return;const _0x19c316=_0xea3335[_0x1a6d26(0x266)](require,_0xea3335['vmaHU']);let _0x1a76cf=[];if(_0xea3335[_0x1a6d26(0x263)](_0xaa7658[_0x1a6d26(0x2b1)],undefined))_0x1a76cf=[_0xaa7658[_0x1a6d26(0x2b1)],_0xea3335['cgAhq']];else _0xea3335[_0x1a6d26(0x263)](_0x1567d7,undefined)?_0x1a76cf=[_0x1567d7,_0xea3335['NCEbv']]:_0x1a76cf=[];const _0x29bd1b=_0xea3335[_0x1a6d26(0x263)](_0xaa7658[_0x1a6d26(0x2b1)],undefined)?_0x19c316['inspect'](_0xaa7658[_0x1a6d26(0x2b1)][0x0]):_0xea3335[_0x1a6d26(0x229)](_0x1567d7,undefined)?_0x1567d7[_0x1a6d26(0x278)]():undefined,_0x19a973=_0x5f2850?this[_0x1a6d26(0x296)][_0x1a6d26(0x281)](this[_0x1a6d26(0x27e)](_0xaa7658)):_0xea3335[_0x1a6d26(0x20c)],_0x1a4d6e={'framework':FRAMEWORKS[_0x1a6d26(0x1fe)],'uuid':_0xaa7658[_0x1a6d26(0x261)]||_0xaa7658['hookAnalyticsId'],'name':this['getName'](_0xaa7658),'body':{'lang':_0xea3335[_0x1a6d26(0x21e)],'code':_0xaa7658['fn'][_0x1a6d26(0x278)]()},'scopes':this['getHierarchy'](_0xaa7658),'file_name':_0x19a973,'vc_filepath':this[_0x1a6d26(0x220)]&&_0x5f2850?path[_0x1a6d26(0x247)](this[_0x1a6d26(0x220)],_0x5f2850):null,'location':_0x19a973,'result':_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])?_0xea3335[_0x1a6d26(0x1f5)]:this[_0x1a6d26(0x24b)](_0xaa7658['errorsDetailed']&&_0xea3335[_0x1a6d26(0x2a8)](_0xaa7658[_0x1a6d26(0x2b1)]['length'],0x0)?_0xea3335[_0x1a6d26(0x201)]:_0xea3335[_0x1a6d26(0x25b)]),'failure_reason':_0x29bd1b,'duration_in_ms':_0xaa7658[_0x1a6d26(0x24e)]||(_0x313d64[_0x1a6d26(0x24a)](/Finished/)||_0x313d64[_0x1a6d26(0x24a)](/Skipped/)?_0xea3335[_0x1a6d26(0x218)](Date[_0x1a6d26(0x207)](),new Date(_0xaa7658[_0x1a6d26(0x2a9)])[_0x1a6d26(0x235)]()):null),'started_at':_0xaa7658[_0x1a6d26(0x2a9)],'finished_at':_0x313d64[_0x1a6d26(0x24a)](/Finished/)||_0x313d64['match'](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x1a6d26(0x20b)](null,_0x1a76cf),'failure_type':!_0x29bd1b?null:_0xea3335['YivRT'](getFailureType,_0x29bd1b),'retry_of':_0xaa7658[_0x1a6d26(0x23b)]};_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])&&!_0x1a4d6e[_0xea3335[_0x1a6d26(0x286)]]&&(_0x1a4d6e[_0xea3335[_0x1a6d26(0x286)]]=_0x1a4d6e[_0xea3335[_0x1a6d26(0x264)]]);if(_0x313d64[_0x1a6d26(0x24a)](/HookRun/))[_0x1a4d6e['hook_type'],_0x1a4d6e['name']]=[_0xaa7658['type'],this[_0x1a6d26(0x2ad)](_0xaa7658)],_0xea3335[_0x1a6d26(0x29c)](_0x313d64,_0xea3335['FeZig'])&&(_0xea3335[_0x1a6d26(0x229)](_0x1a4d6e[_0x1a6d26(0x241)],_0xea3335[_0x1a6d26(0x201)])&&(_0x1a4d6e[_0x1a6d26(0x241)]=_0xea3335[_0x1a6d26(0x25b)]));else _0x313d64[_0x1a6d26(0x24a)](/TestRun/)&&this['mapTestHooks'](_0xaa7658);const _0x19617c=_0x1a4d6e[_0xea3335[_0x1a6d26(0x1f1)]][0x0];_0x19617c&&(_0x1a4d6e[_0xea3335[_0x1a6d26(0x282)]]=_0x19617c[_0xea3335[_0x1a6d26(0x23e)]],_0x1a4d6e[_0xea3335[_0x1a6d26(0x276)]]=_0x19617c[_0xea3335[_0x1a6d26(0x232)]]);[_0xea3335[_0x1a6d26(0x215)],_0xea3335[_0x1a6d26(0x21f)]][_0x1a6d26(0x228)](_0x313d64)&&(this['_testResults'][_0x1a6d26(0x256)](_0x1a4d6e),_0x1a4d6e[_0x1a6d26(0x28c)]=this[_0x1a6d26(0x1f3)](_0xaa7658),this[_0x1a6d26(0x292)](_0xaa7658));const _0x5a84b4={'event_type':_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])?_0xea3335[_0x1a6d26(0x215)]:_0x313d64};_0x313d64[_0x1a6d26(0x24a)](/HookRun/)?(_0x1a4d6e[_0xea3335[_0x1a6d26(0x239)]]=HOOK_TYPES_MAP[_0x1a4d6e[_0xea3335[_0x1a6d26(0x239)]]],_0x5a84b4[_0xea3335[_0x1a6d26(0x29e)]]=_0x1a4d6e):_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]]=_0x1a4d6e;_0xea3335['iVjBK'](this[_0x1a6d26(0x219)][_0x1a6d26(0x275)],0x0)&&[_0xea3335[_0x1a6d26(0x215)],_0xea3335['iFMkb']][_0x1a6d26(0x228)](_0x313d64)&&(this[_0x1a6d26(0x219)][_0x1a6d26(0x238)](async _0x2c4d78=>{const _0xf204cf=_0x1a6d26,_0x2640c4=_0xea3335[_0xf204cf(0x216)][_0xf204cf(0x226)]('|');let _0x3509ab=0x0;while(!![]){switch(_0x2640c4[_0x3509ab++]){case'0':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x212)]]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335[_0xf204cf(0x212)]];continue;case'1':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x25e)]]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335[_0xf204cf(0x25e)]];continue;case'2':await SessionHandler[_0xf204cf(0x21b)](_0x2c4d78);continue;case'3':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335['PtrjX']]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335['PtrjX']];continue;case'4':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x1f7)]]=_0x5a84b4[_0xea3335['dLYha']][_0xea3335[_0xf204cf(0x1f7)]];continue;}break;}}),this[_0x1a6d26(0x219)]=[]);if(_0xea3335[_0x1a6d26(0x29c)](this[_0x1a6d26(0x222)],_0xaa7658[_0x1a6d26(0x255)])){this[_0x1a6d26(0x219)][_0x1a6d26(0x256)](_0x5a84b4);return;}_0xea3335[_0x1a6d26(0x200)](this[_0x1a6d26(0x222)],_0xea3335['faclx'])&&_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]]&&(_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335['OGaCM']]=_0xea3335['Iegxs'],_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335[_0x1a6d26(0x1f1)]]=null,_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335[_0x1a6d26(0x25e)]]=null),await SessionHandler[_0x1a6d26(0x21b)](_0x5a84b4);}catch(_0x4b2aea){_0xea3335[_0x1a6d26(0x266)](debug,_0x1a6d26(0x240)+_0x313d64+_0x1a6d26(0x289)+_0x4b2aea);}};[a18_0x515137(0x2b3)](_0x2202d9){const _0x4e6cbe=a18_0x515137,_0x2f1763={};_0x2f1763[_0x4e6cbe(0x29a)]=function(_0x4cdd6f,_0x42f01e){return _0x4cdd6f==_0x42f01e;},_0x2f1763[_0x4e6cbe(0x1f4)]=function(_0x4bcc0e,_0x2e5085){return _0x4bcc0e===_0x2e5085;},_0x2f1763[_0x4e6cbe(0x288)]=_0x4e6cbe(0x234),_0x2f1763[_0x4e6cbe(0x22e)]=_0x4e6cbe(0x1f0);const _0x32e4f9=_0x2f1763,_0x51ce8c=path[_0x4e6cbe(0x2a6)];if(_0x32e4f9['mFebg'](_0x2202d9,null)||_0x32e4f9[_0x4e6cbe(0x1f4)](_0x2202d9,'')||_0x32e4f9[_0x4e6cbe(0x1f4)](_0x2202d9,_0x51ce8c))return null;try{return fs[_0x4e6cbe(0x1fd)](path[_0x4e6cbe(0x293)](_0x2202d9,_0x32e4f9['aDWvg'],_0x32e4f9[_0x4e6cbe(0x22e)])),_0x2202d9;}catch(_0x1fb70a){const _0x502127=path[_0x4e6cbe(0x27f)](_0x2202d9);return this['findGitConfig'](_0x502127);}}[a18_0x515137(0x208)]=async _0x30c11d=>{const _0x60184f=a18_0x515137,_0x2eb1c7={'MjjrS':_0x60184f(0x205),'WeSzQ':function(_0x30994a,_0x5c00fb){return _0x30994a(_0x5c00fb);}},_0x6b9778=TestDetails[_0x60184f(0x270)](process['pid']+_0x60184f(0x1f9)),_0x4c76b1=TestDetails[_0x60184f(0x270)](process['pid']+_0x60184f(0x22f));try{(_0x6b9778||this[_0x60184f(0x267)]&&!this[_0x60184f(0x267)][_0x60184f(0x260)])&&(_0x30c11d[_0x60184f(0x2b0)]=_0x6b9778);!_0x30c11d['hook_run_uuid']&&_0x4c76b1&&(_0x30c11d['test_run_uuid']=_0x4c76b1);if(_0x30c11d[_0x60184f(0x2b0)]||_0x30c11d[_0x60184f(0x295)]){const _0x13282d={};_0x13282d['event_type']=_0x2eb1c7[_0x60184f(0x26a)],_0x13282d['logs']=[_0x30c11d],await SessionHandler[_0x60184f(0x21b)](_0x13282d);}}catch(_0x590ba4){_0x2eb1c7[_0x60184f(0x224)](debug,_0x60184f(0x24f)+_0x590ba4);}};[a18_0x515137(0x25c)]=async _0x1b987b=>{const _0x2e3c63=a18_0x515137,_0x7b63ae={'oJgyl':_0x2e3c63(0x26e),'XKbeu':_0x2e3c63(0x29f),'sjEnw':function(_0x1f108b,_0x1e31fe){return _0x1f108b(_0x1e31fe);}};try{const _0x2df885={'uuid':_0x1b987b['uuid']||TestDetails[_0x2e3c63(0x270)](process['pid']+_0x2e3c63(0x22f)),'integrations':_0x1b987b[_0x7b63ae[_0x2e3c63(0x2b4)]]},_0x4141ec={};_0x4141ec[_0x2e3c63(0x23a)]=_0x7b63ae[_0x2e3c63(0x26d)],_0x4141ec[_0x2e3c63(0x248)]=_0x2df885,await SessionHandler[_0x2e3c63(0x21b)](_0x4141ec);}catch(_0x430481){_0x7b63ae[_0x2e3c63(0x28d)](debug,_0x2e3c63(0x268)+_0x430481);}};async[a18_0x515137(0x1fc)](){const _0x817186=a18_0x515137,_0xb03188={'IXCcb':function(_0x2523d4){return _0x2523d4();}};if(this[_0x817186(0x1f2)])return this[_0x817186(0x220)];const _0x41c5cd=await _0xb03188['IXCcb'](getGitMetaData);_0x41c5cd&&(this[_0x817186(0x220)]=_0x41c5cd[_0x817186(0x28a)]),this[_0x817186(0x1f2)]=!![];}[a18_0x515137(0x24b)](_0x44ce30){const _0x3a0754=a18_0x515137,_0x21b10e={};_0x21b10e[_0x3a0754(0x1fa)]=_0x3a0754(0x297),_0x21b10e[_0x3a0754(0x280)]=_0x3a0754(0x273),_0x21b10e[_0x3a0754(0x2ac)]=_0x3a0754(0x22a);const _0x24c743=_0x21b10e,_0x3dab44={};return _0x3dab44[STATE_PASSED]=_0x24c743[_0x3a0754(0x1fa)],_0x3dab44[STATE_PENDING]=_0x24c743[_0x3a0754(0x280)],_0x3dab44[STATE_FAILED]=_0x24c743[_0x3a0754(0x2ac)],_0x3dab44[_0x44ce30];}[a18_0x515137(0x29b)](_0x8e5024){const _0x2420cf=a18_0x515137,_0x38e71f={};_0x38e71f[_0x2420cf(0x25d)]=function(_0x5c8231,_0x12d5ef){return _0x5c8231!==_0x12d5ef;},_0x38e71f['Honvf']=function(_0x4959e9,_0x19aa0e){return _0x4959e9!==_0x19aa0e;},_0x38e71f[_0x2420cf(0x23c)]=_0x2420cf(0x2a2);const _0x381555=_0x38e71f,_0x2b7767=[];if(_0x8e5024&&_0x8e5024[_0x2420cf(0x24d)]){let _0x17cc76=_0x8e5024[_0x2420cf(0x24d)];while(_0x17cc76&&_0x381555[_0x2420cf(0x25d)](_0x17cc76[_0x2420cf(0x265)],'')&&_0x381555['Honvf'](_0x17cc76[_0x2420cf(0x265)],_0x381555[_0x2420cf(0x23c)])){_0x2b7767['push'](_0x17cc76['name']),_0x17cc76=_0x17cc76[_0x2420cf(0x24d)];}}return _0x2b7767[_0x2420cf(0x284)](),_0x2b7767;}['getRootParentFile']=_0x5339e4=>{const _0x4a2deb=a18_0x515137;if(_0x5339e4[_0x4a2deb(0x259)]){const _0xae6a9=stackTrace[_0x4a2deb(0x290)][_0x4a2deb(0x2ab)](stackTrace,_0x5339e4[_0x4a2deb(0x259)]);return _0xae6a9[0x0]['getFileName']();}if(_0x5339e4['file'])return _0x5339e4[_0x4a2deb(0x2ae)];return null;};[a18_0x515137(0x2aa)]=_0x1fae43=>{const _0x1fe36f=a18_0x515137;if(!_0x1fae43||!_0x1fae43['parent'])return;_0x1fae43['parent'][_0x1fe36f(0x28c)][_0x1fe36f(0x238)](_0x305cbc=>{const _0x20f06a=_0x1fe36f;!_0x305cbc[_0x20f06a(0x22d)]&&(_0x305cbc[_0x20f06a(0x22d)]=TestDetails[_0x20f06a(0x249)](process[_0x20f06a(0x227)]+':hookAnalyticsId'));}),this[_0x1fe36f(0x2aa)](_0x1fae43['parent']);};[a18_0x515137(0x292)]=_0xef68d7=>{const _0x4718fd=a18_0x515137,_0x3628e9={};_0x3628e9[_0x4718fd(0x223)]=_0x4718fd(0x269),_0x3628e9[_0x4718fd(0x274)]=_0x4718fd(0x257);const _0x58095e=_0x3628e9;if(!_0xef68d7||!_0xef68d7[_0x4718fd(0x24d)])return;_0xef68d7[_0x4718fd(0x24d)][_0x4718fd(0x28c)][_0x4718fd(0x238)](_0x3bdcdc=>{const _0x11b157=_0x4718fd;[_0x58095e['ufAgz'],_0x58095e[_0x11b157(0x274)]][_0x11b157(0x228)](_0x3bdcdc[_0x11b157(0x255)])&&_0x3bdcdc[_0x11b157(0x22d)]&&(_0x3bdcdc['hookAnalyticsId']=null);}),this['mapTestHooks'](_0xef68d7[_0x4718fd(0x24d)]);};[a18_0x515137(0x23d)](_0x3f736a){const _0x563cd5=a18_0x515137,_0x1a1e43={'dvVlF':_0x563cd5(0x285),'WvAzO':function(_0x5ded33,_0x1cab88){return _0x5ded33(_0x1cab88);},'uvHab':function(_0x4fe6c0,_0x2d6cd6){return _0x4fe6c0+_0x2d6cd6;},'TIles':_0x563cd5(0x24c)};try{const _0x477bd6=this['getRootParentFile'](_0x3f736a);return _0x477bd6[_0x563cd5(0x228)](_0x1a1e43[_0x563cd5(0x27c)]);}catch(_0x562baa){_0x1a1e43['WvAzO'](debug,_0x1a1e43[_0x563cd5(0x20e)](_0x1a1e43['TIles'],_0x562baa));}return![];}[a18_0x515137(0x1f3)]=_0x101cf6=>{const _0x4a20de=a18_0x515137,_0x35ad64={'sOxvF':function(_0x32370f,_0x759cc9){return _0x32370f(_0x759cc9);}};if(!_0x101cf6||!_0x101cf6[_0x4a20de(0x24d)])return[];const _0x5e22ca=[];return _0x101cf6[_0x4a20de(0x24d)][_0x4a20de(0x28c)]['forEach'](_0xf557b0=>{const _0x25f666=_0x4a20de;_0xf557b0[_0x25f666(0x22d)]&&!_0x35ad64[_0x25f666(0x2a3)](isInternalHook,_0xf557b0['fn'])&&!this['isJestInternalHook'](_0xf557b0)&&_0x5e22ca[_0x25f666(0x256)](_0xf557b0['hookAnalyticsId']);}),[..._0x5e22ca,...this[_0x4a20de(0x1f3)](_0x101cf6['parent'])];};},[a18_0x515137(0x213),'registerListeners',a18_0x515137(0x20d),'getName',a18_0x515137(0x206),a18_0x515137(0x2b3),'appendTestItemLog','appendTestPlatform','analyticsResult','getHierarchy','getRootParentFile',a18_0x515137(0x2aa),a18_0x515137(0x292),a18_0x515137(0x1f3),a18_0x515137(0x1fc)]);
@@ -1 +1 @@
1
- const a19_0x1b7607=a19_0x5182;function a19_0x5182(_0x53a581,_0x5c918b){const _0x33cdb7=a19_0x33cd();return a19_0x5182=function(_0x518212,_0x703d4c){_0x518212=_0x518212-0x128;let _0x5882c7=_0x33cdb7[_0x518212];return _0x5882c7;},a19_0x5182(_0x53a581,_0x5c918b);}(function(_0x67ff4,_0xbf64c5){const _0x289326=a19_0x5182,_0x530f6d=_0x67ff4();while(!![]){try{const _0x477e7d=-parseInt(_0x289326(0x14c))/0x1+parseInt(_0x289326(0x12c))/0x2*(parseInt(_0x289326(0x13e))/0x3)+-parseInt(_0x289326(0x130))/0x4*(-parseInt(_0x289326(0x13c))/0x5)+-parseInt(_0x289326(0x132))/0x6*(-parseInt(_0x289326(0x144))/0x7)+-parseInt(_0x289326(0x159))/0x8+parseInt(_0x289326(0x13f))/0x9*(parseInt(_0x289326(0x129))/0xa)+-parseInt(_0x289326(0x136))/0xb*(parseInt(_0x289326(0x158))/0xc);if(_0x477e7d===_0xbf64c5)break;else _0x530f6d['push'](_0x530f6d['shift']());}catch(_0x2d50a0){_0x530f6d['push'](_0x530f6d['shift']());}}}(a19_0x33cd,0x29647));const fs=require('fs'),path=require(a19_0x1b7607(0x152)),{v4:uuidv4}=require(a19_0x1b7607(0x154)),helper=require(a19_0x1b7607(0x12a));class TestDetails{static [a19_0x1b7607(0x148)]={};static ['dirPath']=path[a19_0x1b7607(0x138)](helper[a19_0x1b7607(0x149)](),'.browserstack','jest-o11y-'+process[a19_0x1b7607(0x12b)][a19_0x1b7607(0x141)]);static[a19_0x1b7607(0x157)](){const _0x3f82df=a19_0x1b7607,_0x187343={};_0x187343['RxCwR']=_0x3f82df(0x133);const _0x5b9c56=_0x187343;this[_0x3f82df(0x13b)]=path[_0x3f82df(0x138)](helper[_0x3f82df(0x149)](),_0x5b9c56[_0x3f82df(0x153)],'jest-o11y-'+process[_0x3f82df(0x12b)][_0x3f82df(0x141)]),this[_0x3f82df(0x14d)]();const _0x178eb9={};_0x178eb9[_0x3f82df(0x13a)]=!![],fs['mkdirSync'](this['dirPath'],_0x178eb9);}static['getFilePath'](_0x48dce4){const _0x234f80=a19_0x1b7607,_0x8f2107={};_0x8f2107[_0x234f80(0x150)]=function(_0x3a6c48,_0x2fbee0){return _0x3a6c48+_0x2fbee0;},_0x8f2107[_0x234f80(0x12e)]=_0x234f80(0x12f);const _0x261959=_0x8f2107;return path['join'](this['dirPath'],_0x261959[_0x234f80(0x150)](_0x48dce4,_0x261959['xTGPJ']));}static[a19_0x1b7607(0x151)](_0x446549){const _0x3ab133=a19_0x1b7607,_0x3bc950={};_0x3bc950[_0x3ab133(0x156)]=function(_0xa8044d,_0x4c832c){return _0xa8044d+_0x4c832c;},_0x3bc950[_0x3ab133(0x155)]=function(_0xe9ee8b,_0x64536a){return _0xe9ee8b+_0x64536a;};const _0x26b7e8=_0x3bc950;return _0x26b7e8[_0x3ab133(0x156)](_0x26b7e8[_0x3ab133(0x156)](_0x26b7e8['QFgYf'](_0x26b7e8[_0x3ab133(0x155)](_0x446549['_test'][_0x3ab133(0x142)],'-'),_0x446549[_0x3ab133(0x137)]['id']),'-'),_0x446549['retry']);}static[a19_0x1b7607(0x13d)](_0xea97b6){const _0x512027=a19_0x1b7607,_0xd051b3={};_0xd051b3[_0x512027(0x14e)]='.browserstack',_0xd051b3[_0x512027(0x12d)]=function(_0x4d7b94,_0x60a0d4){return _0x4d7b94===_0x60a0d4;},_0xd051b3['AMPCc']='AlvPW';const _0x376346=_0xd051b3,_0x55e178=this['getFilePath'](_0xea97b6);if(fs[_0x512027(0x131)](_0x55e178)){if(_0x376346['gPleb'](_0x376346[_0x512027(0x14f)],_0x376346['AMPCc'])){const _0x4b1f41=JSON[_0x512027(0x147)](fs['readFileSync'](_0x55e178)['toString']());return this[_0x512027(0x148)][_0xea97b6]=_0x4b1f41,this['tests'][_0xea97b6][_0x512027(0x154)];}else{this[_0x512027(0x13b)]=_0x252894[_0x512027(0x138)](_0x569d06[_0x512027(0x149)](),_0x376346[_0x512027(0x14e)],_0x512027(0x145)+_0x411036[_0x512027(0x12b)][_0x512027(0x141)]),this['shutdown']();const _0x4f6c0d={};_0x4f6c0d[_0x512027(0x13a)]=!![],_0x1ba603[_0x512027(0x143)](this[_0x512027(0x13b)],_0x4f6c0d);}}}static[a19_0x1b7607(0x128)](_0x22126d){const _0x418c0a=a19_0x1b7607,_0x453d8a={'jnebT':function(_0xb704d){return _0xb704d();}},_0x539b38=this[_0x418c0a(0x14b)](_0x22126d);return this[_0x418c0a(0x148)][_0x22126d]={'uuid':_0x453d8a[_0x418c0a(0x140)](uuidv4)},fs[_0x418c0a(0x134)](_0x539b38,JSON[_0x418c0a(0x139)](this['tests'][_0x22126d])),this[_0x418c0a(0x148)][_0x22126d][_0x418c0a(0x154)];}static[a19_0x1b7607(0x135)](_0x5045f7){const _0x17e218=a19_0x1b7607,_0x211f66=this[_0x17e218(0x14b)](_0x5045f7);fs['existsSync'](_0x211f66)&&fs['unlinkSync'](_0x211f66);}static['shutdown'](){const _0x2ee9a2=a19_0x1b7607,_0x59caf4={};_0x59caf4[_0x2ee9a2(0x13a)]=!![],_0x59caf4['force']=!![],fs[_0x2ee9a2(0x14a)](this[_0x2ee9a2(0x13b)],_0x59caf4);}}module[a19_0x1b7607(0x146)]=TestDetails;function a19_0x33cd(){const _0x7dfc82=['setup','323172DbjUaP','236696NpgjRZ','setTestUUID','10IJROqT','../../../helpers/helper','env','2PMtbmh','gPleb','xTGPJ','.json','44128NRKsND','existsSync','847578HseaMo','.browserstack','writeFileSync','removeTestUUID','22ICvBcJ','_test','join','stringify','recursive','dirPath','25jmykJU','getTestUUID','326649lMieZS','197361jDmhEO','jnebT','BS_TESTOPS_BUILD_HASHED_ID','_projectId','mkdirSync','14VKfOvR','jest-o11y-','exports','parse','tests','homedir','rmSync','getFilePath','215506gfLKvH','shutdown','JEsMX','AMPCc','GiFdA','getTestRunIdFromTestInfo','path','RxCwR','uuid','QFgYf','LWUZl'];a19_0x33cd=function(){return _0x7dfc82;};return a19_0x33cd();}
1
+ function a19_0x1433(){const _0x4be359=['homedir','toString','stringify','jciod','196412LVSiZN','removeTestUUID','join','setup','uuid','.json','../../../helpers/helper','_test','1013772TrBqLU','retry','env','11486277QUQEIY','rmSync','.browserstack','getTestUUID','dirPath','unlinkSync','mkdirSync','1690JcgMFz','13113089kStOca','TVhmL','20oPxsTS','14giUEtv','10mVlSaD','getFilePath','getTestRunIdFromTestInfo','recursive','BS_TESTOPS_BUILD_HASHED_ID','10tPzKfX','setTestUUID','exports','BSSCr','JYMfp','force','14MkFdLS','33942fcQspW','readFileSync','shutdown','writeFileSync','219084jtntwX','tests','1795208aVqhvU'];a19_0x1433=function(){return _0x4be359;};return a19_0x1433();}const a19_0x2244c8=a19_0x2f51;function a19_0x2f51(_0x1fbd81,_0x369410){const _0x143314=a19_0x1433();return a19_0x2f51=function(_0x2f510d,_0x55fc6f){_0x2f510d=_0x2f510d-0x1e8;let _0xae01b5=_0x143314[_0x2f510d];return _0xae01b5;},a19_0x2f51(_0x1fbd81,_0x369410);}(function(_0x1efaef,_0x1d330b){const _0x395630=a19_0x2f51,_0xeaaf7d=_0x1efaef();while(!![]){try{const _0x3564ce=parseInt(_0x395630(0x211))/0x1*(-parseInt(_0x395630(0x1f9))/0x2)+-parseInt(_0x395630(0x206))/0x3*(parseInt(_0x395630(0x1f8))/0x4)+-parseInt(_0x395630(0x1ff))/0x5*(-parseInt(_0x395630(0x1eb))/0x6)+parseInt(_0x395630(0x205))/0x7*(-parseInt(_0x395630(0x20c))/0x8)+parseInt(_0x395630(0x1ee))/0x9*(-parseInt(_0x395630(0x1fa))/0xa)+parseInt(_0x395630(0x1f6))/0xb+parseInt(_0x395630(0x20a))/0xc*(parseInt(_0x395630(0x1f5))/0xd);if(_0x3564ce===_0x1d330b)break;else _0xeaaf7d['push'](_0xeaaf7d['shift']());}catch(_0xcc66a7){_0xeaaf7d['push'](_0xeaaf7d['shift']());}}}(a19_0x1433,0xb65ac));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require('uuid'),helper=require(a19_0x2244c8(0x1e9));class TestDetails{static [a19_0x2244c8(0x20b)]={};static [a19_0x2244c8(0x1f2)]=path[a19_0x2244c8(0x213)](helper['homedir'](),a19_0x2244c8(0x1f0),'jest-o11y-'+process[a19_0x2244c8(0x1ed)][a19_0x2244c8(0x1fe)]);static[a19_0x2244c8(0x214)](){const _0x5ba5c8=a19_0x2244c8,_0x13e1ad={};_0x13e1ad[_0x5ba5c8(0x210)]=_0x5ba5c8(0x1f0);const _0x5b0a99=_0x13e1ad;this[_0x5ba5c8(0x1f2)]=path[_0x5ba5c8(0x213)](helper[_0x5ba5c8(0x20d)](),_0x5b0a99['jciod'],'jest-o11y-'+process[_0x5ba5c8(0x1ed)][_0x5ba5c8(0x1fe)]),this[_0x5ba5c8(0x208)]();const _0x26ca88={};_0x26ca88[_0x5ba5c8(0x1fd)]=!![],fs[_0x5ba5c8(0x1f4)](this['dirPath'],_0x26ca88);}static[a19_0x2244c8(0x1fb)](_0x3e6134){const _0x2f3456=a19_0x2244c8,_0x25c5de={};_0x25c5de[_0x2f3456(0x202)]=function(_0x20937a,_0x24b260){return _0x20937a+_0x24b260;},_0x25c5de[_0x2f3456(0x1f7)]=_0x2f3456(0x1e8);const _0x5285f2=_0x25c5de;return path[_0x2f3456(0x213)](this[_0x2f3456(0x1f2)],_0x5285f2['BSSCr'](_0x3e6134,_0x5285f2[_0x2f3456(0x1f7)]));}static[a19_0x2244c8(0x1fc)](_0x2cb188){const _0x116b13=a19_0x2244c8,_0x3759ae={};_0x3759ae[_0x116b13(0x203)]=function(_0x501a55,_0x6759e8){return _0x501a55+_0x6759e8;};const _0x379afa=_0x3759ae;return _0x379afa[_0x116b13(0x203)](_0x379afa['JYMfp'](_0x379afa[_0x116b13(0x203)](_0x379afa['JYMfp'](_0x2cb188[_0x116b13(0x1ea)]['_projectId'],'-'),_0x2cb188['_test']['id']),'-'),_0x2cb188[_0x116b13(0x1ec)]);}static[a19_0x2244c8(0x1f1)](_0x5daf63){const _0x1cda1d=a19_0x2244c8,_0x1b0d55=this['getFilePath'](_0x5daf63);if(fs['existsSync'](_0x1b0d55)){const _0x227e06=JSON['parse'](fs[_0x1cda1d(0x207)](_0x1b0d55)[_0x1cda1d(0x20e)]());return this[_0x1cda1d(0x20b)][_0x5daf63]=_0x227e06,this['tests'][_0x5daf63]['uuid'];}}static[a19_0x2244c8(0x200)](_0x2a63ae){const _0x272465=a19_0x2244c8,_0x377a31={'RXfnQ':function(_0x2c2297){return _0x2c2297();}},_0x2bc5c4=this[_0x272465(0x1fb)](_0x2a63ae);return this[_0x272465(0x20b)][_0x2a63ae]={'uuid':_0x377a31['RXfnQ'](uuidv4)},fs[_0x272465(0x209)](_0x2bc5c4,JSON[_0x272465(0x20f)](this[_0x272465(0x20b)][_0x2a63ae])),this[_0x272465(0x20b)][_0x2a63ae][_0x272465(0x215)];}static[a19_0x2244c8(0x212)](_0x52ded2){const _0x24c06e=a19_0x2244c8,_0x2c59d7=this['getFilePath'](_0x52ded2);fs['existsSync'](_0x2c59d7)&&fs[_0x24c06e(0x1f3)](_0x2c59d7);}static['shutdown'](){const _0x503ad1=a19_0x2244c8,_0x38f85e={};_0x38f85e[_0x503ad1(0x1fd)]=!![],_0x38f85e[_0x503ad1(0x204)]=!![],fs[_0x503ad1(0x1ef)](this[_0x503ad1(0x1f2)],_0x38f85e);}}module[a19_0x2244c8(0x201)]=TestDetails;
@@ -1 +1 @@
1
- const a20_0x2efa9f=a20_0x9897;(function(_0x18f34a,_0xa7b5d3){const _0x1184b1=a20_0x9897,_0x8d9c26=_0x18f34a();while(!![]){try{const _0x2e35ee=parseInt(_0x1184b1(0x91))/0x1+-parseInt(_0x1184b1(0x92))/0x2+parseInt(_0x1184b1(0x90))/0x3+parseInt(_0x1184b1(0x97))/0x4+-parseInt(_0x1184b1(0x8e))/0x5*(parseInt(_0x1184b1(0x94))/0x6)+parseInt(_0x1184b1(0x96))/0x7+-parseInt(_0x1184b1(0x98))/0x8*(parseInt(_0x1184b1(0x93))/0x9);if(_0x2e35ee===_0xa7b5d3)break;else _0x8d9c26['push'](_0x8d9c26['shift']());}catch(_0xe362bd){_0x8d9c26['push'](_0x8d9c26['shift']());}}}(a20_0x1c33,0x31425));const {requireModule}=require(a20_0x2efa9f(0x95));function a20_0x9897(_0x4f569b,_0x33b936){const _0x1c3319=a20_0x1c33();return a20_0x9897=function(_0x9897c8,_0x334be7){_0x9897c8=_0x9897c8-0x8d;let _0x1109c1=_0x1c3319[_0x9897c8];return _0x1109c1;},a20_0x9897(_0x4f569b,_0x33b936);}function a20_0x1c33(){const _0x1cc72a=['../../helpers/setKeepAlive','5rNrPZr','selenium-webdriver','1125618wFIjhY','120840SNpTRa','657994OOKfRg','7038WSUdyG','2075706ETjhhG','../../helpers/helper','2564926ZcbigE','595012OLGDEg','1376isqjJV'];a20_0x1c33=function(){return _0x1cc72a;};return a20_0x1c33();}require(a20_0x2efa9f(0x8d))();const __wd__=requireModule(a20_0x2efa9f(0x8f));for(const key of Object['keys'](global['__webdriver'])){__wd__[key]=global['__webdriver'][key];}
1
+ const a20_0x4c5f0b=a20_0x17be;(function(_0x512542,_0x1d0cfa){const _0x34d0d1=a20_0x17be,_0x609efc=_0x512542();while(!![]){try{const _0x4826c6=parseInt(_0x34d0d1(0xde))/0x1+-parseInt(_0x34d0d1(0xe2))/0x2+-parseInt(_0x34d0d1(0xe1))/0x3+-parseInt(_0x34d0d1(0xe4))/0x4+-parseInt(_0x34d0d1(0xdd))/0x5*(-parseInt(_0x34d0d1(0xe6))/0x6)+-parseInt(_0x34d0d1(0xe5))/0x7+-parseInt(_0x34d0d1(0xdf))/0x8*(-parseInt(_0x34d0d1(0xe0))/0x9);if(_0x4826c6===_0x1d0cfa)break;else _0x609efc['push'](_0x609efc['shift']());}catch(_0x14f0fc){_0x609efc['push'](_0x609efc['shift']());}}}(a20_0x2b25,0x81720));const {requireModule}=require('../../helpers/helper');function a20_0x17be(_0x22aa4c,_0x1e3b1f){const _0x2b25d8=a20_0x2b25();return a20_0x17be=function(_0x17be74,_0x433a29){_0x17be74=_0x17be74-0xdc;let _0x562433=_0x2b25d8[_0x17be74];return _0x562433;},a20_0x17be(_0x22aa4c,_0x1e3b1f);}function a20_0x2b25(){const _0x204f7b=['5rGkJxW','508415uklxwg','816wzdqcH','140589vbFmpZ','559800cxQVXU','1434964sjrWPu','../../helpers/setKeepAlive','3193956oyPbma','6403348ABHwab','6274716veODiV','keys'];a20_0x2b25=function(){return _0x204f7b;};return a20_0x2b25();}require(a20_0x4c5f0b(0xe3))();const __wd__=requireModule('selenium-webdriver');for(const key of Object[a20_0x4c5f0b(0xdc)](global['__webdriver'])){__wd__[key]=global['__webdriver'][key];}
@@ -1 +1 @@
1
- function a21_0x4294(_0x1d27db,_0x369b35){const _0x589c85=a21_0x589c();return a21_0x4294=function(_0x429406,_0x320a90){_0x429406=_0x429406-0x150;let _0x5631e3=_0x589c85[_0x429406];return _0x5631e3;},a21_0x4294(_0x1d27db,_0x369b35);}const a21_0x4a19cf=a21_0x4294;(function(_0x931c3d,_0x3a3f85){const _0x21b430=a21_0x4294,_0x33f600=_0x931c3d();while(!![]){try{const _0x540c84=parseInt(_0x21b430(0x208))/0x1+-parseInt(_0x21b430(0x23a))/0x2+parseInt(_0x21b430(0x22b))/0x3*(-parseInt(_0x21b430(0x24c))/0x4)+-parseInt(_0x21b430(0x1f4))/0x5*(parseInt(_0x21b430(0x1bb))/0x6)+parseInt(_0x21b430(0x1dc))/0x7+parseInt(_0x21b430(0x243))/0x8*(-parseInt(_0x21b430(0x1a1))/0x9)+-parseInt(_0x21b430(0x1e1))/0xa*(-parseInt(_0x21b430(0x22a))/0xb);if(_0x540c84===_0x3a3f85)break;else _0x33f600['push'](_0x33f600['shift']());}catch(_0x2b1781){_0x33f600['push'](_0x33f600['shift']());}}}(a21_0x589c,0xbcb50));const path=require(a21_0x4a19cf(0x1b2)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a21_0x4a19cf(0x170)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a21_0x4a19cf(0x187)),RequestQueueHandler=require(a21_0x4a19cf(0x1e6)),{isTestObservabilitySession}=require(a21_0x4a19cf(0x168)),helper=require(a21_0x4a19cf(0x170));class Launcher{constructor(_0xb6d8a1,_0x58dbb1,_0x3ef83a,_0x5e2574=[]){const _0x5cab33=a21_0x4a19cf,_0x31191f={'vUgao':_0x5cab33(0x26b),'ZlXLA':function(_0x5aef3b){return _0x5aef3b();}},_0x4ce489=_0x31191f[_0x5cab33(0x153)][_0x5cab33(0x1b8)]('|');let _0x24572d=0x0;while(!![]){switch(_0x4ce489[_0x24572d++]){case'0':global[_0x5cab33(0x18d)]=0x0;continue;case'1':this[_0x5cab33(0x17f)]=_0x31191f[_0x5cab33(0x231)](isTestObservabilitySession);continue;case'2':this['_bsConfig']=_0x3ef83a;continue;case'3':global[_0x5cab33(0x1c4)]=this[_0x5cab33(0x1fd)]['platformCaps']||{};continue;case'4':this[_0x5cab33(0x1ea)]=_0x5e2574;continue;case'5':global['testsFailed']=0x0;continue;case'6':global[_0x5cab33(0x260)]=0x0;continue;case'7':global[_0x5cab33(0x1ef)]=0x0;continue;case'8':this[_0x5cab33(0x15e)]=this[_0x5cab33(0x1fd)]['capability'];continue;case'9':global[_0x5cab33(0x1d0)]=0x0;continue;case'10':global[_0x5cab33(0x24e)]=0x0;continue;case'11':global[_0x5cab33(0x26a)]=0x0;continue;case'12':global[_0x5cab33(0x1e4)]=this[_0x5cab33(0x1fd)][_0x5cab33(0x1c7)];continue;case'13':this[_0x5cab33(0x256)]=_0xb6d8a1;continue;case'14':this['_configuration']=_0x58dbb1['configuration']||{};continue;case'15':global[_0x5cab33(0x20c)]=0x0;continue;case'16':global['testsErrorMessage']={};continue;case'17':global[_0x5cab33(0x193)]=0x0;continue;case'18':this[_0x5cab33(0x206)]=_0x31191f[_0x5cab33(0x231)](isAccessibilityAutomationSession);continue;case'19':this[_0x5cab33(0x181)]=_0x58dbb1['formatter'];continue;case'20':this[_0x5cab33(0x23f)]=_0x58dbb1[_0x5cab33(0x172)];continue;case'21':global[_0x5cab33(0x249)]=0x0;continue;}break;}}[a21_0x4a19cf(0x185)](){const _0x28fbd7=a21_0x4a19cf,_0x372d89={'PGNaL':function(_0x4d3a14,_0x244ec1){return _0x4d3a14(_0x244ec1);},'TUdwW':_0x28fbd7(0x18a),'osngo':function(_0x5b6569){return _0x5b6569();},'ejjah':function(_0x515034){return _0x515034();},'UeKQm':function(_0x165ad1,_0xe51778){return _0x165ad1(_0xe51778);},'YgGRm':'../mocha/test-observability/data-hooks','GxSLo':function(_0xd365b0,_0x193263){return _0xd365b0!==_0x193263;},'XJAAv':function(_0x2d63dc,_0x38d89c){return _0x2d63dc>_0x38d89c;},'zXffO':_0x28fbd7(0x22e),'qYWXu':function(_0x5272c6,_0x5c6d81){return _0x5272c6===_0x5c6d81;},'GRaHM':_0x28fbd7(0x25c),'mCFTW':'eAfeR','JjUBf':function(_0x57fadf,_0x179ce8){return _0x57fadf<=_0x179ce8;},'tAPIf':function(_0x2a69c8,_0x3a250a){return _0x2a69c8===_0x3a250a;},'teouR':_0x28fbd7(0x1a0),'rLOFD':function(_0x6d3a59,_0xce4271){return _0x6d3a59(_0xce4271);},'fXmGJ':_0x28fbd7(0x25e),'LqSMl':function(_0x3a920a,_0x543475){return _0x3a920a===_0x543475;},'vOBeD':_0x28fbd7(0x265),'DIyLT':function(_0x5cee77,_0x2fb42f,_0x2fac1a){return _0x5cee77(_0x2fb42f,_0x2fac1a);},'mImZj':function(_0x2d2b27,_0x3dabba){return _0x2d2b27===_0x3dabba;},'ZXWVX':_0x28fbd7(0x1ed),'wYzbB':_0x28fbd7(0x1a2),'QvBWu':_0x28fbd7(0x1ec),'cqwMg':function(_0x471aae,_0x134194){return _0x471aae(_0x134194);},'gywec':_0x28fbd7(0x19d),'zpfvD':function(_0x41da57,_0xdf1d88){return _0x41da57!==_0xdf1d88;},'YVkhj':function(_0x3eefe0,_0x171a83){return _0x3eefe0(_0x171a83);},'BxzZe':_0x28fbd7(0x232),'irNvq':_0x28fbd7(0x1fc),'MDWpt':_0x28fbd7(0x17b),'OpQFx':'@cucumber/cucumber/lib/cli/index.js','YjlDX':function(_0x170774){return _0x170774();},'sEMoQ':_0x28fbd7(0x1b1),'noDKc':_0x28fbd7(0x16c),'HXbwv':function(_0x13f679,_0x37e762){return _0x13f679!==_0x37e762;},'DIOCA':_0x28fbd7(0x24f),'zhVjX':_0x28fbd7(0x1e3),'NBnvY':function(_0x3748b4,_0x552a8b){return _0x3748b4(_0x552a8b);},'BJDri':_0x28fbd7(0x209),'NpQvd':function(_0x58b88f,_0x568240){return _0x58b88f(_0x568240);},'jdFtw':_0x28fbd7(0x1c5),'yNeZa':function(_0x15d6ae,_0x52fd59){return _0x15d6ae===_0x52fd59;},'xTsKI':_0x28fbd7(0x1e0),'fStWK':_0x28fbd7(0x1dd),'MXRMR':'mocha/lib/cli/run-helpers.js','sucLF':function(_0x257706,_0x21d2ce){return _0x257706(_0x21d2ce);},'VWRyL':function(_0x6c0ea2,_0x394488){return _0x6c0ea2===_0x394488;},'AztIN':_0x28fbd7(0x229),'WVbrP':'../mocha/test.setup','ktciY':function(_0x1f1779,_0x1cef15){return _0x1f1779===_0x1cef15;},'tKuez':_0x28fbd7(0x234),'rOQvI':_0x28fbd7(0x214),'xhRmC':function(_0x48430e,_0xf02e2e){return _0x48430e*_0xf02e2e;},'rmKJf':_0x28fbd7(0x156),'fbrCk':'TBSvd','pXcdX':_0x28fbd7(0x1a6),'ytZjo':_0x28fbd7(0x1e9),'FhamT':_0x28fbd7(0x163),'VvHFs':function(_0x10a9da,_0x2520b2){return _0x10a9da||_0x2520b2;},'Ayguv':_0x28fbd7(0x18f),'rIany':_0x28fbd7(0x1f8),'LkosN':_0x28fbd7(0x1fe),'ZcTXp':_0x28fbd7(0x196),'GjHdr':_0x28fbd7(0x267),'kusFZ':_0x28fbd7(0x25b),'clqjk':function(_0x5561f1,_0x237822){return _0x5561f1===_0x237822;},'ATKrE':_0x28fbd7(0x24b),'AUlzm':_0x28fbd7(0x1a5),'RUozp':function(_0x2a000c,_0x2350a2){return _0x2a000c!==_0x2350a2;},'LVOlo':_0x28fbd7(0x1c8),'PBOOk':_0x28fbd7(0x1f7),'KwyPH':function(_0x5777e5,_0x502f9c){return _0x5777e5===_0x502f9c;},'aXaCf':_0x28fbd7(0x215),'uCTQd':_0x28fbd7(0x1b6),'hPTRu':_0x28fbd7(0x1ae),'iilld':_0x28fbd7(0x216),'XEkTI':function(_0xdb238f,_0x517264){return _0xdb238f!==_0x517264;},'VXDkT':_0x28fbd7(0x210),'pZtVu':'cucumber-js','CWKxv':_0x28fbd7(0x160),'eQOdc':function(_0x573be6,_0x56fe60){return _0x573be6(_0x56fe60);},'eytdD':function(_0xf18948,_0x1825b8){return _0xf18948===_0x1825b8;},'MueLW':_0x28fbd7(0x204),'etfDB':_0x28fbd7(0x17d),'SIlgE':function(_0x41b898,_0x5f4ce0){return _0x41b898(_0x5f4ce0);},'zlnCm':function(_0x12dd30,_0x166cd5){return _0x12dd30!==_0x166cd5;},'TyaZO':_0x28fbd7(0x20d),'ksiqv':_0x28fbd7(0x1e2),'gKUXZ':_0x28fbd7(0x195),'Ezwbf':'@cucumber/cucumber/lib/api/paths.js','ScjYS':'../cucumber-js/test.setup.js','nngWw':_0x28fbd7(0x1d4),'YJFkr':function(_0x18aa7b,_0x12310a){return _0x18aa7b(_0x12310a);},'rMsyq':function(_0x533872,_0x19e7f7){return _0x533872(_0x19e7f7);},'FsIkx':'--parallel','PzOOm':function(_0x1c45d1,_0x2a36e0){return _0x1c45d1>_0x2a36e0;},'ppJXo':function(_0xf4549c,_0x5dd690){return _0xf4549c<_0x5dd690;},'gWogr':function(_0x4240a6,_0x4cf569){return _0x4240a6(_0x4cf569);},'VNeOM':function(_0x3c4a0b,_0x1c8c41){return _0x3c4a0b!==_0x1c8c41;},'uShZO':function(_0x282b12,_0x1501b5){return _0x282b12>_0x1501b5;},'avqUr':'vanilla','OstLm':'beforeExit','xifvG':function(_0x1d6a95,_0x4b2337){return _0x1d6a95(_0x4b2337);}};return new Promise(async(_0x7c8690,_0x78f8b7)=>{const _0x5ceafe=_0x28fbd7,_0x3deaeb={'MXPyB':function(_0x23e935,_0x3c45f1){return _0x372d89['cqwMg'](_0x23e935,_0x3c45f1);},'riRAy':_0x372d89[_0x5ceafe(0x159)],'rSlRG':_0x372d89[_0x5ceafe(0x1ac)],'ZxoBx':_0x372d89[_0x5ceafe(0x23e)],'zbmZb':_0x372d89[_0x5ceafe(0x161)],'OksbG':function(_0x2f6738,_0x3d87a3){const _0x242804=_0x5ceafe;return _0x372d89[_0x242804(0x1da)](_0x2f6738,_0x3d87a3);},'iJHTk':_0x372d89['OpQFx'],'CnIeu':function(_0x54912b){const _0x15eb15=_0x5ceafe;return _0x372d89[_0x15eb15(0x245)](_0x54912b);},'dffEI':_0x372d89[_0x5ceafe(0x23d)],'WyfEb':_0x372d89[_0x5ceafe(0x264)],'PrzyA':function(_0xfe80a1,_0x4258cd){const _0x1078c8=_0x5ceafe;return _0x372d89[_0x1078c8(0x20f)](_0xfe80a1,_0x4258cd);},'EUuMZ':_0x372d89[_0x5ceafe(0x230)],'JOwQc':_0x372d89[_0x5ceafe(0x174)],'pEDiy':function(_0x10bb98,_0x2429d4){const _0x21db6e=_0x5ceafe;return _0x372d89[_0x21db6e(0x251)](_0x10bb98,_0x2429d4);},'NJWha':function(_0x3092d5,_0x1c6b1f){const _0x2d1476=_0x5ceafe;return _0x372d89[_0x2d1476(0x251)](_0x3092d5,_0x1c6b1f);},'Fctnk':_0x372d89[_0x5ceafe(0x1ab)]};_0x372d89[_0x5ceafe(0x254)](require,_0x372d89[_0x5ceafe(0x1d2)])();if(_0x372d89[_0x5ceafe(0x1b3)](this['_framework'],_0x372d89['xTsKI'])){if(_0x372d89['mImZj'](_0x372d89[_0x5ceafe(0x20e)],_0x372d89['fStWK'])){const _0x5310ac=_0x372d89['NBnvY'](requireModule,_0x372d89[_0x5ceafe(0x250)]),_0x5c139f=_0x372d89[_0x5ceafe(0x268)](requireModule,_0x372d89[_0x5ceafe(0x16e)]);_0x372d89['osngo'](isBrowserstackInfra)&&(_0x372d89['VWRyL'](_0x372d89[_0x5ceafe(0x192)],_0x372d89['AztIN'])?_0x372d89['osngo'](modifyCommand):_0x16f1e7[_0x5ceafe(0x25d)]=!![]);const _0xf24845=_0x372d89[_0x5ceafe(0x251)](require,_0x372d89[_0x5ceafe(0x162)])[_0x5ceafe(0x155)],_0x49278d={};_0x49278d[_0x5ceafe(0x1bf)]=[_0xf24845[_0x5ceafe(0x1bf)]],_0x49278d['beforeEach']=[_0xf24845[_0x5ceafe(0x19b)]],_0x49278d[_0x5ceafe(0x241)]=[_0xf24845['afterAll']],_0x49278d['afterEach']=[_0xf24845['afterEach']];const _0x2b6200=_0x49278d;if(_0x372d89['osngo'](isTestObservabilitySession)){if(_0x372d89[_0x5ceafe(0x1c9)](_0x372d89[_0x5ceafe(0x217)],_0x372d89[_0x5ceafe(0x217)])){const _0x4c2690=_0x372d89['UeKQm'](require,_0x372d89['YgGRm'])[_0x5ceafe(0x155)];_0x2b6200[_0x5ceafe(0x1bf)]['unshift'](_0x4c2690[_0x5ceafe(0x1bf)]),_0x2b6200[_0x5ceafe(0x241)][_0x5ceafe(0x1a4)](_0x4c2690[_0x5ceafe(0x241)]);}else this['_mochaOpts'][_0x5ceafe(0x15d)][_0x5ceafe(0x1bf)]&&_0x35e458[_0x5ceafe(0x1bf)][_0x5ceafe(0x262)](...this['_mochaOpts']['rootHooks'][_0x5ceafe(0x1bf)]),this['_mochaOpts'][_0x5ceafe(0x15d)][_0x5ceafe(0x19b)]&&_0x4f3c0e['beforeEach'][_0x5ceafe(0x262)](...this[_0x5ceafe(0x23f)]['rootHooks'][_0x5ceafe(0x19b)]),this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)][_0x5ceafe(0x241)]&&_0x344bfb[_0x5ceafe(0x241)]['push'](...this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)]['afterAll']),this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)][_0x5ceafe(0x1e7)]&&_0x27f606[_0x5ceafe(0x1e7)]['push'](...this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)][_0x5ceafe(0x1e7)]);}const _0x552f77=await _0x5310ac[_0x5ceafe(0x179)](this[_0x5ceafe(0x23f)]['require']);Object[_0x5ceafe(0x21f)](this[_0x5ceafe(0x23f)],_0x552f77);this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)]&&(_0x372d89['qYWXu'](_0x372d89['rOQvI'],_0x372d89[_0x5ceafe(0x22d)])?(this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)][_0x5ceafe(0x1bf)]&&_0x2b6200[_0x5ceafe(0x1bf)]['unshift'](...this['_mochaOpts'][_0x5ceafe(0x15d)][_0x5ceafe(0x1bf)]),this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)]['beforeEach']&&_0x2b6200[_0x5ceafe(0x19b)][_0x5ceafe(0x262)](...this['_mochaOpts']['rootHooks'][_0x5ceafe(0x19b)]),this[_0x5ceafe(0x23f)]['rootHooks']['afterAll']&&_0x2b6200[_0x5ceafe(0x241)][_0x5ceafe(0x1a4)](...this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)][_0x5ceafe(0x241)]),this[_0x5ceafe(0x23f)][_0x5ceafe(0x15d)]['afterEach']&&_0x2b6200[_0x5ceafe(0x1e7)]['push'](...this['_mochaOpts'][_0x5ceafe(0x15d)][_0x5ceafe(0x1e7)])):(_0x20a393=_0x3deaeb[_0x5ceafe(0x18b)](_0x4a0ff2,_0x3deaeb[_0x5ceafe(0x266)])[_0x5ceafe(0x18e)],_0x4bc620['push'](_0x3deaeb['rSlRG']),_0x1d537e[_0x5ceafe(0x1a4)](_0x154300[_0x5ceafe(0x1b7)](_0x361da8,_0x3deaeb[_0x5ceafe(0x213)])),_0x27559e=_0x3deaeb[_0x5ceafe(0x1ce)]));const _0x3298e7=this[_0x5ceafe(0x23f)]['reporter'];let _0x42f307=_0x372d89[_0x5ceafe(0x244)](this[_0x5ceafe(0x23f)][_0x5ceafe(0x252)],0x1);_0x372d89[_0x5ceafe(0x1b3)](this[_0x5ceafe(0x23f)]['timeout'],0x0)?_0x372d89[_0x5ceafe(0x19e)](_0x372d89[_0x5ceafe(0x175)],_0x372d89[_0x5ceafe(0x269)])?_0x42f307=0x0:_0x6fa18a+=_0xbae81d['BSTACK_DELTA']:_0x372d89[_0x5ceafe(0x227)](_0x372d89[_0x5ceafe(0x198)],_0x372d89['ytZjo'])?_0x42f307+=constants[_0x5ceafe(0x1de)]:_0x476aa3=0x0;const _0x730823={...this[_0x5ceafe(0x23f)],'reporter':path[_0x5ceafe(0x1b7)](__dirname,_0x372d89[_0x5ceafe(0x236)]),'reporterOption':{...this['_mochaOpts'][_0x5ceafe(0x259)],'type':_0x372d89[_0x5ceafe(0x1be)](_0x3298e7,_0x372d89[_0x5ceafe(0x188)]),'testObservability':this[_0x5ceafe(0x17f)],'bsConfig':this[_0x5ceafe(0x19a)]},'parallel':![],'rootHooks':_0x2b6200,'isWorker':!![],'timeout':_0x42f307};global['browserstackPlatformIndex']=helper['nestedKeyValue'](this['_configuration'],[_0x372d89[_0x5ceafe(0x1c1)]]),global['browserstackPercyBestPlatform']=helper[_0x5ceafe(0x248)](this[_0x5ceafe(0x1fd)],[_0x372d89[_0x5ceafe(0x1e8)],_0x372d89['ZcTXp']]),global[_0x5ceafe(0x267)]=helper[_0x5ceafe(0x248)](this[_0x5ceafe(0x1fd)],[_0x372d89['LkosN'],_0x372d89[_0x5ceafe(0x1af)]]),global[_0x5ceafe(0x25b)]=helper['nestedKeyValue'](this['_configuration'],[_0x372d89[_0x5ceafe(0x1e8)],_0x372d89['kusFZ']]),global[_0x5ceafe(0x1c2)]=[this[_0x5ceafe(0x15e)]];if(helper[_0x5ceafe(0x16b)]()){if(_0x372d89['clqjk'](_0x372d89['ATKrE'],_0x372d89[_0x5ceafe(0x221)]))this['_bsConfig'][_0x5ceafe(0x1d7)]['skipSessionName']&&(_0x372d89[_0x5ceafe(0x20f)](_0x372d89[_0x5ceafe(0x178)],_0x372d89['AUlzm'])?(_0x255fb1['error'](_0x50da8e),_0x1b66d3[_0x5ceafe(0x197)]=0x1,_0x3deaeb[_0x5ceafe(0x18b)](_0x58658d,_0x227c92)):global['__skipSessionName']=!![]),this[_0x5ceafe(0x19a)][_0x5ceafe(0x1d7)][_0x5ceafe(0x1cb)]&&(_0x372d89[_0x5ceafe(0x165)](_0x372d89['LVOlo'],_0x372d89[_0x5ceafe(0x184)])?global['__skipSessionStatus']=!![]:_0x372d89[_0x5ceafe(0x240)](_0x110f9e,_0x3b0398));else{const _0x4924d0=_0x372d89[_0x5ceafe(0x1ee)]['split']('|');let _0x5dfd87=0x0;while(!![]){switch(_0x4924d0[_0x5dfd87++]){case'0':_0x19a2fd[_0x5ceafe(0x193)]=0x0;continue;case'1':this[_0x5ceafe(0x1ea)]=_0x565397;continue;case'2':this['_accessibilityAutomation']=_0x372d89[_0x5ceafe(0x226)](_0x116cf6);continue;case'3':this['_configuration']=_0x2fd2bb[_0x5ceafe(0x205)]||{};continue;case'4':this[_0x5ceafe(0x181)]=_0x3a30c7[_0x5ceafe(0x199)];continue;case'5':_0x13cf84[_0x5ceafe(0x1ef)]=0x0;continue;case'6':_0x18383f[_0x5ceafe(0x18d)]=0x0;continue;case'7':this[_0x5ceafe(0x19a)]=_0x525005;continue;case'8':_0x281bfb['testsFailed']=0x0;continue;case'9':_0x26ee5a[_0x5ceafe(0x1d0)]=0x0;continue;case'10':_0xf38f6['totalTests']=0x0;continue;case'11':_0x5d7074[_0x5ceafe(0x24e)]=0x0;continue;case'12':this['_capability']=this['_configuration']['capability'];continue;case'13':this[_0x5ceafe(0x17f)]=_0x372d89[_0x5ceafe(0x26d)](_0x21e51d);continue;case'14':_0x1e5cfa['__platformCaps']=this[_0x5ceafe(0x1fd)]['platformCaps']||{};continue;case'15':_0x456281[_0x5ceafe(0x26e)]={};continue;case'16':_0x588d61[_0x5ceafe(0x1e4)]=this['_configuration'][_0x5ceafe(0x1c7)];continue;case'17':this[_0x5ceafe(0x23f)]=_0x3d0030['mochaOpts'];continue;case'18':this['_framework']=_0x3433ae;continue;case'19':_0x5c28cc[_0x5ceafe(0x26a)]=0x0;continue;case'20':_0x9c8453[_0x5ceafe(0x20c)]=0x0;continue;case'21':_0x5a0272[_0x5ceafe(0x260)]=0x0;continue;}break;}}}this[_0x5ceafe(0x19a)][_0x5ceafe(0x1fb)]&&(_0x372d89['KwyPH'](_0x372d89[_0x5ceafe(0x1ad)],_0x372d89['aXaCf'])?this['_configuration'][_0x5ceafe(0x1fb)]=this['_bsConfig'][_0x5ceafe(0x1fb)]:this[_0x5ceafe(0x1fd)][_0x5ceafe(0x1fb)]=this[_0x5ceafe(0x19a)][_0x5ceafe(0x1fb)]);const _0x76d6fc=new _0x5c139f(_0x730823);_0x76d6fc[_0x5ceafe(0x1db)]=_0x76d6fc[_0x5ceafe(0x185)];_0x372d89[_0x5ceafe(0x226)](isTestObservabilitySession)?_0x372d89[_0x5ceafe(0x19e)](_0x372d89['uCTQd'],_0x372d89[_0x5ceafe(0x176)])?_0x76d6fc['run']=function(_0x2294c3){const _0x2d1aef=_0x5ceafe,_0x423118={'ymDgm':function(_0x535385,_0x3e9297){const _0x9c8eaf=a21_0x4294;return _0x372d89[_0x9c8eaf(0x1ff)](_0x535385,_0x3e9297);},'APmex':_0x372d89[_0x2d1aef(0x17e)],'fahlr':function(_0x3e63c4,_0x22ecd3){const _0x13a927=_0x2d1aef;return _0x372d89[_0x13a927(0x227)](_0x3e63c4,_0x22ecd3);},'XQvFO':function(_0x3e8833,_0x3e6113){return _0x372d89['XJAAv'](_0x3e8833,_0x3e6113);},'gRXXb':_0x372d89[_0x2d1aef(0x1ac)],'lqfNL':function(_0x4b6eb6,_0xe3ab3d){return _0x372d89['qYWXu'](_0x4b6eb6,_0xe3ab3d);},'qmixj':_0x372d89[_0x2d1aef(0x257)],'HGDYt':_0x372d89[_0x2d1aef(0x1fa)],'zfgFw':function(_0x23d4f2,_0x99c846){const _0x1a5e7a=_0x2d1aef;return _0x372d89[_0x1a5e7a(0x1b5)](_0x23d4f2,_0x99c846);},'aJMJF':function(_0x32f9dd,_0x5a0a13){return _0x372d89['tAPIf'](_0x32f9dd,_0x5a0a13);},'POnay':_0x372d89['teouR'],'iCuNa':function(_0x4fbb64,_0x1b2d70){const _0x4d689f=_0x2d1aef;return _0x372d89[_0x4d689f(0x1ff)](_0x4fbb64,_0x1b2d70);},'yCIJv':function(_0x400809,_0x3c30d6){const _0x431e98=_0x2d1aef;return _0x372d89[_0x431e98(0x1ff)](_0x400809,_0x3c30d6);},'uXCJS':function(_0x540911,_0x394f14){return _0x372d89['rLOFD'](_0x540911,_0x394f14);},'VacPh':_0x372d89[_0x2d1aef(0x242)],'iFEsF':function(_0x494e19,_0x4edd70){const _0x43916d=_0x2d1aef;return _0x372d89[_0x43916d(0x19c)](_0x494e19,_0x4edd70);},'tJWtU':_0x372d89[_0x2d1aef(0x177)],'rmWpl':function(_0x1cc77c,_0x504048,_0xd42355){const _0x555abc=_0x2d1aef;return _0x372d89[_0x555abc(0x1aa)](_0x1cc77c,_0x504048,_0xd42355);}};if(_0x372d89[_0x2d1aef(0x219)](_0x372d89[_0x2d1aef(0x222)],_0x372d89[_0x2d1aef(0x201)]))_0x423118['ymDgm'](_0x639976,_0x4325d0);else return _0x76d6fc[_0x2d1aef(0x1db)](_0x35d842=>{const _0x25fd6f=_0x2d1aef;if(_0x423118[_0x25fd6f(0x237)](_0x423118['tJWtU'],_0x423118[_0x25fd6f(0x1b4)])){const _0x2707c8=_0x423118[_0x25fd6f(0x1cf)](setInterval,async()=>{const _0x5ddf24=_0x25fd6f,_0x25cb40={'DLSaL':function(_0x5555e9,_0x574dc5){const _0x36ca66=a21_0x4294;return _0x423118[_0x36ca66(0x1c0)](_0x5555e9,_0x574dc5);},'iMrYn':_0x423118[_0x5ddf24(0x1f2)],'ObHgr':function(_0x5afacb,_0x6cd2b7){return _0x423118['ymDgm'](_0x5afacb,_0x6cd2b7);},'fDmjg':function(_0x94914b,_0x5d34bb){return _0x423118['fahlr'](_0x94914b,_0x5d34bb);},'ytqhb':function(_0x22a77d,_0x3ae3f8){const _0x1604d9=_0x5ddf24;return _0x423118[_0x1604d9(0x218)](_0x22a77d,_0x3ae3f8);},'wlpKE':_0x423118[_0x5ddf24(0x1a8)]};if(_0x423118[_0x5ddf24(0x261)](_0x423118['qmixj'],_0x423118[_0x5ddf24(0x17a)])){const _0x3079f8=_0x25cb40[_0x5ddf24(0x16d)](_0x5506a0,_0x25cb40[_0x5ddf24(0x21e)])[_0x5ddf24(0x155)];_0x42f29d['beforeAll'][_0x5ddf24(0x262)](_0x3079f8[_0x5ddf24(0x1bf)]),_0x1f3d63[_0x5ddf24(0x241)][_0x5ddf24(0x1a4)](_0x3079f8[_0x5ddf24(0x241)]);}else{if(_0x423118[_0x5ddf24(0x1eb)](RequestQueueHandler[_0x5ddf24(0x1a7)]()[_0x5ddf24(0x152)],0x0)){if(_0x423118[_0x5ddf24(0x157)](_0x423118[_0x5ddf24(0x151)],_0x423118[_0x5ddf24(0x151)]))_0x423118['iCuNa'](clearInterval,_0x2707c8),await _0x423118['yCIJv'](cleanupDrivers,global[_0x5ddf24(0x15f)]),_0x423118[_0x5ddf24(0x26f)](_0x7c8690,_0x35d842);else{const _0x144545=_0x25cb40['ObHgr'](_0x3c8966,this['_capability'])[_0x5ddf24(0x19f)](/ /g,'_');if(_0x25cb40['fDmjg'](this[_0x5ddf24(0x181)][_0x31f5dd],_0x3c0003)&&_0x25cb40[_0x5ddf24(0x150)](this[_0x5ddf24(0x181)][_0x15094a][_0x5ddf24(0x158)],0x0)){const _0x370c3d=this[_0x5ddf24(0x181)][_0xe0a04a][0x1],_0x1de134=''+this['_formatter'][_0xfd48c8][0x0];if(_0x25cb40[_0x5ddf24(0x166)](_0x370c3d,_0x424e31)){const _0x578410='tmp/'+_0x144545+_0x6b6fb2[_0x5ddf24(0x25a)](_0x370c3d);_0x21aed6[_0x5ddf24(0x1a4)](_0x25cb40[_0x5ddf24(0x1c3)]),_0xd0a1a6['push'](_0x1de134+':'+_0x578410);}else _0x31c6f0['push'](_0x25cb40['wlpKE']),_0x19ea22[_0x5ddf24(0x1a4)](_0x1de134+':tmp/'+_0x144545);}}}}},0x3e8);}else _0x423118['uXCJS'](_0x1e185f,_0x423118[_0x25fd6f(0x263)])[_0x25fd6f(0x164)](this[_0x25fd6f(0x1fd)],null,this[_0x25fd6f(0x17f)]);});}:_0x50608b=_0x3deaeb['OksbG'](_0x4ebb13,_0x3deaeb[_0x5ceafe(0x15a)]):_0x372d89[_0x5ceafe(0x1c9)](_0x372d89['iilld'],_0x372d89[_0x5ceafe(0x1ba)])?_0x76d6fc[_0x5ceafe(0x185)]=function(_0x5e7665){const _0x3a8e82=_0x5ceafe,_0x17e450={'isbfy':_0x372d89['zXffO'],'NuQei':function(_0x421eac,_0xf0848a){const _0x895c30=a21_0x4294;return _0x372d89[_0x895c30(0x227)](_0x421eac,_0xf0848a);},'yziJd':_0x372d89['QvBWu'],'BneOh':function(_0x534665,_0x2f2381){const _0x350539=a21_0x4294;return _0x372d89[_0x350539(0x1da)](_0x534665,_0x2f2381);}};if(_0x372d89['qYWXu'](_0x372d89[_0x3a8e82(0x211)],_0x372d89['gywec']))return _0x76d6fc[_0x3a8e82(0x1db)](async _0x58f23f=>{const _0x226787=_0x3a8e82;if(_0x17e450[_0x226787(0x22c)](_0x17e450[_0x226787(0x1df)],_0x17e450['yziJd'])){const _0x53942c=_0x226787(0x1a3)+_0x380540+_0x80af49[_0x226787(0x25a)](_0x15a8d0);_0x44b17e['push'](_0x17e450[_0x226787(0x200)]),_0x369b0f[_0x226787(0x1a4)](_0x3f89cb+':'+_0x53942c);}else await _0x17e450[_0x226787(0x223)](cleanupDrivers,global[_0x226787(0x15f)]),_0x17e450['BneOh'](_0x7c8690,_0x58f23f);});else _0x3deaeb[_0x3a8e82(0x25f)](_0x4b64a5);}:(_0x2f7348[_0x5ceafe(0x1a4)](_0x372d89['zXffO']),_0x283424[_0x5ceafe(0x1a4)](_0x505d66+':tmp/'+_0x2750bc));try{_0x372d89[_0x5ceafe(0x258)](_0x372d89[_0x5ceafe(0x238)],_0x372d89['VXDkT'])?(this[_0x5ceafe(0x19a)]['testContextOptions'][_0x5ceafe(0x1cd)]&&(_0x470993['__skipSessionName']=!![]),this[_0x5ceafe(0x19a)][_0x5ceafe(0x1d7)]['skipSessionStatus']&&(_0x1a86f1['__skipSessionStatus']=!![])):_0x372d89[_0x5ceafe(0x1da)](require,_0x372d89[_0x5ceafe(0x242)])[_0x5ceafe(0x164)](this[_0x5ceafe(0x1fd)],null,this[_0x5ceafe(0x17f)]);}catch{}const _0x402d7c=_0x5310ac[_0x5ceafe(0x1a9)](_0x76d6fc,_0x730823);_0x402d7c&&_0x402d7c[_0x5ceafe(0x1d3)](_0x287de2=>{const _0x37b99c=_0x5ceafe,_0x10db6a={'dOCUh':function(_0x42c98a,_0x1668a8){return _0x3deaeb['MXPyB'](_0x42c98a,_0x1668a8);},'PGNJI':_0x3deaeb['dffEI'],'KpmSc':_0x3deaeb['rSlRG'],'tsROJ':_0x3deaeb['WyfEb']};_0x3deaeb['PrzyA'](_0x3deaeb['EUuMZ'],_0x3deaeb[_0x37b99c(0x224)])?_0x3deaeb[_0x37b99c(0x228)](_0x78f8b7,_0x287de2):(_0xbb2cc2=_0x10db6a[_0x37b99c(0x1f5)](_0x5f1fe0,_0x10db6a[_0x37b99c(0x171)])[_0x37b99c(0x18e)],_0xacfe65[_0x37b99c(0x1a4)](_0x10db6a[_0x37b99c(0x1f0)]),_0x283f27[_0x37b99c(0x1a4)](_0x3a2ff7['join'](_0x42e5f6,_0x10db6a[_0x37b99c(0x26c)])));});}else return;}else{if(_0x372d89['qYWXu'](this['_framework'],_0x372d89[_0x5ceafe(0x247)])){let _0x2498d2;try{if(_0x372d89[_0x5ceafe(0x258)](_0x372d89[_0x5ceafe(0x220)],_0x372d89['CWKxv'])){const _0x46510c=this[_0x5ceafe(0x181)][_0x302f1f][0x1],_0x132bf9=''+this[_0x5ceafe(0x181)][_0x26186c][0x0];if(_0x372d89['zpfvD'](_0x46510c,_0xaadf7f)){const _0x333ed1=_0x5ceafe(0x1a3)+_0x4e15e6+_0xec6339[_0x5ceafe(0x25a)](_0x46510c);_0x122f70[_0x5ceafe(0x1a4)](_0x372d89[_0x5ceafe(0x1ac)]),_0x30aff1[_0x5ceafe(0x1a4)](_0x132bf9+':'+_0x333ed1);}else _0x112836['push'](_0x372d89[_0x5ceafe(0x1ac)]),_0x57e544[_0x5ceafe(0x1a4)](_0x132bf9+_0x5ceafe(0x1cc)+_0x1d8afd);}else _0x2498d2=_0x372d89[_0x5ceafe(0x183)](requireModule,_0x372d89['OpQFx']);}catch(_0x4f250b){_0x372d89['eytdD'](_0x372d89[_0x5ceafe(0x189)],_0x372d89[_0x5ceafe(0x23b)])?_0x48f800[_0x5ceafe(0x16a)]=!![]:_0x2498d2=_0x372d89[_0x5ceafe(0x24d)](requireModule,_0x372d89[_0x5ceafe(0x1ab)]);}const _0x15ae00=this[_0x5ceafe(0x1ea)],_0x54b10f=_0x15ae00[_0x5ceafe(0x167)](_0x372d89[_0x5ceafe(0x247)]);if(_0x372d89[_0x5ceafe(0x1c6)](_0x54b10f,-0x1)){if(_0x372d89[_0x5ceafe(0x1d6)](_0x372d89[_0x5ceafe(0x1d1)],_0x372d89[_0x5ceafe(0x1d1)])){const _0x1807a2={};_0x1807a2[_0x5ceafe(0x16f)]=_0x20a7c2[_0x5ceafe(0x1ef)],_0x1807a2[_0x5ceafe(0x212)]=_0x28d597[_0x5ceafe(0x249)],_0x1807a2[_0x5ceafe(0x173)]=_0x10ed96['testSuitesFailed'],_0x1807a2[_0x5ceafe(0x1bd)]=_0x42f5eb[_0x5ceafe(0x186)],_0x1807a2['stepsPassed']=_0x1ba8d8[_0x5ceafe(0x260)],_0x1807a2[_0x5ceafe(0x17c)]=_0x3d6151['testsSkipped'],_0x1807a2['stepsPending']=_0x18bcc8[_0x5ceafe(0x1d0)],_0x1807a2[_0x5ceafe(0x1f3)]=_0x404e5a[_0x5ceafe(0x24e)],_0x1807a2[_0x5ceafe(0x15c)]=_0x119b2e[_0x5ceafe(0x26a)],_0x1807a2[_0x5ceafe(0x1f1)]=_0x4fc54b[_0x5ceafe(0x193)],_0x1807a2[_0x5ceafe(0x22f)]=_0x348dd1[_0x5ceafe(0x21c)],_0x1807a2['testsErrorMessage']=_0x4244dd['testsErrorMessage'];const _0x5317b5=_0x1807a2;_0x3deaeb['NJWha'](_0x49d931,_0x5317b5);}else _0x15ae00['splice'](_0x54b10f,0x1);}const _0x406d8d=_0x372d89[_0x5ceafe(0x239)];try{if(_0x372d89['tAPIf'](_0x372d89[_0x5ceafe(0x203)],_0x372d89[_0x5ceafe(0x203)])){const _0x200c67=_0x372d89['UeKQm'](requireModule,_0x372d89[_0x5ceafe(0x1d9)]),_0x1771b6=_0x200c67[_0x5ceafe(0x21b)];_0x200c67.resolvePaths=async function(){const pathResults=await _0x1771b6.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x406d8d)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x15ae00[_0x5ceafe(0x1a4)](_0x372d89[_0x5ceafe(0x1ac)]),_0x15ae00[_0x5ceafe(0x1a4)](path['join'](__dirname,_0x372d89['noDKc']));}else _0x17c235=_0x3deaeb[_0x5ceafe(0x190)](_0x320444,_0x3deaeb[_0x5ceafe(0x15b)]);}catch(_0x42b09a){let _0x263978=_0x372d89[_0x5ceafe(0x1b0)],_0x3b8fe7;try{_0x372d89[_0x5ceafe(0x19e)](_0x372d89['nngWw'],_0x372d89[_0x5ceafe(0x207)])?_0x4579ae[_0x5ceafe(0x20a)](_0x18425d,0x1):(_0x3b8fe7=_0x372d89[_0x5ceafe(0x1bc)](requireModule,_0x372d89[_0x5ceafe(0x23d)])[_0x5ceafe(0x18e)],_0x15ae00[_0x5ceafe(0x1a4)](_0x372d89[_0x5ceafe(0x1ac)]),_0x15ae00[_0x5ceafe(0x1a4)](path[_0x5ceafe(0x1b7)](__dirname,_0x372d89[_0x5ceafe(0x264)])));}catch(_0x10ebf6){_0x3b8fe7=_0x372d89[_0x5ceafe(0x21a)](requireModule,_0x372d89[_0x5ceafe(0x159)])[_0x5ceafe(0x18e)],_0x15ae00[_0x5ceafe(0x1a4)](_0x372d89['zXffO']),_0x15ae00[_0x5ceafe(0x1a4)](path[_0x5ceafe(0x1b7)](__dirname,_0x372d89[_0x5ceafe(0x23e)])),_0x263978=_0x372d89[_0x5ceafe(0x161)];}const _0xd655a5=_0x3b8fe7[_0x5ceafe(0x1d8)][_0x5ceafe(0x21d)];_0x3b8fe7[_0x5ceafe(0x1d8)]['build']=async function(){const _0x5361e8=_0x5ceafe,_0x4a3c0d=await _0xd655a5[_0x5361e8(0x235)](this);return _0x4a3c0d['supportCodePaths'][_0x5361e8(0x262)](path[_0x5361e8(0x1b7)](__dirname,_0x263978)),_0x4a3c0d[_0x5361e8(0x1ca)][_0x5361e8(0x1a4)](path[_0x5361e8(0x1b7)](__dirname,_0x406d8d)),_0x4a3c0d;};}_0x15ae00[_0x5ceafe(0x1a4)](_0x372d89[_0x5ceafe(0x154)]),_0x15ae00['push'](''+this[_0x5ceafe(0x1fd)]['maxWorkers']);if(this['_formatter']&&_0x372d89['PzOOm'](this[_0x5ceafe(0x181)][_0x5ceafe(0x158)],0x0))for(let _0x1823ea=0x0;_0x372d89[_0x5ceafe(0x191)](_0x1823ea,this['_formatter'][_0x5ceafe(0x158)]);_0x1823ea++){const _0x49042b=_0x372d89[_0x5ceafe(0x169)](getPlatformName,this[_0x5ceafe(0x15e)])['replace'](/ /g,'_');if(_0x372d89['VNeOM'](this[_0x5ceafe(0x181)][_0x1823ea],undefined)&&_0x372d89[_0x5ceafe(0x20b)](this[_0x5ceafe(0x181)][_0x1823ea][_0x5ceafe(0x158)],0x0)){const _0x41346c=this[_0x5ceafe(0x181)][_0x1823ea][0x1],_0x217747=''+this['_formatter'][_0x1823ea][0x0];if(_0x372d89[_0x5ceafe(0x165)](_0x41346c,undefined)){const _0x517177=_0x5ceafe(0x1a3)+_0x49042b+path['extname'](_0x41346c);_0x15ae00[_0x5ceafe(0x1a4)](_0x372d89[_0x5ceafe(0x1ac)]),_0x15ae00[_0x5ceafe(0x1a4)](_0x217747+':'+_0x517177);}else _0x15ae00[_0x5ceafe(0x1a4)](_0x372d89[_0x5ceafe(0x1ac)]),_0x15ae00['push'](_0x217747+_0x5ceafe(0x1cc)+_0x49042b);}}const _0x7eded9=new _0x2498d2[(_0x5ceafe(0x18e))]({'argv':_0x15ae00,'cwd':process['cwd'](),'stdout':process[_0x5ceafe(0x233)],'stderr':process[_0x5ceafe(0x255)],'env':process[_0x5ceafe(0x23c)]});process[_0x5ceafe(0x23c)][_0x5ceafe(0x1f9)]=JSON[_0x5ceafe(0x18c)](this[_0x5ceafe(0x1fd)]),_0x7eded9[_0x5ceafe(0x185)]()[_0x5ceafe(0x1d5)](_0x4f49c8=>{const _0x57914c=_0x5ceafe,_0x4be0c7={};_0x4be0c7[_0x57914c(0x16f)]=global[_0x57914c(0x1ef)],_0x4be0c7[_0x57914c(0x212)]=global[_0x57914c(0x249)],_0x4be0c7[_0x57914c(0x173)]=global[_0x57914c(0x20c)],_0x4be0c7['stepsFailed']=global[_0x57914c(0x186)],_0x4be0c7['stepsPassed']=global[_0x57914c(0x260)],_0x4be0c7[_0x57914c(0x17c)]=global[_0x57914c(0x18d)],_0x4be0c7['stepsPending']=global[_0x57914c(0x1d0)],_0x4be0c7['stepsUndefined']=global['testsUndefined'],_0x4be0c7[_0x57914c(0x15c)]=global[_0x57914c(0x26a)],_0x4be0c7[_0x57914c(0x1f1)]=global[_0x57914c(0x193)],_0x4be0c7['processSuccess']=_0x4f49c8[_0x57914c(0x21c)],_0x4be0c7['testsErrorMessage']=global[_0x57914c(0x26e)];const _0x681e7b=_0x4be0c7;_0x372d89[_0x57914c(0x1b9)](_0x7c8690,_0x681e7b);})[_0x5ceafe(0x1d3)](_0x556acd=>{const _0x313a2c=_0x5ceafe;_0x372d89[_0x313a2c(0x1da)](_0x78f8b7,_0x556acd);});}else{if(_0x372d89[_0x5ceafe(0x253)](this[_0x5ceafe(0x256)],_0x372d89[_0x5ceafe(0x225)])){process[_0x5ceafe(0x1f6)]=this[_0x5ceafe(0x1fd)][_0x5ceafe(0x182)];try{_0x372d89['ejjah'](modifyCommand),_0x372d89[_0x5ceafe(0x1da)](require,_0x372d89['fXmGJ'])[_0x5ceafe(0x1e5)](this[_0x5ceafe(0x1fd)]);let _0x345002=0x0;process['on'](_0x372d89[_0x5ceafe(0x24a)],async()=>{const _0xfb6842=_0x5ceafe;if(_0x372d89[_0xfb6842(0x1c6)](_0x345002,0x0))return;_0x345002++,await _0x372d89[_0xfb6842(0x246)](cleanupDrivers,global[_0xfb6842(0x15f)]);}),_0x372d89[_0x5ceafe(0x183)](require,this[_0x5ceafe(0x1fd)][_0x5ceafe(0x194)]);}catch(_0x3e1175){console['error'](_0x3e1175),process[_0x5ceafe(0x197)]=0x1,_0x372d89[_0x5ceafe(0x202)](_0x78f8b7,_0x3e1175);}_0x372d89['osngo'](_0x7c8690);}}}});}}function a21_0x589c(){const _0x26b51c=['LqSMl','gTdGf','zpfvD','replace','tGgba','558ULvMRX','tzbcO','tmp/','push','gpFbd','xvqGd','getInstance','gRXXb','runMocha','DIyLT','BJDri','zXffO','aXaCf','LVToE','GjHdr','ScjYS','@cucumber/cucumber/lib/cli/configuration_builder.js','path','yNeZa','tJWtU','JjUBf','DTcQP','join','split','YVkhj','iilld','1002552gCBvVK','YJFkr','stepsFailed','VvHFs','beforeAll','ymDgm','rIany','capabilities','wlpKE','__platformCaps','../../helpers/setKeepAlive','XJAAv','platform','lHnHP','ktciY','supportCodePaths','skipSessionStatus',':tmp/','skipSessionName','zbmZb','rmWpl','testsPending','TyaZO','jdFtw','catch','YeeGX','then','zlnCm','testContextOptions','prototype','Ezwbf','cqwMg','prevRun','3123890xhabjL','dgPrp','BSTACK_DELTA','yziJd','mocha','20qPnFNM','../cucumber-js/timeout.setup.js','PVFGF','__platform__','browserstackAgent','../../helpers/test-observability/requestQueueHandler','afterEach','LkosN','xgdEh','_argv','zfgFw','knKHO','KdiJY','TUdwW','testSuites','KpmSc','stepsAmbiguous','APmex','stepsUndefined','15rXAHdY','dOCUh','argv','cAmVD','platformIndex','CONFIG','mCFTW','turboScaleUrl','../cucumber-js/formatter/custom_formatter_old_versions.js','_configuration','browserStackPercyOptions','UeKQm','isbfy','wYzbB','xifvG','gKUXZ','dhcpN','configuration','_accessibilityAutomation','nngWw','1176929zurbTd','cucumber/lib/cli/index.js','splice','uShZO','testSuitesFailed','psSnL','fStWK','HXbwv','jwwHb','gywec','steps','ZxoBx','voIEA','zadVn','FIQRu','tKuez','XQvFO','mImZj','rMsyq','resolvePaths','success','build','iMrYn','assign','CWKxv','ATKrE','ZXWVX','BneOh','JOwQc','avqUr','osngo','GxSLo','pEDiy','jagsC','8210719QRynDY','372627iLpmHu','NuQei','rOQvI','--format','processSuccess','DIOCA','ZlXLA','cucumber/lib/cli/configuration_builder.js','stdout','czMqK','call','FhamT','iFEsF','VXDkT','ksiqv','918014ZuGSZL','etfDB','env','sEMoQ','irNvq','_mochaOpts','PGNaL','afterAll','fXmGJ','18160TKEAzl','xhRmC','YjlDX','rLOFD','pZtVu','nestedKeyValue','totalTests','OstLm','CsGUT','40OwWRtf','SIlgE','testsUndefined','ZRwHu','MXRMR','NBnvY','timeout','KwyPH','NpQvd','stderr','_framework','GRaHM','XEkTI','reporterOptions','extname','percyCaptureMode','riZQJ','__skipSessionStatus','../../index','CnIeu','testsPassed','lqfNL','unshift','VacPh','noDKc','GOyyv','riRAy','percy','sucLF','fbrCk','testsUnknown','13|14|20|19|8|12|4|2|1|18|3|7|21|6|5|9|0|15|10|11|17|16','tsROJ','ejjah','testsErrorMessage','uXCJS','ytqhb','POnay','pendingUploads','vUgao','FsIkx','mochaHooks','iogQd','aJMJF','length','BxzZe','iJHTk','Fctnk','stepsUnknown','rootHooks','_capability','__driversArray','htKiJ','MDWpt','WVbrP','../mocha/bstack-reporter/customReporter.js','browserstackAgentV2','RUozp','fDmjg','indexOf','../../helpers/test-observability/utils','gWogr','__skipSessionName','isBrowserstackInfra','../cucumber-js/formatter/custom_formatter.js','DLSaL','xTsKI','scenarios','../../helpers/helper','PGNJI','mochaOpts','scenariosFailed','zhVjX','rmKJf','hPTRu','vOBeD','AUlzm','handleRequires','HGDYt','../cucumber-js/test_old.setup.js','stepsSkipped','CdLHf','YgGRm','_testObservability','exports','_formatter','args','eQOdc','PBOOk','run','testsFailed','../../helpers/accessibility-automation/helper','Ayguv','MueLW','18|3|17|4|12|16|1|7|13|2|14|5|10|21|8|9|6|20|11|19|0|15','MXPyB','stringify','testsSkipped','default','spec','OksbG','ppJXo','AztIN','testsAmbiguous','file','ybuhx','browserstackPercyBestPlatform','exitCode','pXcdX','formatter','_bsConfig','beforeEach'];a21_0x589c=function(){return _0x26b51c;};return a21_0x589c();}module[a21_0x4a19cf(0x180)]=Launcher;
1
+ const a21_0x2037f5=a21_0xa64b;(function(_0x27c3d9,_0x193767){const _0x42c7b9=a21_0xa64b,_0x49bd66=_0x27c3d9();while(!![]){try{const _0x499704=parseInt(_0x42c7b9(0x104))/0x1*(-parseInt(_0x42c7b9(0x183))/0x2)+-parseInt(_0x42c7b9(0xee))/0x3*(parseInt(_0x42c7b9(0xfe))/0x4)+-parseInt(_0x42c7b9(0x154))/0x5*(parseInt(_0x42c7b9(0x12d))/0x6)+-parseInt(_0x42c7b9(0xe1))/0x7*(parseInt(_0x42c7b9(0xe9))/0x8)+parseInt(_0x42c7b9(0x157))/0x9*(parseInt(_0x42c7b9(0x12b))/0xa)+-parseInt(_0x42c7b9(0x10b))/0xb*(parseInt(_0x42c7b9(0x17e))/0xc)+parseInt(_0x42c7b9(0x142))/0xd*(parseInt(_0x42c7b9(0xf8))/0xe);if(_0x499704===_0x193767)break;else _0x49bd66['push'](_0x49bd66['shift']());}catch(_0x4f246b){_0x49bd66['push'](_0x49bd66['shift']());}}}(a21_0x4606,0x482b6));const path=require(a21_0x2037f5(0x164)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a21_0x2037f5(0x15c)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a21_0x2037f5(0x14d)),RequestQueueHandler=require(a21_0x2037f5(0x136)),{isTestObservabilitySession}=require(a21_0x2037f5(0x171)),helper=require(a21_0x2037f5(0x15c));class Launcher{constructor(_0x376580,_0x2ec1a5,_0xa21b5c,_0x3b6989=[]){const _0x507fc5=a21_0x2037f5,_0x265da6={'EkZMu':_0x507fc5(0x118),'nSbSD':function(_0x11d13e){return _0x11d13e();},'SwSPY':function(_0x124374){return _0x124374();}},_0xbe50e2=_0x265da6['EkZMu'][_0x507fc5(0x115)]('|');let _0x5788b6=0x0;while(!![]){switch(_0xbe50e2[_0x5788b6++]){case'0':global[_0x507fc5(0x129)]=0x0;continue;case'1':this[_0x507fc5(0x11b)]=_0x3b6989;continue;case'2':global[_0x507fc5(0xf9)]=0x0;continue;case'3':this[_0x507fc5(0x160)]=this[_0x507fc5(0x121)][_0x507fc5(0x153)];continue;case'4':global[_0x507fc5(0x163)]=0x0;continue;case'5':global[_0x507fc5(0x182)]=0x0;continue;case'6':global[_0x507fc5(0x162)]=0x0;continue;case'7':global[_0x507fc5(0x150)]=0x0;continue;case'8':global[_0x507fc5(0x116)]=0x0;continue;case'9':global[_0x507fc5(0x10f)]=0x0;continue;case'10':this['_framework']=_0x376580;continue;case'11':global[_0x507fc5(0xfb)]=this[_0x507fc5(0x121)]['platformCaps']||{};continue;case'12':this[_0x507fc5(0x103)]=_0x265da6['nSbSD'](isTestObservabilitySession);continue;case'13':global[_0x507fc5(0xf5)]=0x0;continue;case'14':this[_0x507fc5(0x11e)]=_0x2ec1a5[_0x507fc5(0x108)];continue;case'15':this[_0x507fc5(0x121)]=_0x2ec1a5[_0x507fc5(0x159)]||{};continue;case'16':global[_0x507fc5(0x184)]=this['_configuration'][_0x507fc5(0x18a)];continue;case'17':this[_0x507fc5(0xec)]=_0x265da6[_0x507fc5(0x188)](isAccessibilityAutomationSession);continue;case'18':global['testsErrorMessage']={};continue;case'19':this[_0x507fc5(0x13f)]=_0xa21b5c;continue;case'20':global['testsSkipped']=0x0;continue;case'21':this[_0x507fc5(0x11c)]=_0x2ec1a5[_0x507fc5(0x123)];continue;}break;}}[a21_0x2037f5(0xe4)](){const _0x2c7ec6=a21_0x2037f5,_0x3777c3={'AlfVq':function(_0x46d318,_0x22b863){return _0x46d318(_0x22b863);},'mKmsn':function(_0x4c7211,_0x24cad5){return _0x4c7211<=_0x24cad5;},'CzJWi':function(_0x184dec,_0x22e3a8){return _0x184dec(_0x22e3a8);},'noaqd':function(_0x26d6d3,_0x541539,_0x25a70d){return _0x26d6d3(_0x541539,_0x25a70d);},'bcjCJ':function(_0x344a63,_0x3e3363){return _0x344a63(_0x3e3363);},'WkGFo':function(_0x1cb28a,_0x4331ca){return _0x1cb28a>_0x4331ca;},'LGpGG':_0x2c7ec6(0x16f),'tPagF':function(_0x214c42,_0x12c822){return _0x214c42===_0x12c822;},'QGXsy':_0x2c7ec6(0x13d),'lobDQ':function(_0x256c86,_0xb00133){return _0x256c86(_0xb00133);},'otxGz':_0x2c7ec6(0x119),'CJhDf':function(_0x4b6413,_0x48a6dc){return _0x4b6413(_0x48a6dc);},'UnYbZ':function(_0x29c044){return _0x29c044();},'HhVio':function(_0x322a49){return _0x322a49();},'FYOEq':function(_0x5edf7e,_0x486dd6){return _0x5edf7e(_0x486dd6);},'TDEgP':_0x2c7ec6(0x197),'ZdnIu':function(_0x2e48b7){return _0x2e48b7();},'sgOii':function(_0xd1d45c,_0x43b0e0){return _0xd1d45c(_0x43b0e0);},'WoWif':_0x2c7ec6(0x10c),'tMPYY':function(_0x5578f4,_0x27bd45){return _0x5578f4*_0x27bd45;},'WtoTT':_0x2c7ec6(0x151),'XKRIq':function(_0x4aa278,_0x391f0c){return _0x4aa278||_0x391f0c;},'tyPnW':_0x2c7ec6(0x135),'AlfSi':_0x2c7ec6(0x15d),'lcvAT':_0x2c7ec6(0x192),'dzRbL':_0x2c7ec6(0x193),'vxtyX':_0x2c7ec6(0x18e),'dwtjY':_0x2c7ec6(0x199),'KNKHW':function(_0x1e3ec0){return _0x1e3ec0();},'ZXjec':function(_0x330408,_0x449f7c){return _0x330408(_0x449f7c);},'enwdi':'../../index','DwyDy':_0x2c7ec6(0xf7),'kuSWR':_0x2c7ec6(0x165),'vXGSq':function(_0x2dc6f8,_0x4d81c4){return _0x2dc6f8(_0x4d81c4);},'hevIU':_0x2c7ec6(0x147),'EbIke':_0x2c7ec6(0x190),'nPLuh':function(_0x4e011d,_0x271a7a){return _0x4e011d(_0x271a7a);},'hbRxJ':_0x2c7ec6(0x13b),'xZmGX':_0x2c7ec6(0x16d),'QJXqm':_0x2c7ec6(0x176),'jPptY':_0x2c7ec6(0x167),'cWLTD':'@cucumber/cucumber/lib/cli/configuration_builder.js','RtIcn':_0x2c7ec6(0x145),'WYIlD':'../cucumber-js/formatter/custom_formatter_old_versions.js','KvJny':_0x2c7ec6(0x174),'aTcsM':'--parallel','IXclw':function(_0x55ecc3,_0x19c877){return _0x55ecc3>_0x19c877;},'sWSrm':function(_0x253cbd,_0x5b796f){return _0x253cbd<_0x5b796f;},'WVuKz':function(_0x1f57ee,_0x52f842){return _0x1f57ee!==_0x52f842;},'bMZbU':function(_0xb19c73,_0x3d053a){return _0xb19c73>_0x3d053a;},'kPMSt':function(_0x5454ac,_0x5aa8b8){return _0x5454ac===_0x5aa8b8;},'zcorM':'vanilla','gTmyl':function(_0x3b57c4){return _0x3b57c4();},'ujBGB':'beforeExit','Evtfm':function(_0x54d5ba,_0x365a34){return _0x54d5ba(_0x365a34);},'hevEH':function(_0x2b8c23,_0x1ad024){return _0x2b8c23(_0x1ad024);}};return new Promise(async(_0x599307,_0x103ded)=>{const _0x635a83=_0x2c7ec6,_0x358b75={'pdAVy':function(_0x1f37b3,_0x2d23f5){return _0x3777c3['mKmsn'](_0x1f37b3,_0x2d23f5);},'gPUGV':function(_0x5b949c,_0x350d5b){const _0x3ded83=a21_0xa64b;return _0x3777c3[_0x3ded83(0x128)](_0x5b949c,_0x350d5b);},'eHlkh':function(_0x50f755,_0xd341e0,_0x366122){const _0x48b667=a21_0xa64b;return _0x3777c3[_0x48b667(0x13c)](_0x50f755,_0xd341e0,_0x366122);},'UmfFx':function(_0x454245,_0x58b491){const _0x3fa370=a21_0xa64b;return _0x3777c3[_0x3fa370(0xed)](_0x454245,_0x58b491);},'MRynE':function(_0x3a79f5,_0x198497){const _0x2cf71d=a21_0xa64b;return _0x3777c3[_0x2cf71d(0x170)](_0x3a79f5,_0x198497);},'BEeCR':function(_0x184287,_0xbbf3dc){const _0x5a339d=a21_0xa64b;return _0x3777c3[_0x5a339d(0x14a)](_0x184287,_0xbbf3dc);}};_0x3777c3[_0x635a83(0xed)](require,_0x3777c3[_0x635a83(0x17f)])();if(_0x3777c3[_0x635a83(0xe6)](this[_0x635a83(0x110)],_0x3777c3['QGXsy'])){const _0x223667=_0x3777c3[_0x635a83(0x191)](requireModule,_0x3777c3[_0x635a83(0x181)]),_0x3456ef=_0x3777c3[_0x635a83(0x10a)](requireModule,_0x3777c3['QGXsy']);_0x3777c3[_0x635a83(0x18c)](isBrowserstackInfra)&&_0x3777c3[_0x635a83(0x186)](modifyCommand);const _0x3128ef=_0x3777c3['FYOEq'](require,_0x3777c3['TDEgP'])[_0x635a83(0x172)],_0x15fc95={};_0x15fc95[_0x635a83(0xe3)]=[_0x3128ef['beforeAll']],_0x15fc95['beforeEach']=[_0x3128ef['beforeEach']],_0x15fc95[_0x635a83(0xe7)]=[_0x3128ef[_0x635a83(0xe7)]],_0x15fc95[_0x635a83(0x143)]=[_0x3128ef['afterEach']];const _0x11408a=_0x15fc95;if(_0x3777c3[_0x635a83(0xeb)](isTestObservabilitySession)){const _0x2d5eb1=_0x3777c3[_0x635a83(0x11a)](require,_0x3777c3[_0x635a83(0xf2)])[_0x635a83(0x172)];_0x11408a[_0x635a83(0xe3)][_0x635a83(0x17a)](_0x2d5eb1[_0x635a83(0xe3)]),_0x11408a['afterAll'][_0x635a83(0x15f)](_0x2d5eb1[_0x635a83(0xe7)]);}const _0x134f66=await _0x223667['handleRequires'](this[_0x635a83(0x11e)][_0x635a83(0x109)]);Object[_0x635a83(0x12e)](this['_mochaOpts'],_0x134f66);this[_0x635a83(0x11e)][_0x635a83(0x148)]&&(this[_0x635a83(0x11e)][_0x635a83(0x148)]['beforeAll']&&_0x11408a[_0x635a83(0xe3)][_0x635a83(0x17a)](...this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe3)]),this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe5)]&&_0x11408a[_0x635a83(0xe5)][_0x635a83(0x17a)](...this['_mochaOpts'][_0x635a83(0x148)][_0x635a83(0xe5)]),this['_mochaOpts'][_0x635a83(0x148)][_0x635a83(0xe7)]&&_0x11408a['afterAll']['push'](...this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe7)]),this['_mochaOpts'][_0x635a83(0x148)]['afterEach']&&_0x11408a['afterEach'][_0x635a83(0x15f)](...this[_0x635a83(0x11e)]['rootHooks']['afterEach']));const _0x35ea68=this[_0x635a83(0x11e)]['reporter'];let _0x4030d7=_0x3777c3['tMPYY'](this['_mochaOpts'][_0x635a83(0x134)],0x1);_0x3777c3[_0x635a83(0xe6)](this[_0x635a83(0x11e)]['timeout'],0x0)?_0x4030d7=0x0:_0x4030d7+=constants['BSTACK_DELTA'];const _0xbb00cb={...this['_mochaOpts'],'reporter':path[_0x635a83(0x140)](__dirname,_0x3777c3['WtoTT']),'reporterOption':{...this[_0x635a83(0x11e)][_0x635a83(0x138)],'type':_0x3777c3[_0x635a83(0x195)](_0x35ea68,_0x3777c3[_0x635a83(0x187)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x635a83(0x13f)]},'parallel':![],'rootHooks':_0x11408a,'isWorker':!![],'timeout':_0x4030d7};global[_0x635a83(0x16a)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0x146)]]),global[_0x635a83(0x193)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x13a)]]),global[_0x635a83(0x18e)]=helper['nestedKeyValue'](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x106)]]),global[_0x635a83(0x199)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x137)]]),global[_0x635a83(0x11f)]=[this[_0x635a83(0x160)]];helper[_0x635a83(0x189)]()&&(this[_0x635a83(0x13f)][_0x635a83(0x12f)]['skipSessionName']&&(global[_0x635a83(0x14e)]=!![]),this['_bsConfig'][_0x635a83(0x12f)]['skipSessionStatus']&&(global[_0x635a83(0x132)]=!![]));this['_bsConfig']['turboScaleUrl']&&(this['_configuration'][_0x635a83(0x14c)]=this[_0x635a83(0x13f)][_0x635a83(0x14c)]);const _0x207c51=new _0x3456ef(_0xbb00cb);_0x207c51[_0x635a83(0x15a)]=_0x207c51[_0x635a83(0xe4)];_0x3777c3[_0x635a83(0x179)](isTestObservabilitySession)?_0x207c51[_0x635a83(0xe4)]=function(_0x10d917){const _0x302b2d=_0x635a83;return _0x207c51[_0x302b2d(0x15a)](_0x233a2a=>{const _0x199dbb=_0x302b2d,_0x4ae5a6={'gWwMo':function(_0x233484,_0x27209d){const _0x371f3c=a21_0xa64b;return _0x358b75[_0x371f3c(0x155)](_0x233484,_0x27209d);},'wpugn':function(_0x21f1a9,_0x252638){const _0x65385b=a21_0xa64b;return _0x358b75[_0x65385b(0x107)](_0x21f1a9,_0x252638);}},_0x94486f=_0x358b75[_0x199dbb(0x149)](setInterval,async()=>{const _0x3ec08f=_0x199dbb;_0x4ae5a6[_0x3ec08f(0x102)](RequestQueueHandler[_0x3ec08f(0xf3)]()[_0x3ec08f(0x18f)],0x0)&&(_0x4ae5a6[_0x3ec08f(0x16c)](clearInterval,_0x94486f),await _0x4ae5a6[_0x3ec08f(0x16c)](cleanupDrivers,global[_0x3ec08f(0x194)]),_0x4ae5a6[_0x3ec08f(0x16c)](_0x599307,_0x233a2a));},0x3e8);});}:_0x207c51[_0x635a83(0xe4)]=function(_0x5e6e15){const _0x507781=_0x635a83;return _0x207c51[_0x507781(0x15a)](async _0x47cfad=>{const _0x44fbe5=_0x507781;await _0x358b75[_0x44fbe5(0x175)](cleanupDrivers,global[_0x44fbe5(0x194)]),_0x358b75['UmfFx'](_0x599307,_0x47cfad);});};try{_0x3777c3[_0x635a83(0x158)](require,_0x3777c3['enwdi'])['browserstackAgentV2'](this[_0x635a83(0x121)],null,this[_0x635a83(0x103)]);}catch{}const _0x42c551=_0x223667['runMocha'](_0x207c51,_0xbb00cb);_0x42c551&&_0x42c551[_0x635a83(0x19a)](_0x3b864f=>{const _0x11bc6f=_0x635a83;_0x3777c3[_0x11bc6f(0x14a)](_0x103ded,_0x3b864f);});}else{if(_0x3777c3[_0x635a83(0xe6)](this['_framework'],_0x3777c3[_0x635a83(0x161)])){let _0x4dccdd;try{_0x4dccdd=_0x3777c3[_0x635a83(0xed)](requireModule,_0x3777c3[_0x635a83(0x101)]);}catch(_0xc3d786){_0x4dccdd=_0x3777c3['vXGSq'](requireModule,_0x3777c3['hevIU']);}const _0x10b9ac=this[_0x635a83(0x11b)],_0x5e4166=_0x10b9ac[_0x635a83(0xea)](_0x3777c3[_0x635a83(0x161)]);_0x3777c3[_0x635a83(0x170)](_0x5e4166,-0x1)&&_0x10b9ac[_0x635a83(0xef)](_0x5e4166,0x1);const _0x5132bf=_0x3777c3[_0x635a83(0x156)];try{const _0x17ec2f=_0x3777c3[_0x635a83(0x178)](requireModule,_0x3777c3[_0x635a83(0x10e)]),_0x5b31d8=_0x17ec2f['resolvePaths'];_0x17ec2f.resolvePaths=async function(){const pathResults=await _0x5b31d8.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x5132bf)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path[_0x635a83(0x140)](__dirname,_0x3777c3[_0x635a83(0x14f)]));}catch(_0x1ceacd){let _0x14da59=_0x3777c3[_0x635a83(0x122)],_0x535d90;try{_0x535d90=_0x3777c3[_0x635a83(0x178)](requireModule,_0x3777c3['cWLTD'])[_0x635a83(0x127)],_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path['join'](__dirname,_0x3777c3[_0x635a83(0x14f)]));}catch(_0x136d33){_0x535d90=_0x3777c3[_0x635a83(0x158)](requireModule,_0x3777c3[_0x635a83(0x133)])['default'],_0x10b9ac['push'](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path[_0x635a83(0x140)](__dirname,_0x3777c3['WYIlD'])),_0x14da59=_0x3777c3[_0x635a83(0x131)];}const _0x2a6dcf=_0x535d90['prototype'][_0x635a83(0x126)];_0x535d90[_0x635a83(0x12a)][_0x635a83(0x126)]=async function(){const _0x12d5d3=_0x635a83,_0x3e7783=await _0x2a6dcf[_0x12d5d3(0x11d)](this);return _0x3e7783[_0x12d5d3(0x16b)][_0x12d5d3(0x17a)](path[_0x12d5d3(0x140)](__dirname,_0x14da59)),_0x3e7783[_0x12d5d3(0x16b)]['push'](path[_0x12d5d3(0x140)](__dirname,_0x5132bf)),_0x3e7783;};}_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0x114)]),_0x10b9ac['push'](''+this[_0x635a83(0x121)][_0x635a83(0xe8)]);if(this[_0x635a83(0x11c)]&&_0x3777c3[_0x635a83(0x144)](this[_0x635a83(0x11c)][_0x635a83(0x177)],0x0))for(let _0x4927fc=0x0;_0x3777c3[_0x635a83(0x16e)](_0x4927fc,this[_0x635a83(0x11c)][_0x635a83(0x177)]);_0x4927fc++){const _0x32389f=_0x3777c3[_0x635a83(0x11a)](getPlatformName,this[_0x635a83(0x160)])[_0x635a83(0x125)](/ /g,'_');if(_0x3777c3['WVuKz'](this[_0x635a83(0x11c)][_0x4927fc],undefined)&&_0x3777c3[_0x635a83(0x113)](this[_0x635a83(0x11c)][_0x4927fc][_0x635a83(0x177)],0x0)){const _0x4230aa=this['_formatter'][_0x4927fc][0x1],_0x3a3dbf=''+this[_0x635a83(0x11c)][_0x4927fc][0x0];if(_0x3777c3[_0x635a83(0x18b)](_0x4230aa,undefined)){const _0x2363b0=_0x635a83(0x111)+_0x32389f+path[_0x635a83(0x166)](_0x4230aa);_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](_0x3a3dbf+':'+_0x2363b0);}else _0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac['push'](_0x3a3dbf+_0x635a83(0x180)+_0x32389f);}}const _0x481f3a=new _0x4dccdd[(_0x635a83(0x127))]({'argv':_0x10b9ac,'cwd':process[_0x635a83(0xf1)](),'stdout':process[_0x635a83(0xf6)],'stderr':process[_0x635a83(0x141)],'env':process[_0x635a83(0x12c)]});process[_0x635a83(0x12c)][_0x635a83(0x130)]=JSON[_0x635a83(0xfd)](this[_0x635a83(0x121)]),_0x481f3a[_0x635a83(0xe4)]()[_0x635a83(0x13e)](_0x93fe87=>{const _0x51e4f0=_0x635a83,_0x2e8399={};_0x2e8399[_0x51e4f0(0x112)]=global[_0x51e4f0(0xf5)],_0x2e8399[_0x51e4f0(0x185)]=global['totalTests'],_0x2e8399['scenariosFailed']=global[_0x51e4f0(0x162)],_0x2e8399[_0x51e4f0(0x17d)]=global[_0x51e4f0(0x129)],_0x2e8399['stepsPassed']=global['testsPassed'],_0x2e8399[_0x51e4f0(0x120)]=global[_0x51e4f0(0x15b)],_0x2e8399['stepsPending']=global[_0x51e4f0(0x182)],_0x2e8399[_0x51e4f0(0x196)]=global[_0x51e4f0(0x150)],_0x2e8399[_0x51e4f0(0x168)]=global['testsUnknown'],_0x2e8399[_0x51e4f0(0x18d)]=global[_0x51e4f0(0x163)],_0x2e8399['processSuccess']=_0x93fe87[_0x51e4f0(0x124)],_0x2e8399[_0x51e4f0(0xfa)]=global[_0x51e4f0(0xfa)];const _0xf260f1=_0x2e8399;_0x3777c3[_0x51e4f0(0x14a)](_0x599307,_0xf260f1);})[_0x635a83(0x19a)](_0x450feb=>{const _0x49b213=_0x635a83;_0x358b75[_0x49b213(0x107)](_0x103ded,_0x450feb);});}else{if(_0x3777c3[_0x635a83(0x173)](this[_0x635a83(0x110)],_0x3777c3[_0x635a83(0x139)])){process['argv']=this['_configuration'][_0x635a83(0x169)];try{_0x3777c3[_0x635a83(0x100)](modifyCommand),_0x3777c3[_0x635a83(0x11a)](require,_0x3777c3[_0x635a83(0x17b)])[_0x635a83(0x14b)](this[_0x635a83(0x121)]);let _0x292604=0x0;process['on'](_0x3777c3[_0x635a83(0xe2)],async()=>{const _0x306a8f=_0x635a83;if(_0x358b75[_0x306a8f(0x198)](_0x292604,0x0))return;_0x292604++,await _0x358b75[_0x306a8f(0x152)](cleanupDrivers,global[_0x306a8f(0x194)]);}),_0x3777c3[_0x635a83(0x105)](require,this[_0x635a83(0x121)][_0x635a83(0xff)]);}catch(_0x110980){console[_0x635a83(0x17c)](_0x110980),process[_0x635a83(0x15e)]=0x1,_0x3777c3[_0x635a83(0x10d)](_0x103ded,_0x110980);}_0x3777c3[_0x635a83(0x186)](_0x599307);}}}});}}function a21_0xa64b(_0x156dc2,_0x38e04c){const _0x460612=a21_0x4606();return a21_0xa64b=function(_0xa64b0c,_0x526f9c){_0xa64b0c=_0xa64b0c-0xe1;let _0x4259c3=_0x460612[_0xa64b0c];return _0x4259c3;},a21_0xa64b(_0x156dc2,_0x38e04c);}function a21_0x4606(){const _0x143c01=['enwdi','error','stepsFailed','2025132CYQPXs','LGpGG',':tmp/','otxGz','testsPending','89246VRkkkI','__platform__','steps','HhVio','tyPnW','SwSPY','isBrowserstackInfra','platform','WVuKz','UnYbZ','stepsAmbiguous','percy','pendingUploads','../cucumber-js/timeout.setup.js','lobDQ','browserStackPercyOptions','browserstackPercyBestPlatform','__driversArray','XKRIq','stepsUndefined','../mocha/test.setup','MRynE','percyCaptureMode','catch','7YRMTKX','ujBGB','beforeAll','run','beforeEach','tPagF','afterAll','maxWorkers','3701488xmLQJW','indexOf','ZdnIu','_accessibilityAutomation','bcjCJ','591psTZBb','splice','lcvAT','cwd','WoWif','getInstance','exports','testSuites','stdout','cucumber-js','8488004bhcRPc','testsUnknown','testsErrorMessage','__platformCaps','xZmGX','stringify','3484RvOMMw','file','gTmyl','kuSWR','gWwMo','_testObservability','1BIEmCH','Evtfm','vxtyX','gPUGV','mochaOpts','require','CJhDf','22xtnigY','../mocha/test-observability/data-hooks','hevEH','hbRxJ','testsPassed','_framework','tmp/','scenarios','bMZbU','aTcsM','split','totalTests','nestedKeyValue','10|15|14|21|3|16|1|19|12|17|11|13|8|9|0|5|20|6|7|2|4|18','mocha/lib/cli/run-helpers.js','sgOii','_argv','_formatter','call','_mochaOpts','capabilities','stepsSkipped','_configuration','jPptY','formatter','success','replace','build','default','CzJWi','testsFailed','prototype','3678470Nwnavu','env','522VGEnyV','assign','testContextOptions','CONFIG','KvJny','__skipSessionStatus','RtIcn','timeout','spec','../../helpers/test-observability/requestQueueHandler','dwtjY','reporterOptions','zcorM','dzRbL','@cucumber/cucumber/lib/api/paths.js','noaqd','mocha','then','_bsConfig','join','stderr','26UPNCmd','afterEach','IXclw','cucumber/lib/cli/configuration_builder.js','AlfSi','cucumber/lib/cli/index.js','rootHooks','eHlkh','AlfVq','browserstackAgent','turboScaleUrl','../../helpers/accessibility-automation/helper','__skipSessionName','QJXqm','testsUndefined','../mocha/bstack-reporter/customReporter.js','BEeCR','capability','15425QZFzXg','pdAVy','EbIke','9JOKqsA','ZXjec','configuration','prevRun','testsSkipped','../../helpers/helper','platformIndex','exitCode','push','_capability','DwyDy','testSuitesFailed','testsAmbiguous','path','@cucumber/cucumber/lib/cli/index.js','extname','../cucumber-js/test.setup.js','stepsUnknown','args','browserstackPlatformIndex','supportCodePaths','wpugn','--format','sWSrm','../../helpers/setKeepAlive','WkGFo','../../helpers/test-observability/utils','mochaHooks','kPMSt','../cucumber-js/test_old.setup.js','UmfFx','../cucumber-js/formatter/custom_formatter.js','length','nPLuh','KNKHW','unshift'];a21_0x4606=function(){return _0x143c01;};return a21_0x4606();}module[a21_0x2037f5(0xf4)]=Launcher;
@@ -1 +1 @@
1
- const a22_0x42f5af=a22_0x1385;(function(_0x33af7e,_0x320f36){const _0x45c1f=a22_0x1385,_0x20e357=_0x33af7e();while(!![]){try{const _0xece3a7=-parseInt(_0x45c1f(0x12e))/0x1*(parseInt(_0x45c1f(0x113))/0x2)+-parseInt(_0x45c1f(0xe4))/0x3*(parseInt(_0x45c1f(0xfd))/0x4)+parseInt(_0x45c1f(0xde))/0x5+parseInt(_0x45c1f(0xda))/0x6+parseInt(_0x45c1f(0xd7))/0x7*(-parseInt(_0x45c1f(0x102))/0x8)+parseInt(_0x45c1f(0xc6))/0x9+-parseInt(_0x45c1f(0x10c))/0xa;if(_0xece3a7===_0x320f36)break;else _0x20e357['push'](_0x20e357['shift']());}catch(_0x51c00c){_0x20e357['push'](_0x20e357['shift']());}}}(a22_0x55b7,0x28960));function a22_0x1385(_0x4c4010,_0x31150d){const _0x55b78d=a22_0x55b7();return a22_0x1385=function(_0x13859a,_0x1a07f1){_0x13859a=_0x13859a-0xc5;let _0x2dc28e=_0x55b78d[_0x13859a];return _0x2dc28e;},a22_0x1385(_0x4c4010,_0x31150d);}function a22_0x55b7(){const _0x24d8a3=['diyfA','DBpzW','RoMif','__cloud_provider___','browserName','GNHOQ','ZRmWv','warn','scannerVersion','../../../helpers/globals','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','NPvCG','jyGUO','fIuTg','VItak','1KluUjU','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','Options','env','PQPFV','BS_A11Y_JWT','XYQHi','PtbPH','bUzVS','cphCz','capabilities_','dSxTA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chrome','koJwn','YMpEx','options_','QGYHm','uOxdx','Exception\x20in\x20setExtension\x20Error:\x20','lUQiW','nckYy','spLPl','LTOWY','browser_version','2707362WtIDgI','DgUCS','getBrowserVersion','OFiSU','isAccessibilityPlatform','requireModule','XaSqF','ZaUae','get','isUndefined','KuRAo','xPaMl','bjlRp','sGILE','--headless','mRJgW','bstack:options','36575Gwnvgm','VlVow','NHsCN','1458912cdQiHF','accessibility','LgueH','fSwXx','750040mviKwB','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','lXjuY','begLH','jIjER','FIeZt','989025KyySwN','pogqq','browserstack.accessibility','pOptv','uFIyZ','capability','ijJLg','CEUZV','rmqLZ','ddhUA','IGgwG','jikbj','authToken','CycYi','getPlatformVersion','dgPLL','chromeOptions','ETLgl','nestedKeyValue','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','debug','Hublg','selenium-webdriver/chrome.js','gFlxq','boIDr','4NvZeJZ','vxJFi','format','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','setExtension','120TTiZuJ','../../../helpers/helper','hHQgu','rJLji','cbWdn','parse','czFtq','HFDnT','edYCF','fetchPlatformDetails','593790zPAZmH','setAccessibilityCapabilities','hqACa','deviceName','gAeRd','topNk','setGlobal','120618IZfmCF','pkITu','pcRkP','zqExb','sGLlm','chromeOptions_','egAac','browserstack.accessibilityOptions','AnbEY','accessibilityOptions','../../../helpers/logger','browserstack'];a22_0x55b7=function(){return _0x24d8a3;};return a22_0x55b7();}const path=require('path'),os=require('os'),util=require('util'),bsSetupHelper=require(a22_0x42f5af(0x103)),globals=require(a22_0x42f5af(0x128)),logger=require(a22_0x42f5af(0x11d))['winstonLogger'];exports[a22_0x42f5af(0x10d)]=_0x1914ac=>{const _0x2db1cf=a22_0x42f5af,_0x2e0116={};_0x2e0116['egAac']=_0x2db1cf(0x11a),_0x2e0116[_0x2db1cf(0xe3)]=_0x2db1cf(0xfa),_0x2e0116[_0x2db1cf(0x104)]=_0x2db1cf(0x129),_0x2e0116[_0x2db1cf(0xee)]=_0x2db1cf(0xdf),_0x2e0116['sGLlm']='bstack:options',_0x2e0116[_0x2db1cf(0xdd)]=_0x2db1cf(0x12f),_0x2e0116['lXjuY']=function(_0x224452,_0x10559d){return _0x224452===_0x10559d;},_0x2e0116[_0x2db1cf(0xc9)]=_0x2db1cf(0xf9),_0x2e0116[_0x2db1cf(0x110)]=_0x2db1cf(0xe6),_0x2e0116[_0x2db1cf(0x137)]=_0x2db1cf(0x116),_0x2e0116[_0x2db1cf(0xef)]=_0x2db1cf(0xca),_0x2e0116[_0x2db1cf(0xfb)]='hlYbp',_0x2e0116[_0x2db1cf(0xd3)]=_0x2db1cf(0xe5),_0x2e0116[_0x2db1cf(0xeb)]=function(_0x5431a2,_0x5691a7){return _0x5431a2===_0x5691a7;},_0x2e0116[_0x2db1cf(0x142)]=_0x2db1cf(0x139),_0x2e0116[_0x2db1cf(0x11b)]=_0x2db1cf(0x135),_0x2e0116['HFDnT']=_0x2db1cf(0x108),_0x2e0116[_0x2db1cf(0x13d)]=_0x2db1cf(0x124),_0x2e0116[_0x2db1cf(0xf1)]=function(_0x5d3f66,_0x563989){return _0x5d3f66!==_0x563989;},_0x2e0116[_0x2db1cf(0x13f)]='lLVZK',_0x2e0116['koJwn']=_0x2db1cf(0x144),_0x2e0116[_0x2db1cf(0x12b)]=function(_0x383d2d,_0x117e9){return _0x383d2d===_0x117e9;},_0x2e0116['WFazy']='IBRRR',_0x2e0116['TtYqT']=_0x2db1cf(0xd5),_0x2e0116['ZRmWv']=_0x2db1cf(0x120);const _0x12ffa3=_0x2e0116;try{if(_0x12ffa3[_0x2db1cf(0xe0)](_0x12ffa3[_0x2db1cf(0xc9)],_0x12ffa3['OFiSU'])){const _0x1e044f=_0x1914ac[_0x2db1cf(0xe9)]||{};if(_0x1e044f[_0x12ffa3[_0x2db1cf(0x117)]]&&_0x1e044f[_0x12ffa3[_0x2db1cf(0x117)]][_0x2db1cf(0xdb)]||_0x1914ac[_0x2db1cf(0xe9)][_0x12ffa3[_0x2db1cf(0x110)]]){if(_0x12ffa3[_0x2db1cf(0xe0)](_0x12ffa3[_0x2db1cf(0x137)],_0x12ffa3['cphCz'])){globals[_0x2db1cf(0x112)](_0x12ffa3['jikbj'],!![]);if(_0x1e044f[_0x12ffa3[_0x2db1cf(0x117)]]){if(_0x12ffa3[_0x2db1cf(0xe0)](_0x12ffa3['gFlxq'],_0x12ffa3[_0x2db1cf(0xd3)])){if(_0x312f54[_0x12ffa3['egAac']])_0x4245b6[_0x12ffa3['egAac']][_0x2db1cf(0xf0)]=_0x42d62a[_0x2db1cf(0x131)][_0x2db1cf(0x133)];else{const _0x33af44={};_0x33af44[_0x2db1cf(0xf0)]=_0x1e10f9[_0x2db1cf(0x131)][_0x2db1cf(0x133)],_0x947586[_0x12ffa3[_0x2db1cf(0x119)]]=_0x33af44;}_0x504bf6[_0x12ffa3[_0x2db1cf(0x119)]]['scannerVersion']=_0x9dbb47[_0x2db1cf(0x107)](_0x2d8354[_0x2db1cf(0x131)][_0x2db1cf(0x13a)])[_0x2db1cf(0x127)];}else{if(_0x1e044f[_0x12ffa3[_0x2db1cf(0x117)]][_0x2db1cf(0x11c)])_0x12ffa3['CEUZV'](_0x12ffa3[_0x2db1cf(0x142)],_0x12ffa3[_0x2db1cf(0x11b)])?_0x3a6a5f=_0x2549d4[_0x2db1cf(0xcb)](_0x12ffa3['FIeZt']):_0x1e044f[_0x12ffa3[_0x2db1cf(0x117)]][_0x2db1cf(0x11c)][_0x2db1cf(0xf0)]=process['env'][_0x2db1cf(0x133)];else{if(_0x12ffa3[_0x2db1cf(0xe0)](_0x12ffa3[_0x2db1cf(0x109)],_0x12ffa3[_0x2db1cf(0x13d)]))return _0x4b2e6c['warn'](_0x12ffa3[_0x2db1cf(0x104)]),![];else{const _0x50eaaa={};_0x50eaaa[_0x2db1cf(0xf0)]=process['env'][_0x2db1cf(0x133)],_0x1e044f[_0x12ffa3[_0x2db1cf(0x117)]][_0x2db1cf(0x11c)]=_0x50eaaa;}}_0x1e044f[_0x12ffa3[_0x2db1cf(0x117)]][_0x2db1cf(0x11c)][_0x2db1cf(0x127)]=JSON[_0x2db1cf(0x107)](process[_0x2db1cf(0x131)][_0x2db1cf(0x13a)])[_0x2db1cf(0x127)];}}else{if(_0x1914ac[_0x2db1cf(0xe9)][_0x12ffa3[_0x2db1cf(0x110)]]){if(_0x12ffa3[_0x2db1cf(0xf1)](_0x12ffa3[_0x2db1cf(0x13f)],_0x12ffa3[_0x2db1cf(0x13f)]))_0x208a16['debug'](_0x2db1cf(0x141)+_0x21cb01[_0x2db1cf(0xff)](_0x67f6c1));else{if(_0x1e044f[_0x12ffa3[_0x2db1cf(0x119)]]){if(_0x12ffa3['CycYi'](_0x12ffa3[_0x2db1cf(0x13c)],_0x12ffa3['koJwn']))return _0x7aed0b[_0x2db1cf(0x126)](_0x12ffa3[_0x2db1cf(0xee)]),![];else _0x1e044f[_0x12ffa3[_0x2db1cf(0x119)]]['authToken']=process[_0x2db1cf(0x131)][_0x2db1cf(0x133)];}else{if(_0x12ffa3['jyGUO'](_0x12ffa3['WFazy'],_0x12ffa3['WFazy'])){const _0x35e0bd={};_0x35e0bd[_0x2db1cf(0xf0)]=process[_0x2db1cf(0x131)]['BS_A11Y_JWT'],_0x1e044f[_0x12ffa3[_0x2db1cf(0x119)]]=_0x35e0bd;}else{if(_0x4daa05[_0x12ffa3[_0x2db1cf(0x117)]][_0x2db1cf(0x11c)])_0x258fbf[_0x12ffa3[_0x2db1cf(0x117)]][_0x2db1cf(0x11c)][_0x2db1cf(0xf0)]=_0x4102e8[_0x2db1cf(0x131)][_0x2db1cf(0x133)];else{const _0x55a145={};_0x55a145[_0x2db1cf(0xf0)]=_0x4ca93f[_0x2db1cf(0x131)]['BS_A11Y_JWT'],_0x4854ed[_0x12ffa3['sGLlm']][_0x2db1cf(0x11c)]=_0x55a145;}_0x52e3b7[_0x12ffa3['sGLlm']][_0x2db1cf(0x11c)]['scannerVersion']=_0x4c7fb9[_0x2db1cf(0x107)](_0x3a575c[_0x2db1cf(0x131)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x2db1cf(0x127)];}}_0x1e044f[_0x12ffa3[_0x2db1cf(0x119)]][_0x2db1cf(0x127)]=JSON[_0x2db1cf(0x107)](process[_0x2db1cf(0x131)][_0x2db1cf(0x13a)])[_0x2db1cf(0x127)];}}}}else _0x452895[_0x12ffa3['egAac']][_0x2db1cf(0xf0)]=_0x46bdb8[_0x2db1cf(0x131)]['BS_A11Y_JWT'];}}else return _0x2097d8[_0x2db1cf(0x126)](_0x12ffa3[_0x2db1cf(0xdd)]),![];}catch(_0xbbb9bf){if(_0x12ffa3['CycYi'](_0x12ffa3['TtYqT'],_0x12ffa3[_0x2db1cf(0x125)]))logger['debug']('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0xbbb9bf);else{const _0x36eb59={};_0x36eb59[_0x2db1cf(0xf0)]=_0x2c4c4d[_0x2db1cf(0x131)][_0x2db1cf(0x133)],_0x2cc3c3[_0x12ffa3[_0x2db1cf(0x119)]]=_0x36eb59;}}},exports[a22_0x42f5af(0x101)]=(_0x3c6d39,_0x32870f)=>{const _0x29f06c=a22_0x42f5af,_0x31204a={};_0x31204a['PQPFV']=_0x29f06c(0xf7),_0x31204a[_0x29f06c(0xd2)]=_0x29f06c(0xd6),_0x31204a[_0x29f06c(0x121)]=function(_0x120cc7,_0x459f8c){return _0x120cc7!==_0x459f8c;},_0x31204a[_0x29f06c(0x10a)]=function(_0x337730,_0x4b454d){return _0x337730!==_0x4b454d;},_0x31204a[_0x29f06c(0xcd)]=_0x29f06c(0x140),_0x31204a[_0x29f06c(0xc7)]=_0x29f06c(0x13b),_0x31204a[_0x29f06c(0xe7)]=_0x29f06c(0x105),_0x31204a[_0x29f06c(0xd0)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x31204a[_0x29f06c(0xcc)]=function(_0x881e0d,_0xf9b6fd){return _0x881e0d===_0xf9b6fd;},_0x31204a[_0x29f06c(0xd1)]='latest',_0x31204a[_0x29f06c(0xf3)]=function(_0x3bb457,_0xc9d2d7){return _0x3bb457>_0xc9d2d7;},_0x31204a[_0x29f06c(0x12a)]=function(_0x422565,_0x4e0012){return _0x422565!==_0x4e0012;},_0x31204a[_0x29f06c(0xec)]='QBemW',_0x31204a[_0x29f06c(0x143)]=_0x29f06c(0xdc),_0x31204a[_0x29f06c(0xfe)]=_0x29f06c(0x129),_0x31204a[_0x29f06c(0x106)]=function(_0x5a654d,_0x423e94){return _0x5a654d===_0x423e94;},_0x31204a['hqACa']=_0x29f06c(0x114),_0x31204a[_0x29f06c(0xe1)]=_0x29f06c(0x111),_0x31204a[_0x29f06c(0x12c)]=_0x29f06c(0xfa),_0x31204a[_0x29f06c(0xe8)]=function(_0x2c4e02,_0x2b9f9f){return _0x2c4e02===_0x2b9f9f;},_0x31204a[_0x29f06c(0x11f)]=_0x29f06c(0x115),_0x31204a['LTOWY']=_0x29f06c(0xe2),_0x31204a[_0x29f06c(0xed)]=_0x29f06c(0x13e),_0x31204a[_0x29f06c(0xea)]='args',_0x31204a[_0x29f06c(0x134)]=_0x29f06c(0xf4),_0x31204a[_0x29f06c(0x12d)]=_0x29f06c(0xd4),_0x31204a['eqMEs']=_0x29f06c(0xd8),_0x31204a[_0x29f06c(0xfc)]='cuooJ',_0x31204a[_0x29f06c(0xf5)]=_0x29f06c(0xdf);const _0x507171=_0x31204a;try{const _0x17bb32=_0x32870f['capability']||{},_0x2d3613=(_0x17bb32[_0x507171[_0x29f06c(0xd2)]]?_0x17bb32[_0x507171[_0x29f06c(0xd2)]][_0x29f06c(0x10f)]:_0x17bb32['device'])||'';if(_0x507171[_0x29f06c(0x121)](_0x2d3613,''))return _0x507171['edYCF'](_0x507171['ZaUae'],_0x507171[_0x29f06c(0xcd)])?![]:(logger[_0x29f06c(0x126)](_0x507171[_0x29f06c(0x132)]),![]);const _0x52761f=_0x17bb32[_0x29f06c(0x123)];if(_0x507171[_0x29f06c(0x121)](_0x52761f['toLowerCase'](),_0x507171['DgUCS'])){if(_0x507171[_0x29f06c(0x10a)](_0x507171[_0x29f06c(0xe7)],_0x507171[_0x29f06c(0xe7)]))_0x51528f['debug'](_0x29f06c(0x100)+_0x91feb8);else return logger['warn'](_0x507171[_0x29f06c(0xd0)]),![];}const _0x201719=_0x17bb32['browserVersion']||_0x17bb32[_0x29f06c(0xc5)];if(!bsSetupHelper[_0x29f06c(0xcf)](_0x201719)&&!(_0x507171[_0x29f06c(0xcc)](_0x201719,_0x507171[_0x29f06c(0xd1)])||_0x507171[_0x29f06c(0xf3)](_0x201719,0x5e)))return _0x507171[_0x29f06c(0x12a)](_0x507171['rmqLZ'],_0x507171[_0x29f06c(0x143)])?(logger[_0x29f06c(0x126)](_0x507171[_0x29f06c(0xfe)]),![]):(_0x4cad33[_0x29f06c(0x126)](_0x507171[_0x29f06c(0x132)]),![]);let _0x3b40b1;try{_0x507171[_0x29f06c(0x106)](_0x507171[_0x29f06c(0x10e)],_0x507171[_0x29f06c(0xe1)])?_0x14e253[_0x507171[_0x29f06c(0xd2)]][_0x29f06c(0x11c)][_0x29f06c(0xf0)]=_0x4bde1e[_0x29f06c(0x131)][_0x29f06c(0x133)]:_0x3b40b1=bsSetupHelper[_0x29f06c(0xcb)](_0x507171[_0x29f06c(0x12c)]);}catch(_0x4bf0c9){if(_0x507171[_0x29f06c(0xe8)](_0x507171[_0x29f06c(0x11f)],_0x507171[_0x29f06c(0x145)])){const _0xe1f207={};_0xe1f207['authToken']=_0x2d82c1[_0x29f06c(0x131)]['BS_A11Y_JWT'],_0x2dd631[_0x507171[_0x29f06c(0xd2)]]['accessibilityOptions']=_0xe1f207;}else return![];}const _0x419018=new _0x3b40b1[(_0x29f06c(0x130))](_0x3c6d39[_0x29f06c(0x118)]),_0x4ba740=bsSetupHelper[_0x29f06c(0xf6)](_0x419018,[_0x507171['ddhUA'],_0x507171['ijJLg']])||bsSetupHelper[_0x29f06c(0xf6)](_0x3c6d39['capabilities_'][_0x29f06c(0xce)](_0x507171[_0x29f06c(0xd2)]),[_0x507171[_0x29f06c(0x134)],_0x507171[_0x29f06c(0xea)]])||bsSetupHelper[_0x29f06c(0xf6)](_0x3c6d39[_0x29f06c(0x138)]['get'](_0x507171[_0x29f06c(0x134)]),[_0x507171[_0x29f06c(0xea)]])||[];if(_0x4ba740['includes'](_0x507171['VItak'])){if(_0x507171['cbWdn'](_0x507171['eqMEs'],_0x507171[_0x29f06c(0xfc)]))_0x4d5d35[_0x29f06c(0xf8)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x176715);else return logger[_0x29f06c(0x126)](_0x507171['ETLgl']),![];}return!![];}catch(_0x1daa4d){logger[_0x29f06c(0xf8)](_0x29f06c(0x141)+util[_0x29f06c(0xff)](_0x1daa4d));}return![];},exports[a22_0x42f5af(0x10b)]=async _0x45c8c8=>{const _0x5859b4=a22_0x42f5af,_0x3dd381={};_0x3dd381['NHsCN']=function(_0x32e0c0,_0x122b9f){return _0x32e0c0===_0x122b9f;},_0x3dd381[_0x5859b4(0x136)]=_0x5859b4(0x11e);const _0x45bb80=_0x3dd381;let _0x4f3c80={};try{const _0x2dbd59=await _0x45c8c8['getCapabilities']();_0x4f3c80={'os_name':_0x2dbd59['getPlatform'](),'os_version':bsSetupHelper[_0x5859b4(0xf2)](_0x45bb80[_0x5859b4(0xd9)](global[_0x5859b4(0x122)],_0x45bb80['bUzVS'])),'browser_name':_0x2dbd59['getBrowserName'](),'browser_version':_0x2dbd59[_0x5859b4(0xc8)]()};}catch(_0x44dd42){logger[_0x5859b4(0xf8)](_0x5859b4(0x100)+_0x44dd42);}return _0x4f3c80;};
1
+ const a22_0xa803ea=a22_0x227f;(function(_0x18a8c3,_0x35b2f4){const _0x12cec0=a22_0x227f,_0x4c12ff=_0x18a8c3();while(!![]){try{const _0x21af77=parseInt(_0x12cec0(0xa5))/0x1*(-parseInt(_0x12cec0(0x81))/0x2)+-parseInt(_0x12cec0(0xc3))/0x3*(parseInt(_0x12cec0(0x8e))/0x4)+parseInt(_0x12cec0(0x94))/0x5*(-parseInt(_0x12cec0(0xbf))/0x6)+-parseInt(_0x12cec0(0x74))/0x7*(parseInt(_0x12cec0(0x8f))/0x8)+-parseInt(_0x12cec0(0x75))/0x9*(-parseInt(_0x12cec0(0xae))/0xa)+-parseInt(_0x12cec0(0x98))/0xb*(-parseInt(_0x12cec0(0xbd))/0xc)+parseInt(_0x12cec0(0xc2))/0xd;if(_0x21af77===_0x35b2f4)break;else _0x4c12ff['push'](_0x4c12ff['shift']());}catch(_0x4d7fd6){_0x4c12ff['push'](_0x4c12ff['shift']());}}}(a22_0x2a8c,0xba2aa));function a22_0x227f(_0x18436f,_0x4c7d60){const _0x2a8cf4=a22_0x2a8c();return a22_0x227f=function(_0x227fe5,_0x42a959){_0x227fe5=_0x227fe5-0x73;let _0x17d2f2=_0x2a8cf4[_0x227fe5];return _0x17d2f2;},a22_0x227f(_0x18436f,_0x4c7d60);}function a22_0x2a8c(){const _0x2175fe=['Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','bstack:options','capabilities_','getPlatformVersion','device','228simLHN','__cloud_provider___','788550nvyZuS','setAccessibilityCapabilities','Jouhj','18365347IKVUcb','78279uwDEtH','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','Exception\x20in\x20setExtension\x20Error:\x20','../../../helpers/helper','selenium-webdriver/chrome.js','5329345jdGtTQ','333sPqRhk','nestedKeyValue','rAZFx','VNJIV','scannerVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','UmnIx','env','latest','EsBdX','jAwtU','options_','8oHnXkO','sDdST','chrome','ulctQ','args','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','setGlobal','eQaIW','wEQBF','includes','bfqPg','browserstack','chromeOptions','124nmcEUi','8zMrwnM','IAoxQ','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','get','accessibility','25fGjjnx','WWNnR','winstonLogger','browserName','800811xkHiwS','PoVoG','browserstack.accessibility','fyfPr','nOEHg','toLowerCase','util','ZieqW','getCapabilities','browserstack.accessibilityOptions','format','BS_A11Y_JWT','vuKYM','297566fTsRQX','getBrowserName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','parse','authToken','browser_version','CzHfV','vdeoH','path','374110khJEee','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','warn','accessibilityOptions','debug','moYhp','../../../helpers/logger','deviceName','Options','capability'];a22_0x2a8c=function(){return _0x2175fe;};return a22_0x2a8c();}const path=require(a22_0xa803ea(0xad)),os=require('os'),util=require(a22_0xa803ea(0x9e)),bsSetupHelper=require(a22_0xa803ea(0xc6)),globals=require('../../../helpers/globals'),logger=require(a22_0xa803ea(0xb4))[a22_0xa803ea(0x96)];exports[a22_0xa803ea(0xc0)]=_0x58bd17=>{const _0x48e73e=a22_0xa803ea,_0x20bd54={};_0x20bd54[_0x48e73e(0x8b)]='bstack:options',_0x20bd54[_0x48e73e(0xa4)]=_0x48e73e(0x9a),_0x20bd54[_0x48e73e(0x90)]='isAccessibilityPlatform',_0x20bd54[_0x48e73e(0x9f)]=_0x48e73e(0xa1);const _0x1ee277=_0x20bd54;try{const _0x45ddaa=_0x58bd17['capability']||{};if(_0x45ddaa[_0x1ee277['bfqPg']]&&_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]][_0x48e73e(0x93)]||_0x58bd17[_0x48e73e(0xb7)][_0x1ee277[_0x48e73e(0xa4)]]){globals[_0x48e73e(0x87)](_0x1ee277[_0x48e73e(0x90)],!![]);if(_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]]){if(_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]][_0x48e73e(0xb1)])_0x45ddaa[_0x1ee277['bfqPg']][_0x48e73e(0xb1)][_0x48e73e(0xa9)]=process['env'][_0x48e73e(0xa3)];else{const _0x9d3e7a={};_0x9d3e7a[_0x48e73e(0xa9)]=process[_0x48e73e(0x7c)][_0x48e73e(0xa3)],_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]][_0x48e73e(0xb1)]=_0x9d3e7a;}_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]][_0x48e73e(0xb1)][_0x48e73e(0x79)]=JSON['parse'](process['env'][_0x48e73e(0xa7)])[_0x48e73e(0x79)];}else{if(_0x58bd17[_0x48e73e(0xb7)][_0x1ee277[_0x48e73e(0xa4)]]){if(_0x45ddaa[_0x1ee277[_0x48e73e(0x9f)]])_0x45ddaa[_0x1ee277['ZieqW']]['authToken']=process[_0x48e73e(0x7c)]['BS_A11Y_JWT'];else{const _0x3d45c0={};_0x3d45c0[_0x48e73e(0xa9)]=process[_0x48e73e(0x7c)][_0x48e73e(0xa3)],_0x45ddaa[_0x1ee277[_0x48e73e(0x9f)]]=_0x3d45c0;}_0x45ddaa[_0x1ee277[_0x48e73e(0x9f)]][_0x48e73e(0x79)]=JSON[_0x48e73e(0xa8)](process[_0x48e73e(0x7c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x48e73e(0x79)];}}}}catch(_0x33cde0){logger[_0x48e73e(0xb2)](_0x48e73e(0xc4)+_0x33cde0);}},exports['setExtension']=(_0x307307,_0x1131dc)=>{const _0x40847b=a22_0xa803ea,_0x34b1a6={};_0x34b1a6['jAwtU']=_0x40847b(0xb9),_0x34b1a6[_0x40847b(0xc1)]=function(_0x37ff5e,_0x1349fa){return _0x37ff5e!==_0x1349fa;},_0x34b1a6[_0x40847b(0x88)]=_0x40847b(0xb8),_0x34b1a6[_0x40847b(0x99)]=function(_0x53a838,_0x28321d){return _0x53a838!==_0x28321d;},_0x34b1a6['moYhp']=_0x40847b(0x83),_0x34b1a6[_0x40847b(0x9c)]=_0x40847b(0xaf),_0x34b1a6[_0x40847b(0x82)]=function(_0x21bc48,_0x5bc4df){return _0x21bc48===_0x5bc4df;},_0x34b1a6['upbvf']=_0x40847b(0x7d),_0x34b1a6[_0x40847b(0x89)]=function(_0x2beb75,_0x566bfe){return _0x2beb75>_0x566bfe;},_0x34b1a6[_0x40847b(0xab)]=_0x40847b(0x7a),_0x34b1a6['fyfPr']=_0x40847b(0x73),_0x34b1a6['rAZFx']=_0x40847b(0x80),_0x34b1a6[_0x40847b(0xac)]=_0x40847b(0x85),_0x34b1a6[_0x40847b(0x78)]=_0x40847b(0x8d),_0x34b1a6[_0x40847b(0x84)]='--headless',_0x34b1a6[_0x40847b(0x7e)]=_0x40847b(0x91);const _0x2af4e8=_0x34b1a6;try{const _0x246660=_0x1131dc[_0x40847b(0xb7)]||{},_0x14d5db=(_0x246660[_0x2af4e8['jAwtU']]?_0x246660[_0x2af4e8[_0x40847b(0x7f)]][_0x40847b(0xb5)]:_0x246660[_0x40847b(0xbc)])||'';if(_0x2af4e8[_0x40847b(0xc1)](_0x14d5db,''))return logger[_0x40847b(0xb0)](_0x2af4e8['eQaIW']),![];const _0x5a84db=_0x246660[_0x40847b(0x97)];if(_0x2af4e8[_0x40847b(0x99)](_0x5a84db[_0x40847b(0x9d)](),_0x2af4e8[_0x40847b(0xb3)]))return logger[_0x40847b(0xb0)](_0x2af4e8['nOEHg']),![];const _0x3175a2=_0x246660['browserVersion']||_0x246660[_0x40847b(0xaa)];if(!bsSetupHelper['isUndefined'](_0x3175a2)&&!(_0x2af4e8[_0x40847b(0x82)](_0x3175a2,_0x2af4e8['upbvf'])||_0x2af4e8[_0x40847b(0x89)](_0x3175a2,0x5e)))return logger[_0x40847b(0xb0)](_0x2af4e8['CzHfV']),![];let _0xeb0ed;try{_0xeb0ed=bsSetupHelper['requireModule'](_0x2af4e8[_0x40847b(0x9b)]);}catch(_0x483ccb){return![];}const _0x3e36d4=new _0xeb0ed[(_0x40847b(0xb6))](_0x307307['chromeOptions_']),_0x57b608=bsSetupHelper[_0x40847b(0x76)](_0x3e36d4,[_0x2af4e8[_0x40847b(0x77)],_0x2af4e8[_0x40847b(0xac)]])||bsSetupHelper[_0x40847b(0x76)](_0x307307[_0x40847b(0xba)][_0x40847b(0x92)](_0x2af4e8['jAwtU']),[_0x2af4e8[_0x40847b(0x78)],_0x2af4e8[_0x40847b(0xac)]])||bsSetupHelper['nestedKeyValue'](_0x307307[_0x40847b(0xba)][_0x40847b(0x92)](_0x2af4e8[_0x40847b(0x78)]),[_0x2af4e8[_0x40847b(0xac)]])||[];if(_0x57b608[_0x40847b(0x8a)](_0x2af4e8[_0x40847b(0x84)]))return logger[_0x40847b(0xb0)](_0x2af4e8['EsBdX']),![];return!![];}catch(_0x631f7b){logger['debug'](_0x40847b(0xc5)+util[_0x40847b(0xa2)](_0x631f7b));}return![];},exports['fetchPlatformDetails']=async _0x473d50=>{const _0x20685d=a22_0xa803ea,_0xd8ec6d={};_0xd8ec6d[_0x20685d(0x7b)]=function(_0x404f88,_0x49be79){return _0x404f88===_0x49be79;},_0xd8ec6d[_0x20685d(0x95)]=_0x20685d(0x8c);const _0x1a8f5d=_0xd8ec6d;let _0x460015={};try{const _0x5b7fa3=await _0x473d50[_0x20685d(0xa0)]();_0x460015={'os_name':_0x5b7fa3['getPlatform'](),'os_version':bsSetupHelper[_0x20685d(0xbb)](_0x1a8f5d[_0x20685d(0x7b)](global[_0x20685d(0xbe)],_0x1a8f5d[_0x20685d(0x95)])),'browser_name':_0x5b7fa3[_0x20685d(0xa6)](),'browser_version':_0x5b7fa3['getBrowserVersion']()};}catch(_0x5d664a){logger[_0x20685d(0xb2)](_0x20685d(0x86)+_0x5d664a);}return _0x460015;};