browserstack-node-sdk 1.30.1 → 1.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/gcs.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customImplements/customCircus.js +1 -1
  43. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  44. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  45. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  46. package/src/bin/jest/jest.setup.js +1 -1
  47. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  48. package/src/bin/jest/test-observability/helper.js +1 -1
  49. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  50. package/src/bin/jest/test-observability/test-details.js +1 -1
  51. package/src/bin/jest/test_before.setup.js +1 -1
  52. package/src/bin/launcher/launcher.js +1 -1
  53. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  54. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/mocha/command.js +1 -1
  56. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  57. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  58. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  59. package/src/bin/mocha/test.setup.js +1 -1
  60. package/src/bin/nightwatch/command.js +1 -1
  61. package/src/bin/playwright/accessibility-helper.js +1 -1
  62. package/src/bin/playwright/command.js +1 -1
  63. package/src/bin/playwright/globalSetup.js +1 -1
  64. package/src/bin/playwright/mock-process.js +1 -1
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/helpers/BrowserStackSetup.js +1 -1
  79. package/src/helpers/accessibility-automation/constants.js +1 -1
  80. package/src/helpers/accessibility-automation/helper.js +1 -1
  81. package/src/helpers/ats/constants.js +1 -1
  82. package/src/helpers/ats/helper.js +1 -1
  83. package/src/helpers/capsMapping.js +1 -1
  84. package/src/helpers/helper.js +1 -1
  85. package/src/helpers/logger.js +1 -1
  86. package/src/helpers/patchHelpers.js +1 -1
  87. package/src/helpers/percy/Percy.js +1 -1
  88. package/src/helpers/percy/PercyBinary.js +1 -1
  89. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  90. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  91. package/src/helpers/percy/PercySDK.js +1 -1
  92. package/src/helpers/percy/index.js +1 -1
  93. package/src/helpers/request-spy.js +1 -1
  94. package/src/helpers/setKeepAlive.js +1 -1
  95. package/src/helpers/test-observability/constants.js +1 -1
  96. package/src/helpers/test-observability/error-handler.js +1 -1
  97. package/src/helpers/test-observability/performance-tester.js +1 -1
  98. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  99. package/src/helpers/test-observability/sessionHandler.js +1 -1
  100. package/src/helpers/test-observability/utils.js +1 -1
  101. package/src/helpers/w3cMapping.js +1 -1
  102. package/src/hubAllocationMethods.js +1 -1
  103. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a5_0x3e2ad8=a5_0x3e48;(function(_0xf01a9,_0xe86bd3){const _0x567074=a5_0x3e48,_0x24121f=_0xf01a9();while(!![]){try{const _0x322691=parseInt(_0x567074(0x111))/0x1*(parseInt(_0x567074(0x11f))/0x2)+parseInt(_0x567074(0xfe))/0x3*(parseInt(_0x567074(0xfc))/0x4)+-parseInt(_0x567074(0x10f))/0x5*(-parseInt(_0x567074(0xec))/0x6)+parseInt(_0x567074(0xf4))/0x7+-parseInt(_0x567074(0x10e))/0x8*(parseInt(_0x567074(0xd9))/0x9)+-parseInt(_0x567074(0xf3))/0xa+-parseInt(_0x567074(0x127))/0xb;if(_0x322691===_0xe86bd3)break;else _0x24121f['push'](_0x24121f['shift']());}catch(_0x501f12){_0x24121f['push'](_0x24121f['shift']());}}}(a5_0x5ad5,0x8c537));const {requireModule,modifyCommand,isTrue}=require('../../helpers/helper'),setKeepAlive=require(a5_0x3e2ad8(0x10d)),cucumberModule=requireModule(a5_0x3e2ad8(0x106)),logger=require(a5_0x3e2ad8(0xd7))[a5_0x3e2ad8(0xea)];modifyCommand(),setKeepAlive();let Before=cucumberModule[a5_0x3e2ad8(0x103)],After=cucumberModule[a5_0x3e2ad8(0xd2)],AfterAll=cucumberModule[a5_0x3e2ad8(0xc9)],BeforeAll=cucumberModule[a5_0x3e2ad8(0x121)],AfterStep=cucumberModule[a5_0x3e2ad8(0x108)],configuration=process['env'][a5_0x3e2ad8(0x140)];if(configuration!==undefined){let config=JSON[a5_0x3e2ad8(0x131)](configuration);isTrue(config[a5_0x3e2ad8(0xd5)])&&(global[a5_0x3e2ad8(0x129)]=!![]),require(a5_0x3e2ad8(0xe2))['browserstackAgentV2'](config);}global[a5_0x3e2ad8(0x133)]=0x0;const __setDefaultTimeout=cucumberModule[a5_0x3e2ad8(0x13c)];function a5_0x3e48(_0x472a19,_0x2b5844){const _0x5ad52b=a5_0x5ad5();return a5_0x3e48=function(_0x3e48b1,_0x59acbb){_0x3e48b1=_0x3e48b1-0xc6;let _0x103389=_0x5ad52b[_0x3e48b1];return _0x103389;},a5_0x3e48(_0x472a19,_0x2b5844);}cucumberModule[a5_0x3e2ad8(0x13c)]=_0x319932=>{const _0x74dab2=a5_0x3e2ad8,_0x2d25fc={'Hyxfc':function(_0x3b4512,_0x52c3db){return _0x3b4512(_0x52c3db);}};global[_0x74dab2(0x133)]=_0x319932,_0x2d25fc['Hyxfc'](__setDefaultTimeout,_0x319932);};const a5_0x1b981d={};a5_0x1b981d['name']='bstack',BeforeAll(a5_0x1b981d,function(){const _0x12abf3=a5_0x3e2ad8,_0x6752a7={'TGDSf':function(_0x3dc495,_0x5b052b){return _0x3dc495(_0x5b052b);},'XiBRv':_0x12abf3(0xe2),'DUKeo':function(_0x3060a5,_0x52cc71){return _0x3060a5!==_0x52cc71;},'DZyyA':'drSPL','yXgjT':function(_0x48ca57,_0x2f7c4a){return _0x48ca57===_0x2f7c4a;},'pcUzK':_0x12abf3(0xfa),'OglcL':function(_0x21f28c,_0x3116e8){return _0x21f28c===_0x3116e8;},'WvCyM':_0x12abf3(0x13f),'tsCai':'\x20|\x20','sBQwv':'fStGI','MZPuq':'RcSwQ','gFiJt':function(_0x302516,_0x29d3b0){return _0x302516!==_0x29d3b0;},'UZjQP':_0x12abf3(0xdc),'YNlUo':_0x12abf3(0xde),'pwPDT':_0x12abf3(0xe4),'tinFK':function(_0x50c6c0,_0x34dfaa){return _0x50c6c0!==_0x34dfaa;},'nOWDm':_0x12abf3(0xd3),'yRCXv':function(_0x4f75bc,_0x65963f){return _0x4f75bc===_0x65963f;},'UTyNp':_0x12abf3(0xe1),'rRoxO':'VvKPS','ExAfq':_0x12abf3(0xe0)};logger[_0x12abf3(0xed)](_0x6752a7['ExAfq']),global[_0x12abf3(0x112)]=[],global['__sessionFailed']=![],global['driverCleanup']=async()=>{const _0x4ec1ec=_0x12abf3,_0x529882={'ssTvx':function(_0x1f42c4,_0x2b1d48){return _0x6752a7['TGDSf'](_0x1f42c4,_0x2b1d48);},'ARdoc':function(_0x7b4934,_0x517e18){return _0x6752a7['TGDSf'](_0x7b4934,_0x517e18);},'kGdzh':_0x6752a7[_0x4ec1ec(0x107)]};if(_0x6752a7[_0x4ec1ec(0xf1)](_0x6752a7[_0x4ec1ec(0x11e)],_0x6752a7['DZyyA']))_0x55eb07[_0x4ec1ec(0xed)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x45a08f);else{let _0x4983fc=![];try{_0x6752a7[_0x4ec1ec(0x134)](_0x6752a7[_0x4ec1ec(0xcb)],_0x6752a7[_0x4ec1ec(0xcb)])?(await global[_0x4ec1ec(0xd8)][0x0][_0x4ec1ec(0xe6)],_0x4983fc=!![],global['__sessionFailed']?_0x6752a7['OglcL'](_0x6752a7[_0x4ec1ec(0x110)],_0x6752a7[_0x4ec1ec(0x110)])?await global[_0x4ec1ec(0xd8)][0x0][_0x4ec1ec(0x10c)](_0x4ec1ec(0xd0)+JSON[_0x4ec1ec(0xf8)](global[_0x4ec1ec(0x112)][_0x4ec1ec(0xc8)](_0x6752a7[_0x4ec1ec(0x128)]))+'}}'):_0xd7b70[_0x4ec1ec(0xed)](_0x4ec1ec(0xee)+_0x2dae99):_0x6752a7['DUKeo'](_0x6752a7[_0x4ec1ec(0x11c)],_0x6752a7[_0x4ec1ec(0xf7)])?await global[_0x4ec1ec(0xd8)][0x0][_0x4ec1ec(0x10c)](_0x4ec1ec(0x12d)):_0x3afbe2[_0x4ec1ec(0xed)](_0x4ec1ec(0xe9)+_0x417fb0)):_0x36ca77['__error_messages__'][_0x4ec1ec(0x138)](_0x371d32[_0x4ec1ec(0xcc)][_0x4ec1ec(0x119)]);}catch(_0x58339b){if(_0x6752a7[_0x4ec1ec(0x120)](_0x6752a7['UZjQP'],_0x6752a7[_0x4ec1ec(0xe8)])){let _0x4eacfe=_0x4ce6f1[_0x4ec1ec(0x131)](_0x259cfa);_0x529882[_0x4ec1ec(0x125)](_0x5ed4e3,_0x4eacfe['skipSessionName'])&&(_0x3bed32[_0x4ec1ec(0x129)]=!![]),_0x529882['ARdoc'](_0x69f944,_0x529882['kGdzh'])['browserstackAgentV2'](_0x4eacfe);}else logger[_0x4ec1ec(0xed)](_0x4ec1ec(0x130)+_0x58339b);}global[_0x4ec1ec(0x112)]=[],global[_0x4ec1ec(0xda)]=![];if(_0x4983fc){if(_0x6752a7[_0x4ec1ec(0xf1)](_0x6752a7[_0x4ec1ec(0x104)],_0x6752a7[_0x4ec1ec(0xd4)]))try{_0x6752a7[_0x4ec1ec(0x105)](_0x6752a7[_0x4ec1ec(0x102)],_0x6752a7[_0x4ec1ec(0x102)])?(_0x47aa26[_0x4ec1ec(0x133)]=_0xc11302,_0x6752a7[_0x4ec1ec(0x100)](_0xcc1185,_0x308976)):await global[_0x4ec1ec(0xd8)][0x0][_0x4ec1ec(0x13d)]();}catch(_0x4614f0){_0x6752a7[_0x4ec1ec(0x12f)](_0x6752a7[_0x4ec1ec(0x11d)],_0x6752a7['rRoxO'])?_0x3325ec[_0x4ec1ec(0xed)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x514304):logger[_0x4ec1ec(0xed)](_0x4ec1ec(0xfb)+_0x4614f0);}else _0x5d133a[_0x4ec1ec(0x129)]=!![];}}};});const a5_0x1552ce={};a5_0x1552ce[a5_0x3e2ad8(0xef)]=a5_0x3e2ad8(0xce),a5_0x1552ce[a5_0x3e2ad8(0xeb)]=0x2710,Before(a5_0x1552ce,function(_0x416290,_0x429447){const _0x4c53c8=a5_0x3e2ad8,_0x5733bc={'aVKnM':function(_0x507391,_0x293c85){return _0x507391===_0x293c85;},'dXqoU':_0x4c53c8(0xfd),'epWil':function(_0x12c9a6,_0x5d830f){return _0x12c9a6>_0x5d830f;},'CSLYR':function(_0x528cdf,_0x2e7a21){return _0x528cdf!==_0x2e7a21;},'jELJq':'ULsDE','myRFw':_0x4c53c8(0xf0),'XxORD':function(_0x18b548){return _0x18b548();},'mFjcB':_0x4c53c8(0x12b)};logger['debug'](_0x5733bc[_0x4c53c8(0x11b)]),new Promise(async _0x4ccf8e=>{const _0x30cec0=_0x4c53c8;try{if(_0x5733bc['aVKnM'](_0x5733bc[_0x30cec0(0x10b)],_0x5733bc[_0x30cec0(0x10b)])){_0x5733bc[_0x30cec0(0xf6)](global[_0x30cec0(0xd8)]['length'],0x1)&&(_0x5733bc[_0x30cec0(0xd1)](_0x5733bc['jELJq'],_0x5733bc[_0x30cec0(0x113)])?(await global['driverCleanup'](),global[_0x30cec0(0xd8)][_0x30cec0(0x12e)]()):_0xfa8e02[_0x30cec0(0xed)](_0x30cec0(0xfb)+_0x54b835));if(global[_0x30cec0(0xd8)][0x0]['quitCount_']&&_0x5733bc[_0x30cec0(0xf6)](global['__drivers'][0x0][_0x30cec0(0xf9)],0x0))await global['driverCleanup']();}else _0x4e2dc6[_0x30cec0(0xed)](_0x30cec0(0x139)+_0x53688c);}catch(_0xf6afef){}_0x5733bc['XxORD'](_0x4ccf8e);})[_0x4c53c8(0x122)](_0x429447);});const a5_0x37b39d={};a5_0x37b39d[a5_0x3e2ad8(0xef)]=a5_0x3e2ad8(0xce),a5_0x37b39d['timeout']=0x2710,After(a5_0x37b39d,function(_0x4f2c39,_0x334ce1){const _0x1f8f0c=a5_0x3e2ad8,_0x46edd5={'DMktR':_0x1f8f0c(0x136),'pCdZI':function(_0x3c9448,_0x18b2a7){return _0x3c9448==_0x18b2a7;},'uopPa':'failed','yrTPS':'\x20|\x20','NjmcR':function(_0x515413,_0x314803){return _0x515413>_0x314803;},'zsFJp':function(_0x1b2983){return _0x1b2983();},'KHAGv':'Inside\x20browserstack\x20After'};logger[_0x1f8f0c(0xed)](_0x46edd5['KHAGv']),new Promise(async _0x5527e5=>{const _0x414f37=_0x1f8f0c;let _0x279ba5=![];try{const _0x43ade8=_0x46edd5[_0x414f37(0x11a)][_0x414f37(0x13b)]('|');let _0x2037a3=0x0;while(!![]){switch(_0x43ade8[_0x2037a3++]){case'0':if(_0x46edd5['pCdZI'](_0x4f2c39[_0x414f37(0xcc)][_0x414f37(0xdf)][_0x414f37(0xe3)]()[_0x414f37(0x142)](),_0x46edd5['uopPa'])||_0x46edd5[_0x414f37(0x124)](_0x4f2c39[_0x414f37(0xcc)][_0x414f37(0xdf)][_0x414f37(0xe3)]()['toLowerCase'](),'6')){try{global[_0x414f37(0x112)][_0x414f37(0x138)](_0x4f2c39[_0x414f37(0xcc)][_0x414f37(0x119)]);}catch(_0x3e98ed){logger['debug'](_0x414f37(0xee)+_0x3e98ed);}await global['__drivers'][0x0][_0x414f37(0x10c)](_0x414f37(0xd0)+JSON[_0x414f37(0xf8)](global[_0x414f37(0x112)][_0x414f37(0xc8)](_0x46edd5[_0x414f37(0xdd)]))+'}}');}else await global['__drivers'][0x0][_0x414f37(0x10c)](_0x414f37(0x12d));continue;case'1':await global[_0x414f37(0xd8)][0x0][_0x414f37(0xe6)];continue;case'2':_0x46edd5[_0x414f37(0x123)](global['__drivers']['length'],0x1)&&(await global['driverCleanup'](),global[_0x414f37(0xd8)][_0x414f37(0x12e)](),global[_0x414f37(0x112)]=[],global[_0x414f37(0xda)]=![]);continue;case'3':!global[_0x414f37(0x129)]&&await global['__drivers'][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4f2c39[_0x414f37(0xdb)][_0x414f37(0xef)]+_0x414f37(0xcd));continue;case'4':_0x279ba5=!![];continue;}break;}}catch(_0x43277e){logger[_0x414f37(0xed)]('Error:\x20at\x20After:\x20'+_0x43277e);}if(_0x279ba5)try{if(global['__drivers'][0x0]&&_0x46edd5[_0x414f37(0x123)](global[_0x414f37(0xd8)][0x0][_0x414f37(0xf9)],0x0))await global[_0x414f37(0xd8)][0x0][_0x414f37(0x13d)]();}catch(_0x509d82){logger[_0x414f37(0xed)](_0x414f37(0xc7)+_0x509d82);}_0x46edd5[_0x414f37(0xff)](_0x5527e5);})['finally'](()=>_0x334ce1());});const a5_0x41d8fa={};a5_0x41d8fa[a5_0x3e2ad8(0xef)]='bstack',a5_0x41d8fa[a5_0x3e2ad8(0xeb)]=0x2710,AfterStep(a5_0x41d8fa,function(_0x2531c0,_0x36de93){const _0x5c7a19=a5_0x3e2ad8,_0x1ad960={'qqHOw':function(_0x47efee,_0x3ba11c){return _0x47efee==_0x3ba11c;},'dhsEN':'failed','CqmAL':function(_0x2fb3c0,_0x5ada30){return _0x2fb3c0!==_0x5ada30;},'RbhUR':function(_0x572786,_0x423d8f,_0x349ed5){return _0x572786(_0x423d8f,_0x349ed5);},'bYHEr':function(_0xde0908,_0x338854){return _0xde0908+_0x338854;},'lKmAQ':function(_0x218050,_0x497bfc){return _0x218050+_0x497bfc;},'Kvueo':'Failed:\x20','jhmZV':_0x5c7a19(0x101),'kRRCP':_0x5c7a19(0xf5),'RBTex':function(_0x4c9998,_0x2aac25,_0x1f5be1){return _0x4c9998(_0x2aac25,_0x1f5be1);},'MxBHN':function(_0x4d038b,_0xfe07b){return _0x4d038b!==_0xfe07b;},'gyiah':function(_0x295a47,_0x39bb9b,_0x30e35e){return _0x295a47(_0x39bb9b,_0x30e35e);},'ChZST':_0x5c7a19(0x13a),'WhNYh':'info','YoaTb':function(_0x44e1fc,_0x24e685,_0x2ba14b){return _0x44e1fc(_0x24e685,_0x2ba14b);},'BaYMX':_0x5c7a19(0x13e),'PZggC':function(_0x414443){return _0x414443();},'oEyze':_0x5c7a19(0x137)};logger['debug'](_0x1ad960[_0x5c7a19(0x141)]);const _0x6fd230=async(_0xb37f47,_0x14caa0)=>{const _0x5a991b=_0x5c7a19;await global[_0x5a991b(0xd8)][0x0]['executeScript'](_0x5a991b(0x114)+_0xb37f47+_0x5a991b(0x115)+_0x14caa0+_0x5a991b(0xcd));};new Promise(async _0x2f82a6=>{const _0x1cbb88=_0x5c7a19;try{_0x1ad960[_0x1cbb88(0xca)](_0x2531c0['result'][_0x1cbb88(0xdf)]['toString']()['toLowerCase'](),_0x1ad960['dhsEN'])||_0x1ad960['qqHOw'](_0x2531c0[_0x1cbb88(0xcc)][_0x1cbb88(0xdf)][_0x1cbb88(0xe3)]()['toLowerCase'](),'6')?(global['__sessionFailed']=!![],global['__error_messages__'][_0x1cbb88(0x138)](_0x2531c0[_0x1cbb88(0xcc)]['message']),_0x1ad960[_0x1cbb88(0x12a)](_0x2531c0[_0x1cbb88(0x117)],undefined)?await _0x1ad960[_0x1cbb88(0x132)](_0x6fd230,JSON[_0x1cbb88(0xf8)](_0x1ad960[_0x1cbb88(0x116)](_0x1ad960[_0x1cbb88(0x10a)](_0x1ad960[_0x1cbb88(0x10a)](_0x1ad960[_0x1cbb88(0x126)],'\x22'+_0x2531c0[_0x1cbb88(0x117)]['text']+'\x22\x20'),_0x1ad960[_0x1cbb88(0xf2)]),_0x2531c0[_0x1cbb88(0xcc)][_0x1cbb88(0x119)])),_0x1ad960[_0x1cbb88(0x118)]):await _0x1ad960[_0x1cbb88(0xe5)](_0x6fd230,JSON[_0x1cbb88(0xf8)](_0x1ad960[_0x1cbb88(0x116)](_0x1ad960[_0x1cbb88(0x126)],_0x2531c0[_0x1cbb88(0xcc)][_0x1cbb88(0x119)])),_0x1ad960[_0x1cbb88(0x118)])):_0x1ad960['MxBHN'](_0x2531c0[_0x1cbb88(0x117)],undefined)?await _0x1ad960[_0x1cbb88(0x135)](_0x6fd230,JSON[_0x1cbb88(0xf8)](_0x1ad960[_0x1cbb88(0x116)](_0x1ad960['ChZST'],'\x22'+_0x2531c0[_0x1cbb88(0x117)][_0x1cbb88(0xd6)]+'\x22')),_0x1ad960[_0x1cbb88(0xc6)]):await _0x1ad960[_0x1cbb88(0xe7)](_0x6fd230,JSON[_0x1cbb88(0xf8)](_0x1ad960['BaYMX']),_0x1ad960['WhNYh']);}catch(_0x41c891){logger[_0x1cbb88(0xed)](_0x1cbb88(0xe9)+_0x41c891);}_0x1ad960['PZggC'](_0x2f82a6);})[_0x5c7a19(0x122)](()=>_0x36de93());});const a5_0x1a193c={};function a5_0x5ad5(){const _0x26b487=['result','\x22}}','bstack','hunEA','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','CSLYR','After','TPKdh','pwPDT','skipSessionName','text','../../helpers/logger','__drivers','2132379WAinvk','__sessionFailed','pickle','ZVfCE','yrTPS','pKZYZ','status','Inside\x20browserstack\x20BeforeAll','PCDHn','../../index','toString','TXlsd','RBTex','session_','YoaTb','UZjQP','Error:\x20at\x20After\x20Step:\x20','winstonLogger','timeout','12MPXcWH','debug','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','name','edlxt','DUKeo','jhmZV','3978510tQONKi','2494569oXNCGW','error','epWil','MZPuq','stringify','quitCount_','WxwIC','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','16NAKoDW','baeQG','665538gNOAHw','zsFJp','TGDSf','\x0aError:\x20','nOWDm','Before','YNlUo','tinFK','@cucumber/cucumber/lib/index.js','XiBRv','AfterStep','driverCleanup','lKmAQ','dXqoU','executeScript','../../helpers/setKeepAlive','8lwZTeY','1149905nXqHSp','WvCyM','2504elgQdz','__error_messages__','myRFw','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:',',\x22level\x22:\x20\x22','bYHEr','pickleStep','kRRCP','message','DMktR','mFjcB','sBQwv','UTyNp','DZyyA','734hXgbhm','gFiJt','BeforeAll','finally','NjmcR','pCdZI','ssTvx','Kvueo','15544364kQvBKF','tsCai','__skipSessionName','CqmAL','Inside\x20browserstack\x20Before','Inside\x20browserstack\x20AfterAll','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','shift','yRCXv','Error:\x20cleaning\x20up\x20driver:\x20','parse','RbhUR','__timeout','yXgjT','gyiah','2|1|4|3|0','Inside\x20browserstack\x20AfterStep','push','Error:\x20at\x20After:\x20','Passed:\x20','split','setDefaultTimeout','initQuit','Passed','xhFVd','CONFIG','oEyze','toLowerCase','WhNYh','Error:\x20quiting\x20driver\x20at\x20After:\x20','join','AfterAll','qqHOw','pcUzK'];a5_0x5ad5=function(){return _0x26b487;};return a5_0x5ad5();}a5_0x1a193c[a5_0x3e2ad8(0xef)]=a5_0x3e2ad8(0xce),a5_0x1a193c[a5_0x3e2ad8(0xeb)]=0x7530,AfterAll(a5_0x1a193c,async function(_0x5a0ae6,_0x4267a2){const _0x1305ed=a5_0x3e2ad8,_0x340945={'hunEA':function(_0x122216){return _0x122216();},'xqoQA':_0x1305ed(0x12c)};logger['debug'](_0x340945['xqoQA']),await new Promise(async _0xa567e4=>{const _0x40ba49=_0x1305ed;await global[_0x40ba49(0x109)](),_0x340945[_0x40ba49(0xcf)](_0xa567e4);});});
