browserstack-node-sdk 1.31.15 → 1.31.16

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 (109) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/cucumber-js/command.js +1 -1
  39. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  40. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  41. package/src/bin/cucumber-js/test.setup.js +1 -1
  42. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  43. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  44. package/src/bin/jest/command.js +1 -1
  45. package/src/bin/jest/customImplements/customCircus.js +1 -1
  46. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  47. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  48. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  49. package/src/bin/jest/jest.setup.js +1 -1
  50. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  51. package/src/bin/jest/test-observability/helper.js +1 -1
  52. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  53. package/src/bin/jest/test-observability/test-details.js +1 -1
  54. package/src/bin/jest/test_before.setup.js +1 -1
  55. package/src/bin/launcher/launcher.js +1 -1
  56. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  57. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  58. package/src/bin/mocha/command.js +1 -1
  59. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  60. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  61. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  62. package/src/bin/mocha/test.setup.js +1 -1
  63. package/src/bin/nightwatch/command.js +1 -1
  64. package/src/bin/playwright/accessibility-helper.js +1 -1
  65. package/src/bin/playwright/command.js +1 -1
  66. package/src/bin/playwright/globalSetup.js +1 -1
  67. package/src/bin/playwright/mock-process.js +1 -1
  68. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  69. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  70. package/src/bin/playwright/reporter/reporter.js +1 -1
  71. package/src/bin/playwright/reporter/test-details.js +1 -1
  72. package/src/bin/runner.js +1 -1
  73. package/src/bin/setup.js +1 -1
  74. package/src/bin/test-runner/index.js +1 -1
  75. package/src/bin/test-runner/runTest.js +1 -1
  76. package/src/bin/test-runner/testWorker.js +1 -1
  77. package/src/bin/utils/constants.js +1 -1
  78. package/src/bin/utils/log4jsAppender.js +1 -1
  79. package/src/bin/utils/logPatcher.js +1 -1
  80. package/src/bin/utils/logReportingAPI.js +1 -1
  81. package/src/bin/vanilla-js/command.js +1 -1
  82. package/src/browserStackSdk.js +1 -1
  83. package/src/helpers/BrowserStackSetup.js +1 -1
  84. package/src/helpers/accessibility-automation/constants.js +1 -1
  85. package/src/helpers/accessibility-automation/helper.js +1 -1
  86. package/src/helpers/ats/constants.js +1 -1
  87. package/src/helpers/ats/helper.js +1 -1
  88. package/src/helpers/capsMapping.js +1 -1
  89. package/src/helpers/helper.js +1 -1
  90. package/src/helpers/logger.js +1 -1
  91. package/src/helpers/patchHelpers.js +1 -1
  92. package/src/helpers/percy/Percy.js +1 -1
  93. package/src/helpers/percy/PercyBinary.js +1 -1
  94. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  95. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  96. package/src/helpers/percy/PercySDK.js +1 -1
  97. package/src/helpers/percy/index.js +1 -1
  98. package/src/helpers/percy/utils.js +1 -1
  99. package/src/helpers/performance-tester.js +1 -1
  100. package/src/helpers/request-spy.js +1 -1
  101. package/src/helpers/setKeepAlive.js +1 -1
  102. package/src/helpers/test-observability/constants.js +1 -1
  103. package/src/helpers/test-observability/error-handler.js +1 -1
  104. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  105. package/src/helpers/test-observability/sessionHandler.js +1 -1
  106. package/src/helpers/test-observability/utils.js +1 -1
  107. package/src/helpers/w3cMapping.js +1 -1
  108. package/src/hubAllocationMethods.js +1 -1
  109. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a11_0x481e(_0x6b49c,_0x5029ea){const _0x4c601b=a11_0x4c60();return a11_0x481e=function(_0x481e4f,_0x1c02dd){_0x481e4f=_0x481e4f-0xc9;let _0xfd8555=_0x4c601b[_0x481e4f];return _0xfd8555;},a11_0x481e(_0x6b49c,_0x5029ea);}const a11_0x1fe701=a11_0x481e;function a11_0x4c60(){const _0x2c1cbe=['HThGa','unhandledErrors','DRpWp','shutdown','testObservability','RZQPt','toISOString','registerListeners','MvEAA','huhVh','hpGZb','29973AhOnxn','WbYtf','forEach','uOvCH','started_at','../../../helpers/test-observability/error-handler','AIJZC','LcnQw','hookAnalyticsId','eSzPY','8613558jwKbyj','test_start','jest-circus/build/state.js','includes','tcOAw','jLjUW','2664685XsZpzy','hook','qtYCg','hZEzX','NFsFk','WlVKq','IVCtd','markedStatus','TuqoS','TestRunSkipped','test_done','ZIQuC','HmYcC','MXotq','ceRxy','addEventHandler','hook_start','removeTestUUID','16OAjFxt','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','beforeAll','../test-observability/test-details','302FGZfTT','afterEach','PuqBH','getInstance','dQtdg','QLbbD','name','../../../helpers/test-observability/requestQueueHandler','wFkej','setTestUUID','BkdBh','MOhjQ','beforeEach','WUrfs','hook_failure','HookRunStarted','SBVuu','teardown','TtEXl','testStarted','test_skip','8469622EWNjCH','PIinD','../../../helpers/helper','16283664HBQGeI','441059TJOgUS','ElWLP','HookRunFinished','test','2413992LgPZVE','removeAllListeners','FvmwI',':hookAnalyticsId','sendTestRunEvent','length','type','makeSingleTestResult','pQYRT','errorsDetailed','XtGAT','pid','uUhIi','XTLTM','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js'];a11_0x4c60=function(){return _0x2c1cbe;};return a11_0x4c60();}(function(_0x212ad7,_0x3d5da2){const _0x56e976=a11_0x481e,_0x3a88c3=_0x212ad7();while(!![]){try{const _0x13659d=-parseInt(_0x56e976(0xfe))/0x1+parseInt(_0x56e976(0xe5))/0x2*(-parseInt(_0x56e976(0x11c))/0x3)+-parseInt(_0x56e976(0x102))/0x4+-parseInt(_0x56e976(0xcf))/0x5+parseInt(_0x56e976(0xc9))/0x6+-parseInt(_0x56e976(0xfa))/0x7+parseInt(_0x56e976(0xe1))/0x8*(parseInt(_0x56e976(0xfd))/0x9);if(_0x13659d===_0x3d5da2)break;else _0x3a88c3['push'](_0x3a88c3['shift']());}catch(_0x169f24){_0x3a88c3['push'](_0x3a88c3['shift']());}}}(a11_0x4c60,0xb9158));const {requireModule}=require(a11_0x1fe701(0xfc)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a11_0x1fe701(0xec)),TestDetails=require(a11_0x1fe701(0xe4)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a11_0x1fe701(0x121)),exportsI=requireModule(a11_0x1fe701(0x110)),initInitialize=exportsI['initialize'];exportsI['initialize']=(..._0x3b969b)=>{const _0x492f81=a11_0x1fe701,_0x1bf545={'qtYCg':function(_0x2ca5fb){return _0x2ca5fb();},'ZIQuC':function(_0x311cac,_0x561ef1){return _0x311cac(_0x561ef1);},'GGhwH':'jest-circus/build/utils.js','MOhjQ':_0x492f81(0xdf),'uOvCH':function(_0x1272a1,_0x5a97fc){return _0x1272a1!==_0x5a97fc;},'eSzPY':_0x492f81(0xdd),'XTLTM':'oeLIV','icrfc':function(_0x298ea5,_0x39c867){return _0x298ea5===_0x39c867;},'dQtdg':_0x492f81(0x123),'MXotq':'qRLnx','HmYcC':_0x492f81(0xf4),'HThGa':'hook_success','FvmwI':function(_0x4eb1a5,_0x30343c){return _0x4eb1a5===_0x30343c;},'WUrfs':_0x492f81(0x113),'jLjUW':_0x492f81(0x100),'NFsFk':_0x492f81(0xf3),'ElWLP':_0x492f81(0xe3),'WbYtf':_0x492f81(0xf1),'npclm':_0x492f81(0xe6),'goYzJ':function(_0x2c0e0e,_0x47de05){return _0x2c0e0e>_0x47de05;},'NAuKT':_0x492f81(0xd4),'uUhIi':_0x492f81(0xca),'QncAT':function(_0x11daea,_0x30414f){return _0x11daea===_0x30414f;},'PuqBH':_0x492f81(0xcd),'TuqoS':_0x492f81(0xfb),'pQYRT':_0x492f81(0xd9),'xMQTY':function(_0x192ae5,_0x55d923){return _0x192ae5(_0x55d923);},'hZEzX':_0x492f81(0xf9),'RZQPt':function(_0x5680f6,_0x540535){return _0x5680f6(_0x540535);},'hpGZb':_0x492f81(0xd8),'huhVh':'run_describe_finish','wFkej':_0x492f81(0xf6),'MvEAA':function(_0x571f86,_0x46eb8d){return _0x571f86!==_0x46eb8d;},'AIJZC':_0x492f81(0xd5),'BkdBh':_0x492f81(0xea),'TtEXl':_0x492f81(0xcb),'SBVuu':function(_0x123fb5,_0x247d2d){return _0x123fb5(_0x247d2d);},'Rbisg':function(_0x1662cd,_0x367644){return _0x1662cd(_0x367644);},'ZSWSH':function(_0xb167c,..._0x398e9d){return _0xb167c(..._0x398e9d);}};try{const _0x518f89=new ObservabilityReporter();_0x518f89[_0x492f81(0x115)]&&(_0x1bf545[_0x492f81(0x119)](_0x1bf545[_0x492f81(0x122)],_0x1bf545[_0x492f81(0xef)])?(_0x1bf545[_0x492f81(0xd1)](patchConsoleLogger),_0x518f89[_0x492f81(0x118)]()):_0x1db886['keys'](_0x32826e)[_0x492f81(0x11e)](_0x172e2d=>{try{_0x130d7f&&(_0x424447[_0x172e2d]=_0x4f116e[_0x172e2d]);}catch{}})),_0x518f89[_0x492f81(0x115)]&&_0x1bf545['xMQTY'](requireModule,_0x1bf545[_0x492f81(0xf7)])[_0x492f81(0xde)](_0x1bf545[_0x492f81(0xf5)](o11yErrorHandler,async(_0x310c47,_0x38091a)=>{const _0x5872d2=_0x492f81,_0x2690dd={'XtGAT':function(_0x436ecc,_0x4f7ba6){const _0x82e082=a11_0x481e;return _0x1bf545[_0x82e082(0xda)](_0x436ecc,_0x4f7ba6);}},_0x450f74=_0x1bf545[_0x5872d2(0xda)](requireModule,_0x1bf545['GGhwH'])[_0x5872d2(0x109)];switch(_0x310c47[_0x5872d2(0xeb)]){case _0x1bf545[_0x5872d2(0xf0)]:if(_0x518f89[_0x5872d2(0x115)]){if(_0x1bf545['uOvCH'](_0x1bf545[_0x5872d2(0x125)],_0x1bf545[_0x5872d2(0x10f)])){if(!_0x310c47[_0x5872d2(0xd0)][_0x5872d2(0x124)]){if(_0x1bf545['icrfc'](_0x1bf545[_0x5872d2(0xe9)],_0x1bf545[_0x5872d2(0xe9)])){const _0x27dafc=TestDetails[_0x5872d2(0xee)](process['pid']+_0x5872d2(0x105));_0x310c47[_0x5872d2(0xd0)][_0x5872d2(0x124)]=_0x27dafc;}else _0x2b1775&&(_0x55e84b[_0x28efd5]=_0x465bd9[_0x1ee6d7]);}else{if(_0x310c47[_0x5872d2(0xd0)][_0x5872d2(0xd6)]){if(_0x1bf545[_0x5872d2(0x11f)](_0x1bf545[_0x5872d2(0xdc)],_0x1bf545[_0x5872d2(0xdc)]))try{_0x59ddf1&&(_0x19599b[_0x28139d]=_0x53858c[_0x22cfe0]);}catch{}else _0x310c47[_0x5872d2(0xd0)][_0x5872d2(0x124)]=TestDetails[_0x5872d2(0xee)](process[_0x5872d2(0x10d)]+_0x5872d2(0x105)),delete _0x310c47[_0x5872d2(0xd0)][_0x5872d2(0xd6)];}}_0x310c47[_0x5872d2(0xd0)][_0x5872d2(0x120)]=new Date()[_0x5872d2(0x117)](),await _0x518f89['sendTestRunEvent'](_0x310c47[_0x5872d2(0xd0)],undefined,![],_0x1bf545[_0x5872d2(0xdb)]);}else _0x2690dd[_0x5872d2(0x10c)](_0x3eefb5,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x1ea704);}break;case _0x1bf545[_0x5872d2(0x111)]:_0x518f89[_0x5872d2(0x115)]&&(_0x1bf545[_0x5872d2(0x104)](_0x1bf545[_0x5872d2(0xf2)],_0x1bf545['WUrfs'])?(await _0x518f89[_0x5872d2(0x106)](_0x310c47[_0x5872d2(0xd0)],undefined,![],_0x1bf545['jLjUW']),TestDetails[_0x5872d2(0xe0)](process[_0x5872d2(0x10d)]+_0x5872d2(0x105))):(_0x1bf545['qtYCg'](_0x14057),_0x252962['registerListeners']()));break;case _0x1bf545[_0x5872d2(0xd3)]:[_0x1bf545[_0x5872d2(0xff)],_0x1bf545[_0x5872d2(0x11d)],_0x1bf545['npclm']][_0x5872d2(0xcc)](_0x310c47[_0x5872d2(0xd0)][_0x5872d2(0x108)])&&(_0x518f89['hook_failure']=_0x310c47['hook'][_0x5872d2(0x108)]),_0x38091a[_0x5872d2(0x112)]&&_0x1bf545['goYzJ'](_0x38091a[_0x5872d2(0x112)][_0x5872d2(0x107)],0x0)&&(_0x310c47[_0x5872d2(0xd0)][_0x5872d2(0x10b)]=[_0x38091a[_0x5872d2(0x112)][0x0][0x0]]);if(_0x518f89[_0x5872d2(0x115)]){if(_0x1bf545[_0x5872d2(0x11f)](_0x1bf545['NAuKT'],_0x1bf545['NAuKT'])){const _0x19f895=_0x6013fd[_0x5872d2(0xee)](_0x56913a[_0x5872d2(0x10d)]+_0x5872d2(0x105));_0x2abb6f[_0x5872d2(0xd0)][_0x5872d2(0x124)]=_0x19f895;}else await _0x518f89[_0x5872d2(0x106)](_0x310c47[_0x5872d2(0xd0)],undefined,![],_0x1bf545[_0x5872d2(0xce)]),TestDetails['removeTestUUID'](process[_0x5872d2(0x10d)]+':hookAnalyticsId');}break;case _0x1bf545[_0x5872d2(0x10e)]:_0x518f89[_0x5872d2(0x115)]&&(_0x1bf545['QncAT'](_0x1bf545[_0x5872d2(0xe7)],_0x1bf545[_0x5872d2(0xd7)])?(_0x2f1802[_0x5872d2(0xd0)][_0x5872d2(0x124)]=_0x2c2b83[_0x5872d2(0xee)](_0x2605f3[_0x5872d2(0x10d)]+':hookAnalyticsId'),delete _0x898fcd[_0x5872d2(0xd0)]['markedStatus']):await _0x518f89[_0x5872d2(0xf8)](_0x310c47['test']));break;case _0x1bf545[_0x5872d2(0x10a)]:_0x310c47[_0x5872d2(0x101)]={..._0x1bf545['xMQTY'](_0x450f74,_0x310c47[_0x5872d2(0x101)]),..._0x310c47[_0x5872d2(0x101)]};_0x518f89[_0x5872d2(0x115)]&&(_0x518f89[_0x5872d2(0x115)]&&(!_0x310c47[_0x5872d2(0x101)][_0x5872d2(0xd6)]&&(_0x310c47[_0x5872d2(0x101)][_0x5872d2(0xd6)]=!![],await _0x518f89[_0x5872d2(0x106)](_0x310c47[_0x5872d2(0x101)]))));break;case _0x1bf545[_0x5872d2(0xd2)]:_0x310c47[_0x5872d2(0x101)]={..._0x1bf545[_0x5872d2(0x116)](_0x450f74,_0x310c47[_0x5872d2(0x101)]),..._0x310c47[_0x5872d2(0x101)]};_0x518f89[_0x5872d2(0x115)]&&(_0x518f89[_0x5872d2(0x115)]&&(!_0x310c47[_0x5872d2(0x101)]['markedStatus']&&(_0x310c47[_0x5872d2(0x101)][_0x5872d2(0xd6)]=!![],await _0x518f89[_0x5872d2(0x106)](_0x310c47['test'],undefined,![],_0x1bf545[_0x5872d2(0x11b)]))));break;case _0x1bf545[_0x5872d2(0x11a)]:_0x518f89['hook_failure']=null;break;case _0x1bf545[_0x5872d2(0xed)]:await RequestQueueHandler[_0x5872d2(0xe8)]()[_0x5872d2(0x114)](),process[_0x5872d2(0x103)]();break;default:}}));}catch(_0x3d1e48){_0x1bf545['Rbisg'](debug,_0x492f81(0xe2)+_0x3d1e48);}return _0x1bf545['ZSWSH'](initInitialize,..._0x3b969b);};try{Object['keys'](exportsI)[a11_0x1fe701(0x11e)](_0x265b12=>{try{exports&&(exports[_0x265b12]=exportsI[_0x265b12]);}catch{}});}catch{}
