browserstack-node-sdk 1.30.2 → 1.31.0

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 (104) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/gcs.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customImplements/customCircus.js +1 -1
  43. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  44. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  45. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  46. package/src/bin/jest/jest.setup.js +1 -1
  47. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  48. package/src/bin/jest/test-observability/helper.js +1 -1
  49. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  50. package/src/bin/jest/test-observability/test-details.js +1 -1
  51. package/src/bin/jest/test_before.setup.js +1 -1
  52. package/src/bin/launcher/launcher.js +1 -1
  53. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  54. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/mocha/command.js +1 -1
  56. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  57. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  58. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  59. package/src/bin/mocha/test.setup.js +1 -1
  60. package/src/bin/nightwatch/command.js +1 -1
  61. package/src/bin/playwright/accessibility-helper.js +1 -1
  62. package/src/bin/playwright/command.js +1 -1
  63. package/src/bin/playwright/globalSetup.js +1 -1
  64. package/src/bin/playwright/mock-process.js +1 -1
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/helpers/BrowserStackSetup.js +1 -1
  79. package/src/helpers/accessibility-automation/constants.js +1 -1
  80. package/src/helpers/accessibility-automation/helper.js +1 -1
  81. package/src/helpers/ats/constants.js +1 -1
  82. package/src/helpers/ats/helper.js +1 -1
  83. package/src/helpers/capsMapping.js +1 -1
  84. package/src/helpers/helper.js +1 -1
  85. package/src/helpers/logger.js +1 -1
  86. package/src/helpers/patchHelpers.js +1 -1
  87. package/src/helpers/percy/Percy.js +1 -1
  88. package/src/helpers/percy/PercyBinary.js +1 -1
  89. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  90. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  91. package/src/helpers/percy/PercySDK.js +1 -1
  92. package/src/helpers/percy/index.js +1 -1
  93. package/src/helpers/percy/utils.js +1 -0
  94. package/src/helpers/request-spy.js +1 -1
  95. package/src/helpers/setKeepAlive.js +1 -1
  96. package/src/helpers/test-observability/constants.js +1 -1
  97. package/src/helpers/test-observability/error-handler.js +1 -1
  98. package/src/helpers/test-observability/performance-tester.js +1 -1
  99. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  100. package/src/helpers/test-observability/sessionHandler.js +1 -1
  101. package/src/helpers/test-observability/utils.js +1 -1
  102. package/src/helpers/w3cMapping.js +1 -1
  103. package/src/hubAllocationMethods.js +1 -1
  104. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a6_0x4d79a6=a6_0x56ab;(function(_0x20aaab,_0x2e4c0d){const _0x40c162=a6_0x56ab,_0x428cd5=_0x20aaab();while(!![]){try{const _0x866d98=parseInt(_0x40c162(0x1ef))/0x1*(-parseInt(_0x40c162(0x1d6))/0x2)+-parseInt(_0x40c162(0x1f4))/0x3*(parseInt(_0x40c162(0x1f8))/0x4)+parseInt(_0x40c162(0x1ea))/0x5*(parseInt(_0x40c162(0x1f1))/0x6)+-parseInt(_0x40c162(0x1c7))/0x7*(parseInt(_0x40c162(0x1ae))/0x8)+-parseInt(_0x40c162(0x1b3))/0x9*(-parseInt(_0x40c162(0x1dc))/0xa)+parseInt(_0x40c162(0x1f5))/0xb+-parseInt(_0x40c162(0x1b9))/0xc*(parseInt(_0x40c162(0x1b2))/0xd);if(_0x866d98===_0x2e4c0d)break;else _0x428cd5['push'](_0x428cd5['shift']());}catch(_0x340537){_0x428cd5['push'](_0x428cd5['shift']());}}}(a6_0x40d3,0xa2573));const {requireModule,modifyCommand,isTrue}=require(a6_0x4d79a6(0x1c9)),setKeepAlive=require(a6_0x4d79a6(0x1ed)),cucumberModule=requireModule(a6_0x4d79a6(0x1b8)),logger=require(a6_0x4d79a6(0x1cb))[a6_0x4d79a6(0x1f3)];modifyCommand(),setKeepAlive();let Before=cucumberModule['Before'],After=cucumberModule[a6_0x4d79a6(0x1b7)],configuration=process['env'][a6_0x4d79a6(0x1d3)];if(configuration!==undefined){let config=JSON[a6_0x4d79a6(0x1fb)](configuration);isTrue(config[a6_0x4d79a6(0x1c5)])&&(global[a6_0x4d79a6(0x1c0)]=!![]),require(a6_0x4d79a6(0x1ee))['browserstackAgentV2'](config);}global[a6_0x4d79a6(0x1cd)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a6_0x4d79a6(0x1e0)]=_0x16e68b=>{const _0xf5efc2=a6_0x4d79a6,_0x544b10={'SLcQt':function(_0x22c1bb,_0x47d63d){return _0x22c1bb(_0x47d63d);}};global['__timeout']=_0x16e68b,_0x544b10[_0xf5efc2(0x1e9)](__setDefaultTimeout,_0x16e68b);};const a6_0x546c0b={};a6_0x546c0b[a6_0x4d79a6(0x1ad)]=a6_0x4d79a6(0x1af),Before(a6_0x546c0b,function(){const _0x313426=a6_0x4d79a6,_0x2a9b69={};_0x2a9b69['QkQLQ']=_0x313426(0x1bf);const _0x352389=_0x2a9b69;logger[_0x313426(0x1d2)](_0x352389[_0x313426(0x1c3)]),global[_0x313426(0x1d1)]=[];});const a6_0x4dc5bc={};function a6_0x56ab(_0x1c15eb,_0x154bea){const _0x40d338=a6_0x40d3();return a6_0x56ab=function(_0x56ab22,_0x3c25f6){_0x56ab22=_0x56ab22-0x1ad;let _0x494d4e=_0x40d338[_0x56ab22];return _0x494d4e;},a6_0x56ab(_0x1c15eb,_0x154bea);}a6_0x4dc5bc[a6_0x4d79a6(0x1ad)]=a6_0x4d79a6(0x1af),a6_0x4dc5bc[a6_0x4d79a6(0x1c1)]=0x2710,After(a6_0x4dc5bc,function(_0x3b6eda,_0x1a913e){const _0x2dd5c5=a6_0x4d79a6,_0x159b7f={'bEwMW':function(_0x3867e8,_0x562ee9){return _0x3867e8(_0x562ee9);},'MPTMK':'../../index','KyBZn':function(_0x4b715b){return _0x4b715b();},'BwqFh':_0x2dd5c5(0x1bf),'XDYBA':function(_0x54c91e,_0x271db7){return _0x54c91e===_0x271db7;},'rBXZC':'AawZw','AkbMA':function(_0x4dbd97,_0x99cb79){return _0x4dbd97!==_0x99cb79;},'rICwP':_0x2dd5c5(0x1df),'eoMTQ':function(_0x11b1e4,_0x36d8a7){return _0x11b1e4==_0x36d8a7;},'NbgLc':'failed','yJIEm':_0x2dd5c5(0x1d0),'heGtx':_0x2dd5c5(0x1fc),'IyBor':_0x2dd5c5(0x1f6),'PupAe':'nGmyK','IkAJo':function(_0x306cc2,_0x35c73b){return _0x306cc2!==_0x35c73b;},'kcGsY':_0x2dd5c5(0x1ca),'yvoTg':_0x2dd5c5(0x1b0),'bRVob':function(_0x51e041,_0x4896da){return _0x51e041!==_0x4896da;},'fCMOl':'ixJvG','uEEpz':function(_0x13eee0){return _0x13eee0();},'bMDOO':function(_0x5ced1d,_0x13f1d2){return _0x5ced1d===_0x13f1d2;},'EagqI':_0x2dd5c5(0x1be),'eVPsE':function(_0x191aca){return _0x191aca();},'QfnBf':_0x2dd5c5(0x1c8)};logger['debug'](_0x159b7f[_0x2dd5c5(0x1bb)]),new Promise(async(_0x2c0389,_0x46a97a)=>{const _0x4c340d=_0x2dd5c5,_0x36d671={'QmodS':function(_0x1133db,_0x53d68a){return _0x159b7f['bEwMW'](_0x1133db,_0x53d68a);},'bOFFW':function(_0x1ce648,_0x443ae2){return _0x159b7f['bEwMW'](_0x1ce648,_0x443ae2);},'ZIzXB':function(_0x2a6604){const _0x5a8bf8=a6_0x56ab;return _0x159b7f[_0x5a8bf8(0x1e5)](_0x2a6604);},'eJCgL':_0x159b7f['BwqFh']};let _0x202b09=![];try{if(_0x159b7f[_0x4c340d(0x1e4)](_0x159b7f[_0x4c340d(0x1fa)],_0x159b7f[_0x4c340d(0x1fa)])){await global[_0x4c340d(0x1b1)]['session_'],_0x202b09=!![];!global[_0x4c340d(0x1c0)]&&(_0x159b7f[_0x4c340d(0x1e7)](_0x159b7f[_0x4c340d(0x1b6)],_0x159b7f[_0x4c340d(0x1b6)])?_0x5b3b63[_0x4c340d(0x1c0)]=!![]:await global[_0x4c340d(0x1b1)]['executeScript'](_0x4c340d(0x1de)+_0x3b6eda[_0x4c340d(0x1f0)][_0x4c340d(0x1ad)]+_0x4c340d(0x1e2)));if(_0x159b7f[_0x4c340d(0x1b5)](_0x3b6eda[_0x4c340d(0x1c6)]['status'][_0x4c340d(0x1d5)](),_0x159b7f[_0x4c340d(0x1d9)]))_0x159b7f[_0x4c340d(0x1e7)](_0x159b7f[_0x4c340d(0x1eb)],_0x159b7f[_0x4c340d(0x1dd)])?await global[_0x4c340d(0x1b1)][_0x4c340d(0x1bc)](_0x4c340d(0x1e3)+JSON[_0x4c340d(0x1e8)](global[_0x4c340d(0x1d1)][_0x4c340d(0x1d8)](_0x159b7f['IyBor']))+'}}'):(_0x4b0fa7[_0x4c340d(0x1d2)](_0x4c340d(0x1bd)+_0x58e5e3),_0x36d671[_0x4c340d(0x1b4)](_0x294b00,_0x39434b));else{if(_0x159b7f[_0x4c340d(0x1e4)](_0x159b7f[_0x4c340d(0x1f9)],_0x159b7f[_0x4c340d(0x1f9)]))await global[_0x4c340d(0x1b1)][_0x4c340d(0x1bc)](_0x4c340d(0x1d4));else{let _0x364fb4=_0x18fe91[_0x4c340d(0x1fb)](_0x43d1ae);_0x159b7f[_0x4c340d(0x1fd)](_0x406af5,_0x364fb4[_0x4c340d(0x1c5)])&&(_0x366535[_0x4c340d(0x1c0)]=!![]),_0x159b7f[_0x4c340d(0x1fd)](_0x130b98,_0x159b7f[_0x4c340d(0x1da)])[_0x4c340d(0x1ba)](_0x364fb4);}}}else _0xf8fa7c[_0x4c340d(0x1d2)](_0x4c340d(0x1cf)+_0x579800);}catch(_0x7b5c89){_0x159b7f[_0x4c340d(0x1d7)](_0x159b7f[_0x4c340d(0x1cc)],_0x159b7f[_0x4c340d(0x1ec)])?logger[_0x4c340d(0x1d2)](_0x4c340d(0x1cf)+_0x7b5c89):(_0x460b60['__timeout']=_0x3b1d3b,_0x36d671[_0x4c340d(0x1f2)](_0x4d5df2,_0x292c72));}if(_0x202b09)try{_0x159b7f[_0x4c340d(0x1f7)](_0x159b7f[_0x4c340d(0x1c4)],_0x159b7f['fCMOl'])?_0x36d671[_0x4c340d(0x1e6)](_0x2e6864):(await global[_0x4c340d(0x1b1)][_0x4c340d(0x1ce)](),_0x159b7f[_0x4c340d(0x1e1)](_0x2c0389));}catch(_0x14ce39){_0x159b7f[_0x4c340d(0x1fe)](_0x159b7f['EagqI'],_0x159b7f[_0x4c340d(0x1c2)])?(logger[_0x4c340d(0x1d2)](_0x4c340d(0x1bd)+_0x14ce39),_0x159b7f[_0x4c340d(0x1fd)](_0x46a97a,_0x14ce39)):(_0x1b01bb[_0x4c340d(0x1d2)](_0x36d671[_0x4c340d(0x1db)]),_0x5865d0[_0x4c340d(0x1d1)]=[]);}else _0x159b7f['eVPsE'](_0x46a97a);})['then'](()=>_0x1a913e());});function a6_0x40d3(){const _0x3cbbcb=['After','cucumber/lib/index.js','24DEFdPw','browserstackAgentV2','QfnBf','executeScript','Error:\x20quiting\x20at\x20After:\x20','UHzIC','Inside\x20browserstack\x20Before','__skipSessionName','timeout','EagqI','QkQLQ','fCMOl','skipSessionName','result','14VWpZEs','Inside\x20browserstack\x20After','../../helpers/helper','dAhhQ','../../helpers/logger','kcGsY','__timeout','initQuit','Error:\x20setting\x20status\x20at\x20After:\x20','JPuNF','__error_messages__','debug','CONFIG','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','toLowerCase','6mQQiGL','IkAJo','join','NbgLc','MPTMK','eJCgL','105610hxinMO','heGtx','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bHYxY','setDefaultTimeout','uEEpz','\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','XDYBA','KyBZn','ZIzXB','AkbMA','stringify','SLcQt','705ELFjpa','yJIEm','yvoTg','../../helpers/setKeepAlive','../../index','278313VontDb','pickle','1086alkyUC','bOFFW','winstonLogger','430557qfNdlU','12335697EPuBHO','\x20|\x20','bRVob','4AuRTRB','PupAe','rBXZC','parse','SEtTy','bEwMW','bMDOO','name','1763752vnQLOL','bstack','gfMIq','__driver','1663987cqhPEG','1017cECNqI','QmodS','eoMTQ','rICwP'];a6_0x40d3=function(){return _0x3cbbcb;};return a6_0x40d3();}
