browserstack-node-sdk 1.29.1 → 1.29.3

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 (97) 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/customEnvironment.js +1 -1
  43. package/src/bin/jest/customTestRunnerTemplate.js +1 -1
  44. package/src/bin/jest/jest.setup.js +1 -1
  45. package/src/bin/jest/test_before.setup.js +1 -1
  46. package/src/bin/launcher/launcher.js +1 -1
  47. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  48. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  49. package/src/bin/mocha/command.js +1 -1
  50. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  51. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  52. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  53. package/src/bin/mocha/test.setup.js +1 -1
  54. package/src/bin/nightwatch/command.js +1 -1
  55. package/src/bin/playwright/accessibility-helper.js +1 -1
  56. package/src/bin/playwright/command.js +1 -1
  57. package/src/bin/playwright/globalSetup.js +1 -1
  58. package/src/bin/playwright/mock-process.js +1 -1
  59. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  60. package/src/bin/playwright/reporter/reporter.js +1 -1
  61. package/src/bin/playwright/reporter/test-details.js +1 -1
  62. package/src/bin/runner.js +1 -1
  63. package/src/bin/setup.js +1 -1
  64. package/src/bin/test-runner/index.js +1 -1
  65. package/src/bin/test-runner/runTest.js +1 -1
  66. package/src/bin/test-runner/testWorker.js +1 -1
  67. package/src/bin/utils/constants.js +1 -1
  68. package/src/bin/utils/log4jsAppender.js +1 -1
  69. package/src/bin/utils/logPatcher.js +1 -1
  70. package/src/bin/utils/logReportingAPI.js +1 -1
  71. package/src/bin/vanilla-js/command.js +1 -1
  72. package/src/helpers/BrowserStackSetup.js +1 -1
  73. package/src/helpers/accessibility-automation/constants.js +1 -1
  74. package/src/helpers/accessibility-automation/helper.js +1 -1
  75. package/src/helpers/ats/constants.js +1 -1
  76. package/src/helpers/ats/helper.js +1 -1
  77. package/src/helpers/capsMapping.js +1 -1
  78. package/src/helpers/helper.js +1 -1
  79. package/src/helpers/logger.js +1 -1
  80. package/src/helpers/patchHelpers.js +1 -1
  81. package/src/helpers/percy/Percy.js +1 -1
  82. package/src/helpers/percy/PercyBinary.js +1 -1
  83. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  84. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  85. package/src/helpers/percy/PercySDK.js +1 -1
  86. package/src/helpers/percy/index.js +1 -1
  87. package/src/helpers/request-spy.js +1 -1
  88. package/src/helpers/setKeepAlive.js +1 -1
  89. package/src/helpers/test-observability/constants.js +1 -1
  90. package/src/helpers/test-observability/error-handler.js +1 -1
  91. package/src/helpers/test-observability/performance-tester.js +1 -1
  92. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  93. package/src/helpers/test-observability/sessionHandler.js +1 -1
  94. package/src/helpers/test-observability/utils.js +1 -1
  95. package/src/helpers/w3cMapping.js +1 -1
  96. package/src/hubAllocationMethods.js +1 -1
  97. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a5_0x31367d=a5_0x2ae6;(function(_0xf82d82,_0x574092){const _0x39d350=a5_0x2ae6,_0x5f00e9=_0xf82d82();while(!![]){try{const _0x2f8676=parseInt(_0x39d350(0xf5))/0x1*(-parseInt(_0x39d350(0x119))/0x2)+parseInt(_0x39d350(0x13a))/0x3*(-parseInt(_0x39d350(0xcb))/0x4)+-parseInt(_0x39d350(0xcd))/0x5+parseInt(_0x39d350(0xc6))/0x6+-parseInt(_0x39d350(0x120))/0x7+-parseInt(_0x39d350(0x127))/0x8*(-parseInt(_0x39d350(0x114))/0x9)+parseInt(_0x39d350(0xd8))/0xa*(parseInt(_0x39d350(0x112))/0xb);if(_0x2f8676===_0x574092)break;else _0x5f00e9['push'](_0x5f00e9['shift']());}catch(_0x455700){_0x5f00e9['push'](_0x5f00e9['shift']());}}}(a5_0x44d7,0xa51fa));const {requireModule,modifyCommand,isTrue}=require(a5_0x31367d(0xfb)),setKeepAlive=require(a5_0x31367d(0xd2)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js'),logger=require(a5_0x31367d(0xef))[a5_0x31367d(0x126)];modifyCommand(),setKeepAlive();let Before=cucumberModule[a5_0x31367d(0x111)],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a5_0x31367d(0x11a)],AfterStep=cucumberModule['AfterStep'],configuration=process['env']['CONFIG'];function a5_0x2ae6(_0x4f643e,_0x56bffe){const _0x44d7b2=a5_0x44d7();return a5_0x2ae6=function(_0x2ae63c,_0x325b68){_0x2ae63c=_0x2ae63c-0xb9;let _0x19a8ee=_0x44d7b2[_0x2ae63c];return _0x19a8ee;},a5_0x2ae6(_0x4f643e,_0x56bffe);}if(configuration!==undefined){let config=JSON[a5_0x31367d(0x102)](configuration);isTrue(config[a5_0x31367d(0x12b)])&&(global[a5_0x31367d(0xbc)]=!![]),require('../../index')[a5_0x31367d(0xf2)](config);}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a5_0x31367d(0xf0)]=_0x14179b=>{const _0x342c4b=a5_0x31367d,_0x5f2bea={'XIzuu':function(_0x2ae6ea,_0x222eca){return _0x2ae6ea(_0x222eca);}};global[_0x342c4b(0xcf)]=_0x14179b,_0x5f2bea['XIzuu'](__setDefaultTimeout,_0x14179b);};const a5_0x5449a6={};a5_0x5449a6['name']=a5_0x31367d(0xbf),BeforeAll(a5_0x5449a6,function(){const _0x46a65d=a5_0x31367d,_0x78bda1={'gqcrv':function(_0xa63b07,_0x34ff96){return _0xa63b07(_0x34ff96);},'OuaYk':function(_0x16ba10,_0x4cd29e){return _0x16ba10(_0x4cd29e);},'PRCCZ':_0x46a65d(0x106),'orZQF':function(_0x4f9ad4,_0xa81cc8){return _0x4f9ad4(_0xa81cc8);},'JObiu':function(_0x28c843,_0xb0a43d){return _0x28c843!==_0xb0a43d;},'EaIdN':_0x46a65d(0x116),'zKYHt':function(_0x1e8d28,_0x472562){return _0x1e8d28!==_0x472562;},'KFJjV':'pDilI','COQBk':_0x46a65d(0xff),'xIGRC':function(_0x319ac2,_0x48c93f){return _0x319ac2===_0x48c93f;},'znqjm':_0x46a65d(0x139),'ccnOS':'KModG','vlGrE':_0x46a65d(0x11c),'vyKkT':_0x46a65d(0xc8),'VNgdq':_0x46a65d(0xe5),'JAChy':_0x46a65d(0x132),'JAVEI':_0x46a65d(0x10c),'FpyPy':_0x46a65d(0xdf),'lzBLJ':_0x46a65d(0xe1),'XbPBh':_0x46a65d(0xda)};logger[_0x46a65d(0x13e)](_0x78bda1[_0x46a65d(0x100)]),global[_0x46a65d(0xc3)]=[],global['__sessionFailed']=![],global[_0x46a65d(0xc9)]=async()=>{const _0x4ac928=_0x46a65d;if(_0x78bda1[_0x4ac928(0xbb)](_0x78bda1[_0x4ac928(0xd3)],_0x78bda1[_0x4ac928(0xd3)]))_0x3072ce[_0x4ac928(0x13e)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x75a2d4);else{let _0x66ef8=![];try{if(_0x78bda1[_0x4ac928(0xba)](_0x78bda1['KFJjV'],_0x78bda1[_0x4ac928(0xdb)])){await global[_0x4ac928(0xe7)][0x0][_0x4ac928(0xfa)],_0x66ef8=!![];if(global[_0x4ac928(0xe9)]){if(_0x78bda1[_0x4ac928(0x107)](_0x78bda1[_0x4ac928(0x104)],_0x78bda1[_0x4ac928(0xb9)])){let _0x54815b=_0x4cc7b4[_0x4ac928(0x102)](_0x4b9b21);_0x78bda1[_0x4ac928(0x10b)](_0x5b65cb,_0x54815b[_0x4ac928(0x12b)])&&(_0x33405f[_0x4ac928(0xbc)]=!![]),_0x78bda1[_0x4ac928(0xe6)](_0x5ab455,_0x78bda1[_0x4ac928(0x137)])[_0x4ac928(0xf2)](_0x54815b);}else await global[_0x4ac928(0xe7)][0x0][_0x4ac928(0x128)](_0x4ac928(0x105)+JSON[_0x4ac928(0x110)](global[_0x4ac928(0xc3)][_0x4ac928(0xe0)](_0x78bda1['vlGrE']))+'}}');}else _0x78bda1[_0x4ac928(0x107)](_0x78bda1['vyKkT'],_0x78bda1[_0x4ac928(0x135)])?await global[_0x4ac928(0xe7)][0x0]['executeScript'](_0x4ac928(0x10e)):_0x30e478['debug']('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x1eadaf);}else _0x353db3[_0x4ac928(0x13e)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0xd24fd1);}catch(_0x52d66d){_0x78bda1[_0x4ac928(0x107)](_0x78bda1[_0x4ac928(0xca)],_0x78bda1[_0x4ac928(0xca)])?logger[_0x4ac928(0x13e)](_0x4ac928(0xc5)+_0x52d66d):_0x4ef9c0[_0x4ac928(0xc3)]['push'](_0x367efa[_0x4ac928(0xec)][_0x4ac928(0xdd)]);}global[_0x4ac928(0xc3)]=[],global[_0x4ac928(0xe9)]=![];if(_0x66ef8){if(_0x78bda1[_0x4ac928(0x107)](_0x78bda1[_0x4ac928(0x117)],_0x78bda1[_0x4ac928(0x117)]))try{_0x78bda1[_0x4ac928(0xbb)](_0x78bda1['JAVEI'],_0x78bda1[_0x4ac928(0x122)])?_0x14b986[_0x4ac928(0x13e)](_0x4ac928(0x115)+_0x3dd925):await global[_0x4ac928(0xe7)][0x0][_0x4ac928(0xf8)]();}catch(_0x3ee374){_0x78bda1['JObiu'](_0x78bda1[_0x4ac928(0x11b)],_0x78bda1['lzBLJ'])?logger['debug'](_0x4ac928(0xf1)+_0x3ee374):_0x25a19e['debug'](_0x4ac928(0xf9)+_0x195ab7);}else _0x291921[_0x4ac928(0xcf)]=_0x433f36,_0x78bda1[_0x4ac928(0xee)](_0x3a56a2,_0x3ba735);}}};});const a5_0x165379={};a5_0x165379[a5_0x31367d(0x11f)]='bstack',a5_0x165379[a5_0x31367d(0x13b)]=0x2710,Before(a5_0x165379,function(_0x2b3b24,_0x302b2a){const _0x45f646=a5_0x31367d,_0x2ec150={'sQkKE':function(_0x20f0f4,_0x3de403){return _0x20f0f4!==_0x3de403;},'tDIPw':'Vniak','FWmeW':function(_0xc784c3,_0x10895d){return _0xc784c3>_0x10895d;},'CzJGg':_0x45f646(0xd1),'YpLJK':_0x45f646(0xc2),'ZdoXC':function(_0x742251,_0x25dea1){return _0x742251>_0x25dea1;},'TEwgQ':function(_0x6ea200){return _0x6ea200();},'mVbcE':_0x45f646(0xea)};logger['debug'](_0x2ec150[_0x45f646(0x138)]),new Promise(async _0x260f3b=>{const _0x2ac3d0=_0x45f646;try{if(_0x2ec150['sQkKE'](_0x2ec150[_0x2ac3d0(0x108)],_0x2ec150[_0x2ac3d0(0x108)]))_0x4328f0['debug'](_0x2ac3d0(0xc5)+_0x2b5bb3);else{_0x2ec150[_0x2ac3d0(0x12d)](global[_0x2ac3d0(0xe7)][_0x2ac3d0(0x133)],0x1)&&(_0x2ec150[_0x2ac3d0(0xfd)](_0x2ec150[_0x2ac3d0(0x13d)],_0x2ec150[_0x2ac3d0(0x12c)])?(await global[_0x2ac3d0(0xc9)](),global['__drivers'][_0x2ac3d0(0xdc)]()):_0x30eed5[_0x2ac3d0(0xbc)]=!![]);if(global['__drivers'][0x0][_0x2ac3d0(0xd5)]&&_0x2ec150['ZdoXC'](global[_0x2ac3d0(0xe7)][0x0][_0x2ac3d0(0xd5)],0x0))await global[_0x2ac3d0(0xc9)]();}}catch(_0x468a5c){}_0x2ec150['TEwgQ'](_0x260f3b);})[_0x45f646(0xbe)](_0x302b2a);});const a5_0x2d7f56={};a5_0x2d7f56[a5_0x31367d(0x11f)]=a5_0x31367d(0xbf),a5_0x2d7f56['timeout']=0x2710,After(a5_0x2d7f56,function(_0x1f66aa,_0x17da9e){const _0x1e1aa3=a5_0x31367d,_0xe829e5={'UFLGK':_0x1e1aa3(0x118),'vznnt':function(_0x2b1581,_0x527fbf){return _0x2b1581==_0x527fbf;},'XXVBp':_0x1e1aa3(0x125),'SGWWn':function(_0x547280,_0x5040e1){return _0x547280==_0x5040e1;},'WmOxN':_0x1e1aa3(0x11c),'OPSLs':function(_0x5ba159,_0x5acc79){return _0x5ba159>_0x5acc79;},'QJlJp':function(_0x4a9a95){return _0x4a9a95();},'zvSKn':'Inside\x20browserstack\x20After'};logger['debug'](_0xe829e5[_0x1e1aa3(0x129)]),new Promise(async _0x45b0a2=>{const _0x26e367=_0x1e1aa3;let _0x422ca9=![];try{const _0x1bc28a=_0xe829e5[_0x26e367(0xfc)][_0x26e367(0xf3)]('|');let _0x405c79=0x0;while(!![]){switch(_0x1bc28a[_0x405c79++]){case'0':if(_0xe829e5[_0x26e367(0xd6)](_0x1f66aa['result'][_0x26e367(0x121)][_0x26e367(0xcc)]()[_0x26e367(0xe4)](),_0xe829e5[_0x26e367(0xc1)])||_0xe829e5[_0x26e367(0xeb)](_0x1f66aa[_0x26e367(0xec)][_0x26e367(0x121)][_0x26e367(0xcc)]()[_0x26e367(0xe4)](),'6')){try{global['__error_messages__'][_0x26e367(0x11e)](_0x1f66aa[_0x26e367(0xec)][_0x26e367(0xdd)]);}catch(_0x427d0c){logger['debug'](_0x26e367(0xce)+_0x427d0c);}await global[_0x26e367(0xe7)][0x0][_0x26e367(0x128)](_0x26e367(0x105)+JSON[_0x26e367(0x110)](global['__error_messages__'][_0x26e367(0xe0)](_0xe829e5[_0x26e367(0x136)]))+'}}');}else await global['__drivers'][0x0]['executeScript'](_0x26e367(0x10e));continue;case'1':_0xe829e5[_0x26e367(0xde)](global[_0x26e367(0xe7)][_0x26e367(0x133)],0x1)&&(await global['driverCleanup'](),global[_0x26e367(0xe7)][_0x26e367(0xdc)](),global[_0x26e367(0xc3)]=[],global[_0x26e367(0xe9)]=![]);continue;case'2':!global[_0x26e367(0xbc)]&&await global[_0x26e367(0xe7)][0x0][_0x26e367(0x128)](_0x26e367(0xbd)+_0x1f66aa[_0x26e367(0xd7)][_0x26e367(0x11f)]+_0x26e367(0xed));continue;case'3':await global['__drivers'][0x0][_0x26e367(0xfa)];continue;case'4':_0x422ca9=!![];continue;}break;}}catch(_0x234e97){logger[_0x26e367(0x13e)](_0x26e367(0xf9)+_0x234e97);}if(_0x422ca9)try{if(global[_0x26e367(0xe7)][0x0]&&_0xe829e5[_0x26e367(0xde)](global[_0x26e367(0xe7)][0x0][_0x26e367(0xd5)],0x0))await global['__drivers'][0x0]['initQuit']();}catch(_0x3c39a4){logger[_0x26e367(0x13e)](_0x26e367(0x103)+_0x3c39a4);}_0xe829e5[_0x26e367(0xe2)](_0x45b0a2);})[_0x1e1aa3(0xbe)](()=>_0x17da9e());});const a5_0x59b0d3={};function a5_0x44d7(){const _0x40232d=['skipSessionName','YpLJK','FWmeW','CbyGG','Passed','hEsei','tnInK','YrGGG','length','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','vyKkT','WmOxN','PRCCZ','mVbcE','CLMWA','3rMipuI','timeout','qyHVQ','CzJGg','debug','UJgjv','tEZTN','ccnOS','zKYHt','JObiu','__skipSessionName','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','finally','bstack','CLoSh','XXVBp','PEEgb','__error_messages__','\x0aError:\x20','Error:\x20cleaning\x20up\x20driver:\x20','4669200qoUMTT','text','pncOJ','driverCleanup','VNgdq','479692NFuDwL','toString','2452630QKEHnq','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','__timeout','eFcKW','wYnDL','../../helpers/setKeepAlive','EaIdN','Inside\x20browserstack\x20AfterAll','quitCount_','vznnt','pickle','26370kYKIvb','efloK','Inside\x20browserstack\x20BeforeAll','COQBk','shift','message','OPSLs','LEdeE','join','sJimT','QJlJp','HGnEW','toLowerCase','SzoRo','OuaYk','__drivers','NcHKh','__sessionFailed','Inside\x20browserstack\x20Before','SGWWn','result','\x22}}','orZQF','../../helpers/logger','setDefaultTimeout','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','browserstackAgentV2','split','hsgDG','157381gAUAqe','JuVXW','info','initQuit','Error:\x20at\x20After:\x20','session_','../../helpers/helper','UFLGK','sQkKE','Failed:\x20','hEYVa','XbPBh','error','parse','Error:\x20quiting\x20driver\x20at\x20After:\x20','znqjm','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','../../index','xIGRC','tDIPw','sFqno','CIUQA','gqcrv','bpwmJ','DocUO','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','bFrUn','stringify','Before','3311CLBkrI',',\x22level\x22:\x20\x22','171DetJWg','Error:\x20at\x20After\x20Step:\x20','udrYe','JAChy','1|3|4|2|0','4jxWqIx','BeforeAll','FpyPy','\x20|\x20','Passed:\x20','push','name','246988MEwNNC','status','JAVEI','VtQhL','pickleStep','failed','winstonLogger','27328fyljlY','executeScript','zvSKn','FcPTH'];a5_0x44d7=function(){return _0x40232d;};return a5_0x44d7();}a5_0x59b0d3[a5_0x31367d(0x11f)]=a5_0x31367d(0xbf),a5_0x59b0d3[a5_0x31367d(0x13b)]=0x2710,AfterStep(a5_0x59b0d3,function(_0x2e9c6f,_0x2d8868){const _0x1171e5=a5_0x31367d,_0x47840e={'sFqno':function(_0x33b5cf,_0x147c1a){return _0x33b5cf==_0x147c1a;},'DocUO':_0x1171e5(0x125),'oUNuy':function(_0xe0e5a5,_0x528472){return _0xe0e5a5!==_0x528472;},'JuVXW':function(_0x2a13aa,_0x4ad20c,_0x2ef3ed){return _0x2a13aa(_0x4ad20c,_0x2ef3ed);},'qyHVQ':function(_0x332ba6,_0x921def){return _0x332ba6+_0x921def;},'hEsei':function(_0x4f7dd7,_0x5e97c5){return _0x4f7dd7+_0x5e97c5;},'CbyGG':_0x1171e5(0xfe),'bFrUn':_0x1171e5(0xc4),'tEZTN':_0x1171e5(0x101),'HGnEW':function(_0x147874,_0x96bb17,_0x2b1c6f){return _0x147874(_0x96bb17,_0x2b1c6f);},'zJFIz':function(_0x2d5a6f,_0x1f0b67){return _0x2d5a6f+_0x1f0b67;},'hsgDG':function(_0x369124,_0x9f6c0c){return _0x369124!==_0x9f6c0c;},'CIUQA':function(_0x282896,_0x13b166,_0x24c897){return _0x282896(_0x13b166,_0x24c897);},'VtQhL':function(_0x4a52e6,_0x2f086b){return _0x4a52e6+_0x2f086b;},'eFcKW':_0x1171e5(0x11d),'UJgjv':_0x1171e5(0xf7),'FcPTH':_0x1171e5(0x12f),'NcHKh':function(_0x3654e7){return _0x3654e7();},'CLoSh':'Inside\x20browserstack\x20AfterStep'};logger[_0x1171e5(0x13e)](_0x47840e[_0x1171e5(0xc0)]);const _0x31a35c=async(_0x3e44d4,_0xe2c69d)=>{const _0x543933=_0x1171e5;await global['__drivers'][0x0][_0x543933(0x128)](_0x543933(0x134)+_0x3e44d4+_0x543933(0x113)+_0xe2c69d+_0x543933(0xed));};new Promise(async _0x343e86=>{const _0x2b0826=_0x1171e5;try{_0x47840e[_0x2b0826(0x109)](_0x2e9c6f['result']['status']['toString']()[_0x2b0826(0xe4)](),_0x47840e[_0x2b0826(0x10d)])||_0x47840e[_0x2b0826(0x109)](_0x2e9c6f[_0x2b0826(0xec)][_0x2b0826(0x121)][_0x2b0826(0xcc)]()['toLowerCase'](),'6')?(global[_0x2b0826(0xe9)]=!![],global[_0x2b0826(0xc3)][_0x2b0826(0x11e)](_0x2e9c6f[_0x2b0826(0xec)][_0x2b0826(0xdd)]),_0x47840e['oUNuy'](_0x2e9c6f[_0x2b0826(0x124)],undefined)?await _0x47840e[_0x2b0826(0xf6)](_0x31a35c,JSON['stringify'](_0x47840e[_0x2b0826(0x13c)](_0x47840e[_0x2b0826(0x13c)](_0x47840e[_0x2b0826(0x130)](_0x47840e[_0x2b0826(0x12e)],'\x22'+_0x2e9c6f[_0x2b0826(0x124)][_0x2b0826(0xc7)]+'\x22\x20'),_0x47840e[_0x2b0826(0x10f)]),_0x2e9c6f[_0x2b0826(0xec)][_0x2b0826(0xdd)])),_0x47840e[_0x2b0826(0x140)]):await _0x47840e[_0x2b0826(0xe3)](_0x31a35c,JSON[_0x2b0826(0x110)](_0x47840e['zJFIz'](_0x47840e['CbyGG'],_0x2e9c6f[_0x2b0826(0xec)]['message'])),_0x47840e[_0x2b0826(0x140)])):_0x47840e[_0x2b0826(0xf4)](_0x2e9c6f[_0x2b0826(0x124)],undefined)?await _0x47840e[_0x2b0826(0x10a)](_0x31a35c,JSON[_0x2b0826(0x110)](_0x47840e[_0x2b0826(0x123)](_0x47840e[_0x2b0826(0xd0)],'\x22'+_0x2e9c6f[_0x2b0826(0x124)][_0x2b0826(0xc7)]+'\x22')),_0x47840e[_0x2b0826(0x13f)]):await _0x47840e[_0x2b0826(0xf6)](_0x31a35c,JSON[_0x2b0826(0x110)](_0x47840e[_0x2b0826(0x12a)]),_0x47840e[_0x2b0826(0x13f)]);}catch(_0x561ad2){logger['debug'](_0x2b0826(0x115)+_0x561ad2);}_0x47840e[_0x2b0826(0xe8)](_0x343e86);})[_0x1171e5(0xbe)](()=>_0x2d8868());});const a5_0x1dcd65={};a5_0x1dcd65[a5_0x31367d(0x11f)]=a5_0x31367d(0xbf),a5_0x1dcd65[a5_0x31367d(0x13b)]=0x7530,AfterAll(a5_0x1dcd65,async function(_0x35f37c,_0x4a6089){const _0x40d993=a5_0x31367d,_0x289246={'efloK':function(_0x55dd6e){return _0x55dd6e();},'tnInK':_0x40d993(0xd4)};logger['debug'](_0x289246[_0x40d993(0x131)]),await new Promise(async _0x34b22c=>{const _0xc22bee=_0x40d993;await global[_0xc22bee(0xc9)](),_0x289246[_0xc22bee(0xd9)](_0x34b22c);});});
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 +1 @@
1
- const a6_0x2b7c70=a6_0xf922;(function(_0x273d30,_0x383ff7){const _0x439e88=a6_0xf922,_0x2f0dc6=_0x273d30();while(!![]){try{const _0x4c98fe=parseInt(_0x439e88(0x128))/0x1+-parseInt(_0x439e88(0x132))/0x2+-parseInt(_0x439e88(0x131))/0x3+parseInt(_0x439e88(0x117))/0x4+-parseInt(_0x439e88(0x126))/0x5+parseInt(_0x439e88(0x10f))/0x6*(-parseInt(_0x439e88(0x135))/0x7)+-parseInt(_0x439e88(0x12c))/0x8*(-parseInt(_0x439e88(0x127))/0x9);if(_0x4c98fe===_0x383ff7)break;else _0x2f0dc6['push'](_0x2f0dc6['shift']());}catch(_0x25fc40){_0x2f0dc6['push'](_0x2f0dc6['shift']());}}}(a6_0x3a63,0x477ae));const {requireModule,modifyCommand,isTrue}=require(a6_0x2b7c70(0x151)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a6_0x2b7c70(0x144)),logger=require(a6_0x2b7c70(0x14d))[a6_0x2b7c70(0x136)];modifyCommand(),setKeepAlive();let Before=cucumberModule['Before'],After=cucumberModule['After'],configuration=process[a6_0x2b7c70(0x11a)][a6_0x2b7c70(0x145)];if(configuration!==undefined){let config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global['__skipSessionName']=!![]),require(a6_0x2b7c70(0x129))[a6_0x2b7c70(0x114)](config);}global['__timeout']=0x0;function a6_0xf922(_0x1768a0,_0x19a0ce){const _0x3a6395=a6_0x3a63();return a6_0xf922=function(_0xf922c3,_0x2dc2d7){_0xf922c3=_0xf922c3-0x10e;let _0x5eb5dc=_0x3a6395[_0xf922c3];return _0x5eb5dc;},a6_0xf922(_0x1768a0,_0x19a0ce);}const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a6_0x2b7c70(0x14a)]=_0x17bb6b=>{const _0x532336=a6_0x2b7c70,_0xd9dd1c={'ZMsFc':function(_0x423975,_0x1d9d16){return _0x423975(_0x1d9d16);}};global[_0x532336(0x12f)]=_0x17bb6b,_0xd9dd1c[_0x532336(0x14f)](__setDefaultTimeout,_0x17bb6b);};const a6_0x4ab305={};a6_0x4ab305[a6_0x2b7c70(0x14e)]=a6_0x2b7c70(0x146),Before(a6_0x4ab305,function(){const _0x417eec=a6_0x2b7c70,_0x53f0ab={};_0x53f0ab['XozZO']=_0x417eec(0x13c);const _0x1d42da=_0x53f0ab;logger[_0x417eec(0x152)](_0x1d42da[_0x417eec(0x118)]),global[_0x417eec(0x157)]=[];});const a6_0x4e67e2={};function a6_0x3a63(){const _0x54caee=['hekrg','setDefaultTimeout','executeScript','\x20|\x20','../../helpers/logger','name','ZMsFc','NHYxt','../../helpers/helper','debug','then','Error:\x20setting\x20status\x20at\x20After:\x20','WSxKR','Rlkbs','__error_messages__','__driver','QIjBI','askwH','2832LcdAhf','parse','Error:\x20quiting\x20at\x20After:\x20','gRwDt','XniyC','browserstackAgentV2','YdSbd','eyHbf','915332ydKAJx','XozZO','initQuit','env','mwwwE','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','pickle','bsuRK','YnpaZ','umKNc','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','UAhuH','utggi','join','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','1826660pvdIXx','126AUdTOE','227402tSeTwB','../../index','Inside\x20browserstack\x20After','VNYuO','445864QLouPm','toLowerCase','SJJYq','__timeout','__skipSessionName','548853mzdLAY','220688AnaOaN','hcpzi','pwfMz','4228dhFOhR','winstonLogger','JHDTa','KYsmk','RpoFE','failed','stringify','Inside\x20browserstack\x20Before','RsUHw','QATQM','EOofv','UyHGR','SbLSt','KebQk','\x22}}','cucumber/lib/index.js','CONFIG','bstack','eSZak','twzhC'];a6_0x3a63=function(){return _0x54caee;};return a6_0x3a63();}a6_0x4e67e2[a6_0x2b7c70(0x14e)]=a6_0x2b7c70(0x146),a6_0x4e67e2['timeout']=0x2710,After(a6_0x4e67e2,function(_0x3ccab9,_0x28fe4f){const _0x5ed70b=a6_0x2b7c70,_0x151509={'mKklj':function(_0x4d139b){return _0x4d139b();},'QIjBI':function(_0x1da8f5,_0x115cf6){return _0x1da8f5(_0x115cf6);},'QATQM':'../../index','gRwDt':_0x5ed70b(0x13c),'pwfMz':function(_0x9ea2de,_0x120cc0){return _0x9ea2de(_0x120cc0);},'UyHGR':function(_0x114a5d,_0x3f4ef2){return _0x114a5d!==_0x3f4ef2;},'OiOxK':'VZKAm','YnpaZ':_0x5ed70b(0x10e),'Rlkbs':function(_0x1b6a26,_0x2bcd78){return _0x1b6a26===_0x2bcd78;},'SbLSt':_0x5ed70b(0x13d),'WSxKR':function(_0x45704a,_0x192a1d){return _0x45704a==_0x192a1d;},'eSZak':_0x5ed70b(0x13a),'eyHbf':'YVVRo','YdSbd':_0x5ed70b(0x14c),'KYsmk':function(_0x3a00a,_0x9b88b6){return _0x3a00a===_0x9b88b6;},'RpoFE':_0x5ed70b(0x137),'utggi':_0x5ed70b(0x11e),'KebQk':'ZAByl','uDoZA':function(_0x281a75,_0x45f149){return _0x281a75!==_0x45f149;},'EOofv':_0x5ed70b(0x149),'SJJYq':_0x5ed70b(0x150),'UAhuH':function(_0x593cd4){return _0x593cd4();},'twzhC':function(_0x36f4f1,_0x4cf27e){return _0x36f4f1!==_0x4cf27e;},'mwwwE':_0x5ed70b(0x120),'XniyC':_0x5ed70b(0x12b),'hcpzi':_0x5ed70b(0x12a)};logger[_0x5ed70b(0x152)](_0x151509[_0x5ed70b(0x133)]),new Promise(async(_0x16c0fd,_0x2d5903)=>{const _0x283e0f=_0x5ed70b;let _0x495849=![];try{_0x151509[_0x283e0f(0x140)](_0x151509['OiOxK'],_0x151509[_0x283e0f(0x11f)])?(await global[_0x283e0f(0x158)]['session_'],_0x495849=!![],!global[_0x283e0f(0x130)]&&(_0x151509[_0x283e0f(0x156)](_0x151509[_0x283e0f(0x141)],_0x151509[_0x283e0f(0x141)])?await global[_0x283e0f(0x158)][_0x283e0f(0x14b)](_0x283e0f(0x121)+_0x3ccab9[_0x283e0f(0x11d)]['name']+_0x283e0f(0x143)):_0x151509['mKklj'](_0x3c6696)),_0x151509[_0x283e0f(0x155)](_0x3ccab9['result']['status'][_0x283e0f(0x12d)](),_0x151509[_0x283e0f(0x147)])?_0x151509['UyHGR'](_0x151509[_0x283e0f(0x116)],_0x151509[_0x283e0f(0x116)])?_0x3886c3[_0x283e0f(0x130)]=!![]:await global[_0x283e0f(0x158)][_0x283e0f(0x14b)](_0x283e0f(0x11c)+JSON[_0x283e0f(0x13b)](global[_0x283e0f(0x157)][_0x283e0f(0x124)](_0x151509[_0x283e0f(0x115)]))+'}}'):_0x151509[_0x283e0f(0x138)](_0x151509[_0x283e0f(0x139)],_0x151509[_0x283e0f(0x139)])?await global[_0x283e0f(0x158)]['executeScript'](_0x283e0f(0x125)):(_0x9b9ba8[_0x283e0f(0x12f)]=_0x2b1427,_0x151509[_0x283e0f(0x159)](_0x429b4c,_0x3fbcb7))):_0x42b89e[_0x283e0f(0x152)](_0x283e0f(0x154)+_0x13f949);}catch(_0x3d0d92){if(_0x151509['UyHGR'](_0x151509[_0x283e0f(0x123)],_0x151509[_0x283e0f(0x142)]))logger['debug'](_0x283e0f(0x154)+_0x3d0d92);else{let _0x2adaa1=_0x17956b[_0x283e0f(0x110)](_0x49be11);_0x151509['QIjBI'](_0x29fb7c,_0x2adaa1['skipSessionName'])&&(_0xcb8ab1['__skipSessionName']=!![]),_0x151509[_0x283e0f(0x159)](_0x15b700,_0x151509[_0x283e0f(0x13e)])[_0x283e0f(0x114)](_0x2adaa1);}}if(_0x495849)try{_0x151509['uDoZA'](_0x151509[_0x283e0f(0x13f)],_0x151509[_0x283e0f(0x12e)])?(await global[_0x283e0f(0x158)][_0x283e0f(0x119)](),_0x151509[_0x283e0f(0x122)](_0x16c0fd)):(_0x2de760[_0x283e0f(0x152)](_0x151509[_0x283e0f(0x112)]),_0x5f6286[_0x283e0f(0x157)]=[]);}catch(_0x49bcc5){_0x151509[_0x283e0f(0x148)](_0x151509[_0x283e0f(0x11b)],_0x151509[_0x283e0f(0x113)])?(logger[_0x283e0f(0x152)]('Error:\x20quiting\x20at\x20After:\x20'+_0x49bcc5),_0x151509['pwfMz'](_0x2d5903,_0x49bcc5)):(_0x190cf7[_0x283e0f(0x152)](_0x283e0f(0x111)+_0x4b7c20),_0x151509[_0x283e0f(0x134)](_0x5bd30f,_0xa995bd));}else _0x151509['mKklj'](_0x2d5903);})[_0x5ed70b(0x153)](()=>_0x28fe4f());});
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 +1 @@
1
- function a7_0x59cf(_0x4736d6,_0x11f064){const _0x5d46d9=a7_0x5d46();return a7_0x59cf=function(_0x59cff3,_0x3760c8){_0x59cff3=_0x59cff3-0x185;let _0x287a98=_0x5d46d9[_0x59cff3];return _0x287a98;},a7_0x59cf(_0x4736d6,_0x11f064);}const a7_0x2dc2e5=a7_0x59cf;function a7_0x5d46(){const _0x48d05f=['66WQkJbK','../utils/constants','BSTACK_DELTA','162680LgWIDC','3742riXJOW','22974EppPxE','__timeout','@cucumber/cucumber/lib/index.js','159QyibnB','2166552CkwXxv','../../helpers/helper','setDefaultTimeout','28098mOXkvQ','124EGJKTG','1282048tkePgz','1844770KjXrtt','cucumber/lib/index.js'];a7_0x5d46=function(){return _0x48d05f;};return a7_0x5d46();}(function(_0x330750,_0x48c511){const _0x197b5f=a7_0x59cf,_0x344de7=_0x330750();while(!![]){try{const _0x536a2e=-parseInt(_0x197b5f(0x189))/0x1*(parseInt(_0x197b5f(0x185))/0x2)+parseInt(_0x197b5f(0x18d))/0x3*(parseInt(_0x197b5f(0x18e))/0x4)+parseInt(_0x197b5f(0x195))/0x5+parseInt(_0x197b5f(0x192))/0x6*(-parseInt(_0x197b5f(0x186))/0x7)+parseInt(_0x197b5f(0x18f))/0x8+parseInt(_0x197b5f(0x18a))/0x9+-parseInt(_0x197b5f(0x190))/0xa;if(_0x536a2e===_0x48c511)break;else _0x344de7['push'](_0x344de7['shift']());}catch(_0x157d11){_0x344de7['push'](_0x344de7['shift']());}}}(a7_0x5d46,0x323e6));const {requireModule}=require(a7_0x2dc2e5(0x18b)),constants=require(a7_0x2dc2e5(0x193));;let cucumberModule=null;try{cucumberModule=requireModule(a7_0x2dc2e5(0x188));}catch(a7_0x55a135){cucumberModule=requireModule(a7_0x2dc2e5(0x191));}cucumberModule[a7_0x2dc2e5(0x18c)](constants[a7_0x2dc2e5(0x194)]+global[a7_0x2dc2e5(0x187)]*0x1);
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,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a8_0xce3df1=a8_0x5a1e;function a8_0x5a1e(_0x3b04d5,_0x34a571){const _0x639ca8=a8_0x639c();return a8_0x5a1e=function(_0x5a1ec6,_0x202d5e){_0x5a1ec6=_0x5a1ec6-0x1ba;let _0x52d80f=_0x639ca8[_0x5a1ec6];return _0x52d80f;},a8_0x5a1e(_0x3b04d5,_0x34a571);}function a8_0x639c(){const _0x39071c=['capabilities','accessibility','hHykk','58725QTunpn','MIUgN','Getting\x20your\x20jest\x20configs\x20from\x20package.json','cwd','AeVYm','platform','length','24fucHUs','iVdIY','close','BS_A11Y_TEST_RUN_ID','false','\x20with\x20browserstack\x20jest\x20configs','PiOBU','fSDmx','4578835NTNPpJ','const\x20config=','timeout__','ugWBV','browserStackLogLevel','JNzZB','push','splice','createAccessibilityTestRun','info','rtQOf','jest','--config','reporters','GbvVs','yjcKq','jest_browserstack_results.json','Szann','Iqypn','212OPmdtp','testContextOptions','gYTWg','AeMWY','VkFro','pLyhi','goIjt','214uiOIbO','handleApp','Deleting\x20','../../helpers/BrowserStackSetup','GsdBW','bgHlS','runInBand','ZsQag','testTimeout','PGBnN','Error\x20while\x20parsing\x20','useW3C','\x0a\x20\x20\x20\x20','YeJkz','YFKti','207697BSRFLU','debug','testEnvironment','modifyBrowserStackW3CCaps','Ephzw','finalExecution','/customTestRunnerTemplate.js','moMfQ','RQbwv','jxmmn','isUndefined','MHFNT','platforms','isAccessibilityAutomationSession','getBestPlatformForPercySnapshot','winstonLogger','stopAccessibilityTestRun','jest_browserstack.config.js','child_process','skipSessionName','writeFileSync','yzpet','fdysk','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','DnuYM','LrMLC','stringify','proxySettings','/jest.setup.js','NDnVV','BS_A11Y_JWT','setupFiles','filterBrowserstackConfig','aKnIe','hJeLp','BDXjT','readFileSync','TOEvx','checkAccessibilityPlatformConfig','testEnvironmentOptions','\x0amodule.exports\x20=\x20config;','child\x20process\x20exited\x20with\x20code\x20','dIkjN','../../helpers/accessibility-automation/helper','17877tYpljc','IpLYI','yWZzN','parse','existsSync','browserstackPercyBestPlatform','XgXan','exitCode','true','216LRkslX',';\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','path','parallelsPerPlatform','config','getHubUrl','cqKEI','540EXbzWS','Afeqi','runner','MiUnY','nGoeE','584UQgumB','qEUyO','dYVOW','vbOBN','NakXT','jOviP','yGKrI','accessibilityOptions','HsSOj','errorMessage','nwBJo','213554ffFQxF','PFOTC','OLept','parallels__','percyCaptureMode','turboScaleUrl','initialize','maxWorkers','findIndex','../utils/constants','test','vMwmY','ZqdVF','modifyBrowserStackCaps','zWHnj','HjgNA','/test_before.setup.js','join','serial__','\x20:\x20','unlinkSync','PSuqP','env','2456380AHCwLg','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','MCtBd','Getting\x20your\x20jest\x20configs\x20from\x20','percy','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'];a8_0x639c=function(){return _0x39071c;};return a8_0x639c();}(function(_0x4600e7,_0x4315e3){const _0x1d10eb=a8_0x5a1e,_0x2ef94a=_0x4600e7();while(!![]){try{const _0x2a0e27=-parseInt(_0x1d10eb(0x217))/0x1*(-parseInt(_0x1d10eb(0x1be))/0x2)+-parseInt(_0x1d10eb(0x252))/0x3*(-parseInt(_0x1d10eb(0x210))/0x4)+-parseInt(_0x1d10eb(0x1fd))/0x5+-parseInt(_0x1d10eb(0x1f5))/0x6*(-parseInt(_0x1d10eb(0x226))/0x7)+parseInt(_0x1d10eb(0x1c3))/0x8*(parseInt(_0x1d10eb(0x1ee))/0x9)+parseInt(_0x1d10eb(0x1e5))/0xa+parseInt(_0x1d10eb(0x1ce))/0xb*(parseInt(_0x1d10eb(0x25b))/0xc);if(_0x2a0e27===_0x4315e3)break;else _0x2ef94a['push'](_0x2ef94a['shift']());}catch(_0x6e3142){_0x2ef94a['push'](_0x2ef94a['shift']());}}}(a8_0x639c,0x9e303));const fs=require('fs'),path=require(a8_0xce3df1(0x25d)),{spawn}=require(a8_0xce3df1(0x238)),logger=require('../../helpers/logger')[a8_0xce3df1(0x235)],{default:BrowserStackSetup}=require(a8_0xce3df1(0x21a)),helper=require('../../helpers/helper'),constants=require(a8_0xce3df1(0x1d7)),accessibilityHelper=require(a8_0xce3df1(0x251)),getUserJestConfigs=(_0x534d69,_0x591bfa)=>{const _0x1cf60c=a8_0xce3df1,_0x4222aa={'LrMLC':function(_0x529d8c,_0x1524d8){return _0x529d8c(_0x1524d8);},'jOviP':function(_0x505030,_0x14a188){return _0x505030||_0x14a188;},'Afeqi':'package.json','fdysk':function(_0x46062b,_0x644957){return _0x46062b===_0x644957;},'TOEvx':_0x1cf60c(0x1d9),'ZqdVF':function(_0x37a779,_0x116c0a){return _0x37a779(_0x116c0a);},'qEUyO':function(_0x156164,_0x1b3e97){return _0x156164||_0x1b3e97;}},_0x48ca24=_0x591bfa['findIndex'](_0x23d456=>_0x23d456==_0x1cf60c(0x209));if(!helper[_0x1cf60c(0x230)](_0x534d69[_0x1cf60c(0x1bb)])){if(_0x4222aa[_0x1cf60c(0x23c)](_0x4222aa[_0x1cf60c(0x24b)],_0x4222aa[_0x1cf60c(0x24b)])){logger[_0x1cf60c(0x206)](_0x1cf60c(0x1e8)+_0x534d69[_0x1cf60c(0x1bb)]);const _0x1e39cf=_0x4222aa[_0x1cf60c(0x1da)](require,path[_0x1cf60c(0x1df)](process[_0x1cf60c(0x1f1)](),_0x534d69[_0x1cf60c(0x1bb)]));return _0x591bfa[_0x1cf60c(0x204)](_0x48ca24,0x2),_0x4222aa[_0x1cf60c(0x1c4)](_0x1e39cf,{});}else{const _0x336beb=_0x14a9b7[_0x1cf60c(0x1d6)](_0x3c53a5=>_0x3c53a5=='--config');if(!_0x4997d6[_0x1cf60c(0x230)](_0x37d821[_0x1cf60c(0x1bb)])){_0x46e86f[_0x1cf60c(0x206)](_0x1cf60c(0x1e8)+_0x5f4da1[_0x1cf60c(0x1bb)]);const _0x3944e3=_0x4222aa['LrMLC'](_0x2eabee,_0x2264fd[_0x1cf60c(0x1df)](_0x1e9d5a[_0x1cf60c(0x1f1)](),_0x1baa2e[_0x1cf60c(0x1bb)]));return _0x9659a0['splice'](_0x336beb,0x2),_0x4222aa[_0x1cf60c(0x1c8)](_0x3944e3,{});}return _0x2b4cf2[_0x1cf60c(0x206)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x4222aa[_0x1cf60c(0x23f)](_0x411a7e,_0x37729f[_0x1cf60c(0x1df)](_0x3c332c['cwd'](),_0x4222aa[_0x1cf60c(0x1bf)]))['jest']||{};}}return logger['info'](_0x1cf60c(0x1f0)),_0x4222aa['LrMLC'](require,path[_0x1cf60c(0x1df)](process[_0x1cf60c(0x1f1)](),_0x4222aa[_0x1cf60c(0x1bf)]))[_0x1cf60c(0x208)]||{};},getSerial=(_0x86c990,_0xd848fb)=>{const _0x1e738a=a8_0xce3df1,_0x5cf80a={};_0x5cf80a[_0x1e738a(0x1dd)]=_0x1e738a(0x25a),_0x5cf80a[_0x1e738a(0x21c)]=function(_0x480292,_0x50c3e2){return _0x480292>_0x50c3e2;},_0x5cf80a[_0x1e738a(0x214)]=function(_0x17297c,_0x3378bd){return _0x17297c>_0x3378bd;},_0x5cf80a[_0x1e738a(0x1fb)]=_0x1e738a(0x1f9),_0x5cf80a[_0x1e738a(0x22e)]=function(_0x3c9a61,_0x3274fe){return _0x3c9a61>_0x3274fe;},_0x5cf80a[_0x1e738a(0x1bd)]=function(_0x1754ba,_0x5e74a1){return _0x1754ba>_0x5e74a1;},_0x5cf80a[_0x1e738a(0x1c9)]=function(_0xfde31b,_0x3e0699){return _0xfde31b===_0x3e0699;},_0x5cf80a['OLept']=_0x1e738a(0x1ef),_0x5cf80a[_0x1e738a(0x202)]=_0x1e738a(0x212);const _0x1b9953=_0x5cf80a;let _0x29f6c2=_0x1b9953[_0x1e738a(0x1dd)];if(_0x1b9953[_0x1e738a(0x22e)](_0x86c990[_0x1e738a(0x1f4)],0x1)&&(!_0xd848fb['runInBand']&&(helper[_0x1e738a(0x230)](_0xd848fb[_0x1e738a(0x1d5)])||_0x1b9953[_0x1e738a(0x1bd)](_0xd848fb[_0x1e738a(0x1d5)],0x1)))){if(_0x1b9953[_0x1e738a(0x1c9)](_0x1b9953[_0x1e738a(0x1d0)],_0x1b9953[_0x1e738a(0x202)])){let _0x184ff9=_0x1b9953['HjgNA'];return _0x1b9953[_0x1e738a(0x21c)](_0x29dbe3[_0x1e738a(0x1f4)],0x1)&&(!_0x490540[_0x1e738a(0x21d)]&&(_0x2899c3[_0x1e738a(0x230)](_0x2c05b4[_0x1e738a(0x1d5)])||_0x1b9953[_0x1e738a(0x214)](_0x100838[_0x1e738a(0x1d5)],0x1)))&&(_0x184ff9=_0x1b9953[_0x1e738a(0x1fb)]),_0x184ff9;}else _0x29f6c2=_0x1b9953['PiOBU'];}return _0x29f6c2;},getMaxWorkers=(_0x59153a,_0x39b3cc)=>{const _0x32dcc3=a8_0xce3df1,_0x3c7bf3={'Iqypn':function(_0x3ee827,_0x450c57){return _0x3ee827===_0x450c57;},'IpLYI':_0x32dcc3(0x1cd),'HqvDA':function(_0x5275c7,_0x5c49f9){return _0x5275c7(_0x5c49f9);},'nGoeE':function(_0x3d76ce,_0x52f4e2){return _0x3d76ce===_0x52f4e2;},'MCtBd':_0x32dcc3(0x224)};let _0x588a5c=0x1;if(!helper[_0x32dcc3(0x230)](_0x39b3cc['parallelsPerPlatform']))_0x3c7bf3[_0x32dcc3(0x20f)](_0x3c7bf3[_0x32dcc3(0x253)],_0x3c7bf3['IpLYI'])?_0x588a5c=_0x3c7bf3['HqvDA'](parseInt,_0x39b3cc['parallelsPerPlatform']):_0x3468c7=_0x55db89['maxWorkers'];else{if(!helper[_0x32dcc3(0x230)](_0x59153a[_0x32dcc3(0x1d5)])){if(_0x3c7bf3[_0x32dcc3(0x1c2)](_0x3c7bf3[_0x32dcc3(0x1e7)],_0x3c7bf3[_0x32dcc3(0x1e7)]))_0x588a5c=_0x59153a[_0x32dcc3(0x1d5)];else{_0x3c9062=_0xc6ae57[_0x32dcc3(0x24a)](_0x431f5d);try{_0x4c1b17=_0x4fc19e[_0x32dcc3(0x255)](_0x1f26c8);}catch(_0x3722d7){_0x4b253f['debug']('Error\x20while\x20parsing\x20'+_0x1c24d6+',\x20'+_0x323d3c+_0x32dcc3(0x1e1)+_0x3722d7);}_0x226e4a[_0x32dcc3(0x1e2)](_0x14e946);}}}return _0x588a5c;};async function run(_0x5ef8d3,_0x11f80b){const _0x24c41e=a8_0xce3df1,_0x47c134={'yWZzN':function(_0xc46f9f,_0x475dda){return _0xc46f9f===_0x475dda;},'sAHgu':_0x24c41e(0x22a),'goIjt':_0x24c41e(0x21b),'NDnVV':'jest','MHFNT':function(_0x66da4c,_0x572a78){return _0x66da4c(_0x572a78);},'DnuYM':function(_0x3ba972,_0x221911){return _0x3ba972(_0x221911);},'FXaVy':_0x24c41e(0x1f9),'yzpet':function(_0x1929c6,_0x43ca5e){return _0x1929c6!==_0x43ca5e;},'vbOBN':_0x24c41e(0x1c1),'dYVOW':function(_0x969511,_0x3f9695){return _0x969511!==_0x3f9695;},'jxmmn':'VGnSo','lTNPU':'dILYy','zWHnj':'AzVaD','YfIUe':_0x24c41e(0x248),'BDXjT':function(_0x14a3a9,_0x56791b){return _0x14a3a9!==_0x56791b;},'yjcKq':'qxFea','dIkjN':'Payhk','AeVYm':function(_0x6a7a5d,_0x2c8068,_0x4a1418){return _0x6a7a5d(_0x2c8068,_0x4a1418);},'rtQOf':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','Szann':function(_0x5b2688,_0x839b78){return _0x5b2688!==_0x839b78;},'PSuqP':_0x24c41e(0x200),'XgXan':_0x24c41e(0x20b),'ZsQag':_0x24c41e(0x1cf),'hHykk':_0x24c41e(0x247),'AeMWY':function(_0x510675,_0x1a7f8d){return _0x510675*_0x1a7f8d;},'iVdIY':_0x24c41e(0x237),'NakXT':_0x24c41e(0x20d),'PGBnN':'default','YFKti':_0x24c41e(0x23d),'aVtNc':function(_0x504336,_0x342d83,_0x1da432,_0x222e19){return _0x504336(_0x342d83,_0x1da432,_0x222e19);},'fSDmx':'jest.cmd','HsSOj':_0x24c41e(0x209),'pLyhi':'inherit','moMfQ':_0x24c41e(0x1f7)},_0x3b87cd=new BrowserStackSetup(_0x5ef8d3,_0x47c134['NDnVV']);await _0x3b87cd[_0x24c41e(0x1d4)](),await helper[_0x24c41e(0x218)](_0x3b87cd[_0x24c41e(0x1bb)]);if(!_0x3b87cd[_0x24c41e(0x1bb)])return;const _0x4a0ea8=_0x47c134['AeVYm'](getUserJestConfigs,_0x5ef8d3,_0x11f80b);logger[_0x24c41e(0x206)](_0x47c134[_0x24c41e(0x207)]);const _0x143f72={..._0x4a0ea8},_0x1c5e2d=_0x143f72;_0x1c5e2d[_0x24c41e(0x24d)]={'server':helper[_0x24c41e(0x1bc)](_0x3b87cd[_0x24c41e(0x1bb)]),'environment':_0x4a0ea8[_0x24c41e(0x228)]};let _0x57ef4a=helper[_0x24c41e(0x222)](_0x3b87cd['config']);const _0x516710=[];_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x232)]['forEach']((_0x5d4106,_0x42e10e)=>{const _0x320f1d=_0x24c41e;if(_0x47c134[_0x320f1d(0x254)](_0x47c134['sAHgu'],_0x47c134[_0x320f1d(0x216)]))_0x39dd5b[_0x320f1d(0x24d)]['browserstackPercyBestPlatform']=_0x481c75[_0x320f1d(0x234)](_0x1355e8[_0x320f1d(0x1bb)]['platforms']);else{if(_0x57ef4a)_0x516710['push'](helper[_0x320f1d(0x229)](_0x3b87cd[_0x320f1d(0x1bb)],_0x47c134[_0x320f1d(0x243)],_0x42e10e));else _0x516710[_0x320f1d(0x203)](helper[_0x320f1d(0x1db)](_0x3b87cd['config'],_0x47c134[_0x320f1d(0x243)],_0x42e10e));}});if(!helper[_0x24c41e(0x230)](_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x1ca)])){if(_0x47c134[_0x24c41e(0x20e)](_0x47c134[_0x24c41e(0x1e3)],_0x47c134[_0x24c41e(0x258)]))process[_0x24c41e(0x1e4)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x24c41e(0x240)](_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x1ca)]);else{if(_0x4fb726)_0x348e82['push'](_0x40d207['modifyBrowserStackW3CCaps'](_0x551cb1[_0x24c41e(0x1bb)],_0x47c134[_0x24c41e(0x243)],_0x1fd923));else _0x19db77['push'](_0x18a384[_0x24c41e(0x1db)](_0x5c9d99[_0x24c41e(0x1bb)],_0x47c134[_0x24c41e(0x243)],_0x3a5dea));}}let _0x5f2e2d=_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x1ec)];_0x5f2e2d=_0x5f2e2d||accessibilityHelper[_0x24c41e(0x24c)](_0x3b87cd[_0x24c41e(0x1bb)]),process[_0x24c41e(0x1e4)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5f2e2d;if(_0x5f2e2d){if(_0x47c134[_0x24c41e(0x254)](_0x47c134['ZsQag'],_0x47c134[_0x24c41e(0x21e)])){const [_0x2f930e,_0x494363]=await accessibilityHelper[_0x24c41e(0x205)](_0x3b87cd[_0x24c41e(0x1bb)],_0x47c134[_0x24c41e(0x243)]);logger[_0x24c41e(0x206)](_0x24c41e(0x1ea)+_0x494363),process[_0x24c41e(0x1e4)][_0x24c41e(0x244)]=_0x2f930e,process['env'][_0x24c41e(0x1f8)]=_0x494363;}else _0x4bc31d[_0x24c41e(0x1e4)][_0x24c41e(0x1e6)]=_0x15cdb2[_0x24c41e(0x240)](_0x56682e[_0x24c41e(0x1bb)]['accessibilityOptions']);}_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x1e9)]&&(_0x47c134['yWZzN'](_0x47c134[_0x24c41e(0x1ed)],_0x47c134[_0x24c41e(0x1ed)])?_0x1c5e2d[_0x24c41e(0x24d)][_0x24c41e(0x257)]=helper[_0x24c41e(0x234)](_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x232)]):_0xb6480d=_0x47c134[_0x24c41e(0x231)](_0x69c890,_0x3ef103[_0x24c41e(0x1ba)]));_0x1c5e2d[_0x24c41e(0x24d)][_0x24c41e(0x1eb)]=_0x516710,_0x1c5e2d[_0x24c41e(0x24d)][_0x24c41e(0x1e0)]=_0x47c134[_0x24c41e(0x1f2)](getSerial,_0x516710,_0x5ef8d3),_0x1c5e2d[_0x24c41e(0x24d)][_0x24c41e(0x1d1)]=_0x47c134[_0x24c41e(0x1f2)](getMaxWorkers,_0x5ef8d3,_0x3b87cd[_0x24c41e(0x1bb)]),_0x1c5e2d['testEnvironmentOptions'][_0x24c41e(0x241)]=_0x3b87cd[_0x24c41e(0x1bb)]['proxySettings'],_0x1c5e2d[_0x24c41e(0x24d)][_0x24c41e(0x1ff)]=_0x47c134[_0x24c41e(0x213)](_0x5ef8d3[_0x24c41e(0x21f)],0x1)||0x1388,_0x1c5e2d['testEnvironmentOptions'][_0x24c41e(0x239)]=_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x211)][_0x24c41e(0x239)],_0x1c5e2d[_0x24c41e(0x24d)][_0x24c41e(0x201)]=config['logLevel'],_0x1c5e2d[_0x24c41e(0x24d)][_0x24c41e(0x1e9)]=_0x3b87cd[_0x24c41e(0x1bb)]['percy'],_0x1c5e2d['testEnvironmentOptions'][_0x24c41e(0x1d2)]=_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x1d2)],_0x1c5e2d[_0x24c41e(0x24d)][_0x24c41e(0x1d3)]=_0x3b87cd[_0x24c41e(0x1bb)][_0x24c41e(0x1d3)];const _0x2bd995=_0x47c134[_0x24c41e(0x1f6)],_0x5b0852=path[_0x24c41e(0x1df)](__dirname,_0x47c134[_0x24c41e(0x1c7)]),_0x2d8b5c=__dirname+'/customTestRunner.js',_0x1d6774=__dirname+_0x24c41e(0x22c);_0x1c5e2d[_0x24c41e(0x228)]=__dirname+'/customEnvironment.js',_0x1c5e2d['runner']=_0x2d8b5c,_0x1c5e2d['setupFilesAfterEnv']=[__dirname+_0x24c41e(0x242)],_0x1c5e2d[_0x24c41e(0x245)]=[__dirname+_0x24c41e(0x1de)],_0x1c5e2d[_0x24c41e(0x20a)]=_0x1c5e2d['reporters']||[_0x47c134[_0x24c41e(0x220)]];let _0x5e12c8=fs[_0x24c41e(0x24a)](_0x1d6774);fs[_0x24c41e(0x23a)](_0x1c5e2d[_0x24c41e(0x1c0)],_0x24c41e(0x223)+_0x5e12c8+'\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'+_0x3b87cd[_0x24c41e(0x1bb)]['platforms']['length']+_0x24c41e(0x25c)),logger['info']('Creating\x20'+_0x2bd995+_0x24c41e(0x1fa)),fs[_0x24c41e(0x23a)](_0x2bd995,_0x24c41e(0x1fe)+JSON['stringify'](_0x1c5e2d)+_0x24c41e(0x24e)),logger[_0x24c41e(0x206)](_0x47c134[_0x24c41e(0x225)]),helper[_0x24c41e(0x246)]({},_0x11f80b);const _0x53c203=_0x47c134['aVtNc'](spawn,/^win/[_0x24c41e(0x1d8)](process[_0x24c41e(0x1f3)])?_0x47c134[_0x24c41e(0x1fc)]:_0x47c134[_0x24c41e(0x243)],[_0x47c134[_0x24c41e(0x1cb)],_0x2bd995,..._0x11f80b['slice'](0x1)],{'stdio':_0x47c134[_0x24c41e(0x215)]});_0x53c203['on'](_0x47c134[_0x24c41e(0x22d)],async _0x5b7360=>{const _0xf84cfd=_0x24c41e;if(_0x47c134[_0xf84cfd(0x23b)](_0x47c134[_0xf84cfd(0x1c6)],_0x47c134[_0xf84cfd(0x1c6)])){let _0x39e3df=0x1;if(!_0x23a5f4[_0xf84cfd(0x230)](_0x2f86da[_0xf84cfd(0x1ba)]))_0x39e3df=_0x47c134[_0xf84cfd(0x23e)](_0x33534c,_0x2fdd87[_0xf84cfd(0x1ba)]);else!_0x286109[_0xf84cfd(0x230)](_0xcd954e[_0xf84cfd(0x1d5)])&&(_0x39e3df=_0x3ff2de[_0xf84cfd(0x1d5)]);return _0x39e3df;}else{process[_0xf84cfd(0x259)]=_0x5b7360,logger['debug'](_0xf84cfd(0x24f)+_0x5b7360),logger[_0xf84cfd(0x206)](_0xf84cfd(0x219)+_0x2bd995);let _0x42b901=null;if(fs[_0xf84cfd(0x256)](_0x5b0852)){if(_0x47c134[_0xf84cfd(0x1c5)](_0x47c134[_0xf84cfd(0x22f)],_0x47c134['lTNPU'])){_0x42b901=fs['readFileSync'](_0x5b0852);try{_0x47c134['yzpet'](_0x47c134[_0xf84cfd(0x1dc)],_0x47c134[_0xf84cfd(0x1dc)])?_0x491f32=_0x47c134['FXaVy']:_0x42b901=JSON['parse'](_0x42b901);}catch(_0x690342){_0x47c134[_0xf84cfd(0x1c5)](_0x47c134['YfIUe'],_0x47c134['YfIUe'])?_0x3c6f71=_0x4c4ff1[_0xf84cfd(0x255)](_0x2aaf6e):logger[_0xf84cfd(0x227)](_0xf84cfd(0x221)+_0x5b0852+',\x20'+_0x42b901+'\x20:\x20'+_0x690342);}fs['unlinkSync'](_0x5b0852);}else _0x2be7b0[_0xf84cfd(0x227)](_0xf84cfd(0x221)+_0x4711a5+',\x20'+_0x1953f9+_0xf84cfd(0x1e1)+_0x5504c0);}accessibilityHelper[_0xf84cfd(0x233)]()&&(_0x47c134[_0xf84cfd(0x249)](_0x47c134[_0xf84cfd(0x20c)],_0x47c134[_0xf84cfd(0x250)])?accessibilityHelper[_0xf84cfd(0x236)](_0x3b87cd[_0xf84cfd(0x1bb)]):_0x4ec7d7[_0xf84cfd(0x236)](_0x418a2d['config'])),fs[_0xf84cfd(0x1e2)](_0x2bd995),fs[_0xf84cfd(0x1e2)](_0x2d8b5c),_0x42b901&&(_0x3b87cd[_0xf84cfd(0x1cc)]=helper['getErrorMessageFromResults'](_0x42b901,_0x47c134[_0xf84cfd(0x243)],_0x3b87cd)),await helper[_0xf84cfd(0x22b)](_0x3b87cd);}});}module['exports']=run;
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;
@@ -1 +1 @@
1
- const a9_0x190681=a9_0x15d9;(function(_0x4e5838,_0x4fe3c8){const _0x206df8=a9_0x15d9,_0x5ed441=_0x4e5838();while(!![]){try{const _0x225155=-parseInt(_0x206df8(0x1d4))/0x1+-parseInt(_0x206df8(0x1fb))/0x2+parseInt(_0x206df8(0x204))/0x3*(parseInt(_0x206df8(0x1d3))/0x4)+-parseInt(_0x206df8(0x1e3))/0x5+-parseInt(_0x206df8(0x1e8))/0x6*(-parseInt(_0x206df8(0x1cf))/0x7)+parseInt(_0x206df8(0x1e4))/0x8+parseInt(_0x206df8(0x1da))/0x9;if(_0x225155===_0x4fe3c8)break;else _0x5ed441['push'](_0x5ed441['shift']());}catch(_0x6669c){_0x5ed441['push'](_0x5ed441['shift']());}}}(a9_0x51ae,0xbc5ad));const helper=require('../../helpers/helper'),constants=require(a9_0x190681(0x1de)),_seleniumWebdriver=helper['requireSeleniumWebdriver'](),SeleniumEnvironmentNode=helper['requireModule'](a9_0x190681(0x1fd)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function a9_0x51ae(){const _0x348b4a=['BSTACK_DELTA','uWywi','jHyDM','BPGAE','cleanupDrivers','18QMXahy','eGEIr','exports','builder','355061IkRURE','quit','default','zCvHp','358636JQjewd','1354626yDoRgZ','SlMJl','wOiJb','test','projectConfig','driver','3191652PNBCqF','isTrue','QvdgJ','fPGod','../utils/constants','DxXPp','__webdriver','XDBMd','__esModule','1158180XkhzPH','4042632vDHFcv','ZGZZt','test_start','__drivers','120SzwkSY','Builder','gXEcM','browserstackAgentV2','testContext','skipSessionName','configuration','teardown','browserstackPlatformIndex','../../index','bQPjZ','cleanup','dKEnN','setup','global','testEnvironmentOptions','capability','IDovg','modifyCommand','109216ukMMUZ','aEiFd','jest-environment-node','sessionNameProvided'];a9_0x51ae=function(){return _0x348b4a;};return a9_0x51ae();}function _interopRequireDefault(_0x8604f6){return _0x8604f6&&_0x8604f6['__esModule']?_0x8604f6:{'default':_0x8604f6};}helper[a9_0x190681(0x1fa)]();const originalBuilder=_seleniumWebdriver2[a9_0x190681(0x1d1)][a9_0x190681(0x1e9)];class CustomEnvironment extends _jestEnvironmentNode2['default']{constructor(_0x3865ae){const _0x6b7056=a9_0x190681,_0x285c2b={'aEiFd':function(_0x17cf41,_0x53bed1){return _0x17cf41===_0x53bed1;},'QvdgJ':_0x6b7056(0x1e6),'SVATx':function(_0x1a0d68,_0x34990c){return _0x1a0d68!==_0x34990c;},'jHyDM':'tKYET','DxXPp':_0x6b7056(0x1d0),'zCvHp':function(_0x452829,_0x325ba1){return _0x452829+_0x325ba1;},'ZRrlx':function(_0x5cb7f4,_0x27add5){return _0x5cb7f4(_0x27add5);},'uWywi':_0x6b7056(0x1f1),'BPGAE':function(_0x585c60,_0x1cf9c0){return _0x585c60!==_0x1cf9c0;},'IDovg':_0x6b7056(0x1f4),'fPGod':_0x6b7056(0x1d5),'XDBMd':function(_0x2317ce,_0x14dd37){return _0x2317ce===_0x14dd37;},'ZGZZt':_0x6b7056(0x1cc),'wpJVh':'QjIdm'};super(_0x3865ae),_0x3865ae[_0x6b7056(0x1f7)]=_0x3865ae[_0x6b7056(0x1d8)]?_0x3865ae['projectConfig'][_0x6b7056(0x1f7)]:_0x3865ae[_0x6b7056(0x1f7)],this[_0x6b7056(0x1ee)]=_0x3865ae['testEnvironmentOptions'],this[_0x6b7056(0x1f8)]=_0x3865ae['projectConfig']?_0x3865ae[_0x6b7056(0x1d8)][_0x6b7056(0x1f8)]:_0x3865ae[_0x6b7056(0x1f8)],this[_0x6b7056(0x1ce)]=new _seleniumWebdriver2[(_0x6b7056(0x1d1))]['Builder'](),this[_0x6b7056(0x1f6)]['__timeout']=_0x285c2b[_0x6b7056(0x1d2)](this[_0x6b7056(0x1ee)]['timeout__'],constants[_0x6b7056(0x1ff)]),this[_0x6b7056(0x1f6)][_0x6b7056(0x1e7)]=[],this[_0x6b7056(0x1f6)][_0x6b7056(0x1e0)]=_0x285c2b['ZRrlx'](require,_0x285c2b[_0x6b7056(0x200)])[_0x6b7056(0x1eb)]({...this['configuration'],'capability':this[_0x6b7056(0x1f8)]},this),this['global']['browserstackPlatformIndex']=_0x3865ae[_0x6b7056(0x1d8)]?_0x3865ae[_0x6b7056(0x1d8)][_0x6b7056(0x1f0)]:_0x3865ae[_0x6b7056(0x1f0)],this['global']['browserstackPercyBestPlatform']=_0x3865ae[_0x6b7056(0x1f7)]['browserstackPercyBestPlatform'];if(helper[_0x6b7056(0x1db)](this[_0x6b7056(0x1ee)][_0x6b7056(0x1ed)])){if(_0x285c2b[_0x6b7056(0x202)](_0x285c2b[_0x6b7056(0x1f9)],_0x285c2b[_0x6b7056(0x1dd)]))this[_0x6b7056(0x1f6)]['sessionNameProvided']=!![];else{const {name:_0x553ea8}=_0x25c47a;_0x285c2b[_0x6b7056(0x1fc)](_0x553ea8,_0x285c2b[_0x6b7056(0x1dc)])&&(this[_0x6b7056(0x1f6)][_0x6b7056(0x1ec)]=_0x21b36d[_0x6b7056(0x1d7)]);}}else _0x285c2b[_0x6b7056(0x1e1)](_0x285c2b[_0x6b7056(0x1e5)],_0x285c2b['wpJVh'])?this['global'][_0x6b7056(0x1fe)]=!![]:this[_0x6b7056(0x1f6)][_0x6b7056(0x1fe)]=![];this[_0x6b7056(0x1f6)][_0x6b7056(0x1f3)]=async()=>{const _0x50d6de=_0x6b7056;_0x285c2b['SVATx'](_0x285c2b[_0x50d6de(0x201)],_0x285c2b[_0x50d6de(0x201)])?this['global'][_0x50d6de(0x1fe)]=![]:await this['global'][_0x50d6de(0x1d9)][_0x50d6de(0x1d0)](_0x285c2b[_0x50d6de(0x1df)]);};}async[a9_0x190681(0x1ef)](){const _0x3d7963=a9_0x190681;await helper[_0x3d7963(0x203)](this[_0x3d7963(0x1f6)]['__driversArray']),this['global'][_0x3d7963(0x1e0)][_0x3d7963(0x1e9)]=originalBuilder;}async[a9_0x190681(0x1f5)](){}async['handleTestEvent'](_0x43800c,_0x233745){const _0x547643=a9_0x190681,_0x4b0ece={};_0x4b0ece[_0x547643(0x1d6)]=function(_0x536f52,_0x547912){return _0x536f52===_0x547912;},_0x4b0ece['WQdIX']=_0x547643(0x1e6),_0x4b0ece[_0x547643(0x1ea)]=_0x547643(0x1f2);const _0x5f21e6=_0x4b0ece,{name:_0x246683}=_0x43800c;if(_0x5f21e6[_0x547643(0x1d6)](_0x246683,_0x5f21e6['WQdIX'])){if(_0x5f21e6[_0x547643(0x1d6)](_0x5f21e6[_0x547643(0x1ea)],_0x5f21e6['gXEcM']))this[_0x547643(0x1f6)][_0x547643(0x1ec)]=_0x43800c[_0x547643(0x1d7)];else{const _0xb2351a={};return _0xb2351a[_0x547643(0x1d1)]=_0x38359c,_0x1a5a18&&_0x47e038[_0x547643(0x1e2)]?_0x7d49db:_0xb2351a;}}}}function a9_0x15d9(_0x1a94f4,_0x4565e5){const _0x51aee8=a9_0x51ae();return a9_0x15d9=function(_0x15d99a,_0x5f52b7){_0x15d99a=_0x15d99a-0x1cc;let _0x590e0d=_0x51aee8[_0x15d99a];return _0x590e0d;},a9_0x15d9(_0x1a94f4,_0x4565e5);}module[a9_0x190681(0x1cd)]=CustomEnvironment;
1
+ function a9_0x17b4(){const _0x1d9bf1=['Builder','UflUU','3KMqHQZ','jest-environment-node','vxotU','global','capability','projectConfig','driver','sessionNameProvided','11zkhdns','WDdOE','3634540ZcbElB','ynuCv','eyKgC','__webdriver','vpjqi','WaLpM','MZRyT','emiHq','qjOCE','browserstackPlatformIndex','setup','requireModule','928962FeYZFM','MigiW','modifyCommand','builder','__esModule','590191ulpnLz','cbGqQ','../../helpers/helper','2698324oPojAw','24pFPjGM','../../index','3935328uWIWQE','24984130QaRlmy','2654198QNxRNN','../utils/constants','configuration','__driversArray','testContext','test','GzTmU','quit','testEnvironmentOptions','HlpVa','1WzefFp','cleanupDrivers','browserstackAgentV2','exports','NEenY','browserstackPercyBestPlatform','PZnKm','BSTACK_DELTA','ouWME'];a9_0x17b4=function(){return _0x1d9bf1;};return a9_0x17b4();}const a9_0xb0c2f5=a9_0x4ecf;(function(_0xdcdc7b,_0x4ab509){const _0x4ed2c8=a9_0x4ecf,_0x5acb07=_0xdcdc7b();while(!![]){try{const _0x59baff=parseInt(_0x4ed2c8(0x131))/0x1*(-parseInt(_0x4ed2c8(0x127))/0x2)+parseInt(_0x4ed2c8(0x13c))/0x3*(-parseInt(_0x4ed2c8(0x122))/0x4)+-parseInt(_0x4ed2c8(0x146))/0x5+-parseInt(_0x4ed2c8(0x123))/0x6*(-parseInt(_0x4ed2c8(0x11f))/0x7)+parseInt(_0x4ed2c8(0x125))/0x8+parseInt(_0x4ed2c8(0x11a))/0x9+parseInt(_0x4ed2c8(0x126))/0xa*(parseInt(_0x4ed2c8(0x144))/0xb);if(_0x59baff===_0x4ab509)break;else _0x5acb07['push'](_0x5acb07['shift']());}catch(_0x187d5e){_0x5acb07['push'](_0x5acb07['shift']());}}}(a9_0x17b4,0xab703));function a9_0x4ecf(_0x4389a8,_0x1cddc6){const _0x17b4ca=a9_0x17b4();return a9_0x4ecf=function(_0x4ecf39,_0x18b14a){_0x4ecf39=_0x4ecf39-0x115;let _0x467124=_0x17b4ca[_0x4ecf39];return _0x467124;},a9_0x4ecf(_0x4389a8,_0x1cddc6);}const helper=require(a9_0xb0c2f5(0x121)),constants=require(a9_0xb0c2f5(0x128)),_seleniumWebdriver=helper['requireSeleniumWebdriver'](),SeleniumEnvironmentNode=helper[a9_0xb0c2f5(0x119)](a9_0xb0c2f5(0x13d)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function _interopRequireDefault(_0x4d6948){return _0x4d6948&&_0x4d6948['__esModule']?_0x4d6948:{'default':_0x4d6948};}helper[a9_0xb0c2f5(0x11c)]();const originalBuilder=_seleniumWebdriver2['default'][a9_0xb0c2f5(0x13a)];class CustomEnvironment extends _jestEnvironmentNode2['default']{constructor(_0x198a0d){const _0xa28062=a9_0xb0c2f5,_0x420309={'ynuCv':function(_0x39537f,_0x30d83f){return _0x39537f!==_0x30d83f;},'vxotU':'Iqyob','ahGKm':_0xa28062(0x14a),'WDdOE':'quit','cbGqQ':function(_0x44fef7,_0x47911d){return _0x44fef7+_0x47911d;},'eyKgC':function(_0x32a0bc,_0x490b65){return _0x32a0bc(_0x490b65);},'PZnKm':_0xa28062(0x124),'ouWME':function(_0x3551cc,_0x283961){return _0x3551cc===_0x283961;},'MZRyT':_0xa28062(0x116),'MigiW':'MDYjo'};super(_0x198a0d),_0x198a0d['testEnvironmentOptions']=_0x198a0d[_0xa28062(0x141)]?_0x198a0d[_0xa28062(0x141)][_0xa28062(0x12f)]:_0x198a0d[_0xa28062(0x12f)],this[_0xa28062(0x129)]=_0x198a0d[_0xa28062(0x12f)],this[_0xa28062(0x140)]=_0x198a0d['projectConfig']?_0x198a0d[_0xa28062(0x141)][_0xa28062(0x140)]:_0x198a0d['capability'],this[_0xa28062(0x11d)]=new _seleniumWebdriver2['default'][(_0xa28062(0x13a))](),this[_0xa28062(0x13f)]['__timeout']=_0x420309[_0xa28062(0x120)](this[_0xa28062(0x129)]['timeout__'],constants[_0xa28062(0x138)]),this[_0xa28062(0x13f)]['__drivers']=[],this[_0xa28062(0x13f)][_0xa28062(0x149)]=_0x420309[_0xa28062(0x148)](require,_0x420309[_0xa28062(0x137)])[_0xa28062(0x133)]({...this[_0xa28062(0x129)],'capability':this[_0xa28062(0x140)]},this),this[_0xa28062(0x13f)][_0xa28062(0x117)]=_0x198a0d[_0xa28062(0x141)]?_0x198a0d[_0xa28062(0x141)][_0xa28062(0x117)]:_0x198a0d[_0xa28062(0x117)],this[_0xa28062(0x13f)][_0xa28062(0x136)]=_0x198a0d[_0xa28062(0x12f)][_0xa28062(0x136)];if(helper['isTrue'](this[_0xa28062(0x129)]['skipSessionName'])){if(_0x420309[_0xa28062(0x139)](_0x420309[_0xa28062(0x14c)],_0x420309['MZRyT']))this[_0xa28062(0x13f)][_0xa28062(0x143)]=!![];else{const _0x2bb8b1={};return _0x2bb8b1['default']=_0x260cfd,_0x465683&&_0x5efbc1[_0xa28062(0x11e)]?_0xa28f18:_0x2bb8b1;}}else _0x420309[_0xa28062(0x139)](_0x420309[_0xa28062(0x11b)],_0x420309[_0xa28062(0x11b)])?this[_0xa28062(0x13f)]['sessionNameProvided']=![]:this[_0xa28062(0x13f)]['testContext']=_0x205886['test'];this[_0xa28062(0x13f)]['cleanup']=async()=>{const _0x3ca59e=_0xa28062;_0x420309[_0x3ca59e(0x147)](_0x420309[_0x3ca59e(0x13e)],_0x420309['ahGKm'])?await this['global'][_0x3ca59e(0x142)][_0x3ca59e(0x12e)](_0x420309[_0x3ca59e(0x145)]):this[_0x3ca59e(0x13f)][_0x3ca59e(0x143)]=![];};}async['teardown'](){const _0x567f91=a9_0xb0c2f5;await helper[_0x567f91(0x132)](this['global'][_0x567f91(0x12a)]),this['global'][_0x567f91(0x149)][_0x567f91(0x13a)]=originalBuilder;}async[a9_0xb0c2f5(0x118)](){}async['handleTestEvent'](_0x54333a,_0x33a8dc){const _0x5581ad=a9_0xb0c2f5,_0x1298a1={};_0x1298a1['NEenY']=function(_0x372020,_0x560226){return _0x372020===_0x560226;},_0x1298a1[_0x5581ad(0x115)]='test_start',_0x1298a1[_0x5581ad(0x130)]=function(_0x1341d0,_0x45c584){return _0x1341d0===_0x45c584;},_0x1298a1[_0x5581ad(0x12d)]=function(_0x11d87b,_0x10ca2b){return _0x11d87b!==_0x10ca2b;},_0x1298a1['UflUU']=_0x5581ad(0x14b);const _0x4a3657=_0x1298a1,{name:_0x5c966}=_0x54333a;if(_0x4a3657[_0x5581ad(0x130)](_0x5c966,_0x4a3657[_0x5581ad(0x115)])){if(_0x4a3657[_0x5581ad(0x12d)](_0x4a3657[_0x5581ad(0x13b)],_0x4a3657['UflUU'])){const {name:_0x4f4c1e}=_0x2c6617;_0x4a3657[_0x5581ad(0x135)](_0x4f4c1e,_0x4a3657[_0x5581ad(0x115)])&&(this[_0x5581ad(0x13f)][_0x5581ad(0x12b)]=_0x35b5e1[_0x5581ad(0x12c)]);}else this[_0x5581ad(0x13f)][_0x5581ad(0x12b)]=_0x54333a[_0x5581ad(0x12c)];}}}module[a9_0xb0c2f5(0x134)]=CustomEnvironment;
@@ -1 +1 @@
1
- 'use strict';const a10_0x27e647=a10_0x5634;(function(_0x50e30b,_0x521c30){const _0x1973f4=a10_0x5634,_0x2b376a=_0x50e30b();while(!![]){try{const _0x3d9ad5=-parseInt(_0x1973f4(0xaf))/0x1*(parseInt(_0x1973f4(0xac))/0x2)+-parseInt(_0x1973f4(0x9f))/0x3*(-parseInt(_0x1973f4(0x97))/0x4)+parseInt(_0x1973f4(0x91))/0x5*(parseInt(_0x1973f4(0x92))/0x6)+parseInt(_0x1973f4(0x9e))/0x7+-parseInt(_0x1973f4(0xa2))/0x8*(parseInt(_0x1973f4(0x9d))/0x9)+-parseInt(_0x1973f4(0x99))/0xa*(parseInt(_0x1973f4(0x8d))/0xb)+parseInt(_0x1973f4(0x8f))/0xc*(-parseInt(_0x1973f4(0xad))/0xd);if(_0x3d9ad5===_0x521c30)break;else _0x2b376a['push'](_0x2b376a['shift']());}catch(_0xd0a3a8){_0x2b376a['push'](_0x2b376a['shift']());}}}(a10_0x2bc9,0xebcbb));function a10_0x2bc9(){const _0x2995ed=['1062uOZjGY','exports','push','context','jest-runner','4eOgVeU','FqRoW','250tNdKDk','runTests','capabilities','length','9WrIEqr','2370627jCwwkC','1179030qqetpK','value','hTGzU','4154056yOfqhk','false','dcaGW','serial__','hVQuU','eDGeb','testEnvironmentOptions','_globalConfig','freeze','config','13272jmtsiM','97942tQWWxM','forEach','12sISiPX','64460jbETms','slice','996VruHCj','../../helpers/helper','45335XutKeY'];a10_0x2bc9=function(){return _0x2995ed;};return a10_0x2bc9();}const {requireModule}=require(a10_0x27e647(0x90)),a10_0x316589={};a10_0x316589[a10_0x27e647(0xa0)]=!![],Object['defineProperty'](exports,'__esModule',a10_0x316589),exports['default']=void 0x0;function _interopRequireDefault(_0x22a775){return _0x22a775&&_0x22a775['__esModule']?_0x22a775:{'default':_0x22a775};}const JestRunner=_interopRequireDefault(requireModule(a10_0x27e647(0x96)))['default'];class TestRunner extends JestRunner{constructor(..._0x21ae2){super(..._0x21ae2);}[a10_0x27e647(0x9a)](..._0x4ea29a){const _0x28cbd8=a10_0x27e647,_0x179f0f={};_0x179f0f[_0x28cbd8(0xa6)]=function(_0x51bd5a,_0x414383){return _0x51bd5a-_0x414383;},_0x179f0f['hTGzU']=function(_0x2ddf11,_0xfccbae){return _0x2ddf11*_0xfccbae;},_0x179f0f[_0x28cbd8(0x98)]=function(_0x403243,_0x26849d){return _0x403243==_0x26849d;},_0x179f0f[_0x28cbd8(0xa4)]=_0x28cbd8(0xa3),_0x179f0f[_0x28cbd8(0xa7)]=function(_0x4d5b5d,_0x94f658){return _0x4d5b5d<_0x94f658;};const _0x3eac70=_0x179f0f,_0x49869b=_0x4ea29a[0x0],_0x51886b=_0x4ea29a[_0x3eac70[_0x28cbd8(0xa6)](_0x4ea29a['length'],0x1)],_0x113162=_0x49869b[0x0][_0x28cbd8(0x95)][_0x28cbd8(0xab)][_0x28cbd8(0xa8)][_0x28cbd8(0x9b)],_0x24a3a6=_0x49869b[0x0][_0x28cbd8(0x95)][_0x28cbd8(0xab)][_0x28cbd8(0xa8)]['parallels__'];_0x24a3a6&&(this[_0x28cbd8(0xa9)]=Object['freeze']({...this['_globalConfig'],'maxWorkers':_0x3eac70[_0x28cbd8(0xa1)](_0x24a3a6,_0x113162[_0x28cbd8(0x9c)])}));if(_0x3eac70[_0x28cbd8(0x98)](_0x49869b[0x0][_0x28cbd8(0x95)][_0x28cbd8(0xab)][_0x28cbd8(0xa8)][_0x28cbd8(0xa5)],_0x3eac70[_0x28cbd8(0xa4)]))_0x51886b&&(_0x51886b['serial']=![]);const _0x58f513=[];for(let _0x4e1e16=0x0;_0x3eac70[_0x28cbd8(0xa7)](_0x4e1e16,_0x49869b[_0x28cbd8(0x9c)]);_0x4e1e16++){const _0x23044e=[];_0x113162[_0x28cbd8(0xae)]((_0x32e2fb,_0x19fec0)=>{const _0x174168=_0x28cbd8,_0x446a7d={..._0x49869b[_0x4e1e16]};let _0x87c9e3=_0x446a7d;_0x87c9e3[_0x174168(0x95)]=Object[_0x174168(0xaa)]({..._0x87c9e3['context'],'config':{..._0x87c9e3['context'][_0x174168(0xab)],'capability':_0x32e2fb,'browserstackPlatformIndex':_0x19fec0}}),_0x23044e[_0x174168(0x94)](_0x87c9e3);}),_0x58f513[_0x28cbd8(0x94)](..._0x23044e);}return super[_0x28cbd8(0x9a)](_0x58f513,..._0x4ea29a[_0x28cbd8(0x8e)](0x1));}}function a10_0x5634(_0x25d03f,_0x5168c3){const _0x2bc9c4=a10_0x2bc9();return a10_0x5634=function(_0x56342a,_0x1fda0c){_0x56342a=_0x56342a-0x8d;let _0x37ea5b=_0x2bc9c4[_0x56342a];return _0x37ea5b;},a10_0x5634(_0x25d03f,_0x5168c3);}module[a10_0x27e647(0x93)]=TestRunner;
1
+ 'use strict';function a10_0x1423(_0x303567,_0x4cafd2){const _0x2cfae7=a10_0x2cfa();return a10_0x1423=function(_0x1423ca,_0x15b8f3){_0x1423ca=_0x1423ca-0xed;let _0xc62c5d=_0x2cfae7[_0x1423ca];return _0xc62c5d;},a10_0x1423(_0x303567,_0x4cafd2);}const a10_0x3cdb50=a10_0x1423;(function(_0x43a71e,_0x5250f3){const _0x505bc2=a10_0x1423,_0x2e889f=_0x43a71e();while(!![]){try{const _0x20dde5=parseInt(_0x505bc2(0x108))/0x1+-parseInt(_0x505bc2(0xff))/0x2+parseInt(_0x505bc2(0x10f))/0x3+-parseInt(_0x505bc2(0xf9))/0x4+-parseInt(_0x505bc2(0x104))/0x5+-parseInt(_0x505bc2(0x105))/0x6*(-parseInt(_0x505bc2(0xfa))/0x7)+-parseInt(_0x505bc2(0xf8))/0x8*(-parseInt(_0x505bc2(0xf1))/0x9);if(_0x20dde5===_0x5250f3)break;else _0x2e889f['push'](_0x2e889f['shift']());}catch(_0x178e32){_0x2e889f['push'](_0x2e889f['shift']());}}}(a10_0x2cfa,0x4f94f));const {requireModule}=require(a10_0x3cdb50(0x106)),a10_0x2f8420={};a10_0x2f8420[a10_0x3cdb50(0x10d)]=!![],Object[a10_0x3cdb50(0xf7)](exports,'__esModule',a10_0x2f8420),exports[a10_0x3cdb50(0xf0)]=void 0x0;function _interopRequireDefault(_0x1020e7){const _0x543c4e=a10_0x3cdb50;return _0x1020e7&&_0x1020e7[_0x543c4e(0xfd)]?_0x1020e7:{'default':_0x1020e7};}const JestRunner=_interopRequireDefault(requireModule(a10_0x3cdb50(0xf2)))[a10_0x3cdb50(0xf0)];class TestRunner extends JestRunner{constructor(..._0x267925){super(..._0x267925);}[a10_0x3cdb50(0xfe)](..._0x39e14a){const _0x5af7f3=a10_0x3cdb50,_0x1e4313={};_0x1e4313[_0x5af7f3(0xf6)]=function(_0x2d0cb6,_0x318212){return _0x2d0cb6-_0x318212;},_0x1e4313[_0x5af7f3(0x103)]=function(_0x11cce2,_0x189331){return _0x11cce2*_0x189331;},_0x1e4313[_0x5af7f3(0xef)]=function(_0x2b4a40,_0x2fa93b){return _0x2b4a40==_0x2fa93b;},_0x1e4313[_0x5af7f3(0xf5)]=_0x5af7f3(0xfb),_0x1e4313[_0x5af7f3(0xee)]=function(_0x5d5e3d,_0x212e85){return _0x5d5e3d<_0x212e85;};const _0x38faab=_0x1e4313,_0x3a4bb8=_0x39e14a[0x0],_0x4cd341=_0x39e14a[_0x38faab[_0x5af7f3(0xf6)](_0x39e14a['length'],0x1)],_0x5e6cc3=_0x3a4bb8[0x0][_0x5af7f3(0x109)][_0x5af7f3(0x107)]['testEnvironmentOptions']['capabilities'],_0x3ee5b9=_0x3a4bb8[0x0][_0x5af7f3(0x109)]['config'][_0x5af7f3(0xed)][_0x5af7f3(0x10e)];_0x3ee5b9&&(this['_globalConfig']=Object[_0x5af7f3(0x10c)]({...this[_0x5af7f3(0x10a)],'maxWorkers':_0x38faab['zooVp'](_0x3ee5b9,_0x5e6cc3[_0x5af7f3(0xf4)])}));if(_0x38faab[_0x5af7f3(0xef)](_0x3a4bb8[0x0][_0x5af7f3(0x109)][_0x5af7f3(0x107)][_0x5af7f3(0xed)][_0x5af7f3(0x101)],_0x38faab['hvtgT']))_0x4cd341&&(_0x4cd341[_0x5af7f3(0x100)]=![]);const _0x292e34=[];for(let _0x1736b7=0x0;_0x38faab[_0x5af7f3(0xee)](_0x1736b7,_0x3a4bb8[_0x5af7f3(0xf4)]);_0x1736b7++){const _0x4a5a92=[];_0x5e6cc3[_0x5af7f3(0xfc)]((_0x30df6b,_0x1fef7e)=>{const _0x145494=_0x5af7f3,_0x15acd5={..._0x3a4bb8[_0x1736b7]};let _0x43f23c=_0x15acd5;_0x43f23c[_0x145494(0x109)]=Object[_0x145494(0x10c)]({..._0x43f23c[_0x145494(0x109)],'config':{..._0x43f23c['context'][_0x145494(0x107)],'capability':_0x30df6b,'browserstackPlatformIndex':_0x1fef7e}}),_0x4a5a92[_0x145494(0xf3)](_0x43f23c);}),_0x292e34[_0x5af7f3(0xf3)](..._0x4a5a92);}return super[_0x5af7f3(0xfe)](_0x292e34,..._0x39e14a[_0x5af7f3(0x102)](0x1));}}function a10_0x2cfa(){const _0x4fa76c=['value','parallels__','396996aZGCQG','testEnvironmentOptions','oHygB','Hnjah','default','587025KTbmQz','jest-runner','push','length','hvtgT','Eqfmk','defineProperty','40BWUtaE','1643172XvJlku','791xbPcYP','false','forEach','__esModule','runTests','1039250XrYoJV','serial','serial__','slice','zooVp','155760VtEaHB','27294xLNOdX','../../helpers/helper','config','315043cQEZmX','context','_globalConfig','exports','freeze'];a10_0x2cfa=function(){return _0x4fa76c;};return a10_0x2cfa();}module[a10_0x3cdb50(0x10b)]=TestRunner;
@@ -1 +1 @@
1
- const a11_0x216adf=a11_0x1445;function a11_0x1445(_0x4475de,_0x1f143f){const _0x22b7c9=a11_0x22b7();return a11_0x1445=function(_0x144512,_0x5396e4){_0x144512=_0x144512-0x140;let _0x2bcfc6=_0x22b7c9[_0x144512];return _0x2bcfc6;},a11_0x1445(_0x4475de,_0x1f143f);}(function(_0x1de617,_0x38f9bd){const _0x3d0306=a11_0x1445,_0x491758=_0x1de617();while(!![]){try{const _0x1539e2=parseInt(_0x3d0306(0x1ce))/0x1*(-parseInt(_0x3d0306(0x164))/0x2)+parseInt(_0x3d0306(0x1d3))/0x3*(-parseInt(_0x3d0306(0x1c9))/0x4)+parseInt(_0x3d0306(0x1c3))/0x5*(parseInt(_0x3d0306(0x19a))/0x6)+parseInt(_0x3d0306(0x14b))/0x7*(-parseInt(_0x3d0306(0x1b2))/0x8)+-parseInt(_0x3d0306(0x161))/0x9*(-parseInt(_0x3d0306(0x15f))/0xa)+-parseInt(_0x3d0306(0x1d2))/0xb*(-parseInt(_0x3d0306(0x141))/0xc)+parseInt(_0x3d0306(0x17c))/0xd;if(_0x1539e2===_0x38f9bd)break;else _0x491758['push'](_0x491758['shift']());}catch(_0x3818e3){_0x491758['push'](_0x491758['shift']());}}}(a11_0x22b7,0x2b837));let __error_messages__=[];function a11_0x22b7(){const _0x506706=['capabilities','BZyQu','CRMDP','percy','ehEyC','undefined','testPath','OIolu','HXqNX','7qwssZW','HNPQm','aQZWn','wldPP','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','akHLT','qRQRT','kCiFa','quitCount_','slice','DQZiG','sBkbK','errors','xpkGk','\x22}}','xWrKp','fnzCh','info','push','xljmy','33140bHhSxj','\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','234rGkIjI','env','browserstackSessionName','22svofBc','DtAuO','titlePath','rVtRM','name','ZDArH','vESjx','appium:app','wVaRd','../../helpers/logger','ZLtSl','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','heHRC','byApR','initQuit','jgvnk','trDmK','executeAsyncScript','BS_A11Y_TEST_RUN_ID','iYPmw','fwgxn','getState','sCuho','currentTest','5506124hqiVQy','stringify','addReporter','qVnCY','gshfN','POxNG','KfYRG','join','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','wNnqL','Jkakt','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','jhCDo','shift','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','OiflH','okUfw','Peozn','wSPza','AsBJo','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','SVORz','KOZce','http:','gUYJX','setTimeout','TCQgr','getEnv','\x22,\x22level\x22:\x20\x22info\x22}}','GVRrD','150666NgwfBv','isAccessibilityPlatform','rYeqv','../../helpers/helper','mkyjs','session_','rILwI','NvjKx','currentTestName','protocol','abUsd','hqyob','nbPqq','GDCMV','description','bqvES','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','lpenx','specStarted','getCurrentUrl','BIeEJ','evKBf','\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','https:','1238864cUdlUr','app','.\x20Error\x20:','error','cMUKE','CDvWZ','mxFvr','winstonLogger','ZttTF','\x20|\x20','replace','unRqr','percyCaptureMode','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','JzNIl','qEGhS','executeScript','30RFiNdu','failedExpectations','Icwkn','XwGWx','BwzzD','QMAUR','4oSllBC','FnTjr','iLWWw','PNqRj','length','7637GxUNsV','message','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','HWvlg','166111dZpWDU','775149tQeiuW','TVfjP','12uSIaxp'];a11_0x22b7=function(){return _0x506706;};return a11_0x22b7();}jest[a11_0x216adf(0x195)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a11_0x216adf(0x19d)),logger=require(a11_0x216adf(0x16d))[a11_0x216adf(0x1b9)];function stripUnicode(_0x3b5a8b){const _0x2ad507=a11_0x216adf;return _0x3b5a8b[_0x2ad507(0x1bc)](/\\u001b\[.*?m/g,'')[_0x2ad507(0x154)](0x1,-0x1);}async function setContext(){const _0x39ea7b=a11_0x216adf,_0x41f252={'okUfw':function(_0x2dfb0b,_0x16da23){return _0x2dfb0b!==_0x16da23;},'BwzzD':_0x39ea7b(0x147),'Icwkn':function(_0x42d99b,_0x38d673){return _0x42d99b>_0x38d673;},'Peozn':function(_0xd2a4d2,_0x48085a){return _0xd2a4d2(_0x48085a);},'Pyvvt':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','heHRC':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','nbPqq':function(_0x340c00,_0x6d0141){return _0x340c00===_0x6d0141;},'PiOEA':'gcAxI','ZLtSl':'bHuue','GVRrD':function(_0x286a26,_0x4f0481){return _0x286a26===_0x4f0481;},'sBkbK':_0x39ea7b(0x151),'DQZiG':function(_0x57d478,_0x2f13a9){return _0x57d478===_0x2f13a9;},'akHLT':'wZLRr','sCuho':function(_0x3961c2,_0x3a9ed4){return _0x3961c2(_0x3a9ed4);},'cMUKE':_0x39ea7b(0x185),'aVcQf':function(_0x11975d,_0x32ea4b){return _0x11975d===_0x32ea4b;},'LCeiP':_0x39ea7b(0x18e),'gtIqH':_0x39ea7b(0x191),'vESjx':function(_0x70653a,_0x47740f){return _0x70653a>_0x47740f;},'IaluS':'FynDj','HXqNX':function(_0x54b19a,_0x4a6100){return _0x54b19a(_0x4a6100);},'XwGWx':'UigwG','OIolu':function(_0x360c3b,_0x21f03d){return _0x360c3b===_0x21f03d;},'xljmy':_0x39ea7b(0x1c1),'iLWWw':function(_0x229d22,_0xbc7851){return _0x229d22!==_0xbc7851;},'NJItP':_0x39ea7b(0x143),'TVfjP':_0x39ea7b(0x174)};if(!sessionNameProvided){if(_0x41f252[_0x39ea7b(0x1a6)](_0x41f252['PiOEA'],_0x41f252[_0x39ea7b(0x16e)])){if(_0x41f252[_0x39ea7b(0x18c)](typeof _0x27cd5e,_0x41f252['BwzzD'])){const _0x26dad7={};_0x26dad7[_0x39ea7b(0x1ac)]=_0x49340d=>{_0x4aee9f['currentTest']=_0x49340d;},_0x4e99e7[_0x39ea7b(0x197)]()[_0x39ea7b(0x17e)](_0x26dad7);}}else{let _0x3887c9=expect['getState']()[_0x39ea7b(0x1a2)];await __drivers[0x0][_0x39ea7b(0x1c2)](_0x39ea7b(0x18a)+_0x3887c9+_0x39ea7b(0x159));}}let _0x5a2513=null,_0x5d3fe0=![];if(_0x41f252[_0x39ea7b(0x18c)](typeof jasmine,_0x41f252[_0x39ea7b(0x1c7)]))_0x41f252['GVRrD'](_0x41f252[_0x39ea7b(0x156)],_0x41f252[_0x39ea7b(0x156)])?jasmine['currentTest'][_0x39ea7b(0x1c4)]&&_0x41f252[_0x39ea7b(0x1c5)](jasmine[_0x39ea7b(0x17b)][_0x39ea7b(0x1c4)]['length'],0x0)?_0x41f252[_0x39ea7b(0x155)](_0x41f252[_0x39ea7b(0x150)],_0x41f252[_0x39ea7b(0x150)])?(_0x5d3fe0=!![],_0x5a2513=_0x41f252[_0x39ea7b(0x17a)](stripUnicode,JSON[_0x39ea7b(0x17d)](jasmine['currentTest'][_0x39ea7b(0x1c4)][0x0]['message']))):_0x5f4b67=new _0x249fb6(_0x32647a):_0x41f252[_0x39ea7b(0x18c)](_0x41f252[_0x39ea7b(0x1b6)],_0x41f252[_0x39ea7b(0x1b6)])?_0x46aa11[_0x39ea7b(0x17b)]=_0x5cedd0:_0x5a2513=_0x41f252['sCuho'](stripUnicode,JSON[_0x39ea7b(0x17d)](jasmine[_0x39ea7b(0x17b)][_0x39ea7b(0x1a8)])):_0x216663[_0x39ea7b(0x157)]&&_0x41f252[_0x39ea7b(0x1c5)](_0x19da44[_0x39ea7b(0x157)][_0x39ea7b(0x1cd)],0x0)?(_0x4a8615=!![],_0x8518be=_0x41f252[_0x39ea7b(0x18d)](_0x1baea7,_0x1a7687[_0x39ea7b(0x17d)](_0x55c6ea[_0x39ea7b(0x157)][0x0][0x0]['message']||_0x5c14aa['errors'][0x0][0x0]))):_0x38b547=_0x41f252[_0x39ea7b(0x18d)](_0x167038,_0x228036['stringify'](_0x5c4ffd[_0x39ea7b(0x168)]));else{if(_0x41f252['aVcQf'](_0x41f252['LCeiP'],_0x41f252['gtIqH']))_0x41aef2[_0x39ea7b(0x15c)](_0x41f252['Pyvvt']);else{if(testContext['errors']&&_0x41f252[_0x39ea7b(0x16a)](testContext['errors'][_0x39ea7b(0x1cd)],0x0)){if(_0x41f252[_0x39ea7b(0x18c)](_0x41f252['IaluS'],_0x41f252['IaluS'])){const _0x9e4636={};_0x9e4636[_0x39ea7b(0x1ac)]=_0x50f1d3=>{const _0x18de43=_0x39ea7b;_0x12ff55[_0x18de43(0x17b)]=_0x50f1d3;},_0x217f65[_0x39ea7b(0x197)]()[_0x39ea7b(0x17e)](_0x9e4636);}else _0x5d3fe0=!![],_0x5a2513=_0x41f252[_0x39ea7b(0x14a)](stripUnicode,JSON['stringify'](testContext[_0x39ea7b(0x157)][0x0][0x0][_0x39ea7b(0x1cf)]||testContext[_0x39ea7b(0x157)][0x0][0x0]));}else _0x41f252[_0x39ea7b(0x199)](_0x41f252[_0x39ea7b(0x1c6)],_0x41f252['XwGWx'])?_0x5a2513=_0x41f252[_0x39ea7b(0x17a)](stripUnicode,JSON[_0x39ea7b(0x17d)](testContext['name'])):_0x339849=_0x41f252['Peozn'](_0x4cd393,_0x4f7d99[_0x39ea7b(0x17d)](_0x997ea5['currentTest'][_0x39ea7b(0x1a8)]));}}_0x5d3fe0?_0x41f252[_0x39ea7b(0x149)](_0x41f252[_0x39ea7b(0x15e)],_0x41f252['xljmy'])?(__error_messages__[_0x39ea7b(0x15d)](_0x5a2513),await __drivers[0x0]['executeScript'](_0x39ea7b(0x14f)+_0x5a2513+'\x22,\x22level\x22:\x20\x22error\x22}}')):_0x5407cc=![]:_0x41f252[_0x39ea7b(0x1cb)](_0x41f252['NJItP'],_0x41f252[_0x39ea7b(0x140)])?await __drivers[0x0][_0x39ea7b(0x1c2)](_0x39ea7b(0x16f)+_0x5a2513+_0x39ea7b(0x198)):_0x550880['info'](_0x41f252[_0x39ea7b(0x170)]);}async function driverCleanup(){const _0x3e55e6=a11_0x216adf,_0x2828b9={'unRqr':function(_0x4f037d,_0x57ea04){return _0x4f037d(_0x57ea04);},'JzNIl':function(_0x2d293a,_0x1f6ced){return _0x2d293a(_0x1f6ced);},'kCiFa':function(_0x4b7f03,_0x17addd){return _0x4b7f03>_0x17addd;},'Jkakt':function(_0x1c64bd,_0x56f9c9){return _0x1c64bd(_0x56f9c9);},'evKBf':function(_0x28a781,_0x353c7b){return _0x28a781!==_0x353c7b;},'FnTjr':_0x3e55e6(0x158),'wldPP':function(_0x1126f6,_0x61cf4d){return _0x1126f6===_0x61cf4d;},'wVaRd':_0x3e55e6(0x165),'OeOOp':'aIcGh','ehEyC':_0x3e55e6(0x1bb),'QMAUR':function(_0x49ad99,_0x3e935c){return _0x49ad99!==_0x3e935c;},'wdAMb':_0x3e55e6(0x15a),'fnzCh':_0x3e55e6(0x14c),'OiflH':_0x3e55e6(0x1a1),'qVnCY':_0x3e55e6(0x169),'KfYRG':_0x3e55e6(0x173)};let _0x43cc93=![];try{_0x2828b9[_0x3e55e6(0x1af)](_0x2828b9[_0x3e55e6(0x1ca)],_0x2828b9[_0x3e55e6(0x1ca)])?(_0x1ff30f=!![],_0x3585fe=_0x2828b9[_0x3e55e6(0x1bd)](_0x58ac79,_0x5d66c4[_0x3e55e6(0x17d)](_0x4ce686[_0x3e55e6(0x157)][0x0][0x0][_0x3e55e6(0x1cf)]||_0x15cb8f[_0x3e55e6(0x157)][0x0][0x0]))):(await __drivers[0x0]['session_'],_0x43cc93=!![],_0x2828b9[_0x3e55e6(0x152)](__error_messages__['length'],0x0)?_0x2828b9[_0x3e55e6(0x14e)](_0x2828b9[_0x3e55e6(0x16c)],_0x2828b9['OeOOp'])?(_0x1f17e4=!![],_0x117508=_0x2828b9[_0x3e55e6(0x1c0)](_0x5ae16d,_0x213ebf[_0x3e55e6(0x17d)](_0x5d2696[_0x3e55e6(0x17b)]['failedExpectations'][0x0]['message']))):await __drivers[0x0][_0x3e55e6(0x1c2)](_0x3e55e6(0x184)+JSON[_0x3e55e6(0x17d)](__error_messages__[_0x3e55e6(0x183)](_0x2828b9[_0x3e55e6(0x146)]))+'}}'):_0x2828b9[_0x3e55e6(0x1c8)](_0x2828b9['wdAMb'],_0x2828b9[_0x3e55e6(0x15b)])?await __drivers[0x0][_0x3e55e6(0x1c2)](_0x3e55e6(0x187)):_0x2b0c6c[_0x3e55e6(0x17b)][_0x3e55e6(0x1c4)]&&_0x2828b9[_0x3e55e6(0x152)](_0x1f6436[_0x3e55e6(0x17b)]['failedExpectations']['length'],0x0)?(_0x1cdeff=!![],_0x251896=_0x2828b9[_0x3e55e6(0x1bd)](_0x4b37b4,_0x4e94d3[_0x3e55e6(0x17d)](_0x3af219[_0x3e55e6(0x17b)]['failedExpectations'][0x0][_0x3e55e6(0x1cf)]))):_0x3d7f0e=_0x2828b9[_0x3e55e6(0x186)](_0x5bd22c,_0x4a396c[_0x3e55e6(0x17d)](_0x59c693[_0x3e55e6(0x17b)][_0x3e55e6(0x1a8)])));}catch(_0x193e70){}__error_messages__=[];if(_0x43cc93){if(_0x2828b9[_0x3e55e6(0x1c8)](_0x2828b9[_0x3e55e6(0x18b)],_0x2828b9[_0x3e55e6(0x17f)]))try{if(_0x2828b9['QMAUR'](_0x2828b9[_0x3e55e6(0x182)],_0x2828b9[_0x3e55e6(0x182)]))return _0x466d0d[_0x3e55e6(0x1bc)](/\\u001b\[.*?m/g,'')[_0x3e55e6(0x154)](0x1,-0x1);else await __drivers[0x0][_0x3e55e6(0x172)]();}catch(_0x4b298){}else _0x154ef5['error'](_0x3e55e6(0x1d0)+this[_0x3e55e6(0x17b)][_0x3e55e6(0x166)]()+_0x3e55e6(0x1b4),_0x395c58);}}beforeAll(async()=>{const _0x4c891a=a11_0x216adf,_0x3aec4d={'bqvES':function(_0xd997e1,_0x577871){return _0xd997e1(_0x577871);},'BIeEJ':function(_0x32650d,_0x10e6db){return _0x32650d===_0x10e6db;},'aQZWn':'uhZfa','gshfN':_0x4c891a(0x1cc),'CDvWZ':function(_0x5e09e5,_0x1da86c){return _0x5e09e5!==_0x1da86c;},'TrUQn':_0x4c891a(0x147),'mxFvr':function(_0x55636b,_0x296ccb){return _0x55636b===_0x296ccb;},'sgMPt':_0x4c891a(0x177),'iiBpl':_0x4c891a(0x192)};_0x3aec4d[_0x4c891a(0x1b7)](typeof jasmine,_0x3aec4d['TrUQn'])&&(_0x3aec4d[_0x4c891a(0x1b8)](_0x3aec4d['sgMPt'],_0x3aec4d['iiBpl'])?_0x42d28d=_0x3aec4d[_0x4c891a(0x1a9)](_0x368e9c,_0x1aa5c0[_0x4c891a(0x17d)](_0x23a286[_0x4c891a(0x168)])):jasmine[_0x4c891a(0x197)]()[_0x4c891a(0x17e)]({'specStarted':_0x3fda92=>{const _0x92f191=_0x4c891a;_0x3aec4d[_0x92f191(0x1ae)](_0x3aec4d[_0x92f191(0x14d)],_0x3aec4d[_0x92f191(0x180)])?_0x3fd312[_0x92f191(0x1b5)](_0x92f191(0x190)+_0x8de709):jasmine['currentTest']=_0x3fda92;}}));}),beforeEach(async()=>{const _0x361bc2=a11_0x216adf,_0xd0bcda={'CRMDP':function(_0xd9edf,_0x579bc6){return _0xd9edf>_0x579bc6;},'byApR':function(_0x4069f2){return _0x4069f2();},'ZttTF':function(_0x118133,_0x16ee5a,_0x3ef648){return _0x118133(_0x16ee5a,_0x3ef648);},'ClnRj':function(_0x4d13d5,_0x4bf004){return _0x4d13d5===_0x4bf004;},'lcnGu':_0x361bc2(0x193),'mkyjs':function(_0x36acc6,_0x45efc9){return _0x36acc6===_0x45efc9;},'HWvlg':_0x361bc2(0x1b1),'UDtzN':_0x361bc2(0x1aa),'abUsd':function(_0x38a4fa){return _0x38a4fa();}};try{_0xd0bcda[_0x361bc2(0x144)](__drivers[_0x361bc2(0x1cd)],0x1)&&(await _0xd0bcda[_0x361bc2(0x171)](driverCleanup),__drivers[_0x361bc2(0x189)]());let _0x23ea9b=expect[_0x361bc2(0x179)]()['currentTestName'];__drivers[0x0][_0x361bc2(0x163)]=_0x23ea9b;let _0x59f041=_0xd0bcda[_0x361bc2(0x1ba)](shouldScanTestForAccessibility,_0x23ea9b,![]);if(_0xd0bcda['byApR'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x361bc2(0x19b)])try{let _0xbe53ed=await __drivers[0x0][_0x361bc2(0x19f)];if(_0xbe53ed){let _0x23bad8=!![],_0x4de31d=await __drivers[0x0][_0x361bc2(0x1ad)](),_0x481fba;try{_0x481fba=new URL(_0x4de31d);}catch(_0x1dd56b){_0x23bad8=![];}_0x23bad8=_0xd0bcda['ClnRj'](_0x481fba['protocol'],_0xd0bcda['lcnGu'])||_0xd0bcda[_0x361bc2(0x19e)](_0x481fba[_0x361bc2(0x1a3)],_0xd0bcda[_0x361bc2(0x1d1)]),_0x23bad8&&(_0x59f041?(logger['info'](_0xd0bcda['UDtzN']),await __drivers[0x0][_0x361bc2(0x175)](_0x361bc2(0x160))):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(_0x16f54b){logger[_0x361bc2(0x1b5)](_0x361bc2(0x190)+_0x16f54b);}if(_0xd0bcda[_0x361bc2(0x144)](__drivers[0x0][_0x361bc2(0x153)],0x0))await _0xd0bcda[_0x361bc2(0x1a4)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x4b4f75=a11_0x216adf,_0x566d75={'FKQXr':function(_0x547939,_0x4ea56d){return _0x547939>_0x4ea56d;},'POxNG':function(_0x2b8da5){return _0x2b8da5();},'rYeqv':function(_0x33d46e,_0x46d474,_0x41bf8e){return _0x33d46e(_0x46d474,_0x41bf8e);},'fwgxn':function(_0x49bdeb){return _0x49bdeb();},'TCQgr':_0x4b4f75(0x1bf),'EdqeD':function(_0x36d7e6,_0x42486c){return _0x36d7e6(_0x42486c);},'UAGbY':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','rVtRM':function(_0x389102,_0x5256d2){return _0x389102===_0x5256d2;},'gUYJX':'testcase','jhCDo':function(_0x2597f2,_0x365eeb){return _0x2597f2>_0x365eeb;},'rILwI':_0x4b4f75(0x16b),'KPFCg':function(_0x1c1b12,_0x3eba62,_0x14f99c,_0x1bb545){return _0x1c1b12(_0x3eba62,_0x14f99c,_0x1bb545);},'GDCMV':function(_0x5adb44){return _0x5adb44();},'lpenx':function(_0x19253f,_0x3c4025){return _0x19253f>_0x3c4025;},'AsBJo':function(_0x594edb){return _0x594edb();}};try{_0x566d75['FKQXr'](__drivers[_0x4b4f75(0x1cd)],0x1)&&(await _0x566d75[_0x4b4f75(0x181)](driverCleanup),__drivers[_0x4b4f75(0x189)]());let _0xbdbf04=_0x566d75[_0x4b4f75(0x19c)](shouldScanTestForAccessibility,expect[_0x4b4f75(0x179)]()[_0x4b4f75(0x1a2)],![]);try{if(_0x566d75[_0x4b4f75(0x178)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x4b4f75(0x19b)]){_0xbdbf04&&logger[_0x4b4f75(0x15c)](_0x566d75[_0x4b4f75(0x196)]);const _0xfe4f53={'saveResults':_0xbdbf04,'testDetails':{'name':expect[_0x4b4f75(0x179)]()[_0x4b4f75(0x1a2)],'testRunId':process[_0x4b4f75(0x162)][_0x4b4f75(0x176)],'filePath':expect['getState']()[_0x4b4f75(0x148)],'scopeList':[expect[_0x4b4f75(0x179)]()['currentTestName']]},'platform':await _0x566d75['EdqeD'](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x4b4f75(0x175)](_0x4b4f75(0x1b0),_0xfe4f53),_0xbdbf04&&logger[_0x4b4f75(0x15c)](_0x566d75['UAGbY']);}}catch(_0x211944){logger[_0x4b4f75(0x1b5)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x4b4f75(0x17b)][_0x4b4f75(0x166)]()+_0x4b4f75(0x1b4),_0x211944);}if(global[_0x4b4f75(0x145)]&&_0x566d75[_0x4b4f75(0x167)](global[_0x4b4f75(0x1be)],_0x566d75[_0x4b4f75(0x194)])&&__drivers[0x0]){const _0x2524f1=_0x566d75[_0x4b4f75(0x188)](global['capabilities'][_0x4b4f75(0x1cd)],0x0)?!!global[_0x4b4f75(0x142)][0x0]['app']||!!global[_0x4b4f75(0x142)][0x0][_0x566d75[_0x4b4f75(0x1a0)]]:![],_0x3cf82c={};_0x3cf82c[_0x4b4f75(0x1b3)]=_0x2524f1,await _0x566d75['KPFCg'](percyAutoCapture,__drivers[0x0],_0x566d75[_0x4b4f75(0x194)],_0x3cf82c);}await _0x566d75[_0x4b4f75(0x1a7)](setContext);if(_0x566d75[_0x4b4f75(0x1ab)](__drivers[0x0][_0x4b4f75(0x153)],0x0))await _0x566d75[_0x4b4f75(0x18f)](driverCleanup);}catch{}}),afterAll(async()=>{const _0x1adfd0=a11_0x216adf,_0x15caf4={'hqyob':function(_0x15e082){return _0x15e082();}};try{await _0x15caf4[_0x1adfd0(0x1a5)](driverCleanup);}catch(_0x7a015c){}});
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 +1 @@
1
- function a12_0x5ed4(_0x481269,_0x584479){const _0x5bc29b=a12_0x5bc2();return a12_0x5ed4=function(_0x5ed4d6,_0x323e9e){_0x5ed4d6=_0x5ed4d6-0xc0;let _0x2c0f73=_0x5bc29b[_0x5ed4d6];return _0x2c0f73;},a12_0x5ed4(_0x481269,_0x584479);}function a12_0x5bc2(){const _0x414845=['5186120aZfcum','6770IpMIVu','51291rQVfAG','8pOnOcS','1824138HgifNv','3951360IihUZH','3wFmKPP','Builder','until','1700942yDtSwl','7217118KQjtgq','6409970iYTrTF','../../helpers/helper','../../helpers/setKeepAlive'];a12_0x5bc2=function(){return _0x414845;};return a12_0x5bc2();}const a12_0x16a862=a12_0x5ed4;(function(_0xb47323,_0x26e091){const _0x3a94fb=a12_0x5ed4,_0x12fe1c=_0xb47323();while(!![]){try{const _0x306fb9=-parseInt(_0x3a94fb(0xcb))/0x1+-parseInt(_0x3a94fb(0xc2))/0x2*(parseInt(_0x3a94fb(0xcd))/0x3)+-parseInt(_0x3a94fb(0xcc))/0x4+parseInt(_0x3a94fb(0xc7))/0x5+-parseInt(_0x3a94fb(0xc3))/0x6+parseInt(_0x3a94fb(0xc4))/0x7*(parseInt(_0x3a94fb(0xca))/0x8)+-parseInt(_0x3a94fb(0xc9))/0x9*(-parseInt(_0x3a94fb(0xc8))/0xa);if(_0x306fb9===_0x26e091)break;else _0x12fe1c['push'](_0x12fe1c['shift']());}catch(_0x255a75){_0x12fe1c['push'](_0x12fe1c['shift']());}}}(a12_0x5bc2,0xe6ebf));const {requireModule}=require(a12_0x16a862(0xc5));require(a12_0x16a862(0xc6))();const __wd__=requireModule('selenium-webdriver');__wd__['until']=__webdriver[a12_0x16a862(0xc1)],__wd__['By']=__webdriver['By'],__wd__[a12_0x16a862(0xc0)]=__webdriver[a12_0x16a862(0xc0)];
1
+ const a12_0x28c446=a12_0x5c4b;(function(_0x5e9137,_0x17f61e){const _0x3ea50b=a12_0x5c4b,_0x3c17c1=_0x5e9137();while(!![]){try{const _0x3f7b70=-parseInt(_0x3ea50b(0x140))/0x1*(parseInt(_0x3ea50b(0x146))/0x2)+-parseInt(_0x3ea50b(0x143))/0x3*(parseInt(_0x3ea50b(0x144))/0x4)+parseInt(_0x3ea50b(0x13b))/0x5*(parseInt(_0x3ea50b(0x145))/0x6)+parseInt(_0x3ea50b(0x148))/0x7+parseInt(_0x3ea50b(0x141))/0x8+parseInt(_0x3ea50b(0x13c))/0x9+-parseInt(_0x3ea50b(0x13e))/0xa;if(_0x3f7b70===_0x17f61e)break;else _0x3c17c1['push'](_0x3c17c1['shift']());}catch(_0xb6c424){_0x3c17c1['push'](_0x3c17c1['shift']());}}}(a12_0x38dd,0xa9d77));function a12_0x5c4b(_0x1ac02a,_0x2c02e6){const _0x38dddb=a12_0x38dd();return a12_0x5c4b=function(_0x5c4bfa,_0x179173){_0x5c4bfa=_0x5c4bfa-0x13b;let _0x205afb=_0x38dddb[_0x5c4bfa];return _0x205afb;},a12_0x5c4b(_0x1ac02a,_0x2c02e6);}function a12_0x38dd(){const _0x1362ac=['735138ufauaE','12sqedfG','6QsZHxV','4mWgaFf','Builder','7447328thXGVm','6790615ZtJWEi','4256397uNcvNg','selenium-webdriver','8481830BTPxmy','../../helpers/helper','324517IWFVes','264528sPHOIv','until'];a12_0x38dd=function(){return _0x1362ac;};return a12_0x38dd();}const {requireModule}=require(a12_0x28c446(0x13f));require('../../helpers/setKeepAlive')();const __wd__=requireModule(a12_0x28c446(0x13d));__wd__[a12_0x28c446(0x142)]=__webdriver[a12_0x28c446(0x142)],__wd__['By']=__webdriver['By'],__wd__[a12_0x28c446(0x147)]=__webdriver[a12_0x28c446(0x147)];