1
+ const a5_0x56610f=a5_0x9e4c;(function(_0x4443fe,_0x2a5607){const _0x5102b3=a5_0x9e4c,_0x200f30=_0x4443fe();while(!![]){try{const _0x28e812=parseInt(_0x5102b3(0x173))/0x1*(parseInt(_0x5102b3(0x128))/0x2)+-parseInt(_0x5102b3(0x11c))/0x3*(parseInt(_0x5102b3(0x131))/0x4)+-parseInt(_0x5102b3(0x178))/0x5*(parseInt(_0x5102b3(0x158))/0x6)+-parseInt(_0x5102b3(0x153))/0x7+parseInt(_0x5102b3(0x17c))/0x8+parseInt(_0x5102b3(0x113))/0x9*(-parseInt(_0x5102b3(0x10f))/0xa)+parseInt(_0x5102b3(0x130))/0xb;if(_0x28e812===_0x2a5607)break;else _0x200f30['push'](_0x200f30['shift']());}catch(_0x415cf0){_0x200f30['push'](_0x200f30['shift']());}}}(a5_0x3ebf,0x72e19));const {requireModule,modifyCommand,isTrue}=require(a5_0x56610f(0x118)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a5_0x56610f(0x176)),logger=require(a5_0x56610f(0x14b))[a5_0x56610f(0x17b)];modifyCommand(),setKeepAlive();function a5_0x9e4c(_0x567055,_0x109688){const _0x3ebf0c=a5_0x3ebf();return a5_0x9e4c=function(_0x9e4c7b,_0x1df6cc){_0x9e4c7b=_0x9e4c7b-0x10d;let _0x3ea03d=_0x3ebf0c[_0x9e4c7b];return _0x3ea03d;},a5_0x9e4c(_0x567055,_0x109688);}let Before=cucumberModule[a5_0x56610f(0x156)],After=cucumberModule[a5_0x56610f(0x181)],AfterAll=cucumberModule[a5_0x56610f(0x186)],BeforeAll=cucumberModule[a5_0x56610f(0x154)],AfterStep=cucumberModule[a5_0x56610f(0x185)],configuration=process[a5_0x56610f(0x117)][a5_0x56610f(0x132)];if(configuration!==undefined){let config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a5_0x56610f(0x115)]=!![]),require(a5_0x56610f(0x166))[a5_0x56610f(0x121)](config);}global[a5_0x56610f(0x124)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x141eda=>{const _0x31db5b=a5_0x56610f,_0x1cabde={'hRdMx':function(_0x2ce40f,_0x2019cd){return _0x2ce40f(_0x2019cd);}};global['__timeout']=_0x141eda,_0x1cabde[_0x31db5b(0x114)](__setDefaultTimeout,_0x141eda);};const a5_0x4c3f2e={};a5_0x4c3f2e[a5_0x56610f(0x16b)]=a5_0x56610f(0x15c),BeforeAll(a5_0x4c3f2e,function(){const _0x195dd9=a5_0x56610f,_0x52c996={'vRBwq':function(_0x56498d,_0xbe94ae){return _0x56498d(_0xbe94ae);},'uHFlW':_0x195dd9(0x166),'VCcJz':function(_0x4a6fa8,_0x27372d){return _0x4a6fa8(_0x27372d);},'MoZuL':function(_0x291965,_0xce18bf){return _0x291965===_0xce18bf;},'nhLlt':_0x195dd9(0x12c),'SIibZ':_0x195dd9(0x15b),'iXIgP':_0x195dd9(0x10e),'wkbKy':function(_0x1acf30,_0x58db6d){return _0x1acf30===_0x58db6d;},'YbHNc':'miMBZ','JyaoB':_0x195dd9(0x14f),'sbCxd':function(_0x5bf168,_0x29fc93){return _0x5bf168!==_0x29fc93;},'duRzN':'hdQFF','ZkmIU':'PCNeG','jaCsm':function(_0x9f3be3,_0x245d82){return _0x9f3be3!==_0x245d82;},'bNDVe':'jmzrD','LkNey':'PJsBm','bxovq':function(_0x15c48d,_0x50079f){return _0x15c48d!==_0x50079f;},'TMTRc':_0x195dd9(0x175),'FpuTB':'QNewk','zMPsI':_0x195dd9(0x148),'WzOla':_0x195dd9(0x179),'NiFQG':_0x195dd9(0x16c),'WFSXL':_0x195dd9(0x17a)};logger[_0x195dd9(0x11e)](_0x52c996['WFSXL']),global['__error_messages__']=[],global[_0x195dd9(0x12b)]=![],global['driverCleanup']=async()=>{const _0x20d665=_0x195dd9,_0x5baa3a={'XpKzl':function(_0x4d98b3,_0x16c0ea){const _0x2e2803=a5_0x9e4c;return _0x52c996[_0x2e2803(0x191)](_0x4d98b3,_0x16c0ea);}};if(_0x52c996[_0x20d665(0x10d)](_0x52c996['nhLlt'],_0x52c996[_0x20d665(0x125)]))_0x2039c7[_0x20d665(0x11e)](_0x20d665(0x190)+_0x3c69f6);else{let _0x32a706=![];try{_0x52c996[_0x20d665(0x10d)](_0x52c996[_0x20d665(0x14a)],_0x52c996[_0x20d665(0x14a)])?(await global['__drivers'][0x0][_0x20d665(0x135)],_0x32a706=!![],global[_0x20d665(0x12b)]?_0x52c996[_0x20d665(0x12d)](_0x52c996[_0x20d665(0x145)],_0x52c996[_0x20d665(0x145)])?await global['__drivers'][0x0]['executeScript'](_0x20d665(0x155)+JSON[_0x20d665(0x13e)](global[_0x20d665(0x174)]['join'](_0x52c996['JyaoB']))+'}}'):_0x38502c[_0x20d665(0x11e)](_0x20d665(0x141)+_0x5f526c):_0x52c996[_0x20d665(0x123)](_0x52c996[_0x20d665(0x180)],_0x52c996['ZkmIU'])?await global['__drivers'][0x0][_0x20d665(0x13f)](_0x20d665(0x182)):_0x3b7546['debug']('Error:\x20at\x20After:\x20'+_0x203fd9)):(_0x23d43d[_0x20d665(0x124)]=_0x33a70a,_0x5baa3a[_0x20d665(0x169)](_0x512484,_0x2fef75));}catch(_0x3adebf){if(_0x52c996[_0x20d665(0x171)](_0x52c996['bNDVe'],_0x52c996[_0x20d665(0x142)]))logger[_0x20d665(0x11e)](_0x20d665(0x122)+_0x3adebf);else{let _0xbe67f4=_0x2f7b75[_0x20d665(0x144)](_0x5496f5);_0x52c996[_0x20d665(0x14d)](_0x51d67a,_0xbe67f4[_0x20d665(0x11f)])&&(_0xd34af5[_0x20d665(0x115)]=!![]),_0x52c996['vRBwq'](_0x913ce6,_0x52c996['uHFlW'])[_0x20d665(0x121)](_0xbe67f4);}}global['__error_messages__']=[],global[_0x20d665(0x12b)]=![];if(_0x32a706){if(_0x52c996['bxovq'](_0x52c996[_0x20d665(0x126)],_0x52c996['FpuTB']))try{_0x52c996[_0x20d665(0x171)](_0x52c996['zMPsI'],_0x52c996[_0x20d665(0x15e)])?_0xc5678a[_0x20d665(0x11e)](_0x20d665(0x122)+_0x120afe):await global[_0x20d665(0x11b)][0x0]['initQuit']();}catch(_0x192c1f){_0x52c996[_0x20d665(0x184)](_0x52c996[_0x20d665(0x111)],_0x52c996[_0x20d665(0x160)])?logger[_0x20d665(0x11e)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x192c1f):_0x5d2bfe[_0x20d665(0x11e)](_0x20d665(0x12f)+_0xc914c7);}else _0x19a9fa['__skipSessionName']=!![];}}};});const a5_0x30732b={};a5_0x30732b[a5_0x56610f(0x16b)]=a5_0x56610f(0x15c),a5_0x30732b[a5_0x56610f(0x14e)]=0x2710,Before(a5_0x30732b,function(_0x144a97,_0x7abd2e){const _0x2a2562=a5_0x56610f,_0x5f2116={'xfNoI':function(_0x325832,_0x3aca17){return _0x325832===_0x3aca17;},'nQpKq':'Vwhcc','UmjTt':_0x2a2562(0x17d),'hLXWP':function(_0x4ee201,_0x476690){return _0x4ee201>_0x476690;},'lzUaa':_0x2a2562(0x136),'WaCgT':function(_0x19b57c,_0x4f55f6){return _0x19b57c>_0x4f55f6;},'mLVYx':function(_0x57ec39){return _0x57ec39();},'iKAVl':_0x2a2562(0x161)};logger[_0x2a2562(0x11e)](_0x5f2116['iKAVl']),new Promise(async _0x584854=>{const _0x54e520=_0x2a2562;try{if(_0x5f2116['xfNoI'](_0x5f2116[_0x54e520(0x189)],_0x5f2116[_0x54e520(0x15a)]))_0x3ee101[_0x54e520(0x174)]['push'](_0x1bb1e6[_0x54e520(0x120)][_0x54e520(0x116)]);else{_0x5f2116[_0x54e520(0x149)](global[_0x54e520(0x11b)]['length'],0x1)&&(_0x5f2116[_0x54e520(0x11a)](_0x5f2116[_0x54e520(0x127)],_0x5f2116[_0x54e520(0x127)])?(await global[_0x54e520(0x163)](),global[_0x54e520(0x11b)][_0x54e520(0x146)]()):_0x502816[_0x54e520(0x11e)](_0x54e520(0x14c)+_0x339d18));if(global[_0x54e520(0x11b)][0x0][_0x54e520(0x13d)]&&_0x5f2116['WaCgT'](global[_0x54e520(0x11b)][0x0][_0x54e520(0x13d)],0x0))await global['driverCleanup']();}}catch(_0x1be126){}_0x5f2116[_0x54e520(0x162)](_0x584854);})[_0x2a2562(0x188)](_0x7abd2e);});function a5_0x3ebf(){const _0x4b710f=['jaCsm','Passed:\x20','1023WVUiXj','__error_messages__','ITaxG','@cucumber/cucumber/lib/index.js','DrQdl','25laTVGq','MdQUe','Inside\x20browserstack\x20BeforeAll','winstonLogger','201288FVGRjb','KZPPu','Inside\x20browserstack\x20AfterAll','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','duRzN','After','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','toString','bxovq','AfterStep','AfterAll','GnoBV','finally','nQpKq','nbosU','push','PIxuI','pickle','qyPlF','status','Error:\x20quiting\x20driver\x20at\x20After:\x20','VCcJz','MoZuL','Nttmf','1474530JKPHCP','text','WzOla','qmeLp','27uvKGOR','hRdMx','__skipSessionName','message','env','../../helpers/helper','lVwNE','xfNoI','__drivers','906279oCFvpt','JhRrs','debug','skipSessionName','result','browserstackAgentV2','Error:\x20cleaning\x20up\x20driver:\x20','sbCxd','__timeout','SIibZ','TMTRc','lzUaa','1766HWEopP','QhPEl','Passed','__sessionFailed','Vilim','wkbKy','dybTh','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','21179367GOsUYl','12FAFYMq','CONFIG','error','eYvwR','session_','ItjUu','HiOGZ','sawra','cgIYC','\x0aError:\x20','vymtw','\x22}}','quitCount_','stringify','executeScript','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','LkNey','lkEtj','parse','YbHNc','shift','GkEyV','KZeYf','hLXWP','iXIgP','../../helpers/logger','Error:\x20at\x20After\x20Step:\x20','vRBwq','timeout','\x20|\x20','pickleStep',',\x22level\x22:\x20\x22','Failed:\x20','2407622fjsijd','BeforeAll','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','Before','join','828876HXBwAo','nCegL','UmjTt','WWPPK','bstack','YIbxN','zMPsI','split','NiFQG','Inside\x20browserstack\x20Before','mLVYx','driverCleanup','3|1|4|0|2','qsLee','../../index','toLowerCase','KYfWN','XpKzl','length','name','RbeIW','Inside\x20browserstack\x20After','failed','ZhiFK','info'];a5_0x3ebf=function(){return _0x4b710f;};return a5_0x3ebf();}const a5_0x29d8db={};a5_0x29d8db[a5_0x56610f(0x16b)]=a5_0x56610f(0x15c),a5_0x29d8db[a5_0x56610f(0x14e)]=0x2710,After(a5_0x29d8db,function(_0x59d046,_0x4e7d86){const _0x1a312d=a5_0x56610f,_0x34472a={'svIOU':_0x1a312d(0x164),'nCegL':function(_0x267ee6,_0xc3eb18){return _0x267ee6==_0xc3eb18;},'nyraT':_0x1a312d(0x16e),'KYfWN':function(_0x45390c,_0x2d7141){return _0x45390c==_0x2d7141;},'JhRrs':_0x1a312d(0x14f),'ZhsXZ':function(_0x530497,_0x5d7c64){return _0x530497>_0x5d7c64;},'VFHRQ':function(_0x2c2c9f,_0x37b4b9){return _0x2c2c9f>_0x37b4b9;},'DrQdl':function(_0x1c0f05){return _0x1c0f05();},'jVsku':_0x1a312d(0x16d)};logger['debug'](_0x34472a['jVsku']),new Promise(async _0x4d0f87=>{const _0x2fba4d=_0x1a312d;let _0x10f2bf=![];try{const _0x5e334f=_0x34472a['svIOU'][_0x2fba4d(0x15f)]('|');let _0x28b57a=0x0;while(!![]){switch(_0x5e334f[_0x28b57a++]){case'0':!global[_0x2fba4d(0x115)]&&await global[_0x2fba4d(0x11b)][0x0][_0x2fba4d(0x13f)](_0x2fba4d(0x140)+_0x59d046[_0x2fba4d(0x18d)][_0x2fba4d(0x16b)]+_0x2fba4d(0x13c));continue;case'1':await global[_0x2fba4d(0x11b)][0x0][_0x2fba4d(0x135)];continue;case'2':if(_0x34472a[_0x2fba4d(0x159)](_0x59d046[_0x2fba4d(0x120)][_0x2fba4d(0x18f)]['toString']()['toLowerCase'](),_0x34472a['nyraT'])||_0x34472a[_0x2fba4d(0x168)](_0x59d046[_0x2fba4d(0x120)]['status'][_0x2fba4d(0x183)]()[_0x2fba4d(0x167)](),'6')){try{global[_0x2fba4d(0x174)]['push'](_0x59d046[_0x2fba4d(0x120)][_0x2fba4d(0x116)]);}catch(_0x785159){logger[_0x2fba4d(0x11e)](_0x2fba4d(0x141)+_0x785159);}await global[_0x2fba4d(0x11b)][0x0][_0x2fba4d(0x13f)](_0x2fba4d(0x155)+JSON[_0x2fba4d(0x13e)](global[_0x2fba4d(0x174)][_0x2fba4d(0x157)](_0x34472a[_0x2fba4d(0x11d)]))+'}}');}else await global[_0x2fba4d(0x11b)][0x0][_0x2fba4d(0x13f)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}');continue;case'3':_0x34472a['ZhsXZ'](global['__drivers'][_0x2fba4d(0x16a)],0x1)&&(await global[_0x2fba4d(0x163)](),global['__drivers'][_0x2fba4d(0x146)](),global['__error_messages__']=[],global[_0x2fba4d(0x12b)]=![]);continue;case'4':_0x10f2bf=!![];continue;}break;}}catch(_0x36dd93){logger['debug']('Error:\x20at\x20After:\x20'+_0x36dd93);}if(_0x10f2bf)try{if(global['__drivers'][0x0]&&_0x34472a['VFHRQ'](global[_0x2fba4d(0x11b)][0x0][_0x2fba4d(0x13d)],0x0))await global[_0x2fba4d(0x11b)][0x0]['initQuit']();}catch(_0x5dccd5){logger[_0x2fba4d(0x11e)](_0x2fba4d(0x190)+_0x5dccd5);}_0x34472a[_0x2fba4d(0x177)](_0x4d0f87);})[_0x1a312d(0x188)](()=>_0x4e7d86());});const a5_0x48fc73={};a5_0x48fc73[a5_0x56610f(0x16b)]='bstack',a5_0x48fc73[a5_0x56610f(0x14e)]=0x2710,AfterStep(a5_0x48fc73,function(_0xb0fc5a,_0x5eb19b){const _0x36827d=a5_0x56610f,_0xc226bc={'cgIYC':function(_0x58db72,_0x3054f5){return _0x58db72==_0x3054f5;},'XCGeO':_0x36827d(0x16e),'ZhiFK':function(_0x589858,_0x25aad2){return _0x589858==_0x25aad2;},'vymtw':function(_0x34f081,_0x2afb67){return _0x34f081!==_0x2afb67;},'zFIdR':function(_0x200b4f,_0x39dcf4,_0x229a43){return _0x200b4f(_0x39dcf4,_0x229a43);},'sawra':function(_0x560346,_0x3d8fa6){return _0x560346+_0x3d8fa6;},'nbosU':function(_0x41c58b,_0x4d615d){return _0x41c58b+_0x4d615d;},'lkEtj':_0x36827d(0x152),'YIbxN':_0x36827d(0x13a),'GnoBV':_0x36827d(0x133),'QhPEl':function(_0x2e9319,_0x19ce53,_0x20a0e5){return _0x2e9319(_0x19ce53,_0x20a0e5);},'GkEyV':function(_0xd71ba1,_0x584a83){return _0xd71ba1+_0x584a83;},'qyPlF':function(_0x5a1270,_0x5c53b6,_0x301bac){return _0x5a1270(_0x5c53b6,_0x301bac);},'dybTh':function(_0x53d89c,_0x79ab79){return _0x53d89c+_0x79ab79;},'eYvwR':_0x36827d(0x172),'qmeLp':_0x36827d(0x170),'HiOGZ':_0x36827d(0x12a),'lVwNE':function(_0x416b3c){return _0x416b3c();},'PIxuI':'Inside\x20browserstack\x20AfterStep'};logger[_0x36827d(0x11e)](_0xc226bc[_0x36827d(0x18c)]);const _0x337943=async(_0x3d83e6,_0x4c0ecf)=>{const _0x364be0=_0x36827d;await global[_0x364be0(0x11b)][0x0]['executeScript'](_0x364be0(0x17f)+_0x3d83e6+_0x364be0(0x151)+_0x4c0ecf+'\x22}}');};new Promise(async _0x3101e5=>{const _0x472681=_0x36827d;try{_0xc226bc[_0x472681(0x139)](_0xb0fc5a[_0x472681(0x120)][_0x472681(0x18f)][_0x472681(0x183)]()[_0x472681(0x167)](),_0xc226bc['XCGeO'])||_0xc226bc[_0x472681(0x16f)](_0xb0fc5a[_0x472681(0x120)]['status'][_0x472681(0x183)]()[_0x472681(0x167)](),'6')?(global[_0x472681(0x12b)]=!![],global[_0x472681(0x174)][_0x472681(0x18b)](_0xb0fc5a[_0x472681(0x120)]['message']),_0xc226bc[_0x472681(0x13b)](_0xb0fc5a[_0x472681(0x150)],undefined)?await _0xc226bc['zFIdR'](_0x337943,JSON[_0x472681(0x13e)](_0xc226bc[_0x472681(0x138)](_0xc226bc[_0x472681(0x18a)](_0xc226bc[_0x472681(0x18a)](_0xc226bc[_0x472681(0x143)],'\x22'+_0xb0fc5a[_0x472681(0x150)][_0x472681(0x110)]+'\x22\x20'),_0xc226bc[_0x472681(0x15d)]),_0xb0fc5a[_0x472681(0x120)][_0x472681(0x116)])),_0xc226bc[_0x472681(0x187)]):await _0xc226bc[_0x472681(0x129)](_0x337943,JSON[_0x472681(0x13e)](_0xc226bc[_0x472681(0x147)](_0xc226bc['lkEtj'],_0xb0fc5a[_0x472681(0x120)][_0x472681(0x116)])),_0xc226bc[_0x472681(0x187)])):_0xc226bc[_0x472681(0x13b)](_0xb0fc5a[_0x472681(0x150)],undefined)?await _0xc226bc[_0x472681(0x18e)](_0x337943,JSON['stringify'](_0xc226bc[_0x472681(0x12e)](_0xc226bc[_0x472681(0x134)],'\x22'+_0xb0fc5a['pickleStep'][_0x472681(0x110)]+'\x22')),_0xc226bc[_0x472681(0x112)]):await _0xc226bc['qyPlF'](_0x337943,JSON[_0x472681(0x13e)](_0xc226bc[_0x472681(0x137)]),_0xc226bc['qmeLp']);}catch(_0x1a39a4){logger[_0x472681(0x11e)]('Error:\x20at\x20After\x20Step:\x20'+_0x1a39a4);}_0xc226bc[_0x472681(0x119)](_0x3101e5);})[_0x36827d(0x188)](()=>_0x5eb19b());});const a5_0x3ab130={};a5_0x3ab130['name']=a5_0x56610f(0x15c),a5_0x3ab130[a5_0x56610f(0x14e)]=0x7530,AfterAll(a5_0x3ab130,async function(_0x4be530,_0x125b21){const _0x3948c6=a5_0x56610f,_0xd34541={'qsLee':function(_0x59a128){return _0x59a128();},'mieKr':_0x3948c6(0x17e)};logger[_0x3948c6(0x11e)](_0xd34541['mieKr']),await new Promise(async _0x2c6a09=>{const _0x1a9df8=_0x3948c6;await global[_0x1a9df8(0x163)](),_0xd34541[_0x1a9df8(0x165)](_0x2c6a09);});});
@@ -1 +1 @@
1
- const a6_0x3ff3b3=a6_0x2a15;(function(_0x58d732,_0x168c30){const _0x20a629=a6_0x2a15,_0x24bbf2=_0x58d732();while(!![]){try{const _0x35d9e5=-parseInt(_0x20a629(0x116))/0x1+-parseInt(_0x20a629(0x11e))/0x2+-parseInt(_0x20a629(0x130))/0x3+-parseInt(_0x20a629(0x14b))/0x4*(-parseInt(_0x20a629(0x136))/0x5)+parseInt(_0x20a629(0x112))/0x6+-parseInt(_0x20a629(0x139))/0x7+parseInt(_0x20a629(0x125))/0x8;if(_0x35d9e5===_0x168c30)break;else _0x24bbf2['push'](_0x24bbf2['shift']());}catch(_0xed5f14){_0x24bbf2['push'](_0x24bbf2['shift']());}}}(a6_0x464c,0x2cc17));const {requireModule,modifyCommand,isTrue}=require(a6_0x3ff3b3(0x156)),setKeepAlive=require(a6_0x3ff3b3(0x13a)),cucumberModule=requireModule(a6_0x3ff3b3(0x15c)),logger=require(a6_0x3ff3b3(0x138))[a6_0x3ff3b3(0x14d)];modifyCommand(),setKeepAlive();let Before=cucumberModule[a6_0x3ff3b3(0x157)],After=cucumberModule['After'],configuration=process[a6_0x3ff3b3(0x118)][a6_0x3ff3b3(0x12e)];function a6_0x2a15(_0x3d334e,_0x4ec7e6){const _0x464c65=a6_0x464c();return a6_0x2a15=function(_0x2a15d9,_0x96476b){_0x2a15d9=_0x2a15d9-0x112;let _0x346b5c=_0x464c65[_0x2a15d9];return _0x346b5c;},a6_0x2a15(_0x3d334e,_0x4ec7e6);}if(configuration!==undefined){let config=JSON['parse'](configuration);isTrue(config[a6_0x3ff3b3(0x15b)])&&(global[a6_0x3ff3b3(0x13c)]=!![]),require(a6_0x3ff3b3(0x137))[a6_0x3ff3b3(0x144)](config);}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a6_0x3ff3b3(0x143)];function a6_0x464c(){const _0x6172f4=['OhSDv','PxiGP','loAzs','__driver','Inside\x20browserstack\x20After','HkeyJ','488496TGRExX','QaZXQ','winstonLogger','cotJE','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','gGgcv','debug','bstack','VFMvX','rLAVC','__timeout','../../helpers/helper','Before','zmzVk','parse','ABZVf','skipSessionName','cucumber/lib/index.js','lnWnb','\x22}}','LLYte','Inside\x20browserstack\x20Before','BiEpx','1175286raccAj','mURDh','wWTWm','toLowerCase','330987uWRmub','pickle','env','Error:\x20quiting\x20at\x20After:\x20','ApAQk','myCCC','join','pjScU','606110aZPyGn','executeScript','tJStb','MeCNV','UESUg','pEvHE','nEJmr','6761296SmSSZC','aLxBP','then','cEvcl','\x20|\x20','result','Qfeew','timeout','failed','CONFIG','MGGrI','783621KqTkob','GtMUp','iBiWi','uBkmT','NdxfQ','hJoZg','5Rzglkl','../../index','../../helpers/logger','592193bblJEi','../../helpers/setKeepAlive','__error_messages__','__skipSessionName','status','name','ANjXH','bZRUh','stringify','Error:\x20setting\x20status\x20at\x20After:\x20','setDefaultTimeout','browserstackAgentV2'];a6_0x464c=function(){return _0x6172f4;};return a6_0x464c();}cucumberModule[a6_0x3ff3b3(0x143)]=_0x5b6d1a=>{const _0x5dd7c1=a6_0x3ff3b3,_0x1ed02f={'hJoZg':function(_0x4db7f3,_0xf23601){return _0x4db7f3(_0xf23601);}};global[_0x5dd7c1(0x155)]=_0x5b6d1a,_0x1ed02f[_0x5dd7c1(0x135)](__setDefaultTimeout,_0x5b6d1a);};const a6_0x2499c3={};a6_0x2499c3['name']=a6_0x3ff3b3(0x152),Before(a6_0x2499c3,function(){const _0x14281a=a6_0x3ff3b3,_0x13420e={};_0x13420e[_0x14281a(0x161)]=_0x14281a(0x160);const _0x4572fa=_0x13420e;logger[_0x14281a(0x151)](_0x4572fa[_0x14281a(0x161)]),global['__error_messages__']=[];});const a6_0xe9cdc0={};a6_0xe9cdc0[a6_0x3ff3b3(0x13e)]=a6_0x3ff3b3(0x152),a6_0xe9cdc0[a6_0x3ff3b3(0x12c)]=0x2710,After(a6_0xe9cdc0,function(_0x549992,_0x4cfbc6){const _0x12a6f2=a6_0x3ff3b3,_0x5f4228={'nEJmr':function(_0x3349d6,_0x35b5ef){return _0x3349d6(_0x35b5ef);},'ABZVf':function(_0x1f4cce,_0x3c221c){return _0x1f4cce(_0x3c221c);},'bZRUh':_0x12a6f2(0x137),'NdxfQ':function(_0x502058,_0x2d5a00){return _0x502058(_0x2d5a00);},'aJGtf':function(_0x125191){return _0x125191();},'LHGaK':_0x12a6f2(0x160),'MeCNV':function(_0x59ec05,_0x22fcf8){return _0x59ec05!==_0x22fcf8;},'OhSDv':_0x12a6f2(0x154),'ANjXH':_0x12a6f2(0x153),'QaZXQ':function(_0x8d24f5,_0x5de55c){return _0x8d24f5===_0x5de55c;},'cEvcl':_0x12a6f2(0x12f),'zmzVk':function(_0x425345,_0x4b67d9){return _0x425345==_0x4b67d9;},'pEvHE':_0x12a6f2(0x12d),'mURDh':'psbDE','LLYte':_0x12a6f2(0x129),'lnWnb':function(_0x13854f,_0x47eb79){return _0x13854f===_0x47eb79;},'tJStb':_0x12a6f2(0x114),'aLxBP':_0x12a6f2(0x133),'Qfeew':function(_0x52b26e,_0x57c034){return _0x52b26e!==_0x57c034;},'pjScU':_0x12a6f2(0x11b),'ApAQk':function(_0x3afcee){return _0x3afcee();},'cotJE':function(_0x3fde7e,_0x28297c){return _0x3fde7e===_0x28297c;},'IqYkO':_0x12a6f2(0x131),'PxiGP':_0x12a6f2(0x132),'gGgcv':function(_0x3665ea,_0x1d66ca){return _0x3665ea(_0x1d66ca);},'UESUg':function(_0x2d233c){return _0x2d233c();},'HkeyJ':_0x12a6f2(0x149)};logger[_0x12a6f2(0x151)](_0x5f4228[_0x12a6f2(0x14a)]),new Promise(async(_0x3dec4c,_0x41d573)=>{const _0x531b7c=_0x12a6f2,_0xb08f9f={'iqRyq':function(_0x43ea47,_0x190d21){const _0x3dde4d=a6_0x2a15;return _0x5f4228[_0x3dde4d(0x134)](_0x43ea47,_0x190d21);},'naZUy':function(_0x4aba43){return _0x5f4228['aJGtf'](_0x4aba43);},'loAzs':_0x5f4228['LHGaK']};let _0x2edae8=![];try{if(_0x5f4228[_0x531b7c(0x121)](_0x5f4228[_0x531b7c(0x145)],_0x5f4228[_0x531b7c(0x13f)])){await global['__driver']['session_'],_0x2edae8=!![];!global[_0x531b7c(0x13c)]&&(_0x5f4228[_0x531b7c(0x14c)](_0x5f4228['cEvcl'],_0x5f4228[_0x531b7c(0x128)])?await global[_0x531b7c(0x148)][_0x531b7c(0x11f)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x549992[_0x531b7c(0x117)]['name']+_0x531b7c(0x15e)):_0x34abc1[_0x531b7c(0x151)](_0x531b7c(0x142)+_0x2794e0));if(_0x5f4228[_0x531b7c(0x158)](_0x549992[_0x531b7c(0x12a)][_0x531b7c(0x13d)][_0x531b7c(0x115)](),_0x5f4228[_0x531b7c(0x123)])){if(_0x5f4228['MeCNV'](_0x5f4228[_0x531b7c(0x113)],_0x5f4228[_0x531b7c(0x113)])){let _0xdeae4c=_0x23c440[_0x531b7c(0x159)](_0x2baa19);_0x5f4228[_0x531b7c(0x124)](_0x311d88,_0xdeae4c[_0x531b7c(0x15b)])&&(_0x4e221e[_0x531b7c(0x13c)]=!![]),_0x5f4228[_0x531b7c(0x15a)](_0x2170ea,_0x5f4228[_0x531b7c(0x140)])[_0x531b7c(0x144)](_0xdeae4c);}else await global[_0x531b7c(0x148)][_0x531b7c(0x11f)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON[_0x531b7c(0x141)](global[_0x531b7c(0x13b)][_0x531b7c(0x11c)](_0x5f4228[_0x531b7c(0x15f)]))+'}}');}else _0x5f4228[_0x531b7c(0x15d)](_0x5f4228[_0x531b7c(0x120)],_0x5f4228[_0x531b7c(0x120)])?await global[_0x531b7c(0x148)][_0x531b7c(0x11f)](_0x531b7c(0x14f)):_0x5d7fa1[_0x531b7c(0x13c)]=!![];}else _0x3625ca[_0x531b7c(0x155)]=_0x339ac6,_0x5f4228['nEJmr'](_0x36ea6b,_0x1f21e0);}catch(_0x4c30ea){_0x5f4228[_0x531b7c(0x121)](_0x5f4228[_0x531b7c(0x126)],_0x5f4228[_0x531b7c(0x126)])?(_0x25fa4d[_0x531b7c(0x151)](_0x531b7c(0x119)+_0xb2db37),_0xb08f9f['iqRyq'](_0x3f62c4,_0x1bdbce)):logger[_0x531b7c(0x151)](_0x531b7c(0x142)+_0x4c30ea);}if(_0x2edae8)try{_0x5f4228[_0x531b7c(0x12b)](_0x5f4228['pjScU'],_0x5f4228[_0x531b7c(0x11d)])?_0xb08f9f['naZUy'](_0x1df35f):(await global[_0x531b7c(0x148)]['initQuit'](),_0x5f4228[_0x531b7c(0x11a)](_0x3dec4c));}catch(_0x73711b){_0x5f4228[_0x531b7c(0x14e)](_0x5f4228['IqYkO'],_0x5f4228[_0x531b7c(0x146)])?(_0x10e149[_0x531b7c(0x151)](_0xb08f9f[_0x531b7c(0x147)]),_0x397816[_0x531b7c(0x13b)]=[]):(logger[_0x531b7c(0x151)](_0x531b7c(0x119)+_0x73711b),_0x5f4228[_0x531b7c(0x150)](_0x41d573,_0x73711b));}else _0x5f4228[_0x531b7c(0x122)](_0x41d573);})[_0x12a6f2(0x127)](()=>_0x4cfbc6());});
1
+ const a6_0x4d79a6=a6_0x56ab;(function(_0x20aaab,_0x2e4c0d){const _0x40c162=a6_0x56ab,_0x428cd5=_0x20aaab();while(!![]){try{const _0x866d98=parseInt(_0x40c162(0x1ef))/0x1*(-parseInt(_0x40c162(0x1d6))/0x2)+-parseInt(_0x40c162(0x1f4))/0x3*(parseInt(_0x40c162(0x1f8))/0x4)+parseInt(_0x40c162(0x1ea))/0x5*(parseInt(_0x40c162(0x1f1))/0x6)+-parseInt(_0x40c162(0x1c7))/0x7*(parseInt(_0x40c162(0x1ae))/0x8)+-parseInt(_0x40c162(0x1b3))/0x9*(-parseInt(_0x40c162(0x1dc))/0xa)+parseInt(_0x40c162(0x1f5))/0xb+-parseInt(_0x40c162(0x1b9))/0xc*(parseInt(_0x40c162(0x1b2))/0xd);if(_0x866d98===_0x2e4c0d)break;else _0x428cd5['push'](_0x428cd5['shift']());}catch(_0x340537){_0x428cd5['push'](_0x428cd5['shift']());}}}(a6_0x40d3,0xa2573));const {requireModule,modifyCommand,isTrue}=require(a6_0x4d79a6(0x1c9)),setKeepAlive=require(a6_0x4d79a6(0x1ed)),cucumberModule=requireModule(a6_0x4d79a6(0x1b8)),logger=require(a6_0x4d79a6(0x1cb))[a6_0x4d79a6(0x1f3)];modifyCommand(),setKeepAlive();let Before=cucumberModule['Before'],After=cucumberModule[a6_0x4d79a6(0x1b7)],configuration=process['env'][a6_0x4d79a6(0x1d3)];if(configuration!==undefined){let config=JSON[a6_0x4d79a6(0x1fb)](configuration);isTrue(config[a6_0x4d79a6(0x1c5)])&&(global[a6_0x4d79a6(0x1c0)]=!![]),require(a6_0x4d79a6(0x1ee))['browserstackAgentV2'](config);}global[a6_0x4d79a6(0x1cd)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a6_0x4d79a6(0x1e0)]=_0x16e68b=>{const _0xf5efc2=a6_0x4d79a6,_0x544b10={'SLcQt':function(_0x22c1bb,_0x47d63d){return _0x22c1bb(_0x47d63d);}};global['__timeout']=_0x16e68b,_0x544b10[_0xf5efc2(0x1e9)](__setDefaultTimeout,_0x16e68b);};const a6_0x546c0b={};a6_0x546c0b[a6_0x4d79a6(0x1ad)]=a6_0x4d79a6(0x1af),Before(a6_0x546c0b,function(){const _0x313426=a6_0x4d79a6,_0x2a9b69={};_0x2a9b69['QkQLQ']=_0x313426(0x1bf);const _0x352389=_0x2a9b69;logger[_0x313426(0x1d2)](_0x352389[_0x313426(0x1c3)]),global[_0x313426(0x1d1)]=[];});const a6_0x4dc5bc={};function a6_0x56ab(_0x1c15eb,_0x154bea){const _0x40d338=a6_0x40d3();return a6_0x56ab=function(_0x56ab22,_0x3c25f6){_0x56ab22=_0x56ab22-0x1ad;let _0x494d4e=_0x40d338[_0x56ab22];return _0x494d4e;},a6_0x56ab(_0x1c15eb,_0x154bea);}a6_0x4dc5bc[a6_0x4d79a6(0x1ad)]=a6_0x4d79a6(0x1af),a6_0x4dc5bc[a6_0x4d79a6(0x1c1)]=0x2710,After(a6_0x4dc5bc,function(_0x3b6eda,_0x1a913e){const _0x2dd5c5=a6_0x4d79a6,_0x159b7f={'bEwMW':function(_0x3867e8,_0x562ee9){return _0x3867e8(_0x562ee9);},'MPTMK':'../../index','KyBZn':function(_0x4b715b){return _0x4b715b();},'BwqFh':_0x2dd5c5(0x1bf),'XDYBA':function(_0x54c91e,_0x271db7){return _0x54c91e===_0x271db7;},'rBXZC':'AawZw','AkbMA':function(_0x4dbd97,_0x99cb79){return _0x4dbd97!==_0x99cb79;},'rICwP':_0x2dd5c5(0x1df),'eoMTQ':function(_0x11b1e4,_0x36d8a7){return _0x11b1e4==_0x36d8a7;},'NbgLc':'failed','yJIEm':_0x2dd5c5(0x1d0),'heGtx':_0x2dd5c5(0x1fc),'IyBor':_0x2dd5c5(0x1f6),'PupAe':'nGmyK','IkAJo':function(_0x306cc2,_0x35c73b){return _0x306cc2!==_0x35c73b;},'kcGsY':_0x2dd5c5(0x1ca),'yvoTg':_0x2dd5c5(0x1b0),'bRVob':function(_0x51e041,_0x4896da){return _0x51e041!==_0x4896da;},'fCMOl':'ixJvG','uEEpz':function(_0x13eee0){return _0x13eee0();},'bMDOO':function(_0x5ced1d,_0x13f1d2){return _0x5ced1d===_0x13f1d2;},'EagqI':_0x2dd5c5(0x1be),'eVPsE':function(_0x191aca){return _0x191aca();},'QfnBf':_0x2dd5c5(0x1c8)};logger['debug'](_0x159b7f[_0x2dd5c5(0x1bb)]),new Promise(async(_0x2c0389,_0x46a97a)=>{const _0x4c340d=_0x2dd5c5,_0x36d671={'QmodS':function(_0x1133db,_0x53d68a){return _0x159b7f['bEwMW'](_0x1133db,_0x53d68a);},'bOFFW':function(_0x1ce648,_0x443ae2){return _0x159b7f['bEwMW'](_0x1ce648,_0x443ae2);},'ZIzXB':function(_0x2a6604){const _0x5a8bf8=a6_0x56ab;return _0x159b7f[_0x5a8bf8(0x1e5)](_0x2a6604);},'eJCgL':_0x159b7f['BwqFh']};let _0x202b09=![];try{if(_0x159b7f[_0x4c340d(0x1e4)](_0x159b7f[_0x4c340d(0x1fa)],_0x159b7f[_0x4c340d(0x1fa)])){await global[_0x4c340d(0x1b1)]['session_'],_0x202b09=!![];!global[_0x4c340d(0x1c0)]&&(_0x159b7f[_0x4c340d(0x1e7)](_0x159b7f[_0x4c340d(0x1b6)],_0x159b7f[_0x4c340d(0x1b6)])?_0x5b3b63[_0x4c340d(0x1c0)]=!![]:await global[_0x4c340d(0x1b1)]['executeScript'](_0x4c340d(0x1de)+_0x3b6eda[_0x4c340d(0x1f0)][_0x4c340d(0x1ad)]+_0x4c340d(0x1e2)));if(_0x159b7f[_0x4c340d(0x1b5)](_0x3b6eda[_0x4c340d(0x1c6)]['status'][_0x4c340d(0x1d5)](),_0x159b7f[_0x4c340d(0x1d9)]))_0x159b7f[_0x4c340d(0x1e7)](_0x159b7f[_0x4c340d(0x1eb)],_0x159b7f[_0x4c340d(0x1dd)])?await global[_0x4c340d(0x1b1)][_0x4c340d(0x1bc)](_0x4c340d(0x1e3)+JSON[_0x4c340d(0x1e8)](global[_0x4c340d(0x1d1)][_0x4c340d(0x1d8)](_0x159b7f['IyBor']))+'}}'):(_0x4b0fa7[_0x4c340d(0x1d2)](_0x4c340d(0x1bd)+_0x58e5e3),_0x36d671[_0x4c340d(0x1b4)](_0x294b00,_0x39434b));else{if(_0x159b7f[_0x4c340d(0x1e4)](_0x159b7f[_0x4c340d(0x1f9)],_0x159b7f[_0x4c340d(0x1f9)]))await global[_0x4c340d(0x1b1)][_0x4c340d(0x1bc)](_0x4c340d(0x1d4));else{let _0x364fb4=_0x18fe91[_0x4c340d(0x1fb)](_0x43d1ae);_0x159b7f[_0x4c340d(0x1fd)](_0x406af5,_0x364fb4[_0x4c340d(0x1c5)])&&(_0x366535[_0x4c340d(0x1c0)]=!![]),_0x159b7f[_0x4c340d(0x1fd)](_0x130b98,_0x159b7f[_0x4c340d(0x1da)])[_0x4c340d(0x1ba)](_0x364fb4);}}}else _0xf8fa7c[_0x4c340d(0x1d2)](_0x4c340d(0x1cf)+_0x579800);}catch(_0x7b5c89){_0x159b7f[_0x4c340d(0x1d7)](_0x159b7f[_0x4c340d(0x1cc)],_0x159b7f[_0x4c340d(0x1ec)])?logger[_0x4c340d(0x1d2)](_0x4c340d(0x1cf)+_0x7b5c89):(_0x460b60['__timeout']=_0x3b1d3b,_0x36d671[_0x4c340d(0x1f2)](_0x4d5df2,_0x292c72));}if(_0x202b09)try{_0x159b7f[_0x4c340d(0x1f7)](_0x159b7f[_0x4c340d(0x1c4)],_0x159b7f['fCMOl'])?_0x36d671[_0x4c340d(0x1e6)](_0x2e6864):(await global[_0x4c340d(0x1b1)][_0x4c340d(0x1ce)](),_0x159b7f[_0x4c340d(0x1e1)](_0x2c0389));}catch(_0x14ce39){_0x159b7f[_0x4c340d(0x1fe)](_0x159b7f['EagqI'],_0x159b7f[_0x4c340d(0x1c2)])?(logger[_0x4c340d(0x1d2)](_0x4c340d(0x1bd)+_0x14ce39),_0x159b7f[_0x4c340d(0x1fd)](_0x46a97a,_0x14ce39)):(_0x1b01bb[_0x4c340d(0x1d2)](_0x36d671[_0x4c340d(0x1db)]),_0x5865d0[_0x4c340d(0x1d1)]=[]);}else _0x159b7f['eVPsE'](_0x46a97a);})['then'](()=>_0x1a913e());});function a6_0x40d3(){const _0x3cbbcb=['After','cucumber/lib/index.js','24DEFdPw','browserstackAgentV2','QfnBf','executeScript','Error:\x20quiting\x20at\x20After:\x20','UHzIC','Inside\x20browserstack\x20Before','__skipSessionName','timeout','EagqI','QkQLQ','fCMOl','skipSessionName','result','14VWpZEs','Inside\x20browserstack\x20After','../../helpers/helper','dAhhQ','../../helpers/logger','kcGsY','__timeout','initQuit','Error:\x20setting\x20status\x20at\x20After:\x20','JPuNF','__error_messages__','debug','CONFIG','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','toLowerCase','6mQQiGL','IkAJo','join','NbgLc','MPTMK','eJCgL','105610hxinMO','heGtx','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bHYxY','setDefaultTimeout','uEEpz','\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','XDYBA','KyBZn','ZIzXB','AkbMA','stringify','SLcQt','705ELFjpa','yJIEm','yvoTg','../../helpers/setKeepAlive','../../index','278313VontDb','pickle','1086alkyUC','bOFFW','winstonLogger','430557qfNdlU','12335697EPuBHO','\x20|\x20','bRVob','4AuRTRB','PupAe','rBXZC','parse','SEtTy','bEwMW','bMDOO','name','1763752vnQLOL','bstack','gfMIq','__driver','1663987cqhPEG','1017cECNqI','QmodS','eoMTQ','rICwP'];a6_0x40d3=function(){return _0x3cbbcb;};return a6_0x40d3();}
@@ -1 +1 @@
1
- const a7_0x3fc5fe=a7_0x47d4;(function(_0x390e7b,_0x2d1ba5){const _0x21799d=a7_0x47d4,_0x505a54=_0x390e7b();while(!![]){try{const _0x1a0e5c=parseInt(_0x21799d(0x17a))/0x1*(-parseInt(_0x21799d(0x176))/0x2)+parseInt(_0x21799d(0x179))/0x3*(-parseInt(_0x21799d(0x17f))/0x4)+parseInt(_0x21799d(0x17d))/0x5*(parseInt(_0x21799d(0x178))/0x6)+parseInt(_0x21799d(0x181))/0x7+-parseInt(_0x21799d(0x174))/0x8+-parseInt(_0x21799d(0x17b))/0x9+parseInt(_0x21799d(0x175))/0xa;if(_0x1a0e5c===_0x2d1ba5)break;else _0x505a54['push'](_0x505a54['shift']());}catch(_0x4df94c){_0x505a54['push'](_0x505a54['shift']());}}}(a7_0x523b,0xa7d2b));const {requireModule}=require(a7_0x3fc5fe(0x17e)),constants=require('../utils/constants');function a7_0x47d4(_0x54380a,_0x53e280){const _0x523bae=a7_0x523b();return a7_0x47d4=function(_0x47d46e,_0x401065){_0x47d46e=_0x47d46e-0x174;let _0x10c40d=_0x523bae[_0x47d46e];return _0x10c40d;},a7_0x47d4(_0x54380a,_0x53e280);}function a7_0x523b(){const _0x48bbd3=['388KrOrmL','cucumber/lib/index.js','411285zfirYu','3071320CgIoRO','23834130oguDgN','2CeiRYK','@cucumber/cucumber/lib/index.js','6250434nRiNgv','35538zxsRbD','1147975YsCoJw','1039968upSwMp','BSTACK_DELTA','5DVeTMy','../../helpers/helper'];a7_0x523b=function(){return _0x48bbd3;};return a7_0x523b();};let cucumberModule=null;try{cucumberModule=requireModule(a7_0x3fc5fe(0x177));}catch(a7_0x18d050){cucumberModule=requireModule(a7_0x3fc5fe(0x180));}cucumberModule['setDefaultTimeout'](constants[a7_0x3fc5fe(0x17c)]+global['__timeout']*0x1);
1
+ const a7_0x5d56e3=a7_0x37a9;(function(_0x50d602,_0x56c5f5){const _0x17fc28=a7_0x37a9,_0x1bb9b1=_0x50d602();while(!![]){try{const _0x51f93f=-parseInt(_0x17fc28(0x1e5))/0x1*(parseInt(_0x17fc28(0x1e3))/0x2)+parseInt(_0x17fc28(0x1eb))/0x3*(parseInt(_0x17fc28(0x1e9))/0x4)+parseInt(_0x17fc28(0x1e6))/0x5+parseInt(_0x17fc28(0x1e2))/0x6*(parseInt(_0x17fc28(0x1df))/0x7)+-parseInt(_0x17fc28(0x1ea))/0x8+parseInt(_0x17fc28(0x1e8))/0x9*(-parseInt(_0x17fc28(0x1e1))/0xa)+parseInt(_0x17fc28(0x1e7))/0xb*(-parseInt(_0x17fc28(0x1e4))/0xc);if(_0x51f93f===_0x56c5f5)break;else _0x1bb9b1['push'](_0x1bb9b1['shift']());}catch(_0xf2d2aa){_0x1bb9b1['push'](_0x1bb9b1['shift']());}}}(a7_0x2082,0x1a1a8));function a7_0x37a9(_0x4e3dc0,_0x44742d){const _0x208282=a7_0x2082();return a7_0x37a9=function(_0x37a9af,_0x186576){_0x37a9af=_0x37a9af-0x1de;let _0x1c956b=_0x208282[_0x37a9af];return _0x1c956b;},a7_0x37a9(_0x4e3dc0,_0x44742d);}const {requireModule}=require('../../helpers/helper'),constants=require('../utils/constants');;let cucumberModule=null;function a7_0x2082(){const _0xb7a7=['315712sadaIn','6adzkaP','__timeout','322JscnYK','@cucumber/cucumber/lib/index.js','2390OyaOsE','24828GQpiMr','2YlmZel','24yGxSdp','155671DThvkS','294470fqEEmY','45628QPwrll','2619hPCeUx','261316iGabvK'];a7_0x2082=function(){return _0xb7a7;};return a7_0x2082();}try{cucumberModule=requireModule(a7_0x5d56e3(0x1e0));}catch(a7_0x35ab43){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a7_0x5d56e3(0x1de)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a8_0x3e44(_0x1e541b,_0x5efa8d){const _0x2daacc=a8_0x2daa();return a8_0x3e44=function(_0x3e44f9,_0x51e1ed){_0x3e44f9=_0x3e44f9-0x14b;let _0x57a78e=_0x2daacc[_0x3e44f9];return _0x57a78e;},a8_0x3e44(_0x1e541b,_0x5efa8d);}const a8_0x1c7027=a8_0x3e44;(function(_0x22ff7c,_0x38fba3){const _0x2fd4a0=a8_0x3e44,_0x2faeb3=_0x22ff7c();while(!![]){try{const _0x214afc=-parseInt(_0x2fd4a0(0x1b7))/0x1+parseInt(_0x2fd4a0(0x204))/0x2*(-parseInt(_0x2fd4a0(0x1ff))/0x3)+parseInt(_0x2fd4a0(0x210))/0x4*(parseInt(_0x2fd4a0(0x21a))/0x5)+parseInt(_0x2fd4a0(0x19e))/0x6*(-parseInt(_0x2fd4a0(0x17f))/0x7)+parseInt(_0x2fd4a0(0x1d3))/0x8*(parseInt(_0x2fd4a0(0x1e9))/0x9)+-parseInt(_0x2fd4a0(0x1bf))/0xa*(-parseInt(_0x2fd4a0(0x1e0))/0xb)+parseInt(_0x2fd4a0(0x1b2))/0xc*(parseInt(_0x2fd4a0(0x185))/0xd);if(_0x214afc===_0x38fba3)break;else _0x2faeb3['push'](_0x2faeb3['shift']());}catch(_0x4ad5ef){_0x2faeb3['push'](_0x2faeb3['shift']());}}}(a8_0x2daa,0x29363));function a8_0x2daa(){const _0x122a97=['\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','mJOZc','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','CJlkn','XchDo','browserstackPercyBestPlatform','5OtiNrP','LdlJb','GVAtx','inherit','timeout__','Getting\x20your\x20jest\x20configs\x20from\x20','DeWIk','test','qlzAC','\x20:\x20','debug','eLWIA','QatEt','IOomB','reporters','proxySettings','upOqh','isBrowserstackInfra','stringify','slice','BROWSERSTACK_TEST_OBSERVABILITY_YML','push','gkFQq','\x0a\x20\x20\x20\x20','fKNKU','dRMvG','\x0amodule.exports\x20=\x20config;','findIndex','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','readFileSync','QYbAB','parse','tJHiK','qguXW','createAccessibilityTestRun','join','CwULI','WDZqs','xcxTY','existsSync','DNwyP','accessibilityOptions','../../helpers/test-observability/sessionHandler','isUndefined','logLevel','nrqUy','root_dir_path','jest_browserstack.config.js','hYSYS','config','urOOW','GKsLA','isAccessibilityAutomationSession','RxOtI','etQiT','package.json','uUEOq','length','1897NphkVl','../../helpers/test-observability/utils','TduYr','false','ZDWwW','requireModule','3146741CtjLUH','SuPiB','BqDhM','cwd','xodKs','MHDDl','writeFileSync','AGyZJ','qZhBA','getErrorMessageFromResults','modifyBrowserStackCaps','KWsOC','wllPL','/customImplements/customTestRunner.js','frNcs','close','skipSessionName','initialize','fZcrv','forEach','dBuxb','/customImplements/customCircus.js','stop','exports','info','7152RQDLcQ','OXZEV','MtaiE','MqMya',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','turboScaleUrl','env','xuaWX','modifyBrowserStackW3CCaps','NdXBA','ChWCP','accessibility','path','platforms','dHrKY','default','BzMrc','nzzJF','mHNZa','sqhIZ','12yendsO','hhavO','shutdown','../../helpers/helper','/jest.setup.js','149498QOvFJm','assign','CiypH','testObservability','setupFilesAfterEnv','OrEVz','testTimeout','JGFir','20YOKHZe','finalExecution','isTestObservabilitySession','child_process','LLSCq','kHYVP','Unable\x20to\x20find\x20jest-circus,\x20','getHubUrl','Deleting\x20','AvWRX','stopAccessibilityTestRun','winstonLogger','UkBCb','../../helpers/logger','testEnvironment','maxWorkers','OVLcT','checkAccessibilityPlatformConfig','parallelsPerPlatform','percy','1432UYEBAU','pcXis','printBuildLink','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','jest_browserstack_results.json','percyCaptureMode','splice','zijvM','DEbUO','getBestPlatformForPercySnapshot','rDTrq','log','Error\x20while\x20parsing\x20','1650110DmESHH','--config','JQymr','chzdr','handleApp','Oihoz','fwYyu','Getting\x20your\x20jest\x20configs\x20from\x20package.json','runInBand','4122LbJKUB','jest','child\x20process\x20exited\x20with\x20code\x20','BTDXt','./test-observability/helper','runner','unlinkSync','/customImplements/customEnvironment.js','hHSoS','platform','XweER','/test-observability/data-hooks.js','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','setup','testEnvironmentOptions','iMsOZ','BS_A11Y_TEST_RUN_ID','browserStackLogLevel','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','cKBvk','jest.cmd','testRunner','27ePwCbJ','Ymvil','inICE','true','AQacQ','60926lnaqFR','Zbgza','IZdET','cgbja','CBdGo','setupFiles','IcjsE','tcBYu','/customImplements/customTestRunnerTemplate.js','const\x20config=','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','XrBZg','1165764OOVzNn','xUMUn','serial__','HbCUa'];a8_0x2daa=function(){return _0x122a97;};return a8_0x2daa();}const fs=require('fs'),path=require(a8_0x1c7027(0x1aa)),{spawn}=require(a8_0x1c7027(0x1c2)),logger=require(a8_0x1c7027(0x1cc))[a8_0x1c7027(0x1ca)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a8_0x1c7027(0x1b5)),constants=require('../utils/constants'),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require(a8_0x1c7027(0x1ed)),testOpsHelper=require(a8_0x1c7027(0x180)),SessionHandler=require(a8_0x1c7027(0x16f)),{getFrameworkVersion,debug}=require(a8_0x1c7027(0x180)),TestDetails=require('./test-observability/test-details'),getUserJestConfigs=(_0x3c8bb0,_0x4337ca)=>{const _0x2f3a18=a8_0x1c7027,_0xcd0900={'frNcs':_0x2f3a18(0x161),'Jvuho':function(_0x4ab149,_0x1915bc){return _0x4ab149===_0x1915bc;},'kHYVP':'fOiXh','IcjsE':_0x2f3a18(0x1ae),'xodKs':function(_0x2e5f61,_0x3f7569){return _0x2e5f61(_0x3f7569);},'HbCUa':function(_0x2ad440,_0x1c7e3a){return _0x2ad440||_0x1c7e3a;},'tJHiK':function(_0x367cfc,_0x24529e){return _0x367cfc(_0x24529e);},'BqDhM':_0x2f3a18(0x17c)},_0x3fcb57=_0x4337ca[_0x2f3a18(0x160)](_0x3ef563=>_0x3ef563=='--config');if(!helper[_0x2f3a18(0x170)](_0x3c8bb0[_0x2f3a18(0x176)])){if(_0xcd0900['Jvuho'](_0xcd0900[_0x2f3a18(0x1c4)],_0xcd0900[_0x2f3a18(0x20a)]))_0x50bb34=_0x54acab[_0x2f3a18(0x184)](_0xcd0900[_0x2f3a18(0x193)]);else{logger['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x3c8bb0[_0x2f3a18(0x176)]);const _0x1788c6=_0xcd0900[_0x2f3a18(0x189)](require,path[_0x2f3a18(0x168)](process['cwd'](),_0x3c8bb0['config']));return _0x4337ca['splice'](_0x3fcb57,0x2),_0xcd0900[_0x2f3a18(0x213)](_0x1788c6,{});}}return logger['info'](_0x2f3a18(0x1e7)),_0xcd0900[_0x2f3a18(0x165)](require,path['join'](process['cwd'](),_0xcd0900[_0x2f3a18(0x187)]))[_0x2f3a18(0x1ea)]||{};},getSerial=(_0x4364ea,_0x19a17a)=>{const _0x3896c0=a8_0x1c7027,_0x12acf1={'tcBYu':function(_0x1e3432,_0x54407a){return _0x1e3432(_0x54407a);},'AGyZJ':'true','DEbUO':function(_0x546be6,_0xb8db05){return _0x546be6>_0xb8db05;},'upOqh':function(_0x11771c,_0x2d7cda){return _0x11771c===_0x2d7cda;},'BTDXt':_0x3896c0(0x21b),'ErnkG':_0x3896c0(0x182)};let _0xc26312=_0x12acf1[_0x3896c0(0x18c)];return _0x12acf1[_0x3896c0(0x1db)](_0x4364ea[_0x3896c0(0x17e)],0x1)&&(!_0x19a17a['runInBand']&&(helper[_0x3896c0(0x170)](_0x19a17a[_0x3896c0(0x1ce)])||_0x12acf1['DEbUO'](_0x19a17a[_0x3896c0(0x1ce)],0x1)))&&(_0x12acf1[_0x3896c0(0x155)](_0x12acf1[_0x3896c0(0x1ec)],_0x12acf1[_0x3896c0(0x1ec)])?_0xc26312=_0x12acf1['ErnkG']:(_0x388c04[_0x3896c0(0x1de)](_0x3462ca),_0x12acf1[_0x3896c0(0x20b)](_0x1d7ebb,_0x3896c0(0x1fb)+_0x27f642))),_0xc26312;},getMaxWorkers=(_0x5595c7,_0x558bc4)=>{const _0x20ea8a=a8_0x1c7027,_0xd9a511={'inICE':_0x20ea8a(0x1ea),'WDZqs':function(_0x92f493,_0x84c646){return _0x92f493===_0x84c646;},'fdbJc':'IsXQo','RobDt':'VjdQY','IOomB':function(_0x430fa2,_0x3c4b9c){return _0x430fa2(_0x3c4b9c);},'NdXBA':_0x20ea8a(0x1cf),'DNwyP':_0x20ea8a(0x1da)};let _0x45018e=0x1;if(!helper[_0x20ea8a(0x170)](_0x558bc4['parallelsPerPlatform'])){if(_0xd9a511[_0x20ea8a(0x16a)](_0xd9a511['fdbJc'],_0xd9a511['RobDt'])){if(_0x57185c)_0x3e89ce[_0x20ea8a(0x15a)](_0x5a139c[_0x20ea8a(0x1a6)](_0x31bed7['config'],_0xd9a511[_0x20ea8a(0x201)],_0x51ee1f));else _0xb96313[_0x20ea8a(0x15a)](_0x5e062b['modifyBrowserStackCaps'](_0x372d98[_0x20ea8a(0x176)],_0xd9a511[_0x20ea8a(0x201)],_0x532767));}else _0x45018e=_0xd9a511[_0x20ea8a(0x152)](parseInt,_0x558bc4[_0x20ea8a(0x1d1)]);}else!helper[_0x20ea8a(0x170)](_0x5595c7[_0x20ea8a(0x1ce)])&&(_0xd9a511[_0x20ea8a(0x16a)](_0xd9a511[_0x20ea8a(0x1a7)],_0xd9a511[_0x20ea8a(0x16d)])?_0x5a254e[_0x20ea8a(0x1a4)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xb5eeaa[_0x20ea8a(0x176)][_0x20ea8a(0x1ba)]:_0x45018e=_0x5595c7[_0x20ea8a(0x1ce)]);return _0x45018e;};async function run(_0x34b535,_0x46d2fb){const _0x4deb61=a8_0x1c7027,_0x32e839={'etQiT':function(_0x2ff0cb,_0x266394){return _0x2ff0cb(_0x266394);},'Ymvil':_0x4deb61(0x182),'dBuxb':function(_0x4444bc,_0x5392fc){return _0x4444bc!==_0x5392fc;},'RxOtI':_0x4deb61(0x15e),'fZcrv':_0x4deb61(0x1ea),'wllPL':function(_0x5132c1,_0x40f631){return _0x5132c1(_0x40f631);},'ngkzv':function(_0x47f458,_0x2a2d9e){return _0x47f458||_0x2a2d9e;},'DeWIk':_0x4deb61(0x17c),'hhavO':_0x4deb61(0x202),'MqMya':function(_0x1bc1fd,_0x473b46){return _0x1bc1fd>_0x473b46;},'QYbAB':function(_0x37c557,_0x48d234){return _0x37c557(_0x48d234);},'Oihoz':_0x4deb61(0x161),'nrqUy':function(_0x16c7c6,_0x279f62){return _0x16c7c6===_0x279f62;},'CwULI':'cBWAF','Zbgza':function(_0x4a1b8b,_0xfb9077){return _0x4a1b8b===_0xfb9077;},'hHSoS':_0x4deb61(0x186),'cgbja':_0x4deb61(0x15b),'qlzAC':function(_0x22c0f7,_0x3a2547){return _0x22c0f7===_0x3a2547;},'vYojG':'paayw','KWsOC':_0x4deb61(0x1cb),'MHDDl':function(_0x332bf1,_0x2c1410){return _0x332bf1===_0x2c1410;},'AQacQ':_0x4deb61(0x17d),'mJOZc':_0x4deb61(0x1a8),'XweER':function(_0x559cba,_0x12bcda){return _0x559cba(_0x12bcda);},'sqhIZ':_0x4deb61(0x217),'Uotwx':function(_0x5b5eb9,_0x1a131d){return _0x5b5eb9!=_0x1a131d;},'XchDo':_0x4deb61(0x20f),'AhKuA':'WqaGZ','nzzJF':_0x4deb61(0x1dd),'AvWRX':function(_0x4a55ab,_0x4ac742,_0x87e2fb){return _0x4a55ab(_0x4ac742,_0x87e2fb);},'eLWIA':_0x4deb61(0x216),'CiypH':function(_0x5769b1,_0x4edb0c){return _0x5769b1===_0x4edb0c;},'WuciT':_0x4deb61(0x151),'mHNZa':_0x4deb61(0x166),'chzdr':function(_0x5c3fd0,_0x47e5fc){return _0x5c3fd0===_0x47e5fc;},'urOOW':_0x4deb61(0x19f),'hEdYT':_0x4deb61(0x1bc),'xcxTY':_0x4deb61(0x1e2),'wnmsJ':function(_0x163968,_0x29ffb7,_0x221522){return _0x163968(_0x29ffb7,_0x221522);},'ESFXd':function(_0x2c9736,_0x3c67ae){return _0x2c9736*_0x3c67ae;},'GKsLA':_0x4deb61(0x174),'rbKQu':_0x4deb61(0x1d7),'fwYyu':_0x4deb61(0x1fc),'pcXis':_0x4deb61(0x1a0),'hYSYS':'IdiOP','LLSCq':function(_0x301b25,_0x15a2ec){return _0x301b25===_0x15a2ec;},'IZdET':_0x4deb61(0x1be),'fKNKU':_0x4deb61(0x21c),'iMsOZ':_0x4deb61(0x1ad),'dHrKY':function(_0x283d45,_0xb62fc5,_0x1a1062){return _0x283d45(_0xb62fc5,_0x1a1062);},'xUMUn':_0x4deb61(0x20e),'WNpkK':_0x4deb61(0x1a5),'UOTHD':function(_0x55c9b2,_0x54959e){return _0x55c9b2(_0x54959e);},'QeUWp':function(_0x340ba8,_0x5d03ce,_0x465f70,_0x49c3b1){return _0x340ba8(_0x5d03ce,_0x465f70,_0x49c3b1);},'CBdGo':_0x4deb61(0x1fd),'ZDWwW':_0x4deb61(0x1e1),'TduYr':_0x4deb61(0x21d),'ydRKB':_0x4deb61(0x194)},_0x2d6d7a=new BrowserStackSetup(_0x34b535,_0x32e839['fZcrv']);helper[_0x4deb61(0x156)]()&&(_0x32e839['dBuxb'](_0x32e839['sqhIZ'],_0x32e839[_0x4deb61(0x1b1)])?_0x32e839[_0x4deb61(0x17b)](_0x296e6b,_0x4deb61(0x1c5)+_0x16169b):(await _0x2d6d7a[_0x4deb61(0x196)](),await helper[_0x4deb61(0x1e4)](_0x2d6d7a[_0x4deb61(0x176)])));if(!_0x2d6d7a[_0x4deb61(0x176)])return;if(_0x32e839['Uotwx'](_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x1ba)],null)){if(_0x32e839[_0x4deb61(0x199)](_0x32e839[_0x4deb61(0x218)],_0x32e839['AhKuA']))process[_0x4deb61(0x1a4)][_0x4deb61(0x159)]=_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x1ba)];else{_0x3a22a5=_0xd429d['readFileSync'](_0x48861c);try{_0x5c4173=_0x4e2aad[_0x4deb61(0x164)](_0x419184);}catch(_0x47d17e){_0x36e4c9[_0x4deb61(0x14f)](_0x4deb61(0x1df)+_0x27360e+',\x20'+_0x419c2e+_0x4deb61(0x14e)+_0x47d17e);}_0x5d6471['unlinkSync'](_0x4f7bf6);}}else _0x32e839[_0x4deb61(0x172)](_0x32e839['nzzJF'],_0x32e839[_0x4deb61(0x1af)])?process['env'][_0x4deb61(0x159)]=_0x32e839[_0x4deb61(0x200)]:_0x5e09f3=_0x32e839['Ymvil'];const _0x38a143=_0x32e839[_0x4deb61(0x1c8)](getUserJestConfigs,_0x34b535,_0x46d2fb);logger[_0x4deb61(0x19d)](_0x32e839[_0x4deb61(0x150)]);const _0x48440c=Object[_0x4deb61(0x1b8)]({},_0x38a143);_0x48440c[_0x4deb61(0x1f7)]={'server':helper[_0x4deb61(0x1c6)](_0x2d6d7a[_0x4deb61(0x176)]),'environment':_0x38a143[_0x4deb61(0x1cd)]};let _0x35418a=helper['useW3C'](_0x2d6d7a[_0x4deb61(0x176)]);const _0x2e8a3b=[];_0x2d6d7a['config']['platforms'][_0x4deb61(0x198)]((_0x587b6c,_0x4de9f3)=>{const _0x19c1ef=_0x4deb61;if(_0x32e839['dBuxb'](_0x32e839[_0x19c1ef(0x17a)],_0x32e839[_0x19c1ef(0x17a)]))_0x1ff52a['debug'](_0x19c1ef(0x1df)+_0x5151d8+',\x20'+_0xc19784+_0x19c1ef(0x14e)+_0x9af54e);else{if(_0x35418a)_0x2e8a3b[_0x19c1ef(0x15a)](helper[_0x19c1ef(0x1a6)](_0x2d6d7a[_0x19c1ef(0x176)],_0x32e839[_0x19c1ef(0x197)],_0x4de9f3));else _0x2e8a3b[_0x19c1ef(0x15a)](helper[_0x19c1ef(0x18f)](_0x2d6d7a[_0x19c1ef(0x176)],_0x32e839['fZcrv'],_0x4de9f3));}});if(!helper[_0x4deb61(0x170)](_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x16e)])){if(_0x32e839[_0x4deb61(0x1b9)](_0x32e839['WuciT'],_0x32e839[_0x4deb61(0x1b0)])){const _0x2c6b8a=_0x5501cd[_0x4deb61(0x160)](_0x205ad5=>_0x205ad5==_0x4deb61(0x1e1));if(!_0x188d39[_0x4deb61(0x170)](_0x113eae['config'])){_0x329ff2[_0x4deb61(0x19d)](_0x4deb61(0x21f)+_0x3008cb[_0x4deb61(0x176)]);const _0xc38035=_0x32e839['wllPL'](_0x1b53da,_0x512cf3['join'](_0x475655[_0x4deb61(0x188)](),_0x222c56[_0x4deb61(0x176)]));return _0x2a14ae['splice'](_0x2c6b8a,0x2),_0x32e839['ngkzv'](_0xc38035,{});}return _0x1f7104[_0x4deb61(0x19d)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x32e839[_0x4deb61(0x191)](_0x359b62,_0xecde2[_0x4deb61(0x168)](_0x69319f[_0x4deb61(0x188)](),_0x32e839[_0x4deb61(0x14b)]))[_0x4deb61(0x1ea)]||{};}else process[_0x4deb61(0x1a4)][_0x4deb61(0x1d6)]=JSON[_0x4deb61(0x157)](_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x16e)]);}let _0x1f5381=_0x2d6d7a['config'][_0x4deb61(0x1a9)];_0x1f5381=_0x1f5381||accessibilityHelper[_0x4deb61(0x1d0)](_0x2d6d7a[_0x4deb61(0x176)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1f5381;if(_0x1f5381){if(_0x32e839[_0x4deb61(0x1e3)](_0x32e839[_0x4deb61(0x177)],_0x32e839['hEdYT']))_0x575d28['setupFilesAfterEnv'][_0x4deb61(0x15a)](_0x1bdb92+_0x4deb61(0x1f4)),_0x3a8099['testRunner']=_0xd3d304+_0x4deb61(0x19a);else{const [_0x4708ce,_0x27ce7a]=await accessibilityHelper[_0x4deb61(0x167)](_0x2d6d7a['config'],_0x32e839[_0x4deb61(0x197)]);logger['info'](_0x4deb61(0x1f5)+_0x27ce7a),process[_0x4deb61(0x1a4)]['BS_A11Y_JWT']=_0x4708ce,process[_0x4deb61(0x1a4)][_0x4deb61(0x1f9)]=_0x27ce7a;}}if(_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x1d2)]){if(_0x32e839[_0x4deb61(0x199)](_0x32e839[_0x4deb61(0x16b)],_0x32e839[_0x4deb61(0x16b)])){_0x7497de[_0x4deb61(0x19d)](_0x4deb61(0x21f)+_0xd7de00[_0x4deb61(0x176)]);const _0x285cd9=_0x32e839['etQiT'](_0x588d7a,_0x594a53[_0x4deb61(0x168)](_0x4b1c72[_0x4deb61(0x188)](),_0x396838[_0x4deb61(0x176)]));return _0x822339[_0x4deb61(0x1d9)](_0x5508bd,0x2),_0x32e839['ngkzv'](_0x285cd9,{});}else _0x48440c[_0x4deb61(0x1f7)][_0x4deb61(0x219)]=helper['getBestPlatformForPercySnapshot'](_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x1ab)]);}_0x48440c[_0x4deb61(0x1f7)]['capabilities']=_0x2e8a3b,_0x48440c['testEnvironmentOptions'][_0x4deb61(0x212)]=_0x32e839[_0x4deb61(0x1c8)](getSerial,_0x2e8a3b,_0x34b535),_0x48440c[_0x4deb61(0x1f7)]['parallels__']=_0x32e839['wnmsJ'](getMaxWorkers,_0x34b535,_0x2d6d7a[_0x4deb61(0x176)]),_0x48440c[_0x4deb61(0x1f7)][_0x4deb61(0x154)]=_0x2d6d7a['config'][_0x4deb61(0x154)],_0x48440c[_0x4deb61(0x1f7)][_0x4deb61(0x21e)]=_0x32e839['ESFXd'](_0x34b535[_0x4deb61(0x1bd)],0x1)||0x1388,_0x48440c['testEnvironmentOptions'][_0x4deb61(0x195)]=_0x2d6d7a['config']['testContextOptions'][_0x4deb61(0x195)],_0x48440c[_0x4deb61(0x1f7)][_0x4deb61(0x1fa)]=config[_0x4deb61(0x171)],_0x48440c[_0x4deb61(0x1f7)][_0x4deb61(0x1d2)]=_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x1d2)],_0x48440c[_0x4deb61(0x1f7)]['percyCaptureMode']=_0x2d6d7a['config'][_0x4deb61(0x1d8)],_0x48440c[_0x4deb61(0x1f7)]['turboScaleUrl']=_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x1a3)];const _0x8c62fd=_0x32e839[_0x4deb61(0x178)],_0x44ae73=path[_0x4deb61(0x168)](__dirname,_0x32e839['rbKQu']),_0x518caa=__dirname+_0x4deb61(0x192),_0x5354d2=__dirname+_0x4deb61(0x20c);_0x48440c['testEnvironment']=__dirname+_0x4deb61(0x1f0),_0x48440c[_0x4deb61(0x1ee)]=_0x518caa,_0x48440c[_0x4deb61(0x1bb)]=[__dirname+_0x4deb61(0x1b6)];if(testOpsHelper['isTestObservabilitySession']()){if(_0x32e839[_0x4deb61(0x199)](_0x32e839[_0x4deb61(0x1e6)],_0x32e839[_0x4deb61(0x1d4)])){let _0x4b1fee=null;try{if(_0x32e839['chzdr'](_0x32e839[_0x4deb61(0x175)],_0x32e839['hYSYS']))_0x4b1fee=helper[_0x4deb61(0x184)](_0x32e839['Oihoz']);else{let _0x380400=_0x32e839[_0x4deb61(0x1b3)];return _0x32e839[_0x4deb61(0x1a1)](_0x58caf0['length'],0x1)&&(!_0x3a0a0d[_0x4deb61(0x1e8)]&&(_0x5c275c[_0x4deb61(0x170)](_0x945df3[_0x4deb61(0x1ce)])||_0x32e839['MqMya'](_0x37fbab['maxWorkers'],0x1)))&&(_0x380400=_0x32e839[_0x4deb61(0x200)]),_0x380400;}}catch(_0x4c6c8a){_0x32e839[_0x4deb61(0x1c3)](_0x32e839[_0x4deb61(0x206)],_0x32e839[_0x4deb61(0x206)])?_0x32e839[_0x4deb61(0x163)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x4c6c8a):_0x3d7222=_0x32e839[_0x4deb61(0x17b)](_0x539baa,_0x405018[_0x4deb61(0x1d1)]);}_0x4b1fee&&(_0x32e839[_0x4deb61(0x199)](_0x32e839[_0x4deb61(0x15d)],_0x32e839[_0x4deb61(0x15d)])?_0x3c779a=_0x1df531[_0x4deb61(0x1ce)]:(_0x48440c[_0x4deb61(0x1bb)][_0x4deb61(0x15a)](__dirname+_0x4deb61(0x1f4)),_0x48440c[_0x4deb61(0x1fe)]=__dirname+_0x4deb61(0x19a)));}else{let _0x360c70=0x1;if(!_0x1ee5de[_0x4deb61(0x170)](_0x4fff67[_0x4deb61(0x1d1)]))_0x360c70=_0x32e839[_0x4deb61(0x163)](_0x46c27f,_0x429cf3[_0x4deb61(0x1d1)]);else!_0x1cc8a2[_0x4deb61(0x170)](_0x323e6c[_0x4deb61(0x1ce)])&&(_0x360c70=_0x82c33[_0x4deb61(0x1ce)]);return _0x360c70;}}_0x48440c[_0x4deb61(0x209)]=[__dirname+'/test_before.setup.js'],_0x48440c['reporters']=_0x48440c[_0x4deb61(0x153)]||[_0x32e839[_0x4deb61(0x1f8)]],_0x32e839[_0x4deb61(0x1ac)](updateTestRerunConfig,_0x48440c,_0x2d6d7a);const _0x416994=fs['readFileSync'](_0x5354d2);fs[_0x4deb61(0x18b)](_0x48440c[_0x4deb61(0x1ee)],_0x4deb61(0x15c)+_0x416994+_0x4deb61(0x214)+_0x2d6d7a[_0x4deb61(0x176)][_0x4deb61(0x1ab)][_0x4deb61(0x17e)]+_0x4deb61(0x1a2)),logger[_0x4deb61(0x19d)]('Creating\x20'+_0x8c62fd+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0x4deb61(0x18b)](_0x8c62fd,_0x4deb61(0x20d)+JSON[_0x4deb61(0x157)](_0x48440c)+_0x4deb61(0x15f)),logger[_0x4deb61(0x19d)](_0x32e839[_0x4deb61(0x211)]);if(testOpsHelper[_0x4deb61(0x1c1)]()){if(_0x32e839[_0x4deb61(0x199)](_0x32e839['WNpkK'],_0x32e839['WNpkK']))_0x567e8e[_0x4deb61(0x1a4)][_0x4deb61(0x1d6)]=_0x230cbd[_0x4deb61(0x157)](_0x2bbf3e[_0x4deb61(0x176)][_0x4deb61(0x16e)]);else{const _0x3f878a={};_0x3f878a[_0x4deb61(0x173)]='',await SessionHandler['launch'](Object[_0x4deb61(0x1b8)]({},_0x2d6d7a[_0x4deb61(0x176)],_0x3f878a),{'frameworkName':_0x32e839[_0x4deb61(0x197)],'frameworkVersion':_0x32e839['UOTHD'](getFrameworkVersion,_0x32e839[_0x4deb61(0x197)])}),TestDetails[_0x4deb61(0x1f6)]();}}helper['filterBrowserstackConfig']({},_0x46d2fb);const _0x52e38f=_0x32e839['QeUWp'](spawn,/^win/[_0x4deb61(0x14c)](process[_0x4deb61(0x1f2)])?_0x32e839[_0x4deb61(0x208)]:_0x32e839['fZcrv'],[_0x32e839[_0x4deb61(0x183)],_0x8c62fd,..._0x46d2fb[_0x4deb61(0x158)](0x1)],{'stdio':_0x32e839[_0x4deb61(0x181)]});_0x52e38f['on'](_0x32e839['ydRKB'],async _0x123b6c=>{const _0x370d4f=_0x4deb61,_0x18e7be={};_0x18e7be[_0x370d4f(0x18d)]=_0x32e839[_0x370d4f(0x200)];const _0x4ba329=_0x18e7be;process['exitCode']=_0x123b6c,logger[_0x370d4f(0x14f)](_0x370d4f(0x1eb)+_0x123b6c),logger[_0x370d4f(0x19d)](_0x370d4f(0x1c7)+_0x8c62fd);let _0x2845f0=null;if(fs[_0x370d4f(0x16c)](_0x44ae73)){if(_0x32e839[_0x370d4f(0x172)](_0x32e839[_0x370d4f(0x169)],_0x32e839[_0x370d4f(0x169)])){_0x2845f0=fs[_0x370d4f(0x162)](_0x44ae73);try{if(_0x32e839[_0x370d4f(0x205)](_0x32e839[_0x370d4f(0x1f1)],_0x32e839[_0x370d4f(0x207)])){let _0x4192bd=null;try{_0x4192bd=_0x2a4e00['requireModule'](_0x32e839[_0x370d4f(0x1e5)]);}catch(_0xd385ec){_0x32e839['etQiT'](_0xd0749c,_0x370d4f(0x1c5)+_0xd385ec);}_0x4192bd&&(_0x31b9db[_0x370d4f(0x1bb)][_0x370d4f(0x15a)](_0x1acfdf+_0x370d4f(0x1f4)),_0x33ff32[_0x370d4f(0x1fe)]=_0x37916d+_0x370d4f(0x19a));}else _0x2845f0=JSON[_0x370d4f(0x164)](_0x2845f0);}catch(_0x65b39d){_0x32e839[_0x370d4f(0x14d)](_0x32e839['vYojG'],_0x32e839[_0x370d4f(0x190)])?_0x37b008[_0x370d4f(0x1a4)][_0x370d4f(0x159)]=_0x4ba329['qZhBA']:logger['debug']('Error\x20while\x20parsing\x20'+_0x44ae73+',\x20'+_0x2845f0+_0x370d4f(0x14e)+_0x65b39d);}fs[_0x370d4f(0x1ef)](_0x44ae73);}else _0x11f1ea['stopAccessibilityTestRun'](_0x526a56[_0x370d4f(0x176)]);}accessibilityHelper[_0x370d4f(0x179)]()&&(_0x32e839[_0x370d4f(0x18a)](_0x32e839[_0x370d4f(0x203)],_0x32e839[_0x370d4f(0x203)])?accessibilityHelper[_0x370d4f(0x1c9)](_0x2d6d7a[_0x370d4f(0x176)]):_0x718c77=_0x1c4342[_0x370d4f(0x164)](_0x43922d));fs['unlinkSync'](_0x8c62fd),fs['unlinkSync'](_0x518caa),_0x2845f0&&(_0x2d6d7a['errorMessage']=helper[_0x370d4f(0x18e)](_0x2845f0,_0x32e839[_0x370d4f(0x197)],_0x2d6d7a));if(testOpsHelper['isTestObservabilitySession']())try{_0x32e839[_0x370d4f(0x199)](_0x32e839[_0x370d4f(0x215)],_0x32e839[_0x370d4f(0x215)])?_0x2176f2[_0x370d4f(0x1f7)]['browserstackPercyBestPlatform']=_0x3b9bcb[_0x370d4f(0x1dc)](_0x2c2077['config'][_0x370d4f(0x1ab)]):await SessionHandler[_0x370d4f(0x19b)]();}catch(_0x3c8ac3){console[_0x370d4f(0x1de)](_0x3c8ac3),_0x32e839[_0x370d4f(0x1f3)](debug,_0x370d4f(0x1fb)+_0x3c8ac3);}testOpsHelper[_0x370d4f(0x1d5)](),TestDetails[_0x370d4f(0x1b4)](),await helper[_0x370d4f(0x1c0)](_0x2d6d7a);});}module[a8_0x1c7027(0x19c)]=run;
2
+ 'use strict';function a8_0x42ea(){const _0x2c10e4=['isTestObservabilitySession','OBKfY','getHubUrl','qfzRh','MfMhQ','mBRmo','nHmYg','xLjYP','filterBrowserstackConfig','platform','141NonxYC','kTdtl','63jZKCXG','join','mYcxX','info','/test_before.setup.js','percy','testEnvironment','2388024XLaYfV','ufIdJ','Creating\x20','GYYnM','getBestPlatformForPercySnapshot','Qkumc','parse','forEach','default','nNaBu','gzzOa','lndUV','parallelsPerPlatform','pzUgk','Error\x20while\x20parsing\x20','percyCaptureMode','testObservability','/customImplements/customCircus.js','Deleting\x20','/customImplements/customTestRunner.js','sKCSK','OtsXq','pApIf','hOVbk','Wrtej','timeout__','setupFilesAfterEnv','const\x20config=','CpMHI','yLAyc','lNFMt','mRBgK','Getting\x20your\x20jest\x20configs\x20from\x20','browserStackLogLevel','nSFza','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','testRunner','vHoag','false','jABev','modifyBrowserStackW3CCaps','maxWorkers','ljpNw','uUvCQ','child\x20process\x20exited\x20with\x20code\x20','assign','logLevel','TVRhN','env','useW3C','ZmPkB','shutdown','jest.cmd','launch','readFileSync','inherit','ktuCi','13042HfEcXm','Unable\x20to\x20find\x20jest-circus,\x20','--config','exports','accessibility','GxvqY','proxySettings','VGNAP','checkAccessibilityPlatformConfig','writeFileSync','esNBF','YXhXU','KUhMT','close','26065gzqqxR','MAkpu','FdqNQ','jest_browserstack_results.json','gTRnM','lMYjb','stringify','createAccessibilityTestRun','OSHhi','splice','runInBand','GdcbD','qQlTR','zOjwc','6128PRwVWh','reporters','handleApp','modifyBrowserStackCaps','63978BzssOf','eQNLm','nGkQW','path','qyIrV','length','browserstackPercyBestPlatform','lHjrT','runner','bLEyg','initialize','RYMjl','VCVod','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','CCeba','pNvdE','\x20with\x20browserstack\x20jest\x20configs','jest','PtmVW','GwSsp','\x20:\x20','skipSessionName','AryuD','setup','iRiMd','3225186zvZUOW','lqqFP','findIndex','zARHd','testEnvironmentOptions','true','exitCode','BROWSERSTACK_TEST_OBSERVABILITY_YML','slice','FQjiF','cwd','qrxHn','EVUbW',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','isBrowserstackInfra','accessibilityOptions','unlinkSync','\x0a\x20\x20\x20\x20','push','jest_browserstack.config.js','26130Fnxcba','YHWRq','sylgc','/customImplements/customTestRunnerTemplate.js','RbFHD','22hJmvon','TZaPv','debug','305gdodPD','../../helpers/test-observability/sessionHandler','testTimeout','/test-observability/data-hooks.js','BS_A11Y_JWT','../../helpers/BrowserStackSetup','IjsDf','setupFiles','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','../../helpers/logger','UJNrE','isUndefined','CkdJI','dKgwC','errorMessage','CQjli','platforms','eEMgc','KhRfJ','LCTYB','RuxjW','existsSync','nFLYt','uQRuu','rLTiR','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','BntlP','../../helpers/test-observability/utils','CupFW','LHWlv','root_dir_path','log','requireModule','yogYs','config','HAWiz','fbxet','capabilities','ZeWvP','../utils/constants','printBuildLink','xYQPH','turboScaleUrl','enCMX','LKCqb'];a8_0x42ea=function(){return _0x2c10e4;};return a8_0x42ea();}const a8_0xb8a45b=a8_0x3f93;(function(_0x37ab66,_0x35885b){const _0x43c8d2=a8_0x3f93,_0x315c25=_0x37ab66();while(!![]){try{const _0x4c6b21=parseInt(_0x43c8d2(0x1ac))/0x1+parseInt(_0x43c8d2(0x19e))/0x2*(-parseInt(_0x43c8d2(0x15c))/0x3)+parseInt(_0x43c8d2(0x1ba))/0x4*(-parseInt(_0x43c8d2(0x1f3))/0x5)+-parseInt(_0x43c8d2(0x1be))/0x6*(parseInt(_0x43c8d2(0x15e))/0x7)+parseInt(_0x43c8d2(0x165))/0x8+parseInt(_0x43c8d2(0x1d7))/0x9+-parseInt(_0x43c8d2(0x1eb))/0xa*(-parseInt(_0x43c8d2(0x1f0))/0xb);if(_0x4c6b21===_0x35885b)break;else _0x315c25['push'](_0x315c25['shift']());}catch(_0x121241){_0x315c25['push'](_0x315c25['shift']());}}}(a8_0x42ea,0x2eef2));function a8_0x3f93(_0x476f77,_0x427f53){const _0x42ea82=a8_0x42ea();return a8_0x3f93=function(_0x3f9330,_0x617a01){_0x3f9330=_0x3f9330-0x142;let _0x41f1a4=_0x42ea82[_0x3f9330];return _0x41f1a4;},a8_0x3f93(_0x476f77,_0x427f53);}const fs=require('fs'),path=require(a8_0xb8a45b(0x1c1)),{spawn}=require('child_process'),logger=require(a8_0xb8a45b(0x1fc))['winstonLogger'],{default:BrowserStackSetup}=require(a8_0xb8a45b(0x1f8)),helper=require('../../helpers/helper'),constants=require(a8_0xb8a45b(0x14c)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a8_0xb8a45b(0x20e)),SessionHandler=require(a8_0xb8a45b(0x1f4)),{getFrameworkVersion,debug}=require(a8_0xb8a45b(0x20e)),TestDetails=require('./test-observability/test-details'),getUserJestConfigs=(_0x52f88e,_0x3ee503)=>{const _0x3d885b=a8_0xb8a45b,_0x93b3a={'yogYs':_0x3d885b(0x18b),'zOjwc':function(_0x8fa16c,_0x4928b9){return _0x8fa16c!==_0x4928b9;},'lqqFP':'xxbRg','GdcbD':function(_0x4c21c9,_0x31e022){return _0x4c21c9(_0x31e022);},'VCVod':function(_0xc5e559,_0x2a2ea6){return _0xc5e559||_0x2a2ea6;},'VGNAP':'package.json'},_0x11ddbe=_0x3ee503[_0x3d885b(0x1d9)](_0x58588a=>_0x58588a==_0x3d885b(0x1a0));if(!helper[_0x3d885b(0x1fe)](_0x52f88e[_0x3d885b(0x147)])){if(_0x93b3a[_0x3d885b(0x1b9)](_0x93b3a['lqqFP'],_0x93b3a[_0x3d885b(0x1d8)]))_0x183944[_0x3d885b(0x195)][_0x3d885b(0x1de)]=_0x93b3a[_0x3d885b(0x146)];else{logger[_0x3d885b(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x52f88e[_0x3d885b(0x147)]);const _0x36116f=_0x93b3a[_0x3d885b(0x1b7)](require,path[_0x3d885b(0x15f)](process[_0x3d885b(0x1e1)](),_0x52f88e[_0x3d885b(0x147)]));return _0x3ee503[_0x3d885b(0x1b5)](_0x11ddbe,0x2),_0x93b3a[_0x3d885b(0x1ca)](_0x36116f,{});}}return logger[_0x3d885b(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x93b3a['GdcbD'](require,path[_0x3d885b(0x15f)](process[_0x3d885b(0x1e1)](),_0x93b3a[_0x3d885b(0x1a5)]))[_0x3d885b(0x1cf)]||{};},getSerial=(_0x1a9df3,_0x1bd2ad)=>{const _0x250172=a8_0xb8a45b,_0x386f27={};_0x386f27['CfqiA']='true',_0x386f27[_0x250172(0x1c0)]=function(_0x482a67,_0x44d13b){return _0x482a67>_0x44d13b;},_0x386f27[_0x250172(0x16a)]=function(_0x22ac85,_0x4bbbf6){return _0x22ac85>_0x4bbbf6;},_0x386f27[_0x250172(0x1ad)]=function(_0xbe0f6c,_0x565d5d){return _0xbe0f6c!==_0x565d5d;},_0x386f27[_0x250172(0x1e0)]=_0x250172(0x15d),_0x386f27['GFUTj']='GIJjF',_0x386f27[_0x250172(0x1f9)]=_0x250172(0x18b);const _0x3ad35f=_0x386f27;let _0x3d9328=_0x3ad35f['CfqiA'];return _0x3ad35f['nGkQW'](_0x1a9df3[_0x250172(0x1c3)],0x1)&&(!_0x1bd2ad[_0x250172(0x1b6)]&&(helper[_0x250172(0x1fe)](_0x1bd2ad[_0x250172(0x18e)])||_0x3ad35f[_0x250172(0x16a)](_0x1bd2ad[_0x250172(0x18e)],0x1)))&&(_0x3ad35f[_0x250172(0x1ad)](_0x3ad35f[_0x250172(0x1e0)],_0x3ad35f['GFUTj'])?_0x3d9328=_0x3ad35f[_0x250172(0x1f9)]:_0x741d3a[_0x250172(0x1db)][_0x250172(0x1c4)]=_0x113928['getBestPlatformForPercySnapshot'](_0x41fb52[_0x250172(0x147)][_0x250172(0x203)])),_0x3d9328;},getMaxWorkers=(_0x1075b4,_0x2db76b)=>{const _0x3a559e=a8_0xb8a45b,_0x138429={'LKCqb':function(_0x157d1a,_0x4d4db1){return _0x157d1a(_0x4d4db1);},'lNFMt':function(_0x4536cd,_0x4ccc35){return _0x4536cd||_0x4ccc35;},'blAKJ':'package.json','uUvCQ':function(_0x2bc6aa,_0xe9defe){return _0x2bc6aa!==_0xe9defe;},'ZmPkB':_0x3a559e(0x1d4),'MfMhQ':function(_0x16d323,_0x251fd4){return _0x16d323!==_0x251fd4;},'Wrtej':_0x3a559e(0x153)};let _0x3a5f6d=0x1;if(!helper['isUndefined'](_0x2db76b['parallelsPerPlatform'])){if(_0x138429[_0x3a559e(0x190)](_0x138429['ZmPkB'],_0x138429[_0x3a559e(0x197)])){const _0x592a2c=_0x28f222[_0x3a559e(0x1d9)](_0x1d1d5f=>_0x1d1d5f==_0x3a559e(0x1a0));if(!_0x10338e[_0x3a559e(0x1fe)](_0x2cfae1[_0x3a559e(0x147)])){_0x1173f0[_0x3a559e(0x161)](_0x3a559e(0x185)+_0x41df9c['config']);const _0x1f8153=_0x138429[_0x3a559e(0x151)](_0x36fa4a,_0x5213b4[_0x3a559e(0x15f)](_0xe5c80[_0x3a559e(0x1e1)](),_0xb2f0c7[_0x3a559e(0x147)]));return _0x545025[_0x3a559e(0x1b5)](_0x592a2c,0x2),_0x138429[_0x3a559e(0x183)](_0x1f8153,{});}return _0xc3a959[_0x3a559e(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x138429[_0x3a559e(0x151)](_0x1b872d,_0x549b43[_0x3a559e(0x15f)](_0x4366ec[_0x3a559e(0x1e1)](),_0x138429['blAKJ']))[_0x3a559e(0x1cf)]||{};}else _0x3a5f6d=_0x138429[_0x3a559e(0x151)](parseInt,_0x2db76b[_0x3a559e(0x171)]);}else!helper[_0x3a559e(0x1fe)](_0x1075b4[_0x3a559e(0x18e)])&&(_0x138429[_0x3a559e(0x156)](_0x138429[_0x3a559e(0x17d)],_0x138429[_0x3a559e(0x17d)])?_0x4dc414[_0x3a559e(0x195)][_0x3a559e(0x188)]=_0x22f363[_0x3a559e(0x1b2)](_0x41ad8e['config'][_0x3a559e(0x1e6)]):_0x3a5f6d=_0x1075b4[_0x3a559e(0x18e)]);return _0x3a5f6d;};async function run(_0x31410e,_0x18cddd){const _0x2e5baf=a8_0xb8a45b,_0x2a665d={'RbFHD':_0x2e5baf(0x18b),'Yklou':function(_0x3d9e5e,_0xfacb9f){return _0x3d9e5e(_0xfacb9f);},'lMYjb':function(_0x1a9ee0,_0x10a76f){return _0x1a9ee0===_0x10a76f;},'TZaPv':_0x2e5baf(0x1cd),'GwSsp':_0x2e5baf(0x1cf),'JeuTy':function(_0x28628e,_0x218d44){return _0x28628e(_0x218d44);},'CpMHI':_0x2e5baf(0x1fb),'eEMgc':function(_0x3f280f,_0x1e09bf){return _0x3f280f(_0x1e09bf);},'oJXzM':_0x2e5baf(0x1dc),'jABev':function(_0x2c9d82,_0x257d1d){return _0x2c9d82>_0x257d1d;},'GxvqY':function(_0x4b79a2,_0x19c4aa){return _0x4b79a2>_0x19c4aa;},'UHfSi':function(_0x56de4c,_0x24cd81){return _0x56de4c||_0x24cd81;},'rLTiR':function(_0x49024c,_0x553208){return _0x49024c(_0x553208);},'uQRuu':function(_0x46149c,_0x309b41){return _0x46149c===_0x309b41;},'enCMX':'NSlIL','sKCSK':function(_0x2b2007,_0x58c5ff){return _0x2b2007===_0x58c5ff;},'GYYnM':_0x2e5baf(0x158),'CkdJI':function(_0x52d251,_0x5360fe){return _0x52d251!==_0x5360fe;},'qyIrV':_0x2e5baf(0x1bf),'xLjYP':_0x2e5baf(0x17a),'bLEyg':function(_0x110e8a,_0x22260f){return _0x110e8a===_0x22260f;},'mRBgK':_0x2e5baf(0x207),'MkBbE':_0x2e5baf(0x1ec),'RYMjl':_0x2e5baf(0x1a8),'lndUV':function(_0x3f8250,_0x58ed72){return _0x3f8250(_0x58ed72);},'PtmVW':function(_0x108828,_0x13b4b3){return _0x108828===_0x13b4b3;},'pApIf':'emURw','EXcvO':'BkdPc','yLAyc':function(_0x1c4423,_0x5708f4){return _0x1c4423!=_0x5708f4;},'mBRmo':function(_0x32cc97,_0x3b5119){return _0x32cc97!==_0x3b5119;},'gzzOa':'XAHYO','KADfR':function(_0x3b29e2,_0x1c272d){return _0x3b29e2!==_0x1c272d;},'mYcxX':_0x2e5baf(0x1ae),'hOVbk':_0x2e5baf(0x166),'CCeba':function(_0x413d02,_0x387d5b,_0x2c701f){return _0x413d02(_0x387d5b,_0x2c701f);},'nNaBu':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','CupFW':function(_0x229a1b,_0x1ff6cc){return _0x229a1b!==_0x1ff6cc;},'ljpNw':_0x2e5baf(0x1fd),'RVqbX':function(_0x2a055b,_0x19bd63){return _0x2a055b===_0x19bd63;},'zJUlM':'XErRH','pzUgk':_0x2e5baf(0x194),'sylgc':_0x2e5baf(0x200),'ktuCi':function(_0x350804,_0x3ae17c,_0x3aefd3){return _0x350804(_0x3ae17c,_0x3aefd3);},'HAWiz':function(_0x35c63b,_0x3a5ea6,_0x1f0882){return _0x35c63b(_0x3a5ea6,_0x1f0882);},'LHWlv':function(_0x49e397,_0x4a8e81){return _0x49e397*_0x4a8e81;},'poIkU':_0x2e5baf(0x1ea),'BntlP':_0x2e5baf(0x1af),'lHjrT':function(_0x4632b8,_0x59fd80){return _0x4632b8===_0x59fd80;},'fbxet':_0x2e5baf(0x14b),'HilOS':_0x2e5baf(0x1aa),'Aouoa':function(_0x5d5000,_0x160bf5){return _0x5d5000!==_0x160bf5;},'cTGpM':_0x2e5baf(0x1e3),'nSFza':_0x2e5baf(0x1da),'XhFWM':_0x2e5baf(0x1d6),'MMkdz':function(_0x5b6a16,_0x56ed1d){return _0x5b6a16!==_0x56ed1d;},'YXhXU':_0x2e5baf(0x1e2),'LCTYB':_0x2e5baf(0x16d),'xYQPH':_0x2e5baf(0x1cb),'vHoag':_0x2e5baf(0x205),'gTRnM':function(_0x433efc,_0x38247c){return _0x433efc(_0x38247c);},'nFLYt':function(_0x1a795b,_0x1059a2,_0x18eb21,_0x33e995){return _0x1a795b(_0x1059a2,_0x18eb21,_0x33e995);},'qfzRh':_0x2e5baf(0x199),'qQlTR':_0x2e5baf(0x1a0),'OSHhi':_0x2e5baf(0x19c),'CQjli':_0x2e5baf(0x1ab)},_0x52e650=new BrowserStackSetup(_0x31410e,_0x2a665d['GwSsp']);helper[_0x2e5baf(0x1e5)]()&&(_0x2a665d[_0x2e5baf(0x1d0)](_0x2a665d[_0x2e5baf(0x17b)],_0x2a665d['EXcvO'])?_0x53f9b8=_0x2a665d[_0x2e5baf(0x1ef)]:(await _0x52e650[_0x2e5baf(0x1c8)](),await helper[_0x2e5baf(0x1bc)](_0x52e650[_0x2e5baf(0x147)])));if(!_0x52e650['config'])return;if(_0x2a665d[_0x2e5baf(0x182)](_0x52e650[_0x2e5baf(0x147)]['testObservability'],null))_0x2a665d[_0x2e5baf(0x157)](_0x2a665d[_0x2e5baf(0x16f)],_0x2a665d[_0x2e5baf(0x16f)])?_0x44d299[_0x2e5baf(0x1f2)](_0x2e5baf(0x173)+_0x5e8cd5+',\x20'+_0x402383+'\x20:\x20'+_0x2dfacc):process[_0x2e5baf(0x195)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x52e650[_0x2e5baf(0x147)]['testObservability'];else{if(_0x2a665d['KADfR'](_0x2a665d[_0x2e5baf(0x160)],_0x2a665d[_0x2e5baf(0x17c)]))process[_0x2e5baf(0x195)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2a665d[_0x2e5baf(0x1ef)];else{let _0x1dfcfd=0x1;if(!_0x31a62a[_0x2e5baf(0x1fe)](_0x2aa144[_0x2e5baf(0x171)]))_0x1dfcfd=_0x2a665d['Yklou'](_0x56e34c,_0x2877b3['parallelsPerPlatform']);else!_0x2745aa[_0x2e5baf(0x1fe)](_0x27641f[_0x2e5baf(0x18e)])&&(_0x1dfcfd=_0x276118[_0x2e5baf(0x18e)]);return _0x1dfcfd;}}const _0x35792f=_0x2a665d[_0x2e5baf(0x1cc)](getUserJestConfigs,_0x31410e,_0x18cddd);logger[_0x2e5baf(0x161)](_0x2a665d[_0x2e5baf(0x16e)]);const _0x14a275=Object[_0x2e5baf(0x192)]({},_0x35792f);_0x14a275['testEnvironmentOptions']={'server':helper[_0x2e5baf(0x154)](_0x52e650[_0x2e5baf(0x147)]),'environment':_0x35792f['testEnvironment']};let _0x5cc2ba=helper[_0x2e5baf(0x196)](_0x52e650['config']);const _0x134db4=[];_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x203)][_0x2e5baf(0x16c)]((_0x130474,_0x2a380f)=>{const _0x5d03a1=_0x2e5baf;if(_0x2a665d[_0x5d03a1(0x1b1)](_0x2a665d[_0x5d03a1(0x1f1)],_0x2a665d[_0x5d03a1(0x1f1)])){if(_0x5cc2ba)_0x134db4[_0x5d03a1(0x1e9)](helper['modifyBrowserStackW3CCaps'](_0x52e650[_0x5d03a1(0x147)],_0x2a665d[_0x5d03a1(0x1d1)],_0x2a380f));else _0x134db4[_0x5d03a1(0x1e9)](helper[_0x5d03a1(0x1bd)](_0x52e650['config'],_0x2a665d[_0x5d03a1(0x1d1)],_0x2a380f));}else{_0xbdaf2a=_0x31783a[_0x5d03a1(0x19b)](_0x209423);try{_0x570cf1=_0x2291b5[_0x5d03a1(0x16b)](_0x562944);}catch(_0x3c3b20){_0x3c4613[_0x5d03a1(0x1f2)]('Error\x20while\x20parsing\x20'+_0x8b9543+',\x20'+_0x4b0378+_0x5d03a1(0x1d2)+_0x3c3b20);}_0x2ea188[_0x5d03a1(0x1e7)](_0x17495b);}});!helper['isUndefined'](_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x1e6)])&&(_0x2a665d[_0x2e5baf(0x20f)](_0x2a665d[_0x2e5baf(0x18f)],_0x2a665d['ljpNw'])?_0x556614=_0x2a665d['JeuTy'](_0xcb2580,_0x3d21ce[_0x2e5baf(0x171)]):process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x1e6)]));let _0x574628=_0x52e650['config'][_0x2e5baf(0x1a2)];_0x574628=_0x574628||accessibilityHelper[_0x2e5baf(0x1a6)](_0x52e650['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x574628;if(_0x574628){if(_0x2a665d['RVqbX'](_0x2a665d['zJUlM'],_0x2a665d[_0x2e5baf(0x172)]))_0x11b5b9=_0x22a668['maxWorkers'];else{const [_0x4d2566,_0x595b61]=await accessibilityHelper[_0x2e5baf(0x1b3)](_0x52e650['config'],_0x2a665d[_0x2e5baf(0x1d1)]);logger[_0x2e5baf(0x161)](_0x2e5baf(0x20c)+_0x595b61),process[_0x2e5baf(0x195)][_0x2e5baf(0x1f7)]=_0x4d2566,process[_0x2e5baf(0x195)]['BS_A11Y_TEST_RUN_ID']=_0x595b61;}}if(_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x163)]){if(_0x2a665d['KADfR'](_0x2a665d[_0x2e5baf(0x1ed)],_0x2a665d['sylgc'])){if(_0x108c00)_0x3e4353[_0x2e5baf(0x1e9)](_0x227ffa[_0x2e5baf(0x18d)](_0x408d1c[_0x2e5baf(0x147)],_0x2a665d[_0x2e5baf(0x1d1)],_0x31c698));else _0x120a2d[_0x2e5baf(0x1e9)](_0x4010d3[_0x2e5baf(0x1bd)](_0x29993d[_0x2e5baf(0x147)],_0x2a665d[_0x2e5baf(0x1d1)],_0x250ca3));}else _0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x1c4)]=helper[_0x2e5baf(0x169)](_0x52e650['config']['platforms']);}_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x14a)]=_0x134db4,_0x14a275[_0x2e5baf(0x1db)]['serial__']=_0x2a665d[_0x2e5baf(0x19d)](getSerial,_0x134db4,_0x31410e),_0x14a275[_0x2e5baf(0x1db)]['parallels__']=_0x2a665d[_0x2e5baf(0x148)](getMaxWorkers,_0x31410e,_0x52e650[_0x2e5baf(0x147)]),_0x14a275[_0x2e5baf(0x1db)]['proxySettings']=_0x52e650['config'][_0x2e5baf(0x1a4)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x17e)]=_0x2a665d[_0x2e5baf(0x142)](_0x31410e[_0x2e5baf(0x1f5)],0x1)||0x1388,_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x1d3)]=_0x52e650[_0x2e5baf(0x147)]['testContextOptions'][_0x2e5baf(0x1d3)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x186)]=config[_0x2e5baf(0x193)],_0x14a275['testEnvironmentOptions']['percy']=_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x163)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x174)]=_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x174)],_0x14a275[_0x2e5baf(0x1db)]['turboScaleUrl']=_0x52e650['config'][_0x2e5baf(0x14f)];const _0x1a4acb=_0x2a665d['poIkU'],_0x1d46e3=path[_0x2e5baf(0x15f)](__dirname,_0x2a665d[_0x2e5baf(0x20d)]),_0x4185c8=__dirname+_0x2e5baf(0x178),_0x5679d5=__dirname+_0x2e5baf(0x1ee);_0x14a275[_0x2e5baf(0x164)]=__dirname+'/customImplements/customEnvironment.js',_0x14a275['runner']=_0x4185c8,_0x14a275['setupFilesAfterEnv']=[__dirname+'/jest.setup.js'];if(testOpsHelper[_0x2e5baf(0x152)]()){if(_0x2a665d[_0x2e5baf(0x1c5)](_0x2a665d[_0x2e5baf(0x149)],_0x2a665d['HilOS'])){let _0x9df976=null;try{_0x9df976=_0x344d9d[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);}catch(_0x398e0b){_0x2a665d[_0x2e5baf(0x204)](_0x3e9d71,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x398e0b);}_0x9df976&&(_0x127c6e[_0x2e5baf(0x17f)][_0x2e5baf(0x1e9)](_0x590845+_0x2e5baf(0x1f6)),_0x3b2e13[_0x2e5baf(0x189)]=_0x38d228+'/customImplements/customCircus.js');}else{let _0x12bba8=null;try{if(_0x2a665d['Aouoa'](_0x2a665d['cTGpM'],_0x2a665d[_0x2e5baf(0x187)]))_0x12bba8=helper[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);else{let _0x5717cb=_0x2a665d['oJXzM'];return _0x2a665d[_0x2e5baf(0x18c)](_0x48af5d[_0x2e5baf(0x1c3)],0x1)&&(!_0x331de2['runInBand']&&(_0x587ea2[_0x2e5baf(0x1fe)](_0x495e84[_0x2e5baf(0x18e)])||_0x2a665d[_0x2e5baf(0x1a3)](_0x382d1b['maxWorkers'],0x1)))&&(_0x5717cb=_0x2a665d[_0x2e5baf(0x1ef)]),_0x5717cb;}}catch(_0x2a252f){_0x2a665d['PtmVW'](_0x2a665d['XhFWM'],_0x2a665d['XhFWM'])?_0x2a665d['eEMgc'](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x2a252f):_0x4ccdc3=_0x5dd48c[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);}if(_0x12bba8){if(_0x2a665d['MMkdz'](_0x2a665d[_0x2e5baf(0x1a9)],_0x2a665d[_0x2e5baf(0x1a9)])){_0x215c74[_0x2e5baf(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x34ecf1['config']);const _0x116489=_0x2a665d['JeuTy'](_0xb0b87f,_0x2339ac[_0x2e5baf(0x15f)](_0x167946[_0x2e5baf(0x1e1)](),_0x3f54d3[_0x2e5baf(0x147)]));return _0x5ba7d7[_0x2e5baf(0x1b5)](_0x5c2451,0x2),_0x2a665d['UHfSi'](_0x116489,{});}else _0x14a275['setupFilesAfterEnv']['push'](__dirname+_0x2e5baf(0x1f6)),_0x14a275[_0x2e5baf(0x189)]=__dirname+_0x2e5baf(0x176);}}}_0x14a275[_0x2e5baf(0x1fa)]=[__dirname+_0x2e5baf(0x162)],_0x14a275[_0x2e5baf(0x1bb)]=_0x14a275[_0x2e5baf(0x1bb)]||[_0x2a665d[_0x2e5baf(0x206)]],_0x2a665d['HAWiz'](updateTestRerunConfig,_0x14a275,_0x52e650);const _0x2f81f0=fs[_0x2e5baf(0x19b)](_0x5679d5);fs[_0x2e5baf(0x1a7)](_0x14a275[_0x2e5baf(0x1c6)],_0x2e5baf(0x1e8)+_0x2f81f0+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x52e650[_0x2e5baf(0x147)]['platforms'][_0x2e5baf(0x1c3)]+_0x2e5baf(0x1e4)),logger[_0x2e5baf(0x161)](_0x2e5baf(0x167)+_0x1a4acb+_0x2e5baf(0x1ce)),fs[_0x2e5baf(0x1a7)](_0x1a4acb,_0x2e5baf(0x180)+JSON[_0x2e5baf(0x1b2)](_0x14a275)+'\x0amodule.exports\x20=\x20config;'),logger[_0x2e5baf(0x161)](_0x2a665d[_0x2e5baf(0x14e)]);if(testOpsHelper[_0x2e5baf(0x152)]()){if(_0x2a665d['Aouoa'](_0x2a665d[_0x2e5baf(0x18a)],_0x2a665d[_0x2e5baf(0x18a)]))_0x4641d7[_0x2e5baf(0x17f)][_0x2e5baf(0x1e9)](_0x91042f+_0x2e5baf(0x1f6)),_0x5e2f48['testRunner']=_0x25ecaf+_0x2e5baf(0x176);else{const _0x22ec5d={};_0x22ec5d[_0x2e5baf(0x143)]='',await SessionHandler[_0x2e5baf(0x19a)](Object[_0x2e5baf(0x192)]({},_0x52e650[_0x2e5baf(0x147)],_0x22ec5d),{'frameworkName':_0x2a665d[_0x2e5baf(0x1d1)],'frameworkVersion':_0x2a665d[_0x2e5baf(0x1b0)](getFrameworkVersion,_0x2a665d[_0x2e5baf(0x1d1)])}),TestDetails[_0x2e5baf(0x1d5)]();}}helper[_0x2e5baf(0x15a)]({},_0x18cddd);const _0x5a6033=_0x2a665d[_0x2e5baf(0x209)](spawn,/^win/['test'](process[_0x2e5baf(0x15b)])?_0x2a665d[_0x2e5baf(0x155)]:_0x2a665d[_0x2e5baf(0x1d1)],[_0x2a665d[_0x2e5baf(0x1b8)],_0x1a4acb,..._0x18cddd[_0x2e5baf(0x1df)](0x1)],{'stdio':_0x2a665d[_0x2e5baf(0x1b4)]});_0x5a6033['on'](_0x2a665d[_0x2e5baf(0x202)],async _0x443265=>{const _0x802832=_0x2e5baf,_0x2f50d0={'ndttC':function(_0x4212b1,_0x4bf96b){const _0xf7b830=a8_0x3f93;return _0x2a665d[_0xf7b830(0x20b)](_0x4212b1,_0x4bf96b);}};process[_0x802832(0x1dd)]=_0x443265,logger[_0x802832(0x1f2)](_0x802832(0x191)+_0x443265),logger[_0x802832(0x161)](_0x802832(0x177)+_0x1a4acb);let _0x50c0cc=null;if(fs[_0x802832(0x208)](_0x1d46e3)){if(_0x2a665d[_0x802832(0x20a)](_0x2a665d[_0x802832(0x150)],_0x2a665d[_0x802832(0x150)])){_0x50c0cc=fs[_0x802832(0x19b)](_0x1d46e3);try{_0x2a665d[_0x802832(0x179)](_0x2a665d[_0x802832(0x168)],_0x2a665d[_0x802832(0x168)])?_0x50c0cc=JSON[_0x802832(0x16b)](_0x50c0cc):_0x2f50d0['ndttC'](_0x474b9d,_0x802832(0x19f)+_0x1a53d2);}catch(_0x3f8bac){_0x2a665d[_0x802832(0x1ff)](_0x2a665d[_0x802832(0x1c2)],_0x2a665d[_0x802832(0x159)])?logger[_0x802832(0x1f2)](_0x802832(0x173)+_0x1d46e3+',\x20'+_0x50c0cc+_0x802832(0x1d2)+_0x3f8bac):_0x5c7714['stopAccessibilityTestRun'](_0x2376c5[_0x802832(0x147)]);}fs[_0x802832(0x1e7)](_0x1d46e3);}else _0x26a293=_0x35cc79['parse'](_0x1752e4);}accessibilityHelper['isAccessibilityAutomationSession']()&&(_0x2a665d[_0x802832(0x1c7)](_0x2a665d[_0x802832(0x184)],_0x2a665d['MkBbE'])?_0x4d272b[_0x802832(0x195)][_0x802832(0x1de)]=_0x2d20e6[_0x802832(0x147)][_0x802832(0x175)]:accessibilityHelper['stopAccessibilityTestRun'](_0x52e650['config']));fs[_0x802832(0x1e7)](_0x1a4acb),fs[_0x802832(0x1e7)](_0x4185c8),_0x50c0cc&&(_0x52e650[_0x802832(0x201)]=helper['getErrorMessageFromResults'](_0x50c0cc,_0x2a665d[_0x802832(0x1d1)],_0x52e650));if(testOpsHelper[_0x802832(0x152)]())try{_0x2a665d[_0x802832(0x1b1)](_0x2a665d[_0x802832(0x1c9)],_0x2a665d[_0x802832(0x1c9)])?await SessionHandler['stop']():(_0x1ee19a[_0x802832(0x144)](_0x29690f),_0x2a665d[_0x802832(0x20b)](_0x20d5ee,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x5bf5be));}catch(_0x3956e1){console['log'](_0x3956e1),_0x2a665d[_0x802832(0x170)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x3956e1);}testOpsHelper[_0x802832(0x14d)](),TestDetails[_0x802832(0x198)](),await helper['finalExecution'](_0x52e650);});}module[a8_0xb8a45b(0x1a1)]=run;
@@ -1 +1 @@
1
- const a9_0x17f8f5=a9_0x5537;function a9_0x34c5(){const _0x5890d6=['ZDbgi','exports','./customJestAdapterInit.js','default','676KSbCUB','11HVkZgl','116zKJrib','78uHbNVs','initRequireModule','8551962ZfXCeG','7308250nOKeQa','../../../helpers/helper','8HbfgRX','PdEev','requireInternalModule','63606MAVdRv','2043210ClVNPO','4348716xUGKCy','688TwujKL','1081326GlzlBM','/jestAdapterInit','7RcQucU'];a9_0x34c5=function(){return _0x5890d6;};return a9_0x34c5();}function a9_0x5537(_0x1ac183,_0x396d79){const _0x34c592=a9_0x34c5();return a9_0x5537=function(_0x5537e1,_0x53a2ae){_0x5537e1=_0x5537e1-0x1ca;let _0x4f8b9d=_0x34c592[_0x5537e1];return _0x4f8b9d;},a9_0x5537(_0x1ac183,_0x396d79);}(function(_0x2f1343,_0x3fb44c){const _0x5c5e8b=a9_0x5537,_0x10e8c3=_0x2f1343();while(!![]){try{const _0x3c7585=parseInt(_0x5c5e8b(0x1d4))/0x1*(-parseInt(_0x5c5e8b(0x1dc))/0x2)+-parseInt(_0x5c5e8b(0x1d1))/0x3*(-parseInt(_0x5c5e8b(0x1de))/0x4)+-parseInt(_0x5c5e8b(0x1d2))/0x5+parseInt(_0x5c5e8b(0x1d5))/0x6*(parseInt(_0x5c5e8b(0x1d7))/0x7)+parseInt(_0x5c5e8b(0x1ce))/0x8*(-parseInt(_0x5c5e8b(0x1cb))/0x9)+-parseInt(_0x5c5e8b(0x1cc))/0xa*(parseInt(_0x5c5e8b(0x1dd))/0xb)+parseInt(_0x5c5e8b(0x1d3))/0xc*(parseInt(_0x5c5e8b(0x1df))/0xd);if(_0x3c7585===_0x3fb44c)break;else _0x10e8c3['push'](_0x10e8c3['shift']());}catch(_0x103bdd){_0x10e8c3['push'](_0x10e8c3['shift']());}}}(a9_0x34c5,0x9e028));const path=require('path'),{requireModule}=require(a9_0x17f8f5(0x1cd));let initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js');initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter[a9_0x17f8f5(0x1db)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a9_0x17f8f5(0x1da));module[a9_0x17f8f5(0x1d9)]=(..._0x394bb3)=>{const _0x2e4732=a9_0x17f8f5,_0x5d9131={'PdEev':_0x2e4732(0x1d6),'aQBoa':function(_0x4f7e90,_0x3c23d3){return _0x4f7e90===_0x3c23d3;},'ZDbgi':function(_0x3f3d8a,..._0x5e1c12){return _0x3f3d8a(..._0x5e1c12);}};return _0x394bb3[0x3][_0x2e4732(0x1ca)]=_0x394bb3[0x3][_0x2e4732(0x1d0)],_0x394bb3[0x3][_0x2e4732(0x1d0)]=(..._0x447531)=>{const _0x787ef1=_0x2e4732;if(_0x447531[0x0]&&_0x447531[0x0]['includes'](_0x5d9131[_0x787ef1(0x1cf)])&&_0x5d9131['aQBoa'](_0x447531[0x1],undefined))return _0x394bb3[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);else return _0x394bb3[0x3][_0x787ef1(0x1ca)](..._0x447531);},_0x5d9131[_0x2e4732(0x1d8)](initJestAdapter,..._0x394bb3);};
1
+ function a9_0xb002(_0x31de2d,_0x4dda65){const _0x4e6c3a=a9_0x4e6c();return a9_0xb002=function(_0xb0028f,_0x3ea8d5){_0xb0028f=_0xb0028f-0x147;let _0x319e48=_0x4e6c3a[_0xb0028f];return _0x319e48;},a9_0xb002(_0x31de2d,_0x4dda65);}const a9_0x37e913=a9_0xb002;(function(_0x382708,_0x5b0398){const _0x2053ff=a9_0xb002,_0x2740c2=_0x382708();while(!![]){try{const _0x42d09c=-parseInt(_0x2053ff(0x14e))/0x1+parseInt(_0x2053ff(0x154))/0x2*(-parseInt(_0x2053ff(0x150))/0x3)+-parseInt(_0x2053ff(0x153))/0x4+-parseInt(_0x2053ff(0x15b))/0x5*(parseInt(_0x2053ff(0x157))/0x6)+parseInt(_0x2053ff(0x15c))/0x7+-parseInt(_0x2053ff(0x158))/0x8+-parseInt(_0x2053ff(0x14b))/0x9*(-parseInt(_0x2053ff(0x147))/0xa);if(_0x42d09c===_0x5b0398)break;else _0x2740c2['push'](_0x2740c2['shift']());}catch(_0x46c8e7){_0x2740c2['push'](_0x2740c2['shift']());}}}(a9_0x4e6c,0x869a5));const path=require(a9_0x37e913(0x156)),{requireModule}=require(a9_0x37e913(0x159));let initJestAdapter=requireModule(a9_0x37e913(0x14f));initJestAdapter=typeof initJestAdapter===a9_0x37e913(0x152)?initJestAdapter:initJestAdapter[a9_0x37e913(0x149)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,'./customJestAdapterInit.js');function a9_0x4e6c(){const _0xbc8713=['40212hFnSRg','1713344ZrTSor','../../../helpers/helper','includes','5oKAVvU','3638453mJgsZp','10qjNVWe','/jestAdapterInit','default','initRequireModule','5926374Tksxwi','WRvLU','exports','156290ziLFxv','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','69201wcMJFk','jqzsw','function','353212sGnJjH','14sDqyNc','requireInternalModule','path'];a9_0x4e6c=function(){return _0xbc8713;};return a9_0x4e6c();}module[a9_0x37e913(0x14d)]=(..._0x12f9cc)=>{const _0x5c6bc1=a9_0x37e913,_0x47b8ab={'WRvLU':_0x5c6bc1(0x148),'jqzsw':function(_0x56ce14,_0x325ccf){return _0x56ce14===_0x325ccf;},'LxHto':function(_0x12e332,..._0x18f4aa){return _0x12e332(..._0x18f4aa);}};return _0x12f9cc[0x3][_0x5c6bc1(0x14a)]=_0x12f9cc[0x3]['requireInternalModule'],_0x12f9cc[0x3][_0x5c6bc1(0x155)]=(..._0x33261e)=>{const _0x4c633a=_0x5c6bc1;if(_0x33261e[0x0]&&_0x33261e[0x0][_0x4c633a(0x15a)](_0x47b8ab[_0x4c633a(0x14c)])&&_0x47b8ab[_0x4c633a(0x151)](_0x33261e[0x1],undefined))return _0x12f9cc[0x3][_0x4c633a(0x14a)](FRAMEWORK_INITIALIZER);else return _0x12f9cc[0x3]['initRequireModule'](..._0x33261e);},_0x47b8ab['LxHto'](initJestAdapter,..._0x12f9cc);};
@@ -1 +1 @@
1
- const a10_0x5cde15=a10_0x2fd6;function a10_0x2fd6(_0x9d9311,_0xd8f7bb){const _0x507019=a10_0x5070();return a10_0x2fd6=function(_0x2fd66e,_0x54dbd9){_0x2fd66e=_0x2fd66e-0x1b7;let _0x1938ad=_0x507019[_0x2fd66e];return _0x1938ad;},a10_0x2fd6(_0x9d9311,_0xd8f7bb);}(function(_0x1b2492,_0x4a1f40){const _0x128e93=a10_0x2fd6,_0x271c9c=_0x1b2492();while(!![]){try{const _0x1f9b80=parseInt(_0x128e93(0x1fe))/0x1*(parseInt(_0x128e93(0x1c1))/0x2)+-parseInt(_0x128e93(0x1cb))/0x3*(-parseInt(_0x128e93(0x1fb))/0x4)+parseInt(_0x128e93(0x1f2))/0x5*(parseInt(_0x128e93(0x1f3))/0x6)+-parseInt(_0x128e93(0x1e5))/0x7+parseInt(_0x128e93(0x1fa))/0x8+-parseInt(_0x128e93(0x1d2))/0x9+-parseInt(_0x128e93(0x1c2))/0xa;if(_0x1f9b80===_0x4a1f40)break;else _0x271c9c['push'](_0x271c9c['shift']());}catch(_0x4a23d3){_0x271c9c['push'](_0x271c9c['shift']());}}}(a10_0x5070,0x729f6));const helper=require(a10_0x5cde15(0x1db)),constants=require(a10_0x5cde15(0x1ed)),{isTestObservabilitySession}=require(a10_0x5cde15(0x1c9)),RequestQueueHandler=require(a10_0x5cde15(0x1d3)),ObservabilityReporter=require(a10_0x5cde15(0x1f4)),_seleniumWebdriver=helper[a10_0x5cde15(0x1c4)](),SeleniumEnvironmentNode=helper[a10_0x5cde15(0x1be)]('jest-environment-node'),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function _interopRequireDefault(_0x359d13){const _0x5c7eba=a10_0x5cde15;return _0x359d13&&_0x359d13[_0x5c7eba(0x1c0)]?_0x359d13:{'default':_0x359d13};}helper[a10_0x5cde15(0x1dd)]();const originalBuilder=_seleniumWebdriver2[a10_0x5cde15(0x1d1)][a10_0x5cde15(0x1eb)];class CustomEnvironment extends _jestEnvironmentNode2[a10_0x5cde15(0x1d1)]{constructor(_0x4a0c58){const _0x33ebc7=a10_0x5cde15,_0x297bd1={'uBWog':function(_0x1c9ac0,_0x59c7d9){return _0x1c9ac0!==_0x59c7d9;},'hsIlf':_0x33ebc7(0x1bc),'vnFTn':_0x33ebc7(0x201),'FAYuF':_0x33ebc7(0x1dc),'sHLEX':function(_0x5747c9,_0x575f5c){return _0x5747c9===_0x575f5c;},'kZBon':_0x33ebc7(0x1e6),'mxLzR':_0x33ebc7(0x202),'cQeSh':function(_0xfca2ea,_0x512461){return _0xfca2ea+_0x512461;},'Chcxw':function(_0x190260){return _0x190260();},'HGjAE':_0x33ebc7(0x1ea),'hSLjN':_0x33ebc7(0x1d5),'pqMoE':function(_0x1ad6f8,_0x5b9a1f){return _0x1ad6f8(_0x5b9a1f);},'qAxHG':_0x33ebc7(0x1c7),'LRLZX':function(_0x2e033a){return _0x2e033a();},'hbIrr':function(_0x12d7e1,_0x3b52c7){return _0x12d7e1===_0x3b52c7;},'Pknoe':'JJZJI','DDPiJ':_0x33ebc7(0x1f5),'gYzHd':function(_0x5d4d85,_0x38c3dd){return _0x5d4d85!==_0x38c3dd;},'VLjNs':'WWHkn'};super(_0x4a0c58),this['global'][_0x33ebc7(0x1c8)]=0x0,this[_0x33ebc7(0x1d0)]={},_0x4a0c58[_0x33ebc7(0x1df)]=_0x4a0c58['testEnvironmentOptions']||{};if(helper[_0x33ebc7(0x1ca)]()){if(_0x297bd1[_0x33ebc7(0x1e8)](_0x297bd1['kZBon'],_0x297bd1[_0x33ebc7(0x1d4)])){const _0x31d048=_0x297bd1['mxLzR']['split']('|');let _0x46a4b2=0x0;while(!![]){switch(_0x31d048[_0x46a4b2++]){case'0':this['global'][_0x33ebc7(0x1c8)]=_0x297bd1[_0x33ebc7(0x1ba)](this[_0x33ebc7(0x1d0)][_0x33ebc7(0x1fc)],constants[_0x33ebc7(0x1bf)]);continue;case'1':_0x4a0c58[_0x33ebc7(0x1df)]=_0x4a0c58[_0x33ebc7(0x1b8)]?_0x4a0c58[_0x33ebc7(0x1b8)][_0x33ebc7(0x1df)]:_0x4a0c58[_0x33ebc7(0x1df)];continue;case'2':this[_0x33ebc7(0x200)]=new _seleniumWebdriver2[(_0x33ebc7(0x1d1))][(_0x33ebc7(0x1eb))]();continue;case'3':this[_0x33ebc7(0x1b9)]=_0x4a0c58['projectConfig']?_0x4a0c58['projectConfig'][_0x33ebc7(0x1b9)]:_0x4a0c58[_0x33ebc7(0x1b9)];continue;case'4':this[_0x33ebc7(0x1d0)]=_0x4a0c58[_0x33ebc7(0x1df)];continue;}break;}}else{const _0x377a5b=new _0x2b2922();_0x377a5b['registerListeners']();}}if(_0x297bd1['Chcxw'](isTestObservabilitySession)){if(_0x297bd1[_0x33ebc7(0x1e0)](_0x297bd1['HGjAE'],_0x297bd1[_0x33ebc7(0x1da)])){const _0x390c50=new ObservabilityReporter();_0x390c50[_0x33ebc7(0x1e2)]();}else this[_0x33ebc7(0x1f9)]['testContext']=_0x100730[_0x33ebc7(0x203)];}this[_0x33ebc7(0x1f9)][_0x33ebc7(0x1f7)]=[],this[_0x33ebc7(0x1f9)]['__webdriver']=_0x297bd1[_0x33ebc7(0x1c3)](require,_0x297bd1[_0x33ebc7(0x1c5)])[_0x33ebc7(0x1cc)]({...this[_0x33ebc7(0x1d0)],'capability':this[_0x33ebc7(0x1b9)]||{}},this,_0x297bd1[_0x33ebc7(0x1e1)](isTestObservabilitySession)),this['global']['browserstackPlatformIndex']=_0x4a0c58[_0x33ebc7(0x1b8)]?_0x4a0c58[_0x33ebc7(0x1b8)][_0x33ebc7(0x1f1)]:_0x4a0c58['browserstackPlatformIndex'],this[_0x33ebc7(0x1f9)][_0x33ebc7(0x1c6)]=_0x4a0c58[_0x33ebc7(0x1df)][_0x33ebc7(0x1c6)],helper[_0x33ebc7(0x205)](this['configuration'][_0x33ebc7(0x1ce)])?_0x297bd1[_0x33ebc7(0x204)](_0x297bd1[_0x33ebc7(0x1e3)],_0x297bd1[_0x33ebc7(0x1bb)])?this[_0x33ebc7(0x1f9)]['sessionNameProvided']=![]:this['global'][_0x33ebc7(0x1e4)]=!![]:_0x297bd1[_0x33ebc7(0x1f6)](_0x297bd1[_0x33ebc7(0x1cf)],_0x297bd1[_0x33ebc7(0x1cf)])?this[_0x33ebc7(0x1f9)][_0x33ebc7(0x1e4)]=!![]:this[_0x33ebc7(0x1f9)][_0x33ebc7(0x1e4)]=![],this[_0x33ebc7(0x1f9)][_0x33ebc7(0x1ee)]=async()=>{const _0x32bea9=_0x33ebc7;if(_0x297bd1[_0x32bea9(0x1e0)](_0x297bd1[_0x32bea9(0x1b7)],_0x297bd1[_0x32bea9(0x1fd)]))await this[_0x32bea9(0x1f9)]['driver'][_0x32bea9(0x1dc)](_0x297bd1['FAYuF']);else{const _0x2b2afc={};return _0x2b2afc['default']=_0x5549ee,_0x5ce629&&_0x4afc2d[_0x32bea9(0x1c0)]?_0x232101:_0x2b2afc;}};}async['teardown'](){const _0x445173=a10_0x5cde15;await helper['cleanupDrivers'](this['global']['__driversArray']),await RequestQueueHandler[_0x445173(0x1ff)]()[_0x445173(0x1d7)](),this[_0x445173(0x1f9)][_0x445173(0x206)][_0x445173(0x1eb)]=originalBuilder;}async[a10_0x5cde15(0x1bd)](){}async[a10_0x5cde15(0x1d8)](_0x2a9b49,_0xddc636){const _0x4bee78=a10_0x5cde15,_0x5567aa={};_0x5567aa[_0x4bee78(0x1f8)]='0|1|4|2|3',_0x5567aa['fQIUG']=function(_0x2c6a96,_0x19ec65){return _0x2c6a96+_0x19ec65;},_0x5567aa[_0x4bee78(0x1d9)]=function(_0x4d12bd,_0x5ac1bf){return _0x4d12bd===_0x5ac1bf;},_0x5567aa[_0x4bee78(0x1e9)]='test_start',_0x5567aa[_0x4bee78(0x1e7)]=function(_0x222949,_0x5f17df){return _0x222949!==_0x5f17df;},_0x5567aa[_0x4bee78(0x1ef)]=_0x4bee78(0x1f0);const _0x5f4200=_0x5567aa,{name:_0x382f69}=_0x2a9b49;if(_0x5f4200[_0x4bee78(0x1d9)](_0x382f69,_0x5f4200[_0x4bee78(0x1e9)])){if(_0x5f4200[_0x4bee78(0x1e7)](_0x5f4200['RTkfr'],_0x5f4200[_0x4bee78(0x1ef)])){const _0x35ef04=_0x5f4200['yGsKQ'][_0x4bee78(0x1ec)]('|');let _0xa4b485=0x0;while(!![]){switch(_0x35ef04[_0xa4b485++]){case'0':_0x4b0d43[_0x4bee78(0x1df)]=_0x1522bc[_0x4bee78(0x1b8)]?_0x48aadd[_0x4bee78(0x1b8)][_0x4bee78(0x1df)]:_0xdce52a[_0x4bee78(0x1df)];continue;case'1':this[_0x4bee78(0x200)]=new _0x3d4794[(_0x4bee78(0x1d1))]['Builder']();continue;case'2':this[_0x4bee78(0x1b9)]=_0x2cf4c9[_0x4bee78(0x1b8)]?_0x330daa['projectConfig'][_0x4bee78(0x1b9)]:_0x5323ab[_0x4bee78(0x1b9)];continue;case'3':this[_0x4bee78(0x1f9)][_0x4bee78(0x1c8)]=_0x5f4200[_0x4bee78(0x1d6)](this[_0x4bee78(0x1d0)]['timeout__'],_0x431ae6[_0x4bee78(0x1bf)]);continue;case'4':this[_0x4bee78(0x1d0)]=_0x2464a2[_0x4bee78(0x1df)];continue;}break;}}else this[_0x4bee78(0x1f9)][_0x4bee78(0x1de)]=_0x2a9b49[_0x4bee78(0x203)];}}}function a10_0x5070(){const _0x55a00f=['1|2|4|3|0','test','hbIrr','isTrue','__webdriver','hsIlf','projectConfig','capability','cQeSh','DDPiJ','tNTKx','setup','requireModule','BSTACK_DELTA','__esModule','8ZUBzmf','9357140Qycxtu','pqMoE','requireSeleniumWebdriver','qAxHG','browserstackPercyBestPlatform','../../../index','__timeout','../../../helpers/test-observability/utils','isBrowserstackInfra','15jUCEKT','browserstackAgentV2','exports','skipSessionName','VLjNs','configuration','default','1459305yvTxpm','../../../helpers/test-observability/requestQueueHandler','kZBon','HpACd','fQIUG','shutdown','handleTestEvent','BOVux','hSLjN','../../../helpers/helper','quit','modifyCommand','testContext','testEnvironmentOptions','uBWog','LRLZX','registerListeners','Pknoe','sessionNameProvided','5769883ppODXo','sJCKS','UnGKU','sHLEX','otdIO','NhvtD','Builder','split','../../utils/constants','cleanup','RTkfr','VHtDX','browserstackPlatformIndex','15DWMuNW','1173774tJdUVQ','../test-observability/obsReporter','PqrIn','gYzHd','__drivers','yGsKQ','global','1506088WFFiNR','696824AsQRyh','timeout__','vnFTn','186361bVpBwL','getInstance','builder','qNfxL'];a10_0x5070=function(){return _0x55a00f;};return a10_0x5070();}module[a10_0x5cde15(0x1cd)]=CustomEnvironment;
1
+ function a10_0x1ade(){const _0x4c805c=['../../../index','../../utils/constants','projectConfig','__esModule','qwYAD','__driversArray','490440veMHVe','timeout__','qqxVX','lhztD','875304JcwYJw','tiRae','global','0|1|4|3|2','oWktW','niIyk','registerListeners','OSing','getInstance','qHNwh','__timeout','181555FfzWiS','testContext','SZeVj','test_start','teardown','3npxGlM','../test-observability/obsReporter','AGYzF','requireSeleniumWebdriver','djIcV','default','AhpjU','handleTestEvent','jest-environment-node','4838490sUpzUe','shutdown','ItCYD','GXKHW','JpIro','AzMVr','browserstackAgentV2','../../../helpers/test-observability/utils','2|4|1|0|3','2476672ABZjAx','876780GyVsaE','TgVHy','../../../helpers/test-observability/requestQueueHandler','Builder','cLsxt','__webdriver','OKKPy','requireModule','quit','modifyCommand','builder','USIqt','sessionNameProvided','isTrue','configuration','1097268caHkjo','14RrjhsA','cleanup','orhYn','browserstackPercyBestPlatform','gcdzj','BSTACK_DELTA','yvdub','../../../helpers/helper','lPlMl','driver','cleanupDrivers','testEnvironmentOptions','capability','browserstackPlatformIndex','test'];a10_0x1ade=function(){return _0x4c805c;};return a10_0x1ade();}const a10_0x50c00f=a10_0x1957;(function(_0x4516a1,_0x3c567f){const _0x3514f3=a10_0x1957,_0x4ff39e=_0x4516a1();while(!![]){try{const _0x75fff8=parseInt(_0x3514f3(0x170))/0x1+parseInt(_0x3514f3(0x188))/0x2+parseInt(_0x3514f3(0x175))/0x3*(-parseInt(_0x3514f3(0x165))/0x4)+parseInt(_0x3514f3(0x161))/0x5+parseInt(_0x3514f3(0x197))/0x6*(-parseInt(_0x3514f3(0x198))/0x7)+-parseInt(_0x3514f3(0x187))/0x8+parseInt(_0x3514f3(0x17e))/0x9;if(_0x75fff8===_0x3c567f)break;else _0x4ff39e['push'](_0x4ff39e['shift']());}catch(_0x4ab253){_0x4ff39e['push'](_0x4ff39e['shift']());}}}(a10_0x1ade,0x58405));const helper=require(a10_0x50c00f(0x153)),constants=require(a10_0x50c00f(0x15c)),{isTestObservabilitySession}=require(a10_0x50c00f(0x185)),RequestQueueHandler=require(a10_0x50c00f(0x18a)),ObservabilityReporter=require(a10_0x50c00f(0x176)),_seleniumWebdriver=helper[a10_0x50c00f(0x178)](),SeleniumEnvironmentNode=helper[a10_0x50c00f(0x18f)](a10_0x50c00f(0x17d)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function _interopRequireDefault(_0xc3da83){const _0x364048=a10_0x50c00f;return _0xc3da83&&_0xc3da83[_0x364048(0x15e)]?_0xc3da83:{'default':_0xc3da83};}helper[a10_0x50c00f(0x191)]();const originalBuilder=_seleniumWebdriver2['default'][a10_0x50c00f(0x18b)];class CustomEnvironment extends _jestEnvironmentNode2[a10_0x50c00f(0x17a)]{constructor(_0x52304b){const _0x431939=a10_0x50c00f,_0x381a00={'gcdzj':function(_0x3054ba,_0x280864){return _0x3054ba===_0x280864;},'lPlMl':_0x431939(0x173),'USIqt':_0x431939(0x168),'AGYzF':function(_0x34fa84,_0x445660){return _0x34fa84+_0x445660;},'TgVHy':function(_0x3a2601,_0x5e91df){return _0x3a2601!==_0x5e91df;},'OSing':_0x431939(0x166),'OKKPy':_0x431939(0x190),'cKyaK':_0x431939(0x181),'qqxVX':_0x431939(0x179),'SZeVj':_0x431939(0x186),'niIyk':function(_0x26f30f){return _0x26f30f();},'Lebjy':function(_0x388bee,_0xbbc780){return _0x388bee!==_0xbbc780;},'qwYAD':'FawJG','AzMVr':function(_0x5babf3,_0x34ea4e){return _0x5babf3(_0x34ea4e);},'LCdtc':_0x431939(0x15b),'ItCYD':function(_0x3c92a2,_0x41cfeb){return _0x3c92a2!==_0x41cfeb;},'yvdub':'yoIIT','oWktW':function(_0x56a9aa,_0x4d81a4){return _0x56a9aa===_0x4d81a4;},'MFteA':_0x431939(0x18c)};super(_0x52304b),this[_0x431939(0x167)]['__timeout']=0x0,this[_0x431939(0x196)]={},_0x52304b[_0x431939(0x157)]=_0x52304b[_0x431939(0x157)]||{};if(helper['isBrowserstackInfra']()){if(_0x381a00[_0x431939(0x189)](_0x381a00['cKyaK'],_0x381a00[_0x431939(0x163)])){const _0x6f1109=_0x381a00[_0x431939(0x172)]['split']('|');let _0x3ba50c=0x0;while(!![]){switch(_0x6f1109[_0x3ba50c++]){case'0':this[_0x431939(0x158)]=_0x52304b[_0x431939(0x15d)]?_0x52304b[_0x431939(0x15d)]['capability']:_0x52304b[_0x431939(0x158)];continue;case'1':this[_0x431939(0x196)]=_0x52304b[_0x431939(0x157)];continue;case'2':_0x52304b[_0x431939(0x157)]=_0x52304b[_0x431939(0x15d)]?_0x52304b['projectConfig'][_0x431939(0x157)]:_0x52304b[_0x431939(0x157)];continue;case'3':this['global'][_0x431939(0x16f)]=_0x381a00[_0x431939(0x177)](this[_0x431939(0x196)][_0x431939(0x162)],constants[_0x431939(0x151)]);continue;case'4':this['builder']=new _seleniumWebdriver2[(_0x431939(0x17a))]['Builder']();continue;}break;}}else{const {name:_0x1e1e25}=_0x521150;_0x381a00[_0x431939(0x150)](_0x1e1e25,_0x381a00[_0x431939(0x154)])&&(this[_0x431939(0x167)][_0x431939(0x171)]=_0x53ac1b[_0x431939(0x15a)]);}}if(_0x381a00['niIyk'](isTestObservabilitySession)){if(_0x381a00['Lebjy'](_0x381a00['qwYAD'],_0x381a00[_0x431939(0x15f)])){const _0xa99ec2=_0x381a00[_0x431939(0x193)]['split']('|');let _0x13f12e=0x0;while(!![]){switch(_0xa99ec2[_0x13f12e++]){case'0':_0x1fbd1f[_0x431939(0x157)]=_0x307e98[_0x431939(0x15d)]?_0x20caff['projectConfig']['testEnvironmentOptions']:_0x230b7d[_0x431939(0x157)];continue;case'1':this[_0x431939(0x192)]=new _0x1b9f6d[(_0x431939(0x17a))][(_0x431939(0x18b))]();continue;case'2':this['global'][_0x431939(0x16f)]=_0x381a00['AGYzF'](this[_0x431939(0x196)][_0x431939(0x162)],_0x11d099['BSTACK_DELTA']);continue;case'3':this[_0x431939(0x158)]=_0x401cb9[_0x431939(0x15d)]?_0x43ea0b[_0x431939(0x15d)][_0x431939(0x158)]:_0x1b06f9['capability'];continue;case'4':this[_0x431939(0x196)]=_0x315cfb['testEnvironmentOptions'];continue;}break;}}else{const _0x4295b4=new ObservabilityReporter();_0x4295b4[_0x431939(0x16b)]();}}this[_0x431939(0x167)]['__drivers']=[],this['global'][_0x431939(0x18d)]=_0x381a00[_0x431939(0x183)](require,_0x381a00['LCdtc'])[_0x431939(0x184)]({...this[_0x431939(0x196)],'capability':this[_0x431939(0x158)]||{}},this,_0x381a00[_0x431939(0x16a)](isTestObservabilitySession)),this[_0x431939(0x167)][_0x431939(0x159)]=_0x52304b['projectConfig']?_0x52304b['projectConfig'][_0x431939(0x159)]:_0x52304b['browserstackPlatformIndex'],this[_0x431939(0x167)][_0x431939(0x14f)]=_0x52304b[_0x431939(0x157)]['browserstackPercyBestPlatform'],helper[_0x431939(0x195)](this['configuration']['skipSessionName'])?_0x381a00[_0x431939(0x180)](_0x381a00[_0x431939(0x152)],_0x381a00['yvdub'])?this[_0x431939(0x167)][_0x431939(0x194)]=!![]:this[_0x431939(0x167)][_0x431939(0x194)]=!![]:_0x381a00[_0x431939(0x169)](_0x381a00['MFteA'],_0x381a00['MFteA'])?this[_0x431939(0x167)][_0x431939(0x194)]=![]:this[_0x431939(0x167)][_0x431939(0x171)]=_0x48985d[_0x431939(0x15a)],this[_0x431939(0x167)][_0x431939(0x199)]=async()=>{const _0x49717c=_0x431939;if(_0x381a00[_0x49717c(0x189)](_0x381a00[_0x49717c(0x16c)],_0x381a00[_0x49717c(0x16c)])){const _0x30d16e={};return _0x30d16e['default']=_0x16ccb4,_0x10a250&&_0xaf1aa1[_0x49717c(0x15e)]?_0x5f26b2:_0x30d16e;}else await this[_0x49717c(0x167)][_0x49717c(0x155)]['quit'](_0x381a00[_0x49717c(0x18e)]);};}async[a10_0x50c00f(0x174)](){const _0x407e69=a10_0x50c00f;await helper[_0x407e69(0x156)](this[_0x407e69(0x167)][_0x407e69(0x160)]),await RequestQueueHandler[_0x407e69(0x16d)]()[_0x407e69(0x17f)](),this[_0x407e69(0x167)]['__webdriver'][_0x407e69(0x18b)]=originalBuilder;}async['setup'](){}async[a10_0x50c00f(0x17c)](_0x3fff5f,_0x4cfa0f){const _0x595775=a10_0x50c00f,_0x2e3b98={};_0x2e3b98[_0x595775(0x182)]=function(_0xbee166,_0x4e5f11){return _0xbee166===_0x4e5f11;},_0x2e3b98[_0x595775(0x164)]=_0x595775(0x173),_0x2e3b98[_0x595775(0x17b)]=function(_0x2b69e7,_0x430696){return _0x2b69e7===_0x430696;},_0x2e3b98[_0x595775(0x19a)]=_0x595775(0x16e);const _0x175e3c=_0x2e3b98,{name:_0x26432e}=_0x3fff5f;_0x175e3c[_0x595775(0x182)](_0x26432e,_0x175e3c['lhztD'])&&(_0x175e3c[_0x595775(0x17b)](_0x175e3c[_0x595775(0x19a)],_0x175e3c[_0x595775(0x19a)])?this[_0x595775(0x167)]['testContext']=_0x3fff5f[_0x595775(0x15a)]:this[_0x595775(0x167)][_0x595775(0x194)]=![]);}}function a10_0x1957(_0x1d80a8,_0x1b6fbb){const _0x1ade06=a10_0x1ade();return a10_0x1957=function(_0x19571c,_0x1086fa){_0x19571c=_0x19571c-0x14f;let _0x510a35=_0x1ade06[_0x19571c];return _0x510a35;},a10_0x1957(_0x1d80a8,_0x1b6fbb);}module['exports']=CustomEnvironment;
@@ -1 +1 @@
1
- const a11_0x231ba6=a11_0x3a49;function a11_0x2a05(){const _0x23df4a=['EAGdb','mOFKV','pid','dqTcl','fZyoC','forEach','heCTP','6071427SqpLQz','405482pUkLTN','1197178rFTjEj','type','keys','makeSingleTestResult','test_done','kqSAF','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','hook_success','10556872ksAZgM','sZZpY','setTestUUID','10zKldhy','voKwH','registerListeners','initialize','wlRbh','OLCcK','SgFmg','getInstance','started_at','mESVI','24YKwTnJ','eGmOf','unhandledErrors','toISOString','AZGOP','jOFGl','afterEach','removeTestUUID','removeAllListeners','TestRunSkipped','teardown','../../../helpers/test-observability/utils','ijIgo','testObservability','nYazv','hookAnalyticsId','length','sendTestRunEvent','jest-circus/build/utils.js','tGYas','HookRunFinished','KFGSg','6936314alCFoL','hook','beforeAll','EQWQk','oHWdA','oIecj','YDWRC','bsQHG','60dOgXBd','../../../helpers/test-observability/requestQueueHandler','124PlVdrE','gYRon','bnINF','addEventHandler','test_skip','PzXke','5njaXhn','beforeEach','markedStatus','INqJw',':hookAnalyticsId','run_describe_finish','PBjro','Yrdwv','VkXNo','RuvUd','../test-observability/test-details','4588552XDFcWj','uFIxw','ckVUB','hAXEL','hook_failure','rKTfl','RiTqC','hook_start','test','UJIbY','shutdown','20481ahZhxB','CFPCM','includes'];a11_0x2a05=function(){return _0x23df4a;};return a11_0x2a05();}(function(_0x55a79b,_0x3a2c23){const _0x248484=a11_0x3a49,_0x19ccc9=_0x55a79b();while(!![]){try{const _0x9c0c5=-parseInt(_0x248484(0x21d))/0x1+parseInt(_0x248484(0x1f5))/0x2*(-parseInt(_0x248484(0x211))/0x3)+parseInt(_0x248484(0x206))/0x4*(parseInt(_0x248484(0x1fb))/0x5)+-parseInt(_0x248484(0x1f3))/0x6*(-parseInt(_0x248484(0x21c))/0x7)+parseInt(_0x248484(0x225))/0x8+-parseInt(_0x248484(0x21b))/0x9*(-parseInt(_0x248484(0x228))/0xa)+parseInt(_0x248484(0x1eb))/0xb*(-parseInt(_0x248484(0x232))/0xc);if(_0x9c0c5===_0x3a2c23)break;else _0x19ccc9['push'](_0x19ccc9['shift']());}catch(_0x467bed){_0x19ccc9['push'](_0x19ccc9['shift']());}}}(a11_0x2a05,0xccd62));const {requireModule}=require('../../../helpers/helper'),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a11_0x231ba6(0x1f4)),TestDetails=require(a11_0x231ba6(0x205)),{patchConsoleLogger,debug}=require(a11_0x231ba6(0x23d)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js'),initInitialize=exportsI[a11_0x231ba6(0x22b)];function a11_0x3a49(_0x1b2081,_0x25192a){const _0x2a05ca=a11_0x2a05();return a11_0x3a49=function(_0x3a49c4,_0x3387c9){_0x3a49c4=_0x3a49c4-0x1e1;let _0x2e3b64=_0x2a05ca[_0x3a49c4];return _0x2e3b64;},a11_0x3a49(_0x1b2081,_0x25192a);}exportsI[a11_0x231ba6(0x22b)]=(..._0x58bc97)=>{const _0x47a59f=a11_0x231ba6,_0x5ccc38={'INqJw':function(_0x569f35,_0x3665fd){return _0x569f35(_0x3665fd);},'YDWRC':function(_0x21fb01){return _0x21fb01();},'RiTqC':_0x47a59f(0x1e7),'cywQM':_0x47a59f(0x20d),'CFPCM':function(_0x5cf5a0,_0x5f2009){return _0x5cf5a0===_0x5f2009;},'oIecj':_0x47a59f(0x203),'jOFGl':_0x47a59f(0x22d),'hAXEL':_0x47a59f(0x231),'KLODv':_0x47a59f(0x218),'HqgNY':function(_0xa65952,_0x37a60f){return _0xa65952===_0x37a60f;},'uFIxw':_0x47a59f(0x229),'Tqeep':_0x47a59f(0x236),'SgFmg':'HookRunStarted','BRwUU':_0x47a59f(0x224),'heCTP':function(_0x472661,_0x5a184a){return _0x472661!==_0x5a184a;},'eqsHM':_0x47a59f(0x1e3),'qCIiJ':_0x47a59f(0x214),'Yrdwv':_0x47a59f(0x1e9),'bsQHG':_0x47a59f(0x20a),'gYRon':_0x47a59f(0x1ed),'SiQnT':_0x47a59f(0x1fc),'ijIgo':_0x47a59f(0x238),'sFGPL':function(_0x3620d3,_0x191788){return _0x3620d3>_0x191788;},'sZZpY':function(_0x3658cf,_0x2c1c29){return _0x3658cf===_0x2c1c29;},'dqTcl':'ncAov','KFGSg':'HmexX','tGYas':'test_start','PBjro':function(_0x592ea6,_0x2d722f){return _0x592ea6!==_0x2d722f;},'PzXke':_0x47a59f(0x222),'mOFKV':_0x47a59f(0x221),'bnINF':_0x47a59f(0x1f9),'wlRbh':function(_0x422d3b,_0x5ebfa4){return _0x422d3b(_0x5ebfa4);},'XpeNv':_0x47a59f(0x23b),'eGmOf':_0x47a59f(0x200),'CWnJp':_0x47a59f(0x23c),'rKTfl':_0x47a59f(0x20f),'RuvUd':function(_0x3ff55a){return _0x3ff55a();},'EQWQk':function(_0x1b10d5,_0xabf932){return _0x1b10d5(_0xabf932);},'oHWdA':'jest-circus/build/state.js'};try{const _0x5a0ddf=new ObservabilityReporter();_0x5a0ddf['testObservability']&&(_0x5ccc38[_0x47a59f(0x212)](_0x5ccc38[_0x47a59f(0x20b)],_0x5ccc38[_0x47a59f(0x20b)])?(_0x5ccc38[_0x47a59f(0x204)](patchConsoleLogger),_0x5a0ddf['registerListeners']()):_0x5ccc38[_0x47a59f(0x1fe)](_0x146ddc,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x8e67c9)),_0x5a0ddf[_0x47a59f(0x1e2)]&&_0x5ccc38[_0x47a59f(0x1ee)](requireModule,_0x5ccc38[_0x47a59f(0x1ef)])[_0x47a59f(0x1f8)](_0x5ccc38[_0x47a59f(0x1ee)](o11yErrorHandler,async(_0x50db0b,_0x407f04)=>{const _0x4901f1=_0x47a59f,_0x292ccc={'ckVUB':function(_0x1a2e52){const _0x2cb70f=a11_0x3a49;return _0x5ccc38[_0x2cb70f(0x1f1)](_0x1a2e52);}},_0x15e884=_0x5ccc38[_0x4901f1(0x1fe)](requireModule,_0x5ccc38[_0x4901f1(0x20c)])[_0x4901f1(0x220)];switch(_0x50db0b['name']){case _0x5ccc38['cywQM']:if(_0x5a0ddf[_0x4901f1(0x1e2)]){if(_0x5ccc38[_0x4901f1(0x212)](_0x5ccc38[_0x4901f1(0x1f0)],_0x5ccc38[_0x4901f1(0x237)]))_0x4dcf7e[_0x4901f1(0x1ec)][_0x4901f1(0x1e4)]=_0x1f4b7e['setTestUUID'](_0x4a67b3['pid']+_0x4901f1(0x1ff)),delete _0x879cc['hook'][_0x4901f1(0x1fd)];else{if(!_0x50db0b[_0x4901f1(0x1ec)]['hookAnalyticsId']){if(_0x5ccc38[_0x4901f1(0x212)](_0x5ccc38[_0x4901f1(0x209)],_0x5ccc38['KLODv']))_0x258551&&(_0x3cd566[_0x3b524d]=_0x59dabd[_0x3cda54]);else{const _0x4db003=TestDetails[_0x4901f1(0x227)](process[_0x4901f1(0x216)]+':hookAnalyticsId');_0x50db0b[_0x4901f1(0x1ec)][_0x4901f1(0x1e4)]=_0x4db003;}}else _0x50db0b['hook'][_0x4901f1(0x1fd)]&&(_0x5ccc38['HqgNY'](_0x5ccc38[_0x4901f1(0x207)],_0x5ccc38['Tqeep'])?_0x5f05f2['keys'](_0x52b280)['forEach'](_0x403da0=>{try{_0x500eb8&&(_0x46194d[_0x403da0]=_0x54b9bd[_0x403da0]);}catch{}}):(_0x50db0b[_0x4901f1(0x1ec)][_0x4901f1(0x1e4)]=TestDetails[_0x4901f1(0x227)](process[_0x4901f1(0x216)]+_0x4901f1(0x1ff)),delete _0x50db0b[_0x4901f1(0x1ec)][_0x4901f1(0x1fd)]));_0x50db0b[_0x4901f1(0x1ec)][_0x4901f1(0x230)]=new Date()[_0x4901f1(0x235)](),await _0x5a0ddf[_0x4901f1(0x1e6)](_0x50db0b['hook'],undefined,![],_0x5ccc38[_0x4901f1(0x22e)]);}}break;case _0x5ccc38['BRwUU']:if(_0x5a0ddf[_0x4901f1(0x1e2)]){if(_0x5ccc38[_0x4901f1(0x21a)](_0x5ccc38['eqsHM'],_0x5ccc38['qCIiJ']))await _0x5a0ddf[_0x4901f1(0x1e6)](_0x50db0b[_0x4901f1(0x1ec)],undefined,![],_0x5ccc38[_0x4901f1(0x202)]),TestDetails[_0x4901f1(0x239)](process['pid']+':hookAnalyticsId');else try{_0xaee4c3&&(_0x2b7e5a[_0x1c65f6]=_0x13b8d2[_0x1018d2]);}catch{}}break;case _0x5ccc38[_0x4901f1(0x1f2)]:[_0x5ccc38[_0x4901f1(0x1f6)],_0x5ccc38['SiQnT'],_0x5ccc38[_0x4901f1(0x1e1)]][_0x4901f1(0x213)](_0x50db0b[_0x4901f1(0x1ec)]['type'])&&(_0x5a0ddf[_0x4901f1(0x20a)]=_0x50db0b[_0x4901f1(0x1ec)][_0x4901f1(0x21e)]),_0x407f04[_0x4901f1(0x234)]&&_0x5ccc38['sFGPL'](_0x407f04[_0x4901f1(0x234)][_0x4901f1(0x1e5)],0x0)&&(_0x50db0b[_0x4901f1(0x1ec)]['errorsDetailed']=[_0x407f04['unhandledErrors'][0x0][0x0]]);_0x5a0ddf[_0x4901f1(0x1e2)]&&(_0x5ccc38[_0x4901f1(0x226)](_0x5ccc38[_0x4901f1(0x217)],_0x5ccc38[_0x4901f1(0x1ea)])?(_0x292ccc[_0x4901f1(0x208)](_0x2185eb),_0x576b90[_0x4901f1(0x22a)]()):(await _0x5a0ddf['sendTestRunEvent'](_0x50db0b['hook'],undefined,![],_0x5ccc38[_0x4901f1(0x202)]),TestDetails[_0x4901f1(0x239)](process[_0x4901f1(0x216)]+_0x4901f1(0x1ff))));break;case _0x5ccc38[_0x4901f1(0x1e8)]:if(_0x5a0ddf[_0x4901f1(0x1e2)]){if(_0x5ccc38[_0x4901f1(0x201)](_0x5ccc38[_0x4901f1(0x1fa)],_0x5ccc38['PzXke'])){const _0x425c8f=_0x993c3['setTestUUID'](_0x4ce954[_0x4901f1(0x216)]+_0x4901f1(0x1ff));_0x2e9d21['hook'][_0x4901f1(0x1e4)]=_0x425c8f;}else await _0x5a0ddf['testStarted'](_0x50db0b['test']);}break;case _0x5ccc38[_0x4901f1(0x215)]:_0x50db0b['test']={..._0x5ccc38[_0x4901f1(0x1fe)](_0x15e884,_0x50db0b[_0x4901f1(0x20e)]),..._0x50db0b[_0x4901f1(0x20e)]};_0x5a0ddf['testObservability']&&(_0x5a0ddf[_0x4901f1(0x1e2)]&&(!_0x50db0b[_0x4901f1(0x20e)]['markedStatus']&&(_0x50db0b[_0x4901f1(0x20e)]['markedStatus']=!![],await _0x5a0ddf['sendTestRunEvent'](_0x50db0b['test']))));break;case _0x5ccc38[_0x4901f1(0x1f7)]:_0x50db0b[_0x4901f1(0x20e)]={..._0x5ccc38[_0x4901f1(0x22c)](_0x15e884,_0x50db0b['test']),..._0x50db0b[_0x4901f1(0x20e)]};_0x5a0ddf[_0x4901f1(0x1e2)]&&(_0x5a0ddf['testObservability']&&(!_0x50db0b[_0x4901f1(0x20e)][_0x4901f1(0x1fd)]&&(_0x50db0b['test']['markedStatus']=!![],await _0x5a0ddf[_0x4901f1(0x1e6)](_0x50db0b['test'],undefined,![],_0x5ccc38['XpeNv']))));break;case _0x5ccc38[_0x4901f1(0x233)]:_0x5a0ddf['hook_failure']=null;break;case _0x5ccc38['CWnJp']:await RequestQueueHandler[_0x4901f1(0x22f)]()[_0x4901f1(0x210)](),process[_0x4901f1(0x23a)]();break;default:}}));}catch(_0x13bee1){_0x5ccc38['wlRbh'](debug,_0x47a59f(0x223)+_0x13bee1);}return _0x5ccc38['EQWQk'](initInitialize,..._0x58bc97);};try{Object[a11_0x231ba6(0x21f)](exportsI)[a11_0x231ba6(0x219)](_0x31cd48=>{try{exports&&(exports[_0x31cd48]=exportsI[_0x31cd48]);}catch{}});}catch{}
1
+ const a11_0xf3311d=a11_0x32ea;(function(_0x1d2ad8,_0x15e77f){const _0x40a41b=a11_0x32ea,_0x59ca2e=_0x1d2ad8();while(!![]){try{const _0x493d5d=parseInt(_0x40a41b(0x178))/0x1+-parseInt(_0x40a41b(0x185))/0x2*(parseInt(_0x40a41b(0x192))/0x3)+parseInt(_0x40a41b(0x1b3))/0x4+parseInt(_0x40a41b(0x180))/0x5*(parseInt(_0x40a41b(0x195))/0x6)+parseInt(_0x40a41b(0x1a2))/0x7+parseInt(_0x40a41b(0x16b))/0x8+-parseInt(_0x40a41b(0x1b2))/0x9*(parseInt(_0x40a41b(0x179))/0xa);if(_0x493d5d===_0x15e77f)break;else _0x59ca2e['push'](_0x59ca2e['shift']());}catch(_0xfea3af){_0x59ca2e['push'](_0x59ca2e['shift']());}}}(a11_0x3e8b,0xc28b4));const {requireModule}=require(a11_0xf3311d(0x190)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a11_0xf3311d(0x1a8)),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require(a11_0xf3311d(0x17d)),{o11yErrorHandler}=require(a11_0xf3311d(0x1ae)),exportsI=requireModule(a11_0xf3311d(0x194)),initInitialize=exportsI['initialize'];exportsI[a11_0xf3311d(0x189)]=(..._0x435f29)=>{const _0x562a39=a11_0xf3311d,_0x40ac9e={'nmGfd':function(_0x5e0baf){return _0x5e0baf();},'ADlKT':function(_0x54387e,_0x2633f6){return _0x54387e(_0x2633f6);},'HIbho':_0x562a39(0x1ad),'iOJPc':_0x562a39(0x19c),'dLHiK':function(_0x21f11e,_0x181c3c){return _0x21f11e!==_0x181c3c;},'csbNO':_0x562a39(0x187),'OWpsg':_0x562a39(0x1af),'HWamf':function(_0x34ce11,_0x593643){return _0x34ce11!==_0x593643;},'XGWNm':_0x562a39(0x18d),'IzyfP':function(_0x6c6ecd,_0x7c4d7){return _0x6c6ecd!==_0x7c4d7;},'YukNf':_0x562a39(0x15e),'qVQma':_0x562a39(0x1b4),'fNtxq':_0x562a39(0x18e),'MvoVk':function(_0x1d99f6,_0x1b6f96){return _0x1d99f6===_0x1b6f96;},'akJRM':_0x562a39(0x19f),'JYTUs':_0x562a39(0x198),'JTYcz':_0x562a39(0x197),'yGUwI':_0x562a39(0x18c),'HGPXo':_0x562a39(0x162),'aAPlh':'afterEach','Upbte':function(_0x1aa75f,_0x43f006){return _0x1aa75f>_0x43f006;},'DZDQJ':function(_0x3e79e8,_0x3001e5){return _0x3e79e8===_0x3001e5;},'sNXAt':_0x562a39(0x1ab),'LDrrc':_0x562a39(0x168),'LMSpo':function(_0x1886e1,_0x46314d){return _0x1886e1===_0x46314d;},'JSHkN':_0x562a39(0x1a0),'WVDaE':_0x562a39(0x181),'Wkadz':_0x562a39(0x193),'EUmUu':'TestRunSkipped','VyQUg':_0x562a39(0x15b),'TRJOj':_0x562a39(0x18a),'HdyQQ':_0x562a39(0x199),'Gccmt':_0x562a39(0x175),'NCdQR':function(_0xd3db55,_0xe85e5b){return _0xd3db55(_0xe85e5b);},'FArIw':_0x562a39(0x17a)};try{const _0x2022c2=new ObservabilityReporter();_0x2022c2[_0x562a39(0x1ac)]&&(_0x40ac9e['IzyfP'](_0x40ac9e[_0x562a39(0x169)],_0x40ac9e[_0x562a39(0x166)])?(_0x40ac9e[_0x562a39(0x1b1)](patchConsoleLogger),_0x2022c2[_0x562a39(0x182)]()):(_0x52bef4[_0x562a39(0x1a9)][_0x562a39(0x1b6)]=_0x51e2db[_0x562a39(0x16f)](_0x4c630d[_0x562a39(0x16d)]+_0x562a39(0x161)),delete _0x52f331[_0x562a39(0x1a9)][_0x562a39(0x188)])),_0x2022c2[_0x562a39(0x1ac)]&&_0x40ac9e[_0x562a39(0x17b)](requireModule,_0x40ac9e[_0x562a39(0x17e)])[_0x562a39(0x16e)](_0x40ac9e[_0x562a39(0x17b)](o11yErrorHandler,async(_0x90d9bd,_0x12516d)=>{const _0x13631d=_0x562a39,_0x2473cc={'IsnFd':function(_0x2223cb,_0x2464cd){const _0x13f7d2=a11_0x32ea;return _0x40ac9e[_0x13f7d2(0x16a)](_0x2223cb,_0x2464cd);}},_0x138432=_0x40ac9e['ADlKT'](requireModule,_0x40ac9e[_0x13631d(0x17c)])[_0x13631d(0x17f)];switch(_0x90d9bd[_0x13631d(0x172)]){case _0x40ac9e['iOJPc']:if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e[_0x13631d(0x15d)](_0x40ac9e['csbNO'],_0x40ac9e[_0x13631d(0x1b5)])){if(!_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]){if(_0x40ac9e[_0x13631d(0x174)](_0x40ac9e['XGWNm'],_0x40ac9e[_0x13631d(0x1a7)]))_0x40ac9e['nmGfd'](_0x3e6846),_0x298cae[_0x13631d(0x182)]();else{const _0x36ce1e=TestDetails['setTestUUID'](process['pid']+_0x13631d(0x161));_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=_0x36ce1e;}}else _0x90d9bd['hook'][_0x13631d(0x188)]&&(_0x40ac9e[_0x13631d(0x1b0)](_0x40ac9e[_0x13631d(0x1aa)],_0x40ac9e['YukNf'])?_0x2d340f&&(_0x143f03[_0x536d79]=_0x3b7c41[_0x994cc4]):(_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=TestDetails[_0x13631d(0x16f)](process[_0x13631d(0x16d)]+_0x13631d(0x161)),delete _0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x188)]));_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1a6)]=new Date()[_0x13631d(0x163)](),await _0x2022c2['sendTestRunEvent'](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e['qVQma']);}else _0x2473cc['IsnFd'](_0x4b4a8b,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0xb45b00);}break;case _0x40ac9e[_0x13631d(0x1a4)]:_0x2022c2[_0x13631d(0x1ac)]&&(_0x40ac9e[_0x13631d(0x18f)](_0x40ac9e['akJRM'],_0x40ac9e['akJRM'])?(await _0x2022c2[_0x13631d(0x164)](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e['JYTUs']),TestDetails[_0x13631d(0x177)](process[_0x13631d(0x16d)]+_0x13631d(0x161))):_0x422597[_0x13631d(0x19e)](_0x8892e2)[_0x13631d(0x170)](_0x32cd5b=>{try{_0x494ef8&&(_0xf953f[_0x32cd5b]=_0x593a72[_0x32cd5b]);}catch{}}));break;case _0x40ac9e[_0x13631d(0x18b)]:[_0x40ac9e[_0x13631d(0x173)],_0x40ac9e[_0x13631d(0x183)],_0x40ac9e[_0x13631d(0x19d)]][_0x13631d(0x160)](_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x19a)])&&(_0x2022c2[_0x13631d(0x197)]=_0x90d9bd['hook']['type']),_0x12516d[_0x13631d(0x186)]&&_0x40ac9e[_0x13631d(0x196)](_0x12516d[_0x13631d(0x186)][_0x13631d(0x165)],0x0)&&(_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x15f)]=[_0x12516d[_0x13631d(0x186)][0x0][0x0]]);if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e['DZDQJ'](_0x40ac9e[_0x13631d(0x191)],_0x40ac9e[_0x13631d(0x191)]))await _0x2022c2[_0x13631d(0x164)](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e[_0x13631d(0x1a5)]),TestDetails['removeTestUUID'](process[_0x13631d(0x16d)]+_0x13631d(0x161));else try{_0x7615c6&&(_0x3c6c22[_0x61d28c]=_0x9ddc57[_0x1192aa]);}catch{}}break;case _0x40ac9e['LDrrc']:if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e['LMSpo'](_0x40ac9e[_0x13631d(0x167)],_0x40ac9e[_0x13631d(0x167)]))await _0x2022c2[_0x13631d(0x1a3)](_0x90d9bd[_0x13631d(0x16c)]);else{const _0x1074d3=_0xeedb22[_0x13631d(0x16f)](_0x40815a['pid']+_0x13631d(0x161));_0x584aa7[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=_0x1074d3;}}break;case _0x40ac9e['WVDaE']:_0x90d9bd[_0x13631d(0x16c)]={..._0x40ac9e[_0x13631d(0x16a)](_0x138432,_0x90d9bd[_0x13631d(0x16c)]),..._0x90d9bd['test']};_0x2022c2[_0x13631d(0x1ac)]&&(_0x2022c2[_0x13631d(0x1ac)]&&(!_0x90d9bd[_0x13631d(0x16c)][_0x13631d(0x188)]&&(_0x90d9bd['test']['markedStatus']=!![],await _0x2022c2['sendTestRunEvent'](_0x90d9bd['test']))));break;case _0x40ac9e['Wkadz']:_0x90d9bd[_0x13631d(0x16c)]={..._0x40ac9e['ADlKT'](_0x138432,_0x90d9bd[_0x13631d(0x16c)]),..._0x90d9bd['test']};_0x2022c2[_0x13631d(0x1ac)]&&(_0x2022c2['testObservability']&&(!_0x90d9bd['test']['markedStatus']&&(_0x90d9bd['test'][_0x13631d(0x188)]=!![],await _0x2022c2[_0x13631d(0x164)](_0x90d9bd['test'],undefined,![],_0x40ac9e[_0x13631d(0x19b)]))));break;case _0x40ac9e['VyQUg']:_0x2022c2['hook_failure']=null;break;case _0x40ac9e[_0x13631d(0x184)]:await RequestQueueHandler[_0x13631d(0x171)]()[_0x13631d(0x176)](),process[_0x13631d(0x15c)]();break;default:}}));}catch(_0x3af22a){_0x40ac9e['ADlKT'](debug,_0x562a39(0x1a1)+_0x3af22a);}return _0x40ac9e[_0x562a39(0x16a)](initInitialize,..._0x435f29);};try{Object[a11_0xf3311d(0x19e)](exportsI)[a11_0xf3311d(0x170)](_0xa76028=>{try{exports&&(exports[_0xa76028]=exportsI[_0xa76028]);}catch{}});}catch{}function a11_0x32ea(_0x5f34ce,_0x41b512){const _0x3e8bb9=a11_0x3e8b();return a11_0x32ea=function(_0x32ea41,_0x31f545){_0x32ea41=_0x32ea41-0x15b;let _0x4e1ff8=_0x3e8bb9[_0x32ea41];return _0x4e1ff8;},a11_0x32ea(_0x5f34ce,_0x41b512);}function a11_0x3e8b(){const _0x4598b6=['Upbte','hook_failure','HookRunFinished','yzioD','type','EUmUu','hook_start','aAPlh','keys','IgPDl','aDSZI','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','8288203taMCRO','testStarted','fNtxq','JYTUs','started_at','XGWNm','../../../helpers/test-observability/requestQueueHandler','hook','YukNf','eRAnL','testObservability','jest-circus/build/utils.js','../../../helpers/test-observability/error-handler','akRmc','IzyfP','nmGfd','36yqwVvX','2306136vHWfIx','HookRunStarted','OWpsg','hookAnalyticsId','run_describe_finish','removeAllListeners','dLHiK','ZRKqZ','errorsDetailed','includes',':hookAnalyticsId','beforeEach','toISOString','sendTestRunEvent','length','Gccmt','JSHkN','test_start','HdyQQ','ADlKT','975136fTTcoa','test','pid','addEventHandler','setTestUUID','forEach','getInstance','name','yGUwI','HWamf','hWPtp','shutdown','removeTestUUID','1237325Qywjpq','8515240RugvOA','jest-circus/build/state.js','NCdQR','HIbho','../../../helpers/test-observability/utils','FArIw','makeSingleTestResult','1086260BCoBgg','test_done','registerListeners','HGPXo','TRJOj','6184eYlQkJ','unhandledErrors','YVHaj','markedStatus','initialize','teardown','JTYcz','beforeAll','HNLXd','hook_success','MvoVk','../../../helpers/helper','sNXAt','3gOJMOQ','test_skip','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','30fZzqKz'];a11_0x3e8b=function(){return _0x4598b6;};return a11_0x3e8b();}
@@ -1 +1 @@
1
- 'use strict';const a12_0x3eccda=a12_0x4c01;function a12_0x4c01(_0x9b194e,_0x16d707){const _0x4af884=a12_0x4af8();return a12_0x4c01=function(_0x4c01ab,_0x36da73){_0x4c01ab=_0x4c01ab-0x88;let _0x523aec=_0x4af884[_0x4c01ab];return _0x523aec;},a12_0x4c01(_0x9b194e,_0x16d707);}function a12_0x4af8(){const _0x54f294=['740524zbqZJl','parallels__','nfiiw','407152myBUvX','slice','17616QYOENn','length','config','defineProperty','testEnvironmentOptions','exports','337390NfcVDL','1534368ejdARi','4167693PHzqVh','serial','__esModule','_globalConfig','3YUiPfL','GoPaA','false','5yPhZdd','4801460MKiGuL','1057Vsgxli','push','freeze','context','BdNKm','capabilities','default','runTests'];a12_0x4af8=function(){return _0x54f294;};return a12_0x4af8();}(function(_0x4957fb,_0x1ff4d1){const _0x5a5d90=a12_0x4c01,_0xf53116=_0x4957fb();while(!![]){try{const _0x5dd2c7=parseInt(_0x5a5d90(0x97))/0x1+parseInt(_0x5a5d90(0x9f))/0x2*(parseInt(_0x5a5d90(0xa5))/0x3)+parseInt(_0x5a5d90(0x94))/0x4*(parseInt(_0x5a5d90(0x8a))/0x5)+-parseInt(_0x5a5d90(0x99))/0x6*(parseInt(_0x5a5d90(0x8c))/0x7)+parseInt(_0x5a5d90(0xa0))/0x8+-parseInt(_0x5a5d90(0xa1))/0x9+parseInt(_0x5a5d90(0x8b))/0xa;if(_0x5dd2c7===_0x1ff4d1)break;else _0xf53116['push'](_0xf53116['shift']());}catch(_0x2815b7){_0xf53116['push'](_0xf53116['shift']());}}}(a12_0x4af8,0x808ab));const {requireModule,isBrowserstackInfra}=require('../../../helpers/helper'),a12_0x3abcf6={};a12_0x3abcf6['value']=!![],Object[a12_0x3eccda(0x9c)](exports,a12_0x3eccda(0xa3),a12_0x3abcf6),exports[a12_0x3eccda(0x92)]=void 0x0;function _interopRequireDefault(_0xfcb564){const _0x1e3637=a12_0x3eccda;return _0xfcb564&&_0xfcb564[_0x1e3637(0xa3)]?_0xfcb564:{'default':_0xfcb564};}const JestRunner=_interopRequireDefault(requireModule('jest-runner'))[a12_0x3eccda(0x92)];class TestRunner extends JestRunner{constructor(..._0x4e483a){super(..._0x4e483a);}[a12_0x3eccda(0x93)](..._0x209787){const _0x2b8319=a12_0x3eccda,_0x52de9b={'nfiiw':function(_0x452f57){return _0x452f57();},'BdNKm':function(_0x4bfe0b,_0x23fc84){return _0x4bfe0b-_0x23fc84;},'ukwld':function(_0x99411d,_0x540560){return _0x99411d*_0x540560;},'qHbdt':function(_0x42d04f,_0x2ac5f1){return _0x42d04f==_0x2ac5f1;},'GoPaA':_0x2b8319(0x89),'CcsGC':function(_0x53a78c,_0x1340a8){return _0x53a78c<_0x1340a8;}};if(!_0x52de9b[_0x2b8319(0x96)](isBrowserstackInfra))return super['runTests'](..._0x209787);const _0x16f4c1=_0x209787[0x0],_0x127f82=_0x209787[_0x52de9b[_0x2b8319(0x90)](_0x209787[_0x2b8319(0x9a)],0x1)],_0xa572fe=_0x16f4c1[0x0][_0x2b8319(0x8f)][_0x2b8319(0x9b)][_0x2b8319(0x9d)][_0x2b8319(0x91)],_0x170e15=_0x16f4c1[0x0][_0x2b8319(0x8f)][_0x2b8319(0x9b)][_0x2b8319(0x9d)][_0x2b8319(0x95)];_0x170e15&&(this['_globalConfig']=Object['freeze']({...this[_0x2b8319(0xa4)],'maxWorkers':_0x52de9b['ukwld'](_0x170e15,_0xa572fe[_0x2b8319(0x9a)])}));if(_0x52de9b['qHbdt'](_0x16f4c1[0x0][_0x2b8319(0x8f)][_0x2b8319(0x9b)][_0x2b8319(0x9d)]['serial__'],_0x52de9b[_0x2b8319(0x88)]))_0x127f82&&(_0x127f82[_0x2b8319(0xa2)]=![]);const _0x1171b0=[];for(let _0x1b4aae=0x0;_0x52de9b['CcsGC'](_0x1b4aae,_0x16f4c1['length']);_0x1b4aae++){const _0x41d44d=[];_0xa572fe['forEach']((_0x1b10f5,_0x55a9d3)=>{const _0x180368=_0x2b8319,_0x486341={..._0x16f4c1[_0x1b4aae]};let _0xff4e9e=_0x486341;_0xff4e9e[_0x180368(0x8f)]=Object[_0x180368(0x8e)]({..._0xff4e9e['context'],'config':{..._0xff4e9e[_0x180368(0x8f)][_0x180368(0x9b)],'capability':_0x1b10f5,'browserstackPlatformIndex':_0x55a9d3}}),_0x41d44d[_0x180368(0x8d)](_0xff4e9e);}),_0x1171b0['push'](..._0x41d44d);}return super[_0x2b8319(0x93)](_0x1171b0,..._0x209787[_0x2b8319(0x98)](0x1));}}module[a12_0x3eccda(0x9e)]=TestRunner;
1
+ 'use strict';const a12_0x263d1a=a12_0x2455;(function(_0x5b7a97,_0x37b453){const _0x1684d1=a12_0x2455,_0x16fe1a=_0x5b7a97();while(!![]){try{const _0x4212de=parseInt(_0x1684d1(0x207))/0x1+parseInt(_0x1684d1(0x203))/0x2+-parseInt(_0x1684d1(0x200))/0x3*(-parseInt(_0x1684d1(0x1f3))/0x4)+-parseInt(_0x1684d1(0x1f7))/0x5*(-parseInt(_0x1684d1(0x1fa))/0x6)+parseInt(_0x1684d1(0x204))/0x7+-parseInt(_0x1684d1(0x1fe))/0x8+-parseInt(_0x1684d1(0x1f1))/0x9*(parseInt(_0x1684d1(0x202))/0xa);if(_0x4212de===_0x37b453)break;else _0x16fe1a['push'](_0x16fe1a['shift']());}catch(_0x167f58){_0x16fe1a['push'](_0x16fe1a['shift']());}}}(a12_0x8f55,0xb4925));function a12_0x2455(_0x55b786,_0x931c82){const _0x8f5508=a12_0x8f55();return a12_0x2455=function(_0x24553d,_0x2b17da){_0x24553d=_0x24553d-0x1eb;let _0x18c243=_0x8f5508[_0x24553d];return _0x18c243;},a12_0x2455(_0x55b786,_0x931c82);}const {requireModule,isBrowserstackInfra}=require(a12_0x263d1a(0x1fc)),a12_0xbf835b={};a12_0xbf835b[a12_0x263d1a(0x1eb)]=!![],Object[a12_0x263d1a(0x1f5)](exports,a12_0x263d1a(0x1f4),a12_0xbf835b),exports[a12_0x263d1a(0x1ff)]=void 0x0;function _interopRequireDefault(_0x2431f9){const _0x52b605=a12_0x263d1a;return _0x2431f9&&_0x2431f9[_0x52b605(0x1f4)]?_0x2431f9:{'default':_0x2431f9};}function a12_0x8f55(){const _0x5cf4f5=['__esModule','defineProperty','idgAv','1066805mVvOHd','length','false','12oaZhVP','runTests','../../../helpers/helper','slice','4925648epPjCU','default','1944357zGCxkI','config','20TcQCgg','589030mkNMFE','7768901JVIPZE','hkZJS','jest-runner','24230RAQFbN','_globalConfig','freeze','testEnvironmentOptions','chcqD','capabilities','exports','context','value','AGzCU','forEach','parallels__','serial__','push','5166459HUCbGb','qFsuO','4BzECCi'];a12_0x8f55=function(){return _0x5cf4f5;};return a12_0x8f55();}const JestRunner=_interopRequireDefault(requireModule(a12_0x263d1a(0x206)))[a12_0x263d1a(0x1ff)];class TestRunner extends JestRunner{constructor(..._0x288890){super(..._0x288890);}[a12_0x263d1a(0x1fb)](..._0x59cd93){const _0x4cf552=a12_0x263d1a,_0x27ddc8={'qFsuO':function(_0x394134){return _0x394134();},'chcqD':function(_0x4598fa,_0x18d65b){return _0x4598fa-_0x18d65b;},'idgAv':function(_0x393fcc,_0x123c07){return _0x393fcc*_0x123c07;},'AGzCU':function(_0x1185c8,_0x59256f){return _0x1185c8==_0x59256f;},'hkZJS':_0x4cf552(0x1f9),'Ltfxf':function(_0x5aa80f,_0x441a6c){return _0x5aa80f<_0x441a6c;}};if(!_0x27ddc8[_0x4cf552(0x1f2)](isBrowserstackInfra))return super['runTests'](..._0x59cd93);const _0x3c1313=_0x59cd93[0x0],_0x138026=_0x59cd93[_0x27ddc8[_0x4cf552(0x20b)](_0x59cd93[_0x4cf552(0x1f8)],0x1)],_0x50664c=_0x3c1313[0x0][_0x4cf552(0x20e)][_0x4cf552(0x201)]['testEnvironmentOptions'][_0x4cf552(0x20c)],_0x5d8a2e=_0x3c1313[0x0][_0x4cf552(0x20e)]['config'][_0x4cf552(0x20a)][_0x4cf552(0x1ee)];_0x5d8a2e&&(this[_0x4cf552(0x208)]=Object[_0x4cf552(0x209)]({...this['_globalConfig'],'maxWorkers':_0x27ddc8[_0x4cf552(0x1f6)](_0x5d8a2e,_0x50664c[_0x4cf552(0x1f8)])}));if(_0x27ddc8[_0x4cf552(0x1ec)](_0x3c1313[0x0][_0x4cf552(0x20e)][_0x4cf552(0x201)][_0x4cf552(0x20a)][_0x4cf552(0x1ef)],_0x27ddc8[_0x4cf552(0x205)]))_0x138026&&(_0x138026['serial']=![]);const _0x11aa18=[];for(let _0x5062df=0x0;_0x27ddc8['Ltfxf'](_0x5062df,_0x3c1313[_0x4cf552(0x1f8)]);_0x5062df++){const _0x5d3b30=[];_0x50664c[_0x4cf552(0x1ed)]((_0xf21809,_0x240020)=>{const _0x4e0afa=_0x4cf552,_0x337243={..._0x3c1313[_0x5062df]};let _0x154dc1=_0x337243;_0x154dc1['context']=Object[_0x4e0afa(0x209)]({..._0x154dc1[_0x4e0afa(0x20e)],'config':{..._0x154dc1[_0x4e0afa(0x20e)][_0x4e0afa(0x201)],'capability':_0xf21809,'browserstackPlatformIndex':_0x240020}}),_0x5d3b30[_0x4e0afa(0x1f0)](_0x154dc1);}),_0x11aa18['push'](..._0x5d3b30);}return super[_0x4cf552(0x1fb)](_0x11aa18,..._0x59cd93[_0x4cf552(0x1fd)](0x1));}}module[a12_0x263d1a(0x20d)]=TestRunner;