1
+ const a11_0x368d55=a11_0x5d18;(function(_0x227684,_0x4ec280){const _0xba2ae4=a11_0x5d18,_0x4d965a=_0x227684();while(!![]){try{const _0xe6ae07=-parseInt(_0xba2ae4(0x142))/0x1*(parseInt(_0xba2ae4(0x14d))/0x2)+-parseInt(_0xba2ae4(0x137))/0x3*(parseInt(_0xba2ae4(0x150))/0x4)+-parseInt(_0xba2ae4(0x181))/0x5*(-parseInt(_0xba2ae4(0x18b))/0x6)+parseInt(_0xba2ae4(0x16a))/0x7+-parseInt(_0xba2ae4(0x17d))/0x8*(-parseInt(_0xba2ae4(0x17c))/0x9)+-parseInt(_0xba2ae4(0x179))/0xa*(-parseInt(_0xba2ae4(0x15f))/0xb)+parseInt(_0xba2ae4(0x143))/0xc*(parseInt(_0xba2ae4(0x12e))/0xd);if(_0xe6ae07===_0x4ec280)break;else _0x4d965a['push'](_0x4d965a['shift']());}catch(_0xe4a96a){_0x4d965a['push'](_0x4d965a['shift']());}}}(a11_0x10a1,0xe0e32));const {requireModule}=require(a11_0x368d55(0x16c)),ObservabilityReporter=require(a11_0x368d55(0x174)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require(a11_0x368d55(0x130)),{o11yErrorHandler}=require(a11_0x368d55(0x15e)),exportsI=requireModule(a11_0x368d55(0x12a)),initInitialize=exportsI[a11_0x368d55(0x189)];function a11_0x5d18(_0xfc54d2,_0x193585){const _0x10a1f2=a11_0x10a1();return a11_0x5d18=function(_0x5d189a,_0x48e9cd){_0x5d189a=_0x5d189a-0x12a;let _0x1596b3=_0x10a1f2[_0x5d189a];return _0x1596b3;},a11_0x5d18(_0xfc54d2,_0x193585);}exportsI[a11_0x368d55(0x189)]=(..._0x18ebca)=>{const _0x51ed74=a11_0x368d55,_0x4feade={'QSzih':function(_0x4597d1){return _0x4597d1();},'pXpeP':function(_0x471698,_0x5e4bd7){return _0x471698(_0x5e4bd7);},'kxTZh':function(_0x3800ce,_0x3bb5bc){return _0x3800ce(_0x3bb5bc);},'Nrfpo':_0x51ed74(0x134),'lfIdr':'hook_start','HSTXx':function(_0x594ba4,_0x2174a0){return _0x594ba4===_0x2174a0;},'mNjUX':_0x51ed74(0x136),'famgj':_0x51ed74(0x145),'ZewCB':function(_0x432124,_0x2345a){return _0x432124!==_0x2345a;},'LgQbV':_0x51ed74(0x147),'LYQEe':_0x51ed74(0x158),'GygLp':'HookRunStarted','TQJLR':_0x51ed74(0x17e),'YiZiF':function(_0x16d81f,_0x263a5f){return _0x16d81f===_0x263a5f;},'qhrUn':_0x51ed74(0x13c),'hHLDN':_0x51ed74(0x18e),'zCHRk':_0x51ed74(0x18d),'jrahc':_0x51ed74(0x186),'zaePl':_0x51ed74(0x160),'wXhBR':_0x51ed74(0x164),'GVcrm':_0x51ed74(0x165),'CALsq':function(_0x5eed2b,_0x37fac9){return _0x5eed2b>_0x37fac9;},'haBQM':_0x51ed74(0x176),'hJpXy':_0x51ed74(0x14c),'Jpfil':_0x51ed74(0x144),'QBAEV':function(_0xd13128,_0x5be610){return _0xd13128===_0x5be610;},'zxGOr':'JwoCq','fhdyc':_0x51ed74(0x13f),'lIDhA':function(_0x3b3f87,_0x2ff662){return _0x3b3f87(_0x2ff662);},'uZMmo':_0x51ed74(0x171),'XKVit':function(_0x3e5489,_0x3d03b9){return _0x3e5489(_0x3d03b9);},'FZeIA':_0x51ed74(0x14a),'PvJvc':_0x51ed74(0x154),'PNFNA':'teardown','sTmQA':function(_0x222304,_0x5a8078){return _0x222304===_0x5a8078;},'PpBwp':_0x51ed74(0x131),'ERMEs':'jest-circus/build/state.js','lhBHc':function(_0x519c47,_0x3d1539){return _0x519c47(_0x3d1539);},'Cyvit':function(_0x48ea8a,_0x11453c){return _0x48ea8a(_0x11453c);},'Jgqbs':function(_0x55a28c,..._0x455a25){return _0x55a28c(..._0x455a25);}};try{const _0x28ce65=new ObservabilityReporter();if(_0x28ce65[_0x51ed74(0x13a)]){if(_0x4feade[_0x51ed74(0x157)](_0x4feade[_0x51ed74(0x180)],_0x4feade[_0x51ed74(0x180)]))_0x4feade[_0x51ed74(0x153)](patchConsoleLogger),_0x28ce65[_0x51ed74(0x167)]();else try{_0x1d47b2&&(_0x475359[_0x37a852]=_0x1cece4[_0x12270a]);}catch{}}_0x28ce65[_0x51ed74(0x13a)]&&_0x4feade[_0x51ed74(0x13e)](requireModule,_0x4feade['ERMEs'])['addEventHandler'](_0x4feade[_0x51ed74(0x132)](o11yErrorHandler,async(_0xa790c5,_0x1b942e)=>{const _0x307df9=_0x51ed74,_0x573c3b=_0x4feade[_0x307df9(0x13e)](requireModule,_0x4feade[_0x307df9(0x12f)])[_0x307df9(0x135)];switch(_0xa790c5[_0x307df9(0x185)]){case _0x4feade[_0x307df9(0x159)]:if(_0x28ce65['testObservability']){if(_0x4feade['HSTXx'](_0x4feade[_0x307df9(0x16d)],_0x4feade[_0x307df9(0x16d)])){if(!_0xa790c5[_0x307df9(0x183)][_0x307df9(0x178)]){if(_0x4feade[_0x307df9(0x12d)](_0x4feade[_0x307df9(0x141)],_0x4feade[_0x307df9(0x141)])){const _0x11167d=TestDetails[_0x307df9(0x173)](process['pid']+':hookAnalyticsId');_0xa790c5[_0x307df9(0x183)]['hookAnalyticsId']=_0x11167d;}else _0x4b2b0d&&(_0x22c605[_0x3188d4]=_0x1a2de9[_0x4c9056]);}else _0xa790c5[_0x307df9(0x183)]['markedStatus']&&(_0x4feade[_0x307df9(0x16e)](_0x4feade[_0x307df9(0x13b)],_0x4feade[_0x307df9(0x14b)])?(_0xa790c5[_0x307df9(0x183)]['hookAnalyticsId']=TestDetails[_0x307df9(0x173)](process[_0x307df9(0x169)]+':hookAnalyticsId'),delete _0xa790c5['hook'][_0x307df9(0x182)]):_0x4f8768[_0x307df9(0x15b)](_0x283108)[_0x307df9(0x139)](_0x496e90=>{try{_0x313b0f&&(_0x51c741[_0x496e90]=_0x42a81d[_0x496e90]);}catch{}}));_0xa790c5[_0x307df9(0x183)][_0x307df9(0x148)]=new Date()[_0x307df9(0x17b)](),await _0x28ce65[_0x307df9(0x16b)](_0xa790c5[_0x307df9(0x183)],undefined,![],_0x4feade[_0x307df9(0x155)]);}else _0x4feade[_0x307df9(0x153)](_0x5ad96e),_0x5110f8['registerListeners']();}break;case _0x4feade['TQJLR']:if(_0x28ce65['testObservability']){if(_0x4feade[_0x307df9(0x17a)](_0x4feade[_0x307df9(0x175)],_0x4feade['hHLDN'])){const _0x1b69b0=_0x35904c[_0x307df9(0x173)](_0x4a8a1f[_0x307df9(0x169)]+_0x307df9(0x151));_0x122e63[_0x307df9(0x183)]['hookAnalyticsId']=_0x1b69b0;}else await _0x28ce65[_0x307df9(0x16b)](_0xa790c5[_0x307df9(0x183)],undefined,![],_0x4feade[_0x307df9(0x140)]),TestDetails[_0x307df9(0x18a)](process['pid']+':hookAnalyticsId');}break;case _0x4feade[_0x307df9(0x13d)]:[_0x4feade[_0x307df9(0x156)],_0x4feade[_0x307df9(0x17f)],_0x4feade[_0x307df9(0x161)]][_0x307df9(0x15c)](_0xa790c5[_0x307df9(0x183)][_0x307df9(0x12b)])&&(_0x28ce65[_0x307df9(0x186)]=_0xa790c5['hook'][_0x307df9(0x12b)]),_0x1b942e[_0x307df9(0x18c)]&&_0x4feade[_0x307df9(0x138)](_0x1b942e['unhandledErrors'][_0x307df9(0x188)],0x0)&&(_0xa790c5['hook'][_0x307df9(0x14e)]=[_0x1b942e[_0x307df9(0x18c)][0x0][0x0]]);_0x28ce65['testObservability']&&(_0x4feade[_0x307df9(0x16e)](_0x4feade[_0x307df9(0x152)],_0x4feade[_0x307df9(0x163)])?(await _0x28ce65[_0x307df9(0x16b)](_0xa790c5[_0x307df9(0x183)],undefined,![],_0x4feade['zCHRk']),TestDetails['removeTestUUID'](process[_0x307df9(0x169)]+_0x307df9(0x151))):(_0x542e30[_0x307df9(0x183)][_0x307df9(0x178)]=_0x24e551['setTestUUID'](_0x1562a6[_0x307df9(0x169)]+_0x307df9(0x151)),delete _0x5d7826['hook'][_0x307df9(0x182)]));break;case _0x4feade['Jpfil']:_0x28ce65[_0x307df9(0x13a)]&&(_0x4feade[_0x307df9(0x16f)](_0x4feade['zxGOr'],_0x4feade[_0x307df9(0x172)])?await _0x28ce65['testStarted'](_0xa790c5[_0x307df9(0x149)]):_0x4feade[_0x307df9(0x146)](_0x243a1b,_0x307df9(0x133)+_0x2a3f11));break;case _0x4feade[_0x307df9(0x162)]:_0xa790c5[_0x307df9(0x149)]={..._0x4feade[_0x307df9(0x15d)](_0x573c3b,_0xa790c5[_0x307df9(0x149)]),..._0xa790c5[_0x307df9(0x149)]};_0x28ce65[_0x307df9(0x13a)]&&(_0x28ce65[_0x307df9(0x13a)]&&(!_0xa790c5[_0x307df9(0x149)][_0x307df9(0x182)]&&(_0xa790c5[_0x307df9(0x149)]['markedStatus']=!![],await _0x28ce65[_0x307df9(0x16b)](_0xa790c5['test']))));break;case _0x4feade[_0x307df9(0x170)]:_0xa790c5[_0x307df9(0x149)]={..._0x4feade[_0x307df9(0x184)](_0x573c3b,_0xa790c5[_0x307df9(0x149)]),..._0xa790c5['test']};_0x28ce65[_0x307df9(0x13a)]&&(_0x28ce65['testObservability']&&(!_0xa790c5[_0x307df9(0x149)][_0x307df9(0x182)]&&(_0xa790c5[_0x307df9(0x149)][_0x307df9(0x182)]=!![],await _0x28ce65['sendTestRunEvent'](_0xa790c5[_0x307df9(0x149)],undefined,![],_0x4feade[_0x307df9(0x14f)]))));break;case _0x4feade[_0x307df9(0x177)]:_0x28ce65['hook_failure']=null;break;case _0x4feade['PNFNA']:await RequestQueueHandler[_0x307df9(0x168)]()[_0x307df9(0x12c)](),process[_0x307df9(0x166)]();break;default:}}));}catch(_0x2b37d0){_0x4feade[_0x51ed74(0x187)](debug,_0x51ed74(0x133)+_0x2b37d0);}return _0x4feade[_0x51ed74(0x15a)](initInitialize,..._0x18ebca);};function a11_0x10a1(){const _0x5e2c0a=['kxTZh','test_done','zCHRk','famgj','1381207EGdbBW','1769748kbJhMf','test_start','LdPNr','pXpeP','bWiPP','started_at','test','TestRunSkipped','LYQEe','Yjlqk','2fnCpvb','errorsDetailed','FZeIA','57028yZWQZZ',':hookAnalyticsId','haBQM','QSzih','run_describe_finish','GygLp','zaePl','sTmQA','KttEH','lfIdr','Jgqbs','keys','includes','lIDhA','../../../helpers/test-observability/error-handler','22iKsNmN','beforeAll','GVcrm','fhdyc','hJpXy','beforeEach','afterEach','removeAllListeners','registerListeners','getInstance','pid','1563240JtqhcV','sendTestRunEvent','../../../helpers/helper','mNjUX','ZewCB','QBAEV','uZMmo','test_skip','zxGOr','setTestUUID','../test-observability/obsReporter','qhrUn','YRtsR','PvJvc','hookAnalyticsId','493680pJkMkC','YiZiF','toISOString','195147nDEers','240wHGJsk','hook_success','wXhBR','PpBwp','412990fLXDRV','markedStatus','hook','XKVit','name','hook_failure','Cyvit','length','initialize','removeTestUUID','54NOAMAC','unhandledErrors','HookRunFinished','KSZtH','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','type','shutdown','HSTXx','156XNUTKd','Nrfpo','../../../helpers/test-observability/utils','jUyOu','lhBHc','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','jest-circus/build/utils.js','makeSingleTestResult','UCzWB','249xAgZul','CALsq','forEach','testObservability','LgQbV','SuSba','jrahc'];a11_0x10a1=function(){return _0x5e2c0a;};return a11_0x10a1();}try{Object['keys'](exportsI)['forEach'](_0x169efe=>{try{exports&&(exports[_0x169efe]=exportsI[_0x169efe]);}catch{}});}catch{}
@@ -1 +1 @@
1
- 'use strict';const a12_0x133f95=a12_0x3859;function a12_0x484f(){const _0x73095b=['OuEde','defineProperty','oubmc','8DSNFvZ','lzjIw','testEnvironmentOptions','config','forEach','PxOgD','freeze','1256736kxZaDD','flqvc','parallels__','_globalConfig','1746122jgcoiw','context','3149090rhcBzz','cinLu','capabilities','rCxHp','ungNu','ZCqII','runTests','jest-runner','slice','false','AyqDq','yQewe','push','ebgLP','kGoHU','3503048ULxJko','1411952BMkIVx','241091jZtiRW','gjUqL','QyNzM','serial','LEfFa','jfAne','9ShqPAj','length','xxwFB','value','1542747yYJWbU','exports','serial__','default','fAcDK'];a12_0x484f=function(){return _0x73095b;};return a12_0x484f();}(function(_0x5e067c,_0x52eeb4){const _0x4f09d4=a12_0x3859,_0x1f65e0=_0x5e067c();while(!![]){try{const _0xc2998e=parseInt(_0x4f09d4(0x14e))/0x1+parseInt(_0x4f09d4(0x14d))/0x2+parseInt(_0x4f09d4(0x158))/0x3*(-parseInt(_0x4f09d4(0x160))/0x4)+parseInt(_0x4f09d4(0x16d))/0x5+-parseInt(_0x4f09d4(0x167))/0x6+-parseInt(_0x4f09d4(0x16b))/0x7+parseInt(_0x4f09d4(0x14c))/0x8*(parseInt(_0x4f09d4(0x154))/0x9);if(_0xc2998e===_0x52eeb4)break;else _0x1f65e0['push'](_0x1f65e0['shift']());}catch(_0x3eb8d4){_0x1f65e0['push'](_0x1f65e0['shift']());}}}(a12_0x484f,0x80c06));function a12_0x3859(_0x4139e7,_0x49cf3d){const _0x484f77=a12_0x484f();return a12_0x3859=function(_0x385908,_0x59eb4b){_0x385908=_0x385908-0x146;let _0xee5484=_0x484f77[_0x385908];return _0xee5484;},a12_0x3859(_0x4139e7,_0x49cf3d);}const {requireModule,isBrowserstackInfra}=require('../../../helpers/helper'),a12_0x2d39f0={};a12_0x2d39f0[a12_0x133f95(0x157)]=!![],Object[a12_0x133f95(0x15e)](exports,'__esModule',a12_0x2d39f0),exports[a12_0x133f95(0x15b)]=void 0x0;function _interopRequireDefault(_0x50243a){return _0x50243a&&_0x50243a['__esModule']?_0x50243a:{'default':_0x50243a};}const JestRunner=_interopRequireDefault(requireModule(a12_0x133f95(0x174)))[a12_0x133f95(0x15b)];class TestRunner extends JestRunner{constructor(..._0x3f2134){super(..._0x3f2134);}[a12_0x133f95(0x173)](..._0x50ff4a){const _0x1d05ee=a12_0x133f95,_0x333ed4={'LEfFa':function(_0x1e367a,_0x2f2795){return _0x1e367a*_0x2f2795;},'PxOgD':function(_0x3a0d55,_0x34e4cf){return _0x3a0d55===_0x34e4cf;},'oubmc':_0x1d05ee(0x153),'ZCqII':function(_0x138bfa){return _0x138bfa();},'xxwFB':function(_0x3b1b54,_0x5d8bee){return _0x3b1b54!==_0x5d8bee;},'hnWgS':_0x1d05ee(0x148),'flqvc':_0x1d05ee(0x147),'HpCgr':function(_0x289d7f,_0xea6675){return _0x289d7f-_0xea6675;},'gjUqL':_0x1d05ee(0x171),'cinLu':_0x1d05ee(0x146),'fAcDK':function(_0x44949c,_0x17eeaf){return _0x44949c!==_0x17eeaf;},'OuEde':'ITBNP','kGoHU':_0x1d05ee(0x170),'ebgLP':function(_0x156ad3,_0xe74a21){return _0x156ad3<_0xe74a21;},'QyNzM':_0x1d05ee(0x161)};if(!_0x333ed4[_0x1d05ee(0x172)](isBrowserstackInfra)){if(_0x333ed4[_0x1d05ee(0x156)](_0x333ed4['hnWgS'],_0x333ed4[_0x1d05ee(0x168)]))return super['runTests'](..._0x50ff4a);else{const _0x21e5f4={};return _0x21e5f4['default']=_0xf3f97d,_0x57daf9&&_0x39c3fd['__esModule']?_0x4f3216:_0x21e5f4;}}const _0x9d9df7=_0x50ff4a[0x0],_0x2461a9=_0x50ff4a[_0x333ed4['HpCgr'](_0x50ff4a[_0x1d05ee(0x155)],0x1)],_0x4780f6=_0x9d9df7[0x0]['context'][_0x1d05ee(0x163)][_0x1d05ee(0x162)][_0x1d05ee(0x16f)],_0x16091e=_0x9d9df7[0x0]['context'][_0x1d05ee(0x163)][_0x1d05ee(0x162)][_0x1d05ee(0x169)];_0x16091e&&(_0x333ed4[_0x1d05ee(0x156)](_0x333ed4[_0x1d05ee(0x14f)],_0x333ed4[_0x1d05ee(0x14f)])?this[_0x1d05ee(0x16a)]=_0x535a6b['freeze']({...this['_globalConfig'],'maxWorkers':_0x333ed4[_0x1d05ee(0x152)](_0x35f6f3,_0x2206cf[_0x1d05ee(0x155)])}):this[_0x1d05ee(0x16a)]=Object[_0x1d05ee(0x166)]({...this[_0x1d05ee(0x16a)],'maxWorkers':_0x333ed4['LEfFa'](_0x16091e,_0x4780f6[_0x1d05ee(0x155)])}));if(_0x333ed4['PxOgD'](_0x9d9df7[0x0]['context'][_0x1d05ee(0x163)][_0x1d05ee(0x162)][_0x1d05ee(0x15a)],_0x333ed4[_0x1d05ee(0x16e)])){if(_0x333ed4[_0x1d05ee(0x15c)](_0x333ed4[_0x1d05ee(0x15d)],_0x333ed4[_0x1d05ee(0x14b)]))_0x2461a9&&(_0x2461a9[_0x1d05ee(0x151)]=![]);else{const _0x492712={..._0x59913f[_0xd133af]},_0x2c54c6=_0x492712;_0x2c54c6[_0x1d05ee(0x16c)]=_0x30568a['freeze']({..._0x2c54c6[_0x1d05ee(0x16c)],'config':{..._0x2c54c6[_0x1d05ee(0x16c)][_0x1d05ee(0x163)],'capability':_0xa26d51,'browserstackPlatformIndex':_0xc5ff32}}),_0x40f460[_0x1d05ee(0x149)](_0x2c54c6);}}const _0x42e47c=[];for(let _0x1488d0=0x0;_0x333ed4[_0x1d05ee(0x14a)](_0x1488d0,_0x9d9df7[_0x1d05ee(0x155)]);_0x1488d0++){if(_0x333ed4[_0x1d05ee(0x165)](_0x333ed4[_0x1d05ee(0x150)],_0x333ed4[_0x1d05ee(0x150)])){const _0x44b3b7=[];_0x4780f6[_0x1d05ee(0x164)]((_0x232770,_0x611d5f)=>{const _0xf51a1e=_0x1d05ee;if(_0x333ed4['PxOgD'](_0x333ed4[_0xf51a1e(0x15f)],_0x333ed4[_0xf51a1e(0x15f)])){const _0x103c6a={..._0x9d9df7[_0x1488d0]},_0x5ef343=_0x103c6a;_0x5ef343[_0xf51a1e(0x16c)]=Object[_0xf51a1e(0x166)]({..._0x5ef343['context'],'config':{..._0x5ef343[_0xf51a1e(0x16c)][_0xf51a1e(0x163)],'capability':_0x232770,'browserstackPlatformIndex':_0x611d5f}}),_0x44b3b7[_0xf51a1e(0x149)](_0x5ef343);}else _0x25f4c7&&(_0x1a9cbd[_0xf51a1e(0x151)]=![]);}),_0x42e47c['push'](..._0x44b3b7);}else{const _0xbef4bc=[];_0xb756a8['forEach']((_0x4bfd7e,_0x1bc9b6)=>{const _0x1681cd=_0x1d05ee,_0x2d64c0={..._0x34fdba[_0x126190]},_0x250d6d=_0x2d64c0;_0x250d6d[_0x1681cd(0x16c)]=_0x4fb20d[_0x1681cd(0x166)]({..._0x250d6d[_0x1681cd(0x16c)],'config':{..._0x250d6d['context'][_0x1681cd(0x163)],'capability':_0x4bfd7e,'browserstackPlatformIndex':_0x1bc9b6}}),_0xbef4bc['push'](_0x250d6d);}),_0xe150db['push'](..._0xbef4bc);}}return super['runTests'](_0x42e47c,..._0x50ff4a[_0x1d05ee(0x175)](0x1));}}module[a12_0x133f95(0x159)]=TestRunner;
1
+ 'use strict';const a12_0x41eca0=a12_0x2ab2;(function(_0x58ca62,_0xc0156f){const _0x2bab4b=a12_0x2ab2,_0x18389d=_0x58ca62();while(!![]){try{const _0x215559=parseInt(_0x2bab4b(0x1a4))/0x1*(parseInt(_0x2bab4b(0x17b))/0x2)+parseInt(_0x2bab4b(0x172))/0x3*(parseInt(_0x2bab4b(0x1a0))/0x4)+-parseInt(_0x2bab4b(0x193))/0x5*(parseInt(_0x2bab4b(0x19c))/0x6)+-parseInt(_0x2bab4b(0x18d))/0x7+parseInt(_0x2bab4b(0x198))/0x8+parseInt(_0x2bab4b(0x17f))/0x9*(-parseInt(_0x2bab4b(0x183))/0xa)+parseInt(_0x2bab4b(0x187))/0xb;if(_0x215559===_0xc0156f)break;else _0x18389d['push'](_0x18389d['shift']());}catch(_0xfe2285){_0x18389d['push'](_0x18389d['shift']());}}}(a12_0x53ba,0xcb6be));function a12_0x2ab2(_0x58b354,_0x1e7215){const _0x53ba8f=a12_0x53ba();return a12_0x2ab2=function(_0x2ab21a,_0x40858d){_0x2ab21a=_0x2ab21a-0x16d;let _0x405278=_0x53ba8f[_0x2ab21a];return _0x405278;},a12_0x2ab2(_0x58b354,_0x1e7215);}function a12_0x53ba(){const _0x22747d=['jest-runner','jXNXi','CQLFV','slice','8721195XjywtP','__esModule','serial','dMYDg','config','raCMj','3405cNsUQN','freeze','defineProperty','YPzPH','jZUTK','5812944ZBPFjl','gRblx','TwhKm','length','9924VHakXN','oiXpf','capabilities','_globalConfig','756440mPFuoe','VuieB','default','WXpBU','203453UMtmJb','cWfqO','eOPsA','aGwdO','push','svVvq','forEach','3YlRuxJ','tXeCI','oHnUW','aPuuV','gavID','ZMNTQ','false','EhLaJ','serial__','10RfyEbx','Voxfx','UFRYJ','context','9TFdxTy','../../../helpers/helper','sJivP','igZLM','7600690CLToAJ','testEnvironmentOptions','value','runTests','22358039rsWWpI','exports'];a12_0x53ba=function(){return _0x22747d;};return a12_0x53ba();}const {requireModule,isBrowserstackInfra}=require(a12_0x41eca0(0x180)),a12_0x5750ee={};a12_0x5750ee[a12_0x41eca0(0x185)]=!![],Object[a12_0x41eca0(0x195)](exports,a12_0x41eca0(0x18e),a12_0x5750ee),exports[a12_0x41eca0(0x1a2)]=void 0x0;function _interopRequireDefault(_0x161ab4){const _0x156513=a12_0x41eca0;return _0x161ab4&&_0x161ab4[_0x156513(0x18e)]?_0x161ab4:{'default':_0x161ab4};}const JestRunner=_interopRequireDefault(requireModule(a12_0x41eca0(0x189)))[a12_0x41eca0(0x1a2)];class TestRunner extends JestRunner{constructor(..._0x1f87b7){super(..._0x1f87b7);}[a12_0x41eca0(0x186)](..._0x4a9b0c){const _0x28af13=a12_0x41eca0,_0x46f0ac={'ZMNTQ':function(_0x1ac5bf,_0x1507aa){return _0x1ac5bf*_0x1507aa;},'gRblx':function(_0x4f80fe,_0x3b64c9){return _0x4f80fe===_0x3b64c9;},'tXeCI':_0x28af13(0x174),'Voxfx':function(_0x57d807){return _0x57d807();},'kGnJv':function(_0x134ff1,_0x5aade1){return _0x134ff1!==_0x5aade1;},'raCMj':'kEKuo','aGwdO':_0x28af13(0x18a),'TwhKm':function(_0x197535,_0x31fa09){return _0x197535-_0x31fa09;},'igZLM':function(_0xf229df,_0x3ec5f2){return _0xf229df===_0x3ec5f2;},'QlaUO':'gEmRT','eOPsA':_0x28af13(0x1a1),'cWfqO':function(_0x1ef980,_0x88a42c){return _0x1ef980*_0x88a42c;},'YPzPH':function(_0x483bb7,_0x340359){return _0x483bb7===_0x340359;},'WXpBU':_0x28af13(0x178),'UFRYJ':function(_0x141d2e,_0x51726c){return _0x141d2e===_0x51726c;},'EhLaJ':_0x28af13(0x176),'CQLFV':_0x28af13(0x175),'jZUTK':function(_0x4e7aa3,_0x43344b){return _0x4e7aa3<_0x43344b;},'oiXpf':function(_0xfcce9d,_0x572559){return _0xfcce9d!==_0x572559;},'svVvq':_0x28af13(0x190)};if(!_0x46f0ac[_0x28af13(0x17c)](isBrowserstackInfra)){if(_0x46f0ac['kGnJv'](_0x46f0ac[_0x28af13(0x192)],_0x46f0ac[_0x28af13(0x16e)]))return super[_0x28af13(0x186)](..._0x4a9b0c);else{const _0x4e1181={..._0x351773[_0x5618db]},_0x341ec3=_0x4e1181;_0x341ec3['context']=_0x1fd5d3[_0x28af13(0x194)]({..._0x341ec3[_0x28af13(0x17e)],'config':{..._0x341ec3[_0x28af13(0x17e)]['config'],'capability':_0x4d249d,'browserstackPlatformIndex':_0x29fc74}}),_0x16a282[_0x28af13(0x16f)](_0x341ec3);}}const _0x5c4663=_0x4a9b0c[0x0],_0x24f954=_0x4a9b0c[_0x46f0ac[_0x28af13(0x19a)](_0x4a9b0c['length'],0x1)],_0xd18492=_0x5c4663[0x0][_0x28af13(0x17e)][_0x28af13(0x191)][_0x28af13(0x184)][_0x28af13(0x19e)],_0x2d02e1=_0x5c4663[0x0][_0x28af13(0x17e)]['config']['testEnvironmentOptions']['parallels__'];_0x2d02e1&&(_0x46f0ac[_0x28af13(0x182)](_0x46f0ac['QlaUO'],_0x46f0ac[_0x28af13(0x16d)])?_0x433616&&(_0x2eeb65[_0x28af13(0x18f)]=![]):this[_0x28af13(0x19f)]=Object[_0x28af13(0x194)]({...this['_globalConfig'],'maxWorkers':_0x46f0ac[_0x28af13(0x1a5)](_0x2d02e1,_0xd18492[_0x28af13(0x19b)])}));if(_0x46f0ac[_0x28af13(0x196)](_0x5c4663[0x0][_0x28af13(0x17e)][_0x28af13(0x191)][_0x28af13(0x184)][_0x28af13(0x17a)],_0x46f0ac[_0x28af13(0x1a3)])){if(_0x46f0ac[_0x28af13(0x17d)](_0x46f0ac[_0x28af13(0x179)],_0x46f0ac[_0x28af13(0x18b)])){const _0x26089a={};return _0x26089a[_0x28af13(0x1a2)]=_0x483a4,_0x5e9765&&_0x3b37da[_0x28af13(0x18e)]?_0x5631ac:_0x26089a;}else _0x24f954&&(_0x24f954[_0x28af13(0x18f)]=![]);}const _0x1ff3f0=[];for(let _0x243f7c=0x0;_0x46f0ac[_0x28af13(0x197)](_0x243f7c,_0x5c4663[_0x28af13(0x19b)]);_0x243f7c++){if(_0x46f0ac[_0x28af13(0x19d)](_0x46f0ac[_0x28af13(0x170)],_0x46f0ac['svVvq'])){const _0x1fcdf4=[];_0x462412['forEach']((_0x558789,_0x4df8c5)=>{const _0x3ad1e1=_0x28af13,_0x47a4d3={..._0x2482fe[_0x57e2a6]},_0x544955=_0x47a4d3;_0x544955[_0x3ad1e1(0x17e)]=_0x2866d4[_0x3ad1e1(0x194)]({..._0x544955['context'],'config':{..._0x544955['context']['config'],'capability':_0x558789,'browserstackPlatformIndex':_0x4df8c5}}),_0x1fcdf4[_0x3ad1e1(0x16f)](_0x544955);}),_0x133dc8[_0x28af13(0x16f)](..._0x1fcdf4);}else{const _0x2a5331=[];_0xd18492[_0x28af13(0x171)]((_0x41c31e,_0xefee6e)=>{const _0x1492b6=_0x28af13,_0x3d0482={'sJivP':function(_0x2d9647,_0x3db6b6){const _0x53959c=a12_0x2ab2;return _0x46f0ac[_0x53959c(0x177)](_0x2d9647,_0x3db6b6);}};if(_0x46f0ac[_0x1492b6(0x199)](_0x46f0ac[_0x1492b6(0x173)],_0x46f0ac[_0x1492b6(0x173)])){const _0x1ff2d8={..._0x5c4663[_0x243f7c]},_0x131a47=_0x1ff2d8;_0x131a47[_0x1492b6(0x17e)]=Object['freeze']({..._0x131a47[_0x1492b6(0x17e)],'config':{..._0x131a47[_0x1492b6(0x17e)][_0x1492b6(0x191)],'capability':_0x41c31e,'browserstackPlatformIndex':_0xefee6e}}),_0x2a5331['push'](_0x131a47);}else this[_0x1492b6(0x19f)]=_0x5dcf4c['freeze']({...this[_0x1492b6(0x19f)],'maxWorkers':_0x3d0482[_0x1492b6(0x181)](_0x57f574,_0x188365['length'])});}),_0x1ff3f0[_0x28af13(0x16f)](..._0x2a5331);}}return super[_0x28af13(0x186)](_0x1ff3f0,..._0x4a9b0c[_0x28af13(0x18c)](0x1));}}module[a12_0x41eca0(0x188)]=TestRunner;
@@ -1 +1 @@
1
- const a13_0x58f673=a13_0x2fe9;(function(_0x53efeb,_0x5e42e1){const _0x343889=a13_0x2fe9,_0x51f32b=_0x53efeb();while(!![]){try{const _0x55b187=-parseInt(_0x343889(0xf6))/0x1*(-parseInt(_0x343889(0xdd))/0x2)+-parseInt(_0x343889(0x109))/0x3*(-parseInt(_0x343889(0x100))/0x4)+-parseInt(_0x343889(0xe4))/0x5*(parseInt(_0x343889(0x105))/0x6)+-parseInt(_0x343889(0x104))/0x7*(parseInt(_0x343889(0x111))/0x8)+parseInt(_0x343889(0xaf))/0x9+parseInt(_0x343889(0xc4))/0xa+-parseInt(_0x343889(0x13a))/0xb;if(_0x55b187===_0x5e42e1)break;else _0x51f32b['push'](_0x51f32b['shift']());}catch(_0x2da3d0){_0x51f32b['push'](_0x51f32b['shift']());}}}(a13_0x1909,0x7efbb));const {isTestObservabilitySession,sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a13_0x58f673(0x10b));let __error_messages__=[];const RequestQueueHandler=require(a13_0x58f673(0xb8));function a13_0x2fe9(_0x523fb3,_0x1965a5){const _0x190949=a13_0x1909();return a13_0x2fe9=function(_0x2fe9c1,_0x5ebfd9){_0x2fe9c1=_0x2fe9c1-0x77;let _0x37f648=_0x190949[_0x2fe9c1];return _0x37f648;},a13_0x2fe9(_0x523fb3,_0x1965a5);}jest[a13_0x58f673(0xca)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x58f673(0xde)),{percyAutoCapture}=require(a13_0x58f673(0xf9)),logger=require('../../helpers/logger')[a13_0x58f673(0xed)],TestDetails=require(a13_0x58f673(0x86)),PerformanceTester=require(a13_0x58f673(0x143));function stripUnicode(_0x3c7bbc){const _0x7efcb9=a13_0x58f673;return _0x3c7bbc[_0x7efcb9(0x13f)](/\\u001b\[.*?m/g,'')[_0x7efcb9(0xae)](0x1,-0x1);}function a13_0x1909(){const _0x20f643=['percyCaptureMode','ZfItx','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','\x22,\x22level\x22:\x20\x22info\x22}}','\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','kZFru','VnTTp','BdHLp','zoVCN','stringify','lCNkd','kDoRt','ajkFc','nzOeC','RXBNR','RPXlW','executeScript','dXtwA','hGRsO','jjKnJ','now','nuyzO','startMonitoring','isArray','DIvHZ','ajTHT','aiUaB','getCurrentUrl','6791598RtcOef','undefined','rGbTJ','failedExpectations','NSwyC','replace','NDrvV','Otjjq','quitCount_','../../helpers/performance-tester','browserstackSessionName','EmiHj','yUQDh','getState','specStarted','currentTest','gZpEl','pJbPc','vcwSy','HeGAD','nLsEX','WTQLP','name','NEPCM','pgAaE','UtQBB','./test-observability/test-details','iglHK','\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','session_','hPijJ','jomCR','AzDUw','shift','FIgia','oOdrb','YLdMB','error','ENzek','iFdSi','errors','pid','\x22}}','pushPerfMeasures','xzQtD','fJANR','mxrNd','plxRo','tnqMu','OQuLE','push','info','ObservabilitySync:','wAlKs','GnbMb','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','MZrzh','iimFR','EdVZb','tjZgn','vbCEy','TFCHa','qaMpK','sshth','advjd','iJbrH','slice','2916486LsNdNr','jwUHC','soidU','DXkzJ','currentTestName','Capah','osFwn','obzkK','UJHJb','../../helpers/test-observability/requestQueueHandler','vzoEQ','Iwusa','xLzGs','UasBY','capabilities','log','Anyzx','isAccessibilityPlatform','RCPRG',',\x22level\x22:\x20\x22','getEnv','2339510YxzNtu','env','gWrVy','BKlSm','CMhRc','Lwofg','setTimeout','executeAsyncScript','pFtqq','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','awkPy','mspBu','OvviQ','oUxIh','Txemo','IVWgW','titlePath','testPath','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','lOgRm','\x22,\x22level\x22:\x20\x22error\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','EEshr','fQnLp','xBVkV','1458FSUGFX','../../helpers/accessibility-automation/helper','debug','wqqFA','protocol','oKjfE','percy','15MZvfwF','\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','removeAllListeners','cgZwz','BS_A11Y_TEST_RUN_ID','ksBOH','ijlaj','OTBYL','XZbYD','winstonLogger','YttVj','YiOjr','aeyWD','SYYlm','description','LExgo','yWHiN','EnCfk','1283YTDGie','zFfOI','pendingUploads','../../helpers/percy/utils','etSSf','LRrBz','VuSeS','tVPvr','addReporter','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','3271340AawzMK',':testAnalyticsId','length','Fxnwa','576751ruROiq','1852854pTMzJN','klQTx','getInstance','tjTFY','3bdAmYo','ogdcz','../../helpers/helper','wQVAT','__drivers','JFImn','yCZMn','SCTcy','24cZPmNH','Nlmfr','YjNZg','sdDsS','MyAzu','.\x20Error\x20:','message','VNRwK','getTestUUID','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','upwgT','dYcuB','kAhee'];a13_0x1909=function(){return _0x20f643;};return a13_0x1909();}async function setContext(){const _0x2f70a4=a13_0x58f673,_0x3fc2b5={'LRrBz':function(_0x526a55,_0x59eaaf){return _0x526a55<=_0x59eaaf;},'ksBOH':function(_0x5c4e95,_0x3082a6){return _0x5c4e95(_0x3082a6);},'UtQBB':function(_0x213ca7){return _0x213ca7();},'obzkK':function(_0x36ac80,_0x422df7,_0x3e12de){return _0x36ac80(_0x422df7,_0x3e12de);},'lOgRm':function(_0x1b5e58,_0x5b7db8){return _0x1b5e58>_0x5b7db8;},'wQVAT':function(_0x3782e7,_0x531fce){return _0x3782e7(_0x531fce);},'VuSeS':_0x2f70a4(0xcd),'pJbPc':function(_0x48dcbc,_0x1baee0){return _0x48dcbc(_0x1baee0);},'tjTFY':function(_0x3dd1aa){return _0x3dd1aa();},'nuyzO':function(_0x70e42c,_0x2ed2a4){return _0x70e42c!==_0x2ed2a4;},'fJANR':'ZdfRH','FYgKd':_0x2f70a4(0xbb),'YNGXJ':_0x2f70a4(0xd1),'cHBRF':_0x2f70a4(0x110),'vcwSy':function(_0x274733,_0x4f38e5){return _0x274733!==_0x4f38e5;},'nHanJ':_0x2f70a4(0x13b),'hPijJ':function(_0x28e232,_0x24ed98){return _0x28e232!==_0x24ed98;},'ENzek':_0x2f70a4(0x138),'YjNZg':function(_0x3ceb59,_0x52ef06){return _0x3ceb59>_0x52ef06;},'vzoEQ':function(_0x3a96c0,_0x53e174){return _0x3a96c0===_0x53e174;},'wAlKs':_0x2f70a4(0xf0),'gWrVy':_0x2f70a4(0x77),'OvviQ':function(_0x3cafb2,_0x429af6){return _0x3cafb2(_0x429af6);},'xzQtD':function(_0x584431,_0x574887){return _0x584431===_0x574887;},'EnCfk':_0x2f70a4(0x9a),'fQnLp':function(_0x29138c,_0x3bba19){return _0x29138c(_0x3bba19);},'EEshr':function(_0x15c1f1,_0x3506cc){return _0x15c1f1!==_0x3506cc;},'BKlSm':'chXON','pFtqq':'OWhcS','CMhRc':_0x2f70a4(0x9c),'FIgia':function(_0x5094f8,_0x2de10d){return _0x5094f8(_0x2de10d);},'MyAzu':function(_0x5ce6f6,_0x391557){return _0x5ce6f6===_0x391557;},'cgZwz':_0x2f70a4(0xcf),'yUQDh':_0x2f70a4(0xef),'jwUHC':function(_0x2e2908,_0x468098){return _0x2e2908(_0x468098);},'GnbMb':_0x2f70a4(0x130),'tVPvr':_0x2f70a4(0xdc)};if(!_0x3fc2b5[_0x2f70a4(0x108)](isBrowserstackInfra)){if(_0x3fc2b5[_0x2f70a4(0x133)](_0x3fc2b5[_0x2f70a4(0x99)],_0x3fc2b5['FYgKd']))return;else _0x302869[_0x2f70a4(0x91)](_0x2f70a4(0xa3)+this[_0x2f70a4(0x7b)]['titlePath']()+_0x2f70a4(0x116),_0x3c1a1b);}if(!sessionNameProvided){if(_0x3fc2b5['nuyzO'](_0x3fc2b5['YNGXJ'],_0x3fc2b5['cHBRF'])){const _0x4c0522=expect[_0x2f70a4(0x79)]()[_0x2f70a4(0xb3)];await __drivers[0x0][_0x2f70a4(0x12e)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4c0522+_0x2f70a4(0x96));}else _0x451de7[_0x2f70a4(0xdf)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0xb94f7e);}let _0x59bebb=null,_0x588c91=![];if(_0x3fc2b5[_0x2f70a4(0x7e)](typeof jasmine,_0x3fc2b5['nHanJ']))_0x3fc2b5[_0x2f70a4(0x8a)](_0x3fc2b5[_0x2f70a4(0x92)],_0x3fc2b5[_0x2f70a4(0x92)])?_0x12f10f[_0x2f70a4(0x91)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x20e70c):jasmine[_0x2f70a4(0x7b)][_0x2f70a4(0x13d)]&&_0x3fc2b5[_0x2f70a4(0x113)](jasmine['currentTest'][_0x2f70a4(0x13d)]['length'],0x0)?_0x3fc2b5[_0x2f70a4(0xb9)](_0x3fc2b5[_0x2f70a4(0xa1)],_0x3fc2b5[_0x2f70a4(0xc6)])?_0x400504[_0x2f70a4(0xbe)](_0x1142c6):(_0x588c91=!![],_0x59bebb=_0x3fc2b5[_0x2f70a4(0xd0)](stripUnicode,JSON[_0x2f70a4(0x127)](jasmine[_0x2f70a4(0x7b)][_0x2f70a4(0x13d)][0x0]['message']))):_0x3fc2b5[_0x2f70a4(0x98)](_0x3fc2b5[_0x2f70a4(0xf5)],_0x3fc2b5[_0x2f70a4(0xf5)])?_0x59bebb=_0x3fc2b5[_0x2f70a4(0xdb)](stripUnicode,JSON[_0x2f70a4(0x127)](jasmine['currentTest'][_0x2f70a4(0xf2)])):(_0x47e2f7[_0x2f70a4(0x135)](_0x3d192f)&&_0x269864[0x0]&&(_0x1cbe86[0x0]['browserstackSessionName']=_0x4a2421),_0x1c66da[_0x2f70a4(0x144)]=_0xe474a7);else{if(_0x3fc2b5[_0x2f70a4(0xda)](_0x3fc2b5[_0x2f70a4(0xc7)],_0x3fc2b5[_0x2f70a4(0xcc)])){if(testContext['errors']&&_0x3fc2b5[_0x2f70a4(0x113)](testContext['errors'][_0x2f70a4(0x102)],0x0)){if(_0x3fc2b5['nuyzO'](_0x3fc2b5['CMhRc'],_0x3fc2b5[_0x2f70a4(0xc8)])){const _0x367f07={'EdVZb':function(_0x5118bb,_0x361d2e){const _0x27567f=_0x2f70a4;return _0x3fc2b5[_0x27567f(0xfb)](_0x5118bb,_0x361d2e);},'DXkzJ':function(_0x52e65f,_0x2ab4f0){const _0x3f3a85=_0x2f70a4;return _0x3fc2b5[_0x3f3a85(0xe9)](_0x52e65f,_0x2ab4f0);},'vbCEy':function(_0x9d135c){const _0x4fd5c7=_0x2f70a4;return _0x3fc2b5[_0x4fd5c7(0x85)](_0x9d135c);}},_0x214026=_0x3fc2b5[_0x2f70a4(0xb6)](_0x56b376,async()=>{const _0x46cecf=_0x2f70a4;_0x367f07[_0x46cecf(0xa6)](_0xc58d22[_0x46cecf(0x107)]()['pendingUploads'],0x0)&&(_0x367f07[_0x46cecf(0xb2)](_0x1d8e57,_0x214026),_0x367f07[_0x46cecf(0xa8)](_0x276360));},0x3e8);}else _0x588c91=!![],_0x59bebb=_0x3fc2b5[_0x2f70a4(0x8e)](stripUnicode,JSON[_0x2f70a4(0x127)](testContext['errors'][0x0][0x0]['message']||testContext['errors'][0x0][0x0]));}else _0x3fc2b5[_0x2f70a4(0x115)](_0x3fc2b5[_0x2f70a4(0xe7)],_0x3fc2b5[_0x2f70a4(0x78)])?_0x361255[_0x2f70a4(0x94)]&&_0x3fc2b5[_0x2f70a4(0xd7)](_0x2fea1d[_0x2f70a4(0x94)][_0x2f70a4(0x102)],0x0)?(_0xf8a424=!![],_0x3f4d91=_0x3fc2b5[_0x2f70a4(0x10c)](_0x1eb22b,_0x5493f6['stringify'](_0x5708cb[_0x2f70a4(0x94)][0x0][0x0]['message']||_0x198d39['errors'][0x0][0x0]))):_0x58de57=_0x3fc2b5[_0x2f70a4(0xe9)](_0x6071fc,_0x7cb506[_0x2f70a4(0x127)](_0x23911[_0x2f70a4(0x82)])):_0x59bebb=_0x3fc2b5[_0x2f70a4(0xb0)](stripUnicode,JSON[_0x2f70a4(0x127)](testContext[_0x2f70a4(0x82)]));}else _0x1fc8c9[_0x2f70a4(0x9f)](_0x3fc2b5[_0x2f70a4(0xfc)]);}if(_0x588c91)_0x3fc2b5[_0x2f70a4(0x8a)](_0x3fc2b5['GnbMb'],_0x3fc2b5[_0x2f70a4(0xa2)])?(_0x3fc2b5[_0x2f70a4(0x7d)](_0x1abce5,_0x4cf738),_0x3fc2b5[_0x2f70a4(0x108)](_0x70be3e)):(__error_messages__[_0x2f70a4(0x9e)](_0x59bebb),await __drivers[0x0][_0x2f70a4(0x12e)](_0x2f70a4(0xd6)+_0x59bebb+_0x2f70a4(0xd8)));else{if(_0x3fc2b5[_0x2f70a4(0xda)](_0x3fc2b5[_0x2f70a4(0xfd)],_0x3fc2b5[_0x2f70a4(0xfd)]))return;else await __drivers[0x0]['executeScript'](_0x2f70a4(0xff)+_0x59bebb+_0x2f70a4(0x121));}}const executeAnnotate=async(_0x493fda,_0x5442d2)=>{const _0x6651b6=a13_0x58f673;await global[_0x6651b6(0x10d)][0x0]['executeScript'](_0x6651b6(0xd9)+_0x493fda+_0x6651b6(0xc2)+_0x5442d2+_0x6651b6(0x96));};async function driverCleanup(){const _0x52023f=a13_0x58f673,_0x3532a9={'tjZgn':function(_0x2ec66f,_0x4354af){return _0x2ec66f(_0x4354af);},'upwgT':function(_0x1ac4ff,_0x2780b8){return _0x1ac4ff>_0x2780b8;},'dXtwA':function(_0x276141,_0x3b9eab){return _0x276141(_0x3b9eab);},'OTBYL':function(_0x41e43e,_0x56740e){return _0x41e43e(_0x56740e);},'advjd':function(_0x306c76,_0x1f07dd){return _0x306c76<=_0x1f07dd;},'XZbYD':function(_0x2af17d){return _0x2af17d();},'yCZMn':function(_0x1f9c2c,_0x378dbb){return _0x1f9c2c===_0x378dbb;},'jomCR':'qCWKl','sshth':function(_0x57fd0a,_0x57d4ab){return _0x57fd0a!==_0x57d4ab;},'pgAaE':_0x52023f(0x12a),'mahLp':_0x52023f(0x118),'Fxnwa':function(_0x52b180,_0x3b570b){return _0x52b180>_0x3b570b;},'Capah':'lxnqF','UasBY':function(_0x424891,_0x7e89fe,_0x53cb54,_0x1b5b36){return _0x424891(_0x7e89fe,_0x53cb54,_0x1b5b36);},'NEPCM':'failed','Anyzx':'\x20|\x20','YttVj':_0x52023f(0xf1),'RPXlW':_0x52023f(0xf7),'lYRHG':function(_0x216cf7,_0x28d6f6,_0x30fa60){return _0x216cf7(_0x28d6f6,_0x30fa60);},'nzOeC':'passed','iFdSi':function(_0x15fb67,_0xc22486){return _0x15fb67===_0xc22486;},'jNmJX':_0x52023f(0xc9),'ajTHT':_0x52023f(0x129),'iJbrH':'cdizJ','oKjfE':'UgnIa','iglHK':_0x52023f(0xb5)};if(!_0x3532a9[_0x52023f(0xec)](isBrowserstackInfra)){if(_0x3532a9[_0x52023f(0x10f)](_0x3532a9[_0x52023f(0x8b)],_0x3532a9[_0x52023f(0x8b)]))return;else _0x4f64c2=_0x3532a9[_0x52023f(0xa7)](_0x56bf29,_0x4e5de3['stringify'](_0x55ab1d[_0x52023f(0x82)]));}let _0xa50500=![];try{_0x3532a9[_0x52023f(0xab)](_0x3532a9[_0x52023f(0x84)],_0x3532a9['mahLp'])?(await __drivers[0x0][_0x52023f(0x89)],_0xa50500=!![],_0x3532a9[_0x52023f(0x103)](__error_messages__[_0x52023f(0x102)],0x0)?_0x3532a9['yCZMn'](_0x3532a9[_0x52023f(0xb4)],_0x3532a9[_0x52023f(0xb4)])?await _0x3532a9[_0x52023f(0xbc)](markSessionStatus,__drivers[0x0],_0x3532a9[_0x52023f(0x83)],__error_messages__['join'](_0x3532a9[_0x52023f(0xbf)])):_0x58ff3f[_0x52023f(0x7b)][_0x52023f(0x13d)]&&_0x3532a9[_0x52023f(0x11b)](_0x91a75a[_0x52023f(0x7b)][_0x52023f(0x13d)][_0x52023f(0x102)],0x0)?(_0x5b58de=!![],_0x16c10f=_0x3532a9[_0x52023f(0xa7)](_0x478c63,_0x4297ef[_0x52023f(0x127)](_0x40a91f[_0x52023f(0x7b)][_0x52023f(0x13d)][0x0]['message']))):_0x5ecf24=_0x3532a9[_0x52023f(0x12f)](_0x32baa3,_0x4afe25[_0x52023f(0x127)](_0x4990fb[_0x52023f(0x7b)][_0x52023f(0xf2)])):_0x3532a9[_0x52023f(0x10f)](_0x3532a9[_0x52023f(0xee)],_0x3532a9[_0x52023f(0x12d)])?(_0x2ff9c4=!![],_0x49ac40=_0x3532a9[_0x52023f(0xeb)](_0x3b9368,_0x5a4154[_0x52023f(0x127)](_0x2abb89[_0x52023f(0x94)][0x0][0x0]['message']||_0x4974a8['errors'][0x0][0x0]))):await _0x3532a9['lYRHG'](markSessionStatus,__drivers[0x0],_0x3532a9[_0x52023f(0x12b)])):_0x3532a9[_0x52023f(0xac)](_0x42990b[_0x52023f(0x107)]()[_0x52023f(0xf8)],0x0)&&(_0x3532a9[_0x52023f(0xeb)](_0x4ee7fb,_0x41a814),_0x3532a9[_0x52023f(0xec)](_0x2110e4));}catch(_0x22adb9){if(_0x3532a9[_0x52023f(0x93)](_0x3532a9['jNmJX'],_0x3532a9['jNmJX']))console['log'](_0x22adb9);else return _0x4d453e['replace'](/\\u001b\[.*?m/g,'')[_0x52023f(0xae)](0x1,-0x1);}__error_messages__=[];if(_0xa50500){if(_0x3532a9[_0x52023f(0xab)](_0x3532a9[_0x52023f(0x137)],_0x3532a9[_0x52023f(0x137)]))return;else try{_0x3532a9[_0x52023f(0xab)](_0x3532a9[_0x52023f(0xad)],_0x3532a9[_0x52023f(0xe2)])?await __drivers[0x0]['initQuit']():_0x424569['currentTest']=_0x57911d;}catch(_0xd23847){_0x3532a9[_0x52023f(0xab)](_0x3532a9[_0x52023f(0x87)],_0x3532a9['iglHK'])?_0x3bf528=new _0x56da35(_0x49a96d):console[_0x52023f(0xbe)](_0xd23847);}}}beforeAll(async()=>{const _0x249fa1=a13_0x58f673,_0x382524={'kAhee':function(_0xa296a,_0x190dbe){return _0xa296a===_0x190dbe;},'BdHLp':_0x249fa1(0x128),'mTOLU':_0x249fa1(0x11a),'nLsEX':function(_0x2913d4,_0x11a18f){return _0x2913d4(_0x11a18f);},'HeGAD':function(_0x2a1ef1,_0x251f29){return _0x2a1ef1!==_0x251f29;},'Nlmfr':'undefined','YgJTh':_0x249fa1(0x124),'RXBNR':_0x249fa1(0x131),'ijlaj':'ILbRM','etSSf':function(_0x181ec3,_0x54b164){return _0x181ec3===_0x54b164;},'plxRo':_0x249fa1(0x114),'iimFR':_0x249fa1(0x10e),'YLdMB':function(_0x3b71fa){return _0x3b71fa();},'IVWgW':_0x249fa1(0x81),'gZpEl':function(_0x2dacbc,_0x2f04c6){return _0x2dacbc!==_0x2f04c6;},'NTyLN':_0x249fa1(0xce),'Iwusa':_0x249fa1(0xd2),'wqqFA':function(_0x2d3381,_0x30fb40,_0x5ca662){return _0x2d3381(_0x30fb40,_0x5ca662);}};PerformanceTester[_0x249fa1(0x134)]();const _0x152c66='browserstack internal helper hook';_0x382524[_0x249fa1(0x7f)](typeof jasmine,_0x382524[_0x249fa1(0x112)])&&(_0x382524['HeGAD'](_0x382524['YgJTh'],_0x382524[_0x249fa1(0x12c)])?jasmine[_0x249fa1(0xc3)]()[_0x249fa1(0xfe)]({'specStarted':_0x409809=>{const _0x5742a4=_0x249fa1;if(_0x382524['kAhee'](_0x382524[_0x5742a4(0x125)],_0x382524[_0x5742a4(0x125)]))jasmine['currentTest']=_0x409809;else{const _0x5c9c8b={};_0x5c9c8b[_0x5742a4(0x7a)]=_0x212240=>{const _0x574ccc=_0x5742a4;_0x59b3e[_0x574ccc(0x7b)]=_0x212240;},_0x261fe5[_0x5742a4(0xc3)]()['addReporter'](_0x5c9c8b);}}}):_0x396856[_0x249fa1(0x9f)](_0x382524['mTOLU']));let _0x2c83e2=![];try{_0x382524[_0x249fa1(0x11d)](_0x382524[_0x249fa1(0xea)],_0x382524[_0x249fa1(0xea)])?(await __drivers[0x0][_0x249fa1(0x89)],_0x2c83e2=!![]):_0x1adc59=![];}catch(_0x19cf1d){}if(_0x2c83e2)try{try{_0x382524[_0x249fa1(0xfa)](_0x382524[_0x249fa1(0x9b)],_0x382524[_0x249fa1(0xa5)])?_0x157e92=_0x382524[_0x249fa1(0x80)](_0x2d45f2,_0x3abc6c[_0x249fa1(0x127)](_0x4a223e['currentTest'][_0x249fa1(0xf2)])):_0x382524[_0x249fa1(0x90)](isTestObservabilitySession)&&(_0x382524[_0x249fa1(0xfa)](_0x382524[_0x249fa1(0xd3)],_0x382524[_0x249fa1(0xd3)])?global[_0x249fa1(0x10d)][0x0]&&(_0x382524[_0x249fa1(0x7c)](_0x382524['NTyLN'],_0x382524[_0x249fa1(0xba)])?await _0x382524[_0x249fa1(0xe0)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x249fa1(0x119)](process[_0x249fa1(0x95)]+_0x249fa1(0x101))):(_0x42d676=!![],_0x17cf9b=_0x382524[_0x249fa1(0x80)](_0x256569,_0x5d6c7c[_0x249fa1(0x127)](_0x10a023[_0x249fa1(0x7b)][_0x249fa1(0x13d)][0x0][_0x249fa1(0x117)])))):_0x5b1204[_0x249fa1(0xbe)](_0x37202e));}catch{}}catch(_0x550fbb){}}),beforeEach(async()=>{const _0x366230=a13_0x58f673,_0x1ad99f={'DIvHZ':function(_0x3ef2d1,_0x394302){return _0x3ef2d1>_0x394302;},'qaMpK':function(_0x47ba8c){return _0x47ba8c();},'FHieF':function(_0x2cbe37,_0x3b6020,_0xc1b4c7){return _0x2cbe37(_0x3b6020,_0xc1b4c7);},'TFCHa':function(_0x14c32a){return _0x14c32a();},'bBKTy':function(_0x15537a,_0x20e97c){return _0x15537a===_0x20e97c;},'dYcuB':'http:','yWHiN':'https:','NDrvV':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','QNLvr':function(_0x3721da){return _0x3721da();}},_0x22e257='browserstack internal helper hook';try{_0x1ad99f['DIvHZ'](__drivers[_0x366230(0x102)],0x1)&&(await _0x1ad99f[_0x366230(0xaa)](driverCleanup),__drivers[_0x366230(0x8d)]());const _0x3f54a9=expect['getState']()[_0x366230(0xb3)];try{Array[_0x366230(0x135)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x366230(0x144)]=_0x3f54a9),global[_0x366230(0x144)]=_0x3f54a9;}catch(_0x3e849f){logger[_0x366230(0xdf)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x3e849f);}__drivers[0x0][_0x366230(0x144)]=_0x3f54a9;_0x1ad99f[_0x366230(0x136)](__drivers[0x0][_0x366230(0x142)],0x0)&&await _0x1ad99f['qaMpK'](driverCleanup);const _0xc08b0a=_0x1ad99f['FHieF'](shouldScanTestForAccessibility,_0x3f54a9,![]);if(_0x1ad99f[_0x366230(0xa9)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x366230(0xc0)])try{const _0x41ee02=await __drivers[0x0][_0x366230(0x89)];if(_0x41ee02){let _0x2f3411=!![];const _0x115e07=await __drivers[0x0][_0x366230(0x139)]();let _0x442103;try{_0x442103=new URL(_0x115e07);}catch(_0x371dbe){_0x2f3411=![];}_0x2f3411=_0x1ad99f['bBKTy'](_0x442103[_0x366230(0xe1)],_0x1ad99f[_0x366230(0x11c)])||_0x1ad99f['bBKTy'](_0x442103[_0x366230(0xe1)],_0x1ad99f[_0x366230(0xf4)]),_0x2f3411&&(_0xc08b0a?(logger[_0x366230(0x9f)](_0x1ad99f[_0x366230(0x140)]),await __drivers[0x0][_0x366230(0xcb)](_0x366230(0xe5))):await __drivers[0x0][_0x366230(0x12e)](_0x366230(0x88)));}}catch(_0x28b6b6){logger[_0x366230(0x91)](_0x366230(0x120)+_0x28b6b6);}_0x1ad99f[_0x366230(0x136)](__drivers[0x0][_0x366230(0x142)],0x0)&&await _0x1ad99f['QNLvr'](driverCleanup);}catch{}}),afterEach(async()=>{const _0x2fcc6b=a13_0x58f673,_0x574a4a={'rGbTJ':function(_0x1323ea,_0x1d5028){return _0x1323ea>_0x1d5028;},'tGSQB':function(_0x1661cb){return _0x1661cb();},'MZrzh':function(_0x3ab451,_0xc86854){return _0x3ab451===_0xc86854;},'Otjjq':'testcase','oOdrb':'appium:app','RCPRG':function(_0xbd3dce,_0x21154f,_0x1af4af,_0x5c18f8){return _0xbd3dce(_0x21154f,_0x1af4af,_0x5c18f8);},'ogdcz':function(_0x201c97,_0x152d5b,_0x10833e){return _0x201c97(_0x152d5b,_0x10833e);},'rPYPl':function(_0x191658){return _0x191658();},'kZFru':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','FpCPg':function(_0x268a64,_0x49809d){return _0x268a64(_0x49809d);},'MjJTk':_0x2fcc6b(0xcd),'soidU':function(_0x2ab746){return _0x2ab746();},'LExgo':function(_0x162187,_0x51ef07,_0x1f404e){return _0x162187(_0x51ef07,_0x1f404e);},'klQTx':function(_0x4036d7){return _0x4036d7();},'AzDUw':function(_0x465001,_0x404833,_0x30ae72){return _0x465001(_0x404833,_0x30ae72);},'NSwyC':_0x2fcc6b(0xdf)},_0x2d6aaa='browserstack internal helper hook';try{_0x574a4a['rGbTJ'](__drivers[_0x2fcc6b(0x102)],0x1)&&(await _0x574a4a['tGSQB'](driverCleanup),__drivers['shift']());try{if(global[_0x2fcc6b(0xe3)]&&_0x574a4a[_0x2fcc6b(0xa4)](global[_0x2fcc6b(0x11e)],_0x574a4a[_0x2fcc6b(0x141)])&&__drivers[0x0]){const _0x2f417a=_0x574a4a[_0x2fcc6b(0x13c)](global[_0x2fcc6b(0xbd)][_0x2fcc6b(0x102)],0x0)?!!global[_0x2fcc6b(0xbd)][0x0]['app']||!!global[_0x2fcc6b(0xbd)][0x0][_0x574a4a[_0x2fcc6b(0x8f)]]:![],_0x2cf0ea={};_0x2cf0ea['app']=_0x2f417a,await _0x574a4a[_0x2fcc6b(0xc1)](percyAutoCapture,__drivers[0x0],_0x574a4a[_0x2fcc6b(0x141)],_0x2cf0ea);}}catch(_0x5b0ad6){}const _0x5d5b11=_0x574a4a[_0x2fcc6b(0x10a)](shouldScanTestForAccessibility,expect[_0x2fcc6b(0x79)]()[_0x2fcc6b(0xb3)],![]);try{if(_0x574a4a['rPYPl'](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0x5d5b11&&logger[_0x2fcc6b(0x9f)](_0x574a4a[_0x2fcc6b(0x123)]);const _0x3c3db2={'saveResults':_0x5d5b11,'testDetails':{'name':expect[_0x2fcc6b(0x79)]()[_0x2fcc6b(0xb3)],'testRunId':process[_0x2fcc6b(0xc5)][_0x2fcc6b(0xe8)],'filePath':expect[_0x2fcc6b(0x79)]()[_0x2fcc6b(0xd5)],'scopeList':[expect[_0x2fcc6b(0x79)]()[_0x2fcc6b(0xb3)]]},'platform':await _0x574a4a['FpCPg'](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x2fcc6b(0xcb)](_0x2fcc6b(0x122),_0x3c3db2),_0x5d5b11&&logger[_0x2fcc6b(0x9f)](_0x574a4a['MjJTk']);}}catch(_0x35a4c6){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x2fcc6b(0x7b)][_0x2fcc6b(0xd4)]()+_0x2fcc6b(0x116),_0x35a4c6);}await _0x574a4a['tGSQB'](setContext);try{if(_0x574a4a[_0x2fcc6b(0xb1)](isTestObservabilitySession)){global[_0x2fcc6b(0x10d)][0x0]&&await _0x574a4a[_0x2fcc6b(0xf3)](sendPlatformDetails,global[_0x2fcc6b(0x10d)][0x0],TestDetails[_0x2fcc6b(0x119)](process[_0x2fcc6b(0x95)]+_0x2fcc6b(0x101)));if(_0x574a4a[_0x2fcc6b(0x106)](isBrowserstackInfra)){const _0x2c1927=_0x2fcc6b(0xa0)+Date[_0x2fcc6b(0x132)]();await _0x574a4a[_0x2fcc6b(0x8c)](executeAnnotate,JSON[_0x2fcc6b(0x127)](_0x2c1927),_0x574a4a[_0x2fcc6b(0x13e)]);}}}catch(_0x231261){}_0x574a4a[_0x2fcc6b(0x13c)](__drivers[0x0][_0x2fcc6b(0x142)],0x0)&&await _0x574a4a[_0x2fcc6b(0x106)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x2c82a8=a13_0x58f673,_0x382d8c={'UJHJb':function(_0x51a872,_0x5ec5fa){return _0x51a872<=_0x5ec5fa;},'OQuLE':function(_0x7d9c60,_0x44a7b6){return _0x7d9c60(_0x44a7b6);},'ZfItx':function(_0x26f6d7){return _0x26f6d7();},'zoVCN':function(_0x574e0e,_0x437f73,_0x455dd9){return _0x574e0e(_0x437f73,_0x455dd9);}};jest['setTimeout'](0x186a0),PerformanceTester[_0x2c82a8(0x97)]();const _0x40447d='browserstack internal helper hook';await new Promise(_0x10f211=>{const _0x53c099=_0x2c82a8,_0x2ba674=_0x382d8c[_0x53c099(0x126)](setInterval,async()=>{const _0x590aa9=_0x53c099;_0x382d8c[_0x590aa9(0xb7)](RequestQueueHandler[_0x590aa9(0x107)]()['pendingUploads'],0x0)&&(_0x382d8c[_0x590aa9(0x9d)](clearInterval,_0x2ba674),_0x382d8c[_0x590aa9(0x11f)](_0x10f211));},0x3e8);});try{await _0x382d8c['ZfItx'](driverCleanup);}catch(_0x2d9474){}process[_0x2c82a8(0xe6)]();},0x2710);
1
+ const a13_0x2bef7e=a13_0x5306;(function(_0x5d1c76,_0x449669){const _0x4d9c09=a13_0x5306,_0x5652d9=_0x5d1c76();while(!![]){try{const _0x3f01a0=-parseInt(_0x4d9c09(0x1e6))/0x1+parseInt(_0x4d9c09(0x1af))/0x2*(parseInt(_0x4d9c09(0x1f9))/0x3)+parseInt(_0x4d9c09(0x1ff))/0x4*(-parseInt(_0x4d9c09(0x19b))/0x5)+parseInt(_0x4d9c09(0x1c9))/0x6*(parseInt(_0x4d9c09(0x1be))/0x7)+-parseInt(_0x4d9c09(0x205))/0x8+-parseInt(_0x4d9c09(0x1b8))/0x9*(parseInt(_0x4d9c09(0x18d))/0xa)+parseInt(_0x4d9c09(0x1e2))/0xb*(parseInt(_0x4d9c09(0x252))/0xc);if(_0x3f01a0===_0x449669)break;else _0x5652d9['push'](_0x5652d9['shift']());}catch(_0x5be2ea){_0x5652d9['push'](_0x5652d9['shift']());}}}(a13_0x14e9,0xd91c6));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x2bef7e(0x25a)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper');let __error_messages__=[];const RequestQueueHandler=require(a13_0x2bef7e(0x1a9));jest[a13_0x2bef7e(0x23b)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x2bef7e(0x241)),{percyAutoCapture}=require(a13_0x2bef7e(0x1ce)),logger=require(a13_0x2bef7e(0x20b))[a13_0x2bef7e(0x195)],TestDetails=require(a13_0x2bef7e(0x1dc)),PerformanceTester=require('../../helpers/performance-tester');function stripUnicode(_0x34eb80){const _0x95721d=a13_0x2bef7e;return _0x34eb80['replace'](/\\u001b\[.*?m/g,'')[_0x95721d(0x222)](0x1,-0x1);}function a13_0x5306(_0x596d4d,_0x42e7e1){const _0x14e909=a13_0x14e9();return a13_0x5306=function(_0x5306bf,_0x360685){_0x5306bf=_0x5306bf-0x18c;let _0x123e95=_0x14e909[_0x5306bf];return _0x123e95;},a13_0x5306(_0x596d4d,_0x42e7e1);}function a13_0x14e9(){const _0x2c8fb3=['XPADS','../../helpers/percy/utils','protocol','browserstackSessionName','mqdIx','pid','lVPTE','errors','EDtLs','YtMfy','YKajS','FFfsQ','currentTest','lLmVu','BGrra','./test-observability/test-details','removeAllListeners','uqxCH','cvpqS','jlYbn','tmWwK','187wNaNYp','BS_A11Y_TEST_RUN_ID','fYjoA','haTOJ','538428Inkljx','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','qjqTM','currentTestName','failedExpectations','zWbkH','bFywr','NGyLJ','ziNOb','gISSu','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','wlBbP','tMdKL','CsIkS','rjuoB','lONbN','log','EWQLK','pgJzW','5436fZqvqZ','LFGGP','ZKGay','ebvTa','getEnv','vqNUh','1551448FrijnK','app','oXnPr','quitCount_','YdpBQ','qyIdo','8894064ZRzDTG','JLnPf','iPqkA','\x20|\x20','OednY','.\x20Error\x20:','../../helpers/logger','TIrXB','\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','appium:app','\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','getInstance','ZyUoG','\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','__drivers','testPath','FiqiF','oEwVS','LseEO','LZJvZ','agKCx','QEArT','EmVTc','pCFIH','session_','wlVeV','lOkKx','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','DOvsl','slice','jmNfV','titlePath','mbVOT','ZGbbR','NmqVa','CESNC','JBXBv','XFlhf','rVkGR','pendingUploads','Failed\x20to\x20store\x20session\x20name:\x20','UyRYx','message','getCurrentUrl','nEXku','startMonitoring','length','AUsmN','tTWIq','fCBJm','eQdXo','ZHVYp','bYcHQ','debug','setTimeout','addReporter','AMmSx','getState','yLHlF','percy','../../helpers/accessibility-automation/helper','uxkDV','PBPgl','capabilities','Bysgt','now','stringify','zKEGl','fRAUh','pakbj','\x22,\x22level\x22:\x20\x22error\x22}}','rCppB','bUywS','IvAzM','GMGHe','TbosC','passed','661524TkYwzb','JUCUg','\x22,\x22level\x22:\x20\x22info\x22}}','nPVnp','TkuLl','push','IZFrK','tDcsz','../../helpers/test-observability/utils','Xdagq','ZBKUi','vZuIE','isAccessibilityPlatform','10PhwYsQ','AAOMd','jZXDg','xKXPW','initQuit','QXZbX','cWXyh','undefined','winstonLogger','rqxNK','YdBNd','bijef','fBQhj','http:','5CeRHWh','JCltg','eDxpU','oRsjj','https:','lnpVP','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','ObservabilitySync:','testcase','error','yVSMY','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20',',\x22level\x22:\x20\x22',':testAnalyticsId','../../helpers/test-observability/requestQueueHandler','QMLVS','eteyl','SUuon','EyPUg','\x22}}','1076qvUStl','rjowN','cnNlq','GkFdF','GwCSy','mJIYh','pushPerfMeasures','getTestUUID','FgThJ','298629sbeinW','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','description','KimUj','info','HbnOx','163100HqMrCk','env','hJupS','xTPYV','executeAsyncScript','executeScript','rRDKK','Bwozz','name','isArray','QsawV','270GeGxTa','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','uJkUa','MPPFO'];a13_0x14e9=function(){return _0x2c8fb3;};return a13_0x14e9();}async function setContext(){const _0x29f813=a13_0x2bef7e,_0x51bbff={'yLHlF':function(_0x9cfb42,_0x1b7d1c){return _0x9cfb42(_0x1b7d1c);},'rRDKK':function(_0x34d8ed,_0x3f7f81){return _0x34d8ed<=_0x3f7f81;},'lLmVu':function(_0x41d8ea,_0x3a23c1){return _0x41d8ea(_0x3a23c1);},'GwCSy':function(_0x370528){return _0x370528();},'eQdXo':function(_0x490b9b,_0x4366ce,_0x3c3132){return _0x490b9b(_0x4366ce,_0x3c3132);},'rjuoB':function(_0x4b61c9,_0x2e0fa4){return _0x4b61c9(_0x2e0fa4);},'LZJvZ':function(_0x3d90f7,_0x38e934){return _0x3d90f7(_0x38e934);},'CNZWu':function(_0xfe9fa9){return _0xfe9fa9();},'iPqkA':function(_0x244229,_0x442ca3){return _0x244229===_0x442ca3;},'ZGbbR':_0x29f813(0x216),'rVkGR':function(_0x455fca,_0x2f0b07){return _0x455fca!==_0x2f0b07;},'OednY':_0x29f813(0x25d),'oZckw':_0x29f813(0x201),'lVPTE':function(_0x5e24e1,_0x3004cb){return _0x5e24e1!==_0x3004cb;},'ZyUoG':_0x29f813(0x194),'vqNUh':_0x29f813(0x1ec),'AAOMd':function(_0x503b6f,_0x5294a6){return _0x503b6f>_0x5294a6;},'pEQhh':'VsIwf','mJIYh':_0x29f813(0x1bb),'qjqTM':function(_0x1c3e32,_0x2a675b){return _0x1c3e32(_0x2a675b);},'cvpqS':_0x29f813(0x1cd),'agKCx':_0x29f813(0x228),'Bwozz':'bEAwU','ebvTa':function(_0xa01a8d,_0x209064){return _0xa01a8d>_0x209064;},'QMLVS':function(_0x4b8922,_0xe04305){return _0x4b8922!==_0xe04305;},'tTWIq':_0x29f813(0x1c8),'EmVTc':_0x29f813(0x229),'PBPgl':function(_0xde74c6,_0x4d0d3e){return _0xde74c6(_0x4d0d3e);},'IZFrK':function(_0xe66ee3,_0x123151){return _0xe66ee3===_0x123151;},'Vcrar':_0x29f813(0x1b7),'JDIoR':_0x29f813(0x255),'cnNlq':function(_0x438947,_0x2f81bf){return _0x438947===_0x2f81bf;},'fYjoA':'OBTwr','QEArT':function(_0xc1b4b3,_0x2b637d){return _0xc1b4b3!==_0x2b637d;},'uxkDV':'mpVcx','zWbkH':_0x29f813(0x1f2)};if(!_0x51bbff['CNZWu'](isBrowserstackInfra)){if(_0x51bbff[_0x29f813(0x207)](_0x51bbff['ZGbbR'],_0x51bbff[_0x29f813(0x226)]))return;else _0x1b8b13[_0x29f813(0x1a4)](_0x29f813(0x1b9)+this['currentTest'][_0x29f813(0x224)]()+'.\x20Error\x20:',_0x117f82);}if(!sessionNameProvided){if(_0x51bbff[_0x29f813(0x22b)](_0x51bbff[_0x29f813(0x209)],_0x51bbff['oZckw'])){const _0x3c5dbd=expect[_0x29f813(0x23e)]()[_0x29f813(0x1e9)];await __drivers[0x0][_0x29f813(0x1c3)](_0x29f813(0x1e7)+_0x3c5dbd+'\x22}}');}else _0xe31c57=!![],_0x367002=_0x51bbff[_0x29f813(0x23f)](_0x4768d2,_0xa510b3[_0x29f813(0x247)](_0x2fa259[_0x29f813(0x1d9)][_0x29f813(0x1ea)][0x0][_0x29f813(0x22f)]));}let _0x2315d2=null,_0x483149=![];if(_0x51bbff[_0x29f813(0x1d3)](typeof jasmine,_0x51bbff[_0x29f813(0x211)]))_0x51bbff['rVkGR'](_0x51bbff[_0x29f813(0x1fe)],_0x51bbff[_0x29f813(0x1fe)])?_0x34b2fb[_0x29f813(0x23a)](_0x29f813(0x22d)+_0x35fe34):jasmine[_0x29f813(0x1d9)][_0x29f813(0x1ea)]&&_0x51bbff[_0x29f813(0x18e)](jasmine['currentTest'][_0x29f813(0x1ea)]['length'],0x0)?_0x51bbff[_0x29f813(0x207)](_0x51bbff['pEQhh'],_0x51bbff[_0x29f813(0x1b4)])?_0x241b7b=new _0x5a54c9(_0x365882):(_0x483149=!![],_0x2315d2=_0x51bbff[_0x29f813(0x1e8)](stripUnicode,JSON[_0x29f813(0x247)](jasmine[_0x29f813(0x1d9)][_0x29f813(0x1ea)][0x0][_0x29f813(0x22f)]))):_0x51bbff[_0x29f813(0x207)](_0x51bbff[_0x29f813(0x1df)],_0x51bbff[_0x29f813(0x219)])?_0x553fff=_0x51bbff[_0x29f813(0x23f)](_0x5e93b6,_0x134f65['stringify'](_0x38a542[_0x29f813(0x1c6)])):_0x2315d2=_0x51bbff[_0x29f813(0x1e8)](stripUnicode,JSON[_0x29f813(0x247)](jasmine[_0x29f813(0x1d9)][_0x29f813(0x1ba)]));else{if(_0x51bbff[_0x29f813(0x1d3)](_0x51bbff[_0x29f813(0x1c5)],_0x51bbff[_0x29f813(0x1c5)])){const _0x5028ca={'BGrra':function(_0x2e0dd3,_0x5af16f){const _0x21d95e=_0x29f813;return _0x51bbff[_0x21d95e(0x1c4)](_0x2e0dd3,_0x5af16f);},'SkQNt':function(_0x28089f,_0xf7718){const _0x57258f=_0x29f813;return _0x51bbff[_0x57258f(0x1da)](_0x28089f,_0xf7718);},'rqxNK':function(_0x3e9771){const _0x4385fc=_0x29f813;return _0x51bbff[_0x4385fc(0x1b3)](_0x3e9771);}},_0x217107=_0x51bbff[_0x29f813(0x237)](_0xbf8666,async()=>{const _0x418a53=_0x29f813;_0x5028ca[_0x418a53(0x1db)](_0x5d2f44[_0x418a53(0x210)]()[_0x418a53(0x22c)],0x0)&&(_0x5028ca['SkQNt'](_0x5b3b7d,_0x217107),_0x5028ca[_0x418a53(0x196)](_0x4af145));},0x3e8);}else testContext[_0x29f813(0x1d4)]&&_0x51bbff[_0x29f813(0x1fc)](testContext[_0x29f813(0x1d4)][_0x29f813(0x233)],0x0)?_0x51bbff[_0x29f813(0x1aa)](_0x51bbff[_0x29f813(0x235)],_0x51bbff[_0x29f813(0x21b)])?(_0x483149=!![],_0x2315d2=_0x51bbff[_0x29f813(0x243)](stripUnicode,JSON[_0x29f813(0x247)](testContext[_0x29f813(0x1d4)][0x0][0x0][_0x29f813(0x22f)]||testContext[_0x29f813(0x1d4)][0x0][0x0]))):(_0x517a8c=!![],_0xae9caa=_0x51bbff[_0x29f813(0x1f4)](_0x276c90,_0x99f98f[_0x29f813(0x247)](_0x5395cc[_0x29f813(0x1d4)][0x0][0x0][_0x29f813(0x22f)]||_0x30ead2['errors'][0x0][0x0]))):_0x51bbff[_0x29f813(0x258)](_0x51bbff['Vcrar'],_0x51bbff['JDIoR'])?(_0x51bbff[_0x29f813(0x218)](_0x7cb292,_0x1c3ae5),_0x51bbff[_0x29f813(0x1b3)](_0x4fbc13)):_0x2315d2=_0x51bbff['lLmVu'](stripUnicode,JSON['stringify'](testContext[_0x29f813(0x1c6)]));}_0x483149?_0x51bbff[_0x29f813(0x1b1)](_0x51bbff[_0x29f813(0x1e4)],_0x51bbff['fYjoA'])?(__error_messages__[_0x29f813(0x257)](_0x2315d2),await __drivers[0x0][_0x29f813(0x1c3)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x2315d2+_0x29f813(0x24b))):_0x3666aa[_0x29f813(0x1a4)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x257299):_0x51bbff[_0x29f813(0x21a)](_0x51bbff[_0x29f813(0x242)],_0x51bbff[_0x29f813(0x1eb)])?await __drivers[0x0][_0x29f813(0x1c3)](_0x29f813(0x1a1)+_0x2315d2+_0x29f813(0x254)):_0x4765b8['log'](_0x10f2a1);}const executeAnnotate=async(_0x5de66e,_0x4029f1)=>{const _0x239ec5=a13_0x2bef7e;await global['__drivers'][0x0][_0x239ec5(0x1c3)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x5de66e+_0x239ec5(0x1a7)+_0x4029f1+_0x239ec5(0x1ae));};async function driverCleanup(){const _0x15ceb9=a13_0x2bef7e,_0x1093ff={'rjowN':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','LseEO':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','KQZqV':function(_0x41a564,_0x24453e){return _0x41a564<=_0x24453e;},'sHpLG':function(_0x5d6df1,_0x55261f){return _0x5d6df1(_0x55261f);},'wlBbP':function(_0x1e5698){return _0x1e5698();},'bUywS':function(_0x28a3a6,_0x4dfc43){return _0x28a3a6===_0x4dfc43;},'TIrXB':'QkJMv','Ckdbh':_0x15ceb9(0x245),'CsIkS':_0x15ceb9(0x225),'jZXDg':function(_0x33193d,_0x5a70bd){return _0x33193d>_0x5a70bd;},'YKajS':'JrSQt','bYcHQ':function(_0x222149,_0x27cbb4,_0x31ae4a,_0x5e7214){return _0x222149(_0x27cbb4,_0x31ae4a,_0x5e7214);},'pakbj':'failed','EDtLs':_0x15ceb9(0x208),'xKXPW':function(_0x1b4d57,_0x511c79){return _0x1b4d57!==_0x511c79;},'NmqVa':_0x15ceb9(0x25c),'dOdMt':function(_0x593260,_0x2e471d,_0x50eb9a){return _0x593260(_0x2e471d,_0x50eb9a);},'HbnOx':_0x15ceb9(0x251),'POaVb':function(_0x1a8312,_0x584465){return _0x1a8312!==_0x584465;},'xTPYV':_0x15ceb9(0x203),'hJupS':_0x15ceb9(0x24e),'fBQhj':function(_0x90e397,_0x29cce1){return _0x90e397!==_0x29cce1;},'JCltg':_0x15ceb9(0x1ad),'lONbN':_0x15ceb9(0x197),'uqxCH':function(_0x1da73b,_0xed192){return _0x1da73b===_0xed192;},'pCFIH':_0x15ceb9(0x1e1),'HgXwl':_0x15ceb9(0x192),'nEXku':_0x15ceb9(0x1d6)};if(!_0x1093ff[_0x15ceb9(0x1f1)](isBrowserstackInfra)){if(_0x1093ff[_0x15ceb9(0x24d)](_0x1093ff[_0x15ceb9(0x20c)],_0x1093ff['TIrXB']))return;else _0x42ee36[_0x15ceb9(0x1bc)](_0x1093ff[_0x15ceb9(0x1b0)]);}let _0x4f26d9=![];try{if(_0x1093ff[_0x15ceb9(0x24d)](_0x1093ff['Ckdbh'],_0x1093ff[_0x15ceb9(0x1f3)]))return;else{await __drivers[0x0][_0x15ceb9(0x21d)],_0x4f26d9=!![];if(_0x1093ff[_0x15ceb9(0x18f)](__error_messages__['length'],0x0))_0x1093ff[_0x15ceb9(0x24d)](_0x1093ff[_0x15ceb9(0x1d7)],_0x1093ff[_0x15ceb9(0x1d7)])?await _0x1093ff[_0x15ceb9(0x239)](markSessionStatus,__drivers[0x0],_0x1093ff[_0x15ceb9(0x24a)],__error_messages__['join'](_0x1093ff[_0x15ceb9(0x1d5)])):_0x4e0dfd[_0x15ceb9(0x1bc)](_0x1093ff[_0x15ceb9(0x217)]);else{if(_0x1093ff[_0x15ceb9(0x190)](_0x1093ff[_0x15ceb9(0x227)],_0x1093ff[_0x15ceb9(0x227)])){const _0x464902={};_0x464902['specStarted']=_0x7fc1d3=>{const _0x2c6a68=_0x15ceb9;_0x2b1835[_0x2c6a68(0x1d9)]=_0x7fc1d3;},_0xb89080[_0x15ceb9(0x1fd)]()[_0x15ceb9(0x23c)](_0x464902);}else await _0x1093ff['dOdMt'](markSessionStatus,__drivers[0x0],_0x1093ff[_0x15ceb9(0x1bd)]);}}}catch(_0x1ce2ad){_0x1093ff['POaVb'](_0x1093ff[_0x15ceb9(0x1c1)],_0x1093ff[_0x15ceb9(0x1c0)])?console[_0x15ceb9(0x1f6)](_0x1ce2ad):_0x5b9c67=![];}__error_messages__=[];if(_0x4f26d9){if(_0x1093ff[_0x15ceb9(0x199)](_0x1093ff[_0x15ceb9(0x19c)],_0x1093ff[_0x15ceb9(0x1f5)]))try{if(_0x1093ff['uqxCH'](_0x1093ff[_0x15ceb9(0x21c)],_0x1093ff[_0x15ceb9(0x21c)]))await __drivers[0x0][_0x15ceb9(0x191)]();else return;}catch(_0x44e1b9){if(_0x1093ff[_0x15ceb9(0x1de)](_0x1093ff['HgXwl'],_0x1093ff[_0x15ceb9(0x231)]))return _0x354e28['replace'](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);else console['log'](_0x44e1b9);}else _0x1093ff['KQZqV'](_0x39d970[_0x15ceb9(0x210)]()[_0x15ceb9(0x22c)],0x0)&&(_0x1093ff['sHpLG'](_0x336211,_0x2dc481),_0x1093ff[_0x15ceb9(0x1f1)](_0x39cea9));}}beforeAll(async()=>{const _0xe84065=a13_0x2bef7e,_0x3af10d={'bijef':function(_0x49d5a7,_0x425ca6){return _0x49d5a7!==_0x425ca6;},'fCBJm':'EiJeh','AMmSx':function(_0x215550,_0x52d134){return _0x215550>_0x52d134;},'ziNOb':function(_0x3ff57c,_0x58be3f){return _0x3ff57c(_0x58be3f);},'FAdCK':function(_0x3f824d,_0x3dd173){return _0x3f824d(_0x3dd173);},'wrTNP':function(_0x4d05df,_0x305407){return _0x4d05df>_0x305407;},'fRAUh':function(_0x1bd2b4,_0x7560a7){return _0x1bd2b4(_0x7560a7);},'DOvsl':'undefined','AUsmN':function(_0x37ccb0,_0x5f4622){return _0x37ccb0===_0x5f4622;},'GMGHe':_0xe84065(0x1d8),'haTOJ':function(_0x5af575,_0x2c4a69){return _0x5af575!==_0x2c4a69;},'jlYbn':'ASCme','JUCUg':_0xe84065(0x24c),'SUuon':function(_0x28b3a7){return _0x28b3a7();},'FiqiF':function(_0x2216dd,_0x246dd2){return _0x2216dd!==_0x246dd2;},'ZHVYp':_0xe84065(0x256),'oRsjj':'HuqdI','eDxpU':function(_0x554661,_0x366c82,_0x5cdbee){return _0x554661(_0x366c82,_0x5cdbee);}};PerformanceTester[_0xe84065(0x232)]();const _0x277c5d='browserstack internal helper hook';_0x3af10d['bijef'](typeof jasmine,_0x3af10d[_0xe84065(0x221)])&&(_0x3af10d[_0xe84065(0x234)](_0x3af10d['GMGHe'],_0x3af10d[_0xe84065(0x24f)])?jasmine[_0xe84065(0x1fd)]()['addReporter']({'specStarted':_0x3258f7=>{const _0x2786c4=_0xe84065;_0x3af10d[_0x2786c4(0x198)](_0x3af10d[_0x2786c4(0x236)],_0x3af10d[_0x2786c4(0x236)])?_0x5a7c19[_0x2786c4(0x1f6)](_0x53c2b4):jasmine[_0x2786c4(0x1d9)]=_0x3258f7;}}):_0x23c3ac[_0xe84065(0x1d9)]['failedExpectations']&&_0x3af10d[_0xe84065(0x23d)](_0x20a20c[_0xe84065(0x1d9)][_0xe84065(0x1ea)][_0xe84065(0x233)],0x0)?(_0x2a58dc=!![],_0x5f5dc9=_0x3af10d[_0xe84065(0x1ee)](_0x5a26bf,_0x776188[_0xe84065(0x247)](_0x331c20[_0xe84065(0x1d9)][_0xe84065(0x1ea)][0x0][_0xe84065(0x22f)]))):_0x1af86b=_0x3af10d['FAdCK'](_0x566b7f,_0xfca4['stringify'](_0x32203a[_0xe84065(0x1d9)]['description'])));let _0x6a91bd=![];try{_0x3af10d[_0xe84065(0x1e5)](_0x3af10d[_0xe84065(0x1e0)],_0x3af10d[_0xe84065(0x1e0)])?_0x2cd100=_0x3af10d[_0xe84065(0x1ee)](_0x24e730,_0x1a0368[_0xe84065(0x247)](_0x3838e1['currentTest']['description'])):(await __drivers[0x0][_0xe84065(0x21d)],_0x6a91bd=!![]);}catch(_0x4ce57e){}if(_0x6a91bd)try{try{_0x3af10d[_0xe84065(0x1e5)](_0x3af10d['JUCUg'],_0x3af10d[_0xe84065(0x253)])?_0x2e81a9['currentTest']=_0x58ffaf:_0x3af10d[_0xe84065(0x1ac)](isTestObservabilitySession)&&(_0x3af10d[_0xe84065(0x215)](_0x3af10d[_0xe84065(0x238)],_0x3af10d[_0xe84065(0x238)])?_0x3a7784[_0xe84065(0x1d4)]&&_0x3af10d['wrTNP'](_0x3fdbde[_0xe84065(0x1d4)][_0xe84065(0x233)],0x0)?(_0x243d00=!![],_0x4788c0=_0x3af10d[_0xe84065(0x249)](_0x5e2d31,_0x2ece3f[_0xe84065(0x247)](_0x4502af['errors'][0x0][0x0][_0xe84065(0x22f)]||_0x1981af[_0xe84065(0x1d4)][0x0][0x0]))):_0x2ecaca=_0x3af10d[_0xe84065(0x1ee)](_0xfc923f,_0x2914b0['stringify'](_0x3c64dd[_0xe84065(0x1c6)])):global['__drivers'][0x0]&&(_0x3af10d['haTOJ'](_0x3af10d[_0xe84065(0x19e)],_0x3af10d[_0xe84065(0x19e)])?(_0x294815[_0xe84065(0x1c7)](_0x5afbd8)&&_0x1755d7[0x0]&&(_0x1da005[0x0][_0xe84065(0x1d0)]=_0x4bd2d9),_0x33693e[_0xe84065(0x1d0)]=_0xbe27b6):await _0x3af10d[_0xe84065(0x19d)](sendPlatformDetails,global[_0xe84065(0x213)][0x0],TestDetails[_0xe84065(0x1b6)](process['pid']+_0xe84065(0x1a8)))));}catch{}}catch(_0x588121){}}),beforeEach(async()=>{const _0x1cb33d=a13_0x2bef7e,_0x502c61={'FkMdN':function(_0x129d43,_0x1256d3){return _0x129d43>_0x1256d3;},'ZKGay':function(_0x520315){return _0x520315();},'jmNfV':function(_0x196cfd,_0x43cb37){return _0x196cfd>_0x43cb37;},'siWvE':function(_0x15bfb3,_0x25dea3,_0x3ad485){return _0x15bfb3(_0x25dea3,_0x3ad485);},'PdHDN':function(_0x5482a3,_0x20160d){return _0x5482a3===_0x20160d;},'lnpVP':_0x1cb33d(0x19a),'qyIdo':function(_0x1f4200,_0x77f038){return _0x1f4200===_0x77f038;},'EWQLK':_0x1cb33d(0x19f),'XFlhf':_0x1cb33d(0x1ca),'lOkKx':function(_0x34f850){return _0x34f850();}},_0x12136c='browserstack internal helper hook';try{_0x502c61['FkMdN'](__drivers[_0x1cb33d(0x233)],0x1)&&(await _0x502c61[_0x1cb33d(0x1fb)](driverCleanup),__drivers['shift']());const _0x318fd9=expect[_0x1cb33d(0x23e)]()['currentTestName'];try{Array[_0x1cb33d(0x1c7)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x1cb33d(0x1d0)]=_0x318fd9),global[_0x1cb33d(0x1d0)]=_0x318fd9;}catch(_0x226e05){logger[_0x1cb33d(0x23a)](_0x1cb33d(0x22d)+_0x226e05);}__drivers[0x0][_0x1cb33d(0x1d0)]=_0x318fd9;_0x502c61[_0x1cb33d(0x223)](__drivers[0x0][_0x1cb33d(0x202)],0x0)&&await _0x502c61[_0x1cb33d(0x1fb)](driverCleanup);const _0xbc4cb6=_0x502c61['siWvE'](shouldScanTestForAccessibility,_0x318fd9,![]);if(_0x502c61[_0x1cb33d(0x1fb)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x1cb33d(0x18c)])try{const _0x4c4dea=await __drivers[0x0][_0x1cb33d(0x21d)];if(_0x4c4dea){let _0x4b6639=!![];const _0x540680=await __drivers[0x0][_0x1cb33d(0x230)]();let _0x2a1dd2;try{_0x2a1dd2=new URL(_0x540680);}catch(_0x2141cf){_0x4b6639=![];}_0x4b6639=_0x502c61['PdHDN'](_0x2a1dd2[_0x1cb33d(0x1cf)],_0x502c61[_0x1cb33d(0x1a0)])||_0x502c61[_0x1cb33d(0x204)](_0x2a1dd2[_0x1cb33d(0x1cf)],_0x502c61[_0x1cb33d(0x1f7)]),_0x4b6639&&(_0xbc4cb6?(logger['info'](_0x502c61[_0x1cb33d(0x22a)]),await __drivers[0x0][_0x1cb33d(0x1c2)](_0x1cb33d(0x212))):await __drivers[0x0]['executeScript'](_0x1cb33d(0x20d)));}}catch(_0x350863){logger[_0x1cb33d(0x1a4)](_0x1cb33d(0x220)+_0x350863);}_0x502c61[_0x1cb33d(0x223)](__drivers[0x0]['quitCount_'],0x0)&&await _0x502c61[_0x1cb33d(0x21f)](driverCleanup);}catch{}}),afterEach(async()=>{const _0xe00b53=a13_0x2bef7e,_0x1459de={'GkFdF':function(_0x421efe,_0x4cb216){return _0x421efe>_0x4cb216;},'mqdIx':function(_0x181f5c){return _0x181f5c();},'eteyl':function(_0x172ffe,_0x2db17f){return _0x172ffe===_0x2db17f;},'tDcsz':_0xe00b53(0x1a3),'ToWls':_0xe00b53(0x20e),'uJkUa':function(_0x39516c,_0x5921a1,_0x5e8739,_0x35a5cf){return _0x39516c(_0x5921a1,_0x5e8739,_0x35a5cf);},'JLnPf':function(_0x1e0e31,_0x20021f,_0x2e9127){return _0x1e0e31(_0x20021f,_0x2e9127);},'gISSu':function(_0x49ff15){return _0x49ff15();},'UyRYx':_0xe00b53(0x1a6),'cWXyh':function(_0x4e6c08,_0x59ee18){return _0x4e6c08(_0x59ee18);},'Zkbwh':_0xe00b53(0x1f0),'yVSMY':function(_0x1fca54){return _0x1fca54();},'TbosC':function(_0xeec654){return _0xeec654();},'Xdagq':function(_0x4851aa,_0x512ba4,_0x4537ad){return _0x4851aa(_0x512ba4,_0x4537ad);},'NNhLW':function(_0x113ff2,_0xa953a0,_0x5d1d1c){return _0x113ff2(_0xa953a0,_0x5d1d1c);},'aAGTi':_0xe00b53(0x23a)},_0x42ab33='browserstack internal helper hook';try{_0x1459de[_0xe00b53(0x1b2)](__drivers[_0xe00b53(0x233)],0x1)&&(await _0x1459de[_0xe00b53(0x1d1)](driverCleanup),__drivers['shift']());try{if(global[_0xe00b53(0x240)]&&_0x1459de[_0xe00b53(0x1ab)](global['percyCaptureMode'],_0x1459de['tDcsz'])&&__drivers[0x0]){const _0xbfda2a=_0x1459de[_0xe00b53(0x1b2)](global[_0xe00b53(0x244)][_0xe00b53(0x233)],0x0)?!!global['capabilities'][0x0][_0xe00b53(0x200)]||!!global[_0xe00b53(0x244)][0x0][_0x1459de['ToWls']]:![],_0x5bc8a4={};_0x5bc8a4['app']=_0xbfda2a,await _0x1459de[_0xe00b53(0x1cb)](percyAutoCapture,__drivers[0x0],_0x1459de[_0xe00b53(0x259)],_0x5bc8a4);}}catch(_0x492c9c){}const _0xbb22c7=_0x1459de[_0xe00b53(0x206)](shouldScanTestForAccessibility,expect['getState']()[_0xe00b53(0x1e9)],![]);try{if(_0x1459de[_0xe00b53(0x1ef)](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0xbb22c7&&logger['info'](_0x1459de[_0xe00b53(0x22e)]);const _0xd45ece={'saveResults':_0xbb22c7,'testDetails':{'name':expect['getState']()['currentTestName'],'testRunId':process[_0xe00b53(0x1bf)][_0xe00b53(0x1e3)],'filePath':expect['getState']()[_0xe00b53(0x214)],'scopeList':[expect[_0xe00b53(0x23e)]()[_0xe00b53(0x1e9)]]},'platform':await _0x1459de[_0xe00b53(0x193)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0xe00b53(0x1c2)](_0xe00b53(0x20f),_0xd45ece),_0xbb22c7&&logger[_0xe00b53(0x1bc)](_0x1459de['Zkbwh']);}}catch(_0xcf38c9){logger[_0xe00b53(0x1a4)](_0xe00b53(0x1b9)+this['currentTest'][_0xe00b53(0x224)]()+_0xe00b53(0x20a),_0xcf38c9);}await _0x1459de[_0xe00b53(0x1a5)](setContext);try{if(_0x1459de[_0xe00b53(0x250)](isTestObservabilitySession)){global[_0xe00b53(0x213)][0x0]&&await _0x1459de[_0xe00b53(0x25b)](sendPlatformDetails,global[_0xe00b53(0x213)][0x0],TestDetails[_0xe00b53(0x1b6)](process[_0xe00b53(0x1d2)]+_0xe00b53(0x1a8)));if(_0x1459de[_0xe00b53(0x1a5)](isBrowserstackInfra)){const _0x572d27=_0xe00b53(0x1a2)+Date[_0xe00b53(0x246)]();await _0x1459de['NNhLW'](executeAnnotate,JSON[_0xe00b53(0x247)](_0x572d27),_0x1459de['aAGTi']);}}}catch(_0x4df71e){}_0x1459de[_0xe00b53(0x1b2)](__drivers[0x0][_0xe00b53(0x202)],0x0)&&await _0x1459de[_0xe00b53(0x250)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x4c36b8=a13_0x2bef7e,_0x44361e={'pgJzW':function(_0x55640c,_0x2ed5b3){return _0x55640c<=_0x2ed5b3;},'wlVeV':function(_0x15cf29,_0x2e8465){return _0x15cf29(_0x2e8465);},'NGyLJ':function(_0x3515b9){return _0x3515b9();},'LFGGP':function(_0xda082,_0x34e5b0,_0x2f07f6){return _0xda082(_0x34e5b0,_0x2f07f6);},'zKEGl':function(_0x12aeff){return _0x12aeff();}};jest[_0x4c36b8(0x23b)](0x186a0),PerformanceTester[_0x4c36b8(0x1b5)]();const _0x270609='browserstack internal helper hook';await new Promise(_0x2f608a=>{const _0x30de4d=_0x4c36b8,_0x4e3065={'MPPFO':function(_0x356d31,_0x31a9f6){const _0x2b4e9a=a13_0x5306;return _0x44361e[_0x2b4e9a(0x1f8)](_0x356d31,_0x31a9f6);},'pyMzx':function(_0x11ff2a,_0x762c58){const _0x72a6c8=a13_0x5306;return _0x44361e[_0x72a6c8(0x21e)](_0x11ff2a,_0x762c58);},'lVQiu':function(_0x29ccfb){const _0x51284f=a13_0x5306;return _0x44361e[_0x51284f(0x1ed)](_0x29ccfb);}},_0x17c6c8=_0x44361e[_0x30de4d(0x1fa)](setInterval,async()=>{const _0xc154f4=_0x30de4d;_0x4e3065[_0xc154f4(0x1cc)](RequestQueueHandler['getInstance']()[_0xc154f4(0x22c)],0x0)&&(_0x4e3065['pyMzx'](clearInterval,_0x17c6c8),_0x4e3065['lVQiu'](_0x2f608a));},0x3e8);});try{await _0x44361e[_0x4c36b8(0x248)](driverCleanup);}catch(_0x204dde){}process[_0x4c36b8(0x1dd)]();},0x2710);
@@ -1 +1 @@
1
- const a14_0xfb1425=a14_0x5524;(function(_0x2380fb,_0x459358){const _0x2d73c8=a14_0x5524,_0x5510c5=_0x2380fb();while(!![]){try{const _0x4b732b=-parseInt(_0x2d73c8(0x1b6))/0x1+parseInt(_0x2d73c8(0x1b1))/0x2*(parseInt(_0x2d73c8(0x1b9))/0x3)+parseInt(_0x2d73c8(0x1b3))/0x4*(-parseInt(_0x2d73c8(0x1b8))/0x5)+parseInt(_0x2d73c8(0x1b2))/0x6+parseInt(_0x2d73c8(0x1b0))/0x7+-parseInt(_0x2d73c8(0x1bd))/0x8*(-parseInt(_0x2d73c8(0x1b7))/0x9)+-parseInt(_0x2d73c8(0x1b4))/0xa*(-parseInt(_0x2d73c8(0x1be))/0xb);if(_0x4b732b===_0x459358)break;else _0x5510c5['push'](_0x5510c5['shift']());}catch(_0x57479b){_0x5510c5['push'](_0x5510c5['shift']());}}}(a14_0x5b0a,0x64e6f));const requestSpy=require(a14_0xfb1425(0x1bb)),{addRequestSpy}=require('../../../helpers/test-observability/utils');function a14_0x5b0a(){const _0x4ba8fb=['395YMNXFE','596316cmGVpu','aoSsJ','../../../helpers/request-spy','restore','848560YBSDqw','2716769iOtEbS','1700349KlElrq','2MCOdOP','1155330qwaovk','25252hWENIs','10YFhrBV','setTimeout','75261UmyYXx','9IfPmKo'];a14_0x5b0a=function(){return _0x4ba8fb;};return a14_0x5b0a();}function a14_0x5524(_0x30352c,_0x1e1281){const _0x5b0ace=a14_0x5b0a();return a14_0x5524=function(_0x55240d,_0x464fab){_0x55240d=_0x55240d-0x1b0;let _0x450ba8=_0x5b0ace[_0x55240d];return _0x450ba8;},a14_0x5524(_0x30352c,_0x1e1281);}beforeAll(()=>{const _0x350165=a14_0xfb1425,_0x2f98e9={'aoSsJ':function(_0x96a3e3){return _0x96a3e3();}},_0x31191c='browserstack internal helper hook';_0x2f98e9[_0x350165(0x1ba)](addRequestSpy);}),afterAll(async()=>{const _0x1a948e=a14_0xfb1425,_0x4cb9f5='browserstack internal helper hook';jest[_0x1a948e(0x1b5)](0xea60),requestSpy[_0x1a948e(0x1bc)]();});
1
+ const a14_0x2d7724=a14_0x42c8;(function(_0x5271a5,_0x3c994b){const _0x52720b=a14_0x42c8,_0x5802e4=_0x5271a5();while(!![]){try{const _0x508b10=parseInt(_0x52720b(0x1e4))/0x1*(parseInt(_0x52720b(0x1db))/0x2)+-parseInt(_0x52720b(0x1e2))/0x3*(parseInt(_0x52720b(0x1da))/0x4)+-parseInt(_0x52720b(0x1df))/0x5+parseInt(_0x52720b(0x1dc))/0x6+-parseInt(_0x52720b(0x1e8))/0x7+parseInt(_0x52720b(0x1de))/0x8*(-parseInt(_0x52720b(0x1e1))/0x9)+parseInt(_0x52720b(0x1e5))/0xa;if(_0x508b10===_0x3c994b)break;else _0x5802e4['push'](_0x5802e4['shift']());}catch(_0xc4bb92){_0x5802e4['push'](_0x5802e4['shift']());}}}(a14_0x18f0,0x25241));function a14_0x42c8(_0x418b22,_0x1a2c89){const _0x18f0e9=a14_0x18f0();return a14_0x42c8=function(_0x42c8f9,_0x3bc726){_0x42c8f9=_0x42c8f9-0x1da;let _0x415475=_0x18f0e9[_0x42c8f9];return _0x415475;},a14_0x42c8(_0x418b22,_0x1a2c89);}const requestSpy=require(a14_0x2d7724(0x1e3)),{addRequestSpy}=require(a14_0x2d7724(0x1e0));beforeAll(()=>{const _0x13e59c=a14_0x2d7724,_0x510c76={'Xjmlz':function(_0x5560e4){return _0x5560e4();}},_0x341659='browserstack internal helper hook';_0x510c76[_0x13e59c(0x1e7)](addRequestSpy);}),afterAll(async()=>{const _0x2e2e74=a14_0x2d7724,_0x4756fd='browserstack internal helper hook';jest[_0x2e2e74(0x1dd)](0xea60),requestSpy[_0x2e2e74(0x1e6)]();});function a14_0x18f0(){const _0x53960d=['Xjmlz','1904952AfDodZ','4ZDFJfN','8gWFQjc','1622100wBCPuy','setTimeout','8mQYilQ','331075ISxxMp','../../../helpers/test-observability/utils','2047824GUVFob','101583YzwnqF','../../../helpers/request-spy','3935BFrQZW','4657870fzEITI','restore'];a14_0x18f0=function(){return _0x53960d;};return a14_0x18f0();}
@@ -1 +1 @@
1
- const a15_0x50f72c=a15_0x5946;function a15_0x5946(_0x27e517,_0x4bfe66){const _0x15d7f9=a15_0x15d7();return a15_0x5946=function(_0x594688,_0x1498ad){_0x594688=_0x594688-0x178;let _0x323aae=_0x15d7f9[_0x594688];return _0x323aae;},a15_0x5946(_0x27e517,_0x4bfe66);}function a15_0x15d7(){const _0x574e57=['112218PHQfyD','WZKGS','updateTestRerunConfig','isUndefined','Xfjxz','99izlNti','468321ADSIpe','394880szUKOJ','isTestObservabilitySession','map','push','45jxAbGx','has','shouldReRunObservabilityTests','rerunTests','442248EkDyDW','null','env','Xejlp','mXqAS','7eHLRpx','33iOvbBj','trim','../../../helpers/helper','386550TFnFed','2aovDFY','length','split','3121520lekpPZ','2189676KICDjM','uCFHy','cliConfig'];a15_0x15d7=function(){return _0x574e57;};return a15_0x15d7();}(function(_0xf6f151,_0x34e1bf){const _0xc495e5=a15_0x5946,_0x5dd64d=_0xf6f151();while(!![]){try{const _0x332fc3=-parseInt(_0xc495e5(0x190))/0x1*(parseInt(_0xc495e5(0x191))/0x2)+parseInt(_0xc495e5(0x17e))/0x3+parseInt(_0xc495e5(0x187))/0x4+-parseInt(_0xc495e5(0x183))/0x5*(parseInt(_0xc495e5(0x178))/0x6)+-parseInt(_0xc495e5(0x18c))/0x7*(parseInt(_0xc495e5(0x194))/0x8)+parseInt(_0xc495e5(0x17d))/0x9*(parseInt(_0xc495e5(0x17f))/0xa)+parseInt(_0xc495e5(0x18d))/0xb*(parseInt(_0xc495e5(0x195))/0xc);if(_0x332fc3===_0x34e1bf)break;else _0x5dd64d['push'](_0x5dd64d['shift']());}catch(_0x5f3b3f){_0x5dd64d['push'](_0x5dd64d['shift']());}}}(a15_0x15d7,0x4a11d));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require(a15_0x50f72c(0x18f));exports[a15_0x50f72c(0x17a)]=(_0x59190f,_0x5c7bc8)=>{const _0x1e62e0=a15_0x50f72c,_0xeeef06={};_0xeeef06[_0x1e62e0(0x18b)]=_0x1e62e0(0x186),_0xeeef06['WZKGS']=function(_0x424bc1,_0x1817e0){return _0x424bc1!==_0x1817e0;},_0xeeef06[_0x1e62e0(0x17c)]=_0x1e62e0(0x188),_0xeeef06[_0x1e62e0(0x18a)]=function(_0x4ceab3,_0x4f0dee){return _0x4ceab3!==_0x4f0dee;},_0xeeef06[_0x1e62e0(0x196)]=function(_0x15d775,_0x15d7f7){return _0x15d775>_0x15d7f7;};const _0x3b50ca=_0xeeef06;if(testOpsHelper[_0x1e62e0(0x180)]()&&testOpsHelper[_0x1e62e0(0x185)]()){let _0x3a5cbe=process[_0x1e62e0(0x189)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x1e62e0(0x17b)](_0x5c7bc8['cliConfig'])&&_0x5c7bc8[_0x1e62e0(0x197)][_0x1e62e0(0x184)](_0x3b50ca[_0x1e62e0(0x18b)])&&(_0x3a5cbe=_0x5c7bc8[_0x1e62e0(0x197)]['get'](_0x3b50ca[_0x1e62e0(0x18b)]));const _0x38cf6e=[];_0x3b50ca[_0x1e62e0(0x179)](_0x3a5cbe,_0x3b50ca[_0x1e62e0(0x17c)])&&_0x3b50ca[_0x1e62e0(0x18a)](_0x3a5cbe,null)&&_0x3a5cbe[_0x1e62e0(0x193)](',')[_0x1e62e0(0x181)](_0xea91d8=>{const _0x568fbf=_0x1e62e0;_0x38cf6e[_0x568fbf(0x182)](''+_0xea91d8[_0x568fbf(0x18e)]());}),_0x3b50ca['uCFHy'](_0x38cf6e[_0x1e62e0(0x192)],0x0)&&(_0x59190f['testRegex']=_0x38cf6e,delete _0x59190f['testMatch']);}};
1
+ (function(_0x909a20,_0x3f8522){const _0x2b7aec=a15_0x26ff,_0x1c473f=_0x909a20();while(!![]){try{const _0x1e283f=parseInt(_0x2b7aec(0xde))/0x1+-parseInt(_0x2b7aec(0xe2))/0x2+-parseInt(_0x2b7aec(0xe1))/0x3*(parseInt(_0x2b7aec(0xd4))/0x4)+-parseInt(_0x2b7aec(0xec))/0x5*(parseInt(_0x2b7aec(0xea))/0x6)+-parseInt(_0x2b7aec(0xd6))/0x7+parseInt(_0x2b7aec(0xd5))/0x8+parseInt(_0x2b7aec(0xe8))/0x9*(parseInt(_0x2b7aec(0xdd))/0xa);if(_0x1e283f===_0x3f8522)break;else _0x1c473f['push'](_0x1c473f['shift']());}catch(_0x4615dd){_0x1c473f['push'](_0x1c473f['shift']());}}}(a15_0x5b4f,0x34f52));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require('../../../helpers/helper');function a15_0x26ff(_0x5f2131,_0x556dc0){const _0x5b4fdc=a15_0x5b4f();return a15_0x26ff=function(_0x26ff11,_0x1512b4){_0x26ff11=_0x26ff11-0xd4;let _0x38fcdb=_0x5b4fdc[_0x26ff11];return _0x38fcdb;},a15_0x26ff(_0x5f2131,_0x556dc0);}exports['updateTestRerunConfig']=(_0x4f5ccd,_0x28e40b)=>{const _0xfe46c9=a15_0x26ff,_0x596777={};_0x596777[_0xfe46c9(0xd8)]=_0xfe46c9(0xe4),_0x596777[_0xfe46c9(0xdf)]=function(_0x50a739,_0x275853){return _0x50a739!==_0x275853;},_0x596777[_0xfe46c9(0xdb)]=_0xfe46c9(0xdc),_0x596777[_0xfe46c9(0xed)]=function(_0x2e7e76,_0x5cb6b0){return _0x2e7e76>_0x5cb6b0;};const _0x277d29=_0x596777;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0xfe46c9(0xe9)]()){let _0x1905e6=process[_0xfe46c9(0xe7)][_0xfe46c9(0xe5)];!helper[_0xfe46c9(0xeb)](_0x28e40b[_0xfe46c9(0xe3)])&&_0x28e40b[_0xfe46c9(0xe3)]['has'](_0x277d29[_0xfe46c9(0xd8)])&&(_0x1905e6=_0x28e40b[_0xfe46c9(0xe3)][_0xfe46c9(0xe0)](_0x277d29[_0xfe46c9(0xd8)]));const _0x39aab2=[];_0x277d29[_0xfe46c9(0xdf)](_0x1905e6,_0x277d29[_0xfe46c9(0xdb)])&&_0x277d29[_0xfe46c9(0xdf)](_0x1905e6,null)&&_0x1905e6[_0xfe46c9(0xd7)](',')['map'](_0x2de4a8=>{const _0x339b9b=_0xfe46c9;_0x39aab2[_0x339b9b(0xe6)](''+_0x2de4a8[_0x339b9b(0xd9)]());}),_0x277d29[_0xfe46c9(0xed)](_0x39aab2[_0xfe46c9(0xda)],0x0)&&(_0x4f5ccd['testRegex']=_0x39aab2,delete _0x4f5ccd['testMatch']);}};function a15_0x5b4f(){const _0x22a0af=['510692uDxxtP','split','NhgcE','trim','length','BSDjA','null','9970Cqknsj','357750LQWcBE','sXjjs','get','3KMDrxQ','363728QscwQQ','cliConfig','rerunTests','BROWSERSTACK_RERUN_TESTS','push','env','2547OupOss','shouldReRunObservabilityTests','30rzcgFz','isUndefined','174475GofPbz','NRKaa','862264AQZqNV','1774992kwzCeT'];a15_0x5b4f=function(){return _0x22a0af;};return a15_0x5b4f();}
@@ -1 +1 @@
1
- const a16_0x2ca145=a16_0x3e9d;function a16_0x5299(){const _0x25cefd=['RJNLx','uploadEventData','pWuDS','mRgba','kGjHG','JEST','hook_type','lTlnk','apply','tPvZY','WHNjN','jfFgf','root','2344quXiLC','../../../helpers/test-observability/utils','match','EKDKQ','318888zQOfRi','NMHoB','vRvQJ','8ohWIGm','CBQEz','ucpnZ','OXZbN','hQdCp','xzgcO','SqScf','ysmKx','sendTestRunEvent','yraIp','vMKQn','UVDmU','PNPjm','QSDMn','mapTestHooks','xqRtu','hook_failure','QssKd','JAhuM','.git','split','FDCAQ','wJfCF','oaPLM','zsBSG','relative','_currentRetry','current_test','getTime','ucvLC','gnLHD','Pwfip','appendTestItemLog','URpGH','lRAsm','prefixTestPath','pOZbh','DcOIp','zwiKA','UYfbB','dOEfc','STATE_FAILED','njIPO','fLXyJ','javascript','sAoOm','oHlnu','name','\x20with\x20error\x20:\x20','wTVoE','Rzohs','getFileName','fkozz','location_prefix','skipped','oloBP','CGNnb','LlSeW','_testResults','type','failure','RmGCu','iCTdb','2481741IXLgZq','azoLa','oaHdQ','CPChk','cRiiq','gbxSa','AFTER_EACH','bs:addLog:','ZbqgP','pid','exports','Mahwm','5049cSwBOt','LZPxG','QPBDV','RVfJT','5|6|0|4|1|3|2','beforeAll','qHkwv','YMUKt','QdwVM','oJSin',':testAnalyticsId','call','current_hook','ojCeG','SufBO','test_run_uuid','toISOString','HIDTV','CiMkj','qNyuB','FUGEd','testStarted','xjzgn','errorsDetailed','DPqRD','resetTestHooks','xBIix','rOfbm','wJfYq','gxMNc','trbur','iXmoc','OYNTC','AOTcK','wfnrX','testObservability','hook_run','failed\x20to\x20get\x20root\x20parent\x20file\x20','rZDlR','rUTfL','Jhcxa','registerListeners','UBCBx','dIjbi','getName','tXTFu','jEawi','taXdY','pjuDk','ZgZQb','mMBpn','FZEvE','_gitConfigured','uOGdJ','gvwaK','jtlwO','afterEach','eHZkx','ZoqwE','ryVjB','failure_backtrace','gVISm','FjxXz','_testEnv','stack-trace','cvmvD','LyokL','mEJZH','beforeEach','parent','IStcr','configureGit',':hookAnalyticsId','FmkoF','xIbBK','reverse','RJlDn','test','bvbbg','getTestUUID','LQvou','KocPH','jKXaR','JHUIE','\x22\x20hook\x20for\x20\x22','sTyAa','NHVQW','uDtNe','FndPB','IlOxV','hxNSP','failure_type','qYDAO','Wtrhz','gabMC','XPEyb','akERX','config','uzdcK','saBSd','dyRaE','MWXCr','iCGzL','DHwCO','_gitConfigPath','UzOLt','lfNZc','MOZQH','ZNXTK','backtrace','OsSEy','getHooksForTest','STATE_PASSED','fwmAQ','JPkDJ','OmhiS','42554400tgGNFP','file','ZHOiM','tNClT','statSync','CXJRB','failure_reason','XAsqF','mqHWi','xjBQW','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','WEGBV','hookAnalyticsId','0|6|3|5|2|1|4','HookRunFinished','ZFFjC','MkMNs','arfYv','TestRunStarted','ywfPV','pending','OXFZJ','VVBKP','mZQHw','../../../helpers/test-observability/sessionHandler','FUPfM','Ljkbw','1915837fjoojT','CgGWD','generic','1658167WAagtW','nNCAn','logs','JLYJE','VXlKv','xtGcJ','UDXjL','removeAllListeners','parse','xnLPg','TestRunFinished','uPUBg','FhpAD','ClaaL','edceU','3484160NWdKwN','hooks','rCbpI','RwjPm','_paths','cFHVc','qFSyU','zbcAN','uTQpw','rZOjo','xMwcI','RyMCe','QvUHX','getRootParentFile','TcEnJ','testAnalyticsId','qxLOI','lkARV','COpmv','swVBW','aqbYu','gbzFK','EOhEU','test_run','NOomt','WLFrc','TestRunSkipped','OuPjX','CZrTc','80AZhcnR','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','HXUrG','oIqWc','1|0|3|4|2','hwwaV','DfBKj','getHierarchy','BEFORE_EACH','ZGzRs','pgkzw','XyvBN','uboof','WGgrm','afterAll','IYgit','getTestEnv','ofERW','started_at','nGOAJ','Thbnb','iFVEq','IamiI','failed','err','duration','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','jVWIW','bs:addPlatformDetails:','VfaZN','CxwEb','bmBcd','failure_reason_expanded','retryOf','FWTrD','zumqC','mUbxl','hook_run_uuid','RqdMM','now','length','HjGZZ','sep','ddjYC','push','capSc','result','SQOQj','includes','iMtVR','http_response','event_type','title','dirname','zICqt','PEJoM','Gkfal','cKyNJ','passed','rSjzW','hook_data','DWilA','CnDSr','analyticsResult','EBjPQ','findGitConfig','../../../helpers/test-observability/error-handler','TccOm','forEach','expanded','STATE_PENDING','xqCLi','setTestUUID','asyncError','bind','PSZls','FXsUT','appendTestPlatform','cwd','LaZJZ','jeRrT','bSQCE','BEFORE_ALL','join'];a16_0x5299=function(){return _0x25cefd;};return a16_0x5299();}(function(_0x3bc6c9,_0x5a758e){const _0x212f5d=a16_0x3e9d,_0x535267=_0x3bc6c9();while(!![]){try{const _0x1b4ca8=parseInt(_0x212f5d(0x29a))/0x1+parseInt(_0x212f5d(0x2a9))/0x2+-parseInt(_0x212f5d(0x208))/0x3*(-parseInt(_0x212f5d(0x1b6))/0x4)+-parseInt(_0x212f5d(0x2c6))/0x5*(-parseInt(_0x212f5d(0x1ba))/0x6)+-parseInt(_0x212f5d(0x297))/0x7+parseInt(_0x212f5d(0x1bd))/0x8*(parseInt(_0x212f5d(0x1fc))/0x9)+-parseInt(_0x212f5d(0x27c))/0xa;if(_0x1b4ca8===_0x5a758e)break;else _0x535267['push'](_0x535267['shift']());}catch(_0x503f23){_0x535267['push'](_0x535267['shift']());}}}(a16_0x5299,0xf01af));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x2ca145(0x1b7)),SessionHandler=require(a16_0x2ca145(0x294)),{v4:uuidv4}=require('uuid'),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x2ca145(0x248)),path=require('path'),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a16_0x2ca145(0x197)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x4e5b80={};a16_0x4e5b80[a16_0x2ca145(0x278)]=a16_0x2ca145(0x18f),a16_0x4e5b80[a16_0x2ca145(0x1e6)]=a16_0x2ca145(0x16c),a16_0x4e5b80[a16_0x2ca145(0x19b)]=a16_0x2ca145(0x290);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x4e5b80,a16_0x40d494={};a16_0x40d494[a16_0x2ca145(0x20d)]=a16_0x2ca145(0x1a7),a16_0x40d494[a16_0x2ca145(0x163)]='AFTER_ALL',a16_0x40d494[a16_0x2ca145(0x24c)]=a16_0x2ca145(0x15d),a16_0x40d494[a16_0x2ca145(0x240)]=a16_0x2ca145(0x202);const HOOK_TYPES_MAP=a16_0x40d494;function a16_0x3e9d(_0xafb3f9,_0x5d61ff){const _0x529935=a16_0x5299();return a16_0x3e9d=function(_0x3e9db8,_0x51d817){_0x3e9db8=_0x3e9db8-0x15d;let _0x13d965=_0x529935[_0x3e9db8];return _0x13d965;},a16_0x3e9d(_0xafb3f9,_0x5d61ff);}module[a16_0x2ca145(0x206)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0xa94e70=a16_0x2ca145,_0x507c8b={'HIDTV':_0xa94e70(0x20c),'WyFmD':function(_0x2f49ba){return _0x2f49ba();}},_0x209a71=_0x507c8b[_0xa94e70(0x219)][_0xa94e70(0x1d1)]('|');let _0x32a4e3=0x0;while(!![]){switch(_0x209a71[_0x32a4e3++]){case'0':this[_0xa94e70(0x247)]=this[_0xa94e70(0x165)]();continue;case'1':this[_0xa94e70(0x191)]=[];continue;case'2':this[_0xa94e70(0x270)]=null;continue;case'3':this[_0xa94e70(0x23c)]=![];continue;case'4':this[_0xa94e70(0x2ad)]=new PathHelper({'cwd':process['cwd']()},this[_0xa94e70(0x247)][_0xa94e70(0x1f2)]);continue;case'5':this[_0xa94e70(0x22b)]=_0x507c8b['WyFmD'](isTestObservabilitySession);continue;case'6':this['_testResults']=[];continue;}break;}}[a16_0x2ca145(0x165)]=()=>{const _0x3b828d=a16_0x2ca145,_0x4e76f8={'PRQbC':_0x3b828d(0x299),'iXmoc':function(_0x5c6bbd){return _0x5c6bbd();}};return{'ci':_0x4e76f8['PRQbC'],'key':_0x4e76f8[_0x3b828d(0x227)](uuidv4),'version':version,'collector':'js-'+name};};[a16_0x2ca145(0x231)](){const _0x27b8bc=a16_0x2ca145;process[_0x27b8bc(0x2a1)](_0x27b8bc(0x203)+process[_0x27b8bc(0x205)]),process['on'](_0x27b8bc(0x203)+process['pid'],this[_0x27b8bc(0x1dd)]['bind'](this)),process[_0x27b8bc(0x2a1)]('bs:addPlatformDetails:'+process['pid']),process['on'](_0x27b8bc(0x171)+process[_0x27b8bc(0x205)],this[_0x27b8bc(0x1a2)][_0x27b8bc(0x19f)](this));}[a16_0x2ca145(0x21d)]=async _0x45e6f3=>{const _0x54bc5b=a16_0x2ca145,_0x4fe352={'CgGWD':_0x54bc5b(0x255),'FUGEd':'test_run','uOGdJ':_0x54bc5b(0x183),'FjxXz':_0x54bc5b(0x1f3),'mqHWi':_0x54bc5b(0x1f9),'SNqei':_0x54bc5b(0x263),'MkMNs':function(_0x2e4980,_0x500180){return _0x2e4980===_0x500180;},'CXJRB':'ASoQE','iCGzL':_0x54bc5b(0x251),'zsBSG':function(_0x27a95c,_0xaec979){return _0x27a95c>_0xaec979;},'NHVQW':function(_0x5c58e1,_0x3f4c8d){return _0x5c58e1!==_0x3f4c8d;},'kGjHG':'Pqwzg','HXUrG':_0x54bc5b(0x28e),'QdwVM':_0x54bc5b(0x1be),'ZyMbD':'qRWOA','MfPuZ':function(_0x4bc534,_0x30325d){return _0x4bc534!==_0x30325d;},'WLFrc':_0x54bc5b(0x232),'RHYYK':'ChJRl','saBSd':function(_0x195999,_0x20169c){return _0x195999(_0x20169c);}};try{if(_0x4fe352[_0x54bc5b(0x28c)](_0x4fe352[_0x54bc5b(0x281)],_0x4fe352[_0x54bc5b(0x26e)]))return null;else{const _0x7adf2e=this[_0x54bc5b(0x1d8)];this[_0x54bc5b(0x1d8)]=_0x45e6f3,_0x45e6f3[_0x54bc5b(0x176)]=null,_0x45e6f3[_0x54bc5b(0x2b8)]=TestDetails[_0x54bc5b(0x19d)](process[_0x54bc5b(0x205)]+_0x54bc5b(0x212)),_0x45e6f3['started_at']=new Date()[_0x54bc5b(0x218)](),_0x4fe352[_0x54bc5b(0x1d5)](_0x45e6f3[_0x54bc5b(0x1d7)],0x0)&&_0x7adf2e&&_0x4fe352['MkMNs'](_0x7adf2e[_0x54bc5b(0x189)],_0x45e6f3['title'])?_0x4fe352[_0x54bc5b(0x25e)](_0x4fe352[_0x54bc5b(0x1ad)],_0x4fe352['kGjHG'])?_0x57259a[_0x54bc5b(0x181)](_0xd28cf0[_0x54bc5b(0x288)]):(_0x45e6f3['retryOf']=_0x7adf2e[_0x54bc5b(0x2b8)],await this[_0x54bc5b(0x1c5)](_0x45e6f3,undefined,![],_0x4fe352['HXUrG']),_0x7adf2e['state']=STATE_FAILED,await this[_0x54bc5b(0x1c5)](_0x7adf2e,undefined,!![])):_0x4fe352[_0x54bc5b(0x28c)](_0x4fe352[_0x54bc5b(0x210)],_0x4fe352['ZyMbD'])?_0x3b30b1=[_0x2f7b33[_0x54bc5b(0x21f)],_0x4fe352[_0x54bc5b(0x298)]]:await this['sendTestRunEvent'](_0x45e6f3,undefined,![],_0x4fe352[_0x54bc5b(0x2c8)]);}}catch(_0x3e98d2){_0x4fe352['MfPuZ'](_0x4fe352[_0x54bc5b(0x2c2)],_0x4fe352['RHYYK'])?_0x4fe352[_0x54bc5b(0x26b)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x3e98d2):(_0x37980e[_0x4fe352['FUGEd']][_0x4fe352[_0x54bc5b(0x23d)]]=_0x4fe352[_0x54bc5b(0x246)],_0x226ebc[_0x4fe352['FUGEd']][_0x4fe352[_0x54bc5b(0x284)]]=null,_0x473ad7[_0x4fe352[_0x54bc5b(0x21c)]][_0x4fe352['SNqei']]=null);}};[a16_0x2ca145(0x234)](_0x45f534){const _0xafd504=a16_0x2ca145,_0x11a2a0={};_0x11a2a0[_0xafd504(0x1a5)]=function(_0x59ce06,_0x437ce7){return _0x59ce06!==_0x437ce7;},_0x11a2a0[_0xafd504(0x265)]='test',_0x11a2a0[_0xafd504(0x20b)]=function(_0x3dd841,_0x38b4c){return _0x3dd841!==_0x38b4c;},_0x11a2a0[_0xafd504(0x291)]=_0xafd504(0x1d4),_0x11a2a0[_0xafd504(0x2a8)]='Bbsxa';const _0x2212c4=_0x11a2a0;if(_0x2212c4[_0xafd504(0x1a5)](_0x45f534[_0xafd504(0x1f8)],_0x2212c4[_0xafd504(0x265)])){if(_0x2212c4[_0xafd504(0x20b)](_0x2212c4[_0xafd504(0x291)],_0x2212c4[_0xafd504(0x2a8)]))return'\x22'+_0x45f534[_0xafd504(0x1f8)]+_0xafd504(0x25c)+(_0x45f534[_0xafd504(0x24d)]&&_0x45f534[_0xafd504(0x24d)][_0xafd504(0x1ec)])+'\x22';else{const _0x1ddb0e=_0x1ab84c[_0xafd504(0x18a)](_0x3b6a0a);return this['findGitConfig'](_0x1ddb0e);}}return _0x45f534[_0xafd504(0x1ec)];}['sendTestRunEvent']=async(_0x27eaa2,_0x5a5dbd=undefined,_0x9754c1=![],_0x17f3e7=a16_0x2ca145(0x2a4))=>{const _0x205dba=a16_0x2ca145,_0x45cf09={'hwwaV':_0x205dba(0x289),'SqScf':function(_0xab08d){return _0xab08d();},'uTQpw':function(_0x50e605,_0x5cc72d){return _0x50e605(_0x5cc72d);},'xzgcO':function(_0x21afc7,_0xa84ae6){return _0x21afc7===_0xa84ae6;},'RNIfF':_0x205dba(0x28a),'pOZbh':function(_0x429551,_0x1f40ab){return _0x429551!==_0x1f40ab;},'gabMC':_0x205dba(0x16c),'qxLOI':_0x205dba(0x18f),'ucvLC':'pending','gBxwx':function(_0x5ea53f,_0x43e721){return _0x5ea53f(_0x43e721);},'fUYyK':_0x205dba(0x24c),'CxwEb':_0x205dba(0x240),'rSjzW':_0x205dba(0x2c0),'cKyNJ':function(_0x9cfcce,_0x2c6c5b){return _0x9cfcce!==_0x2c6c5b;},'DfBKj':'.git','dOEfc':_0x205dba(0x269),'ZbqgP':function(_0x2eace1,_0x410159){return _0x2eace1!==_0x410159;},'VfaZN':_0x205dba(0x264),'tXmHC':_0x205dba(0x23f),'xMwcI':_0x205dba(0x2ca),'Mahwm':_0x205dba(0x22c),'tNClT':_0x205dba(0x263),'sAoOm':_0x205dba(0x1f9),'tXTFu':_0x205dba(0x183),'yraIp':_0x205dba(0x282),'JAhuM':_0x205dba(0x21e),'VRdHo':'yjpul','hxNSP':_0x205dba(0x1c4),'xtGcJ':'xIFZV','BsMHu':function(_0x5526be,_0x558a5a){return _0x5526be!==_0x558a5a;},'pRMVu':'fkxyq','jfFgf':_0x205dba(0x161),'xqRtu':function(_0x187eee,_0x270ba9){return _0x187eee(_0x270ba9);},'ofERW':'jest-circus','CPChk':_0x205dba(0x16a),'tDyis':function(_0x40d413,_0x3c5fcc){return _0x40d413(_0x3c5fcc);},'WGgrm':'util','RJlDn':_0x205dba(0x292),'wtFaC':'test','UzOLt':function(_0x458531,_0x258aab){return _0x458531!==_0x258aab;},'XFmjN':function(_0x1f37f1,_0x4b62df){return _0x1f37f1===_0x4b62df;},'iMtVR':_0x205dba(0x17b),'XyvBN':'hSCaO','CnDSr':_0x205dba(0x16d),'wfnrX':function(_0x24cd74,_0x479211){return _0x24cd74===_0x479211;},'jEawi':_0x205dba(0x22f),'mEJZH':_0x205dba(0x180),'COpmv':function(_0x268a9b,_0x4dc597){return _0x268a9b!==_0x4dc597;},'fwmAQ':'File\x20path\x20could\x20not\x20be\x20found','Thbnb':_0x205dba(0x1e9),'ywfPV':_0x205dba(0x2c3),'UVDmU':'skipped','OwLCA':function(_0x1b00ff,_0x452e11){return _0x1b00ff>_0x452e11;},'pjuDk':function(_0x5cb816,_0x2bfb62){return _0x5cb816-_0x2bfb62;},'xIbBK':_0x205dba(0x167),'IxgHM':function(_0x51bf0d,_0x32bea3){return _0x51bf0d!==_0x32bea3;},'LaZJZ':_0x205dba(0x2ba),'mRgba':_0x205dba(0x1f1),'JLYJE':'finished_at','CZmwd':function(_0x71f59,_0x4f9ef){return _0x71f59===_0x4f9ef;},'pgkzw':'wKxvL','ZHOiM':function(_0x332671,_0x112f1f){return _0x332671===_0x112f1f;},'tPvZY':function(_0x2cdaa4,_0x98a52f){return _0x2cdaa4!==_0x98a52f;},'zumqC':_0x205dba(0x249),'wJfYq':function(_0x11c0f5,_0x5620d2){return _0x11c0f5!==_0x5620d2;},'OYNTC':'dwFwV','lTlnk':function(_0x5ec96b,_0x50fc26){return _0x5ec96b===_0x50fc26;},'uDtNe':'mfVfS','IYgit':'rENfY','njIPO':function(_0x39ddff,_0x4e0360){return _0x39ddff===_0x4e0360;},'wTVoE':'milzL','CiMkj':_0x205dba(0x2c1),'Glgnf':_0x205dba(0x244),'OOOwD':_0x205dba(0x275),'BoKrG':_0x205dba(0x175),'bSQCE':_0x205dba(0x19a),'rOfbm':_0x205dba(0x2a4),'dyRaE':_0x205dba(0x272),'DHwCO':_0x205dba(0x1d2),'gVISm':_0x205dba(0x1af),'oaHdQ':function(_0x60eeea,_0x143a16){return _0x60eeea===_0x143a16;},'fIcZz':'VxVAC','oNsoQ':'HobyA','RJNLx':function(_0x56758a,_0x2451cb){return _0x56758a>_0x2451cb;},'WEGBV':_0x205dba(0x268),'oHlnu':function(_0x57fc9b,_0x5da75a){return _0x57fc9b===_0x5da75a;},'Ljkbw':function(_0x5d8334,_0x4c9ce4){return _0x5d8334!==_0x4c9ce4;},'ORLxg':_0x205dba(0x28b),'XAsqF':'uqiNE','pWuDS':function(_0x2f8965,_0x4e00ce){return _0x2f8965===_0x4e00ce;},'eZXyE':_0x205dba(0x20d),'QssKd':function(_0x229dce,_0xfb9af4){return _0x229dce===_0xfb9af4;},'zbcAN':_0x205dba(0x1b3),'bIeFW':function(_0x5efd32,_0x3449e1){return _0x5efd32!==_0x3449e1;},'EBjPQ':_0x205dba(0x27b),'oloBP':function(_0x5e20ac,_0x5010dc){return _0x5e20ac(_0x5010dc);}};try{if(_0x45cf09[_0x205dba(0x1c2)](_0x45cf09[_0x205dba(0x1cf)],_0x45cf09[_0x205dba(0x1cf)])){if(_0x27eaa2['fn']&&_0x27eaa2['fn']['toString']()['match'](/browserstack internal helper hook/)){if(_0x45cf09[_0x205dba(0x18e)](_0x45cf09['VRdHo'],_0x45cf09[_0x205dba(0x262)]))return;else return[];}let _0x2e8e00;try{_0x45cf09['xzgcO'](_0x45cf09['xtGcJ'],_0x45cf09[_0x205dba(0x29f)])?_0x2e8e00=this['getRootParentFile'](_0x27eaa2):_0x371021['test_run_uuid']=_0x4f172d;}catch(_0x2dc6cc){if(_0x45cf09['BsMHu'](_0x45cf09['pRMVu'],_0x45cf09[_0x205dba(0x1b4)]))_0x45cf09[_0x205dba(0x1cc)](debug,_0x205dba(0x22d)+_0x2dc6cc),_0x2e8e00=null;else{this['hook_data'][_0x205dba(0x181)](_0x17f4e6);return;}}if(_0x2e8e00[_0x205dba(0x185)](_0x45cf09[_0x205dba(0x166)])){if(_0x45cf09[_0x205dba(0x204)](_0x45cf09[_0x205dba(0x1ff)],_0x45cf09['CPChk'])){const _0x515e0b=_0x45cf09[_0x205dba(0x2cb)][_0x205dba(0x1d1)]('|');let _0x2132ff=0x0;while(!![]){switch(_0x515e0b[_0x2132ff++]){case'0':this['testObservability']=_0x45cf09[_0x205dba(0x1c3)](_0x56d21f);continue;case'1':this['_gitConfigured']=![];continue;case'2':this[_0x205dba(0x191)]=[];continue;case'3':this[_0x205dba(0x247)]=this[_0x205dba(0x165)]();continue;case'4':this[_0x205dba(0x270)]=null;continue;case'5':this[_0x205dba(0x2ad)]=new _0x35c6ce({'cwd':_0x333b46[_0x205dba(0x1a3)]()},this[_0x205dba(0x247)][_0x205dba(0x1f2)]);continue;case'6':this[_0x205dba(0x1f7)]=[];continue;}break;}}else return;}const _0x1e64f0=_0x45cf09['tDyis'](require,_0x45cf09[_0x205dba(0x162)]);let _0x564f28=[];if(_0x45cf09[_0x205dba(0x1e1)](_0x27eaa2[_0x205dba(0x21f)],undefined)){if(_0x45cf09[_0x205dba(0x204)](_0x45cf09[_0x205dba(0x254)],_0x45cf09[_0x205dba(0x254)]))return;else _0x564f28=[_0x27eaa2[_0x205dba(0x21f)],_0x45cf09['wtFaC']];}else{if(_0x45cf09[_0x205dba(0x271)](_0x5a5dbd,undefined)){if(_0x45cf09['XFmjN'](_0x45cf09[_0x205dba(0x186)],_0x45cf09[_0x205dba(0x160)]))return;else _0x564f28=[_0x5a5dbd,_0x45cf09[_0x205dba(0x193)]];}else _0x45cf09[_0x205dba(0x22a)](_0x45cf09[_0x205dba(0x236)],_0x45cf09[_0x205dba(0x24b)])?_0x45cf09[_0x205dba(0x2b1)](_0x59ce23,_0x205dba(0x2c7)+_0x2c2b2a):_0x564f28=[];}const _0x1ccc1d=_0x45cf09[_0x205dba(0x271)](_0x27eaa2['errorsDetailed'],undefined)?_0x1e64f0['inspect'](_0x27eaa2['errorsDetailed'][0x0]):_0x45cf09[_0x205dba(0x2bb)](_0x5a5dbd,undefined)?_0x5a5dbd['toString']():undefined,_0x18914f=_0x2e8e00?this[_0x205dba(0x2ad)][_0x205dba(0x1e0)](this['getRootParentFile'](_0x27eaa2)):_0x45cf09[_0x205dba(0x279)],_0x3c5e8f={'framework':FRAMEWORKS[_0x205dba(0x1ae)],'uuid':_0x27eaa2[_0x205dba(0x2b8)]||_0x27eaa2[_0x205dba(0x288)],'name':this[_0x205dba(0x234)](_0x27eaa2),'body':{'lang':_0x45cf09[_0x205dba(0x169)],'code':_0x27eaa2['fn']['toString']()},'scopes':this[_0x205dba(0x2cd)](_0x27eaa2),'file_name':_0x18914f,'vc_filepath':this[_0x205dba(0x270)]&&_0x2e8e00?path[_0x205dba(0x1d6)](this[_0x205dba(0x270)],_0x2e8e00):null,'location':_0x18914f,'result':_0x45cf09[_0x205dba(0x1c2)](_0x17f3e7,_0x45cf09[_0x205dba(0x28f)])?_0x45cf09[_0x205dba(0x1c8)]:this[_0x205dba(0x194)](_0x27eaa2['errorsDetailed']&&_0x45cf09['OwLCA'](_0x27eaa2['errorsDetailed'][_0x205dba(0x17d)],0x0)?_0x45cf09[_0x205dba(0x266)]:_0x45cf09['qxLOI']),'failure_reason':_0x1ccc1d,'duration_in_ms':_0x27eaa2[_0x205dba(0x16e)]||(_0x17f3e7[_0x205dba(0x1b8)](/Finished/)||_0x17f3e7[_0x205dba(0x1b8)](/Skipped/)?_0x45cf09[_0x205dba(0x238)](Date[_0x205dba(0x17c)](),new Date(_0x27eaa2[_0x205dba(0x167)])[_0x205dba(0x1d9)]()):null),'started_at':_0x27eaa2[_0x205dba(0x167)],'finished_at':_0x17f3e7[_0x205dba(0x1b8)](/Finished/)||_0x17f3e7[_0x205dba(0x1b8)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x205dba(0x1b1)](null,_0x564f28),'failure_type':!_0x1ccc1d?null:_0x45cf09['xqRtu'](getFailureType,_0x1ccc1d),'retry_of':_0x27eaa2[_0x205dba(0x176)]};_0x45cf09[_0x205dba(0x1c2)](_0x17f3e7,_0x45cf09[_0x205dba(0x28f)])&&!_0x3c5e8f[_0x45cf09['xIbBK']]&&(_0x45cf09['IxgHM'](_0x45cf09[_0x205dba(0x1a4)],_0x45cf09[_0x205dba(0x1ac)])?_0x3c5e8f[_0x45cf09[_0x205dba(0x252)]]=_0x3c5e8f[_0x45cf09[_0x205dba(0x29d)]]:([_0x44c7ac[_0x205dba(0x1af)],_0xc582c0[_0x205dba(0x1ec)]]=[_0x135c9e['type'],this[_0x205dba(0x234)](_0x443032)],_0x45cf09[_0x205dba(0x1c2)](_0x3fa750,_0x45cf09['RNIfF'])&&(_0x45cf09[_0x205dba(0x1e1)](_0x1ab43b[_0x205dba(0x183)],_0x45cf09[_0x205dba(0x266)])&&(_0x3c848e[_0x205dba(0x183)]=_0x45cf09[_0x205dba(0x2b9)]))));if(_0x17f3e7['match'](/HookRun/)){if(_0x45cf09['CZmwd'](_0x45cf09['pgkzw'],_0x45cf09[_0x205dba(0x15f)])){[_0x3c5e8f[_0x205dba(0x1af)],_0x3c5e8f[_0x205dba(0x1ec)]]=[_0x27eaa2[_0x205dba(0x1f8)],this[_0x205dba(0x234)](_0x27eaa2)];if(_0x45cf09[_0x205dba(0x27e)](_0x17f3e7,_0x45cf09['RNIfF'])){if(_0x45cf09[_0x205dba(0x1b2)](_0x45cf09['zumqC'],_0x45cf09[_0x205dba(0x178)])){if(!_0x5893f8||!_0x151b79[_0x205dba(0x24d)])return;_0x47ec4f[_0x205dba(0x24d)]['hooks'][_0x205dba(0x199)](_0x5db60c=>{const _0x1b4316=_0x205dba;!_0x5db60c[_0x1b4316(0x288)]&&(_0x5db60c[_0x1b4316(0x288)]=_0x1e9d1d[_0x1b4316(0x19d)](_0x47f54c[_0x1b4316(0x205)]+_0x1b4316(0x250)));}),this['mapTestHooks'](_0x69e8b7[_0x205dba(0x24d)]);}else{if(_0x45cf09[_0x205dba(0x224)](_0x3c5e8f[_0x205dba(0x183)],_0x45cf09[_0x205dba(0x266)])){if(_0x45cf09[_0x205dba(0x22a)](_0x45cf09[_0x205dba(0x228)],_0x45cf09[_0x205dba(0x228)]))_0x3c5e8f[_0x205dba(0x183)]=_0x45cf09['qxLOI'];else{const _0x4b7584={};return _0x4b7584[_0x5ab65d]=_0x45cf09[_0x205dba(0x2b9)],_0x4b7584[_0x5b7b54]=_0x45cf09[_0x205dba(0x1da)],_0x4b7584[_0x192e48]=_0x45cf09['gabMC'],_0x4b7584[_0x301c3c];}}}}}else _0x2a4358[_0x205dba(0x2a1)](_0x205dba(0x203)+_0x18fc0e[_0x205dba(0x205)]),_0x2baa67['on'](_0x205dba(0x203)+_0x71a434['pid'],this[_0x205dba(0x1dd)]['bind'](this)),_0x226252['removeAllListeners'](_0x205dba(0x171)+_0x302fd7[_0x205dba(0x205)]),_0x4f1962['on'](_0x205dba(0x171)+_0x34bb5e['pid'],this['appendTestPlatform']['bind'](this));}else _0x17f3e7[_0x205dba(0x1b8)](/TestRun/)&&(_0x45cf09[_0x205dba(0x1b0)](_0x45cf09[_0x205dba(0x25f)],_0x45cf09[_0x205dba(0x164)])?_0x45cf09['gBxwx'](_0x1e7d25,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x159b87):this[_0x205dba(0x1cb)](_0x27eaa2));const _0x5b069c=_0x3c5e8f[_0x45cf09[_0x205dba(0x1ea)]][0x0];_0x5b069c&&(_0x45cf09[_0x205dba(0x1e7)](_0x45cf09[_0x205dba(0x1ee)],_0x45cf09[_0x205dba(0x21a)])?[_0x45cf09['fUYyK'],_0x45cf09[_0x205dba(0x173)]][_0x205dba(0x185)](_0xae46e5['type'])&&_0x7c9d76[_0x205dba(0x288)]&&(_0x406663['hookAnalyticsId']=null):(_0x3c5e8f[_0x45cf09['Glgnf']]=_0x5b069c[_0x45cf09['OOOwD']],_0x3c5e8f[_0x45cf09['BoKrG']]=_0x5b069c[_0x45cf09[_0x205dba(0x1a6)]]));[_0x45cf09['rOfbm'],_0x45cf09[_0x205dba(0x28f)]][_0x205dba(0x185)](_0x17f3e7)&&(_0x45cf09[_0x205dba(0x1b2)](_0x45cf09[_0x205dba(0x26c)],_0x45cf09['dyRaE'])?_0x5abe01[_0x45cf09['rSjzW']]=_0x12e8cb:(this[_0x205dba(0x1f7)][_0x205dba(0x181)](_0x3c5e8f),_0x3c5e8f[_0x205dba(0x2aa)]=this[_0x205dba(0x277)](_0x27eaa2),this['resetTestHooks'](_0x27eaa2)));const _0x5f2b8b={'event_type':_0x45cf09[_0x205dba(0x1e7)](_0x17f3e7,_0x45cf09[_0x205dba(0x28f)])?_0x45cf09['rOfbm']:_0x17f3e7};if(_0x17f3e7[_0x205dba(0x1b8)](/HookRun/)){if(_0x45cf09['UzOLt'](_0x45cf09[_0x205dba(0x26f)],_0x45cf09[_0x205dba(0x26f)])){let _0x2dca3c=_0x5d98e0[_0x205dba(0x24d)];while(_0x2dca3c&&_0x2dca3c['name']&&_0x45cf09[_0x205dba(0x1e1)](_0x2dca3c['name'],'')){_0xa117a4[_0x205dba(0x181)](_0x2dca3c[_0x205dba(0x1ec)]),_0x2dca3c=_0x2dca3c[_0x205dba(0x1ec)];}}else _0x3c5e8f[_0x45cf09[_0x205dba(0x245)]]=HOOK_TYPES_MAP[_0x3c5e8f[_0x45cf09[_0x205dba(0x245)]]],_0x5f2b8b[_0x45cf09[_0x205dba(0x207)]]=_0x3c5e8f;}else _0x45cf09[_0x205dba(0x1fe)](_0x45cf09['fIcZz'],_0x45cf09['oNsoQ'])?!_0x270a3f['hookAnalyticsId']&&(_0x50410f['hookAnalyticsId']=_0x54e11b['setTestUUID'](_0x7dbe2c['pid']+_0x205dba(0x250))):_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]]=_0x3c5e8f;_0x45cf09[_0x205dba(0x1a9)](this[_0x205dba(0x191)][_0x205dba(0x17d)],0x0)&&[_0x45cf09[_0x205dba(0x223)],_0x45cf09[_0x205dba(0x28f)]]['includes'](_0x17f3e7)&&(_0x45cf09[_0x205dba(0x1e1)](_0x45cf09[_0x205dba(0x287)],_0x45cf09[_0x205dba(0x287)])?_0x45cf09['cKyNJ'](_0x41b512['result'],_0x45cf09['gabMC'])&&(_0x6f900e['result']=_0x45cf09[_0x205dba(0x2b9)]):(this[_0x205dba(0x191)][_0x205dba(0x199)](async _0x3576bb=>{const _0x46347a=_0x205dba;if(_0x45cf09[_0x46347a(0x204)](_0x45cf09[_0x46347a(0x172)],_0x45cf09['tXmHC'])){const _0xd96191=_0x45cf09[_0x46347a(0x2b3)][_0x46347a(0x1d1)]('|');let _0x49cfce=0x0;while(!![]){switch(_0xd96191[_0x49cfce++]){case'0':_0x3576bb[_0x45cf09['Mahwm']][_0x45cf09[_0x46347a(0x27f)]]=_0x5f2b8b[_0x45cf09[_0x46347a(0x190)]][_0x45cf09[_0x46347a(0x27f)]];continue;case'1':_0x3576bb[_0x45cf09[_0x46347a(0x207)]][_0x45cf09[_0x46347a(0x1ea)]]=_0x5f2b8b[_0x45cf09[_0x46347a(0x190)]][_0x45cf09[_0x46347a(0x1ea)]];continue;case'2':await SessionHandler[_0x46347a(0x1aa)](_0x3576bb);continue;case'3':_0x3576bb[_0x45cf09[_0x46347a(0x207)]][_0x45cf09['tXTFu']]=_0x5f2b8b[_0x45cf09[_0x46347a(0x190)]][_0x45cf09[_0x46347a(0x235)]];continue;case'4':_0x3576bb[_0x45cf09[_0x46347a(0x207)]][_0x45cf09['yraIp']]=_0x5f2b8b[_0x45cf09[_0x46347a(0x190)]][_0x45cf09[_0x46347a(0x1c6)]];continue;}break;}}else return _0x16ff2f['statSync'](_0x47992e[_0x46347a(0x1a8)](_0x5df213,_0x45cf09[_0x46347a(0x2cc)],_0x45cf09[_0x46347a(0x1e5)])),_0x344d50;}),this[_0x205dba(0x191)]=[]));if(_0x45cf09[_0x205dba(0x1eb)](this[_0x205dba(0x1cd)],_0x27eaa2['type'])){if(_0x45cf09[_0x205dba(0x296)](_0x45cf09['ORLxg'],_0x45cf09[_0x205dba(0x283)])){this[_0x205dba(0x191)]['push'](_0x5f2b8b);return;}else return this['_gitConfigPath'];}_0x45cf09[_0x205dba(0x1ab)](this[_0x205dba(0x1cd)],_0x45cf09['eZXyE'])&&_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]]&&(_0x45cf09[_0x205dba(0x1ce)](_0x45cf09[_0x205dba(0x2b0)],_0x45cf09['zbcAN'])?(_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]][_0x45cf09[_0x205dba(0x235)]]=_0x45cf09[_0x205dba(0x1c8)],_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]][_0x45cf09[_0x205dba(0x1ea)]]=null,_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]][_0x45cf09[_0x205dba(0x27f)]]=null):_0x45cf09[_0x205dba(0x2b1)](_0x2a7638,_0x205dba(0x16f)+_0x46b6b8)),await SessionHandler[_0x205dba(0x1aa)](_0x5f2b8b);}else this['_gitConfigPath']=_0x3f4eb9[_0x205dba(0x1b5)];}catch(_0x5b4e6d){_0x45cf09['bIeFW'](_0x45cf09[_0x205dba(0x195)],_0x45cf09[_0x205dba(0x195)])?_0x305209['result']=_0x45cf09[_0x205dba(0x2b9)]:_0x45cf09[_0x205dba(0x1f4)](debug,_0x205dba(0x286)+_0x17f3e7+_0x205dba(0x1ed)+_0x5b4e6d);}};[a16_0x2ca145(0x196)](_0x23234c){const _0x2419a8=a16_0x2ca145,_0x21da6e={};_0x21da6e['TccOm']=_0x2419a8(0x244),_0x21da6e[_0x2419a8(0x24e)]=_0x2419a8(0x275),_0x21da6e[_0x2419a8(0x1d3)]=_0x2419a8(0x175),_0x21da6e[_0x2419a8(0x2a5)]=_0x2419a8(0x19a),_0x21da6e[_0x2419a8(0x27a)]=function(_0x3eb084,_0x170f26){return _0x3eb084==_0x170f26;},_0x21da6e['RwjPm']=function(_0x443d24,_0x33d677){return _0x443d24===_0x33d677;},_0x21da6e[_0x2419a8(0x239)]=function(_0x3a783c,_0x561382){return _0x3a783c===_0x561382;},_0x21da6e[_0x2419a8(0x274)]=function(_0x2f246d,_0x505982){return _0x2f246d===_0x505982;},_0x21da6e['SQOQj']=_0x2419a8(0x16b),_0x21da6e[_0x2419a8(0x1ef)]=_0x2419a8(0x2bd),_0x21da6e[_0x2419a8(0x17e)]=function(_0x17cb75,_0x29d119){return _0x17cb75!==_0x29d119;},_0x21da6e['CGNnb']=_0x2419a8(0x2c4),_0x21da6e['xqCLi']=_0x2419a8(0x1d0),_0x21da6e[_0x2419a8(0x26a)]='config',_0x21da6e[_0x2419a8(0x22e)]=function(_0x474559,_0x29cf05){return _0x474559!==_0x29cf05;},_0x21da6e[_0x2419a8(0x222)]='zpOCX';const _0x6fb7ca=_0x21da6e,_0x52938e=path[_0x2419a8(0x17f)];if(_0x6fb7ca[_0x2419a8(0x27a)](_0x23234c,null)||_0x6fb7ca[_0x2419a8(0x2ac)](_0x23234c,'')||_0x6fb7ca[_0x2419a8(0x239)](_0x23234c,_0x52938e)){if(_0x6fb7ca[_0x2419a8(0x274)](_0x6fb7ca[_0x2419a8(0x184)],_0x6fb7ca[_0x2419a8(0x1ef)]))_0x36e4bc[_0x2419a8(0x288)]=_0x72bcb1[_0x2419a8(0x19d)](_0x4d7620['pid']+_0x2419a8(0x250));else return null;}try{if(_0x6fb7ca[_0x2419a8(0x17e)](_0x6fb7ca[_0x2419a8(0x1f5)],_0x6fb7ca[_0x2419a8(0x1f5)]))_0x126322[_0x6fb7ca[_0x2419a8(0x198)]]=_0x241be2[_0x6fb7ca['IStcr']],_0x2b5298[_0x6fb7ca[_0x2419a8(0x1d3)]]=_0x4fb340[_0x6fb7ca[_0x2419a8(0x2a5)]];else return fs['statSync'](path[_0x2419a8(0x1a8)](_0x23234c,_0x6fb7ca[_0x2419a8(0x19c)],_0x6fb7ca['uzdcK'])),_0x23234c;}catch(_0x32f6a9){if(_0x6fb7ca['rZDlR'](_0x6fb7ca['xBIix'],_0x6fb7ca[_0x2419a8(0x222)]))_0x1775f4[_0x2419a8(0x17a)]=_0x1684f6;else{const _0x37dbde=path[_0x2419a8(0x18a)](_0x23234c);return this[_0x2419a8(0x196)](_0x37dbde);}}}[a16_0x2ca145(0x1dd)]=async _0x5ad1c2=>{const _0x207e8d=a16_0x2ca145,_0x50128a={'sTyAa':'err','ryVjB':function(_0x5c2ad0,_0x2851f5){return _0x5c2ad0!==_0x2851f5;},'NMHoB':_0x207e8d(0x255),'cuyWi':'generic','ojCeG':function(_0x4e4bd9){return _0x4e4bd9();},'ucpnZ':_0x207e8d(0x2b4),'jVWIW':function(_0x348101,_0x562ddf){return _0x348101!==_0x562ddf;},'qNyuB':_0x207e8d(0x15e),'ovTxS':_0x207e8d(0x2a3),'DazeQ':_0x207e8d(0x1fd),'URpGH':function(_0x47271d,_0x333b50){return _0x47271d===_0x333b50;},'rqRgb':_0x207e8d(0x2bf),'gnLHD':_0x207e8d(0x2a6),'UwmcK':'LogCreated','rZOjo':function(_0xd10230,_0x108784){return _0xd10230!==_0x108784;},'LQvou':_0x207e8d(0x23e),'bmBcd':_0x207e8d(0x276),'mUbxl':function(_0xea5b4d,_0x57d58a){return _0xea5b4d(_0x57d58a);}},_0x2c3e54=TestDetails[_0x207e8d(0x257)](process[_0x207e8d(0x205)]+_0x207e8d(0x250)),_0x2353e9=TestDetails[_0x207e8d(0x257)](process[_0x207e8d(0x205)]+_0x207e8d(0x212));try{if(_0x50128a[_0x207e8d(0x243)](_0x50128a[_0x207e8d(0x1bf)],_0x50128a['ucpnZ']))_0x4cc8e7=[_0xb8a355,_0x50128a[_0x207e8d(0x25d)]];else{if(_0x2c3e54||this[_0x207e8d(0x214)]&&!this[_0x207e8d(0x214)]['markedStatus']){if(_0x50128a[_0x207e8d(0x170)](_0x50128a[_0x207e8d(0x21b)],_0x50128a[_0x207e8d(0x21b)]))return'\x22'+_0x4d2d38['type']+_0x207e8d(0x25c)+(_0x3629bc[_0x207e8d(0x24d)]&&_0x227eb5['parent']['name'])+'\x22';else _0x5ad1c2[_0x207e8d(0x17a)]=_0x2c3e54;}if(!_0x5ad1c2[_0x207e8d(0x17a)]&&_0x2353e9){if(_0x50128a[_0x207e8d(0x243)](_0x50128a['ovTxS'],_0x50128a['DazeQ']))_0x5ad1c2['test_run_uuid']=_0x2353e9;else{const _0x23dcc3=_0x57237b[_0x207e8d(0x2a2)][_0x207e8d(0x213)](_0x1fbbda,_0x434f88['asyncError']);return _0x23dcc3[0x0][_0x207e8d(0x1f0)]();}}if(_0x5ad1c2[_0x207e8d(0x17a)]||_0x5ad1c2[_0x207e8d(0x217)]){if(_0x50128a[_0x207e8d(0x1de)](_0x50128a['rqRgb'],_0x50128a[_0x207e8d(0x1db)])){if(_0x50128a['ryVjB'](_0x4c419b[_0x207e8d(0x1f8)],_0x50128a[_0x207e8d(0x1bb)]))return'\x22'+_0x19abcf[_0x207e8d(0x1f8)]+_0x207e8d(0x25c)+(_0x2531b9['parent']&&_0x4a5a50[_0x207e8d(0x24d)]['name'])+'\x22';return _0x47eec4[_0x207e8d(0x1ec)];}else{const _0x4ef703={};_0x4ef703['event_type']=_0x50128a['UwmcK'],_0x4ef703[_0x207e8d(0x29c)]=[_0x5ad1c2],await SessionHandler[_0x207e8d(0x1aa)](_0x4ef703);}}}}catch(_0x5f263e){if(_0x50128a[_0x207e8d(0x2b2)](_0x50128a[_0x207e8d(0x258)],_0x50128a[_0x207e8d(0x174)]))_0x50128a[_0x207e8d(0x179)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5f263e);else return{'ci':_0x50128a['cuyWi'],'key':_0x50128a[_0x207e8d(0x215)](_0x1b6a87),'version':_0x18d6f5,'collector':'js-'+_0x198b27};}};[a16_0x2ca145(0x1a2)]=async _0x4c26dd=>{const _0x2fa6b4=a16_0x2ca145,_0x331c98={'KZfPU':function(_0xed8d1c,_0x309002){return _0xed8d1c(_0x309002);},'JwYWb':function(_0x5ac4e5,_0x54d461){return _0x5ac4e5===_0x54d461;},'OXZbN':_0x2fa6b4(0x2be),'CZrTc':_0x2fa6b4(0x187),'JHUIE':'CBTSessionCreated','PNgRY':function(_0x5ec5b7,_0x1d760a){return _0x5ec5b7!==_0x1d760a;},'ZoqwE':_0x2fa6b4(0x241),'oKfyo':function(_0x1f19f1,_0x2479c7){return _0x1f19f1(_0x2479c7);}};try{if(_0x331c98['JwYWb'](_0x331c98[_0x2fa6b4(0x1c0)],_0x331c98[_0x2fa6b4(0x1c0)])){const _0x509993={'uuid':_0x4c26dd['uuid']||TestDetails[_0x2fa6b4(0x257)](process[_0x2fa6b4(0x205)]+':testAnalyticsId'),'integrations':_0x4c26dd[_0x331c98[_0x2fa6b4(0x2c5)]]},_0xdb406a={};_0xdb406a[_0x2fa6b4(0x188)]=_0x331c98[_0x2fa6b4(0x25b)],_0xdb406a['test_run']=_0x509993,await SessionHandler[_0x2fa6b4(0x1aa)](_0xdb406a);}else _0x331c98['KZfPU'](_0x373328,_0x2fa6b4(0x286)+_0x4379f6+_0x2fa6b4(0x1ed)+_0x33d1c8);}catch(_0x2e296f){_0x331c98['PNgRY'](_0x331c98[_0x2fa6b4(0x242)],_0x331c98[_0x2fa6b4(0x242)])?this['mapTestHooks'](_0x195f6c):_0x331c98['oKfyo'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x2e296f);}};async[a16_0x2ca145(0x24f)](){const _0x3123d5=a16_0x2ca145,_0x18e8e9={'DPqRD':function(_0x39eb5b,_0x46dba0){return _0x39eb5b!==_0x46dba0;},'PmstB':_0x3123d5(0x1bc),'oIqWc':'cuNzI','VXlKv':function(_0x30693d){return _0x30693d();},'kbuHD':function(_0x49fc04,_0xf5fd7){return _0x49fc04===_0xf5fd7;},'qHkwv':_0x3123d5(0x23a)};if(this[_0x3123d5(0x23c)]){if(_0x18e8e9[_0x3123d5(0x220)](_0x18e8e9['PmstB'],_0x18e8e9[_0x3123d5(0x2c9)]))return this[_0x3123d5(0x270)];else _0x1f00eb[_0x3123d5(0x181)](_0x433955[_0x3123d5(0x1ec)]),_0x1def06=_0x2373e1[_0x3123d5(0x1ec)];}const _0x14e1ca=await _0x18e8e9[_0x3123d5(0x29e)](getGitMetaData);_0x14e1ca&&(_0x18e8e9['kbuHD'](_0x18e8e9[_0x3123d5(0x20e)],_0x18e8e9[_0x3123d5(0x20e)])?this[_0x3123d5(0x270)]=_0x14e1ca['root']:_0x1426bd[_0x3123d5(0x288)]=null),this[_0x3123d5(0x23c)]=!![];}[a16_0x2ca145(0x194)](_0x2463dd){const _0x4425f9=a16_0x2ca145,_0x4f51f8={};_0x4f51f8['FWTrD']=_0x4425f9(0x18f),_0x4f51f8['LlSeW']=_0x4425f9(0x290),_0x4f51f8['ZhSUk']='failed';const _0x456278=_0x4f51f8,_0x11aced={};return _0x11aced[STATE_PASSED]=_0x456278[_0x4425f9(0x177)],_0x11aced[STATE_PENDING]=_0x456278[_0x4425f9(0x1f6)],_0x11aced[STATE_FAILED]=_0x456278['ZhSUk'],_0x11aced[_0x2463dd];}[a16_0x2ca145(0x2cd)](_0x318695){const _0x4a7752=a16_0x2ca145,_0x3689e7={};_0x3689e7[_0x4a7752(0x1a1)]=function(_0x4ddc7d,_0x5c6e2c){return _0x4ddc7d===_0x5c6e2c;},_0x3689e7[_0x4a7752(0x230)]=_0x4a7752(0x18b),_0x3689e7[_0x4a7752(0x1c1)]=_0x4a7752(0x20f),_0x3689e7[_0x4a7752(0x201)]=function(_0x478f19,_0xb18f9){return _0x478f19!==_0xb18f9;},_0x3689e7['EKDKQ']=function(_0x42c163,_0x2e8bfc){return _0x42c163!==_0x2e8bfc;},_0x3689e7[_0x4a7752(0x200)]=_0x4a7752(0x1e2);const _0x284c56=_0x3689e7,_0xc5a81b=[];if(_0x318695&&_0x318695['parent']){if(_0x284c56[_0x4a7752(0x1a1)](_0x284c56[_0x4a7752(0x230)],_0x284c56['hQdCp']))return;else{let _0x36150e=_0x318695[_0x4a7752(0x24d)];while(_0x36150e&&_0x36150e[_0x4a7752(0x1ec)]&&_0x284c56[_0x4a7752(0x201)](_0x36150e[_0x4a7752(0x1ec)],'')){_0x284c56[_0x4a7752(0x1b9)](_0x284c56[_0x4a7752(0x200)],_0x284c56[_0x4a7752(0x200)])?_0x5c75a=[]:(_0xc5a81b[_0x4a7752(0x181)](_0x36150e[_0x4a7752(0x1ec)]),_0x36150e=_0x36150e['name']);}}}return _0xc5a81b[_0x4a7752(0x253)](),_0xc5a81b;}[a16_0x2ca145(0x2b6)]=_0x3178d9=>{const _0x3247a6=a16_0x2ca145,_0x2209bf={};_0x2209bf[_0x3247a6(0x226)]=_0x3247a6(0x167),_0x2209bf[_0x3247a6(0x1c7)]='finished_at',_0x2209bf[_0x3247a6(0x229)]=function(_0x2e01aa,_0x14468d){return _0x2e01aa!==_0x14468d;},_0x2209bf[_0x3247a6(0x1e4)]='QrPDU',_0x2209bf['xjBQW']=function(_0x1abcb4,_0xc6196c){return _0x1abcb4===_0xc6196c;},_0x2209bf[_0x3247a6(0x216)]=_0x3247a6(0x261);const _0x19423b=_0x2209bf;if(_0x3178d9[_0x3247a6(0x19e)]){if(_0x19423b['AOTcK'](_0x19423b['UYfbB'],_0x19423b['UYfbB']))_0x234e43[_0x19423b[_0x3247a6(0x226)]]=_0x23e0b9[_0x19423b['vMKQn']];else{const _0x2b96b8=stackTrace[_0x3247a6(0x2a2)][_0x3247a6(0x213)](stackTrace,_0x3178d9[_0x3247a6(0x19e)]);return _0x2b96b8[0x0][_0x3247a6(0x1f0)]();}}if(_0x3178d9[_0x3247a6(0x27d)]){if(_0x19423b[_0x3247a6(0x285)](_0x19423b[_0x3247a6(0x216)],_0x19423b[_0x3247a6(0x216)]))return _0x3178d9['file'];else return;}return null;};[a16_0x2ca145(0x1cb)]=_0x49e649=>{const _0x1c501a=a16_0x2ca145,_0x555295={};_0x555295[_0x1c501a(0x2af)]=_0x1c501a(0x1af),_0x555295[_0x1c501a(0x26d)]=_0x1c501a(0x22c),_0x555295[_0x1c501a(0x182)]=_0x1c501a(0x24c),_0x555295[_0x1c501a(0x2a7)]=_0x1c501a(0x240),_0x555295[_0x1c501a(0x28d)]=function(_0x468446,_0x3cb340){return _0x468446===_0x3cb340;},_0x555295['mZQHw']=_0x1c501a(0x2a0),_0x555295[_0x1c501a(0x20a)]=function(_0x6ec65,_0xec3d61){return _0x6ec65===_0xec3d61;},_0x555295[_0x1c501a(0x273)]=_0x1c501a(0x192),_0x555295['UOnfC']=_0x1c501a(0x1dc),_0x555295['nGOAJ']=function(_0x45f1d9,_0x622422){return _0x45f1d9===_0x622422;},_0x555295['khOlg']=_0x1c501a(0x25a),_0x555295[_0x1c501a(0x1fb)]='LAUXz';const _0x24b0ed=_0x555295;if(!_0x49e649||!_0x49e649['parent']){if(_0x24b0ed[_0x1c501a(0x168)](_0x24b0ed['khOlg'],_0x24b0ed[_0x1c501a(0x1fb)]))this[_0x1c501a(0x1f7)][_0x1c501a(0x181)](_0xa00d89),_0x517037[_0x1c501a(0x2aa)]=this[_0x1c501a(0x277)](_0x42425a),this[_0x1c501a(0x221)](_0x333e43);else return;}_0x49e649[_0x1c501a(0x24d)][_0x1c501a(0x2aa)][_0x1c501a(0x199)](_0x57729a=>{const _0x4e5b90=_0x1c501a,_0x2a9572={};_0x2a9572['oJSin']=_0x24b0ed[_0x4e5b90(0x182)],_0x2a9572[_0x4e5b90(0x225)]=_0x24b0ed[_0x4e5b90(0x2a7)];const _0x549842=_0x2a9572;if(_0x24b0ed['arfYv'](_0x24b0ed[_0x4e5b90(0x293)],_0x24b0ed['mZQHw'])){if(!_0x57729a['hookAnalyticsId']){if(_0x24b0ed[_0x4e5b90(0x20a)](_0x24b0ed['MOZQH'],_0x24b0ed['UOnfC'])){const _0x19d90c={};_0x19d90c[_0x4e5b90(0x267)]=_0x549842[_0x4e5b90(0x211)],_0x19d90c['LyokL']=_0x549842[_0x4e5b90(0x225)];const _0x2b8943=_0x19d90c;if(!_0x388580||!_0x492857[_0x4e5b90(0x24d)])return;_0x56d08b[_0x4e5b90(0x24d)][_0x4e5b90(0x2aa)][_0x4e5b90(0x199)](_0x2cca23=>{const _0x5889e4=_0x4e5b90;[_0x2b8943[_0x5889e4(0x267)],_0x2b8943[_0x5889e4(0x24a)]][_0x5889e4(0x185)](_0x2cca23[_0x5889e4(0x1f8)])&&_0x2cca23[_0x5889e4(0x288)]&&(_0x2cca23[_0x5889e4(0x288)]=null);}),this[_0x4e5b90(0x1cb)](_0x38aebb[_0x4e5b90(0x24d)]);}else _0x57729a[_0x4e5b90(0x288)]=TestDetails[_0x4e5b90(0x19d)](process['pid']+':hookAnalyticsId');}}else _0x48a6ae[_0x24b0ed[_0x4e5b90(0x2af)]]=_0x9c99e4[_0x30e86d[_0x24b0ed['qFSyU']]],_0x4ad57a[_0x24b0ed[_0x4e5b90(0x26d)]]=_0x121a1d;}),this[_0x1c501a(0x1cb)](_0x49e649['parent']);};[a16_0x2ca145(0x221)]=_0x3814cd=>{const _0x4ef173=a16_0x2ca145,_0x1a2084={'PSZls':function(_0x59f802,_0x4f1942){return _0x59f802(_0x4f1942);},'Gkfal':function(_0x1936a7,_0x5ecaf7){return _0x1936a7==_0x5ecaf7;},'rCbpI':function(_0x51d500,_0x249cea){return _0x51d500===_0x249cea;},'fTbfX':function(_0x1d146e,_0x249efa){return _0x1d146e===_0x249efa;},'FZEvE':_0x4ef173(0x1d0),'rYCsu':_0x4ef173(0x269),'RmGCu':function(_0x18f1e5,_0x2d57f8){return _0x18f1e5!==_0x2d57f8;},'KocPH':_0x4ef173(0x2bc),'QSDMn':'beforeEach','LZPxG':_0x4ef173(0x240),'FndPB':'OkbyY','dIjbi':_0x4ef173(0x18c),'bvbbg':'xiYWr','jXmaG':_0x4ef173(0x2b7)};if(!_0x3814cd||!_0x3814cd['parent']){if(_0x1a2084[_0x4ef173(0x1fa)](_0x1a2084[_0x4ef173(0x256)],_0x1a2084['jXmaG']))return;else _0x1a2084[_0x4ef173(0x1a0)](_0x277780,_0x4ef173(0x22d)+_0x2707b6),_0x5f7187=null;}_0x3814cd[_0x4ef173(0x24d)][_0x4ef173(0x2aa)][_0x4ef173(0x199)](_0x421388=>{const _0x1da90d=_0x4ef173;if(_0x1a2084[_0x1da90d(0x1fa)](_0x1a2084[_0x1da90d(0x259)],_0x1a2084[_0x1da90d(0x259)]))_0x4355e3[_0x1da90d(0x288)]&&_0xe2b952['push'](_0x3f8c85['hookAnalyticsId']);else{if([_0x1a2084[_0x1da90d(0x1ca)],_0x1a2084[_0x1da90d(0x209)]][_0x1da90d(0x185)](_0x421388['type'])&&_0x421388[_0x1da90d(0x288)]){if(_0x1a2084[_0x1da90d(0x1fa)](_0x1a2084[_0x1da90d(0x260)],_0x1a2084[_0x1da90d(0x233)]))_0x421388[_0x1da90d(0x288)]=null;else{const _0x1ce091=_0x3d59bb[_0x1da90d(0x17f)];if(_0x1a2084[_0x1da90d(0x18d)](_0xde6450,null)||_0x1a2084[_0x1da90d(0x2ab)](_0x6d5fe4,'')||_0x1a2084['fTbfX'](_0x4582b5,_0x1ce091))return null;try{return _0x595b0b[_0x1da90d(0x280)](_0xb2e9d6[_0x1da90d(0x1a8)](_0x1d6120,_0x1a2084[_0x1da90d(0x23b)],_0x1a2084['rYCsu'])),_0x365b23;}catch(_0xdb6553){const _0x2818ba=_0x500bfc[_0x1da90d(0x18a)](_0x6c3539);return this[_0x1da90d(0x196)](_0x2818ba);}}}}}),this[_0x4ef173(0x1cb)](_0x3814cd[_0x4ef173(0x24d)]);};[a16_0x2ca145(0x277)]=_0x2d8a0b=>{const _0x4b628f=a16_0x2ca145,_0x492980={};_0x492980[_0x4b628f(0x295)]=function(_0x5ce7a1,_0x58c768){return _0x5ce7a1===_0x58c768;},_0x492980[_0x4b628f(0x1df)]='tDwpO',_0x492980[_0x4b628f(0x1c9)]=function(_0x5b841b,_0x3f166a){return _0x5b841b!==_0x3f166a;},_0x492980[_0x4b628f(0x237)]=_0x4b628f(0x2b5),_0x492980[_0x4b628f(0x1e3)]=_0x4b628f(0x2ae),_0x492980[_0x4b628f(0x29b)]=_0x4b628f(0x1e8);const _0x5ea3b3=_0x492980;if(!_0x2d8a0b||!_0x2d8a0b['parent']){if(_0x5ea3b3['FUPfM'](_0x5ea3b3[_0x4b628f(0x29b)],_0x5ea3b3[_0x4b628f(0x29b)]))return[];else{if(_0x32219c[_0x4b628f(0x19e)]){const _0x3b75c4=_0x3ef7da[_0x4b628f(0x2a2)][_0x4b628f(0x213)](_0x2055d9,_0x336364[_0x4b628f(0x19e)]);return _0x3b75c4[0x0][_0x4b628f(0x1f0)]();}if(_0x30e9bd[_0x4b628f(0x27d)])return _0x9664f2[_0x4b628f(0x27d)];return null;}}const _0x253d54=[];return _0x2d8a0b[_0x4b628f(0x24d)][_0x4b628f(0x2aa)][_0x4b628f(0x199)](_0x170cf2=>{const _0xc156a1=_0x4b628f;if(_0x5ea3b3['FUPfM'](_0x5ea3b3[_0xc156a1(0x1df)],_0x5ea3b3[_0xc156a1(0x1df)])){if(_0x170cf2[_0xc156a1(0x288)]){if(_0x5ea3b3[_0xc156a1(0x1c9)](_0x5ea3b3[_0xc156a1(0x237)],_0x5ea3b3[_0xc156a1(0x1e3)]))_0x253d54['push'](_0x170cf2[_0xc156a1(0x288)]);else{if(!_0x2883a1||!_0x5ab29b[_0xc156a1(0x24d)])return[];const _0x13e442=[];return _0x2ba923[_0xc156a1(0x24d)][_0xc156a1(0x2aa)][_0xc156a1(0x199)](_0x527959=>{const _0x2d34d4=_0xc156a1;_0x527959[_0x2d34d4(0x288)]&&_0x13e442['push'](_0x527959[_0x2d34d4(0x288)]);}),[..._0x13e442,...this['getHooksForTest'](_0x5653f8[_0xc156a1(0x24d)])];}}}else _0xf2710d=this[_0xc156a1(0x2b6)](_0x537113);}),[..._0x253d54,...this[_0x4b628f(0x277)](_0x2d8a0b[_0x4b628f(0x24d)])];};},['getTestEnv',a16_0x2ca145(0x231),'testStarted',a16_0x2ca145(0x234),a16_0x2ca145(0x1c5),a16_0x2ca145(0x196),a16_0x2ca145(0x1dd),a16_0x2ca145(0x1a2),a16_0x2ca145(0x194),'getHierarchy',a16_0x2ca145(0x2b6),a16_0x2ca145(0x1cb),a16_0x2ca145(0x221),a16_0x2ca145(0x277),'configureGit']);
1
+ const a16_0x2db42d=a16_0x4833;function a16_0x4833(_0x201db2,_0x49a5d4){const _0x1499b0=a16_0x1499();return a16_0x4833=function(_0x48336d,_0xa572fa){_0x48336d=_0x48336d-0xaa;let _0xe22eb0=_0x1499b0[_0x48336d];return _0xe22eb0;},a16_0x4833(_0x201db2,_0x49a5d4);}(function(_0x3935a2,_0x13801a){const _0x475668=a16_0x4833,_0x246294=_0x3935a2();while(!![]){try{const _0xa80f05=parseInt(_0x475668(0xc1))/0x1*(-parseInt(_0x475668(0x119))/0x2)+-parseInt(_0x475668(0x131))/0x3*(parseInt(_0x475668(0x1ba))/0x4)+-parseInt(_0x475668(0x192))/0x5+-parseInt(_0x475668(0x1b0))/0x6*(parseInt(_0x475668(0x1ef))/0x7)+parseInt(_0x475668(0xfc))/0x8*(-parseInt(_0x475668(0x17f))/0x9)+-parseInt(_0x475668(0xad))/0xa+parseInt(_0x475668(0x148))/0xb;if(_0xa80f05===_0x13801a)break;else _0x246294['push'](_0x246294['shift']());}catch(_0x122630){_0x246294['push'](_0x246294['shift']());}}}(a16_0x1499,0x3ad0c));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require(a16_0x2db42d(0x1f7)),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x2db42d(0x1c8)),path=require(a16_0x2db42d(0x18e)),fs=require('fs'),TestDetails=require(a16_0x2db42d(0x13f)),{FRAMEWORKS}=require(a16_0x2db42d(0x19e)),{o11yClassErrorHandler}=require(a16_0x2db42d(0x11a)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x31fcee={};a16_0x31fcee[a16_0x2db42d(0x1cf)]=a16_0x2db42d(0x1db),a16_0x31fcee['STATE_FAILED']=a16_0x2db42d(0xb4),a16_0x31fcee[a16_0x2db42d(0xf4)]=a16_0x2db42d(0x108);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x31fcee,a16_0x5db39f={};a16_0x5db39f[a16_0x2db42d(0x115)]=a16_0x2db42d(0x11d),a16_0x5db39f[a16_0x2db42d(0x1e2)]='AFTER_ALL',a16_0x5db39f[a16_0x2db42d(0x139)]=a16_0x2db42d(0xef),a16_0x5db39f[a16_0x2db42d(0x1a3)]='AFTER_EACH';const HOOK_TYPES_MAP=a16_0x5db39f;function a16_0x1499(){const _0x41bd14=['GYCno','generic','sxumP','name','1107213vjRkkg','CpxLz','poMWe','bind','cwd','join','BpbnH','DATxT','beforeEach','js-','pHafM','err','toISOString','skipped','./test-details','root','removeAllListeners','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','ipkiU','WRWtc','IiLJa','zBQZz','aayuD','17590001bxVFEN','markedStatus','\x22\x20hook\x20for\x20\x22','Ltgcz','mPifK','kyqyq','sksNh','EGvgH','now','getName','aBVZl','kYTnN','push','qKtnF','getTestEnv','LqVCQ','myrGY','JROMd','length','bHAHA','tUeLD','lXiWH','kDYPO','JEST','testAnalyticsId','oHcSo','mapTestHooks','ZKMzf','BmcoA','duration','PrddT','xzIcj','NgcmR','PgaDH','mcxSC','lqGSk','UJScT','abarE','_testResults','veipC','BKdWv','getTestUUID','mnZen','blLfP','OAGFq','HwsTI','NuYVt','util','dCvMs','kCxBI','nHMzi','fkERH','fSFyC','zptmU','zleVO','1436733oRnvED','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','match','ZbBqw','ysjqs','FuJwj','xmNcz','YWBmm','fMCsm','wWlOC','backtrace','ISlWx','expanded','location_prefix','http_response','path','MVEnC','includes','yyxnM','318375CzUFdk','IIzsE','jeWgI','hook_failure','toWnf','test_run_uuid','KOlFz','WzZlw','toString','oWpur','YxSoz','BHrPC','../../utils/constants','rMhGl','FEXkb','LogCreated','izeXB','afterEach','JTgCb','MnJby','call','ilaKv','hook_run_uuid','nsdFA','ytuUj','ocQRf','ztPLA','jyOsC','DihcW','statSync','1104hPxQcm','config','shFcl','bgObZ','kNOCn','EWyek','DndNF','jjEbe','getFileName','RYnKy','4vzSCGo',':testAnalyticsId','started_at','DLwyB','xpLXO','failed\x20to\x20get\x20root\x20parent\x20file\x20','wJhTX','ycxeG','EzAPS','Loekb','oDTav','ykEmb','xlrph','APgJw','stack-trace','result','hGxNv','rYqHf','oFFVY','BuMFq','eoltr','STATE_PASSED','VoIBA','bBomb','GOlev','hook_run','LLlcx','oHhUS','yQmuD','PwmaK','parse','tXraI','cBIKK','passed','NTSJi','pid','test','Cdgcg','XDijw','FACWo','afterAll','retryOf','VJgIk','current_hook','qqISf','failure_type','jOwHP','qwVzB','ZChbV','TestRunStarted','6|4|5|3|1|0|2','IOGDY','qskRs','105zVsPCU','registerListeners','oNNMG','hcWNI','inspect','split','event_type','Okwju','uuid','hooks','testObservability','sendTestRunEvent','pgmdO','sep','fpbqO','AVKiT',':hookAnalyticsId','javascript','_testEnv','vamDA','GbgNF','MHGca','VrNQs','appendTestPlatform','ewuFV','testStarted','NsDXW','forEach','getHierarchy','TtIAa','appendTestItemLog','TestRunFinished','HrLIp','qEffm','cdIqw','getRootParentFile','analyticsResult','NuQCs','WWpce','BmBpf','_gitConfigPath','LIZea','akAoF','3922030wSqFqM','JPEjB','yhYOZ','hOADl','failure_reason','relative','ntBio','failed','swmTT','hook_type','gsodq','HookRunFinished','ErJpo','ODGOE','YhITS','bs:addPlatformDetails:','fxvKs','saZrs','KWtXD','elDAx','1iJFDZI','oydOZ','TIPdT','DRekZ','joAQt','hBLjt','TntLT','resetTestHooks','RtDhk','yOJsn','hVERW','getHooksForTest','jpOAm','psaoy','XbUCU','PxFAf','qnGbT','GXkQF','AeVye','VbMrp','CkjqH','wEUah','onjpP','kScgC','\x20with\x20error\x20:\x20','TzQNN','pCwVn','xZRUq','isxGz','FqRMk','WqXeS','pdOKa','ZyaDO','apply','OmTQZ','VKcwL','AVwMY','SrAeh','rjeND','BTOWq','lbZeB','title','NRTGU','exports','2|3|0|4|1','YTSlr','BEFORE_EACH','OfYUT','qOGEw','yZqkx','errorsDetailed','STATE_PENDING','XjjdR','1|0|5|3|4|6|2','.git','UsQpC','jpEzH','test_run','_gitConfigured','24BNRWPe','File\x20path\x20could\x20not\x20be\x20found','vDIpY','ZpSMm','KHCSl','configureGit','lYqfm','jest-circus','current_test','oyQoe','findGitConfig','ltCXP','pending','XgHkz','AjyiQ','pnMbb','JcISg','EfOEY','FaAhZ','_paths','uploadEventData','hook_data','IsDxl','bs:addLog:','leoEh','beforeAll','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','tdacY','hookAnalyticsId','103126RvzSxO','../../../helpers/test-observability/error-handler','UAvZk','IGdWV','BEFORE_ALL','type','parent','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','CBTSessionCreated','mRopT','asyncError','finished_at','VleUN','YlTAH','SrGCR','loENH','setTestUUID','GGLtV','UpQDb','file'];a16_0x1499=function(){return _0x41bd14;};return a16_0x1499();}module[a16_0x2db42d(0xec)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x922a5=a16_0x2db42d,_0xd28666={'joAQt':_0x922a5(0xf6),'AeVye':function(_0x5056df){return _0x5056df();}},_0x43f1eb=_0xd28666[_0x922a5(0xc5)]['split']('|');let _0x304d2b=0x0;while(!![]){switch(_0x43f1eb[_0x304d2b++]){case'0':this[_0x922a5(0x16e)]=[];continue;case'1':this[_0x922a5(0x1f9)]=_0xd28666[_0x922a5(0xd3)](isTestObservabilitySession);continue;case'2':this[_0x922a5(0xaa)]=null;continue;case'3':this[_0x922a5(0x10f)]=new PathHelper({'cwd':process[_0x922a5(0x135)]()},this['_testEnv'][_0x922a5(0x18c)]);continue;case'4':this['hook_data']=[];continue;case'5':this[_0x922a5(0x201)]=this['getTestEnv']();continue;case'6':this[_0x922a5(0xfb)]=![];continue;}break;}}['getTestEnv']=()=>{const _0xfbeacc=a16_0x2db42d,_0x2f5b11={'bbhoj':_0xfbeacc(0x12e),'pnMbb':function(_0x168bd0){return _0x168bd0();}};return{'ci':_0x2f5b11['bbhoj'],'key':_0x2f5b11[_0xfbeacc(0x10b)](uuidv4),'version':version,'collector':_0xfbeacc(0x13a)+name};};[a16_0x2db42d(0x1f0)](){const _0x16cc3f=a16_0x2db42d;process[_0x16cc3f(0x141)](_0x16cc3f(0x113)+process[_0x16cc3f(0x1dd)]),process['on'](_0x16cc3f(0x113)+process['pid'],this['appendTestItemLog'][_0x16cc3f(0x134)](this)),process[_0x16cc3f(0x141)](_0x16cc3f(0xbc)+process[_0x16cc3f(0x1dd)]),process['on']('bs:addPlatformDetails:'+process[_0x16cc3f(0x1dd)],this['appendTestPlatform'][_0x16cc3f(0x134)](this));}[a16_0x2db42d(0x208)]=async _0x5a7475=>{const _0x2357a8=a16_0x2db42d,_0x9d3b00={'xZRUq':function(_0x48296f,_0x4dfa70){return _0x48296f==_0x4dfa70;},'RYnKy':function(_0x542ad9,_0x34945a){return _0x542ad9===_0x34945a;},'elDAx':_0x2357a8(0xf7),'qAFWC':_0x2357a8(0x1b1),'kYTnN':function(_0x5b610a,_0x257561){return _0x5b610a(_0x257561);},'vDIpY':_0x2357a8(0x14e),'fSFyC':function(_0x4e093d,_0x40691a){return _0x4e093d>_0x40691a;},'cdIqw':function(_0x12e090,_0x480f2a){return _0x12e090===_0x480f2a;},'fMCsm':function(_0x645876,_0x5abf8d){return _0x645876===_0x5abf8d;},'DRekZ':_0x2357a8(0x132),'blLfP':_0x2357a8(0x1d0),'BXlxf':_0x2357a8(0x1eb),'FaAhZ':function(_0x38b3bc,_0x189440){return _0x38b3bc!==_0x189440;},'lXiWH':_0x2357a8(0x1ee),'gsodq':function(_0x160639,_0x5bf377){return _0x160639===_0x5bf377;},'AVKiT':_0x2357a8(0x182)};try{if(_0x9d3b00[_0x2357a8(0x1b9)](_0x9d3b00[_0x2357a8(0xfe)],_0x9d3b00[_0x2357a8(0xfe)])){const _0x516521=this[_0x2357a8(0x104)];this[_0x2357a8(0x104)]=_0x5a7475,_0x5a7475[_0x2357a8(0x1e3)]=null,_0x5a7475[_0x2357a8(0x160)]=TestDetails[_0x2357a8(0x129)](process['pid']+_0x2357a8(0x1bb)),_0x5a7475['started_at']=new Date()[_0x2357a8(0x13d)]();if(_0x9d3b00[_0x2357a8(0x17c)](_0x5a7475['_currentRetry'],0x0)&&_0x516521&&_0x9d3b00[_0x2357a8(0x211)](_0x516521[_0x2357a8(0xea)],_0x5a7475[_0x2357a8(0xea)])){if(_0x9d3b00[_0x2357a8(0x187)](_0x9d3b00[_0x2357a8(0xc4)],_0x9d3b00[_0x2357a8(0x173)])){if(_0x2c37e6[_0x2357a8(0x123)]){const _0x4c1dcd=_0x18eb78[_0x2357a8(0x1d8)]['call'](_0x4b5885,_0x2b6ec3['asyncError']);return _0x4c1dcd[0x0][_0x2357a8(0x1b8)]();}if(_0x544362[_0x2357a8(0x12c)])return _0xb36498[_0x2357a8(0x12c)];return null;}else _0x5a7475['retryOf']=_0x516521[_0x2357a8(0x160)],await this[_0x2357a8(0x1fa)](_0x5a7475,undefined,![],_0x9d3b00['BXlxf']),_0x516521['state']=STATE_FAILED,await this['sendTestRunEvent'](_0x516521,undefined,!![]);}else{if(_0x9d3b00[_0x2357a8(0x10e)](_0x9d3b00[_0x2357a8(0x15d)],_0x9d3b00[_0x2357a8(0x15d)])){const _0x37129d=_0x428126[_0x2357a8(0x1fc)];if(_0x9d3b00[_0x2357a8(0xdc)](_0x5f38f9,null)||_0x9d3b00[_0x2357a8(0x1b9)](_0x36986b,'')||_0x9d3b00[_0x2357a8(0x1b9)](_0x2be0e7,_0x37129d))return null;try{return _0x92278b[_0x2357a8(0x1af)](_0x3a60f0[_0x2357a8(0x136)](_0x1dc485,_0x9d3b00[_0x2357a8(0xc0)],_0x9d3b00['qAFWC'])),_0x1d37c4;}catch(_0x4c47ee){const _0x3cb27e=_0x4cda7d['dirname'](_0x5abc3e);return this[_0x2357a8(0x106)](_0x3cb27e);}}else await this[_0x2357a8(0x1fa)](_0x5a7475,undefined,![],_0x9d3b00['BXlxf']);}}else _0x9d3b00[_0x2357a8(0x153)](_0x1b1429,_0x2357a8(0x180)+_0x4f7e56);}catch(_0x3c8794){_0x9d3b00[_0x2357a8(0xb7)](_0x9d3b00['AVKiT'],_0x9d3b00[_0x2357a8(0x1fe)])?_0x9d3b00[_0x2357a8(0x153)](debug,_0x2357a8(0x180)+_0x3c8794):_0x180996[_0x2357a8(0x118)]=_0x2ea2ef['setTestUUID'](_0x579764[_0x2357a8(0x1dd)]+':hookAnalyticsId');}};[a16_0x2db42d(0x151)](_0x39849d){const _0x52c391=a16_0x2db42d,_0x4c3514={};_0x4c3514[_0x52c391(0x14b)]=function(_0x162b76,_0xc4371b){return _0x162b76!==_0xc4371b;},_0x4c3514['ilaKv']=function(_0x57e3c8,_0x3e6851){return _0x57e3c8!==_0x3e6851;},_0x4c3514[_0x52c391(0x152)]=_0x52c391(0x1de),_0x4c3514[_0x52c391(0x1d4)]=_0x52c391(0x179);const _0xb6b692=_0x4c3514;if(_0xb6b692[_0x52c391(0x1a7)](_0x39849d[_0x52c391(0x11e)],_0xb6b692[_0x52c391(0x152)])){if(_0xb6b692[_0x52c391(0x14b)](_0xb6b692['LLlcx'],_0xb6b692[_0x52c391(0x1d4)])){const _0x56bb91=[];if(_0x3c4cdc&&_0x1da704[_0x52c391(0x11f)]){let _0x4f13e8=_0x26f663[_0x52c391(0x11f)];while(_0x4f13e8&&_0x4f13e8[_0x52c391(0x130)]&&_0xb6b692[_0x52c391(0x14b)](_0x4f13e8[_0x52c391(0x130)],'')){_0x56bb91[_0x52c391(0x154)](_0x4f13e8[_0x52c391(0x130)]),_0x4f13e8=_0x4f13e8[_0x52c391(0x130)];}}return _0x56bb91['reverse'](),_0x56bb91;}else return'\x22'+_0x39849d[_0x52c391(0x11e)]+_0x52c391(0x14a)+(_0x39849d[_0x52c391(0x11f)]&&_0x39849d[_0x52c391(0x11f)][_0x52c391(0x130)])+'\x22';}return _0x39849d['name'];}[a16_0x2db42d(0x1fa)]=async(_0x2221e9,_0x2f4765=undefined,_0x304c62=![],_0x1f1601='TestRunFinished')=>{const _0x6ebe5b=a16_0x2db42d,_0x58bb4a={'oDTav':'failure_backtrace','leoEh':_0x6ebe5b(0x189),'TntLT':'failure_reason_expanded','jzgic':_0x6ebe5b(0x18b),'wWlOC':_0x6ebe5b(0x1ec),'lqGSk':function(_0x546864){return _0x546864();},'jjEbe':_0x6ebe5b(0x1de),'tXraI':function(_0x27177a,_0x3e5325){return _0x27177a!==_0x3e5325;},'eoltr':function(_0x5cbdbf,_0x151c42){return _0x5cbdbf(_0x151c42);},'fpbqO':function(_0x3be84f,_0x732b29){return _0x3be84f!==_0x732b29;},'dCvMs':'ffKLh','mPifK':_0x6ebe5b(0xed),'oWpur':_0x6ebe5b(0x1d3),'bHAHA':_0x6ebe5b(0x1c9),'FACWo':_0x6ebe5b(0xfa),'KHCSl':'failure','hOADl':_0x6ebe5b(0x1e7),'TtIAa':_0x6ebe5b(0xb1),'ipkiU':function(_0x113f44,_0x4df0a9){return _0x113f44(_0x4df0a9);},'rjeND':_0x6ebe5b(0xf7),'akAoF':_0x6ebe5b(0x1b1),'wJhTX':_0x6ebe5b(0x1db),'poMWe':'pending','bBomb':_0x6ebe5b(0xb4),'loIYP':_0x6ebe5b(0x139),'dKERL':_0x6ebe5b(0x1a3),'PwmaK':function(_0x44c883,_0x21f32c){return _0x44c883===_0x21f32c;},'BuMFq':'fAaFs','kDYPO':'VQbbG','STHcY':_0x6ebe5b(0x16f),'oHhUS':function(_0x1ab6e2,_0x1da608){return _0x1ab6e2===_0x1da608;},'oNNMG':_0x6ebe5b(0x164),'ZpSMm':_0x6ebe5b(0xbe),'NRTGU':function(_0x6c9d64,_0x2b0224){return _0x6c9d64===_0x2b0224;},'ycxeG':_0x6ebe5b(0x13b),'jpEzH':function(_0x28dd10,_0x41ee11){return _0x28dd10(_0x41ee11);},'BTLjf':_0x6ebe5b(0x103),'DkyIK':function(_0x3a8fea,_0x504eb4){return _0x3a8fea===_0x504eb4;},'cckxC':'lZUHv','WzZlw':_0x6ebe5b(0xc6),'yhXXx':function(_0xa11ad7,_0x5ccdd5){return _0xa11ad7(_0x5ccdd5);},'AyVyb':_0x6ebe5b(0x177),'DihcW':function(_0x400709,_0x4922ec){return _0x400709!==_0x4922ec;},'jwPOF':_0x6ebe5b(0x1a9),'PxFAf':_0x6ebe5b(0x1e0),'FqRMk':function(_0x5cd6b7,_0x86aeb){return _0x5cd6b7!==_0x86aeb;},'MlBOX':function(_0x38c174,_0x21dff0){return _0x38c174===_0x21dff0;},'qwVzB':_0x6ebe5b(0x1df),'cYOFf':_0x6ebe5b(0x16c),'NuQCs':_0x6ebe5b(0x13c),'ntBio':_0x6ebe5b(0x12d),'ytuUj':function(_0xc28633,_0x3bd69a){return _0xc28633!==_0x3bd69a;},'IOGDY':_0x6ebe5b(0xfd),'jyOsC':_0x6ebe5b(0x200),'BpbnH':function(_0x161076,_0x5b581c){return _0x161076===_0x5b581c;},'VbMrp':'TestRunSkipped','onPwg':_0x6ebe5b(0x13e),'zaFkK':function(_0x40fa09,_0x38eb92){return _0x40fa09>_0x38eb92;},'xzIcj':function(_0x2142d6,_0xae312a){return _0x2142d6-_0xae312a;},'zNsSb':function(_0x23cd9a,_0x285b66){return _0x23cd9a(_0x285b66);},'GXkQF':function(_0x215fd6,_0x3b1e16){return _0x215fd6===_0x3b1e16;},'wEUah':_0x6ebe5b(0x1bc),'jeWgI':function(_0x2ef166,_0x1f3ddc){return _0x2ef166!==_0x1f3ddc;},'tmJej':_0x6ebe5b(0x138),'zkaoo':_0x6ebe5b(0xf8),'toWnf':_0x6ebe5b(0x124),'ocQRf':function(_0x540498,_0xb3ac3f){return _0x540498===_0xb3ac3f;},'ewuFV':_0x6ebe5b(0x1c2),'EGvgH':function(_0x111a42,_0x251ec2){return _0x111a42===_0x251ec2;},'YnUOg':_0x6ebe5b(0xb8),'ODGOE':function(_0x5a7c85,_0x58a8b3){return _0x5a7c85!==_0x58a8b3;},'OfYUT':_0x6ebe5b(0x166),'XbUCU':_0x6ebe5b(0x102),'SrAeh':_0x6ebe5b(0x112),'rMhGl':_0x6ebe5b(0xdb),'FEXkb':function(_0x16efd4,_0x42b966){return _0x16efd4!==_0x42b966;},'rFEoc':_0x6ebe5b(0x1f2),'RtDhk':_0x6ebe5b(0x12a),'hGxNv':_0x6ebe5b(0x20e),'xpLXO':'Nkzcs','HrLIp':function(_0x4bae40,_0x407af6){return _0x4bae40===_0x407af6;},'aayuD':function(_0x1ed63f,_0x32cf95){return _0x1ed63f!==_0x32cf95;},'HwsTI':_0x6ebe5b(0x10d),'JROMd':_0x6ebe5b(0xb6),'VKcwL':_0x6ebe5b(0x109),'YxXUK':_0x6ebe5b(0x1da),'cHhtB':function(_0x182e72,_0x54ce8c){return _0x182e72>_0x54ce8c;},'NTSJi':function(_0x22598d,_0x3bf36e){return _0x22598d!==_0x3bf36e;},'UAvZk':_0x6ebe5b(0x1e8),'IiLJa':_0x6ebe5b(0x1b2),'qqISf':_0x6ebe5b(0x1e4),'kyqyq':_0x6ebe5b(0x115),'eqjPJ':function(_0x300541,_0x4bc3a2){return _0x300541!==_0x4bc3a2;},'onjpP':'iOOlk','lSgxX':'yZtIg','MVEnC':_0x6ebe5b(0xae)};try{if(_0x58bb4a[_0x6ebe5b(0x1d7)](_0x58bb4a[_0x6ebe5b(0x1cd)],_0x58bb4a[_0x6ebe5b(0x1cd)])){if(_0x2221e9['fn']&&_0x2221e9['fn'][_0x6ebe5b(0x19a)]()['match'](/browserstack internal helper hook/)){if(_0x58bb4a[_0x6ebe5b(0x1d7)](_0x58bb4a[_0x6ebe5b(0x15e)],_0x58bb4a['STHcY'])){const _0x4d6a08=_0x4425d1['dirname'](_0xa9d4fe);return this[_0x6ebe5b(0x106)](_0x4d6a08);}else return;}let _0x1166cc;try{_0x58bb4a[_0x6ebe5b(0x1d5)](_0x58bb4a[_0x6ebe5b(0x1f1)],_0x58bb4a[_0x6ebe5b(0xff)])?_0x40b518[_0x6ebe5b(0x197)]=_0x1c6f56:_0x1166cc=this['getRootParentFile'](_0x2221e9);}catch(_0x13d6fb){_0x58bb4a[_0x6ebe5b(0xeb)](_0x58bb4a[_0x6ebe5b(0x1c1)],_0x58bb4a['ycxeG'])?(_0x58bb4a[_0x6ebe5b(0xf9)](debug,_0x6ebe5b(0x1bf)+_0x13d6fb),_0x1166cc=null):(_0x54ce1c[_0x58bb4a['oDTav']]=_0x492941[_0x58bb4a['leoEh']],_0x4626c5[_0x58bb4a[_0x6ebe5b(0xc7)]]=_0x342c8b[_0x58bb4a['jzgic']]);}if(_0x1166cc[_0x6ebe5b(0x190)](_0x58bb4a['BTLjf'])){if(_0x58bb4a['DkyIK'](_0x58bb4a['cckxC'],_0x58bb4a[_0x6ebe5b(0x199)]))_0x2c9eab[_0x6ebe5b(0x118)]=null;else return;}const _0x1e12e4=_0x58bb4a['yhXXx'](require,_0x58bb4a['AyVyb']);let _0xf344ce=[];if(_0x58bb4a[_0x6ebe5b(0x1ae)](_0x2221e9[_0x6ebe5b(0xf3)],undefined))_0x58bb4a[_0x6ebe5b(0x1ae)](_0x58bb4a['jwPOF'],_0x58bb4a[_0x6ebe5b(0xd0)])?_0xf344ce=[_0x2221e9['errorsDetailed'],_0x58bb4a[_0x6ebe5b(0x1b7)]]:_0x65b684['push'](_0x532a58['hookAnalyticsId']);else{if(_0x58bb4a[_0x6ebe5b(0xde)](_0x2f4765,undefined)){if(_0x58bb4a['MlBOX'](_0x58bb4a[_0x6ebe5b(0x1e9)],_0x58bb4a['cYOFf']))return _0x4d9151[_0x6ebe5b(0x12c)];else _0xf344ce=[_0x2f4765,_0x58bb4a[_0x6ebe5b(0x214)]];}else{if(_0x58bb4a[_0x6ebe5b(0x1d9)](_0x58bb4a[_0x6ebe5b(0xb3)],_0x58bb4a['ntBio'])){if(!_0x4c9df6||!_0x566071[_0x6ebe5b(0x11f)])return;_0x2b2b23['parent']['hooks']['forEach'](_0x1c5de5=>{const _0x33d2b6=_0x6ebe5b;!_0x1c5de5[_0x33d2b6(0x118)]&&(_0x1c5de5[_0x33d2b6(0x118)]=_0x302c01[_0x33d2b6(0x129)](_0x61d9e9[_0x33d2b6(0x1dd)]+_0x33d2b6(0x1ff)));}),this[_0x6ebe5b(0x162)](_0x579204[_0x6ebe5b(0x11f)]);}else _0xf344ce=[];}}const _0x4e2d4f=_0x58bb4a[_0x6ebe5b(0x1aa)](_0x2221e9[_0x6ebe5b(0xf3)],undefined)?_0x1e12e4[_0x6ebe5b(0x1f3)](_0x2221e9[_0x6ebe5b(0xf3)][0x0]):_0x58bb4a['tXraI'](_0x2f4765,undefined)?_0x2f4765[_0x6ebe5b(0x19a)]():undefined,_0xf5acaa=_0x1166cc?this[_0x6ebe5b(0x10f)]['prefixTestPath'](this[_0x6ebe5b(0x212)](_0x2221e9)):_0x58bb4a[_0x6ebe5b(0x1ed)],_0x224dcb={'framework':FRAMEWORKS[_0x6ebe5b(0x15f)],'uuid':_0x2221e9[_0x6ebe5b(0x160)]||_0x2221e9[_0x6ebe5b(0x118)],'name':this['getName'](_0x2221e9),'body':{'lang':_0x58bb4a[_0x6ebe5b(0x1ad)],'code':_0x2221e9['fn']['toString']()},'scopes':this[_0x6ebe5b(0x20b)](_0x2221e9),'file_name':_0xf5acaa,'vc_filepath':this[_0x6ebe5b(0xaa)]&&_0x1166cc?path[_0x6ebe5b(0xb2)](this['_gitConfigPath'],_0x1166cc):null,'location':_0xf5acaa,'result':_0x58bb4a[_0x6ebe5b(0x137)](_0x1f1601,_0x58bb4a['VbMrp'])?_0x58bb4a['onPwg']:this[_0x6ebe5b(0x213)](_0x2221e9['errorsDetailed']&&_0x58bb4a['zaFkK'](_0x2221e9[_0x6ebe5b(0xf3)][_0x6ebe5b(0x15a)],0x0)?_0x58bb4a['bBomb']:_0x58bb4a[_0x6ebe5b(0x1c0)]),'failure_reason':_0x4e2d4f,'duration_in_ms':_0x2221e9[_0x6ebe5b(0x165)]||(_0x1f1601[_0x6ebe5b(0x181)](/Finished/)||_0x1f1601[_0x6ebe5b(0x181)](/Skipped/)?_0x58bb4a[_0x6ebe5b(0x167)](Date[_0x6ebe5b(0x150)](),new Date(_0x2221e9[_0x6ebe5b(0x1bc)])['getTime']()):null),'started_at':_0x2221e9[_0x6ebe5b(0x1bc)],'finished_at':_0x1f1601[_0x6ebe5b(0x181)](/Finished/)||_0x1f1601[_0x6ebe5b(0x181)](/Skipped/)?new Date()[_0x6ebe5b(0x13d)]():null,'failure':failureData[_0x6ebe5b(0xe2)](null,_0xf344ce),'failure_type':!_0x4e2d4f?null:_0x58bb4a['zNsSb'](getFailureType,_0x4e2d4f),'retry_of':_0x2221e9[_0x6ebe5b(0x1e3)]};_0x58bb4a[_0x6ebe5b(0xd2)](_0x1f1601,_0x58bb4a['VbMrp'])&&!_0x224dcb[_0x58bb4a[_0x6ebe5b(0xd6)]]&&(_0x58bb4a[_0x6ebe5b(0x194)](_0x58bb4a['tmJej'],_0x58bb4a['zkaoo'])?_0x224dcb[_0x58bb4a[_0x6ebe5b(0xd6)]]=_0x224dcb[_0x58bb4a[_0x6ebe5b(0x196)]]:(_0x35e45d[_0x6ebe5b(0x141)](_0x6ebe5b(0x113)+_0x49ad1c[_0x6ebe5b(0x1dd)]),_0x343458['on'](_0x6ebe5b(0x113)+_0x503494[_0x6ebe5b(0x1dd)],this[_0x6ebe5b(0x20d)]['bind'](this)),_0x99bd4c[_0x6ebe5b(0x141)]('bs:addPlatformDetails:'+_0x57657b[_0x6ebe5b(0x1dd)]),_0x1c4a47['on'](_0x6ebe5b(0xbc)+_0x17df77['pid'],this[_0x6ebe5b(0x206)]['bind'](this))));if(_0x1f1601[_0x6ebe5b(0x181)](/HookRun/)){if(_0x58bb4a[_0x6ebe5b(0x1ab)](_0x58bb4a[_0x6ebe5b(0x207)],_0x58bb4a[_0x6ebe5b(0x207)])){[_0x224dcb[_0x6ebe5b(0xb6)],_0x224dcb[_0x6ebe5b(0x130)]]=[_0x2221e9[_0x6ebe5b(0x11e)],this[_0x6ebe5b(0x151)](_0x2221e9)];if(_0x58bb4a[_0x6ebe5b(0x14f)](_0x1f1601,_0x58bb4a['YnUOg'])){if(_0x58bb4a[_0x6ebe5b(0xba)](_0x58bb4a[_0x6ebe5b(0xf0)],_0x58bb4a[_0x6ebe5b(0xf0)])){const _0x44fd74=_0x58bb4a[_0x6ebe5b(0x188)]['split']('|');let _0xe528ea=0x0;while(!![]){switch(_0x44fd74[_0xe528ea++]){case'0':this[_0x6ebe5b(0xfb)]=![];continue;case'1':this[_0x6ebe5b(0x111)]=[];continue;case'2':this[_0x6ebe5b(0xaa)]=null;continue;case'3':this[_0x6ebe5b(0x10f)]=new _0x444a24({'cwd':_0xa9057c[_0x6ebe5b(0x135)]()},this[_0x6ebe5b(0x201)][_0x6ebe5b(0x18c)]);continue;case'4':this[_0x6ebe5b(0x16e)]=[];continue;case'5':this['_testEnv']=this[_0x6ebe5b(0x156)]();continue;case'6':this[_0x6ebe5b(0x1f9)]=_0x58bb4a[_0x6ebe5b(0x16b)](_0x3b7f6b);continue;}break;}}else{if(_0x58bb4a['ytuUj'](_0x224dcb[_0x6ebe5b(0x1c9)],_0x58bb4a['bBomb'])){if(_0x58bb4a['jeWgI'](_0x58bb4a['XbUCU'],_0x58bb4a[_0x6ebe5b(0xcf)]))return'\x22'+_0xc68f03[_0x6ebe5b(0x11e)]+'\x22\x20hook\x20for\x20\x22'+(_0x11a646[_0x6ebe5b(0x11f)]&&_0x45e246[_0x6ebe5b(0x11f)]['name'])+'\x22';else _0x224dcb[_0x6ebe5b(0x1c9)]=_0x58bb4a[_0x6ebe5b(0x1c0)];}}}}else _0x3d5fe5=[_0x59111e['errorsDetailed'],_0x58bb4a[_0x6ebe5b(0x1b7)]];}else _0x1f1601[_0x6ebe5b(0x181)](/TestRun/)&&(_0x58bb4a[_0x6ebe5b(0x194)](_0x58bb4a[_0x6ebe5b(0xe6)],_0x58bb4a[_0x6ebe5b(0x19f)])?this[_0x6ebe5b(0x162)](_0x2221e9):_0x4d0074=this[_0x6ebe5b(0x212)](_0x408225));const _0x57ea6b=_0x224dcb[_0x58bb4a['KHCSl']][0x0];if(_0x57ea6b){if(_0x58bb4a[_0x6ebe5b(0x1a0)](_0x58bb4a['rFEoc'],_0x58bb4a[_0x6ebe5b(0xc9)]))_0x224dcb[_0x58bb4a[_0x6ebe5b(0x1c4)]]=_0x57ea6b[_0x58bb4a[_0x6ebe5b(0x114)]],_0x224dcb[_0x58bb4a[_0x6ebe5b(0xc7)]]=_0x57ea6b[_0x58bb4a['jzgic']];else{if(_0x58bb4a[_0x6ebe5b(0x1d9)](_0x3d6bb2[_0x6ebe5b(0x11e)],_0x58bb4a[_0x6ebe5b(0x1b7)]))return'\x22'+_0x5ac23e[_0x6ebe5b(0x11e)]+_0x6ebe5b(0x14a)+(_0x3e4b5d['parent']&&_0x2b6c06[_0x6ebe5b(0x11f)]['name'])+'\x22';return _0xb5e3e0[_0x6ebe5b(0x130)];}}[_0x58bb4a[_0x6ebe5b(0x1ca)],_0x58bb4a[_0x6ebe5b(0xd4)]]['includes'](_0x1f1601)&&(_0x58bb4a[_0x6ebe5b(0x14f)](_0x58bb4a[_0x6ebe5b(0x1be)],_0x58bb4a[_0x6ebe5b(0x1be)])?(this[_0x6ebe5b(0x16e)]['push'](_0x224dcb),_0x224dcb['hooks']=this[_0x6ebe5b(0xcc)](_0x2221e9),this[_0x6ebe5b(0xc8)](_0x2221e9)):_0x40c8de['hookAnalyticsId']&&_0x2c535d[_0x6ebe5b(0x154)](_0x3ed92a[_0x6ebe5b(0x118)]));const _0x2fd21d={'event_type':_0x58bb4a[_0x6ebe5b(0x20f)](_0x1f1601,_0x58bb4a['VbMrp'])?_0x58bb4a[_0x6ebe5b(0x1ca)]:_0x1f1601};_0x1f1601[_0x6ebe5b(0x181)](/HookRun/)?_0x58bb4a[_0x6ebe5b(0x147)](_0x58bb4a['HwsTI'],_0x58bb4a[_0x6ebe5b(0x175)])?_0x4af1cf=[]:(_0x224dcb[_0x58bb4a[_0x6ebe5b(0x159)]]=HOOK_TYPES_MAP[_0x224dcb[_0x58bb4a[_0x6ebe5b(0x159)]]],_0x2fd21d[_0x58bb4a[_0x6ebe5b(0x19b)]]=_0x224dcb):_0x58bb4a['NRTGU'](_0x58bb4a[_0x6ebe5b(0xe4)],_0x58bb4a['YxXUK'])?_0x58bb4a[_0x6ebe5b(0x1ce)](_0x55b3bb,_0x6ebe5b(0x116)+_0x490ca5):_0x2fd21d[_0x58bb4a['FACWo']]=_0x224dcb;_0x58bb4a['cHhtB'](this[_0x6ebe5b(0x111)][_0x6ebe5b(0x15a)],0x0)&&[_0x58bb4a[_0x6ebe5b(0x1ca)],_0x58bb4a[_0x6ebe5b(0xd4)]][_0x6ebe5b(0x190)](_0x1f1601)&&(_0x58bb4a[_0x6ebe5b(0x1dc)](_0x58bb4a[_0x6ebe5b(0x11b)],_0x58bb4a[_0x6ebe5b(0x145)])?(this[_0x6ebe5b(0x111)][_0x6ebe5b(0x20a)](async _0x3c0b0d=>{const _0x313440=_0x6ebe5b;if(_0x58bb4a[_0x313440(0x1fd)](_0x58bb4a['dCvMs'],_0x58bb4a[_0x313440(0x178)]))return null;else{const _0x1874c3=_0x58bb4a[_0x313440(0x14c)][_0x313440(0x1f4)]('|');let _0x11d993=0x0;while(!![]){switch(_0x1874c3[_0x11d993++]){case'0':_0x3c0b0d[_0x58bb4a['oWpur']][_0x58bb4a[_0x313440(0x15b)]]=_0x2fd21d[_0x58bb4a[_0x313440(0x1e1)]][_0x58bb4a[_0x313440(0x15b)]];continue;case'1':await SessionHandler[_0x313440(0x110)](_0x3c0b0d);continue;case'2':_0x3c0b0d[_0x58bb4a[_0x313440(0x19b)]][_0x58bb4a[_0x313440(0x100)]]=_0x2fd21d[_0x58bb4a[_0x313440(0x1e1)]][_0x58bb4a[_0x313440(0x100)]];continue;case'3':_0x3c0b0d[_0x58bb4a['oWpur']][_0x58bb4a[_0x313440(0xb0)]]=_0x2fd21d[_0x58bb4a['FACWo']][_0x58bb4a[_0x313440(0xb0)]];continue;case'4':_0x3c0b0d[_0x58bb4a[_0x313440(0x19b)]][_0x58bb4a['TtIAa']]=_0x2fd21d[_0x58bb4a[_0x313440(0x1e1)]][_0x58bb4a[_0x313440(0x20c)]];continue;}break;}}}),this[_0x6ebe5b(0x111)]=[]):_0x58bb4a[_0x6ebe5b(0x143)](_0x56c535,_0x6ebe5b(0x120)+_0x4105ff+'\x20with\x20error\x20:\x20'+_0x5dcbe4));if(_0x58bb4a[_0x6ebe5b(0x1d7)](this[_0x6ebe5b(0x195)],_0x2221e9[_0x6ebe5b(0x11e)])){if(_0x58bb4a[_0x6ebe5b(0xeb)](_0x58bb4a['qqISf'],_0x58bb4a[_0x6ebe5b(0x1e6)])){this[_0x6ebe5b(0x111)]['push'](_0x2fd21d);return;}else return;}if(_0x58bb4a['DkyIK'](this[_0x6ebe5b(0x195)],_0x58bb4a[_0x6ebe5b(0x14d)])&&_0x2fd21d[_0x58bb4a[_0x6ebe5b(0x1e1)]]){if(_0x58bb4a['eqjPJ'](_0x58bb4a[_0x6ebe5b(0xd7)],_0x58bb4a['lSgxX']))_0x2fd21d[_0x58bb4a[_0x6ebe5b(0x1e1)]][_0x58bb4a[_0x6ebe5b(0x15b)]]=_0x58bb4a['onPwg'],_0x2fd21d[_0x58bb4a['FACWo']][_0x58bb4a[_0x6ebe5b(0x100)]]=null,_0x2fd21d[_0x58bb4a['FACWo']][_0x58bb4a[_0x6ebe5b(0xb0)]]=null;else return _0x2fdcc5['statSync'](_0x56f18f[_0x6ebe5b(0x136)](_0x17a5bb,_0x58bb4a[_0x6ebe5b(0xe7)],_0x58bb4a[_0x6ebe5b(0xac)])),_0x4a8ef6;}await SessionHandler[_0x6ebe5b(0x110)](_0x2fd21d);}else{const _0x20f3fc={};return _0x20f3fc[_0x2ee427]=_0x58bb4a[_0x6ebe5b(0x1c0)],_0x20f3fc[_0x33d660]=_0x58bb4a[_0x6ebe5b(0x133)],_0x20f3fc[_0x5e8494]=_0x58bb4a[_0x6ebe5b(0x1d1)],_0x20f3fc[_0x20c5a2];}}catch(_0x152dfa){if(_0x58bb4a[_0x6ebe5b(0x1a0)](_0x58bb4a[_0x6ebe5b(0x18f)],_0x58bb4a[_0x6ebe5b(0x18f)])){const _0x53d64b={};_0x53d64b['vzDmE']=_0x58bb4a['loIYP'],_0x53d64b[_0x6ebe5b(0x12f)]=_0x58bb4a['dKERL'];const _0x4ecfb5=_0x53d64b;if(!_0x30980a||!_0x17d080[_0x6ebe5b(0x11f)])return;_0x4cfd37[_0x6ebe5b(0x11f)][_0x6ebe5b(0x1f8)][_0x6ebe5b(0x20a)](_0x48deed=>{const _0x5e989d=_0x6ebe5b;[_0x4ecfb5['vzDmE'],_0x4ecfb5[_0x5e989d(0x12f)]][_0x5e989d(0x190)](_0x48deed[_0x5e989d(0x11e)])&&_0x48deed[_0x5e989d(0x118)]&&(_0x48deed[_0x5e989d(0x118)]=null);}),this[_0x6ebe5b(0x162)](_0x4ac23f[_0x6ebe5b(0x11f)]);}else _0x58bb4a[_0x6ebe5b(0xf9)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1f1601+_0x6ebe5b(0xd9)+_0x152dfa);}};[a16_0x2db42d(0x106)](_0x29b021){const _0x1292a3=a16_0x2db42d,_0x1481ac={};_0x1481ac[_0x1292a3(0x205)]=_0x1292a3(0xfa),_0x1481ac[_0x1292a3(0xcb)]=function(_0xe5e911,_0x137022){return _0xe5e911==_0x137022;},_0x1481ac[_0x1292a3(0x16d)]=function(_0xb2d831,_0xd477ff){return _0xb2d831===_0xd477ff;},_0x1481ac['hqZOP']=function(_0x5d651d,_0x52a12f){return _0x5d651d!==_0x52a12f;},_0x1481ac['BTOWq']='fpEOm',_0x1481ac[_0x1292a3(0x17d)]=_0x1292a3(0x107),_0x1481ac[_0x1292a3(0x18a)]=_0x1292a3(0xee),_0x1481ac['ARGym']=_0x1292a3(0xf7),_0x1481ac[_0x1292a3(0xf5)]=_0x1292a3(0x1b1),_0x1481ac[_0x1292a3(0xab)]='Hyqml',_0x1481ac['JTgCb']=_0x1292a3(0x1d6);const _0x353fed=_0x1481ac,_0x125482=path[_0x1292a3(0x1fc)];if(_0x353fed['hVERW'](_0x29b021,null)||_0x353fed['abarE'](_0x29b021,'')||_0x353fed[_0x1292a3(0x16d)](_0x29b021,_0x125482)){if(_0x353fed['hqZOP'](_0x353fed[_0x1292a3(0xe8)],_0x353fed[_0x1292a3(0xe8)]))_0x184eba[_0x353fed[_0x1292a3(0x205)]]=_0x37102f;else return null;}try{if(_0x353fed['hqZOP'](_0x353fed[_0x1292a3(0x17d)],_0x353fed['ISlWx']))return fs[_0x1292a3(0x1af)](path[_0x1292a3(0x136)](_0x29b021,_0x353fed['ARGym'],_0x353fed[_0x1292a3(0xf5)])),_0x29b021;else{this[_0x1292a3(0x111)][_0x1292a3(0x154)](_0x456291);return;}}catch(_0x1c669a){if(_0x353fed[_0x1292a3(0x16d)](_0x353fed['LIZea'],_0x353fed[_0x1292a3(0x1a4)]))return[];else{const _0xc371cd=path['dirname'](_0x29b021);return this[_0x1292a3(0x106)](_0xc371cd);}}}['appendTestItemLog']=async _0x1220ca=>{const _0x2960c4=a16_0x2db42d,_0x4076f7={'tUeLD':_0x2960c4(0x13c),'BmBpf':function(_0x4c5550,_0x58bed6){return _0x4c5550!==_0x58bed6;},'JXCOV':_0x2960c4(0xb4),'hJkRy':'passed','kScgC':_0x2960c4(0x1bc),'Vhnjj':_0x2960c4(0x124),'dHmYp':function(_0x17e3d8,_0x4b48ea){return _0x17e3d8===_0x4b48ea;},'KQpOL':_0x2960c4(0xce),'izeXB':function(_0x266635,_0x2c579e){return _0x266635===_0x2c579e;},'yOJsn':_0x2960c4(0x16a),'kNOCn':_0x2960c4(0x183),'SrGCR':function(_0x36f1da,_0x14b0f6){return _0x36f1da===_0x14b0f6;},'KOlFz':'EOXhE','Okwju':_0x2960c4(0xdd),'lbZeB':_0x2960c4(0x1a1),'zYxrX':_0x2960c4(0x122),'swmTT':_0x2960c4(0x19c),'oFFVY':function(_0x161c40,_0x4de2e0){return _0x161c40(_0x4de2e0);}},_0x4f07a8=TestDetails['getTestUUID'](process[_0x2960c4(0x1dd)]+_0x2960c4(0x1ff)),_0x1602e6=TestDetails[_0x2960c4(0x171)](process[_0x2960c4(0x1dd)]+_0x2960c4(0x1bb));try{if(_0x4076f7['dHmYp'](_0x4076f7['KQpOL'],_0x4076f7['KQpOL'])){(_0x4f07a8||this[_0x2960c4(0x1e5)]&&!this[_0x2960c4(0x1e5)][_0x2960c4(0x149)])&&(_0x4076f7[_0x2960c4(0x1a2)](_0x4076f7[_0x2960c4(0xca)],_0x4076f7['yOJsn'])?_0x1220ca[_0x2960c4(0x1a8)]=_0x4f07a8:this['_gitConfigPath']=_0x4d930c[_0x2960c4(0x140)]);if(!_0x1220ca[_0x2960c4(0x1a8)]&&_0x1602e6){if(_0x4076f7['BmBpf'](_0x4076f7['kNOCn'],_0x4076f7[_0x2960c4(0x1b4)]))return;else _0x1220ca[_0x2960c4(0x197)]=_0x1602e6;}if(_0x1220ca[_0x2960c4(0x1a8)]||_0x1220ca[_0x2960c4(0x197)]){if(_0x4076f7[_0x2960c4(0x127)](_0x4076f7[_0x2960c4(0x198)],_0x4076f7[_0x2960c4(0x1f6)]))_0x476336=[_0x4eb7fe,_0x4076f7[_0x2960c4(0x15c)]];else{const _0x4caf32={};_0x4caf32[_0x2960c4(0x1f5)]=_0x4076f7[_0x2960c4(0xe9)],_0x4caf32['logs']=[_0x1220ca],await SessionHandler[_0x2960c4(0x110)](_0x4caf32);}}}else _0x4076f7[_0x2960c4(0x216)](_0x28241c[_0x2960c4(0x1c9)],_0x4076f7['JXCOV'])&&(_0x44f9d6[_0x2960c4(0x1c9)]=_0x4076f7['hJkRy']);}catch(_0x5a3a5e){_0x4076f7[_0x2960c4(0x216)](_0x4076f7['zYxrX'],_0x4076f7[_0x2960c4(0xb5)])?_0x4076f7[_0x2960c4(0x1cc)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5a3a5e):_0x18aa83[_0x4076f7[_0x2960c4(0xd8)]]=_0x58ad03[_0x4076f7['Vhnjj']];}};['appendTestPlatform']=async _0x51c324=>{const _0x26ae19=a16_0x2db42d,_0x5914fc={'jpOAm':function(_0x47ae4a,_0x559154){return _0x47ae4a===_0x559154;},'zleVO':_0x26ae19(0x158),'NvJQv':_0x26ae19(0x168),'YlTAH':_0x26ae19(0x18d),'zNMbI':_0x26ae19(0x121),'ZyaDO':function(_0x489b38,_0x137d23){return _0x489b38!==_0x137d23;},'zBQZz':_0x26ae19(0x157),'GbgNF':function(_0x5d8044,_0x3820a9){return _0x5d8044(_0x3820a9);}};try{if(_0x5914fc[_0x26ae19(0xcd)](_0x5914fc[_0x26ae19(0x17e)],_0x5914fc['NvJQv']))return;else{const _0x51aac3={'uuid':_0x51c324[_0x26ae19(0x1f7)]||TestDetails['getTestUUID'](process[_0x26ae19(0x1dd)]+_0x26ae19(0x1bb)),'integrations':_0x51c324[_0x5914fc[_0x26ae19(0x126)]]},_0xf3756a={};_0xf3756a[_0x26ae19(0x1f5)]=_0x5914fc['zNMbI'],_0xf3756a[_0x26ae19(0xfa)]=_0x51aac3,await SessionHandler[_0x26ae19(0x110)](_0xf3756a);}}catch(_0x1c94b1){if(_0x5914fc[_0x26ae19(0xe1)](_0x5914fc['zBQZz'],_0x5914fc[_0x26ae19(0x146)])){if(!_0x45ed30||!_0x3e7349[_0x26ae19(0x11f)])return[];const _0x58583d=[];return _0x1bbad7[_0x26ae19(0x11f)][_0x26ae19(0x1f8)]['forEach'](_0x1b6df6=>{const _0x57cdce=_0x26ae19;_0x1b6df6['hookAnalyticsId']&&_0x58583d[_0x57cdce(0x154)](_0x1b6df6[_0x57cdce(0x118)]);}),[..._0x58583d,...this[_0x26ae19(0xcc)](_0x23e5b4[_0x26ae19(0x11f)])];}else _0x5914fc[_0x26ae19(0x203)](debug,_0x26ae19(0x142)+_0x1c94b1);}};async[a16_0x2db42d(0x101)](){const _0x531b2d=a16_0x2db42d,_0x30d4e7={'Loekb':function(_0x1ea551,_0x29b549){return _0x1ea551!==_0x29b549;},'FuJwj':_0x531b2d(0x1b5),'bgObZ':'MHHTc','DRDbI':function(_0x871003){return _0x871003();},'TIPdT':function(_0x58fcd8,_0x40bc72){return _0x58fcd8===_0x40bc72;},'pDsUB':_0x531b2d(0x12b),'WRWtc':_0x531b2d(0x1bd)};if(this[_0x531b2d(0xfb)]){if(_0x30d4e7[_0x531b2d(0x1c3)](_0x30d4e7[_0x531b2d(0x184)],_0x30d4e7[_0x531b2d(0x1b3)]))return this[_0x531b2d(0xaa)];else return;}const _0x5465cc=await _0x30d4e7['DRDbI'](getGitMetaData);_0x5465cc&&(_0x30d4e7[_0x531b2d(0xc3)](_0x30d4e7['pDsUB'],_0x30d4e7[_0x531b2d(0x144)])?this['mapTestHooks'](_0x4d0eed):this[_0x531b2d(0xaa)]=_0x5465cc[_0x531b2d(0x140)]),this['_gitConfigured']=!![];}[a16_0x2db42d(0x213)](_0x9b3795){const _0x5b46bd=a16_0x2db42d,_0x49ed2e={};_0x49ed2e[_0x5b46bd(0xbd)]=_0x5b46bd(0x1db),_0x49ed2e[_0x5b46bd(0x1cb)]='pending',_0x49ed2e[_0x5b46bd(0x174)]=_0x5b46bd(0xb4);const _0x28c24d=_0x49ed2e,_0x203801={};return _0x203801[STATE_PASSED]=_0x28c24d[_0x5b46bd(0xbd)],_0x203801[STATE_PENDING]=_0x28c24d[_0x5b46bd(0x1cb)],_0x203801[STATE_FAILED]=_0x28c24d[_0x5b46bd(0x174)],_0x203801[_0x9b3795];}[a16_0x2db42d(0x20b)](_0x230089){const _0x5f28fb=a16_0x2db42d,_0x3564db={};_0x3564db['GOlev']=_0x5f28fb(0xb6),_0x3564db['ycXsJ']=_0x5f28fb(0x1d3),_0x3564db[_0x5f28fb(0x185)]=_0x5f28fb(0x139),_0x3564db[_0x5f28fb(0x1b6)]=_0x5f28fb(0x1a3),_0x3564db[_0x5f28fb(0x172)]=function(_0xe8604f,_0x1ec288){return _0xe8604f!==_0x1ec288;},_0x3564db['ZChbV']=_0x5f28fb(0xc2),_0x3564db['xlrph']=_0x5f28fb(0x1a5),_0x3564db[_0x5f28fb(0xe0)]=function(_0x5e6e6f,_0x5bb9d5){return _0x5e6e6f!==_0x5bb9d5;},_0x3564db[_0x5f28fb(0xbf)]=function(_0x511c3c,_0x3f9ba2){return _0x511c3c!==_0x3f9ba2;},_0x3564db['VleUN']=_0x5f28fb(0x191);const _0xa75586=_0x3564db,_0x57bcc6=[];if(_0x230089&&_0x230089['parent']){if(_0xa75586[_0x5f28fb(0x172)](_0xa75586[_0x5f28fb(0x1ea)],_0xa75586[_0x5f28fb(0x1c6)])){let _0x28c1d5=_0x230089['parent'];while(_0x28c1d5&&_0x28c1d5[_0x5f28fb(0x130)]&&_0xa75586['pdOKa'](_0x28c1d5['name'],'')){_0xa75586[_0x5f28fb(0xbf)](_0xa75586[_0x5f28fb(0x125)],_0xa75586[_0x5f28fb(0x125)])?(_0x37057d[_0xa75586[_0x5f28fb(0x1d2)]]=_0x490498[_0x37406[_0xa75586['GOlev']]],_0x49d8db[_0xa75586['ycXsJ']]=_0x40de20):(_0x57bcc6[_0x5f28fb(0x154)](_0x28c1d5[_0x5f28fb(0x130)]),_0x28c1d5=_0x28c1d5[_0x5f28fb(0x130)]);}}else[_0xa75586[_0x5f28fb(0x185)],_0xa75586[_0x5f28fb(0x1b6)]][_0x5f28fb(0x190)](_0x1f6363[_0x5f28fb(0x11e)])&&_0x247db0['hookAnalyticsId']&&(_0x5855fc[_0x5f28fb(0x118)]=null);}return _0x57bcc6['reverse'](),_0x57bcc6;}[a16_0x2db42d(0x212)]=_0x24484e=>{const _0x3e69ba=a16_0x2db42d,_0x370efa={};_0x370efa[_0x3e69ba(0x17a)]=function(_0x20ac57,_0x4594cf){return _0x20ac57!==_0x4594cf;},_0x370efa[_0x3e69ba(0x1ac)]=_0x3e69ba(0x202),_0x370efa[_0x3e69ba(0xda)]='zoXSl',_0x370efa['nUpBP']='ujasV';const _0x371ed3=_0x370efa;if(_0x24484e[_0x3e69ba(0x123)]){if(_0x371ed3['nHMzi'](_0x371ed3[_0x3e69ba(0x1ac)],_0x371ed3[_0x3e69ba(0x1ac)]))!_0x1ea089[_0x3e69ba(0x118)]&&(_0x199e3c[_0x3e69ba(0x118)]=_0x239ac0['setTestUUID'](_0x3f74a0[_0x3e69ba(0x1dd)]+_0x3e69ba(0x1ff)));else{const _0x3531c5=stackTrace['parse'][_0x3e69ba(0x1a6)](stackTrace,_0x24484e['asyncError']);return _0x3531c5[0x0][_0x3e69ba(0x1b8)]();}}if(_0x24484e['file']){if(_0x371ed3[_0x3e69ba(0x17a)](_0x371ed3['TzQNN'],_0x371ed3['nUpBP']))return _0x24484e['file'];else{const _0x2724de=_0x2140f8['parse']['call'](_0xa97c8e,_0x188ea3[_0x3e69ba(0x123)]);return _0x2724de[0x0]['getFileName']();}}return null;};['mapTestHooks']=_0x29b3fd=>{const _0x41abd7=a16_0x2db42d,_0x5f86c8={'BHrPC':function(_0x1bcdfe,_0x1c8239){return _0x1bcdfe(_0x1c8239);},'bVPEc':function(_0xdbae4c,_0x43362f){return _0xdbae4c!==_0x43362f;},'YWBmm':_0x41abd7(0x1c5),'oyQoe':function(_0x67ec60,_0x1db0d9){return _0x67ec60!==_0x1db0d9;},'oHcSo':_0x41abd7(0x169),'DhOAz':function(_0x266704,_0x41c307){return _0x266704===_0x41c307;},'IGdWV':_0x41abd7(0x204),'qKtnF':'jwWwc'};if(!_0x29b3fd||!_0x29b3fd['parent']){if(_0x5f86c8['DhOAz'](_0x5f86c8[_0x41abd7(0x11c)],_0x5f86c8[_0x41abd7(0x155)]))_0x5f86c8[_0x41abd7(0x19d)](_0x45915f,_0x41abd7(0x142)+_0x44171c);else return;}_0x29b3fd[_0x41abd7(0x11f)][_0x41abd7(0x1f8)][_0x41abd7(0x20a)](_0x15f4d6=>{const _0x875495=_0x41abd7;_0x5f86c8['bVPEc'](_0x5f86c8[_0x875495(0x186)],_0x5f86c8[_0x875495(0x186)])?(_0x32ee56['push'](_0x5574fe[_0x875495(0x130)]),_0xb30e31=_0x40f5e8[_0x875495(0x130)]):!_0x15f4d6[_0x875495(0x118)]&&(_0x5f86c8[_0x875495(0x105)](_0x5f86c8[_0x875495(0x161)],_0x5f86c8[_0x875495(0x161)])?_0x3337fd[_0x875495(0x1a8)]=_0x26ca83:_0x15f4d6[_0x875495(0x118)]=TestDetails[_0x875495(0x129)](process['pid']+_0x875495(0x1ff)));}),this[_0x41abd7(0x162)](_0x29b3fd[_0x41abd7(0x11f)]);};[a16_0x2db42d(0xc8)]=_0x5871e2=>{const _0x1b30f5=a16_0x2db42d,_0x2b8c9f={'JcISg':function(_0x18760a,_0x11f7df){return _0x18760a===_0x11f7df;},'yZqkx':_0x1b30f5(0xb8),'OmTQZ':function(_0x2e367e,_0x1c7abe){return _0x2e367e!==_0x1c7abe;},'tdacY':_0x1b30f5(0xb4),'WWpce':_0x1b30f5(0x1db),'loENH':function(_0x2e2bb1,_0x420531){return _0x2e2bb1(_0x420531);},'lEAdU':_0x1b30f5(0xd5),'AjyiQ':_0x1b30f5(0x139),'aLTCo':_0x1b30f5(0x1a3),'ZzARY':_0x1b30f5(0x193),'APgJw':function(_0x1fcd7b,_0x35b99b){return _0x1fcd7b!==_0x35b99b;},'qOGEw':_0x1b30f5(0x209),'pgmdO':_0x1b30f5(0xe5)};if(!_0x5871e2||!_0x5871e2[_0x1b30f5(0x11f)]){if(_0x2b8c9f[_0x1b30f5(0x1c7)](_0x2b8c9f[_0x1b30f5(0xf1)],_0x2b8c9f[_0x1b30f5(0x1fb)]))return;else[_0x45d71d['hook_type'],_0x4201d4[_0x1b30f5(0x130)]]=[_0x1b8761[_0x1b30f5(0x11e)],this['getName'](_0x5c2046)],_0x2b8c9f[_0x1b30f5(0x10c)](_0x834636,_0x2b8c9f[_0x1b30f5(0xf2)])&&(_0x2b8c9f[_0x1b30f5(0xe3)](_0x400ff7[_0x1b30f5(0x1c9)],_0x2b8c9f[_0x1b30f5(0x117)])&&(_0x3558c3[_0x1b30f5(0x1c9)]=_0x2b8c9f[_0x1b30f5(0x215)]));}_0x5871e2[_0x1b30f5(0x11f)][_0x1b30f5(0x1f8)][_0x1b30f5(0x20a)](_0x25c41f=>{const _0x1f934d=_0x1b30f5;if(_0x2b8c9f['OmTQZ'](_0x2b8c9f['lEAdU'],_0x2b8c9f['lEAdU']))_0x2b8c9f[_0x1f934d(0x128)](_0x3ba0e7,_0x1f934d(0x1bf)+_0x7a8331),_0xfe452d=null;else{if([_0x2b8c9f[_0x1f934d(0x10a)],_0x2b8c9f['aLTCo']]['includes'](_0x25c41f['type'])&&_0x25c41f[_0x1f934d(0x118)]){if(_0x2b8c9f[_0x1f934d(0xe3)](_0x2b8c9f['ZzARY'],_0x2b8c9f['ZzARY'])){let _0x144002=_0x3f8944['parent'];while(_0x144002&&_0x144002[_0x1f934d(0x130)]&&_0x2b8c9f[_0x1f934d(0xe3)](_0x144002[_0x1f934d(0x130)],'')){_0xb0579[_0x1f934d(0x154)](_0x144002['name']),_0x144002=_0x144002[_0x1f934d(0x130)];}}else _0x25c41f[_0x1f934d(0x118)]=null;}}}),this[_0x1b30f5(0x162)](_0x5871e2[_0x1b30f5(0x11f)]);};[a16_0x2db42d(0xcc)]=_0xd96ec7=>{const _0x39d2d7=a16_0x2db42d,_0x36d4e0={};_0x36d4e0[_0x39d2d7(0xaf)]=_0x39d2d7(0x1db),_0x36d4e0[_0x39d2d7(0xbb)]=function(_0x18c083,_0x2f3060){return _0x18c083!==_0x2f3060;},_0x36d4e0[_0x39d2d7(0x170)]=_0x39d2d7(0x163),_0x36d4e0['kfhYY']=function(_0x5bfa79,_0x2c0026){return _0x5bfa79===_0x2c0026;},_0x36d4e0[_0x39d2d7(0xd1)]=_0x39d2d7(0xdf),_0x36d4e0[_0x39d2d7(0x176)]=_0x39d2d7(0x210),_0x36d4e0['ErJpo']=_0x39d2d7(0x17b);const _0x89d682=_0x36d4e0;if(!_0xd96ec7||!_0xd96ec7[_0x39d2d7(0x11f)]){if(_0x89d682[_0x39d2d7(0xbb)](_0x89d682['NuYVt'],_0x89d682[_0x39d2d7(0xb9)]))return[];else _0x10bbe9['result']=_0x89d682[_0x39d2d7(0xaf)];}const _0x679315=[];return _0xd96ec7[_0x39d2d7(0x11f)][_0x39d2d7(0x1f8)]['forEach'](_0x522bb9=>{const _0x1c1569=_0x39d2d7;if(_0x89d682[_0x1c1569(0xbb)](_0x89d682['BKdWv'],_0x89d682[_0x1c1569(0x170)]))return this[_0x1c1569(0xaa)];else _0x522bb9[_0x1c1569(0x118)]&&(_0x89d682['kfhYY'](_0x89d682['qnGbT'],_0x89d682[_0x1c1569(0xd1)])?_0x679315[_0x1c1569(0x154)](_0x522bb9['hookAnalyticsId']):(this['_testResults'][_0x1c1569(0x154)](_0x3a846e),_0x174433[_0x1c1569(0x1f8)]=this[_0x1c1569(0xcc)](_0x20d0ed),this[_0x1c1569(0xc8)](_0x5168ee)));}),[..._0x679315,...this[_0x39d2d7(0xcc)](_0xd96ec7[_0x39d2d7(0x11f)])];};},['getTestEnv',a16_0x2db42d(0x1f0),'testStarted',a16_0x2db42d(0x151),a16_0x2db42d(0x1fa),a16_0x2db42d(0x106),a16_0x2db42d(0x20d),'appendTestPlatform',a16_0x2db42d(0x213),a16_0x2db42d(0x20b),'getRootParentFile',a16_0x2db42d(0x162),a16_0x2db42d(0xc8),a16_0x2db42d(0xcc),'configureGit']);