browserstack-node-sdk 1.29.3 → 1.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/gcs.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customImplements/customCircus.js +1 -0
  43. package/src/bin/jest/customImplements/customEnvironment.js +1 -0
  44. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -0
  45. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -0
  46. package/src/bin/jest/jest.setup.js +1 -1
  47. package/src/bin/jest/test-observability/data-hooks.js +1 -0
  48. package/src/bin/jest/test-observability/helper.js +1 -0
  49. package/src/bin/jest/test-observability/obsReporter.js +1 -0
  50. package/src/bin/jest/test-observability/test-details.js +1 -0
  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
  104. package/src/bin/jest/customEnvironment.js +0 -1
  105. package/src/bin/jest/customTestRunnerTemplate.js +0 -1
@@ -1 +1 @@
1
- const a5_0x21af79=a5_0x9d22;(function(_0x3c07a5,_0x30beae){const _0x2873c9=a5_0x9d22,_0x35a280=_0x3c07a5();while(!![]){try{const _0x20cf31=-parseInt(_0x2873c9(0x1e0))/0x1+parseInt(_0x2873c9(0x1a2))/0x2+-parseInt(_0x2873c9(0x18f))/0x3*(parseInt(_0x2873c9(0x1ca))/0x4)+-parseInt(_0x2873c9(0x1e2))/0x5*(-parseInt(_0x2873c9(0x1fb))/0x6)+parseInt(_0x2873c9(0x186))/0x7*(parseInt(_0x2873c9(0x18b))/0x8)+-parseInt(_0x2873c9(0x1d8))/0x9+parseInt(_0x2873c9(0x1aa))/0xa;if(_0x20cf31===_0x30beae)break;else _0x35a280['push'](_0x35a280['shift']());}catch(_0x3c289f){_0x35a280['push'](_0x35a280['shift']());}}}(a5_0x4a9d,0x4a4ed));const {requireModule,modifyCommand,isTrue}=require('../../helpers/helper'),setKeepAlive=require(a5_0x21af79(0x1e9)),cucumberModule=requireModule(a5_0x21af79(0x1f4)),logger=require(a5_0x21af79(0x1f3))[a5_0x21af79(0x1a5)];modifyCommand(),setKeepAlive();let Before=cucumberModule[a5_0x21af79(0x1c5)],After=cucumberModule[a5_0x21af79(0x1cd)],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a5_0x21af79(0x198)],AfterStep=cucumberModule['AfterStep'],configuration=process['env'][a5_0x21af79(0x191)];if(configuration!==undefined){let config=JSON[a5_0x21af79(0x197)](configuration);isTrue(config[a5_0x21af79(0x1db)])&&(global['__skipSessionName']=!![]),require(a5_0x21af79(0x1f8))[a5_0x21af79(0x1b0)](config);}global[a5_0x21af79(0x1e7)]=0x0;const __setDefaultTimeout=cucumberModule[a5_0x21af79(0x1a9)];function a5_0x4a9d(){const _0x4c2734=['push','FowdW','hmkhW','36640NAtWON','pickle','Error:\x20quiting\x20driver\x20at\x20After:\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','31974xVuxPv','yJIrW','CONFIG','length','WGDPJ','finally','toLowerCase','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','parse','BeforeAll','QHWWE','result','tCDFv','CJlbp','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','2|0|1|3|4','NRwqI','XqiFe','vQuex','874990BZpgpj','quitCount_','BqTzm','winstonLogger','executeScript','tByNq','QoxFb','setDefaultTimeout','2993320pvfFCe','AcagI','Eyzvj','HsQud','failed','lLpem','browserstackAgentV2','CfTZi','name','RjkVX','axNrD','split','VmCIn','ckgxI','iKGaU','join','vWCjY',',\x22level\x22:\x20\x22','pickleStep','JZBQd','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','JvCkD','hPKmd','VZqVZ','mzPkD','gGKcN','Error:\x20at\x20After:\x20','Before','knHXY','shift','toString','\x22}}','84DNpByY','vIJIe','__drivers','After','mNBXt','bstack','gBMeB','Failed:\x20','driverCleanup','eiwAu','Passed','Error:\x20at\x20After\x20Step:\x20','AhOyJ','__sessionFailed','791307yxMveG','KeCni','bbPxm','skipSessionName','status','DgSYc','session_','ljSUE','450526WkdJQY','eQJdZ','5WDRYUM','debug','isyaI','message','CWZvR','__timeout','\x20|\x20','../../helpers/setKeepAlive','text','timeout','Inside\x20browserstack\x20After','BHjKX','FPoWW','SEjht','info','__skipSessionName','YBMTy','../../helpers/logger','@cucumber/cucumber/lib/index.js','AAFSp','VHPMd','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../index','jSMNY','initQuit','1923870jBtOUF','__error_messages__','SyLnU','stringify','\x0aError:\x20','hbwyR','WQXta','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','vABaF','BGkzW','Fcwje','UNjMh','14SLHFIE','xwdcA'];a5_0x4a9d=function(){return _0x4c2734;};return a5_0x4a9d();}cucumberModule['setDefaultTimeout']=_0x19cbb8=>{const _0x50a9aa=a5_0x21af79,_0x1491ea={'Fcwje':function(_0xac221c,_0x3a2aec){return _0xac221c(_0x3a2aec);}};global[_0x50a9aa(0x1e7)]=_0x19cbb8,_0x1491ea[_0x50a9aa(0x184)](__setDefaultTimeout,_0x19cbb8);};const a5_0x5ccc63={};a5_0x5ccc63[a5_0x21af79(0x1b2)]=a5_0x21af79(0x1cf),BeforeAll(a5_0x5ccc63,function(){const _0x468a68=a5_0x21af79,_0x271241={'AcagI':function(_0x548fcb,_0x20283e){return _0x548fcb(_0x20283e);},'DgSYc':function(_0x24ec9f,_0x18d05d){return _0x24ec9f(_0x18d05d);},'hmkhW':_0x468a68(0x1f8),'VmCIn':function(_0x7b24d4,_0x1d7645){return _0x7b24d4===_0x1d7645;},'ljSUE':'twHEr','ckgxI':_0x468a68(0x1c1),'BqTzm':function(_0x13cb67,_0x18341b){return _0x13cb67!==_0x18341b;},'RjkVX':_0x468a68(0x185),'SEjht':'epWAw','vWCjY':function(_0x34210f,_0x20b7a1){return _0x34210f!==_0x20b7a1;},'XqiFe':_0x468a68(0x1cb),'gGKcN':_0x468a68(0x1bd),'gBMeB':_0x468a68(0x1e8),'vQuex':_0x468a68(0x1c0),'bbPxm':function(_0x164bd6,_0x2ecf85){return _0x164bd6!==_0x2ecf85;},'JvCkD':'VbLGG','RZQkU':_0x468a68(0x182),'iKGaU':function(_0xfbbf04,_0x386c08){return _0xfbbf04!==_0x386c08;},'CfTZi':_0x468a68(0x1f5),'YBMTy':_0x468a68(0x1ce),'FowdW':function(_0xa16da,_0x23782b){return _0xa16da===_0x23782b;},'jSMNY':_0x468a68(0x1ee),'NRwqI':'hXBks','LrAXJ':_0x468a68(0x190),'rNHBT':'Inside\x20browserstack\x20BeforeAll'};logger[_0x468a68(0x1e3)](_0x271241['rNHBT']),global['__error_messages__']=[],global[_0x468a68(0x1d7)]=![],global[_0x468a68(0x1d2)]=async()=>{const _0x5acb43=_0x468a68;if(_0x271241[_0x5acb43(0x1b6)](_0x271241[_0x5acb43(0x1df)],_0x271241[_0x5acb43(0x1b7)]))_0x36dfee[_0x5acb43(0x1e3)](_0x5acb43(0x1c4)+_0x24df72);else{let _0xfdcb75=![];try{_0x271241[_0x5acb43(0x1a4)](_0x271241[_0x5acb43(0x1b3)],_0x271241[_0x5acb43(0x1ef)])?(await global['__drivers'][0x0][_0x5acb43(0x1de)],_0xfdcb75=!![],global['__sessionFailed']?_0x271241[_0x5acb43(0x1ba)](_0x271241[_0x5acb43(0x1a0)],_0x271241[_0x5acb43(0x1c3)])?await global['__drivers'][0x0][_0x5acb43(0x1a6)](_0x5acb43(0x19d)+JSON['stringify'](global[_0x5acb43(0x1fc)][_0x5acb43(0x1b9)](_0x271241[_0x5acb43(0x1d0)]))+'}}'):_0x3d4831[_0x5acb43(0x1e3)](_0x5acb43(0x1d5)+_0x1e39d8):_0x271241[_0x5acb43(0x1b6)](_0x271241[_0x5acb43(0x1a1)],_0x271241[_0x5acb43(0x1a1)])?await global[_0x5acb43(0x1cc)][0x0]['executeScript'](_0x5acb43(0x196)):_0x62d8ee[_0x5acb43(0x1e3)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x353562)):_0x3b266d['debug'](_0x5acb43(0x181)+_0x3f1f76);}catch(_0x5ba194){_0x271241[_0x5acb43(0x1da)](_0x271241[_0x5acb43(0x1bf)],_0x271241['RZQkU'])?logger[_0x5acb43(0x1e3)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x5ba194):_0x845247[_0x5acb43(0x1e3)](_0x5acb43(0x18e)+_0x57ecad);}global[_0x5acb43(0x1fc)]=[],global[_0x5acb43(0x1d7)]=![];if(_0xfdcb75){if(_0x271241[_0x5acb43(0x1b8)](_0x271241[_0x5acb43(0x1b1)],_0x271241[_0x5acb43(0x1f2)]))try{_0x271241[_0x5acb43(0x189)](_0x271241[_0x5acb43(0x1f9)],_0x271241[_0x5acb43(0x1f9)])?await global[_0x5acb43(0x1cc)][0x0][_0x5acb43(0x1fa)]():_0x474e98[_0x5acb43(0x1e3)](_0x5acb43(0x18d)+_0x55e735);}catch(_0x328e5f){_0x271241['FowdW'](_0x271241[_0x5acb43(0x19f)],_0x271241['LrAXJ'])?(_0x2acc44['__timeout']=_0x231351,_0x271241[_0x5acb43(0x1ab)](_0xbcdcbd,_0x235180)):logger['debug']('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x328e5f);}else{let _0x50b1dd=_0x3d0157[_0x5acb43(0x197)](_0x45ffa4);_0x271241[_0x5acb43(0x1ab)](_0x51f79b,_0x50b1dd['skipSessionName'])&&(_0x1fcef4[_0x5acb43(0x1f1)]=!![]),_0x271241[_0x5acb43(0x1dd)](_0x3f28c3,_0x271241[_0x5acb43(0x18a)])[_0x5acb43(0x1b0)](_0x50b1dd);}}}};});const a5_0x2029b4={};a5_0x2029b4[a5_0x21af79(0x1b2)]=a5_0x21af79(0x1cf),a5_0x2029b4[a5_0x21af79(0x1eb)]=0x2710,Before(a5_0x2029b4,function(_0x1323cd,_0x2e9d18){const _0x3122a5=a5_0x21af79,_0x4eb666={'HsQud':function(_0x31bc1d,_0x35ee1e){return _0x31bc1d===_0x35ee1e;},'tByNq':_0x3122a5(0x1e1),'yCnCd':'Lmzfw','Eyzvj':function(_0x177981,_0x5db9de){return _0x177981>_0x5db9de;},'SPVrs':_0x3122a5(0x1b4),'CJlbp':'EBDgA','AhOyJ':function(_0x58f53f){return _0x58f53f();},'mzPkD':'Inside\x20browserstack\x20Before'};logger['debug'](_0x4eb666[_0x3122a5(0x1c2)]),new Promise(async _0x245275=>{const _0x188852=_0x3122a5;try{if(_0x4eb666[_0x188852(0x1ad)](_0x4eb666[_0x188852(0x1a7)],_0x4eb666['yCnCd']))_0xb0551c[_0x188852(0x1f1)]=!![];else{_0x4eb666[_0x188852(0x1ac)](global[_0x188852(0x1cc)][_0x188852(0x192)],0x1)&&(_0x4eb666[_0x188852(0x1ad)](_0x4eb666['SPVrs'],_0x4eb666[_0x188852(0x19c)])?_0x296a7e[_0x188852(0x1fc)]['push'](_0x243d7a[_0x188852(0x19a)][_0x188852(0x1e5)]):(await global[_0x188852(0x1d2)](),global[_0x188852(0x1cc)][_0x188852(0x1c7)]()));if(global[_0x188852(0x1cc)][0x0][_0x188852(0x1a3)]&&_0x4eb666[_0x188852(0x1ac)](global[_0x188852(0x1cc)][0x0][_0x188852(0x1a3)],0x0))await global[_0x188852(0x1d2)]();}}catch(_0x4994ac){}_0x4eb666[_0x188852(0x1d6)](_0x245275);})[_0x3122a5(0x194)](_0x2e9d18);});const a5_0x3127c1={};a5_0x3127c1[a5_0x21af79(0x1b2)]=a5_0x21af79(0x1cf),a5_0x3127c1['timeout']=0x2710,After(a5_0x3127c1,function(_0x6f1131,_0x448fa5){const _0x2fb4a9=a5_0x21af79,_0x3c03ed={'nwAKE':_0x2fb4a9(0x19e),'knHXY':function(_0x550537,_0x2ce029){return _0x550537>_0x2ce029;},'tCDFv':function(_0x334c0e,_0x586e50){return _0x334c0e==_0x586e50;},'THtqr':_0x2fb4a9(0x1ae),'QHWWE':_0x2fb4a9(0x1e8),'xwdcA':function(_0x157f7e){return _0x157f7e();},'isyaI':_0x2fb4a9(0x1ec)};logger[_0x2fb4a9(0x1e3)](_0x3c03ed[_0x2fb4a9(0x1e4)]),new Promise(async _0x5e6daf=>{const _0x64466f=_0x2fb4a9;let _0x577b40=![];try{const _0x48e92d=_0x3c03ed['nwAKE'][_0x64466f(0x1b5)]('|');let _0xc738cd=0x0;while(!![]){switch(_0x48e92d[_0xc738cd++]){case'0':await global[_0x64466f(0x1cc)][0x0][_0x64466f(0x1de)];continue;case'1':_0x577b40=!![];continue;case'2':_0x3c03ed[_0x64466f(0x1c6)](global['__drivers'][_0x64466f(0x192)],0x1)&&(await global[_0x64466f(0x1d2)](),global[_0x64466f(0x1cc)]['shift'](),global['__error_messages__']=[],global['__sessionFailed']=![]);continue;case'3':!global['__skipSessionName']&&await global[_0x64466f(0x1cc)][0x0][_0x64466f(0x1a6)](_0x64466f(0x1be)+_0x6f1131[_0x64466f(0x18c)]['name']+_0x64466f(0x1c9));continue;case'4':if(_0x3c03ed['tCDFv'](_0x6f1131[_0x64466f(0x19a)][_0x64466f(0x1dc)][_0x64466f(0x1c8)]()[_0x64466f(0x195)](),_0x3c03ed['THtqr'])||_0x3c03ed[_0x64466f(0x19b)](_0x6f1131[_0x64466f(0x19a)][_0x64466f(0x1dc)][_0x64466f(0x1c8)]()[_0x64466f(0x195)](),'6')){try{global[_0x64466f(0x1fc)][_0x64466f(0x188)](_0x6f1131['result'][_0x64466f(0x1e5)]);}catch(_0x329bbe){logger[_0x64466f(0x1e3)](_0x64466f(0x18e)+_0x329bbe);}await global[_0x64466f(0x1cc)][0x0]['executeScript'](_0x64466f(0x19d)+JSON[_0x64466f(0x1fe)](global[_0x64466f(0x1fc)][_0x64466f(0x1b9)](_0x3c03ed[_0x64466f(0x199)]))+'}}');}else await global[_0x64466f(0x1cc)][0x0]['executeScript'](_0x64466f(0x196));continue;}break;}}catch(_0x269958){logger[_0x64466f(0x1e3)](_0x64466f(0x1c4)+_0x269958);}if(_0x577b40)try{if(global[_0x64466f(0x1cc)][0x0]&&_0x3c03ed['knHXY'](global[_0x64466f(0x1cc)][0x0]['quitCount_'],0x0))await global[_0x64466f(0x1cc)][0x0][_0x64466f(0x1fa)]();}catch(_0x57a1a5){logger[_0x64466f(0x1e3)](_0x64466f(0x18d)+_0x57a1a5);}_0x3c03ed[_0x64466f(0x187)](_0x5e6daf);})[_0x2fb4a9(0x194)](()=>_0x448fa5());});function a5_0x9d22(_0x479efa,_0x447d4e){const _0x4a9d34=a5_0x4a9d();return a5_0x9d22=function(_0x9d227,_0x106b38){_0x9d227=_0x9d227-0x180;let _0x281cba=_0x4a9d34[_0x9d227];return _0x281cba;},a5_0x9d22(_0x479efa,_0x447d4e);}const a5_0x63db7={};a5_0x63db7[a5_0x21af79(0x1b2)]='bstack',a5_0x63db7[a5_0x21af79(0x1eb)]=0x2710,AfterStep(a5_0x63db7,function(_0x3ef73e,_0x4f94a2){const _0x18951b=a5_0x21af79,_0x1327e5={'hNceF':function(_0x4d7262,_0x16c612){return _0x4d7262==_0x16c612;},'WQXta':_0x18951b(0x1ae),'oGggg':function(_0x403518,_0x4419b0){return _0x403518==_0x4419b0;},'eSAuO':function(_0x51639c,_0x5b2d32){return _0x51639c!==_0x5b2d32;},'lLpem':function(_0x2d3815,_0x4ccdd0,_0x23e81f){return _0x2d3815(_0x4ccdd0,_0x23e81f);},'CWZvR':function(_0x4fbf89,_0x3ee361){return _0x4fbf89+_0x3ee361;},'SyLnU':_0x18951b(0x1d1),'SJEjB':_0x18951b(0x1ff),'BGkzW':'error','WGDPJ':function(_0x1423f1,_0x40fe15){return _0x1423f1!==_0x40fe15;},'KeCni':function(_0x5a89ee,_0x189071){return _0x5a89ee+_0x189071;},'BHjKX':'Passed:\x20','eiwAu':_0x18951b(0x1f0),'yBJMs':_0x18951b(0x1d4),'hbwyR':function(_0x42b47c){return _0x42b47c();},'vBLnG':'Inside\x20browserstack\x20AfterStep'};logger[_0x18951b(0x1e3)](_0x1327e5['vBLnG']);const _0x501989=async(_0xcee6f4,_0x260c39)=>{const _0x1edbbc=_0x18951b;await global[_0x1edbbc(0x1cc)][0x0][_0x1edbbc(0x1a6)](_0x1edbbc(0x1f7)+_0xcee6f4+_0x1edbbc(0x1bb)+_0x260c39+'\x22}}');};new Promise(async _0x1f8a46=>{const _0x1a2d93=_0x18951b;try{_0x1327e5['hNceF'](_0x3ef73e[_0x1a2d93(0x19a)]['status'][_0x1a2d93(0x1c8)]()[_0x1a2d93(0x195)](),_0x1327e5[_0x1a2d93(0x180)])||_0x1327e5['oGggg'](_0x3ef73e[_0x1a2d93(0x19a)][_0x1a2d93(0x1dc)][_0x1a2d93(0x1c8)]()[_0x1a2d93(0x195)](),'6')?(global['__sessionFailed']=!![],global['__error_messages__'][_0x1a2d93(0x188)](_0x3ef73e[_0x1a2d93(0x19a)][_0x1a2d93(0x1e5)]),_0x1327e5['eSAuO'](_0x3ef73e[_0x1a2d93(0x1bc)],undefined)?await _0x1327e5['lLpem'](_0x501989,JSON['stringify'](_0x1327e5[_0x1a2d93(0x1e6)](_0x1327e5[_0x1a2d93(0x1e6)](_0x1327e5['CWZvR'](_0x1327e5[_0x1a2d93(0x1fd)],'\x22'+_0x3ef73e[_0x1a2d93(0x1bc)]['text']+'\x22\x20'),_0x1327e5['SJEjB']),_0x3ef73e['result'][_0x1a2d93(0x1e5)])),_0x1327e5[_0x1a2d93(0x183)]):await _0x1327e5[_0x1a2d93(0x1af)](_0x501989,JSON[_0x1a2d93(0x1fe)](_0x1327e5[_0x1a2d93(0x1e6)](_0x1327e5[_0x1a2d93(0x1fd)],_0x3ef73e[_0x1a2d93(0x19a)][_0x1a2d93(0x1e5)])),_0x1327e5[_0x1a2d93(0x183)])):_0x1327e5[_0x1a2d93(0x193)](_0x3ef73e[_0x1a2d93(0x1bc)],undefined)?await _0x1327e5['lLpem'](_0x501989,JSON[_0x1a2d93(0x1fe)](_0x1327e5[_0x1a2d93(0x1d9)](_0x1327e5[_0x1a2d93(0x1ed)],'\x22'+_0x3ef73e[_0x1a2d93(0x1bc)][_0x1a2d93(0x1ea)]+'\x22')),_0x1327e5[_0x1a2d93(0x1d3)]):await _0x1327e5[_0x1a2d93(0x1af)](_0x501989,JSON[_0x1a2d93(0x1fe)](_0x1327e5['yBJMs']),_0x1327e5[_0x1a2d93(0x1d3)]);}catch(_0x580dff){logger[_0x1a2d93(0x1e3)](_0x1a2d93(0x1d5)+_0x580dff);}_0x1327e5[_0x1a2d93(0x200)](_0x1f8a46);})[_0x18951b(0x194)](()=>_0x4f94a2());});const a5_0xec6e57={};a5_0xec6e57[a5_0x21af79(0x1b2)]='bstack',a5_0xec6e57[a5_0x21af79(0x1eb)]=0x7530,AfterAll(a5_0xec6e57,async function(_0x7e2d3a,_0x560bde){const _0x46ab33=a5_0x21af79,_0x2b4fab={'VHPMd':function(_0x349789){return _0x349789();},'QoxFb':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x2b4fab[_0x46ab33(0x1a8)]),await new Promise(async _0x5d2f24=>{const _0x2e272b=_0x46ab33;await global['driverCleanup'](),_0x2b4fab[_0x2e272b(0x1f6)](_0x5d2f24);});});
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 +1 @@
1
- function a6_0x2f48(){const _0x27e9c8=['Error:\x20quiting\x20at\x20After:\x20','Inside\x20browserstack\x20Before','veHgD','../../helpers/helper','vDhda','7yuHSjV','cqtFE','184828kXGnFk','hgcyc','HnyOZ','executeScript','__skipSessionName','cucumber/lib/index.js','XBynd','WTnuM','ThCns','20aggcMa','toLowerCase','31900oVpzUr','SrTQQ','status','OkaPN','parse','winstonLogger','timeout','__driver','fSxNJ','debug','5391516JnCFPd','../../helpers/logger','vvHRz','env','failed','6456kxBphG','../../helpers/setKeepAlive','sGoeu','browserstackAgentV2','Error:\x20setting\x20status\x20at\x20After:\x20','bNYTq','88bwMHXj','setDefaultTimeout','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','ePnDS','pickle','APVFf','iSbgP','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','4103028bJBXhN','mBmCW','__error_messages__','JpQiA','ZTaus','Before','__timeout','name','93644GrYMEi','GZjzg','45365oALTIk','caiwa','Vwrow','21KCWkGd','QLNGk','skipSessionName','CWaQe','bstack','5062096ZBhCVt','After','\x20|\x20','wprpZ','wdmPF','\x22}}','initQuit','join'];a6_0x2f48=function(){return _0x27e9c8;};return a6_0x2f48();}const a6_0x4591e5=a6_0x30f8;(function(_0x276e2a,_0x4c8b95){const _0x30b895=a6_0x30f8,_0x5e0806=_0x276e2a();while(!![]){try{const _0x5c673b=parseInt(_0x30b895(0x1e6))/0x1+parseInt(_0x30b895(0x1cd))/0x2*(-parseInt(_0x30b895(0x1d2))/0x3)+-parseInt(_0x30b895(0x1bd))/0x4*(parseInt(_0x30b895(0x1cf))/0x5)+-parseInt(_0x30b895(0x1b2))/0x6+parseInt(_0x30b895(0x1e4))/0x7*(-parseInt(_0x30b895(0x1d7))/0x8)+-parseInt(_0x30b895(0x1c5))/0x9*(-parseInt(_0x30b895(0x1a6))/0xa)+-parseInt(_0x30b895(0x1a8))/0xb*(-parseInt(_0x30b895(0x1b7))/0xc);if(_0x5c673b===_0x4c8b95)break;else _0x5e0806['push'](_0x5e0806['shift']());}catch(_0x2e0ec5){_0x5e0806['push'](_0x5e0806['shift']());}}}(a6_0x2f48,0x92058));const {requireModule,modifyCommand,isTrue}=require(a6_0x4591e5(0x1e2)),setKeepAlive=require(a6_0x4591e5(0x1b8)),cucumberModule=requireModule(a6_0x4591e5(0x1eb)),logger=require(a6_0x4591e5(0x1b3))[a6_0x4591e5(0x1ad)];modifyCommand(),setKeepAlive();let Before=cucumberModule[a6_0x4591e5(0x1ca)],After=cucumberModule[a6_0x4591e5(0x1d8)],configuration=process[a6_0x4591e5(0x1b5)]['CONFIG'];if(configuration!==undefined){let config=JSON[a6_0x4591e5(0x1ac)](configuration);isTrue(config[a6_0x4591e5(0x1d4)])&&(global[a6_0x4591e5(0x1ea)]=!![]),require('../../index')[a6_0x4591e5(0x1ba)](config);}function a6_0x30f8(_0x1c2209,_0x467511){const _0x2f481c=a6_0x2f48();return a6_0x30f8=function(_0x30f87a,_0x259aac){_0x30f87a=_0x30f87a-0x1a5;let _0x3e863d=_0x2f481c[_0x30f87a];return _0x3e863d;},a6_0x30f8(_0x1c2209,_0x467511);}global[a6_0x4591e5(0x1cb)]=0x0;const __setDefaultTimeout=cucumberModule[a6_0x4591e5(0x1be)];cucumberModule['setDefaultTimeout']=_0x2830b4=>{const _0x1b465d=a6_0x4591e5,_0x5f26df={'pFSNX':function(_0x58c126,_0x5a432e){return _0x58c126(_0x5a432e);}};global[_0x1b465d(0x1cb)]=_0x2830b4,_0x5f26df['pFSNX'](__setDefaultTimeout,_0x2830b4);};const a6_0x1ba3db={};a6_0x1ba3db[a6_0x4591e5(0x1cc)]=a6_0x4591e5(0x1d6),Before(a6_0x1ba3db,function(){const _0x4fdf6b=a6_0x4591e5,_0x1a21f4={};_0x1a21f4[_0x4fdf6b(0x1c0)]=_0x4fdf6b(0x1e0);const _0x1f0f3d=_0x1a21f4;logger['debug'](_0x1f0f3d['ePnDS']),global[_0x4fdf6b(0x1c7)]=[];});const a6_0x4ed3de={};a6_0x4ed3de['name']=a6_0x4591e5(0x1d6),a6_0x4ed3de[a6_0x4591e5(0x1ae)]=0x2710,After(a6_0x4ed3de,function(_0x4ec046,_0x2fe7d4){const _0x14c241=a6_0x4591e5,_0x499ea8={'kfAsX':function(_0x426e81,_0x459535){return _0x426e81(_0x459535);},'SsfJu':'Inside\x20browserstack\x20Before','puJmg':function(_0x57d44f){return _0x57d44f();},'ftgWQ':function(_0xe5111b,_0x14ded0){return _0xe5111b(_0x14ded0);},'OkaPN':function(_0xb3b336,_0x529bee){return _0xb3b336(_0x529bee);},'cqtFE':'../../index','GZjzg':function(_0xac5f4f,_0x415c38){return _0xac5f4f===_0x415c38;},'atpOp':_0x14c241(0x1c8),'fSxNJ':_0x14c241(0x1ed),'Vwrow':function(_0x2aeb95,_0x4a8466){return _0x2aeb95==_0x4a8466;},'CWaQe':_0x14c241(0x1b6),'QLNGk':function(_0x192bd1,_0x32aaee){return _0x192bd1!==_0x32aaee;},'HnyOZ':_0x14c241(0x1a5),'pMBte':_0x14c241(0x1c3),'cRNLQ':_0x14c241(0x1d9),'vvHRz':_0x14c241(0x1e1),'ZTaus':_0x14c241(0x1e7),'vDhda':function(_0x4e2e6a,_0x5ed3de){return _0x4e2e6a===_0x5ed3de;},'bNYTq':'GcpJD','ZHZGQ':_0x14c241(0x1c2),'wprpZ':_0x14c241(0x1d0),'zbtYs':function(_0xa6d442,_0x5aedb2){return _0xa6d442===_0x5aedb2;},'sGoeu':_0x14c241(0x1ec),'pFwOo':function(_0x58fce2){return _0x58fce2();},'wdmPF':'Inside\x20browserstack\x20After'};logger[_0x14c241(0x1b1)](_0x499ea8[_0x14c241(0x1db)]),new Promise(async(_0x4039dc,_0x5882a4)=>{const _0x319e0f=_0x14c241,_0x44a15d={'SrTQQ':function(_0x5aecde,_0x447eac){return _0x499ea8['OkaPN'](_0x5aecde,_0x447eac);},'mBmCW':_0x499ea8[_0x319e0f(0x1e5)]};let _0xd5d091=![];try{if(_0x499ea8[_0x319e0f(0x1ce)](_0x499ea8['atpOp'],_0x499ea8['atpOp'])){await global[_0x319e0f(0x1af)]['session_'],_0xd5d091=!![];!global['__skipSessionName']&&(_0x499ea8['GZjzg'](_0x499ea8[_0x319e0f(0x1b0)],_0x499ea8['fSxNJ'])?await global[_0x319e0f(0x1af)][_0x319e0f(0x1e9)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4ec046[_0x319e0f(0x1c1)][_0x319e0f(0x1cc)]+_0x319e0f(0x1dc)):(_0x4362d5[_0x319e0f(0x1cb)]=_0x4c531f,_0x499ea8['kfAsX'](_0x3a1972,_0x4a4d77)));if(_0x499ea8[_0x319e0f(0x1d1)](_0x4ec046['result'][_0x319e0f(0x1aa)][_0x319e0f(0x1a7)](),_0x499ea8[_0x319e0f(0x1d5)])){if(_0x499ea8[_0x319e0f(0x1d3)](_0x499ea8[_0x319e0f(0x1e8)],_0x499ea8['pMBte']))await global[_0x319e0f(0x1af)][_0x319e0f(0x1e9)](_0x319e0f(0x1c4)+JSON['stringify'](global[_0x319e0f(0x1c7)][_0x319e0f(0x1de)](_0x499ea8['cRNLQ']))+'}}');else{let _0x55cc8a=_0x5bf687[_0x319e0f(0x1ac)](_0x4ce84b);_0x44a15d[_0x319e0f(0x1a9)](_0x2f240a,_0x55cc8a[_0x319e0f(0x1d4)])&&(_0x55bf56[_0x319e0f(0x1ea)]=!![]),_0x44a15d[_0x319e0f(0x1a9)](_0x3335ce,_0x44a15d[_0x319e0f(0x1c6)])[_0x319e0f(0x1ba)](_0x55cc8a);}}else _0x499ea8[_0x319e0f(0x1d3)](_0x499ea8[_0x319e0f(0x1b4)],_0x499ea8[_0x319e0f(0x1c9)])?await global[_0x319e0f(0x1af)][_0x319e0f(0x1e9)](_0x319e0f(0x1bf)):(_0x542da1[_0x319e0f(0x1b1)](_0x499ea8['SsfJu']),_0x5fc3e3[_0x319e0f(0x1c7)]=[]);}else _0x499ea8['puJmg'](_0x4ce3ae);}catch(_0x2cdb00){_0x499ea8[_0x319e0f(0x1e3)](_0x499ea8[_0x319e0f(0x1bc)],_0x499ea8['ZHZGQ'])?_0x221ae4[_0x319e0f(0x1ea)]=!![]:logger[_0x319e0f(0x1b1)](_0x319e0f(0x1bb)+_0x2cdb00);}if(_0xd5d091)try{_0x499ea8[_0x319e0f(0x1ce)](_0x499ea8[_0x319e0f(0x1da)],_0x499ea8[_0x319e0f(0x1da)])?(await global[_0x319e0f(0x1af)][_0x319e0f(0x1dd)](),_0x499ea8['puJmg'](_0x4039dc)):_0x9729d1['debug'](_0x319e0f(0x1bb)+_0x402535);}catch(_0x432905){_0x499ea8['zbtYs'](_0x499ea8[_0x319e0f(0x1b9)],_0x499ea8[_0x319e0f(0x1b9)])?(logger[_0x319e0f(0x1b1)](_0x319e0f(0x1df)+_0x432905),_0x499ea8[_0x319e0f(0x1ab)](_0x5882a4,_0x432905)):(_0x20f304[_0x319e0f(0x1b1)](_0x319e0f(0x1df)+_0x3c6d07),_0x499ea8['ftgWQ'](_0x1286b5,_0xf157d3));}else _0x499ea8['pFwOo'](_0x5882a4);})['then'](()=>_0x2fe7d4());});
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 +1 @@
1
- const a7_0x59deda=a7_0x35b4;function a7_0x35b4(_0x234f75,_0x27b7b9){const _0x558433=a7_0x5584();return a7_0x35b4=function(_0x35b4ac,_0x371eca){_0x35b4ac=_0x35b4ac-0xdc;let _0xef18f3=_0x558433[_0x35b4ac];return _0xef18f3;},a7_0x35b4(_0x234f75,_0x27b7b9);}function a7_0x5584(){const _0x111f96=['2812615AAYbOq','18neeutQ','12NKaJne','1214118MhrNJJ','32896CPCObq','8XxnpJa','568024oFnUim','688167yIpkzT','2562623rKNPyV','__timeout','cucumber/lib/index.js','../utils/constants','2337380snbRVA'];a7_0x5584=function(){return _0x111f96;};return a7_0x5584();}(function(_0x37c62e,_0x2c7ed9){const _0x2565c7=a7_0x35b4,_0x26fe71=_0x37c62e();while(!![]){try{const _0x9667df=-parseInt(_0x2565c7(0xe8))/0x1+-parseInt(_0x2565c7(0xe5))/0x2+parseInt(_0x2565c7(0xe4))/0x3*(parseInt(_0x2565c7(0xe6))/0x4)+parseInt(_0x2565c7(0xe2))/0x5+-parseInt(_0x2565c7(0xe3))/0x6*(-parseInt(_0x2565c7(0xdd))/0x7)+-parseInt(_0x2565c7(0xe7))/0x8*(parseInt(_0x2565c7(0xdc))/0x9)+parseInt(_0x2565c7(0xe1))/0xa;if(_0x9667df===_0x2c7ed9)break;else _0x26fe71['push'](_0x26fe71['shift']());}catch(_0x16c199){_0x26fe71['push'](_0x26fe71['shift']());}}}(a7_0x5584,0xa5026));const {requireModule}=require('../../helpers/helper'),constants=require(a7_0x59deda(0xe0));;let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');}catch(a7_0x2ccedd){cucumberModule=requireModule(a7_0x59deda(0xdf));}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a7_0x59deda(0xde)]*0x1);
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,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a8_0x5c9b81=a8_0x1b19;(function(_0xb8ee50,_0x3137ed){const _0x36a5c7=a8_0x1b19,_0x7f0132=_0xb8ee50();while(!![]){try{const _0x39ea2c=-parseInt(_0x36a5c7(0xde))/0x1*(parseInt(_0x36a5c7(0x140))/0x2)+-parseInt(_0x36a5c7(0x10d))/0x3+-parseInt(_0x36a5c7(0xe5))/0x4*(-parseInt(_0x36a5c7(0xe2))/0x5)+-parseInt(_0x36a5c7(0xcf))/0x6*(-parseInt(_0x36a5c7(0x102))/0x7)+-parseInt(_0x36a5c7(0x13e))/0x8*(-parseInt(_0x36a5c7(0x13a))/0x9)+parseInt(_0x36a5c7(0xff))/0xa+-parseInt(_0x36a5c7(0xc8))/0xb;if(_0x39ea2c===_0x3137ed)break;else _0x7f0132['push'](_0x7f0132['shift']());}catch(_0x39c1de){_0x7f0132['push'](_0x7f0132['shift']());}}}(a8_0x6417,0x7a095));function a8_0x1b19(_0x19e97f,_0x5567e0){const _0x64177f=a8_0x6417();return a8_0x1b19=function(_0x1b199e,_0x1319c9){_0x1b199e=_0x1b199e-0xc1;let _0x2fdcce=_0x64177f[_0x1b199e];return _0x2fdcce;},a8_0x1b19(_0x19e97f,_0x5567e0);}const fs=require('fs'),path=require(a8_0x5c9b81(0x121)),{spawn}=require(a8_0x5c9b81(0xe7)),logger=require(a8_0x5c9b81(0x141))[a8_0x5c9b81(0xf5)],{default:BrowserStackSetup}=require(a8_0x5c9b81(0x149)),helper=require(a8_0x5c9b81(0x15b)),constants=require(a8_0x5c9b81(0x118)),accessibilityHelper=require(a8_0x5c9b81(0x109)),getUserJestConfigs=(_0x134ad4,_0x11d95b)=>{const _0xe4b86d=a8_0x5c9b81,_0x1a0a80={'vuTfB':'false','oALFX':function(_0x3247ba,_0x3ba3cd){return _0x3247ba!==_0x3ba3cd;},'igewo':_0xe4b86d(0x11d),'QbqYx':'NOITw','PIXcs':function(_0x2d8334,_0x100e20){return _0x2d8334(_0x100e20);},'SQsGk':function(_0x3ca98c,_0x3e3f98){return _0x3ca98c||_0x3e3f98;},'IrcHk':function(_0x4317fb,_0x15ed6c){return _0x4317fb(_0x15ed6c);},'bjpcj':'package.json'},_0x16540c=_0x11d95b[_0xe4b86d(0x14e)](_0xa10ae1=>_0xa10ae1==_0xe4b86d(0x119));if(!helper[_0xe4b86d(0x158)](_0x134ad4['config'])){if(_0x1a0a80[_0xe4b86d(0x13d)](_0x1a0a80[_0xe4b86d(0x11c)],_0x1a0a80['QbqYx'])){logger[_0xe4b86d(0xf4)](_0xe4b86d(0xce)+_0x134ad4[_0xe4b86d(0x13f)]);const _0x57e6f1=_0x1a0a80[_0xe4b86d(0xd6)](require,path[_0xe4b86d(0xd2)](process[_0xe4b86d(0x138)](),_0x134ad4[_0xe4b86d(0x13f)]));return _0x11d95b[_0xe4b86d(0xd1)](_0x16540c,0x2),_0x1a0a80[_0xe4b86d(0xf3)](_0x57e6f1,{});}else _0x33a12b=_0x1a0a80[_0xe4b86d(0xc1)];}return logger[_0xe4b86d(0xf4)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x1a0a80[_0xe4b86d(0xe0)](require,path['join'](process[_0xe4b86d(0x138)](),_0x1a0a80[_0xe4b86d(0x128)]))[_0xe4b86d(0x125)]||{};},getSerial=(_0x90a138,_0x146eb1)=>{const _0x3a1584=a8_0x5c9b81,_0x3431f6={};_0x3431f6[_0x3a1584(0xf8)]='true',_0x3431f6[_0x3a1584(0x15e)]=function(_0x5c0832,_0x10b905){return _0x5c0832>_0x10b905;},_0x3431f6[_0x3a1584(0x104)]=function(_0x4875ac,_0x5ea234){return _0x4875ac>_0x5ea234;},_0x3431f6['duxPE']=function(_0x4b2586,_0x55fab6){return _0x4b2586===_0x55fab6;},_0x3431f6[_0x3a1584(0xe3)]=_0x3a1584(0x120),_0x3431f6[_0x3a1584(0x14b)]='false';const _0x3197df=_0x3431f6;let _0x475710=_0x3197df[_0x3a1584(0xf8)];return _0x3197df[_0x3a1584(0x15e)](_0x90a138['length'],0x1)&&(!_0x146eb1[_0x3a1584(0x115)]&&(helper[_0x3a1584(0x158)](_0x146eb1[_0x3a1584(0x130)])||_0x3197df[_0x3a1584(0x104)](_0x146eb1[_0x3a1584(0x130)],0x1)))&&(_0x3197df[_0x3a1584(0xf1)](_0x3197df[_0x3a1584(0xe3)],_0x3197df[_0x3a1584(0xe3)])?_0x475710=_0x3197df[_0x3a1584(0x14b)]:_0x546cdc[_0x3a1584(0x13c)][_0x3a1584(0x101)]=_0x413f5a['getBestPlatformForPercySnapshot'](_0x197be7[_0x3a1584(0x13f)][_0x3a1584(0x114)])),_0x475710;},getMaxWorkers=(_0x4e9b11,_0x3f85f8)=>{const _0x1f5eea=a8_0x5c9b81,_0x2c9202={'ZeehE':function(_0x3abc6f,_0x6e5573){return _0x3abc6f(_0x6e5573);},'yOLjP':function(_0xdb703f,_0x8b61db){return _0xdb703f||_0x8b61db;},'sDDbf':function(_0x40f479,_0x1b47e7){return _0x40f479!==_0x1b47e7;},'vgEsZ':_0x1f5eea(0x105),'iZxnp':function(_0x3eb280,_0x2dd779){return _0x3eb280===_0x2dd779;},'YDluA':'BYOFR'};let _0x1ac4a7=0x1;if(!helper[_0x1f5eea(0x158)](_0x3f85f8['parallelsPerPlatform'])){if(_0x2c9202[_0x1f5eea(0x15d)](_0x2c9202['vgEsZ'],_0x2c9202['vgEsZ'])){_0x131227[_0x1f5eea(0xf4)](_0x1f5eea(0xce)+_0x310e41[_0x1f5eea(0x13f)]);const _0xefa9b4=_0x2c9202['ZeehE'](_0x1576fe,_0x21a4e3['join'](_0x32b1c0[_0x1f5eea(0x138)](),_0x2c9915[_0x1f5eea(0x13f)]));return _0x1ef356[_0x1f5eea(0xd1)](_0x4c7c27,0x2),_0x2c9202['yOLjP'](_0xefa9b4,{});}else _0x1ac4a7=_0x2c9202[_0x1f5eea(0x137)](parseInt,_0x3f85f8[_0x1f5eea(0xf9)]);}else!helper[_0x1f5eea(0x158)](_0x4e9b11['maxWorkers'])&&(_0x2c9202[_0x1f5eea(0x126)](_0x2c9202[_0x1f5eea(0xeb)],_0x2c9202['YDluA'])?_0x1ac4a7=_0x4e9b11[_0x1f5eea(0x130)]:_0x5ae5ae['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=_0x199de8[_0x1f5eea(0x100)](_0x44b200['config'][_0x1f5eea(0x12d)]));return _0x1ac4a7;};function a8_0x6417(){const _0x530179=['DMcqV','BS_A11Y_TEST_RUN_ID','exports','duxPE','reporters','SQsGk','info','winstonLogger','\x20:\x20','nlXLS','uFFdo','parallelsPerPlatform','percy','timeout__','YFyYI','testEnvironment','browserStackLogLevel','8196370xJBSUt','stringify','browserstackPercyBestPlatform','1883XDpkWQ','YVpfg','KARnX','KcWQs','iaShq','percyCaptureMode','handleApp','../../helpers/accessibility-automation/helper','svDOz','weuev','turboScaleUrl','1493247haIVxD','writeFileSync','/customTestRunnerTemplate.js','logLevel','false','slice','Creating\x20','platforms','runInBand','BS_A11Y_JWT','testContextOptions','../utils/constants','--config','default','xeMBj','igewo','mNCkn','\x0a\x20\x20\x20\x20','Error\x20while\x20parsing\x20','kMSow','path','testTimeout','checkAccessibilityPlatformConfig','unlinkSync','jest','iZxnp','isAccessibilityAutomationSession','bjpcj','bbAhb','initialize','test','getHubUrl','accessibilityOptions','XyHhy','proxySettings','maxWorkers','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','accessibility','exitCode','pfgWn','IilIE','mnmTZ','ZeehE','cwd','DxegC','170766RKiSeT','setupFiles','testEnvironmentOptions','oALFX','344XVwgYX','config','3158GyLRvr','../../helpers/logger','parse','capabilities','PLIRB','push','hobrs','getErrorMessageFromResults','length','../../helpers/BrowserStackSetup','kmvvY','vCEMV','existsSync','rYTZq','findIndex','zhigZ','jest_browserstack.config.js','RWKfN','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','Deleting\x20','emYPW','Getting\x20your\x20jest\x20configs\x20from\x20package.json','vBXTu','BbUbU','isUndefined','runner','forEach','../../helpers/helper','modifyBrowserStackW3CCaps','sDDbf','ZRqgM','yLRRu','/test_before.setup.js','stopAccessibilityTestRun','finalExecution','QNYOU','eKyRf','skipSessionName','vuTfB','modifyBrowserStackCaps','const\x20config=','gHqwo','useW3C','wZklb','yKpLo','12217117vwTzIy','errorMessage','filterBrowserstackConfig','createAccessibilityTestRun','xzbUR','wggdA','Getting\x20your\x20jest\x20configs\x20from\x20','6924YlWoHD','serial__','splice','join','\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','qRgjc','UcgeX','PIXcs','child\x20process\x20exited\x20with\x20code\x20','/customEnvironment.js','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','/customTestRunner.js','rsuPj','getBestPlatformForPercySnapshot','KbmSo','43LSDjfY','env','IrcHk','PhBji','164435HGLMiX','ccoZd','EShvC','28AleslP','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','child_process','GqoUs','jest_browserstack_results.json','readFileSync','YDluA','debug','KDkGw'];a8_0x6417=function(){return _0x530179;};return a8_0x6417();}async function run(_0x2a4fe5,_0x3f1163){const _0x2a4bba=a8_0x5c9b81,_0x118e6a={'xeMBj':function(_0x43efdc,_0x3a0e5b){return _0x43efdc(_0x3a0e5b);},'FFyPm':function(_0x286cec,_0x503f99){return _0x286cec||_0x503f99;},'QNYOU':'package.json','GqoUs':function(_0x2eba02,_0x405c23){return _0x2eba02!==_0x405c23;},'DMcqV':_0x2a4bba(0x151),'qRgjc':'jest','rsuPj':'true','EShvC':function(_0x14e6c8,_0x1dd8b5){return _0x14e6c8>_0x1dd8b5;},'YVpfg':_0x2a4bba(0x111),'wggdA':function(_0x24d82e,_0x5c9b69){return _0x24d82e(_0x5c9b69);},'yKpLo':_0x2a4bba(0x134),'emYPW':_0x2a4bba(0xdd),'bbAhb':function(_0x2bcfe6,_0xfa521a){return _0x2bcfe6===_0xfa521a;},'PLIRB':_0x2a4bba(0x136),'wZklb':_0x2a4bba(0xd5),'DxegC':_0x2a4bba(0x146),'yLRRu':'UtJcQ','iaShq':function(_0x4b84b7,_0x5c6407,_0x6c0876){return _0x4b84b7(_0x5c6407,_0x6c0876);},'gHqwo':_0x2a4bba(0x131),'oVagz':_0x2a4bba(0xf7),'fcHPC':'AbjCu','BbUbU':_0x2a4bba(0x156),'eKyRf':function(_0x19393d,_0x33ce85){return _0x19393d!==_0x33ce85;},'kmvvY':_0x2a4bba(0xfc),'KDkGw':function(_0x9fd6cf,_0x5d05f5,_0xa2234d){return _0x9fd6cf(_0x5d05f5,_0xa2234d);},'xzbUR':function(_0x46663d,_0x1198d8,_0x12aee8){return _0x46663d(_0x1198d8,_0x12aee8);},'weuev':function(_0x39f6d2,_0x1a277a){return _0x39f6d2*_0x1a277a;},'rYTZq':_0x2a4bba(0x150),'mLrZB':_0x2a4bba(0xe9),'svDOz':_0x2a4bba(0x11a),'kBhxW':_0x2a4bba(0x152),'zhigZ':function(_0x4b3a17,_0x41a2b4,_0x41849b,_0xf14185){return _0x4b3a17(_0x41a2b4,_0x41849b,_0xf14185);},'GYGxe':'jest.cmd','PhBji':_0x2a4bba(0x119),'IilIE':'inherit','XyHhy':'close'},_0x1a1b79=new BrowserStackSetup(_0x2a4fe5,_0x118e6a[_0x2a4bba(0xd4)]);await _0x1a1b79[_0x2a4bba(0x12a)](),await helper[_0x2a4bba(0x108)](_0x1a1b79[_0x2a4bba(0x13f)]);if(!_0x1a1b79[_0x2a4bba(0x13f)])return;const _0x36d77f=_0x118e6a[_0x2a4bba(0x106)](getUserJestConfigs,_0x2a4fe5,_0x3f1163);logger['info'](_0x118e6a[_0x2a4bba(0xc4)]);const _0x4f17a7={..._0x36d77f},_0x3f1ec3=_0x4f17a7;_0x3f1ec3['testEnvironmentOptions']={'server':helper[_0x2a4bba(0x12c)](_0x1a1b79[_0x2a4bba(0x13f)]),'environment':_0x36d77f[_0x2a4bba(0xfd)]};let _0x20b519=helper[_0x2a4bba(0xc5)](_0x1a1b79[_0x2a4bba(0x13f)]);const _0x219d76=[];_0x1a1b79['config'][_0x2a4bba(0x114)][_0x2a4bba(0x15a)]((_0x53e951,_0x40c457)=>{const _0x4bd1ca=_0x2a4bba;if(_0x118e6a['GqoUs'](_0x118e6a[_0x4bd1ca(0xee)],_0x118e6a[_0x4bd1ca(0xee)])){const _0x2b5205=_0x1bd913[_0x4bd1ca(0x14e)](_0x10b39e=>_0x10b39e==_0x4bd1ca(0x119));if(!_0x8dfb72[_0x4bd1ca(0x158)](_0x2edf95['config'])){_0x272617['info'](_0x4bd1ca(0xce)+_0x4763c3['config']);const _0x9598f0=_0x118e6a[_0x4bd1ca(0x11b)](_0x2c537f,_0xc06f36[_0x4bd1ca(0xd2)](_0x2f48e1[_0x4bd1ca(0x138)](),_0x4d3b2b[_0x4bd1ca(0x13f)]));return _0x11f9c1[_0x4bd1ca(0xd1)](_0x2b5205,0x2),_0x118e6a['FFyPm'](_0x9598f0,{});}return _0x2178d1['info'](_0x4bd1ca(0x155)),_0x118e6a[_0x4bd1ca(0x11b)](_0x51e55a,_0xa4764e['join'](_0x2dd580['cwd'](),_0x118e6a[_0x4bd1ca(0x163)]))[_0x4bd1ca(0x125)]||{};}else{if(_0x20b519)_0x219d76[_0x4bd1ca(0x145)](helper['modifyBrowserStackW3CCaps'](_0x1a1b79['config'],_0x118e6a[_0x4bd1ca(0xd4)],_0x40c457));else _0x219d76['push'](helper[_0x4bd1ca(0xc2)](_0x1a1b79[_0x4bd1ca(0x13f)],_0x118e6a[_0x4bd1ca(0xd4)],_0x40c457));}});if(!helper['isUndefined'](_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0x12d)])){if(_0x118e6a['bbAhb'](_0x118e6a['oVagz'],_0x118e6a['fcHPC'])){let _0x4eca7b=_0x118e6a[_0x2a4bba(0xdb)];return _0x118e6a[_0x2a4bba(0xe4)](_0x3b23b7[_0x2a4bba(0x148)],0x1)&&(!_0x2bf394[_0x2a4bba(0x115)]&&(_0x1100bc[_0x2a4bba(0x158)](_0x575a3c[_0x2a4bba(0x130)])||_0x118e6a[_0x2a4bba(0xe4)](_0x4a2385[_0x2a4bba(0x130)],0x1)))&&(_0x4eca7b=_0x118e6a[_0x2a4bba(0x103)]),_0x4eca7b;}else process[_0x2a4bba(0xdf)][_0x2a4bba(0xe6)]=JSON[_0x2a4bba(0x100)](_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0x12d)]);}let _0x3f4c8a=_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0x132)];_0x3f4c8a=_0x3f4c8a||accessibilityHelper[_0x2a4bba(0x123)](_0x1a1b79[_0x2a4bba(0x13f)]),process[_0x2a4bba(0xdf)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3f4c8a;if(_0x3f4c8a){if(_0x118e6a[_0x2a4bba(0xe8)](_0x118e6a[_0x2a4bba(0x157)],_0x118e6a[_0x2a4bba(0x157)])){if(_0x58055f)_0x3fb8f1['push'](_0x2958de[_0x2a4bba(0x15c)](_0x163958[_0x2a4bba(0x13f)],_0x118e6a['qRgjc'],_0x421822));else _0x4f9b0c[_0x2a4bba(0x145)](_0x570a00[_0x2a4bba(0xc2)](_0x55eafd[_0x2a4bba(0x13f)],_0x118e6a[_0x2a4bba(0xd4)],_0x4ed7ac));}else{const [_0xf18540,_0x3f8903]=await accessibilityHelper[_0x2a4bba(0xcb)](_0x1a1b79['config'],_0x118e6a['qRgjc']);logger[_0x2a4bba(0xf4)](_0x2a4bba(0xd9)+_0x3f8903),process[_0x2a4bba(0xdf)][_0x2a4bba(0x116)]=_0xf18540,process[_0x2a4bba(0xdf)][_0x2a4bba(0xef)]=_0x3f8903;}}_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0xfa)]&&(_0x118e6a[_0x2a4bba(0x164)](_0x118e6a[_0x2a4bba(0x14a)],_0x118e6a['kmvvY'])?_0x3691ef[_0x2a4bba(0x161)](_0x1d8b29[_0x2a4bba(0x13f)]):_0x3f1ec3[_0x2a4bba(0x13c)]['browserstackPercyBestPlatform']=helper[_0x2a4bba(0xdc)](_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0x114)]));_0x3f1ec3[_0x2a4bba(0x13c)][_0x2a4bba(0x143)]=_0x219d76,_0x3f1ec3[_0x2a4bba(0x13c)][_0x2a4bba(0xd0)]=_0x118e6a[_0x2a4bba(0xed)](getSerial,_0x219d76,_0x2a4fe5),_0x3f1ec3['testEnvironmentOptions']['parallels__']=_0x118e6a[_0x2a4bba(0xcc)](getMaxWorkers,_0x2a4fe5,_0x1a1b79[_0x2a4bba(0x13f)]),_0x3f1ec3[_0x2a4bba(0x13c)][_0x2a4bba(0x12f)]=_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0x12f)],_0x3f1ec3[_0x2a4bba(0x13c)][_0x2a4bba(0xfb)]=_0x118e6a[_0x2a4bba(0x10b)](_0x2a4fe5[_0x2a4bba(0x122)],0x1)||0x1388,_0x3f1ec3[_0x2a4bba(0x13c)][_0x2a4bba(0x165)]=_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0x117)][_0x2a4bba(0x165)],_0x3f1ec3[_0x2a4bba(0x13c)][_0x2a4bba(0xfe)]=config[_0x2a4bba(0x110)],_0x3f1ec3['testEnvironmentOptions'][_0x2a4bba(0xfa)]=_0x1a1b79['config'][_0x2a4bba(0xfa)],_0x3f1ec3['testEnvironmentOptions'][_0x2a4bba(0x107)]=_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0x107)],_0x3f1ec3[_0x2a4bba(0x13c)][_0x2a4bba(0x10c)]=_0x1a1b79['config'][_0x2a4bba(0x10c)];const _0x43c3d2=_0x118e6a[_0x2a4bba(0x14d)],_0x3d7403=path[_0x2a4bba(0xd2)](__dirname,_0x118e6a['mLrZB']),_0xecb9d8=__dirname+_0x2a4bba(0xda),_0x48b1ce=__dirname+_0x2a4bba(0x10f);_0x3f1ec3[_0x2a4bba(0xfd)]=__dirname+_0x2a4bba(0xd8),_0x3f1ec3[_0x2a4bba(0x159)]=_0xecb9d8,_0x3f1ec3['setupFilesAfterEnv']=[__dirname+'/jest.setup.js'],_0x3f1ec3[_0x2a4bba(0x13b)]=[__dirname+_0x2a4bba(0x160)],_0x3f1ec3[_0x2a4bba(0xf2)]=_0x3f1ec3[_0x2a4bba(0xf2)]||[_0x118e6a[_0x2a4bba(0x10a)]];let _0x297632=fs[_0x2a4bba(0xea)](_0x48b1ce);fs[_0x2a4bba(0x10e)](_0x3f1ec3[_0x2a4bba(0x159)],_0x2a4bba(0x11e)+_0x297632+_0x2a4bba(0xd3)+_0x1a1b79[_0x2a4bba(0x13f)][_0x2a4bba(0x114)]['length']+';\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'),logger[_0x2a4bba(0xf4)](_0x2a4bba(0x113)+_0x43c3d2+'\x20with\x20browserstack\x20jest\x20configs'),fs['writeFileSync'](_0x43c3d2,_0x2a4bba(0xc3)+JSON[_0x2a4bba(0x100)](_0x3f1ec3)+'\x0amodule.exports\x20=\x20config;'),logger['info'](_0x118e6a['kBhxW']),helper[_0x2a4bba(0xca)]({},_0x3f1163);const _0x56f805=_0x118e6a[_0x2a4bba(0x14f)](spawn,/^win/[_0x2a4bba(0x12b)](process['platform'])?_0x118e6a['GYGxe']:_0x118e6a[_0x2a4bba(0xd4)],[_0x118e6a[_0x2a4bba(0xe1)],_0x43c3d2,..._0x3f1163[_0x2a4bba(0x112)](0x1)],{'stdio':_0x118e6a[_0x2a4bba(0x135)]});_0x56f805['on'](_0x118e6a[_0x2a4bba(0x12e)],async _0x4dff38=>{const _0x178799=_0x2a4bba;if(_0x118e6a[_0x178799(0xe8)](_0x118e6a[_0x178799(0xc7)],_0x118e6a[_0x178799(0x154)])){process[_0x178799(0x133)]=_0x4dff38,logger[_0x178799(0xec)](_0x178799(0xd7)+_0x4dff38),logger[_0x178799(0xf4)](_0x178799(0x153)+_0x43c3d2);let _0x37bd5a=null;if(fs[_0x178799(0x14c)](_0x3d7403)){if(_0x118e6a[_0x178799(0x129)](_0x118e6a[_0x178799(0x144)],_0x118e6a['PLIRB'])){_0x37bd5a=fs[_0x178799(0xea)](_0x3d7403);try{_0x118e6a[_0x178799(0x129)](_0x118e6a['wZklb'],_0x118e6a[_0x178799(0xc6)])?_0x37bd5a=JSON[_0x178799(0x142)](_0x37bd5a):_0x169fdf=_0x118e6a[_0x178799(0x11b)](_0xe5818b,_0x3ce666[_0x178799(0xf9)]);}catch(_0x5707cc){if(_0x118e6a[_0x178799(0xe8)](_0x118e6a[_0x178799(0x139)],_0x118e6a[_0x178799(0x139)])){_0x4c1546=_0x4c76e2[_0x178799(0xea)](_0x1bebfa);try{_0x56865c=_0x4ea646['parse'](_0x2d827a);}catch(_0x38d647){_0x3b2956[_0x178799(0xec)](_0x178799(0x11f)+_0x56e354+',\x20'+_0x37ec40+_0x178799(0xf6)+_0x38d647);}_0x1fce29['unlinkSync'](_0x3c9490);}else logger[_0x178799(0xec)]('Error\x20while\x20parsing\x20'+_0x3d7403+',\x20'+_0x37bd5a+_0x178799(0xf6)+_0x5707cc);}fs[_0x178799(0x124)](_0x3d7403);}else _0x1aca72=_0x1def00[_0x178799(0x142)](_0x4a39a8);}accessibilityHelper[_0x178799(0x127)]()&&(_0x118e6a[_0x178799(0xe8)](_0x118e6a[_0x178799(0x15f)],_0x118e6a[_0x178799(0x15f)])?_0x1608ca=_0x333c1f[_0x178799(0x130)]:accessibilityHelper[_0x178799(0x161)](_0x1a1b79[_0x178799(0x13f)])),fs[_0x178799(0x124)](_0x43c3d2),fs['unlinkSync'](_0xecb9d8),_0x37bd5a&&(_0x1a1b79[_0x178799(0xc9)]=helper[_0x178799(0x147)](_0x37bd5a,_0x118e6a[_0x178799(0xd4)],_0x1a1b79)),await helper[_0x178799(0x162)](_0x1a1b79);}else{let _0x33c913=0x1;if(!_0x4ffe06[_0x178799(0x158)](_0x2c41f2[_0x178799(0xf9)]))_0x33c913=_0x118e6a[_0x178799(0xcd)](_0x36d797,_0x4f3409[_0x178799(0xf9)]);else!_0x544bc1['isUndefined'](_0x43859c[_0x178799(0x130)])&&(_0x33c913=_0x23823e['maxWorkers']);return _0x33c913;}});}module[a8_0x5c9b81(0xf0)]=run;
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;
@@ -0,0 +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);};
@@ -0,0 +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;
@@ -0,0 +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{}
@@ -0,0 +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 +1 @@
1
- function a11_0x2881(){const _0x330a75=['Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','cIxHX','hzsfo','nuaHd','getEnv','jQWua','tnAMZ','length','executeScript','sfufn','ATWDi','NACPr','../../helpers/accessibility-automation/helper','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','session_','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','percyCaptureMode','info','XNPoM','message','failedExpectations','guFTC','errors','HjDCb','winstonLogger','env','ozMPy','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','Hezam','VgBwP','specStarted','gnDgY','12BFQrkP','quitCount_','currentTest','xUtEp','NRMyE','vdoBq','currentTestName','HltFD','hdVbg','mKJYi','XLyPK','QrqLI','initQuit','../../helpers/logger','165545xKmvti','error','replace','XuWbO','eUFVt','description','ZZDIl','rKSyR','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','browserstackSessionName','6918048LYLrRn','getState','36pWjiZG','ZUXun','OvlyL','cTscO','undefined','47694qHUKxA','.\x20Error\x20:','rXhJw','name','slice','HaFOH','protocol','tMLWI','PEoIK','382158dWeUKr','https:','2623474fxvDeB','11nxStdq','krZvG','KOSVn','Jxxtm','LNgRy','lbtsS','PAGik','tMuxM','getCurrentUrl','BS_A11Y_TEST_RUN_ID','stringify','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','rvLcL','yZusO','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','TGGwx','addReporter','executeAsyncScript','IxUZH','SHnDb','nXItZ','percy','ZRRvD','2640010QpCDLv','VrQcp','FUttB','IGmEC','capabilities','UhGlE','titlePath','qYzDy','XDPzc','isAccessibilityPlatform','\x22}}','11732IHRKRf','qlsbO','EIkmg','xZntF','RYFrP','shift','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','rvuhe','TWqCf','push','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','64pOwMdz','ZLiVC','HYGOP','eFBOH','685jciXrZ','testPath','\x22,\x22level\x22:\x20\x22error\x22}}','FDbiB','jnbWc','BGqlb','xWfBq','\x20|\x20'];a11_0x2881=function(){return _0x330a75;};return a11_0x2881();}const a11_0x391672=a11_0x34e1;(function(_0x14f126,_0x1e6b73){const _0xd631e7=a11_0x34e1,_0x11960b=_0x14f126();while(!![]){try{const _0xdf5c8=-parseInt(_0xd631e7(0xd7))/0x1+-parseInt(_0xd631e7(0xe3))/0x2*(-parseInt(_0xd631e7(0xe8))/0x3)+parseInt(_0xd631e7(0x91))/0x4*(-parseInt(_0xd631e7(0xa0))/0x5)+parseInt(_0xd631e7(0xc9))/0x6*(parseInt(_0xd631e7(0x6e))/0x7)+parseInt(_0xd631e7(0x9c))/0x8*(parseInt(_0xd631e7(0x6c))/0x9)+parseInt(_0xd631e7(0x86))/0xa*(parseInt(_0xd631e7(0x6f))/0xb)+-parseInt(_0xd631e7(0xe1))/0xc;if(_0xdf5c8===_0x1e6b73)break;else _0x11960b['push'](_0x11960b['shift']());}catch(_0x48fae7){_0x11960b['push'](_0x11960b['shift']());}}}(a11_0x2881,0x78fc3));function a11_0x34e1(_0x5c5fa2,_0x567627){const _0x288100=a11_0x2881();return a11_0x34e1=function(_0x34e188,_0x2aa5db){_0x34e188=_0x34e188-0x69;let _0xa0e146=_0x288100[_0x34e188];return _0xa0e146;},a11_0x34e1(_0x5c5fa2,_0x567627);}let __error_messages__=[];jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a11_0x391672(0xb5)),{percyAutoCapture}=require('../../helpers/helper'),logger=require(a11_0x391672(0xd6))[a11_0x391672(0xc1)];function stripUnicode(_0x40c3dc){const _0x2c6984=a11_0x391672;return _0x40c3dc[_0x2c6984(0xd9)](/\\u001b\[.*?m/g,'')[_0x2c6984(0xec)](0x1,-0x1);}async function setContext(){const _0x105d7f=a11_0x391672,_0x1928dd={'XDPzc':function(_0x377fff,_0x56aaba){return _0x377fff>_0x56aaba;},'PEoIK':function(_0x3a2ae1,_0x481fd0){return _0x3a2ae1(_0x481fd0);},'cTscO':function(_0x49454c,_0xa65bed){return _0x49454c(_0xa65bed);},'qlsbO':_0x105d7f(0xdf),'IGmEC':function(_0x146248,_0x1cd64b){return _0x146248!==_0x1cd64b;},'xZntF':_0x105d7f(0xe7),'rXhJw':_0x105d7f(0xa4),'wVgBm':function(_0x3267c2,_0x4896eb){return _0x3267c2!==_0x4896eb;},'LNgRy':function(_0xf568b1,_0xa991d0){return _0xf568b1===_0xa991d0;},'hdVbg':_0x105d7f(0xce),'tnAMZ':_0x105d7f(0xed),'GsDRl':_0x105d7f(0xdd),'ZRRvD':'zSjQy','ZUXun':function(_0x38dc94,_0x1c3f1c){return _0x38dc94(_0x1c3f1c);},'QrqLI':function(_0x22b254,_0x277fa3){return _0x22b254!==_0x277fa3;},'XLyPK':_0x105d7f(0xd0),'lLHFh':'YMpUe','IxUZH':function(_0x14a414,_0x497134){return _0x14a414!==_0x497134;},'kNSij':_0x105d7f(0xc0),'BQlQg':function(_0x37f7ef,_0x342a03){return _0x37f7ef!==_0x342a03;},'ozMPy':_0x105d7f(0x95),'tMLWI':_0x105d7f(0x99),'jQWua':function(_0x1af723,_0xc0fe2c){return _0x1af723(_0xc0fe2c);},'KOSVn':_0x105d7f(0xa5),'QfjvJ':_0x105d7f(0xa6),'eUFVt':'ovxfq'};if(!sessionNameProvided){if(_0x1928dd[_0x105d7f(0x89)](_0x1928dd[_0x105d7f(0xea)],_0x1928dd[_0x105d7f(0xea)]))_0x27e3c8[_0x105d7f(0xcb)]=_0x5d8b73;else{let _0x20172a=expect[_0x105d7f(0xe2)]()[_0x105d7f(0xcf)];await __drivers[0x0][_0x105d7f(0xb1)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x20172a+_0x105d7f(0x90));}}let _0x48213c=null,_0x1b7b8d=![];if(_0x1928dd['wVgBm'](typeof jasmine,_0x1928dd[_0x105d7f(0x94)])){if(_0x1928dd[_0x105d7f(0x73)](_0x1928dd[_0x105d7f(0xd1)],_0x1928dd[_0x105d7f(0xaf)])){const _0x589016={};_0x589016[_0x105d7f(0xc7)]=_0x4810e2=>{const _0x166173=_0x105d7f;_0x52cdce[_0x166173(0xcb)]=_0x4810e2;},_0x3396dc[_0x105d7f(0xad)]()[_0x105d7f(0x7f)](_0x589016);}else jasmine[_0x105d7f(0xcb)][_0x105d7f(0xbd)]&&_0x1928dd[_0x105d7f(0x8e)](jasmine[_0x105d7f(0xcb)][_0x105d7f(0xbd)][_0x105d7f(0xb0)],0x0)?_0x1928dd[_0x105d7f(0x73)](_0x1928dd['GsDRl'],_0x1928dd[_0x105d7f(0x85)])?_0x4b0191[_0x105d7f(0xbf)]&&_0x1928dd[_0x105d7f(0x8e)](_0x26aa49['errors'][_0x105d7f(0xb0)],0x0)?(_0x3281b5=!![],_0x427991=_0x1928dd[_0x105d7f(0x6b)](_0x41043a,_0x35139e[_0x105d7f(0x79)](_0x5d1ff8[_0x105d7f(0xbf)][0x0][0x0][_0x105d7f(0xbc)]||_0x13dae3['errors'][0x0][0x0]))):_0x4d9e8a=_0x1928dd['PEoIK'](_0x1c1baf,_0x96d91f[_0x105d7f(0x79)](_0x1845fd[_0x105d7f(0xeb)])):(_0x1b7b8d=!![],_0x48213c=_0x1928dd[_0x105d7f(0xe4)](stripUnicode,JSON[_0x105d7f(0x79)](jasmine[_0x105d7f(0xcb)]['failedExpectations'][0x0][_0x105d7f(0xbc)]))):_0x1928dd[_0x105d7f(0xd4)](_0x1928dd[_0x105d7f(0xd3)],_0x1928dd[_0x105d7f(0xd3)])?(_0x88de7b=!![],_0x2419fc=_0x1928dd[_0x105d7f(0xe6)](_0x591ea4,_0x4a03e8['stringify'](_0x3158c7[_0x105d7f(0xbf)][0x0][0x0][_0x105d7f(0xbc)]||_0x2953c7[_0x105d7f(0xbf)][0x0][0x0]))):_0x48213c=_0x1928dd[_0x105d7f(0xe4)](stripUnicode,JSON[_0x105d7f(0x79)](jasmine[_0x105d7f(0xcb)]['description']));}else _0x1928dd[_0x105d7f(0x73)](_0x1928dd['lLHFh'],_0x1928dd['lLHFh'])?testContext[_0x105d7f(0xbf)]&&_0x1928dd[_0x105d7f(0x8e)](testContext[_0x105d7f(0xbf)]['length'],0x0)?_0x1928dd[_0x105d7f(0x81)](_0x1928dd['kNSij'],_0x1928dd['kNSij'])?_0x1c2215=_0x1928dd['cTscO'](_0x45e762,_0x5028cd[_0x105d7f(0x79)](_0x31a224[_0x105d7f(0xcb)][_0x105d7f(0xdc)])):(_0x1b7b8d=!![],_0x48213c=_0x1928dd[_0x105d7f(0xe6)](stripUnicode,JSON[_0x105d7f(0x79)](testContext[_0x105d7f(0xbf)][0x0][0x0][_0x105d7f(0xbc)]||testContext[_0x105d7f(0xbf)][0x0][0x0]))):_0x1928dd['BQlQg'](_0x1928dd[_0x105d7f(0xc3)],_0x1928dd[_0x105d7f(0x6a)])?_0x48213c=_0x1928dd[_0x105d7f(0xae)](stripUnicode,JSON[_0x105d7f(0x79)](testContext[_0x105d7f(0xeb)])):_0x2cd595[_0x105d7f(0xba)](_0x1928dd[_0x105d7f(0x92)]):_0x3e0de7=new _0x518c2f(_0x598404);if(_0x1b7b8d){if(_0x1928dd['IxUZH'](_0x1928dd[_0x105d7f(0x71)],_0x1928dd[_0x105d7f(0x71)]))return _0x4996f9[_0x105d7f(0xd9)](/\\u001b\[.*?m/g,'')[_0x105d7f(0xec)](0x1,-0x1);else __error_messages__[_0x105d7f(0x9a)](_0x48213c),await __drivers[0x0][_0x105d7f(0xb1)](_0x105d7f(0x7d)+_0x48213c+_0x105d7f(0xa2));}else{if(_0x1928dd[_0x105d7f(0x73)](_0x1928dd['QfjvJ'],_0x1928dd[_0x105d7f(0xdb)])){if(_0x1928dd[_0x105d7f(0x89)](typeof _0x24775d,_0x1928dd[_0x105d7f(0x94)])){const _0x42a4={};_0x42a4['specStarted']=_0x5b53e6=>{const _0x1e4170=_0x105d7f;_0x2c1bbb[_0x1e4170(0xcb)]=_0x5b53e6;},_0x1b0bb7[_0x105d7f(0xad)]()[_0x105d7f(0x7f)](_0x42a4);}}else await __drivers[0x0][_0x105d7f(0xb1)](_0x105d7f(0xb8)+_0x48213c+'\x22,\x22level\x22:\x20\x22info\x22}}');}}async function driverCleanup(){const _0x48e067=a11_0x391672,_0x37e561={'rvuhe':function(_0x3286b4,_0x538d34){return _0x3286b4(_0x538d34);},'rKSyR':_0x48e067(0x9b),'hzsfo':function(_0x79e6af,_0x505c3d){return _0x79e6af===_0x505c3d;},'mKJYi':_0x48e067(0xcc),'xzsrG':function(_0x10b832,_0x45f5a0){return _0x10b832>_0x45f5a0;},'GPcTN':function(_0x31fd2c,_0x46817f){return _0x31fd2c!==_0x46817f;},'nuaHd':'MVNTQ','Jxxtm':_0x48e067(0xa7),'nXItZ':_0x48e067(0x9f),'cIxHX':function(_0x2ad963,_0x4a0794){return _0x2ad963!==_0x4a0794;},'HYGOP':_0x48e067(0xcd),'QhfDp':function(_0x3689c3,_0x417e81){return _0x3689c3===_0x417e81;},'sfufn':_0x48e067(0x9d)};let _0x18d760=![];try{_0x37e561[_0x48e067(0xab)](_0x37e561[_0x48e067(0xd2)],_0x37e561[_0x48e067(0xd2)])?(await __drivers[0x0][_0x48e067(0xb7)],_0x18d760=!![],_0x37e561['xzsrG'](__error_messages__[_0x48e067(0xb0)],0x0)?_0x37e561['GPcTN'](_0x37e561[_0x48e067(0xac)],_0x37e561['nuaHd'])?(_0x4a0336=!![],_0x4ff534=_0x37e561['rvuhe'](_0x24837b,_0xc40a2d['stringify'](_0x5c76aa[_0x48e067(0xcb)][_0x48e067(0xbd)][0x0][_0x48e067(0xbc)]))):await __drivers[0x0][_0x48e067(0xb1)](_0x48e067(0xc4)+JSON[_0x48e067(0x79)](__error_messages__['join'](_0x37e561[_0x48e067(0x72)]))+'}}'):_0x37e561['GPcTN'](_0x37e561[_0x48e067(0x83)],_0x37e561[_0x48e067(0x83)])?_0x538bf1=![]:await __drivers[0x0]['executeScript'](_0x48e067(0x97))):_0x178761[_0x48e067(0xba)](_0x37e561[_0x48e067(0xde)]);}catch(_0x1fccce){}__error_messages__=[];if(_0x18d760){if(_0x37e561[_0x48e067(0xaa)](_0x37e561[_0x48e067(0x9e)],_0x37e561[_0x48e067(0x9e)]))_0x41c371=_0x37e561[_0x48e067(0x98)](_0x575e2e,_0x1782cf[_0x48e067(0x79)](_0x367b19[_0x48e067(0xeb)]));else try{_0x37e561['QhfDp'](_0x37e561[_0x48e067(0xb2)],_0x37e561[_0x48e067(0xb2)])?await __drivers[0x0][_0x48e067(0xd5)]():_0x393c95[_0x48e067(0xd8)](_0x48e067(0xa9)+this[_0x48e067(0xcb)][_0x48e067(0x8c)]()+_0x48e067(0xe9),_0x525216);}catch(_0x43ae1c){}}}beforeAll(async()=>{const _0x5112d3=a11_0x391672,_0x4ce66d={'gnDgY':function(_0x592e4e,_0x777ea4){return _0x592e4e!==_0x777ea4;},'rvLcL':_0x5112d3(0xb3),'VrQcp':'DIsLI','SHnDb':function(_0x386813,_0xda53db){return _0x386813>_0xda53db;},'pzjXV':function(_0x5ed386,_0x5c1c7d){return _0x5ed386(_0x5c1c7d);},'guFTC':function(_0x54dec2,_0x55b4a8){return _0x54dec2(_0x55b4a8);},'tMuxM':_0x5112d3(0xe7),'krZvG':function(_0x28a68a,_0x3511d9){return _0x28a68a===_0x3511d9;},'Hezam':'MBGbE'};_0x4ce66d[_0x5112d3(0xc8)](typeof jasmine,_0x4ce66d[_0x5112d3(0x76)])&&(_0x4ce66d[_0x5112d3(0x70)](_0x4ce66d['Hezam'],_0x4ce66d[_0x5112d3(0xc5)])?jasmine[_0x5112d3(0xad)]()[_0x5112d3(0x7f)]({'specStarted':_0x1ac671=>{const _0x1ae258=_0x5112d3;_0x4ce66d[_0x1ae258(0xc8)](_0x4ce66d[_0x1ae258(0x7b)],_0x4ce66d[_0x1ae258(0x87)])?jasmine[_0x1ae258(0xcb)]=_0x1ac671:_0x5e6fd0[_0x1ae258(0xd8)](_0x1ae258(0xa8)+_0x18dc6b);}}):_0x399e2f[_0x5112d3(0xcb)][_0x5112d3(0xbd)]&&_0x4ce66d[_0x5112d3(0x82)](_0x1934cf[_0x5112d3(0xcb)][_0x5112d3(0xbd)]['length'],0x0)?(_0x406569=!![],_0x2d9a5e=_0x4ce66d['pzjXV'](_0x137a77,_0x44c45f[_0x5112d3(0x79)](_0x1024b2[_0x5112d3(0xcb)][_0x5112d3(0xbd)][0x0][_0x5112d3(0xbc)]))):_0x2a2da8=_0x4ce66d[_0x5112d3(0xbe)](_0x1aec36,_0x2174ad[_0x5112d3(0x79)](_0x2b1b30[_0x5112d3(0xcb)]['description'])));}),beforeEach(async()=>{const _0x187fd8=a11_0x391672,_0x29eb0c={'OmPzW':function(_0x45f15d,_0x255df4){return _0x45f15d>_0x255df4;},'PAGik':function(_0x1a5b31){return _0x1a5b31();},'FDbiB':function(_0x48d775,_0x4efd2b,_0x2312c6){return _0x48d775(_0x4efd2b,_0x2312c6);},'TGGwx':function(_0x11b36d,_0x57cf66){return _0x11b36d===_0x57cf66;},'qYzDy':'http:','UuFmh':_0x187fd8(0x6d),'VgBwP':_0x187fd8(0x7a),'yZusO':function(_0x40e981,_0x1bcf07){return _0x40e981>_0x1bcf07;}};try{_0x29eb0c['OmPzW'](__drivers[_0x187fd8(0xb0)],0x1)&&(await _0x29eb0c['PAGik'](driverCleanup),__drivers['shift']());let _0x5c1da9=expect['getState']()['currentTestName'];__drivers[0x0][_0x187fd8(0xe0)]=_0x5c1da9;let _0x12d11a=_0x29eb0c[_0x187fd8(0xa3)](shouldScanTestForAccessibility,_0x5c1da9,![]);if(_0x29eb0c[_0x187fd8(0x75)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x187fd8(0x8f)])try{let _0x30c4fd=await __drivers[0x0][_0x187fd8(0xb7)];if(_0x30c4fd){let _0xf02407=!![],_0x50aff9=await __drivers[0x0][_0x187fd8(0x77)](),_0x5ef15b;try{_0x5ef15b=new URL(_0x50aff9);}catch(_0x3d9548){_0xf02407=![];}_0xf02407=_0x29eb0c['TGGwx'](_0x5ef15b[_0x187fd8(0x69)],_0x29eb0c[_0x187fd8(0x8d)])||_0x29eb0c[_0x187fd8(0x7e)](_0x5ef15b[_0x187fd8(0x69)],_0x29eb0c['UuFmh']),_0xf02407&&(_0x12d11a?(logger['info'](_0x29eb0c[_0x187fd8(0xc6)]),await __drivers[0x0]['executeAsyncScript'](_0x187fd8(0xb6))):await __drivers[0x0]['executeScript']('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'));}}catch(_0x1d19b1){logger['error'](_0x187fd8(0xa8)+_0x1d19b1);}if(_0x29eb0c[_0x187fd8(0x7c)](__drivers[0x0][_0x187fd8(0xca)],0x0))await _0x29eb0c[_0x187fd8(0x75)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x2d7bf0=a11_0x391672,_0x51a80b={'aCzwa':function(_0x5b23b7,_0x4dd891){return _0x5b23b7>_0x4dd891;},'XuWbO':function(_0x459aa3){return _0x459aa3();},'UhGlE':function(_0x516d48,_0x351938,_0x4c0b01){return _0x516d48(_0x351938,_0x4c0b01);},'EIkmg':_0x2d7bf0(0x9b),'pgPSx':function(_0x40bb05,_0x236d92){return _0x40bb05(_0x236d92);},'FUttB':_0x2d7bf0(0xdf),'lbtsS':function(_0x4cb9b8,_0x5878f3){return _0x4cb9b8===_0x5878f3;},'OvlyL':'testcase','TxOHZ':function(_0x214887,_0xb2033d){return _0x214887>_0xb2033d;},'NACPr':'appium:app','XNPoM':function(_0x1d7d82,_0x18ba3a,_0x286ead,_0x522479){return _0x1d7d82(_0x18ba3a,_0x286ead,_0x522479);}};try{_0x51a80b['aCzwa'](__drivers[_0x2d7bf0(0xb0)],0x1)&&(await _0x51a80b[_0x2d7bf0(0xda)](driverCleanup),__drivers[_0x2d7bf0(0x96)]());let _0x385544=_0x51a80b[_0x2d7bf0(0x8b)](shouldScanTestForAccessibility,expect[_0x2d7bf0(0xe2)]()[_0x2d7bf0(0xcf)],![]);try{if(_0x51a80b[_0x2d7bf0(0xda)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x2d7bf0(0x8f)]){_0x385544&&logger[_0x2d7bf0(0xba)](_0x51a80b[_0x2d7bf0(0x93)]);const _0x57e35c={'saveResults':_0x385544,'testDetails':{'name':expect[_0x2d7bf0(0xe2)]()[_0x2d7bf0(0xcf)],'testRunId':process[_0x2d7bf0(0xc2)][_0x2d7bf0(0x78)],'filePath':expect[_0x2d7bf0(0xe2)]()[_0x2d7bf0(0xa1)],'scopeList':[expect[_0x2d7bf0(0xe2)]()[_0x2d7bf0(0xcf)]]},'platform':await _0x51a80b['pgPSx'](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x2d7bf0(0x80)]('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20',_0x57e35c),_0x385544&&logger[_0x2d7bf0(0xba)](_0x51a80b[_0x2d7bf0(0x88)]);}}catch(_0x1ffedb){logger[_0x2d7bf0(0xd8)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this['currentTest'][_0x2d7bf0(0x8c)]()+_0x2d7bf0(0xe9),_0x1ffedb);}if(global[_0x2d7bf0(0x84)]&&_0x51a80b[_0x2d7bf0(0x74)](global[_0x2d7bf0(0xb9)],_0x51a80b['OvlyL'])&&__drivers[0x0]){const _0x1a3da2=_0x51a80b['TxOHZ'](global[_0x2d7bf0(0x8a)][_0x2d7bf0(0xb0)],0x0)?!!global[_0x2d7bf0(0x8a)][0x0]['app']||!!global[_0x2d7bf0(0x8a)][0x0][_0x51a80b[_0x2d7bf0(0xb4)]]:![],_0x29bc3f={};_0x29bc3f['app']=_0x1a3da2,await _0x51a80b[_0x2d7bf0(0xbb)](percyAutoCapture,__drivers[0x0],_0x51a80b[_0x2d7bf0(0xe5)],_0x29bc3f);}await _0x51a80b[_0x2d7bf0(0xda)](setContext);if(_0x51a80b['TxOHZ'](__drivers[0x0][_0x2d7bf0(0xca)],0x0))await _0x51a80b[_0x2d7bf0(0xda)](driverCleanup);}catch{}}),afterAll(async()=>{const _0x3aff18={'fEKSk':function(_0x373267){return _0x373267();}};try{await _0x3aff18['fEKSk'](driverCleanup);}catch(_0x5ef49a){}});
1
+ const a13_0x48b522=a13_0x2897;(function(_0x3cbbfa,_0x1cf63b){const _0x19cdb8=a13_0x2897,_0x42f097=_0x3cbbfa();while(!![]){try{const _0x536548=-parseInt(_0x19cdb8(0xd4))/0x1+-parseInt(_0x19cdb8(0xc7))/0x2+parseInt(_0x19cdb8(0x121))/0x3*(-parseInt(_0x19cdb8(0x105))/0x4)+-parseInt(_0x19cdb8(0x11d))/0x5+-parseInt(_0x19cdb8(0xf5))/0x6+-parseInt(_0x19cdb8(0xec))/0x7+parseInt(_0x19cdb8(0xc8))/0x8;if(_0x536548===_0x1cf63b)break;else _0x42f097['push'](_0x42f097['shift']());}catch(_0x51b10c){_0x42f097['push'](_0x42f097['shift']());}}}(a13_0x19da,0xb6714));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x48b522(0xe1)),{isBrowserstackInfra}=require('../../helpers/helper');let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest[a13_0x48b522(0x125)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x48b522(0x12c)),{percyAutoCapture}=require(a13_0x48b522(0xf7)),logger=require(a13_0x48b522(0xcc))[a13_0x48b522(0xfb)],TestDetails=require(a13_0x48b522(0x12f));function stripUnicode(_0x2eb646){const _0x123753=a13_0x48b522;return _0x2eb646[_0x123753(0x120)](/\\u001b\[.*?m/g,'')[_0x123753(0x117)](0x1,-0x1);}async function setContext(){const _0x2ba111=a13_0x48b522,_0x251f3c={'hInus':function(_0x41b1db,_0x265e68){return _0x41b1db(_0x265e68);},'CIuak':function(_0x5c593c,_0x3ab20f){return _0x5c593c>_0x3ab20f;},'pohDt':function(_0x2307df,_0x20babe){return _0x2307df<=_0x20babe;},'VsfdT':function(_0x20f15a,_0x4abe35){return _0x20f15a(_0x4abe35);},'FfiPy':function(_0x1c9d59){return _0x1c9d59();},'pzMmD':function(_0x14079c,_0x47c980){return _0x14079c(_0x47c980);},'lkFjn':function(_0x2b5e5a,_0x23aa8f){return _0x2b5e5a(_0x23aa8f);},'wRqCC':function(_0x27a6eb,_0x112f6b){return _0x27a6eb<=_0x112f6b;},'XbUFu':function(_0x1c5dff,_0x41dbee){return _0x1c5dff(_0x41dbee);},'ycyfP':function(_0x535fa3,_0x551ada,_0x388cf0){return _0x535fa3(_0x551ada,_0x388cf0);},'yJyiu':function(_0x18bb82,_0x38049b){return _0x18bb82!==_0x38049b;},'JXWxt':'cwewQ','uuZSq':function(_0x50ba9c,_0x3bee4e){return _0x50ba9c===_0x3bee4e;},'isKcU':_0x2ba111(0xd5),'dekIM':_0x2ba111(0x107),'xTPLi':function(_0x2ba10d,_0xb3bdc6){return _0x2ba10d!==_0xb3bdc6;},'lANZc':_0x2ba111(0x14f),'cjUoc':'yDkqq','lMBzT':function(_0x2f4aac,_0x2fd31e){return _0x2f4aac>_0x2fd31e;},'XOkSY':_0x2ba111(0xc4),'iBxhr':function(_0x1089ae,_0xc21769){return _0x1089ae===_0xc21769;},'nMrdz':_0x2ba111(0x12a),'nxxKI':function(_0x3034da,_0xed3615){return _0x3034da(_0xed3615);},'fRlzH':_0x2ba111(0xce),'mnShh':_0x2ba111(0xbf),'GuOtT':function(_0x29d8a5,_0x8d98de){return _0x29d8a5===_0x8d98de;},'idVwH':_0x2ba111(0x11b),'dKlQT':function(_0xb53407,_0x480e62){return _0xb53407(_0x480e62);},'UjqdS':'WKqXW','nBbYV':_0x2ba111(0xfd),'TfnDF':function(_0x4b03f8,_0x3f4de9){return _0x4b03f8(_0x3f4de9);},'POnrc':_0x2ba111(0xfa),'FBRzX':function(_0x569767,_0x2cc382){return _0x569767!==_0x2cc382;},'DTzQF':_0x2ba111(0x101),'yWpvs':'FMaPC'};if(!_0x251f3c[_0x2ba111(0x103)](isBrowserstackInfra)){if(_0x251f3c[_0x2ba111(0x119)](_0x251f3c[_0x2ba111(0x140)],_0x251f3c['JXWxt']))_0x18bf0a=!![],_0x5d9d9a=_0x251f3c[_0x2ba111(0x124)](_0x4a1529,_0x204e69[_0x2ba111(0xba)](_0x535389[_0x2ba111(0xe8)][_0x2ba111(0x152)][0x0][_0x2ba111(0x146)]));else return;}if(!sessionNameProvided){if(_0x251f3c[_0x2ba111(0xc9)](_0x251f3c[_0x2ba111(0x14d)],_0x251f3c[_0x2ba111(0x14d)])){const _0x26f494=expect[_0x2ba111(0x134)]()[_0x2ba111(0x11c)];await __drivers[0x0][_0x2ba111(0x122)](_0x2ba111(0xc6)+_0x26f494+_0x2ba111(0xff));}else _0x42a814[_0x2ba111(0xe8)]['failedExpectations']&&_0x251f3c[_0x2ba111(0x133)](_0x3d9500[_0x2ba111(0xe8)][_0x2ba111(0x152)][_0x2ba111(0xdf)],0x0)?(_0x325e38=!![],_0x1e2de3=_0x251f3c[_0x2ba111(0x124)](_0x419f0d,_0x2af127[_0x2ba111(0xba)](_0x13b6cd[_0x2ba111(0xe8)]['failedExpectations'][0x0][_0x2ba111(0x146)]))):_0x11abbf=_0x251f3c[_0x2ba111(0x124)](_0x414157,_0x16f518[_0x2ba111(0xba)](_0x3d6128[_0x2ba111(0xe8)][_0x2ba111(0x132)]));}let _0x51e7a5=null,_0x470228=![];_0x251f3c[_0x2ba111(0x119)](typeof jasmine,_0x251f3c['dekIM'])?_0x251f3c[_0x2ba111(0x14b)](_0x251f3c[_0x2ba111(0xd7)],_0x251f3c[_0x2ba111(0xf4)])?jasmine[_0x2ba111(0xe8)][_0x2ba111(0x152)]&&_0x251f3c[_0x2ba111(0x154)](jasmine[_0x2ba111(0xe8)][_0x2ba111(0x152)][_0x2ba111(0xdf)],0x0)?_0x251f3c[_0x2ba111(0xc9)](_0x251f3c[_0x2ba111(0xc3)],_0x251f3c[_0x2ba111(0xc3)])?(_0x470228=!![],_0x51e7a5=_0x251f3c[_0x2ba111(0x141)](stripUnicode,JSON[_0x2ba111(0xba)](jasmine[_0x2ba111(0xe8)]['failedExpectations'][0x0][_0x2ba111(0x146)]))):_0x58422c[_0x2ba111(0x150)](_0x2ba111(0xd3)+this[_0x2ba111(0xe8)][_0x2ba111(0xfe)]()+_0x2ba111(0x15a),_0x51799c):_0x251f3c[_0x2ba111(0x13d)](_0x251f3c[_0x2ba111(0x14c)],_0x251f3c[_0x2ba111(0x14c)])?_0x51e7a5=_0x251f3c['nxxKI'](stripUnicode,JSON['stringify'](jasmine[_0x2ba111(0xe8)]['description'])):_0xc27832['log'](_0xc27f1c):_0x55f80c=![]:_0x251f3c[_0x2ba111(0xc9)](_0x251f3c[_0x2ba111(0x12d)],_0x251f3c[_0x2ba111(0xb9)])?_0x251f3c[_0x2ba111(0x112)](_0x165ba8['getInstance']()[_0x2ba111(0xf2)],0x0)&&(_0x251f3c[_0x2ba111(0xb3)](_0x45d91d,_0x247f28),_0x251f3c[_0x2ba111(0x103)](_0x56265b)):testContext['errors']&&_0x251f3c[_0x2ba111(0x133)](testContext['errors'][_0x2ba111(0xdf)],0x0)?_0x251f3c['GuOtT'](_0x251f3c[_0x2ba111(0xe6)],_0x251f3c[_0x2ba111(0xe6)])?(_0x470228=!![],_0x51e7a5=_0x251f3c['dKlQT'](stripUnicode,JSON[_0x2ba111(0xba)](testContext[_0x2ba111(0x10d)][0x0][0x0][_0x2ba111(0x146)]||testContext['errors'][0x0][0x0]))):_0x5ed339[_0x2ba111(0x150)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x3a1ddb):_0x251f3c['uuZSq'](_0x251f3c['UjqdS'],_0x251f3c['nBbYV'])?(_0x51eec9=!![],_0x218305=_0x251f3c['pzMmD'](_0x584be3,_0x213d5d[_0x2ba111(0xba)](_0x1dfec[_0x2ba111(0x10d)][0x0][0x0][_0x2ba111(0x146)]||_0x3243cf['errors'][0x0][0x0]))):_0x51e7a5=_0x251f3c['TfnDF'](stripUnicode,JSON[_0x2ba111(0xba)](testContext['name']));if(_0x470228)_0x251f3c['iBxhr'](_0x251f3c[_0x2ba111(0x159)],_0x251f3c[_0x2ba111(0x159)])?(__error_messages__['push'](_0x51e7a5),await __drivers[0x0]['executeScript'](_0x2ba111(0x10c)+_0x51e7a5+'\x22,\x22level\x22:\x20\x22error\x22}}')):_0x3ad097=_0x251f3c[_0x2ba111(0x141)](_0x5398b7,_0x13e5f0[_0x2ba111(0xba)](_0x165cad[_0x2ba111(0xe8)][_0x2ba111(0x132)]));else{if(_0x251f3c[_0x2ba111(0x109)](_0x251f3c[_0x2ba111(0xab)],_0x251f3c[_0x2ba111(0xaf)]))await __drivers[0x0][_0x2ba111(0x122)](_0x2ba111(0x143)+_0x51e7a5+_0x2ba111(0xca));else{const _0x48027f=_0x251f3c[_0x2ba111(0xc5)](_0x38f8a6,async()=>{const _0x8080a0=_0x2ba111;_0x251f3c['wRqCC'](_0x1df3fc['getInstance']()[_0x8080a0(0xf2)],0x0)&&(_0x251f3c[_0x8080a0(0x136)](_0x9ee334,_0x48027f),_0x251f3c[_0x8080a0(0x103)](_0x3ab533));},0x3e8);}}}const executeAnnotate=async(_0x50830f,_0x4e0a34)=>{const _0x2d6698=a13_0x48b522;await global[_0x2d6698(0x13f)][0x0][_0x2d6698(0x122)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x50830f+_0x2d6698(0x114)+_0x4e0a34+'\x22}}');};async function driverCleanup(){const _0xa2d463=a13_0x48b522,_0x585b05={'qVlHG':function(_0x4de430,_0x1c6bff){return _0x4de430>_0x1c6bff;},'EJCXI':function(_0x54bd64,_0x4a60db){return _0x54bd64(_0x4a60db);},'NPVmc':function(_0x146086,_0x407759){return _0x146086(_0x407759);},'FHzNp':function(_0x3bcbaa){return _0x3bcbaa();},'sijTy':function(_0xe64ace){return _0xe64ace();},'QOJFY':function(_0x1e6813,_0x354ab6){return _0x1e6813!==_0x354ab6;},'Iuppl':_0xa2d463(0xcb),'dsbgw':function(_0x320812,_0x246394){return _0x320812===_0x246394;},'nmSXV':_0xa2d463(0xad),'sUmCy':_0xa2d463(0x106),'kRYnf':_0xa2d463(0xb8),'NETkX':'qSJGa','CQjjB':_0xa2d463(0x13b),'XVdqe':function(_0x46e36f,_0x3d40a0){return _0x46e36f===_0x3d40a0;},'WEfab':_0xa2d463(0xc0),'EQJAq':_0xa2d463(0xac),'wdHLP':function(_0x5a1d47,_0xc5f271){return _0x5a1d47!==_0xc5f271;},'XLPMD':'vIEcw','Aejmz':_0xa2d463(0xb6),'Sqdza':'pDBNs','mlVcl':_0xa2d463(0xbd),'WicpP':function(_0x6722c9,_0x1abf03){return _0x6722c9!==_0x1abf03;},'FnmLV':'IhmFc','hkuss':_0xa2d463(0x111),'NApgH':function(_0x29e153,_0x342904){return _0x29e153===_0x342904;},'HaZeN':_0xa2d463(0xbe)};if(!_0x585b05[_0xa2d463(0xaa)](isBrowserstackInfra)){if(_0x585b05[_0xa2d463(0x100)](_0x585b05[_0xa2d463(0x10f)],_0x585b05[_0xa2d463(0x10f)]))_0x4cff24=new _0x240b0d(_0x1012e8);else return;}let _0x295208=![];try{if(_0x585b05[_0xa2d463(0xf6)](_0x585b05[_0xa2d463(0xd8)],_0x585b05[_0xa2d463(0xe7)]))_0xa0add2[_0xa2d463(0xdc)](_0x4df6dd);else{await __drivers[0x0][_0xa2d463(0x127)],_0x295208=!![];if(_0x585b05[_0xa2d463(0x11f)](__error_messages__[_0xa2d463(0xdf)],0x0))_0x585b05[_0xa2d463(0xf6)](_0x585b05[_0xa2d463(0xf8)],_0x585b05[_0xa2d463(0x156)])?_0x380d64[_0xa2d463(0x10d)]&&_0x585b05[_0xa2d463(0x11f)](_0x252824[_0xa2d463(0x10d)][_0xa2d463(0xdf)],0x0)?(_0x465a7f=!![],_0x291a30=_0x585b05[_0xa2d463(0xdd)](_0x34e5e4,_0x479202['stringify'](_0x5e6912[_0xa2d463(0x10d)][0x0][0x0][_0xa2d463(0x146)]||_0x58a56f[_0xa2d463(0x10d)][0x0][0x0]))):_0x5b5682=_0x585b05[_0xa2d463(0xdd)](_0x3c8aa5,_0x30956c['stringify'](_0xb9dae9['name'])):await __drivers[0x0][_0xa2d463(0x122)](_0xa2d463(0x12b)+JSON[_0xa2d463(0xba)](__error_messages__['join'](_0x585b05[_0xa2d463(0xb5)]))+'}}');else{if(_0x585b05[_0xa2d463(0x118)](_0x585b05[_0xa2d463(0x149)],_0x585b05['WEfab']))await __drivers[0x0][_0xa2d463(0x122)](_0x585b05[_0xa2d463(0xe3)]);else return _0x1fcc9c[_0xa2d463(0x120)](/\\u001b\[.*?m/g,'')[_0xa2d463(0x117)](0x1,-0x1);}}}catch(_0x1eb05a){_0x585b05[_0xa2d463(0xb4)](_0x585b05[_0xa2d463(0x13a)],_0x585b05['Aejmz'])?console['log'](_0x1eb05a):(_0x585b05[_0xa2d463(0xeb)](_0x4425a8,_0x2aa488),_0x585b05[_0xa2d463(0x102)](_0x52ebf1));}__error_messages__=[];if(_0x295208){if(_0x585b05[_0xa2d463(0x100)](_0x585b05['Sqdza'],_0x585b05[_0xa2d463(0x14a)]))try{if(_0x585b05[_0xa2d463(0x13e)](_0x585b05[_0xa2d463(0x10b)],_0x585b05[_0xa2d463(0x115)]))await __drivers[0x0]['initQuit']();else return;}catch(_0x3b9f9a){if(_0x585b05['NApgH'](_0x585b05['HaZeN'],_0x585b05['HaZeN']))console['log'](_0x3b9f9a);else{const _0xdecf27={};_0xdecf27[_0xa2d463(0xd6)]=_0x4e4547=>{const _0x11a54a=_0xa2d463;_0x29fd88[_0x11a54a(0xe8)]=_0x4e4547;},_0x3ef2c2['getEnv']()[_0xa2d463(0xb1)](_0xdecf27);}}else return;}}function a13_0x2897(_0x380c01,_0x17a169){const _0x19dae3=a13_0x19da();return a13_0x2897=function(_0x2897c7,_0x4739ee){_0x2897c7=_0x2897c7-0xa9;let _0x28a4df=_0x19dae3[_0x2897c7];return _0x28a4df;},a13_0x2897(_0x380c01,_0x17a169);}function a13_0x19da(){const _0x212185=['lMBzT','HIYvF','NETkX','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','capabilities','POnrc','.\x20Error\x20:','protocol','sijTy','DTzQF','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','oMgmw','uUhGb','yWpvs','hrZAv','addReporter','YAApW','VsfdT','wdHLP','CQjjB','JvzpM','now','wtYii','mnShh','stringify','pQUAe','okDqJ','hbNGx','xokSS','rctIB','MBpfJ','jyAmS','yoZMz','XOkSY','qwuXB','ycyfP','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','2932040gSloAI','55313248WKyUhp','uuZSq','\x22,\x22level\x22:\x20\x22info\x22}}','vCaQM','../../helpers/logger','WoQCJ','spLXh','executeAsyncScript','browserstackSessionName','getCurrentUrl','hUYlA','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','545627rsVUQt','IcDma','specStarted','lANZc','nmSXV','nrOlS','DidFt','HcMph','log','EJCXI','testPath','length','hYVlo','../../helpers/test-observability/utils','qXRGK','EQJAq','zVQLU','XBWBz','idVwH','sUmCy','currentTest','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','fhcWj','NPVmc','6878921EOKSRQ','shift','Ioggv','vYlLW','otGSr','AnscR','pendingUploads','GtSbf','cjUoc','5839434cOGYsY','dsbgw','../../helpers/helper','kRYnf','SgkLG','ijYzI','winstonLogger','QFHqY','wUbBC','titlePath','\x22}}','QOJFY','XrHPr','FHzNp','FfiPy','XHuta','4psGpbT','QakoI','undefined','quitCount_','FBRzX','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','FnmLV','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','errors','Dggnj','Iuppl','http:','jSyKf','pohDt','YkHqn',',\x22level\x22:\x20\x22','hkuss','IRsMO','slice','XVdqe','yJyiu','ObservabilitySync:','OVBgr','currentTestName','6493260dfSOKH','percyCaptureMode','qVlHG','replace','2701893QZAvmz','executeScript','AfdAh','hInus','setTimeout','JzdQS','session_','RXOxQ','env','gxbpj','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','../../helpers/accessibility-automation/helper','fRlzH','vQfmv','./test-observability/test-details','PCklq','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','description','CIuak','getState',':testAnalyticsId','XbUFu','kGHsa','qmVYN','getTestUUID','XLPMD','\x20|\x20','removeAllListeners','iBxhr','WicpP','__drivers','JXWxt','lkFjn','pid','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','info','debug','message','Kguyo','isAccessibilityPlatform','WEfab','mlVcl','xTPLi','nMrdz','isKcU','TjbsL','CGCyc','error','getEnv','failedExpectations','name'];a13_0x19da=function(){return _0x212185;};return a13_0x19da();}beforeAll(async()=>{const _0x563aae=a13_0x48b522,_0x6de307={'wjHBU':function(_0x256537,_0x1a2b57){return _0x256537(_0x1a2b57);},'otGSr':function(_0x3207d2,_0x2f4a42){return _0x3207d2!==_0x2f4a42;},'fhcWj':_0x563aae(0xf9),'jyAmS':_0x563aae(0x10a),'qXRGK':_0x563aae(0x131),'jXbHU':_0x563aae(0x107),'yoZMz':_0x563aae(0xbc),'HcMph':_0x563aae(0xfc),'JzdQS':function(_0x441a44,_0x4cac10){return _0x441a44===_0x4cac10;},'TiTHY':'bNRjP','kGHsa':_0x563aae(0xf1),'pQUAe':function(_0x1cb572){return _0x1cb572();},'Kguyo':_0x563aae(0xe0),'Dggnj':_0x563aae(0x14e),'PCklq':function(_0x2eef94,_0x249dfc,_0x343caf){return _0x2eef94(_0x249dfc,_0x343caf);}},_0x7b71ac='browserstack internal helper hook';_0x6de307[_0x563aae(0xf0)](typeof jasmine,_0x6de307['jXbHU'])&&(_0x6de307[_0x563aae(0xf0)](_0x6de307[_0x563aae(0xc2)],_0x6de307[_0x563aae(0xdb)])?jasmine[_0x563aae(0x151)]()[_0x563aae(0xb1)]({'specStarted':_0x5b3cd1=>{const _0x1fceff=_0x563aae;_0x6de307[_0x1fceff(0xf0)](_0x6de307[_0x1fceff(0xea)],_0x6de307[_0x1fceff(0xea)])?_0x53b116=_0x6de307['wjHBU'](_0x2449fd,_0x2f49c1[_0x1fceff(0xba)](_0x278ec1[_0x1fceff(0x153)])):jasmine[_0x1fceff(0xe8)]=_0x5b3cd1;}}):_0x28857d[_0x563aae(0x144)](_0x6de307[_0x563aae(0xc1)]));let _0xe559dd=![];try{_0x6de307[_0x563aae(0x126)](_0x6de307['TiTHY'],_0x6de307[_0x563aae(0x137)])?_0x495a97[_0x563aae(0x144)](_0x6de307[_0x563aae(0xe2)]):(await __drivers[0x0]['session_'],_0xe559dd=!![]);}catch(_0x528373){}if(_0xe559dd)try{try{_0x6de307[_0x563aae(0xbb)](isTestObservabilitySession)&&(global[_0x563aae(0x13f)][0x0]&&(_0x6de307[_0x563aae(0x126)](_0x6de307[_0x563aae(0x147)],_0x6de307[_0x563aae(0x10e)])?_0x128e4c[_0x563aae(0xe8)]=_0x367bf1:await _0x6de307[_0x563aae(0x130)](sendPlatformDetails,global['__drivers'][0x0],TestDetails['getTestUUID'](process['pid']+_0x563aae(0x135)))));}catch{}}catch(_0x288fa8){}}),beforeEach(async()=>{const _0x1370d1=a13_0x48b522,_0x9d20e3={'GtSbf':function(_0x504e42,_0x1d3550){return _0x504e42>_0x1d3550;},'RXOxQ':function(_0x378229){return _0x378229();},'DidFt':function(_0x2177d0,_0x42165c,_0x37ce9a){return _0x2177d0(_0x42165c,_0x37ce9a);},'vQfmv':function(_0x41a774){return _0x41a774();},'IRsMO':function(_0x590f20,_0x12e280){return _0x590f20===_0x12e280;},'YAApW':_0x1370d1(0x110),'nrOlS':'https:','AfdAh':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.'},_0x29584b='browserstack internal helper hook';try{_0x9d20e3[_0x1370d1(0xf3)](__drivers[_0x1370d1(0xdf)],0x1)&&(await _0x9d20e3[_0x1370d1(0x128)](driverCleanup),__drivers['shift']());const _0x1116ef=expect['getState']()[_0x1370d1(0x11c)];__drivers[0x0][_0x1370d1(0xd0)]=_0x1116ef;_0x9d20e3['GtSbf'](__drivers[0x0][_0x1370d1(0x108)],0x0)&&await _0x9d20e3[_0x1370d1(0x128)](driverCleanup);let _0x450cae=_0x9d20e3[_0x1370d1(0xda)](shouldScanTestForAccessibility,_0x1116ef,![]);if(_0x9d20e3[_0x1370d1(0x12e)](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform'])try{let _0xbbd50e=await __drivers[0x0]['session_'];if(_0xbbd50e){let _0x4a545e=!![],_0x567048=await __drivers[0x0][_0x1370d1(0xd1)](),_0x431dba;try{_0x431dba=new URL(_0x567048);}catch(_0x258ab5){_0x4a545e=![];}_0x4a545e=_0x9d20e3['IRsMO'](_0x431dba[_0x1370d1(0xa9)],_0x9d20e3[_0x1370d1(0xb2)])||_0x9d20e3[_0x1370d1(0x116)](_0x431dba[_0x1370d1(0xa9)],_0x9d20e3[_0x1370d1(0xd9)]),_0x4a545e&&(_0x450cae?(logger[_0x1370d1(0x144)](_0x9d20e3[_0x1370d1(0x123)]),await __drivers[0x0][_0x1370d1(0xcf)](_0x1370d1(0x157))):await __drivers[0x0][_0x1370d1(0x122)](_0x1370d1(0xe9)));}}catch(_0x424a65){logger['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x424a65);}if(_0x9d20e3[_0x1370d1(0xf3)](__drivers[0x0]['quitCount_'],0x0))await _0x9d20e3[_0x1370d1(0x12e)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x32d158=a13_0x48b522,_0x302a32={'UDTpH':function(_0x58f6c6,_0x2fd60d){return _0x58f6c6>_0x2fd60d;},'YkHqn':function(_0x2a910){return _0x2a910();},'XBWBz':function(_0x4c3ea1,_0x20eeaf){return _0x4c3ea1===_0x20eeaf;},'hrZAv':'testcase','wFnMg':function(_0x5d1cd0,_0xc4b6fb){return _0x5d1cd0>_0xc4b6fb;},'HIYvF':'appium:app','hUYlA':function(_0x1741a2,_0x3c615f,_0x3e79cf,_0xc60fc3){return _0x1741a2(_0x3c615f,_0x3e79cf,_0xc60fc3);},'Ioggv':function(_0x2bad3b,_0x450681,_0x930e27){return _0x2bad3b(_0x450681,_0x930e27);},'qmVYN':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','WoQCJ':function(_0x5c9c31,_0x4b299a){return _0x5c9c31(_0x4b299a);},'MlUWO':_0x32d158(0x131),'KhJTM':_0x32d158(0x145),'zVQLU':function(_0x4ab19c){return _0x4ab19c();}},_0x3a6098='browserstack internal helper hook';try{_0x302a32['UDTpH'](__drivers[_0x32d158(0xdf)],0x1)&&(await _0x302a32[_0x32d158(0x113)](driverCleanup),__drivers[_0x32d158(0xed)]());try{if(global['percy']&&_0x302a32[_0x32d158(0xe5)](global[_0x32d158(0x11e)],_0x302a32[_0x32d158(0xb0)])&&__drivers[0x0]){const _0x18d2d6=_0x302a32['wFnMg'](global['capabilities'][_0x32d158(0xdf)],0x0)?!!global[_0x32d158(0x158)][0x0]['app']||!!global[_0x32d158(0x158)][0x0][_0x302a32[_0x32d158(0x155)]]:![],_0x27c706={};_0x27c706['app']=_0x18d2d6,await _0x302a32[_0x32d158(0xd2)](percyAutoCapture,__drivers[0x0],_0x302a32['hrZAv'],_0x27c706);}}catch(_0xbae92e){}let _0x204626=_0x302a32[_0x32d158(0xee)](shouldScanTestForAccessibility,expect[_0x32d158(0x134)]()['currentTestName'],![]);try{if(_0x302a32['YkHqn'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x32d158(0x148)]){_0x204626&&logger[_0x32d158(0x144)](_0x302a32[_0x32d158(0x138)]);const _0x2e08d3={'saveResults':_0x204626,'testDetails':{'name':expect[_0x32d158(0x134)]()['currentTestName'],'testRunId':process[_0x32d158(0x129)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect['getState']()[_0x32d158(0xde)],'scopeList':[expect[_0x32d158(0x134)]()[_0x32d158(0x11c)]]},'platform':await _0x302a32[_0x32d158(0xcd)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x32d158(0xcf)]('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20',_0x2e08d3),_0x204626&&logger[_0x32d158(0x144)](_0x302a32['MlUWO']);}}catch(_0x35846b){logger[_0x32d158(0x150)](_0x32d158(0xd3)+this[_0x32d158(0xe8)][_0x32d158(0xfe)]()+'.\x20Error\x20:',_0x35846b);}await _0x302a32[_0x32d158(0x113)](setContext);try{if(_0x302a32[_0x32d158(0x113)](isTestObservabilitySession)){global['__drivers'][0x0]&&await _0x302a32[_0x32d158(0xee)](sendPlatformDetails,global[_0x32d158(0x13f)][0x0],TestDetails[_0x32d158(0x139)](process[_0x32d158(0x142)]+_0x32d158(0x135)));if(_0x302a32[_0x32d158(0x113)](isBrowserstackInfra)){const _0x16d9f5=_0x32d158(0x11a)+Date[_0x32d158(0xb7)]();await _0x302a32[_0x32d158(0xee)](executeAnnotate,JSON[_0x32d158(0xba)](_0x16d9f5),_0x302a32['KhJTM']);}}}catch(_0x55f8e4){}_0x302a32['wFnMg'](__drivers[0x0][_0x32d158(0x108)],0x0)&&await _0x302a32[_0x32d158(0xe4)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x41decd=a13_0x48b522,_0x12efb5={'uUhGb':function(_0x373677,_0x49e590){return _0x373677<=_0x49e590;},'uyXRh':function(_0xf9edb0,_0x13668b){return _0xf9edb0(_0x13668b);},'vYlLW':function(_0x4c9e1e){return _0x4c9e1e();},'XHuta':function(_0xe7c289,_0x1d64bd,_0x324cf5){return _0xe7c289(_0x1d64bd,_0x324cf5);},'RMjIx':function(_0x987196){return _0x987196();}};jest['setTimeout'](0x186a0);const _0x46581d='browserstack internal helper hook';await new Promise(_0x36de92=>{const _0x81da13=a13_0x2897,_0x5cb2fd=_0x12efb5[_0x81da13(0x104)](setInterval,async()=>{const _0x2acfe5=_0x81da13;_0x12efb5[_0x2acfe5(0xae)](RequestQueueHandler['getInstance']()[_0x2acfe5(0xf2)],0x0)&&(_0x12efb5['uyXRh'](clearInterval,_0x5cb2fd),_0x12efb5[_0x2acfe5(0xef)](_0x36de92));},0x3e8);});try{await _0x12efb5['RMjIx'](driverCleanup);}catch(_0x900e2){}process[_0x41decd(0x13c)]();},0x2710);
@@ -0,0 +1 @@
1
+ const a14_0x58e9b3=a14_0x3336;function a14_0x369b(){const _0x1ba2dc=['6yOSxiF','restore','563643XSurMt','3691330ODxgIH','420517UoqZTd','setTimeout','14581aLBDIX','4408neXyux','2671320iWaxbs','776172rcqHlp','ksBPM','24712155JIBHcg','../../../helpers/test-observability/utils'];a14_0x369b=function(){return _0x1ba2dc;};return a14_0x369b();}(function(_0x415bf4,_0x1ebbb1){const _0x4725c6=a14_0x3336,_0x1aca75=_0x415bf4();while(!![]){try{const _0x2b3445=parseInt(_0x4725c6(0xde))/0x1+parseInt(_0x4725c6(0xe7))/0x2*(-parseInt(_0x4725c6(0xdc))/0x3)+-parseInt(_0x4725c6(0xe3))/0x4+-parseInt(_0x4725c6(0xdd))/0x5+parseInt(_0x4725c6(0xe2))/0x6+-parseInt(_0x4725c6(0xe0))/0x7*(parseInt(_0x4725c6(0xe1))/0x8)+parseInt(_0x4725c6(0xe5))/0x9;if(_0x2b3445===_0x1ebbb1)break;else _0x1aca75['push'](_0x1aca75['shift']());}catch(_0x57ee8d){_0x1aca75['push'](_0x1aca75['shift']());}}}(a14_0x369b,0xec4a7));const requestSpy=require('../../../helpers/request-spy'),{addRequestSpy}=require(a14_0x58e9b3(0xe6));function a14_0x3336(_0x2234c1,_0x10f586){const _0x369b0a=a14_0x369b();return a14_0x3336=function(_0x333656,_0x3a1ecb){_0x333656=_0x333656-0xdb;let _0x357237=_0x369b0a[_0x333656];return _0x357237;},a14_0x3336(_0x2234c1,_0x10f586);}beforeAll(()=>{const _0x2cc90d=a14_0x58e9b3,_0x526487={'ksBPM':function(_0x3228d0){return _0x3228d0();}},_0x3689e2='browserstack internal helper hook';_0x526487[_0x2cc90d(0xe4)](addRequestSpy);}),afterAll(async()=>{const _0x22b608=a14_0x58e9b3,_0x26f76a='browserstack internal helper hook';jest[_0x22b608(0xdf)](0xea60),requestSpy[_0x22b608(0xdb)]();});
@@ -0,0 +1 @@
1
+ function a15_0x40e2(){const _0x15ede8=['566109UiIfsx','env','13083690KrRvev','ArNZn','2AhodGr','1489508IBeEKJ','trim','isTestObservabilitySession','cliConfig','1257351QrWjKI','testRegex','push','updateTestRerunConfig','1827248qvkQOG','BROWSERSTACK_RERUN_TESTS','../../../helpers/test-observability/utils','MDgnh','443795vTfaCS','311311anyCng','9GDEZqE','get','nocAk','has','length','yqsPY','testMatch','IYamD','18kbYxjy','split','shouldReRunObservabilityTests','rerunTests','map'];a15_0x40e2=function(){return _0x15ede8;};return a15_0x40e2();}function a15_0x1e96(_0x81ec5c,_0x4af51d){const _0x40e206=a15_0x40e2();return a15_0x1e96=function(_0x1e9668,_0x6d81c3){_0x1e9668=_0x1e9668-0x1c9;let _0x371be7=_0x40e206[_0x1e9668];return _0x371be7;},a15_0x1e96(_0x81ec5c,_0x4af51d);}const a15_0x317766=a15_0x1e96;(function(_0x41c4cf,_0x38593d){const _0x4f137c=a15_0x1e96,_0xf4df96=_0x41c4cf();while(!![]){try{const _0x1e199c=-parseInt(_0x4f137c(0x1ca))/0x1+-parseInt(_0x4f137c(0x1ce))/0x2*(parseInt(_0x4f137c(0x1d3))/0x3)+-parseInt(_0x4f137c(0x1cf))/0x4+-parseInt(_0x4f137c(0x1db))/0x5*(-parseInt(_0x4f137c(0x1e5))/0x6)+-parseInt(_0x4f137c(0x1dc))/0x7+parseInt(_0x4f137c(0x1d7))/0x8*(parseInt(_0x4f137c(0x1dd))/0x9)+parseInt(_0x4f137c(0x1cc))/0xa;if(_0x1e199c===_0x38593d)break;else _0xf4df96['push'](_0xf4df96['shift']());}catch(_0x1835b6){_0xf4df96['push'](_0xf4df96['shift']());}}}(a15_0x40e2,0x61e50));const testOpsHelper=require(a15_0x317766(0x1d9)),helper=require('../../../helpers/helper');exports[a15_0x317766(0x1d6)]=(_0x27eedf,_0x2ccf8c)=>{const _0x32510f=a15_0x317766,_0x57ef9e={};_0x57ef9e[_0x32510f(0x1e4)]=_0x32510f(0x1e8),_0x57ef9e[_0x32510f(0x1da)]=function(_0x2fa5a5,_0x52746b){return _0x2fa5a5!==_0x52746b;},_0x57ef9e[_0x32510f(0x1e2)]='null',_0x57ef9e[_0x32510f(0x1cd)]=function(_0x59fe82,_0x46a1b6){return _0x59fe82!==_0x46a1b6;},_0x57ef9e[_0x32510f(0x1df)]=function(_0x52f406,_0x3871f8){return _0x52f406>_0x3871f8;};const _0x2813da=_0x57ef9e;if(testOpsHelper[_0x32510f(0x1d1)]()&&testOpsHelper[_0x32510f(0x1e7)]()){let _0x2cb9e7=process[_0x32510f(0x1cb)][_0x32510f(0x1d8)];!helper['isUndefined'](_0x2ccf8c[_0x32510f(0x1d2)])&&_0x2ccf8c[_0x32510f(0x1d2)][_0x32510f(0x1e0)](_0x2813da[_0x32510f(0x1e4)])&&(_0x2cb9e7=_0x2ccf8c['cliConfig'][_0x32510f(0x1de)](_0x2813da['IYamD']));const _0xd89a46=[];_0x2813da[_0x32510f(0x1da)](_0x2cb9e7,_0x2813da['yqsPY'])&&_0x2813da[_0x32510f(0x1cd)](_0x2cb9e7,null)&&_0x2cb9e7[_0x32510f(0x1e6)](',')[_0x32510f(0x1c9)](_0x37ef89=>{const _0x59b456=_0x32510f;_0xd89a46[_0x59b456(0x1d5)](''+_0x37ef89[_0x59b456(0x1d0)]());}),_0x2813da[_0x32510f(0x1df)](_0xd89a46[_0x32510f(0x1e1)],0x0)&&(_0x27eedf[_0x32510f(0x1d4)]=_0xd89a46,delete _0x27eedf[_0x32510f(0x1e3)]);}};