1
+ const a6_0x533ede=a6_0x2986;function a6_0x9777(){const _0x381949=['7hmWXDW','NcVNt','QncUT','2foYHvj','Yxfuy','\x20|\x20','skipSessionName','tfPZv','imXMZ','SKZAU','timeout','WPiXT','toLowerCase','uyfyR','59517TEDTgl','then','18fvaFaN','FYOSE','initQuit','nWmal','204455utpJmO','4YNRusL','GiEkK','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','1784790GfXLCw','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','TqdIR','jvAok','CONFIG','Before','bstack','session_','zqFZT','dvwBv','qyLcL','HwEUQ','wRvAq','cucumber/lib/index.js','status','Inside\x20browserstack\x20Before','4084976sUMUCE','browserstackAgentV2','env','yvYgl','__error_messages__','join','After','result','tbyBC','ZqQkC','setDefaultTimeout','__driver','parse','zVhLQ','Error:\x20quiting\x20at\x20After:\x20','OcTft','__timeout','UMPsU','CScAx','QDGKa','stringify','name','sLRwf','2763431QzexTI','Inside\x20browserstack\x20After','executeScript','Error:\x20setting\x20status\x20at\x20After:\x20','aYYxg','../../helpers/setKeepAlive','1011370NZHUZV','__skipSessionName','oogzL','EiTJV','eHQCA','debug','1106538lROmRp','\x22}}','../../helpers/logger','eSIqz','xmiJg','../../index','NFDyu','failed','RQjbk'];a6_0x9777=function(){return _0x381949;};return a6_0x9777();}function a6_0x2986(_0x3b9134,_0x531f40){const _0x97775c=a6_0x9777();return a6_0x2986=function(_0x29869f,_0x3e2211){_0x29869f=_0x29869f-0x119;let _0xe606d2=_0x97775c[_0x29869f];return _0xe606d2;},a6_0x2986(_0x3b9134,_0x531f40);}(function(_0x3e8771,_0x421bb9){const _0x5281e1=a6_0x2986,_0x3f2ba8=_0x3e8771();while(!![]){try{const _0x4da34c=parseInt(_0x5281e1(0x143))/0x1+parseInt(_0x5281e1(0x155))/0x2*(parseInt(_0x5281e1(0x160))/0x3)+parseInt(_0x5281e1(0x167))/0x4*(-parseInt(_0x5281e1(0x166))/0x5)+parseInt(_0x5281e1(0x149))/0x6*(parseInt(_0x5281e1(0x152))/0x7)+parseInt(_0x5281e1(0x126))/0x8*(-parseInt(_0x5281e1(0x162))/0x9)+parseInt(_0x5281e1(0x16a))/0xa+parseInt(_0x5281e1(0x13d))/0xb;if(_0x4da34c===_0x421bb9)break;else _0x3f2ba8['push'](_0x3f2ba8['shift']());}catch(_0x452418){_0x3f2ba8['push'](_0x3f2ba8['shift']());}}}(a6_0x9777,0x8e61d));const {requireModule,modifyCommand,isTrue}=require('../../helpers/helper'),setKeepAlive=require(a6_0x533ede(0x142)),cucumberModule=requireModule(a6_0x533ede(0x123)),logger=require(a6_0x533ede(0x14b))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a6_0x533ede(0x11b)],After=cucumberModule[a6_0x533ede(0x12c)],configuration=process[a6_0x533ede(0x128)][a6_0x533ede(0x11a)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a6_0x533ede(0x158)])&&(global[a6_0x533ede(0x144)]=!![]),require('../../index')[a6_0x533ede(0x127)](config);}global[a6_0x533ede(0x136)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a6_0x533ede(0x130)]=_0x20a3ee=>{const _0xfaed9a=a6_0x533ede,_0x18f4e4={'nWmal':function(_0x232c10,_0x3f66a7){return _0x232c10(_0x3f66a7);}};global[_0xfaed9a(0x136)]=_0x20a3ee,_0x18f4e4[_0xfaed9a(0x165)](__setDefaultTimeout,_0x20a3ee);};const a6_0x624d99={};a6_0x624d99[a6_0x533ede(0x13b)]='bstack',Before(a6_0x624d99,function(){const _0x319b64=a6_0x533ede,_0x269db7={};_0x269db7[_0x319b64(0x15d)]='Inside\x20browserstack\x20Before';const _0x3de253=_0x269db7;logger[_0x319b64(0x148)](_0x3de253[_0x319b64(0x15d)]),global[_0x319b64(0x12a)]=[];});const a6_0x5e196e={};a6_0x5e196e[a6_0x533ede(0x13b)]=a6_0x533ede(0x11c),a6_0x5e196e[a6_0x533ede(0x15c)]=0x2710,After(a6_0x5e196e,function(_0x2eb40d,_0x311038){const _0x558737=a6_0x533ede,_0x353aa4={'eHQCA':function(_0x5c2494,_0x31ec9d){return _0x5c2494(_0x31ec9d);},'RQjbk':function(_0x12708c){return _0x12708c();},'tbyBC':_0x558737(0x125),'QHLKf':_0x558737(0x14e),'FpReB':function(_0x30fc61,_0xf447ee){return _0x30fc61(_0xf447ee);},'NFDyu':function(_0x1ba179,_0x16d2eb){return _0x1ba179===_0x16d2eb;},'wRvAq':'eXmkx','uyfyR':_0x558737(0x15a),'OcTft':_0x558737(0x156),'GiEkK':_0x558737(0x11e),'TqdIR':_0x558737(0x150),'dvwBv':function(_0xb3f522,_0x1e6ef6){return _0xb3f522===_0x1e6ef6;},'yvYgl':_0x558737(0x12f),'UMPsU':_0x558737(0x157),'FYOSE':function(_0x2e9417,_0x19d918){return _0x2e9417!==_0x19d918;},'QmvCj':_0x558737(0x153),'AniXi':_0x558737(0x145),'ncmdr':_0x558737(0x169),'CScAx':_0x558737(0x14d),'HwEUQ':function(_0x36fb63,_0x4c0896){return _0x36fb63===_0x4c0896;},'sLRwf':'KJpRE','EiTJV':'gPNYX','QDGKa':function(_0x4d9786,_0xb2f25e){return _0x4d9786===_0xb2f25e;},'qyLcL':_0x558737(0x15b),'uAJJz':function(_0x4ca5dd,_0x5903dc){return _0x4ca5dd(_0x5903dc);},'jvAok':function(_0x5ce1fd){return _0x5ce1fd();},'tfPZv':_0x558737(0x13e)};logger['debug'](_0x353aa4[_0x558737(0x159)]),new Promise(async(_0x17fe59,_0x1eed1a)=>{const _0x4760ea=_0x558737,_0x893f2a={'QncUT':function(_0x1a79a4,_0x38e33d){const _0x36560d=a6_0x2986;return _0x353aa4[_0x36560d(0x147)](_0x1a79a4,_0x38e33d);},'zVhLQ':function(_0x3c4f26,_0x2e4c9b){const _0x62c907=a6_0x2986;return _0x353aa4[_0x62c907(0x147)](_0x3c4f26,_0x2e4c9b);},'aYYxg':_0x353aa4['QHLKf'],'eSIqz':function(_0x5769c2,_0x256014){return _0x353aa4['FpReB'](_0x5769c2,_0x256014);}};let _0x1bf97a=![];try{if(_0x353aa4[_0x4760ea(0x14f)](_0x353aa4[_0x4760ea(0x122)],_0x353aa4[_0x4760ea(0x15f)]))_0x590aa5[_0x4760ea(0x136)]=_0x499a7e,_0x353aa4['eHQCA'](_0x32a576,_0x2ec110);else{await global[_0x4760ea(0x131)][_0x4760ea(0x11d)],_0x1bf97a=!![];!global[_0x4760ea(0x144)]&&(_0x353aa4[_0x4760ea(0x14f)](_0x353aa4[_0x4760ea(0x135)],_0x353aa4[_0x4760ea(0x168)])?_0x353aa4[_0x4760ea(0x151)](_0x544197):await global[_0x4760ea(0x131)][_0x4760ea(0x13f)](_0x4760ea(0x16b)+_0x2eb40d['pickle'][_0x4760ea(0x13b)]+_0x4760ea(0x14a)));if(_0x353aa4['NFDyu'](_0x2eb40d[_0x4760ea(0x12d)][_0x4760ea(0x124)][_0x4760ea(0x15e)](),_0x353aa4[_0x4760ea(0x16c)])){if(_0x353aa4[_0x4760ea(0x11f)](_0x353aa4[_0x4760ea(0x129)],_0x353aa4[_0x4760ea(0x129)]))await global[_0x4760ea(0x131)][_0x4760ea(0x13f)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON[_0x4760ea(0x13a)](global[_0x4760ea(0x12a)][_0x4760ea(0x12b)](_0x353aa4[_0x4760ea(0x137)]))+'}}');else{const _0x3bb402=_0x468d93[_0x4760ea(0x132)](_0x347841);_0x893f2a[_0x4760ea(0x154)](_0xbda062,_0x3bb402[_0x4760ea(0x158)])&&(_0x550008['__skipSessionName']=!![]),_0x893f2a[_0x4760ea(0x133)](_0x5f5ada,_0x893f2a[_0x4760ea(0x141)])[_0x4760ea(0x127)](_0x3bb402);}}else _0x353aa4[_0x4760ea(0x163)](_0x353aa4['QmvCj'],_0x353aa4['AniXi'])?await global['__driver'][_0x4760ea(0x13f)](_0x353aa4['ncmdr']):(_0x3130b0[_0x4760ea(0x148)](_0x4760ea(0x134)+_0x1a67de),_0x893f2a[_0x4760ea(0x14c)](_0xda8bf2,_0x38e3a6));}}catch(_0x49a4c7){_0x353aa4['FYOSE'](_0x353aa4[_0x4760ea(0x138)],_0x353aa4['CScAx'])?(_0x44c24b[_0x4760ea(0x148)](_0x353aa4[_0x4760ea(0x12e)]),_0x350245[_0x4760ea(0x12a)]=[]):logger['debug'](_0x4760ea(0x140)+_0x49a4c7);}if(_0x1bf97a)try{_0x353aa4[_0x4760ea(0x121)](_0x353aa4[_0x4760ea(0x13c)],_0x353aa4[_0x4760ea(0x146)])?_0x194cd5[_0x4760ea(0x148)](_0x4760ea(0x140)+_0x29d1c6):(await global[_0x4760ea(0x131)][_0x4760ea(0x164)](),_0x353aa4[_0x4760ea(0x151)](_0x17fe59));}catch(_0x3294fa){_0x353aa4[_0x4760ea(0x139)](_0x353aa4[_0x4760ea(0x120)],_0x353aa4[_0x4760ea(0x120)])?(logger['debug'](_0x4760ea(0x134)+_0x3294fa),_0x353aa4['uAJJz'](_0x1eed1a,_0x3294fa)):_0x1cfeff[_0x4760ea(0x144)]=!![];}else _0x353aa4[_0x4760ea(0x119)](_0x1eed1a);})[_0x558737(0x161)](()=>_0x311038());});
@@ -1 +1 @@
1
- const a7_0x5d56e3=a7_0x37a9;(function(_0x50d602,_0x56c5f5){const _0x17fc28=a7_0x37a9,_0x1bb9b1=_0x50d602();while(!![]){try{const _0x51f93f=-parseInt(_0x17fc28(0x1e5))/0x1*(parseInt(_0x17fc28(0x1e3))/0x2)+parseInt(_0x17fc28(0x1eb))/0x3*(parseInt(_0x17fc28(0x1e9))/0x4)+parseInt(_0x17fc28(0x1e6))/0x5+parseInt(_0x17fc28(0x1e2))/0x6*(parseInt(_0x17fc28(0x1df))/0x7)+-parseInt(_0x17fc28(0x1ea))/0x8+parseInt(_0x17fc28(0x1e8))/0x9*(-parseInt(_0x17fc28(0x1e1))/0xa)+parseInt(_0x17fc28(0x1e7))/0xb*(-parseInt(_0x17fc28(0x1e4))/0xc);if(_0x51f93f===_0x56c5f5)break;else _0x1bb9b1['push'](_0x1bb9b1['shift']());}catch(_0xf2d2aa){_0x1bb9b1['push'](_0x1bb9b1['shift']());}}}(a7_0x2082,0x1a1a8));function a7_0x37a9(_0x4e3dc0,_0x44742d){const _0x208282=a7_0x2082();return a7_0x37a9=function(_0x37a9af,_0x186576){_0x37a9af=_0x37a9af-0x1de;let _0x1c956b=_0x208282[_0x37a9af];return _0x1c956b;},a7_0x37a9(_0x4e3dc0,_0x44742d);}const {requireModule}=require('../../helpers/helper'),constants=require('../utils/constants');;let cucumberModule=null;function a7_0x2082(){const _0xb7a7=['315712sadaIn','6adzkaP','__timeout','322JscnYK','@cucumber/cucumber/lib/index.js','2390OyaOsE','24828GQpiMr','2YlmZel','24yGxSdp','155671DThvkS','294470fqEEmY','45628QPwrll','2619hPCeUx','261316iGabvK'];a7_0x2082=function(){return _0xb7a7;};return a7_0x2082();}try{cucumberModule=requireModule(a7_0x5d56e3(0x1e0));}catch(a7_0x35ab43){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a7_0x5d56e3(0x1de)]*0x1);
1
+ const a7_0x41abfd=a7_0x1af0;function a7_0x147e(){const _0x3a1efc=['119456HDrIOm','11401vVbaTD','453040WYgegX','BSTACK_DELTA','1046046qRdTvF','6722532jircyg','2527032hyVtlV','../../helpers/helper','3241217DtCGNp','../utils/constants','5rZBUpO','12IhhGbE','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js'];a7_0x147e=function(){return _0x3a1efc;};return a7_0x147e();}function a7_0x1af0(_0x479721,_0xfb960b){const _0x147eb9=a7_0x147e();return a7_0x1af0=function(_0x1af000,_0x3cb19e){_0x1af000=_0x1af000-0x9b;let _0x4aa8ab=_0x147eb9[_0x1af000];return _0x4aa8ab;},a7_0x1af0(_0x479721,_0xfb960b);}(function(_0x105854,_0x3a53b4){const _0x743666=a7_0x1af0,_0x1dda5c=_0x105854();while(!![]){try{const _0x577e86=-parseInt(_0x743666(0xa3))/0x1*(-parseInt(_0x743666(0x9f))/0x2)+parseInt(_0x743666(0xa6))/0x3+-parseInt(_0x743666(0xa2))/0x4*(-parseInt(_0x743666(0x9e))/0x5)+-parseInt(_0x743666(0xa8))/0x6+-parseInt(_0x743666(0x9c))/0x7+-parseInt(_0x743666(0xa4))/0x8+parseInt(_0x743666(0xa7))/0x9;if(_0x577e86===_0x3a53b4)break;else _0x1dda5c['push'](_0x1dda5c['shift']());}catch(_0x1e26f8){_0x1dda5c['push'](_0x1dda5c['shift']());}}}(a7_0x147e,0x3dc8b));const {requireModule}=require(a7_0x41abfd(0x9b)),constants=require(a7_0x41abfd(0x9d));;let cucumberModule=null;try{cucumberModule=requireModule(a7_0x41abfd(0xa1));}catch(a7_0x1f1937){cucumberModule=requireModule(a7_0x41abfd(0xa0));}cucumberModule['setDefaultTimeout'](constants[a7_0x41abfd(0xa5)]+global['__timeout']*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a8_0x42ea(){const _0x2c10e4=['isTestObservabilitySession','OBKfY','getHubUrl','qfzRh','MfMhQ','mBRmo','nHmYg','xLjYP','filterBrowserstackConfig','platform','141NonxYC','kTdtl','63jZKCXG','join','mYcxX','info','/test_before.setup.js','percy','testEnvironment','2388024XLaYfV','ufIdJ','Creating\x20','GYYnM','getBestPlatformForPercySnapshot','Qkumc','parse','forEach','default','nNaBu','gzzOa','lndUV','parallelsPerPlatform','pzUgk','Error\x20while\x20parsing\x20','percyCaptureMode','testObservability','/customImplements/customCircus.js','Deleting\x20','/customImplements/customTestRunner.js','sKCSK','OtsXq','pApIf','hOVbk','Wrtej','timeout__','setupFilesAfterEnv','const\x20config=','CpMHI','yLAyc','lNFMt','mRBgK','Getting\x20your\x20jest\x20configs\x20from\x20','browserStackLogLevel','nSFza','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','testRunner','vHoag','false','jABev','modifyBrowserStackW3CCaps','maxWorkers','ljpNw','uUvCQ','child\x20process\x20exited\x20with\x20code\x20','assign','logLevel','TVRhN','env','useW3C','ZmPkB','shutdown','jest.cmd','launch','readFileSync','inherit','ktuCi','13042HfEcXm','Unable\x20to\x20find\x20jest-circus,\x20','--config','exports','accessibility','GxvqY','proxySettings','VGNAP','checkAccessibilityPlatformConfig','writeFileSync','esNBF','YXhXU','KUhMT','close','26065gzqqxR','MAkpu','FdqNQ','jest_browserstack_results.json','gTRnM','lMYjb','stringify','createAccessibilityTestRun','OSHhi','splice','runInBand','GdcbD','qQlTR','zOjwc','6128PRwVWh','reporters','handleApp','modifyBrowserStackCaps','63978BzssOf','eQNLm','nGkQW','path','qyIrV','length','browserstackPercyBestPlatform','lHjrT','runner','bLEyg','initialize','RYMjl','VCVod','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','CCeba','pNvdE','\x20with\x20browserstack\x20jest\x20configs','jest','PtmVW','GwSsp','\x20:\x20','skipSessionName','AryuD','setup','iRiMd','3225186zvZUOW','lqqFP','findIndex','zARHd','testEnvironmentOptions','true','exitCode','BROWSERSTACK_TEST_OBSERVABILITY_YML','slice','FQjiF','cwd','qrxHn','EVUbW',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','isBrowserstackInfra','accessibilityOptions','unlinkSync','\x0a\x20\x20\x20\x20','push','jest_browserstack.config.js','26130Fnxcba','YHWRq','sylgc','/customImplements/customTestRunnerTemplate.js','RbFHD','22hJmvon','TZaPv','debug','305gdodPD','../../helpers/test-observability/sessionHandler','testTimeout','/test-observability/data-hooks.js','BS_A11Y_JWT','../../helpers/BrowserStackSetup','IjsDf','setupFiles','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','../../helpers/logger','UJNrE','isUndefined','CkdJI','dKgwC','errorMessage','CQjli','platforms','eEMgc','KhRfJ','LCTYB','RuxjW','existsSync','nFLYt','uQRuu','rLTiR','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','BntlP','../../helpers/test-observability/utils','CupFW','LHWlv','root_dir_path','log','requireModule','yogYs','config','HAWiz','fbxet','capabilities','ZeWvP','../utils/constants','printBuildLink','xYQPH','turboScaleUrl','enCMX','LKCqb'];a8_0x42ea=function(){return _0x2c10e4;};return a8_0x42ea();}const a8_0xb8a45b=a8_0x3f93;(function(_0x37ab66,_0x35885b){const _0x43c8d2=a8_0x3f93,_0x315c25=_0x37ab66();while(!![]){try{const _0x4c6b21=parseInt(_0x43c8d2(0x1ac))/0x1+parseInt(_0x43c8d2(0x19e))/0x2*(-parseInt(_0x43c8d2(0x15c))/0x3)+parseInt(_0x43c8d2(0x1ba))/0x4*(-parseInt(_0x43c8d2(0x1f3))/0x5)+-parseInt(_0x43c8d2(0x1be))/0x6*(parseInt(_0x43c8d2(0x15e))/0x7)+parseInt(_0x43c8d2(0x165))/0x8+parseInt(_0x43c8d2(0x1d7))/0x9+-parseInt(_0x43c8d2(0x1eb))/0xa*(-parseInt(_0x43c8d2(0x1f0))/0xb);if(_0x4c6b21===_0x35885b)break;else _0x315c25['push'](_0x315c25['shift']());}catch(_0x121241){_0x315c25['push'](_0x315c25['shift']());}}}(a8_0x42ea,0x2eef2));function a8_0x3f93(_0x476f77,_0x427f53){const _0x42ea82=a8_0x42ea();return a8_0x3f93=function(_0x3f9330,_0x617a01){_0x3f9330=_0x3f9330-0x142;let _0x41f1a4=_0x42ea82[_0x3f9330];return _0x41f1a4;},a8_0x3f93(_0x476f77,_0x427f53);}const fs=require('fs'),path=require(a8_0xb8a45b(0x1c1)),{spawn}=require('child_process'),logger=require(a8_0xb8a45b(0x1fc))['winstonLogger'],{default:BrowserStackSetup}=require(a8_0xb8a45b(0x1f8)),helper=require('../../helpers/helper'),constants=require(a8_0xb8a45b(0x14c)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a8_0xb8a45b(0x20e)),SessionHandler=require(a8_0xb8a45b(0x1f4)),{getFrameworkVersion,debug}=require(a8_0xb8a45b(0x20e)),TestDetails=require('./test-observability/test-details'),getUserJestConfigs=(_0x52f88e,_0x3ee503)=>{const _0x3d885b=a8_0xb8a45b,_0x93b3a={'yogYs':_0x3d885b(0x18b),'zOjwc':function(_0x8fa16c,_0x4928b9){return _0x8fa16c!==_0x4928b9;},'lqqFP':'xxbRg','GdcbD':function(_0x4c21c9,_0x31e022){return _0x4c21c9(_0x31e022);},'VCVod':function(_0xc5e559,_0x2a2ea6){return _0xc5e559||_0x2a2ea6;},'VGNAP':'package.json'},_0x11ddbe=_0x3ee503[_0x3d885b(0x1d9)](_0x58588a=>_0x58588a==_0x3d885b(0x1a0));if(!helper[_0x3d885b(0x1fe)](_0x52f88e[_0x3d885b(0x147)])){if(_0x93b3a[_0x3d885b(0x1b9)](_0x93b3a['lqqFP'],_0x93b3a[_0x3d885b(0x1d8)]))_0x183944[_0x3d885b(0x195)][_0x3d885b(0x1de)]=_0x93b3a[_0x3d885b(0x146)];else{logger[_0x3d885b(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x52f88e[_0x3d885b(0x147)]);const _0x36116f=_0x93b3a[_0x3d885b(0x1b7)](require,path[_0x3d885b(0x15f)](process[_0x3d885b(0x1e1)](),_0x52f88e[_0x3d885b(0x147)]));return _0x3ee503[_0x3d885b(0x1b5)](_0x11ddbe,0x2),_0x93b3a[_0x3d885b(0x1ca)](_0x36116f,{});}}return logger[_0x3d885b(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x93b3a['GdcbD'](require,path[_0x3d885b(0x15f)](process[_0x3d885b(0x1e1)](),_0x93b3a[_0x3d885b(0x1a5)]))[_0x3d885b(0x1cf)]||{};},getSerial=(_0x1a9df3,_0x1bd2ad)=>{const _0x250172=a8_0xb8a45b,_0x386f27={};_0x386f27['CfqiA']='true',_0x386f27[_0x250172(0x1c0)]=function(_0x482a67,_0x44d13b){return _0x482a67>_0x44d13b;},_0x386f27[_0x250172(0x16a)]=function(_0x22ac85,_0x4bbbf6){return _0x22ac85>_0x4bbbf6;},_0x386f27[_0x250172(0x1ad)]=function(_0xbe0f6c,_0x565d5d){return _0xbe0f6c!==_0x565d5d;},_0x386f27[_0x250172(0x1e0)]=_0x250172(0x15d),_0x386f27['GFUTj']='GIJjF',_0x386f27[_0x250172(0x1f9)]=_0x250172(0x18b);const _0x3ad35f=_0x386f27;let _0x3d9328=_0x3ad35f['CfqiA'];return _0x3ad35f['nGkQW'](_0x1a9df3[_0x250172(0x1c3)],0x1)&&(!_0x1bd2ad[_0x250172(0x1b6)]&&(helper[_0x250172(0x1fe)](_0x1bd2ad[_0x250172(0x18e)])||_0x3ad35f[_0x250172(0x16a)](_0x1bd2ad[_0x250172(0x18e)],0x1)))&&(_0x3ad35f[_0x250172(0x1ad)](_0x3ad35f[_0x250172(0x1e0)],_0x3ad35f['GFUTj'])?_0x3d9328=_0x3ad35f[_0x250172(0x1f9)]:_0x741d3a[_0x250172(0x1db)][_0x250172(0x1c4)]=_0x113928['getBestPlatformForPercySnapshot'](_0x41fb52[_0x250172(0x147)][_0x250172(0x203)])),_0x3d9328;},getMaxWorkers=(_0x1075b4,_0x2db76b)=>{const _0x3a559e=a8_0xb8a45b,_0x138429={'LKCqb':function(_0x157d1a,_0x4d4db1){return _0x157d1a(_0x4d4db1);},'lNFMt':function(_0x4536cd,_0x4ccc35){return _0x4536cd||_0x4ccc35;},'blAKJ':'package.json','uUvCQ':function(_0x2bc6aa,_0xe9defe){return _0x2bc6aa!==_0xe9defe;},'ZmPkB':_0x3a559e(0x1d4),'MfMhQ':function(_0x16d323,_0x251fd4){return _0x16d323!==_0x251fd4;},'Wrtej':_0x3a559e(0x153)};let _0x3a5f6d=0x1;if(!helper['isUndefined'](_0x2db76b['parallelsPerPlatform'])){if(_0x138429[_0x3a559e(0x190)](_0x138429['ZmPkB'],_0x138429[_0x3a559e(0x197)])){const _0x592a2c=_0x28f222[_0x3a559e(0x1d9)](_0x1d1d5f=>_0x1d1d5f==_0x3a559e(0x1a0));if(!_0x10338e[_0x3a559e(0x1fe)](_0x2cfae1[_0x3a559e(0x147)])){_0x1173f0[_0x3a559e(0x161)](_0x3a559e(0x185)+_0x41df9c['config']);const _0x1f8153=_0x138429[_0x3a559e(0x151)](_0x36fa4a,_0x5213b4[_0x3a559e(0x15f)](_0xe5c80[_0x3a559e(0x1e1)](),_0xb2f0c7[_0x3a559e(0x147)]));return _0x545025[_0x3a559e(0x1b5)](_0x592a2c,0x2),_0x138429[_0x3a559e(0x183)](_0x1f8153,{});}return _0xc3a959[_0x3a559e(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x138429[_0x3a559e(0x151)](_0x1b872d,_0x549b43[_0x3a559e(0x15f)](_0x4366ec[_0x3a559e(0x1e1)](),_0x138429['blAKJ']))[_0x3a559e(0x1cf)]||{};}else _0x3a5f6d=_0x138429[_0x3a559e(0x151)](parseInt,_0x2db76b[_0x3a559e(0x171)]);}else!helper[_0x3a559e(0x1fe)](_0x1075b4[_0x3a559e(0x18e)])&&(_0x138429[_0x3a559e(0x156)](_0x138429[_0x3a559e(0x17d)],_0x138429[_0x3a559e(0x17d)])?_0x4dc414[_0x3a559e(0x195)][_0x3a559e(0x188)]=_0x22f363[_0x3a559e(0x1b2)](_0x41ad8e['config'][_0x3a559e(0x1e6)]):_0x3a5f6d=_0x1075b4[_0x3a559e(0x18e)]);return _0x3a5f6d;};async function run(_0x31410e,_0x18cddd){const _0x2e5baf=a8_0xb8a45b,_0x2a665d={'RbFHD':_0x2e5baf(0x18b),'Yklou':function(_0x3d9e5e,_0xfacb9f){return _0x3d9e5e(_0xfacb9f);},'lMYjb':function(_0x1a9ee0,_0x10a76f){return _0x1a9ee0===_0x10a76f;},'TZaPv':_0x2e5baf(0x1cd),'GwSsp':_0x2e5baf(0x1cf),'JeuTy':function(_0x28628e,_0x218d44){return _0x28628e(_0x218d44);},'CpMHI':_0x2e5baf(0x1fb),'eEMgc':function(_0x3f280f,_0x1e09bf){return _0x3f280f(_0x1e09bf);},'oJXzM':_0x2e5baf(0x1dc),'jABev':function(_0x2c9d82,_0x257d1d){return _0x2c9d82>_0x257d1d;},'GxvqY':function(_0x4b79a2,_0x19c4aa){return _0x4b79a2>_0x19c4aa;},'UHfSi':function(_0x56de4c,_0x24cd81){return _0x56de4c||_0x24cd81;},'rLTiR':function(_0x49024c,_0x553208){return _0x49024c(_0x553208);},'uQRuu':function(_0x46149c,_0x309b41){return _0x46149c===_0x309b41;},'enCMX':'NSlIL','sKCSK':function(_0x2b2007,_0x58c5ff){return _0x2b2007===_0x58c5ff;},'GYYnM':_0x2e5baf(0x158),'CkdJI':function(_0x52d251,_0x5360fe){return _0x52d251!==_0x5360fe;},'qyIrV':_0x2e5baf(0x1bf),'xLjYP':_0x2e5baf(0x17a),'bLEyg':function(_0x110e8a,_0x22260f){return _0x110e8a===_0x22260f;},'mRBgK':_0x2e5baf(0x207),'MkBbE':_0x2e5baf(0x1ec),'RYMjl':_0x2e5baf(0x1a8),'lndUV':function(_0x3f8250,_0x58ed72){return _0x3f8250(_0x58ed72);},'PtmVW':function(_0x108828,_0x13b4b3){return _0x108828===_0x13b4b3;},'pApIf':'emURw','EXcvO':'BkdPc','yLAyc':function(_0x1c4423,_0x5708f4){return _0x1c4423!=_0x5708f4;},'mBRmo':function(_0x32cc97,_0x3b5119){return _0x32cc97!==_0x3b5119;},'gzzOa':'XAHYO','KADfR':function(_0x3b29e2,_0x1c272d){return _0x3b29e2!==_0x1c272d;},'mYcxX':_0x2e5baf(0x1ae),'hOVbk':_0x2e5baf(0x166),'CCeba':function(_0x413d02,_0x387d5b,_0x2c701f){return _0x413d02(_0x387d5b,_0x2c701f);},'nNaBu':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','CupFW':function(_0x229a1b,_0x1ff6cc){return _0x229a1b!==_0x1ff6cc;},'ljpNw':_0x2e5baf(0x1fd),'RVqbX':function(_0x2a055b,_0x19bd63){return _0x2a055b===_0x19bd63;},'zJUlM':'XErRH','pzUgk':_0x2e5baf(0x194),'sylgc':_0x2e5baf(0x200),'ktuCi':function(_0x350804,_0x3ae17c,_0x3aefd3){return _0x350804(_0x3ae17c,_0x3aefd3);},'HAWiz':function(_0x35c63b,_0x3a5ea6,_0x1f0882){return _0x35c63b(_0x3a5ea6,_0x1f0882);},'LHWlv':function(_0x49e397,_0x4a8e81){return _0x49e397*_0x4a8e81;},'poIkU':_0x2e5baf(0x1ea),'BntlP':_0x2e5baf(0x1af),'lHjrT':function(_0x4632b8,_0x59fd80){return _0x4632b8===_0x59fd80;},'fbxet':_0x2e5baf(0x14b),'HilOS':_0x2e5baf(0x1aa),'Aouoa':function(_0x5d5000,_0x160bf5){return _0x5d5000!==_0x160bf5;},'cTGpM':_0x2e5baf(0x1e3),'nSFza':_0x2e5baf(0x1da),'XhFWM':_0x2e5baf(0x1d6),'MMkdz':function(_0x5b6a16,_0x56ed1d){return _0x5b6a16!==_0x56ed1d;},'YXhXU':_0x2e5baf(0x1e2),'LCTYB':_0x2e5baf(0x16d),'xYQPH':_0x2e5baf(0x1cb),'vHoag':_0x2e5baf(0x205),'gTRnM':function(_0x433efc,_0x38247c){return _0x433efc(_0x38247c);},'nFLYt':function(_0x1a795b,_0x1059a2,_0x18eb21,_0x33e995){return _0x1a795b(_0x1059a2,_0x18eb21,_0x33e995);},'qfzRh':_0x2e5baf(0x199),'qQlTR':_0x2e5baf(0x1a0),'OSHhi':_0x2e5baf(0x19c),'CQjli':_0x2e5baf(0x1ab)},_0x52e650=new BrowserStackSetup(_0x31410e,_0x2a665d['GwSsp']);helper[_0x2e5baf(0x1e5)]()&&(_0x2a665d[_0x2e5baf(0x1d0)](_0x2a665d[_0x2e5baf(0x17b)],_0x2a665d['EXcvO'])?_0x53f9b8=_0x2a665d[_0x2e5baf(0x1ef)]:(await _0x52e650[_0x2e5baf(0x1c8)](),await helper[_0x2e5baf(0x1bc)](_0x52e650[_0x2e5baf(0x147)])));if(!_0x52e650['config'])return;if(_0x2a665d[_0x2e5baf(0x182)](_0x52e650[_0x2e5baf(0x147)]['testObservability'],null))_0x2a665d[_0x2e5baf(0x157)](_0x2a665d[_0x2e5baf(0x16f)],_0x2a665d[_0x2e5baf(0x16f)])?_0x44d299[_0x2e5baf(0x1f2)](_0x2e5baf(0x173)+_0x5e8cd5+',\x20'+_0x402383+'\x20:\x20'+_0x2dfacc):process[_0x2e5baf(0x195)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x52e650[_0x2e5baf(0x147)]['testObservability'];else{if(_0x2a665d['KADfR'](_0x2a665d[_0x2e5baf(0x160)],_0x2a665d[_0x2e5baf(0x17c)]))process[_0x2e5baf(0x195)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2a665d[_0x2e5baf(0x1ef)];else{let _0x1dfcfd=0x1;if(!_0x31a62a[_0x2e5baf(0x1fe)](_0x2aa144[_0x2e5baf(0x171)]))_0x1dfcfd=_0x2a665d['Yklou'](_0x56e34c,_0x2877b3['parallelsPerPlatform']);else!_0x2745aa[_0x2e5baf(0x1fe)](_0x27641f[_0x2e5baf(0x18e)])&&(_0x1dfcfd=_0x276118[_0x2e5baf(0x18e)]);return _0x1dfcfd;}}const _0x35792f=_0x2a665d[_0x2e5baf(0x1cc)](getUserJestConfigs,_0x31410e,_0x18cddd);logger[_0x2e5baf(0x161)](_0x2a665d[_0x2e5baf(0x16e)]);const _0x14a275=Object[_0x2e5baf(0x192)]({},_0x35792f);_0x14a275['testEnvironmentOptions']={'server':helper[_0x2e5baf(0x154)](_0x52e650[_0x2e5baf(0x147)]),'environment':_0x35792f['testEnvironment']};let _0x5cc2ba=helper[_0x2e5baf(0x196)](_0x52e650['config']);const _0x134db4=[];_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x203)][_0x2e5baf(0x16c)]((_0x130474,_0x2a380f)=>{const _0x5d03a1=_0x2e5baf;if(_0x2a665d[_0x5d03a1(0x1b1)](_0x2a665d[_0x5d03a1(0x1f1)],_0x2a665d[_0x5d03a1(0x1f1)])){if(_0x5cc2ba)_0x134db4[_0x5d03a1(0x1e9)](helper['modifyBrowserStackW3CCaps'](_0x52e650[_0x5d03a1(0x147)],_0x2a665d[_0x5d03a1(0x1d1)],_0x2a380f));else _0x134db4[_0x5d03a1(0x1e9)](helper[_0x5d03a1(0x1bd)](_0x52e650['config'],_0x2a665d[_0x5d03a1(0x1d1)],_0x2a380f));}else{_0xbdaf2a=_0x31783a[_0x5d03a1(0x19b)](_0x209423);try{_0x570cf1=_0x2291b5[_0x5d03a1(0x16b)](_0x562944);}catch(_0x3c3b20){_0x3c4613[_0x5d03a1(0x1f2)]('Error\x20while\x20parsing\x20'+_0x8b9543+',\x20'+_0x4b0378+_0x5d03a1(0x1d2)+_0x3c3b20);}_0x2ea188[_0x5d03a1(0x1e7)](_0x17495b);}});!helper['isUndefined'](_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x1e6)])&&(_0x2a665d[_0x2e5baf(0x20f)](_0x2a665d[_0x2e5baf(0x18f)],_0x2a665d['ljpNw'])?_0x556614=_0x2a665d['JeuTy'](_0xcb2580,_0x3d21ce[_0x2e5baf(0x171)]):process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x1e6)]));let _0x574628=_0x52e650['config'][_0x2e5baf(0x1a2)];_0x574628=_0x574628||accessibilityHelper[_0x2e5baf(0x1a6)](_0x52e650['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x574628;if(_0x574628){if(_0x2a665d['RVqbX'](_0x2a665d['zJUlM'],_0x2a665d[_0x2e5baf(0x172)]))_0x11b5b9=_0x22a668['maxWorkers'];else{const [_0x4d2566,_0x595b61]=await accessibilityHelper[_0x2e5baf(0x1b3)](_0x52e650['config'],_0x2a665d[_0x2e5baf(0x1d1)]);logger[_0x2e5baf(0x161)](_0x2e5baf(0x20c)+_0x595b61),process[_0x2e5baf(0x195)][_0x2e5baf(0x1f7)]=_0x4d2566,process[_0x2e5baf(0x195)]['BS_A11Y_TEST_RUN_ID']=_0x595b61;}}if(_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x163)]){if(_0x2a665d['KADfR'](_0x2a665d[_0x2e5baf(0x1ed)],_0x2a665d['sylgc'])){if(_0x108c00)_0x3e4353[_0x2e5baf(0x1e9)](_0x227ffa[_0x2e5baf(0x18d)](_0x408d1c[_0x2e5baf(0x147)],_0x2a665d[_0x2e5baf(0x1d1)],_0x31c698));else _0x120a2d[_0x2e5baf(0x1e9)](_0x4010d3[_0x2e5baf(0x1bd)](_0x29993d[_0x2e5baf(0x147)],_0x2a665d[_0x2e5baf(0x1d1)],_0x250ca3));}else _0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x1c4)]=helper[_0x2e5baf(0x169)](_0x52e650['config']['platforms']);}_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x14a)]=_0x134db4,_0x14a275[_0x2e5baf(0x1db)]['serial__']=_0x2a665d[_0x2e5baf(0x19d)](getSerial,_0x134db4,_0x31410e),_0x14a275[_0x2e5baf(0x1db)]['parallels__']=_0x2a665d[_0x2e5baf(0x148)](getMaxWorkers,_0x31410e,_0x52e650[_0x2e5baf(0x147)]),_0x14a275[_0x2e5baf(0x1db)]['proxySettings']=_0x52e650['config'][_0x2e5baf(0x1a4)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x17e)]=_0x2a665d[_0x2e5baf(0x142)](_0x31410e[_0x2e5baf(0x1f5)],0x1)||0x1388,_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x1d3)]=_0x52e650[_0x2e5baf(0x147)]['testContextOptions'][_0x2e5baf(0x1d3)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x186)]=config[_0x2e5baf(0x193)],_0x14a275['testEnvironmentOptions']['percy']=_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x163)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x174)]=_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x174)],_0x14a275[_0x2e5baf(0x1db)]['turboScaleUrl']=_0x52e650['config'][_0x2e5baf(0x14f)];const _0x1a4acb=_0x2a665d['poIkU'],_0x1d46e3=path[_0x2e5baf(0x15f)](__dirname,_0x2a665d[_0x2e5baf(0x20d)]),_0x4185c8=__dirname+_0x2e5baf(0x178),_0x5679d5=__dirname+_0x2e5baf(0x1ee);_0x14a275[_0x2e5baf(0x164)]=__dirname+'/customImplements/customEnvironment.js',_0x14a275['runner']=_0x4185c8,_0x14a275['setupFilesAfterEnv']=[__dirname+'/jest.setup.js'];if(testOpsHelper[_0x2e5baf(0x152)]()){if(_0x2a665d[_0x2e5baf(0x1c5)](_0x2a665d[_0x2e5baf(0x149)],_0x2a665d['HilOS'])){let _0x9df976=null;try{_0x9df976=_0x344d9d[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);}catch(_0x398e0b){_0x2a665d[_0x2e5baf(0x204)](_0x3e9d71,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x398e0b);}_0x9df976&&(_0x127c6e[_0x2e5baf(0x17f)][_0x2e5baf(0x1e9)](_0x590845+_0x2e5baf(0x1f6)),_0x3b2e13[_0x2e5baf(0x189)]=_0x38d228+'/customImplements/customCircus.js');}else{let _0x12bba8=null;try{if(_0x2a665d['Aouoa'](_0x2a665d['cTGpM'],_0x2a665d[_0x2e5baf(0x187)]))_0x12bba8=helper[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);else{let _0x5717cb=_0x2a665d['oJXzM'];return _0x2a665d[_0x2e5baf(0x18c)](_0x48af5d[_0x2e5baf(0x1c3)],0x1)&&(!_0x331de2['runInBand']&&(_0x587ea2[_0x2e5baf(0x1fe)](_0x495e84[_0x2e5baf(0x18e)])||_0x2a665d[_0x2e5baf(0x1a3)](_0x382d1b['maxWorkers'],0x1)))&&(_0x5717cb=_0x2a665d[_0x2e5baf(0x1ef)]),_0x5717cb;}}catch(_0x2a252f){_0x2a665d['PtmVW'](_0x2a665d['XhFWM'],_0x2a665d['XhFWM'])?_0x2a665d['eEMgc'](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x2a252f):_0x4ccdc3=_0x5dd48c[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);}if(_0x12bba8){if(_0x2a665d['MMkdz'](_0x2a665d[_0x2e5baf(0x1a9)],_0x2a665d[_0x2e5baf(0x1a9)])){_0x215c74[_0x2e5baf(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x34ecf1['config']);const _0x116489=_0x2a665d['JeuTy'](_0xb0b87f,_0x2339ac[_0x2e5baf(0x15f)](_0x167946[_0x2e5baf(0x1e1)](),_0x3f54d3[_0x2e5baf(0x147)]));return _0x5ba7d7[_0x2e5baf(0x1b5)](_0x5c2451,0x2),_0x2a665d['UHfSi'](_0x116489,{});}else _0x14a275['setupFilesAfterEnv']['push'](__dirname+_0x2e5baf(0x1f6)),_0x14a275[_0x2e5baf(0x189)]=__dirname+_0x2e5baf(0x176);}}}_0x14a275[_0x2e5baf(0x1fa)]=[__dirname+_0x2e5baf(0x162)],_0x14a275[_0x2e5baf(0x1bb)]=_0x14a275[_0x2e5baf(0x1bb)]||[_0x2a665d[_0x2e5baf(0x206)]],_0x2a665d['HAWiz'](updateTestRerunConfig,_0x14a275,_0x52e650);const _0x2f81f0=fs[_0x2e5baf(0x19b)](_0x5679d5);fs[_0x2e5baf(0x1a7)](_0x14a275[_0x2e5baf(0x1c6)],_0x2e5baf(0x1e8)+_0x2f81f0+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x52e650[_0x2e5baf(0x147)]['platforms'][_0x2e5baf(0x1c3)]+_0x2e5baf(0x1e4)),logger[_0x2e5baf(0x161)](_0x2e5baf(0x167)+_0x1a4acb+_0x2e5baf(0x1ce)),fs[_0x2e5baf(0x1a7)](_0x1a4acb,_0x2e5baf(0x180)+JSON[_0x2e5baf(0x1b2)](_0x14a275)+'\x0amodule.exports\x20=\x20config;'),logger[_0x2e5baf(0x161)](_0x2a665d[_0x2e5baf(0x14e)]);if(testOpsHelper[_0x2e5baf(0x152)]()){if(_0x2a665d['Aouoa'](_0x2a665d[_0x2e5baf(0x18a)],_0x2a665d[_0x2e5baf(0x18a)]))_0x4641d7[_0x2e5baf(0x17f)][_0x2e5baf(0x1e9)](_0x91042f+_0x2e5baf(0x1f6)),_0x5e2f48['testRunner']=_0x25ecaf+_0x2e5baf(0x176);else{const _0x22ec5d={};_0x22ec5d[_0x2e5baf(0x143)]='',await SessionHandler[_0x2e5baf(0x19a)](Object[_0x2e5baf(0x192)]({},_0x52e650[_0x2e5baf(0x147)],_0x22ec5d),{'frameworkName':_0x2a665d[_0x2e5baf(0x1d1)],'frameworkVersion':_0x2a665d[_0x2e5baf(0x1b0)](getFrameworkVersion,_0x2a665d[_0x2e5baf(0x1d1)])}),TestDetails[_0x2e5baf(0x1d5)]();}}helper[_0x2e5baf(0x15a)]({},_0x18cddd);const _0x5a6033=_0x2a665d[_0x2e5baf(0x209)](spawn,/^win/['test'](process[_0x2e5baf(0x15b)])?_0x2a665d[_0x2e5baf(0x155)]:_0x2a665d[_0x2e5baf(0x1d1)],[_0x2a665d[_0x2e5baf(0x1b8)],_0x1a4acb,..._0x18cddd[_0x2e5baf(0x1df)](0x1)],{'stdio':_0x2a665d[_0x2e5baf(0x1b4)]});_0x5a6033['on'](_0x2a665d[_0x2e5baf(0x202)],async _0x443265=>{const _0x802832=_0x2e5baf,_0x2f50d0={'ndttC':function(_0x4212b1,_0x4bf96b){const _0xf7b830=a8_0x3f93;return _0x2a665d[_0xf7b830(0x20b)](_0x4212b1,_0x4bf96b);}};process[_0x802832(0x1dd)]=_0x443265,logger[_0x802832(0x1f2)](_0x802832(0x191)+_0x443265),logger[_0x802832(0x161)](_0x802832(0x177)+_0x1a4acb);let _0x50c0cc=null;if(fs[_0x802832(0x208)](_0x1d46e3)){if(_0x2a665d[_0x802832(0x20a)](_0x2a665d[_0x802832(0x150)],_0x2a665d[_0x802832(0x150)])){_0x50c0cc=fs[_0x802832(0x19b)](_0x1d46e3);try{_0x2a665d[_0x802832(0x179)](_0x2a665d[_0x802832(0x168)],_0x2a665d[_0x802832(0x168)])?_0x50c0cc=JSON[_0x802832(0x16b)](_0x50c0cc):_0x2f50d0['ndttC'](_0x474b9d,_0x802832(0x19f)+_0x1a53d2);}catch(_0x3f8bac){_0x2a665d[_0x802832(0x1ff)](_0x2a665d[_0x802832(0x1c2)],_0x2a665d[_0x802832(0x159)])?logger[_0x802832(0x1f2)](_0x802832(0x173)+_0x1d46e3+',\x20'+_0x50c0cc+_0x802832(0x1d2)+_0x3f8bac):_0x5c7714['stopAccessibilityTestRun'](_0x2376c5[_0x802832(0x147)]);}fs[_0x802832(0x1e7)](_0x1d46e3);}else _0x26a293=_0x35cc79['parse'](_0x1752e4);}accessibilityHelper['isAccessibilityAutomationSession']()&&(_0x2a665d[_0x802832(0x1c7)](_0x2a665d[_0x802832(0x184)],_0x2a665d['MkBbE'])?_0x4d272b[_0x802832(0x195)][_0x802832(0x1de)]=_0x2d20e6[_0x802832(0x147)][_0x802832(0x175)]:accessibilityHelper['stopAccessibilityTestRun'](_0x52e650['config']));fs[_0x802832(0x1e7)](_0x1a4acb),fs[_0x802832(0x1e7)](_0x4185c8),_0x50c0cc&&(_0x52e650[_0x802832(0x201)]=helper['getErrorMessageFromResults'](_0x50c0cc,_0x2a665d[_0x802832(0x1d1)],_0x52e650));if(testOpsHelper[_0x802832(0x152)]())try{_0x2a665d[_0x802832(0x1b1)](_0x2a665d[_0x802832(0x1c9)],_0x2a665d[_0x802832(0x1c9)])?await SessionHandler['stop']():(_0x1ee19a[_0x802832(0x144)](_0x29690f),_0x2a665d[_0x802832(0x20b)](_0x20d5ee,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x5bf5be));}catch(_0x3956e1){console['log'](_0x3956e1),_0x2a665d[_0x802832(0x170)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x3956e1);}testOpsHelper[_0x802832(0x14d)](),TestDetails[_0x802832(0x198)](),await helper['finalExecution'](_0x52e650);});}module[a8_0xb8a45b(0x1a1)]=run;
2
+ 'use strict';const a8_0x33b72b=a8_0x1936;function a8_0x2470(){const _0x3a4559=['../../helpers/accessibility-automation/helper','handleApp','join','VAfmd','XpLjP','child\x20process\x20exited\x20with\x20code\x20','writeFileSync','platform','HriNe','Qypls','qnHps','cwd','env','FUSmp','OygxD','package.json','qUWfK','QLlgX','TXGEW','DTusX','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','false','serial__','parallels__','findIndex','fdFkk','1182770OcNrFh','parallelsPerPlatform','platforms','isBrowserstackInfra','turboScaleUrl','gaJnO','IJuHB','sehVD','KbAEV','jest_browserstack_results.json','stop','browserStackPercyOptions','setup','browserStackLogLevel','heiJu','CpDSQ','puGhU','path','NeVHo','ZoJub','nYuns','readFileSync','length','jest_browserstack.config.js','gxIeJ','Error\x20while\x20parsing\x20','212356vXPTmp','testRunner','wekwo','OoIgV','close','existsSync','initialize','maxWorkers','launch','/customImplements/customEnvironment.js','Getting\x20your\x20jest\x20configs\x20from\x20','Ovfil','capabilities','fhRPM','/customImplements/customTestRunner.js','requireModule','QCawT','PgPar','setupFiles','oBKYQ','stringify','55gSyopg','../../helpers/percy/utils','lLaIE','xBOPn','shpWR','wKIvu','OTgMG','CVCOK','yeNue','FlaPV','push','QFeVU','44968IEfaDH','parse','BomKg','xGWWF','HkPbZ','accessibility','VBoYh','/customImplements/customCircus.js','setupFilesAfterEnv','DpADx','UuvHn','Unable\x20to\x20find\x20jest-circus,\x20','yRmoR','hbkBv','4963WGkoyj','VzXic','Getting\x20your\x20jest\x20configs\x20from\x20package.json','ceVvl','HkEqW','mwozJ','isTestObservabilitySession','Pgyiv','UXJxr','45cmGOUr','forEach','JgzOp','CDbei','oKAUj','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','PGSOY','root_dir_path','../../helpers/test-observability/sessionHandler','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','\x0a\x20\x20\x20\x20','aLcxt','skipSessionName','snmTc','\x20:\x20','info','config','wYWlg','Creating\x20','sKpBl','logLevel','testObservability','iPEwX','testEnvironmentOptions','99Dssbzq','AkuLQ','stopAccessibilityTestRun','FJCBd','modifyBrowserStackCaps','Cshxl','reporters','pYWNx','true','xbVov','cEkIO','IvwZX','isAccessibilityAutomationSession','jNVwj','Deleting\x20','../../helpers/test-observability/utils','test','./test-observability/helper','\x0amodule.exports\x20=\x20config;','zlSTa','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','getHubUrl','default','Xbujb','testContextOptions','shutdown','dAfsA','accessibilityOptions','modifyBrowserStackW3CCaps','1976358TrACYC','Ajtoc','qWXUF','WCMaP','VPKMu','FtXCK','child_process','proxySettings','ajCcF','/test-observability/data-hooks.js','ouTaZ','assign','TPUVM','useW3C','rZXux','CzxzJ',';\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','../../helpers/logger','isUndefined','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','UQfgz','6522uVdMIM','../../helpers/BrowserStackSetup','errorMessage','ljfxd','getErrorMessageFromResults','eGTKm','timeout__','HGwnj','nlNvE','xNhdC','957756TxRHTd','QGrGH','PaIAd','1005936qorGtd','inherit','log','runInBand','runner','omAcq','BrktS','splice','./test-observability/test-details','JNWrd','--config','checkAccessibilityPlatformConfig','jest.cmd','XSxnb','testEnvironment','unlinkSync','KNzDS','xHKYD','AGrvf','RZvTq','pgkgr','printBuildLink','debug','FAlLs','finalExecution','pijYf','nRHRY'];a8_0x2470=function(){return _0x3a4559;};return a8_0x2470();}(function(_0x51ca4f,_0x18cd87){const _0x198f10=a8_0x1936,_0x39edcf=_0x51ca4f();while(!![]){try{const _0x344613=parseInt(_0x198f10(0x172))/0x1+-parseInt(_0x198f10(0x150))/0x2+-parseInt(_0x198f10(0x16f))/0x3+parseInt(_0x198f10(0xe3))/0x4*(parseInt(_0x198f10(0xf8))/0x5)+-parseInt(_0x198f10(0x165))/0x6*(parseInt(_0x198f10(0x112))/0x7)+-parseInt(_0x198f10(0x104))/0x8*(parseInt(_0x198f10(0x11b))/0x9)+-parseInt(_0x198f10(0xc9))/0xa*(-parseInt(_0x198f10(0x133))/0xb);if(_0x344613===_0x18cd87)break;else _0x39edcf['push'](_0x39edcf['shift']());}catch(_0x31414d){_0x39edcf['push'](_0x39edcf['shift']());}}}(a8_0x2470,0x85d5d));function a8_0x1936(_0x5eb6cd,_0x19d660){const _0x2470c7=a8_0x2470();return a8_0x1936=function(_0x1936a1,_0x18f008){_0x1936a1=_0x1936a1-0xc7;let _0x32f685=_0x2470c7[_0x1936a1];return _0x32f685;},a8_0x1936(_0x5eb6cd,_0x19d660);}const fs=require('fs'),path=require(a8_0x33b72b(0xda)),{spawn}=require(a8_0x33b72b(0x156)),logger=require(a8_0x33b72b(0x161))['winstonLogger'],{default:BrowserStackSetup}=require(a8_0x33b72b(0x166)),helper=require('../../helpers/helper'),constants=require('../utils/constants'),accessibilityHelper=require(a8_0x33b72b(0x18d)),{updateTestRerunConfig}=require(a8_0x33b72b(0x144)),testOpsHelper=require(a8_0x33b72b(0x142)),SessionHandler=require(a8_0x33b72b(0x123)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a8_0x33b72b(0x17a)),{getPercyOptions}=require(a8_0x33b72b(0xf9)),getUserJestConfigs=(_0x4993dd,_0x24295a)=>{const _0x16c2ec=a8_0x33b72b,_0x411dc6={'CpDSQ':function(_0x4eadcd,_0x4e4459){return _0x4eadcd(_0x4e4459);},'xBOPn':function(_0x1f7673,_0x4b7feb){return _0x1f7673!==_0x4b7feb;},'nYuns':_0x16c2ec(0x10d),'jNVwj':_0x16c2ec(0xe1),'yRmoR':function(_0x1e6987,_0x1b1d1f){return _0x1e6987||_0x1b1d1f;},'XglRj':_0x16c2ec(0x114),'Ovfil':_0x16c2ec(0x19c)},_0x20d121=_0x24295a['findIndex'](_0x349f42=>_0x349f42==='--config');if(!helper[_0x16c2ec(0x162)](_0x4993dd[_0x16c2ec(0x12b)])){if(_0x411dc6[_0x16c2ec(0xfb)](_0x411dc6[_0x16c2ec(0xdd)],_0x411dc6[_0x16c2ec(0x140)])){logger['info'](_0x16c2ec(0xed)+_0x4993dd[_0x16c2ec(0x12b)]);const _0x16389a=_0x411dc6[_0x16c2ec(0xd8)](require,path[_0x16c2ec(0x18f)](process[_0x16c2ec(0x198)](),_0x4993dd['config']));return _0x24295a['splice'](_0x20d121,0x2),_0x411dc6[_0x16c2ec(0x110)](_0x16389a,{});}else{let _0x307441=0x1;if(!_0x1aa82d['isUndefined'](_0x18a60e[_0x16c2ec(0xca)]))_0x307441=_0x411dc6[_0x16c2ec(0xd8)](_0x17486c,_0x1148da[_0x16c2ec(0xca)]);else!_0xabfec2['isUndefined'](_0x1bc3ba[_0x16c2ec(0xea)])&&(_0x307441=_0x55cba5[_0x16c2ec(0xea)]);return _0x307441;}}return logger[_0x16c2ec(0x12a)](_0x411dc6['XglRj']),_0x411dc6['CpDSQ'](require,path[_0x16c2ec(0x18f)](process[_0x16c2ec(0x198)](),_0x411dc6[_0x16c2ec(0xee)]))['jest']||{};},getSerial=(_0x71cae2,_0x4dc932)=>{const _0xc615dc=a8_0x33b72b,_0x4359ca={};_0x4359ca['wekwo']=_0xc615dc(0x147),_0x4359ca['xHKYD']=_0xc615dc(0x13b),_0x4359ca[_0xc615dc(0x19a)]=function(_0x473da8,_0x2031bb){return _0x473da8>_0x2031bb;},_0x4359ca[_0xc615dc(0xd1)]=function(_0x18ea80,_0x297961){return _0x18ea80!==_0x297961;},_0x4359ca[_0xc615dc(0x11d)]=_0xc615dc(0x19f),_0x4359ca[_0xc615dc(0x13a)]=_0xc615dc(0x191),_0x4359ca[_0xc615dc(0x170)]=_0xc615dc(0x1a2);const _0x43e53a=_0x4359ca;let _0x517106=_0x43e53a[_0xc615dc(0x183)];return _0x43e53a['FUSmp'](_0x71cae2['length'],0x1)&&(!_0x4dc932[_0xc615dc(0x175)]&&(helper[_0xc615dc(0x162)](_0x4dc932[_0xc615dc(0xea)])||_0x43e53a[_0xc615dc(0x19a)](_0x4dc932['maxWorkers'],0x1)))&&(_0x43e53a[_0xc615dc(0xd1)](_0x43e53a[_0xc615dc(0x11d)],_0x43e53a['pYWNx'])?_0x517106=_0x43e53a['QGrGH']:_0x249fc2=_0x53e39a[_0xc615dc(0xf2)](_0x43e53a[_0xc615dc(0xe5)])),_0x517106;},getMaxWorkers=(_0x5af624,_0xca6168)=>{const _0x149cd2=a8_0x33b72b,_0x3c0d52={'IJuHB':function(_0x398099,_0x2dcd53){return _0x398099(_0x2dcd53);},'rGHom':function(_0x1bf857,_0x2ac6af){return _0x1bf857||_0x2ac6af;},'wYWlg':function(_0x5375f2,_0x23c49d){return _0x5375f2!==_0x23c49d;},'heiJu':_0x149cd2(0x12e),'FjgZm':'fgTbC','fdFkk':function(_0x5a604c,_0x3aeef3){return _0x5a604c!==_0x3aeef3;},'HkPbZ':_0x149cd2(0xdc)};let _0x599349=0x1;if(!helper[_0x149cd2(0x162)](_0xca6168[_0x149cd2(0xca)])){if(_0x3c0d52[_0x149cd2(0x12c)](_0x3c0d52[_0x149cd2(0xd7)],_0x3c0d52['FjgZm']))_0x599349=_0x3c0d52['IJuHB'](parseInt,_0xca6168[_0x149cd2(0xca)]);else{_0x4fe186[_0x149cd2(0x12a)](_0x149cd2(0xed)+_0x945573['config']);const _0x1c61f8=_0x3c0d52['IJuHB'](_0x28fb7d,_0x318ade[_0x149cd2(0x18f)](_0x5edd7b[_0x149cd2(0x198)](),_0x40f243[_0x149cd2(0x12b)]));return _0x1eac4d['splice'](_0xeb4b5f,0x2),_0x3c0d52['rGHom'](_0x1c61f8,{});}}else!helper[_0x149cd2(0x162)](_0x5af624[_0x149cd2(0xea)])&&(_0x3c0d52[_0x149cd2(0xc8)](_0x3c0d52[_0x149cd2(0x108)],_0x3c0d52['HkPbZ'])?_0x3c0d52[_0x149cd2(0xcf)](_0x4c993c,_0x149cd2(0x10f)+_0x1071bd):_0x599349=_0x5af624[_0x149cd2(0xea)]);return _0x599349;};async function run(_0x17df0f,_0x38314d){const _0x155d49=a8_0x33b72b,_0x50e808={'uAIUJ':_0x155d49(0x13b),'HriNe':function(_0x3e9af6,_0x40bcb6){return _0x3e9af6>_0x40bcb6;},'JNWrd':function(_0xcd5a78,_0x3a4209){return _0xcd5a78>_0x3a4209;},'HkEqW':_0x155d49(0x1a2),'iJjDD':function(_0x2ab4d2,_0x338307){return _0x2ab4d2(_0x338307);},'QFeVU':function(_0x598ff2,_0x3777a2){return _0x598ff2||_0x3777a2;},'ZBFPc':_0x155d49(0x114),'fhRPM':function(_0x206a9f,_0x13eaac){return _0x206a9f(_0x13eaac);},'aLcxt':'package.json','KNzDS':'jest','zlSTa':function(_0x67a175,_0x39133a){return _0x67a175!==_0x39133a;},'xNhdC':_0x155d49(0x197),'HGwnj':'wtuhg','DTusX':_0x155d49(0xd0),'gZLNE':_0x155d49(0x18c),'WCMaP':function(_0x4a5336,_0xc53fc2){return _0x4a5336===_0xc53fc2;},'puGhU':_0x155d49(0x18b),'PGSOY':function(_0x5a69ee,_0x213154){return _0x5a69ee(_0x213154);},'mwozJ':_0x155d49(0x147),'rZXux':function(_0x4115ed,_0x53fe4e){return _0x4115ed!==_0x53fe4e;},'IvwZX':_0x155d49(0xf6),'VBoYh':_0x155d49(0x19e),'OygxD':function(_0x3a59f4,_0x113972){return _0x3a59f4!==_0x113972;},'ajCcF':_0x155d49(0x11e),'aUXta':_0x155d49(0xfc),'HhClU':'OzcUM','ozVIW':'JBOvb','gaJnO':function(_0x2b8734,_0x1437fa){return _0x2b8734(_0x1437fa);},'wKIvu':_0x155d49(0x14d),'VzXic':_0x155d49(0x178),'ceVvl':function(_0xe83774,_0x50f20c){return _0xe83774!=_0x50f20c;},'ouTaZ':function(_0x1ef9f0,_0x32a500){return _0x1ef9f0===_0x32a500;},'OoIgV':_0x155d49(0x177),'FAlLs':_0x155d49(0xfe),'Pgyiv':'CdlAA','QCawT':_0x155d49(0x11a),'FtXCK':function(_0x3a6054,_0x3851fc,_0x589c25){return _0x3a6054(_0x3851fc,_0x589c25);},'UQfgz':_0x155d49(0x163),'ljfxd':function(_0x598f6c,_0x2f4904){return _0x598f6c(_0x2f4904);},'AGrvf':function(_0x4a6dd7,_0x3cc851){return _0x4a6dd7!==_0x3cc851;},'oKAUj':_0x155d49(0xf4),'VAfmd':_0x155d49(0xdb),'VPKMu':function(_0x4005df,_0x5d8785,_0x105ef8){return _0x4005df(_0x5d8785,_0x105ef8);},'FPDcC':function(_0x842e7e,_0x1f2005,_0x2218ae){return _0x842e7e(_0x1f2005,_0x2218ae);},'yeNue':function(_0x1eeaa7,_0x4a9f6e){return _0x1eeaa7*_0x4a9f6e;},'XSxnb':_0x155d49(0xe0),'UuvHn':_0x155d49(0xd2),'pgkgr':function(_0x53d427,_0x5ddc4c){return _0x53d427===_0x5ddc4c;},'Ajtoc':_0x155d49(0x152),'PaIAd':function(_0x528e15,_0x592266){return _0x528e15!==_0x592266;},'AkuLQ':_0x155d49(0x16d),'hbkBv':'itcZv','zoAxi':_0x155d49(0x138),'xbVov':_0x155d49(0x14a),'CVCOK':function(_0x2b0f86,_0x45d7a2){return _0x2b0f86(_0x45d7a2);},'TPUVM':_0x155d49(0x185),'SWjwn':_0x155d49(0x149),'lLaIE':function(_0x3c0a0e,_0x1c90d7,_0x28dbce){return _0x3c0a0e(_0x1c90d7,_0x28dbce);},'xGWWF':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','BomKg':_0x155d49(0x16a),'iPEwX':function(_0x4a2720,_0x15c96d,_0x431b30,_0x21834a){return _0x4a2720(_0x15c96d,_0x431b30,_0x21834a);},'qUWfK':_0x155d49(0x17e),'snmTc':_0x155d49(0x17c),'cEkIO':_0x155d49(0x173),'FJCBd':_0x155d49(0xe7)},_0x550f09=new BrowserStackSetup(_0x17df0f,_0x50e808[_0x155d49(0x182)]);helper[_0x155d49(0xcc)]()&&(_0x50e808[_0x155d49(0x153)](_0x50e808[_0x155d49(0xfd)],_0x50e808[_0x155d49(0xfd)])?(await _0x550f09[_0x155d49(0xe9)](),await helper[_0x155d49(0x18e)](_0x550f09[_0x155d49(0x12b)])):(_0xf47ec9[_0x155d49(0x10c)][_0x155d49(0x102)](_0x2d21c8+_0x155d49(0x159)),_0x3a3a1d['testRunner']=_0x549218+'/customImplements/customCircus.js'));if(!_0x550f09[_0x155d49(0x12b)]){if(_0x50e808[_0x155d49(0x19b)](_0x50e808[_0x155d49(0x113)],_0x50e808[_0x155d49(0x113)]))_0x300856=_0x2fa5cd[_0x155d49(0xea)];else return;}if(_0x50e808[_0x155d49(0x115)](_0x550f09[_0x155d49(0x12b)][_0x155d49(0x130)],null))_0x50e808[_0x155d49(0x15a)](_0x50e808[_0x155d49(0xe6)],_0x50e808[_0x155d49(0x189)])?_0x5bbb5d[_0x155d49(0x188)](_0x155d49(0xe2)+_0x2de262+',\x20'+_0x4b249a+_0x155d49(0x129)+_0x87c175):process[_0x155d49(0x199)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x550f09['config'][_0x155d49(0x130)];else{if(_0x50e808['ouTaZ'](_0x50e808[_0x155d49(0x119)],_0x50e808[_0x155d49(0xf3)])){let _0x1ebe5d=_0x50e808['uAIUJ'];return _0x50e808[_0x155d49(0x195)](_0x90827e['length'],0x1)&&(!_0x301952[_0x155d49(0x175)]&&(_0x21fde5['isUndefined'](_0x1fb069[_0x155d49(0xea)])||_0x50e808[_0x155d49(0x17b)](_0x19f281[_0x155d49(0xea)],0x1)))&&(_0x1ebe5d=_0x50e808[_0x155d49(0x116)]),_0x1ebe5d;}else process[_0x155d49(0x199)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x50e808[_0x155d49(0x116)];}const _0x374910=_0x50e808[_0x155d49(0x155)](getUserJestConfigs,_0x17df0f,_0x38314d);logger[_0x155d49(0x12a)](_0x50e808[_0x155d49(0x164)]);const _0x323da0=Object[_0x155d49(0x15b)]({},_0x374910);_0x323da0[_0x155d49(0x132)]={'server':helper[_0x155d49(0x148)](_0x550f09[_0x155d49(0x12b)]),'environment':_0x374910[_0x155d49(0x180)]},_0x323da0[_0x155d49(0x132)][_0x155d49(0xd4)]=_0x50e808[_0x155d49(0x168)](getPercyOptions,_0x550f09[_0x155d49(0x12b)]);const _0x9e0360=helper[_0x155d49(0x15d)](_0x550f09[_0x155d49(0x12b)]),_0x3ebc72=[];_0x550f09[_0x155d49(0x12b)][_0x155d49(0xcb)][_0x155d49(0x11c)]((_0x1a81fe,_0x4eec2f)=>{const _0x5bcbf5=_0x155d49;if(_0x50e808[_0x5bcbf5(0x146)](_0x50e808[_0x5bcbf5(0x16e)],_0x50e808[_0x5bcbf5(0x16c)])){if(_0x9e0360){if(_0x50e808[_0x5bcbf5(0x146)](_0x50e808[_0x5bcbf5(0x1a0)],_0x50e808['gZLNE']))_0x3ebc72['push'](helper['modifyBrowserStackW3CCaps'](_0x550f09['config'],_0x50e808[_0x5bcbf5(0x182)],_0x4eec2f));else{const _0x14d5ad=_0x502c79[_0x5bcbf5(0xc7)](_0x41eda6=>_0x41eda6===_0x5bcbf5(0x17c));if(!_0x4d81df[_0x5bcbf5(0x162)](_0x438b2f[_0x5bcbf5(0x12b)])){_0x110021[_0x5bcbf5(0x12a)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x571c67[_0x5bcbf5(0x12b)]);const _0x1f2446=_0x50e808['iJjDD'](_0x60196d,_0x3ac3b0[_0x5bcbf5(0x18f)](_0x292468['cwd'](),_0x37a2ec[_0x5bcbf5(0x12b)]));return _0x6484d1[_0x5bcbf5(0x179)](_0x14d5ad,0x2),_0x50e808[_0x5bcbf5(0x103)](_0x1f2446,{});}return _0xf0cc0d[_0x5bcbf5(0x12a)](_0x50e808['ZBFPc']),_0x50e808['fhRPM'](_0x42abf2,_0x2aaa1f['join'](_0xc74943[_0x5bcbf5(0x198)](),_0x50e808[_0x5bcbf5(0x126)]))['jest']||{};}}else _0x50e808[_0x5bcbf5(0x153)](_0x50e808[_0x5bcbf5(0xd9)],_0x50e808[_0x5bcbf5(0xd9)])?_0x3ebc72[_0x5bcbf5(0x102)](helper[_0x5bcbf5(0x137)](_0x550f09[_0x5bcbf5(0x12b)],_0x50e808[_0x5bcbf5(0x182)],_0x4eec2f)):_0x25943c['push'](_0x5e6e75[_0x5bcbf5(0x137)](_0x334f84[_0x5bcbf5(0x12b)],_0x50e808['KNzDS'],_0x51d31a));}else _0x54ec04['stopAccessibilityTestRun'](_0x25bdb6['config']);});!helper[_0x155d49(0x162)](_0x550f09[_0x155d49(0x12b)][_0x155d49(0x14e)])&&(_0x50e808[_0x155d49(0x184)](_0x50e808[_0x155d49(0x11f)],_0x50e808[_0x155d49(0x11f)])?_0x145d1b=_0x50e808[_0x155d49(0x116)]:process[_0x155d49(0x199)][_0x155d49(0x124)]=JSON['stringify'](_0x550f09[_0x155d49(0x12b)]['accessibilityOptions']));let _0x314e01=_0x550f09['config'][_0x155d49(0x109)];_0x314e01=_0x314e01||accessibilityHelper[_0x155d49(0x17d)](_0x550f09[_0x155d49(0x12b)]),process[_0x155d49(0x199)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x314e01;if(_0x314e01){if(_0x50e808[_0x155d49(0x15e)](_0x50e808[_0x155d49(0x190)],_0x50e808[_0x155d49(0x190)]))_0x5c7419[_0x155d49(0x102)](_0x58762a[_0x155d49(0x14f)](_0x4cf810['config'],_0x50e808[_0x155d49(0x182)],_0x23ab4c));else{const [_0xa30664,_0x45bc0f]=await accessibilityHelper['createAccessibilityTestRun'](_0x550f09[_0x155d49(0x12b)],_0x50e808[_0x155d49(0x182)]);logger[_0x155d49(0x12a)](_0x155d49(0x120)+_0x45bc0f),process[_0x155d49(0x199)]['BS_A11Y_JWT']=_0xa30664,process['env']['BS_A11Y_TEST_RUN_ID']=_0x45bc0f;}}_0x323da0['testEnvironmentOptions'][_0x155d49(0xef)]=_0x3ebc72,_0x323da0[_0x155d49(0x132)][_0x155d49(0x1a3)]=_0x50e808[_0x155d49(0x154)](getSerial,_0x3ebc72,_0x17df0f),_0x323da0[_0x155d49(0x132)][_0x155d49(0x1a4)]=_0x50e808['FPDcC'](getMaxWorkers,_0x17df0f,_0x550f09['config']),_0x323da0['testEnvironmentOptions'][_0x155d49(0x157)]=_0x550f09['config'][_0x155d49(0x157)],_0x323da0[_0x155d49(0x132)][_0x155d49(0x16b)]=_0x50e808[_0x155d49(0x100)](_0x17df0f['testTimeout'],0x1)||0x1388,_0x323da0[_0x155d49(0x132)][_0x155d49(0x127)]=_0x550f09[_0x155d49(0x12b)][_0x155d49(0x14b)][_0x155d49(0x127)],_0x323da0[_0x155d49(0x132)][_0x155d49(0xd6)]=_0x550f09[_0x155d49(0x12b)][_0x155d49(0x12f)],_0x323da0[_0x155d49(0x132)][_0x155d49(0xcd)]=_0x550f09[_0x155d49(0x12b)][_0x155d49(0xcd)];const _0xbb135a=_0x50e808[_0x155d49(0x17f)],_0x19007d=path[_0x155d49(0x18f)](__dirname,_0x50e808[_0x155d49(0x10e)]),_0x9fe288=__dirname+_0x155d49(0xf1),_0x508865=__dirname+'/customImplements/customTestRunnerTemplate.js';_0x323da0['testEnvironment']=__dirname+_0x155d49(0xec),_0x323da0[_0x155d49(0x176)]=_0x9fe288,_0x323da0['setupFilesAfterEnv']=[__dirname+'/jest.setup.js'];if(testOpsHelper[_0x155d49(0x118)]()){if(_0x50e808[_0x155d49(0x186)](_0x50e808['Ajtoc'],_0x50e808[_0x155d49(0x151)])){let _0x5e294f=null;try{_0x50e808[_0x155d49(0x171)](_0x50e808[_0x155d49(0x134)],_0x50e808[_0x155d49(0x111)])?_0x5e294f=helper[_0x155d49(0xf2)](_0x50e808[_0x155d49(0x117)]):_0x1f4cf4=_0x367368['parse'](_0x46029d);}catch(_0x47f2e5){_0x50e808[_0x155d49(0x153)](_0x50e808['zoAxi'],_0x50e808[_0x155d49(0x13c)])?_0x1b5fc5['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x42955e[_0x155d49(0x12b)][_0x155d49(0x130)]:_0x50e808[_0x155d49(0xff)](debug,_0x155d49(0x10f)+_0x47f2e5);}_0x5e294f&&(_0x50e808[_0x155d49(0x184)](_0x50e808['TPUVM'],_0x50e808[_0x155d49(0x15c)])?(_0x29b9ee[_0x155d49(0x174)](_0x2b7bfd),_0x50e808[_0x155d49(0x121)](_0x123fbd,_0x155d49(0x1a1)+_0x7de13d)):(_0x323da0['setupFilesAfterEnv']['push'](__dirname+_0x155d49(0x159)),_0x323da0[_0x155d49(0xe4)]=__dirname+_0x155d49(0x10b)));}else{_0x3d3e90=_0x5c05cc['readFileSync'](_0x28ae8c);try{_0x597cfe=_0x6609de[_0x155d49(0x105)](_0x40c118);}catch(_0x270985){_0x14505d['debug']('Error\x20while\x20parsing\x20'+_0x4cfd8a+',\x20'+_0xfd1315+_0x155d49(0x129)+_0x270985);}_0x49c29f[_0x155d49(0x181)](_0x1e1b05);}}_0x323da0[_0x155d49(0xf5)]=[__dirname+'/test_before.setup.js'],_0x323da0['reporters']=_0x323da0[_0x155d49(0x139)]||[_0x50e808['SWjwn']],_0x50e808[_0x155d49(0xfa)](updateTestRerunConfig,_0x323da0,_0x550f09);const _0x80b0da=fs['readFileSync'](_0x508865);fs['writeFileSync'](_0x323da0[_0x155d49(0x176)],_0x155d49(0x125)+_0x80b0da+'\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'+_0x550f09[_0x155d49(0x12b)][_0x155d49(0xcb)][_0x155d49(0xdf)]+_0x155d49(0x160)),logger[_0x155d49(0x12a)](_0x155d49(0x12d)+_0xbb135a+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0x155d49(0x193)](_0xbb135a,'const\x20config='+JSON[_0x155d49(0xf7)](_0x323da0)+_0x155d49(0x145)),logger[_0x155d49(0x12a)](_0x50e808[_0x155d49(0x107)]);if(testOpsHelper[_0x155d49(0x118)]()){if(_0x50e808['ouTaZ'](_0x50e808[_0x155d49(0x106)],_0x50e808[_0x155d49(0x106)])){const _0x418118={};_0x418118[_0x155d49(0x122)]='',await SessionHandler[_0x155d49(0xeb)](Object[_0x155d49(0x15b)]({},_0x550f09['config'],_0x418118),{'frameworkName':_0x50e808[_0x155d49(0x182)],'frameworkVersion':_0x50e808[_0x155d49(0xf0)](getFrameworkVersion,_0x50e808[_0x155d49(0x182)])}),TestDetails[_0x155d49(0xd5)]();}else _0x2a8da9[_0x155d49(0x199)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=_0x5cc094['stringify'](_0x539190[_0x155d49(0x12b)][_0x155d49(0x14e)]);}helper['filterBrowserstackConfig']({},_0x38314d);const _0x52c189=_0x50e808[_0x155d49(0x131)](spawn,/^win/[_0x155d49(0x143)](process[_0x155d49(0x194)])?_0x50e808[_0x155d49(0x19d)]:_0x50e808[_0x155d49(0x182)],[_0x50e808[_0x155d49(0x128)],_0xbb135a,..._0x38314d['slice'](0x1)],{'stdio':_0x50e808[_0x155d49(0x13d)]});_0x52c189['on'](_0x50e808[_0x155d49(0x136)],async _0x1050c4=>{const _0x438ba1=_0x155d49,_0x4dcc83={'CzxzJ':_0x50e808['mwozJ'],'Qypls':function(_0x105db1,_0x4f498d){return _0x50e808['iJjDD'](_0x105db1,_0x4f498d);},'FlaPV':_0x50e808[_0x438ba1(0x182)]};process['exitCode']=_0x1050c4,logger[_0x438ba1(0x188)](_0x438ba1(0x192)+_0x1050c4),logger[_0x438ba1(0x12a)](_0x438ba1(0x141)+_0xbb135a);let _0x2a1eb8=null;if(fs[_0x438ba1(0xe8)](_0x19007d)){if(_0x50e808[_0x438ba1(0x15e)](_0x50e808[_0x438ba1(0x13e)],_0x50e808['IvwZX']))return;else{_0x2a1eb8=fs[_0x438ba1(0xde)](_0x19007d);try{_0x50e808['WCMaP'](_0x50e808[_0x438ba1(0x10a)],_0x50e808['VBoYh'])?_0x2a1eb8=JSON[_0x438ba1(0x105)](_0x2a1eb8):_0x514368=_0x50e808[_0x438ba1(0x121)](_0x6ecff4,_0x59f485[_0x438ba1(0xca)]);}catch(_0x71962c){if(_0x50e808[_0x438ba1(0x19b)](_0x50e808[_0x438ba1(0x158)],_0x50e808[_0x438ba1(0x158)])){let _0x3afdda=null;try{_0x3afdda=_0x171612[_0x438ba1(0xf2)](_0x4dcc83[_0x438ba1(0x15f)]);}catch(_0x5d5a9a){_0x4dcc83[_0x438ba1(0x196)](_0x5b1c06,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x5d5a9a);}_0x3afdda&&(_0x585459[_0x438ba1(0x10c)][_0x438ba1(0x102)](_0x56b45a+_0x438ba1(0x159)),_0x515fe6[_0x438ba1(0xe4)]=_0xb3e75c+_0x438ba1(0x10b));}else logger[_0x438ba1(0x188)]('Error\x20while\x20parsing\x20'+_0x19007d+',\x20'+_0x2a1eb8+_0x438ba1(0x129)+_0x71962c);}fs['unlinkSync'](_0x19007d);}}accessibilityHelper[_0x438ba1(0x13f)]()&&(_0x50e808[_0x438ba1(0x153)](_0x50e808['aUXta'],_0x50e808['aUXta'])?accessibilityHelper[_0x438ba1(0x135)](_0x550f09[_0x438ba1(0x12b)]):_0x54912b[_0x438ba1(0x199)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x50e808[_0x438ba1(0x116)]);fs[_0x438ba1(0x181)](_0xbb135a),fs[_0x438ba1(0x181)](_0x9fe288),_0x2a1eb8&&(_0x550f09[_0x438ba1(0x167)]=helper[_0x438ba1(0x169)](_0x2a1eb8,_0x50e808[_0x438ba1(0x182)],_0x550f09));if(testOpsHelper[_0x438ba1(0x118)]())try{_0x50e808['OygxD'](_0x50e808['HhClU'],_0x50e808['ozVIW'])?await SessionHandler[_0x438ba1(0xd3)]():_0x551cde?_0x2591ce[_0x438ba1(0x102)](_0x501368[_0x438ba1(0x14f)](_0xb5c42b[_0x438ba1(0x12b)],_0x4dcc83[_0x438ba1(0x101)],_0x1e9bec)):_0x1fe2d3[_0x438ba1(0x102)](_0x2c5b06['modifyBrowserStackCaps'](_0x5d0a4e[_0x438ba1(0x12b)],_0x4dcc83[_0x438ba1(0x101)],_0x141758));}catch(_0x22e3d1){console[_0x438ba1(0x174)](_0x22e3d1),_0x50e808[_0x438ba1(0xce)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x22e3d1);}testOpsHelper[_0x438ba1(0x187)](),TestDetails[_0x438ba1(0x14c)](),await helper[_0x438ba1(0x18a)](_0x550f09);});}module['exports']=run;
@@ -1 +1 @@
1
- function a9_0xb002(_0x31de2d,_0x4dda65){const _0x4e6c3a=a9_0x4e6c();return a9_0xb002=function(_0xb0028f,_0x3ea8d5){_0xb0028f=_0xb0028f-0x147;let _0x319e48=_0x4e6c3a[_0xb0028f];return _0x319e48;},a9_0xb002(_0x31de2d,_0x4dda65);}const a9_0x37e913=a9_0xb002;(function(_0x382708,_0x5b0398){const _0x2053ff=a9_0xb002,_0x2740c2=_0x382708();while(!![]){try{const _0x42d09c=-parseInt(_0x2053ff(0x14e))/0x1+parseInt(_0x2053ff(0x154))/0x2*(-parseInt(_0x2053ff(0x150))/0x3)+-parseInt(_0x2053ff(0x153))/0x4+-parseInt(_0x2053ff(0x15b))/0x5*(parseInt(_0x2053ff(0x157))/0x6)+parseInt(_0x2053ff(0x15c))/0x7+-parseInt(_0x2053ff(0x158))/0x8+-parseInt(_0x2053ff(0x14b))/0x9*(-parseInt(_0x2053ff(0x147))/0xa);if(_0x42d09c===_0x5b0398)break;else _0x2740c2['push'](_0x2740c2['shift']());}catch(_0x46c8e7){_0x2740c2['push'](_0x2740c2['shift']());}}}(a9_0x4e6c,0x869a5));const path=require(a9_0x37e913(0x156)),{requireModule}=require(a9_0x37e913(0x159));let initJestAdapter=requireModule(a9_0x37e913(0x14f));initJestAdapter=typeof initJestAdapter===a9_0x37e913(0x152)?initJestAdapter:initJestAdapter[a9_0x37e913(0x149)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,'./customJestAdapterInit.js');function a9_0x4e6c(){const _0xbc8713=['40212hFnSRg','1713344ZrTSor','../../../helpers/helper','includes','5oKAVvU','3638453mJgsZp','10qjNVWe','/jestAdapterInit','default','initRequireModule','5926374Tksxwi','WRvLU','exports','156290ziLFxv','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','69201wcMJFk','jqzsw','function','353212sGnJjH','14sDqyNc','requireInternalModule','path'];a9_0x4e6c=function(){return _0xbc8713;};return a9_0x4e6c();}module[a9_0x37e913(0x14d)]=(..._0x12f9cc)=>{const _0x5c6bc1=a9_0x37e913,_0x47b8ab={'WRvLU':_0x5c6bc1(0x148),'jqzsw':function(_0x56ce14,_0x325ccf){return _0x56ce14===_0x325ccf;},'LxHto':function(_0x12e332,..._0x18f4aa){return _0x12e332(..._0x18f4aa);}};return _0x12f9cc[0x3][_0x5c6bc1(0x14a)]=_0x12f9cc[0x3]['requireInternalModule'],_0x12f9cc[0x3][_0x5c6bc1(0x155)]=(..._0x33261e)=>{const _0x4c633a=_0x5c6bc1;if(_0x33261e[0x0]&&_0x33261e[0x0][_0x4c633a(0x15a)](_0x47b8ab[_0x4c633a(0x14c)])&&_0x47b8ab[_0x4c633a(0x151)](_0x33261e[0x1],undefined))return _0x12f9cc[0x3][_0x4c633a(0x14a)](FRAMEWORK_INITIALIZER);else return _0x12f9cc[0x3]['initRequireModule'](..._0x33261e);},_0x47b8ab['LxHto'](initJestAdapter,..._0x12f9cc);};
1
+ const a9_0x408e6d=a9_0x3c2b;(function(_0x1cb6a4,_0x388007){const _0x167788=a9_0x3c2b,_0x47583e=_0x1cb6a4();while(!![]){try{const _0x53f8a9=-parseInt(_0x167788(0xb9))/0x1+parseInt(_0x167788(0xbc))/0x2+-parseInt(_0x167788(0xb4))/0x3*(parseInt(_0x167788(0xb8))/0x4)+-parseInt(_0x167788(0xab))/0x5+-parseInt(_0x167788(0xaf))/0x6*(parseInt(_0x167788(0xb3))/0x7)+parseInt(_0x167788(0xae))/0x8*(parseInt(_0x167788(0xba))/0x9)+parseInt(_0x167788(0xb0))/0xa;if(_0x53f8a9===_0x388007)break;else _0x47583e['push'](_0x47583e['shift']());}catch(_0x30bc3c){_0x47583e['push'](_0x47583e['shift']());}}}(a9_0x5c64,0x3c62f));const path=require('path'),{requireModule}=require(a9_0x408e6d(0xac));let initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js');initJestAdapter=typeof initJestAdapter===a9_0x408e6d(0xb7)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path[a9_0x408e6d(0xb5)](__dirname,a9_0x408e6d(0xad));function a9_0x5c64(){const _0x517203=['9412720xtFYdz','/jestAdapterInit','initRequireModule','912940WOdFiO','315JddPcQ','join','requireInternalModule','function','7372tedZoc','450125rEdWrX','1450809xOurrS','FIcLr','130722AbnRfw','80055ylrlrd','../../../helpers/helper','./customJestAdapterInit.js','8dFCwbP','12NuWyjH'];a9_0x5c64=function(){return _0x517203;};return a9_0x5c64();}function a9_0x3c2b(_0x17bf6d,_0x2ebf4a){const _0x5c6408=a9_0x5c64();return a9_0x3c2b=function(_0x3c2b8c,_0xae742){_0x3c2b8c=_0x3c2b8c-0xab;let _0x1dc9dc=_0x5c6408[_0x3c2b8c];return _0x1dc9dc;},a9_0x3c2b(_0x17bf6d,_0x2ebf4a);}module['exports']=(..._0x104217)=>{const _0xb2c4a1=a9_0x408e6d,_0x3e329e={'PFTxy':_0xb2c4a1(0xb1),'oirwa':function(_0x129a88,_0x257102){return _0x129a88===_0x257102;},'FIcLr':function(_0x31f8b7,..._0x5e4bde){return _0x31f8b7(..._0x5e4bde);}};return _0x104217[0x3][_0xb2c4a1(0xb2)]=_0x104217[0x3][_0xb2c4a1(0xb6)],_0x104217[0x3]['requireInternalModule']=(..._0x538cc7)=>{const _0x246d37=_0xb2c4a1;if(_0x538cc7[0x0]&&_0x538cc7[0x0]['includes'](_0x3e329e['PFTxy'])&&_0x3e329e['oirwa'](_0x538cc7[0x1],undefined))return _0x104217[0x3][_0x246d37(0xb2)](FRAMEWORK_INITIALIZER);return _0x104217[0x3][_0x246d37(0xb2)](..._0x538cc7);},_0x3e329e[_0xb2c4a1(0xbb)](initJestAdapter,..._0x104217);};
@@ -1 +1 @@
1
- function a10_0x1ade(){const _0x4c805c=['../../../index','../../utils/constants','projectConfig','__esModule','qwYAD','__driversArray','490440veMHVe','timeout__','qqxVX','lhztD','875304JcwYJw','tiRae','global','0|1|4|3|2','oWktW','niIyk','registerListeners','OSing','getInstance','qHNwh','__timeout','181555FfzWiS','testContext','SZeVj','test_start','teardown','3npxGlM','../test-observability/obsReporter','AGYzF','requireSeleniumWebdriver','djIcV','default','AhpjU','handleTestEvent','jest-environment-node','4838490sUpzUe','shutdown','ItCYD','GXKHW','JpIro','AzMVr','browserstackAgentV2','../../../helpers/test-observability/utils','2|4|1|0|3','2476672ABZjAx','876780GyVsaE','TgVHy','../../../helpers/test-observability/requestQueueHandler','Builder','cLsxt','__webdriver','OKKPy','requireModule','quit','modifyCommand','builder','USIqt','sessionNameProvided','isTrue','configuration','1097268caHkjo','14RrjhsA','cleanup','orhYn','browserstackPercyBestPlatform','gcdzj','BSTACK_DELTA','yvdub','../../../helpers/helper','lPlMl','driver','cleanupDrivers','testEnvironmentOptions','capability','browserstackPlatformIndex','test'];a10_0x1ade=function(){return _0x4c805c;};return a10_0x1ade();}const a10_0x50c00f=a10_0x1957;(function(_0x4516a1,_0x3c567f){const _0x3514f3=a10_0x1957,_0x4ff39e=_0x4516a1();while(!![]){try{const _0x75fff8=parseInt(_0x3514f3(0x170))/0x1+parseInt(_0x3514f3(0x188))/0x2+parseInt(_0x3514f3(0x175))/0x3*(-parseInt(_0x3514f3(0x165))/0x4)+parseInt(_0x3514f3(0x161))/0x5+parseInt(_0x3514f3(0x197))/0x6*(-parseInt(_0x3514f3(0x198))/0x7)+-parseInt(_0x3514f3(0x187))/0x8+parseInt(_0x3514f3(0x17e))/0x9;if(_0x75fff8===_0x3c567f)break;else _0x4ff39e['push'](_0x4ff39e['shift']());}catch(_0x4ab253){_0x4ff39e['push'](_0x4ff39e['shift']());}}}(a10_0x1ade,0x58405));const helper=require(a10_0x50c00f(0x153)),constants=require(a10_0x50c00f(0x15c)),{isTestObservabilitySession}=require(a10_0x50c00f(0x185)),RequestQueueHandler=require(a10_0x50c00f(0x18a)),ObservabilityReporter=require(a10_0x50c00f(0x176)),_seleniumWebdriver=helper[a10_0x50c00f(0x178)](),SeleniumEnvironmentNode=helper[a10_0x50c00f(0x18f)](a10_0x50c00f(0x17d)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function _interopRequireDefault(_0xc3da83){const _0x364048=a10_0x50c00f;return _0xc3da83&&_0xc3da83[_0x364048(0x15e)]?_0xc3da83:{'default':_0xc3da83};}helper[a10_0x50c00f(0x191)]();const originalBuilder=_seleniumWebdriver2['default'][a10_0x50c00f(0x18b)];class CustomEnvironment extends _jestEnvironmentNode2[a10_0x50c00f(0x17a)]{constructor(_0x52304b){const _0x431939=a10_0x50c00f,_0x381a00={'gcdzj':function(_0x3054ba,_0x280864){return _0x3054ba===_0x280864;},'lPlMl':_0x431939(0x173),'USIqt':_0x431939(0x168),'AGYzF':function(_0x34fa84,_0x445660){return _0x34fa84+_0x445660;},'TgVHy':function(_0x3a2601,_0x5e91df){return _0x3a2601!==_0x5e91df;},'OSing':_0x431939(0x166),'OKKPy':_0x431939(0x190),'cKyaK':_0x431939(0x181),'qqxVX':_0x431939(0x179),'SZeVj':_0x431939(0x186),'niIyk':function(_0x26f30f){return _0x26f30f();},'Lebjy':function(_0x388bee,_0xbbc780){return _0x388bee!==_0xbbc780;},'qwYAD':'FawJG','AzMVr':function(_0x5babf3,_0x34ea4e){return _0x5babf3(_0x34ea4e);},'LCdtc':_0x431939(0x15b),'ItCYD':function(_0x3c92a2,_0x41cfeb){return _0x3c92a2!==_0x41cfeb;},'yvdub':'yoIIT','oWktW':function(_0x56a9aa,_0x4d81a4){return _0x56a9aa===_0x4d81a4;},'MFteA':_0x431939(0x18c)};super(_0x52304b),this[_0x431939(0x167)]['__timeout']=0x0,this[_0x431939(0x196)]={},_0x52304b[_0x431939(0x157)]=_0x52304b[_0x431939(0x157)]||{};if(helper['isBrowserstackInfra']()){if(_0x381a00[_0x431939(0x189)](_0x381a00['cKyaK'],_0x381a00[_0x431939(0x163)])){const _0x6f1109=_0x381a00[_0x431939(0x172)]['split']('|');let _0x3ba50c=0x0;while(!![]){switch(_0x6f1109[_0x3ba50c++]){case'0':this[_0x431939(0x158)]=_0x52304b[_0x431939(0x15d)]?_0x52304b[_0x431939(0x15d)]['capability']:_0x52304b[_0x431939(0x158)];continue;case'1':this[_0x431939(0x196)]=_0x52304b[_0x431939(0x157)];continue;case'2':_0x52304b[_0x431939(0x157)]=_0x52304b[_0x431939(0x15d)]?_0x52304b['projectConfig'][_0x431939(0x157)]:_0x52304b[_0x431939(0x157)];continue;case'3':this['global'][_0x431939(0x16f)]=_0x381a00[_0x431939(0x177)](this[_0x431939(0x196)][_0x431939(0x162)],constants[_0x431939(0x151)]);continue;case'4':this['builder']=new _seleniumWebdriver2[(_0x431939(0x17a))]['Builder']();continue;}break;}}else{const {name:_0x1e1e25}=_0x521150;_0x381a00[_0x431939(0x150)](_0x1e1e25,_0x381a00[_0x431939(0x154)])&&(this[_0x431939(0x167)][_0x431939(0x171)]=_0x53ac1b[_0x431939(0x15a)]);}}if(_0x381a00['niIyk'](isTestObservabilitySession)){if(_0x381a00['Lebjy'](_0x381a00['qwYAD'],_0x381a00[_0x431939(0x15f)])){const _0xa99ec2=_0x381a00[_0x431939(0x193)]['split']('|');let _0x13f12e=0x0;while(!![]){switch(_0xa99ec2[_0x13f12e++]){case'0':_0x1fbd1f[_0x431939(0x157)]=_0x307e98[_0x431939(0x15d)]?_0x20caff['projectConfig']['testEnvironmentOptions']:_0x230b7d[_0x431939(0x157)];continue;case'1':this[_0x431939(0x192)]=new _0x1b9f6d[(_0x431939(0x17a))][(_0x431939(0x18b))]();continue;case'2':this['global'][_0x431939(0x16f)]=_0x381a00['AGYzF'](this[_0x431939(0x196)][_0x431939(0x162)],_0x11d099['BSTACK_DELTA']);continue;case'3':this[_0x431939(0x158)]=_0x401cb9[_0x431939(0x15d)]?_0x43ea0b[_0x431939(0x15d)][_0x431939(0x158)]:_0x1b06f9['capability'];continue;case'4':this[_0x431939(0x196)]=_0x315cfb['testEnvironmentOptions'];continue;}break;}}else{const _0x4295b4=new ObservabilityReporter();_0x4295b4[_0x431939(0x16b)]();}}this[_0x431939(0x167)]['__drivers']=[],this['global'][_0x431939(0x18d)]=_0x381a00[_0x431939(0x183)](require,_0x381a00['LCdtc'])[_0x431939(0x184)]({...this[_0x431939(0x196)],'capability':this[_0x431939(0x158)]||{}},this,_0x381a00[_0x431939(0x16a)](isTestObservabilitySession)),this[_0x431939(0x167)][_0x431939(0x159)]=_0x52304b['projectConfig']?_0x52304b['projectConfig'][_0x431939(0x159)]:_0x52304b['browserstackPlatformIndex'],this[_0x431939(0x167)][_0x431939(0x14f)]=_0x52304b[_0x431939(0x157)]['browserstackPercyBestPlatform'],helper[_0x431939(0x195)](this['configuration']['skipSessionName'])?_0x381a00[_0x431939(0x180)](_0x381a00[_0x431939(0x152)],_0x381a00['yvdub'])?this[_0x431939(0x167)][_0x431939(0x194)]=!![]:this[_0x431939(0x167)][_0x431939(0x194)]=!![]:_0x381a00[_0x431939(0x169)](_0x381a00['MFteA'],_0x381a00['MFteA'])?this[_0x431939(0x167)][_0x431939(0x194)]=![]:this[_0x431939(0x167)][_0x431939(0x171)]=_0x48985d[_0x431939(0x15a)],this[_0x431939(0x167)][_0x431939(0x199)]=async()=>{const _0x49717c=_0x431939;if(_0x381a00[_0x49717c(0x189)](_0x381a00[_0x49717c(0x16c)],_0x381a00[_0x49717c(0x16c)])){const _0x30d16e={};return _0x30d16e['default']=_0x16ccb4,_0x10a250&&_0xaf1aa1[_0x49717c(0x15e)]?_0x5f26b2:_0x30d16e;}else await this[_0x49717c(0x167)][_0x49717c(0x155)]['quit'](_0x381a00[_0x49717c(0x18e)]);};}async[a10_0x50c00f(0x174)](){const _0x407e69=a10_0x50c00f;await helper[_0x407e69(0x156)](this[_0x407e69(0x167)][_0x407e69(0x160)]),await RequestQueueHandler[_0x407e69(0x16d)]()[_0x407e69(0x17f)](),this[_0x407e69(0x167)]['__webdriver'][_0x407e69(0x18b)]=originalBuilder;}async['setup'](){}async[a10_0x50c00f(0x17c)](_0x3fff5f,_0x4cfa0f){const _0x595775=a10_0x50c00f,_0x2e3b98={};_0x2e3b98[_0x595775(0x182)]=function(_0xbee166,_0x4e5f11){return _0xbee166===_0x4e5f11;},_0x2e3b98[_0x595775(0x164)]=_0x595775(0x173),_0x2e3b98[_0x595775(0x17b)]=function(_0x2b69e7,_0x430696){return _0x2b69e7===_0x430696;},_0x2e3b98[_0x595775(0x19a)]=_0x595775(0x16e);const _0x175e3c=_0x2e3b98,{name:_0x26432e}=_0x3fff5f;_0x175e3c[_0x595775(0x182)](_0x26432e,_0x175e3c['lhztD'])&&(_0x175e3c[_0x595775(0x17b)](_0x175e3c[_0x595775(0x19a)],_0x175e3c[_0x595775(0x19a)])?this[_0x595775(0x167)]['testContext']=_0x3fff5f[_0x595775(0x15a)]:this[_0x595775(0x167)][_0x595775(0x194)]=![]);}}function a10_0x1957(_0x1d80a8,_0x1b6fbb){const _0x1ade06=a10_0x1ade();return a10_0x1957=function(_0x19571c,_0x1086fa){_0x19571c=_0x19571c-0x14f;let _0x510a35=_0x1ade06[_0x19571c];return _0x510a35;},a10_0x1957(_0x1d80a8,_0x1b6fbb);}module['exports']=CustomEnvironment;
1
+ const a10_0x419b15=a10_0x14bb;(function(_0x4a9973,_0x29f6fe){const _0x25cb89=a10_0x14bb,_0x8e2eaf=_0x4a9973();while(!![]){try{const _0x19cb52=-parseInt(_0x25cb89(0x13c))/0x1+parseInt(_0x25cb89(0x144))/0x2*(parseInt(_0x25cb89(0x178))/0x3)+-parseInt(_0x25cb89(0x164))/0x4+parseInt(_0x25cb89(0x157))/0x5*(parseInt(_0x25cb89(0x137))/0x6)+-parseInt(_0x25cb89(0x186))/0x7*(parseInt(_0x25cb89(0x179))/0x8)+parseInt(_0x25cb89(0x15d))/0x9*(parseInt(_0x25cb89(0x13a))/0xa)+-parseInt(_0x25cb89(0x155))/0xb*(-parseInt(_0x25cb89(0x189))/0xc);if(_0x19cb52===_0x29f6fe)break;else _0x8e2eaf['push'](_0x8e2eaf['shift']());}catch(_0x585832){_0x8e2eaf['push'](_0x8e2eaf['shift']());}}}(a10_0x2bcb,0x7cdac));const helper=require(a10_0x419b15(0x175)),constants=require(a10_0x419b15(0x172)),{isTestObservabilitySession}=require(a10_0x419b15(0x162)),RequestQueueHandler=require(a10_0x419b15(0x133)),ObservabilityReporter=require(a10_0x419b15(0x184)),_seleniumWebdriver=helper[a10_0x419b15(0x181)](),SeleniumEnvironmentNode=helper[a10_0x419b15(0x16c)](a10_0x419b15(0x177)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function a10_0x2bcb(){const _0x3be6b6=['browserstackPlatformIndex','MQplb','3624dnnmWk','testContext','sessionNameProvided','testEnvironmentOptions','nestedKeyValue','EexQJ','../../../helpers/test-observability/requestQueueHandler','ictvu','HGXQV','percyCaptureMode','1307004YKBYvX','exports','percy','30NWLUiA','../../../index','419166YodSUA','4|2|3|0|1','__driversArray','split','MWBxY','4|3|1|0|2','__webdriver','Loxoh','622rICCxu','projectConfig','getInstance','bMqCh','dWOwJ','registerListeners','ULeEM','rNxfC','JGIwY','shutdown','browserStackPercyOptions','MUYvC','configuration','handleTestEvent','driver','teardown','tjHSH','24926jDbPaF','GSiux','15tTPMVk','browserstackPercyBestPlatform','__esModule','test_start','lItNG','advEe','811701hrmYLP','NILUN','EvLuH','Builder','cleanup','../../../helpers/test-observability/utils','capability','1625216TZTqik','OrYwq','default','modifyCommand','WGQnH','UKRQd','quit','timeout__','requireModule','xvRvy','skipSessionName','sWsrj','ElnVf','__timeout','../../utils/constants','nVNpv','xjSXZ','../../../helpers/helper','vBZbT','jest-environment-node','843jWDKMe','496gvLFfD','OSZxx','ChMym','BSTACK_DELTA','builder','setup','test','JBByT','requireSeleniumWebdriver','global','browserstackAgentV2','../test-observability/obsReporter','__drivers','40523cpBAkO'];a10_0x2bcb=function(){return _0x3be6b6;};return a10_0x2bcb();}function _interopRequireDefault(_0xbee9cd){const _0x53ba73=a10_0x419b15;return _0xbee9cd&&_0xbee9cd[_0x53ba73(0x159)]?_0xbee9cd:{'default':_0xbee9cd};}helper[a10_0x419b15(0x167)]();function a10_0x14bb(_0x8b63d6,_0x43c5e8){const _0x2bcb62=a10_0x2bcb();return a10_0x14bb=function(_0x14bbea,_0x3308c3){_0x14bbea=_0x14bbea-0x12f;let _0x56863d=_0x2bcb62[_0x14bbea];return _0x56863d;},a10_0x14bb(_0x8b63d6,_0x43c5e8);}const originalBuilder=_seleniumWebdriver2[a10_0x419b15(0x166)][a10_0x419b15(0x160)];class CustomEnvironment extends _jestEnvironmentNode2[a10_0x419b15(0x166)]{constructor(_0x437379){const _0x4e8d94=a10_0x419b15,_0x410bfe={'njSeD':_0x4e8d94(0x13d),'XorCD':function(_0x5dba7e,_0x47a817){return _0x5dba7e+_0x47a817;},'NILUN':function(_0x2b0f87,_0x31a0c8){return _0x2b0f87===_0x31a0c8;},'advEe':_0x4e8d94(0x188),'tjHSH':_0x4e8d94(0x147),'ictvu':_0x4e8d94(0x16a),'WGQnH':function(_0x10746c,_0x38eb99){return _0x10746c!==_0x38eb99;},'rNxfC':_0x4e8d94(0x169),'HGXQV':_0x4e8d94(0x141),'ULeEM':function(_0x318930,_0x1c3a29){return _0x318930+_0x1c3a29;},'EexQJ':function(_0x576859){return _0x576859();},'kXxdq':function(_0x4e3b50,_0x4cd98f){return _0x4e3b50!==_0x4cd98f;},'xvRvy':'Nnhmm','ElnVf':function(_0x55251f,_0x2786e1){return _0x55251f(_0x2786e1);},'OrYwq':_0x4e8d94(0x13b),'MUYvC':_0x4e8d94(0x130),'vBZbT':_0x4e8d94(0x14e),'nVNpv':_0x4e8d94(0x158),'JBByT':_0x4e8d94(0x139),'GSiux':_0x4e8d94(0x136),'sWsrj':function(_0x578364,_0x1c2f89){return _0x578364===_0x1c2f89;},'OSZxx':_0x4e8d94(0x15b),'whzyb':_0x4e8d94(0x174),'JGIwY':_0x4e8d94(0x143)};super(_0x437379),this[_0x4e8d94(0x182)][_0x4e8d94(0x171)]=0x0,this['configuration']={},_0x437379[_0x4e8d94(0x130)]=_0x437379[_0x4e8d94(0x130)]||{};if(helper['isBrowserstackInfra']()){if(_0x410bfe[_0x4e8d94(0x168)](_0x410bfe[_0x4e8d94(0x14b)],_0x410bfe[_0x4e8d94(0x14b)])){const _0x6f3205={};return _0x6f3205[_0x4e8d94(0x166)]=_0x31ddf3,_0x44d6aa&&_0x3b1ebd['__esModule']?_0x28470a:_0x6f3205;}else{const _0x165958=_0x410bfe[_0x4e8d94(0x135)][_0x4e8d94(0x13f)]('|');let _0x525ea0=0x0;while(!![]){switch(_0x165958[_0x525ea0++]){case'0':this[_0x4e8d94(0x163)]=_0x437379[_0x4e8d94(0x145)]?_0x437379['projectConfig'][_0x4e8d94(0x163)]:_0x437379[_0x4e8d94(0x163)];continue;case'1':this[_0x4e8d94(0x150)]=_0x437379[_0x4e8d94(0x130)];continue;case'2':this[_0x4e8d94(0x182)][_0x4e8d94(0x171)]=_0x410bfe[_0x4e8d94(0x14a)](this[_0x4e8d94(0x150)]['timeout__'],constants[_0x4e8d94(0x17c)]);continue;case'3':this[_0x4e8d94(0x17d)]=new _seleniumWebdriver2[(_0x4e8d94(0x166))][(_0x4e8d94(0x160))]();continue;case'4':_0x437379[_0x4e8d94(0x130)]=_0x437379[_0x4e8d94(0x145)]?_0x437379[_0x4e8d94(0x145)][_0x4e8d94(0x130)]:_0x437379[_0x4e8d94(0x130)];continue;}break;}}}if(_0x410bfe[_0x4e8d94(0x132)](isTestObservabilitySession)){if(_0x410bfe['kXxdq'](_0x410bfe[_0x4e8d94(0x16d)],_0x410bfe[_0x4e8d94(0x16d)]))this['global'][_0x4e8d94(0x12f)]=![];else{const _0x1d896d=new ObservabilityReporter();_0x1d896d['registerListeners']();}}this[_0x4e8d94(0x182)][_0x4e8d94(0x185)]=[],this['global'][_0x4e8d94(0x142)]=_0x410bfe[_0x4e8d94(0x170)](require,_0x410bfe[_0x4e8d94(0x165)])[_0x4e8d94(0x183)]({...this['configuration'],'capability':this[_0x4e8d94(0x163)]||{}},this,_0x410bfe[_0x4e8d94(0x132)](isTestObservabilitySession)),this['global'][_0x4e8d94(0x187)]=_0x437379[_0x4e8d94(0x145)]?_0x437379[_0x4e8d94(0x145)][_0x4e8d94(0x187)]:_0x437379[_0x4e8d94(0x187)],this[_0x4e8d94(0x182)]['browserstackPercyBestPlatform']=helper[_0x4e8d94(0x131)](_0x437379,[_0x410bfe[_0x4e8d94(0x14f)],_0x410bfe['vBZbT'],_0x410bfe[_0x4e8d94(0x173)]]),this[_0x4e8d94(0x182)][_0x4e8d94(0x139)]=helper['nestedKeyValue'](_0x437379,[_0x410bfe[_0x4e8d94(0x14f)],_0x410bfe[_0x4e8d94(0x176)],_0x410bfe[_0x4e8d94(0x180)]]),this[_0x4e8d94(0x182)][_0x4e8d94(0x136)]=helper[_0x4e8d94(0x131)](_0x437379,[_0x410bfe[_0x4e8d94(0x14f)],_0x410bfe[_0x4e8d94(0x176)],_0x410bfe[_0x4e8d94(0x156)]]);if(helper['isTrue'](this[_0x4e8d94(0x150)][_0x4e8d94(0x16e)])){if(_0x410bfe[_0x4e8d94(0x16f)](_0x410bfe[_0x4e8d94(0x17a)],_0x410bfe[_0x4e8d94(0x17a)]))this['global'][_0x4e8d94(0x12f)]=!![];else{const _0x24790f=_0x410bfe['njSeD']['split']('|');let _0x394075=0x0;while(!![]){switch(_0x24790f[_0x394075++]){case'0':this[_0x4e8d94(0x163)]=_0x5f2b71['projectConfig']?_0x1afaeb[_0x4e8d94(0x145)][_0x4e8d94(0x163)]:_0x3b25df['capability'];continue;case'1':this[_0x4e8d94(0x182)]['__timeout']=_0x410bfe['XorCD'](this['configuration'][_0x4e8d94(0x16b)],_0x2a9f14['BSTACK_DELTA']);continue;case'2':this[_0x4e8d94(0x17d)]=new _0x5e14d7[(_0x4e8d94(0x166))]['Builder']();continue;case'3':this['configuration']=_0x3493a8[_0x4e8d94(0x130)];continue;case'4':_0x247ec5[_0x4e8d94(0x130)]=_0x1f6794[_0x4e8d94(0x145)]?_0x59aa0a['projectConfig'][_0x4e8d94(0x130)]:_0x208dcc[_0x4e8d94(0x130)];continue;}break;}}}else{if(_0x410bfe['kXxdq'](_0x410bfe['whzyb'],_0x410bfe[_0x4e8d94(0x14c)]))this[_0x4e8d94(0x182)][_0x4e8d94(0x12f)]=![];else{const _0x556951=new _0xf08c6();_0x556951[_0x4e8d94(0x149)]();}}this[_0x4e8d94(0x182)][_0x4e8d94(0x161)]=async()=>{const _0x4d48bf=_0x4e8d94;_0x410bfe[_0x4d48bf(0x15e)](_0x410bfe[_0x4d48bf(0x15c)],_0x410bfe[_0x4d48bf(0x154)])?this[_0x4d48bf(0x182)][_0x4d48bf(0x12f)]=!![]:await this['global'][_0x4d48bf(0x152)][_0x4d48bf(0x16a)](_0x410bfe[_0x4d48bf(0x134)]);};}async[a10_0x419b15(0x153)](){const _0x37c9de=a10_0x419b15;await helper['cleanupDrivers'](this[_0x37c9de(0x182)][_0x37c9de(0x13e)]),await RequestQueueHandler[_0x37c9de(0x146)]()[_0x37c9de(0x14d)](),this[_0x37c9de(0x182)][_0x37c9de(0x142)][_0x37c9de(0x160)]=originalBuilder;}async[a10_0x419b15(0x17e)](){}async[a10_0x419b15(0x151)](_0x535298,_0x436351){const _0x2b3323=a10_0x419b15,_0x3fe70f={};_0x3fe70f['MWBxY']=function(_0x1b77ea,_0x478933){return _0x1b77ea===_0x478933;},_0x3fe70f[_0x2b3323(0x15f)]=_0x2b3323(0x15a),_0x3fe70f[_0x2b3323(0x148)]=_0x2b3323(0x17b);const _0xf4d255=_0x3fe70f,{name:_0x479bee}=_0x535298;if(_0xf4d255[_0x2b3323(0x140)](_0x479bee,_0xf4d255[_0x2b3323(0x15f)])){if(_0xf4d255[_0x2b3323(0x140)](_0xf4d255[_0x2b3323(0x148)],_0xf4d255[_0x2b3323(0x148)]))this[_0x2b3323(0x182)][_0x2b3323(0x18a)]=_0x535298[_0x2b3323(0x17f)];else{const {name:_0x42f844}=_0x515206;_0xf4d255['MWBxY'](_0x42f844,_0xf4d255[_0x2b3323(0x15f)])&&(this[_0x2b3323(0x182)][_0x2b3323(0x18a)]=_0x191652[_0x2b3323(0x17f)]);}}}}module[a10_0x419b15(0x138)]=CustomEnvironment;
@@ -1 +1 @@
1
- const a11_0xf3311d=a11_0x32ea;(function(_0x1d2ad8,_0x15e77f){const _0x40a41b=a11_0x32ea,_0x59ca2e=_0x1d2ad8();while(!![]){try{const _0x493d5d=parseInt(_0x40a41b(0x178))/0x1+-parseInt(_0x40a41b(0x185))/0x2*(parseInt(_0x40a41b(0x192))/0x3)+parseInt(_0x40a41b(0x1b3))/0x4+parseInt(_0x40a41b(0x180))/0x5*(parseInt(_0x40a41b(0x195))/0x6)+parseInt(_0x40a41b(0x1a2))/0x7+parseInt(_0x40a41b(0x16b))/0x8+-parseInt(_0x40a41b(0x1b2))/0x9*(parseInt(_0x40a41b(0x179))/0xa);if(_0x493d5d===_0x15e77f)break;else _0x59ca2e['push'](_0x59ca2e['shift']());}catch(_0xfea3af){_0x59ca2e['push'](_0x59ca2e['shift']());}}}(a11_0x3e8b,0xc28b4));const {requireModule}=require(a11_0xf3311d(0x190)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a11_0xf3311d(0x1a8)),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require(a11_0xf3311d(0x17d)),{o11yErrorHandler}=require(a11_0xf3311d(0x1ae)),exportsI=requireModule(a11_0xf3311d(0x194)),initInitialize=exportsI['initialize'];exportsI[a11_0xf3311d(0x189)]=(..._0x435f29)=>{const _0x562a39=a11_0xf3311d,_0x40ac9e={'nmGfd':function(_0x5e0baf){return _0x5e0baf();},'ADlKT':function(_0x54387e,_0x2633f6){return _0x54387e(_0x2633f6);},'HIbho':_0x562a39(0x1ad),'iOJPc':_0x562a39(0x19c),'dLHiK':function(_0x21f11e,_0x181c3c){return _0x21f11e!==_0x181c3c;},'csbNO':_0x562a39(0x187),'OWpsg':_0x562a39(0x1af),'HWamf':function(_0x34ce11,_0x593643){return _0x34ce11!==_0x593643;},'XGWNm':_0x562a39(0x18d),'IzyfP':function(_0x6c6ecd,_0x7c4d7){return _0x6c6ecd!==_0x7c4d7;},'YukNf':_0x562a39(0x15e),'qVQma':_0x562a39(0x1b4),'fNtxq':_0x562a39(0x18e),'MvoVk':function(_0x1d99f6,_0x1b6f96){return _0x1d99f6===_0x1b6f96;},'akJRM':_0x562a39(0x19f),'JYTUs':_0x562a39(0x198),'JTYcz':_0x562a39(0x197),'yGUwI':_0x562a39(0x18c),'HGPXo':_0x562a39(0x162),'aAPlh':'afterEach','Upbte':function(_0x1aa75f,_0x43f006){return _0x1aa75f>_0x43f006;},'DZDQJ':function(_0x3e79e8,_0x3001e5){return _0x3e79e8===_0x3001e5;},'sNXAt':_0x562a39(0x1ab),'LDrrc':_0x562a39(0x168),'LMSpo':function(_0x1886e1,_0x46314d){return _0x1886e1===_0x46314d;},'JSHkN':_0x562a39(0x1a0),'WVDaE':_0x562a39(0x181),'Wkadz':_0x562a39(0x193),'EUmUu':'TestRunSkipped','VyQUg':_0x562a39(0x15b),'TRJOj':_0x562a39(0x18a),'HdyQQ':_0x562a39(0x199),'Gccmt':_0x562a39(0x175),'NCdQR':function(_0xd3db55,_0xe85e5b){return _0xd3db55(_0xe85e5b);},'FArIw':_0x562a39(0x17a)};try{const _0x2022c2=new ObservabilityReporter();_0x2022c2[_0x562a39(0x1ac)]&&(_0x40ac9e['IzyfP'](_0x40ac9e[_0x562a39(0x169)],_0x40ac9e[_0x562a39(0x166)])?(_0x40ac9e[_0x562a39(0x1b1)](patchConsoleLogger),_0x2022c2[_0x562a39(0x182)]()):(_0x52bef4[_0x562a39(0x1a9)][_0x562a39(0x1b6)]=_0x51e2db[_0x562a39(0x16f)](_0x4c630d[_0x562a39(0x16d)]+_0x562a39(0x161)),delete _0x52f331[_0x562a39(0x1a9)][_0x562a39(0x188)])),_0x2022c2[_0x562a39(0x1ac)]&&_0x40ac9e[_0x562a39(0x17b)](requireModule,_0x40ac9e[_0x562a39(0x17e)])[_0x562a39(0x16e)](_0x40ac9e[_0x562a39(0x17b)](o11yErrorHandler,async(_0x90d9bd,_0x12516d)=>{const _0x13631d=_0x562a39,_0x2473cc={'IsnFd':function(_0x2223cb,_0x2464cd){const _0x13f7d2=a11_0x32ea;return _0x40ac9e[_0x13f7d2(0x16a)](_0x2223cb,_0x2464cd);}},_0x138432=_0x40ac9e['ADlKT'](requireModule,_0x40ac9e[_0x13631d(0x17c)])[_0x13631d(0x17f)];switch(_0x90d9bd[_0x13631d(0x172)]){case _0x40ac9e['iOJPc']:if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e[_0x13631d(0x15d)](_0x40ac9e['csbNO'],_0x40ac9e[_0x13631d(0x1b5)])){if(!_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]){if(_0x40ac9e[_0x13631d(0x174)](_0x40ac9e['XGWNm'],_0x40ac9e[_0x13631d(0x1a7)]))_0x40ac9e['nmGfd'](_0x3e6846),_0x298cae[_0x13631d(0x182)]();else{const _0x36ce1e=TestDetails['setTestUUID'](process['pid']+_0x13631d(0x161));_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=_0x36ce1e;}}else _0x90d9bd['hook'][_0x13631d(0x188)]&&(_0x40ac9e[_0x13631d(0x1b0)](_0x40ac9e[_0x13631d(0x1aa)],_0x40ac9e['YukNf'])?_0x2d340f&&(_0x143f03[_0x536d79]=_0x3b7c41[_0x994cc4]):(_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=TestDetails[_0x13631d(0x16f)](process[_0x13631d(0x16d)]+_0x13631d(0x161)),delete _0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x188)]));_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1a6)]=new Date()[_0x13631d(0x163)](),await _0x2022c2['sendTestRunEvent'](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e['qVQma']);}else _0x2473cc['IsnFd'](_0x4b4a8b,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0xb45b00);}break;case _0x40ac9e[_0x13631d(0x1a4)]:_0x2022c2[_0x13631d(0x1ac)]&&(_0x40ac9e[_0x13631d(0x18f)](_0x40ac9e['akJRM'],_0x40ac9e['akJRM'])?(await _0x2022c2[_0x13631d(0x164)](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e['JYTUs']),TestDetails[_0x13631d(0x177)](process[_0x13631d(0x16d)]+_0x13631d(0x161))):_0x422597[_0x13631d(0x19e)](_0x8892e2)[_0x13631d(0x170)](_0x32cd5b=>{try{_0x494ef8&&(_0xf953f[_0x32cd5b]=_0x593a72[_0x32cd5b]);}catch{}}));break;case _0x40ac9e[_0x13631d(0x18b)]:[_0x40ac9e[_0x13631d(0x173)],_0x40ac9e[_0x13631d(0x183)],_0x40ac9e[_0x13631d(0x19d)]][_0x13631d(0x160)](_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x19a)])&&(_0x2022c2[_0x13631d(0x197)]=_0x90d9bd['hook']['type']),_0x12516d[_0x13631d(0x186)]&&_0x40ac9e[_0x13631d(0x196)](_0x12516d[_0x13631d(0x186)][_0x13631d(0x165)],0x0)&&(_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x15f)]=[_0x12516d[_0x13631d(0x186)][0x0][0x0]]);if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e['DZDQJ'](_0x40ac9e[_0x13631d(0x191)],_0x40ac9e[_0x13631d(0x191)]))await _0x2022c2[_0x13631d(0x164)](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e[_0x13631d(0x1a5)]),TestDetails['removeTestUUID'](process[_0x13631d(0x16d)]+_0x13631d(0x161));else try{_0x7615c6&&(_0x3c6c22[_0x61d28c]=_0x9ddc57[_0x1192aa]);}catch{}}break;case _0x40ac9e['LDrrc']:if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e['LMSpo'](_0x40ac9e[_0x13631d(0x167)],_0x40ac9e[_0x13631d(0x167)]))await _0x2022c2[_0x13631d(0x1a3)](_0x90d9bd[_0x13631d(0x16c)]);else{const _0x1074d3=_0xeedb22[_0x13631d(0x16f)](_0x40815a['pid']+_0x13631d(0x161));_0x584aa7[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=_0x1074d3;}}break;case _0x40ac9e['WVDaE']:_0x90d9bd[_0x13631d(0x16c)]={..._0x40ac9e[_0x13631d(0x16a)](_0x138432,_0x90d9bd[_0x13631d(0x16c)]),..._0x90d9bd['test']};_0x2022c2[_0x13631d(0x1ac)]&&(_0x2022c2[_0x13631d(0x1ac)]&&(!_0x90d9bd[_0x13631d(0x16c)][_0x13631d(0x188)]&&(_0x90d9bd['test']['markedStatus']=!![],await _0x2022c2['sendTestRunEvent'](_0x90d9bd['test']))));break;case _0x40ac9e['Wkadz']:_0x90d9bd[_0x13631d(0x16c)]={..._0x40ac9e['ADlKT'](_0x138432,_0x90d9bd[_0x13631d(0x16c)]),..._0x90d9bd['test']};_0x2022c2[_0x13631d(0x1ac)]&&(_0x2022c2['testObservability']&&(!_0x90d9bd['test']['markedStatus']&&(_0x90d9bd['test'][_0x13631d(0x188)]=!![],await _0x2022c2[_0x13631d(0x164)](_0x90d9bd['test'],undefined,![],_0x40ac9e[_0x13631d(0x19b)]))));break;case _0x40ac9e['VyQUg']:_0x2022c2['hook_failure']=null;break;case _0x40ac9e[_0x13631d(0x184)]:await RequestQueueHandler[_0x13631d(0x171)]()[_0x13631d(0x176)](),process[_0x13631d(0x15c)]();break;default:}}));}catch(_0x3af22a){_0x40ac9e['ADlKT'](debug,_0x562a39(0x1a1)+_0x3af22a);}return _0x40ac9e[_0x562a39(0x16a)](initInitialize,..._0x435f29);};try{Object[a11_0xf3311d(0x19e)](exportsI)[a11_0xf3311d(0x170)](_0xa76028=>{try{exports&&(exports[_0xa76028]=exportsI[_0xa76028]);}catch{}});}catch{}function a11_0x32ea(_0x5f34ce,_0x41b512){const _0x3e8bb9=a11_0x3e8b();return a11_0x32ea=function(_0x32ea41,_0x31f545){_0x32ea41=_0x32ea41-0x15b;let _0x4e1ff8=_0x3e8bb9[_0x32ea41];return _0x4e1ff8;},a11_0x32ea(_0x5f34ce,_0x41b512);}function a11_0x3e8b(){const _0x4598b6=['Upbte','hook_failure','HookRunFinished','yzioD','type','EUmUu','hook_start','aAPlh','keys','IgPDl','aDSZI','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','8288203taMCRO','testStarted','fNtxq','JYTUs','started_at','XGWNm','../../../helpers/test-observability/requestQueueHandler','hook','YukNf','eRAnL','testObservability','jest-circus/build/utils.js','../../../helpers/test-observability/error-handler','akRmc','IzyfP','nmGfd','36yqwVvX','2306136vHWfIx','HookRunStarted','OWpsg','hookAnalyticsId','run_describe_finish','removeAllListeners','dLHiK','ZRKqZ','errorsDetailed','includes',':hookAnalyticsId','beforeEach','toISOString','sendTestRunEvent','length','Gccmt','JSHkN','test_start','HdyQQ','ADlKT','975136fTTcoa','test','pid','addEventHandler','setTestUUID','forEach','getInstance','name','yGUwI','HWamf','hWPtp','shutdown','removeTestUUID','1237325Qywjpq','8515240RugvOA','jest-circus/build/state.js','NCdQR','HIbho','../../../helpers/test-observability/utils','FArIw','makeSingleTestResult','1086260BCoBgg','test_done','registerListeners','HGPXo','TRJOj','6184eYlQkJ','unhandledErrors','YVHaj','markedStatus','initialize','teardown','JTYcz','beforeAll','HNLXd','hook_success','MvoVk','../../../helpers/helper','sNXAt','3gOJMOQ','test_skip','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','30fZzqKz'];a11_0x3e8b=function(){return _0x4598b6;};return a11_0x3e8b();}
1
+ const a11_0x148e59=a11_0x34db;function a11_0x1b14(){const _0x26aaab=['WqVWd','addEventHandler','type','test_skip','initialize',':hookAnalyticsId','pid','IaIIv','hook','RULdI','ilQbp','hook_start','markedStatus','LZNBo','YrCIO','test','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','xWnxK','gRmHS','hvuaQ','../../../helpers/test-observability/requestQueueHandler','EpOWx','DmTNM','2234496baCPPq','beforeEach','getInstance','smypY','YkSMu','76580ClPYPy','uPWtU','tNNDK','started_at','hook_failure','jRMuR','teardown','vEijS','run_describe_finish','LCBtR','MxBYk','880341HmsRYh','HookRunFinished','test_done','errorsDetailed','dktLo','HookRunStarted','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','removeAllListeners','rBgQV','TxBnL','../../../helpers/test-observability/utils','UbrEx','Uvuhw','DwDBp','aDDjF','275534frNqCy','makeSingleTestResult','svgxn','jest-circus/build/utils.js','forEach','sendTestRunEvent','Joccb','NHycL','1287830lgiBOs','keys','qEFrn','jest-circus/build/state.js','PPeCq','testObservability','CTdmD','removeTestUUID','test_start','hookAnalyticsId','4618323dswtuA','174gZGcwl','hook_success','zuIrC','includes','TestRunSkipped','KRrvP','unhandledErrors','../../../helpers/test-observability/error-handler','../test-observability/test-details','registerListeners','2KwDWeE','48587mpLiro','setTestUUID','BSsoN','testStarted','LyfHp','name','jvubX','afterEach'];a11_0x1b14=function(){return _0x26aaab;};return a11_0x1b14();}(function(_0xec7725,_0x21296f){const _0x358f18=a11_0x34db,_0x5b7d01=_0xec7725();while(!![]){try{const _0x48711b=parseInt(_0x358f18(0x16c))/0x1*(-parseInt(_0x358f18(0x189))/0x2)+-parseInt(_0x358f18(0x15d))/0x3+-parseInt(_0x358f18(0x152))/0x4+-parseInt(_0x358f18(0x174))/0x5+parseInt(_0x358f18(0x17f))/0x6*(parseInt(_0x358f18(0x18a))/0x7)+parseInt(_0x358f18(0x14d))/0x8+parseInt(_0x358f18(0x17e))/0x9;if(_0x48711b===_0x21296f)break;else _0x5b7d01['push'](_0x5b7d01['shift']());}catch(_0x35e08c){_0x5b7d01['push'](_0x5b7d01['shift']());}}}(a11_0x1b14,0x24258));const {requireModule}=require('../../../helpers/helper'),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a11_0x148e59(0x14a)),TestDetails=require(a11_0x148e59(0x187)),{patchConsoleLogger,debug}=require(a11_0x148e59(0x167)),{o11yErrorHandler}=require(a11_0x148e59(0x186)),exportsI=requireModule(a11_0x148e59(0x1a2)),initInitialize=exportsI[a11_0x148e59(0x196)];exportsI['initialize']=(..._0x4ae2c1)=>{const _0x1baf6d=a11_0x148e59,_0x553912={'IKbsX':function(_0x56b0f2){return _0x56b0f2();},'EpOWx':function(_0x3d673b,_0xcabc73){return _0x3d673b(_0xcabc73);},'zuIrC':function(_0x3bbae6,_0x17e363){return _0x3bbae6(_0x17e363);},'vEijS':_0x1baf6d(0x16f),'MxBYk':_0x1baf6d(0x19d),'aDDjF':function(_0xa0ad10,_0x4cf5dd){return _0xa0ad10!==_0x4cf5dd;},'NHycL':'DWbBX','jRMuR':_0x1baf6d(0x153),'smypY':function(_0x243400,_0x25d573){return _0x243400===_0x25d573;},'xWnxK':_0x1baf6d(0x154),'ToXGc':_0x1baf6d(0x161),'DmTNM':_0x1baf6d(0x162),'hvuaQ':_0x1baf6d(0x180),'svgxn':_0x1baf6d(0x18e),'qEFrn':_0x1baf6d(0x15e),'YkSMu':'hook_failure','rBgQV':'beforeAll','KRrvP':_0x1baf6d(0x14e),'LZNBo':_0x1baf6d(0x191),'IaIIv':function(_0x517970,_0xaed44b){return _0x517970>_0xaed44b;},'LCBtR':function(_0x381dcc,_0x190265){return _0x381dcc===_0x190265;},'RULdI':_0x1baf6d(0x166),'Joccb':'WWSiG','BSsoN':_0x1baf6d(0x17c),'LtwxV':function(_0x3ff6e3,_0x88b79b){return _0x3ff6e3!==_0x88b79b;},'DwDBp':_0x1baf6d(0x17a),'UbrEx':_0x1baf6d(0x15f),'WqVWd':_0x1baf6d(0x195),'YrCIO':function(_0x434ef8,_0x1ec454){return _0x434ef8(_0x1ec454);},'TqEBu':_0x1baf6d(0x183),'jvubX':_0x1baf6d(0x15a),'Uvuhw':_0x1baf6d(0x158),'PPeCq':'SbbfL','ilQbp':function(_0x56220a){return _0x56220a();},'wVKuU':function(_0x8ba96e,_0x1fc486){return _0x8ba96e(_0x1fc486);},'XcrWJ':_0x1baf6d(0x177),'gRmHS':function(_0xb54470,_0x251fe1){return _0xb54470(_0x251fe1);}};try{const _0x129521=new ObservabilityReporter();_0x129521[_0x1baf6d(0x179)]&&(_0x553912[_0x1baf6d(0x150)](_0x553912[_0x1baf6d(0x178)],_0x553912[_0x1baf6d(0x178)])?(_0x553912[_0x1baf6d(0x19c)](patchConsoleLogger),_0x129521[_0x1baf6d(0x188)]()):_0x2ac858[_0x1baf6d(0x175)](_0x55bf6e)[_0x1baf6d(0x170)](_0x196345=>{try{_0x48e1fe&&(_0x4d52d8[_0x196345]=_0x427f0a[_0x196345]);}catch{}})),_0x129521[_0x1baf6d(0x179)]&&_0x553912['wVKuU'](requireModule,_0x553912['XcrWJ'])[_0x1baf6d(0x193)](_0x553912[_0x1baf6d(0x181)](o11yErrorHandler,async(_0x1ab07e,_0x1ff7bc)=>{const _0x34e94a=_0x1baf6d,_0x3baaef={'drBvO':function(_0x466ed6,_0x80beb){const _0x3b624b=a11_0x34db;return _0x553912[_0x3b624b(0x14b)](_0x466ed6,_0x80beb);}},_0x4108cb=_0x553912[_0x34e94a(0x181)](requireModule,_0x553912[_0x34e94a(0x159)])[_0x34e94a(0x16d)];switch(_0x1ab07e[_0x34e94a(0x18f)]){case _0x553912[_0x34e94a(0x15c)]:if(_0x129521[_0x34e94a(0x179)]){if(_0x553912[_0x34e94a(0x16b)](_0x553912[_0x34e94a(0x173)],_0x553912[_0x34e94a(0x157)])){if(!_0x1ab07e[_0x34e94a(0x19a)]['hookAnalyticsId']){if(_0x553912['smypY'](_0x553912[_0x34e94a(0x1a3)],_0x553912[_0x34e94a(0x1a3)])){const _0x24df70=TestDetails[_0x34e94a(0x18b)](process[_0x34e94a(0x198)]+':hookAnalyticsId');_0x1ab07e[_0x34e94a(0x19a)][_0x34e94a(0x17d)]=_0x24df70;}else{const _0x1777ee=_0x57fafe['setTestUUID'](_0x26f791['pid']+_0x34e94a(0x197));_0x361300[_0x34e94a(0x19a)]['hookAnalyticsId']=_0x1777ee;}}else{if(_0x1ab07e[_0x34e94a(0x19a)][_0x34e94a(0x19e)]){if(_0x553912[_0x34e94a(0x16b)](_0x553912['ToXGc'],_0x553912['ToXGc']))try{_0x14c6fa&&(_0x58f7da[_0x1578b1]=_0x1c4aee[_0x805422]);}catch{}else _0x1ab07e[_0x34e94a(0x19a)][_0x34e94a(0x17d)]=TestDetails[_0x34e94a(0x18b)](process[_0x34e94a(0x198)]+_0x34e94a(0x197)),delete _0x1ab07e[_0x34e94a(0x19a)][_0x34e94a(0x19e)];}}_0x1ab07e[_0x34e94a(0x19a)][_0x34e94a(0x155)]=new Date()['toISOString'](),await _0x129521[_0x34e94a(0x171)](_0x1ab07e['hook'],undefined,![],_0x553912[_0x34e94a(0x14c)]);}else _0x2ca911&&(_0x142513[_0x3145a0]=_0x3242fd[_0x177836]);}break;case _0x553912[_0x34e94a(0x149)]:_0x129521[_0x34e94a(0x179)]&&(_0x553912[_0x34e94a(0x150)](_0x553912[_0x34e94a(0x16e)],_0x553912[_0x34e94a(0x16e)])?(await _0x129521[_0x34e94a(0x171)](_0x1ab07e[_0x34e94a(0x19a)],undefined,![],_0x553912[_0x34e94a(0x176)]),TestDetails[_0x34e94a(0x17b)](process['pid']+_0x34e94a(0x197))):(_0x553912['IKbsX'](_0x139b28),_0x5160d0[_0x34e94a(0x188)]()));break;case _0x553912[_0x34e94a(0x151)]:[_0x553912[_0x34e94a(0x165)],_0x553912[_0x34e94a(0x184)],_0x553912[_0x34e94a(0x19f)]][_0x34e94a(0x182)](_0x1ab07e[_0x34e94a(0x19a)][_0x34e94a(0x194)])&&(_0x129521[_0x34e94a(0x156)]=_0x1ab07e[_0x34e94a(0x19a)][_0x34e94a(0x194)]),_0x1ff7bc[_0x34e94a(0x185)]&&_0x553912[_0x34e94a(0x199)](_0x1ff7bc[_0x34e94a(0x185)]['length'],0x0)&&(_0x1ab07e['hook'][_0x34e94a(0x160)]=[_0x1ff7bc[_0x34e94a(0x185)][0x0][0x0]]);_0x129521[_0x34e94a(0x179)]&&(_0x553912[_0x34e94a(0x15b)](_0x553912[_0x34e94a(0x19b)],_0x553912[_0x34e94a(0x172)])?(_0x2b34f8['hook'][_0x34e94a(0x17d)]=_0x3b84c2[_0x34e94a(0x18b)](_0x44165c[_0x34e94a(0x198)]+_0x34e94a(0x197)),delete _0x525643[_0x34e94a(0x19a)]['markedStatus']):(await _0x129521['sendTestRunEvent'](_0x1ab07e['hook'],undefined,![],_0x553912[_0x34e94a(0x176)]),TestDetails[_0x34e94a(0x17b)](process[_0x34e94a(0x198)]+':hookAnalyticsId')));break;case _0x553912[_0x34e94a(0x18c)]:_0x129521[_0x34e94a(0x179)]&&(_0x553912['LtwxV'](_0x553912[_0x34e94a(0x16a)],_0x553912[_0x34e94a(0x16a)])?_0x3baaef['drBvO'](_0x15b95e,_0x34e94a(0x163)+_0x2de2db):await _0x129521[_0x34e94a(0x18d)](_0x1ab07e[_0x34e94a(0x1a1)]));break;case _0x553912[_0x34e94a(0x168)]:_0x1ab07e[_0x34e94a(0x1a1)]={..._0x553912[_0x34e94a(0x181)](_0x4108cb,_0x1ab07e[_0x34e94a(0x1a1)]),..._0x1ab07e[_0x34e94a(0x1a1)]};_0x129521[_0x34e94a(0x179)]&&(_0x129521[_0x34e94a(0x179)]&&(!_0x1ab07e['test'][_0x34e94a(0x19e)]&&(_0x1ab07e[_0x34e94a(0x1a1)][_0x34e94a(0x19e)]=!![],await _0x129521['sendTestRunEvent'](_0x1ab07e[_0x34e94a(0x1a1)]))));break;case _0x553912[_0x34e94a(0x192)]:_0x1ab07e['test']={..._0x553912[_0x34e94a(0x1a0)](_0x4108cb,_0x1ab07e[_0x34e94a(0x1a1)]),..._0x1ab07e[_0x34e94a(0x1a1)]};_0x129521['testObservability']&&(_0x129521[_0x34e94a(0x179)]&&(!_0x1ab07e[_0x34e94a(0x1a1)][_0x34e94a(0x19e)]&&(_0x1ab07e[_0x34e94a(0x1a1)][_0x34e94a(0x19e)]=!![],await _0x129521[_0x34e94a(0x171)](_0x1ab07e[_0x34e94a(0x1a1)],undefined,![],_0x553912['TqEBu']))));break;case _0x553912[_0x34e94a(0x190)]:_0x129521[_0x34e94a(0x156)]=null;break;case _0x553912[_0x34e94a(0x169)]:await RequestQueueHandler[_0x34e94a(0x14f)]()['shutdown'](),process[_0x34e94a(0x164)]();break;default:}}));}catch(_0x208d16){_0x553912[_0x1baf6d(0x1a4)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x208d16);}return _0x553912['gRmHS'](initInitialize,..._0x4ae2c1);};function a11_0x34db(_0xd72f4c,_0x245d68){const _0x1b14c1=a11_0x1b14();return a11_0x34db=function(_0x34dbee,_0x2c8528){_0x34dbee=_0x34dbee-0x149;let _0x1e779b=_0x1b14c1[_0x34dbee];return _0x1e779b;},a11_0x34db(_0xd72f4c,_0x245d68);}try{Object[a11_0x148e59(0x175)](exportsI)[a11_0x148e59(0x170)](_0x590ab3=>{try{exports&&(exports[_0x590ab3]=exportsI[_0x590ab3]);}catch{}});}catch{}
@@ -1 +1 @@
1
- 'use strict';const a12_0x263d1a=a12_0x2455;(function(_0x5b7a97,_0x37b453){const _0x1684d1=a12_0x2455,_0x16fe1a=_0x5b7a97();while(!![]){try{const _0x4212de=parseInt(_0x1684d1(0x207))/0x1+parseInt(_0x1684d1(0x203))/0x2+-parseInt(_0x1684d1(0x200))/0x3*(-parseInt(_0x1684d1(0x1f3))/0x4)+-parseInt(_0x1684d1(0x1f7))/0x5*(-parseInt(_0x1684d1(0x1fa))/0x6)+parseInt(_0x1684d1(0x204))/0x7+-parseInt(_0x1684d1(0x1fe))/0x8+-parseInt(_0x1684d1(0x1f1))/0x9*(parseInt(_0x1684d1(0x202))/0xa);if(_0x4212de===_0x37b453)break;else _0x16fe1a['push'](_0x16fe1a['shift']());}catch(_0x167f58){_0x16fe1a['push'](_0x16fe1a['shift']());}}}(a12_0x8f55,0xb4925));function a12_0x2455(_0x55b786,_0x931c82){const _0x8f5508=a12_0x8f55();return a12_0x2455=function(_0x24553d,_0x2b17da){_0x24553d=_0x24553d-0x1eb;let _0x18c243=_0x8f5508[_0x24553d];return _0x18c243;},a12_0x2455(_0x55b786,_0x931c82);}const {requireModule,isBrowserstackInfra}=require(a12_0x263d1a(0x1fc)),a12_0xbf835b={};a12_0xbf835b[a12_0x263d1a(0x1eb)]=!![],Object[a12_0x263d1a(0x1f5)](exports,a12_0x263d1a(0x1f4),a12_0xbf835b),exports[a12_0x263d1a(0x1ff)]=void 0x0;function _interopRequireDefault(_0x2431f9){const _0x52b605=a12_0x263d1a;return _0x2431f9&&_0x2431f9[_0x52b605(0x1f4)]?_0x2431f9:{'default':_0x2431f9};}function a12_0x8f55(){const _0x5cf4f5=['__esModule','defineProperty','idgAv','1066805mVvOHd','length','false','12oaZhVP','runTests','../../../helpers/helper','slice','4925648epPjCU','default','1944357zGCxkI','config','20TcQCgg','589030mkNMFE','7768901JVIPZE','hkZJS','jest-runner','24230RAQFbN','_globalConfig','freeze','testEnvironmentOptions','chcqD','capabilities','exports','context','value','AGzCU','forEach','parallels__','serial__','push','5166459HUCbGb','qFsuO','4BzECCi'];a12_0x8f55=function(){return _0x5cf4f5;};return a12_0x8f55();}const JestRunner=_interopRequireDefault(requireModule(a12_0x263d1a(0x206)))[a12_0x263d1a(0x1ff)];class TestRunner extends JestRunner{constructor(..._0x288890){super(..._0x288890);}[a12_0x263d1a(0x1fb)](..._0x59cd93){const _0x4cf552=a12_0x263d1a,_0x27ddc8={'qFsuO':function(_0x394134){return _0x394134();},'chcqD':function(_0x4598fa,_0x18d65b){return _0x4598fa-_0x18d65b;},'idgAv':function(_0x393fcc,_0x123c07){return _0x393fcc*_0x123c07;},'AGzCU':function(_0x1185c8,_0x59256f){return _0x1185c8==_0x59256f;},'hkZJS':_0x4cf552(0x1f9),'Ltfxf':function(_0x5aa80f,_0x441a6c){return _0x5aa80f<_0x441a6c;}};if(!_0x27ddc8[_0x4cf552(0x1f2)](isBrowserstackInfra))return super['runTests'](..._0x59cd93);const _0x3c1313=_0x59cd93[0x0],_0x138026=_0x59cd93[_0x27ddc8[_0x4cf552(0x20b)](_0x59cd93[_0x4cf552(0x1f8)],0x1)],_0x50664c=_0x3c1313[0x0][_0x4cf552(0x20e)][_0x4cf552(0x201)]['testEnvironmentOptions'][_0x4cf552(0x20c)],_0x5d8a2e=_0x3c1313[0x0][_0x4cf552(0x20e)]['config'][_0x4cf552(0x20a)][_0x4cf552(0x1ee)];_0x5d8a2e&&(this[_0x4cf552(0x208)]=Object[_0x4cf552(0x209)]({...this['_globalConfig'],'maxWorkers':_0x27ddc8[_0x4cf552(0x1f6)](_0x5d8a2e,_0x50664c[_0x4cf552(0x1f8)])}));if(_0x27ddc8[_0x4cf552(0x1ec)](_0x3c1313[0x0][_0x4cf552(0x20e)][_0x4cf552(0x201)][_0x4cf552(0x20a)][_0x4cf552(0x1ef)],_0x27ddc8[_0x4cf552(0x205)]))_0x138026&&(_0x138026['serial']=![]);const _0x11aa18=[];for(let _0x5062df=0x0;_0x27ddc8['Ltfxf'](_0x5062df,_0x3c1313[_0x4cf552(0x1f8)]);_0x5062df++){const _0x5d3b30=[];_0x50664c[_0x4cf552(0x1ed)]((_0xf21809,_0x240020)=>{const _0x4e0afa=_0x4cf552,_0x337243={..._0x3c1313[_0x5062df]};let _0x154dc1=_0x337243;_0x154dc1['context']=Object[_0x4e0afa(0x209)]({..._0x154dc1[_0x4e0afa(0x20e)],'config':{..._0x154dc1[_0x4e0afa(0x20e)][_0x4e0afa(0x201)],'capability':_0xf21809,'browserstackPlatformIndex':_0x240020}}),_0x5d3b30[_0x4e0afa(0x1f0)](_0x154dc1);}),_0x11aa18['push'](..._0x5d3b30);}return super[_0x4cf552(0x1fb)](_0x11aa18,..._0x59cd93[_0x4cf552(0x1fd)](0x1));}}module[a12_0x263d1a(0x20d)]=TestRunner;
1
+ 'use strict';const a12_0x3e7cb7=a12_0x5a7e;(function(_0x4072ce,_0x188126){const _0x19abe7=a12_0x5a7e,_0x2a4c8f=_0x4072ce();while(!![]){try{const _0x56a99a=parseInt(_0x19abe7(0xf5))/0x1+parseInt(_0x19abe7(0xdb))/0x2+parseInt(_0x19abe7(0xec))/0x3+parseInt(_0x19abe7(0xe7))/0x4+parseInt(_0x19abe7(0xe1))/0x5*(parseInt(_0x19abe7(0xed))/0x6)+-parseInt(_0x19abe7(0xf8))/0x7*(parseInt(_0x19abe7(0xdf))/0x8)+parseInt(_0x19abe7(0xdd))/0x9*(-parseInt(_0x19abe7(0xda))/0xa);if(_0x56a99a===_0x188126)break;else _0x2a4c8f['push'](_0x2a4c8f['shift']());}catch(_0x2a5fbc){_0x2a4c8f['push'](_0x2a4c8f['shift']());}}}(a12_0x5ae4,0x6ddeb));function a12_0x5ae4(){const _0x1a6b5f=['283971mApboC','_globalConfig','ugpLF','1469566uuZcZY','serial','slice','kMPVn','hlAnX','XTwun','forEach','DMJEo','capabilities','../../../helpers/helper','__esModule','freeze','DrYus','qxmKG','10340DNPziU','374170XJiqKP','runTests','9666TGZvTK','jest-runner','24fVEsnv','hiPFy','20ulAnXH','fDscm','PiaXy','QvYte','yzTdq','YavpM','2886888TKPBOw','config','length','testEnvironmentOptions','parallels__','414105cWxRBm','1289316lavkXt','context','push','JfDbt','exSgu','default','AdKxy','zSoRd'];a12_0x5ae4=function(){return _0x1a6b5f;};return a12_0x5ae4();}const {requireModule,isBrowserstackInfra}=require(a12_0x3e7cb7(0x101)),a12_0x272521={};a12_0x272521['value']=!![],Object['defineProperty'](exports,a12_0x3e7cb7(0x102),a12_0x272521),exports[a12_0x3e7cb7(0xf2)]=void 0x0;function a12_0x5a7e(_0x12140d,_0x491b4f){const _0x5ae4c9=a12_0x5ae4();return a12_0x5a7e=function(_0x5a7e20,_0x5e0ccc){_0x5a7e20=_0x5a7e20-0xd8;let _0x4d2c96=_0x5ae4c9[_0x5a7e20];return _0x4d2c96;},a12_0x5a7e(_0x12140d,_0x491b4f);}function _interopRequireDefault(_0x572058){return _0x572058&&_0x572058['__esModule']?_0x572058:{'default':_0x572058};}const JestRunner=_interopRequireDefault(requireModule(a12_0x3e7cb7(0xde)))['default'];class TestRunner extends JestRunner{constructor(..._0x2f2565){super(..._0x2f2565);}[a12_0x3e7cb7(0xdc)](..._0x4c25b0){const _0xb48701=a12_0x3e7cb7,_0x1f13ec={'hiPFy':function(_0x222f0c,_0x6d38b5){return _0x222f0c*_0x6d38b5;},'hlAnX':function(_0x139c42,_0x26b78f){return _0x139c42!==_0x26b78f;},'PiaXy':_0xb48701(0xf4),'exSgu':function(_0x2b8f37){return _0x2b8f37();},'XTwun':'QwRog','QvYte':function(_0x16788a,_0x439a11){return _0x16788a-_0x439a11;},'YavpM':function(_0x3a2e6d,_0x3078e2){return _0x3a2e6d===_0x3078e2;},'DrYus':'TXFoq','ugpLF':'false','AdKxy':function(_0x40855c,_0x19f3af){return _0x40855c===_0x19f3af;},'JfDbt':_0xb48701(0xe5),'XTFfI':function(_0x2d2428,_0x593147){return _0x2d2428<_0x593147;},'eVuwy':function(_0x4e5189,_0x125fcf){return _0x4e5189===_0x125fcf;},'qxmKG':_0xb48701(0xe2),'kMPVn':_0xb48701(0xff)};if(!_0x1f13ec[_0xb48701(0xf1)](isBrowserstackInfra)){if(_0x1f13ec[_0xb48701(0xfc)](_0x1f13ec['XTwun'],_0x1f13ec[_0xb48701(0xfd)])){const _0x283b79={..._0x1f456e[_0x22f9da]},_0x8b7fe1=_0x283b79;_0x8b7fe1[_0xb48701(0xee)]=_0x142ce3[_0xb48701(0x103)]({..._0x8b7fe1[_0xb48701(0xee)],'config':{..._0x8b7fe1[_0xb48701(0xee)]['config'],'capability':_0x184077,'browserstackPlatformIndex':_0x47ba67}}),_0x13f077[_0xb48701(0xef)](_0x8b7fe1);}else return super[_0xb48701(0xdc)](..._0x4c25b0);}const _0x305613=_0x4c25b0[0x0],_0x596ef7=_0x4c25b0[_0x1f13ec[_0xb48701(0xe4)](_0x4c25b0['length'],0x1)],_0x38a226=_0x305613[0x0][_0xb48701(0xee)][_0xb48701(0xe8)][_0xb48701(0xea)][_0xb48701(0x100)],_0x252b7d=_0x305613[0x0][_0xb48701(0xee)][_0xb48701(0xe8)][_0xb48701(0xea)][_0xb48701(0xeb)];_0x252b7d&&(_0x1f13ec[_0xb48701(0xe6)](_0x1f13ec[_0xb48701(0xd8)],_0x1f13ec[_0xb48701(0xd8)])?this[_0xb48701(0xf6)]=Object[_0xb48701(0x103)]({...this[_0xb48701(0xf6)],'maxWorkers':_0x1f13ec[_0xb48701(0xe0)](_0x252b7d,_0x38a226['length'])}):_0x4dd432&&(_0x1136f3[_0xb48701(0xf9)]=![]));_0x1f13ec[_0xb48701(0xe6)](_0x305613[0x0][_0xb48701(0xee)][_0xb48701(0xe8)][_0xb48701(0xea)]['serial__'],_0x1f13ec[_0xb48701(0xf7)])&&(_0x1f13ec[_0xb48701(0xf3)](_0x1f13ec[_0xb48701(0xf0)],_0x1f13ec[_0xb48701(0xf0)])?_0x596ef7&&(_0x596ef7[_0xb48701(0xf9)]=![]):this[_0xb48701(0xf6)]=_0x37b5bf['freeze']({...this[_0xb48701(0xf6)],'maxWorkers':_0x1f13ec['hiPFy'](_0x51a0a1,_0x179117['length'])}));const _0x451269=[];for(let _0x475ec6=0x0;_0x1f13ec['XTFfI'](_0x475ec6,_0x305613[_0xb48701(0xe9)]);_0x475ec6++){if(_0x1f13ec['eVuwy'](_0x1f13ec[_0xb48701(0xd9)],_0x1f13ec[_0xb48701(0xfb)])){const _0x5d4974={};return _0x5d4974['default']=_0x5e122a,_0x1eadc6&&_0x2b4266['__esModule']?_0x33df69:_0x5d4974;}else{const _0x3ceb84=[];_0x38a226['forEach']((_0x122bfd,_0x4737a7)=>{const _0x2cf067=_0xb48701;if(_0x1f13ec[_0x2cf067(0xfc)](_0x1f13ec[_0x2cf067(0xe3)],_0x1f13ec['PiaXy'])){const _0x2ac8f1=[];_0x276f85[_0x2cf067(0xfe)]((_0x3e6b96,_0x11c51c)=>{const _0x53ac8b=_0x2cf067,_0x54a2a7={..._0x3a7177[_0x10fca6]},_0x4a3a81=_0x54a2a7;_0x4a3a81[_0x53ac8b(0xee)]=_0x2fcc87[_0x53ac8b(0x103)]({..._0x4a3a81['context'],'config':{..._0x4a3a81[_0x53ac8b(0xee)][_0x53ac8b(0xe8)],'capability':_0x3e6b96,'browserstackPlatformIndex':_0x11c51c}}),_0x2ac8f1[_0x53ac8b(0xef)](_0x4a3a81);}),_0x4cfe76[_0x2cf067(0xef)](..._0x2ac8f1);}else{const _0x191582={..._0x305613[_0x475ec6]},_0x44e23d=_0x191582;_0x44e23d[_0x2cf067(0xee)]=Object[_0x2cf067(0x103)]({..._0x44e23d[_0x2cf067(0xee)],'config':{..._0x44e23d['context'][_0x2cf067(0xe8)],'capability':_0x122bfd,'browserstackPlatformIndex':_0x4737a7}}),_0x3ceb84[_0x2cf067(0xef)](_0x44e23d);}}),_0x451269[_0xb48701(0xef)](..._0x3ceb84);}}return super['runTests'](_0x451269,..._0x4c25b0[_0xb48701(0xfa)](0x1));}}module['exports']=TestRunner;
@@ -1 +1 @@
1
- const a13_0x34e7ce=a13_0x1c42;function a13_0x1c42(_0x510895,_0x576777){const _0x4da13e=a13_0x4da1();return a13_0x1c42=function(_0x1c4298,_0x38fbe6){_0x1c4298=_0x1c4298-0x13a;let _0x56dadb=_0x4da13e[_0x1c4298];return _0x56dadb;},a13_0x1c42(_0x510895,_0x576777);}(function(_0x4a63b8,_0x5cc038){const _0x1ddaac=a13_0x1c42,_0x2e39dc=_0x4a63b8();while(!![]){try{const _0x3bd26a=-parseInt(_0x1ddaac(0x192))/0x1+parseInt(_0x1ddaac(0x182))/0x2*(parseInt(_0x1ddaac(0x1c0))/0x3)+-parseInt(_0x1ddaac(0x1e0))/0x4+-parseInt(_0x1ddaac(0x1ac))/0x5+parseInt(_0x1ddaac(0x177))/0x6*(-parseInt(_0x1ddaac(0x1b2))/0x7)+parseInt(_0x1ddaac(0x1d9))/0x8*(parseInt(_0x1ddaac(0x171))/0x9)+parseInt(_0x1ddaac(0x1bd))/0xa*(parseInt(_0x1ddaac(0x1cb))/0xb);if(_0x3bd26a===_0x5cc038)break;else _0x2e39dc['push'](_0x2e39dc['shift']());}catch(_0x2090fe){_0x2e39dc['push'](_0x2e39dc['shift']());}}}(a13_0x4da1,0xaec3e));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x34e7ce(0x167)),{isBrowserstackInfra}=require(a13_0x34e7ce(0x1d2));let __error_messages__=[];const RequestQueueHandler=require(a13_0x34e7ce(0x19f));function a13_0x4da1(){const _0x365566=['addReporter','wkyEz','../../helpers/test-observability/requestQueueHandler','zRhcy','stringify','kyLEs','pendingUploads','YeHgL','sfolB','\x22}}','getState','cbSvS','IRczu','.\x20Error\x20:','cXEGA','4069280tgpCct','rixRf','bISJr','pWqvc','\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','wJLga','987AfmkyU','PypWq','__drivers','aeeGA','odNsF','initQuit','VnJXO','http:','XjekC','kGiuu','KcAgb','4814540wurWtY','WfsTt','percyCaptureMode','6GEutKR','KateR','getCurrentUrl','ogMvo','cLWFU','specStarted','JazVQ',',\x22level\x22:\x20\x22','description','protocol','unhSy','44ScKeXR','LqHyA','xfXXA','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','getEnv','executeScript','../../helpers/helper','VGjqa','cGMBw','owRcU','ClHeP','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','BS_A11Y_TEST_RUN_ID','3076032pvckmZ','SbHYJ','rgSqM','zutsy','KkhSw','OyDqL','CZtNG','2193128gZVmUy','CwEGG','dmVWv','xEAhN','getInstance','capabilities','zOYyP','YpynT','fbtKA','executeAsyncScript','NjSwT','currentTest','percy','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','testPath','ArqAP','hHGbi','yDDCI','IRXZa','vndZV','isAccessibilityPlatform','dlTMk','error','WrDaO','EauLH','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','info','log','RlZsP','undefined','XQRbU','KSGwa','app','LKaqx','AQjkV','YHocu','jzUdz','iuBcf','EoUFf',':testAnalyticsId','currentTestName','failedExpectations','ylBHH','XXAii','lHWIl','qUEjX','iFXNS','shift','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','errors','gUOsR','\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','getTestUUID','TpdSL','appium:app','syGTO','setTimeout','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','name','ptiQA','kBskE','LMGKx','ICxPe','QJMQn','XLhIT','../../helpers/test-observability/utils','YvPcl','GgioQ','length','pqrcK','CqoKO','vIqax','YrGwr','pFNFY','WqHfR','27xkCRsz','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','XpmoM','removeAllListeners','oPACO','push','40542dpMvRx','OtTpL','NSweC','vOGjx','mEGBl','pid','\x22,\x22level\x22:\x20\x22info\x22}}','dDLqC','INItN','../../helpers/accessibility-automation/helper','pHEKl','203594PhrdqQ','ObservabilitySync:','DIvYw','ZcEQf','gjvQM','rAdlP','Uxlnb','UGZvo','KiUkw','USKeD','OuEfA','KLRgU','quitCount_','uHzfI','replace','zQxNR','252209sXYxhH','tRKqL','debug','TWjUa','tZRcg','mArUI','HmmVu','browserstackSessionName','KHfWp','message','\x22,\x22level\x22:\x20\x22error\x22}}'];a13_0x4da1=function(){return _0x365566;};return a13_0x4da1();}jest[a13_0x34e7ce(0x15e)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x34e7ce(0x180)),{percyAutoCapture}=require(a13_0x34e7ce(0x1d2)),logger=require('../../helpers/logger')['winstonLogger'],TestDetails=require('./test-observability/test-details');function stripUnicode(_0x595ebf){const _0x2651b8=a13_0x34e7ce;return _0x595ebf[_0x2651b8(0x190)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x3ae606=a13_0x34e7ce,_0x55b373={'IRczu':function(_0x55bfd4,_0x2f6e2d){return _0x55bfd4(_0x2f6e2d);},'xfXXA':function(_0x15698a){return _0x15698a();},'NtozO':function(_0x520a71,_0x56ce04){return _0x520a71>_0x56ce04;},'ZcEQf':function(_0x42baba,_0x12ba0c){return _0x42baba(_0x12ba0c);},'WqHfR':function(_0x5aefa6,_0x20d142){return _0x5aefa6<=_0x20d142;},'rAdlP':function(_0x120caf,_0xbe860a){return _0x120caf(_0xbe860a);},'gjvQM':function(_0x4cec4e){return _0x4cec4e();},'NSweC':function(_0x1ab48f,_0x69b08d){return _0x1ab48f<=_0x69b08d;},'KateR':function(_0x23f99f,_0x3e00f1){return _0x23f99f(_0x3e00f1);},'wkyEz':function(_0x2793bc){return _0x2793bc();},'OyDqL':function(_0x5c6d47,_0x2a6b46,_0x53945c){return _0x5c6d47(_0x2a6b46,_0x53945c);},'HmmVu':function(_0xd49f3c,_0x104442){return _0xd49f3c(_0x104442);},'xkEUl':function(_0x217de0){return _0x217de0();},'zQxNR':function(_0x5e4c08,_0x399e0a){return _0x5e4c08!==_0x399e0a;},'dmVWv':_0x3ae606(0x1e8),'tRKqL':function(_0x5f209e,_0x43e29d){return _0x5f209e===_0x43e29d;},'gyhej':'AgWoa','vGCmN':'DOKLe','JazVQ':function(_0x12b64b,_0x7f6998){return _0x12b64b!==_0x7f6998;},'RlZsP':'undefined','YHocu':'dFFFI','aEBwx':function(_0x39edfb,_0x34a60f){return _0x39edfb>_0x34a60f;},'CYkEJ':_0x3ae606(0x164),'AmhOG':_0x3ae606(0x16b),'hHGbi':'xICVL','fTEDX':function(_0x5b0335,_0xc16c4e){return _0x5b0335(_0xc16c4e);},'sfolB':_0x3ae606(0x150),'CZtNG':function(_0x378a4a,_0x456ef5){return _0x378a4a===_0x456ef5;},'WrDaO':_0x3ae606(0x19a),'ClHeP':_0x3ae606(0x1db),'USKeD':function(_0x13de68,_0x388d34){return _0x13de68(_0x388d34);},'uHzfI':function(_0x551664,_0x165453){return _0x551664===_0x165453;},'oPACO':_0x3ae606(0x15b),'cXEGA':_0x3ae606(0x1b3),'XQRbU':_0x3ae606(0x1be)};if(!_0x55b373['xkEUl'](isBrowserstackInfra)){if(_0x55b373[_0x3ae606(0x191)](_0x55b373[_0x3ae606(0x1e2)],_0x55b373['dmVWv']))_0x55b373[_0x3ae606(0x1a9)](_0x4d5f1a,_0x59e002),_0x55b373[_0x3ae606(0x1cd)](_0x2966b5);else return;}if(!sessionNameProvided){if(_0x55b373[_0x3ae606(0x193)](_0x55b373['gyhej'],_0x55b373['vGCmN']))_0x9d16a4[_0x3ae606(0x13c)](_0x3ae606(0x156)+_0x54b50a);else{const _0x354593=expect[_0x3ae606(0x1a7)]()['currentTestName'];await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x354593+_0x3ae606(0x1a6));}}let _0x1da5da=null,_0x304a52=![];if(_0x55b373[_0x3ae606(0x1c6)](typeof jasmine,_0x55b373[_0x3ae606(0x142)]))_0x55b373[_0x3ae606(0x1c6)](_0x55b373['YHocu'],_0x55b373[_0x3ae606(0x149)])?_0x28bb98[_0x3ae606(0x1eb)]['failedExpectations']&&_0x55b373['NtozO'](_0x3c7982[_0x3ae606(0x1eb)][_0x3ae606(0x14f)]['length'],0x0)?(_0x300da4=!![],_0x1c61c0=_0x55b373[_0x3ae606(0x1a9)](_0x33a581,_0x453825[_0x3ae606(0x1a1)](_0x3eb37f['currentTest'][_0x3ae606(0x14f)][0x0][_0x3ae606(0x19b)]))):_0x36aac4=_0x55b373['ZcEQf'](_0x10a566,_0x366605['stringify'](_0x39192[_0x3ae606(0x1eb)][_0x3ae606(0x1c8)])):jasmine['currentTest'][_0x3ae606(0x14f)]&&_0x55b373['aEBwx'](jasmine[_0x3ae606(0x1eb)][_0x3ae606(0x14f)]['length'],0x0)?_0x55b373[_0x3ae606(0x193)](_0x55b373['CYkEJ'],_0x55b373['AmhOG'])?_0xd1a4e=new _0x3ffd0c(_0x438c11):(_0x304a52=!![],_0x1da5da=_0x55b373[_0x3ae606(0x185)](stripUnicode,JSON[_0x3ae606(0x1a1)](jasmine['currentTest'][_0x3ae606(0x14f)][0x0]['message']))):_0x55b373[_0x3ae606(0x191)](_0x55b373[_0x3ae606(0x1f0)],_0x55b373['hHGbi'])?_0x55b373[_0x3ae606(0x170)](_0x425caf[_0x3ae606(0x1e4)]()['pendingUploads'],0x0)&&(_0x55b373[_0x3ae606(0x187)](_0x5aff8e,_0x4cea93),_0x55b373[_0x3ae606(0x186)](_0x366dfe)):_0x1da5da=_0x55b373['fTEDX'](stripUnicode,JSON[_0x3ae606(0x1a1)](jasmine['currentTest'][_0x3ae606(0x1c8)]));else{if(_0x55b373[_0x3ae606(0x193)](_0x55b373[_0x3ae606(0x1a5)],_0x55b373[_0x3ae606(0x1a5)])){if(testContext[_0x3ae606(0x157)]&&_0x55b373['aEBwx'](testContext[_0x3ae606(0x157)]['length'],0x0)){if(_0x55b373[_0x3ae606(0x1df)](_0x55b373[_0x3ae606(0x13d)],_0x55b373[_0x3ae606(0x13d)]))_0x304a52=!![],_0x1da5da=_0x55b373[_0x3ae606(0x198)](stripUnicode,JSON[_0x3ae606(0x1a1)](testContext[_0x3ae606(0x157)][0x0][0x0][_0x3ae606(0x19b)]||testContext['errors'][0x0][0x0]));else return;}else{if(_0x55b373[_0x3ae606(0x1df)](_0x55b373[_0x3ae606(0x1d6)],_0x55b373[_0x3ae606(0x1d6)]))_0x1da5da=_0x55b373[_0x3ae606(0x18b)](stripUnicode,JSON['stringify'](testContext[_0x3ae606(0x160)]));else return _0x2ea849[_0x3ae606(0x190)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}}else{const _0x2d79ad={'jzUdz':function(_0x349bbc,_0x143d25){const _0x56bce9=_0x3ae606;return _0x55b373[_0x56bce9(0x179)](_0x349bbc,_0x143d25);},'rixRf':function(_0x31cf38,_0x524607){const _0x560a1e=_0x3ae606;return _0x55b373[_0x560a1e(0x1c1)](_0x31cf38,_0x524607);},'AQjkV':function(_0x3fa27e){const _0x2fce1b=_0x3ae606;return _0x55b373[_0x2fce1b(0x19e)](_0x3fa27e);}},_0x3b49c4=_0x55b373[_0x3ae606(0x1de)](_0x731373,async()=>{const _0x30a9d0=_0x3ae606;_0x2d79ad[_0x30a9d0(0x14a)](_0x128e38[_0x30a9d0(0x1e4)]()[_0x30a9d0(0x1a3)],0x0)&&(_0x2d79ad[_0x30a9d0(0x1ad)](_0x581ab2,_0x3b49c4),_0x2d79ad[_0x30a9d0(0x148)](_0xb922a8));},0x3e8);}}if(_0x304a52){if(_0x55b373[_0x3ae606(0x18f)](_0x55b373[_0x3ae606(0x175)],_0x55b373[_0x3ae606(0x1ab)])){const _0x502d7a={};_0x502d7a[_0x3ae606(0x1c5)]=_0x23c298=>{const _0x4005ac=_0x3ae606;_0x3a0a5c[_0x4005ac(0x1eb)]=_0x23c298;},_0x10ef02[_0x3ae606(0x1d0)]()[_0x3ae606(0x19d)](_0x502d7a);}else __error_messages__[_0x3ae606(0x176)](_0x1da5da),await __drivers[0x0][_0x3ae606(0x1d1)](_0x3ae606(0x15f)+_0x1da5da+_0x3ae606(0x19c));}else _0x55b373[_0x3ae606(0x1df)](_0x55b373[_0x3ae606(0x144)],_0x55b373[_0x3ae606(0x144)])?await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x1da5da+_0x3ae606(0x17d)):_0xcf5be7=_0x55b373[_0x3ae606(0x198)](_0x108f48,_0x3e9826[_0x3ae606(0x1a1)](_0x272c6a[_0x3ae606(0x160)]));}const executeAnnotate=async(_0x16563f,_0x25a9ea)=>{const _0x788645=a13_0x34e7ce;await global[_0x788645(0x1b4)][0x0][_0x788645(0x1d1)](_0x788645(0x1d7)+_0x16563f+_0x788645(0x1c7)+_0x25a9ea+_0x788645(0x1a6));};async function driverCleanup(){const _0x416656=a13_0x34e7ce,_0x480aec={'OxthR':function(_0x2c48f1,_0x201f96){return _0x2c48f1(_0x201f96);},'gQPLB':function(_0x4604b7,_0x5cef5f){return _0x4604b7(_0x5cef5f);},'OuEfA':function(_0x1c3b50,_0x16b8e5){return _0x1c3b50(_0x16b8e5);},'UGZvo':function(_0x98605b,_0x5dc4c0){return _0x98605b>_0x5dc4c0;},'vndZV':function(_0x16ee0b,_0xb8a2e3){return _0x16ee0b(_0xb8a2e3);},'pWqvc':_0x416656(0x13f),'bOVNn':function(_0x5bfe9e){return _0x5bfe9e();},'iuBcf':function(_0x42782f,_0x2e784e){return _0x42782f!==_0x2e784e;},'QRQuC':_0x416656(0x17e),'iqtqe':_0x416656(0x1c3),'KcAgb':function(_0x3c2d51,_0x2bcc7b){return _0x3c2d51!==_0x2bcc7b;},'kGiuu':_0x416656(0x16c),'pGNhk':function(_0x52529c,_0x2b844a){return _0x52529c>_0x2b844a;},'LqHyA':function(_0x52a0bb,_0x45d9f6){return _0x52a0bb!==_0x45d9f6;},'JGuVg':_0x416656(0x1a0),'tGqSj':_0x416656(0x165),'KiUkw':'\x20|\x20','NHvoe':_0x416656(0x13b),'VGjqa':_0x416656(0x172),'XjekC':function(_0x50e149,_0x437c5e){return _0x50e149===_0x437c5e;},'gyFdn':_0x416656(0x168),'zutsy':_0x416656(0x1d4),'owRcU':function(_0x46df16,_0x51e813){return _0x46df16!==_0x51e813;},'vOGjx':_0x416656(0x1e1),'DIvYw':_0x416656(0x16e),'bISJr':'jkDjf','YpynT':function(_0x12d9e6,_0x1e818a){return _0x12d9e6!==_0x1e818a;},'bvREV':_0x416656(0x17f),'NjSwT':_0x416656(0x169)};if(!_0x480aec['bOVNn'](isBrowserstackInfra)){if(_0x480aec[_0x416656(0x14b)](_0x480aec['QRQuC'],_0x480aec['iqtqe']))return;else _0x37560d=_0x480aec['OxthR'](_0x15b926,_0x1f952b[_0x416656(0x1a1)](_0x4c73e[_0x416656(0x1eb)][_0x416656(0x1c8)]));}let _0x5eca3a=![];try{_0x480aec[_0x416656(0x1bc)](_0x480aec['kGiuu'],_0x480aec[_0x416656(0x1bb)])?_0x3facc1[_0x416656(0x141)](_0x113976):(await __drivers[0x0]['session_'],_0x5eca3a=!![],_0x480aec['pGNhk'](__error_messages__[_0x416656(0x16a)],0x0)?_0x480aec[_0x416656(0x1cc)](_0x480aec['JGuVg'],_0x480aec['tGqSj'])?await __drivers[0x0]['executeScript'](_0x416656(0x1ce)+JSON[_0x416656(0x1a1)](__error_messages__['join'](_0x480aec[_0x416656(0x18a)]))+'}}'):(_0x1e49dd=!![],_0x3c2d50=_0x480aec['gQPLB'](_0x1c5020,_0x3417bb['stringify'](_0x3f3639[_0x416656(0x1eb)]['failedExpectations'][0x0][_0x416656(0x19b)]))):_0x480aec['iuBcf'](_0x480aec['NHvoe'],_0x480aec['NHvoe'])?_0x585952[_0x416656(0x141)](_0x303734):await __drivers[0x0]['executeScript'](_0x480aec[_0x416656(0x1d3)]));}catch(_0x389d34){_0x480aec[_0x416656(0x1ba)](_0x480aec['gyFdn'],_0x480aec[_0x416656(0x1dc)])?(_0x3bc58c=!![],_0x4c59ea=_0x480aec[_0x416656(0x18c)](_0x59399a,_0x449765[_0x416656(0x1a1)](_0x5f4097[_0x416656(0x157)][0x0][0x0]['message']||_0x38df83[_0x416656(0x157)][0x0][0x0]))):console[_0x416656(0x141)](_0x389d34);}__error_messages__=[];if(_0x5eca3a){if(_0x480aec[_0x416656(0x1d5)](_0x480aec['vOGjx'],_0x480aec[_0x416656(0x17a)]))_0x26a0d5[_0x416656(0x157)]&&_0x480aec[_0x416656(0x189)](_0x32032f['errors'][_0x416656(0x16a)],0x0)?(_0x422655=!![],_0x36a177=_0x480aec['gQPLB'](_0x557925,_0x2cc978['stringify'](_0x4dec6a[_0x416656(0x157)][0x0][0x0][_0x416656(0x19b)]||_0x5017be[_0x416656(0x157)][0x0][0x0]))):_0x3ceb2b=_0x480aec[_0x416656(0x1f3)](_0x326780,_0x3f7b36[_0x416656(0x1a1)](_0x5518b9[_0x416656(0x160)]));else try{_0x480aec[_0x416656(0x1ba)](_0x480aec[_0x416656(0x184)],_0x480aec[_0x416656(0x1ae)])?_0x6a51b4[_0x416656(0x140)](_0x480aec[_0x416656(0x1af)]):await __drivers[0x0][_0x416656(0x1b7)]();}catch(_0x5ab066){_0x480aec[_0x416656(0x1e7)](_0x480aec['bvREV'],_0x480aec[_0x416656(0x1ea)])?console['log'](_0x5ab066):_0x3938eb[_0x416656(0x1eb)]=_0x1e58f7;}}}beforeAll(async()=>{const _0x3903f7=a13_0x34e7ce,_0x39f3c4={'KkhSw':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','EoUFf':function(_0x3c3122,_0x338af4){return _0x3c3122===_0x338af4;},'IRXZa':_0x3903f7(0x1f1),'DMmSo':function(_0x2be639,_0x407a82){return _0x2be639!==_0x407a82;},'JbWUk':_0x3903f7(0x143),'KLRgU':function(_0x21d2b8,_0x30aa98){return _0x21d2b8===_0x30aa98;},'XXAii':_0x3903f7(0x1e6),'odNsF':_0x3903f7(0x162),'ptiQA':_0x3903f7(0x1e3),'lHWIl':function(_0x1eea3d){return _0x1eea3d();},'cbSvS':function(_0x4bf9b6,_0x424938){return _0x4bf9b6===_0x424938;},'YeHgL':_0x3903f7(0x173),'gUOsR':_0x3903f7(0x1b1),'TWjUa':function(_0x5dc547,_0x39a35f,_0x1c5fd2){return _0x5dc547(_0x39a35f,_0x1c5fd2);}},_0x1f147c='browserstack internal helper hook';if(_0x39f3c4['DMmSo'](typeof jasmine,_0x39f3c4['JbWUk'])){if(_0x39f3c4[_0x3903f7(0x18d)](_0x39f3c4[_0x3903f7(0x151)],_0x39f3c4[_0x3903f7(0x1b6)]))return;else jasmine[_0x3903f7(0x1d0)]()[_0x3903f7(0x19d)]({'specStarted':_0x2365c2=>{const _0x5bba51=_0x3903f7;_0x39f3c4[_0x5bba51(0x14c)](_0x39f3c4[_0x5bba51(0x1f2)],_0x39f3c4[_0x5bba51(0x1f2)])?jasmine[_0x5bba51(0x1eb)]=_0x2365c2:_0x5639ff[_0x5bba51(0x140)](_0x39f3c4[_0x5bba51(0x1dd)]);}});}let _0x30650a=![];try{_0x39f3c4[_0x3903f7(0x18d)](_0x39f3c4[_0x3903f7(0x161)],_0x39f3c4[_0x3903f7(0x161)])?(await __drivers[0x0]['session_'],_0x30650a=!![]):_0x6d8754=![];}catch(_0x6298b1){}if(_0x30650a)try{try{_0x39f3c4[_0x3903f7(0x152)](isTestObservabilitySession)&&(global[_0x3903f7(0x1b4)][0x0]&&(_0x39f3c4[_0x3903f7(0x1a8)](_0x39f3c4[_0x3903f7(0x1a4)],_0x39f3c4[_0x3903f7(0x158)])?_0x49248f[_0x3903f7(0x13c)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x3903f7(0x1eb)]['titlePath']()+_0x3903f7(0x1aa),_0x40fcf0):await _0x39f3c4[_0x3903f7(0x195)](sendPlatformDetails,global[_0x3903f7(0x1b4)][0x0],TestDetails['getTestUUID'](process[_0x3903f7(0x17c)]+_0x3903f7(0x14d)))));}catch{}}catch(_0x45bb96){}}),beforeEach(async()=>{const _0x48345f=a13_0x34e7ce,_0x3798dd={'unhSy':function(_0x5baf0a,_0x1bd097){return _0x5baf0a>_0x1bd097;},'LKaqx':function(_0x1c1a3a){return _0x1c1a3a();},'LMGKx':function(_0x2d0b08,_0x5f0b98){return _0x2d0b08>_0x5f0b98;},'kyLEs':function(_0x3ce72f){return _0x3ce72f();},'KSGwa':function(_0x11b65a,_0x5a6f2d,_0x5f41b2){return _0x11b65a(_0x5a6f2d,_0x5f41b2);},'pHEKl':function(_0x2143f6){return _0x2143f6();},'qUEjX':function(_0xc2bd9e,_0x97d5c9){return _0xc2bd9e===_0x97d5c9;},'ArqAP':_0x48345f(0x1b9),'Uxlnb':'https:','EauLH':_0x48345f(0x1ed)},_0x4c8945='browserstack internal helper hook';try{_0x3798dd[_0x48345f(0x1ca)](__drivers[_0x48345f(0x16a)],0x1)&&(await _0x3798dd[_0x48345f(0x147)](driverCleanup),__drivers[_0x48345f(0x155)]());const _0x15d243=expect[_0x48345f(0x1a7)]()[_0x48345f(0x14e)];__drivers[0x0][_0x48345f(0x199)]=_0x15d243;_0x3798dd[_0x48345f(0x163)](__drivers[0x0]['quitCount_'],0x0)&&await _0x3798dd[_0x48345f(0x1a2)](driverCleanup);let _0x4b1c79=_0x3798dd[_0x48345f(0x145)](shouldScanTestForAccessibility,_0x15d243,![]);if(_0x3798dd[_0x48345f(0x181)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x48345f(0x13a)])try{let _0x4f031c=await __drivers[0x0]['session_'];if(_0x4f031c){let _0x487d35=!![],_0x20acdc=await __drivers[0x0][_0x48345f(0x1c2)](),_0x597bdf;try{_0x597bdf=new URL(_0x20acdc);}catch(_0x2f1409){_0x487d35=![];}_0x487d35=_0x3798dd['qUEjX'](_0x597bdf[_0x48345f(0x1c9)],_0x3798dd[_0x48345f(0x1ef)])||_0x3798dd[_0x48345f(0x153)](_0x597bdf[_0x48345f(0x1c9)],_0x3798dd[_0x48345f(0x188)]),_0x487d35&&(_0x4b1c79?(logger['info'](_0x3798dd[_0x48345f(0x13e)]),await __drivers[0x0]['executeAsyncScript'](_0x48345f(0x159))):await __drivers[0x0][_0x48345f(0x1d1)]('\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(_0x4e7a6b){logger['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x4e7a6b);}if(_0x3798dd[_0x48345f(0x1ca)](__drivers[0x0][_0x48345f(0x18e)],0x0))await _0x3798dd[_0x48345f(0x147)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x10f053=a13_0x34e7ce,_0x575096={'iFXNS':function(_0x463e6e,_0x9375df){return _0x463e6e>_0x9375df;},'tZRcg':function(_0xfcae85){return _0xfcae85();},'XWaSg':function(_0xf3a583,_0x37bb03){return _0xf3a583===_0x37bb03;},'cLWFU':'testcase','OtTpL':function(_0x4cb387,_0x221cd0){return _0x4cb387>_0x221cd0;},'jiiOE':_0x10f053(0x15c),'vIqax':function(_0x53480c,_0x53c26b,_0x540faa,_0x3fc1d8){return _0x53480c(_0x53c26b,_0x540faa,_0x3fc1d8);},'XLhIT':function(_0x240303,_0x2472c7,_0x6ec982){return _0x240303(_0x2472c7,_0x6ec982);},'pFNFY':function(_0x25d788){return _0x25d788();},'syGTO':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','SbHYJ':function(_0x34c38b,_0x132576){return _0x34c38b(_0x132576);},'VnJXO':_0x10f053(0x13f),'prWDM':function(_0x24dcda){return _0x24dcda();},'mEGBl':_0x10f053(0x194),'xkrhT':function(_0xfb67a8,_0x230b89){return _0xfb67a8>_0x230b89;},'ONGFe':function(_0x305a46){return _0x305a46();}},_0x337d8b='browserstack internal helper hook';try{_0x575096[_0x10f053(0x154)](__drivers['length'],0x1)&&(await _0x575096[_0x10f053(0x196)](driverCleanup),__drivers['shift']());try{if(global[_0x10f053(0x1ec)]&&_0x575096['XWaSg'](global[_0x10f053(0x1bf)],_0x575096[_0x10f053(0x1c4)])&&__drivers[0x0]){const _0x44e04b=_0x575096[_0x10f053(0x178)](global['capabilities'][_0x10f053(0x16a)],0x0)?!!global[_0x10f053(0x1e5)][0x0][_0x10f053(0x146)]||!!global[_0x10f053(0x1e5)][0x0][_0x575096['jiiOE']]:![],_0x2528cf={};_0x2528cf[_0x10f053(0x146)]=_0x44e04b,await _0x575096[_0x10f053(0x16d)](percyAutoCapture,__drivers[0x0],_0x575096[_0x10f053(0x1c4)],_0x2528cf);}}catch(_0x4b6145){}let _0x2eb229=_0x575096[_0x10f053(0x166)](shouldScanTestForAccessibility,expect['getState']()['currentTestName'],![]);try{if(_0x575096[_0x10f053(0x16f)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x10f053(0x13a)]){_0x2eb229&&logger[_0x10f053(0x140)](_0x575096[_0x10f053(0x15d)]);const _0x2c83b1={'saveResults':_0x2eb229,'testDetails':{'name':expect[_0x10f053(0x1a7)]()[_0x10f053(0x14e)],'testRunId':process['env'][_0x10f053(0x1d8)],'filePath':expect[_0x10f053(0x1a7)]()[_0x10f053(0x1ee)],'scopeList':[expect[_0x10f053(0x1a7)]()[_0x10f053(0x14e)]]},'platform':await _0x575096[_0x10f053(0x1da)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x10f053(0x1e9)](_0x10f053(0x1b0),_0x2c83b1),_0x2eb229&&logger[_0x10f053(0x140)](_0x575096[_0x10f053(0x1b8)]);}}catch(_0x378102){logger['error'](_0x10f053(0x1cf)+this[_0x10f053(0x1eb)]['titlePath']()+'.\x20Error\x20:',_0x378102);}await _0x575096['pFNFY'](setContext);try{if(_0x575096[_0x10f053(0x16f)](isTestObservabilitySession)){global[_0x10f053(0x1b4)][0x0]&&await _0x575096[_0x10f053(0x166)](sendPlatformDetails,global[_0x10f053(0x1b4)][0x0],TestDetails[_0x10f053(0x15a)](process['pid']+':testAnalyticsId'));if(_0x575096['prWDM'](isBrowserstackInfra)){const _0x4ab4ef=_0x10f053(0x183)+Date['now']();await _0x575096['XLhIT'](executeAnnotate,JSON[_0x10f053(0x1a1)](_0x4ab4ef),_0x575096[_0x10f053(0x17b)]);}}}catch(_0x5f0fce){}_0x575096['xkrhT'](__drivers[0x0]['quitCount_'],0x0)&&await _0x575096['ONGFe'](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x3beb55=a13_0x34e7ce,_0xea7156={'Ctajv':function(_0x4c317b,_0x1db70c){return _0x4c317b<=_0x1db70c;},'dvhwW':function(_0x23c490,_0x317004){return _0x23c490(_0x317004);},'aeeGA':function(_0x212c3f){return _0x212c3f();},'mArUI':function(_0x2f5f23,_0x1e6eb5,_0x13de05){return _0x2f5f23(_0x1e6eb5,_0x13de05);}};jest[_0x3beb55(0x15e)](0x186a0);const _0x36d0db='browserstack internal helper hook';await new Promise(_0x545bc2=>{const _0x585f18=_0x3beb55,_0x86100f=_0xea7156[_0x585f18(0x197)](setInterval,async()=>{const _0x31bcc9=_0x585f18;_0xea7156['Ctajv'](RequestQueueHandler[_0x31bcc9(0x1e4)]()[_0x31bcc9(0x1a3)],0x0)&&(_0xea7156['dvhwW'](clearInterval,_0x86100f),_0xea7156[_0x31bcc9(0x1b5)](_0x545bc2));},0x3e8);});try{await _0xea7156[_0x3beb55(0x1b5)](driverCleanup);}catch(_0x6dc09f){}process[_0x3beb55(0x174)]();},0x2710);
1
+ function a13_0x31c6(_0x4770b0,_0x14a6c5){const _0x119365=a13_0x1193();return a13_0x31c6=function(_0x31c688,_0x16cd44){_0x31c688=_0x31c688-0x1dd;let _0x431820=_0x119365[_0x31c688];return _0x431820;},a13_0x31c6(_0x4770b0,_0x14a6c5);}const a13_0x3490ac=a13_0x31c6;(function(_0x5b4ba1,_0x16e5a4){const _0x2d7021=a13_0x31c6,_0x2706cf=_0x5b4ba1();while(!![]){try{const _0x404466=parseInt(_0x2d7021(0x243))/0x1*(parseInt(_0x2d7021(0x23c))/0x2)+-parseInt(_0x2d7021(0x255))/0x3+parseInt(_0x2d7021(0x253))/0x4+-parseInt(_0x2d7021(0x1e2))/0x5+parseInt(_0x2d7021(0x24b))/0x6+parseInt(_0x2d7021(0x269))/0x7+-parseInt(_0x2d7021(0x25d))/0x8;if(_0x404466===_0x16e5a4)break;else _0x2706cf['push'](_0x2706cf['shift']());}catch(_0x3cb1ea){_0x2706cf['push'](_0x2706cf['shift']());}}}(a13_0x1193,0x94b8e));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x3490ac(0x28d)),{isBrowserstackInfra}=require(a13_0x3490ac(0x235));let __error_messages__=[];const RequestQueueHandler=require(a13_0x3490ac(0x1e1));jest[a13_0x3490ac(0x284)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a13_0x3490ac(0x207)),logger=require('../../helpers/logger')[a13_0x3490ac(0x27c)],TestDetails=require(a13_0x3490ac(0x200));function stripUnicode(_0x5abaaa){const _0x39a23f=a13_0x3490ac;return _0x5abaaa['replace'](/\\u001b\[.*?m/g,'')[_0x39a23f(0x22a)](0x1,-0x1);}function a13_0x1193(){const _0x3c8b1a=['message','EUTiM','cRJxw','appium:app','bdFiW','3643717rlQZpa','aXqDE','info','stringify','wAiUO','jhjit','ecRyD','failedExpectations','hyWcC','executeScript','env','UvvLt','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','BMxss','bRYhV','FiBRy','TZbpV','FCoXy','lWgxU','winstonLogger','AghaQ','oXnSr','fKTov','AMlRO','session_','mDwXP','sChXJ','setTimeout','removeAllListeners','quitCount_','SWRrA','WmerJ','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','now','gZhHH','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','../../helpers/test-observability/utils','addReporter','hqOJW','\x22}}','fsNbV','VgTsC','vQUij','OdqXJ','JkQOF','CIiCq','ASnzU','wiCgj','LxYgO','length','ixsVI','FZWUU','oNanD','https:','wnbMU','debug','yEGxn',':testAnalyticsId','rpaEt','VovmD','lWdkV','../../helpers/test-observability/requestQueueHandler','6043625DxTNsh','puTkt','qAggo','GcwtK','percy','yxgXq','getCurrentUrl','errors','EgoeP','VAAcg','initQuit','aNGur','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','AEFio','viyPl','getState','ZRHRH','ZNOuS','pFuwp','gZFxd','http:','JiUNT','WqXdE','ZydfX','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','GJrNB','testcase','PqCDT',',\x22level\x22:\x20\x22','\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','./test-observability/test-details','fRqCN','VbRoT','__drivers','Auoka','BS_A11Y_TEST_RUN_ID','OWSlw','../../helpers/percy/utils','VWHNb','percyCaptureMode','OCxtR','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','pendingUploads','getInstance','join','AvyTX','Failed\x20to\x20store\x20session\x20name:\x20','AsuOO','browserstackSessionName','DqOub','.\x20Error\x20:','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','MCPoD','jAmZN','fLatH','CYbVX','protocol','ZsjmE','\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','error','isArray','lnUAz','MyzZY','srCYd','currentTestName','UExUF','capabilities','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','yoUoN','NyPrj','MhpgQ','RhCJl','slice','push','isAccessibilityPlatform','lGINo','jPomv','EweZY','nnekB','trkLr','xAWIm','oYemw','mPxRi','../../helpers/helper','SEXkd','LDfBi','ObservabilitySync:','getTestUUID','titlePath','PFHQw','818BPonlk','\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','OPTUs','currentTest','lhlJS','ExJDR','YAwLn','92KQPwOT','OdlWc','MUNCy','wwSPl','name','HohXN','MYqjH','IjUdP','7227828ZMkrit','MayPD','TMeVN','iBfim','xZUiq','ArBMK','shift','executeAsyncScript','4149288CwhEAe','UObHX','210414KrpBNf','AgSFY','\x20|\x20','AxOAl','log','\x22,\x22level\x22:\x20\x22error\x22}}','wiIUW','gZXYu','7296720CzEIyo','yNHBI','undefined','YPTwT','replace','QsdOn','rdpDO'];a13_0x1193=function(){return _0x3c8b1a;};return a13_0x1193();}async function setContext(){const _0x464cc0=a13_0x3490ac,_0x1ea385={'CYbVX':function(_0x4a2d4b,_0x28e821){return _0x4a2d4b>_0x28e821;},'FZWUU':function(_0x2ad296,_0x5b063a){return _0x2ad296(_0x5b063a);},'ZydfX':function(_0x34082b,_0x1bbf7f){return _0x34082b(_0x1bbf7f);},'oNanD':_0x464cc0(0x289),'fKTov':_0x464cc0(0x1fa),'jMlfR':function(_0x5a0f7f,_0x334d41){return _0x5a0f7f<=_0x334d41;},'fsNbV':function(_0x59b885){return _0x59b885();},'UZXlu':function(_0x37408f){return _0x37408f();},'TMeVN':function(_0x3832f1,_0x52bc2f){return _0x3832f1===_0x52bc2f;},'yoUoN':'fhmRb','HoHTN':_0x464cc0(0x297),'OPTUs':function(_0x11ba7d,_0x4f0b30){return _0x11ba7d!==_0x4f0b30;},'aXqDE':'undefined','OWSlw':_0x464cc0(0x22e),'BMxss':_0x464cc0(0x204),'pFuwp':function(_0x1c115e,_0x42ddb5){return _0x1c115e!==_0x42ddb5;},'ATAzo':_0x464cc0(0x27b),'oYemw':_0x464cc0(0x279),'WqXdE':function(_0x295728,_0x116a61){return _0x295728(_0x116a61);},'PqCDT':function(_0x1f8a9f,_0x4c6bbd){return _0x1f8a9f!==_0x4c6bbd;},'wiIUW':'kgVeg','mDwXP':function(_0x147c58,_0x18efd2){return _0x147c58(_0x18efd2);},'OCxtR':_0x464cc0(0x242),'WmerJ':function(_0x5f44bd,_0x3650e6){return _0x5f44bd>_0x3650e6;},'OdlWc':_0x464cc0(0x296),'AghaQ':_0x464cc0(0x278),'bxcuB':function(_0x1f3117,_0x42718e){return _0x1f3117(_0x42718e);},'LISuH':function(_0x56978d,_0x39b6ed){return _0x56978d!==_0x39b6ed;},'NAtCy':'sDIIO','yNHBI':function(_0x3a39d1,_0x30926f){return _0x3a39d1===_0x30926f;},'rpaEt':_0x464cc0(0x262),'VWHNb':function(_0x29dd37,_0x19b4c2){return _0x29dd37!==_0x19b4c2;},'zIUjc':_0x464cc0(0x260),'OrfiW':_0x464cc0(0x27a)};if(!_0x1ea385['UZXlu'](isBrowserstackInfra)){if(_0x1ea385[_0x464cc0(0x24d)](_0x1ea385[_0x464cc0(0x226)],_0x1ea385['yoUoN']))return;else _0x131b5f=new _0x13fedc(_0x38e893);}if(!sessionNameProvided){if(_0x1ea385[_0x464cc0(0x24d)](_0x1ea385['HoHTN'],_0x1ea385['HoHTN'])){const _0x341be5=expect[_0x464cc0(0x1f1)]()[_0x464cc0(0x222)];await __drivers[0x0]['executeScript'](_0x464cc0(0x20b)+_0x341be5+_0x464cc0(0x290));}else _0x746e38[_0x464cc0(0x23f)][_0x464cc0(0x270)]&&_0x1ea385['CYbVX'](_0x34752e['currentTest'][_0x464cc0(0x270)][_0x464cc0(0x29a)],0x0)?(_0x2aae99=!![],_0x297755=_0x1ea385[_0x464cc0(0x29c)](_0x2b57e1,_0x2ff89c['stringify'](_0x49e53b[_0x464cc0(0x23f)][_0x464cc0(0x270)][0x0][_0x464cc0(0x264)]))):_0xb45b65=_0x1ea385[_0x464cc0(0x29c)](_0x30153b,_0x2600ce['stringify'](_0x38ac29[_0x464cc0(0x23f)]['description']));}let _0x3af324=null,_0x58c047=![];if(_0x1ea385['OPTUs'](typeof jasmine,_0x1ea385[_0x464cc0(0x26a)]))_0x1ea385[_0x464cc0(0x24d)](_0x1ea385[_0x464cc0(0x206)],_0x1ea385[_0x464cc0(0x276)])?_0x5ac178['log'](_0x47bfa8):jasmine[_0x464cc0(0x23f)][_0x464cc0(0x270)]&&_0x1ea385[_0x464cc0(0x219)](jasmine[_0x464cc0(0x23f)][_0x464cc0(0x270)][_0x464cc0(0x29a)],0x0)?_0x1ea385[_0x464cc0(0x1f4)](_0x1ea385['ATAzo'],_0x1ea385[_0x464cc0(0x233)])?(_0x58c047=!![],_0x3af324=_0x1ea385[_0x464cc0(0x1f8)](stripUnicode,JSON[_0x464cc0(0x26c)](jasmine[_0x464cc0(0x23f)][_0x464cc0(0x270)][0x0][_0x464cc0(0x264)]))):_0x27aa68=![]:_0x1ea385[_0x464cc0(0x1fd)](_0x1ea385[_0x464cc0(0x25b)],_0x1ea385[_0x464cc0(0x25b)])?_0x59bb34=_0x1ea385['ZydfX'](_0x18771c,_0x1ffd08[_0x464cc0(0x26c)](_0x537eaa['name'])):_0x3af324=_0x1ea385[_0x464cc0(0x282)](stripUnicode,JSON['stringify'](jasmine[_0x464cc0(0x23f)]['description']));else{if(_0x1ea385[_0x464cc0(0x23e)](_0x1ea385[_0x464cc0(0x20a)],_0x1ea385[_0x464cc0(0x20a)]))_0x85aad6[_0x464cc0(0x26b)](_0x1ea385[_0x464cc0(0x29d)]);else{if(testContext['errors']&&_0x1ea385[_0x464cc0(0x288)](testContext['errors'][_0x464cc0(0x29a)],0x0))_0x1ea385['pFuwp'](_0x1ea385[_0x464cc0(0x244)],_0x1ea385[_0x464cc0(0x27d)])?(_0x58c047=!![],_0x3af324=_0x1ea385['bxcuB'](stripUnicode,JSON[_0x464cc0(0x26c)](testContext[_0x464cc0(0x1e9)][0x0][0x0][_0x464cc0(0x264)]||testContext[_0x464cc0(0x1e9)][0x0][0x0]))):(_0x380a75[_0x464cc0(0x21e)](_0x54d8bc)&&_0x411e66[0x0]&&(_0x2ece3b[0x0][_0x464cc0(0x212)]=_0x5008ca),_0x270f15[_0x464cc0(0x212)]=_0x24221c);else{if(_0x1ea385['LISuH'](_0x1ea385['NAtCy'],_0x1ea385['NAtCy']))return;else _0x3af324=_0x1ea385[_0x464cc0(0x1f9)](stripUnicode,JSON[_0x464cc0(0x26c)](testContext['name']));}}}_0x58c047?_0x1ea385[_0x464cc0(0x25e)](_0x1ea385['rpaEt'],_0x1ea385[_0x464cc0(0x1de)])?(__error_messages__[_0x464cc0(0x22b)](_0x3af324),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x3af324+_0x464cc0(0x25a))):_0x411c59[_0x464cc0(0x26b)](_0x1ea385[_0x464cc0(0x27f)]):_0x1ea385[_0x464cc0(0x208)](_0x1ea385['zIUjc'],_0x1ea385['OrfiW'])?await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x3af324+'\x22,\x22level\x22:\x20\x22info\x22}}'):_0x1ea385['jMlfR'](_0x23e157[_0x464cc0(0x20d)]()['pendingUploads'],0x0)&&(_0x1ea385['FZWUU'](_0x1d2f5d,_0x47b289),_0x1ea385[_0x464cc0(0x291)](_0x52309e));}const executeAnnotate=async(_0x47d3c1,_0x35ca5)=>{const _0x8e9572=a13_0x3490ac;await global[_0x8e9572(0x203)][0x0][_0x8e9572(0x272)](_0x8e9572(0x215)+_0x47d3c1+_0x8e9572(0x1fe)+_0x35ca5+'\x22}}');};async function driverCleanup(){const _0x2899e4=a13_0x3490ac,_0x50ac11={'lGINo':function(_0x3338aa,_0x1a29df){return _0x3338aa(_0x1a29df);},'RhCJl':function(_0x22c753){return _0x22c753();},'hyWcC':function(_0x38d990,_0x417181){return _0x38d990>_0x417181;},'xZUiq':function(_0x377658,_0x36be6b){return _0x377658(_0x36be6b);},'srCYd':function(_0x170395,_0x2972cc){return _0x170395<=_0x2972cc;},'bRYhV':function(_0x1cab3c,_0x59dcaf){return _0x1cab3c(_0x59dcaf);},'EgoeP':function(_0xb538f5,_0x432b8d,_0x280a34){return _0xb538f5(_0x432b8d,_0x280a34);},'qRloh':function(_0x14ccaf){return _0x14ccaf();},'VgTsC':function(_0x3b33dd,_0x10fe8f){return _0x3b33dd!==_0x10fe8f;},'wAiUO':_0x2899e4(0x268),'AEFio':function(_0x430be0,_0x196e5d){return _0x430be0===_0x196e5d;},'LxYgO':_0x2899e4(0x1f2),'AgSFY':'KDkDA','HohXN':function(_0x47b6f1,_0x3d837c){return _0x47b6f1>_0x3d837c;},'jAmZN':_0x2899e4(0x216),'eYLBA':_0x2899e4(0x257),'ygSec':function(_0x14729d,_0x4ee7a4){return _0x14729d!==_0x4ee7a4;},'EUTiM':_0x2899e4(0x1eb),'MYqjH':_0x2899e4(0x230),'lnUAz':_0x2899e4(0x275),'HzBYG':_0x2899e4(0x231),'mPxRi':_0x2899e4(0x1df),'UvvLt':function(_0xf1a419,_0x8cbab5){return _0xf1a419===_0x8cbab5;},'gZFxd':_0x2899e4(0x227),'BRvFZ':_0x2899e4(0x295),'bcTrx':function(_0x121a1c,_0x51fc3a){return _0x121a1c!==_0x51fc3a;},'xAWIm':_0x2899e4(0x20f),'ExJDR':_0x2899e4(0x1f3),'viyPl':function(_0x7b3fac,_0x471140){return _0x7b3fac===_0x471140;},'ixsVI':_0x2899e4(0x29f)};if(!_0x50ac11['qRloh'](isBrowserstackInfra)){if(_0x50ac11[_0x2899e4(0x292)](_0x50ac11[_0x2899e4(0x26d)],_0x50ac11[_0x2899e4(0x26d)]))_0x50ac11[_0x2899e4(0x22d)](_0x281f79,_0x58a315),_0x50ac11[_0x2899e4(0x229)](_0x24ba51);else return;}let _0x1edf01=![];try{if(_0x50ac11[_0x2899e4(0x1ef)](_0x50ac11[_0x2899e4(0x299)],_0x50ac11[_0x2899e4(0x256)])){const _0x536242={};_0x536242['specStarted']=_0x36fda2=>{const _0x40dfa4=_0x2899e4;_0x5903f4[_0x40dfa4(0x23f)]=_0x36fda2;},_0x42a1c2['getEnv']()[_0x2899e4(0x28e)](_0x536242);}else{await __drivers[0x0][_0x2899e4(0x281)],_0x1edf01=!![];if(_0x50ac11[_0x2899e4(0x248)](__error_messages__['length'],0x0)){if(_0x50ac11['AEFio'](_0x50ac11['jAmZN'],_0x50ac11[_0x2899e4(0x217)]))await __drivers[0x0][_0x2899e4(0x272)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON['stringify'](__error_messages__[_0x2899e4(0x20e)](_0x50ac11['eYLBA']))+'}}');else return;}else _0x50ac11['ygSec'](_0x50ac11[_0x2899e4(0x265)],_0x50ac11[_0x2899e4(0x249)])?await __drivers[0x0]['executeScript'](_0x50ac11[_0x2899e4(0x21f)]):_0x4def0c['debug'](_0x2899e4(0x210)+_0x1a35aa);}}catch(_0x363755){_0x50ac11[_0x2899e4(0x1ef)](_0x50ac11['HzBYG'],_0x50ac11[_0x2899e4(0x234)])?_0x55dc47[_0x2899e4(0x21d)](_0x2899e4(0x28c)+_0x4e7327):console[_0x2899e4(0x259)](_0x363755);}__error_messages__=[];if(_0x1edf01){if(_0x50ac11[_0x2899e4(0x274)](_0x50ac11[_0x2899e4(0x1f5)],_0x50ac11['BRvFZ']))_0xb39c25=!![],_0x435ab5=_0x50ac11['lGINo'](_0x4d8398,_0x26b813['stringify'](_0x160b04['currentTest']['failedExpectations'][0x0][_0x2899e4(0x264)]));else try{_0x50ac11['bcTrx'](_0x50ac11[_0x2899e4(0x232)],_0x50ac11[_0x2899e4(0x241)])?await __drivers[0x0][_0x2899e4(0x1ec)]():_0x1e9f77[_0x2899e4(0x1e9)]&&_0x50ac11[_0x2899e4(0x271)](_0x14c964['errors'][_0x2899e4(0x29a)],0x0)?(_0x333014=!![],_0x521d83=_0x50ac11[_0x2899e4(0x24f)](_0x28c287,_0x3bfdef[_0x2899e4(0x26c)](_0x4c5d1c[_0x2899e4(0x1e9)][0x0][0x0][_0x2899e4(0x264)]||_0x56772f[_0x2899e4(0x1e9)][0x0][0x0]))):_0x72ee0e=_0x50ac11[_0x2899e4(0x24f)](_0x10e895,_0x228ca7[_0x2899e4(0x26c)](_0x47bb79[_0x2899e4(0x247)]));}catch(_0x5cae99){if(_0x50ac11[_0x2899e4(0x1f0)](_0x50ac11[_0x2899e4(0x29b)],_0x50ac11[_0x2899e4(0x29b)]))console[_0x2899e4(0x259)](_0x5cae99);else{const _0x3adc2e=_0x50ac11[_0x2899e4(0x1ea)](_0x93d5ce,async()=>{const _0x3171ea=_0x2899e4;_0x50ac11[_0x3171ea(0x221)](_0x4d8d4c[_0x3171ea(0x20d)]()[_0x3171ea(0x20c)],0x0)&&(_0x50ac11[_0x3171ea(0x277)](_0x4f04d0,_0x3adc2e),_0x50ac11[_0x3171ea(0x229)](_0x4c8b03));},0x3e8);}}}}beforeAll(async()=>{const _0x123897=a13_0x3490ac,_0x44ef40={'SWRrA':function(_0xc470f2,_0x53b5ab){return _0xc470f2!==_0x53b5ab;},'fRqCN':_0x123897(0x245),'GAdrh':function(_0x594e52,_0x3e04a9){return _0x594e52(_0x3e04a9);},'yxgXq':_0x123897(0x25f),'oXnSr':'QoWzK','hqOJW':'VatPI','PFHQw':_0x123897(0x21b),'Mzkxc':_0x123897(0x28b),'wiCgj':_0x123897(0x24e),'UExUF':function(_0x471714){return _0x471714();},'DqOub':function(_0x45c8cf,_0x186e3d){return _0x45c8cf===_0x186e3d;},'VbRoT':_0x123897(0x22f),'ArBMK':_0x123897(0x237),'rYOFk':_0x123897(0x220),'fLatH':_0x123897(0x294),'yEGxn':function(_0x5c59b2,_0x2dfa3e,_0x5415dc){return _0x5c59b2(_0x2dfa3e,_0x5415dc);}},_0x37c2aa='browserstack internal helper hook';_0x44ef40['SWRrA'](typeof jasmine,_0x44ef40[_0x123897(0x1e7)])&&(_0x44ef40[_0x123897(0x287)](_0x44ef40[_0x123897(0x27e)],_0x44ef40[_0x123897(0x27e)])?_0x4fe8a4['log'](_0x2b7588):jasmine['getEnv']()['addReporter']({'specStarted':_0x1efc67=>{const _0x211f0a=_0x123897;if(_0x44ef40['SWRrA'](_0x44ef40[_0x211f0a(0x201)],_0x44ef40[_0x211f0a(0x201)]))return _0x3c3eff[_0x211f0a(0x261)](/\\u001b\[.*?m/g,'')[_0x211f0a(0x22a)](0x1,-0x1);else jasmine['currentTest']=_0x1efc67;}}));let _0x362c80=![];try{_0x44ef40['SWRrA'](_0x44ef40[_0x123897(0x28f)],_0x44ef40[_0x123897(0x23b)])?(await __drivers[0x0][_0x123897(0x281)],_0x362c80=!![]):_0x308d59[_0x123897(0x21d)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x123897(0x23f)]['titlePath']()+_0x123897(0x214),_0xfb1965);}catch(_0x502901){}if(_0x362c80)try{try{_0x44ef40[_0x123897(0x287)](_0x44ef40['Mzkxc'],_0x44ef40[_0x123897(0x298)])?_0x44ef40[_0x123897(0x223)](isTestObservabilitySession)&&(_0x44ef40[_0x123897(0x213)](_0x44ef40[_0x123897(0x202)],_0x44ef40[_0x123897(0x250)])?_0x5eab14=_0x44ef40['GAdrh'](_0xe20142,_0x3473d7[_0x123897(0x26c)](_0x594f4c[_0x123897(0x23f)]['description'])):global[_0x123897(0x203)][0x0]&&(_0x44ef40[_0x123897(0x213)](_0x44ef40['rYOFk'],_0x44ef40[_0x123897(0x218)])?(_0x4f5fec=!![],_0x47cf9e=_0x44ef40['GAdrh'](_0x31f80a,_0x28431f[_0x123897(0x26c)](_0x23e22c[_0x123897(0x1e9)][0x0][0x0][_0x123897(0x264)]||_0x503a80[_0x123897(0x1e9)][0x0][0x0]))):await _0x44ef40[_0x123897(0x2a1)](sendPlatformDetails,global[_0x123897(0x203)][0x0],TestDetails[_0x123897(0x239)](process['pid']+':testAnalyticsId')))):_0x15c434[_0x123897(0x23f)]=_0x29eb2e;}catch{}}catch(_0x5e2e95){}}),beforeEach(async()=>{const _0x1d7701=a13_0x3490ac,_0xda9706={'aNGur':function(_0x486567,_0x4da16b){return _0x486567>_0x4da16b;},'qAggo':function(_0x6e9125){return _0x6e9125();},'HCNJA':function(_0x24b059,_0x3b9539){return _0x24b059>_0x3b9539;},'iTqfo':function(_0x549f1d){return _0x549f1d();},'ecRyD':function(_0x542153,_0x398fa9,_0x177b68){return _0x542153(_0x398fa9,_0x177b68);},'cNDsc':function(_0x4e0ef8){return _0x4e0ef8();},'RsDFF':function(_0x1503ee,_0x19b6c1){return _0x1503ee===_0x19b6c1;},'AsuOO':_0x1d7701(0x1f6),'rdpDO':function(_0x82fc99,_0x56adee){return _0x82fc99===_0x56adee;},'gZXYu':_0x1d7701(0x29e),'sJcYT':_0x1d7701(0x225),'GTjpo':function(_0x57be35,_0x5a1146){return _0x57be35>_0x5a1146;},'cmsWZ':function(_0x73301a){return _0x73301a();}},_0x31b087='browserstack internal helper hook';try{_0xda9706[_0x1d7701(0x1ed)](__drivers[_0x1d7701(0x29a)],0x1)&&(await _0xda9706[_0x1d7701(0x1e4)](driverCleanup),__drivers['shift']());const _0x268831=expect[_0x1d7701(0x1f1)]()[_0x1d7701(0x222)];try{Array[_0x1d7701(0x21e)](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x268831),global[_0x1d7701(0x212)]=_0x268831;}catch(_0xb0a7ae){logger[_0x1d7701(0x2a0)](_0x1d7701(0x210)+_0xb0a7ae);}__drivers[0x0][_0x1d7701(0x212)]=_0x268831;_0xda9706['HCNJA'](__drivers[0x0][_0x1d7701(0x286)],0x0)&&await _0xda9706['iTqfo'](driverCleanup);const _0x5320ab=_0xda9706[_0x1d7701(0x26f)](shouldScanTestForAccessibility,_0x268831,![]);if(_0xda9706['cNDsc'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x1d7701(0x22c)])try{const _0x1dcc02=await __drivers[0x0][_0x1d7701(0x281)];if(_0x1dcc02){let _0x446577=!![];const _0xd838b=await __drivers[0x0][_0x1d7701(0x1e8)]();let _0x3fa661;try{_0x3fa661=new URL(_0xd838b);}catch(_0xc1ac12){_0x446577=![];}_0x446577=_0xda9706['RsDFF'](_0x3fa661[_0x1d7701(0x21a)],_0xda9706[_0x1d7701(0x211)])||_0xda9706[_0x1d7701(0x263)](_0x3fa661['protocol'],_0xda9706[_0x1d7701(0x25c)]),_0x446577&&(_0x5320ab?(logger[_0x1d7701(0x26b)](_0xda9706['sJcYT']),await __drivers[0x0][_0x1d7701(0x252)](_0x1d7701(0x21c))):await __drivers[0x0][_0x1d7701(0x272)](_0x1d7701(0x1ff)));}}catch(_0x34b6e6){logger['error'](_0x1d7701(0x28c)+_0x34b6e6);}_0xda9706['GTjpo'](__drivers[0x0]['quitCount_'],0x0)&&await _0xda9706['cmsWZ'](driverCleanup);}catch{}}),afterEach(async()=>{const _0x265935=a13_0x3490ac,_0x2819e7={'GJrNB':function(_0x4bac17,_0x4b9778){return _0x4bac17>_0x4b9778;},'lHswG':function(_0x1d70de){return _0x1d70de();},'AxOAl':function(_0x419231,_0x5bd8dd){return _0x419231===_0x5bd8dd;},'IjUdP':_0x265935(0x1fc),'lWdkV':function(_0x17e1cf,_0x4a1eb4){return _0x17e1cf>_0x4a1eb4;},'lhlJS':_0x265935(0x267),'TtxEv':function(_0x100336,_0xb6ddc5,_0x15c4b0,_0x51d8e0){return _0x100336(_0xb6ddc5,_0x15c4b0,_0x51d8e0);},'GcwtK':function(_0x16e3f3,_0x2389a9,_0x2e9577){return _0x16e3f3(_0x2389a9,_0x2e9577);},'sChXJ':function(_0x1dccd1){return _0x1dccd1();},'vQUij':_0x265935(0x289),'UObHX':function(_0x2a2b8a,_0x4485e7){return _0x2a2b8a(_0x4485e7);},'cRJxw':_0x265935(0x1fa),'SEXkd':function(_0x3e99da){return _0x3e99da();},'puTkt':function(_0x536715){return _0x536715();},'jhjit':function(_0x14cce2,_0x725f5a,_0x2c11c0){return _0x14cce2(_0x725f5a,_0x2c11c0);},'MayPD':function(_0x476a60){return _0x476a60();},'JdGHu':function(_0x182a42,_0x3126d4,_0x983240){return _0x182a42(_0x3126d4,_0x983240);},'JArcE':_0x265935(0x2a0),'bzcKR':function(_0x342f4f,_0x3cc7a7){return _0x342f4f>_0x3cc7a7;}},_0x58494e='browserstack internal helper hook';try{_0x2819e7[_0x265935(0x1fb)](__drivers['length'],0x1)&&(await _0x2819e7['lHswG'](driverCleanup),__drivers[_0x265935(0x251)]());try{if(global[_0x265935(0x1e6)]&&_0x2819e7[_0x265935(0x258)](global[_0x265935(0x209)],_0x2819e7['IjUdP'])&&__drivers[0x0]){const _0x2f5b95=_0x2819e7[_0x265935(0x1e0)](global[_0x265935(0x224)][_0x265935(0x29a)],0x0)?!!global[_0x265935(0x224)][0x0]['app']||!!global[_0x265935(0x224)][0x0][_0x2819e7[_0x265935(0x240)]]:![],_0x5b845c={};_0x5b845c['app']=_0x2f5b95,await _0x2819e7['TtxEv'](percyAutoCapture,__drivers[0x0],_0x2819e7[_0x265935(0x24a)],_0x5b845c);}}catch(_0x10a4d6){}const _0x59004e=_0x2819e7[_0x265935(0x1e5)](shouldScanTestForAccessibility,expect[_0x265935(0x1f1)]()[_0x265935(0x222)],![]);try{if(_0x2819e7[_0x265935(0x283)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x265935(0x22c)]){_0x59004e&&logger[_0x265935(0x26b)](_0x2819e7[_0x265935(0x293)]);const _0x3149c3={'saveResults':_0x59004e,'testDetails':{'name':expect[_0x265935(0x1f1)]()[_0x265935(0x222)],'testRunId':process[_0x265935(0x273)][_0x265935(0x205)],'filePath':expect[_0x265935(0x1f1)]()['testPath'],'scopeList':[expect[_0x265935(0x1f1)]()[_0x265935(0x222)]]},'platform':await _0x2819e7[_0x265935(0x254)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x265935(0x252)](_0x265935(0x23d),_0x3149c3),_0x59004e&&logger[_0x265935(0x26b)](_0x2819e7[_0x265935(0x266)]);}}catch(_0x26f967){logger[_0x265935(0x21d)](_0x265935(0x1ee)+this[_0x265935(0x23f)][_0x265935(0x23a)]()+_0x265935(0x214),_0x26f967);}await _0x2819e7[_0x265935(0x236)](setContext);try{if(_0x2819e7[_0x265935(0x1e3)](isTestObservabilitySession)){global[_0x265935(0x203)][0x0]&&await _0x2819e7[_0x265935(0x26e)](sendPlatformDetails,global[_0x265935(0x203)][0x0],TestDetails[_0x265935(0x239)](process['pid']+_0x265935(0x1dd)));if(_0x2819e7[_0x265935(0x24c)](isBrowserstackInfra)){const _0x467e84=_0x265935(0x238)+Date[_0x265935(0x28a)]();await _0x2819e7['JdGHu'](executeAnnotate,JSON[_0x265935(0x26c)](_0x467e84),_0x2819e7['JArcE']);}}}catch(_0x5ffb8e){}_0x2819e7['bzcKR'](__drivers[0x0][_0x265935(0x286)],0x0)&&await _0x2819e7[_0x265935(0x283)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x329496=a13_0x3490ac,_0x351ce8={'wwSPl':function(_0x3a0346,_0x367281){return _0x3a0346<=_0x367281;},'JiUNT':function(_0x20aeff,_0x1c3a5c){return _0x20aeff(_0x1c3a5c);},'MhpgQ':function(_0x3e5685){return _0x3e5685();},'AMlRO':function(_0x2e7e4e,_0xe0cf4b,_0x1c6263){return _0x2e7e4e(_0xe0cf4b,_0x1c6263);}};jest[_0x329496(0x284)](0x186a0);const _0x12d599='browserstack internal helper hook';await new Promise(_0x3d39e9=>{const _0x3d9fd0=_0x329496,_0x517e06=_0x351ce8[_0x3d9fd0(0x280)](setInterval,async()=>{const _0x3c40f4=_0x3d9fd0;_0x351ce8[_0x3c40f4(0x246)](RequestQueueHandler['getInstance']()['pendingUploads'],0x0)&&(_0x351ce8[_0x3c40f4(0x1f7)](clearInterval,_0x517e06),_0x351ce8[_0x3c40f4(0x228)](_0x3d39e9));},0x3e8);});try{await _0x351ce8[_0x329496(0x228)](driverCleanup);}catch(_0x322dd2){}process[_0x329496(0x285)]();},0x2710);